diff --git a/PL9fwy3NUQKwZe1P-Tr_n9TWAgawgGkpm5/1q6TeHflw64.srt b/PL9fwy3NUQKwZe1P-Tr_n9TWAgawgGkpm5/1q6TeHflw64.srt new file mode 100644 index 0000000000000000000000000000000000000000..9aab73f46fdb9a91b3186709f98adeb5df5f0ab2 --- /dev/null +++ b/PL9fwy3NUQKwZe1P-Tr_n9TWAgawgGkpm5/1q6TeHflw64.srt @@ -0,0 +1,2251 @@ +1 +00:00:20,790 --> 00:00:22,910 +ماشي بسم الله الرحمن الرحيم الصلاة والسلام علي + +2 +00:00:22,910 --> 00:00:26,450 +أشرف المصريين اليوم إن شاء الله احنا بدنا نكمل + +3 +00:00:26,450 --> 00:00:30,690 +اللي بدنا فيه chapter 6 اللي هو الـ intermediate + +4 +00:00:30,690 --> 00:00:34,930 +code generation كنا المواضيع اللي بدنا فيها اللي + +5 +00:00:34,930 --> 00:00:41,950 +هو 6.1 و 6.2 ولسه ماوصلناش لـ 6.3 اللي هو الـ types + +6 +00:00:41,950 --> 00:00:47,250 +and declarationتعرفنا على الـ three address code و + +7 +00:00:47,250 --> 00:00:54,430 +التفاصيل المتعلقة به خلينا نطلع على آخر أشياء + +8 +00:00:54,430 --> 00:00:58,090 +رأيناها في الـ three address code كنا حكينا عن الـ + +9 +00:00:58,090 --> 00:01:07,390 +names و الـ instruction types نروح على الـ slide تبع + +10 +00:01:07,390 --> 00:01:11,250 +الـ instruction types تذكروا هذه الأنواع + +11 +00:01:13,310 --> 00:01:40,790 +instruction forms الآن + +12 +00:01:40,790 --> 00:01:45,300 +أعتقد أن هذه آخر أشياء حكينا فيها اليوم نكمل الحديث + +13 +00:01:45,300 --> 00:01:48,320 +عن الـ three address code من هنا هي section 6.2 ونبدأ + +14 +00:01:48,320 --> 00:01:54,660 +في 6.3 إن هنا احنا الملاحظة اللي في الـ slide ها دي + +15 +00:01:54,660 --> 00:02:00,820 +أنه احنا الـ labels أو الـ labeling لما بيكون فيه + +16 +00:02:00,820 --> 00:02:04,700 +أدات و سكشن وبعديك بيجي في got والـ got ها دي بدها + +17 +00:02:04,700 --> 00:02:10,840 +ترسلني أو ترسل الـ flow of control إلى نقطة معينة + +18 +00:02:10,840 --> 00:02:16,590 +في الـ code فأمام واحد من اثنين الـ label بتفتح + +19 +00:02:16,590 --> 00:02:20,190 +بأسلوب من اثنين أما أن احنا بنستند إلى أن كل + +20 +00:02:20,190 --> 00:02:24,570 +instruction أصلاً لها number فبالتالي الـ number هذا + +21 +00:02:24,570 --> 00:02:29,110 +هو الـ label فلما بقول go to بقول go to الرقم الرقم + +22 +00:02:29,110 --> 00:02:29,990 +هو رقم الصفرو + +23 +00:02:33,140 --> 00:02:38,920 +بنقمش كل الـ instruction برقم بنحط labels بس عند + +24 +00:02:38,920 --> 00:02:42,800 +اللزوم بمعنى أنه أنا عارف أن الـ instruction هذه + +25 +00:02:42,800 --> 00:02:49,080 +هييجي لها قفص من مكان آه من مكان ما فهو اللي بحط + +26 +00:02:49,080 --> 00:02:52,900 +لها الـ label والـ label هذا هو اللي بستخدمه مع الـ + +27 +00:02:52,900 --> 00:02:56,500 +go to يعني نفس الـ symbol هي هنا الـ symbol الـ + +28 +00:02:56,500 --> 00:03:01,550 +symbol Lممكن أعمل X أو V أو أي سيمبول هو الرمز + +29 +00:03:01,550 --> 00:03:05,590 +اللي هستخدمه كـ label واستخدمه في الـ go to + +30 +00:03:05,590 --> 00:03:12,190 +فبالتالي أنا أبني أسلوبين لـ two ways of assigning + +31 +00:03:12,190 --> 00:03:16,310 +labels to three address code بستند إلى وجود ترقيم + +32 +00:03:16,310 --> 00:03:20,420 +للـ instructions بالتالي رقم الـ instruction هو الـ + +33 +00:03:20,420 --> 00:03:24,340 +label أو بيكونش فيه ترقيم أنا بحط label و .. + +34 +00:03:24,340 --> 00:03:28,940 +symbolic label وهو اللي بـ .. استخدمه في الـ go to + +35 +00:03:28,940 --> 00:03:34,910 +statement واضح؟ هذه الملاحظة أساسي جدا في شغل الـ + +36 +00:03:34,910 --> 00:03:37,990 +instructions لأنه احنا قلنا ميزة الـ three address + +37 +00:03:37,990 --> 00:03:42,690 +code على الـ syntax tree إيش كانت إذا بتذكروا أن الـ + +38 +00:03:42,690 --> 00:03:47,570 +syntax tree عملياً بتمكنني أن أنا بتقدملي بديل كويس + +39 +00:03:47,570 --> 00:03:51,830 +لمثالة الـ intermediate representation ولكن نقطة + +40 +00:03:51,830 --> 00:03:56,450 +ضعف الـ syntax tree أنها ما بتساعدني في الـ control + +41 +00:03:56,450 --> 00:04:01,050 +flow مافيش عندي وسيلة إن أقول في الـ syntax tree إنه + +42 +00:04:01,050 --> 00:04:05,190 +بعد ما يخلص الـ execution في هذا الجانب ينتقل إلى + +43 +00:04:05,190 --> 00:04:10,930 +الجانب الآخر صح؟ مظبوط؟ مافيش في الـ syntax tree + +44 +00:04:10,930 --> 00:04:14,870 +إمكانية وميزة الـ three address code على الـ syntax + +45 +00:04:14,870 --> 00:04:18,690 +tree هي هذه النقطة بالتحديد okay فعشان هذه النقطة + +46 +00:04:18,690 --> 00:04:22,410 +بتاعة يتم يجب أن يكون فيها أسلوب محدد للـ labeling + +47 +00:04:22,410 --> 00:04:26,270 +إما استناداً إلى ترقيم الأسطور أو استناداً إلى + +48 +00:04:26,270 --> 00:04:32,070 +labelsأنا بدي أضعها طبعاً مش أنا اللي بدي أضعها الـ + +49 +00:04:32,070 --> 00:04:36,210 +compiler هو اللي بدي أضعها الـ compiler هو اللي بدي + +50 +00:04:36,210 --> 00:04:40,490 +أشكل الـ instructions هذه وهو اللي برضه بيضع الـ + +51 +00:04:40,490 --> 00:04:47,130 +labels okay الآن الـ three address instructions إيش + +52 +00:04:47,130 --> 00:04:50,530 +الوعاء اللي ممكن احنا نخزن فيه الـ instructions + +53 +00:04:50,530 --> 00:04:55,000 +ممكن عدة في منها اللي هو الـ quadruples الـ + +54 +00:04:55,000 --> 00:04:58,760 +quadruples تعرفوا كلمة tuple tuple يعني الـ record + +55 +00:04:58,760 --> 00:05:02,000 +في الـ database في الـ table بيسموه tuple صح عبارة + +56 +00:05:02,000 --> 00:05:05,640 +عن مجموعة من الـ fields دائماً بيجوا مع بعض صح فاحنا + +57 +00:05:05,640 --> 00:05:09,740 +هنا عندنا برضه نفس الشيء واحد اثنين ثلاثة أربعة + +58 +00:05:09,740 --> 00:05:13,920 +مكونات دائماً بيجوا مع بعض فهذه الـ أربعة quad أربعة + +59 +00:05:13,920 --> 00:05:19,340 +quadruples تمام فبالتالي أنا مقدر أخزن الـ + +60 +00:05:19,340 --> 00:05:22,660 +instructions الـ compiler بيخزن الـ instructions + +61 +00:05:22,660 --> 00:05:26,140 +أثناء عملية الـ code generation intermediate code + +62 +00:05:26,140 --> 00:05:29,720 +generation بيخزن الـ three address instructions في + +63 +00:05:29,720 --> 00:05:34,220 +array أو arrays الـ array هذه مكونة من أربعة أعمدة + +64 +00:05:34,220 --> 00:05:40,060 +العمود الأول زي ما أنتم شايفين لإيش للـ + +65 +00:05:40,060 --> 00:05:45,390 +operation أول شيء قبل الآن احنا .. احنا الـ + +66 +00:05:45,390 --> 00:05:48,450 +expression زي هذه هي عبارة عن statement statement + +67 +00:05:48,450 --> 00:05:51,650 +assignment statement عندي الـ a على الـ left hand + +68 +00:05:51,650 --> 00:05:54,210 +side وعندي الـ assignment وعلى يمينها إيش + +69 +00:05:54,210 --> 00:05:59,650 +expression لأن ترجمة هذه الـ statement هي مجموعة الـ + +70 +00:05:59,650 --> 00:06:02,130 +instructions الـ three address code instructions + +71 +00:06:02,130 --> 00:06:07,550 +هذه صح؟ في الأول زي ما تشوفين الـ minus جاية لعملية + +72 +00:06:07,550 --> 00:06:13,790 +الضرب الـ c بدأ ناخد الـ negative تبعها بتخزن في T1 + +73 +00:06:13,790 --> 00:06:17,610 +بعدين T1 هو اللي بتضرب في B بتخزن في T2 بعدين + +74 +00:06:17,610 --> 00:06:23,290 +بنعمل نفس الشيء في المرة الثانية صح minus C بتخزن + +75 +00:06:23,290 --> 00:06:31,650 +في T3 T3 بتضرب في B بتخزن في T4 لأن T4 وT2 هم طرفي + +76 +00:06:31,650 --> 00:06:36,310 +الـ expression بالضبط بنجمع وبنجمع T4 وT2 في T5 وT5 + +77 +00:06:36,310 --> 00:06:40,150 +هو اللي بينعطى هذا الـ free address code هذا الـ + +78 +00:06:40,150 --> 00:06:46,510 +free address codeبيتخزن في قرية Quadrope القرية + +79 +00:06:46,510 --> 00:06:50,670 +Quadrope القرية هذه صيغة القرية هذه أن أول عمود + +80 +00:06:50,670 --> 00:06:54,110 +محط فيه operation أي operation الـ assignment ولا + +81 +00:06:54,110 --> 00:06:59,970 +اللي لأ طبعاً مش الـ assignment الـ operation اللي + +82 +00:06:59,970 --> 00:07:03,630 +فيها العملية الحسابية اللي بتخوم العملية الحسابية + +83 +00:07:03,630 --> 00:07:08,330 +فإن دي هنا minus هذا كلمة minus minus minus minus + +84 +00:07:08,330 --> 00:07:10,830 +minus minus minus minus minus minus minus minus + +85 +00:07:10,830 --> 00:07:11,880 +minus minus minus minus minus minus العملية + +86 +00:07:11,880 --> 00:07:18,020 +الحسابية الـ unary operation اللي بتعطيني الـ + +87 +00:07:18,020 --> 00:07:23,120 +negative تبع المتغير صح فهي الـ minus إيش الـ + +88 +00:07:23,120 --> 00:07:26,660 +argument الأولى يعني الـ operand الأولى الـ C إيش + +89 +00:07:26,660 --> 00:07:27,080 +الثاني + +90 +00:07:29,920 --> 00:07:33,360 +العمود الأخير للـ result العمود الأول للـ operation + +91 +00:07:33,360 --> 00:07:37,480 +والثاني اللي في النص للـ operands طبعاً مش كل الـ + +92 +00:07:37,480 --> 00:07:41,000 +operations بتاخد two operands وفي بعض ما بتاخدش + +93 +00:07:41,000 --> 00:07:48,600 +operands بالمرة okay فـ .. فهذه بالأساس اللي هو الـ + +94 +00:07:48,600 --> 00:07:52,520 +.. الـ quadruple أو الـ quadruple array اللي ممكن + +95 +00:07:52,520 --> 00:07:56,440 +تستخدم في تخزين + +96 +00:07:56,440 --> 00:08:02,960 +الـ three address code الآن عندي + +97 +00:08:02,960 --> 00:08:08,520 +الـ + +98 +00:08:08,520 --> 00:08:11,720 +unary كما قلت تعالوا الـ unary operators زي هكذا + +99 +00:08:11,720 --> 00:08:17,520 +ما بتستخدمش arg2 صح؟ الـ operators زي الـ param + +100 +00:08:17,520 --> 00:08:23,840 +تذكروا هذه لا تستخدم R2 ولا تستخدم الـ addition تتذكر + +101 +00:08:23,840 --> 00:08:28,620 +البرامج احنا قلنا لو أنا مثلاً عندي function بدي + +102 +00:08:28,620 --> 00:08:36,680 +أستدعي function F بقيها متغير نستخدم call و F و + +103 +00:08:36,680 --> 00:08:40,740 +نضع in هنا in عدد الـ parameters يعني هذا المتغير + +104 +00:08:40,740 --> 00:08:47,520 +بأول شيء بسلمه ببرامج مثلاً متغيره X برامج X بعدين + +105 +00:08:47,520 --> 00:08:53,450 +هنا بقول call F بعدد واحد parameters طبعاً الـ output + +106 +00:08:53,450 --> 00:09:00,310 +تبع F بأخده باليساوي في المتغير اللي بديه فهذه + +107 +00:09:00,310 --> 00:09:06,090 +parameter هتيجي في الـ quadruple هتيجي في العمود + +108 +00:09:06,090 --> 00:09:13,090 +الأولاني parameter والـ x هيجي في الـ arg one مظبوط + +109 +00:09:13,090 --> 00:09:19,370 +وبعدها كده اللي هستخدمه لفي result لا في argument + +110 +00:09:19,370 --> 00:09:22,950 +الثاني ولا في result صح هذا اللي بيقوله هنا operand + +111 +00:09:22,950 --> 00:09:25,890 +letters like في القرآن used لا مستخدم الـ article + +112 +00:09:25,890 --> 00:09:29,030 +ولا الـ result الـ conditional and unconditional + +113 +00:09:29,030 --> 00:09:32,210 +jumps put the target label في الـ result يعني لو + +114 +00:09:32,210 --> 00:09:37,290 +بقول go to بقول go to وبحط الـ label في الـ result + +115 +00:09:37,290 --> 00:09:44,710 +الآن إذا هي unconditional فـ go to بدون أي إذا هي + +116 +00:09:44,710 --> 00:09:48,500 +conditionalقيمة المتغير اللي بتعتمد عليه الـ + +117 +00:09:48,500 --> 00:09:54,060 +condition يعني بيجي في arg1 تمام + +118 +00:09:54,060 --> 00:09:58,080 +فهي الـ quadruple في بعديك حاجة اسمها الـ triple الـ + +119 +00:09:58,080 --> 00:10:01,280 +triple أبسط من الـ quadruple هي تبسيط للـ quadruple + +120 +00:10:01,280 --> 00:10:04,880 +هي نفس الـ quadruple بس حذفنا من عمود الـ result زي + +121 +00:10:04,880 --> 00:10:08,280 +ما أنت شايف صح في الـ operation وفي الـ arg1 وفي الـ + +122 +00:10:08,280 --> 00:10:12,460 +arg2 بس مافيش result بدي عن الـ result بما أن أصلاً + +123 +00:10:12,460 --> 00:10:16,060 +الـ result هي عبارة عن يعني مثلاً نرجع تاني هنا الـ + +124 +00:10:16,060 --> 00:10:19,400 +T1 هي نتيجة إعداد الـ Instruction الـ T2 هي نتيجة + +125 +00:10:19,400 --> 00:10:21,340 +إتهادة الـ Instruction الـ T3 هي نتيجة إتهادة الـ + +126 +00:10:21,340 --> 00:10:25,320 +Instruction خلاص بستخدم رقم الـ Instruction بدل ما + +127 +00:10:25,320 --> 00:10:29,980 +أستخدم الـ temporaries هذه فايتوا هنا إيش اللي صار + +128 +00:10:29,980 --> 00:10:38,760 +minus C إلى B الـ B اللي نضربها مع مين معناه إيش + +129 +00:10:38,760 --> 00:10:43,330 +الـ Instruction صفر محطوط بين قوسين إشارة إلى إنه مش + +130 +00:10:43,330 --> 00:10:46,350 +الصفر نفسه اللي بتضربه في الـ P بده الـ instruction + +131 +00:10:46,350 --> 00:10:51,810 +اللي واقع على index 0 نفس الأشياء هنا هذا اللي + +132 +00:10:51,810 --> 00:10:56,550 +قلناه اللي هي في الآخر لما نجيب T2 زائد T4 T2 هي + +133 +00:10:56,550 --> 00:11:01,230 +ناتج instruction number 1 وT4 هي ناتج instruction + +134 +00:11:01,230 --> 00:11:08,390 +number 3 إحنا هيك بنكون إيه؟ وفرنا اللي هو عمود أو + +135 +00:11:08,390 --> 00:11:15,130 +استغنينا عنها عن عمود الـ result triples في حالة اسمها + +136 +00:11:15,130 --> 00:11:18,130 +الـ indirect triples indirect triples هي triples في + +137 +00:11:18,130 --> 00:11:22,210 +الأخرها هي triples بس واحنا أضفنا إليها اللي هو + +138 +00:11:22,210 --> 00:11:27,190 +إيش الـ array الثانية هذه الـ zeros والـ ones هي عبارة + +139 +00:11:27,190 --> 00:11:32,270 +عن pointers إلى الـ instructions طبعاً استفدنا منهم + +140 +00:11:32,270 --> 00:11:38,310 +هذه الـ instructions موجودة وبتؤدي الغرض ماذا لو + +141 +00:11:38,310 --> 00:11:43,550 +أضف ريت تاني فقط + +142 +00:11:43,550 --> 00:11:46,690 +مجرد pointers على الوصفات + +143 +00:11:49,250 --> 00:11:54,610 +السبب في ذلك أن ال optimization stage ربما يحصل + +144 +00:11:54,610 --> 00:11:58,490 +فيها إيش ال compiler في ال optimization ربما يحتاج + +145 +00:11:58,490 --> 00:12:03,890 +يُحلف يضيف يُبدل instructions من مكان لمكان هذه + +146 +00:12:03,890 --> 00:12:09,690 +الأمور لما بعملها لو أنا عندي linked list و بشيل و + +147 +00:12:09,690 --> 00:12:13,910 +بهدبس مجرد ما بفك pointers و بضع بال pointers لأن + +148 +00:12:13,910 --> 00:12:18,130 +بكون عندي array و بدي أشيله record بدي أعمل shift + +149 +00:12:18,130 --> 00:12:23,170 +لكل اللي بعده يرجعه غلبه صح؟ بدي أعمل insert بدي + +150 +00:12:23,170 --> 00:12:26,530 +أطلع حد لكلهم و بعدين أحطهم و بعدين أرجحهم بعدهم + +151 +00:12:26,530 --> 00:12:32,950 +مظبوط؟ يعني processing overhead عالي جدا حكاية + +152 +00:12:32,950 --> 00:12:36,750 +الحدف والإضافة و هذه الحدف والإضافة و shuffling .. + +153 +00:12:36,750 --> 00:12:40,070 +shuffling يعني شيء من مكان لمكان إذا بحتاجه في ال + +154 +00:12:40,070 --> 00:12:46,450 +optimization ما مشكلة فهنا أنا بس إيش بسوي أنا + +155 +00:12:46,450 --> 00:12:50,370 +عندي ال instructions فليقول مخزنين بأي شكل وأشكال + +156 +00:12:50,370 --> 00:12:55,950 +لما بدي مفترض أبدل هذا أحط الجبل وهذا أرجحها تحت + +157 +00:12:55,950 --> 00:13:02,100 +مجرد بس بغير رقم instruction في ال instruction الرئيسي + +158 +00:13:02,100 --> 00:13:05,760 +صح أو لا نعمل instruction ونعمل instruction في كل مكان + +159 +00:13:05,760 --> 00:13:11,340 +و بعدين نغير ال pointers في داخل ال instruction صح + +160 +00:13:11,340 --> 00:13:15,400 +فال indirect triples الغلط منها بالأساس هو إيش + +161 +00:13:15,400 --> 00:13:22,020 +تمكين عمليات التعديل على ال reordering لل instruction + +162 +00:13:22,020 --> 00:13:28,500 +في مرحلة اللي هو ال optimization في شيء في الآخر + +163 +00:13:28,500 --> 00:13:32,540 +برضه كمان في form آخر اللي هو single assignment + +164 +00:13:32,540 --> 00:13:36,020 +form static single assignment form single + +165 +00:13:36,020 --> 00:13:39,180 +assignment إيش يعني افترض أن أنت عندك هنا three + +166 +00:13:39,180 --> 00:13:42,040 +address code مجموعة three address code + +167 +00:13:42,040 --> 00:13:47,100 +instructions P بتساوي A زَي ال B Q ساوي P ناقصيه + +168 +00:13:47,100 --> 00:13:50,840 +بعدين أنا خلصت من ال P هذه استخدمتها في عملية + +169 +00:13:50,840 --> 00:13:54,500 +الطرح وخزنت ناتج في ال Q ال P هذه أنا مش ممكن + +170 +00:13:54,500 --> 00:14:00,360 +أستخدمها أعيد استخدامها أنا استخدمت هنا Q ضربت في D + +171 +00:14:00,360 --> 00:14:04,040 +و أنا خسرت النزل في P و بعد كده أخد ال P طبخت من + +172 +00:14:04,040 --> 00:14:07,560 +ال E هذا اسمه multiple assignment يعني أنا استخدمت + +173 +00:14:07,560 --> 00:14:13,240 +المتغيرة و ال name في أكثر من مرة استخدام في + +174 +00:14:13,240 --> 00:14:17,360 +single assignment لأ لازم المتغيرة أستخدمه single + +175 +00:14:17,360 --> 00:14:22,460 +time only one time only فبالتالي هنا بكون عندي .. + +176 +00:14:22,460 --> 00:14:26,510 +زي أنا عندي هنا P بدا أستخدمه منكم و بقول P واحد + +177 +00:14:26,510 --> 00:14:31,510 +بعد ذلك لاحقا أقول P2 يعني اعمل اعمل حسابي أن ما + +178 +00:14:31,510 --> 00:14:38,930 +.. و هذا برضه أيضا له غرض في ال optimization فاحنا + +179 +00:14:38,930 --> 00:14:42,390 +الآن ال single assignment form هو عبارة عن free + +180 +00:14:42,390 --> 00:14:45,870 +address code ولكن ال variable او ال name اللي + +181 +00:14:45,870 --> 00:14:51,030 +بيستخدمه مرة واحدة فقط هذا الكلام بي .. ممكن + +182 +00:14:51,030 --> 00:14:55,170 +يُدخِلني في إشكالية صغيرة وهي أنّه في الـ if statement + +183 +00:14:55,170 --> 00:15:03,330 +لأنّه لما بدي أقول if و + +184 +00:15:03,330 --> 00:15:08,390 +هدى flag متغير بدأت على قيمته اللي هو x بالساوية + +185 +00:15:08,390 --> 00:15:16,450 +ناقص واحد else a else x بالساوية واحد لأن هدى لو + +186 +00:15:16,450 --> 00:15:20,050 +بدي أترجمها three address code بداجة بقول flag + +187 +00:15:20,050 --> 00:15:21,930 +flag + +188 +00:15:23,570 --> 00:15:30,490 +مفترض الفلاج ماخدة قيمتها في درجة أقول if false + +189 +00:15:30,490 --> 00:15:36,810 +مثلا آه flag روح + +190 +00:15:36,810 --> 00:15:42,950 +على من x + +191 +00:15:42,950 --> 00:15:43,790 +فالس + +192 +00:15:56,830 --> 00:16:00,850 +خليها بس تساوي واحد و تسلب واحد بس شجرك عشان + +193 +00:16:00,850 --> 00:16:07,210 +تظهر تكون مساوي يعني أنا + +194 +00:16:07,210 --> 00:16:16,910 +قلت لك ال false flag روح على ال auto + +195 +00:16:16,910 --> 00:16:22,550 +neutralizer صح؟ الـ false في الـ go to meet دلوقت + +196 +00:16:22,550 --> 00:16:28,110 +صح؟ إذا الـ false X قصيرة بقى إذا مش false فتكمل + +197 +00:16:28,110 --> 00:16:30,390 +تعمل ال X مرتين فبقى نعمل go to meet و أنا بقى + +198 +00:16:30,390 --> 00:16:35,050 +بخفز عنها هيك ممكن؟ مش بغض النظر ال go to مظبوط + +199 +00:16:35,050 --> 00:16:39,250 +ولا ليه المهم إنه حتى لو أستخدم ال X مرتين هو لبسي + +200 +00:16:39,250 --> 00:16:43,090 +ال X مرتين فهذا ينافي لأن قصي الأساسية تبع ال + +201 +00:16:43,090 --> 00:16:48,190 +single assignment أن أنا ال X أخدت إيش مرض .. أخدت + +202 +00:16:48,190 --> 00:16:53,040 +.. يعني أستخدمك مرتين صح؟ Okay فال .. ال .. ال .. + +203 +00:16:53,040 --> 00:16:56,820 +البديل عندك اللي هو دي هي اسم الـ Phi function أنّه + +204 +00:16:56,820 --> 00:17:00,120 +باجي مقول هنا أي flag خلاص أي flag ناخد ال value + +205 +00:17:00,120 --> 00:17:04,320 +تبعته طب .. طب هجيت ال .. فما نقول ال .. ال flag + +206 +00:17:04,320 --> 00:17:07,900 +فوق سقوطه لعشرة أو لعشرة و تلاتة مشكلتك أنا + +207 +00:17:07,900 --> 00:17:11,360 +استخدمت ال X مرة واحدة يعني هجيت حط ال X بساوي + +208 +00:17:11,360 --> 00:17:14,760 +واحدة صح؟ هو في ال .. في ال control في ال .. في ال + +209 +00:17:14,760 --> 00:17:19,040 +execution ال X أخدت قيمة مرة واحدة لكن في ال + +210 +00:17:19,040 --> 00:17:24,810 +instructions ال X ظهرت مرتين ما أعيش أقول مشروط + +211 +00:17:24,810 --> 00:17:29,610 +الأساسي أن أنا ما أعيش استخدامها أنّه استخدمت مرتين + +212 +00:17:29,610 --> 00:17:34,350 +فالبديل عن ذلك اللي هو احنا نيجي نعطي flag ال + +213 +00:17:34,350 --> 00:17:42,110 +value تبعها وبعد كده نيجي نقول x3 بساوي فاي x1 لأ + +214 +00:17:42,110 --> 00:17:52,550 +sorry نقول x1 بساوي minus one و x2 بساوي 1 بعد ذلك + +215 +00:17:52,550 --> 00:18:02,270 +X3 بساوي Phi X1 و X2 على هذا الأساس Phi هي + +216 +00:18:02,270 --> 00:18:05,190 +الاستثناء الوحيد اللي ممكن يضع فيه ال variable + +217 +00:18:05,190 --> 00:18:08,250 +المرة + +218 +00:18:08,250 --> 00:18:13,630 +التالية فX3 تأخذ قيمتها إذا كان flag هذا true تأخذ + +219 +00:18:13,630 --> 00:18:16,810 +X1 إذا كان false تأخذ قيمتها من X2 + +220 +00:18:21,720 --> 00:18:26,060 +تمام هذه نهاية ال section ستة أو اثنين اللي هو + +221 +00:18:26,060 --> 00:18:30,800 +كافة ما يتعلق بال three address code عندك ممكن في + +222 +00:18:30,800 --> 00:18:34,920 +ال exercises أو في امتحان أو كده بيجيلك expression + +223 +00:18:34,920 --> 00:18:39,900 +ويقولك والله أعطيني three address أعطيني syntax + +224 +00:18:39,900 --> 00:18:43,520 +three تقابل عنه أعطيني quadruples أعطيني triples + +225 +00:18:43,520 --> 00:18:48,260 +أو اندراج أو اندراج triples ممكن برضه كده يتطلب + +226 +00:18:48,260 --> 00:18:58,400 +منك expressions فيها .. فيها إيش؟ reference أو فيها + +227 +00:18:58,400 --> 00:19:00,020 +function كوه .. هاي ال function كوه زي اللي + +228 +00:19:00,020 --> 00:19:03,340 +بتاعتها و حكيته هذا مثلا لأن هذا ما تاكتيش تسوي + +229 +00:19:03,340 --> 00:19:07,100 +ما تاكتيش تقول و الله في الأول y زائد واحد تعطيها T + +230 +00:19:07,100 --> 00:19:14,460 +واحد سوى y زائد واحد بنفحكوا لأن؟ بنفحكوا لأن؟ بعد + +231 +00:19:14,460 --> 00:19:20,920 +هيك أجي أقول Param T واحد بعد هيك أقول أجي أقول إيش + +232 +00:19:20,920 --> 00:19:26,900 +T2 بيساوي call F D 1 one اللي هو يعني parameter + +233 +00:19:26,900 --> 00:19:30,420 +واحد فقط اللي هو ال parameter اللي أنا حطيته قبل + +234 +00:19:30,420 --> 00:19:38,080 +استخدامها بعدين أجي أقول إيش X بيساوي T2 زائد 2 + +235 +00:19:38,080 --> 00:19:42,960 +هذا اللي هو الترجمة لهنا الواقع هذا بقى عن + +236 +00:19:42,960 --> 00:19:46,940 +assignment statement تحتوي على expression و ال + +237 +00:19:46,940 --> 00:19:51,550 +expression يحتوي على function call البرامج الواحدة + +238 +00:19:51,550 --> 00:19:55,130 +تحترق على البرامج الواحدة البرامج الواحدة تحترق + +239 +00:19:55,130 --> 00:19:55,210 +على البرامج الواحدة البرامج الواحدة تعني + +240 +00:19:55,210 --> 00:19:55,910 +expression + +241 +00:20:03,150 --> 00:20:07,870 +سكتش ستة تلاتة سوف نتطلع على كيف نعود لموضوع ال + +242 +00:20:07,870 --> 00:20:11,130 +types و ال declarations بس المرة هذه لما احنا + +243 +00:20:11,130 --> 00:20:13,310 +شوفناها لما احنا حكينا في ال types و ال + +244 +00:20:13,310 --> 00:20:17,690 +declarations في الماضي كان عشان نشوف كيف نستخدم ال + +245 +00:20:17,690 --> 00:20:20,830 +definitions syntax directed definitions أو syntax + +246 +00:20:20,830 --> 00:20:26,410 +directed translation schemes في تحديد ال type تبع + +247 +00:20:26,410 --> 00:20:29,960 +ال declaration يعني عندي مثلا declaration زي كده + +248 +00:20:29,960 --> 00:20:35,980 +integer x أو integer 2x3 + +249 +00:20:35,980 --> 00:20:43,000 +a طبعا ال type تبع هذه ال declaration اللي هو أصلا + +250 +00:20:43,000 --> 00:20:47,360 +بدنا نعطيه ال identifier هذا أو ال type تبع هذه ال + +251 +00:20:47,360 --> 00:20:50,900 +declaration اللي نعطيها ال x كان احنا شوفنا + +252 +00:20:50,900 --> 00:20:55,500 +examples قبل هيك لمجرد التحديد اللي هو الـ type + +253 +00:20:55,500 --> 00:21:00,420 +باستخدام SDD باستخدام attributes مرة شوفنا + +254 +00:21:00,420 --> 00:21:03,080 +attributes هذه Central size و مرة شوفنا inherited + +255 +00:21:03,080 --> 00:21:08,320 +الآن بدنا نرجع لنفس الموضوع بس لغرض آخر لغرض آخر + +256 +00:21:08,320 --> 00:21:11,920 +اللي هو determining + +257 +00:21:11,920 --> 00:21:14,940 +ال storage بدنا نحك .. بدنا نشوف كيف ممكن يكون ال + +258 +00:21:14,940 --> 00:21:18,360 +definition نستخدمها أو ال semantic rules نستخدمها + +259 +00:21:18,360 --> 00:21:24,820 +في حساب ال storage و في حساب هو ال address ال + +260 +00:21:24,820 --> 00:21:29,020 +address هو الموضوع اللي بدي يجي فيه ال variable و + +261 +00:21:29,020 --> 00:21:32,380 +كذلك الحال إذا القمر بلزم إذا في بعض ال + +262 +00:21:32,380 --> 00:21:36,680 +declarations بلزم أنّه نعمل type conversion و كيف + +263 +00:21:36,680 --> 00:21:40,300 +ال compiler ممكن يعمل insert ل type conversion + +264 +00:21:40,300 --> 00:21:44,620 +instructions okay + +265 +00:21:44,620 --> 00:21:47,200 +هذه مثال اللي احنا مضيناها لها بالحكاية و كان + +266 +00:21:47,200 --> 00:21:58,250 +الغلب منه زي ما قلنا اللي هو أنّه احنا نحسب + +267 +00:21:58,250 --> 00:22:01,870 +ال value تبع ال T attribute إذا بتذكروا لو أنا + +268 +00:22:01,870 --> 00:22:07,510 +عندي declaration أو type ال T attribute لشيء زي + +269 +00:22:07,510 --> 00:22:17,010 +هيك كان عبارة عن ال expression هذا كلمة array جوس + +270 +00:22:17,010 --> 00:22:23,870 +جبنا عدد النوع هذا قد يكون basic و قد يكون لسه more + +271 +00:22:23,870 --> 00:22:29,270 +complex إذا هو complex زي الحالة هذه هو array of + +272 +00:22:29,270 --> 00:22:37,370 +تلاتة of h in integer تمام هذا ال expression هو + +273 +00:22:37,370 --> 00:22:43,110 +قيمة ال T attribute الآن احنا بدنا إضافة إلى هذا + +274 +00:22:43,110 --> 00:22:48,330 +ال T attribute بدنا نتخيل W attribute W attribute + +275 +00:22:48,330 --> 00:22:52,710 +اللي هي ال width ال size هذا الكلام قد يكون كبير في + +276 +00:22:52,710 --> 00:22:56,730 +الـ memory بعتمد على الـ integer ليس الـ array of + +277 +00:22:56,730 --> 00:23:00,610 +integers الـ two-dimensional array of integers فقد + +278 +00:23:00,610 --> 00:23:03,150 +يكون كبير الـ integer إذا كانت أربعة مثلا معناه + +279 +00:23:03,150 --> 00:23:09,610 +ذلك بدنياش أربعة أربعة في تلاتة و أتناشر في اتنين + +280 +00:23:09,610 --> 00:23:14,370 +و أربع و عشرين صح؟ صح؟ فهذا الـ compiler يجب أن + +281 +00:23:14,370 --> 00:23:20,420 +يعمل حسبه برضه باستخدام الـ semantic rules بدي + +282 +00:23:20,420 --> 00:23:26,680 +اشتريها فهي هنا مثال عندي ال declaration زي هيك + +283 +00:23:26,680 --> 00:23:32,880 +هذه ال declaration a declaration has a form T و + +284 +00:23:32,880 --> 00:23:36,860 +identifier followed by semicolon followed by more + +285 +00:23:36,860 --> 00:23:44,100 +declarations يعني أنا ممكن تيجي أقول مثلا integer + +286 +00:23:44,100 --> 00:23:49,290 +X وبعدين أحصل semicolon وعمل كمان declaration أخرى + +287 +00:23:49,290 --> 00:23:55,630 +where غير وغيرها الـ D هي نفسها بقى ممكن تبقى + +288 +00:23:55,630 --> 00:24:01,170 +سيميكولون هذي تبقى اسم إبسلون وهذي إبسلون خلاص + +289 +00:24:01,170 --> 00:24:05,050 +يكون دي بس declaration واحد أو اثنتين أو ثلاثة بس + +290 +00:24:05,050 --> 00:24:13,130 +ال type هذا ممكن يبقى basic أو ممكن يبقى complex + +291 +00:24:13,130 --> 00:24:18,620 +ال complex هذا عبارة عن أصل basic followed by هذا + +292 +00:24:18,620 --> 00:24:23,360 +شاهدناه قبل قليل الـ + +293 +00:24:23,360 --> 00:24:28,500 +B هذه ممكن تبقى integer وممكن تبقى float إذا هو + +294 +00:24:28,500 --> 00:24:33,860 +complex يعني integer مثلا وبعدين هو الـ ghost + +295 +00:24:33,860 --> 00:24:47,220 +اللي جواته number وربما كمان more كمان واحدة صح؟ هذا + +296 +00:24:47,220 --> 00:24:52,700 +ما شفناه قبل كده صح إن ال type ممكن يبقى array أو + +297 +00:24:52,700 --> 00:24:56,280 +ممكن يبقى record أشوف نموذج ال record ال record + +298 +00:24:56,280 --> 00:25:03,980 +مبسطة كلمة record بعدها Calibrate بعدها D والـ D + +299 +00:25:03,980 --> 00:25:12,060 +هذه هي أي single أو multiple definition single + +300 +00:25:12,060 --> 00:25:16,740 +variable أو multiple variables ما في شيء جديد + +301 +00:25:17,330 --> 00:25:22,350 +الجديد هو إنه احنا هذه ال definitions نشوف كيف + +302 +00:25:22,350 --> 00:25:29,530 +احنا ممكن ندخل فيها semantic + +303 +00:25:29,530 --> 00:25:35,410 +actions اللي تقوم بعملية ايش ايش قلنا احنا بدي لكل + +304 +00:25:35,410 --> 00:25:42,630 +declaration احسب ال type واحسب ال width ال type + +305 +00:25:42,630 --> 00:25:45,650 +هي نفس الكلام اللي كان جمله + +306 +00:25:50,910 --> 00:25:57,510 +هذا ليس جديد يعني نفس ال productions هذه واللي + +307 +00:25:57,510 --> 00:26:02,610 +أنا حاطط تحته خط هو نفس ال semantic actions اللي + +308 +00:26:02,610 --> 00:26:06,070 +كانت مرت علينا قبل كده اللي وظيفتها كانت إنه + +309 +00:26:06,070 --> 00:26:13,570 +تحسب ال time الاستجابة هو حسبه ال width و + +310 +00:26:13,570 --> 00:26:18,150 +حسبه ال width برضه مش معقدة + +311 +00:26:19,080 --> 00:26:24,160 +واضح جدا إذا كان والله ال basic ك integer فهنعطيه + +312 +00:26:24,160 --> 00:26:26,500 +float في سبيله أربعة على أساس إن ال integer أربعة + +313 +00:26:26,500 --> 00:26:32,040 +byte إذا float نعطيه ثمانية يعني إذا شيء complex + +314 +00:26:32,040 --> 00:26:43,720 +بدنا نضرب نضرب الرقم هذا فيه هش في ال size تبع ال + +315 +00:26:43,720 --> 00:26:47,580 +ال basic صح؟ صح + +316 +00:26:54,340 --> 00:27:00,140 +هنا ال width تبع ال parent بتساوي ال value تبع هذا + +317 +00:27:00,140 --> 00:27:06,720 +الرقم مضروب فيه في ال width تبع ال child صح؟ + +318 +00:27:06,720 --> 00:27:10,300 +خلينا + +319 +00:27:10,300 --> 00:27:18,640 +نطلع على ال .. ال .. ال + +320 +00:27:18,640 --> 00:27:19,680 +dependence graph + +321 +00:27:29,110 --> 00:27:36,510 +2 في 3ish واسمها a مثلا لأن احنا ما نيه بهذا الجانب + +322 +00:27:36,510 --> 00:27:41,270 +عشان نحسب ال type وال size تبعه ال type واضح إنه + +323 +00:27:41,270 --> 00:27:47,650 +عبارة عن array 2 of array 3 of integer الوقت هذا + +324 +00:27:47,650 --> 00:27:51,730 +كيف نحسبه تيه لأن استجدت؟ ال 24 يعني كيف نحسبه؟ + +325 +00:27:51,730 --> 00:27:59,260 +بالأصل احنا هذا بننظر له على إنه T بتكون من ال basic + +326 +00:27:59,260 --> 00:28:05,300 +وال complex ال basic هو integer وال complex هو + +327 +00:28:05,300 --> 00:28:12,060 +عبارة عن .. لأ + +328 +00:28:12,060 --> 00:28:15,580 +لسه عبارة عن ghost بعدين number بعدين second ghost + +329 +00:28:15,580 --> 00:28:21,340 +بعدين كمان complex complex هذا الثاني هو عبارة عن + +330 +00:28:21,340 --> 00:28:26,010 +ال ghost ال number والجثث الثاني وكمان Complex + +331 +00:28:26,010 --> 00:28:31,610 +Complex هذا عبارة عن إبسلون صح؟ مصبوط هيك ال + +332 +00:28:31,610 --> 00:28:36,850 +parsing هذا ال integer هو عبارة عن .. هذا ال + +333 +00:28:36,850 --> 00:28:40,310 +number هو عبارة عن الاثنين وهذا هو الثلاثة الآن + +334 +00:28:40,310 --> 00:28:45,590 +بناء على ال parsing تبع هذا ال grammar بناء على + +335 +00:28:45,590 --> 00:28:52,830 +هذا ال grammar احنا لما نتعرف على ال size تبع هذا + +336 +00:28:53,450 --> 00:29:04,270 +بنتعرف على الـ B بنتعرف على الـ B بنتعرف + +337 +00:29:04,270 --> 00:29:08,010 +على الـ B بنتعرف على الـ B بنتعرف على الـ B بنتعرف + +338 +00:29:08,010 --> 00:29:11,430 +على الـ B بنتعرف على الـ B بتعرف على الـ B بتعرف + +339 +00:29:11,430 --> 00:29:16,970 +على الـ B بتعرف على الـ B بتعرف على الـ B بتعرف + +340 +00:29:16,970 --> 00:29:19,590 +على الـ B بتعرف على الـ B بتعرف على الـ B بتعرف + +341 +00:29:19,590 --> 00:29:20,510 +على الـ B بتعرف على الـ B بتعرف على الـ B بتعرف + +342 +00:29:20,510 --> 00:29:28,010 +على الـ B بتوع ال integer بعدين كنا نبدأ نرد و + +343 +00:29:28,010 --> 00:29:32,610 +نرجع ثاني ال type هذه ال T attribute وتبدأ + +344 +00:29:32,610 --> 00:29:37,150 +نرحلها لل parent لأن في نفس ال .. ونفس الكارثية + +345 +00:29:37,150 --> 00:29:40,910 +ال size لأن ال width ال width تبع هذه اللي هو + +346 +00:29:40,910 --> 00:29:44,710 +الأربعة لأن هذه ال width تبع حاجة كم؟ أربعة + +347 +00:29:44,710 --> 00:29:49,710 +الأربعة اللي هتترحل هنا ليش؟ علشان تنضرب في + +348 +00:29:49,710 --> 00:29:51,030 +الاثنين + +349 +00:29:54,000 --> 00:30:01,180 +لتنضرب في اثنين فقط إذا كانت كل القصة integer of + +350 +00:30:01,180 --> 00:30:05,760 +اثنين لكن إذا لسه في كمان ثلاثة معناته ال width + +351 +00:30:05,760 --> 00:30:10,200 +هذه الأربعة تترحل أيضا كمان لهنا عشان تنضرب هنا + +352 +00:30:10,200 --> 00:30:18,240 +فهي عملية للأربعة تترحل إلى ال width تبع ال C لأن + +353 +00:30:18,240 --> 00:30:20,480 +هنا لما نصل إلى نقل إبسلون + +354 +00:30:23,250 --> 00:30:28,850 +بنرجع ال W هذه اللي هي الأربعة بتنضرب في الثلاثة + +355 +00:30:28,850 --> 00:30:35,190 +هي الأربعة أصلا أترحلت لهنا وأنا هنا ولا على + +356 +00:30:35,190 --> 00:30:38,750 +المستوى أنا بكون مالي عملية على ال rule هذا ال + +357 +00:30:38,750 --> 00:30:44,090 +rule هذا بتقول لي خد ال width تبع ال child ال + +358 +00:30:44,090 --> 00:30:47,990 +width تبع ال child اللي هو احنا مشينا وبنزل فيه + +359 +00:30:47,990 --> 00:30:52,260 +لما وصلنا ل ال W خلاص ثبت على إنه أربعة الآن خد ال + +360 +00:30:52,260 --> 00:30:56,260 +width تبع ال child واضربه في ال number أربعة في + +361 +00:30:56,260 --> 00:31:00,260 +ثلاثة اثنا عشر صار ال width على هذا المستوى اثنا عشر + +362 +00:31:00,260 --> 00:31:05,860 +لأن الاثنا عشر هذه نرجع واضرب ال width تبع هذه الآن + +363 +00:31:05,860 --> 00:31:08,900 +برضه ال width تبع ال child نضربه في ال number اللي + +364 +00:31:08,900 --> 00:31:15,020 +هو أربعة وعشرون الآن في الآخر أربعة وعشرون تترحل إن + +365 +00:31:15,020 --> 00:31:17,240 +هي لل parent + +366 +00:31:21,660 --> 00:31:26,260 +أمانيا في البداية ال width تبع ال B هذا ال N هنا + +367 +00:31:26,260 --> 00:31:30,340 +يقصد بها ال B ال basic type ال width تبعها أربعة + +368 +00:31:30,340 --> 00:31:36,200 +الأربعة هذه هي ال 4 ك width وال type وال T ك type + +369 +00:31:36,200 --> 00:31:40,340 +ال integer ترحله على ال C و ثم ترحله على ال C + +370 +00:31:40,340 --> 00:31:44,000 +child ثم ترحله على ال C الأخيرة صار عندي ال C + +371 +00:31:44,000 --> 00:31:46,000 +الأخيرة لما اكتشفنا إنها epsilon + +372 +00:31:49,100 --> 00:31:53,340 +هذه الأربعة أترحلت لفوق عشان تنضرب في الثلاثة وهذه + +373 +00:31:53,340 --> 00:31:58,280 +ال integer أترحلت لفوق عشان تأتي ضمن التركيبة هذه + +374 +00:31:58,280 --> 00:32:05,720 +التركيبة 12 هذه أترحلت لفوق عشان تنضرب في الاثنين + +375 +00:32:05,720 --> 00:32:11,440 +عشان ناخد ال 24 وهذه أترحلت لفوق عشان تأتي ضمن + +376 +00:32:11,440 --> 00:32:15,680 +التركيبة اللي فوق + +377 +00:32:19,140 --> 00:32:24,940 +زي ما هم على الـ dot على الـ T dot width و T dot + +378 +00:32:24,940 --> 00:32:31,120 +type بيكون هنا حسبنا طلب عنا ال type attribute و + +379 +00:32:31,120 --> 00:32:35,580 +ال width attribute ال width هذه بتقول لي جداش size + +380 +00:32:35,580 --> 00:32:43,300 +جداش بالضبط size لهذا المتغير ال tribe تبعه بيك أنا + +381 +00:32:43,300 --> 00:32:46,500 +شايف أنا أنا هندي ال tribe تبع هذا المتغير وهندي + +382 +00:32:46,500 --> 00:32:48,400 +ال size اللي لازم لهذا المتغير + +383 +00:33:00,500 --> 00:33:06,760 +عندما تكون ال declaration جاية ضمن مجموعة ال + +384 +00:33:06,760 --> 00:33:11,140 +declarations يعني في مكان ما في البرنامج فيه دي + +385 +00:33:11,140 --> 00:33:15,320 +declaration و + +386 +00:33:15,320 --> 00:33:19,360 +بعدين فيه declaration ثانية دي declaration وفي + +387 +00:33:19,360 --> 00:33:23,460 +مكان آخر دي declaration ثانية integer X وفي مكان + +388 +00:33:23,460 --> 00:33:27,020 +آخر دي declaration آخرها multiple أو sequence of + +389 +00:33:27,020 --> 00:33:32,060 +declarations كل declaration بالإضافة إلى ال size + +390 +00:33:32,060 --> 00:33:35,540 +تبعها إلى ال size تبع المتغير ملزمني أيضا كمان + +391 +00:33:35,540 --> 00:33:41,180 +أعرف أين بدي أحطه افترض إنه بحط المتغير بعد آخر + +392 +00:33:41,180 --> 00:33:46,960 +متغير أنا عندي أنا ال data section ايه ال program + +393 +00:33:46,960 --> 00:33:57,700 +ايه ال data بدي اصفط الليش لصفط المتغيرات الـ A + +394 +00:33:57,700 --> 00:34:05,420 +أخذت 24 بايت المتغير + +395 +00:34:05,420 --> 00:34:08,240 +الجديد اللي يجب أن أعمله هو X يجب أن يأتي بعد ال + +396 +00:34:08,240 --> 00:34:12,560 +24 بايت وليس إن أرمي حد فيك أينما يأتي بداخل ال + +397 +00:34:12,560 --> 00:34:18,100 +data section صح أو لا؟ فأنا لازم يبقى في عندي حاجة + +398 +00:34:18,100 --> 00:34:24,870 +اسمها offset اللي يتأشر لي أين يجي يتخزن ال next + +399 +00:34:24,870 --> 00:34:29,830 +declaration بالأصل أول declaration بتيجي على + +400 +00:34:29,830 --> 00:34:34,430 +offset 0 offset 0 بداية من من ال data section بعد + +401 +00:34:34,430 --> 00:34:37,750 +ما أحسب هذه ال declaration كده ال size تبعها كده + +402 +00:34:37,750 --> 00:34:40,450 +ال width تبعها نضيفها على offset .. نضيفها على + +403 +00:34:40,450 --> 00:34:44,670 +offset جديد صفر زي ال 24 تبع 24 جلد الآن هذه ال + +404 +00:34:44,670 --> 00:34:48,090 +declaration الثانية تبدأ عند ال offset تبعها عند + +405 +00:34:48,090 --> 00:34:54,420 +24 لو أجي بعدها كمان declaration أخرى offset بالضبط + +406 +00:34:54,420 --> 00:34:59,140 +فهي كل هذه بطل حسبت ال offset بحطها أيضا في ال + +407 +00:34:59,140 --> 00:35:03,860 +semantic action ال semantic action صار فيه ثلاث + +408 +00:35:03,860 --> 00:35:09,220 +حسابات من حسبها أولا ال dot type attribute ال width + +409 +00:35:09,220 --> 00:35:14,300 +attribute وال offset attribute كل هذا الكلام يتم + +410 +00:35:14,300 --> 00:35:19,440 +محالجته باسماتيك اكشن أو rules أو إذا كنت تريد أن + +411 +00:35:19,440 --> 00:35:24,360 +تعمل SDD أو rules آخر شيء أريد أن أقوله بعد موضوع + +412 +00:35:24,360 --> 00:35:27,440 +ال sequence of declarations قلنا ايش النقطة + +413 +00:35:27,440 --> 00:35:29,860 +الأساسية في ال sequence of declarations اللي هي إن + +414 +00:35:29,860 --> 00:35:35,840 +نغير ال offset عشان نغير ال offset value عشان كل + +415 +00:35:35,840 --> 00:35:39,120 +new declaration تبدأ من حيث انتهت ال declaration + +416 +00:35:39,120 --> 00:35:42,420 +اللي + +417 +00:35:42,420 --> 00:35:53,160 +قبلها هذا القمر أحيانا بلزم إنه بلزم + +418 +00:35:53,160 --> 00:36:00,190 +إنه يتبنى من نقطتين النقطة الأولى اللي هي إن لو أنا + +419 +00:36:00,190 --> 00:36:02,810 +هندي ال declaration قبل لو أنا هندي ال declaration + +420 +00:36:02,810 --> 00:36:09,910 +ل record زي هيك شو استجدت؟ ما استجدتش شيء لأن ال T + +421 +00:36:09,910 --> 00:36:19,150 +هذه record افتح جوس و D سكر جوس لأن D شو هي؟ ليس + +422 +00:36:19,150 --> 00:36:23,670 +أكثر من .. مش أكثر من الكلام اللي كنا بنحكيه الـ D + +423 +00:36:23,670 --> 00:36:29,410 +هذه إما single أو multiple declaration قد يكون + +424 +00:36:29,410 --> 00:36:37,150 +بعضها simple أو basic يعني أو قد يكون compound فما + +425 +00:36:37,150 --> 00:36:41,530 +استجدتش أي حاجة كل الكلام اللي حكيناه قبل شوية + +426 +00:36:41,530 --> 00:36:46,230 +بينطلق على الـ D هذه اللي جاي من ضمن تعريف الـ + +427 +00:36:46,230 --> 00:36:49,690 +record لأن الـ record شو هو بالأصل مجموعة من الـ + +428 +00:36:49,690 --> 00:36:54,150 +variables مظبوط الـ variables هذه قد يكون بعضها + +429 +00:36:54,150 --> 00:36:58,230 +basic قد يكون بعضها ishيعني ممكن تحتوي على الرقم و + +430 +00:36:58,230 --> 00:37:04,050 +لا لأ فكل الكلام اللي حكيناه بيجي ضمن التعريف تبع + +431 +00:37:04,050 --> 00:37:08,330 +الرقم في الـD هذا النقطة الأولى النقطة الثانية + +432 +00:37:08,330 --> 00:37:13,530 +اللي هي أنه أنا ممكن يكون في عندي مثلا الـ scope الـ + +433 +00:37:13,530 --> 00:37:16,110 +variables هذه اللي بينعملها الـ declaration الآن + +434 +00:37:16,110 --> 00:37:21,410 +هتكون لـ scope محدد مدناش يختلط مع الـ scope + +435 +00:37:21,410 --> 00:37:26,060 +تبع الـ declarations الأخرى في scope تانييعني أنا + +436 +00:37:26,060 --> 00:37:30,220 +ممكن أعرف X في هذا الـ current scope و يمكن في عندي + +437 +00:37:30,220 --> 00:37:34,160 +X ثاني في another scope هذا الـ scope تبع function + +438 +00:37:34,160 --> 00:37:38,220 +و في عندي scope ثاني لـ global أو scope ثاني لـ + +439 +00:37:38,220 --> 00:37:45,560 +function أخرى صح ف أنا ممكن أتخيل أن كل scope له الـ + +440 +00:37:45,560 --> 00:37:54,010 +data section تبعه الـ data section Stack و أنا الـ + +441 +00:37:54,010 --> 00:37:58,550 +variables اللي بتم تعريفهم يجوا يجوا يجوا يجوا + +442 +00:37:58,550 --> 00:37:59,150 +يجوا يجوا يجوا يجوا يجوا يجوا يجوا يجوا يجوا يجوا + +443 +00:37:59,150 --> 00:38:00,290 +يجوا يجوا يجوا يجوا يجوا يجوا يجوا يجوا يجوا يجوا + +444 +00:38:00,290 --> 00:38:02,670 +يجوا يجوا يجوا يجوا يجوا يجوا يجوا يجوا يجوا يجوا + +445 +00:38:02,670 --> 00:38:05,650 +يجوا يجوا يجوا يجوا يجوا يجوا يجوا يجوا يجوا يجوا + +446 +00:38:05,650 --> 00:38:10,410 +يجوا يجوا يجوا يجوا يجوا يجوا يجوا يجوا يجوا يجوا + +447 +00:38:10,410 --> 00:38:17,930 +يجوا يجوا يجوا يجوا يجوا يج + +448 +00:38:19,450 --> 00:38:24,030 +مؤشر بداخل الـ stack هنا ليس بداخل الـ global data + +449 +00:38:24,030 --> 00:38:28,090 +area تبع البرنامج كله على أساس ماذا قلنا؟ على أساس + +450 +00:38:28,090 --> 00:38:34,030 +نقول لك كل scope فيه Data Area منفصلة الـ data area + +451 +00:38:34,030 --> 00:38:35,230 +منفصلة من الـ data area منفصلة من الـ data area + +452 +00:38:35,230 --> 00:38:39,630 +منفصلة من الـ data area منفصلة من الـ data + +453 +00:38:39,630 --> 00:38:43,050 +area منفصلة من الـ data area منفصلة من الـ data area + +454 +00:38:43,050 --> 00:38:45,410 +منفصلة من الـ data area منفصلة من الـ data area + +455 +00:38:45,410 --> 00:38:46,570 +منفصلة من الـ data area منفصلة من الـ data area + +456 +00:38:46,570 --> 00:38:46,610 +منفصلة من الـ data area منفصلة من الـ data area + +457 +00:38:46,610 --> 00:38:46,630 +منفصلة من الـ data area منفصلة من الـ data area + +458 +00:38:46,630 --> 00:38:47,210 +منفصلة من الـ data area منفصلة من الـ data area + +459 +00:38:47,210 --> 00:38:52,100 +منفصلةهذه المقاطع الأولى هي أن الـ record تعريفه لا + +460 +00:38:52,100 --> 00:38:56,980 +يضيف أي شيء جديد على الكلام الأولى اللي حكيناه + +461 +00:38:56,980 --> 00:38:59,560 +بالنسبة للـ type و بالنسبة للـ width و بالنسبة للـ + +462 +00:38:59,560 --> 00:39:06,420 +offset الـ offset ممكن يتأثر ماذا كان احنا .. يعني + +463 +00:39:06,420 --> 00:39:09,940 +تتغير حسبتك ماذا كان نحن نحسب لكل البرنامج و لا + +464 +00:39:09,940 --> 00:39:15,020 +نحسب له scope محدد okay + +465 +00:39:15,020 --> 00:39:15,980 +section 64 + +466 +00:39:20,190 --> 00:39:23,970 +expressions من حيث أنه لو أنا عندي expression الـ + +467 +00:39:23,970 --> 00:39:27,930 +expression هذا الـ code الإجمالي تبعه بدي تكون من + +468 +00:39:27,930 --> 00:39:33,030 +الـ code تبع الـ sub expressions الفرعية يعني احنا + +469 +00:39:33,030 --> 00:39:36,190 +الآن نكون عندي grammar و الـ grammar هي بتقول لي أن + +470 +00:39:36,190 --> 00:39:39,890 +هو الـ expression أحد صيغته أنه يكون عبارة عن two + +471 +00:39:39,890 --> 00:39:46,350 +expressions مجموعين مع بعض أي واحد و اثنين أو يكون + +472 +00:39:46,350 --> 00:39:53,250 +مثلا two expressions مطروحين لبعض بالنقص في هذا + +473 +00:39:53,250 --> 00:39:58,690 +الحالة الـ translation تبع الـ E الإجمالية هي عبارة + +474 +00:39:58,690 --> 00:40:02,190 +عن الـ translation تبع الـ E للsubstitution الأولاني + +475 +00:40:02,190 --> 00:40:07,630 +و وراها طول الـ translation تبع الـ expression + +476 +00:40:07,630 --> 00:40:14,430 +الثاني، مظبوط؟ خلتوا هنا أعمل الـ E dot code بساوي + +477 +00:40:14,430 --> 00:40:20,810 +E واحد dot code و لاحقا هطول وراها إيش؟يعني مثلا + +478 +00:40:20,810 --> 00:40:26,510 +هذا هيك أنا + +479 +00:40:26,510 --> 00:40:30,450 +برجع للجوا عشان أجيب الـ example اللي فيه الـ + +480 +00:40:30,450 --> 00:40:39,910 +expression اللي هو هذا هذا expression هي + +481 +00:40:39,910 --> 00:40:44,850 +الترجمة تبعته صح ولا لا بقدر أتخيل أن هذه هي الـ + +482 +00:40:44,850 --> 00:40:51,730 +dot code هذا هذا كله هو الـ dot code attribute تبعت + +483 +00:40:51,730 --> 00:40:57,190 +الـ expression أنا عندي كل هذا على بضع عبارة عن إيش + +484 +00:40:57,190 --> 00:41:01,050 +statement الـ statement هذه ماخدة الـ form + +485 +00:41:01,050 --> 00:41:04,170 +identifier و جاي ورايا يساوي و جاي ورايا إيش + +486 +00:41:04,170 --> 00:41:07,590 +expression هذا الـ expression الـ dot code attribute + +487 +00:41:07,590 --> 00:41:15,310 +تبعته هيك صح هذا افترض أنه أنا عندي expression هذا + +488 +00:41:15,310 --> 00:41:19,790 +هيك + +489 +00:41:22,820 --> 00:41:26,900 +two expressions مجموعين في البعض صح ولا لأ مش + +490 +00:41:26,900 --> 00:41:32,000 +نفترض هو هذا الواقع فهذا عمليا هو عبارة عن وين + +491 +00:41:32,000 --> 00:41:37,180 +الجزء من هذا الـ code اللي هو ترجمة النص الأولاني + +492 +00:41:37,180 --> 00:41:45,160 +لعند وين لعند هنا ت واحد اثنين كيف ت واحد اثنين ت + +493 +00:41:45,160 --> 00:41:51,300 +واحد اثنين وين النص الثاني ت ثلاثة و تربعة وهذا مش + +494 +00:41:51,300 --> 00:41:57,240 +معناه؟ لأ هذا ما بيش معناه بالكثير تمام طيب الترجمة + +495 +00:41:57,240 --> 00:42:01,640 +الإجمالية خلّي بالك لأ احنا الـ expression بيقف عن + +496 +00:42:01,640 --> 00:42:05,920 +هنا هذا راجع للـ assignment هذا تابع للـ assignment + +497 +00:42:05,920 --> 00:42:10,320 +صح أو لا؟ حدود الترجمة تبع الـ expression واقفة عن + +498 +00:42:10,320 --> 00:42:16,420 +هنا هذه اتبالة علشان الـ assignment يعني الآن الـ + +499 +00:42:16,420 --> 00:42:19,240 +dot code تبع الـ expression كله هي عبارة عن الـ dot + +500 +00:42:19,240 --> 00:42:27,100 +code هيّت و احنا عندنا إيش بيقول هاي E واحد ها هادي + +501 +00:42:27,100 --> 00:42:33,320 +الـ dot code لـ E واحد لـ E واحد حلو؟ و هادي الـ E + +502 +00:42:33,320 --> 00:42:33,740 +اثنين الـ E اثنين الـ E اثنين الـ E اثنين الـ E اثنين + +503 +00:42:33,740 --> 00:42:34,140 +الـ E اثنين الـ E اثنين الـ E اثنين الـ E اثنين الـ E + +504 +00:42:34,140 --> 00:42:38,740 +اثنين الـ E اثنين الـ E اثنين الـ E اثنين الـ E اثنين + +505 +00:42:38,740 --> 00:42:40,520 +الـ E اثنين الـ E اثنين الـ E اثنين الـ E اثنين الـ E + +506 +00:42:40,520 --> 00:42:41,580 +اثنين الـ E اثنين الـ E اثنين الـ E اثنين الـ E اثنين + +507 +00:42:41,580 --> 00:42:42,780 +الـ E اثنين الـ E اثنين الـ E اثنين الـ E اثنين الـ E + +508 +00:42:42,780 --> 00:42:48,590 +اثنين الـ E اثنين الـ E اثنين أو الـ instruction هذه + +509 +00:42:48,590 --> 00:42:52,150 +الأخيرة فهذه الـ statement أو الـ instruction + +510 +00:42:52,150 --> 00:42:57,150 +الأخيرة T5 هي عبارة عن instruction موظفتها إنها + +511 +00:42:57,150 --> 00:43:06,870 +تجمع محصلة القيمة T2 هي أجمع القيمة اللي حصل تحصيل + +512 +00:43:06,870 --> 00:43:11,890 +الـ expression الأولاني T2 هي يعني قيمة B مضروبة في + +513 +00:43:11,890 --> 00:43:15,850 +نفس القيمة C كله في الأخصة في T2 ومثل اللي هي T4 + +514 +00:43:15,850 --> 00:43:22,540 +مجموحةهدول الـ two هد ادرس ولا مش ادرس هدى مش ادرس + +515 +00:43:22,540 --> 00:43:26,240 +هدول مش names و الـ names احنا بنقول عنهم هم تسمية + +516 +00:43:26,240 --> 00:43:35,540 +لـ address فنسميهم addresses فهد بنسمي الـ E اثنين dot + +517 +00:43:35,540 --> 00:43:43,480 +address وهد بنسمي E واحد dot address وهد بطبع + +518 +00:43:43,480 --> 00:43:51,230 +طبعا E هو E dot address E dot address يعني إيه؟ + +519 +00:43:51,230 --> 00:43:54,670 +الـ address اللي بده الصوب في القيمة النهائية تبعت + +520 +00:43:54,670 --> 00:43:59,870 +الـ expression كلها حلو؟ فأصبح من هذا المنطلق أنه + +521 +00:43:59,870 --> 00:44:05,550 +أنا عشان لما يكون في عندي expression جالي مركب بين + +522 +00:44:05,550 --> 00:44:10,950 +two expressions مجموعين مع بعض فالـ E dot code تبع + +523 +00:44:10,950 --> 00:44:15,230 +هذا الـ expression بساوي E واحد dot code ملحوم + +524 +00:44:15,230 --> 00:44:22,740 +مورمو على طول الـ E2 dot code ولكن لازم برضه ألحق + +525 +00:44:22,740 --> 00:44:27,960 +وراها على طول Instruction إضافية بتقول الـ E dot + +526 +00:44:27,960 --> 00:44:35,800 +address بيساوي E1 dot address زائد بعدين ملحوم + +527 +00:44:35,800 --> 00:44:44,380 +معاها علامة الزائد ملحوم وراها الـ E2 dot address + +528 +00:44:47,870 --> 00:44:59,170 +هذا هو اللي حاصل عندنا هنا في الآخر + +529 +00:44:59,170 --> 00:45:07,310 +وينها slide هيتها امسح ال .. هيتها مش محتاج امسح + +530 +00:45:07,310 --> 00:45:11,350 +الـ E dot code وراها الـ E واحد dot code وراها الـ E + +531 +00:45:11,350 --> 00:45:14,290 +اثنين dot code وراها الـ generate هذي إشارة عن + +532 +00:45:14,290 --> 00:45:19,620 +function وضفتها تاخد الأنصر هذه لو تكون منهم + +533 +00:45:19,620 --> 00:45:26,520 +instruction إحدى مثل ذلك بدك تفكر لأن لو هنا ناقص + +534 +00:45:26,520 --> 00:45:32,920 +E1 مجرد إنه احنا بدنا الـ E1 الـ dot code هو هو + +535 +00:45:32,920 --> 00:45:37,200 +ما فيش اللي بنضيفه على حد ولا بناخد منه شيء بس بعد + +536 +00:45:37,200 --> 00:45:40,640 +كلام نعمل instruction في الآخر اللي هو E dot + +537 +00:45:40,640 --> 00:45:47,080 +address بساوي ونحط كلمة minus وساوي الإدريس E1 من + +538 +00:45:47,080 --> 00:45:52,360 +هنا نجرب الإشارة هنا في الحالة أن E1 بين قوسين لا + +539 +00:45:52,360 --> 00:45:55,980 +ولا شيء الـ E بياخد الـ E dot address تاخد الـ + +540 +00:45:55,980 --> 00:46:02,140 +address E1 و الـ dot code هو هو لأن لو الـ + +541 +00:46:02,140 --> 00:46:09,280 +expression هو مجرد identifier ما في ترجمة و الـ + +542 +00:46:09,280 --> 00:46:13,860 +address E هو نفس الـ identifier الـ E Dot Address + +543 +00:46:13,860 --> 00:46:20,180 +يساوي اللاكسيب الـ Identifier يساوي يعني بيكون + +544 +00:46:20,180 --> 00:46:24,480 +مثلا عملنا T مثلا 11 و T1 يساوي 11 و T1 يساوي 11 و + +545 +00:46:24,480 --> 00:46:26,160 +T1 يساوي 11 و T1 يساوي 11 و T1 يساوي 11 و + +546 +00:46:26,160 --> 00:46:30,900 +T1 يساوي 11 و T1 يساوي 11 و T1 يساوي 11 و T1 يساوي + +547 +00:46:30,900 --> 00:46:31,120 +11 و T1 يساوي 11 و T1 يساوي 11 و T1 يساوي 11 + +548 +00:46:31,120 --> 00:46:40,540 +و T1 يساوي 11 و T1 يساوي 11 و T1 يساوي 11 + +549 +00:46:40,540 --> 00:46:43,400 +و Syntax Directed Definition يحتوي على semantic + +550 +00:46:43,400 --> 00:46:46,660 +rules و أضيف الـ semantic rules هذه ترجمة ترجمة + +551 +00:46:46,660 --> 00:46:51,200 +بمعنى تشكيل أو بناء أو إنتاج اللي هو الـ three + +552 +00:46:51,200 --> 00:46:54,460 +address code instructions تبعت إيش تبعت expression + +553 +00:46:54,460 --> 00:47:00,440 +بنركب على هذا الكلام الـ generation تبع statement + +554 +00:47:00,440 --> 00:47:06,400 +و بنركب منه الـ generation تبع اللي هو بجيئة الـ .. + +555 +00:47:06,400 --> 00:47:09,320 +الـ .. الـ .. الـ constructs الأخرى اللي في البرنامج + +556 +00:47:09,320 --> 00:47:14,110 +okay وبعد ذلك أصبح واضح أن الـ Translation هي عملية + +557 +00:47:14,110 --> 00:47:21,790 +تراكمية بتنبنى من الـ Sub-translations تبع كل + +558 +00:47:21,790 --> 00:47:27,870 +واحدة من العناصر المتعاملة بالنسبة لي الـ Example + +559 +00:47:27,870 --> 00:47:32,890 +هذا يطلب منك كيف أن تأخد هذا الـ statement الصغير + +560 +00:47:38,690 --> 00:47:44,390 +و تطلع منها الـ three address code التلاتة دول الـ + +561 +00:47:44,390 --> 00:47:47,030 +three other code instructions المحاضرة الجاية + +562 +00:47:47,030 --> 00:47:51,030 +بنحكي إن شاء الله في الـ incremental translation و + +563 +00:47:51,030 --> 00:47:54,730 +بنكمل section ستة أربعة إن شاء الله يعطيكم العافية diff --git a/PL9fwy3NUQKwZe1P-Tr_n9TWAgawgGkpm5/Kx_7yT5w6co_postprocess.srt b/PL9fwy3NUQKwZe1P-Tr_n9TWAgawgGkpm5/Kx_7yT5w6co_postprocess.srt new file mode 100644 index 0000000000000000000000000000000000000000..ee55f3a6c9a407e93bf32f4492e0adf28bb7dbc4 --- /dev/null +++ b/PL9fwy3NUQKwZe1P-Tr_n9TWAgawgGkpm5/Kx_7yT5w6co_postprocess.srt @@ -0,0 +1,2708 @@ +1 +00:00:20,670 --> 00:00:23,510 +بسم الله الرحمن الرحيم الصلاة والسلام عليكم ورحمة + +2 +00:00:23,510 --> 00:00:24,090 +الله ورحمة الله ورحمة الله ورحمة الله ورحمة الله + +3 +00:00:24,090 --> 00:00:25,350 +ورحمة الله ورحمة الله ورحمة الله ورحمة الله ورحمة + +4 +00:00:25,350 --> 00:00:26,690 +الله ورحمة الله ورحمة الله ورحمة الله ورحمة الله + +5 +00:00:26,690 --> 00:00:27,670 +ورحمة الله ورحمة الله ورحمة الله ورحمة الله ورحمة + +6 +00:00:27,670 --> 00:00:30,210 +الله ورحمة الله ورحمة الله ورحمة الله ورحمة الله + +7 +00:00:30,210 --> 00:00:34,030 +ورحمة الله ورحمة الله ورحمة الله ورحمة الله ورحمة + +8 +00:00:34,030 --> 00:00:36,470 +الله ورحمة الله ورحمة الله ورحمة الله ورحمة الله + +9 +00:00:36,470 --> 00:00:38,310 +ورحمة الله ورحمة الله ورحمة الله ورحمة الله ورحمة + +10 +00:00:38,310 --> 00:00:45,810 +الله ورحمة الله ورحمة + +11 +00:00:45,810 --> 00:00:52,070 +الله ورحمة الله ورحمة الله وربتم عملية الـ + +12 +00:00:52,070 --> 00:00:55,610 +Generating Intermediate Code بالتحديد الـ + +13 +00:00:55,610 --> 00:00:58,770 +Intermediate Code اللي شفناه هو الـ Three Address + +14 +00:00:58,770 --> 00:01:02,370 +Code Instructions طبعاً أول شيء شوفنا كيف الـ + +15 +00:01:02,370 --> 00:01:05,230 +Three Address Code Instructions هذي Can be + +16 +00:01:05,230 --> 00:01:08,930 +generated ممكن تشكيلها ليه؟ الـ Types and + +17 +00:01:08,930 --> 00:01:13,930 +Declarations Declaring ال variables شفناها للـ VM + +18 +00:01:13,930 --> 00:01:19,210 +ال variables بسيطة وشفناها للرئيس كذلك الحالوشوفنا + +19 +00:01:19,210 --> 00:01:22,390 +كيف ال expressions mathematical expressions are + +20 +00:01:22,390 --> 00:01:26,410 +translated يعني ايش translated يعني three address + +21 +00:01:26,410 --> 00:01:29,210 +code generation three address code instructions + +22 +00:01:29,210 --> 00:01:34,170 +are generated وبعد كده والان ان شاء الله بنشوف كيف + +23 +00:01:34,170 --> 00:01:37,430 +اللي هو مسألة type checking وإيش بيلطوي عليها من + +24 +00:01:37,430 --> 00:01:42,730 +من توليد أو تشكيل أو generating three address + +25 +00:01:42,730 --> 00:01:46,030 +instructionsوهي ليها أيضا ال control flow + +26 +00:01:46,030 --> 00:01:48,950 +statements control flow statements يعني ببساطة ال + +27 +00:01:48,950 --> 00:01:53,250 +if statement مثلا و ال looping statements while و + +28 +00:01:53,250 --> 00:01:56,550 +repeat وما إلى ذلك فخلينا نروح على بداية ال + +29 +00:01:56,550 --> 00:02:05,130 +section 5 عشان نشوف ايش اللي ايش + +30 +00:02:05,130 --> 00:02:09,230 +اللي أمامنا طبعا + +31 +00:02:09,230 --> 00:02:11,290 +6 أربعة كان اللي هو ايش قلناه + +32 +00:02:14,310 --> 00:02:18,450 +translation expressions حكينا فيه كله طلعنا على + +33 +00:02:18,450 --> 00:02:24,490 +كيف ال syntax directed definition وشوفنا ال + +34 +00:02:24,490 --> 00:02:29,090 +example بسيط هذا وشوفنا example أكبر منه وشوفنا + +35 +00:02:29,090 --> 00:02:34,410 +اللي هو ال addressing array elements كيف ال array + +36 +00:02:34,410 --> 00:02:39,170 +elements لما تبقى ال array multidimensional كيف + +37 +00:02:39,170 --> 00:02:48,260 +نحسب ال address تبع العناصر ال arrayو آخر إشي كان + +38 +00:02:48,260 --> 00:02:52,960 +اللي هو ال example هذا بالظبط هذا ال example اللي + +39 +00:02:52,960 --> 00:02:56,960 +هو بتتشكل + +40 +00:02:56,960 --> 00:03:00,120 +من خلاله مجموعة three address instructions اللي هي + +41 +00:03:00,120 --> 00:03:04,020 +عبارة عن اللي هي بتحسب يعني ال address تبع ال + +42 +00:03:04,020 --> 00:03:08,150 +elementالان ستة كام سأله ال type checking في ال + +43 +00:03:08,150 --> 00:03:10,990 +type checking ال compiler أمامه وظيفتين أساسية + +44 +00:03:10,990 --> 00:03:16,170 +اللي هو أنه يفحص ال type تبع اللي هو ال different + +45 +00:03:16,170 --> 00:03:19,070 +components اللي في ال source code different + +46 +00:03:19,070 --> 00:03:22,390 +components هذه سواء كان variable صغير ولا كان + +47 +00:03:22,390 --> 00:03:25,430 +expression ولا كان function call ولا أي جزية من + +48 +00:03:25,430 --> 00:03:28,710 +جزية البرنامج في الآخر احنا بنعرف ال type تبعها + +49 +00:03:28,710 --> 00:03:35,000 +لأنها قد تدخل في some largerكمبونت يعني هي ككمبونت + +50 +00:03:35,000 --> 00:03:40,000 +انتجر و ال expression و ال function ممكن يدخل في + +51 +00:03:40,000 --> 00:03:44,980 +بناء كمبونت اكبر منها فلازم يبقى يعرف ال type ال + +52 +00:03:44,980 --> 00:03:49,280 +compiler يبقى يعرف ال type تبعها من أجل انه يتأكد + +53 +00:03:49,280 --> 00:03:55,820 +انه هي جاية بال type المناسب في المكان المناسب ف + +54 +00:03:55,820 --> 00:03:58,820 +to do type checking ال compiler needs to assign a + +55 +00:03:58,820 --> 00:04:03,460 +type expression لو عندي اناexpression على سبيل + +56 +00:04:03,460 --> 00:04:07,540 +المثال فيه الـ type attribute الـ type attribute + +57 +00:04:07,540 --> 00:04:11,100 +هذه الـ value تبعها ايش هو ال value تبعها عبارة عن + +58 +00:04:11,100 --> 00:04:15,680 +type expression type expression فهذا دور ال + +59 +00:04:15,680 --> 00:04:19,160 +compiler انه يعطي لكل component سواء كانت + +60 +00:04:19,160 --> 00:04:22,200 +expression سواء كانت variable سواء كانت ايش ما + +61 +00:04:22,200 --> 00:04:26,360 +كانت جزئية من جزئية البرنامج يعطيها ال type + +62 +00:04:26,360 --> 00:04:32,540 +attribute تبعتها تمام ال compiler must thenبعد ما + +63 +00:04:32,540 --> 00:04:36,460 +يعرف أو يحدد الـ type تبع ال expression تبع ال + +64 +00:04:36,460 --> 00:04:39,700 +component لازم ت determine that these type + +65 +00:04:39,700 --> 00:04:45,040 +expressions conform مطابق على ال logical rules + +66 +00:04:45,040 --> 00:04:49,840 +اللي على أساسها بيه نتأكد ماذا كان ال component + +67 +00:04:49,840 --> 00:04:59,640 +هذه جاي في مكانها الصحيح ولا لأ فاحنا عندنا الصفة + +68 +00:04:59,640 --> 00:05:08,550 +عامة لو عندى انالو عندي مجرد identifier او لو عندي + +69 +00:05:08,550 --> 00:05:17,370 +expression او لو عندي function call كل + +70 +00:05:17,370 --> 00:05:22,070 +هذه ال components لازم يبقى معروف في ال type طبعا + +71 +00:05:22,070 --> 00:05:25,290 +احنا نشوف كيف ال type ال identifiers و ال + +72 +00:05:25,290 --> 00:05:28,550 +expressions كيف بينحسب لو ال function calls ال + +73 +00:05:28,550 --> 00:05:33,050 +function calls احنا فيها انواعينهنا في بعض اللغات + +74 +00:05:33,050 --> 00:05:37,570 +تعمل declaration أو تشترط وجود declaration يعني + +75 +00:05:37,570 --> 00:05:41,090 +أنا لا أستطيع استخدام أي variable أو أي function + +76 +00:05:41,090 --> 00:05:46,670 +إلا إذا عملت declaration لها ففي هذه الحالات إذا + +77 +00:05:46,670 --> 00:05:52,830 +كان لدي declaration وعندي function ال type هو ال + +78 +00:05:52,830 --> 00:05:56,350 +type اللي declared يعني انا بيعرف function في ال C + +79 +00:06:00,540 --> 00:06:05,720 +إنتجر X خلاص هنا نعرف ال return type تبع ال + +80 +00:06:05,720 --> 00:06:09,620 +function هو ال type تبعها ال return type هي بتلجأ + +81 +00:06:09,620 --> 00:06:13,280 +integer فال integer هذا هو ال type تبعها لأن بعد + +82 +00:06:13,280 --> 00:06:17,600 +كده لما أنا أستدعيها أقول مثلا Y بيساوي Y زائد F + +83 +00:06:17,600 --> 00:06:24,000 +of X هذا ال operator على الطرف اليمين و على الطرف + +84 +00:06:24,000 --> 00:06:30,730 +الشمال بده two operands من نفس النوعفإيش نوع هذا + +85 +00:06:30,730 --> 00:06:36,890 +الـ Ship؟ هذا الـ Y-Identifier وهذه F، إيش نوعها؟ + +86 +00:06:36,890 --> 00:06:40,130 +نوعها اللي هو الـ Return Type تبعها، مظبوط؟ + +87 +00:06:40,130 --> 00:06:43,850 +فالمسألة واضحة، على هذا الأساس، هم بيقولوا إذا كان + +88 +00:06:43,850 --> 00:06:48,870 +.. إذا كان F is a function ف .. او .. او .. فالـ F + +89 +00:06:48,870 --> 00:06:54,110 +of X الـ Type تبع T هو الـ Return Type تبع F إذا F + +90 +00:06:54,110 --> 00:07:02,500 +معرفة إنها بتاخد متغير Xمن نوع S وبتعطي output من + +91 +00:07:02,500 --> 00:07:07,900 +نوع T إذ جاء هذا ال expression استدعاء ال function + +92 +00:07:07,900 --> 00:07:12,600 +على هذا المتغير ال type تبع هذا الكلام هو T خلاص + +93 +00:07:12,600 --> 00:07:20,460 +قضية بدهية فمافيش فيها اي تعقيد لما نكون في عندى + +94 +00:07:20,460 --> 00:07:24,740 +لما نكون في عندى انا functionأو لغة ما بتسمح ب .. + +95 +00:07:24,740 --> 00:07:29,500 +بتسمح بعدم التعريف يعني أن أستخدم verbs بدون + +96 +00:07:29,500 --> 00:07:33,280 +declaration ففي هذا الحالة ال return type تبع ال + +97 +00:07:33,280 --> 00:07:35,700 +function ال return type تبع ال function أخر + +98 +00:07:35,700 --> 00:07:40,940 +statement في ال function يعني F و أخدت متغير وبعد + +99 +00:07:40,940 --> 00:07:47,360 +كده return some variable S ال variable S يعني ال + +100 +00:07:47,360 --> 00:07:50,800 +return type تبعه هو ال type تبع ال function فاحنا + +101 +00:07:50,800 --> 00:07:58,100 +we can implyالتي نستطيع أن نستخدمها كـ return type + +102 +00:07:58,100 --> 00:08:00,920 +تبع الـ function حتى وإن كانت مش فاهمولها + +103 +00:08:00,920 --> 00:08:05,320 +declaration من خلال الـ return type تبع أخر + +104 +00:08:05,320 --> 00:08:11,880 +statement فيها هذا بالنسبة للـ type في حالة ال + +105 +00:08:11,880 --> 00:08:14,920 +functions يبقى صار واضح لنا كيف التعامل مع ال + +106 +00:08:14,920 --> 00:08:17,300 +identify وال expressions وال functions من أحد ال + +107 +00:08:17,300 --> 00:08:25,860 +return type طيب okay بما أنهقضية تحديد ال type تبع + +108 +00:08:25,860 --> 00:08:31,340 +ال component صارت معروف كيف نعالجها الآن حددنا ال + +109 +00:08:31,340 --> 00:08:39,360 +type تبع two components ولكن وجهنا انهم جايين في + +110 +00:08:39,360 --> 00:08:45,480 +عملية ضرب مثلا ولكن ال type تبعهم مختلف في هذا + +111 +00:08:45,480 --> 00:08:50,900 +الحالة لازم نعمل type conversion ال type + +112 +00:08:50,900 --> 00:08:55,440 +conversion هذاغالبا ال programmer ممكن يكون ماكد + +113 +00:08:55,440 --> 00:09:01,560 +باله من اختلاف ال types فهو يحط cast instructions + +114 +00:09:01,560 --> 00:09:06,800 +يحط cast instructions عشان يعمل explicit + +115 +00:09:06,800 --> 00:09:11,440 +conversion ال programmer لكن في حاجات زي ذلك ال + +116 +00:09:11,440 --> 00:09:16,280 +programmer مش هيحط explicit conversion لأنه عارف + +117 +00:09:16,280 --> 00:09:20,580 +ان ال compiler ايش هسوي هيعمل implicit conversion + +118 +00:09:20,580 --> 00:09:27,660 +مظبوط ولا لأ؟هنا هذا integer وهذا float عملية + +119 +00:09:27,660 --> 00:09:32,080 +الضرب لازم تأخد equivalent types فهذا ليس + +120 +00:09:32,080 --> 00:09:35,200 +equivalent فلازم يصير conversion ال programmer مش + +121 +00:09:35,200 --> 00:09:38,660 +هيعمل هذا الكلام لأنه عارف ان ال compiler هيسويه + +122 +00:09:38,660 --> 00:09:42,160 +ال compiler كيف بيسويه هذا هو السؤال فاحنا قادم + +123 +00:09:42,160 --> 00:09:46,200 +نطلع في ال section هذا على كيف يتم ال conversion + +124 +00:09:46,200 --> 00:09:52,290 +طبعا بتتم بمعنى انه بينعمل generation لالـ three + +125 +00:09:52,290 --> 00:09:57,430 +address code instruction تتولى عملية ال conversion + +126 +00:09:57,430 --> 00:10:03,730 +اللي هي ببساطة typecast بهذا الشكل بهذا الشكل + +127 +00:10:03,730 --> 00:10:11,710 +الاتنين هي اللي بدأت تتحول صح؟ صح؟ ليش؟ + +128 +00:10:11,710 --> 00:10:13,050 +ال float بصيرش انتقال + +129 +00:10:16,680 --> 00:10:21,180 +انتجار بيضيع ال fraction cost بالظبط احنا بصفة + +130 +00:10:21,180 --> 00:10:26,640 +عامة ك rule ك type conversion rule ك type + +131 +00:10:26,640 --> 00:10:30,420 +conversion rule عامة احنا بنحول من الأضيق إلى + +132 +00:10:30,420 --> 00:10:35,520 +الأوسع ال integer انت تاوم قولت انتجار ال integer + +133 +00:10:35,520 --> 00:10:40,860 +هو الأضيق و ال float هو الأوسع فاحنا بنحط .. بنعمل + +134 +00:10:40,860 --> 00:10:44,620 +conversion conversion هو إضافة اللي هو ال type + +135 +00:10:44,620 --> 00:10:53,810 +costing هذاهذه الاصطناعات لازم تسبق هذا + +136 +00:10:53,810 --> 00:10:59,670 +الامر + +137 +00:11:12,150 --> 00:11:15,010 +طيب اللي احنا بدنا نشوف هذا الكلام بدنا نشوف هذا + +138 +00:11:15,010 --> 00:11:20,290 +الكلام كما شوية بنشوف كيف بتتعمل اللي هو ال type + +139 +00:11:20,290 --> 00:11:25,630 +conversion instruction بس قبل بدنا نحكي على اللي + +140 +00:11:25,630 --> 00:11:30,510 +هو ال symmetrical اللي associated with ال + +141 +00:11:30,510 --> 00:11:35,670 +expressions بمعنى ان انا الان عندي expression و + +142 +00:11:35,670 --> 00:11:40,790 +احدى صيغته ان هو يتكون من two expressions ما بينهم + +143 +00:11:40,790 --> 00:11:46,340 +عملها متزايدبدنا الـ type تبع ال expression + +144 +00:11:46,340 --> 00:11:53,220 +الإجمالي وقولنا هذه هي مظيفة ال compiler في هذا ال + +145 +00:11:53,220 --> 00:11:57,420 +section في هذا الإطار اللي احنا بنحكي فيه إطار ال + +146 +00:11:57,420 --> 00:12:01,380 +type checking ان هو بده يفحص ال type و بده يعمل + +147 +00:12:01,380 --> 00:12:05,620 +type conversion إذا لازم الأمر فعلا ففي الشكل + +148 +00:12:05,620 --> 00:12:10,020 +الأولاني اللي هو يفحص ال type يفحص ال type بمعنى + +149 +00:12:10,020 --> 00:12:15,510 +أنه يعطيكالـ dot type attribute يعطيها ال value + +150 +00:12:15,510 --> 00:12:20,010 +تبعه فإيش ال value الإجمالي تبع ال value تبع ال + +151 +00:12:20,010 --> 00:12:22,610 +expression الإجمالي ال value تبع ال dot attribute + +152 +00:12:22,610 --> 00:12:28,410 +تبع ال expression الإجمالي نقدر نقول زيكي إن والله + +153 +00:12:28,410 --> 00:12:37,370 +إذا E1 عبارة عن إنتجة و E2 عبارة عن إنتجة يبقى ال + +154 +00:12:37,370 --> 00:12:40,990 +expression الإجمالي ال type تبعه إنتجة + +155 +00:12:44,170 --> 00:12:49,290 +هناك ما يتقلب بيه وهو إعطاء الـ dot type ال value + +156 +00:12:49,290 --> 00:12:52,430 +تبعها ال dot type مين تبع ال expression أجمالها + +157 +00:12:52,430 --> 00:12:56,570 +إذا كان هناك اختلاف فهي لازم تحويله لكن دعنا نحن + +158 +00:12:56,570 --> 00:13:00,310 +نتحويلها على شجة قليل الآن أجلناها بس مجرد أننا + +159 +00:13:00,310 --> 00:13:07,590 +نرى كيف إذا لو أن الأولاني + +160 +00:13:07,590 --> 00:13:10,730 +integer والثاني integer بالإجمال ال integer إذا + +161 +00:13:10,730 --> 00:13:15,760 +كان الأولاني float والثاني integerماذا نعطي للـ E + +162 +00:13:15,760 --> 00:13:21,740 +-type؟ نعطيه float بس + +163 +00:13:21,740 --> 00:13:25,560 +هذا الكلام برضه يتضمن اننا هنعمل conversion هنعمل + +164 +00:13:25,560 --> 00:13:31,040 +conversion ونعطيها float صح؟ بتانة اه في حالة + +165 +00:13:31,040 --> 00:13:37,020 +التانية طبعا الان هذا مثال بسيط بس عشان اوضح فكرة + +166 +00:13:37,020 --> 00:13:41,680 +ان انا بحط ال type ال type attribute بعطيها قيمتها + +167 +00:13:41,680 --> 00:13:48,050 +بهذا الأسلوبو وين بحطها لكان كإيش ك semantic rule + +168 +00:13:48,050 --> 00:13:53,070 +تدخل مع مين مع ال grammar في syntax directed + +169 +00:13:53,070 --> 00:14:00,470 +definition صح ولا لأ okay يعني بحدد ال time بهذا + +170 +00:14:00,470 --> 00:14:04,930 +الأسلوب العملية ال conversion في الأول احنا بدأنا + +171 +00:14:04,930 --> 00:14:08,070 +نتفهم ان ال conversion دايما بيبدأ من الأضغط بيكون + +172 +00:14:08,070 --> 00:14:10,310 +في اتجاه من الأضغط إلى الأوسع + +173 +00:14:12,730 --> 00:14:16,530 +فالفكرة هذا بيوريلي يعني إيش أنا أضيق و إيش أوسع + +174 +00:14:16,530 --> 00:14:19,690 +هذا narrowing يعني لو أنا حولت من double ل float + +175 +00:14:19,690 --> 00:14:23,030 +أو من float ل long أو من long ل integer أنا بضيق + +176 +00:14:23,030 --> 00:14:27,990 +صح narrowing و العكس اللي هو إيش ال widening + +177 +00:14:27,990 --> 00:14:31,050 +widening يعني لما أنا بحور من byte إلى short من + +178 +00:14:31,050 --> 00:14:34,330 +short إلى integer من integer إلى long و ممكن من + +179 +00:14:34,330 --> 00:14:38,990 +integer إلى float يعني مش ضرورة إيش بشكل مباشرلأ + +180 +00:14:38,990 --> 00:14:45,110 +بالتدريب ممكن اختصر بشكل على طول مباشر فهذا اسمه + +181 +00:14:45,110 --> 00:14:50,810 +widening صح؟ الآن احنا ال widening بتمن الأضرق إلى + +182 +00:14:50,810 --> 00:14:55,470 +الأوسع الآن دور ال compiler انه يحدد من الأضرق من + +183 +00:14:55,470 --> 00:15:00,450 +الأوسع و يوسع اذا في اختلاف اذا في اختلاف اذا انا + +184 +00:15:00,450 --> 00:15:03,510 +بحكي عن expression و ال expression هذا يتجول من + +185 +00:15:03,510 --> 00:15:03,670 +two + +186 +00:15:06,610 --> 00:15:12,910 +أضغط من التاني يتوسع إلى ال type التاني يتوسع يعني + +187 +00:15:12,910 --> 00:15:19,390 +بيحصل فيه explicit type conversion explicit هو على + +188 +00:15:19,390 --> 00:15:21,450 +مستوى ال three address code بس بالنسبة لل + +189 +00:15:21,450 --> 00:15:27,670 +programmer هو implicit صح تمام فاحنا الآن بيحنا + +190 +00:15:27,670 --> 00:15:31,330 +نتخيل two functions ال function الأولى اسمها max + +191 +00:15:31,330 --> 00:15:36,440 +ال max هذه بنعطيها two typesTWO TYPES وبنعملها + +192 +00:15:36,440 --> 00:15:40,860 +بحيث ان هي تتطلع على ال two types دولة و تعطيني + +193 +00:15:40,860 --> 00:15:46,620 +مين مين مين الأكبر صح مين الأكبر حجمها من ناحية ال + +194 +00:15:46,620 --> 00:15:50,720 +size في ال memory خلي بالك ان ال types هذه تي واحد + +195 +00:15:50,720 --> 00:15:55,840 +تي اتين ممكن تبقى simple types integer float او + +196 +00:15:55,840 --> 00:16:00,830 +تبقى complex type زي array ofأو array of two of + +197 +00:16:00,830 --> 00:16:04,330 +array of three of integer صح زي المثال اللي هنا + +198 +00:16:04,330 --> 00:16:09,130 +فهي وظيفة TMAX هذه فقط انها بتعطيني تقوللي مين من + +199 +00:16:09,130 --> 00:16:11,770 +الاتنين اللي دخلوا عليها مين من ال two types اللي + +200 +00:16:11,770 --> 00:16:17,590 +عطينا هياهم ال size تبقى أكبر بناء على الإشارة + +201 +00:16:17,590 --> 00:16:21,170 +اللي بدي تجيني منها بقى كرمر اعمل widening + +202 +00:16:21,170 --> 00:16:28,170 +widening لمين؟للي ايش للكبير طبعا للصغير اذا ماكس + +203 +00:16:28,170 --> 00:16:33,910 +تاكس two types تاكس two types T1 و T2 يعني انا + +204 +00:16:33,910 --> 00:16:43,290 +تخيل معايا E1 و E2 هدولة عندي ال attributes سبقتهم + +205 +00:16:43,290 --> 00:16:48,610 +ولا + +206 +00:16:48,610 --> 00:16:53,590 +لا هم ممكن اعطيهم لمين لماكس وهي اللي بتقول ليهمي + +207 +00:16:53,590 --> 00:16:58,830 +لاكبار هي and returns the maximum or least upper + +208 +00:16:58,830 --> 00:17:01,950 +bound of the two types in the widening hierarchy + +209 +00:17:01,950 --> 00:17:07,230 +it declares an error إذا T1 و T2 is not in the + +210 +00:17:07,230 --> 00:17:12,050 +hierarchy إذا ما بتعرفش أي واحد منهم أو إذا .. إذا + +211 +00:17:12,050 --> 00:17:14,150 +.. إذا .. إذا .. إذا .. إذا .. إذا .. إذا .. إذا + +212 +00:17:14,150 --> 00:17:15,250 +.. إذا .. إذا .. إذا .. إذا .. إذا .. إذا .. إذا + +213 +00:17:15,250 --> 00:17:15,290 +.. إذا .. إذا .. إذا .. إذا .. إذا .. إذا .. إذا + +214 +00:17:15,290 --> 00:17:15,450 +.. إذا .. إذا .. إذا .. إذا .. إذا .. إذا .. إذا + +215 +00:17:15,450 --> 00:17:21,310 +.. إذا .. إذا .. إذا .. إذا .. إذا .. إذا + +216 +00:17:22,820 --> 00:17:26,040 +بطلّه لي مين إذا هم equal بطلّه لي أي واحد منهم + +217 +00:17:26,040 --> 00:17:31,900 +وإذا واحد منهم أكبر من التاني بطلّه لي الأكبر الان + +218 +00:17:31,900 --> 00:17:37,380 +بعد ذلك بقدر أجي أقول widen لمن؟ للصغير ال widen + +219 +00:17:37,380 --> 00:17:45,760 +function بعطيها address بعطيها للصغير و بعطيها ال + +220 +00:17:45,760 --> 00:17:47,700 +type الكبير اللي انا بدي اتحول + +221 +00:17:52,150 --> 00:17:55,850 +ليش بأعطيها address؟ + +222 +00:17:55,850 --> 00:18:03,990 +ليش بأعطيها address؟ إيش يعني address؟ اتذكر + +223 +00:18:03,990 --> 00:18:09,950 +معايا إنه احنا لما كنا في ال examples اللي قبل + +224 +00:18:09,950 --> 00:18:14,550 +بالدرجة + +225 +00:18:14,550 --> 00:18:19,150 +على ال example في + +226 +00:18:19,150 --> 00:18:24,200 +البداية في البداية كان معانا exampleترجمة لـ two + +227 +00:18:24,200 --> 00:18:33,640 +expressions إذا + +228 +00:18:33,640 --> 00:18:42,420 +تذكروا كان هذا اللي هو ال code وهذا + +229 +00:18:42,420 --> 00:18:47,080 +E2 not code بعدين + +230 +00:18:47,080 --> 00:19:00,300 +أخدنا ال T2 اللي هي ناتجةأحنا اعتبرنا هذا + +231 +00:19:00,300 --> 00:19:06,380 +E1 وهذا E2 بينهم الذات تمام اعتبرنا ان السطرين + +232 +00:19:06,380 --> 00:19:10,820 +الأوليات هم ترجمة ال E code تبع ال dot code تبع E1 + +233 +00:19:10,820 --> 00:19:15,220 +و السطرين التانيات هم ال dot code تبع E2 و بعدها + +234 +00:19:15,220 --> 00:19:18,280 +بيجيش السطر اللي بده + +235 +00:19:20,790 --> 00:19:29,370 +يحط نتيجة عملية الجامعة هذا كله هيك لان هنا متين + +236 +00:19:29,370 --> 00:19:33,810 +بعدها كان هذا الصقر الأخير هو اللي هو ال + +237 +00:19:33,810 --> 00:19:40,590 +assignment أخدنا ال T5 عشان نعطيها لإيه T5 هي إيش + +238 +00:19:40,590 --> 00:19:45,990 +ال address تبع ال expression كله T2 هي ال address + +239 +00:19:45,990 --> 00:19:51,320 +تبع expression واحدتذكروا مرة معانا كان فيها حاجة + +240 +00:19:51,320 --> 00:19:56,020 +اسمة E.code E واحد ال code و E واحد dot address و + +241 +00:19:56,020 --> 00:20:00,420 +E اتنين برضه dot address هذه address هي عبارة عن + +242 +00:20:00,420 --> 00:20:07,000 +ال temporary او ال name او ال variable اللي بيتجمع + +243 +00:20:07,000 --> 00:20:10,660 +في ال value تبع هذا ال expression او ال sub + +244 +00:20:10,660 --> 00:20:15,040 +expression اذا هو sub expression مظبوط فانا الان + +245 +00:20:15,040 --> 00:20:22,460 +عندي E اتنينهو اللي بتجمع فيه ال value تبع هذا + +246 +00:20:22,460 --> 00:20:33,580 +expression وهنا هذا T2 وهذا T4 طيب لو انا لو + +247 +00:20:33,580 --> 00:20:38,560 +كان في عندي T4 ال type تبقى غير عن T2 يعني هذا + +248 +00:20:38,560 --> 00:20:43,740 +مثلا integer وهذا float فانا بدي اعمل التحويل على + +249 +00:20:47,670 --> 00:20:53,190 +هذا float وهذا integer بدي احوّل T2 بدي احوّل هذا + +250 +00:20:53,190 --> 00:20:58,590 +بدي اعمل تحويل على بنيان T2 فT2 هو ال address اللي + +251 +00:20:58,590 --> 00:21:05,550 +بدي أسلمه ل ويدن هقول ل ويدن T2 و أعطيها ال tribe + +252 +00:21:05,550 --> 00:21:09,770 +تبعه اللي هو بدي نكون integer و أقولها حولي ليه + +253 +00:21:09,770 --> 00:21:14,950 +إلى float واضح ليش احنا بنعطيها address؟ + +254 +00:21:18,250 --> 00:21:22,350 +اللي ال type تبعه integer فى الآخر بيصوب فى مين فى + +255 +00:21:22,350 --> 00:21:25,290 +ال address فلانى فانا هو هذا اللى هحاوله مش هعمل + +256 +00:21:25,290 --> 00:21:32,210 +تحويل لكل الأسطر انا هخلل الأسطر كلها تتصفى فى + +257 +00:21:32,210 --> 00:21:37,050 +الآخر فى هذا ال T و هذا ال T ال value ال value + +258 +00:21:37,050 --> 00:21:40,230 +تبعه اللى عمل ال conversion و انا هفدرش على إيش + +259 +00:21:40,230 --> 00:21:41,150 +على ال slide هذى + +260 +00:21:58,070 --> 00:22:02,170 +Wieden generates type convergence if needed to + +261 +00:22:02,170 --> 00:22:08,390 +widen an address A of type T into a value of type + +262 +00:22:08,390 --> 00:22:14,570 +W إذا و الله أنا ما أعطيها T و W نفس النوع و قعد + +263 +00:22:14,570 --> 00:22:19,480 +بقولها Wieden A من integer ل integerهترجع ل a هو + +264 +00:22:19,480 --> 00:22:24,740 +هو واش وما تغيرش اي حاجة لكن لما بقولها a من + +265 +00:22:24,740 --> 00:22:28,860 +integer ل float معناته وايدن مسئولة انها تعمل + +266 +00:22:28,860 --> 00:22:35,340 +generate ل instruction زي هذه هي + +267 +00:22:35,340 --> 00:22:41,020 +اللي بتعمل هذا ال instruction وايدن وتعطيلي T1 + +268 +00:22:41,020 --> 00:22:45,560 +اللي أخده وحطه لاحقا في ال instruction اللي بعد + +269 +00:22:49,570 --> 00:22:57,490 +و اي اي وايدن اترتيز ايه اتسلف اذا T وW اتسلف في + +270 +00:22:57,490 --> 00:23:02,910 +نفس الوقت اخرى تعمل تعمل تعمل تعمل تعمل تعمل تعمل + +271 +00:23:02,910 --> 00:23:03,370 +تعمل تعمل تعمل تعمل تعمل تعمل تعمل تعمل تعمل تعمل + +272 +00:23:03,370 --> 00:23:03,730 +تعمل تعمل تعمل تعمل تعمل تعمل تعمل تعمل تعمل تعمل + +273 +00:23:03,730 --> 00:23:03,870 +تعمل تعمل تعمل تعمل تعمل تعمل تعمل تعمل تعمل تعمل + +274 +00:23:03,870 --> 00:23:03,890 +تعمل تعمل تعمل تعمل تعمل تعمل تعمل تعمل تعمل تعمل + +275 +00:23:03,890 --> 00:23:07,190 +تعمل تعمل تعمل تعمل + +276 +00:23:18,140 --> 00:23:25,780 +عطيني temporary صح فreturns an address بتاخد + +277 +00:23:25,780 --> 00:23:29,940 +ال address اللي انا بدي احوله و ال type تبعه و ال + +278 +00:23:29,940 --> 00:23:36,020 +type اللي ايش انا بدي احوله عليه اليه فهي بتفحص + +279 +00:23:36,020 --> 00:23:40,300 +اذا T بساوي W نفس ال type هنا هذا type checking + +280 +00:23:43,250 --> 00:23:46,570 +الـ T هذا و الـ W هذا قد يكون Simple يعني إيه الـ + +281 +00:23:46,570 --> 00:23:50,390 +Integer في لوتك أو قد يكون Complex أو Compound أو + +282 +00:23:50,390 --> 00:23:54,450 +Array الـ Compiler لازم يكون قادر أو الـ Wider + +283 +00:23:54,450 --> 00:23:58,830 +لازم يكون قادر على إجراء المقابقة أو المقارنة بين + +284 +00:23:58,830 --> 00:24:03,450 +الـ Types سواء كانت Simple Types ولا Complex Types + +285 +00:24:03,450 --> 00:24:07,330 +فإذا هم الإثنين مميزين .. مميزين .. مميزين .. + +286 +00:24:07,330 --> 00:24:08,150 +مميزين .. مميزين .. مميزين .. مميزين .. مميزين .. + +287 +00:24:08,150 --> 00:24:09,590 +مميزين .. مميزين .. مميزين .. مميزين .. مميزين .. + +288 +00:24:09,590 --> 00:24:10,750 +مميزين .. مميزين .. مميزين .. مميزين .. مميزين .. + +289 +00:24:10,750 --> 00:24:15,140 +مميزين .. مميزينسأعود إلى أنه لا يوجد أي تغيير لأن + +290 +00:24:15,140 --> 00:24:20,260 +إذا كان هناك اختلاف فبنشوف الاختلاف كيف هل تي + +291 +00:24:20,260 --> 00:24:25,300 +انتجر و تاني float إذا كان ذلك فنعمل new temp + +292 +00:24:25,300 --> 00:24:33,700 +ونستحدث هذه ال instruction نعمل new temp فليكن تي + +293 +00:24:33,700 --> 00:24:41,030 +تلاتة ونضع هذا ال temp تي تلاتة يساويو نكتب كلمة + +294 +00:24:41,030 --> 00:24:48,870 +float بين بلوسين مسكّر و نضع ا ا اللي احنا طالبين + +295 +00:24:48,870 --> 00:24:56,890 +تحويله الادرس اللي احنا طالبين تحويله و نضع ا ا ا + +296 +00:24:56,890 --> 00:24:58,250 +ا ا ا ا ا ا ا ا ا ا ا ا ا ا ا ا ا ا ا ا ا ا ا ا ا + +297 +00:24:58,250 --> 00:24:59,430 +ا ا ا ا ا ا ا ا ا ا ا ا ا ا ا ا ا ا ا ا ا ا ا ا ا + +298 +00:24:59,430 --> 00:24:59,530 +ا ا ا ا ا ا ا ا ا ا ا + +299 +00:25:03,920 --> 00:25:06,760 +ممكن أعمل الـ function اللي هي minimum زي function + +300 +00:25:06,760 --> 00:25:10,320 +ال max و أصبح دايما أعطي ال minimum لل T و أعطي ال + +301 +00:25:10,320 --> 00:25:16,380 +max لل W max type لل W و ال minimum type لل T و + +302 +00:25:16,380 --> 00:25:19,560 +اسفز بالD و أيضا دايما بتعمل و أيضا دايما بتوسع + +303 +00:25:19,560 --> 00:25:22,780 +ماهي الفكرة أنا بدي أن ال T هي ال minimum و بدي أن + +304 +00:25:22,780 --> 00:25:26,720 +أعطي ال W ال max ال T تقضيها ال minimum وها ال max + +305 +00:25:26,720 --> 00:25:31,080 +و بتصبح بتوسع اه دايما هو احنا ايش اللي بيصيح غيطه + +306 +00:25:31,080 --> 00:25:38,780 +احنا اللي عندنا هنا انه اناهي بصفة عالمية ال + +307 +00:25:38,780 --> 00:25:42,620 +production هذه ال grammar ال rule هذه حطينا معاها + +308 +00:25:42,620 --> 00:25:47,440 +meaning semantic action اسم مش rule ال semantic + +309 +00:25:47,440 --> 00:25:53,920 +action هذا يشتمل على عدة خطوات أول خطوة تحديد ال + +310 +00:25:53,920 --> 00:26:01,620 +type تحديد ال type بدل ما كنا بنقول اي واحد اذا اي + +311 +00:26:01,620 --> 00:26:09,120 +واحدو E2 فساوي كده لأ احنا ولناها ل Max Max هي + +312 +00:26:09,120 --> 00:26:14,880 +اللي بتفحص ايش ال type تبقى E1 و ايش ال type تبقى + +313 +00:26:14,880 --> 00:26:20,040 +E2 و بتعطيني ايه الكبير من بين الاتنين و هذا + +314 +00:26:20,040 --> 00:26:24,340 +الكبير هو تصير هو ال type تبع E تبع ال expression + +315 +00:26:24,340 --> 00:26:30,580 +الإجمالي صح بظبط هيك منطقي semantically correct + +316 +00:26:30,580 --> 00:26:35,440 +semantically correctالان خلصنا من هذا type + +317 +00:26:35,440 --> 00:26:39,460 +checking و type expression assignment يعني احنا + +318 +00:26:39,460 --> 00:26:43,820 +assigned ال data type attribute تبعت ال expression + +319 +00:26:43,820 --> 00:26:51,460 +لان لو هم مختلفين او كده بالك max لو هدول اتنين + +320 +00:26:51,460 --> 00:26:56,400 +نفس ال typeهتعطيني ال type هو اللي نفسه لو في + +321 +00:26:56,400 --> 00:26:59,660 +اختلاف هتعطيني الكبير سواء هذا اللي كان كبير او + +322 +00:26:59,660 --> 00:27:03,160 +هذا اللي كان كبير بعدين بنخش على قضية ال + +323 +00:27:03,160 --> 00:27:06,740 +conversion قضية ال conversion بنقول له انت مغمض + +324 +00:27:06,740 --> 00:27:11,320 +why then؟ why then مين؟ why then الاش ال address + +325 +00:27:11,320 --> 00:27:17,240 +تبع ال expression الأولى يعني اوسع ليش؟ لل E ده ال + +326 +00:27:17,240 --> 00:27:21,340 +type لل expression الإجمالي تذكر ال expression + +327 +00:27:21,340 --> 00:27:24,320 +الإجمالي هو اللي أخدال expression الجمالي أخذ + +328 +00:27:24,320 --> 00:27:30,440 +الأوسع أنا جاهز من جلده واسع هذا للأوسع طب إذا كان + +329 +00:27:30,440 --> 00:27:34,840 +هو نفسه هو أي واحد هو اللي كان أوسع عادي بسيطة + +330 +00:27:34,840 --> 00:27:38,700 +وايدن مش هتعمل ولا حاجة مش وايدن أول حاجة بتفحص + +331 +00:27:38,700 --> 00:27:44,560 +فانا بدل ما أفحص برا وايدن خلت عملت فحص جوا وايدن + +332 +00:27:44,560 --> 00:27:50,880 +بدل ما أفحص أنه والله اتطلع لهل يا ثرة أي واحد هو + +333 +00:27:50,880 --> 00:27:56,440 +اللي كان كبيرإذا هو كبير استدعى ويدن .. إذا هو + +334 +00:27:56,440 --> 00:27:59,700 +الصغير استدعى ويدن عشان توسع وإذا هو الكبير + +335 +00:27:59,700 --> 00:28:04,320 +ماتستدعيهاش لأ بدل ما أعمل هذا الكلام قلت تعالي + +336 +00:28:04,320 --> 00:28:09,760 +ويدن تعالي واسعي هي لحالها هتفحص إذا والله ماتحتاج + +337 +00:28:09,760 --> 00:28:13,100 +توسيع ماتوسع مش محتاج ماتسويش محتاج تشغيله هيك + +338 +00:28:13,100 --> 00:28:17,900 +ايه؟ هيك واحد منهم هيكون الكبير يعني ما اي واحد .. + +339 +00:28:17,900 --> 00:28:21,380 +ما .. ماعرفش يمكن مايكونوش يمكن .. يمكن الأثنين + +340 +00:28:21,380 --> 00:28:28,430 +تنتجواطبعا لو هدولة التانية انتجر هده + +341 +00:28:28,430 --> 00:28:32,950 +هيبقى integer تمام؟ هده الان انا قاعد بقولها وسعى + +342 +00:28:32,950 --> 00:28:36,990 +من integer ل .. integer انتجر مش هتسوي ولا شيء ال + +343 +00:28:36,990 --> 00:28:41,330 +address هده هو نفسه ا واحد يعني هده ال pointer + +344 +00:28:41,330 --> 00:28:46,470 +يشير الى ايش هده هيشير الى نفسه وهده برضه مش هتوسع + +345 +00:28:46,470 --> 00:28:50,310 +ولا حاجة يعني هم التانية انتجر قاعد بقولها من + +346 +00:28:50,310 --> 00:28:51,070 +integer ل integer + +347 +00:28:57,400 --> 00:29:02,740 +الـ max دورة بس ان يفحص من ال max و ال widen بس + +348 +00:29:02,740 --> 00:29:07,380 +تعمل ايش تعمل توسيع و خلاص فصلنا الشغل نعم انت + +349 +00:29:07,380 --> 00:29:13,380 +ممكن تحطه كله في هذا لكن لو الان هذا مفترض integer + +350 +00:29:13,380 --> 00:29:20,000 +و هذا float او هذا long هذا اللي انا هيصير float + +351 +00:29:20,000 --> 00:29:27,510 +لان هنا حابب اقولهاواسعى من integer لان ال E1 هو + +352 +00:29:27,510 --> 00:29:33,170 +ال integer من integer الى float انا مابعطيها هنا + +353 +00:29:33,170 --> 00:29:35,850 +ال time من integer الى float فهذا هتروح توسع و + +354 +00:29:35,850 --> 00:29:40,650 +تعمل تنساش هتعمل generation ليش ال three address + +355 +00:29:40,650 --> 00:29:46,250 +instruction تستحدث فيها temporary و ال temporary + +356 +00:29:46,250 --> 00:29:51,390 +هذا هو اللى اتخيل انت الآن هتكون عملته E1 بساوي + +357 +00:29:51,390 --> 00:29:52,250 +float + +358 +00:29:56,910 --> 00:30:06,310 +E1 E1.type لا أعرف ما هو ال temporary تبعه هذا هذا + +359 +00:30:06,310 --> 00:30:13,130 +في الآخر هو ال temporary صح؟ لأنك ستعطيني E1 هذا + +360 +00:30:13,130 --> 00:30:19,410 +ال E1 ستشتغل هذا لن يعمل أي شيء لأنني أستخدم E2 + +361 +00:30:19,410 --> 00:30:22,450 +.type E2 هو ال float أقول أنه سأوسف من float إلى + +362 +00:30:22,450 --> 00:30:29,580 +floatالان بعد هكذا هذا المهم اللي هو انه بما ان + +363 +00:30:29,580 --> 00:30:33,100 +مستحيلاتنا هذا انا الان قبل ما اعمل عملية الجامعة + +364 +00:30:33,100 --> 00:30:36,200 +انا بدي اعمل عملية الجامعة بدي اقول انه ال E dot + +365 +00:30:36,200 --> 00:30:40,680 +address اللي هو هيبقى temporary برضه ده ساوي ايش + +366 +00:30:40,680 --> 00:30:47,700 +lot E1 ده هو ال A1 اه هذا هيجي T1 هنا و الت ا و + +367 +00:30:47,700 --> 00:30:51,340 +بعدين زائد و E2 هذه هتبقى E2 dot address + +368 +00:30:54,160 --> 00:31:00,460 +بمعنى آخر هنكون عملنا التحويل خدنا نتج التحويل في + +369 +00:31:00,460 --> 00:31:03,960 +temporary ال temporary هذا هو اللي هدخل في عملية + +370 +00:31:03,960 --> 00:31:11,740 +الجامعة code بسيط elegant يعني معمول بشكل مرتب و + +371 +00:31:11,740 --> 00:31:18,720 +بيقدر الغرض و بقدر ايش اعمله عدة استخدام + +372 +00:31:26,560 --> 00:31:32,060 +Okay فاحنا ده عمليا عمليا في section 6 5 بنكون + +373 +00:31:32,060 --> 00:31:37,360 +شوفنا كيف ال compiler بيعمل ال checking و ال + +374 +00:31:37,360 --> 00:31:41,480 +conversion بيعمل checking بمعنى انه يفحص ال type + +375 +00:31:41,480 --> 00:31:48,240 +يتأكد ان ال types على ما يجب ان تكون عليه و اذا لم + +376 +00:31:48,240 --> 00:31:51,400 +تكن على ما يجب ان تكون عليه بيعمل conversion okay + +377 +00:31:51,400 --> 00:32:02,050 +علشان ايه تكونعشان يمشي ال compilation فهذا الان + +378 +00:32:02,050 --> 00:32:05,550 +النقطة التانية او ال section التانية اللي هو ال + +379 +00:32:05,550 --> 00:32:10,570 +translation اللي علاقة بال control flow statements + +380 +00:32:10,570 --> 00:32:17,170 +control flow statements بتبقى اشي زي + +381 +00:32:39,690 --> 00:32:44,830 +بتكون with else أو بدون else و loop ال loop while + +382 +00:32:44,830 --> 00:32:49,170 +وال repeat و ال .. إيش ماكان في الأخر في كل الحلقة + +383 +00:32:49,170 --> 00:32:55,490 +سواء ال F و ال loop في يدي condition Boolean + +384 +00:32:55,490 --> 00:33:03,120 +expression إذا تحقق بمعنى إذا قيمته كانت trueسيحصل + +385 +00:33:03,120 --> 00:33:06,600 +فيه action معين وإذا لم يتحقق سيحصل فيه action + +386 +00:33:06,600 --> 00:33:11,300 +مختلف من هنا ال control flow يعني التحكم في تدفق + +387 +00:33:11,300 --> 00:33:17,260 +ال code فأحنا الآن أصبح ترجمة ال flow of control + +388 +00:33:17,260 --> 00:33:21,840 +statements جزئية تانية جزئية متعلقة بترجمة ال + +389 +00:33:21,840 --> 00:33:25,940 +statements اللي بدو ينتقل اليها ال execution + +390 +00:33:25,940 --> 00:33:31,820 +وجزئية قبلها اللي هي ترجمةالـ Boolean Expression + +391 +00:33:31,820 --> 00:33:35,180 +الـ Boolean Expression هي أداة فيها ذات و هو + +392 +00:33:35,180 --> 00:33:38,920 +expression بدّوا يعملوا translation احنا شوفنا + +393 +00:33:38,920 --> 00:33:40,860 +expressions قبل الحكاية بس كانت mathematical + +394 +00:33:40,860 --> 00:33:44,820 +expressions ولا لأ اللي فيها علامة فيها جمع وضع و + +395 +00:33:44,820 --> 00:33:48,320 +طرح و .. انما Boolean expressions الـ Boolean + +396 +00:33:48,320 --> 00:33:50,840 +expressions ماشوفناش أصلا ال grammar تبعها كيف ال + +397 +00:33:50,840 --> 00:33:52,520 +grammar تبع ال Boolean expression؟ + +398 +00:34:01,490 --> 00:34:06,530 +ممكن يبقى or وهو عبارة عن expression يتكون من this + +399 +00:34:06,530 --> 00:34:11,710 +junction ل two other expressions او conjunction ل + +400 +00:34:11,710 --> 00:34:15,830 +two other expressions او negation ل one expression + +401 +00:34:15,830 --> 00:34:20,070 +او يبقى فيه عبارة عن relational operator ما بين + +402 +00:34:20,070 --> 00:34:25,090 +two expressions ال two expressions هدولة + +403 +00:34:25,090 --> 00:34:28,810 +mathematical expressions يعني هذا expression + +404 +00:34:29,380 --> 00:34:34,700 +mathematical قيمته وهذا قيمته من اللي هو أكبر أو + +405 +00:34:34,700 --> 00:34:41,060 +يساوي أو أقل على أساس ال boolean value او تبقى + +406 +00:34:41,060 --> 00:34:48,040 +كلمة true ك token او كلمة false طيب في هذه الحلقات + +407 +00:34:48,040 --> 00:34:55,340 +المختلفة كيف يمكن ال translating ال boolean + +408 +00:34:55,340 --> 00:34:59,490 +expressionلاحظ مرة تانية لان انا قلت انه انا عشان + +409 +00:34:59,490 --> 00:35:02,830 +اعمل ال translation لل control flow statement اللي + +410 +00:35:02,830 --> 00:35:09,230 +هي ال F كلها و لل Y كلها ازم اش ينعمل translation + +411 +00:35:09,230 --> 00:35:13,590 +لل boolean expression و ال statement و يتركب هذا + +412 +00:35:13,590 --> 00:35:19,570 +كله في ايه؟ في هيكلية مع بعض اللي تعبر عن ال + +413 +00:35:19,570 --> 00:35:27,860 +statement برجع رجوع انا اذا في حالةF Statement + +414 +00:35:27,860 --> 00:35:33,860 +بدون else يأتي كود الـ Boolean expression في الأول + +415 +00:35:33,860 --> 00:35:37,520 +و + +416 +00:35:37,520 --> 00:35:45,280 +بعدها كود ال statement لأن هذا ال statement مثل ال + +417 +00:35:45,280 --> 00:35:50,440 +statement الأخرى التي رأينا أنثى مختلفة فيهابس الـ + +418 +00:35:50,440 --> 00:35:54,400 +Boolean expression هذا بدي برضه كمان بدي two + +419 +00:35:54,400 --> 00:35:57,900 +attributes معاه واحدة dot true واحدة dot false + +420 +00:35:57,900 --> 00:36:06,280 +عشان أحط فيهم pointers على وين بده ينتقل التنفيذ + +421 +00:36:06,280 --> 00:36:10,360 +إذا كان ال Boolean expression true و وين بده ينتقل + +422 +00:36:10,360 --> 00:36:13,600 +إذا كان ال Boolean expression false صح ولا لأ؟ + +423 +00:36:13,600 --> 00:36:18,140 +تمام؟ يعني تنساش هذا ال Boolean expressionعبارة عن + +424 +00:36:18,140 --> 00:36:23,240 +expression وإيه الترجمة تبعته وإيه ال code ال code + +425 +00:36:23,240 --> 00:36:28,220 +اللي هو مجموعة ال three address instructions ففيها + +426 +00:36:28,220 --> 00:36:35,900 +هنا ال code اللي هو الترجمة تبع ال condition ال + +427 +00:36:35,900 --> 00:36:41,340 +boolean condition هذا ال code مخزن في ال dot code + +428 +00:36:41,340 --> 00:36:47,300 +attribute تبع ال b ال b أيضا كمان مش مبقولالـ B + +429 +00:36:47,300 --> 00:36:52,900 +.true attribute والـ B.false attribute هذولا ال + +430 +00:36:52,900 --> 00:36:57,480 +two attributes هذولا pointers هذه attribute تحتوي + +431 +00:36:57,480 --> 00:37:00,600 +على text ال text هو ال translation تبع ال bullying + +432 +00:37:00,600 --> 00:37:04,380 +expression هذولا attributes تبع عن pointers واحد + +433 +00:37:04,380 --> 00:37:08,900 +منهم يشير إلى وين بده يبدأ ال execution إذا كان ال + +434 +00:37:08,900 --> 00:37:13,480 +condition true وين هيبدأ هنا يعني هذه ال dot true + +435 +00:37:13,480 --> 00:37:17,870 +بتشير إلىهنا ايش هي هنا اللي هو بداية ال code تبع + +436 +00:37:17,870 --> 00:37:22,430 +ال statement فإن احنا قاعدين نقول if if if بي then + +437 +00:37:22,430 --> 00:37:29,370 +ال statement صح؟ و ال false بديشير على اول + +438 +00:37:29,370 --> 00:37:35,810 +statement بعد اول line او اول instruction بعد ال + +439 +00:37:35,810 --> 00:37:41,210 +yes بعد ال statement بالظبط okay فانا هاي اللي + +440 +00:37:41,210 --> 00:37:47,050 +بذبني يوم انا بعملTranslation لـ Statement بهذه + +441 +00:37:47,050 --> 00:37:52,530 +الصيغة FBS معناته أنني أكوّن الـ Translation + +442 +00:37:52,530 --> 00:37:59,250 +الإجمالي لـ S بهذه الهيكلية أولاً الـ Translation + +443 +00:37:59,250 --> 00:38:05,150 +لـ Condition ألحقها بالـ Translation لـ Statement + +444 +00:38:05,150 --> 00:38:08,830 +ولكن برضه أريد أن أكون عامل .. أعطي Value للـ + +445 +00:38:08,830 --> 00:38:10,850 +Pointers الـ Dot صحيح والـ Dot خاطئ + +446 +00:38:13,750 --> 00:38:19,450 +بنحكي عن هذه الصيرة في عندي else معناه ذلك بعمل + +447 +00:38:19,450 --> 00:38:23,630 +نفس الشيء بس انا هنا في عندي two statements S1 و + +448 +00:38:23,630 --> 00:38:28,690 +S2 S1 هي اللي بتتنفس إذا ال condition هدا true + +449 +00:38:28,690 --> 00:38:35,090 +ولكن إذا false بتتنفس S2 ابجي أنا الآن اتضبط ال + +450 +00:38:35,090 --> 00:38:43,540 +true تبع ال B بتشير إلى إيش؟ صح؟الى الاول line في + +451 +00:38:43,540 --> 00:38:50,940 +ال S1 code S1.code و لما ينتهي هذا ال code على طول + +452 +00:38:50,940 --> 00:38:53,940 +ستعمل jump وانا مغمط على مين؟ + +453 +00:39:21,170 --> 00:39:24,470 +هذه هي الهيكلية اللى بدى يعملها ال compiler اللى + +454 +00:39:24,470 --> 00:39:28,370 +بدى يعملها ال compiler إيه ده في الحالة التالية في + +455 +00:39:28,370 --> 00:39:34,130 +حالة وجود ال else في حالة loop مش if في حالة loop + +456 +00:39:34,130 --> 00:39:38,170 +زي ال while loop فيها اندي انا ال condition وفيها + +457 +00:39:38,170 --> 00:39:43,410 +اندي statement بده تنفذ بشكل متكرر فهي بدي يجي ال + +458 +00:39:43,410 --> 00:39:50,250 +code ال code تبع ال boolean expression بعدين ال + +459 +00:39:50,250 --> 00:39:56,600 +statementبعدين هنا go to begin which هي أول + +460 +00:39:56,600 --> 00:40:02,240 +instruction في الـ boolean فحص الشرط بالظبط عشان + +461 +00:40:02,240 --> 00:40:05,800 +نرجع نفحص الشرط إلا لو الشرط هذا مش متحقق ال dot + +462 +00:40:05,800 --> 00:40:11,480 +false بتشارع عليه على أول statement بره أول + +463 +00:40:11,480 --> 00:40:13,700 +instruction بره ال statement بره ال while + +464 +00:40:13,700 --> 00:40:18,140 +statement كلها هذه الهايكامية الآن عشان احنا ال + +465 +00:40:18,140 --> 00:40:23,120 +compiler يعملها لازم في الأوليكون عامل ال dot code + +466 +00:40:23,120 --> 00:40:27,380 +تبع ال B و بيجي هذا ال dot code كله في موقعون + +467 +00:40:27,380 --> 00:40:32,000 +العراب فيش في الصيغة الكبيرة اللي هي ال statement + +468 +00:40:32,000 --> 00:40:37,640 +الكلية فاحنا الآن بدنا نطلع على ال B كيف ال + +469 +00:40:37,640 --> 00:40:43,520 +translation تبعها بيتم ماشي عشان بعدين خلاص هذا + +470 +00:40:43,520 --> 00:40:47,700 +كله نرحله معانا على ال translation تبع ال + +471 +00:40:47,700 --> 00:40:49,640 +statement الكلية + +472 +00:40:52,880 --> 00:40:59,340 +هذا الفيجور 6.37 وهو generating free address code + +473 +00:40:59,340 --> 00:41:06,340 +for Boolean expressions اللي جابله اللي انا فلدته + +474 +00:41:06,340 --> 00:41:10,720 +بس هرجعله syntax derivative definition برضه for + +475 +00:41:10,720 --> 00:41:16,000 +generating code لكن for flow of control statements + +476 +00:41:16,000 --> 00:41:19,660 +flow of control statements بتحتوي على Boolean + +477 +00:41:19,660 --> 00:41:28,050 +expressionsيعني بروح على سبعة و تلاتين طبعا + +478 +00:41:28,050 --> 00:41:33,370 +لأنه عبارة عن syntax directed definition فهو فيه + +479 +00:41:33,370 --> 00:41:37,830 +أنه هنا ال productions و لكل production شو هي ال + +480 +00:41:37,830 --> 00:41:41,990 +rules؟ ايه اللي بيتنفس؟ + +481 +00:41:41,990 --> 00:41:46,170 +ايه لها؟ okay لو أنتي ال boolean expression احنا + +482 +00:41:46,170 --> 00:41:49,430 +قلنا هذه حالات اللي ممكن نتوقع ال boolean + +483 +00:41:49,430 --> 00:41:55,130 +expression يبقى بنيتهممكن يكون bonus عبارة عن or + +484 +00:41:55,130 --> 00:41:58,930 +لتو expressions وممكن يبقى and وممكن يبقى not ل + +485 +00:41:58,930 --> 00:42:02,190 +one expression وممكن يبقى relational operator ما + +486 +00:42:02,190 --> 00:42:05,310 +بين two mathematical expressions صح وممكن يبقى + +487 +00:42:05,310 --> 00:42:12,490 +true او false طبعا ممكن يبقى ghost بس + +488 +00:42:12,490 --> 00:42:16,720 +هنا ما انتوا احنا مش هنعمل اي حاجةهيبقى ال + +489 +00:42:16,720 --> 00:42:20,460 +attributes تبقى بيه هي ال dot force تبقى هو هو ال + +490 +00:42:20,460 --> 00:42:23,580 +dot true تبقى هو هو و ال dot code تبقى هو هو مافيش + +491 +00:42:23,580 --> 00:42:28,940 +أشياء حقيقة يزيد أو ينقص عليه عشان ذلك مش .. مش + +492 +00:42:28,940 --> 00:42:35,040 +ورد هنا okay فلو كان عندي هو ال expression مركب من + +493 +00:42:35,040 --> 00:42:41,280 +two expressions وبينهم or okay + +494 +00:42:41,280 --> 00:42:44,240 +احنا في القلاصة + +495 +00:42:46,150 --> 00:42:57,470 +إنه أنا بدي آجي أقول ال .. ال B1 بنحط ال code تبعه + +496 +00:42:57,470 --> 00:43:03,630 +يليه + +497 +00:43:03,630 --> 00:43:09,430 +إيش ال code تبع B2 بس + +498 +00:43:09,430 --> 00:43:13,890 +بينهم إيش في هذا + +499 +00:43:13,890 --> 00:43:14,270 +label + +500 +00:43:24,860 --> 00:43:30,020 +هذا ال label شو وظيفته وظيفته انه انا لانها or + +501 +00:43:30,020 --> 00:43:38,560 +لانها or فيفترض ان انا بفحص بالظبط بفحص b1 بس كان + +502 +00:43:38,560 --> 00:43:44,780 +true خلاص بقدر اقفز وما اكملش مانفلش مانفلش ال + +503 +00:43:44,780 --> 00:43:48,420 +code هذا بس بشوفش b2 الا لو كم بي واحد false ايوة + +504 +00:43:48,420 --> 00:43:55,120 +بس اذا بي واحد false بكملفهذا ال label b1.false + +505 +00:43:55,120 --> 00:44:03,280 +إذا هو .. نعم إذا هو b1.false إذا b1 كان false + +506 +00:44:03,280 --> 00:44:09,920 +ماعرف أقولك b1.false يساوي new label okay new + +507 +00:44:09,920 --> 00:44:12,820 +label .. new label هذا وين بده يروح؟ + +508 +00:44:25,230 --> 00:44:29,650 +فانا الآن اللي هيحصل انك انك انت هيبقى ال code + +509 +00:44:29,650 --> 00:44:35,790 +تبقى D1 D1 في + +510 +00:44:35,790 --> 00:44:46,050 +اخر في اخر statement لها if نفترض انه ال value + +511 +00:44:46,050 --> 00:44:54,410 +النهائي تبقى D1 صدفة temporary كنقمة 7 if T7 + +512 +00:44:58,290 --> 00:45:09,290 +is true هيقفز على بره على طول مظبوط اذا T7 false F + +513 +00:45:09,290 --> 00:45:19,790 +false ها اكتب F false T7 go to P1 + +514 +00:45:32,530 --> 00:45:39,470 +هذه القفزة موجودة في كود B1 موجودة + +515 +00:45:39,470 --> 00:45:43,370 +في كود بي واحد يعني بي واحد ترجمة تبعته انه إذا هو + +516 +00:45:43,370 --> 00:45:46,930 +فوق ضمن الترجمة تبعته ضمن ال instructions تبعتهم + +517 +00:45:46,930 --> 00:45:51,670 +في statement في الآخر بده تقول ان هو إذا انه صب ال + +518 +00:45:51,670 --> 00:45:56,370 +value كله في الاخر في T7 بده نفحص T7 إذا T7 true + +519 +00:45:58,180 --> 00:46:03,220 +بدنا نقفز إليش إلي برا إذا false بدنا نروح على وين + +520 +00:46:03,220 --> 00:46:09,840 +ال shop التاني و أحس أن هذا ال statement بيوحدة + +521 +00:46:09,840 --> 00:46:17,220 +true بيوحدة وين بتوديني يعني لو هذا لو T7 ال true + +522 +00:46:17,220 --> 00:46:23,440 +يعني بيه كلها true بعد ذلك خلصنا بدنا نقفز برا وين + +523 +00:46:23,440 --> 00:46:28,320 +برا؟ برا اللي هي أول statement أنا كله بيهأول + +524 +00:46:28,320 --> 00:46:35,840 +statement بدأ تتنفذ بعد إذا كان هذا true ف ال dot + +525 +00:46:35,840 --> 00:46:41,780 +true تبع بيه كله هي اللي بتتخزن ك dot true ل بيه + +526 +00:46:41,780 --> 00:46:50,820 +واحد انت ذاكر ان هذا هييجي ال بيه ضمن if statement + +527 +00:46:50,820 --> 00:46:57,500 +او while statementفالـ B هذا الـ dot true تبع إذا + +528 +00:46:57,500 --> 00:47:02,140 +هو true سينتقل ال execution هنا وهذا اللي بدي أن + +529 +00:47:02,140 --> 00:47:05,820 +ينتقل ال execution أيضا هنا إذا كان إذا الـ B هذا + +530 +00:47:05,820 --> 00:47:13,000 +متكون من two child born expressions إذا هذا لحاله + +531 +00:47:13,000 --> 00:47:20,260 +true فبدي أيضا أبقى على M عشان هي كذا أحنا أعطينا + +532 +00:47:20,260 --> 00:47:25,630 +ال dot true تبع ال childتاخد نفس ال dot true تبع + +533 +00:47:25,630 --> 00:47:35,370 +actual parent واضحة؟ فاحنا أهم حاجة أن نربط ال + +534 +00:47:35,370 --> 00:47:39,210 +pointers تبع ال false و ال true تبع ال B1 و B2 + +535 +00:47:39,210 --> 00:47:43,070 +اللي هو ال child expressions أو sub boolean + +536 +00:47:43,070 --> 00:47:48,650 +expressions و بعد هيك نكون ال translation + +537 +00:47:48,650 --> 00:47:54,690 +الإجمالية تبع ال expression الإجماليهذا في حالة ال + +538 +00:47:54,690 --> 00:47:58,670 +or في حالة ال and طبعا هذا الكلام اللي هو إنه إذا + +539 +00:47:58,670 --> 00:48:02,270 +هذا true أقفز على طول و أخرج على طول هذا بيسميه + +540 +00:48:02,270 --> 00:48:05,590 +short circuit صح ولا لا بيسميه short circuit إنه + +541 +00:48:05,590 --> 00:48:11,990 +أنا ما أعملش فحص لكل ال disjunctions طب ما هو هي + +542 +00:48:11,990 --> 00:48:17,010 +or disjunction فأي واحد منهم true خلاص بوفر علي + +543 +00:48:17,010 --> 00:48:25,970 +أفحص الآخرالان نفس الاشي في short cut لل end بس + +544 +00:48:25,970 --> 00:48:31,470 +العكس يعني لو واحد منهم طلع false بخرج وما بحتاجش + +545 +00:48:31,470 --> 00:48:36,830 +افحص بجيت ال sub expressions ال sub boolean + +546 +00:48:36,830 --> 00:48:43,870 +expressions صح؟ راهز ان التركيبة تبعت ال code + +547 +00:48:49,180 --> 00:48:53,040 +هنا بيوة حدق ال true أخدت ال new label ال new + +548 +00:48:53,040 --> 00:48:56,840 +label اللي هو DG في النص هذا اللي في النص جاي + +549 +00:48:56,840 --> 00:49:04,800 +علشان إيش جاي علشان إذا والله هذا ال true أفحص أما + +550 +00:49:04,800 --> 00:49:10,280 +إذا false أطلع بديش أكمل بدي أطلع برا عشان هيك إذا + +551 +00:49:10,280 --> 00:49:17,210 +هو true بكمل الفحص عشان هيك إذا هو trueعشان هي أجت + +552 +00:49:17,210 --> 00:49:23,050 +على إضافة true attribute تبع بي واحد إذا true بدى + +553 +00:49:23,050 --> 00:49:28,550 +أتقل إلى ال new label هذا بدى يجي هنا فإذا بي واحد + +554 +00:49:28,550 --> 00:49:34,470 +ال true بدى أقفز بدى أروح عليه عشان أكمل فحص اللي + +555 +00:49:34,470 --> 00:49:38,250 +هو بي اتنين وإذا في كمان برضه بي تلاته طبعا هذا + +556 +00:49:38,250 --> 00:49:43,990 +الأمر انت عارف هو nested يعني هذا يعني لو أنا عندي + +557 +00:49:43,990 --> 00:49:51,430 +تلات شروطهيجم هادا + +558 +00:49:51,430 --> 00:50:05,270 +هيجم متكون من ايش P1A and P1B وبعدين هادا فالان + +559 +00:50:05,270 --> 00:50:09,810 +البنيه هادى بتسمح بال nesting بتسمح ان انا تتكرر + +560 +00:50:09,810 --> 00:50:13,890 +ال graphية تتفرع لصديق اللي هو ال conditions من + +561 +00:50:13,890 --> 00:50:18,280 +بعضهافواضح ليش هذا الان dot true أخد ال new label + +562 +00:50:18,280 --> 00:50:22,840 +علشان إذا هذا true فعلا يكمل على البعد إذا false + +563 +00:50:22,840 --> 00:50:27,440 +إذا false بيطلع تماما يطلع تماما يعني يروح على ال + +564 +00:50:27,440 --> 00:50:33,900 +statement اللي بعد B مش مش بيروح على S1 بيروح على + +565 +00:50:33,900 --> 00:50:37,860 +ال statement اللي بعد ال S اللي بعد ال S تماما + +566 +00:50:37,860 --> 00:50:43,960 +اللي هو على طول اللي بعد ال B تماما okay بيطلع برا + +567 +00:50:43,960 --> 00:50:50,600 +على البصير بي دوت فوكس بي واحد دوت فوكس بي دوت + +568 +00:50:50,600 --> 00:51:02,420 +فوكس بي اتنين not true بيساوي بي دوت فوكس بي اتنين + +569 +00:51:02,420 --> 00:51:03,920 +not true بيساوي بي دوت فوكس بي اتنين not true + +570 +00:51:03,920 --> 00:51:08,520 +بيساوي بي اتنين not true بيساوي بي اتنين not true + +571 +00:51:08,520 --> 00:51:09,880 +بيساوي بي اتنين not true بيساوي بي اتنين not true + +572 +00:51:09,880 --> 00:51:11,860 +بيساوي بي أتنين not true بيساوي بي أتنين not true + +573 +00:51:11,860 --> 00:51:13,760 +بيساوي بي أتنين not true بي + +574 +00:51:20,020 --> 00:51:24,240 +إذا هذا كان بيشار على false و true هذا بيشار على + +575 +00:51:24,240 --> 00:51:31,500 +عكسه و لأ okay الآن لو عندي relational expression + +576 +00:51:31,500 --> 00:51:38,160 +أنا relational expression في هندي إله ترجمة + +577 +00:51:38,160 --> 00:51:44,080 +والتاني إله ترجمة الآن ال value النهائي تبعها و ال + +578 +00:51:44,080 --> 00:51:47,200 +value النهائي تبعها في مين في ال dot address + +579 +00:51:47,200 --> 00:51:49,820 +تبعتهم صح؟ + +580 +00:51:50,960 --> 00:51:56,120 +هذا إله dot address وهذا + +581 +00:51:56,120 --> 00:52:02,860 +إله dot address إذا أنا عمليا ماذا أفعل؟ بدي أعمل + +582 +00:52:02,860 --> 00:52:09,040 +instruction اللي تأخذ مقارنة بين هذين الأثنين صح؟ + +583 +00:52:09,040 --> 00:52:14,160 +مقارنة على أساس relations of if + +584 +00:52:19,810 --> 00:52:30,730 +إذا هذا .. إذا المقارنة هذه true إذا E1.address + +585 +00:52:30,730 --> 00:52:37,010 +relation up E2.address go to ال true تبع ال B ما + +586 +00:52:37,010 --> 00:52:41,470 +هو أصلا ال B هذا جاء زي ما قلنا في expression ال B + +587 +00:52:41,470 --> 00:52:45,330 +أو في ال statement كبير فبدنا إذا هذا كله true + +588 +00:52:45,330 --> 00:52:47,170 +بدنا نروح على + +589 +00:52:51,170 --> 00:52:56,110 +أو الهي برمو فإذا + +590 +00:52:56,110 --> 00:53:01,130 +هذا ال expression ال address تبعه فعلا بال + +591 +00:53:01,130 --> 00:53:05,410 +relation operator هذا يعني افترض ان هذا اكبر منه + +592 +00:53:05,410 --> 00:53:15,750 +فإذا هذا ال temporary تبعه T5 مثلا اكبر من T7 يبقى + +593 +00:53:15,750 --> 00:53:18,510 +فعلا متحقق هذا الشرط يبقى بدنا + +594 +00:53:21,240 --> 00:53:27,120 +ال jump تودينا على ال + +595 +00:53:27,120 --> 00:53:30,900 +be true أو ال not true تبعة ال expression كله وإلا + +596 +00:53:30,900 --> 00:53:37,840 +بنياها تودينا + +597 +00:53:37,840 --> 00:53:41,840 +على ال false يعني بعمل ال two statements ولا بعمل + +598 +00:53:41,840 --> 00:53:46,380 +واحدة منهم كعمل generator لتنتين ولا واحدة + +599 +00:53:52,370 --> 00:53:55,690 +تنساش ان انا لازم في الأول برضه اركب ال dot code + +600 +00:53:55,690 --> 00:53:57,750 +تبع ال expression و ال dot code تبع ال expression + +601 +00:53:57,750 --> 00:54:04,150 +التاني صح؟ اه بتيجي .. اه عشان في الأول يتكزن + +602 +00:54:04,150 --> 00:54:08,690 +القيم تبعتهم في temporaries يعني هذا ال expression + +603 +00:54:08,690 --> 00:54:14,830 +E1 dot code عبارة عن مجموعة instructions في الآخر + +604 +00:54:14,830 --> 00:54:20,850 +في temporary و T5 هو اللي بيحتوي على ال value تبع + +605 +00:54:20,850 --> 00:54:26,320 +هذا ال expressionو لحمت على طول خلفه ال code تبع + +606 +00:54:26,320 --> 00:54:34,800 +مين في واحد dot code و ايه اتنين dot code فهكذا + +607 +00:54:34,800 --> 00:54:39,700 +اتجارت للاتنين عشان تجيب نتائجها الان هذا إجمالي + +608 +00:54:39,700 --> 00:54:45,760 +تبعه صفر في T5 وهذا ال T11 الان انا بدأ اقول if T5 + +609 +00:54:45,760 --> 00:54:51,780 +اهوال relational operator اللي داخل معاه هو نفسه + +610 +00:54:51,780 --> 00:54:56,340 +بدي أن أنزله هنا T11 + +611 +00:54:56,340 --> 00:55:02,640 +ايش أسوي go to ال + +612 +00:55:02,640 --> 00:55:12,660 +B dot ال true هل ايضا اعمل واحد تاني اقول اللي هي + +613 +00:55:12,660 --> 00:55:16,860 +هذه go to B false + +614 +00:55:24,070 --> 00:55:29,330 +التانتير لازم يكون موجودة لأنه زي ما بنقول هنا هذا + +615 +00:55:29,330 --> 00:55:33,170 +هيتنفذ هسط بال value تبقى في T5 هذا هيتنفذ هسط بال + +616 +00:55:33,170 --> 00:55:39,050 +value في T11 هنا هتحصل مقارنة إذا فعل T5 حقق مع + +617 +00:55:39,050 --> 00:55:46,230 +T11 حقق ال condition فهيروح على ال true طبعا وإلا + +618 +00:55:46,230 --> 00:55:49,850 +هيروح على ال false فهدول ال two اللي لازم يكون + +619 +00:55:49,850 --> 00:55:54,610 +موجودة عشان وجه ال flow ofcontrol على الناس واحدة + +620 +00:55:54,610 --> 00:56:00,230 +منهم موجودة واحدة منهم موجودة بس معناته انا مش + +621 +00:56:00,230 --> 00:56:04,370 +عارف يمكن ال instruction اللي هنا تبقى هي اللي انا + +622 +00:56:04,370 --> 00:56:10,690 +بديها ال false وممكن لأ لازم انا يبقى محدد بالظبط + +623 +00:56:10,690 --> 00:56:14,610 +الوجهة تبعته من خلال بوته طب هو ليش عمل flow + +624 +00:56:14,610 --> 00:56:16,230 +control بناء على كل + +625 +00:56:21,870 --> 00:56:24,950 +ممكن يبقى عبارة عن two mathematical expressions + +626 +00:56:24,950 --> 00:56:29,470 +بين القارن اللي .. لأ أنا .. أنا هش قصدي يعني مثلا + +627 +00:56:29,470 --> 00:56:32,390 +في ال .. في ال binary operators اللي هو ال and و + +628 +00:56:32,390 --> 00:56:36,470 +ال or أولا من ي .. تمام و ال unary operator + +629 +00:56:36,470 --> 00:56:38,530 +استخدمهم على أنه قولي ال expression قولي ال + +630 +00:56:38,530 --> 00:56:40,990 +expression بدي أخزن قيمة في مكان فلان و خلاص، + +631 +00:56:40,990 --> 00:56:45,190 +ماشي؟ أما هنا في آخر واحدة image array + +632 +00:56:50,840 --> 00:56:53,780 +هذه three address code instructions احنا لما حكينا + +633 +00:56:53,780 --> 00:56:55,500 +في ال three address code instructions قلنا انه + +634 +00:56:55,500 --> 00:57:00,420 +فيها أنواع في ال jumps و ال jumps في conditional و + +635 +00:57:00,420 --> 00:57:07,100 +unconditional فهذه قبعا conditional jump نوع من ال + +636 +00:57:07,100 --> 00:57:09,380 +three address instruction فيها دي F يعني هو + +637 +00:57:09,380 --> 00:57:12,880 +مابتعاملش مع ال true و ال false فهي مابتعاملش مع + +638 +00:57:12,880 --> 00:57:15,580 +ال true و ال false و ال false على انهم بس value + +639 +00:57:15,580 --> 00:57:21,190 +بناء على ال relationهو اتعامل معاهم هنا في هذه + +640 +00:57:21,190 --> 00:57:25,770 +الحالة الـ Boolean expression هو عبارة عن two + +641 +00:57:25,770 --> 00:57:29,390 +mathematical expressions كل واحد له قيمته بنقارن + +642 +00:57:29,390 --> 00:57:32,530 +ما بين قيم تبعتهم ب some kind of relational + +643 +00:57:32,530 --> 00:57:35,810 +operator زي ال greater than equal or less than + +644 +00:57:35,810 --> 00:57:40,610 +وإذا بناء على ال relational operator بتحدد if true + +645 +00:57:40,610 --> 00:57:45,190 +or false يعني مثلا هذا مفترض هذا كان قيمته في + +646 +00:57:45,190 --> 00:57:49,400 +الآخر تلاتة وهذا قيمته أربعةوهذا أكبر منه، تلاتة + +647 +00:57:49,400 --> 00:57:57,880 +أكبر من أربعة؟ لأ، false فإحنا + +648 +00:57:57,880 --> 00:58:01,200 +اللي بنقوله إنه الـ Boolean expression الـ Boolean + +649 +00:58:01,200 --> 00:58:04,460 +expression قد يتكون من two Boolean expressions + +650 +00:58:04,460 --> 00:58:08,780 +بينهم and أو or أو قد يتكون من mathematical + +651 +00:58:08,780 --> 00:58:14,740 +expressions بينهم relational operators في مثل هذا + +652 +00:58:14,740 --> 00:58:22,910 +الحالةهذا الـ Relational Operator لازم ينزل زي ما + +653 +00:58:22,910 --> 00:58:27,910 +هو في الـ three address code لازم ينزل زي ما هو + +654 +00:58:27,910 --> 00:58:31,130 +أنا ماعرفش شو هيكون انا مش عارف شو هيكون هيكون + +655 +00:58:31,130 --> 00:58:35,810 +اكبر من اصغر من يساوي not equal less than or equal + +656 +00:58:35,810 --> 00:58:39,010 +greater than or equal مش عارفه بنزل زي ما هو في + +657 +00:58:39,010 --> 00:58:39,170 +الـ + +658 +00:58:46,760 --> 00:58:51,120 +باخد ال address تبع ال expression الأولاني وال + +659 +00:58:51,120 --> 00:58:55,040 +address تبع ال expression التاني وبحط بينهم ال + +660 +00:58:55,040 --> 00:59:00,140 +relational operator يعني بناء على هذا ال boolean + +661 +00:59:00,140 --> 00:59:05,880 +value اللي هيطلع ب .. إذا هو true بقوله go to true + +662 +00:59:05,880 --> 00:59:12,640 +ال S إذا وصل هنا يعني هذا مش .. مش true إذا على + +663 +00:59:12,640 --> 00:59:13,920 +طول بقوله روح على false + +664 +00:59:17,320 --> 00:59:22,400 +فهذه التلات حالات لـ Boolean expression خلاص هي + +665 +00:59:22,400 --> 00:59:27,460 +بتكون اكتملت ال dot code أو الترجمة يعني تبع الـ + +666 +00:59:27,460 --> 00:59:32,840 +Boolean expression وين ما بتحل وين ما حلت هذه الـ + +667 +00:59:32,840 --> 00:59:38,440 +Boolean expression في some larger construct بتتاخد + +668 +00:59:38,440 --> 00:59:43,380 +زي ما هي وبينبنى عليها الترجمة تبع ال larger + +669 +00:59:43,380 --> 00:59:46,810 +constructفهو إذا كان هذا الكلام نتركه للمحاضرة + +670 +00:59:46,810 --> 00:59:53,310 +التالية بس في الصفة اهمة إذا أنا عندي statement + +671 +00:59:53,310 --> 01:00:00,010 +عبارة عن F مافيش فيها S ممكن يكون عندي F معانا S + +672 +01:00:00,010 --> 01:00:03,530 +ممكن يكون في عندي while ممكن يكون عندي حالات أخرى + +673 +01:00:03,530 --> 01:00:10,210 +من ال control flow statements بيجي ال dot code + +674 +01:00:10,210 --> 01:00:19,640 +تبقى ال B شكف واحدة بنزليالي label يالي كده صح + +675 +01:00:19,640 --> 01:00:25,620 +فهذا الجزئية بتكون التعامل معاها وبتيجي ال output + +676 +01:00:25,620 --> 01:00:28,420 +تبعها اللي هي ال dot quota بتلبيه ال expression زي + +677 +01:00:28,420 --> 01:00:31,720 +ما هو في ال statement يعطيكم العافية + diff --git a/PL9fwy3NUQKwZe1P-Tr_n9TWAgawgGkpm5/Kx_7yT5w6co_raw.json b/PL9fwy3NUQKwZe1P-Tr_n9TWAgawgGkpm5/Kx_7yT5w6co_raw.json new file mode 100644 index 0000000000000000000000000000000000000000..c282806464a959a80f0256bafa341bfdedfd76e0 --- /dev/null +++ b/PL9fwy3NUQKwZe1P-Tr_n9TWAgawgGkpm5/Kx_7yT5w6co_raw.json @@ -0,0 +1 @@ +{"segments": [{"id": 1, "seek": 5039, "start": 20.67, "end": 50.39, "text": "بسم الله الرحمن الرحيم الصلاة والسلام عليكم ورحمة الله ورحمة الله ورحمة الله ورحمة الله ورحمة الله ورحمة الله ورحمة الله ورحمة الله ورحمة الله ورحمة الله ورحمة الله ورحمة الله ورحمة الله ورحمة الله ورحمة الله ورحمة الله ورحمة الله ورحمة الله ورحمة الله ورحمة الله ورحمة الله ورحمة الله ورحمة الله ورحمة الله ورحمة الله ورحمة الله ورحمة الله ورحمة الله ورحمة الله ورحمة الله ورحمة الله ورحمة الله ورحمة الله ورحمة الله ورحمة الله ورحمة الله ورحمة الله ورحمة الله ورحمة الله ورحمة الله ورحمة الله ور", "tokens": [3555, 38251, 21984, 34892, 5016, 27842, 34892, 5016, 32640, 31767, 15040, 3660, 16070, 3794, 37440, 25894, 24793, 4032, 2288, 35571, 3660, 21984, 4032, 2288, 35571, 3660, 21984, 4032, 2288, 35571, 3660, 21984, 4032, 2288, 35571, 3660, 21984, 4032, 2288, 35571, 3660, 21984, 4032, 2288, 35571, 3660, 21984, 4032, 2288, 35571, 3660, 21984, 4032, 2288, 35571, 3660, 21984, 4032, 2288, 35571, 3660, 21984, 4032, 2288, 35571, 3660, 21984, 4032, 2288, 35571, 3660, 21984, 4032, 2288, 35571, 3660, 21984, 4032, 2288, 35571, 3660, 21984, 4032, 2288, 35571, 3660, 21984, 4032, 2288, 35571, 3660, 21984, 4032, 2288, 35571, 3660, 21984, 4032, 2288, 35571, 3660, 21984, 4032, 2288, 35571, 3660, 21984, 4032, 2288, 35571, 3660, 21984, 4032, 2288, 35571, 3660, 21984, 4032, 2288, 35571, 3660, 21984, 4032, 2288, 35571, 3660, 21984, 4032, 2288, 35571, 3660, 21984, 4032, 2288, 35571, 3660, 21984, 4032, 2288, 35571, 3660, 21984, 4032, 2288, 35571, 3660, 21984, 4032, 2288, 35571, 3660, 21984, 4032, 2288, 35571, 3660, 21984, 4032, 2288, 35571, 3660, 21984, 4032, 2288, 35571, 3660, 21984, 4032, 2288, 35571, 3660, 21984, 4032, 2288, 35571, 3660, 21984, 4032, 2288, 35571, 3660, 21984, 4032, 2288, 35571, 3660, 21984, 4032, 2288, 35571, 3660, 21984, 4032, 2288, 35571, 3660, 21984, 4032, 2288, 35571, 3660, 21984, 4032, 2288, 35571, 3660, 21984, 4032, 2288, 35571, 3660, 21984, 4032, 2288, 35571, 3660, 21984, 4032, 2288, 35571, 3660, 21984, 4032, 2288], "avg_logprob": -0.055381945504082576, "compression_ratio": 11.602564102564102, "no_speech_prob": 4.172325134277344e-06, "words": [{"start": 20.67, "end": 21.27, "word": "بسم", "probability": 0.681640625}, {"start": 21.27, "end": 21.47, "word": " الله", "probability": 0.93408203125}, {"start": 21.47, "end": 21.81, "word": " الرحمن", "probability": 0.9742838541666666}, {"start": 21.81, "end": 22.09, "word": " الرحيم", "probability": 0.984375}, {"start": 22.09, "end": 22.45, "word": " الصلاة", "probability": 0.896484375}, {"start": 22.45, "end": 22.81, "word": " والسلام", "probability": 0.8167317708333334}, {"start": 22.81, "end": 23.13, "word": " عليكم", "probability": 0.666015625}, {"start": 23.13, "end": 23.51, "word": " ورحمة", "probability": 0.7637939453125}, {"start": 23.51, "end": 23.51, "word": " الله", "probability": 0.84765625}, {"start": 23.51, "end": 23.51, "word": " ورحمة", "probability": 0.604339599609375}, {"start": 23.51, "end": 23.51, "word": " الله", "probability": 0.75244140625}, {"start": 23.51, "end": 23.59, "word": " ورحمة", "probability": 0.828857421875}, {"start": 23.59, "end": 23.59, "word": " الله", "probability": 0.8974609375}, {"start": 23.59, "end": 23.59, "word": " ورحمة", "probability": 0.933349609375}, {"start": 23.59, "end": 23.59, "word": " الله", "probability": 0.93505859375}, {"start": 23.59, "end": 24.09, "word": " ورحمة", "probability": 0.9639892578125}, {"start": 24.09, "end": 24.09, "word": " الله", "probability": 0.9443359375}, {"start": 24.09, "end": 24.57, "word": " ورحمة", "probability": 0.9727783203125}, {"start": 24.57, "end": 24.57, "word": " الله", "probability": 0.9482421875}, {"start": 24.57, "end": 24.95, "word": " ورحمة", "probability": 0.975341796875}, {"start": 24.95, "end": 24.95, "word": " الله", "probability": 0.951171875}, {"start": 24.95, "end": 25.07, "word": " ورحمة", "probability": 0.9764404296875}, {"start": 25.07, "end": 25.07, "word": " الله", "probability": 0.95361328125}, {"start": 25.07, "end": 25.07, "word": " ورحمة", "probability": 0.976318359375}, {"start": 25.07, "end": 25.07, "word": " الله", "probability": 0.95654296875}, {"start": 25.07, "end": 25.35, "word": " ورحمة", "probability": 0.9759521484375}, {"start": 25.35, "end": 25.35, "word": " الله", "probability": 0.95751953125}, {"start": 25.35, "end": 25.49, "word": " ورحمة", "probability": 0.9765625}, {"start": 25.49, "end": 25.49, "word": " الله", "probability": 0.958984375}, {"start": 25.49, "end": 25.49, "word": " ورحمة", "probability": 0.9769287109375}, {"start": 25.49, "end": 25.49, "word": " الله", "probability": 0.96044921875}, {"start": 25.49, "end": 25.85, "word": " ورحمة", "probability": 0.977783203125}, {"start": 25.85, "end": 25.85, "word": " الله", "probability": 0.96142578125}, {"start": 25.85, "end": 26.69, "word": " ورحمة", "probability": 0.9779052734375}, {"start": 26.69, "end": 26.69, "word": " الله", "probability": 0.96240234375}, {"start": 26.69, "end": 27.55, "word": " ورحمة", "probability": 0.9781494140625}, {"start": 27.55, "end": 27.55, "word": " الله", "probability": 0.96337890625}, {"start": 27.55, "end": 27.55, "word": " ورحمة", "probability": 0.9786376953125}, {"start": 27.55, "end": 27.55, "word": " الله", "probability": 0.96484375}, {"start": 27.55, "end": 27.65, "word": " ورحمة", "probability": 0.9796142578125}, {"start": 27.65, "end": 27.65, "word": " الله", "probability": 0.96630859375}, {"start": 27.65, "end": 27.67, "word": " ورحمة", "probability": 0.9801025390625}, {"start": 27.67, "end": 27.67, "word": " الله", "probability": 0.966796875}, {"start": 27.67, "end": 27.67, "word": " ورحمة", "probability": 0.9805908203125}, {"start": 27.67, "end": 27.67, "word": " الله", "probability": 0.96826171875}, {"start": 27.67, "end": 28.27, "word": " ورحمة", "probability": 0.98095703125}, {"start": 28.27, "end": 28.27, "word": " الله", "probability": 0.96875}, {"start": 28.27, "end": 28.91, "word": " ورحمة", "probability": 0.9818115234375}, {"start": 28.91, "end": 28.93, "word": " الله", "probability": 0.9697265625}, {"start": 28.93, "end": 29.31, "word": " ورحمة", "probability": 0.9822998046875}, {"start": 29.31, "end": 29.31, "word": " الله", "probability": 0.97216796875}, {"start": 29.31, "end": 30.21, "word": " ورحمة", "probability": 0.9827880859375}, {"start": 30.21, "end": 30.21, "word": " الله", "probability": 0.97314453125}, {"start": 30.21, "end": 30.69, "word": " ورحمة", "probability": 0.9832763671875}, {"start": 30.69, "end": 30.69, "word": " الله", "probability": 0.9736328125}, {"start": 30.69, "end": 32.43, "word": " ورحمة", "probability": 0.9842529296875}, {"start": 32.43, "end": 32.45, "word": " الله", "probability": 0.9755859375}, {"start": 32.45, "end": 32.77, "word": " ورحمة", "probability": 0.9852294921875}, {"start": 32.77, "end": 32.95, "word": " الله", "probability": 0.9765625}, {"start": 32.95, "end": 33.59, "word": " ورحمة", "probability": 0.9859619140625}, {"start": 33.59, "end": 33.59, "word": " الله", "probability": 0.97802734375}, {"start": 33.59, "end": 34.03, "word": " ورحمة", "probability": 0.9866943359375}, {"start": 34.03, "end": 34.03, "word": " الله", "probability": 0.97900390625}, {"start": 34.03, "end": 34.35, "word": " ورحمة", "probability": 0.9874267578125}, {"start": 34.35, "end": 34.35, "word": " الله", "probability": 0.9794921875}, {"start": 34.35, "end": 34.35, "word": " ورحمة", "probability": 0.98828125}, {"start": 34.35, "end": 34.35, "word": " الله", "probability": 0.98046875}, {"start": 34.35, "end": 34.35, "word": " ورحمة", "probability": 0.988525390625}, {"start": 34.35, "end": 34.35, "word": " الله", "probability": 0.98095703125}, {"start": 34.35, "end": 36.37, "word": " ورحمة", "probability": 0.9891357421875}, {"start": 36.37, "end": 36.47, "word": " الله", "probability": 0.9814453125}, {"start": 36.47, "end": 36.61, "word": " ورحمة", "probability": 0.9896240234375}, {"start": 36.61, "end": 36.61, "word": " الله", "probability": 0.98193359375}, {"start": 36.61, "end": 37.27, "word": " ورحمة", "probability": 0.989990234375}, {"start": 37.27, "end": 37.27, "word": " الله", "probability": 0.98193359375}, {"start": 37.27, "end": 37.57, "word": " ورحمة", "probability": 0.9906005859375}, {"start": 37.57, "end": 37.57, "word": " الله", "probability": 0.98291015625}, {"start": 37.57, "end": 38.03, "word": " ورحمة", "probability": 0.990966796875}, {"start": 38.03, "end": 38.07, "word": " الله", "probability": 0.98291015625}, {"start": 38.07, "end": 38.31, "word": " ورحمة", "probability": 0.9910888671875}, {"start": 38.31, "end": 38.65, "word": " الله", "probability": 0.98291015625}, {"start": 38.65, "end": 39.89, "word": " ورحمة", "probability": 0.9913330078125}, {"start": 39.89, "end": 39.89, "word": " الله", "probability": 0.9833984375}, {"start": 39.89, "end": 45.81, "word": " ورحمة", "probability": 0.9915771484375}, {"start": 45.81, "end": 46.99, "word": " الله", "probability": 0.98291015625}, {"start": 46.99, "end": 48.33, "word": " ورحمة", "probability": 0.9918212890625}, {"start": 48.33, "end": 48.73, "word": " الله", "probability": 0.9833984375}, {"start": 48.73, "end": 49.55, "word": " ورحمة", "probability": 0.9918212890625}, {"start": 49.55, "end": 50.31, "word": " الله", "probability": 0.9833984375}, {"start": 50.31, "end": 50.39, "word": " ور", "probability": 0.991455078125}], "temperature": 1.0}, {"id": 2, "seek": 7848, "start": 50.51, "end": 78.49, "text": "بتم عملية الـ Generating Intermediate Code بالتحديد الـ Intermediate Code اللي شفناه هو الـ Three Address Code Instructions طبعاً أول شيء شوفنا كيف الـ Three Address Code Instructions هذي Can be generated ممكن تشكيلها ليه؟ الـ Types and Declarations Declaring ال variables شفناها للـ VM ال variables بسيطة وشفناها للرئيس كذلك الحال", "tokens": [3555, 39237, 6225, 42213, 10632, 2423, 39184, 15409, 990, 5751, 3130, 473, 15549, 20666, 2655, 5016, 16254, 3215, 2423, 39184, 5751, 3130, 473, 15549, 13672, 1829, 13412, 5172, 8315, 3224, 31439, 2423, 39184, 6244, 5349, 735, 15549, 2730, 1757, 626, 23032, 3555, 3615, 995, 14111, 5551, 12610, 44049, 38207, 13412, 38688, 8315, 9122, 33911, 2423, 39184, 6244, 5349, 735, 15549, 2730, 1757, 626, 8032, 8848, 1829, 1664, 312, 10833, 3714, 43020, 6055, 8592, 4117, 26895, 11296, 32239, 3224, 22807, 2423, 39184, 5569, 5190, 293, 12427, 2200, 763, 1346, 3474, 1921, 2423, 9102, 13412, 5172, 8315, 11296, 24976, 39184, 18038, 2423, 9102, 4724, 3794, 1829, 9566, 3660, 4032, 8592, 5172, 8315, 11296, 24976, 2288, 19986, 1829, 3794, 9122, 8848, 23275, 21542, 6027], "avg_logprob": -0.32044058525171437, "compression_ratio": 1.7241379310344827, "no_speech_prob": 0.0, "words": [{"start": 50.51, "end": 50.99, "word": "بتم", "probability": 0.4697265625}, {"start": 50.99, "end": 51.63, "word": " عملية", "probability": 0.9576822916666666}, {"start": 51.63, "end": 52.07, "word": " الـ", "probability": 0.278564453125}, {"start": 52.07, "end": 53.81, "word": " Generating", "probability": 0.534912109375}, {"start": 53.81, "end": 54.59, "word": " Intermediate", "probability": 0.8837890625}, {"start": 54.59, "end": 54.83, "word": " Code", "probability": 0.80126953125}, {"start": 54.83, "end": 55.49, "word": " بالتحديد", "probability": 0.853759765625}, {"start": 55.49, "end": 55.61, "word": " الـ", "probability": 0.701171875}, {"start": 55.61, "end": 56.11, "word": " Intermediate", "probability": 0.89599609375}, {"start": 56.11, "end": 56.31, "word": " Code", "probability": 0.92578125}, {"start": 56.31, "end": 56.51, "word": " اللي", "probability": 0.7822265625}, {"start": 56.51, "end": 57.69, "word": " شفناه", "probability": 0.79010009765625}, {"start": 57.69, "end": 57.89, "word": " هو", "probability": 0.8447265625}, {"start": 57.89, "end": 58.05, "word": " الـ", "probability": 0.8876953125}, {"start": 58.05, "end": 58.27, "word": " Three", "probability": 0.34912109375}, {"start": 58.27, "end": 58.77, "word": " Address", "probability": 0.72119140625}, {"start": 58.77, "end": 59.05, "word": " Code", "probability": 0.931640625}, {"start": 59.05, "end": 60.01, "word": " Instructions", "probability": 0.9300130208333334}, {"start": 60.01, "end": 60.79, "word": " طبعاً", "probability": 0.6647705078125}, {"start": 60.79, "end": 61.31, "word": " أول", "probability": 0.83642578125}, {"start": 61.31, "end": 61.57, "word": " شيء", "probability": 0.392333984375}, {"start": 61.57, "end": 61.89, "word": " شوفنا", "probability": 0.7649739583333334}, {"start": 61.89, "end": 62.15, "word": " كيف", "probability": 0.935302734375}, {"start": 62.15, "end": 62.37, "word": " الـ", "probability": 0.804443359375}, {"start": 62.37, "end": 62.55, "word": " Three", "probability": 0.7568359375}, {"start": 62.55, "end": 62.83, "word": " Address", "probability": 0.925537109375}, {"start": 62.83, "end": 63.01, "word": " Code", "probability": 0.9814453125}, {"start": 63.01, "end": 64.19, "word": " Instructions", "probability": 0.9537760416666666}, {"start": 64.19, "end": 64.55, "word": " هذي", "probability": 0.684814453125}, {"start": 64.55, "end": 65.07, "word": " Can", "probability": 0.406005859375}, {"start": 65.07, "end": 65.23, "word": " be", "probability": 0.63916015625}, {"start": 65.23, "end": 65.89, "word": " generated", "probability": 0.66748046875}, {"start": 65.89, "end": 66.35, "word": " ممكن", "probability": 0.71484375}, {"start": 66.35, "end": 67.13, "word": " تشكيلها", "probability": 0.95869140625}, {"start": 67.13, "end": 67.89, "word": " ليه؟", "probability": 0.6971028645833334}, {"start": 67.89, "end": 68.19, "word": " الـ", "probability": 0.868408203125}, {"start": 68.19, "end": 68.59, "word": " Types", "probability": 0.728515625}, {"start": 68.59, "end": 68.93, "word": " and", "probability": 0.85595703125}, {"start": 68.93, "end": 69.79, "word": " Declarations", "probability": 0.8297526041666666}, {"start": 69.79, "end": 71.69, "word": " Declaring", "probability": 0.798095703125}, {"start": 71.69, "end": 71.91, "word": " ال", "probability": 0.93359375}, {"start": 71.91, "end": 72.47, "word": " variables", "probability": 0.4794921875}, {"start": 72.47, "end": 73.47, "word": " شفناها", "probability": 0.64898681640625}, {"start": 73.47, "end": 73.59, "word": " للـ", "probability": 0.4442138671875}, {"start": 73.59, "end": 73.93, "word": " VM", "probability": 0.576171875}, {"start": 73.93, "end": 74.37, "word": " ال", "probability": 0.469482421875}, {"start": 74.37, "end": 74.73, "word": " variables", "probability": 0.9189453125}, {"start": 74.73, "end": 75.33, "word": " بسيطة", "probability": 0.99287109375}, {"start": 75.33, "end": 75.91, "word": " وشفناها", "probability": 0.92431640625}, {"start": 75.91, "end": 77.23, "word": " للرئيس", "probability": 0.70078125}, {"start": 77.23, "end": 78.01, "word": " كذلك", "probability": 0.7908528645833334}, {"start": 78.01, "end": 78.49, "word": " الحال", "probability": 0.948486328125}], "temperature": 1.0}, {"id": 3, "seek": 10335, "start": 78.75, "end": 103.35, "text": "وشوفنا كيف ال expressions mathematical expressions are translated يعني ايش translated يعني three address code generation three address code instructions are generated وبعد كده والان ان شاء الله بنشوف كيف اللي هو مسألة type checking وإيش بيلطوي عليها من من توليد أو تشكيل أو generating three address instructions", "tokens": [2407, 8592, 38688, 8315, 9122, 33911, 2423, 15277, 18894, 15277, 366, 16805, 37495, 22653, 1975, 1829, 8592, 16805, 37495, 22653, 1045, 2985, 3089, 5125, 1045, 2985, 3089, 9415, 366, 10833, 46599, 22488, 9122, 3215, 3224, 4032, 6027, 7649, 16472, 13412, 16606, 21984, 44945, 8592, 38688, 9122, 33911, 13672, 1829, 31439, 47524, 10721, 37977, 2010, 8568, 4032, 28814, 1829, 8592, 4724, 1829, 1211, 9566, 45865, 25894, 11296, 9154, 9154, 6055, 12610, 25708, 34051, 6055, 8592, 4117, 26895, 34051, 17746, 1045, 2985, 9415], "avg_logprob": -0.32888718676276324, "compression_ratio": 1.7575757575757576, "no_speech_prob": 0.0, "words": [{"start": 78.75, "end": 79.21, "word": "وشوفنا", "probability": 0.6065826416015625}, {"start": 79.21, "end": 79.45, "word": " كيف", "probability": 0.97216796875}, {"start": 79.45, "end": 79.57, "word": " ال", "probability": 0.8681640625}, {"start": 79.57, "end": 80.07, "word": " expressions", "probability": 0.450439453125}, {"start": 80.07, "end": 80.77, "word": " mathematical", "probability": 0.1925048828125}, {"start": 80.77, "end": 81.71, "word": " expressions", "probability": 0.982421875}, {"start": 81.71, "end": 82.39, "word": " are", "probability": 0.66455078125}, {"start": 82.39, "end": 83.57, "word": " translated", "probability": 0.86083984375}, {"start": 83.57, "end": 84.09, "word": " يعني", "probability": 0.865966796875}, {"start": 84.09, "end": 84.31, "word": " ايش", "probability": 0.7049967447916666}, {"start": 84.31, "end": 84.81, "word": " translated", "probability": 0.7734375}, {"start": 84.81, "end": 85.25, "word": " يعني", "probability": 0.782958984375}, {"start": 85.25, "end": 86.09, "word": " three", "probability": 0.54248046875}, {"start": 86.09, "end": 86.41, "word": " address", "probability": 0.87451171875}, {"start": 86.41, "end": 86.61, "word": " code", "probability": 0.9296875}, {"start": 86.61, "end": 87.11, "word": " generation", "probability": 0.396240234375}, {"start": 87.11, "end": 88.09, "word": " three", "probability": 0.2802734375}, {"start": 88.09, "end": 88.43, "word": " address", "probability": 0.93408203125}, {"start": 88.43, "end": 88.65, "word": " code", "probability": 0.9501953125}, {"start": 88.65, "end": 89.21, "word": " instructions", "probability": 0.82666015625}, {"start": 89.21, "end": 89.79, "word": " are", "probability": 0.91845703125}, {"start": 89.79, "end": 90.35, "word": " generated", "probability": 0.88330078125}, {"start": 90.35, "end": 91.87, "word": " وبعد", "probability": 0.684814453125}, {"start": 91.87, "end": 92.27, "word": " كده", "probability": 0.8072916666666666}, {"start": 92.27, "end": 92.95, "word": " والان", "probability": 0.5166015625}, {"start": 92.95, "end": 93.15, "word": " ان", "probability": 0.8076171875}, {"start": 93.15, "end": 93.31, "word": " شاء", "probability": 0.9833984375}, {"start": 93.31, "end": 93.39, "word": " الله", "probability": 0.978515625}, {"start": 93.39, "end": 93.83, "word": " بنشوف", "probability": 0.86328125}, {"start": 93.83, "end": 94.17, "word": " كيف", "probability": 0.90380859375}, {"start": 94.17, "end": 94.41, "word": " اللي", "probability": 0.742431640625}, {"start": 94.41, "end": 94.67, "word": " هو", "probability": 0.98974609375}, {"start": 94.67, "end": 95.23, "word": " مسألة", "probability": 0.9431966145833334}, {"start": 95.23, "end": 95.59, "word": " type", "probability": 0.61572265625}, {"start": 95.59, "end": 95.97, "word": " checking", "probability": 0.73193359375}, {"start": 95.97, "end": 96.33, "word": " وإيش", "probability": 0.8233642578125}, {"start": 96.33, "end": 96.79, "word": " بيلطوي", "probability": 0.70126953125}, {"start": 96.79, "end": 97.17, "word": " عليها", "probability": 0.988525390625}, {"start": 97.17, "end": 97.43, "word": " من", "probability": 0.9892578125}, {"start": 97.43, "end": 98.83, "word": " من", "probability": 0.85107421875}, {"start": 98.83, "end": 100.07, "word": " توليد", "probability": 0.9002278645833334}, {"start": 100.07, "end": 100.61, "word": " أو", "probability": 0.28125}, {"start": 100.61, "end": 101.19, "word": " تشكيل", "probability": 0.99072265625}, {"start": 101.19, "end": 101.53, "word": " أو", "probability": 0.568359375}, {"start": 101.53, "end": 101.99, "word": " generating", "probability": 0.82666015625}, {"start": 101.99, "end": 102.41, "word": " three", "probability": 0.27587890625}, {"start": 102.41, "end": 102.73, "word": " address", "probability": 0.9189453125}, {"start": 102.73, "end": 103.35, "word": " instructions", "probability": 0.61767578125}], "temperature": 1.0}, {"id": 4, "seek": 13129, "start": 103.73, "end": 131.29, "text": "وهي ليها أيضا ال control flow statements control flow statements يعني ببساطة ال if statement مثلا و ال looping statements while و repeat وما إلى ذلك فخلينا نروح على بداية ال section 5 عشان نشوف ايش اللي ايش اللي أمامنا طبعا 6 أربعة كان اللي هو ايش قلناه", "tokens": [2407, 3224, 1829, 32239, 11296, 36632, 11242, 995, 2423, 1969, 3095, 12363, 1969, 3095, 12363, 37495, 22653, 4724, 3555, 3794, 41193, 3660, 2423, 498, 5629, 50113, 15040, 4032, 2423, 6367, 278, 12363, 1339, 4032, 7149, 4032, 15042, 30731, 29910, 23275, 6156, 9778, 20292, 8315, 8717, 32887, 5016, 15844, 4724, 28259, 10632, 2423, 3541, 1025, 6225, 8592, 7649, 8717, 8592, 38688, 1975, 1829, 8592, 13672, 1829, 1975, 1829, 8592, 13672, 1829, 5551, 2304, 10943, 8315, 23032, 3555, 3615, 995, 1386, 5551, 25513, 27884, 25961, 13672, 1829, 31439, 1975, 1829, 8592, 12174, 1211, 8315, 3224], "avg_logprob": -0.3899601177966341, "compression_ratio": 1.662162162162162, "no_speech_prob": 0.0, "words": [{"start": 103.73, "end": 104.05, "word": "وهي", "probability": 0.4289957682291667}, {"start": 104.05, "end": 104.31, "word": " ليها", "probability": 0.715576171875}, {"start": 104.31, "end": 104.59, "word": " أيضا", "probability": 0.8069661458333334}, {"start": 104.59, "end": 105.07, "word": " ال", "probability": 0.2291259765625}, {"start": 105.07, "end": 105.55, "word": " control", "probability": 0.412109375}, {"start": 105.55, "end": 106.03, "word": " flow", "probability": 0.81103515625}, {"start": 106.03, "end": 106.93, "word": " statements", "probability": 0.6884765625}, {"start": 106.93, "end": 107.21, "word": " control", "probability": 0.10614013671875}, {"start": 107.21, "end": 107.55, "word": " flow", "probability": 0.92626953125}, {"start": 107.55, "end": 108.09, "word": " statements", "probability": 0.8017578125}, {"start": 108.09, "end": 108.35, "word": " يعني", "probability": 0.85009765625}, {"start": 108.35, "end": 108.83, "word": " ببساطة", "probability": 0.822607421875}, {"start": 108.83, "end": 108.95, "word": " ال", "probability": 0.5009765625}, {"start": 108.95, "end": 109.07, "word": " if", "probability": 0.28857421875}, {"start": 109.07, "end": 109.63, "word": " statement", "probability": 0.83349609375}, {"start": 109.63, "end": 110.27, "word": " مثلا", "probability": 0.76318359375}, {"start": 110.27, "end": 110.95, "word": " و", "probability": 0.79345703125}, {"start": 110.95, "end": 111.35, "word": " ال", "probability": 0.2958984375}, {"start": 111.35, "end": 111.77, "word": " looping", "probability": 0.8984375}, {"start": 111.77, "end": 112.31, "word": " statements", "probability": 0.85009765625}, {"start": 112.31, "end": 113.07, "word": " while", "probability": 0.78955078125}, {"start": 113.07, "end": 113.25, "word": " و", "probability": 0.8876953125}, {"start": 113.25, "end": 113.57, "word": " repeat", "probability": 0.9716796875}, {"start": 113.57, "end": 113.85, "word": " وما", "probability": 0.64013671875}, {"start": 113.85, "end": 113.97, "word": " إلى", "probability": 0.90283203125}, {"start": 113.97, "end": 114.29, "word": " ذلك", "probability": 0.71240234375}, {"start": 114.29, "end": 115.25, "word": " فخلينا", "probability": 0.71405029296875}, {"start": 115.25, "end": 115.53, "word": " نروح", "probability": 0.9567057291666666}, {"start": 115.53, "end": 115.75, "word": " على", "probability": 0.87841796875}, {"start": 115.75, "end": 116.21, "word": " بداية", "probability": 0.92919921875}, {"start": 116.21, "end": 116.55, "word": " ال", "probability": 0.26025390625}, {"start": 116.55, "end": 116.55, "word": " section", "probability": 0.70849609375}, {"start": 116.55, "end": 117.47, "word": " 5", "probability": 0.2071533203125}, {"start": 117.47, "end": 117.91, "word": " عشان", "probability": 0.7879231770833334}, {"start": 117.91, "end": 118.21, "word": " نشوف", "probability": 0.9464518229166666}, {"start": 118.21, "end": 118.49, "word": " ايش", "probability": 0.71044921875}, {"start": 118.49, "end": 119.63, "word": " اللي", "probability": 0.77734375}, {"start": 119.63, "end": 125.13, "word": " ايش", "probability": 0.71923828125}, {"start": 125.13, "end": 125.25, "word": " اللي", "probability": 0.869140625}, {"start": 125.25, "end": 125.83, "word": " أمامنا", "probability": 0.84234619140625}, {"start": 125.83, "end": 129.23, "word": " طبعا", "probability": 0.940185546875}, {"start": 129.23, "end": 129.51, "word": " 6", "probability": 0.188720703125}, {"start": 129.51, "end": 129.97, "word": " أربعة", "probability": 0.6714680989583334}, {"start": 129.97, "end": 130.31, "word": " كان", "probability": 0.96142578125}, {"start": 130.31, "end": 130.47, "word": " اللي", "probability": 0.712158203125}, {"start": 130.47, "end": 130.59, "word": " هو", "probability": 0.6708984375}, {"start": 130.59, "end": 130.73, "word": " ايش", "probability": 0.7903645833333334}, {"start": 130.73, "end": 131.29, "word": " قلناه", "probability": 0.87646484375}], "temperature": 1.0}, {"id": 5, "seek": 16359, "start": 134.31, "end": 163.59, "text": "translation expressions حكينا فيه كله طلعنا على كيف ال syntax directed definition وشوفنا ال example بسيط هذا وشوفنا example أكبر منه وشوفنا اللي هو ال addressing array elements كيف ال array elements لما تبقى ال array multidimensional كيف نحسب ال address تبع العناصر ال array", "tokens": [24999, 24278, 15277, 11331, 4117, 1829, 8315, 8978, 3224, 28242, 3224, 23032, 1211, 3615, 8315, 15844, 9122, 33911, 2423, 28431, 12898, 7123, 4032, 8592, 38688, 8315, 2423, 1365, 4724, 3794, 1829, 9566, 23758, 4032, 8592, 38688, 8315, 1365, 5551, 4117, 26890, 9154, 3224, 4032, 8592, 38688, 8315, 13672, 1829, 31439, 2423, 14329, 10225, 4959, 9122, 33911, 2423, 10225, 4959, 5296, 15042, 6055, 3555, 4587, 7578, 2423, 10225, 2120, 327, 332, 11075, 9122, 33911, 8717, 5016, 35457, 2423, 2985, 6055, 3555, 3615, 18863, 1863, 33546, 2288, 2423, 10225], "avg_logprob": -0.1803089493716305, "compression_ratio": 1.7123287671232876, "no_speech_prob": 5.960464477539063e-08, "words": [{"start": 134.31, "end": 135.15, "word": "translation", "probability": 0.4716796875}, {"start": 135.15, "end": 135.91, "word": " expressions", "probability": 0.90966796875}, {"start": 135.91, "end": 136.45, "word": " حكينا", "probability": 0.81292724609375}, {"start": 136.45, "end": 136.79, "word": " فيه", "probability": 0.81396484375}, {"start": 136.79, "end": 137.35, "word": " كله", "probability": 0.969482421875}, {"start": 137.35, "end": 138.23, "word": " طلعنا", "probability": 0.942626953125}, {"start": 138.23, "end": 138.45, "word": " على", "probability": 0.77978515625}, {"start": 138.45, "end": 138.87, "word": " كيف", "probability": 0.924560546875}, {"start": 138.87, "end": 139.21, "word": " ال", "probability": 0.84619140625}, {"start": 139.21, "end": 141.43, "word": " syntax", "probability": 0.315185546875}, {"start": 141.43, "end": 142.13, "word": " directed", "probability": 0.64208984375}, {"start": 142.13, "end": 142.83, "word": " definition", "probability": 0.8564453125}, {"start": 142.83, "end": 144.39, "word": " وشوفنا", "probability": 0.91162109375}, {"start": 144.39, "end": 144.49, "word": " ال", "probability": 0.5498046875}, {"start": 144.49, "end": 144.79, "word": " example", "probability": 0.73583984375}, {"start": 144.79, "end": 145.27, "word": " بسيط", "probability": 0.989013671875}, {"start": 145.27, "end": 145.51, "word": " هذا", "probability": 0.65966796875}, {"start": 145.51, "end": 145.85, "word": " وشوفنا", "probability": 0.9161376953125}, {"start": 145.85, "end": 146.23, "word": " example", "probability": 0.8076171875}, {"start": 146.23, "end": 146.61, "word": " أكبر", "probability": 0.90283203125}, {"start": 146.61, "end": 147.21, "word": " منه", "probability": 0.977294921875}, {"start": 147.21, "end": 149.09, "word": " وشوفنا", "probability": 0.875732421875}, {"start": 149.09, "end": 149.39, "word": " اللي", "probability": 0.78955078125}, {"start": 149.39, "end": 149.61, "word": " هو", "probability": 0.9677734375}, {"start": 149.61, "end": 150.09, "word": " ال", "probability": 0.46630859375}, {"start": 150.09, "end": 151.31, "word": " addressing", "probability": 0.84228515625}, {"start": 151.31, "end": 152.77, "word": " array", "probability": 0.88525390625}, {"start": 152.77, "end": 153.33, "word": " elements", "probability": 0.87451171875}, {"start": 153.33, "end": 154.07, "word": " كيف", "probability": 0.9375}, {"start": 154.07, "end": 154.19, "word": " ال", "probability": 0.82958984375}, {"start": 154.19, "end": 154.41, "word": " array", "probability": 0.72216796875}, {"start": 154.41, "end": 155.95, "word": " elements", "probability": 0.90625}, {"start": 155.95, "end": 156.63, "word": " لما", "probability": 0.943603515625}, {"start": 156.63, "end": 156.91, "word": " تبقى", "probability": 0.811279296875}, {"start": 156.91, "end": 157.05, "word": " ال", "probability": 0.9501953125}, {"start": 157.05, "end": 157.35, "word": " array", "probability": 0.978515625}, {"start": 157.35, "end": 158.51, "word": " multidimensional", "probability": 0.8538818359375}, {"start": 158.51, "end": 159.17, "word": " كيف", "probability": 0.95166015625}, {"start": 159.17, "end": 159.73, "word": " نحسب", "probability": 0.994140625}, {"start": 159.73, "end": 160.19, "word": " ال", "probability": 0.96826171875}, {"start": 160.19, "end": 161.45, "word": " address", "probability": 0.91845703125}, {"start": 161.45, "end": 162.43, "word": " تبع", "probability": 0.8544921875}, {"start": 162.43, "end": 163.19, "word": " العناصر", "probability": 0.8546142578125}, {"start": 163.19, "end": 163.31, "word": " ال", "probability": 0.70361328125}, {"start": 163.31, "end": 163.59, "word": " array", "probability": 0.92822265625}], "temperature": 1.0}, {"id": 6, "seek": 18434, "start": 166.14, "end": 184.34, "text": "و آخر إشي كان اللي هو ال example هذا بالظبط هذا ال example اللي هو بتتشكل من خلاله مجموعة three address instructions اللي هي عبارة عن اللي هي بتحسب يعني ال address تبع ال element", "tokens": [2407, 19753, 34740, 11933, 8592, 1829, 25961, 13672, 1829, 31439, 2423, 1365, 23758, 20666, 19913, 3555, 9566, 23758, 2423, 1365, 13672, 1829, 31439, 39894, 2655, 8592, 28820, 9154, 16490, 1211, 6027, 3224, 3714, 7435, 2304, 2407, 27884, 1045, 2985, 9415, 13672, 1829, 39896, 6225, 3555, 9640, 3660, 18871, 13672, 1829, 39896, 39894, 5016, 35457, 37495, 22653, 2423, 2985, 6055, 3555, 3615, 2423, 4478], "avg_logprob": -0.25341797014698386, "compression_ratio": 1.6265060240963856, "no_speech_prob": 0.0, "words": [{"start": 166.14000000000001, "end": 166.86, "word": "و", "probability": 0.201416015625}, {"start": 166.86, "end": 167.58, "word": " آخر", "probability": 0.7130126953125}, {"start": 167.58, "end": 167.9, "word": " إشي", "probability": 0.6193033854166666}, {"start": 167.9, "end": 168.26, "word": " كان", "probability": 0.84033203125}, {"start": 168.26, "end": 168.48, "word": " اللي", "probability": 0.503570556640625}, {"start": 168.48, "end": 168.62, "word": " هو", "probability": 0.97900390625}, {"start": 168.62, "end": 168.74, "word": " ال", "probability": 0.4521484375}, {"start": 168.74, "end": 169.1, "word": " example", "probability": 0.69873046875}, {"start": 169.1, "end": 170.1, "word": " هذا", "probability": 0.67431640625}, {"start": 170.1, "end": 171.48, "word": " بالظبط", "probability": 0.87255859375}, {"start": 171.48, "end": 172.18, "word": " هذا", "probability": 0.63037109375}, {"start": 172.18, "end": 172.3, "word": " ال", "probability": 0.90283203125}, {"start": 172.3, "end": 172.68, "word": " example", "probability": 0.95166015625}, {"start": 172.68, "end": 172.96, "word": " اللي", "probability": 0.951904296875}, {"start": 172.96, "end": 173.36, "word": " هو", "probability": 0.89892578125}, {"start": 173.36, "end": 176.96, "word": " بتتشكل", "probability": 0.8690185546875}, {"start": 176.96, "end": 177.1, "word": " من", "probability": 0.673828125}, {"start": 177.1, "end": 178.0, "word": " خلاله", "probability": 0.9608154296875}, {"start": 178.0, "end": 178.6, "word": " مجموعة", "probability": 0.9783203125}, {"start": 178.6, "end": 178.9, "word": " three", "probability": 0.189453125}, {"start": 178.9, "end": 179.12, "word": " address", "probability": 0.62841796875}, {"start": 179.12, "end": 179.6, "word": " instructions", "probability": 0.81396484375}, {"start": 179.6, "end": 179.96, "word": " اللي", "probability": 0.947265625}, {"start": 179.96, "end": 180.12, "word": " هي", "probability": 0.73388671875}, {"start": 180.12, "end": 180.5, "word": " عبارة", "probability": 0.9466552734375}, {"start": 180.5, "end": 180.8, "word": " عن", "probability": 0.99609375}, {"start": 180.8, "end": 181.64, "word": " اللي", "probability": 0.90380859375}, {"start": 181.64, "end": 181.76, "word": " هي", "probability": 0.50048828125}, {"start": 181.76, "end": 182.28, "word": " بتحسب", "probability": 0.9685872395833334}, {"start": 182.28, "end": 182.66, "word": " يعني", "probability": 0.888671875}, {"start": 182.66, "end": 183.14, "word": " ال", "probability": 0.93994140625}, {"start": 183.14, "end": 183.52, "word": " address", "probability": 0.97412109375}, {"start": 183.52, "end": 183.88, "word": " تبع", "probability": 0.9375}, {"start": 183.88, "end": 184.02, "word": " ال", "probability": 0.79541015625}, {"start": 184.02, "end": 184.34, "word": " element", "probability": 0.7216796875}], "temperature": 1.0}, {"id": 7, "seek": 21175, "start": 185.81, "end": 211.75, "text": "الان ستة كام سأله ال type checking في ال type checking ال compiler أمامه وظيفتين أساسية اللي هو أنه يفحص ال type تبع اللي هو ال different components اللي في ال source code different components هذه سواء كان variable صغير ولا كان expression ولا كان function call ولا أي جزية من جزية البرنامج في الآخر احنا بنعرف ال type تبعها لأنها قد تدخل في some larger", "tokens": [6027, 7649, 8608, 2655, 3660, 9122, 10943, 8608, 10721, 43761, 2423, 2010, 8568, 8978, 2423, 2010, 8568, 2423, 31958, 5551, 2304, 10943, 3224, 4032, 19913, 33911, 2655, 9957, 5551, 3794, 32277, 10632, 13672, 1829, 31439, 14739, 3224, 7251, 5172, 5016, 9381, 2423, 2010, 6055, 3555, 3615, 13672, 1829, 31439, 2423, 819, 6677, 13672, 1829, 8978, 2423, 4009, 3089, 819, 6677, 29538, 8608, 2407, 16606, 25961, 7006, 20328, 17082, 13546, 49429, 25961, 6114, 49429, 25961, 2445, 818, 49429, 36632, 10874, 11622, 10632, 9154, 10874, 11622, 10632, 2423, 26890, 8315, 2304, 7435, 8978, 6024, 95, 34740, 1975, 5016, 8315, 44945, 3615, 28480, 2423, 2010, 6055, 3555, 3615, 11296, 5296, 33456, 11296, 12174, 3215, 6055, 3215, 9778, 1211, 8978, 512, 4833], "avg_logprob": -0.1909138652957788, "compression_ratio": 1.825, "no_speech_prob": 0.0, "words": [{"start": 185.81, "end": 186.19, "word": "الان", "probability": 0.79833984375}, {"start": 186.19, "end": 186.53, "word": " ستة", "probability": 0.647216796875}, {"start": 186.53, "end": 186.75, "word": " كام", "probability": 0.462158203125}, {"start": 186.75, "end": 187.03, "word": " سأله", "probability": 0.498291015625}, {"start": 187.03, "end": 187.19, "word": " ال", "probability": 0.51513671875}, {"start": 187.19, "end": 187.39, "word": " type", "probability": 0.493408203125}, {"start": 187.39, "end": 187.83, "word": " checking", "probability": 0.70068359375}, {"start": 187.83, "end": 188.01, "word": " في", "probability": 0.419189453125}, {"start": 188.01, "end": 188.15, "word": " ال", "probability": 0.82373046875}, {"start": 188.15, "end": 188.35, "word": " type", "probability": 0.72900390625}, {"start": 188.35, "end": 188.71, "word": " checking", "probability": 0.87255859375}, {"start": 188.71, "end": 188.91, "word": " ال", "probability": 0.62646484375}, {"start": 188.91, "end": 189.35, "word": " compiler", "probability": 0.88525390625}, {"start": 189.35, "end": 189.93, "word": " أمامه", "probability": 0.7752685546875}, {"start": 189.93, "end": 190.45, "word": " وظيفتين", "probability": 0.9240234375}, {"start": 190.45, "end": 190.99, "word": " أساسية", "probability": 0.8802490234375}, {"start": 190.99, "end": 191.21, "word": " اللي", "probability": 0.76513671875}, {"start": 191.21, "end": 191.43, "word": " هو", "probability": 0.96875}, {"start": 191.43, "end": 192.27, "word": " أنه", "probability": 0.7261962890625}, {"start": 192.27, "end": 193.71, "word": " يفحص", "probability": 0.8763427734375}, {"start": 193.71, "end": 193.97, "word": " ال", "probability": 0.86279296875}, {"start": 193.97, "end": 194.31, "word": " type", "probability": 0.9453125}, {"start": 194.31, "end": 194.83, "word": " تبع", "probability": 0.8468424479166666}, {"start": 194.83, "end": 195.33, "word": " اللي", "probability": 0.826904296875}, {"start": 195.33, "end": 195.59, "word": " هو", "probability": 0.97509765625}, {"start": 195.59, "end": 195.91, "word": " ال", "probability": 0.8837890625}, {"start": 195.91, "end": 196.17, "word": " different", "probability": 0.90576171875}, {"start": 196.17, "end": 196.87, "word": " components", "probability": 0.89208984375}, {"start": 196.87, "end": 197.17, "word": " اللي", "probability": 0.94091796875}, {"start": 197.17, "end": 197.27, "word": " في", "probability": 0.97509765625}, {"start": 197.27, "end": 197.55, "word": " ال", "probability": 0.90673828125}, {"start": 197.55, "end": 197.95, "word": " source", "probability": 0.896484375}, {"start": 197.95, "end": 198.35, "word": " code", "probability": 0.9521484375}, {"start": 198.35, "end": 199.07, "word": " different", "probability": 0.449951171875}, {"start": 199.07, "end": 199.71, "word": " components", "probability": 0.9404296875}, {"start": 199.71, "end": 199.93, "word": " هذه", "probability": 0.6474609375}, {"start": 199.93, "end": 200.21, "word": " سواء", "probability": 0.9207356770833334}, {"start": 200.21, "end": 200.53, "word": " كان", "probability": 0.98046875}, {"start": 200.53, "end": 201.05, "word": " variable", "probability": 0.78076171875}, {"start": 201.05, "end": 201.57, "word": " صغير", "probability": 0.9959309895833334}, {"start": 201.57, "end": 202.21, "word": " ولا", "probability": 0.65185546875}, {"start": 202.21, "end": 202.39, "word": " كان", "probability": 0.96337890625}, {"start": 202.39, "end": 202.89, "word": " expression", "probability": 0.8603515625}, {"start": 202.89, "end": 203.25, "word": " ولا", "probability": 0.955078125}, {"start": 203.25, "end": 203.47, "word": " كان", "probability": 0.974609375}, {"start": 203.47, "end": 203.87, "word": " function", "probability": 0.9658203125}, {"start": 203.87, "end": 204.29, "word": " call", "probability": 0.90625}, {"start": 204.29, "end": 204.51, "word": " ولا", "probability": 0.93994140625}, {"start": 204.51, "end": 204.73, "word": " أي", "probability": 0.7275390625}, {"start": 204.73, "end": 205.23, "word": " جزية", "probability": 0.89208984375}, {"start": 205.23, "end": 205.43, "word": " من", "probability": 0.99365234375}, {"start": 205.43, "end": 205.73, "word": " جزية", "probability": 0.9114583333333334}, {"start": 205.73, "end": 206.33, "word": " البرنامج", "probability": 0.92470703125}, {"start": 206.33, "end": 206.89, "word": " في", "probability": 0.69189453125}, {"start": 206.89, "end": 207.19, "word": " الآخر", "probability": 0.8942057291666666}, {"start": 207.19, "end": 207.43, "word": " احنا", "probability": 0.880859375}, {"start": 207.43, "end": 207.87, "word": " بنعرف", "probability": 0.88818359375}, {"start": 207.87, "end": 208.01, "word": " ال", "probability": 0.97314453125}, {"start": 208.01, "end": 208.25, "word": " type", "probability": 0.95068359375}, {"start": 208.25, "end": 208.71, "word": " تبعها", "probability": 0.9398193359375}, {"start": 208.71, "end": 209.27, "word": " لأنها", "probability": 0.8336588541666666}, {"start": 209.27, "end": 209.49, "word": " قد", "probability": 0.98974609375}, {"start": 209.49, "end": 209.95, "word": " تدخل", "probability": 0.9984130859375}, {"start": 209.95, "end": 210.23, "word": " في", "probability": 0.9873046875}, {"start": 210.23, "end": 211.03, "word": " some", "probability": 0.84912109375}, {"start": 211.03, "end": 211.75, "word": " larger", "probability": 0.90087890625}], "temperature": 1.0}, {"id": 8, "seek": 24178, "start": 212.74, "end": 241.78, "text": "كمبونت يعني هي ككمبونت انتجر و ال expression و ال function ممكن يدخل في بناء كمبونت اكبر منها فلازم يبقى يعرف ال type ال compiler يبقى يعرف ال type تبعها من أجل انه يتأكد انه هي جاية بال type المناسب في المكان المناسب ف to do type checking ال compiler needs to assign a type expression لو عندي انا", "tokens": [4117, 2304, 3555, 11536, 2655, 37495, 22653, 39896, 9122, 24793, 3555, 11536, 2655, 16472, 2655, 7435, 2288, 4032, 2423, 6114, 4032, 2423, 2445, 3714, 43020, 7251, 3215, 9778, 1211, 8978, 44945, 16606, 9122, 2304, 3555, 11536, 2655, 1975, 4117, 26890, 9154, 11296, 6156, 1211, 31377, 2304, 7251, 3555, 4587, 7578, 37495, 28480, 2423, 2010, 2423, 31958, 7251, 3555, 4587, 7578, 37495, 28480, 2423, 2010, 6055, 3555, 3615, 11296, 9154, 5551, 7435, 1211, 16472, 3224, 7251, 2655, 10721, 4117, 3215, 16472, 3224, 39896, 10874, 995, 10632, 20666, 2010, 9673, 8315, 35457, 8978, 9673, 41361, 9673, 8315, 35457, 6156, 281, 360, 2010, 8568, 2423, 31958, 2203, 281, 6269, 257, 2010, 6114, 45164, 18871, 16254, 1975, 8315], "avg_logprob": -0.2730978183124376, "compression_ratio": 1.8898305084745763, "no_speech_prob": 5.960464477539063e-08, "words": [{"start": 212.74, "end": 213.4, "word": "كمبونت", "probability": 0.552386474609375}, {"start": 213.4, "end": 213.62, "word": " يعني", "probability": 0.5787353515625}, {"start": 213.62, "end": 213.88, "word": " هي", "probability": 0.74462890625}, {"start": 213.88, "end": 215.0, "word": " ككمبونت", "probability": 0.820751953125}, {"start": 215.0, "end": 216.12, "word": " انتجر", "probability": 0.72430419921875}, {"start": 216.12, "end": 216.66, "word": " و", "probability": 0.1702880859375}, {"start": 216.66, "end": 216.72, "word": " ال", "probability": 0.33447265625}, {"start": 216.72, "end": 217.18, "word": " expression", "probability": 0.50390625}, {"start": 217.18, "end": 218.2, "word": " و", "probability": 0.744140625}, {"start": 218.2, "end": 218.4, "word": " ال", "probability": 0.94189453125}, {"start": 218.4, "end": 218.94, "word": " function", "probability": 0.65478515625}, {"start": 218.94, "end": 219.28, "word": " ممكن", "probability": 0.87109375}, {"start": 219.28, "end": 219.76, "word": " يدخل", "probability": 0.990478515625}, {"start": 219.76, "end": 220.0, "word": " في", "probability": 0.892578125}, {"start": 220.0, "end": 220.5, "word": " بناء", "probability": 0.885498046875}, {"start": 220.5, "end": 222.46, "word": " كمبونت", "probability": 0.89501953125}, {"start": 222.46, "end": 222.76, "word": " اكبر", "probability": 0.8875325520833334}, {"start": 222.76, "end": 223.04, "word": " منها", "probability": 0.975341796875}, {"start": 223.04, "end": 223.46, "word": " فلازم", "probability": 0.810546875}, {"start": 223.46, "end": 223.88, "word": " يبقى", "probability": 0.8599853515625}, {"start": 223.88, "end": 224.44, "word": " يعرف", "probability": 0.965576171875}, {"start": 224.44, "end": 224.62, "word": " ال", "probability": 0.84423828125}, {"start": 224.62, "end": 224.82, "word": " type", "probability": 0.83935546875}, {"start": 224.82, "end": 224.98, "word": " ال", "probability": 0.430908203125}, {"start": 224.98, "end": 225.34, "word": " compiler", "probability": 0.9501953125}, {"start": 225.34, "end": 225.64, "word": " يبقى", "probability": 0.768310546875}, {"start": 225.64, "end": 226.1, "word": " يعرف", "probability": 0.80029296875}, {"start": 226.1, "end": 226.24, "word": " ال", "probability": 0.763671875}, {"start": 226.24, "end": 226.4, "word": " type", "probability": 0.9482421875}, {"start": 226.4, "end": 226.92, "word": " تبعها", "probability": 0.8092041015625}, {"start": 226.92, "end": 227.48, "word": " من", "probability": 0.9541015625}, {"start": 227.48, "end": 227.8, "word": " أجل", "probability": 0.8702799479166666}, {"start": 227.8, "end": 228.66, "word": " انه", "probability": 0.889404296875}, {"start": 228.66, "end": 229.28, "word": " يتأكد", "probability": 0.95458984375}, {"start": 229.28, "end": 229.58, "word": " انه", "probability": 0.71826171875}, {"start": 229.58, "end": 229.7, "word": " هي", "probability": 0.705078125}, {"start": 229.7, "end": 230.78, "word": " جاية", "probability": 0.747802734375}, {"start": 230.78, "end": 232.02, "word": " بال", "probability": 0.52294921875}, {"start": 232.02, "end": 232.46, "word": " type", "probability": 0.892578125}, {"start": 232.46, "end": 233.06, "word": " المناسب", "probability": 0.9925130208333334}, {"start": 233.06, "end": 233.22, "word": " في", "probability": 0.919921875}, {"start": 233.22, "end": 233.52, "word": " المكان", "probability": 0.98583984375}, {"start": 233.52, "end": 234.08, "word": " المناسب", "probability": 0.986328125}, {"start": 234.08, "end": 235.82, "word": " ف", "probability": 0.27783203125}, {"start": 235.82, "end": 236.1, "word": " to", "probability": 0.53271484375}, {"start": 236.1, "end": 236.32, "word": " do", "probability": 0.955078125}, {"start": 236.32, "end": 236.56, "word": " type", "probability": 0.92919921875}, {"start": 236.56, "end": 236.9, "word": " checking", "probability": 0.81005859375}, {"start": 236.9, "end": 237.1, "word": " ال", "probability": 0.81591796875}, {"start": 237.1, "end": 237.48, "word": " compiler", "probability": 0.974609375}, {"start": 237.48, "end": 237.86, "word": " needs", "probability": 0.6591796875}, {"start": 237.86, "end": 238.06, "word": " to", "probability": 0.98193359375}, {"start": 238.06, "end": 238.62, "word": " assign", "probability": 0.96728515625}, {"start": 238.62, "end": 238.82, "word": " a", "probability": 0.96630859375}, {"start": 238.82, "end": 239.14, "word": " type", "probability": 0.97509765625}, {"start": 239.14, "end": 239.78, "word": " expression", "probability": 0.9208984375}, {"start": 239.78, "end": 241.2, "word": " لو", "probability": 0.67431640625}, {"start": 241.2, "end": 241.48, "word": " عندي", "probability": 0.850830078125}, {"start": 241.48, "end": 241.78, "word": " انا", "probability": 0.87158203125}], "temperature": 1.0}, {"id": 9, "seek": 27168, "start": 242.22, "end": 271.68, "text": "expression على سبيل المثال فيه الـ type attribute الـ type attribute هذه الـ value تبعها ايش هو ال value تبعها عبارة عن type expression type expression فهذا دور ال compiler انه يعطي لكل component سواء كانت expression سواء كانت variable سواء كانت ايش ما كانت جزئية من جزئية البرنامج يعطيها ال type attribute تبعتها تمام ال compiler must then", "tokens": [3121, 11637, 1004, 77, 15844, 8608, 21292, 1211, 9673, 12984, 6027, 8978, 3224, 2423, 39184, 2010, 19667, 2423, 39184, 2010, 19667, 29538, 2423, 39184, 2158, 6055, 3555, 3615, 11296, 1975, 1829, 8592, 31439, 2423, 2158, 6055, 3555, 3615, 11296, 6225, 3555, 9640, 3660, 18871, 2010, 6114, 2010, 6114, 6156, 3224, 15730, 11778, 13063, 2423, 31958, 16472, 3224, 37495, 9566, 1829, 5296, 28820, 6542, 8608, 2407, 16606, 25961, 2655, 6114, 8608, 2407, 16606, 25961, 2655, 7006, 8608, 2407, 16606, 25961, 2655, 1975, 1829, 8592, 19446, 25961, 2655, 10874, 11622, 19986, 10632, 9154, 10874, 11622, 19986, 10632, 2423, 26890, 8315, 2304, 7435, 37495, 9566, 1829, 11296, 2423, 2010, 19667, 6055, 3555, 34268, 11296, 46811, 10943, 2423, 31958, 1633, 550], "avg_logprob": -0.274894062492807, "compression_ratio": 2.033613445378151, "no_speech_prob": 1.1920928955078125e-07, "words": [{"start": 242.22, "end": 242.96, "word": "expression", "probability": 0.406707763671875}, {"start": 242.96, "end": 243.14, "word": " على", "probability": 0.767578125}, {"start": 243.14, "end": 243.46, "word": " سبيل", "probability": 0.9845377604166666}, {"start": 243.46, "end": 244.0, "word": " المثال", "probability": 0.98876953125}, {"start": 244.0, "end": 244.86, "word": " فيه", "probability": 0.5216064453125}, {"start": 244.86, "end": 245.14, "word": " الـ", "probability": 0.25494384765625}, {"start": 245.14, "end": 245.56, "word": " type", "probability": 0.321044921875}, {"start": 245.56, "end": 246.38, "word": " attribute", "probability": 0.552734375}, {"start": 246.38, "end": 246.68, "word": " الـ", "probability": 0.5030517578125}, {"start": 246.68, "end": 246.86, "word": " type", "probability": 0.73046875}, {"start": 246.86, "end": 247.54, "word": " attribute", "probability": 0.87353515625}, {"start": 247.54, "end": 247.92, "word": " هذه", "probability": 0.564453125}, {"start": 247.92, "end": 248.64, "word": " الـ", "probability": 0.544677734375}, {"start": 248.64, "end": 248.82, "word": " value", "probability": 0.93408203125}, {"start": 248.82, "end": 249.28, "word": " تبعها", "probability": 0.75244140625}, {"start": 249.28, "end": 249.52, "word": " ايش", "probability": 0.6563313802083334}, {"start": 249.52, "end": 249.7, "word": " هو", "probability": 0.8056640625}, {"start": 249.7, "end": 249.92, "word": " ال", "probability": 0.67333984375}, {"start": 249.92, "end": 250.18, "word": " value", "probability": 0.5380859375}, {"start": 250.18, "end": 250.52, "word": " تبعها", "probability": 0.94775390625}, {"start": 250.52, "end": 250.9, "word": " عبارة", "probability": 0.93017578125}, {"start": 250.9, "end": 251.1, "word": " عن", "probability": 0.99560546875}, {"start": 251.1, "end": 251.52, "word": " type", "probability": 0.9033203125}, {"start": 251.52, "end": 252.2, "word": " expression", "probability": 0.90771484375}, {"start": 252.2, "end": 253.16, "word": " type", "probability": 0.79150390625}, {"start": 253.16, "end": 253.88, "word": " expression", "probability": 0.9111328125}, {"start": 253.88, "end": 255.2, "word": " فهذا", "probability": 0.9334309895833334}, {"start": 255.2, "end": 255.54, "word": " دور", "probability": 0.970703125}, {"start": 255.54, "end": 255.68, "word": " ال", "probability": 0.912109375}, {"start": 255.68, "end": 256.18, "word": " compiler", "probability": 0.8115234375}, {"start": 256.18, "end": 256.68, "word": " انه", "probability": 0.77880859375}, {"start": 256.68, "end": 257.04, "word": " يعطي", "probability": 0.96728515625}, {"start": 257.04, "end": 257.56, "word": " لكل", "probability": 0.9306640625}, {"start": 257.56, "end": 258.56, "word": " component", "probability": 0.80615234375}, {"start": 258.56, "end": 258.86, "word": " سواء", "probability": 0.9342447916666666}, {"start": 258.86, "end": 259.16, "word": " كانت", "probability": 0.874755859375}, {"start": 259.16, "end": 259.72, "word": " expression", "probability": 0.763671875}, {"start": 259.72, "end": 260.24, "word": " سواء", "probability": 0.884765625}, {"start": 260.24, "end": 260.62, "word": " كانت", "probability": 0.972900390625}, {"start": 260.62, "end": 261.02, "word": " variable", "probability": 0.88330078125}, {"start": 261.02, "end": 261.62, "word": " سواء", "probability": 0.8738606770833334}, {"start": 261.62, "end": 261.9, "word": " كانت", "probability": 0.983154296875}, {"start": 261.9, "end": 262.06, "word": " ايش", "probability": 0.73095703125}, {"start": 262.06, "end": 262.2, "word": " ما", "probability": 0.90576171875}, {"start": 262.2, "end": 262.54, "word": " كانت", "probability": 0.578125}, {"start": 262.54, "end": 263.38, "word": " جزئية", "probability": 0.653350830078125}, {"start": 263.38, "end": 263.5, "word": " من", "probability": 0.9287109375}, {"start": 263.5, "end": 263.76, "word": " جزئية", "probability": 0.967041015625}, {"start": 263.76, "end": 264.36, "word": " البرنامج", "probability": 0.9275390625}, {"start": 264.36, "end": 265.42, "word": " يعطيها", "probability": 0.8409423828125}, {"start": 265.42, "end": 265.84, "word": " ال", "probability": 0.9619140625}, {"start": 265.84, "end": 266.36, "word": " type", "probability": 0.85302734375}, {"start": 266.36, "end": 267.84, "word": " attribute", "probability": 0.9736328125}, {"start": 267.84, "end": 268.98, "word": " تبعتها", "probability": 0.84130859375}, {"start": 268.98, "end": 270.06, "word": " تمام", "probability": 0.84423828125}, {"start": 270.06, "end": 270.36, "word": " ال", "probability": 0.373046875}, {"start": 270.36, "end": 270.82, "word": " compiler", "probability": 0.96484375}, {"start": 270.82, "end": 271.18, "word": " must", "probability": 0.5546875}, {"start": 271.18, "end": 271.68, "word": " then", "probability": 0.89892578125}], "temperature": 1.0}, {"id": 10, "seek": 30124, "start": 271.92, "end": 301.24, "text": "بعد ما يعرف أو يحدد الـ type تبع ال expression تبع ال component لازم ت determine that these type expressions conform مطابق على ال logical rules اللي على أساسها بيه نتأكد ماذا كان ال component هذه جاي في مكانها الصحيح ولا لأ فاحنا عندنا الصفة عامة لو عندى انا", "tokens": [3555, 22488, 19446, 37495, 28480, 34051, 7251, 24401, 3215, 2423, 39184, 2010, 6055, 3555, 3615, 2423, 6114, 6055, 3555, 3615, 2423, 6542, 5296, 31377, 2304, 6055, 6997, 300, 613, 2010, 15277, 18975, 3714, 9566, 16758, 4587, 15844, 2423, 14978, 4474, 13672, 1829, 15844, 5551, 3794, 32277, 11296, 4724, 1829, 3224, 8717, 2655, 10721, 4117, 3215, 3714, 45636, 995, 25961, 2423, 6542, 29538, 10874, 47302, 8978, 3714, 41361, 11296, 31767, 5016, 1829, 5016, 49429, 5296, 10721, 6156, 39319, 8315, 43242, 8315, 31767, 5172, 3660, 6225, 10943, 3660, 45164, 43242, 7578, 1975, 8315], "avg_logprob": -0.2948369610568751, "compression_ratio": 1.6271186440677967, "no_speech_prob": 0.0, "words": [{"start": 271.92, "end": 272.3, "word": "بعد", "probability": 0.766357421875}, {"start": 272.3, "end": 272.54, "word": " ما", "probability": 0.45068359375}, {"start": 272.54, "end": 273.54, "word": " يعرف", "probability": 0.56597900390625}, {"start": 273.54, "end": 273.82, "word": " أو", "probability": 0.6513671875}, {"start": 273.82, "end": 274.38, "word": " يحدد", "probability": 0.9571940104166666}, {"start": 274.38, "end": 274.54, "word": " الـ", "probability": 0.5322265625}, {"start": 274.54, "end": 274.82, "word": " type", "probability": 0.39697265625}, {"start": 274.82, "end": 275.2, "word": " تبع", "probability": 0.865234375}, {"start": 275.2, "end": 275.34, "word": " ال", "probability": 0.92236328125}, {"start": 275.34, "end": 275.8, "word": " expression", "probability": 0.72412109375}, {"start": 275.8, "end": 276.28, "word": " تبع", "probability": 0.8236490885416666}, {"start": 276.28, "end": 276.46, "word": " ال", "probability": 0.94091796875}, {"start": 276.46, "end": 277.0, "word": " component", "probability": 0.95703125}, {"start": 277.0, "end": 277.9, "word": " لازم", "probability": 0.9661458333333334}, {"start": 277.9, "end": 278.26, "word": " ت", "probability": 0.92041015625}, {"start": 278.26, "end": 278.74, "word": " determine", "probability": 0.73779296875}, {"start": 278.74, "end": 278.98, "word": " that", "probability": 0.398193359375}, {"start": 278.98, "end": 279.32, "word": " these", "probability": 0.6494140625}, {"start": 279.32, "end": 279.7, "word": " type", "probability": 0.7734375}, {"start": 279.7, "end": 280.32, "word": " expressions", "probability": 0.89111328125}, {"start": 280.32, "end": 281.22, "word": " conform", "probability": 0.71435546875}, {"start": 281.22, "end": 283.6, "word": " مطابق", "probability": 0.8067626953125}, {"start": 283.6, "end": 283.86, "word": " على", "probability": 0.2587890625}, {"start": 283.86, "end": 284.28, "word": " ال", "probability": 0.89306640625}, {"start": 284.28, "end": 284.58, "word": " logical", "probability": 0.95849609375}, {"start": 284.58, "end": 285.04, "word": " rules", "probability": 0.8828125}, {"start": 285.04, "end": 285.54, "word": " اللي", "probability": 0.811767578125}, {"start": 285.54, "end": 285.68, "word": " على", "probability": 0.69482421875}, {"start": 285.68, "end": 286.2, "word": " أساسها", "probability": 0.8533935546875}, {"start": 286.2, "end": 286.6, "word": " بيه", "probability": 0.8986002604166666}, {"start": 286.6, "end": 287.22, "word": " نتأكد", "probability": 0.8673828125}, {"start": 287.22, "end": 287.56, "word": " ماذا", "probability": 0.88916015625}, {"start": 287.56, "end": 287.88, "word": " كان", "probability": 0.99462890625}, {"start": 287.88, "end": 289.1, "word": " ال", "probability": 0.87939453125}, {"start": 289.1, "end": 289.84, "word": " component", "probability": 0.98046875}, {"start": 289.84, "end": 290.34, "word": " هذه", "probability": 0.4248046875}, {"start": 290.34, "end": 292.12, "word": " جاي", "probability": 0.86181640625}, {"start": 292.12, "end": 292.28, "word": " في", "probability": 0.939453125}, {"start": 292.28, "end": 294.3, "word": " مكانها", "probability": 0.8748372395833334}, {"start": 294.3, "end": 294.82, "word": " الصحيح", "probability": 0.985107421875}, {"start": 294.82, "end": 294.96, "word": " ولا", "probability": 0.1971435546875}, {"start": 294.96, "end": 295.34, "word": " لأ", "probability": 0.68505859375}, {"start": 295.34, "end": 296.38, "word": " فاحنا", "probability": 0.7057291666666666}, {"start": 296.38, "end": 298.2, "word": " عندنا", "probability": 0.82958984375}, {"start": 298.2, "end": 299.64, "word": " الصفة", "probability": 0.5559895833333334}, {"start": 299.64, "end": 300.08, "word": " عامة", "probability": 0.8056640625}, {"start": 300.08, "end": 300.8, "word": " لو", "probability": 0.8935546875}, {"start": 300.8, "end": 301.06, "word": " عندى", "probability": 0.52294921875}, {"start": 301.06, "end": 301.24, "word": " انا", "probability": 0.7763671875}], "temperature": 1.0}, {"id": 11, "seek": 33029, "start": 303.39, "end": 330.29, "text": "لو عندي مجرد identifier او لو عندي expression او لو عندي function call كل هذه ال components لازم يبقى معروف في ال type طبعا احنا نشوف كيف ال type ال identifiers و ال expressions كيف بينحسب لو ال function calls ال function calls احنا فيها انواعين", "tokens": [1211, 2407, 18871, 16254, 3714, 7435, 2288, 3215, 45690, 1975, 2407, 45164, 18871, 16254, 6114, 1975, 2407, 45164, 18871, 16254, 2445, 818, 28242, 29538, 2423, 6677, 5296, 31377, 2304, 7251, 3555, 4587, 7578, 20449, 32887, 5172, 8978, 2423, 2010, 23032, 3555, 3615, 995, 1975, 5016, 8315, 8717, 8592, 38688, 9122, 33911, 2423, 2010, 2423, 2473, 23463, 4032, 2423, 15277, 9122, 33911, 4724, 9957, 5016, 35457, 45164, 2423, 2445, 5498, 2423, 2445, 5498, 1975, 5016, 8315, 8978, 11296, 16472, 14407, 3615, 9957], "avg_logprob": -0.3239329177431944, "compression_ratio": 1.8072916666666667, "no_speech_prob": 5.960464477539063e-08, "words": [{"start": 303.39000000000004, "end": 304.17, "word": "لو", "probability": 0.6424560546875}, {"start": 304.17, "end": 304.55, "word": " عندي", "probability": 0.59014892578125}, {"start": 304.55, "end": 306.53, "word": " مجرد", "probability": 0.83428955078125}, {"start": 306.53, "end": 307.39, "word": " identifier", "probability": 0.93212890625}, {"start": 307.39, "end": 308.25, "word": " او", "probability": 0.7064208984375}, {"start": 308.25, "end": 308.35, "word": " لو", "probability": 0.9091796875}, {"start": 308.35, "end": 308.55, "word": " عندي", "probability": 0.9091796875}, {"start": 308.55, "end": 309.11, "word": " expression", "probability": 0.7568359375}, {"start": 309.11, "end": 311.89, "word": " او", "probability": 0.929931640625}, {"start": 311.89, "end": 311.99, "word": " لو", "probability": 0.98876953125}, {"start": 311.99, "end": 312.29, "word": " عندي", "probability": 0.948486328125}, {"start": 312.29, "end": 312.71, "word": " function", "probability": 0.9208984375}, {"start": 312.71, "end": 313.15, "word": " call", "probability": 0.822265625}, {"start": 313.15, "end": 317.37, "word": " كل", "probability": 0.79296875}, {"start": 317.37, "end": 317.85, "word": " هذه", "probability": 0.84814453125}, {"start": 317.85, "end": 318.29, "word": " ال", "probability": 0.87548828125}, {"start": 318.29, "end": 319.55, "word": " components", "probability": 0.8095703125}, {"start": 319.55, "end": 320.65, "word": " لازم", "probability": 0.9767252604166666}, {"start": 320.65, "end": 320.93, "word": " يبقى", "probability": 0.74932861328125}, {"start": 320.93, "end": 321.29, "word": " معروف", "probability": 0.9931640625}, {"start": 321.29, "end": 321.39, "word": " في", "probability": 0.5263671875}, {"start": 321.39, "end": 321.45, "word": " ال", "probability": 0.72314453125}, {"start": 321.45, "end": 321.67, "word": " type", "probability": 0.73583984375}, {"start": 321.67, "end": 322.07, "word": " طبعا", "probability": 0.761810302734375}, {"start": 322.07, "end": 322.93, "word": " احنا", "probability": 0.7141927083333334}, {"start": 322.93, "end": 323.17, "word": " نشوف", "probability": 0.815673828125}, {"start": 323.17, "end": 323.69, "word": " كيف", "probability": 0.6912841796875}, {"start": 323.69, "end": 324.05, "word": " ال", "probability": 0.89892578125}, {"start": 324.05, "end": 324.31, "word": " type", "probability": 0.869140625}, {"start": 324.31, "end": 324.47, "word": " ال", "probability": 0.72412109375}, {"start": 324.47, "end": 325.05, "word": " identifiers", "probability": 0.68408203125}, {"start": 325.05, "end": 325.23, "word": " و", "probability": 0.83642578125}, {"start": 325.23, "end": 325.29, "word": " ال", "probability": 0.78271484375}, {"start": 325.29, "end": 325.73, "word": " expressions", "probability": 0.9619140625}, {"start": 325.73, "end": 326.11, "word": " كيف", "probability": 0.830078125}, {"start": 326.11, "end": 326.73, "word": " بينحسب", "probability": 0.685546875}, {"start": 326.73, "end": 327.43, "word": " لو", "probability": 0.84228515625}, {"start": 327.43, "end": 327.69, "word": " ال", "probability": 0.49951171875}, {"start": 327.69, "end": 327.95, "word": " function", "probability": 0.91943359375}, {"start": 327.95, "end": 328.37, "word": " calls", "probability": 0.57568359375}, {"start": 328.37, "end": 328.55, "word": " ال", "probability": 0.2452392578125}, {"start": 328.55, "end": 328.85, "word": " function", "probability": 0.89453125}, {"start": 328.85, "end": 329.25, "word": " calls", "probability": 0.91162109375}, {"start": 329.25, "end": 329.45, "word": " احنا", "probability": 0.80322265625}, {"start": 329.45, "end": 329.69, "word": " فيها", "probability": 0.912353515625}, {"start": 329.69, "end": 330.29, "word": " انواعين", "probability": 0.65130615234375}], "temperature": 1.0}, {"id": 12, "seek": 35635, "start": 330.63, "end": 356.35, "text": "هنا في بعض اللغات تعمل declaration أو تشترط وجود declaration يعني أنا لا أستطيع استخدام أي variable أو أي function إلا إذا عملت declaration لها ففي هذه الحالات إذا كان لدي declaration وعندي function ال type هو ال type اللي declared يعني انا بيعرف function في ال C", "tokens": [3224, 8315, 8978, 45030, 11242, 13672, 17082, 9307, 6055, 25957, 1211, 27606, 34051, 6055, 8592, 2655, 2288, 9566, 49610, 23328, 27606, 37495, 22653, 41850, 20193, 5551, 14851, 9566, 40228, 44713, 9778, 3215, 10943, 36632, 7006, 34051, 36632, 2445, 11933, 15040, 11933, 15730, 6225, 42213, 2655, 27606, 5296, 11296, 6156, 41185, 29538, 21542, 6027, 9307, 11933, 15730, 25961, 5296, 16254, 27606, 4032, 3615, 1863, 16254, 2445, 2423, 2010, 31439, 2423, 2010, 13672, 1829, 15489, 37495, 22653, 1975, 8315, 4724, 40228, 28480, 2445, 8978, 2423, 383], "avg_logprob": -0.5011029439813951, "compression_ratio": 1.8037383177570094, "no_speech_prob": 5.960464477539063e-08, "words": [{"start": 330.63, "end": 330.91, "word": "هنا", "probability": 0.4522705078125}, {"start": 330.91, "end": 330.91, "word": " في", "probability": 0.272216796875}, {"start": 330.91, "end": 332.57, "word": " بعض", "probability": 0.912353515625}, {"start": 332.57, "end": 333.05, "word": " اللغات", "probability": 0.98974609375}, {"start": 333.05, "end": 333.69, "word": " تعمل", "probability": 0.5344645182291666}, {"start": 333.69, "end": 334.19, "word": " declaration", "probability": 0.17724609375}, {"start": 334.19, "end": 334.53, "word": " أو", "probability": 0.407958984375}, {"start": 334.53, "end": 335.25, "word": " تشترط", "probability": 0.8123046875}, {"start": 335.25, "end": 336.35, "word": " وجود", "probability": 0.964599609375}, {"start": 336.35, "end": 336.99, "word": " declaration", "probability": 0.615234375}, {"start": 336.99, "end": 337.57, "word": " يعني", "probability": 0.819580078125}, {"start": 337.57, "end": 337.87, "word": " أنا", "probability": 0.441650390625}, {"start": 337.87, "end": 338.03, "word": " لا", "probability": 0.54638671875}, {"start": 338.03, "end": 338.47, "word": " أستطيع", "probability": 0.85272216796875}, {"start": 338.47, "end": 339.09, "word": " استخدام", "probability": 0.829833984375}, {"start": 339.09, "end": 339.29, "word": " أي", "probability": 0.88623046875}, {"start": 339.29, "end": 339.77, "word": " variable", "probability": 0.8642578125}, {"start": 339.77, "end": 340.43, "word": " أو", "probability": 0.87158203125}, {"start": 340.43, "end": 340.65, "word": " أي", "probability": 0.86767578125}, {"start": 340.65, "end": 341.09, "word": " function", "probability": 0.947265625}, {"start": 341.09, "end": 341.49, "word": " إلا", "probability": 0.910400390625}, {"start": 341.49, "end": 341.77, "word": " إذا", "probability": 0.967041015625}, {"start": 341.77, "end": 342.47, "word": " عملت", "probability": 0.7923177083333334}, {"start": 342.47, "end": 343.17, "word": " declaration", "probability": 0.7255859375}, {"start": 343.17, "end": 344.35, "word": " لها", "probability": 0.7001953125}, {"start": 344.35, "end": 345.41, "word": " ففي", "probability": 0.6170654296875}, {"start": 345.41, "end": 345.61, "word": " هذه", "probability": 0.880859375}, {"start": 345.61, "end": 346.23, "word": " الحالات", "probability": 0.9322916666666666}, {"start": 346.23, "end": 346.67, "word": " إذا", "probability": 0.571533203125}, {"start": 346.67, "end": 346.93, "word": " كان", "probability": 0.55810546875}, {"start": 346.93, "end": 347.25, "word": " لدي", "probability": 0.7578125}, {"start": 347.25, "end": 347.85, "word": " declaration", "probability": 0.70751953125}, {"start": 347.85, "end": 348.85, "word": " وعندي", "probability": 0.597991943359375}, {"start": 348.85, "end": 349.27, "word": " function", "probability": 0.93408203125}, {"start": 349.27, "end": 350.27, "word": " ال", "probability": 0.260498046875}, {"start": 350.27, "end": 350.63, "word": " type", "probability": 0.38037109375}, {"start": 350.63, "end": 351.63, "word": " هو", "probability": 0.201904296875}, {"start": 351.63, "end": 352.83, "word": " ال", "probability": 0.71337890625}, {"start": 352.83, "end": 353.21, "word": " type", "probability": 0.6640625}, {"start": 353.21, "end": 353.57, "word": " اللي", "probability": 0.727294921875}, {"start": 353.57, "end": 354.21, "word": " declared", "probability": 0.137939453125}, {"start": 354.21, "end": 354.53, "word": " يعني", "probability": 0.760986328125}, {"start": 354.53, "end": 354.79, "word": " انا", "probability": 0.35546875}, {"start": 354.79, "end": 355.43, "word": " بيعرف", "probability": 0.608154296875}, {"start": 355.43, "end": 355.85, "word": " function", "probability": 0.7197265625}, {"start": 355.85, "end": 356.07, "word": " في", "probability": 0.8896484375}, {"start": 356.07, "end": 356.21, "word": " ال", "probability": 0.495361328125}, {"start": 356.21, "end": 356.35, "word": " C", "probability": 0.3154296875}], "temperature": 1.0}, {"id": 13, "seek": 38916, "start": 360.54, "end": 389.16, "text": "إنتجر X خلاص هنا نعرف ال return type تبع ال function هو ال type تبعها ال return type هي بتلجأ integer فال integer هذا هو ال type تبعها لأن بعد كده لما أنا أستدعيها أقول مثلا Y بيساوي Y زائد F of X هذا ال operator على الطرف اليمين و على الطرف الشمال بده two operands من نفس النوع", "tokens": [28814, 29399, 7435, 2288, 1783, 16490, 1211, 33546, 34105, 8717, 3615, 28480, 2423, 2736, 2010, 6055, 3555, 3615, 2423, 2445, 31439, 2423, 2010, 6055, 3555, 3615, 11296, 2423, 2736, 2010, 39896, 39894, 1211, 7435, 10721, 24922, 6156, 6027, 24922, 23758, 31439, 2423, 2010, 6055, 3555, 3615, 11296, 5296, 33456, 39182, 9122, 3215, 3224, 5296, 15042, 41850, 5551, 14851, 3215, 3615, 1829, 11296, 5551, 39648, 50113, 15040, 398, 4724, 1829, 3794, 995, 45865, 398, 30767, 16373, 3215, 479, 295, 1783, 23758, 2423, 12973, 15844, 41950, 28480, 2423, 32640, 9957, 4032, 15844, 41950, 28480, 25124, 2304, 6027, 47525, 3224, 732, 2208, 2967, 9154, 8717, 36178, 28239, 45367], "avg_logprob": -0.28832545820272193, "compression_ratio": 1.7295081967213115, "no_speech_prob": 4.76837158203125e-07, "words": [{"start": 360.53999999999996, "end": 361.26, "word": "إنتجر", "probability": 0.6891860961914062}, {"start": 361.26, "end": 361.62, "word": " X", "probability": 0.767578125}, {"start": 361.62, "end": 363.86, "word": " خلاص", "probability": 0.6921793619791666}, {"start": 363.86, "end": 364.06, "word": " هنا", "probability": 0.72705078125}, {"start": 364.06, "end": 364.46, "word": " نعرف", "probability": 0.72900390625}, {"start": 364.46, "end": 364.66, "word": " ال", "probability": 0.72607421875}, {"start": 364.66, "end": 365.02, "word": " return", "probability": 0.74951171875}, {"start": 365.02, "end": 365.34, "word": " type", "probability": 0.95068359375}, {"start": 365.34, "end": 365.58, "word": " تبع", "probability": 0.7440592447916666}, {"start": 365.58, "end": 365.72, "word": " ال", "probability": 0.64990234375}, {"start": 365.72, "end": 366.02, "word": " function", "probability": 0.77099609375}, {"start": 366.02, "end": 366.36, "word": " هو", "probability": 0.9375}, {"start": 366.36, "end": 366.66, "word": " ال", "probability": 0.81787109375}, {"start": 366.66, "end": 366.9, "word": " type", "probability": 0.91357421875}, {"start": 366.9, "end": 367.38, "word": " تبعها", "probability": 0.81884765625}, {"start": 367.38, "end": 368.14, "word": " ال", "probability": 0.8173828125}, {"start": 368.14, "end": 368.5, "word": " return", "probability": 0.9794921875}, {"start": 368.5, "end": 368.82, "word": " type", "probability": 0.9462890625}, {"start": 368.82, "end": 368.98, "word": " هي", "probability": 0.59521484375}, {"start": 368.98, "end": 369.62, "word": " بتلجأ", "probability": 0.63006591796875}, {"start": 369.62, "end": 370.38, "word": " integer", "probability": 0.392578125}, {"start": 370.38, "end": 370.88, "word": " فال", "probability": 0.826171875}, {"start": 370.88, "end": 371.24, "word": " integer", "probability": 0.95361328125}, {"start": 371.24, "end": 371.48, "word": " هذا", "probability": 0.74267578125}, {"start": 371.48, "end": 371.64, "word": " هو", "probability": 0.98681640625}, {"start": 371.64, "end": 371.74, "word": " ال", "probability": 0.95947265625}, {"start": 371.74, "end": 371.94, "word": " type", "probability": 0.96875}, {"start": 371.94, "end": 372.52, "word": " تبعها", "probability": 0.9564208984375}, {"start": 372.52, "end": 373.04, "word": " لأن", "probability": 0.800537109375}, {"start": 373.04, "end": 373.28, "word": " بعد", "probability": 0.6630859375}, {"start": 373.28, "end": 373.54, "word": " كده", "probability": 0.83740234375}, {"start": 373.54, "end": 373.72, "word": " لما", "probability": 0.566162109375}, {"start": 373.72, "end": 373.88, "word": " أنا", "probability": 0.54931640625}, {"start": 373.88, "end": 374.56, "word": " أستدعيها", "probability": 0.8827311197916666}, {"start": 374.56, "end": 375.1, "word": " أقول", "probability": 0.849853515625}, {"start": 375.1, "end": 375.36, "word": " مثلا", "probability": 0.780029296875}, {"start": 375.36, "end": 375.7, "word": " Y", "probability": 0.68212890625}, {"start": 375.7, "end": 376.32, "word": " بيساوي", "probability": 0.788525390625}, {"start": 376.32, "end": 376.7, "word": " Y", "probability": 0.446044921875}, {"start": 376.7, "end": 377.16, "word": " زائد", "probability": 0.81591796875}, {"start": 377.16, "end": 377.6, "word": " F", "probability": 0.82275390625}, {"start": 377.6, "end": 378.06, "word": " of", "probability": 0.9296875}, {"start": 378.06, "end": 379.08, "word": " X", "probability": 0.99267578125}, {"start": 379.08, "end": 381.32, "word": " هذا", "probability": 0.712890625}, {"start": 381.32, "end": 381.48, "word": " ال", "probability": 0.96630859375}, {"start": 381.48, "end": 381.94, "word": " operator", "probability": 0.9833984375}, {"start": 381.94, "end": 382.6, "word": " على", "probability": 0.9296875}, {"start": 382.6, "end": 383.0, "word": " الطرف", "probability": 0.7152099609375}, {"start": 383.0, "end": 383.48, "word": " اليمين", "probability": 0.892578125}, {"start": 383.48, "end": 383.62, "word": " و", "probability": 0.3349609375}, {"start": 383.62, "end": 383.74, "word": " على", "probability": 0.6689453125}, {"start": 383.74, "end": 384.0, "word": " الطرف", "probability": 0.960693359375}, {"start": 384.0, "end": 384.4, "word": " الشمال", "probability": 0.9619140625}, {"start": 384.4, "end": 384.94, "word": " بده", "probability": 0.80810546875}, {"start": 384.94, "end": 386.74, "word": " two", "probability": 0.446533203125}, {"start": 386.74, "end": 387.64, "word": " operands", "probability": 0.822265625}, {"start": 387.64, "end": 388.46, "word": " من", "probability": 0.94482421875}, {"start": 388.46, "end": 388.78, "word": " نفس", "probability": 0.99755859375}, {"start": 388.78, "end": 389.16, "word": " النوع", "probability": 0.8466796875}], "temperature": 1.0}, {"id": 14, "seek": 41807, "start": 389.69, "end": 418.07, "text": "فإيش نوع هذا الـ Ship؟ هذا الـ Y-Identifier وهذه F، إيش نوعها؟ نوعها اللي هو الـ Return Type تبعها، مظبوط؟ فالمسألة واضحة، على هذا الأساس، هم بيقولوا إذا كان .. إذا كان F is a function ف .. او .. او .. فالـ F of X الـ Type تبع T هو الـ Return Type تبع F إذا F معرفة إنها بتاخد متغير X", "tokens": [5172, 28814, 1829, 8592, 8717, 45367, 23758, 2423, 39184, 38407, 22807, 23758, 2423, 39184, 398, 12, 42739, 317, 9902, 37037, 24192, 479, 12399, 11933, 1829, 8592, 8717, 45367, 11296, 22807, 8717, 45367, 11296, 13672, 1829, 31439, 2423, 39184, 24350, 15576, 6055, 3555, 3615, 11296, 12399, 3714, 19913, 3555, 2407, 9566, 22807, 6156, 45340, 3794, 10721, 37977, 4032, 46958, 5016, 3660, 12399, 15844, 23758, 16247, 3794, 32277, 12399, 8032, 2304, 4724, 1829, 39648, 14407, 11933, 15730, 25961, 4386, 11933, 15730, 25961, 479, 307, 257, 2445, 6156, 4386, 1975, 2407, 4386, 1975, 2407, 4386, 6156, 6027, 39184, 479, 295, 1783, 2423, 39184, 15576, 6055, 3555, 3615, 314, 31439, 2423, 39184, 24350, 15576, 6055, 3555, 3615, 479, 11933, 15730, 479, 20449, 28480, 3660, 36145, 11296, 39894, 47283, 3215, 44650, 17082, 13546, 1783], "avg_logprob": -0.36850962845178753, "compression_ratio": 1.7410358565737052, "no_speech_prob": 0.0, "words": [{"start": 389.69, "end": 390.05, "word": "فإيش", "probability": 0.56378173828125}, {"start": 390.05, "end": 390.33, "word": " نوع", "probability": 0.986083984375}, {"start": 390.33, "end": 390.73, "word": " هذا", "probability": 0.8896484375}, {"start": 390.73, "end": 390.91, "word": " الـ", "probability": 0.560302734375}, {"start": 390.91, "end": 391.97, "word": " Ship؟", "probability": 0.32958984375}, {"start": 391.97, "end": 392.17, "word": " هذا", "probability": 0.431396484375}, {"start": 392.17, "end": 392.81, "word": " الـ", "probability": 0.525634765625}, {"start": 392.81, "end": 393.17, "word": " Y", "probability": 0.6142578125}, {"start": 393.17, "end": 394.09, "word": "-Identifier", "probability": 0.66168212890625}, {"start": 394.09, "end": 395.79, "word": " وهذه", "probability": 0.48992919921875}, {"start": 395.79, "end": 396.23, "word": " F،", "probability": 0.308624267578125}, {"start": 396.23, "end": 396.47, "word": " إيش", "probability": 0.7411295572916666}, {"start": 396.47, "end": 396.89, "word": " نوعها؟", "probability": 0.9671630859375}, {"start": 396.89, "end": 397.29, "word": " نوعها", "probability": 0.9200846354166666}, {"start": 397.29, "end": 397.43, "word": " اللي", "probability": 0.744384765625}, {"start": 397.43, "end": 397.55, "word": " هو", "probability": 0.85595703125}, {"start": 397.55, "end": 397.63, "word": " الـ", "probability": 0.6175537109375}, {"start": 397.63, "end": 397.87, "word": " Return", "probability": 0.53857421875}, {"start": 397.87, "end": 398.15, "word": " Type", "probability": 0.62109375}, {"start": 398.15, "end": 398.69, "word": " تبعها،", "probability": 0.753759765625}, {"start": 398.69, "end": 400.13, "word": " مظبوط؟", "probability": 0.803955078125}, {"start": 400.13, "end": 401.21, "word": " فالمسألة", "probability": 0.86904296875}, {"start": 401.21, "end": 401.67, "word": " واضحة،", "probability": 0.786083984375}, {"start": 401.67, "end": 401.83, "word": " على", "probability": 0.86767578125}, {"start": 401.83, "end": 402.03, "word": " هذا", "probability": 0.55078125}, {"start": 402.03, "end": 402.53, "word": " الأساس،", "probability": 0.82720947265625}, {"start": 402.53, "end": 402.63, "word": " هم", "probability": 0.329345703125}, {"start": 402.63, "end": 402.87, "word": " بيقولوا", "probability": 0.7591552734375}, {"start": 402.87, "end": 403.39, "word": " إذا", "probability": 0.859375}, {"start": 403.39, "end": 403.85, "word": " كان", "probability": 0.7939453125}, {"start": 403.85, "end": 404.23, "word": " ..", "probability": 0.162353515625}, {"start": 404.23, "end": 404.65, "word": " إذا", "probability": 0.9638671875}, {"start": 404.65, "end": 404.99, "word": " كان", "probability": 0.99462890625}, {"start": 404.99, "end": 405.29, "word": " F", "probability": 0.841796875}, {"start": 405.29, "end": 405.47, "word": " is", "probability": 0.7236328125}, {"start": 405.47, "end": 405.61, "word": " a", "probability": 0.97216796875}, {"start": 405.61, "end": 406.03, "word": " function", "probability": 0.89501953125}, {"start": 406.03, "end": 406.27, "word": " ف", "probability": 0.56640625}, {"start": 406.27, "end": 406.53, "word": " ..", "probability": 0.67236328125}, {"start": 406.53, "end": 406.75, "word": " او", "probability": 0.7802734375}, {"start": 406.75, "end": 407.07, "word": " ..", "probability": 0.79296875}, {"start": 407.07, "end": 407.07, "word": " او", "probability": 0.791259765625}, {"start": 407.07, "end": 407.43, "word": " ..", "probability": 0.8984375}, {"start": 407.43, "end": 408.55, "word": " فالـ", "probability": 0.4208170572916667}, {"start": 408.55, "end": 408.87, "word": " F", "probability": 0.71435546875}, {"start": 408.87, "end": 409.07, "word": " of", "probability": 0.82373046875}, {"start": 409.07, "end": 409.47, "word": " X", "probability": 0.9833984375}, {"start": 409.47, "end": 410.71, "word": " الـ", "probability": 0.54791259765625}, {"start": 410.71, "end": 410.91, "word": " Type", "probability": 0.31982421875}, {"start": 410.91, "end": 411.23, "word": " تبع", "probability": 0.9412434895833334}, {"start": 411.23, "end": 411.81, "word": " T", "probability": 0.497802734375}, {"start": 411.81, "end": 412.09, "word": " هو", "probability": 0.95703125}, {"start": 412.09, "end": 412.29, "word": " الـ", "probability": 0.861328125}, {"start": 412.29, "end": 412.57, "word": " Return", "probability": 0.9169921875}, {"start": 412.57, "end": 412.87, "word": " Type", "probability": 0.953125}, {"start": 412.87, "end": 413.15, "word": " تبع", "probability": 0.9339192708333334}, {"start": 413.15, "end": 413.47, "word": " F", "probability": 0.96826171875}, {"start": 413.47, "end": 413.85, "word": " إذا", "probability": 0.817138671875}, {"start": 413.85, "end": 414.11, "word": " F", "probability": 0.8642578125}, {"start": 414.11, "end": 414.65, "word": " معرفة", "probability": 0.9064127604166666}, {"start": 414.65, "end": 415.01, "word": " إنها", "probability": 0.8408203125}, {"start": 415.01, "end": 416.11, "word": " بتاخد", "probability": 0.8033854166666666}, {"start": 416.11, "end": 416.87, "word": " متغير", "probability": 0.9713541666666666}, {"start": 416.87, "end": 418.07, "word": " X", "probability": 0.806640625}], "temperature": 1.0}, {"id": 15, "seek": 44226, "start": 418.46, "end": 442.26, "text": "من نوع S وبتعطي output من نوع T إذ جاء هذا ال expression استدعاء ال function على هذا المتغير ال type تبع هذا الكلام هو T خلاص قضية بدهية فمافيش فيها اي تعقيد لما نكون في عندى لما نكون في عندى انا function", "tokens": [27842, 8717, 45367, 318, 46599, 2655, 3615, 9566, 1829, 5598, 9154, 8717, 45367, 314, 11933, 8848, 10874, 16606, 23758, 2423, 6114, 44713, 3215, 3615, 16606, 2423, 2445, 15844, 23758, 9673, 2655, 17082, 13546, 2423, 2010, 6055, 3555, 3615, 23758, 2423, 28820, 10943, 31439, 314, 16490, 1211, 33546, 12174, 11242, 10632, 47525, 3224, 10632, 6156, 15042, 41185, 8592, 8978, 11296, 1975, 1829, 37279, 4587, 25708, 5296, 15042, 8717, 30544, 8978, 43242, 7578, 5296, 15042, 8717, 30544, 8978, 43242, 7578, 1975, 8315, 2445], "avg_logprob": -0.2543826230415484, "compression_ratio": 1.635, "no_speech_prob": 0.0, "words": [{"start": 418.46, "end": 418.72, "word": "من", "probability": 0.6044921875}, {"start": 418.72, "end": 419.18, "word": " نوع", "probability": 0.947509765625}, {"start": 419.18, "end": 419.7, "word": " S", "probability": 0.6826171875}, {"start": 419.7, "end": 421.86, "word": " وبتعطي", "probability": 0.76962890625}, {"start": 421.86, "end": 422.18, "word": " output", "probability": 0.9521484375}, {"start": 422.18, "end": 422.5, "word": " من", "probability": 0.966796875}, {"start": 422.5, "end": 422.74, "word": " نوع", "probability": 0.983154296875}, {"start": 422.74, "end": 423.18, "word": " T", "probability": 0.96728515625}, {"start": 423.18, "end": 424.22, "word": " إذ", "probability": 0.480224609375}, {"start": 424.22, "end": 424.54, "word": " جاء", "probability": 0.86083984375}, {"start": 424.54, "end": 425.1, "word": " هذا", "probability": 0.242919921875}, {"start": 425.1, "end": 425.24, "word": " ال", "probability": 0.84228515625}, {"start": 425.24, "end": 425.7, "word": " expression", "probability": 0.771484375}, {"start": 425.7, "end": 427.42, "word": " استدعاء", "probability": 0.875244140625}, {"start": 427.42, "end": 427.56, "word": " ال", "probability": 0.962890625}, {"start": 427.56, "end": 427.9, "word": " function", "probability": 0.87109375}, {"start": 427.9, "end": 428.4, "word": " على", "probability": 0.8544921875}, {"start": 428.4, "end": 428.7, "word": " هذا", "probability": 0.9345703125}, {"start": 428.7, "end": 429.44, "word": " المتغير", "probability": 0.9818115234375}, {"start": 429.44, "end": 430.24, "word": " ال", "probability": 0.76513671875}, {"start": 430.24, "end": 430.62, "word": " type", "probability": 0.91748046875}, {"start": 430.62, "end": 430.94, "word": " تبع", "probability": 0.8098958333333334}, {"start": 430.94, "end": 431.2, "word": " هذا", "probability": 0.90673828125}, {"start": 431.2, "end": 431.62, "word": " الكلام", "probability": 0.9493815104166666}, {"start": 431.62, "end": 431.88, "word": " هو", "probability": 0.9296875}, {"start": 431.88, "end": 432.16, "word": " T", "probability": 0.927734375}, {"start": 432.16, "end": 432.6, "word": " خلاص", "probability": 0.7918294270833334}, {"start": 432.6, "end": 432.92, "word": " قضية", "probability": 0.8455403645833334}, {"start": 432.92, "end": 433.48, "word": " بدهية", "probability": 0.8038736979166666}, {"start": 433.48, "end": 436.08, "word": " فمافيش", "probability": 0.75653076171875}, {"start": 436.08, "end": 436.44, "word": " فيها", "probability": 0.775390625}, {"start": 436.44, "end": 436.86, "word": " اي", "probability": 0.608642578125}, {"start": 436.86, "end": 438.46, "word": " تعقيد", "probability": 0.9002278645833334}, {"start": 438.46, "end": 439.28, "word": " لما", "probability": 0.880859375}, {"start": 439.28, "end": 439.68, "word": " نكون", "probability": 0.801025390625}, {"start": 439.68, "end": 439.9, "word": " في", "probability": 0.9423828125}, {"start": 439.9, "end": 440.46, "word": " عندى", "probability": 0.556640625}, {"start": 440.46, "end": 440.74, "word": " لما", "probability": 0.6766357421875}, {"start": 440.74, "end": 441.02, "word": " نكون", "probability": 0.9873046875}, {"start": 441.02, "end": 441.18, "word": " في", "probability": 0.91845703125}, {"start": 441.18, "end": 441.6, "word": " عندى", "probability": 0.653076171875}, {"start": 441.6, "end": 441.82, "word": " انا", "probability": 0.6990966796875}, {"start": 441.82, "end": 442.26, "word": " function", "probability": 0.892578125}], "temperature": 1.0}, {"id": 16, "seek": 47188, "start": 443.2, "end": 471.88, "text": "أو لغة ما بتسمح ب .. بتسمح بعدم التعريف يعني أن أستخدم verbs بدون declaration ففي هذا الحالة ال return type تبع ال function ال return type تبع ال function أخر statement في ال function يعني F و أخدت متغير وبعد كده return some variable S ال variable S يعني ال return type تبعه هو ال type تبع ال function فاحنا we can imply", "tokens": [10721, 2407, 5296, 17082, 3660, 19446, 39894, 38251, 5016, 4724, 4386, 39894, 38251, 5016, 4724, 22488, 2304, 16712, 3615, 16572, 5172, 37495, 22653, 14739, 5551, 14851, 9778, 40448, 30051, 47525, 11536, 27606, 6156, 41185, 23758, 21542, 6027, 3660, 2423, 2736, 2010, 6055, 3555, 3615, 2423, 2445, 2423, 2736, 2010, 6055, 3555, 3615, 2423, 2445, 5551, 34740, 5629, 8978, 2423, 2445, 37495, 22653, 479, 4032, 5551, 9778, 3215, 2655, 44650, 17082, 13546, 46599, 22488, 9122, 3215, 3224, 2736, 512, 7006, 318, 2423, 7006, 318, 37495, 22653, 2423, 2736, 2010, 6055, 3555, 3615, 3224, 31439, 2423, 2010, 6055, 3555, 3615, 2423, 2445, 6156, 39319, 8315, 321, 393, 33616], "avg_logprob": -0.2599299210254277, "compression_ratio": 1.8464730290456433, "no_speech_prob": 0.0, "words": [{"start": 443.2, "end": 443.66, "word": "أو", "probability": 0.6275634765625}, {"start": 443.66, "end": 443.96, "word": " لغة", "probability": 0.9812825520833334}, {"start": 443.96, "end": 444.08, "word": " ما", "probability": 0.373779296875}, {"start": 444.08, "end": 444.62, "word": " بتسمح", "probability": 0.9454752604166666}, {"start": 444.62, "end": 444.74, "word": " ب", "probability": 0.74462890625}, {"start": 444.74, "end": 444.74, "word": " ..", "probability": 0.1102294921875}, {"start": 444.74, "end": 445.32, "word": " بتسمح", "probability": 0.93212890625}, {"start": 445.32, "end": 446.16, "word": " بعدم", "probability": 0.783203125}, {"start": 446.16, "end": 446.84, "word": " التعريف", "probability": 0.9754638671875}, {"start": 446.84, "end": 447.04, "word": " يعني", "probability": 0.6292724609375}, {"start": 447.04, "end": 447.86, "word": " أن", "probability": 0.1968994140625}, {"start": 447.86, "end": 448.28, "word": " أستخدم", "probability": 0.7933349609375}, {"start": 448.28, "end": 448.64, "word": " verbs", "probability": 0.109375}, {"start": 448.64, "end": 449.5, "word": " بدون", "probability": 0.96630859375}, {"start": 449.5, "end": 450.06, "word": " declaration", "probability": 0.7607421875}, {"start": 450.06, "end": 450.72, "word": " ففي", "probability": 0.8857421875}, {"start": 450.72, "end": 450.88, "word": " هذا", "probability": 0.5888671875}, {"start": 450.88, "end": 451.54, "word": " الحالة", "probability": 0.9495442708333334}, {"start": 451.54, "end": 452.02, "word": " ال", "probability": 0.724609375}, {"start": 452.02, "end": 452.44, "word": " return", "probability": 0.93017578125}, {"start": 452.44, "end": 452.86, "word": " type", "probability": 0.970703125}, {"start": 452.86, "end": 453.14, "word": " تبع", "probability": 0.9397786458333334}, {"start": 453.14, "end": 453.28, "word": " ال", "probability": 0.94580078125}, {"start": 453.28, "end": 453.68, "word": " function", "probability": 0.90869140625}, {"start": 453.68, "end": 453.98, "word": " ال", "probability": 0.6826171875}, {"start": 453.98, "end": 454.28, "word": " return", "probability": 0.98193359375}, {"start": 454.28, "end": 454.56, "word": " type", "probability": 0.98193359375}, {"start": 454.56, "end": 454.8, "word": " تبع", "probability": 0.97705078125}, {"start": 454.8, "end": 454.92, "word": " ال", "probability": 0.96337890625}, {"start": 454.92, "end": 455.26, "word": " function", "probability": 0.95849609375}, {"start": 455.26, "end": 455.7, "word": " أخر", "probability": 0.869140625}, {"start": 455.7, "end": 456.58, "word": " statement", "probability": 0.9033203125}, {"start": 456.58, "end": 456.82, "word": " في", "probability": 0.841796875}, {"start": 456.82, "end": 456.92, "word": " ال", "probability": 0.95556640625}, {"start": 456.92, "end": 457.22, "word": " function", "probability": 0.86669921875}, {"start": 457.22, "end": 457.46, "word": " يعني", "probability": 0.68017578125}, {"start": 457.46, "end": 457.82, "word": " F", "probability": 0.56201171875}, {"start": 457.82, "end": 458.96, "word": " و", "probability": 0.485107421875}, {"start": 458.96, "end": 459.74, "word": " أخدت", "probability": 0.706024169921875}, {"start": 459.74, "end": 460.62, "word": " متغير", "probability": 0.9671223958333334}, {"start": 460.62, "end": 460.94, "word": " وبعد", "probability": 0.65380859375}, {"start": 460.94, "end": 461.14, "word": " كده", "probability": 0.7032470703125}, {"start": 461.14, "end": 461.78, "word": " return", "probability": 0.86669921875}, {"start": 461.78, "end": 463.44, "word": " some", "probability": 0.81103515625}, {"start": 463.44, "end": 464.0, "word": " variable", "probability": 0.90478515625}, {"start": 464.0, "end": 465.02, "word": " S", "probability": 0.80322265625}, {"start": 465.02, "end": 466.44, "word": " ال", "probability": 0.94482421875}, {"start": 466.44, "end": 466.8, "word": " variable", "probability": 0.96484375}, {"start": 466.8, "end": 467.1, "word": " S", "probability": 0.8564453125}, {"start": 467.1, "end": 467.26, "word": " يعني", "probability": 0.6551513671875}, {"start": 467.26, "end": 467.36, "word": " ال", "probability": 0.80908203125}, {"start": 467.36, "end": 467.68, "word": " return", "probability": 0.97802734375}, {"start": 467.68, "end": 467.98, "word": " type", "probability": 0.96923828125}, {"start": 467.98, "end": 468.44, "word": " تبعه", "probability": 0.858154296875}, {"start": 468.44, "end": 468.76, "word": " هو", "probability": 0.94873046875}, {"start": 468.76, "end": 468.94, "word": " ال", "probability": 0.8046875}, {"start": 468.94, "end": 469.2, "word": " type", "probability": 0.892578125}, {"start": 469.2, "end": 469.42, "word": " تبع", "probability": 0.9806315104166666}, {"start": 469.42, "end": 469.56, "word": " ال", "probability": 0.90625}, {"start": 469.56, "end": 469.94, "word": " function", "probability": 0.974609375}, {"start": 469.94, "end": 470.8, "word": " فاحنا", "probability": 0.7339680989583334}, {"start": 470.8, "end": 470.92, "word": " we", "probability": 0.59765625}, {"start": 470.92, "end": 471.16, "word": " can", "probability": 0.9658203125}, {"start": 471.16, "end": 471.88, "word": " imply", "probability": 0.87548828125}], "temperature": 1.0}, {"id": 17, "seek": 50200, "start": 472.92, "end": 502.0, "text": "التي نستطيع أن نستخدمها كـ return type تبع الـ function حتى وإن كانت مش فاهمولها declaration من خلال الـ return type تبع أخر statement فيها هذا بالنسبة للـ type في حالة ال functions يبقى صار واضح لنا كيف التعامل مع ال identify وال expressions وال functions من أحد ال return type طيب okay بما أنه", "tokens": [6027, 31371, 8717, 14851, 9566, 40228, 14739, 8717, 14851, 9778, 40448, 11296, 9122, 39184, 2736, 2010, 6055, 3555, 3615, 2423, 39184, 2445, 11331, 49975, 4032, 28814, 1863, 25961, 2655, 37893, 6156, 995, 16095, 12610, 11296, 27606, 9154, 16490, 1211, 6027, 2423, 39184, 2736, 2010, 6055, 3555, 3615, 5551, 34740, 5629, 8978, 11296, 23758, 20666, 1863, 35457, 3660, 24976, 39184, 2010, 8978, 11331, 6027, 3660, 2423, 6828, 7251, 3555, 4587, 7578, 20328, 9640, 4032, 46958, 5016, 5296, 8315, 9122, 33911, 16712, 3615, 10943, 1211, 20449, 2423, 5876, 16070, 15277, 16070, 6828, 9154, 5551, 24401, 2423, 2736, 2010, 23032, 1829, 3555, 1392, 4724, 15042, 14739, 3224], "avg_logprob": -0.3842261950174967, "compression_ratio": 1.6848249027237354, "no_speech_prob": 5.960464477539063e-08, "words": [{"start": 472.92, "end": 473.68, "word": "التي", "probability": 0.2591552734375}, {"start": 473.68, "end": 473.94, "word": " نستطيع", "probability": 0.77972412109375}, {"start": 473.94, "end": 474.0, "word": " أن", "probability": 0.2147216796875}, {"start": 474.0, "end": 474.76, "word": " نستخدمها", "probability": 0.6651123046875}, {"start": 474.76, "end": 476.24, "word": " كـ", "probability": 0.17510986328125}, {"start": 476.24, "end": 476.64, "word": " return", "probability": 0.326416015625}, {"start": 476.64, "end": 478.1, "word": " type", "probability": 0.84033203125}, {"start": 478.1, "end": 478.36, "word": " تبع", "probability": 0.6671549479166666}, {"start": 478.36, "end": 478.54, "word": " الـ", "probability": 0.557861328125}, {"start": 478.54, "end": 478.92, "word": " function", "probability": 0.7353515625}, {"start": 478.92, "end": 479.6, "word": " حتى", "probability": 0.7412109375}, {"start": 479.6, "end": 479.82, "word": " وإن", "probability": 0.7770182291666666}, {"start": 479.82, "end": 480.22, "word": " كانت", "probability": 0.943359375}, {"start": 480.22, "end": 480.6, "word": " مش", "probability": 0.07867431640625}, {"start": 480.6, "end": 480.92, "word": " فاهمولها", "probability": 0.75084228515625}, {"start": 480.92, "end": 481.44, "word": " declaration", "probability": 0.703125}, {"start": 481.44, "end": 482.2, "word": " من", "probability": 0.91748046875}, {"start": 482.2, "end": 482.6, "word": " خلال", "probability": 0.9884440104166666}, {"start": 482.6, "end": 482.72, "word": " الـ", "probability": 0.56640625}, {"start": 482.72, "end": 483.0, "word": " return", "probability": 0.93798828125}, {"start": 483.0, "end": 483.44, "word": " type", "probability": 0.95361328125}, {"start": 483.44, "end": 484.58, "word": " تبع", "probability": 0.8863932291666666}, {"start": 484.58, "end": 485.32, "word": " أخر", "probability": 0.7340087890625}, {"start": 485.32, "end": 485.68, "word": " statement", "probability": 0.69580078125}, {"start": 485.68, "end": 486.22, "word": " فيها", "probability": 0.93408203125}, {"start": 486.22, "end": 488.5, "word": " هذا", "probability": 0.6845703125}, {"start": 488.5, "end": 489.08, "word": " بالنسبة", "probability": 0.9888916015625}, {"start": 489.08, "end": 489.78, "word": " للـ", "probability": 0.694580078125}, {"start": 489.78, "end": 491.22, "word": " type", "probability": 0.87841796875}, {"start": 491.22, "end": 491.5, "word": " في", "probability": 0.83935546875}, {"start": 491.5, "end": 491.76, "word": " حالة", "probability": 0.9280598958333334}, {"start": 491.76, "end": 491.88, "word": " ال", "probability": 0.98193359375}, {"start": 491.88, "end": 492.32, "word": " functions", "probability": 0.47216796875}, {"start": 492.32, "end": 492.8, "word": " يبقى", "probability": 0.763427734375}, {"start": 492.8, "end": 493.02, "word": " صار", "probability": 0.84912109375}, {"start": 493.02, "end": 493.2, "word": " واضح", "probability": 0.9666341145833334}, {"start": 493.2, "end": 493.56, "word": " لنا", "probability": 0.811279296875}, {"start": 493.56, "end": 493.86, "word": " كيف", "probability": 0.979248046875}, {"start": 493.86, "end": 494.4, "word": " التعامل", "probability": 0.9869384765625}, {"start": 494.4, "end": 494.62, "word": " مع", "probability": 0.96728515625}, {"start": 494.62, "end": 494.92, "word": " ال", "probability": 0.9521484375}, {"start": 494.92, "end": 495.34, "word": " identify", "probability": 0.102294921875}, {"start": 495.34, "end": 495.78, "word": " وال", "probability": 0.546875}, {"start": 495.78, "end": 496.16, "word": " expressions", "probability": 0.68798828125}, {"start": 496.16, "end": 496.4, "word": " وال", "probability": 0.72509765625}, {"start": 496.4, "end": 496.74, "word": " functions", "probability": 0.50537109375}, {"start": 496.74, "end": 496.98, "word": " من", "probability": 0.86572265625}, {"start": 496.98, "end": 497.18, "word": " أحد", "probability": 0.723876953125}, {"start": 497.18, "end": 497.3, "word": " ال", "probability": 0.9521484375}, {"start": 497.3, "end": 497.52, "word": " return", "probability": 0.84375}, {"start": 497.52, "end": 497.86, "word": " type", "probability": 0.75048828125}, {"start": 497.86, "end": 499.82, "word": " طيب", "probability": 0.8942057291666666}, {"start": 499.82, "end": 500.2, "word": " okay", "probability": 0.39208984375}, {"start": 500.2, "end": 501.5, "word": " بما", "probability": 0.96875}, {"start": 501.5, "end": 502.0, "word": " أنه", "probability": 0.77880859375}], "temperature": 1.0}, {"id": 18, "seek": 53179, "start": 503.58, "end": 531.8, "text": "قضية تحديد ال type تبع ال component صارت معروف كيف نعالجها الآن حددنا ال type تبع two components ولكن وجهنا انهم جايين في عملية ضرب مثلا ولكن ال type تبعهم مختلف في هذا الحالة لازم نعمل type conversion ال type conversion هذا", "tokens": [4587, 11242, 10632, 6055, 5016, 16254, 3215, 2423, 2010, 6055, 3555, 3615, 2423, 6542, 20328, 9640, 2655, 20449, 32887, 5172, 9122, 33911, 8717, 3615, 6027, 7435, 11296, 6024, 48506, 11331, 3215, 3215, 8315, 2423, 2010, 6055, 3555, 3615, 732, 6677, 35525, 19452, 49610, 3224, 8315, 16472, 16095, 10874, 47302, 9957, 8978, 6225, 42213, 10632, 48812, 25513, 50113, 15040, 35525, 19452, 2423, 2010, 6055, 3555, 3615, 16095, 3714, 46456, 46538, 8978, 23758, 21542, 6027, 3660, 5296, 31377, 2304, 8717, 25957, 1211, 2010, 14298, 2423, 2010, 14298, 23758], "avg_logprob": -0.25197557334242193, "compression_ratio": 1.7783505154639174, "no_speech_prob": 0.0, "words": [{"start": 503.58, "end": 504.08, "word": "قضية", "probability": 0.73974609375}, {"start": 504.08, "end": 505.08, "word": " تحديد", "probability": 0.9605712890625}, {"start": 505.08, "end": 505.22, "word": " ال", "probability": 0.323486328125}, {"start": 505.22, "end": 505.48, "word": " type", "probability": 0.6142578125}, {"start": 505.48, "end": 505.86, "word": " تبع", "probability": 0.80908203125}, {"start": 505.86, "end": 506.04, "word": " ال", "probability": 0.619140625}, {"start": 506.04, "end": 506.56, "word": " component", "probability": 0.9228515625}, {"start": 506.56, "end": 507.82, "word": " صارت", "probability": 0.7147623697916666}, {"start": 507.82, "end": 508.62, "word": " معروف", "probability": 0.9640299479166666}, {"start": 508.62, "end": 508.84, "word": " كيف", "probability": 0.9638671875}, {"start": 508.84, "end": 509.58, "word": " نعالجها", "probability": 0.786181640625}, {"start": 509.58, "end": 510.46, "word": " الآن", "probability": 0.619873046875}, {"start": 510.46, "end": 511.22, "word": " حددنا", "probability": 0.95166015625}, {"start": 511.22, "end": 511.34, "word": " ال", "probability": 0.853515625}, {"start": 511.34, "end": 511.52, "word": " type", "probability": 0.9501953125}, {"start": 511.52, "end": 511.9, "word": " تبع", "probability": 0.9659830729166666}, {"start": 511.9, "end": 512.38, "word": " two", "probability": 0.58251953125}, {"start": 512.38, "end": 513.78, "word": " components", "probability": 0.91845703125}, {"start": 513.78, "end": 514.98, "word": " ولكن", "probability": 0.676025390625}, {"start": 514.98, "end": 515.38, "word": " وجهنا", "probability": 0.5636393229166666}, {"start": 515.38, "end": 515.64, "word": " انهم", "probability": 0.676025390625}, {"start": 515.64, "end": 516.38, "word": " جايين", "probability": 0.8538411458333334}, {"start": 516.38, "end": 519.36, "word": " في", "probability": 0.84326171875}, {"start": 519.36, "end": 520.08, "word": " عملية", "probability": 0.98046875}, {"start": 520.08, "end": 521.06, "word": " ضرب", "probability": 0.7158203125}, {"start": 521.06, "end": 521.56, "word": " مثلا", "probability": 0.879638671875}, {"start": 521.56, "end": 523.36, "word": " ولكن", "probability": 0.786865234375}, {"start": 523.36, "end": 523.5, "word": " ال", "probability": 0.6640625}, {"start": 523.5, "end": 523.68, "word": " type", "probability": 0.86572265625}, {"start": 523.68, "end": 524.06, "word": " تبعهم", "probability": 0.8167724609375}, {"start": 524.06, "end": 524.62, "word": " مختلف", "probability": 0.9918619791666666}, {"start": 524.62, "end": 525.28, "word": " في", "probability": 0.75439453125}, {"start": 525.28, "end": 525.48, "word": " هذا", "probability": 0.5927734375}, {"start": 525.48, "end": 525.88, "word": " الحالة", "probability": 0.8118489583333334}, {"start": 525.88, "end": 526.14, "word": " لازم", "probability": 0.87158203125}, {"start": 526.14, "end": 526.58, "word": " نعمل", "probability": 0.8797200520833334}, {"start": 526.58, "end": 528.54, "word": " type", "probability": 0.693359375}, {"start": 528.54, "end": 529.2, "word": " conversion", "probability": 0.82958984375}, {"start": 529.2, "end": 530.68, "word": " ال", "probability": 0.494140625}, {"start": 530.68, "end": 530.9, "word": " type", "probability": 0.9072265625}, {"start": 530.9, "end": 531.44, "word": " conversion", "probability": 0.9267578125}, {"start": 531.44, "end": 531.8, "word": " هذا", "probability": 0.84423828125}], "temperature": 1.0}, {"id": 19, "seek": 56162, "start": 532.88, "end": 561.62, "text": "غالبا ال programmer ممكن يكون ماكد باله من اختلاف ال types فهو يحط cast instructions يحط cast instructions عشان يعمل explicit conversion ال programmer لكن في حاجات زي ذلك ال programmer مش هيحط explicit conversion لأنه عارف ان ال compiler ايش هسوي هيعمل implicit conversion مظبوط ولا لأ؟", "tokens": [17082, 6027, 3555, 995, 2423, 32116, 3714, 43020, 7251, 30544, 19446, 4117, 3215, 20666, 3224, 9154, 1975, 46456, 15040, 5172, 2423, 3467, 6156, 3224, 2407, 7251, 5016, 9566, 4193, 9415, 7251, 5016, 9566, 4193, 9415, 6225, 8592, 7649, 7251, 25957, 1211, 13691, 14298, 2423, 32116, 44381, 8978, 11331, 26108, 9307, 30767, 1829, 29910, 23275, 2423, 32116, 37893, 39896, 5016, 9566, 13691, 14298, 5296, 33456, 3224, 6225, 9640, 5172, 16472, 2423, 31958, 1975, 1829, 8592, 8032, 3794, 45865, 39896, 25957, 1211, 26947, 14298, 3714, 19913, 3555, 2407, 9566, 49429, 5296, 10721, 22807], "avg_logprob": -0.2257133192666199, "compression_ratio": 1.7757847533632287, "no_speech_prob": 0.0, "words": [{"start": 532.88, "end": 533.5, "word": "غالبا", "probability": 0.909912109375}, {"start": 533.5, "end": 533.68, "word": " ال", "probability": 0.63134765625}, {"start": 533.68, "end": 534.2, "word": " programmer", "probability": 0.55126953125}, {"start": 534.2, "end": 534.84, "word": " ممكن", "probability": 0.863525390625}, {"start": 534.84, "end": 535.08, "word": " يكون", "probability": 0.974365234375}, {"start": 535.08, "end": 535.44, "word": " ماكد", "probability": 0.5550130208333334}, {"start": 535.44, "end": 535.78, "word": " باله", "probability": 0.939208984375}, {"start": 535.78, "end": 536.04, "word": " من", "probability": 0.91357421875}, {"start": 536.04, "end": 536.72, "word": " اختلاف", "probability": 0.942138671875}, {"start": 536.72, "end": 536.84, "word": " ال", "probability": 0.95849609375}, {"start": 536.84, "end": 537.12, "word": " types", "probability": 0.8916015625}, {"start": 537.12, "end": 537.58, "word": " فهو", "probability": 0.9305013020833334}, {"start": 537.58, "end": 537.94, "word": " يحط", "probability": 0.9718424479166666}, {"start": 537.94, "end": 539.74, "word": " cast", "probability": 0.12890625}, {"start": 539.74, "end": 541.56, "word": " instructions", "probability": 0.77783203125}, {"start": 541.56, "end": 543.84, "word": " يحط", "probability": 0.776611328125}, {"start": 543.84, "end": 544.22, "word": " cast", "probability": 0.8251953125}, {"start": 544.22, "end": 544.88, "word": " instructions", "probability": 0.83349609375}, {"start": 544.88, "end": 545.32, "word": " عشان", "probability": 0.9690755208333334}, {"start": 545.32, "end": 545.8, "word": " يعمل", "probability": 0.9833984375}, {"start": 545.8, "end": 546.8, "word": " explicit", "probability": 0.95654296875}, {"start": 546.8, "end": 547.98, "word": " conversion", "probability": 0.91162109375}, {"start": 547.98, "end": 548.16, "word": " ال", "probability": 0.2064208984375}, {"start": 548.16, "end": 548.78, "word": " programmer", "probability": 0.97314453125}, {"start": 548.78, "end": 550.02, "word": " لكن", "probability": 0.8037109375}, {"start": 550.02, "end": 550.2, "word": " في", "probability": 0.869140625}, {"start": 550.2, "end": 550.46, "word": " حاجات", "probability": 0.8221028645833334}, {"start": 550.46, "end": 550.7, "word": " زي", "probability": 0.978759765625}, {"start": 550.7, "end": 550.98, "word": " ذلك", "probability": 0.677001953125}, {"start": 550.98, "end": 551.44, "word": " ال", "probability": 0.7392578125}, {"start": 551.44, "end": 551.86, "word": " programmer", "probability": 0.97998046875}, {"start": 551.86, "end": 552.22, "word": " مش", "probability": 0.87109375}, {"start": 552.22, "end": 552.82, "word": " هيحط", "probability": 0.8779296875}, {"start": 552.82, "end": 554.84, "word": " explicit", "probability": 0.9560546875}, {"start": 554.84, "end": 555.48, "word": " conversion", "probability": 0.9462890625}, {"start": 555.48, "end": 555.84, "word": " لأنه", "probability": 0.8271484375}, {"start": 555.84, "end": 556.28, "word": " عارف", "probability": 0.9298502604166666}, {"start": 556.28, "end": 556.46, "word": " ان", "probability": 0.6923828125}, {"start": 556.46, "end": 556.6, "word": " ال", "probability": 0.91943359375}, {"start": 556.6, "end": 557.04, "word": " compiler", "probability": 0.9775390625}, {"start": 557.04, "end": 557.32, "word": " ايش", "probability": 0.6983235677083334}, {"start": 557.32, "end": 557.82, "word": " هسوي", "probability": 0.8253580729166666}, {"start": 557.82, "end": 559.1, "word": " هيعمل", "probability": 0.8302408854166666}, {"start": 559.1, "end": 559.64, "word": " implicit", "probability": 0.984375}, {"start": 559.64, "end": 560.58, "word": " conversion", "probability": 0.9384765625}, {"start": 560.58, "end": 561.08, "word": " مظبوط", "probability": 0.88662109375}, {"start": 561.08, "end": 561.22, "word": " ولا", "probability": 0.87548828125}, {"start": 561.22, "end": 561.62, "word": " لأ؟", "probability": 0.7802734375}], "temperature": 1.0}, {"id": 20, "seek": 59138, "start": 562.54, "end": 591.38, "text": "هنا هذا integer وهذا float عملية الضرب لازم تأخد equivalent types فهذا ليس equivalent فلازم يصير conversion ال programmer مش هيعمل هذا الكلام لأنه عارف ان ال compiler هيسويه ال compiler كيف بيسويه هذا هو السؤال فاحنا قادم نطلع في ال section هذا على كيف يتم ال conversion طبعا بتتم بمعنى انه بينعمل generation ل", "tokens": [3224, 8315, 23758, 24922, 37037, 15730, 15706, 6225, 42213, 10632, 6024, 114, 25513, 5296, 31377, 2304, 6055, 10721, 9778, 3215, 10344, 3467, 6156, 3224, 15730, 32239, 3794, 10344, 6156, 1211, 31377, 2304, 7251, 9381, 13546, 14298, 2423, 32116, 37893, 39896, 25957, 1211, 23758, 2423, 28820, 10943, 5296, 33456, 3224, 6225, 9640, 5172, 16472, 2423, 31958, 39896, 3794, 45865, 3224, 2423, 31958, 9122, 33911, 4724, 1829, 3794, 45865, 3224, 23758, 31439, 21136, 33604, 6027, 6156, 39319, 8315, 12174, 995, 40448, 8717, 9566, 1211, 3615, 8978, 2423, 3541, 23758, 15844, 9122, 33911, 7251, 39237, 2423, 14298, 23032, 3555, 3615, 995, 39894, 39237, 4724, 2304, 3615, 1863, 7578, 16472, 3224, 4724, 9957, 25957, 1211, 5125, 5296], "avg_logprob": -0.3157894872782523, "compression_ratio": 1.7259259259259259, "no_speech_prob": 0.0, "words": [{"start": 562.54, "end": 562.9, "word": "هنا", "probability": 0.58837890625}, {"start": 562.9, "end": 563.18, "word": " هذا", "probability": 0.444580078125}, {"start": 563.18, "end": 563.64, "word": " integer", "probability": 0.76611328125}, {"start": 563.64, "end": 564.3, "word": " وهذا", "probability": 0.91552734375}, {"start": 564.3, "end": 564.96, "word": " float", "probability": 0.9423828125}, {"start": 564.96, "end": 567.66, "word": " عملية", "probability": 0.697265625}, {"start": 567.66, "end": 568.02, "word": " الضرب", "probability": 0.880859375}, {"start": 568.02, "end": 568.3, "word": " لازم", "probability": 0.8385416666666666}, {"start": 568.3, "end": 568.78, "word": " تأخد", "probability": 0.650634765625}, {"start": 568.78, "end": 569.94, "word": " equivalent", "probability": 0.537109375}, {"start": 569.94, "end": 570.66, "word": " types", "probability": 0.89990234375}, {"start": 570.66, "end": 571.84, "word": " فهذا", "probability": 0.6868489583333334}, {"start": 571.84, "end": 572.08, "word": " ليس", "probability": 0.7470703125}, {"start": 572.08, "end": 572.56, "word": " equivalent", "probability": 0.80908203125}, {"start": 572.56, "end": 573.22, "word": " فلازم", "probability": 0.813232421875}, {"start": 573.22, "end": 573.44, "word": " يصير", "probability": 0.4499104817708333}, {"start": 573.44, "end": 574.06, "word": " conversion", "probability": 0.83740234375}, {"start": 574.06, "end": 574.58, "word": " ال", "probability": 0.36083984375}, {"start": 574.58, "end": 574.96, "word": " programmer", "probability": 0.299560546875}, {"start": 574.96, "end": 575.2, "word": " مش", "probability": 0.5771484375}, {"start": 575.2, "end": 575.54, "word": " هيعمل", "probability": 0.9344075520833334}, {"start": 575.54, "end": 575.74, "word": " هذا", "probability": 0.482666015625}, {"start": 575.74, "end": 575.94, "word": " الكلام", "probability": 0.9274088541666666}, {"start": 575.94, "end": 576.18, "word": " لأنه", "probability": 0.6932779947916666}, {"start": 576.18, "end": 576.4, "word": " عارف", "probability": 0.89306640625}, {"start": 576.4, "end": 576.5, "word": " ان", "probability": 0.6357421875}, {"start": 576.5, "end": 576.6, "word": " ال", "probability": 0.88427734375}, {"start": 576.6, "end": 577.0, "word": " compiler", "probability": 0.92626953125}, {"start": 577.0, "end": 578.66, "word": " هيسويه", "probability": 0.6890869140625}, {"start": 578.66, "end": 578.82, "word": " ال", "probability": 0.52685546875}, {"start": 578.82, "end": 579.24, "word": " compiler", "probability": 0.8994140625}, {"start": 579.24, "end": 579.62, "word": " كيف", "probability": 0.974365234375}, {"start": 579.62, "end": 580.2, "word": " بيسويه", "probability": 0.835888671875}, {"start": 580.2, "end": 580.38, "word": " هذا", "probability": 0.755859375}, {"start": 580.38, "end": 580.56, "word": " هو", "probability": 0.97119140625}, {"start": 580.56, "end": 581.0, "word": " السؤال", "probability": 0.99560546875}, {"start": 581.0, "end": 581.92, "word": " فاحنا", "probability": 0.8860677083333334}, {"start": 581.92, "end": 582.16, "word": " قادم", "probability": 0.5932210286458334}, {"start": 582.16, "end": 582.72, "word": " نطلع", "probability": 0.9324951171875}, {"start": 582.72, "end": 582.88, "word": " في", "probability": 0.8427734375}, {"start": 582.88, "end": 583.24, "word": " ال", "probability": 0.260986328125}, {"start": 583.24, "end": 583.54, "word": " section", "probability": 0.84716796875}, {"start": 583.54, "end": 583.92, "word": " هذا", "probability": 0.54150390625}, {"start": 583.92, "end": 584.28, "word": " على", "probability": 0.71630859375}, {"start": 584.28, "end": 584.68, "word": " كيف", "probability": 0.959716796875}, {"start": 584.68, "end": 585.1, "word": " يتم", "probability": 0.680908203125}, {"start": 585.1, "end": 585.3, "word": " ال", "probability": 0.5498046875}, {"start": 585.3, "end": 586.2, "word": " conversion", "probability": 0.93798828125}, {"start": 586.2, "end": 586.9, "word": " طبعا", "probability": 0.9013671875}, {"start": 586.9, "end": 587.74, "word": " بتتم", "probability": 0.567626953125}, {"start": 587.74, "end": 588.62, "word": " بمعنى", "probability": 0.966015625}, {"start": 588.62, "end": 589.3, "word": " انه", "probability": 0.815185546875}, {"start": 589.3, "end": 589.76, "word": " بينعمل", "probability": 0.767059326171875}, {"start": 589.76, "end": 590.58, "word": " generation", "probability": 0.8935546875}, {"start": 590.58, "end": 591.38, "word": " ل", "probability": 0.90869140625}], "temperature": 1.0}, {"id": 21, "seek": 61304, "start": 591.79, "end": 613.05, "text": "الـ three address code instruction تتولى عملية ال conversion اللي هي ببساطة typecast بهذا الشكل بهذا الشكل الاتنين هي اللي بدأت تتحول صح؟ صح؟ ليش؟ ال float بصيرش انتقال", "tokens": [6027, 39184, 1045, 2985, 3089, 10951, 6055, 2655, 12610, 7578, 6225, 42213, 10632, 2423, 14298, 13672, 1829, 39896, 4724, 3555, 3794, 41193, 3660, 2010, 3734, 39627, 15730, 25124, 28820, 39627, 15730, 25124, 28820, 2423, 9307, 1863, 9957, 39896, 13672, 1829, 47525, 10721, 2655, 6055, 2655, 5016, 12610, 20328, 5016, 22807, 20328, 5016, 22807, 32239, 8592, 22807, 2423, 15706, 4724, 9381, 13546, 8592, 16472, 2655, 4587, 6027], "avg_logprob": -0.40135261816764944, "compression_ratio": 1.4742857142857142, "no_speech_prob": 0.0, "words": [{"start": 591.79, "end": 592.03, "word": "الـ", "probability": 0.3828125}, {"start": 592.03, "end": 592.29, "word": " three", "probability": 0.3759765625}, {"start": 592.29, "end": 592.67, "word": " address", "probability": 0.826171875}, {"start": 592.67, "end": 593.05, "word": " code", "probability": 0.88525390625}, {"start": 593.05, "end": 593.81, "word": " instruction", "probability": 0.67626953125}, {"start": 593.81, "end": 595.11, "word": " تتولى", "probability": 0.9129638671875}, {"start": 595.11, "end": 595.67, "word": " عملية", "probability": 0.7976888020833334}, {"start": 595.67, "end": 595.81, "word": " ال", "probability": 0.7666015625}, {"start": 595.81, "end": 597.43, "word": " conversion", "probability": 0.630859375}, {"start": 597.43, "end": 597.83, "word": " اللي", "probability": 0.4864501953125}, {"start": 597.83, "end": 597.97, "word": " هي", "probability": 0.75634765625}, {"start": 597.97, "end": 598.71, "word": " ببساطة", "probability": 0.97216796875}, {"start": 598.71, "end": 599.47, "word": " typecast", "probability": 0.64697265625}, {"start": 599.47, "end": 600.41, "word": " بهذا", "probability": 0.86083984375}, {"start": 600.41, "end": 600.87, "word": " الشكل", "probability": 0.988037109375}, {"start": 600.87, "end": 603.33, "word": " بهذا", "probability": 0.537200927734375}, {"start": 603.33, "end": 603.73, "word": " الشكل", "probability": 0.98876953125}, {"start": 603.73, "end": 604.51, "word": " الاتنين", "probability": 0.760467529296875}, {"start": 604.51, "end": 604.87, "word": " هي", "probability": 0.81982421875}, {"start": 604.87, "end": 605.07, "word": " اللي", "probability": 0.953857421875}, {"start": 605.07, "end": 605.33, "word": " بدأت", "probability": 0.7884114583333334}, {"start": 605.33, "end": 605.79, "word": " تتحول", "probability": 0.9434814453125}, {"start": 605.79, "end": 606.57, "word": " صح؟", "probability": 0.7151692708333334}, {"start": 606.57, "end": 607.73, "word": " صح؟", "probability": 0.8561197916666666}, {"start": 607.73, "end": 611.71, "word": " ليش؟", "probability": 0.9104817708333334}, {"start": 611.71, "end": 611.91, "word": " ال", "probability": 0.2088623046875}, {"start": 611.91, "end": 612.21, "word": " float", "probability": 0.30810546875}, {"start": 612.21, "end": 612.67, "word": " بصيرش", "probability": 0.377166748046875}, {"start": 612.67, "end": 613.05, "word": " انتقال", "probability": 0.7786865234375}], "temperature": 1.0}, {"id": 22, "seek": 64532, "start": 616.68, "end": 645.32, "text": "انتجار بيضيع ال fraction cost بالظبط احنا بصفة عامة ك rule ك type conversion rule ك type conversion rule عامة احنا بنحول من الأضيق إلى الأوسع ال integer انت تاوم قولت انتجار ال integer هو الأضيق و ال float هو الأوسع فاحنا بنحط .. بنعمل conversion conversion هو إضافة اللي هو ال type costing هذا", "tokens": [7649, 2655, 7435, 9640, 4724, 1829, 11242, 40228, 2423, 14135, 2063, 20666, 19913, 3555, 9566, 1975, 5016, 8315, 4724, 9381, 5172, 3660, 6225, 10943, 3660, 9122, 4978, 9122, 2010, 14298, 4978, 9122, 2010, 14298, 4978, 6225, 10943, 3660, 1975, 5016, 8315, 44945, 5016, 12610, 9154, 16247, 11242, 1829, 4587, 30731, 16247, 41779, 3615, 2423, 24922, 16472, 2655, 6055, 995, 20498, 12174, 12610, 2655, 16472, 2655, 7435, 9640, 2423, 24922, 31439, 16247, 11242, 1829, 4587, 4032, 2423, 15706, 31439, 16247, 41779, 3615, 6156, 39319, 8315, 44945, 5016, 9566, 4386, 44945, 25957, 1211, 14298, 14298, 31439, 11933, 11242, 31845, 3660, 13672, 1829, 31439, 2423, 2010, 37917, 23758], "avg_logprob": -0.2794811227973902, "compression_ratio": 1.9724770642201834, "no_speech_prob": 5.960464477539063e-08, "words": [{"start": 616.68, "end": 617.38, "word": "انتجار", "probability": 0.695404052734375}, {"start": 617.38, "end": 618.34, "word": " بيضيع", "probability": 0.5029754638671875}, {"start": 618.34, "end": 618.74, "word": " ال", "probability": 0.576171875}, {"start": 618.74, "end": 619.12, "word": " fraction", "probability": 0.159912109375}, {"start": 619.12, "end": 619.54, "word": " cost", "probability": 0.79052734375}, {"start": 619.54, "end": 620.14, "word": " بالظبط", "probability": 0.88916015625}, {"start": 620.14, "end": 620.74, "word": " احنا", "probability": 0.7994791666666666}, {"start": 620.74, "end": 621.18, "word": " بصفة", "probability": 0.901611328125}, {"start": 621.18, "end": 621.6, "word": " عامة", "probability": 0.9723307291666666}, {"start": 621.6, "end": 621.84, "word": " ك", "probability": 0.80078125}, {"start": 621.84, "end": 622.5, "word": " rule", "probability": 0.2469482421875}, {"start": 622.5, "end": 623.16, "word": " ك", "probability": 0.7197265625}, {"start": 623.16, "end": 623.48, "word": " type", "probability": 0.70556640625}, {"start": 623.48, "end": 624.1, "word": " conversion", "probability": 0.88671875}, {"start": 624.1, "end": 625.12, "word": " rule", "probability": 0.9404296875}, {"start": 625.12, "end": 626.34, "word": " ك", "probability": 0.34326171875}, {"start": 626.34, "end": 626.64, "word": " type", "probability": 0.64697265625}, {"start": 626.64, "end": 627.18, "word": " conversion", "probability": 0.93896484375}, {"start": 627.18, "end": 627.5, "word": " rule", "probability": 0.9638671875}, {"start": 627.5, "end": 628.06, "word": " عامة", "probability": 0.9947916666666666}, {"start": 628.06, "end": 628.56, "word": " احنا", "probability": 0.8680013020833334}, {"start": 628.56, "end": 629.28, "word": " بنحول", "probability": 0.9129231770833334}, {"start": 629.28, "end": 629.48, "word": " من", "probability": 0.98876953125}, {"start": 629.48, "end": 630.16, "word": " الأضيق", "probability": 0.90185546875}, {"start": 630.16, "end": 630.42, "word": " إلى", "probability": 0.72314453125}, {"start": 630.42, "end": 630.96, "word": " الأوسع", "probability": 0.9401041666666666}, {"start": 630.96, "end": 631.36, "word": " ال", "probability": 0.47607421875}, {"start": 631.36, "end": 631.78, "word": " integer", "probability": 0.84765625}, {"start": 631.78, "end": 632.6, "word": " انت", "probability": 0.80419921875}, {"start": 632.6, "end": 632.8, "word": " تاوم", "probability": 0.40966796875}, {"start": 632.8, "end": 633.02, "word": " قولت", "probability": 0.7023111979166666}, {"start": 633.02, "end": 633.44, "word": " انتجار", "probability": 0.9447021484375}, {"start": 633.44, "end": 635.12, "word": " ال", "probability": 0.90576171875}, {"start": 635.12, "end": 635.52, "word": " integer", "probability": 0.974609375}, {"start": 635.52, "end": 636.98, "word": " هو", "probability": 0.8701171875}, {"start": 636.98, "end": 637.6, "word": " الأضيق", "probability": 0.95166015625}, {"start": 637.6, "end": 637.76, "word": " و", "probability": 0.50732421875}, {"start": 637.76, "end": 637.82, "word": " ال", "probability": 0.81103515625}, {"start": 637.82, "end": 638.08, "word": " float", "probability": 0.8525390625}, {"start": 638.08, "end": 638.24, "word": " هو", "probability": 0.88134765625}, {"start": 638.24, "end": 638.8, "word": " الأوسع", "probability": 0.9375}, {"start": 638.8, "end": 639.38, "word": " فاحنا", "probability": 0.9324544270833334}, {"start": 639.38, "end": 640.24, "word": " بنحط", "probability": 0.74267578125}, {"start": 640.24, "end": 640.44, "word": " ..", "probability": 0.294189453125}, {"start": 640.44, "end": 640.86, "word": " بنعمل", "probability": 0.9049479166666666}, {"start": 640.86, "end": 641.44, "word": " conversion", "probability": 0.9296875}, {"start": 641.44, "end": 642.34, "word": " conversion", "probability": 0.80419921875}, {"start": 642.34, "end": 642.66, "word": " هو", "probability": 0.95263671875}, {"start": 642.66, "end": 643.38, "word": " إضافة", "probability": 0.9422607421875}, {"start": 643.38, "end": 643.94, "word": " اللي", "probability": 0.805419921875}, {"start": 643.94, "end": 644.22, "word": " هو", "probability": 0.958984375}, {"start": 644.22, "end": 644.42, "word": " ال", "probability": 0.50244140625}, {"start": 644.42, "end": 644.62, "word": " type", "probability": 0.9384765625}, {"start": 644.62, "end": 645.06, "word": " costing", "probability": 0.49755859375}, {"start": 645.06, "end": 645.32, "word": " هذا", "probability": 0.9169921875}], "temperature": 1.0}, {"id": 23, "seek": 65967, "start": 646.23, "end": 659.67, "text": "هذه الاصطناعات لازم تسبق هذا الامر", "tokens": [3224, 24192, 2423, 33546, 9566, 8315, 3615, 9307, 5296, 31377, 2304, 6055, 35457, 4587, 23758, 2423, 10943, 2288], "avg_logprob": -0.6846217105263158, "compression_ratio": 1.0327868852459017, "no_speech_prob": 7.152557373046875e-07, "words": [{"start": 646.23, "end": 646.77, "word": "هذه", "probability": 0.6494140625}, {"start": 646.77, "end": 648.81, "word": " الاصطناعات", "probability": 0.5947519938151041}, {"start": 648.81, "end": 649.67, "word": " لازم", "probability": 0.7893880208333334}, {"start": 649.67, "end": 650.15, "word": " تسبق", "probability": 0.912109375}, {"start": 650.15, "end": 653.81, "word": " هذا", "probability": 0.121826171875}, {"start": 653.81, "end": 659.67, "word": " الامر", "probability": 0.6612955729166666}], "temperature": 1.0}, {"id": 24, "seek": 70171, "start": 672.15, "end": 701.71, "text": "طيب اللي احنا بدنا نشوف هذا الكلام بدنا نشوف هذا الكلام كما شوية بنشوف كيف بتتعمل اللي هو ال type conversion instruction بس قبل بدنا نحكي على اللي هو ال symmetrical اللي associated with ال expressions بمعنى ان انا الان عندي expression و احدى صيغته ان هو يتكون من two expressions ما بينهم عملها متزايد", "tokens": [9566, 1829, 3555, 13672, 1829, 1975, 5016, 8315, 47525, 8315, 8717, 8592, 38688, 23758, 2423, 28820, 10943, 47525, 8315, 8717, 8592, 38688, 23758, 2423, 28820, 10943, 9122, 15042, 13412, 2407, 10632, 44945, 8592, 38688, 9122, 33911, 39894, 2655, 25957, 1211, 13672, 1829, 31439, 2423, 2010, 14298, 10951, 4724, 3794, 12174, 36150, 47525, 8315, 8717, 5016, 4117, 1829, 15844, 13672, 1829, 31439, 2423, 40360, 13672, 1829, 6615, 365, 2423, 15277, 4724, 2304, 3615, 1863, 7578, 16472, 1975, 8315, 2423, 7649, 18871, 16254, 6114, 4032, 1975, 24401, 7578, 20328, 1829, 17082, 47395, 16472, 31439, 7251, 2655, 30544, 9154, 732, 15277, 19446, 49374, 16095, 6225, 42213, 11296, 44650, 11622, 995, 25708], "avg_logprob": -0.25759748362619944, "compression_ratio": 1.897119341563786, "no_speech_prob": 0.0, "words": [{"start": 672.15, "end": 672.47, "word": "طيب", "probability": 0.7201334635416666}, {"start": 672.47, "end": 672.65, "word": " اللي", "probability": 0.5789794921875}, {"start": 672.65, "end": 672.93, "word": " احنا", "probability": 0.6893310546875}, {"start": 672.93, "end": 673.17, "word": " بدنا", "probability": 0.6634521484375}, {"start": 673.17, "end": 673.47, "word": " نشوف", "probability": 0.93310546875}, {"start": 673.47, "end": 673.69, "word": " هذا", "probability": 0.8037109375}, {"start": 673.69, "end": 674.09, "word": " الكلام", "probability": 0.8095703125}, {"start": 674.09, "end": 674.65, "word": " بدنا", "probability": 0.6014404296875}, {"start": 674.65, "end": 674.83, "word": " نشوف", "probability": 0.9964192708333334}, {"start": 674.83, "end": 675.01, "word": " هذا", "probability": 0.89892578125}, {"start": 675.01, "end": 675.43, "word": " الكلام", "probability": 0.93212890625}, {"start": 675.43, "end": 675.95, "word": " كما", "probability": 0.77880859375}, {"start": 675.95, "end": 676.21, "word": " شوية", "probability": 0.7631022135416666}, {"start": 676.21, "end": 676.57, "word": " بنشوف", "probability": 0.8606770833333334}, {"start": 676.57, "end": 676.95, "word": " كيف", "probability": 0.9345703125}, {"start": 676.95, "end": 678.59, "word": " بتتعمل", "probability": 0.7689208984375}, {"start": 678.59, "end": 678.85, "word": " اللي", "probability": 0.9306640625}, {"start": 678.85, "end": 679.15, "word": " هو", "probability": 0.95654296875}, {"start": 679.15, "end": 679.65, "word": " ال", "probability": 0.89306640625}, {"start": 679.65, "end": 680.29, "word": " type", "probability": 0.414794921875}, {"start": 680.29, "end": 681.11, "word": " conversion", "probability": 0.8369140625}, {"start": 681.11, "end": 682.09, "word": " instruction", "probability": 0.9150390625}, {"start": 682.09, "end": 683.01, "word": " بس", "probability": 0.9658203125}, {"start": 683.01, "end": 683.35, "word": " قبل", "probability": 0.93115234375}, {"start": 683.35, "end": 684.29, "word": " بدنا", "probability": 0.88671875}, {"start": 684.29, "end": 685.15, "word": " نحكي", "probability": 0.9888916015625}, {"start": 685.15, "end": 685.37, "word": " على", "probability": 0.8154296875}, {"start": 685.37, "end": 685.63, "word": " اللي", "probability": 0.878662109375}, {"start": 685.63, "end": 685.93, "word": " هو", "probability": 0.9794921875}, {"start": 685.93, "end": 686.63, "word": " ال", "probability": 0.80859375}, {"start": 686.63, "end": 687.11, "word": " symmetrical", "probability": 0.64111328125}, {"start": 687.11, "end": 687.65, "word": " اللي", "probability": 0.848388671875}, {"start": 687.65, "end": 688.23, "word": " associated", "probability": 0.93603515625}, {"start": 688.23, "end": 688.77, "word": " with", "probability": 0.93798828125}, {"start": 688.77, "end": 690.51, "word": " ال", "probability": 0.54833984375}, {"start": 690.51, "end": 691.09, "word": " expressions", "probability": 0.95263671875}, {"start": 691.09, "end": 691.63, "word": " بمعنى", "probability": 0.905859375}, {"start": 691.63, "end": 691.77, "word": " ان", "probability": 0.2481689453125}, {"start": 691.77, "end": 692.09, "word": " انا", "probability": 0.761474609375}, {"start": 692.09, "end": 692.51, "word": " الان", "probability": 0.624267578125}, {"start": 692.51, "end": 693.45, "word": " عندي", "probability": 0.841064453125}, {"start": 693.45, "end": 694.75, "word": " expression", "probability": 0.88134765625}, {"start": 694.75, "end": 695.67, "word": " و", "probability": 0.556640625}, {"start": 695.67, "end": 696.11, "word": " احدى", "probability": 0.6778971354166666}, {"start": 696.11, "end": 696.61, "word": " صيغته", "probability": 0.825439453125}, {"start": 696.61, "end": 697.29, "word": " ان", "probability": 0.350830078125}, {"start": 697.29, "end": 697.61, "word": " هو", "probability": 0.6943359375}, {"start": 697.61, "end": 698.31, "word": " يتكون", "probability": 0.9093424479166666}, {"start": 698.31, "end": 698.65, "word": " من", "probability": 0.98388671875}, {"start": 698.65, "end": 699.07, "word": " two", "probability": 0.84228515625}, {"start": 699.07, "end": 699.91, "word": " expressions", "probability": 0.97509765625}, {"start": 699.91, "end": 700.47, "word": " ما", "probability": 0.499267578125}, {"start": 700.47, "end": 700.79, "word": " بينهم", "probability": 0.972900390625}, {"start": 700.79, "end": 701.09, "word": " عملها", "probability": 0.7864583333333334}, {"start": 701.09, "end": 701.71, "word": " متزايد", "probability": 0.7978515625}], "temperature": 1.0}, {"id": 25, "seek": 73090, "start": 703.82, "end": 730.9, "text": "بدنا الـ type تبع ال expression الإجمالي وقولنا هذه هي مظيفة ال compiler في هذا ال section في هذا الإطار اللي احنا بنحكي فيه إطار ال type checking ان هو بده يفحص ال type و بده يعمل type conversion إذا لازم الأمر فعلا ففي الشكل الأولاني اللي هو يفحص ال type يفحص ال type بمعنى أنه يعطيك", "tokens": [3555, 3215, 8315, 2423, 39184, 2010, 6055, 3555, 3615, 2423, 6114, 33688, 7435, 2304, 6027, 1829, 4032, 39648, 8315, 29538, 39896, 3714, 19913, 33911, 3660, 2423, 31958, 8978, 23758, 2423, 3541, 8978, 23758, 33688, 9566, 9640, 13672, 1829, 1975, 5016, 8315, 44945, 5016, 4117, 1829, 8978, 3224, 11933, 9566, 9640, 2423, 2010, 8568, 16472, 31439, 47525, 3224, 7251, 5172, 5016, 9381, 2423, 2010, 4032, 47525, 3224, 7251, 25957, 1211, 2010, 14298, 11933, 15730, 5296, 31377, 2304, 16247, 29973, 6156, 3615, 15040, 6156, 41185, 25124, 28820, 16247, 12610, 7649, 1829, 13672, 1829, 31439, 7251, 5172, 5016, 9381, 2423, 2010, 7251, 5172, 5016, 9381, 2423, 2010, 4724, 2304, 3615, 1863, 7578, 14739, 3224, 37495, 9566, 1829, 4117], "avg_logprob": -0.22750538613261848, "compression_ratio": 1.8702928870292888, "no_speech_prob": 0.0, "words": [{"start": 703.8199999999999, "end": 704.54, "word": "بدنا", "probability": 0.4006754557291667}, {"start": 704.54, "end": 704.96, "word": " الـ", "probability": 0.2862548828125}, {"start": 704.96, "end": 705.48, "word": " type", "probability": 0.6591796875}, {"start": 705.48, "end": 705.8, "word": " تبع", "probability": 0.8181966145833334}, {"start": 705.8, "end": 705.92, "word": " ال", "probability": 0.8955078125}, {"start": 705.92, "end": 706.34, "word": " expression", "probability": 0.8134765625}, {"start": 706.34, "end": 708.14, "word": " الإجمالي", "probability": 0.90966796875}, {"start": 708.14, "end": 708.9, "word": " وقولنا", "probability": 0.4658203125}, {"start": 708.9, "end": 709.18, "word": " هذه", "probability": 0.64306640625}, {"start": 709.18, "end": 709.78, "word": " هي", "probability": 0.7041015625}, {"start": 709.78, "end": 710.66, "word": " مظيفة", "probability": 0.9554443359375}, {"start": 710.66, "end": 710.92, "word": " ال", "probability": 0.96240234375}, {"start": 710.92, "end": 711.46, "word": " compiler", "probability": 0.9248046875}, {"start": 711.46, "end": 711.88, "word": " في", "probability": 0.92236328125}, {"start": 711.88, "end": 713.06, "word": " هذا", "probability": 0.5869140625}, {"start": 713.06, "end": 713.22, "word": " ال", "probability": 0.70166015625}, {"start": 713.22, "end": 713.52, "word": " section", "probability": 0.78515625}, {"start": 713.52, "end": 713.66, "word": " في", "probability": 0.7333984375}, {"start": 713.66, "end": 714.26, "word": " هذا", "probability": 0.88671875}, {"start": 714.26, "end": 715.18, "word": " الإطار", "probability": 0.9386393229166666}, {"start": 715.18, "end": 715.28, "word": " اللي", "probability": 0.894287109375}, {"start": 715.28, "end": 715.42, "word": " احنا", "probability": 0.8165690104166666}, {"start": 715.42, "end": 715.8, "word": " بنحكي", "probability": 0.87548828125}, {"start": 715.8, "end": 716.28, "word": " فيه", "probability": 0.971435546875}, {"start": 716.28, "end": 717.06, "word": " إطار", "probability": 0.9254557291666666}, {"start": 717.06, "end": 717.42, "word": " ال", "probability": 0.91357421875}, {"start": 717.42, "end": 717.8, "word": " type", "probability": 0.9501953125}, {"start": 717.8, "end": 718.22, "word": " checking", "probability": 0.77734375}, {"start": 718.22, "end": 718.58, "word": " ان", "probability": 0.317138671875}, {"start": 718.58, "end": 718.8, "word": " هو", "probability": 0.7060546875}, {"start": 718.8, "end": 719.12, "word": " بده", "probability": 0.5501708984375}, {"start": 719.12, "end": 719.56, "word": " يفحص", "probability": 0.972900390625}, {"start": 719.56, "end": 719.72, "word": " ال", "probability": 0.9755859375}, {"start": 719.72, "end": 720.04, "word": " type", "probability": 0.9541015625}, {"start": 720.04, "end": 720.52, "word": " و", "probability": 0.92431640625}, {"start": 720.52, "end": 720.8, "word": " بده", "probability": 0.6990966796875}, {"start": 720.8, "end": 721.38, "word": " يعمل", "probability": 0.9855143229166666}, {"start": 721.38, "end": 722.74, "word": " type", "probability": 0.95361328125}, {"start": 722.74, "end": 723.3, "word": " conversion", "probability": 0.83642578125}, {"start": 723.3, "end": 723.6, "word": " إذا", "probability": 0.916259765625}, {"start": 723.6, "end": 723.94, "word": " لازم", "probability": 0.9915364583333334}, {"start": 723.94, "end": 724.26, "word": " الأمر", "probability": 0.88232421875}, {"start": 724.26, "end": 725.0, "word": " فعلا", "probability": 0.95068359375}, {"start": 725.0, "end": 725.26, "word": " ففي", "probability": 0.81640625}, {"start": 725.26, "end": 725.62, "word": " الشكل", "probability": 0.57684326171875}, {"start": 725.62, "end": 726.2, "word": " الأولاني", "probability": 0.94140625}, {"start": 726.2, "end": 726.36, "word": " اللي", "probability": 0.954345703125}, {"start": 726.36, "end": 726.66, "word": " هو", "probability": 0.9853515625}, {"start": 726.66, "end": 727.36, "word": " يفحص", "probability": 0.984619140625}, {"start": 727.36, "end": 727.52, "word": " ال", "probability": 0.98486328125}, {"start": 727.52, "end": 727.82, "word": " type", "probability": 0.9794921875}, {"start": 727.82, "end": 729.38, "word": " يفحص", "probability": 0.84423828125}, {"start": 729.38, "end": 729.5, "word": " ال", "probability": 0.98388671875}, {"start": 729.5, "end": 729.72, "word": " type", "probability": 0.98876953125}, {"start": 729.72, "end": 730.02, "word": " بمعنى", "probability": 0.93623046875}, {"start": 730.02, "end": 730.24, "word": " أنه", "probability": 0.7347412109375}, {"start": 730.24, "end": 730.9, "word": " يعطيك", "probability": 0.9503173828125}], "temperature": 1.0}, {"id": 26, "seek": 76099, "start": 731.85, "end": 760.99, "text": "الـ dot type attribute يعطيها ال value تبعه فإيش ال value الإجمالي تبع ال value تبع ال expression الإجمالي ال value تبع ال dot attribute تبع ال expression الإجمالي نقدر نقول زيكي إن والله إذا E1 عبارة عن إنتجة و E2 عبارة عن إنتجة يبقى ال expression الإجمالي ال type تبعه إنتجة", "tokens": [6027, 39184, 5893, 2010, 19667, 7251, 3615, 9566, 1829, 11296, 2423, 2158, 6055, 3555, 3615, 3224, 6156, 28814, 1829, 8592, 2423, 2158, 33688, 7435, 2304, 6027, 1829, 6055, 3555, 3615, 2423, 2158, 6055, 3555, 3615, 2423, 6114, 33688, 7435, 2304, 6027, 1829, 2423, 2158, 6055, 3555, 3615, 2423, 5893, 19667, 6055, 3555, 3615, 2423, 6114, 33688, 7435, 2304, 6027, 1829, 8717, 28543, 2288, 8717, 39648, 30767, 1829, 4117, 1829, 36145, 16070, 43761, 11933, 15730, 462, 16, 6225, 3555, 9640, 3660, 18871, 11933, 29399, 7435, 3660, 4032, 462, 17, 6225, 3555, 9640, 3660, 18871, 11933, 29399, 7435, 3660, 7251, 3555, 4587, 7578, 2423, 6114, 33688, 7435, 2304, 6027, 1829, 2423, 2010, 6055, 3555, 3615, 3224, 11933, 29399, 7435, 3660], "avg_logprob": -0.19603465985851126, "compression_ratio": 2.195767195767196, "no_speech_prob": 3.5762786865234375e-07, "words": [{"start": 731.85, "end": 732.23, "word": "الـ", "probability": 0.566162109375}, {"start": 732.23, "end": 732.41, "word": " dot", "probability": 0.23046875}, {"start": 732.41, "end": 733.13, "word": " type", "probability": 0.67822265625}, {"start": 733.13, "end": 733.93, "word": " attribute", "probability": 0.9658203125}, {"start": 733.93, "end": 735.03, "word": " يعطيها", "probability": 0.798193359375}, {"start": 735.03, "end": 735.29, "word": " ال", "probability": 0.58203125}, {"start": 735.29, "end": 735.51, "word": " value", "probability": 0.56689453125}, {"start": 735.51, "end": 736.17, "word": " تبعه", "probability": 0.6881103515625}, {"start": 736.17, "end": 736.91, "word": " فإيش", "probability": 0.86572265625}, {"start": 736.91, "end": 737.07, "word": " ال", "probability": 0.91259765625}, {"start": 737.07, "end": 737.53, "word": " value", "probability": 0.9501953125}, {"start": 737.53, "end": 738.45, "word": " الإجمالي", "probability": 0.96787109375}, {"start": 738.45, "end": 738.81, "word": " تبع", "probability": 0.9111328125}, {"start": 738.81, "end": 739.29, "word": " ال", "probability": 0.89111328125}, {"start": 739.29, "end": 739.67, "word": " value", "probability": 0.29345703125}, {"start": 739.67, "end": 739.93, "word": " تبع", "probability": 0.8177083333333334}, {"start": 739.93, "end": 740.01, "word": " ال", "probability": 0.83544921875}, {"start": 740.01, "end": 740.37, "word": " expression", "probability": 0.9189453125}, {"start": 740.37, "end": 740.87, "word": " الإجمالي", "probability": 0.9734375}, {"start": 740.87, "end": 741.05, "word": " ال", "probability": 0.642578125}, {"start": 741.05, "end": 741.53, "word": " value", "probability": 0.982421875}, {"start": 741.53, "end": 741.75, "word": " تبع", "probability": 0.9508463541666666}, {"start": 741.75, "end": 741.87, "word": " ال", "probability": 0.89111328125}, {"start": 741.87, "end": 742.07, "word": " dot", "probability": 0.89794921875}, {"start": 742.07, "end": 742.61, "word": " attribute", "probability": 0.97265625}, {"start": 742.61, "end": 743.63, "word": " تبع", "probability": 0.9484049479166666}, {"start": 743.63, "end": 743.77, "word": " ال", "probability": 0.9609375}, {"start": 743.77, "end": 744.17, "word": " expression", "probability": 0.931640625}, {"start": 744.17, "end": 744.83, "word": " الإجمالي", "probability": 0.97861328125}, {"start": 744.83, "end": 746.89, "word": " نقدر", "probability": 0.84033203125}, {"start": 746.89, "end": 747.15, "word": " نقول", "probability": 0.984130859375}, {"start": 747.15, "end": 747.69, "word": " زيكي", "probability": 0.80670166015625}, {"start": 747.69, "end": 747.91, "word": " إن", "probability": 0.57177734375}, {"start": 747.91, "end": 748.41, "word": " والله", "probability": 0.643310546875}, {"start": 748.41, "end": 749.97, "word": " إذا", "probability": 0.9599609375}, {"start": 749.97, "end": 750.57, "word": " E1", "probability": 0.757568359375}, {"start": 750.57, "end": 751.47, "word": " عبارة", "probability": 0.9705810546875}, {"start": 751.47, "end": 751.87, "word": " عن", "probability": 0.998046875}, {"start": 751.87, "end": 752.75, "word": " إنتجة", "probability": 0.7777099609375}, {"start": 752.75, "end": 753.01, "word": " و", "probability": 0.80615234375}, {"start": 753.01, "end": 753.53, "word": " E2", "probability": 0.79443359375}, {"start": 753.53, "end": 753.85, "word": " عبارة", "probability": 0.9951171875}, {"start": 753.85, "end": 754.05, "word": " عن", "probability": 0.9931640625}, {"start": 754.05, "end": 754.61, "word": " إنتجة", "probability": 0.9423828125}, {"start": 754.61, "end": 756.75, "word": " يبقى", "probability": 0.790283203125}, {"start": 756.75, "end": 757.37, "word": " ال", "probability": 0.71044921875}, {"start": 757.37, "end": 759.17, "word": " expression", "probability": 0.83935546875}, {"start": 759.17, "end": 759.85, "word": " الإجمالي", "probability": 0.98955078125}, {"start": 759.85, "end": 760.03, "word": " ال", "probability": 0.66259765625}, {"start": 760.03, "end": 760.23, "word": " type", "probability": 0.72802734375}, {"start": 760.23, "end": 760.59, "word": " تبعه", "probability": 0.83087158203125}, {"start": 760.59, "end": 760.99, "word": " إنتجة", "probability": 0.9285888671875}], "temperature": 1.0}, {"id": 27, "seek": 79367, "start": 764.17, "end": 793.67, "text": "هناك ما يتقلب بيه وهو إعطاء الـ dot type ال value تبعها ال dot type مين تبع ال expression أجمالها إذا كان هناك اختلاف فهي لازم تحويله لكن دعنا نحن نتحويلها على شجة قليل الآن أجلناها بس مجرد أننا نرى كيف إذا لو أن الأولاني integer والثاني integer بالإجمال ال integer إذا كان الأولاني float والثاني integer", "tokens": [3224, 8315, 4117, 19446, 7251, 2655, 4587, 46152, 4724, 1829, 3224, 37037, 2407, 11933, 3615, 9566, 16606, 2423, 39184, 5893, 2010, 2423, 2158, 6055, 3555, 3615, 11296, 2423, 5893, 2010, 3714, 9957, 6055, 3555, 3615, 2423, 6114, 5551, 7435, 2304, 6027, 11296, 11933, 15730, 25961, 34105, 4117, 1975, 46456, 15040, 5172, 6156, 3224, 1829, 5296, 31377, 2304, 6055, 5016, 2407, 26895, 3224, 44381, 11778, 3615, 8315, 8717, 5016, 1863, 8717, 2655, 5016, 2407, 26895, 11296, 15844, 13412, 7435, 3660, 12174, 20292, 1211, 6024, 48506, 5551, 7435, 1211, 8315, 11296, 4724, 3794, 3714, 7435, 2288, 3215, 14739, 8315, 8717, 2288, 7578, 9122, 33911, 11933, 15730, 45164, 14739, 16247, 12610, 7649, 1829, 24922, 16070, 12984, 7649, 1829, 24922, 20666, 28814, 7435, 2304, 6027, 2423, 24922, 11933, 15730, 25961, 16247, 12610, 7649, 1829, 15706, 16070, 12984, 7649, 1829, 24922], "avg_logprob": -0.4580291901191656, "compression_ratio": 1.856060606060606, "no_speech_prob": 5.960464477539063e-08, "words": [{"start": 764.17, "end": 764.37, "word": "هناك", "probability": 0.22660319010416666}, {"start": 764.37, "end": 764.59, "word": " ما", "probability": 0.1600341796875}, {"start": 764.59, "end": 765.01, "word": " يتقلب", "probability": 0.8170166015625}, {"start": 765.01, "end": 765.37, "word": " بيه", "probability": 0.6761067708333334}, {"start": 765.37, "end": 766.55, "word": " وهو", "probability": 0.6103515625}, {"start": 766.55, "end": 767.93, "word": " إعطاء", "probability": 0.8675537109375}, {"start": 767.93, "end": 768.17, "word": " الـ", "probability": 0.6490478515625}, {"start": 768.17, "end": 768.39, "word": " dot", "probability": 0.286865234375}, {"start": 768.39, "end": 768.75, "word": " type", "probability": 0.755859375}, {"start": 768.75, "end": 769.09, "word": " ال", "probability": 0.3916015625}, {"start": 769.09, "end": 769.29, "word": " value", "probability": 0.533203125}, {"start": 769.29, "end": 770.03, "word": " تبعها", "probability": 0.8072509765625}, {"start": 770.03, "end": 770.47, "word": " ال", "probability": 0.8427734375}, {"start": 770.47, "end": 770.67, "word": " dot", "probability": 0.89599609375}, {"start": 770.67, "end": 770.95, "word": " type", "probability": 0.93701171875}, {"start": 770.95, "end": 771.41, "word": " مين", "probability": 0.339447021484375}, {"start": 771.41, "end": 771.57, "word": " تبع", "probability": 0.9129231770833334}, {"start": 771.57, "end": 771.67, "word": " ال", "probability": 0.80126953125}, {"start": 771.67, "end": 771.99, "word": " expression", "probability": 0.83154296875}, {"start": 771.99, "end": 772.43, "word": " أجمالها", "probability": 0.656494140625}, {"start": 772.43, "end": 772.73, "word": " إذا", "probability": 0.707763671875}, {"start": 772.73, "end": 773.23, "word": " كان", "probability": 0.7958984375}, {"start": 773.23, "end": 773.31, "word": " هناك", "probability": 0.783203125}, {"start": 773.31, "end": 774.07, "word": " اختلاف", "probability": 0.880859375}, {"start": 774.07, "end": 774.87, "word": " فهي", "probability": 0.4866943359375}, {"start": 774.87, "end": 775.13, "word": " لازم", "probability": 0.8024088541666666}, {"start": 775.13, "end": 775.85, "word": " تحويله", "probability": 0.825439453125}, {"start": 775.85, "end": 776.09, "word": " لكن", "probability": 0.381103515625}, {"start": 776.09, "end": 776.41, "word": " دعنا", "probability": 0.7972005208333334}, {"start": 776.41, "end": 776.57, "word": " نحن", "probability": 0.5899658203125}, {"start": 776.57, "end": 777.13, "word": " نتحويلها", "probability": 0.5899658203125}, {"start": 777.13, "end": 777.25, "word": " على", "probability": 0.822265625}, {"start": 777.25, "end": 777.59, "word": " شجة", "probability": 0.8230794270833334}, {"start": 777.59, "end": 777.89, "word": " قليل", "probability": 0.5812581380208334}, {"start": 777.89, "end": 778.21, "word": " الآن", "probability": 0.57855224609375}, {"start": 778.21, "end": 779.19, "word": " أجلناها", "probability": 0.69970703125}, {"start": 779.19, "end": 779.75, "word": " بس", "probability": 0.785888671875}, {"start": 779.75, "end": 780.17, "word": " مجرد", "probability": 0.8978271484375}, {"start": 780.17, "end": 780.31, "word": " أننا", "probability": 0.2691650390625}, {"start": 780.31, "end": 780.81, "word": " نرى", "probability": 0.6698811848958334}, {"start": 780.81, "end": 781.11, "word": " كيف", "probability": 0.90966796875}, {"start": 781.11, "end": 782.37, "word": " إذا", "probability": 0.51239013671875}, {"start": 782.37, "end": 782.71, "word": " لو", "probability": 0.43017578125}, {"start": 782.71, "end": 782.91, "word": " أن", "probability": 0.2293701171875}, {"start": 782.91, "end": 787.59, "word": " الأولاني", "probability": 0.770172119140625}, {"start": 787.59, "end": 787.93, "word": " integer", "probability": 0.7431640625}, {"start": 787.93, "end": 788.41, "word": " والثاني", "probability": 0.7532958984375}, {"start": 788.41, "end": 788.81, "word": " integer", "probability": 0.96630859375}, {"start": 788.81, "end": 789.59, "word": " بالإجمال", "probability": 0.792626953125}, {"start": 789.59, "end": 789.75, "word": " ال", "probability": 0.75048828125}, {"start": 789.75, "end": 790.09, "word": " integer", "probability": 0.6572265625}, {"start": 790.09, "end": 790.73, "word": " إذا", "probability": 0.5826416015625}, {"start": 790.73, "end": 790.95, "word": " كان", "probability": 0.31494140625}, {"start": 790.95, "end": 791.61, "word": " الأولاني", "probability": 0.9488525390625}, {"start": 791.61, "end": 792.53, "word": " float", "probability": 0.9228515625}, {"start": 792.53, "end": 793.15, "word": " والثاني", "probability": 0.9295654296875}, {"start": 793.15, "end": 793.67, "word": " integer", "probability": 0.97412109375}], "temperature": 1.0}, {"id": 28, "seek": 82348, "start": 794.02, "end": 823.48, "text": "ماذا نعطي للـ E-type؟ نعطيه float بس هذا الكلام برضه يتضمن اننا هنعمل conversion هنعمل conversion ونعطيها float صح؟ بتانة اه في حالة التانية طبعا الان هذا مثال بسيط بس عشان اوضح فكرة ان انا بحط ال type ال type attribute بعطيها قيمتها بهذا الأسلوب", "tokens": [2304, 45636, 995, 8717, 3615, 9566, 1829, 24976, 39184, 462, 12, 20467, 22807, 8717, 3615, 9566, 1829, 3224, 15706, 4724, 3794, 23758, 2423, 28820, 10943, 4724, 43042, 3224, 7251, 2655, 11242, 27842, 16472, 8315, 8032, 1863, 25957, 1211, 14298, 8032, 1863, 25957, 1211, 14298, 4032, 1863, 3615, 9566, 1829, 11296, 15706, 20328, 5016, 22807, 4724, 2655, 7649, 3660, 1975, 3224, 8978, 11331, 6027, 3660, 16712, 7649, 10632, 23032, 3555, 3615, 995, 2423, 7649, 23758, 50113, 6027, 4724, 3794, 1829, 9566, 4724, 3794, 6225, 8592, 7649, 1975, 2407, 11242, 5016, 6156, 4117, 25720, 16472, 1975, 8315, 4724, 5016, 9566, 2423, 2010, 2423, 2010, 19667, 4724, 3615, 9566, 1829, 11296, 12174, 32640, 2655, 11296, 39627, 15730, 16247, 3794, 1211, 37746], "avg_logprob": -0.3193277446161799, "compression_ratio": 1.7173913043478262, "no_speech_prob": 0.0, "words": [{"start": 794.02, "end": 794.32, "word": "ماذا", "probability": 0.7211100260416666}, {"start": 794.32, "end": 794.84, "word": " نعطي", "probability": 0.8656005859375}, {"start": 794.84, "end": 795.64, "word": " للـ", "probability": 0.349609375}, {"start": 795.64, "end": 795.76, "word": " E", "probability": 0.630859375}, {"start": 795.76, "end": 796.56, "word": "-type؟", "probability": 0.6433919270833334}, {"start": 796.56, "end": 796.84, "word": " نعطيه", "probability": 0.5523681640625}, {"start": 796.84, "end": 797.32, "word": " float", "probability": 0.463623046875}, {"start": 797.32, "end": 801.74, "word": " بس", "probability": 0.41943359375}, {"start": 801.74, "end": 802.02, "word": " هذا", "probability": 0.54052734375}, {"start": 802.02, "end": 802.36, "word": " الكلام", "probability": 0.91748046875}, {"start": 802.36, "end": 802.68, "word": " برضه", "probability": 0.7267252604166666}, {"start": 802.68, "end": 803.24, "word": " يتضمن", "probability": 0.935791015625}, {"start": 803.24, "end": 803.7, "word": " اننا", "probability": 0.4705810546875}, {"start": 803.7, "end": 804.28, "word": " هنعمل", "probability": 0.849853515625}, {"start": 804.28, "end": 805.0, "word": " conversion", "probability": 0.87158203125}, {"start": 805.0, "end": 805.56, "word": " هنعمل", "probability": 0.8868408203125}, {"start": 805.56, "end": 805.94, "word": " conversion", "probability": 0.9501953125}, {"start": 805.94, "end": 806.38, "word": " ونعطيها", "probability": 0.8646240234375}, {"start": 806.38, "end": 806.76, "word": " float", "probability": 0.8193359375}, {"start": 806.76, "end": 807.92, "word": " صح؟", "probability": 0.6550699869791666}, {"start": 807.92, "end": 808.62, "word": " بتانة", "probability": 0.4505615234375}, {"start": 808.62, "end": 810.52, "word": " اه", "probability": 0.49822998046875}, {"start": 810.52, "end": 810.62, "word": " في", "probability": 0.580078125}, {"start": 810.62, "end": 811.04, "word": " حالة", "probability": 0.9713541666666666}, {"start": 811.04, "end": 812.18, "word": " التانية", "probability": 0.9049479166666666}, {"start": 812.18, "end": 812.56, "word": " طبعا", "probability": 0.960205078125}, {"start": 812.56, "end": 812.96, "word": " الان", "probability": 0.660888671875}, {"start": 812.96, "end": 813.92, "word": " هذا", "probability": 0.80029296875}, {"start": 813.92, "end": 814.32, "word": " مثال", "probability": 0.946044921875}, {"start": 814.32, "end": 814.84, "word": " بسيط", "probability": 0.9896240234375}, {"start": 814.84, "end": 815.56, "word": " بس", "probability": 0.767578125}, {"start": 815.56, "end": 815.96, "word": " عشان", "probability": 0.8361002604166666}, {"start": 815.96, "end": 816.38, "word": " اوضح", "probability": 0.931396484375}, {"start": 816.38, "end": 817.02, "word": " فكرة", "probability": 0.9630533854166666}, {"start": 817.02, "end": 817.26, "word": " ان", "probability": 0.693359375}, {"start": 817.26, "end": 817.5, "word": " انا", "probability": 0.760498046875}, {"start": 817.5, "end": 818.08, "word": " بحط", "probability": 0.9597981770833334}, {"start": 818.08, "end": 818.38, "word": " ال", "probability": 0.63720703125}, {"start": 818.38, "end": 818.8, "word": " type", "probability": 0.66064453125}, {"start": 818.8, "end": 819.48, "word": " ال", "probability": 0.374267578125}, {"start": 819.48, "end": 819.82, "word": " type", "probability": 0.331298828125}, {"start": 819.82, "end": 820.48, "word": " attribute", "probability": 0.912109375}, {"start": 820.48, "end": 821.0, "word": " بعطيها", "probability": 0.8748046875}, {"start": 821.0, "end": 821.68, "word": " قيمتها", "probability": 0.9849853515625}, {"start": 821.68, "end": 822.9, "word": " بهذا", "probability": 0.955078125}, {"start": 822.9, "end": 823.48, "word": " الأسلوب", "probability": 0.86431884765625}], "temperature": 1.0}, {"id": 29, "seek": 85031, "start": 823.87, "end": 850.31, "text": "و وين بحطها لكان كإيش ك semantic rule تدخل مع مين مع ال grammar في syntax directed definition صح ولا لأ okay يعني بحدد ال time بهذا الأسلوب العملية ال conversion في الأول احنا بدأنا نتفهم ان ال conversion دايما بيبدأ من الأضغط بيكون في اتجاه من الأضغط إلى الأوسع", "tokens": [2407, 4032, 9957, 4724, 5016, 9566, 11296, 5296, 41361, 9122, 28814, 1829, 8592, 9122, 47982, 4978, 6055, 3215, 9778, 1211, 20449, 3714, 9957, 20449, 2423, 22317, 8978, 28431, 12898, 7123, 20328, 5016, 49429, 5296, 10721, 1392, 37495, 22653, 4724, 24401, 3215, 2423, 565, 39627, 15730, 16247, 3794, 1211, 37746, 18863, 42213, 10632, 2423, 14298, 8978, 16247, 12610, 1975, 5016, 8315, 47525, 10721, 8315, 8717, 2655, 5172, 16095, 16472, 2423, 14298, 11778, 47302, 15042, 4724, 1829, 44510, 10721, 9154, 16247, 11242, 17082, 9566, 4724, 1829, 30544, 8978, 1975, 2655, 7435, 40294, 9154, 16247, 11242, 17082, 9566, 30731, 16247, 41779, 3615], "avg_logprob": -0.2845312589406967, "compression_ratio": 1.6290322580645162, "no_speech_prob": 0.0, "words": [{"start": 823.87, "end": 823.97, "word": "و", "probability": 0.4794921875}, {"start": 823.97, "end": 824.69, "word": " وين", "probability": 0.482666015625}, {"start": 824.69, "end": 825.47, "word": " بحطها", "probability": 0.812255859375}, {"start": 825.47, "end": 825.79, "word": " لكان", "probability": 0.33465576171875}, {"start": 825.79, "end": 826.33, "word": " كإيش", "probability": 0.8135986328125}, {"start": 826.33, "end": 826.91, "word": " ك", "probability": 0.73095703125}, {"start": 826.91, "end": 827.63, "word": " semantic", "probability": 0.37158203125}, {"start": 827.63, "end": 828.05, "word": " rule", "probability": 0.875}, {"start": 828.05, "end": 828.63, "word": " تدخل", "probability": 0.95849609375}, {"start": 828.63, "end": 828.81, "word": " مع", "probability": 0.98583984375}, {"start": 828.81, "end": 829.39, "word": " مين", "probability": 0.620849609375}, {"start": 829.39, "end": 830.13, "word": " مع", "probability": 0.78564453125}, {"start": 830.13, "end": 830.47, "word": " ال", "probability": 0.8896484375}, {"start": 830.47, "end": 831.33, "word": " grammar", "probability": 0.9560546875}, {"start": 831.33, "end": 832.15, "word": " في", "probability": 0.89501953125}, {"start": 832.15, "end": 832.55, "word": " syntax", "probability": 0.95849609375}, {"start": 832.55, "end": 833.07, "word": " directed", "probability": 0.85546875}, {"start": 833.07, "end": 833.71, "word": " definition", "probability": 0.8916015625}, {"start": 833.71, "end": 834.05, "word": " صح", "probability": 0.96630859375}, {"start": 834.05, "end": 834.21, "word": " ولا", "probability": 0.833984375}, {"start": 834.21, "end": 835.01, "word": " لأ", "probability": 0.884765625}, {"start": 835.01, "end": 835.29, "word": " okay", "probability": 0.234619140625}, {"start": 835.29, "end": 837.63, "word": " يعني", "probability": 0.8642578125}, {"start": 837.63, "end": 839.51, "word": " بحدد", "probability": 0.9103190104166666}, {"start": 839.51, "end": 839.65, "word": " ال", "probability": 0.98583984375}, {"start": 839.65, "end": 839.93, "word": " time", "probability": 0.654296875}, {"start": 839.93, "end": 840.47, "word": " بهذا", "probability": 0.882568359375}, {"start": 840.47, "end": 841.55, "word": " الأسلوب", "probability": 0.9405517578125}, {"start": 841.55, "end": 842.95, "word": " العملية", "probability": 0.6974283854166666}, {"start": 842.95, "end": 843.11, "word": " ال", "probability": 0.89111328125}, {"start": 843.11, "end": 843.67, "word": " conversion", "probability": 0.9501953125}, {"start": 843.67, "end": 844.19, "word": " في", "probability": 0.72265625}, {"start": 844.19, "end": 844.49, "word": " الأول", "probability": 0.987548828125}, {"start": 844.49, "end": 844.69, "word": " احنا", "probability": 0.8561197916666666}, {"start": 844.69, "end": 844.93, "word": " بدأنا", "probability": 0.6525065104166666}, {"start": 844.93, "end": 845.33, "word": " نتفهم", "probability": 0.9114990234375}, {"start": 845.33, "end": 845.57, "word": " ان", "probability": 0.666015625}, {"start": 845.57, "end": 845.77, "word": " ال", "probability": 0.9345703125}, {"start": 845.77, "end": 846.21, "word": " conversion", "probability": 0.96435546875}, {"start": 846.21, "end": 846.61, "word": " دايما", "probability": 0.7762858072916666}, {"start": 846.61, "end": 847.01, "word": " بيبدأ", "probability": 0.877685546875}, {"start": 847.01, "end": 847.17, "word": " من", "probability": 0.978515625}, {"start": 847.17, "end": 847.45, "word": " الأضغط", "probability": 0.72882080078125}, {"start": 847.45, "end": 848.07, "word": " بيكون", "probability": 0.8370768229166666}, {"start": 848.07, "end": 848.19, "word": " في", "probability": 0.82470703125}, {"start": 848.19, "end": 848.45, "word": " اتجاه", "probability": 0.971923828125}, {"start": 848.45, "end": 848.63, "word": " من", "probability": 0.92333984375}, {"start": 848.63, "end": 848.97, "word": " الأضغط", "probability": 0.939208984375}, {"start": 848.97, "end": 849.23, "word": " إلى", "probability": 0.68408203125}, {"start": 849.23, "end": 850.31, "word": " الأوسع", "probability": 0.671630859375}], "temperature": 1.0}, {"id": 30, "seek": 87845, "start": 852.73, "end": 878.45, "text": "فالفكرة هذا بيوريلي يعني إيش أنا أضيق و إيش أوسع هذا narrowing يعني لو أنا حولت من double ل float أو من float ل long أو من long ل integer أنا بضيق صح narrowing و العكس اللي هو إيش ال widening widening يعني لما أنا بحور من byte إلى short من short إلى integer من integer إلى long و ممكن من integer إلى float يعني مش ضرورة إيش بشكل مباشر", "tokens": [5172, 6027, 5172, 4117, 25720, 23758, 4724, 1829, 13063, 1829, 20292, 37495, 22653, 11933, 1829, 8592, 41850, 5551, 11242, 1829, 4587, 4032, 11933, 1829, 8592, 5551, 41779, 3615, 23758, 9432, 278, 37495, 22653, 45164, 41850, 11331, 12610, 2655, 9154, 3834, 5296, 15706, 34051, 9154, 15706, 5296, 938, 34051, 9154, 938, 5296, 24922, 41850, 4724, 11242, 1829, 4587, 20328, 5016, 9432, 278, 4032, 18863, 4117, 3794, 13672, 1829, 31439, 11933, 1829, 8592, 2423, 32552, 278, 32552, 278, 37495, 22653, 5296, 15042, 41850, 4724, 5016, 13063, 9154, 40846, 30731, 2099, 9154, 2099, 30731, 24922, 9154, 24922, 30731, 938, 4032, 3714, 43020, 9154, 24922, 30731, 15706, 37495, 22653, 37893, 48812, 2288, 13063, 3660, 11933, 1829, 8592, 4724, 8592, 28820, 3714, 3555, 33599, 2288], "avg_logprob": -0.18607954348414396, "compression_ratio": 1.9838056680161944, "no_speech_prob": 0.0, "words": [{"start": 852.73, "end": 853.37, "word": "فالفكرة", "probability": 0.751220703125}, {"start": 853.37, "end": 853.69, "word": " هذا", "probability": 0.275390625}, {"start": 853.69, "end": 854.37, "word": " بيوريلي", "probability": 0.6982421875}, {"start": 854.37, "end": 854.59, "word": " يعني", "probability": 0.804443359375}, {"start": 854.59, "end": 854.81, "word": " إيش", "probability": 0.7947591145833334}, {"start": 854.81, "end": 854.97, "word": " أنا", "probability": 0.78076171875}, {"start": 854.97, "end": 855.31, "word": " أضيق", "probability": 0.85693359375}, {"start": 855.31, "end": 855.55, "word": " و", "probability": 0.3125}, {"start": 855.55, "end": 855.67, "word": " إيش", "probability": 0.8024088541666666}, {"start": 855.67, "end": 856.53, "word": " أوسع", "probability": 0.6765950520833334}, {"start": 856.53, "end": 856.93, "word": " هذا", "probability": 0.74560546875}, {"start": 856.93, "end": 857.67, "word": " narrowing", "probability": 0.87060546875}, {"start": 857.67, "end": 857.91, "word": " يعني", "probability": 0.8828125}, {"start": 857.91, "end": 858.11, "word": " لو", "probability": 0.93212890625}, {"start": 858.11, "end": 858.29, "word": " أنا", "probability": 0.794921875}, {"start": 858.29, "end": 858.79, "word": " حولت", "probability": 0.8675130208333334}, {"start": 858.79, "end": 858.93, "word": " من", "probability": 0.96923828125}, {"start": 858.93, "end": 859.19, "word": " double", "probability": 0.822265625}, {"start": 859.19, "end": 859.35, "word": " ل", "probability": 0.8515625}, {"start": 859.35, "end": 859.69, "word": " float", "probability": 0.939453125}, {"start": 859.69, "end": 859.99, "word": " أو", "probability": 0.67626953125}, {"start": 859.99, "end": 860.17, "word": " من", "probability": 0.96337890625}, {"start": 860.17, "end": 860.49, "word": " float", "probability": 0.96435546875}, {"start": 860.49, "end": 860.65, "word": " ل", "probability": 0.546875}, {"start": 860.65, "end": 860.93, "word": " long", "probability": 0.94091796875}, {"start": 860.93, "end": 861.09, "word": " أو", "probability": 0.84521484375}, {"start": 861.09, "end": 861.23, "word": " من", "probability": 0.84814453125}, {"start": 861.23, "end": 861.43, "word": " long", "probability": 0.947265625}, {"start": 861.43, "end": 861.55, "word": " ل", "probability": 0.9423828125}, {"start": 861.55, "end": 862.03, "word": " integer", "probability": 0.94775390625}, {"start": 862.03, "end": 862.39, "word": " أنا", "probability": 0.76806640625}, {"start": 862.39, "end": 863.03, "word": " بضيق", "probability": 0.9532470703125}, {"start": 863.03, "end": 863.97, "word": " صح", "probability": 0.887451171875}, {"start": 863.97, "end": 864.81, "word": " narrowing", "probability": 0.7161865234375}, {"start": 864.81, "end": 865.35, "word": " و", "probability": 0.56298828125}, {"start": 865.35, "end": 865.79, "word": " العكس", "probability": 0.9580078125}, {"start": 865.79, "end": 866.09, "word": " اللي", "probability": 0.972412109375}, {"start": 866.09, "end": 866.39, "word": " هو", "probability": 0.99169921875}, {"start": 866.39, "end": 866.77, "word": " إيش", "probability": 0.8733723958333334}, {"start": 866.77, "end": 867.29, "word": " ال", "probability": 0.97509765625}, {"start": 867.29, "end": 867.99, "word": " widening", "probability": 0.968017578125}, {"start": 867.99, "end": 868.73, "word": " widening", "probability": 0.82421875}, {"start": 868.73, "end": 868.93, "word": " يعني", "probability": 0.9892578125}, {"start": 868.93, "end": 869.09, "word": " لما", "probability": 0.947509765625}, {"start": 869.09, "end": 869.21, "word": " أنا", "probability": 0.734375}, {"start": 869.21, "end": 869.57, "word": " بحور", "probability": 0.6943359375}, {"start": 869.57, "end": 869.73, "word": " من", "probability": 0.9736328125}, {"start": 869.73, "end": 870.05, "word": " byte", "probability": 0.623046875}, {"start": 870.05, "end": 870.25, "word": " إلى", "probability": 0.91748046875}, {"start": 870.25, "end": 870.63, "word": " short", "probability": 0.9892578125}, {"start": 870.63, "end": 871.05, "word": " من", "probability": 0.7314453125}, {"start": 871.05, "end": 871.33, "word": " short", "probability": 0.98974609375}, {"start": 871.33, "end": 871.51, "word": " إلى", "probability": 0.98291015625}, {"start": 871.51, "end": 871.95, "word": " integer", "probability": 0.9658203125}, {"start": 871.95, "end": 872.41, "word": " من", "probability": 0.95166015625}, {"start": 872.41, "end": 872.79, "word": " integer", "probability": 0.978515625}, {"start": 872.79, "end": 873.05, "word": " إلى", "probability": 0.986328125}, {"start": 873.05, "end": 873.41, "word": " long", "probability": 0.97265625}, {"start": 873.41, "end": 873.87, "word": " و", "probability": 0.5830078125}, {"start": 873.87, "end": 874.15, "word": " ممكن", "probability": 0.864990234375}, {"start": 874.15, "end": 874.33, "word": " من", "probability": 0.99462890625}, {"start": 874.33, "end": 874.77, "word": " integer", "probability": 0.9697265625}, {"start": 874.77, "end": 875.05, "word": " إلى", "probability": 0.98486328125}, {"start": 875.05, "end": 875.59, "word": " float", "probability": 0.9609375}, {"start": 875.59, "end": 875.83, "word": " يعني", "probability": 0.966064453125}, {"start": 875.83, "end": 876.01, "word": " مش", "probability": 0.99169921875}, {"start": 876.01, "end": 876.49, "word": " ضرورة", "probability": 0.9705810546875}, {"start": 876.49, "end": 876.89, "word": " إيش", "probability": 0.78515625}, {"start": 876.89, "end": 877.89, "word": " بشكل", "probability": 0.9602864583333334}, {"start": 877.89, "end": 878.45, "word": " مباشر", "probability": 0.9951171875}], "temperature": 1.0}, {"id": 31, "seek": 90367, "start": 878.65, "end": 903.67, "text": "لأ بالتدريب ممكن اختصر بشكل على طول مباشر فهذا اسمه widening صح؟ الآن احنا ال widening بتمن الأضرق إلى الأوسع الآن دور ال compiler انه يحدد من الأضرق من الأوسع و يوسع اذا في اختلاف اذا في اختلاف اذا انا بحكي عن expression و ال expression هذا يتجول من two", "tokens": [1211, 10721, 20666, 2655, 3215, 16572, 3555, 3714, 43020, 1975, 46456, 9381, 2288, 4724, 8592, 28820, 15844, 23032, 12610, 3714, 3555, 33599, 2288, 6156, 3224, 15730, 24525, 2304, 3224, 32552, 278, 20328, 5016, 22807, 6024, 48506, 1975, 5016, 8315, 2423, 32552, 278, 39894, 27842, 16247, 11242, 2288, 4587, 30731, 16247, 41779, 3615, 6024, 48506, 11778, 13063, 2423, 31958, 16472, 3224, 7251, 24401, 3215, 9154, 16247, 11242, 2288, 4587, 9154, 16247, 41779, 3615, 4032, 7251, 41779, 3615, 1975, 15730, 8978, 1975, 46456, 15040, 5172, 1975, 15730, 8978, 1975, 46456, 15040, 5172, 1975, 15730, 1975, 8315, 4724, 5016, 4117, 1829, 18871, 6114, 4032, 2423, 6114, 23758, 7251, 2655, 7435, 12610, 9154, 732], "avg_logprob": -0.24127252869777852, "compression_ratio": 1.8642533936651584, "no_speech_prob": 5.960464477539063e-08, "words": [{"start": 878.65, "end": 878.99, "word": "لأ", "probability": 0.611083984375}, {"start": 878.99, "end": 880.73, "word": " بالتدريب", "probability": 0.729345703125}, {"start": 880.73, "end": 881.03, "word": " ممكن", "probability": 0.80419921875}, {"start": 881.03, "end": 881.95, "word": " اختصر", "probability": 0.9312744140625}, {"start": 881.95, "end": 882.49, "word": " بشكل", "probability": 0.6909586588541666}, {"start": 882.49, "end": 883.11, "word": " على", "probability": 0.5986328125}, {"start": 883.11, "end": 883.27, "word": " طول", "probability": 0.97216796875}, {"start": 883.27, "end": 883.79, "word": " مباشر", "probability": 0.9727783203125}, {"start": 883.79, "end": 884.75, "word": " فهذا", "probability": 0.8916015625}, {"start": 884.75, "end": 885.11, "word": " اسمه", "probability": 0.9475911458333334}, {"start": 885.11, "end": 885.99, "word": " widening", "probability": 0.87353515625}, {"start": 885.99, "end": 887.39, "word": " صح؟", "probability": 0.6844889322916666}, {"start": 887.39, "end": 887.71, "word": " الآن", "probability": 0.6214599609375}, {"start": 887.71, "end": 888.13, "word": " احنا", "probability": 0.96826171875}, {"start": 888.13, "end": 889.53, "word": " ال", "probability": 0.978515625}, {"start": 889.53, "end": 889.91, "word": " widening", "probability": 0.972900390625}, {"start": 889.91, "end": 890.21, "word": " بتمن", "probability": 0.4461669921875}, {"start": 890.21, "end": 890.63, "word": " الأضرق", "probability": 0.63543701171875}, {"start": 890.63, "end": 890.81, "word": " إلى", "probability": 0.646484375}, {"start": 890.81, "end": 891.27, "word": " الأوسع", "probability": 0.9462890625}, {"start": 891.27, "end": 892.05, "word": " الآن", "probability": 0.6280517578125}, {"start": 892.05, "end": 892.33, "word": " دور", "probability": 0.9443359375}, {"start": 892.33, "end": 892.51, "word": " ال", "probability": 0.94091796875}, {"start": 892.51, "end": 893.45, "word": " compiler", "probability": 0.9501953125}, {"start": 893.45, "end": 894.17, "word": " انه", "probability": 0.7763671875}, {"start": 894.17, "end": 894.61, "word": " يحدد", "probability": 0.9783528645833334}, {"start": 894.61, "end": 894.79, "word": " من", "probability": 0.89501953125}, {"start": 894.79, "end": 895.29, "word": " الأضرق", "probability": 0.961181640625}, {"start": 895.29, "end": 895.47, "word": " من", "probability": 0.5146484375}, {"start": 895.47, "end": 895.99, "word": " الأوسع", "probability": 0.95703125}, {"start": 895.99, "end": 896.27, "word": " و", "probability": 0.91748046875}, {"start": 896.27, "end": 897.11, "word": " يوسع", "probability": 0.8111165364583334}, {"start": 897.11, "end": 897.59, "word": " اذا", "probability": 0.6961669921875}, {"start": 897.59, "end": 897.77, "word": " في", "probability": 0.85986328125}, {"start": 897.77, "end": 898.35, "word": " اختلاف", "probability": 0.9107666015625}, {"start": 898.35, "end": 899.05, "word": " اذا", "probability": 0.934326171875}, {"start": 899.05, "end": 899.17, "word": " في", "probability": 0.80615234375}, {"start": 899.17, "end": 899.79, "word": " اختلاف", "probability": 0.9715576171875}, {"start": 899.79, "end": 900.33, "word": " اذا", "probability": 0.9052734375}, {"start": 900.33, "end": 900.45, "word": " انا", "probability": 0.896728515625}, {"start": 900.45, "end": 900.85, "word": " بحكي", "probability": 0.9627685546875}, {"start": 900.85, "end": 901.03, "word": " عن", "probability": 0.9580078125}, {"start": 901.03, "end": 901.53, "word": " expression", "probability": 0.703125}, {"start": 901.53, "end": 901.69, "word": " و", "probability": 0.420654296875}, {"start": 901.69, "end": 901.73, "word": " ال", "probability": 0.68505859375}, {"start": 901.73, "end": 902.07, "word": " expression", "probability": 0.89794921875}, {"start": 902.07, "end": 902.45, "word": " هذا", "probability": 0.67919921875}, {"start": 902.45, "end": 903.33, "word": " يتجول", "probability": 0.892822265625}, {"start": 903.33, "end": 903.51, "word": " من", "probability": 0.986328125}, {"start": 903.51, "end": 903.67, "word": " two", "probability": 0.60791015625}], "temperature": 1.0}, {"id": 32, "seek": 93343, "start": 906.61, "end": 933.43, "text": "أضغط من التاني يتوسع إلى ال type التاني يتوسع يعني بيحصل فيه explicit type conversion explicit هو على مستوى ال three address code بس بالنسبة لل programmer هو implicit صح تمام فاحنا الآن بيحنا نتخيل two functions ال function الأولى اسمها max ال max هذه بنعطيها two types", "tokens": [10721, 11242, 17082, 9566, 9154, 16712, 7649, 1829, 7251, 2655, 41779, 3615, 30731, 2423, 2010, 16712, 7649, 1829, 7251, 2655, 41779, 3615, 37495, 22653, 4724, 1829, 5016, 36520, 8978, 3224, 13691, 2010, 14298, 13691, 31439, 15844, 3714, 14851, 2407, 7578, 2423, 1045, 2985, 3089, 4724, 3794, 20666, 1863, 35457, 3660, 24976, 32116, 31439, 26947, 20328, 5016, 46811, 10943, 6156, 39319, 8315, 6024, 48506, 4724, 1829, 5016, 8315, 8717, 2655, 9778, 26895, 732, 6828, 2423, 2445, 16247, 12610, 7578, 24525, 2304, 11296, 11469, 2423, 11469, 29538, 44945, 3615, 9566, 1829, 11296, 732, 3467], "avg_logprob": -0.3366935381325342, "compression_ratio": 1.634453781512605, "no_speech_prob": 0.0, "words": [{"start": 906.61, "end": 906.95, "word": "أضغط", "probability": 0.6102294921875}, {"start": 906.95, "end": 907.07, "word": " من", "probability": 0.3740234375}, {"start": 907.07, "end": 907.63, "word": " التاني", "probability": 0.8224283854166666}, {"start": 907.63, "end": 908.93, "word": " يتوسع", "probability": 0.73223876953125}, {"start": 908.93, "end": 909.79, "word": " إلى", "probability": 0.483154296875}, {"start": 909.79, "end": 911.17, "word": " ال", "probability": 0.44287109375}, {"start": 911.17, "end": 911.41, "word": " type", "probability": 0.20947265625}, {"start": 911.41, "end": 912.03, "word": " التاني", "probability": 0.74609375}, {"start": 912.03, "end": 912.57, "word": " يتوسع", "probability": 0.821533203125}, {"start": 912.57, "end": 912.91, "word": " يعني", "probability": 0.81103515625}, {"start": 912.91, "end": 913.37, "word": " بيحصل", "probability": 0.685638427734375}, {"start": 913.37, "end": 913.85, "word": " فيه", "probability": 0.774658203125}, {"start": 913.85, "end": 914.93, "word": " explicit", "probability": 0.404052734375}, {"start": 914.93, "end": 915.67, "word": " type", "probability": 0.94140625}, {"start": 915.67, "end": 916.33, "word": " conversion", "probability": 0.87255859375}, {"start": 916.33, "end": 918.57, "word": " explicit", "probability": 0.58203125}, {"start": 918.57, "end": 919.17, "word": " هو", "probability": 0.88330078125}, {"start": 919.17, "end": 919.39, "word": " على", "probability": 0.87109375}, {"start": 919.39, "end": 919.93, "word": " مستوى", "probability": 0.976318359375}, {"start": 919.93, "end": 920.07, "word": " ال", "probability": 0.82958984375}, {"start": 920.07, "end": 920.23, "word": " three", "probability": 0.552734375}, {"start": 920.23, "end": 920.55, "word": " address", "probability": 0.89990234375}, {"start": 920.55, "end": 920.77, "word": " code", "probability": 0.8955078125}, {"start": 920.77, "end": 920.95, "word": " بس", "probability": 0.77001953125}, {"start": 920.95, "end": 921.29, "word": " بالنسبة", "probability": 0.8837890625}, {"start": 921.29, "end": 921.45, "word": " لل", "probability": 0.8671875}, {"start": 921.45, "end": 921.89, "word": " programmer", "probability": 0.8056640625}, {"start": 921.89, "end": 922.11, "word": " هو", "probability": 0.88134765625}, {"start": 922.11, "end": 922.53, "word": " implicit", "probability": 0.98046875}, {"start": 922.53, "end": 923.31, "word": " صح", "probability": 0.5985107421875}, {"start": 923.31, "end": 924.87, "word": " تمام", "probability": 0.885009765625}, {"start": 924.87, "end": 925.47, "word": " فاحنا", "probability": 0.8056640625}, {"start": 925.47, "end": 926.55, "word": " الآن", "probability": 0.6966552734375}, {"start": 926.55, "end": 927.67, "word": " بيحنا", "probability": 0.629638671875}, {"start": 927.67, "end": 928.75, "word": " نتخيل", "probability": 0.9024658203125}, {"start": 928.75, "end": 929.11, "word": " two", "probability": 0.5634765625}, {"start": 929.11, "end": 929.67, "word": " functions", "probability": 0.8759765625}, {"start": 929.67, "end": 929.87, "word": " ال", "probability": 0.5791015625}, {"start": 929.87, "end": 930.09, "word": " function", "probability": 0.3388671875}, {"start": 930.09, "end": 930.61, "word": " الأولى", "probability": 0.9679361979166666}, {"start": 930.61, "end": 930.95, "word": " اسمها", "probability": 0.8108723958333334}, {"start": 930.95, "end": 931.33, "word": " max", "probability": 0.72802734375}, {"start": 931.33, "end": 931.87, "word": " ال", "probability": 0.6728515625}, {"start": 931.87, "end": 932.13, "word": " max", "probability": 0.669921875}, {"start": 932.13, "end": 932.35, "word": " هذه", "probability": 0.494140625}, {"start": 932.35, "end": 932.75, "word": " بنعطيها", "probability": 0.821533203125}, {"start": 932.75, "end": 932.93, "word": " two", "probability": 0.93310546875}, {"start": 932.93, "end": 933.43, "word": " types", "probability": 0.8935546875}], "temperature": 1.0}, {"id": 33, "seek": 95806, "start": 934.28, "end": 958.06, "text": "TWO TYPES وبنعملها بحيث ان هي تتطلع على ال two types دولة و تعطيني مين مين مين الأكبر صح مين الأكبر حجمها من ناحية ال size في ال memory خلي بالك ان ال types هذه تي واحد تي اتين ممكن تبقى simple types integer float او تبقى complex type زي array of", "tokens": [51, 54, 46, 36187, 47, 2358, 4032, 3555, 1863, 25957, 1211, 11296, 4724, 5016, 1829, 12984, 16472, 39896, 6055, 2655, 9566, 1211, 3615, 15844, 2423, 732, 3467, 11778, 12610, 3660, 4032, 6055, 3615, 9566, 1829, 22653, 3714, 9957, 3714, 9957, 3714, 9957, 16247, 4117, 26890, 20328, 5016, 3714, 9957, 16247, 4117, 26890, 11331, 7435, 2304, 11296, 9154, 8717, 39319, 10632, 2423, 2744, 8978, 2423, 4675, 16490, 20292, 20666, 4117, 16472, 2423, 3467, 29538, 6055, 1829, 36764, 24401, 6055, 1829, 1975, 2655, 9957, 3714, 43020, 6055, 3555, 4587, 7578, 2199, 3467, 24922, 15706, 1975, 2407, 6055, 3555, 4587, 7578, 3997, 2010, 30767, 1829, 10225, 295], "avg_logprob": -0.3330357006617955, "compression_ratio": 1.5375, "no_speech_prob": 0.0, "words": [{"start": 934.28, "end": 934.64, "word": "TWO", "probability": 0.5209147135416666}, {"start": 934.64, "end": 935.22, "word": " TYPES", "probability": 0.8312174479166666}, {"start": 935.22, "end": 936.44, "word": " وبنعملها", "probability": 0.6695149739583334}, {"start": 936.44, "end": 936.74, "word": " بحيث", "probability": 0.8006591796875}, {"start": 936.74, "end": 936.9, "word": " ان", "probability": 0.4599609375}, {"start": 936.9, "end": 937.22, "word": " هي", "probability": 0.400634765625}, {"start": 937.22, "end": 937.96, "word": " تتطلع", "probability": 0.765673828125}, {"start": 937.96, "end": 938.12, "word": " على", "probability": 0.8046875}, {"start": 938.12, "end": 938.22, "word": " ال", "probability": 0.5390625}, {"start": 938.22, "end": 938.34, "word": " two", "probability": 0.2003173828125}, {"start": 938.34, "end": 938.66, "word": " types", "probability": 0.85693359375}, {"start": 938.66, "end": 939.32, "word": " دولة", "probability": 0.7718098958333334}, {"start": 939.32, "end": 939.84, "word": " و", "probability": 0.70068359375}, {"start": 939.84, "end": 940.86, "word": " تعطيني", "probability": 0.6845703125}, {"start": 940.86, "end": 941.06, "word": " مين", "probability": 0.865478515625}, {"start": 941.06, "end": 941.4, "word": " مين", "probability": 0.6871337890625}, {"start": 941.4, "end": 941.76, "word": " مين", "probability": 0.6297607421875}, {"start": 941.76, "end": 942.98, "word": " الأكبر", "probability": 0.9217122395833334}, {"start": 942.98, "end": 943.8, "word": " صح", "probability": 0.7744140625}, {"start": 943.8, "end": 944.12, "word": " مين", "probability": 0.779052734375}, {"start": 944.12, "end": 944.5, "word": " الأكبر", "probability": 0.9755859375}, {"start": 944.5, "end": 945.08, "word": " حجمها", "probability": 0.81842041015625}, {"start": 945.08, "end": 946.06, "word": " من", "probability": 0.5224609375}, {"start": 946.06, "end": 946.44, "word": " ناحية", "probability": 0.9689127604166666}, {"start": 946.44, "end": 946.62, "word": " ال", "probability": 0.8828125}, {"start": 946.62, "end": 946.94, "word": " size", "probability": 0.8349609375}, {"start": 946.94, "end": 947.64, "word": " في", "probability": 0.82470703125}, {"start": 947.64, "end": 947.92, "word": " ال", "probability": 0.810546875}, {"start": 947.92, "end": 948.58, "word": " memory", "probability": 0.884765625}, {"start": 948.58, "end": 949.22, "word": " خلي", "probability": 0.802978515625}, {"start": 949.22, "end": 949.48, "word": " بالك", "probability": 0.979248046875}, {"start": 949.48, "end": 949.6, "word": " ان", "probability": 0.55712890625}, {"start": 949.6, "end": 949.7, "word": " ال", "probability": 0.9697265625}, {"start": 949.7, "end": 949.98, "word": " types", "probability": 0.884765625}, {"start": 949.98, "end": 950.32, "word": " هذه", "probability": 0.39306640625}, {"start": 950.32, "end": 950.5, "word": " تي", "probability": 0.506103515625}, {"start": 950.5, "end": 950.72, "word": " واحد", "probability": 0.965087890625}, {"start": 950.72, "end": 950.86, "word": " تي", "probability": 0.5518798828125}, {"start": 950.86, "end": 951.08, "word": " اتين", "probability": 0.8434244791666666}, {"start": 951.08, "end": 951.28, "word": " ممكن", "probability": 0.923583984375}, {"start": 951.28, "end": 951.52, "word": " تبقى", "probability": 0.9326171875}, {"start": 951.52, "end": 951.88, "word": " simple", "probability": 0.75}, {"start": 951.88, "end": 952.36, "word": " types", "probability": 0.90283203125}, {"start": 952.36, "end": 953.48, "word": " integer", "probability": 0.330078125}, {"start": 953.48, "end": 954.82, "word": " float", "probability": 0.810546875}, {"start": 954.82, "end": 955.84, "word": " او", "probability": 0.758544921875}, {"start": 955.84, "end": 956.1, "word": " تبقى", "probability": 0.9859619140625}, {"start": 956.1, "end": 956.6, "word": " complex", "probability": 0.82861328125}, {"start": 956.6, "end": 956.98, "word": " type", "probability": 0.75927734375}, {"start": 956.98, "end": 957.22, "word": " زي", "probability": 0.777587890625}, {"start": 957.22, "end": 957.62, "word": " array", "probability": 0.845703125}, {"start": 957.62, "end": 958.06, "word": " of", "probability": 0.97216796875}], "temperature": 1.0}, {"id": 34, "seek": 98289, "start": 958.87, "end": 982.89, "text": "أو array of two of array of three of integer صح زي المثال اللي هنا فهي وظيفة TMAX هذه فقط انها بتعطيني تقوللي مين من الاتنين اللي دخلوا عليها مين من ال two types اللي عطينا هياهم ال size تبقى أكبر بناء على الإشارة اللي بدي تجيني منها بقى كرمر اعمل widening widening لمين؟", "tokens": [10721, 2407, 10225, 295, 732, 295, 10225, 295, 1045, 295, 24922, 20328, 5016, 30767, 1829, 9673, 12984, 6027, 13672, 1829, 34105, 6156, 3224, 1829, 4032, 19913, 33911, 3660, 314, 9998, 55, 29538, 6156, 47432, 16472, 11296, 39894, 3615, 9566, 9957, 1829, 6055, 39648, 20292, 3714, 9957, 9154, 2423, 9307, 1863, 9957, 13672, 1829, 11778, 9778, 1211, 14407, 25894, 11296, 3714, 9957, 9154, 2423, 732, 3467, 13672, 1829, 6225, 9566, 1829, 8315, 8032, 25528, 16095, 2423, 2744, 6055, 3555, 4587, 7578, 5551, 4117, 26890, 44945, 16606, 15844, 33688, 8592, 9640, 3660, 13672, 1829, 4724, 16254, 6055, 7435, 9957, 1829, 9154, 11296, 4724, 4587, 7578, 9122, 2288, 29973, 1975, 25957, 1211, 32552, 278, 32552, 278, 5296, 2304, 9957, 22807], "avg_logprob": -0.28019067973403605, "compression_ratio": 1.6892430278884463, "no_speech_prob": 5.960464477539063e-08, "words": [{"start": 958.87, "end": 959.53, "word": "أو", "probability": 0.582275390625}, {"start": 959.53, "end": 959.85, "word": " array", "probability": 0.58349609375}, {"start": 959.85, "end": 960.13, "word": " of", "probability": 0.91552734375}, {"start": 960.13, "end": 960.53, "word": " two", "probability": 0.56103515625}, {"start": 960.53, "end": 960.83, "word": " of", "probability": 0.50390625}, {"start": 960.83, "end": 961.19, "word": " array", "probability": 0.853515625}, {"start": 961.19, "end": 961.51, "word": " of", "probability": 0.97314453125}, {"start": 961.51, "end": 961.81, "word": " three", "probability": 0.408203125}, {"start": 961.81, "end": 962.05, "word": " of", "probability": 0.951171875}, {"start": 962.05, "end": 962.49, "word": " integer", "probability": 0.7177734375}, {"start": 962.49, "end": 963.31, "word": " صح", "probability": 0.6510009765625}, {"start": 963.31, "end": 963.53, "word": " زي", "probability": 0.6217041015625}, {"start": 963.53, "end": 963.91, "word": " المثال", "probability": 0.8307291666666666}, {"start": 963.91, "end": 964.07, "word": " اللي", "probability": 0.826416015625}, {"start": 964.07, "end": 964.33, "word": " هنا", "probability": 0.640625}, {"start": 964.33, "end": 965.19, "word": " فهي", "probability": 0.8958333333333334}, {"start": 965.19, "end": 965.69, "word": " وظيفة", "probability": 0.9698486328125}, {"start": 965.69, "end": 966.11, "word": " TMAX", "probability": 0.4920654296875}, {"start": 966.11, "end": 966.45, "word": " هذه", "probability": 0.58203125}, {"start": 966.45, "end": 966.87, "word": " فقط", "probability": 0.970703125}, {"start": 966.87, "end": 967.15, "word": " انها", "probability": 0.7122802734375}, {"start": 967.15, "end": 967.73, "word": " بتعطيني", "probability": 0.7865234375}, {"start": 967.73, "end": 968.41, "word": " تقوللي", "probability": 0.7285970052083334}, {"start": 968.41, "end": 968.99, "word": " مين", "probability": 0.91259765625}, {"start": 968.99, "end": 969.13, "word": " من", "probability": 0.9814453125}, {"start": 969.13, "end": 969.47, "word": " الاتنين", "probability": 0.7786865234375}, {"start": 969.47, "end": 969.61, "word": " اللي", "probability": 0.96728515625}, {"start": 969.61, "end": 970.05, "word": " دخلوا", "probability": 0.9434814453125}, {"start": 970.05, "end": 970.51, "word": " عليها", "probability": 0.991455078125}, {"start": 970.51, "end": 971.09, "word": " مين", "probability": 0.843994140625}, {"start": 971.09, "end": 971.19, "word": " من", "probability": 0.99169921875}, {"start": 971.19, "end": 971.29, "word": " ال", "probability": 0.96630859375}, {"start": 971.29, "end": 971.39, "word": " two", "probability": 0.86962890625}, {"start": 971.39, "end": 971.67, "word": " types", "probability": 0.8642578125}, {"start": 971.67, "end": 971.77, "word": " اللي", "probability": 0.98974609375}, {"start": 971.77, "end": 972.05, "word": " عطينا", "probability": 0.7236328125}, {"start": 972.05, "end": 972.69, "word": " هياهم", "probability": 0.6475423177083334}, {"start": 972.69, "end": 973.83, "word": " ال", "probability": 0.59765625}, {"start": 973.83, "end": 974.09, "word": " size", "probability": 0.90380859375}, {"start": 974.09, "end": 974.37, "word": " تبقى", "probability": 0.8817138671875}, {"start": 974.37, "end": 974.79, "word": " أكبر", "probability": 0.9052734375}, {"start": 974.79, "end": 975.63, "word": " بناء", "probability": 0.887451171875}, {"start": 975.63, "end": 975.93, "word": " على", "probability": 0.85498046875}, {"start": 975.93, "end": 977.59, "word": " الإشارة", "probability": 0.977294921875}, {"start": 977.59, "end": 977.71, "word": " اللي", "probability": 0.948486328125}, {"start": 977.71, "end": 977.85, "word": " بدي", "probability": 0.47998046875}, {"start": 977.85, "end": 978.23, "word": " تجيني", "probability": 0.8154296875}, {"start": 978.23, "end": 978.69, "word": " منها", "probability": 0.9951171875}, {"start": 978.69, "end": 979.45, "word": " بقى", "probability": 0.892578125}, {"start": 979.45, "end": 979.95, "word": " كرمر", "probability": 0.555419921875}, {"start": 979.95, "end": 980.53, "word": " اعمل", "probability": 0.85888671875}, {"start": 980.53, "end": 981.17, "word": " widening", "probability": 0.83642578125}, {"start": 981.17, "end": 982.27, "word": " widening", "probability": 0.6539306640625}, {"start": 982.27, "end": 982.89, "word": " لمين؟", "probability": 0.7686767578125}], "temperature": 1.0}, {"id": 35, "seek": 101319, "start": 983.59, "end": 1013.19, "text": "للي ايش للكبير طبعا للصغير اذا ماكس تاكس two types تاكس two types T1 و T2 يعني انا تخيل معايا E1 و E2 هدولة عندي ال attributes سبقتهم ولا لا هم ممكن اعطيهم لمين لماكس وهي اللي بتقول ليه", "tokens": [1211, 20292, 1975, 1829, 8592, 5296, 23275, 3555, 13546, 23032, 3555, 3615, 995, 5296, 1211, 9381, 17082, 13546, 1975, 15730, 19446, 4117, 3794, 6055, 995, 4117, 3794, 732, 3467, 6055, 995, 4117, 3794, 732, 3467, 314, 16, 4032, 314, 17, 37495, 22653, 1975, 8315, 6055, 9778, 26895, 20449, 995, 25528, 462, 16, 4032, 462, 17, 8032, 3215, 12610, 3660, 18871, 16254, 2423, 17212, 8608, 3555, 38149, 16095, 49429, 20193, 8032, 2304, 3714, 43020, 1975, 3615, 9566, 1829, 16095, 5296, 2304, 9957, 5296, 15042, 4117, 3794, 37037, 1829, 13672, 1829, 39894, 39648, 32239, 3224], "avg_logprob": -0.30618351349171175, "compression_ratio": 1.5935828877005347, "no_speech_prob": 0.0, "words": [{"start": 983.59, "end": 984.11, "word": "للي", "probability": 0.4271240234375}, {"start": 984.11, "end": 984.39, "word": " ايش", "probability": 0.6661783854166666}, {"start": 984.39, "end": 984.87, "word": " للكبير", "probability": 0.7967529296875}, {"start": 984.87, "end": 985.23, "word": " طبعا", "probability": 0.9447021484375}, {"start": 985.23, "end": 985.93, "word": " للصغير", "probability": 0.8615234375}, {"start": 985.93, "end": 986.21, "word": " اذا", "probability": 0.4581298828125}, {"start": 986.21, "end": 988.17, "word": " ماكس", "probability": 0.6673177083333334}, {"start": 988.17, "end": 988.87, "word": " تاكس", "probability": 0.61444091796875}, {"start": 988.87, "end": 989.25, "word": " two", "probability": 0.281982421875}, {"start": 989.25, "end": 989.99, "word": " types", "probability": 0.87646484375}, {"start": 989.99, "end": 991.13, "word": " تاكس", "probability": 0.82513427734375}, {"start": 991.13, "end": 991.43, "word": " two", "probability": 0.8330078125}, {"start": 991.43, "end": 992.25, "word": " types", "probability": 0.865234375}, {"start": 992.25, "end": 992.71, "word": " T1", "probability": 0.5927734375}, {"start": 992.71, "end": 993.03, "word": " و", "probability": 0.8740234375}, {"start": 993.03, "end": 993.43, "word": " T2", "probability": 0.803466796875}, {"start": 993.43, "end": 993.69, "word": " يعني", "probability": 0.771484375}, {"start": 993.69, "end": 993.91, "word": " انا", "probability": 0.90234375}, {"start": 993.91, "end": 994.37, "word": " تخيل", "probability": 0.8515625}, {"start": 994.37, "end": 994.91, "word": " معايا", "probability": 0.8450520833333334}, {"start": 994.91, "end": 997.17, "word": " E1", "probability": 0.7188720703125}, {"start": 997.17, "end": 997.39, "word": " و", "probability": 0.96044921875}, {"start": 997.39, "end": 997.75, "word": " E2", "probability": 0.922119140625}, {"start": 997.75, "end": 998.53, "word": " هدولة", "probability": 0.7957763671875}, {"start": 998.53, "end": 1001.17, "word": " عندي", "probability": 0.6697998046875}, {"start": 1001.17, "end": 1001.39, "word": " ال", "probability": 0.97216796875}, {"start": 1001.39, "end": 1001.85, "word": " attributes", "probability": 0.84033203125}, {"start": 1001.85, "end": 1003.29, "word": " سبقتهم", "probability": 0.6475830078125}, {"start": 1003.29, "end": 1008.61, "word": " ولا", "probability": 0.3330078125}, {"start": 1008.61, "end": 1008.89, "word": " لا", "probability": 0.64013671875}, {"start": 1008.89, "end": 1009.57, "word": " هم", "probability": 0.941162109375}, {"start": 1009.57, "end": 1009.93, "word": " ممكن", "probability": 0.966064453125}, {"start": 1009.93, "end": 1010.31, "word": " اعطيهم", "probability": 0.973828125}, {"start": 1010.31, "end": 1010.67, "word": " لمين", "probability": 0.6873372395833334}, {"start": 1010.67, "end": 1012.15, "word": " لماكس", "probability": 0.8583984375}, {"start": 1012.15, "end": 1012.45, "word": " وهي", "probability": 0.836669921875}, {"start": 1012.45, "end": 1012.61, "word": " اللي", "probability": 0.9384765625}, {"start": 1012.61, "end": 1012.87, "word": " بتقول", "probability": 0.918701171875}, {"start": 1012.87, "end": 1013.19, "word": " ليه", "probability": 0.704345703125}], "temperature": 1.0}, {"id": 36, "seek": 104131, "start": 1013.27, "end": 1041.31, "text": "مي لاكبار هي and returns the maximum or least upper bound of the two types in the widening hierarchy it declares an error إذا T1 و T2 is not in the hierarchy إذا ما بتعرفش أي واحد منهم أو إذا .. إذا .. إذا .. إذا .. إذا .. إذا .. إذا .. إذا .. إذا .. إذا .. إذا .. إذا .. إذا .. إذا .. إذا .. إذا .. إذا .. إذا .. إذا .. إذا .. إذا .. إذا .. إذا .. إذا .. إذا .. إذا .. إذا .. إذا .. إذا .. إذا .. إذا .. إذا .. إذا .. إذا .. إذا .. إذا .. إذا .. إذا .. إذا .. إذا .. إذا .. إذا .. إذا .. إذا .. إذا .. إذا .. إذا .. إذا .. إذا .. إذا .. إذا .. إذا .. إذا .. إذا .. إذا .. إذا .. إذا", "tokens": [2304, 1829, 20193, 4117, 3555, 9640, 39896, 293, 11247, 264, 6674, 420, 1935, 6597, 5472, 295, 264, 732, 3467, 294, 264, 32552, 278, 22333, 309, 979, 19415, 364, 6713, 11933, 15730, 314, 16, 4032, 314, 17, 307, 406, 294, 264, 22333, 11933, 15730, 19446, 39894, 3615, 28480, 8592, 36632, 36764, 24401, 9154, 16095, 34051, 11933, 15730, 4386, 11933, 15730, 4386, 11933, 15730, 4386, 11933, 15730, 4386, 11933, 15730, 4386, 11933, 15730, 4386, 11933, 15730, 4386, 11933, 15730, 4386, 11933, 15730, 4386, 11933, 15730, 4386, 11933, 15730, 4386, 11933, 15730, 4386, 11933, 15730, 4386, 11933, 15730, 4386, 11933, 15730, 4386, 11933, 15730, 4386, 11933, 15730, 4386, 11933, 15730, 4386, 11933, 15730, 4386, 11933, 15730, 4386, 11933, 15730, 4386, 11933, 15730, 4386, 11933, 15730, 4386, 11933, 15730, 4386, 11933, 15730, 4386, 11933, 15730, 4386, 11933, 15730, 4386, 11933, 15730, 4386, 11933, 15730, 4386, 11933, 15730, 4386, 11933, 15730, 4386, 11933, 15730, 4386, 11933, 15730, 4386, 11933, 15730, 4386, 11933, 15730, 4386, 11933, 15730, 4386, 11933, 15730, 4386, 11933, 15730, 4386, 11933, 15730, 4386, 11933, 15730, 4386, 11933, 15730, 4386, 11933, 15730, 4386, 11933, 15730, 4386, 11933, 15730, 4386, 11933, 15730, 4386, 11933, 15730, 4386, 11933, 15730, 4386, 11933, 15730, 4386, 11933, 15730, 4386, 11933, 15730, 4386, 11933, 15730, 4386, 11933, 15730, 4386, 11933, 15730, 4386, 11933, 15730, 4386, 11933, 15730, 4386, 11933, 15730, 4386, 11933, 15730], "avg_logprob": -0.1448611111111111, "compression_ratio": 4.119791666666667, "no_speech_prob": 0.0, "words": [{"start": 1013.27, "end": 1013.59, "word": "مي", "probability": 0.2286834716796875}, {"start": 1013.59, "end": 1014.61, "word": " لاكبار", "probability": 0.57147216796875}, {"start": 1014.61, "end": 1015.55, "word": " هي", "probability": 0.1751708984375}, {"start": 1015.55, "end": 1016.13, "word": " and", "probability": 0.426025390625}, {"start": 1016.13, "end": 1016.63, "word": " returns", "probability": 0.67041015625}, {"start": 1016.63, "end": 1016.85, "word": " the", "probability": 0.8525390625}, {"start": 1016.85, "end": 1017.31, "word": " maximum", "probability": 0.9296875}, {"start": 1017.31, "end": 1017.75, "word": " or", "probability": 0.72216796875}, {"start": 1017.75, "end": 1018.47, "word": " least", "probability": 0.8876953125}, {"start": 1018.47, "end": 1018.83, "word": " upper", "probability": 0.837890625}, {"start": 1018.83, "end": 1019.13, "word": " bound", "probability": 0.9140625}, {"start": 1019.13, "end": 1019.43, "word": " of", "probability": 0.93408203125}, {"start": 1019.43, "end": 1019.65, "word": " the", "probability": 0.69091796875}, {"start": 1019.65, "end": 1019.93, "word": " two", "probability": 0.94287109375}, {"start": 1019.93, "end": 1020.47, "word": " types", "probability": 0.86572265625}, {"start": 1020.47, "end": 1021.11, "word": " in", "probability": 0.8994140625}, {"start": 1021.11, "end": 1021.21, "word": " the", "probability": 0.8974609375}, {"start": 1021.21, "end": 1021.65, "word": " widening", "probability": 0.940673828125}, {"start": 1021.65, "end": 1021.95, "word": " hierarchy", "probability": 0.8466796875}, {"start": 1021.95, "end": 1022.35, "word": " it", "probability": 0.43408203125}, {"start": 1022.35, "end": 1022.93, "word": " declares", "probability": 0.760009765625}, {"start": 1022.93, "end": 1023.71, "word": " an", "probability": 0.8486328125}, {"start": 1023.71, "end": 1024.09, "word": " error", "probability": 0.91455078125}, {"start": 1024.09, "end": 1024.65, "word": " إذا", "probability": 0.782958984375}, {"start": 1024.65, "end": 1025.77, "word": " T1", "probability": 0.64208984375}, {"start": 1025.77, "end": 1025.99, "word": " و", "probability": 0.67578125}, {"start": 1025.99, "end": 1026.33, "word": " T2", "probability": 0.843017578125}, {"start": 1026.33, "end": 1026.59, "word": " is", "probability": 0.39306640625}, {"start": 1026.59, "end": 1026.91, "word": " not", "probability": 0.95556640625}, {"start": 1026.91, "end": 1027.13, "word": " in", "probability": 0.9599609375}, {"start": 1027.13, "end": 1027.23, "word": " the", "probability": 0.83984375}, {"start": 1027.23, "end": 1027.47, "word": " hierarchy", "probability": 0.87646484375}, {"start": 1027.47, "end": 1027.73, "word": " إذا", "probability": 0.7357177734375}, {"start": 1027.73, "end": 1027.79, "word": " ما", "probability": 0.79150390625}, {"start": 1027.79, "end": 1028.25, "word": " بتعرفش", "probability": 0.8743896484375}, {"start": 1028.25, "end": 1028.41, "word": " أي", "probability": 0.61376953125}, {"start": 1028.41, "end": 1028.69, "word": " واحد", "probability": 0.983642578125}, {"start": 1028.69, "end": 1029.59, "word": " منهم", "probability": 0.989013671875}, {"start": 1029.59, "end": 1029.93, "word": " أو", "probability": 0.487548828125}, {"start": 1029.93, "end": 1031.71, "word": " إذا", "probability": 0.8271484375}, {"start": 1031.71, "end": 1031.75, "word": " ..", "probability": 0.34423828125}, {"start": 1031.75, "end": 1032.05, "word": " إذا", "probability": 0.88525390625}, {"start": 1032.05, "end": 1032.07, "word": " ..", "probability": 0.86279296875}, {"start": 1032.07, "end": 1032.33, "word": " إذا", "probability": 0.951904296875}, {"start": 1032.33, "end": 1032.57, "word": " ..", "probability": 0.70751953125}, {"start": 1032.57, "end": 1032.57, "word": " إذا", "probability": 0.9169921875}, {"start": 1032.57, "end": 1032.63, "word": " ..", "probability": 0.6123046875}, {"start": 1032.63, "end": 1032.91, "word": " إذا", "probability": 0.89306640625}, {"start": 1032.91, "end": 1032.91, "word": " ..", "probability": 0.62451171875}, {"start": 1032.91, "end": 1033.43, "word": " إذا", "probability": 0.915771484375}, {"start": 1033.43, "end": 1033.75, "word": " ..", "probability": 0.572265625}, {"start": 1033.75, "end": 1034.03, "word": " إذا", "probability": 0.931884765625}, {"start": 1034.03, "end": 1034.09, "word": " ..", "probability": 0.5859375}, {"start": 1034.09, "end": 1034.09, "word": " إذا", "probability": 0.94091796875}, {"start": 1034.09, "end": 1034.15, "word": " ..", "probability": 0.6572265625}, {"start": 1034.15, "end": 1034.15, "word": " إذا", "probability": 0.94580078125}, {"start": 1034.15, "end": 1034.33, "word": " ..", "probability": 0.7587890625}, {"start": 1034.33, "end": 1035.09, "word": " إذا", "probability": 0.94921875}, {"start": 1035.09, "end": 1035.09, "word": " ..", "probability": 0.83544921875}, {"start": 1035.09, "end": 1035.17, "word": " إذا", "probability": 0.950927734375}, {"start": 1035.17, "end": 1035.17, "word": " ..", "probability": 0.8798828125}, {"start": 1035.17, "end": 1035.25, "word": " إذا", "probability": 0.95263671875}, {"start": 1035.25, "end": 1035.25, "word": " ..", "probability": 0.90869140625}, {"start": 1035.25, "end": 1035.25, "word": " إذا", "probability": 0.952880859375}, {"start": 1035.25, "end": 1035.25, "word": " ..", "probability": 0.9189453125}, {"start": 1035.25, "end": 1035.25, "word": " إذا", "probability": 0.953857421875}, {"start": 1035.25, "end": 1035.25, "word": " ..", "probability": 0.9287109375}, {"start": 1035.25, "end": 1035.25, "word": " إذا", "probability": 0.9541015625}, {"start": 1035.25, "end": 1035.25, "word": " ..", "probability": 0.93408203125}, {"start": 1035.25, "end": 1035.25, "word": " إذا", "probability": 0.95361328125}, {"start": 1035.25, "end": 1035.25, "word": " ..", "probability": 0.93603515625}, {"start": 1035.25, "end": 1035.25, "word": " إذا", "probability": 0.95361328125}, {"start": 1035.25, "end": 1035.25, "word": " ..", "probability": 0.935546875}, {"start": 1035.25, "end": 1035.25, "word": " إذا", "probability": 0.952880859375}, {"start": 1035.25, "end": 1035.25, "word": " ..", "probability": 0.93603515625}, {"start": 1035.25, "end": 1035.25, "word": " إذا", "probability": 0.9521484375}, {"start": 1035.25, "end": 1035.25, "word": " ..", "probability": 0.93505859375}, {"start": 1035.25, "end": 1035.25, "word": " إذا", "probability": 0.9521484375}, {"start": 1035.25, "end": 1035.25, "word": " ..", "probability": 0.93701171875}, {"start": 1035.25, "end": 1035.25, "word": " إذا", "probability": 0.952392578125}, {"start": 1035.25, "end": 1035.25, "word": " ..", "probability": 0.93701171875}, {"start": 1035.25, "end": 1035.25, "word": " إذا", "probability": 0.9521484375}, {"start": 1035.25, "end": 1035.25, "word": " ..", "probability": 0.9384765625}, {"start": 1035.25, "end": 1035.25, "word": " إذا", "probability": 0.951904296875}, {"start": 1035.25, "end": 1035.25, "word": " ..", "probability": 0.93896484375}, {"start": 1035.25, "end": 1035.25, "word": " إذا", "probability": 0.951416015625}, {"start": 1035.25, "end": 1035.25, "word": " ..", "probability": 0.93994140625}, {"start": 1035.25, "end": 1035.25, "word": " إذا", "probability": 0.950927734375}, {"start": 1035.25, "end": 1035.25, "word": " ..", "probability": 0.9404296875}, {"start": 1035.25, "end": 1035.25, "word": " إذا", "probability": 0.951171875}, {"start": 1035.25, "end": 1035.25, "word": " ..", "probability": 0.94482421875}, {"start": 1035.25, "end": 1035.25, "word": " إذا", "probability": 0.95166015625}, {"start": 1035.25, "end": 1035.25, "word": " ..", "probability": 0.9462890625}, {"start": 1035.25, "end": 1035.25, "word": " إذا", "probability": 0.95166015625}, {"start": 1035.25, "end": 1035.25, "word": " ..", "probability": 0.94970703125}, {"start": 1035.25, "end": 1035.25, "word": " إذا", "probability": 0.95166015625}, {"start": 1035.25, "end": 1035.25, "word": " ..", "probability": 0.95068359375}, {"start": 1035.25, "end": 1035.25, "word": " إذا", "probability": 0.951904296875}, {"start": 1035.25, "end": 1035.25, "word": " ..", "probability": 0.9541015625}, {"start": 1035.25, "end": 1035.25, "word": " إذا", "probability": 0.9521484375}, {"start": 1035.25, "end": 1035.25, "word": " ..", "probability": 0.95556640625}, {"start": 1035.25, "end": 1035.25, "word": " إذا", "probability": 0.9521484375}, {"start": 1035.25, "end": 1035.25, "word": " ..", "probability": 0.9580078125}, {"start": 1035.25, "end": 1035.25, "word": " إذا", "probability": 0.9521484375}, {"start": 1035.25, "end": 1035.25, "word": " ..", "probability": 0.96044921875}, {"start": 1035.25, "end": 1035.25, "word": " إذا", "probability": 0.952880859375}, {"start": 1035.25, "end": 1035.25, "word": " ..", "probability": 0.9638671875}, {"start": 1035.25, "end": 1035.25, "word": " إذا", "probability": 0.95263671875}, {"start": 1035.25, "end": 1035.25, "word": " ..", "probability": 0.96630859375}, {"start": 1035.25, "end": 1035.25, "word": " إذا", "probability": 0.953369140625}, {"start": 1035.25, "end": 1035.25, "word": " ..", "probability": 0.966796875}, {"start": 1035.25, "end": 1035.25, "word": " إذا", "probability": 0.953369140625}, {"start": 1035.25, "end": 1035.25, "word": " ..", "probability": 0.97021484375}, {"start": 1035.25, "end": 1035.25, "word": " إذا", "probability": 0.9541015625}, {"start": 1035.25, "end": 1035.25, "word": " ..", "probability": 0.97216796875}, {"start": 1035.25, "end": 1035.25, "word": " إذا", "probability": 0.9541015625}, {"start": 1035.25, "end": 1035.25, "word": " ..", "probability": 0.97412109375}, {"start": 1035.25, "end": 1035.25, "word": " إذا", "probability": 0.954833984375}, {"start": 1035.25, "end": 1035.25, "word": " ..", "probability": 0.97607421875}, {"start": 1035.25, "end": 1035.29, "word": " إذا", "probability": 0.955322265625}, {"start": 1035.29, "end": 1035.29, "word": " ..", "probability": 0.97802734375}, {"start": 1035.29, "end": 1035.29, "word": " إذا", "probability": 0.9560546875}, {"start": 1035.29, "end": 1035.29, "word": " ..", "probability": 0.97900390625}, {"start": 1035.29, "end": 1035.29, "word": " إذا", "probability": 0.95654296875}, {"start": 1035.29, "end": 1035.29, "word": " ..", "probability": 0.98095703125}, {"start": 1035.29, "end": 1035.29, "word": " إذا", "probability": 0.956787109375}, {"start": 1035.29, "end": 1035.29, "word": " ..", "probability": 0.98095703125}, {"start": 1035.29, "end": 1035.29, "word": " إذا", "probability": 0.957275390625}, {"start": 1035.29, "end": 1035.29, "word": " ..", "probability": 0.982421875}, {"start": 1035.29, "end": 1035.29, "word": " إذا", "probability": 0.957763671875}, {"start": 1035.29, "end": 1035.29, "word": " ..", "probability": 0.9833984375}, {"start": 1035.29, "end": 1035.31, "word": " إذا", "probability": 0.95703125}, {"start": 1035.31, "end": 1035.41, "word": " ..", "probability": 0.984375}, {"start": 1035.41, "end": 1035.45, "word": " إذا", "probability": 0.957763671875}, {"start": 1035.45, "end": 1035.45, "word": " ..", "probability": 0.9853515625}, {"start": 1035.45, "end": 1035.45, "word": " إذا", "probability": 0.958251953125}, {"start": 1035.45, "end": 1035.45, "word": " ..", "probability": 0.98583984375}, {"start": 1035.45, "end": 1035.45, "word": " إذا", "probability": 0.957763671875}, {"start": 1035.45, "end": 1035.45, "word": " ..", "probability": 0.98681640625}, {"start": 1035.45, "end": 1035.45, "word": " إذا", "probability": 0.957763671875}, {"start": 1035.45, "end": 1035.45, "word": " ..", "probability": 0.98681640625}, {"start": 1035.45, "end": 1035.45, "word": " إذا", "probability": 0.958740234375}, {"start": 1035.45, "end": 1035.45, "word": " ..", "probability": 0.9873046875}, {"start": 1035.45, "end": 1035.45, "word": " إذا", "probability": 0.958984375}, {"start": 1035.45, "end": 1035.45, "word": " ..", "probability": 0.98779296875}, {"start": 1035.45, "end": 1035.45, "word": " إذا", "probability": 0.95947265625}, {"start": 1035.45, "end": 1035.45, "word": " ..", "probability": 0.98828125}, {"start": 1035.45, "end": 1035.45, "word": " إذا", "probability": 0.958740234375}, {"start": 1035.45, "end": 1035.45, "word": " ..", "probability": 0.98876953125}, {"start": 1035.45, "end": 1035.45, "word": " إذا", "probability": 0.960693359375}, {"start": 1035.45, "end": 1035.45, "word": " ..", "probability": 0.98779296875}, {"start": 1035.45, "end": 1041.31, "word": " إذا", "probability": 0.9521484375}], "temperature": 1.0}, {"id": 37, "seek": 106770, "start": 1042.82, "end": 1067.7, "text": "بطلّه لي مين إذا هم equal بطلّه لي أي واحد منهم وإذا واحد منهم أكبر من التاني بطلّه لي الأكبر الان بعد ذلك بقدر أجي أقول widen لمن؟ للصغير ال widen function بعطيها address بعطيها للصغير و بعطيها ال type الكبير اللي انا بدي اتحول", "tokens": [3555, 9566, 1211, 11703, 3224, 32239, 3714, 9957, 11933, 15730, 8032, 2304, 2681, 4724, 9566, 1211, 11703, 3224, 32239, 36632, 36764, 24401, 9154, 16095, 4032, 28814, 15730, 36764, 24401, 9154, 16095, 5551, 4117, 26890, 9154, 16712, 7649, 1829, 4724, 9566, 1211, 11703, 3224, 32239, 16247, 4117, 26890, 2423, 7649, 39182, 29910, 23275, 4724, 28543, 2288, 5551, 7435, 1829, 5551, 39648, 32552, 5296, 27842, 22807, 24976, 9381, 17082, 13546, 2423, 32552, 2445, 4724, 3615, 9566, 1829, 11296, 2985, 4724, 3615, 9566, 1829, 11296, 24976, 9381, 17082, 13546, 4032, 4724, 3615, 9566, 1829, 11296, 2423, 2010, 33251, 3555, 13546, 13672, 1829, 1975, 8315, 4724, 16254, 1975, 2655, 5016, 12610], "avg_logprob": -0.3200231503557276, "compression_ratio": 1.8712871287128714, "no_speech_prob": 0.0, "words": [{"start": 1042.82, "end": 1043.4, "word": "بطلّه", "probability": 0.43974609375}, {"start": 1043.4, "end": 1043.62, "word": " لي", "probability": 0.54150390625}, {"start": 1043.62, "end": 1044.0, "word": " مين", "probability": 0.5699462890625}, {"start": 1044.0, "end": 1044.2, "word": " إذا", "probability": 0.66455078125}, {"start": 1044.2, "end": 1044.42, "word": " هم", "probability": 0.80908203125}, {"start": 1044.42, "end": 1044.74, "word": " equal", "probability": 0.60595703125}, {"start": 1044.74, "end": 1045.24, "word": " بطلّه", "probability": 0.851513671875}, {"start": 1045.24, "end": 1045.38, "word": " لي", "probability": 0.86328125}, {"start": 1045.38, "end": 1045.54, "word": " أي", "probability": 0.5087890625}, {"start": 1045.54, "end": 1045.82, "word": " واحد", "probability": 0.99169921875}, {"start": 1045.82, "end": 1046.04, "word": " منهم", "probability": 0.948974609375}, {"start": 1046.04, "end": 1046.24, "word": " وإذا", "probability": 0.6661783854166666}, {"start": 1046.24, "end": 1047.26, "word": " واحد", "probability": 0.625}, {"start": 1047.26, "end": 1047.44, "word": " منهم", "probability": 0.8564453125}, {"start": 1047.44, "end": 1047.84, "word": " أكبر", "probability": 0.9560546875}, {"start": 1047.84, "end": 1048.0, "word": " من", "probability": 0.9091796875}, {"start": 1048.0, "end": 1048.44, "word": " التاني", "probability": 0.7775065104166666}, {"start": 1048.44, "end": 1048.82, "word": " بطلّه", "probability": 0.9361328125}, {"start": 1048.82, "end": 1049.02, "word": " لي", "probability": 0.96875}, {"start": 1049.02, "end": 1050.46, "word": " الأكبر", "probability": 0.9248046875}, {"start": 1050.46, "end": 1051.9, "word": " الان", "probability": 0.46148681640625}, {"start": 1051.9, "end": 1052.1, "word": " بعد", "probability": 0.8701171875}, {"start": 1052.1, "end": 1052.42, "word": " ذلك", "probability": 0.6851806640625}, {"start": 1052.42, "end": 1053.0, "word": " بقدر", "probability": 0.94482421875}, {"start": 1053.0, "end": 1053.28, "word": " أجي", "probability": 0.5472819010416666}, {"start": 1053.28, "end": 1053.72, "word": " أقول", "probability": 0.826171875}, {"start": 1053.72, "end": 1054.58, "word": " widen", "probability": 0.7666015625}, {"start": 1054.58, "end": 1055.26, "word": " لمن؟", "probability": 0.6039225260416666}, {"start": 1055.26, "end": 1055.86, "word": " للصغير", "probability": 0.84716796875}, {"start": 1055.86, "end": 1056.96, "word": " ال", "probability": 0.88427734375}, {"start": 1056.96, "end": 1057.38, "word": " widen", "probability": 0.53125}, {"start": 1057.38, "end": 1058.14, "word": " function", "probability": 0.896484375}, {"start": 1058.14, "end": 1059.34, "word": " بعطيها", "probability": 0.944921875}, {"start": 1059.34, "end": 1060.0, "word": " address", "probability": 0.95068359375}, {"start": 1060.0, "end": 1062.88, "word": " بعطيها", "probability": 0.858984375}, {"start": 1062.88, "end": 1064.44, "word": " للصغير", "probability": 0.8485107421875}, {"start": 1064.44, "end": 1064.6, "word": " و", "probability": 0.61279296875}, {"start": 1064.6, "end": 1065.16, "word": " بعطيها", "probability": 0.882861328125}, {"start": 1065.16, "end": 1065.76, "word": " ال", "probability": 0.8466796875}, {"start": 1065.76, "end": 1066.02, "word": " type", "probability": 0.9306640625}, {"start": 1066.02, "end": 1066.42, "word": " الكبير", "probability": 0.9485677083333334}, {"start": 1066.42, "end": 1066.58, "word": " اللي", "probability": 0.908447265625}, {"start": 1066.58, "end": 1066.72, "word": " انا", "probability": 0.6456298828125}, {"start": 1066.72, "end": 1066.98, "word": " بدي", "probability": 0.718505859375}, {"start": 1066.98, "end": 1067.7, "word": " اتحول", "probability": 0.69769287109375}], "temperature": 1.0}, {"id": 38, "seek": 110123, "start": 1072.15, "end": 1101.23, "text": "ليش بأعطيها address؟ ليش بأعطيها address؟ إيش يعني address؟ اتذكر معايا إنه احنا لما كنا في ال examples اللي قبل بالدرجة على ال example في البداية في البداية كان معانا example", "tokens": [20292, 8592, 4724, 10721, 3615, 9566, 1829, 11296, 2985, 22807, 32239, 8592, 4724, 10721, 3615, 9566, 1829, 11296, 2985, 22807, 11933, 1829, 8592, 37495, 22653, 2985, 22807, 1975, 2655, 8848, 37983, 20449, 995, 25528, 36145, 3224, 1975, 5016, 8315, 5296, 15042, 9122, 8315, 8978, 2423, 5110, 13672, 1829, 12174, 36150, 20666, 3215, 47341, 3660, 15844, 2423, 1365, 8978, 29739, 28259, 10632, 8978, 29739, 28259, 10632, 25961, 20449, 7649, 995, 1365], "avg_logprob": -0.2803697300628877, "compression_ratio": 1.8104575163398693, "no_speech_prob": 0.0, "words": [{"start": 1072.15, "end": 1072.43, "word": "ليش", "probability": 0.5726318359375}, {"start": 1072.43, "end": 1072.79, "word": " بأعطيها", "probability": 0.7952473958333334}, {"start": 1072.79, "end": 1075.85, "word": " address؟", "probability": 0.6907958984375}, {"start": 1075.85, "end": 1076.81, "word": " ليش", "probability": 0.59002685546875}, {"start": 1076.81, "end": 1077.11, "word": " بأعطيها", "probability": 0.8879801432291666}, {"start": 1077.11, "end": 1077.63, "word": " address؟", "probability": 0.95068359375}, {"start": 1077.63, "end": 1077.85, "word": " إيش", "probability": 0.81396484375}, {"start": 1077.85, "end": 1078.03, "word": " يعني", "probability": 0.7626953125}, {"start": 1078.03, "end": 1078.91, "word": " address؟", "probability": 0.949462890625}, {"start": 1078.91, "end": 1083.99, "word": " اتذكر", "probability": 0.545745849609375}, {"start": 1083.99, "end": 1084.43, "word": " معايا", "probability": 0.8997395833333334}, {"start": 1084.43, "end": 1084.77, "word": " إنه", "probability": 0.436767578125}, {"start": 1084.77, "end": 1085.15, "word": " احنا", "probability": 0.7989908854166666}, {"start": 1085.15, "end": 1086.07, "word": " لما", "probability": 0.943359375}, {"start": 1086.07, "end": 1086.55, "word": " كنا", "probability": 0.9921875}, {"start": 1086.55, "end": 1087.35, "word": " في", "probability": 0.9150390625}, {"start": 1087.35, "end": 1087.45, "word": " ال", "probability": 0.87353515625}, {"start": 1087.45, "end": 1088.03, "word": " examples", "probability": 0.7431640625}, {"start": 1088.03, "end": 1088.59, "word": " اللي", "probability": 0.95556640625}, {"start": 1088.59, "end": 1089.95, "word": " قبل", "probability": 0.85107421875}, {"start": 1089.95, "end": 1094.55, "word": " بالدرجة", "probability": 0.79541015625}, {"start": 1094.55, "end": 1094.69, "word": " على", "probability": 0.55029296875}, {"start": 1094.69, "end": 1094.81, "word": " ال", "probability": 0.96240234375}, {"start": 1094.81, "end": 1095.41, "word": " example", "probability": 0.95166015625}, {"start": 1095.41, "end": 1099.15, "word": " في", "probability": 0.92138671875}, {"start": 1099.15, "end": 1099.55, "word": " البداية", "probability": 0.9864908854166666}, {"start": 1099.55, "end": 1099.67, "word": " في", "probability": 0.6376953125}, {"start": 1099.67, "end": 1100.17, "word": " البداية", "probability": 0.9905598958333334}, {"start": 1100.17, "end": 1100.49, "word": " كان", "probability": 0.97705078125}, {"start": 1100.49, "end": 1100.75, "word": " معانا", "probability": 0.8938802083333334}, {"start": 1100.75, "end": 1101.23, "word": " example", "probability": 0.96533203125}], "temperature": 1.0}, {"id": 39, "seek": 113002, "start": 1102.04, "end": 1130.02, "text": "ترجمة لـ two expressions إذا تذكروا كان هذا اللي هو ال code وهذا E2 not code بعدين أخدنا ال T2 اللي هي ناتجة", "tokens": [2655, 47341, 46007, 5296, 39184, 732, 15277, 11933, 15730, 6055, 8848, 37983, 14407, 25961, 23758, 13672, 1829, 31439, 2423, 3089, 37037, 15730, 462, 17, 406, 3089, 39182, 9957, 5551, 9778, 3215, 8315, 2423, 314, 17, 13672, 1829, 39896, 8717, 9307, 7435, 3660], "avg_logprob": -0.39244184798972553, "compression_ratio": 1.2595419847328244, "no_speech_prob": 0.0, "words": [{"start": 1102.04, "end": 1102.66, "word": "ترجمة", "probability": 0.8727213541666666}, {"start": 1102.66, "end": 1103.78, "word": " لـ", "probability": 0.696533203125}, {"start": 1103.78, "end": 1104.2, "word": " two", "probability": 0.53759765625}, {"start": 1104.2, "end": 1105.22, "word": " expressions", "probability": 0.9384765625}, {"start": 1105.22, "end": 1113.64, "word": " إذا", "probability": 0.5108795166015625}, {"start": 1113.64, "end": 1115.1, "word": " تذكروا", "probability": 0.869873046875}, {"start": 1115.1, "end": 1115.34, "word": " كان", "probability": 0.477294921875}, {"start": 1115.34, "end": 1115.82, "word": " هذا", "probability": 0.89013671875}, {"start": 1115.82, "end": 1116.72, "word": " اللي", "probability": 0.56866455078125}, {"start": 1116.72, "end": 1117.2, "word": " هو", "probability": 0.98388671875}, {"start": 1117.2, "end": 1117.92, "word": " ال", "probability": 0.470947265625}, {"start": 1117.92, "end": 1118.5, "word": " code", "probability": 0.89599609375}, {"start": 1118.5, "end": 1122.42, "word": " وهذا", "probability": 0.67138671875}, {"start": 1122.42, "end": 1123.0, "word": " E2", "probability": 0.80078125}, {"start": 1123.0, "end": 1123.28, "word": " not", "probability": 0.07611083984375}, {"start": 1123.28, "end": 1123.7, "word": " code", "probability": 0.93505859375}, {"start": 1123.7, "end": 1127.08, "word": " بعدين", "probability": 0.855224609375}, {"start": 1127.08, "end": 1127.88, "word": " أخدنا", "probability": 0.854248046875}, {"start": 1127.88, "end": 1128.42, "word": " ال", "probability": 0.78955078125}, {"start": 1128.42, "end": 1128.98, "word": " T2", "probability": 0.872314453125}, {"start": 1128.98, "end": 1129.38, "word": " اللي", "probability": 0.80419921875}, {"start": 1129.38, "end": 1129.56, "word": " هي", "probability": 0.84130859375}, {"start": 1129.56, "end": 1130.02, "word": " ناتجة", "probability": 0.791259765625}], "temperature": 1.0}, {"id": 40, "seek": 115828, "start": 1131.28, "end": 1158.28, "text": "أحنا اعتبرنا هذا E1 وهذا E2 بينهم الذات تمام اعتبرنا ان السطرين الأوليات هم ترجمة ال E code تبع ال dot code تبع E1 و السطرين التانيات هم ال dot code تبع E2 و بعدها بيجيش السطر اللي بده", "tokens": [10721, 5016, 8315, 1975, 34268, 26890, 8315, 23758, 462, 16, 37037, 15730, 462, 17, 49374, 16095, 32545, 9307, 46811, 10943, 1975, 34268, 26890, 8315, 16472, 21136, 9566, 2288, 9957, 16247, 12610, 1829, 9307, 8032, 2304, 6055, 47341, 46007, 2423, 462, 3089, 6055, 3555, 3615, 2423, 5893, 3089, 6055, 3555, 3615, 462, 16, 4032, 21136, 9566, 2288, 9957, 16712, 7649, 1829, 9307, 8032, 2304, 2423, 5893, 3089, 6055, 3555, 3615, 462, 17, 4032, 39182, 11296, 4724, 1829, 7435, 1829, 8592, 21136, 9566, 2288, 13672, 1829, 47525, 3224], "avg_logprob": -0.31447558841486084, "compression_ratio": 1.9675324675324675, "no_speech_prob": 0.0, "words": [{"start": 1131.28, "end": 1131.62, "word": "أحنا", "probability": 0.5923258463541666}, {"start": 1131.62, "end": 1133.0, "word": " اعتبرنا", "probability": 0.9427490234375}, {"start": 1133.0, "end": 1140.3, "word": " هذا", "probability": 0.533203125}, {"start": 1140.3, "end": 1140.7, "word": " E1", "probability": 0.6080322265625}, {"start": 1140.7, "end": 1141.06, "word": " وهذا", "probability": 0.7042236328125}, {"start": 1141.06, "end": 1141.46, "word": " E2", "probability": 0.993896484375}, {"start": 1141.46, "end": 1142.12, "word": " بينهم", "probability": 0.677734375}, {"start": 1142.12, "end": 1142.56, "word": " الذات", "probability": 0.646728515625}, {"start": 1142.56, "end": 1143.96, "word": " تمام", "probability": 0.61639404296875}, {"start": 1143.96, "end": 1145.7, "word": " اعتبرنا", "probability": 0.8377685546875}, {"start": 1145.7, "end": 1145.92, "word": " ان", "probability": 0.52392578125}, {"start": 1145.92, "end": 1146.38, "word": " السطرين", "probability": 0.839599609375}, {"start": 1146.38, "end": 1146.94, "word": " الأوليات", "probability": 0.829833984375}, {"start": 1146.94, "end": 1147.14, "word": " هم", "probability": 0.76318359375}, {"start": 1147.14, "end": 1147.7, "word": " ترجمة", "probability": 0.8688151041666666}, {"start": 1147.7, "end": 1147.98, "word": " ال", "probability": 0.242919921875}, {"start": 1147.98, "end": 1148.14, "word": " E", "probability": 0.5322265625}, {"start": 1148.14, "end": 1148.38, "word": " code", "probability": 0.62890625}, {"start": 1148.38, "end": 1148.8, "word": " تبع", "probability": 0.6854654947916666}, {"start": 1148.8, "end": 1149.12, "word": " ال", "probability": 0.8671875}, {"start": 1149.12, "end": 1150.06, "word": " dot", "probability": 0.5595703125}, {"start": 1150.06, "end": 1150.24, "word": " code", "probability": 0.57763671875}, {"start": 1150.24, "end": 1150.44, "word": " تبع", "probability": 0.8115234375}, {"start": 1150.44, "end": 1150.82, "word": " E1", "probability": 0.93896484375}, {"start": 1150.82, "end": 1151.0, "word": " و", "probability": 0.513671875}, {"start": 1151.0, "end": 1151.6, "word": " السطرين", "probability": 0.9195556640625}, {"start": 1151.6, "end": 1152.1, "word": " التانيات", "probability": 0.78369140625}, {"start": 1152.1, "end": 1153.04, "word": " هم", "probability": 0.965576171875}, {"start": 1153.04, "end": 1153.6, "word": " ال", "probability": 0.84130859375}, {"start": 1153.6, "end": 1153.8, "word": " dot", "probability": 0.93603515625}, {"start": 1153.8, "end": 1154.0, "word": " code", "probability": 0.91015625}, {"start": 1154.0, "end": 1154.2, "word": " تبع", "probability": 0.9680989583333334}, {"start": 1154.2, "end": 1154.68, "word": " E2", "probability": 0.9951171875}, {"start": 1154.68, "end": 1154.86, "word": " و", "probability": 0.74755859375}, {"start": 1154.86, "end": 1155.22, "word": " بعدها", "probability": 0.5421142578125}, {"start": 1155.22, "end": 1155.98, "word": " بيجيش", "probability": 0.67666015625}, {"start": 1155.98, "end": 1157.08, "word": " السطر", "probability": 0.9759114583333334}, {"start": 1157.08, "end": 1157.72, "word": " اللي", "probability": 0.872314453125}, {"start": 1157.72, "end": 1158.28, "word": " بده", "probability": 0.874267578125}], "temperature": 1.0}, {"id": 41, "seek": 118797, "start": 1160.79, "end": 1187.97, "text": "يحط نتيجة عملية الجامعة هذا كله هيك لان هنا متين بعدها كان هذا الصقر الأخير هو اللي هو ال assignment أخدنا ال T5 عشان نعطيها لإيه T5 هي إيش ال address تبع ال expression كله T2 هي ال address تبع expression واحد", "tokens": [1829, 5016, 9566, 8717, 31371, 7435, 3660, 6225, 42213, 10632, 25724, 10943, 27884, 23758, 28242, 3224, 39896, 4117, 5296, 7649, 34105, 44650, 9957, 39182, 11296, 25961, 23758, 31767, 4587, 2288, 16247, 9778, 13546, 31439, 13672, 1829, 31439, 2423, 15187, 5551, 9778, 3215, 8315, 2423, 314, 20, 6225, 8592, 7649, 8717, 3615, 9566, 1829, 11296, 5296, 28814, 1829, 3224, 314, 20, 39896, 11933, 1829, 8592, 2423, 2985, 6055, 3555, 3615, 2423, 6114, 28242, 3224, 314, 17, 39896, 2423, 2985, 6055, 3555, 3615, 6114, 36764, 24401], "avg_logprob": -0.34080881932202506, "compression_ratio": 1.694300518134715, "no_speech_prob": 0.0, "words": [{"start": 1160.7900000000002, "end": 1161.89, "word": "يحط", "probability": 0.6089680989583334}, {"start": 1161.89, "end": 1162.99, "word": " نتيجة", "probability": 0.6385498046875}, {"start": 1162.99, "end": 1163.53, "word": " عملية", "probability": 0.8416341145833334}, {"start": 1163.53, "end": 1163.99, "word": " الجامعة", "probability": 0.5878092447916666}, {"start": 1163.99, "end": 1165.31, "word": " هذا", "probability": 0.401123046875}, {"start": 1165.31, "end": 1166.05, "word": " كله", "probability": 0.716796875}, {"start": 1166.05, "end": 1166.85, "word": " هيك", "probability": 0.4765625}, {"start": 1166.85, "end": 1167.41, "word": " لان", "probability": 0.551025390625}, {"start": 1167.41, "end": 1167.79, "word": " هنا", "probability": 0.8642578125}, {"start": 1167.79, "end": 1169.37, "word": " متين", "probability": 0.570068359375}, {"start": 1169.37, "end": 1170.53, "word": " بعدها", "probability": 0.58349609375}, {"start": 1170.53, "end": 1170.77, "word": " كان", "probability": 0.416259765625}, {"start": 1170.77, "end": 1171.37, "word": " هذا", "probability": 0.5849609375}, {"start": 1171.37, "end": 1171.71, "word": " الصقر", "probability": 0.7770182291666666}, {"start": 1171.71, "end": 1172.07, "word": " الأخير", "probability": 0.8976236979166666}, {"start": 1172.07, "end": 1172.55, "word": " هو", "probability": 0.65771484375}, {"start": 1172.55, "end": 1173.53, "word": " اللي", "probability": 0.6180419921875}, {"start": 1173.53, "end": 1173.71, "word": " هو", "probability": 0.96484375}, {"start": 1173.71, "end": 1173.81, "word": " ال", "probability": 0.376220703125}, {"start": 1173.81, "end": 1174.33, "word": " assignment", "probability": 0.54345703125}, {"start": 1174.33, "end": 1174.93, "word": " أخدنا", "probability": 0.8609619140625}, {"start": 1174.93, "end": 1175.21, "word": " ال", "probability": 0.6396484375}, {"start": 1175.21, "end": 1176.29, "word": " T5", "probability": 0.61474609375}, {"start": 1176.29, "end": 1177.55, "word": " عشان", "probability": 0.8658854166666666}, {"start": 1177.55, "end": 1178.03, "word": " نعطيها", "probability": 0.97333984375}, {"start": 1178.03, "end": 1178.65, "word": " لإيه", "probability": 0.7867431640625}, {"start": 1178.65, "end": 1179.37, "word": " T5", "probability": 0.6881103515625}, {"start": 1179.37, "end": 1179.67, "word": " هي", "probability": 0.896484375}, {"start": 1179.67, "end": 1180.59, "word": " إيش", "probability": 0.8235677083333334}, {"start": 1180.59, "end": 1180.97, "word": " ال", "probability": 0.72216796875}, {"start": 1180.97, "end": 1181.43, "word": " address", "probability": 0.9755859375}, {"start": 1181.43, "end": 1182.01, "word": " تبع", "probability": 0.9052734375}, {"start": 1182.01, "end": 1182.07, "word": " ال", "probability": 0.908203125}, {"start": 1182.07, "end": 1182.41, "word": " expression", "probability": 0.9091796875}, {"start": 1182.41, "end": 1183.07, "word": " كله", "probability": 0.9345703125}, {"start": 1183.07, "end": 1184.69, "word": " T2", "probability": 0.944091796875}, {"start": 1184.69, "end": 1185.31, "word": " هي", "probability": 0.96435546875}, {"start": 1185.31, "end": 1185.47, "word": " ال", "probability": 0.955078125}, {"start": 1185.47, "end": 1185.99, "word": " address", "probability": 0.97119140625}, {"start": 1185.99, "end": 1187.01, "word": " تبع", "probability": 0.9856770833333334}, {"start": 1187.01, "end": 1187.49, "word": " expression", "probability": 0.62548828125}, {"start": 1187.49, "end": 1187.97, "word": " واحد", "probability": 0.911376953125}], "temperature": 1.0}, {"id": 42, "seek": 121714, "start": 1189.0, "end": 1217.14, "text": "تذكروا مرة معانا كان فيها حاجة اسمة E.code E واحد ال code و E واحد dot address و E اتنين برضه dot address هذه address هي عبارة عن ال temporary او ال name او ال variable اللي بيتجمع في ال value تبع هذا ال expression او ال sub expression اذا هو sub expression مظبوط فانا الان عندي E اتنين", "tokens": [2655, 8848, 37983, 14407, 3714, 25720, 20449, 7649, 995, 25961, 8978, 11296, 11331, 26108, 3660, 24525, 46007, 462, 13, 22332, 462, 36764, 24401, 2423, 3089, 4032, 462, 36764, 24401, 5893, 2985, 4032, 462, 1975, 2655, 1863, 9957, 4724, 43042, 3224, 5893, 2985, 29538, 2985, 39896, 6225, 3555, 9640, 3660, 18871, 2423, 13413, 1975, 2407, 2423, 1315, 1975, 2407, 2423, 7006, 13672, 1829, 4724, 36081, 7435, 2304, 3615, 8978, 2423, 2158, 6055, 3555, 3615, 23758, 2423, 6114, 1975, 2407, 2423, 1422, 6114, 1975, 15730, 31439, 1422, 6114, 3714, 19913, 3555, 2407, 9566, 6156, 7649, 995, 2423, 7649, 18871, 16254, 462, 1975, 2655, 1863, 9957], "avg_logprob": -0.29176681574720603, "compression_ratio": 1.8105726872246697, "no_speech_prob": 0.0, "words": [{"start": 1189.0, "end": 1189.72, "word": "تذكروا", "probability": 0.722076416015625}, {"start": 1189.72, "end": 1190.08, "word": " مرة", "probability": 0.7099609375}, {"start": 1190.08, "end": 1190.48, "word": " معانا", "probability": 0.77197265625}, {"start": 1190.48, "end": 1190.66, "word": " كان", "probability": 0.8291015625}, {"start": 1190.66, "end": 1190.94, "word": " فيها", "probability": 0.743408203125}, {"start": 1190.94, "end": 1191.32, "word": " حاجة", "probability": 0.719482421875}, {"start": 1191.32, "end": 1191.56, "word": " اسمة", "probability": 0.4560546875}, {"start": 1191.56, "end": 1191.78, "word": " E", "probability": 0.6123046875}, {"start": 1191.78, "end": 1192.34, "word": ".code", "probability": 0.48211669921875}, {"start": 1192.34, "end": 1192.46, "word": " E", "probability": 0.6435546875}, {"start": 1192.46, "end": 1192.7, "word": " واحد", "probability": 0.794677734375}, {"start": 1192.7, "end": 1192.82, "word": " ال", "probability": 0.4111328125}, {"start": 1192.82, "end": 1192.96, "word": " code", "probability": 0.71923828125}, {"start": 1192.96, "end": 1193.1, "word": " و", "probability": 0.7294921875}, {"start": 1193.1, "end": 1193.26, "word": " E", "probability": 0.720703125}, {"start": 1193.26, "end": 1193.62, "word": " واحد", "probability": 0.9501953125}, {"start": 1193.62, "end": 1193.82, "word": " dot", "probability": 0.462158203125}, {"start": 1193.82, "end": 1194.4, "word": " address", "probability": 0.93896484375}, {"start": 1194.4, "end": 1196.02, "word": " و", "probability": 0.434326171875}, {"start": 1196.02, "end": 1196.16, "word": " E", "probability": 0.73876953125}, {"start": 1196.16, "end": 1196.38, "word": " اتنين", "probability": 0.83343505859375}, {"start": 1196.38, "end": 1196.76, "word": " برضه", "probability": 0.59423828125}, {"start": 1196.76, "end": 1197.0, "word": " dot", "probability": 0.8203125}, {"start": 1197.0, "end": 1197.58, "word": " address", "probability": 0.96337890625}, {"start": 1197.58, "end": 1199.16, "word": " هذه", "probability": 0.71337890625}, {"start": 1199.16, "end": 1199.58, "word": " address", "probability": 0.82763671875}, {"start": 1199.58, "end": 1199.8, "word": " هي", "probability": 0.51904296875}, {"start": 1199.8, "end": 1200.1, "word": " عبارة", "probability": 0.986572265625}, {"start": 1200.1, "end": 1200.42, "word": " عن", "probability": 0.99560546875}, {"start": 1200.42, "end": 1200.66, "word": " ال", "probability": 0.904296875}, {"start": 1200.66, "end": 1201.18, "word": " temporary", "probability": 0.91845703125}, {"start": 1201.18, "end": 1202.02, "word": " او", "probability": 0.7042236328125}, {"start": 1202.02, "end": 1202.38, "word": " ال", "probability": 0.96826171875}, {"start": 1202.38, "end": 1203.12, "word": " name", "probability": 0.94140625}, {"start": 1203.12, "end": 1203.36, "word": " او", "probability": 0.926513671875}, {"start": 1203.36, "end": 1203.54, "word": " ال", "probability": 0.97216796875}, {"start": 1203.54, "end": 1204.04, "word": " variable", "probability": 0.96337890625}, {"start": 1204.04, "end": 1205.68, "word": " اللي", "probability": 0.859375}, {"start": 1205.68, "end": 1207.0, "word": " بيتجمع", "probability": 0.91220703125}, {"start": 1207.0, "end": 1207.4, "word": " في", "probability": 0.96044921875}, {"start": 1207.4, "end": 1207.66, "word": " ال", "probability": 0.71484375}, {"start": 1207.66, "end": 1207.96, "word": " value", "probability": 0.98779296875}, {"start": 1207.96, "end": 1208.24, "word": " تبع", "probability": 0.88232421875}, {"start": 1208.24, "end": 1208.64, "word": " هذا", "probability": 0.4462890625}, {"start": 1208.64, "end": 1209.02, "word": " ال", "probability": 0.85302734375}, {"start": 1209.02, "end": 1209.5, "word": " expression", "probability": 0.8818359375}, {"start": 1209.5, "end": 1210.34, "word": " او", "probability": 0.9052734375}, {"start": 1210.34, "end": 1210.46, "word": " ال", "probability": 0.89501953125}, {"start": 1210.46, "end": 1210.66, "word": " sub", "probability": 0.86669921875}, {"start": 1210.66, "end": 1211.22, "word": " expression", "probability": 0.8505859375}, {"start": 1211.22, "end": 1211.52, "word": " اذا", "probability": 0.905517578125}, {"start": 1211.52, "end": 1211.68, "word": " هو", "probability": 0.94677734375}, {"start": 1211.68, "end": 1211.92, "word": " sub", "probability": 0.88037109375}, {"start": 1211.92, "end": 1212.82, "word": " expression", "probability": 0.90625}, {"start": 1212.82, "end": 1213.88, "word": " مظبوط", "probability": 0.800732421875}, {"start": 1213.88, "end": 1214.8, "word": " فانا", "probability": 0.8719075520833334}, {"start": 1214.8, "end": 1215.04, "word": " الان", "probability": 0.6064453125}, {"start": 1215.04, "end": 1215.58, "word": " عندي", "probability": 0.74462890625}, {"start": 1215.58, "end": 1216.66, "word": " E", "probability": 0.2159423828125}, {"start": 1216.66, "end": 1217.14, "word": " اتنين", "probability": 0.8934326171875}], "temperature": 1.0}, {"id": 43, "seek": 124374, "start": 1217.82, "end": 1243.74, "text": "هو اللي بتجمع فيه ال value تبع هذا expression وهنا هذا T2 وهذا T4 طيب لو انا لو كان في عندي T4 ال type تبقى غير عن T2 يعني هذا مثلا integer وهذا float فانا بدي اعمل التحويل على", "tokens": [3224, 2407, 13672, 1829, 39894, 7435, 2304, 3615, 8978, 3224, 2423, 2158, 6055, 3555, 3615, 23758, 6114, 37037, 8315, 23758, 314, 17, 37037, 15730, 314, 19, 23032, 1829, 3555, 45164, 1975, 8315, 45164, 25961, 8978, 18871, 16254, 314, 19, 2423, 2010, 6055, 3555, 4587, 7578, 32771, 13546, 18871, 314, 17, 37495, 22653, 23758, 50113, 15040, 24922, 37037, 15730, 15706, 6156, 7649, 995, 4724, 16254, 1975, 25957, 1211, 16712, 5016, 2407, 26895, 15844], "avg_logprob": -0.32598460210512764, "compression_ratio": 1.5277777777777777, "no_speech_prob": 0.0, "words": [{"start": 1217.82, "end": 1218.3, "word": "هو", "probability": 0.83740234375}, {"start": 1218.3, "end": 1218.72, "word": " اللي", "probability": 0.5992431640625}, {"start": 1218.72, "end": 1220.22, "word": " بتجمع", "probability": 0.81256103515625}, {"start": 1220.22, "end": 1221.16, "word": " فيه", "probability": 0.942138671875}, {"start": 1221.16, "end": 1221.76, "word": " ال", "probability": 0.375}, {"start": 1221.76, "end": 1221.98, "word": " value", "probability": 0.61083984375}, {"start": 1221.98, "end": 1222.22, "word": " تبع", "probability": 0.76220703125}, {"start": 1222.22, "end": 1222.46, "word": " هذا", "probability": 0.50341796875}, {"start": 1222.46, "end": 1223.0, "word": " expression", "probability": 0.476318359375}, {"start": 1223.0, "end": 1224.16, "word": " وهنا", "probability": 0.64794921875}, {"start": 1224.16, "end": 1226.68, "word": " هذا", "probability": 0.2099609375}, {"start": 1226.68, "end": 1227.26, "word": " T2", "probability": 0.72216796875}, {"start": 1227.26, "end": 1228.12, "word": " وهذا", "probability": 0.856201171875}, {"start": 1228.12, "end": 1229.0, "word": " T4", "probability": 0.768310546875}, {"start": 1229.0, "end": 1229.84, "word": " طيب", "probability": 0.8733723958333334}, {"start": 1229.84, "end": 1230.06, "word": " لو", "probability": 0.9296875}, {"start": 1230.06, "end": 1230.56, "word": " انا", "probability": 0.6439208984375}, {"start": 1230.56, "end": 1233.58, "word": " لو", "probability": 0.828125}, {"start": 1233.58, "end": 1233.86, "word": " كان", "probability": 0.92822265625}, {"start": 1233.86, "end": 1233.96, "word": " في", "probability": 0.52490234375}, {"start": 1233.96, "end": 1234.36, "word": " عندي", "probability": 0.7890625}, {"start": 1234.36, "end": 1235.02, "word": " T4", "probability": 0.94921875}, {"start": 1235.02, "end": 1235.64, "word": " ال", "probability": 0.6123046875}, {"start": 1235.64, "end": 1236.3, "word": " type", "probability": 0.84375}, {"start": 1236.3, "end": 1236.66, "word": " تبقى", "probability": 0.9058837890625}, {"start": 1236.66, "end": 1236.92, "word": " غير", "probability": 0.93359375}, {"start": 1236.92, "end": 1237.26, "word": " عن", "probability": 0.2763671875}, {"start": 1237.26, "end": 1238.1, "word": " T2", "probability": 0.84814453125}, {"start": 1238.1, "end": 1238.32, "word": " يعني", "probability": 0.802001953125}, {"start": 1238.32, "end": 1238.56, "word": " هذا", "probability": 0.71875}, {"start": 1238.56, "end": 1238.86, "word": " مثلا", "probability": 0.83642578125}, {"start": 1238.86, "end": 1239.3, "word": " integer", "probability": 0.8935546875}, {"start": 1239.3, "end": 1239.78, "word": " وهذا", "probability": 0.756103515625}, {"start": 1239.78, "end": 1241.56, "word": " float", "probability": 0.67431640625}, {"start": 1241.56, "end": 1242.62, "word": " فانا", "probability": 0.9397786458333334}, {"start": 1242.62, "end": 1242.8, "word": " بدي", "probability": 0.663330078125}, {"start": 1242.8, "end": 1243.0, "word": " اعمل", "probability": 0.8738606770833334}, {"start": 1243.0, "end": 1243.56, "word": " التحويل", "probability": 0.9117431640625}, {"start": 1243.56, "end": 1243.74, "word": " على", "probability": 0.3095703125}], "temperature": 1.0}, {"id": 44, "seek": 127495, "start": 1247.67, "end": 1274.95, "text": "هذا float وهذا integer بدي احوّل T2 بدي احوّل هذا بدي اعمل تحويل على بنيان T2 فT2 هو ال address اللي بدي أسلمه ل ويدن هقول ل ويدن T2 و أعطيها ال tribe تبعه اللي هو بدي نكون integer و أقولها حولي ليه إلى float واضح ليش احنا بنعطيها address؟", "tokens": [3224, 15730, 15706, 37037, 15730, 24922, 4724, 16254, 1975, 5016, 2407, 11703, 1211, 314, 17, 4724, 16254, 1975, 5016, 2407, 11703, 1211, 23758, 4724, 16254, 1975, 25957, 1211, 6055, 5016, 2407, 26895, 15844, 4724, 22653, 7649, 314, 17, 6156, 51, 17, 31439, 2423, 2985, 13672, 1829, 4724, 16254, 5551, 3794, 19528, 3224, 5296, 4032, 25708, 1863, 8032, 39648, 5296, 4032, 25708, 1863, 314, 17, 4032, 5551, 3615, 9566, 1829, 11296, 2423, 17625, 6055, 3555, 3615, 3224, 13672, 1829, 31439, 4724, 16254, 8717, 30544, 24922, 4032, 5551, 39648, 11296, 11331, 12610, 1829, 32239, 3224, 30731, 15706, 4032, 46958, 5016, 32239, 8592, 1975, 5016, 8315, 44945, 3615, 9566, 1829, 11296, 2985, 22807], "avg_logprob": -0.3645833252786516, "compression_ratio": 1.8, "no_speech_prob": 0.0, "words": [{"start": 1247.67, "end": 1248.03, "word": "هذا", "probability": 0.856689453125}, {"start": 1248.03, "end": 1248.77, "word": " float", "probability": 0.31201171875}, {"start": 1248.77, "end": 1250.11, "word": " وهذا", "probability": 0.688232421875}, {"start": 1250.11, "end": 1250.53, "word": " integer", "probability": 0.8837890625}, {"start": 1250.53, "end": 1250.81, "word": " بدي", "probability": 0.2003173828125}, {"start": 1250.81, "end": 1251.19, "word": " احوّل", "probability": 0.647998046875}, {"start": 1251.19, "end": 1251.83, "word": " T2", "probability": 0.667724609375}, {"start": 1251.83, "end": 1252.27, "word": " بدي", "probability": 0.7734375}, {"start": 1252.27, "end": 1252.67, "word": " احوّل", "probability": 0.92802734375}, {"start": 1252.67, "end": 1253.19, "word": " هذا", "probability": 0.79541015625}, {"start": 1253.19, "end": 1254.37, "word": " بدي", "probability": 0.457366943359375}, {"start": 1254.37, "end": 1254.71, "word": " اعمل", "probability": 0.690185546875}, {"start": 1254.71, "end": 1255.05, "word": " تحويل", "probability": 0.974609375}, {"start": 1255.05, "end": 1255.19, "word": " على", "probability": 0.5703125}, {"start": 1255.19, "end": 1255.43, "word": " بنيان", "probability": 0.6326497395833334}, {"start": 1255.43, "end": 1255.93, "word": " T2", "probability": 0.961181640625}, {"start": 1255.93, "end": 1257.27, "word": " فT2", "probability": 0.8165690104166666}, {"start": 1257.27, "end": 1257.51, "word": " هو", "probability": 0.955078125}, {"start": 1257.51, "end": 1257.65, "word": " ال", "probability": 0.85595703125}, {"start": 1257.65, "end": 1258.07, "word": " address", "probability": 0.94189453125}, {"start": 1258.07, "end": 1258.59, "word": " اللي", "probability": 0.848388671875}, {"start": 1258.59, "end": 1258.75, "word": " بدي", "probability": 0.931640625}, {"start": 1258.75, "end": 1259.17, "word": " أسلمه", "probability": 0.83673095703125}, {"start": 1259.17, "end": 1259.27, "word": " ل", "probability": 0.54931640625}, {"start": 1259.27, "end": 1259.75, "word": " ويدن", "probability": 0.4705403645833333}, {"start": 1259.75, "end": 1260.77, "word": " هقول", "probability": 0.42938232421875}, {"start": 1260.77, "end": 1260.89, "word": " ل", "probability": 0.64599609375}, {"start": 1260.89, "end": 1261.51, "word": " ويدن", "probability": 0.962890625}, {"start": 1261.51, "end": 1263.99, "word": " T2", "probability": 0.928955078125}, {"start": 1263.99, "end": 1264.89, "word": " و", "probability": 0.69091796875}, {"start": 1264.89, "end": 1265.19, "word": " أعطيها", "probability": 0.846826171875}, {"start": 1265.19, "end": 1265.31, "word": " ال", "probability": 0.759765625}, {"start": 1265.31, "end": 1265.55, "word": " tribe", "probability": 0.88330078125}, {"start": 1265.55, "end": 1266.05, "word": " تبعه", "probability": 0.8939208984375}, {"start": 1266.05, "end": 1266.25, "word": " اللي", "probability": 0.978759765625}, {"start": 1266.25, "end": 1266.55, "word": " هو", "probability": 0.890625}, {"start": 1266.55, "end": 1266.99, "word": " بدي", "probability": 0.64306640625}, {"start": 1266.99, "end": 1267.21, "word": " نكون", "probability": 0.900634765625}, {"start": 1267.21, "end": 1267.67, "word": " integer", "probability": 0.9287109375}, {"start": 1267.67, "end": 1268.49, "word": " و", "probability": 0.7998046875}, {"start": 1268.49, "end": 1268.93, "word": " أقولها", "probability": 0.6205240885416666}, {"start": 1268.93, "end": 1269.53, "word": " حولي", "probability": 0.7379557291666666}, {"start": 1269.53, "end": 1269.77, "word": " ليه", "probability": 0.6435546875}, {"start": 1269.77, "end": 1269.99, "word": " إلى", "probability": 0.390869140625}, {"start": 1269.99, "end": 1272.07, "word": " float", "probability": 0.299560546875}, {"start": 1272.07, "end": 1273.11, "word": " واضح", "probability": 0.9710286458333334}, {"start": 1273.11, "end": 1273.35, "word": " ليش", "probability": 0.881103515625}, {"start": 1273.35, "end": 1273.53, "word": " احنا", "probability": 0.8387044270833334}, {"start": 1273.53, "end": 1273.89, "word": " بنعطيها", "probability": 0.91328125}, {"start": 1273.89, "end": 1274.95, "word": " address؟", "probability": 0.7021484375}], "temperature": 1.0}, {"id": 45, "seek": 130115, "start": 1278.25, "end": 1301.15, "text": "اللي ال type تبعه integer فى الآخر بيصوب فى مين فى ال address فلانى فانا هو هذا اللى هحاوله مش هعمل تحويل لكل الأسطر انا هخلل الأسطر كلها تتصفى فى الآخر فى هذا ال T و هذا ال T ال value ال value تبعه اللى عمل ال conversion و انا هفدرش على إيش على ال slide هذى", "tokens": [6027, 20292, 2423, 2010, 6055, 3555, 3615, 3224, 24922, 6156, 7578, 6024, 95, 34740, 4724, 1829, 9381, 37746, 6156, 7578, 3714, 9957, 6156, 7578, 2423, 2985, 6156, 1211, 7649, 7578, 6156, 7649, 995, 31439, 23758, 13672, 7578, 8032, 5016, 995, 12610, 3224, 37893, 8032, 25957, 1211, 6055, 5016, 2407, 26895, 5296, 28820, 16247, 3794, 9566, 2288, 1975, 8315, 8032, 9778, 1211, 1211, 16247, 3794, 9566, 2288, 28242, 11296, 6055, 2655, 9381, 5172, 7578, 6156, 7578, 6024, 95, 34740, 6156, 7578, 23758, 2423, 314, 4032, 23758, 2423, 314, 2423, 2158, 2423, 2158, 6055, 3555, 3615, 3224, 13672, 7578, 6225, 42213, 2423, 14298, 4032, 1975, 8315, 8032, 5172, 3215, 2288, 8592, 15844, 11933, 1829, 8592, 15844, 2423, 4137, 8032, 8848, 7578], "avg_logprob": -0.3197916549940904, "compression_ratio": 1.8693693693693694, "no_speech_prob": 0.0, "words": [{"start": 1278.25, "end": 1278.45, "word": "اللي", "probability": 0.3853759765625}, {"start": 1278.45, "end": 1278.57, "word": " ال", "probability": 0.7685546875}, {"start": 1278.57, "end": 1278.83, "word": " type", "probability": 0.79541015625}, {"start": 1278.83, "end": 1279.23, "word": " تبعه", "probability": 0.831298828125}, {"start": 1279.23, "end": 1279.65, "word": " integer", "probability": 0.92431640625}, {"start": 1279.65, "end": 1280.07, "word": " فى", "probability": 0.56561279296875}, {"start": 1280.07, "end": 1280.43, "word": " الآخر", "probability": 0.794921875}, {"start": 1280.43, "end": 1280.85, "word": " بيصوب", "probability": 0.573822021484375}, {"start": 1280.85, "end": 1281.07, "word": " فى", "probability": 0.82470703125}, {"start": 1281.07, "end": 1281.31, "word": " مين", "probability": 0.6441650390625}, {"start": 1281.31, "end": 1282.35, "word": " فى", "probability": 0.814453125}, {"start": 1282.35, "end": 1282.43, "word": " ال", "probability": 0.9267578125}, {"start": 1282.43, "end": 1282.75, "word": " address", "probability": 0.916015625}, {"start": 1282.75, "end": 1283.45, "word": " فلانى", "probability": 0.850341796875}, {"start": 1283.45, "end": 1283.73, "word": " فانا", "probability": 0.7420247395833334}, {"start": 1283.73, "end": 1284.09, "word": " هو", "probability": 0.822265625}, {"start": 1284.09, "end": 1284.31, "word": " هذا", "probability": 0.701171875}, {"start": 1284.31, "end": 1284.41, "word": " اللى", "probability": 0.908203125}, {"start": 1284.41, "end": 1284.95, "word": " هحاوله", "probability": 0.8876953125}, {"start": 1284.95, "end": 1285.05, "word": " مش", "probability": 0.76220703125}, {"start": 1285.05, "end": 1285.29, "word": " هعمل", "probability": 0.9601236979166666}, {"start": 1285.29, "end": 1285.91, "word": " تحويل", "probability": 0.983154296875}, {"start": 1285.91, "end": 1286.59, "word": " لكل", "probability": 0.957275390625}, {"start": 1286.59, "end": 1287.55, "word": " الأسطر", "probability": 0.7159423828125}, {"start": 1287.55, "end": 1288.31, "word": " انا", "probability": 0.80029296875}, {"start": 1288.31, "end": 1288.89, "word": " هخلل", "probability": 0.80133056640625}, {"start": 1288.89, "end": 1289.31, "word": " الأسطر", "probability": 0.9410400390625}, {"start": 1289.31, "end": 1289.73, "word": " كلها", "probability": 0.921630859375}, {"start": 1289.73, "end": 1292.07, "word": " تتصفى", "probability": 0.707421875}, {"start": 1292.07, "end": 1292.21, "word": " فى", "probability": 0.809326171875}, {"start": 1292.21, "end": 1292.57, "word": " الآخر", "probability": 0.91943359375}, {"start": 1292.57, "end": 1294.15, "word": " فى", "probability": 0.4820556640625}, {"start": 1294.15, "end": 1294.29, "word": " هذا", "probability": 0.72314453125}, {"start": 1294.29, "end": 1294.75, "word": " ال", "probability": 0.9619140625}, {"start": 1294.75, "end": 1295.01, "word": " T", "probability": 0.8671875}, {"start": 1295.01, "end": 1295.55, "word": " و", "probability": 0.66015625}, {"start": 1295.55, "end": 1295.71, "word": " هذا", "probability": 0.77490234375}, {"start": 1295.71, "end": 1295.87, "word": " ال", "probability": 0.875}, {"start": 1295.87, "end": 1295.97, "word": " T", "probability": 0.5419921875}, {"start": 1295.97, "end": 1296.13, "word": " ال", "probability": 0.5478515625}, {"start": 1296.13, "end": 1296.41, "word": " value", "probability": 0.97509765625}, {"start": 1296.41, "end": 1296.85, "word": " ال", "probability": 0.2274169921875}, {"start": 1296.85, "end": 1297.05, "word": " value", "probability": 0.97265625}, {"start": 1297.05, "end": 1297.37, "word": " تبعه", "probability": 0.9097900390625}, {"start": 1297.37, "end": 1297.55, "word": " اللى", "probability": 0.553955078125}, {"start": 1297.55, "end": 1297.87, "word": " عمل", "probability": 0.651611328125}, {"start": 1297.87, "end": 1297.95, "word": " ال", "probability": 0.66748046875}, {"start": 1297.95, "end": 1298.45, "word": " conversion", "probability": 0.955078125}, {"start": 1298.45, "end": 1299.27, "word": " و", "probability": 0.6923828125}, {"start": 1299.27, "end": 1299.39, "word": " انا", "probability": 0.7010498046875}, {"start": 1299.39, "end": 1299.75, "word": " هفدرش", "probability": 0.803759765625}, {"start": 1299.75, "end": 1299.95, "word": " على", "probability": 0.379150390625}, {"start": 1299.95, "end": 1300.23, "word": " إيش", "probability": 0.7555338541666666}, {"start": 1300.23, "end": 1300.41, "word": " على", "probability": 0.266845703125}, {"start": 1300.41, "end": 1300.49, "word": " ال", "probability": 0.70068359375}, {"start": 1300.49, "end": 1300.77, "word": " slide", "probability": 0.9794921875}, {"start": 1300.77, "end": 1301.15, "word": " هذى", "probability": 0.625}], "temperature": 1.0}, {"id": 46, "seek": 133743, "start": 1318.07, "end": 1337.43, "text": "Wieden generates type convergence if needed to widen an address A of type T into a value of type W إذا و الله أنا ما أعطيها T و W نفس النوع و قعد بقولها Wieden A من integer ل integer", "tokens": [54, 1091, 268, 23815, 2010, 32181, 498, 2978, 281, 32552, 364, 2985, 316, 295, 2010, 314, 666, 257, 2158, 295, 2010, 343, 11933, 15730, 4032, 21984, 41850, 19446, 5551, 3615, 9566, 1829, 11296, 314, 4032, 343, 8717, 36178, 28239, 45367, 4032, 12174, 22488, 4724, 39648, 11296, 343, 1091, 268, 316, 9154, 24922, 5296, 24922], "avg_logprob": -0.44488636363636364, "compression_ratio": 1.3353293413173652, "no_speech_prob": 0.0, "words": [{"start": 1318.07, "end": 1318.73, "word": "Wieden", "probability": 0.453125}, {"start": 1318.73, "end": 1319.39, "word": " generates", "probability": 0.2137451171875}, {"start": 1319.39, "end": 1319.89, "word": " type", "probability": 0.66015625}, {"start": 1319.89, "end": 1320.47, "word": " convergence", "probability": 0.7412109375}, {"start": 1320.47, "end": 1320.79, "word": " if", "probability": 0.85595703125}, {"start": 1320.79, "end": 1321.89, "word": " needed", "probability": 0.87109375}, {"start": 1321.89, "end": 1322.17, "word": " to", "probability": 0.52099609375}, {"start": 1322.17, "end": 1322.51, "word": " widen", "probability": 0.462890625}, {"start": 1322.51, "end": 1322.71, "word": " an", "probability": 0.703125}, {"start": 1322.71, "end": 1323.09, "word": " address", "probability": 0.93798828125}, {"start": 1323.09, "end": 1323.39, "word": " A", "probability": 0.377685546875}, {"start": 1323.39, "end": 1323.67, "word": " of", "probability": 0.86865234375}, {"start": 1323.67, "end": 1323.95, "word": " type", "probability": 0.97216796875}, {"start": 1323.95, "end": 1324.25, "word": " T", "probability": 0.85888671875}, {"start": 1324.25, "end": 1326.45, "word": " into", "probability": 0.52001953125}, {"start": 1326.45, "end": 1327.57, "word": " a", "probability": 0.76416015625}, {"start": 1327.57, "end": 1327.91, "word": " value", "probability": 0.8642578125}, {"start": 1327.91, "end": 1328.11, "word": " of", "probability": 0.95263671875}, {"start": 1328.11, "end": 1328.39, "word": " type", "probability": 0.962890625}, {"start": 1328.39, "end": 1328.89, "word": " W", "probability": 0.82275390625}, {"start": 1328.89, "end": 1330.65, "word": " إذا", "probability": 0.6279296875}, {"start": 1330.65, "end": 1330.79, "word": " و", "probability": 0.261962890625}, {"start": 1330.79, "end": 1331.11, "word": " الله", "probability": 0.9599609375}, {"start": 1331.11, "end": 1331.41, "word": " أنا", "probability": 0.37744140625}, {"start": 1331.41, "end": 1331.59, "word": " ما", "probability": 0.330322265625}, {"start": 1331.59, "end": 1331.99, "word": " أعطيها", "probability": 0.840380859375}, {"start": 1331.99, "end": 1332.27, "word": " T", "probability": 0.26123046875}, {"start": 1332.27, "end": 1332.43, "word": " و", "probability": 0.9814453125}, {"start": 1332.43, "end": 1332.81, "word": " W", "probability": 0.63623046875}, {"start": 1332.81, "end": 1333.11, "word": " نفس", "probability": 0.979248046875}, {"start": 1333.11, "end": 1333.51, "word": " النوع", "probability": 0.981201171875}, {"start": 1333.51, "end": 1334.43, "word": " و", "probability": 0.276611328125}, {"start": 1334.43, "end": 1334.57, "word": " قعد", "probability": 0.315673828125}, {"start": 1334.57, "end": 1335.01, "word": " بقولها", "probability": 0.8505859375}, {"start": 1335.01, "end": 1335.93, "word": " Wieden", "probability": 0.7281087239583334}, {"start": 1335.93, "end": 1336.19, "word": " A", "probability": 0.84716796875}, {"start": 1336.19, "end": 1336.47, "word": " من", "probability": 0.97021484375}, {"start": 1336.47, "end": 1336.83, "word": " integer", "probability": 0.83837890625}, {"start": 1336.83, "end": 1337.01, "word": " ل", "probability": 0.91455078125}, {"start": 1337.01, "end": 1337.43, "word": " integer", "probability": 0.796875}], "temperature": 1.0}, {"id": 47, "seek": 136556, "start": 1338.22, "end": 1365.56, "text": "هترجع ل a هو هو واش وما تغيرش اي حاجة لكن لما بقولها a من integer ل float معناته وايدن مسئولة انها تعمل generate ل instruction زي هذه هي اللي بتعمل هذا ال instruction وايدن وتعطيلي T1 اللي أخده وحطه لاحقا في ال instruction اللي بعد", "tokens": [3224, 2655, 47341, 3615, 5296, 257, 31439, 31439, 4032, 33599, 4032, 15042, 6055, 17082, 13546, 8592, 1975, 1829, 11331, 26108, 3660, 44381, 5296, 15042, 4724, 39648, 11296, 257, 9154, 24922, 5296, 15706, 20449, 8315, 47395, 4032, 995, 25708, 1863, 47524, 19986, 12610, 3660, 16472, 11296, 6055, 25957, 1211, 8460, 5296, 10951, 30767, 1829, 29538, 39896, 13672, 1829, 39894, 25957, 1211, 23758, 2423, 10951, 4032, 995, 25708, 1863, 4032, 2655, 3615, 9566, 1829, 20292, 314, 16, 13672, 1829, 5551, 9778, 3215, 3224, 4032, 5016, 9566, 3224, 20193, 5016, 4587, 995, 8978, 2423, 10951, 13672, 1829, 39182], "avg_logprob": -0.3291015575329463, "compression_ratio": 1.6666666666666667, "no_speech_prob": 0.0, "words": [{"start": 1338.22, "end": 1338.88, "word": "هترجع", "probability": 0.7987060546875}, {"start": 1338.88, "end": 1339.02, "word": " ل", "probability": 0.58203125}, {"start": 1339.02, "end": 1339.22, "word": " a", "probability": 0.391845703125}, {"start": 1339.22, "end": 1339.48, "word": " هو", "probability": 0.95703125}, {"start": 1339.48, "end": 1339.84, "word": " هو", "probability": 0.9765625}, {"start": 1339.84, "end": 1341.56, "word": " واش", "probability": 0.3675537109375}, {"start": 1341.56, "end": 1342.7, "word": " وما", "probability": 0.4697265625}, {"start": 1342.7, "end": 1343.1, "word": " تغيرش", "probability": 0.8858642578125}, {"start": 1343.1, "end": 1343.2, "word": " اي", "probability": 0.661865234375}, {"start": 1343.2, "end": 1343.54, "word": " حاجة", "probability": 0.9949544270833334}, {"start": 1343.54, "end": 1343.78, "word": " لكن", "probability": 0.62109375}, {"start": 1343.78, "end": 1343.96, "word": " لما", "probability": 0.670654296875}, {"start": 1343.96, "end": 1344.34, "word": " بقولها", "probability": 0.4889322916666667}, {"start": 1344.34, "end": 1344.58, "word": " a", "probability": 0.8837890625}, {"start": 1344.58, "end": 1344.74, "word": " من", "probability": 0.97705078125}, {"start": 1344.74, "end": 1345.14, "word": " integer", "probability": 0.92333984375}, {"start": 1345.14, "end": 1345.34, "word": " ل", "probability": 0.810546875}, {"start": 1345.34, "end": 1345.8, "word": " float", "probability": 0.9189453125}, {"start": 1345.8, "end": 1346.42, "word": " معناته", "probability": 0.81494140625}, {"start": 1346.42, "end": 1346.84, "word": " وايدن", "probability": 0.57525634765625}, {"start": 1346.84, "end": 1347.4, "word": " مسئولة", "probability": 0.884765625}, {"start": 1347.4, "end": 1347.9, "word": " انها", "probability": 0.734375}, {"start": 1347.9, "end": 1348.86, "word": " تعمل", "probability": 0.94921875}, {"start": 1348.86, "end": 1349.46, "word": " generate", "probability": 0.55029296875}, {"start": 1349.46, "end": 1350.36, "word": " ل", "probability": 0.5087890625}, {"start": 1350.36, "end": 1351.26, "word": " instruction", "probability": 0.442138671875}, {"start": 1351.26, "end": 1351.68, "word": " زي", "probability": 0.88330078125}, {"start": 1351.68, "end": 1352.04, "word": " هذه", "probability": 0.80126953125}, {"start": 1352.04, "end": 1355.34, "word": " هي", "probability": 0.77978515625}, {"start": 1355.34, "end": 1355.5, "word": " اللي", "probability": 0.88720703125}, {"start": 1355.5, "end": 1355.9, "word": " بتعمل", "probability": 0.9602864583333334}, {"start": 1355.9, "end": 1356.1, "word": " هذا", "probability": 0.489013671875}, {"start": 1356.1, "end": 1356.2, "word": " ال", "probability": 0.91796875}, {"start": 1356.2, "end": 1356.66, "word": " instruction", "probability": 0.7919921875}, {"start": 1356.66, "end": 1357.42, "word": " وايدن", "probability": 0.8670654296875}, {"start": 1357.42, "end": 1360.18, "word": " وتعطيلي", "probability": 0.6712443033854166}, {"start": 1360.18, "end": 1361.02, "word": " T1", "probability": 0.5498046875}, {"start": 1361.02, "end": 1362.2, "word": " اللي", "probability": 0.91943359375}, {"start": 1362.2, "end": 1362.84, "word": " أخده", "probability": 0.6728515625}, {"start": 1362.84, "end": 1363.68, "word": " وحطه", "probability": 0.817138671875}, {"start": 1363.68, "end": 1364.44, "word": " لاحقا", "probability": 0.77294921875}, {"start": 1364.44, "end": 1364.58, "word": " في", "probability": 0.89697265625}, {"start": 1364.58, "end": 1364.68, "word": " ال", "probability": 0.91015625}, {"start": 1364.68, "end": 1365.06, "word": " instruction", "probability": 0.82080078125}, {"start": 1365.06, "end": 1365.26, "word": " اللي", "probability": 0.91455078125}, {"start": 1365.26, "end": 1365.56, "word": " بعد", "probability": 0.93896484375}], "temperature": 1.0}, {"id": 48, "seek": 138719, "start": 1369.57, "end": 1387.19, "text": "و اي اي وايدن اترتيز ايه اتسلف اذا T وW اتسلف في نفس الوقت اخرى تعمل تعمل تعمل تعمل تعمل تعمل تعمل تعمل تعمل تعمل تعمل تعمل تعمل تعمل تعمل تعمل تعمل تعمل تعمل تعمل تعمل تعمل تعمل تعمل تعمل تعمل تعمل تعمل تعمل تعمل تعمل تعمل تعمل تعمل تعمل تعمل تعمل تعمل تعمل تعمل تعمل تعمل تعمل تعمل تعمل تعمل تعمل تعمل تعمل تعمل تعمل تعمل تعمل تعمل تعمل تعمل تعمل تعمل تعمل تعمل تعمل", "tokens": [2407, 1975, 1829, 1975, 1829, 4032, 995, 25708, 1863, 1975, 2655, 2288, 31371, 11622, 1975, 1829, 3224, 1975, 2655, 3794, 1211, 5172, 1975, 15730, 314, 4032, 54, 1975, 2655, 3794, 1211, 5172, 8978, 8717, 36178, 2423, 30543, 2655, 1975, 34740, 7578, 6055, 25957, 1211, 6055, 25957, 1211, 6055, 25957, 1211, 6055, 25957, 1211, 6055, 25957, 1211, 6055, 25957, 1211, 6055, 25957, 1211, 6055, 25957, 1211, 6055, 25957, 1211, 6055, 25957, 1211, 6055, 25957, 1211, 6055, 25957, 1211, 6055, 25957, 1211, 6055, 25957, 1211, 6055, 25957, 1211, 6055, 25957, 1211, 6055, 25957, 1211, 6055, 25957, 1211, 6055, 25957, 1211, 6055, 25957, 1211, 6055, 25957, 1211, 6055, 25957, 1211, 6055, 25957, 1211, 6055, 25957, 1211, 6055, 25957, 1211, 6055, 25957, 1211, 6055, 25957, 1211, 6055, 25957, 1211, 6055, 25957, 1211, 6055, 25957, 1211, 6055, 25957, 1211, 6055, 25957, 1211, 6055, 25957, 1211, 6055, 25957, 1211, 6055, 25957, 1211, 6055, 25957, 1211, 6055, 25957, 1211, 6055, 25957, 1211, 6055, 25957, 1211, 6055, 25957, 1211, 6055, 25957, 1211, 6055, 25957, 1211, 6055, 25957, 1211, 6055, 25957, 1211, 6055, 25957, 1211, 6055, 25957, 1211, 6055, 25957, 1211, 6055, 25957, 1211, 6055, 25957, 1211, 6055, 25957, 1211, 6055, 25957, 1211, 6055, 25957, 1211, 6055, 25957, 1211, 6055, 25957, 1211, 6055, 25957, 1211, 6055, 25957, 1211, 6055, 25957, 1211, 6055, 25957, 1211, 6055, 25957, 1211, 6055, 25957, 1211, 6055, 25957, 1211], "avg_logprob": -0.19527778201633028, "compression_ratio": 6.864583333333333, "no_speech_prob": 0.0, "words": [{"start": 1369.57, "end": 1370.29, "word": "و", "probability": 0.18212890625}, {"start": 1370.29, "end": 1370.43, "word": " اي", "probability": 0.418792724609375}, {"start": 1370.43, "end": 1370.43, "word": " اي", "probability": 0.5567626953125}, {"start": 1370.43, "end": 1370.79, "word": " وايدن", "probability": 0.5906982421875}, {"start": 1370.79, "end": 1373.37, "word": " اترتيز", "probability": 0.46842041015625}, {"start": 1373.37, "end": 1373.91, "word": " ايه", "probability": 0.4541015625}, {"start": 1373.91, "end": 1375.01, "word": " اتسلف", "probability": 0.635400390625}, {"start": 1375.01, "end": 1375.31, "word": " اذا", "probability": 0.827880859375}, {"start": 1375.31, "end": 1375.47, "word": " T", "probability": 0.452880859375}, {"start": 1375.47, "end": 1376.05, "word": " وW", "probability": 0.792724609375}, {"start": 1376.05, "end": 1376.57, "word": " اتسلف", "probability": 0.59522705078125}, {"start": 1376.57, "end": 1377.49, "word": " في", "probability": 0.378173828125}, {"start": 1377.49, "end": 1377.71, "word": " نفس", "probability": 0.864013671875}, {"start": 1377.71, "end": 1377.95, "word": " الوقت", "probability": 0.94384765625}, {"start": 1377.95, "end": 1378.49, "word": " اخرى", "probability": 0.2810465494791667}, {"start": 1378.49, "end": 1379.21, "word": " تعمل", "probability": 0.5951334635416666}, {"start": 1379.21, "end": 1379.73, "word": " تعمل", "probability": 0.4862060546875}, {"start": 1379.73, "end": 1382.33, "word": " تعمل", "probability": 0.51171875}, {"start": 1382.33, "end": 1382.75, "word": " تعمل", "probability": 0.7010091145833334}, {"start": 1382.75, "end": 1382.75, "word": " تعمل", "probability": 0.791748046875}, {"start": 1382.75, "end": 1382.87, "word": " تعمل", "probability": 0.8304036458333334}, {"start": 1382.87, "end": 1382.91, "word": " تعمل", "probability": 0.8634440104166666}, {"start": 1382.91, "end": 1383.03, "word": " تعمل", "probability": 0.89453125}, {"start": 1383.03, "end": 1383.23, "word": " تعمل", "probability": 0.9231770833333334}, {"start": 1383.23, "end": 1383.29, "word": " تعمل", "probability": 0.9466145833333334}, {"start": 1383.29, "end": 1383.29, "word": " تعمل", "probability": 0.9638671875}, {"start": 1383.29, "end": 1383.29, "word": " تعمل", "probability": 0.9737955729166666}, {"start": 1383.29, "end": 1383.29, "word": " تعمل", "probability": 0.9794921875}, {"start": 1383.29, "end": 1383.37, "word": " تعمل", "probability": 0.982421875}, {"start": 1383.37, "end": 1383.37, "word": " تعمل", "probability": 0.98388671875}, {"start": 1383.37, "end": 1383.37, "word": " تعمل", "probability": 0.9842122395833334}, {"start": 1383.37, "end": 1383.37, "word": " تعمل", "probability": 0.984375}, {"start": 1383.37, "end": 1383.39, "word": " تعمل", "probability": 0.9842122395833334}, {"start": 1383.39, "end": 1383.39, "word": " تعمل", "probability": 0.9842122395833334}, {"start": 1383.39, "end": 1383.39, "word": " تعمل", "probability": 0.9835611979166666}, {"start": 1383.39, "end": 1383.39, "word": " تعمل", "probability": 0.9833984375}, {"start": 1383.39, "end": 1383.39, "word": " تعمل", "probability": 0.98291015625}, {"start": 1383.39, "end": 1383.39, "word": " تعمل", "probability": 0.9827473958333334}, {"start": 1383.39, "end": 1383.41, "word": " تعمل", "probability": 0.9827473958333334}, {"start": 1383.41, "end": 1383.41, "word": " تعمل", "probability": 0.9830729166666666}, {"start": 1383.41, "end": 1383.41, "word": " تعمل", "probability": 0.9832356770833334}, {"start": 1383.41, "end": 1383.73, "word": " تعمل", "probability": 0.9837239583333334}, {"start": 1383.73, "end": 1383.73, "word": " تعمل", "probability": 0.9845377604166666}, {"start": 1383.73, "end": 1383.87, "word": " تعمل", "probability": 0.9851888020833334}, {"start": 1383.87, "end": 1383.87, "word": " تعمل", "probability": 0.98583984375}, {"start": 1383.87, "end": 1383.87, "word": " تعمل", "probability": 0.9861653645833334}, {"start": 1383.87, "end": 1383.87, "word": " تعمل", "probability": 0.98681640625}, {"start": 1383.87, "end": 1383.87, "word": " تعمل", "probability": 0.9876302083333334}, {"start": 1383.87, "end": 1383.87, "word": " تعمل", "probability": 0.9881184895833334}, {"start": 1383.87, "end": 1383.87, "word": " تعمل", "probability": 0.9884440104166666}, {"start": 1383.87, "end": 1383.87, "word": " تعمل", "probability": 0.9890950520833334}, {"start": 1383.87, "end": 1383.87, "word": " تعمل", "probability": 0.9894205729166666}, {"start": 1383.87, "end": 1383.87, "word": " تعمل", "probability": 0.98974609375}, {"start": 1383.87, "end": 1383.87, "word": " تعمل", "probability": 0.9900716145833334}, {"start": 1383.87, "end": 1383.89, "word": " تعمل", "probability": 0.990234375}, {"start": 1383.89, "end": 1383.89, "word": " تعمل", "probability": 0.9903971354166666}, {"start": 1383.89, "end": 1383.89, "word": " تعمل", "probability": 0.9903971354166666}, {"start": 1383.89, "end": 1383.89, "word": " تعمل", "probability": 0.9908854166666666}, {"start": 1383.89, "end": 1383.89, "word": " تعمل", "probability": 0.99072265625}, {"start": 1383.89, "end": 1383.89, "word": " تعمل", "probability": 0.9908854166666666}, {"start": 1383.89, "end": 1383.89, "word": " تعمل", "probability": 0.99072265625}, {"start": 1383.89, "end": 1383.89, "word": " تعمل", "probability": 0.9905598958333334}, {"start": 1383.89, "end": 1383.89, "word": " تعمل", "probability": 0.99072265625}, {"start": 1383.89, "end": 1383.89, "word": " تعمل", "probability": 0.9905598958333334}, {"start": 1383.89, "end": 1383.89, "word": " تعمل", "probability": 0.9903971354166666}, {"start": 1383.89, "end": 1383.89, "word": " تعمل", "probability": 0.9905598958333334}, {"start": 1383.89, "end": 1383.89, "word": " تعمل", "probability": 0.9903971354166666}, {"start": 1383.89, "end": 1383.89, "word": " تعمل", "probability": 0.9900716145833334}, {"start": 1383.89, "end": 1383.89, "word": " تعمل", "probability": 0.98974609375}, {"start": 1383.89, "end": 1383.89, "word": " تعمل", "probability": 0.9895833333333334}, {"start": 1383.89, "end": 1383.89, "word": " تعمل", "probability": 0.9892578125}, {"start": 1383.89, "end": 1383.89, "word": " تعمل", "probability": 0.9889322916666666}, {"start": 1383.89, "end": 1384.65, "word": " تعمل", "probability": 0.98876953125}, {"start": 1384.65, "end": 1385.43, "word": " تعمل", "probability": 0.9881184895833334}, {"start": 1385.43, "end": 1386.33, "word": " تعمل", "probability": 0.9874674479166666}, {"start": 1386.33, "end": 1387.19, "word": " تعمل", "probability": 0.9866536458333334}], "temperature": 1.0}, {"id": 49, "seek": 142030, "start": 1398.14, "end": 1420.3, "text": "عطيني temporary صح فreturns an address بتاخد ال address اللي انا بدي احوله و ال type تبعه و ال type اللي ايش انا بدي احوله عليه اليه فهي بتفحص اذا T بساوي W نفس ال type هنا هذا type checking", "tokens": [3615, 9566, 9957, 1829, 13413, 20328, 5016, 6156, 1505, 925, 82, 364, 2985, 39894, 47283, 3215, 2423, 2985, 13672, 1829, 1975, 8315, 4724, 16254, 1975, 5016, 12610, 3224, 4032, 2423, 2010, 6055, 3555, 3615, 3224, 4032, 2423, 2010, 13672, 1829, 1975, 1829, 8592, 1975, 8315, 4724, 16254, 1975, 5016, 12610, 3224, 47356, 45595, 3224, 6156, 3224, 1829, 39894, 5172, 5016, 9381, 1975, 15730, 314, 4724, 3794, 995, 45865, 343, 8717, 36178, 2423, 2010, 34105, 23758, 2010, 8568], "avg_logprob": -0.39623398734973025, "compression_ratio": 1.6453488372093024, "no_speech_prob": 0.0, "words": [{"start": 1398.14, "end": 1398.72, "word": "عطيني", "probability": 0.59765625}, {"start": 1398.72, "end": 1399.14, "word": " temporary", "probability": 0.262451171875}, {"start": 1399.14, "end": 1399.56, "word": " صح", "probability": 0.5987548828125}, {"start": 1399.56, "end": 1400.44, "word": " فreturns", "probability": 0.634857177734375}, {"start": 1400.44, "end": 1400.56, "word": " an", "probability": 0.55615234375}, {"start": 1400.56, "end": 1401.02, "word": " address", "probability": 0.97119140625}, {"start": 1401.02, "end": 1405.78, "word": " بتاخد", "probability": 0.60693359375}, {"start": 1405.78, "end": 1405.94, "word": " ال", "probability": 0.85986328125}, {"start": 1405.94, "end": 1406.28, "word": " address", "probability": 0.96630859375}, {"start": 1406.28, "end": 1406.62, "word": " اللي", "probability": 0.73583984375}, {"start": 1406.62, "end": 1406.84, "word": " انا", "probability": 0.689453125}, {"start": 1406.84, "end": 1407.2, "word": " بدي", "probability": 0.6953125}, {"start": 1407.2, "end": 1408.1, "word": " احوله", "probability": 0.890869140625}, {"start": 1408.1, "end": 1408.92, "word": " و", "probability": 0.74462890625}, {"start": 1408.92, "end": 1409.02, "word": " ال", "probability": 0.716796875}, {"start": 1409.02, "end": 1409.22, "word": " type", "probability": 0.9580078125}, {"start": 1409.22, "end": 1409.72, "word": " تبعه", "probability": 0.8189697265625}, {"start": 1409.72, "end": 1409.82, "word": " و", "probability": 0.77783203125}, {"start": 1409.82, "end": 1409.94, "word": " ال", "probability": 0.94775390625}, {"start": 1409.94, "end": 1410.26, "word": " type", "probability": 0.96435546875}, {"start": 1410.26, "end": 1410.58, "word": " اللي", "probability": 0.861083984375}, {"start": 1410.58, "end": 1410.92, "word": " ايش", "probability": 0.5359700520833334}, {"start": 1410.92, "end": 1413.12, "word": " انا", "probability": 0.25946044921875}, {"start": 1413.12, "end": 1413.24, "word": " بدي", "probability": 0.735595703125}, {"start": 1413.24, "end": 1413.6, "word": " احوله", "probability": 0.7349853515625}, {"start": 1413.6, "end": 1413.94, "word": " عليه", "probability": 0.7607421875}, {"start": 1413.94, "end": 1414.68, "word": " اليه", "probability": 0.56396484375}, {"start": 1414.68, "end": 1415.3, "word": " فهي", "probability": 0.9348958333333334}, {"start": 1415.3, "end": 1416.02, "word": " بتفحص", "probability": 0.9560546875}, {"start": 1416.02, "end": 1416.36, "word": " اذا", "probability": 0.872802734375}, {"start": 1416.36, "end": 1416.7, "word": " T", "probability": 0.4013671875}, {"start": 1416.7, "end": 1417.22, "word": " بساوي", "probability": 0.6567344665527344}, {"start": 1417.22, "end": 1417.78, "word": " W", "probability": 0.92919921875}, {"start": 1417.78, "end": 1418.34, "word": " نفس", "probability": 0.949951171875}, {"start": 1418.34, "end": 1418.52, "word": " ال", "probability": 0.97705078125}, {"start": 1418.52, "end": 1418.84, "word": " type", "probability": 0.8837890625}, {"start": 1418.84, "end": 1419.34, "word": " هنا", "probability": 0.57861328125}, {"start": 1419.34, "end": 1419.64, "word": " هذا", "probability": 0.72998046875}, {"start": 1419.64, "end": 1419.9, "word": " type", "probability": 0.931640625}, {"start": 1419.9, "end": 1420.3, "word": " checking", "probability": 0.66357421875}], "temperature": 1.0}, {"id": 50, "seek": 145163, "start": 1423.25, "end": 1451.63, "text": "الـ T هذا و الـ W هذا قد يكون Simple يعني إيه الـ Integer في لوتك أو قد يكون Complex أو Compound أو Array الـ Compiler لازم يكون قادر أو الـ Wider لازم يكون قادر على إجراء المقابقة أو المقارنة بين الـ Types سواء كانت Simple Types ولا Complex Types فإذا هم الإثنين مميزين .. مميزين .. مميزين .. مميزين .. مميزين .. مميزين .. مميزين .. مميزين .. مميزين .. مميزين .. مميزين .. مميزين .. مميزين .. مميزين .. مميزين .. مميزين .. مميزين .. مميزين .. مميزين .. مميزين", "tokens": [6027, 39184, 314, 23758, 4032, 2423, 39184, 343, 23758, 12174, 3215, 7251, 30544, 21532, 37495, 22653, 11933, 1829, 3224, 2423, 39184, 5681, 30744, 8978, 45164, 2655, 4117, 34051, 12174, 3215, 7251, 30544, 41184, 34051, 6620, 554, 34051, 1587, 3458, 2423, 39184, 6620, 5441, 5296, 31377, 2304, 7251, 30544, 12174, 18513, 2288, 34051, 2423, 39184, 28331, 260, 5296, 31377, 2304, 7251, 30544, 12174, 18513, 2288, 15844, 11933, 7435, 2288, 16606, 9673, 4587, 16758, 28671, 34051, 9673, 4587, 9640, 1863, 3660, 49374, 2423, 39184, 5569, 5190, 8608, 2407, 16606, 25961, 2655, 21532, 5569, 5190, 49429, 41184, 5569, 5190, 6156, 28814, 15730, 8032, 2304, 33688, 12984, 1863, 9957, 3714, 2304, 1829, 11622, 9957, 4386, 3714, 2304, 1829, 11622, 9957, 4386, 3714, 2304, 1829, 11622, 9957, 4386, 3714, 2304, 1829, 11622, 9957, 4386, 3714, 2304, 1829, 11622, 9957, 4386, 3714, 2304, 1829, 11622, 9957, 4386, 3714, 2304, 1829, 11622, 9957, 4386, 3714, 2304, 1829, 11622, 9957, 4386, 3714, 2304, 1829, 11622, 9957, 4386, 3714, 2304, 1829, 11622, 9957, 4386, 3714, 2304, 1829, 11622, 9957, 4386, 3714, 2304, 1829, 11622, 9957, 4386, 3714, 2304, 1829, 11622, 9957, 4386, 3714, 2304, 1829, 11622, 9957, 4386, 3714, 2304, 1829, 11622, 9957, 4386, 3714, 2304, 1829, 11622, 9957, 4386, 3714, 2304, 1829, 11622, 9957, 4386, 3714, 2304, 1829, 11622, 9957, 4386, 3714, 2304, 1829, 11622, 9957, 4386, 3714, 2304, 1829, 11622, 9957], "avg_logprob": -0.2647222137451172, "compression_ratio": 3.004201680672269, "no_speech_prob": 0.0, "words": [{"start": 1423.25, "end": 1423.59, "word": "الـ", "probability": 0.661376953125}, {"start": 1423.59, "end": 1423.77, "word": " T", "probability": 0.489990234375}, {"start": 1423.77, "end": 1424.07, "word": " هذا", "probability": 0.1754150390625}, {"start": 1424.07, "end": 1424.23, "word": " و", "probability": 0.45458984375}, {"start": 1424.23, "end": 1424.45, "word": " الـ", "probability": 0.6109619140625}, {"start": 1424.45, "end": 1424.63, "word": " W", "probability": 0.76025390625}, {"start": 1424.63, "end": 1424.87, "word": " هذا", "probability": 0.6572265625}, {"start": 1424.87, "end": 1425.05, "word": " قد", "probability": 0.911865234375}, {"start": 1425.05, "end": 1425.31, "word": " يكون", "probability": 0.9697265625}, {"start": 1425.31, "end": 1425.79, "word": " Simple", "probability": 0.0889892578125}, {"start": 1425.79, "end": 1426.35, "word": " يعني", "probability": 0.77978515625}, {"start": 1426.35, "end": 1426.55, "word": " إيه", "probability": 0.6659749348958334}, {"start": 1426.55, "end": 1426.57, "word": " الـ", "probability": 0.55908203125}, {"start": 1426.57, "end": 1426.77, "word": " Integer", "probability": 0.73046875}, {"start": 1426.77, "end": 1426.93, "word": " في", "probability": 0.3388671875}, {"start": 1426.93, "end": 1427.21, "word": " لوتك", "probability": 0.7263997395833334}, {"start": 1427.21, "end": 1427.55, "word": " أو", "probability": 0.884765625}, {"start": 1427.55, "end": 1427.75, "word": " قد", "probability": 0.9609375}, {"start": 1427.75, "end": 1428.05, "word": " يكون", "probability": 0.985595703125}, {"start": 1428.05, "end": 1429.15, "word": " Complex", "probability": 0.373046875}, {"start": 1429.15, "end": 1429.43, "word": " أو", "probability": 0.875}, {"start": 1429.43, "end": 1430.03, "word": " Compound", "probability": 0.6502685546875}, {"start": 1430.03, "end": 1430.39, "word": " أو", "probability": 0.403076171875}, {"start": 1430.39, "end": 1431.53, "word": " Array", "probability": 0.872802734375}, {"start": 1431.53, "end": 1432.43, "word": " الـ", "probability": 0.308349609375}, {"start": 1432.43, "end": 1432.93, "word": " Compiler", "probability": 0.7098388671875}, {"start": 1432.93, "end": 1433.29, "word": " لازم", "probability": 0.8919270833333334}, {"start": 1433.29, "end": 1433.49, "word": " يكون", "probability": 0.98291015625}, {"start": 1433.49, "end": 1433.91, "word": " قادر", "probability": 0.94677734375}, {"start": 1433.91, "end": 1434.05, "word": " أو", "probability": 0.8173828125}, {"start": 1434.05, "end": 1434.17, "word": " الـ", "probability": 0.761962890625}, {"start": 1434.17, "end": 1434.45, "word": " Wider", "probability": 0.294921875}, {"start": 1434.45, "end": 1434.63, "word": " لازم", "probability": 0.986328125}, {"start": 1434.63, "end": 1434.81, "word": " يكون", "probability": 0.98583984375}, {"start": 1434.81, "end": 1435.27, "word": " قادر", "probability": 0.9856770833333334}, {"start": 1435.27, "end": 1435.59, "word": " على", "probability": 0.892578125}, {"start": 1435.59, "end": 1436.11, "word": " إجراء", "probability": 0.9742431640625}, {"start": 1436.11, "end": 1436.89, "word": " المقابقة", "probability": 0.9852294921875}, {"start": 1436.89, "end": 1437.55, "word": " أو", "probability": 0.783203125}, {"start": 1437.55, "end": 1438.63, "word": " المقارنة", "probability": 0.972265625}, {"start": 1438.63, "end": 1438.83, "word": " بين", "probability": 0.6025390625}, {"start": 1438.83, "end": 1439.03, "word": " الـ", "probability": 0.684326171875}, {"start": 1439.03, "end": 1439.51, "word": " Types", "probability": 0.7403564453125}, {"start": 1439.51, "end": 1440.25, "word": " سواء", "probability": 0.9716796875}, {"start": 1440.25, "end": 1440.63, "word": " كانت", "probability": 0.6273193359375}, {"start": 1440.63, "end": 1440.93, "word": " Simple", "probability": 0.72705078125}, {"start": 1440.93, "end": 1441.33, "word": " Types", "probability": 0.94775390625}, {"start": 1441.33, "end": 1441.63, "word": " ولا", "probability": 0.3154296875}, {"start": 1441.63, "end": 1442.87, "word": " Complex", "probability": 0.74658203125}, {"start": 1442.87, "end": 1443.45, "word": " Types", "probability": 0.97900390625}, {"start": 1443.45, "end": 1444.35, "word": " فإذا", "probability": 0.88525390625}, {"start": 1444.35, "end": 1444.61, "word": " هم", "probability": 0.739990234375}, {"start": 1444.61, "end": 1445.05, "word": " الإثنين", "probability": 0.73663330078125}, {"start": 1445.05, "end": 1446.21, "word": " مميزين", "probability": 0.46402587890625}, {"start": 1446.21, "end": 1446.39, "word": " ..", "probability": 0.1859130859375}, {"start": 1446.39, "end": 1446.91, "word": " مميزين", "probability": 0.81884765625}, {"start": 1446.91, "end": 1446.95, "word": " ..", "probability": 0.460205078125}, {"start": 1446.95, "end": 1447.15, "word": " مميزين", "probability": 0.7354736328125}, {"start": 1447.15, "end": 1447.33, "word": " ..", "probability": 0.474365234375}, {"start": 1447.33, "end": 1447.33, "word": " مميزين", "probability": 0.7888671875}, {"start": 1447.33, "end": 1447.33, "word": " ..", "probability": 0.27880859375}, {"start": 1447.33, "end": 1447.47, "word": " مميزين", "probability": 0.896484375}, {"start": 1447.47, "end": 1447.47, "word": " ..", "probability": 0.131591796875}, {"start": 1447.47, "end": 1447.47, "word": " مميزين", "probability": 0.92587890625}, {"start": 1447.47, "end": 1447.47, "word": " ..", "probability": 0.157470703125}, {"start": 1447.47, "end": 1447.53, "word": " مميزين", "probability": 0.9388671875}, {"start": 1447.53, "end": 1447.53, "word": " ..", "probability": 0.302978515625}, {"start": 1447.53, "end": 1447.99, "word": " مميزين", "probability": 0.95107421875}, {"start": 1447.99, "end": 1448.15, "word": " ..", "probability": 0.5859375}, {"start": 1448.15, "end": 1448.81, "word": " مميزين", "probability": 0.96171875}, {"start": 1448.81, "end": 1448.81, "word": " ..", "probability": 0.7734375}, {"start": 1448.81, "end": 1448.81, "word": " مميزين", "probability": 0.96982421875}, {"start": 1448.81, "end": 1448.81, "word": " ..", "probability": 0.87109375}, {"start": 1448.81, "end": 1448.81, "word": " مميزين", "probability": 0.9763671875}, {"start": 1448.81, "end": 1449.45, "word": " ..", "probability": 0.91845703125}, {"start": 1449.45, "end": 1449.45, "word": " مميزين", "probability": 0.98193359375}, {"start": 1449.45, "end": 1449.53, "word": " ..", "probability": 0.943359375}, {"start": 1449.53, "end": 1449.53, "word": " مميزين", "probability": 0.98603515625}, {"start": 1449.53, "end": 1449.59, "word": " ..", "probability": 0.9580078125}, {"start": 1449.59, "end": 1449.59, "word": " مميزين", "probability": 0.9890625}, {"start": 1449.59, "end": 1449.59, "word": " ..", "probability": 0.96728515625}, {"start": 1449.59, "end": 1449.59, "word": " مميزين", "probability": 0.991015625}, {"start": 1449.59, "end": 1449.59, "word": " ..", "probability": 0.97119140625}, {"start": 1449.59, "end": 1449.59, "word": " مميزين", "probability": 0.992578125}, {"start": 1449.59, "end": 1449.59, "word": " ..", "probability": 0.97412109375}, {"start": 1449.59, "end": 1449.59, "word": " مميزين", "probability": 0.99326171875}, {"start": 1449.59, "end": 1449.67, "word": " ..", "probability": 0.97705078125}, {"start": 1449.67, "end": 1450.65, "word": " مميزين", "probability": 0.9939453125}, {"start": 1450.65, "end": 1450.75, "word": " ..", "probability": 0.97802734375}, {"start": 1450.75, "end": 1451.11, "word": " مميزين", "probability": 0.99443359375}, {"start": 1451.11, "end": 1451.19, "word": " ..", "probability": 0.97998046875}, {"start": 1451.19, "end": 1451.63, "word": " مميزين", "probability": 0.994921875}], "temperature": 1.0}, {"id": 51, "seek": 147848, "start": 1452.38, "end": 1478.48, "text": "سأعود إلى أنه لا يوجد أي تغيير لأن إذا كان هناك اختلاف فبنشوف الاختلاف كيف هل تي انتجر و تاني float إذا كان ذلك فنعمل new temp ونستحدث هذه ال instruction نعمل new temp فليكن تي تلاتة ونضع هذا ال temp تي تلاتة يساوي", "tokens": [3794, 10721, 3615, 23328, 30731, 14739, 3224, 20193, 7251, 29245, 3215, 36632, 6055, 17082, 1829, 13546, 5296, 33456, 11933, 15730, 25961, 34105, 4117, 1975, 46456, 15040, 5172, 6156, 3555, 1863, 8592, 38688, 2423, 47283, 2655, 15040, 5172, 9122, 33911, 8032, 1211, 6055, 1829, 16472, 2655, 7435, 2288, 4032, 6055, 7649, 1829, 15706, 11933, 15730, 25961, 29910, 23275, 6156, 1863, 25957, 1211, 777, 18274, 4032, 1863, 14851, 24401, 12984, 29538, 2423, 10951, 8717, 25957, 1211, 777, 18274, 6156, 20292, 19452, 6055, 1829, 6055, 1211, 9307, 3660, 4032, 1863, 11242, 3615, 23758, 2423, 18274, 6055, 1829, 6055, 1211, 9307, 3660, 7251, 3794, 995, 45865], "avg_logprob": -0.45145629852720837, "compression_ratio": 1.729064039408867, "no_speech_prob": 5.960464477539063e-08, "words": [{"start": 1452.38, "end": 1452.9, "word": "سأعود", "probability": 0.52978515625}, {"start": 1452.9, "end": 1453.24, "word": " إلى", "probability": 0.322021484375}, {"start": 1453.24, "end": 1453.9, "word": " أنه", "probability": 0.4417724609375}, {"start": 1453.9, "end": 1453.96, "word": " لا", "probability": 0.46533203125}, {"start": 1453.96, "end": 1454.12, "word": " يوجد", "probability": 0.8274739583333334}, {"start": 1454.12, "end": 1454.4, "word": " أي", "probability": 0.39697265625}, {"start": 1454.4, "end": 1454.9, "word": " تغيير", "probability": 0.931640625}, {"start": 1454.9, "end": 1455.14, "word": " لأن", "probability": 0.35986328125}, {"start": 1455.14, "end": 1455.42, "word": " إذا", "probability": 0.831787109375}, {"start": 1455.42, "end": 1455.62, "word": " كان", "probability": 0.861328125}, {"start": 1455.62, "end": 1455.68, "word": " هناك", "probability": 0.865966796875}, {"start": 1455.68, "end": 1456.34, "word": " اختلاف", "probability": 0.862060546875}, {"start": 1456.34, "end": 1458.3, "word": " فبنشوف", "probability": 0.528564453125}, {"start": 1458.3, "end": 1459.16, "word": " الاختلاف", "probability": 0.83037109375}, {"start": 1459.16, "end": 1459.4, "word": " كيف", "probability": 0.724853515625}, {"start": 1459.4, "end": 1459.68, "word": " هل", "probability": 0.60894775390625}, {"start": 1459.68, "end": 1460.26, "word": " تي", "probability": 0.2808837890625}, {"start": 1460.26, "end": 1460.86, "word": " انتجر", "probability": 0.8607177734375}, {"start": 1460.86, "end": 1461.2, "word": " و", "probability": 0.5263671875}, {"start": 1461.2, "end": 1461.76, "word": " تاني", "probability": 0.722900390625}, {"start": 1461.76, "end": 1462.06, "word": " float", "probability": 0.30126953125}, {"start": 1462.06, "end": 1462.4, "word": " إذا", "probability": 0.686767578125}, {"start": 1462.4, "end": 1462.6, "word": " كان", "probability": 0.5732421875}, {"start": 1462.6, "end": 1463.06, "word": " ذلك", "probability": 0.96484375}, {"start": 1463.06, "end": 1464.5, "word": " فنعمل", "probability": 0.65753173828125}, {"start": 1464.5, "end": 1464.9, "word": " new", "probability": 0.288818359375}, {"start": 1464.9, "end": 1465.3, "word": " temp", "probability": 0.79052734375}, {"start": 1465.3, "end": 1466.72, "word": " ونستحدث", "probability": 0.7306640625}, {"start": 1466.72, "end": 1467.16, "word": " هذه", "probability": 0.421630859375}, {"start": 1467.16, "end": 1468.94, "word": " ال", "probability": 0.8525390625}, {"start": 1468.94, "end": 1469.5, "word": " instruction", "probability": 0.0970458984375}, {"start": 1469.5, "end": 1471.14, "word": " نعمل", "probability": 0.8811848958333334}, {"start": 1471.14, "end": 1471.4, "word": " new", "probability": 0.77783203125}, {"start": 1471.4, "end": 1471.76, "word": " temp", "probability": 0.93115234375}, {"start": 1471.76, "end": 1473.42, "word": " فليكن", "probability": 0.5841471354166666}, {"start": 1473.42, "end": 1473.7, "word": " تي", "probability": 0.71630859375}, {"start": 1473.7, "end": 1474.26, "word": " تلاتة", "probability": 0.9398193359375}, {"start": 1474.26, "end": 1476.3, "word": " ونضع", "probability": 0.54937744140625}, {"start": 1476.3, "end": 1476.62, "word": " هذا", "probability": 0.5234375}, {"start": 1476.62, "end": 1476.96, "word": " ال", "probability": 0.8486328125}, {"start": 1476.96, "end": 1476.96, "word": " temp", "probability": 0.423095703125}, {"start": 1476.96, "end": 1477.26, "word": " تي", "probability": 0.4927978515625}, {"start": 1477.26, "end": 1477.84, "word": " تلاتة", "probability": 0.973876953125}, {"start": 1477.84, "end": 1478.48, "word": " يساوي", "probability": 0.8587646484375}], "temperature": 1.0}, {"id": 52, "seek": 149953, "start": 1480.09, "end": 1499.53, "text": "و نكتب كلمة float بين بلوسين مسكّر و نضع ا ا اللي احنا طالبين تحويله الادرس اللي احنا طالبين تحويله و نضع ا ا ا ا ا ا ا ا ا ا ا ا ا ا ا ا ا ا ا ا ا ا ا ا ا ا ا ا ا ا ا ا ا ا ا ا ا ا ا ا ا ا ا ا ا ا ا ا ا ا ا ا ا ا ا ا ا ا ا ا ا ا ا ا ا ا ا ا ا ا ا ا ا ا ا ا ا ا ا ا ا ا ا ا ا ا ا ا ا ا ا ا ا ا ا ا ا ا ا ا ا ا ا ا ا ا ا ا ا ا ا ا ا ا ا ا ا ا ا ا ا ا ا ا ا ا ا ا ا ا ا ا ا ا ا ا ا ا ا ا ا ا ا ا ا ا ا ا ا ا ا ا ا ا ا ا ا ا ا ا ا ا ا ا", "tokens": [2407, 8717, 4117, 2655, 3555, 9122, 19528, 3660, 15706, 49374, 4724, 1211, 41779, 9957, 47524, 4117, 11703, 2288, 4032, 8717, 11242, 3615, 1975, 1975, 13672, 1829, 1975, 5016, 8315, 23032, 6027, 3555, 9957, 6055, 5016, 2407, 26895, 3224, 2423, 18513, 2288, 3794, 13672, 1829, 1975, 5016, 8315, 23032, 6027, 3555, 9957, 6055, 5016, 2407, 26895, 3224, 4032, 8717, 11242, 3615, 1975, 1975, 1975, 1975, 1975, 1975, 1975, 1975, 1975, 1975, 1975, 1975, 1975, 1975, 1975, 1975, 1975, 1975, 1975, 1975, 1975, 1975, 1975, 1975, 1975, 1975, 1975, 1975, 1975, 1975, 1975, 1975, 1975, 1975, 1975, 1975, 1975, 1975, 1975, 1975, 1975, 1975, 1975, 1975, 1975, 1975, 1975, 1975, 1975, 1975, 1975, 1975, 1975, 1975, 1975, 1975, 1975, 1975, 1975, 1975, 1975, 1975, 1975, 1975, 1975, 1975, 1975, 1975, 1975, 1975, 1975, 1975, 1975, 1975, 1975, 1975, 1975, 1975, 1975, 1975, 1975, 1975, 1975, 1975, 1975, 1975, 1975, 1975, 1975, 1975, 1975, 1975, 1975, 1975, 1975, 1975, 1975, 1975, 1975, 1975, 1975, 1975, 1975, 1975, 1975, 1975, 1975, 1975, 1975, 1975, 1975, 1975, 1975, 1975, 1975, 1975, 1975, 1975, 1975, 1975, 1975, 1975, 1975, 1975, 1975, 1975, 1975, 1975, 1975, 1975, 1975, 1975, 1975, 1975, 1975, 1975, 1975, 1975, 1975, 1975, 1975, 1975, 1975, 1975, 1975, 1975, 1975, 1975, 1975, 1975, 1975, 1975, 1975, 1975, 1975, 1975, 1975, 1975, 1975, 1975, 1975, 1975, 1975, 1975], "avg_logprob": -0.17138889524671766, "compression_ratio": 5.777777777777778, "no_speech_prob": 0.0, "words": [{"start": 1480.09, "end": 1480.27, "word": "و", "probability": 0.1761474609375}, {"start": 1480.27, "end": 1480.63, "word": " نكتب", "probability": 0.784423828125}, {"start": 1480.63, "end": 1481.03, "word": " كلمة", "probability": 0.93603515625}, {"start": 1481.03, "end": 1481.53, "word": " float", "probability": 0.95068359375}, {"start": 1481.53, "end": 1481.83, "word": " بين", "probability": 0.2135009765625}, {"start": 1481.83, "end": 1482.37, "word": " بلوسين", "probability": 0.642333984375}, {"start": 1482.37, "end": 1484.65, "word": " مسكّر", "probability": 0.579620361328125}, {"start": 1484.65, "end": 1484.95, "word": " و", "probability": 0.54931640625}, {"start": 1484.95, "end": 1485.33, "word": " نضع", "probability": 0.5929361979166666}, {"start": 1485.33, "end": 1485.79, "word": " ا", "probability": 0.144287109375}, {"start": 1485.79, "end": 1486.23, "word": " ا", "probability": 0.335693359375}, {"start": 1486.23, "end": 1487.55, "word": " اللي", "probability": 0.33721923828125}, {"start": 1487.55, "end": 1488.23, "word": " احنا", "probability": 0.7034912109375}, {"start": 1488.23, "end": 1488.87, "word": " طالبين", "probability": 0.8359375}, {"start": 1488.87, "end": 1490.97, "word": " تحويله", "probability": 0.94931640625}, {"start": 1490.97, "end": 1491.91, "word": " الادرس", "probability": 0.66326904296875}, {"start": 1491.91, "end": 1492.07, "word": " اللي", "probability": 0.94287109375}, {"start": 1492.07, "end": 1492.11, "word": " احنا", "probability": 0.781005859375}, {"start": 1492.11, "end": 1492.47, "word": " طالبين", "probability": 0.9757080078125}, {"start": 1492.47, "end": 1493.31, "word": " تحويله", "probability": 0.96162109375}, {"start": 1493.31, "end": 1493.85, "word": " و", "probability": 0.345947265625}, {"start": 1493.85, "end": 1494.01, "word": " نضع", "probability": 0.498046875}, {"start": 1494.01, "end": 1494.09, "word": " ا", "probability": 0.39453125}, {"start": 1494.09, "end": 1496.89, "word": " ا", "probability": 0.6083984375}, {"start": 1496.89, "end": 1496.89, "word": " ا", "probability": 0.492919921875}, {"start": 1496.89, "end": 1498.23, "word": " ا", "probability": 0.39990234375}, {"start": 1498.23, "end": 1498.25, "word": " ا", "probability": 0.6376953125}, {"start": 1498.25, "end": 1498.25, "word": " ا", "probability": 0.736328125}, {"start": 1498.25, "end": 1498.25, "word": " ا", "probability": 0.77001953125}, {"start": 1498.25, "end": 1498.25, "word": " ا", "probability": 0.78955078125}, {"start": 1498.25, "end": 1498.25, "word": " ا", "probability": 0.80810546875}, {"start": 1498.25, "end": 1498.25, "word": " ا", "probability": 0.82373046875}, {"start": 1498.25, "end": 1498.25, "word": " ا", "probability": 0.83837890625}, {"start": 1498.25, "end": 1498.25, "word": " ا", "probability": 0.8515625}, {"start": 1498.25, "end": 1498.25, "word": " ا", "probability": 0.86474609375}, {"start": 1498.25, "end": 1498.25, "word": " ا", "probability": 0.87548828125}, {"start": 1498.25, "end": 1498.25, "word": " ا", "probability": 0.88427734375}, {"start": 1498.25, "end": 1498.25, "word": " ا", "probability": 0.89501953125}, {"start": 1498.25, "end": 1498.25, "word": " ا", "probability": 0.9033203125}, {"start": 1498.25, "end": 1498.25, "word": " ا", "probability": 0.9091796875}, {"start": 1498.25, "end": 1498.25, "word": " ا", "probability": 0.916015625}, {"start": 1498.25, "end": 1498.25, "word": " ا", "probability": 0.9208984375}, {"start": 1498.25, "end": 1498.25, "word": " ا", "probability": 0.9248046875}, {"start": 1498.25, "end": 1498.25, "word": " ا", "probability": 0.92919921875}, {"start": 1498.25, "end": 1498.25, "word": " ا", "probability": 0.93212890625}, {"start": 1498.25, "end": 1498.25, "word": " ا", "probability": 0.9345703125}, {"start": 1498.25, "end": 1498.25, "word": " ا", "probability": 0.9365234375}, {"start": 1498.25, "end": 1498.25, "word": " ا", "probability": 0.939453125}, {"start": 1498.25, "end": 1498.25, "word": " ا", "probability": 0.94091796875}, {"start": 1498.25, "end": 1498.25, "word": " ا", "probability": 0.9423828125}, {"start": 1498.25, "end": 1498.25, "word": " ا", "probability": 0.9443359375}, {"start": 1498.25, "end": 1498.25, "word": " ا", "probability": 0.9453125}, {"start": 1498.25, "end": 1498.25, "word": " ا", "probability": 0.9462890625}, {"start": 1498.25, "end": 1498.25, "word": " ا", "probability": 0.947265625}, {"start": 1498.25, "end": 1498.25, "word": " ا", "probability": 0.94775390625}, {"start": 1498.25, "end": 1498.25, "word": " ا", "probability": 0.94970703125}, {"start": 1498.25, "end": 1498.25, "word": " ا", "probability": 0.9501953125}, {"start": 1498.25, "end": 1498.25, "word": " ا", "probability": 0.95068359375}, {"start": 1498.25, "end": 1498.25, "word": " ا", "probability": 0.95166015625}, {"start": 1498.25, "end": 1498.25, "word": " ا", "probability": 0.95263671875}, {"start": 1498.25, "end": 1498.25, "word": " ا", "probability": 0.95263671875}, {"start": 1498.25, "end": 1498.25, "word": " ا", "probability": 0.953125}, {"start": 1498.25, "end": 1498.25, "word": " ا", "probability": 0.95361328125}, {"start": 1498.25, "end": 1498.25, "word": " ا", "probability": 0.9541015625}, {"start": 1498.25, "end": 1498.25, "word": " ا", "probability": 0.95556640625}, {"start": 1498.25, "end": 1498.25, "word": " ا", "probability": 0.9560546875}, {"start": 1498.25, "end": 1498.25, "word": " ا", "probability": 0.9560546875}, {"start": 1498.25, "end": 1498.25, "word": " ا", "probability": 0.95703125}, {"start": 1498.25, "end": 1498.25, "word": " ا", "probability": 0.95703125}, {"start": 1498.25, "end": 1498.25, "word": " ا", "probability": 0.9580078125}, {"start": 1498.25, "end": 1498.25, "word": " ا", "probability": 0.95703125}, {"start": 1498.25, "end": 1498.25, "word": " ا", "probability": 0.95751953125}, {"start": 1498.25, "end": 1498.25, "word": " ا", "probability": 0.9580078125}, {"start": 1498.25, "end": 1498.25, "word": " ا", "probability": 0.95849609375}, {"start": 1498.25, "end": 1498.25, "word": " ا", "probability": 0.95849609375}, {"start": 1498.25, "end": 1498.25, "word": " ا", "probability": 0.95849609375}, {"start": 1498.25, "end": 1498.25, "word": " ا", "probability": 0.958984375}, {"start": 1498.25, "end": 1498.25, "word": " ا", "probability": 0.95947265625}, {"start": 1498.25, "end": 1498.25, "word": " ا", "probability": 0.9599609375}, {"start": 1498.25, "end": 1498.25, "word": " ا", "probability": 0.95947265625}, {"start": 1498.25, "end": 1498.25, "word": " ا", "probability": 0.95947265625}, {"start": 1498.25, "end": 1498.25, "word": " ا", "probability": 0.9599609375}, {"start": 1498.25, "end": 1498.25, "word": " ا", "probability": 0.96044921875}, {"start": 1498.25, "end": 1498.25, "word": " ا", "probability": 0.9599609375}, {"start": 1498.25, "end": 1498.25, "word": " ا", "probability": 0.9609375}, {"start": 1498.25, "end": 1498.25, "word": " ا", "probability": 0.96044921875}, {"start": 1498.25, "end": 1498.25, "word": " ا", "probability": 0.96142578125}, {"start": 1498.25, "end": 1498.25, "word": " ا", "probability": 0.9609375}, {"start": 1498.25, "end": 1498.25, "word": " ا", "probability": 0.9609375}, {"start": 1498.25, "end": 1498.25, "word": " ا", "probability": 0.96142578125}, {"start": 1498.25, "end": 1498.25, "word": " ا", "probability": 0.96142578125}, {"start": 1498.25, "end": 1498.25, "word": " ا", "probability": 0.9619140625}, {"start": 1498.25, "end": 1498.25, "word": " ا", "probability": 0.96142578125}, {"start": 1498.25, "end": 1498.25, "word": " ا", "probability": 0.9619140625}, {"start": 1498.25, "end": 1498.25, "word": " ا", "probability": 0.96240234375}, {"start": 1498.25, "end": 1498.25, "word": " ا", "probability": 0.9619140625}, {"start": 1498.25, "end": 1498.25, "word": " ا", "probability": 0.96240234375}, {"start": 1498.25, "end": 1498.25, "word": " ا", "probability": 0.96142578125}, {"start": 1498.25, "end": 1498.25, "word": " ا", "probability": 0.96142578125}, {"start": 1498.25, "end": 1498.25, "word": " ا", "probability": 0.96240234375}, {"start": 1498.25, "end": 1498.25, "word": " ا", "probability": 0.9619140625}, {"start": 1498.25, "end": 1498.25, "word": " ا", "probability": 0.96240234375}, {"start": 1498.25, "end": 1498.25, "word": " ا", "probability": 0.962890625}, {"start": 1498.25, "end": 1498.25, "word": " ا", "probability": 0.96240234375}, {"start": 1498.25, "end": 1498.25, "word": " ا", "probability": 0.962890625}, {"start": 1498.25, "end": 1498.25, "word": " ا", "probability": 0.962890625}, {"start": 1498.25, "end": 1498.25, "word": " ا", "probability": 0.962890625}, {"start": 1498.25, "end": 1498.25, "word": " ا", "probability": 0.962890625}, {"start": 1498.25, "end": 1498.89, "word": " ا", "probability": 0.96337890625}, {"start": 1498.89, "end": 1498.89, "word": " ا", "probability": 0.96337890625}, {"start": 1498.89, "end": 1498.89, "word": " ا", "probability": 0.962890625}, {"start": 1498.89, "end": 1498.89, "word": " ا", "probability": 0.96240234375}, {"start": 1498.89, "end": 1498.89, "word": " ا", "probability": 0.962890625}, {"start": 1498.89, "end": 1498.89, "word": " ا", "probability": 0.96337890625}, {"start": 1498.89, "end": 1499.43, "word": " ا", "probability": 0.96337890625}, {"start": 1499.43, "end": 1499.43, "word": " ا", "probability": 0.96337890625}, {"start": 1499.43, "end": 1499.43, "word": " ا", "probability": 0.96337890625}, {"start": 1499.43, "end": 1499.43, "word": " ا", "probability": 0.96337890625}, {"start": 1499.43, "end": 1499.43, "word": " ا", "probability": 0.96337890625}, {"start": 1499.43, "end": 1499.43, "word": " ا", "probability": 0.96337890625}, {"start": 1499.43, "end": 1499.43, "word": " ا", "probability": 0.96337890625}, {"start": 1499.43, "end": 1499.43, "word": " ا", "probability": 0.9638671875}, {"start": 1499.43, "end": 1499.43, "word": " ا", "probability": 0.96337890625}, {"start": 1499.43, "end": 1499.43, "word": " ا", "probability": 0.96337890625}, {"start": 1499.43, "end": 1499.43, "word": " ا", "probability": 0.96337890625}, {"start": 1499.43, "end": 1499.43, "word": " ا", "probability": 0.962890625}, {"start": 1499.43, "end": 1499.43, "word": " ا", "probability": 0.962890625}, {"start": 1499.43, "end": 1499.43, "word": " ا", "probability": 0.96337890625}, {"start": 1499.43, "end": 1499.43, "word": " ا", "probability": 0.96337890625}, {"start": 1499.43, "end": 1499.43, "word": " ا", "probability": 0.9638671875}, {"start": 1499.43, "end": 1499.43, "word": " ا", "probability": 0.9638671875}, {"start": 1499.43, "end": 1499.43, "word": " ا", "probability": 0.96337890625}, {"start": 1499.43, "end": 1499.43, "word": " ا", "probability": 0.96337890625}, {"start": 1499.43, "end": 1499.43, "word": " ا", "probability": 0.96337890625}, {"start": 1499.43, "end": 1499.43, "word": " ا", "probability": 0.96337890625}, {"start": 1499.43, "end": 1499.43, "word": " ا", "probability": 0.9638671875}, {"start": 1499.43, "end": 1499.43, "word": " ا", "probability": 0.9638671875}, {"start": 1499.43, "end": 1499.43, "word": " ا", "probability": 0.9638671875}, {"start": 1499.43, "end": 1499.43, "word": " ا", "probability": 0.96337890625}, {"start": 1499.43, "end": 1499.43, "word": " ا", "probability": 0.96337890625}, {"start": 1499.43, "end": 1499.43, "word": " ا", "probability": 0.9638671875}, {"start": 1499.43, "end": 1499.43, "word": " ا", "probability": 0.962890625}, {"start": 1499.43, "end": 1499.43, "word": " ا", "probability": 0.962890625}, {"start": 1499.43, "end": 1499.43, "word": " ا", "probability": 0.96240234375}, {"start": 1499.43, "end": 1499.43, "word": " ا", "probability": 0.96240234375}, {"start": 1499.43, "end": 1499.43, "word": " ا", "probability": 0.96240234375}, {"start": 1499.43, "end": 1499.43, "word": " ا", "probability": 0.962890625}, {"start": 1499.43, "end": 1499.43, "word": " ا", "probability": 0.96240234375}, {"start": 1499.43, "end": 1499.43, "word": " ا", "probability": 0.96240234375}, {"start": 1499.43, "end": 1499.43, "word": " ا", "probability": 0.96240234375}, {"start": 1499.43, "end": 1499.43, "word": " ا", "probability": 0.96240234375}, {"start": 1499.43, "end": 1499.43, "word": " ا", "probability": 0.9619140625}, {"start": 1499.43, "end": 1499.43, "word": " ا", "probability": 0.96240234375}, {"start": 1499.43, "end": 1499.43, "word": " ا", "probability": 0.9619140625}, {"start": 1499.43, "end": 1499.43, "word": " ا", "probability": 0.9619140625}, {"start": 1499.43, "end": 1499.43, "word": " ا", "probability": 0.96142578125}, {"start": 1499.43, "end": 1499.43, "word": " ا", "probability": 0.96142578125}, {"start": 1499.43, "end": 1499.43, "word": " ا", "probability": 0.9609375}, {"start": 1499.43, "end": 1499.43, "word": " ا", "probability": 0.9609375}, {"start": 1499.43, "end": 1499.43, "word": " ا", "probability": 0.96044921875}, {"start": 1499.43, "end": 1499.43, "word": " ا", "probability": 0.96044921875}, {"start": 1499.43, "end": 1499.43, "word": " ا", "probability": 0.9609375}, {"start": 1499.43, "end": 1499.43, "word": " ا", "probability": 0.9599609375}, {"start": 1499.43, "end": 1499.43, "word": " ا", "probability": 0.95947265625}, {"start": 1499.43, "end": 1499.43, "word": " ا", "probability": 0.9599609375}, {"start": 1499.43, "end": 1499.43, "word": " ا", "probability": 0.95947265625}, {"start": 1499.43, "end": 1499.43, "word": " ا", "probability": 0.9599609375}, {"start": 1499.43, "end": 1499.43, "word": " ا", "probability": 0.95947265625}, {"start": 1499.43, "end": 1499.43, "word": " ا", "probability": 0.958984375}, {"start": 1499.43, "end": 1499.43, "word": " ا", "probability": 0.958984375}, {"start": 1499.43, "end": 1499.43, "word": " ا", "probability": 0.9580078125}, {"start": 1499.43, "end": 1499.43, "word": " ا", "probability": 0.95751953125}, {"start": 1499.43, "end": 1499.43, "word": " ا", "probability": 0.9580078125}, {"start": 1499.43, "end": 1499.43, "word": " ا", "probability": 0.95751953125}, {"start": 1499.43, "end": 1499.43, "word": " ا", "probability": 0.9580078125}, {"start": 1499.43, "end": 1499.43, "word": " ا", "probability": 0.9580078125}, {"start": 1499.43, "end": 1499.43, "word": " ا", "probability": 0.95703125}, {"start": 1499.43, "end": 1499.43, "word": " ا", "probability": 0.95751953125}, {"start": 1499.43, "end": 1499.43, "word": " ا", "probability": 0.9560546875}, {"start": 1499.43, "end": 1499.43, "word": " ا", "probability": 0.95556640625}, {"start": 1499.43, "end": 1499.43, "word": " ا", "probability": 0.95703125}, {"start": 1499.43, "end": 1499.43, "word": " ا", "probability": 0.95703125}, {"start": 1499.43, "end": 1499.43, "word": " ا", "probability": 0.9609375}, {"start": 1499.43, "end": 1499.43, "word": " ا", "probability": 0.95654296875}, {"start": 1499.43, "end": 1499.45, "word": " ا", "probability": 0.9580078125}, {"start": 1499.45, "end": 1499.53, "word": " ا", "probability": 0.95654296875}], "temperature": 1.0}, {"id": 53, "seek": 153274, "start": 1503.92, "end": 1532.74, "text": "ممكن أعمل الـ function اللي هي minimum زي function ال max و أصبح دايما أعطي ال minimum لل T و أعطي ال max لل W max type لل W و ال minimum type لل T و اسفز بالD و أيضا دايما بتعمل و أيضا دايما بتوسع ماهي الفكرة أنا بدي أن ال T هي ال minimum و بدي أن أعطي ال W ال max ال T تقضيها ال minimum وها ال max و بتصبح بتوسع اه دايما هو احنا ايش اللي بيصيح غيطه احنا اللي عندنا هنا انه انا", "tokens": [2304, 43020, 5551, 25957, 1211, 2423, 39184, 2445, 13672, 1829, 39896, 7285, 30767, 1829, 2445, 2423, 11469, 4032, 5551, 9381, 49628, 11778, 47302, 15042, 5551, 3615, 9566, 1829, 2423, 7285, 24976, 314, 4032, 5551, 3615, 9566, 1829, 2423, 11469, 24976, 343, 11469, 2010, 24976, 343, 4032, 2423, 7285, 2010, 24976, 314, 4032, 24525, 5172, 11622, 20666, 35, 4032, 36632, 11242, 995, 11778, 47302, 15042, 39894, 25957, 1211, 4032, 36632, 11242, 995, 11778, 47302, 15042, 39894, 41779, 3615, 19446, 3224, 1829, 27188, 4117, 25720, 41850, 4724, 16254, 14739, 2423, 314, 39896, 2423, 7285, 4032, 4724, 16254, 14739, 5551, 3615, 9566, 1829, 2423, 343, 2423, 11469, 2423, 314, 6055, 4587, 11242, 1829, 11296, 2423, 7285, 4032, 11296, 2423, 11469, 4032, 39894, 9381, 49628, 39894, 41779, 3615, 1975, 3224, 11778, 47302, 15042, 31439, 1975, 5016, 8315, 1975, 1829, 8592, 13672, 1829, 4724, 1829, 9381, 1829, 5016, 32771, 1829, 9566, 3224, 1975, 5016, 8315, 13672, 1829, 43242, 8315, 34105, 16472, 3224, 1975, 8315], "avg_logprob": -0.33710936922580004, "compression_ratio": 2.253846153846154, "no_speech_prob": 5.960464477539063e-08, "words": [{"start": 1503.92, "end": 1504.22, "word": "ممكن", "probability": 0.6385498046875}, {"start": 1504.22, "end": 1504.42, "word": " أعمل", "probability": 0.6232096354166666}, {"start": 1504.42, "end": 1504.56, "word": " الـ", "probability": 0.462646484375}, {"start": 1504.56, "end": 1504.8, "word": " function", "probability": 0.54638671875}, {"start": 1504.8, "end": 1505.02, "word": " اللي", "probability": 0.657470703125}, {"start": 1505.02, "end": 1505.28, "word": " هي", "probability": 0.955078125}, {"start": 1505.28, "end": 1505.66, "word": " minimum", "probability": 0.83642578125}, {"start": 1505.66, "end": 1506.14, "word": " زي", "probability": 0.7890625}, {"start": 1506.14, "end": 1506.76, "word": " function", "probability": 0.387451171875}, {"start": 1506.76, "end": 1507.02, "word": " ال", "probability": 0.290771484375}, {"start": 1507.02, "end": 1507.32, "word": " max", "probability": 0.52197265625}, {"start": 1507.32, "end": 1507.5, "word": " و", "probability": 0.65283203125}, {"start": 1507.5, "end": 1507.72, "word": " أصبح", "probability": 0.69970703125}, {"start": 1507.72, "end": 1508.02, "word": " دايما", "probability": 0.8184407552083334}, {"start": 1508.02, "end": 1508.42, "word": " أعطي", "probability": 0.8681640625}, {"start": 1508.42, "end": 1508.52, "word": " ال", "probability": 0.880859375}, {"start": 1508.52, "end": 1508.78, "word": " minimum", "probability": 0.98095703125}, {"start": 1508.78, "end": 1509.06, "word": " لل", "probability": 0.6650390625}, {"start": 1509.06, "end": 1509.36, "word": " T", "probability": 0.53369140625}, {"start": 1509.36, "end": 1510.0, "word": " و", "probability": 0.90869140625}, {"start": 1510.0, "end": 1510.18, "word": " أعطي", "probability": 0.9110107421875}, {"start": 1510.18, "end": 1510.32, "word": " ال", "probability": 0.9619140625}, {"start": 1510.32, "end": 1510.54, "word": " max", "probability": 0.91259765625}, {"start": 1510.54, "end": 1510.74, "word": " لل", "probability": 0.90478515625}, {"start": 1510.74, "end": 1511.2, "word": " W", "probability": 0.8740234375}, {"start": 1511.2, "end": 1512.0, "word": " max", "probability": 0.461669921875}, {"start": 1512.0, "end": 1512.5, "word": " type", "probability": 0.67431640625}, {"start": 1512.5, "end": 1513.42, "word": " لل", "probability": 0.9111328125}, {"start": 1513.42, "end": 1513.88, "word": " W", "probability": 0.9404296875}, {"start": 1513.88, "end": 1514.32, "word": " و", "probability": 0.87744140625}, {"start": 1514.32, "end": 1514.44, "word": " ال", "probability": 0.86962890625}, {"start": 1514.44, "end": 1514.68, "word": " minimum", "probability": 0.97509765625}, {"start": 1514.68, "end": 1515.12, "word": " type", "probability": 0.94140625}, {"start": 1515.12, "end": 1515.5, "word": " لل", "probability": 0.958984375}, {"start": 1515.5, "end": 1515.84, "word": " T", "probability": 0.97314453125}, {"start": 1515.84, "end": 1516.38, "word": " و", "probability": 0.76123046875}, {"start": 1516.38, "end": 1516.7, "word": " اسفز", "probability": 0.4712727864583333}, {"start": 1516.7, "end": 1516.96, "word": " بالD", "probability": 0.341888427734375}, {"start": 1516.96, "end": 1517.04, "word": " و", "probability": 0.59765625}, {"start": 1517.04, "end": 1517.36, "word": " أيضا", "probability": 0.8570963541666666}, {"start": 1517.36, "end": 1517.62, "word": " دايما", "probability": 0.8592122395833334}, {"start": 1517.62, "end": 1518.16, "word": " بتعمل", "probability": 0.9440104166666666}, {"start": 1518.16, "end": 1518.44, "word": " و", "probability": 0.72314453125}, {"start": 1518.44, "end": 1518.72, "word": " أيضا", "probability": 0.9638671875}, {"start": 1518.72, "end": 1518.92, "word": " دايما", "probability": 0.7911783854166666}, {"start": 1518.92, "end": 1519.56, "word": " بتوسع", "probability": 0.93310546875}, {"start": 1519.56, "end": 1520.1, "word": " ماهي", "probability": 0.55078125}, {"start": 1520.1, "end": 1520.42, "word": " الفكرة", "probability": 0.9505208333333334}, {"start": 1520.42, "end": 1520.78, "word": " أنا", "probability": 0.5}, {"start": 1520.78, "end": 1521.0, "word": " بدي", "probability": 0.785400390625}, {"start": 1521.0, "end": 1521.04, "word": " أن", "probability": 0.1339111328125}, {"start": 1521.04, "end": 1521.18, "word": " ال", "probability": 0.7197265625}, {"start": 1521.18, "end": 1521.32, "word": " T", "probability": 0.91064453125}, {"start": 1521.32, "end": 1521.48, "word": " هي", "probability": 0.97412109375}, {"start": 1521.48, "end": 1521.62, "word": " ال", "probability": 0.84521484375}, {"start": 1521.62, "end": 1521.86, "word": " minimum", "probability": 0.9794921875}, {"start": 1521.86, "end": 1522.44, "word": " و", "probability": 0.96337890625}, {"start": 1522.44, "end": 1522.68, "word": " بدي", "probability": 0.780029296875}, {"start": 1522.68, "end": 1522.78, "word": " أن", "probability": 0.34619140625}, {"start": 1522.78, "end": 1522.9, "word": " أعطي", "probability": 0.74993896484375}, {"start": 1522.9, "end": 1522.9, "word": " ال", "probability": 0.8779296875}, {"start": 1522.9, "end": 1523.24, "word": " W", "probability": 0.853515625}, {"start": 1523.24, "end": 1523.44, "word": " ال", "probability": 0.8564453125}, {"start": 1523.44, "end": 1523.78, "word": " max", "probability": 0.77587890625}, {"start": 1523.78, "end": 1524.28, "word": " ال", "probability": 0.79541015625}, {"start": 1524.28, "end": 1524.48, "word": " T", "probability": 0.9560546875}, {"start": 1524.48, "end": 1525.16, "word": " تقضيها", "probability": 0.7568359375}, {"start": 1525.16, "end": 1525.28, "word": " ال", "probability": 0.92333984375}, {"start": 1525.28, "end": 1525.58, "word": " minimum", "probability": 0.9912109375}, {"start": 1525.58, "end": 1526.32, "word": " وها", "probability": 0.56866455078125}, {"start": 1526.32, "end": 1526.4, "word": " ال", "probability": 0.6904296875}, {"start": 1526.4, "end": 1526.72, "word": " max", "probability": 0.87060546875}, {"start": 1526.72, "end": 1526.86, "word": " و", "probability": 0.80859375}, {"start": 1526.86, "end": 1527.14, "word": " بتصبح", "probability": 0.6984049479166666}, {"start": 1527.14, "end": 1527.72, "word": " بتوسع", "probability": 0.8484700520833334}, {"start": 1527.72, "end": 1528.06, "word": " اه", "probability": 0.76416015625}, {"start": 1528.06, "end": 1528.36, "word": " دايما", "probability": 0.82080078125}, {"start": 1528.36, "end": 1529.52, "word": " هو", "probability": 0.54443359375}, {"start": 1529.52, "end": 1529.88, "word": " احنا", "probability": 0.9103190104166666}, {"start": 1529.88, "end": 1530.04, "word": " ايش", "probability": 0.65478515625}, {"start": 1530.04, "end": 1530.18, "word": " اللي", "probability": 0.97802734375}, {"start": 1530.18, "end": 1530.56, "word": " بيصيح", "probability": 0.784765625}, {"start": 1530.56, "end": 1531.08, "word": " غيطه", "probability": 0.386077880859375}, {"start": 1531.08, "end": 1531.36, "word": " احنا", "probability": 0.9215494791666666}, {"start": 1531.36, "end": 1531.5, "word": " اللي", "probability": 0.961181640625}, {"start": 1531.5, "end": 1531.78, "word": " عندنا", "probability": 0.796630859375}, {"start": 1531.78, "end": 1532.0, "word": " هنا", "probability": 0.9912109375}, {"start": 1532.0, "end": 1532.46, "word": " انه", "probability": 0.7353515625}, {"start": 1532.46, "end": 1532.74, "word": " انا", "probability": 0.872314453125}], "temperature": 1.0}, {"id": 54, "seek": 156216, "start": 1533.46, "end": 1562.16, "text": "هي بصفة عالمية ال production هذه ال grammar ال rule هذه حطينا معاها meaning semantic action اسم مش rule ال semantic action هذا يشتمل على عدة خطوات أول خطوة تحديد ال type تحديد ال type بدل ما كنا بنقول اي واحد اذا اي واحد", "tokens": [3224, 1829, 4724, 9381, 5172, 3660, 6225, 45340, 10632, 2423, 4265, 29538, 2423, 22317, 2423, 4978, 29538, 11331, 9566, 1829, 8315, 20449, 995, 11296, 3620, 47982, 3069, 24525, 2304, 37893, 4978, 2423, 47982, 3069, 23758, 7251, 8592, 39237, 1211, 15844, 6225, 41891, 16490, 9566, 2407, 9307, 5551, 12610, 16490, 9566, 2407, 3660, 6055, 5016, 16254, 3215, 2423, 2010, 6055, 5016, 16254, 3215, 2423, 2010, 47525, 1211, 19446, 9122, 8315, 4724, 1863, 39648, 1975, 1829, 36764, 24401, 1975, 15730, 1975, 1829, 36764, 24401], "avg_logprob": -0.2806852309100599, "compression_ratio": 1.6871794871794872, "no_speech_prob": 0.0, "words": [{"start": 1533.46, "end": 1533.96, "word": "هي", "probability": 0.27679443359375}, {"start": 1533.96, "end": 1535.36, "word": " بصفة", "probability": 0.9241943359375}, {"start": 1535.36, "end": 1536.44, "word": " عالمية", "probability": 0.8175455729166666}, {"start": 1536.44, "end": 1538.78, "word": " ال", "probability": 0.611328125}, {"start": 1538.78, "end": 1539.38, "word": " production", "probability": 0.87890625}, {"start": 1539.38, "end": 1539.76, "word": " هذه", "probability": 0.495849609375}, {"start": 1539.76, "end": 1540.12, "word": " ال", "probability": 0.14404296875}, {"start": 1540.12, "end": 1540.14, "word": " grammar", "probability": 0.923828125}, {"start": 1540.14, "end": 1540.34, "word": " ال", "probability": 0.208984375}, {"start": 1540.34, "end": 1540.54, "word": " rule", "probability": 0.81103515625}, {"start": 1540.54, "end": 1541.0, "word": " هذه", "probability": 0.66357421875}, {"start": 1541.0, "end": 1542.28, "word": " حطينا", "probability": 0.7569580078125}, {"start": 1542.28, "end": 1542.62, "word": " معاها", "probability": 0.8873697916666666}, {"start": 1542.62, "end": 1543.0, "word": " meaning", "probability": 0.0975341796875}, {"start": 1543.0, "end": 1543.86, "word": " semantic", "probability": 0.490966796875}, {"start": 1543.86, "end": 1544.38, "word": " action", "probability": 0.9228515625}, {"start": 1544.38, "end": 1544.66, "word": " اسم", "probability": 0.785400390625}, {"start": 1544.66, "end": 1544.82, "word": " مش", "probability": 0.59326171875}, {"start": 1544.82, "end": 1545.14, "word": " rule", "probability": 0.87548828125}, {"start": 1545.14, "end": 1547.04, "word": " ال", "probability": 0.2705078125}, {"start": 1547.04, "end": 1547.44, "word": " semantic", "probability": 0.9169921875}, {"start": 1547.44, "end": 1547.94, "word": " action", "probability": 0.95263671875}, {"start": 1547.94, "end": 1548.2, "word": " هذا", "probability": 0.75}, {"start": 1548.2, "end": 1549.28, "word": " يشتمل", "probability": 0.89208984375}, {"start": 1549.28, "end": 1549.48, "word": " على", "probability": 0.880859375}, {"start": 1549.48, "end": 1549.74, "word": " عدة", "probability": 0.961669921875}, {"start": 1549.74, "end": 1550.52, "word": " خطوات", "probability": 0.9722900390625}, {"start": 1550.52, "end": 1551.82, "word": " أول", "probability": 0.7432861328125}, {"start": 1551.82, "end": 1552.5, "word": " خطوة", "probability": 0.974609375}, {"start": 1552.5, "end": 1553.0, "word": " تحديد", "probability": 0.9605712890625}, {"start": 1553.0, "end": 1553.92, "word": " ال", "probability": 0.8359375}, {"start": 1553.92, "end": 1554.26, "word": " type", "probability": 0.94384765625}, {"start": 1554.26, "end": 1555.92, "word": " تحديد", "probability": 0.9007568359375}, {"start": 1555.92, "end": 1556.18, "word": " ال", "probability": 0.95947265625}, {"start": 1556.18, "end": 1556.48, "word": " type", "probability": 0.97021484375}, {"start": 1556.48, "end": 1557.52, "word": " بدل", "probability": 0.9091796875}, {"start": 1557.52, "end": 1557.66, "word": " ما", "probability": 0.79931640625}, {"start": 1557.66, "end": 1557.94, "word": " كنا", "probability": 0.969482421875}, {"start": 1557.94, "end": 1558.52, "word": " بنقول", "probability": 0.6624348958333334}, {"start": 1558.52, "end": 1559.64, "word": " اي", "probability": 0.6339111328125}, {"start": 1559.64, "end": 1560.28, "word": " واحد", "probability": 0.988037109375}, {"start": 1560.28, "end": 1561.38, "word": " اذا", "probability": 0.807861328125}, {"start": 1561.38, "end": 1561.62, "word": " اي", "probability": 0.943359375}, {"start": 1561.62, "end": 1562.16, "word": " واحد", "probability": 0.990234375}], "temperature": 1.0}, {"id": 55, "seek": 159274, "start": 1562.98, "end": 1592.74, "text": "و E2 فساوي كده لأ احنا ولناها ل Max Max هي اللي بتفحص ايش ال type تبقى E1 و ايش ال type تبقى E2 و بتعطيني ايه الكبير من بين الاتنين و هذا الكبير هو تصير هو ال type تبع E تبع ال expression الإجمالي صح بظبط هيك منطقي semantically correct semantically correct", "tokens": [2407, 462, 17, 6156, 3794, 995, 45865, 9122, 3215, 3224, 5296, 10721, 1975, 5016, 8315, 4032, 1211, 8315, 11296, 5296, 7402, 7402, 39896, 13672, 1829, 39894, 5172, 5016, 9381, 1975, 1829, 8592, 2423, 2010, 6055, 3555, 4587, 7578, 462, 16, 4032, 1975, 1829, 8592, 2423, 2010, 6055, 3555, 4587, 7578, 462, 17, 4032, 39894, 3615, 9566, 1829, 22653, 1975, 1829, 3224, 33251, 3555, 13546, 9154, 49374, 2423, 9307, 1863, 9957, 4032, 23758, 33251, 3555, 13546, 31439, 6055, 9381, 13546, 31439, 2423, 2010, 6055, 3555, 3615, 462, 6055, 3555, 3615, 2423, 6114, 33688, 7435, 2304, 6027, 1829, 20328, 5016, 4724, 19913, 3555, 9566, 39896, 4117, 9154, 9566, 38436, 4361, 49505, 3006, 4361, 49505, 3006], "avg_logprob": -0.29632676170583355, "compression_ratio": 1.7048458149779735, "no_speech_prob": 0.0, "words": [{"start": 1562.98, "end": 1563.34, "word": "و", "probability": 0.326416015625}, {"start": 1563.34, "end": 1564.2, "word": " E2", "probability": 0.6905517578125}, {"start": 1564.2, "end": 1564.7, "word": " فساوي", "probability": 0.46087646484375}, {"start": 1564.7, "end": 1564.96, "word": " كده", "probability": 0.7623697916666666}, {"start": 1564.96, "end": 1565.2, "word": " لأ", "probability": 0.682861328125}, {"start": 1565.2, "end": 1565.54, "word": " احنا", "probability": 0.8587239583333334}, {"start": 1565.54, "end": 1566.24, "word": " ولناها", "probability": 0.67626953125}, {"start": 1566.24, "end": 1566.42, "word": " ل", "probability": 0.79541015625}, {"start": 1566.42, "end": 1566.78, "word": " Max", "probability": 0.2998046875}, {"start": 1566.78, "end": 1568.92, "word": " Max", "probability": 0.455322265625}, {"start": 1568.92, "end": 1569.12, "word": " هي", "probability": 0.84814453125}, {"start": 1569.12, "end": 1569.3, "word": " اللي", "probability": 0.791748046875}, {"start": 1569.3, "end": 1570.0, "word": " بتفحص", "probability": 0.95458984375}, {"start": 1570.0, "end": 1572.92, "word": " ايش", "probability": 0.7163899739583334}, {"start": 1572.92, "end": 1573.1, "word": " ال", "probability": 0.90087890625}, {"start": 1573.1, "end": 1573.3, "word": " type", "probability": 0.84814453125}, {"start": 1573.3, "end": 1573.58, "word": " تبقى", "probability": 0.9044189453125}, {"start": 1573.58, "end": 1574.0, "word": " E1", "probability": 0.872314453125}, {"start": 1574.0, "end": 1574.24, "word": " و", "probability": 0.8974609375}, {"start": 1574.24, "end": 1574.38, "word": " ايش", "probability": 0.8349609375}, {"start": 1574.38, "end": 1574.52, "word": " ال", "probability": 0.9873046875}, {"start": 1574.52, "end": 1574.66, "word": " type", "probability": 0.97216796875}, {"start": 1574.66, "end": 1574.88, "word": " تبقى", "probability": 0.9713134765625}, {"start": 1574.88, "end": 1575.16, "word": " E2", "probability": 0.96533203125}, {"start": 1575.16, "end": 1575.28, "word": " و", "probability": 0.55078125}, {"start": 1575.28, "end": 1575.94, "word": " بتعطيني", "probability": 0.69384765625}, {"start": 1575.94, "end": 1576.36, "word": " ايه", "probability": 0.77734375}, {"start": 1576.36, "end": 1576.74, "word": " الكبير", "probability": 0.95849609375}, {"start": 1576.74, "end": 1577.14, "word": " من", "probability": 0.96044921875}, {"start": 1577.14, "end": 1578.72, "word": " بين", "probability": 0.82568359375}, {"start": 1578.72, "end": 1579.22, "word": " الاتنين", "probability": 0.74151611328125}, {"start": 1579.22, "end": 1579.82, "word": " و", "probability": 0.3916015625}, {"start": 1579.82, "end": 1580.04, "word": " هذا", "probability": 0.74658203125}, {"start": 1580.04, "end": 1580.48, "word": " الكبير", "probability": 0.98193359375}, {"start": 1580.48, "end": 1581.02, "word": " هو", "probability": 0.84423828125}, {"start": 1581.02, "end": 1582.34, "word": " تصير", "probability": 0.564697265625}, {"start": 1582.34, "end": 1582.54, "word": " هو", "probability": 0.91259765625}, {"start": 1582.54, "end": 1582.68, "word": " ال", "probability": 0.95361328125}, {"start": 1582.68, "end": 1582.9, "word": " type", "probability": 0.92724609375}, {"start": 1582.9, "end": 1583.26, "word": " تبع", "probability": 0.8707682291666666}, {"start": 1583.26, "end": 1583.52, "word": " E", "probability": 0.49072265625}, {"start": 1583.52, "end": 1583.88, "word": " تبع", "probability": 0.7862955729166666}, {"start": 1583.88, "end": 1583.96, "word": " ال", "probability": 0.93505859375}, {"start": 1583.96, "end": 1584.34, "word": " expression", "probability": 0.89501953125}, {"start": 1584.34, "end": 1585.64, "word": " الإجمالي", "probability": 0.91083984375}, {"start": 1585.64, "end": 1586.96, "word": " صح", "probability": 0.936767578125}, {"start": 1586.96, "end": 1587.78, "word": " بظبط", "probability": 0.8026123046875}, {"start": 1587.78, "end": 1588.0, "word": " هيك", "probability": 0.8212890625}, {"start": 1588.0, "end": 1588.58, "word": " منطقي", "probability": 0.7057291666666666}, {"start": 1588.58, "end": 1589.84, "word": " semantically", "probability": 0.715087890625}, {"start": 1589.84, "end": 1590.58, "word": " correct", "probability": 0.9365234375}, {"start": 1590.58, "end": 1592.24, "word": " semantically", "probability": 0.787841796875}, {"start": 1592.24, "end": 1592.74, "word": " correct", "probability": 0.935546875}], "temperature": 1.0}, {"id": 56, "seek": 161230, "start": 1593.54, "end": 1612.3, "text": "الان خلصنا من هذا type checking و type expression assignment يعني احنا assigned ال data type attribute تبعت ال expression لان لو هم مختلفين او كده بالك max لو هدول اتنين نفس ال type", "tokens": [6027, 7649, 16490, 1211, 9381, 8315, 9154, 23758, 2010, 8568, 4032, 2010, 6114, 15187, 37495, 22653, 1975, 5016, 8315, 13279, 2423, 1412, 2010, 19667, 6055, 3555, 34268, 2423, 6114, 5296, 7649, 45164, 8032, 2304, 3714, 46456, 46538, 9957, 1975, 2407, 9122, 3215, 3224, 20666, 4117, 11469, 45164, 8032, 3215, 12610, 1975, 2655, 1863, 9957, 8717, 36178, 2423, 2010], "avg_logprob": -0.4104872931868343, "compression_ratio": 1.4425287356321839, "no_speech_prob": 0.0, "words": [{"start": 1593.54, "end": 1594.14, "word": "الان", "probability": 0.736572265625}, {"start": 1594.14, "end": 1594.74, "word": " خلصنا", "probability": 0.75860595703125}, {"start": 1594.74, "end": 1594.86, "word": " من", "probability": 0.95458984375}, {"start": 1594.86, "end": 1595.12, "word": " هذا", "probability": 0.705078125}, {"start": 1595.12, "end": 1595.44, "word": " type", "probability": 0.2122802734375}, {"start": 1595.44, "end": 1595.88, "word": " checking", "probability": 0.295654296875}, {"start": 1595.88, "end": 1596.14, "word": " و", "probability": 0.86767578125}, {"start": 1596.14, "end": 1596.52, "word": " type", "probability": 0.58251953125}, {"start": 1596.52, "end": 1597.82, "word": " expression", "probability": 0.91064453125}, {"start": 1597.82, "end": 1598.62, "word": " assignment", "probability": 0.94677734375}, {"start": 1598.62, "end": 1599.06, "word": " يعني", "probability": 0.744873046875}, {"start": 1599.06, "end": 1599.46, "word": " احنا", "probability": 0.861328125}, {"start": 1599.46, "end": 1600.26, "word": " assigned", "probability": 0.255615234375}, {"start": 1600.26, "end": 1601.12, "word": " ال", "probability": 0.57373046875}, {"start": 1601.12, "end": 1601.8, "word": " data", "probability": 0.3896484375}, {"start": 1601.8, "end": 1602.44, "word": " type", "probability": 0.88818359375}, {"start": 1602.44, "end": 1602.98, "word": " attribute", "probability": 0.76318359375}, {"start": 1602.98, "end": 1603.3, "word": " تبعت", "probability": 0.494873046875}, {"start": 1603.3, "end": 1603.4, "word": " ال", "probability": 0.8994140625}, {"start": 1603.4, "end": 1603.82, "word": " expression", "probability": 0.8828125}, {"start": 1603.82, "end": 1604.78, "word": " لان", "probability": 0.4656982421875}, {"start": 1604.78, "end": 1605.6, "word": " لو", "probability": 0.830078125}, {"start": 1605.6, "end": 1606.72, "word": " هم", "probability": 0.5009765625}, {"start": 1606.72, "end": 1607.66, "word": " مختلفين", "probability": 0.9822998046875}, {"start": 1607.66, "end": 1609.64, "word": " او", "probability": 0.6748046875}, {"start": 1609.64, "end": 1609.9, "word": " كده", "probability": 0.5316569010416666}, {"start": 1609.9, "end": 1610.24, "word": " بالك", "probability": 0.873291015625}, {"start": 1610.24, "end": 1610.68, "word": " max", "probability": 0.51708984375}, {"start": 1610.68, "end": 1610.86, "word": " لو", "probability": 0.70654296875}, {"start": 1610.86, "end": 1611.14, "word": " هدول", "probability": 0.6888020833333334}, {"start": 1611.14, "end": 1611.46, "word": " اتنين", "probability": 0.8829345703125}, {"start": 1611.46, "end": 1611.74, "word": " نفس", "probability": 0.9931640625}, {"start": 1611.74, "end": 1611.92, "word": " ال", "probability": 0.9111328125}, {"start": 1611.92, "end": 1612.3, "word": " type", "probability": 0.89990234375}], "temperature": 1.0}, {"id": 57, "seek": 164260, "start": 1612.84, "end": 1642.6, "text": "هتعطيني ال type هو اللي نفسه لو في اختلاف هتعطيني الكبير سواء هذا اللي كان كبير او هذا اللي كان كبير بعدين بنخش على قضية ال conversion قضية ال conversion بنقول له انت مغمض why then؟ why then مين؟ why then الاش ال address تبع ال expression الأولى يعني اوسع ليش؟ لل E ده ال type لل expression الإجمالي تذكر ال expression الإجمالي هو اللي أخد", "tokens": [3224, 2655, 3615, 9566, 1829, 22653, 2423, 2010, 31439, 13672, 1829, 8717, 36178, 3224, 45164, 8978, 1975, 46456, 15040, 5172, 8032, 2655, 3615, 9566, 1829, 22653, 33251, 3555, 13546, 8608, 2407, 16606, 23758, 13672, 1829, 25961, 9122, 3555, 13546, 1975, 2407, 23758, 13672, 1829, 25961, 9122, 3555, 13546, 39182, 9957, 44945, 9778, 8592, 15844, 12174, 11242, 10632, 2423, 14298, 12174, 11242, 10632, 2423, 14298, 44945, 39648, 46740, 16472, 2655, 3714, 17082, 2304, 11242, 983, 550, 22807, 983, 550, 3714, 9957, 22807, 983, 550, 2423, 33599, 2423, 2985, 6055, 3555, 3615, 2423, 6114, 16247, 12610, 7578, 37495, 22653, 1975, 41779, 3615, 32239, 8592, 22807, 24976, 462, 11778, 3224, 2423, 2010, 24976, 6114, 33688, 7435, 2304, 6027, 1829, 6055, 8848, 37983, 2423, 6114, 33688, 7435, 2304, 6027, 1829, 31439, 13672, 1829, 5551, 9778, 3215], "avg_logprob": -0.26856203276411933, "compression_ratio": 2.030888030888031, "no_speech_prob": 5.960464477539063e-08, "words": [{"start": 1612.84, "end": 1613.64, "word": "هتعطيني", "probability": 0.758544921875}, {"start": 1613.64, "end": 1614.12, "word": " ال", "probability": 0.74365234375}, {"start": 1614.12, "end": 1614.32, "word": " type", "probability": 0.53857421875}, {"start": 1614.32, "end": 1614.64, "word": " هو", "probability": 0.9736328125}, {"start": 1614.64, "end": 1615.38, "word": " اللي", "probability": 0.457000732421875}, {"start": 1615.38, "end": 1615.98, "word": " نفسه", "probability": 0.8942057291666666}, {"start": 1615.98, "end": 1616.16, "word": " لو", "probability": 0.66162109375}, {"start": 1616.16, "end": 1616.4, "word": " في", "probability": 0.4609375}, {"start": 1616.4, "end": 1617.02, "word": " اختلاف", "probability": 0.9134521484375}, {"start": 1617.02, "end": 1617.66, "word": " هتعطيني", "probability": 0.85400390625}, {"start": 1617.66, "end": 1618.12, "word": " الكبير", "probability": 0.8113606770833334}, {"start": 1618.12, "end": 1618.48, "word": " سواء", "probability": 0.9611002604166666}, {"start": 1618.48, "end": 1618.84, "word": " هذا", "probability": 0.489990234375}, {"start": 1618.84, "end": 1619.08, "word": " اللي", "probability": 0.828369140625}, {"start": 1619.08, "end": 1619.24, "word": " كان", "probability": 0.97265625}, {"start": 1619.24, "end": 1619.52, "word": " كبير", "probability": 0.8986002604166666}, {"start": 1619.52, "end": 1619.66, "word": " او", "probability": 0.60089111328125}, {"start": 1619.66, "end": 1619.88, "word": " هذا", "probability": 0.68701171875}, {"start": 1619.88, "end": 1620.04, "word": " اللي", "probability": 0.953857421875}, {"start": 1620.04, "end": 1620.22, "word": " كان", "probability": 0.974609375}, {"start": 1620.22, "end": 1620.44, "word": " كبير", "probability": 0.9899088541666666}, {"start": 1620.44, "end": 1621.82, "word": " بعدين", "probability": 0.5228271484375}, {"start": 1621.82, "end": 1622.32, "word": " بنخش", "probability": 0.64501953125}, {"start": 1622.32, "end": 1622.54, "word": " على", "probability": 0.724609375}, {"start": 1622.54, "end": 1622.92, "word": " قضية", "probability": 0.9757486979166666}, {"start": 1622.92, "end": 1623.16, "word": " ال", "probability": 0.9658203125}, {"start": 1623.16, "end": 1623.62, "word": " conversion", "probability": 0.87060546875}, {"start": 1623.62, "end": 1624.02, "word": " قضية", "probability": 0.9195963541666666}, {"start": 1624.02, "end": 1624.16, "word": " ال", "probability": 0.98974609375}, {"start": 1624.16, "end": 1624.72, "word": " conversion", "probability": 0.9794921875}, {"start": 1624.72, "end": 1625.68, "word": " بنقول", "probability": 0.879150390625}, {"start": 1625.68, "end": 1625.84, "word": " له", "probability": 0.7685546875}, {"start": 1625.84, "end": 1626.16, "word": " انت", "probability": 0.5560302734375}, {"start": 1626.16, "end": 1626.74, "word": " مغمض", "probability": 0.906005859375}, {"start": 1626.74, "end": 1627.22, "word": " why", "probability": 0.5302734375}, {"start": 1627.22, "end": 1627.88, "word": " then؟", "probability": 0.3931884765625}, {"start": 1627.88, "end": 1628.72, "word": " why", "probability": 0.7294921875}, {"start": 1628.72, "end": 1628.88, "word": " then", "probability": 0.86376953125}, {"start": 1628.88, "end": 1629.86, "word": " مين؟", "probability": 0.8821614583333334}, {"start": 1629.86, "end": 1630.12, "word": " why", "probability": 0.77197265625}, {"start": 1630.12, "end": 1630.36, "word": " then", "probability": 0.8525390625}, {"start": 1630.36, "end": 1630.9, "word": " الاش", "probability": 0.55322265625}, {"start": 1630.9, "end": 1631.04, "word": " ال", "probability": 0.2467041015625}, {"start": 1631.04, "end": 1631.32, "word": " address", "probability": 0.90771484375}, {"start": 1631.32, "end": 1631.58, "word": " تبع", "probability": 0.7915852864583334}, {"start": 1631.58, "end": 1631.66, "word": " ال", "probability": 0.93505859375}, {"start": 1631.66, "end": 1631.98, "word": " expression", "probability": 0.91162109375}, {"start": 1631.98, "end": 1632.52, "word": " الأولى", "probability": 0.7797037760416666}, {"start": 1632.52, "end": 1633.62, "word": " يعني", "probability": 0.85302734375}, {"start": 1633.62, "end": 1634.06, "word": " اوسع", "probability": 0.71923828125}, {"start": 1634.06, "end": 1636.28, "word": " ليش؟", "probability": 0.7001953125}, {"start": 1636.28, "end": 1636.54, "word": " لل", "probability": 0.7802734375}, {"start": 1636.54, "end": 1636.92, "word": " E", "probability": 0.2100830078125}, {"start": 1636.92, "end": 1637.1, "word": " ده", "probability": 0.76708984375}, {"start": 1637.1, "end": 1637.24, "word": " ال", "probability": 0.96240234375}, {"start": 1637.24, "end": 1637.78, "word": " type", "probability": 0.9169921875}, {"start": 1637.78, "end": 1638.6, "word": " لل", "probability": 0.716796875}, {"start": 1638.6, "end": 1639.14, "word": " expression", "probability": 0.96337890625}, {"start": 1639.14, "end": 1640.42, "word": " الإجمالي", "probability": 0.878515625}, {"start": 1640.42, "end": 1640.84, "word": " تذكر", "probability": 0.87109375}, {"start": 1640.84, "end": 1641.02, "word": " ال", "probability": 0.67578125}, {"start": 1641.02, "end": 1641.34, "word": " expression", "probability": 0.94873046875}, {"start": 1641.34, "end": 1641.84, "word": " الإجمالي", "probability": 0.97275390625}, {"start": 1641.84, "end": 1642.02, "word": " هو", "probability": 0.9892578125}, {"start": 1642.02, "end": 1642.2, "word": " اللي", "probability": 0.96630859375}, {"start": 1642.2, "end": 1642.6, "word": " أخد", "probability": 0.8790690104166666}], "temperature": 1.0}, {"id": 58, "seek": 167190, "start": 1643.1, "end": 1671.9, "text": "ال expression الجمالي أخذ الأوسع أنا جاهز من جلده واسع هذا للأوسع طب إذا كان هو نفسه هو أي واحد هو اللي كان أوسع عادي بسيطة وايدن مش هتعمل ولا حاجة مش وايدن أول حاجة بتفحص فانا بدل ما أفحص برا وايدن خلت عملت فحص جوا وايدن بدل ما أفحص أنه والله اتطلع لهل يا ثرة أي واحد هو اللي كان كبير", "tokens": [6027, 6114, 25724, 2304, 6027, 1829, 5551, 9778, 8848, 16247, 41779, 3615, 41850, 10874, 40294, 11622, 9154, 10874, 1211, 3215, 3224, 4032, 32277, 3615, 23758, 24976, 10721, 41779, 3615, 23032, 3555, 11933, 15730, 25961, 31439, 8717, 36178, 3224, 31439, 36632, 36764, 24401, 31439, 13672, 1829, 25961, 34051, 3794, 3615, 6225, 995, 16254, 4724, 3794, 1829, 9566, 3660, 4032, 995, 25708, 1863, 37893, 8032, 2655, 25957, 1211, 49429, 11331, 26108, 3660, 37893, 4032, 995, 25708, 1863, 5551, 12610, 11331, 26108, 3660, 39894, 5172, 5016, 9381, 6156, 7649, 995, 47525, 1211, 19446, 5551, 5172, 5016, 9381, 4724, 23557, 4032, 995, 25708, 1863, 16490, 1211, 2655, 6225, 42213, 2655, 6156, 5016, 9381, 10874, 14407, 4032, 995, 25708, 1863, 47525, 1211, 19446, 5551, 5172, 5016, 9381, 14739, 3224, 16070, 43761, 1975, 2655, 9566, 1211, 3615, 46740, 1211, 35186, 38637, 25720, 36632, 36764, 24401, 31439, 13672, 1829, 25961, 9122, 3555, 13546], "avg_logprob": -0.17718963071602542, "compression_ratio": 2.0450819672131146, "no_speech_prob": 0.0, "words": [{"start": 1643.1, "end": 1643.3, "word": "ال", "probability": 0.79931640625}, {"start": 1643.3, "end": 1643.58, "word": " expression", "probability": 0.251708984375}, {"start": 1643.58, "end": 1644.06, "word": " الجمالي", "probability": 0.88037109375}, {"start": 1644.06, "end": 1644.32, "word": " أخذ", "probability": 0.7242838541666666}, {"start": 1644.32, "end": 1644.86, "word": " الأوسع", "probability": 0.9716796875}, {"start": 1644.86, "end": 1646.08, "word": " أنا", "probability": 0.480712890625}, {"start": 1646.08, "end": 1646.3, "word": " جاهز", "probability": 0.754638671875}, {"start": 1646.3, "end": 1646.44, "word": " من", "probability": 0.9814453125}, {"start": 1646.44, "end": 1646.92, "word": " جلده", "probability": 0.9066162109375}, {"start": 1646.92, "end": 1647.98, "word": " واسع", "probability": 0.6385904947916666}, {"start": 1647.98, "end": 1648.34, "word": " هذا", "probability": 0.95556640625}, {"start": 1648.34, "end": 1649.32, "word": " للأوسع", "probability": 0.942138671875}, {"start": 1649.32, "end": 1650.08, "word": " طب", "probability": 0.8564453125}, {"start": 1650.08, "end": 1650.22, "word": " إذا", "probability": 0.90869140625}, {"start": 1650.22, "end": 1650.44, "word": " كان", "probability": 0.94482421875}, {"start": 1650.44, "end": 1650.7, "word": " هو", "probability": 0.9111328125}, {"start": 1650.7, "end": 1651.18, "word": " نفسه", "probability": 0.9933268229166666}, {"start": 1651.18, "end": 1651.34, "word": " هو", "probability": 0.642578125}, {"start": 1651.34, "end": 1651.52, "word": " أي", "probability": 0.55859375}, {"start": 1651.52, "end": 1651.88, "word": " واحد", "probability": 0.989990234375}, {"start": 1651.88, "end": 1652.1, "word": " هو", "probability": 0.94091796875}, {"start": 1652.1, "end": 1652.32, "word": " اللي", "probability": 0.95361328125}, {"start": 1652.32, "end": 1652.54, "word": " كان", "probability": 0.9931640625}, {"start": 1652.54, "end": 1653.08, "word": " أوسع", "probability": 0.9069010416666666}, {"start": 1653.08, "end": 1654.3, "word": " عادي", "probability": 0.8390299479166666}, {"start": 1654.3, "end": 1654.84, "word": " بسيطة", "probability": 0.9607421875}, {"start": 1654.84, "end": 1655.08, "word": " وايدن", "probability": 0.77801513671875}, {"start": 1655.08, "end": 1655.24, "word": " مش", "probability": 0.982421875}, {"start": 1655.24, "end": 1655.58, "word": " هتعمل", "probability": 0.9876708984375}, {"start": 1655.58, "end": 1655.74, "word": " ولا", "probability": 0.84521484375}, {"start": 1655.74, "end": 1656.12, "word": " حاجة", "probability": 0.9879557291666666}, {"start": 1656.12, "end": 1656.58, "word": " مش", "probability": 0.935546875}, {"start": 1656.58, "end": 1656.94, "word": " وايدن", "probability": 0.8829345703125}, {"start": 1656.94, "end": 1657.22, "word": " أول", "probability": 0.927490234375}, {"start": 1657.22, "end": 1657.46, "word": " حاجة", "probability": 0.9900716145833334}, {"start": 1657.46, "end": 1658.7, "word": " بتفحص", "probability": 0.791015625}, {"start": 1658.7, "end": 1660.84, "word": " فانا", "probability": 0.7498372395833334}, {"start": 1660.84, "end": 1661.08, "word": " بدل", "probability": 0.9716796875}, {"start": 1661.08, "end": 1661.18, "word": " ما", "probability": 0.79541015625}, {"start": 1661.18, "end": 1661.58, "word": " أفحص", "probability": 0.918212890625}, {"start": 1661.58, "end": 1661.98, "word": " برا", "probability": 0.896240234375}, {"start": 1661.98, "end": 1662.48, "word": " وايدن", "probability": 0.914794921875}, {"start": 1662.48, "end": 1662.86, "word": " خلت", "probability": 0.8361002604166666}, {"start": 1662.86, "end": 1663.14, "word": " عملت", "probability": 0.6436360677083334}, {"start": 1663.14, "end": 1663.44, "word": " فحص", "probability": 0.9117838541666666}, {"start": 1663.44, "end": 1663.64, "word": " جوا", "probability": 0.765869140625}, {"start": 1663.64, "end": 1664.56, "word": " وايدن", "probability": 0.951416015625}, {"start": 1664.56, "end": 1666.58, "word": " بدل", "probability": 0.783935546875}, {"start": 1666.58, "end": 1666.66, "word": " ما", "probability": 0.919921875}, {"start": 1666.66, "end": 1667.26, "word": " أفحص", "probability": 0.9669189453125}, {"start": 1667.26, "end": 1668.08, "word": " أنه", "probability": 0.457763671875}, {"start": 1668.08, "end": 1668.5, "word": " والله", "probability": 0.78515625}, {"start": 1668.5, "end": 1668.98, "word": " اتطلع", "probability": 0.7671875}, {"start": 1668.98, "end": 1669.5, "word": " لهل", "probability": 0.548095703125}, {"start": 1669.5, "end": 1669.76, "word": " يا", "probability": 0.765625}, {"start": 1669.76, "end": 1670.08, "word": " ثرة", "probability": 0.760498046875}, {"start": 1670.08, "end": 1670.32, "word": " أي", "probability": 0.73388671875}, {"start": 1670.32, "end": 1670.66, "word": " واحد", "probability": 0.994873046875}, {"start": 1670.66, "end": 1670.88, "word": " هو", "probability": 0.9814453125}, {"start": 1670.88, "end": 1671.14, "word": " اللي", "probability": 0.9765625}, {"start": 1671.14, "end": 1671.38, "word": " كان", "probability": 0.990234375}, {"start": 1671.38, "end": 1671.9, "word": " كبير", "probability": 0.99267578125}], "temperature": 1.0}, {"id": 59, "seek": 170216, "start": 1673.32, "end": 1702.16, "text": "إذا هو كبير استدعى ويدن .. إذا هو الصغير استدعى ويدن عشان توسع وإذا هو الكبير ماتستدعيهاش لأ بدل ما أعمل هذا الكلام قلت تعالي ويدن تعالي واسعي هي لحالها هتفحص إذا والله ماتحتاج توسيع ماتوسع مش محتاج ماتسويش محتاج تشغيله هيك ايه؟ هيك واحد منهم هيكون الكبير يعني ما اي واحد .. ما .. ماعرفش يمكن مايكونوش يمكن .. يمكن الأثنين تنتجوا", "tokens": [28814, 15730, 31439, 9122, 3555, 13546, 44713, 3215, 3615, 7578, 4032, 25708, 1863, 4386, 11933, 15730, 31439, 31767, 17082, 13546, 44713, 3215, 3615, 7578, 4032, 25708, 1863, 6225, 8592, 7649, 33427, 3794, 3615, 4032, 28814, 15730, 31439, 33251, 3555, 13546, 3714, 9307, 14851, 3215, 3615, 1829, 3224, 33599, 5296, 10721, 47525, 1211, 19446, 5551, 25957, 1211, 23758, 2423, 28820, 10943, 12174, 1211, 2655, 37279, 6027, 1829, 4032, 25708, 1863, 37279, 6027, 1829, 4032, 32277, 3615, 1829, 39896, 5296, 5016, 6027, 11296, 8032, 2655, 5172, 5016, 9381, 11933, 15730, 16070, 43761, 3714, 9307, 33753, 26108, 33427, 3794, 40228, 3714, 9307, 41779, 3615, 37893, 3714, 33753, 26108, 3714, 9307, 3794, 45865, 8592, 3714, 33753, 26108, 6055, 8592, 17082, 26895, 3224, 39896, 4117, 1975, 1829, 3224, 22807, 39896, 4117, 36764, 24401, 9154, 16095, 39896, 30544, 33251, 3555, 13546, 37495, 22653, 19446, 1975, 1829, 36764, 24401, 4386, 19446, 4386, 19446, 3615, 28480, 8592, 7251, 43020, 19446, 1829, 30544, 2407, 8592, 7251, 43020, 4386, 7251, 43020, 16247, 12984, 1863, 9957, 6055, 29399, 7435, 14407], "avg_logprob": -0.2623161652508904, "compression_ratio": 2.2790697674418605, "no_speech_prob": 0.0, "words": [{"start": 1673.32, "end": 1673.64, "word": "إذا", "probability": 0.803955078125}, {"start": 1673.64, "end": 1673.86, "word": " هو", "probability": 0.9755859375}, {"start": 1673.86, "end": 1674.36, "word": " كبير", "probability": 0.9158528645833334}, {"start": 1674.36, "end": 1674.84, "word": " استدعى", "probability": 0.71417236328125}, {"start": 1674.84, "end": 1675.14, "word": " ويدن", "probability": 0.715576171875}, {"start": 1675.14, "end": 1675.22, "word": " ..", "probability": 0.3369140625}, {"start": 1675.22, "end": 1676.24, "word": " إذا", "probability": 0.793701171875}, {"start": 1676.24, "end": 1676.44, "word": " هو", "probability": 0.99365234375}, {"start": 1676.44, "end": 1676.84, "word": " الصغير", "probability": 0.8533528645833334}, {"start": 1676.84, "end": 1677.2, "word": " استدعى", "probability": 0.97314453125}, {"start": 1677.2, "end": 1677.44, "word": " ويدن", "probability": 0.9736328125}, {"start": 1677.44, "end": 1677.7, "word": " عشان", "probability": 0.93017578125}, {"start": 1677.7, "end": 1678.2, "word": " توسع", "probability": 0.8546549479166666}, {"start": 1678.2, "end": 1679.14, "word": " وإذا", "probability": 0.8948567708333334}, {"start": 1679.14, "end": 1679.32, "word": " هو", "probability": 0.986328125}, {"start": 1679.32, "end": 1679.7, "word": " الكبير", "probability": 0.9767252604166666}, {"start": 1679.7, "end": 1680.62, "word": " ماتستدعيهاش", "probability": 0.8782958984375}, {"start": 1680.62, "end": 1681.4, "word": " لأ", "probability": 0.669921875}, {"start": 1681.4, "end": 1681.62, "word": " بدل", "probability": 0.914794921875}, {"start": 1681.62, "end": 1681.72, "word": " ما", "probability": 0.94091796875}, {"start": 1681.72, "end": 1681.94, "word": " أعمل", "probability": 0.8986002604166666}, {"start": 1681.94, "end": 1682.1, "word": " هذا", "probability": 0.890625}, {"start": 1682.1, "end": 1682.58, "word": " الكلام", "probability": 0.9371744791666666}, {"start": 1682.58, "end": 1684.04, "word": " قلت", "probability": 0.8741861979166666}, {"start": 1684.04, "end": 1684.32, "word": " تعالي", "probability": 0.8831380208333334}, {"start": 1684.32, "end": 1684.78, "word": " ويدن", "probability": 0.7941080729166666}, {"start": 1684.78, "end": 1686.12, "word": " تعالي", "probability": 0.9220377604166666}, {"start": 1686.12, "end": 1686.6, "word": " واسعي", "probability": 0.75152587890625}, {"start": 1686.6, "end": 1686.92, "word": " هي", "probability": 0.64111328125}, {"start": 1686.92, "end": 1687.54, "word": " لحالها", "probability": 0.942138671875}, {"start": 1687.54, "end": 1688.66, "word": " هتفحص", "probability": 0.976171875}, {"start": 1688.66, "end": 1688.92, "word": " إذا", "probability": 0.932373046875}, {"start": 1688.92, "end": 1689.24, "word": " والله", "probability": 0.80615234375}, {"start": 1689.24, "end": 1689.76, "word": " ماتحتاج", "probability": 0.67535400390625}, {"start": 1689.76, "end": 1690.18, "word": " توسيع", "probability": 0.9425455729166666}, {"start": 1690.18, "end": 1690.58, "word": " ماتوسع", "probability": 0.742156982421875}, {"start": 1690.58, "end": 1690.72, "word": " مش", "probability": 0.7802734375}, {"start": 1690.72, "end": 1691.1, "word": " محتاج", "probability": 0.984375}, {"start": 1691.1, "end": 1692.24, "word": " ماتسويش", "probability": 0.766064453125}, {"start": 1692.24, "end": 1692.52, "word": " محتاج", "probability": 0.447265625}, {"start": 1692.52, "end": 1692.86, "word": " تشغيله", "probability": 0.3634765625}, {"start": 1692.86, "end": 1693.1, "word": " هيك", "probability": 0.514312744140625}, {"start": 1693.1, "end": 1694.74, "word": " ايه؟", "probability": 0.678466796875}, {"start": 1694.74, "end": 1695.34, "word": " هيك", "probability": 0.918212890625}, {"start": 1695.34, "end": 1695.72, "word": " واحد", "probability": 0.89306640625}, {"start": 1695.72, "end": 1695.94, "word": " منهم", "probability": 0.980224609375}, {"start": 1695.94, "end": 1696.3, "word": " هيكون", "probability": 0.895751953125}, {"start": 1696.3, "end": 1696.78, "word": " الكبير", "probability": 0.9801432291666666}, {"start": 1696.78, "end": 1697.32, "word": " يعني", "probability": 0.89697265625}, {"start": 1697.32, "end": 1697.48, "word": " ما", "probability": 0.76171875}, {"start": 1697.48, "end": 1697.6, "word": " اي", "probability": 0.55145263671875}, {"start": 1697.6, "end": 1697.86, "word": " واحد", "probability": 0.98681640625}, {"start": 1697.86, "end": 1697.9, "word": " ..", "probability": 0.294677734375}, {"start": 1697.9, "end": 1698.1, "word": " ما", "probability": 0.67138671875}, {"start": 1698.1, "end": 1698.16, "word": " ..", "probability": 0.5517578125}, {"start": 1698.16, "end": 1698.82, "word": " ماعرفش", "probability": 0.852294921875}, {"start": 1698.82, "end": 1699.06, "word": " يمكن", "probability": 0.944580078125}, {"start": 1699.06, "end": 1699.9, "word": " مايكونوش", "probability": 0.82783203125}, {"start": 1699.9, "end": 1700.62, "word": " يمكن", "probability": 0.93408203125}, {"start": 1700.62, "end": 1700.72, "word": " ..", "probability": 0.7041015625}, {"start": 1700.72, "end": 1700.98, "word": " يمكن", "probability": 0.974609375}, {"start": 1700.98, "end": 1701.38, "word": " الأثنين", "probability": 0.739013671875}, {"start": 1701.38, "end": 1702.16, "word": " تنتجوا", "probability": 0.8743896484375}], "temperature": 1.0}, {"id": 60, "seek": 173107, "start": 1702.57, "end": 1731.07, "text": "طبعا لو هدولة التانية انتجر هده هيبقى integer تمام؟ هده الان انا قاعد بقولها وسعى من integer ل .. integer انتجر مش هتسوي ولا شيء ال address هده هو نفسه ا واحد يعني هده ال pointer يشير الى ايش هده هيشير الى نفسه وهده برضه مش هتوسع ولا حاجة يعني هم التانية انتجر قاعد بقولها من integer ل integer", "tokens": [9566, 3555, 3615, 995, 45164, 8032, 3215, 12610, 3660, 16712, 7649, 10632, 16472, 2655, 7435, 2288, 8032, 3215, 3224, 8032, 1829, 3555, 4587, 7578, 24922, 46811, 10943, 22807, 8032, 3215, 3224, 2423, 7649, 1975, 8315, 12174, 995, 22488, 4724, 39648, 11296, 4032, 3794, 3615, 7578, 9154, 24922, 5296, 4386, 24922, 16472, 2655, 7435, 2288, 37893, 8032, 2655, 3794, 45865, 49429, 44049, 38207, 2423, 2985, 8032, 3215, 3224, 31439, 8717, 36178, 3224, 1975, 36764, 24401, 37495, 22653, 8032, 3215, 3224, 2423, 23918, 7251, 8592, 13546, 2423, 7578, 1975, 1829, 8592, 8032, 3215, 3224, 39896, 8592, 13546, 2423, 7578, 8717, 36178, 3224, 37037, 3215, 3224, 4724, 43042, 3224, 37893, 8032, 2655, 41779, 3615, 49429, 11331, 26108, 3660, 37495, 22653, 8032, 2304, 16712, 7649, 10632, 16472, 2655, 7435, 2288, 12174, 995, 22488, 4724, 39648, 11296, 9154, 24922, 5296, 24922], "avg_logprob": -0.3061131421666946, "compression_ratio": 2.101321585903084, "no_speech_prob": 0.0, "words": [{"start": 1702.57, "end": 1702.95, "word": "طبعا", "probability": 0.77276611328125}, {"start": 1702.95, "end": 1703.63, "word": " لو", "probability": 0.5009765625}, {"start": 1703.63, "end": 1704.03, "word": " هدولة", "probability": 0.62030029296875}, {"start": 1704.03, "end": 1704.31, "word": " التانية", "probability": 0.6126302083333334}, {"start": 1704.31, "end": 1704.99, "word": " انتجر", "probability": 0.72723388671875}, {"start": 1704.99, "end": 1708.43, "word": " هده", "probability": 0.3342692057291667}, {"start": 1708.43, "end": 1708.83, "word": " هيبقى", "probability": 0.7705078125}, {"start": 1708.83, "end": 1710.31, "word": " integer", "probability": 0.8681640625}, {"start": 1710.31, "end": 1711.25, "word": " تمام؟", "probability": 0.5839029947916666}, {"start": 1711.25, "end": 1711.67, "word": " هده", "probability": 0.81591796875}, {"start": 1711.67, "end": 1711.89, "word": " الان", "probability": 0.4595947265625}, {"start": 1711.89, "end": 1711.99, "word": " انا", "probability": 0.64501953125}, {"start": 1711.99, "end": 1712.17, "word": " قاعد", "probability": 0.7757975260416666}, {"start": 1712.17, "end": 1712.55, "word": " بقولها", "probability": 0.78955078125}, {"start": 1712.55, "end": 1712.95, "word": " وسعى", "probability": 0.65771484375}, {"start": 1712.95, "end": 1713.03, "word": " من", "probability": 0.98291015625}, {"start": 1713.03, "end": 1713.45, "word": " integer", "probability": 0.9267578125}, {"start": 1713.45, "end": 1713.73, "word": " ل", "probability": 0.81689453125}, {"start": 1713.73, "end": 1714.11, "word": " ..", "probability": 0.17724609375}, {"start": 1714.11, "end": 1714.85, "word": " integer", "probability": 0.57470703125}, {"start": 1714.85, "end": 1715.23, "word": " انتجر", "probability": 0.817626953125}, {"start": 1715.23, "end": 1715.43, "word": " مش", "probability": 0.323974609375}, {"start": 1715.43, "end": 1715.77, "word": " هتسوي", "probability": 0.78515625}, {"start": 1715.77, "end": 1716.01, "word": " ولا", "probability": 0.86865234375}, {"start": 1716.01, "end": 1716.67, "word": " شيء", "probability": 0.619873046875}, {"start": 1716.67, "end": 1716.99, "word": " ال", "probability": 0.96826171875}, {"start": 1716.99, "end": 1717.41, "word": " address", "probability": 0.97412109375}, {"start": 1717.41, "end": 1717.97, "word": " هده", "probability": 0.7594401041666666}, {"start": 1717.97, "end": 1718.39, "word": " هو", "probability": 0.98291015625}, {"start": 1718.39, "end": 1718.93, "word": " نفسه", "probability": 0.9944661458333334}, {"start": 1718.93, "end": 1719.07, "word": " ا", "probability": 0.247314453125}, {"start": 1719.07, "end": 1719.53, "word": " واحد", "probability": 0.732177734375}, {"start": 1719.53, "end": 1720.25, "word": " يعني", "probability": 0.920654296875}, {"start": 1720.25, "end": 1720.77, "word": " هده", "probability": 0.904296875}, {"start": 1720.77, "end": 1720.95, "word": " ال", "probability": 0.94384765625}, {"start": 1720.95, "end": 1721.33, "word": " pointer", "probability": 0.66455078125}, {"start": 1721.33, "end": 1721.95, "word": " يشير", "probability": 0.9664713541666666}, {"start": 1721.95, "end": 1722.27, "word": " الى", "probability": 0.456787109375}, {"start": 1722.27, "end": 1722.51, "word": " ايش", "probability": 0.7770182291666666}, {"start": 1722.51, "end": 1723.05, "word": " هده", "probability": 0.9140625}, {"start": 1723.05, "end": 1723.41, "word": " هيشير", "probability": 0.806640625}, {"start": 1723.41, "end": 1723.61, "word": " الى", "probability": 0.794189453125}, {"start": 1723.61, "end": 1724.23, "word": " نفسه", "probability": 0.92138671875}, {"start": 1724.23, "end": 1725.47, "word": " وهده", "probability": 0.7633463541666666}, {"start": 1725.47, "end": 1725.79, "word": " برضه", "probability": 0.8802083333333334}, {"start": 1725.79, "end": 1725.95, "word": " مش", "probability": 0.978515625}, {"start": 1725.95, "end": 1726.47, "word": " هتوسع", "probability": 0.8831787109375}, {"start": 1726.47, "end": 1726.61, "word": " ولا", "probability": 0.951171875}, {"start": 1726.61, "end": 1727.21, "word": " حاجة", "probability": 0.99609375}, {"start": 1727.21, "end": 1728.11, "word": " يعني", "probability": 0.87158203125}, {"start": 1728.11, "end": 1728.21, "word": " هم", "probability": 0.68115234375}, {"start": 1728.21, "end": 1728.53, "word": " التانية", "probability": 0.9383138020833334}, {"start": 1728.53, "end": 1729.11, "word": " انتجر", "probability": 0.9505615234375}, {"start": 1729.11, "end": 1729.91, "word": " قاعد", "probability": 0.8483072916666666}, {"start": 1729.91, "end": 1730.19, "word": " بقولها", "probability": 0.9747721354166666}, {"start": 1730.19, "end": 1730.31, "word": " من", "probability": 0.96875}, {"start": 1730.31, "end": 1730.61, "word": " integer", "probability": 0.98583984375}, {"start": 1730.61, "end": 1730.75, "word": " ل", "probability": 0.95263671875}, {"start": 1730.75, "end": 1731.07, "word": " integer", "probability": 0.83544921875}], "temperature": 1.0}, {"id": 61, "seek": 176308, "start": 1737.4, "end": 1763.08, "text": "الـ max دورة بس ان يفحص من ال max و ال widen بس تعمل ايش تعمل توسيع و خلاص فصلنا الشغل نعم انت ممكن تحطه كله في هذا لكن لو الان هذا مفترض integer و هذا float او هذا long هذا اللي انا هيصير float لان هنا حابب اقولها", "tokens": [6027, 39184, 11469, 11778, 13063, 3660, 4724, 3794, 16472, 7251, 5172, 5016, 9381, 9154, 2423, 11469, 4032, 2423, 32552, 4724, 3794, 6055, 25957, 1211, 1975, 1829, 8592, 6055, 25957, 1211, 33427, 3794, 40228, 4032, 16490, 1211, 33546, 6156, 36520, 8315, 25124, 17082, 1211, 8717, 25957, 16472, 2655, 3714, 43020, 6055, 5016, 9566, 3224, 28242, 3224, 8978, 23758, 44381, 45164, 2423, 7649, 23758, 3714, 5172, 2655, 43042, 24922, 4032, 23758, 15706, 1975, 2407, 23758, 938, 23758, 13672, 1829, 1975, 8315, 8032, 1829, 9381, 13546, 15706, 5296, 7649, 34105, 11331, 16758, 3555, 1975, 39648, 11296], "avg_logprob": -0.2797540026776334, "compression_ratio": 1.7058823529411764, "no_speech_prob": 1.1920928955078125e-07, "words": [{"start": 1737.4, "end": 1737.46, "word": "الـ", "probability": 0.4600830078125}, {"start": 1737.46, "end": 1737.7, "word": " max", "probability": 0.5927734375}, {"start": 1737.7, "end": 1738.18, "word": " دورة", "probability": 0.8177083333333334}, {"start": 1738.18, "end": 1738.46, "word": " بس", "probability": 0.791015625}, {"start": 1738.46, "end": 1738.62, "word": " ان", "probability": 0.26220703125}, {"start": 1738.62, "end": 1739.18, "word": " يفحص", "probability": 0.7860107421875}, {"start": 1739.18, "end": 1739.64, "word": " من", "probability": 0.6123046875}, {"start": 1739.64, "end": 1739.8, "word": " ال", "probability": 0.76123046875}, {"start": 1739.8, "end": 1740.1, "word": " max", "probability": 0.556640625}, {"start": 1740.1, "end": 1740.68, "word": " و", "probability": 0.50927734375}, {"start": 1740.68, "end": 1740.8, "word": " ال", "probability": 0.900390625}, {"start": 1740.8, "end": 1741.16, "word": " widen", "probability": 0.8115234375}, {"start": 1741.16, "end": 1742.74, "word": " بس", "probability": 0.84765625}, {"start": 1742.74, "end": 1743.24, "word": " تعمل", "probability": 0.9475911458333334}, {"start": 1743.24, "end": 1743.56, "word": " ايش", "probability": 0.7151692708333334}, {"start": 1743.56, "end": 1744.38, "word": " تعمل", "probability": 0.8523763020833334}, {"start": 1744.38, "end": 1744.94, "word": " توسيع", "probability": 0.9314778645833334}, {"start": 1744.94, "end": 1745.56, "word": " و", "probability": 0.6640625}, {"start": 1745.56, "end": 1745.8, "word": " خلاص", "probability": 0.9558919270833334}, {"start": 1745.8, "end": 1746.28, "word": " فصلنا", "probability": 0.8805338541666666}, {"start": 1746.28, "end": 1746.64, "word": " الشغل", "probability": 0.970703125}, {"start": 1746.64, "end": 1746.98, "word": " نعم", "probability": 0.742919921875}, {"start": 1746.98, "end": 1747.38, "word": " انت", "probability": 0.896240234375}, {"start": 1747.38, "end": 1747.62, "word": " ممكن", "probability": 0.9912109375}, {"start": 1747.62, "end": 1748.06, "word": " تحطه", "probability": 0.82275390625}, {"start": 1748.06, "end": 1748.38, "word": " كله", "probability": 0.961669921875}, {"start": 1748.38, "end": 1748.56, "word": " في", "probability": 0.904296875}, {"start": 1748.56, "end": 1748.94, "word": " هذا", "probability": 0.77392578125}, {"start": 1748.94, "end": 1751.48, "word": " لكن", "probability": 0.52001953125}, {"start": 1751.48, "end": 1751.82, "word": " لو", "probability": 0.8681640625}, {"start": 1751.82, "end": 1752.14, "word": " الان", "probability": 0.6082763671875}, {"start": 1752.14, "end": 1752.52, "word": " هذا", "probability": 0.92822265625}, {"start": 1752.52, "end": 1752.96, "word": " مفترض", "probability": 0.8004150390625}, {"start": 1752.96, "end": 1753.38, "word": " integer", "probability": 0.9365234375}, {"start": 1753.38, "end": 1753.58, "word": " و", "probability": 0.47314453125}, {"start": 1753.58, "end": 1753.78, "word": " هذا", "probability": 0.958984375}, {"start": 1753.78, "end": 1754.28, "word": " float", "probability": 0.95703125}, {"start": 1754.28, "end": 1756.54, "word": " او", "probability": 0.941162109375}, {"start": 1756.54, "end": 1756.84, "word": " هذا", "probability": 0.90283203125}, {"start": 1756.84, "end": 1757.86, "word": " long", "probability": 0.9501953125}, {"start": 1757.86, "end": 1758.26, "word": " هذا", "probability": 0.658203125}, {"start": 1758.26, "end": 1758.42, "word": " اللي", "probability": 0.910888671875}, {"start": 1758.42, "end": 1758.62, "word": " انا", "probability": 0.5594482421875}, {"start": 1758.62, "end": 1759.16, "word": " هيصير", "probability": 0.7843017578125}, {"start": 1759.16, "end": 1760.0, "word": " float", "probability": 0.6220703125}, {"start": 1760.0, "end": 1761.56, "word": " لان", "probability": 0.51123046875}, {"start": 1761.56, "end": 1761.88, "word": " هنا", "probability": 0.98583984375}, {"start": 1761.88, "end": 1762.62, "word": " حابب", "probability": 0.8056640625}, {"start": 1762.62, "end": 1763.08, "word": " اقولها", "probability": 0.82373046875}], "temperature": 1.0}, {"id": 62, "seek": 179225, "start": 1763.77, "end": 1792.25, "text": "واسعى من integer لان ال E1 هو ال integer من integer الى float انا مابعطيها هنا ال time من integer الى float فهذا هتروح توسع و تعمل تنساش هتعمل generation ليش ال three address instruction تستحدث فيها temporary و ال temporary هذا هو اللى اتخيل انت الآن هتكون عملته E1 بساوي float", "tokens": [2407, 32277, 3615, 7578, 9154, 24922, 5296, 7649, 2423, 462, 16, 31439, 2423, 24922, 9154, 24922, 2423, 7578, 15706, 1975, 8315, 3714, 16758, 3615, 9566, 1829, 11296, 34105, 2423, 565, 9154, 24922, 2423, 7578, 15706, 6156, 3224, 15730, 8032, 2655, 32887, 5016, 33427, 3794, 3615, 4032, 6055, 25957, 1211, 6055, 1863, 3794, 33599, 8032, 2655, 25957, 1211, 5125, 32239, 8592, 2423, 1045, 2985, 10951, 6055, 14851, 24401, 12984, 8978, 11296, 13413, 4032, 2423, 13413, 23758, 31439, 13672, 7578, 1975, 2655, 9778, 26895, 16472, 2655, 6024, 48506, 8032, 2655, 30544, 6225, 42213, 47395, 462, 16, 4724, 3794, 995, 45865, 15706], "avg_logprob": -0.37374998778104784, "compression_ratio": 1.7359307359307359, "no_speech_prob": 0.0, "words": [{"start": 1763.77, "end": 1764.37, "word": "واسعى", "probability": 0.425079345703125}, {"start": 1764.37, "end": 1764.51, "word": " من", "probability": 0.9384765625}, {"start": 1764.51, "end": 1764.93, "word": " integer", "probability": 0.454345703125}, {"start": 1764.93, "end": 1765.59, "word": " لان", "probability": 0.4620361328125}, {"start": 1765.59, "end": 1766.69, "word": " ال", "probability": 0.308837890625}, {"start": 1766.69, "end": 1767.27, "word": " E1", "probability": 0.521240234375}, {"start": 1767.27, "end": 1767.51, "word": " هو", "probability": 0.91650390625}, {"start": 1767.51, "end": 1767.61, "word": " ال", "probability": 0.89111328125}, {"start": 1767.61, "end": 1767.93, "word": " integer", "probability": 0.87353515625}, {"start": 1767.93, "end": 1768.17, "word": " من", "probability": 0.77490234375}, {"start": 1768.17, "end": 1768.65, "word": " integer", "probability": 0.9375}, {"start": 1768.65, "end": 1769.21, "word": " الى", "probability": 0.6741943359375}, {"start": 1769.21, "end": 1770.09, "word": " float", "probability": 0.55810546875}, {"start": 1770.09, "end": 1772.19, "word": " انا", "probability": 0.52532958984375}, {"start": 1772.19, "end": 1772.69, "word": " مابعطيها", "probability": 0.6701863606770834}, {"start": 1772.69, "end": 1773.17, "word": " هنا", "probability": 0.4453125}, {"start": 1773.17, "end": 1773.33, "word": " ال", "probability": 0.78369140625}, {"start": 1773.33, "end": 1773.49, "word": " time", "probability": 0.7392578125}, {"start": 1773.49, "end": 1773.65, "word": " من", "probability": 0.7568359375}, {"start": 1773.65, "end": 1774.07, "word": " integer", "probability": 0.96630859375}, {"start": 1774.07, "end": 1774.37, "word": " الى", "probability": 0.937744140625}, {"start": 1774.37, "end": 1774.59, "word": " float", "probability": 0.88818359375}, {"start": 1774.59, "end": 1774.91, "word": " فهذا", "probability": 0.6978352864583334}, {"start": 1774.91, "end": 1775.25, "word": " هتروح", "probability": 0.9063720703125}, {"start": 1775.25, "end": 1775.71, "word": " توسع", "probability": 0.931640625}, {"start": 1775.71, "end": 1775.85, "word": " و", "probability": 0.336669921875}, {"start": 1775.85, "end": 1776.73, "word": " تعمل", "probability": 0.9352213541666666}, {"start": 1776.73, "end": 1777.65, "word": " تنساش", "probability": 0.8546142578125}, {"start": 1777.65, "end": 1778.41, "word": " هتعمل", "probability": 0.9656982421875}, {"start": 1778.41, "end": 1778.97, "word": " generation", "probability": 0.88134765625}, {"start": 1778.97, "end": 1779.47, "word": " ليش", "probability": 0.794189453125}, {"start": 1779.47, "end": 1780.03, "word": " ال", "probability": 0.35107421875}, {"start": 1780.03, "end": 1780.23, "word": " three", "probability": 0.6640625}, {"start": 1780.23, "end": 1780.65, "word": " address", "probability": 0.63720703125}, {"start": 1780.65, "end": 1782.13, "word": " instruction", "probability": 0.80322265625}, {"start": 1782.13, "end": 1783.93, "word": " تستحدث", "probability": 0.8992919921875}, {"start": 1783.93, "end": 1784.31, "word": " فيها", "probability": 0.980224609375}, {"start": 1784.31, "end": 1785.17, "word": " temporary", "probability": 0.5126953125}, {"start": 1785.17, "end": 1785.75, "word": " و", "probability": 0.424560546875}, {"start": 1785.75, "end": 1785.85, "word": " ال", "probability": 0.70947265625}, {"start": 1785.85, "end": 1786.25, "word": " temporary", "probability": 0.89453125}, {"start": 1786.25, "end": 1786.59, "word": " هذا", "probability": 0.5361328125}, {"start": 1786.59, "end": 1786.91, "word": " هو", "probability": 0.85009765625}, {"start": 1786.91, "end": 1787.87, "word": " اللى", "probability": 0.6806640625}, {"start": 1787.87, "end": 1788.59, "word": " اتخيل", "probability": 0.7864990234375}, {"start": 1788.59, "end": 1788.83, "word": " انت", "probability": 0.85986328125}, {"start": 1788.83, "end": 1789.13, "word": " الآن", "probability": 0.677734375}, {"start": 1789.13, "end": 1789.53, "word": " هتكون", "probability": 0.8912760416666666}, {"start": 1789.53, "end": 1789.99, "word": " عملته", "probability": 0.6761067708333334}, {"start": 1789.99, "end": 1790.57, "word": " E1", "probability": 0.6207275390625}, {"start": 1790.57, "end": 1791.39, "word": " بساوي", "probability": 0.7493896484375}, {"start": 1791.39, "end": 1792.25, "word": " float", "probability": 0.6162109375}], "temperature": 1.0}, {"id": 63, "seek": 182263, "start": 1796.91, "end": 1822.63, "text": "E1 E1.type لا أعرف ما هو ال temporary تبعه هذا هذا في الآخر هو ال temporary صح؟ لأنك ستعطيني E1 هذا ال E1 ستشتغل هذا لن يعمل أي شيء لأنني أستخدم E2.type E2 هو ال float أقول أنه سأوسف من float إلى float", "tokens": [36, 16, 462, 16, 13, 20467, 20193, 5551, 3615, 28480, 19446, 31439, 2423, 13413, 6055, 3555, 3615, 3224, 23758, 23758, 8978, 6024, 95, 34740, 31439, 2423, 13413, 20328, 5016, 22807, 5296, 33456, 4117, 8608, 2655, 3615, 9566, 1829, 22653, 462, 16, 23758, 2423, 462, 16, 8608, 2655, 8592, 2655, 17082, 1211, 23758, 5296, 1863, 7251, 25957, 1211, 36632, 44049, 38207, 5296, 33456, 22653, 5551, 14851, 9778, 40448, 462, 17, 13, 20467, 462, 17, 31439, 2423, 15706, 5551, 39648, 14739, 3224, 8608, 10721, 41779, 5172, 9154, 15706, 30731, 15706], "avg_logprob": -0.5646067630039172, "compression_ratio": 1.5803108808290156, "no_speech_prob": 0.0, "words": [{"start": 1796.91, "end": 1797.95, "word": "E1", "probability": 0.758056640625}, {"start": 1797.95, "end": 1798.99, "word": " E1", "probability": 0.73046875}, {"start": 1798.99, "end": 1799.61, "word": ".type", "probability": 0.708251953125}, {"start": 1799.61, "end": 1801.37, "word": " لا", "probability": 0.12188720703125}, {"start": 1801.37, "end": 1801.51, "word": " أعرف", "probability": 0.589111328125}, {"start": 1801.51, "end": 1801.81, "word": " ما", "probability": 0.1492919921875}, {"start": 1801.81, "end": 1801.81, "word": " هو", "probability": 0.59033203125}, {"start": 1801.81, "end": 1802.49, "word": " ال", "probability": 0.478271484375}, {"start": 1802.49, "end": 1803.61, "word": " temporary", "probability": 0.397705078125}, {"start": 1803.61, "end": 1804.19, "word": " تبعه", "probability": 0.54559326171875}, {"start": 1804.19, "end": 1804.45, "word": " هذا", "probability": 0.8037109375}, {"start": 1804.45, "end": 1806.31, "word": " هذا", "probability": 0.18310546875}, {"start": 1806.31, "end": 1806.61, "word": " في", "probability": 0.175048828125}, {"start": 1806.61, "end": 1807.19, "word": " الآخر", "probability": 0.8707682291666666}, {"start": 1807.19, "end": 1807.27, "word": " هو", "probability": 0.1884765625}, {"start": 1807.27, "end": 1807.79, "word": " ال", "probability": 0.6748046875}, {"start": 1807.79, "end": 1808.21, "word": " temporary", "probability": 0.69873046875}, {"start": 1808.21, "end": 1809.51, "word": " صح؟", "probability": 0.65966796875}, {"start": 1809.51, "end": 1811.51, "word": " لأنك", "probability": 0.52197265625}, {"start": 1811.51, "end": 1812.01, "word": " ستعطيني", "probability": 0.7744140625}, {"start": 1812.01, "end": 1812.57, "word": " E1", "probability": 0.6558837890625}, {"start": 1812.57, "end": 1813.13, "word": " هذا", "probability": 0.8251953125}, {"start": 1813.13, "end": 1814.23, "word": " ال", "probability": 0.333984375}, {"start": 1814.23, "end": 1814.49, "word": " E1", "probability": 0.840576171875}, {"start": 1814.49, "end": 1815.05, "word": " ستشتغل", "probability": 0.4887288411458333}, {"start": 1815.05, "end": 1815.57, "word": " هذا", "probability": 0.544921875}, {"start": 1815.57, "end": 1815.77, "word": " لن", "probability": 0.514892578125}, {"start": 1815.77, "end": 1816.17, "word": " يعمل", "probability": 0.7599283854166666}, {"start": 1816.17, "end": 1816.33, "word": " أي", "probability": 0.74072265625}, {"start": 1816.33, "end": 1817.31, "word": " شيء", "probability": 0.946533203125}, {"start": 1817.31, "end": 1817.93, "word": " لأنني", "probability": 0.7931315104166666}, {"start": 1817.93, "end": 1818.67, "word": " أستخدم", "probability": 0.5899658203125}, {"start": 1818.67, "end": 1819.41, "word": " E2", "probability": 0.650146484375}, {"start": 1819.41, "end": 1819.93, "word": ".type", "probability": 0.91455078125}, {"start": 1819.93, "end": 1820.27, "word": " E2", "probability": 0.86669921875}, {"start": 1820.27, "end": 1820.57, "word": " هو", "probability": 0.9365234375}, {"start": 1820.57, "end": 1820.71, "word": " ال", "probability": 0.438720703125}, {"start": 1820.71, "end": 1821.07, "word": " float", "probability": 0.91455078125}, {"start": 1821.07, "end": 1821.59, "word": " أقول", "probability": 0.6181640625}, {"start": 1821.59, "end": 1821.69, "word": " أنه", "probability": 0.447998046875}, {"start": 1821.69, "end": 1822.01, "word": " سأوسف", "probability": 0.5863037109375}, {"start": 1822.01, "end": 1822.11, "word": " من", "probability": 0.974609375}, {"start": 1822.11, "end": 1822.33, "word": " float", "probability": 0.8408203125}, {"start": 1822.33, "end": 1822.45, "word": " إلى", "probability": 0.58349609375}, {"start": 1822.45, "end": 1822.63, "word": " float", "probability": 0.96728515625}], "temperature": 1.0}, {"id": 64, "seek": 185134, "start": 1825.26, "end": 1851.34, "text": "الان بعد هكذا هذا المهم اللي هو انه بما ان مستحيلاتنا هذا انا الان قبل ما اعمل عملية الجامعة انا بدي اعمل عملية الجامعة بدي اقول انه ال E dot address اللي هو هيبقى temporary برضه ده ساوي ايش lot E1 ده هو ال A1 اه هذا هيجي T1 هنا و الت ا و بعدين زائد و E2 هذه هتبقى E2 dot address", "tokens": [6027, 7649, 39182, 8032, 4117, 15730, 23758, 9673, 16095, 13672, 1829, 31439, 16472, 3224, 4724, 15042, 16472, 3714, 14851, 5016, 26895, 9307, 8315, 23758, 1975, 8315, 2423, 7649, 12174, 36150, 19446, 1975, 25957, 1211, 6225, 42213, 10632, 25724, 10943, 27884, 1975, 8315, 4724, 16254, 1975, 25957, 1211, 6225, 42213, 10632, 25724, 10943, 27884, 4724, 16254, 1975, 39648, 16472, 3224, 2423, 462, 5893, 2985, 13672, 1829, 31439, 39896, 3555, 4587, 7578, 13413, 4724, 43042, 3224, 11778, 3224, 8608, 995, 45865, 1975, 1829, 8592, 688, 462, 16, 11778, 3224, 31439, 2423, 316, 16, 1975, 3224, 23758, 8032, 1829, 7435, 1829, 314, 16, 34105, 4032, 16712, 1975, 4032, 39182, 9957, 30767, 16373, 3215, 4032, 462, 17, 29538, 8032, 2655, 3555, 4587, 7578, 462, 17, 5893, 2985], "avg_logprob": -0.32510079203113434, "compression_ratio": 1.9113924050632911, "no_speech_prob": 0.0, "words": [{"start": 1825.26, "end": 1825.98, "word": "الان", "probability": 0.5560302734375}, {"start": 1825.98, "end": 1826.28, "word": " بعد", "probability": 0.90234375}, {"start": 1826.28, "end": 1827.0, "word": " هكذا", "probability": 0.661865234375}, {"start": 1827.0, "end": 1827.98, "word": " هذا", "probability": 0.42626953125}, {"start": 1827.98, "end": 1828.4, "word": " المهم", "probability": 0.985595703125}, {"start": 1828.4, "end": 1828.66, "word": " اللي", "probability": 0.649169921875}, {"start": 1828.66, "end": 1828.88, "word": " هو", "probability": 0.990234375}, {"start": 1828.88, "end": 1829.24, "word": " انه", "probability": 0.849365234375}, {"start": 1829.24, "end": 1829.5, "word": " بما", "probability": 0.912353515625}, {"start": 1829.5, "end": 1829.58, "word": " ان", "probability": 0.5771484375}, {"start": 1829.58, "end": 1830.18, "word": " مستحيلاتنا", "probability": 0.627685546875}, {"start": 1830.18, "end": 1830.5, "word": " هذا", "probability": 0.90869140625}, {"start": 1830.5, "end": 1830.82, "word": " انا", "probability": 0.768798828125}, {"start": 1830.82, "end": 1831.2, "word": " الان", "probability": 0.62115478515625}, {"start": 1831.2, "end": 1831.98, "word": " قبل", "probability": 0.968505859375}, {"start": 1831.98, "end": 1832.14, "word": " ما", "probability": 0.88427734375}, {"start": 1832.14, "end": 1832.42, "word": " اعمل", "probability": 0.966796875}, {"start": 1832.42, "end": 1832.7, "word": " عملية", "probability": 0.9918619791666666}, {"start": 1832.7, "end": 1833.1, "word": " الجامعة", "probability": 0.9386393229166666}, {"start": 1833.1, "end": 1833.26, "word": " انا", "probability": 0.748046875}, {"start": 1833.26, "end": 1833.44, "word": " بدي", "probability": 0.604248046875}, {"start": 1833.44, "end": 1833.68, "word": " اعمل", "probability": 0.94921875}, {"start": 1833.68, "end": 1833.96, "word": " عملية", "probability": 0.9853515625}, {"start": 1833.96, "end": 1834.3, "word": " الجامعة", "probability": 0.9723307291666666}, {"start": 1834.3, "end": 1834.54, "word": " بدي", "probability": 0.569091796875}, {"start": 1834.54, "end": 1834.76, "word": " اقول", "probability": 0.850830078125}, {"start": 1834.76, "end": 1835.52, "word": " انه", "probability": 0.71923828125}, {"start": 1835.52, "end": 1835.76, "word": " ال", "probability": 0.91845703125}, {"start": 1835.76, "end": 1835.94, "word": " E", "probability": 0.6259765625}, {"start": 1835.94, "end": 1836.2, "word": " dot", "probability": 0.267333984375}, {"start": 1836.2, "end": 1836.8, "word": " address", "probability": 0.9619140625}, {"start": 1836.8, "end": 1837.9, "word": " اللي", "probability": 0.945068359375}, {"start": 1837.9, "end": 1838.0, "word": " هو", "probability": 0.84716796875}, {"start": 1838.0, "end": 1838.36, "word": " هيبقى", "probability": 0.917236328125}, {"start": 1838.36, "end": 1838.78, "word": " temporary", "probability": 0.6923828125}, {"start": 1838.78, "end": 1839.28, "word": " برضه", "probability": 0.9676106770833334}, {"start": 1839.28, "end": 1839.96, "word": " ده", "probability": 0.69140625}, {"start": 1839.96, "end": 1840.32, "word": " ساوي", "probability": 0.68994140625}, {"start": 1840.32, "end": 1840.68, "word": " ايش", "probability": 0.76220703125}, {"start": 1840.68, "end": 1841.36, "word": " lot", "probability": 0.098388671875}, {"start": 1841.36, "end": 1841.84, "word": " E1", "probability": 0.7294921875}, {"start": 1841.84, "end": 1842.72, "word": " ده", "probability": 0.4605712890625}, {"start": 1842.72, "end": 1842.84, "word": " هو", "probability": 0.38916015625}, {"start": 1842.84, "end": 1842.88, "word": " ال", "probability": 0.82666015625}, {"start": 1842.88, "end": 1843.24, "word": " A1", "probability": 0.708740234375}, {"start": 1843.24, "end": 1843.74, "word": " اه", "probability": 0.63623046875}, {"start": 1843.74, "end": 1844.26, "word": " هذا", "probability": 0.8037109375}, {"start": 1844.26, "end": 1845.1, "word": " هيجي", "probability": 0.8558349609375}, {"start": 1845.1, "end": 1845.48, "word": " T1", "probability": 0.869873046875}, {"start": 1845.48, "end": 1845.92, "word": " هنا", "probability": 0.98388671875}, {"start": 1845.92, "end": 1847.22, "word": " و", "probability": 0.6591796875}, {"start": 1847.22, "end": 1847.44, "word": " الت", "probability": 0.25244140625}, {"start": 1847.44, "end": 1847.6, "word": " ا", "probability": 0.322021484375}, {"start": 1847.6, "end": 1847.7, "word": " و", "probability": 0.47705078125}, {"start": 1847.7, "end": 1848.0, "word": " بعدين", "probability": 0.8427734375}, {"start": 1848.0, "end": 1848.5, "word": " زائد", "probability": 0.6751302083333334}, {"start": 1848.5, "end": 1848.74, "word": " و", "probability": 0.849609375}, {"start": 1848.74, "end": 1849.18, "word": " E2", "probability": 0.81494140625}, {"start": 1849.18, "end": 1849.62, "word": " هذه", "probability": 0.2998046875}, {"start": 1849.62, "end": 1850.28, "word": " هتبقى", "probability": 0.9546875}, {"start": 1850.28, "end": 1850.72, "word": " E2", "probability": 0.986328125}, {"start": 1850.72, "end": 1850.9, "word": " dot", "probability": 0.461181640625}, {"start": 1850.9, "end": 1851.34, "word": " address", "probability": 0.95556640625}], "temperature": 1.0}, {"id": 65, "seek": 187872, "start": 1854.16, "end": 1878.72, "text": "بمعنى آخر هنكون عملنا التحويل خدنا نتج التحويل في temporary ال temporary هذا هو اللي هدخل في عملية الجامعة code بسيط elegant يعني معمول بشكل مرتب و بيقدر الغرض و بقدر ايش اعمله عدة استخدام", "tokens": [3555, 2304, 3615, 1863, 7578, 19753, 34740, 8032, 1863, 30544, 6225, 42213, 8315, 16712, 5016, 2407, 26895, 16490, 3215, 8315, 8717, 2655, 7435, 16712, 5016, 2407, 26895, 8978, 13413, 2423, 13413, 23758, 31439, 13672, 1829, 8032, 3215, 9778, 1211, 8978, 6225, 42213, 10632, 25724, 10943, 27884, 3089, 4724, 3794, 1829, 9566, 21117, 37495, 22653, 20449, 2304, 12610, 4724, 8592, 28820, 3714, 43500, 3555, 4032, 4724, 1829, 28543, 2288, 6024, 118, 43042, 4032, 4724, 28543, 2288, 1975, 1829, 8592, 1975, 25957, 43761, 6225, 41891, 44713, 9778, 3215, 10943], "avg_logprob": -0.27539063922383566, "compression_ratio": 1.638743455497382, "no_speech_prob": 5.960464477539063e-08, "words": [{"start": 1854.16, "end": 1854.52, "word": "بمعنى", "probability": 0.818359375}, {"start": 1854.52, "end": 1855.02, "word": " آخر", "probability": 0.7435302734375}, {"start": 1855.02, "end": 1857.46, "word": " هنكون", "probability": 0.5437825520833334}, {"start": 1857.46, "end": 1857.86, "word": " عملنا", "probability": 0.82666015625}, {"start": 1857.86, "end": 1858.54, "word": " التحويل", "probability": 0.8636474609375}, {"start": 1858.54, "end": 1859.32, "word": " خدنا", "probability": 0.8538411458333334}, {"start": 1859.32, "end": 1859.88, "word": " نتج", "probability": 0.7527669270833334}, {"start": 1859.88, "end": 1860.32, "word": " التحويل", "probability": 0.914306640625}, {"start": 1860.32, "end": 1860.46, "word": " في", "probability": 0.58984375}, {"start": 1860.46, "end": 1860.88, "word": " temporary", "probability": 0.64013671875}, {"start": 1860.88, "end": 1861.22, "word": " ال", "probability": 0.399169921875}, {"start": 1861.22, "end": 1861.6, "word": " temporary", "probability": 0.79248046875}, {"start": 1861.6, "end": 1861.9, "word": " هذا", "probability": 0.36865234375}, {"start": 1861.9, "end": 1862.14, "word": " هو", "probability": 0.8076171875}, {"start": 1862.14, "end": 1862.34, "word": " اللي", "probability": 0.930908203125}, {"start": 1862.34, "end": 1862.82, "word": " هدخل", "probability": 0.627655029296875}, {"start": 1862.82, "end": 1863.04, "word": " في", "probability": 0.703125}, {"start": 1863.04, "end": 1863.96, "word": " عملية", "probability": 0.9876302083333334}, {"start": 1863.96, "end": 1865.14, "word": " الجامعة", "probability": 0.9352213541666666}, {"start": 1865.14, "end": 1866.04, "word": " code", "probability": 0.69189453125}, {"start": 1866.04, "end": 1866.98, "word": " بسيط", "probability": 0.9940185546875}, {"start": 1866.98, "end": 1868.38, "word": " elegant", "probability": 0.67529296875}, {"start": 1868.38, "end": 1868.96, "word": " يعني", "probability": 0.90234375}, {"start": 1868.96, "end": 1869.54, "word": " معمول", "probability": 0.8694661458333334}, {"start": 1869.54, "end": 1870.02, "word": " بشكل", "probability": 0.9933268229166666}, {"start": 1870.02, "end": 1870.8, "word": " مرتب", "probability": 0.978515625}, {"start": 1870.8, "end": 1871.74, "word": " و", "probability": 0.82763671875}, {"start": 1871.74, "end": 1872.52, "word": " بيقدر", "probability": 0.6324462890625}, {"start": 1872.52, "end": 1873.24, "word": " الغرض", "probability": 0.861328125}, {"start": 1873.24, "end": 1874.16, "word": " و", "probability": 0.68212890625}, {"start": 1874.16, "end": 1874.56, "word": " بقدر", "probability": 0.9632161458333334}, {"start": 1874.56, "end": 1874.98, "word": " ايش", "probability": 0.5165201822916666}, {"start": 1874.98, "end": 1876.28, "word": " اعمله", "probability": 0.7102864583333334}, {"start": 1876.28, "end": 1877.98, "word": " عدة", "probability": 0.750244140625}, {"start": 1877.98, "end": 1878.72, "word": " استخدام", "probability": 0.97900390625}], "temperature": 1.0}, {"id": 66, "seek": 191528, "start": 1886.56, "end": 1915.28, "text": "Okay فاحنا ده عمليا عمليا في section 6 5 بنكون شوفنا كيف ال compiler بيعمل ال checking و ال conversion بيعمل checking بمعنى انه يفحص ال type يتأكد ان ال types على ما يجب ان تكون عليه و اذا لم تكن على ما يجب ان تكون عليه بيعمل conversion okay علشان ايه تكون", "tokens": [8297, 6156, 39319, 8315, 11778, 3224, 6225, 2304, 20292, 995, 6225, 2304, 20292, 995, 8978, 3541, 1386, 1025, 44945, 30544, 13412, 38688, 8315, 9122, 33911, 2423, 31958, 4724, 1829, 25957, 1211, 2423, 8568, 4032, 2423, 14298, 4724, 1829, 25957, 1211, 8568, 4724, 2304, 3615, 1863, 7578, 16472, 3224, 7251, 5172, 5016, 9381, 2423, 2010, 7251, 2655, 10721, 4117, 3215, 16472, 2423, 3467, 15844, 19446, 7251, 7435, 3555, 16472, 6055, 30544, 47356, 4032, 1975, 15730, 32767, 6055, 19452, 15844, 19446, 7251, 7435, 3555, 16472, 6055, 30544, 47356, 4724, 1829, 25957, 1211, 14298, 1392, 11203, 8592, 7649, 1975, 1829, 3224, 6055, 30544], "avg_logprob": -0.17558787718857868, "compression_ratio": 1.911764705882353, "no_speech_prob": 0.0, "words": [{"start": 1886.56, "end": 1886.94, "word": "Okay", "probability": 0.232666015625}, {"start": 1886.94, "end": 1887.96, "word": " فاحنا", "probability": 0.8347981770833334}, {"start": 1887.96, "end": 1888.08, "word": " ده", "probability": 0.673828125}, {"start": 1888.08, "end": 1888.78, "word": " عمليا", "probability": 0.7938232421875}, {"start": 1888.78, "end": 1889.52, "word": " عمليا", "probability": 0.8291015625}, {"start": 1889.52, "end": 1889.64, "word": " في", "probability": 0.78857421875}, {"start": 1889.64, "end": 1889.96, "word": " section", "probability": 0.77685546875}, {"start": 1889.96, "end": 1890.32, "word": " 6", "probability": 0.74951171875}, {"start": 1890.32, "end": 1890.78, "word": " 5", "probability": 0.2364501953125}, {"start": 1890.78, "end": 1892.06, "word": " بنكون", "probability": 0.797607421875}, {"start": 1892.06, "end": 1892.84, "word": " شوفنا", "probability": 0.8938802083333334}, {"start": 1892.84, "end": 1893.7, "word": " كيف", "probability": 0.978515625}, {"start": 1893.7, "end": 1894.32, "word": " ال", "probability": 0.98193359375}, {"start": 1894.32, "end": 1895.18, "word": " compiler", "probability": 0.95263671875}, {"start": 1895.18, "end": 1896.22, "word": " بيعمل", "probability": 0.9827880859375}, {"start": 1896.22, "end": 1896.4, "word": " ال", "probability": 0.763671875}, {"start": 1896.4, "end": 1896.74, "word": " checking", "probability": 0.86328125}, {"start": 1896.74, "end": 1897.2, "word": " و", "probability": 0.8671875}, {"start": 1897.2, "end": 1897.36, "word": " ال", "probability": 0.91552734375}, {"start": 1897.36, "end": 1897.96, "word": " conversion", "probability": 0.94921875}, {"start": 1897.96, "end": 1898.84, "word": " بيعمل", "probability": 0.9368896484375}, {"start": 1898.84, "end": 1899.3, "word": " checking", "probability": 0.525390625}, {"start": 1899.3, "end": 1899.86, "word": " بمعنى", "probability": 0.95146484375}, {"start": 1899.86, "end": 1900.28, "word": " انه", "probability": 0.7015380859375}, {"start": 1900.28, "end": 1900.86, "word": " يفحص", "probability": 0.971923828125}, {"start": 1900.86, "end": 1901.06, "word": " ال", "probability": 0.94873046875}, {"start": 1901.06, "end": 1901.48, "word": " type", "probability": 0.97802734375}, {"start": 1901.48, "end": 1902.46, "word": " يتأكد", "probability": 0.90009765625}, {"start": 1902.46, "end": 1902.64, "word": " ان", "probability": 0.8818359375}, {"start": 1902.64, "end": 1902.78, "word": " ال", "probability": 0.9658203125}, {"start": 1902.78, "end": 1903.2, "word": " types", "probability": 0.90673828125}, {"start": 1903.2, "end": 1905.3, "word": " على", "probability": 0.85986328125}, {"start": 1905.3, "end": 1906.1, "word": " ما", "probability": 0.71630859375}, {"start": 1906.1, "end": 1906.5, "word": " يجب", "probability": 0.9889322916666666}, {"start": 1906.5, "end": 1906.66, "word": " ان", "probability": 0.6767578125}, {"start": 1906.66, "end": 1906.92, "word": " تكون", "probability": 0.9755859375}, {"start": 1906.92, "end": 1907.14, "word": " عليه", "probability": 0.9482421875}, {"start": 1907.14, "end": 1907.82, "word": " و", "probability": 0.974609375}, {"start": 1907.82, "end": 1908.04, "word": " اذا", "probability": 0.6776123046875}, {"start": 1908.04, "end": 1908.24, "word": " لم", "probability": 0.90234375}, {"start": 1908.24, "end": 1908.62, "word": " تكن", "probability": 0.971435546875}, {"start": 1908.62, "end": 1908.78, "word": " على", "probability": 0.64599609375}, {"start": 1908.78, "end": 1908.9, "word": " ما", "probability": 0.943359375}, {"start": 1908.9, "end": 1909.12, "word": " يجب", "probability": 0.9905598958333334}, {"start": 1909.12, "end": 1909.22, "word": " ان", "probability": 0.61572265625}, {"start": 1909.22, "end": 1909.22, "word": " تكون", "probability": 0.916259765625}, {"start": 1909.22, "end": 1909.22, "word": " عليه", "probability": 0.96435546875}, {"start": 1909.22, "end": 1909.58, "word": " بيعمل", "probability": 0.9254150390625}, {"start": 1909.58, "end": 1910.14, "word": " conversion", "probability": 0.84521484375}, {"start": 1910.14, "end": 1911.4, "word": " okay", "probability": 0.47509765625}, {"start": 1911.4, "end": 1913.34, "word": " علشان", "probability": 0.94677734375}, {"start": 1913.34, "end": 1914.0, "word": " ايه", "probability": 0.85107421875}, {"start": 1914.0, "end": 1915.28, "word": " تكون", "probability": 0.85595703125}], "temperature": 1.0}, {"id": 67, "seek": 193717, "start": 1916.15, "end": 1937.17, "text": "عشان يمشي ال compilation فهذا الان النقطة التانية او ال section التانية اللي هو ال translation اللي علاقة بال control flow statements control flow statements بتبقى اشي زي", "tokens": [3615, 8592, 7649, 7251, 2304, 8592, 1829, 2423, 40261, 6156, 3224, 15730, 2423, 7649, 28239, 47432, 3660, 16712, 7649, 10632, 1975, 2407, 2423, 3541, 16712, 7649, 10632, 13672, 1829, 31439, 2423, 12853, 13672, 1829, 11203, 995, 28671, 20666, 1969, 3095, 12363, 1969, 3095, 12363, 39894, 3555, 4587, 7578, 1975, 8592, 1829, 30767, 1829], "avg_logprob": -0.30092591212855446, "compression_ratio": 1.6689655172413793, "no_speech_prob": 0.0, "words": [{"start": 1916.15, "end": 1916.65, "word": "عشان", "probability": 0.8772786458333334}, {"start": 1916.65, "end": 1916.99, "word": " يمشي", "probability": 0.77679443359375}, {"start": 1916.99, "end": 1917.11, "word": " ال", "probability": 0.80908203125}, {"start": 1917.11, "end": 1919.43, "word": " compilation", "probability": 0.6416015625}, {"start": 1919.43, "end": 1921.55, "word": " فهذا", "probability": 0.5833740234375}, {"start": 1921.55, "end": 1922.05, "word": " الان", "probability": 0.5582275390625}, {"start": 1922.05, "end": 1922.55, "word": " النقطة", "probability": 0.94775390625}, {"start": 1922.55, "end": 1922.95, "word": " التانية", "probability": 0.9562174479166666}, {"start": 1922.95, "end": 1923.13, "word": " او", "probability": 0.728271484375}, {"start": 1923.13, "end": 1923.21, "word": " ال", "probability": 0.494384765625}, {"start": 1923.21, "end": 1923.45, "word": " section", "probability": 0.85546875}, {"start": 1923.45, "end": 1923.83, "word": " التانية", "probability": 0.8935546875}, {"start": 1923.83, "end": 1924.05, "word": " اللي", "probability": 0.7548828125}, {"start": 1924.05, "end": 1924.35, "word": " هو", "probability": 0.93115234375}, {"start": 1924.35, "end": 1925.55, "word": " ال", "probability": 0.6572265625}, {"start": 1925.55, "end": 1926.13, "word": " translation", "probability": 0.927734375}, {"start": 1926.13, "end": 1926.49, "word": " اللي", "probability": 0.9501953125}, {"start": 1926.49, "end": 1926.99, "word": " علاقة", "probability": 0.7955729166666666}, {"start": 1926.99, "end": 1927.35, "word": " بال", "probability": 0.9482421875}, {"start": 1927.35, "end": 1928.15, "word": " control", "probability": 0.72216796875}, {"start": 1928.15, "end": 1928.71, "word": " flow", "probability": 0.91552734375}, {"start": 1928.71, "end": 1930.57, "word": " statements", "probability": 0.61669921875}, {"start": 1930.57, "end": 1931.39, "word": " control", "probability": 0.62060546875}, {"start": 1931.39, "end": 1931.79, "word": " flow", "probability": 0.951171875}, {"start": 1931.79, "end": 1933.53, "word": " statements", "probability": 0.8916015625}, {"start": 1933.53, "end": 1936.15, "word": " بتبقى", "probability": 0.80438232421875}, {"start": 1936.15, "end": 1936.71, "word": " اشي", "probability": 0.845703125}, {"start": 1936.71, "end": 1937.17, "word": " زي", "probability": 0.989013671875}], "temperature": 1.0}, {"id": 68, "seek": 198009, "start": 1959.69, "end": 1980.09, "text": "بتكون with else أو بدون else و loop ال loop while وال repeat و ال .. إيش ماكان في الأخر في كل الحلقة سواء ال F و ال loop في يدي condition Boolean expression إذا تحقق بمعنى إذا قيمته كانت true", "tokens": [3555, 2655, 30544, 365, 1646, 34051, 47525, 11536, 1646, 4032, 6367, 2423, 6367, 1339, 16070, 7149, 4032, 2423, 4386, 11933, 1829, 8592, 19446, 41361, 8978, 16247, 34740, 8978, 28242, 21542, 1211, 28671, 8608, 2407, 16606, 2423, 479, 4032, 2423, 6367, 8978, 7251, 16254, 4188, 23351, 28499, 6114, 11933, 15730, 6055, 5016, 4587, 4587, 4724, 2304, 3615, 1863, 7578, 11933, 15730, 12174, 32640, 47395, 25961, 2655, 2074], "avg_logprob": -0.3892257347035764, "compression_ratio": 1.4345549738219896, "no_speech_prob": 5.960464477539063e-08, "words": [{"start": 1959.69, "end": 1960.19, "word": "بتكون", "probability": 0.40545654296875}, {"start": 1960.19, "end": 1960.59, "word": " with", "probability": 0.1990966796875}, {"start": 1960.59, "end": 1960.97, "word": " else", "probability": 0.58447265625}, {"start": 1960.97, "end": 1961.19, "word": " أو", "probability": 0.62255859375}, {"start": 1961.19, "end": 1961.53, "word": " بدون", "probability": 0.943603515625}, {"start": 1961.53, "end": 1961.91, "word": " else", "probability": 0.86376953125}, {"start": 1961.91, "end": 1963.07, "word": " و", "probability": 0.35595703125}, {"start": 1963.07, "end": 1963.73, "word": " loop", "probability": 0.5068359375}, {"start": 1963.73, "end": 1963.97, "word": " ال", "probability": 0.32958984375}, {"start": 1963.97, "end": 1964.21, "word": " loop", "probability": 0.90283203125}, {"start": 1964.21, "end": 1964.83, "word": " while", "probability": 0.69775390625}, {"start": 1964.83, "end": 1965.23, "word": " وال", "probability": 0.479248046875}, {"start": 1965.23, "end": 1965.83, "word": " repeat", "probability": 0.830078125}, {"start": 1965.83, "end": 1966.07, "word": " و", "probability": 0.346923828125}, {"start": 1966.07, "end": 1966.31, "word": " ال", "probability": 0.447998046875}, {"start": 1966.31, "end": 1966.65, "word": " ..", "probability": 0.435546875}, {"start": 1966.65, "end": 1966.89, "word": " إيش", "probability": 0.6368408203125}, {"start": 1966.89, "end": 1967.17, "word": " ماكان", "probability": 0.71875}, {"start": 1967.17, "end": 1967.33, "word": " في", "probability": 0.6884765625}, {"start": 1967.33, "end": 1967.87, "word": " الأخر", "probability": 0.684814453125}, {"start": 1967.87, "end": 1968.09, "word": " في", "probability": 0.78125}, {"start": 1968.09, "end": 1968.69, "word": " كل", "probability": 0.76416015625}, {"start": 1968.69, "end": 1969.17, "word": " الحلقة", "probability": 0.7107747395833334}, {"start": 1969.17, "end": 1969.41, "word": " سواء", "probability": 0.8167317708333334}, {"start": 1969.41, "end": 1969.53, "word": " ال", "probability": 0.50439453125}, {"start": 1969.53, "end": 1969.73, "word": " F", "probability": 0.336669921875}, {"start": 1969.73, "end": 1969.95, "word": " و", "probability": 0.7685546875}, {"start": 1969.95, "end": 1970.53, "word": " ال", "probability": 0.73095703125}, {"start": 1970.53, "end": 1971.79, "word": " loop", "probability": 0.90966796875}, {"start": 1971.79, "end": 1972.37, "word": " في", "probability": 0.76904296875}, {"start": 1972.37, "end": 1972.79, "word": " يدي", "probability": 0.57568359375}, {"start": 1972.79, "end": 1974.49, "word": " condition", "probability": 0.9228515625}, {"start": 1974.49, "end": 1975.49, "word": " Boolean", "probability": 0.654541015625}, {"start": 1975.49, "end": 1976.41, "word": " expression", "probability": 0.88671875}, {"start": 1976.41, "end": 1977.13, "word": " إذا", "probability": 0.96630859375}, {"start": 1977.13, "end": 1978.11, "word": " تحقق", "probability": 0.9732666015625}, {"start": 1978.11, "end": 1978.61, "word": " بمعنى", "probability": 0.9404296875}, {"start": 1978.61, "end": 1978.89, "word": " إذا", "probability": 0.97802734375}, {"start": 1978.89, "end": 1979.33, "word": " قيمته", "probability": 0.9957682291666666}, {"start": 1979.33, "end": 1979.73, "word": " كانت", "probability": 0.96533203125}, {"start": 1979.73, "end": 1980.09, "word": " true", "probability": 0.89501953125}], "temperature": 1.0}, {"id": 69, "seek": 200996, "start": 1982.04, "end": 2009.96, "text": "سيحصل فيه action معين وإذا لم يتحقق سيحصل فيه action مختلف من هنا ال control flow يعني التحكم في تدفق ال code فأحنا الآن أصبح ترجمة ال flow of control statements جزئية تانية جزئية متعلقة بترجمة ال statements اللي بدو ينتقل اليها ال execution وجزئية قبلها اللي هي ترجمة", "tokens": [3794, 1829, 5016, 36520, 8978, 3224, 3069, 20449, 9957, 4032, 28814, 15730, 32767, 7251, 2655, 5016, 4587, 4587, 8608, 1829, 5016, 36520, 8978, 3224, 3069, 3714, 46456, 46538, 9154, 34105, 2423, 1969, 3095, 37495, 22653, 16712, 5016, 24793, 8978, 6055, 3215, 5172, 4587, 2423, 3089, 6156, 10721, 5016, 8315, 6024, 48506, 5551, 9381, 49628, 6055, 47341, 46007, 2423, 3095, 295, 1969, 12363, 10874, 11622, 19986, 10632, 6055, 7649, 10632, 10874, 11622, 19986, 10632, 44650, 30241, 28671, 39894, 47341, 46007, 2423, 12363, 13672, 1829, 47525, 2407, 7251, 29399, 4587, 1211, 45595, 11296, 2423, 15058, 49610, 11622, 19986, 10632, 12174, 36150, 11296, 13672, 1829, 39896, 6055, 47341, 46007], "avg_logprob": -0.260221970415561, "compression_ratio": 1.8060344827586208, "no_speech_prob": 0.0, "words": [{"start": 1982.04, "end": 1983.12, "word": "سيحصل", "probability": 0.47412109375}, {"start": 1983.12, "end": 1983.54, "word": " فيه", "probability": 0.5413818359375}, {"start": 1983.54, "end": 1983.88, "word": " action", "probability": 0.33642578125}, {"start": 1983.88, "end": 1984.44, "word": " معين", "probability": 0.7156982421875}, {"start": 1984.44, "end": 1984.86, "word": " وإذا", "probability": 0.6217447916666666}, {"start": 1984.86, "end": 1985.02, "word": " لم", "probability": 0.92578125}, {"start": 1985.02, "end": 1985.58, "word": " يتحقق", "probability": 0.9650390625}, {"start": 1985.58, "end": 1985.98, "word": " سيحصل", "probability": 0.708740234375}, {"start": 1985.98, "end": 1986.14, "word": " فيه", "probability": 0.901611328125}, {"start": 1986.14, "end": 1986.6, "word": " action", "probability": 0.9111328125}, {"start": 1986.6, "end": 1987.44, "word": " مختلف", "probability": 0.9918619791666666}, {"start": 1987.44, "end": 1987.7, "word": " من", "probability": 0.68408203125}, {"start": 1987.7, "end": 1987.86, "word": " هنا", "probability": 0.958984375}, {"start": 1987.86, "end": 1988.0, "word": " ال", "probability": 0.333984375}, {"start": 1988.0, "end": 1988.34, "word": " control", "probability": 0.58154296875}, {"start": 1988.34, "end": 1988.8, "word": " flow", "probability": 0.8037109375}, {"start": 1988.8, "end": 1989.02, "word": " يعني", "probability": 0.7578125}, {"start": 1989.02, "end": 1989.64, "word": " التحكم", "probability": 0.9060872395833334}, {"start": 1989.64, "end": 1990.52, "word": " في", "probability": 0.92431640625}, {"start": 1990.52, "end": 1991.3, "word": " تدفق", "probability": 0.926513671875}, {"start": 1991.3, "end": 1991.56, "word": " ال", "probability": 0.59375}, {"start": 1991.56, "end": 1992.34, "word": " code", "probability": 0.896484375}, {"start": 1992.34, "end": 1993.5, "word": " فأحنا", "probability": 0.7696533203125}, {"start": 1993.5, "end": 1993.96, "word": " الآن", "probability": 0.75}, {"start": 1993.96, "end": 1995.26, "word": " أصبح", "probability": 0.9069010416666666}, {"start": 1995.26, "end": 1996.32, "word": " ترجمة", "probability": 0.9833984375}, {"start": 1996.32, "end": 1996.52, "word": " ال", "probability": 0.40576171875}, {"start": 1996.52, "end": 1996.76, "word": " flow", "probability": 0.91064453125}, {"start": 1996.76, "end": 1996.94, "word": " of", "probability": 0.89990234375}, {"start": 1996.94, "end": 1997.26, "word": " control", "probability": 0.89013671875}, {"start": 1997.26, "end": 1998.0, "word": " statements", "probability": 0.90087890625}, {"start": 1998.0, "end": 1999.06, "word": " جزئية", "probability": 0.89404296875}, {"start": 1999.06, "end": 1999.42, "word": " تانية", "probability": 0.8948567708333334}, {"start": 1999.42, "end": 2000.08, "word": " جزئية", "probability": 0.9261474609375}, {"start": 2000.08, "end": 2000.76, "word": " متعلقة", "probability": 0.7391764322916666}, {"start": 2000.76, "end": 2001.5, "word": " بترجمة", "probability": 0.9676106770833334}, {"start": 2001.5, "end": 2001.84, "word": " ال", "probability": 0.759765625}, {"start": 2001.84, "end": 2002.64, "word": " statements", "probability": 0.91845703125}, {"start": 2002.64, "end": 2003.7, "word": " اللي", "probability": 0.690673828125}, {"start": 2003.7, "end": 2003.96, "word": " بدو", "probability": 0.4473876953125}, {"start": 2003.96, "end": 2004.5, "word": " ينتقل", "probability": 0.908447265625}, {"start": 2004.5, "end": 2005.08, "word": " اليها", "probability": 0.818115234375}, {"start": 2005.08, "end": 2005.4, "word": " ال", "probability": 0.93896484375}, {"start": 2005.4, "end": 2005.94, "word": " execution", "probability": 0.984375}, {"start": 2005.94, "end": 2007.18, "word": " وجزئية", "probability": 0.85498046875}, {"start": 2007.18, "end": 2007.88, "word": " قبلها", "probability": 0.9189453125}, {"start": 2007.88, "end": 2008.92, "word": " اللي", "probability": 0.8271484375}, {"start": 2008.92, "end": 2009.18, "word": " هي", "probability": 0.89794921875}, {"start": 2009.18, "end": 2009.96, "word": " ترجمة", "probability": 0.9869791666666666}], "temperature": 1.0}, {"id": 70, "seek": 203252, "start": 2010.64, "end": 2032.52, "text": "الـ Boolean Expression الـ Boolean Expression هي أداة فيها ذات و هو expression بدّوا يعملوا translation احنا شوفنا expressions قبل الحكاية بس كانت mathematical expressions ولا لأ اللي فيها علامة فيها جمع وضع و طرح و .. انما Boolean expressions الـ Boolean expressions ماشوفناش أصلا ال grammar تبعها كيف ال grammar تبع ال Boolean expression؟", "tokens": [6027, 39184, 23351, 28499, 21391, 2775, 2423, 39184, 23351, 28499, 21391, 2775, 39896, 5551, 28259, 3660, 8978, 11296, 29910, 9307, 4032, 31439, 6114, 47525, 11703, 14407, 7251, 25957, 1211, 14407, 12853, 1975, 5016, 8315, 13412, 38688, 8315, 15277, 12174, 36150, 21542, 4117, 995, 10632, 4724, 3794, 25961, 2655, 18894, 15277, 49429, 5296, 10721, 13672, 1829, 8978, 11296, 11203, 10943, 3660, 8978, 11296, 10874, 2304, 3615, 4032, 11242, 3615, 4032, 23032, 2288, 5016, 4032, 4386, 16472, 15042, 23351, 28499, 15277, 2423, 39184, 23351, 28499, 15277, 19446, 8592, 38688, 1863, 33599, 5551, 9381, 15040, 2423, 22317, 6055, 3555, 3615, 11296, 9122, 33911, 2423, 22317, 6055, 3555, 3615, 2423, 23351, 28499, 6114, 22807], "avg_logprob": -0.3693693715172845, "compression_ratio": 1.9180327868852458, "no_speech_prob": 0.0, "words": [{"start": 2010.64, "end": 2010.94, "word": "الـ", "probability": 0.460205078125}, {"start": 2010.94, "end": 2011.18, "word": " Boolean", "probability": 0.76611328125}, {"start": 2011.18, "end": 2011.82, "word": " Expression", "probability": 0.59716796875}, {"start": 2011.82, "end": 2013.24, "word": " الـ", "probability": 0.59466552734375}, {"start": 2013.24, "end": 2013.44, "word": " Boolean", "probability": 0.894287109375}, {"start": 2013.44, "end": 2013.94, "word": " Expression", "probability": 0.92724609375}, {"start": 2013.94, "end": 2014.12, "word": " هي", "probability": 0.448974609375}, {"start": 2014.12, "end": 2014.34, "word": " أداة", "probability": 0.6175944010416666}, {"start": 2014.34, "end": 2014.5, "word": " فيها", "probability": 0.825927734375}, {"start": 2014.5, "end": 2014.92, "word": " ذات", "probability": 0.6319580078125}, {"start": 2014.92, "end": 2015.04, "word": " و", "probability": 0.1871337890625}, {"start": 2015.04, "end": 2015.18, "word": " هو", "probability": 0.78466796875}, {"start": 2015.18, "end": 2015.72, "word": " expression", "probability": 0.489013671875}, {"start": 2015.72, "end": 2016.1, "word": " بدّوا", "probability": 0.4009195963541667}, {"start": 2016.1, "end": 2016.8, "word": " يعملوا", "probability": 0.7481689453125}, {"start": 2016.8, "end": 2018.08, "word": " translation", "probability": 0.6064453125}, {"start": 2018.08, "end": 2018.58, "word": " احنا", "probability": 0.7392578125}, {"start": 2018.58, "end": 2018.92, "word": " شوفنا", "probability": 0.7987467447916666}, {"start": 2018.92, "end": 2019.48, "word": " expressions", "probability": 0.96142578125}, {"start": 2019.48, "end": 2019.76, "word": " قبل", "probability": 0.83984375}, {"start": 2019.76, "end": 2019.94, "word": " الحكاية", "probability": 0.758544921875}, {"start": 2019.94, "end": 2020.14, "word": " بس", "probability": 0.86083984375}, {"start": 2020.14, "end": 2020.36, "word": " كانت", "probability": 0.973388671875}, {"start": 2020.36, "end": 2020.86, "word": " mathematical", "probability": 0.828125}, {"start": 2020.86, "end": 2021.88, "word": " expressions", "probability": 0.97998046875}, {"start": 2021.88, "end": 2022.58, "word": " ولا", "probability": 0.5732421875}, {"start": 2022.58, "end": 2022.86, "word": " لأ", "probability": 0.970703125}, {"start": 2022.86, "end": 2023.16, "word": " اللي", "probability": 0.9208984375}, {"start": 2023.16, "end": 2023.4, "word": " فيها", "probability": 0.95361328125}, {"start": 2023.4, "end": 2023.76, "word": " علامة", "probability": 0.7249348958333334}, {"start": 2023.76, "end": 2024.08, "word": " فيها", "probability": 0.695556640625}, {"start": 2024.08, "end": 2024.44, "word": " جمع", "probability": 0.6012369791666666}, {"start": 2024.44, "end": 2024.68, "word": " وضع", "probability": 0.6248372395833334}, {"start": 2024.68, "end": 2024.82, "word": " و", "probability": 0.7060546875}, {"start": 2024.82, "end": 2025.18, "word": " طرح", "probability": 0.8287760416666666}, {"start": 2025.18, "end": 2025.3, "word": " و", "probability": 0.9365234375}, {"start": 2025.3, "end": 2025.44, "word": " ..", "probability": 0.083984375}, {"start": 2025.44, "end": 2026.74, "word": " انما", "probability": 0.6478271484375}, {"start": 2026.74, "end": 2027.08, "word": " Boolean", "probability": 0.836669921875}, {"start": 2027.08, "end": 2027.78, "word": " expressions", "probability": 0.55419921875}, {"start": 2027.78, "end": 2028.14, "word": " الـ", "probability": 0.5465087890625}, {"start": 2028.14, "end": 2028.32, "word": " Boolean", "probability": 0.882568359375}, {"start": 2028.32, "end": 2028.84, "word": " expressions", "probability": 0.85302734375}, {"start": 2028.84, "end": 2029.32, "word": " ماشوفناش", "probability": 0.82607421875}, {"start": 2029.32, "end": 2029.58, "word": " أصلا", "probability": 0.8738606770833334}, {"start": 2029.58, "end": 2029.72, "word": " ال", "probability": 0.8447265625}, {"start": 2029.72, "end": 2030.04, "word": " grammar", "probability": 0.95556640625}, {"start": 2030.04, "end": 2030.52, "word": " تبعها", "probability": 0.9000244140625}, {"start": 2030.52, "end": 2030.74, "word": " كيف", "probability": 0.9423828125}, {"start": 2030.74, "end": 2030.84, "word": " ال", "probability": 0.73486328125}, {"start": 2030.84, "end": 2031.1, "word": " grammar", "probability": 0.982421875}, {"start": 2031.1, "end": 2031.34, "word": " تبع", "probability": 0.9326171875}, {"start": 2031.34, "end": 2031.44, "word": " ال", "probability": 0.96435546875}, {"start": 2031.44, "end": 2031.62, "word": " Boolean", "probability": 0.7181396484375}, {"start": 2031.62, "end": 2032.52, "word": " expression؟", "probability": 0.722412109375}], "temperature": 1.0}, {"id": 71, "seek": 206881, "start": 2041.49, "end": 2068.81, "text": "ممكن يبقى or وهو عبارة عن expression يتكون من this junction ل two other expressions او conjunction ل two other expressions او negation ل one expression او يبقى فيه عبارة عن relational operator ما بين two expressions ال two expressions هدولة mathematical expressions يعني هذا expression", "tokens": [2304, 43020, 7251, 3555, 4587, 7578, 420, 37037, 2407, 6225, 3555, 9640, 3660, 18871, 6114, 7251, 2655, 30544, 9154, 341, 33718, 5296, 732, 661, 15277, 1975, 2407, 27482, 5296, 732, 661, 15277, 1975, 2407, 2485, 399, 5296, 472, 6114, 1975, 2407, 7251, 3555, 4587, 7578, 8978, 3224, 6225, 3555, 9640, 3660, 18871, 38444, 12973, 19446, 49374, 732, 15277, 2423, 732, 15277, 8032, 3215, 12610, 3660, 18894, 15277, 37495, 22653, 23758, 6114], "avg_logprob": -0.2515191038449605, "compression_ratio": 1.9555555555555555, "no_speech_prob": 0.0, "words": [{"start": 2041.49, "end": 2041.89, "word": "ممكن", "probability": 0.6539306640625}, {"start": 2041.89, "end": 2042.29, "word": " يبقى", "probability": 0.78692626953125}, {"start": 2042.29, "end": 2042.65, "word": " or", "probability": 0.53466796875}, {"start": 2042.65, "end": 2043.83, "word": " وهو", "probability": 0.52618408203125}, {"start": 2043.83, "end": 2044.17, "word": " عبارة", "probability": 0.8929443359375}, {"start": 2044.17, "end": 2044.31, "word": " عن", "probability": 0.99365234375}, {"start": 2044.31, "end": 2044.73, "word": " expression", "probability": 0.66796875}, {"start": 2044.73, "end": 2045.25, "word": " يتكون", "probability": 0.7578938802083334}, {"start": 2045.25, "end": 2045.63, "word": " من", "probability": 0.98828125}, {"start": 2045.63, "end": 2046.53, "word": " this", "probability": 0.6728515625}, {"start": 2046.53, "end": 2047.13, "word": " junction", "probability": 0.7470703125}, {"start": 2047.13, "end": 2047.45, "word": " ل", "probability": 0.9404296875}, {"start": 2047.45, "end": 2047.71, "word": " two", "probability": 0.67041015625}, {"start": 2047.71, "end": 2048.17, "word": " other", "probability": 0.8623046875}, {"start": 2048.17, "end": 2049.87, "word": " expressions", "probability": 0.962890625}, {"start": 2049.87, "end": 2050.49, "word": " او", "probability": 0.761962890625}, {"start": 2050.49, "end": 2051.01, "word": " conjunction", "probability": 0.94873046875}, {"start": 2051.01, "end": 2051.71, "word": " ل", "probability": 0.96630859375}, {"start": 2051.71, "end": 2051.89, "word": " two", "probability": 0.89404296875}, {"start": 2051.89, "end": 2052.09, "word": " other", "probability": 0.88916015625}, {"start": 2052.09, "end": 2052.61, "word": " expressions", "probability": 0.9736328125}, {"start": 2052.61, "end": 2053.07, "word": " او", "probability": 0.919921875}, {"start": 2053.07, "end": 2053.75, "word": " negation", "probability": 0.752685546875}, {"start": 2053.75, "end": 2054.67, "word": " ل", "probability": 0.96875}, {"start": 2054.67, "end": 2055.17, "word": " one", "probability": 0.9482421875}, {"start": 2055.17, "end": 2055.83, "word": " expression", "probability": 0.896484375}, {"start": 2055.83, "end": 2056.25, "word": " او", "probability": 0.941650390625}, {"start": 2056.25, "end": 2056.69, "word": " يبقى", "probability": 0.81817626953125}, {"start": 2056.69, "end": 2056.89, "word": " فيه", "probability": 0.685791015625}, {"start": 2056.89, "end": 2057.25, "word": " عبارة", "probability": 0.9827880859375}, {"start": 2057.25, "end": 2057.43, "word": " عن", "probability": 0.9765625}, {"start": 2057.43, "end": 2058.75, "word": " relational", "probability": 0.2744140625}, {"start": 2058.75, "end": 2059.55, "word": " operator", "probability": 0.9228515625}, {"start": 2059.55, "end": 2059.79, "word": " ما", "probability": 0.58447265625}, {"start": 2059.79, "end": 2060.07, "word": " بين", "probability": 0.9716796875}, {"start": 2060.07, "end": 2061.45, "word": " two", "probability": 0.90185546875}, {"start": 2061.45, "end": 2063.13, "word": " expressions", "probability": 0.96875}, {"start": 2063.13, "end": 2064.15, "word": " ال", "probability": 0.86669921875}, {"start": 2064.15, "end": 2064.27, "word": " two", "probability": 0.6640625}, {"start": 2064.27, "end": 2064.73, "word": " expressions", "probability": 0.96240234375}, {"start": 2064.73, "end": 2065.09, "word": " هدولة", "probability": 0.81591796875}, {"start": 2065.09, "end": 2065.51, "word": " mathematical", "probability": 0.70458984375}, {"start": 2065.51, "end": 2066.37, "word": " expressions", "probability": 0.95556640625}, {"start": 2066.37, "end": 2067.47, "word": " يعني", "probability": 0.862548828125}, {"start": 2067.47, "end": 2068.31, "word": " هذا", "probability": 0.47021484375}, {"start": 2068.31, "end": 2068.81, "word": " expression", "probability": 0.8095703125}], "temperature": 1.0}, {"id": 72, "seek": 209578, "start": 2069.38, "end": 2095.78, "text": "mathematical قيمته وهذا قيمته من اللي هو أكبر أو يساوي أو أقل على أساس ال boolean value او تبقى كلمة true ك token او كلمة false طيب في هذه الحلقات المختلفة كيف يمكن ال translating ال boolean expression", "tokens": [76, 998, 8615, 804, 12174, 32640, 47395, 37037, 15730, 12174, 32640, 47395, 9154, 13672, 1829, 31439, 5551, 4117, 26890, 34051, 7251, 3794, 995, 45865, 34051, 5551, 4587, 1211, 15844, 5551, 3794, 32277, 2423, 748, 4812, 282, 2158, 1975, 2407, 6055, 3555, 4587, 7578, 9122, 19528, 3660, 2074, 9122, 14862, 1975, 2407, 9122, 19528, 3660, 7908, 23032, 1829, 3555, 8978, 29538, 21542, 1211, 4587, 9307, 9673, 46456, 46538, 3660, 9122, 33911, 7251, 43020, 2423, 35030, 2423, 748, 4812, 282, 6114], "avg_logprob": -0.25703125111758707, "compression_ratio": 1.495, "no_speech_prob": 0.0, "words": [{"start": 2069.38, "end": 2070.22, "word": "mathematical", "probability": 0.6791534423828125}, {"start": 2070.22, "end": 2070.94, "word": " قيمته", "probability": 0.8771158854166666}, {"start": 2070.94, "end": 2071.64, "word": " وهذا", "probability": 0.743896484375}, {"start": 2071.64, "end": 2072.66, "word": " قيمته", "probability": 0.9658203125}, {"start": 2072.66, "end": 2073.0, "word": " من", "probability": 0.73779296875}, {"start": 2073.0, "end": 2073.86, "word": " اللي", "probability": 0.5794677734375}, {"start": 2073.86, "end": 2074.1, "word": " هو", "probability": 0.9658203125}, {"start": 2074.1, "end": 2074.52, "word": " أكبر", "probability": 0.8297526041666666}, {"start": 2074.52, "end": 2074.7, "word": " أو", "probability": 0.87158203125}, {"start": 2074.7, "end": 2075.26, "word": " يساوي", "probability": 0.959716796875}, {"start": 2075.26, "end": 2075.44, "word": " أو", "probability": 0.78564453125}, {"start": 2075.44, "end": 2075.84, "word": " أقل", "probability": 0.9534505208333334}, {"start": 2075.84, "end": 2076.64, "word": " على", "probability": 0.90185546875}, {"start": 2076.64, "end": 2077.12, "word": " أساس", "probability": 0.97314453125}, {"start": 2077.12, "end": 2077.82, "word": " ال", "probability": 0.62744140625}, {"start": 2077.82, "end": 2078.2, "word": " boolean", "probability": 0.718017578125}, {"start": 2078.2, "end": 2078.64, "word": " value", "probability": 0.97412109375}, {"start": 2078.64, "end": 2080.48, "word": " او", "probability": 0.6951904296875}, {"start": 2080.48, "end": 2081.06, "word": " تبقى", "probability": 0.8424072265625}, {"start": 2081.06, "end": 2081.54, "word": " كلمة", "probability": 0.9873046875}, {"start": 2081.54, "end": 2081.92, "word": " true", "probability": 0.64501953125}, {"start": 2081.92, "end": 2082.74, "word": " ك", "probability": 0.93798828125}, {"start": 2082.74, "end": 2083.14, "word": " token", "probability": 0.493896484375}, {"start": 2083.14, "end": 2084.44, "word": " او", "probability": 0.72998046875}, {"start": 2084.44, "end": 2085.02, "word": " كلمة", "probability": 0.9591471354166666}, {"start": 2085.02, "end": 2085.42, "word": " false", "probability": 0.720703125}, {"start": 2085.42, "end": 2086.86, "word": " طيب", "probability": 0.8863932291666666}, {"start": 2086.86, "end": 2087.44, "word": " في", "probability": 0.7060546875}, {"start": 2087.44, "end": 2087.7, "word": " هذه", "probability": 0.77880859375}, {"start": 2087.7, "end": 2088.04, "word": " الحلقات", "probability": 0.7662353515625}, {"start": 2088.04, "end": 2088.9, "word": " المختلفة", "probability": 0.993896484375}, {"start": 2088.9, "end": 2089.56, "word": " كيف", "probability": 0.970947265625}, {"start": 2089.56, "end": 2090.08, "word": " يمكن", "probability": 0.96533203125}, {"start": 2090.08, "end": 2092.46, "word": " ال", "probability": 0.1251220703125}, {"start": 2092.46, "end": 2093.14, "word": " translating", "probability": 0.94580078125}, {"start": 2093.14, "end": 2094.08, "word": " ال", "probability": 0.642578125}, {"start": 2094.08, "end": 2095.34, "word": " boolean", "probability": 0.7809244791666666}, {"start": 2095.34, "end": 2095.78, "word": " expression", "probability": 0.92578125}], "temperature": 1.0}, {"id": 73, "seek": 212611, "start": 2096.89, "end": 2126.11, "text": "لاحظ مرة تانية لان انا قلت انه انا عشان اعمل ال translation لل control flow statement اللي هي ال F كلها و لل Y كلها ازم اش ينعمل translation لل boolean expression و ال statement و يتركب هذا كله في ايه؟ في هيكلية مع بعض اللي تعبر عن ال statement برجع رجوع انا اذا في حالة", "tokens": [15040, 5016, 19913, 3714, 25720, 6055, 7649, 10632, 5296, 7649, 1975, 8315, 12174, 1211, 2655, 16472, 3224, 1975, 8315, 6225, 8592, 7649, 1975, 25957, 1211, 2423, 12853, 24976, 1969, 3095, 5629, 13672, 1829, 39896, 2423, 479, 28242, 11296, 4032, 24976, 398, 28242, 11296, 1975, 11622, 2304, 1975, 8592, 7251, 1863, 25957, 1211, 12853, 24976, 748, 4812, 282, 6114, 4032, 2423, 5629, 4032, 7251, 2655, 31747, 3555, 23758, 28242, 3224, 8978, 1975, 1829, 3224, 22807, 8978, 39896, 28820, 10632, 20449, 45030, 11242, 13672, 1829, 37279, 26890, 18871, 2423, 5629, 4724, 47341, 3615, 12602, 7435, 45367, 1975, 8315, 1975, 15730, 8978, 11331, 6027, 3660], "avg_logprob": -0.2955097151034087, "compression_ratio": 1.735042735042735, "no_speech_prob": 0.0, "words": [{"start": 2096.89, "end": 2097.39, "word": "لاحظ", "probability": 0.7849934895833334}, {"start": 2097.39, "end": 2097.73, "word": " مرة", "probability": 0.859130859375}, {"start": 2097.73, "end": 2098.07, "word": " تانية", "probability": 0.9334309895833334}, {"start": 2098.07, "end": 2098.33, "word": " لان", "probability": 0.409423828125}, {"start": 2098.33, "end": 2098.43, "word": " انا", "probability": 0.5977783203125}, {"start": 2098.43, "end": 2098.67, "word": " قلت", "probability": 0.7662760416666666}, {"start": 2098.67, "end": 2098.93, "word": " انه", "probability": 0.702880859375}, {"start": 2098.93, "end": 2099.13, "word": " انا", "probability": 0.711669921875}, {"start": 2099.13, "end": 2099.49, "word": " عشان", "probability": 0.9777018229166666}, {"start": 2099.49, "end": 2099.93, "word": " اعمل", "probability": 0.95849609375}, {"start": 2099.93, "end": 2100.11, "word": " ال", "probability": 0.376220703125}, {"start": 2100.11, "end": 2100.87, "word": " translation", "probability": 0.7421875}, {"start": 2100.87, "end": 2101.17, "word": " لل", "probability": 0.51611328125}, {"start": 2101.17, "end": 2101.57, "word": " control", "probability": 0.6552734375}, {"start": 2101.57, "end": 2101.97, "word": " flow", "probability": 0.8759765625}, {"start": 2101.97, "end": 2102.57, "word": " statement", "probability": 0.943359375}, {"start": 2102.57, "end": 2102.83, "word": " اللي", "probability": 0.765869140625}, {"start": 2102.83, "end": 2102.95, "word": " هي", "probability": 0.591796875}, {"start": 2102.95, "end": 2103.11, "word": " ال", "probability": 0.79150390625}, {"start": 2103.11, "end": 2103.33, "word": " F", "probability": 0.62451171875}, {"start": 2103.33, "end": 2103.91, "word": " كلها", "probability": 0.95361328125}, {"start": 2103.91, "end": 2104.41, "word": " و", "probability": 0.72998046875}, {"start": 2104.41, "end": 2104.59, "word": " لل", "probability": 0.712890625}, {"start": 2104.59, "end": 2104.85, "word": " Y", "probability": 0.57275390625}, {"start": 2104.85, "end": 2105.47, "word": " كلها", "probability": 0.965576171875}, {"start": 2105.47, "end": 2106.13, "word": " ازم", "probability": 0.6268717447916666}, {"start": 2106.13, "end": 2106.87, "word": " اش", "probability": 0.5872802734375}, {"start": 2106.87, "end": 2108.37, "word": " ينعمل", "probability": 0.80535888671875}, {"start": 2108.37, "end": 2109.23, "word": " translation", "probability": 0.787109375}, {"start": 2109.23, "end": 2109.53, "word": " لل", "probability": 0.7177734375}, {"start": 2109.53, "end": 2109.89, "word": " boolean", "probability": 0.6779378255208334}, {"start": 2109.89, "end": 2110.49, "word": " expression", "probability": 0.921875}, {"start": 2110.49, "end": 2111.11, "word": " و", "probability": 0.75732421875}, {"start": 2111.11, "end": 2111.33, "word": " ال", "probability": 0.34130859375}, {"start": 2111.33, "end": 2111.83, "word": " statement", "probability": 0.94140625}, {"start": 2111.83, "end": 2113.01, "word": " و", "probability": 0.84912109375}, {"start": 2113.01, "end": 2113.45, "word": " يتركب", "probability": 0.921142578125}, {"start": 2113.45, "end": 2113.59, "word": " هذا", "probability": 0.771484375}, {"start": 2113.59, "end": 2114.01, "word": " كله", "probability": 0.9873046875}, {"start": 2114.01, "end": 2114.29, "word": " في", "probability": 0.96630859375}, {"start": 2114.29, "end": 2114.61, "word": " ايه؟", "probability": 0.6693115234375}, {"start": 2114.61, "end": 2115.89, "word": " في", "probability": 0.9443359375}, {"start": 2115.89, "end": 2116.65, "word": " هيكلية", "probability": 0.6285807291666666}, {"start": 2116.65, "end": 2117.97, "word": " مع", "probability": 0.96923828125}, {"start": 2117.97, "end": 2118.43, "word": " بعض", "probability": 0.99609375}, {"start": 2118.43, "end": 2118.79, "word": " اللي", "probability": 0.93017578125}, {"start": 2118.79, "end": 2119.19, "word": " تعبر", "probability": 0.5810546875}, {"start": 2119.19, "end": 2119.41, "word": " عن", "probability": 0.982421875}, {"start": 2119.41, "end": 2119.57, "word": " ال", "probability": 0.9423828125}, {"start": 2119.57, "end": 2120.19, "word": " statement", "probability": 0.96533203125}, {"start": 2120.19, "end": 2122.47, "word": " برجع", "probability": 0.7530924479166666}, {"start": 2122.47, "end": 2122.75, "word": " رجوع", "probability": 0.7172037760416666}, {"start": 2122.75, "end": 2123.59, "word": " انا", "probability": 0.8779296875}, {"start": 2123.59, "end": 2125.29, "word": " اذا", "probability": 0.810791015625}, {"start": 2125.29, "end": 2125.69, "word": " في", "probability": 0.6728515625}, {"start": 2125.69, "end": 2126.11, "word": " حالة", "probability": 0.9952799479166666}], "temperature": 1.0}, {"id": 74, "seek": 214867, "start": 2127.14, "end": 2148.68, "text": "F Statement بدون else يأتي كود الـ Boolean expression في الأول و بعدها كود ال statement لأن هذا ال statement مثل ال statement الأخرى التي رأينا أنثى مختلفة فيها", "tokens": [37, 16249, 1712, 47525, 11536, 1646, 7251, 10721, 31371, 9122, 23328, 2423, 39184, 23351, 28499, 6114, 8978, 16247, 12610, 4032, 39182, 11296, 9122, 23328, 2423, 5629, 5296, 33456, 23758, 2423, 5629, 50113, 1211, 2423, 5629, 16247, 34740, 7578, 38392, 12602, 10721, 1829, 8315, 14739, 12984, 7578, 3714, 46456, 46538, 3660, 8978, 11296], "avg_logprob": -0.5545400898411589, "compression_ratio": 1.5, "no_speech_prob": 0.0, "words": [{"start": 2127.14, "end": 2127.42, "word": "F", "probability": 0.1807861328125}, {"start": 2127.42, "end": 2127.86, "word": " Statement", "probability": 0.6510009765625}, {"start": 2127.86, "end": 2128.26, "word": " بدون", "probability": 0.970947265625}, {"start": 2128.26, "end": 2128.7, "word": " else", "probability": 0.5400390625}, {"start": 2128.7, "end": 2130.02, "word": " يأتي", "probability": 0.5066731770833334}, {"start": 2130.02, "end": 2130.5, "word": " كود", "probability": 0.40277099609375}, {"start": 2130.5, "end": 2131.22, "word": " الـ", "probability": 0.355712890625}, {"start": 2131.22, "end": 2131.56, "word": " Boolean", "probability": 0.72607421875}, {"start": 2131.56, "end": 2132.2, "word": " expression", "probability": 0.6025390625}, {"start": 2132.2, "end": 2133.36, "word": " في", "probability": 0.63916015625}, {"start": 2133.36, "end": 2133.86, "word": " الأول", "probability": 0.953857421875}, {"start": 2133.86, "end": 2137.52, "word": " و", "probability": 0.2225341796875}, {"start": 2137.52, "end": 2137.96, "word": " بعدها", "probability": 0.50341796875}, {"start": 2137.96, "end": 2138.42, "word": " كود", "probability": 0.881103515625}, {"start": 2138.42, "end": 2139.38, "word": " ال", "probability": 0.58740234375}, {"start": 2139.38, "end": 2141.76, "word": " statement", "probability": 0.156005859375}, {"start": 2141.76, "end": 2142.48, "word": " لأن", "probability": 0.69091796875}, {"start": 2142.48, "end": 2142.7, "word": " هذا", "probability": 0.66748046875}, {"start": 2142.7, "end": 2142.88, "word": " ال", "probability": 0.87255859375}, {"start": 2142.88, "end": 2143.3, "word": " statement", "probability": 0.8232421875}, {"start": 2143.3, "end": 2144.86, "word": " مثل", "probability": 0.703125}, {"start": 2144.86, "end": 2145.28, "word": " ال", "probability": 0.34716796875}, {"start": 2145.28, "end": 2145.54, "word": " statement", "probability": 0.233642578125}, {"start": 2145.54, "end": 2146.2, "word": " الأخرى", "probability": 0.7691243489583334}, {"start": 2146.2, "end": 2146.54, "word": " التي", "probability": 0.5859375}, {"start": 2146.54, "end": 2147.12, "word": " رأينا", "probability": 0.7957763671875}, {"start": 2147.12, "end": 2147.68, "word": " أنثى", "probability": 0.508056640625}, {"start": 2147.68, "end": 2148.34, "word": " مختلفة", "probability": 0.9127197265625}, {"start": 2148.34, "end": 2148.68, "word": " فيها", "probability": 0.819580078125}], "temperature": 1.0}, {"id": 75, "seek": 217723, "start": 2149.86, "end": 2177.24, "text": "بس الـ Boolean expression هذا بدي برضه كمان بدي two attributes معاه واحدة dot true واحدة dot false عشان أحط فيهم pointers على وين بده ينتقل التنفيذ إذا كان ال Boolean expression true و وين بده ينتقل إذا كان ال Boolean expression false صح ولا لأ؟ تمام؟ يعني تنساش هذا ال Boolean expression", "tokens": [3555, 3794, 2423, 39184, 23351, 28499, 6114, 23758, 4724, 16254, 4724, 43042, 3224, 9122, 2304, 7649, 4724, 16254, 732, 17212, 20449, 40294, 36764, 24401, 3660, 5893, 2074, 36764, 24401, 3660, 5893, 7908, 6225, 8592, 7649, 5551, 5016, 9566, 8978, 16095, 44548, 15844, 4032, 9957, 47525, 3224, 7251, 29399, 4587, 1211, 16712, 1863, 41185, 8848, 11933, 15730, 25961, 2423, 23351, 28499, 6114, 2074, 4032, 4032, 9957, 47525, 3224, 7251, 29399, 4587, 1211, 11933, 15730, 25961, 2423, 23351, 28499, 6114, 7908, 20328, 5016, 49429, 5296, 10721, 22807, 46811, 10943, 22807, 37495, 22653, 6055, 1863, 3794, 33599, 23758, 2423, 23351, 28499, 6114], "avg_logprob": -0.23109375089406967, "compression_ratio": 1.8513513513513513, "no_speech_prob": 0.0, "words": [{"start": 2149.86, "end": 2150.22, "word": "بس", "probability": 0.901611328125}, {"start": 2150.22, "end": 2150.44, "word": " الـ", "probability": 0.5279541015625}, {"start": 2150.44, "end": 2150.78, "word": " Boolean", "probability": 0.7587890625}, {"start": 2150.78, "end": 2152.32, "word": " expression", "probability": 0.79833984375}, {"start": 2152.32, "end": 2152.68, "word": " هذا", "probability": 0.4560546875}, {"start": 2152.68, "end": 2153.0, "word": " بدي", "probability": 0.34808349609375}, {"start": 2153.0, "end": 2153.44, "word": " برضه", "probability": 0.6217447916666666}, {"start": 2153.44, "end": 2153.88, "word": " كمان", "probability": 0.888671875}, {"start": 2153.88, "end": 2154.22, "word": " بدي", "probability": 0.613037109375}, {"start": 2154.22, "end": 2154.4, "word": " two", "probability": 0.67626953125}, {"start": 2154.4, "end": 2155.08, "word": " attributes", "probability": 0.841796875}, {"start": 2155.08, "end": 2155.46, "word": " معاه", "probability": 0.787109375}, {"start": 2155.46, "end": 2156.02, "word": " واحدة", "probability": 0.87841796875}, {"start": 2156.02, "end": 2156.28, "word": " dot", "probability": 0.56396484375}, {"start": 2156.28, "end": 2156.76, "word": " true", "probability": 0.96630859375}, {"start": 2156.76, "end": 2157.22, "word": " واحدة", "probability": 0.9142252604166666}, {"start": 2157.22, "end": 2157.42, "word": " dot", "probability": 0.90380859375}, {"start": 2157.42, "end": 2157.9, "word": " false", "probability": 0.84375}, {"start": 2157.9, "end": 2159.04, "word": " عشان", "probability": 0.9817708333333334}, {"start": 2159.04, "end": 2159.58, "word": " أحط", "probability": 0.78955078125}, {"start": 2159.58, "end": 2160.0, "word": " فيهم", "probability": 0.952880859375}, {"start": 2160.0, "end": 2160.74, "word": " pointers", "probability": 0.71630859375}, {"start": 2160.74, "end": 2161.84, "word": " على", "probability": 0.72900390625}, {"start": 2161.84, "end": 2162.32, "word": " وين", "probability": 0.939697265625}, {"start": 2162.32, "end": 2163.86, "word": " بده", "probability": 0.6572265625}, {"start": 2163.86, "end": 2164.54, "word": " ينتقل", "probability": 0.967529296875}, {"start": 2164.54, "end": 2166.28, "word": " التنفيذ", "probability": 0.96875}, {"start": 2166.28, "end": 2166.64, "word": " إذا", "probability": 0.906005859375}, {"start": 2166.64, "end": 2167.02, "word": " كان", "probability": 0.99609375}, {"start": 2167.02, "end": 2167.2, "word": " ال", "probability": 0.93359375}, {"start": 2167.2, "end": 2167.6, "word": " Boolean", "probability": 0.7294921875}, {"start": 2167.6, "end": 2168.06, "word": " expression", "probability": 0.92041015625}, {"start": 2168.06, "end": 2168.44, "word": " true", "probability": 0.9794921875}, {"start": 2168.44, "end": 2169.32, "word": " و", "probability": 0.9697265625}, {"start": 2169.32, "end": 2169.5, "word": " وين", "probability": 0.60638427734375}, {"start": 2169.5, "end": 2169.8, "word": " بده", "probability": 0.9013671875}, {"start": 2169.8, "end": 2170.36, "word": " ينتقل", "probability": 0.9862060546875}, {"start": 2170.36, "end": 2170.62, "word": " إذا", "probability": 0.9482421875}, {"start": 2170.62, "end": 2170.92, "word": " كان", "probability": 0.9951171875}, {"start": 2170.92, "end": 2171.06, "word": " ال", "probability": 0.96533203125}, {"start": 2171.06, "end": 2171.32, "word": " Boolean", "probability": 0.908935546875}, {"start": 2171.32, "end": 2171.78, "word": " expression", "probability": 0.92138671875}, {"start": 2171.78, "end": 2172.2, "word": " false", "probability": 0.8603515625}, {"start": 2172.2, "end": 2172.44, "word": " صح", "probability": 0.959716796875}, {"start": 2172.44, "end": 2172.6, "word": " ولا", "probability": 0.9189453125}, {"start": 2172.6, "end": 2173.6, "word": " لأ؟", "probability": 0.6476236979166666}, {"start": 2173.6, "end": 2174.3, "word": " تمام؟", "probability": 0.7459309895833334}, {"start": 2174.3, "end": 2174.64, "word": " يعني", "probability": 0.914794921875}, {"start": 2174.64, "end": 2176.1, "word": " تنساش", "probability": 0.8145751953125}, {"start": 2176.1, "end": 2176.32, "word": " هذا", "probability": 0.671875}, {"start": 2176.32, "end": 2176.48, "word": " ال", "probability": 0.98095703125}, {"start": 2176.48, "end": 2176.72, "word": " Boolean", "probability": 0.8251953125}, {"start": 2176.72, "end": 2177.24, "word": " expression", "probability": 0.9248046875}], "temperature": 1.0}, {"id": 76, "seek": 220632, "start": 2177.7, "end": 2206.32, "text": "عبارة عن expression وإيه الترجمة تبعته وإيه ال code ال code اللي هو مجموعة ال three address instructions ففيها هنا ال code اللي هو الترجمة تبع ال condition ال boolean condition هذا ال code مخزن في ال dot code attribute تبع ال b ال b أيضا كمان مش مبقول", "tokens": [3615, 3555, 9640, 3660, 18871, 5109, 313, 4032, 28814, 1829, 3224, 16712, 47341, 46007, 6055, 3555, 34268, 3224, 4032, 28814, 1829, 3224, 2423, 3089, 2423, 3089, 13672, 1829, 31439, 3714, 7435, 2304, 2407, 27884, 2423, 1045, 2985, 9415, 6156, 41185, 11296, 34105, 2423, 3089, 13672, 1829, 31439, 16712, 47341, 46007, 6055, 3555, 3615, 2423, 4188, 2423, 748, 4812, 282, 4188, 23758, 2423, 3089, 3714, 9778, 11622, 1863, 8978, 2423, 5893, 3089, 19667, 6055, 3555, 3615, 2423, 272, 2423, 272, 36632, 11242, 995, 9122, 2304, 7649, 37893, 3714, 3555, 39648], "avg_logprob": -0.4249999870856603, "compression_ratio": 1.8512820512820514, "no_speech_prob": 0.0, "words": [{"start": 2177.7, "end": 2178.08, "word": "عبارة", "probability": 0.74957275390625}, {"start": 2178.08, "end": 2178.14, "word": " عن", "probability": 0.97265625}, {"start": 2178.14, "end": 2178.72, "word": " expression", "probability": 0.51544189453125}, {"start": 2178.72, "end": 2179.14, "word": " وإيه", "probability": 0.55914306640625}, {"start": 2179.14, "end": 2179.96, "word": " الترجمة", "probability": 0.6167805989583334}, {"start": 2179.96, "end": 2180.5, "word": " تبعته", "probability": 0.61328125}, {"start": 2180.5, "end": 2180.86, "word": " وإيه", "probability": 0.6827239990234375}, {"start": 2180.86, "end": 2181.54, "word": " ال", "probability": 0.31396484375}, {"start": 2181.54, "end": 2181.94, "word": " code", "probability": 0.763671875}, {"start": 2181.94, "end": 2182.8, "word": " ال", "probability": 0.482666015625}, {"start": 2182.8, "end": 2183.24, "word": " code", "probability": 0.85693359375}, {"start": 2183.24, "end": 2184.52, "word": " اللي", "probability": 0.678466796875}, {"start": 2184.52, "end": 2184.84, "word": " هو", "probability": 0.95703125}, {"start": 2184.84, "end": 2185.66, "word": " مجموعة", "probability": 0.8931640625}, {"start": 2185.66, "end": 2185.84, "word": " ال", "probability": 0.55517578125}, {"start": 2185.84, "end": 2186.04, "word": " three", "probability": 0.62158203125}, {"start": 2186.04, "end": 2186.4, "word": " address", "probability": 0.58837890625}, {"start": 2186.4, "end": 2187.22, "word": " instructions", "probability": 0.82470703125}, {"start": 2187.22, "end": 2188.22, "word": " ففيها", "probability": 0.7569986979166666}, {"start": 2188.22, "end": 2188.48, "word": " هنا", "probability": 0.11224365234375}, {"start": 2188.48, "end": 2190.24, "word": " ال", "probability": 0.82080078125}, {"start": 2190.24, "end": 2190.56, "word": " code", "probability": 0.9599609375}, {"start": 2190.56, "end": 2191.42, "word": " اللي", "probability": 0.975341796875}, {"start": 2191.42, "end": 2191.54, "word": " هو", "probability": 0.9755859375}, {"start": 2191.54, "end": 2192.3, "word": " الترجمة", "probability": 0.8388671875}, {"start": 2192.3, "end": 2192.82, "word": " تبع", "probability": 0.70361328125}, {"start": 2192.82, "end": 2195.0, "word": " ال", "probability": 0.81982421875}, {"start": 2195.0, "end": 2195.6, "word": " condition", "probability": 0.88623046875}, {"start": 2195.6, "end": 2195.9, "word": " ال", "probability": 0.72314453125}, {"start": 2195.9, "end": 2196.36, "word": " boolean", "probability": 0.7223307291666666}, {"start": 2196.36, "end": 2197.34, "word": " condition", "probability": 0.96435546875}, {"start": 2197.34, "end": 2199.02, "word": " هذا", "probability": 0.90234375}, {"start": 2199.02, "end": 2199.3, "word": " ال", "probability": 0.92724609375}, {"start": 2199.3, "end": 2199.66, "word": " code", "probability": 0.982421875}, {"start": 2199.66, "end": 2200.44, "word": " مخزن", "probability": 0.9688720703125}, {"start": 2200.44, "end": 2200.68, "word": " في", "probability": 0.94970703125}, {"start": 2200.68, "end": 2200.8, "word": " ال", "probability": 0.525390625}, {"start": 2200.8, "end": 2200.98, "word": " dot", "probability": 0.5966796875}, {"start": 2200.98, "end": 2201.34, "word": " code", "probability": 0.95947265625}, {"start": 2201.34, "end": 2202.06, "word": " attribute", "probability": 0.9560546875}, {"start": 2202.06, "end": 2202.62, "word": " تبع", "probability": 0.6764322916666666}, {"start": 2202.62, "end": 2202.86, "word": " ال", "probability": 0.93603515625}, {"start": 2202.86, "end": 2203.9, "word": " b", "probability": 0.1644287109375}, {"start": 2203.9, "end": 2204.68, "word": " ال", "probability": 0.90380859375}, {"start": 2204.68, "end": 2204.88, "word": " b", "probability": 0.84228515625}, {"start": 2204.88, "end": 2205.48, "word": " أيضا", "probability": 0.7179768880208334}, {"start": 2205.48, "end": 2205.82, "word": " كمان", "probability": 0.7474772135416666}, {"start": 2205.82, "end": 2205.94, "word": " مش", "probability": 0.5625}, {"start": 2205.94, "end": 2206.32, "word": " مبقول", "probability": 0.6419270833333334}], "temperature": 1.0}, {"id": 77, "seek": 223430, "start": 2206.94, "end": 2234.3, "text": "الـ B.true attribute والـ B.false attribute هذولا ال two attributes هذولا pointers هذه attribute تحتوي على text ال text هو ال translation تبع ال bullying expression هذولا attributes تبع عن pointers واحد منهم يشير إلى وين بده يبدأ ال execution إذا كان ال condition true وين هيبدأ هنا يعني هذه ال dot true بتشير إلى", "tokens": [6027, 39184, 363, 13, 6903, 622, 19667, 16070, 39184, 363, 13, 36474, 405, 19667, 8032, 8848, 12610, 995, 2423, 732, 17212, 8032, 8848, 12610, 995, 44548, 29538, 19667, 6055, 33753, 45865, 15844, 2487, 2423, 2487, 31439, 2423, 12853, 6055, 3555, 3615, 2423, 25633, 6114, 8032, 8848, 12610, 995, 17212, 6055, 3555, 3615, 18871, 44548, 36764, 24401, 9154, 16095, 7251, 8592, 13546, 30731, 4032, 9957, 47525, 3224, 7251, 44510, 10721, 2423, 15058, 11933, 15730, 25961, 2423, 4188, 2074, 4032, 9957, 39896, 44510, 10721, 34105, 37495, 22653, 29538, 2423, 5893, 2074, 39894, 8592, 13546, 30731], "avg_logprob": -0.2704454714313467, "compression_ratio": 1.8093220338983051, "no_speech_prob": 0.0, "words": [{"start": 2206.94, "end": 2207.1, "word": "الـ", "probability": 0.6163330078125}, {"start": 2207.1, "end": 2207.3, "word": " B", "probability": 0.50244140625}, {"start": 2207.3, "end": 2208.56, "word": ".true", "probability": 0.7158203125}, {"start": 2208.56, "end": 2209.7, "word": " attribute", "probability": 0.374267578125}, {"start": 2209.7, "end": 2210.02, "word": " والـ", "probability": 0.6983642578125}, {"start": 2210.02, "end": 2210.2, "word": " B", "probability": 0.9384765625}, {"start": 2210.2, "end": 2210.96, "word": ".false", "probability": 0.9254557291666666}, {"start": 2210.96, "end": 2211.68, "word": " attribute", "probability": 0.9384765625}, {"start": 2211.68, "end": 2212.8, "word": " هذولا", "probability": 0.506744384765625}, {"start": 2212.8, "end": 2212.9, "word": " ال", "probability": 0.8427734375}, {"start": 2212.9, "end": 2213.08, "word": " two", "probability": 0.27490234375}, {"start": 2213.08, "end": 2213.58, "word": " attributes", "probability": 0.76025390625}, {"start": 2213.58, "end": 2213.88, "word": " هذولا", "probability": 0.946044921875}, {"start": 2213.88, "end": 2214.36, "word": " pointers", "probability": 0.5087890625}, {"start": 2214.36, "end": 2216.02, "word": " هذه", "probability": 0.6328125}, {"start": 2216.02, "end": 2217.04, "word": " attribute", "probability": 0.454833984375}, {"start": 2217.04, "end": 2217.48, "word": " تحتوي", "probability": 0.8933919270833334}, {"start": 2217.48, "end": 2217.66, "word": " على", "probability": 0.927734375}, {"start": 2217.66, "end": 2218.14, "word": " text", "probability": 0.51904296875}, {"start": 2218.14, "end": 2218.5, "word": " ال", "probability": 0.3857421875}, {"start": 2218.5, "end": 2218.68, "word": " text", "probability": 0.9111328125}, {"start": 2218.68, "end": 2218.9, "word": " هو", "probability": 0.984375}, {"start": 2218.9, "end": 2219.02, "word": " ال", "probability": 0.365966796875}, {"start": 2219.02, "end": 2219.74, "word": " translation", "probability": 0.8818359375}, {"start": 2219.74, "end": 2220.2, "word": " تبع", "probability": 0.80126953125}, {"start": 2220.2, "end": 2220.34, "word": " ال", "probability": 0.78515625}, {"start": 2220.34, "end": 2220.6, "word": " bullying", "probability": 0.3310546875}, {"start": 2220.6, "end": 2221.24, "word": " expression", "probability": 0.923828125}, {"start": 2221.24, "end": 2222.24, "word": " هذولا", "probability": 0.962890625}, {"start": 2222.24, "end": 2222.86, "word": " attributes", "probability": 0.67138671875}, {"start": 2222.86, "end": 2223.24, "word": " تبع", "probability": 0.7356770833333334}, {"start": 2223.24, "end": 2223.42, "word": " عن", "probability": 0.53271484375}, {"start": 2223.42, "end": 2223.94, "word": " pointers", "probability": 0.81787109375}, {"start": 2223.94, "end": 2224.38, "word": " واحد", "probability": 0.975830078125}, {"start": 2224.38, "end": 2224.68, "word": " منهم", "probability": 0.993408203125}, {"start": 2224.68, "end": 2225.3, "word": " يشير", "probability": 0.9899088541666666}, {"start": 2225.3, "end": 2225.72, "word": " إلى", "probability": 0.84033203125}, {"start": 2225.72, "end": 2226.58, "word": " وين", "probability": 0.904052734375}, {"start": 2226.58, "end": 2226.94, "word": " بده", "probability": 0.8193359375}, {"start": 2226.94, "end": 2227.28, "word": " يبدأ", "probability": 0.9640299479166666}, {"start": 2227.28, "end": 2227.38, "word": " ال", "probability": 0.947265625}, {"start": 2227.38, "end": 2227.96, "word": " execution", "probability": 0.97607421875}, {"start": 2227.96, "end": 2228.48, "word": " إذا", "probability": 0.89111328125}, {"start": 2228.48, "end": 2228.76, "word": " كان", "probability": 0.99609375}, {"start": 2228.76, "end": 2228.9, "word": " ال", "probability": 0.94580078125}, {"start": 2228.9, "end": 2229.24, "word": " condition", "probability": 0.9775390625}, {"start": 2229.24, "end": 2229.58, "word": " true", "probability": 0.962890625}, {"start": 2229.58, "end": 2229.84, "word": " وين", "probability": 0.895263671875}, {"start": 2229.84, "end": 2230.3, "word": " هيبدأ", "probability": 0.8922526041666666}, {"start": 2230.3, "end": 2230.58, "word": " هنا", "probability": 0.97900390625}, {"start": 2230.58, "end": 2231.3, "word": " يعني", "probability": 0.80322265625}, {"start": 2231.3, "end": 2231.76, "word": " هذه", "probability": 0.6552734375}, {"start": 2231.76, "end": 2233.08, "word": " ال", "probability": 0.94580078125}, {"start": 2233.08, "end": 2233.28, "word": " dot", "probability": 0.322509765625}, {"start": 2233.28, "end": 2233.48, "word": " true", "probability": 0.966796875}, {"start": 2233.48, "end": 2234.02, "word": " بتشير", "probability": 0.807373046875}, {"start": 2234.02, "end": 2234.3, "word": " إلى", "probability": 0.8271484375}], "temperature": 1.0}, {"id": 78, "seek": 226351, "start": 2234.91, "end": 2263.51, "text": "هنا ايش هي هنا اللي هو بداية ال code تبع ال statement فإن احنا قاعدين نقول if if if بي then ال statement صح؟ و ال false بديشير على اول statement بعد اول line او اول instruction بعد ال yes بعد ال statement بالظبط okay فانا هاي اللي بذبني يوم انا بعمل", "tokens": [3224, 8315, 1975, 1829, 8592, 39896, 34105, 13672, 1829, 31439, 4724, 28259, 10632, 2423, 3089, 6055, 3555, 3615, 2423, 5629, 6156, 28814, 1863, 1975, 5016, 8315, 12174, 995, 22488, 9957, 8717, 39648, 498, 498, 498, 4724, 1829, 550, 2423, 5629, 20328, 5016, 22807, 4032, 2423, 7908, 4724, 16254, 8592, 13546, 15844, 1975, 12610, 5629, 39182, 1975, 12610, 1622, 1975, 2407, 1975, 12610, 10951, 39182, 2423, 2086, 39182, 2423, 5629, 20666, 19913, 3555, 9566, 1392, 6156, 7649, 995, 8032, 47302, 13672, 1829, 4724, 8848, 3555, 22653, 7251, 20498, 1975, 8315, 4724, 25957, 1211], "avg_logprob": -0.32812498718179683, "compression_ratio": 1.78743961352657, "no_speech_prob": 0.0, "words": [{"start": 2234.91, "end": 2235.21, "word": "هنا", "probability": 0.56378173828125}, {"start": 2235.21, "end": 2235.49, "word": " ايش", "probability": 0.700927734375}, {"start": 2235.49, "end": 2235.65, "word": " هي", "probability": 0.331298828125}, {"start": 2235.65, "end": 2235.97, "word": " هنا", "probability": 0.8251953125}, {"start": 2235.97, "end": 2236.47, "word": " اللي", "probability": 0.64892578125}, {"start": 2236.47, "end": 2236.59, "word": " هو", "probability": 0.8818359375}, {"start": 2236.59, "end": 2237.09, "word": " بداية", "probability": 0.9560546875}, {"start": 2237.09, "end": 2237.29, "word": " ال", "probability": 0.45458984375}, {"start": 2237.29, "end": 2237.51, "word": " code", "probability": 0.7412109375}, {"start": 2237.51, "end": 2237.87, "word": " تبع", "probability": 0.82177734375}, {"start": 2237.87, "end": 2238.07, "word": " ال", "probability": 0.78125}, {"start": 2238.07, "end": 2238.73, "word": " statement", "probability": 0.95703125}, {"start": 2238.73, "end": 2239.63, "word": " فإن", "probability": 0.5264485677083334}, {"start": 2239.63, "end": 2239.77, "word": " احنا", "probability": 0.8704427083333334}, {"start": 2239.77, "end": 2240.07, "word": " قاعدين", "probability": 0.8612060546875}, {"start": 2240.07, "end": 2240.37, "word": " نقول", "probability": 0.7139892578125}, {"start": 2240.37, "end": 2240.87, "word": " if", "probability": 0.8701171875}, {"start": 2240.87, "end": 2241.23, "word": " if", "probability": 0.6025390625}, {"start": 2241.23, "end": 2241.71, "word": " if", "probability": 0.919921875}, {"start": 2241.71, "end": 2242.09, "word": " بي", "probability": 0.43096923828125}, {"start": 2242.09, "end": 2242.43, "word": " then", "probability": 0.1917724609375}, {"start": 2242.43, "end": 2242.79, "word": " ال", "probability": 0.740234375}, {"start": 2242.79, "end": 2243.23, "word": " statement", "probability": 0.96923828125}, {"start": 2243.23, "end": 2244.89, "word": " صح؟", "probability": 0.8427734375}, {"start": 2244.89, "end": 2245.57, "word": " و", "probability": 0.55615234375}, {"start": 2245.57, "end": 2245.71, "word": " ال", "probability": 0.744140625}, {"start": 2245.71, "end": 2246.11, "word": " false", "probability": 0.7197265625}, {"start": 2246.11, "end": 2247.41, "word": " بديشير", "probability": 0.68328857421875}, {"start": 2247.41, "end": 2247.83, "word": " على", "probability": 0.87841796875}, {"start": 2247.83, "end": 2249.37, "word": " اول", "probability": 0.665283203125}, {"start": 2249.37, "end": 2250.03, "word": " statement", "probability": 0.94677734375}, {"start": 2250.03, "end": 2250.69, "word": " بعد", "probability": 0.94775390625}, {"start": 2250.69, "end": 2252.65, "word": " اول", "probability": 0.88232421875}, {"start": 2252.65, "end": 2253.23, "word": " line", "probability": 0.97900390625}, {"start": 2253.23, "end": 2253.67, "word": " او", "probability": 0.87841796875}, {"start": 2253.67, "end": 2253.97, "word": " اول", "probability": 0.966064453125}, {"start": 2253.97, "end": 2254.65, "word": " instruction", "probability": 0.77490234375}, {"start": 2254.65, "end": 2255.53, "word": " بعد", "probability": 0.97509765625}, {"start": 2255.53, "end": 2255.81, "word": " ال", "probability": 0.9755859375}, {"start": 2255.81, "end": 2256.23, "word": " yes", "probability": 0.6552734375}, {"start": 2256.23, "end": 2258.07, "word": " بعد", "probability": 0.91943359375}, {"start": 2258.07, "end": 2258.31, "word": " ال", "probability": 0.9814453125}, {"start": 2258.31, "end": 2258.71, "word": " statement", "probability": 0.9814453125}, {"start": 2258.71, "end": 2259.35, "word": " بالظبط", "probability": 0.8287353515625}, {"start": 2259.35, "end": 2259.99, "word": " okay", "probability": 0.44775390625}, {"start": 2259.99, "end": 2260.89, "word": " فانا", "probability": 0.822265625}, {"start": 2260.89, "end": 2261.09, "word": " هاي", "probability": 0.5770263671875}, {"start": 2261.09, "end": 2261.21, "word": " اللي", "probability": 0.991455078125}, {"start": 2261.21, "end": 2261.81, "word": " بذبني", "probability": 0.6767578125}, {"start": 2261.81, "end": 2262.43, "word": " يوم", "probability": 0.8583984375}, {"start": 2262.43, "end": 2262.81, "word": " انا", "probability": 0.7196044921875}, {"start": 2262.81, "end": 2263.51, "word": " بعمل", "probability": 0.9371744791666666}], "temperature": 1.0}, {"id": 79, "seek": 229085, "start": 2263.81, "end": 2290.85, "text": "Translation لـ Statement بهذه الصيغة FBS معناته أنني أكوّن الـ Translation الإجمالي لـ S بهذه الهيكلية أولاً الـ Translation لـ Condition ألحقها بالـ Translation لـ Statement ولكن برضه أريد أن أكون عامل .. أعطي Value للـ Pointers الـ Dot صحيح والـ Dot خاطئ", "tokens": [33339, 24278, 5296, 39184, 16249, 1712, 39627, 24192, 31767, 1829, 17082, 3660, 479, 8176, 20449, 8315, 47395, 14739, 22653, 5551, 4117, 2407, 11703, 1863, 2423, 39184, 6531, 24278, 33688, 7435, 2304, 6027, 1829, 5296, 39184, 318, 39627, 24192, 2423, 3224, 1829, 28820, 10632, 5551, 12610, 995, 14111, 2423, 39184, 6531, 24278, 5296, 39184, 21793, 849, 5551, 1211, 5016, 4587, 11296, 20666, 39184, 6531, 24278, 5296, 39184, 16249, 1712, 35525, 19452, 4724, 43042, 3224, 5551, 16572, 3215, 14739, 5551, 30544, 6225, 10943, 1211, 4386, 5551, 3615, 9566, 1829, 39352, 24976, 39184, 6165, 35388, 2423, 39184, 38753, 20328, 5016, 1829, 5016, 16070, 39184, 38753, 16490, 41193, 19986], "avg_logprob": -0.41538914278993067, "compression_ratio": 1.6403508771929824, "no_speech_prob": 0.0, "words": [{"start": 2263.81, "end": 2264.65, "word": "Translation", "probability": 0.58087158203125}, {"start": 2264.65, "end": 2265.51, "word": " لـ", "probability": 0.613525390625}, {"start": 2265.51, "end": 2266.17, "word": " Statement", "probability": 0.744140625}, {"start": 2266.17, "end": 2267.05, "word": " بهذه", "probability": 0.3350830078125}, {"start": 2267.05, "end": 2267.89, "word": " الصيغة", "probability": 0.91796875}, {"start": 2267.89, "end": 2269.27, "word": " FBS", "probability": 0.578857421875}, {"start": 2269.27, "end": 2270.41, "word": " معناته", "probability": 0.6553548177083334}, {"start": 2270.41, "end": 2270.69, "word": " أنني", "probability": 0.3199462890625}, {"start": 2270.69, "end": 2271.33, "word": " أكوّن", "probability": 0.72978515625}, {"start": 2271.33, "end": 2271.85, "word": " الـ", "probability": 0.3914794921875}, {"start": 2271.85, "end": 2272.53, "word": " Translation", "probability": 0.87158203125}, {"start": 2272.53, "end": 2273.49, "word": " الإجمالي", "probability": 0.95087890625}, {"start": 2273.49, "end": 2274.27, "word": " لـ", "probability": 0.52130126953125}, {"start": 2274.27, "end": 2274.61, "word": " S", "probability": 0.8154296875}, {"start": 2274.61, "end": 2275.67, "word": " بهذه", "probability": 0.917724609375}, {"start": 2275.67, "end": 2276.63, "word": " الهيكلية", "probability": 0.9619140625}, {"start": 2276.63, "end": 2277.55, "word": " أولاً", "probability": 0.785400390625}, {"start": 2277.55, "end": 2278.75, "word": " الـ", "probability": 0.270111083984375}, {"start": 2278.75, "end": 2279.25, "word": " Translation", "probability": 0.960205078125}, {"start": 2279.25, "end": 2279.53, "word": " لـ", "probability": 0.48114013671875}, {"start": 2279.53, "end": 2280.19, "word": " Condition", "probability": 0.8876953125}, {"start": 2280.19, "end": 2283.03, "word": " ألحقها", "probability": 0.7205078125}, {"start": 2283.03, "end": 2283.29, "word": " بالـ", "probability": 0.856689453125}, {"start": 2283.29, "end": 2283.77, "word": " Translation", "probability": 0.9794921875}, {"start": 2283.77, "end": 2284.17, "word": " لـ", "probability": 0.69091796875}, {"start": 2284.17, "end": 2285.15, "word": " Statement", "probability": 0.927490234375}, {"start": 2285.15, "end": 2285.81, "word": " ولكن", "probability": 0.790771484375}, {"start": 2285.81, "end": 2286.25, "word": " برضه", "probability": 0.9036458333333334}, {"start": 2286.25, "end": 2286.51, "word": " أريد", "probability": 0.5633951822916666}, {"start": 2286.51, "end": 2286.73, "word": " أن", "probability": 0.849609375}, {"start": 2286.73, "end": 2286.83, "word": " أكون", "probability": 0.60595703125}, {"start": 2286.83, "end": 2287.33, "word": " عامل", "probability": 0.9912109375}, {"start": 2287.33, "end": 2287.87, "word": " ..", "probability": 0.2076416015625}, {"start": 2287.87, "end": 2288.33, "word": " أعطي", "probability": 0.873291015625}, {"start": 2288.33, "end": 2288.61, "word": " Value", "probability": 0.3037109375}, {"start": 2288.61, "end": 2288.83, "word": " للـ", "probability": 0.723388671875}, {"start": 2288.83, "end": 2289.25, "word": " Pointers", "probability": 0.619140625}, {"start": 2289.25, "end": 2289.53, "word": " الـ", "probability": 0.633544921875}, {"start": 2289.53, "end": 2289.69, "word": " Dot", "probability": 0.66650390625}, {"start": 2289.69, "end": 2290.13, "word": " صحيح", "probability": 0.735107421875}, {"start": 2290.13, "end": 2290.35, "word": " والـ", "probability": 0.5516357421875}, {"start": 2290.35, "end": 2290.55, "word": " Dot", "probability": 0.9833984375}, {"start": 2290.55, "end": 2290.85, "word": " خاطئ", "probability": 0.702880859375}], "temperature": 1.0}, {"id": 80, "seek": 232146, "start": 2293.75, "end": 2321.47, "text": "بنحكي عن هذه الصيرة في عندي else معناه ذلك بعمل نفس الشيء بس انا هنا في عندي two statements S1 و S2 S1 هي اللي بتتنفس إذا ال condition هدا true ولكن إذا false بتتنفس S2 ابجي أنا الآن اتضبط ال true تبع ال B بتشير إلى إيش؟ صح؟", "tokens": [3555, 1863, 5016, 4117, 1829, 18871, 29538, 31767, 48923, 8978, 18871, 16254, 1646, 20449, 8315, 3224, 29910, 23275, 4724, 25957, 1211, 8717, 36178, 25124, 1829, 38207, 4724, 3794, 1975, 8315, 34105, 8978, 18871, 16254, 732, 12363, 318, 16, 4032, 318, 17, 318, 16, 39896, 13672, 1829, 39894, 2655, 1863, 36178, 11933, 15730, 2423, 4188, 8032, 28259, 2074, 35525, 19452, 11933, 15730, 7908, 39894, 2655, 1863, 36178, 318, 17, 48127, 7435, 1829, 41850, 6024, 48506, 1975, 2655, 11242, 3555, 9566, 2423, 2074, 6055, 3555, 3615, 2423, 363, 39894, 8592, 13546, 30731, 11933, 1829, 8592, 22807, 20328, 5016, 22807], "avg_logprob": -0.27598853409290314, "compression_ratio": 1.5575221238938053, "no_speech_prob": 5.960464477539063e-08, "words": [{"start": 2293.75, "end": 2294.31, "word": "بنحكي", "probability": 0.86611328125}, {"start": 2294.31, "end": 2294.49, "word": " عن", "probability": 0.97802734375}, {"start": 2294.49, "end": 2294.87, "word": " هذه", "probability": 0.91796875}, {"start": 2294.87, "end": 2296.27, "word": " الصيرة", "probability": 0.863525390625}, {"start": 2296.27, "end": 2296.97, "word": " في", "probability": 0.2059326171875}, {"start": 2296.97, "end": 2297.31, "word": " عندي", "probability": 0.6849365234375}, {"start": 2297.31, "end": 2297.65, "word": " else", "probability": 0.392822265625}, {"start": 2297.65, "end": 2298.39, "word": " معناه", "probability": 0.78857421875}, {"start": 2298.39, "end": 2298.77, "word": " ذلك", "probability": 0.97705078125}, {"start": 2298.77, "end": 2299.45, "word": " بعمل", "probability": 0.8606770833333334}, {"start": 2299.45, "end": 2299.69, "word": " نفس", "probability": 0.9951171875}, {"start": 2299.69, "end": 2300.79, "word": " الشيء", "probability": 0.8338216145833334}, {"start": 2300.79, "end": 2301.09, "word": " بس", "probability": 0.94921875}, {"start": 2301.09, "end": 2301.27, "word": " انا", "probability": 0.659912109375}, {"start": 2301.27, "end": 2301.47, "word": " هنا", "probability": 0.634765625}, {"start": 2301.47, "end": 2301.63, "word": " في", "probability": 0.74609375}, {"start": 2301.63, "end": 2301.93, "word": " عندي", "probability": 0.887939453125}, {"start": 2301.93, "end": 2302.31, "word": " two", "probability": 0.8369140625}, {"start": 2302.31, "end": 2302.85, "word": " statements", "probability": 0.673828125}, {"start": 2302.85, "end": 2303.47, "word": " S1", "probability": 0.805419921875}, {"start": 2303.47, "end": 2303.63, "word": " و", "probability": 0.94091796875}, {"start": 2303.63, "end": 2304.09, "word": " S2", "probability": 0.80322265625}, {"start": 2304.09, "end": 2305.21, "word": " S1", "probability": 0.85009765625}, {"start": 2305.21, "end": 2305.69, "word": " هي", "probability": 0.80078125}, {"start": 2305.69, "end": 2306.29, "word": " اللي", "probability": 0.851318359375}, {"start": 2306.29, "end": 2307.03, "word": " بتتنفس", "probability": 0.9039306640625}, {"start": 2307.03, "end": 2307.37, "word": " إذا", "probability": 0.81591796875}, {"start": 2307.37, "end": 2307.57, "word": " ال", "probability": 0.9453125}, {"start": 2307.57, "end": 2307.99, "word": " condition", "probability": 0.9609375}, {"start": 2307.99, "end": 2308.31, "word": " هدا", "probability": 0.3782958984375}, {"start": 2308.31, "end": 2308.69, "word": " true", "probability": 0.970703125}, {"start": 2308.69, "end": 2310.77, "word": " ولكن", "probability": 0.810791015625}, {"start": 2310.77, "end": 2311.23, "word": " إذا", "probability": 0.91259765625}, {"start": 2311.23, "end": 2311.61, "word": " false", "probability": 0.77392578125}, {"start": 2311.61, "end": 2312.35, "word": " بتتنفس", "probability": 0.747802734375}, {"start": 2312.35, "end": 2313.07, "word": " S2", "probability": 0.855224609375}, {"start": 2313.07, "end": 2313.75, "word": " ابجي", "probability": 0.6201985677083334}, {"start": 2313.75, "end": 2313.97, "word": " أنا", "probability": 0.59716796875}, {"start": 2313.97, "end": 2314.29, "word": " الآن", "probability": 0.7288818359375}, {"start": 2314.29, "end": 2314.89, "word": " اتضبط", "probability": 0.722705078125}, {"start": 2314.89, "end": 2315.09, "word": " ال", "probability": 0.95458984375}, {"start": 2315.09, "end": 2315.47, "word": " true", "probability": 0.8876953125}, {"start": 2315.47, "end": 2316.03, "word": " تبع", "probability": 0.9065755208333334}, {"start": 2316.03, "end": 2316.27, "word": " ال", "probability": 0.97119140625}, {"start": 2316.27, "end": 2316.57, "word": " B", "probability": 0.399658203125}, {"start": 2316.57, "end": 2317.85, "word": " بتشير", "probability": 0.916015625}, {"start": 2317.85, "end": 2318.07, "word": " إلى", "probability": 0.380859375}, {"start": 2318.07, "end": 2319.07, "word": " إيش؟", "probability": 0.65789794921875}, {"start": 2319.07, "end": 2321.47, "word": " صح؟", "probability": 0.9396158854166666}], "temperature": 1.0}, {"id": 81, "seek": 233394, "start": 2321.96, "end": 2333.94, "text": "الى الاول line في ال S1 code S1.code و لما ينتهي هذا ال code على طول ستعمل jump وانا مغمط على مين؟", "tokens": [6027, 7578, 42963, 12610, 1622, 8978, 2423, 318, 16, 3089, 318, 16, 13, 22332, 4032, 5296, 15042, 7251, 29399, 3224, 1829, 23758, 2423, 3089, 15844, 23032, 12610, 8608, 2655, 25957, 1211, 3012, 4032, 7649, 995, 3714, 17082, 2304, 9566, 15844, 3714, 9957, 22807], "avg_logprob": -0.40696023201400583, "compression_ratio": 1.271186440677966, "no_speech_prob": 0.0, "words": [{"start": 2321.96, "end": 2322.28, "word": "الى", "probability": 0.66064453125}, {"start": 2322.28, "end": 2322.76, "word": " الاول", "probability": 0.558868408203125}, {"start": 2322.76, "end": 2323.16, "word": " line", "probability": 0.34814453125}, {"start": 2323.16, "end": 2323.54, "word": " في", "probability": 0.6240234375}, {"start": 2323.54, "end": 2324.8, "word": " ال", "probability": 0.796875}, {"start": 2324.8, "end": 2325.32, "word": " S1", "probability": 0.6004638671875}, {"start": 2325.32, "end": 2325.74, "word": " code", "probability": 0.55126953125}, {"start": 2325.74, "end": 2326.46, "word": " S1", "probability": 0.6650390625}, {"start": 2326.46, "end": 2326.94, "word": ".code", "probability": 0.73291015625}, {"start": 2326.94, "end": 2328.2, "word": " و", "probability": 0.55859375}, {"start": 2328.2, "end": 2328.44, "word": " لما", "probability": 0.6773681640625}, {"start": 2328.44, "end": 2329.04, "word": " ينتهي", "probability": 0.9326171875}, {"start": 2329.04, "end": 2329.36, "word": " هذا", "probability": 0.912109375}, {"start": 2329.36, "end": 2329.48, "word": " ال", "probability": 0.75390625}, {"start": 2329.48, "end": 2329.88, "word": " code", "probability": 0.951171875}, {"start": 2329.88, "end": 2330.5, "word": " على", "probability": 0.63330078125}, {"start": 2330.5, "end": 2330.94, "word": " طول", "probability": 0.982666015625}, {"start": 2330.94, "end": 2331.42, "word": " ستعمل", "probability": 0.553466796875}, {"start": 2331.42, "end": 2331.74, "word": " jump", "probability": 0.78515625}, {"start": 2331.74, "end": 2332.02, "word": " وانا", "probability": 0.738525390625}, {"start": 2332.02, "end": 2332.6, "word": " مغمط", "probability": 0.906005859375}, {"start": 2332.6, "end": 2333.2, "word": " على", "probability": 0.73779296875}, {"start": 2333.2, "end": 2333.94, "word": " مين؟", "probability": 0.73681640625}], "temperature": 1.0}, {"id": 82, "seek": 239079, "start": 2361.17, "end": 2390.79, "text": "هذه هي الهيكلية اللى بدى يعملها ال compiler اللى بدى يعملها ال compiler إيه ده في الحالة التالية في حالة وجود ال else في حالة loop مش if في حالة loop زي ال while loop فيها اندي انا ال condition وفيها اندي statement بده تنفذ بشكل متكرر فهي بدي يجي ال code ال code تبع ال boolean expression بعدين ال statement", "tokens": [3224, 24192, 39896, 2423, 3224, 1829, 28820, 10632, 13672, 7578, 47525, 7578, 7251, 25957, 1211, 11296, 2423, 31958, 13672, 7578, 47525, 7578, 7251, 25957, 1211, 11296, 2423, 31958, 11933, 1829, 3224, 11778, 3224, 8978, 21542, 6027, 3660, 16712, 6027, 10632, 8978, 11331, 6027, 3660, 49610, 23328, 2423, 1646, 8978, 11331, 6027, 3660, 6367, 37893, 498, 8978, 11331, 6027, 3660, 6367, 30767, 1829, 2423, 1339, 6367, 8978, 11296, 16472, 16254, 1975, 8315, 2423, 4188, 4032, 41185, 11296, 16472, 16254, 5629, 47525, 3224, 6055, 1863, 5172, 8848, 4724, 8592, 28820, 44650, 37983, 2288, 6156, 3224, 1829, 47525, 1829, 7251, 7435, 1829, 2423, 3089, 2423, 3089, 6055, 3555, 3615, 2423, 748, 4812, 282, 6114, 39182, 9957, 2423, 5629], "avg_logprob": -0.2992995699931835, "compression_ratio": 2.0486725663716814, "no_speech_prob": 5.960464477539063e-08, "words": [{"start": 2361.17, "end": 2361.27, "word": "هذه", "probability": 0.71875}, {"start": 2361.27, "end": 2361.41, "word": " هي", "probability": 0.61962890625}, {"start": 2361.41, "end": 2362.07, "word": " الهيكلية", "probability": 0.795703125}, {"start": 2362.07, "end": 2362.61, "word": " اللى", "probability": 0.5147705078125}, {"start": 2362.61, "end": 2363.01, "word": " بدى", "probability": 0.5594482421875}, {"start": 2363.01, "end": 2363.49, "word": " يعملها", "probability": 0.8521728515625}, {"start": 2363.49, "end": 2363.65, "word": " ال", "probability": 0.8994140625}, {"start": 2363.65, "end": 2364.09, "word": " compiler", "probability": 0.482421875}, {"start": 2364.09, "end": 2364.47, "word": " اللى", "probability": 0.66455078125}, {"start": 2364.47, "end": 2364.69, "word": " بدى", "probability": 0.87890625}, {"start": 2364.69, "end": 2364.99, "word": " يعملها", "probability": 0.976318359375}, {"start": 2364.99, "end": 2365.11, "word": " ال", "probability": 0.9619140625}, {"start": 2365.11, "end": 2365.59, "word": " compiler", "probability": 0.95068359375}, {"start": 2365.59, "end": 2366.49, "word": " إيه", "probability": 0.8017578125}, {"start": 2366.49, "end": 2366.73, "word": " ده", "probability": 0.947509765625}, {"start": 2366.73, "end": 2367.05, "word": " في", "probability": 0.81787109375}, {"start": 2367.05, "end": 2367.85, "word": " الحالة", "probability": 0.9485677083333334}, {"start": 2367.85, "end": 2368.15, "word": " التالية", "probability": 0.705078125}, {"start": 2368.15, "end": 2368.37, "word": " في", "probability": 0.37353515625}, {"start": 2368.37, "end": 2368.69, "word": " حالة", "probability": 0.9241536458333334}, {"start": 2368.69, "end": 2369.63, "word": " وجود", "probability": 0.953857421875}, {"start": 2369.63, "end": 2369.77, "word": " ال", "probability": 0.9541015625}, {"start": 2369.77, "end": 2370.09, "word": " else", "probability": 0.81982421875}, {"start": 2370.09, "end": 2371.25, "word": " في", "probability": 0.395263671875}, {"start": 2371.25, "end": 2371.65, "word": " حالة", "probability": 0.99267578125}, {"start": 2371.65, "end": 2372.79, "word": " loop", "probability": 0.78955078125}, {"start": 2372.79, "end": 2373.11, "word": " مش", "probability": 0.386474609375}, {"start": 2373.11, "end": 2373.45, "word": " if", "probability": 0.67041015625}, {"start": 2373.45, "end": 2373.59, "word": " في", "probability": 0.73095703125}, {"start": 2373.59, "end": 2373.83, "word": " حالة", "probability": 0.93359375}, {"start": 2373.83, "end": 2374.13, "word": " loop", "probability": 0.919921875}, {"start": 2374.13, "end": 2374.41, "word": " زي", "probability": 0.85888671875}, {"start": 2374.41, "end": 2374.53, "word": " ال", "probability": 0.775390625}, {"start": 2374.53, "end": 2374.67, "word": " while", "probability": 0.642578125}, {"start": 2374.67, "end": 2375.09, "word": " loop", "probability": 0.9765625}, {"start": 2375.09, "end": 2376.47, "word": " فيها", "probability": 0.62548828125}, {"start": 2376.47, "end": 2376.63, "word": " اندي", "probability": 0.50311279296875}, {"start": 2376.63, "end": 2376.85, "word": " انا", "probability": 0.6617431640625}, {"start": 2376.85, "end": 2377.01, "word": " ال", "probability": 0.927734375}, {"start": 2377.01, "end": 2377.49, "word": " condition", "probability": 0.9912109375}, {"start": 2377.49, "end": 2378.17, "word": " وفيها", "probability": 0.82177734375}, {"start": 2378.17, "end": 2378.29, "word": " اندي", "probability": 0.6475830078125}, {"start": 2378.29, "end": 2378.67, "word": " statement", "probability": 0.78955078125}, {"start": 2378.67, "end": 2378.99, "word": " بده", "probability": 0.5185546875}, {"start": 2378.99, "end": 2379.81, "word": " تنفذ", "probability": 0.8485107421875}, {"start": 2379.81, "end": 2380.17, "word": " بشكل", "probability": 0.9811197916666666}, {"start": 2380.17, "end": 2381.13, "word": " متكرر", "probability": 0.7432454427083334}, {"start": 2381.13, "end": 2382.85, "word": " فهي", "probability": 0.6748046875}, {"start": 2382.85, "end": 2383.15, "word": " بدي", "probability": 0.64453125}, {"start": 2383.15, "end": 2383.29, "word": " يجي", "probability": 0.74658203125}, {"start": 2383.29, "end": 2383.41, "word": " ال", "probability": 0.6943359375}, {"start": 2383.41, "end": 2383.73, "word": " code", "probability": 0.9794921875}, {"start": 2383.73, "end": 2385.99, "word": " ال", "probability": 0.2391357421875}, {"start": 2385.99, "end": 2386.67, "word": " code", "probability": 0.96142578125}, {"start": 2386.67, "end": 2386.95, "word": " تبع", "probability": 0.83203125}, {"start": 2386.95, "end": 2387.27, "word": " ال", "probability": 0.9072265625}, {"start": 2387.27, "end": 2388.59, "word": " boolean", "probability": 0.69921875}, {"start": 2388.59, "end": 2389.35, "word": " expression", "probability": 0.92138671875}, {"start": 2389.35, "end": 2390.09, "word": " بعدين", "probability": 0.826904296875}, {"start": 2390.09, "end": 2390.25, "word": " ال", "probability": 0.92919921875}, {"start": 2390.25, "end": 2390.79, "word": " statement", "probability": 0.96826171875}], "temperature": 1.0}, {"id": 83, "seek": 242028, "start": 2391.46, "end": 2420.28, "text": "بعدين هنا go to begin which هي أول instruction في الـ boolean فحص الشرط بالظبط عشان نرجع نفحص الشرط إلا لو الشرط هذا مش متحقق ال dot false بتشارع عليه على أول statement بره أول instruction بره ال statement بره ال while statement كلها هذه الهايكامية الآن عشان احنا ال compiler يعملها لازم في الأول", "tokens": [3555, 22488, 9957, 34105, 352, 281, 1841, 597, 39896, 5551, 12610, 10951, 8978, 2423, 39184, 748, 4812, 282, 6156, 5016, 9381, 25124, 2288, 9566, 20666, 19913, 3555, 9566, 6225, 8592, 7649, 8717, 47341, 3615, 8717, 5172, 5016, 9381, 25124, 2288, 9566, 11933, 15040, 45164, 25124, 2288, 9566, 23758, 37893, 44650, 5016, 4587, 4587, 2423, 5893, 7908, 39894, 8592, 9640, 3615, 47356, 15844, 5551, 12610, 5629, 4724, 2288, 3224, 5551, 12610, 10951, 4724, 2288, 3224, 2423, 5629, 4724, 2288, 3224, 2423, 1339, 5629, 28242, 11296, 29538, 2423, 11296, 1829, 4117, 10943, 10632, 6024, 48506, 6225, 8592, 7649, 1975, 5016, 8315, 2423, 31958, 7251, 25957, 1211, 11296, 5296, 31377, 2304, 8978, 16247, 12610], "avg_logprob": -0.33175223746470045, "compression_ratio": 1.8024193548387097, "no_speech_prob": 0.0, "words": [{"start": 2391.46, "end": 2392.06, "word": "بعدين", "probability": 0.654296875}, {"start": 2392.06, "end": 2392.3, "word": " هنا", "probability": 0.8408203125}, {"start": 2392.3, "end": 2392.56, "word": " go", "probability": 0.2001953125}, {"start": 2392.56, "end": 2392.84, "word": " to", "probability": 0.9580078125}, {"start": 2392.84, "end": 2393.38, "word": " begin", "probability": 0.488037109375}, {"start": 2393.38, "end": 2394.5, "word": " which", "probability": 0.2230224609375}, {"start": 2394.5, "end": 2395.96, "word": " هي", "probability": 0.70703125}, {"start": 2395.96, "end": 2396.6, "word": " أول", "probability": 0.821044921875}, {"start": 2396.6, "end": 2399.1, "word": " instruction", "probability": 0.275146484375}, {"start": 2399.1, "end": 2399.54, "word": " في", "probability": 0.9267578125}, {"start": 2399.54, "end": 2400.3, "word": " الـ", "probability": 0.5157470703125}, {"start": 2400.3, "end": 2400.68, "word": " boolean", "probability": 0.736328125}, {"start": 2400.68, "end": 2401.18, "word": " فحص", "probability": 0.6614176432291666}, {"start": 2401.18, "end": 2401.58, "word": " الشرط", "probability": 0.9031575520833334}, {"start": 2401.58, "end": 2402.06, "word": " بالظبط", "probability": 0.784912109375}, {"start": 2402.06, "end": 2402.24, "word": " عشان", "probability": 0.7818196614583334}, {"start": 2402.24, "end": 2402.58, "word": " نرجع", "probability": 0.793212890625}, {"start": 2402.58, "end": 2402.94, "word": " نفحص", "probability": 0.961181640625}, {"start": 2402.94, "end": 2403.4, "word": " الشرط", "probability": 0.9392903645833334}, {"start": 2403.4, "end": 2403.96, "word": " إلا", "probability": 0.472900390625}, {"start": 2403.96, "end": 2404.22, "word": " لو", "probability": 0.6015625}, {"start": 2404.22, "end": 2404.56, "word": " الشرط", "probability": 0.9122721354166666}, {"start": 2404.56, "end": 2404.72, "word": " هذا", "probability": 0.50732421875}, {"start": 2404.72, "end": 2404.88, "word": " مش", "probability": 0.75830078125}, {"start": 2404.88, "end": 2405.5, "word": " متحقق", "probability": 0.658111572265625}, {"start": 2405.5, "end": 2405.64, "word": " ال", "probability": 0.365966796875}, {"start": 2405.64, "end": 2405.8, "word": " dot", "probability": 0.33984375}, {"start": 2405.8, "end": 2406.26, "word": " false", "probability": 0.7900390625}, {"start": 2406.26, "end": 2407.56, "word": " بتشارع", "probability": 0.569549560546875}, {"start": 2407.56, "end": 2407.96, "word": " عليه", "probability": 0.35595703125}, {"start": 2407.96, "end": 2408.86, "word": " على", "probability": 0.95361328125}, {"start": 2408.86, "end": 2409.46, "word": " أول", "probability": 0.975341796875}, {"start": 2409.46, "end": 2410.46, "word": " statement", "probability": 0.74267578125}, {"start": 2410.46, "end": 2411.22, "word": " بره", "probability": 0.55224609375}, {"start": 2411.22, "end": 2411.48, "word": " أول", "probability": 0.7310791015625}, {"start": 2411.48, "end": 2411.92, "word": " instruction", "probability": 0.94580078125}, {"start": 2411.92, "end": 2412.28, "word": " بره", "probability": 0.9573567708333334}, {"start": 2412.28, "end": 2412.38, "word": " ال", "probability": 0.88623046875}, {"start": 2412.38, "end": 2412.82, "word": " statement", "probability": 0.82861328125}, {"start": 2412.82, "end": 2413.42, "word": " بره", "probability": 0.9466145833333334}, {"start": 2413.42, "end": 2413.52, "word": " ال", "probability": 0.923828125}, {"start": 2413.52, "end": 2413.7, "word": " while", "probability": 0.6640625}, {"start": 2413.7, "end": 2414.02, "word": " statement", "probability": 0.966796875}, {"start": 2414.02, "end": 2414.38, "word": " كلها", "probability": 0.9033203125}, {"start": 2414.38, "end": 2415.16, "word": " هذه", "probability": 0.66064453125}, {"start": 2415.16, "end": 2415.84, "word": " الهايكامية", "probability": 0.726806640625}, {"start": 2415.84, "end": 2416.36, "word": " الآن", "probability": 0.802001953125}, {"start": 2416.36, "end": 2417.08, "word": " عشان", "probability": 0.9567057291666666}, {"start": 2417.08, "end": 2417.54, "word": " احنا", "probability": 0.8868815104166666}, {"start": 2417.54, "end": 2418.14, "word": " ال", "probability": 0.7958984375}, {"start": 2418.14, "end": 2418.56, "word": " compiler", "probability": 0.7392578125}, {"start": 2418.56, "end": 2419.24, "word": " يعملها", "probability": 0.96923828125}, {"start": 2419.24, "end": 2419.72, "word": " لازم", "probability": 0.99072265625}, {"start": 2419.72, "end": 2419.86, "word": " في", "probability": 0.951171875}, {"start": 2419.86, "end": 2420.28, "word": " الأول", "probability": 0.986328125}], "temperature": 1.0}, {"id": 84, "seek": 244964, "start": 2420.82, "end": 2449.64, "text": "يكون عامل ال dot code تبع ال B و بيجي هذا ال dot code كله في موقعون العراب فيش في الصيغة الكبيرة اللي هي ال statement الكلية فاحنا الآن بدنا نطلع على ال B كيف ال translation تبعها بيتم ماشي عشان بعدين خلاص هذا كله نرحله معانا على ال translation تبع ال statement الكلية", "tokens": [1829, 30544, 6225, 10943, 1211, 2423, 5893, 3089, 6055, 3555, 3615, 2423, 363, 4032, 4724, 1829, 7435, 1829, 23758, 2423, 5893, 3089, 28242, 3224, 8978, 3714, 30543, 3615, 11536, 18863, 2288, 16758, 8978, 8592, 8978, 31767, 1829, 17082, 3660, 33251, 3555, 48923, 13672, 1829, 39896, 2423, 5629, 33251, 1211, 10632, 6156, 39319, 8315, 6024, 48506, 47525, 8315, 8717, 9566, 1211, 3615, 15844, 2423, 363, 9122, 33911, 2423, 12853, 6055, 3555, 3615, 11296, 4724, 36081, 2304, 3714, 33599, 1829, 6225, 8592, 7649, 39182, 9957, 16490, 1211, 33546, 23758, 28242, 3224, 8717, 2288, 5016, 43761, 20449, 7649, 995, 15844, 2423, 12853, 6055, 3555, 3615, 2423, 5629, 33251, 1211, 10632], "avg_logprob": -0.26721643932439665, "compression_ratio": 1.881057268722467, "no_speech_prob": 5.960464477539063e-08, "words": [{"start": 2420.82, "end": 2421.6, "word": "يكون", "probability": 0.703369140625}, {"start": 2421.6, "end": 2422.48, "word": " عامل", "probability": 0.9464518229166666}, {"start": 2422.48, "end": 2422.62, "word": " ال", "probability": 0.85205078125}, {"start": 2422.62, "end": 2422.78, "word": " dot", "probability": 0.2412109375}, {"start": 2422.78, "end": 2423.12, "word": " code", "probability": 0.90869140625}, {"start": 2423.12, "end": 2423.48, "word": " تبع", "probability": 0.6685384114583334}, {"start": 2423.48, "end": 2423.7, "word": " ال", "probability": 0.84912109375}, {"start": 2423.7, "end": 2423.88, "word": " B", "probability": 0.272216796875}, {"start": 2423.88, "end": 2424.46, "word": " و", "probability": 0.6552734375}, {"start": 2424.46, "end": 2424.86, "word": " بيجي", "probability": 0.7052001953125}, {"start": 2424.86, "end": 2425.02, "word": " هذا", "probability": 0.78125}, {"start": 2425.02, "end": 2425.16, "word": " ال", "probability": 0.94189453125}, {"start": 2425.16, "end": 2425.28, "word": " dot", "probability": 0.85595703125}, {"start": 2425.28, "end": 2425.46, "word": " code", "probability": 0.9541015625}, {"start": 2425.46, "end": 2426.0, "word": " كله", "probability": 0.9736328125}, {"start": 2426.0, "end": 2426.82, "word": " في", "probability": 0.86376953125}, {"start": 2426.82, "end": 2427.38, "word": " موقعون", "probability": 0.7572174072265625}, {"start": 2427.38, "end": 2427.86, "word": " العراب", "probability": 0.6048990885416666}, {"start": 2427.86, "end": 2428.44, "word": " فيش", "probability": 0.572509765625}, {"start": 2428.44, "end": 2429.06, "word": " في", "probability": 0.814453125}, {"start": 2429.06, "end": 2429.44, "word": " الصيغة", "probability": 0.81072998046875}, {"start": 2429.44, "end": 2429.92, "word": " الكبيرة", "probability": 0.9840494791666666}, {"start": 2429.92, "end": 2430.2, "word": " اللي", "probability": 0.876220703125}, {"start": 2430.2, "end": 2430.6, "word": " هي", "probability": 0.923828125}, {"start": 2430.6, "end": 2431.56, "word": " ال", "probability": 0.84033203125}, {"start": 2431.56, "end": 2432.0, "word": " statement", "probability": 0.95703125}, {"start": 2432.0, "end": 2433.12, "word": " الكلية", "probability": 0.7111002604166666}, {"start": 2433.12, "end": 2434.04, "word": " فاحنا", "probability": 0.8880208333333334}, {"start": 2434.04, "end": 2434.38, "word": " الآن", "probability": 0.64794921875}, {"start": 2434.38, "end": 2434.76, "word": " بدنا", "probability": 0.830078125}, {"start": 2434.76, "end": 2435.3, "word": " نطلع", "probability": 0.968017578125}, {"start": 2435.3, "end": 2435.58, "word": " على", "probability": 0.818359375}, {"start": 2435.58, "end": 2435.8, "word": " ال", "probability": 0.96875}, {"start": 2435.8, "end": 2436.12, "word": " B", "probability": 0.80517578125}, {"start": 2436.12, "end": 2437.5, "word": " كيف", "probability": 0.944580078125}, {"start": 2437.5, "end": 2437.64, "word": " ال", "probability": 0.8876953125}, {"start": 2437.64, "end": 2438.18, "word": " translation", "probability": 0.96435546875}, {"start": 2438.18, "end": 2438.62, "word": " تبعها", "probability": 0.8677978515625}, {"start": 2438.62, "end": 2439.1, "word": " بيتم", "probability": 0.625244140625}, {"start": 2439.1, "end": 2441.78, "word": " ماشي", "probability": 0.7688802083333334}, {"start": 2441.78, "end": 2442.16, "word": " عشان", "probability": 0.829345703125}, {"start": 2442.16, "end": 2442.64, "word": " بعدين", "probability": 0.5458984375}, {"start": 2442.64, "end": 2443.28, "word": " خلاص", "probability": 0.90185546875}, {"start": 2443.28, "end": 2443.52, "word": " هذا", "probability": 0.9423828125}, {"start": 2443.52, "end": 2444.16, "word": " كله", "probability": 0.99560546875}, {"start": 2444.16, "end": 2444.86, "word": " نرحله", "probability": 0.7994384765625}, {"start": 2444.86, "end": 2445.26, "word": " معانا", "probability": 0.8277994791666666}, {"start": 2445.26, "end": 2445.56, "word": " على", "probability": 0.82958984375}, {"start": 2445.56, "end": 2446.44, "word": " ال", "probability": 0.9462890625}, {"start": 2446.44, "end": 2447.02, "word": " translation", "probability": 0.9765625}, {"start": 2447.02, "end": 2447.44, "word": " تبع", "probability": 0.9368489583333334}, {"start": 2447.44, "end": 2447.7, "word": " ال", "probability": 0.93212890625}, {"start": 2447.7, "end": 2448.14, "word": " statement", "probability": 0.9697265625}, {"start": 2448.14, "end": 2449.64, "word": " الكلية", "probability": 0.8684895833333334}], "temperature": 1.0}, {"id": 85, "seek": 248028, "start": 2452.88, "end": 2480.28, "text": "هذا الفيجور 6.37 وهو generating free address code for Boolean expressions اللي جابله اللي انا فلدته بس هرجعله syntax derivative definition برضه for generating code لكن for flow of control statements flow of control statements بتحتوي على Boolean expressions", "tokens": [3224, 15730, 27188, 1829, 7435, 13063, 1386, 13, 12851, 37037, 2407, 17746, 1737, 2985, 3089, 337, 23351, 28499, 15277, 13672, 1829, 10874, 16758, 43761, 13672, 1829, 1975, 8315, 6156, 1211, 3215, 47395, 4724, 3794, 8032, 47341, 30241, 3224, 28431, 13760, 7123, 4724, 43042, 3224, 337, 17746, 3089, 44381, 337, 3095, 295, 1969, 12363, 3095, 295, 1969, 12363, 39894, 33753, 45865, 15844, 23351, 28499, 15277], "avg_logprob": -0.42283653846153846, "compression_ratio": 1.5392156862745099, "no_speech_prob": 0.0, "words": [{"start": 2452.88, "end": 2453.34, "word": "هذا", "probability": 0.4796142578125}, {"start": 2453.34, "end": 2454.32, "word": " الفيجور", "probability": 0.6600341796875}, {"start": 2454.32, "end": 2455.64, "word": " 6", "probability": 0.197998046875}, {"start": 2455.64, "end": 2456.12, "word": ".37", "probability": 0.71435546875}, {"start": 2456.12, "end": 2457.2, "word": " وهو", "probability": 0.529144287109375}, {"start": 2457.2, "end": 2457.98, "word": " generating", "probability": 0.09088134765625}, {"start": 2457.98, "end": 2458.54, "word": " free", "probability": 0.374267578125}, {"start": 2458.54, "end": 2458.96, "word": " address", "probability": 0.955078125}, {"start": 2458.96, "end": 2459.34, "word": " code", "probability": 0.904296875}, {"start": 2459.34, "end": 2459.84, "word": " for", "probability": 0.7890625}, {"start": 2459.84, "end": 2462.06, "word": " Boolean", "probability": 0.435546875}, {"start": 2462.06, "end": 2463.64, "word": " expressions", "probability": 0.884765625}, {"start": 2463.64, "end": 2464.4, "word": " اللي", "probability": 0.56689453125}, {"start": 2464.4, "end": 2464.88, "word": " جابله", "probability": 0.6466471354166666}, {"start": 2464.88, "end": 2465.28, "word": " اللي", "probability": 0.8896484375}, {"start": 2465.28, "end": 2465.56, "word": " انا", "probability": 0.6322021484375}, {"start": 2465.56, "end": 2466.34, "word": " فلدته", "probability": 0.75469970703125}, {"start": 2466.34, "end": 2466.54, "word": " بس", "probability": 0.837158203125}, {"start": 2466.54, "end": 2467.24, "word": " هرجعله", "probability": 0.9241943359375}, {"start": 2467.24, "end": 2468.76, "word": " syntax", "probability": 0.67724609375}, {"start": 2468.76, "end": 2469.16, "word": " derivative", "probability": 0.22412109375}, {"start": 2469.16, "end": 2469.82, "word": " definition", "probability": 0.859375}, {"start": 2469.82, "end": 2470.3, "word": " برضه", "probability": 0.9306640625}, {"start": 2470.3, "end": 2470.72, "word": " for", "probability": 0.61572265625}, {"start": 2470.72, "end": 2471.52, "word": " generating", "probability": 0.94189453125}, {"start": 2471.52, "end": 2472.94, "word": " code", "probability": 0.9296875}, {"start": 2472.94, "end": 2473.22, "word": " لكن", "probability": 0.76220703125}, {"start": 2473.22, "end": 2473.56, "word": " for", "probability": 0.6435546875}, {"start": 2473.56, "end": 2474.4, "word": " flow", "probability": 0.37744140625}, {"start": 2474.4, "end": 2474.74, "word": " of", "probability": 0.95751953125}, {"start": 2474.74, "end": 2475.22, "word": " control", "probability": 0.890625}, {"start": 2475.22, "end": 2476.0, "word": " statements", "probability": 0.8271484375}, {"start": 2476.0, "end": 2476.8, "word": " flow", "probability": 0.501953125}, {"start": 2476.8, "end": 2477.02, "word": " of", "probability": 0.97314453125}, {"start": 2477.02, "end": 2477.32, "word": " control", "probability": 0.8740234375}, {"start": 2477.32, "end": 2477.74, "word": " statements", "probability": 0.94140625}, {"start": 2477.74, "end": 2478.32, "word": " بتحتوي", "probability": 0.9344075520833334}, {"start": 2478.32, "end": 2478.72, "word": " على", "probability": 0.822265625}, {"start": 2478.72, "end": 2479.66, "word": " Boolean", "probability": 0.879638671875}, {"start": 2479.66, "end": 2480.28, "word": " expressions", "probability": 0.9453125}], "temperature": 1.0}, {"id": 86, "seek": 251177, "start": 2482.55, "end": 2511.77, "text": "يعني بروح على سبعة و تلاتين طبعا لأنه عبارة عن syntax directed definition فهو فيه أنه هنا ال productions و لكل production شو هي ال rules؟ ايه اللي بيتنفس؟ ايه لها؟ okay لو أنتي ال boolean expression احنا قلنا هذه حالات اللي ممكن نتوقع ال boolean expression يبقى بنيته", "tokens": [40228, 22653, 4724, 32887, 5016, 15844, 8608, 3555, 27884, 4032, 6055, 1211, 9307, 9957, 23032, 3555, 3615, 995, 5296, 33456, 3224, 6225, 3555, 9640, 3660, 18871, 28431, 12898, 7123, 6156, 3224, 2407, 8978, 3224, 14739, 3224, 34105, 2423, 32612, 4032, 5296, 28820, 4265, 13412, 2407, 39896, 2423, 4474, 22807, 1975, 1829, 3224, 13672, 1829, 4724, 1829, 2655, 1863, 36178, 22807, 1975, 1829, 3224, 5296, 11296, 22807, 1392, 45164, 14739, 31371, 2423, 748, 4812, 282, 6114, 1975, 5016, 8315, 12174, 1211, 8315, 29538, 11331, 6027, 9307, 13672, 1829, 3714, 43020, 8717, 2655, 30543, 3615, 2423, 748, 4812, 282, 6114, 7251, 3555, 4587, 7578, 4724, 22653, 47395], "avg_logprob": -0.3269457592154449, "compression_ratio": 1.6583333333333334, "no_speech_prob": 0.0, "words": [{"start": 2482.55, "end": 2483.05, "word": "يعني", "probability": 0.6470947265625}, {"start": 2483.05, "end": 2483.41, "word": " بروح", "probability": 0.8680013020833334}, {"start": 2483.41, "end": 2483.65, "word": " على", "probability": 0.7998046875}, {"start": 2483.65, "end": 2484.07, "word": " سبعة", "probability": 0.72314453125}, {"start": 2484.07, "end": 2484.23, "word": " و", "probability": 0.37451171875}, {"start": 2484.23, "end": 2484.55, "word": " تلاتين", "probability": 0.9560546875}, {"start": 2484.55, "end": 2488.05, "word": " طبعا", "probability": 0.954833984375}, {"start": 2488.05, "end": 2490.51, "word": " لأنه", "probability": 0.7330729166666666}, {"start": 2490.51, "end": 2490.99, "word": " عبارة", "probability": 0.9703369140625}, {"start": 2490.99, "end": 2491.21, "word": " عن", "probability": 0.9951171875}, {"start": 2491.21, "end": 2491.51, "word": " syntax", "probability": 0.59716796875}, {"start": 2491.51, "end": 2491.91, "word": " directed", "probability": 0.3974609375}, {"start": 2491.91, "end": 2492.69, "word": " definition", "probability": 0.9140625}, {"start": 2492.69, "end": 2493.13, "word": " فهو", "probability": 0.9488932291666666}, {"start": 2493.13, "end": 2493.37, "word": " فيه", "probability": 0.5877685546875}, {"start": 2493.37, "end": 2493.57, "word": " أنه", "probability": 0.51953125}, {"start": 2493.57, "end": 2493.83, "word": " هنا", "probability": 0.6328125}, {"start": 2493.83, "end": 2494.03, "word": " ال", "probability": 0.32080078125}, {"start": 2494.03, "end": 2494.63, "word": " productions", "probability": 0.73291015625}, {"start": 2494.63, "end": 2495.17, "word": " و", "probability": 0.498291015625}, {"start": 2495.17, "end": 2495.47, "word": " لكل", "probability": 0.87744140625}, {"start": 2495.47, "end": 2496.13, "word": " production", "probability": 0.953125}, {"start": 2496.13, "end": 2497.09, "word": " شو", "probability": 0.73779296875}, {"start": 2497.09, "end": 2497.79, "word": " هي", "probability": 0.38623046875}, {"start": 2497.79, "end": 2497.83, "word": " ال", "probability": 0.77001953125}, {"start": 2497.83, "end": 2498.65, "word": " rules؟", "probability": 0.41339111328125}, {"start": 2498.65, "end": 2498.77, "word": " ايه", "probability": 0.758544921875}, {"start": 2498.77, "end": 2498.85, "word": " اللي", "probability": 0.942626953125}, {"start": 2498.85, "end": 2501.99, "word": " بيتنفس؟", "probability": 0.5941162109375}, {"start": 2501.99, "end": 2502.37, "word": " ايه", "probability": 0.672607421875}, {"start": 2502.37, "end": 2503.47, "word": " لها؟", "probability": 0.5704345703125}, {"start": 2503.47, "end": 2503.79, "word": " okay", "probability": 0.289306640625}, {"start": 2503.79, "end": 2504.17, "word": " لو", "probability": 0.85498046875}, {"start": 2504.17, "end": 2504.53, "word": " أنتي", "probability": 0.5274658203125}, {"start": 2504.53, "end": 2504.69, "word": " ال", "probability": 0.572265625}, {"start": 2504.69, "end": 2504.97, "word": " boolean", "probability": 0.7056477864583334}, {"start": 2504.97, "end": 2505.57, "word": " expression", "probability": 0.9306640625}, {"start": 2505.57, "end": 2506.17, "word": " احنا", "probability": 0.8907877604166666}, {"start": 2506.17, "end": 2506.45, "word": " قلنا", "probability": 0.90234375}, {"start": 2506.45, "end": 2506.85, "word": " هذه", "probability": 0.642578125}, {"start": 2506.85, "end": 2507.55, "word": " حالات", "probability": 0.9650065104166666}, {"start": 2507.55, "end": 2507.93, "word": " اللي", "probability": 0.95751953125}, {"start": 2507.93, "end": 2508.37, "word": " ممكن", "probability": 0.966552734375}, {"start": 2508.37, "end": 2508.95, "word": " نتوقع", "probability": 0.9632568359375}, {"start": 2508.95, "end": 2509.13, "word": " ال", "probability": 0.39697265625}, {"start": 2509.13, "end": 2509.43, "word": " boolean", "probability": 0.8095703125}, {"start": 2509.43, "end": 2509.81, "word": " expression", "probability": 0.919921875}, {"start": 2509.81, "end": 2510.45, "word": " يبقى", "probability": 0.89208984375}, {"start": 2510.45, "end": 2511.77, "word": " بنيته", "probability": 0.8330078125}], "temperature": 1.0}, {"id": 87, "seek": 253509, "start": 2512.25, "end": 2535.09, "text": "ممكن يكون bonus عبارة عن or لتو expressions وممكن يبقى and وممكن يبقى not ل one expression وممكن يبقى relational operator ما بين two mathematical expressions صح وممكن يبقى true او false طبعا ممكن يبقى ghost بس هنا ما انتوا احنا مش هنعمل اي حاجة", "tokens": [2304, 43020, 7251, 30544, 10882, 6225, 3555, 9640, 3660, 18871, 420, 5296, 2655, 2407, 15277, 4032, 2304, 43020, 7251, 3555, 4587, 7578, 293, 4032, 2304, 43020, 7251, 3555, 4587, 7578, 406, 5296, 472, 6114, 4032, 2304, 43020, 7251, 3555, 4587, 7578, 38444, 12973, 19446, 49374, 732, 18894, 15277, 20328, 5016, 4032, 2304, 43020, 7251, 3555, 4587, 7578, 2074, 1975, 2407, 7908, 23032, 3555, 3615, 995, 3714, 43020, 7251, 3555, 4587, 7578, 8359, 4724, 3794, 34105, 19446, 16472, 2655, 14407, 1975, 5016, 8315, 37893, 8032, 1863, 25957, 1211, 1975, 1829, 11331, 26108, 3660], "avg_logprob": -0.22093413593948527, "compression_ratio": 1.8082901554404145, "no_speech_prob": 0.0, "words": [{"start": 2512.25, "end": 2512.67, "word": "ممكن", "probability": 0.6951904296875}, {"start": 2512.67, "end": 2512.93, "word": " يكون", "probability": 0.792236328125}, {"start": 2512.93, "end": 2513.29, "word": " bonus", "probability": 0.08575439453125}, {"start": 2513.29, "end": 2513.75, "word": " عبارة", "probability": 0.9423828125}, {"start": 2513.75, "end": 2514.67, "word": " عن", "probability": 0.98779296875}, {"start": 2514.67, "end": 2515.13, "word": " or", "probability": 0.8359375}, {"start": 2515.13, "end": 2515.65, "word": " لتو", "probability": 0.5812174479166666}, {"start": 2515.65, "end": 2516.15, "word": " expressions", "probability": 0.61767578125}, {"start": 2516.15, "end": 2516.67, "word": " وممكن", "probability": 0.6827799479166666}, {"start": 2516.67, "end": 2517.05, "word": " يبقى", "probability": 0.941162109375}, {"start": 2517.05, "end": 2517.41, "word": " and", "probability": 0.77587890625}, {"start": 2517.41, "end": 2517.81, "word": " وممكن", "probability": 0.88232421875}, {"start": 2517.81, "end": 2518.17, "word": " يبقى", "probability": 0.9630126953125}, {"start": 2518.17, "end": 2518.57, "word": " not", "probability": 0.9599609375}, {"start": 2518.57, "end": 2518.93, "word": " ل", "probability": 0.87158203125}, {"start": 2518.93, "end": 2519.19, "word": " one", "probability": 0.41162109375}, {"start": 2519.19, "end": 2519.69, "word": " expression", "probability": 0.83740234375}, {"start": 2519.69, "end": 2520.05, "word": " وممكن", "probability": 0.8440755208333334}, {"start": 2520.05, "end": 2520.41, "word": " يبقى", "probability": 0.9874267578125}, {"start": 2520.41, "end": 2521.35, "word": " relational", "probability": 0.845703125}, {"start": 2521.35, "end": 2522.01, "word": " operator", "probability": 0.93603515625}, {"start": 2522.01, "end": 2522.19, "word": " ما", "probability": 0.71923828125}, {"start": 2522.19, "end": 2522.37, "word": " بين", "probability": 0.96728515625}, {"start": 2522.37, "end": 2522.55, "word": " two", "probability": 0.87158203125}, {"start": 2522.55, "end": 2522.99, "word": " mathematical", "probability": 0.82861328125}, {"start": 2522.99, "end": 2523.69, "word": " expressions", "probability": 0.91650390625}, {"start": 2523.69, "end": 2524.03, "word": " صح", "probability": 0.856201171875}, {"start": 2524.03, "end": 2524.87, "word": " وممكن", "probability": 0.734130859375}, {"start": 2524.87, "end": 2525.31, "word": " يبقى", "probability": 0.9891357421875}, {"start": 2525.31, "end": 2525.55, "word": " true", "probability": 0.71875}, {"start": 2525.55, "end": 2526.37, "word": " او", "probability": 0.6854248046875}, {"start": 2526.37, "end": 2526.73, "word": " false", "probability": 0.88671875}, {"start": 2526.73, "end": 2527.09, "word": " طبعا", "probability": 0.8939208984375}, {"start": 2527.09, "end": 2527.39, "word": " ممكن", "probability": 0.889404296875}, {"start": 2527.39, "end": 2527.91, "word": " يبقى", "probability": 0.961181640625}, {"start": 2527.91, "end": 2528.47, "word": " ghost", "probability": 0.53759765625}, {"start": 2528.47, "end": 2532.49, "word": " بس", "probability": 0.943603515625}, {"start": 2532.49, "end": 2532.85, "word": " هنا", "probability": 0.9150390625}, {"start": 2532.85, "end": 2533.55, "word": " ما", "probability": 0.45263671875}, {"start": 2533.55, "end": 2533.79, "word": " انتوا", "probability": 0.6249186197916666}, {"start": 2533.79, "end": 2533.97, "word": " احنا", "probability": 0.9480794270833334}, {"start": 2533.97, "end": 2534.11, "word": " مش", "probability": 0.89697265625}, {"start": 2534.11, "end": 2534.39, "word": " هنعمل", "probability": 0.978271484375}, {"start": 2534.39, "end": 2534.63, "word": " اي", "probability": 0.82177734375}, {"start": 2534.63, "end": 2535.09, "word": " حاجة", "probability": 0.9933268229166666}], "temperature": 1.0}, {"id": 88, "seek": 256423, "start": 2536.06, "end": 2564.24, "text": "هيبقى ال attributes تبقى بيه هي ال dot force تبقى هو هو ال dot true تبقى هو هو و ال dot code تبقى هو هو مافيش أشياء حقيقة يزيد أو ينقص عليه عشان ذلك مش .. مش ورد هنا okay فلو كان عندي هو ال expression مركب من two expressions وبينهم or okay احنا في القلاصة", "tokens": [3224, 1829, 3555, 4587, 7578, 2423, 951, 81, 897, 1819, 6055, 3555, 4587, 7578, 4724, 1829, 3224, 39896, 2423, 5893, 3464, 6055, 3555, 4587, 7578, 31439, 31439, 2423, 5893, 2074, 6055, 3555, 4587, 7578, 31439, 31439, 4032, 2423, 5893, 3089, 6055, 3555, 4587, 7578, 31439, 31439, 19446, 41185, 8592, 5551, 8592, 1829, 16606, 11331, 38436, 28671, 7251, 11622, 25708, 34051, 7251, 1863, 4587, 9381, 47356, 6225, 8592, 7649, 29910, 23275, 37893, 4386, 37893, 4032, 2288, 3215, 34105, 1392, 6156, 1211, 2407, 25961, 18871, 16254, 31439, 2423, 6114, 3714, 31747, 3555, 9154, 732, 15277, 46599, 9957, 16095, 420, 1392, 1975, 5016, 8315, 8978, 25062, 1211, 33546, 3660], "avg_logprob": -0.32710281599347835, "compression_ratio": 1.7671232876712328, "no_speech_prob": 0.0, "words": [{"start": 2536.06, "end": 2536.62, "word": "هيبقى", "probability": 0.666064453125}, {"start": 2536.62, "end": 2536.72, "word": " ال", "probability": 0.548828125}, {"start": 2536.72, "end": 2537.2, "word": " attributes", "probability": 0.54266357421875}, {"start": 2537.2, "end": 2537.54, "word": " تبقى", "probability": 0.70526123046875}, {"start": 2537.54, "end": 2537.84, "word": " بيه", "probability": 0.7882486979166666}, {"start": 2537.84, "end": 2538.32, "word": " هي", "probability": 0.1585693359375}, {"start": 2538.32, "end": 2539.04, "word": " ال", "probability": 0.677734375}, {"start": 2539.04, "end": 2539.16, "word": " dot", "probability": 0.6689453125}, {"start": 2539.16, "end": 2539.44, "word": " force", "probability": 0.80859375}, {"start": 2539.44, "end": 2539.72, "word": " تبقى", "probability": 0.8507080078125}, {"start": 2539.72, "end": 2539.9, "word": " هو", "probability": 0.95703125}, {"start": 2539.9, "end": 2540.14, "word": " هو", "probability": 0.943359375}, {"start": 2540.14, "end": 2540.46, "word": " ال", "probability": 0.477783203125}, {"start": 2540.46, "end": 2540.66, "word": " dot", "probability": 0.94384765625}, {"start": 2540.66, "end": 2540.84, "word": " true", "probability": 0.54296875}, {"start": 2540.84, "end": 2541.08, "word": " تبقى", "probability": 0.8865966796875}, {"start": 2541.08, "end": 2541.28, "word": " هو", "probability": 0.99609375}, {"start": 2541.28, "end": 2541.56, "word": " هو", "probability": 0.990234375}, {"start": 2541.56, "end": 2541.82, "word": " و", "probability": 0.5146484375}, {"start": 2541.82, "end": 2541.92, "word": " ال", "probability": 0.833984375}, {"start": 2541.92, "end": 2542.1, "word": " dot", "probability": 0.96630859375}, {"start": 2542.1, "end": 2542.36, "word": " code", "probability": 0.3779296875}, {"start": 2542.36, "end": 2542.6, "word": " تبقى", "probability": 0.957275390625}, {"start": 2542.6, "end": 2542.8, "word": " هو", "probability": 0.99560546875}, {"start": 2542.8, "end": 2543.0, "word": " هو", "probability": 0.962890625}, {"start": 2543.0, "end": 2543.58, "word": " مافيش", "probability": 0.5241292317708334}, {"start": 2543.58, "end": 2543.74, "word": " أشياء", "probability": 0.771820068359375}, {"start": 2543.74, "end": 2544.08, "word": " حقيقة", "probability": 0.93701171875}, {"start": 2544.08, "end": 2544.36, "word": " يزيد", "probability": 0.754638671875}, {"start": 2544.36, "end": 2544.48, "word": " أو", "probability": 0.83935546875}, {"start": 2544.48, "end": 2544.8, "word": " ينقص", "probability": 0.790283203125}, {"start": 2544.8, "end": 2545.1, "word": " عليه", "probability": 0.71337890625}, {"start": 2545.1, "end": 2546.02, "word": " عشان", "probability": 0.8631184895833334}, {"start": 2546.02, "end": 2546.14, "word": " ذلك", "probability": 0.6800537109375}, {"start": 2546.14, "end": 2546.44, "word": " مش", "probability": 0.69287109375}, {"start": 2546.44, "end": 2546.7, "word": " ..", "probability": 0.50830078125}, {"start": 2546.7, "end": 2548.94, "word": " مش", "probability": 0.9267578125}, {"start": 2548.94, "end": 2549.28, "word": " ورد", "probability": 0.7032877604166666}, {"start": 2549.28, "end": 2549.48, "word": " هنا", "probability": 0.5517578125}, {"start": 2549.48, "end": 2551.76, "word": " okay", "probability": 0.284912109375}, {"start": 2551.76, "end": 2552.16, "word": " فلو", "probability": 0.92431640625}, {"start": 2552.16, "end": 2552.38, "word": " كان", "probability": 0.982421875}, {"start": 2552.38, "end": 2552.72, "word": " عندي", "probability": 0.920166015625}, {"start": 2552.72, "end": 2553.0, "word": " هو", "probability": 0.95654296875}, {"start": 2553.0, "end": 2553.42, "word": " ال", "probability": 0.849609375}, {"start": 2553.42, "end": 2553.88, "word": " expression", "probability": 0.9091796875}, {"start": 2553.88, "end": 2554.88, "word": " مركب", "probability": 0.7267252604166666}, {"start": 2554.88, "end": 2555.04, "word": " من", "probability": 0.767578125}, {"start": 2555.04, "end": 2555.24, "word": " two", "probability": 0.8037109375}, {"start": 2555.24, "end": 2555.76, "word": " expressions", "probability": 0.98046875}, {"start": 2555.76, "end": 2556.3, "word": " وبينهم", "probability": 0.7762858072916666}, {"start": 2556.3, "end": 2556.7, "word": " or", "probability": 0.8935546875}, {"start": 2556.7, "end": 2561.28, "word": " okay", "probability": 0.6240234375}, {"start": 2561.28, "end": 2562.24, "word": " احنا", "probability": 0.8349609375}, {"start": 2562.24, "end": 2562.5, "word": " في", "probability": 0.9365234375}, {"start": 2562.5, "end": 2564.24, "word": " القلاصة", "probability": 0.8096923828125}], "temperature": 1.0}, {"id": 89, "seek": 259427, "start": 2566.15, "end": 2594.27, "text": "إنه أنا بدي آجي أقول ال .. ال B1 بنحط ال code تبعه يليه إيش ال code تبع B2 بس بينهم إيش في هذا label", "tokens": [28814, 1863, 3224, 41850, 4724, 16254, 19753, 7435, 1829, 5551, 39648, 2423, 4386, 2423, 363, 16, 44945, 5016, 9566, 2423, 3089, 6055, 3555, 3615, 3224, 7251, 20292, 3224, 11933, 1829, 8592, 2423, 3089, 6055, 3555, 3615, 363, 17, 4724, 3794, 49374, 16095, 11933, 1829, 8592, 8978, 23758, 7645], "avg_logprob": -0.3450255004727111, "compression_ratio": 1.2764227642276422, "no_speech_prob": 0.0, "words": [{"start": 2566.15, "end": 2566.35, "word": "إنه", "probability": 0.42669677734375}, {"start": 2566.35, "end": 2566.61, "word": " أنا", "probability": 0.62548828125}, {"start": 2566.61, "end": 2567.41, "word": " بدي", "probability": 0.69921875}, {"start": 2567.41, "end": 2567.95, "word": " آجي", "probability": 0.657958984375}, {"start": 2567.95, "end": 2568.71, "word": " أقول", "probability": 0.876708984375}, {"start": 2568.71, "end": 2570.49, "word": " ال", "probability": 0.8916015625}, {"start": 2570.49, "end": 2571.73, "word": " ..", "probability": 0.21337890625}, {"start": 2571.73, "end": 2574.37, "word": " ال", "probability": 0.9130859375}, {"start": 2574.37, "end": 2574.93, "word": " B1", "probability": 0.68017578125}, {"start": 2574.93, "end": 2575.45, "word": " بنحط", "probability": 0.6099853515625}, {"start": 2575.45, "end": 2575.63, "word": " ال", "probability": 0.5400390625}, {"start": 2575.63, "end": 2575.83, "word": " code", "probability": 0.96728515625}, {"start": 2575.83, "end": 2577.47, "word": " تبعه", "probability": 0.925048828125}, {"start": 2577.47, "end": 2583.63, "word": " يليه", "probability": 0.7906901041666666}, {"start": 2583.63, "end": 2584.01, "word": " إيش", "probability": 0.82275390625}, {"start": 2584.01, "end": 2584.89, "word": " ال", "probability": 0.955078125}, {"start": 2584.89, "end": 2585.15, "word": " code", "probability": 0.98388671875}, {"start": 2585.15, "end": 2585.43, "word": " تبع", "probability": 0.9609375}, {"start": 2585.43, "end": 2585.99, "word": " B2", "probability": 0.812744140625}, {"start": 2585.99, "end": 2589.43, "word": " بس", "probability": 0.950439453125}, {"start": 2589.43, "end": 2589.89, "word": " بينهم", "probability": 0.93505859375}, {"start": 2589.89, "end": 2590.15, "word": " إيش", "probability": 0.9664713541666666}, {"start": 2590.15, "end": 2590.41, "word": " في", "probability": 0.8974609375}, {"start": 2590.41, "end": 2593.89, "word": " هذا", "probability": 0.339111328125}, {"start": 2593.89, "end": 2594.27, "word": " label", "probability": 0.97900390625}], "temperature": 1.0}, {"id": 90, "seek": 263146, "start": 2604.86, "end": 2631.46, "text": "هذا ال label شو وظيفته وظيفته انه انا لانها or لانها or فيفترض ان انا بفحص بالظبط بفحص b1 بس كان true خلاص بقدر اقفز وما اكملش مانفلش مانفلش ال code هذا بس بشوفش b2 الا لو كم بي واحد false ايوة بس اذا بي واحد false بكمل", "tokens": [3224, 15730, 2423, 7645, 13412, 2407, 4032, 19913, 33911, 47395, 4032, 19913, 33911, 47395, 16472, 3224, 1975, 8315, 5296, 7649, 11296, 420, 5296, 7649, 11296, 420, 6156, 33911, 2655, 43042, 16472, 1975, 8315, 4724, 5172, 5016, 9381, 20666, 19913, 3555, 9566, 4724, 5172, 5016, 9381, 272, 16, 4724, 3794, 25961, 2074, 16490, 1211, 33546, 4724, 28543, 2288, 1975, 4587, 5172, 11622, 4032, 15042, 1975, 24793, 1211, 8592, 3714, 7649, 5172, 1211, 8592, 3714, 7649, 5172, 1211, 8592, 2423, 3089, 23758, 4724, 3794, 4724, 8592, 38688, 8592, 272, 17, 42963, 45164, 9122, 2304, 4724, 1829, 36764, 24401, 7908, 1975, 1829, 2407, 3660, 4724, 3794, 1975, 15730, 4724, 1829, 36764, 24401, 7908, 4724, 24793, 1211], "avg_logprob": -0.2574013105609961, "compression_ratio": 1.875, "no_speech_prob": 0.0, "words": [{"start": 2604.86, "end": 2605.24, "word": "هذا", "probability": 0.861083984375}, {"start": 2605.24, "end": 2605.34, "word": " ال", "probability": 0.68505859375}, {"start": 2605.34, "end": 2605.64, "word": " label", "probability": 0.85302734375}, {"start": 2605.64, "end": 2606.56, "word": " شو", "probability": 0.52142333984375}, {"start": 2606.56, "end": 2607.1, "word": " وظيفته", "probability": 0.8599853515625}, {"start": 2607.1, "end": 2607.94, "word": " وظيفته", "probability": 0.77825927734375}, {"start": 2607.94, "end": 2608.18, "word": " انه", "probability": 0.69189453125}, {"start": 2608.18, "end": 2608.8, "word": " انا", "probability": 0.812744140625}, {"start": 2608.8, "end": 2609.62, "word": " لانها", "probability": 0.7933756510416666}, {"start": 2609.62, "end": 2610.02, "word": " or", "probability": 0.74267578125}, {"start": 2610.02, "end": 2610.72, "word": " لانها", "probability": 0.91796875}, {"start": 2610.72, "end": 2611.14, "word": " or", "probability": 0.97021484375}, {"start": 2611.14, "end": 2612.4, "word": " فيفترض", "probability": 0.7945556640625}, {"start": 2612.4, "end": 2612.66, "word": " ان", "probability": 0.92822265625}, {"start": 2612.66, "end": 2612.94, "word": " انا", "probability": 0.765869140625}, {"start": 2612.94, "end": 2613.68, "word": " بفحص", "probability": 0.8841552734375}, {"start": 2613.68, "end": 2615.58, "word": " بالظبط", "probability": 0.8048095703125}, {"start": 2615.58, "end": 2616.06, "word": " بفحص", "probability": 0.9700927734375}, {"start": 2616.06, "end": 2616.64, "word": " b1", "probability": 0.5577392578125}, {"start": 2616.64, "end": 2618.3, "word": " بس", "probability": 0.43408203125}, {"start": 2618.3, "end": 2618.56, "word": " كان", "probability": 0.79443359375}, {"start": 2618.56, "end": 2618.82, "word": " true", "probability": 0.90625}, {"start": 2618.82, "end": 2619.3, "word": " خلاص", "probability": 0.9474283854166666}, {"start": 2619.3, "end": 2619.74, "word": " بقدر", "probability": 0.908203125}, {"start": 2619.74, "end": 2620.46, "word": " اقفز", "probability": 0.90380859375}, {"start": 2620.46, "end": 2620.92, "word": " وما", "probability": 0.744384765625}, {"start": 2620.92, "end": 2621.76, "word": " اكملش", "probability": 0.892333984375}, {"start": 2621.76, "end": 2623.5, "word": " مانفلش", "probability": 0.7724609375}, {"start": 2623.5, "end": 2624.62, "word": " مانفلش", "probability": 0.8470703125}, {"start": 2624.62, "end": 2624.78, "word": " ال", "probability": 0.90283203125}, {"start": 2624.78, "end": 2625.02, "word": " code", "probability": 0.9755859375}, {"start": 2625.02, "end": 2625.34, "word": " هذا", "probability": 0.7509765625}, {"start": 2625.34, "end": 2625.52, "word": " بس", "probability": 0.912109375}, {"start": 2625.52, "end": 2625.9, "word": " بشوفش", "probability": 0.868408203125}, {"start": 2625.9, "end": 2626.28, "word": " b2", "probability": 0.589111328125}, {"start": 2626.28, "end": 2626.46, "word": " الا", "probability": 0.5546875}, {"start": 2626.46, "end": 2626.62, "word": " لو", "probability": 0.96142578125}, {"start": 2626.62, "end": 2626.86, "word": " كم", "probability": 0.4605712890625}, {"start": 2626.86, "end": 2626.96, "word": " بي", "probability": 0.703125}, {"start": 2626.96, "end": 2627.24, "word": " واحد", "probability": 0.838134765625}, {"start": 2627.24, "end": 2627.54, "word": " false", "probability": 0.444091796875}, {"start": 2627.54, "end": 2628.42, "word": " ايوة", "probability": 0.8021240234375}, {"start": 2628.42, "end": 2628.9, "word": " بس", "probability": 0.96435546875}, {"start": 2628.9, "end": 2629.26, "word": " اذا", "probability": 0.90234375}, {"start": 2629.26, "end": 2629.5, "word": " بي", "probability": 0.747802734375}, {"start": 2629.5, "end": 2629.92, "word": " واحد", "probability": 0.993896484375}, {"start": 2629.92, "end": 2630.46, "word": " false", "probability": 0.89599609375}, {"start": 2630.46, "end": 2631.46, "word": " بكمل", "probability": 0.9772135416666666}], "temperature": 1.0}, {"id": 91, "seek": 265282, "start": 2632.7, "end": 2652.82, "text": "فهذا ال label b1.false إذا هو .. نعم إذا هو b1.false إذا b1 كان false ماعرف أقولك b1.false يساوي new label okay new label .. new label هذا وين بده يروح؟", "tokens": [5172, 3224, 15730, 2423, 7645, 272, 16, 13, 36474, 405, 11933, 15730, 31439, 4386, 8717, 25957, 11933, 15730, 31439, 272, 16, 13, 36474, 405, 11933, 15730, 272, 16, 25961, 7908, 19446, 3615, 28480, 5551, 39648, 4117, 272, 16, 13, 36474, 405, 7251, 3794, 995, 45865, 777, 7645, 1392, 777, 7645, 4386, 777, 7645, 23758, 4032, 9957, 47525, 3224, 7251, 32887, 5016, 22807], "avg_logprob": -0.344494034373571, "compression_ratio": 1.5036496350364963, "no_speech_prob": 0.0, "words": [{"start": 2632.7, "end": 2633.3, "word": "فهذا", "probability": 0.78125}, {"start": 2633.3, "end": 2633.46, "word": " ال", "probability": 0.54443359375}, {"start": 2633.46, "end": 2633.8, "word": " label", "probability": 0.89208984375}, {"start": 2633.8, "end": 2634.38, "word": " b1", "probability": 0.55224609375}, {"start": 2634.38, "end": 2635.12, "word": ".false", "probability": 0.89111328125}, {"start": 2635.12, "end": 2635.64, "word": " إذا", "probability": 0.895751953125}, {"start": 2635.64, "end": 2636.02, "word": " هو", "probability": 0.81640625}, {"start": 2636.02, "end": 2636.42, "word": " ..", "probability": 0.2113037109375}, {"start": 2636.42, "end": 2638.62, "word": " نعم", "probability": 0.843994140625}, {"start": 2638.62, "end": 2638.96, "word": " إذا", "probability": 0.902587890625}, {"start": 2638.96, "end": 2639.22, "word": " هو", "probability": 0.904296875}, {"start": 2639.22, "end": 2639.78, "word": " b1", "probability": 0.876220703125}, {"start": 2639.78, "end": 2640.48, "word": ".false", "probability": 0.92138671875}, {"start": 2640.48, "end": 2641.48, "word": " إذا", "probability": 0.8701171875}, {"start": 2641.48, "end": 2641.92, "word": " b1", "probability": 0.7255859375}, {"start": 2641.92, "end": 2642.76, "word": " كان", "probability": 0.974609375}, {"start": 2642.76, "end": 2643.28, "word": " false", "probability": 0.402587890625}, {"start": 2643.28, "end": 2644.8, "word": " ماعرف", "probability": 0.724365234375}, {"start": 2644.8, "end": 2645.2, "word": " أقولك", "probability": 0.7290852864583334}, {"start": 2645.2, "end": 2645.9, "word": " b1", "probability": 0.568603515625}, {"start": 2645.9, "end": 2646.42, "word": ".false", "probability": 0.9568684895833334}, {"start": 2646.42, "end": 2646.8, "word": " يساوي", "probability": 0.7449951171875}, {"start": 2646.8, "end": 2647.12, "word": " new", "probability": 0.441162109375}, {"start": 2647.12, "end": 2647.54, "word": " label", "probability": 0.97900390625}, {"start": 2647.54, "end": 2648.42, "word": " okay", "probability": 0.333251953125}, {"start": 2648.42, "end": 2649.92, "word": " new", "probability": 0.5263671875}, {"start": 2649.92, "end": 2650.36, "word": " label", "probability": 0.96875}, {"start": 2650.36, "end": 2650.56, "word": " ..", "probability": 0.6044921875}, {"start": 2650.56, "end": 2651.42, "word": " new", "probability": 0.72998046875}, {"start": 2651.42, "end": 2651.68, "word": " label", "probability": 0.982421875}, {"start": 2651.68, "end": 2651.9, "word": " هذا", "probability": 0.93212890625}, {"start": 2651.9, "end": 2652.14, "word": " وين", "probability": 0.4649658203125}, {"start": 2652.14, "end": 2652.32, "word": " بده", "probability": 0.5885009765625}, {"start": 2652.32, "end": 2652.82, "word": " يروح؟", "probability": 0.8931884765625}], "temperature": 1.0}, {"id": 92, "seek": 269441, "start": 2665.23, "end": 2694.41, "text": "فانا الآن اللي هيحصل انك انك انت هيبقى ال code تبقى D1 D1 في اخر في اخر statement لها if نفترض انه ال value النهائي تبقى D1 صدفة temporary كنقمة 7 if T7", "tokens": [5172, 7649, 995, 6024, 48506, 13672, 1829, 39896, 5016, 36520, 16472, 4117, 16472, 4117, 16472, 2655, 39896, 3555, 4587, 7578, 2423, 3089, 6055, 3555, 4587, 7578, 413, 16, 413, 16, 8978, 1975, 34740, 8978, 1975, 34740, 5629, 5296, 11296, 498, 8717, 5172, 2655, 43042, 16472, 3224, 2423, 2158, 28239, 3224, 16373, 1829, 6055, 3555, 4587, 7578, 413, 16, 20328, 3215, 5172, 3660, 13413, 9122, 1863, 4587, 46007, 1614, 498, 314, 22], "avg_logprob": -0.4082031299670537, "compression_ratio": 1.4233128834355828, "no_speech_prob": 0.0, "words": [{"start": 2665.23, "end": 2666.31, "word": "فانا", "probability": 0.5162760416666666}, {"start": 2666.31, "end": 2666.65, "word": " الآن", "probability": 0.57196044921875}, {"start": 2666.65, "end": 2666.99, "word": " اللي", "probability": 0.5560302734375}, {"start": 2666.99, "end": 2667.53, "word": " هيحصل", "probability": 0.8551432291666666}, {"start": 2667.53, "end": 2668.03, "word": " انك", "probability": 0.4324951171875}, {"start": 2668.03, "end": 2668.27, "word": " انك", "probability": 0.52685546875}, {"start": 2668.27, "end": 2668.65, "word": " انت", "probability": 0.801025390625}, {"start": 2668.65, "end": 2669.35, "word": " هيبقى", "probability": 0.7392578125}, {"start": 2669.35, "end": 2669.47, "word": " ال", "probability": 0.57177734375}, {"start": 2669.47, "end": 2669.65, "word": " code", "probability": 0.89208984375}, {"start": 2669.65, "end": 2669.91, "word": " تبقى", "probability": 0.7208251953125}, {"start": 2669.91, "end": 2670.39, "word": " D1", "probability": 0.5758056640625}, {"start": 2670.39, "end": 2671.27, "word": " D1", "probability": 0.56634521484375}, {"start": 2671.27, "end": 2675.79, "word": " في", "probability": 0.78076171875}, {"start": 2675.79, "end": 2676.17, "word": " اخر", "probability": 0.7322998046875}, {"start": 2676.17, "end": 2677.13, "word": " في", "probability": 0.75634765625}, {"start": 2677.13, "end": 2677.65, "word": " اخر", "probability": 0.965087890625}, {"start": 2677.65, "end": 2679.25, "word": " statement", "probability": 0.876953125}, {"start": 2679.25, "end": 2680.17, "word": " لها", "probability": 0.61181640625}, {"start": 2680.17, "end": 2682.45, "word": " if", "probability": 0.212890625}, {"start": 2682.45, "end": 2684.95, "word": " نفترض", "probability": 0.8902587890625}, {"start": 2684.95, "end": 2685.49, "word": " انه", "probability": 0.751953125}, {"start": 2685.49, "end": 2685.67, "word": " ال", "probability": 0.91845703125}, {"start": 2685.67, "end": 2686.05, "word": " value", "probability": 0.96728515625}, {"start": 2686.05, "end": 2686.71, "word": " النهائي", "probability": 0.960693359375}, {"start": 2686.71, "end": 2687.73, "word": " تبقى", "probability": 0.919189453125}, {"start": 2687.73, "end": 2688.23, "word": " D1", "probability": 0.960205078125}, {"start": 2688.23, "end": 2689.05, "word": " صدفة", "probability": 0.70745849609375}, {"start": 2689.05, "end": 2689.93, "word": " temporary", "probability": 0.7724609375}, {"start": 2689.93, "end": 2690.89, "word": " كنقمة", "probability": 0.53546142578125}, {"start": 2690.89, "end": 2691.27, "word": " 7", "probability": 0.6689453125}, {"start": 2691.27, "end": 2692.67, "word": " if", "probability": 0.84033203125}, {"start": 2692.67, "end": 2694.41, "word": " T7", "probability": 0.755615234375}], "temperature": 1.0}, {"id": 93, "seek": 271979, "start": 2698.29, "end": 2719.79, "text": "is true هيقفز على بره على طول مظبوط اذا T7 false F false ها اكتب F false T7 go to P1", "tokens": [271, 2074, 8032, 1829, 4587, 5172, 11622, 15844, 4724, 2288, 3224, 15844, 23032, 12610, 3714, 19913, 3555, 2407, 9566, 1975, 15730, 314, 22, 7908, 479, 7908, 8032, 995, 1975, 4117, 2655, 3555, 479, 7908, 314, 22, 352, 281, 430, 16], "avg_logprob": -0.43978659118094093, "compression_ratio": 1.0952380952380953, "no_speech_prob": 1.7881393432617188e-07, "words": [{"start": 2698.29, "end": 2698.57, "word": "is", "probability": 0.1348876953125}, {"start": 2698.57, "end": 2699.05, "word": " true", "probability": 0.9140625}, {"start": 2699.05, "end": 2701.89, "word": " هيقفز", "probability": 0.8046875}, {"start": 2701.89, "end": 2702.07, "word": " على", "probability": 0.94091796875}, {"start": 2702.07, "end": 2702.41, "word": " بره", "probability": 0.7060546875}, {"start": 2702.41, "end": 2702.51, "word": " على", "probability": 0.7216796875}, {"start": 2702.51, "end": 2702.85, "word": " طول", "probability": 0.98681640625}, {"start": 2702.85, "end": 2704.65, "word": " مظبوط", "probability": 0.6623046875}, {"start": 2704.65, "end": 2705.79, "word": " اذا", "probability": 0.642333984375}, {"start": 2705.79, "end": 2706.37, "word": " T7", "probability": 0.823486328125}, {"start": 2706.37, "end": 2707.11, "word": " false", "probability": 0.37744140625}, {"start": 2707.11, "end": 2709.29, "word": " F", "probability": 0.35693359375}, {"start": 2709.29, "end": 2709.81, "word": " false", "probability": 0.5654296875}, {"start": 2709.81, "end": 2710.25, "word": " ها", "probability": 0.3397216796875}, {"start": 2710.25, "end": 2710.57, "word": " اكتب", "probability": 0.75067138671875}, {"start": 2710.57, "end": 2711.03, "word": " F", "probability": 0.64208984375}, {"start": 2711.03, "end": 2713.95, "word": " false", "probability": 0.68701171875}, {"start": 2713.95, "end": 2716.33, "word": " T7", "probability": 0.91650390625}, {"start": 2716.33, "end": 2717.23, "word": " go", "probability": 0.8076171875}, {"start": 2717.23, "end": 2717.99, "word": " to", "probability": 0.98193359375}, {"start": 2717.99, "end": 2719.79, "word": " P1", "probability": 0.879638671875}], "temperature": 1.0}, {"id": 94, "seek": 275637, "start": 2732.53, "end": 2756.37, "text": "هذه القفزة موجودة في كود B1 موجودة في كود بي واحد يعني بي واحد ترجمة تبعته انه إذا هو فوق ضمن الترجمة تبعته ضمن ال instructions تبعتهم في statement في الآخر بده تقول ان هو إذا انه صب ال value كله في الاخر في T7 بده نفحص T7 إذا T7 true", "tokens": [3224, 24192, 25062, 5172, 11622, 3660, 3714, 29245, 23328, 3660, 8978, 9122, 23328, 363, 16, 3714, 29245, 23328, 3660, 8978, 9122, 23328, 4724, 1829, 36764, 24401, 37495, 22653, 4724, 1829, 36764, 24401, 6055, 47341, 46007, 6055, 3555, 34268, 3224, 16472, 3224, 11933, 15730, 31439, 6156, 30543, 48812, 27842, 16712, 47341, 46007, 6055, 3555, 34268, 3224, 48812, 27842, 2423, 9415, 6055, 3555, 34268, 16095, 8978, 5629, 8978, 6024, 95, 34740, 47525, 3224, 6055, 39648, 16472, 31439, 11933, 15730, 16472, 3224, 20328, 3555, 2423, 2158, 28242, 3224, 8978, 2423, 47283, 2288, 8978, 314, 22, 47525, 3224, 8717, 5172, 5016, 9381, 314, 22, 11933, 15730, 314, 22, 2074], "avg_logprob": -0.33136791215752653, "compression_ratio": 1.8181818181818181, "no_speech_prob": 0.0, "words": [{"start": 2732.53, "end": 2732.95, "word": "هذه", "probability": 0.3802490234375}, {"start": 2732.95, "end": 2733.67, "word": " القفزة", "probability": 0.93408203125}, {"start": 2733.67, "end": 2734.09, "word": " موجودة", "probability": 0.958984375}, {"start": 2734.09, "end": 2734.19, "word": " في", "probability": 0.9248046875}, {"start": 2734.19, "end": 2734.61, "word": " كود", "probability": 0.534423828125}, {"start": 2734.61, "end": 2735.37, "word": " B1", "probability": 0.6458740234375}, {"start": 2735.37, "end": 2739.47, "word": " موجودة", "probability": 0.76531982421875}, {"start": 2739.47, "end": 2739.55, "word": " في", "probability": 0.96337890625}, {"start": 2739.55, "end": 2739.81, "word": " كود", "probability": 0.906982421875}, {"start": 2739.81, "end": 2740.09, "word": " بي", "probability": 0.43072509765625}, {"start": 2740.09, "end": 2740.49, "word": " واحد", "probability": 0.858154296875}, {"start": 2740.49, "end": 2740.83, "word": " يعني", "probability": 0.638671875}, {"start": 2740.83, "end": 2741.11, "word": " بي", "probability": 0.709716796875}, {"start": 2741.11, "end": 2741.47, "word": " واحد", "probability": 0.984130859375}, {"start": 2741.47, "end": 2742.01, "word": " ترجمة", "probability": 0.876953125}, {"start": 2742.01, "end": 2742.55, "word": " تبعته", "probability": 0.8284912109375}, {"start": 2742.55, "end": 2742.91, "word": " انه", "probability": 0.5999755859375}, {"start": 2742.91, "end": 2743.13, "word": " إذا", "probability": 0.7578125}, {"start": 2743.13, "end": 2743.37, "word": " هو", "probability": 0.95556640625}, {"start": 2743.37, "end": 2743.67, "word": " فوق", "probability": 0.56463623046875}, {"start": 2743.67, "end": 2744.47, "word": " ضمن", "probability": 0.82275390625}, {"start": 2744.47, "end": 2744.99, "word": " الترجمة", "probability": 0.82080078125}, {"start": 2744.99, "end": 2745.45, "word": " تبعته", "probability": 0.931640625}, {"start": 2745.45, "end": 2745.71, "word": " ضمن", "probability": 0.87841796875}, {"start": 2745.71, "end": 2745.91, "word": " ال", "probability": 0.8505859375}, {"start": 2745.91, "end": 2746.33, "word": " instructions", "probability": 0.2117919921875}, {"start": 2746.33, "end": 2746.93, "word": " تبعتهم", "probability": 0.9022216796875}, {"start": 2746.93, "end": 2747.49, "word": " في", "probability": 0.83984375}, {"start": 2747.49, "end": 2748.05, "word": " statement", "probability": 0.54638671875}, {"start": 2748.05, "end": 2748.31, "word": " في", "probability": 0.9501953125}, {"start": 2748.31, "end": 2748.77, "word": " الآخر", "probability": 0.8131510416666666}, {"start": 2748.77, "end": 2749.01, "word": " بده", "probability": 0.3896484375}, {"start": 2749.01, "end": 2749.33, "word": " تقول", "probability": 0.806396484375}, {"start": 2749.33, "end": 2749.59, "word": " ان", "probability": 0.5029296875}, {"start": 2749.59, "end": 2749.83, "word": " هو", "probability": 0.499267578125}, {"start": 2749.83, "end": 2750.19, "word": " إذا", "probability": 0.87109375}, {"start": 2750.19, "end": 2751.31, "word": " انه", "probability": 0.589111328125}, {"start": 2751.31, "end": 2751.55, "word": " صب", "probability": 0.81103515625}, {"start": 2751.55, "end": 2751.67, "word": " ال", "probability": 0.83251953125}, {"start": 2751.67, "end": 2751.99, "word": " value", "probability": 0.97900390625}, {"start": 2751.99, "end": 2752.33, "word": " كله", "probability": 0.981689453125}, {"start": 2752.33, "end": 2752.41, "word": " في", "probability": 0.97265625}, {"start": 2752.41, "end": 2752.67, "word": " الاخر", "probability": 0.7245279947916666}, {"start": 2752.67, "end": 2752.79, "word": " في", "probability": 0.73876953125}, {"start": 2752.79, "end": 2753.17, "word": " T7", "probability": 0.8818359375}, {"start": 2753.17, "end": 2753.39, "word": " بده", "probability": 0.452392578125}, {"start": 2753.39, "end": 2753.75, "word": " نفحص", "probability": 0.9093017578125}, {"start": 2753.75, "end": 2754.11, "word": " T7", "probability": 0.939208984375}, {"start": 2754.11, "end": 2754.23, "word": " إذا", "probability": 0.787841796875}, {"start": 2754.23, "end": 2754.83, "word": " T7", "probability": 0.863037109375}, {"start": 2754.83, "end": 2756.37, "word": " true", "probability": 0.359619140625}], "temperature": 1.0}, {"id": 95, "seek": 278700, "start": 2758.18, "end": 2787.0, "text": "بدنا نقفز إليش إلي برا إذا false بدنا نروح على وين ال shop التاني و أحس أن هذا ال statement بيوحدة true بيوحدة وين بتوديني يعني لو هذا لو T7 ال true يعني بيه كلها true بعد ذلك خلصنا بدنا نقفز برا وين برا؟ برا اللي هي أول statement أنا كله بيه", "tokens": [3555, 3215, 8315, 8717, 4587, 5172, 11622, 11933, 20292, 8592, 11933, 20292, 4724, 23557, 11933, 15730, 7908, 47525, 8315, 8717, 32887, 5016, 15844, 4032, 9957, 2423, 3945, 16712, 7649, 1829, 4032, 5551, 5016, 3794, 14739, 23758, 2423, 5629, 4724, 1829, 2407, 24401, 3660, 2074, 4724, 1829, 2407, 24401, 3660, 4032, 9957, 39894, 2407, 16254, 22653, 37495, 22653, 45164, 23758, 45164, 314, 22, 2423, 2074, 37495, 22653, 4724, 1829, 3224, 28242, 11296, 2074, 39182, 29910, 23275, 16490, 1211, 9381, 8315, 47525, 8315, 8717, 4587, 5172, 11622, 4724, 23557, 4032, 9957, 4724, 23557, 22807, 4724, 23557, 13672, 1829, 39896, 5551, 12610, 5629, 41850, 28242, 3224, 4724, 1829, 3224], "avg_logprob": -0.35397195036166185, "compression_ratio": 1.8317757009345794, "no_speech_prob": 0.0, "words": [{"start": 2758.18, "end": 2758.62, "word": "بدنا", "probability": 0.40338134765625}, {"start": 2758.62, "end": 2759.04, "word": " نقفز", "probability": 0.9344482421875}, {"start": 2759.04, "end": 2759.64, "word": " إليش", "probability": 0.567626953125}, {"start": 2759.64, "end": 2760.2, "word": " إلي", "probability": 0.40673828125}, {"start": 2760.2, "end": 2760.58, "word": " برا", "probability": 0.8974609375}, {"start": 2760.58, "end": 2761.3, "word": " إذا", "probability": 0.84375}, {"start": 2761.3, "end": 2761.68, "word": " false", "probability": 0.47509765625}, {"start": 2761.68, "end": 2762.1, "word": " بدنا", "probability": 0.6793212890625}, {"start": 2762.1, "end": 2762.32, "word": " نروح", "probability": 0.9563802083333334}, {"start": 2762.32, "end": 2762.7, "word": " على", "probability": 0.611328125}, {"start": 2762.7, "end": 2763.22, "word": " وين", "probability": 0.886474609375}, {"start": 2763.22, "end": 2763.36, "word": " ال", "probability": 0.50732421875}, {"start": 2763.36, "end": 2763.56, "word": " shop", "probability": 0.412353515625}, {"start": 2763.56, "end": 2765.66, "word": " التاني", "probability": 0.8981119791666666}, {"start": 2765.66, "end": 2767.52, "word": " و", "probability": 0.2066650390625}, {"start": 2767.52, "end": 2767.76, "word": " أحس", "probability": 0.7041829427083334}, {"start": 2767.76, "end": 2767.88, "word": " أن", "probability": 0.62255859375}, {"start": 2767.88, "end": 2768.1, "word": " هذا", "probability": 0.68408203125}, {"start": 2768.1, "end": 2768.3, "word": " ال", "probability": 0.80615234375}, {"start": 2768.3, "end": 2768.66, "word": " statement", "probability": 0.94873046875}, {"start": 2768.66, "end": 2769.84, "word": " بيوحدة", "probability": 0.70283203125}, {"start": 2769.84, "end": 2770.32, "word": " true", "probability": 0.84765625}, {"start": 2770.32, "end": 2771.78, "word": " بيوحدة", "probability": 0.933984375}, {"start": 2771.78, "end": 2772.08, "word": " وين", "probability": 0.873779296875}, {"start": 2772.08, "end": 2772.86, "word": " بتوديني", "probability": 0.6112060546875}, {"start": 2772.86, "end": 2773.42, "word": " يعني", "probability": 0.6702880859375}, {"start": 2773.42, "end": 2773.64, "word": " لو", "probability": 0.95556640625}, {"start": 2773.64, "end": 2774.04, "word": " هذا", "probability": 0.309814453125}, {"start": 2774.04, "end": 2776.0, "word": " لو", "probability": 0.375244140625}, {"start": 2776.0, "end": 2776.48, "word": " T7", "probability": 0.85546875}, {"start": 2776.48, "end": 2776.84, "word": " ال", "probability": 0.31982421875}, {"start": 2776.84, "end": 2777.22, "word": " true", "probability": 0.9677734375}, {"start": 2777.22, "end": 2777.56, "word": " يعني", "probability": 0.823974609375}, {"start": 2777.56, "end": 2778.6, "word": " بيه", "probability": 0.715576171875}, {"start": 2778.6, "end": 2778.9, "word": " كلها", "probability": 0.969970703125}, {"start": 2778.9, "end": 2779.28, "word": " true", "probability": 0.9765625}, {"start": 2779.28, "end": 2780.36, "word": " بعد", "probability": 0.0889892578125}, {"start": 2780.36, "end": 2780.66, "word": " ذلك", "probability": 0.86962890625}, {"start": 2780.66, "end": 2781.3, "word": " خلصنا", "probability": 0.9873046875}, {"start": 2781.3, "end": 2781.6, "word": " بدنا", "probability": 0.62158203125}, {"start": 2781.6, "end": 2782.18, "word": " نقفز", "probability": 0.9254150390625}, {"start": 2782.18, "end": 2782.58, "word": " برا", "probability": 0.96533203125}, {"start": 2782.58, "end": 2783.44, "word": " وين", "probability": 0.8330078125}, {"start": 2783.44, "end": 2783.92, "word": " برا؟", "probability": 0.7735188802083334}, {"start": 2783.92, "end": 2784.3, "word": " برا", "probability": 0.9013671875}, {"start": 2784.3, "end": 2784.64, "word": " اللي", "probability": 0.90576171875}, {"start": 2784.64, "end": 2784.9, "word": " هي", "probability": 0.771484375}, {"start": 2784.9, "end": 2785.26, "word": " أول", "probability": 0.945068359375}, {"start": 2785.26, "end": 2785.9, "word": " statement", "probability": 0.9521484375}, {"start": 2785.9, "end": 2786.44, "word": " أنا", "probability": 0.3017578125}, {"start": 2786.44, "end": 2786.76, "word": " كله", "probability": 0.983642578125}, {"start": 2786.76, "end": 2787.0, "word": " بيه", "probability": 0.9842122395833334}], "temperature": 1.0}, {"id": 96, "seek": 281438, "start": 2787.9, "end": 2814.38, "text": "أول statement بدأ تتنفذ بعد إذا كان هذا true ف ال dot true تبع بيه كله هي اللي بتتخزن ك dot true ل بيه واحد انت ذاكر ان هذا هييجي ال بيه ضمن if statement او while statement", "tokens": [10721, 12610, 5629, 47525, 10721, 6055, 2655, 1863, 5172, 8848, 39182, 11933, 15730, 25961, 23758, 2074, 6156, 2423, 5893, 2074, 6055, 3555, 3615, 4724, 1829, 3224, 28242, 3224, 39896, 13672, 1829, 39894, 2655, 9778, 11622, 1863, 9122, 5893, 2074, 5296, 4724, 1829, 3224, 36764, 24401, 16472, 2655, 29910, 995, 37983, 16472, 23758, 39896, 1829, 7435, 1829, 2423, 4724, 1829, 3224, 48812, 27842, 498, 5629, 1975, 2407, 1339, 5629], "avg_logprob": -0.3238224568574325, "compression_ratio": 1.5838509316770186, "no_speech_prob": 0.0, "words": [{"start": 2787.9, "end": 2788.32, "word": "أول", "probability": 0.876708984375}, {"start": 2788.32, "end": 2788.92, "word": " statement", "probability": 0.5556640625}, {"start": 2788.92, "end": 2789.74, "word": " بدأ", "probability": 0.363922119140625}, {"start": 2789.74, "end": 2790.4, "word": " تتنفذ", "probability": 0.7509765625}, {"start": 2790.4, "end": 2791.26, "word": " بعد", "probability": 0.88720703125}, {"start": 2791.26, "end": 2791.82, "word": " إذا", "probability": 0.73828125}, {"start": 2791.82, "end": 2792.0, "word": " كان", "probability": 0.97412109375}, {"start": 2792.0, "end": 2792.18, "word": " هذا", "probability": 0.6767578125}, {"start": 2792.18, "end": 2792.44, "word": " true", "probability": 0.80224609375}, {"start": 2792.44, "end": 2795.18, "word": " ف", "probability": 0.60693359375}, {"start": 2795.18, "end": 2795.58, "word": " ال", "probability": 0.1806640625}, {"start": 2795.58, "end": 2795.84, "word": " dot", "probability": 0.59033203125}, {"start": 2795.84, "end": 2796.34, "word": " true", "probability": 0.89599609375}, {"start": 2796.34, "end": 2796.7, "word": " تبع", "probability": 0.7229817708333334}, {"start": 2796.7, "end": 2796.98, "word": " بيه", "probability": 0.5860188802083334}, {"start": 2796.98, "end": 2797.78, "word": " كله", "probability": 0.978271484375}, {"start": 2797.78, "end": 2798.3, "word": " هي", "probability": 0.8046875}, {"start": 2798.3, "end": 2798.4, "word": " اللي", "probability": 0.93994140625}, {"start": 2798.4, "end": 2799.1, "word": " بتتخزن", "probability": 0.7484375}, {"start": 2799.1, "end": 2799.58, "word": " ك", "probability": 0.96875}, {"start": 2799.58, "end": 2800.64, "word": " dot", "probability": 0.70751953125}, {"start": 2800.64, "end": 2801.0, "word": " true", "probability": 0.98876953125}, {"start": 2801.0, "end": 2801.24, "word": " ل", "probability": 0.94189453125}, {"start": 2801.24, "end": 2801.78, "word": " بيه", "probability": 0.7867838541666666}, {"start": 2801.78, "end": 2802.12, "word": " واحد", "probability": 0.98388671875}, {"start": 2802.12, "end": 2804.68, "word": " انت", "probability": 0.8125}, {"start": 2804.68, "end": 2805.12, "word": " ذاكر", "probability": 0.9150390625}, {"start": 2805.12, "end": 2805.3, "word": " ان", "probability": 0.45556640625}, {"start": 2805.3, "end": 2805.52, "word": " هذا", "probability": 0.52001953125}, {"start": 2805.52, "end": 2806.06, "word": " هييجي", "probability": 0.7830810546875}, {"start": 2806.06, "end": 2806.26, "word": " ال", "probability": 0.73681640625}, {"start": 2806.26, "end": 2808.04, "word": " بيه", "probability": 0.7535807291666666}, {"start": 2808.04, "end": 2808.66, "word": " ضمن", "probability": 0.9765625}, {"start": 2808.66, "end": 2810.22, "word": " if", "probability": 0.66748046875}, {"start": 2810.22, "end": 2810.82, "word": " statement", "probability": 0.93896484375}, {"start": 2810.82, "end": 2811.24, "word": " او", "probability": 0.769287109375}, {"start": 2811.24, "end": 2813.82, "word": " while", "probability": 0.876953125}, {"start": 2813.82, "end": 2814.38, "word": " statement", "probability": 0.94921875}], "temperature": 1.0}, {"id": 97, "seek": 284248, "start": 2815.14, "end": 2842.48, "text": "فالـ B هذا الـ dot true تبع إذا هو true سينتقل ال execution هنا وهذا اللي بدي أن ينتقل ال execution أيضا هنا إذا كان إذا الـ B هذا متكون من two child born expressions إذا هذا لحاله true فبدي أيضا أبقى على M عشان هي كذا أحنا أعطينا ال dot true تبع ال child", "tokens": [5172, 6027, 39184, 363, 23758, 2423, 39184, 5893, 2074, 6055, 3555, 3615, 11933, 15730, 31439, 2074, 8608, 9957, 2655, 4587, 1211, 2423, 15058, 34105, 37037, 15730, 13672, 1829, 4724, 16254, 14739, 7251, 29399, 4587, 1211, 2423, 15058, 36632, 11242, 995, 34105, 11933, 15730, 25961, 11933, 15730, 2423, 39184, 363, 23758, 44650, 30544, 9154, 732, 1440, 4232, 15277, 11933, 15730, 23758, 5296, 5016, 6027, 3224, 2074, 6156, 3555, 16254, 36632, 11242, 995, 5551, 3555, 4587, 7578, 15844, 376, 6225, 8592, 7649, 39896, 9122, 15730, 5551, 5016, 8315, 5551, 3615, 9566, 1829, 8315, 2423, 5893, 2074, 6055, 3555, 3615, 2423, 1440], "avg_logprob": -0.31765623718500136, "compression_ratio": 1.8333333333333333, "no_speech_prob": 0.0, "words": [{"start": 2815.14, "end": 2815.54, "word": "فالـ", "probability": 0.421630859375}, {"start": 2815.54, "end": 2815.7, "word": " B", "probability": 0.390869140625}, {"start": 2815.7, "end": 2816.12, "word": " هذا", "probability": 0.82763671875}, {"start": 2816.12, "end": 2816.66, "word": " الـ", "probability": 0.53662109375}, {"start": 2816.66, "end": 2816.82, "word": " dot", "probability": 0.59423828125}, {"start": 2816.82, "end": 2817.12, "word": " true", "probability": 0.85986328125}, {"start": 2817.12, "end": 2817.34, "word": " تبع", "probability": 0.6559651692708334}, {"start": 2817.34, "end": 2817.5, "word": " إذا", "probability": 0.669677734375}, {"start": 2817.5, "end": 2817.74, "word": " هو", "probability": 0.921875}, {"start": 2817.74, "end": 2818.04, "word": " true", "probability": 0.86767578125}, {"start": 2818.04, "end": 2818.68, "word": " سينتقل", "probability": 0.83076171875}, {"start": 2818.68, "end": 2818.78, "word": " ال", "probability": 0.73974609375}, {"start": 2818.78, "end": 2819.12, "word": " execution", "probability": 0.70947265625}, {"start": 2819.12, "end": 2819.5, "word": " هنا", "probability": 0.94287109375}, {"start": 2819.5, "end": 2820.7, "word": " وهذا", "probability": 0.784912109375}, {"start": 2820.7, "end": 2820.86, "word": " اللي", "probability": 0.68994140625}, {"start": 2820.86, "end": 2821.24, "word": " بدي", "probability": 0.613525390625}, {"start": 2821.24, "end": 2822.14, "word": " أن", "probability": 0.50341796875}, {"start": 2822.14, "end": 2822.56, "word": " ينتقل", "probability": 0.78765869140625}, {"start": 2822.56, "end": 2822.66, "word": " ال", "probability": 0.93408203125}, {"start": 2822.66, "end": 2823.1, "word": " execution", "probability": 0.95263671875}, {"start": 2823.1, "end": 2823.5, "word": " أيضا", "probability": 0.7003580729166666}, {"start": 2823.5, "end": 2823.76, "word": " هنا", "probability": 0.94970703125}, {"start": 2823.76, "end": 2824.12, "word": " إذا", "probability": 0.950439453125}, {"start": 2824.12, "end": 2824.48, "word": " كان", "probability": 0.84619140625}, {"start": 2824.48, "end": 2825.28, "word": " إذا", "probability": 0.7452392578125}, {"start": 2825.28, "end": 2825.4, "word": " الـ", "probability": 0.785888671875}, {"start": 2825.4, "end": 2825.5, "word": " B", "probability": 0.69677734375}, {"start": 2825.5, "end": 2825.82, "word": " هذا", "probability": 0.69873046875}, {"start": 2825.82, "end": 2827.92, "word": " متكون", "probability": 0.628662109375}, {"start": 2827.92, "end": 2828.24, "word": " من", "probability": 0.9814453125}, {"start": 2828.24, "end": 2829.04, "word": " two", "probability": 0.70849609375}, {"start": 2829.04, "end": 2829.86, "word": " child", "probability": 0.82763671875}, {"start": 2829.86, "end": 2830.72, "word": " born", "probability": 0.5439453125}, {"start": 2830.72, "end": 2831.24, "word": " expressions", "probability": 0.98583984375}, {"start": 2831.24, "end": 2832.04, "word": " إذا", "probability": 0.93701171875}, {"start": 2832.04, "end": 2832.38, "word": " هذا", "probability": 0.9443359375}, {"start": 2832.38, "end": 2833.0, "word": " لحاله", "probability": 0.928466796875}, {"start": 2833.0, "end": 2833.4, "word": " true", "probability": 0.97314453125}, {"start": 2833.4, "end": 2834.58, "word": " فبدي", "probability": 0.7947591145833334}, {"start": 2834.58, "end": 2835.02, "word": " أيضا", "probability": 0.95947265625}, {"start": 2835.02, "end": 2836.46, "word": " أبقى", "probability": 0.66912841796875}, {"start": 2836.46, "end": 2836.88, "word": " على", "probability": 0.900390625}, {"start": 2836.88, "end": 2838.4, "word": " M", "probability": 0.486083984375}, {"start": 2838.4, "end": 2839.12, "word": " عشان", "probability": 0.7902018229166666}, {"start": 2839.12, "end": 2839.24, "word": " هي", "probability": 0.88818359375}, {"start": 2839.24, "end": 2839.46, "word": " كذا", "probability": 0.8115234375}, {"start": 2839.46, "end": 2839.68, "word": " أحنا", "probability": 0.7777506510416666}, {"start": 2839.68, "end": 2840.26, "word": " أعطينا", "probability": 0.90234375}, {"start": 2840.26, "end": 2840.88, "word": " ال", "probability": 0.9208984375}, {"start": 2840.88, "end": 2841.08, "word": " dot", "probability": 0.83154296875}, {"start": 2841.08, "end": 2841.36, "word": " true", "probability": 0.97802734375}, {"start": 2841.36, "end": 2841.78, "word": " تبع", "probability": 0.8907877604166666}, {"start": 2841.78, "end": 2842.04, "word": " ال", "probability": 0.9423828125}, {"start": 2842.04, "end": 2842.48, "word": " child", "probability": 0.75}], "temperature": 1.0}, {"id": 98, "seek": 287279, "start": 2843.05, "end": 2872.79, "text": "تاخد نفس ال dot true تبع actual parent واضحة؟ فاحنا أهم حاجة أن نربط ال pointers تبع ال false و ال true تبع ال B1 و B2 اللي هو ال child expressions أو sub boolean expressions و بعد هيك نكون ال translation الإجمالية تبع ال expression الإجمالي", "tokens": [2655, 47283, 3215, 8717, 36178, 2423, 5893, 2074, 6055, 3555, 3615, 3539, 2596, 4032, 46958, 5016, 3660, 22807, 6156, 39319, 8315, 5551, 16095, 11331, 26108, 3660, 14739, 8717, 25513, 9566, 2423, 44548, 6055, 3555, 3615, 2423, 7908, 4032, 2423, 2074, 6055, 3555, 3615, 2423, 363, 16, 4032, 363, 17, 13672, 1829, 31439, 2423, 1440, 15277, 34051, 1422, 748, 4812, 282, 15277, 4032, 39182, 39896, 4117, 8717, 30544, 2423, 12853, 33688, 7435, 2304, 6027, 10632, 6055, 3555, 3615, 2423, 6114, 33688, 7435, 2304, 6027, 1829], "avg_logprob": -0.3860294117647059, "compression_ratio": 1.5794392523364487, "no_speech_prob": 0.0, "words": [{"start": 2843.05, "end": 2843.49, "word": "تاخد", "probability": 0.7403971354166666}, {"start": 2843.49, "end": 2844.83, "word": " نفس", "probability": 0.733642578125}, {"start": 2844.83, "end": 2844.97, "word": " ال", "probability": 0.85400390625}, {"start": 2844.97, "end": 2845.11, "word": " dot", "probability": 0.08251953125}, {"start": 2845.11, "end": 2845.27, "word": " true", "probability": 0.5205078125}, {"start": 2845.27, "end": 2845.63, "word": " تبع", "probability": 0.8046875}, {"start": 2845.63, "end": 2846.05, "word": " actual", "probability": 0.2218017578125}, {"start": 2846.05, "end": 2846.53, "word": " parent", "probability": 0.876953125}, {"start": 2846.53, "end": 2849.27, "word": " واضحة؟", "probability": 0.617529296875}, {"start": 2849.27, "end": 2849.65, "word": " فاحنا", "probability": 0.6075846354166666}, {"start": 2849.65, "end": 2851.67, "word": " أهم", "probability": 0.5850830078125}, {"start": 2851.67, "end": 2854.07, "word": " حاجة", "probability": 0.9041341145833334}, {"start": 2854.07, "end": 2854.29, "word": " أن", "probability": 0.3544921875}, {"start": 2854.29, "end": 2855.19, "word": " نربط", "probability": 0.8780924479166666}, {"start": 2855.19, "end": 2855.37, "word": " ال", "probability": 0.88623046875}, {"start": 2855.37, "end": 2855.91, "word": " pointers", "probability": 0.6240234375}, {"start": 2855.91, "end": 2856.51, "word": " تبع", "probability": 0.7814127604166666}, {"start": 2856.51, "end": 2856.77, "word": " ال", "probability": 0.83935546875}, {"start": 2856.77, "end": 2857.17, "word": " false", "probability": 0.74072265625}, {"start": 2857.17, "end": 2857.35, "word": " و", "probability": 0.72705078125}, {"start": 2857.35, "end": 2857.47, "word": " ال", "probability": 0.69189453125}, {"start": 2857.47, "end": 2857.71, "word": " true", "probability": 0.982421875}, {"start": 2857.71, "end": 2858.01, "word": " تبع", "probability": 0.774169921875}, {"start": 2858.01, "end": 2858.15, "word": " ال", "probability": 0.63720703125}, {"start": 2858.15, "end": 2858.51, "word": " B1", "probability": 0.656005859375}, {"start": 2858.51, "end": 2858.69, "word": " و", "probability": 0.94775390625}, {"start": 2858.69, "end": 2859.21, "word": " B2", "probability": 0.799560546875}, {"start": 2859.21, "end": 2859.95, "word": " اللي", "probability": 0.6708984375}, {"start": 2859.95, "end": 2860.11, "word": " هو", "probability": 0.68505859375}, {"start": 2860.11, "end": 2860.25, "word": " ال", "probability": 0.77734375}, {"start": 2860.25, "end": 2860.67, "word": " child", "probability": 0.654296875}, {"start": 2860.67, "end": 2861.57, "word": " expressions", "probability": 0.76513671875}, {"start": 2861.57, "end": 2861.83, "word": " أو", "probability": 0.642578125}, {"start": 2861.83, "end": 2862.27, "word": " sub", "probability": 0.3466796875}, {"start": 2862.27, "end": 2863.07, "word": " boolean", "probability": 0.7378743489583334}, {"start": 2863.07, "end": 2863.71, "word": " expressions", "probability": 0.951171875}, {"start": 2863.71, "end": 2864.47, "word": " و", "probability": 0.498779296875}, {"start": 2864.47, "end": 2864.67, "word": " بعد", "probability": 0.87158203125}, {"start": 2864.67, "end": 2865.03, "word": " هيك", "probability": 0.51806640625}, {"start": 2865.03, "end": 2866.71, "word": " نكون", "probability": 0.5355224609375}, {"start": 2866.71, "end": 2867.75, "word": " ال", "probability": 0.53076171875}, {"start": 2867.75, "end": 2868.65, "word": " translation", "probability": 0.947265625}, {"start": 2868.65, "end": 2869.85, "word": " الإجمالية", "probability": 0.958203125}, {"start": 2869.85, "end": 2870.87, "word": " تبع", "probability": 0.9095052083333334}, {"start": 2870.87, "end": 2871.39, "word": " ال", "probability": 0.8701171875}, {"start": 2871.39, "end": 2872.15, "word": " expression", "probability": 0.56787109375}, {"start": 2872.15, "end": 2872.79, "word": " الإجمالي", "probability": 0.8580078125}], "temperature": 1.0}, {"id": 99, "seek": 289951, "start": 2873.93, "end": 2899.51, "text": "هذا في حالة ال or في حالة ال and طبعا هذا الكلام اللي هو إنه إذا هذا true أقفز على طول و أخرج على طول هذا بيسميه short circuit صح ولا لا بيسميه short circuit إنه أنا ما أعملش فحص لكل ال disjunctions طب ما هو هي or disjunction فأي واحد منهم true خلاص بوفر علي أفحص الآخر", "tokens": [3224, 15730, 8978, 11331, 6027, 3660, 2423, 420, 8978, 11331, 6027, 3660, 2423, 293, 23032, 3555, 3615, 995, 23758, 2423, 28820, 10943, 13672, 1829, 31439, 36145, 3224, 11933, 15730, 23758, 2074, 5551, 4587, 5172, 11622, 15844, 23032, 12610, 4032, 5551, 34740, 7435, 15844, 23032, 12610, 23758, 4724, 1829, 38251, 1829, 3224, 2099, 9048, 20328, 5016, 49429, 20193, 4724, 1829, 38251, 1829, 3224, 2099, 9048, 36145, 3224, 41850, 19446, 5551, 25957, 1211, 8592, 6156, 5016, 9381, 5296, 28820, 2423, 717, 10010, 3916, 23032, 3555, 19446, 31439, 39896, 420, 717, 10010, 882, 6156, 10721, 1829, 36764, 24401, 9154, 16095, 2074, 16490, 1211, 33546, 4724, 38688, 2288, 25894, 5551, 5172, 5016, 9381, 6024, 95, 34740], "avg_logprob": -0.1778207901304802, "compression_ratio": 1.8296943231441047, "no_speech_prob": 1.1920928955078125e-07, "words": [{"start": 2873.93, "end": 2874.03, "word": "هذا", "probability": 0.7080078125}, {"start": 2874.03, "end": 2874.15, "word": " في", "probability": 0.84814453125}, {"start": 2874.15, "end": 2874.57, "word": " حالة", "probability": 0.9925130208333334}, {"start": 2874.57, "end": 2874.69, "word": " ال", "probability": 0.94140625}, {"start": 2874.69, "end": 2874.83, "word": " or", "probability": 0.262939453125}, {"start": 2874.83, "end": 2874.99, "word": " في", "probability": 0.53759765625}, {"start": 2874.99, "end": 2875.41, "word": " حالة", "probability": 0.99462890625}, {"start": 2875.41, "end": 2875.53, "word": " ال", "probability": 0.96923828125}, {"start": 2875.53, "end": 2875.79, "word": " and", "probability": 0.94873046875}, {"start": 2875.79, "end": 2876.09, "word": " طبعا", "probability": 0.8541259765625}, {"start": 2876.09, "end": 2876.31, "word": " هذا", "probability": 0.81103515625}, {"start": 2876.31, "end": 2876.93, "word": " الكلام", "probability": 0.9443359375}, {"start": 2876.93, "end": 2877.89, "word": " اللي", "probability": 0.837646484375}, {"start": 2877.89, "end": 2878.13, "word": " هو", "probability": 0.98828125}, {"start": 2878.13, "end": 2878.45, "word": " إنه", "probability": 0.619140625}, {"start": 2878.45, "end": 2878.67, "word": " إذا", "probability": 0.914794921875}, {"start": 2878.67, "end": 2878.99, "word": " هذا", "probability": 0.833984375}, {"start": 2878.99, "end": 2879.33, "word": " true", "probability": 0.97509765625}, {"start": 2879.33, "end": 2879.99, "word": " أقفز", "probability": 0.9266357421875}, {"start": 2879.99, "end": 2880.13, "word": " على", "probability": 0.978515625}, {"start": 2880.13, "end": 2880.61, "word": " طول", "probability": 0.993408203125}, {"start": 2880.61, "end": 2881.05, "word": " و", "probability": 0.432373046875}, {"start": 2881.05, "end": 2881.33, "word": " أخرج", "probability": 0.9345703125}, {"start": 2881.33, "end": 2881.43, "word": " على", "probability": 0.98291015625}, {"start": 2881.43, "end": 2881.65, "word": " طول", "probability": 0.995849609375}, {"start": 2881.65, "end": 2881.85, "word": " هذا", "probability": 0.6806640625}, {"start": 2881.85, "end": 2882.27, "word": " بيسميه", "probability": 0.774853515625}, {"start": 2882.27, "end": 2882.51, "word": " short", "probability": 0.9453125}, {"start": 2882.51, "end": 2882.95, "word": " circuit", "probability": 0.95556640625}, {"start": 2882.95, "end": 2883.23, "word": " صح", "probability": 0.957275390625}, {"start": 2883.23, "end": 2883.39, "word": " ولا", "probability": 0.421875}, {"start": 2883.39, "end": 2883.55, "word": " لا", "probability": 0.50830078125}, {"start": 2883.55, "end": 2884.63, "word": " بيسميه", "probability": 0.93740234375}, {"start": 2884.63, "end": 2884.89, "word": " short", "probability": 0.98095703125}, {"start": 2884.89, "end": 2885.29, "word": " circuit", "probability": 0.955078125}, {"start": 2885.29, "end": 2885.59, "word": " إنه", "probability": 0.690185546875}, {"start": 2885.59, "end": 2885.81, "word": " أنا", "probability": 0.74609375}, {"start": 2885.81, "end": 2886.27, "word": " ما", "probability": 0.81005859375}, {"start": 2886.27, "end": 2887.43, "word": " أعملش", "probability": 0.9498291015625}, {"start": 2887.43, "end": 2887.97, "word": " فحص", "probability": 0.9747721354166666}, {"start": 2887.97, "end": 2888.85, "word": " لكل", "probability": 0.976318359375}, {"start": 2888.85, "end": 2889.21, "word": " ال", "probability": 0.94091796875}, {"start": 2889.21, "end": 2890.51, "word": " disjunctions", "probability": 0.796875}, {"start": 2890.51, "end": 2891.31, "word": " طب", "probability": 0.940185546875}, {"start": 2891.31, "end": 2891.39, "word": " ما", "probability": 0.7939453125}, {"start": 2891.39, "end": 2891.67, "word": " هو", "probability": 0.95751953125}, {"start": 2891.67, "end": 2891.99, "word": " هي", "probability": 0.7490234375}, {"start": 2891.99, "end": 2892.35, "word": " or", "probability": 0.91162109375}, {"start": 2892.35, "end": 2893.07, "word": " disjunction", "probability": 0.6638997395833334}, {"start": 2893.07, "end": 2893.61, "word": " فأي", "probability": 0.9108072916666666}, {"start": 2893.61, "end": 2893.93, "word": " واحد", "probability": 0.990966796875}, {"start": 2893.93, "end": 2894.29, "word": " منهم", "probability": 0.994140625}, {"start": 2894.29, "end": 2895.71, "word": " true", "probability": 0.6064453125}, {"start": 2895.71, "end": 2896.41, "word": " خلاص", "probability": 0.9765625}, {"start": 2896.41, "end": 2896.79, "word": " بوفر", "probability": 0.9334309895833334}, {"start": 2896.79, "end": 2897.01, "word": " علي", "probability": 0.48681640625}, {"start": 2897.01, "end": 2898.25, "word": " أفحص", "probability": 0.8602294921875}, {"start": 2898.25, "end": 2899.51, "word": " الآخر", "probability": 0.79541015625}], "temperature": 1.0}, {"id": 100, "seek": 292387, "start": 2900.49, "end": 2923.87, "text": "الان نفس الاشي في short cut لل end بس العكس يعني لو واحد منهم طلع false بخرج وما بحتاجش افحص بجيت ال sub expressions ال sub boolean expressions صح؟ راهز ان التركيبة تبعت ال code", "tokens": [6027, 7649, 8717, 36178, 2423, 33599, 1829, 8978, 2099, 1723, 24976, 917, 4724, 3794, 18863, 4117, 3794, 37495, 22653, 45164, 36764, 24401, 9154, 16095, 23032, 1211, 3615, 7908, 4724, 34740, 7435, 4032, 15042, 4724, 33753, 26108, 8592, 1975, 5172, 5016, 9381, 4724, 7435, 36081, 2423, 1422, 15277, 2423, 1422, 748, 4812, 282, 15277, 20328, 5016, 22807, 12602, 40294, 11622, 16472, 16712, 31747, 1829, 49401, 6055, 3555, 34268, 2423, 3089], "avg_logprob": -0.34754465179783955, "compression_ratio": 1.4640883977900552, "no_speech_prob": 0.0, "words": [{"start": 2900.49, "end": 2901.05, "word": "الان", "probability": 0.7353515625}, {"start": 2901.05, "end": 2901.69, "word": " نفس", "probability": 0.86767578125}, {"start": 2901.69, "end": 2902.03, "word": " الاشي", "probability": 0.66455078125}, {"start": 2902.03, "end": 2902.19, "word": " في", "probability": 0.87548828125}, {"start": 2902.19, "end": 2903.05, "word": " short", "probability": 0.320556640625}, {"start": 2903.05, "end": 2903.49, "word": " cut", "probability": 0.88232421875}, {"start": 2903.49, "end": 2904.29, "word": " لل", "probability": 0.52734375}, {"start": 2904.29, "end": 2904.81, "word": " end", "probability": 0.46533203125}, {"start": 2904.81, "end": 2905.97, "word": " بس", "probability": 0.7452392578125}, {"start": 2905.97, "end": 2906.43, "word": " العكس", "probability": 0.8055013020833334}, {"start": 2906.43, "end": 2906.75, "word": " يعني", "probability": 0.63916015625}, {"start": 2906.75, "end": 2907.03, "word": " لو", "probability": 0.6044921875}, {"start": 2907.03, "end": 2907.33, "word": " واحد", "probability": 0.9775390625}, {"start": 2907.33, "end": 2907.69, "word": " منهم", "probability": 0.9833984375}, {"start": 2907.69, "end": 2908.01, "word": " طلع", "probability": 0.7566731770833334}, {"start": 2908.01, "end": 2908.55, "word": " false", "probability": 0.494140625}, {"start": 2908.55, "end": 2910.03, "word": " بخرج", "probability": 0.81494140625}, {"start": 2910.03, "end": 2910.37, "word": " وما", "probability": 0.6632080078125}, {"start": 2910.37, "end": 2911.47, "word": " بحتاجش", "probability": 0.767578125}, {"start": 2911.47, "end": 2912.01, "word": " افحص", "probability": 0.836181640625}, {"start": 2912.01, "end": 2912.63, "word": " بجيت", "probability": 0.76904296875}, {"start": 2912.63, "end": 2912.85, "word": " ال", "probability": 0.88037109375}, {"start": 2912.85, "end": 2914.55, "word": " sub", "probability": 0.77197265625}, {"start": 2914.55, "end": 2915.37, "word": " expressions", "probability": 0.623046875}, {"start": 2915.37, "end": 2916.23, "word": " ال", "probability": 0.56591796875}, {"start": 2916.23, "end": 2916.47, "word": " sub", "probability": 0.7607421875}, {"start": 2916.47, "end": 2916.83, "word": " boolean", "probability": 0.7748209635416666}, {"start": 2916.83, "end": 2917.27, "word": " expressions", "probability": 0.8798828125}, {"start": 2917.27, "end": 2918.81, "word": " صح؟", "probability": 0.7024739583333334}, {"start": 2918.81, "end": 2921.37, "word": " راهز", "probability": 0.5256144205729166}, {"start": 2921.37, "end": 2921.49, "word": " ان", "probability": 0.65771484375}, {"start": 2921.49, "end": 2922.23, "word": " التركيبة", "probability": 0.9649658203125}, {"start": 2922.23, "end": 2922.87, "word": " تبعت", "probability": 0.7683919270833334}, {"start": 2922.87, "end": 2923.25, "word": " ال", "probability": 0.794921875}, {"start": 2923.25, "end": 2923.87, "word": " code", "probability": 0.97509765625}], "temperature": 1.0}, {"id": 101, "seek": 295496, "start": 2929.18, "end": 2954.96, "text": "هنا بيوة حدق ال true أخدت ال new label ال new label اللي هو DG في النص هذا اللي في النص جاي علشان إيش جاي علشان إذا والله هذا ال true أفحص أما إذا false أطلع بديش أكمل بدي أطلع برا عشان هيك إذا هو true بكمل الفحص عشان هيك إذا هو true", "tokens": [3224, 8315, 4724, 1829, 2407, 3660, 11331, 3215, 4587, 2423, 2074, 5551, 9778, 3215, 2655, 2423, 777, 7645, 2423, 777, 7645, 13672, 1829, 31439, 413, 38, 8978, 28239, 9381, 23758, 13672, 1829, 8978, 28239, 9381, 10874, 47302, 11203, 8592, 7649, 11933, 1829, 8592, 10874, 47302, 11203, 8592, 7649, 11933, 15730, 16070, 43761, 23758, 2423, 2074, 5551, 5172, 5016, 9381, 5551, 15042, 11933, 15730, 7908, 5551, 9566, 1211, 3615, 47525, 1829, 8592, 5551, 24793, 1211, 4724, 16254, 5551, 9566, 1211, 3615, 4724, 23557, 6225, 8592, 7649, 39896, 4117, 11933, 15730, 31439, 2074, 4724, 24793, 1211, 27188, 5016, 9381, 6225, 8592, 7649, 39896, 4117, 11933, 15730, 31439, 2074], "avg_logprob": -0.2610981185859609, "compression_ratio": 2.0491803278688523, "no_speech_prob": 0.0, "words": [{"start": 2929.18, "end": 2929.44, "word": "هنا", "probability": 0.6741943359375}, {"start": 2929.44, "end": 2929.84, "word": " بيوة", "probability": 0.63104248046875}, {"start": 2929.84, "end": 2930.4, "word": " حدق", "probability": 0.5938313802083334}, {"start": 2930.4, "end": 2930.64, "word": " ال", "probability": 0.83984375}, {"start": 2930.64, "end": 2930.96, "word": " true", "probability": 0.65380859375}, {"start": 2930.96, "end": 2932.04, "word": " أخدت", "probability": 0.830078125}, {"start": 2932.04, "end": 2932.16, "word": " ال", "probability": 0.87744140625}, {"start": 2932.16, "end": 2932.34, "word": " new", "probability": 0.63623046875}, {"start": 2932.34, "end": 2932.68, "word": " label", "probability": 0.970703125}, {"start": 2932.68, "end": 2932.88, "word": " ال", "probability": 0.6572265625}, {"start": 2932.88, "end": 2933.04, "word": " new", "probability": 0.31103515625}, {"start": 2933.04, "end": 2933.4, "word": " label", "probability": 0.97314453125}, {"start": 2933.4, "end": 2933.56, "word": " اللي", "probability": 0.686279296875}, {"start": 2933.56, "end": 2933.68, "word": " هو", "probability": 0.85693359375}, {"start": 2933.68, "end": 2934.2, "word": " DG", "probability": 0.43951416015625}, {"start": 2934.2, "end": 2934.72, "word": " في", "probability": 0.59765625}, {"start": 2934.72, "end": 2935.16, "word": " النص", "probability": 0.8564453125}, {"start": 2935.16, "end": 2935.9, "word": " هذا", "probability": 0.454345703125}, {"start": 2935.9, "end": 2936.14, "word": " اللي", "probability": 0.9755859375}, {"start": 2936.14, "end": 2936.24, "word": " في", "probability": 0.89794921875}, {"start": 2936.24, "end": 2936.54, "word": " النص", "probability": 0.95947265625}, {"start": 2936.54, "end": 2936.84, "word": " جاي", "probability": 0.82421875}, {"start": 2936.84, "end": 2937.26, "word": " علشان", "probability": 0.8548177083333334}, {"start": 2937.26, "end": 2937.7, "word": " إيش", "probability": 0.8193359375}, {"start": 2937.7, "end": 2938.7, "word": " جاي", "probability": 0.65625}, {"start": 2938.7, "end": 2939.94, "word": " علشان", "probability": 0.9664713541666666}, {"start": 2939.94, "end": 2940.28, "word": " إذا", "probability": 0.959228515625}, {"start": 2940.28, "end": 2940.82, "word": " والله", "probability": 0.8662109375}, {"start": 2940.82, "end": 2941.74, "word": " هذا", "probability": 0.923828125}, {"start": 2941.74, "end": 2942.86, "word": " ال", "probability": 0.771484375}, {"start": 2942.86, "end": 2943.22, "word": " true", "probability": 0.994140625}, {"start": 2943.22, "end": 2944.52, "word": " أفحص", "probability": 0.8985595703125}, {"start": 2944.52, "end": 2944.8, "word": " أما", "probability": 0.778564453125}, {"start": 2944.8, "end": 2945.02, "word": " إذا", "probability": 0.873291015625}, {"start": 2945.02, "end": 2945.54, "word": " false", "probability": 0.56787109375}, {"start": 2945.54, "end": 2946.14, "word": " أطلع", "probability": 0.8729248046875}, {"start": 2946.14, "end": 2946.68, "word": " بديش", "probability": 0.5022786458333334}, {"start": 2946.68, "end": 2947.28, "word": " أكمل", "probability": 0.9384765625}, {"start": 2947.28, "end": 2947.52, "word": " بدي", "probability": 0.63671875}, {"start": 2947.52, "end": 2947.84, "word": " أطلع", "probability": 0.981201171875}, {"start": 2947.84, "end": 2948.24, "word": " برا", "probability": 0.7259521484375}, {"start": 2948.24, "end": 2949.7, "word": " عشان", "probability": 0.729736328125}, {"start": 2949.7, "end": 2949.96, "word": " هيك", "probability": 0.875244140625}, {"start": 2949.96, "end": 2950.28, "word": " إذا", "probability": 0.9306640625}, {"start": 2950.28, "end": 2950.58, "word": " هو", "probability": 0.99462890625}, {"start": 2950.58, "end": 2951.06, "word": " true", "probability": 0.97802734375}, {"start": 2951.06, "end": 2952.32, "word": " بكمل", "probability": 0.9752604166666666}, {"start": 2952.32, "end": 2953.36, "word": " الفحص", "probability": 0.9073893229166666}, {"start": 2953.36, "end": 2953.96, "word": " عشان", "probability": 0.9874674479166666}, {"start": 2953.96, "end": 2954.16, "word": " هيك", "probability": 0.992431640625}, {"start": 2954.16, "end": 2954.3, "word": " إذا", "probability": 0.968017578125}, {"start": 2954.3, "end": 2954.54, "word": " هو", "probability": 0.99365234375}, {"start": 2954.54, "end": 2954.96, "word": " true", "probability": 0.99365234375}], "temperature": 1.0}, {"id": 102, "seek": 298475, "start": 2955.89, "end": 2984.75, "text": "عشان هي أجت على إضافة true attribute تبع بي واحد إذا true بدى أتقل إلى ال new label هذا بدى يجي هنا فإذا بي واحد ال true بدى أقفز بدى أروح عليه عشان أكمل فحص اللي هو بي اتنين وإذا في كمان برضه بي تلاته طبعا هذا الأمر انت عارف هو nested يعني هذا يعني لو أنا عندي تلات شروط", "tokens": [3615, 8592, 7649, 39896, 5551, 7435, 2655, 15844, 11933, 11242, 31845, 3660, 2074, 951, 81, 897, 1169, 6055, 3555, 3615, 4724, 1829, 36764, 24401, 11933, 15730, 2074, 47525, 7578, 5551, 2655, 4587, 1211, 30731, 2423, 777, 7645, 23758, 47525, 7578, 7251, 7435, 1829, 34105, 6156, 28814, 15730, 4724, 1829, 36764, 24401, 2423, 2074, 47525, 7578, 5551, 4587, 5172, 11622, 47525, 7578, 5551, 32887, 5016, 47356, 6225, 8592, 7649, 5551, 24793, 1211, 6156, 5016, 9381, 13672, 1829, 31439, 4724, 1829, 1975, 2655, 1863, 9957, 4032, 28814, 15730, 8978, 9122, 2304, 7649, 4724, 43042, 3224, 4724, 1829, 6055, 1211, 9307, 3224, 23032, 3555, 3615, 995, 23758, 16247, 29973, 16472, 2655, 6225, 9640, 5172, 31439, 15646, 292, 37495, 22653, 23758, 37495, 22653, 45164, 41850, 18871, 16254, 6055, 1211, 9307, 13412, 32887, 9566], "avg_logprob": -0.327644224350269, "compression_ratio": 1.8360655737704918, "no_speech_prob": 0.0, "words": [{"start": 2955.89, "end": 2956.23, "word": "عشان", "probability": 0.7941080729166666}, {"start": 2956.23, "end": 2956.77, "word": " هي", "probability": 0.4814453125}, {"start": 2956.77, "end": 2957.21, "word": " أجت", "probability": 0.5922037760416666}, {"start": 2957.21, "end": 2957.47, "word": " على", "probability": 0.85400390625}, {"start": 2957.47, "end": 2957.99, "word": " إضافة", "probability": 0.739501953125}, {"start": 2957.99, "end": 2958.39, "word": " true", "probability": 0.409912109375}, {"start": 2958.39, "end": 2959.33, "word": " attribute", "probability": 0.5955810546875}, {"start": 2959.33, "end": 2959.57, "word": " تبع", "probability": 0.7183837890625}, {"start": 2959.57, "end": 2959.75, "word": " بي", "probability": 0.40472412109375}, {"start": 2959.75, "end": 2960.13, "word": " واحد", "probability": 0.984130859375}, {"start": 2960.13, "end": 2962.05, "word": " إذا", "probability": 0.840087890625}, {"start": 2962.05, "end": 2962.49, "word": " true", "probability": 0.724609375}, {"start": 2962.49, "end": 2963.05, "word": " بدى", "probability": 0.4508056640625}, {"start": 2963.05, "end": 2963.57, "word": " أتقل", "probability": 0.77752685546875}, {"start": 2963.57, "end": 2963.87, "word": " إلى", "probability": 0.529296875}, {"start": 2963.87, "end": 2964.51, "word": " ال", "probability": 0.69970703125}, {"start": 2964.51, "end": 2964.71, "word": " new", "probability": 0.1612548828125}, {"start": 2964.71, "end": 2965.03, "word": " label", "probability": 0.71142578125}, {"start": 2965.03, "end": 2965.41, "word": " هذا", "probability": 0.66943359375}, {"start": 2965.41, "end": 2966.11, "word": " بدى", "probability": 0.5538330078125}, {"start": 2966.11, "end": 2966.33, "word": " يجي", "probability": 0.81201171875}, {"start": 2966.33, "end": 2966.59, "word": " هنا", "probability": 0.97314453125}, {"start": 2966.59, "end": 2967.81, "word": " فإذا", "probability": 0.96826171875}, {"start": 2967.81, "end": 2968.09, "word": " بي", "probability": 0.9501953125}, {"start": 2968.09, "end": 2968.55, "word": " واحد", "probability": 0.993408203125}, {"start": 2968.55, "end": 2969.31, "word": " ال", "probability": 0.52685546875}, {"start": 2969.31, "end": 2969.53, "word": " true", "probability": 0.98193359375}, {"start": 2969.53, "end": 2970.13, "word": " بدى", "probability": 0.77587890625}, {"start": 2970.13, "end": 2971.13, "word": " أقفز", "probability": 0.7884521484375}, {"start": 2971.13, "end": 2971.59, "word": " بدى", "probability": 0.65576171875}, {"start": 2971.59, "end": 2971.79, "word": " أروح", "probability": 0.9197591145833334}, {"start": 2971.79, "end": 2972.11, "word": " عليه", "probability": 0.9541015625}, {"start": 2972.11, "end": 2972.51, "word": " عشان", "probability": 0.9820963541666666}, {"start": 2972.51, "end": 2973.07, "word": " أكمل", "probability": 0.97119140625}, {"start": 2973.07, "end": 2974.01, "word": " فحص", "probability": 0.9563802083333334}, {"start": 2974.01, "end": 2974.47, "word": " اللي", "probability": 0.690673828125}, {"start": 2974.47, "end": 2974.69, "word": " هو", "probability": 0.95263671875}, {"start": 2974.69, "end": 2975.01, "word": " بي", "probability": 0.6162109375}, {"start": 2975.01, "end": 2975.37, "word": " اتنين", "probability": 0.8480224609375}, {"start": 2975.37, "end": 2976.27, "word": " وإذا", "probability": 0.8759765625}, {"start": 2976.27, "end": 2976.43, "word": " في", "probability": 0.66064453125}, {"start": 2976.43, "end": 2976.81, "word": " كمان", "probability": 0.9239908854166666}, {"start": 2976.81, "end": 2977.15, "word": " برضه", "probability": 0.8771158854166666}, {"start": 2977.15, "end": 2977.35, "word": " بي", "probability": 0.885009765625}, {"start": 2977.35, "end": 2977.67, "word": " تلاته", "probability": 0.7374267578125}, {"start": 2977.67, "end": 2977.99, "word": " طبعا", "probability": 0.9046630859375}, {"start": 2977.99, "end": 2978.25, "word": " هذا", "probability": 0.85009765625}, {"start": 2978.25, "end": 2978.71, "word": " الأمر", "probability": 0.6597900390625}, {"start": 2978.71, "end": 2979.25, "word": " انت", "probability": 0.670166015625}, {"start": 2979.25, "end": 2979.57, "word": " عارف", "probability": 0.9314778645833334}, {"start": 2979.57, "end": 2979.71, "word": " هو", "probability": 0.78173828125}, {"start": 2979.71, "end": 2981.65, "word": " nested", "probability": 0.72021484375}, {"start": 2981.65, "end": 2981.97, "word": " يعني", "probability": 0.730224609375}, {"start": 2981.97, "end": 2982.89, "word": " هذا", "probability": 0.59423828125}, {"start": 2982.89, "end": 2983.55, "word": " يعني", "probability": 0.6593017578125}, {"start": 2983.55, "end": 2983.71, "word": " لو", "probability": 0.48291015625}, {"start": 2983.71, "end": 2983.81, "word": " أنا", "probability": 0.62939453125}, {"start": 2983.81, "end": 2983.99, "word": " عندي", "probability": 0.5709228515625}, {"start": 2983.99, "end": 2984.27, "word": " تلات", "probability": 0.9798177083333334}, {"start": 2984.27, "end": 2984.75, "word": " شروط", "probability": 0.85107421875}], "temperature": 1.0}, {"id": 103, "seek": 301425, "start": 2985.79, "end": 3014.25, "text": "هيجم هادا هيجم متكون من ايش P1A and P1B وبعدين هادا فالان البنيه هادى بتسمح بال nesting بتسمح ان انا تتكرر ال graphية تتفرع لصديق اللي هو ال conditions من بعضها", "tokens": [3224, 1829, 7435, 2304, 8032, 18513, 995, 39896, 7435, 2304, 44650, 30544, 9154, 1975, 1829, 8592, 430, 16, 32, 293, 430, 16, 33, 46599, 22488, 9957, 8032, 18513, 995, 6156, 6027, 7649, 29739, 22653, 3224, 8032, 18513, 7578, 39894, 38251, 5016, 20666, 297, 8714, 39894, 38251, 5016, 16472, 1975, 8315, 6055, 2655, 37983, 2288, 2423, 4295, 10632, 6055, 2655, 5172, 2288, 3615, 5296, 9381, 16254, 4587, 13672, 1829, 31439, 2423, 4487, 9154, 45030, 11242, 11296], "avg_logprob": -0.44202301651239395, "compression_ratio": 1.505813953488372, "no_speech_prob": 0.0, "words": [{"start": 2985.79, "end": 2986.55, "word": "هيجم", "probability": 0.54345703125}, {"start": 2986.55, "end": 2991.43, "word": " هادا", "probability": 0.22578938802083334}, {"start": 2991.43, "end": 2991.79, "word": " هيجم", "probability": 0.5439453125}, {"start": 2991.79, "end": 2992.33, "word": " متكون", "probability": 0.39501953125}, {"start": 2992.33, "end": 2992.57, "word": " من", "probability": 0.9658203125}, {"start": 2992.57, "end": 2992.93, "word": " ايش", "probability": 0.6383463541666666}, {"start": 2992.93, "end": 2994.37, "word": " P1A", "probability": 0.5333658854166666}, {"start": 2994.37, "end": 2995.33, "word": " and", "probability": 0.5537109375}, {"start": 2995.33, "end": 2997.83, "word": " P1B", "probability": 0.8933919270833334}, {"start": 2997.83, "end": 2999.89, "word": " وبعدين", "probability": 0.6873575846354166}, {"start": 2999.89, "end": 3000.61, "word": " هادا", "probability": 0.7246907552083334}, {"start": 3000.61, "end": 3005.27, "word": " فالان", "probability": 0.6109212239583334}, {"start": 3005.27, "end": 3006.15, "word": " البنيه", "probability": 0.7516276041666666}, {"start": 3006.15, "end": 3006.57, "word": " هادى", "probability": 0.7430013020833334}, {"start": 3006.57, "end": 3007.07, "word": " بتسمح", "probability": 0.93408203125}, {"start": 3007.07, "end": 3007.27, "word": " بال", "probability": 0.97021484375}, {"start": 3007.27, "end": 3007.77, "word": " nesting", "probability": 0.55047607421875}, {"start": 3007.77, "end": 3008.57, "word": " بتسمح", "probability": 0.90869140625}, {"start": 3008.57, "end": 3008.73, "word": " ان", "probability": 0.66357421875}, {"start": 3008.73, "end": 3008.99, "word": " انا", "probability": 0.82470703125}, {"start": 3008.99, "end": 3009.81, "word": " تتكرر", "probability": 0.8885498046875}, {"start": 3009.81, "end": 3011.05, "word": " ال", "probability": 0.257568359375}, {"start": 3011.05, "end": 3011.43, "word": " graphية", "probability": 0.51318359375}, {"start": 3011.43, "end": 3012.01, "word": " تتفرع", "probability": 0.926953125}, {"start": 3012.01, "end": 3012.61, "word": " لصديق", "probability": 0.710693359375}, {"start": 3012.61, "end": 3012.83, "word": " اللي", "probability": 0.743408203125}, {"start": 3012.83, "end": 3013.09, "word": " هو", "probability": 0.9677734375}, {"start": 3013.09, "end": 3013.27, "word": " ال", "probability": 0.81787109375}, {"start": 3013.27, "end": 3013.65, "word": " conditions", "probability": 0.88671875}, {"start": 3013.65, "end": 3013.89, "word": " من", "probability": 0.9501953125}, {"start": 3013.89, "end": 3014.25, "word": " بعضها", "probability": 0.9314778645833334}], "temperature": 1.0}, {"id": 104, "seek": 304494, "start": 3015.56, "end": 3044.94, "text": "فواضح ليش هذا الان dot true أخد ال new label علشان إذا هذا true فعلا يكمل على البعد إذا false إذا false بيطلع تماما يطلع تماما يعني يروح على ال statement اللي بعد B مش مش بيروح على S1 بيروح على ال statement اللي بعد ال S اللي بعد ال S تماما اللي هو على طول اللي بعد ال B تماما okay بيطلع برا على ال", "tokens": [5172, 2407, 46958, 5016, 32239, 8592, 23758, 2423, 7649, 5893, 2074, 5551, 9778, 3215, 2423, 777, 7645, 11203, 8592, 7649, 11933, 15730, 23758, 2074, 6156, 3615, 15040, 7251, 24793, 1211, 15844, 29739, 22488, 11933, 15730, 7908, 11933, 15730, 7908, 4724, 1829, 9566, 1211, 3615, 46811, 10943, 995, 7251, 9566, 1211, 3615, 46811, 10943, 995, 37495, 22653, 7251, 32887, 5016, 15844, 2423, 5629, 13672, 1829, 39182, 363, 37893, 37893, 4724, 1829, 32887, 5016, 15844, 318, 16, 4724, 1829, 32887, 5016, 15844, 2423, 5629, 13672, 1829, 39182, 2423, 318, 13672, 1829, 39182, 2423, 318, 46811, 10943, 995, 13672, 1829, 31439, 15844, 23032, 12610, 13672, 1829, 39182, 2423, 363, 46811, 10943, 995, 1392, 4724, 1829, 9566, 1211, 3615, 4724, 23557, 15844, 2423], "avg_logprob": -0.2755208427707354, "compression_ratio": 2.2046511627906975, "no_speech_prob": 1.1920928955078125e-07, "words": [{"start": 3015.56, "end": 3016.08, "word": "فواضح", "probability": 0.725677490234375}, {"start": 3016.08, "end": 3016.34, "word": " ليش", "probability": 0.75732421875}, {"start": 3016.34, "end": 3016.54, "word": " هذا", "probability": 0.58203125}, {"start": 3016.54, "end": 3016.8, "word": " الان", "probability": 0.58447265625}, {"start": 3016.8, "end": 3017.06, "word": " dot", "probability": 0.309326171875}, {"start": 3017.06, "end": 3017.3, "word": " true", "probability": 0.96337890625}, {"start": 3017.3, "end": 3017.7, "word": " أخد", "probability": 0.7371419270833334}, {"start": 3017.7, "end": 3017.82, "word": " ال", "probability": 0.89892578125}, {"start": 3017.82, "end": 3017.94, "word": " new", "probability": 0.2021484375}, {"start": 3017.94, "end": 3018.28, "word": " label", "probability": 0.98291015625}, {"start": 3018.28, "end": 3018.88, "word": " علشان", "probability": 0.83203125}, {"start": 3018.88, "end": 3019.24, "word": " إذا", "probability": 0.90087890625}, {"start": 3019.24, "end": 3019.62, "word": " هذا", "probability": 0.697265625}, {"start": 3019.62, "end": 3019.96, "word": " true", "probability": 0.8125}, {"start": 3019.96, "end": 3020.5, "word": " فعلا", "probability": 0.9127604166666666}, {"start": 3020.5, "end": 3020.94, "word": " يكمل", "probability": 0.95947265625}, {"start": 3020.94, "end": 3021.12, "word": " على", "probability": 0.794921875}, {"start": 3021.12, "end": 3021.42, "word": " البعد", "probability": 0.494384765625}, {"start": 3021.42, "end": 3022.28, "word": " إذا", "probability": 0.65478515625}, {"start": 3022.28, "end": 3022.84, "word": " false", "probability": 0.69580078125}, {"start": 3022.84, "end": 3023.74, "word": " إذا", "probability": 0.57879638671875}, {"start": 3023.74, "end": 3024.02, "word": " false", "probability": 0.80322265625}, {"start": 3024.02, "end": 3024.52, "word": " بيطلع", "probability": 0.68544921875}, {"start": 3024.52, "end": 3025.0, "word": " تماما", "probability": 0.9947916666666666}, {"start": 3025.0, "end": 3025.3, "word": " يطلع", "probability": 0.71966552734375}, {"start": 3025.3, "end": 3025.64, "word": " تماما", "probability": 0.9925130208333334}, {"start": 3025.64, "end": 3025.84, "word": " يعني", "probability": 0.939453125}, {"start": 3025.84, "end": 3026.16, "word": " يروح", "probability": 0.95166015625}, {"start": 3026.16, "end": 3026.48, "word": " على", "probability": 0.91552734375}, {"start": 3026.48, "end": 3027.44, "word": " ال", "probability": 0.734375}, {"start": 3027.44, "end": 3027.96, "word": " statement", "probability": 0.962890625}, {"start": 3027.96, "end": 3030.42, "word": " اللي", "probability": 0.88037109375}, {"start": 3030.42, "end": 3030.64, "word": " بعد", "probability": 0.869140625}, {"start": 3030.64, "end": 3031.0, "word": " B", "probability": 0.2330322265625}, {"start": 3031.0, "end": 3031.74, "word": " مش", "probability": 0.822265625}, {"start": 3031.74, "end": 3032.1, "word": " مش", "probability": 0.333740234375}, {"start": 3032.1, "end": 3032.46, "word": " بيروح", "probability": 0.80841064453125}, {"start": 3032.46, "end": 3032.64, "word": " على", "probability": 0.9296875}, {"start": 3032.64, "end": 3033.14, "word": " S1", "probability": 0.5546875}, {"start": 3033.14, "end": 3033.74, "word": " بيروح", "probability": 0.882568359375}, {"start": 3033.74, "end": 3033.9, "word": " على", "probability": 0.921875}, {"start": 3033.9, "end": 3034.0, "word": " ال", "probability": 0.64794921875}, {"start": 3034.0, "end": 3034.34, "word": " statement", "probability": 0.9609375}, {"start": 3034.34, "end": 3034.54, "word": " اللي", "probability": 0.981689453125}, {"start": 3034.54, "end": 3034.76, "word": " بعد", "probability": 0.91015625}, {"start": 3034.76, "end": 3034.9, "word": " ال", "probability": 0.87255859375}, {"start": 3034.9, "end": 3035.3, "word": " S", "probability": 0.96630859375}, {"start": 3035.3, "end": 3036.54, "word": " اللي", "probability": 0.841064453125}, {"start": 3036.54, "end": 3036.7, "word": " بعد", "probability": 0.8994140625}, {"start": 3036.7, "end": 3036.82, "word": " ال", "probability": 0.94140625}, {"start": 3036.82, "end": 3036.98, "word": " S", "probability": 0.9736328125}, {"start": 3036.98, "end": 3037.86, "word": " تماما", "probability": 0.9973958333333334}, {"start": 3037.86, "end": 3038.32, "word": " اللي", "probability": 0.962890625}, {"start": 3038.32, "end": 3038.52, "word": " هو", "probability": 0.93017578125}, {"start": 3038.52, "end": 3038.94, "word": " على", "probability": 0.75927734375}, {"start": 3038.94, "end": 3039.18, "word": " طول", "probability": 0.98486328125}, {"start": 3039.18, "end": 3039.32, "word": " اللي", "probability": 0.628662109375}, {"start": 3039.32, "end": 3039.52, "word": " بعد", "probability": 0.88037109375}, {"start": 3039.52, "end": 3039.68, "word": " ال", "probability": 0.74755859375}, {"start": 3039.68, "end": 3039.88, "word": " B", "probability": 0.8505859375}, {"start": 3039.88, "end": 3040.7, "word": " تماما", "probability": 0.9970703125}, {"start": 3040.7, "end": 3041.66, "word": " okay", "probability": 0.466064453125}, {"start": 3041.66, "end": 3043.52, "word": " بيطلع", "probability": 0.875830078125}, {"start": 3043.52, "end": 3043.96, "word": " برا", "probability": 0.697021484375}, {"start": 3043.96, "end": 3044.42, "word": " على", "probability": 0.9375}, {"start": 3044.42, "end": 3044.94, "word": " ال", "probability": 0.9580078125}], "temperature": 1.0}, {"id": 105, "seek": 307376, "start": 3045.62, "end": 3073.76, "text": "بصير بي دوت فوكس بي واحد دوت فوكس بي دوت فوكس بي اتنين not true بيساوي بي دوت فوكس بي اتنين not true بيساوي بي دوت فوكس بي اتنين not true بيساوي بي اتنين not true بيساوي بي اتنين not true بيساوي بي اتنين not true بيساوي بي اتنين not true بيساوي بي اتنين not true بيساوي بي أتنين not true بيساوي بي أتنين not true بيساوي بي أتنين not true بيساوي بي أتنين not true بيساوي بي أتنين not true بيساوي بي أتنين not true بي", "tokens": [3555, 9381, 13546, 4724, 1829, 11778, 35473, 6156, 2407, 4117, 3794, 4724, 1829, 36764, 24401, 11778, 35473, 6156, 2407, 4117, 3794, 4724, 1829, 11778, 35473, 6156, 2407, 4117, 3794, 4724, 1829, 1975, 2655, 1863, 9957, 406, 2074, 4724, 1829, 3794, 995, 45865, 4724, 1829, 11778, 35473, 6156, 2407, 4117, 3794, 4724, 1829, 1975, 2655, 1863, 9957, 406, 2074, 4724, 1829, 3794, 995, 45865, 4724, 1829, 11778, 35473, 6156, 2407, 4117, 3794, 4724, 1829, 1975, 2655, 1863, 9957, 406, 2074, 4724, 1829, 3794, 995, 45865, 4724, 1829, 1975, 2655, 1863, 9957, 406, 2074, 4724, 1829, 3794, 995, 45865, 4724, 1829, 1975, 2655, 1863, 9957, 406, 2074, 4724, 1829, 3794, 995, 45865, 4724, 1829, 1975, 2655, 1863, 9957, 406, 2074, 4724, 1829, 3794, 995, 45865, 4724, 1829, 1975, 2655, 1863, 9957, 406, 2074, 4724, 1829, 3794, 995, 45865, 4724, 1829, 1975, 2655, 1863, 9957, 406, 2074, 4724, 1829, 3794, 995, 45865, 4724, 1829, 5551, 2655, 1863, 9957, 406, 2074, 4724, 1829, 3794, 995, 45865, 4724, 1829, 5551, 2655, 1863, 9957, 406, 2074, 4724, 1829, 3794, 995, 45865, 4724, 1829, 5551, 2655, 1863, 9957, 406, 2074, 4724, 1829, 3794, 995, 45865, 4724, 1829, 5551, 2655, 1863, 9957, 406, 2074, 4724, 1829, 3794, 995, 45865, 4724, 1829, 5551, 2655, 1863, 9957, 406, 2074, 4724, 1829, 3794, 995, 45865, 4724, 1829, 5551, 2655, 1863, 9957, 406, 2074, 4724, 1829], "avg_logprob": -0.18833332697550456, "compression_ratio": 7.340909090909091, "no_speech_prob": 5.960464477539063e-08, "words": [{"start": 3045.62, "end": 3046.12, "word": "بصير", "probability": 0.34423828125}, {"start": 3046.12, "end": 3046.46, "word": " بي", "probability": 0.52947998046875}, {"start": 3046.46, "end": 3046.62, "word": " دوت", "probability": 0.32745361328125}, {"start": 3046.62, "end": 3047.04, "word": " فوكس", "probability": 0.851806640625}, {"start": 3047.04, "end": 3049.12, "word": " بي", "probability": 0.6021728515625}, {"start": 3049.12, "end": 3049.52, "word": " واحد", "probability": 0.90234375}, {"start": 3049.52, "end": 3049.72, "word": " دوت", "probability": 0.6361083984375}, {"start": 3049.72, "end": 3049.92, "word": " فوكس", "probability": 0.9764404296875}, {"start": 3049.92, "end": 3050.32, "word": " بي", "probability": 0.76416015625}, {"start": 3050.32, "end": 3050.6, "word": " دوت", "probability": 0.507781982421875}, {"start": 3050.6, "end": 3051.02, "word": " فوكس", "probability": 0.916259765625}, {"start": 3051.02, "end": 3051.62, "word": " بي", "probability": 0.67626953125}, {"start": 3051.62, "end": 3051.98, "word": " اتنين", "probability": 0.879638671875}, {"start": 3051.98, "end": 3052.32, "word": " not", "probability": 0.416259765625}, {"start": 3052.32, "end": 3052.66, "word": " true", "probability": 0.982421875}, {"start": 3052.66, "end": 3053.18, "word": " بيساوي", "probability": 0.671240234375}, {"start": 3053.18, "end": 3053.44, "word": " بي", "probability": 0.720703125}, {"start": 3053.44, "end": 3054.0, "word": " دوت", "probability": 0.763427734375}, {"start": 3054.0, "end": 3054.08, "word": " فوكس", "probability": 0.786285400390625}, {"start": 3054.08, "end": 3054.2, "word": " بي", "probability": 0.653076171875}, {"start": 3054.2, "end": 3062.42, "word": " اتنين", "probability": 0.80767822265625}, {"start": 3062.42, "end": 3062.44, "word": " not", "probability": 0.402587890625}, {"start": 3062.44, "end": 3062.44, "word": " true", "probability": 0.98486328125}, {"start": 3062.44, "end": 3062.88, "word": " بيساوي", "probability": 0.9162109375}, {"start": 3062.88, "end": 3063.08, "word": " بي", "probability": 0.859619140625}, {"start": 3063.08, "end": 3063.14, "word": " دوت", "probability": 0.83056640625}, {"start": 3063.14, "end": 3063.34, "word": " فوكس", "probability": 0.9906005859375}, {"start": 3063.34, "end": 3063.44, "word": " بي", "probability": 0.836181640625}, {"start": 3063.44, "end": 3063.82, "word": " اتنين", "probability": 0.802947998046875}, {"start": 3063.82, "end": 3063.92, "word": " not", "probability": 0.556640625}, {"start": 3063.92, "end": 3063.92, "word": " true", "probability": 0.9833984375}, {"start": 3063.92, "end": 3065.12, "word": " بيساوي", "probability": 0.8998046875}, {"start": 3065.12, "end": 3065.54, "word": " بي", "probability": 0.7607421875}, {"start": 3065.54, "end": 3065.76, "word": " اتنين", "probability": 0.83306884765625}, {"start": 3065.76, "end": 3065.76, "word": " not", "probability": 0.49609375}, {"start": 3065.76, "end": 3065.8, "word": " true", "probability": 0.98486328125}, {"start": 3065.8, "end": 3066.2, "word": " بيساوي", "probability": 0.881640625}, {"start": 3066.2, "end": 3066.2, "word": " بي", "probability": 0.7420654296875}, {"start": 3066.2, "end": 3068.48, "word": " اتنين", "probability": 0.9176025390625}, {"start": 3068.48, "end": 3068.5, "word": " not", "probability": 0.796875}, {"start": 3068.5, "end": 3068.52, "word": " true", "probability": 0.984375}, {"start": 3068.52, "end": 3068.76, "word": " بيساوي", "probability": 0.9015625}, {"start": 3068.76, "end": 3068.76, "word": " بي", "probability": 0.81005859375}, {"start": 3068.76, "end": 3069.04, "word": " اتنين", "probability": 0.930908203125}, {"start": 3069.04, "end": 3069.04, "word": " not", "probability": 0.88818359375}, {"start": 3069.04, "end": 3069.04, "word": " true", "probability": 0.98388671875}, {"start": 3069.04, "end": 3069.04, "word": " بيساوي", "probability": 0.9224609375}, {"start": 3069.04, "end": 3069.04, "word": " بي", "probability": 0.8701171875}, {"start": 3069.04, "end": 3069.88, "word": " اتنين", "probability": 0.9102783203125}, {"start": 3069.88, "end": 3069.88, "word": " not", "probability": 0.92626953125}, {"start": 3069.88, "end": 3069.88, "word": " true", "probability": 0.98291015625}, {"start": 3069.88, "end": 3069.88, "word": " بيساوي", "probability": 0.94052734375}, {"start": 3069.88, "end": 3069.88, "word": " بي", "probability": 0.92919921875}, {"start": 3069.88, "end": 3069.88, "word": " اتنين", "probability": 0.8988037109375}, {"start": 3069.88, "end": 3069.88, "word": " not", "probability": 0.94580078125}, {"start": 3069.88, "end": 3069.88, "word": " true", "probability": 0.98193359375}, {"start": 3069.88, "end": 3069.88, "word": " بيساوي", "probability": 0.95107421875}, {"start": 3069.88, "end": 3069.88, "word": " بي", "probability": 0.9658203125}, {"start": 3069.88, "end": 3069.88, "word": " أتنين", "probability": 0.8233642578125}, {"start": 3069.88, "end": 3069.88, "word": " not", "probability": 0.9482421875}, {"start": 3069.88, "end": 3069.88, "word": " true", "probability": 0.98095703125}, {"start": 3069.88, "end": 3069.88, "word": " بيساوي", "probability": 0.937890625}, {"start": 3069.88, "end": 3069.88, "word": " بي", "probability": 0.983154296875}, {"start": 3069.88, "end": 3069.88, "word": " أتنين", "probability": 0.89990234375}, {"start": 3069.88, "end": 3069.88, "word": " not", "probability": 0.95849609375}, {"start": 3069.88, "end": 3069.88, "word": " true", "probability": 0.97998046875}, {"start": 3069.88, "end": 3069.88, "word": " بيساوي", "probability": 0.93974609375}, {"start": 3069.88, "end": 3069.88, "word": " بي", "probability": 0.989013671875}, {"start": 3069.88, "end": 3069.88, "word": " أتنين", "probability": 0.929443359375}, {"start": 3069.88, "end": 3069.88, "word": " not", "probability": 0.96240234375}, {"start": 3069.88, "end": 3069.88, "word": " true", "probability": 0.97900390625}, {"start": 3069.88, "end": 3069.88, "word": " بيساوي", "probability": 0.95029296875}, {"start": 3069.88, "end": 3069.88, "word": " بي", "probability": 0.991943359375}, {"start": 3069.88, "end": 3069.88, "word": " أتنين", "probability": 0.947509765625}, {"start": 3069.88, "end": 3069.88, "word": " not", "probability": 0.96533203125}, {"start": 3069.88, "end": 3069.88, "word": " true", "probability": 0.9775390625}, {"start": 3069.88, "end": 3069.88, "word": " بيساوي", "probability": 0.94833984375}, {"start": 3069.88, "end": 3069.88, "word": " بي", "probability": 0.993896484375}, {"start": 3069.88, "end": 3071.36, "word": " أتنين", "probability": 0.9603271484375}, {"start": 3071.36, "end": 3071.36, "word": " not", "probability": 0.96826171875}, {"start": 3071.36, "end": 3071.86, "word": " true", "probability": 0.9775390625}, {"start": 3071.86, "end": 3072.18, "word": " بيساوي", "probability": 0.9580078125}, {"start": 3072.18, "end": 3072.94, "word": " بي", "probability": 0.99462890625}, {"start": 3072.94, "end": 3073.36, "word": " أتنين", "probability": 0.968505859375}, {"start": 3073.36, "end": 3073.36, "word": " not", "probability": 0.97021484375}, {"start": 3073.36, "end": 3073.36, "word": " true", "probability": 0.9765625}, {"start": 3073.36, "end": 3073.76, "word": " بي", "probability": 0.981201171875}], "temperature": 1.0}, {"id": 106, "seek": 310982, "start": 3080.02, "end": 3109.82, "text": "إذا هذا كان بيشار على false و true هذا بيشار على عكسه و لأ okay الآن لو عندي relational expression أنا relational expression في هندي إله ترجمة والتاني إله ترجمة الآن ال value النهائي تبعها و ال value النهائي تبعها في مين في ال dot address تبعتهم صح؟", "tokens": [28814, 15730, 23758, 25961, 4724, 1829, 8592, 9640, 15844, 7908, 4032, 2074, 23758, 4724, 1829, 8592, 9640, 15844, 6225, 4117, 3794, 3224, 4032, 5296, 10721, 1392, 6024, 48506, 45164, 18871, 16254, 38444, 6114, 41850, 38444, 6114, 8978, 8032, 1863, 16254, 11933, 43761, 6055, 47341, 46007, 16070, 2655, 7649, 1829, 11933, 43761, 6055, 47341, 46007, 6024, 48506, 2423, 2158, 28239, 3224, 16373, 1829, 6055, 3555, 3615, 11296, 4032, 2423, 2158, 28239, 3224, 16373, 1829, 6055, 3555, 3615, 11296, 8978, 3714, 9957, 8978, 2423, 5893, 2985, 6055, 3555, 34268, 16095, 20328, 5016, 22807], "avg_logprob": -0.3298233812269957, "compression_ratio": 1.8529411764705883, "no_speech_prob": 0.0, "words": [{"start": 3080.02, "end": 3080.28, "word": "إذا", "probability": 0.715087890625}, {"start": 3080.28, "end": 3080.54, "word": " هذا", "probability": 0.395263671875}, {"start": 3080.54, "end": 3080.76, "word": " كان", "probability": 0.80419921875}, {"start": 3080.76, "end": 3081.12, "word": " بيشار", "probability": 0.66314697265625}, {"start": 3081.12, "end": 3081.36, "word": " على", "probability": 0.74072265625}, {"start": 3081.36, "end": 3082.38, "word": " false", "probability": 0.258056640625}, {"start": 3082.38, "end": 3082.62, "word": " و", "probability": 0.7626953125}, {"start": 3082.62, "end": 3082.86, "word": " true", "probability": 0.970703125}, {"start": 3082.86, "end": 3083.5, "word": " هذا", "probability": 0.51904296875}, {"start": 3083.5, "end": 3084.0, "word": " بيشار", "probability": 0.92041015625}, {"start": 3084.0, "end": 3084.24, "word": " على", "probability": 0.81689453125}, {"start": 3084.24, "end": 3085.92, "word": " عكسه", "probability": 0.9132080078125}, {"start": 3085.92, "end": 3086.46, "word": " و", "probability": 0.1298828125}, {"start": 3086.46, "end": 3086.78, "word": " لأ", "probability": 0.6300048828125}, {"start": 3086.78, "end": 3088.8, "word": " okay", "probability": 0.2042236328125}, {"start": 3088.8, "end": 3089.78, "word": " الآن", "probability": 0.5777587890625}, {"start": 3089.78, "end": 3090.02, "word": " لو", "probability": 0.8837890625}, {"start": 3090.02, "end": 3090.3, "word": " عندي", "probability": 0.79296875}, {"start": 3090.3, "end": 3090.7, "word": " relational", "probability": 0.79833984375}, {"start": 3090.7, "end": 3091.5, "word": " expression", "probability": 0.85205078125}, {"start": 3091.5, "end": 3092.4, "word": " أنا", "probability": 0.319580078125}, {"start": 3092.4, "end": 3092.92, "word": " relational", "probability": 0.705078125}, {"start": 3092.92, "end": 3093.74, "word": " expression", "probability": 0.9267578125}, {"start": 3093.74, "end": 3095.94, "word": " في", "probability": 0.81689453125}, {"start": 3095.94, "end": 3096.2, "word": " هندي", "probability": 0.5653076171875}, {"start": 3096.2, "end": 3096.48, "word": " إله", "probability": 0.48291015625}, {"start": 3096.48, "end": 3098.16, "word": " ترجمة", "probability": 0.9851888020833334}, {"start": 3098.16, "end": 3099.32, "word": " والتاني", "probability": 0.8211669921875}, {"start": 3099.32, "end": 3099.94, "word": " إله", "probability": 0.6448974609375}, {"start": 3099.94, "end": 3100.54, "word": " ترجمة", "probability": 0.98828125}, {"start": 3100.54, "end": 3101.5, "word": " الآن", "probability": 0.737548828125}, {"start": 3101.5, "end": 3102.44, "word": " ال", "probability": 0.85546875}, {"start": 3102.44, "end": 3102.88, "word": " value", "probability": 0.9638671875}, {"start": 3102.88, "end": 3103.4, "word": " النهائي", "probability": 0.8514404296875}, {"start": 3103.4, "end": 3103.82, "word": " تبعها", "probability": 0.8795166015625}, {"start": 3103.82, "end": 3103.94, "word": " و", "probability": 0.319091796875}, {"start": 3103.94, "end": 3104.08, "word": " ال", "probability": 0.8037109375}, {"start": 3104.08, "end": 3104.3, "word": " value", "probability": 0.9677734375}, {"start": 3104.3, "end": 3104.88, "word": " النهائي", "probability": 0.9197998046875}, {"start": 3104.88, "end": 3105.3, "word": " تبعها", "probability": 0.9652099609375}, {"start": 3105.3, "end": 3105.46, "word": " في", "probability": 0.85595703125}, {"start": 3105.46, "end": 3105.76, "word": " مين", "probability": 0.83349609375}, {"start": 3105.76, "end": 3106.62, "word": " في", "probability": 0.56640625}, {"start": 3106.62, "end": 3106.72, "word": " ال", "probability": 0.6845703125}, {"start": 3106.72, "end": 3106.86, "word": " dot", "probability": 0.7509765625}, {"start": 3106.86, "end": 3107.2, "word": " address", "probability": 0.95068359375}, {"start": 3107.2, "end": 3107.8, "word": " تبعتهم", "probability": 0.8958740234375}, {"start": 3107.8, "end": 3109.82, "word": " صح؟", "probability": 0.9034830729166666}], "temperature": 1.0}, {"id": 107, "seek": 313416, "start": 3110.96, "end": 3134.16, "text": "هذا إله dot address وهذا إله dot address إذا أنا عمليا ماذا أفعل؟ بدي أعمل instruction اللي تأخذ مقارنة بين هذين الأثنين صح؟ مقارنة على أساس relations of if", "tokens": [3224, 15730, 11933, 43761, 5893, 2985, 37037, 15730, 11933, 43761, 5893, 2985, 11933, 15730, 41850, 6225, 2304, 20292, 995, 3714, 45636, 995, 5551, 5172, 30241, 22807, 4724, 16254, 5551, 25957, 1211, 10951, 13672, 1829, 6055, 10721, 9778, 8848, 3714, 4587, 9640, 1863, 3660, 49374, 8032, 8848, 9957, 16247, 12984, 1863, 9957, 20328, 5016, 22807, 3714, 4587, 9640, 1863, 3660, 15844, 5551, 3794, 32277, 2299, 295, 498], "avg_logprob": -0.384794776119403, "compression_ratio": 1.5384615384615385, "no_speech_prob": 5.960464477539063e-08, "words": [{"start": 3110.96, "end": 3111.32, "word": "هذا", "probability": 0.67431640625}, {"start": 3111.32, "end": 3111.54, "word": " إله", "probability": 0.29254150390625}, {"start": 3111.54, "end": 3111.72, "word": " dot", "probability": 0.459716796875}, {"start": 3111.72, "end": 3112.24, "word": " address", "probability": 0.95947265625}, {"start": 3112.24, "end": 3116.12, "word": " وهذا", "probability": 0.775146484375}, {"start": 3116.12, "end": 3116.48, "word": " إله", "probability": 0.88232421875}, {"start": 3116.48, "end": 3117.42, "word": " dot", "probability": 0.8896484375}, {"start": 3117.42, "end": 3118.0, "word": " address", "probability": 0.97412109375}, {"start": 3118.0, "end": 3119.22, "word": " إذا", "probability": 0.74658203125}, {"start": 3119.22, "end": 3119.62, "word": " أنا", "probability": 0.287841796875}, {"start": 3119.62, "end": 3120.74, "word": " عمليا", "probability": 0.81494140625}, {"start": 3120.74, "end": 3120.9, "word": " ماذا", "probability": 0.61279296875}, {"start": 3120.9, "end": 3122.1, "word": " أفعل؟", "probability": 0.8216552734375}, {"start": 3122.1, "end": 3122.38, "word": " بدي", "probability": 0.479339599609375}, {"start": 3122.38, "end": 3122.86, "word": " أعمل", "probability": 0.9244791666666666}, {"start": 3122.86, "end": 3124.3, "word": " instruction", "probability": 0.360107421875}, {"start": 3124.3, "end": 3124.72, "word": " اللي", "probability": 0.5977783203125}, {"start": 3124.72, "end": 3125.12, "word": " تأخذ", "probability": 0.778564453125}, {"start": 3125.12, "end": 3125.68, "word": " مقارنة", "probability": 0.9884765625}, {"start": 3125.68, "end": 3125.92, "word": " بين", "probability": 0.609375}, {"start": 3125.92, "end": 3126.16, "word": " هذين", "probability": 0.6643880208333334}, {"start": 3126.16, "end": 3126.56, "word": " الأثنين", "probability": 0.65966796875}, {"start": 3126.56, "end": 3129.04, "word": " صح؟", "probability": 0.7779947916666666}, {"start": 3129.04, "end": 3131.68, "word": " مقارنة", "probability": 0.9798828125}, {"start": 3131.68, "end": 3131.82, "word": " على", "probability": 0.9384765625}, {"start": 3131.82, "end": 3132.32, "word": " أساس", "probability": 0.9627278645833334}, {"start": 3132.32, "end": 3133.22, "word": " relations", "probability": 0.1673583984375}, {"start": 3133.22, "end": 3133.58, "word": " of", "probability": 0.71240234375}, {"start": 3133.58, "end": 3134.16, "word": " if", "probability": 0.315673828125}], "temperature": 1.0}, {"id": 108, "seek": 316717, "start": 3139.81, "end": 3167.17, "text": "إذا هذا .. إذا المقارنة هذه true إذا E1.address relation up E2.address go to ال true تبع ال B ما هو أصلا ال B هذا جاء زي ما قلنا في expression ال B أو في ال statement كبير فبدنا إذا هذا كله true بدنا نروح على", "tokens": [28814, 15730, 23758, 4386, 11933, 15730, 9673, 4587, 9640, 1863, 3660, 29538, 2074, 11933, 15730, 462, 16, 13, 25224, 735, 9721, 493, 462, 17, 13, 25224, 735, 352, 281, 2423, 2074, 6055, 3555, 3615, 2423, 363, 19446, 31439, 5551, 9381, 15040, 2423, 363, 23758, 10874, 16606, 30767, 1829, 19446, 12174, 1211, 8315, 8978, 6114, 2423, 363, 34051, 8978, 2423, 5629, 9122, 3555, 13546, 6156, 44510, 8315, 11933, 15730, 23758, 28242, 3224, 2074, 47525, 8315, 8717, 32887, 5016, 15844], "avg_logprob": -0.2796677094471606, "compression_ratio": 1.5759162303664922, "no_speech_prob": 0.0, "words": [{"start": 3139.81, "end": 3140.29, "word": "إذا", "probability": 0.795166015625}, {"start": 3140.29, "end": 3140.99, "word": " هذا", "probability": 0.492431640625}, {"start": 3140.99, "end": 3142.93, "word": " ..", "probability": 0.175537109375}, {"start": 3142.93, "end": 3144.97, "word": " إذا", "probability": 0.84765625}, {"start": 3144.97, "end": 3146.65, "word": " المقارنة", "probability": 0.96015625}, {"start": 3146.65, "end": 3146.97, "word": " هذه", "probability": 0.65283203125}, {"start": 3146.97, "end": 3147.31, "word": " true", "probability": 0.7314453125}, {"start": 3147.31, "end": 3149.05, "word": " إذا", "probability": 0.952880859375}, {"start": 3149.05, "end": 3150.21, "word": " E1", "probability": 0.6651611328125}, {"start": 3150.21, "end": 3150.73, "word": ".address", "probability": 0.7902018229166666}, {"start": 3150.73, "end": 3151.11, "word": " relation", "probability": 0.480224609375}, {"start": 3151.11, "end": 3151.61, "word": " up", "probability": 0.55419921875}, {"start": 3151.61, "end": 3152.65, "word": " E2", "probability": 0.6932373046875}, {"start": 3152.65, "end": 3153.29, "word": ".address", "probability": 0.9461263020833334}, {"start": 3153.29, "end": 3153.61, "word": " go", "probability": 0.328369140625}, {"start": 3153.61, "end": 3153.95, "word": " to", "probability": 0.96875}, {"start": 3153.95, "end": 3154.35, "word": " ال", "probability": 0.7490234375}, {"start": 3154.35, "end": 3154.53, "word": " true", "probability": 0.70166015625}, {"start": 3154.53, "end": 3154.83, "word": " تبع", "probability": 0.71826171875}, {"start": 3154.83, "end": 3154.95, "word": " ال", "probability": 0.892578125}, {"start": 3154.95, "end": 3155.17, "word": " B", "probability": 0.43701171875}, {"start": 3155.17, "end": 3157.01, "word": " ما", "probability": 0.41845703125}, {"start": 3157.01, "end": 3157.19, "word": " هو", "probability": 0.9765625}, {"start": 3157.19, "end": 3157.51, "word": " أصلا", "probability": 0.9363606770833334}, {"start": 3157.51, "end": 3157.69, "word": " ال", "probability": 0.9443359375}, {"start": 3157.69, "end": 3157.93, "word": " B", "probability": 0.71240234375}, {"start": 3157.93, "end": 3158.45, "word": " هذا", "probability": 0.88232421875}, {"start": 3158.45, "end": 3159.35, "word": " جاء", "probability": 0.63623046875}, {"start": 3159.35, "end": 3159.47, "word": " زي", "probability": 0.88525390625}, {"start": 3159.47, "end": 3159.57, "word": " ما", "probability": 0.982421875}, {"start": 3159.57, "end": 3159.93, "word": " قلنا", "probability": 0.9111328125}, {"start": 3159.93, "end": 3160.27, "word": " في", "probability": 0.93359375}, {"start": 3160.27, "end": 3161.17, "word": " expression", "probability": 0.7998046875}, {"start": 3161.17, "end": 3161.37, "word": " ال", "probability": 0.221923828125}, {"start": 3161.37, "end": 3161.47, "word": " B", "probability": 0.595703125}, {"start": 3161.47, "end": 3161.65, "word": " أو", "probability": 0.80517578125}, {"start": 3161.65, "end": 3161.79, "word": " في", "probability": 0.94287109375}, {"start": 3161.79, "end": 3161.89, "word": " ال", "probability": 0.66943359375}, {"start": 3161.89, "end": 3162.19, "word": " statement", "probability": 0.8779296875}, {"start": 3162.19, "end": 3162.57, "word": " كبير", "probability": 0.8561197916666666}, {"start": 3162.57, "end": 3163.91, "word": " فبدنا", "probability": 0.753173828125}, {"start": 3163.91, "end": 3164.45, "word": " إذا", "probability": 0.8251953125}, {"start": 3164.45, "end": 3164.69, "word": " هذا", "probability": 0.89599609375}, {"start": 3164.69, "end": 3165.03, "word": " كله", "probability": 0.979248046875}, {"start": 3165.03, "end": 3165.33, "word": " true", "probability": 0.9912109375}, {"start": 3165.33, "end": 3166.45, "word": " بدنا", "probability": 0.864501953125}, {"start": 3166.45, "end": 3166.87, "word": " نروح", "probability": 0.8235677083333334}, {"start": 3166.87, "end": 3167.17, "word": " على", "probability": 0.8916015625}], "temperature": 1.0}, {"id": 109, "seek": 319851, "start": 3171.17, "end": 3198.51, "text": "أو الهي برمو فإذا هذا ال expression ال address تبعه فعلا بال relation operator هذا يعني افترض ان هذا اكبر منه فإذا هذا ال temporary تبعه T5 مثلا اكبر من T7 يبقى فعلا متحقق هذا الشرط يبقى بدنا", "tokens": [10721, 2407, 2423, 3224, 1829, 4724, 2288, 2304, 2407, 6156, 28814, 15730, 23758, 2423, 6114, 2423, 2985, 6055, 3555, 3615, 3224, 6156, 3615, 15040, 20666, 9721, 12973, 23758, 37495, 22653, 1975, 5172, 2655, 43042, 16472, 23758, 1975, 4117, 26890, 9154, 3224, 6156, 28814, 15730, 23758, 2423, 13413, 6055, 3555, 3615, 3224, 314, 20, 50113, 15040, 1975, 4117, 26890, 9154, 314, 22, 7251, 3555, 4587, 7578, 6156, 3615, 15040, 44650, 5016, 4587, 4587, 23758, 25124, 2288, 9566, 7251, 3555, 4587, 7578, 47525, 8315], "avg_logprob": -0.2835090454802456, "compression_ratio": 1.6611111111111112, "no_speech_prob": 0.0, "words": [{"start": 3171.17, "end": 3171.51, "word": "أو", "probability": 0.638916015625}, {"start": 3171.51, "end": 3172.31, "word": " الهي", "probability": 0.37713623046875}, {"start": 3172.31, "end": 3172.65, "word": " برمو", "probability": 0.6181640625}, {"start": 3172.65, "end": 3176.11, "word": " فإذا", "probability": 0.62939453125}, {"start": 3176.11, "end": 3177.45, "word": " هذا", "probability": 0.748046875}, {"start": 3177.45, "end": 3178.09, "word": " ال", "probability": 0.953125}, {"start": 3178.09, "end": 3178.71, "word": " expression", "probability": 0.58349609375}, {"start": 3178.71, "end": 3178.97, "word": " ال", "probability": 0.427001953125}, {"start": 3178.97, "end": 3179.35, "word": " address", "probability": 0.91650390625}, {"start": 3179.35, "end": 3179.99, "word": " تبعه", "probability": 0.8232421875}, {"start": 3179.99, "end": 3180.63, "word": " فعلا", "probability": 0.8849283854166666}, {"start": 3180.63, "end": 3181.13, "word": " بال", "probability": 0.89501953125}, {"start": 3181.13, "end": 3183.07, "word": " relation", "probability": 0.740234375}, {"start": 3183.07, "end": 3183.57, "word": " operator", "probability": 0.85205078125}, {"start": 3183.57, "end": 3183.77, "word": " هذا", "probability": 0.406982421875}, {"start": 3183.77, "end": 3183.89, "word": " يعني", "probability": 0.56353759765625}, {"start": 3183.89, "end": 3184.27, "word": " افترض", "probability": 0.8609619140625}, {"start": 3184.27, "end": 3184.45, "word": " ان", "probability": 0.74267578125}, {"start": 3184.45, "end": 3184.67, "word": " هذا", "probability": 0.76904296875}, {"start": 3184.67, "end": 3185.03, "word": " اكبر", "probability": 0.8116048177083334}, {"start": 3185.03, "end": 3185.41, "word": " منه", "probability": 0.939453125}, {"start": 3185.41, "end": 3186.07, "word": " فإذا", "probability": 0.94775390625}, {"start": 3186.07, "end": 3186.53, "word": " هذا", "probability": 0.88525390625}, {"start": 3186.53, "end": 3187.77, "word": " ال", "probability": 0.93359375}, {"start": 3187.77, "end": 3188.69, "word": " temporary", "probability": 0.94091796875}, {"start": 3188.69, "end": 3189.51, "word": " تبعه", "probability": 0.9306640625}, {"start": 3189.51, "end": 3190.21, "word": " T5", "probability": 0.7509765625}, {"start": 3190.21, "end": 3190.61, "word": " مثلا", "probability": 0.885498046875}, {"start": 3190.61, "end": 3191.13, "word": " اكبر", "probability": 0.908203125}, {"start": 3191.13, "end": 3191.41, "word": " من", "probability": 0.978515625}, {"start": 3191.41, "end": 3193.53, "word": " T7", "probability": 0.5572509765625}, {"start": 3193.53, "end": 3195.75, "word": " يبقى", "probability": 0.86572265625}, {"start": 3195.75, "end": 3196.07, "word": " فعلا", "probability": 0.9650065104166666}, {"start": 3196.07, "end": 3196.69, "word": " متحقق", "probability": 0.9718017578125}, {"start": 3196.69, "end": 3196.87, "word": " هذا", "probability": 0.916015625}, {"start": 3196.87, "end": 3197.45, "word": " الشرط", "probability": 0.9181315104166666}, {"start": 3197.45, "end": 3198.13, "word": " يبقى", "probability": 0.9749755859375}, {"start": 3198.13, "end": 3198.51, "word": " بدنا", "probability": 0.8525390625}], "temperature": 1.0}, {"id": 110, "seek": 322638, "start": 3201.24, "end": 3226.38, "text": "ال jump تودينا على ال be true أو ال not true تبعة ال expression كله وإلا بنياها تودينا على ال false يعني بعمل ال two statements ولا بعمل واحدة منهم كعمل generator لتنتين ولا واحدة", "tokens": [6027, 3012, 6055, 2407, 16254, 8315, 15844, 2423, 312, 2074, 34051, 2423, 406, 2074, 6055, 3555, 3615, 3660, 2423, 6114, 28242, 3224, 4032, 28814, 15040, 44945, 25528, 11296, 6055, 23328, 1829, 8315, 15844, 2423, 7908, 37495, 22653, 4724, 25957, 1211, 2423, 732, 12363, 49429, 4724, 25957, 1211, 36764, 24401, 3660, 9154, 16095, 9122, 25957, 1211, 19265, 5296, 2655, 29399, 9957, 49429, 36764, 24401, 3660], "avg_logprob": -0.41225961538461536, "compression_ratio": 1.6071428571428572, "no_speech_prob": 0.0, "words": [{"start": 3201.24, "end": 3201.58, "word": "ال", "probability": 0.8505859375}, {"start": 3201.58, "end": 3202.02, "word": " jump", "probability": 0.6240234375}, {"start": 3202.02, "end": 3202.92, "word": " تودينا", "probability": 0.66180419921875}, {"start": 3202.92, "end": 3203.26, "word": " على", "probability": 0.6416015625}, {"start": 3203.26, "end": 3207.12, "word": " ال", "probability": 0.67236328125}, {"start": 3207.12, "end": 3207.34, "word": " be", "probability": 0.332763671875}, {"start": 3207.34, "end": 3207.8, "word": " true", "probability": 0.9443359375}, {"start": 3207.8, "end": 3208.08, "word": " أو", "probability": 0.2098388671875}, {"start": 3208.08, "end": 3208.12, "word": " ال", "probability": 0.7275390625}, {"start": 3208.12, "end": 3208.28, "word": " not", "probability": 0.293701171875}, {"start": 3208.28, "end": 3208.54, "word": " true", "probability": 0.9794921875}, {"start": 3208.54, "end": 3209.0, "word": " تبعة", "probability": 0.551422119140625}, {"start": 3209.0, "end": 3209.08, "word": " ال", "probability": 0.69287109375}, {"start": 3209.08, "end": 3209.48, "word": " expression", "probability": 0.642578125}, {"start": 3209.48, "end": 3210.36, "word": " كله", "probability": 0.434326171875}, {"start": 3210.36, "end": 3210.9, "word": " وإلا", "probability": 0.7362467447916666}, {"start": 3210.9, "end": 3212.92, "word": " بنياها", "probability": 0.6390787760416666}, {"start": 3212.92, "end": 3217.84, "word": " تودينا", "probability": 0.57891845703125}, {"start": 3217.84, "end": 3218.0, "word": " على", "probability": 0.89404296875}, {"start": 3218.0, "end": 3218.12, "word": " ال", "probability": 0.8837890625}, {"start": 3218.12, "end": 3218.52, "word": " false", "probability": 0.798828125}, {"start": 3218.52, "end": 3219.98, "word": " يعني", "probability": 0.58148193359375}, {"start": 3219.98, "end": 3220.54, "word": " بعمل", "probability": 0.8473307291666666}, {"start": 3220.54, "end": 3220.7, "word": " ال", "probability": 0.90087890625}, {"start": 3220.7, "end": 3220.84, "word": " two", "probability": 0.939453125}, {"start": 3220.84, "end": 3221.3, "word": " statements", "probability": 0.94140625}, {"start": 3221.3, "end": 3221.5, "word": " ولا", "probability": 0.43994140625}, {"start": 3221.5, "end": 3221.84, "word": " بعمل", "probability": 0.9724934895833334}, {"start": 3221.84, "end": 3222.24, "word": " واحدة", "probability": 0.9801432291666666}, {"start": 3222.24, "end": 3222.8, "word": " منهم", "probability": 0.980224609375}, {"start": 3222.8, "end": 3224.16, "word": " كعمل", "probability": 0.9052734375}, {"start": 3224.16, "end": 3224.66, "word": " generator", "probability": 0.406005859375}, {"start": 3224.66, "end": 3225.46, "word": " لتنتين", "probability": 0.70806884765625}, {"start": 3225.46, "end": 3225.62, "word": " ولا", "probability": 0.705078125}, {"start": 3225.62, "end": 3226.38, "word": " واحدة", "probability": 0.9344075520833334}], "temperature": 1.0}, {"id": 111, "seek": 326151, "start": 3232.37, "end": 3261.51, "text": "تنساش ان انا لازم في الأول برضه اركب ال dot code تبع ال expression و ال dot code تبع ال expression التاني صح؟ اه بتيجي .. اه عشان في الأول يتكزن القيم تبعتهم في temporaries يعني هذا ال expression E1 dot code عبارة عن مجموعة instructions في الآخر في temporary و T5 هو اللي بيحتوي على ال value تبع هذا ال expression", "tokens": [2655, 1863, 3794, 33599, 16472, 1975, 8315, 5296, 31377, 2304, 8978, 16247, 12610, 4724, 43042, 3224, 1975, 31747, 3555, 2423, 5893, 3089, 6055, 3555, 3615, 2423, 6114, 4032, 2423, 5893, 3089, 6055, 3555, 3615, 2423, 6114, 16712, 7649, 1829, 20328, 5016, 22807, 1975, 3224, 39894, 1829, 7435, 1829, 4386, 1975, 3224, 6225, 8592, 7649, 8978, 16247, 12610, 7251, 2655, 4117, 11622, 1863, 25062, 32640, 6055, 3555, 34268, 16095, 8978, 8219, 4889, 37495, 22653, 23758, 2423, 6114, 462, 16, 5893, 3089, 6225, 3555, 9640, 3660, 18871, 3714, 7435, 2304, 2407, 27884, 9415, 8978, 6024, 95, 34740, 8978, 13413, 4032, 314, 20, 31439, 13672, 1829, 4724, 1829, 33753, 45865, 15844, 2423, 2158, 6055, 3555, 3615, 23758, 2423, 6114], "avg_logprob": -0.25908120167561066, "compression_ratio": 1.81496062992126, "no_speech_prob": 0.0, "words": [{"start": 3232.37, "end": 3232.95, "word": "تنساش", "probability": 0.700836181640625}, {"start": 3232.95, "end": 3233.15, "word": " ان", "probability": 0.36181640625}, {"start": 3233.15, "end": 3233.41, "word": " انا", "probability": 0.7177734375}, {"start": 3233.41, "end": 3233.77, "word": " لازم", "probability": 0.8567708333333334}, {"start": 3233.77, "end": 3233.89, "word": " في", "probability": 0.8251953125}, {"start": 3233.89, "end": 3234.23, "word": " الأول", "probability": 0.819091796875}, {"start": 3234.23, "end": 3234.59, "word": " برضه", "probability": 0.5784912109375}, {"start": 3234.59, "end": 3235.11, "word": " اركب", "probability": 0.7843424479166666}, {"start": 3235.11, "end": 3235.25, "word": " ال", "probability": 0.7607421875}, {"start": 3235.25, "end": 3235.41, "word": " dot", "probability": 0.25390625}, {"start": 3235.41, "end": 3235.69, "word": " code", "probability": 0.62841796875}, {"start": 3235.69, "end": 3235.99, "word": " تبع", "probability": 0.7963053385416666}, {"start": 3235.99, "end": 3236.11, "word": " ال", "probability": 0.90625}, {"start": 3236.11, "end": 3236.51, "word": " expression", "probability": 0.84814453125}, {"start": 3236.51, "end": 3236.71, "word": " و", "probability": 0.63818359375}, {"start": 3236.71, "end": 3236.77, "word": " ال", "probability": 0.69384765625}, {"start": 3236.77, "end": 3236.93, "word": " dot", "probability": 0.88232421875}, {"start": 3236.93, "end": 3237.11, "word": " code", "probability": 0.9248046875}, {"start": 3237.11, "end": 3237.31, "word": " تبع", "probability": 0.9449869791666666}, {"start": 3237.31, "end": 3237.39, "word": " ال", "probability": 0.9638671875}, {"start": 3237.39, "end": 3237.75, "word": " expression", "probability": 0.93310546875}, {"start": 3237.75, "end": 3238.63, "word": " التاني", "probability": 0.8595377604166666}, {"start": 3238.63, "end": 3239.69, "word": " صح؟", "probability": 0.6456705729166666}, {"start": 3239.69, "end": 3239.95, "word": " اه", "probability": 0.627685546875}, {"start": 3239.95, "end": 3240.67, "word": " بتيجي", "probability": 0.70855712890625}, {"start": 3240.67, "end": 3242.13, "word": " ..", "probability": 0.467041015625}, {"start": 3242.13, "end": 3242.45, "word": " اه", "probability": 0.79443359375}, {"start": 3242.45, "end": 3242.71, "word": " عشان", "probability": 0.92529296875}, {"start": 3242.71, "end": 3242.85, "word": " في", "probability": 0.92626953125}, {"start": 3242.85, "end": 3243.17, "word": " الأول", "probability": 0.96728515625}, {"start": 3243.17, "end": 3244.15, "word": " يتكزن", "probability": 0.81884765625}, {"start": 3244.15, "end": 3244.59, "word": " القيم", "probability": 0.899169921875}, {"start": 3244.59, "end": 3245.15, "word": " تبعتهم", "probability": 0.77386474609375}, {"start": 3245.15, "end": 3245.39, "word": " في", "probability": 0.84375}, {"start": 3245.39, "end": 3246.13, "word": " temporaries", "probability": 0.958251953125}, {"start": 3246.13, "end": 3247.69, "word": " يعني", "probability": 0.862060546875}, {"start": 3247.69, "end": 3247.99, "word": " هذا", "probability": 0.69921875}, {"start": 3247.99, "end": 3248.11, "word": " ال", "probability": 0.95068359375}, {"start": 3248.11, "end": 3248.69, "word": " expression", "probability": 0.92626953125}, {"start": 3248.69, "end": 3250.87, "word": " E1", "probability": 0.63330078125}, {"start": 3250.87, "end": 3251.29, "word": " dot", "probability": 0.71875}, {"start": 3251.29, "end": 3251.79, "word": " code", "probability": 0.90087890625}, {"start": 3251.79, "end": 3253.03, "word": " عبارة", "probability": 0.97119140625}, {"start": 3253.03, "end": 3253.17, "word": " عن", "probability": 0.93896484375}, {"start": 3253.17, "end": 3253.55, "word": " مجموعة", "probability": 0.96181640625}, {"start": 3253.55, "end": 3254.13, "word": " instructions", "probability": 0.76806640625}, {"start": 3254.13, "end": 3254.35, "word": " في", "probability": 0.767578125}, {"start": 3254.35, "end": 3254.83, "word": " الآخر", "probability": 0.9138997395833334}, {"start": 3254.83, "end": 3255.03, "word": " في", "probability": 0.83740234375}, {"start": 3255.03, "end": 3255.67, "word": " temporary", "probability": 0.587890625}, {"start": 3255.67, "end": 3256.13, "word": " و", "probability": 0.46875}, {"start": 3256.13, "end": 3256.97, "word": " T5", "probability": 0.6728515625}, {"start": 3256.97, "end": 3257.91, "word": " هو", "probability": 0.95849609375}, {"start": 3257.91, "end": 3258.21, "word": " اللي", "probability": 0.90478515625}, {"start": 3258.21, "end": 3258.73, "word": " بيحتوي", "probability": 0.867919921875}, {"start": 3258.73, "end": 3259.07, "word": " على", "probability": 0.8935546875}, {"start": 3259.07, "end": 3260.29, "word": " ال", "probability": 0.728515625}, {"start": 3260.29, "end": 3260.59, "word": " value", "probability": 0.96337890625}, {"start": 3260.59, "end": 3260.85, "word": " تبع", "probability": 0.9527994791666666}, {"start": 3260.85, "end": 3261.11, "word": " هذا", "probability": 0.8916015625}, {"start": 3261.11, "end": 3261.13, "word": " ال", "probability": 0.62548828125}, {"start": 3261.13, "end": 3261.51, "word": " expression", "probability": 0.90185546875}], "temperature": 1.0}, {"id": 112, "seek": 328826, "start": 3262.54, "end": 3288.26, "text": "و لحمت على طول خلفه ال code تبع مين في واحد dot code و ايه اتنين dot code فهكذا اتجارت للاتنين عشان تجيب نتائجها الان هذا إجمالي تبعه صفر في T5 وهذا ال T11 الان انا بدأ اقول if T5 اه", "tokens": [2407, 5296, 35571, 2655, 15844, 23032, 12610, 16490, 46538, 3224, 2423, 3089, 6055, 3555, 3615, 3714, 9957, 8978, 36764, 24401, 5893, 3089, 4032, 1975, 1829, 3224, 1975, 2655, 1863, 9957, 5893, 3089, 6156, 3224, 4117, 15730, 1975, 2655, 7435, 9640, 2655, 24976, 9307, 1863, 9957, 6225, 8592, 7649, 6055, 7435, 1829, 3555, 8717, 2655, 16373, 7435, 11296, 2423, 7649, 23758, 11933, 7435, 2304, 6027, 1829, 6055, 3555, 3615, 3224, 20328, 5172, 2288, 8978, 314, 20, 37037, 15730, 2423, 314, 5348, 2423, 7649, 1975, 8315, 47525, 10721, 1975, 39648, 498, 314, 20, 1975, 3224], "avg_logprob": -0.5136303305625916, "compression_ratio": 1.6141304347826086, "no_speech_prob": 5.960464477539063e-08, "words": [{"start": 3262.54, "end": 3262.8, "word": "و", "probability": 0.381591796875}, {"start": 3262.8, "end": 3263.52, "word": " لحمت", "probability": 0.500732421875}, {"start": 3263.52, "end": 3263.66, "word": " على", "probability": 0.70556640625}, {"start": 3263.66, "end": 3263.96, "word": " طول", "probability": 0.981689453125}, {"start": 3263.96, "end": 3264.52, "word": " خلفه", "probability": 0.5820719401041666}, {"start": 3264.52, "end": 3265.74, "word": " ال", "probability": 0.4404296875}, {"start": 3265.74, "end": 3266.0, "word": " code", "probability": 0.8603515625}, {"start": 3266.0, "end": 3266.32, "word": " تبع", "probability": 0.7737630208333334}, {"start": 3266.32, "end": 3266.66, "word": " مين", "probability": 0.573974609375}, {"start": 3266.66, "end": 3267.74, "word": " في", "probability": 0.10772705078125}, {"start": 3267.74, "end": 3270.3, "word": " واحد", "probability": 0.7783203125}, {"start": 3270.3, "end": 3270.52, "word": " dot", "probability": 0.60693359375}, {"start": 3270.52, "end": 3270.88, "word": " code", "probability": 0.859375}, {"start": 3270.88, "end": 3271.76, "word": " و", "probability": 0.425048828125}, {"start": 3271.76, "end": 3272.1, "word": " ايه", "probability": 0.5482991536458334}, {"start": 3272.1, "end": 3272.66, "word": " اتنين", "probability": 0.895263671875}, {"start": 3272.66, "end": 3273.04, "word": " dot", "probability": 0.8876953125}, {"start": 3273.04, "end": 3273.62, "word": " code", "probability": 0.9306640625}, {"start": 3273.62, "end": 3274.8, "word": " فهكذا", "probability": 0.5383148193359375}, {"start": 3274.8, "end": 3275.52, "word": " اتجارت", "probability": 0.53134765625}, {"start": 3275.52, "end": 3276.04, "word": " للاتنين", "probability": 0.7459716796875}, {"start": 3276.04, "end": 3276.34, "word": " عشان", "probability": 0.7664388020833334}, {"start": 3276.34, "end": 3276.64, "word": " تجيب", "probability": 0.728515625}, {"start": 3276.64, "end": 3277.7, "word": " نتائجها", "probability": 0.5972900390625}, {"start": 3277.7, "end": 3278.5, "word": " الان", "probability": 0.57073974609375}, {"start": 3278.5, "end": 3278.96, "word": " هذا", "probability": 0.8427734375}, {"start": 3278.96, "end": 3279.7, "word": " إجمالي", "probability": 0.808251953125}, {"start": 3279.7, "end": 3280.02, "word": " تبعه", "probability": 0.739013671875}, {"start": 3280.02, "end": 3280.34, "word": " صفر", "probability": 0.9573567708333334}, {"start": 3280.34, "end": 3280.5, "word": " في", "probability": 0.71923828125}, {"start": 3280.5, "end": 3281.08, "word": " T5", "probability": 0.68115234375}, {"start": 3281.08, "end": 3281.46, "word": " وهذا", "probability": 0.667236328125}, {"start": 3281.46, "end": 3281.62, "word": " ال", "probability": 0.2607421875}, {"start": 3281.62, "end": 3282.22, "word": " T11", "probability": 0.6773681640625}, {"start": 3282.22, "end": 3282.64, "word": " الان", "probability": 0.5775146484375}, {"start": 3282.64, "end": 3282.82, "word": " انا", "probability": 0.830078125}, {"start": 3282.82, "end": 3283.12, "word": " بدأ", "probability": 0.4210205078125}, {"start": 3283.12, "end": 3283.34, "word": " اقول", "probability": 0.780029296875}, {"start": 3283.34, "end": 3283.74, "word": " if", "probability": 0.301025390625}, {"start": 3283.74, "end": 3285.76, "word": " T5", "probability": 0.85205078125}, {"start": 3285.76, "end": 3288.26, "word": " اه", "probability": 0.78173828125}], "temperature": 1.0}, {"id": 113, "seek": 331686, "start": 3288.62, "end": 3316.86, "text": "وال relational operator اللي داخل معاه هو نفسه بدي أن أنزله هنا T11 ايش أسوي go to ال B dot ال true هل ايضا اعمل واحد تاني اقول اللي هي هذه go to B false", "tokens": [2407, 6027, 38444, 12973, 13672, 1829, 11778, 47283, 1211, 20449, 40294, 31439, 8717, 36178, 3224, 4724, 16254, 14739, 5551, 1863, 11622, 43761, 34105, 314, 5348, 1975, 1829, 8592, 5551, 3794, 45865, 352, 281, 2423, 363, 5893, 2423, 2074, 8032, 1211, 1975, 1829, 11242, 995, 1975, 25957, 1211, 36764, 24401, 6055, 7649, 1829, 1975, 39648, 13672, 1829, 39896, 29538, 352, 281, 363, 7908], "avg_logprob": -0.38219246977851506, "compression_ratio": 1.3630952380952381, "no_speech_prob": 0.0, "words": [{"start": 3288.62, "end": 3288.92, "word": "وال", "probability": 0.66552734375}, {"start": 3288.92, "end": 3289.28, "word": " relational", "probability": 0.1558837890625}, {"start": 3289.28, "end": 3289.92, "word": " operator", "probability": 0.96728515625}, {"start": 3289.92, "end": 3290.4, "word": " اللي", "probability": 0.767578125}, {"start": 3290.4, "end": 3290.82, "word": " داخل", "probability": 0.9537760416666666}, {"start": 3290.82, "end": 3291.14, "word": " معاه", "probability": 0.793212890625}, {"start": 3291.14, "end": 3291.4, "word": " هو", "probability": 0.93359375}, {"start": 3291.4, "end": 3291.78, "word": " نفسه", "probability": 0.9814453125}, {"start": 3291.78, "end": 3292.0, "word": " بدي", "probability": 0.40814208984375}, {"start": 3292.0, "end": 3292.06, "word": " أن", "probability": 0.4912109375}, {"start": 3292.06, "end": 3292.36, "word": " أنزله", "probability": 0.6563720703125}, {"start": 3292.36, "end": 3292.86, "word": " هنا", "probability": 0.90869140625}, {"start": 3292.86, "end": 3296.34, "word": " T11", "probability": 0.48492431640625}, {"start": 3296.34, "end": 3296.94, "word": " ايش", "probability": 0.6656901041666666}, {"start": 3296.94, "end": 3297.42, "word": " أسوي", "probability": 0.8362630208333334}, {"start": 3297.42, "end": 3298.96, "word": " go", "probability": 0.1766357421875}, {"start": 3298.96, "end": 3299.38, "word": " to", "probability": 0.9755859375}, {"start": 3299.38, "end": 3302.64, "word": " ال", "probability": 0.30908203125}, {"start": 3302.64, "end": 3305.26, "word": " B", "probability": 0.5517578125}, {"start": 3305.26, "end": 3306.44, "word": " dot", "probability": 0.3134765625}, {"start": 3306.44, "end": 3306.74, "word": " ال", "probability": 0.76904296875}, {"start": 3306.74, "end": 3307.04, "word": " true", "probability": 0.8466796875}, {"start": 3307.04, "end": 3308.72, "word": " هل", "probability": 0.973388671875}, {"start": 3308.72, "end": 3309.08, "word": " ايضا", "probability": 0.87939453125}, {"start": 3309.08, "end": 3309.78, "word": " اعمل", "probability": 0.8509114583333334}, {"start": 3309.78, "end": 3310.0, "word": " واحد", "probability": 0.974609375}, {"start": 3310.0, "end": 3310.4, "word": " تاني", "probability": 0.7706705729166666}, {"start": 3310.4, "end": 3310.88, "word": " اقول", "probability": 0.82958984375}, {"start": 3310.88, "end": 3312.54, "word": " اللي", "probability": 0.733154296875}, {"start": 3312.54, "end": 3312.66, "word": " هي", "probability": 0.5908203125}, {"start": 3312.66, "end": 3312.98, "word": " هذه", "probability": 0.384765625}, {"start": 3312.98, "end": 3313.72, "word": " go", "probability": 0.64208984375}, {"start": 3313.72, "end": 3314.14, "word": " to", "probability": 0.982421875}, {"start": 3314.14, "end": 3316.42, "word": " B", "probability": 0.89404296875}, {"start": 3316.42, "end": 3316.86, "word": " false", "probability": 0.79296875}], "temperature": 1.0}, {"id": 114, "seek": 335251, "start": 3324.07, "end": 3352.51, "text": "التانتير لازم يكون موجودة لأنه زي ما بنقول هنا هذا هيتنفذ هسط بال value تبقى في T5 هذا هيتنفذ هسط بال value في T11 هنا هتحصل مقارنة إذا فعل T5 حقق مع T11 حقق ال condition فهيروح على ال true طبعا وإلا هيروح على ال false فهدول ال two اللي لازم يكون موجودة عشان وجه ال flow of", "tokens": [6027, 2655, 7649, 2655, 13546, 5296, 31377, 2304, 7251, 30544, 3714, 29245, 23328, 3660, 5296, 33456, 3224, 30767, 1829, 19446, 44945, 39648, 34105, 23758, 8032, 36081, 1863, 5172, 8848, 8032, 3794, 9566, 20666, 2158, 6055, 3555, 4587, 7578, 8978, 314, 20, 23758, 8032, 36081, 1863, 5172, 8848, 8032, 3794, 9566, 20666, 2158, 8978, 314, 5348, 34105, 8032, 2655, 5016, 36520, 3714, 4587, 9640, 1863, 3660, 11933, 15730, 6156, 30241, 314, 20, 11331, 4587, 4587, 20449, 314, 5348, 11331, 4587, 4587, 2423, 4188, 6156, 3224, 1829, 32887, 5016, 15844, 2423, 2074, 23032, 3555, 3615, 995, 4032, 28814, 15040, 8032, 13546, 2407, 5016, 15844, 2423, 7908, 6156, 3224, 3215, 12610, 2423, 732, 13672, 1829, 5296, 31377, 2304, 7251, 30544, 3714, 29245, 23328, 3660, 6225, 8592, 7649, 49610, 3224, 2423, 3095, 295], "avg_logprob": -0.2947115311255822, "compression_ratio": 1.8416666666666666, "no_speech_prob": 0.0, "words": [{"start": 3324.07, "end": 3324.63, "word": "التانتير", "probability": 0.3461669921875}, {"start": 3324.63, "end": 3324.85, "word": " لازم", "probability": 0.8513997395833334}, {"start": 3324.85, "end": 3325.03, "word": " يكون", "probability": 0.861083984375}, {"start": 3325.03, "end": 3325.63, "word": " موجودة", "probability": 0.90478515625}, {"start": 3325.63, "end": 3327.39, "word": " لأنه", "probability": 0.7529296875}, {"start": 3327.39, "end": 3327.61, "word": " زي", "probability": 0.6339111328125}, {"start": 3327.61, "end": 3327.69, "word": " ما", "probability": 0.95849609375}, {"start": 3327.69, "end": 3328.05, "word": " بنقول", "probability": 0.62176513671875}, {"start": 3328.05, "end": 3328.41, "word": " هنا", "probability": 0.27099609375}, {"start": 3328.41, "end": 3329.33, "word": " هذا", "probability": 0.65869140625}, {"start": 3329.33, "end": 3330.13, "word": " هيتنفذ", "probability": 0.7203125}, {"start": 3330.13, "end": 3330.89, "word": " هسط", "probability": 0.4540201822916667}, {"start": 3330.89, "end": 3331.09, "word": " بال", "probability": 0.82568359375}, {"start": 3331.09, "end": 3331.37, "word": " value", "probability": 0.92041015625}, {"start": 3331.37, "end": 3331.59, "word": " تبقى", "probability": 0.81121826171875}, {"start": 3331.59, "end": 3331.73, "word": " في", "probability": 0.87353515625}, {"start": 3331.73, "end": 3332.07, "word": " T5", "probability": 0.7802734375}, {"start": 3332.07, "end": 3332.33, "word": " هذا", "probability": 0.488525390625}, {"start": 3332.33, "end": 3332.81, "word": " هيتنفذ", "probability": 0.88408203125}, {"start": 3332.81, "end": 3333.05, "word": " هسط", "probability": 0.9381510416666666}, {"start": 3333.05, "end": 3333.17, "word": " بال", "probability": 0.95947265625}, {"start": 3333.17, "end": 3333.35, "word": " value", "probability": 0.9501953125}, {"start": 3333.35, "end": 3333.49, "word": " في", "probability": 0.7841796875}, {"start": 3333.49, "end": 3333.81, "word": " T11", "probability": 0.70068359375}, {"start": 3333.81, "end": 3334.07, "word": " هنا", "probability": 0.396728515625}, {"start": 3334.07, "end": 3334.49, "word": " هتحصل", "probability": 0.9173583984375}, {"start": 3334.49, "end": 3335.17, "word": " مقارنة", "probability": 0.92841796875}, {"start": 3335.17, "end": 3336.11, "word": " إذا", "probability": 0.924560546875}, {"start": 3336.11, "end": 3336.47, "word": " فعل", "probability": 0.727783203125}, {"start": 3336.47, "end": 3337.19, "word": " T5", "probability": 0.75439453125}, {"start": 3337.19, "end": 3338.89, "word": " حقق", "probability": 0.9529622395833334}, {"start": 3338.89, "end": 3339.05, "word": " مع", "probability": 0.955078125}, {"start": 3339.05, "end": 3339.49, "word": " T11", "probability": 0.957275390625}, {"start": 3339.49, "end": 3339.97, "word": " حقق", "probability": 0.87841796875}, {"start": 3339.97, "end": 3340.11, "word": " ال", "probability": 0.92529296875}, {"start": 3340.11, "end": 3340.63, "word": " condition", "probability": 0.9658203125}, {"start": 3340.63, "end": 3342.73, "word": " فهيروح", "probability": 0.8259765625}, {"start": 3342.73, "end": 3342.89, "word": " على", "probability": 0.412353515625}, {"start": 3342.89, "end": 3343.03, "word": " ال", "probability": 0.89794921875}, {"start": 3343.03, "end": 3343.31, "word": " true", "probability": 0.90625}, {"start": 3343.31, "end": 3345.01, "word": " طبعا", "probability": 0.7835693359375}, {"start": 3345.01, "end": 3346.23, "word": " وإلا", "probability": 0.7145182291666666}, {"start": 3346.23, "end": 3346.93, "word": " هيروح", "probability": 0.759765625}, {"start": 3346.93, "end": 3347.93, "word": " على", "probability": 0.9189453125}, {"start": 3347.93, "end": 3348.07, "word": " ال", "probability": 0.8984375}, {"start": 3348.07, "end": 3348.35, "word": " false", "probability": 0.822265625}, {"start": 3348.35, "end": 3348.85, "word": " فهدول", "probability": 0.78533935546875}, {"start": 3348.85, "end": 3349.01, "word": " ال", "probability": 0.8271484375}, {"start": 3349.01, "end": 3349.17, "word": " two", "probability": 0.75830078125}, {"start": 3349.17, "end": 3349.41, "word": " اللي", "probability": 0.748291015625}, {"start": 3349.41, "end": 3349.67, "word": " لازم", "probability": 0.9874674479166666}, {"start": 3349.67, "end": 3349.85, "word": " يكون", "probability": 0.98046875}, {"start": 3349.85, "end": 3350.17, "word": " موجودة", "probability": 0.8446044921875}, {"start": 3350.17, "end": 3350.51, "word": " عشان", "probability": 0.7235107421875}, {"start": 3350.51, "end": 3351.01, "word": " وجه", "probability": 0.7110595703125}, {"start": 3351.01, "end": 3351.69, "word": " ال", "probability": 0.88623046875}, {"start": 3351.69, "end": 3352.07, "word": " flow", "probability": 0.94189453125}, {"start": 3352.07, "end": 3352.51, "word": " of", "probability": 0.962890625}], "temperature": 1.0}, {"id": 115, "seek": 337623, "start": 3353.01, "end": 3376.23, "text": "control على الناس واحدة منهم موجودة واحدة منهم موجودة بس معناته انا مش عارف يمكن ال instruction اللي هنا تبقى هي اللي انا بديها ال false وممكن لأ لازم انا يبقى محدد بالظبط الوجهة تبعته من خلال بوته طب هو ليش عمل flow control بناء على كل", "tokens": [9000, 81, 401, 15844, 2423, 8315, 3794, 36764, 24401, 3660, 9154, 16095, 3714, 29245, 23328, 3660, 36764, 24401, 3660, 9154, 16095, 3714, 29245, 23328, 3660, 4724, 3794, 20449, 8315, 47395, 1975, 8315, 37893, 6225, 9640, 5172, 7251, 43020, 2423, 10951, 13672, 1829, 34105, 6055, 3555, 4587, 7578, 39896, 13672, 1829, 1975, 8315, 4724, 16254, 11296, 2423, 7908, 4032, 2304, 43020, 5296, 10721, 5296, 31377, 2304, 1975, 8315, 7251, 3555, 4587, 7578, 3714, 24401, 3215, 20666, 19913, 3555, 9566, 2423, 29245, 3224, 3660, 6055, 3555, 34268, 3224, 9154, 16490, 1211, 6027, 4724, 35473, 3224, 23032, 3555, 31439, 32239, 8592, 6225, 42213, 3095, 1969, 44945, 16606, 15844, 28242], "avg_logprob": -0.2575934668567693, "compression_ratio": 1.7818181818181817, "no_speech_prob": 2.980232238769531e-07, "words": [{"start": 3353.01, "end": 3353.55, "word": "control", "probability": 0.46722412109375}, {"start": 3353.55, "end": 3353.79, "word": " على", "probability": 0.83349609375}, {"start": 3353.79, "end": 3354.13, "word": " الناس", "probability": 0.3536376953125}, {"start": 3354.13, "end": 3354.61, "word": " واحدة", "probability": 0.7571614583333334}, {"start": 3354.61, "end": 3354.83, "word": " منهم", "probability": 0.931640625}, {"start": 3354.83, "end": 3355.53, "word": " موجودة", "probability": 0.9796142578125}, {"start": 3355.53, "end": 3357.09, "word": " واحدة", "probability": 0.79833984375}, {"start": 3357.09, "end": 3357.27, "word": " منهم", "probability": 0.978515625}, {"start": 3357.27, "end": 3358.11, "word": " موجودة", "probability": 0.990234375}, {"start": 3358.11, "end": 3359.37, "word": " بس", "probability": 0.90234375}, {"start": 3359.37, "end": 3359.97, "word": " معناته", "probability": 0.6796468098958334}, {"start": 3359.97, "end": 3360.09, "word": " انا", "probability": 0.648681640625}, {"start": 3360.09, "end": 3360.23, "word": " مش", "probability": 0.97509765625}, {"start": 3360.23, "end": 3360.51, "word": " عارف", "probability": 0.8702799479166666}, {"start": 3360.51, "end": 3360.79, "word": " يمكن", "probability": 0.755615234375}, {"start": 3360.79, "end": 3360.95, "word": " ال", "probability": 0.865234375}, {"start": 3360.95, "end": 3361.81, "word": " instruction", "probability": 0.603515625}, {"start": 3361.81, "end": 3362.07, "word": " اللي", "probability": 0.903564453125}, {"start": 3362.07, "end": 3362.47, "word": " هنا", "probability": 0.984375}, {"start": 3362.47, "end": 3363.91, "word": " تبقى", "probability": 0.8369140625}, {"start": 3363.91, "end": 3364.09, "word": " هي", "probability": 0.64404296875}, {"start": 3364.09, "end": 3364.23, "word": " اللي", "probability": 0.973876953125}, {"start": 3364.23, "end": 3364.37, "word": " انا", "probability": 0.908935546875}, {"start": 3364.37, "end": 3364.79, "word": " بديها", "probability": 0.8875325520833334}, {"start": 3364.79, "end": 3364.99, "word": " ال", "probability": 0.634765625}, {"start": 3364.99, "end": 3365.31, "word": " false", "probability": 0.73291015625}, {"start": 3365.31, "end": 3365.61, "word": " وممكن", "probability": 0.7916666666666666}, {"start": 3365.61, "end": 3366.45, "word": " لأ", "probability": 0.915771484375}, {"start": 3366.45, "end": 3367.95, "word": " لازم", "probability": 0.9781901041666666}, {"start": 3367.95, "end": 3368.17, "word": " انا", "probability": 0.85107421875}, {"start": 3368.17, "end": 3368.43, "word": " يبقى", "probability": 0.8199462890625}, {"start": 3368.43, "end": 3368.93, "word": " محدد", "probability": 0.986328125}, {"start": 3368.93, "end": 3370.69, "word": " بالظبط", "probability": 0.9937744140625}, {"start": 3370.69, "end": 3371.35, "word": " الوجهة", "probability": 0.90625}, {"start": 3371.35, "end": 3371.81, "word": " تبعته", "probability": 0.913330078125}, {"start": 3371.81, "end": 3372.03, "word": " من", "probability": 0.99560546875}, {"start": 3372.03, "end": 3372.33, "word": " خلال", "probability": 0.9889322916666666}, {"start": 3372.33, "end": 3372.99, "word": " بوته", "probability": 0.5498453776041666}, {"start": 3372.99, "end": 3373.45, "word": " طب", "probability": 0.737548828125}, {"start": 3373.45, "end": 3373.61, "word": " هو", "probability": 0.7275390625}, {"start": 3373.61, "end": 3373.83, "word": " ليش", "probability": 0.9384765625}, {"start": 3373.83, "end": 3374.11, "word": " عمل", "probability": 0.976806640625}, {"start": 3374.11, "end": 3374.61, "word": " flow", "probability": 0.78662109375}, {"start": 3374.61, "end": 3375.33, "word": " control", "probability": 0.9150390625}, {"start": 3375.33, "end": 3375.77, "word": " بناء", "probability": 0.865234375}, {"start": 3375.77, "end": 3375.99, "word": " على", "probability": 0.87890625}, {"start": 3375.99, "end": 3376.23, "word": " كل", "probability": 0.9521484375}], "temperature": 1.0}, {"id": 116, "seek": 340519, "start": 3381.87, "end": 3405.19, "text": "ممكن يبقى عبارة عن two mathematical expressions بين القارن اللي .. لأ أنا .. أنا هش قصدي يعني مثلا في ال .. في ال binary operators اللي هو ال and و ال or أولا من ي .. تمام و ال unary operator استخدمهم على أنه قولي ال expression قولي ال expression بدي أخزن قيمة في مكان فلان و خلاص، ماشي؟ أما هنا في آخر واحدة image array", "tokens": [2304, 43020, 7251, 3555, 4587, 7578, 6225, 3555, 9640, 3660, 18871, 732, 18894, 15277, 49374, 25062, 9640, 1863, 13672, 1829, 4386, 5296, 10721, 41850, 4386, 41850, 8032, 8592, 12174, 9381, 16254, 37495, 22653, 50113, 15040, 8978, 2423, 4386, 8978, 2423, 17434, 19077, 13672, 1829, 31439, 2423, 293, 4032, 2423, 420, 5551, 12610, 995, 9154, 7251, 4386, 46811, 10943, 4032, 2423, 517, 822, 12973, 44713, 9778, 40448, 16095, 15844, 14739, 3224, 12174, 12610, 1829, 2423, 6114, 12174, 12610, 1829, 2423, 6114, 4724, 16254, 5551, 9778, 11622, 1863, 12174, 32640, 3660, 8978, 3714, 41361, 6156, 1211, 7649, 4032, 16490, 1211, 33546, 12399, 3714, 33599, 1829, 22807, 5551, 15042, 34105, 8978, 19753, 34740, 36764, 24401, 3660, 3256, 10225], "avg_logprob": -0.3389008728594616, "compression_ratio": 1.7345454545454546, "no_speech_prob": 0.0, "words": [{"start": 3381.87, "end": 3382.21, "word": "ممكن", "probability": 0.747802734375}, {"start": 3382.21, "end": 3382.53, "word": " يبقى", "probability": 0.8636474609375}, {"start": 3382.53, "end": 3382.83, "word": " عبارة", "probability": 0.952880859375}, {"start": 3382.83, "end": 3383.01, "word": " عن", "probability": 0.98486328125}, {"start": 3383.01, "end": 3383.29, "word": " two", "probability": 0.59619140625}, {"start": 3383.29, "end": 3384.23, "word": " mathematical", "probability": 0.5595703125}, {"start": 3384.23, "end": 3384.95, "word": " expressions", "probability": 0.96630859375}, {"start": 3384.95, "end": 3385.27, "word": " بين", "probability": 0.1123046875}, {"start": 3385.27, "end": 3385.75, "word": " القارن", "probability": 0.8655598958333334}, {"start": 3385.75, "end": 3386.55, "word": " اللي", "probability": 0.5318603515625}, {"start": 3386.55, "end": 3386.59, "word": " ..", "probability": 0.6494140625}, {"start": 3386.59, "end": 3386.95, "word": " لأ", "probability": 0.60955810546875}, {"start": 3386.95, "end": 3387.09, "word": " أنا", "probability": 0.54345703125}, {"start": 3387.09, "end": 3387.21, "word": " ..", "probability": 0.37548828125}, {"start": 3387.21, "end": 3387.55, "word": " أنا", "probability": 0.59521484375}, {"start": 3387.55, "end": 3387.71, "word": " هش", "probability": 0.3424072265625}, {"start": 3387.71, "end": 3388.09, "word": " قصدي", "probability": 0.96728515625}, {"start": 3388.09, "end": 3388.55, "word": " يعني", "probability": 0.80322265625}, {"start": 3388.55, "end": 3389.47, "word": " مثلا", "probability": 0.8857421875}, {"start": 3389.47, "end": 3389.83, "word": " في", "probability": 0.9248046875}, {"start": 3389.83, "end": 3390.13, "word": " ال", "probability": 0.95263671875}, {"start": 3390.13, "end": 3390.13, "word": " ..", "probability": 0.44189453125}, {"start": 3390.13, "end": 3390.37, "word": " في", "probability": 0.9013671875}, {"start": 3390.37, "end": 3390.49, "word": " ال", "probability": 0.96435546875}, {"start": 3390.49, "end": 3390.75, "word": " binary", "probability": 0.7021484375}, {"start": 3390.75, "end": 3391.37, "word": " operators", "probability": 0.87109375}, {"start": 3391.37, "end": 3391.57, "word": " اللي", "probability": 0.96875}, {"start": 3391.57, "end": 3391.75, "word": " هو", "probability": 0.83642578125}, {"start": 3391.75, "end": 3391.87, "word": " ال", "probability": 0.802734375}, {"start": 3391.87, "end": 3392.19, "word": " and", "probability": 0.77978515625}, {"start": 3392.19, "end": 3392.39, "word": " و", "probability": 0.55859375}, {"start": 3392.39, "end": 3392.67, "word": " ال", "probability": 0.943359375}, {"start": 3392.67, "end": 3393.17, "word": " or", "probability": 0.69873046875}, {"start": 3393.17, "end": 3393.55, "word": " أولا", "probability": 0.6250813802083334}, {"start": 3393.55, "end": 3393.65, "word": " من", "probability": 0.73095703125}, {"start": 3393.65, "end": 3393.73, "word": " ي", "probability": 0.6044921875}, {"start": 3393.73, "end": 3393.85, "word": " ..", "probability": 0.19873046875}, {"start": 3393.85, "end": 3394.87, "word": " تمام", "probability": 0.906982421875}, {"start": 3394.87, "end": 3395.21, "word": " و", "probability": 0.6328125}, {"start": 3395.21, "end": 3395.31, "word": " ال", "probability": 0.95166015625}, {"start": 3395.31, "end": 3395.67, "word": " unary", "probability": 0.909912109375}, {"start": 3395.67, "end": 3396.47, "word": " operator", "probability": 0.94970703125}, {"start": 3396.47, "end": 3397.09, "word": " استخدمهم", "probability": 0.8360595703125}, {"start": 3397.09, "end": 3397.21, "word": " على", "probability": 0.398681640625}, {"start": 3397.21, "end": 3397.45, "word": " أنه", "probability": 0.6202392578125}, {"start": 3397.45, "end": 3397.65, "word": " قولي", "probability": 0.90234375}, {"start": 3397.65, "end": 3397.75, "word": " ال", "probability": 0.5703125}, {"start": 3397.75, "end": 3398.17, "word": " expression", "probability": 0.931640625}, {"start": 3398.17, "end": 3398.49, "word": " قولي", "probability": 0.7853190104166666}, {"start": 3398.49, "end": 3398.53, "word": " ال", "probability": 0.919921875}, {"start": 3398.53, "end": 3398.83, "word": " expression", "probability": 0.93603515625}, {"start": 3398.83, "end": 3399.09, "word": " بدي", "probability": 0.539306640625}, {"start": 3399.09, "end": 3399.47, "word": " أخزن", "probability": 0.83831787109375}, {"start": 3399.47, "end": 3399.75, "word": " قيمة", "probability": 0.9853515625}, {"start": 3399.75, "end": 3399.83, "word": " في", "probability": 0.9765625}, {"start": 3399.83, "end": 3400.05, "word": " مكان", "probability": 0.99072265625}, {"start": 3400.05, "end": 3400.31, "word": " فلان", "probability": 0.849609375}, {"start": 3400.31, "end": 3400.41, "word": " و", "probability": 0.55224609375}, {"start": 3400.41, "end": 3400.99, "word": " خلاص،", "probability": 0.67266845703125}, {"start": 3400.99, "end": 3401.95, "word": " ماشي؟", "probability": 0.8294677734375}, {"start": 3401.95, "end": 3402.19, "word": " أما", "probability": 0.92431640625}, {"start": 3402.19, "end": 3402.51, "word": " هنا", "probability": 0.99462890625}, {"start": 3402.51, "end": 3403.41, "word": " في", "probability": 0.86865234375}, {"start": 3403.41, "end": 3403.73, "word": " آخر", "probability": 0.75}, {"start": 3403.73, "end": 3404.21, "word": " واحدة", "probability": 0.92138671875}, {"start": 3404.21, "end": 3404.81, "word": " image", "probability": 0.1787109375}, {"start": 3404.81, "end": 3405.19, "word": " array", "probability": 0.11956787109375}], "temperature": 1.0}, {"id": 117, "seek": 343744, "start": 3410.84, "end": 3437.44, "text": "هذه three address code instructions احنا لما حكينا في ال three address code instructions قلنا انه فيها أنواع في ال jumps و ال jumps في conditional و unconditional فهذه قبعا conditional jump نوع من ال three address instruction فيها دي F يعني هو مابتعاملش مع ال true و ال false فهي مابتعاملش مع ال true و ال false و ال false على انهم بس value بناء على ال relation", "tokens": [3224, 24192, 1045, 2985, 3089, 9415, 1975, 5016, 8315, 5296, 15042, 11331, 4117, 1829, 8315, 8978, 2423, 1045, 2985, 3089, 9415, 12174, 1211, 8315, 16472, 3224, 8978, 11296, 14739, 14407, 3615, 8978, 2423, 16704, 4032, 2423, 16704, 8978, 27708, 4032, 47916, 6156, 3224, 24192, 12174, 3555, 3615, 995, 27708, 3012, 8717, 45367, 9154, 2423, 1045, 2985, 10951, 8978, 11296, 11778, 1829, 479, 37495, 22653, 31439, 3714, 16758, 2655, 3615, 10943, 1211, 8592, 20449, 2423, 2074, 4032, 2423, 7908, 6156, 3224, 1829, 3714, 16758, 2655, 3615, 10943, 1211, 8592, 20449, 2423, 2074, 4032, 2423, 7908, 4032, 2423, 7908, 15844, 16472, 16095, 4724, 3794, 2158, 44945, 16606, 15844, 2423, 9721], "avg_logprob": -0.309919723676979, "compression_ratio": 2.126086956521739, "no_speech_prob": 5.960464477539063e-08, "words": [{"start": 3410.84, "end": 3410.96, "word": "هذه", "probability": 0.56787109375}, {"start": 3410.96, "end": 3411.22, "word": " three", "probability": 0.2069091796875}, {"start": 3411.22, "end": 3411.5, "word": " address", "probability": 0.72509765625}, {"start": 3411.5, "end": 3411.84, "word": " code", "probability": 0.857421875}, {"start": 3411.84, "end": 3412.38, "word": " instructions", "probability": 0.413330078125}, {"start": 3412.38, "end": 3412.8, "word": " احنا", "probability": 0.7455240885416666}, {"start": 3412.8, "end": 3413.02, "word": " لما", "probability": 0.887939453125}, {"start": 3413.02, "end": 3413.78, "word": " حكينا", "probability": 0.9644775390625}, {"start": 3413.78, "end": 3413.88, "word": " في", "probability": 0.8994140625}, {"start": 3413.88, "end": 3413.96, "word": " ال", "probability": 0.6171875}, {"start": 3413.96, "end": 3414.08, "word": " three", "probability": 0.62158203125}, {"start": 3414.08, "end": 3414.34, "word": " address", "probability": 0.91259765625}, {"start": 3414.34, "end": 3414.58, "word": " code", "probability": 0.90576171875}, {"start": 3414.58, "end": 3415.0, "word": " instructions", "probability": 0.84912109375}, {"start": 3415.0, "end": 3415.28, "word": " قلنا", "probability": 0.7662760416666666}, {"start": 3415.28, "end": 3415.5, "word": " انه", "probability": 0.812744140625}, {"start": 3415.5, "end": 3415.74, "word": " فيها", "probability": 0.60546875}, {"start": 3415.74, "end": 3416.22, "word": " أنواع", "probability": 0.8819986979166666}, {"start": 3416.22, "end": 3416.56, "word": " في", "probability": 0.40234375}, {"start": 3416.56, "end": 3416.86, "word": " ال", "probability": 0.70654296875}, {"start": 3416.86, "end": 3418.72, "word": " jumps", "probability": 0.501953125}, {"start": 3418.72, "end": 3419.3, "word": " و", "probability": 0.513671875}, {"start": 3419.3, "end": 3419.4, "word": " ال", "probability": 0.763671875}, {"start": 3419.4, "end": 3419.64, "word": " jumps", "probability": 0.91357421875}, {"start": 3419.64, "end": 3419.8, "word": " في", "probability": 0.91162109375}, {"start": 3419.8, "end": 3420.26, "word": " conditional", "probability": 0.87451171875}, {"start": 3420.26, "end": 3420.42, "word": " و", "probability": 0.98779296875}, {"start": 3420.42, "end": 3420.8, "word": " unconditional", "probability": 0.7314453125}, {"start": 3420.8, "end": 3422.62, "word": " فهذه", "probability": 0.9249674479166666}, {"start": 3422.62, "end": 3423.16, "word": " قبعا", "probability": 0.61529541015625}, {"start": 3423.16, "end": 3424.08, "word": " conditional", "probability": 0.91943359375}, {"start": 3424.08, "end": 3426.1, "word": " jump", "probability": 0.61181640625}, {"start": 3426.1, "end": 3426.66, "word": " نوع", "probability": 0.748291015625}, {"start": 3426.66, "end": 3426.86, "word": " من", "probability": 0.98388671875}, {"start": 3426.86, "end": 3427.1, "word": " ال", "probability": 0.89111328125}, {"start": 3427.1, "end": 3427.42, "word": " three", "probability": 0.8701171875}, {"start": 3427.42, "end": 3427.7, "word": " address", "probability": 0.95654296875}, {"start": 3427.7, "end": 3428.2, "word": " instruction", "probability": 0.62939453125}, {"start": 3428.2, "end": 3428.5, "word": " فيها", "probability": 0.5233154296875}, {"start": 3428.5, "end": 3428.64, "word": " دي", "probability": 0.59149169921875}, {"start": 3428.64, "end": 3428.94, "word": " F", "probability": 0.69970703125}, {"start": 3428.94, "end": 3429.26, "word": " يعني", "probability": 0.89306640625}, {"start": 3429.26, "end": 3429.38, "word": " هو", "probability": 0.8173828125}, {"start": 3429.38, "end": 3429.84, "word": " مابتعاملش", "probability": 0.8491908482142857}, {"start": 3429.84, "end": 3429.98, "word": " مع", "probability": 0.98681640625}, {"start": 3429.98, "end": 3430.14, "word": " ال", "probability": 0.92578125}, {"start": 3430.14, "end": 3430.28, "word": " true", "probability": 0.96923828125}, {"start": 3430.28, "end": 3430.36, "word": " و", "probability": 0.82373046875}, {"start": 3430.36, "end": 3430.46, "word": " ال", "probability": 0.52197265625}, {"start": 3430.46, "end": 3430.78, "word": " false", "probability": 0.85205078125}, {"start": 3430.78, "end": 3431.4, "word": " فهي", "probability": 0.6486002604166666}, {"start": 3431.4, "end": 3432.72, "word": " مابتعاملش", "probability": 0.8834402901785714}, {"start": 3432.72, "end": 3432.88, "word": " مع", "probability": 0.99267578125}, {"start": 3432.88, "end": 3433.04, "word": " ال", "probability": 0.98486328125}, {"start": 3433.04, "end": 3433.18, "word": " true", "probability": 0.98095703125}, {"start": 3433.18, "end": 3433.36, "word": " و", "probability": 0.869140625}, {"start": 3433.36, "end": 3433.38, "word": " ال", "probability": 0.8720703125}, {"start": 3433.38, "end": 3433.76, "word": " false", "probability": 0.89453125}, {"start": 3433.76, "end": 3434.0, "word": " و", "probability": 0.8193359375}, {"start": 3434.0, "end": 3434.1, "word": " ال", "probability": 0.8427734375}, {"start": 3434.1, "end": 3434.4, "word": " false", "probability": 0.921875}, {"start": 3434.4, "end": 3434.58, "word": " على", "probability": 0.54931640625}, {"start": 3434.58, "end": 3434.88, "word": " انهم", "probability": 0.62548828125}, {"start": 3434.88, "end": 3435.1, "word": " بس", "probability": 0.584716796875}, {"start": 3435.1, "end": 3435.58, "word": " value", "probability": 0.5517578125}, {"start": 3435.58, "end": 3436.62, "word": " بناء", "probability": 0.88232421875}, {"start": 3436.62, "end": 3436.84, "word": " على", "probability": 0.76318359375}, {"start": 3436.84, "end": 3437.0, "word": " ال", "probability": 0.806640625}, {"start": 3437.0, "end": 3437.44, "word": " relation", "probability": 0.9912109375}], "temperature": 1.0}, {"id": 118, "seek": 346773, "start": 3438.95, "end": 3467.73, "text": "هو اتعامل معاهم هنا في هذه الحالة الـ Boolean expression هو عبارة عن two mathematical expressions كل واحد له قيمته بنقارن ما بين قيم تبعتهم ب some kind of relational operator زي ال greater than equal or less than وإذا بناء على ال relational operator بتحدد if true or false يعني مثلا هذا مفترض هذا كان قيمته في الآخر تلاتة وهذا قيمته أربعة", "tokens": [3224, 2407, 1975, 2655, 3615, 10943, 1211, 20449, 995, 16095, 34105, 8978, 29538, 21542, 6027, 3660, 2423, 39184, 3286, 4812, 282, 6114, 31439, 6225, 3555, 9640, 3660, 18871, 732, 18894, 15277, 28242, 36764, 24401, 46740, 12174, 32640, 47395, 44945, 4587, 9640, 1863, 19446, 49374, 12174, 32640, 6055, 3555, 34268, 16095, 4724, 512, 733, 295, 38444, 12973, 30767, 1829, 2423, 5044, 813, 2681, 420, 1570, 813, 4032, 28814, 15730, 44945, 16606, 15844, 2423, 38444, 12973, 39894, 24401, 3215, 498, 2074, 420, 7908, 37495, 22653, 50113, 15040, 23758, 3714, 5172, 2655, 43042, 23758, 25961, 12174, 32640, 47395, 8978, 6024, 95, 34740, 6055, 1211, 9307, 3660, 37037, 15730, 12174, 32640, 47395, 5551, 25513, 27884], "avg_logprob": -0.21051897880222117, "compression_ratio": 1.658703071672355, "no_speech_prob": 0.0, "words": [{"start": 3438.95, "end": 3439.29, "word": "هو", "probability": 0.87646484375}, {"start": 3439.29, "end": 3439.79, "word": " اتعامل", "probability": 0.891015625}, {"start": 3439.79, "end": 3440.41, "word": " معاهم", "probability": 0.9772135416666666}, {"start": 3440.41, "end": 3440.81, "word": " هنا", "probability": 0.58642578125}, {"start": 3440.81, "end": 3440.99, "word": " في", "probability": 0.8837890625}, {"start": 3440.99, "end": 3441.19, "word": " هذه", "probability": 0.419921875}, {"start": 3441.19, "end": 3443.09, "word": " الحالة", "probability": 0.98046875}, {"start": 3443.09, "end": 3443.77, "word": " الـ", "probability": 0.632080078125}, {"start": 3443.77, "end": 3444.03, "word": " Boolean", "probability": 0.668212890625}, {"start": 3444.03, "end": 3444.49, "word": " expression", "probability": 0.5048828125}, {"start": 3444.49, "end": 3444.71, "word": " هو", "probability": 0.8203125}, {"start": 3444.71, "end": 3445.07, "word": " عبارة", "probability": 0.9532470703125}, {"start": 3445.07, "end": 3445.41, "word": " عن", "probability": 0.9775390625}, {"start": 3445.41, "end": 3445.77, "word": " two", "probability": 0.53515625}, {"start": 3445.77, "end": 3446.29, "word": " mathematical", "probability": 0.81884765625}, {"start": 3446.29, "end": 3447.21, "word": " expressions", "probability": 0.96728515625}, {"start": 3447.21, "end": 3447.77, "word": " كل", "probability": 0.69482421875}, {"start": 3447.77, "end": 3447.99, "word": " واحد", "probability": 0.990234375}, {"start": 3447.99, "end": 3448.19, "word": " له", "probability": 0.45068359375}, {"start": 3448.19, "end": 3448.79, "word": " قيمته", "probability": 0.974609375}, {"start": 3448.79, "end": 3449.39, "word": " بنقارن", "probability": 0.8802490234375}, {"start": 3449.39, "end": 3449.53, "word": " ما", "probability": 0.4912109375}, {"start": 3449.53, "end": 3449.71, "word": " بين", "probability": 0.978515625}, {"start": 3449.71, "end": 3450.03, "word": " قيم", "probability": 0.961181640625}, {"start": 3450.03, "end": 3450.69, "word": " تبعتهم", "probability": 0.7816162109375}, {"start": 3450.69, "end": 3451.25, "word": " ب", "probability": 0.97705078125}, {"start": 3451.25, "end": 3451.49, "word": " some", "probability": 0.28466796875}, {"start": 3451.49, "end": 3451.81, "word": " kind", "probability": 0.89208984375}, {"start": 3451.81, "end": 3451.99, "word": " of", "probability": 0.96923828125}, {"start": 3451.99, "end": 3452.53, "word": " relational", "probability": 0.83544921875}, {"start": 3452.53, "end": 3453.27, "word": " operator", "probability": 0.708984375}, {"start": 3453.27, "end": 3453.59, "word": " زي", "probability": 0.931884765625}, {"start": 3453.59, "end": 3453.75, "word": " ال", "probability": 0.37353515625}, {"start": 3453.75, "end": 3454.01, "word": " greater", "probability": 0.62646484375}, {"start": 3454.01, "end": 3454.31, "word": " than", "probability": 0.96240234375}, {"start": 3454.31, "end": 3454.63, "word": " equal", "probability": 0.5263671875}, {"start": 3454.63, "end": 3454.85, "word": " or", "probability": 0.71142578125}, {"start": 3454.85, "end": 3455.11, "word": " less", "probability": 0.92626953125}, {"start": 3455.11, "end": 3455.81, "word": " than", "probability": 0.9453125}, {"start": 3455.81, "end": 3456.61, "word": " وإذا", "probability": 0.9025065104166666}, {"start": 3456.61, "end": 3458.19, "word": " بناء", "probability": 0.661865234375}, {"start": 3458.19, "end": 3458.39, "word": " على", "probability": 0.78076171875}, {"start": 3458.39, "end": 3458.65, "word": " ال", "probability": 0.95361328125}, {"start": 3458.65, "end": 3459.21, "word": " relational", "probability": 0.86181640625}, {"start": 3459.21, "end": 3459.49, "word": " operator", "probability": 0.57275390625}, {"start": 3459.49, "end": 3460.11, "word": " بتحدد", "probability": 0.8780924479166666}, {"start": 3460.11, "end": 3460.27, "word": " if", "probability": 0.318359375}, {"start": 3460.27, "end": 3460.61, "word": " true", "probability": 0.76953125}, {"start": 3460.61, "end": 3460.69, "word": " or", "probability": 0.666015625}, {"start": 3460.69, "end": 3461.13, "word": " false", "probability": 0.8720703125}, {"start": 3461.13, "end": 3461.81, "word": " يعني", "probability": 0.911865234375}, {"start": 3461.81, "end": 3462.17, "word": " مثلا", "probability": 0.959716796875}, {"start": 3462.17, "end": 3462.41, "word": " هذا", "probability": 0.89111328125}, {"start": 3462.41, "end": 3463.01, "word": " مفترض", "probability": 0.8817138671875}, {"start": 3463.01, "end": 3463.89, "word": " هذا", "probability": 0.82666015625}, {"start": 3463.89, "end": 3464.21, "word": " كان", "probability": 0.814453125}, {"start": 3464.21, "end": 3464.73, "word": " قيمته", "probability": 0.9910481770833334}, {"start": 3464.73, "end": 3465.19, "word": " في", "probability": 0.8271484375}, {"start": 3465.19, "end": 3465.57, "word": " الآخر", "probability": 0.8816731770833334}, {"start": 3465.57, "end": 3466.29, "word": " تلاتة", "probability": 0.9287109375}, {"start": 3466.29, "end": 3466.57, "word": " وهذا", "probability": 0.751220703125}, {"start": 3466.57, "end": 3467.13, "word": " قيمته", "probability": 0.9176432291666666}, {"start": 3467.13, "end": 3467.73, "word": " أربعة", "probability": 0.92138671875}], "temperature": 1.0}, {"id": 119, "seek": 349532, "start": 3467.96, "end": 3495.32, "text": "وهذا أكبر منه، تلاتة أكبر من أربعة؟ لأ، false فإحنا اللي بنقوله إنه الـ Boolean expression الـ Boolean expression قد يتكون من two Boolean expressions بينهم and أو or أو قد يتكون من mathematical expressions بينهم relational operators في مثل هذا الحالة", "tokens": [2407, 3224, 15730, 5551, 4117, 26890, 9154, 3224, 12399, 6055, 1211, 9307, 3660, 5551, 4117, 26890, 9154, 5551, 25513, 27884, 22807, 5296, 10721, 12399, 7908, 6156, 28814, 5016, 8315, 13672, 1829, 44945, 39648, 3224, 36145, 3224, 2423, 39184, 23351, 28499, 6114, 2423, 39184, 23351, 28499, 6114, 12174, 3215, 7251, 2655, 30544, 9154, 732, 23351, 28499, 15277, 49374, 16095, 293, 34051, 420, 34051, 12174, 3215, 7251, 2655, 30544, 9154, 18894, 15277, 49374, 16095, 38444, 19077, 8978, 50113, 1211, 23758, 21542, 6027, 3660], "avg_logprob": -0.2713414488769159, "compression_ratio": 1.7688442211055277, "no_speech_prob": 0.0, "words": [{"start": 3467.96, "end": 3468.4, "word": "وهذا", "probability": 0.5873209635416666}, {"start": 3468.4, "end": 3468.8, "word": " أكبر", "probability": 0.8697916666666666}, {"start": 3468.8, "end": 3469.08, "word": " منه،", "probability": 0.4744873046875}, {"start": 3469.08, "end": 3469.4, "word": " تلاتة", "probability": 0.815673828125}, {"start": 3469.4, "end": 3469.72, "word": " أكبر", "probability": 0.96142578125}, {"start": 3469.72, "end": 3469.84, "word": " من", "probability": 0.984375}, {"start": 3469.84, "end": 3470.34, "word": " أربعة؟", "probability": 0.81512451171875}, {"start": 3470.34, "end": 3470.6, "word": " لأ،", "probability": 0.6588541666666666}, {"start": 3470.6, "end": 3471.1, "word": " false", "probability": 0.11956787109375}, {"start": 3471.1, "end": 3477.88, "word": " فإحنا", "probability": 0.660400390625}, {"start": 3477.88, "end": 3478.18, "word": " اللي", "probability": 0.93017578125}, {"start": 3478.18, "end": 3478.74, "word": " بنقوله", "probability": 0.9371744791666666}, {"start": 3478.74, "end": 3479.22, "word": " إنه", "probability": 0.5699462890625}, {"start": 3479.22, "end": 3479.62, "word": " الـ", "probability": 0.5885009765625}, {"start": 3479.62, "end": 3479.94, "word": " Boolean", "probability": 0.85693359375}, {"start": 3479.94, "end": 3480.64, "word": " expression", "probability": 0.82470703125}, {"start": 3480.64, "end": 3480.96, "word": " الـ", "probability": 0.6953125}, {"start": 3480.96, "end": 3481.2, "word": " Boolean", "probability": 0.904296875}, {"start": 3481.2, "end": 3481.72, "word": " expression", "probability": 0.91357421875}, {"start": 3481.72, "end": 3482.02, "word": " قد", "probability": 0.982177734375}, {"start": 3482.02, "end": 3482.46, "word": " يتكون", "probability": 0.8439127604166666}, {"start": 3482.46, "end": 3482.76, "word": " من", "probability": 0.99462890625}, {"start": 3482.76, "end": 3483.2, "word": " two", "probability": 0.70849609375}, {"start": 3483.2, "end": 3483.7, "word": " Boolean", "probability": 0.92919921875}, {"start": 3483.7, "end": 3484.46, "word": " expressions", "probability": 0.9755859375}, {"start": 3484.46, "end": 3485.54, "word": " بينهم", "probability": 0.944091796875}, {"start": 3485.54, "end": 3485.76, "word": " and", "probability": 0.85546875}, {"start": 3485.76, "end": 3485.94, "word": " أو", "probability": 0.80419921875}, {"start": 3485.94, "end": 3486.22, "word": " or", "probability": 0.9677734375}, {"start": 3486.22, "end": 3487.06, "word": " أو", "probability": 0.9052734375}, {"start": 3487.06, "end": 3487.26, "word": " قد", "probability": 0.982421875}, {"start": 3487.26, "end": 3487.66, "word": " يتكون", "probability": 0.9830729166666666}, {"start": 3487.66, "end": 3488.08, "word": " من", "probability": 0.990234375}, {"start": 3488.08, "end": 3488.78, "word": " mathematical", "probability": 0.82861328125}, {"start": 3488.78, "end": 3489.72, "word": " expressions", "probability": 0.98095703125}, {"start": 3489.72, "end": 3490.52, "word": " بينهم", "probability": 0.9462890625}, {"start": 3490.52, "end": 3490.92, "word": " relational", "probability": 0.8212890625}, {"start": 3490.92, "end": 3491.76, "word": " operators", "probability": 0.9375}, {"start": 3491.76, "end": 3494.26, "word": " في", "probability": 0.1864013671875}, {"start": 3494.26, "end": 3494.54, "word": " مثل", "probability": 0.988037109375}, {"start": 3494.54, "end": 3494.74, "word": " هذا", "probability": 0.81298828125}, {"start": 3494.74, "end": 3495.32, "word": " الحالة", "probability": 0.9908854166666666}], "temperature": 1.0}, {"id": 120, "seek": 351917, "start": 3496.99, "end": 3519.17, "text": "هذا الـ Relational Operator لازم ينزل زي ما هو في الـ three address code لازم ينزل زي ما هو أنا ماعرفش شو هيكون انا مش عارف شو هيكون هيكون اكبر من اصغر من يساوي not equal less than or equal greater than or equal مش عارفه بنزل زي ما هو في الـ", "tokens": [3224, 15730, 2423, 39184, 8738, 1478, 12480, 1639, 5296, 31377, 2304, 7251, 1863, 11622, 1211, 30767, 1829, 19446, 31439, 8978, 2423, 39184, 1045, 2985, 3089, 5296, 31377, 2304, 7251, 1863, 11622, 1211, 30767, 1829, 19446, 31439, 41850, 19446, 3615, 28480, 8592, 13412, 2407, 39896, 30544, 1975, 8315, 37893, 6225, 9640, 5172, 13412, 2407, 39896, 30544, 39896, 30544, 1975, 4117, 26890, 9154, 1975, 9381, 17082, 2288, 9154, 7251, 3794, 995, 45865, 406, 2681, 1570, 813, 420, 2681, 5044, 813, 420, 2681, 37893, 6225, 9640, 5172, 3224, 4724, 1863, 11622, 1211, 30767, 1829, 19446, 31439, 8978, 2423, 39184], "avg_logprob": -0.2769007731958763, "compression_ratio": 1.9037433155080214, "no_speech_prob": 1.1324882507324219e-06, "words": [{"start": 3496.9900000000002, "end": 3497.59, "word": "هذا", "probability": 0.6787109375}, {"start": 3497.59, "end": 3497.69, "word": " الـ", "probability": 0.548583984375}, {"start": 3497.69, "end": 3500.27, "word": " Relational", "probability": 0.5111083984375}, {"start": 3500.27, "end": 3500.87, "word": " Operator", "probability": 0.91259765625}, {"start": 3500.87, "end": 3501.81, "word": " لازم", "probability": 0.8408203125}, {"start": 3501.81, "end": 3502.49, "word": " ينزل", "probability": 0.9779052734375}, {"start": 3502.49, "end": 3502.79, "word": " زي", "probability": 0.55084228515625}, {"start": 3502.79, "end": 3502.91, "word": " ما", "probability": 0.9306640625}, {"start": 3502.91, "end": 3503.33, "word": " هو", "probability": 0.98388671875}, {"start": 3503.33, "end": 3503.63, "word": " في", "probability": 0.91015625}, {"start": 3503.63, "end": 3503.83, "word": " الـ", "probability": 0.701171875}, {"start": 3503.83, "end": 3505.07, "word": " three", "probability": 0.2030029296875}, {"start": 3505.07, "end": 3505.41, "word": " address", "probability": 0.8330078125}, {"start": 3505.41, "end": 3505.89, "word": " code", "probability": 0.90771484375}, {"start": 3505.89, "end": 3507.25, "word": " لازم", "probability": 0.8478190104166666}, {"start": 3507.25, "end": 3507.51, "word": " ينزل", "probability": 0.994140625}, {"start": 3507.51, "end": 3507.67, "word": " زي", "probability": 0.950439453125}, {"start": 3507.67, "end": 3507.75, "word": " ما", "probability": 0.966796875}, {"start": 3507.75, "end": 3507.91, "word": " هو", "probability": 0.99560546875}, {"start": 3507.91, "end": 3508.07, "word": " أنا", "probability": 0.235595703125}, {"start": 3508.07, "end": 3508.57, "word": " ماعرفش", "probability": 0.875}, {"start": 3508.57, "end": 3508.77, "word": " شو", "probability": 0.72509765625}, {"start": 3508.77, "end": 3509.35, "word": " هيكون", "probability": 0.5921630859375}, {"start": 3509.35, "end": 3509.93, "word": " انا", "probability": 0.467041015625}, {"start": 3509.93, "end": 3510.05, "word": " مش", "probability": 0.93359375}, {"start": 3510.05, "end": 3510.23, "word": " عارف", "probability": 0.9970703125}, {"start": 3510.23, "end": 3510.43, "word": " شو", "probability": 0.944091796875}, {"start": 3510.43, "end": 3510.83, "word": " هيكون", "probability": 0.9609375}, {"start": 3510.83, "end": 3511.13, "word": " هيكون", "probability": 0.654296875}, {"start": 3511.13, "end": 3511.45, "word": " اكبر", "probability": 0.8225911458333334}, {"start": 3511.45, "end": 3511.71, "word": " من", "probability": 0.92236328125}, {"start": 3511.71, "end": 3512.39, "word": " اصغر", "probability": 0.8663330078125}, {"start": 3512.39, "end": 3512.55, "word": " من", "probability": 0.982421875}, {"start": 3512.55, "end": 3513.15, "word": " يساوي", "probability": 0.905517578125}, {"start": 3513.15, "end": 3513.45, "word": " not", "probability": 0.57373046875}, {"start": 3513.45, "end": 3514.01, "word": " equal", "probability": 0.92236328125}, {"start": 3514.01, "end": 3514.93, "word": " less", "probability": 0.8037109375}, {"start": 3514.93, "end": 3515.15, "word": " than", "probability": 0.947265625}, {"start": 3515.15, "end": 3515.29, "word": " or", "probability": 0.92138671875}, {"start": 3515.29, "end": 3515.81, "word": " equal", "probability": 0.9384765625}, {"start": 3515.81, "end": 3516.25, "word": " greater", "probability": 0.72705078125}, {"start": 3516.25, "end": 3516.53, "word": " than", "probability": 0.95068359375}, {"start": 3516.53, "end": 3516.65, "word": " or", "probability": 0.9453125}, {"start": 3516.65, "end": 3516.93, "word": " equal", "probability": 0.923828125}, {"start": 3516.93, "end": 3517.15, "word": " مش", "probability": 0.7412109375}, {"start": 3517.15, "end": 3517.53, "word": " عارفه", "probability": 0.868408203125}, {"start": 3517.53, "end": 3518.09, "word": " بنزل", "probability": 0.56671142578125}, {"start": 3518.09, "end": 3518.53, "word": " زي", "probability": 0.86279296875}, {"start": 3518.53, "end": 3518.63, "word": " ما", "probability": 0.95068359375}, {"start": 3518.63, "end": 3518.85, "word": " هو", "probability": 0.98388671875}, {"start": 3518.85, "end": 3519.01, "word": " في", "probability": 0.927734375}, {"start": 3519.01, "end": 3519.17, "word": " الـ", "probability": 0.663818359375}], "temperature": 1.0}, {"id": 121, "seek": 355392, "start": 3526.76, "end": 3553.92, "text": "باخد ال address تبع ال expression الأولاني وال address تبع ال expression التاني وبحط بينهم ال relational operator يعني بناء على هذا ال boolean value اللي هيطلع ب .. إذا هو true بقوله go to true ال S إذا وصل هنا يعني هذا مش .. مش true إذا على طول بقوله روح على false", "tokens": [3555, 47283, 3215, 2423, 2985, 6055, 3555, 3615, 2423, 6114, 16247, 12610, 7649, 1829, 16070, 2985, 6055, 3555, 3615, 2423, 6114, 16712, 7649, 1829, 46599, 5016, 9566, 49374, 16095, 2423, 38444, 12973, 37495, 22653, 44945, 16606, 15844, 23758, 2423, 748, 4812, 282, 2158, 13672, 1829, 39896, 9566, 1211, 3615, 4724, 4386, 11933, 15730, 31439, 2074, 4724, 39648, 3224, 352, 281, 2074, 2423, 318, 11933, 15730, 4032, 36520, 34105, 37495, 22653, 23758, 37893, 4386, 37893, 2074, 11933, 15730, 15844, 23032, 12610, 4724, 39648, 3224, 12602, 2407, 5016, 15844, 7908], "avg_logprob": -0.2582514178886842, "compression_ratio": 1.759090909090909, "no_speech_prob": 0.0, "words": [{"start": 3526.76, "end": 3527.3, "word": "باخد", "probability": 0.81005859375}, {"start": 3527.3, "end": 3527.6, "word": " ال", "probability": 0.70068359375}, {"start": 3527.6, "end": 3528.1, "word": " address", "probability": 0.82275390625}, {"start": 3528.1, "end": 3529.24, "word": " تبع", "probability": 0.8509114583333334}, {"start": 3529.24, "end": 3529.38, "word": " ال", "probability": 0.92529296875}, {"start": 3529.38, "end": 3529.78, "word": " expression", "probability": 0.83349609375}, {"start": 3529.78, "end": 3530.46, "word": " الأولاني", "probability": 0.935546875}, {"start": 3530.46, "end": 3531.12, "word": " وال", "probability": 0.34765625}, {"start": 3531.12, "end": 3531.48, "word": " address", "probability": 0.8017578125}, {"start": 3531.48, "end": 3531.84, "word": " تبع", "probability": 0.923828125}, {"start": 3531.84, "end": 3531.94, "word": " ال", "probability": 0.97216796875}, {"start": 3531.94, "end": 3532.34, "word": " expression", "probability": 0.92626953125}, {"start": 3532.34, "end": 3532.88, "word": " التاني", "probability": 0.9275716145833334}, {"start": 3532.88, "end": 3533.64, "word": " وبحط", "probability": 0.8299153645833334}, {"start": 3533.64, "end": 3534.82, "word": " بينهم", "probability": 0.975341796875}, {"start": 3534.82, "end": 3535.04, "word": " ال", "probability": 0.89013671875}, {"start": 3535.04, "end": 3535.38, "word": " relational", "probability": 0.39208984375}, {"start": 3535.38, "end": 3536.06, "word": " operator", "probability": 0.9453125}, {"start": 3536.06, "end": 3536.78, "word": " يعني", "probability": 0.706787109375}, {"start": 3536.78, "end": 3537.16, "word": " بناء", "probability": 0.891357421875}, {"start": 3537.16, "end": 3537.36, "word": " على", "probability": 0.810546875}, {"start": 3537.36, "end": 3537.9, "word": " هذا", "probability": 0.9345703125}, {"start": 3537.9, "end": 3539.64, "word": " ال", "probability": 0.85888671875}, {"start": 3539.64, "end": 3540.14, "word": " boolean", "probability": 0.7574869791666666}, {"start": 3540.14, "end": 3540.82, "word": " value", "probability": 0.9853515625}, {"start": 3540.82, "end": 3541.2, "word": " اللي", "probability": 0.91455078125}, {"start": 3541.2, "end": 3542.48, "word": " هيطلع", "probability": 0.931640625}, {"start": 3542.48, "end": 3542.68, "word": " ب", "probability": 0.72119140625}, {"start": 3542.68, "end": 3543.46, "word": " ..", "probability": 0.423828125}, {"start": 3543.46, "end": 3543.7, "word": " إذا", "probability": 0.7470703125}, {"start": 3543.7, "end": 3543.96, "word": " هو", "probability": 0.98828125}, {"start": 3543.96, "end": 3544.26, "word": " true", "probability": 0.9833984375}, {"start": 3544.26, "end": 3544.96, "word": " بقوله", "probability": 0.875}, {"start": 3544.96, "end": 3545.12, "word": " go", "probability": 0.77490234375}, {"start": 3545.12, "end": 3545.46, "word": " to", "probability": 0.95068359375}, {"start": 3545.46, "end": 3545.88, "word": " true", "probability": 0.88330078125}, {"start": 3545.88, "end": 3546.22, "word": " ال", "probability": 0.2247314453125}, {"start": 3546.22, "end": 3546.82, "word": " S", "probability": 0.2391357421875}, {"start": 3546.82, "end": 3548.26, "word": " إذا", "probability": 0.6484375}, {"start": 3548.26, "end": 3549.64, "word": " وصل", "probability": 0.849853515625}, {"start": 3549.64, "end": 3549.92, "word": " هنا", "probability": 0.94775390625}, {"start": 3549.92, "end": 3550.24, "word": " يعني", "probability": 0.84033203125}, {"start": 3550.24, "end": 3550.5, "word": " هذا", "probability": 0.75146484375}, {"start": 3550.5, "end": 3550.8, "word": " مش", "probability": 0.97705078125}, {"start": 3550.8, "end": 3551.1, "word": " ..", "probability": 0.1571044921875}, {"start": 3551.1, "end": 3551.48, "word": " مش", "probability": 0.96142578125}, {"start": 3551.48, "end": 3551.88, "word": " true", "probability": 0.97900390625}, {"start": 3551.88, "end": 3552.46, "word": " إذا", "probability": 0.50341796875}, {"start": 3552.46, "end": 3552.64, "word": " على", "probability": 0.54345703125}, {"start": 3552.64, "end": 3552.86, "word": " طول", "probability": 0.990966796875}, {"start": 3552.86, "end": 3553.26, "word": " بقوله", "probability": 0.9142252604166666}, {"start": 3553.26, "end": 3553.38, "word": " روح", "probability": 0.8165690104166666}, {"start": 3553.38, "end": 3553.54, "word": " على", "probability": 0.84033203125}, {"start": 3553.54, "end": 3553.92, "word": " false", "probability": 0.83984375}], "temperature": 1.0}, {"id": 122, "seek": 358398, "start": 3557.32, "end": 3583.98, "text": "فهذه التلات حالات لـ Boolean expression خلاص هي بتكون اكتملت ال dot code أو الترجمة يعني تبع الـ Boolean expression وين ما بتحل وين ما حلت هذه الـ Boolean expression في some larger construct بتتاخد زي ما هي وبينبنى عليها الترجمة تبع ال larger construct", "tokens": [5172, 3224, 24192, 16712, 1211, 9307, 11331, 6027, 9307, 5296, 39184, 23351, 28499, 6114, 16490, 1211, 33546, 39896, 39894, 30544, 1975, 4117, 39237, 1211, 2655, 2423, 5893, 3089, 34051, 16712, 47341, 46007, 37495, 22653, 6055, 3555, 3615, 2423, 39184, 23351, 28499, 6114, 4032, 9957, 19446, 39894, 5016, 1211, 4032, 9957, 19446, 11331, 1211, 2655, 29538, 2423, 39184, 23351, 28499, 6114, 8978, 512, 4833, 7690, 39894, 2655, 47283, 3215, 30767, 1829, 19446, 39896, 46599, 9957, 3555, 1863, 7578, 25894, 11296, 16712, 47341, 46007, 6055, 3555, 3615, 2423, 4833, 7690], "avg_logprob": -0.29231038522184566, "compression_ratio": 1.803921568627451, "no_speech_prob": 0.0, "words": [{"start": 3557.32, "end": 3557.96, "word": "فهذه", "probability": 0.6973063151041666}, {"start": 3557.96, "end": 3558.48, "word": " التلات", "probability": 0.695556640625}, {"start": 3558.48, "end": 3559.1, "word": " حالات", "probability": 0.7794596354166666}, {"start": 3559.1, "end": 3560.42, "word": " لـ", "probability": 0.5020751953125}, {"start": 3560.42, "end": 3560.68, "word": " Boolean", "probability": 0.7144775390625}, {"start": 3560.68, "end": 3561.24, "word": " expression", "probability": 0.44921875}, {"start": 3561.24, "end": 3562.22, "word": " خلاص", "probability": 0.7033284505208334}, {"start": 3562.22, "end": 3562.4, "word": " هي", "probability": 0.4853515625}, {"start": 3562.4, "end": 3562.84, "word": " بتكون", "probability": 0.609130859375}, {"start": 3562.84, "end": 3563.68, "word": " اكتملت", "probability": 0.790625}, {"start": 3563.68, "end": 3564.64, "word": " ال", "probability": 0.6572265625}, {"start": 3564.64, "end": 3565.2, "word": " dot", "probability": 0.3505859375}, {"start": 3565.2, "end": 3565.64, "word": " code", "probability": 0.923828125}, {"start": 3565.64, "end": 3565.84, "word": " أو", "probability": 0.63330078125}, {"start": 3565.84, "end": 3566.42, "word": " الترجمة", "probability": 0.9884440104166666}, {"start": 3566.42, "end": 3566.78, "word": " يعني", "probability": 0.5726318359375}, {"start": 3566.78, "end": 3567.18, "word": " تبع", "probability": 0.89306640625}, {"start": 3567.18, "end": 3567.46, "word": " الـ", "probability": 0.3944091796875}, {"start": 3567.46, "end": 3567.62, "word": " Boolean", "probability": 0.874267578125}, {"start": 3567.62, "end": 3568.52, "word": " expression", "probability": 0.88720703125}, {"start": 3568.52, "end": 3570.12, "word": " وين", "probability": 0.840087890625}, {"start": 3570.12, "end": 3570.22, "word": " ما", "probability": 0.68896484375}, {"start": 3570.22, "end": 3570.82, "word": " بتحل", "probability": 0.8483072916666666}, {"start": 3570.82, "end": 3571.44, "word": " وين", "probability": 0.933837890625}, {"start": 3571.44, "end": 3571.54, "word": " ما", "probability": 0.94384765625}, {"start": 3571.54, "end": 3572.12, "word": " حلت", "probability": 0.8849283854166666}, {"start": 3572.12, "end": 3572.44, "word": " هذه", "probability": 0.6259765625}, {"start": 3572.44, "end": 3572.84, "word": " الـ", "probability": 0.80078125}, {"start": 3572.84, "end": 3573.08, "word": " Boolean", "probability": 0.9033203125}, {"start": 3573.08, "end": 3573.7, "word": " expression", "probability": 0.88818359375}, {"start": 3573.7, "end": 3574.54, "word": " في", "probability": 0.91064453125}, {"start": 3574.54, "end": 3574.92, "word": " some", "probability": 0.7265625}, {"start": 3574.92, "end": 3575.58, "word": " larger", "probability": 0.900390625}, {"start": 3575.58, "end": 3577.14, "word": " construct", "probability": 0.9296875}, {"start": 3577.14, "end": 3578.44, "word": " بتتاخد", "probability": 0.871826171875}, {"start": 3578.44, "end": 3578.68, "word": " زي", "probability": 0.9814453125}, {"start": 3578.68, "end": 3578.74, "word": " ما", "probability": 0.962890625}, {"start": 3578.74, "end": 3579.1, "word": " هي", "probability": 0.927734375}, {"start": 3579.1, "end": 3580.98, "word": " وبينبنى", "probability": 0.735009765625}, {"start": 3580.98, "end": 3581.36, "word": " عليها", "probability": 0.990966796875}, {"start": 3581.36, "end": 3582.12, "word": " الترجمة", "probability": 0.99267578125}, {"start": 3582.12, "end": 3582.82, "word": " تبع", "probability": 0.9495442708333334}, {"start": 3582.82, "end": 3582.98, "word": " ال", "probability": 0.7138671875}, {"start": 3582.98, "end": 3583.38, "word": " larger", "probability": 0.62939453125}, {"start": 3583.38, "end": 3583.98, "word": " construct", "probability": 0.9541015625}], "temperature": 1.0}, {"id": 123, "seek": 361337, "start": 3584.43, "end": 3613.37, "text": "فهو إذا كان هذا الكلام نتركه للمحاضرة التالية بس في الصفة اهمة إذا أنا عندي statement عبارة عن F مافيش فيها S ممكن يكون عندي F معانا S ممكن يكون في عندي while ممكن يكون عندي حالات أخرى من ال control flow statements بيجي ال dot code تبقى ال B شكف واحدة بنزل", "tokens": [5172, 3224, 2407, 11933, 15730, 25961, 23758, 2423, 28820, 10943, 8717, 2655, 31747, 3224, 5296, 19528, 5016, 46958, 25720, 16712, 6027, 10632, 4724, 3794, 8978, 31767, 5172, 3660, 1975, 16095, 3660, 11933, 15730, 41850, 18871, 16254, 5629, 6225, 3555, 9640, 3660, 18871, 479, 19446, 41185, 8592, 8978, 11296, 318, 3714, 43020, 7251, 30544, 18871, 16254, 479, 20449, 7649, 995, 318, 3714, 43020, 7251, 30544, 8978, 18871, 16254, 1339, 3714, 43020, 7251, 30544, 18871, 16254, 11331, 6027, 9307, 5551, 34740, 7578, 9154, 2423, 1969, 3095, 12363, 4724, 1829, 7435, 1829, 2423, 5893, 3089, 6055, 3555, 4587, 7578, 2423, 363, 13412, 4117, 5172, 36764, 24401, 3660, 44945, 11622, 1211], "avg_logprob": -0.3067129557883298, "compression_ratio": 1.7574468085106383, "no_speech_prob": 4.76837158203125e-07, "words": [{"start": 3584.43, "end": 3585.17, "word": "فهو", "probability": 0.621337890625}, {"start": 3585.17, "end": 3585.39, "word": " إذا", "probability": 0.6912841796875}, {"start": 3585.39, "end": 3585.57, "word": " كان", "probability": 0.93212890625}, {"start": 3585.57, "end": 3585.71, "word": " هذا", "probability": 0.54248046875}, {"start": 3585.71, "end": 3585.95, "word": " الكلام", "probability": 0.6214192708333334}, {"start": 3585.95, "end": 3586.41, "word": " نتركه", "probability": 0.494415283203125}, {"start": 3586.41, "end": 3586.81, "word": " للمحاضرة", "probability": 0.786669921875}, {"start": 3586.81, "end": 3587.15, "word": " التالية", "probability": 0.76318359375}, {"start": 3587.15, "end": 3587.69, "word": " بس", "probability": 0.7216796875}, {"start": 3587.69, "end": 3587.83, "word": " في", "probability": 0.67431640625}, {"start": 3587.83, "end": 3588.11, "word": " الصفة", "probability": 0.8767903645833334}, {"start": 3588.11, "end": 3588.87, "word": " اهمة", "probability": 0.41162109375}, {"start": 3588.87, "end": 3591.83, "word": " إذا", "probability": 0.85009765625}, {"start": 3591.83, "end": 3592.05, "word": " أنا", "probability": 0.544921875}, {"start": 3592.05, "end": 3592.49, "word": " عندي", "probability": 0.875}, {"start": 3592.49, "end": 3593.31, "word": " statement", "probability": 0.8056640625}, {"start": 3593.31, "end": 3594.09, "word": " عبارة", "probability": 0.7828369140625}, {"start": 3594.09, "end": 3594.23, "word": " عن", "probability": 0.9443359375}, {"start": 3594.23, "end": 3594.57, "word": " F", "probability": 0.335205078125}, {"start": 3594.57, "end": 3595.77, "word": " مافيش", "probability": 0.73583984375}, {"start": 3595.77, "end": 3596.07, "word": " فيها", "probability": 0.956298828125}, {"start": 3596.07, "end": 3596.43, "word": " S", "probability": 0.86376953125}, {"start": 3596.43, "end": 3597.37, "word": " ممكن", "probability": 0.877685546875}, {"start": 3597.37, "end": 3597.53, "word": " يكون", "probability": 0.934326171875}, {"start": 3597.53, "end": 3597.99, "word": " عندي", "probability": 0.929931640625}, {"start": 3597.99, "end": 3599.13, "word": " F", "probability": 0.77099609375}, {"start": 3599.13, "end": 3599.65, "word": " معانا", "probability": 0.7412923177083334}, {"start": 3599.65, "end": 3600.01, "word": " S", "probability": 0.93896484375}, {"start": 3600.01, "end": 3600.43, "word": " ممكن", "probability": 0.847412109375}, {"start": 3600.43, "end": 3600.71, "word": " يكون", "probability": 0.965087890625}, {"start": 3600.71, "end": 3600.87, "word": " في", "probability": 0.82080078125}, {"start": 3600.87, "end": 3601.27, "word": " عندي", "probability": 0.80859375}, {"start": 3601.27, "end": 3601.79, "word": " while", "probability": 0.56982421875}, {"start": 3601.79, "end": 3602.35, "word": " ممكن", "probability": 0.886474609375}, {"start": 3602.35, "end": 3602.55, "word": " يكون", "probability": 0.968017578125}, {"start": 3602.55, "end": 3602.77, "word": " عندي", "probability": 0.92626953125}, {"start": 3602.77, "end": 3603.11, "word": " حالات", "probability": 0.695556640625}, {"start": 3603.11, "end": 3603.53, "word": " أخرى", "probability": 0.9630533854166666}, {"start": 3603.53, "end": 3603.77, "word": " من", "probability": 0.974609375}, {"start": 3603.77, "end": 3603.99, "word": " ال", "probability": 0.7998046875}, {"start": 3603.99, "end": 3604.29, "word": " control", "probability": 0.72265625}, {"start": 3604.29, "end": 3604.81, "word": " flow", "probability": 0.861328125}, {"start": 3604.81, "end": 3606.33, "word": " statements", "probability": 0.464111328125}, {"start": 3606.33, "end": 3607.93, "word": " بيجي", "probability": 0.8046875}, {"start": 3607.93, "end": 3609.65, "word": " ال", "probability": 0.837890625}, {"start": 3609.65, "end": 3609.89, "word": " dot", "probability": 0.58056640625}, {"start": 3609.89, "end": 3610.21, "word": " code", "probability": 0.93115234375}, {"start": 3610.21, "end": 3610.59, "word": " تبقى", "probability": 0.8585205078125}, {"start": 3610.59, "end": 3610.75, "word": " ال", "probability": 0.90869140625}, {"start": 3610.75, "end": 3610.99, "word": " B", "probability": 0.50390625}, {"start": 3610.99, "end": 3611.83, "word": " شكف", "probability": 0.7967122395833334}, {"start": 3611.83, "end": 3612.43, "word": " واحدة", "probability": 0.9415690104166666}, {"start": 3612.43, "end": 3613.37, "word": " بنزل", "probability": 0.8650716145833334}], "temperature": 1.0}, {"id": 124, "seek": 363172, "start": 3614.18, "end": 3631.72, "text": "يالي label يالي كده صح فهذا الجزئية بتكون التعامل معاها وبتيجي ال output تبعها اللي هي ال dot quota بتلبيه ال expression زي ما هو في ال statement يعطيكم العافية", "tokens": [1829, 6027, 1829, 7645, 7251, 6027, 1829, 9122, 3215, 3224, 20328, 5016, 6156, 3224, 15730, 25724, 11622, 19986, 10632, 39894, 30544, 16712, 3615, 10943, 1211, 20449, 995, 11296, 4032, 3555, 31371, 7435, 1829, 2423, 5598, 6055, 3555, 3615, 11296, 13672, 1829, 39896, 2423, 5893, 45171, 39894, 1211, 21292, 3224, 2423, 6114, 30767, 1829, 19446, 31439, 8978, 2423, 5629, 37495, 9566, 1829, 24793, 18863, 31845, 10632], "avg_logprob": -0.34398673384478595, "compression_ratio": 1.4795321637426901, "no_speech_prob": 4.76837158203125e-07, "words": [{"start": 3614.18, "end": 3614.68, "word": "يالي", "probability": 0.4889322916666667}, {"start": 3614.68, "end": 3615.74, "word": " label", "probability": 0.68359375}, {"start": 3615.74, "end": 3616.18, "word": " يالي", "probability": 0.8060709635416666}, {"start": 3616.18, "end": 3616.94, "word": " كده", "probability": 0.6985677083333334}, {"start": 3616.94, "end": 3619.64, "word": " صح", "probability": 0.723876953125}, {"start": 3619.64, "end": 3620.68, "word": " فهذا", "probability": 0.6897786458333334}, {"start": 3620.68, "end": 3622.22, "word": " الجزئية", "probability": 0.8798828125}, {"start": 3622.22, "end": 3622.72, "word": " بتكون", "probability": 0.857666015625}, {"start": 3622.72, "end": 3623.78, "word": " التعامل", "probability": 0.9158935546875}, {"start": 3623.78, "end": 3624.24, "word": " معاها", "probability": 0.8583984375}, {"start": 3624.24, "end": 3625.08, "word": " وبتيجي", "probability": 0.756298828125}, {"start": 3625.08, "end": 3625.34, "word": " ال", "probability": 0.85546875}, {"start": 3625.34, "end": 3625.62, "word": " output", "probability": 0.962890625}, {"start": 3625.62, "end": 3626.16, "word": " تبعها", "probability": 0.8414306640625}, {"start": 3626.16, "end": 3626.3, "word": " اللي", "probability": 0.6837158203125}, {"start": 3626.3, "end": 3626.42, "word": " هي", "probability": 0.54736328125}, {"start": 3626.42, "end": 3626.48, "word": " ال", "probability": 0.3583984375}, {"start": 3626.48, "end": 3626.62, "word": " dot", "probability": 0.7109375}, {"start": 3626.62, "end": 3626.86, "word": " quota", "probability": 0.2039794921875}, {"start": 3626.86, "end": 3627.4, "word": " بتلبيه", "probability": 0.3968505859375}, {"start": 3627.4, "end": 3627.5, "word": " ال", "probability": 0.52783203125}, {"start": 3627.5, "end": 3627.94, "word": " expression", "probability": 0.87158203125}, {"start": 3627.94, "end": 3628.42, "word": " زي", "probability": 0.914306640625}, {"start": 3628.42, "end": 3628.5, "word": " ما", "probability": 0.90087890625}, {"start": 3628.5, "end": 3628.7, "word": " هو", "probability": 0.91162109375}, {"start": 3628.7, "end": 3628.94, "word": " في", "probability": 0.9453125}, {"start": 3628.94, "end": 3629.16, "word": " ال", "probability": 0.7265625}, {"start": 3629.16, "end": 3629.62, "word": " statement", "probability": 0.93896484375}, {"start": 3629.62, "end": 3631.3, "word": " يعطيكم", "probability": 0.87890625}, {"start": 3631.3, "end": 3631.72, "word": " العافية", "probability": 0.85302734375}], "temperature": 1.0}], "language": "ar", "language_probability": 1.0, "duration": 3631.85625, "duration_after_vad": 3360.9899999999907} \ No newline at end of file diff --git a/PL9fwy3NUQKwZe1P-Tr_n9TWAgawgGkpm5/P53WHBm-9go_raw.srt b/PL9fwy3NUQKwZe1P-Tr_n9TWAgawgGkpm5/P53WHBm-9go_raw.srt new file mode 100644 index 0000000000000000000000000000000000000000..8274b77a399b3079f62e1efd9df0b6236e790e57 --- /dev/null +++ b/PL9fwy3NUQKwZe1P-Tr_n9TWAgawgGkpm5/P53WHBm-9go_raw.srt @@ -0,0 +1,2512 @@ +1 +00:00:21,240 --> 00:00:23,540 +بسم الله الرحمن الرحيم والصلاة والسلام عليكم ورحمة + +2 +00:00:23,540 --> 00:00:28,120 +الله وبركاته اليوم ان شاء الله بنكمل .. بنكمل في + +3 +00:00:28,120 --> 00:00:34,640 +chapter تلاتة اللي هو ال lexical analysis في + +4 +00:00:34,640 --> 00:00:39,320 +آخر محاضرة دخلنا في ال finite automata وشوفنا ال + +5 +00:00:39,320 --> 00:00:46,320 +transition diagrams كيف احنا ممكن نمثلها او كيف + +6 +00:00:46,320 --> 00:00:49,490 +نمثلها على شكل finite automataالـ Finite Automata + +7 +00:00:49,490 --> 00:00:54,810 +أحنا عرفنا أنه فيها نوعين فيه Non-Deterministic + +8 +00:00:54,810 --> 00:00:58,250 +Finite Automata وفيه Deterministic Finite Automata + +9 +00:00:58,250 --> 00:01:02,210 +وقلنا إنه هذه الـ Finite Automata اللي هي State + +10 +00:01:02,210 --> 00:01:05,970 +Transition Diagrams في واقع الأمر هي خطوطنا + +11 +00:01:05,970 --> 00:01:12,950 +التمهيدية لبعد هيكم نعمل اللي هو ال analyzer ال + +12 +00:01:12,950 --> 00:01:14,110 +code تبع ال analyzer + +13 +00:01:17,000 --> 00:01:23,140 +أوضعنا اللي هو تلاتة ستة finite automata وكذلك + +14 +00:01:23,140 --> 00:01:28,260 +الحال برضه كمان عاوزين نشوف التحويل كيف يتم من ال + +15 +00:01:28,260 --> 00:01:31,980 +regular expression لل automata لأن خطوة ال finite + +16 +00:01:31,980 --> 00:01:35,320 +automata اللي هي تمهيد لل lexical .. لgenerating + +17 +00:01:35,320 --> 00:01:39,120 +ال lexical analyzer هي نفسها مبنية على .. هي نفسها + +18 +00:01:39,120 --> 00:01:43,640 +مبنية على regular expression طيب فخلينا أولا نتأكد + +19 +00:01:43,640 --> 00:01:46,300 +وين احنا بالظبط وضفنا في المحاضرة الماضية + +20 +00:01:54,460 --> 00:01:58,460 +طبعا شوفنا الامثلة هذه كلها انا ماعتقد اللي هي + +21 +00:01:58,460 --> 00:02:07,460 +فانات اوتوماتية طبيعة ال .. + +22 +00:02:07,460 --> 00:02:14,820 +تلاتة سبعة بدأنا في تلاتة ستة .. تلاتة ستة كله + +23 +00:02:14,820 --> 00:02:23,130 +except طبعا شوفنا ال example هذا هذا ال exampleأول + +24 +00:02:23,130 --> 00:02:29,070 +الشيء كان الهدف منه توضيح كيف أنه ممكن ال non + +25 +00:02:29,070 --> 00:02:34,510 +deterministic finite automaton ممكن + +26 +00:02:34,510 --> 00:02:42,930 +ال string الواحد زي هذا ممكن يتم تعرف عليه نعمل + +27 +00:02:42,930 --> 00:02:47,410 +accepting له ال non deterministic finite automaton + +28 +00:02:47,410 --> 00:02:52,270 +تعمل accepting له بأكتر من مسار واحدو هذا غير + +29 +00:02:52,270 --> 00:02:55,450 +مرغوب عشان هيك احنا الهدف طبعا ال deterministic + +30 +00:02:55,450 --> 00:03:02,390 +finite automata تمام؟ + +31 +00:03:02,390 --> 00:03:06,850 +وقفنا هنا المحاضرة الماضية؟ او بدأنا فيها؟ أو + +32 +00:03:06,850 --> 00:03:10,910 +قشينا فيها؟ طيب نبدأ من هنا ال deterministic + +33 +00:03:10,910 --> 00:03:14,690 +finite automata الهدف هنا في المحاضرة هي ان نشوف + +34 +00:03:14,690 --> 00:03:16,930 +ال deterministic finite automata بس + +35 +00:03:21,210 --> 00:03:24,110 +سأغير المسار لأنه بعد ما اتعرف على ال + +36 +00:03:24,110 --> 00:03:28,790 +deterministic finite automata و الفرق ما بينها و + +37 +00:03:28,790 --> 00:03:32,850 +ما بين ال non deterministic اللي هي مثلة بسيطة جدا + +38 +00:03:32,850 --> 00:03:39,730 +بعد ذلك في تلاتة سبعة بتحول للحكي عن التحويل + +39 +00:03:39,730 --> 00:03:43,470 +من regular expressions ل automatic هذا ال section + +40 +00:03:43,470 --> 00:03:47,930 +تلاتة + +41 +00:03:47,930 --> 00:03:52,980 +سبعة واحدجاي عنوان ال conversion from NFA to DFA + +42 +00:03:52,980 --> 00:03:56,440 +الكلام + +43 +00:03:56,440 --> 00:04:07,320 +هذا كله جيد ولكن انا تمام بدي اخد الخطوة اللي جابل + +44 +00:04:07,320 --> 00:04:19,040 +اللي هي جابل انا ما اعمل convert من NFA to DFA + +45 +00:04:20,260 --> 00:04:26,680 +بنزلني بالاصل كمان اني construct بنزلني لسه قبل + +46 +00:04:26,680 --> 00:04:35,200 +هذه الخطبة construct ال NFA from من ايش من ال + +47 +00:04:35,200 --> 00:04:41,020 +regular expression بنزلني اشوف كيف how we + +48 +00:04:41,020 --> 00:04:44,820 +construct ال NFA من ال regular expression عشان + +49 +00:04:44,820 --> 00:04:51,020 +بعدين اشوف كيف احول ال NFA الى DFAفي التلاتة + +50 +00:04:51,020 --> 00:04:54,040 +السابعة هروح أقفز على طول على تلاتة سبعة أربع و + +51 +00:04:54,040 --> 00:05:00,000 +بعدين أرجع على تلاتة سبعة واحد انا + +52 +00:05:00,000 --> 00:05:05,380 +هاخد هذه في الأول اللي هي تلاتة سبعة أربع و بعدين + +53 +00:05:05,380 --> 00:05:08,920 +أرجع على هذه اللي هي تلاتة سبعة واحد تلاتة سبعة + +54 +00:05:08,920 --> 00:05:16,020 +واحد اتنين تلاتة تمام بس احنا لسه بدنا نرجع الآن + +55 +00:05:16,020 --> 00:05:19,780 +قبل سبعة كله قبل section تلاتة سبعة كله بدنا نرجع + +56 +00:05:19,780 --> 00:05:24,930 +علىال .. اللي + +57 +00:05:24,930 --> 00:05:28,150 +هو ال deterministic finite automata و نجمل الحكي + +58 +00:05:28,150 --> 00:05:33,170 +الفرق ما بينهم و بين ال NFA ف deterministic finite + +59 +00:05:33,170 --> 00:05:36,670 +automaton اه automaton طبعا المفرد و automata اللي + +60 +00:05:36,670 --> 00:05:40,510 +هي الجملة is a special case صح هذا الكلام special + +61 +00:05:40,510 --> 00:05:45,910 +case of NFA there are no moves on input epsilon + +62 +00:05:45,910 --> 00:05:50,990 +epsilon اللي هو يعني مافيش .. مافيش inputو برضه + +63 +00:05:50,990 --> 00:05:54,550 +for each state S and input symbol A there is + +64 +00:05:54,550 --> 00:05:59,390 +exactly one edge احنا قلنا بالاصل اول ما حكينا عن + +65 +00:05:59,390 --> 00:06:02,790 +الفرق بين NFA و DFA قلنا انه لما نكون في هذا ال + +66 +00:06:02,790 --> 00:06:06,310 +state ال edges اللي طالع منها على other states + +67 +00:06:06,310 --> 00:06:14,270 +تمام ال NFA بيسمح انه نفس ال input symbol ممكن + +68 +00:06:14,270 --> 00:06:18,050 +يكون موجود على اكتر من edge مرةفي هذا الـ edge + +69 +00:06:18,050 --> 00:06:20,270 +ممكن أنجلني على هذا الـ state في هذا الـ edge + +70 +00:06:20,270 --> 00:06:24,710 +أنجلني على state أخرى انا في one ممكن a تانجلني + +71 +00:06:24,710 --> 00:06:29,630 +على اتنين او تانجلني على تلاتة هذا NFA ماشي انما + +72 +00:06:29,630 --> 00:06:35,810 +DFA لأ for each state S and input symbol A there + +73 +00:06:35,810 --> 00:06:40,550 +is exactly one edge بس واحدة اللي تطلع من هذه ال S + +74 +00:06:40,550 --> 00:06:46,320 +على other states وهذا كلام قلنا عمليا انهإذا كان + +75 +00:06:46,320 --> 00:06:51,160 +ال NFA أنا بقدر أعبر عنها على شكل جدول و الجدول + +76 +00:06:51,160 --> 00:06:55,960 +transition table و الجدول بيسمح بيبقى فيه ending + +77 +00:06:55,960 --> 00:07:02,040 +من أحد ال states على input اتقال إلى two or more + +78 +00:07:02,040 --> 00:07:06,740 +states هذا في ال NFA ممكن لكن في ال DFA لأ ففي ال + +79 +00:07:06,740 --> 00:07:10,560 +DFA لا يمكن أشوف هذا الكلام أصلا الجواس هذه + +80 +00:07:10,560 --> 00:07:14,710 +مابشوفهاش لأن الجواس هذه بتعبر عن مجموعةوانا عندي + +81 +00:07:14,710 --> 00:07:18,310 +في ال DFA مافيش مجموعة مافيش الا single state + +82 +00:07:18,310 --> 00:07:22,750 +single edge طلعناها single state تمام فهذا الكلام + +83 +00:07:22,750 --> 00:07:29,370 +الآن صار واضح لنا انه اولا مافيش فرق أساسي مافيش + +84 +00:07:29,370 --> 00:07:33,370 +moves on input epsilon تانيا انه for each state S + +85 +00:07:33,370 --> 00:07:37,050 +عند input symbol A there is exactly one edge out + +86 +00:07:37,050 --> 00:07:37,470 +of S + +87 +00:07:44,480 --> 00:07:48,980 +هذه الكلام بيكرر اللي انتوا قولته حكاية ال sets و + +88 +00:07:48,980 --> 00:07:53,220 +curly braces انها بتظهرش في ال table okay؟ الآن + +89 +00:07:53,220 --> 00:08:02,900 +احنا في ال .. في ال .. في ال .. ال NFA و ال DFA + +90 +00:08:02,900 --> 00:08:09,440 +قولنا هم عبارة عنخطوات أو بيعبر عن الخطوات اللي + +91 +00:08:09,440 --> 00:08:14,240 +بتتم في التعرف على string ان هو مطابق ولا غير + +92 +00:08:14,240 --> 00:08:19,520 +مطابق لل pattern يعني انا بتخيل DFA او NFA لل + +93 +00:08:19,520 --> 00:08:22,300 +relational operator ال pattern تبع ال relational + +94 +00:08:22,300 --> 00:08:27,240 +operators كده ال identifiers ال اي واحد من ال + +95 +00:08:27,240 --> 00:08:30,140 +constructs تبع ال language كل واحد منهم لها + +96 +00:08:30,140 --> 00:08:34,000 +initial لها ال DFA او ال NFA هذا ال DFA بيعبر عن + +97 +00:08:34,000 --> 00:08:40,550 +خطواتالتعرف على ال input string هل هو مطابق لل + +98 +00:08:40,550 --> 00:08:46,110 +pattern تبعته ولا غير مطابق صح؟ يبقى هو عبارة عن + +99 +00:08:46,110 --> 00:08:50,210 +.. عشان يمكن نقول .. هو عبارة عن إما بيعطيني yes + +100 +00:08:50,210 --> 00:08:55,930 +أو no أن هذا ال string مطابق أو غير مطابق لل .. لل + +101 +00:08:55,930 --> 00:08:58,510 +pattern تبعت ال .. اللي أنا فيها لو أديها فيها + +102 +00:08:58,510 --> 00:09:04,290 +فإحنا ممكن نتخيل ال patternبس في algorithm ال + +103 +00:09:04,290 --> 00:09:10,230 +algorithm هذه بتنفذ + +104 +00:09:10,230 --> 00:09:15,590 +NFA معين او DFA معين بتنفذه بمعنى ايش بناء على ال + +105 +00:09:15,590 --> 00:09:18,190 +states اللي فيه وبناء على ال edges اللي طالع من ال + +106 +00:09:18,190 --> 00:09:24,470 +states الى ال other states بتقدر ال algorithm هذه + +107 +00:09:24,470 --> 00:09:28,950 +بتقوللي اذا كان ال input الفلاني ا مطابق لل + +108 +00:09:28,950 --> 00:09:33,410 +pattern تبعتها ولا لأإن لو احنا اعطينا للألغراطمة + +109 +00:09:33,410 --> 00:09:38,930 +دي an input string x terminated by end of line + +110 +00:09:38,930 --> 00:09:44,490 +character وعطيناها DFA دي طبعا احنا هنا بنقول NFA + +111 +00:09:44,490 --> 00:09:48,370 +او DFA بس هو لازم يكون DFA وإلا بيمكن أن نرجع في + +112 +00:09:48,370 --> 00:09:54,230 +ambiguity ف .. وعطيناها main start state ال zero + +113 +00:09:55,210 --> 00:09:58,810 +ومن الـ accepting states من ال states اللي إذا + +114 +00:09:58,810 --> 00:10:02,050 +وصلنا إليها إذا وصلت إليها ال algorithm معناته ال + +115 +00:10:02,050 --> 00:10:07,650 +input اللي دخل is compatible with ال pattern تبعت + +116 +00:10:07,650 --> 00:10:15,070 +هذا ال DFA طبعا ال transition function هي اللي + +117 +00:10:15,070 --> 00:10:22,130 +بترجم ال DFA هذا هي اللي بتقول إن والله إذا كانإذا + +118 +00:10:22,130 --> 00:10:25,190 +كان ال input على ال character فلاني إذا كان ال + +119 +00:10:25,190 --> 00:10:32,810 +input على ال character فلاني إذا + +120 +00:10:32,810 --> 00:10:45,650 +كان ال input على + +121 +00:10:45,650 --> 00:10:48,530 +ال character فلاني إذا كان ال input على ال + +122 +00:10:48,530 --> 00:10:50,930 +character فلاني إذا كان ال input على ال character + +123 +00:10:50,930 --> 00:10:51,110 +فلاني إذا كان ال input على ال character فلاني إذا + +124 +00:10:51,110 --> 00:10:51,110 +كان ال input على ال character فلاني إذا كان ال + +125 +00:10:51,110 --> 00:10:51,110 +input على ال character فلاني إذا كان ال input على + +126 +00:10:51,110 --> 00:10:51,110 +ال character فلاني إذا كان ال input على ال + +127 +00:10:51,110 --> 00:10:51,150 +character فلاني إذا كان ال input على ال character + +128 +00:10:51,150 --> 00:10:51,150 +فلاني إذا كان ال input على ال character فلاني إذا + +129 +00:10:51,150 --> 00:10:51,150 +كان ال input على ال character فلاني إذا كان ال + +130 +00:10:51,150 --> 00:10:51,250 +input على ال character فلاني إذا كان ال input على + +131 +00:10:51,250 --> 00:10:51,250 +ال character فلاني إذا كان ال input على ال + +132 +00:10:51,250 --> 00:10:51,250 +character فلاني إذا كان ال input على ال character + +133 +00:10:51,250 --> 00:10:51,250 +فلاني إذا كان ال input على ال character فلاني إذا + +134 +00:10:51,250 --> 00:10:51,250 +كان ال input على ال character + +135 +00:11:03,680 --> 00:11:06,600 +PFA PFA PFA PFA PFA PFA PFA PFA PFA PFA PFA PFA + +136 +00:11:06,600 --> 00:11:07,240 +PFA PFA PFA PFA PFA PFA PFA PFA PFA PFA PFA PFA + +137 +00:11:07,240 --> 00:11:07,240 +PFA PFA PFA PFA PFA PFA PFA PFA PFA PFA PFA PFA + +138 +00:11:07,240 --> 00:11:07,360 +PFA PFA PFA PFA PFA PFA PFA PFA PFA PFA PFA PFA + +139 +00:11:07,360 --> 00:11:08,080 +PFA PFA PFA PFA PFA PFA PFA PFA PFA PFA PFA PFA + +140 +00:11:08,080 --> 00:11:08,340 +PFA PFA PFA PFA PFA PFA PFA PFA PFA PFA PFA PFA + +141 +00:11:08,340 --> 00:11:08,340 +PFA PFA PFA PFA PFA PFA PFA PFA PFA PFA PFA PFA + +142 +00:11:08,340 --> 00:11:08,340 +PFA PFA PFA PFA PFA PFA PFA PFA PFA PFA PFA PFA + +143 +00:11:08,340 --> 00:11:09,160 +PFA PFA PFA PFA PFA PFA PFA PFA PFA PFA PFA PFA + +144 +00:11:09,160 --> 00:11:09,160 +PFA PFA PFA PFA + +145 +00:11:23,710 --> 00:11:28,310 +الـ Algorithm تتكون من Loop أساسيا أول شيء جابني + +146 +00:11:28,310 --> 00:11:33,770 +ال Loop ال S اللي current state بتؤشر على S0 بالـ + +147 +00:11:33,770 --> 00:11:37,170 +C اللي هو next character نجرى ال character و من + +148 +00:11:37,170 --> 00:11:41,210 +هنا ندخل في Loop A بحيث أنه كل مرة نجرى character + +149 +00:11:41,210 --> 00:11:44,550 +جديد لحد يتم انصار ال end of file لأن ال end of + +150 +00:11:44,550 --> 00:11:50,260 +file هو نهاية ال string x ففي كل مرةبنستدعي في كل + +151 +00:11:50,260 --> 00:11:52,400 +مرة دورة أو دورات اللي قعدت نستدعي ال move + +152 +00:11:52,400 --> 00:11:55,080 +function نقول اهنا دلوقت في ال state كده و امامنا + +153 +00:11:55,080 --> 00:11:58,880 +ال character و كده و اين نروح فهي بتعطيني ال new + +154 +00:11:58,880 --> 00:12:03,120 +state بتظهر اللوك تمشي تمشي لحد دي ما في الآخر + +155 +00:12:03,120 --> 00:12:09,020 +بيخلص ال input لما بيخلص ال input ها نطلع من اللوك + +156 +00:12:09,020 --> 00:12:12,660 +و الآن اذا طلعنا و ال current state كانت واحدة من + +157 +00:12:12,660 --> 00:12:19,070 +ال final states يبقى ال input هذامطابق لل pattern + +158 +00:12:19,070 --> 00:12:25,990 +تبع ال DFA وإلا بيكون national فإذا كان S is in F + +159 +00:12:25,990 --> 00:12:30,110 +فهنا capital بمعنى مجموعة states فreturn yes وإلا + +160 +00:12:30,110 --> 00:12:36,330 +return هذي الفكرة الأساسية لل algorithm وبالتالي + +161 +00:12:36,330 --> 00:12:40,350 +بقدر أتخيل أن ال algorithm هذي عبارة عن algorithm + +162 +00:12:40,350 --> 00:12:47,090 +general algorithm بنعطيها أي definition أي DFA + +163 +00:12:47,680 --> 00:12:51,680 +انعمل على أساس ال expression ال regular expression + +164 +00:12:51,680 --> 00:12:55,120 +و هي بتقول .. و بنعطيها and string و هي بتقول اللي + +165 +00:12:55,120 --> 00:12:58,920 +كان ال string هذا مضبوط او هذا مضبوط احنا الآن بعد + +166 +00:12:58,920 --> 00:13:02,960 +.. هاي .. هاي ال example هادا ال example هادا أولا + +167 +00:13:02,960 --> 00:13:08,360 +اللي قدامنا هاد أكبر عن NFA و لا DFA DFA لو لاحظتي + +168 +00:13:08,360 --> 00:13:12,780 +مافيش ولا واحدة من ال states عليها H عليها epsilon + +169 +00:13:12,780 --> 00:13:17,200 +هذا أولا تانيا مافيش شيو احنا باستخدام ال edges + +170 +00:13:17,200 --> 00:13:27,180 +اللي طالعين منها نكرر نفس ال label صح؟ okay فهذا + +171 +00:13:27,180 --> 00:13:33,700 +الان هذا ال DFA يعبر عن هذا ال expression لو انا + +172 +00:13:33,700 --> 00:13:38,140 +الآن عطيته هذا ال input هذا ال input و باستخدمت لو + +173 +00:13:38,140 --> 00:13:41,380 +عطيت لل algorithm هذا ال input و هذا ال DFA + +174 +00:13:45,080 --> 00:13:51,400 +الألغوريثم سيعطي yes لهذا ال input لأنه مطابق لل + +175 +00:13:51,400 --> 00:13:59,460 +.. مطابق لل .. مطابق + +176 +00:13:59,460 --> 00:13:59,460 +لل .. مطابق لل .. مطابق لل .. مطابق لل .. مطابق لل + +177 +00:13:59,460 --> 00:13:59,460 +.. مطابق لل .. مطابق لل .. مطابق لل .. مطابق لل .. + +178 +00:13:59,460 --> 00:13:59,460 +مطابق لل .. مطابق لل .. مطابق لل .. مطابق لل .. + +179 +00:13:59,460 --> 00:13:59,980 +مطابق لل .. مطابق لل .. مطابق لل .. مطابق لل .. + +180 +00:13:59,980 --> 00:14:02,860 +مطابق لل .. مطابق لل .. مطابق لل .. مطابق لل .. + +181 +00:14:02,860 --> 00:14:03,320 +مطابق لل .. مطابق لل .. مطابق لل .. مطابق لل .. + +182 +00:14:03,320 --> 00:14:03,320 +مطابق لل .. مطابق لل .. مطابق لل .. مطابق لل .. + +183 +00:14:03,320 --> 00:14:07,680 +مطابق لل .. مطابق لل .. مطابق لل ..طيب، الآن في + +184 +00:14:07,680 --> 00:14:12,840 +تلاتة سبعة الكلام يتحول .. ينتقل إلى عملية التحول + +185 +00:14:12,840 --> 00:14:17,060 +من regular expression أو توليد ال automata اللي هو + +186 +00:14:17,060 --> 00:14:23,640 +ال DFA من بناء على ال regular expressionفي الأول + +187 +00:14:23,640 --> 00:14:27,460 +لازم نشوف كيف بنولد NFA من ال regular expression + +188 +00:14:27,460 --> 00:14:30,900 +بعد هيك بنشوف كيف بنحول هذا ال NFA إلى DFA عشان + +189 +00:14:30,900 --> 00:14:37,800 +هيك أنا بدأ أنتقل زي ما قلت في الأول إلى 374 في + +190 +00:14:37,800 --> 00:14:42,700 +واقع الأول 374 بيتطلب كمان راجعة لمراجعة الكلام + +191 +00:14:42,700 --> 00:14:45,620 +اللي حكينا عن ال regular expressions في الأول تمام + +192 +00:14:45,620 --> 00:14:50,100 +فهي 374 بيحكي عن constructing an NFA from a + +193 +00:14:50,100 --> 00:14:54,110 +regular expressionبدي ارجع .. معلش استحملوني لأ في + +194 +00:14:54,110 --> 00:14:57,610 +البداية اللي حاكي عن ال regular expressions من + +195 +00:14:57,610 --> 00:15:03,330 +قصده بس مراجعة سريعة وبعدين هنا في section regular + +196 +00:15:03,330 --> 00:15:08,850 +expressions احنا حكينا عن ال regular expression + +197 +00:15:08,850 --> 00:15:17,490 +وعارفينه بس في شوية ايش rules بنا مجحها انه احنا + +198 +00:15:17,490 --> 00:15:23,850 +بنقول ان ال regular expressionهو في وقع الأمر + +199 +00:15:23,850 --> 00:15:31,230 +بتكون من sub regular expressions يعني ال regular + +200 +00:15:31,230 --> 00:15:35,370 +expressions are built recursively out of smaller + +201 +00:15:35,370 --> 00:15:41,570 +regular expressions طبعا فالان + +202 +00:15:41,570 --> 00:15:46,490 +لو احنا رمزنا ل regular expression برمز R و بيجينا + +203 +00:15:46,490 --> 00:15:49,190 +بقولنا ك L of R ايش نقصد + +204 +00:15:52,610 --> 00:15:59,370 +بنقصد ال language اللي مشكلة أو generated from هذا + +205 +00:15:59,370 --> 00:16:02,670 +ال expression و ال language هي عبارة عن إيش ال set + +206 +00:16:02,670 --> 00:16:06,410 +of strings + +207 +00:16:06,410 --> 00:16:11,190 +مظبوط okay هو فعلا ال regular expression بيعبر عن + +208 +00:16:11,190 --> 00:16:16,990 +نمط لكل هذا ال strings مجموعة ال strings المتولدة + +209 +00:16:16,990 --> 00:16:19,910 +من هذا ال regular expression بتشكل ال language + +210 +00:16:19,910 --> 00:16:24,040 +بتشكل language صح؟ف L of R each regular expression + +211 +00:16:24,040 --> 00:16:29,900 +of R denotes يمثل أو يشير إلى a language L of R + +212 +00:16:29,900 --> 00:16:32,740 +which is also defined recursively هذي ال language + +213 +00:16:32,740 --> 00:16:35,780 +is defined recursively from the languages denoted + +214 +00:16:35,780 --> 00:16:40,340 +by a substring of R يعني إذا كان R هو مشكلة من sub + +215 +00:16:40,340 --> 00:16:46,060 +regular expressions كل واحد من sub expressions + +216 +00:16:46,060 --> 00:16:52,000 +هدولة هو يشكل language تمام لأن R كلهالـ language + +217 +00:16:52,000 --> 00:16:56,400 +تبعته هي اجمالي ال languages تبعت ال sub + +218 +00:16:56,400 --> 00:17:03,420 +expressions بشكل أساسي انا لو عندي طبعا ال regular + +219 +00:17:03,420 --> 00:17:06,320 +expression جاء على أساس alphabet اللي بيبقى فيه + +220 +00:17:06,320 --> 00:17:10,660 +عندي alphabet هي اللي بتشكل منها فانا عندي لو عندي + +221 +00:17:10,660 --> 00:17:15,200 +character انا بحاجة لدفن اتنين و أرجع لواحدSymbol + +222 +00:17:15,200 --> 00:17:19,220 +A هذه ألفابت والألفابت هذه هي عبارة عن مجموعة من + +223 +00:17:19,220 --> 00:17:25,800 +ال symbols A,B وربما Z كمان الان كل واحد من ال .. + +224 +00:17:25,800 --> 00:17:29,420 +من ال characters او ال symbols يسمونه الالفابت هذه + +225 +00:17:29,420 --> 00:17:34,780 +اعتبرها string صح؟ الان هو في حد ذاته هذه ال + +226 +00:17:34,780 --> 00:17:41,620 +string انا ممكن اتخيل expression خاص بو هو لحاله + +227 +00:17:41,620 --> 00:17:47,760 +يعني زي هذا ال character Ais a string فهو في حالته + +228 +00:17:47,760 --> 00:17:51,820 +مجموعة مجموعة تتكون من عنصر واحد مجموعة من ال + +229 +00:17:51,820 --> 00:17:56,320 +strings تتكون من ال strings واحد تمام فهذه + +230 +00:17:56,320 --> 00:17:59,460 +المجموعة من ال strings اتخيل regular expression + +231 +00:17:59,460 --> 00:18:04,580 +لها واسميه a بس بتستخدم a كمتازة مثل ما هو عامل + +232 +00:18:04,580 --> 00:18:10,240 +هنا اسف a bold a bold هذا هو اسم ل regular + +233 +00:18:10,240 --> 00:18:18,630 +expression يمثلcharacter واحد تمام فالان بما ان a + +234 +00:18:18,630 --> 00:18:21,970 +bold هذا a bold هو عبارة عن regular expression + +235 +00:18:21,970 --> 00:18:26,830 +regular expression يرمز إلى string واحد ال string + +236 +00:18:26,830 --> 00:18:35,690 +واحد هو عبارة عن character فقط طيب ف ال l of a هي + +237 +00:18:35,690 --> 00:18:40,930 +عبارة عن هذا ال character الواحد وهذا أبسط regular + +238 +00:18:40,930 --> 00:18:44,650 +expression على وجه الأرضatomic regular expressions + +239 +00:18:44,650 --> 00:18:49,450 +كل ال regular expressions تتركب من بعضها فمنها من + +240 +00:18:49,450 --> 00:18:53,370 +مثل هذه ال regular expressions تتكون من regular + +241 +00:18:53,370 --> 00:19:02,030 +expressions الكبيرة الأبسط من هذا كمان اللي هو ال + +242 +00:19:02,030 --> 00:19:08,510 +epsilon ال set اللي يحتوي على الأشياء صح؟ وهذا ال + +243 +00:19:08,510 --> 00:19:12,850 +set بيقبل عندنا بال language of epsilonLanguage of + +244 +00:19:12,850 --> 00:19:17,350 +epsilon هي ال set الفاضي ال language of a هي ال + +245 +00:19:17,350 --> 00:19:20,890 +set اللي احتوي على الأنصار و احده مبارا كاركتر من + +246 +00:19:20,890 --> 00:19:25,430 +كاركتر سباط الألفابت ممكن انا افكر برضه ب L of B و + +247 +00:19:25,430 --> 00:19:31,970 +L of C و كده تمام؟ هذا اسمه basis لبناء ال regular + +248 +00:19:31,970 --> 00:19:36,540 +expressions بصفة عامةالان من هذا الأساس بقدر افكر + +249 +00:19:36,540 --> 00:19:40,800 +بإيش بإي ال operations اللي ممكن تعمل علي ال + +250 +00:19:40,800 --> 00:19:45,700 +regular expressions اللي بتمكنني ان ابني regular + +251 +00:19:45,700 --> 00:19:51,340 +expressions أكبر صح فبغض نظر الان عن خد عندي R و S + +252 +00:19:51,340 --> 00:19:57,240 +و بغض نظر هم atomic ال R و S اتوميك صغير صغير ولا + +253 +00:19:57,240 --> 00:20:00,040 +هم composite يعني مركبين من .. + +254 +00:20:02,810 --> 00:20:08,470 +الـ bar هذا ال or هو .. يعني لو قدى انا .. لو قدى + +255 +00:20:08,470 --> 00:20:11,930 +انا suppose r and s are regular expressions + +256 +00:20:11,930 --> 00:20:16,010 +denoting كل واحد له ال language تبعته بجموعة ال + +257 +00:20:16,010 --> 00:20:20,910 +strings المتوالدة منه respectively فهذا + +258 +00:20:20,910 --> 00:20:28,770 +هو regular expression مشكل من ال or تبع الاتنين is + +259 +00:20:28,770 --> 00:20:33,370 +a regular expression denoting ال languageتبع ال R + +260 +00:20:33,370 --> 00:20:39,330 +union ال language تبع S صح فهذا عبارة عن regular + +261 +00:20:39,330 --> 00:20:43,430 +expression بتكون من R لحاله و S لحاله R لحاله له + +262 +00:20:43,430 --> 00:20:46,870 +language و S لحاله language وبالتالي ال regular + +263 +00:20:46,870 --> 00:20:51,130 +expression اللي الكبير it denotes a language هو + +264 +00:20:51,130 --> 00:20:53,410 +لحاله وهذه ال language هي ال union تبع ال language + +265 +00:20:53,410 --> 00:20:56,970 +تبع R و ال language تبع S الآن هذا is a regular + +266 +00:20:56,970 --> 00:21:00,930 +expression denoting ال concatenation صح كل string + +267 +00:21:01,420 --> 00:21:07,100 +في ال language تبع ال R ملحوم ب string أخر من ال + +268 +00:21:07,100 --> 00:21:12,100 +language تبع S ال closure اللي هي اتقرار ان انا + +269 +00:21:12,100 --> 00:21:16,120 +بأمسك string من R نفسه مع أي string أخر من R نفسه + +270 +00:21:16,120 --> 00:21:26,520 +بقلة معينة فهذه عبارة عن ايش عبارة + +271 +00:21:26,520 --> 00:21:29,460 +عن operations احنا بنعملها على regular expressions + +272 +00:21:30,260 --> 00:21:34,140 +طيب عشان نبني regular expressions دي طيب يبجي انا + +273 +00:21:34,140 --> 00:21:37,000 +برضه بقدر اعمل عكس يوم انا بشوف regular + +274 +00:21:37,000 --> 00:21:39,860 +expressions كبير و بقدر احلله الى ال sub regular + +275 +00:21:39,860 --> 00:21:43,940 +expressions تحليل هذا بفيدني في عملية تحميل ال + +276 +00:21:43,940 --> 00:21:47,720 +regular expressions ل NFA لأنه انا بقدر ابني ال + +277 +00:21:47,720 --> 00:21:53,620 +NFA الكبير تبع ال regular expressions الكبير من ال + +278 +00:21:53,620 --> 00:21:56,380 +NFAs الصغيرة تبعت ال regular expressions الصغيرة + +279 +00:21:56,380 --> 00:21:58,600 +okay تمام + +280 +00:22:00,400 --> 00:22:04,440 +بالـ example بيوضح كيف أنه لو أندي أنا ال alphabet + +281 +00:22:04,440 --> 00:22:12,540 +تحتوى بس على ال a و ال b okay كيف هيده a or b + +282 +00:22:12,540 --> 00:22:18,300 +عبارة عن ال إيش هذا لحاله عبارة عن regular + +283 +00:22:18,300 --> 00:22:22,840 +expression يمثل ال a أو ال language تبعتهم هي + +284 +00:22:22,840 --> 00:22:28,220 +عبارة عن ال 6 في a و ال L of B بي طبعا capital بي + +285 +00:22:28,220 --> 00:22:33,640 +bold في ال Nهذه اللغة و هذه اللغة عندما جلبت + +286 +00:22:33,640 --> 00:22:37,320 +الاسمبول regular expression a و regular expression + +287 +00:22:37,320 --> 00:22:39,100 +b و حطيت regular و regular و regular و regular و + +288 +00:22:39,100 --> 00:22:39,140 +regular و regular و regular و regular و regular و + +289 +00:22:39,140 --> 00:22:40,480 +regular و regular و regular و regular و regular و + +290 +00:22:40,480 --> 00:22:40,480 +regular و regular و regular و regular و regular و + +291 +00:22:40,480 --> 00:22:42,160 +regular و regular و regular و regular و regular و + +292 +00:22:42,160 --> 00:22:43,960 +regular و regular و regular و regular و regular و + +293 +00:22:43,960 --> 00:22:44,280 +regular و regular و regular و regular و regular و + +294 +00:22:44,280 --> 00:22:44,380 +regular و regular و regular و regular و regular و + +295 +00:22:44,380 --> 00:22:45,340 +regular و regular و regular و regular و regular و + +296 +00:22:45,340 --> 00:22:45,340 +regular و regular و regular و regular و regular و + +297 +00:22:45,340 --> 00:22:45,360 +regular و regular و regular و regular و regular و + +298 +00:22:45,360 --> 00:22:48,200 +regular و regular و regular و regular و regular و + +299 +00:22:48,200 --> 00:22:48,200 +regular و regular و regular و regular و regular و + +300 +00:22:48,200 --> 00:22:48,200 +regular و regular و regular و regular و regular و + +301 +00:22:48,200 --> 00:22:48,200 +regular و regular و regular و regular و regular و + +302 +00:22:48,200 --> 00:22:48,200 +regular و regular و regular و regular و regular و + +303 +00:22:48,200 --> 00:22:48,200 +regular و regular و regular و regular و regular و + +304 +00:22:48,200 --> 00:22:48,200 +regular و regular و regular و regular و regular و + +305 +00:22:48,200 --> 00:22:56,500 +regular و regular و regular و regular و regular و + +306 +00:22:56,500 --> 00:22:56,500 +regular و regular + +307 +00:23:00,950 --> 00:23:06,290 +اللغة الناتجة مش هتتغير لو انا عندي r or r bar s + +308 +00:23:06,290 --> 00:23:10,650 +ولا s bar r نفس اللغة وبالتالي هذي الاتنين + +309 +00:23:10,650 --> 00:23:16,210 +equivalent two expressions are equivalent only إذا + +310 +00:23:16,210 --> 00:23:21,930 +اللغة المتولدة منهم متطابقة فهذه + +311 +00:23:21,930 --> 00:23:25,350 +ال expression بيعطيني لغة نفسها + +312 +00:23:27,970 --> 00:23:32,050 +equivalent يبقى commutative بقدر اعمل كمان + +313 +00:23:32,050 --> 00:23:37,050 +associative بمعنى ان بقدر احط دولة في جوس او احط + +314 +00:23:37,050 --> 00:23:39,910 +دولة في جوس و يطلع برضه عندي نفس ال language فهذا + +315 +00:23:39,910 --> 00:23:44,330 +اللي يساوي هذا اللي يساوي اللي هنا معناته ايش اللي + +316 +00:23:44,330 --> 00:23:47,030 +على اليمين ال expression اللي على اليمين بقطيه نفس + +317 +00:23:47,030 --> 00:23:49,210 +ال language اللي بقطينيها ال expression على الشمال + +318 +00:23:49,210 --> 00:23:52,850 +ماشي هذه المراجعة ربما كانت ضرورية او جزء منها + +319 +00:23:52,850 --> 00:23:56,330 +ضرورية على سبب ان احنا نقدر نبدأ نحكي الآن و نرجع + +320 +00:23:56,330 --> 00:24:00,130 +تاني علىعملية التحويل عملية التحويل الآن تحويل أيش + +321 +00:24:00,130 --> 00:24:06,890 +regular expression إلى ال NFA أيوة اللي هو أربعة + +322 +00:24:06,890 --> 00:24:18,730 +سبعة تلاتة سبعة أربعة okay هيتوا تمام from + +323 +00:24:18,730 --> 00:24:22,130 +constructed NFA from regular expression أنا الآن + +324 +00:24:22,130 --> 00:24:25,210 +بقدر أجي و أقول أنه في عندي + +325 +00:24:27,880 --> 00:24:31,440 +الحالات الأساسية البسيطة جدا مبسطة لما نبدأ فيها + +326 +00:24:31,440 --> 00:24:34,840 +عندي انا ابسلون ابسلون هو regular expression ال + +327 +00:24:34,840 --> 00:24:38,860 +language ايه ال language اللي هي عبارة عن انا لان + +328 +00:24:38,860 --> 00:24:42,100 +مش معنى بال language انا معنى بشكل regular + +329 +00:24:42,100 --> 00:24:49,580 +expression هذا كيف اعبر عنه ب NFA في حياته بعمل + +330 +00:24:49,580 --> 00:24:56,960 +two states I و F F يعني final و I initialباعتبر + +331 +00:24:56,960 --> 00:25:03,420 +الـ final الـ final و بضع page عليها بسهولة هذا و + +332 +00:25:03,420 --> 00:25:07,360 +طبعا هذا بتبدأ ب start يعني لازم اي NFA او DFA + +333 +00:25:07,360 --> 00:25:14,160 +لازم يبقى له start هذا ايش دلالته لا يعني شيء الان + +334 +00:25:14,160 --> 00:25:18,000 +هو لحاجة صغيرة لكن لما ييجي من ضمن regular + +335 +00:25:18,000 --> 00:25:20,140 +expression كبيرة او NFA تبقى regular expression + +336 +00:25:20,140 --> 00:25:27,060 +كبيرة يبقى له دلالة تمام فهذا ال basis الأولىزي ما + +337 +00:25:27,060 --> 00:25:30,840 +رأينا باسيس لللغة للتطبيق الاجتماعي الاجتماعي + +338 +00:25:30,840 --> 00:25:35,780 +الاجتماعي الاجتماعي الاجتماعي الاجتماعي الاجتماعي + +339 +00:25:35,780 --> 00:25:37,700 +الاجتماعي الاجتماعي الاجتماعي الاجتماعي الاجتماعي + +340 +00:25:37,700 --> 00:25:40,100 +الاجتماعي الاجتماعي الاجتماعي الاجتماعي الاجتماعي + +341 +00:25:40,100 --> 00:25:40,140 +الاجتماعي الاجتماعي الاجتماعي الاجتماعي الاجتماعي + +342 +00:25:40,140 --> 00:25:40,580 +الاجتماعي الاجتماعي الاجتماعي الاجتماعي الاجتماعي + +343 +00:25:40,580 --> 00:25:41,780 +الاجتماعي الاجتماعي الاجتماعي الاجتماعي الاجتماعي + +344 +00:25:41,780 --> 00:25:54,360 +الاجتماعي الاجتماع + +345 +00:25:56,400 --> 00:26:04,400 +حلو؟ تمام الان ال induction او البناء على ذلك ان + +346 +00:26:04,400 --> 00:26:09,240 +لو كان في عندي انا two expressions two regular + +347 +00:26:09,240 --> 00:26:17,500 +expressions S وT وانا عندي الشكل تبعه عندي ال NFA + +348 +00:26:17,500 --> 00:26:23,260 +هذا ال NFA تبع S و هذا ال NFA تبع T بغض النظرش + +349 +00:26:23,260 --> 00:26:34,500 +لجوه بقدرأرسم ال NFA تبع S T + +350 +00:26:34,500 --> 00:26:38,520 +S + +351 +00:26:38,520 --> 00:26:44,100 +bar T على شكل انه ب .. طبعا كل واحد من دول ال two + +352 +00:26:44,100 --> 00:26:48,840 +NFAs ال NFA تبع S و ال NFA تبع T إله initial و إله + +353 +00:26:48,840 --> 00:26:51,900 +final هذا ال initial و هذا ال final و هذا ال + +354 +00:26:51,900 --> 00:26:52,680 +initial و هذا ال final + +355 +00:26:56,390 --> 00:27:07,950 +باستخدام state جديدة لل figure كله نفسي S نفسي T + +356 +00:27:07,950 --> 00:27:11,650 +نفسي S نفسي T نفسي T نفسي T نفسي T نفسي T نفسي T + +357 +00:27:11,650 --> 00:27:21,830 +نفسي T نفسي T نفسي T نفسي + +358 +00:27:21,830 --> 00:27:22,450 +T نفسي T نفسي T نفسي T نفسي T نفسي T نفسي T نفسي T + +359 +00:27:22,450 --> 00:27:23,770 +نفسي T نفسي T نفسي T نفسي T نفسي T نفسي T نفسي T + +360 +00:27:23,770 --> 00:27:23,770 +نفسي T نفسي T نفسي T نفسي T نفسي T نفسي T نفسي T + +361 +00:27:23,770 --> 00:27:23,770 +نفسي T نفسي T نفسي T نفسي T نفسي T نفسي T نفسي T + +362 +00:27:23,770 --> 00:27:24,070 +نفسي T نفسي T نفسي T نفسي T نفسي T نفسي T نفسي T + +363 +00:27:24,070 --> 00:27:24,910 +نفسي T نفسي T نفسي T نفسي T نفس + +364 +00:27:28,230 --> 00:27:31,950 +الاتنين بيشاروا عليها هذه الأن أصبحت مش final و + +365 +00:27:31,950 --> 00:27:38,030 +هذه مش final و هذه مش start مش start تصبح هذا ال + +366 +00:27:38,030 --> 00:27:43,630 +start و هذا ال final واضح؟ حلو .. حلو ولكن NFA مش + +367 +00:27:43,630 --> 00:27:49,770 +DFA مش هو المطلوب ان هي بس خطوة لقدام اه بعد هيك + +368 +00:27:49,770 --> 00:27:54,230 +اللي هو ايش ال .. ال concatenation لما يبقى في + +369 +00:27:54,230 --> 00:27:58,610 +عندي expression هذا ايش بتاع هذا ال union اهلو كان + +370 +00:27:58,610 --> 00:28:03,670 +عندي ST sub expression .. regular expression و + +371 +00:28:03,670 --> 00:28:06,310 +regular expression يعني انا لو عندي regular + +372 +00:28:06,310 --> 00:28:12,630 +expression بقول زي هيك مش مرة قليل ما حد شايفه هيك + +373 +00:28:12,630 --> 00:28:16,930 +الآن هذا regular expression يتكوّن من two regular + +374 +00:28:16,930 --> 00:28:21,430 +expressions هذوله بقدر انا اسويه بالكافي اللي هيك + +375 +00:28:21,430 --> 00:28:24,050 +هذا ال regular expression يتكوّن من ال + +376 +00:28:24,050 --> 00:28:27,550 +concatenation تبع حالي مع حالياللي هو بعد هيك بدي + +377 +00:28:27,550 --> 00:28:31,170 +أعمل ال concatenation لو عندي concatenation كيف + +378 +00:28:31,170 --> 00:28:35,970 +أسوي ببساطة شديدة باخد ال NFA تبع هذا و ال NFA تبع + +379 +00:28:35,970 --> 00:28:39,910 +هذا و بلحبهم عند ال final تبع هذه مع ال initial + +380 +00:28:39,910 --> 00:28:43,810 +تبع التاني و بتصبح ال initial تبع الأولى هي ال + +381 +00:28:43,810 --> 00:28:46,430 +initial تبع كله و ال final تبع التاني هي ال final + +382 +00:28:46,430 --> 00:28:50,930 +تبع كله واضح؟ هنا لو أنا في عندي closure ال + +383 +00:28:50,930 --> 00:28:53,010 +closure اللي هي ال star + +384 +00:29:00,720 --> 00:29:06,920 +S*) هل هنا فيه طبع S S لحالة إذا كان هنا Star على + +385 +00:29:06,920 --> 00:29:10,460 +S معناته بدي أجيب قرار initial جديدة و final جديدة + +386 +00:29:10,460 --> 00:29:14,180 +أشاره من ال initial على ال final direct بالإبسلون + +387 +00:29:14,180 --> 00:29:20,760 +و من ال initial جديدة على ال initial بالإبسلون + +388 +00:29:20,760 --> 00:29:25,060 +و من ال final على ال final بالإبسلون و أرجي من ال + +389 +00:29:25,060 --> 00:29:28,340 +final على ال initial بالإبسلون تمام + +390 +00:29:33,530 --> 00:29:41,210 +Okay خلّيني أخد مثال شوية يتطبق هذا الكلام على + +391 +00:29:41,210 --> 00:29:44,810 +regular expression طويل اللي هو .. انا regular + +392 +00:29:44,810 --> 00:29:48,230 +expression .. اللي هو هذا اللي اتواصلته okay .. + +393 +00:29:48,230 --> 00:29:52,810 +اللي كتبته هذا regular expression لو بدى احلله إلى + +394 +00:29:52,810 --> 00:29:56,390 +sub regular expressions بطلع معايا على شكل ال tree + +395 +00:29:56,390 --> 00:30:02,170 +هذه صح؟ معنى ان ..كله على بعضه هو الأشي مبني من + +396 +00:30:02,170 --> 00:30:07,190 +الـ a لحالها ال a لحالها هي عبارة عن regular + +397 +00:30:07,190 --> 00:30:10,050 +expression تحت ذاتها مش هحط سهم بس بدي أقول + +398 +00:30:10,050 --> 00:30:13,590 +ارواحات هو regular expression يمثل ال a لحالها + +399 +00:30:13,590 --> 00:30:19,230 +بعدين ال b لحالها دول جوسم لسه اه هذه regular + +400 +00:30:19,230 --> 00:30:21,830 +expression تانية ال M في اني regular expression + +401 +00:30:21,830 --> 00:30:27,410 +تلاتة هو عبارة عن الاش الاش ال .. ال .. ال .. ال + +402 +00:30:27,410 --> 00:30:27,590 +.. ال .. ال .. ال .. ال .. ال .. ال .. ال .. ال .. + +403 +00:30:27,590 --> 00:30:27,590 +ال .. ال .. ال .. ال .. ال .. ال .. ال .. ال .. ال + +404 +00:30:27,590 --> 00:30:27,590 +.. ال .. ال .. ال .. ال .. ال .. ال .. ال .. ال .. + +405 +00:30:27,590 --> 00:30:27,590 +ال .. ال .. ال .. ال .. ال .. ال .. ال .. ال .. ال + +406 +00:30:27,590 --> 00:30:27,590 +.. ال .. ال .. ال .. ال .. ال .. ال .. ال .. ال .. + +407 +00:30:27,590 --> 00:30:27,590 +ال .. ال .. ال .. ال .. ال .. ال .. ال .. ال .. ال + +408 +00:30:28,240 --> 00:30:36,240 +الunion تبقى الاتنين هذه الأوراة صح؟ اه بعدين + +409 +00:30:36,240 --> 00:30:43,420 +هال R تلاتة مع ال closure تبعه R أربعة صح؟ مع ال + +410 +00:30:43,420 --> 00:30:48,760 +closure تبعه لأ مع ال ghost طبعا وجود ال ghost + +411 +00:30:48,760 --> 00:30:55,040 +equivalent يعني R أربعة وR تلاتة equivalent مافرجش + +412 +00:30:55,040 --> 00:31:03,730 +ال ..الان مع ال closure ب R خمسة ال closure مع ال + +413 +00:31:03,730 --> 00:31:10,090 +A R ستة ال closure بال A مع ال B R سبعة هو ال A + +414 +00:31:10,090 --> 00:31:16,450 +لحاله R ستة مع ال A R سبعة صح؟ الان لو انا جيك بدي + +415 +00:31:16,450 --> 00:31:20,430 +بس هذا ال regular expression R واحد ارسم ال N فيه + +416 +00:31:20,430 --> 00:31:31,190 +تبعته هو M هو مين؟ هذاو B هي ال NFA تبعها لأن هذول + +417 +00:31:31,190 --> 00:31:39,190 +الاتنين مع بعض بدي أبني منهم NFA يعبر عن ارتراتها + +418 +00:31:39,190 --> 00:31:42,990 +هذا الان هي ك NFA لحاله وهذا NFA لحاله وبجيبهم + +419 +00:31:42,990 --> 00:31:51,630 +الاتنين بعمل initial جديدة و final جديدة صح بخلي + +420 +00:31:51,630 --> 00:31:57,470 +هذا شير هنا بياش بإبسلونوشير إلى هذي بـ epsilon و + +421 +00:31:57,470 --> 00:32:02,770 +هذوله برضه بـ epsilon اللي هو بيطلع معايا هم صح + +422 +00:32:02,770 --> 00:32:12,990 +ولا؟ طبعا هنا هو عمل ترقيم سريع لأن هذا يُقبل عن R + +423 +00:32:12,990 --> 00:32:18,850 +تلاتة مظبوط؟ طيب على R أربعة نفس الأشياء لأن R + +424 +00:32:18,850 --> 00:32:23,570 +أربعة ما أنجم بال closure تقدر تعملوا هيك و تجيب I + +425 +00:32:23,570 --> 00:32:24,050 +جديدة + +426 +00:32:27,850 --> 00:32:33,290 +بإيبسلون وهنا بإيبسلون ومن هنا لهنا بإيبسلون ومن + +427 +00:32:33,290 --> 00:32:37,230 +هنا لهنا بإيبسلون صح؟ أه كيف بيطلع معانا مين؟ + +428 +00:32:37,230 --> 00:32:46,090 +بيطلع معانا R5 اللي هو هذا مش + +429 +00:32:46,090 --> 00:32:51,210 +حاجة هذه كلام كله يمكن أتمتته يعني ممكن can be + +430 +00:32:51,210 --> 00:32:55,730 +performed automatically by an algorithm اللي يتحول + +431 +00:32:55,730 --> 00:33:00,470 +من regular expression إلىفعلا نفعى احنا خدنا صح من + +432 +00:33:00,470 --> 00:33:05,670 +ستة لواحد عشان يعمل مرة تانية؟ اه من ستة الى واحد + +433 +00:33:05,670 --> 00:33:11,750 +عشان ايه نعم ارجعني اذا بدي اكرر ال regular + +434 +00:33:11,750 --> 00:33:17,830 +expression مرة فترة تلاتة اتكرر عدة مرات وهذا عشان + +435 +00:33:17,830 --> 00:33:21,790 +لو هي مش موجودة اطلاقا يعني هو ال zero المرة صح؟ + +436 +00:33:27,200 --> 00:33:34,520 +الان هذا ال R6 صح و بنقدر نكمل هذي R7 R7 هو نفس R6 + +437 +00:33:34,520 --> 00:33:42,580 +بقع ال A فهو confrontation هذا ال R6 مع ال A بنتحه + +438 +00:33:42,580 --> 00:33:50,740 +عند نهاية ال R6 مع بداية التبع ال A و بنكمل بعدين + +439 +00:33:50,740 --> 00:33:55,100 +تمام فهذا الآن عملية الالـ conversion أو الـ + +440 +00:33:55,100 --> 00:34:00,280 +constructing الـ NFA من ال .. من الـ regular + +441 +00:34:00,280 --> 00:34:03,760 +expression الان نقدر نقول طيب okay هذا الـ NFA + +442 +00:34:03,760 --> 00:34:07,960 +بظبط لا يمكنني أن أبني منه لازم أشيل الـ + +443 +00:34:07,960 --> 00:34:14,480 +excellence هذه و لازم أتأكد ان مافي عندي استرقالة + +444 +00:34:14,480 --> 00:34:21,330 +منها ال two edges في نفس ال label فنرجع الآن لالان + +445 +00:34:21,330 --> 00:34:23,950 +عشان نعمل ال conversion بدنا نتفج على بعض + +446 +00:34:23,950 --> 00:34:29,270 +المصطلحات انا في عندى هنا S مش في الاول لأول كانت + +447 +00:34:29,270 --> 00:34:31,650 +ال S و ال T و ال R يرمز إلى regular expressions + +448 +00:34:31,650 --> 00:34:37,290 +هنا ال S يرمز إلى state، صح؟ ال .. ال .. ال state + +449 +00:34:37,290 --> 00:34:40,950 +لو يمكنك أن تكون عندى state، ال state ها دى انا .. + +450 +00:34:40,950 --> 00:34:44,690 +انا الان بتحاول ان انا فعلها دى فيه وارد جدا ان ال + +451 +00:34:44,690 --> 00:34:48,830 +state ها دى بيبقى فيه أسهم او edges منها طالعة + +452 +00:34:53,800 --> 00:35:00,560 +الـ E الـ Epsilon closure of S هي كافة ال states + +453 +00:35:00,560 --> 00:35:10,860 +اللي من S عبر Epsilon اللي بصللها من S عبر Epsilon + +454 +00:35:10,860 --> 00:35:16,980 +set of NFA states reachable from S on E + +455 +00:35:16,980 --> 00:35:26,590 +transitions aloneيعني لأ لو عندى انا هنا هو + +456 +00:35:26,590 --> 00:35:30,850 +نفسه هذا هذا هو تبع الاش نفس ال expression اش هذا + +457 +00:35:30,850 --> 00:35:34,510 +النهائي شوفوا اش الاختلاف انه هيكون وصلنا هنا زاد + +458 +00:35:34,510 --> 00:35:40,290 +عليه ال word لان انا لو انا على state رقم واحد ف + +459 +00:35:40,290 --> 00:35:49,600 +ال E closure of oneيساوي مجموعة من ال states اللي + +460 +00:35:49,600 --> 00:35:57,640 +هي أربعة و اتنين لأن لو من أربعة فيه كمان epsilon + +461 +00:35:57,640 --> 00:36:02,660 +هيك لأ ثاني شوية أربعة + +462 +00:36:02,660 --> 00:36:08,940 +و اتنين ال E closure ال epsilon closure of ستة + +463 +00:36:08,940 --> 00:36:18,480 +مثلا هي سبعة و واحد و برضه كمان أربعة و اتنينصح؟ + +464 +00:36:18,480 --> 00:36:30,240 +لأنه من واحد بروح هيك و بروح هيك ده كله ال E + +465 +00:36:30,240 --> 00:36:39,020 +closure ال E closure في الخمسة و الخمسة هيك تشمل + +466 +00:36:39,020 --> 00:36:45,180 +.. تشمل إيش؟ ستة و تشمل سبعة و من ستة بروح واحد و + +467 +00:36:45,180 --> 00:36:50,320 +بروح أربعة و بروح اتنينلحظة هنا ايش بيقول هنا ال E + +468 +00:36:50,320 --> 00:36:54,360 +closure احنا بنعطيها state لكن ممكن نعطيها مجموعة + +469 +00:36:54,360 --> 00:36:58,220 +states هذا ال braces تمثل مجموعة فهو هنا المجموعة + +470 +00:36:58,220 --> 00:37:02,040 +تحتوي على بس الخمسة بينما هنا المجموعة تحتوي على + +471 +00:37:02,040 --> 00:37:05,820 +التلاتة وتمانية فإيش يعني لما نعطيها مجموعة states + +472 +00:37:05,820 --> 00:37:10,720 +يعني بدي ال union تبعها ال E closure تبع التلاتة + +473 +00:37:10,720 --> 00:37:15,300 +مع ال E closure تبع التمانية واضح؟ ان هل الآنهذا + +474 +00:37:15,300 --> 00:37:18,820 +الآن هو عبارة عن بأخدوا التلاتة لحالها ال E + +475 +00:37:18,820 --> 00:37:25,040 +closure تبع التلاتة ايش بيعطيني هون التلاتة هاي + +476 +00:37:25,040 --> 00:37:33,620 +التلاتة بس ستة صح لأ ستة و سبعة صح التلاتة لحالها + +477 +00:37:33,620 --> 00:37:40,100 +لأ السادسة و الستة بتردينا على واحد اتنين و اربع + +478 +00:37:40,100 --> 00:37:42,140 +صحيح اتنين و اربع اتنين و اربع اتنين و اربع اتنين + +479 +00:37:42,140 --> 00:37:49,490 +و اربع E closure تبعمن قد التمنية التمنية التمنية + +480 +00:37:49,490 --> 00:37:57,430 +التمنية التمنية التمنية التمنية + +481 +00:37:57,430 --> 00:38:07,190 +التمنية التمنية + +482 +00:38:07,190 --> 00:38:10,770 +التمنية التمنية التمنية التمنية التمنية التمنية + +483 +00:38:10,770 --> 00:38:10,770 +التمنية التمنية التمنية التمنية التمنية التمنية + +484 +00:38:10,770 --> 00:38:10,770 +التمنية التمنية التمنية التمنية التمنية التمنية + +485 +00:38:10,770 --> 00:38:10,770 +التمنية التمنية التمنية التمنية التمنية التمنية + +486 +00:38:10,770 --> 00:38:10,770 +التمنية التمنية التمنية التمنية التمنية التمنية + +487 +00:38:10,770 --> 00:38:10,770 +التمنية التمنية التمنية التمنية التمنية التمنية + +488 +00:38:10,770 --> 00:38:10,770 +التمنية التمنية التمنية التمنية التمنية التمنية + +489 +00:38:10,770 --> 00:38:10,770 +التمنية التمنية التمنية التمنية التمنية التمنية + +490 +00:38:10,770 --> 00:38:10,770 +التمنية التمنية التمنية التمنية التمنية التمنية + +491 +00:38:10,770 --> 00:38:10,770 +التمنية التمنية التمنية التمنية التمنية التمنية + +492 +00:38:10,770 --> 00:38:10,770 +التمنية التمنية التمنية التمنية التمن + +493 +00:38:14,140 --> 00:38:18,080 +ال E closure تبعت التلاتة والتمانية شمل التمانية + +494 +00:38:18,080 --> 00:38:25,040 +في تركز صغير بس واحد شوية تبتد ال E closure تبعت + +495 +00:38:25,040 --> 00:38:30,560 +التلاتة و تبعت التمانية احنا + +496 +00:38:30,560 --> 00:38:35,480 +هيك انا واحد اتنين واحد اتنين تلاتة تلاتة اه و + +497 +00:38:35,480 --> 00:38:38,900 +اخلي بالك احنا نبدأيا يمكن برضه بضمن التلاتة + +498 +00:38:38,900 --> 00:38:45,180 +بضمنهم اه بضمنهم هذا اذا كان ايش بضمنهمبضمنهم إذا + +499 +00:38:45,180 --> 00:38:51,460 +كان .. أيه نعم هي دايما موجودة ال .. ال .. ال + +500 +00:38:51,460 --> 00:38:57,120 +state لحالها ال safe لحال ذاتها موجودة ضمن اللي هو + +501 +00:38:57,120 --> 00:39:04,200 +إيش ضمن المجموعة .. مجموعة ال closure تبعها خمسة + +502 +00:39:04,200 --> 00:39:08,940 +مش موجودة خمسة مش موجودة صح؟ مش موجودة هنا خليني + +503 +00:39:08,940 --> 00:39:11,700 +أطلع بس هي ال .. ال .. إمتى بتبقى موجودة و إمتى + +504 +00:39:11,700 --> 00:39:16,390 +بتبقى مش موجودةبس خلّينا أولا نرجع للجدل عشان نكمل + +505 +00:39:16,390 --> 00:39:20,570 +اللي بعد اللي بعد مش أكتر من أن هو لو عندي أنا T + +506 +00:39:20,570 --> 00:39:24,870 +هنا + +507 +00:39:24,870 --> 00:39:28,630 +احنا كلنا بيقول S عبارة عن single state T is a set + +508 +00:39:28,630 --> 00:39:37,070 +of states أصبحت ال E closure تبع T is a set of + +509 +00:39:37,070 --> 00:39:42,500 +energy states reachable from S in Eكل واحد من ال + +510 +00:39:42,500 --> 00:39:46,040 +states from كل واحد من ال states from كل واحد من + +511 +00:39:46,040 --> 00:39:46,040 +ال states from كل واحد من ال states from كل واحد + +512 +00:39:46,040 --> 00:39:48,840 +من ال states from كل واحد من ال states from كل + +513 +00:39:48,840 --> 00:39:53,780 +واحد من ال states from كل واحد من ال states from + +514 +00:39:53,780 --> 00:39:54,480 +كل واحد من ال states from كل واحد من ال states + +515 +00:39:54,480 --> 00:39:54,580 +from كل واحد من ال states from كل واحد من ال + +516 +00:39:54,580 --> 00:39:54,580 +states from كل واحد من ال states from كل واحد من + +517 +00:39:54,580 --> 00:39:54,580 +ال states from كل واحد من ال states from كل واحد + +518 +00:39:54,580 --> 00:39:54,580 +من ال states from كل واحد من ال states from كل + +519 +00:39:54,580 --> 00:39:54,580 +واحد من ال states from كل واحد من ال states from + +520 +00:39:54,580 --> 00:39:54,580 +كل واحد من ال states from كل واحد من ال states + +521 +00:39:54,580 --> 00:39:54,580 +from كل واحد من ال states from كل واحد من ال + +522 +00:39:54,580 --> 00:39:54,640 +states from كل واحد من ال states from كل واحد من + +523 +00:39:54,640 --> 00:39:54,640 +ال states from كل واحد من ال states from كل واحد + +524 +00:39:54,640 --> 00:39:54,640 +من ال states from كل واحد من ال states from كل + +525 +00:39:54,640 --> 00:39:57,480 +واحد من ال states from كل واحد من ال states from + +526 +00:39:57,480 --> 00:40:00,900 +كل واحد من ال states from كل واحد من ال states + +527 +00:40:00,900 --> 00:40:03,840 +from + +528 +00:40:10,590 --> 00:40:13,690 +على أساس انت بتعطيها single state و single input + +529 +00:40:13,690 --> 00:40:16,710 +بتعطيني من اللي ليش ال state اللي بقى لكن لو + +530 +00:40:16,710 --> 00:40:20,570 +اعطيتها T يعني مجموعة من states ب .. ب .. انا بحكي + +531 +00:40:20,570 --> 00:40:26,070 +عن كافة ال states اللي في هذا ال set وين ب .. وين + +532 +00:40:26,070 --> 00:40:31,330 +بروح منهم اذا معايا ال A يعني تخيلي هذه الجدول تبع + +533 +00:40:31,330 --> 00:40:38,530 +ال transition table هاي ال A ليش احطته تعمل هاي ال + +534 +00:40:38,530 --> 00:40:42,310 +Aوهي states مثلا state 1, state 2, state 3, state + +535 +00:40:42,310 --> 00:40:46,410 +4, state 5 اللي مفترض جزء T تحتوي على ال state + +536 +00:40:46,410 --> 00:40:53,490 +واحد و تلات و واحد و تلاتة و خمسة تمام فبنجد جدول + +537 +00:40:53,490 --> 00:40:58,470 +لو انا في واحد و واحد هو على ايه و اين بيروح انا + +538 +00:40:58,470 --> 00:41:04,310 +في تلاتة و اين بيروح على خمسة و اين بيروح تمام فال + +539 +00:41:04,310 --> 00:41:08,870 +set هذا هو عبارة عن مجموعة الخلاياطبعا بعمل محيط + +540 +00:41:08,870 --> 00:41:16,270 +لفاضي و انا هتجدو الهدف انا احنا هدفنا انه نبدأ ال + +541 +00:41:16,270 --> 00:41:21,750 +algorithm كتاب ال algorithm تبدأ كتاب انه بدنا + +542 +00:41:21,750 --> 00:41:25,570 +نبدأ من ال start state احنا عندنا N فيه و نحو D + +543 +00:41:25,570 --> 00:41:30,670 +فيه هدفيني + +544 +00:41:30,670 --> 00:41:36,800 +ان انا اطلع الجدول هدف جدول هدففي الأول بدأ بالـ + +545 +00:41:36,800 --> 00:41:46,940 +start state S0 و أخرجه E closure تبعها يظهر معاه + +546 +00:41:46,940 --> 00:41:54,720 +set ال set هذا بدي أشوف لو دخل عليه ال input + +547 +00:41:54,720 --> 00:42:02,320 +الفلاني وين هيوديني و لو دخل عليه فال + +548 +00:42:02,320 --> 00:42:13,590 +algorithm TG برجع نرجعالـ A هي أول شيء و هو E + +549 +00:42:13,590 --> 00:42:22,330 +closure of ZERO ZERO هي ال start state بالنسبة لل + +550 +00:42:22,330 --> 00:42:27,250 +figure اللي لدينا هذا يجتمع على ال states دولة + +551 +00:42:46,130 --> 00:42:54,970 +هذا ال set هو ال set البداية و بنرمز له بالرمز a + +552 +00:42:54,970 --> 00:43:09,060 +الان بدنا ال move من a عبرمن a capital عبر a و + +553 +00:43:09,060 --> 00:43:16,340 +بدنا ال move من a capital عبر b هدول الآن عندي + +554 +00:43:16,340 --> 00:43:19,140 +عمودين بس لإن ال alphabet اللي عندي في هذا ال + +555 +00:43:19,140 --> 00:43:23,100 +example بس فيها ال a و ال b لو في كمان other input + +556 +00:43:23,100 --> 00:43:28,480 +symbols بنحط لكل واحد منهم عمود لإن أنا بعد ما جبت + +557 +00:43:28,480 --> 00:43:39,930 +ال start set وسميته a هذا a هي اسم لهذابدي أحسب من + +558 +00:43:39,930 --> 00:43:45,470 +من هذول ال states لو + +559 +00:43:45,470 --> 00:43:52,930 +أجهها input لو أجهها a وين بتوديني فانا + +560 +00:43:52,930 --> 00:43:58,490 +بدي أصبح ال move من هذا ال set تذكروا احنا ال move + +561 +00:43:58,490 --> 00:44:05,410 +قلنا بنعرفها حالتين اما سيها هاي ال a هو عبارة عن + +562 +00:44:05,410 --> 00:44:09,320 +هذول صح؟هذه أول واحدة فيهم Zero لو أجها A و + +563 +00:44:09,320 --> 00:44:16,200 +بتوديني مافيش مفيش edge من Zero صح؟ هاي ال Zero + +564 +00:44:16,200 --> 00:44:23,140 +مافيش تمام؟ الان one لو أجها A و بتوديني برضه + +565 +00:44:23,140 --> 00:44:29,840 +مابتودنيش على أي مكان الاتنين الاتنين لو أجها A + +566 +00:44:29,840 --> 00:44:40,000 +بتوديني على تلاتة أربعة لو أجها A مافيشو سبعة سبعة + +567 +00:44:40,000 --> 00:44:50,580 +لو أجهها ا تمانية هذا الان هو ناتج ثلاثة + +568 +00:44:50,580 --> 00:44:55,260 +و تمانية دي + +569 +00:44:55,260 --> 00:45:01,380 +تران هذا ال دي تران اتخيليها عبارة عن خلية في ال + +570 +00:45:01,380 --> 00:45:04,940 +.. في ال table فانا مشوفها هي عبارة عن ال closure + +571 +00:45:04,940 --> 00:45:12,730 +ال E closureتبع ال move اول شي ال move تبع هذا هي + +572 +00:45:12,730 --> 00:45:17,690 +عبارة عن ايش التلاتة و التمانية لان لو بتحسب ال e + +573 +00:45:17,690 --> 00:45:22,190 +closure هذا التلاتة و التمانية عبارة عن set عبارة + +574 +00:45:22,190 --> 00:45:26,210 +عن ايش مجموعة احنا كنا نحكي في هذا الكلام لو انا + +575 +00:45:26,210 --> 00:45:30,110 +عندي المجموعة هذه بتحسب ال e closure تبعها ايش + +576 +00:45:30,110 --> 00:45:35,400 +يعنييعني انا بتحسب من تلاتة و تمانية ايش فيه moves + +577 +00:45:35,400 --> 00:45:40,360 +عبر الepsilon وين بيودينا على أي stays بيطلع معايا + +578 +00:45:40,360 --> 00:45:46,780 +على الكلام انا اولا بدأت في الاش ال E closure تبع + +579 +00:45:46,780 --> 00:45:50,500 +ال zero stay ال start zero ال start zero طالع ليه + +580 +00:45:50,500 --> 00:45:56,320 +هدولة اللي انا بتحسب ال move تبعهم على a و بعدها + +581 +00:45:56,320 --> 00:46:03,030 +هحسب على b برضه ال move تبع هدولة على aالموضوع هذه + +582 +00:46:03,030 --> 00:46:06,230 +على a طلع تلاتة و تمانية تحسب ال E closure تلاتة و + +583 +00:46:06,230 --> 00:46:07,570 +تمانية تطلع تلاتة و تمانية تطلع تلاتة و تمانية + +584 +00:46:07,570 --> 00:46:11,110 +تطلع تلاتة و تمانية تطلع + +585 +00:46:11,110 --> 00:46:12,750 +تلاتة و تمانية تطلع تلاتة و تمانية تطلع تلاتة و + +586 +00:46:12,750 --> 00:46:12,750 +تمانية تطلع تلاتة و تمانية تطلع تلاتة و تمانية + +587 +00:46:12,750 --> 00:46:12,990 +تطلع تلاتة و تمانية تطلع تلاتة و تمانية تطلع تلاتة + +588 +00:46:12,990 --> 00:46:12,990 +و تمانية تطلع تلاتة و تمانية تطلع تلاتة و تمانية + +589 +00:46:12,990 --> 00:46:16,810 +تطلع تلاتة و تمانية تطلع + +590 +00:46:16,810 --> 00:46:25,810 +تلاتة و تمانية تطلع + +591 +00:46:25,810 --> 00:46:31,710 +تلاتة و تمانية + +592 +00:46:33,010 --> 00:46:39,550 +هذا الـ step الأولاني سميته A لو أي واحد من هذه ال + +593 +00:46:39,550 --> 00:46:42,890 +states دخل عليها A هتودينها على أي واحد من هذه ال + +594 +00:46:42,890 --> 00:46:47,450 +states لو دخل عليها B هتودينها على أي واحد من هذه + +595 +00:46:47,450 --> 00:46:51,830 +ال states تبعهم هدولة بكرر الكلام هذا كله الآن ال + +596 +00:46:51,830 --> 00:46:55,650 +B و ال C هدولة ال B و ال C هدولة ال B و ال C هدولة + +597 +00:46:55,650 --> 00:46:56,830 +ال B و ال C هدولة ال B و ال C هدولة ال B و ال C + +598 +00:46:56,830 --> 00:47:02,820 +هدولة ال B و ال C هدولة ال B و ال Cو ال move تبقى + +599 +00:47:02,820 --> 00:47:09,760 +ال B مع ال A لأن صدفت ان ال move تبقى B مع ال A + +600 +00:47:09,760 --> 00:47:17,940 +تعطي نفس المجموعة هذه وبالتالي هتطلع + +601 +00:47:17,940 --> 00:47:24,460 +معاه ال move of B مع A هتطلع معاه المجموعة + +602 +00:47:24,460 --> 00:47:29,380 +المجموعة هذه هي نفسها هذه فلو بعملش مجموعة باسم + +603 +00:47:29,380 --> 00:47:34,930 +جديد خلاص بكتب بيهبينما B المفتاح بيه مع B بيطلع + +604 +00:47:34,930 --> 00:47:40,130 +لمجموع أخر و بفرح سماها D تمام؟ بعدين راح باشر أخد + +605 +00:47:40,130 --> 00:47:44,330 +ال C و حسب المفتاح بيها مع A و المفتاح بيها مع B + +606 +00:47:44,330 --> 00:47:49,410 +بيضلوا لحدين ما يخلص المجموعات .. بيضلش فيه + +607 +00:47:49,410 --> 00:47:54,570 +مجموعات جديدة بتتولد بيجفت يعني كل واحد من هدولة + +608 +00:47:54,570 --> 00:48:01,270 +بيصبح هم في عزتهم states في ال DFAو بشكل ال DFA + +609 +00:48:01,270 --> 00:48:05,930 +هذا الآن بيصير Transition Table هذا بيصير + +610 +00:48:05,930 --> 00:48:09,750 +Transition Table بيجي بقول هي ال A ال A هي ال + +611 +00:48:09,750 --> 00:48:16,790 +start لو دخل عليها A small بتودين على B لو دخل + +612 +00:48:16,790 --> 00:48:22,570 +عليها B small بتودين على C صح؟ بيشكل ال DFA من هذا + +613 +00:48:22,570 --> 00:48:26,870 +ال Table المحاضرة جالسة الله بنرجع بنعيد على هذا + +614 +00:48:26,870 --> 00:48:32,550 +الكلامو بنبدأ في .. يعني هو عملينا أخر إشي بدنايا + +615 +00:48:32,550 --> 00:48:38,050 +في ال lexical analysis فاحنا عموما الآن يا بنات + +616 +00:48:38,050 --> 00:48:47,770 +بنكون مرنا على التالي بنكون + +617 +00:48:47,770 --> 00:48:51,830 +في موضوع ال lexical analysis غطينا التالي + +618 +00:48:57,450 --> 00:49:00,130 +عطينا الـ role of the lexical analyzer عطينا ال + +619 +00:49:00,130 --> 00:49:02,370 +input buffering ال specification of tokens ال + +620 +00:49:02,370 --> 00:49:05,810 +recognition of tokens الليكسيكال ال analyzer هذه + +621 +00:49:05,810 --> 00:49:10,950 +لم نضعه موش اه نرجعله او نشوف tool تاني حكينا في + +622 +00:49:10,950 --> 00:49:15,690 +ال final to automata والآن في المحاضرة هذه تقريبا + +623 +00:49:15,690 --> 00:49:18,490 +هذا ال section كله وضعناه اللي هو from regular + +624 +00:49:18,490 --> 00:49:21,090 +expressions to automata بدينا من regular + +625 +00:49:21,090 --> 00:49:25,160 +expressions to NFA بعدين من NFA إلى DFAالكلمة + +626 +00:49:25,160 --> 00:49:28,500 +المحاضرة اللي جاية بنجمل ال chapter هذا أيش اللي + +627 +00:49:28,500 --> 00:49:33,060 +ضال علينا منه وبنبدأ في chapter أربعة اللي هو ال + +628 +00:49:33,060 --> 00:49:36,140 +syntax analysis او ال parsing يعطيكم العرفة + diff --git a/PL9fwy3NUQKwZe1P-Tr_n9TWAgawgGkpm5/SVUPcmNy_3Y_raw.json b/PL9fwy3NUQKwZe1P-Tr_n9TWAgawgGkpm5/SVUPcmNy_3Y_raw.json new file mode 100644 index 0000000000000000000000000000000000000000..749f3de12b9249eaf9c91c11d6f035183d89418b --- /dev/null +++ b/PL9fwy3NUQKwZe1P-Tr_n9TWAgawgGkpm5/SVUPcmNy_3Y_raw.json @@ -0,0 +1 @@ +{"segments": [{"id": 1, "seek": 110, "start": 0.0, "end": 1.1, "text": "موسيقى", "tokens": [2304, 41779, 1829, 4587, 7578], "avg_logprob": -0.4130859424670537, "compression_ratio": 0.5714285714285714, "no_speech_prob": 0.08709716796875, "words": [{"start": 0.0, "end": 1.1, "word": "موسيقى", "probability": 0.709423828125}], "temperature": 1.0}, {"id": 2, "seek": 4940, "start": 20.72, "end": 49.4, "text": "بسم الله الرحمن الرحيم الصلاة والسلام على أشرف المرسلين اليوم ان شاء الله بنكمل اللي كنا بدينا في المحاضرة الماضية اللي هو section 86 a simple code generator وكنا بصينا على عملية ال target code generation كيف ان في عندنا مهام مختلفة لازم لازم تتحضر علشان تقدر اللي هو", "tokens": [3555, 38251, 21984, 34892, 5016, 27842, 34892, 5016, 32640, 31767, 15040, 3660, 16070, 3794, 37440, 15844, 5551, 8592, 28480, 9673, 2288, 3794, 1211, 9957, 45595, 20498, 16472, 13412, 16606, 21984, 44945, 24793, 1211, 13672, 1829, 9122, 8315, 47525, 1829, 8315, 8978, 9673, 5016, 46958, 25720, 9673, 46958, 10632, 13672, 1829, 31439, 3541, 26687, 257, 2199, 3089, 19265, 4032, 4117, 8315, 4724, 9381, 1829, 8315, 15844, 6225, 42213, 10632, 2423, 3779, 3089, 5125, 9122, 33911, 16472, 8978, 43242, 8315, 3714, 3224, 10943, 3714, 46456, 46538, 3660, 5296, 31377, 2304, 5296, 31377, 2304, 6055, 2655, 5016, 11242, 2288, 11203, 8592, 7649, 6055, 28543, 2288, 13672, 1829, 31439], "avg_logprob": -0.15241745297076567, "compression_ratio": 1.8438818565400843, "no_speech_prob": 1.0132789611816406e-06, "words": [{"start": 20.72, "end": 21.22, "word": "بسم", "probability": 0.71240234375}, {"start": 21.22, "end": 21.44, "word": " الله", "probability": 0.9384765625}, {"start": 21.44, "end": 21.68, "word": " الرحمن", "probability": 0.9567057291666666}, {"start": 21.68, "end": 22.0, "word": " الرحيم", "probability": 0.986328125}, {"start": 22.0, "end": 22.36, "word": " الصلاة", "probability": 0.7179361979166666}, {"start": 22.36, "end": 22.7, "word": " والسلام", "probability": 0.87744140625}, {"start": 22.7, "end": 22.86, "word": " على", "probability": 0.45947265625}, {"start": 22.86, "end": 23.12, "word": " أشرف", "probability": 0.9324544270833334}, {"start": 23.12, "end": 23.64, "word": " المرسلين", "probability": 0.958203125}, {"start": 23.64, "end": 23.9, "word": " اليوم", "probability": 0.90087890625}, {"start": 23.9, "end": 24.02, "word": " ان", "probability": 0.56787109375}, {"start": 24.02, "end": 24.2, "word": " شاء", "probability": 0.982666015625}, {"start": 24.2, "end": 24.3, "word": " الله", "probability": 0.955078125}, {"start": 24.3, "end": 25.06, "word": " بنكمل", "probability": 0.8409830729166666}, {"start": 25.06, "end": 25.54, "word": " اللي", "probability": 0.82470703125}, {"start": 25.54, "end": 25.78, "word": " كنا", "probability": 0.91845703125}, {"start": 25.78, "end": 26.14, "word": " بدينا", "probability": 0.7931315104166666}, {"start": 26.14, "end": 26.4, "word": " في", "probability": 0.8330078125}, {"start": 26.4, "end": 27.0, "word": " المحاضرة", "probability": 0.8875732421875}, {"start": 27.0, "end": 27.52, "word": " الماضية", "probability": 0.9855143229166666}, {"start": 27.52, "end": 28.08, "word": " اللي", "probability": 0.89990234375}, {"start": 28.08, "end": 28.24, "word": " هو", "probability": 0.94287109375}, {"start": 28.24, "end": 28.56, "word": " section", "probability": 0.6005859375}, {"start": 28.56, "end": 29.22, "word": " 86", "probability": 0.951171875}, {"start": 29.22, "end": 30.76, "word": " a", "probability": 0.78466796875}, {"start": 30.76, "end": 31.14, "word": " simple", "probability": 0.873046875}, {"start": 31.14, "end": 31.52, "word": " code", "probability": 0.92626953125}, {"start": 31.52, "end": 32.28, "word": " generator", "probability": 0.962890625}, {"start": 32.28, "end": 33.28, "word": " وكنا", "probability": 0.865234375}, {"start": 33.28, "end": 34.16, "word": " بصينا", "probability": 0.9677734375}, {"start": 34.16, "end": 34.42, "word": " على", "probability": 0.73681640625}, {"start": 34.42, "end": 34.94, "word": " عملية", "probability": 0.9894205729166666}, {"start": 34.94, "end": 35.26, "word": " ال", "probability": 0.90283203125}, {"start": 35.26, "end": 36.16, "word": " target", "probability": 0.9375}, {"start": 36.16, "end": 36.5, "word": " code", "probability": 0.93310546875}, {"start": 36.5, "end": 37.18, "word": " generation", "probability": 0.93798828125}, {"start": 37.18, "end": 37.92, "word": " كيف", "probability": 0.955078125}, {"start": 37.92, "end": 38.14, "word": " ان", "probability": 0.325439453125}, {"start": 38.14, "end": 38.36, "word": " في", "probability": 0.67431640625}, {"start": 38.36, "end": 40.4, "word": " عندنا", "probability": 0.772216796875}, {"start": 40.4, "end": 42.34, "word": " مهام", "probability": 0.8590494791666666}, {"start": 42.34, "end": 43.44, "word": " مختلفة", "probability": 0.9931640625}, {"start": 43.44, "end": 43.9, "word": " لازم", "probability": 0.99072265625}, {"start": 43.9, "end": 45.94, "word": " لازم", "probability": 0.8184407552083334}, {"start": 45.94, "end": 47.28, "word": " تتحضر", "probability": 0.799462890625}, {"start": 47.28, "end": 48.2, "word": " علشان", "probability": 0.9508463541666666}, {"start": 48.2, "end": 48.92, "word": " تقدر", "probability": 0.9851888020833334}, {"start": 48.92, "end": 49.12, "word": " اللي", "probability": 0.97998046875}, {"start": 49.12, "end": 49.4, "word": " هو", "probability": 0.98779296875}], "temperature": 1.0}, {"id": 3, "seek": 7618, "start": 50.3, "end": 76.18, "text": "الـ Algorithm تتناول الـ three address code instructions اللي هي ال input ويتحولها الى machine instructions وقولنا أهم شغل من التحضيرات هذه اللي هي ال register and address descriptors ال register and address descriptors اللي هي احنا على السريع بدي أنتقل الى ال slide هذه اللي كانت مثلًا", "tokens": [6027, 39184, 35014, 6819, 76, 6055, 2655, 8315, 12610, 2423, 39184, 1045, 2985, 3089, 9415, 13672, 1829, 39896, 2423, 4846, 4032, 36081, 5016, 12610, 11296, 2423, 7578, 3479, 9415, 4032, 39648, 8315, 5551, 16095, 13412, 17082, 1211, 9154, 16712, 5016, 11242, 13546, 9307, 29538, 13672, 1829, 39896, 2423, 7280, 293, 2985, 31280, 830, 2423, 7280, 293, 2985, 31280, 830, 13672, 1829, 39896, 1975, 5016, 8315, 15844, 21136, 16572, 3615, 4724, 16254, 14739, 2655, 4587, 1211, 2423, 7578, 2423, 4137, 29538, 13672, 1829, 25961, 2655, 50113, 1211, 14111, 995], "avg_logprob": -0.3005618057893903, "compression_ratio": 1.7743362831858407, "no_speech_prob": 5.960464477539063e-08, "words": [{"start": 50.3, "end": 50.92, "word": "الـ", "probability": 0.3618621826171875}, {"start": 50.92, "end": 52.18, "word": " Algorithm", "probability": 0.783447265625}, {"start": 52.18, "end": 53.62, "word": " تتناول", "probability": 0.7205810546875}, {"start": 53.62, "end": 56.48, "word": " الـ", "probability": 0.476318359375}, {"start": 56.48, "end": 56.84, "word": " three", "probability": 0.333740234375}, {"start": 56.84, "end": 57.3, "word": " address", "probability": 0.83154296875}, {"start": 57.3, "end": 57.88, "word": " code", "probability": 0.82275390625}, {"start": 57.88, "end": 58.6, "word": " instructions", "probability": 0.55615234375}, {"start": 58.6, "end": 59.16, "word": " اللي", "probability": 0.6365966796875}, {"start": 59.16, "end": 59.28, "word": " هي", "probability": 0.83935546875}, {"start": 59.28, "end": 59.38, "word": " ال", "probability": 0.82763671875}, {"start": 59.38, "end": 59.68, "word": " input", "probability": 0.943359375}, {"start": 59.68, "end": 60.76, "word": " ويتحولها", "probability": 0.803173828125}, {"start": 60.76, "end": 61.66, "word": " الى", "probability": 0.658203125}, {"start": 61.66, "end": 62.18, "word": " machine", "probability": 0.5087890625}, {"start": 62.18, "end": 62.7, "word": " instructions", "probability": 0.8388671875}, {"start": 62.7, "end": 63.32, "word": " وقولنا", "probability": 0.5579427083333334}, {"start": 63.32, "end": 63.6, "word": " أهم", "probability": 0.9423828125}, {"start": 63.6, "end": 63.98, "word": " شغل", "probability": 0.8557942708333334}, {"start": 63.98, "end": 64.16, "word": " من", "probability": 0.98046875}, {"start": 64.16, "end": 64.8, "word": " التحضيرات", "probability": 0.93662109375}, {"start": 64.8, "end": 65.04, "word": " هذه", "probability": 0.74267578125}, {"start": 65.04, "end": 65.22, "word": " اللي", "probability": 0.892333984375}, {"start": 65.22, "end": 65.46, "word": " هي", "probability": 0.8916015625}, {"start": 65.46, "end": 65.92, "word": " ال", "probability": 0.90283203125}, {"start": 65.92, "end": 66.28, "word": " register", "probability": 0.81494140625}, {"start": 66.28, "end": 66.54, "word": " and", "probability": 0.91943359375}, {"start": 66.54, "end": 67.0, "word": " address", "probability": 0.95361328125}, {"start": 67.0, "end": 68.1, "word": " descriptors", "probability": 0.970703125}, {"start": 68.1, "end": 68.6, "word": " ال", "probability": 0.6103515625}, {"start": 68.6, "end": 68.92, "word": " register", "probability": 0.8447265625}, {"start": 68.92, "end": 69.2, "word": " and", "probability": 0.93408203125}, {"start": 69.2, "end": 69.5, "word": " address", "probability": 0.95166015625}, {"start": 69.5, "end": 70.22, "word": " descriptors", "probability": 0.976318359375}, {"start": 70.22, "end": 70.64, "word": " اللي", "probability": 0.961181640625}, {"start": 70.64, "end": 70.78, "word": " هي", "probability": 0.736328125}, {"start": 70.78, "end": 71.04, "word": " احنا", "probability": 0.8600260416666666}, {"start": 71.04, "end": 71.34, "word": " على", "probability": 0.80908203125}, {"start": 71.34, "end": 71.66, "word": " السريع", "probability": 0.90869140625}, {"start": 71.66, "end": 71.84, "word": " بدي", "probability": 0.462646484375}, {"start": 71.84, "end": 72.28, "word": " أنتقل", "probability": 0.9017333984375}, {"start": 72.28, "end": 73.12, "word": " الى", "probability": 0.716552734375}, {"start": 73.12, "end": 73.74, "word": " ال", "probability": 0.83740234375}, {"start": 73.74, "end": 74.06, "word": " slide", "probability": 0.93994140625}, {"start": 74.06, "end": 74.42, "word": " هذه", "probability": 0.546875}, {"start": 74.42, "end": 75.02, "word": " اللي", "probability": 0.962646484375}, {"start": 75.02, "end": 75.54, "word": " كانت", "probability": 0.727294921875}, {"start": 75.54, "end": 76.18, "word": " مثلًا", "probability": 0.73248291015625}], "temperature": 1.0}, {"id": 4, "seek": 9963, "start": 76.39, "end": 99.63, "text": "اللي بدأنا فيه من البداية و هدولة هم ال descriptors هدولة ال register descriptors و هدولة ال address أو ال memory descriptors okay فاحنا الآن أصبحت لدينا اللي هو التجهيزات اللي لازم صارت واضحة و إضافة إلى ذلك غير ال descriptors في عندنا قضية تجسيم ال code إلى blocks شوفنا هذا الأمر", "tokens": [6027, 20292, 47525, 10721, 8315, 8978, 3224, 9154, 29739, 28259, 10632, 4032, 8032, 3215, 12610, 3660, 8032, 2304, 2423, 31280, 830, 8032, 3215, 12610, 3660, 2423, 7280, 31280, 830, 4032, 8032, 3215, 12610, 3660, 2423, 2985, 34051, 2423, 4675, 31280, 830, 1392, 6156, 39319, 8315, 6024, 48506, 5551, 9381, 3555, 33753, 5296, 16254, 8315, 13672, 1829, 31439, 16712, 7435, 3224, 1829, 11622, 9307, 13672, 1829, 5296, 31377, 2304, 20328, 9640, 2655, 4032, 46958, 5016, 3660, 4032, 11933, 11242, 31845, 3660, 30731, 29910, 23275, 32771, 13546, 2423, 31280, 830, 8978, 43242, 8315, 12174, 11242, 10632, 6055, 7435, 3794, 32640, 2423, 3089, 30731, 8474, 13412, 38688, 8315, 23758, 16247, 29973], "avg_logprob": -0.19509747104907255, "compression_ratio": 1.7642276422764227, "no_speech_prob": 1.1920928955078125e-07, "words": [{"start": 76.39, "end": 76.65, "word": "اللي", "probability": 0.392333984375}, {"start": 76.65, "end": 77.03, "word": " بدأنا", "probability": 0.8014322916666666}, {"start": 77.03, "end": 77.27, "word": " فيه", "probability": 0.846923828125}, {"start": 77.27, "end": 77.35, "word": " من", "probability": 0.96484375}, {"start": 77.35, "end": 77.83, "word": " البداية", "probability": 0.9816080729166666}, {"start": 77.83, "end": 77.97, "word": " و", "probability": 0.140625}, {"start": 77.97, "end": 78.33, "word": " هدولة", "probability": 0.8109130859375}, {"start": 78.33, "end": 78.53, "word": " هم", "probability": 0.82861328125}, {"start": 78.53, "end": 78.85, "word": " ال", "probability": 0.69580078125}, {"start": 78.85, "end": 79.37, "word": " descriptors", "probability": 0.7734375}, {"start": 79.37, "end": 79.81, "word": " هدولة", "probability": 0.81524658203125}, {"start": 79.81, "end": 80.23, "word": " ال", "probability": 0.81884765625}, {"start": 80.23, "end": 80.55, "word": " register", "probability": 0.529296875}, {"start": 80.55, "end": 81.29, "word": " descriptors", "probability": 0.877197265625}, {"start": 81.29, "end": 81.43, "word": " و", "probability": 0.70654296875}, {"start": 81.43, "end": 81.81, "word": " هدولة", "probability": 0.9710693359375}, {"start": 81.81, "end": 82.43, "word": " ال", "probability": 0.90380859375}, {"start": 82.43, "end": 82.91, "word": " address", "probability": 0.9208984375}, {"start": 82.91, "end": 83.13, "word": " أو", "probability": 0.57275390625}, {"start": 83.13, "end": 83.23, "word": " ال", "probability": 0.865234375}, {"start": 83.23, "end": 83.53, "word": " memory", "probability": 0.9716796875}, {"start": 83.53, "end": 84.53, "word": " descriptors", "probability": 0.96728515625}, {"start": 84.53, "end": 85.17, "word": " okay", "probability": 0.2364501953125}, {"start": 85.17, "end": 86.23, "word": " فاحنا", "probability": 0.8523763020833334}, {"start": 86.23, "end": 86.71, "word": " الآن", "probability": 0.6422119140625}, {"start": 86.71, "end": 87.79, "word": " أصبحت", "probability": 0.88720703125}, {"start": 87.79, "end": 88.97, "word": " لدينا", "probability": 0.9386393229166666}, {"start": 88.97, "end": 90.53, "word": " اللي", "probability": 0.898193359375}, {"start": 90.53, "end": 90.75, "word": " هو", "probability": 0.9501953125}, {"start": 90.75, "end": 91.35, "word": " التجهيزات", "probability": 0.9794108072916666}, {"start": 91.35, "end": 91.49, "word": " اللي", "probability": 0.954345703125}, {"start": 91.49, "end": 91.77, "word": " لازم", "probability": 0.9309895833333334}, {"start": 91.77, "end": 92.09, "word": " صارت", "probability": 0.9054361979166666}, {"start": 92.09, "end": 92.65, "word": " واضحة", "probability": 0.97412109375}, {"start": 92.65, "end": 93.25, "word": " و", "probability": 0.90087890625}, {"start": 93.25, "end": 94.01, "word": " إضافة", "probability": 0.942138671875}, {"start": 94.01, "end": 94.19, "word": " إلى", "probability": 0.68603515625}, {"start": 94.19, "end": 94.57, "word": " ذلك", "probability": 0.9931640625}, {"start": 94.57, "end": 95.01, "word": " غير", "probability": 0.971923828125}, {"start": 95.01, "end": 95.17, "word": " ال", "probability": 0.79296875}, {"start": 95.17, "end": 95.75, "word": " descriptors", "probability": 0.974853515625}, {"start": 95.75, "end": 95.91, "word": " في", "probability": 0.368408203125}, {"start": 95.91, "end": 96.15, "word": " عندنا", "probability": 0.758056640625}, {"start": 96.15, "end": 96.41, "word": " قضية", "probability": 0.9835611979166666}, {"start": 96.41, "end": 97.03, "word": " تجسيم", "probability": 0.9656982421875}, {"start": 97.03, "end": 97.57, "word": " ال", "probability": 0.91748046875}, {"start": 97.57, "end": 97.87, "word": " code", "probability": 0.97607421875}, {"start": 97.87, "end": 98.05, "word": " إلى", "probability": 0.94775390625}, {"start": 98.05, "end": 98.55, "word": " blocks", "probability": 0.83447265625}, {"start": 98.55, "end": 99.11, "word": " شوفنا", "probability": 0.7637532552083334}, {"start": 99.11, "end": 99.31, "word": " هذا", "probability": 0.423828125}, {"start": 99.31, "end": 99.63, "word": " الأمر", "probability": 0.93310546875}], "temperature": 1.0}, {"id": 5, "seek": 12757, "start": 99.95, "end": 127.57, "text": "تقسيم ال code الى sub blocks فالان ال algorithm لما بدى تبدأ بدى تاخد كل sub block و تشتغل عليه لوحده فى هذا sub block بدى تاخد ال three address instructions و تحوض و ترجم و تطلع لكل واحدة منهم اتطلع اللى هو one or more one or more ايش machine instructions مظبوط فالأمر هذا", "tokens": [2655, 4587, 3794, 32640, 2423, 3089, 2423, 7578, 1422, 8474, 6156, 6027, 7649, 2423, 9284, 5296, 15042, 47525, 7578, 6055, 44510, 10721, 47525, 7578, 6055, 47283, 3215, 28242, 1422, 3461, 4032, 6055, 8592, 2655, 17082, 1211, 47356, 45164, 24401, 3224, 6156, 7578, 23758, 1422, 3461, 47525, 7578, 6055, 47283, 3215, 2423, 1045, 2985, 9415, 4032, 6055, 5016, 2407, 11242, 4032, 6055, 47341, 2304, 4032, 6055, 9566, 1211, 3615, 5296, 28820, 36764, 24401, 3660, 9154, 16095, 1975, 2655, 9566, 1211, 3615, 13672, 7578, 31439, 472, 420, 544, 472, 420, 544, 1975, 1829, 8592, 3479, 9415, 3714, 19913, 3555, 2407, 9566, 6156, 6027, 10721, 29973, 23758], "avg_logprob": -0.2556547482808431, "compression_ratio": 1.7012987012987013, "no_speech_prob": 0.0, "words": [{"start": 99.95, "end": 100.53, "word": "تقسيم", "probability": 0.8218994140625}, {"start": 100.53, "end": 100.69, "word": " ال", "probability": 0.58642578125}, {"start": 100.69, "end": 100.87, "word": " code", "probability": 0.60302734375}, {"start": 100.87, "end": 101.09, "word": " الى", "probability": 0.6102294921875}, {"start": 101.09, "end": 101.33, "word": " sub", "probability": 0.8759765625}, {"start": 101.33, "end": 101.79, "word": " blocks", "probability": 0.79638671875}, {"start": 101.79, "end": 102.77, "word": " فالان", "probability": 0.8020833333333334}, {"start": 102.77, "end": 103.01, "word": " ال", "probability": 0.814453125}, {"start": 103.01, "end": 103.49, "word": " algorithm", "probability": 0.95068359375}, {"start": 103.49, "end": 103.85, "word": " لما", "probability": 0.83935546875}, {"start": 103.85, "end": 104.07, "word": " بدى", "probability": 0.593994140625}, {"start": 104.07, "end": 104.57, "word": " تبدأ", "probability": 0.95556640625}, {"start": 104.57, "end": 105.03, "word": " بدى", "probability": 0.603271484375}, {"start": 105.03, "end": 105.47, "word": " تاخد", "probability": 0.9666341145833334}, {"start": 105.47, "end": 105.81, "word": " كل", "probability": 0.947265625}, {"start": 105.81, "end": 106.19, "word": " sub", "probability": 0.92236328125}, {"start": 106.19, "end": 106.59, "word": " block", "probability": 0.880859375}, {"start": 106.59, "end": 106.79, "word": " و", "probability": 0.51953125}, {"start": 106.79, "end": 107.11, "word": " تشتغل", "probability": 0.91025390625}, {"start": 107.11, "end": 107.45, "word": " عليه", "probability": 0.86083984375}, {"start": 107.45, "end": 108.77, "word": " لوحده", "probability": 0.9825846354166666}, {"start": 108.77, "end": 109.49, "word": " فى", "probability": 0.647216796875}, {"start": 109.49, "end": 109.69, "word": " هذا", "probability": 0.9296875}, {"start": 109.69, "end": 109.97, "word": " sub", "probability": 0.94482421875}, {"start": 109.97, "end": 110.17, "word": " block", "probability": 0.90087890625}, {"start": 110.17, "end": 110.39, "word": " بدى", "probability": 0.781494140625}, {"start": 110.39, "end": 110.97, "word": " تاخد", "probability": 0.98876953125}, {"start": 110.97, "end": 111.39, "word": " ال", "probability": 0.81396484375}, {"start": 111.39, "end": 112.05, "word": " three", "probability": 0.53271484375}, {"start": 112.05, "end": 112.33, "word": " address", "probability": 0.17236328125}, {"start": 112.33, "end": 112.89, "word": " instructions", "probability": 0.83349609375}, {"start": 112.89, "end": 113.01, "word": " و", "probability": 0.6630859375}, {"start": 113.01, "end": 113.49, "word": " تحوض", "probability": 0.6868438720703125}, {"start": 113.49, "end": 113.79, "word": " و", "probability": 0.69775390625}, {"start": 113.79, "end": 114.31, "word": " ترجم", "probability": 0.9625651041666666}, {"start": 114.31, "end": 114.49, "word": " و", "probability": 0.80615234375}, {"start": 114.49, "end": 114.85, "word": " تطلع", "probability": 0.921142578125}, {"start": 114.85, "end": 115.43, "word": " لكل", "probability": 0.666748046875}, {"start": 115.43, "end": 115.69, "word": " واحدة", "probability": 0.8458658854166666}, {"start": 115.69, "end": 116.03, "word": " منهم", "probability": 0.986328125}, {"start": 116.03, "end": 117.05, "word": " اتطلع", "probability": 0.783203125}, {"start": 117.05, "end": 117.65, "word": " اللى", "probability": 0.608154296875}, {"start": 117.65, "end": 117.93, "word": " هو", "probability": 0.9462890625}, {"start": 117.93, "end": 118.71, "word": " one", "probability": 0.92431640625}, {"start": 118.71, "end": 118.99, "word": " or", "probability": 0.9521484375}, {"start": 118.99, "end": 119.39, "word": " more", "probability": 0.9638671875}, {"start": 119.39, "end": 120.31, "word": " one", "probability": 0.57177734375}, {"start": 120.31, "end": 120.57, "word": " or", "probability": 0.974609375}, {"start": 120.57, "end": 120.79, "word": " more", "probability": 0.9619140625}, {"start": 120.79, "end": 121.15, "word": " ايش", "probability": 0.67919921875}, {"start": 121.15, "end": 122.63, "word": " machine", "probability": 0.5322265625}, {"start": 122.63, "end": 123.33, "word": " instructions", "probability": 0.8818359375}, {"start": 123.33, "end": 123.89, "word": " مظبوط", "probability": 0.89990234375}, {"start": 123.89, "end": 127.21, "word": " فالأمر", "probability": 0.80950927734375}, {"start": 127.21, "end": 127.57, "word": " هذا", "probability": 0.935546875}], "temperature": 1.0}, {"id": 6, "seek": 15679, "start": 128.23, "end": 156.79, "text": "المثال اللى في الآخر هذا عندي انا هذا ال three others code instructions هدولة بتخيلهم كانوا sub block واحد و ال algorithm بده تاخدهم واحد واحد و تطلع لكل واحدة مجموعة اللى هو ال machine instructions اللى بترجمها تمام يبقى احنا الآن ال algorithm ايش عمليا بدها تسوي ال algorithm ايش عمليا بدها تسوي نطلع على ال steps", "tokens": [6027, 2304, 12984, 6027, 13672, 7578, 8978, 6024, 95, 34740, 23758, 18871, 16254, 1975, 8315, 23758, 2423, 1045, 2357, 3089, 9415, 8032, 3215, 12610, 3660, 39894, 9778, 26895, 16095, 25961, 14407, 1422, 3461, 36764, 24401, 4032, 2423, 9284, 47525, 3224, 6055, 47283, 3215, 16095, 36764, 24401, 36764, 24401, 4032, 6055, 9566, 1211, 3615, 5296, 28820, 36764, 24401, 3660, 3714, 7435, 2304, 2407, 27884, 13672, 7578, 31439, 2423, 3479, 9415, 13672, 7578, 39894, 47341, 2304, 11296, 46811, 10943, 7251, 3555, 4587, 7578, 1975, 5016, 8315, 6024, 48506, 2423, 9284, 1975, 1829, 8592, 6225, 2304, 20292, 995, 47525, 11296, 6055, 3794, 45865, 2423, 9284, 1975, 1829, 8592, 6225, 2304, 20292, 995, 47525, 11296, 6055, 3794, 45865, 8717, 9566, 1211, 3615, 15844, 2423, 4439], "avg_logprob": -0.2720286816847129, "compression_ratio": 1.9098039215686275, "no_speech_prob": 0.0, "words": [{"start": 128.23, "end": 129.29, "word": "المثال", "probability": 0.67498779296875}, {"start": 129.29, "end": 129.47, "word": " اللى", "probability": 0.48779296875}, {"start": 129.47, "end": 129.57, "word": " في", "probability": 0.7099609375}, {"start": 129.57, "end": 129.97, "word": " الآخر", "probability": 0.83154296875}, {"start": 129.97, "end": 130.37, "word": " هذا", "probability": 0.299072265625}, {"start": 130.37, "end": 131.03, "word": " عندي", "probability": 0.57122802734375}, {"start": 131.03, "end": 131.55, "word": " انا", "probability": 0.7490234375}, {"start": 131.55, "end": 131.89, "word": " هذا", "probability": 0.465087890625}, {"start": 131.89, "end": 132.27, "word": " ال", "probability": 0.83984375}, {"start": 132.27, "end": 132.53, "word": " three", "probability": 0.5341796875}, {"start": 132.53, "end": 132.77, "word": " others", "probability": 0.151123046875}, {"start": 132.77, "end": 133.03, "word": " code", "probability": 0.90234375}, {"start": 133.03, "end": 133.53, "word": " instructions", "probability": 0.6728515625}, {"start": 133.53, "end": 134.07, "word": " هدولة", "probability": 0.59393310546875}, {"start": 134.07, "end": 134.79, "word": " بتخيلهم", "probability": 0.7119140625}, {"start": 134.79, "end": 135.37, "word": " كانوا", "probability": 0.822021484375}, {"start": 135.37, "end": 135.97, "word": " sub", "probability": 0.75390625}, {"start": 135.97, "end": 136.41, "word": " block", "probability": 0.396240234375}, {"start": 136.41, "end": 136.89, "word": " واحد", "probability": 0.971435546875}, {"start": 136.89, "end": 137.49, "word": " و", "probability": 0.52978515625}, {"start": 137.49, "end": 138.41, "word": " ال", "probability": 0.556640625}, {"start": 138.41, "end": 138.93, "word": " algorithm", "probability": 0.94677734375}, {"start": 138.93, "end": 139.29, "word": " بده", "probability": 0.6427001953125}, {"start": 139.29, "end": 139.79, "word": " تاخدهم", "probability": 0.803466796875}, {"start": 139.79, "end": 140.03, "word": " واحد", "probability": 0.976318359375}, {"start": 140.03, "end": 140.37, "word": " واحد", "probability": 0.789306640625}, {"start": 140.37, "end": 141.03, "word": " و", "probability": 0.392578125}, {"start": 141.03, "end": 141.39, "word": " تطلع", "probability": 0.903076171875}, {"start": 141.39, "end": 141.75, "word": " لكل", "probability": 0.730224609375}, {"start": 141.75, "end": 142.31, "word": " واحدة", "probability": 0.9762369791666666}, {"start": 142.31, "end": 142.81, "word": " مجموعة", "probability": 0.92412109375}, {"start": 142.81, "end": 142.97, "word": " اللى", "probability": 0.842529296875}, {"start": 142.97, "end": 143.21, "word": " هو", "probability": 0.86962890625}, {"start": 143.21, "end": 144.01, "word": " ال", "probability": 0.91748046875}, {"start": 144.01, "end": 144.29, "word": " machine", "probability": 0.90478515625}, {"start": 144.29, "end": 144.89, "word": " instructions", "probability": 0.8720703125}, {"start": 144.89, "end": 146.81, "word": " اللى", "probability": 0.96044921875}, {"start": 146.81, "end": 148.09, "word": " بترجمها", "probability": 0.9334716796875}, {"start": 148.09, "end": 148.83, "word": " تمام", "probability": 0.954833984375}, {"start": 148.83, "end": 149.07, "word": " يبقى", "probability": 0.7445068359375}, {"start": 149.07, "end": 149.33, "word": " احنا", "probability": 0.9580078125}, {"start": 149.33, "end": 149.79, "word": " الآن", "probability": 0.642822265625}, {"start": 149.79, "end": 150.13, "word": " ال", "probability": 0.97412109375}, {"start": 150.13, "end": 150.59, "word": " algorithm", "probability": 0.97314453125}, {"start": 150.59, "end": 151.43, "word": " ايش", "probability": 0.8372395833333334}, {"start": 151.43, "end": 151.85, "word": " عمليا", "probability": 0.8551025390625}, {"start": 151.85, "end": 152.07, "word": " بدها", "probability": 0.8173828125}, {"start": 152.07, "end": 152.55, "word": " تسوي", "probability": 0.9749348958333334}, {"start": 152.55, "end": 153.39, "word": " ال", "probability": 0.67529296875}, {"start": 153.39, "end": 153.83, "word": " algorithm", "probability": 0.93896484375}, {"start": 153.83, "end": 154.15, "word": " ايش", "probability": 0.9430338541666666}, {"start": 154.15, "end": 154.57, "word": " عمليا", "probability": 0.95556640625}, {"start": 154.57, "end": 154.83, "word": " بدها", "probability": 0.947998046875}, {"start": 154.83, "end": 155.27, "word": " تسوي", "probability": 0.9778645833333334}, {"start": 155.27, "end": 156.17, "word": " نطلع", "probability": 0.817138671875}, {"start": 156.17, "end": 156.33, "word": " على", "probability": 0.86474609375}, {"start": 156.33, "end": 156.45, "word": " ال", "probability": 0.97900390625}, {"start": 156.45, "end": 156.79, "word": " steps", "probability": 0.939453125}], "temperature": 1.0}, {"id": 7, "seek": 18356, "start": 157.64, "end": 183.56, "text": "بننظر على ال steps تبعت ال code generation algorithm اللي هو section 862 صح 862 كل الكلام اللي قبل 862 احنا already حكينا فيه مافي اي داعي لمراجعته مرة تانية 862 اللي هي لب ال algorithm بدنا ننظر إلى عمل ال algorithm على أساس ان في عندنا فرق شويه بسيطة", "tokens": [3555, 1863, 1863, 19913, 2288, 15844, 2423, 4439, 6055, 3555, 34268, 2423, 3089, 5125, 9284, 13672, 1829, 31439, 3541, 26687, 17, 20328, 5016, 26687, 17, 28242, 2423, 28820, 10943, 13672, 1829, 12174, 36150, 26687, 17, 1975, 5016, 8315, 1217, 11331, 4117, 1829, 8315, 8978, 3224, 19446, 41185, 1975, 1829, 11778, 45761, 1829, 5296, 29973, 26108, 34268, 3224, 3714, 25720, 6055, 7649, 10632, 26687, 17, 13672, 1829, 39896, 5296, 3555, 2423, 9284, 47525, 8315, 8717, 1863, 19913, 2288, 30731, 6225, 42213, 2423, 9284, 15844, 5551, 3794, 32277, 16472, 8978, 43242, 8315, 6156, 2288, 4587, 13412, 45865, 3224, 4724, 3794, 1829, 9566, 3660], "avg_logprob": -0.27496937209484623, "compression_ratio": 1.6508620689655173, "no_speech_prob": 5.960464477539063e-08, "words": [{"start": 157.64, "end": 158.1, "word": "بننظر", "probability": 0.62509765625}, {"start": 158.1, "end": 158.34, "word": " على", "probability": 0.268798828125}, {"start": 158.34, "end": 158.48, "word": " ال", "probability": 0.32177734375}, {"start": 158.48, "end": 158.7, "word": " steps", "probability": 0.366943359375}, {"start": 158.7, "end": 159.26, "word": " تبعت", "probability": 0.5943603515625}, {"start": 159.26, "end": 159.98, "word": " ال", "probability": 0.5625}, {"start": 159.98, "end": 160.22, "word": " code", "probability": 0.8232421875}, {"start": 160.22, "end": 160.76, "word": " generation", "probability": 0.9306640625}, {"start": 160.76, "end": 161.36, "word": " algorithm", "probability": 0.93310546875}, {"start": 161.36, "end": 162.24, "word": " اللي", "probability": 0.5048828125}, {"start": 162.24, "end": 162.38, "word": " هو", "probability": 0.9345703125}, {"start": 162.38, "end": 162.7, "word": " section", "probability": 0.44482421875}, {"start": 162.7, "end": 163.8, "word": " 862", "probability": 0.881103515625}, {"start": 163.8, "end": 164.44, "word": " صح", "probability": 0.6676025390625}, {"start": 164.44, "end": 166.0, "word": " 862", "probability": 0.6636962890625}, {"start": 166.0, "end": 166.62, "word": " كل", "probability": 0.82080078125}, {"start": 166.62, "end": 167.1, "word": " الكلام", "probability": 0.908203125}, {"start": 167.1, "end": 167.36, "word": " اللي", "probability": 0.942626953125}, {"start": 167.36, "end": 167.64, "word": " قبل", "probability": 0.7010498046875}, {"start": 167.64, "end": 168.5, "word": " 862", "probability": 0.913818359375}, {"start": 168.5, "end": 168.8, "word": " احنا", "probability": 0.8899739583333334}, {"start": 168.8, "end": 169.22, "word": " already", "probability": 0.439453125}, {"start": 169.22, "end": 169.98, "word": " حكينا", "probability": 0.9757080078125}, {"start": 169.98, "end": 170.2, "word": " فيه", "probability": 0.97216796875}, {"start": 170.2, "end": 170.46, "word": " مافي", "probability": 0.8359375}, {"start": 170.46, "end": 170.7, "word": " اي", "probability": 0.792724609375}, {"start": 170.7, "end": 171.06, "word": " داعي", "probability": 0.9588216145833334}, {"start": 171.06, "end": 171.8, "word": " لمراجعته", "probability": 0.85}, {"start": 171.8, "end": 172.06, "word": " مرة", "probability": 0.918701171875}, {"start": 172.06, "end": 172.42, "word": " تانية", "probability": 0.9755859375}, {"start": 172.42, "end": 173.82, "word": " 862", "probability": 0.8583984375}, {"start": 173.82, "end": 174.3, "word": " اللي", "probability": 0.965087890625}, {"start": 174.3, "end": 174.7, "word": " هي", "probability": 0.84228515625}, {"start": 174.7, "end": 175.34, "word": " لب", "probability": 0.632568359375}, {"start": 175.34, "end": 175.5, "word": " ال", "probability": 0.775390625}, {"start": 175.5, "end": 176.14, "word": " algorithm", "probability": 0.9453125}, {"start": 176.14, "end": 178.42, "word": " بدنا", "probability": 0.914306640625}, {"start": 178.42, "end": 178.86, "word": " ننظر", "probability": 0.99462890625}, {"start": 178.86, "end": 179.12, "word": " إلى", "probability": 0.41162109375}, {"start": 179.12, "end": 179.48, "word": " عمل", "probability": 0.99365234375}, {"start": 179.48, "end": 179.62, "word": " ال", "probability": 0.96240234375}, {"start": 179.62, "end": 180.06, "word": " algorithm", "probability": 0.97119140625}, {"start": 180.06, "end": 180.74, "word": " على", "probability": 0.89208984375}, {"start": 180.74, "end": 181.34, "word": " أساس", "probability": 0.8250325520833334}, {"start": 181.34, "end": 181.76, "word": " ان", "probability": 0.61767578125}, {"start": 181.76, "end": 181.96, "word": " في", "probability": 0.68994140625}, {"start": 181.96, "end": 182.24, "word": " عندنا", "probability": 0.55621337890625}, {"start": 182.24, "end": 182.56, "word": " فرق", "probability": 0.9954427083333334}, {"start": 182.56, "end": 182.98, "word": " شويه", "probability": 0.7854817708333334}, {"start": 182.98, "end": 183.56, "word": " بسيطة", "probability": 0.96337890625}], "temperature": 1.0}, {"id": 8, "seek": 21271, "start": 183.87, "end": 212.71, "text": "من بين لو هي ال instruction اللي ال algorithm بترجمها هي تحتوي على operation أو لا تحتوي يعني ال instructions اللي تحتوي على operation أنا أخدها على أنها حالة machine instructions for operations و ال instructions اللي مافيش فيها operation يعني اللي تحتوي على بس مجرد copy statement زي", "tokens": [27842, 49374, 45164, 39896, 2423, 10951, 13672, 1829, 2423, 9284, 39894, 47341, 2304, 11296, 39896, 6055, 33753, 45865, 15844, 6916, 34051, 20193, 6055, 33753, 45865, 37495, 22653, 2423, 9415, 13672, 1829, 6055, 33753, 45865, 15844, 6916, 41850, 5551, 9778, 3215, 11296, 15844, 14739, 11296, 11331, 6027, 3660, 3479, 9415, 337, 7705, 4032, 2423, 9415, 13672, 1829, 19446, 41185, 8592, 8978, 11296, 6916, 37495, 22653, 13672, 1829, 6055, 33753, 45865, 15844, 4724, 3794, 3714, 7435, 2288, 3215, 5055, 5629, 30767, 1829], "avg_logprob": -0.208526231624462, "compression_ratio": 2.061224489795918, "no_speech_prob": 0.0, "words": [{"start": 183.87, "end": 184.09, "word": "من", "probability": 0.284912109375}, {"start": 184.09, "end": 184.39, "word": " بين", "probability": 0.9580078125}, {"start": 184.39, "end": 184.61, "word": " لو", "probability": 0.410400390625}, {"start": 184.61, "end": 184.89, "word": " هي", "probability": 0.83447265625}, {"start": 184.89, "end": 185.07, "word": " ال", "probability": 0.888671875}, {"start": 185.07, "end": 185.63, "word": " instruction", "probability": 0.337890625}, {"start": 185.63, "end": 186.19, "word": " اللي", "probability": 0.72509765625}, {"start": 186.19, "end": 186.29, "word": " ال", "probability": 0.1793212890625}, {"start": 186.29, "end": 186.65, "word": " algorithm", "probability": 0.9111328125}, {"start": 186.65, "end": 187.69, "word": " بترجمها", "probability": 0.8743896484375}, {"start": 187.69, "end": 188.73, "word": " هي", "probability": 0.724609375}, {"start": 188.73, "end": 189.77, "word": " تحتوي", "probability": 0.9806315104166666}, {"start": 189.77, "end": 190.05, "word": " على", "probability": 0.7734375}, {"start": 190.05, "end": 190.69, "word": " operation", "probability": 0.8662109375}, {"start": 190.69, "end": 191.89, "word": " أو", "probability": 0.58837890625}, {"start": 191.89, "end": 192.03, "word": " لا", "probability": 0.6533203125}, {"start": 192.03, "end": 192.57, "word": " تحتوي", "probability": 0.9677734375}, {"start": 192.57, "end": 193.01, "word": " يعني", "probability": 0.800048828125}, {"start": 193.01, "end": 194.05, "word": " ال", "probability": 0.85888671875}, {"start": 194.05, "end": 195.19, "word": " instructions", "probability": 0.82373046875}, {"start": 195.19, "end": 195.91, "word": " اللي", "probability": 0.96923828125}, {"start": 195.91, "end": 196.31, "word": " تحتوي", "probability": 0.9363606770833334}, {"start": 196.31, "end": 196.49, "word": " على", "probability": 0.78076171875}, {"start": 196.49, "end": 197.09, "word": " operation", "probability": 0.91796875}, {"start": 197.09, "end": 197.71, "word": " أنا", "probability": 0.21337890625}, {"start": 197.71, "end": 197.97, "word": " أخدها", "probability": 0.8575439453125}, {"start": 197.97, "end": 198.09, "word": " على", "probability": 0.9443359375}, {"start": 198.09, "end": 198.31, "word": " أنها", "probability": 0.67431640625}, {"start": 198.31, "end": 199.65, "word": " حالة", "probability": 0.9158528645833334}, {"start": 199.65, "end": 200.19, "word": " machine", "probability": 0.6015625}, {"start": 200.19, "end": 201.81, "word": " instructions", "probability": 0.89013671875}, {"start": 201.81, "end": 202.65, "word": " for", "probability": 0.970703125}, {"start": 202.65, "end": 204.31, "word": " operations", "probability": 0.923828125}, {"start": 204.31, "end": 206.41, "word": " و", "probability": 0.50048828125}, {"start": 206.41, "end": 206.53, "word": " ال", "probability": 0.77197265625}, {"start": 206.53, "end": 207.15, "word": " instructions", "probability": 0.8271484375}, {"start": 207.15, "end": 207.63, "word": " اللي", "probability": 0.982666015625}, {"start": 207.63, "end": 207.97, "word": " مافيش", "probability": 0.8772786458333334}, {"start": 207.97, "end": 208.29, "word": " فيها", "probability": 0.989990234375}, {"start": 208.29, "end": 208.81, "word": " operation", "probability": 0.927734375}, {"start": 208.81, "end": 209.43, "word": " يعني", "probability": 0.967041015625}, {"start": 209.43, "end": 210.17, "word": " اللي", "probability": 0.977294921875}, {"start": 210.17, "end": 210.63, "word": " تحتوي", "probability": 0.9690755208333334}, {"start": 210.63, "end": 210.85, "word": " على", "probability": 0.8076171875}, {"start": 210.85, "end": 211.13, "word": " بس", "probability": 0.943603515625}, {"start": 211.13, "end": 211.61, "word": " مجرد", "probability": 0.9840087890625}, {"start": 211.61, "end": 211.89, "word": " copy", "probability": 0.96826171875}, {"start": 211.89, "end": 212.35, "word": " statement", "probability": 0.92333984375}, {"start": 212.35, "end": 212.71, "word": " زي", "probability": 0.939453125}], "temperature": 1.0}, {"id": 9, "seek": 23918, "start": 213.8, "end": 239.18, "text": "machine instruction for copy statements اصبح السؤال الان ايش ال generation algorithm ال code generation algorithm بده تسوي اذا كان اللي امامها three address association تحتوي على operation و ايش بده تسوي اذا لا تحتوي مجرد copy", "tokens": [46061, 10951, 337, 5055, 12363, 1975, 9381, 49628, 21136, 33604, 6027, 2423, 7649, 1975, 1829, 8592, 2423, 5125, 9284, 2423, 3089, 5125, 9284, 4724, 3215, 3224, 6055, 3794, 45865, 1975, 15730, 25961, 13672, 1829, 1975, 2304, 10943, 11296, 1045, 2985, 14598, 6055, 33753, 45865, 15844, 6916, 4032, 1975, 1829, 8592, 4724, 3215, 3224, 6055, 3794, 45865, 1975, 15730, 20193, 6055, 33753, 45865, 3714, 7435, 2288, 3215, 5055], "avg_logprob": -0.361672782284372, "compression_ratio": 1.6557377049180328, "no_speech_prob": 0.0, "words": [{"start": 213.8, "end": 214.28, "word": "machine", "probability": 0.0997314453125}, {"start": 214.28, "end": 215.34, "word": " instruction", "probability": 0.69287109375}, {"start": 215.34, "end": 216.06, "word": " for", "probability": 0.9248046875}, {"start": 216.06, "end": 216.96, "word": " copy", "probability": 0.828125}, {"start": 216.96, "end": 219.34, "word": " statements", "probability": 0.744140625}, {"start": 219.34, "end": 222.54, "word": " اصبح", "probability": 0.518310546875}, {"start": 222.54, "end": 222.94, "word": " السؤال", "probability": 0.99462890625}, {"start": 222.94, "end": 223.26, "word": " الان", "probability": 0.5960693359375}, {"start": 223.26, "end": 223.9, "word": " ايش", "probability": 0.739013671875}, {"start": 223.9, "end": 224.16, "word": " ال", "probability": 0.8720703125}, {"start": 224.16, "end": 224.7, "word": " generation", "probability": 0.6748046875}, {"start": 224.7, "end": 225.54, "word": " algorithm", "probability": 0.94580078125}, {"start": 225.54, "end": 226.08, "word": " ال", "probability": 0.560546875}, {"start": 226.08, "end": 226.3, "word": " code", "probability": 0.8984375}, {"start": 226.3, "end": 226.84, "word": " generation", "probability": 0.95458984375}, {"start": 226.84, "end": 227.38, "word": " algorithm", "probability": 0.927734375}, {"start": 227.38, "end": 227.64, "word": " بده", "probability": 0.4175211588541667}, {"start": 227.64, "end": 228.14, "word": " تسوي", "probability": 0.740234375}, {"start": 228.14, "end": 229.1, "word": " اذا", "probability": 0.888671875}, {"start": 229.1, "end": 229.88, "word": " كان", "probability": 0.97119140625}, {"start": 229.88, "end": 230.1, "word": " اللي", "probability": 0.836669921875}, {"start": 230.1, "end": 230.8, "word": " امامها", "probability": 0.8660888671875}, {"start": 230.8, "end": 232.66, "word": " three", "probability": 0.5478515625}, {"start": 232.66, "end": 232.96, "word": " address", "probability": 0.2406005859375}, {"start": 232.96, "end": 233.4, "word": " association", "probability": 0.10455322265625}, {"start": 233.4, "end": 233.96, "word": " تحتوي", "probability": 0.9715169270833334}, {"start": 233.96, "end": 234.22, "word": " على", "probability": 0.80029296875}, {"start": 234.22, "end": 235.2, "word": " operation", "probability": 0.81494140625}, {"start": 235.2, "end": 235.82, "word": " و", "probability": 0.84326171875}, {"start": 235.82, "end": 236.04, "word": " ايش", "probability": 0.8218587239583334}, {"start": 236.04, "end": 236.26, "word": " بده", "probability": 0.6361490885416666}, {"start": 236.26, "end": 236.62, "word": " تسوي", "probability": 0.9591471354166666}, {"start": 236.62, "end": 236.88, "word": " اذا", "probability": 0.94580078125}, {"start": 236.88, "end": 237.08, "word": " لا", "probability": 0.51171875}, {"start": 237.08, "end": 237.62, "word": " تحتوي", "probability": 0.9847005208333334}, {"start": 237.62, "end": 238.72, "word": " مجرد", "probability": 0.9837646484375}, {"start": 238.72, "end": 239.18, "word": " copy", "probability": 0.9482421875}], "temperature": 1.0}, {"id": 10, "seek": 26633, "start": 241.53, "end": 266.33, "text": "الألغوريثم هي هي و لكن بيتصرف بخطوات في هذه الحالة و خطوات في الحالة التانية ببساطة شديدة في حالة لما يكون في operation في ال instruction ال operation هذه ممكن تكون plus أو minus أو أي mathematical operation لازم يكون في عنها function اسمها get register get register هذه", "tokens": [6027, 10721, 1211, 17082, 13063, 1829, 12984, 2304, 39896, 39896, 4032, 44381, 4724, 1829, 2655, 9381, 28480, 4724, 9778, 9566, 2407, 9307, 8978, 29538, 21542, 6027, 3660, 4032, 16490, 9566, 2407, 9307, 8978, 21542, 6027, 3660, 16712, 7649, 10632, 4724, 3555, 3794, 41193, 3660, 13412, 16254, 41891, 8978, 11331, 6027, 3660, 5296, 15042, 7251, 30544, 8978, 6916, 8978, 2423, 10951, 2423, 6916, 29538, 3714, 43020, 6055, 30544, 1804, 34051, 3175, 34051, 36632, 18894, 6916, 5296, 31377, 2304, 7251, 30544, 8978, 18871, 11296, 2445, 24525, 2304, 11296, 483, 7280, 483, 7280, 29538], "avg_logprob": -0.26392663496991864, "compression_ratio": 1.8318181818181818, "no_speech_prob": 0.0, "words": [{"start": 241.53000000000003, "end": 242.33, "word": "الألغوريثم", "probability": 0.6923370361328125}, {"start": 242.33, "end": 242.51, "word": " هي", "probability": 0.81982421875}, {"start": 242.51, "end": 242.77, "word": " هي", "probability": 0.6953125}, {"start": 242.77, "end": 242.91, "word": " و", "probability": 0.466796875}, {"start": 242.91, "end": 243.13, "word": " لكن", "probability": 0.9052734375}, {"start": 243.13, "end": 243.91, "word": " بيتصرف", "probability": 0.659033203125}, {"start": 243.91, "end": 246.15, "word": " بخطوات", "probability": 0.9341796875}, {"start": 246.15, "end": 246.51, "word": " في", "probability": 0.8544921875}, {"start": 246.51, "end": 246.71, "word": " هذه", "probability": 0.4248046875}, {"start": 246.71, "end": 247.07, "word": " الحالة", "probability": 0.97900390625}, {"start": 247.07, "end": 247.21, "word": " و", "probability": 0.9560546875}, {"start": 247.21, "end": 247.71, "word": " خطوات", "probability": 0.9300537109375}, {"start": 247.71, "end": 247.85, "word": " في", "probability": 0.951171875}, {"start": 247.85, "end": 248.59, "word": " الحالة", "probability": 0.8826497395833334}, {"start": 248.59, "end": 248.97, "word": " التانية", "probability": 0.9593098958333334}, {"start": 248.97, "end": 249.87, "word": " ببساطة", "probability": 0.9130859375}, {"start": 249.87, "end": 250.43, "word": " شديدة", "probability": 0.8460286458333334}, {"start": 250.43, "end": 250.95, "word": " في", "probability": 0.76953125}, {"start": 250.95, "end": 251.39, "word": " حالة", "probability": 0.982421875}, {"start": 251.39, "end": 251.59, "word": " لما", "probability": 0.5611572265625}, {"start": 251.59, "end": 251.93, "word": " يكون", "probability": 0.97265625}, {"start": 251.93, "end": 252.15, "word": " في", "probability": 0.79541015625}, {"start": 252.15, "end": 252.63, "word": " operation", "probability": 0.2230224609375}, {"start": 252.63, "end": 253.05, "word": " في", "probability": 0.93017578125}, {"start": 253.05, "end": 253.17, "word": " ال", "probability": 0.8232421875}, {"start": 253.17, "end": 253.67, "word": " instruction", "probability": 0.351318359375}, {"start": 253.67, "end": 254.65, "word": " ال", "probability": 0.767578125}, {"start": 254.65, "end": 254.97, "word": " operation", "probability": 0.775390625}, {"start": 254.97, "end": 255.23, "word": " هذه", "probability": 0.251220703125}, {"start": 255.23, "end": 255.41, "word": " ممكن", "probability": 0.842041015625}, {"start": 255.41, "end": 255.61, "word": " تكون", "probability": 0.779052734375}, {"start": 255.61, "end": 256.01, "word": " plus", "probability": 0.826171875}, {"start": 256.01, "end": 256.17, "word": " أو", "probability": 0.54443359375}, {"start": 256.17, "end": 256.47, "word": " minus", "probability": 0.9697265625}, {"start": 256.47, "end": 256.75, "word": " أو", "probability": 0.66259765625}, {"start": 256.75, "end": 256.97, "word": " أي", "probability": 0.70361328125}, {"start": 256.97, "end": 257.49, "word": " mathematical", "probability": 0.70849609375}, {"start": 257.49, "end": 258.11, "word": " operation", "probability": 0.92431640625}, {"start": 258.11, "end": 261.11, "word": " لازم", "probability": 0.9269205729166666}, {"start": 261.11, "end": 261.51, "word": " يكون", "probability": 0.989501953125}, {"start": 261.51, "end": 261.73, "word": " في", "probability": 0.90234375}, {"start": 261.73, "end": 262.21, "word": " عنها", "probability": 0.6209716796875}, {"start": 262.21, "end": 262.85, "word": " function", "probability": 0.92333984375}, {"start": 262.85, "end": 263.39, "word": " اسمها", "probability": 0.9650065104166666}, {"start": 263.39, "end": 263.67, "word": " get", "probability": 0.87158203125}, {"start": 263.67, "end": 264.41, "word": " register", "probability": 0.779296875}, {"start": 264.41, "end": 265.37, "word": " get", "probability": 0.79541015625}, {"start": 265.37, "end": 265.91, "word": " register", "probability": 0.95751953125}, {"start": 265.91, "end": 266.33, "word": " هذه", "probability": 0.65576171875}], "temperature": 1.0}, {"id": 11, "seek": 29074, "start": 268.36, "end": 290.74, "text": "وظيفتها ان تعطيني registers اللي تستخدمهم ال algorithm في التعامل مع قيم ال variable إذا دول X Y و Z دول ال variables اللي في ال memory لازم ايش يتاخدوا على ال registers لكن هل ضروري لازم ان ال algorithm تعمل لهم load من ال memory وتحطهم في ال registers؟", "tokens": [2407, 19913, 33911, 2655, 11296, 16472, 6055, 3615, 9566, 9957, 1829, 38351, 13672, 1829, 6055, 14851, 9778, 40448, 16095, 2423, 9284, 8978, 16712, 3615, 10943, 1211, 20449, 12174, 32640, 2423, 7006, 11933, 15730, 11778, 12610, 1783, 398, 4032, 1176, 11778, 12610, 2423, 9102, 13672, 1829, 8978, 2423, 4675, 5296, 31377, 2304, 1975, 1829, 8592, 7251, 2655, 47283, 3215, 14407, 15844, 2423, 38351, 44381, 8032, 1211, 48812, 2288, 13063, 1829, 5296, 31377, 2304, 16472, 2423, 9284, 6055, 25957, 1211, 5296, 16095, 3677, 9154, 2423, 4675, 34683, 5016, 9566, 16095, 8978, 2423, 38351, 22807], "avg_logprob": -0.32778898234008463, "compression_ratio": 1.766355140186916, "no_speech_prob": 0.0, "words": [{"start": 268.35999999999996, "end": 268.96, "word": "وظيفتها", "probability": 0.8966796875}, {"start": 268.96, "end": 269.18, "word": " ان", "probability": 0.35546875}, {"start": 269.18, "end": 269.86, "word": " تعطيني", "probability": 0.5998779296875}, {"start": 269.86, "end": 270.48, "word": " registers", "probability": 0.1270751953125}, {"start": 270.48, "end": 271.38, "word": " اللي", "probability": 0.54541015625}, {"start": 271.38, "end": 272.12, "word": " تستخدمهم", "probability": 0.89130859375}, {"start": 272.12, "end": 272.3, "word": " ال", "probability": 0.66796875}, {"start": 272.3, "end": 272.72, "word": " algorithm", "probability": 0.4921875}, {"start": 272.72, "end": 273.44, "word": " في", "probability": 0.71533203125}, {"start": 273.44, "end": 274.88, "word": " التعامل", "probability": 0.9346923828125}, {"start": 274.88, "end": 275.0, "word": " مع", "probability": 0.97802734375}, {"start": 275.0, "end": 275.34, "word": " قيم", "probability": 0.904296875}, {"start": 275.34, "end": 275.66, "word": " ال", "probability": 0.78173828125}, {"start": 275.66, "end": 275.94, "word": " variable", "probability": 0.411376953125}, {"start": 275.94, "end": 276.12, "word": " إذا", "probability": 0.52777099609375}, {"start": 276.12, "end": 276.34, "word": " دول", "probability": 0.836181640625}, {"start": 276.34, "end": 276.62, "word": " X", "probability": 0.1497802734375}, {"start": 276.62, "end": 276.96, "word": " Y", "probability": 0.53662109375}, {"start": 276.96, "end": 277.1, "word": " و", "probability": 0.818359375}, {"start": 277.1, "end": 277.22, "word": " Z", "probability": 0.66943359375}, {"start": 277.22, "end": 277.48, "word": " دول", "probability": 0.850341796875}, {"start": 277.48, "end": 277.6, "word": " ال", "probability": 0.66357421875}, {"start": 277.6, "end": 277.98, "word": " variables", "probability": 0.78515625}, {"start": 277.98, "end": 278.22, "word": " اللي", "probability": 0.6781005859375}, {"start": 278.22, "end": 278.42, "word": " في", "probability": 0.336669921875}, {"start": 278.42, "end": 278.54, "word": " ال", "probability": 0.55615234375}, {"start": 278.54, "end": 278.78, "word": " memory", "probability": 0.89697265625}, {"start": 278.78, "end": 279.16, "word": " لازم", "probability": 0.9397786458333334}, {"start": 279.16, "end": 279.52, "word": " ايش", "probability": 0.727783203125}, {"start": 279.52, "end": 281.14, "word": " يتاخدوا", "probability": 0.801708984375}, {"start": 281.14, "end": 281.32, "word": " على", "probability": 0.7421875}, {"start": 281.32, "end": 281.42, "word": " ال", "probability": 0.63134765625}, {"start": 281.42, "end": 281.82, "word": " registers", "probability": 0.89794921875}, {"start": 281.82, "end": 282.98, "word": " لكن", "probability": 0.8359375}, {"start": 282.98, "end": 283.26, "word": " هل", "probability": 0.970947265625}, {"start": 283.26, "end": 283.82, "word": " ضروري", "probability": 0.9713134765625}, {"start": 283.82, "end": 284.34, "word": " لازم", "probability": 0.9098307291666666}, {"start": 284.34, "end": 284.56, "word": " ان", "probability": 0.6083984375}, {"start": 284.56, "end": 284.74, "word": " ال", "probability": 0.95703125}, {"start": 284.74, "end": 285.12, "word": " algorithm", "probability": 0.94677734375}, {"start": 285.12, "end": 285.94, "word": " تعمل", "probability": 0.9404296875}, {"start": 285.94, "end": 286.2, "word": " لهم", "probability": 0.61102294921875}, {"start": 286.2, "end": 286.58, "word": " load", "probability": 0.94091796875}, {"start": 286.58, "end": 286.84, "word": " من", "probability": 0.97705078125}, {"start": 286.84, "end": 287.0, "word": " ال", "probability": 0.70361328125}, {"start": 287.0, "end": 287.34, "word": " memory", "probability": 0.96484375}, {"start": 287.34, "end": 289.86, "word": " وتحطهم", "probability": 0.8155517578125}, {"start": 289.86, "end": 290.0, "word": " في", "probability": 0.92236328125}, {"start": 290.0, "end": 290.06, "word": " ال", "probability": 0.94384765625}, {"start": 290.06, "end": 290.74, "word": " registers؟", "probability": 0.84375}], "temperature": 1.0}, {"id": 12, "seek": 31994, "start": 291.8, "end": 319.94, "text": "ضروري المفروض ولكن إذا كان already تم تحميله في ال instruction سابقة على ال registering ملزمش زي مثلا .. اوديكوا على المثال هذا هاي هنا ال operation is minus و ال variables a و b احتجنا انه راح ال a على r1 و b على r2 قبل ما نعمل عملية ال subtraction صح؟ بينما هنا محتجناش هنا minus", "tokens": [11242, 2288, 13063, 1829, 9673, 5172, 32887, 11242, 35525, 19452, 11933, 15730, 25961, 1217, 46811, 6055, 35571, 26895, 3224, 8978, 2423, 10951, 8608, 16758, 28671, 15844, 2423, 47329, 3714, 1211, 11622, 2304, 8592, 30767, 1829, 50113, 15040, 4386, 1975, 2407, 16254, 4117, 14407, 15844, 9673, 12984, 6027, 23758, 8032, 47302, 34105, 2423, 6916, 307, 3175, 4032, 2423, 9102, 257, 4032, 272, 1975, 33753, 7435, 8315, 16472, 3224, 12602, 39319, 2423, 257, 15844, 367, 16, 4032, 272, 15844, 367, 17, 12174, 36150, 19446, 8717, 25957, 1211, 6225, 42213, 10632, 2423, 16390, 313, 20328, 5016, 22807, 49374, 15042, 34105, 3714, 33753, 7435, 1863, 33599, 34105, 3175], "avg_logprob": -0.32232143311273487, "compression_ratio": 1.6346153846153846, "no_speech_prob": 0.0, "words": [{"start": 291.8, "end": 292.38, "word": "ضروري", "probability": 0.693939208984375}, {"start": 292.38, "end": 292.9, "word": " المفروض", "probability": 0.86907958984375}, {"start": 292.9, "end": 293.56, "word": " ولكن", "probability": 0.7447509765625}, {"start": 293.56, "end": 294.16, "word": " إذا", "probability": 0.7203369140625}, {"start": 294.16, "end": 294.44, "word": " كان", "probability": 0.9609375}, {"start": 294.44, "end": 294.9, "word": " already", "probability": 0.2313232421875}, {"start": 294.9, "end": 295.5, "word": " تم", "probability": 0.9853515625}, {"start": 295.5, "end": 296.42, "word": " تحميله", "probability": 0.9859619140625}, {"start": 296.42, "end": 296.72, "word": " في", "probability": 0.9267578125}, {"start": 296.72, "end": 296.98, "word": " ال", "probability": 0.70263671875}, {"start": 296.98, "end": 297.32, "word": " instruction", "probability": 0.15185546875}, {"start": 297.32, "end": 298.06, "word": " سابقة", "probability": 0.9020182291666666}, {"start": 298.06, "end": 298.68, "word": " على", "probability": 0.81884765625}, {"start": 298.68, "end": 298.8, "word": " ال", "probability": 0.9501953125}, {"start": 298.8, "end": 299.2, "word": " registering", "probability": 0.5771484375}, {"start": 299.2, "end": 299.9, "word": " ملزمش", "probability": 0.788623046875}, {"start": 299.9, "end": 300.5, "word": " زي", "probability": 0.650634765625}, {"start": 300.5, "end": 300.96, "word": " مثلا", "probability": 0.96435546875}, {"start": 300.96, "end": 301.48, "word": " ..", "probability": 0.1552734375}, {"start": 301.48, "end": 302.28, "word": " اوديكوا", "probability": 0.541259765625}, {"start": 302.28, "end": 302.44, "word": " على", "probability": 0.87744140625}, {"start": 302.44, "end": 302.86, "word": " المثال", "probability": 0.8489583333333334}, {"start": 302.86, "end": 303.28, "word": " هذا", "probability": 0.86376953125}, {"start": 303.28, "end": 305.46, "word": " هاي", "probability": 0.42919921875}, {"start": 305.46, "end": 305.76, "word": " هنا", "probability": 0.97802734375}, {"start": 305.76, "end": 307.08, "word": " ال", "probability": 0.8935546875}, {"start": 307.08, "end": 307.48, "word": " operation", "probability": 0.81982421875}, {"start": 307.48, "end": 307.76, "word": " is", "probability": 0.1934814453125}, {"start": 307.76, "end": 308.5, "word": " minus", "probability": 0.5341796875}, {"start": 308.5, "end": 308.96, "word": " و", "probability": 0.5537109375}, {"start": 308.96, "end": 309.06, "word": " ال", "probability": 0.73828125}, {"start": 309.06, "end": 309.44, "word": " variables", "probability": 0.95703125}, {"start": 309.44, "end": 309.72, "word": " a", "probability": 0.344482421875}, {"start": 309.72, "end": 309.84, "word": " و", "probability": 0.94580078125}, {"start": 309.84, "end": 310.12, "word": " b", "probability": 0.81005859375}, {"start": 310.12, "end": 311.46, "word": " احتجنا", "probability": 0.78271484375}, {"start": 311.46, "end": 311.88, "word": " انه", "probability": 0.57177734375}, {"start": 311.88, "end": 312.14, "word": " راح", "probability": 0.7509765625}, {"start": 312.14, "end": 312.3, "word": " ال", "probability": 0.94970703125}, {"start": 312.3, "end": 312.44, "word": " a", "probability": 0.8603515625}, {"start": 312.44, "end": 312.74, "word": " على", "probability": 0.7802734375}, {"start": 312.74, "end": 313.84, "word": " r1", "probability": 0.676513671875}, {"start": 313.84, "end": 314.4, "word": " و", "probability": 0.95556640625}, {"start": 314.4, "end": 314.62, "word": " b", "probability": 0.7763671875}, {"start": 314.62, "end": 314.86, "word": " على", "probability": 0.833984375}, {"start": 314.86, "end": 315.38, "word": " r2", "probability": 0.98046875}, {"start": 315.38, "end": 315.9, "word": " قبل", "probability": 0.752685546875}, {"start": 315.9, "end": 316.06, "word": " ما", "probability": 0.66796875}, {"start": 316.06, "end": 316.34, "word": " نعمل", "probability": 0.98828125}, {"start": 316.34, "end": 316.7, "word": " عملية", "probability": 0.9835611979166666}, {"start": 316.7, "end": 316.82, "word": " ال", "probability": 0.9052734375}, {"start": 316.82, "end": 317.42, "word": " subtraction", "probability": 0.85205078125}, {"start": 317.42, "end": 318.06, "word": " صح؟", "probability": 0.7679036458333334}, {"start": 318.06, "end": 318.44, "word": " بينما", "probability": 0.941162109375}, {"start": 318.44, "end": 318.66, "word": " هنا", "probability": 0.91943359375}, {"start": 318.66, "end": 319.34, "word": " محتجناش", "probability": 0.74560546875}, {"start": 319.34, "end": 319.56, "word": " هنا", "probability": 0.64306640625}, {"start": 319.56, "end": 319.94, "word": " minus", "probability": 0.97900390625}], "temperature": 1.0}, {"id": 13, "seek": 34579, "start": 320.37, "end": 345.79, "text": "محتاج لاش نجيب ال A و ال C جيبنا بس ال C لإن ال C مش موجود لإنما ال A موجود في ال register روح واحد صح يبقى ال algorithm بدها بدها برجع رجوع أنا تاني على وين ماكنت بدها بدها تستعين ب get register هذه", "tokens": [2304, 33753, 26108, 5296, 33599, 8717, 7435, 1829, 3555, 2423, 316, 4032, 2423, 383, 10874, 1829, 3555, 8315, 4724, 3794, 2423, 383, 5296, 28814, 1863, 2423, 383, 37893, 3714, 29245, 23328, 5296, 28814, 1863, 15042, 2423, 316, 3714, 29245, 23328, 8978, 2423, 7280, 12602, 2407, 5016, 36764, 24401, 20328, 5016, 7251, 3555, 4587, 7578, 2423, 9284, 47525, 11296, 47525, 11296, 4724, 47341, 3615, 12602, 7435, 45367, 41850, 6055, 7649, 1829, 15844, 4032, 9957, 19446, 19452, 2655, 47525, 11296, 47525, 11296, 6055, 14851, 3615, 9957, 4724, 483, 7280, 29538], "avg_logprob": -0.32496487424614723, "compression_ratio": 1.702127659574468, "no_speech_prob": 0.0, "words": [{"start": 320.37, "end": 320.85, "word": "محتاج", "probability": 0.6890869140625}, {"start": 320.85, "end": 321.07, "word": " لاش", "probability": 0.4190673828125}, {"start": 321.07, "end": 321.41, "word": " نجيب", "probability": 0.9041748046875}, {"start": 321.41, "end": 321.53, "word": " ال", "probability": 0.736328125}, {"start": 321.53, "end": 321.63, "word": " A", "probability": 0.2373046875}, {"start": 321.63, "end": 321.75, "word": " و", "probability": 0.76416015625}, {"start": 321.75, "end": 321.91, "word": " ال", "probability": 0.609375}, {"start": 321.91, "end": 322.13, "word": " C", "probability": 0.91455078125}, {"start": 322.13, "end": 322.51, "word": " جيبنا", "probability": 0.849609375}, {"start": 322.51, "end": 322.73, "word": " بس", "probability": 0.944580078125}, {"start": 322.73, "end": 322.97, "word": " ال", "probability": 0.9560546875}, {"start": 322.97, "end": 323.21, "word": " C", "probability": 0.923828125}, {"start": 323.21, "end": 323.63, "word": " لإن", "probability": 0.6343587239583334}, {"start": 323.63, "end": 323.77, "word": " ال", "probability": 0.8916015625}, {"start": 323.77, "end": 323.95, "word": " C", "probability": 0.611328125}, {"start": 323.95, "end": 324.27, "word": " مش", "probability": 0.58740234375}, {"start": 324.27, "end": 324.79, "word": " موجود", "probability": 0.9850260416666666}, {"start": 324.79, "end": 325.33, "word": " لإنما", "probability": 0.69482421875}, {"start": 325.33, "end": 325.43, "word": " ال", "probability": 0.966796875}, {"start": 325.43, "end": 325.63, "word": " A", "probability": 0.9619140625}, {"start": 325.63, "end": 326.51, "word": " موجود", "probability": 0.8955078125}, {"start": 326.51, "end": 326.69, "word": " في", "probability": 0.75634765625}, {"start": 326.69, "end": 326.73, "word": " ال", "probability": 0.8046875}, {"start": 326.73, "end": 326.99, "word": " register", "probability": 0.80810546875}, {"start": 326.99, "end": 327.51, "word": " روح", "probability": 0.4499104817708333}, {"start": 327.51, "end": 327.75, "word": " واحد", "probability": 0.6546630859375}, {"start": 327.75, "end": 328.41, "word": " صح", "probability": 0.7213134765625}, {"start": 328.41, "end": 329.87, "word": " يبقى", "probability": 0.8802490234375}, {"start": 329.87, "end": 330.25, "word": " ال", "probability": 0.91259765625}, {"start": 330.25, "end": 331.39, "word": " algorithm", "probability": 0.91796875}, {"start": 331.39, "end": 332.55, "word": " بدها", "probability": 0.80908203125}, {"start": 332.55, "end": 333.93, "word": " بدها", "probability": 0.7032470703125}, {"start": 333.93, "end": 334.35, "word": " برجع", "probability": 0.8395182291666666}, {"start": 334.35, "end": 334.67, "word": " رجوع", "probability": 0.880859375}, {"start": 334.67, "end": 334.91, "word": " أنا", "probability": 0.60009765625}, {"start": 334.91, "end": 335.27, "word": " تاني", "probability": 0.916015625}, {"start": 335.27, "end": 335.61, "word": " على", "probability": 0.81982421875}, {"start": 335.61, "end": 338.55, "word": " وين", "probability": 0.6856689453125}, {"start": 338.55, "end": 339.05, "word": " ماكنت", "probability": 0.782958984375}, {"start": 339.05, "end": 340.41, "word": " بدها", "probability": 0.94970703125}, {"start": 340.41, "end": 343.79, "word": " بدها", "probability": 0.77978515625}, {"start": 343.79, "end": 344.43, "word": " تستعين", "probability": 0.923095703125}, {"start": 344.43, "end": 344.63, "word": " ب", "probability": 0.370849609375}, {"start": 344.63, "end": 344.87, "word": " get", "probability": 0.454345703125}, {"start": 344.87, "end": 345.45, "word": " register", "probability": 0.90869140625}, {"start": 345.45, "end": 345.79, "word": " هذه", "probability": 0.443359375}], "temperature": 1.0}, {"id": 14, "seek": 37428, "start": 346.14, "end": 374.28, "text": "عشان جيت register تقولها ل X استخدمي ال register الفلاني و ل Y استخدمي ال register الفلاني و ل Z استخدمي ال register الفلاني الان لو روحنا علي هدولة التلت registers ال register تبع X اللي أعطتنيها أستخدمه ل X و ال register تبع Y و ال register تبع Z و جيت علي ال register تبع Y و لاجيت already يحتول على قيمة Y يبقى مش فيش داعي ان انا اعمل load", "tokens": [3615, 8592, 7649, 10874, 36081, 7280, 6055, 39648, 11296, 5296, 1783, 44713, 9778, 40448, 1829, 2423, 7280, 27188, 1211, 7649, 1829, 4032, 5296, 398, 44713, 9778, 40448, 1829, 2423, 7280, 27188, 1211, 7649, 1829, 4032, 5296, 1176, 44713, 9778, 40448, 1829, 2423, 7280, 27188, 1211, 7649, 1829, 2423, 7649, 45164, 12602, 2407, 5016, 8315, 25894, 8032, 3215, 12610, 3660, 16712, 1211, 2655, 38351, 2423, 7280, 6055, 3555, 3615, 1783, 13672, 1829, 5551, 3615, 9566, 2655, 22653, 11296, 5551, 14851, 9778, 40448, 3224, 5296, 1783, 4032, 2423, 7280, 6055, 3555, 3615, 398, 4032, 2423, 7280, 6055, 3555, 3615, 1176, 4032, 10874, 36081, 25894, 2423, 7280, 6055, 3555, 3615, 398, 4032, 20193, 7435, 36081, 1217, 7251, 33753, 12610, 15844, 12174, 32640, 3660, 398, 7251, 3555, 4587, 7578, 37893, 8978, 8592, 11778, 45761, 1829, 16472, 1975, 8315, 1975, 25957, 1211, 3677], "avg_logprob": -0.2311151119873678, "compression_ratio": 2.330357142857143, "no_speech_prob": 0.0, "words": [{"start": 346.14, "end": 346.6, "word": "عشان", "probability": 0.7601725260416666}, {"start": 346.6, "end": 347.02, "word": " جيت", "probability": 0.825439453125}, {"start": 347.02, "end": 347.48, "word": " register", "probability": 0.210205078125}, {"start": 347.48, "end": 348.1, "word": " تقولها", "probability": 0.7340494791666666}, {"start": 348.1, "end": 348.3, "word": " ل", "probability": 0.70556640625}, {"start": 348.3, "end": 348.72, "word": " X", "probability": 0.5478515625}, {"start": 348.72, "end": 350.04, "word": " استخدمي", "probability": 0.86865234375}, {"start": 350.04, "end": 350.48, "word": " ال", "probability": 0.87109375}, {"start": 350.48, "end": 350.82, "word": " register", "probability": 0.85888671875}, {"start": 350.82, "end": 351.46, "word": " الفلاني", "probability": 0.8448486328125}, {"start": 351.46, "end": 351.6, "word": " و", "probability": 0.7158203125}, {"start": 351.6, "end": 351.7, "word": " ل", "probability": 0.42236328125}, {"start": 351.7, "end": 351.94, "word": " Y", "probability": 0.95849609375}, {"start": 351.94, "end": 352.7, "word": " استخدمي", "probability": 0.95068359375}, {"start": 352.7, "end": 352.82, "word": " ال", "probability": 0.94140625}, {"start": 352.82, "end": 353.3, "word": " register", "probability": 0.9619140625}, {"start": 353.3, "end": 354.26, "word": " الفلاني", "probability": 0.9814453125}, {"start": 354.26, "end": 354.36, "word": " و", "probability": 0.94775390625}, {"start": 354.36, "end": 354.48, "word": " ل", "probability": 0.947265625}, {"start": 354.48, "end": 354.72, "word": " Z", "probability": 0.96337890625}, {"start": 354.72, "end": 355.36, "word": " استخدمي", "probability": 0.9708251953125}, {"start": 355.36, "end": 355.42, "word": " ال", "probability": 0.96826171875}, {"start": 355.42, "end": 355.76, "word": " register", "probability": 0.9619140625}, {"start": 355.76, "end": 356.42, "word": " الفلاني", "probability": 0.89892578125}, {"start": 356.42, "end": 356.86, "word": " الان", "probability": 0.603515625}, {"start": 356.86, "end": 357.34, "word": " لو", "probability": 0.94287109375}, {"start": 357.34, "end": 357.72, "word": " روحنا", "probability": 0.9443359375}, {"start": 357.72, "end": 357.9, "word": " علي", "probability": 0.548828125}, {"start": 357.9, "end": 358.36, "word": " هدولة", "probability": 0.598358154296875}, {"start": 358.36, "end": 358.68, "word": " التلت", "probability": 0.7295735677083334}, {"start": 358.68, "end": 359.22, "word": " registers", "probability": 0.5078125}, {"start": 359.22, "end": 359.56, "word": " ال", "probability": 0.72412109375}, {"start": 359.56, "end": 360.0, "word": " register", "probability": 0.9169921875}, {"start": 360.0, "end": 360.34, "word": " تبع", "probability": 0.9236653645833334}, {"start": 360.34, "end": 360.74, "word": " X", "probability": 0.96630859375}, {"start": 360.74, "end": 362.06, "word": " اللي", "probability": 0.885498046875}, {"start": 362.06, "end": 362.52, "word": " أعطتنيها", "probability": 0.7154134114583334}, {"start": 362.52, "end": 363.02, "word": " أستخدمه", "probability": 0.764306640625}, {"start": 363.02, "end": 363.08, "word": " ل", "probability": 0.9306640625}, {"start": 363.08, "end": 363.28, "word": " X", "probability": 0.97119140625}, {"start": 363.28, "end": 363.44, "word": " و", "probability": 0.6865234375}, {"start": 363.44, "end": 363.5, "word": " ال", "probability": 0.78173828125}, {"start": 363.5, "end": 363.9, "word": " register", "probability": 0.9423828125}, {"start": 363.9, "end": 364.22, "word": " تبع", "probability": 0.9090169270833334}, {"start": 364.22, "end": 364.48, "word": " Y", "probability": 0.98828125}, {"start": 364.48, "end": 364.64, "word": " و", "probability": 0.966796875}, {"start": 364.64, "end": 364.74, "word": " ال", "probability": 0.82666015625}, {"start": 364.74, "end": 365.1, "word": " register", "probability": 0.93212890625}, {"start": 365.1, "end": 365.5, "word": " تبع", "probability": 0.96875}, {"start": 365.5, "end": 365.8, "word": " Z", "probability": 0.97119140625}, {"start": 365.8, "end": 366.5, "word": " و", "probability": 0.42626953125}, {"start": 366.5, "end": 366.72, "word": " جيت", "probability": 0.982177734375}, {"start": 366.72, "end": 367.0, "word": " علي", "probability": 0.70458984375}, {"start": 367.0, "end": 367.18, "word": " ال", "probability": 0.935546875}, {"start": 367.18, "end": 367.48, "word": " register", "probability": 0.94580078125}, {"start": 367.48, "end": 367.86, "word": " تبع", "probability": 0.9358723958333334}, {"start": 367.86, "end": 368.26, "word": " Y", "probability": 0.98828125}, {"start": 368.26, "end": 368.82, "word": " و", "probability": 0.7783203125}, {"start": 368.82, "end": 369.1, "word": " لاجيت", "probability": 0.71533203125}, {"start": 369.1, "end": 369.48, "word": " already", "probability": 0.7314453125}, {"start": 369.48, "end": 369.94, "word": " يحتول", "probability": 0.7316080729166666}, {"start": 369.94, "end": 370.12, "word": " على", "probability": 0.79296875}, {"start": 370.12, "end": 370.5, "word": " قيمة", "probability": 0.9677734375}, {"start": 370.5, "end": 370.92, "word": " Y", "probability": 0.9853515625}, {"start": 370.92, "end": 372.18, "word": " يبقى", "probability": 0.762603759765625}, {"start": 372.18, "end": 372.78, "word": " مش", "probability": 0.587890625}, {"start": 372.78, "end": 373.1, "word": " فيش", "probability": 0.83837890625}, {"start": 373.1, "end": 373.32, "word": " داعي", "probability": 0.9046223958333334}, {"start": 373.32, "end": 373.48, "word": " ان", "probability": 0.318359375}, {"start": 373.48, "end": 373.6, "word": " انا", "probability": 0.921142578125}, {"start": 373.6, "end": 373.86, "word": " اعمل", "probability": 0.8460286458333334}, {"start": 373.86, "end": 374.28, "word": " load", "probability": 0.87841796875}], "temperature": 1.0}, {"id": 15, "seek": 40062, "start": 375.84, "end": 400.62, "text": "مظبوط؟ يعني انا هذه ال algorithm في الآخر لتعمل اد لتعمل add من rz و ry تجمعهم و تحقق على rx طيب هل rz اروح حمل ال z عليه إذا هو already موجود هناك؟ محتاج أحمل", "tokens": [2304, 19913, 3555, 2407, 9566, 22807, 37495, 22653, 1975, 8315, 29538, 2423, 9284, 8978, 6024, 95, 34740, 5296, 2655, 25957, 1211, 1975, 3215, 5296, 2655, 25957, 1211, 909, 9154, 367, 89, 4032, 20791, 6055, 7435, 2304, 3615, 16095, 4032, 6055, 5016, 4587, 4587, 15844, 367, 87, 23032, 1829, 3555, 8032, 1211, 367, 89, 1975, 32887, 5016, 11331, 42213, 2423, 710, 47356, 11933, 15730, 31439, 1217, 3714, 29245, 23328, 34105, 4117, 22807, 3714, 33753, 26108, 5551, 35571, 1211], "avg_logprob": -0.467548063932321, "compression_ratio": 1.4245810055865922, "no_speech_prob": 4.172325134277344e-07, "words": [{"start": 375.84, "end": 376.8, "word": "مظبوط؟", "probability": 0.6290690104166666}, {"start": 376.8, "end": 377.2, "word": " يعني", "probability": 0.6016845703125}, {"start": 377.2, "end": 377.46, "word": " انا", "probability": 0.6812744140625}, {"start": 377.46, "end": 377.88, "word": " هذه", "probability": 0.5537109375}, {"start": 377.88, "end": 379.44, "word": " ال", "probability": 0.66357421875}, {"start": 379.44, "end": 379.96, "word": " algorithm", "probability": 0.796875}, {"start": 379.96, "end": 380.32, "word": " في", "probability": 0.83740234375}, {"start": 380.32, "end": 380.82, "word": " الآخر", "probability": 0.8531901041666666}, {"start": 380.82, "end": 382.9, "word": " لتعمل", "probability": 0.79345703125}, {"start": 382.9, "end": 384.54, "word": " اد", "probability": 0.46923828125}, {"start": 384.54, "end": 385.38, "word": " لتعمل", "probability": 0.801025390625}, {"start": 385.38, "end": 385.74, "word": " add", "probability": 0.66650390625}, {"start": 385.74, "end": 387.38, "word": " من", "probability": 0.779296875}, {"start": 387.38, "end": 388.22, "word": " rz", "probability": 0.329833984375}, {"start": 388.22, "end": 389.9, "word": " و", "probability": 0.67919921875}, {"start": 389.9, "end": 390.36, "word": " ry", "probability": 0.281494140625}, {"start": 390.36, "end": 391.06, "word": " تجمعهم", "probability": 0.728173828125}, {"start": 391.06, "end": 391.22, "word": " و", "probability": 0.5380859375}, {"start": 391.22, "end": 391.4, "word": " تحقق", "probability": 0.6956787109375}, {"start": 391.4, "end": 391.58, "word": " على", "probability": 0.541015625}, {"start": 391.58, "end": 392.06, "word": " rx", "probability": 0.889892578125}, {"start": 392.06, "end": 392.64, "word": " طيب", "probability": 0.6930338541666666}, {"start": 392.64, "end": 393.36, "word": " هل", "probability": 0.925048828125}, {"start": 393.36, "end": 393.9, "word": " rz", "probability": 0.61407470703125}, {"start": 393.9, "end": 394.46, "word": " اروح", "probability": 0.5706380208333334}, {"start": 394.46, "end": 395.1, "word": " حمل", "probability": 0.561279296875}, {"start": 395.1, "end": 395.94, "word": " ال", "probability": 0.7548828125}, {"start": 395.94, "end": 396.4, "word": " z", "probability": 0.556640625}, {"start": 396.4, "end": 396.88, "word": " عليه", "probability": 0.919921875}, {"start": 396.88, "end": 397.52, "word": " إذا", "probability": 0.68017578125}, {"start": 397.52, "end": 397.72, "word": " هو", "probability": 0.9658203125}, {"start": 397.72, "end": 398.08, "word": " already", "probability": 0.84130859375}, {"start": 398.08, "end": 398.58, "word": " موجود", "probability": 0.9873046875}, {"start": 398.58, "end": 399.1, "word": " هناك؟", "probability": 0.8020833333333334}, {"start": 399.1, "end": 400.22, "word": " محتاج", "probability": 0.61865234375}, {"start": 400.22, "end": 400.62, "word": " أحمل", "probability": 0.7491048177083334}], "temperature": 1.0}, {"id": 16, "seek": 43391, "start": 404.43, "end": 433.91, "text": "العربية تطلب من جيت رجستر تعطيها أسامي تلات رجستر تستخدمها اعطتها تلات رجستر يجب ان انا اتعامل معاهم لأنهم Rx وRy وذاك الان بدنا نفحص اذا Y already موجود في ال register اللي اعطتنا إياه ل Y يبقى مافيش دا اعمله وإلا if not if not بدي اعمل load لقيمة Y على هذا ال register", "tokens": [6027, 3615, 25513, 10632, 6055, 9566, 46152, 9154, 10874, 36081, 12602, 7435, 14851, 2288, 6055, 3615, 9566, 1829, 11296, 5551, 3794, 10943, 1829, 6055, 1211, 9307, 12602, 7435, 14851, 2288, 6055, 14851, 9778, 40448, 11296, 1975, 3615, 9566, 2655, 11296, 6055, 1211, 9307, 12602, 7435, 14851, 2288, 7251, 7435, 3555, 16472, 1975, 8315, 1975, 2655, 3615, 10943, 1211, 20449, 995, 16095, 5296, 33456, 16095, 497, 87, 4032, 49, 88, 4032, 15730, 4117, 2423, 7649, 47525, 8315, 8717, 5172, 5016, 9381, 1975, 15730, 398, 1217, 3714, 29245, 23328, 8978, 2423, 7280, 13672, 1829, 1975, 3615, 9566, 2655, 8315, 11933, 25528, 3224, 5296, 398, 7251, 3555, 4587, 7578, 19446, 41185, 8592, 11778, 995, 1975, 25957, 43761, 4032, 28814, 15040, 498, 406, 498, 406, 4724, 16254, 1975, 25957, 1211, 3677, 5296, 4587, 32640, 3660, 398, 15844, 23758, 2423, 7280], "avg_logprob": -0.36450729927007297, "compression_ratio": 1.768, "no_speech_prob": 1.1920928955078125e-07, "words": [{"start": 404.43, "end": 405.23, "word": "العربية", "probability": 0.452484130859375}, {"start": 405.23, "end": 405.81, "word": " تطلب", "probability": 0.8893229166666666}, {"start": 405.81, "end": 405.99, "word": " من", "probability": 0.89111328125}, {"start": 405.99, "end": 406.25, "word": " جيت", "probability": 0.3763427734375}, {"start": 406.25, "end": 406.97, "word": " رجستر", "probability": 0.65606689453125}, {"start": 406.97, "end": 407.85, "word": " تعطيها", "probability": 0.80595703125}, {"start": 407.85, "end": 408.51, "word": " أسامي", "probability": 0.835205078125}, {"start": 408.51, "end": 408.83, "word": " تلات", "probability": 0.9095052083333334}, {"start": 408.83, "end": 409.31, "word": " رجستر", "probability": 0.81353759765625}, {"start": 409.31, "end": 410.25, "word": " تستخدمها", "probability": 0.91396484375}, {"start": 410.25, "end": 411.01, "word": " اعطتها", "probability": 0.6583984375}, {"start": 411.01, "end": 411.29, "word": " تلات", "probability": 0.9523111979166666}, {"start": 411.29, "end": 411.63, "word": " رجستر", "probability": 0.9815673828125}, {"start": 411.63, "end": 411.85, "word": " يجب", "probability": 0.4969685872395833}, {"start": 411.85, "end": 411.93, "word": " ان", "probability": 0.469970703125}, {"start": 411.93, "end": 412.05, "word": " انا", "probability": 0.8076171875}, {"start": 412.05, "end": 412.45, "word": " اتعامل", "probability": 0.90849609375}, {"start": 412.45, "end": 412.71, "word": " معاهم", "probability": 0.82861328125}, {"start": 412.71, "end": 413.01, "word": " لأنهم", "probability": 0.494140625}, {"start": 413.01, "end": 413.35, "word": " Rx", "probability": 0.30767822265625}, {"start": 413.35, "end": 413.71, "word": " وRy", "probability": 0.7814127604166666}, {"start": 413.71, "end": 414.19, "word": " وذاك", "probability": 0.5022379557291666}, {"start": 414.19, "end": 414.81, "word": " الان", "probability": 0.61016845703125}, {"start": 414.81, "end": 415.01, "word": " بدنا", "probability": 0.2347412109375}, {"start": 415.01, "end": 415.43, "word": " نفحص", "probability": 0.9364013671875}, {"start": 415.43, "end": 415.75, "word": " اذا", "probability": 0.791748046875}, {"start": 415.75, "end": 416.15, "word": " Y", "probability": 0.57373046875}, {"start": 416.15, "end": 418.09, "word": " already", "probability": 0.1571044921875}, {"start": 418.09, "end": 418.57, "word": " موجود", "probability": 0.9837239583333334}, {"start": 418.57, "end": 418.89, "word": " في", "probability": 0.912109375}, {"start": 418.89, "end": 419.17, "word": " ال", "probability": 0.68896484375}, {"start": 419.17, "end": 419.57, "word": " register", "probability": 0.669921875}, {"start": 419.57, "end": 419.99, "word": " اللي", "probability": 0.83935546875}, {"start": 419.99, "end": 420.45, "word": " اعطتنا", "probability": 0.8185546875}, {"start": 420.45, "end": 420.65, "word": " إياه", "probability": 0.6731363932291666}, {"start": 420.65, "end": 420.81, "word": " ل", "probability": 0.44189453125}, {"start": 420.81, "end": 422.15, "word": " Y", "probability": 0.83203125}, {"start": 422.15, "end": 422.99, "word": " يبقى", "probability": 0.92529296875}, {"start": 422.99, "end": 423.91, "word": " مافيش", "probability": 0.8932291666666666}, {"start": 423.91, "end": 424.09, "word": " دا", "probability": 0.78466796875}, {"start": 424.09, "end": 424.63, "word": " اعمله", "probability": 0.68798828125}, {"start": 424.63, "end": 425.25, "word": " وإلا", "probability": 0.89306640625}, {"start": 425.25, "end": 426.53, "word": " if", "probability": 0.69970703125}, {"start": 426.53, "end": 426.93, "word": " not", "probability": 0.93896484375}, {"start": 426.93, "end": 427.67, "word": " if", "probability": 0.440185546875}, {"start": 427.67, "end": 428.03, "word": " not", "probability": 0.96484375}, {"start": 428.03, "end": 428.41, "word": " بدي", "probability": 0.5948486328125}, {"start": 428.41, "end": 428.95, "word": " اعمل", "probability": 0.86376953125}, {"start": 428.95, "end": 430.81, "word": " load", "probability": 0.93505859375}, {"start": 430.81, "end": 431.91, "word": " لقيمة", "probability": 0.856201171875}, {"start": 431.91, "end": 432.29, "word": " Y", "probability": 0.93408203125}, {"start": 432.29, "end": 432.95, "word": " على", "probability": 0.875}, {"start": 432.95, "end": 433.45, "word": " هذا", "probability": 0.9404296875}, {"start": 433.45, "end": 433.53, "word": " ال", "probability": 0.87353515625}, {"start": 433.53, "end": 433.91, "word": " register", "probability": 0.8349609375}], "temperature": 1.0}, {"id": 17, "seek": 45777, "start": 434.55, "end": 457.77, "text": "بس ليش بيقول هنا Y'؟ Y' يقصد فيها أن الـ Y نفسها الـ descriptor تبعها بيقول مثلا أي واحد من ال variables هذين بيقول ال A مثلا أو ال B ال descriptor تبعها بيقول أن قيمتها موجودة في B فقط okay هذه ال A بيقول أن ال descriptor تبعها موجود في A و في R واحد", "tokens": [3555, 3794, 32239, 8592, 4724, 1829, 39648, 34105, 398, 6, 22807, 398, 6, 7251, 4587, 9381, 3215, 8978, 11296, 14739, 2423, 39184, 398, 8717, 36178, 11296, 2423, 39184, 31280, 284, 6055, 3555, 3615, 11296, 4724, 1829, 39648, 50113, 15040, 36632, 36764, 24401, 9154, 2423, 9102, 8032, 8848, 9957, 4724, 1829, 39648, 2423, 316, 50113, 15040, 34051, 2423, 363, 2423, 31280, 284, 6055, 3555, 3615, 11296, 4724, 1829, 39648, 14739, 12174, 32640, 2655, 11296, 3714, 29245, 23328, 3660, 8978, 363, 6156, 47432, 1392, 29538, 2423, 316, 4724, 1829, 39648, 14739, 2423, 31280, 284, 6055, 3555, 3615, 11296, 3714, 29245, 23328, 8978, 316, 4032, 8978, 497, 36764, 24401], "avg_logprob": -0.2809579494957612, "compression_ratio": 1.935960591133005, "no_speech_prob": 0.0, "words": [{"start": 434.55, "end": 434.79, "word": "بس", "probability": 0.5277099609375}, {"start": 434.79, "end": 434.97, "word": " ليش", "probability": 0.868896484375}, {"start": 434.97, "end": 435.21, "word": " بيقول", "probability": 0.8553059895833334}, {"start": 435.21, "end": 435.45, "word": " هنا", "probability": 0.442626953125}, {"start": 435.45, "end": 435.69, "word": " Y", "probability": 0.401611328125}, {"start": 435.69, "end": 436.35, "word": "'؟", "probability": 0.4107666015625}, {"start": 436.35, "end": 436.61, "word": " Y'", "probability": 0.6611328125}, {"start": 436.97, "end": 437.53, "word": " يقصد", "probability": 0.9041748046875}, {"start": 437.53, "end": 437.79, "word": " فيها", "probability": 0.916259765625}, {"start": 437.79, "end": 438.09, "word": " أن", "probability": 0.59423828125}, {"start": 438.09, "end": 439.07, "word": " الـ", "probability": 0.703857421875}, {"start": 439.07, "end": 439.25, "word": " Y", "probability": 0.57177734375}, {"start": 439.25, "end": 439.99, "word": " نفسها", "probability": 0.9832356770833334}, {"start": 439.99, "end": 440.61, "word": " الـ", "probability": 0.465087890625}, {"start": 440.61, "end": 441.17, "word": " descriptor", "probability": 0.821044921875}, {"start": 441.17, "end": 441.87, "word": " تبعها", "probability": 0.89306640625}, {"start": 441.87, "end": 445.31, "word": " بيقول", "probability": 0.6898193359375}, {"start": 445.31, "end": 445.65, "word": " مثلا", "probability": 0.926025390625}, {"start": 445.65, "end": 445.91, "word": " أي", "probability": 0.51513671875}, {"start": 445.91, "end": 446.13, "word": " واحد", "probability": 0.99365234375}, {"start": 446.13, "end": 446.31, "word": " من", "probability": 0.990234375}, {"start": 446.31, "end": 446.43, "word": " ال", "probability": 0.9228515625}, {"start": 446.43, "end": 446.73, "word": " variables", "probability": 0.5107421875}, {"start": 446.73, "end": 447.05, "word": " هذين", "probability": 0.3391927083333333}, {"start": 447.05, "end": 447.37, "word": " بيقول", "probability": 0.7102864583333334}, {"start": 447.37, "end": 447.51, "word": " ال", "probability": 0.60498046875}, {"start": 447.51, "end": 447.63, "word": " A", "probability": 0.3349609375}, {"start": 447.63, "end": 448.07, "word": " مثلا", "probability": 0.95263671875}, {"start": 448.07, "end": 448.29, "word": " أو", "probability": 0.79150390625}, {"start": 448.29, "end": 448.45, "word": " ال", "probability": 0.94677734375}, {"start": 448.45, "end": 448.67, "word": " B", "probability": 0.87890625}, {"start": 448.67, "end": 449.27, "word": " ال", "probability": 0.69384765625}, {"start": 449.27, "end": 449.79, "word": " descriptor", "probability": 0.95458984375}, {"start": 449.79, "end": 450.13, "word": " تبعها", "probability": 0.949462890625}, {"start": 450.13, "end": 450.55, "word": " بيقول", "probability": 0.9755859375}, {"start": 450.55, "end": 450.81, "word": " أن", "probability": 0.568359375}, {"start": 450.81, "end": 451.27, "word": " قيمتها", "probability": 0.93212890625}, {"start": 451.27, "end": 451.61, "word": " موجودة", "probability": 0.988037109375}, {"start": 451.61, "end": 451.73, "word": " في", "probability": 0.75634765625}, {"start": 451.73, "end": 451.89, "word": " B", "probability": 0.8564453125}, {"start": 451.89, "end": 452.41, "word": " فقط", "probability": 0.994873046875}, {"start": 452.41, "end": 453.45, "word": " okay", "probability": 0.284423828125}, {"start": 453.45, "end": 454.21, "word": " هذه", "probability": 0.2362060546875}, {"start": 454.21, "end": 454.35, "word": " ال", "probability": 0.95458984375}, {"start": 454.35, "end": 454.51, "word": " A", "probability": 0.95068359375}, {"start": 454.51, "end": 454.87, "word": " بيقول", "probability": 0.9739583333333334}, {"start": 454.87, "end": 455.03, "word": " أن", "probability": 0.72119140625}, {"start": 455.03, "end": 455.15, "word": " ال", "probability": 0.8359375}, {"start": 455.15, "end": 455.59, "word": " descriptor", "probability": 0.976806640625}, {"start": 455.59, "end": 455.93, "word": " تبعها", "probability": 0.9599609375}, {"start": 455.93, "end": 456.29, "word": " موجود", "probability": 0.9869791666666666}, {"start": 456.29, "end": 456.43, "word": " في", "probability": 0.9697265625}, {"start": 456.43, "end": 456.67, "word": " A", "probability": 0.962890625}, {"start": 456.67, "end": 456.87, "word": " و", "probability": 0.9755859375}, {"start": 456.87, "end": 456.99, "word": " في", "probability": 0.7177734375}, {"start": 456.99, "end": 457.23, "word": " R", "probability": 0.9501953125}, {"start": 457.23, "end": 457.77, "word": " واحد", "probability": 0.759765625}], "temperature": 1.0}, {"id": 18, "seek": 48331, "start": 459.59, "end": 483.31, "text": "ممكن يبقى موجود ال value في اكتر من مكان يقصد انه يجيبه من اي مكان هو موجود فيه احطه تمام واضح يعني هنا y prime يقصد فيها one of the memory locations", "tokens": [2304, 43020, 7251, 3555, 4587, 7578, 3714, 29245, 23328, 2423, 2158, 8978, 1975, 4117, 2655, 2288, 9154, 3714, 41361, 7251, 4587, 9381, 3215, 16472, 3224, 7251, 7435, 1829, 3555, 3224, 9154, 1975, 1829, 3714, 41361, 31439, 3714, 29245, 23328, 8978, 3224, 1975, 5016, 9566, 3224, 46811, 10943, 4032, 46958, 5016, 37495, 22653, 34105, 288, 5835, 7251, 4587, 9381, 3215, 8978, 11296, 472, 295, 264, 4675, 9253], "avg_logprob": -0.2355410403280116, "compression_ratio": 1.4746835443037976, "no_speech_prob": 0.0, "words": [{"start": 459.59, "end": 460.09, "word": "ممكن", "probability": 0.6458740234375}, {"start": 460.09, "end": 460.67, "word": " يبقى", "probability": 0.8238525390625}, {"start": 460.67, "end": 461.23, "word": " موجود", "probability": 0.94580078125}, {"start": 461.23, "end": 461.41, "word": " ال", "probability": 0.609375}, {"start": 461.41, "end": 461.79, "word": " value", "probability": 0.63671875}, {"start": 461.79, "end": 462.05, "word": " في", "probability": 0.93310546875}, {"start": 462.05, "end": 462.37, "word": " اكتر", "probability": 0.79608154296875}, {"start": 462.37, "end": 462.49, "word": " من", "probability": 0.9892578125}, {"start": 462.49, "end": 462.87, "word": " مكان", "probability": 0.927734375}, {"start": 462.87, "end": 463.57, "word": " يقصد", "probability": 0.8013916015625}, {"start": 463.57, "end": 463.99, "word": " انه", "probability": 0.87548828125}, {"start": 463.99, "end": 464.25, "word": " يجيبه", "probability": 0.86279296875}, {"start": 464.25, "end": 464.37, "word": " من", "probability": 0.9296875}, {"start": 464.37, "end": 464.59, "word": " اي", "probability": 0.818359375}, {"start": 464.59, "end": 464.91, "word": " مكان", "probability": 0.993408203125}, {"start": 464.91, "end": 465.11, "word": " هو", "probability": 0.69873046875}, {"start": 465.11, "end": 465.43, "word": " موجود", "probability": 0.98486328125}, {"start": 465.43, "end": 466.37, "word": " فيه", "probability": 0.93701171875}, {"start": 466.37, "end": 468.39, "word": " احطه", "probability": 0.722381591796875}, {"start": 468.39, "end": 470.01, "word": " تمام", "probability": 0.6846923828125}, {"start": 470.01, "end": 470.77, "word": " واضح", "probability": 0.9534505208333334}, {"start": 470.77, "end": 471.47, "word": " يعني", "probability": 0.75830078125}, {"start": 471.47, "end": 471.75, "word": " هنا", "probability": 0.9306640625}, {"start": 471.75, "end": 473.15, "word": " y", "probability": 0.1561279296875}, {"start": 473.15, "end": 474.83, "word": " prime", "probability": 0.397216796875}, {"start": 474.83, "end": 475.51, "word": " يقصد", "probability": 0.9674072265625}, {"start": 475.51, "end": 475.85, "word": " فيها", "probability": 0.97705078125}, {"start": 475.85, "end": 480.87, "word": " one", "probability": 0.36328125}, {"start": 480.87, "end": 481.71, "word": " of", "probability": 0.96240234375}, {"start": 481.71, "end": 482.03, "word": " the", "probability": 0.79638671875}, {"start": 482.03, "end": 482.53, "word": " memory", "probability": 0.9052734375}, {"start": 482.53, "end": 483.31, "word": " locations", "probability": 0.92822265625}], "temperature": 1.0}, {"id": 19, "seek": 51332, "start": 484.24, "end": 513.32, "text": "one of the memory locations إيه قيمة Y موجودة فيها؟ غالبا هي موجودة في Y بس ممكن تبقى موجودة أيضا في مكان آخر المهم بتجيبها من أي مكان من الأماكن هذه اللي هي موجودة فيها وبنعمل لولة على RY هذا فقط إذا كان نتيجة RY لا يحتوي أصلا على Y ونفس الأمر بالنسبة ل Z بعد هيك .. بعد ما نتأكد من الأمر هذا", "tokens": [546, 295, 264, 4675, 9253, 11933, 1829, 3224, 12174, 32640, 3660, 398, 3714, 29245, 23328, 3660, 8978, 11296, 22807, 32771, 6027, 3555, 995, 39896, 3714, 29245, 23328, 3660, 8978, 398, 4724, 3794, 3714, 43020, 6055, 3555, 4587, 7578, 3714, 29245, 23328, 3660, 36632, 11242, 995, 8978, 3714, 41361, 19753, 34740, 9673, 16095, 39894, 7435, 1829, 3555, 11296, 9154, 36632, 3714, 41361, 9154, 16247, 15042, 19452, 29538, 13672, 1829, 39896, 3714, 29245, 23328, 3660, 8978, 11296, 46599, 1863, 25957, 1211, 5296, 12610, 3660, 15844, 497, 56, 23758, 6156, 47432, 11933, 15730, 25961, 8717, 31371, 7435, 3660, 497, 56, 20193, 7251, 33753, 45865, 5551, 9381, 15040, 15844, 398, 4032, 1863, 36178, 16247, 29973, 20666, 1863, 35457, 3660, 5296, 1176, 39182, 39896, 4117, 4386, 39182, 19446, 8717, 2655, 10721, 4117, 3215, 9154, 16247, 29973, 23758], "avg_logprob": -0.2065319575761494, "compression_ratio": 1.794871794871795, "no_speech_prob": 0.0, "words": [{"start": 484.24, "end": 484.52, "word": "one", "probability": 0.12158203125}, {"start": 484.52, "end": 484.72, "word": " of", "probability": 0.974609375}, {"start": 484.72, "end": 484.86, "word": " the", "probability": 0.89013671875}, {"start": 484.86, "end": 485.22, "word": " memory", "probability": 0.27734375}, {"start": 485.22, "end": 485.66, "word": " locations", "probability": 0.9501953125}, {"start": 485.66, "end": 485.96, "word": " إيه", "probability": 0.5500691731770834}, {"start": 485.96, "end": 486.42, "word": " قيمة", "probability": 0.8528645833333334}, {"start": 486.42, "end": 486.56, "word": " Y", "probability": 0.59228515625}, {"start": 486.56, "end": 486.94, "word": " موجودة", "probability": 0.9735107421875}, {"start": 486.94, "end": 487.88, "word": " فيها؟", "probability": 0.8797200520833334}, {"start": 487.88, "end": 488.66, "word": " غالبا", "probability": 0.90869140625}, {"start": 488.66, "end": 488.78, "word": " هي", "probability": 0.6484375}, {"start": 488.78, "end": 489.12, "word": " موجودة", "probability": 0.9847412109375}, {"start": 489.12, "end": 489.24, "word": " في", "probability": 0.98388671875}, {"start": 489.24, "end": 489.48, "word": " Y", "probability": 0.8818359375}, {"start": 489.48, "end": 489.76, "word": " بس", "probability": 0.82275390625}, {"start": 489.76, "end": 489.96, "word": " ممكن", "probability": 0.956787109375}, {"start": 489.96, "end": 490.18, "word": " تبقى", "probability": 0.854736328125}, {"start": 490.18, "end": 490.52, "word": " موجودة", "probability": 0.980224609375}, {"start": 490.52, "end": 490.76, "word": " أيضا", "probability": 0.9306640625}, {"start": 490.76, "end": 490.98, "word": " في", "probability": 0.96826171875}, {"start": 490.98, "end": 491.68, "word": " مكان", "probability": 0.984130859375}, {"start": 491.68, "end": 492.28, "word": " آخر", "probability": 0.858642578125}, {"start": 492.28, "end": 493.22, "word": " المهم", "probability": 0.870361328125}, {"start": 493.22, "end": 493.86, "word": " بتجيبها", "probability": 0.90966796875}, {"start": 493.86, "end": 493.98, "word": " من", "probability": 0.9638671875}, {"start": 493.98, "end": 494.16, "word": " أي", "probability": 0.79638671875}, {"start": 494.16, "end": 494.52, "word": " مكان", "probability": 0.991943359375}, {"start": 494.52, "end": 494.66, "word": " من", "probability": 0.94140625}, {"start": 494.66, "end": 495.04, "word": " الأماكن", "probability": 0.97998046875}, {"start": 495.04, "end": 495.28, "word": " هذه", "probability": 0.55322265625}, {"start": 495.28, "end": 495.36, "word": " اللي", "probability": 0.860107421875}, {"start": 495.36, "end": 495.48, "word": " هي", "probability": 0.55078125}, {"start": 495.48, "end": 495.8, "word": " موجودة", "probability": 0.9893798828125}, {"start": 495.8, "end": 496.08, "word": " فيها", "probability": 0.97900390625}, {"start": 496.08, "end": 497.06, "word": " وبنعمل", "probability": 0.816650390625}, {"start": 497.06, "end": 497.34, "word": " لولة", "probability": 0.4976399739583333}, {"start": 497.34, "end": 497.54, "word": " على", "probability": 0.88134765625}, {"start": 497.54, "end": 497.88, "word": " RY", "probability": 0.74169921875}, {"start": 497.88, "end": 498.12, "word": " هذا", "probability": 0.78076171875}, {"start": 498.12, "end": 498.52, "word": " فقط", "probability": 0.9609375}, {"start": 498.52, "end": 498.84, "word": " إذا", "probability": 0.970947265625}, {"start": 498.84, "end": 499.14, "word": " كان", "probability": 0.9755859375}, {"start": 499.14, "end": 499.62, "word": " نتيجة", "probability": 0.779571533203125}, {"start": 499.62, "end": 500.86, "word": " RY", "probability": 0.7093505859375}, {"start": 500.86, "end": 501.08, "word": " لا", "probability": 0.9404296875}, {"start": 501.08, "end": 501.68, "word": " يحتوي", "probability": 0.9513346354166666}, {"start": 501.68, "end": 502.56, "word": " أصلا", "probability": 0.9207356770833334}, {"start": 502.56, "end": 502.86, "word": " على", "probability": 0.93408203125}, {"start": 502.86, "end": 503.96, "word": " Y", "probability": 0.86962890625}, {"start": 503.96, "end": 504.36, "word": " ونفس", "probability": 0.888671875}, {"start": 504.36, "end": 504.74, "word": " الأمر", "probability": 0.968994140625}, {"start": 504.74, "end": 505.24, "word": " بالنسبة", "probability": 0.9918212890625}, {"start": 505.24, "end": 505.38, "word": " ل", "probability": 0.92626953125}, {"start": 505.38, "end": 505.66, "word": " Z", "probability": 0.76220703125}, {"start": 505.66, "end": 509.56, "word": " بعد", "probability": 0.4169921875}, {"start": 509.56, "end": 510.0, "word": " هيك", "probability": 0.4849853515625}, {"start": 510.0, "end": 510.24, "word": " ..", "probability": 0.395751953125}, {"start": 510.24, "end": 511.0, "word": " بعد", "probability": 0.89990234375}, {"start": 511.0, "end": 511.44, "word": " ما", "probability": 0.86767578125}, {"start": 511.44, "end": 512.5, "word": " نتأكد", "probability": 0.85341796875}, {"start": 512.5, "end": 512.68, "word": " من", "probability": 0.9921875}, {"start": 512.68, "end": 513.0, "word": " الأمر", "probability": 0.96875}, {"start": 513.0, "end": 513.32, "word": " هذا", "probability": 0.98486328125}], "temperature": 1.0}, {"id": 20, "seek": 54312, "start": 514.06, "end": 543.12, "text": "إذا لازم load ل Y لازم load ل Z بعدين نعمل ال .. يبقى الأمر تبع ال add ال instruction add هذه حتما هذه لازم تنعمل هذه 100% لازم تنعمل مظبوط؟ مظبوط؟ R X R Y R Z إنما السؤال هل سوف يسبقها load ولا لأ هذا بيعتمد على", "tokens": [28814, 15730, 5296, 31377, 2304, 3677, 5296, 398, 5296, 31377, 2304, 3677, 5296, 1176, 39182, 9957, 8717, 25957, 1211, 2423, 4386, 7251, 3555, 4587, 7578, 16247, 29973, 6055, 3555, 3615, 2423, 909, 2423, 10951, 909, 29538, 11331, 2655, 15042, 29538, 5296, 31377, 2304, 6055, 1863, 25957, 1211, 29538, 2319, 4, 5296, 31377, 2304, 6055, 1863, 25957, 1211, 3714, 19913, 3555, 2407, 9566, 22807, 3714, 19913, 3555, 2407, 9566, 22807, 497, 1783, 497, 398, 497, 1176, 36145, 15042, 21136, 33604, 6027, 8032, 1211, 8608, 38688, 7251, 35457, 4587, 11296, 3677, 49429, 5296, 10721, 23758, 4724, 1829, 34268, 2304, 3215, 15844], "avg_logprob": -0.33843750178813936, "compression_ratio": 1.6818181818181819, "no_speech_prob": 0.0, "words": [{"start": 514.06, "end": 514.38, "word": "إذا", "probability": 0.56976318359375}, {"start": 514.38, "end": 514.72, "word": " لازم", "probability": 0.83642578125}, {"start": 514.72, "end": 516.64, "word": " load", "probability": 0.09210205078125}, {"start": 516.64, "end": 516.88, "word": " ل", "probability": 0.529296875}, {"start": 516.88, "end": 517.46, "word": " Y", "probability": 0.43359375}, {"start": 517.46, "end": 517.88, "word": " لازم", "probability": 0.8556315104166666}, {"start": 517.88, "end": 518.28, "word": " load", "probability": 0.72119140625}, {"start": 518.28, "end": 518.48, "word": " ل", "probability": 0.9248046875}, {"start": 518.48, "end": 518.78, "word": " Z", "probability": 0.90087890625}, {"start": 518.78, "end": 519.2, "word": " بعدين", "probability": 0.4547119140625}, {"start": 519.2, "end": 520.26, "word": " نعمل", "probability": 0.6732584635416666}, {"start": 520.26, "end": 521.04, "word": " ال", "probability": 0.450439453125}, {"start": 521.04, "end": 521.16, "word": " ..", "probability": 0.1453857421875}, {"start": 521.16, "end": 521.76, "word": " يبقى", "probability": 0.7568359375}, {"start": 521.76, "end": 522.62, "word": " الأمر", "probability": 0.757080078125}, {"start": 522.62, "end": 523.0, "word": " تبع", "probability": 0.8059895833333334}, {"start": 523.0, "end": 523.2, "word": " ال", "probability": 0.92529296875}, {"start": 523.2, "end": 523.64, "word": " add", "probability": 0.18603515625}, {"start": 523.64, "end": 524.02, "word": " ال", "probability": 0.76318359375}, {"start": 524.02, "end": 524.4, "word": " instruction", "probability": 0.744140625}, {"start": 524.4, "end": 524.74, "word": " add", "probability": 0.89306640625}, {"start": 524.74, "end": 525.1, "word": " هذه", "probability": 0.68408203125}, {"start": 525.1, "end": 526.06, "word": " حتما", "probability": 0.7130533854166666}, {"start": 526.06, "end": 526.26, "word": " هذه", "probability": 0.33203125}, {"start": 526.26, "end": 526.54, "word": " لازم", "probability": 0.9664713541666666}, {"start": 526.54, "end": 527.0, "word": " تنعمل", "probability": 0.84521484375}, {"start": 527.0, "end": 527.18, "word": " هذه", "probability": 0.201171875}, {"start": 527.18, "end": 527.4, "word": " 100", "probability": 0.488037109375}, {"start": 527.4, "end": 527.96, "word": "%", "probability": 0.96630859375}, {"start": 527.96, "end": 528.62, "word": " لازم", "probability": 0.9892578125}, {"start": 528.62, "end": 529.32, "word": " تنعمل", "probability": 0.9876708984375}, {"start": 529.32, "end": 531.58, "word": " مظبوط؟", "probability": 0.7545166015625}, {"start": 531.58, "end": 533.2, "word": " مظبوط؟", "probability": 0.8643391927083334}, {"start": 533.2, "end": 533.42, "word": " R", "probability": 0.402587890625}, {"start": 533.42, "end": 533.94, "word": " X", "probability": 0.7041015625}, {"start": 533.94, "end": 534.6, "word": " R", "probability": 0.8896484375}, {"start": 534.6, "end": 535.12, "word": " Y", "probability": 0.98828125}, {"start": 535.12, "end": 535.7, "word": " R", "probability": 0.97314453125}, {"start": 535.7, "end": 535.98, "word": " Z", "probability": 0.96044921875}, {"start": 535.98, "end": 536.36, "word": " إنما", "probability": 0.449462890625}, {"start": 536.36, "end": 536.9, "word": " السؤال", "probability": 0.9954427083333334}, {"start": 536.9, "end": 537.3, "word": " هل", "probability": 0.96826171875}, {"start": 537.3, "end": 537.9, "word": " سوف", "probability": 0.965087890625}, {"start": 537.9, "end": 538.64, "word": " يسبقها", "probability": 0.8853759765625}, {"start": 538.64, "end": 539.56, "word": " load", "probability": 0.90283203125}, {"start": 539.56, "end": 540.8, "word": " ولا", "probability": 0.484130859375}, {"start": 540.8, "end": 541.24, "word": " لأ", "probability": 0.942138671875}, {"start": 541.24, "end": 542.28, "word": " هذا", "probability": 0.716796875}, {"start": 542.28, "end": 542.86, "word": " بيعتمد", "probability": 0.848388671875}, {"start": 542.86, "end": 543.12, "word": " على", "probability": 0.89208984375}], "temperature": 1.0}, {"id": 21, "seek": 57162, "start": 544.12, "end": 571.62, "text": "ماذا عن الـ Registers التي أعطتناها جيتريتش؟ وهل يحتوي على الـ Values أو لا؟ هذا كل ما أقوله بالنسبة للإيمين لما يكون ال instruction عبارة عن operation بالظبط يبقى احنا عمليا رحلنا معظم التعقيدات تبع ال algorithm على جيتريتش جيتريتش هي الآن مسئولة عن انها تختار ال registers", "tokens": [2304, 45636, 995, 18871, 2423, 39184, 4791, 7423, 38392, 5551, 3615, 9566, 2655, 8315, 11296, 10874, 36081, 16572, 2655, 8592, 22807, 37037, 1211, 7251, 33753, 45865, 15844, 2423, 39184, 7188, 1247, 34051, 20193, 22807, 23758, 28242, 19446, 5551, 39648, 3224, 20666, 1863, 35457, 3660, 24976, 28814, 32640, 9957, 5296, 15042, 7251, 30544, 2423, 10951, 6225, 3555, 9640, 3660, 18871, 6916, 20666, 19913, 3555, 9566, 7251, 3555, 4587, 7578, 1975, 5016, 8315, 6225, 2304, 20292, 995, 12602, 5016, 1211, 8315, 20449, 19913, 2304, 16712, 3615, 4587, 25708, 9307, 6055, 3555, 3615, 2423, 9284, 15844, 10874, 36081, 16572, 2655, 8592, 10874, 36081, 16572, 2655, 8592, 39896, 6024, 48506, 47524, 19986, 12610, 3660, 18871, 16472, 11296, 6055, 46456, 9640, 2423, 38351], "avg_logprob": -0.4059873994658975, "compression_ratio": 1.6842105263157894, "no_speech_prob": 0.0, "words": [{"start": 544.12, "end": 544.42, "word": "ماذا", "probability": 0.7317708333333334}, {"start": 544.42, "end": 544.56, "word": " عن", "probability": 0.1473388671875}, {"start": 544.56, "end": 544.56, "word": " الـ", "probability": 0.23492431640625}, {"start": 544.56, "end": 544.96, "word": " Registers", "probability": 0.52606201171875}, {"start": 544.96, "end": 545.2, "word": " التي", "probability": 0.307861328125}, {"start": 545.2, "end": 545.8, "word": " أعطتناها", "probability": 0.6560465494791666}, {"start": 545.8, "end": 546.88, "word": " جيتريتش؟", "probability": 0.4939168294270833}, {"start": 546.88, "end": 547.3, "word": " وهل", "probability": 0.6640625}, {"start": 547.3, "end": 547.74, "word": " يحتوي", "probability": 0.8170572916666666}, {"start": 547.74, "end": 549.16, "word": " على", "probability": 0.58935546875}, {"start": 549.16, "end": 549.26, "word": " الـ", "probability": 0.3743896484375}, {"start": 549.26, "end": 549.64, "word": " Values", "probability": 0.77587890625}, {"start": 549.64, "end": 549.78, "word": " أو", "probability": 0.332275390625}, {"start": 549.78, "end": 550.38, "word": " لا؟", "probability": 0.70556640625}, {"start": 550.38, "end": 551.86, "word": " هذا", "probability": 0.6064453125}, {"start": 551.86, "end": 552.18, "word": " كل", "probability": 0.91796875}, {"start": 552.18, "end": 552.28, "word": " ما", "probability": 0.9560546875}, {"start": 552.28, "end": 552.58, "word": " أقوله", "probability": 0.7247721354166666}, {"start": 552.58, "end": 553.3, "word": " بالنسبة", "probability": 0.90283203125}, {"start": 553.3, "end": 554.36, "word": " للإيمين", "probability": 0.562835693359375}, {"start": 554.36, "end": 555.24, "word": " لما", "probability": 0.580322265625}, {"start": 555.24, "end": 555.64, "word": " يكون", "probability": 0.97802734375}, {"start": 555.64, "end": 555.8, "word": " ال", "probability": 0.76318359375}, {"start": 555.8, "end": 556.26, "word": " instruction", "probability": 0.09283447265625}, {"start": 556.26, "end": 556.7, "word": " عبارة", "probability": 0.9874267578125}, {"start": 556.7, "end": 557.02, "word": " عن", "probability": 0.98974609375}, {"start": 557.02, "end": 558.9, "word": " operation", "probability": 0.306884765625}, {"start": 558.9, "end": 560.04, "word": " بالظبط", "probability": 0.7275390625}, {"start": 560.04, "end": 561.12, "word": " يبقى", "probability": 0.738861083984375}, {"start": 561.12, "end": 561.36, "word": " احنا", "probability": 0.7423502604166666}, {"start": 561.36, "end": 562.06, "word": " عمليا", "probability": 0.785400390625}, {"start": 562.06, "end": 563.1, "word": " رحلنا", "probability": 0.9598388671875}, {"start": 563.1, "end": 564.14, "word": " معظم", "probability": 0.98583984375}, {"start": 564.14, "end": 564.88, "word": " التعقيدات", "probability": 0.95234375}, {"start": 564.88, "end": 565.18, "word": " تبع", "probability": 0.7607421875}, {"start": 565.18, "end": 565.56, "word": " ال", "probability": 0.60986328125}, {"start": 565.56, "end": 566.78, "word": " algorithm", "probability": 0.74658203125}, {"start": 566.78, "end": 567.2, "word": " على", "probability": 0.80029296875}, {"start": 567.2, "end": 567.84, "word": " جيتريتش", "probability": 0.89677734375}, {"start": 567.84, "end": 568.48, "word": " جيتريتش", "probability": 0.92177734375}, {"start": 568.48, "end": 568.74, "word": " هي", "probability": 0.943359375}, {"start": 568.74, "end": 569.08, "word": " الآن", "probability": 0.55828857421875}, {"start": 569.08, "end": 569.7, "word": " مسئولة", "probability": 0.91650390625}, {"start": 569.7, "end": 569.86, "word": " عن", "probability": 0.80419921875}, {"start": 569.86, "end": 570.24, "word": " انها", "probability": 0.656005859375}, {"start": 570.24, "end": 571.02, "word": " تختار", "probability": 0.9889322916666666}, {"start": 571.02, "end": 571.14, "word": " ال", "probability": 0.9140625}, {"start": 571.14, "end": 571.62, "word": " registers", "probability": 0.5771484375}], "temperature": 1.0}, {"id": 22, "seek": 60004, "start": 572.75, "end": 600.05, "text": "صح ولا لأ؟ اذا ذكر انه مسئولية ال algorithm لما احنا كنا حكينا قبل هيكة مسئولية ال algorithm ان ت decide هل بنعمل load ولا لأ هذا اول مسئولية صح ولا لأ؟ المسئولية التانية generator operation هي هتعمل هذا و هتعمل هذا الاولة انها تقرر", "tokens": [9381, 5016, 49429, 5296, 10721, 22807, 1975, 15730, 29910, 37983, 16472, 3224, 47524, 19986, 12610, 10632, 2423, 9284, 5296, 15042, 1975, 5016, 8315, 9122, 8315, 11331, 4117, 1829, 8315, 12174, 36150, 39896, 4117, 3660, 47524, 19986, 12610, 10632, 2423, 9284, 16472, 6055, 4536, 8032, 1211, 44945, 25957, 1211, 3677, 49429, 5296, 10721, 23758, 1975, 12610, 47524, 19986, 12610, 10632, 20328, 5016, 49429, 5296, 10721, 22807, 9673, 3794, 19986, 12610, 10632, 16712, 7649, 10632, 19265, 6916, 39896, 8032, 2655, 25957, 1211, 23758, 4032, 8032, 2655, 25957, 1211, 23758, 42963, 12610, 3660, 16472, 11296, 6055, 4587, 2288, 2288], "avg_logprob": -0.3205541138796462, "compression_ratio": 1.9479166666666667, "no_speech_prob": 5.960464477539063e-08, "words": [{"start": 572.75, "end": 573.11, "word": "صح", "probability": 0.5565185546875}, {"start": 573.11, "end": 573.27, "word": " ولا", "probability": 0.306884765625}, {"start": 573.27, "end": 574.31, "word": " لأ؟", "probability": 0.7439778645833334}, {"start": 574.31, "end": 574.71, "word": " اذا", "probability": 0.49432373046875}, {"start": 574.71, "end": 575.09, "word": " ذكر", "probability": 0.8515625}, {"start": 575.09, "end": 576.43, "word": " انه", "probability": 0.37744140625}, {"start": 576.43, "end": 577.63, "word": " مسئولية", "probability": 0.904052734375}, {"start": 577.63, "end": 577.81, "word": " ال", "probability": 0.81103515625}, {"start": 577.81, "end": 578.23, "word": " algorithm", "probability": 0.70458984375}, {"start": 578.23, "end": 578.61, "word": " لما", "probability": 0.744384765625}, {"start": 578.61, "end": 578.89, "word": " احنا", "probability": 0.797607421875}, {"start": 578.89, "end": 579.11, "word": " كنا", "probability": 0.837158203125}, {"start": 579.11, "end": 579.47, "word": " حكينا", "probability": 0.59722900390625}, {"start": 579.47, "end": 579.71, "word": " قبل", "probability": 0.765869140625}, {"start": 579.71, "end": 580.25, "word": " هيكة", "probability": 0.6162109375}, {"start": 580.25, "end": 581.11, "word": " مسئولية", "probability": 0.912109375}, {"start": 581.11, "end": 581.29, "word": " ال", "probability": 0.927734375}, {"start": 581.29, "end": 581.71, "word": " algorithm", "probability": 0.9677734375}, {"start": 581.71, "end": 582.15, "word": " ان", "probability": 0.68896484375}, {"start": 582.15, "end": 582.33, "word": " ت", "probability": 0.66357421875}, {"start": 582.33, "end": 582.89, "word": " decide", "probability": 0.21240234375}, {"start": 582.89, "end": 583.29, "word": " هل", "probability": 0.930908203125}, {"start": 583.29, "end": 583.81, "word": " بنعمل", "probability": 0.7118326822916666}, {"start": 583.81, "end": 584.13, "word": " load", "probability": 0.93603515625}, {"start": 584.13, "end": 584.31, "word": " ولا", "probability": 0.90625}, {"start": 584.31, "end": 584.67, "word": " لأ", "probability": 0.870361328125}, {"start": 584.67, "end": 585.05, "word": " هذا", "probability": 0.5341796875}, {"start": 585.05, "end": 585.27, "word": " اول", "probability": 0.6956787109375}, {"start": 585.27, "end": 585.87, "word": " مسئولية", "probability": 0.9713134765625}, {"start": 585.87, "end": 586.65, "word": " صح", "probability": 0.84375}, {"start": 586.65, "end": 586.77, "word": " ولا", "probability": 0.8466796875}, {"start": 586.77, "end": 590.47, "word": " لأ؟", "probability": 0.7950846354166666}, {"start": 590.47, "end": 593.03, "word": " المسئولية", "probability": 0.978125}, {"start": 593.03, "end": 593.61, "word": " التانية", "probability": 0.9777018229166666}, {"start": 593.61, "end": 594.39, "word": " generator", "probability": 0.4853515625}, {"start": 594.39, "end": 595.03, "word": " operation", "probability": 0.86865234375}, {"start": 595.03, "end": 595.97, "word": " هي", "probability": 0.7041015625}, {"start": 595.97, "end": 596.63, "word": " هتعمل", "probability": 0.97705078125}, {"start": 596.63, "end": 597.03, "word": " هذا", "probability": 0.880859375}, {"start": 597.03, "end": 597.47, "word": " و", "probability": 0.7646484375}, {"start": 597.47, "end": 597.95, "word": " هتعمل", "probability": 0.9500732421875}, {"start": 597.95, "end": 598.33, "word": " هذا", "probability": 0.98583984375}, {"start": 598.33, "end": 599.25, "word": " الاولة", "probability": 0.5368245442708334}, {"start": 599.25, "end": 599.43, "word": " انها", "probability": 0.4132080078125}, {"start": 599.43, "end": 600.05, "word": " تقرر", "probability": 0.9561767578125}], "temperature": 1.0}, {"id": 23, "seek": 62997, "start": 600.39, "end": 629.97, "text": "هل تعمل load ولا لأ؟ هتقرر بناء على أنها تبحث عن ال register اللي أتى من get rich والمسئولية التالتة اللي هي إنه إذا محتاجين نعمل store، بنعمل store هذه لسه قدام، كمان شويه بتبين معانا، بس تلت مسئوليتها دولة هي الآن منطلقة بالاتنين هذولة لكن هذي decide إنه نعمل load ولا لأ، بيعتمد على مين؟ بيعتمد على ال registers اللي هتيجينا منهم", "tokens": [3224, 1211, 6055, 25957, 1211, 3677, 49429, 5296, 10721, 22807, 8032, 2655, 4587, 2288, 2288, 44945, 16606, 15844, 14739, 11296, 6055, 49628, 12984, 18871, 2423, 7280, 13672, 1829, 5551, 49975, 9154, 483, 4593, 16070, 2304, 3794, 19986, 12610, 10632, 16712, 6027, 2655, 3660, 13672, 1829, 39896, 36145, 3224, 11933, 15730, 3714, 33753, 26108, 9957, 8717, 25957, 1211, 3531, 12399, 44945, 25957, 1211, 3531, 29538, 5296, 3794, 3224, 12174, 3215, 10943, 12399, 9122, 2304, 7649, 13412, 45865, 3224, 39894, 3555, 9957, 20449, 7649, 995, 12399, 4724, 3794, 6055, 1211, 2655, 47524, 19986, 12610, 36081, 11296, 11778, 12610, 3660, 39896, 6024, 48506, 9154, 9566, 1211, 28671, 20666, 9307, 1863, 9957, 8032, 8848, 12610, 3660, 44381, 8032, 8848, 1829, 4536, 36145, 3224, 8717, 25957, 1211, 3677, 49429, 5296, 10721, 12399, 4724, 1829, 34268, 2304, 3215, 15844, 3714, 9957, 22807, 4724, 1829, 34268, 2304, 3215, 15844, 2423, 38351, 13672, 1829, 8032, 31371, 7435, 1829, 8315, 9154, 16095], "avg_logprob": -0.25507303859506336, "compression_ratio": 1.9303135888501741, "no_speech_prob": 5.960464477539063e-08, "words": [{"start": 600.39, "end": 600.69, "word": "هل", "probability": 0.94970703125}, {"start": 600.69, "end": 600.97, "word": " تعمل", "probability": 0.9275716145833334}, {"start": 600.97, "end": 601.15, "word": " load", "probability": 0.81396484375}, {"start": 601.15, "end": 601.29, "word": " ولا", "probability": 0.8369140625}, {"start": 601.29, "end": 601.99, "word": " لأ؟", "probability": 0.6923014322916666}, {"start": 601.99, "end": 602.77, "word": " هتقرر", "probability": 0.826806640625}, {"start": 602.77, "end": 603.07, "word": " بناء", "probability": 0.75927734375}, {"start": 603.07, "end": 603.29, "word": " على", "probability": 0.305419921875}, {"start": 603.29, "end": 603.45, "word": " أنها", "probability": 0.476806640625}, {"start": 603.45, "end": 603.85, "word": " تبحث", "probability": 0.9775390625}, {"start": 603.85, "end": 603.97, "word": " عن", "probability": 0.7578125}, {"start": 603.97, "end": 604.03, "word": " ال", "probability": 0.80908203125}, {"start": 604.03, "end": 604.21, "word": " register", "probability": 0.5712890625}, {"start": 604.21, "end": 604.51, "word": " اللي", "probability": 0.777099609375}, {"start": 604.51, "end": 604.81, "word": " أتى", "probability": 0.583740234375}, {"start": 604.81, "end": 605.67, "word": " من", "probability": 0.95556640625}, {"start": 605.67, "end": 605.99, "word": " get", "probability": 0.44775390625}, {"start": 605.99, "end": 606.33, "word": " rich", "probability": 0.11798095703125}, {"start": 606.33, "end": 607.49, "word": " والمسئولية", "probability": 0.8499348958333334}, {"start": 607.49, "end": 608.41, "word": " التالتة", "probability": 0.92626953125}, {"start": 608.41, "end": 608.71, "word": " اللي", "probability": 0.71533203125}, {"start": 608.71, "end": 608.99, "word": " هي", "probability": 0.84619140625}, {"start": 608.99, "end": 609.35, "word": " إنه", "probability": 0.4608154296875}, {"start": 609.35, "end": 610.69, "word": " إذا", "probability": 0.89794921875}, {"start": 610.69, "end": 611.19, "word": " محتاجين", "probability": 0.9703369140625}, {"start": 611.19, "end": 611.47, "word": " نعمل", "probability": 0.9485677083333334}, {"start": 611.47, "end": 612.73, "word": " store،", "probability": 0.590087890625}, {"start": 612.73, "end": 613.09, "word": " بنعمل", "probability": 0.754638671875}, {"start": 613.09, "end": 613.39, "word": " store", "probability": 0.88037109375}, {"start": 613.39, "end": 613.79, "word": " هذه", "probability": 0.546875}, {"start": 613.79, "end": 614.49, "word": " لسه", "probability": 0.8937174479166666}, {"start": 614.49, "end": 614.97, "word": " قدام،", "probability": 0.8431396484375}, {"start": 614.97, "end": 615.21, "word": " كمان", "probability": 0.9635416666666666}, {"start": 615.21, "end": 615.51, "word": " شويه", "probability": 0.7742513020833334}, {"start": 615.51, "end": 615.91, "word": " بتبين", "probability": 0.8763020833333334}, {"start": 615.91, "end": 616.93, "word": " معانا،", "probability": 0.7191162109375}, {"start": 616.93, "end": 617.15, "word": " بس", "probability": 0.96728515625}, {"start": 617.15, "end": 617.51, "word": " تلت", "probability": 0.62060546875}, {"start": 617.51, "end": 618.13, "word": " مسئوليتها", "probability": 0.88759765625}, {"start": 618.13, "end": 618.47, "word": " دولة", "probability": 0.8525390625}, {"start": 618.47, "end": 618.65, "word": " هي", "probability": 0.62548828125}, {"start": 618.65, "end": 619.05, "word": " الآن", "probability": 0.631591796875}, {"start": 619.05, "end": 619.59, "word": " منطلقة", "probability": 0.66168212890625}, {"start": 619.59, "end": 620.93, "word": " بالاتنين", "probability": 0.896728515625}, {"start": 620.93, "end": 621.55, "word": " هذولة", "probability": 0.6524658203125}, {"start": 621.55, "end": 621.85, "word": " لكن", "probability": 0.55126953125}, {"start": 621.85, "end": 622.55, "word": " هذي", "probability": 0.6484375}, {"start": 622.55, "end": 624.11, "word": " decide", "probability": 0.50537109375}, {"start": 624.11, "end": 624.63, "word": " إنه", "probability": 0.7607421875}, {"start": 624.63, "end": 624.95, "word": " نعمل", "probability": 0.99072265625}, {"start": 624.95, "end": 625.15, "word": " load", "probability": 0.986328125}, {"start": 625.15, "end": 625.27, "word": " ولا", "probability": 0.9453125}, {"start": 625.27, "end": 625.59, "word": " لأ،", "probability": 0.81787109375}, {"start": 625.59, "end": 626.19, "word": " بيعتمد", "probability": 0.96064453125}, {"start": 626.19, "end": 626.37, "word": " على", "probability": 0.923828125}, {"start": 626.37, "end": 627.65, "word": " مين؟", "probability": 0.9064127604166666}, {"start": 627.65, "end": 628.09, "word": " بيعتمد", "probability": 0.973828125}, {"start": 628.09, "end": 628.25, "word": " على", "probability": 0.85986328125}, {"start": 628.25, "end": 628.57, "word": " ال", "probability": 0.962890625}, {"start": 628.57, "end": 628.93, "word": " registers", "probability": 0.480712890625}, {"start": 628.93, "end": 629.19, "word": " اللي", "probability": 0.968505859375}, {"start": 629.19, "end": 629.63, "word": " هتيجينا", "probability": 0.926953125}, {"start": 629.63, "end": 629.97, "word": " منهم", "probability": 0.989990234375}], "temperature": 1.0}, {"id": 24, "seek": 65647, "start": 630.41, "end": 656.47, "text": "هتجينا من جترج صح جترج الآن عليها مسئولية استخدام ال registers بحكمة بمعنى اللي هو ال register allocation يبقى ماتعطنيش register أستخدمه و يبقى فيه قيمة و القيمة هذه ضرورية بقرار أهمية ال register من عدمه أوكل إلى أو روح إلى جترجستر هنا", "tokens": [3224, 2655, 7435, 1829, 8315, 9154, 10874, 2655, 47341, 20328, 5016, 10874, 2655, 47341, 6024, 48506, 25894, 11296, 47524, 19986, 12610, 10632, 44713, 9778, 3215, 10943, 2423, 38351, 4724, 5016, 24793, 3660, 4724, 2304, 3615, 1863, 7578, 13672, 1829, 31439, 2423, 7280, 27599, 7251, 3555, 4587, 7578, 3714, 9307, 3615, 9566, 22653, 8592, 7280, 5551, 14851, 9778, 40448, 3224, 4032, 7251, 3555, 4587, 7578, 8978, 3224, 12174, 32640, 3660, 4032, 25062, 32640, 3660, 29538, 48812, 2288, 13063, 10632, 4724, 4587, 2288, 9640, 5551, 16095, 10632, 2423, 7280, 9154, 6225, 40448, 3224, 34051, 28820, 30731, 34051, 12602, 2407, 5016, 30731, 10874, 2655, 47341, 14851, 2288, 34105], "avg_logprob": -0.2514740656007011, "compression_ratio": 1.8, "no_speech_prob": 0.0, "words": [{"start": 630.41, "end": 631.35, "word": "هتجينا", "probability": 0.733447265625}, {"start": 631.35, "end": 631.57, "word": " من", "probability": 0.955078125}, {"start": 631.57, "end": 632.17, "word": " جترج", "probability": 0.4459431966145833}, {"start": 632.17, "end": 632.73, "word": " صح", "probability": 0.7139892578125}, {"start": 632.73, "end": 633.75, "word": " جترج", "probability": 0.7096354166666666}, {"start": 633.75, "end": 634.07, "word": " الآن", "probability": 0.5740966796875}, {"start": 634.07, "end": 634.45, "word": " عليها", "probability": 0.92578125}, {"start": 634.45, "end": 635.25, "word": " مسئولية", "probability": 0.9405517578125}, {"start": 635.25, "end": 636.43, "word": " استخدام", "probability": 0.9593505859375}, {"start": 636.43, "end": 636.59, "word": " ال", "probability": 0.94873046875}, {"start": 636.59, "end": 636.99, "word": " registers", "probability": 0.400634765625}, {"start": 636.99, "end": 637.87, "word": " بحكمة", "probability": 0.93798828125}, {"start": 637.87, "end": 638.59, "word": " بمعنى", "probability": 0.95087890625}, {"start": 638.59, "end": 638.79, "word": " اللي", "probability": 0.908203125}, {"start": 638.79, "end": 639.07, "word": " هو", "probability": 0.9853515625}, {"start": 639.07, "end": 639.31, "word": " ال", "probability": 0.89892578125}, {"start": 639.31, "end": 639.79, "word": " register", "probability": 0.8291015625}, {"start": 639.79, "end": 640.57, "word": " allocation", "probability": 0.95556640625}, {"start": 640.57, "end": 641.73, "word": " يبقى", "probability": 0.8525390625}, {"start": 641.73, "end": 643.15, "word": " ماتعطنيش", "probability": 0.7678629557291666}, {"start": 643.15, "end": 643.83, "word": " register", "probability": 0.7216796875}, {"start": 643.83, "end": 644.89, "word": " أستخدمه", "probability": 0.859033203125}, {"start": 644.89, "end": 645.03, "word": " و", "probability": 0.53857421875}, {"start": 645.03, "end": 645.21, "word": " يبقى", "probability": 0.8841552734375}, {"start": 645.21, "end": 645.51, "word": " فيه", "probability": 0.97216796875}, {"start": 645.51, "end": 645.89, "word": " قيمة", "probability": 0.9874674479166666}, {"start": 645.89, "end": 646.01, "word": " و", "probability": 0.48828125}, {"start": 646.01, "end": 646.37, "word": " القيمة", "probability": 0.9685872395833334}, {"start": 646.37, "end": 646.73, "word": " هذه", "probability": 0.72998046875}, {"start": 646.73, "end": 648.37, "word": " ضرورية", "probability": 0.9737548828125}, {"start": 648.37, "end": 649.63, "word": " بقرار", "probability": 0.8416748046875}, {"start": 649.63, "end": 650.45, "word": " أهمية", "probability": 0.9479166666666666}, {"start": 650.45, "end": 650.63, "word": " ال", "probability": 0.9833984375}, {"start": 650.63, "end": 650.99, "word": " register", "probability": 0.9375}, {"start": 650.99, "end": 651.19, "word": " من", "probability": 0.98046875}, {"start": 651.19, "end": 652.03, "word": " عدمه", "probability": 0.9755859375}, {"start": 652.03, "end": 652.77, "word": " أوكل", "probability": 0.6058349609375}, {"start": 652.77, "end": 653.13, "word": " إلى", "probability": 0.424072265625}, {"start": 653.13, "end": 653.35, "word": " أو", "probability": 0.4931640625}, {"start": 653.35, "end": 653.65, "word": " روح", "probability": 0.9231770833333334}, {"start": 653.65, "end": 653.95, "word": " إلى", "probability": 0.45703125}, {"start": 653.95, "end": 655.61, "word": " جترجستر", "probability": 0.67099609375}, {"start": 655.61, "end": 656.47, "word": " هنا", "probability": 0.8876953125}], "temperature": 1.0}, {"id": 25, "seek": 67825, "start": 659.29, "end": 678.25, "text": "الهيكل الأساسي تبع ال algorithm بيقرر إذا كان يعمل load ولا لا بيقرر بيعمل ال algorithm ال operation إذا هي زائد وروح بيجيب add إذا هي ناقص بيجيب subtract وفي الآخر بيقرر إذا كان يعمل storm ولا لا", "tokens": [6027, 3224, 1829, 28820, 16247, 3794, 32277, 1829, 6055, 3555, 3615, 2423, 9284, 4724, 1829, 4587, 2288, 2288, 11933, 15730, 25961, 7251, 25957, 1211, 3677, 49429, 20193, 4724, 1829, 4587, 2288, 2288, 4724, 1829, 25957, 1211, 2423, 9284, 2423, 6916, 11933, 15730, 39896, 30767, 16373, 3215, 4032, 32887, 5016, 4724, 1829, 7435, 1829, 3555, 909, 11933, 15730, 39896, 8717, 995, 4587, 9381, 4724, 1829, 7435, 1829, 3555, 16390, 4032, 41185, 6024, 95, 34740, 4724, 1829, 4587, 2288, 2288, 11933, 15730, 25961, 7251, 25957, 1211, 7679, 49429, 20193], "avg_logprob": -0.20632102966985919, "compression_ratio": 1.7701149425287357, "no_speech_prob": 1.1920928955078125e-07, "words": [{"start": 659.29, "end": 660.05, "word": "الهيكل", "probability": 0.7835693359375}, {"start": 660.05, "end": 660.53, "word": " الأساسي", "probability": 0.9644775390625}, {"start": 660.53, "end": 660.67, "word": " تبع", "probability": 0.5267333984375}, {"start": 660.67, "end": 660.75, "word": " ال", "probability": 0.84521484375}, {"start": 660.75, "end": 661.11, "word": " algorithm", "probability": 0.6630859375}, {"start": 661.11, "end": 662.33, "word": " بيقرر", "probability": 0.90283203125}, {"start": 662.33, "end": 662.73, "word": " إذا", "probability": 0.84619140625}, {"start": 662.73, "end": 663.01, "word": " كان", "probability": 0.984375}, {"start": 663.01, "end": 663.39, "word": " يعمل", "probability": 0.9611002604166666}, {"start": 663.39, "end": 663.61, "word": " load", "probability": 0.93310546875}, {"start": 663.61, "end": 663.77, "word": " ولا", "probability": 0.8359375}, {"start": 663.77, "end": 664.05, "word": " لا", "probability": 0.78173828125}, {"start": 664.05, "end": 665.63, "word": " بيقرر", "probability": 0.85263671875}, {"start": 665.63, "end": 667.63, "word": " بيعمل", "probability": 0.897216796875}, {"start": 667.63, "end": 668.11, "word": " ال", "probability": 0.90966796875}, {"start": 668.11, "end": 668.67, "word": " algorithm", "probability": 0.62646484375}, {"start": 668.67, "end": 669.19, "word": " ال", "probability": 0.671875}, {"start": 669.19, "end": 669.89, "word": " operation", "probability": 0.890625}, {"start": 669.89, "end": 671.17, "word": " إذا", "probability": 0.9130859375}, {"start": 671.17, "end": 671.35, "word": " هي", "probability": 0.7685546875}, {"start": 671.35, "end": 671.73, "word": " زائد", "probability": 0.8387044270833334}, {"start": 671.73, "end": 671.95, "word": " وروح", "probability": 0.705078125}, {"start": 671.95, "end": 672.33, "word": " بيجيب", "probability": 0.95478515625}, {"start": 672.33, "end": 672.95, "word": " add", "probability": 0.89013671875}, {"start": 672.95, "end": 673.19, "word": " إذا", "probability": 0.933837890625}, {"start": 673.19, "end": 673.33, "word": " هي", "probability": 0.9326171875}, {"start": 673.33, "end": 673.61, "word": " ناقص", "probability": 0.8797607421875}, {"start": 673.61, "end": 673.85, "word": " بيجيب", "probability": 0.9708984375}, {"start": 673.85, "end": 674.35, "word": " subtract", "probability": 0.93408203125}, {"start": 674.35, "end": 675.91, "word": " وفي", "probability": 0.53271484375}, {"start": 675.91, "end": 676.35, "word": " الآخر", "probability": 0.8986002604166666}, {"start": 676.35, "end": 676.87, "word": " بيقرر", "probability": 0.9546875}, {"start": 676.87, "end": 676.95, "word": " إذا", "probability": 0.890869140625}, {"start": 676.95, "end": 677.11, "word": " كان", "probability": 0.9912109375}, {"start": 677.11, "end": 677.35, "word": " يعمل", "probability": 0.9762369791666666}, {"start": 677.35, "end": 677.73, "word": " storm", "probability": 0.76171875}, {"start": 677.73, "end": 677.97, "word": " ولا", "probability": 0.8076171875}, {"start": 677.97, "end": 678.25, "word": " لا", "probability": 0.681640625}], "temperature": 1.0}, {"id": 26, "seek": 71045, "start": 682.97, "end": 710.45, "text": "إدارة استخدام ال registers بشكل حكيم ومحكم هذا عند ال get rich طيب يبقى احنا دلوقت شوفنا فيما يتعلق بإذا كانت ال instruction تحتوي على ال operation إذا لا تحتوي على ال operation وهذا الأمر ايضا شوفناه قبل ذلك في المثال ان عند مثلا X بالساوية و Y copy statement X بالساوية و Y ايش عملت ال .. طلع على المثال اللي كنا شوفناه", "tokens": [28814, 3215, 9640, 3660, 44713, 9778, 3215, 10943, 2423, 11376, 433, 4724, 8592, 28820, 11331, 4117, 32640, 4032, 2304, 5016, 24793, 23758, 43242, 2423, 483, 4593, 23032, 1829, 3555, 7251, 3555, 4587, 7578, 1975, 5016, 8315, 11778, 1211, 30543, 2655, 13412, 38688, 8315, 8978, 15042, 7251, 2655, 30241, 4587, 4724, 28814, 15730, 25961, 2655, 2423, 10951, 6055, 33753, 45865, 15844, 2423, 6916, 11933, 15730, 20193, 6055, 33753, 45865, 15844, 2423, 6916, 37037, 15730, 16247, 29973, 1975, 1829, 11242, 995, 13412, 38688, 8315, 3224, 12174, 36150, 29910, 23275, 8978, 9673, 12984, 6027, 16472, 43242, 50113, 15040, 1783, 20666, 3794, 995, 2407, 10632, 4032, 398, 5055, 5629, 1783, 20666, 3794, 995, 2407, 10632, 4032, 398, 1975, 1829, 8592, 6225, 42213, 2655, 2423, 4386, 23032, 1211, 3615, 15844, 9673, 12984, 6027, 13672, 1829, 9122, 8315, 13412, 38688, 8315, 3224], "avg_logprob": -0.27326642509794585, "compression_ratio": 1.8525179856115108, "no_speech_prob": 0.0, "words": [{"start": 682.97, "end": 683.69, "word": "إدارة", "probability": 0.82794189453125}, {"start": 683.69, "end": 684.29, "word": " استخدام", "probability": 0.94873046875}, {"start": 684.29, "end": 684.43, "word": " ال", "probability": 0.77978515625}, {"start": 684.43, "end": 684.91, "word": " registers", "probability": 0.48583984375}, {"start": 684.91, "end": 685.47, "word": " بشكل", "probability": 0.9763997395833334}, {"start": 685.47, "end": 686.45, "word": " حكيم", "probability": 0.9728190104166666}, {"start": 686.45, "end": 687.03, "word": " ومحكم", "probability": 0.846435546875}, {"start": 687.03, "end": 687.71, "word": " هذا", "probability": 0.55419921875}, {"start": 687.71, "end": 687.99, "word": " عند", "probability": 0.7451171875}, {"start": 687.99, "end": 688.15, "word": " ال", "probability": 0.7568359375}, {"start": 688.15, "end": 688.29, "word": " get", "probability": 0.495361328125}, {"start": 688.29, "end": 688.63, "word": " rich", "probability": 0.8203125}, {"start": 688.63, "end": 691.89, "word": " طيب", "probability": 0.7838541666666666}, {"start": 691.89, "end": 692.25, "word": " يبقى", "probability": 0.623046875}, {"start": 692.25, "end": 692.41, "word": " احنا", "probability": 0.8544921875}, {"start": 692.41, "end": 692.57, "word": " دلوقت", "probability": 0.60394287109375}, {"start": 692.57, "end": 693.13, "word": " شوفنا", "probability": 0.7638346354166666}, {"start": 693.13, "end": 693.73, "word": " فيما", "probability": 0.6728515625}, {"start": 693.73, "end": 694.17, "word": " يتعلق", "probability": 0.972900390625}, {"start": 694.17, "end": 694.61, "word": " بإذا", "probability": 0.8538411458333334}, {"start": 694.61, "end": 694.89, "word": " كانت", "probability": 0.96875}, {"start": 694.89, "end": 694.95, "word": " ال", "probability": 0.923828125}, {"start": 694.95, "end": 695.29, "word": " instruction", "probability": 0.72802734375}, {"start": 695.29, "end": 695.73, "word": " تحتوي", "probability": 0.9064127604166666}, {"start": 695.73, "end": 695.89, "word": " على", "probability": 0.93408203125}, {"start": 695.89, "end": 696.01, "word": " ال", "probability": 0.69677734375}, {"start": 696.01, "end": 696.33, "word": " operation", "probability": 0.9150390625}, {"start": 696.33, "end": 696.65, "word": " إذا", "probability": 0.828857421875}, {"start": 696.65, "end": 696.81, "word": " لا", "probability": 0.6337890625}, {"start": 696.81, "end": 697.17, "word": " تحتوي", "probability": 0.9685872395833334}, {"start": 697.17, "end": 697.29, "word": " على", "probability": 0.8876953125}, {"start": 697.29, "end": 697.39, "word": " ال", "probability": 0.95654296875}, {"start": 697.39, "end": 697.89, "word": " operation", "probability": 0.9814453125}, {"start": 697.89, "end": 698.91, "word": " وهذا", "probability": 0.756591796875}, {"start": 698.91, "end": 699.31, "word": " الأمر", "probability": 0.659423828125}, {"start": 699.31, "end": 699.97, "word": " ايضا", "probability": 0.83447265625}, {"start": 699.97, "end": 700.43, "word": " شوفناه", "probability": 0.853759765625}, {"start": 700.43, "end": 700.53, "word": " قبل", "probability": 0.84912109375}, {"start": 700.53, "end": 700.71, "word": " ذلك", "probability": 0.95947265625}, {"start": 700.71, "end": 700.85, "word": " في", "probability": 0.91357421875}, {"start": 700.85, "end": 701.41, "word": " المثال", "probability": 0.9065755208333334}, {"start": 701.41, "end": 702.03, "word": " ان", "probability": 0.317138671875}, {"start": 702.03, "end": 702.29, "word": " عند", "probability": 0.97021484375}, {"start": 702.29, "end": 702.83, "word": " مثلا", "probability": 0.876220703125}, {"start": 702.83, "end": 703.49, "word": " X", "probability": 0.5693359375}, {"start": 703.49, "end": 703.95, "word": " بالساوية", "probability": 0.468536376953125}, {"start": 703.95, "end": 704.01, "word": " و", "probability": 0.7451171875}, {"start": 704.01, "end": 704.27, "word": " Y", "probability": 0.59521484375}, {"start": 704.27, "end": 705.09, "word": " copy", "probability": 0.471435546875}, {"start": 705.09, "end": 705.67, "word": " statement", "probability": 0.93115234375}, {"start": 705.67, "end": 706.05, "word": " X", "probability": 0.68701171875}, {"start": 706.05, "end": 706.43, "word": " بالساوية", "probability": 0.98115234375}, {"start": 706.43, "end": 706.55, "word": " و", "probability": 0.98046875}, {"start": 706.55, "end": 706.81, "word": " Y", "probability": 0.5908203125}, {"start": 706.81, "end": 707.55, "word": " ايش", "probability": 0.7716471354166666}, {"start": 707.55, "end": 708.03, "word": " عملت", "probability": 0.7293294270833334}, {"start": 708.03, "end": 708.25, "word": " ال", "probability": 0.2022705078125}, {"start": 708.25, "end": 708.41, "word": " ..", "probability": 0.4619140625}, {"start": 708.41, "end": 708.67, "word": " طلع", "probability": 0.6038411458333334}, {"start": 708.67, "end": 708.81, "word": " على", "probability": 0.88232421875}, {"start": 708.81, "end": 709.23, "word": " المثال", "probability": 0.9762369791666666}, {"start": 709.23, "end": 709.39, "word": " اللي", "probability": 0.931396484375}, {"start": 709.39, "end": 709.65, "word": " كنا", "probability": 0.84423828125}, {"start": 709.65, "end": 710.45, "word": " شوفناه", "probability": 0.8143310546875}], "temperature": 1.0}, {"id": 27, "seek": 73566, "start": 710.72, "end": 735.66, "text": "اللي هو هياده و قال دي ايه بساوي دي؟ ايش اللي عملته؟ عملت انه load ال D على R2 يبقى هنا السؤال هل بحتاج اعمل load ولا لأ؟ بعتمد برضه على نفس القضية لما احنا بنستدعي get register لهذا ال instruction هتعطينا register واحد", "tokens": [6027, 20292, 31439, 39896, 18513, 3224, 4032, 50239, 11778, 1829, 1975, 1829, 3224, 4724, 3794, 995, 45865, 11778, 1829, 22807, 1975, 1829, 8592, 13672, 1829, 6225, 42213, 47395, 22807, 6225, 42213, 2655, 16472, 3224, 3677, 2423, 413, 15844, 497, 17, 7251, 3555, 4587, 7578, 34105, 21136, 33604, 6027, 8032, 1211, 4724, 33753, 26108, 1975, 25957, 1211, 3677, 49429, 5296, 10721, 22807, 4724, 34268, 2304, 3215, 4724, 43042, 3224, 15844, 8717, 36178, 25062, 11242, 10632, 5296, 15042, 1975, 5016, 8315, 44945, 14851, 3215, 3615, 1829, 483, 7280, 5296, 3224, 15730, 2423, 10951, 8032, 2655, 3615, 9566, 1829, 8315, 7280, 36764, 24401], "avg_logprob": -0.3357054573474544, "compression_ratio": 1.6090909090909091, "no_speech_prob": 5.960464477539063e-08, "words": [{"start": 710.72, "end": 711.64, "word": "اللي", "probability": 0.22601318359375}, {"start": 711.64, "end": 711.82, "word": " هو", "probability": 0.552734375}, {"start": 711.82, "end": 712.28, "word": " هياده", "probability": 0.4444986979166667}, {"start": 712.28, "end": 712.36, "word": " و", "probability": 0.2269287109375}, {"start": 712.36, "end": 712.52, "word": " قال", "probability": 0.30859375}, {"start": 712.52, "end": 712.66, "word": " دي", "probability": 0.6051025390625}, {"start": 712.66, "end": 712.78, "word": " ايه", "probability": 0.7992350260416666}, {"start": 712.78, "end": 713.22, "word": " بساوي", "probability": 0.607666015625}, {"start": 713.22, "end": 714.02, "word": " دي؟", "probability": 0.4875895182291667}, {"start": 714.02, "end": 714.28, "word": " ايش", "probability": 0.7129720052083334}, {"start": 714.28, "end": 714.42, "word": " اللي", "probability": 0.940673828125}, {"start": 714.42, "end": 715.26, "word": " عملته؟", "probability": 0.8074951171875}, {"start": 715.26, "end": 715.94, "word": " عملت", "probability": 0.87548828125}, {"start": 715.94, "end": 716.66, "word": " انه", "probability": 0.857421875}, {"start": 716.66, "end": 717.16, "word": " load", "probability": 0.8740234375}, {"start": 717.16, "end": 717.86, "word": " ال", "probability": 0.5029296875}, {"start": 717.86, "end": 718.06, "word": " D", "probability": 0.49658203125}, {"start": 718.06, "end": 718.28, "word": " على", "probability": 0.76171875}, {"start": 718.28, "end": 718.98, "word": " R2", "probability": 0.591064453125}, {"start": 718.98, "end": 721.16, "word": " يبقى", "probability": 0.726348876953125}, {"start": 721.16, "end": 721.42, "word": " هنا", "probability": 0.9560546875}, {"start": 721.42, "end": 722.24, "word": " السؤال", "probability": 0.9881184895833334}, {"start": 722.24, "end": 723.04, "word": " هل", "probability": 0.90576171875}, {"start": 723.04, "end": 723.6, "word": " بحتاج", "probability": 0.9580078125}, {"start": 723.6, "end": 723.98, "word": " اعمل", "probability": 0.9108072916666666}, {"start": 723.98, "end": 724.24, "word": " load", "probability": 0.9697265625}, {"start": 724.24, "end": 724.4, "word": " ولا", "probability": 0.8798828125}, {"start": 724.4, "end": 725.68, "word": " لأ؟", "probability": 0.77685546875}, {"start": 725.68, "end": 726.26, "word": " بعتمد", "probability": 0.8626708984375}, {"start": 726.26, "end": 726.56, "word": " برضه", "probability": 0.9602864583333334}, {"start": 726.56, "end": 726.76, "word": " على", "probability": 0.8828125}, {"start": 726.76, "end": 727.04, "word": " نفس", "probability": 0.998046875}, {"start": 727.04, "end": 727.6, "word": " القضية", "probability": 0.98828125}, {"start": 727.6, "end": 728.78, "word": " لما", "probability": 0.888916015625}, {"start": 728.78, "end": 729.32, "word": " احنا", "probability": 0.6415201822916666}, {"start": 729.32, "end": 730.02, "word": " بنستدعي", "probability": 0.6794921875}, {"start": 730.02, "end": 730.24, "word": " get", "probability": 0.7529296875}, {"start": 730.24, "end": 730.94, "word": " register", "probability": 0.9228515625}, {"start": 730.94, "end": 732.98, "word": " لهذا", "probability": 0.5604654947916666}, {"start": 732.98, "end": 733.08, "word": " ال", "probability": 0.85009765625}, {"start": 733.08, "end": 733.68, "word": " instruction", "probability": 0.54931640625}, {"start": 733.68, "end": 734.76, "word": " هتعطينا", "probability": 0.9239095052083334}, {"start": 734.76, "end": 735.1, "word": " register", "probability": 0.705078125}, {"start": 735.1, "end": 735.66, "word": " واحد", "probability": 0.968994140625}], "temperature": 1.0}, {"id": 28, "seek": 76522, "start": 736.42, "end": 765.22, "text": "مش هتعطيني ال register ل دي يختلف عن ال register ليه هتعطيني ال register واحد أستخدمه للاتنين لإن هذا assignment statement ماشي الحال لإن ال register هى ده قططني R2 بدي أسأل السؤال هل أنا محتاج أجيب D من ال memory و أخزنها في R2 برضه بيرجع إلى نفس ال .. ال .. الكلام السابق هل ال D already موجود في R2 إذا موجود في R2 يبقى مش load هنا لإن ال D", "tokens": [2304, 8592, 8032, 2655, 3615, 9566, 1829, 22653, 2423, 7280, 5296, 11778, 1829, 7251, 46456, 46538, 18871, 2423, 7280, 32239, 3224, 8032, 2655, 3615, 9566, 1829, 22653, 2423, 7280, 36764, 24401, 5551, 14851, 9778, 40448, 3224, 24976, 9307, 1863, 9957, 5296, 28814, 1863, 23758, 15187, 5629, 3714, 33599, 1829, 21542, 6027, 5296, 28814, 1863, 2423, 7280, 8032, 7578, 11778, 3224, 12174, 9566, 9566, 22653, 497, 17, 4724, 16254, 5551, 3794, 10721, 1211, 21136, 33604, 6027, 8032, 1211, 41850, 3714, 33753, 26108, 5551, 7435, 1829, 3555, 413, 9154, 2423, 4675, 4032, 5551, 9778, 11622, 1863, 11296, 8978, 497, 17, 4724, 43042, 3224, 4724, 13546, 7435, 3615, 30731, 8717, 36178, 2423, 4386, 2423, 4386, 2423, 28820, 10943, 21136, 16758, 4587, 8032, 1211, 2423, 413, 1217, 3714, 29245, 23328, 8978, 497, 17, 11933, 15730, 3714, 29245, 23328, 8978, 497, 17, 7251, 3555, 4587, 7578, 37893, 3677, 34105, 5296, 28814, 1863, 2423, 413], "avg_logprob": -0.23125000506639481, "compression_ratio": 1.8373702422145328, "no_speech_prob": 0.0, "words": [{"start": 736.42, "end": 736.64, "word": "مش", "probability": 0.54766845703125}, {"start": 736.64, "end": 737.08, "word": " هتعطيني", "probability": 0.8714192708333334}, {"start": 737.08, "end": 737.2, "word": " ال", "probability": 0.7744140625}, {"start": 737.2, "end": 737.42, "word": " register", "probability": 0.73583984375}, {"start": 737.42, "end": 737.7, "word": " ل", "probability": 0.48583984375}, {"start": 737.7, "end": 738.0, "word": " دي", "probability": 0.5718994140625}, {"start": 738.0, "end": 738.6, "word": " يختلف", "probability": 0.95849609375}, {"start": 738.6, "end": 738.74, "word": " عن", "probability": 0.9462890625}, {"start": 738.74, "end": 738.8, "word": " ال", "probability": 0.9345703125}, {"start": 738.8, "end": 739.08, "word": " register", "probability": 0.93505859375}, {"start": 739.08, "end": 739.36, "word": " ليه", "probability": 0.832275390625}, {"start": 739.36, "end": 739.76, "word": " هتعطيني", "probability": 0.8583984375}, {"start": 739.76, "end": 739.84, "word": " ال", "probability": 0.95166015625}, {"start": 739.84, "end": 740.02, "word": " register", "probability": 0.97119140625}, {"start": 740.02, "end": 740.46, "word": " واحد", "probability": 0.982666015625}, {"start": 740.46, "end": 741.18, "word": " أستخدمه", "probability": 0.850390625}, {"start": 741.18, "end": 741.88, "word": " للاتنين", "probability": 0.8004150390625}, {"start": 741.88, "end": 742.1, "word": " لإن", "probability": 0.7640787760416666}, {"start": 742.1, "end": 742.3, "word": " هذا", "probability": 0.1483154296875}, {"start": 742.3, "end": 742.82, "word": " assignment", "probability": 0.794921875}, {"start": 742.82, "end": 743.56, "word": " statement", "probability": 0.95068359375}, {"start": 743.56, "end": 744.88, "word": " ماشي", "probability": 0.7588704427083334}, {"start": 744.88, "end": 745.16, "word": " الحال", "probability": 0.928955078125}, {"start": 745.16, "end": 745.76, "word": " لإن", "probability": 0.73291015625}, {"start": 745.76, "end": 745.88, "word": " ال", "probability": 0.9482421875}, {"start": 745.88, "end": 746.2, "word": " register", "probability": 0.9580078125}, {"start": 746.2, "end": 746.5, "word": " هى", "probability": 0.37969970703125}, {"start": 746.5, "end": 746.76, "word": " ده", "probability": 0.936767578125}, {"start": 746.76, "end": 747.22, "word": " قططني", "probability": 0.756103515625}, {"start": 747.22, "end": 747.76, "word": " R2", "probability": 0.80859375}, {"start": 747.76, "end": 749.02, "word": " بدي", "probability": 0.46807861328125}, {"start": 749.02, "end": 749.36, "word": " أسأل", "probability": 0.9073486328125}, {"start": 749.36, "end": 749.74, "word": " السؤال", "probability": 0.99169921875}, {"start": 749.74, "end": 750.02, "word": " هل", "probability": 0.945556640625}, {"start": 750.02, "end": 750.24, "word": " أنا", "probability": 0.7978515625}, {"start": 750.24, "end": 750.72, "word": " محتاج", "probability": 0.98779296875}, {"start": 750.72, "end": 751.12, "word": " أجيب", "probability": 0.978271484375}, {"start": 751.12, "end": 751.3, "word": " D", "probability": 0.75439453125}, {"start": 751.3, "end": 751.54, "word": " من", "probability": 0.99169921875}, {"start": 751.54, "end": 751.66, "word": " ال", "probability": 0.69287109375}, {"start": 751.66, "end": 751.9, "word": " memory", "probability": 0.73681640625}, {"start": 751.9, "end": 752.08, "word": " و", "probability": 0.29638671875}, {"start": 752.08, "end": 752.46, "word": " أخزنها", "probability": 0.773828125}, {"start": 752.46, "end": 752.58, "word": " في", "probability": 0.93310546875}, {"start": 752.58, "end": 753.08, "word": " R2", "probability": 0.98095703125}, {"start": 753.08, "end": 754.26, "word": " برضه", "probability": 0.93017578125}, {"start": 754.26, "end": 754.86, "word": " بيرجع", "probability": 0.9215087890625}, {"start": 754.86, "end": 755.14, "word": " إلى", "probability": 0.79833984375}, {"start": 755.14, "end": 755.48, "word": " نفس", "probability": 0.964111328125}, {"start": 755.48, "end": 755.74, "word": " ال", "probability": 0.83544921875}, {"start": 755.74, "end": 755.86, "word": " ..", "probability": 0.280517578125}, {"start": 755.86, "end": 756.96, "word": " ال", "probability": 0.87060546875}, {"start": 756.96, "end": 757.58, "word": " ..", "probability": 0.87109375}, {"start": 757.58, "end": 758.18, "word": " الكلام", "probability": 0.8347981770833334}, {"start": 758.18, "end": 758.72, "word": " السابق", "probability": 0.890625}, {"start": 758.72, "end": 759.54, "word": " هل", "probability": 0.956298828125}, {"start": 759.54, "end": 759.88, "word": " ال", "probability": 0.984375}, {"start": 759.88, "end": 760.12, "word": " D", "probability": 0.927734375}, {"start": 760.12, "end": 760.58, "word": " already", "probability": 0.779296875}, {"start": 760.58, "end": 760.98, "word": " موجود", "probability": 0.9899088541666666}, {"start": 760.98, "end": 761.16, "word": " في", "probability": 0.8984375}, {"start": 761.16, "end": 761.6, "word": " R2", "probability": 0.9912109375}, {"start": 761.6, "end": 761.78, "word": " إذا", "probability": 0.6693115234375}, {"start": 761.78, "end": 762.14, "word": " موجود", "probability": 0.9324544270833334}, {"start": 762.14, "end": 762.28, "word": " في", "probability": 0.904296875}, {"start": 762.28, "end": 762.6, "word": " R2", "probability": 0.97802734375}, {"start": 762.6, "end": 762.8, "word": " يبقى", "probability": 0.72479248046875}, {"start": 762.8, "end": 763.12, "word": " مش", "probability": 0.6865234375}, {"start": 763.12, "end": 763.46, "word": " load", "probability": 0.441650390625}, {"start": 763.46, "end": 764.28, "word": " هنا", "probability": 0.958984375}, {"start": 764.28, "end": 764.76, "word": " لإن", "probability": 0.841796875}, {"start": 764.76, "end": 764.94, "word": " ال", "probability": 0.888671875}, {"start": 764.94, "end": 765.22, "word": " D", "probability": 0.9619140625}], "temperature": 1.0}, {"id": 29, "seek": 79565, "start": 767.57, "end": 795.65, "text": "هي R2 لا يحتوي على ال D يحتوي على حاجة تانية اللي هي T فاحنا روحنا حملنا أنه لا يحتوي على ال D طب إيش ال T هذه؟ ال T هذه أنا ماليش دخل ال get register هي أعطتني R2 إيش في جوات ال R2 هذا؟ هو فاضي في حاجة جواته أنا ماليش دخل أنا بتكتب فوقه هي المسؤولة عن إنه إذا في حاجة تكون هذا الحاجة مالهاش أهمية إيه إذا بتبقى استخدامها قدامك؟", "tokens": [3224, 1829, 497, 17, 20193, 7251, 33753, 45865, 15844, 2423, 413, 7251, 33753, 45865, 15844, 11331, 26108, 3660, 6055, 7649, 10632, 13672, 1829, 39896, 314, 6156, 39319, 8315, 12602, 2407, 5016, 8315, 11331, 42213, 8315, 14739, 3224, 20193, 7251, 33753, 45865, 15844, 2423, 413, 23032, 3555, 11933, 1829, 8592, 2423, 314, 29538, 22807, 2423, 314, 29538, 41850, 3714, 6027, 1829, 8592, 11778, 9778, 1211, 2423, 483, 7280, 39896, 5551, 3615, 9566, 2655, 22653, 497, 17, 11933, 1829, 8592, 8978, 10874, 2407, 9307, 2423, 497, 17, 23758, 22807, 31439, 6156, 46958, 1829, 8978, 11331, 26108, 3660, 10874, 2407, 9307, 3224, 41850, 3714, 6027, 1829, 8592, 11778, 9778, 1211, 41850, 39894, 4117, 2655, 3555, 6156, 30543, 3224, 39896, 9673, 3794, 33604, 12610, 3660, 18871, 36145, 3224, 11933, 15730, 8978, 11331, 26108, 3660, 6055, 30544, 23758, 21542, 26108, 3660, 3714, 6027, 3224, 33599, 5551, 16095, 10632, 11933, 1829, 3224, 11933, 15730, 39894, 3555, 4587, 7578, 44713, 9778, 3215, 10943, 11296, 12174, 3215, 10943, 4117, 22807], "avg_logprob": -0.24904140884890877, "compression_ratio": 2.0701107011070112, "no_speech_prob": 0.0, "words": [{"start": 767.57, "end": 767.87, "word": "هي", "probability": 0.31585693359375}, {"start": 767.87, "end": 768.25, "word": " R2", "probability": 0.525146484375}, {"start": 768.25, "end": 768.49, "word": " لا", "probability": 0.533203125}, {"start": 768.49, "end": 768.93, "word": " يحتوي", "probability": 0.9427083333333334}, {"start": 768.93, "end": 769.15, "word": " على", "probability": 0.873046875}, {"start": 769.15, "end": 769.31, "word": " ال", "probability": 0.273681640625}, {"start": 769.31, "end": 769.51, "word": " D", "probability": 0.75537109375}, {"start": 769.51, "end": 770.43, "word": " يحتوي", "probability": 0.8094075520833334}, {"start": 770.43, "end": 770.57, "word": " على", "probability": 0.89599609375}, {"start": 770.57, "end": 770.89, "word": " حاجة", "probability": 0.9498697916666666}, {"start": 770.89, "end": 771.23, "word": " تانية", "probability": 0.95556640625}, {"start": 771.23, "end": 771.37, "word": " اللي", "probability": 0.45465087890625}, {"start": 771.37, "end": 771.51, "word": " هي", "probability": 0.80322265625}, {"start": 771.51, "end": 771.81, "word": " T", "probability": 0.68603515625}, {"start": 771.81, "end": 773.05, "word": " فاحنا", "probability": 0.7605794270833334}, {"start": 773.05, "end": 773.55, "word": " روحنا", "probability": 0.958740234375}, {"start": 773.55, "end": 774.49, "word": " حملنا", "probability": 0.8873697916666666}, {"start": 774.49, "end": 775.53, "word": " أنه", "probability": 0.6488037109375}, {"start": 775.53, "end": 775.63, "word": " لا", "probability": 0.94482421875}, {"start": 775.63, "end": 776.03, "word": " يحتوي", "probability": 0.97412109375}, {"start": 776.03, "end": 776.21, "word": " على", "probability": 0.95703125}, {"start": 776.21, "end": 776.37, "word": " ال", "probability": 0.79296875}, {"start": 776.37, "end": 776.51, "word": " D", "probability": 0.94775390625}, {"start": 776.51, "end": 776.99, "word": " طب", "probability": 0.819580078125}, {"start": 776.99, "end": 777.21, "word": " إيش", "probability": 0.8597005208333334}, {"start": 777.21, "end": 777.37, "word": " ال", "probability": 0.873046875}, {"start": 777.37, "end": 777.55, "word": " T", "probability": 0.96240234375}, {"start": 777.55, "end": 778.03, "word": " هذه؟", "probability": 0.5362548828125}, {"start": 778.03, "end": 778.17, "word": " ال", "probability": 0.67529296875}, {"start": 778.17, "end": 778.25, "word": " T", "probability": 0.95947265625}, {"start": 778.25, "end": 778.37, "word": " هذه", "probability": 0.57861328125}, {"start": 778.37, "end": 778.51, "word": " أنا", "probability": 0.90625}, {"start": 778.51, "end": 778.79, "word": " ماليش", "probability": 0.78729248046875}, {"start": 778.79, "end": 779.11, "word": " دخل", "probability": 0.9440104166666666}, {"start": 779.11, "end": 779.25, "word": " ال", "probability": 0.421875}, {"start": 779.25, "end": 779.39, "word": " get", "probability": 0.257080078125}, {"start": 779.39, "end": 779.73, "word": " register", "probability": 0.4677734375}, {"start": 779.73, "end": 779.99, "word": " هي", "probability": 0.73046875}, {"start": 779.99, "end": 780.41, "word": " أعطتني", "probability": 0.70625}, {"start": 780.41, "end": 780.97, "word": " R2", "probability": 0.91552734375}, {"start": 780.97, "end": 781.73, "word": " إيش", "probability": 0.916015625}, {"start": 781.73, "end": 781.99, "word": " في", "probability": 0.955078125}, {"start": 781.99, "end": 782.45, "word": " جوات", "probability": 0.7639973958333334}, {"start": 782.45, "end": 782.59, "word": " ال", "probability": 0.96484375}, {"start": 782.59, "end": 783.09, "word": " R2", "probability": 0.990234375}, {"start": 783.09, "end": 783.87, "word": " هذا؟", "probability": 0.55517578125}, {"start": 783.87, "end": 784.25, "word": " هو", "probability": 0.955078125}, {"start": 784.25, "end": 784.75, "word": " فاضي", "probability": 0.9811197916666666}, {"start": 784.75, "end": 784.91, "word": " في", "probability": 0.60400390625}, {"start": 784.91, "end": 785.25, "word": " حاجة", "probability": 0.96484375}, {"start": 785.25, "end": 785.61, "word": " جواته", "probability": 0.771484375}, {"start": 785.61, "end": 785.71, "word": " أنا", "probability": 0.81298828125}, {"start": 785.71, "end": 785.93, "word": " ماليش", "probability": 0.96630859375}, {"start": 785.93, "end": 786.07, "word": " دخل", "probability": 0.9788411458333334}, {"start": 786.07, "end": 786.19, "word": " أنا", "probability": 0.6953125}, {"start": 786.19, "end": 786.61, "word": " بتكتب", "probability": 0.92578125}, {"start": 786.61, "end": 787.09, "word": " فوقه", "probability": 0.83984375}, {"start": 787.09, "end": 787.71, "word": " هي", "probability": 0.783203125}, {"start": 787.71, "end": 788.49, "word": " المسؤولة", "probability": 0.90458984375}, {"start": 788.49, "end": 788.73, "word": " عن", "probability": 0.94189453125}, {"start": 788.73, "end": 789.67, "word": " إنه", "probability": 0.837158203125}, {"start": 789.67, "end": 790.23, "word": " إذا", "probability": 0.974365234375}, {"start": 790.23, "end": 790.37, "word": " في", "probability": 0.8544921875}, {"start": 790.37, "end": 790.89, "word": " حاجة", "probability": 0.9973958333333334}, {"start": 790.89, "end": 791.35, "word": " تكون", "probability": 0.920654296875}, {"start": 791.35, "end": 791.61, "word": " هذا", "probability": 0.494140625}, {"start": 791.61, "end": 792.11, "word": " الحاجة", "probability": 0.9523111979166666}, {"start": 792.11, "end": 792.57, "word": " مالهاش", "probability": 0.710296630859375}, {"start": 792.57, "end": 793.17, "word": " أهمية", "probability": 0.9842122395833334}, {"start": 793.17, "end": 794.07, "word": " إيه", "probability": 0.8297526041666666}, {"start": 794.07, "end": 794.21, "word": " إذا", "probability": 0.7406005859375}, {"start": 794.21, "end": 794.49, "word": " بتبقى", "probability": 0.59979248046875}, {"start": 794.49, "end": 795.13, "word": " استخدامها", "probability": 0.82744140625}, {"start": 795.13, "end": 795.65, "word": " قدامك؟", "probability": 0.85146484375}], "temperature": 1.0}, {"id": 30, "seek": 82524, "start": 797.34, "end": 825.24, "text": "هى اللى بتحدد اذا كانت ال T هادئلة اهميا ولا مالهاش هل بقدر اكتر فيها ولا لا انا ماليش دخل هى اعطتنيها انا بتستخدم اعطتني R2 بتستخدم R2 بغض النظر ايش اللى فيه وهذا الكلام احنا هنحكي عنه الآن كما شوية انه التقرير يعني كيف يتم اختيار ال registers واضح؟ افترض انه اعطتني R2", "tokens": [3224, 7578, 13672, 7578, 39894, 24401, 3215, 1975, 15730, 25961, 2655, 2423, 314, 8032, 18513, 19986, 37977, 1975, 16095, 25528, 49429, 3714, 6027, 3224, 33599, 8032, 1211, 4724, 28543, 2288, 1975, 4117, 2655, 2288, 8978, 11296, 49429, 20193, 1975, 8315, 3714, 6027, 1829, 8592, 11778, 9778, 1211, 8032, 7578, 1975, 3615, 9566, 2655, 22653, 11296, 1975, 8315, 39894, 14851, 9778, 40448, 1975, 3615, 9566, 2655, 22653, 497, 17, 39894, 14851, 9778, 40448, 497, 17, 4724, 17082, 11242, 28239, 19913, 2288, 1975, 1829, 8592, 13672, 7578, 8978, 3224, 37037, 15730, 2423, 28820, 10943, 1975, 5016, 8315, 8032, 1863, 5016, 4117, 1829, 18871, 3224, 6024, 48506, 9122, 15042, 13412, 2407, 10632, 16472, 3224, 16712, 4587, 2288, 13546, 37495, 22653, 9122, 33911, 7251, 39237, 1975, 9778, 31371, 9640, 2423, 38351, 4032, 46958, 5016, 22807, 1975, 5172, 2655, 43042, 16472, 3224, 1975, 3615, 9566, 2655, 22653, 497, 17], "avg_logprob": -0.267887937611547, "compression_ratio": 1.8991935483870968, "no_speech_prob": 0.0, "words": [{"start": 797.34, "end": 797.9, "word": "هى", "probability": 0.328033447265625}, {"start": 797.9, "end": 798.0, "word": " اللى", "probability": 0.917236328125}, {"start": 798.0, "end": 799.24, "word": " بتحدد", "probability": 0.9361979166666666}, {"start": 799.24, "end": 799.46, "word": " اذا", "probability": 0.6805419921875}, {"start": 799.46, "end": 799.82, "word": " كانت", "probability": 0.811767578125}, {"start": 799.82, "end": 799.96, "word": " ال", "probability": 0.703125}, {"start": 799.96, "end": 800.1, "word": " T", "probability": 0.48046875}, {"start": 800.1, "end": 800.62, "word": " هادئلة", "probability": 0.648681640625}, {"start": 800.62, "end": 801.3, "word": " اهميا", "probability": 0.83154296875}, {"start": 801.3, "end": 801.94, "word": " ولا", "probability": 0.767578125}, {"start": 801.94, "end": 802.4, "word": " مالهاش", "probability": 0.8568115234375}, {"start": 802.4, "end": 802.6, "word": " هل", "probability": 0.73486328125}, {"start": 802.6, "end": 802.86, "word": " بقدر", "probability": 0.85400390625}, {"start": 802.86, "end": 803.16, "word": " اكتر", "probability": 0.62579345703125}, {"start": 803.16, "end": 803.4, "word": " فيها", "probability": 0.728515625}, {"start": 803.4, "end": 803.58, "word": " ولا", "probability": 0.900390625}, {"start": 803.58, "end": 803.84, "word": " لا", "probability": 0.595703125}, {"start": 803.84, "end": 804.34, "word": " انا", "probability": 0.79150390625}, {"start": 804.34, "end": 804.6, "word": " ماليش", "probability": 0.9014892578125}, {"start": 804.6, "end": 804.88, "word": " دخل", "probability": 0.8790690104166666}, {"start": 804.88, "end": 805.0, "word": " هى", "probability": 0.8408203125}, {"start": 805.0, "end": 805.56, "word": " اعطتنيها", "probability": 0.66162109375}, {"start": 805.56, "end": 805.78, "word": " انا", "probability": 0.904296875}, {"start": 805.78, "end": 806.44, "word": " بتستخدم", "probability": 0.8297119140625}, {"start": 806.44, "end": 806.88, "word": " اعطتني", "probability": 0.78583984375}, {"start": 806.88, "end": 807.32, "word": " R2", "probability": 0.8740234375}, {"start": 807.32, "end": 807.9, "word": " بتستخدم", "probability": 0.8900146484375}, {"start": 807.9, "end": 808.24, "word": " R2", "probability": 0.849853515625}, {"start": 808.24, "end": 808.54, "word": " بغض", "probability": 0.9300130208333334}, {"start": 808.54, "end": 808.84, "word": " النظر", "probability": 0.9825846354166666}, {"start": 808.84, "end": 809.0, "word": " ايش", "probability": 0.7921549479166666}, {"start": 809.0, "end": 809.14, "word": " اللى", "probability": 0.891357421875}, {"start": 809.14, "end": 809.52, "word": " فيه", "probability": 0.81591796875}, {"start": 809.52, "end": 810.0, "word": " وهذا", "probability": 0.6190185546875}, {"start": 810.0, "end": 810.3, "word": " الكلام", "probability": 0.9363606770833334}, {"start": 810.3, "end": 810.52, "word": " احنا", "probability": 0.8346354166666666}, {"start": 810.52, "end": 811.42, "word": " هنحكي", "probability": 0.781201171875}, {"start": 811.42, "end": 811.64, "word": " عنه", "probability": 0.98681640625}, {"start": 811.64, "end": 811.94, "word": " الآن", "probability": 0.5579833984375}, {"start": 811.94, "end": 812.18, "word": " كما", "probability": 0.83740234375}, {"start": 812.18, "end": 812.58, "word": " شوية", "probability": 0.9264322916666666}, {"start": 812.58, "end": 813.36, "word": " انه", "probability": 0.754150390625}, {"start": 813.36, "end": 814.24, "word": " التقرير", "probability": 0.9185791015625}, {"start": 814.24, "end": 815.56, "word": " يعني", "probability": 0.887451171875}, {"start": 815.56, "end": 816.16, "word": " كيف", "probability": 0.945556640625}, {"start": 816.16, "end": 816.44, "word": " يتم", "probability": 0.884521484375}, {"start": 816.44, "end": 816.76, "word": " اختيار", "probability": 0.8720703125}, {"start": 816.76, "end": 816.86, "word": " ال", "probability": 0.88134765625}, {"start": 816.86, "end": 817.3, "word": " registers", "probability": 0.6474609375}, {"start": 817.3, "end": 820.88, "word": " واضح؟", "probability": 0.78643798828125}, {"start": 820.88, "end": 821.2, "word": " افترض", "probability": 0.555633544921875}, {"start": 821.2, "end": 823.04, "word": " انه", "probability": 0.87353515625}, {"start": 823.04, "end": 824.52, "word": " اعطتني", "probability": 0.86259765625}, {"start": 824.52, "end": 825.24, "word": " R2", "probability": 0.978759765625}], "temperature": 1.0}, {"id": 31, "seek": 85517, "start": 825.71, "end": 855.17, "text": "ولمّا راحت على غطولة وجدت أنه دي قاعدة جوه يبقى مش محتاج أعمل load يبقى هذا ال statement كلها مش هتلزم يبقى هذا ال a نغساو دي لا يستد لأي ترجمة إلى machine instruction مش هيلزم ليه load machine instruction بس هيك خلاص مافيش إش بدين أعمل لأ بدين أعمل احنا هنا لازم نغير ال descriptors", "tokens": [12610, 2304, 11703, 995, 12602, 39319, 2655, 15844, 32771, 9566, 12610, 3660, 49610, 3215, 2655, 14739, 3224, 11778, 1829, 12174, 995, 22488, 3660, 10874, 2407, 3224, 7251, 3555, 4587, 7578, 37893, 3714, 33753, 26108, 5551, 25957, 1211, 3677, 7251, 3555, 4587, 7578, 23758, 2423, 5629, 28242, 11296, 37893, 8032, 2655, 1211, 11622, 2304, 7251, 3555, 4587, 7578, 23758, 2423, 257, 8717, 17082, 3794, 995, 2407, 11778, 1829, 20193, 7251, 14851, 3215, 5296, 10721, 1829, 6055, 47341, 46007, 30731, 3479, 10951, 37893, 8032, 26895, 11622, 2304, 32239, 3224, 3677, 3479, 10951, 4724, 3794, 39896, 4117, 16490, 1211, 33546, 19446, 41185, 8592, 11933, 8592, 47525, 9957, 5551, 25957, 1211, 5296, 10721, 47525, 9957, 5551, 25957, 1211, 1975, 5016, 8315, 34105, 5296, 31377, 2304, 8717, 17082, 13546, 2423, 31280, 830], "avg_logprob": -0.2988281303551048, "compression_ratio": 1.7628458498023716, "no_speech_prob": 0.0, "words": [{"start": 825.71, "end": 826.25, "word": "ولمّا", "probability": 0.74920654296875}, {"start": 826.25, "end": 826.55, "word": " راحت", "probability": 0.4510498046875}, {"start": 826.55, "end": 826.69, "word": " على", "probability": 0.8154296875}, {"start": 826.69, "end": 827.17, "word": " غطولة", "probability": 0.654541015625}, {"start": 827.17, "end": 827.47, "word": " وجدت", "probability": 0.8203125}, {"start": 827.47, "end": 827.69, "word": " أنه", "probability": 0.32562255859375}, {"start": 827.69, "end": 827.85, "word": " دي", "probability": 0.70263671875}, {"start": 827.85, "end": 828.29, "word": " قاعدة", "probability": 0.7489013671875}, {"start": 828.29, "end": 828.61, "word": " جوه", "probability": 0.5331217447916666}, {"start": 828.61, "end": 830.81, "word": " يبقى", "probability": 0.8155517578125}, {"start": 830.81, "end": 830.93, "word": " مش", "probability": 0.93408203125}, {"start": 830.93, "end": 831.27, "word": " محتاج", "probability": 0.98046875}, {"start": 831.27, "end": 831.51, "word": " أعمل", "probability": 0.865234375}, {"start": 831.51, "end": 831.81, "word": " load", "probability": 0.8720703125}, {"start": 831.81, "end": 832.87, "word": " يبقى", "probability": 0.9176025390625}, {"start": 832.87, "end": 833.07, "word": " هذا", "probability": 0.421142578125}, {"start": 833.07, "end": 833.19, "word": " ال", "probability": 0.923828125}, {"start": 833.19, "end": 833.41, "word": " statement", "probability": 0.8681640625}, {"start": 833.41, "end": 833.75, "word": " كلها", "probability": 0.96728515625}, {"start": 833.75, "end": 833.85, "word": " مش", "probability": 0.984375}, {"start": 833.85, "end": 834.33, "word": " هتلزم", "probability": 0.91572265625}, {"start": 834.33, "end": 835.79, "word": " يبقى", "probability": 0.91357421875}, {"start": 835.79, "end": 836.13, "word": " هذا", "probability": 0.9208984375}, {"start": 836.13, "end": 836.31, "word": " ال", "probability": 0.9189453125}, {"start": 836.31, "end": 836.47, "word": " a", "probability": 0.138671875}, {"start": 836.47, "end": 837.07, "word": " نغساو", "probability": 0.61678466796875}, {"start": 837.07, "end": 837.75, "word": " دي", "probability": 0.93896484375}, {"start": 837.75, "end": 838.17, "word": " لا", "probability": 0.69970703125}, {"start": 838.17, "end": 839.53, "word": " يستد", "probability": 0.7869466145833334}, {"start": 839.53, "end": 839.77, "word": " لأي", "probability": 0.6566365559895834}, {"start": 839.77, "end": 840.31, "word": " ترجمة", "probability": 0.9599609375}, {"start": 840.31, "end": 840.75, "word": " إلى", "probability": 0.459228515625}, {"start": 840.75, "end": 842.03, "word": " machine", "probability": 0.6806640625}, {"start": 842.03, "end": 842.75, "word": " instruction", "probability": 0.92578125}, {"start": 842.75, "end": 844.87, "word": " مش", "probability": 0.79248046875}, {"start": 844.87, "end": 845.35, "word": " هيلزم", "probability": 0.8447265625}, {"start": 845.35, "end": 845.65, "word": " ليه", "probability": 0.5751953125}, {"start": 845.65, "end": 845.83, "word": " load", "probability": 0.455322265625}, {"start": 845.83, "end": 846.27, "word": " machine", "probability": 0.62890625}, {"start": 846.27, "end": 846.89, "word": " instruction", "probability": 0.95849609375}, {"start": 846.89, "end": 848.23, "word": " بس", "probability": 0.94580078125}, {"start": 848.23, "end": 848.47, "word": " هيك", "probability": 0.860107421875}, {"start": 848.47, "end": 848.89, "word": " خلاص", "probability": 0.9705403645833334}, {"start": 848.89, "end": 849.53, "word": " مافيش", "probability": 0.8880208333333334}, {"start": 849.53, "end": 849.65, "word": " إش", "probability": 0.5174560546875}, {"start": 849.65, "end": 849.85, "word": " بدين", "probability": 0.73291015625}, {"start": 849.85, "end": 850.21, "word": " أعمل", "probability": 0.8663736979166666}, {"start": 850.21, "end": 850.55, "word": " لأ", "probability": 0.6700439453125}, {"start": 850.55, "end": 850.77, "word": " بدين", "probability": 0.9404296875}, {"start": 850.77, "end": 851.35, "word": " أعمل", "probability": 0.9733072916666666}, {"start": 851.35, "end": 852.11, "word": " احنا", "probability": 0.8164876302083334}, {"start": 852.11, "end": 852.45, "word": " هنا", "probability": 0.990234375}, {"start": 852.45, "end": 853.83, "word": " لازم", "probability": 0.9886067708333334}, {"start": 853.83, "end": 854.21, "word": " نغير", "probability": 0.943359375}, {"start": 854.21, "end": 854.39, "word": " ال", "probability": 0.880859375}, {"start": 854.39, "end": 855.17, "word": " descriptors", "probability": 0.925537109375}], "temperature": 1.0}, {"id": 32, "seek": 88394, "start": 856.02, "end": 883.94, "text": "حطينا ايه قلنا ان ايه انت الآن صرت في R2 وان ال D صارت في R2 صح او لأ صح مش هعمل instruction لكن لازم اروح احط اعمل setting لل descriptors ال setting لل descriptors هي في عملية اللي بترجم عملية الاصطناع", "tokens": [5016, 9566, 1829, 8315, 1975, 1829, 3224, 12174, 1211, 8315, 16472, 1975, 1829, 3224, 16472, 2655, 6024, 48506, 20328, 43500, 8978, 497, 17, 4032, 7649, 2423, 413, 20328, 9640, 2655, 8978, 497, 17, 20328, 5016, 1975, 2407, 5296, 10721, 20328, 5016, 37893, 8032, 25957, 1211, 10951, 44381, 5296, 31377, 2304, 1975, 32887, 5016, 1975, 5016, 9566, 1975, 25957, 1211, 3287, 24976, 31280, 830, 2423, 3287, 24976, 31280, 830, 39896, 8978, 6225, 42213, 10632, 13672, 1829, 39894, 47341, 2304, 6225, 42213, 10632, 2423, 33546, 9566, 8315, 3615], "avg_logprob": -0.27801724137931033, "compression_ratio": 1.6994535519125684, "no_speech_prob": 0.0, "words": [{"start": 856.02, "end": 856.78, "word": "حطينا", "probability": 0.7161865234375}, {"start": 856.78, "end": 857.2, "word": " ايه", "probability": 0.6927083333333334}, {"start": 857.2, "end": 857.62, "word": " قلنا", "probability": 0.640625}, {"start": 857.62, "end": 857.9, "word": " ان", "probability": 0.89404296875}, {"start": 857.9, "end": 858.56, "word": " ايه", "probability": 0.6221516927083334}, {"start": 858.56, "end": 859.38, "word": " انت", "probability": 0.822509765625}, {"start": 859.38, "end": 859.6, "word": " الآن", "probability": 0.57830810546875}, {"start": 859.6, "end": 859.96, "word": " صرت", "probability": 0.857421875}, {"start": 859.96, "end": 860.2, "word": " في", "probability": 0.9228515625}, {"start": 860.2, "end": 860.76, "word": " R2", "probability": 0.6507568359375}, {"start": 860.76, "end": 862.04, "word": " وان", "probability": 0.6500244140625}, {"start": 862.04, "end": 862.28, "word": " ال", "probability": 0.80712890625}, {"start": 862.28, "end": 862.96, "word": " D", "probability": 0.60400390625}, {"start": 862.96, "end": 863.82, "word": " صارت", "probability": 0.8854166666666666}, {"start": 863.82, "end": 863.92, "word": " في", "probability": 0.9365234375}, {"start": 863.92, "end": 864.5, "word": " R2", "probability": 0.977294921875}, {"start": 864.5, "end": 865.26, "word": " صح", "probability": 0.953369140625}, {"start": 865.26, "end": 865.38, "word": " او", "probability": 0.4959716796875}, {"start": 865.38, "end": 865.64, "word": " لأ", "probability": 0.6893310546875}, {"start": 865.64, "end": 866.58, "word": " صح", "probability": 0.83642578125}, {"start": 866.58, "end": 866.76, "word": " مش", "probability": 0.814453125}, {"start": 866.76, "end": 867.14, "word": " هعمل", "probability": 0.9842122395833334}, {"start": 867.14, "end": 867.6, "word": " instruction", "probability": 0.49169921875}, {"start": 867.6, "end": 868.58, "word": " لكن", "probability": 0.77734375}, {"start": 868.58, "end": 870.18, "word": " لازم", "probability": 0.9833984375}, {"start": 870.18, "end": 870.7, "word": " اروح", "probability": 0.8782552083333334}, {"start": 870.7, "end": 871.4, "word": " احط", "probability": 0.8204752604166666}, {"start": 871.4, "end": 872.16, "word": " اعمل", "probability": 0.8527018229166666}, {"start": 872.16, "end": 872.92, "word": " setting", "probability": 0.8876953125}, {"start": 872.92, "end": 873.38, "word": " لل", "probability": 0.8525390625}, {"start": 873.38, "end": 874.66, "word": " descriptors", "probability": 0.88330078125}, {"start": 874.66, "end": 877.36, "word": " ال", "probability": 0.64794921875}, {"start": 877.36, "end": 877.64, "word": " setting", "probability": 0.90234375}, {"start": 877.64, "end": 877.8, "word": " لل", "probability": 0.91064453125}, {"start": 877.8, "end": 878.32, "word": " descriptors", "probability": 0.934814453125}, {"start": 878.32, "end": 878.72, "word": " هي", "probability": 0.8583984375}, {"start": 878.72, "end": 879.04, "word": " في", "probability": 0.79638671875}, {"start": 879.04, "end": 879.94, "word": " عملية", "probability": 0.9026692708333334}, {"start": 879.94, "end": 880.4, "word": " اللي", "probability": 0.7998046875}, {"start": 880.4, "end": 882.58, "word": " بترجم", "probability": 0.95556640625}, {"start": 882.58, "end": 883.48, "word": " عملية", "probability": 0.9781901041666666}, {"start": 883.48, "end": 883.94, "word": " الاصطناع", "probability": 0.659716796875}], "temperature": 1.0}, {"id": 33, "seek": 91302, "start": 884.48, "end": 913.02, "text": "الان اصبحت ال code generation algorithm في هذه الحالتين اللي هم انا برجع و ارجع في هذه الحالة لما تكون ال instruction فيها operation و حالة لما تكون ال instruction مافيش اي اغلب عن copy statement if y is not already in ال register اللي اخدته من get ridge اذا هي مش موجودة ال y بروح بعمل load then generate the machine instruction load", "tokens": [6027, 7649, 1975, 9381, 49628, 2655, 2423, 3089, 5125, 9284, 8978, 29538, 21542, 6027, 2655, 9957, 13672, 1829, 8032, 2304, 1975, 8315, 4724, 47341, 3615, 4032, 1975, 47341, 3615, 8978, 29538, 21542, 6027, 3660, 5296, 15042, 6055, 30544, 2423, 10951, 8978, 11296, 6916, 4032, 11331, 6027, 3660, 5296, 15042, 6055, 30544, 2423, 10951, 19446, 41185, 8592, 1975, 1829, 1975, 17082, 46152, 18871, 5055, 5629, 498, 288, 307, 406, 1217, 294, 2423, 7280, 13672, 1829, 1975, 9778, 3215, 47395, 9154, 483, 34651, 1975, 15730, 39896, 37893, 3714, 29245, 23328, 3660, 2423, 288, 4724, 32887, 5016, 4724, 25957, 1211, 3677, 550, 8460, 264, 3479, 10951, 3677], "avg_logprob": -0.3750000136239188, "compression_ratio": 1.7739463601532568, "no_speech_prob": 0.0, "words": [{"start": 884.48, "end": 884.88, "word": "الان", "probability": 0.4439697265625}, {"start": 884.88, "end": 886.54, "word": " اصبحت", "probability": 0.56610107421875}, {"start": 886.54, "end": 886.74, "word": " ال", "probability": 0.67626953125}, {"start": 886.74, "end": 887.0, "word": " code", "probability": 0.38671875}, {"start": 887.0, "end": 887.54, "word": " generation", "probability": 0.92724609375}, {"start": 887.54, "end": 888.26, "word": " algorithm", "probability": 0.85888671875}, {"start": 888.26, "end": 888.82, "word": " في", "probability": 0.48388671875}, {"start": 888.82, "end": 889.02, "word": " هذه", "probability": 0.275390625}, {"start": 889.02, "end": 889.68, "word": " الحالتين", "probability": 0.93701171875}, {"start": 889.68, "end": 890.44, "word": " اللي", "probability": 0.5665283203125}, {"start": 890.44, "end": 890.8, "word": " هم", "probability": 0.751708984375}, {"start": 890.8, "end": 892.92, "word": " انا", "probability": 0.65673828125}, {"start": 892.92, "end": 893.22, "word": " برجع", "probability": 0.90087890625}, {"start": 893.22, "end": 893.44, "word": " و", "probability": 0.2452392578125}, {"start": 893.44, "end": 893.64, "word": " ارجع", "probability": 0.8190104166666666}, {"start": 893.64, "end": 894.06, "word": " في", "probability": 0.460693359375}, {"start": 894.06, "end": 894.24, "word": " هذه", "probability": 0.90771484375}, {"start": 894.24, "end": 894.6, "word": " الحالة", "probability": 0.8567708333333334}, {"start": 894.6, "end": 894.82, "word": " لما", "probability": 0.5367431640625}, {"start": 894.82, "end": 895.08, "word": " تكون", "probability": 0.923828125}, {"start": 895.08, "end": 895.22, "word": " ال", "probability": 0.87353515625}, {"start": 895.22, "end": 895.6, "word": " instruction", "probability": 0.6416015625}, {"start": 895.6, "end": 896.08, "word": " فيها", "probability": 0.944091796875}, {"start": 896.08, "end": 896.66, "word": " operation", "probability": 0.8310546875}, {"start": 896.66, "end": 897.24, "word": " و", "probability": 0.849609375}, {"start": 897.24, "end": 897.56, "word": " حالة", "probability": 0.7630208333333334}, {"start": 897.56, "end": 897.74, "word": " لما", "probability": 0.927001953125}, {"start": 897.74, "end": 897.94, "word": " تكون", "probability": 0.858642578125}, {"start": 897.94, "end": 898.12, "word": " ال", "probability": 0.8115234375}, {"start": 898.12, "end": 898.5, "word": " instruction", "probability": 0.9404296875}, {"start": 898.5, "end": 899.7, "word": " مافيش", "probability": 0.7433268229166666}, {"start": 899.7, "end": 900.14, "word": " اي", "probability": 0.41357421875}, {"start": 900.14, "end": 900.26, "word": " اغلب", "probability": 0.3025716145833333}, {"start": 900.26, "end": 900.4, "word": " عن", "probability": 0.1185302734375}, {"start": 900.4, "end": 900.66, "word": " copy", "probability": 0.89111328125}, {"start": 900.66, "end": 901.22, "word": " statement", "probability": 0.8974609375}, {"start": 901.22, "end": 901.88, "word": " if", "probability": 0.43310546875}, {"start": 901.88, "end": 902.26, "word": " y", "probability": 0.45263671875}, {"start": 902.26, "end": 902.46, "word": " is", "probability": 0.85302734375}, {"start": 902.46, "end": 902.68, "word": " not", "probability": 0.951171875}, {"start": 902.68, "end": 903.08, "word": " already", "probability": 0.93212890625}, {"start": 903.08, "end": 903.46, "word": " in", "probability": 0.958984375}, {"start": 903.46, "end": 903.7, "word": " ال", "probability": 0.8564453125}, {"start": 903.7, "end": 904.1, "word": " register", "probability": 0.947265625}, {"start": 904.1, "end": 904.36, "word": " اللي", "probability": 0.950439453125}, {"start": 904.36, "end": 905.44, "word": " اخدته", "probability": 0.8221435546875}, {"start": 905.44, "end": 905.64, "word": " من", "probability": 0.958984375}, {"start": 905.64, "end": 905.86, "word": " get", "probability": 0.317138671875}, {"start": 905.86, "end": 906.22, "word": " ridge", "probability": 0.0860595703125}, {"start": 906.22, "end": 906.96, "word": " اذا", "probability": 0.793212890625}, {"start": 906.96, "end": 907.16, "word": " هي", "probability": 0.65625}, {"start": 907.16, "end": 907.36, "word": " مش", "probability": 0.9169921875}, {"start": 907.36, "end": 907.82, "word": " موجودة", "probability": 0.9610595703125}, {"start": 907.82, "end": 907.92, "word": " ال", "probability": 0.810546875}, {"start": 907.92, "end": 908.16, "word": " y", "probability": 0.78515625}, {"start": 908.16, "end": 909.42, "word": " بروح", "probability": 0.7526041666666666}, {"start": 909.42, "end": 909.66, "word": " بعمل", "probability": 0.86181640625}, {"start": 909.66, "end": 909.98, "word": " load", "probability": 0.97314453125}, {"start": 909.98, "end": 910.96, "word": " then", "probability": 0.7607421875}, {"start": 910.96, "end": 911.5, "word": " generate", "probability": 0.90380859375}, {"start": 911.5, "end": 912.04, "word": " the", "probability": 0.8154296875}, {"start": 912.04, "end": 912.24, "word": " machine", "probability": 0.6689453125}, {"start": 912.24, "end": 912.6, "word": " instruction", "probability": 0.93115234375}, {"start": 912.6, "end": 913.02, "word": " load", "probability": 0.95361328125}], "temperature": 1.0}, {"id": 34, "seek": 94176, "start": 913.22, "end": 941.76, "text": "لوضع I على RY إذا كنا بالفعل في Y، فلنفعل أي شيء، فلنفعل أي شيء إلا أنه يجب أن نقوم بالتحسين في الـ register descriptors و ال address descriptors، صح؟ حسنًا، الآن هؤلاء اللي هو القليتين تبعات ال generation algorithm", "tokens": [1211, 2407, 11242, 3615, 286, 15844, 497, 56, 11933, 15730, 9122, 8315, 20666, 5172, 30241, 8978, 398, 12399, 6156, 1211, 1863, 5172, 30241, 36632, 44049, 38207, 12399, 6156, 1211, 1863, 5172, 30241, 36632, 44049, 38207, 11933, 15040, 14739, 3224, 7251, 7435, 3555, 14739, 8717, 4587, 20498, 20666, 2655, 5016, 3794, 9957, 8978, 2423, 39184, 7280, 31280, 830, 4032, 2423, 2985, 31280, 830, 12399, 20328, 5016, 22807, 11331, 3794, 1863, 14111, 995, 12399, 6024, 48506, 8032, 33604, 1211, 16606, 13672, 1829, 31439, 25062, 20292, 2655, 9957, 6055, 3555, 3615, 9307, 2423, 5125, 9284], "avg_logprob": -0.6142473349007227, "compression_ratio": 1.5467289719626167, "no_speech_prob": 0.0, "words": [{"start": 913.22, "end": 913.72, "word": "لوضع", "probability": 0.4570770263671875}, {"start": 913.72, "end": 914.08, "word": " I", "probability": 0.386474609375}, {"start": 914.08, "end": 914.38, "word": " على", "probability": 0.7138671875}, {"start": 914.38, "end": 915.24, "word": " RY", "probability": 0.55078125}, {"start": 915.24, "end": 916.24, "word": " إذا", "probability": 0.5892333984375}, {"start": 916.24, "end": 916.62, "word": " كنا", "probability": 0.5653076171875}, {"start": 916.62, "end": 916.8, "word": " بالفعل", "probability": 0.4684651692708333}, {"start": 916.8, "end": 916.94, "word": " في", "probability": 0.400634765625}, {"start": 916.94, "end": 917.46, "word": " Y،", "probability": 0.34759521484375}, {"start": 917.46, "end": 917.6, "word": " فلنفعل", "probability": 0.6583984375}, {"start": 917.6, "end": 918.0, "word": " أي", "probability": 0.42626953125}, {"start": 918.0, "end": 918.44, "word": " شيء،", "probability": 0.7406412760416666}, {"start": 918.44, "end": 918.74, "word": " فلنفعل", "probability": 0.857861328125}, {"start": 918.74, "end": 919.04, "word": " أي", "probability": 0.822265625}, {"start": 919.04, "end": 919.26, "word": " شيء", "probability": 0.971923828125}, {"start": 919.26, "end": 919.74, "word": " إلا", "probability": 0.5264892578125}, {"start": 919.74, "end": 920.6, "word": " أنه", "probability": 0.3927001953125}, {"start": 920.6, "end": 921.02, "word": " يجب", "probability": 0.7452799479166666}, {"start": 921.02, "end": 921.3, "word": " أن", "probability": 0.4580078125}, {"start": 921.3, "end": 924.3, "word": " نقوم", "probability": 0.6022135416666666}, {"start": 924.3, "end": 924.58, "word": " بالتحسين", "probability": 0.4740478515625}, {"start": 924.58, "end": 924.96, "word": " في", "probability": 0.2138671875}, {"start": 924.96, "end": 925.48, "word": " الـ", "probability": 0.28375244140625}, {"start": 925.48, "end": 926.56, "word": " register", "probability": 0.2744140625}, {"start": 926.56, "end": 927.6, "word": " descriptors", "probability": 0.92578125}, {"start": 927.6, "end": 928.34, "word": " و", "probability": 0.6923828125}, {"start": 928.34, "end": 929.3, "word": " ال", "probability": 0.63623046875}, {"start": 929.3, "end": 930.72, "word": " address", "probability": 0.451904296875}, {"start": 930.72, "end": 931.64, "word": " descriptors،", "probability": 0.7421875}, {"start": 931.64, "end": 932.6, "word": " صح؟", "probability": 0.78125}, {"start": 932.6, "end": 934.76, "word": " حسنًا،", "probability": 0.643310546875}, {"start": 934.76, "end": 935.84, "word": " الآن", "probability": 0.5770263671875}, {"start": 935.84, "end": 936.4, "word": " هؤلاء", "probability": 0.624267578125}, {"start": 936.4, "end": 936.9, "word": " اللي", "probability": 0.7763671875}, {"start": 936.9, "end": 937.34, "word": " هو", "probability": 0.8212890625}, {"start": 937.34, "end": 939.24, "word": " القليتين", "probability": 0.751220703125}, {"start": 939.24, "end": 940.06, "word": " تبعات", "probability": 0.77301025390625}, {"start": 940.06, "end": 940.32, "word": " ال", "probability": 0.552734375}, {"start": 940.32, "end": 941.16, "word": " generation", "probability": 0.302001953125}, {"start": 941.16, "end": 941.76, "word": " algorithm", "probability": 0.94921875}], "temperature": 1.0}, {"id": 35, "seek": 96865, "start": 942.25, "end": 968.65, "text": "في قضية تالتة وهي انه ending ال basic block ending شو تعمل ال algorithm في نهاية ال basic block شو هو ال basic block؟ شو هو ال basic block؟ لما احنا جسمنا ال instruction set ال instruction كلها ال instruction sequence", "tokens": [41185, 12174, 11242, 10632, 6055, 6027, 2655, 3660, 37037, 1829, 16472, 3224, 8121, 2423, 3875, 3461, 8121, 13412, 2407, 6055, 25957, 1211, 2423, 9284, 8978, 8717, 11296, 10632, 2423, 3875, 3461, 13412, 2407, 31439, 2423, 3875, 3461, 22807, 13412, 2407, 31439, 2423, 3875, 3461, 22807, 5296, 15042, 1975, 5016, 8315, 10874, 38251, 8315, 2423, 10951, 992, 2423, 10951, 28242, 11296, 2423, 10951, 8310], "avg_logprob": -0.25415038922801614, "compression_ratio": 1.8407643312101911, "no_speech_prob": 0.0, "words": [{"start": 942.25, "end": 942.55, "word": "في", "probability": 0.35595703125}, {"start": 942.55, "end": 943.21, "word": " قضية", "probability": 0.9505208333333334}, {"start": 943.21, "end": 943.83, "word": " تالتة", "probability": 0.9073486328125}, {"start": 943.83, "end": 944.55, "word": " وهي", "probability": 0.47650146484375}, {"start": 944.55, "end": 945.91, "word": " انه", "probability": 0.4365234375}, {"start": 945.91, "end": 947.33, "word": " ending", "probability": 0.5634765625}, {"start": 947.33, "end": 948.41, "word": " ال", "probability": 0.438232421875}, {"start": 948.41, "end": 948.69, "word": " basic", "probability": 0.56494140625}, {"start": 948.69, "end": 949.09, "word": " block", "probability": 0.9541015625}, {"start": 949.09, "end": 949.79, "word": " ending", "probability": 0.190673828125}, {"start": 949.79, "end": 950.95, "word": " شو", "probability": 0.710205078125}, {"start": 950.95, "end": 951.49, "word": " تعمل", "probability": 0.9376627604166666}, {"start": 951.49, "end": 951.61, "word": " ال", "probability": 0.833984375}, {"start": 951.61, "end": 952.11, "word": " algorithm", "probability": 0.92431640625}, {"start": 952.11, "end": 952.73, "word": " في", "probability": 0.82568359375}, {"start": 952.73, "end": 953.43, "word": " نهاية", "probability": 0.9755859375}, {"start": 953.43, "end": 953.75, "word": " ال", "probability": 0.97412109375}, {"start": 953.75, "end": 954.23, "word": " basic", "probability": 0.9375}, {"start": 954.23, "end": 955.61, "word": " block", "probability": 0.9609375}, {"start": 955.61, "end": 955.89, "word": " شو", "probability": 0.8173828125}, {"start": 955.89, "end": 955.99, "word": " هو", "probability": 0.86767578125}, {"start": 955.99, "end": 956.07, "word": " ال", "probability": 0.97900390625}, {"start": 956.07, "end": 956.33, "word": " basic", "probability": 0.9697265625}, {"start": 956.33, "end": 958.59, "word": " block؟", "probability": 0.64990234375}, {"start": 958.59, "end": 958.81, "word": " شو", "probability": 0.810791015625}, {"start": 958.81, "end": 958.91, "word": " هو", "probability": 0.9931640625}, {"start": 958.91, "end": 958.99, "word": " ال", "probability": 0.98779296875}, {"start": 958.99, "end": 959.27, "word": " basic", "probability": 0.9794921875}, {"start": 959.27, "end": 961.35, "word": " block؟", "probability": 0.921142578125}, {"start": 961.35, "end": 961.67, "word": " لما", "probability": 0.889892578125}, {"start": 961.67, "end": 962.11, "word": " احنا", "probability": 0.8839518229166666}, {"start": 962.11, "end": 963.57, "word": " جسمنا", "probability": 0.9781901041666666}, {"start": 963.57, "end": 964.89, "word": " ال", "probability": 0.9638671875}, {"start": 964.89, "end": 965.43, "word": " instruction", "probability": 0.80224609375}, {"start": 965.43, "end": 965.95, "word": " set", "probability": 0.7939453125}, {"start": 965.95, "end": 966.21, "word": " ال", "probability": 0.64404296875}, {"start": 966.21, "end": 966.71, "word": " instruction", "probability": 0.802734375}, {"start": 966.71, "end": 967.47, "word": " كلها", "probability": 0.98779296875}, {"start": 967.47, "end": 967.89, "word": " ال", "probability": 0.50439453125}, {"start": 967.89, "end": 968.15, "word": " instruction", "probability": 0.908203125}, {"start": 968.15, "end": 968.65, "word": " sequence", "probability": 0.98291015625}], "temperature": 1.0}, {"id": 36, "seek": 99738, "start": 969.06, "end": 997.38, "text": "أيه ال blocks هدول هم ال basic blocks صح هذا basic blocks كل واحد منهم basic ال algorithm عمليا ال generation algorithm بتاخد basic block اه of three others code و بتعطي ايش machine instructions", "tokens": [10721, 1829, 3224, 2423, 8474, 8032, 3215, 12610, 8032, 2304, 2423, 3875, 8474, 20328, 5016, 23758, 3875, 8474, 28242, 36764, 24401, 9154, 16095, 3875, 2423, 9284, 6225, 2304, 20292, 995, 2423, 5125, 9284, 39894, 47283, 3215, 3875, 3461, 1975, 3224, 295, 1045, 2357, 3089, 4032, 39894, 3615, 9566, 1829, 1975, 1829, 8592, 3479, 9415], "avg_logprob": -0.3480113527991555, "compression_ratio": 1.5060975609756098, "no_speech_prob": 0.0, "words": [{"start": 969.06, "end": 969.3, "word": "أيه", "probability": 0.5502115885416666}, {"start": 969.3, "end": 969.38, "word": " ال", "probability": 0.61767578125}, {"start": 969.38, "end": 969.72, "word": " blocks", "probability": 0.564453125}, {"start": 969.72, "end": 970.2, "word": " هدول", "probability": 0.7562662760416666}, {"start": 970.2, "end": 970.42, "word": " هم", "probability": 0.824951171875}, {"start": 970.42, "end": 970.54, "word": " ال", "probability": 0.96533203125}, {"start": 970.54, "end": 970.9, "word": " basic", "probability": 0.84033203125}, {"start": 970.9, "end": 971.48, "word": " blocks", "probability": 0.8310546875}, {"start": 971.48, "end": 972.3, "word": " صح", "probability": 0.759521484375}, {"start": 972.3, "end": 972.6, "word": " هذا", "probability": 0.328857421875}, {"start": 972.6, "end": 972.92, "word": " basic", "probability": 0.40087890625}, {"start": 972.92, "end": 973.22, "word": " blocks", "probability": 0.7431640625}, {"start": 973.22, "end": 974.18, "word": " كل", "probability": 0.5908203125}, {"start": 974.18, "end": 974.4, "word": " واحد", "probability": 0.991455078125}, {"start": 974.4, "end": 974.58, "word": " منهم", "probability": 0.970458984375}, {"start": 974.58, "end": 974.78, "word": " basic", "probability": 0.378662109375}, {"start": 974.78, "end": 974.98, "word": " ال", "probability": 0.7509765625}, {"start": 974.98, "end": 975.64, "word": " algorithm", "probability": 0.94921875}, {"start": 975.64, "end": 976.92, "word": " عمليا", "probability": 0.868408203125}, {"start": 976.92, "end": 977.98, "word": " ال", "probability": 0.8603515625}, {"start": 977.98, "end": 978.56, "word": " generation", "probability": 0.91845703125}, {"start": 978.56, "end": 980.1, "word": " algorithm", "probability": 0.9111328125}, {"start": 980.1, "end": 982.36, "word": " بتاخد", "probability": 0.8972981770833334}, {"start": 982.36, "end": 983.56, "word": " basic", "probability": 0.90380859375}, {"start": 983.56, "end": 985.66, "word": " block", "probability": 0.876953125}, {"start": 985.66, "end": 988.92, "word": " اه", "probability": 0.52886962890625}, {"start": 988.92, "end": 989.48, "word": " of", "probability": 0.8876953125}, {"start": 989.48, "end": 989.9, "word": " three", "probability": 0.75}, {"start": 989.9, "end": 990.2, "word": " others", "probability": 0.61962890625}, {"start": 990.2, "end": 990.5, "word": " code", "probability": 0.8916015625}, {"start": 990.5, "end": 990.64, "word": " و", "probability": 0.479736328125}, {"start": 990.64, "end": 991.16, "word": " بتعطي", "probability": 0.935791015625}, {"start": 991.16, "end": 991.52, "word": " ايش", "probability": 0.5411783854166666}, {"start": 991.52, "end": 994.06, "word": " machine", "probability": 0.55517578125}, {"start": 994.06, "end": 997.38, "word": " instructions", "probability": 0.87548828125}], "temperature": 1.0}, {"id": 37, "seek": 101705, "start": 1000.63, "end": 1017.05, "text": "بتاخد basic block بتفر على كل ال instructions اللي فيه بترجمهم واحدة بعد واحدة قد يكون فيه خمسة ستة سبعة قد يكون في واحدة فقط قد يكون في اتنين تلاتة صح المهم انا لازم اجزلها ال", "tokens": [3555, 2655, 47283, 3215, 3875, 3461, 39894, 5172, 2288, 15844, 28242, 2423, 9415, 13672, 1829, 8978, 3224, 39894, 47341, 2304, 16095, 36764, 24401, 3660, 39182, 36764, 24401, 3660, 12174, 3215, 7251, 30544, 8978, 3224, 16490, 2304, 3794, 3660, 8608, 2655, 3660, 8608, 3555, 27884, 12174, 3215, 7251, 30544, 8978, 36764, 24401, 3660, 6156, 47432, 12174, 3215, 7251, 30544, 8978, 1975, 2655, 1863, 9957, 6055, 1211, 9307, 3660, 20328, 5016, 9673, 16095, 1975, 8315, 5296, 31377, 2304, 1975, 7435, 11622, 1211, 11296, 2423], "avg_logprob": -0.24359940082193857, "compression_ratio": 1.755952380952381, "no_speech_prob": 5.662441253662109e-06, "words": [{"start": 1000.63, "end": 1001.35, "word": "بتاخد", "probability": 0.6431884765625}, {"start": 1001.35, "end": 1001.71, "word": " basic", "probability": 0.288330078125}, {"start": 1001.71, "end": 1002.13, "word": " block", "probability": 0.859375}, {"start": 1002.13, "end": 1003.03, "word": " بتفر", "probability": 0.686279296875}, {"start": 1003.03, "end": 1003.27, "word": " على", "probability": 0.8935546875}, {"start": 1003.27, "end": 1003.73, "word": " كل", "probability": 0.66796875}, {"start": 1003.73, "end": 1005.03, "word": " ال", "probability": 0.6201171875}, {"start": 1005.03, "end": 1005.43, "word": " instructions", "probability": 0.296142578125}, {"start": 1005.43, "end": 1005.79, "word": " اللي", "probability": 0.834716796875}, {"start": 1005.79, "end": 1006.11, "word": " فيه", "probability": 0.936279296875}, {"start": 1006.11, "end": 1006.71, "word": " بترجمهم", "probability": 0.894775390625}, {"start": 1006.71, "end": 1007.03, "word": " واحدة", "probability": 0.9508463541666666}, {"start": 1007.03, "end": 1007.17, "word": " بعد", "probability": 0.2347412109375}, {"start": 1007.17, "end": 1007.73, "word": " واحدة", "probability": 0.9620768229166666}, {"start": 1007.73, "end": 1008.27, "word": " قد", "probability": 0.884765625}, {"start": 1008.27, "end": 1008.57, "word": " يكون", "probability": 0.97705078125}, {"start": 1008.57, "end": 1008.83, "word": " فيه", "probability": 0.718505859375}, {"start": 1008.83, "end": 1009.25, "word": " خمسة", "probability": 0.87548828125}, {"start": 1009.25, "end": 1009.71, "word": " ستة", "probability": 0.8400065104166666}, {"start": 1009.71, "end": 1010.13, "word": " سبعة", "probability": 0.9072265625}, {"start": 1010.13, "end": 1010.41, "word": " قد", "probability": 0.7054443359375}, {"start": 1010.41, "end": 1010.55, "word": " يكون", "probability": 0.977783203125}, {"start": 1010.55, "end": 1010.69, "word": " في", "probability": 0.71142578125}, {"start": 1010.69, "end": 1011.05, "word": " واحدة", "probability": 0.8544921875}, {"start": 1011.05, "end": 1011.35, "word": " فقط", "probability": 0.984375}, {"start": 1011.35, "end": 1011.61, "word": " قد", "probability": 0.781982421875}, {"start": 1011.61, "end": 1011.81, "word": " يكون", "probability": 0.9638671875}, {"start": 1011.81, "end": 1011.99, "word": " في", "probability": 0.9013671875}, {"start": 1011.99, "end": 1012.25, "word": " اتنين", "probability": 0.9132080078125}, {"start": 1012.25, "end": 1012.87, "word": " تلاتة", "probability": 0.9049072265625}, {"start": 1012.87, "end": 1013.77, "word": " صح", "probability": 0.763916015625}, {"start": 1013.77, "end": 1014.35, "word": " المهم", "probability": 0.874755859375}, {"start": 1014.35, "end": 1014.53, "word": " انا", "probability": 0.75830078125}, {"start": 1014.53, "end": 1014.81, "word": " لازم", "probability": 0.9952799479166666}, {"start": 1014.81, "end": 1015.67, "word": " اجزلها", "probability": 0.780908203125}, {"start": 1015.67, "end": 1017.05, "word": " ال", "probability": 0.705078125}], "temperature": 1.0}, {"id": 38, "seek": 104650, "start": 1017.98, "end": 1046.5, "text": "الـ instructions الـ blocks ليش؟ علشان حكاية ال memory أو ال register allocation و ال variable مين منهم اللي هحتاجه و اللي .. لو أنا بتطلع عليهم كلهم القضية بتتشعب لكن لما أنا بتطلع على أجزاء بصيب أقدر أعمل management لكل جزء لوحده طيب يبقى احنا الآن طيب ايش اللي بدي يصير بالنسبة ل .. اللي هو النقطة هذه؟", "tokens": [6027, 39184, 9415, 2423, 39184, 8474, 32239, 8592, 22807, 11203, 8592, 7649, 11331, 4117, 995, 10632, 2423, 4675, 34051, 2423, 7280, 27599, 4032, 2423, 7006, 3714, 9957, 9154, 16095, 13672, 1829, 8032, 33753, 26108, 3224, 4032, 13672, 1829, 4386, 45164, 41850, 39894, 9566, 1211, 3615, 25894, 16095, 28242, 16095, 25062, 11242, 10632, 39894, 2655, 8592, 3615, 3555, 44381, 5296, 15042, 41850, 39894, 9566, 1211, 3615, 15844, 5551, 7435, 11622, 16606, 4724, 9381, 1829, 3555, 5551, 28543, 2288, 5551, 25957, 1211, 4592, 5296, 28820, 10874, 11622, 38207, 45164, 24401, 3224, 23032, 1829, 3555, 7251, 3555, 4587, 7578, 1975, 5016, 8315, 6024, 48506, 23032, 1829, 3555, 1975, 1829, 8592, 13672, 1829, 4724, 16254, 7251, 9381, 13546, 20666, 1863, 35457, 3660, 5296, 4386, 13672, 1829, 31439, 28239, 47432, 3660, 29538, 22807], "avg_logprob": -0.2555717054263566, "compression_ratio": 1.7003484320557491, "no_speech_prob": 1.1920928955078125e-07, "words": [{"start": 1017.98, "end": 1018.64, "word": "الـ", "probability": 0.2965087890625}, {"start": 1018.64, "end": 1019.5, "word": " instructions", "probability": 0.16455078125}, {"start": 1019.5, "end": 1020.02, "word": " الـ", "probability": 0.44921875}, {"start": 1020.02, "end": 1020.38, "word": " blocks", "probability": 0.814453125}, {"start": 1020.38, "end": 1021.62, "word": " ليش؟", "probability": 0.6304524739583334}, {"start": 1021.62, "end": 1022.26, "word": " علشان", "probability": 0.8974609375}, {"start": 1022.26, "end": 1022.92, "word": " حكاية", "probability": 0.79901123046875}, {"start": 1022.92, "end": 1023.46, "word": " ال", "probability": 0.900390625}, {"start": 1023.46, "end": 1023.9, "word": " memory", "probability": 0.8798828125}, {"start": 1023.9, "end": 1024.56, "word": " أو", "probability": 0.67822265625}, {"start": 1024.56, "end": 1024.76, "word": " ال", "probability": 0.96826171875}, {"start": 1024.76, "end": 1025.92, "word": " register", "probability": 0.5615234375}, {"start": 1025.92, "end": 1026.82, "word": " allocation", "probability": 0.9658203125}, {"start": 1026.82, "end": 1027.44, "word": " و", "probability": 0.5556640625}, {"start": 1027.44, "end": 1027.58, "word": " ال", "probability": 0.7373046875}, {"start": 1027.58, "end": 1028.06, "word": " variable", "probability": 0.796875}, {"start": 1028.06, "end": 1028.52, "word": " مين", "probability": 0.6943359375}, {"start": 1028.52, "end": 1028.88, "word": " منهم", "probability": 0.984619140625}, {"start": 1028.88, "end": 1029.08, "word": " اللي", "probability": 0.920654296875}, {"start": 1029.08, "end": 1030.04, "word": " هحتاجه", "probability": 0.906494140625}, {"start": 1030.04, "end": 1031.1, "word": " و", "probability": 0.6416015625}, {"start": 1031.1, "end": 1031.42, "word": " اللي", "probability": 0.73193359375}, {"start": 1031.42, "end": 1031.54, "word": " ..", "probability": 0.4443359375}, {"start": 1031.54, "end": 1031.72, "word": " لو", "probability": 0.94189453125}, {"start": 1031.72, "end": 1031.86, "word": " أنا", "probability": 0.79150390625}, {"start": 1031.86, "end": 1032.22, "word": " بتطلع", "probability": 0.8863525390625}, {"start": 1032.22, "end": 1032.54, "word": " عليهم", "probability": 0.984375}, {"start": 1032.54, "end": 1033.0, "word": " كلهم", "probability": 0.983154296875}, {"start": 1033.0, "end": 1033.54, "word": " القضية", "probability": 0.9568684895833334}, {"start": 1033.54, "end": 1034.1, "word": " بتتشعب", "probability": 0.92412109375}, {"start": 1034.1, "end": 1034.32, "word": " لكن", "probability": 0.724609375}, {"start": 1034.32, "end": 1034.52, "word": " لما", "probability": 0.79248046875}, {"start": 1034.52, "end": 1034.7, "word": " أنا", "probability": 0.69873046875}, {"start": 1034.7, "end": 1035.1, "word": " بتطلع", "probability": 0.93310546875}, {"start": 1035.1, "end": 1035.26, "word": " على", "probability": 0.83740234375}, {"start": 1035.26, "end": 1035.76, "word": " أجزاء", "probability": 0.90771484375}, {"start": 1035.76, "end": 1036.3, "word": " بصيب", "probability": 0.66351318359375}, {"start": 1036.3, "end": 1036.54, "word": " أقدر", "probability": 0.8504231770833334}, {"start": 1036.54, "end": 1036.82, "word": " أعمل", "probability": 0.9500325520833334}, {"start": 1036.82, "end": 1037.32, "word": " management", "probability": 0.7880859375}, {"start": 1037.32, "end": 1038.22, "word": " لكل", "probability": 0.982421875}, {"start": 1038.22, "end": 1038.64, "word": " جزء", "probability": 0.9967447916666666}, {"start": 1038.64, "end": 1039.72, "word": " لوحده", "probability": 0.8251953125}, {"start": 1039.72, "end": 1040.76, "word": " طيب", "probability": 0.9659830729166666}, {"start": 1040.76, "end": 1041.34, "word": " يبقى", "probability": 0.71484375}, {"start": 1041.34, "end": 1041.58, "word": " احنا", "probability": 0.8782552083333334}, {"start": 1041.58, "end": 1041.92, "word": " الآن", "probability": 0.7017822265625}, {"start": 1041.92, "end": 1042.22, "word": " طيب", "probability": 0.8268229166666666}, {"start": 1042.22, "end": 1042.46, "word": " ايش", "probability": 0.743408203125}, {"start": 1042.46, "end": 1042.58, "word": " اللي", "probability": 0.97412109375}, {"start": 1042.58, "end": 1042.82, "word": " بدي", "probability": 0.652587890625}, {"start": 1042.82, "end": 1043.04, "word": " يصير", "probability": 0.79443359375}, {"start": 1043.04, "end": 1043.54, "word": " بالنسبة", "probability": 0.990478515625}, {"start": 1043.54, "end": 1043.78, "word": " ل", "probability": 0.4921875}, {"start": 1043.78, "end": 1044.38, "word": " ..", "probability": 0.408203125}, {"start": 1044.38, "end": 1044.62, "word": " اللي", "probability": 0.983154296875}, {"start": 1044.62, "end": 1044.9, "word": " هو", "probability": 0.994140625}, {"start": 1044.9, "end": 1045.98, "word": " النقطة", "probability": 0.9734700520833334}, {"start": 1045.98, "end": 1046.5, "word": " هذه؟", "probability": 0.6251220703125}], "temperature": 1.0}, {"id": 39, "seek": 107802, "start": 1048.68, "end": 1078.02, "text": "اللي هي ending ال basic block احنا طلعنا على المثال هذا وشوفنا ان المثال هذا عمليا الترجمة انتهت الى هنا هي اخر instruction صح ايوة لما خلصنا مخلصناش لما خلصنا ال instruction مخلصناش الشغل صار لازم اعمل ترتيب ل .. او cleanup او ending حيث ان اي اشي", "tokens": [6027, 20292, 39896, 8121, 2423, 3875, 3461, 1975, 5016, 8315, 23032, 1211, 3615, 8315, 15844, 9673, 12984, 6027, 23758, 4032, 8592, 38688, 8315, 16472, 9673, 12984, 6027, 23758, 6225, 2304, 20292, 995, 16712, 47341, 46007, 16472, 47395, 2655, 2423, 7578, 34105, 39896, 1975, 34740, 10951, 20328, 5016, 1975, 1829, 2407, 3660, 5296, 15042, 16490, 1211, 9381, 8315, 3714, 9778, 1211, 9381, 1863, 33599, 5296, 15042, 16490, 1211, 9381, 8315, 2423, 10951, 3714, 9778, 1211, 9381, 1863, 33599, 25124, 17082, 1211, 20328, 9640, 5296, 31377, 2304, 1975, 25957, 1211, 6055, 2288, 31371, 3555, 5296, 4386, 1975, 2407, 40991, 1975, 2407, 8121, 11331, 1829, 12984, 16472, 1975, 1829, 1975, 8592, 1829], "avg_logprob": -0.1602272785522721, "compression_ratio": 1.8248847926267282, "no_speech_prob": 5.960464477539063e-08, "words": [{"start": 1048.68, "end": 1048.96, "word": "اللي", "probability": 0.771728515625}, {"start": 1048.96, "end": 1049.08, "word": " هي", "probability": 0.87060546875}, {"start": 1049.08, "end": 1049.42, "word": " ending", "probability": 0.9267578125}, {"start": 1049.42, "end": 1049.62, "word": " ال", "probability": 0.93505859375}, {"start": 1049.62, "end": 1049.9, "word": " basic", "probability": 0.7265625}, {"start": 1049.9, "end": 1050.38, "word": " block", "probability": 0.8740234375}, {"start": 1050.38, "end": 1052.18, "word": " احنا", "probability": 0.8795572916666666}, {"start": 1052.18, "end": 1052.84, "word": " طلعنا", "probability": 0.98291015625}, {"start": 1052.84, "end": 1053.02, "word": " على", "probability": 0.8837890625}, {"start": 1053.02, "end": 1054.52, "word": " المثال", "probability": 0.9436848958333334}, {"start": 1054.52, "end": 1054.82, "word": " هذا", "probability": 0.91162109375}, {"start": 1054.82, "end": 1056.02, "word": " وشوفنا", "probability": 0.889892578125}, {"start": 1056.02, "end": 1056.2, "word": " ان", "probability": 0.6806640625}, {"start": 1056.2, "end": 1056.7, "word": " المثال", "probability": 0.94384765625}, {"start": 1056.7, "end": 1057.08, "word": " هذا", "probability": 0.89404296875}, {"start": 1057.08, "end": 1057.74, "word": " عمليا", "probability": 0.894775390625}, {"start": 1057.74, "end": 1058.68, "word": " الترجمة", "probability": 0.9228515625}, {"start": 1058.68, "end": 1059.18, "word": " انتهت", "probability": 0.8688151041666666}, {"start": 1059.18, "end": 1059.42, "word": " الى", "probability": 0.6900634765625}, {"start": 1059.42, "end": 1059.64, "word": " هنا", "probability": 0.98974609375}, {"start": 1059.64, "end": 1060.1, "word": " هي", "probability": 0.250732421875}, {"start": 1060.1, "end": 1060.44, "word": " اخر", "probability": 0.823974609375}, {"start": 1060.44, "end": 1061.14, "word": " instruction", "probability": 0.609375}, {"start": 1061.14, "end": 1063.08, "word": " صح", "probability": 0.75}, {"start": 1063.08, "end": 1063.96, "word": " ايوة", "probability": 0.771728515625}, {"start": 1063.96, "end": 1064.62, "word": " لما", "probability": 0.968505859375}, {"start": 1064.62, "end": 1065.38, "word": " خلصنا", "probability": 0.94873046875}, {"start": 1065.38, "end": 1066.26, "word": " مخلصناش", "probability": 0.7899576822916666}, {"start": 1066.26, "end": 1066.72, "word": " لما", "probability": 0.895263671875}, {"start": 1066.72, "end": 1067.22, "word": " خلصنا", "probability": 0.9847412109375}, {"start": 1067.22, "end": 1067.32, "word": " ال", "probability": 0.978515625}, {"start": 1067.32, "end": 1067.86, "word": " instruction", "probability": 0.92724609375}, {"start": 1067.86, "end": 1068.88, "word": " مخلصناش", "probability": 0.9556477864583334}, {"start": 1068.88, "end": 1069.7, "word": " الشغل", "probability": 0.9933268229166666}, {"start": 1069.7, "end": 1069.96, "word": " صار", "probability": 0.962890625}, {"start": 1069.96, "end": 1070.34, "word": " لازم", "probability": 0.9934895833333334}, {"start": 1070.34, "end": 1071.42, "word": " اعمل", "probability": 0.9635416666666666}, {"start": 1071.42, "end": 1072.08, "word": " ترتيب", "probability": 0.974853515625}, {"start": 1072.08, "end": 1072.34, "word": " ل", "probability": 0.68310546875}, {"start": 1072.34, "end": 1072.68, "word": " ..", "probability": 0.2047119140625}, {"start": 1072.68, "end": 1074.1, "word": " او", "probability": 0.7469482421875}, {"start": 1074.1, "end": 1074.44, "word": " cleanup", "probability": 0.6875}, {"start": 1074.44, "end": 1074.9, "word": " او", "probability": 0.94189453125}, {"start": 1074.9, "end": 1076.36, "word": " ending", "probability": 0.9375}, {"start": 1076.36, "end": 1076.98, "word": " حيث", "probability": 0.8406575520833334}, {"start": 1076.98, "end": 1077.16, "word": " ان", "probability": 0.91748046875}, {"start": 1077.16, "end": 1077.54, "word": " اي", "probability": 0.76416015625}, {"start": 1077.54, "end": 1078.02, "word": " اشي", "probability": 0.8846028645833334}], "temperature": 1.0}, {"id": 40, "seek": 110778, "start": 1079.04, "end": 1107.78, "text": "أي variable القيمة تبعته موجودة فقط في ال register هذا ال register ماعوش أي حاجة تانية هذا تمام اللي موجود في ال register و راح استخدمه لاحقا فهذا يجب ان ارحله على المجور هنا ايش المراحل مراحل a و d يعني هذا و هذا", "tokens": [10721, 1829, 7006, 25062, 32640, 3660, 6055, 3555, 3615, 47395, 3714, 29245, 23328, 3660, 6156, 47432, 8978, 2423, 7280, 23758, 2423, 7280, 19446, 3615, 2407, 8592, 36632, 11331, 26108, 3660, 6055, 7649, 10632, 23758, 46811, 10943, 13672, 1829, 3714, 29245, 23328, 8978, 2423, 7280, 4032, 12602, 39319, 44713, 9778, 40448, 3224, 20193, 5016, 4587, 995, 6156, 3224, 15730, 7251, 7435, 3555, 16472, 1975, 2288, 5016, 43761, 15844, 9673, 7435, 13063, 34105, 1975, 1829, 8592, 9673, 23557, 5016, 1211, 3714, 23557, 5016, 1211, 257, 4032, 274, 37495, 22653, 23758, 4032, 23758], "avg_logprob": -0.31559065803066716, "compression_ratio": 1.7989690721649485, "no_speech_prob": 0.0, "words": [{"start": 1079.04, "end": 1079.34, "word": "أي", "probability": 0.654296875}, {"start": 1079.34, "end": 1079.88, "word": " variable", "probability": 0.61572265625}, {"start": 1079.88, "end": 1081.78, "word": " القيمة", "probability": 0.6766357421875}, {"start": 1081.78, "end": 1082.12, "word": " تبعته", "probability": 0.511016845703125}, {"start": 1082.12, "end": 1082.58, "word": " موجودة", "probability": 0.9649658203125}, {"start": 1082.58, "end": 1083.2, "word": " فقط", "probability": 0.964111328125}, {"start": 1083.2, "end": 1083.64, "word": " في", "probability": 0.90478515625}, {"start": 1083.64, "end": 1084.12, "word": " ال", "probability": 0.469482421875}, {"start": 1084.12, "end": 1084.56, "word": " register", "probability": 0.70556640625}, {"start": 1084.56, "end": 1086.42, "word": " هذا", "probability": 0.7099609375}, {"start": 1086.42, "end": 1086.62, "word": " ال", "probability": 0.68896484375}, {"start": 1086.62, "end": 1086.92, "word": " register", "probability": 0.88330078125}, {"start": 1086.92, "end": 1087.44, "word": " ماعوش", "probability": 0.6097412109375}, {"start": 1087.44, "end": 1087.7, "word": " أي", "probability": 0.7763671875}, {"start": 1087.7, "end": 1088.14, "word": " حاجة", "probability": 0.9537760416666666}, {"start": 1088.14, "end": 1088.5, "word": " تانية", "probability": 0.9876302083333334}, {"start": 1088.5, "end": 1089.12, "word": " هذا", "probability": 0.4736328125}, {"start": 1089.12, "end": 1091.0, "word": " تمام", "probability": 0.60614013671875}, {"start": 1091.0, "end": 1091.24, "word": " اللي", "probability": 0.771240234375}, {"start": 1091.24, "end": 1091.56, "word": " موجود", "probability": 0.9881184895833334}, {"start": 1091.56, "end": 1091.72, "word": " في", "probability": 0.85693359375}, {"start": 1091.72, "end": 1091.78, "word": " ال", "probability": 0.82275390625}, {"start": 1091.78, "end": 1092.22, "word": " register", "probability": 0.955078125}, {"start": 1092.22, "end": 1093.34, "word": " و", "probability": 0.705078125}, {"start": 1093.34, "end": 1093.64, "word": " راح", "probability": 0.6807861328125}, {"start": 1093.64, "end": 1094.56, "word": " استخدمه", "probability": 0.8597412109375}, {"start": 1094.56, "end": 1095.26, "word": " لاحقا", "probability": 0.9683837890625}, {"start": 1095.26, "end": 1096.16, "word": " فهذا", "probability": 0.8751627604166666}, {"start": 1096.16, "end": 1097.32, "word": " يجب", "probability": 0.873046875}, {"start": 1097.32, "end": 1097.64, "word": " ان", "probability": 0.5478515625}, {"start": 1097.64, "end": 1098.52, "word": " ارحله", "probability": 0.8304443359375}, {"start": 1098.52, "end": 1100.3, "word": " على", "probability": 0.78515625}, {"start": 1100.3, "end": 1100.76, "word": " المجور", "probability": 0.642578125}, {"start": 1100.76, "end": 1102.36, "word": " هنا", "probability": 0.57470703125}, {"start": 1102.36, "end": 1102.7, "word": " ايش", "probability": 0.7733561197916666}, {"start": 1102.7, "end": 1103.22, "word": " المراحل", "probability": 0.7916259765625}, {"start": 1103.22, "end": 1103.62, "word": " مراحل", "probability": 0.73382568359375}, {"start": 1103.62, "end": 1103.94, "word": " a", "probability": 0.257568359375}, {"start": 1103.94, "end": 1104.36, "word": " و", "probability": 0.93896484375}, {"start": 1104.36, "end": 1104.64, "word": " d", "probability": 0.51708984375}, {"start": 1104.64, "end": 1105.42, "word": " يعني", "probability": 0.87060546875}, {"start": 1105.42, "end": 1105.86, "word": " هذا", "probability": 0.85009765625}, {"start": 1105.86, "end": 1107.4, "word": " و", "probability": 0.63427734375}, {"start": 1107.4, "end": 1107.78, "word": " هذا", "probability": 0.94921875}], "temperature": 1.0}, {"id": 41, "seek": 113650, "start": 1108.26, "end": 1136.5, "text": "هي A و D بس ما رحل V V موجودة فقط في R ثلاثة بس قال لأ مابديش أرحل على ال memory ليش لأ أنا temporary لو أنت لاحظت على ال instructions أنا عندي هنا T وظيفتها بس تتواخد ناتج الطرح و ال U ناتج الطرح هذا و ال V ناتج الجمع هذا و في الآخر القيمة", "tokens": [3224, 1829, 316, 4032, 413, 4724, 3794, 19446, 12602, 5016, 1211, 691, 691, 3714, 29245, 23328, 3660, 6156, 47432, 8978, 497, 38637, 1211, 5718, 104, 3660, 4724, 3794, 50239, 5296, 10721, 3714, 16758, 16254, 8592, 5551, 2288, 5016, 1211, 15844, 2423, 4675, 32239, 8592, 5296, 10721, 41850, 13413, 45164, 14739, 2655, 20193, 5016, 19913, 2655, 15844, 2423, 9415, 41850, 18871, 16254, 34105, 314, 4032, 19913, 33911, 2655, 11296, 4724, 3794, 6055, 2655, 2407, 47283, 3215, 8717, 9307, 7435, 41950, 2288, 5016, 4032, 2423, 624, 8717, 9307, 7435, 41950, 2288, 5016, 23758, 4032, 2423, 691, 8717, 9307, 7435, 25724, 2304, 3615, 23758, 4032, 8978, 6024, 95, 34740, 25062, 32640, 3660], "avg_logprob": -0.26221590529788624, "compression_ratio": 1.683982683982684, "no_speech_prob": 0.0, "words": [{"start": 1108.26, "end": 1108.56, "word": "هي", "probability": 0.593505859375}, {"start": 1108.56, "end": 1108.82, "word": " A", "probability": 0.430908203125}, {"start": 1108.82, "end": 1109.22, "word": " و", "probability": 0.92041015625}, {"start": 1109.22, "end": 1109.5, "word": " D", "probability": 0.50927734375}, {"start": 1109.5, "end": 1112.06, "word": " بس", "probability": 0.57550048828125}, {"start": 1112.06, "end": 1112.3, "word": " ما", "probability": 0.5693359375}, {"start": 1112.3, "end": 1112.84, "word": " رحل", "probability": 0.8055013020833334}, {"start": 1112.84, "end": 1114.0, "word": " V", "probability": 0.55908203125}, {"start": 1114.0, "end": 1115.54, "word": " V", "probability": 0.61474609375}, {"start": 1115.54, "end": 1116.0, "word": " موجودة", "probability": 0.943603515625}, {"start": 1116.0, "end": 1116.26, "word": " فقط", "probability": 0.98681640625}, {"start": 1116.26, "end": 1116.38, "word": " في", "probability": 0.892578125}, {"start": 1116.38, "end": 1116.56, "word": " R", "probability": 0.290771484375}, {"start": 1116.56, "end": 1117.06, "word": " ثلاثة", "probability": 0.8306640625}, {"start": 1117.06, "end": 1117.3, "word": " بس", "probability": 0.891357421875}, {"start": 1117.3, "end": 1117.54, "word": " قال", "probability": 0.783203125}, {"start": 1117.54, "end": 1119.06, "word": " لأ", "probability": 0.787353515625}, {"start": 1119.06, "end": 1119.84, "word": " مابديش", "probability": 0.639404296875}, {"start": 1119.84, "end": 1120.2, "word": " أرحل", "probability": 0.792724609375}, {"start": 1120.2, "end": 1120.34, "word": " على", "probability": 0.34814453125}, {"start": 1120.34, "end": 1120.46, "word": " ال", "probability": 0.60693359375}, {"start": 1120.46, "end": 1120.6, "word": " memory", "probability": 0.81103515625}, {"start": 1120.6, "end": 1121.02, "word": " ليش", "probability": 0.776611328125}, {"start": 1121.02, "end": 1121.1, "word": " لأ", "probability": 0.5257568359375}, {"start": 1121.1, "end": 1121.22, "word": " أنا", "probability": 0.54541015625}, {"start": 1121.22, "end": 1121.7, "word": " temporary", "probability": 0.79931640625}, {"start": 1121.7, "end": 1122.5, "word": " لو", "probability": 0.935546875}, {"start": 1122.5, "end": 1122.7, "word": " أنت", "probability": 0.72900390625}, {"start": 1122.7, "end": 1123.26, "word": " لاحظت", "probability": 0.9656982421875}, {"start": 1123.26, "end": 1123.52, "word": " على", "probability": 0.900390625}, {"start": 1123.52, "end": 1123.62, "word": " ال", "probability": 0.9189453125}, {"start": 1123.62, "end": 1124.26, "word": " instructions", "probability": 0.5986328125}, {"start": 1124.26, "end": 1125.02, "word": " أنا", "probability": 0.1837158203125}, {"start": 1125.02, "end": 1125.26, "word": " عندي", "probability": 0.873779296875}, {"start": 1125.26, "end": 1125.48, "word": " هنا", "probability": 0.5966796875}, {"start": 1125.48, "end": 1125.74, "word": " T", "probability": 0.94140625}, {"start": 1125.74, "end": 1126.34, "word": " وظيفتها", "probability": 0.96220703125}, {"start": 1126.34, "end": 1126.56, "word": " بس", "probability": 0.96728515625}, {"start": 1126.56, "end": 1127.68, "word": " تتواخد", "probability": 0.697802734375}, {"start": 1127.68, "end": 1128.54, "word": " ناتج", "probability": 0.939453125}, {"start": 1128.54, "end": 1129.1, "word": " الطرح", "probability": 0.9527994791666666}, {"start": 1129.1, "end": 1129.56, "word": " و", "probability": 0.8115234375}, {"start": 1129.56, "end": 1129.72, "word": " ال", "probability": 0.48779296875}, {"start": 1129.72, "end": 1129.9, "word": " U", "probability": 0.84619140625}, {"start": 1129.9, "end": 1130.3, "word": " ناتج", "probability": 0.99560546875}, {"start": 1130.3, "end": 1130.7, "word": " الطرح", "probability": 0.97802734375}, {"start": 1130.7, "end": 1131.08, "word": " هذا", "probability": 0.8671875}, {"start": 1131.08, "end": 1131.88, "word": " و", "probability": 0.966796875}, {"start": 1131.88, "end": 1132.02, "word": " ال", "probability": 0.8544921875}, {"start": 1132.02, "end": 1132.18, "word": " V", "probability": 0.98291015625}, {"start": 1132.18, "end": 1132.66, "word": " ناتج", "probability": 0.9973958333333334}, {"start": 1132.66, "end": 1133.06, "word": " الجمع", "probability": 0.8990885416666666}, {"start": 1133.06, "end": 1133.5, "word": " هذا", "probability": 0.9775390625}, {"start": 1133.5, "end": 1133.92, "word": " و", "probability": 0.9677734375}, {"start": 1133.92, "end": 1134.02, "word": " في", "probability": 0.87109375}, {"start": 1134.02, "end": 1134.58, "word": " الآخر", "probability": 0.8896484375}, {"start": 1134.58, "end": 1136.5, "word": " القيمة", "probability": 0.9694010416666666}], "temperature": 1.0}, {"id": 42, "seek": 116389, "start": 1137.61, "end": 1163.89, "text": "أه و دي .. و دي بتتحط في A يعني دي بتاخد قيمة جديدة فقبل بأخر هياخد قيمة جديدة اتخذت قيمة السوق تبعتها في A بعدين أخدت قيمة جديدة تبعتها من مين؟ من V زائد U فبالتالي ال V زائد U هدول اللي وصفوا وظيفتهم كانت انهم temporary هم و ال T okay ف ال U و ال T و ال V هدول هي temporaries", "tokens": [10721, 3224, 4032, 11778, 1829, 4386, 4032, 11778, 1829, 39894, 2655, 5016, 9566, 8978, 316, 37495, 22653, 11778, 1829, 39894, 47283, 3215, 12174, 32640, 3660, 10874, 16254, 41891, 6156, 4587, 36150, 4724, 10721, 34740, 39896, 47283, 3215, 12174, 32640, 3660, 10874, 16254, 41891, 1975, 2655, 9778, 8848, 2655, 12174, 32640, 3660, 21136, 30543, 6055, 3555, 34268, 11296, 8978, 316, 39182, 9957, 5551, 9778, 3215, 2655, 12174, 32640, 3660, 10874, 16254, 41891, 6055, 3555, 34268, 11296, 9154, 3714, 9957, 22807, 9154, 691, 30767, 16373, 3215, 624, 6156, 3555, 6027, 2655, 6027, 1829, 2423, 691, 30767, 16373, 3215, 624, 8032, 3215, 12610, 13672, 1829, 4032, 9381, 5172, 14407, 4032, 19913, 33911, 2655, 16095, 25961, 2655, 16472, 16095, 13413, 8032, 2304, 4032, 2423, 314, 1392, 6156, 2423, 624, 4032, 2423, 314, 4032, 2423, 691, 8032, 3215, 12610, 39896, 8219, 4889], "avg_logprob": -0.27309781615284906, "compression_ratio": 1.9156118143459915, "no_speech_prob": 0.0, "words": [{"start": 1137.61, "end": 1137.97, "word": "أه", "probability": 0.294464111328125}, {"start": 1137.97, "end": 1138.13, "word": " و", "probability": 0.70751953125}, {"start": 1138.13, "end": 1138.43, "word": " دي", "probability": 0.59912109375}, {"start": 1138.43, "end": 1138.43, "word": " ..", "probability": 0.19140625}, {"start": 1138.43, "end": 1138.69, "word": " و", "probability": 0.921875}, {"start": 1138.69, "end": 1139.09, "word": " دي", "probability": 0.972412109375}, {"start": 1139.09, "end": 1140.45, "word": " بتتحط", "probability": 0.8153076171875}, {"start": 1140.45, "end": 1140.79, "word": " في", "probability": 0.869140625}, {"start": 1140.79, "end": 1141.05, "word": " A", "probability": 0.263427734375}, {"start": 1141.05, "end": 1142.03, "word": " يعني", "probability": 0.879638671875}, {"start": 1142.03, "end": 1142.45, "word": " دي", "probability": 0.841064453125}, {"start": 1142.45, "end": 1142.85, "word": " بتاخد", "probability": 0.7572428385416666}, {"start": 1142.85, "end": 1143.19, "word": " قيمة", "probability": 0.96044921875}, {"start": 1143.19, "end": 1143.61, "word": " جديدة", "probability": 0.98193359375}, {"start": 1143.61, "end": 1144.15, "word": " فقبل", "probability": 0.6426595052083334}, {"start": 1144.15, "end": 1144.43, "word": " بأخر", "probability": 0.7177734375}, {"start": 1144.43, "end": 1144.69, "word": " هياخد", "probability": 0.7482096354166666}, {"start": 1144.69, "end": 1145.27, "word": " قيمة", "probability": 0.9091796875}, {"start": 1145.27, "end": 1145.77, "word": " جديدة", "probability": 0.9853515625}, {"start": 1145.77, "end": 1146.61, "word": " اتخذت", "probability": 0.74345703125}, {"start": 1146.61, "end": 1146.91, "word": " قيمة", "probability": 0.7740071614583334}, {"start": 1146.91, "end": 1147.13, "word": " السوق", "probability": 0.885498046875}, {"start": 1147.13, "end": 1147.57, "word": " تبعتها", "probability": 0.746002197265625}, {"start": 1147.57, "end": 1147.69, "word": " في", "probability": 0.97021484375}, {"start": 1147.69, "end": 1147.91, "word": " A", "probability": 0.93408203125}, {"start": 1147.91, "end": 1148.77, "word": " بعدين", "probability": 0.706787109375}, {"start": 1148.77, "end": 1149.13, "word": " أخدت", "probability": 0.861572265625}, {"start": 1149.13, "end": 1149.39, "word": " قيمة", "probability": 0.95361328125}, {"start": 1149.39, "end": 1149.65, "word": " جديدة", "probability": 0.9899088541666666}, {"start": 1149.65, "end": 1150.03, "word": " تبعتها", "probability": 0.95947265625}, {"start": 1150.03, "end": 1150.15, "word": " من", "probability": 0.9873046875}, {"start": 1150.15, "end": 1151.01, "word": " مين؟", "probability": 0.7696940104166666}, {"start": 1151.01, "end": 1151.21, "word": " من", "probability": 0.94140625}, {"start": 1151.21, "end": 1151.45, "word": " V", "probability": 0.74560546875}, {"start": 1151.45, "end": 1151.79, "word": " زائد", "probability": 0.690185546875}, {"start": 1151.79, "end": 1152.03, "word": " U", "probability": 0.9833984375}, {"start": 1152.03, "end": 1153.05, "word": " فبالتالي", "probability": 0.9560546875}, {"start": 1153.05, "end": 1153.17, "word": " ال", "probability": 0.64599609375}, {"start": 1153.17, "end": 1153.33, "word": " V", "probability": 0.86865234375}, {"start": 1153.33, "end": 1153.55, "word": " زائد", "probability": 0.9093424479166666}, {"start": 1153.55, "end": 1153.67, "word": " U", "probability": 0.9677734375}, {"start": 1153.67, "end": 1153.87, "word": " هدول", "probability": 0.74169921875}, {"start": 1153.87, "end": 1153.99, "word": " اللي", "probability": 0.78076171875}, {"start": 1153.99, "end": 1154.25, "word": " وصفوا", "probability": 0.586090087890625}, {"start": 1154.25, "end": 1154.63, "word": " وظيفتهم", "probability": 0.6564453125}, {"start": 1154.63, "end": 1154.97, "word": " كانت", "probability": 0.95751953125}, {"start": 1154.97, "end": 1155.37, "word": " انهم", "probability": 0.73291015625}, {"start": 1155.37, "end": 1157.15, "word": " temporary", "probability": 0.78271484375}, {"start": 1157.15, "end": 1158.07, "word": " هم", "probability": 0.92822265625}, {"start": 1158.07, "end": 1158.25, "word": " و", "probability": 0.79638671875}, {"start": 1158.25, "end": 1158.35, "word": " ال", "probability": 0.876953125}, {"start": 1158.35, "end": 1158.55, "word": " T", "probability": 0.9521484375}, {"start": 1158.55, "end": 1160.79, "word": " okay", "probability": 0.392578125}, {"start": 1160.79, "end": 1161.73, "word": " ف", "probability": 0.9208984375}, {"start": 1161.73, "end": 1161.89, "word": " ال", "probability": 0.64013671875}, {"start": 1161.89, "end": 1162.13, "word": " U", "probability": 0.91357421875}, {"start": 1162.13, "end": 1162.37, "word": " و", "probability": 0.765625}, {"start": 1162.37, "end": 1162.49, "word": " ال", "probability": 0.81298828125}, {"start": 1162.49, "end": 1162.65, "word": " T", "probability": 0.95458984375}, {"start": 1162.65, "end": 1162.79, "word": " و", "probability": 0.98876953125}, {"start": 1162.79, "end": 1162.89, "word": " ال", "probability": 0.87841796875}, {"start": 1162.89, "end": 1163.01, "word": " V", "probability": 0.98828125}, {"start": 1163.01, "end": 1163.21, "word": " هدول", "probability": 0.9619140625}, {"start": 1163.21, "end": 1163.29, "word": " هي", "probability": 0.230224609375}, {"start": 1163.29, "end": 1163.89, "word": " temporaries", "probability": 0.7548828125}], "temperature": 1.0}, {"id": 43, "seek": 118710, "start": 1164.17, "end": 1187.11, "text": "فالـ V مع أنه قيمتها موجودة في R3 فقط إلا إنه محتاج ناشن لإنها temporary لأنها محتاجة لإن أعمل store لمن؟ لـ A والـ D هذا القمر كيف ال algorithm بدها تستشعره؟ في عندنا جزئية", "tokens": [5172, 6027, 39184, 691, 20449, 14739, 3224, 12174, 32640, 2655, 11296, 3714, 29245, 23328, 3660, 8978, 497, 18, 6156, 47432, 11933, 15040, 36145, 3224, 3714, 33753, 26108, 8717, 33599, 1863, 5296, 28814, 1863, 11296, 13413, 5296, 33456, 11296, 3714, 33753, 26108, 3660, 5296, 28814, 1863, 5551, 25957, 1211, 3531, 5296, 27842, 22807, 5296, 39184, 316, 16070, 39184, 413, 23758, 25062, 29973, 9122, 33911, 2423, 9284, 47525, 11296, 6055, 14851, 8592, 3615, 2288, 3224, 22807, 8978, 43242, 8315, 10874, 11622, 19986, 10632], "avg_logprob": -0.4409298838638678, "compression_ratio": 1.4343434343434343, "no_speech_prob": 0.0, "words": [{"start": 1164.17, "end": 1164.73, "word": "فالـ", "probability": 0.4674072265625}, {"start": 1164.73, "end": 1165.49, "word": " V", "probability": 0.64599609375}, {"start": 1165.49, "end": 1165.83, "word": " مع", "probability": 0.458740234375}, {"start": 1165.83, "end": 1166.37, "word": " أنه", "probability": 0.39111328125}, {"start": 1166.37, "end": 1166.93, "word": " قيمتها", "probability": 0.97314453125}, {"start": 1166.93, "end": 1167.29, "word": " موجودة", "probability": 0.9671630859375}, {"start": 1167.29, "end": 1167.37, "word": " في", "probability": 0.84521484375}, {"start": 1167.37, "end": 1167.93, "word": " R3", "probability": 0.744873046875}, {"start": 1167.93, "end": 1169.63, "word": " فقط", "probability": 0.825927734375}, {"start": 1169.63, "end": 1170.37, "word": " إلا", "probability": 0.7054443359375}, {"start": 1170.37, "end": 1170.65, "word": " إنه", "probability": 0.779541015625}, {"start": 1170.65, "end": 1171.97, "word": " محتاج", "probability": 0.7652180989583334}, {"start": 1171.97, "end": 1172.35, "word": " ناشن", "probability": 0.4447428385416667}, {"start": 1172.35, "end": 1172.77, "word": " لإنها", "probability": 0.55010986328125}, {"start": 1172.77, "end": 1173.87, "word": " temporary", "probability": 0.5126953125}, {"start": 1173.87, "end": 1174.81, "word": " لأنها", "probability": 0.461669921875}, {"start": 1174.81, "end": 1175.21, "word": " محتاجة", "probability": 0.939208984375}, {"start": 1175.21, "end": 1175.31, "word": " لإن", "probability": 0.60693359375}, {"start": 1175.31, "end": 1175.45, "word": " أعمل", "probability": 0.7516276041666666}, {"start": 1175.45, "end": 1175.73, "word": " store", "probability": 0.67041015625}, {"start": 1175.73, "end": 1176.21, "word": " لمن؟", "probability": 0.593017578125}, {"start": 1176.21, "end": 1176.39, "word": " لـ", "probability": 0.4774169921875}, {"start": 1176.39, "end": 1176.63, "word": " A", "probability": 0.58984375}, {"start": 1176.63, "end": 1178.21, "word": " والـ", "probability": 0.6009521484375}, {"start": 1178.21, "end": 1179.39, "word": " D", "probability": 0.57373046875}, {"start": 1179.39, "end": 1180.93, "word": " هذا", "probability": 0.170654296875}, {"start": 1180.93, "end": 1181.29, "word": " القمر", "probability": 0.7269287109375}, {"start": 1181.29, "end": 1181.63, "word": " كيف", "probability": 0.93310546875}, {"start": 1181.63, "end": 1181.75, "word": " ال", "probability": 0.496826171875}, {"start": 1181.75, "end": 1182.09, "word": " algorithm", "probability": 0.75439453125}, {"start": 1182.09, "end": 1182.71, "word": " بدها", "probability": 0.782470703125}, {"start": 1182.71, "end": 1185.45, "word": " تستشعره؟", "probability": 0.7977469308035714}, {"start": 1185.45, "end": 1185.69, "word": " في", "probability": 0.4052734375}, {"start": 1185.69, "end": 1186.19, "word": " عندنا", "probability": 0.58221435546875}, {"start": 1186.19, "end": 1187.11, "word": " جزئية", "probability": 0.9271240234375}], "temperature": 1.0}, {"id": 44, "seek": 122273, "start": 1194.91, "end": 1222.73, "text": "الـ policy هذه إنه إذا if the variable is a temporary used فقط بداخل ال block مافيش أي مشكلة إنه لما ننتهي ال block we can forget about the value of ال temporary صح؟ we can forget about ال value of ال temporary ولكن إذا", "tokens": [6027, 39184, 3897, 29538, 36145, 3224, 11933, 15730, 498, 264, 7006, 307, 257, 13413, 1143, 6156, 47432, 47525, 47283, 1211, 2423, 3461, 19446, 41185, 8592, 36632, 37893, 28820, 3660, 36145, 3224, 5296, 15042, 8717, 29399, 3224, 1829, 2423, 3461, 321, 393, 2870, 466, 264, 2158, 295, 2423, 13413, 20328, 5016, 22807, 321, 393, 2870, 466, 2423, 2158, 295, 2423, 13413, 35525, 19452, 11933, 15730], "avg_logprob": -0.365625, "compression_ratio": 1.5666666666666667, "no_speech_prob": 5.960464477539063e-08, "words": [{"start": 1194.9099999999999, "end": 1195.79, "word": "الـ", "probability": 0.139007568359375}, {"start": 1195.79, "end": 1196.67, "word": " policy", "probability": 0.34521484375}, {"start": 1196.67, "end": 1197.09, "word": " هذه", "probability": 0.366455078125}, {"start": 1197.09, "end": 1197.75, "word": " إنه", "probability": 0.35369873046875}, {"start": 1197.75, "end": 1198.61, "word": " إذا", "probability": 0.887939453125}, {"start": 1198.61, "end": 1199.59, "word": " if", "probability": 0.2086181640625}, {"start": 1199.59, "end": 1199.75, "word": " the", "probability": 0.79638671875}, {"start": 1199.75, "end": 1200.17, "word": " variable", "probability": 0.93017578125}, {"start": 1200.17, "end": 1200.45, "word": " is", "probability": 0.9345703125}, {"start": 1200.45, "end": 1200.59, "word": " a", "probability": 0.413818359375}, {"start": 1200.59, "end": 1201.13, "word": " temporary", "probability": 0.90234375}, {"start": 1201.13, "end": 1202.79, "word": " used", "probability": 0.763671875}, {"start": 1202.79, "end": 1203.45, "word": " فقط", "probability": 0.98193359375}, {"start": 1203.45, "end": 1205.21, "word": " بداخل", "probability": 0.9461263020833334}, {"start": 1205.21, "end": 1205.35, "word": " ال", "probability": 0.82763671875}, {"start": 1205.35, "end": 1205.79, "word": " block", "probability": 0.84716796875}, {"start": 1205.79, "end": 1207.35, "word": " مافيش", "probability": 0.8772786458333334}, {"start": 1207.35, "end": 1207.59, "word": " أي", "probability": 0.73046875}, {"start": 1207.59, "end": 1208.29, "word": " مشكلة", "probability": 0.9905598958333334}, {"start": 1208.29, "end": 1209.79, "word": " إنه", "probability": 0.6456298828125}, {"start": 1209.79, "end": 1210.03, "word": " لما", "probability": 0.953125}, {"start": 1210.03, "end": 1210.45, "word": " ننتهي", "probability": 0.9344482421875}, {"start": 1210.45, "end": 1210.55, "word": " ال", "probability": 0.86474609375}, {"start": 1210.55, "end": 1210.91, "word": " block", "probability": 0.96337890625}, {"start": 1210.91, "end": 1211.15, "word": " we", "probability": 0.49365234375}, {"start": 1211.15, "end": 1211.35, "word": " can", "probability": 0.931640625}, {"start": 1211.35, "end": 1211.79, "word": " forget", "probability": 0.92919921875}, {"start": 1211.79, "end": 1212.23, "word": " about", "probability": 0.94677734375}, {"start": 1212.23, "end": 1213.19, "word": " the", "probability": 0.8037109375}, {"start": 1213.19, "end": 1213.73, "word": " value", "probability": 0.892578125}, {"start": 1213.73, "end": 1214.61, "word": " of", "probability": 0.87646484375}, {"start": 1214.61, "end": 1214.87, "word": " ال", "probability": 0.47021484375}, {"start": 1214.87, "end": 1215.25, "word": " temporary", "probability": 0.63427734375}, {"start": 1215.25, "end": 1216.69, "word": " صح؟", "probability": 0.7263997395833334}, {"start": 1216.69, "end": 1216.97, "word": " we", "probability": 0.51025390625}, {"start": 1216.97, "end": 1217.17, "word": " can", "probability": 0.95263671875}, {"start": 1217.17, "end": 1217.65, "word": " forget", "probability": 0.93408203125}, {"start": 1217.65, "end": 1218.77, "word": " about", "probability": 0.92333984375}, {"start": 1218.77, "end": 1219.47, "word": " ال", "probability": 0.8759765625}, {"start": 1219.47, "end": 1219.77, "word": " value", "probability": 0.71337890625}, {"start": 1219.77, "end": 1220.43, "word": " of", "probability": 0.10296630859375}, {"start": 1220.43, "end": 1220.57, "word": " ال", "probability": 0.87890625}, {"start": 1220.57, "end": 1220.89, "word": " temporary", "probability": 0.8408203125}, {"start": 1220.89, "end": 1221.69, "word": " ولكن", "probability": 0.79443359375}, {"start": 1221.69, "end": 1222.73, "word": " إذا", "probability": 0.9326171875}], "temperature": 1.0}, {"id": 45, "seek": 124849, "start": 1223.37, "end": 1248.49, "text": "الـ Variable is Live on Exit Live on Exit ماهي معناته مع نهاية ال block نحن نعلم أنه سيكون له استخدام لاحق يبقى ماقدرش أتركه في ال register و ييجي بعد ذلك ال block اللي جاي يكتب فوقه و يضيئ قيمته", "tokens": [6027, 39184, 32511, 712, 307, 10385, 322, 2111, 270, 10385, 322, 2111, 270, 19446, 3224, 1829, 20449, 8315, 47395, 20449, 8717, 11296, 10632, 2423, 3461, 8717, 5016, 1863, 8717, 3615, 19528, 14739, 3224, 8608, 1829, 30544, 46740, 44713, 9778, 3215, 10943, 20193, 5016, 4587, 7251, 3555, 4587, 7578, 19446, 28543, 2288, 8592, 5551, 2655, 31747, 3224, 8978, 2423, 7280, 4032, 7251, 1829, 7435, 1829, 39182, 29910, 23275, 2423, 3461, 13672, 1829, 10874, 47302, 7251, 4117, 2655, 3555, 6156, 30543, 3224, 4032, 7251, 11242, 1829, 19986, 12174, 32640, 47395], "avg_logprob": -0.36797753076874806, "compression_ratio": 1.458937198067633, "no_speech_prob": 0.0, "words": [{"start": 1223.37, "end": 1223.65, "word": "الـ", "probability": 0.45263671875}, {"start": 1223.65, "end": 1224.23, "word": " Variable", "probability": 0.6534423828125}, {"start": 1224.23, "end": 1224.93, "word": " is", "probability": 0.245361328125}, {"start": 1224.93, "end": 1225.41, "word": " Live", "probability": 0.264404296875}, {"start": 1225.41, "end": 1225.67, "word": " on", "probability": 0.68603515625}, {"start": 1225.67, "end": 1226.23, "word": " Exit", "probability": 0.83935546875}, {"start": 1226.23, "end": 1228.15, "word": " Live", "probability": 0.434814453125}, {"start": 1228.15, "end": 1228.39, "word": " on", "probability": 0.8935546875}, {"start": 1228.39, "end": 1228.79, "word": " Exit", "probability": 0.96044921875}, {"start": 1228.79, "end": 1228.93, "word": " ماهي", "probability": 0.40924072265625}, {"start": 1228.93, "end": 1229.45, "word": " معناته", "probability": 0.9309895833333334}, {"start": 1229.45, "end": 1231.63, "word": " مع", "probability": 0.5693359375}, {"start": 1231.63, "end": 1232.31, "word": " نهاية", "probability": 0.9619140625}, {"start": 1232.31, "end": 1232.81, "word": " ال", "probability": 0.5615234375}, {"start": 1232.81, "end": 1233.29, "word": " block", "probability": 0.60986328125}, {"start": 1233.29, "end": 1236.49, "word": " نحن", "probability": 0.5905354817708334}, {"start": 1236.49, "end": 1236.91, "word": " نعلم", "probability": 0.8883463541666666}, {"start": 1236.91, "end": 1237.27, "word": " أنه", "probability": 0.6893310546875}, {"start": 1237.27, "end": 1237.59, "word": " سيكون", "probability": 0.8411458333333334}, {"start": 1237.59, "end": 1237.77, "word": " له", "probability": 0.2218017578125}, {"start": 1237.77, "end": 1238.21, "word": " استخدام", "probability": 0.9647216796875}, {"start": 1238.21, "end": 1238.77, "word": " لاحق", "probability": 0.9611002604166666}, {"start": 1238.77, "end": 1239.93, "word": " يبقى", "probability": 0.6903533935546875}, {"start": 1239.93, "end": 1240.99, "word": " ماقدرش", "probability": 0.724365234375}, {"start": 1240.99, "end": 1242.17, "word": " أتركه", "probability": 0.9212646484375}, {"start": 1242.17, "end": 1242.53, "word": " في", "probability": 0.890625}, {"start": 1242.53, "end": 1242.57, "word": " ال", "probability": 0.88720703125}, {"start": 1242.57, "end": 1243.01, "word": " register", "probability": 0.841796875}, {"start": 1243.01, "end": 1243.33, "word": " و", "probability": 0.9140625}, {"start": 1243.33, "end": 1243.65, "word": " ييجي", "probability": 0.7037353515625}, {"start": 1243.65, "end": 1243.87, "word": " بعد", "probability": 0.8505859375}, {"start": 1243.87, "end": 1244.17, "word": " ذلك", "probability": 0.7325439453125}, {"start": 1244.17, "end": 1244.83, "word": " ال", "probability": 0.501953125}, {"start": 1244.83, "end": 1245.15, "word": " block", "probability": 0.9609375}, {"start": 1245.15, "end": 1245.39, "word": " اللي", "probability": 0.864501953125}, {"start": 1245.39, "end": 1245.85, "word": " جاي", "probability": 0.7265625}, {"start": 1245.85, "end": 1246.65, "word": " يكتب", "probability": 0.92138671875}, {"start": 1246.65, "end": 1247.09, "word": " فوقه", "probability": 0.9012044270833334}, {"start": 1247.09, "end": 1247.59, "word": " و", "probability": 0.7607421875}, {"start": 1247.59, "end": 1248.03, "word": " يضيئ", "probability": 0.7421875}, {"start": 1248.03, "end": 1248.49, "word": " قيمته", "probability": 0.8782552083333334}], "temperature": 1.0}, {"id": 46, "seek": 128038, "start": 1250.96, "end": 1280.38, "text": "رحّل قيمته من الـ register إلى مموري however if life on exit or if we don't know او اذا ماكناش عارفين اذا هو هستخدم او لا احتياطا بنروحش نسوي then we need to assume ان هو ربما يكون احتياطا اذا ما احنا مانعرفش لان انا نفسي اقول انه ربما يكون هستخدم later وفي هذا الحالة كل variable كل مموري variable ال location تبعه ال location descriptor تبعه", "tokens": [2288, 5016, 11703, 1211, 12174, 32640, 47395, 9154, 2423, 39184, 7280, 30731, 3714, 2304, 13063, 1829, 4461, 498, 993, 322, 11043, 420, 498, 321, 500, 380, 458, 1975, 2407, 1975, 15730, 19446, 19452, 33599, 6225, 9640, 5172, 9957, 1975, 15730, 31439, 8032, 14851, 9778, 40448, 1975, 2407, 20193, 1975, 5016, 31371, 41193, 995, 44945, 32887, 5016, 8592, 8717, 3794, 45865, 550, 321, 643, 281, 6552, 16472, 31439, 12602, 3555, 15042, 7251, 30544, 1975, 5016, 31371, 41193, 995, 1975, 15730, 19446, 1975, 5016, 8315, 19446, 1863, 3615, 28480, 8592, 5296, 7649, 1975, 8315, 8717, 36178, 1829, 1975, 39648, 16472, 3224, 12602, 3555, 15042, 7251, 30544, 8032, 14851, 9778, 40448, 1780, 4032, 41185, 23758, 21542, 6027, 3660, 28242, 7006, 28242, 3714, 2304, 13063, 1829, 7006, 2423, 4914, 6055, 3555, 3615, 3224, 2423, 4914, 31280, 284, 6055, 3555, 3615, 3224], "avg_logprob": -0.2853260968906292, "compression_ratio": 1.7508532423208192, "no_speech_prob": 0.0, "words": [{"start": 1250.96, "end": 1251.58, "word": "رحّل", "probability": 0.55206298828125}, {"start": 1251.58, "end": 1251.98, "word": " قيمته", "probability": 0.9327799479166666}, {"start": 1251.98, "end": 1252.42, "word": " من", "probability": 0.95703125}, {"start": 1252.42, "end": 1252.58, "word": " الـ", "probability": 0.425537109375}, {"start": 1252.58, "end": 1252.94, "word": " register", "probability": 0.41845703125}, {"start": 1252.94, "end": 1253.24, "word": " إلى", "probability": 0.91015625}, {"start": 1253.24, "end": 1253.72, "word": " مموري", "probability": 0.482452392578125}, {"start": 1253.72, "end": 1254.54, "word": " however", "probability": 0.37548828125}, {"start": 1254.54, "end": 1255.4, "word": " if", "probability": 0.54638671875}, {"start": 1255.4, "end": 1255.7, "word": " life", "probability": 0.50439453125}, {"start": 1255.7, "end": 1255.84, "word": " on", "probability": 0.603515625}, {"start": 1255.84, "end": 1256.16, "word": " exit", "probability": 0.8857421875}, {"start": 1256.16, "end": 1257.12, "word": " or", "probability": 0.45703125}, {"start": 1257.12, "end": 1257.38, "word": " if", "probability": 0.6748046875}, {"start": 1257.38, "end": 1257.52, "word": " we", "probability": 0.84716796875}, {"start": 1257.52, "end": 1257.8, "word": " don't", "probability": 0.91845703125}, {"start": 1257.8, "end": 1258.18, "word": " know", "probability": 0.90625}, {"start": 1258.18, "end": 1258.62, "word": " او", "probability": 0.697509765625}, {"start": 1258.62, "end": 1258.8, "word": " اذا", "probability": 0.692626953125}, {"start": 1258.8, "end": 1259.26, "word": " ماكناش", "probability": 0.6619466145833334}, {"start": 1259.26, "end": 1259.72, "word": " عارفين", "probability": 0.9700927734375}, {"start": 1259.72, "end": 1259.86, "word": " اذا", "probability": 0.81396484375}, {"start": 1259.86, "end": 1259.96, "word": " هو", "probability": 0.810546875}, {"start": 1259.96, "end": 1260.46, "word": " هستخدم", "probability": 0.672576904296875}, {"start": 1260.46, "end": 1260.62, "word": " او", "probability": 0.6158447265625}, {"start": 1260.62, "end": 1260.76, "word": " لا", "probability": 0.86083984375}, {"start": 1260.76, "end": 1261.96, "word": " احتياطا", "probability": 0.92109375}, {"start": 1261.96, "end": 1263.26, "word": " بنروحش", "probability": 0.608428955078125}, {"start": 1263.26, "end": 1263.64, "word": " نسوي", "probability": 0.7425130208333334}, {"start": 1263.64, "end": 1264.04, "word": " then", "probability": 0.6689453125}, {"start": 1264.04, "end": 1264.52, "word": " we", "probability": 0.77880859375}, {"start": 1264.52, "end": 1264.76, "word": " need", "probability": 0.94580078125}, {"start": 1264.76, "end": 1264.88, "word": " to", "probability": 0.97802734375}, {"start": 1264.88, "end": 1265.32, "word": " assume", "probability": 0.919921875}, {"start": 1265.32, "end": 1265.66, "word": " ان", "probability": 0.78759765625}, {"start": 1265.66, "end": 1266.04, "word": " هو", "probability": 0.76806640625}, {"start": 1266.04, "end": 1266.92, "word": " ربما", "probability": 0.9820963541666666}, {"start": 1266.92, "end": 1267.34, "word": " يكون", "probability": 0.983642578125}, {"start": 1267.34, "end": 1268.48, "word": " احتياطا", "probability": 0.94638671875}, {"start": 1268.48, "end": 1269.36, "word": " اذا", "probability": 0.81201171875}, {"start": 1269.36, "end": 1269.48, "word": " ما", "probability": 0.91015625}, {"start": 1269.48, "end": 1269.62, "word": " احنا", "probability": 0.89501953125}, {"start": 1269.62, "end": 1270.26, "word": " مانعرفش", "probability": 0.869140625}, {"start": 1270.26, "end": 1271.0, "word": " لان", "probability": 0.6533203125}, {"start": 1271.0, "end": 1271.12, "word": " انا", "probability": 0.6575927734375}, {"start": 1271.12, "end": 1271.32, "word": " نفسي", "probability": 0.7867838541666666}, {"start": 1271.32, "end": 1271.44, "word": " اقول", "probability": 0.682861328125}, {"start": 1271.44, "end": 1271.72, "word": " انه", "probability": 0.75927734375}, {"start": 1271.72, "end": 1271.96, "word": " ربما", "probability": 0.9892578125}, {"start": 1271.96, "end": 1272.42, "word": " يكون", "probability": 0.983642578125}, {"start": 1272.42, "end": 1273.16, "word": " هستخدم", "probability": 0.82049560546875}, {"start": 1273.16, "end": 1273.46, "word": " later", "probability": 0.83154296875}, {"start": 1273.46, "end": 1273.8, "word": " وفي", "probability": 0.71435546875}, {"start": 1273.8, "end": 1274.0, "word": " هذا", "probability": 0.86767578125}, {"start": 1274.0, "end": 1274.82, "word": " الحالة", "probability": 0.9596354166666666}, {"start": 1274.82, "end": 1275.12, "word": " كل", "probability": 0.9521484375}, {"start": 1275.12, "end": 1275.66, "word": " variable", "probability": 0.974609375}, {"start": 1275.66, "end": 1276.68, "word": " كل", "probability": 0.85693359375}, {"start": 1276.68, "end": 1277.04, "word": " مموري", "probability": 0.90478515625}, {"start": 1277.04, "end": 1277.5, "word": " variable", "probability": 0.89990234375}, {"start": 1277.5, "end": 1278.08, "word": " ال", "probability": 0.47265625}, {"start": 1278.08, "end": 1278.48, "word": " location", "probability": 0.98046875}, {"start": 1278.48, "end": 1278.96, "word": " تبعه", "probability": 0.82989501953125}, {"start": 1278.96, "end": 1279.08, "word": " ال", "probability": 0.564453125}, {"start": 1279.08, "end": 1279.36, "word": " location", "probability": 0.9482421875}, {"start": 1279.36, "end": 1279.92, "word": " descriptor", "probability": 0.9287109375}, {"start": 1279.92, "end": 1280.38, "word": " تبعه", "probability": 0.96484375}], "temperature": 1.0}, {"id": 47, "seek": 130363, "start": 1280.69, "end": 1303.63, "text": "بيقول إنه موجود بس في الـ register إنه مش موجود في ال memory فبدنا نحطه في ال memory صح؟ هنعمل store لهذا ال variable على ال memory location كيف هذا الكلام بنعرفه؟ لازم يكون في عندي أنا معلومات عن", "tokens": [3555, 1829, 39648, 36145, 3224, 3714, 29245, 23328, 4724, 3794, 8978, 2423, 39184, 7280, 36145, 3224, 37893, 3714, 29245, 23328, 8978, 2423, 4675, 6156, 44510, 8315, 8717, 5016, 9566, 3224, 8978, 2423, 4675, 20328, 5016, 22807, 8032, 1863, 25957, 1211, 3531, 46740, 15730, 2423, 7006, 15844, 2423, 4675, 4914, 9122, 33911, 23758, 2423, 28820, 10943, 44945, 3615, 28480, 3224, 22807, 5296, 31377, 2304, 7251, 30544, 8978, 18871, 16254, 41850, 20449, 1211, 20498, 9307, 18871], "avg_logprob": -0.3385416642824809, "compression_ratio": 1.6073298429319371, "no_speech_prob": 2.384185791015625e-07, "words": [{"start": 1280.69, "end": 1281.19, "word": "بيقول", "probability": 0.5150960286458334}, {"start": 1281.19, "end": 1281.49, "word": " إنه", "probability": 0.436279296875}, {"start": 1281.49, "end": 1281.85, "word": " موجود", "probability": 0.9578450520833334}, {"start": 1281.85, "end": 1282.19, "word": " بس", "probability": 0.860595703125}, {"start": 1282.19, "end": 1282.35, "word": " في", "probability": 0.81298828125}, {"start": 1282.35, "end": 1282.39, "word": " الـ", "probability": 0.5867919921875}, {"start": 1282.39, "end": 1282.81, "word": " register", "probability": 0.6005859375}, {"start": 1282.81, "end": 1286.27, "word": " إنه", "probability": 0.767822265625}, {"start": 1286.27, "end": 1286.41, "word": " مش", "probability": 0.63818359375}, {"start": 1286.41, "end": 1286.73, "word": " موجود", "probability": 0.990234375}, {"start": 1286.73, "end": 1286.89, "word": " في", "probability": 0.94189453125}, {"start": 1286.89, "end": 1286.97, "word": " ال", "probability": 0.71875}, {"start": 1286.97, "end": 1287.27, "word": " memory", "probability": 0.576171875}, {"start": 1287.27, "end": 1288.17, "word": " فبدنا", "probability": 0.62890625}, {"start": 1288.17, "end": 1288.47, "word": " نحطه", "probability": 0.8341064453125}, {"start": 1288.47, "end": 1288.57, "word": " في", "probability": 0.88720703125}, {"start": 1288.57, "end": 1288.65, "word": " ال", "probability": 0.82861328125}, {"start": 1288.65, "end": 1288.95, "word": " memory", "probability": 0.93359375}, {"start": 1288.95, "end": 1290.67, "word": " صح؟", "probability": 0.6660970052083334}, {"start": 1290.67, "end": 1291.55, "word": " هنعمل", "probability": 0.8863525390625}, {"start": 1291.55, "end": 1292.05, "word": " store", "probability": 0.79248046875}, {"start": 1292.05, "end": 1292.91, "word": " لهذا", "probability": 0.841552734375}, {"start": 1292.91, "end": 1293.01, "word": " ال", "probability": 0.49072265625}, {"start": 1293.01, "end": 1293.27, "word": " variable", "probability": 0.87158203125}, {"start": 1293.27, "end": 1293.61, "word": " على", "probability": 0.884765625}, {"start": 1293.61, "end": 1295.27, "word": " ال", "probability": 0.10693359375}, {"start": 1295.27, "end": 1296.05, "word": " memory", "probability": 0.7451171875}, {"start": 1296.05, "end": 1296.51, "word": " location", "probability": 0.72998046875}, {"start": 1296.51, "end": 1298.31, "word": " كيف", "probability": 0.58648681640625}, {"start": 1298.31, "end": 1298.51, "word": " هذا", "probability": 0.60498046875}, {"start": 1298.51, "end": 1298.79, "word": " الكلام", "probability": 0.9278971354166666}, {"start": 1298.79, "end": 1300.63, "word": " بنعرفه؟", "probability": 0.7498046875}, {"start": 1300.63, "end": 1300.95, "word": " لازم", "probability": 0.9734700520833334}, {"start": 1300.95, "end": 1301.17, "word": " يكون", "probability": 0.94970703125}, {"start": 1301.17, "end": 1301.29, "word": " في", "probability": 0.6015625}, {"start": 1301.29, "end": 1301.67, "word": " عندي", "probability": 0.6976318359375}, {"start": 1301.67, "end": 1302.01, "word": " أنا", "probability": 0.453857421875}, {"start": 1302.01, "end": 1303.31, "word": " معلومات", "probability": 0.9793701171875}, {"start": 1303.31, "end": 1303.63, "word": " عن", "probability": 0.986328125}], "temperature": 1.0}, {"id": 48, "seek": 133060, "start": 1304.6, "end": 1330.6, "text": "اللي هو استخدام ال registers استخدام ال variables ففي نقطة احنا كنا مررنا عنها افلتناها اجلناها بدنا نرجعلها الان في نقطة ورا انا قاعد بقى ارجع رجوع على لما كنا بنحكي عن ال blocks اه في ادي حاجة اسمها اللي هو next use information next use information يقصد بيها انه لكل variable من ال variable سبب ال instructions", "tokens": [6027, 20292, 31439, 44713, 9778, 3215, 10943, 2423, 38351, 44713, 9778, 3215, 10943, 2423, 9102, 6156, 41185, 8717, 47432, 3660, 1975, 5016, 8315, 9122, 8315, 3714, 2288, 2288, 8315, 18871, 11296, 1975, 5172, 1211, 2655, 8315, 11296, 1975, 7435, 1211, 8315, 11296, 47525, 8315, 8717, 47341, 3615, 1211, 11296, 2423, 7649, 8978, 8717, 47432, 3660, 4032, 23557, 1975, 8315, 12174, 995, 22488, 4724, 4587, 7578, 1975, 47341, 3615, 12602, 7435, 45367, 15844, 5296, 15042, 9122, 8315, 44945, 5016, 4117, 1829, 18871, 2423, 8474, 1975, 3224, 8978, 1975, 16254, 11331, 26108, 3660, 24525, 2304, 11296, 13672, 1829, 31439, 958, 764, 1589, 958, 764, 1589, 7251, 4587, 9381, 3215, 4724, 1829, 11296, 16472, 3224, 5296, 28820, 7006, 9154, 2423, 7006, 8608, 3555, 3555, 2423, 9415], "avg_logprob": -0.24269153730523202, "compression_ratio": 1.8932806324110671, "no_speech_prob": 0.0, "words": [{"start": 1304.6, "end": 1304.98, "word": "اللي", "probability": 0.470947265625}, {"start": 1304.98, "end": 1305.18, "word": " هو", "probability": 0.89794921875}, {"start": 1305.18, "end": 1305.84, "word": " استخدام", "probability": 0.9453125}, {"start": 1305.84, "end": 1306.1, "word": " ال", "probability": 0.88037109375}, {"start": 1306.1, "end": 1306.6, "word": " registers", "probability": 0.367919921875}, {"start": 1306.6, "end": 1307.44, "word": " استخدام", "probability": 0.8690185546875}, {"start": 1307.44, "end": 1307.56, "word": " ال", "probability": 0.93408203125}, {"start": 1307.56, "end": 1307.94, "word": " variables", "probability": 0.91064453125}, {"start": 1307.94, "end": 1308.82, "word": " ففي", "probability": 0.893798828125}, {"start": 1308.82, "end": 1309.44, "word": " نقطة", "probability": 0.9742838541666666}, {"start": 1309.44, "end": 1309.66, "word": " احنا", "probability": 0.9033203125}, {"start": 1309.66, "end": 1310.02, "word": " كنا", "probability": 0.96728515625}, {"start": 1310.02, "end": 1311.06, "word": " مررنا", "probability": 0.7789306640625}, {"start": 1311.06, "end": 1311.44, "word": " عنها", "probability": 0.99072265625}, {"start": 1311.44, "end": 1312.24, "word": " افلتناها", "probability": 0.7325032552083334}, {"start": 1312.24, "end": 1312.9, "word": " اجلناها", "probability": 0.90810546875}, {"start": 1312.9, "end": 1313.16, "word": " بدنا", "probability": 0.692138671875}, {"start": 1313.16, "end": 1313.68, "word": " نرجعلها", "probability": 0.833837890625}, {"start": 1313.68, "end": 1314.08, "word": " الان", "probability": 0.68798828125}, {"start": 1314.08, "end": 1314.74, "word": " في", "probability": 0.70458984375}, {"start": 1314.74, "end": 1315.06, "word": " نقطة", "probability": 0.9889322916666666}, {"start": 1315.06, "end": 1315.3, "word": " ورا", "probability": 0.92529296875}, {"start": 1315.3, "end": 1315.5, "word": " انا", "probability": 0.838623046875}, {"start": 1315.5, "end": 1315.66, "word": " قاعد", "probability": 0.7140299479166666}, {"start": 1315.66, "end": 1315.82, "word": " بقى", "probability": 0.8528645833333334}, {"start": 1315.82, "end": 1316.12, "word": " ارجع", "probability": 0.9319661458333334}, {"start": 1316.12, "end": 1316.56, "word": " رجوع", "probability": 0.7525227864583334}, {"start": 1316.56, "end": 1317.06, "word": " على", "probability": 0.6982421875}, {"start": 1317.06, "end": 1317.72, "word": " لما", "probability": 0.885986328125}, {"start": 1317.72, "end": 1317.94, "word": " كنا", "probability": 0.990478515625}, {"start": 1317.94, "end": 1318.28, "word": " بنحكي", "probability": 0.8734130859375}, {"start": 1318.28, "end": 1318.4, "word": " عن", "probability": 0.98974609375}, {"start": 1318.4, "end": 1318.5, "word": " ال", "probability": 0.97314453125}, {"start": 1318.5, "end": 1319.0, "word": " blocks", "probability": 0.85009765625}, {"start": 1319.0, "end": 1320.66, "word": " اه", "probability": 0.633056640625}, {"start": 1320.66, "end": 1321.0, "word": " في", "probability": 0.66259765625}, {"start": 1321.0, "end": 1321.34, "word": " ادي", "probability": 0.39794921875}, {"start": 1321.34, "end": 1321.68, "word": " حاجة", "probability": 0.9913736979166666}, {"start": 1321.68, "end": 1322.24, "word": " اسمها", "probability": 0.9713541666666666}, {"start": 1322.24, "end": 1322.54, "word": " اللي", "probability": 0.900390625}, {"start": 1322.54, "end": 1322.68, "word": " هو", "probability": 0.93994140625}, {"start": 1322.68, "end": 1323.0, "word": " next", "probability": 0.66455078125}, {"start": 1323.0, "end": 1323.6, "word": " use", "probability": 0.85888671875}, {"start": 1323.6, "end": 1324.48, "word": " information", "probability": 0.92578125}, {"start": 1324.48, "end": 1325.46, "word": " next", "probability": 0.869140625}, {"start": 1325.46, "end": 1325.94, "word": " use", "probability": 0.88427734375}, {"start": 1325.94, "end": 1326.5, "word": " information", "probability": 0.9326171875}, {"start": 1326.5, "end": 1326.92, "word": " يقصد", "probability": 0.8504638671875}, {"start": 1326.92, "end": 1327.18, "word": " بيها", "probability": 0.96875}, {"start": 1327.18, "end": 1327.78, "word": " انه", "probability": 0.91162109375}, {"start": 1327.78, "end": 1328.28, "word": " لكل", "probability": 0.969970703125}, {"start": 1328.28, "end": 1328.76, "word": " variable", "probability": 0.92724609375}, {"start": 1328.76, "end": 1328.94, "word": " من", "probability": 0.994140625}, {"start": 1328.94, "end": 1329.08, "word": " ال", "probability": 0.90185546875}, {"start": 1329.08, "end": 1329.38, "word": " variable", "probability": 0.396240234375}, {"start": 1329.38, "end": 1329.74, "word": " سبب", "probability": 0.2738037109375}, {"start": 1329.74, "end": 1329.9, "word": " ال", "probability": 0.7763671875}, {"start": 1329.9, "end": 1330.6, "word": " instructions", "probability": 0.7275390625}], "temperature": 1.0}, {"id": 49, "seek": 136069, "start": 1331.77, "end": 1360.69, "text": "عندي مثلا X يساوي Y زائد Z هذي three address code instruction بتحتوي على variables ال variables هذولة بدنا نعرف قدام هذي ال instruction وقم مثلا واحد هل قدام في اتنين او في تلاتة او في اربعة هنستخدم ال X او ال Y او ال Z اذا راح نستخدمهم يبقى بنا ن keep بنا نخليهم اذا مش راح نستخدمهم يبقى بنقدر نكتب فوقهم", "tokens": [3615, 1863, 16254, 50113, 15040, 1783, 7251, 3794, 995, 45865, 398, 30767, 16373, 3215, 1176, 8032, 8848, 1829, 1045, 2985, 3089, 10951, 39894, 33753, 45865, 15844, 9102, 2423, 9102, 8032, 8848, 12610, 3660, 47525, 8315, 8717, 3615, 28480, 12174, 3215, 10943, 8032, 8848, 1829, 2423, 10951, 4032, 4587, 2304, 50113, 15040, 36764, 24401, 8032, 1211, 12174, 3215, 10943, 8978, 1975, 2655, 1863, 9957, 1975, 2407, 8978, 6055, 1211, 9307, 3660, 1975, 2407, 8978, 1975, 25513, 27884, 8032, 1863, 14851, 9778, 40448, 2423, 1783, 1975, 2407, 2423, 398, 1975, 2407, 2423, 1176, 1975, 15730, 12602, 39319, 8717, 14851, 9778, 40448, 16095, 7251, 3555, 4587, 7578, 4724, 8315, 8717, 1066, 4724, 8315, 8717, 9778, 20292, 16095, 1975, 15730, 37893, 12602, 39319, 8717, 14851, 9778, 40448, 16095, 7251, 3555, 4587, 7578, 4724, 1863, 28543, 2288, 8717, 4117, 2655, 3555, 6156, 30543, 16095], "avg_logprob": -0.22232143208384514, "compression_ratio": 1.861003861003861, "no_speech_prob": 0.0, "words": [{"start": 1331.77, "end": 1332.29, "word": "عندي", "probability": 0.3142496744791667}, {"start": 1332.29, "end": 1332.57, "word": " مثلا", "probability": 0.790283203125}, {"start": 1332.57, "end": 1332.97, "word": " X", "probability": 0.482666015625}, {"start": 1332.97, "end": 1334.11, "word": " يساوي", "probability": 0.5729217529296875}, {"start": 1334.11, "end": 1334.47, "word": " Y", "probability": 0.841796875}, {"start": 1334.47, "end": 1335.01, "word": " زائد", "probability": 0.6417643229166666}, {"start": 1335.01, "end": 1335.49, "word": " Z", "probability": 0.84716796875}, {"start": 1335.49, "end": 1336.23, "word": " هذي", "probability": 0.47021484375}, {"start": 1336.23, "end": 1336.47, "word": " three", "probability": 0.35791015625}, {"start": 1336.47, "end": 1336.93, "word": " address", "probability": 0.92626953125}, {"start": 1336.93, "end": 1337.25, "word": " code", "probability": 0.92919921875}, {"start": 1337.25, "end": 1337.89, "word": " instruction", "probability": 0.7255859375}, {"start": 1337.89, "end": 1338.65, "word": " بتحتوي", "probability": 0.77685546875}, {"start": 1338.65, "end": 1338.85, "word": " على", "probability": 0.80517578125}, {"start": 1338.85, "end": 1339.47, "word": " variables", "probability": 0.8623046875}, {"start": 1339.47, "end": 1339.93, "word": " ال", "probability": 0.85009765625}, {"start": 1339.93, "end": 1340.37, "word": " variables", "probability": 0.94482421875}, {"start": 1340.37, "end": 1341.15, "word": " هذولة", "probability": 0.754150390625}, {"start": 1341.15, "end": 1341.73, "word": " بدنا", "probability": 0.799072265625}, {"start": 1341.73, "end": 1342.27, "word": " نعرف", "probability": 0.9864908854166666}, {"start": 1342.27, "end": 1343.13, "word": " قدام", "probability": 0.8243815104166666}, {"start": 1343.13, "end": 1343.77, "word": " هذي", "probability": 0.80224609375}, {"start": 1343.77, "end": 1343.85, "word": " ال", "probability": 0.962890625}, {"start": 1343.85, "end": 1344.25, "word": " instruction", "probability": 0.7802734375}, {"start": 1344.25, "end": 1344.61, "word": " وقم", "probability": 0.7334798177083334}, {"start": 1344.61, "end": 1344.91, "word": " مثلا", "probability": 0.928955078125}, {"start": 1344.91, "end": 1345.33, "word": " واحد", "probability": 0.92626953125}, {"start": 1345.33, "end": 1346.03, "word": " هل", "probability": 0.94287109375}, {"start": 1346.03, "end": 1346.63, "word": " قدام", "probability": 0.9894205729166666}, {"start": 1346.63, "end": 1347.19, "word": " في", "probability": 0.8466796875}, {"start": 1347.19, "end": 1347.61, "word": " اتنين", "probability": 0.8616943359375}, {"start": 1347.61, "end": 1347.77, "word": " او", "probability": 0.835205078125}, {"start": 1347.77, "end": 1347.93, "word": " في", "probability": 0.66552734375}, {"start": 1347.93, "end": 1348.29, "word": " تلاتة", "probability": 0.8575439453125}, {"start": 1348.29, "end": 1348.39, "word": " او", "probability": 0.95556640625}, {"start": 1348.39, "end": 1348.53, "word": " في", "probability": 0.90380859375}, {"start": 1348.53, "end": 1348.95, "word": " اربعة", "probability": 0.8326822916666666}, {"start": 1348.95, "end": 1350.63, "word": " هنستخدم", "probability": 0.9466796875}, {"start": 1350.63, "end": 1350.81, "word": " ال", "probability": 0.88720703125}, {"start": 1350.81, "end": 1351.07, "word": " X", "probability": 0.9716796875}, {"start": 1351.07, "end": 1351.33, "word": " او", "probability": 0.81494140625}, {"start": 1351.33, "end": 1351.45, "word": " ال", "probability": 0.90771484375}, {"start": 1351.45, "end": 1351.65, "word": " Y", "probability": 0.974609375}, {"start": 1351.65, "end": 1351.87, "word": " او", "probability": 0.90771484375}, {"start": 1351.87, "end": 1351.99, "word": " ال", "probability": 0.8466796875}, {"start": 1351.99, "end": 1352.29, "word": " Z", "probability": 0.97314453125}, {"start": 1352.29, "end": 1353.37, "word": " اذا", "probability": 0.7841796875}, {"start": 1353.37, "end": 1353.65, "word": " راح", "probability": 0.775390625}, {"start": 1353.65, "end": 1354.37, "word": " نستخدمهم", "probability": 0.98388671875}, {"start": 1354.37, "end": 1354.57, "word": " يبقى", "probability": 0.759033203125}, {"start": 1354.57, "end": 1354.75, "word": " بنا", "probability": 0.659423828125}, {"start": 1354.75, "end": 1354.87, "word": " ن", "probability": 0.9169921875}, {"start": 1354.87, "end": 1355.27, "word": " keep", "probability": 0.9111328125}, {"start": 1355.27, "end": 1356.25, "word": " بنا", "probability": 0.5107421875}, {"start": 1356.25, "end": 1357.21, "word": " نخليهم", "probability": 0.8394775390625}, {"start": 1357.21, "end": 1357.81, "word": " اذا", "probability": 0.8486328125}, {"start": 1357.81, "end": 1357.97, "word": " مش", "probability": 0.9072265625}, {"start": 1357.97, "end": 1358.09, "word": " راح", "probability": 0.842529296875}, {"start": 1358.09, "end": 1358.71, "word": " نستخدمهم", "probability": 0.99130859375}, {"start": 1358.71, "end": 1358.89, "word": " يبقى", "probability": 0.971923828125}, {"start": 1358.89, "end": 1359.51, "word": " بنقدر", "probability": 0.759765625}, {"start": 1359.51, "end": 1360.23, "word": " نكتب", "probability": 0.9930419921875}, {"start": 1360.23, "end": 1360.69, "word": " فوقهم", "probability": 0.9049479166666666}], "temperature": 1.0}, {"id": 50, "seek": 138779, "start": 1360.97, "end": 1387.79, "text": "أو ننسى أمرهم لما نخرج من ال blog فال next use information هذه فيه قالية لتسجيلها تسجيل ال next use ايش هي ال next use؟ متى هيكون الاستخدام اللاحق؟ تمام ديجي نطلع على القالية هذه انا عندي instructions وال instructions هدولة خليني اكتف", "tokens": [10721, 2407, 8717, 1863, 3794, 7578, 5551, 29973, 16095, 5296, 15042, 8717, 34740, 7435, 9154, 2423, 6968, 6156, 6027, 958, 764, 1589, 29538, 8978, 3224, 12174, 6027, 10632, 5296, 2655, 3794, 7435, 26895, 11296, 6055, 3794, 7435, 26895, 2423, 958, 764, 1975, 1829, 8592, 39896, 2423, 958, 764, 22807, 44650, 7578, 39896, 30544, 42963, 14851, 9778, 3215, 10943, 13672, 39319, 4587, 22807, 46811, 10943, 11778, 1829, 7435, 1829, 8717, 9566, 1211, 3615, 15844, 25062, 6027, 10632, 29538, 1975, 8315, 18871, 16254, 9415, 16070, 9415, 8032, 3215, 12610, 3660, 16490, 1211, 9957, 1829, 1975, 4117, 2655, 5172], "avg_logprob": -0.2967139175257732, "compression_ratio": 1.6636363636363636, "no_speech_prob": 0.0, "words": [{"start": 1360.97, "end": 1361.31, "word": "أو", "probability": 0.814208984375}, {"start": 1361.31, "end": 1361.75, "word": " ننسى", "probability": 0.919921875}, {"start": 1361.75, "end": 1362.33, "word": " أمرهم", "probability": 0.9127604166666666}, {"start": 1362.33, "end": 1362.81, "word": " لما", "probability": 0.6378173828125}, {"start": 1362.81, "end": 1363.27, "word": " نخرج", "probability": 0.8395182291666666}, {"start": 1363.27, "end": 1364.15, "word": " من", "probability": 0.9677734375}, {"start": 1364.15, "end": 1364.29, "word": " ال", "probability": 0.366455078125}, {"start": 1364.29, "end": 1364.63, "word": " blog", "probability": 0.181884765625}, {"start": 1364.63, "end": 1365.85, "word": " فال", "probability": 0.40673828125}, {"start": 1365.85, "end": 1366.09, "word": " next", "probability": 0.6611328125}, {"start": 1366.09, "end": 1366.63, "word": " use", "probability": 0.8447265625}, {"start": 1366.63, "end": 1367.33, "word": " information", "probability": 0.7783203125}, {"start": 1367.33, "end": 1367.67, "word": " هذه", "probability": 0.5986328125}, {"start": 1367.67, "end": 1368.43, "word": " فيه", "probability": 0.5728759765625}, {"start": 1368.43, "end": 1368.97, "word": " قالية", "probability": 0.8780924479166666}, {"start": 1368.97, "end": 1374.11, "word": " لتسجيلها", "probability": 0.8970540364583334}, {"start": 1374.11, "end": 1374.73, "word": " تسجيل", "probability": 0.8955078125}, {"start": 1374.73, "end": 1374.83, "word": " ال", "probability": 0.80029296875}, {"start": 1374.83, "end": 1375.01, "word": " next", "probability": 0.94677734375}, {"start": 1375.01, "end": 1375.23, "word": " use", "probability": 0.8974609375}, {"start": 1375.23, "end": 1375.47, "word": " ايش", "probability": 0.7132975260416666}, {"start": 1375.47, "end": 1375.57, "word": " هي", "probability": 0.201171875}, {"start": 1375.57, "end": 1375.65, "word": " ال", "probability": 0.6474609375}, {"start": 1375.65, "end": 1375.83, "word": " next", "probability": 0.97119140625}, {"start": 1375.83, "end": 1376.61, "word": " use؟", "probability": 0.5911865234375}, {"start": 1376.61, "end": 1376.91, "word": " متى", "probability": 0.779541015625}, {"start": 1376.91, "end": 1377.33, "word": " هيكون", "probability": 0.73291015625}, {"start": 1377.33, "end": 1378.05, "word": " الاستخدام", "probability": 0.85634765625}, {"start": 1378.05, "end": 1379.27, "word": " اللاحق؟", "probability": 0.7567138671875}, {"start": 1379.27, "end": 1382.01, "word": " تمام", "probability": 0.707275390625}, {"start": 1382.01, "end": 1382.27, "word": " ديجي", "probability": 0.8282470703125}, {"start": 1382.27, "end": 1382.65, "word": " نطلع", "probability": 0.81781005859375}, {"start": 1382.65, "end": 1382.79, "word": " على", "probability": 0.85498046875}, {"start": 1382.79, "end": 1383.25, "word": " القالية", "probability": 0.98095703125}, {"start": 1383.25, "end": 1383.73, "word": " هذه", "probability": 0.8251953125}, {"start": 1383.73, "end": 1384.21, "word": " انا", "probability": 0.763916015625}, {"start": 1384.21, "end": 1384.49, "word": " عندي", "probability": 0.840087890625}, {"start": 1384.49, "end": 1385.25, "word": " instructions", "probability": 0.806640625}, {"start": 1385.25, "end": 1385.91, "word": " وال", "probability": 0.57666015625}, {"start": 1385.91, "end": 1386.37, "word": " instructions", "probability": 0.313232421875}, {"start": 1386.37, "end": 1386.93, "word": " هدولة", "probability": 0.894775390625}, {"start": 1386.93, "end": 1387.31, "word": " خليني", "probability": 0.84228515625}, {"start": 1387.31, "end": 1387.79, "word": " اكتف", "probability": 0.836181640625}], "temperature": 1.0}, {"id": 51, "seek": 141150, "start": 1388.74, "end": 1411.5, "text": "خلّيني أكتب نفس المثال اللي هو مستخدم هنا في هاي T بساوي A ناقص B U بساوي A ناقص C V بساوي T زائد U", "tokens": [9778, 1211, 11703, 9957, 1829, 5551, 4117, 2655, 3555, 8717, 36178, 9673, 12984, 6027, 13672, 1829, 31439, 3714, 14851, 9778, 40448, 34105, 8978, 8032, 47302, 314, 4724, 3794, 995, 45865, 316, 8717, 995, 4587, 9381, 363, 624, 4724, 3794, 995, 45865, 316, 8717, 995, 4587, 9381, 383, 691, 4724, 3794, 995, 45865, 314, 30767, 16373, 3215, 624], "avg_logprob": -0.23033405172413793, "compression_ratio": 1.4732142857142858, "no_speech_prob": 0.0, "words": [{"start": 1388.74, "end": 1389.06, "word": "خلّيني", "probability": 0.6912109375}, {"start": 1389.06, "end": 1389.36, "word": " أكتب", "probability": 0.846435546875}, {"start": 1389.36, "end": 1389.66, "word": " نفس", "probability": 0.976806640625}, {"start": 1389.66, "end": 1390.28, "word": " المثال", "probability": 0.9817708333333334}, {"start": 1390.28, "end": 1390.82, "word": " اللي", "probability": 0.864990234375}, {"start": 1390.82, "end": 1391.02, "word": " هو", "probability": 0.962890625}, {"start": 1391.02, "end": 1391.62, "word": " مستخدم", "probability": 0.9537353515625}, {"start": 1391.62, "end": 1392.34, "word": " هنا", "probability": 0.91455078125}, {"start": 1392.34, "end": 1393.36, "word": " في", "probability": 0.427490234375}, {"start": 1393.36, "end": 1401.52, "word": " هاي", "probability": 0.25457763671875}, {"start": 1401.52, "end": 1402.18, "word": " T", "probability": 0.578125}, {"start": 1402.18, "end": 1402.96, "word": " بساوي", "probability": 0.642181396484375}, {"start": 1402.96, "end": 1403.3, "word": " A", "probability": 0.82568359375}, {"start": 1403.3, "end": 1403.78, "word": " ناقص", "probability": 0.740142822265625}, {"start": 1403.78, "end": 1404.18, "word": " B", "probability": 0.77734375}, {"start": 1404.18, "end": 1405.5, "word": " U", "probability": 0.79443359375}, {"start": 1405.5, "end": 1406.32, "word": " بساوي", "probability": 0.943359375}, {"start": 1406.32, "end": 1406.86, "word": " A", "probability": 0.98095703125}, {"start": 1406.86, "end": 1407.46, "word": " ناقص", "probability": 0.990966796875}, {"start": 1407.46, "end": 1407.92, "word": " C", "probability": 0.97607421875}, {"start": 1407.92, "end": 1409.24, "word": " V", "probability": 0.87451171875}, {"start": 1409.24, "end": 1409.84, "word": " بساوي", "probability": 0.8726806640625}, {"start": 1409.84, "end": 1410.38, "word": " T", "probability": 0.955078125}, {"start": 1410.38, "end": 1411.18, "word": " زائد", "probability": 0.86767578125}, {"start": 1411.18, "end": 1411.5, "word": " U", "probability": 0.9921875}], "temperature": 1.0}, {"id": 52, "seek": 144149, "start": 1412.79, "end": 1441.49, "text": "A بيساوي D و D بيساوي V زائدي تمام ال instructions هدول بيبدأ أرقمهم بيبدأ أرقمهم هي واحد اتنين تلاتة اربعة خمسة هذا التقييم بيبدأ أسميه I الان لكل واحد من هذه ال instructions بدي اولا برضه كمان ال variables كلهم من ال A لل B لل C لل D", "tokens": [32, 4724, 1829, 3794, 995, 45865, 413, 4032, 413, 4724, 1829, 3794, 995, 45865, 691, 30767, 16373, 16254, 46811, 10943, 2423, 1058, 894, 3916, 8032, 3215, 12610, 4724, 1829, 44510, 10721, 5551, 2288, 4587, 2304, 16095, 4724, 1829, 44510, 10721, 5551, 2288, 4587, 2304, 16095, 39896, 36764, 24401, 1975, 2655, 1863, 9957, 6055, 1211, 9307, 3660, 1975, 25513, 27884, 16490, 2304, 3794, 3660, 23758, 16712, 38436, 32640, 4724, 1829, 44510, 10721, 5551, 38251, 1829, 3224, 286, 2423, 7649, 5296, 28820, 36764, 24401, 9154, 29538, 2423, 1058, 894, 3916, 4724, 16254, 1975, 12610, 995, 4724, 43042, 3224, 9122, 2304, 7649, 2423, 9102, 28242, 16095, 9154, 2423, 316, 24976, 363, 24976, 383, 24976, 413], "avg_logprob": -0.3301991108244499, "compression_ratio": 1.7627906976744185, "no_speech_prob": 0.0, "words": [{"start": 1412.79, "end": 1413.21, "word": "A", "probability": 0.3720703125}, {"start": 1413.21, "end": 1413.79, "word": " بيساوي", "probability": 0.4999105453491211}, {"start": 1413.79, "end": 1414.13, "word": " D", "probability": 0.888671875}, {"start": 1414.13, "end": 1415.51, "word": " و", "probability": 0.72509765625}, {"start": 1415.51, "end": 1415.89, "word": " D", "probability": 0.50048828125}, {"start": 1415.89, "end": 1416.79, "word": " بيساوي", "probability": 0.96982421875}, {"start": 1416.79, "end": 1417.69, "word": " V", "probability": 0.8251953125}, {"start": 1417.69, "end": 1418.33, "word": " زائدي", "probability": 0.5750325520833334}, {"start": 1418.33, "end": 1418.95, "word": " تمام", "probability": 0.56781005859375}, {"start": 1418.95, "end": 1419.45, "word": " ال", "probability": 0.501953125}, {"start": 1419.45, "end": 1419.89, "word": " instructions", "probability": 0.5210774739583334}, {"start": 1419.89, "end": 1420.15, "word": " هدول", "probability": 0.7421875}, {"start": 1420.15, "end": 1420.47, "word": " بيبدأ", "probability": 0.59307861328125}, {"start": 1420.47, "end": 1421.79, "word": " أرقمهم", "probability": 0.8181640625}, {"start": 1421.79, "end": 1422.47, "word": " بيبدأ", "probability": 0.84326171875}, {"start": 1422.47, "end": 1422.97, "word": " أرقمهم", "probability": 0.9595703125}, {"start": 1422.97, "end": 1423.09, "word": " هي", "probability": 0.1226806640625}, {"start": 1423.09, "end": 1423.63, "word": " واحد", "probability": 0.864501953125}, {"start": 1423.63, "end": 1426.25, "word": " اتنين", "probability": 0.9283447265625}, {"start": 1426.25, "end": 1426.93, "word": " تلاتة", "probability": 0.930908203125}, {"start": 1426.93, "end": 1427.35, "word": " اربعة", "probability": 0.8453776041666666}, {"start": 1427.35, "end": 1428.49, "word": " خمسة", "probability": 0.94482421875}, {"start": 1428.49, "end": 1428.85, "word": " هذا", "probability": 0.73486328125}, {"start": 1428.85, "end": 1429.41, "word": " التقييم", "probability": 0.8522135416666666}, {"start": 1429.41, "end": 1429.63, "word": " بيبدأ", "probability": 0.6566162109375}, {"start": 1429.63, "end": 1430.09, "word": " أسميه", "probability": 0.77069091796875}, {"start": 1430.09, "end": 1430.27, "word": " I", "probability": 0.951171875}, {"start": 1430.27, "end": 1430.87, "word": " الان", "probability": 0.590576171875}, {"start": 1430.87, "end": 1431.85, "word": " لكل", "probability": 0.951904296875}, {"start": 1431.85, "end": 1432.13, "word": " واحد", "probability": 0.990234375}, {"start": 1432.13, "end": 1432.33, "word": " من", "probability": 0.96533203125}, {"start": 1432.33, "end": 1432.59, "word": " هذه", "probability": 0.320556640625}, {"start": 1432.59, "end": 1432.67, "word": " ال", "probability": 0.92431640625}, {"start": 1432.67, "end": 1433.39, "word": " instructions", "probability": 0.6588541666666666}, {"start": 1433.39, "end": 1434.31, "word": " بدي", "probability": 0.510009765625}, {"start": 1434.31, "end": 1435.71, "word": " اولا", "probability": 0.8369140625}, {"start": 1435.71, "end": 1436.23, "word": " برضه", "probability": 0.8292643229166666}, {"start": 1436.23, "end": 1436.49, "word": " كمان", "probability": 0.9220377604166666}, {"start": 1436.49, "end": 1436.73, "word": " ال", "probability": 0.93359375}, {"start": 1436.73, "end": 1437.15, "word": " variables", "probability": 0.9443359375}, {"start": 1437.15, "end": 1437.95, "word": " كلهم", "probability": 0.981201171875}, {"start": 1437.95, "end": 1438.25, "word": " من", "probability": 0.97998046875}, {"start": 1438.25, "end": 1438.47, "word": " ال", "probability": 0.9287109375}, {"start": 1438.47, "end": 1438.79, "word": " A", "probability": 0.87744140625}, {"start": 1438.79, "end": 1439.47, "word": " لل", "probability": 0.37939453125}, {"start": 1439.47, "end": 1439.89, "word": " B", "probability": 0.548828125}, {"start": 1439.89, "end": 1440.29, "word": " لل", "probability": 0.88134765625}, {"start": 1440.29, "end": 1440.63, "word": " C", "probability": 0.61962890625}, {"start": 1440.63, "end": 1440.97, "word": " لل", "probability": 0.91064453125}, {"start": 1440.97, "end": 1441.49, "word": " D", "probability": 0.77099609375}], "temperature": 1.0}, {"id": 53, "seek": 147190, "start": 1442.64, "end": 1471.9, "text": "بعدين ال T و ال U و ال V هدول ال variables في بعض منهم احنا اتفقنا علي انهم temporary مين هما ال T و ال U و ال V هدوله temporary ال A و ال V و ال C و ال D هدوله مش temporary ماشي لكل واحد بدنا نسجل هل هو live ولا لأ و بدنا نسجل ال next use تبعه", "tokens": [3555, 22488, 9957, 2423, 314, 4032, 2423, 624, 4032, 2423, 691, 8032, 3215, 12610, 2423, 9102, 8978, 45030, 11242, 9154, 16095, 1975, 5016, 8315, 1975, 2655, 5172, 4587, 8315, 25894, 16472, 16095, 13413, 3714, 9957, 8032, 15042, 2423, 314, 4032, 2423, 624, 4032, 2423, 691, 8032, 3215, 12610, 3224, 13413, 2423, 316, 4032, 2423, 691, 4032, 2423, 383, 4032, 2423, 413, 8032, 3215, 12610, 3224, 37893, 13413, 3714, 33599, 1829, 5296, 28820, 36764, 24401, 47525, 8315, 8717, 3794, 7435, 1211, 8032, 1211, 31439, 1621, 49429, 5296, 10721, 4032, 47525, 8315, 8717, 3794, 7435, 1211, 2423, 958, 764, 6055, 3555, 3615, 3224], "avg_logprob": -0.1934742651441518, "compression_ratio": 1.8826530612244898, "no_speech_prob": 1.1920928955078125e-07, "words": [{"start": 1442.64, "end": 1443.2, "word": "بعدين", "probability": 0.6742350260416666}, {"start": 1443.2, "end": 1443.76, "word": " ال", "probability": 0.71435546875}, {"start": 1443.76, "end": 1444.0, "word": " T", "probability": 0.5517578125}, {"start": 1444.0, "end": 1444.3, "word": " و", "probability": 0.80810546875}, {"start": 1444.3, "end": 1444.44, "word": " ال", "probability": 0.6376953125}, {"start": 1444.44, "end": 1444.72, "word": " U", "probability": 0.900390625}, {"start": 1444.72, "end": 1444.98, "word": " و", "probability": 0.97802734375}, {"start": 1444.98, "end": 1445.0, "word": " ال", "probability": 0.826171875}, {"start": 1445.0, "end": 1445.28, "word": " V", "probability": 0.9853515625}, {"start": 1445.28, "end": 1445.66, "word": " هدول", "probability": 0.7400716145833334}, {"start": 1445.66, "end": 1445.82, "word": " ال", "probability": 0.935546875}, {"start": 1445.82, "end": 1446.44, "word": " variables", "probability": 0.91796875}, {"start": 1446.44, "end": 1448.16, "word": " في", "probability": 0.2247314453125}, {"start": 1448.16, "end": 1448.44, "word": " بعض", "probability": 0.96630859375}, {"start": 1448.44, "end": 1448.68, "word": " منهم", "probability": 0.930419921875}, {"start": 1448.68, "end": 1448.94, "word": " احنا", "probability": 0.845703125}, {"start": 1448.94, "end": 1449.56, "word": " اتفقنا", "probability": 0.9451171875}, {"start": 1449.56, "end": 1449.7, "word": " علي", "probability": 0.28759765625}, {"start": 1449.7, "end": 1449.96, "word": " انهم", "probability": 0.893310546875}, {"start": 1449.96, "end": 1450.52, "word": " temporary", "probability": 0.83447265625}, {"start": 1450.52, "end": 1450.8, "word": " مين", "probability": 0.656494140625}, {"start": 1450.8, "end": 1451.12, "word": " هما", "probability": 0.58770751953125}, {"start": 1451.12, "end": 1455.28, "word": " ال", "probability": 0.8173828125}, {"start": 1455.28, "end": 1455.5, "word": " T", "probability": 0.9404296875}, {"start": 1455.5, "end": 1455.66, "word": " و", "probability": 0.9111328125}, {"start": 1455.66, "end": 1455.72, "word": " ال", "probability": 0.9013671875}, {"start": 1455.72, "end": 1455.86, "word": " U", "probability": 0.96923828125}, {"start": 1455.86, "end": 1455.96, "word": " و", "probability": 0.9970703125}, {"start": 1455.96, "end": 1456.04, "word": " ال", "probability": 0.92138671875}, {"start": 1456.04, "end": 1456.16, "word": " V", "probability": 0.98974609375}, {"start": 1456.16, "end": 1456.6, "word": " هدوله", "probability": 0.81402587890625}, {"start": 1456.6, "end": 1457.14, "word": " temporary", "probability": 0.79931640625}, {"start": 1457.14, "end": 1458.62, "word": " ال", "probability": 0.85302734375}, {"start": 1458.62, "end": 1458.76, "word": " A", "probability": 0.95947265625}, {"start": 1458.76, "end": 1458.86, "word": " و", "probability": 0.98193359375}, {"start": 1458.86, "end": 1458.94, "word": " ال", "probability": 0.9111328125}, {"start": 1458.94, "end": 1459.06, "word": " V", "probability": 0.75146484375}, {"start": 1459.06, "end": 1459.2, "word": " و", "probability": 0.9853515625}, {"start": 1459.2, "end": 1459.28, "word": " ال", "probability": 0.9501953125}, {"start": 1459.28, "end": 1459.38, "word": " C", "probability": 0.98046875}, {"start": 1459.38, "end": 1459.54, "word": " و", "probability": 0.99365234375}, {"start": 1459.54, "end": 1459.56, "word": " ال", "probability": 0.84619140625}, {"start": 1459.56, "end": 1459.7, "word": " D", "probability": 0.98974609375}, {"start": 1459.7, "end": 1460.0, "word": " هدوله", "probability": 0.9317626953125}, {"start": 1460.0, "end": 1460.12, "word": " مش", "probability": 0.986328125}, {"start": 1460.12, "end": 1460.56, "word": " temporary", "probability": 0.87255859375}, {"start": 1460.56, "end": 1462.64, "word": " ماشي", "probability": 0.7587890625}, {"start": 1462.64, "end": 1463.5, "word": " لكل", "probability": 0.794677734375}, {"start": 1463.5, "end": 1463.88, "word": " واحد", "probability": 0.99365234375}, {"start": 1463.88, "end": 1464.16, "word": " بدنا", "probability": 0.8603515625}, {"start": 1464.16, "end": 1464.9, "word": " نسجل", "probability": 0.9906005859375}, {"start": 1464.9, "end": 1465.9, "word": " هل", "probability": 0.9619140625}, {"start": 1465.9, "end": 1466.14, "word": " هو", "probability": 0.99267578125}, {"start": 1466.14, "end": 1466.8, "word": " live", "probability": 0.75341796875}, {"start": 1466.8, "end": 1467.38, "word": " ولا", "probability": 0.7177734375}, {"start": 1467.38, "end": 1467.78, "word": " لأ", "probability": 0.963623046875}, {"start": 1467.78, "end": 1468.38, "word": " و", "probability": 0.6298828125}, {"start": 1468.38, "end": 1468.6, "word": " بدنا", "probability": 0.84228515625}, {"start": 1468.6, "end": 1470.08, "word": " نسجل", "probability": 0.99853515625}, {"start": 1470.08, "end": 1470.26, "word": " ال", "probability": 0.86279296875}, {"start": 1470.26, "end": 1470.56, "word": " next", "probability": 0.927734375}, {"start": 1470.56, "end": 1471.22, "word": " use", "probability": 0.9111328125}, {"start": 1471.22, "end": 1471.9, "word": " تبعه", "probability": 0.93115234375}], "temperature": 1.0}, {"id": 54, "seek": 149887, "start": 1473.05, "end": 1498.87, "text": "هذا الكلام يجب أن نعمل عملية تسجيل الـ next use information ايش بنفعله هدول ال variables موجودين في ال symbol table", "tokens": [3224, 15730, 2423, 28820, 10943, 7251, 7435, 3555, 14739, 8717, 25957, 1211, 6225, 42213, 10632, 6055, 3794, 7435, 26895, 2423, 39184, 958, 764, 1589, 1975, 1829, 8592, 4724, 1863, 5172, 30241, 3224, 8032, 3215, 12610, 2423, 9102, 3714, 29245, 23328, 9957, 8978, 2423, 5986, 3199], "avg_logprob": -0.5241168193195177, "compression_ratio": 1.2374100719424461, "no_speech_prob": 0.0, "words": [{"start": 1473.05, "end": 1473.61, "word": "هذا", "probability": 0.74365234375}, {"start": 1473.61, "end": 1474.09, "word": " الكلام", "probability": 0.8701171875}, {"start": 1474.09, "end": 1474.65, "word": " يجب", "probability": 0.57666015625}, {"start": 1474.65, "end": 1474.75, "word": " أن", "probability": 0.560546875}, {"start": 1474.75, "end": 1478.45, "word": " نعمل", "probability": 0.697509765625}, {"start": 1478.45, "end": 1482.93, "word": " عملية", "probability": 0.6838582356770834}, {"start": 1482.93, "end": 1483.65, "word": " تسجيل", "probability": 0.9622802734375}, {"start": 1483.65, "end": 1484.33, "word": " الـ", "probability": 0.400634765625}, {"start": 1484.33, "end": 1484.55, "word": " next", "probability": 0.482177734375}, {"start": 1484.55, "end": 1484.87, "word": " use", "probability": 0.68017578125}, {"start": 1484.87, "end": 1485.55, "word": " information", "probability": 0.88720703125}, {"start": 1485.55, "end": 1485.77, "word": " ايش", "probability": 0.5292154947916666}, {"start": 1485.77, "end": 1487.23, "word": " بنفعله", "probability": 0.4280029296875}, {"start": 1487.23, "end": 1494.27, "word": " هدول", "probability": 0.4814453125}, {"start": 1494.27, "end": 1494.39, "word": " ال", "probability": 0.9130859375}, {"start": 1494.39, "end": 1494.83, "word": " variables", "probability": 0.7880859375}, {"start": 1494.83, "end": 1497.49, "word": " موجودين", "probability": 0.93896484375}, {"start": 1497.49, "end": 1497.69, "word": " في", "probability": 0.9482421875}, {"start": 1497.69, "end": 1497.89, "word": " ال", "probability": 0.71923828125}, {"start": 1497.89, "end": 1498.33, "word": " symbol", "probability": 0.3466796875}, {"start": 1498.33, "end": 1498.87, "word": " table", "probability": 0.9130859375}], "temperature": 1.0}, {"id": 55, "seek": 152283, "start": 1499.71, "end": 1522.83, "text": "الـ A موجودة كـ identifier في الـ symbol table فالبيانات هذه ممكن تبقى انخزنها في ال symbol table ليش ضروري اعمل data structure خاصة بسجل احكيها تلقاه ان هو live ولا لأ احكيها تلقاه ايش ال next use تمام قدام هناك ايش بيسوي بيقوللي انه بكل instruction", "tokens": [6027, 39184, 316, 3714, 29245, 23328, 3660, 9122, 39184, 45690, 8978, 2423, 39184, 5986, 3199, 6156, 6027, 21292, 7649, 9307, 29538, 3714, 43020, 6055, 3555, 4587, 7578, 16472, 9778, 11622, 1863, 11296, 8978, 2423, 5986, 3199, 32239, 8592, 48812, 2288, 13063, 1829, 1975, 25957, 1211, 1412, 3877, 16490, 33546, 3660, 4724, 3794, 7435, 1211, 1975, 5016, 4117, 1829, 11296, 6055, 1211, 4587, 40294, 16472, 31439, 1621, 49429, 5296, 10721, 1975, 5016, 4117, 1829, 11296, 6055, 1211, 4587, 40294, 1975, 1829, 8592, 2423, 958, 764, 46811, 10943, 12174, 3215, 10943, 34105, 4117, 1975, 1829, 8592, 4724, 1829, 3794, 45865, 4724, 1829, 39648, 20292, 16472, 3224, 4724, 28820, 10951], "avg_logprob": -0.28052663389179444, "compression_ratio": 1.6150627615062763, "no_speech_prob": 1.7881393432617188e-07, "words": [{"start": 1499.71, "end": 1500.05, "word": "الـ", "probability": 0.606689453125}, {"start": 1500.05, "end": 1500.19, "word": " A", "probability": 0.490478515625}, {"start": 1500.19, "end": 1500.73, "word": " موجودة", "probability": 0.9505615234375}, {"start": 1500.73, "end": 1501.11, "word": " كـ", "probability": 0.51861572265625}, {"start": 1501.11, "end": 1501.75, "word": " identifier", "probability": 0.71630859375}, {"start": 1501.75, "end": 1502.05, "word": " في", "probability": 0.87158203125}, {"start": 1502.05, "end": 1502.11, "word": " الـ", "probability": 0.687255859375}, {"start": 1502.11, "end": 1502.35, "word": " symbol", "probability": 0.4189453125}, {"start": 1502.35, "end": 1502.75, "word": " table", "probability": 0.87109375}, {"start": 1502.75, "end": 1503.75, "word": " فالبيانات", "probability": 0.760546875}, {"start": 1503.75, "end": 1504.09, "word": " هذه", "probability": 0.89404296875}, {"start": 1504.09, "end": 1504.37, "word": " ممكن", "probability": 0.9384765625}, {"start": 1504.37, "end": 1505.25, "word": " تبقى", "probability": 0.9541015625}, {"start": 1505.25, "end": 1506.23, "word": " انخزنها", "probability": 0.86552734375}, {"start": 1506.23, "end": 1506.35, "word": " في", "probability": 0.92724609375}, {"start": 1506.35, "end": 1506.49, "word": " ال", "probability": 0.92333984375}, {"start": 1506.49, "end": 1506.71, "word": " symbol", "probability": 0.404052734375}, {"start": 1506.71, "end": 1507.05, "word": " table", "probability": 0.92431640625}, {"start": 1507.05, "end": 1507.19, "word": " ليش", "probability": 0.5078125}, {"start": 1507.19, "end": 1507.51, "word": " ضروري", "probability": 0.9747314453125}, {"start": 1507.51, "end": 1507.81, "word": " اعمل", "probability": 0.8416341145833334}, {"start": 1507.81, "end": 1507.99, "word": " data", "probability": 0.931640625}, {"start": 1507.99, "end": 1508.61, "word": " structure", "probability": 0.91552734375}, {"start": 1508.61, "end": 1510.09, "word": " خاصة", "probability": 0.9889322916666666}, {"start": 1510.09, "end": 1511.03, "word": " بسجل", "probability": 0.83843994140625}, {"start": 1511.03, "end": 1511.85, "word": " احكيها", "probability": 0.562353515625}, {"start": 1511.85, "end": 1512.17, "word": " تلقاه", "probability": 0.67230224609375}, {"start": 1512.17, "end": 1512.33, "word": " ان", "probability": 0.70068359375}, {"start": 1512.33, "end": 1512.45, "word": " هو", "probability": 0.85693359375}, {"start": 1512.45, "end": 1512.77, "word": " live", "probability": 0.798828125}, {"start": 1512.77, "end": 1512.93, "word": " ولا", "probability": 0.833984375}, {"start": 1512.93, "end": 1513.23, "word": " لأ", "probability": 0.8388671875}, {"start": 1513.23, "end": 1513.69, "word": " احكيها", "probability": 0.95390625}, {"start": 1513.69, "end": 1513.85, "word": " تلقاه", "probability": 0.758697509765625}, {"start": 1513.85, "end": 1514.01, "word": " ايش", "probability": 0.806640625}, {"start": 1514.01, "end": 1514.13, "word": " ال", "probability": 0.90478515625}, {"start": 1514.13, "end": 1514.31, "word": " next", "probability": 0.62646484375}, {"start": 1514.31, "end": 1514.51, "word": " use", "probability": 0.6103515625}, {"start": 1514.51, "end": 1514.93, "word": " تمام", "probability": 0.720947265625}, {"start": 1514.93, "end": 1515.69, "word": " قدام", "probability": 0.7827962239583334}, {"start": 1515.69, "end": 1516.25, "word": " هناك", "probability": 0.85546875}, {"start": 1516.25, "end": 1516.85, "word": " ايش", "probability": 0.8214518229166666}, {"start": 1516.85, "end": 1517.31, "word": " بيسوي", "probability": 0.72943115234375}, {"start": 1517.31, "end": 1517.87, "word": " بيقوللي", "probability": 0.700927734375}, {"start": 1517.87, "end": 1519.05, "word": " انه", "probability": 0.873779296875}, {"start": 1519.05, "end": 1522.25, "word": " بكل", "probability": 0.85693359375}, {"start": 1522.25, "end": 1522.83, "word": " instruction", "probability": 0.837890625}], "temperature": 1.0}, {"id": 56, "seek": 155387, "start": 1526.31, "end": 1553.87, "text": "بدأ أجي من الآخر بدا أبدأ من الآخر في بي بي اللي هي ال block ال هيكة كله هو ال block بدأ أبدأ من الآخر at each statement I نسوي ال table أه بس قبل أنسيت أقولك أنه we assume that ال symbol table هذه البيانات الموجودة في ال symbol table", "tokens": [3555, 3215, 10721, 5551, 7435, 1829, 9154, 6024, 95, 34740, 4724, 28259, 5551, 44510, 10721, 9154, 6024, 95, 34740, 8978, 4724, 1829, 4724, 1829, 13672, 1829, 39896, 2423, 3461, 2423, 39896, 4117, 3660, 28242, 3224, 31439, 2423, 3461, 4724, 3215, 10721, 5551, 44510, 10721, 9154, 6024, 95, 34740, 412, 1184, 5629, 286, 8717, 3794, 45865, 2423, 3199, 5551, 3224, 4724, 3794, 12174, 36150, 14739, 3794, 36081, 5551, 39648, 4117, 14739, 3224, 321, 6552, 300, 2423, 5986, 3199, 29538, 2423, 21292, 7649, 9307, 9673, 29245, 23328, 3660, 8978, 2423, 5986, 3199], "avg_logprob": -0.38701923993917614, "compression_ratio": 1.7918781725888324, "no_speech_prob": 0.0, "words": [{"start": 1526.31, "end": 1526.67, "word": "بدأ", "probability": 0.5181884765625}, {"start": 1526.67, "end": 1527.11, "word": " أجي", "probability": 0.7184244791666666}, {"start": 1527.11, "end": 1527.41, "word": " من", "probability": 0.9658203125}, {"start": 1527.41, "end": 1527.79, "word": " الآخر", "probability": 0.88720703125}, {"start": 1527.79, "end": 1528.25, "word": " بدا", "probability": 0.294189453125}, {"start": 1528.25, "end": 1528.41, "word": " أبدأ", "probability": 0.69677734375}, {"start": 1528.41, "end": 1528.57, "word": " من", "probability": 0.7978515625}, {"start": 1528.57, "end": 1528.93, "word": " الآخر", "probability": 0.8192545572916666}, {"start": 1528.93, "end": 1529.73, "word": " في", "probability": 0.338134765625}, {"start": 1529.73, "end": 1529.95, "word": " بي", "probability": 0.47271728515625}, {"start": 1529.95, "end": 1530.23, "word": " بي", "probability": 0.905517578125}, {"start": 1530.23, "end": 1530.39, "word": " اللي", "probability": 0.57318115234375}, {"start": 1530.39, "end": 1530.53, "word": " هي", "probability": 0.76708984375}, {"start": 1530.53, "end": 1530.61, "word": " ال", "probability": 0.6240234375}, {"start": 1530.61, "end": 1530.95, "word": " block", "probability": 0.84912109375}, {"start": 1530.95, "end": 1531.51, "word": " ال", "probability": 0.1507568359375}, {"start": 1531.51, "end": 1531.81, "word": " هيكة", "probability": 0.7423502604166666}, {"start": 1531.81, "end": 1532.39, "word": " كله", "probability": 0.83837890625}, {"start": 1532.39, "end": 1533.53, "word": " هو", "probability": 0.59716796875}, {"start": 1533.53, "end": 1534.01, "word": " ال", "probability": 0.7978515625}, {"start": 1534.01, "end": 1534.45, "word": " block", "probability": 0.98046875}, {"start": 1534.45, "end": 1538.53, "word": " بدأ", "probability": 0.5456949869791666}, {"start": 1538.53, "end": 1538.63, "word": " أبدأ", "probability": 0.9039713541666666}, {"start": 1538.63, "end": 1538.79, "word": " من", "probability": 0.98779296875}, {"start": 1538.79, "end": 1539.31, "word": " الآخر", "probability": 0.97802734375}, {"start": 1539.31, "end": 1541.37, "word": " at", "probability": 0.369384765625}, {"start": 1541.37, "end": 1541.63, "word": " each", "probability": 0.95166015625}, {"start": 1541.63, "end": 1542.09, "word": " statement", "probability": 0.8515625}, {"start": 1542.09, "end": 1542.55, "word": " I", "probability": 0.449951171875}, {"start": 1542.55, "end": 1543.69, "word": " نسوي", "probability": 0.7467447916666666}, {"start": 1543.69, "end": 1543.91, "word": " ال", "probability": 0.450439453125}, {"start": 1543.91, "end": 1544.19, "word": " table", "probability": 0.72998046875}, {"start": 1544.19, "end": 1545.21, "word": " أه", "probability": 0.2803955078125}, {"start": 1545.21, "end": 1545.37, "word": " بس", "probability": 0.90087890625}, {"start": 1545.37, "end": 1545.67, "word": " قبل", "probability": 0.91650390625}, {"start": 1545.67, "end": 1546.61, "word": " أنسيت", "probability": 0.814208984375}, {"start": 1546.61, "end": 1547.05, "word": " أقولك", "probability": 0.6766764322916666}, {"start": 1547.05, "end": 1547.67, "word": " أنه", "probability": 0.640869140625}, {"start": 1547.67, "end": 1548.61, "word": " we", "probability": 0.4033203125}, {"start": 1548.61, "end": 1549.19, "word": " assume", "probability": 0.9267578125}, {"start": 1549.19, "end": 1549.69, "word": " that", "probability": 0.93017578125}, {"start": 1549.69, "end": 1550.35, "word": " ال", "probability": 0.83740234375}, {"start": 1550.35, "end": 1550.57, "word": " symbol", "probability": 0.7080078125}, {"start": 1550.57, "end": 1551.15, "word": " table", "probability": 0.890625}, {"start": 1551.15, "end": 1552.41, "word": " هذه", "probability": 0.5283203125}, {"start": 1552.41, "end": 1552.83, "word": " البيانات", "probability": 0.8917236328125}, {"start": 1552.83, "end": 1553.11, "word": " الموجودة", "probability": 0.87109375}, {"start": 1553.11, "end": 1553.25, "word": " في", "probability": 0.9609375}, {"start": 1553.25, "end": 1553.29, "word": " ال", "probability": 0.91357421875}, {"start": 1553.29, "end": 1553.53, "word": " symbol", "probability": 0.7666015625}, {"start": 1553.53, "end": 1553.87, "word": " table", "probability": 0.93896484375}], "temperature": 1.0}, {"id": 57, "seek": 158346, "start": 1554.56, "end": 1583.46, "text": "initially shows all non-temporary مين الـ non-temporary؟ هدوله الـ non-temporary وهدوله إيه إيش؟ تفرجنا علي إنهم temporary كل الـ non-temporary live on exit live .. live .. live .. live ماشي؟ لأن بيقولي خد هذا .. هذا .. هذا البيانات مسجلة وهدوله مش live هدوله مش live", "tokens": [259, 270, 2270, 3110, 439, 2107, 12, 83, 11840, 822, 3714, 9957, 2423, 39184, 2107, 12, 83, 11840, 822, 22807, 8032, 3215, 12610, 3224, 2423, 39184, 2107, 12, 83, 11840, 822, 37037, 3215, 12610, 3224, 11933, 1829, 3224, 11933, 1829, 8592, 22807, 6055, 5172, 47341, 8315, 25894, 36145, 16095, 13413, 28242, 2423, 39184, 2107, 12, 83, 11840, 822, 1621, 322, 11043, 1621, 4386, 1621, 4386, 1621, 4386, 1621, 3714, 33599, 1829, 22807, 5296, 33456, 4724, 1829, 39648, 1829, 16490, 3215, 23758, 4386, 23758, 4386, 23758, 2423, 21292, 7649, 9307, 47524, 7435, 37977, 37037, 3215, 12610, 3224, 37893, 1621, 8032, 3215, 12610, 3224, 37893, 1621], "avg_logprob": -0.33452381633576894, "compression_ratio": 1.946808510638298, "no_speech_prob": 0.0, "words": [{"start": 1554.56, "end": 1555.22, "word": "initially", "probability": 0.6724446614583334}, {"start": 1555.22, "end": 1555.72, "word": " shows", "probability": 0.360107421875}, {"start": 1555.72, "end": 1556.12, "word": " all", "probability": 0.62841796875}, {"start": 1556.12, "end": 1556.4, "word": " non", "probability": 0.84423828125}, {"start": 1556.4, "end": 1557.04, "word": "-temporary", "probability": 0.8863525390625}, {"start": 1557.04, "end": 1557.24, "word": " مين", "probability": 0.1883544921875}, {"start": 1557.24, "end": 1557.44, "word": " الـ", "probability": 0.71142578125}, {"start": 1557.44, "end": 1557.62, "word": " non", "probability": 0.68701171875}, {"start": 1557.62, "end": 1559.22, "word": "-temporary؟", "probability": 0.80341796875}, {"start": 1559.22, "end": 1559.6, "word": " هدوله", "probability": 0.8331298828125}, {"start": 1559.6, "end": 1559.72, "word": " الـ", "probability": 0.676025390625}, {"start": 1559.72, "end": 1559.86, "word": " non", "probability": 0.9384765625}, {"start": 1559.86, "end": 1560.54, "word": "-temporary", "probability": 0.9541015625}, {"start": 1560.54, "end": 1565.7, "word": " وهدوله", "probability": 0.8831787109375}, {"start": 1565.7, "end": 1565.8, "word": " إيه", "probability": 0.7138671875}, {"start": 1565.8, "end": 1567.36, "word": " إيش؟", "probability": 0.66900634765625}, {"start": 1567.36, "end": 1567.8, "word": " تفرجنا", "probability": 0.695892333984375}, {"start": 1567.8, "end": 1567.94, "word": " علي", "probability": 0.65869140625}, {"start": 1567.94, "end": 1568.32, "word": " إنهم", "probability": 0.4952392578125}, {"start": 1568.32, "end": 1569.3, "word": " temporary", "probability": 0.7607421875}, {"start": 1569.3, "end": 1569.74, "word": " كل", "probability": 0.78466796875}, {"start": 1569.74, "end": 1569.92, "word": " الـ", "probability": 0.78857421875}, {"start": 1569.92, "end": 1570.08, "word": " non", "probability": 0.95068359375}, {"start": 1570.08, "end": 1570.8, "word": "-temporary", "probability": 0.958984375}, {"start": 1570.8, "end": 1571.96, "word": " live", "probability": 0.375}, {"start": 1571.96, "end": 1572.16, "word": " on", "probability": 0.93212890625}, {"start": 1572.16, "end": 1572.6, "word": " exit", "probability": 0.54638671875}, {"start": 1572.6, "end": 1573.48, "word": " live", "probability": 0.39453125}, {"start": 1573.48, "end": 1573.6, "word": " ..", "probability": 0.363525390625}, {"start": 1573.6, "end": 1574.0, "word": " live", "probability": 0.8291015625}, {"start": 1574.0, "end": 1574.1, "word": " ..", "probability": 0.984375}, {"start": 1574.1, "end": 1574.5, "word": " live", "probability": 0.9443359375}, {"start": 1574.5, "end": 1574.56, "word": " ..", "probability": 0.97119140625}, {"start": 1574.56, "end": 1575.8, "word": " live", "probability": 0.8984375}, {"start": 1575.8, "end": 1577.8, "word": " ماشي؟", "probability": 0.732513427734375}, {"start": 1577.8, "end": 1578.3, "word": " لأن", "probability": 0.81591796875}, {"start": 1578.3, "end": 1578.96, "word": " بيقولي", "probability": 0.7115478515625}, {"start": 1578.96, "end": 1579.28, "word": " خد", "probability": 0.802734375}, {"start": 1579.28, "end": 1579.7, "word": " هذا", "probability": 0.430419921875}, {"start": 1579.7, "end": 1579.84, "word": " ..", "probability": 0.386962890625}, {"start": 1579.84, "end": 1580.08, "word": " هذا", "probability": 0.66943359375}, {"start": 1580.08, "end": 1580.14, "word": " ..", "probability": 0.95361328125}, {"start": 1580.14, "end": 1580.3, "word": " هذا", "probability": 0.43798828125}, {"start": 1580.3, "end": 1580.78, "word": " البيانات", "probability": 0.85491943359375}, {"start": 1580.78, "end": 1581.38, "word": " مسجلة", "probability": 0.9373372395833334}, {"start": 1581.38, "end": 1581.94, "word": " وهدوله", "probability": 0.8675537109375}, {"start": 1581.94, "end": 1582.16, "word": " مش", "probability": 0.98486328125}, {"start": 1582.16, "end": 1582.52, "word": " live", "probability": 0.94482421875}, {"start": 1582.52, "end": 1582.88, "word": " هدوله", "probability": 0.86279296875}, {"start": 1582.88, "end": 1583.06, "word": " مش", "probability": 0.99169921875}, {"start": 1583.06, "end": 1583.46, "word": " live", "probability": 0.9765625}], "temperature": 1.0}, {"id": 58, "seek": 161220, "start": 1584.38, "end": 1612.2, "text": "الـ next use مش عارفين لسه البيانات هذه مسجلة في ال symbol table انا الآن بتقول لل algorithm هذه انه امشي على ال instruction سبعات ال block من الاخر من خمسة يعني I بالساوية خمسة بعدين I بالساوية أربعة بعدين I بالساوية تلاتة I اتنين I واحد صح؟ ايش أسوي اطلع على ال instruction ال D هذه ال D هذه", "tokens": [6027, 39184, 958, 764, 37893, 6225, 9640, 5172, 9957, 5296, 3794, 3224, 2423, 21292, 7649, 9307, 29538, 3714, 3794, 7435, 37977, 8978, 2423, 5986, 3199, 1975, 8315, 6024, 48506, 39894, 39648, 24976, 9284, 29538, 16472, 3224, 1975, 2304, 8592, 1829, 15844, 2423, 10951, 8608, 3555, 3615, 9307, 2423, 3461, 9154, 2423, 47283, 2288, 9154, 16490, 2304, 3794, 3660, 37495, 22653, 286, 20666, 3794, 995, 2407, 10632, 16490, 2304, 3794, 3660, 39182, 9957, 286, 20666, 3794, 995, 2407, 10632, 5551, 25513, 27884, 39182, 9957, 286, 20666, 3794, 995, 2407, 10632, 6055, 1211, 9307, 3660, 286, 1975, 2655, 1863, 9957, 286, 36764, 24401, 20328, 5016, 22807, 1975, 1829, 8592, 5551, 3794, 45865, 1975, 9566, 1211, 3615, 15844, 2423, 10951, 2423, 413, 29538, 2423, 413, 29538], "avg_logprob": -0.29763106016382096, "compression_ratio": 1.841897233201581, "no_speech_prob": 1.7881393432617188e-07, "words": [{"start": 1584.38, "end": 1584.82, "word": "الـ", "probability": 0.32421875}, {"start": 1584.82, "end": 1585.36, "word": " next", "probability": 0.403076171875}, {"start": 1585.36, "end": 1585.76, "word": " use", "probability": 0.7802734375}, {"start": 1585.76, "end": 1585.96, "word": " مش", "probability": 0.2568359375}, {"start": 1585.96, "end": 1586.38, "word": " عارفين", "probability": 0.986083984375}, {"start": 1586.38, "end": 1586.84, "word": " لسه", "probability": 0.90771484375}, {"start": 1586.84, "end": 1589.56, "word": " البيانات", "probability": 0.8934326171875}, {"start": 1589.56, "end": 1589.78, "word": " هذه", "probability": 0.59228515625}, {"start": 1589.78, "end": 1591.32, "word": " مسجلة", "probability": 0.763427734375}, {"start": 1591.32, "end": 1591.48, "word": " في", "probability": 0.91162109375}, {"start": 1591.48, "end": 1591.6, "word": " ال", "probability": 0.8759765625}, {"start": 1591.6, "end": 1591.82, "word": " symbol", "probability": 0.270751953125}, {"start": 1591.82, "end": 1592.12, "word": " table", "probability": 0.56591796875}, {"start": 1592.12, "end": 1592.36, "word": " انا", "probability": 0.6695556640625}, {"start": 1592.36, "end": 1592.74, "word": " الآن", "probability": 0.659912109375}, {"start": 1592.74, "end": 1594.04, "word": " بتقول", "probability": 0.8974609375}, {"start": 1594.04, "end": 1594.16, "word": " لل", "probability": 0.2220458984375}, {"start": 1594.16, "end": 1594.52, "word": " algorithm", "probability": 0.66259765625}, {"start": 1594.52, "end": 1594.96, "word": " هذه", "probability": 0.5732421875}, {"start": 1594.96, "end": 1595.46, "word": " انه", "probability": 0.783447265625}, {"start": 1595.46, "end": 1595.88, "word": " امشي", "probability": 0.9554443359375}, {"start": 1595.88, "end": 1596.14, "word": " على", "probability": 0.849609375}, {"start": 1596.14, "end": 1596.62, "word": " ال", "probability": 0.7802734375}, {"start": 1596.62, "end": 1596.98, "word": " instruction", "probability": 0.457275390625}, {"start": 1596.98, "end": 1597.4, "word": " سبعات", "probability": 0.616455078125}, {"start": 1597.4, "end": 1597.52, "word": " ال", "probability": 0.47705078125}, {"start": 1597.52, "end": 1597.8, "word": " block", "probability": 0.469970703125}, {"start": 1597.8, "end": 1598.22, "word": " من", "probability": 0.9814453125}, {"start": 1598.22, "end": 1598.78, "word": " الاخر", "probability": 0.7706705729166666}, {"start": 1598.78, "end": 1599.28, "word": " من", "probability": 0.70166015625}, {"start": 1599.28, "end": 1599.84, "word": " خمسة", "probability": 0.88916015625}, {"start": 1599.84, "end": 1600.38, "word": " يعني", "probability": 0.943115234375}, {"start": 1600.38, "end": 1600.66, "word": " I", "probability": 0.73486328125}, {"start": 1600.66, "end": 1601.34, "word": " بالساوية", "probability": 0.5667724609375}, {"start": 1601.34, "end": 1602.2, "word": " خمسة", "probability": 0.9794921875}, {"start": 1602.2, "end": 1602.7, "word": " بعدين", "probability": 0.696533203125}, {"start": 1602.7, "end": 1602.9, "word": " I", "probability": 0.97216796875}, {"start": 1602.9, "end": 1603.24, "word": " بالساوية", "probability": 0.9306640625}, {"start": 1603.24, "end": 1603.54, "word": " أربعة", "probability": 0.7301432291666666}, {"start": 1603.54, "end": 1603.78, "word": " بعدين", "probability": 0.732177734375}, {"start": 1603.78, "end": 1603.94, "word": " I", "probability": 0.98974609375}, {"start": 1603.94, "end": 1604.2, "word": " بالساوية", "probability": 0.9546875}, {"start": 1604.2, "end": 1604.66, "word": " تلاتة", "probability": 0.9468994140625}, {"start": 1604.66, "end": 1604.86, "word": " I", "probability": 0.86572265625}, {"start": 1604.86, "end": 1605.24, "word": " اتنين", "probability": 0.8380126953125}, {"start": 1605.24, "end": 1605.42, "word": " I", "probability": 0.9541015625}, {"start": 1605.42, "end": 1605.72, "word": " واحد", "probability": 0.974609375}, {"start": 1605.72, "end": 1606.4, "word": " صح؟", "probability": 0.6666666666666666}, {"start": 1606.4, "end": 1606.62, "word": " ايش", "probability": 0.755615234375}, {"start": 1606.62, "end": 1607.1, "word": " أسوي", "probability": 0.7560221354166666}, {"start": 1607.1, "end": 1607.78, "word": " اطلع", "probability": 0.74615478515625}, {"start": 1607.78, "end": 1607.9, "word": " على", "probability": 0.890625}, {"start": 1607.9, "end": 1607.98, "word": " ال", "probability": 0.98583984375}, {"start": 1607.98, "end": 1608.54, "word": " instruction", "probability": 0.91064453125}, {"start": 1608.54, "end": 1609.54, "word": " ال", "probability": 0.47900390625}, {"start": 1609.54, "end": 1609.7, "word": " D", "probability": 0.72265625}, {"start": 1609.7, "end": 1610.08, "word": " هذه", "probability": 0.60498046875}, {"start": 1610.08, "end": 1611.68, "word": " ال", "probability": 0.90771484375}, {"start": 1611.68, "end": 1611.86, "word": " D", "probability": 0.95654296875}, {"start": 1611.86, "end": 1612.2, "word": " هذه", "probability": 0.9462890625}], "temperature": 1.0}, {"id": 59, "seek": 164284, "start": 1614.62, "end": 1642.84, "text": "اللي على شمال ال assignment هو ال X و اللي على جميعها هم ال Y و ال Z اول اشي خد البيانات اللي تخص هلولا خدها من هنا يعني كيف هذا ال instruction ايش فيها variables ال D و ال U و ال V و ال U ايش وضع ال D الحالي وضع ال D انه live", "tokens": [6027, 20292, 15844, 13412, 2304, 6027, 2423, 15187, 31439, 2423, 1783, 4032, 13672, 1829, 15844, 10874, 2304, 40228, 11296, 8032, 2304, 2423, 398, 4032, 2423, 1176, 1975, 12610, 1975, 8592, 1829, 16490, 3215, 2423, 21292, 7649, 9307, 13672, 1829, 6055, 9778, 9381, 8032, 1211, 12610, 995, 16490, 3215, 11296, 9154, 34105, 37495, 22653, 9122, 33911, 23758, 2423, 10951, 1975, 1829, 8592, 8978, 11296, 9102, 2423, 413, 4032, 2423, 624, 4032, 2423, 691, 4032, 2423, 624, 1975, 1829, 8592, 4032, 11242, 3615, 2423, 413, 21542, 6027, 1829, 4032, 11242, 3615, 2423, 413, 16472, 3224, 1621], "avg_logprob": -0.20098684210526316, "compression_ratio": 1.7738693467336684, "no_speech_prob": 0.0, "words": [{"start": 1614.62, "end": 1614.94, "word": "اللي", "probability": 0.741943359375}, {"start": 1614.94, "end": 1615.1, "word": " على", "probability": 0.8525390625}, {"start": 1615.1, "end": 1615.58, "word": " شمال", "probability": 0.9228515625}, {"start": 1615.58, "end": 1616.2, "word": " ال", "probability": 0.89453125}, {"start": 1616.2, "end": 1616.76, "word": " assignment", "probability": 0.744140625}, {"start": 1616.76, "end": 1617.28, "word": " هو", "probability": 0.458251953125}, {"start": 1617.28, "end": 1617.7, "word": " ال", "probability": 0.6318359375}, {"start": 1617.7, "end": 1617.94, "word": " X", "probability": 0.75341796875}, {"start": 1617.94, "end": 1618.14, "word": " و", "probability": 0.40185546875}, {"start": 1618.14, "end": 1618.28, "word": " اللي", "probability": 0.6624755859375}, {"start": 1618.28, "end": 1618.46, "word": " على", "probability": 0.92041015625}, {"start": 1618.46, "end": 1618.96, "word": " جميعها", "probability": 0.72869873046875}, {"start": 1618.96, "end": 1619.18, "word": " هم", "probability": 0.504150390625}, {"start": 1619.18, "end": 1619.48, "word": " ال", "probability": 0.92529296875}, {"start": 1619.48, "end": 1619.68, "word": " Y", "probability": 0.9716796875}, {"start": 1619.68, "end": 1619.92, "word": " و", "probability": 0.88330078125}, {"start": 1619.92, "end": 1619.92, "word": " ال", "probability": 0.6298828125}, {"start": 1619.92, "end": 1620.14, "word": " Z", "probability": 0.96240234375}, {"start": 1620.14, "end": 1621.0, "word": " اول", "probability": 0.656005859375}, {"start": 1621.0, "end": 1621.48, "word": " اشي", "probability": 0.8232421875}, {"start": 1621.48, "end": 1622.06, "word": " خد", "probability": 0.86572265625}, {"start": 1622.06, "end": 1622.74, "word": " البيانات", "probability": 0.8851318359375}, {"start": 1622.74, "end": 1622.92, "word": " اللي", "probability": 0.906982421875}, {"start": 1622.92, "end": 1623.42, "word": " تخص", "probability": 0.98779296875}, {"start": 1623.42, "end": 1624.08, "word": " هلولا", "probability": 0.7518310546875}, {"start": 1624.08, "end": 1625.14, "word": " خدها", "probability": 0.9412434895833334}, {"start": 1625.14, "end": 1625.66, "word": " من", "probability": 0.9912109375}, {"start": 1625.66, "end": 1626.0, "word": " هنا", "probability": 0.99609375}, {"start": 1626.0, "end": 1626.86, "word": " يعني", "probability": 0.909423828125}, {"start": 1626.86, "end": 1627.22, "word": " كيف", "probability": 0.985595703125}, {"start": 1627.22, "end": 1629.04, "word": " هذا", "probability": 0.2305908203125}, {"start": 1629.04, "end": 1629.18, "word": " ال", "probability": 0.921875}, {"start": 1629.18, "end": 1629.7, "word": " instruction", "probability": 0.76708984375}, {"start": 1629.7, "end": 1630.14, "word": " ايش", "probability": 0.7626953125}, {"start": 1630.14, "end": 1630.44, "word": " فيها", "probability": 0.983642578125}, {"start": 1630.44, "end": 1631.04, "word": " variables", "probability": 0.845703125}, {"start": 1631.04, "end": 1632.28, "word": " ال", "probability": 0.751953125}, {"start": 1632.28, "end": 1632.58, "word": " D", "probability": 0.921875}, {"start": 1632.58, "end": 1634.44, "word": " و", "probability": 0.66064453125}, {"start": 1634.44, "end": 1634.54, "word": " ال", "probability": 0.93115234375}, {"start": 1634.54, "end": 1634.76, "word": " U", "probability": 0.9013671875}, {"start": 1634.76, "end": 1634.96, "word": " و", "probability": 0.99169921875}, {"start": 1634.96, "end": 1635.06, "word": " ال", "probability": 0.86962890625}, {"start": 1635.06, "end": 1635.36, "word": " V", "probability": 0.97607421875}, {"start": 1635.36, "end": 1637.06, "word": " و", "probability": 0.97412109375}, {"start": 1637.06, "end": 1637.18, "word": " ال", "probability": 0.91357421875}, {"start": 1637.18, "end": 1637.46, "word": " U", "probability": 0.984375}, {"start": 1637.46, "end": 1638.6, "word": " ايش", "probability": 0.9500325520833334}, {"start": 1638.6, "end": 1638.86, "word": " وضع", "probability": 0.8681640625}, {"start": 1638.86, "end": 1639.04, "word": " ال", "probability": 0.9033203125}, {"start": 1639.04, "end": 1639.3, "word": " D", "probability": 0.974609375}, {"start": 1639.3, "end": 1640.48, "word": " الحالي", "probability": 0.9518229166666666}, {"start": 1640.48, "end": 1640.88, "word": " وضع", "probability": 0.9583333333333334}, {"start": 1640.88, "end": 1641.04, "word": " ال", "probability": 0.896484375}, {"start": 1641.04, "end": 1641.32, "word": " D", "probability": 0.9833984375}, {"start": 1641.32, "end": 1642.3, "word": " انه", "probability": 0.913818359375}, {"start": 1642.3, "end": 1642.84, "word": " live", "probability": 0.61083984375}], "temperature": 1.0}, {"id": 60, "seek": 167325, "start": 1644.73, "end": 1673.25, "text": "و وضع ال V الحالي انه ليس live و وضعه ان اليوم كذلك ليس live تمام احنا نسخنا هذا يقولي اول حاجة attach to ال statement جيب ال information اللي currently موجودة في ال symbol table جبناها regarding ال تلاتة variables صح جبناها بعد ذلك يقول لي ايش سوي في ال symbol table اللي الآن غير", "tokens": [2407, 4032, 11242, 3615, 2423, 691, 21542, 6027, 1829, 16472, 3224, 32239, 3794, 1621, 4032, 4032, 11242, 3615, 3224, 16472, 45595, 20498, 9122, 8848, 23275, 32239, 3794, 1621, 46811, 10943, 1975, 5016, 8315, 8717, 3794, 9778, 8315, 23758, 7251, 39648, 1829, 1975, 12610, 11331, 26108, 3660, 5085, 281, 2423, 5629, 10874, 1829, 3555, 2423, 1589, 13672, 1829, 4362, 3714, 29245, 23328, 3660, 8978, 2423, 5986, 3199, 10874, 3555, 8315, 11296, 8595, 2423, 6055, 1211, 9307, 3660, 9102, 20328, 5016, 10874, 3555, 8315, 11296, 39182, 29910, 23275, 7251, 39648, 32239, 1975, 1829, 8592, 8608, 45865, 8978, 2423, 5986, 3199, 13672, 1829, 6024, 48506, 32771, 13546], "avg_logprob": -0.32738096146356493, "compression_ratio": 1.6907630522088353, "no_speech_prob": 0.0, "words": [{"start": 1644.7299999999998, "end": 1645.61, "word": "و", "probability": 0.79296875}, {"start": 1645.61, "end": 1645.99, "word": " وضع", "probability": 0.7151692708333334}, {"start": 1645.99, "end": 1646.29, "word": " ال", "probability": 0.68701171875}, {"start": 1646.29, "end": 1646.69, "word": " V", "probability": 0.1368408203125}, {"start": 1646.69, "end": 1648.69, "word": " الحالي", "probability": 0.8544921875}, {"start": 1648.69, "end": 1649.35, "word": " انه", "probability": 0.5931396484375}, {"start": 1649.35, "end": 1649.51, "word": " ليس", "probability": 0.743408203125}, {"start": 1649.51, "end": 1649.97, "word": " live", "probability": 0.322998046875}, {"start": 1649.97, "end": 1650.63, "word": " و", "probability": 0.8291015625}, {"start": 1650.63, "end": 1651.07, "word": " وضعه", "probability": 0.68243408203125}, {"start": 1651.07, "end": 1651.33, "word": " ان", "probability": 0.54638671875}, {"start": 1651.33, "end": 1652.17, "word": " اليوم", "probability": 0.756591796875}, {"start": 1652.17, "end": 1652.79, "word": " كذلك", "probability": 0.9072265625}, {"start": 1652.79, "end": 1653.17, "word": " ليس", "probability": 0.958740234375}, {"start": 1653.17, "end": 1653.61, "word": " live", "probability": 0.853515625}, {"start": 1653.61, "end": 1655.45, "word": " تمام", "probability": 0.8017578125}, {"start": 1655.45, "end": 1656.25, "word": " احنا", "probability": 0.8020833333333334}, {"start": 1656.25, "end": 1656.85, "word": " نسخنا", "probability": 0.984619140625}, {"start": 1656.85, "end": 1657.37, "word": " هذا", "probability": 0.2802734375}, {"start": 1657.37, "end": 1657.69, "word": " يقولي", "probability": 0.5128580729166666}, {"start": 1657.69, "end": 1657.91, "word": " اول", "probability": 0.786376953125}, {"start": 1657.91, "end": 1658.45, "word": " حاجة", "probability": 0.9391276041666666}, {"start": 1658.45, "end": 1659.13, "word": " attach", "probability": 0.28515625}, {"start": 1659.13, "end": 1659.81, "word": " to", "probability": 0.9130859375}, {"start": 1659.81, "end": 1660.17, "word": " ال", "probability": 0.80908203125}, {"start": 1660.17, "end": 1660.91, "word": " statement", "probability": 0.90771484375}, {"start": 1660.91, "end": 1661.73, "word": " جيب", "probability": 0.9140625}, {"start": 1661.73, "end": 1661.85, "word": " ال", "probability": 0.90576171875}, {"start": 1661.85, "end": 1662.33, "word": " information", "probability": 0.908203125}, {"start": 1662.33, "end": 1662.61, "word": " اللي", "probability": 0.70458984375}, {"start": 1662.61, "end": 1663.05, "word": " currently", "probability": 0.4375}, {"start": 1663.05, "end": 1663.51, "word": " موجودة", "probability": 0.9771728515625}, {"start": 1663.51, "end": 1663.63, "word": " في", "probability": 0.93994140625}, {"start": 1663.63, "end": 1663.71, "word": " ال", "probability": 0.89208984375}, {"start": 1663.71, "end": 1663.95, "word": " symbol", "probability": 0.76513671875}, {"start": 1663.95, "end": 1664.43, "word": " table", "probability": 0.88330078125}, {"start": 1664.43, "end": 1665.45, "word": " جبناها", "probability": 0.946044921875}, {"start": 1665.45, "end": 1665.95, "word": " regarding", "probability": 0.8291015625}, {"start": 1665.95, "end": 1666.27, "word": " ال", "probability": 0.658203125}, {"start": 1666.27, "end": 1666.65, "word": " تلاتة", "probability": 0.76495361328125}, {"start": 1666.65, "end": 1667.17, "word": " variables", "probability": 0.8720703125}, {"start": 1667.17, "end": 1667.97, "word": " صح", "probability": 0.8193359375}, {"start": 1667.97, "end": 1668.93, "word": " جبناها", "probability": 0.877197265625}, {"start": 1668.93, "end": 1669.45, "word": " بعد", "probability": 0.7333984375}, {"start": 1669.45, "end": 1669.59, "word": " ذلك", "probability": 0.626953125}, {"start": 1669.59, "end": 1669.89, "word": " يقول", "probability": 0.659423828125}, {"start": 1669.89, "end": 1669.99, "word": " لي", "probability": 0.6689453125}, {"start": 1669.99, "end": 1670.11, "word": " ايش", "probability": 0.6691080729166666}, {"start": 1670.11, "end": 1670.55, "word": " سوي", "probability": 0.6182861328125}, {"start": 1670.55, "end": 1671.57, "word": " في", "probability": 0.80419921875}, {"start": 1671.57, "end": 1671.71, "word": " ال", "probability": 0.9345703125}, {"start": 1671.71, "end": 1671.97, "word": " symbol", "probability": 0.88330078125}, {"start": 1671.97, "end": 1672.35, "word": " table", "probability": 0.91455078125}, {"start": 1672.35, "end": 1672.53, "word": " اللي", "probability": 0.78271484375}, {"start": 1672.53, "end": 1672.67, "word": " الآن", "probability": 0.6217041015625}, {"start": 1672.67, "end": 1673.25, "word": " غير", "probability": 0.851318359375}], "temperature": 1.0}, {"id": 61, "seek": 170388, "start": 1674.02, "end": 1703.88, "text": "خلّي ال X not live ال X مين هدي ال X هنا ال D not live okay بينما اللي على يمين اليساوي خلّيهم live مين هم ال V و ال U صح خلّيهم live و سجل انهم live to خمسة", "tokens": [9778, 1211, 11703, 1829, 2423, 1783, 406, 1621, 2423, 1783, 3714, 9957, 8032, 16254, 2423, 1783, 34105, 2423, 413, 406, 1621, 1392, 49374, 15042, 13672, 1829, 15844, 7251, 2304, 9957, 45595, 3794, 995, 45865, 16490, 1211, 11703, 1829, 16095, 1621, 3714, 9957, 8032, 2304, 2423, 691, 4032, 2423, 624, 20328, 5016, 16490, 1211, 11703, 1829, 16095, 1621, 4032, 8608, 7435, 1211, 16472, 16095, 1621, 281, 16490, 2304, 3794, 3660], "avg_logprob": -0.29665179210049764, "compression_ratio": 1.6573426573426573, "no_speech_prob": 5.960464477539063e-08, "words": [{"start": 1674.02, "end": 1675.0, "word": "خلّي", "probability": 0.783935546875}, {"start": 1675.0, "end": 1675.58, "word": " ال", "probability": 0.6962890625}, {"start": 1675.58, "end": 1676.26, "word": " X", "probability": 0.440185546875}, {"start": 1676.26, "end": 1676.72, "word": " not", "probability": 0.1259765625}, {"start": 1676.72, "end": 1677.18, "word": " live", "probability": 0.8359375}, {"start": 1677.18, "end": 1678.82, "word": " ال", "probability": 0.431640625}, {"start": 1678.82, "end": 1679.06, "word": " X", "probability": 0.8076171875}, {"start": 1679.06, "end": 1679.26, "word": " مين", "probability": 0.613037109375}, {"start": 1679.26, "end": 1679.48, "word": " هدي", "probability": 0.666748046875}, {"start": 1679.48, "end": 1679.58, "word": " ال", "probability": 0.90185546875}, {"start": 1679.58, "end": 1679.72, "word": " X", "probability": 0.72509765625}, {"start": 1679.72, "end": 1679.96, "word": " هنا", "probability": 0.96435546875}, {"start": 1679.96, "end": 1680.18, "word": " ال", "probability": 0.345703125}, {"start": 1680.18, "end": 1680.42, "word": " D", "probability": 0.9619140625}, {"start": 1680.42, "end": 1681.4, "word": " not", "probability": 0.361083984375}, {"start": 1681.4, "end": 1682.04, "word": " live", "probability": 0.91845703125}, {"start": 1682.04, "end": 1685.54, "word": " okay", "probability": 0.3291015625}, {"start": 1685.54, "end": 1686.72, "word": " بينما", "probability": 0.833251953125}, {"start": 1686.72, "end": 1687.52, "word": " اللي", "probability": 0.8974609375}, {"start": 1687.52, "end": 1687.76, "word": " على", "probability": 0.83154296875}, {"start": 1687.76, "end": 1688.24, "word": " يمين", "probability": 0.9716796875}, {"start": 1688.24, "end": 1689.6, "word": " اليساوي", "probability": 0.7301025390625}, {"start": 1689.6, "end": 1690.14, "word": " خلّيهم", "probability": 0.830322265625}, {"start": 1690.14, "end": 1690.62, "word": " live", "probability": 0.8994140625}, {"start": 1690.62, "end": 1691.34, "word": " مين", "probability": 0.73876953125}, {"start": 1691.34, "end": 1691.54, "word": " هم", "probability": 0.940673828125}, {"start": 1691.54, "end": 1692.38, "word": " ال", "probability": 0.56787109375}, {"start": 1692.38, "end": 1692.6, "word": " V", "probability": 0.94775390625}, {"start": 1692.6, "end": 1692.82, "word": " و", "probability": 0.85595703125}, {"start": 1692.82, "end": 1692.86, "word": " ال", "probability": 0.5830078125}, {"start": 1692.86, "end": 1693.08, "word": " U", "probability": 0.8798828125}, {"start": 1693.08, "end": 1694.84, "word": " صح", "probability": 0.9375}, {"start": 1694.84, "end": 1695.94, "word": " خلّيهم", "probability": 0.8677734375}, {"start": 1695.94, "end": 1696.34, "word": " live", "probability": 0.93603515625}, {"start": 1696.34, "end": 1699.78, "word": " و", "probability": 0.78662109375}, {"start": 1699.78, "end": 1700.34, "word": " سجل", "probability": 0.8181966145833334}, {"start": 1700.34, "end": 1700.66, "word": " انهم", "probability": 0.6632080078125}, {"start": 1700.66, "end": 1701.24, "word": " live", "probability": 0.91259765625}, {"start": 1701.24, "end": 1702.98, "word": " to", "probability": 0.77294921875}, {"start": 1702.98, "end": 1703.88, "word": " خمسة", "probability": 0.9136962890625}], "temperature": 1.0}, {"id": 62, "seek": 173315, "start": 1704.19, "end": 1733.15, "text": "next use كامسة؟ مشي ال instruction حطم خمسة؟ تمام؟ ارجع على اللي جابها اللي جابها دي a و d انسخ ما يتعلق بال a و ال d ايش الرقم a و d ال a إيش مضحكة live و ال d إيش مضحكة", "tokens": [716, 734, 764, 9122, 10943, 3794, 3660, 22807, 37893, 1829, 2423, 10951, 11331, 9566, 2304, 16490, 2304, 3794, 3660, 22807, 46811, 10943, 22807, 1975, 47341, 3615, 15844, 13672, 1829, 10874, 16758, 11296, 13672, 1829, 10874, 16758, 11296, 11778, 1829, 257, 4032, 274, 16472, 3794, 9778, 19446, 7251, 2655, 30241, 4587, 20666, 257, 4032, 2423, 274, 1975, 1829, 8592, 34892, 4587, 2304, 257, 4032, 274, 2423, 257, 11933, 1829, 8592, 3714, 11242, 5016, 4117, 3660, 1621, 4032, 2423, 274, 11933, 1829, 8592, 3714, 11242, 5016, 4117, 3660], "avg_logprob": -0.3651221127345644, "compression_ratio": 1.6402439024390243, "no_speech_prob": 0.0, "words": [{"start": 1704.19, "end": 1704.61, "word": "next", "probability": 0.6771240234375}, {"start": 1704.61, "end": 1704.97, "word": " use", "probability": 0.7890625}, {"start": 1704.97, "end": 1706.47, "word": " كامسة؟", "probability": 0.63779296875}, {"start": 1706.47, "end": 1707.89, "word": " مشي", "probability": 0.42254638671875}, {"start": 1707.89, "end": 1708.05, "word": " ال", "probability": 0.35302734375}, {"start": 1708.05, "end": 1708.35, "word": " instruction", "probability": 0.25244140625}, {"start": 1708.35, "end": 1708.69, "word": " حطم", "probability": 0.5264485677083334}, {"start": 1708.69, "end": 1710.63, "word": " خمسة؟", "probability": 0.7630859375}, {"start": 1710.63, "end": 1712.51, "word": " تمام؟", "probability": 0.87255859375}, {"start": 1712.51, "end": 1716.33, "word": " ارجع", "probability": 0.8992513020833334}, {"start": 1716.33, "end": 1716.57, "word": " على", "probability": 0.1802978515625}, {"start": 1716.57, "end": 1716.79, "word": " اللي", "probability": 0.894287109375}, {"start": 1716.79, "end": 1717.23, "word": " جابها", "probability": 0.96826171875}, {"start": 1717.23, "end": 1717.91, "word": " اللي", "probability": 0.890380859375}, {"start": 1717.91, "end": 1718.21, "word": " جابها", "probability": 0.9251302083333334}, {"start": 1718.21, "end": 1718.49, "word": " دي", "probability": 0.55859375}, {"start": 1718.49, "end": 1718.61, "word": " a", "probability": 0.377685546875}, {"start": 1718.61, "end": 1718.75, "word": " و", "probability": 0.9384765625}, {"start": 1718.75, "end": 1718.95, "word": " d", "probability": 0.62353515625}, {"start": 1718.95, "end": 1720.21, "word": " انسخ", "probability": 0.82080078125}, {"start": 1720.21, "end": 1721.13, "word": " ما", "probability": 0.89599609375}, {"start": 1721.13, "end": 1721.61, "word": " يتعلق", "probability": 0.8511962890625}, {"start": 1721.61, "end": 1721.77, "word": " بال", "probability": 0.978515625}, {"start": 1721.77, "end": 1721.95, "word": " a", "probability": 0.8125}, {"start": 1721.95, "end": 1722.09, "word": " و", "probability": 0.92431640625}, {"start": 1722.09, "end": 1722.17, "word": " ال", "probability": 0.367431640625}, {"start": 1722.17, "end": 1722.35, "word": " d", "probability": 0.859375}, {"start": 1722.35, "end": 1728.71, "word": " ايش", "probability": 0.549072265625}, {"start": 1728.71, "end": 1729.01, "word": " الرقم", "probability": 0.9402669270833334}, {"start": 1729.01, "end": 1729.25, "word": " a", "probability": 0.69677734375}, {"start": 1729.25, "end": 1729.37, "word": " و", "probability": 0.97412109375}, {"start": 1729.37, "end": 1729.53, "word": " d", "probability": 0.8642578125}, {"start": 1729.53, "end": 1729.75, "word": " ال", "probability": 0.72509765625}, {"start": 1729.75, "end": 1729.93, "word": " a", "probability": 0.8876953125}, {"start": 1729.93, "end": 1730.15, "word": " إيش", "probability": 0.754150390625}, {"start": 1730.15, "end": 1730.63, "word": " مضحكة", "probability": 0.74599609375}, {"start": 1730.63, "end": 1731.17, "word": " live", "probability": 0.416015625}, {"start": 1731.17, "end": 1732.37, "word": " و", "probability": 0.2176513671875}, {"start": 1732.37, "end": 1732.43, "word": " ال", "probability": 0.89697265625}, {"start": 1732.43, "end": 1732.57, "word": " d", "probability": 0.80224609375}, {"start": 1732.57, "end": 1732.71, "word": " إيش", "probability": 0.9580078125}, {"start": 1732.71, "end": 1733.15, "word": " مضحكة", "probability": 0.9806640625}], "temperature": 1.0}, {"id": 63, "seek": 176215, "start": 1733.45, "end": 1762.15, "text": "not live الان بقوللي غير خلّي ال a اللي هي قبل يساوي not live و ال d live ال D live لعند I احنا في Iاش اربعة اه sorry okay صح", "tokens": [2247, 1621, 2423, 7649, 4724, 39648, 20292, 32771, 13546, 16490, 1211, 11703, 1829, 2423, 257, 13672, 1829, 39896, 12174, 36150, 7251, 3794, 995, 45865, 406, 1621, 4032, 2423, 274, 1621, 2423, 413, 1621, 5296, 3615, 41260, 286, 1975, 5016, 8315, 8978, 286, 33599, 1975, 25513, 27884, 1975, 3224, 2597, 1392, 20328, 5016], "avg_logprob": -0.49056603773584906, "compression_ratio": 1.3237410071942446, "no_speech_prob": 5.960464477539063e-08, "words": [{"start": 1733.45, "end": 1733.79, "word": "not", "probability": 0.36279296875}, {"start": 1733.79, "end": 1734.23, "word": " live", "probability": 0.90234375}, {"start": 1734.23, "end": 1736.29, "word": " الان", "probability": 0.53863525390625}, {"start": 1736.29, "end": 1736.73, "word": " بقوللي", "probability": 0.4235026041666667}, {"start": 1736.73, "end": 1737.13, "word": " غير", "probability": 0.84423828125}, {"start": 1737.13, "end": 1738.17, "word": " خلّي", "probability": 0.68878173828125}, {"start": 1738.17, "end": 1738.47, "word": " ال", "probability": 0.79150390625}, {"start": 1738.47, "end": 1738.83, "word": " a", "probability": 0.52001953125}, {"start": 1738.83, "end": 1739.43, "word": " اللي", "probability": 0.46881103515625}, {"start": 1739.43, "end": 1739.57, "word": " هي", "probability": 0.5205078125}, {"start": 1739.57, "end": 1739.85, "word": " قبل", "probability": 0.6258544921875}, {"start": 1739.85, "end": 1740.43, "word": " يساوي", "probability": 0.78448486328125}, {"start": 1740.43, "end": 1741.43, "word": " not", "probability": 0.7646484375}, {"start": 1741.43, "end": 1741.95, "word": " live", "probability": 0.919921875}, {"start": 1741.95, "end": 1743.83, "word": " و", "probability": 0.70361328125}, {"start": 1743.83, "end": 1744.17, "word": " ال", "probability": 0.53564453125}, {"start": 1744.17, "end": 1744.41, "word": " d", "probability": 0.67626953125}, {"start": 1744.41, "end": 1746.09, "word": " live", "probability": 0.6767578125}, {"start": 1746.09, "end": 1747.59, "word": " ال", "probability": 0.80419921875}, {"start": 1747.59, "end": 1747.85, "word": " D", "probability": 0.304931640625}, {"start": 1747.85, "end": 1749.59, "word": " live", "probability": 0.578125}, {"start": 1749.59, "end": 1750.55, "word": " لعند", "probability": 0.83837890625}, {"start": 1750.55, "end": 1751.47, "word": " I", "probability": 0.6298828125}, {"start": 1751.47, "end": 1751.73, "word": " احنا", "probability": 0.8463541666666666}, {"start": 1751.73, "end": 1751.87, "word": " في", "probability": 0.96337890625}, {"start": 1751.87, "end": 1752.45, "word": " Iاش", "probability": 0.582275390625}, {"start": 1752.45, "end": 1753.47, "word": " اربعة", "probability": 0.6888020833333334}, {"start": 1753.47, "end": 1757.55, "word": " اه", "probability": 0.696533203125}, {"start": 1757.55, "end": 1757.83, "word": " sorry", "probability": 0.5595703125}, {"start": 1757.83, "end": 1760.03, "word": " okay", "probability": 0.36962890625}, {"start": 1760.03, "end": 1762.15, "word": " صح", "probability": 0.97265625}], "temperature": 1.0}, {"id": 64, "seek": 179268, "start": 1763.2, "end": 1792.68, "text": "طيب، الآن ممكن تقولي شو معنى الكلام هذا؟ أنا الآن ال generation algorithm ال code generation algorithm جرت جرت ووصلت لهنا لما نتطلع على هذا إيش معناته؟ معناته إن ال a live و أنا هنا ال a live يعني لو ال algorithm بدت تنهي الترجمة هنا ده تعتبر إن ال a live live يعني أصحى كتجربة على ال variable تبعها إذا القيمة تبعتها إذا القيمة تبعتها موجودة في ال register", "tokens": [9566, 1829, 3555, 12399, 6024, 48506, 3714, 43020, 6055, 39648, 1829, 13412, 2407, 20449, 1863, 7578, 2423, 28820, 10943, 23758, 22807, 41850, 6024, 48506, 2423, 5125, 9284, 2423, 3089, 5125, 9284, 10874, 43500, 10874, 43500, 4032, 2407, 36520, 2655, 46740, 8315, 5296, 15042, 8717, 2655, 9566, 1211, 3615, 15844, 23758, 11933, 1829, 8592, 20449, 8315, 47395, 22807, 20449, 8315, 47395, 36145, 2423, 257, 1621, 4032, 41850, 34105, 2423, 257, 1621, 37495, 22653, 45164, 2423, 9284, 47525, 2655, 6055, 1863, 3224, 1829, 16712, 47341, 46007, 34105, 11778, 3224, 6055, 34268, 26890, 36145, 2423, 257, 1621, 1621, 37495, 22653, 5551, 9381, 5016, 7578, 9122, 2655, 7435, 25513, 3660, 15844, 2423, 7006, 6055, 3555, 3615, 11296, 11933, 15730, 25062, 32640, 3660, 6055, 3555, 34268, 11296, 11933, 15730, 25062, 32640, 3660, 6055, 3555, 34268, 11296, 3714, 29245, 23328, 3660, 8978, 2423, 7280], "avg_logprob": -0.2179631348565328, "compression_ratio": 1.98932384341637, "no_speech_prob": 0.0, "words": [{"start": 1763.2, "end": 1763.58, "word": "طيب،", "probability": 0.6986083984375}, {"start": 1763.58, "end": 1763.88, "word": " الآن", "probability": 0.55511474609375}, {"start": 1763.88, "end": 1764.22, "word": " ممكن", "probability": 0.819580078125}, {"start": 1764.22, "end": 1764.58, "word": " تقولي", "probability": 0.8076985677083334}, {"start": 1764.58, "end": 1764.78, "word": " شو", "probability": 0.843994140625}, {"start": 1764.78, "end": 1765.02, "word": " معنى", "probability": 0.9890950520833334}, {"start": 1765.02, "end": 1765.34, "word": " الكلام", "probability": 0.79150390625}, {"start": 1765.34, "end": 1766.5, "word": " هذا؟", "probability": 0.844482421875}, {"start": 1766.5, "end": 1766.68, "word": " أنا", "probability": 0.7041015625}, {"start": 1766.68, "end": 1767.12, "word": " الآن", "probability": 0.794921875}, {"start": 1767.12, "end": 1767.52, "word": " ال", "probability": 0.8173828125}, {"start": 1767.52, "end": 1769.24, "word": " generation", "probability": 0.61328125}, {"start": 1769.24, "end": 1769.88, "word": " algorithm", "probability": 0.95068359375}, {"start": 1769.88, "end": 1770.08, "word": " ال", "probability": 0.388916015625}, {"start": 1770.08, "end": 1770.24, "word": " code", "probability": 0.88037109375}, {"start": 1770.24, "end": 1770.66, "word": " generation", "probability": 0.9658203125}, {"start": 1770.66, "end": 1771.1, "word": " algorithm", "probability": 0.94677734375}, {"start": 1771.1, "end": 1771.46, "word": " جرت", "probability": 0.513916015625}, {"start": 1771.46, "end": 1771.72, "word": " جرت", "probability": 0.8623046875}, {"start": 1771.72, "end": 1772.12, "word": " ووصلت", "probability": 0.89794921875}, {"start": 1772.12, "end": 1772.5, "word": " لهنا", "probability": 0.851806640625}, {"start": 1772.5, "end": 1773.48, "word": " لما", "probability": 0.844482421875}, {"start": 1773.48, "end": 1774.06, "word": " نتطلع", "probability": 0.75361328125}, {"start": 1774.06, "end": 1774.24, "word": " على", "probability": 0.8017578125}, {"start": 1774.24, "end": 1774.48, "word": " هذا", "probability": 0.923828125}, {"start": 1774.48, "end": 1774.68, "word": " إيش", "probability": 0.779541015625}, {"start": 1774.68, "end": 1775.22, "word": " معناته؟", "probability": 0.9532470703125}, {"start": 1775.22, "end": 1775.58, "word": " معناته", "probability": 0.9775390625}, {"start": 1775.58, "end": 1775.72, "word": " إن", "probability": 0.56396484375}, {"start": 1775.72, "end": 1775.94, "word": " ال", "probability": 0.88818359375}, {"start": 1775.94, "end": 1776.22, "word": " a", "probability": 0.290771484375}, {"start": 1776.22, "end": 1776.86, "word": " live", "probability": 0.462158203125}, {"start": 1776.86, "end": 1778.54, "word": " و", "probability": 0.66064453125}, {"start": 1778.54, "end": 1778.66, "word": " أنا", "probability": 0.677734375}, {"start": 1778.66, "end": 1778.88, "word": " هنا", "probability": 0.9853515625}, {"start": 1778.88, "end": 1779.12, "word": " ال", "probability": 0.9306640625}, {"start": 1779.12, "end": 1779.24, "word": " a", "probability": 0.9384765625}, {"start": 1779.24, "end": 1779.6, "word": " live", "probability": 0.93603515625}, {"start": 1779.6, "end": 1779.9, "word": " يعني", "probability": 0.8720703125}, {"start": 1779.9, "end": 1780.24, "word": " لو", "probability": 0.91015625}, {"start": 1780.24, "end": 1780.52, "word": " ال", "probability": 0.93896484375}, {"start": 1780.52, "end": 1780.88, "word": " algorithm", "probability": 0.9736328125}, {"start": 1780.88, "end": 1781.28, "word": " بدت", "probability": 0.81787109375}, {"start": 1781.28, "end": 1781.98, "word": " تنهي", "probability": 0.9849853515625}, {"start": 1781.98, "end": 1782.88, "word": " الترجمة", "probability": 0.9930013020833334}, {"start": 1782.88, "end": 1783.24, "word": " هنا", "probability": 0.9853515625}, {"start": 1783.24, "end": 1783.84, "word": " ده", "probability": 0.6319580078125}, {"start": 1783.84, "end": 1784.14, "word": " تعتبر", "probability": 0.89306640625}, {"start": 1784.14, "end": 1784.26, "word": " إن", "probability": 0.452392578125}, {"start": 1784.26, "end": 1784.38, "word": " ال", "probability": 0.96533203125}, {"start": 1784.38, "end": 1784.52, "word": " a", "probability": 0.966796875}, {"start": 1784.52, "end": 1784.96, "word": " live", "probability": 0.92724609375}, {"start": 1784.96, "end": 1785.52, "word": " live", "probability": 0.2181396484375}, {"start": 1785.52, "end": 1785.92, "word": " يعني", "probability": 0.969970703125}, {"start": 1785.92, "end": 1786.28, "word": " أصحى", "probability": 0.791015625}, {"start": 1786.28, "end": 1786.8, "word": " كتجربة", "probability": 0.75927734375}, {"start": 1786.8, "end": 1787.06, "word": " على", "probability": 0.9111328125}, {"start": 1787.06, "end": 1788.56, "word": " ال", "probability": 0.96435546875}, {"start": 1788.56, "end": 1788.88, "word": " variable", "probability": 0.947265625}, {"start": 1788.88, "end": 1789.54, "word": " تبعها", "probability": 0.9261474609375}, {"start": 1789.54, "end": 1790.06, "word": " إذا", "probability": 0.924072265625}, {"start": 1790.06, "end": 1790.86, "word": " القيمة", "probability": 0.8728841145833334}, {"start": 1790.86, "end": 1791.18, "word": " تبعتها", "probability": 0.8358154296875}, {"start": 1791.18, "end": 1791.34, "word": " إذا", "probability": 0.7064208984375}, {"start": 1791.34, "end": 1791.68, "word": " القيمة", "probability": 0.9669596354166666}, {"start": 1791.68, "end": 1791.94, "word": " تبعتها", "probability": 0.930419921875}, {"start": 1791.94, "end": 1792.2, "word": " موجودة", "probability": 0.97998046875}, {"start": 1792.2, "end": 1792.32, "word": " في", "probability": 0.93505859375}, {"start": 1792.32, "end": 1792.36, "word": " ال", "probability": 0.94970703125}, {"start": 1792.36, "end": 1792.68, "word": " register", "probability": 0.95947265625}], "temperature": 1.0}, {"id": 65, "seek": 182309, "start": 1794.01, "end": 1823.09, "text": "لازم ال register .. لازم قيمة اللي تطرحها المجلد live يعني keep إيش يعني keep؟ يعني حافظ عليها حافظ عليها مضايحاش إيش يعني مضايحاش؟ يعني إذا ال address descriptor تبع إيه بيقول إنها موجودة في register كذا و فقط في هذا ال register يبقى لازم أعمل store عشان أحافظ عليها صح ولا لأ؟ أما إذا قال لي not live", "tokens": [1211, 31377, 2304, 2423, 7280, 4386, 5296, 31377, 2304, 12174, 32640, 3660, 13672, 1829, 6055, 9566, 2288, 5016, 11296, 9673, 7435, 1211, 3215, 1621, 37495, 22653, 1066, 11933, 1829, 8592, 37495, 22653, 1066, 22807, 37495, 22653, 11331, 31845, 19913, 25894, 11296, 11331, 31845, 19913, 25894, 11296, 3714, 11242, 47302, 5016, 33599, 11933, 1829, 8592, 37495, 22653, 3714, 11242, 47302, 5016, 33599, 22807, 37495, 22653, 11933, 15730, 2423, 2985, 31280, 284, 6055, 3555, 3615, 11933, 1829, 3224, 4724, 1829, 39648, 36145, 11296, 3714, 29245, 23328, 3660, 8978, 7280, 9122, 15730, 4032, 6156, 47432, 8978, 23758, 2423, 7280, 7251, 3555, 4587, 7578, 5296, 31377, 2304, 5551, 25957, 1211, 3531, 6225, 8592, 7649, 5551, 5016, 31845, 19913, 25894, 11296, 20328, 5016, 49429, 5296, 10721, 22807, 5551, 15042, 11933, 15730, 50239, 32239, 406, 1621], "avg_logprob": -0.19728053275865454, "compression_ratio": 1.908366533864542, "no_speech_prob": 0.0, "words": [{"start": 1794.01, "end": 1794.57, "word": "لازم", "probability": 0.8499348958333334}, {"start": 1794.57, "end": 1794.67, "word": " ال", "probability": 0.59423828125}, {"start": 1794.67, "end": 1795.01, "word": " register", "probability": 0.68408203125}, {"start": 1795.01, "end": 1795.21, "word": " ..", "probability": 0.330322265625}, {"start": 1795.21, "end": 1795.51, "word": " لازم", "probability": 0.9656575520833334}, {"start": 1795.51, "end": 1795.83, "word": " قيمة", "probability": 0.7978515625}, {"start": 1795.83, "end": 1795.91, "word": " اللي", "probability": 0.579345703125}, {"start": 1795.91, "end": 1796.41, "word": " تطرحها", "probability": 0.81181640625}, {"start": 1796.41, "end": 1796.91, "word": " المجلد", "probability": 0.3590240478515625}, {"start": 1796.91, "end": 1798.11, "word": " live", "probability": 0.37060546875}, {"start": 1798.11, "end": 1798.53, "word": " يعني", "probability": 0.974365234375}, {"start": 1798.53, "end": 1799.03, "word": " keep", "probability": 0.85791015625}, {"start": 1799.03, "end": 1799.67, "word": " إيش", "probability": 0.754150390625}, {"start": 1799.67, "end": 1799.77, "word": " يعني", "probability": 0.9306640625}, {"start": 1799.77, "end": 1800.85, "word": " keep؟", "probability": 0.7220458984375}, {"start": 1800.85, "end": 1801.25, "word": " يعني", "probability": 0.923583984375}, {"start": 1801.25, "end": 1801.83, "word": " حافظ", "probability": 0.9827473958333334}, {"start": 1801.83, "end": 1802.29, "word": " عليها", "probability": 0.987060546875}, {"start": 1802.29, "end": 1803.19, "word": " حافظ", "probability": 0.9451497395833334}, {"start": 1803.19, "end": 1803.37, "word": " عليها", "probability": 0.968505859375}, {"start": 1803.37, "end": 1804.15, "word": " مضايحاش", "probability": 0.6906494140625}, {"start": 1804.15, "end": 1805.11, "word": " إيش", "probability": 0.9728190104166666}, {"start": 1805.11, "end": 1805.27, "word": " يعني", "probability": 0.973388671875}, {"start": 1805.27, "end": 1806.35, "word": " مضايحاش؟", "probability": 0.937255859375}, {"start": 1806.35, "end": 1806.65, "word": " يعني", "probability": 0.9599609375}, {"start": 1806.65, "end": 1806.95, "word": " إذا", "probability": 0.98779296875}, {"start": 1806.95, "end": 1807.09, "word": " ال", "probability": 0.93505859375}, {"start": 1807.09, "end": 1807.37, "word": " address", "probability": 0.95263671875}, {"start": 1807.37, "end": 1807.99, "word": " descriptor", "probability": 0.96875}, {"start": 1807.99, "end": 1808.33, "word": " تبع", "probability": 0.9677734375}, {"start": 1808.33, "end": 1808.93, "word": " إيه", "probability": 0.8707682291666666}, {"start": 1808.93, "end": 1809.87, "word": " بيقول", "probability": 0.9581705729166666}, {"start": 1809.87, "end": 1810.23, "word": " إنها", "probability": 0.7724609375}, {"start": 1810.23, "end": 1810.61, "word": " موجودة", "probability": 0.9857177734375}, {"start": 1810.61, "end": 1810.83, "word": " في", "probability": 0.98095703125}, {"start": 1810.83, "end": 1811.41, "word": " register", "probability": 0.6455078125}, {"start": 1811.41, "end": 1811.99, "word": " كذا", "probability": 0.957275390625}, {"start": 1811.99, "end": 1812.59, "word": " و", "probability": 0.9482421875}, {"start": 1812.59, "end": 1812.95, "word": " فقط", "probability": 0.928466796875}, {"start": 1812.95, "end": 1813.09, "word": " في", "probability": 0.9638671875}, {"start": 1813.09, "end": 1813.27, "word": " هذا", "probability": 0.95263671875}, {"start": 1813.27, "end": 1813.35, "word": " ال", "probability": 0.9345703125}, {"start": 1813.35, "end": 1813.83, "word": " register", "probability": 0.9736328125}, {"start": 1813.83, "end": 1815.31, "word": " يبقى", "probability": 0.9298095703125}, {"start": 1815.31, "end": 1815.59, "word": " لازم", "probability": 0.99658203125}, {"start": 1815.59, "end": 1815.99, "word": " أعمل", "probability": 0.84521484375}, {"start": 1815.99, "end": 1817.45, "word": " store", "probability": 0.1109619140625}, {"start": 1817.45, "end": 1817.83, "word": " عشان", "probability": 0.9384765625}, {"start": 1817.83, "end": 1818.25, "word": " أحافظ", "probability": 0.9599609375}, {"start": 1818.25, "end": 1818.67, "word": " عليها", "probability": 0.99072265625}, {"start": 1818.67, "end": 1820.07, "word": " صح", "probability": 0.98291015625}, {"start": 1820.07, "end": 1820.21, "word": " ولا", "probability": 0.7490234375}, {"start": 1820.21, "end": 1821.41, "word": " لأ؟", "probability": 0.6890462239583334}, {"start": 1821.41, "end": 1821.75, "word": " أما", "probability": 0.94482421875}, {"start": 1821.75, "end": 1822.03, "word": " إذا", "probability": 0.9873046875}, {"start": 1822.03, "end": 1822.25, "word": " قال", "probability": 0.52294921875}, {"start": 1822.25, "end": 1822.39, "word": " لي", "probability": 0.666015625}, {"start": 1822.39, "end": 1822.61, "word": " not", "probability": 0.93505859375}, {"start": 1822.61, "end": 1823.09, "word": " live", "probability": 0.9541015625}], "temperature": 1.0}, {"id": 66, "seek": 185124, "start": 1823.54, "end": 1851.24, "text": "يبقى خلاص هذا ال variable dead not live يعني dead يعني ليش dead يعني القيمة تبعته اللي dead يعني القيمة تبعته مش هتلزم مش هتلزم يبقى ما بيلزم أعمل store أه إذا انتهى الترجمة عند هذا ال block إذا انتهى ال block عند هذا ال statement صح أو لا؟ okay ال D كذلك لو افترض أن ال algorithm ماشي و الآن خلصنا هنا إيش بتقول؟", "tokens": [1829, 3555, 4587, 7578, 16490, 1211, 33546, 23758, 2423, 7006, 3116, 406, 1621, 37495, 22653, 3116, 37495, 22653, 32239, 8592, 3116, 37495, 22653, 25062, 32640, 3660, 6055, 3555, 34268, 3224, 13672, 1829, 3116, 37495, 22653, 25062, 32640, 3660, 6055, 3555, 34268, 3224, 37893, 8032, 2655, 1211, 11622, 2304, 37893, 8032, 2655, 1211, 11622, 2304, 7251, 3555, 4587, 7578, 19446, 4724, 26895, 11622, 2304, 5551, 25957, 1211, 3531, 5551, 3224, 11933, 15730, 16472, 47395, 7578, 16712, 47341, 46007, 43242, 23758, 2423, 3461, 11933, 15730, 16472, 47395, 7578, 2423, 3461, 43242, 23758, 2423, 5629, 20328, 5016, 34051, 20193, 22807, 1392, 2423, 413, 9122, 8848, 23275, 45164, 1975, 5172, 2655, 43042, 14739, 2423, 9284, 3714, 33599, 1829, 4032, 6024, 48506, 16490, 1211, 9381, 8315, 34105, 11933, 1829, 8592, 39894, 39648, 22807], "avg_logprob": -0.26477713178294576, "compression_ratio": 1.92578125, "no_speech_prob": 0.0, "words": [{"start": 1823.54, "end": 1824.2, "word": "يبقى", "probability": 0.613739013671875}, {"start": 1824.2, "end": 1824.76, "word": " خلاص", "probability": 0.7180989583333334}, {"start": 1824.76, "end": 1825.24, "word": " هذا", "probability": 0.72314453125}, {"start": 1825.24, "end": 1825.4, "word": " ال", "probability": 0.69970703125}, {"start": 1825.4, "end": 1825.64, "word": " variable", "probability": 0.215576171875}, {"start": 1825.64, "end": 1826.28, "word": " dead", "probability": 0.460693359375}, {"start": 1826.28, "end": 1826.72, "word": " not", "probability": 0.40185546875}, {"start": 1826.72, "end": 1826.98, "word": " live", "probability": 0.75439453125}, {"start": 1826.98, "end": 1827.16, "word": " يعني", "probability": 0.930419921875}, {"start": 1827.16, "end": 1827.6, "word": " dead", "probability": 0.64990234375}, {"start": 1827.6, "end": 1828.22, "word": " يعني", "probability": 0.862060546875}, {"start": 1828.22, "end": 1828.34, "word": " ليش", "probability": 0.48394775390625}, {"start": 1828.34, "end": 1828.66, "word": " dead", "probability": 0.91015625}, {"start": 1828.66, "end": 1828.9, "word": " يعني", "probability": 0.6895751953125}, {"start": 1828.9, "end": 1829.36, "word": " القيمة", "probability": 0.7845052083333334}, {"start": 1829.36, "end": 1829.7, "word": " تبعته", "probability": 0.9232177734375}, {"start": 1829.7, "end": 1829.84, "word": " اللي", "probability": 0.56561279296875}, {"start": 1829.84, "end": 1830.18, "word": " dead", "probability": 0.8271484375}, {"start": 1830.18, "end": 1830.96, "word": " يعني", "probability": 0.943603515625}, {"start": 1830.96, "end": 1831.32, "word": " القيمة", "probability": 0.8875325520833334}, {"start": 1831.32, "end": 1831.6, "word": " تبعته", "probability": 0.9490966796875}, {"start": 1831.6, "end": 1831.72, "word": " مش", "probability": 0.90478515625}, {"start": 1831.72, "end": 1832.3, "word": " هتلزم", "probability": 0.93125}, {"start": 1832.3, "end": 1832.78, "word": " مش", "probability": 0.82958984375}, {"start": 1832.78, "end": 1833.3, "word": " هتلزم", "probability": 0.9955078125}, {"start": 1833.3, "end": 1833.8, "word": " يبقى", "probability": 0.9427490234375}, {"start": 1833.8, "end": 1834.0, "word": " ما", "probability": 0.7646484375}, {"start": 1834.0, "end": 1835.4, "word": " بيلزم", "probability": 0.8482666015625}, {"start": 1835.4, "end": 1836.78, "word": " أعمل", "probability": 0.8740234375}, {"start": 1836.78, "end": 1837.28, "word": " store", "probability": 0.89111328125}, {"start": 1837.28, "end": 1838.42, "word": " أه", "probability": 0.6422119140625}, {"start": 1838.42, "end": 1838.68, "word": " إذا", "probability": 0.906982421875}, {"start": 1838.68, "end": 1839.14, "word": " انتهى", "probability": 0.8850911458333334}, {"start": 1839.14, "end": 1839.68, "word": " الترجمة", "probability": 0.9558919270833334}, {"start": 1839.68, "end": 1839.9, "word": " عند", "probability": 0.90673828125}, {"start": 1839.9, "end": 1840.16, "word": " هذا", "probability": 0.92626953125}, {"start": 1840.16, "end": 1840.3, "word": " ال", "probability": 0.603515625}, {"start": 1840.3, "end": 1840.46, "word": " block", "probability": 0.6591796875}, {"start": 1840.46, "end": 1840.72, "word": " إذا", "probability": 0.73681640625}, {"start": 1840.72, "end": 1841.02, "word": " انتهى", "probability": 0.9244791666666666}, {"start": 1841.02, "end": 1841.08, "word": " ال", "probability": 0.73046875}, {"start": 1841.08, "end": 1841.32, "word": " block", "probability": 0.94580078125}, {"start": 1841.32, "end": 1841.52, "word": " عند", "probability": 0.89599609375}, {"start": 1841.52, "end": 1841.76, "word": " هذا", "probability": 0.9375}, {"start": 1841.76, "end": 1841.86, "word": " ال", "probability": 0.7041015625}, {"start": 1841.86, "end": 1842.32, "word": " statement", "probability": 0.9599609375}, {"start": 1842.32, "end": 1842.98, "word": " صح", "probability": 0.97607421875}, {"start": 1842.98, "end": 1843.1, "word": " أو", "probability": 0.373779296875}, {"start": 1843.1, "end": 1844.36, "word": " لا؟", "probability": 0.6649169921875}, {"start": 1844.36, "end": 1844.64, "word": " okay", "probability": 0.429931640625}, {"start": 1844.64, "end": 1846.1, "word": " ال", "probability": 0.83544921875}, {"start": 1846.1, "end": 1846.22, "word": " D", "probability": 0.73828125}, {"start": 1846.22, "end": 1846.78, "word": " كذلك", "probability": 0.9811197916666666}, {"start": 1846.78, "end": 1847.2, "word": " لو", "probability": 0.271484375}, {"start": 1847.2, "end": 1847.6, "word": " افترض", "probability": 0.9139404296875}, {"start": 1847.6, "end": 1847.78, "word": " أن", "probability": 0.472900390625}, {"start": 1847.78, "end": 1847.88, "word": " ال", "probability": 0.67529296875}, {"start": 1847.88, "end": 1848.22, "word": " algorithm", "probability": 0.853515625}, {"start": 1848.22, "end": 1848.72, "word": " ماشي", "probability": 0.7571614583333334}, {"start": 1848.72, "end": 1848.86, "word": " و", "probability": 0.6943359375}, {"start": 1848.86, "end": 1849.12, "word": " الآن", "probability": 0.6646728515625}, {"start": 1849.12, "end": 1849.68, "word": " خلصنا", "probability": 0.9632568359375}, {"start": 1849.68, "end": 1849.94, "word": " هنا", "probability": 0.99072265625}, {"start": 1849.94, "end": 1850.76, "word": " إيش", "probability": 0.8255208333333334}, {"start": 1850.76, "end": 1851.24, "word": " بتقول؟", "probability": 0.9597981770833334}], "temperature": 1.0}, {"id": 67, "seek": 188288, "start": 1854.54, "end": 1882.88, "text": "عشان كل الدوش يعني كلها عشان نعطيك دي قيمة نروح تكون القيمة دي قاعدة فى ال register و بس فى ال register و نطلع و نسيبها فى ال register بدون ما نخزنها على ال memory مش منطق صح؟ okay بينما ال V و ال X ال V و ال U not live شاهد كيف؟ not live يبقى مش مهمين", "tokens": [3615, 8592, 7649, 28242, 32748, 2407, 8592, 37495, 22653, 28242, 11296, 6225, 8592, 7649, 8717, 3615, 9566, 1829, 4117, 11778, 1829, 12174, 32640, 3660, 8717, 32887, 5016, 6055, 30544, 25062, 32640, 3660, 11778, 1829, 12174, 995, 22488, 3660, 6156, 7578, 2423, 7280, 4032, 4724, 3794, 6156, 7578, 2423, 7280, 4032, 8717, 9566, 1211, 3615, 4032, 8717, 3794, 1829, 3555, 11296, 6156, 7578, 2423, 7280, 47525, 11536, 19446, 8717, 9778, 11622, 1863, 11296, 15844, 2423, 4675, 37893, 9154, 9566, 4587, 20328, 5016, 22807, 1392, 49374, 15042, 2423, 691, 4032, 2423, 1783, 2423, 691, 4032, 2423, 624, 406, 1621, 13412, 40294, 3215, 9122, 33911, 22807, 406, 1621, 7251, 3555, 4587, 7578, 37893, 3714, 16095, 9957], "avg_logprob": -0.22724780767110356, "compression_ratio": 1.8240740740740742, "no_speech_prob": 5.960464477539063e-08, "words": [{"start": 1854.54, "end": 1855.3, "word": "عشان", "probability": 0.6222941080729166}, {"start": 1855.3, "end": 1855.64, "word": " كل", "probability": 0.196044921875}, {"start": 1855.64, "end": 1856.08, "word": " الدوش", "probability": 0.892578125}, {"start": 1856.08, "end": 1856.26, "word": " يعني", "probability": 0.531890869140625}, {"start": 1856.26, "end": 1856.64, "word": " كلها", "probability": 0.714111328125}, {"start": 1856.64, "end": 1856.86, "word": " عشان", "probability": 0.93017578125}, {"start": 1856.86, "end": 1857.3, "word": " نعطيك", "probability": 0.7982421875}, {"start": 1857.3, "end": 1857.74, "word": " دي", "probability": 0.3603515625}, {"start": 1857.74, "end": 1858.34, "word": " قيمة", "probability": 0.9791666666666666}, {"start": 1858.34, "end": 1859.48, "word": " نروح", "probability": 0.818359375}, {"start": 1859.48, "end": 1861.18, "word": " تكون", "probability": 0.93896484375}, {"start": 1861.18, "end": 1861.62, "word": " القيمة", "probability": 0.9365234375}, {"start": 1861.62, "end": 1861.72, "word": " دي", "probability": 0.50439453125}, {"start": 1861.72, "end": 1862.0, "word": " قاعدة", "probability": 0.9095458984375}, {"start": 1862.0, "end": 1862.14, "word": " فى", "probability": 0.7042236328125}, {"start": 1862.14, "end": 1862.16, "word": " ال", "probability": 0.9453125}, {"start": 1862.16, "end": 1862.5, "word": " register", "probability": 0.892578125}, {"start": 1862.5, "end": 1863.4, "word": " و", "probability": 0.7958984375}, {"start": 1863.4, "end": 1863.66, "word": " بس", "probability": 0.962646484375}, {"start": 1863.66, "end": 1863.8, "word": " فى", "probability": 0.984619140625}, {"start": 1863.8, "end": 1863.94, "word": " ال", "probability": 0.9853515625}, {"start": 1863.94, "end": 1864.36, "word": " register", "probability": 0.96435546875}, {"start": 1864.36, "end": 1864.54, "word": " و", "probability": 0.91845703125}, {"start": 1864.54, "end": 1865.06, "word": " نطلع", "probability": 0.971923828125}, {"start": 1865.06, "end": 1866.04, "word": " و", "probability": 0.8916015625}, {"start": 1866.04, "end": 1866.34, "word": " نسيبها", "probability": 0.98818359375}, {"start": 1866.34, "end": 1866.46, "word": " فى", "probability": 0.978271484375}, {"start": 1866.46, "end": 1866.54, "word": " ال", "probability": 0.9873046875}, {"start": 1866.54, "end": 1866.94, "word": " register", "probability": 0.96240234375}, {"start": 1866.94, "end": 1868.18, "word": " بدون", "probability": 0.98583984375}, {"start": 1868.18, "end": 1868.3, "word": " ما", "probability": 0.59326171875}, {"start": 1868.3, "end": 1868.78, "word": " نخزنها", "probability": 0.89892578125}, {"start": 1868.78, "end": 1868.98, "word": " على", "probability": 0.9375}, {"start": 1868.98, "end": 1869.08, "word": " ال", "probability": 0.9111328125}, {"start": 1869.08, "end": 1869.4, "word": " memory", "probability": 0.97705078125}, {"start": 1869.4, "end": 1870.66, "word": " مش", "probability": 0.93017578125}, {"start": 1870.66, "end": 1871.04, "word": " منطق", "probability": 0.9215494791666666}, {"start": 1871.04, "end": 1871.92, "word": " صح؟", "probability": 0.69580078125}, {"start": 1871.92, "end": 1872.34, "word": " okay", "probability": 0.62841796875}, {"start": 1872.34, "end": 1873.78, "word": " بينما", "probability": 0.880859375}, {"start": 1873.78, "end": 1874.6, "word": " ال", "probability": 0.9248046875}, {"start": 1874.6, "end": 1874.8, "word": " V", "probability": 0.73681640625}, {"start": 1874.8, "end": 1875.04, "word": " و", "probability": 0.74267578125}, {"start": 1875.04, "end": 1875.1, "word": " ال", "probability": 0.80126953125}, {"start": 1875.1, "end": 1875.44, "word": " X", "probability": 0.9697265625}, {"start": 1875.44, "end": 1876.06, "word": " ال", "probability": 0.49560546875}, {"start": 1876.06, "end": 1876.2, "word": " V", "probability": 0.951171875}, {"start": 1876.2, "end": 1876.36, "word": " و", "probability": 0.9755859375}, {"start": 1876.36, "end": 1876.4, "word": " ال", "probability": 0.92333984375}, {"start": 1876.4, "end": 1876.66, "word": " U", "probability": 0.9833984375}, {"start": 1876.66, "end": 1877.54, "word": " not", "probability": 0.81640625}, {"start": 1877.54, "end": 1877.96, "word": " live", "probability": 0.84521484375}, {"start": 1877.96, "end": 1879.46, "word": " شاهد", "probability": 0.5836588541666666}, {"start": 1879.46, "end": 1879.74, "word": " كيف؟", "probability": 0.9104817708333334}, {"start": 1879.74, "end": 1879.92, "word": " not", "probability": 0.7939453125}, {"start": 1879.92, "end": 1880.34, "word": " live", "probability": 0.94140625}, {"start": 1880.34, "end": 1882.02, "word": " يبقى", "probability": 0.934814453125}, {"start": 1882.02, "end": 1882.42, "word": " مش", "probability": 0.95947265625}, {"start": 1882.42, "end": 1882.88, "word": " مهمين", "probability": 0.9925130208333334}], "temperature": 1.0}, {"id": 68, "seek": 191157, "start": 1883.77, "end": 1911.57, "text": "لو موجودين فقط في ال registers مش مهم يخلّيهم في ال registers و يخلّي ال block اللي بعد يجي يكتب فوقهم مش قضية نرجع نكمل للكل الان انا في I بساوي تلاتة تلاتة ايش أسوي؟ بدي أنجل القيم ال V و ال T و ال U ال V ليش وضحها؟ Live", "tokens": [1211, 2407, 3714, 29245, 23328, 9957, 6156, 47432, 8978, 2423, 11376, 433, 37893, 3714, 16095, 7251, 9778, 1211, 11703, 1829, 16095, 8978, 2423, 38351, 4032, 7251, 9778, 1211, 11703, 1829, 2423, 3461, 13672, 1829, 39182, 7251, 7435, 1829, 7251, 4117, 2655, 3555, 6156, 30543, 16095, 37893, 12174, 11242, 10632, 8717, 47341, 3615, 8717, 24793, 1211, 24976, 28820, 2423, 7649, 1975, 8315, 8978, 286, 4724, 3794, 995, 45865, 6055, 1211, 9307, 3660, 6055, 1211, 9307, 3660, 1975, 1829, 8592, 5551, 3794, 45865, 22807, 4724, 16254, 14739, 7435, 1211, 25062, 32640, 2423, 691, 4032, 2423, 314, 4032, 2423, 624, 2423, 691, 32239, 8592, 4032, 11242, 5016, 11296, 22807, 10385], "avg_logprob": -0.3156828618160001, "compression_ratio": 1.6529680365296804, "no_speech_prob": 0.0, "words": [{"start": 1883.77, "end": 1884.27, "word": "لو", "probability": 0.787353515625}, {"start": 1884.27, "end": 1884.87, "word": " موجودين", "probability": 0.8753662109375}, {"start": 1884.87, "end": 1885.15, "word": " فقط", "probability": 0.9755859375}, {"start": 1885.15, "end": 1885.29, "word": " في", "probability": 0.8134765625}, {"start": 1885.29, "end": 1885.35, "word": " ال", "probability": 0.79345703125}, {"start": 1885.35, "end": 1885.81, "word": " registers", "probability": 0.52880859375}, {"start": 1885.81, "end": 1886.43, "word": " مش", "probability": 0.2587890625}, {"start": 1886.43, "end": 1886.69, "word": " مهم", "probability": 0.984619140625}, {"start": 1886.69, "end": 1887.37, "word": " يخلّيهم", "probability": 0.61822509765625}, {"start": 1887.37, "end": 1887.51, "word": " في", "probability": 0.75048828125}, {"start": 1887.51, "end": 1887.57, "word": " ال", "probability": 0.90087890625}, {"start": 1887.57, "end": 1887.95, "word": " registers", "probability": 0.5419921875}, {"start": 1887.95, "end": 1888.37, "word": " و", "probability": 0.8857421875}, {"start": 1888.37, "end": 1888.79, "word": " يخلّي", "probability": 0.764208984375}, {"start": 1888.79, "end": 1889.17, "word": " ال", "probability": 0.73291015625}, {"start": 1889.17, "end": 1889.45, "word": " block", "probability": 0.90087890625}, {"start": 1889.45, "end": 1889.67, "word": " اللي", "probability": 0.828369140625}, {"start": 1889.67, "end": 1889.89, "word": " بعد", "probability": 0.85205078125}, {"start": 1889.89, "end": 1890.19, "word": " يجي", "probability": 0.6818440755208334}, {"start": 1890.19, "end": 1890.45, "word": " يكتب", "probability": 0.950927734375}, {"start": 1890.45, "end": 1890.89, "word": " فوقهم", "probability": 0.8411458333333334}, {"start": 1890.89, "end": 1891.29, "word": " مش", "probability": 0.3369140625}, {"start": 1891.29, "end": 1892.27, "word": " قضية", "probability": 0.7603352864583334}, {"start": 1892.27, "end": 1893.09, "word": " نرجع", "probability": 0.8434244791666666}, {"start": 1893.09, "end": 1893.51, "word": " نكمل", "probability": 0.8634440104166666}, {"start": 1893.51, "end": 1894.61, "word": " للكل", "probability": 0.697021484375}, {"start": 1894.61, "end": 1895.23, "word": " الان", "probability": 0.527313232421875}, {"start": 1895.23, "end": 1895.51, "word": " انا", "probability": 0.7396240234375}, {"start": 1895.51, "end": 1895.69, "word": " في", "probability": 0.9453125}, {"start": 1895.69, "end": 1895.99, "word": " I", "probability": 0.64501953125}, {"start": 1895.99, "end": 1896.57, "word": " بساوي", "probability": 0.688232421875}, {"start": 1896.57, "end": 1897.37, "word": " تلاتة", "probability": 0.8687744140625}, {"start": 1897.37, "end": 1898.11, "word": " تلاتة", "probability": 0.8612060546875}, {"start": 1898.11, "end": 1898.61, "word": " ايش", "probability": 0.8370768229166666}, {"start": 1898.61, "end": 1899.75, "word": " أسوي؟", "probability": 0.70355224609375}, {"start": 1899.75, "end": 1900.13, "word": " بدي", "probability": 0.6544189453125}, {"start": 1900.13, "end": 1900.63, "word": " أنجل", "probability": 0.8776041666666666}, {"start": 1900.63, "end": 1901.55, "word": " القيم", "probability": 0.8720703125}, {"start": 1901.55, "end": 1903.41, "word": " ال", "probability": 0.85791015625}, {"start": 1903.41, "end": 1903.71, "word": " V", "probability": 0.9169921875}, {"start": 1903.71, "end": 1905.43, "word": " و", "probability": 0.57421875}, {"start": 1905.43, "end": 1905.57, "word": " ال", "probability": 0.466796875}, {"start": 1905.57, "end": 1905.85, "word": " T", "probability": 0.9150390625}, {"start": 1905.85, "end": 1906.55, "word": " و", "probability": 0.92041015625}, {"start": 1906.55, "end": 1906.65, "word": " ال", "probability": 0.57373046875}, {"start": 1906.65, "end": 1907.61, "word": " U", "probability": 0.83984375}, {"start": 1907.61, "end": 1909.71, "word": " ال", "probability": 0.8037109375}, {"start": 1909.71, "end": 1909.93, "word": " V", "probability": 0.97802734375}, {"start": 1909.93, "end": 1910.21, "word": " ليش", "probability": 0.87451171875}, {"start": 1910.21, "end": 1911.15, "word": " وضحها؟", "probability": 0.8046875}, {"start": 1911.15, "end": 1911.57, "word": " Live", "probability": 0.299072265625}], "temperature": 1.0}, {"id": 69, "seek": 194005, "start": 1911.83, "end": 1940.05, "text": "Live لعند خمسة صح؟ هنا Live لعند خمسة يعني هيستخدم القيمة تبعتها و ال next استخدام هيكون ال instruction رقم خمسة Live لعند خمسة يعني خلي دي حافظ عليها ماضيحاش لأنه راح تستخدم في خمسة صح ولا لأ؟ أنا و لا أعرف أنا ال code generation و لا أعرف وصلت لهنا", "tokens": [43, 488, 5296, 3615, 1863, 3215, 16490, 2304, 3794, 3660, 20328, 5016, 22807, 34105, 10385, 5296, 3615, 41260, 16490, 2304, 3794, 3660, 37495, 22653, 39896, 14851, 9778, 40448, 25062, 32640, 3660, 6055, 3555, 34268, 11296, 4032, 2423, 958, 44713, 9778, 3215, 10943, 39896, 30544, 2423, 10951, 12602, 4587, 2304, 16490, 2304, 3794, 3660, 10385, 5296, 3615, 41260, 16490, 2304, 3794, 3660, 37495, 22653, 16490, 20292, 11778, 1829, 11331, 31845, 19913, 25894, 11296, 3714, 46958, 1829, 5016, 33599, 5296, 33456, 3224, 12602, 39319, 6055, 14851, 9778, 40448, 8978, 16490, 2304, 3794, 3660, 20328, 5016, 49429, 5296, 10721, 22807, 41850, 4032, 20193, 5551, 3615, 28480, 41850, 2423, 3089, 5125, 4032, 20193, 5551, 3615, 28480, 4032, 36520, 2655, 46740, 8315], "avg_logprob": -0.2546345399597944, "compression_ratio": 1.8506787330316743, "no_speech_prob": 5.960464477539063e-08, "words": [{"start": 1911.83, "end": 1912.27, "word": "Live", "probability": 0.5987548828125}, {"start": 1912.27, "end": 1912.53, "word": " لعند", "probability": 0.42462158203125}, {"start": 1912.53, "end": 1912.97, "word": " خمسة", "probability": 0.83404541015625}, {"start": 1912.97, "end": 1913.69, "word": " صح؟", "probability": 0.49053955078125}, {"start": 1913.69, "end": 1914.01, "word": " هنا", "probability": 0.243896484375}, {"start": 1914.01, "end": 1914.39, "word": " Live", "probability": 0.339111328125}, {"start": 1914.39, "end": 1914.65, "word": " لعند", "probability": 0.87255859375}, {"start": 1914.65, "end": 1915.29, "word": " خمسة", "probability": 0.9871826171875}, {"start": 1915.29, "end": 1915.87, "word": " يعني", "probability": 0.919677734375}, {"start": 1915.87, "end": 1916.75, "word": " هيستخدم", "probability": 0.9637451171875}, {"start": 1916.75, "end": 1917.25, "word": " القيمة", "probability": 0.9580078125}, {"start": 1917.25, "end": 1917.87, "word": " تبعتها", "probability": 0.9239501953125}, {"start": 1917.87, "end": 1918.85, "word": " و", "probability": 0.677734375}, {"start": 1918.85, "end": 1918.97, "word": " ال", "probability": 0.81689453125}, {"start": 1918.97, "end": 1919.21, "word": " next", "probability": 0.7939453125}, {"start": 1919.21, "end": 1920.13, "word": " استخدام", "probability": 0.9600830078125}, {"start": 1920.13, "end": 1920.75, "word": " هيكون", "probability": 0.942138671875}, {"start": 1920.75, "end": 1922.31, "word": " ال", "probability": 0.9033203125}, {"start": 1922.31, "end": 1922.69, "word": " instruction", "probability": 0.72119140625}, {"start": 1922.69, "end": 1923.05, "word": " رقم", "probability": 0.9645182291666666}, {"start": 1923.05, "end": 1923.75, "word": " خمسة", "probability": 0.9417724609375}, {"start": 1923.75, "end": 1924.85, "word": " Live", "probability": 0.81005859375}, {"start": 1924.85, "end": 1925.15, "word": " لعند", "probability": 0.94287109375}, {"start": 1925.15, "end": 1925.79, "word": " خمسة", "probability": 0.993896484375}, {"start": 1925.79, "end": 1926.89, "word": " يعني", "probability": 0.971923828125}, {"start": 1926.89, "end": 1927.81, "word": " خلي", "probability": 0.6744384765625}, {"start": 1927.81, "end": 1928.01, "word": " دي", "probability": 0.826416015625}, {"start": 1928.01, "end": 1928.49, "word": " حافظ", "probability": 0.9583333333333334}, {"start": 1928.49, "end": 1928.79, "word": " عليها", "probability": 0.97607421875}, {"start": 1928.79, "end": 1929.63, "word": " ماضيحاش", "probability": 0.5214111328125}, {"start": 1929.63, "end": 1930.97, "word": " لأنه", "probability": 0.9265950520833334}, {"start": 1930.97, "end": 1931.21, "word": " راح", "probability": 0.92236328125}, {"start": 1931.21, "end": 1931.97, "word": " تستخدم", "probability": 0.987060546875}, {"start": 1931.97, "end": 1933.83, "word": " في", "probability": 0.65380859375}, {"start": 1933.83, "end": 1935.29, "word": " خمسة", "probability": 0.9786376953125}, {"start": 1935.29, "end": 1935.59, "word": " صح", "probability": 0.97509765625}, {"start": 1935.59, "end": 1935.73, "word": " ولا", "probability": 0.88134765625}, {"start": 1935.73, "end": 1936.33, "word": " لأ؟", "probability": 0.7692057291666666}, {"start": 1936.33, "end": 1936.53, "word": " أنا", "probability": 0.5615234375}, {"start": 1936.53, "end": 1936.63, "word": " و", "probability": 0.59375}, {"start": 1936.63, "end": 1936.69, "word": " لا", "probability": 0.489501953125}, {"start": 1936.69, "end": 1937.01, "word": " أعرف", "probability": 0.644287109375}, {"start": 1937.01, "end": 1937.23, "word": " أنا", "probability": 0.47998046875}, {"start": 1937.23, "end": 1937.69, "word": " ال", "probability": 0.361328125}, {"start": 1937.69, "end": 1937.97, "word": " code", "probability": 0.95263671875}, {"start": 1937.97, "end": 1938.55, "word": " generation", "probability": 0.935546875}, {"start": 1938.55, "end": 1938.67, "word": " و", "probability": 0.8388671875}, {"start": 1938.67, "end": 1938.77, "word": " لا", "probability": 0.82470703125}, {"start": 1938.77, "end": 1939.07, "word": " أعرف", "probability": 0.97021484375}, {"start": 1939.07, "end": 1939.71, "word": " وصلت", "probability": 0.732177734375}, {"start": 1939.71, "end": 1940.05, "word": " لهنا", "probability": 0.767822265625}], "temperature": 1.0}, {"id": 70, "seek": 197002, "start": 1941.1, "end": 1970.02, "text": "بقول لي هي في V هتاخد قيمة، القيمة هذه أفضل لها، ماضيحاش، ليش؟ لأنه في خمسة لها استخدام، صح ولا؟ تمام، ونفس الأشي T؟ لأ، T لأ، T القيمة تبعتها، القيمة تبعت T، هتدخل في عملية الجمع، و بعد هيك مش هتستخدم بعد هيك، شايف كده؟", "tokens": [3555, 39648, 32239, 39896, 8978, 691, 8032, 2655, 47283, 3215, 12174, 32640, 3660, 12399, 25062, 32640, 3660, 29538, 5551, 5172, 11242, 1211, 5296, 11296, 12399, 3714, 46958, 1829, 5016, 33599, 12399, 32239, 8592, 22807, 5296, 33456, 3224, 8978, 16490, 2304, 3794, 3660, 5296, 11296, 44713, 9778, 3215, 10943, 12399, 20328, 5016, 49429, 22807, 46811, 10943, 12399, 4032, 1863, 36178, 16247, 8592, 1829, 314, 22807, 5296, 10721, 12399, 314, 5296, 10721, 12399, 314, 25062, 32640, 3660, 6055, 3555, 34268, 11296, 12399, 25062, 32640, 3660, 6055, 3555, 34268, 314, 12399, 8032, 2655, 3215, 9778, 1211, 8978, 6225, 42213, 10632, 25724, 2304, 3615, 12399, 4032, 39182, 39896, 4117, 37893, 8032, 2655, 14851, 9778, 40448, 39182, 39896, 4117, 12399, 13412, 995, 33911, 9122, 3215, 3224, 22807], "avg_logprob": -0.27845527776857704, "compression_ratio": 1.9402985074626866, "no_speech_prob": 1.7881393432617188e-07, "words": [{"start": 1941.1, "end": 1941.56, "word": "بقول", "probability": 0.541259765625}, {"start": 1941.56, "end": 1941.84, "word": " لي", "probability": 0.576171875}, {"start": 1941.84, "end": 1942.34, "word": " هي", "probability": 0.481689453125}, {"start": 1942.34, "end": 1942.6, "word": " في", "probability": 0.78173828125}, {"start": 1942.6, "end": 1942.84, "word": " V", "probability": 0.40625}, {"start": 1942.84, "end": 1944.2, "word": " هتاخد", "probability": 0.614013671875}, {"start": 1944.2, "end": 1944.5, "word": " قيمة،", "probability": 0.7530670166015625}, {"start": 1944.5, "end": 1944.94, "word": " القيمة", "probability": 0.9016927083333334}, {"start": 1944.94, "end": 1945.26, "word": " هذه", "probability": 0.51611328125}, {"start": 1945.26, "end": 1946.02, "word": " أفضل", "probability": 0.9024658203125}, {"start": 1946.02, "end": 1946.2, "word": " لها،", "probability": 0.6595052083333334}, {"start": 1946.2, "end": 1946.84, "word": " ماضيحاش،", "probability": 0.5971272786458334}, {"start": 1946.84, "end": 1948.36, "word": " ليش؟", "probability": 0.8401692708333334}, {"start": 1948.36, "end": 1948.88, "word": " لأنه", "probability": 0.8095703125}, {"start": 1948.88, "end": 1948.98, "word": " في", "probability": 0.95361328125}, {"start": 1948.98, "end": 1949.6, "word": " خمسة", "probability": 0.9393310546875}, {"start": 1949.6, "end": 1950.22, "word": " لها", "probability": 0.61175537109375}, {"start": 1950.22, "end": 1951.04, "word": " استخدام،", "probability": 0.93525390625}, {"start": 1951.04, "end": 1951.28, "word": " صح", "probability": 0.9765625}, {"start": 1951.28, "end": 1952.04, "word": " ولا؟", "probability": 0.52862548828125}, {"start": 1952.04, "end": 1952.9, "word": " تمام،", "probability": 0.8230794270833334}, {"start": 1952.9, "end": 1953.48, "word": " ونفس", "probability": 0.86767578125}, {"start": 1953.48, "end": 1953.84, "word": " الأشي", "probability": 0.7517903645833334}, {"start": 1953.84, "end": 1955.02, "word": " T؟", "probability": 0.687255859375}, {"start": 1955.02, "end": 1956.68, "word": " لأ،", "probability": 0.7762044270833334}, {"start": 1956.68, "end": 1956.88, "word": " T", "probability": 0.7236328125}, {"start": 1956.88, "end": 1957.92, "word": " لأ،", "probability": 0.84228515625}, {"start": 1957.92, "end": 1958.24, "word": " T", "probability": 0.77880859375}, {"start": 1958.24, "end": 1958.7, "word": " القيمة", "probability": 0.8289388020833334}, {"start": 1958.7, "end": 1960.68, "word": " تبعتها،", "probability": 0.88642578125}, {"start": 1960.68, "end": 1961.16, "word": " القيمة", "probability": 0.9552408854166666}, {"start": 1961.16, "end": 1961.42, "word": " تبعت", "probability": 0.95556640625}, {"start": 1961.42, "end": 1962.28, "word": " T،", "probability": 0.69677734375}, {"start": 1962.28, "end": 1962.82, "word": " هتدخل", "probability": 0.99111328125}, {"start": 1962.82, "end": 1962.94, "word": " في", "probability": 0.95166015625}, {"start": 1962.94, "end": 1963.3, "word": " عملية", "probability": 0.9767252604166666}, {"start": 1963.3, "end": 1964.52, "word": " الجمع،", "probability": 0.8438720703125}, {"start": 1964.52, "end": 1964.56, "word": " و", "probability": 0.60009765625}, {"start": 1964.56, "end": 1964.8, "word": " بعد", "probability": 0.70751953125}, {"start": 1964.8, "end": 1965.12, "word": " هيك", "probability": 0.792724609375}, {"start": 1965.12, "end": 1966.7, "word": " مش", "probability": 0.5771484375}, {"start": 1966.7, "end": 1967.28, "word": " هتستخدم", "probability": 0.94892578125}, {"start": 1967.28, "end": 1967.52, "word": " بعد", "probability": 0.7509765625}, {"start": 1967.52, "end": 1969.38, "word": " هيك،", "probability": 0.9345703125}, {"start": 1969.38, "end": 1969.68, "word": " شايف", "probability": 0.6167399088541666}, {"start": 1969.68, "end": 1970.02, "word": " كده؟", "probability": 0.83416748046875}], "temperature": 1.0}, {"id": 71, "seek": 199575, "start": 1970.21, "end": 1995.75, "text": "هذه الـ T طالعش مولي X not live يعني أنا و أنا هنا و أنا هنا قيمة ال T dead انتهينا منها انتهينا قضينا حاجتنا من ال variable هذه ال T صح استخدمنا قيمته فعملتين جامعة و بعدها لم يكن حد رجع نستخدمها تاني طب بالنسبالي ال U ايش ال U هنا live لحد خمسة", "tokens": [3224, 24192, 2423, 39184, 314, 23032, 6027, 3615, 8592, 3714, 12610, 1829, 1783, 406, 1621, 37495, 22653, 41850, 4032, 41850, 34105, 4032, 41850, 34105, 12174, 32640, 3660, 2423, 314, 3116, 16472, 47395, 1829, 8315, 9154, 11296, 16472, 47395, 1829, 8315, 12174, 11242, 1829, 8315, 11331, 26108, 2655, 8315, 9154, 2423, 7006, 29538, 2423, 314, 20328, 5016, 44713, 9778, 40448, 8315, 12174, 32640, 47395, 6156, 25957, 1211, 2655, 9957, 10874, 10943, 27884, 4032, 39182, 11296, 32767, 7251, 19452, 11331, 3215, 12602, 7435, 3615, 8717, 14851, 9778, 40448, 11296, 6055, 7649, 1829, 23032, 3555, 20666, 1863, 35457, 6027, 1829, 2423, 624, 1975, 1829, 8592, 2423, 624, 34105, 1621, 5296, 24401, 16490, 2304, 3794, 3660], "avg_logprob": -0.3252212389380531, "compression_ratio": 1.8340807174887892, "no_speech_prob": 0.0, "words": [{"start": 1970.21, "end": 1970.57, "word": "هذه", "probability": 0.56396484375}, {"start": 1970.57, "end": 1970.65, "word": " الـ", "probability": 0.4356689453125}, {"start": 1970.65, "end": 1970.73, "word": " T", "probability": 0.49609375}, {"start": 1970.73, "end": 1971.17, "word": " طالعش", "probability": 0.601806640625}, {"start": 1971.17, "end": 1971.53, "word": " مولي", "probability": 0.552001953125}, {"start": 1971.53, "end": 1972.07, "word": " X", "probability": 0.283447265625}, {"start": 1972.07, "end": 1973.19, "word": " not", "probability": 0.15478515625}, {"start": 1973.19, "end": 1973.59, "word": " live", "probability": 0.6884765625}, {"start": 1973.59, "end": 1974.53, "word": " يعني", "probability": 0.87451171875}, {"start": 1974.53, "end": 1974.75, "word": " أنا", "probability": 0.75390625}, {"start": 1974.75, "end": 1974.87, "word": " و", "probability": 0.7138671875}, {"start": 1974.87, "end": 1974.99, "word": " أنا", "probability": 0.67578125}, {"start": 1974.99, "end": 1975.29, "word": " هنا", "probability": 0.994140625}, {"start": 1975.29, "end": 1976.19, "word": " و", "probability": 0.77587890625}, {"start": 1976.19, "end": 1976.35, "word": " أنا", "probability": 0.8818359375}, {"start": 1976.35, "end": 1976.67, "word": " هنا", "probability": 0.9951171875}, {"start": 1976.67, "end": 1977.69, "word": " قيمة", "probability": 0.9850260416666666}, {"start": 1977.69, "end": 1978.13, "word": " ال", "probability": 0.54443359375}, {"start": 1978.13, "end": 1978.13, "word": " T", "probability": 0.77587890625}, {"start": 1978.13, "end": 1978.67, "word": " dead", "probability": 0.258544921875}, {"start": 1978.67, "end": 1979.51, "word": " انتهينا", "probability": 0.9320068359375}, {"start": 1979.51, "end": 1979.87, "word": " منها", "probability": 0.986083984375}, {"start": 1979.87, "end": 1981.13, "word": " انتهينا", "probability": 0.940673828125}, {"start": 1981.13, "end": 1983.01, "word": " قضينا", "probability": 0.9208984375}, {"start": 1983.01, "end": 1983.51, "word": " حاجتنا", "probability": 0.986083984375}, {"start": 1983.51, "end": 1983.75, "word": " من", "probability": 0.9921875}, {"start": 1983.75, "end": 1984.61, "word": " ال", "probability": 0.70849609375}, {"start": 1984.61, "end": 1984.91, "word": " variable", "probability": 0.806640625}, {"start": 1984.91, "end": 1985.17, "word": " هذه", "probability": 0.234619140625}, {"start": 1985.17, "end": 1985.27, "word": " ال", "probability": 0.76513671875}, {"start": 1985.27, "end": 1985.41, "word": " T", "probability": 0.94189453125}, {"start": 1985.41, "end": 1987.39, "word": " صح", "probability": 0.6778564453125}, {"start": 1987.39, "end": 1988.21, "word": " استخدمنا", "probability": 0.946533203125}, {"start": 1988.21, "end": 1988.69, "word": " قيمته", "probability": 0.9886067708333334}, {"start": 1988.69, "end": 1989.45, "word": " فعملتين", "probability": 0.699755859375}, {"start": 1989.45, "end": 1989.79, "word": " جامعة", "probability": 0.8391927083333334}, {"start": 1989.79, "end": 1990.13, "word": " و", "probability": 0.54150390625}, {"start": 1990.13, "end": 1990.31, "word": " بعدها", "probability": 0.6087646484375}, {"start": 1990.31, "end": 1990.45, "word": " لم", "probability": 0.36181640625}, {"start": 1990.45, "end": 1990.45, "word": " يكن", "probability": 0.4447021484375}, {"start": 1990.45, "end": 1990.69, "word": " حد", "probability": 0.5006103515625}, {"start": 1990.69, "end": 1990.83, "word": " رجع", "probability": 0.7819010416666666}, {"start": 1990.83, "end": 1991.33, "word": " نستخدمها", "probability": 0.855029296875}, {"start": 1991.33, "end": 1992.23, "word": " تاني", "probability": 0.9357096354166666}, {"start": 1992.23, "end": 1992.81, "word": " طب", "probability": 0.741455078125}, {"start": 1992.81, "end": 1993.29, "word": " بالنسبالي", "probability": 0.801806640625}, {"start": 1993.29, "end": 1993.45, "word": " ال", "probability": 0.728515625}, {"start": 1993.45, "end": 1993.63, "word": " U", "probability": 0.87841796875}, {"start": 1993.63, "end": 1994.25, "word": " ايش", "probability": 0.7386881510416666}, {"start": 1994.25, "end": 1994.35, "word": " ال", "probability": 0.9755859375}, {"start": 1994.35, "end": 1994.47, "word": " U", "probability": 0.95849609375}, {"start": 1994.47, "end": 1994.77, "word": " هنا", "probability": 0.98974609375}, {"start": 1994.77, "end": 1995.21, "word": " live", "probability": 0.374755859375}, {"start": 1995.21, "end": 1995.43, "word": " لحد", "probability": 0.630859375}, {"start": 1995.43, "end": 1995.75, "word": " خمسة", "probability": 0.9097900390625}], "temperature": 1.0}, {"id": 72, "seek": 203211, "start": 2004.43, "end": 2032.11, "text": "الان انا نجلت الكلام هنا نجلته بس الان بدى اغيره بقول لي غيره مين اللي انا اغيره ال V الان بدى اصير ايش؟ not live طبعا not live بتبتدى مساحة ان ال T و ال U بيبدوا يصيروا live ال T و ال U بيبدوا يصيروا live و لها تلاتة حلو؟ okay ارجعتي الآن ل I بالساوية اتنين اول حاجة بتدهسك", "tokens": [6027, 7649, 1975, 8315, 8717, 7435, 1211, 2655, 2423, 28820, 10943, 34105, 8717, 7435, 1211, 47395, 4724, 3794, 2423, 7649, 47525, 7578, 1975, 17082, 13546, 3224, 4724, 39648, 32239, 32771, 13546, 3224, 3714, 9957, 13672, 1829, 1975, 8315, 1975, 17082, 13546, 3224, 2423, 691, 2423, 7649, 47525, 7578, 1975, 9381, 13546, 1975, 1829, 8592, 22807, 406, 1621, 23032, 3555, 3615, 995, 406, 1621, 39894, 3555, 2655, 3215, 7578, 47524, 39319, 3660, 16472, 2423, 314, 4032, 2423, 624, 4724, 1829, 3555, 3215, 14407, 7251, 9381, 13546, 14407, 1621, 2423, 314, 4032, 2423, 624, 4724, 1829, 3555, 3215, 14407, 7251, 9381, 13546, 14407, 1621, 4032, 5296, 11296, 6055, 1211, 9307, 3660, 11331, 1211, 2407, 22807, 1392, 1975, 47341, 34268, 1829, 6024, 48506, 5296, 286, 20666, 3794, 995, 2407, 10632, 1975, 2655, 1863, 9957, 1975, 12610, 11331, 26108, 3660, 39894, 3215, 3224, 3794, 4117], "avg_logprob": -0.37808097290321135, "compression_ratio": 2.0088105726872247, "no_speech_prob": 0.0, "words": [{"start": 2004.43, "end": 2004.79, "word": "الان", "probability": 0.8203125}, {"start": 2004.79, "end": 2004.95, "word": " انا", "probability": 0.6494140625}, {"start": 2004.95, "end": 2005.47, "word": " نجلت", "probability": 0.8177490234375}, {"start": 2005.47, "end": 2006.09, "word": " الكلام", "probability": 0.8154296875}, {"start": 2006.09, "end": 2006.35, "word": " هنا", "probability": 0.06475830078125}, {"start": 2006.35, "end": 2006.99, "word": " نجلته", "probability": 0.7943115234375}, {"start": 2006.99, "end": 2007.19, "word": " بس", "probability": 0.779052734375}, {"start": 2007.19, "end": 2007.41, "word": " الان", "probability": 0.645751953125}, {"start": 2007.41, "end": 2007.51, "word": " بدى", "probability": 0.4249267578125}, {"start": 2007.51, "end": 2007.91, "word": " اغيره", "probability": 0.860595703125}, {"start": 2007.91, "end": 2008.15, "word": " بقول", "probability": 0.597412109375}, {"start": 2008.15, "end": 2008.27, "word": " لي", "probability": 0.35791015625}, {"start": 2008.27, "end": 2008.65, "word": " غيره", "probability": 0.7737630208333334}, {"start": 2008.65, "end": 2008.93, "word": " مين", "probability": 0.68115234375}, {"start": 2008.93, "end": 2009.13, "word": " اللي", "probability": 0.90234375}, {"start": 2009.13, "end": 2009.39, "word": " انا", "probability": 0.75390625}, {"start": 2009.39, "end": 2009.89, "word": " اغيره", "probability": 0.9326171875}, {"start": 2009.89, "end": 2010.09, "word": " ال", "probability": 0.7998046875}, {"start": 2010.09, "end": 2010.27, "word": " V", "probability": 0.8232421875}, {"start": 2010.27, "end": 2010.55, "word": " الان", "probability": 0.621337890625}, {"start": 2010.55, "end": 2010.69, "word": " بدى", "probability": 0.599853515625}, {"start": 2010.69, "end": 2011.03, "word": " اصير", "probability": 0.4442952473958333}, {"start": 2011.03, "end": 2011.73, "word": " ايش؟", "probability": 0.6080322265625}, {"start": 2011.73, "end": 2012.41, "word": " not", "probability": 0.52783203125}, {"start": 2012.41, "end": 2012.83, "word": " live", "probability": 0.8564453125}, {"start": 2012.83, "end": 2013.61, "word": " طبعا", "probability": 0.93310546875}, {"start": 2013.61, "end": 2013.79, "word": " not", "probability": 0.58935546875}, {"start": 2013.79, "end": 2014.07, "word": " live", "probability": 0.9453125}, {"start": 2014.07, "end": 2014.57, "word": " بتبتدى", "probability": 0.4579345703125}, {"start": 2014.57, "end": 2015.05, "word": " مساحة", "probability": 0.65283203125}, {"start": 2015.05, "end": 2015.91, "word": " ان", "probability": 0.395263671875}, {"start": 2015.91, "end": 2016.29, "word": " ال", "probability": 0.7900390625}, {"start": 2016.29, "end": 2016.47, "word": " T", "probability": 0.91650390625}, {"start": 2016.47, "end": 2016.65, "word": " و", "probability": 0.66845703125}, {"start": 2016.65, "end": 2016.69, "word": " ال", "probability": 0.60302734375}, {"start": 2016.69, "end": 2016.85, "word": " U", "probability": 0.9443359375}, {"start": 2016.85, "end": 2017.05, "word": " بيبدوا", "probability": 0.5294921875}, {"start": 2017.05, "end": 2017.43, "word": " يصيروا", "probability": 0.8992919921875}, {"start": 2017.43, "end": 2017.73, "word": " live", "probability": 0.826171875}, {"start": 2017.73, "end": 2017.97, "word": " ال", "probability": 0.432373046875}, {"start": 2017.97, "end": 2018.11, "word": " T", "probability": 0.8916015625}, {"start": 2018.11, "end": 2018.29, "word": " و", "probability": 0.99169921875}, {"start": 2018.29, "end": 2018.35, "word": " ال", "probability": 0.9619140625}, {"start": 2018.35, "end": 2018.41, "word": " U", "probability": 0.98486328125}, {"start": 2018.41, "end": 2018.67, "word": " بيبدوا", "probability": 0.8685546875}, {"start": 2018.67, "end": 2018.93, "word": " يصيروا", "probability": 0.9888916015625}, {"start": 2018.93, "end": 2019.35, "word": " live", "probability": 0.8896484375}, {"start": 2019.35, "end": 2020.95, "word": " و", "probability": 0.1531982421875}, {"start": 2020.95, "end": 2021.23, "word": " لها", "probability": 0.560791015625}, {"start": 2021.23, "end": 2023.85, "word": " تلاتة", "probability": 0.89208984375}, {"start": 2023.85, "end": 2025.85, "word": " حلو؟", "probability": 0.7947998046875}, {"start": 2025.85, "end": 2026.61, "word": " okay", "probability": 0.284912109375}, {"start": 2026.61, "end": 2027.19, "word": " ارجعتي", "probability": 0.680908203125}, {"start": 2027.19, "end": 2027.41, "word": " الآن", "probability": 0.668701171875}, {"start": 2027.41, "end": 2027.57, "word": " ل", "probability": 0.93359375}, {"start": 2027.57, "end": 2027.93, "word": " I", "probability": 0.89794921875}, {"start": 2027.93, "end": 2028.81, "word": " بالساوية", "probability": 0.73427734375}, {"start": 2028.81, "end": 2029.55, "word": " اتنين", "probability": 0.9473876953125}, {"start": 2029.55, "end": 2031.23, "word": " اول", "probability": 0.838623046875}, {"start": 2031.23, "end": 2031.45, "word": " حاجة", "probability": 0.9749348958333334}, {"start": 2031.45, "end": 2032.11, "word": " بتدهسك", "probability": 0.748486328125}], "temperature": 1.0}, {"id": 73, "seek": 206440, "start": 2035.46, "end": 2064.4, "text": "أنسخ ال U بيانات ال U و بيانات ال A و بيانات ال C و يعني ال A ليس Live ال U Live لعند تلاتة Live لعند تلاتة و ال C Live تمام؟ مظبوط ال C Live", "tokens": [33456, 3794, 9778, 2423, 624, 4724, 1829, 7649, 9307, 2423, 624, 4032, 4724, 1829, 7649, 9307, 2423, 316, 4032, 4724, 1829, 7649, 9307, 2423, 383, 4032, 37495, 22653, 2423, 316, 32239, 3794, 10385, 2423, 624, 10385, 5296, 3615, 41260, 6055, 1211, 9307, 3660, 10385, 5296, 3615, 41260, 6055, 1211, 9307, 3660, 4032, 2423, 383, 10385, 46811, 10943, 22807, 3714, 19913, 3555, 2407, 9566, 2423, 383, 10385], "avg_logprob": -0.29267724592294264, "compression_ratio": 1.8956521739130434, "no_speech_prob": 0.0, "words": [{"start": 2035.46, "end": 2035.98, "word": "أنسخ", "probability": 0.7189534505208334}, {"start": 2035.98, "end": 2036.14, "word": " ال", "probability": 0.88232421875}, {"start": 2036.14, "end": 2036.36, "word": " U", "probability": 0.3525390625}, {"start": 2036.36, "end": 2037.18, "word": " بيانات", "probability": 0.86669921875}, {"start": 2037.18, "end": 2037.32, "word": " ال", "probability": 0.87158203125}, {"start": 2037.32, "end": 2037.58, "word": " U", "probability": 0.82763671875}, {"start": 2037.58, "end": 2038.06, "word": " و", "probability": 0.403076171875}, {"start": 2038.06, "end": 2038.42, "word": " بيانات", "probability": 0.913330078125}, {"start": 2038.42, "end": 2038.56, "word": " ال", "probability": 0.978515625}, {"start": 2038.56, "end": 2038.82, "word": " A", "probability": 0.97119140625}, {"start": 2038.82, "end": 2039.68, "word": " و", "probability": 0.931640625}, {"start": 2039.68, "end": 2040.06, "word": " بيانات", "probability": 0.951416015625}, {"start": 2040.06, "end": 2040.26, "word": " ال", "probability": 0.97021484375}, {"start": 2040.26, "end": 2040.54, "word": " C", "probability": 0.96826171875}, {"start": 2040.54, "end": 2041.2, "word": " و", "probability": 0.445556640625}, {"start": 2041.2, "end": 2041.36, "word": " يعني", "probability": 0.49609375}, {"start": 2041.36, "end": 2041.82, "word": " ال", "probability": 0.4169921875}, {"start": 2041.82, "end": 2042.26, "word": " A", "probability": 0.95751953125}, {"start": 2042.26, "end": 2042.94, "word": " ليس", "probability": 0.614501953125}, {"start": 2042.94, "end": 2043.36, "word": " Live", "probability": 0.220703125}, {"start": 2043.36, "end": 2045.18, "word": " ال", "probability": 0.65185546875}, {"start": 2045.18, "end": 2046.24, "word": " U", "probability": 0.9638671875}, {"start": 2046.24, "end": 2046.94, "word": " Live", "probability": 0.67626953125}, {"start": 2046.94, "end": 2047.16, "word": " لعند", "probability": 0.8404947916666666}, {"start": 2047.16, "end": 2047.84, "word": " تلاتة", "probability": 0.8214111328125}, {"start": 2047.84, "end": 2048.74, "word": " Live", "probability": 0.3251953125}, {"start": 2048.74, "end": 2049.26, "word": " لعند", "probability": 0.9580078125}, {"start": 2049.26, "end": 2050.28, "word": " تلاتة", "probability": 0.985107421875}, {"start": 2050.28, "end": 2051.2, "word": " و", "probability": 0.48046875}, {"start": 2051.2, "end": 2051.4, "word": " ال", "probability": 0.8779296875}, {"start": 2051.4, "end": 2051.72, "word": " C", "probability": 0.97900390625}, {"start": 2051.72, "end": 2052.86, "word": " Live", "probability": 0.87255859375}, {"start": 2052.86, "end": 2056.46, "word": " تمام؟", "probability": 0.6766764322916666}, {"start": 2056.46, "end": 2061.04, "word": " مظبوط", "probability": 0.768115234375}, {"start": 2061.04, "end": 2063.52, "word": " ال", "probability": 0.5986328125}, {"start": 2063.52, "end": 2063.76, "word": " C", "probability": 0.97314453125}, {"start": 2063.76, "end": 2064.4, "word": " Live", "probability": 0.90185546875}], "temperature": 1.0}, {"id": 74, "seek": 209394, "start": 2065.53, "end": 2093.95, "text": "بس ال life اللي عنده اين؟ ال life من الأصل ال life من الأصل لما نجينا عملنا ال initialization تمام؟ كل اللي عملناه اللي هو ال initialization المفروض .. اللي هم هدولة المفروض قاعد أقول ال next use فبحهم B plus ايش ع ال B plus؟ يعني ال block القادر بالظبط فانا الآن ال C بدي احط هيك انها B plus", "tokens": [3555, 3794, 2423, 993, 13672, 1829, 43242, 3224, 1975, 9957, 22807, 2423, 993, 9154, 16247, 36520, 2423, 993, 9154, 16247, 36520, 5296, 15042, 8717, 7435, 1829, 8315, 6225, 42213, 8315, 2423, 5883, 2144, 46811, 10943, 22807, 28242, 13672, 1829, 6225, 42213, 8315, 3224, 13672, 1829, 31439, 2423, 5883, 2144, 9673, 5172, 32887, 11242, 4386, 13672, 1829, 8032, 2304, 8032, 3215, 12610, 3660, 9673, 5172, 32887, 11242, 12174, 995, 22488, 5551, 39648, 2423, 958, 764, 6156, 49628, 16095, 363, 1804, 1975, 1829, 8592, 6225, 2423, 363, 1804, 22807, 37495, 22653, 2423, 3461, 25062, 18513, 2288, 20666, 19913, 3555, 9566, 6156, 7649, 995, 6024, 48506, 2423, 383, 4724, 16254, 1975, 5016, 9566, 39896, 4117, 16472, 11296, 363, 1804], "avg_logprob": -0.2879273432951707, "compression_ratio": 1.860655737704918, "no_speech_prob": 5.960464477539063e-08, "words": [{"start": 2065.53, "end": 2065.79, "word": "بس", "probability": 0.6805419921875}, {"start": 2065.79, "end": 2065.91, "word": " ال", "probability": 0.43408203125}, {"start": 2065.91, "end": 2065.97, "word": " life", "probability": 0.39794921875}, {"start": 2065.97, "end": 2066.09, "word": " اللي", "probability": 0.54156494140625}, {"start": 2066.09, "end": 2066.37, "word": " عنده", "probability": 0.924072265625}, {"start": 2066.37, "end": 2067.67, "word": " اين؟", "probability": 0.6643880208333334}, {"start": 2067.67, "end": 2068.15, "word": " ال", "probability": 0.53173828125}, {"start": 2068.15, "end": 2068.27, "word": " life", "probability": 0.96240234375}, {"start": 2068.27, "end": 2068.43, "word": " من", "probability": 0.94384765625}, {"start": 2068.43, "end": 2068.89, "word": " الأصل", "probability": 0.725830078125}, {"start": 2068.89, "end": 2069.69, "word": " ال", "probability": 0.431396484375}, {"start": 2069.69, "end": 2069.95, "word": " life", "probability": 0.96044921875}, {"start": 2069.95, "end": 2070.09, "word": " من", "probability": 0.9794921875}, {"start": 2070.09, "end": 2070.65, "word": " الأصل", "probability": 0.952880859375}, {"start": 2070.65, "end": 2071.37, "word": " لما", "probability": 0.8876953125}, {"start": 2071.37, "end": 2071.65, "word": " نجينا", "probability": 0.63787841796875}, {"start": 2071.65, "end": 2071.99, "word": " عملنا", "probability": 0.9645182291666666}, {"start": 2071.99, "end": 2072.07, "word": " ال", "probability": 0.70068359375}, {"start": 2072.07, "end": 2072.95, "word": " initialization", "probability": 0.955810546875}, {"start": 2072.95, "end": 2074.95, "word": " تمام؟", "probability": 0.691650390625}, {"start": 2074.95, "end": 2075.29, "word": " كل", "probability": 0.9228515625}, {"start": 2075.29, "end": 2075.43, "word": " اللي", "probability": 0.974609375}, {"start": 2075.43, "end": 2075.93, "word": " عملناه", "probability": 0.9610595703125}, {"start": 2075.93, "end": 2075.99, "word": " اللي", "probability": 0.6407470703125}, {"start": 2075.99, "end": 2076.01, "word": " هو", "probability": 0.537109375}, {"start": 2076.01, "end": 2076.15, "word": " ال", "probability": 0.65283203125}, {"start": 2076.15, "end": 2077.09, "word": " initialization", "probability": 0.96728515625}, {"start": 2077.09, "end": 2078.91, "word": " المفروض", "probability": 0.8778076171875}, {"start": 2078.91, "end": 2079.07, "word": " ..", "probability": 0.310791015625}, {"start": 2079.07, "end": 2079.35, "word": " اللي", "probability": 0.968994140625}, {"start": 2079.35, "end": 2079.51, "word": " هم", "probability": 0.7333984375}, {"start": 2079.51, "end": 2080.09, "word": " هدولة", "probability": 0.798095703125}, {"start": 2080.09, "end": 2080.93, "word": " المفروض", "probability": 0.97314453125}, {"start": 2080.93, "end": 2081.19, "word": " قاعد", "probability": 0.6542154947916666}, {"start": 2081.19, "end": 2081.73, "word": " أقول", "probability": 0.80224609375}, {"start": 2081.73, "end": 2081.95, "word": " ال", "probability": 0.8935546875}, {"start": 2081.95, "end": 2082.17, "word": " next", "probability": 0.9638671875}, {"start": 2082.17, "end": 2082.79, "word": " use", "probability": 0.88037109375}, {"start": 2082.79, "end": 2083.85, "word": " فبحهم", "probability": 0.6128743489583334}, {"start": 2083.85, "end": 2084.19, "word": " B", "probability": 0.62451171875}, {"start": 2084.19, "end": 2084.57, "word": " plus", "probability": 0.122314453125}, {"start": 2084.57, "end": 2084.81, "word": " ايش", "probability": 0.7134195963541666}, {"start": 2084.81, "end": 2084.93, "word": " ع", "probability": 0.2452392578125}, {"start": 2084.93, "end": 2084.95, "word": " ال", "probability": 0.7685546875}, {"start": 2084.95, "end": 2085.11, "word": " B", "probability": 0.94140625}, {"start": 2085.11, "end": 2087.29, "word": " plus؟", "probability": 0.925048828125}, {"start": 2087.29, "end": 2087.57, "word": " يعني", "probability": 0.97607421875}, {"start": 2087.57, "end": 2087.71, "word": " ال", "probability": 0.650390625}, {"start": 2087.71, "end": 2087.93, "word": " block", "probability": 0.96044921875}, {"start": 2087.93, "end": 2088.53, "word": " القادر", "probability": 0.8269856770833334}, {"start": 2088.53, "end": 2089.47, "word": " بالظبط", "probability": 0.876953125}, {"start": 2089.47, "end": 2090.21, "word": " فانا", "probability": 0.8087565104166666}, {"start": 2090.21, "end": 2090.45, "word": " الآن", "probability": 0.6954345703125}, {"start": 2090.45, "end": 2090.71, "word": " ال", "probability": 0.95654296875}, {"start": 2090.71, "end": 2091.03, "word": " C", "probability": 0.77001953125}, {"start": 2091.03, "end": 2092.07, "word": " بدي", "probability": 0.659423828125}, {"start": 2092.07, "end": 2092.43, "word": " احط", "probability": 0.8094075520833334}, {"start": 2092.43, "end": 2092.81, "word": " هيك", "probability": 0.88134765625}, {"start": 2092.81, "end": 2093.31, "word": " انها", "probability": 0.69677734375}, {"start": 2093.31, "end": 2093.51, "word": " B", "probability": 0.93798828125}, {"start": 2093.51, "end": 2093.95, "word": " plus", "probability": 0.89208984375}], "temperature": 1.0}, {"id": 75, "seek": 212033, "start": 2094.83, "end": 2120.33, "text": "أنا ال c صح هنا مش هستخدمها صح هنا مش هستخدمها لإنها مش temporary من ال temporaries ال t و ال u و ال v لإن ال c مش temporary فانا بتوقع تستخدم لربما مش هقولها لربما تستخدم يعني اللي أعلم أنه راح يستخدم بحافظ عليه اللي راح يستخدم لاحقا بحافظ عليه بعمل live عشان to keep it", "tokens": [10721, 8315, 2423, 269, 20328, 5016, 34105, 37893, 8032, 14851, 9778, 40448, 11296, 20328, 5016, 34105, 37893, 8032, 14851, 9778, 40448, 11296, 5296, 28814, 1863, 11296, 37893, 13413, 9154, 2423, 8219, 4889, 2423, 256, 4032, 2423, 344, 4032, 2423, 371, 5296, 28814, 1863, 2423, 269, 37893, 13413, 6156, 7649, 995, 39894, 30543, 3615, 6055, 14851, 9778, 40448, 5296, 25513, 15042, 37893, 8032, 39648, 11296, 5296, 25513, 15042, 6055, 14851, 9778, 40448, 37495, 22653, 13672, 1829, 5551, 3615, 19528, 14739, 3224, 12602, 39319, 7251, 14851, 9778, 40448, 4724, 5016, 31845, 19913, 47356, 13672, 1829, 12602, 39319, 7251, 14851, 9778, 40448, 20193, 5016, 4587, 995, 4724, 5016, 31845, 19913, 47356, 4724, 25957, 1211, 1621, 6225, 8592, 7649, 281, 1066, 309], "avg_logprob": -0.1760766776669927, "compression_ratio": 2.1310679611650487, "no_speech_prob": 5.960464477539063e-08, "words": [{"start": 2094.83, "end": 2095.13, "word": "أنا", "probability": 0.55364990234375}, {"start": 2095.13, "end": 2095.35, "word": " ال", "probability": 0.7373046875}, {"start": 2095.35, "end": 2095.53, "word": " c", "probability": 0.235107421875}, {"start": 2095.53, "end": 2096.05, "word": " صح", "probability": 0.957763671875}, {"start": 2096.05, "end": 2096.29, "word": " هنا", "probability": 0.818359375}, {"start": 2096.29, "end": 2096.47, "word": " مش", "probability": 0.8212890625}, {"start": 2096.47, "end": 2097.43, "word": " هستخدمها", "probability": 0.90419921875}, {"start": 2097.43, "end": 2098.77, "word": " صح", "probability": 0.7119140625}, {"start": 2098.77, "end": 2098.91, "word": " هنا", "probability": 0.90966796875}, {"start": 2098.91, "end": 2099.05, "word": " مش", "probability": 0.9794921875}, {"start": 2099.05, "end": 2099.55, "word": " هستخدمها", "probability": 0.95283203125}, {"start": 2099.55, "end": 2100.67, "word": " لإنها", "probability": 0.6534423828125}, {"start": 2100.67, "end": 2100.85, "word": " مش", "probability": 0.892578125}, {"start": 2100.85, "end": 2101.41, "word": " temporary", "probability": 0.84814453125}, {"start": 2101.41, "end": 2102.33, "word": " من", "probability": 0.8095703125}, {"start": 2102.33, "end": 2102.49, "word": " ال", "probability": 0.95751953125}, {"start": 2102.49, "end": 2103.13, "word": " temporaries", "probability": 0.81787109375}, {"start": 2103.13, "end": 2103.41, "word": " ال", "probability": 0.7734375}, {"start": 2103.41, "end": 2103.59, "word": " t", "probability": 0.195556640625}, {"start": 2103.59, "end": 2103.73, "word": " و", "probability": 0.70751953125}, {"start": 2103.73, "end": 2103.73, "word": " ال", "probability": 0.9404296875}, {"start": 2103.73, "end": 2103.81, "word": " u", "probability": 0.96435546875}, {"start": 2103.81, "end": 2103.95, "word": " و", "probability": 0.958984375}, {"start": 2103.95, "end": 2103.95, "word": " ال", "probability": 0.96435546875}, {"start": 2103.95, "end": 2104.23, "word": " v", "probability": 0.9267578125}, {"start": 2104.23, "end": 2105.41, "word": " لإن", "probability": 0.7589518229166666}, {"start": 2105.41, "end": 2105.75, "word": " ال", "probability": 0.71484375}, {"start": 2105.75, "end": 2105.93, "word": " c", "probability": 0.92138671875}, {"start": 2105.93, "end": 2106.15, "word": " مش", "probability": 0.96240234375}, {"start": 2106.15, "end": 2106.75, "word": " temporary", "probability": 0.939453125}, {"start": 2106.75, "end": 2107.99, "word": " فانا", "probability": 0.8631184895833334}, {"start": 2107.99, "end": 2108.41, "word": " بتوقع", "probability": 0.82861328125}, {"start": 2108.41, "end": 2108.97, "word": " تستخدم", "probability": 0.9599609375}, {"start": 2108.97, "end": 2109.71, "word": " لربما", "probability": 0.92822265625}, {"start": 2109.71, "end": 2109.93, "word": " مش", "probability": 0.497802734375}, {"start": 2109.93, "end": 2110.41, "word": " هقولها", "probability": 0.5582682291666666}, {"start": 2110.41, "end": 2110.89, "word": " لربما", "probability": 0.9581705729166666}, {"start": 2110.89, "end": 2111.61, "word": " تستخدم", "probability": 0.98291015625}, {"start": 2111.61, "end": 2112.63, "word": " يعني", "probability": 0.93359375}, {"start": 2112.63, "end": 2112.93, "word": " اللي", "probability": 0.93017578125}, {"start": 2112.93, "end": 2113.45, "word": " أعلم", "probability": 0.9677734375}, {"start": 2113.45, "end": 2113.83, "word": " أنه", "probability": 0.7298583984375}, {"start": 2113.83, "end": 2113.99, "word": " راح", "probability": 0.94775390625}, {"start": 2113.99, "end": 2114.41, "word": " يستخدم", "probability": 0.9959716796875}, {"start": 2114.41, "end": 2114.87, "word": " بحافظ", "probability": 0.967529296875}, {"start": 2114.87, "end": 2115.17, "word": " عليه", "probability": 0.9873046875}, {"start": 2115.17, "end": 2115.65, "word": " اللي", "probability": 0.887939453125}, {"start": 2115.65, "end": 2115.83, "word": " راح", "probability": 0.974609375}, {"start": 2115.83, "end": 2116.21, "word": " يستخدم", "probability": 0.9962158203125}, {"start": 2116.21, "end": 2116.81, "word": " لاحقا", "probability": 0.9609375}, {"start": 2116.81, "end": 2117.63, "word": " بحافظ", "probability": 0.978271484375}, {"start": 2117.63, "end": 2117.89, "word": " عليه", "probability": 0.9833984375}, {"start": 2117.89, "end": 2118.85, "word": " بعمل", "probability": 0.8878580729166666}, {"start": 2118.85, "end": 2119.17, "word": " live", "probability": 0.50830078125}, {"start": 2119.17, "end": 2119.53, "word": " عشان", "probability": 0.90771484375}, {"start": 2119.53, "end": 2119.87, "word": " to", "probability": 0.8671875}, {"start": 2119.87, "end": 2120.13, "word": " keep", "probability": 0.943359375}, {"start": 2120.13, "end": 2120.33, "word": " it", "probability": 0.97607421875}], "temperature": 1.0}, {"id": 76, "seek": 214951, "start": 2121.05, "end": 2149.51, "text": "اللي لا أعلم برضه بحافظ عليه لربما انه قد يستخدم وين في ال block القادم بي بلس هاد من عندي انا استخدمت رمز ل next block هدول هم فيينات ال block الحالي هدول just ال instructions لبعد ال block الحالي طيب احنا ايش قلنا اول شي بينتسخ ال information هذه بتنتسخ على ال instruction بعد هيك باجي بغير ال U باخديها مش live", "tokens": [6027, 20292, 20193, 5551, 3615, 19528, 4724, 43042, 3224, 4724, 5016, 31845, 19913, 47356, 5296, 25513, 15042, 16472, 3224, 12174, 3215, 7251, 14851, 9778, 40448, 4032, 9957, 8978, 2423, 3461, 25062, 18513, 2304, 4724, 1829, 4724, 1211, 3794, 8032, 18513, 9154, 18871, 16254, 1975, 8315, 44713, 9778, 40448, 2655, 12602, 2304, 11622, 5296, 958, 3461, 8032, 3215, 12610, 8032, 2304, 8978, 1829, 8315, 2655, 2423, 3461, 21542, 6027, 1829, 8032, 3215, 12610, 445, 2423, 9415, 5296, 3555, 22488, 2423, 3461, 21542, 6027, 1829, 23032, 1829, 3555, 1975, 5016, 8315, 1975, 1829, 8592, 12174, 1211, 8315, 1975, 12610, 44049, 4724, 9957, 2655, 3794, 9778, 2423, 1589, 29538, 39894, 29399, 3794, 9778, 15844, 2423, 10951, 39182, 39896, 4117, 4724, 26108, 1829, 4724, 17082, 13546, 2423, 624, 4724, 47283, 16254, 11296, 37893, 1621], "avg_logprob": -0.26455153035753554, "compression_ratio": 1.8544776119402986, "no_speech_prob": 0.0, "words": [{"start": 2121.05, "end": 2121.39, "word": "اللي", "probability": 0.5548095703125}, {"start": 2121.39, "end": 2121.57, "word": " لا", "probability": 0.69091796875}, {"start": 2121.57, "end": 2122.03, "word": " أعلم", "probability": 0.75439453125}, {"start": 2122.03, "end": 2123.23, "word": " برضه", "probability": 0.7565104166666666}, {"start": 2123.23, "end": 2123.69, "word": " بحافظ", "probability": 0.9537353515625}, {"start": 2123.69, "end": 2124.03, "word": " عليه", "probability": 0.97900390625}, {"start": 2124.03, "end": 2124.85, "word": " لربما", "probability": 0.9388020833333334}, {"start": 2124.85, "end": 2125.27, "word": " انه", "probability": 0.755126953125}, {"start": 2125.27, "end": 2125.43, "word": " قد", "probability": 0.91015625}, {"start": 2125.43, "end": 2125.91, "word": " يستخدم", "probability": 0.9630126953125}, {"start": 2125.91, "end": 2126.21, "word": " وين", "probability": 0.4959716796875}, {"start": 2126.21, "end": 2126.63, "word": " في", "probability": 0.853515625}, {"start": 2126.63, "end": 2126.73, "word": " ال", "probability": 0.796875}, {"start": 2126.73, "end": 2126.95, "word": " block", "probability": 0.7294921875}, {"start": 2126.95, "end": 2127.45, "word": " القادم", "probability": 0.9358723958333334}, {"start": 2127.45, "end": 2128.09, "word": " بي", "probability": 0.4609375}, {"start": 2128.09, "end": 2128.39, "word": " بلس", "probability": 0.59716796875}, {"start": 2128.39, "end": 2128.61, "word": " هاد", "probability": 0.4593505859375}, {"start": 2128.61, "end": 2128.73, "word": " من", "probability": 0.974609375}, {"start": 2128.73, "end": 2129.07, "word": " عندي", "probability": 0.843017578125}, {"start": 2129.07, "end": 2129.41, "word": " انا", "probability": 0.74609375}, {"start": 2129.41, "end": 2130.55, "word": " استخدمت", "probability": 0.838134765625}, {"start": 2130.55, "end": 2131.09, "word": " رمز", "probability": 0.9479166666666666}, {"start": 2131.09, "end": 2131.33, "word": " ل", "probability": 0.81201171875}, {"start": 2131.33, "end": 2131.91, "word": " next", "probability": 0.41796875}, {"start": 2131.91, "end": 2132.47, "word": " block", "probability": 0.94970703125}, {"start": 2132.47, "end": 2134.51, "word": " هدول", "probability": 0.9152018229166666}, {"start": 2134.51, "end": 2134.85, "word": " هم", "probability": 0.82421875}, {"start": 2134.85, "end": 2135.33, "word": " فيينات", "probability": 0.73980712890625}, {"start": 2135.33, "end": 2135.47, "word": " ال", "probability": 0.62353515625}, {"start": 2135.47, "end": 2135.69, "word": " block", "probability": 0.9599609375}, {"start": 2135.69, "end": 2136.41, "word": " الحالي", "probability": 0.9026692708333334}, {"start": 2136.41, "end": 2137.09, "word": " هدول", "probability": 0.9637044270833334}, {"start": 2137.09, "end": 2137.33, "word": " just", "probability": 0.427978515625}, {"start": 2137.33, "end": 2137.47, "word": " ال", "probability": 0.82421875}, {"start": 2137.47, "end": 2137.91, "word": " instructions", "probability": 0.56640625}, {"start": 2137.91, "end": 2138.23, "word": " لبعد", "probability": 0.4700520833333333}, {"start": 2138.23, "end": 2138.31, "word": " ال", "probability": 0.9287109375}, {"start": 2138.31, "end": 2138.53, "word": " block", "probability": 0.91943359375}, {"start": 2138.53, "end": 2139.27, "word": " الحالي", "probability": 0.9752604166666666}, {"start": 2139.27, "end": 2139.79, "word": " طيب", "probability": 0.9256184895833334}, {"start": 2139.79, "end": 2140.13, "word": " احنا", "probability": 0.9254557291666666}, {"start": 2140.13, "end": 2140.31, "word": " ايش", "probability": 0.8380533854166666}, {"start": 2140.31, "end": 2140.59, "word": " قلنا", "probability": 0.8460286458333334}, {"start": 2140.59, "end": 2140.87, "word": " اول", "probability": 0.788818359375}, {"start": 2140.87, "end": 2141.01, "word": " شي", "probability": 0.306884765625}, {"start": 2141.01, "end": 2141.79, "word": " بينتسخ", "probability": 0.822998046875}, {"start": 2141.79, "end": 2142.97, "word": " ال", "probability": 0.935546875}, {"start": 2142.97, "end": 2143.51, "word": " information", "probability": 0.94384765625}, {"start": 2143.51, "end": 2143.75, "word": " هذه", "probability": 0.36376953125}, {"start": 2143.75, "end": 2144.51, "word": " بتنتسخ", "probability": 0.9044189453125}, {"start": 2144.51, "end": 2144.99, "word": " على", "probability": 0.78466796875}, {"start": 2144.99, "end": 2145.61, "word": " ال", "probability": 0.986328125}, {"start": 2145.61, "end": 2146.15, "word": " instruction", "probability": 0.90380859375}, {"start": 2146.15, "end": 2146.57, "word": " بعد", "probability": 0.89501953125}, {"start": 2146.57, "end": 2146.95, "word": " هيك", "probability": 0.93798828125}, {"start": 2146.95, "end": 2147.61, "word": " باجي", "probability": 0.701416015625}, {"start": 2147.61, "end": 2148.01, "word": " بغير", "probability": 0.8914388020833334}, {"start": 2148.01, "end": 2148.19, "word": " ال", "probability": 0.92822265625}, {"start": 2148.19, "end": 2148.29, "word": " U", "probability": 0.3505859375}, {"start": 2148.29, "end": 2148.83, "word": " باخديها", "probability": 0.7216796875}, {"start": 2148.83, "end": 2149.03, "word": " مش", "probability": 0.9404296875}, {"start": 2149.03, "end": 2149.51, "word": " live", "probability": 0.75732421875}], "temperature": 1.0}, {"id": 77, "seek": 218281, "start": 2154.33, "end": 2182.81, "text": "بشكوب التلاتة ال a و ال c بخليهم live بس لعند مين اتنين صح اللي هي رقم ال instruction اللي أنا فيها تمام نرجع نوصل للمدام اه لان بسوي واحد اللي هي اخد instruction بنرحل ال information هذه و خاصة بي ال T و ال A و ال B", "tokens": [3555, 8592, 4117, 2407, 3555, 16712, 1211, 9307, 3660, 2423, 257, 4032, 2423, 269, 4724, 9778, 20292, 16095, 1621, 4724, 3794, 5296, 3615, 41260, 3714, 9957, 1975, 2655, 1863, 9957, 20328, 5016, 13672, 1829, 39896, 12602, 4587, 2304, 2423, 10951, 13672, 1829, 41850, 8978, 11296, 46811, 10943, 8717, 47341, 3615, 8717, 2407, 36520, 5296, 19528, 3215, 10943, 1975, 3224, 5296, 7649, 4724, 3794, 45865, 36764, 24401, 13672, 1829, 39896, 1975, 9778, 3215, 10951, 44945, 2288, 5016, 1211, 2423, 1589, 29538, 4032, 16490, 33546, 3660, 4724, 1829, 2423, 314, 4032, 2423, 316, 4032, 2423, 363], "avg_logprob": -0.30411185653586137, "compression_ratio": 1.6521739130434783, "no_speech_prob": 0.0, "words": [{"start": 2154.33, "end": 2154.65, "word": "بشكوب", "probability": 0.6021484375}, {"start": 2154.65, "end": 2155.25, "word": " التلاتة", "probability": 0.8907470703125}, {"start": 2155.25, "end": 2155.79, "word": " ال", "probability": 0.6337890625}, {"start": 2155.79, "end": 2155.95, "word": " a", "probability": 0.28759765625}, {"start": 2155.95, "end": 2156.11, "word": " و", "probability": 0.4267578125}, {"start": 2156.11, "end": 2156.29, "word": " ال", "probability": 0.84130859375}, {"start": 2156.29, "end": 2156.59, "word": " c", "probability": 0.90673828125}, {"start": 2156.59, "end": 2157.83, "word": " بخليهم", "probability": 0.8251953125}, {"start": 2157.83, "end": 2158.31, "word": " live", "probability": 0.7060546875}, {"start": 2158.31, "end": 2160.69, "word": " بس", "probability": 0.921142578125}, {"start": 2160.69, "end": 2161.13, "word": " لعند", "probability": 0.8001302083333334}, {"start": 2161.13, "end": 2161.43, "word": " مين", "probability": 0.908935546875}, {"start": 2161.43, "end": 2162.03, "word": " اتنين", "probability": 0.909423828125}, {"start": 2162.03, "end": 2162.89, "word": " صح", "probability": 0.826171875}, {"start": 2162.89, "end": 2167.03, "word": " اللي", "probability": 0.6900634765625}, {"start": 2167.03, "end": 2167.13, "word": " هي", "probability": 0.7724609375}, {"start": 2167.13, "end": 2167.37, "word": " رقم", "probability": 0.9435221354166666}, {"start": 2167.37, "end": 2167.47, "word": " ال", "probability": 0.9130859375}, {"start": 2167.47, "end": 2167.73, "word": " instruction", "probability": 0.85107421875}, {"start": 2167.73, "end": 2168.29, "word": " اللي", "probability": 0.950439453125}, {"start": 2168.29, "end": 2168.45, "word": " أنا", "probability": 0.3076171875}, {"start": 2168.45, "end": 2168.93, "word": " فيها", "probability": 0.92529296875}, {"start": 2168.93, "end": 2169.47, "word": " تمام", "probability": 0.852294921875}, {"start": 2169.47, "end": 2170.83, "word": " نرجع", "probability": 0.8595377604166666}, {"start": 2170.83, "end": 2171.17, "word": " نوصل", "probability": 0.8899739583333334}, {"start": 2171.17, "end": 2171.73, "word": " للمدام", "probability": 0.4316864013671875}, {"start": 2171.73, "end": 2171.97, "word": " اه", "probability": 0.68212890625}, {"start": 2171.97, "end": 2172.13, "word": " لان", "probability": 0.3443603515625}, {"start": 2172.13, "end": 2172.51, "word": " بسوي", "probability": 0.6302083333333334}, {"start": 2172.51, "end": 2172.87, "word": " واحد", "probability": 0.840087890625}, {"start": 2172.87, "end": 2173.07, "word": " اللي", "probability": 0.97314453125}, {"start": 2173.07, "end": 2173.25, "word": " هي", "probability": 0.93017578125}, {"start": 2173.25, "end": 2173.67, "word": " اخد", "probability": 0.7415364583333334}, {"start": 2173.67, "end": 2174.19, "word": " instruction", "probability": 0.73095703125}, {"start": 2174.19, "end": 2176.27, "word": " بنرحل", "probability": 0.9296875}, {"start": 2176.27, "end": 2177.05, "word": " ال", "probability": 0.4697265625}, {"start": 2177.05, "end": 2177.57, "word": " information", "probability": 0.92431640625}, {"start": 2177.57, "end": 2178.09, "word": " هذه", "probability": 0.76171875}, {"start": 2178.09, "end": 2178.77, "word": " و", "probability": 0.362548828125}, {"start": 2178.77, "end": 2179.27, "word": " خاصة", "probability": 0.87744140625}, {"start": 2179.27, "end": 2179.51, "word": " بي", "probability": 0.865966796875}, {"start": 2179.51, "end": 2180.13, "word": " ال", "probability": 0.85400390625}, {"start": 2180.13, "end": 2180.45, "word": " T", "probability": 0.501953125}, {"start": 2180.45, "end": 2181.21, "word": " و", "probability": 0.69287109375}, {"start": 2181.21, "end": 2181.33, "word": " ال", "probability": 0.78515625}, {"start": 2181.33, "end": 2181.67, "word": " A", "probability": 0.88330078125}, {"start": 2181.67, "end": 2182.49, "word": " و", "probability": 0.990234375}, {"start": 2182.49, "end": 2182.59, "word": " ال", "probability": 0.88818359375}, {"start": 2182.59, "end": 2182.81, "word": " B", "probability": 0.927734375}], "temperature": 1.0}, {"id": 78, "seek": 221146, "start": 2184.6, "end": 2211.46, "text": "الـ T ليش مضحكة Live لعند تلاتة والـ A Live لعند اتنين والـ B Live لعند ال block القادم الأن نغيّر هذا الكلام الـ T بتصبح Not Live الـ A و الـ B", "tokens": [6027, 39184, 314, 32239, 8592, 3714, 11242, 5016, 4117, 3660, 10385, 5296, 3615, 41260, 6055, 1211, 9307, 3660, 16070, 39184, 316, 10385, 5296, 3615, 41260, 1975, 2655, 1863, 9957, 16070, 39184, 363, 10385, 5296, 3615, 41260, 2423, 3461, 25062, 18513, 2304, 16247, 1863, 8717, 17082, 1829, 11703, 2288, 23758, 2423, 28820, 10943, 2423, 39184, 314, 39894, 9381, 49628, 1726, 10385, 2423, 39184, 316, 4032, 2423, 39184, 363], "avg_logprob": -0.36994484154617086, "compression_ratio": 1.527027027027027, "no_speech_prob": 1.1920928955078125e-07, "words": [{"start": 2184.6, "end": 2185.6, "word": "الـ", "probability": 0.7822265625}, {"start": 2185.6, "end": 2185.7, "word": " T", "probability": 0.6728515625}, {"start": 2185.7, "end": 2185.92, "word": " ليش", "probability": 0.3482666015625}, {"start": 2185.92, "end": 2186.52, "word": " مضحكة", "probability": 0.81396484375}, {"start": 2186.52, "end": 2187.1, "word": " Live", "probability": 0.2027587890625}, {"start": 2187.1, "end": 2187.34, "word": " لعند", "probability": 0.77734375}, {"start": 2187.34, "end": 2187.92, "word": " تلاتة", "probability": 0.8489990234375}, {"start": 2187.92, "end": 2189.12, "word": " والـ", "probability": 0.3817138671875}, {"start": 2189.12, "end": 2189.4, "word": " A", "probability": 0.927734375}, {"start": 2189.4, "end": 2190.5, "word": " Live", "probability": 0.7529296875}, {"start": 2190.5, "end": 2190.78, "word": " لعند", "probability": 0.89501953125}, {"start": 2190.78, "end": 2191.3, "word": " اتنين", "probability": 0.888916015625}, {"start": 2191.3, "end": 2193.38, "word": " والـ", "probability": 0.79296875}, {"start": 2193.38, "end": 2193.66, "word": " B", "probability": 0.8994140625}, {"start": 2193.66, "end": 2195.66, "word": " Live", "probability": 0.875}, {"start": 2195.66, "end": 2196.24, "word": " لعند", "probability": 0.9510091145833334}, {"start": 2196.24, "end": 2196.7, "word": " ال", "probability": 0.56689453125}, {"start": 2196.7, "end": 2197.08, "word": " block", "probability": 0.43896484375}, {"start": 2197.08, "end": 2198.02, "word": " القادم", "probability": 0.939453125}, {"start": 2198.02, "end": 2199.76, "word": " الأن", "probability": 0.4644775390625}, {"start": 2199.76, "end": 2200.32, "word": " نغيّر", "probability": 0.724072265625}, {"start": 2200.32, "end": 2200.56, "word": " هذا", "probability": 0.68505859375}, {"start": 2200.56, "end": 2201.08, "word": " الكلام", "probability": 0.83837890625}, {"start": 2201.08, "end": 2204.74, "word": " الـ", "probability": 0.697265625}, {"start": 2204.74, "end": 2205.6, "word": " T", "probability": 0.87548828125}, {"start": 2205.6, "end": 2206.64, "word": " بتصبح", "probability": 0.6990559895833334}, {"start": 2206.64, "end": 2206.84, "word": " Not", "probability": 0.20654296875}, {"start": 2206.84, "end": 2207.34, "word": " Live", "probability": 0.81103515625}, {"start": 2207.34, "end": 2210.9, "word": " الـ", "probability": 0.904541015625}, {"start": 2210.9, "end": 2211.0, "word": " A", "probability": 0.90625}, {"start": 2211.0, "end": 2211.14, "word": " و", "probability": 0.55322265625}, {"start": 2211.14, "end": 2211.26, "word": " الـ", "probability": 0.838623046875}, {"start": 2211.26, "end": 2211.46, "word": " B", "probability": 0.84521484375}], "temperature": 1.0}, {"id": 79, "seek": 224054, "start": 2212.56, "end": 2240.54, "text": "بصبح live لعند واحد بيبقى من ال instruction ال B هي الاستخدام الوحيد لها فهي live محتاجين قيمتها هنا و هذا اخر استخدام لها لكن و مع ذلك", "tokens": [3555, 9381, 49628, 1621, 5296, 3615, 41260, 36764, 24401, 4724, 1829, 3555, 4587, 7578, 9154, 2423, 10951, 2423, 363, 39896, 42963, 14851, 9778, 3215, 10943, 2423, 2407, 5016, 25708, 5296, 11296, 6156, 3224, 1829, 1621, 3714, 33753, 26108, 9957, 12174, 32640, 2655, 11296, 34105, 4032, 23758, 1975, 34740, 44713, 9778, 3215, 10943, 5296, 11296, 44381, 4032, 20449, 29910, 23275], "avg_logprob": -0.44036457588275274, "compression_ratio": 1.457516339869281, "no_speech_prob": 5.960464477539063e-08, "words": [{"start": 2212.56, "end": 2213.1, "word": "بصبح", "probability": 0.5680338541666666}, {"start": 2213.1, "end": 2213.58, "word": " live", "probability": 0.366943359375}, {"start": 2213.58, "end": 2214.02, "word": " لعند", "probability": 0.7122395833333334}, {"start": 2214.02, "end": 2214.56, "word": " واحد", "probability": 0.964599609375}, {"start": 2214.56, "end": 2215.66, "word": " بيبقى", "probability": 0.523095703125}, {"start": 2215.66, "end": 2215.88, "word": " من", "probability": 0.11920166015625}, {"start": 2215.88, "end": 2216.0, "word": " ال", "probability": 0.6474609375}, {"start": 2216.0, "end": 2216.34, "word": " instruction", "probability": 0.25048828125}, {"start": 2216.34, "end": 2217.68, "word": " ال", "probability": 0.4716796875}, {"start": 2217.68, "end": 2223.1, "word": " B", "probability": 0.453125}, {"start": 2223.1, "end": 2223.58, "word": " هي", "probability": 0.29736328125}, {"start": 2223.58, "end": 2226.84, "word": " الاستخدام", "probability": 0.88173828125}, {"start": 2226.84, "end": 2227.2, "word": " الوحيد", "probability": 0.826416015625}, {"start": 2227.2, "end": 2227.58, "word": " لها", "probability": 0.6666259765625}, {"start": 2227.58, "end": 2228.6, "word": " فهي", "probability": 0.8312174479166666}, {"start": 2228.6, "end": 2229.06, "word": " live", "probability": 0.59130859375}, {"start": 2229.06, "end": 2231.84, "word": " محتاجين", "probability": 0.931884765625}, {"start": 2231.84, "end": 2232.28, "word": " قيمتها", "probability": 0.7801513671875}, {"start": 2232.28, "end": 2232.86, "word": " هنا", "probability": 0.55517578125}, {"start": 2232.86, "end": 2234.26, "word": " و", "probability": 0.281982421875}, {"start": 2234.26, "end": 2238.08, "word": " هذا", "probability": 0.62548828125}, {"start": 2238.08, "end": 2238.5, "word": " اخر", "probability": 0.7568359375}, {"start": 2238.5, "end": 2239.0, "word": " استخدام", "probability": 0.9774169921875}, {"start": 2239.0, "end": 2239.3, "word": " لها", "probability": 0.920166015625}, {"start": 2239.3, "end": 2239.78, "word": " لكن", "probability": 0.642578125}, {"start": 2239.78, "end": 2239.96, "word": " و", "probability": 0.900390625}, {"start": 2239.96, "end": 2240.08, "word": " مع", "probability": 0.515625}, {"start": 2240.08, "end": 2240.54, "word": " ذلك", "probability": 0.99267578125}], "temperature": 1.0}, {"id": 80, "seek": 227104, "start": 2241.56, "end": 2271.04, "text": "لا أريد أن أحضرها أريد أن أجعلها live لماذا؟ لأنها ليست موقعية احتمال أن تستخدمها لاحقا هذا الان ال information اللي هنا و اللي هنا تلزمني هذا بتلزمني في ايه؟ هذا بتلزمني أثناء الشغل أثناء ال code generation algorithm التي تعمل وتتطلع عليك ال variables هذولة تعرف أن ال T", "tokens": [15040, 5551, 16572, 3215, 14739, 5551, 5016, 11242, 2288, 11296, 5551, 16572, 3215, 14739, 5551, 7435, 30241, 11296, 1621, 32767, 45636, 995, 22807, 5296, 33456, 11296, 32239, 14851, 3714, 30543, 3615, 10632, 1975, 33753, 2304, 6027, 14739, 6055, 14851, 9778, 40448, 11296, 20193, 5016, 4587, 995, 23758, 2423, 7649, 2423, 1589, 13672, 1829, 34105, 4032, 13672, 1829, 34105, 6055, 1211, 11622, 2304, 22653, 23758, 39894, 1211, 11622, 2304, 22653, 8978, 1975, 1829, 3224, 22807, 23758, 39894, 1211, 11622, 2304, 22653, 5551, 12984, 1863, 16606, 25124, 17082, 1211, 5551, 12984, 1863, 16606, 2423, 3089, 5125, 9284, 38392, 6055, 25957, 1211, 34683, 2655, 9566, 1211, 3615, 25894, 4117, 2423, 9102, 8032, 8848, 12610, 3660, 6055, 3615, 28480, 14739, 2423, 314], "avg_logprob": -0.3521533553339854, "compression_ratio": 1.8237704918032787, "no_speech_prob": 0.0, "words": [{"start": 2241.56, "end": 2241.76, "word": "لا", "probability": 0.22265625}, {"start": 2241.76, "end": 2242.08, "word": " أريد", "probability": 0.7456868489583334}, {"start": 2242.08, "end": 2242.08, "word": " أن", "probability": 0.5078125}, {"start": 2242.08, "end": 2243.16, "word": " أحضرها", "probability": 0.768994140625}, {"start": 2243.16, "end": 2243.86, "word": " أريد", "probability": 0.6615804036458334}, {"start": 2243.86, "end": 2243.88, "word": " أن", "probability": 0.77099609375}, {"start": 2243.88, "end": 2244.2, "word": " أجعلها", "probability": 0.79150390625}, {"start": 2244.2, "end": 2244.56, "word": " live", "probability": 0.2420654296875}, {"start": 2244.56, "end": 2246.38, "word": " لماذا؟", "probability": 0.81829833984375}, {"start": 2246.38, "end": 2246.58, "word": " لأنها", "probability": 0.9098307291666666}, {"start": 2246.58, "end": 2246.68, "word": " ليست", "probability": 0.9091796875}, {"start": 2246.68, "end": 2247.22, "word": " موقعية", "probability": 0.6004180908203125}, {"start": 2247.22, "end": 2248.02, "word": " احتمال", "probability": 0.773345947265625}, {"start": 2248.02, "end": 2248.16, "word": " أن", "probability": 0.33056640625}, {"start": 2248.16, "end": 2250.22, "word": " تستخدمها", "probability": 0.90517578125}, {"start": 2250.22, "end": 2251.16, "word": " لاحقا", "probability": 0.9105224609375}, {"start": 2251.16, "end": 2252.98, "word": " هذا", "probability": 0.1202392578125}, {"start": 2252.98, "end": 2253.28, "word": " الان", "probability": 0.535400390625}, {"start": 2253.28, "end": 2253.44, "word": " ال", "probability": 0.68994140625}, {"start": 2253.44, "end": 2253.9, "word": " information", "probability": 0.75390625}, {"start": 2253.9, "end": 2254.38, "word": " اللي", "probability": 0.83642578125}, {"start": 2254.38, "end": 2254.68, "word": " هنا", "probability": 0.982421875}, {"start": 2254.68, "end": 2256.08, "word": " و", "probability": 0.662109375}, {"start": 2256.08, "end": 2256.34, "word": " اللي", "probability": 0.89404296875}, {"start": 2256.34, "end": 2256.68, "word": " هنا", "probability": 0.990234375}, {"start": 2256.68, "end": 2258.38, "word": " تلزمني", "probability": 0.75322265625}, {"start": 2258.38, "end": 2258.9, "word": " هذا", "probability": 0.765625}, {"start": 2258.9, "end": 2259.32, "word": " بتلزمني", "probability": 0.80263671875}, {"start": 2259.32, "end": 2259.48, "word": " في", "probability": 0.77734375}, {"start": 2259.48, "end": 2259.8, "word": " ايه؟", "probability": 0.623443603515625}, {"start": 2259.8, "end": 2259.94, "word": " هذا", "probability": 0.86181640625}, {"start": 2259.94, "end": 2260.34, "word": " بتلزمني", "probability": 0.98212890625}, {"start": 2260.34, "end": 2260.84, "word": " أثناء", "probability": 0.95361328125}, {"start": 2260.84, "end": 2261.42, "word": " الشغل", "probability": 0.9607747395833334}, {"start": 2261.42, "end": 2262.42, "word": " أثناء", "probability": 0.9742431640625}, {"start": 2262.42, "end": 2263.44, "word": " ال", "probability": 0.7646484375}, {"start": 2263.44, "end": 2263.66, "word": " code", "probability": 0.274658203125}, {"start": 2263.66, "end": 2264.14, "word": " generation", "probability": 0.9423828125}, {"start": 2264.14, "end": 2264.54, "word": " algorithm", "probability": 0.85009765625}, {"start": 2264.54, "end": 2264.76, "word": " التي", "probability": 0.300537109375}, {"start": 2264.76, "end": 2265.28, "word": " تعمل", "probability": 0.8255208333333334}, {"start": 2265.28, "end": 2266.12, "word": " وتتطلع", "probability": 0.619970703125}, {"start": 2266.12, "end": 2267.12, "word": " عليك", "probability": 0.743408203125}, {"start": 2267.12, "end": 2267.6, "word": " ال", "probability": 0.673828125}, {"start": 2267.6, "end": 2267.9, "word": " variables", "probability": 0.74951171875}, {"start": 2267.9, "end": 2269.14, "word": " هذولة", "probability": 0.7745361328125}, {"start": 2269.14, "end": 2270.4, "word": " تعرف", "probability": 0.810546875}, {"start": 2270.4, "end": 2270.58, "word": " أن", "probability": 0.54541015625}, {"start": 2270.58, "end": 2270.8, "word": " ال", "probability": 0.6865234375}, {"start": 2270.8, "end": 2271.04, "word": " T", "probability": 0.5361328125}], "temperature": 1.0}, {"id": 81, "seek": 230176, "start": 2271.9, "end": 2301.76, "text": "هل بعد هذه ال instruction راح يستخدم و لا لأ؟ أه راح يستخدم وين؟ في instruction رقم تلاتة ال A أه وين؟ في instruction رقم اتنين مظبوط؟ على طول هي تجاه البعد ال B أه وين؟ لربما في ال block القادم صح ولا لأ؟ هذا الكلام في إيش بفيدني؟ بفيدني في ال register allocation صح؟", "tokens": [3224, 1211, 39182, 29538, 2423, 10951, 12602, 39319, 7251, 14851, 9778, 40448, 4032, 20193, 5296, 10721, 22807, 5551, 3224, 12602, 39319, 7251, 14851, 9778, 40448, 4032, 9957, 22807, 8978, 10951, 12602, 4587, 2304, 6055, 1211, 9307, 3660, 2423, 316, 5551, 3224, 4032, 9957, 22807, 8978, 10951, 12602, 4587, 2304, 1975, 2655, 1863, 9957, 3714, 19913, 3555, 2407, 9566, 22807, 15844, 23032, 12610, 39896, 6055, 7435, 40294, 29739, 22488, 2423, 363, 5551, 3224, 4032, 9957, 22807, 5296, 25513, 15042, 8978, 2423, 3461, 25062, 18513, 2304, 20328, 5016, 49429, 5296, 10721, 22807, 23758, 2423, 28820, 10943, 8978, 11933, 1829, 8592, 4724, 5172, 25708, 22653, 22807, 4724, 5172, 25708, 22653, 8978, 2423, 7280, 27599, 20328, 5016, 22807], "avg_logprob": -0.22527173653892849, "compression_ratio": 1.8844444444444444, "no_speech_prob": 5.960464477539063e-08, "words": [{"start": 2271.9, "end": 2272.36, "word": "هل", "probability": 0.973876953125}, {"start": 2272.36, "end": 2272.74, "word": " بعد", "probability": 0.908203125}, {"start": 2272.74, "end": 2273.04, "word": " هذه", "probability": 0.45068359375}, {"start": 2273.04, "end": 2273.1, "word": " ال", "probability": 0.77783203125}, {"start": 2273.1, "end": 2273.5, "word": " instruction", "probability": 0.0684814453125}, {"start": 2273.5, "end": 2273.86, "word": " راح", "probability": 0.7373046875}, {"start": 2273.86, "end": 2274.28, "word": " يستخدم", "probability": 0.991455078125}, {"start": 2274.28, "end": 2274.42, "word": " و", "probability": 0.2049560546875}, {"start": 2274.42, "end": 2274.42, "word": " لا", "probability": 0.9130859375}, {"start": 2274.42, "end": 2274.88, "word": " لأ؟", "probability": 0.677734375}, {"start": 2274.88, "end": 2275.22, "word": " أه", "probability": 0.6224365234375}, {"start": 2275.22, "end": 2275.94, "word": " راح", "probability": 0.780029296875}, {"start": 2275.94, "end": 2276.46, "word": " يستخدم", "probability": 0.9935302734375}, {"start": 2276.46, "end": 2277.4, "word": " وين؟", "probability": 0.6793619791666666}, {"start": 2277.4, "end": 2277.64, "word": " في", "probability": 0.85400390625}, {"start": 2277.64, "end": 2277.94, "word": " instruction", "probability": 0.50341796875}, {"start": 2277.94, "end": 2278.2, "word": " رقم", "probability": 0.962890625}, {"start": 2278.2, "end": 2278.72, "word": " تلاتة", "probability": 0.7996826171875}, {"start": 2278.72, "end": 2279.6, "word": " ال", "probability": 0.88818359375}, {"start": 2279.6, "end": 2279.86, "word": " A", "probability": 0.496826171875}, {"start": 2279.86, "end": 2280.62, "word": " أه", "probability": 0.80224609375}, {"start": 2280.62, "end": 2281.94, "word": " وين؟", "probability": 0.9016927083333334}, {"start": 2281.94, "end": 2282.16, "word": " في", "probability": 0.94287109375}, {"start": 2282.16, "end": 2282.56, "word": " instruction", "probability": 0.92919921875}, {"start": 2282.56, "end": 2283.06, "word": " رقم", "probability": 0.9798177083333334}, {"start": 2283.06, "end": 2283.76, "word": " اتنين", "probability": 0.9224853515625}, {"start": 2283.76, "end": 2284.98, "word": " مظبوط؟", "probability": 0.8396809895833334}, {"start": 2284.98, "end": 2285.1, "word": " على", "probability": 0.79345703125}, {"start": 2285.1, "end": 2285.28, "word": " طول", "probability": 0.98779296875}, {"start": 2285.28, "end": 2285.4, "word": " هي", "probability": 0.82763671875}, {"start": 2285.4, "end": 2285.7, "word": " تجاه", "probability": 0.6741129557291666}, {"start": 2285.7, "end": 2286.0, "word": " البعد", "probability": 0.67919921875}, {"start": 2286.0, "end": 2286.56, "word": " ال", "probability": 0.939453125}, {"start": 2286.56, "end": 2286.9, "word": " B", "probability": 0.96923828125}, {"start": 2286.9, "end": 2288.28, "word": " أه", "probability": 0.909912109375}, {"start": 2288.28, "end": 2289.46, "word": " وين؟", "probability": 0.9021809895833334}, {"start": 2289.46, "end": 2290.18, "word": " لربما", "probability": 0.9694010416666666}, {"start": 2290.18, "end": 2290.92, "word": " في", "probability": 0.94970703125}, {"start": 2290.92, "end": 2291.02, "word": " ال", "probability": 0.9482421875}, {"start": 2291.02, "end": 2291.24, "word": " block", "probability": 0.487060546875}, {"start": 2291.24, "end": 2291.86, "word": " القادم", "probability": 0.9847005208333334}, {"start": 2291.86, "end": 2292.32, "word": " صح", "probability": 0.966064453125}, {"start": 2292.32, "end": 2292.46, "word": " ولا", "probability": 0.5107421875}, {"start": 2292.46, "end": 2293.64, "word": " لأ؟", "probability": 0.7574869791666666}, {"start": 2293.64, "end": 2293.92, "word": " هذا", "probability": 0.7236328125}, {"start": 2293.92, "end": 2294.34, "word": " الكلام", "probability": 0.9083658854166666}, {"start": 2294.34, "end": 2294.86, "word": " في", "probability": 0.853515625}, {"start": 2294.86, "end": 2294.98, "word": " إيش", "probability": 0.7867838541666666}, {"start": 2294.98, "end": 2296.24, "word": " بفيدني؟", "probability": 0.83984375}, {"start": 2296.24, "end": 2296.98, "word": " بفيدني", "probability": 0.91845703125}, {"start": 2296.98, "end": 2297.56, "word": " في", "probability": 0.984375}, {"start": 2297.56, "end": 2298.18, "word": " ال", "probability": 0.9697265625}, {"start": 2298.18, "end": 2299.56, "word": " register", "probability": 0.70751953125}, {"start": 2299.56, "end": 2300.3, "word": " allocation", "probability": 0.9521484375}, {"start": 2300.3, "end": 2301.76, "word": " صح؟", "probability": 0.9708658854166666}], "temperature": 1.0}, {"id": 82, "seek": 232919, "start": 2301.98, "end": 2329.2, "text": "يوم انا بدي استخدم registers لهذه ال variables بحرص انه ال registers هذه ماخدش register تبع متغير متغير هي ده موجود في ال register و مالوش مكان اخر تاني همروحش اخده همروحش اخده و اكتب فوقه فالان هذه ال information بناء عليها", "tokens": [1829, 20498, 1975, 8315, 4724, 16254, 44713, 9778, 40448, 38351, 46740, 24192, 2423, 9102, 4724, 5016, 2288, 9381, 16472, 3224, 2423, 38351, 29538, 3714, 47283, 3215, 8592, 7280, 6055, 3555, 3615, 44650, 17082, 13546, 44650, 17082, 13546, 39896, 11778, 3224, 3714, 29245, 23328, 8978, 2423, 7280, 4032, 3714, 6027, 2407, 8592, 3714, 41361, 1975, 34740, 6055, 7649, 1829, 8032, 2304, 32887, 5016, 8592, 1975, 9778, 3215, 3224, 8032, 2304, 32887, 5016, 8592, 1975, 9778, 3215, 3224, 4032, 1975, 4117, 2655, 3555, 6156, 30543, 3224, 6156, 6027, 7649, 29538, 2423, 1589, 44945, 16606, 25894, 11296], "avg_logprob": -0.27006577755275524, "compression_ratio": 1.7475247524752475, "no_speech_prob": 0.0, "words": [{"start": 2301.98, "end": 2302.42, "word": "يوم", "probability": 0.6939697265625}, {"start": 2302.42, "end": 2302.94, "word": " انا", "probability": 0.6563720703125}, {"start": 2302.94, "end": 2303.38, "word": " بدي", "probability": 0.5753173828125}, {"start": 2303.38, "end": 2304.12, "word": " استخدم", "probability": 0.8219401041666666}, {"start": 2304.12, "end": 2305.16, "word": " registers", "probability": 0.155517578125}, {"start": 2305.16, "end": 2306.7, "word": " لهذه", "probability": 0.76806640625}, {"start": 2306.7, "end": 2306.76, "word": " ال", "probability": 0.3955078125}, {"start": 2306.76, "end": 2307.24, "word": " variables", "probability": 0.250244140625}, {"start": 2307.24, "end": 2308.76, "word": " بحرص", "probability": 0.75927734375}, {"start": 2308.76, "end": 2310.1, "word": " انه", "probability": 0.66650390625}, {"start": 2310.1, "end": 2310.42, "word": " ال", "probability": 0.69384765625}, {"start": 2310.42, "end": 2310.8, "word": " registers", "probability": 0.7138671875}, {"start": 2310.8, "end": 2311.32, "word": " هذه", "probability": 0.6962890625}, {"start": 2311.32, "end": 2313.74, "word": " ماخدش", "probability": 0.8294677734375}, {"start": 2313.74, "end": 2314.22, "word": " register", "probability": 0.481689453125}, {"start": 2314.22, "end": 2314.66, "word": " تبع", "probability": 0.8824869791666666}, {"start": 2314.66, "end": 2315.64, "word": " متغير", "probability": 0.8670247395833334}, {"start": 2315.64, "end": 2316.72, "word": " متغير", "probability": 0.9000651041666666}, {"start": 2316.72, "end": 2316.9, "word": " هي", "probability": 0.32861328125}, {"start": 2316.9, "end": 2317.7, "word": " ده", "probability": 0.727783203125}, {"start": 2317.7, "end": 2318.6, "word": " موجود", "probability": 0.9793294270833334}, {"start": 2318.6, "end": 2318.76, "word": " في", "probability": 0.828125}, {"start": 2318.76, "end": 2318.8, "word": " ال", "probability": 0.958984375}, {"start": 2318.8, "end": 2319.14, "word": " register", "probability": 0.943359375}, {"start": 2319.14, "end": 2319.3, "word": " و", "probability": 0.94091796875}, {"start": 2319.3, "end": 2319.54, "word": " مالوش", "probability": 0.64849853515625}, {"start": 2319.54, "end": 2319.8, "word": " مكان", "probability": 0.9755859375}, {"start": 2319.8, "end": 2320.28, "word": " اخر", "probability": 0.7130126953125}, {"start": 2320.28, "end": 2320.86, "word": " تاني", "probability": 0.9239908854166666}, {"start": 2320.86, "end": 2321.74, "word": " همروحش", "probability": 0.6921875}, {"start": 2321.74, "end": 2322.3, "word": " اخده", "probability": 0.866943359375}, {"start": 2322.3, "end": 2324.96, "word": " همروحش", "probability": 0.88583984375}, {"start": 2324.96, "end": 2325.4, "word": " اخده", "probability": 0.943115234375}, {"start": 2325.4, "end": 2325.58, "word": " و", "probability": 0.74951171875}, {"start": 2325.58, "end": 2325.82, "word": " اكتب", "probability": 0.9635009765625}, {"start": 2325.82, "end": 2326.48, "word": " فوقه", "probability": 0.9305013020833334}, {"start": 2326.48, "end": 2327.34, "word": " فالان", "probability": 0.9479166666666666}, {"start": 2327.34, "end": 2327.64, "word": " هذه", "probability": 0.92041015625}, {"start": 2327.64, "end": 2327.74, "word": " ال", "probability": 0.96044921875}, {"start": 2327.74, "end": 2328.2, "word": " information", "probability": 0.9599609375}, {"start": 2328.2, "end": 2328.66, "word": " بناء", "probability": 0.7939453125}, {"start": 2328.66, "end": 2329.2, "word": " عليها", "probability": 0.9638671875}], "temperature": 1.0}, {"id": 83, "seek": 235531, "start": 2329.61, "end": 2355.31, "text": "الألغوريثم ال code generation algorithm يعني هذه الآن عبارة عن algorithm algorithm بس لإيش لتسجيل بيانات next use information اسمها next use information البيانات هذه next use information بتستند إليها مين بتستند إليها مين اللي هو ال code generation algorithm", "tokens": [6027, 10721, 1211, 17082, 13063, 1829, 12984, 2304, 2423, 3089, 5125, 9284, 37495, 22653, 29538, 6024, 48506, 6225, 3555, 9640, 3660, 18871, 9284, 9284, 4724, 3794, 5296, 28814, 1829, 8592, 5296, 2655, 3794, 7435, 26895, 4724, 1829, 7649, 9307, 958, 764, 1589, 24525, 2304, 11296, 958, 764, 1589, 2423, 21292, 7649, 9307, 29538, 958, 764, 1589, 39894, 14851, 41260, 11933, 20292, 11296, 3714, 9957, 39894, 14851, 41260, 11933, 20292, 11296, 3714, 9957, 13672, 1829, 31439, 2423, 3089, 5125, 9284], "avg_logprob": -0.2138671912252903, "compression_ratio": 1.940217391304348, "no_speech_prob": 0.0, "words": [{"start": 2329.61, "end": 2330.67, "word": "الألغوريثم", "probability": 0.760986328125}, {"start": 2330.67, "end": 2331.03, "word": " ال", "probability": 0.51904296875}, {"start": 2331.03, "end": 2331.29, "word": " code", "probability": 0.80615234375}, {"start": 2331.29, "end": 2331.75, "word": " generation", "probability": 0.92919921875}, {"start": 2331.75, "end": 2332.21, "word": " algorithm", "probability": 0.9111328125}, {"start": 2332.21, "end": 2332.45, "word": " يعني", "probability": 0.75927734375}, {"start": 2332.45, "end": 2332.77, "word": " هذه", "probability": 0.46435546875}, {"start": 2332.77, "end": 2333.21, "word": " الآن", "probability": 0.731201171875}, {"start": 2333.21, "end": 2333.59, "word": " عبارة", "probability": 0.990966796875}, {"start": 2333.59, "end": 2333.79, "word": " عن", "probability": 0.998046875}, {"start": 2333.79, "end": 2334.37, "word": " algorithm", "probability": 0.424560546875}, {"start": 2334.37, "end": 2335.23, "word": " algorithm", "probability": 0.2274169921875}, {"start": 2335.23, "end": 2335.57, "word": " بس", "probability": 0.899658203125}, {"start": 2335.57, "end": 2336.07, "word": " لإيش", "probability": 0.8826904296875}, {"start": 2336.07, "end": 2337.51, "word": " لتسجيل", "probability": 0.9552734375}, {"start": 2337.51, "end": 2338.13, "word": " بيانات", "probability": 0.9873046875}, {"start": 2338.13, "end": 2338.55, "word": " next", "probability": 0.489013671875}, {"start": 2338.55, "end": 2339.17, "word": " use", "probability": 0.794921875}, {"start": 2339.17, "end": 2339.89, "word": " information", "probability": 0.9267578125}, {"start": 2339.89, "end": 2340.35, "word": " اسمها", "probability": 0.763916015625}, {"start": 2340.35, "end": 2341.13, "word": " next", "probability": 0.88037109375}, {"start": 2341.13, "end": 2341.65, "word": " use", "probability": 0.90625}, {"start": 2341.65, "end": 2342.97, "word": " information", "probability": 0.9521484375}, {"start": 2342.97, "end": 2344.49, "word": " البيانات", "probability": 0.85504150390625}, {"start": 2344.49, "end": 2345.01, "word": " هذه", "probability": 0.9228515625}, {"start": 2345.01, "end": 2345.85, "word": " next", "probability": 0.822265625}, {"start": 2345.85, "end": 2346.15, "word": " use", "probability": 0.888671875}, {"start": 2346.15, "end": 2346.73, "word": " information", "probability": 0.94189453125}, {"start": 2346.73, "end": 2348.11, "word": " بتستند", "probability": 0.8896484375}, {"start": 2348.11, "end": 2348.63, "word": " إليها", "probability": 0.7764485677083334}, {"start": 2348.63, "end": 2348.95, "word": " مين", "probability": 0.6158447265625}, {"start": 2348.95, "end": 2351.21, "word": " بتستند", "probability": 0.7938639322916666}, {"start": 2351.21, "end": 2351.67, "word": " إليها", "probability": 0.96826171875}, {"start": 2351.67, "end": 2352.01, "word": " مين", "probability": 0.984375}, {"start": 2352.01, "end": 2352.95, "word": " اللي", "probability": 0.926025390625}, {"start": 2352.95, "end": 2353.21, "word": " هو", "probability": 0.99462890625}, {"start": 2353.21, "end": 2353.49, "word": " ال", "probability": 0.8974609375}, {"start": 2353.49, "end": 2353.81, "word": " code", "probability": 0.98291015625}, {"start": 2353.81, "end": 2354.71, "word": " generation", "probability": 0.95556640625}, {"start": 2354.71, "end": 2355.31, "word": " algorithm", "probability": 0.92578125}], "temperature": 1.0}, {"id": 84, "seek": 238925, "start": 2359.63, "end": 2389.25, "text": "code generation algorithm في القرارات الخاصة بها طيب وبالتحديد في ال end of block end ده basic block عشان نشوف هل ال مثلا خلصنا ال block هذا الآن أنا خلصت تعالي على تعالي على هذا هى خلصنا ال block هى نايت ال block الآن نعمل", "tokens": [22332, 5125, 9284, 8978, 25062, 2288, 9640, 9307, 33962, 33546, 3660, 4724, 11296, 23032, 1829, 3555, 46599, 6027, 2655, 5016, 16254, 3215, 8978, 2423, 917, 295, 3461, 917, 11778, 3224, 3875, 3461, 6225, 8592, 7649, 8717, 8592, 38688, 8032, 1211, 2423, 50113, 15040, 16490, 1211, 9381, 8315, 2423, 3461, 23758, 6024, 48506, 41850, 16490, 1211, 9381, 2655, 37279, 6027, 1829, 15844, 37279, 6027, 1829, 15844, 23758, 8032, 7578, 16490, 1211, 9381, 8315, 2423, 3461, 8032, 7578, 8717, 995, 36081, 2423, 3461, 6024, 48506, 8717, 25957, 1211], "avg_logprob": -0.34626435616920737, "compression_ratio": 1.7487179487179487, "no_speech_prob": 1.1920928955078125e-07, "words": [{"start": 2359.63, "end": 2359.89, "word": "code", "probability": 0.12841796875}, {"start": 2359.89, "end": 2360.33, "word": " generation", "probability": 0.9326171875}, {"start": 2360.33, "end": 2361.01, "word": " algorithm", "probability": 0.9013671875}, {"start": 2361.01, "end": 2362.17, "word": " في", "probability": 0.6298828125}, {"start": 2362.17, "end": 2363.45, "word": " القرارات", "probability": 0.959716796875}, {"start": 2363.45, "end": 2363.85, "word": " الخاصة", "probability": 0.7713216145833334}, {"start": 2363.85, "end": 2364.99, "word": " بها", "probability": 0.4404296875}, {"start": 2364.99, "end": 2368.29, "word": " طيب", "probability": 0.69140625}, {"start": 2368.29, "end": 2370.31, "word": " وبالتحديد", "probability": 0.9060872395833334}, {"start": 2370.31, "end": 2370.43, "word": " في", "probability": 0.9013671875}, {"start": 2370.43, "end": 2370.57, "word": " ال", "probability": 0.2998046875}, {"start": 2370.57, "end": 2370.75, "word": " end", "probability": 0.6748046875}, {"start": 2370.75, "end": 2370.95, "word": " of", "probability": 0.9189453125}, {"start": 2370.95, "end": 2371.27, "word": " block", "probability": 0.89990234375}, {"start": 2371.27, "end": 2371.95, "word": " end", "probability": 0.30419921875}, {"start": 2371.95, "end": 2373.03, "word": " ده", "probability": 0.5579833984375}, {"start": 2373.03, "end": 2373.75, "word": " basic", "probability": 0.57763671875}, {"start": 2373.75, "end": 2374.25, "word": " block", "probability": 0.97119140625}, {"start": 2374.25, "end": 2375.05, "word": " عشان", "probability": 0.8953450520833334}, {"start": 2375.05, "end": 2375.43, "word": " نشوف", "probability": 0.9475911458333334}, {"start": 2375.43, "end": 2375.79, "word": " هل", "probability": 0.7049560546875}, {"start": 2375.79, "end": 2376.13, "word": " ال", "probability": 0.36279296875}, {"start": 2376.13, "end": 2377.03, "word": " مثلا", "probability": 0.4976806640625}, {"start": 2377.03, "end": 2377.53, "word": " خلصنا", "probability": 0.9700927734375}, {"start": 2377.53, "end": 2377.63, "word": " ال", "probability": 0.5849609375}, {"start": 2377.63, "end": 2377.89, "word": " block", "probability": 0.974609375}, {"start": 2377.89, "end": 2378.15, "word": " هذا", "probability": 0.465087890625}, {"start": 2378.15, "end": 2378.57, "word": " الآن", "probability": 0.55950927734375}, {"start": 2378.57, "end": 2379.13, "word": " أنا", "probability": 0.607421875}, {"start": 2379.13, "end": 2379.63, "word": " خلصت", "probability": 0.991455078125}, {"start": 2379.63, "end": 2380.35, "word": " تعالي", "probability": 0.76318359375}, {"start": 2380.35, "end": 2380.51, "word": " على", "probability": 0.87109375}, {"start": 2380.51, "end": 2383.27, "word": " تعالي", "probability": 0.8352864583333334}, {"start": 2383.27, "end": 2383.37, "word": " على", "probability": 0.93603515625}, {"start": 2383.37, "end": 2383.63, "word": " هذا", "probability": 0.60107421875}, {"start": 2383.63, "end": 2384.11, "word": " هى", "probability": 0.291259765625}, {"start": 2384.11, "end": 2384.57, "word": " خلصنا", "probability": 0.983642578125}, {"start": 2384.57, "end": 2384.67, "word": " ال", "probability": 0.90087890625}, {"start": 2384.67, "end": 2384.97, "word": " block", "probability": 0.98046875}, {"start": 2384.97, "end": 2386.45, "word": " هى", "probability": 0.735107421875}, {"start": 2386.45, "end": 2386.65, "word": " نايت", "probability": 0.430419921875}, {"start": 2386.65, "end": 2386.75, "word": " ال", "probability": 0.94921875}, {"start": 2386.75, "end": 2387.01, "word": " block", "probability": 0.98095703125}, {"start": 2387.01, "end": 2388.39, "word": " الآن", "probability": 0.697021484375}, {"start": 2388.39, "end": 2389.25, "word": " نعمل", "probability": 0.986328125}], "temperature": 1.0}, {"id": 85, "seek": 241894, "start": 2389.58, "end": 2418.94, "text": "عند ال exit نعمل اسطور لمين؟ لمين؟ أولا ال temporary variables كلهم معنى مش معنى إبنهم بتطلع بس على المش temporal مين المش temporal؟ هدولة A و B و C طيب ال A و ال B و C و ال D هدولة مين منهم live on exit عند هذه اللحظة ال D live صح كلهم live", "tokens": [3615, 41260, 2423, 11043, 8717, 25957, 1211, 24525, 9566, 13063, 5296, 2304, 9957, 22807, 5296, 2304, 9957, 22807, 5551, 12610, 995, 2423, 13413, 9102, 28242, 16095, 20449, 1863, 7578, 37893, 20449, 1863, 7578, 11933, 3555, 1863, 16095, 39894, 9566, 1211, 3615, 4724, 3794, 15844, 9673, 8592, 30881, 3714, 9957, 9673, 8592, 30881, 22807, 8032, 3215, 12610, 3660, 316, 4032, 363, 4032, 383, 23032, 1829, 3555, 2423, 316, 4032, 2423, 363, 4032, 383, 4032, 2423, 413, 8032, 3215, 12610, 3660, 3714, 9957, 9154, 16095, 1621, 322, 11043, 43242, 29538, 13672, 5016, 19913, 3660, 2423, 413, 1621, 20328, 5016, 28242, 16095, 1621], "avg_logprob": -0.2744430657660607, "compression_ratio": 1.7621359223300972, "no_speech_prob": 0.0, "words": [{"start": 2389.58, "end": 2389.96, "word": "عند", "probability": 0.833740234375}, {"start": 2389.96, "end": 2390.06, "word": " ال", "probability": 0.8955078125}, {"start": 2390.06, "end": 2390.28, "word": " exit", "probability": 0.58349609375}, {"start": 2390.28, "end": 2390.74, "word": " نعمل", "probability": 0.9119466145833334}, {"start": 2390.74, "end": 2391.14, "word": " اسطور", "probability": 0.5593668619791666}, {"start": 2391.14, "end": 2392.94, "word": " لمين؟", "probability": 0.5516357421875}, {"start": 2392.94, "end": 2394.3, "word": " لمين؟", "probability": 0.79315185546875}, {"start": 2394.3, "end": 2395.04, "word": " أولا", "probability": 0.9152018229166666}, {"start": 2395.04, "end": 2395.34, "word": " ال", "probability": 0.765625}, {"start": 2395.34, "end": 2395.66, "word": " temporary", "probability": 0.60107421875}, {"start": 2395.66, "end": 2396.38, "word": " variables", "probability": 0.89599609375}, {"start": 2396.38, "end": 2396.96, "word": " كلهم", "probability": 0.919921875}, {"start": 2396.96, "end": 2397.34, "word": " معنى", "probability": 0.619384765625}, {"start": 2397.34, "end": 2397.5, "word": " مش", "probability": 0.8759765625}, {"start": 2397.5, "end": 2397.82, "word": " معنى", "probability": 0.7763671875}, {"start": 2397.82, "end": 2398.32, "word": " إبنهم", "probability": 0.573394775390625}, {"start": 2398.32, "end": 2399.24, "word": " بتطلع", "probability": 0.701507568359375}, {"start": 2399.24, "end": 2399.6, "word": " بس", "probability": 0.947021484375}, {"start": 2399.6, "end": 2399.94, "word": " على", "probability": 0.80517578125}, {"start": 2399.94, "end": 2400.42, "word": " المش", "probability": 0.68359375}, {"start": 2400.42, "end": 2400.82, "word": " temporal", "probability": 0.79248046875}, {"start": 2400.82, "end": 2401.1, "word": " مين", "probability": 0.6822509765625}, {"start": 2401.1, "end": 2401.34, "word": " المش", "probability": 0.915771484375}, {"start": 2401.34, "end": 2401.8, "word": " temporal؟", "probability": 0.723388671875}, {"start": 2401.8, "end": 2402.18, "word": " هدولة", "probability": 0.8458251953125}, {"start": 2402.18, "end": 2402.28, "word": " A", "probability": 0.58154296875}, {"start": 2402.28, "end": 2402.38, "word": " و", "probability": 0.95849609375}, {"start": 2402.38, "end": 2402.5, "word": " B", "probability": 0.53466796875}, {"start": 2402.5, "end": 2402.62, "word": " و", "probability": 0.9951171875}, {"start": 2402.62, "end": 2402.82, "word": " C", "probability": 0.85888671875}, {"start": 2402.82, "end": 2403.56, "word": " طيب", "probability": 0.9217122395833334}, {"start": 2403.56, "end": 2403.74, "word": " ال", "probability": 0.90576171875}, {"start": 2403.74, "end": 2403.9, "word": " A", "probability": 0.95556640625}, {"start": 2403.9, "end": 2404.02, "word": " و", "probability": 0.97802734375}, {"start": 2404.02, "end": 2404.06, "word": " ال", "probability": 0.42236328125}, {"start": 2404.06, "end": 2404.18, "word": " B", "probability": 0.9775390625}, {"start": 2404.18, "end": 2404.28, "word": " و", "probability": 0.99609375}, {"start": 2404.28, "end": 2404.4, "word": " C", "probability": 0.56787109375}, {"start": 2404.4, "end": 2404.58, "word": " و", "probability": 0.9853515625}, {"start": 2404.58, "end": 2404.64, "word": " ال", "probability": 0.88671875}, {"start": 2404.64, "end": 2404.74, "word": " D", "probability": 0.98583984375}, {"start": 2404.74, "end": 2405.44, "word": " هدولة", "probability": 0.9779052734375}, {"start": 2405.44, "end": 2406.0, "word": " مين", "probability": 0.95556640625}, {"start": 2406.0, "end": 2406.54, "word": " منهم", "probability": 0.99462890625}, {"start": 2406.54, "end": 2410.0, "word": " live", "probability": 0.289794921875}, {"start": 2410.0, "end": 2410.3, "word": " on", "probability": 0.935546875}, {"start": 2410.3, "end": 2410.82, "word": " exit", "probability": 0.91943359375}, {"start": 2410.82, "end": 2413.84, "word": " عند", "probability": 0.57958984375}, {"start": 2413.84, "end": 2414.12, "word": " هذه", "probability": 0.8583984375}, {"start": 2414.12, "end": 2414.82, "word": " اللحظة", "probability": 0.993896484375}, {"start": 2414.82, "end": 2415.96, "word": " ال", "probability": 0.93408203125}, {"start": 2415.96, "end": 2416.08, "word": " D", "probability": 0.9267578125}, {"start": 2416.08, "end": 2416.54, "word": " live", "probability": 0.70068359375}, {"start": 2416.54, "end": 2417.98, "word": " صح", "probability": 0.9609375}, {"start": 2417.98, "end": 2418.64, "word": " كلهم", "probability": 0.7431640625}, {"start": 2418.64, "end": 2418.94, "word": " live", "probability": 0.93017578125}], "temperature": 1.0}, {"id": 86, "seek": 244729, "start": 2419.79, "end": 2447.29, "text": "كلهم live مظبوط كلهم live هدولة حتى لو مش .. حتى لو live مش محتاجهم لأنه temporary صح هدولة الآن مين منهم هدولة ال .. ال .. ال live live on exit مين منهم اللي live on exit القيمة تبعته موجودة في ال register و في ال register فقط طلع هذا ال a موجودة في مين؟", "tokens": [28820, 16095, 1621, 3714, 19913, 3555, 2407, 9566, 28242, 16095, 1621, 8032, 3215, 12610, 3660, 11331, 49975, 45164, 37893, 4386, 11331, 49975, 45164, 1621, 37893, 3714, 33753, 26108, 16095, 5296, 33456, 3224, 13413, 20328, 5016, 8032, 3215, 12610, 3660, 6024, 48506, 3714, 9957, 9154, 16095, 8032, 3215, 12610, 3660, 2423, 4386, 2423, 4386, 2423, 1621, 1621, 322, 11043, 3714, 9957, 9154, 16095, 13672, 1829, 1621, 322, 11043, 25062, 32640, 3660, 6055, 3555, 34268, 3224, 3714, 29245, 23328, 3660, 8978, 2423, 7280, 4032, 8978, 2423, 7280, 6156, 47432, 23032, 1211, 3615, 23758, 2423, 257, 3714, 29245, 23328, 3660, 8978, 3714, 9957, 22807], "avg_logprob": -0.22901347761645036, "compression_ratio": 1.9447236180904524, "no_speech_prob": 0.0, "words": [{"start": 2419.79, "end": 2420.25, "word": "كلهم", "probability": 0.732177734375}, {"start": 2420.25, "end": 2420.47, "word": " live", "probability": 0.5185546875}, {"start": 2420.47, "end": 2421.13, "word": " مظبوط", "probability": 0.79501953125}, {"start": 2421.13, "end": 2422.67, "word": " كلهم", "probability": 0.6663818359375}, {"start": 2422.67, "end": 2422.99, "word": " live", "probability": 0.8818359375}, {"start": 2422.99, "end": 2423.91, "word": " هدولة", "probability": 0.665771484375}, {"start": 2423.91, "end": 2424.81, "word": " حتى", "probability": 0.906982421875}, {"start": 2424.81, "end": 2425.07, "word": " لو", "probability": 0.98974609375}, {"start": 2425.07, "end": 2425.31, "word": " مش", "probability": 0.41064453125}, {"start": 2425.31, "end": 2425.45, "word": " ..", "probability": 0.335205078125}, {"start": 2425.45, "end": 2425.77, "word": " حتى", "probability": 0.878662109375}, {"start": 2425.77, "end": 2426.05, "word": " لو", "probability": 0.99462890625}, {"start": 2426.05, "end": 2426.53, "word": " live", "probability": 0.26953125}, {"start": 2426.53, "end": 2427.19, "word": " مش", "probability": 0.875}, {"start": 2427.19, "end": 2428.23, "word": " محتاجهم", "probability": 0.9759521484375}, {"start": 2428.23, "end": 2428.91, "word": " لأنه", "probability": 0.9051106770833334}, {"start": 2428.91, "end": 2429.29, "word": " temporary", "probability": 0.78271484375}, {"start": 2429.29, "end": 2429.73, "word": " صح", "probability": 0.917236328125}, {"start": 2429.73, "end": 2430.55, "word": " هدولة", "probability": 0.8681640625}, {"start": 2430.55, "end": 2430.91, "word": " الآن", "probability": 0.6949462890625}, {"start": 2430.91, "end": 2431.65, "word": " مين", "probability": 0.9384765625}, {"start": 2431.65, "end": 2432.13, "word": " منهم", "probability": 0.993408203125}, {"start": 2432.13, "end": 2432.89, "word": " هدولة", "probability": 0.84033203125}, {"start": 2432.89, "end": 2433.25, "word": " ال", "probability": 0.64306640625}, {"start": 2433.25, "end": 2433.25, "word": " ..", "probability": 0.7939453125}, {"start": 2433.25, "end": 2433.37, "word": " ال", "probability": 0.79931640625}, {"start": 2433.37, "end": 2433.45, "word": " ..", "probability": 0.8310546875}, {"start": 2433.45, "end": 2433.71, "word": " ال", "probability": 0.86962890625}, {"start": 2433.71, "end": 2434.15, "word": " live", "probability": 0.703125}, {"start": 2434.15, "end": 2434.51, "word": " live", "probability": 0.352783203125}, {"start": 2434.51, "end": 2434.71, "word": " on", "probability": 0.94970703125}, {"start": 2434.71, "end": 2435.13, "word": " exit", "probability": 0.810546875}, {"start": 2435.13, "end": 2436.39, "word": " مين", "probability": 0.96240234375}, {"start": 2436.39, "end": 2436.65, "word": " منهم", "probability": 0.99462890625}, {"start": 2436.65, "end": 2436.85, "word": " اللي", "probability": 0.758544921875}, {"start": 2436.85, "end": 2437.15, "word": " live", "probability": 0.8720703125}, {"start": 2437.15, "end": 2437.39, "word": " on", "probability": 0.962890625}, {"start": 2437.39, "end": 2437.87, "word": " exit", "probability": 0.94775390625}, {"start": 2437.87, "end": 2439.61, "word": " القيمة", "probability": 0.9462890625}, {"start": 2439.61, "end": 2439.97, "word": " تبعته", "probability": 0.7659912109375}, {"start": 2439.97, "end": 2440.31, "word": " موجودة", "probability": 0.9852294921875}, {"start": 2440.31, "end": 2440.47, "word": " في", "probability": 0.87939453125}, {"start": 2440.47, "end": 2440.51, "word": " ال", "probability": 0.869140625}, {"start": 2440.51, "end": 2440.91, "word": " register", "probability": 0.92333984375}, {"start": 2440.91, "end": 2441.25, "word": " و", "probability": 0.98046875}, {"start": 2441.25, "end": 2441.43, "word": " في", "probability": 0.48388671875}, {"start": 2441.43, "end": 2441.53, "word": " ال", "probability": 0.853515625}, {"start": 2441.53, "end": 2441.85, "word": " register", "probability": 0.939453125}, {"start": 2441.85, "end": 2442.41, "word": " فقط", "probability": 0.99658203125}, {"start": 2442.41, "end": 2444.27, "word": " طلع", "probability": 0.78759765625}, {"start": 2444.27, "end": 2444.47, "word": " هذا", "probability": 0.8310546875}, {"start": 2444.47, "end": 2444.61, "word": " ال", "probability": 0.958984375}, {"start": 2444.61, "end": 2444.83, "word": " a", "probability": 0.2318115234375}, {"start": 2444.83, "end": 2446.77, "word": " موجودة", "probability": 0.9759521484375}, {"start": 2446.77, "end": 2446.91, "word": " في", "probability": 0.95556640625}, {"start": 2446.91, "end": 2447.29, "word": " مين؟", "probability": 0.9368489583333334}], "temperature": 1.0}, {"id": 87, "seek": 247488, "start": 2448.04, "end": 2474.88, "text": "هذه الخطوة في النهاية عندما ننتهي هذه هي ال Descriptors لنا ال A وين موجودة؟ في R2 صح؟ Value تبعها at end of block قيمة هذا وين؟ R2 قيمة ال B في نهاية ال block وين موجودة؟", "tokens": [3224, 24192, 33962, 9566, 2407, 3660, 8978, 28239, 11296, 10632, 43242, 15042, 8717, 29399, 3224, 1829, 29538, 39896, 2423, 3885, 5944, 830, 5296, 8315, 2423, 316, 4032, 9957, 3714, 29245, 23328, 3660, 22807, 8978, 497, 17, 20328, 5016, 22807, 39352, 6055, 3555, 3615, 11296, 412, 917, 295, 3461, 12174, 32640, 3660, 23758, 4032, 9957, 22807, 497, 17, 12174, 32640, 3660, 2423, 363, 8978, 8717, 11296, 10632, 2423, 3461, 4032, 9957, 3714, 29245, 23328, 3660, 22807], "avg_logprob": -0.40481086624296087, "compression_ratio": 1.5, "no_speech_prob": 0.0, "words": [{"start": 2448.04, "end": 2448.32, "word": "هذه", "probability": 0.6875}, {"start": 2448.32, "end": 2449.6, "word": " الخطوة", "probability": 0.69293212890625}, {"start": 2449.6, "end": 2449.6, "word": " في", "probability": 0.1090087890625}, {"start": 2449.6, "end": 2449.6, "word": " النهاية", "probability": 0.8966471354166666}, {"start": 2449.6, "end": 2450.02, "word": " عندما", "probability": 0.35400390625}, {"start": 2450.02, "end": 2450.52, "word": " ننتهي", "probability": 0.664337158203125}, {"start": 2450.52, "end": 2451.38, "word": " هذه", "probability": 0.2294921875}, {"start": 2451.38, "end": 2451.76, "word": " هي", "probability": 0.7724609375}, {"start": 2451.76, "end": 2451.78, "word": " ال", "probability": 0.4931640625}, {"start": 2451.78, "end": 2452.42, "word": " Descriptors", "probability": 0.5688680013020834}, {"start": 2452.42, "end": 2453.06, "word": " لنا", "probability": 0.340911865234375}, {"start": 2453.06, "end": 2453.42, "word": " ال", "probability": 0.6015625}, {"start": 2453.42, "end": 2453.6, "word": " A", "probability": 0.453125}, {"start": 2453.6, "end": 2453.82, "word": " وين", "probability": 0.55035400390625}, {"start": 2453.82, "end": 2454.38, "word": " موجودة؟", "probability": 0.85849609375}, {"start": 2454.38, "end": 2454.46, "word": " في", "probability": 0.72412109375}, {"start": 2454.46, "end": 2454.94, "word": " R2", "probability": 0.853515625}, {"start": 2454.94, "end": 2459.24, "word": " صح؟", "probability": 0.7019856770833334}, {"start": 2459.24, "end": 2465.58, "word": " Value", "probability": 0.2139892578125}, {"start": 2465.58, "end": 2466.1, "word": " تبعها", "probability": 0.825927734375}, {"start": 2466.1, "end": 2466.3, "word": " at", "probability": 0.2078857421875}, {"start": 2466.3, "end": 2466.58, "word": " end", "probability": 0.69384765625}, {"start": 2466.58, "end": 2466.76, "word": " of", "probability": 0.97412109375}, {"start": 2466.76, "end": 2467.16, "word": " block", "probability": 0.8876953125}, {"start": 2467.16, "end": 2468.78, "word": " قيمة", "probability": 0.9427083333333334}, {"start": 2468.78, "end": 2469.2, "word": " هذا", "probability": 0.94140625}, {"start": 2469.2, "end": 2470.96, "word": " وين؟", "probability": 0.9523111979166666}, {"start": 2470.96, "end": 2471.64, "word": " R2", "probability": 0.8046875}, {"start": 2471.64, "end": 2472.46, "word": " قيمة", "probability": 0.97314453125}, {"start": 2472.46, "end": 2472.6, "word": " ال", "probability": 0.76025390625}, {"start": 2472.6, "end": 2472.84, "word": " B", "probability": 0.859375}, {"start": 2472.84, "end": 2473.46, "word": " في", "probability": 0.68994140625}, {"start": 2473.46, "end": 2473.74, "word": " نهاية", "probability": 0.982421875}, {"start": 2473.74, "end": 2473.88, "word": " ال", "probability": 0.849609375}, {"start": 2473.88, "end": 2474.08, "word": " block", "probability": 0.95947265625}, {"start": 2474.08, "end": 2474.3, "word": " وين", "probability": 0.981689453125}, {"start": 2474.3, "end": 2474.88, "word": " موجودة؟", "probability": 0.98486328125}], "temperature": 1.0}, {"id": 88, "seek": 250551, "start": 2476.83, "end": 2505.51, "text": "طلع على ال descriptor تبع ال B لأ هي في B في B يعني قاعدة في ال memory تبعها ال C في ال C ال D في R1 و R1 فقط يعني لو مثلا ال A1 و D مافيش أي مشكلة لكن لأنها في R1 فقط و لأنها live on exit يبجي الله إذا ماعملها Stuart", "tokens": [9566, 1211, 3615, 15844, 2423, 31280, 284, 6055, 3555, 3615, 2423, 363, 5296, 10721, 39896, 8978, 363, 8978, 363, 37495, 22653, 12174, 995, 22488, 3660, 8978, 2423, 4675, 6055, 3555, 3615, 11296, 2423, 383, 8978, 2423, 383, 2423, 413, 8978, 497, 16, 4032, 497, 16, 6156, 47432, 37495, 22653, 45164, 50113, 15040, 2423, 316, 16, 4032, 413, 19446, 41185, 8592, 36632, 37893, 28820, 3660, 44381, 5296, 33456, 11296, 8978, 497, 16, 6156, 47432, 4032, 5296, 33456, 11296, 1621, 322, 11043, 7251, 3555, 7435, 1829, 21984, 11933, 15730, 19446, 25957, 1211, 11296, 36236], "avg_logprob": -0.3168682795698925, "compression_ratio": 1.6274509803921569, "no_speech_prob": 1.1920928955078125e-07, "words": [{"start": 2476.83, "end": 2477.19, "word": "طلع", "probability": 0.546142578125}, {"start": 2477.19, "end": 2477.41, "word": " على", "probability": 0.6171875}, {"start": 2477.41, "end": 2477.67, "word": " ال", "probability": 0.376708984375}, {"start": 2477.67, "end": 2478.23, "word": " descriptor", "probability": 0.621826171875}, {"start": 2478.23, "end": 2478.45, "word": " تبع", "probability": 0.8123372395833334}, {"start": 2478.45, "end": 2478.57, "word": " ال", "probability": 0.8974609375}, {"start": 2478.57, "end": 2478.79, "word": " B", "probability": 0.468505859375}, {"start": 2478.79, "end": 2481.09, "word": " لأ", "probability": 0.52435302734375}, {"start": 2481.09, "end": 2481.27, "word": " هي", "probability": 0.802734375}, {"start": 2481.27, "end": 2481.65, "word": " في", "probability": 0.85107421875}, {"start": 2481.65, "end": 2481.95, "word": " B", "probability": 0.7001953125}, {"start": 2481.95, "end": 2483.09, "word": " في", "probability": 0.269287109375}, {"start": 2483.09, "end": 2484.03, "word": " B", "probability": 0.7919921875}, {"start": 2484.03, "end": 2485.45, "word": " يعني", "probability": 0.88037109375}, {"start": 2485.45, "end": 2485.79, "word": " قاعدة", "probability": 0.8297119140625}, {"start": 2485.79, "end": 2485.89, "word": " في", "probability": 0.91748046875}, {"start": 2485.89, "end": 2485.97, "word": " ال", "probability": 0.6083984375}, {"start": 2485.97, "end": 2486.19, "word": " memory", "probability": 0.96630859375}, {"start": 2486.19, "end": 2486.67, "word": " تبعها", "probability": 0.7620849609375}, {"start": 2486.67, "end": 2487.59, "word": " ال", "probability": 0.865234375}, {"start": 2487.59, "end": 2487.85, "word": " C", "probability": 0.94580078125}, {"start": 2487.85, "end": 2489.29, "word": " في", "probability": 0.8701171875}, {"start": 2489.29, "end": 2489.47, "word": " ال", "probability": 0.6142578125}, {"start": 2489.47, "end": 2489.79, "word": " C", "probability": 0.8544921875}, {"start": 2489.79, "end": 2490.67, "word": " ال", "probability": 0.91650390625}, {"start": 2490.67, "end": 2490.95, "word": " D", "probability": 0.9833984375}, {"start": 2490.95, "end": 2491.35, "word": " في", "probability": 0.88232421875}, {"start": 2491.35, "end": 2492.81, "word": " R1", "probability": 0.887939453125}, {"start": 2492.81, "end": 2492.95, "word": " و", "probability": 0.53759765625}, {"start": 2492.95, "end": 2493.27, "word": " R1", "probability": 0.7318115234375}, {"start": 2493.27, "end": 2493.85, "word": " فقط", "probability": 0.991455078125}, {"start": 2493.85, "end": 2494.87, "word": " يعني", "probability": 0.935302734375}, {"start": 2494.87, "end": 2495.07, "word": " لو", "probability": 0.88916015625}, {"start": 2495.07, "end": 2495.35, "word": " مثلا", "probability": 0.837158203125}, {"start": 2495.35, "end": 2495.47, "word": " ال", "probability": 0.634765625}, {"start": 2495.47, "end": 2495.95, "word": " A1", "probability": 0.754150390625}, {"start": 2495.95, "end": 2496.19, "word": " و", "probability": 0.88134765625}, {"start": 2496.19, "end": 2496.83, "word": " D", "probability": 0.71240234375}, {"start": 2496.83, "end": 2498.49, "word": " مافيش", "probability": 0.6974283854166666}, {"start": 2498.49, "end": 2498.59, "word": " أي", "probability": 0.69873046875}, {"start": 2498.59, "end": 2499.01, "word": " مشكلة", "probability": 0.9899088541666666}, {"start": 2499.01, "end": 2499.23, "word": " لكن", "probability": 0.6865234375}, {"start": 2499.23, "end": 2499.57, "word": " لأنها", "probability": 0.7545572916666666}, {"start": 2499.57, "end": 2499.67, "word": " في", "probability": 0.94775390625}, {"start": 2499.67, "end": 2500.07, "word": " R1", "probability": 0.980224609375}, {"start": 2500.07, "end": 2500.55, "word": " فقط", "probability": 0.9951171875}, {"start": 2500.55, "end": 2501.07, "word": " و", "probability": 0.55615234375}, {"start": 2501.07, "end": 2501.39, "word": " لأنها", "probability": 0.9734700520833334}, {"start": 2501.39, "end": 2501.69, "word": " live", "probability": 0.5537109375}, {"start": 2501.69, "end": 2501.93, "word": " on", "probability": 0.94287109375}, {"start": 2501.93, "end": 2502.47, "word": " exit", "probability": 0.49267578125}, {"start": 2502.47, "end": 2504.47, "word": " يبجي", "probability": 0.800537109375}, {"start": 2504.47, "end": 2504.61, "word": " الله", "probability": 0.463134765625}, {"start": 2504.61, "end": 2504.75, "word": " إذا", "probability": 0.58935546875}, {"start": 2504.75, "end": 2505.13, "word": " ماعملها", "probability": 0.8751220703125}, {"start": 2505.13, "end": 2505.51, "word": " Stuart", "probability": 0.16259765625}], "temperature": 1.0}, {"id": 89, "seek": 253275, "start": 2506.27, "end": 2532.75, "text": "ليش عملت سطورة لبس الاتنين هدولة؟ لأن هم اللي بنطبق عليهم وشغلهم الاتنين أولاً هم مش temporary تمام؟ الاتنين live on exit والاتنين موجودين فقط في ال registers مش قاعدين في ال memory تبعتهم فلازم أحطهم في ال memory أعمل سطورة هي كقالية عمل ال algorithm يفترض أصبح مكتملة", "tokens": [20292, 8592, 6225, 42213, 2655, 8608, 9566, 13063, 3660, 5296, 3555, 3794, 2423, 9307, 1863, 9957, 8032, 3215, 12610, 3660, 22807, 5296, 33456, 8032, 2304, 13672, 1829, 44945, 9566, 3555, 4587, 25894, 16095, 4032, 8592, 17082, 1211, 16095, 2423, 9307, 1863, 9957, 5551, 12610, 995, 14111, 8032, 2304, 37893, 13413, 46811, 10943, 22807, 2423, 9307, 1863, 9957, 1621, 322, 11043, 16070, 9307, 1863, 9957, 3714, 29245, 23328, 9957, 6156, 47432, 8978, 2423, 38351, 37893, 12174, 995, 22488, 9957, 8978, 2423, 4675, 6055, 3555, 34268, 16095, 6156, 1211, 31377, 2304, 5551, 5016, 9566, 16095, 8978, 2423, 4675, 5551, 25957, 1211, 8608, 9566, 13063, 3660, 39896, 9122, 4587, 6027, 10632, 6225, 42213, 2423, 9284, 7251, 5172, 2655, 43042, 5551, 9381, 49628, 3714, 4117, 39237, 37977], "avg_logprob": -0.2749496006196545, "compression_ratio": 1.778225806451613, "no_speech_prob": 0.0, "words": [{"start": 2506.27, "end": 2506.65, "word": "ليش", "probability": 0.526214599609375}, {"start": 2506.65, "end": 2506.95, "word": " عملت", "probability": 0.830078125}, {"start": 2506.95, "end": 2507.33, "word": " سطورة", "probability": 0.6468505859375}, {"start": 2507.33, "end": 2507.57, "word": " لبس", "probability": 0.6168619791666666}, {"start": 2507.57, "end": 2507.87, "word": " الاتنين", "probability": 0.779388427734375}, {"start": 2507.87, "end": 2508.59, "word": " هدولة؟", "probability": 0.671728515625}, {"start": 2508.59, "end": 2508.89, "word": " لأن", "probability": 0.868408203125}, {"start": 2508.89, "end": 2509.03, "word": " هم", "probability": 0.628662109375}, {"start": 2509.03, "end": 2509.15, "word": " اللي", "probability": 0.84033203125}, {"start": 2509.15, "end": 2509.51, "word": " بنطبق", "probability": 0.77947998046875}, {"start": 2509.51, "end": 2509.75, "word": " عليهم", "probability": 0.92529296875}, {"start": 2509.75, "end": 2510.21, "word": " وشغلهم", "probability": 0.76748046875}, {"start": 2510.21, "end": 2510.83, "word": " الاتنين", "probability": 0.764862060546875}, {"start": 2510.83, "end": 2511.61, "word": " أولاً", "probability": 0.676544189453125}, {"start": 2511.61, "end": 2511.73, "word": " هم", "probability": 0.7177734375}, {"start": 2511.73, "end": 2511.93, "word": " مش", "probability": 0.493408203125}, {"start": 2511.93, "end": 2512.39, "word": " temporary", "probability": 0.8056640625}, {"start": 2512.39, "end": 2514.97, "word": " تمام؟", "probability": 0.71923828125}, {"start": 2514.97, "end": 2515.61, "word": " الاتنين", "probability": 0.8514404296875}, {"start": 2515.61, "end": 2516.43, "word": " live", "probability": 0.70947265625}, {"start": 2516.43, "end": 2516.63, "word": " on", "probability": 0.91796875}, {"start": 2516.63, "end": 2517.07, "word": " exit", "probability": 0.78515625}, {"start": 2517.07, "end": 2518.51, "word": " والاتنين", "probability": 0.79345703125}, {"start": 2518.51, "end": 2519.05, "word": " موجودين", "probability": 0.9866943359375}, {"start": 2519.05, "end": 2519.43, "word": " فقط", "probability": 0.9833984375}, {"start": 2519.43, "end": 2519.57, "word": " في", "probability": 0.90380859375}, {"start": 2519.57, "end": 2519.59, "word": " ال", "probability": 0.92236328125}, {"start": 2519.59, "end": 2519.95, "word": " registers", "probability": 0.67626953125}, {"start": 2519.95, "end": 2520.41, "word": " مش", "probability": 0.73095703125}, {"start": 2520.41, "end": 2520.73, "word": " قاعدين", "probability": 0.94482421875}, {"start": 2520.73, "end": 2520.89, "word": " في", "probability": 0.916015625}, {"start": 2520.89, "end": 2520.97, "word": " ال", "probability": 0.78173828125}, {"start": 2520.97, "end": 2521.19, "word": " memory", "probability": 0.9091796875}, {"start": 2521.19, "end": 2521.69, "word": " تبعتهم", "probability": 0.890625}, {"start": 2521.69, "end": 2522.29, "word": " فلازم", "probability": 0.80657958984375}, {"start": 2522.29, "end": 2522.87, "word": " أحطهم", "probability": 0.9244384765625}, {"start": 2522.87, "end": 2523.03, "word": " في", "probability": 0.9677734375}, {"start": 2523.03, "end": 2523.15, "word": " ال", "probability": 0.92138671875}, {"start": 2523.15, "end": 2523.35, "word": " memory", "probability": 0.94140625}, {"start": 2523.35, "end": 2524.57, "word": " أعمل", "probability": 0.7119140625}, {"start": 2524.57, "end": 2525.89, "word": " سطورة", "probability": 0.9908447265625}, {"start": 2525.89, "end": 2527.99, "word": " هي", "probability": 0.34619140625}, {"start": 2527.99, "end": 2528.79, "word": " كقالية", "probability": 0.905029296875}, {"start": 2528.79, "end": 2529.13, "word": " عمل", "probability": 0.990234375}, {"start": 2529.13, "end": 2529.29, "word": " ال", "probability": 0.86181640625}, {"start": 2529.29, "end": 2529.81, "word": " algorithm", "probability": 0.94287109375}, {"start": 2529.81, "end": 2530.53, "word": " يفترض", "probability": 0.7806396484375}, {"start": 2530.53, "end": 2530.97, "word": " أصبح", "probability": 0.9098307291666666}, {"start": 2530.97, "end": 2532.75, "word": " مكتملة", "probability": 0.8323974609375}], "temperature": 1.0}, {"id": 90, "seek": 255346, "start": 2533.49, "end": 2553.47, "text": "يعني بمعنى اخر ان ال algorithm بتيجي على ال instructions one instruction و بتطلع على ال", "tokens": [40228, 22653, 4724, 2304, 3615, 1863, 7578, 1975, 34740, 16472, 2423, 9284, 39894, 1829, 7435, 1829, 15844, 2423, 9415, 472, 10951, 4032, 39894, 9566, 1211, 3615, 15844, 2423], "avg_logprob": -0.3292025820962314, "compression_ratio": 1.2783505154639174, "no_speech_prob": 5.960464477539063e-08, "words": [{"start": 2533.49, "end": 2534.37, "word": "يعني", "probability": 0.761474609375}, {"start": 2534.37, "end": 2534.75, "word": " بمعنى", "probability": 0.97880859375}, {"start": 2534.75, "end": 2535.13, "word": " اخر", "probability": 0.64208984375}, {"start": 2535.13, "end": 2535.45, "word": " ان", "probability": 0.7548828125}, {"start": 2535.45, "end": 2536.25, "word": " ال", "probability": 0.64697265625}, {"start": 2536.25, "end": 2536.93, "word": " algorithm", "probability": 0.87841796875}, {"start": 2536.93, "end": 2540.33, "word": " بتيجي", "probability": 0.8114013671875}, {"start": 2540.33, "end": 2540.65, "word": " على", "probability": 0.732421875}, {"start": 2540.65, "end": 2545.65, "word": " ال", "probability": 0.7451171875}, {"start": 2545.65, "end": 2546.25, "word": " instructions", "probability": 0.41796875}, {"start": 2546.25, "end": 2547.03, "word": " one", "probability": 0.434814453125}, {"start": 2547.03, "end": 2548.09, "word": " instruction", "probability": 0.88232421875}, {"start": 2548.09, "end": 2550.75, "word": " و", "probability": 0.56201171875}, {"start": 2550.75, "end": 2551.35, "word": " بتطلع", "probability": 0.8167724609375}, {"start": 2551.35, "end": 2551.79, "word": " على", "probability": 0.83447265625}, {"start": 2551.79, "end": 2553.47, "word": " ال", "probability": 0.83154296875}], "temperature": 1.0}, {"id": 91, "seek": 258308, "start": 2553.84, "end": 2583.08, "text": "الـ variables و تطلب من الـ function هذه get register تعطيها registers لل variables اللي موجودين في ال instruction عندي ثلاثة، عندي اتنين، عندي واحد تخططيني الآن و بتقرر هل بلزم اعمل load ل Y ولا Z إذا بلزم بتعمل، بلزمش بتعملش ثم بعد هيك بتروح بترجم ال operation إذا هي plus بتعمل add إذا هي minus بتعمل subtract", "tokens": [6027, 39184, 9102, 4032, 6055, 9566, 46152, 9154, 2423, 39184, 2445, 29538, 483, 7280, 6055, 3615, 9566, 1829, 11296, 38351, 24976, 9102, 13672, 1829, 3714, 29245, 23328, 9957, 8978, 2423, 10951, 18871, 16254, 38637, 1211, 5718, 104, 3660, 12399, 18871, 16254, 1975, 2655, 1863, 9957, 12399, 18871, 16254, 36764, 24401, 6055, 9778, 9566, 9566, 9957, 1829, 6024, 48506, 4032, 39894, 4587, 2288, 2288, 8032, 1211, 4724, 1211, 11622, 2304, 1975, 25957, 1211, 3677, 5296, 398, 49429, 1176, 11933, 15730, 4724, 1211, 11622, 2304, 39894, 25957, 1211, 12399, 4724, 1211, 11622, 2304, 8592, 39894, 25957, 1211, 8592, 38637, 2304, 39182, 39896, 4117, 39894, 32887, 5016, 39894, 47341, 2304, 2423, 6916, 11933, 15730, 39896, 1804, 39894, 25957, 1211, 909, 11933, 15730, 39896, 3175, 39894, 25957, 1211, 16390], "avg_logprob": -0.27852183178303735, "compression_ratio": 1.788679245283019, "no_speech_prob": 0.0, "words": [{"start": 2553.84, "end": 2554.12, "word": "الـ", "probability": 0.3675537109375}, {"start": 2554.12, "end": 2554.52, "word": " variables", "probability": 0.33740234375}, {"start": 2554.52, "end": 2554.96, "word": " و", "probability": 0.20166015625}, {"start": 2554.96, "end": 2555.74, "word": " تطلب", "probability": 0.7078450520833334}, {"start": 2555.74, "end": 2555.96, "word": " من", "probability": 0.9091796875}, {"start": 2555.96, "end": 2556.2, "word": " الـ", "probability": 0.660400390625}, {"start": 2556.2, "end": 2556.48, "word": " function", "probability": 0.826171875}, {"start": 2556.48, "end": 2556.82, "word": " هذه", "probability": 0.5380859375}, {"start": 2556.82, "end": 2557.02, "word": " get", "probability": 0.379150390625}, {"start": 2557.02, "end": 2558.28, "word": " register", "probability": 0.4833984375}, {"start": 2558.28, "end": 2558.98, "word": " تعطيها", "probability": 0.8541015625}, {"start": 2558.98, "end": 2559.94, "word": " registers", "probability": 0.703125}, {"start": 2559.94, "end": 2560.6, "word": " لل", "probability": 0.88330078125}, {"start": 2560.6, "end": 2561.88, "word": " variables", "probability": 0.79052734375}, {"start": 2561.88, "end": 2562.1, "word": " اللي", "probability": 0.5701904296875}, {"start": 2562.1, "end": 2562.46, "word": " موجودين", "probability": 0.938232421875}, {"start": 2562.46, "end": 2562.52, "word": " في", "probability": 0.89111328125}, {"start": 2562.52, "end": 2562.6, "word": " ال", "probability": 0.93798828125}, {"start": 2562.6, "end": 2562.94, "word": " instruction", "probability": 0.408203125}, {"start": 2562.94, "end": 2563.42, "word": " عندي", "probability": 0.763916015625}, {"start": 2563.42, "end": 2564.42, "word": " ثلاثة،", "probability": 0.7724202473958334}, {"start": 2564.42, "end": 2564.6, "word": " عندي", "probability": 0.845458984375}, {"start": 2564.6, "end": 2564.96, "word": " اتنين،", "probability": 0.935546875}, {"start": 2564.96, "end": 2565.06, "word": " عندي", "probability": 0.977783203125}, {"start": 2565.06, "end": 2565.44, "word": " واحد", "probability": 0.985595703125}, {"start": 2565.44, "end": 2566.5, "word": " تخططيني", "probability": 0.62445068359375}, {"start": 2566.5, "end": 2566.92, "word": " الآن", "probability": 0.6793212890625}, {"start": 2566.92, "end": 2567.1, "word": " و", "probability": 0.59619140625}, {"start": 2567.1, "end": 2567.7, "word": " بتقرر", "probability": 0.9559326171875}, {"start": 2567.7, "end": 2568.64, "word": " هل", "probability": 0.938720703125}, {"start": 2568.64, "end": 2569.18, "word": " بلزم", "probability": 0.8040771484375}, {"start": 2569.18, "end": 2569.52, "word": " اعمل", "probability": 0.8583984375}, {"start": 2569.52, "end": 2569.96, "word": " load", "probability": 0.9580078125}, {"start": 2569.96, "end": 2570.24, "word": " ل", "probability": 0.8466796875}, {"start": 2570.24, "end": 2570.5, "word": " Y", "probability": 0.50341796875}, {"start": 2570.5, "end": 2570.7, "word": " ولا", "probability": 0.6025390625}, {"start": 2570.7, "end": 2571.12, "word": " Z", "probability": 0.6669921875}, {"start": 2571.12, "end": 2572.12, "word": " إذا", "probability": 0.69482421875}, {"start": 2572.12, "end": 2573.16, "word": " بلزم", "probability": 0.96142578125}, {"start": 2573.16, "end": 2573.9, "word": " بتعمل،", "probability": 0.7650146484375}, {"start": 2573.9, "end": 2574.48, "word": " بلزمش", "probability": 0.9263671875}, {"start": 2574.48, "end": 2575.2, "word": " بتعملش", "probability": 0.79510498046875}, {"start": 2575.2, "end": 2575.96, "word": " ثم", "probability": 0.9228515625}, {"start": 2575.96, "end": 2576.3, "word": " بعد", "probability": 0.82275390625}, {"start": 2576.3, "end": 2576.7, "word": " هيك", "probability": 0.831298828125}, {"start": 2576.7, "end": 2577.48, "word": " بتروح", "probability": 0.8450520833333334}, {"start": 2577.48, "end": 2578.18, "word": " بترجم", "probability": 0.6781412760416666}, {"start": 2578.18, "end": 2578.34, "word": " ال", "probability": 0.93896484375}, {"start": 2578.34, "end": 2578.86, "word": " operation", "probability": 0.7890625}, {"start": 2578.86, "end": 2579.54, "word": " إذا", "probability": 0.97705078125}, {"start": 2579.54, "end": 2579.7, "word": " هي", "probability": 0.90380859375}, {"start": 2579.7, "end": 2580.16, "word": " plus", "probability": 0.78857421875}, {"start": 2580.16, "end": 2581.12, "word": " بتعمل", "probability": 0.8011881510416666}, {"start": 2581.12, "end": 2581.52, "word": " add", "probability": 0.923828125}, {"start": 2581.52, "end": 2581.98, "word": " إذا", "probability": 0.901123046875}, {"start": 2581.98, "end": 2582.12, "word": " هي", "probability": 0.884765625}, {"start": 2582.12, "end": 2582.36, "word": " minus", "probability": 0.958984375}, {"start": 2582.36, "end": 2582.72, "word": " بتعمل", "probability": 0.9622395833333334}, {"start": 2582.72, "end": 2583.08, "word": " subtract", "probability": 0.87548828125}], "temperature": 1.0}, {"id": 92, "seek": 261314, "start": 2584.22, "end": 2613.14, "text": "هذه الحالة في استثناء لها وهي انه لما تكون ال operation لما تكون ال instruction مش operation عبارة عن copy اذا copy statement x سوى y ال get reg تعطيني register واحد لل two variables لل x و لل y معا تعطيني لهم register واحد الان هذا ال register انا بده اجيب قيمة ال y و احطها في x يعني لازم احطها في ال register في الأول و لا أسلمها ال x", "tokens": [3224, 24192, 21542, 6027, 3660, 8978, 44713, 12984, 1863, 16606, 5296, 11296, 37037, 1829, 16472, 3224, 5296, 15042, 6055, 30544, 2423, 6916, 5296, 15042, 6055, 30544, 2423, 10951, 37893, 6916, 6225, 3555, 9640, 3660, 18871, 5055, 1975, 15730, 5055, 5629, 2031, 8608, 2407, 7578, 288, 2423, 483, 1121, 6055, 3615, 9566, 9957, 1829, 7280, 36764, 24401, 24976, 732, 9102, 24976, 2031, 4032, 24976, 288, 20449, 995, 6055, 3615, 9566, 9957, 1829, 5296, 16095, 7280, 36764, 24401, 2423, 7649, 23758, 2423, 7280, 1975, 8315, 47525, 3224, 1975, 7435, 1829, 3555, 12174, 32640, 3660, 2423, 288, 4032, 1975, 5016, 9566, 11296, 8978, 2031, 37495, 22653, 5296, 31377, 2304, 1975, 5016, 9566, 11296, 8978, 2423, 7280, 8978, 16247, 12610, 4032, 20193, 5551, 3794, 19528, 11296, 2423, 2031], "avg_logprob": -0.2782499933242798, "compression_ratio": 1.8518518518518519, "no_speech_prob": 0.0, "words": [{"start": 2584.22, "end": 2584.98, "word": "هذه", "probability": 0.718017578125}, {"start": 2584.98, "end": 2585.54, "word": " الحالة", "probability": 0.9615885416666666}, {"start": 2585.54, "end": 2585.7, "word": " في", "probability": 0.83447265625}, {"start": 2585.7, "end": 2586.32, "word": " استثناء", "probability": 0.9166259765625}, {"start": 2586.32, "end": 2586.68, "word": " لها", "probability": 0.63037109375}, {"start": 2586.68, "end": 2587.08, "word": " وهي", "probability": 0.6568603515625}, {"start": 2587.08, "end": 2587.34, "word": " انه", "probability": 0.333740234375}, {"start": 2587.34, "end": 2587.44, "word": " لما", "probability": 0.90771484375}, {"start": 2587.44, "end": 2587.72, "word": " تكون", "probability": 0.988525390625}, {"start": 2587.72, "end": 2587.86, "word": " ال", "probability": 0.87353515625}, {"start": 2587.86, "end": 2588.4, "word": " operation", "probability": 0.1412353515625}, {"start": 2588.4, "end": 2589.16, "word": " لما", "probability": 0.624267578125}, {"start": 2589.16, "end": 2589.38, "word": " تكون", "probability": 0.990234375}, {"start": 2589.38, "end": 2589.48, "word": " ال", "probability": 0.95166015625}, {"start": 2589.48, "end": 2589.86, "word": " instruction", "probability": 0.75830078125}, {"start": 2589.86, "end": 2590.18, "word": " مش", "probability": 0.95556640625}, {"start": 2590.18, "end": 2590.82, "word": " operation", "probability": 0.90869140625}, {"start": 2590.82, "end": 2591.54, "word": " عبارة", "probability": 0.8707275390625}, {"start": 2591.54, "end": 2591.74, "word": " عن", "probability": 0.9912109375}, {"start": 2591.74, "end": 2592.12, "word": " copy", "probability": 0.947265625}, {"start": 2592.12, "end": 2592.8, "word": " اذا", "probability": 0.5830078125}, {"start": 2592.8, "end": 2593.16, "word": " copy", "probability": 0.93408203125}, {"start": 2593.16, "end": 2593.84, "word": " statement", "probability": 0.9423828125}, {"start": 2593.84, "end": 2594.76, "word": " x", "probability": 0.495361328125}, {"start": 2594.76, "end": 2595.2, "word": " سوى", "probability": 0.5142466227213541}, {"start": 2595.2, "end": 2595.6, "word": " y", "probability": 0.904296875}, {"start": 2595.6, "end": 2596.34, "word": " ال", "probability": 0.7958984375}, {"start": 2596.34, "end": 2597.44, "word": " get", "probability": 0.307861328125}, {"start": 2597.44, "end": 2597.74, "word": " reg", "probability": 0.376708984375}, {"start": 2597.74, "end": 2598.42, "word": " تعطيني", "probability": 0.770361328125}, {"start": 2598.42, "end": 2598.82, "word": " register", "probability": 0.6318359375}, {"start": 2598.82, "end": 2599.36, "word": " واحد", "probability": 0.9765625}, {"start": 2599.36, "end": 2599.58, "word": " لل", "probability": 0.56787109375}, {"start": 2599.58, "end": 2599.84, "word": " two", "probability": 0.77490234375}, {"start": 2599.84, "end": 2600.4, "word": " variables", "probability": 0.97265625}, {"start": 2600.4, "end": 2600.74, "word": " لل", "probability": 0.408935546875}, {"start": 2600.74, "end": 2600.98, "word": " x", "probability": 0.65283203125}, {"start": 2600.98, "end": 2601.12, "word": " و", "probability": 0.32861328125}, {"start": 2601.12, "end": 2601.26, "word": " لل", "probability": 0.8037109375}, {"start": 2601.26, "end": 2601.52, "word": " y", "probability": 0.95263671875}, {"start": 2601.52, "end": 2601.96, "word": " معا", "probability": 0.943603515625}, {"start": 2601.96, "end": 2603.04, "word": " تعطيني", "probability": 0.930078125}, {"start": 2603.04, "end": 2603.38, "word": " لهم", "probability": 0.7119140625}, {"start": 2603.38, "end": 2603.86, "word": " register", "probability": 0.833984375}, {"start": 2603.86, "end": 2604.3, "word": " واحد", "probability": 0.994873046875}, {"start": 2604.3, "end": 2604.92, "word": " الان", "probability": 0.671142578125}, {"start": 2604.92, "end": 2605.56, "word": " هذا", "probability": 0.93408203125}, {"start": 2605.56, "end": 2605.7, "word": " ال", "probability": 0.9501953125}, {"start": 2605.7, "end": 2606.16, "word": " register", "probability": 0.95751953125}, {"start": 2606.16, "end": 2607.02, "word": " انا", "probability": 0.860595703125}, {"start": 2607.02, "end": 2607.34, "word": " بده", "probability": 0.643310546875}, {"start": 2607.34, "end": 2607.72, "word": " اجيب", "probability": 0.8929443359375}, {"start": 2607.72, "end": 2608.14, "word": " قيمة", "probability": 0.9747721354166666}, {"start": 2608.14, "end": 2608.28, "word": " ال", "probability": 0.71435546875}, {"start": 2608.28, "end": 2608.42, "word": " y", "probability": 0.8271484375}, {"start": 2608.42, "end": 2608.58, "word": " و", "probability": 0.83984375}, {"start": 2608.58, "end": 2608.82, "word": " احطها", "probability": 0.8367919921875}, {"start": 2608.82, "end": 2608.96, "word": " في", "probability": 0.9404296875}, {"start": 2608.96, "end": 2609.36, "word": " x", "probability": 0.84375}, {"start": 2609.36, "end": 2609.82, "word": " يعني", "probability": 0.61669921875}, {"start": 2609.82, "end": 2610.1, "word": " لازم", "probability": 0.9583333333333334}, {"start": 2610.1, "end": 2610.5, "word": " احطها", "probability": 0.9068603515625}, {"start": 2610.5, "end": 2610.6, "word": " في", "probability": 0.943359375}, {"start": 2610.6, "end": 2610.66, "word": " ال", "probability": 0.96484375}, {"start": 2610.66, "end": 2610.98, "word": " register", "probability": 0.962890625}, {"start": 2610.98, "end": 2611.18, "word": " في", "probability": 0.8994140625}, {"start": 2611.18, "end": 2611.58, "word": " الأول", "probability": 0.898681640625}, {"start": 2611.58, "end": 2612.12, "word": " و", "probability": 0.90869140625}, {"start": 2612.12, "end": 2612.22, "word": " لا", "probability": 0.7412109375}, {"start": 2612.22, "end": 2612.7, "word": " أسلمها", "probability": 0.781768798828125}, {"start": 2612.7, "end": 2612.88, "word": " ال", "probability": 0.464111328125}, {"start": 2612.88, "end": 2613.14, "word": " x", "probability": 0.892578125}], "temperature": 1.0}, {"id": 93, "seek": 264269, "start": 2613.55, "end": 2642.69, "text": "الان برضه السؤال هل بلزم أجيبها و أحطها في ال register لربما تكون هي موجودة في نفس ال register هو هو اللي أعطانيها get rich إذا هذا الحال بلزمش طيب ماجبت .. مالزمش load هل بلزم أترجم ال assignment لأ بلزمش برضه أترجم ال assignment بس مجرد بغير ال descriptors صح ولا لا بقول إن ال X صارت الآن في R كذا و ال Y في R كذا هو نفسه ال R", "tokens": [6027, 7649, 4724, 43042, 3224, 21136, 33604, 6027, 8032, 1211, 4724, 1211, 11622, 2304, 5551, 7435, 1829, 3555, 11296, 4032, 5551, 5016, 9566, 11296, 8978, 2423, 7280, 5296, 25513, 15042, 6055, 30544, 39896, 3714, 29245, 23328, 3660, 8978, 8717, 36178, 2423, 7280, 31439, 31439, 13672, 1829, 5551, 3615, 9566, 7649, 1829, 11296, 483, 4593, 11933, 15730, 23758, 21542, 6027, 4724, 1211, 11622, 2304, 8592, 23032, 1829, 3555, 19446, 7435, 3555, 2655, 4386, 19446, 1211, 11622, 2304, 8592, 3677, 8032, 1211, 4724, 1211, 11622, 2304, 5551, 2655, 47341, 2304, 2423, 15187, 5296, 10721, 4724, 1211, 11622, 2304, 8592, 4724, 43042, 3224, 5551, 2655, 47341, 2304, 2423, 15187, 4724, 3794, 3714, 7435, 2288, 3215, 4724, 17082, 13546, 2423, 31280, 830, 20328, 5016, 49429, 20193, 4724, 39648, 36145, 2423, 1783, 20328, 9640, 2655, 6024, 48506, 8978, 497, 9122, 15730, 4032, 2423, 398, 8978, 497, 9122, 15730, 31439, 8717, 36178, 3224, 2423, 497], "avg_logprob": -0.16281250198682148, "compression_ratio": 1.8445229681978799, "no_speech_prob": 0.0, "words": [{"start": 2613.55, "end": 2613.93, "word": "الان", "probability": 0.72998046875}, {"start": 2613.93, "end": 2614.35, "word": " برضه", "probability": 0.9373372395833334}, {"start": 2614.35, "end": 2614.77, "word": " السؤال", "probability": 0.9835611979166666}, {"start": 2614.77, "end": 2615.19, "word": " هل", "probability": 0.90380859375}, {"start": 2615.19, "end": 2615.59, "word": " بلزم", "probability": 0.82928466796875}, {"start": 2615.59, "end": 2616.03, "word": " أجيبها", "probability": 0.824658203125}, {"start": 2616.03, "end": 2616.09, "word": " و", "probability": 0.79150390625}, {"start": 2616.09, "end": 2616.33, "word": " أحطها", "probability": 0.9178466796875}, {"start": 2616.33, "end": 2616.43, "word": " في", "probability": 0.82275390625}, {"start": 2616.43, "end": 2616.49, "word": " ال", "probability": 0.9443359375}, {"start": 2616.49, "end": 2616.83, "word": " register", "probability": 0.822265625}, {"start": 2616.83, "end": 2617.67, "word": " لربما", "probability": 0.7175699869791666}, {"start": 2617.67, "end": 2618.17, "word": " تكون", "probability": 0.906982421875}, {"start": 2618.17, "end": 2618.43, "word": " هي", "probability": 0.55810546875}, {"start": 2618.43, "end": 2618.87, "word": " موجودة", "probability": 0.9639892578125}, {"start": 2618.87, "end": 2619.01, "word": " في", "probability": 0.974609375}, {"start": 2619.01, "end": 2619.29, "word": " نفس", "probability": 0.994873046875}, {"start": 2619.29, "end": 2619.51, "word": " ال", "probability": 0.98486328125}, {"start": 2619.51, "end": 2619.93, "word": " register", "probability": 0.9267578125}, {"start": 2619.93, "end": 2620.45, "word": " هو", "probability": 0.9091796875}, {"start": 2620.45, "end": 2620.63, "word": " هو", "probability": 0.92529296875}, {"start": 2620.63, "end": 2620.79, "word": " اللي", "probability": 0.93994140625}, {"start": 2620.79, "end": 2621.45, "word": " أعطانيها", "probability": 0.6601969401041666}, {"start": 2621.45, "end": 2621.85, "word": " get", "probability": 0.326416015625}, {"start": 2621.85, "end": 2622.25, "word": " rich", "probability": 0.85791015625}, {"start": 2622.25, "end": 2623.03, "word": " إذا", "probability": 0.832763671875}, {"start": 2623.03, "end": 2623.39, "word": " هذا", "probability": 0.81298828125}, {"start": 2623.39, "end": 2623.71, "word": " الحال", "probability": 0.97119140625}, {"start": 2623.71, "end": 2624.37, "word": " بلزمش", "probability": 0.9244140625}, {"start": 2624.37, "end": 2626.13, "word": " طيب", "probability": 0.94384765625}, {"start": 2626.13, "end": 2626.63, "word": " ماجبت", "probability": 0.7962646484375}, {"start": 2626.63, "end": 2626.71, "word": " ..", "probability": 0.640625}, {"start": 2626.71, "end": 2627.39, "word": " مالزمش", "probability": 0.779345703125}, {"start": 2627.39, "end": 2627.67, "word": " load", "probability": 0.66357421875}, {"start": 2627.67, "end": 2627.95, "word": " هل", "probability": 0.877685546875}, {"start": 2627.95, "end": 2628.75, "word": " بلزم", "probability": 0.896728515625}, {"start": 2628.75, "end": 2629.49, "word": " أترجم", "probability": 0.9366455078125}, {"start": 2629.49, "end": 2629.61, "word": " ال", "probability": 0.98046875}, {"start": 2629.61, "end": 2630.09, "word": " assignment", "probability": 0.9873046875}, {"start": 2630.09, "end": 2630.99, "word": " لأ", "probability": 0.88427734375}, {"start": 2630.99, "end": 2631.43, "word": " بلزمش", "probability": 0.980078125}, {"start": 2631.43, "end": 2631.69, "word": " برضه", "probability": 0.9921875}, {"start": 2631.69, "end": 2632.15, "word": " أترجم", "probability": 0.960205078125}, {"start": 2632.15, "end": 2632.25, "word": " ال", "probability": 0.98095703125}, {"start": 2632.25, "end": 2632.71, "word": " assignment", "probability": 0.97705078125}, {"start": 2632.71, "end": 2633.41, "word": " بس", "probability": 0.99169921875}, {"start": 2633.41, "end": 2633.81, "word": " مجرد", "probability": 0.986328125}, {"start": 2633.81, "end": 2634.21, "word": " بغير", "probability": 0.9635416666666666}, {"start": 2634.21, "end": 2634.33, "word": " ال", "probability": 0.919921875}, {"start": 2634.33, "end": 2635.21, "word": " descriptors", "probability": 0.9658203125}, {"start": 2635.21, "end": 2636.11, "word": " صح", "probability": 0.989990234375}, {"start": 2636.11, "end": 2636.29, "word": " ولا", "probability": 0.93359375}, {"start": 2636.29, "end": 2636.53, "word": " لا", "probability": 0.58642578125}, {"start": 2636.53, "end": 2637.53, "word": " بقول", "probability": 0.873291015625}, {"start": 2637.53, "end": 2637.79, "word": " إن", "probability": 0.34765625}, {"start": 2637.79, "end": 2637.99, "word": " ال", "probability": 0.8359375}, {"start": 2637.99, "end": 2638.31, "word": " X", "probability": 0.7783203125}, {"start": 2638.31, "end": 2638.79, "word": " صارت", "probability": 0.9765625}, {"start": 2638.79, "end": 2639.09, "word": " الآن", "probability": 0.65478515625}, {"start": 2639.09, "end": 2639.25, "word": " في", "probability": 0.96484375}, {"start": 2639.25, "end": 2639.51, "word": " R", "probability": 0.92138671875}, {"start": 2639.51, "end": 2639.91, "word": " كذا", "probability": 0.93310546875}, {"start": 2639.91, "end": 2640.61, "word": " و", "probability": 0.65478515625}, {"start": 2640.61, "end": 2640.71, "word": " ال", "probability": 0.9287109375}, {"start": 2640.71, "end": 2641.25, "word": " Y", "probability": 0.8193359375}, {"start": 2641.25, "end": 2641.43, "word": " في", "probability": 0.93603515625}, {"start": 2641.43, "end": 2641.61, "word": " R", "probability": 0.958984375}, {"start": 2641.61, "end": 2641.85, "word": " كذا", "probability": 0.947265625}, {"start": 2641.85, "end": 2642.07, "word": " هو", "probability": 0.6728515625}, {"start": 2642.07, "end": 2642.41, "word": " نفسه", "probability": 0.9300130208333334}, {"start": 2642.41, "end": 2642.51, "word": " ال", "probability": 0.91650390625}, {"start": 2642.51, "end": 2642.69, "word": " R", "probability": 0.92041015625}], "temperature": 1.0}, {"id": 94, "seek": 267085, "start": 2644.05, "end": 2670.85, "text": "كيف؟ بأعطيهم نفس ال register ال gate register هذي قططني R R Y تمام؟ R Y يحتوى على Y لأنه لم يعمل load وفي نفس الوقت لم يعمل أي حاجة تانية بس مجرد ذلك بيجب أقول أن ال X الآن موجودة في R Y هذا و ال Y كذلك موجودة في R Y اللي هو هذا الكلام اللي شفناه احنا عمليا تم هنا صح؟ بس هنا اياته", "tokens": [4117, 33911, 22807, 4724, 10721, 3615, 9566, 1829, 16095, 8717, 36178, 2423, 7280, 2423, 8539, 7280, 8032, 8848, 1829, 12174, 9566, 9566, 22653, 497, 497, 398, 46811, 10943, 22807, 497, 398, 7251, 33753, 2407, 7578, 15844, 398, 5296, 33456, 3224, 32767, 7251, 25957, 1211, 3677, 4032, 41185, 8717, 36178, 2423, 30543, 2655, 32767, 7251, 25957, 1211, 36632, 11331, 26108, 3660, 6055, 7649, 10632, 4724, 3794, 3714, 7435, 2288, 3215, 29910, 23275, 4724, 1829, 7435, 3555, 5551, 39648, 14739, 2423, 1783, 6024, 48506, 3714, 29245, 23328, 3660, 8978, 497, 398, 23758, 4032, 2423, 398, 9122, 8848, 23275, 3714, 29245, 23328, 3660, 8978, 497, 398, 13672, 1829, 31439, 23758, 2423, 28820, 10943, 13672, 1829, 13412, 5172, 8315, 3224, 1975, 5016, 8315, 6225, 2304, 20292, 995, 46811, 34105, 20328, 5016, 22807, 4724, 3794, 34105, 1975, 1829, 9307, 3224], "avg_logprob": -0.29503676930771155, "compression_ratio": 1.8181818181818181, "no_speech_prob": 0.0, "words": [{"start": 2644.05, "end": 2644.65, "word": "كيف؟", "probability": 0.6525065104166666}, {"start": 2644.65, "end": 2645.25, "word": " بأعطيهم", "probability": 0.73858642578125}, {"start": 2645.25, "end": 2645.47, "word": " نفس", "probability": 0.99560546875}, {"start": 2645.47, "end": 2645.61, "word": " ال", "probability": 0.95751953125}, {"start": 2645.61, "end": 2646.01, "word": " register", "probability": 0.2998046875}, {"start": 2646.01, "end": 2646.73, "word": " ال", "probability": 0.767578125}, {"start": 2646.73, "end": 2646.97, "word": " gate", "probability": 0.662109375}, {"start": 2646.97, "end": 2647.31, "word": " register", "probability": 0.423828125}, {"start": 2647.31, "end": 2647.61, "word": " هذي", "probability": 0.5403645833333334}, {"start": 2647.61, "end": 2648.13, "word": " قططني", "probability": 0.64727783203125}, {"start": 2648.13, "end": 2648.47, "word": " R", "probability": 0.328369140625}, {"start": 2648.47, "end": 2649.41, "word": " R", "probability": 0.12213134765625}, {"start": 2649.41, "end": 2649.93, "word": " Y", "probability": 0.36279296875}, {"start": 2649.93, "end": 2651.13, "word": " تمام؟", "probability": 0.6105143229166666}, {"start": 2651.13, "end": 2651.35, "word": " R", "probability": 0.7587890625}, {"start": 2651.35, "end": 2651.57, "word": " Y", "probability": 0.78271484375}, {"start": 2651.57, "end": 2652.07, "word": " يحتوى", "probability": 0.70196533203125}, {"start": 2652.07, "end": 2652.27, "word": " على", "probability": 0.853515625}, {"start": 2652.27, "end": 2652.53, "word": " Y", "probability": 0.97509765625}, {"start": 2652.53, "end": 2652.79, "word": " لأنه", "probability": 0.417236328125}, {"start": 2652.79, "end": 2652.81, "word": " لم", "probability": 0.59326171875}, {"start": 2652.81, "end": 2653.13, "word": " يعمل", "probability": 0.9153645833333334}, {"start": 2653.13, "end": 2653.43, "word": " load", "probability": 0.609375}, {"start": 2653.43, "end": 2653.99, "word": " وفي", "probability": 0.758544921875}, {"start": 2653.99, "end": 2654.17, "word": " نفس", "probability": 0.99755859375}, {"start": 2654.17, "end": 2654.37, "word": " الوقت", "probability": 0.9625651041666666}, {"start": 2654.37, "end": 2654.49, "word": " لم", "probability": 0.84814453125}, {"start": 2654.49, "end": 2654.73, "word": " يعمل", "probability": 0.96875}, {"start": 2654.73, "end": 2654.87, "word": " أي", "probability": 0.76220703125}, {"start": 2654.87, "end": 2655.15, "word": " حاجة", "probability": 0.9820963541666666}, {"start": 2655.15, "end": 2655.37, "word": " تانية", "probability": 0.8361002604166666}, {"start": 2655.37, "end": 2655.51, "word": " بس", "probability": 0.883056640625}, {"start": 2655.51, "end": 2655.83, "word": " مجرد", "probability": 0.9395751953125}, {"start": 2655.83, "end": 2655.97, "word": " ذلك", "probability": 0.50469970703125}, {"start": 2655.97, "end": 2656.29, "word": " بيجب", "probability": 0.82177734375}, {"start": 2656.29, "end": 2656.55, "word": " أقول", "probability": 0.84521484375}, {"start": 2656.55, "end": 2656.73, "word": " أن", "probability": 0.3955078125}, {"start": 2656.73, "end": 2657.07, "word": " ال", "probability": 0.771484375}, {"start": 2657.07, "end": 2658.11, "word": " X", "probability": 0.75048828125}, {"start": 2658.11, "end": 2658.65, "word": " الآن", "probability": 0.7022705078125}, {"start": 2658.65, "end": 2660.13, "word": " موجودة", "probability": 0.9781494140625}, {"start": 2660.13, "end": 2660.25, "word": " في", "probability": 0.982421875}, {"start": 2660.25, "end": 2660.51, "word": " R", "probability": 0.76904296875}, {"start": 2660.51, "end": 2660.75, "word": " Y", "probability": 0.89453125}, {"start": 2660.75, "end": 2661.05, "word": " هذا", "probability": 0.86083984375}, {"start": 2661.05, "end": 2661.49, "word": " و", "probability": 0.6484375}, {"start": 2661.49, "end": 2661.59, "word": " ال", "probability": 0.66455078125}, {"start": 2661.59, "end": 2661.81, "word": " Y", "probability": 0.9853515625}, {"start": 2661.81, "end": 2662.13, "word": " كذلك", "probability": 0.974609375}, {"start": 2662.13, "end": 2662.49, "word": " موجودة", "probability": 0.9874267578125}, {"start": 2662.49, "end": 2662.59, "word": " في", "probability": 0.986328125}, {"start": 2662.59, "end": 2662.79, "word": " R", "probability": 0.921875}, {"start": 2662.79, "end": 2663.03, "word": " Y", "probability": 0.9326171875}, {"start": 2663.03, "end": 2663.43, "word": " اللي", "probability": 0.77978515625}, {"start": 2663.43, "end": 2663.57, "word": " هو", "probability": 0.97314453125}, {"start": 2663.57, "end": 2663.87, "word": " هذا", "probability": 0.85595703125}, {"start": 2663.87, "end": 2664.23, "word": " الكلام", "probability": 0.94580078125}, {"start": 2664.23, "end": 2664.33, "word": " اللي", "probability": 0.965576171875}, {"start": 2664.33, "end": 2664.71, "word": " شفناه", "probability": 0.8768310546875}, {"start": 2664.71, "end": 2664.87, "word": " احنا", "probability": 0.89892578125}, {"start": 2664.87, "end": 2665.41, "word": " عمليا", "probability": 0.885009765625}, {"start": 2665.41, "end": 2666.07, "word": " تم", "probability": 0.95947265625}, {"start": 2666.07, "end": 2666.43, "word": " هنا", "probability": 0.9951171875}, {"start": 2666.43, "end": 2668.99, "word": " صح؟", "probability": 0.8797200520833334}, {"start": 2668.99, "end": 2669.25, "word": " بس", "probability": 0.982666015625}, {"start": 2669.25, "end": 2669.63, "word": " هنا", "probability": 0.9921875}, {"start": 2669.63, "end": 2670.85, "word": " اياته", "probability": 0.60382080078125}], "temperature": 1.0}, {"id": 95, "seek": 269125, "start": 2671.47, "end": 2691.25, "text": "لأن دي مش موجودة في R2 عمللها load عمللها load عمللها load عمللها load عمللها load عمللها load عمللها load عمللها load عمللها load عمللها load عمللها load عمللها load عمللها load عمللها load عمللها load عمللها load عمللها load عمللها load عمللها load عمللها load عمللها load عمللها load عمللها load عمللها load عمللها load عمللها load عمللها load عمللها load عمللها load عمللها load عمللها load عمللها load عمللها load عمللها load عمللها load عمللها load عمللها load عمللها load عمللها load عمللها load عمللها load عمللها load عمل", "tokens": [1211, 33456, 11778, 1829, 37893, 3714, 29245, 23328, 3660, 8978, 497, 17, 6225, 42213, 1211, 11296, 3677, 6225, 42213, 1211, 11296, 3677, 6225, 42213, 1211, 11296, 3677, 6225, 42213, 1211, 11296, 3677, 6225, 42213, 1211, 11296, 3677, 6225, 42213, 1211, 11296, 3677, 6225, 42213, 1211, 11296, 3677, 6225, 42213, 1211, 11296, 3677, 6225, 42213, 1211, 11296, 3677, 6225, 42213, 1211, 11296, 3677, 6225, 42213, 1211, 11296, 3677, 6225, 42213, 1211, 11296, 3677, 6225, 42213, 1211, 11296, 3677, 6225, 42213, 1211, 11296, 3677, 6225, 42213, 1211, 11296, 3677, 6225, 42213, 1211, 11296, 3677, 6225, 42213, 1211, 11296, 3677, 6225, 42213, 1211, 11296, 3677, 6225, 42213, 1211, 11296, 3677, 6225, 42213, 1211, 11296, 3677, 6225, 42213, 1211, 11296, 3677, 6225, 42213, 1211, 11296, 3677, 6225, 42213, 1211, 11296, 3677, 6225, 42213, 1211, 11296, 3677, 6225, 42213, 1211, 11296, 3677, 6225, 42213, 1211, 11296, 3677, 6225, 42213, 1211, 11296, 3677, 6225, 42213, 1211, 11296, 3677, 6225, 42213, 1211, 11296, 3677, 6225, 42213, 1211, 11296, 3677, 6225, 42213, 1211, 11296, 3677, 6225, 42213, 1211, 11296, 3677, 6225, 42213, 1211, 11296, 3677, 6225, 42213, 1211, 11296, 3677, 6225, 42213, 1211, 11296, 3677, 6225, 42213, 1211, 11296, 3677, 6225, 42213, 1211, 11296, 3677, 6225, 42213, 1211, 11296, 3677, 6225, 42213, 1211, 11296, 3677, 6225, 42213, 1211, 11296, 3677, 6225, 42213, 1211, 11296, 3677, 6225, 42213, 1211, 11296, 3677, 6225, 42213], "avg_logprob": -0.06631944550408257, "compression_ratio": 12.307692307692308, "no_speech_prob": 0.0, "words": [{"start": 2671.47, "end": 2671.91, "word": "لأن", "probability": 0.862060546875}, {"start": 2671.91, "end": 2672.33, "word": " دي", "probability": 0.5794677734375}, {"start": 2672.33, "end": 2672.71, "word": " مش", "probability": 0.241943359375}, {"start": 2672.71, "end": 2673.33, "word": " موجودة", "probability": 0.981689453125}, {"start": 2673.33, "end": 2673.43, "word": " في", "probability": 0.88671875}, {"start": 2673.43, "end": 2673.95, "word": " R2", "probability": 0.82421875}, {"start": 2673.95, "end": 2674.81, "word": " عمللها", "probability": 0.65460205078125}, {"start": 2674.81, "end": 2675.11, "word": " load", "probability": 0.70263671875}, {"start": 2675.11, "end": 2677.15, "word": " عمللها", "probability": 0.7742919921875}, {"start": 2677.15, "end": 2677.41, "word": " load", "probability": 0.939453125}, {"start": 2677.41, "end": 2687.91, "word": " عمللها", "probability": 0.64617919921875}, {"start": 2687.91, "end": 2688.05, "word": " load", "probability": 0.94140625}, {"start": 2688.05, "end": 2688.71, "word": " عمللها", "probability": 0.81512451171875}, {"start": 2688.71, "end": 2689.09, "word": " load", "probability": 0.98388671875}, {"start": 2689.09, "end": 2689.31, "word": " عمللها", "probability": 0.9395751953125}, {"start": 2689.31, "end": 2689.31, "word": " load", "probability": 0.98828125}, {"start": 2689.31, "end": 2689.31, "word": " عمللها", "probability": 0.9637451171875}, {"start": 2689.31, "end": 2689.31, "word": " load", "probability": 0.990234375}, {"start": 2689.31, "end": 2689.39, "word": " عمللها", "probability": 0.9666748046875}, {"start": 2689.39, "end": 2689.39, "word": " load", "probability": 0.99169921875}, {"start": 2689.39, "end": 2689.43, "word": " عمللها", "probability": 0.966064453125}, {"start": 2689.43, "end": 2689.43, "word": " load", "probability": 0.9921875}, {"start": 2689.43, "end": 2689.49, "word": " عمللها", "probability": 0.9676513671875}, {"start": 2689.49, "end": 2689.49, "word": " load", "probability": 0.9921875}, {"start": 2689.49, "end": 2689.55, "word": " عمللها", "probability": 0.9727783203125}, {"start": 2689.55, "end": 2689.57, "word": " load", "probability": 0.99267578125}, {"start": 2689.57, "end": 2689.65, "word": " عمللها", "probability": 0.97802734375}, {"start": 2689.65, "end": 2689.67, "word": " load", "probability": 0.9931640625}, {"start": 2689.67, "end": 2689.75, "word": " عمللها", "probability": 0.9820556640625}, {"start": 2689.75, "end": 2689.77, "word": " load", "probability": 0.994140625}, {"start": 2689.77, "end": 2689.77, "word": " عمللها", "probability": 0.984130859375}, {"start": 2689.77, "end": 2689.77, "word": " load", "probability": 0.99462890625}, {"start": 2689.77, "end": 2689.77, "word": " عمللها", "probability": 0.9857177734375}, {"start": 2689.77, "end": 2689.77, "word": " load", "probability": 0.9951171875}, {"start": 2689.77, "end": 2689.77, "word": " عمللها", "probability": 0.9869384765625}, {"start": 2689.77, "end": 2689.77, "word": " load", "probability": 0.99560546875}, {"start": 2689.77, "end": 2689.77, "word": " عمللها", "probability": 0.9876708984375}, {"start": 2689.77, "end": 2689.77, "word": " load", "probability": 0.99609375}, {"start": 2689.77, "end": 2689.77, "word": " عمللها", "probability": 0.9879150390625}, {"start": 2689.77, "end": 2689.77, "word": " load", "probability": 0.99609375}, {"start": 2689.77, "end": 2689.77, "word": " عمللها", "probability": 0.9884033203125}, {"start": 2689.77, "end": 2689.77, "word": " load", "probability": 0.99609375}, {"start": 2689.77, "end": 2689.77, "word": " عمللها", "probability": 0.9886474609375}, {"start": 2689.77, "end": 2689.77, "word": " load", "probability": 0.99609375}, {"start": 2689.77, "end": 2689.77, "word": " عمللها", "probability": 0.9888916015625}, {"start": 2689.77, "end": 2689.77, "word": " load", "probability": 0.99658203125}, {"start": 2689.77, "end": 2689.77, "word": " عمللها", "probability": 0.989013671875}, {"start": 2689.77, "end": 2689.79, "word": " load", "probability": 0.99658203125}, {"start": 2689.79, "end": 2689.79, "word": " عمللها", "probability": 0.9891357421875}, {"start": 2689.79, "end": 2689.79, "word": " load", "probability": 0.99609375}, {"start": 2689.79, "end": 2689.79, "word": " عمللها", "probability": 0.9888916015625}, {"start": 2689.79, "end": 2689.79, "word": " load", "probability": 0.99658203125}, {"start": 2689.79, "end": 2689.81, "word": " عمللها", "probability": 0.989013671875}, {"start": 2689.81, "end": 2689.81, "word": " load", "probability": 0.99609375}, {"start": 2689.81, "end": 2689.81, "word": " عمللها", "probability": 0.9892578125}, {"start": 2689.81, "end": 2689.81, "word": " load", "probability": 0.99609375}, {"start": 2689.81, "end": 2689.81, "word": " عمللها", "probability": 0.9888916015625}, {"start": 2689.81, "end": 2689.81, "word": " load", "probability": 0.99609375}, {"start": 2689.81, "end": 2689.81, "word": " عمللها", "probability": 0.9891357421875}, {"start": 2689.81, "end": 2689.81, "word": " load", "probability": 0.99609375}, {"start": 2689.81, "end": 2689.81, "word": " عمللها", "probability": 0.989013671875}, {"start": 2689.81, "end": 2689.81, "word": " load", "probability": 0.99560546875}, {"start": 2689.81, "end": 2689.93, "word": " عمللها", "probability": 0.9888916015625}, {"start": 2689.93, "end": 2689.93, "word": " load", "probability": 0.99560546875}, {"start": 2689.93, "end": 2689.93, "word": " عمللها", "probability": 0.9881591796875}, {"start": 2689.93, "end": 2689.93, "word": " load", "probability": 0.9951171875}, {"start": 2689.93, "end": 2689.93, "word": " عمللها", "probability": 0.98828125}, {"start": 2689.93, "end": 2689.93, "word": " load", "probability": 0.99462890625}, {"start": 2689.93, "end": 2689.93, "word": " عمللها", "probability": 0.9879150390625}, {"start": 2689.93, "end": 2689.93, "word": " load", "probability": 0.994140625}, {"start": 2689.93, "end": 2689.99, "word": " عمللها", "probability": 0.9873046875}, {"start": 2689.99, "end": 2689.99, "word": " load", "probability": 0.99365234375}, {"start": 2689.99, "end": 2689.99, "word": " عمللها", "probability": 0.9869384765625}, {"start": 2689.99, "end": 2689.99, "word": " load", "probability": 0.9931640625}, {"start": 2689.99, "end": 2689.99, "word": " عمللها", "probability": 0.986572265625}, {"start": 2689.99, "end": 2689.99, "word": " load", "probability": 0.9921875}, {"start": 2689.99, "end": 2689.99, "word": " عمللها", "probability": 0.9854736328125}, {"start": 2689.99, "end": 2689.99, "word": " load", "probability": 0.9912109375}, {"start": 2689.99, "end": 2689.99, "word": " عمللها", "probability": 0.9844970703125}, {"start": 2689.99, "end": 2689.99, "word": " load", "probability": 0.98974609375}, {"start": 2689.99, "end": 2689.99, "word": " عمللها", "probability": 0.9830322265625}, {"start": 2689.99, "end": 2689.99, "word": " load", "probability": 0.98828125}, {"start": 2689.99, "end": 2689.99, "word": " عمللها", "probability": 0.9822998046875}, {"start": 2689.99, "end": 2689.99, "word": " load", "probability": 0.98681640625}, {"start": 2689.99, "end": 2689.99, "word": " عمللها", "probability": 0.981201171875}, {"start": 2689.99, "end": 2689.99, "word": " load", "probability": 0.9853515625}, {"start": 2689.99, "end": 2689.99, "word": " عمللها", "probability": 0.9805908203125}, {"start": 2689.99, "end": 2689.99, "word": " load", "probability": 0.9833984375}, {"start": 2689.99, "end": 2690.79, "word": " عمللها", "probability": 0.980224609375}, {"start": 2690.79, "end": 2691.01, "word": " load", "probability": 0.98095703125}, {"start": 2691.01, "end": 2691.25, "word": " عمل", "probability": 0.95703125}], "temperature": 1.0}, {"id": 96, "seek": 271296, "start": 2692.42, "end": 2712.96, "text": "الانستركتشن هذي ال subtraction و ال subtraction هذي ليش هنا لازمني two loads و هنا لازمني واحدة و هنا كذلك لازمني ليش مالزمنيش loads بالمرة و هنا ليش لازمني load واحدة و هنا ليش مالزمنيش loads و بس ال operation و هنا في ال exit ليش لازمني هدول اتنين", "tokens": [6027, 7649, 14851, 2288, 4117, 2655, 8592, 1863, 8032, 8848, 1829, 2423, 16390, 313, 4032, 2423, 16390, 313, 8032, 8848, 1829, 32239, 8592, 34105, 5296, 31377, 2304, 22653, 732, 12668, 4032, 34105, 5296, 31377, 2304, 22653, 36764, 24401, 3660, 4032, 34105, 9122, 8848, 23275, 5296, 31377, 2304, 22653, 32239, 8592, 3714, 6027, 11622, 2304, 22653, 8592, 12668, 20666, 2304, 25720, 4032, 34105, 32239, 8592, 5296, 31377, 2304, 22653, 3677, 36764, 24401, 3660, 4032, 34105, 32239, 8592, 3714, 6027, 11622, 2304, 22653, 8592, 12668, 4032, 4724, 3794, 2423, 6916, 4032, 34105, 8978, 2423, 11043, 32239, 8592, 5296, 31377, 2304, 22653, 8032, 3215, 12610, 1975, 2655, 1863, 9957], "avg_logprob": -0.32827101355401156, "compression_ratio": 2.2848837209302326, "no_speech_prob": 0.044708251953125, "words": [{"start": 2692.4199999999996, "end": 2693.18, "word": "الانستركتشن", "probability": 0.571075439453125}, {"start": 2693.18, "end": 2693.5, "word": " هذي", "probability": 0.3666178385416667}, {"start": 2693.5, "end": 2694.02, "word": " ال", "probability": 0.345458984375}, {"start": 2694.02, "end": 2695.0, "word": " subtraction", "probability": 0.679931640625}, {"start": 2695.0, "end": 2695.28, "word": " و", "probability": 0.340576171875}, {"start": 2695.28, "end": 2695.32, "word": " ال", "probability": 0.5810546875}, {"start": 2695.32, "end": 2695.86, "word": " subtraction", "probability": 0.885009765625}, {"start": 2695.86, "end": 2696.4, "word": " هذي", "probability": 0.8037109375}, {"start": 2696.4, "end": 2696.9, "word": " ليش", "probability": 0.656005859375}, {"start": 2696.9, "end": 2697.06, "word": " هنا", "probability": 0.845703125}, {"start": 2697.06, "end": 2697.52, "word": " لازمني", "probability": 0.8941650390625}, {"start": 2697.52, "end": 2697.78, "word": " two", "probability": 0.75830078125}, {"start": 2697.78, "end": 2698.2, "word": " loads", "probability": 0.83740234375}, {"start": 2698.2, "end": 2699.24, "word": " و", "probability": 0.787109375}, {"start": 2699.24, "end": 2699.48, "word": " هنا", "probability": 0.9384765625}, {"start": 2699.48, "end": 2700.08, "word": " لازمني", "probability": 0.97119140625}, {"start": 2700.08, "end": 2700.54, "word": " واحدة", "probability": 0.94970703125}, {"start": 2700.54, "end": 2701.08, "word": " و", "probability": 0.205078125}, {"start": 2701.08, "end": 2701.2, "word": " هنا", "probability": 0.7861328125}, {"start": 2701.2, "end": 2701.5, "word": " كذلك", "probability": 0.8850911458333334}, {"start": 2701.5, "end": 2701.92, "word": " لازمني", "probability": 0.82958984375}, {"start": 2701.92, "end": 2701.92, "word": " ليش", "probability": 0.51593017578125}, {"start": 2701.92, "end": 2702.5, "word": " مالزمنيش", "probability": 0.6666666666666666}, {"start": 2702.5, "end": 2702.8, "word": " loads", "probability": 0.67919921875}, {"start": 2702.8, "end": 2703.44, "word": " بالمرة", "probability": 0.86767578125}, {"start": 2703.44, "end": 2704.5, "word": " و", "probability": 0.388427734375}, {"start": 2704.5, "end": 2704.72, "word": " هنا", "probability": 0.84716796875}, {"start": 2704.72, "end": 2705.1, "word": " ليش", "probability": 0.780517578125}, {"start": 2705.1, "end": 2705.46, "word": " لازمني", "probability": 0.9139404296875}, {"start": 2705.46, "end": 2705.68, "word": " load", "probability": 0.83642578125}, {"start": 2705.68, "end": 2706.42, "word": " واحدة", "probability": 0.9700520833333334}, {"start": 2706.42, "end": 2706.8, "word": " و", "probability": 0.87060546875}, {"start": 2706.8, "end": 2707.08, "word": " هنا", "probability": 0.943359375}, {"start": 2707.08, "end": 2708.22, "word": " ليش", "probability": 0.7489013671875}, {"start": 2708.22, "end": 2708.72, "word": " مالزمنيش", "probability": 0.9280598958333334}, {"start": 2708.72, "end": 2709.0, "word": " loads", "probability": 0.90966796875}, {"start": 2709.0, "end": 2709.14, "word": " و", "probability": 0.80029296875}, {"start": 2709.14, "end": 2709.3, "word": " بس", "probability": 0.7919921875}, {"start": 2709.3, "end": 2709.82, "word": " ال", "probability": 0.890625}, {"start": 2709.82, "end": 2710.24, "word": " operation", "probability": 0.8076171875}, {"start": 2710.24, "end": 2710.78, "word": " و", "probability": 0.919921875}, {"start": 2710.78, "end": 2711.04, "word": " هنا", "probability": 0.9716796875}, {"start": 2711.04, "end": 2711.28, "word": " في", "probability": 0.8212890625}, {"start": 2711.28, "end": 2711.36, "word": " ال", "probability": 0.95166015625}, {"start": 2711.36, "end": 2711.62, "word": " exit", "probability": 0.96044921875}, {"start": 2711.62, "end": 2711.98, "word": " ليش", "probability": 0.935302734375}, {"start": 2711.98, "end": 2712.32, "word": " لازمني", "probability": 0.982421875}, {"start": 2712.32, "end": 2712.58, "word": " هدول", "probability": 0.711181640625}, {"start": 2712.58, "end": 2712.96, "word": " اتنين", "probability": 0.886474609375}], "temperature": 1.0}, {"id": 97, "seek": 274676, "start": 2722.32, "end": 2746.76, "text": "الـ GetRegisterFunction هذه سكشن تمانية ستة تلاتة بيوضح آلية عمل الـ GetRegisterFunction الـ GetRegisterFunction هذه بس بدنا نذكر فكرتها باختصار شديد على السريع", "tokens": [6027, 39184, 3240, 40888, 1964, 37, 32627, 29538, 8608, 4117, 8592, 1863, 46811, 7649, 10632, 8608, 2655, 3660, 6055, 1211, 9307, 3660, 4724, 1829, 2407, 11242, 5016, 19753, 1211, 10632, 6225, 42213, 2423, 39184, 3240, 40888, 1964, 37, 32627, 2423, 39184, 3240, 40888, 1964, 37, 32627, 29538, 4724, 3794, 47525, 8315, 8717, 8848, 37983, 6156, 4117, 43500, 11296, 4724, 47283, 2655, 9381, 9640, 13412, 16254, 3215, 15844, 21136, 16572, 3615], "avg_logprob": -0.2647447250258755, "compression_ratio": 1.5649350649350648, "no_speech_prob": 0.0, "words": [{"start": 2722.32, "end": 2723.68, "word": "الـ", "probability": 0.4959716796875}, {"start": 2723.68, "end": 2724.96, "word": " GetRegisterFunction", "probability": 0.6091796875}, {"start": 2724.96, "end": 2725.42, "word": " هذه", "probability": 0.274658203125}, {"start": 2725.42, "end": 2725.98, "word": " سكشن", "probability": 0.5556182861328125}, {"start": 2725.98, "end": 2726.4, "word": " تمانية", "probability": 0.7167154947916666}, {"start": 2726.4, "end": 2726.84, "word": " ستة", "probability": 0.9010416666666666}, {"start": 2726.84, "end": 2727.86, "word": " تلاتة", "probability": 0.8995361328125}, {"start": 2727.86, "end": 2729.3, "word": " بيوضح", "probability": 0.822119140625}, {"start": 2729.3, "end": 2729.74, "word": " آلية", "probability": 0.6163736979166666}, {"start": 2729.74, "end": 2730.2, "word": " عمل", "probability": 0.990478515625}, {"start": 2730.2, "end": 2730.5, "word": " الـ", "probability": 0.816162109375}, {"start": 2730.5, "end": 2731.74, "word": " GetRegisterFunction", "probability": 0.88994140625}, {"start": 2731.74, "end": 2737.22, "word": " الـ", "probability": 0.720458984375}, {"start": 2737.22, "end": 2738.32, "word": " GetRegisterFunction", "probability": 0.93974609375}, {"start": 2738.32, "end": 2738.74, "word": " هذه", "probability": 0.92724609375}, {"start": 2738.74, "end": 2739.02, "word": " بس", "probability": 0.75634765625}, {"start": 2739.02, "end": 2739.5, "word": " بدنا", "probability": 0.8994140625}, {"start": 2739.5, "end": 2740.8, "word": " نذكر", "probability": 0.978515625}, {"start": 2740.8, "end": 2742.52, "word": " فكرتها", "probability": 0.869140625}, {"start": 2742.52, "end": 2743.44, "word": " باختصار", "probability": 0.9794921875}, {"start": 2743.44, "end": 2744.32, "word": " شديد", "probability": 0.9794921875}, {"start": 2744.32, "end": 2746.14, "word": " على", "probability": 0.74951171875}, {"start": 2746.14, "end": 2746.76, "word": " السريع", "probability": 0.9705403645833334}], "temperature": 1.0}, {"id": 98, "seek": 278529, "start": 2759.77, "end": 2785.29, "text": "شو قولنا هي الغرب منها؟ ايش الغرب منها اللي جيت ال register يعني؟ بتحجز عندك ال variable بتحجز القيمة بتحجز ال register بتحجزلي ال registers او بتقول لي ايش استخدم ال registers لل instruction هذه لدي instruction و ال instruction فيها captured variables واحد اتنين او تلاتة", "tokens": [8592, 2407, 12174, 12610, 8315, 39896, 6024, 118, 25513, 9154, 11296, 22807, 1975, 1829, 8592, 6024, 118, 25513, 9154, 11296, 13672, 1829, 10874, 36081, 2423, 7280, 37495, 22653, 22807, 39894, 5016, 7435, 11622, 43242, 4117, 2423, 7006, 39894, 5016, 7435, 11622, 25062, 32640, 3660, 39894, 5016, 7435, 11622, 2423, 7280, 39894, 5016, 7435, 11622, 20292, 2423, 38351, 1975, 2407, 39894, 39648, 32239, 1975, 1829, 8592, 44713, 9778, 40448, 2423, 38351, 24976, 10951, 29538, 5296, 16254, 10951, 4032, 2423, 10951, 8978, 11296, 11828, 9102, 36764, 24401, 1975, 2655, 1863, 9957, 1975, 2407, 6055, 1211, 9307, 3660], "avg_logprob": -0.33984373944501084, "compression_ratio": 1.9519230769230769, "no_speech_prob": 0.0, "words": [{"start": 2759.77, "end": 2760.41, "word": "شو", "probability": 0.517425537109375}, {"start": 2760.41, "end": 2760.63, "word": " قولنا", "probability": 0.70068359375}, {"start": 2760.63, "end": 2760.85, "word": " هي", "probability": 0.50341796875}, {"start": 2760.85, "end": 2761.89, "word": " الغرب", "probability": 0.85693359375}, {"start": 2761.89, "end": 2763.91, "word": " منها؟", "probability": 0.8264973958333334}, {"start": 2763.91, "end": 2765.21, "word": " ايش", "probability": 0.70556640625}, {"start": 2765.21, "end": 2765.51, "word": " الغرب", "probability": 0.955078125}, {"start": 2765.51, "end": 2765.75, "word": " منها", "probability": 0.96533203125}, {"start": 2765.75, "end": 2765.85, "word": " اللي", "probability": 0.65771484375}, {"start": 2765.85, "end": 2766.01, "word": " جيت", "probability": 0.5465087890625}, {"start": 2766.01, "end": 2766.09, "word": " ال", "probability": 0.67919921875}, {"start": 2766.09, "end": 2766.41, "word": " register", "probability": 0.859375}, {"start": 2766.41, "end": 2768.41, "word": " يعني؟", "probability": 0.4450276692708333}, {"start": 2768.41, "end": 2769.15, "word": " بتحجز", "probability": 0.8699951171875}, {"start": 2769.15, "end": 2769.53, "word": " عندك", "probability": 0.983154296875}, {"start": 2769.53, "end": 2769.67, "word": " ال", "probability": 0.9033203125}, {"start": 2769.67, "end": 2770.11, "word": " variable", "probability": 0.70703125}, {"start": 2770.11, "end": 2772.23, "word": " بتحجز", "probability": 0.886962890625}, {"start": 2772.23, "end": 2773.15, "word": " القيمة", "probability": 0.80322265625}, {"start": 2773.15, "end": 2773.73, "word": " بتحجز", "probability": 0.8719482421875}, {"start": 2773.73, "end": 2773.87, "word": " ال", "probability": 0.2435302734375}, {"start": 2773.87, "end": 2774.33, "word": " register", "probability": 0.32080078125}, {"start": 2774.33, "end": 2775.33, "word": " بتحجزلي", "probability": 0.717626953125}, {"start": 2775.33, "end": 2775.41, "word": " ال", "probability": 0.81689453125}, {"start": 2775.41, "end": 2775.89, "word": " registers", "probability": 0.77392578125}, {"start": 2775.89, "end": 2776.23, "word": " او", "probability": 0.6937255859375}, {"start": 2776.23, "end": 2777.11, "word": " بتقول", "probability": 0.950927734375}, {"start": 2777.11, "end": 2777.23, "word": " لي", "probability": 0.6787109375}, {"start": 2777.23, "end": 2777.39, "word": " ايش", "probability": 0.7093912760416666}, {"start": 2777.39, "end": 2777.81, "word": " استخدم", "probability": 0.9261067708333334}, {"start": 2777.81, "end": 2777.91, "word": " ال", "probability": 0.9443359375}, {"start": 2777.91, "end": 2778.37, "word": " registers", "probability": 0.84326171875}, {"start": 2778.37, "end": 2778.67, "word": " لل", "probability": 0.263916015625}, {"start": 2778.67, "end": 2779.87, "word": " instruction", "probability": 0.77099609375}, {"start": 2779.87, "end": 2780.25, "word": " هذه", "probability": 0.498046875}, {"start": 2780.25, "end": 2780.57, "word": " لدي", "probability": 0.40966796875}, {"start": 2780.57, "end": 2781.09, "word": " instruction", "probability": 0.70068359375}, {"start": 2781.09, "end": 2781.25, "word": " و", "probability": 0.327880859375}, {"start": 2781.25, "end": 2781.29, "word": " ال", "probability": 0.775390625}, {"start": 2781.29, "end": 2781.49, "word": " instruction", "probability": 0.9638671875}, {"start": 2781.49, "end": 2782.03, "word": " فيها", "probability": 0.981201171875}, {"start": 2782.03, "end": 2782.65, "word": " captured", "probability": 0.5869140625}, {"start": 2782.65, "end": 2783.33, "word": " variables", "probability": 0.966796875}, {"start": 2783.33, "end": 2783.85, "word": " واحد", "probability": 0.897216796875}, {"start": 2783.85, "end": 2784.13, "word": " اتنين", "probability": 0.9456787109375}, {"start": 2784.13, "end": 2784.27, "word": " او", "probability": 0.916259765625}, {"start": 2784.27, "end": 2785.29, "word": " تلاتة", "probability": 0.9329833984375}], "temperature": 1.0}, {"id": 99, "seek": 280930, "start": 2786.74, "end": 2809.3, "text": "بدي لكل variable هدولة memory ادرس بدي اجيب القيم تبعد من ال registers بدي اتقول لمين ال registers اللي استخدمها اه هي عند ال machine فيها عدد محدود من ال registers ال get register هي اللي بتعطينا ال allocation صح فاخدها عندك على سبيل المثال اللي هو ال instruction زي هذه X بساوة Y زائد 6", "tokens": [3555, 16254, 5296, 28820, 7006, 8032, 3215, 12610, 3660, 4675, 1975, 3215, 2288, 3794, 4724, 16254, 1975, 7435, 1829, 3555, 25062, 32640, 6055, 3555, 22488, 9154, 2423, 38351, 4724, 16254, 1975, 2655, 39648, 32767, 9957, 2423, 38351, 13672, 1829, 44713, 9778, 40448, 11296, 1975, 3224, 39896, 43242, 2423, 3479, 8978, 11296, 6225, 3215, 3215, 3714, 24401, 23328, 9154, 2423, 38351, 2423, 483, 7280, 39896, 13672, 1829, 39894, 3615, 9566, 1829, 8315, 2423, 27599, 20328, 5016, 6156, 47283, 3215, 11296, 43242, 4117, 15844, 8608, 21292, 1211, 9673, 12984, 6027, 13672, 1829, 31439, 2423, 10951, 30767, 1829, 29538, 1783, 4724, 3794, 995, 2407, 3660, 398, 30767, 16373, 3215, 1386], "avg_logprob": -0.4250578849955841, "compression_ratio": 1.7380952380952381, "no_speech_prob": 0.0, "words": [{"start": 2786.7400000000002, "end": 2787.34, "word": "بدي", "probability": 0.156646728515625}, {"start": 2787.34, "end": 2787.76, "word": " لكل", "probability": 0.769775390625}, {"start": 2787.76, "end": 2788.2, "word": " variable", "probability": 0.7001953125}, {"start": 2788.2, "end": 2788.6, "word": " هدولة", "probability": 0.7763671875}, {"start": 2788.6, "end": 2788.9, "word": " memory", "probability": 0.82958984375}, {"start": 2788.9, "end": 2789.3, "word": " ادرس", "probability": 0.6671905517578125}, {"start": 2789.3, "end": 2789.68, "word": " بدي", "probability": 0.529327392578125}, {"start": 2789.68, "end": 2789.9, "word": " اجيب", "probability": 0.68988037109375}, {"start": 2789.9, "end": 2790.16, "word": " القيم", "probability": 0.83740234375}, {"start": 2790.16, "end": 2790.42, "word": " تبعد", "probability": 0.5352376302083334}, {"start": 2790.42, "end": 2790.54, "word": " من", "probability": 0.311767578125}, {"start": 2790.54, "end": 2790.64, "word": " ال", "probability": 0.55908203125}, {"start": 2790.64, "end": 2790.96, "word": " registers", "probability": 0.60986328125}, {"start": 2790.96, "end": 2791.26, "word": " بدي", "probability": 0.809326171875}, {"start": 2791.26, "end": 2791.54, "word": " اتقول", "probability": 0.4939371744791667}, {"start": 2791.54, "end": 2791.8, "word": " لمين", "probability": 0.667724609375}, {"start": 2791.8, "end": 2791.9, "word": " ال", "probability": 0.95263671875}, {"start": 2791.9, "end": 2792.2, "word": " registers", "probability": 0.88916015625}, {"start": 2792.2, "end": 2792.38, "word": " اللي", "probability": 0.665771484375}, {"start": 2792.38, "end": 2793.08, "word": " استخدمها", "probability": 0.82745361328125}, {"start": 2793.08, "end": 2793.94, "word": " اه", "probability": 0.51611328125}, {"start": 2793.94, "end": 2794.24, "word": " هي", "probability": 0.333740234375}, {"start": 2794.24, "end": 2794.58, "word": " عند", "probability": 0.477294921875}, {"start": 2794.58, "end": 2795.48, "word": " ال", "probability": 0.264404296875}, {"start": 2795.48, "end": 2796.24, "word": " machine", "probability": 0.56689453125}, {"start": 2796.24, "end": 2796.64, "word": " فيها", "probability": 0.6513671875}, {"start": 2796.64, "end": 2796.92, "word": " عدد", "probability": 0.9783528645833334}, {"start": 2796.92, "end": 2797.36, "word": " محدود", "probability": 0.9860026041666666}, {"start": 2797.36, "end": 2797.54, "word": " من", "probability": 0.97705078125}, {"start": 2797.54, "end": 2797.76, "word": " ال", "probability": 0.9873046875}, {"start": 2797.76, "end": 2798.24, "word": " registers", "probability": 0.9169921875}, {"start": 2798.24, "end": 2798.86, "word": " ال", "probability": 0.87646484375}, {"start": 2798.86, "end": 2799.04, "word": " get", "probability": 0.7314453125}, {"start": 2799.04, "end": 2799.4, "word": " register", "probability": 0.77978515625}, {"start": 2799.4, "end": 2799.64, "word": " هي", "probability": 0.79296875}, {"start": 2799.64, "end": 2799.78, "word": " اللي", "probability": 0.975341796875}, {"start": 2799.78, "end": 2800.26, "word": " بتعطينا", "probability": 0.75634765625}, {"start": 2800.26, "end": 2800.34, "word": " ال", "probability": 0.943359375}, {"start": 2800.34, "end": 2800.84, "word": " allocation", "probability": 0.96630859375}, {"start": 2800.84, "end": 2801.96, "word": " صح", "probability": 0.753662109375}, {"start": 2801.96, "end": 2805.04, "word": " فاخدها", "probability": 0.607940673828125}, {"start": 2805.04, "end": 2805.26, "word": " عندك", "probability": 0.805908203125}, {"start": 2805.26, "end": 2805.4, "word": " على", "probability": 0.59912109375}, {"start": 2805.4, "end": 2805.58, "word": " سبيل", "probability": 0.7605794270833334}, {"start": 2805.58, "end": 2805.94, "word": " المثال", "probability": 0.8722330729166666}, {"start": 2805.94, "end": 2806.2, "word": " اللي", "probability": 0.77880859375}, {"start": 2806.2, "end": 2806.38, "word": " هو", "probability": 0.61181640625}, {"start": 2806.38, "end": 2806.48, "word": " ال", "probability": 0.88818359375}, {"start": 2806.48, "end": 2806.78, "word": " instruction", "probability": 0.55908203125}, {"start": 2806.78, "end": 2807.06, "word": " زي", "probability": 0.966552734375}, {"start": 2807.06, "end": 2807.32, "word": " هذه", "probability": 0.344482421875}, {"start": 2807.32, "end": 2807.64, "word": " X", "probability": 0.418701171875}, {"start": 2807.64, "end": 2808.06, "word": " بساوة", "probability": 0.749560546875}, {"start": 2808.06, "end": 2808.3, "word": " Y", "probability": 0.26171875}, {"start": 2808.3, "end": 2808.86, "word": " زائد", "probability": 0.83349609375}, {"start": 2808.86, "end": 2809.3, "word": " 6", "probability": 0.60693359375}], "temperature": 1.0}, {"id": 100, "seek": 283740, "start": 2815.22, "end": 2837.4, "text": "و Y و Z هتجب ان تضبط ال register جيت ال register هذي انا بعطيها ال instruction و هى بتروح و بتبص على ال instruction بتشوف ايش فيها ال variables و بتقولى لكل variable ايش استخدم يعني هتقولى ل X استخدم ال register كده و ل Y استخدم ال register كده و ل Z استخدم ال register كده", "tokens": [2407, 398, 4032, 1176, 8032, 2655, 7435, 3555, 16472, 6055, 11242, 3555, 9566, 2423, 7280, 10874, 36081, 2423, 7280, 8032, 8848, 1829, 1975, 8315, 4724, 3615, 9566, 1829, 11296, 2423, 10951, 4032, 8032, 7578, 39894, 32887, 5016, 4032, 39894, 3555, 9381, 15844, 2423, 10951, 39894, 8592, 38688, 1975, 1829, 8592, 8978, 11296, 2423, 9102, 4032, 39894, 39648, 7578, 5296, 28820, 7006, 1975, 1829, 8592, 44713, 9778, 40448, 37495, 22653, 8032, 2655, 39648, 7578, 5296, 1783, 44713, 9778, 40448, 2423, 7280, 9122, 3215, 3224, 4032, 5296, 398, 44713, 9778, 40448, 2423, 7280, 9122, 3215, 3224, 4032, 5296, 1176, 44713, 9778, 40448, 2423, 7280, 9122, 3215, 3224], "avg_logprob": -0.3464033089156421, "compression_ratio": 2.098445595854922, "no_speech_prob": 2.384185791015625e-07, "words": [{"start": 2815.22, "end": 2815.38, "word": "و", "probability": 0.204833984375}, {"start": 2815.38, "end": 2815.52, "word": " Y", "probability": 0.385986328125}, {"start": 2815.52, "end": 2815.68, "word": " و", "probability": 0.63330078125}, {"start": 2815.68, "end": 2815.68, "word": " Z", "probability": 0.79931640625}, {"start": 2815.68, "end": 2815.96, "word": " هتجب", "probability": 0.39361572265625}, {"start": 2815.96, "end": 2816.04, "word": " ان", "probability": 0.369140625}, {"start": 2816.04, "end": 2816.16, "word": " تضبط", "probability": 0.65673828125}, {"start": 2816.16, "end": 2816.2, "word": " ال", "probability": 0.5869140625}, {"start": 2816.2, "end": 2816.5, "word": " register", "probability": 0.61572265625}, {"start": 2816.5, "end": 2817.96, "word": " جيت", "probability": 0.275909423828125}, {"start": 2817.96, "end": 2818.04, "word": " ال", "probability": 0.59033203125}, {"start": 2818.04, "end": 2818.36, "word": " register", "probability": 0.91455078125}, {"start": 2818.36, "end": 2818.72, "word": " هذي", "probability": 0.5865885416666666}, {"start": 2818.72, "end": 2818.88, "word": " انا", "probability": 0.6026611328125}, {"start": 2818.88, "end": 2819.2, "word": " بعطيها", "probability": 0.824267578125}, {"start": 2819.2, "end": 2819.3, "word": " ال", "probability": 0.76513671875}, {"start": 2819.3, "end": 2819.76, "word": " instruction", "probability": 0.76708984375}, {"start": 2819.76, "end": 2820.9, "word": " و", "probability": 0.42333984375}, {"start": 2820.9, "end": 2821.02, "word": " هى", "probability": 0.621826171875}, {"start": 2821.02, "end": 2821.38, "word": " بتروح", "probability": 0.6904703776041666}, {"start": 2821.38, "end": 2821.46, "word": " و", "probability": 0.2479248046875}, {"start": 2821.46, "end": 2821.86, "word": " بتبص", "probability": 0.6400553385416666}, {"start": 2821.86, "end": 2822.02, "word": " على", "probability": 0.4921875}, {"start": 2822.02, "end": 2822.16, "word": " ال", "probability": 0.97021484375}, {"start": 2822.16, "end": 2822.66, "word": " instruction", "probability": 0.9267578125}, {"start": 2822.66, "end": 2823.48, "word": " بتشوف", "probability": 0.88037109375}, {"start": 2823.48, "end": 2823.68, "word": " ايش", "probability": 0.8269856770833334}, {"start": 2823.68, "end": 2823.9, "word": " فيها", "probability": 0.964111328125}, {"start": 2823.9, "end": 2823.98, "word": " ال", "probability": 0.7255859375}, {"start": 2823.98, "end": 2824.3, "word": " variables", "probability": 0.8701171875}, {"start": 2824.3, "end": 2824.9, "word": " و", "probability": 0.87255859375}, {"start": 2824.9, "end": 2825.4, "word": " بتقولى", "probability": 0.7086181640625}, {"start": 2825.4, "end": 2825.76, "word": " لكل", "probability": 0.791748046875}, {"start": 2825.76, "end": 2826.2, "word": " variable", "probability": 0.93359375}, {"start": 2826.2, "end": 2826.44, "word": " ايش", "probability": 0.8284505208333334}, {"start": 2826.44, "end": 2826.9, "word": " استخدم", "probability": 0.8587239583333334}, {"start": 2826.9, "end": 2827.1, "word": " يعني", "probability": 0.575927734375}, {"start": 2827.1, "end": 2827.92, "word": " هتقولى", "probability": 0.93212890625}, {"start": 2827.92, "end": 2828.0, "word": " ل", "probability": 0.8623046875}, {"start": 2828.0, "end": 2828.34, "word": " X", "probability": 0.861328125}, {"start": 2828.34, "end": 2829.06, "word": " استخدم", "probability": 0.9388020833333334}, {"start": 2829.06, "end": 2829.28, "word": " ال", "probability": 0.9375}, {"start": 2829.28, "end": 2830.36, "word": " register", "probability": 0.52978515625}, {"start": 2830.36, "end": 2830.74, "word": " كده", "probability": 0.8992513020833334}, {"start": 2830.74, "end": 2831.18, "word": " و", "probability": 0.83740234375}, {"start": 2831.18, "end": 2831.3, "word": " ل", "probability": 0.85693359375}, {"start": 2831.3, "end": 2831.54, "word": " Y", "probability": 0.96728515625}, {"start": 2831.54, "end": 2832.3, "word": " استخدم", "probability": 0.9698893229166666}, {"start": 2832.3, "end": 2832.66, "word": " ال", "probability": 0.9091796875}, {"start": 2832.66, "end": 2833.58, "word": " register", "probability": 0.9296875}, {"start": 2833.58, "end": 2833.96, "word": " كده", "probability": 0.9842122395833334}, {"start": 2833.96, "end": 2834.16, "word": " و", "probability": 0.96435546875}, {"start": 2834.16, "end": 2834.3, "word": " ل", "probability": 0.958984375}, {"start": 2834.3, "end": 2834.64, "word": " Z", "probability": 0.9384765625}, {"start": 2834.64, "end": 2835.92, "word": " استخدم", "probability": 0.97802734375}, {"start": 2835.92, "end": 2836.2, "word": " ال", "probability": 0.9091796875}, {"start": 2836.2, "end": 2836.64, "word": " register", "probability": 0.95556640625}, {"start": 2836.64, "end": 2837.4, "word": " كده", "probability": 0.9879557291666666}], "temperature": 1.0}, {"id": 101, "seek": 286457, "start": 2837.99, "end": 2864.57, "text": "فهي هتستخدم register ل Y و register ل Z فما يتعلق بهذا و هذا نفس الشيء سواء نحن نحكي عن Y ولا Z اللي يخص ال Y يخص ال Z أيضا فتستخدم تطلع على ال variable نفسه هو نفسه Y", "tokens": [5172, 3224, 1829, 8032, 2655, 14851, 9778, 40448, 7280, 5296, 398, 4032, 7280, 5296, 1176, 6156, 15042, 7251, 2655, 30241, 4587, 39627, 15730, 4032, 23758, 8717, 36178, 25124, 1829, 38207, 8608, 2407, 16606, 8717, 5016, 1863, 8717, 5016, 4117, 1829, 18871, 398, 49429, 1176, 13672, 1829, 7251, 9778, 9381, 2423, 398, 7251, 9778, 9381, 2423, 1176, 36632, 11242, 995, 6156, 2655, 14851, 9778, 40448, 6055, 9566, 1211, 3615, 15844, 2423, 7006, 8717, 36178, 3224, 31439, 8717, 36178, 3224, 398], "avg_logprob": -0.4218749988824129, "compression_ratio": 1.5808383233532934, "no_speech_prob": 0.0, "words": [{"start": 2837.99, "end": 2838.41, "word": "فهي", "probability": 0.5187174479166666}, {"start": 2838.41, "end": 2840.95, "word": " هتستخدم", "probability": 0.681201171875}, {"start": 2840.95, "end": 2842.11, "word": " register", "probability": 0.183349609375}, {"start": 2842.11, "end": 2842.29, "word": " ل", "probability": 0.67041015625}, {"start": 2842.29, "end": 2842.63, "word": " Y", "probability": 0.447265625}, {"start": 2842.63, "end": 2843.23, "word": " و", "probability": 0.68310546875}, {"start": 2843.23, "end": 2843.71, "word": " register", "probability": 0.765625}, {"start": 2843.71, "end": 2844.05, "word": " ل", "probability": 0.955078125}, {"start": 2844.05, "end": 2844.41, "word": " Z", "probability": 0.9072265625}, {"start": 2844.41, "end": 2852.45, "word": " فما", "probability": 0.437713623046875}, {"start": 2852.45, "end": 2853.23, "word": " يتعلق", "probability": 0.95947265625}, {"start": 2853.23, "end": 2853.69, "word": " بهذا", "probability": 0.80224609375}, {"start": 2853.69, "end": 2853.85, "word": " و", "probability": 0.5595703125}, {"start": 2853.85, "end": 2854.09, "word": " هذا", "probability": 0.68212890625}, {"start": 2854.09, "end": 2854.37, "word": " نفس", "probability": 0.957275390625}, {"start": 2854.37, "end": 2855.07, "word": " الشيء", "probability": 0.818359375}, {"start": 2855.07, "end": 2855.93, "word": " سواء", "probability": 0.8214518229166666}, {"start": 2855.93, "end": 2856.15, "word": " نحن", "probability": 0.6516927083333334}, {"start": 2856.15, "end": 2856.41, "word": " نحكي", "probability": 0.73834228515625}, {"start": 2856.41, "end": 2856.53, "word": " عن", "probability": 0.87646484375}, {"start": 2856.53, "end": 2856.71, "word": " Y", "probability": 0.90966796875}, {"start": 2856.71, "end": 2856.89, "word": " ولا", "probability": 0.283935546875}, {"start": 2856.89, "end": 2857.25, "word": " Z", "probability": 0.71630859375}, {"start": 2857.25, "end": 2857.73, "word": " اللي", "probability": 0.6282958984375}, {"start": 2857.73, "end": 2858.07, "word": " يخص", "probability": 0.95263671875}, {"start": 2858.07, "end": 2858.23, "word": " ال", "probability": 0.5673828125}, {"start": 2858.23, "end": 2858.37, "word": " Y", "probability": 0.9091796875}, {"start": 2858.37, "end": 2858.71, "word": " يخص", "probability": 0.94287109375}, {"start": 2858.71, "end": 2858.85, "word": " ال", "probability": 0.50927734375}, {"start": 2858.85, "end": 2858.99, "word": " Z", "probability": 0.9580078125}, {"start": 2858.99, "end": 2859.87, "word": " أيضا", "probability": 0.8152669270833334}, {"start": 2859.87, "end": 2861.25, "word": " فتستخدم", "probability": 0.59921875}, {"start": 2861.25, "end": 2861.75, "word": " تطلع", "probability": 0.5167694091796875}, {"start": 2861.75, "end": 2862.11, "word": " على", "probability": 0.78857421875}, {"start": 2862.11, "end": 2862.23, "word": " ال", "probability": 0.51806640625}, {"start": 2862.23, "end": 2862.57, "word": " variable", "probability": 0.2183837890625}, {"start": 2862.57, "end": 2863.27, "word": " نفسه", "probability": 0.93896484375}, {"start": 2863.27, "end": 2863.83, "word": " هو", "probability": 0.381103515625}, {"start": 2863.83, "end": 2864.29, "word": " نفسه", "probability": 0.9410807291666666}, {"start": 2864.29, "end": 2864.57, "word": " Y", "probability": 0.94775390625}], "temperature": 1.0}, {"id": 102, "seek": 289196, "start": 2865.32, "end": 2891.96, "text": "إذا كنت تبحث عن الـ Descriptor تبعه إذا كان بالفعل قاعد في الـ Register خلاص إذا كان الـ Y موجود في الـ Register فبناخد هذا الـ Register لأن نروح على الـ Descriptor تبع الـ Y بشوف هل هو قاعد في الـ Register قد يكون قاعد في الـ Register و أيضا قاعد في الـ Y و أيضا قاعد في الـ Other المهم هل في Register كواحد من الـ Locations", "tokens": [28814, 15730, 9122, 29399, 6055, 49628, 12984, 18871, 2423, 39184, 3885, 5944, 284, 6055, 3555, 3615, 3224, 11933, 15730, 25961, 20666, 5172, 30241, 12174, 995, 22488, 8978, 2423, 39184, 43167, 16490, 1211, 33546, 11933, 15730, 25961, 2423, 39184, 398, 3714, 29245, 23328, 8978, 2423, 39184, 43167, 6156, 3555, 1863, 47283, 3215, 23758, 2423, 39184, 43167, 5296, 33456, 8717, 32887, 5016, 15844, 2423, 39184, 3885, 5944, 284, 6055, 3555, 3615, 2423, 39184, 398, 4724, 8592, 38688, 8032, 1211, 31439, 12174, 995, 22488, 8978, 2423, 39184, 43167, 12174, 3215, 7251, 30544, 12174, 995, 22488, 8978, 2423, 39184, 43167, 4032, 36632, 11242, 995, 12174, 995, 22488, 8978, 2423, 39184, 398, 4032, 36632, 11242, 995, 12174, 995, 22488, 8978, 2423, 39184, 5358, 9673, 16095, 8032, 1211, 8978, 43167, 9122, 14407, 24401, 9154, 2423, 39184, 12859, 763], "avg_logprob": -0.41282894557580013, "compression_ratio": 2.2035398230088497, "no_speech_prob": 0.0, "words": [{"start": 2865.32, "end": 2865.66, "word": "إذا", "probability": 0.59490966796875}, {"start": 2865.66, "end": 2866.3, "word": " كنت", "probability": 0.356964111328125}, {"start": 2866.3, "end": 2867.04, "word": " تبحث", "probability": 0.80029296875}, {"start": 2867.04, "end": 2867.44, "word": " عن", "probability": 0.74853515625}, {"start": 2867.44, "end": 2867.5, "word": " الـ", "probability": 0.19097900390625}, {"start": 2867.5, "end": 2868.12, "word": " Descriptor", "probability": 0.7313639322916666}, {"start": 2868.12, "end": 2868.54, "word": " تبعه", "probability": 0.69012451171875}, {"start": 2868.54, "end": 2869.14, "word": " إذا", "probability": 0.6962890625}, {"start": 2869.14, "end": 2869.34, "word": " كان", "probability": 0.48876953125}, {"start": 2869.34, "end": 2869.66, "word": " بالفعل", "probability": 0.62744140625}, {"start": 2869.66, "end": 2870.02, "word": " قاعد", "probability": 0.693603515625}, {"start": 2870.02, "end": 2870.24, "word": " في", "probability": 0.82275390625}, {"start": 2870.24, "end": 2870.24, "word": " الـ", "probability": 0.580078125}, {"start": 2870.24, "end": 2870.56, "word": " Register", "probability": 0.51513671875}, {"start": 2870.56, "end": 2871.1, "word": " خلاص", "probability": 0.7095133463541666}, {"start": 2871.1, "end": 2871.96, "word": " إذا", "probability": 0.6859130859375}, {"start": 2871.96, "end": 2872.32, "word": " كان", "probability": 0.58642578125}, {"start": 2872.32, "end": 2872.32, "word": " الـ", "probability": 0.5186767578125}, {"start": 2872.32, "end": 2872.32, "word": " Y", "probability": 0.85205078125}, {"start": 2872.32, "end": 2872.76, "word": " موجود", "probability": 0.6207275390625}, {"start": 2872.76, "end": 2873.26, "word": " في", "probability": 0.362548828125}, {"start": 2873.26, "end": 2873.42, "word": " الـ", "probability": 0.5963134765625}, {"start": 2873.42, "end": 2873.9, "word": " Register", "probability": 0.86279296875}, {"start": 2873.9, "end": 2875.1, "word": " فبناخد", "probability": 0.5625}, {"start": 2875.1, "end": 2875.32, "word": " هذا", "probability": 0.80859375}, {"start": 2875.32, "end": 2875.44, "word": " الـ", "probability": 0.741943359375}, {"start": 2875.44, "end": 2875.72, "word": " Register", "probability": 0.75830078125}, {"start": 2875.72, "end": 2875.96, "word": " لأن", "probability": 0.2916259765625}, {"start": 2875.96, "end": 2876.18, "word": " نروح", "probability": 0.5586751302083334}, {"start": 2876.18, "end": 2876.32, "word": " على", "probability": 0.65087890625}, {"start": 2876.32, "end": 2876.44, "word": " الـ", "probability": 0.61962890625}, {"start": 2876.44, "end": 2876.98, "word": " Descriptor", "probability": 0.931640625}, {"start": 2876.98, "end": 2877.24, "word": " تبع", "probability": 0.82080078125}, {"start": 2877.24, "end": 2877.38, "word": " الـ", "probability": 0.89404296875}, {"start": 2877.38, "end": 2877.64, "word": " Y", "probability": 0.9091796875}, {"start": 2877.64, "end": 2880.68, "word": " بشوف", "probability": 0.7701822916666666}, {"start": 2880.68, "end": 2880.92, "word": " هل", "probability": 0.95361328125}, {"start": 2880.92, "end": 2881.06, "word": " هو", "probability": 0.92333984375}, {"start": 2881.06, "end": 2881.36, "word": " قاعد", "probability": 0.7359212239583334}, {"start": 2881.36, "end": 2881.84, "word": " في", "probability": 0.8056640625}, {"start": 2881.84, "end": 2881.94, "word": " الـ", "probability": 0.7685546875}, {"start": 2881.94, "end": 2882.24, "word": " Register", "probability": 0.853515625}, {"start": 2882.24, "end": 2882.96, "word": " قد", "probability": 0.896484375}, {"start": 2882.96, "end": 2883.16, "word": " يكون", "probability": 0.987060546875}, {"start": 2883.16, "end": 2883.36, "word": " قاعد", "probability": 0.9794921875}, {"start": 2883.36, "end": 2883.52, "word": " في", "probability": 0.97119140625}, {"start": 2883.52, "end": 2883.62, "word": " الـ", "probability": 0.899658203125}, {"start": 2883.62, "end": 2883.88, "word": " Register", "probability": 0.82861328125}, {"start": 2883.88, "end": 2884.54, "word": " و", "probability": 0.77783203125}, {"start": 2884.54, "end": 2884.88, "word": " أيضا", "probability": 0.8211263020833334}, {"start": 2884.88, "end": 2885.18, "word": " قاعد", "probability": 0.92919921875}, {"start": 2885.18, "end": 2885.4, "word": " في", "probability": 0.98828125}, {"start": 2885.4, "end": 2885.6, "word": " الـ", "probability": 0.60205078125}, {"start": 2885.6, "end": 2885.72, "word": " Y", "probability": 0.93505859375}, {"start": 2885.72, "end": 2885.86, "word": " و", "probability": 0.8427734375}, {"start": 2885.86, "end": 2886.16, "word": " أيضا", "probability": 0.9544270833333334}, {"start": 2886.16, "end": 2886.36, "word": " قاعد", "probability": 0.9007161458333334}, {"start": 2886.36, "end": 2886.56, "word": " في", "probability": 0.982421875}, {"start": 2886.56, "end": 2887.08, "word": " الـ", "probability": 0.4595947265625}, {"start": 2887.08, "end": 2887.28, "word": " Other", "probability": 0.37451171875}, {"start": 2887.28, "end": 2888.16, "word": " المهم", "probability": 0.967529296875}, {"start": 2888.16, "end": 2888.5, "word": " هل", "probability": 0.83837890625}, {"start": 2888.5, "end": 2888.7, "word": " في", "probability": 0.88134765625}, {"start": 2888.7, "end": 2889.3, "word": " Register", "probability": 0.375}, {"start": 2889.3, "end": 2891.1, "word": " كواحد", "probability": 0.9332682291666666}, {"start": 2891.1, "end": 2891.32, "word": " من", "probability": 0.9931640625}, {"start": 2891.32, "end": 2891.44, "word": " الـ", "probability": 0.69677734375}, {"start": 2891.44, "end": 2891.96, "word": " Locations", "probability": 0.870361328125}], "temperature": 1.0}, {"id": 103, "seek": 292118, "start": 2893.94, "end": 2921.18, "text": "خلاص بناخد هذا ال register على ان هو ال register اللي بيستخدم ال Y تمام؟ اختار مستخدم ال register اللي بيحتوي على Y كريه RY و لا اشهر مachine في هذا الحالة بنوفر على حالنا issuing a load يوم ما انا اعطي هذا لل algorithm ال algorithm بيحطه و بيحطه فحص هتلاقي ال Y هو نفسه جاهد في ال register يبقى مش هتعمل load", "tokens": [9778, 1211, 33546, 4724, 1863, 47283, 3215, 23758, 2423, 7280, 15844, 16472, 31439, 2423, 7280, 13672, 1829, 4724, 1829, 14851, 9778, 40448, 2423, 398, 46811, 10943, 22807, 1975, 46456, 9640, 3714, 14851, 9778, 40448, 2423, 7280, 13672, 1829, 4724, 1829, 33753, 45865, 15844, 398, 9122, 16572, 3224, 497, 56, 4032, 20193, 1975, 8592, 3224, 2288, 3714, 34922, 8978, 23758, 21542, 6027, 3660, 44945, 38688, 2288, 15844, 11331, 6027, 8315, 43214, 257, 3677, 7251, 20498, 19446, 1975, 8315, 1975, 3615, 9566, 1829, 23758, 24976, 9284, 2423, 9284, 4724, 1829, 5016, 9566, 3224, 4032, 4724, 1829, 5016, 9566, 3224, 6156, 5016, 9381, 8032, 2655, 15040, 38436, 2423, 398, 31439, 8717, 36178, 3224, 10874, 40294, 3215, 8978, 2423, 7280, 7251, 3555, 4587, 7578, 37893, 8032, 2655, 25957, 1211, 3677], "avg_logprob": -0.48375983031715936, "compression_ratio": 1.859922178988327, "no_speech_prob": 0.0, "words": [{"start": 2893.94, "end": 2894.62, "word": "خلاص", "probability": 0.693603515625}, {"start": 2894.62, "end": 2895.06, "word": " بناخد", "probability": 0.55780029296875}, {"start": 2895.06, "end": 2895.4, "word": " هذا", "probability": 0.8701171875}, {"start": 2895.4, "end": 2895.5, "word": " ال", "probability": 0.9033203125}, {"start": 2895.5, "end": 2895.88, "word": " register", "probability": 0.525390625}, {"start": 2895.88, "end": 2897.0, "word": " على", "probability": 0.6669921875}, {"start": 2897.0, "end": 2897.24, "word": " ان", "probability": 0.442138671875}, {"start": 2897.24, "end": 2897.56, "word": " هو", "probability": 0.57568359375}, {"start": 2897.56, "end": 2897.84, "word": " ال", "probability": 0.841796875}, {"start": 2897.84, "end": 2898.12, "word": " register", "probability": 0.8994140625}, {"start": 2898.12, "end": 2898.3, "word": " اللي", "probability": 0.832763671875}, {"start": 2898.3, "end": 2898.82, "word": " بيستخدم", "probability": 0.82060546875}, {"start": 2898.82, "end": 2899.02, "word": " ال", "probability": 0.2271728515625}, {"start": 2899.02, "end": 2900.26, "word": " Y", "probability": 0.37451171875}, {"start": 2900.26, "end": 2902.02, "word": " تمام؟", "probability": 0.74609375}, {"start": 2902.02, "end": 2902.32, "word": " اختار", "probability": 0.5940958658854166}, {"start": 2902.32, "end": 2902.54, "word": " مستخدم", "probability": 0.448883056640625}, {"start": 2902.54, "end": 2902.54, "word": " ال", "probability": 0.187255859375}, {"start": 2902.54, "end": 2903.0, "word": " register", "probability": 0.69677734375}, {"start": 2903.0, "end": 2903.56, "word": " اللي", "probability": 0.552978515625}, {"start": 2903.56, "end": 2904.28, "word": " بيحتوي", "probability": 0.44866943359375}, {"start": 2904.28, "end": 2904.38, "word": " على", "probability": 0.45556640625}, {"start": 2904.38, "end": 2904.8, "word": " Y", "probability": 0.8251953125}, {"start": 2904.8, "end": 2905.52, "word": " كريه", "probability": 0.3888753255208333}, {"start": 2905.52, "end": 2905.74, "word": " RY", "probability": 0.45556640625}, {"start": 2905.74, "end": 2905.92, "word": " و", "probability": 0.07861328125}, {"start": 2905.92, "end": 2906.06, "word": " لا", "probability": 0.767578125}, {"start": 2906.06, "end": 2906.72, "word": " اشهر", "probability": 0.57965087890625}, {"start": 2906.72, "end": 2907.14, "word": " مachine", "probability": 0.17755126953125}, {"start": 2907.14, "end": 2907.28, "word": " في", "probability": 0.6474609375}, {"start": 2907.28, "end": 2907.54, "word": " هذا", "probability": 0.86669921875}, {"start": 2907.54, "end": 2908.12, "word": " الحالة", "probability": 0.91845703125}, {"start": 2908.12, "end": 2908.76, "word": " بنوفر", "probability": 0.7495930989583334}, {"start": 2908.76, "end": 2908.9, "word": " على", "probability": 0.482177734375}, {"start": 2908.9, "end": 2909.22, "word": " حالنا", "probability": 0.9607747395833334}, {"start": 2909.22, "end": 2909.62, "word": " issuing", "probability": 0.16015625}, {"start": 2909.62, "end": 2910.3, "word": " a", "probability": 0.394287109375}, {"start": 2910.3, "end": 2910.68, "word": " load", "probability": 0.62060546875}, {"start": 2910.68, "end": 2912.36, "word": " يوم", "probability": 0.765625}, {"start": 2912.36, "end": 2912.5, "word": " ما", "probability": 0.2763671875}, {"start": 2912.5, "end": 2912.72, "word": " انا", "probability": 0.853515625}, {"start": 2912.72, "end": 2913.4, "word": " اعطي", "probability": 0.8887939453125}, {"start": 2913.4, "end": 2913.66, "word": " هذا", "probability": 0.97021484375}, {"start": 2913.66, "end": 2914.32, "word": " لل", "probability": 0.18896484375}, {"start": 2914.32, "end": 2914.84, "word": " algorithm", "probability": 0.8134765625}, {"start": 2914.84, "end": 2915.1, "word": " ال", "probability": 0.42822265625}, {"start": 2915.1, "end": 2915.42, "word": " algorithm", "probability": 0.857421875}, {"start": 2915.42, "end": 2915.82, "word": " بيحطه", "probability": 0.71982421875}, {"start": 2915.82, "end": 2915.88, "word": " و", "probability": 0.53271484375}, {"start": 2915.88, "end": 2916.14, "word": " بيحطه", "probability": 0.91376953125}, {"start": 2916.14, "end": 2916.42, "word": " فحص", "probability": 0.7623697916666666}, {"start": 2916.42, "end": 2916.78, "word": " هتلاقي", "probability": 0.897705078125}, {"start": 2916.78, "end": 2917.66, "word": " ال", "probability": 0.74658203125}, {"start": 2917.66, "end": 2917.92, "word": " Y", "probability": 0.90771484375}, {"start": 2917.92, "end": 2918.16, "word": " هو", "probability": 0.96533203125}, {"start": 2918.16, "end": 2918.78, "word": " نفسه", "probability": 0.9837239583333334}, {"start": 2918.78, "end": 2919.14, "word": " جاهد", "probability": 0.7556966145833334}, {"start": 2919.14, "end": 2919.24, "word": " في", "probability": 0.8134765625}, {"start": 2919.24, "end": 2919.34, "word": " ال", "probability": 0.80126953125}, {"start": 2919.34, "end": 2919.78, "word": " register", "probability": 0.9833984375}, {"start": 2919.78, "end": 2920.42, "word": " يبقى", "probability": 0.66876220703125}, {"start": 2920.42, "end": 2920.56, "word": " مش", "probability": 0.98291015625}, {"start": 2920.56, "end": 2920.94, "word": " هتعمل", "probability": 0.98388671875}, {"start": 2920.94, "end": 2921.18, "word": " load", "probability": 0.95849609375}], "temperature": 1.0}, {"id": 104, "seek": 295134, "start": 2922.3, "end": 2951.34, "text": "فا إذا لم يكن موجود في عدة موقعات لكن لم يكن موجود في أي موقع يمكننا أن نختار واحد من ما يكون متوفر أي موقع متوفر إذا لم يكن موجود في أي موقع لكن هناك موقع متوفر ممتاز متوفر يعني ممتاز فبناخد أي واحد من الممتاز لم يكن موجود في موقع يبقى لازم نعمله load نعمله load في مين؟ نريد أن نشوف واحد فاضي و نضعه فيه", "tokens": [5172, 995, 11933, 15730, 32767, 7251, 19452, 3714, 29245, 23328, 8978, 6225, 41891, 3714, 30543, 3615, 9307, 44381, 32767, 7251, 19452, 3714, 29245, 23328, 8978, 36632, 3714, 30543, 3615, 7251, 43020, 8315, 14739, 8717, 46456, 9640, 36764, 24401, 9154, 19446, 7251, 30544, 44650, 38688, 2288, 36632, 3714, 30543, 3615, 44650, 38688, 2288, 11933, 15730, 32767, 7251, 19452, 3714, 29245, 23328, 8978, 36632, 3714, 30543, 3615, 44381, 34105, 4117, 3714, 30543, 3615, 44650, 38688, 2288, 3714, 2304, 2655, 31377, 44650, 38688, 2288, 37495, 22653, 3714, 2304, 2655, 31377, 6156, 3555, 1863, 47283, 3215, 36632, 36764, 24401, 9154, 9673, 2304, 2655, 31377, 32767, 7251, 19452, 3714, 29245, 23328, 8978, 3714, 30543, 3615, 7251, 3555, 4587, 7578, 5296, 31377, 2304, 8717, 25957, 43761, 3677, 8717, 25957, 43761, 3677, 8978, 3714, 9957, 22807, 8717, 16572, 3215, 14739, 8717, 8592, 38688, 36764, 24401, 6156, 46958, 1829, 4032, 8717, 11242, 3615, 3224, 8978, 3224], "avg_logprob": -0.4307885762029046, "compression_ratio": 2.516431924882629, "no_speech_prob": 0.0, "words": [{"start": 2922.3, "end": 2922.9, "word": "فا", "probability": 0.156494140625}, {"start": 2922.9, "end": 2923.26, "word": " إذا", "probability": 0.713623046875}, {"start": 2923.26, "end": 2923.42, "word": " لم", "probability": 0.33740234375}, {"start": 2923.42, "end": 2923.86, "word": " يكن", "probability": 0.807861328125}, {"start": 2923.86, "end": 2925.64, "word": " موجود", "probability": 0.9108072916666666}, {"start": 2925.64, "end": 2925.72, "word": " في", "probability": 0.81005859375}, {"start": 2925.72, "end": 2925.96, "word": " عدة", "probability": 0.62451171875}, {"start": 2925.96, "end": 2926.48, "word": " موقعات", "probability": 0.62286376953125}, {"start": 2926.48, "end": 2926.64, "word": " لكن", "probability": 0.24853515625}, {"start": 2926.64, "end": 2926.82, "word": " لم", "probability": 0.2164306640625}, {"start": 2926.82, "end": 2926.84, "word": " يكن", "probability": 0.9189453125}, {"start": 2926.84, "end": 2927.12, "word": " موجود", "probability": 0.9640299479166666}, {"start": 2927.12, "end": 2927.26, "word": " في", "probability": 0.9541015625}, {"start": 2927.26, "end": 2927.5, "word": " أي", "probability": 0.79931640625}, {"start": 2927.5, "end": 2927.78, "word": " موقع", "probability": 0.6209716796875}, {"start": 2927.78, "end": 2929.1, "word": " يمكننا", "probability": 0.5830891927083334}, {"start": 2929.1, "end": 2929.2, "word": " أن", "probability": 0.41064453125}, {"start": 2929.2, "end": 2929.5, "word": " نختار", "probability": 0.9811197916666666}, {"start": 2929.5, "end": 2930.08, "word": " واحد", "probability": 0.960205078125}, {"start": 2930.08, "end": 2930.96, "word": " من", "probability": 0.9267578125}, {"start": 2930.96, "end": 2931.2, "word": " ما", "probability": 0.18115234375}, {"start": 2931.2, "end": 2931.28, "word": " يكون", "probability": 0.61083984375}, {"start": 2931.28, "end": 2931.78, "word": " متوفر", "probability": 0.6553548177083334}, {"start": 2931.78, "end": 2932.94, "word": " أي", "probability": 0.12115478515625}, {"start": 2932.94, "end": 2933.46, "word": " موقع", "probability": 0.97607421875}, {"start": 2933.46, "end": 2933.92, "word": " متوفر", "probability": 0.9173177083333334}, {"start": 2933.92, "end": 2934.2, "word": " إذا", "probability": 0.54010009765625}, {"start": 2934.2, "end": 2934.44, "word": " لم", "probability": 0.82421875}, {"start": 2934.44, "end": 2934.44, "word": " يكن", "probability": 0.950927734375}, {"start": 2934.44, "end": 2934.86, "word": " موجود", "probability": 0.86181640625}, {"start": 2934.86, "end": 2935.34, "word": " في", "probability": 0.95703125}, {"start": 2935.34, "end": 2935.54, "word": " أي", "probability": 0.34423828125}, {"start": 2935.54, "end": 2935.84, "word": " موقع", "probability": 0.9903971354166666}, {"start": 2935.84, "end": 2936.04, "word": " لكن", "probability": 0.54833984375}, {"start": 2936.04, "end": 2936.54, "word": " هناك", "probability": 0.679931640625}, {"start": 2936.54, "end": 2937.18, "word": " موقع", "probability": 0.9718424479166666}, {"start": 2937.18, "end": 2937.28, "word": " متوفر", "probability": 0.8136393229166666}, {"start": 2937.28, "end": 2938.56, "word": " ممتاز", "probability": 0.47357177734375}, {"start": 2938.56, "end": 2939.0, "word": " متوفر", "probability": 0.68634033203125}, {"start": 2939.0, "end": 2939.32, "word": " يعني", "probability": 0.923583984375}, {"start": 2939.32, "end": 2939.72, "word": " ممتاز", "probability": 0.8792724609375}, {"start": 2939.72, "end": 2940.7, "word": " فبناخد", "probability": 0.601025390625}, {"start": 2940.7, "end": 2940.84, "word": " أي", "probability": 0.7626953125}, {"start": 2940.84, "end": 2941.04, "word": " واحد", "probability": 0.986083984375}, {"start": 2941.04, "end": 2941.22, "word": " من", "probability": 0.958984375}, {"start": 2941.22, "end": 2942.56, "word": " الممتاز", "probability": 0.742919921875}, {"start": 2942.56, "end": 2942.98, "word": " لم", "probability": 0.09814453125}, {"start": 2942.98, "end": 2945.18, "word": " يكن", "probability": 0.888916015625}, {"start": 2945.18, "end": 2945.48, "word": " موجود", "probability": 0.9235026041666666}, {"start": 2945.48, "end": 2945.62, "word": " في", "probability": 0.970703125}, {"start": 2945.62, "end": 2946.02, "word": " موقع", "probability": 0.9322916666666666}, {"start": 2946.02, "end": 2946.28, "word": " يبقى", "probability": 0.6751708984375}, {"start": 2946.28, "end": 2946.68, "word": " لازم", "probability": 0.7777506510416666}, {"start": 2946.68, "end": 2947.08, "word": " نعمله", "probability": 0.609375}, {"start": 2947.08, "end": 2947.38, "word": " load", "probability": 0.70166015625}, {"start": 2947.38, "end": 2947.94, "word": " نعمله", "probability": 0.5038248697916666}, {"start": 2947.94, "end": 2948.18, "word": " load", "probability": 0.96923828125}, {"start": 2948.18, "end": 2948.34, "word": " في", "probability": 0.8701171875}, {"start": 2948.34, "end": 2948.62, "word": " مين؟", "probability": 0.4597981770833333}, {"start": 2948.62, "end": 2948.9, "word": " نريد", "probability": 0.66162109375}, {"start": 2948.9, "end": 2948.9, "word": " أن", "probability": 0.82763671875}, {"start": 2948.9, "end": 2949.0, "word": " نشوف", "probability": 0.89111328125}, {"start": 2949.0, "end": 2949.28, "word": " واحد", "probability": 0.9052734375}, {"start": 2949.28, "end": 2949.68, "word": " فاضي", "probability": 0.9646809895833334}, {"start": 2949.68, "end": 2949.84, "word": " و", "probability": 0.2413330078125}, {"start": 2949.84, "end": 2950.22, "word": " نضعه", "probability": 0.642578125}, {"start": 2950.22, "end": 2951.34, "word": " فيه", "probability": 0.662353515625}], "temperature": 1.0}, {"id": 105, "seek": 297899, "start": 2951.79, "end": 2978.99, "text": "الان الوضع الصعب يحدث عندما Y ليس في مكان فاضي و مافي مكان فاضي نحتاج أن نختار واحد من المستخدمين اللي نستطيع استخدامه و نحتاج أن نجعله بأمان لإستخدامه يعني بدنا نستخدم واحد مستخدم ولكن بنستخدمه بحضر بحيث انه ما نأثرش على اي information", "tokens": [6027, 7649, 2423, 2407, 11242, 3615, 31767, 3615, 3555, 7251, 24401, 12984, 43242, 15042, 398, 32239, 3794, 8978, 3714, 4117, 7649, 6156, 46958, 1829, 4032, 19446, 41185, 3714, 41361, 6156, 46958, 1829, 8717, 33753, 26108, 14739, 8717, 46456, 9640, 36764, 24401, 9154, 9673, 14851, 9778, 40448, 9957, 13672, 1829, 8717, 14851, 9566, 40228, 44713, 9778, 3215, 10943, 3224, 4032, 8717, 33753, 26108, 14739, 8717, 7435, 30241, 3224, 4724, 10721, 2304, 7649, 5296, 28814, 14851, 9778, 3215, 10943, 3224, 37495, 22653, 47525, 8315, 8717, 14851, 9778, 40448, 36764, 24401, 3714, 14851, 9778, 40448, 35525, 19452, 44945, 14851, 9778, 40448, 3224, 4724, 5016, 11242, 2288, 4724, 5016, 1829, 12984, 16472, 3224, 19446, 8717, 10721, 49115, 8592, 15844, 1975, 1829, 1589], "avg_logprob": -0.4522058938731666, "compression_ratio": 1.9577464788732395, "no_speech_prob": 0.0, "words": [{"start": 2951.79, "end": 2952.79, "word": "الان", "probability": 0.837158203125}, {"start": 2952.79, "end": 2953.51, "word": " الوضع", "probability": 0.5561676025390625}, {"start": 2953.51, "end": 2953.83, "word": " الصعب", "probability": 0.78955078125}, {"start": 2953.83, "end": 2955.13, "word": " يحدث", "probability": 0.5098470052083334}, {"start": 2955.13, "end": 2955.33, "word": " عندما", "probability": 0.8095703125}, {"start": 2955.33, "end": 2955.69, "word": " Y", "probability": 0.27978515625}, {"start": 2955.69, "end": 2956.01, "word": " ليس", "probability": 0.6500244140625}, {"start": 2956.01, "end": 2956.37, "word": " في", "probability": 0.64697265625}, {"start": 2956.37, "end": 2956.79, "word": " مكان", "probability": 0.3253580729166667}, {"start": 2956.79, "end": 2956.97, "word": " فاضي", "probability": 0.8359375}, {"start": 2956.97, "end": 2957.65, "word": " و", "probability": 0.463623046875}, {"start": 2957.65, "end": 2958.37, "word": " مافي", "probability": 0.5902099609375}, {"start": 2958.37, "end": 2959.99, "word": " مكان", "probability": 0.933349609375}, {"start": 2959.99, "end": 2960.49, "word": " فاضي", "probability": 0.9544270833333334}, {"start": 2960.49, "end": 2962.01, "word": " نحتاج", "probability": 0.7137858072916666}, {"start": 2962.01, "end": 2962.29, "word": " أن", "probability": 0.239501953125}, {"start": 2962.29, "end": 2962.67, "word": " نختار", "probability": 0.787109375}, {"start": 2962.67, "end": 2963.55, "word": " واحد", "probability": 0.7320556640625}, {"start": 2963.55, "end": 2964.01, "word": " من", "probability": 0.9365234375}, {"start": 2964.01, "end": 2964.97, "word": " المستخدمين", "probability": 0.520361328125}, {"start": 2964.97, "end": 2965.21, "word": " اللي", "probability": 0.49658203125}, {"start": 2965.21, "end": 2965.21, "word": " نستطيع", "probability": 0.53369140625}, {"start": 2965.21, "end": 2965.77, "word": " استخدامه", "probability": 0.773583984375}, {"start": 2965.77, "end": 2966.51, "word": " و", "probability": 0.191650390625}, {"start": 2966.51, "end": 2967.51, "word": " نحتاج", "probability": 0.6086832682291666}, {"start": 2967.51, "end": 2967.65, "word": " أن", "probability": 0.41796875}, {"start": 2967.65, "end": 2968.25, "word": " نجعله", "probability": 0.8228759765625}, {"start": 2968.25, "end": 2968.67, "word": " بأمان", "probability": 0.7413330078125}, {"start": 2968.67, "end": 2969.55, "word": " لإستخدامه", "probability": 0.7374354771205357}, {"start": 2969.55, "end": 2971.05, "word": " يعني", "probability": 0.568603515625}, {"start": 2971.05, "end": 2971.39, "word": " بدنا", "probability": 0.61279296875}, {"start": 2971.39, "end": 2971.93, "word": " نستخدم", "probability": 0.992431640625}, {"start": 2971.93, "end": 2972.51, "word": " واحد", "probability": 0.993408203125}, {"start": 2972.51, "end": 2973.79, "word": " مستخدم", "probability": 0.977294921875}, {"start": 2973.79, "end": 2975.13, "word": " ولكن", "probability": 0.821044921875}, {"start": 2975.13, "end": 2975.95, "word": " بنستخدمه", "probability": 0.89833984375}, {"start": 2975.95, "end": 2976.39, "word": " بحضر", "probability": 0.83251953125}, {"start": 2976.39, "end": 2976.69, "word": " بحيث", "probability": 0.8870849609375}, {"start": 2976.69, "end": 2976.87, "word": " انه", "probability": 0.609375}, {"start": 2976.87, "end": 2976.93, "word": " ما", "probability": 0.7001953125}, {"start": 2976.93, "end": 2977.61, "word": " نأثرش", "probability": 0.70556640625}, {"start": 2977.61, "end": 2978.25, "word": " على", "probability": 0.8427734375}, {"start": 2978.25, "end": 2978.55, "word": " اي", "probability": 0.5751953125}, {"start": 2978.55, "end": 2978.99, "word": " information", "probability": 0.58154296875}], "temperature": 1.0}, {"id": 106, "seek": 300875, "start": 2979.99, "end": 3008.75, "text": "أبسط حالة إنه إذا والله في واحد .. يعني كلهم مستخدمين لكن واحد من هؤلاء ال registers المستخدمين مستخدم ل variable ال variable هذا dead يعني ليس live يعني لن نحتاجه وهذه تبقى حالة ممتازة مستمرة هي مرعن مخرج مريح جدا من القضية من الوضع هذه يعني هو صح مشغول لكن مشغول ل variable ال variable هذا مش محتاجينه فبنهذا", "tokens": [10721, 3555, 3794, 9566, 11331, 6027, 3660, 36145, 3224, 11933, 15730, 16070, 43761, 8978, 36764, 24401, 4386, 37495, 22653, 28242, 16095, 3714, 14851, 9778, 40448, 9957, 44381, 36764, 24401, 9154, 8032, 33604, 1211, 16606, 2423, 38351, 9673, 14851, 9778, 40448, 9957, 3714, 14851, 9778, 40448, 5296, 7006, 2423, 7006, 23758, 3116, 37495, 22653, 32239, 3794, 1621, 37495, 22653, 5296, 1863, 8717, 33753, 26108, 3224, 37037, 24192, 6055, 3555, 4587, 7578, 11331, 6027, 3660, 3714, 2304, 2655, 31377, 3660, 3714, 14851, 2304, 25720, 39896, 3714, 2288, 3615, 1863, 3714, 34740, 7435, 3714, 16572, 5016, 10874, 28259, 9154, 25062, 11242, 10632, 9154, 2423, 2407, 11242, 3615, 29538, 37495, 22653, 31439, 20328, 5016, 37893, 17082, 12610, 44381, 37893, 17082, 12610, 5296, 7006, 2423, 7006, 23758, 37893, 3714, 33753, 26108, 9957, 3224, 6156, 3555, 1863, 3224, 15730], "avg_logprob": -0.21338619347383728, "compression_ratio": 1.9615384615384615, "no_speech_prob": 1.1920928955078125e-07, "words": [{"start": 2979.99, "end": 2980.45, "word": "أبسط", "probability": 0.9434814453125}, {"start": 2980.45, "end": 2980.87, "word": " حالة", "probability": 0.9651692708333334}, {"start": 2980.87, "end": 2981.41, "word": " إنه", "probability": 0.6400146484375}, {"start": 2981.41, "end": 2981.93, "word": " إذا", "probability": 0.954345703125}, {"start": 2981.93, "end": 2982.35, "word": " والله", "probability": 0.78173828125}, {"start": 2982.35, "end": 2983.45, "word": " في", "probability": 0.712890625}, {"start": 2983.45, "end": 2983.91, "word": " واحد", "probability": 0.992919921875}, {"start": 2983.91, "end": 2984.41, "word": " ..", "probability": 0.312255859375}, {"start": 2984.41, "end": 2984.65, "word": " يعني", "probability": 0.8876953125}, {"start": 2984.65, "end": 2984.95, "word": " كلهم", "probability": 0.82666015625}, {"start": 2984.95, "end": 2985.49, "word": " مستخدمين", "probability": 0.984375}, {"start": 2985.49, "end": 2985.65, "word": " لكن", "probability": 0.64697265625}, {"start": 2985.65, "end": 2986.11, "word": " واحد", "probability": 0.98779296875}, {"start": 2986.11, "end": 2986.31, "word": " من", "probability": 0.9873046875}, {"start": 2986.31, "end": 2986.55, "word": " هؤلاء", "probability": 0.5987548828125}, {"start": 2986.55, "end": 2986.77, "word": " ال", "probability": 0.90966796875}, {"start": 2986.77, "end": 2987.11, "word": " registers", "probability": 0.42529296875}, {"start": 2987.11, "end": 2987.97, "word": " المستخدمين", "probability": 0.95341796875}, {"start": 2987.97, "end": 2988.99, "word": " مستخدم", "probability": 0.958740234375}, {"start": 2988.99, "end": 2989.25, "word": " ل", "probability": 0.62255859375}, {"start": 2989.25, "end": 2989.93, "word": " variable", "probability": 0.60595703125}, {"start": 2989.93, "end": 2990.67, "word": " ال", "probability": 0.75927734375}, {"start": 2990.67, "end": 2991.05, "word": " variable", "probability": 0.9140625}, {"start": 2991.05, "end": 2991.37, "word": " هذا", "probability": 0.446533203125}, {"start": 2991.37, "end": 2991.91, "word": " dead", "probability": 0.8583984375}, {"start": 2991.91, "end": 2992.55, "word": " يعني", "probability": 0.8330078125}, {"start": 2992.55, "end": 2992.75, "word": " ليس", "probability": 0.607421875}, {"start": 2992.75, "end": 2993.21, "word": " live", "probability": 0.673828125}, {"start": 2993.21, "end": 2993.63, "word": " يعني", "probability": 0.6455078125}, {"start": 2993.63, "end": 2993.97, "word": " لن", "probability": 0.9580078125}, {"start": 2993.97, "end": 2994.91, "word": " نحتاجه", "probability": 0.98876953125}, {"start": 2994.91, "end": 2995.97, "word": " وهذه", "probability": 0.710693359375}, {"start": 2995.97, "end": 2996.45, "word": " تبقى", "probability": 0.8538818359375}, {"start": 2996.45, "end": 2997.01, "word": " حالة", "probability": 0.9930013020833334}, {"start": 2997.01, "end": 2997.91, "word": " ممتازة", "probability": 0.9708984375}, {"start": 2997.91, "end": 2998.81, "word": " مستمرة", "probability": 0.68170166015625}, {"start": 2998.81, "end": 2999.03, "word": " هي", "probability": 0.46240234375}, {"start": 2999.03, "end": 2999.45, "word": " مرعن", "probability": 0.7991943359375}, {"start": 2999.45, "end": 3000.01, "word": " مخرج", "probability": 0.9816080729166666}, {"start": 3000.01, "end": 3000.43, "word": " مريح", "probability": 0.9923502604166666}, {"start": 3000.43, "end": 3000.81, "word": " جدا", "probability": 0.98046875}, {"start": 3000.81, "end": 3001.05, "word": " من", "probability": 0.9384765625}, {"start": 3001.05, "end": 3001.43, "word": " القضية", "probability": 0.861328125}, {"start": 3001.43, "end": 3001.61, "word": " من", "probability": 0.467041015625}, {"start": 3001.61, "end": 3001.95, "word": " الوضع", "probability": 0.75738525390625}, {"start": 3001.95, "end": 3002.35, "word": " هذه", "probability": 0.57470703125}, {"start": 3002.35, "end": 3003.45, "word": " يعني", "probability": 0.97021484375}, {"start": 3003.45, "end": 3003.65, "word": " هو", "probability": 0.9912109375}, {"start": 3003.65, "end": 3003.91, "word": " صح", "probability": 0.987548828125}, {"start": 3003.91, "end": 3004.43, "word": " مشغول", "probability": 0.9552408854166666}, {"start": 3004.43, "end": 3004.73, "word": " لكن", "probability": 0.93017578125}, {"start": 3004.73, "end": 3005.29, "word": " مشغول", "probability": 0.9609375}, {"start": 3005.29, "end": 3005.39, "word": " ل", "probability": 0.3515625}, {"start": 3005.39, "end": 3006.41, "word": " variable", "probability": 0.403076171875}, {"start": 3006.41, "end": 3006.93, "word": " ال", "probability": 0.8466796875}, {"start": 3006.93, "end": 3007.21, "word": " variable", "probability": 0.935546875}, {"start": 3007.21, "end": 3007.47, "word": " هذا", "probability": 0.92138671875}, {"start": 3007.47, "end": 3007.65, "word": " مش", "probability": 0.908203125}, {"start": 3007.65, "end": 3008.23, "word": " محتاجينه", "probability": 0.98544921875}, {"start": 3008.23, "end": 3008.75, "word": " فبنهذا", "probability": 0.68662109375}], "temperature": 1.0}, {"id": 107, "seek": 303524, "start": 3009.44, "end": 3035.24, "text": "Okay if the address disk .. اه تمام تمام بس في الآخر هم التلات حالتها دولة الحالة هذه هي اللي بتتشب تتفرع", "tokens": [8297, 498, 264, 2985, 12355, 4386, 1975, 3224, 46811, 10943, 46811, 10943, 4724, 3794, 8978, 6024, 95, 34740, 8032, 2304, 16712, 1211, 9307, 11331, 6027, 2655, 11296, 11778, 12610, 3660, 21542, 6027, 3660, 29538, 39896, 13672, 1829, 39894, 2655, 8592, 3555, 6055, 2655, 5172, 2288, 3615], "avg_logprob": -0.3936170149356761, "compression_ratio": 1.3046875, "no_speech_prob": 0.0, "words": [{"start": 3009.44, "end": 3009.76, "word": "Okay", "probability": 0.288818359375}, {"start": 3009.76, "end": 3012.4, "word": " if", "probability": 0.275634765625}, {"start": 3012.4, "end": 3012.54, "word": " the", "probability": 0.86083984375}, {"start": 3012.54, "end": 3012.94, "word": " address", "probability": 0.93310546875}, {"start": 3012.94, "end": 3013.5, "word": " disk", "probability": 0.38916015625}, {"start": 3013.5, "end": 3024.3, "word": " ..", "probability": 0.26904296875}, {"start": 3024.3, "end": 3025.12, "word": " اه", "probability": 0.6002197265625}, {"start": 3025.12, "end": 3026.4, "word": " تمام", "probability": 0.940185546875}, {"start": 3026.4, "end": 3028.22, "word": " تمام", "probability": 0.865478515625}, {"start": 3028.22, "end": 3030.06, "word": " بس", "probability": 0.890380859375}, {"start": 3030.06, "end": 3030.22, "word": " في", "probability": 0.578125}, {"start": 3030.22, "end": 3030.6, "word": " الآخر", "probability": 0.821044921875}, {"start": 3030.6, "end": 3030.88, "word": " هم", "probability": 0.568603515625}, {"start": 3030.88, "end": 3031.16, "word": " التلات", "probability": 0.8151041666666666}, {"start": 3031.16, "end": 3031.5, "word": " حالتها", "probability": 0.7576904296875}, {"start": 3031.5, "end": 3032.18, "word": " دولة", "probability": 0.9314778645833334}, {"start": 3032.18, "end": 3032.74, "word": " الحالة", "probability": 0.8644205729166666}, {"start": 3032.74, "end": 3033.1, "word": " هذه", "probability": 0.52587890625}, {"start": 3033.1, "end": 3033.74, "word": " هي", "probability": 0.95068359375}, {"start": 3033.74, "end": 3033.9, "word": " اللي", "probability": 0.89453125}, {"start": 3033.9, "end": 3034.32, "word": " بتتشب", "probability": 0.556640625}, {"start": 3034.32, "end": 3035.24, "word": " تتفرع", "probability": 0.80732421875}], "temperature": 1.0}, {"id": 108, "seek": 306029, "start": 3036.59, "end": 3060.29, "text": "هنا نتفرج فيها نتفرج فيها نتفرج فيها نتفرج فيها نتفرج فيها نتفرج فيها نتفرج فيها نتفرج فيها نتفرج فيها نتفرج فيها نتفرج فيها نتفرج فيها نتفرج فيها نتفرج فيها نتفرج فيها نتفرج فيها نتفرج فيها نتفرج فيها نتفرج فيها نتفرج فيها نتفرج فيها نتفرج فيها نتفرج فيها نتفرج فيها نتفرج فيها نتفرج فيها نتفرج فيها نتفرج فيها نتفرج فيها نتفرج فيها نتفرج فيها نتفرج فيها نتفرج فيها نتفرج فيها نتفرج فيها نتفرج فيها نتفرج فيها", "tokens": [3224, 8315, 8717, 2655, 5172, 47341, 8978, 11296, 8717, 2655, 5172, 47341, 8978, 11296, 8717, 2655, 5172, 47341, 8978, 11296, 8717, 2655, 5172, 47341, 8978, 11296, 8717, 2655, 5172, 47341, 8978, 11296, 8717, 2655, 5172, 47341, 8978, 11296, 8717, 2655, 5172, 47341, 8978, 11296, 8717, 2655, 5172, 47341, 8978, 11296, 8717, 2655, 5172, 47341, 8978, 11296, 8717, 2655, 5172, 47341, 8978, 11296, 8717, 2655, 5172, 47341, 8978, 11296, 8717, 2655, 5172, 47341, 8978, 11296, 8717, 2655, 5172, 47341, 8978, 11296, 8717, 2655, 5172, 47341, 8978, 11296, 8717, 2655, 5172, 47341, 8978, 11296, 8717, 2655, 5172, 47341, 8978, 11296, 8717, 2655, 5172, 47341, 8978, 11296, 8717, 2655, 5172, 47341, 8978, 11296, 8717, 2655, 5172, 47341, 8978, 11296, 8717, 2655, 5172, 47341, 8978, 11296, 8717, 2655, 5172, 47341, 8978, 11296, 8717, 2655, 5172, 47341, 8978, 11296, 8717, 2655, 5172, 47341, 8978, 11296, 8717, 2655, 5172, 47341, 8978, 11296, 8717, 2655, 5172, 47341, 8978, 11296, 8717, 2655, 5172, 47341, 8978, 11296, 8717, 2655, 5172, 47341, 8978, 11296, 8717, 2655, 5172, 47341, 8978, 11296, 8717, 2655, 5172, 47341, 8978, 11296, 8717, 2655, 5172, 47341, 8978, 11296, 8717, 2655, 5172, 47341, 8978, 11296, 8717, 2655, 5172, 47341, 8978, 11296, 8717, 2655, 5172, 47341, 8978, 11296, 8717, 2655, 5172, 47341, 8978, 11296, 8717, 2655, 5172, 47341, 8978, 11296, 8717, 2655, 5172, 47341, 8978, 11296, 8717, 2655, 5172, 47341, 8978, 11296], "avg_logprob": -0.058645834922790525, "compression_ratio": 19.128205128205128, "no_speech_prob": 0.0, "words": [{"start": 3036.59, "end": 3037.11, "word": "هنا", "probability": 0.385009765625}, {"start": 3037.11, "end": 3038.15, "word": " نتفرج", "probability": 0.583984375}, {"start": 3038.15, "end": 3038.39, "word": " فيها", "probability": 0.818359375}, {"start": 3038.39, "end": 3038.99, "word": " نتفرج", "probability": 0.6318359375}, {"start": 3038.99, "end": 3039.63, "word": " فيها", "probability": 0.36334228515625}, {"start": 3039.63, "end": 3039.87, "word": " نتفرج", "probability": 0.8121337890625}, {"start": 3039.87, "end": 3040.45, "word": " فيها", "probability": 0.874267578125}, {"start": 3040.45, "end": 3040.45, "word": " نتفرج", "probability": 0.9234619140625}, {"start": 3040.45, "end": 3040.45, "word": " فيها", "probability": 0.9755859375}, {"start": 3040.45, "end": 3040.47, "word": " نتفرج", "probability": 0.9481201171875}, {"start": 3040.47, "end": 3040.47, "word": " فيها", "probability": 0.987548828125}, {"start": 3040.47, "end": 3041.63, "word": " نتفرج", "probability": 0.9564208984375}, {"start": 3041.63, "end": 3041.63, "word": " فيها", "probability": 0.98974609375}, {"start": 3041.63, "end": 3042.57, "word": " نتفرج", "probability": 0.9622802734375}, {"start": 3042.57, "end": 3043.53, "word": " فيها", "probability": 0.98974609375}, {"start": 3043.53, "end": 3044.87, "word": " نتفرج", "probability": 0.9730224609375}, {"start": 3044.87, "end": 3045.47, "word": " فيها", "probability": 0.989013671875}, {"start": 3045.47, "end": 3047.07, "word": " نتفرج", "probability": 0.9814453125}, {"start": 3047.07, "end": 3047.25, "word": " فيها", "probability": 0.988525390625}, {"start": 3047.25, "end": 3047.75, "word": " نتفرج", "probability": 0.9853515625}, {"start": 3047.75, "end": 3047.77, "word": " فيها", "probability": 0.98876953125}, {"start": 3047.77, "end": 3048.33, "word": " نتفرج", "probability": 0.9876708984375}, {"start": 3048.33, "end": 3048.33, "word": " فيها", "probability": 0.98828125}, {"start": 3048.33, "end": 3048.33, "word": " نتفرج", "probability": 0.9881591796875}, {"start": 3048.33, "end": 3048.33, "word": " فيها", "probability": 0.988525390625}, {"start": 3048.33, "end": 3048.37, "word": " نتفرج", "probability": 0.9886474609375}, {"start": 3048.37, "end": 3048.37, "word": " فيها", "probability": 0.988525390625}, {"start": 3048.37, "end": 3048.37, "word": " نتفرج", "probability": 0.988525390625}, {"start": 3048.37, "end": 3048.37, "word": " فيها", "probability": 0.988525390625}, {"start": 3048.37, "end": 3048.37, "word": " نتفرج", "probability": 0.9892578125}, {"start": 3048.37, "end": 3048.37, "word": " فيها", "probability": 0.98828125}, {"start": 3048.37, "end": 3048.37, "word": " نتفرج", "probability": 0.9893798828125}, {"start": 3048.37, "end": 3048.37, "word": " فيها", "probability": 0.98876953125}, {"start": 3048.37, "end": 3048.37, "word": " نتفرج", "probability": 0.98974609375}, {"start": 3048.37, "end": 3048.37, "word": " فيها", "probability": 0.989013671875}, {"start": 3048.37, "end": 3048.47, "word": " نتفرج", "probability": 0.9901123046875}, {"start": 3048.47, "end": 3048.47, "word": " فيها", "probability": 0.9892578125}, {"start": 3048.47, "end": 3048.47, "word": " نتفرج", "probability": 0.9906005859375}, {"start": 3048.47, "end": 3048.47, "word": " فيها", "probability": 0.989013671875}, {"start": 3048.47, "end": 3048.47, "word": " نتفرج", "probability": 0.9913330078125}, {"start": 3048.47, "end": 3048.47, "word": " فيها", "probability": 0.989501953125}, {"start": 3048.47, "end": 3048.47, "word": " نتفرج", "probability": 0.9918212890625}, {"start": 3048.47, "end": 3048.47, "word": " فيها", "probability": 0.989990234375}, {"start": 3048.47, "end": 3048.47, "word": " نتفرج", "probability": 0.9921875}, {"start": 3048.47, "end": 3048.47, "word": " فيها", "probability": 0.990478515625}, {"start": 3048.47, "end": 3048.49, "word": " نتفرج", "probability": 0.99267578125}, {"start": 3048.49, "end": 3048.49, "word": " فيها", "probability": 0.991455078125}, {"start": 3048.49, "end": 3048.49, "word": " نتفرج", "probability": 0.9930419921875}, {"start": 3048.49, "end": 3048.49, "word": " فيها", "probability": 0.99169921875}, {"start": 3048.49, "end": 3048.51, "word": " نتفرج", "probability": 0.9931640625}, {"start": 3048.51, "end": 3048.63, "word": " فيها", "probability": 0.99169921875}, {"start": 3048.63, "end": 3048.75, "word": " نتفرج", "probability": 0.993408203125}, {"start": 3048.75, "end": 3048.75, "word": " فيها", "probability": 0.992431640625}, {"start": 3048.75, "end": 3048.79, "word": " نتفرج", "probability": 0.9935302734375}, {"start": 3048.79, "end": 3048.79, "word": " فيها", "probability": 0.9921875}, {"start": 3048.79, "end": 3048.79, "word": " نتفرج", "probability": 0.993408203125}, {"start": 3048.79, "end": 3048.79, "word": " فيها", "probability": 0.9921875}, {"start": 3048.79, "end": 3048.79, "word": " نتفرج", "probability": 0.993408203125}, {"start": 3048.79, "end": 3048.79, "word": " فيها", "probability": 0.991943359375}, {"start": 3048.79, "end": 3048.79, "word": " نتفرج", "probability": 0.9935302734375}, {"start": 3048.79, "end": 3048.79, "word": " فيها", "probability": 0.991943359375}, {"start": 3048.79, "end": 3048.79, "word": " نتفرج", "probability": 0.993408203125}, {"start": 3048.79, "end": 3048.79, "word": " فيها", "probability": 0.991943359375}, {"start": 3048.79, "end": 3048.79, "word": " نتفرج", "probability": 0.9935302734375}, {"start": 3048.79, "end": 3048.79, "word": " فيها", "probability": 0.99169921875}, {"start": 3048.79, "end": 3048.79, "word": " نتفرج", "probability": 0.9935302734375}, {"start": 3048.79, "end": 3048.79, "word": " فيها", "probability": 0.991455078125}, {"start": 3048.79, "end": 3048.79, "word": " نتفرج", "probability": 0.9932861328125}, {"start": 3048.79, "end": 3048.79, "word": " فيها", "probability": 0.9912109375}, {"start": 3048.79, "end": 3048.79, "word": " نتفرج", "probability": 0.992919921875}, {"start": 3048.79, "end": 3048.79, "word": " فيها", "probability": 0.9912109375}, {"start": 3048.79, "end": 3049.13, "word": " نتفرج", "probability": 0.9931640625}, {"start": 3049.13, "end": 3049.19, "word": " فيها", "probability": 0.990478515625}, {"start": 3049.19, "end": 3049.89, "word": " نتفرج", "probability": 0.9925537109375}, {"start": 3049.89, "end": 3060.29, "word": " فيها", "probability": 0.98974609375}], "temperature": 1.0}, {"id": 109, "seek": 309026, "start": 3063.42, "end": 3090.26, "text": "على ال registers كلها R1, R2, R3 وجدت كلهم مليانين كلهم مليانين ماشي الان بنطلع عليهم ونشوف أي واحد منهم اللي ممكن اخده فكلهم الان candidate مرشحين اذا", "tokens": [3615, 23942, 2423, 11376, 433, 28242, 11296, 497, 16, 11, 497, 17, 11, 497, 18, 49610, 3215, 2655, 28242, 16095, 3714, 20292, 7649, 9957, 28242, 16095, 3714, 20292, 7649, 9957, 3714, 33599, 1829, 2423, 7649, 4724, 1863, 9566, 1211, 3615, 25894, 16095, 4032, 1863, 8592, 38688, 36632, 36764, 24401, 9154, 16095, 13672, 1829, 3714, 43020, 1975, 9778, 3215, 3224, 6156, 28820, 16095, 2423, 7649, 11532, 3714, 2288, 8592, 5016, 9957, 1975, 15730], "avg_logprob": -0.42615583498183995, "compression_ratio": 1.5, "no_speech_prob": 5.960464477539063e-08, "words": [{"start": 3063.4199999999996, "end": 3064.7999999999997, "word": "على", "probability": 0.2760162353515625}, {"start": 3064.7999999999997, "end": 3066.18, "word": " ال", "probability": 0.4072265625}, {"start": 3066.18, "end": 3066.64, "word": " registers", "probability": 0.462646484375}, {"start": 3066.64, "end": 3067.18, "word": " كلها", "probability": 0.697265625}, {"start": 3067.18, "end": 3068.96, "word": " R1,", "probability": 0.5889892578125}, {"start": 3069.14, "end": 3069.74, "word": " R2,", "probability": 0.74267578125}, {"start": 3069.88, "end": 3070.66, "word": " R3", "probability": 0.896484375}, {"start": 3070.66, "end": 3071.1, "word": " وجدت", "probability": 0.6443277994791666}, {"start": 3071.1, "end": 3071.5, "word": " كلهم", "probability": 0.6478271484375}, {"start": 3071.5, "end": 3072.26, "word": " مليانين", "probability": 0.8836669921875}, {"start": 3072.26, "end": 3073.34, "word": " كلهم", "probability": 0.65087890625}, {"start": 3073.34, "end": 3074.28, "word": " مليانين", "probability": 0.98046875}, {"start": 3074.28, "end": 3075.64, "word": " ماشي", "probability": 0.677490234375}, {"start": 3075.64, "end": 3076.48, "word": " الان", "probability": 0.54815673828125}, {"start": 3076.48, "end": 3080.88, "word": " بنطلع", "probability": 0.6761962890625}, {"start": 3080.88, "end": 3081.22, "word": " عليهم", "probability": 0.95458984375}, {"start": 3081.22, "end": 3081.72, "word": " ونشوف", "probability": 0.8062744140625}, {"start": 3081.72, "end": 3081.98, "word": " أي", "probability": 0.6103515625}, {"start": 3081.98, "end": 3082.2, "word": " واحد", "probability": 0.9921875}, {"start": 3082.2, "end": 3082.68, "word": " منهم", "probability": 0.97314453125}, {"start": 3082.68, "end": 3084.14, "word": " اللي", "probability": 0.86376953125}, {"start": 3084.14, "end": 3084.42, "word": " ممكن", "probability": 0.973876953125}, {"start": 3084.42, "end": 3085.6, "word": " اخده", "probability": 0.785888671875}, {"start": 3085.6, "end": 3086.42, "word": " فكلهم", "probability": 0.7755533854166666}, {"start": 3086.42, "end": 3086.62, "word": " الان", "probability": 0.8759765625}, {"start": 3086.62, "end": 3087.24, "word": " candidate", "probability": 0.410400390625}, {"start": 3087.24, "end": 3088.7, "word": " مرشحين", "probability": 0.8024658203125}, {"start": 3088.7, "end": 3090.26, "word": " اذا", "probability": 0.759521484375}], "temperature": 1.0}, {"id": 110, "seek": 311768, "start": 3091.04, "end": 3117.68, "text": "الـ register يحتوي على variable و ال variable هذا روحت على ال descriptor تبعه وجدت أنه موجود في أكتر من مكان موجود في .. يعني موجود في R3 و أيضا .. مش هو جاعت في R3", "tokens": [6027, 39184, 7280, 7251, 33753, 45865, 15844, 7006, 4032, 2423, 7006, 23758, 12602, 2407, 33753, 15844, 2423, 31280, 284, 6055, 3555, 3615, 3224, 49610, 3215, 2655, 14739, 3224, 3714, 29245, 23328, 8978, 5551, 4117, 2655, 2288, 9154, 3714, 41361, 3714, 29245, 23328, 8978, 4386, 37495, 22653, 3714, 29245, 23328, 8978, 497, 18, 4032, 36632, 11242, 995, 4386, 37893, 31439, 10874, 995, 34268, 8978, 497, 18], "avg_logprob": -0.33617423339323566, "compression_ratio": 1.5029940119760479, "no_speech_prob": 0.0, "words": [{"start": 3091.04, "end": 3091.6, "word": "الـ", "probability": 0.53466796875}, {"start": 3091.6, "end": 3095.92, "word": " register", "probability": 0.11236572265625}, {"start": 3095.92, "end": 3096.58, "word": " يحتوي", "probability": 0.9392903645833334}, {"start": 3096.58, "end": 3096.86, "word": " على", "probability": 0.8974609375}, {"start": 3096.86, "end": 3097.5, "word": " variable", "probability": 0.837890625}, {"start": 3097.5, "end": 3100.78, "word": " و", "probability": 0.12286376953125}, {"start": 3100.78, "end": 3100.9, "word": " ال", "probability": 0.62060546875}, {"start": 3100.9, "end": 3101.22, "word": " variable", "probability": 0.83154296875}, {"start": 3101.22, "end": 3101.56, "word": " هذا", "probability": 0.1859130859375}, {"start": 3101.56, "end": 3101.96, "word": " روحت", "probability": 0.7041829427083334}, {"start": 3101.96, "end": 3102.22, "word": " على", "probability": 0.8779296875}, {"start": 3102.22, "end": 3102.36, "word": " ال", "probability": 0.417724609375}, {"start": 3102.36, "end": 3102.96, "word": " descriptor", "probability": 0.888916015625}, {"start": 3102.96, "end": 3104.18, "word": " تبعه", "probability": 0.8505859375}, {"start": 3104.18, "end": 3106.18, "word": " وجدت", "probability": 0.60888671875}, {"start": 3106.18, "end": 3106.56, "word": " أنه", "probability": 0.74462890625}, {"start": 3106.56, "end": 3106.96, "word": " موجود", "probability": 0.98095703125}, {"start": 3106.96, "end": 3107.12, "word": " في", "probability": 0.9716796875}, {"start": 3107.12, "end": 3107.56, "word": " أكتر", "probability": 0.799072265625}, {"start": 3107.56, "end": 3107.72, "word": " من", "probability": 0.96728515625}, {"start": 3107.72, "end": 3108.14, "word": " مكان", "probability": 0.98095703125}, {"start": 3108.14, "end": 3110.72, "word": " موجود", "probability": 0.9176432291666666}, {"start": 3110.72, "end": 3112.0, "word": " في", "probability": 0.9423828125}, {"start": 3112.0, "end": 3112.2, "word": " ..", "probability": 0.12091064453125}, {"start": 3112.2, "end": 3113.14, "word": " يعني", "probability": 0.847412109375}, {"start": 3113.14, "end": 3113.56, "word": " موجود", "probability": 0.9552408854166666}, {"start": 3113.56, "end": 3113.72, "word": " في", "probability": 0.9677734375}, {"start": 3113.72, "end": 3114.28, "word": " R3", "probability": 0.728759765625}, {"start": 3114.28, "end": 3114.84, "word": " و", "probability": 0.76220703125}, {"start": 3114.84, "end": 3115.44, "word": " أيضا", "probability": 0.8377278645833334}, {"start": 3115.44, "end": 3115.74, "word": " ..", "probability": 0.58837890625}, {"start": 3115.74, "end": 3116.34, "word": " مش", "probability": 0.681640625}, {"start": 3116.34, "end": 3116.8, "word": " هو", "probability": 0.94287109375}, {"start": 3116.8, "end": 3117.12, "word": " جاعت", "probability": 0.6549479166666666}, {"start": 3117.12, "end": 3117.22, "word": " في", "probability": 0.96240234375}, {"start": 3117.22, "end": 3117.68, "word": " R3", "probability": 0.971923828125}], "temperature": 1.0}, {"id": 111, "seek": 314662, "start": 3118.16, "end": 3146.62, "text": "يبقى أكيد في ال descriptor تبعه و قاعد هنا في R تلاتة بتظهر بس إذا لجيت أيضا في حاجة تانية يبقى هذا الفرق الموجود في مكانين يبقى أنا بقدر أخد واحد منهم اللي هو هذا فإذا ال address descriptor for V says that V is somewhere besides إلى جانب R يعني إضافة إلى R then we are okay بنقدر ناخد ال register هذا و خلاص بس بغير في ال descriptor تبع V بقول أنه", "tokens": [1829, 3555, 4587, 7578, 5551, 4117, 25708, 8978, 2423, 31280, 284, 6055, 3555, 3615, 3224, 4032, 12174, 995, 22488, 34105, 8978, 497, 6055, 1211, 9307, 3660, 39894, 19913, 3224, 2288, 4724, 3794, 11933, 15730, 5296, 7435, 36081, 36632, 11242, 995, 8978, 11331, 26108, 3660, 6055, 7649, 10632, 7251, 3555, 4587, 7578, 23758, 27188, 2288, 4587, 9673, 29245, 23328, 8978, 3714, 41361, 9957, 7251, 3555, 4587, 7578, 41850, 4724, 28543, 2288, 5551, 9778, 3215, 36764, 24401, 9154, 16095, 13672, 1829, 31439, 23758, 6156, 28814, 15730, 2423, 2985, 31280, 284, 337, 691, 1619, 300, 691, 307, 4079, 11868, 30731, 10874, 7649, 3555, 497, 37495, 22653, 11933, 11242, 31845, 3660, 30731, 497, 550, 321, 366, 1392, 44945, 28543, 2288, 8717, 47283, 3215, 2423, 7280, 23758, 4032, 16490, 1211, 33546, 4724, 3794, 4724, 17082, 13546, 8978, 2423, 31280, 284, 6055, 3555, 3615, 691, 4724, 39648, 14739, 3224], "avg_logprob": -0.21245659380737278, "compression_ratio": 1.7491749174917492, "no_speech_prob": 5.960464477539063e-08, "words": [{"start": 3118.16, "end": 3118.5, "word": "يبقى", "probability": 0.524078369140625}, {"start": 3118.5, "end": 3118.76, "word": " أكيد", "probability": 0.7572428385416666}, {"start": 3118.76, "end": 3118.9, "word": " في", "probability": 0.92333984375}, {"start": 3118.9, "end": 3118.96, "word": " ال", "probability": 0.63623046875}, {"start": 3118.96, "end": 3119.4, "word": " descriptor", "probability": 0.5809326171875}, {"start": 3119.4, "end": 3119.8, "word": " تبعه", "probability": 0.70745849609375}, {"start": 3119.8, "end": 3119.96, "word": " و", "probability": 0.377197265625}, {"start": 3119.96, "end": 3120.18, "word": " قاعد", "probability": 0.6302897135416666}, {"start": 3120.18, "end": 3120.54, "word": " هنا", "probability": 0.92236328125}, {"start": 3120.54, "end": 3120.72, "word": " في", "probability": 0.85107421875}, {"start": 3120.72, "end": 3120.86, "word": " R", "probability": 0.50439453125}, {"start": 3120.86, "end": 3121.16, "word": " تلاتة", "probability": 0.834228515625}, {"start": 3121.16, "end": 3121.64, "word": " بتظهر", "probability": 0.74896240234375}, {"start": 3121.64, "end": 3122.16, "word": " بس", "probability": 0.8740234375}, {"start": 3122.16, "end": 3122.36, "word": " إذا", "probability": 0.86328125}, {"start": 3122.36, "end": 3122.64, "word": " لجيت", "probability": 0.6094563802083334}, {"start": 3122.64, "end": 3122.94, "word": " أيضا", "probability": 0.8640950520833334}, {"start": 3122.94, "end": 3123.08, "word": " في", "probability": 0.869140625}, {"start": 3123.08, "end": 3123.46, "word": " حاجة", "probability": 0.9309895833333334}, {"start": 3123.46, "end": 3124.02, "word": " تانية", "probability": 0.888671875}, {"start": 3124.02, "end": 3124.28, "word": " يبقى", "probability": 0.896728515625}, {"start": 3124.28, "end": 3124.44, "word": " هذا", "probability": 0.5849609375}, {"start": 3124.44, "end": 3124.7, "word": " الفرق", "probability": 0.7418619791666666}, {"start": 3124.7, "end": 3125.04, "word": " الموجود", "probability": 0.85595703125}, {"start": 3125.04, "end": 3125.14, "word": " في", "probability": 0.96240234375}, {"start": 3125.14, "end": 3125.6, "word": " مكانين", "probability": 0.8396809895833334}, {"start": 3125.6, "end": 3125.86, "word": " يبقى", "probability": 0.96240234375}, {"start": 3125.86, "end": 3126.12, "word": " أنا", "probability": 0.8486328125}, {"start": 3126.12, "end": 3127.26, "word": " بقدر", "probability": 0.9602864583333334}, {"start": 3127.26, "end": 3127.9, "word": " أخد", "probability": 0.9267578125}, {"start": 3127.9, "end": 3128.12, "word": " واحد", "probability": 0.98974609375}, {"start": 3128.12, "end": 3128.46, "word": " منهم", "probability": 0.99462890625}, {"start": 3128.46, "end": 3128.62, "word": " اللي", "probability": 0.922607421875}, {"start": 3128.62, "end": 3128.8, "word": " هو", "probability": 0.984375}, {"start": 3128.8, "end": 3129.1, "word": " هذا", "probability": 0.96875}, {"start": 3129.1, "end": 3130.46, "word": " فإذا", "probability": 0.9820963541666666}, {"start": 3130.46, "end": 3130.7, "word": " ال", "probability": 0.95556640625}, {"start": 3130.7, "end": 3130.98, "word": " address", "probability": 0.966796875}, {"start": 3130.98, "end": 3131.56, "word": " descriptor", "probability": 0.987548828125}, {"start": 3131.56, "end": 3131.78, "word": " for", "probability": 0.82373046875}, {"start": 3131.78, "end": 3131.94, "word": " V", "probability": 0.8046875}, {"start": 3131.94, "end": 3132.32, "word": " says", "probability": 0.57421875}, {"start": 3132.32, "end": 3132.56, "word": " that", "probability": 0.6396484375}, {"start": 3132.56, "end": 3132.86, "word": " V", "probability": 0.904296875}, {"start": 3132.86, "end": 3133.1, "word": " is", "probability": 0.9404296875}, {"start": 3133.1, "end": 3133.5, "word": " somewhere", "probability": 0.80712890625}, {"start": 3133.5, "end": 3134.26, "word": " besides", "probability": 0.912109375}, {"start": 3134.26, "end": 3135.06, "word": " إلى", "probability": 0.8330078125}, {"start": 3135.06, "end": 3135.64, "word": " جانب", "probability": 0.99560546875}, {"start": 3135.64, "end": 3136.06, "word": " R", "probability": 0.97216796875}, {"start": 3136.06, "end": 3136.44, "word": " يعني", "probability": 0.9248046875}, {"start": 3136.44, "end": 3136.9, "word": " إضافة", "probability": 0.974853515625}, {"start": 3136.9, "end": 3137.08, "word": " إلى", "probability": 0.435791015625}, {"start": 3137.08, "end": 3137.3, "word": " R", "probability": 0.931640625}, {"start": 3137.3, "end": 3137.56, "word": " then", "probability": 0.73681640625}, {"start": 3137.56, "end": 3137.72, "word": " we", "probability": 0.8896484375}, {"start": 3137.72, "end": 3137.84, "word": " are", "probability": 0.95703125}, {"start": 3137.84, "end": 3138.28, "word": " okay", "probability": 0.876953125}, {"start": 3138.28, "end": 3138.94, "word": " بنقدر", "probability": 0.7847493489583334}, {"start": 3138.94, "end": 3139.38, "word": " ناخد", "probability": 0.99072265625}, {"start": 3139.38, "end": 3139.68, "word": " ال", "probability": 0.96044921875}, {"start": 3139.68, "end": 3140.36, "word": " register", "probability": 0.9306640625}, {"start": 3140.36, "end": 3140.76, "word": " هذا", "probability": 0.9345703125}, {"start": 3140.76, "end": 3140.82, "word": " و", "probability": 0.258544921875}, {"start": 3140.82, "end": 3143.64, "word": " خلاص", "probability": 0.8831380208333334}, {"start": 3143.64, "end": 3143.82, "word": " بس", "probability": 0.931884765625}, {"start": 3143.82, "end": 3144.22, "word": " بغير", "probability": 0.9767252604166666}, {"start": 3144.22, "end": 3144.36, "word": " في", "probability": 0.94384765625}, {"start": 3144.36, "end": 3144.44, "word": " ال", "probability": 0.72802734375}, {"start": 3144.44, "end": 3144.98, "word": " descriptor", "probability": 0.9697265625}, {"start": 3144.98, "end": 3145.24, "word": " تبع", "probability": 0.8505859375}, {"start": 3145.24, "end": 3145.44, "word": " V", "probability": 0.974609375}, {"start": 3145.44, "end": 3146.12, "word": " بقول", "probability": 0.9609375}, {"start": 3146.12, "end": 3146.62, "word": " أنه", "probability": 0.7298583984375}], "temperature": 1.0}, {"id": 112, "seek": 317512, "start": 3146.76, "end": 3175.12, "text": "خلاص انت الان موجود بس في المكان التاني اللي هو عادة ال memory location تبعيك و باخد هذا و بستخدمه لمين ال variable اللي هي if V is X اللي هو the value is being computed by the instruction I اذا أنا بنتي ريجستر I و لو انا دولت وجدت كل الرجستر مشغولين لكن وجدت واحد منهم", "tokens": [9778, 1211, 33546, 16472, 2655, 2423, 7649, 3714, 29245, 23328, 4724, 3794, 8978, 9673, 41361, 16712, 7649, 1829, 13672, 1829, 31439, 6225, 18513, 3660, 2423, 4675, 4914, 6055, 3555, 3615, 1829, 4117, 4032, 4724, 47283, 3215, 23758, 4032, 4724, 14851, 9778, 40448, 3224, 32767, 9957, 2423, 7006, 13672, 1829, 39896, 498, 691, 307, 1783, 13672, 1829, 31439, 264, 2158, 307, 885, 40610, 538, 264, 10951, 286, 1975, 15730, 41850, 4724, 29399, 1829, 12602, 1829, 7435, 14851, 2288, 286, 4032, 45164, 1975, 8315, 11778, 12610, 2655, 49610, 3215, 2655, 28242, 34892, 7435, 14851, 2288, 37893, 17082, 12610, 9957, 44381, 49610, 3215, 2655, 36764, 24401, 9154, 16095], "avg_logprob": -0.3157429186240682, "compression_ratio": 1.619607843137255, "no_speech_prob": 0.0, "words": [{"start": 3146.76, "end": 3147.2, "word": "خلاص", "probability": 0.740478515625}, {"start": 3147.2, "end": 3147.46, "word": " انت", "probability": 0.794189453125}, {"start": 3147.46, "end": 3147.68, "word": " الان", "probability": 0.55035400390625}, {"start": 3147.68, "end": 3148.02, "word": " موجود", "probability": 0.9850260416666666}, {"start": 3148.02, "end": 3148.32, "word": " بس", "probability": 0.6922607421875}, {"start": 3148.32, "end": 3148.58, "word": " في", "probability": 0.83447265625}, {"start": 3148.58, "end": 3149.86, "word": " المكان", "probability": 0.908935546875}, {"start": 3149.86, "end": 3150.42, "word": " التاني", "probability": 0.9324544270833334}, {"start": 3150.42, "end": 3150.64, "word": " اللي", "probability": 0.77099609375}, {"start": 3150.64, "end": 3150.84, "word": " هو", "probability": 0.96875}, {"start": 3150.84, "end": 3151.3, "word": " عادة", "probability": 0.9762369791666666}, {"start": 3151.3, "end": 3151.48, "word": " ال", "probability": 0.65576171875}, {"start": 3151.48, "end": 3151.72, "word": " memory", "probability": 0.90234375}, {"start": 3151.72, "end": 3152.2, "word": " location", "probability": 0.953125}, {"start": 3152.2, "end": 3152.72, "word": " تبعيك", "probability": 0.6357421875}, {"start": 3152.72, "end": 3153.6, "word": " و", "probability": 0.38671875}, {"start": 3153.6, "end": 3154.02, "word": " باخد", "probability": 0.92919921875}, {"start": 3154.02, "end": 3154.38, "word": " هذا", "probability": 0.9501953125}, {"start": 3154.38, "end": 3154.64, "word": " و", "probability": 0.671875}, {"start": 3154.64, "end": 3155.3, "word": " بستخدمه", "probability": 0.9341796875}, {"start": 3155.3, "end": 3155.64, "word": " لمين", "probability": 0.6971435546875}, {"start": 3155.64, "end": 3156.42, "word": " ال", "probability": 0.28662109375}, {"start": 3156.42, "end": 3156.88, "word": " variable", "probability": 0.94775390625}, {"start": 3156.88, "end": 3157.24, "word": " اللي", "probability": 0.54327392578125}, {"start": 3157.24, "end": 3157.44, "word": " هي", "probability": 0.2103271484375}, {"start": 3157.44, "end": 3158.8, "word": " if", "probability": 0.2666015625}, {"start": 3158.8, "end": 3159.2, "word": " V", "probability": 0.417724609375}, {"start": 3159.2, "end": 3159.9, "word": " is", "probability": 0.85302734375}, {"start": 3159.9, "end": 3160.52, "word": " X", "probability": 0.90234375}, {"start": 3160.52, "end": 3161.66, "word": " اللي", "probability": 0.953369140625}, {"start": 3161.66, "end": 3161.84, "word": " هو", "probability": 0.98583984375}, {"start": 3161.84, "end": 3162.02, "word": " the", "probability": 0.41455078125}, {"start": 3162.02, "end": 3162.32, "word": " value", "probability": 0.814453125}, {"start": 3162.32, "end": 3162.48, "word": " is", "probability": 0.80419921875}, {"start": 3162.48, "end": 3162.72, "word": " being", "probability": 0.79736328125}, {"start": 3162.72, "end": 3163.16, "word": " computed", "probability": 0.95703125}, {"start": 3163.16, "end": 3163.46, "word": " by", "probability": 0.95263671875}, {"start": 3163.46, "end": 3163.64, "word": " the", "probability": 0.86328125}, {"start": 3163.64, "end": 3164.2, "word": " instruction", "probability": 0.94384765625}, {"start": 3164.2, "end": 3164.66, "word": " I", "probability": 0.921875}, {"start": 3164.66, "end": 3167.7, "word": " اذا", "probability": 0.6177978515625}, {"start": 3167.7, "end": 3167.94, "word": " أنا", "probability": 0.67626953125}, {"start": 3167.94, "end": 3168.2, "word": " بنتي", "probability": 0.8707682291666666}, {"start": 3168.2, "end": 3168.66, "word": " ريجستر", "probability": 0.705419921875}, {"start": 3168.66, "end": 3169.02, "word": " I", "probability": 0.35986328125}, {"start": 3169.02, "end": 3170.82, "word": " و", "probability": 0.3974609375}, {"start": 3170.82, "end": 3170.94, "word": " لو", "probability": 0.464111328125}, {"start": 3170.94, "end": 3171.24, "word": " انا", "probability": 0.810546875}, {"start": 3171.24, "end": 3171.7, "word": " دولت", "probability": 0.69140625}, {"start": 3171.7, "end": 3172.0, "word": " وجدت", "probability": 0.7496744791666666}, {"start": 3172.0, "end": 3172.2, "word": " كل", "probability": 0.8896484375}, {"start": 3172.2, "end": 3172.6, "word": " الرجستر", "probability": 0.79278564453125}, {"start": 3172.6, "end": 3173.22, "word": " مشغولين", "probability": 0.9825439453125}, {"start": 3173.22, "end": 3173.88, "word": " لكن", "probability": 0.8173828125}, {"start": 3173.88, "end": 3174.32, "word": " وجدت", "probability": 0.7657877604166666}, {"start": 3174.32, "end": 3174.56, "word": " واحد", "probability": 0.98828125}, {"start": 3174.56, "end": 3175.12, "word": " منهم", "probability": 0.991455078125}], "temperature": 1.0}, {"id": 113, "seek": 320386, "start": 3180.9, "end": 3203.86, "text": "خلاص يبقى مقدر استخدمه يبقى مقدر استخدم ال VSX اللي هو ال value that is being computed by the instruction I and X is not also one of the other operators of the instruction ممكن تكون X جاعت جوا في ال instruction يعني اه مثلا X بالساوي Y زائد X اه في هذه الحالة لأ مقدرش لان لسه كيف اروح اكتف و اجهز", "tokens": [9778, 1211, 33546, 7251, 3555, 4587, 7578, 3714, 28543, 2288, 44713, 9778, 40448, 3224, 7251, 3555, 4587, 7578, 3714, 28543, 2288, 44713, 9778, 40448, 2423, 691, 50, 55, 13672, 1829, 31439, 2423, 2158, 300, 307, 885, 40610, 538, 264, 10951, 286, 293, 1783, 307, 406, 611, 472, 295, 264, 661, 19077, 295, 264, 10951, 3714, 43020, 6055, 30544, 1783, 10874, 995, 34268, 10874, 14407, 8978, 2423, 10951, 37495, 22653, 1975, 3224, 50113, 15040, 1783, 20666, 3794, 995, 45865, 398, 30767, 16373, 3215, 1783, 1975, 3224, 8978, 29538, 21542, 6027, 3660, 5296, 10721, 3714, 28543, 2288, 8592, 5296, 7649, 5296, 3794, 3224, 9122, 33911, 1975, 32887, 5016, 1975, 4117, 2655, 5172, 4032, 1975, 7435, 3224, 11622], "avg_logprob": -0.26454740685635597, "compression_ratio": 1.6045627376425855, "no_speech_prob": 1.1920928955078125e-07, "words": [{"start": 3180.9, "end": 3181.34, "word": "خلاص", "probability": 0.7859700520833334}, {"start": 3181.34, "end": 3181.64, "word": " يبقى", "probability": 0.78619384765625}, {"start": 3181.64, "end": 3181.92, "word": " مقدر", "probability": 0.7493489583333334}, {"start": 3181.92, "end": 3182.66, "word": " استخدمه", "probability": 0.871826171875}, {"start": 3182.66, "end": 3183.4, "word": " يبقى", "probability": 0.89404296875}, {"start": 3183.4, "end": 3183.74, "word": " مقدر", "probability": 0.9908854166666666}, {"start": 3183.74, "end": 3184.34, "word": " استخدم", "probability": 0.9111328125}, {"start": 3184.34, "end": 3185.16, "word": " ال", "probability": 0.3818359375}, {"start": 3185.16, "end": 3185.8, "word": " VSX", "probability": 0.5654296875}, {"start": 3185.8, "end": 3185.96, "word": " اللي", "probability": 0.661376953125}, {"start": 3185.96, "end": 3186.1, "word": " هو", "probability": 0.9755859375}, {"start": 3186.1, "end": 3186.22, "word": " ال", "probability": 0.6923828125}, {"start": 3186.22, "end": 3186.48, "word": " value", "probability": 0.68017578125}, {"start": 3186.48, "end": 3186.74, "word": " that", "probability": 0.64208984375}, {"start": 3186.74, "end": 3186.82, "word": " is", "probability": 0.54638671875}, {"start": 3186.82, "end": 3187.08, "word": " being", "probability": 0.615234375}, {"start": 3187.08, "end": 3187.48, "word": " computed", "probability": 0.96484375}, {"start": 3187.48, "end": 3187.76, "word": " by", "probability": 0.9443359375}, {"start": 3187.76, "end": 3187.96, "word": " the", "probability": 0.85205078125}, {"start": 3187.96, "end": 3188.4, "word": " instruction", "probability": 0.94091796875}, {"start": 3188.4, "end": 3188.8, "word": " I", "probability": 0.8662109375}, {"start": 3188.8, "end": 3189.1, "word": " and", "probability": 0.70166015625}, {"start": 3189.1, "end": 3189.38, "word": " X", "probability": 0.94091796875}, {"start": 3189.38, "end": 3189.66, "word": " is", "probability": 0.9375}, {"start": 3189.66, "end": 3190.04, "word": " not", "probability": 0.9306640625}, {"start": 3190.04, "end": 3190.58, "word": " also", "probability": 0.73828125}, {"start": 3190.58, "end": 3191.26, "word": " one", "probability": 0.92041015625}, {"start": 3191.26, "end": 3191.4, "word": " of", "probability": 0.9794921875}, {"start": 3191.4, "end": 3191.52, "word": " the", "probability": 0.8603515625}, {"start": 3191.52, "end": 3191.76, "word": " other", "probability": 0.80126953125}, {"start": 3191.76, "end": 3192.22, "word": " operators", "probability": 0.53369140625}, {"start": 3192.22, "end": 3192.42, "word": " of", "probability": 0.92822265625}, {"start": 3192.42, "end": 3192.52, "word": " the", "probability": 0.89306640625}, {"start": 3192.52, "end": 3192.9, "word": " instruction", "probability": 0.93359375}, {"start": 3192.9, "end": 3193.3, "word": " ممكن", "probability": 0.611572265625}, {"start": 3193.3, "end": 3193.76, "word": " تكون", "probability": 0.927978515625}, {"start": 3193.76, "end": 3194.46, "word": " X", "probability": 0.93310546875}, {"start": 3194.46, "end": 3195.02, "word": " جاعت", "probability": 0.549560546875}, {"start": 3195.02, "end": 3195.26, "word": " جوا", "probability": 0.85986328125}, {"start": 3195.26, "end": 3195.38, "word": " في", "probability": 0.8310546875}, {"start": 3195.38, "end": 3195.46, "word": " ال", "probability": 0.970703125}, {"start": 3195.46, "end": 3195.86, "word": " instruction", "probability": 0.76171875}, {"start": 3195.86, "end": 3196.22, "word": " يعني", "probability": 0.6524658203125}, {"start": 3196.22, "end": 3196.48, "word": " اه", "probability": 0.754150390625}, {"start": 3196.48, "end": 3196.9, "word": " مثلا", "probability": 0.938232421875}, {"start": 3196.9, "end": 3197.84, "word": " X", "probability": 0.9521484375}, {"start": 3197.84, "end": 3198.38, "word": " بالساوي", "probability": 0.7398681640625}, {"start": 3198.38, "end": 3198.66, "word": " Y", "probability": 0.88427734375}, {"start": 3198.66, "end": 3198.96, "word": " زائد", "probability": 0.797607421875}, {"start": 3198.96, "end": 3199.34, "word": " X", "probability": 0.9951171875}, {"start": 3199.34, "end": 3200.88, "word": " اه", "probability": 0.6854248046875}, {"start": 3200.88, "end": 3201.08, "word": " في", "probability": 0.81396484375}, {"start": 3201.08, "end": 3201.28, "word": " هذه", "probability": 0.296630859375}, {"start": 3201.28, "end": 3201.66, "word": " الحالة", "probability": 0.9586588541666666}, {"start": 3201.66, "end": 3201.88, "word": " لأ", "probability": 0.879638671875}, {"start": 3201.88, "end": 3202.32, "word": " مقدرش", "probability": 0.9791259765625}, {"start": 3202.32, "end": 3202.54, "word": " لان", "probability": 0.6907958984375}, {"start": 3202.54, "end": 3202.84, "word": " لسه", "probability": 0.8878580729166666}, {"start": 3202.84, "end": 3203.1, "word": " كيف", "probability": 0.9853515625}, {"start": 3203.1, "end": 3203.36, "word": " اروح", "probability": 0.8570963541666666}, {"start": 3203.36, "end": 3203.64, "word": " اكتف", "probability": 0.83447265625}, {"start": 3203.64, "end": 3203.8, "word": " و", "probability": 0.53125}, {"start": 3203.8, "end": 3203.86, "word": " اجهز", "probability": 0.63067626953125}], "temperature": 1.0}, {"id": 114, "seek": 323866, "start": 3211.02, "end": 3238.66, "text": "الـ V is not used later زي الحالة اللي قلتها إذا V .. إذا ال value هي ده مش موجود يعني .. يعني موجود هنا مثلا R3 لحالة لا هو X ولا هو موجود في أكتر من مكان موجود بس في R3 ولكنه is not used later is dead خلاص then we are okay", "tokens": [6027, 39184, 691, 307, 406, 1143, 1780, 30767, 1829, 21542, 6027, 3660, 13672, 1829, 12174, 1211, 2655, 11296, 11933, 15730, 691, 4386, 11933, 15730, 2423, 2158, 39896, 11778, 3224, 37893, 3714, 29245, 23328, 37495, 22653, 4386, 37495, 22653, 3714, 29245, 23328, 34105, 50113, 15040, 497, 18, 5296, 5016, 6027, 3660, 20193, 31439, 1783, 49429, 31439, 3714, 29245, 23328, 8978, 5551, 4117, 2655, 2288, 9154, 3714, 41361, 3714, 29245, 23328, 4724, 3794, 8978, 497, 18, 35525, 19452, 3224, 307, 406, 1143, 1780, 307, 3116, 16490, 1211, 33546, 550, 321, 366, 1392], "avg_logprob": -0.23660714809711164, "compression_ratio": 1.6274509803921569, "no_speech_prob": 0.0, "words": [{"start": 3211.02, "end": 3211.24, "word": "الـ", "probability": 0.3056640625}, {"start": 3211.24, "end": 3211.44, "word": " V", "probability": 0.446533203125}, {"start": 3211.44, "end": 3211.68, "word": " is", "probability": 0.1693115234375}, {"start": 3211.68, "end": 3212.04, "word": " not", "probability": 0.94580078125}, {"start": 3212.04, "end": 3212.54, "word": " used", "probability": 0.943359375}, {"start": 3212.54, "end": 3213.08, "word": " later", "probability": 0.89306640625}, {"start": 3213.08, "end": 3213.56, "word": " زي", "probability": 0.652587890625}, {"start": 3213.56, "end": 3214.14, "word": " الحالة", "probability": 0.8359375}, {"start": 3214.14, "end": 3214.22, "word": " اللي", "probability": 0.708251953125}, {"start": 3214.22, "end": 3214.72, "word": " قلتها", "probability": 0.8348388671875}, {"start": 3214.72, "end": 3214.98, "word": " إذا", "probability": 0.7362060546875}, {"start": 3214.98, "end": 3216.14, "word": " V", "probability": 0.5322265625}, {"start": 3216.14, "end": 3216.52, "word": " ..", "probability": 0.2452392578125}, {"start": 3216.52, "end": 3217.32, "word": " إذا", "probability": 0.820556640625}, {"start": 3217.32, "end": 3217.46, "word": " ال", "probability": 0.84814453125}, {"start": 3217.46, "end": 3217.74, "word": " value", "probability": 0.5478515625}, {"start": 3217.74, "end": 3217.94, "word": " هي", "probability": 0.662109375}, {"start": 3217.94, "end": 3219.62, "word": " ده", "probability": 0.962158203125}, {"start": 3219.62, "end": 3220.48, "word": " مش", "probability": 0.5380859375}, {"start": 3220.48, "end": 3221.22, "word": " موجود", "probability": 0.9903971354166666}, {"start": 3221.22, "end": 3221.76, "word": " يعني", "probability": 0.82080078125}, {"start": 3221.76, "end": 3222.0, "word": " ..", "probability": 0.66748046875}, {"start": 3222.0, "end": 3222.22, "word": " يعني", "probability": 0.9541015625}, {"start": 3222.22, "end": 3222.56, "word": " موجود", "probability": 0.9583333333333334}, {"start": 3222.56, "end": 3222.9, "word": " هنا", "probability": 0.7265625}, {"start": 3222.9, "end": 3223.14, "word": " مثلا", "probability": 0.961669921875}, {"start": 3223.14, "end": 3223.56, "word": " R3", "probability": 0.5413818359375}, {"start": 3223.56, "end": 3224.6, "word": " لحالة", "probability": 0.756591796875}, {"start": 3224.6, "end": 3226.3, "word": " لا", "probability": 0.63916015625}, {"start": 3226.3, "end": 3226.62, "word": " هو", "probability": 0.97998046875}, {"start": 3226.62, "end": 3227.14, "word": " X", "probability": 0.93310546875}, {"start": 3227.14, "end": 3227.92, "word": " ولا", "probability": 0.8603515625}, {"start": 3227.92, "end": 3228.4, "word": " هو", "probability": 0.99365234375}, {"start": 3228.4, "end": 3228.74, "word": " موجود", "probability": 0.9903971354166666}, {"start": 3228.74, "end": 3228.88, "word": " في", "probability": 0.962890625}, {"start": 3228.88, "end": 3229.16, "word": " أكتر", "probability": 0.92919921875}, {"start": 3229.16, "end": 3229.32, "word": " من", "probability": 0.986328125}, {"start": 3229.32, "end": 3229.58, "word": " مكان", "probability": 0.99462890625}, {"start": 3229.58, "end": 3229.88, "word": " موجود", "probability": 0.90625}, {"start": 3229.88, "end": 3230.14, "word": " بس", "probability": 0.98681640625}, {"start": 3230.14, "end": 3230.32, "word": " في", "probability": 0.94580078125}, {"start": 3230.32, "end": 3230.9, "word": " R3", "probability": 0.97900390625}, {"start": 3230.9, "end": 3232.84, "word": " ولكنه", "probability": 0.8859049479166666}, {"start": 3232.84, "end": 3234.64, "word": " is", "probability": 0.63232421875}, {"start": 3234.64, "end": 3234.84, "word": " not", "probability": 0.96728515625}, {"start": 3234.84, "end": 3235.18, "word": " used", "probability": 0.939453125}, {"start": 3235.18, "end": 3235.54, "word": " later", "probability": 0.94873046875}, {"start": 3235.54, "end": 3235.74, "word": " is", "probability": 0.53369140625}, {"start": 3235.74, "end": 3236.16, "word": " dead", "probability": 0.94384765625}, {"start": 3236.16, "end": 3237.16, "word": " خلاص", "probability": 0.9755859375}, {"start": 3237.16, "end": 3238.06, "word": " then", "probability": 0.767578125}, {"start": 3238.06, "end": 3238.26, "word": " we", "probability": 0.9501953125}, {"start": 3238.26, "end": 3238.4, "word": " are", "probability": 0.9404296875}, {"start": 3238.4, "end": 3238.66, "word": " okay", "probability": 0.8701171875}], "temperature": 1.0}, {"id": 115, "seek": 326574, "start": 3240.22, "end": 3265.74, "text": "كيف أعرف إنه dead ولا لأ؟ من الـ Descriptor، من الـ Next Use Information إذا لم نحن بخير بأي واحدة من هذه التلاتة إذا ولا واحد من هذه التلاتة تبقى قاطب، فأنا بدي أعمل Shuffling Shuffling يعني، بدي أشيل واحد يعني V جاءت في R تلاتة وR تلاتة", "tokens": [4117, 33911, 5551, 3615, 28480, 36145, 3224, 3116, 49429, 5296, 10721, 22807, 9154, 2423, 39184, 3885, 5944, 284, 12399, 9154, 2423, 39184, 3087, 8278, 15357, 11933, 15730, 32767, 8717, 5016, 1863, 4724, 9778, 13546, 4724, 10721, 1829, 36764, 24401, 3660, 9154, 29538, 16712, 1211, 9307, 3660, 11933, 15730, 49429, 36764, 24401, 9154, 29538, 16712, 1211, 9307, 3660, 6055, 3555, 4587, 7578, 12174, 41193, 3555, 12399, 6156, 10721, 8315, 4724, 16254, 5551, 25957, 1211, 1160, 1245, 1688, 1160, 1245, 1688, 37495, 22653, 12399, 4724, 16254, 5551, 8592, 26895, 36764, 24401, 37495, 22653, 691, 10874, 16606, 2655, 8978, 497, 6055, 1211, 9307, 3660, 4032, 49, 6055, 1211, 9307, 3660], "avg_logprob": -0.41984955055846107, "compression_ratio": 1.6419213973799127, "no_speech_prob": 0.0, "words": [{"start": 3240.22, "end": 3240.52, "word": "كيف", "probability": 0.76416015625}, {"start": 3240.52, "end": 3240.8, "word": " أعرف", "probability": 0.80615234375}, {"start": 3240.8, "end": 3241.0, "word": " إنه", "probability": 0.767333984375}, {"start": 3241.0, "end": 3241.14, "word": " dead", "probability": 0.22412109375}, {"start": 3241.14, "end": 3241.28, "word": " ولا", "probability": 0.66015625}, {"start": 3241.28, "end": 3241.74, "word": " لأ؟", "probability": 0.6353352864583334}, {"start": 3241.74, "end": 3241.86, "word": " من", "probability": 0.9208984375}, {"start": 3241.86, "end": 3241.98, "word": " الـ", "probability": 0.53125}, {"start": 3241.98, "end": 3242.66, "word": " Descriptor،", "probability": 0.530487060546875}, {"start": 3242.66, "end": 3242.74, "word": " من", "probability": 0.85986328125}, {"start": 3242.74, "end": 3243.52, "word": " الـ", "probability": 0.73681640625}, {"start": 3243.52, "end": 3244.68, "word": " Next", "probability": 0.58056640625}, {"start": 3244.68, "end": 3244.96, "word": " Use", "probability": 0.53369140625}, {"start": 3244.96, "end": 3245.56, "word": " Information", "probability": 0.91357421875}, {"start": 3245.56, "end": 3248.68, "word": " إذا", "probability": 0.637939453125}, {"start": 3248.68, "end": 3248.96, "word": " لم", "probability": 0.6240234375}, {"start": 3248.96, "end": 3248.96, "word": " نحن", "probability": 0.4247233072916667}, {"start": 3248.96, "end": 3249.5, "word": " بخير", "probability": 0.7721354166666666}, {"start": 3249.5, "end": 3250.0, "word": " بأي", "probability": 0.726806640625}, {"start": 3250.0, "end": 3250.26, "word": " واحدة", "probability": 0.6311442057291666}, {"start": 3250.26, "end": 3250.26, "word": " من", "probability": 0.9072265625}, {"start": 3250.26, "end": 3250.54, "word": " هذه", "probability": 0.87109375}, {"start": 3250.54, "end": 3251.18, "word": " التلاتة", "probability": 0.67138671875}, {"start": 3251.18, "end": 3252.84, "word": " إذا", "probability": 0.73828125}, {"start": 3252.84, "end": 3253.02, "word": " ولا", "probability": 0.2880859375}, {"start": 3253.02, "end": 3253.26, "word": " واحد", "probability": 0.7205810546875}, {"start": 3253.26, "end": 3253.44, "word": " من", "probability": 0.9765625}, {"start": 3253.44, "end": 3253.64, "word": " هذه", "probability": 0.662109375}, {"start": 3253.64, "end": 3254.12, "word": " التلاتة", "probability": 0.9573974609375}, {"start": 3254.12, "end": 3254.56, "word": " تبقى", "probability": 0.6488037109375}, {"start": 3254.56, "end": 3254.86, "word": " قاطب،", "probability": 0.51611328125}, {"start": 3254.86, "end": 3254.92, "word": " فأنا", "probability": 0.5951334635416666}, {"start": 3254.92, "end": 3255.02, "word": " بدي", "probability": 0.6484375}, {"start": 3255.02, "end": 3255.22, "word": " أعمل", "probability": 0.9305013020833334}, {"start": 3255.22, "end": 3255.8, "word": " Shuffling", "probability": 0.7910970052083334}, {"start": 3255.8, "end": 3257.38, "word": " Shuffling", "probability": 0.8375651041666666}, {"start": 3257.38, "end": 3258.56, "word": " يعني،", "probability": 0.6587727864583334}, {"start": 3258.56, "end": 3258.8, "word": " بدي", "probability": 0.7135009765625}, {"start": 3258.8, "end": 3259.18, "word": " أشيل", "probability": 0.94287109375}, {"start": 3259.18, "end": 3259.64, "word": " واحد", "probability": 0.985595703125}, {"start": 3259.64, "end": 3260.88, "word": " يعني", "probability": 0.769287109375}, {"start": 3260.88, "end": 3262.38, "word": " V", "probability": 0.1666259765625}, {"start": 3262.38, "end": 3262.88, "word": " جاءت", "probability": 0.857421875}, {"start": 3262.88, "end": 3262.98, "word": " في", "probability": 0.95458984375}, {"start": 3262.98, "end": 3263.14, "word": " R", "probability": 0.904296875}, {"start": 3263.14, "end": 3263.64, "word": " تلاتة", "probability": 0.8184814453125}, {"start": 3263.64, "end": 3265.06, "word": " وR", "probability": 0.67041015625}, {"start": 3265.06, "end": 3265.74, "word": " تلاتة", "probability": 0.9876708984375}], "temperature": 1.0}, {"id": 116, "seek": 329500, "start": 3267.0, "end": 3295.0, "text": "لا هي .. مش موجود غيرها مالوش غيرها وماهياش X ماهياش .. ايش قلنا هنا ال V هذه ماهياش X بالظبط هذا V مش X وزي بعينه كمان ان V راح يستخدم راح يستخدم لاحقا ماقدرش اتخلص منه يبقى بدي أروح أعمل", "tokens": [15040, 39896, 4386, 37893, 3714, 29245, 23328, 32771, 13546, 11296, 3714, 6027, 2407, 8592, 32771, 13546, 11296, 4032, 15042, 3224, 1829, 33599, 1783, 19446, 3224, 1829, 33599, 4386, 1975, 1829, 8592, 12174, 1211, 8315, 34105, 2423, 691, 29538, 19446, 3224, 1829, 33599, 1783, 20666, 19913, 3555, 9566, 23758, 691, 37893, 1783, 4032, 11622, 1829, 45030, 9957, 3224, 9122, 2304, 7649, 16472, 691, 12602, 39319, 7251, 14851, 9778, 40448, 12602, 39319, 7251, 14851, 9778, 40448, 20193, 5016, 4587, 995, 19446, 28543, 2288, 8592, 1975, 2655, 9778, 1211, 9381, 9154, 3224, 7251, 3555, 4587, 7578, 4724, 16254, 5551, 32887, 5016, 5551, 25957, 1211], "avg_logprob": -0.2677696055057002, "compression_ratio": 1.8361581920903955, "no_speech_prob": 5.960464477539063e-08, "words": [{"start": 3267.0, "end": 3267.92, "word": "لا", "probability": 0.197509765625}, {"start": 3267.92, "end": 3268.28, "word": " هي", "probability": 0.79736328125}, {"start": 3268.28, "end": 3268.78, "word": " ..", "probability": 0.357177734375}, {"start": 3268.78, "end": 3269.46, "word": " مش", "probability": 0.3623046875}, {"start": 3269.46, "end": 3269.8, "word": " موجود", "probability": 0.9822591145833334}, {"start": 3269.8, "end": 3270.26, "word": " غيرها", "probability": 0.98095703125}, {"start": 3270.26, "end": 3271.4, "word": " مالوش", "probability": 0.77801513671875}, {"start": 3271.4, "end": 3272.48, "word": " غيرها", "probability": 0.9954427083333334}, {"start": 3272.48, "end": 3274.12, "word": " وماهياش", "probability": 0.82724609375}, {"start": 3274.12, "end": 3274.6, "word": " X", "probability": 0.52294921875}, {"start": 3274.6, "end": 3279.04, "word": " ماهياش", "probability": 0.921142578125}, {"start": 3279.04, "end": 3279.1, "word": " ..", "probability": 0.65576171875}, {"start": 3279.1, "end": 3279.14, "word": " ايش", "probability": 0.4442138671875}, {"start": 3279.14, "end": 3279.34, "word": " قلنا", "probability": 0.8020833333333334}, {"start": 3279.34, "end": 3279.72, "word": " هنا", "probability": 0.96484375}, {"start": 3279.72, "end": 3281.02, "word": " ال", "probability": 0.417724609375}, {"start": 3281.02, "end": 3283.1, "word": " V", "probability": 0.8427734375}, {"start": 3283.1, "end": 3283.38, "word": " هذه", "probability": 0.6953125}, {"start": 3283.38, "end": 3283.74, "word": " ماهياش", "probability": 0.9671630859375}, {"start": 3283.74, "end": 3284.02, "word": " X", "probability": 0.9853515625}, {"start": 3284.02, "end": 3284.5, "word": " بالظبط", "probability": 0.96826171875}, {"start": 3284.5, "end": 3284.7, "word": " هذا", "probability": 0.23486328125}, {"start": 3284.7, "end": 3284.9, "word": " V", "probability": 0.6806640625}, {"start": 3284.9, "end": 3285.1, "word": " مش", "probability": 0.98291015625}, {"start": 3285.1, "end": 3285.46, "word": " X", "probability": 0.99267578125}, {"start": 3285.46, "end": 3286.38, "word": " وزي", "probability": 0.7177734375}, {"start": 3286.38, "end": 3286.76, "word": " بعينه", "probability": 0.4695638020833333}, {"start": 3286.76, "end": 3287.22, "word": " كمان", "probability": 0.9879557291666666}, {"start": 3287.22, "end": 3287.88, "word": " ان", "probability": 0.50830078125}, {"start": 3287.88, "end": 3288.34, "word": " V", "probability": 0.81640625}, {"start": 3288.34, "end": 3288.76, "word": " راح", "probability": 0.5142822265625}, {"start": 3288.76, "end": 3289.42, "word": " يستخدم", "probability": 0.9932861328125}, {"start": 3289.42, "end": 3290.76, "word": " راح", "probability": 0.835693359375}, {"start": 3290.76, "end": 3291.34, "word": " يستخدم", "probability": 0.9981689453125}, {"start": 3291.34, "end": 3291.82, "word": " لاحقا", "probability": 0.96337890625}, {"start": 3291.82, "end": 3292.14, "word": " ماقدرش", "probability": 0.82098388671875}, {"start": 3292.14, "end": 3292.62, "word": " اتخلص", "probability": 0.87373046875}, {"start": 3292.62, "end": 3293.02, "word": " منه", "probability": 0.987548828125}, {"start": 3293.02, "end": 3293.74, "word": " يبقى", "probability": 0.7635498046875}, {"start": 3293.74, "end": 3294.06, "word": " بدي", "probability": 0.75537109375}, {"start": 3294.06, "end": 3294.42, "word": " أروح", "probability": 0.785400390625}, {"start": 3294.42, "end": 3295.0, "word": " أعمل", "probability": 0.9573567708333334}], "temperature": 1.0}, {"id": 117, "seek": 331942, "start": 3295.6, "end": 3319.42, "text": "استبدال لأي واحد من ال registers واخده ورجعه على ال memory واخد .. اي واحد .. مش اي واحد .. لازم هنا .. هذا عامش هنخش في بفاصيلة فيها اللي اسمها زي ما تقول انه عملية voting او عملية تقييم عملية التقييم هذه اللي هي ال spill", "tokens": [995, 14851, 44510, 6027, 5296, 10721, 1829, 36764, 24401, 9154, 2423, 38351, 4032, 47283, 3215, 3224, 4032, 47341, 3615, 3224, 15844, 2423, 4675, 4032, 47283, 3215, 4386, 1975, 1829, 36764, 24401, 4386, 37893, 1975, 1829, 36764, 24401, 4386, 5296, 31377, 2304, 34105, 4386, 23758, 6225, 10943, 8592, 8032, 1863, 9778, 8592, 8978, 4724, 5172, 33546, 26895, 3660, 8978, 11296, 13672, 1829, 24525, 2304, 11296, 30767, 1829, 19446, 6055, 39648, 16472, 3224, 6225, 42213, 10632, 10419, 1975, 2407, 6225, 42213, 10632, 6055, 38436, 32640, 6225, 42213, 10632, 16712, 38436, 32640, 29538, 13672, 1829, 39896, 2423, 22044], "avg_logprob": -0.2809244751309355, "compression_ratio": 1.793103448275862, "no_speech_prob": 0.0, "words": [{"start": 3295.6, "end": 3296.5, "word": "استبدال", "probability": 0.89501953125}, {"start": 3296.5, "end": 3297.2, "word": " لأي", "probability": 0.73779296875}, {"start": 3297.2, "end": 3297.86, "word": " واحد", "probability": 0.99169921875}, {"start": 3297.86, "end": 3298.76, "word": " من", "probability": 0.96728515625}, {"start": 3298.76, "end": 3298.94, "word": " ال", "probability": 0.92578125}, {"start": 3298.94, "end": 3299.54, "word": " registers", "probability": 0.662109375}, {"start": 3299.54, "end": 3302.52, "word": " واخده", "probability": 0.67431640625}, {"start": 3302.52, "end": 3303.8, "word": " ورجعه", "probability": 0.732666015625}, {"start": 3303.8, "end": 3303.92, "word": " على", "probability": 0.8037109375}, {"start": 3303.92, "end": 3304.02, "word": " ال", "probability": 0.78955078125}, {"start": 3304.02, "end": 3304.26, "word": " memory", "probability": 0.97021484375}, {"start": 3304.26, "end": 3304.68, "word": " واخد", "probability": 0.7552083333333334}, {"start": 3304.68, "end": 3305.18, "word": " ..", "probability": 0.366455078125}, {"start": 3305.18, "end": 3305.36, "word": " اي", "probability": 0.59906005859375}, {"start": 3305.36, "end": 3305.68, "word": " واحد", "probability": 0.993408203125}, {"start": 3305.68, "end": 3306.18, "word": " ..", "probability": 0.33251953125}, {"start": 3306.18, "end": 3306.7, "word": " مش", "probability": 0.87451171875}, {"start": 3306.7, "end": 3306.94, "word": " اي", "probability": 0.862548828125}, {"start": 3306.94, "end": 3307.2, "word": " واحد", "probability": 0.99609375}, {"start": 3307.2, "end": 3307.42, "word": " ..", "probability": 0.39892578125}, {"start": 3307.42, "end": 3307.8, "word": " لازم", "probability": 0.9376627604166666}, {"start": 3307.8, "end": 3308.14, "word": " هنا", "probability": 0.9716796875}, {"start": 3308.14, "end": 3308.38, "word": " ..", "probability": 0.7333984375}, {"start": 3308.38, "end": 3308.66, "word": " هذا", "probability": 0.472900390625}, {"start": 3308.66, "end": 3308.98, "word": " عامش", "probability": 0.4866536458333333}, {"start": 3308.98, "end": 3309.3, "word": " هنخش", "probability": 0.879638671875}, {"start": 3309.3, "end": 3309.44, "word": " في", "probability": 0.74609375}, {"start": 3309.44, "end": 3310.06, "word": " بفاصيلة", "probability": 0.6669921875}, {"start": 3310.06, "end": 3310.72, "word": " فيها", "probability": 0.6943359375}, {"start": 3310.72, "end": 3310.9, "word": " اللي", "probability": 0.7120361328125}, {"start": 3310.9, "end": 3311.54, "word": " اسمها", "probability": 0.9508463541666666}, {"start": 3311.54, "end": 3313.44, "word": " زي", "probability": 0.9130859375}, {"start": 3313.44, "end": 3313.5, "word": " ما", "probability": 0.970703125}, {"start": 3313.5, "end": 3313.76, "word": " تقول", "probability": 0.9560546875}, {"start": 3313.76, "end": 3314.22, "word": " انه", "probability": 0.44110107421875}, {"start": 3314.22, "end": 3314.52, "word": " عملية", "probability": 0.9632161458333334}, {"start": 3314.52, "end": 3315.02, "word": " voting", "probability": 0.96142578125}, {"start": 3315.02, "end": 3315.22, "word": " او", "probability": 0.8193359375}, {"start": 3315.22, "end": 3315.9, "word": " عملية", "probability": 0.8123372395833334}, {"start": 3315.9, "end": 3316.48, "word": " تقييم", "probability": 0.9705403645833334}, {"start": 3316.48, "end": 3317.56, "word": " عملية", "probability": 0.8474934895833334}, {"start": 3317.56, "end": 3318.0, "word": " التقييم", "probability": 0.9576822916666666}, {"start": 3318.0, "end": 3318.42, "word": " هذه", "probability": 0.71875}, {"start": 3318.42, "end": 3318.84, "word": " اللي", "probability": 0.93505859375}, {"start": 3318.84, "end": 3318.94, "word": " هي", "probability": 0.869140625}, {"start": 3318.94, "end": 3319.04, "word": " ال", "probability": 0.8955078125}, {"start": 3319.04, "end": 3319.42, "word": " spill", "probability": 0.7861328125}], "temperature": 1.0}, {"id": 118, "seek": 334890, "start": 3320.14, "end": 3348.9, "text": "تمام؟ بقيم ال registers كلهم على أساسه واللي باخد تقييم أعلى هو اللي بستبدله زي نفس النظام الحياة في ال slide اللي بعده مثلا أنا مش عاوز أدخل فيها ال .. القضية ده أنه أنا عندي أربع حالات أو هن تلت حالات بالأساس تلت حالات إذا .. إذا .. إذا فشلوا الاحتمالات هذه إذا لما .. لما درايا قع بيظل ال .. بيظل الخيار الوحيد أمامك", "tokens": [39237, 10943, 22807, 4724, 38436, 2304, 2423, 38351, 28242, 16095, 15844, 5551, 3794, 32277, 3224, 16070, 20292, 4724, 47283, 3215, 6055, 38436, 32640, 5551, 3615, 23942, 31439, 13672, 1829, 4724, 14851, 44510, 43761, 30767, 1829, 8717, 36178, 28239, 19913, 10943, 21542, 25528, 3660, 8978, 2423, 4137, 13672, 1829, 39182, 3224, 50113, 15040, 41850, 37893, 6225, 995, 2407, 11622, 5551, 3215, 9778, 1211, 8978, 11296, 2423, 4386, 25062, 11242, 10632, 11778, 3224, 14739, 3224, 41850, 18871, 16254, 5551, 25513, 3615, 11331, 6027, 9307, 34051, 8032, 1863, 6055, 1211, 2655, 11331, 6027, 9307, 20666, 10721, 3794, 32277, 6055, 1211, 2655, 11331, 6027, 9307, 11933, 15730, 4386, 11933, 15730, 4386, 11933, 15730, 6156, 8592, 1211, 14407, 42963, 33753, 2304, 6027, 9307, 29538, 11933, 15730, 5296, 15042, 4386, 5296, 15042, 11778, 23557, 25528, 12174, 3615, 4724, 1829, 19913, 1211, 2423, 4386, 4724, 1829, 19913, 1211, 33962, 1829, 9640, 2423, 2407, 5016, 25708, 5551, 2304, 10943, 4117], "avg_logprob": -0.2800245222702525, "compression_ratio": 1.946808510638298, "no_speech_prob": 0.0, "words": [{"start": 3320.14, "end": 3320.8, "word": "تمام؟", "probability": 0.5509847005208334}, {"start": 3320.8, "end": 3321.74, "word": " بقيم", "probability": 0.7345377604166666}, {"start": 3321.74, "end": 3321.86, "word": " ال", "probability": 0.93115234375}, {"start": 3321.86, "end": 3322.24, "word": " registers", "probability": 0.67578125}, {"start": 3322.24, "end": 3323.0, "word": " كلهم", "probability": 0.97412109375}, {"start": 3323.0, "end": 3323.38, "word": " على", "probability": 0.90673828125}, {"start": 3323.38, "end": 3324.1, "word": " أساسه", "probability": 0.81097412109375}, {"start": 3324.1, "end": 3325.08, "word": " واللي", "probability": 0.6322021484375}, {"start": 3325.08, "end": 3325.48, "word": " باخد", "probability": 0.8665364583333334}, {"start": 3325.48, "end": 3325.84, "word": " تقييم", "probability": 0.96875}, {"start": 3325.84, "end": 3326.22, "word": " أعلى", "probability": 0.8429361979166666}, {"start": 3326.22, "end": 3326.66, "word": " هو", "probability": 0.98193359375}, {"start": 3326.66, "end": 3327.02, "word": " اللي", "probability": 0.90576171875}, {"start": 3327.02, "end": 3327.72, "word": " بستبدله", "probability": 0.8070068359375}, {"start": 3327.72, "end": 3328.26, "word": " زي", "probability": 0.518798828125}, {"start": 3328.26, "end": 3328.82, "word": " نفس", "probability": 0.890380859375}, {"start": 3328.82, "end": 3329.14, "word": " النظام", "probability": 0.8466796875}, {"start": 3329.14, "end": 3329.92, "word": " الحياة", "probability": 0.6910807291666666}, {"start": 3329.92, "end": 3330.12, "word": " في", "probability": 0.8740234375}, {"start": 3330.12, "end": 3330.16, "word": " ال", "probability": 0.822265625}, {"start": 3330.16, "end": 3330.68, "word": " slide", "probability": 0.96435546875}, {"start": 3330.68, "end": 3331.28, "word": " اللي", "probability": 0.897216796875}, {"start": 3331.28, "end": 3331.64, "word": " بعده", "probability": 0.6683349609375}, {"start": 3331.64, "end": 3331.84, "word": " مثلا", "probability": 0.7108154296875}, {"start": 3331.84, "end": 3331.98, "word": " أنا", "probability": 0.6689453125}, {"start": 3331.98, "end": 3332.12, "word": " مش", "probability": 0.99072265625}, {"start": 3332.12, "end": 3332.4, "word": " عاوز", "probability": 0.72711181640625}, {"start": 3332.4, "end": 3333.24, "word": " أدخل", "probability": 0.9237060546875}, {"start": 3333.24, "end": 3333.6, "word": " فيها", "probability": 0.974853515625}, {"start": 3333.6, "end": 3334.76, "word": " ال", "probability": 0.482177734375}, {"start": 3334.76, "end": 3334.76, "word": " ..", "probability": 0.298095703125}, {"start": 3334.76, "end": 3335.72, "word": " القضية", "probability": 0.7578938802083334}, {"start": 3335.72, "end": 3336.16, "word": " ده", "probability": 0.7998046875}, {"start": 3336.16, "end": 3336.4, "word": " أنه", "probability": 0.556396484375}, {"start": 3336.4, "end": 3336.54, "word": " أنا", "probability": 0.59521484375}, {"start": 3336.54, "end": 3337.04, "word": " عندي", "probability": 0.84716796875}, {"start": 3337.04, "end": 3337.98, "word": " أربع", "probability": 0.8899739583333334}, {"start": 3337.98, "end": 3338.5, "word": " حالات", "probability": 0.96044921875}, {"start": 3338.5, "end": 3338.9, "word": " أو", "probability": 0.728515625}, {"start": 3338.9, "end": 3339.08, "word": " هن", "probability": 0.552978515625}, {"start": 3339.08, "end": 3339.36, "word": " تلت", "probability": 0.8268229166666666}, {"start": 3339.36, "end": 3339.72, "word": " حالات", "probability": 0.9903971354166666}, {"start": 3339.72, "end": 3340.28, "word": " بالأساس", "probability": 0.83782958984375}, {"start": 3340.28, "end": 3340.96, "word": " تلت", "probability": 0.9677734375}, {"start": 3340.96, "end": 3341.24, "word": " حالات", "probability": 0.9759114583333334}, {"start": 3341.24, "end": 3341.5, "word": " إذا", "probability": 0.719970703125}, {"start": 3341.5, "end": 3341.6, "word": " ..", "probability": 0.9248046875}, {"start": 3341.6, "end": 3341.86, "word": " إذا", "probability": 0.93896484375}, {"start": 3341.86, "end": 3341.94, "word": " ..", "probability": 0.7275390625}, {"start": 3341.94, "end": 3342.14, "word": " إذا", "probability": 0.957275390625}, {"start": 3342.14, "end": 3343.14, "word": " فشلوا", "probability": 0.8677978515625}, {"start": 3343.14, "end": 3343.94, "word": " الاحتمالات", "probability": 0.96103515625}, {"start": 3343.94, "end": 3344.16, "word": " هذه", "probability": 0.42724609375}, {"start": 3344.16, "end": 3344.36, "word": " إذا", "probability": 0.879150390625}, {"start": 3344.36, "end": 3344.6, "word": " لما", "probability": 0.6273193359375}, {"start": 3344.6, "end": 3344.84, "word": " ..", "probability": 0.93310546875}, {"start": 3344.84, "end": 3345.02, "word": " لما", "probability": 0.964599609375}, {"start": 3345.02, "end": 3345.38, "word": " درايا", "probability": 0.3462727864583333}, {"start": 3345.38, "end": 3345.64, "word": " قع", "probability": 0.699462890625}, {"start": 3345.64, "end": 3346.22, "word": " بيظل", "probability": 0.583251953125}, {"start": 3346.22, "end": 3346.34, "word": " ال", "probability": 0.369384765625}, {"start": 3346.34, "end": 3346.38, "word": " ..", "probability": 0.96484375}, {"start": 3346.38, "end": 3347.2, "word": " بيظل", "probability": 0.7916259765625}, {"start": 3347.2, "end": 3348.1, "word": " الخيار", "probability": 0.87646484375}, {"start": 3348.1, "end": 3348.38, "word": " الوحيد", "probability": 0.88623046875}, {"start": 3348.38, "end": 3348.9, "word": " أمامك", "probability": 0.9248046875}], "temperature": 1.0}, {"id": 119, "seek": 337440, "start": 3349.2, "end": 3374.4, "text": "ما هو الـ Spill؟ الـ Spill بمعنى ان انا بدي اكلمه بالظبط بالظبط هذه هي ال conditions تبعتها نقيم كل واحد من ال registers على أساس المعير هذه و اللي تبقي ال Spill تبعته أعلى هو اللي انا باخده و بعمله shift", "tokens": [15042, 31439, 2423, 39184, 1738, 373, 22807, 2423, 39184, 1738, 373, 4724, 2304, 3615, 1863, 7578, 16472, 1975, 8315, 4724, 16254, 1975, 4117, 19528, 3224, 20666, 19913, 3555, 9566, 20666, 19913, 3555, 9566, 29538, 39896, 2423, 4487, 6055, 3555, 34268, 11296, 8717, 4587, 32640, 28242, 36764, 24401, 9154, 2423, 38351, 15844, 5551, 3794, 32277, 9673, 3615, 13546, 29538, 4032, 13672, 1829, 6055, 3555, 38436, 2423, 1738, 373, 6055, 3555, 34268, 3224, 5551, 3615, 23942, 31439, 13672, 1829, 1975, 8315, 4724, 47283, 3215, 3224, 4032, 4724, 25957, 43761, 5513], "avg_logprob": -0.38272472981656536, "compression_ratio": 1.7083333333333333, "no_speech_prob": 0.0, "words": [{"start": 3349.2, "end": 3349.52, "word": "ما", "probability": 0.332275390625}, {"start": 3349.52, "end": 3349.66, "word": " هو", "probability": 0.499755859375}, {"start": 3349.66, "end": 3349.84, "word": " الـ", "probability": 0.565185546875}, {"start": 3349.84, "end": 3350.68, "word": " Spill؟", "probability": 0.5736490885416666}, {"start": 3350.68, "end": 3350.96, "word": " الـ", "probability": 0.5802001953125}, {"start": 3350.96, "end": 3351.24, "word": " Spill", "probability": 0.942138671875}, {"start": 3351.24, "end": 3351.62, "word": " بمعنى", "probability": 0.707080078125}, {"start": 3351.62, "end": 3351.76, "word": " ان", "probability": 0.2919921875}, {"start": 3351.76, "end": 3351.86, "word": " انا", "probability": 0.63720703125}, {"start": 3351.86, "end": 3352.02, "word": " بدي", "probability": 0.4844970703125}, {"start": 3352.02, "end": 3353.46, "word": " اكلمه", "probability": 0.579559326171875}, {"start": 3353.46, "end": 3355.7, "word": " بالظبط", "probability": 0.8880615234375}, {"start": 3355.7, "end": 3358.9, "word": " بالظبط", "probability": 0.81365966796875}, {"start": 3358.9, "end": 3359.14, "word": " هذه", "probability": 0.49951171875}, {"start": 3359.14, "end": 3359.32, "word": " هي", "probability": 0.50048828125}, {"start": 3359.32, "end": 3359.36, "word": " ال", "probability": 0.802734375}, {"start": 3359.36, "end": 3359.7, "word": " conditions", "probability": 0.67822265625}, {"start": 3359.7, "end": 3360.4, "word": " تبعتها", "probability": 0.82794189453125}, {"start": 3360.4, "end": 3362.08, "word": " نقيم", "probability": 0.56298828125}, {"start": 3362.08, "end": 3362.42, "word": " كل", "probability": 0.95166015625}, {"start": 3362.42, "end": 3363.0, "word": " واحد", "probability": 0.994140625}, {"start": 3363.0, "end": 3364.5, "word": " من", "probability": 0.861328125}, {"start": 3364.5, "end": 3364.64, "word": " ال", "probability": 0.955078125}, {"start": 3364.64, "end": 3365.08, "word": " registers", "probability": 0.7373046875}, {"start": 3365.08, "end": 3365.84, "word": " على", "probability": 0.87451171875}, {"start": 3365.84, "end": 3366.5, "word": " أساس", "probability": 0.8753255208333334}, {"start": 3366.5, "end": 3367.02, "word": " المعير", "probability": 0.8331705729166666}, {"start": 3367.02, "end": 3367.32, "word": " هذه", "probability": 0.541015625}, {"start": 3367.32, "end": 3369.46, "word": " و", "probability": 0.318603515625}, {"start": 3369.46, "end": 3370.0, "word": " اللي", "probability": 0.71728515625}, {"start": 3370.0, "end": 3370.7, "word": " تبقي", "probability": 0.632080078125}, {"start": 3370.7, "end": 3370.8, "word": " ال", "probability": 0.92724609375}, {"start": 3370.8, "end": 3371.02, "word": " Spill", "probability": 0.727294921875}, {"start": 3371.02, "end": 3371.38, "word": " تبعته", "probability": 0.833251953125}, {"start": 3371.38, "end": 3371.68, "word": " أعلى", "probability": 0.8821614583333334}, {"start": 3371.68, "end": 3371.96, "word": " هو", "probability": 0.955078125}, {"start": 3371.96, "end": 3372.26, "word": " اللي", "probability": 0.9453125}, {"start": 3372.26, "end": 3372.4, "word": " انا", "probability": 0.7392578125}, {"start": 3372.4, "end": 3373.06, "word": " باخده", "probability": 0.826904296875}, {"start": 3373.06, "end": 3373.48, "word": " و", "probability": 0.6845703125}, {"start": 3373.48, "end": 3373.98, "word": " بعمله", "probability": 0.9148763020833334}, {"start": 3373.98, "end": 3374.4, "word": " shift", "probability": 0.544921875}], "temperature": 1.0}, {"id": 120, "seek": 340388, "start": 3381.76, "end": 3403.88, "text": "اللي أقل ال score هو اللي بعمله استبدال يعني أقل الأولوية اه أقل الاولوية بالظبط خلاص فالان هيك صار انه انا في عندي بالاساس ال algorithm ال algorithm بدأ", "tokens": [6027, 20292, 5551, 4587, 1211, 2423, 6175, 31439, 13672, 1829, 4724, 25957, 43761, 44713, 44510, 6027, 37495, 22653, 5551, 4587, 1211, 16247, 12610, 2407, 10632, 1975, 3224, 5551, 4587, 1211, 42963, 12610, 2407, 10632, 20666, 19913, 3555, 9566, 16490, 1211, 33546, 6156, 6027, 7649, 39896, 4117, 20328, 9640, 16472, 3224, 1975, 8315, 8978, 18871, 16254, 20666, 32277, 32277, 2423, 9284, 2423, 9284, 47525, 10721], "avg_logprob": -0.31298076923076923, "compression_ratio": 1.6887417218543046, "no_speech_prob": 5.960464477539063e-08, "words": [{"start": 3381.7599999999998, "end": 3382.64, "word": "اللي", "probability": 0.66748046875}, {"start": 3382.64, "end": 3383.0, "word": " أقل", "probability": 0.8976236979166666}, {"start": 3383.0, "end": 3383.12, "word": " ال", "probability": 0.54150390625}, {"start": 3383.12, "end": 3383.36, "word": " score", "probability": 0.89111328125}, {"start": 3383.36, "end": 3384.9, "word": " هو", "probability": 0.88134765625}, {"start": 3384.9, "end": 3385.4, "word": " اللي", "probability": 0.912353515625}, {"start": 3385.4, "end": 3386.14, "word": " بعمله", "probability": 0.788818359375}, {"start": 3386.14, "end": 3386.72, "word": " استبدال", "probability": 0.8850911458333334}, {"start": 3386.72, "end": 3387.2, "word": " يعني", "probability": 0.531982421875}, {"start": 3387.2, "end": 3387.52, "word": " أقل", "probability": 0.93310546875}, {"start": 3387.52, "end": 3387.96, "word": " الأولوية", "probability": 0.68341064453125}, {"start": 3387.96, "end": 3388.36, "word": " اه", "probability": 0.35296630859375}, {"start": 3388.36, "end": 3388.7, "word": " أقل", "probability": 0.94921875}, {"start": 3388.7, "end": 3389.06, "word": " الاولوية", "probability": 0.8607177734375}, {"start": 3389.06, "end": 3389.64, "word": " بالظبط", "probability": 0.9296875}, {"start": 3389.64, "end": 3395.72, "word": " خلاص", "probability": 0.7159423828125}, {"start": 3395.72, "end": 3398.98, "word": " فالان", "probability": 0.7576497395833334}, {"start": 3398.98, "end": 3399.4, "word": " هيك", "probability": 0.73974609375}, {"start": 3399.4, "end": 3400.04, "word": " صار", "probability": 0.9072265625}, {"start": 3400.04, "end": 3400.34, "word": " انه", "probability": 0.71923828125}, {"start": 3400.34, "end": 3400.5, "word": " انا", "probability": 0.661865234375}, {"start": 3400.5, "end": 3400.62, "word": " في", "probability": 0.95166015625}, {"start": 3400.62, "end": 3400.86, "word": " عندي", "probability": 0.6756591796875}, {"start": 3400.86, "end": 3401.38, "word": " بالاساس", "probability": 0.90380859375}, {"start": 3401.38, "end": 3401.56, "word": " ال", "probability": 0.94091796875}, {"start": 3401.56, "end": 3402.02, "word": " algorithm", "probability": 0.9736328125}, {"start": 3402.02, "end": 3402.88, "word": " ال", "probability": 0.70849609375}, {"start": 3402.88, "end": 3403.3, "word": " algorithm", "probability": 0.96630859375}, {"start": 3403.3, "end": 3403.88, "word": " بدأ", "probability": 0.7060546875}], "temperature": 1.0}, {"id": 121, "seek": 343243, "start": 3407.23, "end": 3432.43, "text": "بتستيين بالـ get ridge عشان تعطيها ال register فإحنا لما بدنا نرجع على ال slide اللي بتوضح ال code generation algorithm أمامها تلات عملية أساسية", "tokens": [3555, 2655, 14851, 1829, 9957, 20666, 39184, 483, 34651, 6225, 8592, 7649, 6055, 3615, 9566, 1829, 11296, 2423, 7280, 6156, 28814, 5016, 8315, 5296, 15042, 47525, 8315, 8717, 47341, 3615, 15844, 2423, 4137, 13672, 1829, 39894, 2407, 11242, 5016, 2423, 3089, 5125, 9284, 5551, 2304, 10943, 11296, 6055, 1211, 9307, 6225, 42213, 10632, 5551, 3794, 32277, 10632], "avg_logprob": -0.42403016573396224, "compression_ratio": 1.3664596273291925, "no_speech_prob": 2.384185791015625e-07, "words": [{"start": 3407.23, "end": 3408.25, "word": "بتستيين", "probability": 0.5469970703125}, {"start": 3408.25, "end": 3408.71, "word": " بالـ", "probability": 0.2933349609375}, {"start": 3408.71, "end": 3410.31, "word": " get", "probability": 0.2269287109375}, {"start": 3410.31, "end": 3410.69, "word": " ridge", "probability": 0.1175537109375}, {"start": 3410.69, "end": 3411.49, "word": " عشان", "probability": 0.7023518880208334}, {"start": 3411.49, "end": 3411.87, "word": " تعطيها", "probability": 0.85}, {"start": 3411.87, "end": 3411.95, "word": " ال", "probability": 0.88916015625}, {"start": 3411.95, "end": 3412.31, "word": " register", "probability": 0.7451171875}, {"start": 3412.31, "end": 3414.31, "word": " فإحنا", "probability": 0.60260009765625}, {"start": 3414.31, "end": 3415.01, "word": " لما", "probability": 0.86767578125}, {"start": 3415.01, "end": 3415.35, "word": " بدنا", "probability": 0.6668701171875}, {"start": 3415.35, "end": 3415.77, "word": " نرجع", "probability": 0.98291015625}, {"start": 3415.77, "end": 3416.17, "word": " على", "probability": 0.398193359375}, {"start": 3416.17, "end": 3416.55, "word": " ال", "probability": 0.51806640625}, {"start": 3416.55, "end": 3418.89, "word": " slide", "probability": 0.5546875}, {"start": 3418.89, "end": 3420.09, "word": " اللي", "probability": 0.623046875}, {"start": 3420.09, "end": 3421.33, "word": " بتوضح", "probability": 0.94482421875}, {"start": 3421.33, "end": 3423.81, "word": " ال", "probability": 0.40673828125}, {"start": 3423.81, "end": 3427.03, "word": " code", "probability": 0.912109375}, {"start": 3427.03, "end": 3427.49, "word": " generation", "probability": 0.89794921875}, {"start": 3427.49, "end": 3428.25, "word": " algorithm", "probability": 0.7705078125}, {"start": 3428.25, "end": 3430.35, "word": " أمامها", "probability": 0.8499755859375}, {"start": 3430.35, "end": 3430.83, "word": " تلات", "probability": 0.8014322916666666}, {"start": 3430.83, "end": 3431.77, "word": " عملية", "probability": 0.8084309895833334}, {"start": 3431.77, "end": 3432.43, "word": " أساسية", "probability": 0.980224609375}], "temperature": 1.0}, {"id": 122, "seek": 346376, "start": 3437.36, "end": 3463.76, "text": "whether loads are necessary و لا لأ قبل هذا الكلام to select او allocate register for variables select or allocate register for variables ايوة هذا اوكل ال get rich", "tokens": [1363, 1666, 12668, 366, 4818, 4032, 20193, 5296, 10721, 12174, 36150, 23758, 2423, 28820, 10943, 281, 3048, 1975, 2407, 35713, 7280, 337, 9102, 3048, 420, 35713, 7280, 337, 9102, 1975, 1829, 2407, 3660, 23758, 1975, 2407, 28820, 2423, 483, 4593], "avg_logprob": -0.38490853658536583, "compression_ratio": 1.4885496183206106, "no_speech_prob": 0.0, "words": [{"start": 3437.3599999999997, "end": 3438.2, "word": "whether", "probability": 0.6077880859375}, {"start": 3438.2, "end": 3439.04, "word": " loads", "probability": 0.84326171875}, {"start": 3439.04, "end": 3439.22, "word": " are", "probability": 0.91015625}, {"start": 3439.22, "end": 3439.78, "word": " necessary", "probability": 0.94287109375}, {"start": 3439.78, "end": 3439.92, "word": " و", "probability": 0.3408203125}, {"start": 3439.92, "end": 3440.0, "word": " لا", "probability": 0.94482421875}, {"start": 3440.0, "end": 3440.32, "word": " لأ", "probability": 0.93115234375}, {"start": 3440.32, "end": 3441.26, "word": " قبل", "probability": 0.8408203125}, {"start": 3441.26, "end": 3441.58, "word": " هذا", "probability": 0.87841796875}, {"start": 3441.58, "end": 3442.14, "word": " الكلام", "probability": 0.9332682291666666}, {"start": 3442.14, "end": 3443.38, "word": " to", "probability": 0.493408203125}, {"start": 3443.38, "end": 3443.96, "word": " select", "probability": 0.83349609375}, {"start": 3443.96, "end": 3445.92, "word": " او", "probability": 0.60577392578125}, {"start": 3445.92, "end": 3446.34, "word": " allocate", "probability": 0.95751953125}, {"start": 3446.34, "end": 3449.9, "word": " register", "probability": 0.826171875}, {"start": 3449.9, "end": 3452.74, "word": " for", "probability": 0.90234375}, {"start": 3452.74, "end": 3454.4, "word": " variables", "probability": 0.477783203125}, {"start": 3454.4, "end": 3457.72, "word": " select", "probability": 0.48876953125}, {"start": 3457.72, "end": 3458.04, "word": " or", "probability": 0.94775390625}, {"start": 3458.04, "end": 3458.46, "word": " allocate", "probability": 0.94970703125}, {"start": 3458.46, "end": 3458.92, "word": " register", "probability": 0.81396484375}, {"start": 3458.92, "end": 3459.14, "word": " for", "probability": 0.9501953125}, {"start": 3459.14, "end": 3459.48, "word": " variables", "probability": 0.8798828125}, {"start": 3459.48, "end": 3461.02, "word": " ايوة", "probability": 0.609710693359375}, {"start": 3461.02, "end": 3461.42, "word": " هذا", "probability": 0.85595703125}, {"start": 3461.42, "end": 3462.66, "word": " اوكل", "probability": 0.6146647135416666}, {"start": 3462.66, "end": 3463.06, "word": " ال", "probability": 0.79052734375}, {"start": 3463.06, "end": 3463.36, "word": " get", "probability": 0.40185546875}, {"start": 3463.36, "end": 3463.76, "word": " rich", "probability": 0.64501953125}], "temperature": 1.0}, {"id": 123, "seek": 349253, "start": 3466.29, "end": 3492.53, "text": "بعد ذلك ال algorithm يجب أن يقرر إذا كنت تعمل load أو لا load ثانيا تعمل ال operation مقابلة لل operation تعمل ال instruction مقابلة لل operation زي plus ولا minus تالتا تنظف أو تتحقق من أنه يلزم store أو لا", "tokens": [3555, 22488, 29910, 23275, 2423, 9284, 7251, 7435, 3555, 14739, 7251, 4587, 2288, 2288, 11933, 15730, 9122, 29399, 6055, 25957, 1211, 3677, 34051, 20193, 3677, 38637, 7649, 25528, 6055, 25957, 1211, 2423, 6916, 3714, 4587, 16758, 37977, 24976, 6916, 6055, 25957, 1211, 2423, 10951, 3714, 4587, 16758, 37977, 24976, 6916, 30767, 1829, 1804, 49429, 3175, 6055, 6027, 2655, 995, 6055, 1863, 19913, 5172, 34051, 6055, 2655, 5016, 4587, 4587, 9154, 14739, 3224, 7251, 1211, 11622, 2304, 3531, 34051, 20193], "avg_logprob": -0.4804687462747097, "compression_ratio": 1.6666666666666667, "no_speech_prob": 0.0, "words": [{"start": 3466.29, "end": 3466.69, "word": "بعد", "probability": 0.60467529296875}, {"start": 3466.69, "end": 3466.95, "word": " ذلك", "probability": 0.87255859375}, {"start": 3466.95, "end": 3467.25, "word": " ال", "probability": 0.37646484375}, {"start": 3467.25, "end": 3467.47, "word": " algorithm", "probability": 0.1053466796875}, {"start": 3467.47, "end": 3468.89, "word": " يجب", "probability": 0.4142659505208333}, {"start": 3468.89, "end": 3471.37, "word": " أن", "probability": 0.5439453125}, {"start": 3471.37, "end": 3471.95, "word": " يقرر", "probability": 0.599761962890625}, {"start": 3471.95, "end": 3472.33, "word": " إذا", "probability": 0.6021728515625}, {"start": 3472.33, "end": 3473.29, "word": " كنت", "probability": 0.31658935546875}, {"start": 3473.29, "end": 3473.73, "word": " تعمل", "probability": 0.5413411458333334}, {"start": 3473.73, "end": 3473.95, "word": " load", "probability": 0.3408203125}, {"start": 3473.95, "end": 3474.13, "word": " أو", "probability": 0.40869140625}, {"start": 3474.13, "end": 3474.17, "word": " لا", "probability": 0.80029296875}, {"start": 3474.17, "end": 3474.45, "word": " load", "probability": 0.29150390625}, {"start": 3474.45, "end": 3475.47, "word": " ثانيا", "probability": 0.8372395833333334}, {"start": 3475.47, "end": 3476.37, "word": " تعمل", "probability": 0.9020182291666666}, {"start": 3476.37, "end": 3476.45, "word": " ال", "probability": 0.6494140625}, {"start": 3476.45, "end": 3476.99, "word": " operation", "probability": 0.6083984375}, {"start": 3476.99, "end": 3479.13, "word": " مقابلة", "probability": 0.756072998046875}, {"start": 3479.13, "end": 3479.75, "word": " لل", "probability": 0.33056640625}, {"start": 3479.75, "end": 3480.31, "word": " operation", "probability": 0.6103515625}, {"start": 3480.31, "end": 3481.45, "word": " تعمل", "probability": 0.8194986979166666}, {"start": 3481.45, "end": 3481.57, "word": " ال", "probability": 0.84521484375}, {"start": 3481.57, "end": 3482.03, "word": " instruction", "probability": 0.7041015625}, {"start": 3482.03, "end": 3482.77, "word": " مقابلة", "probability": 0.933837890625}, {"start": 3482.77, "end": 3483.01, "word": " لل", "probability": 0.923828125}, {"start": 3483.01, "end": 3483.53, "word": " operation", "probability": 0.92529296875}, {"start": 3483.53, "end": 3483.87, "word": " زي", "probability": 0.58740234375}, {"start": 3483.87, "end": 3484.21, "word": " plus", "probability": 0.6298828125}, {"start": 3484.21, "end": 3484.41, "word": " ولا", "probability": 0.63037109375}, {"start": 3484.41, "end": 3484.71, "word": " minus", "probability": 0.9755859375}, {"start": 3484.71, "end": 3485.87, "word": " تالتا", "probability": 0.7589111328125}, {"start": 3485.87, "end": 3487.83, "word": " تنظف", "probability": 0.74267578125}, {"start": 3487.83, "end": 3488.77, "word": " أو", "probability": 0.410888671875}, {"start": 3488.77, "end": 3490.39, "word": " تتحقق", "probability": 0.95927734375}, {"start": 3490.39, "end": 3490.55, "word": " من", "probability": 0.7548828125}, {"start": 3490.55, "end": 3490.91, "word": " أنه", "probability": 0.73046875}, {"start": 3490.91, "end": 3491.45, "word": " يلزم", "probability": 0.845947265625}, {"start": 3491.45, "end": 3492.25, "word": " store", "probability": 0.8115234375}, {"start": 3492.25, "end": 3492.41, "word": " أو", "probability": 0.383056640625}, {"start": 3492.41, "end": 3492.53, "word": " لا", "probability": 0.9560546875}], "temperature": 1.0}, {"id": 124, "seek": 351641, "start": 3493.11, "end": 3516.41, "text": "هذه أصبح ببساطة يوم ما احنا بدنا ناخد اي مثال زي هذا المثال و بدنا نحله او نترجمه بدك تاخده على هذا تعمل اربع tasks عند كل instruction", "tokens": [3224, 24192, 5551, 9381, 49628, 4724, 3555, 3794, 41193, 3660, 7251, 20498, 19446, 1975, 5016, 8315, 47525, 8315, 8717, 47283, 3215, 1975, 1829, 50113, 6027, 30767, 1829, 23758, 9673, 12984, 6027, 4032, 47525, 8315, 8717, 5016, 43761, 1975, 2407, 8717, 2655, 47341, 2304, 3224, 47525, 4117, 6055, 47283, 3215, 3224, 15844, 23758, 6055, 25957, 1211, 1975, 25513, 3615, 9608, 43242, 28242, 10951], "avg_logprob": -0.27281746410188223, "compression_ratio": 1.5202702702702702, "no_speech_prob": 0.0, "words": [{"start": 3493.11, "end": 3494.05, "word": "هذه", "probability": 0.5504150390625}, {"start": 3494.05, "end": 3495.13, "word": " أصبح", "probability": 0.8701171875}, {"start": 3495.13, "end": 3495.75, "word": " ببساطة", "probability": 0.97763671875}, {"start": 3495.75, "end": 3496.05, "word": " يوم", "probability": 0.8681640625}, {"start": 3496.05, "end": 3496.17, "word": " ما", "probability": 0.6015625}, {"start": 3496.17, "end": 3496.53, "word": " احنا", "probability": 0.79443359375}, {"start": 3496.53, "end": 3497.09, "word": " بدنا", "probability": 0.6539306640625}, {"start": 3497.09, "end": 3497.51, "word": " ناخد", "probability": 0.8474934895833334}, {"start": 3497.51, "end": 3497.71, "word": " اي", "probability": 0.6947021484375}, {"start": 3497.71, "end": 3498.21, "word": " مثال", "probability": 0.9482421875}, {"start": 3498.21, "end": 3498.51, "word": " زي", "probability": 0.728515625}, {"start": 3498.51, "end": 3498.73, "word": " هذا", "probability": 0.9365234375}, {"start": 3498.73, "end": 3499.27, "word": " المثال", "probability": 0.8221842447916666}, {"start": 3499.27, "end": 3502.43, "word": " و", "probability": 0.7333984375}, {"start": 3502.43, "end": 3502.87, "word": " بدنا", "probability": 0.8955078125}, {"start": 3502.87, "end": 3504.47, "word": " نحله", "probability": 0.8056640625}, {"start": 3504.47, "end": 3504.91, "word": " او", "probability": 0.807373046875}, {"start": 3504.91, "end": 3506.43, "word": " نترجمه", "probability": 0.94482421875}, {"start": 3506.43, "end": 3507.33, "word": " بدك", "probability": 0.6510009765625}, {"start": 3507.33, "end": 3511.37, "word": " تاخده", "probability": 0.894775390625}, {"start": 3511.37, "end": 3511.53, "word": " على", "probability": 0.8994140625}, {"start": 3511.53, "end": 3511.93, "word": " هذا", "probability": 0.94189453125}, {"start": 3511.93, "end": 3513.69, "word": " تعمل", "probability": 0.49969482421875}, {"start": 3513.69, "end": 3514.25, "word": " اربع", "probability": 0.7200520833333334}, {"start": 3514.25, "end": 3514.81, "word": " tasks", "probability": 0.6318359375}, {"start": 3514.81, "end": 3515.45, "word": " عند", "probability": 0.86181640625}, {"start": 3515.45, "end": 3515.73, "word": " كل", "probability": 0.98974609375}, {"start": 3515.73, "end": 3516.41, "word": " instruction", "probability": 0.7138671875}], "temperature": 1.0}, {"id": 125, "seek": 354480, "start": 3518.84, "end": 3544.8, "text": "بتكرر التلاتة ال tasks الأولانية و في الآخر بتعمل ال task الأخيرة اللي هي تبع ال on exit اي نعم فإيش تركت لكل instruction؟ أولا جت reg عشان تعطيك registers تفحص ال registers هدولة بينزل نعمل load ولا لأ ثم بعمل ال instruction هذا كلام بتكرر في كلمة", "tokens": [3555, 2655, 37983, 2288, 16712, 1211, 9307, 3660, 2423, 9608, 16247, 12610, 7649, 10632, 4032, 8978, 6024, 95, 34740, 39894, 25957, 1211, 2423, 5633, 16247, 9778, 48923, 13672, 1829, 39896, 6055, 3555, 3615, 2423, 322, 11043, 1975, 1829, 8717, 25957, 6156, 28814, 1829, 8592, 6055, 31747, 2655, 5296, 28820, 10951, 22807, 5551, 12610, 995, 10874, 2655, 1121, 6225, 8592, 7649, 6055, 3615, 9566, 1829, 4117, 38351, 6055, 5172, 5016, 9381, 2423, 38351, 8032, 3215, 12610, 3660, 4724, 9957, 11622, 1211, 8717, 25957, 1211, 3677, 49429, 5296, 10721, 38637, 2304, 4724, 25957, 1211, 2423, 10951, 23758, 28242, 10943, 39894, 37983, 2288, 8978, 9122, 19528, 3660], "avg_logprob": -0.35773810205005463, "compression_ratio": 1.6973684210526316, "no_speech_prob": 0.0, "words": [{"start": 3518.84, "end": 3519.58, "word": "بتكرر", "probability": 0.66632080078125}, {"start": 3519.58, "end": 3520.22, "word": " التلاتة", "probability": 0.84539794921875}, {"start": 3520.22, "end": 3520.56, "word": " ال", "probability": 0.5263671875}, {"start": 3520.56, "end": 3520.78, "word": " tasks", "probability": 0.580078125}, {"start": 3520.78, "end": 3521.54, "word": " الأولانية", "probability": 0.9625244140625}, {"start": 3521.54, "end": 3522.02, "word": " و", "probability": 0.8203125}, {"start": 3522.02, "end": 3522.18, "word": " في", "probability": 0.5712890625}, {"start": 3522.18, "end": 3523.06, "word": " الآخر", "probability": 0.88623046875}, {"start": 3523.06, "end": 3524.76, "word": " بتعمل", "probability": 0.765625}, {"start": 3524.76, "end": 3524.84, "word": " ال", "probability": 0.87939453125}, {"start": 3524.84, "end": 3525.06, "word": " task", "probability": 0.8876953125}, {"start": 3525.06, "end": 3525.58, "word": " الأخيرة", "probability": 0.89306640625}, {"start": 3525.58, "end": 3525.8, "word": " اللي", "probability": 0.67626953125}, {"start": 3525.8, "end": 3526.02, "word": " هي", "probability": 0.833984375}, {"start": 3526.02, "end": 3526.32, "word": " تبع", "probability": 0.620361328125}, {"start": 3526.32, "end": 3527.02, "word": " ال", "probability": 0.81787109375}, {"start": 3527.02, "end": 3527.24, "word": " on", "probability": 0.85791015625}, {"start": 3527.24, "end": 3527.68, "word": " exit", "probability": 0.68701171875}, {"start": 3527.68, "end": 3528.14, "word": " اي", "probability": 0.52703857421875}, {"start": 3528.14, "end": 3528.54, "word": " نعم", "probability": 0.73583984375}, {"start": 3528.54, "end": 3530.8, "word": " فإيش", "probability": 0.59295654296875}, {"start": 3530.8, "end": 3531.26, "word": " تركت", "probability": 0.5250651041666666}, {"start": 3531.26, "end": 3531.8, "word": " لكل", "probability": 0.6395263671875}, {"start": 3531.8, "end": 3532.34, "word": " instruction؟", "probability": 0.5533447265625}, {"start": 3532.34, "end": 3532.64, "word": " أولا", "probability": 0.75830078125}, {"start": 3532.64, "end": 3533.62, "word": " جت", "probability": 0.3858642578125}, {"start": 3533.62, "end": 3533.92, "word": " reg", "probability": 0.1884765625}, {"start": 3533.92, "end": 3534.44, "word": " عشان", "probability": 0.8723958333333334}, {"start": 3534.44, "end": 3535.24, "word": " تعطيك", "probability": 0.75771484375}, {"start": 3535.24, "end": 3535.9, "word": " registers", "probability": 0.6171875}, {"start": 3535.9, "end": 3537.54, "word": " تفحص", "probability": 0.8978271484375}, {"start": 3537.54, "end": 3537.64, "word": " ال", "probability": 0.74853515625}, {"start": 3537.64, "end": 3538.02, "word": " registers", "probability": 0.8720703125}, {"start": 3538.02, "end": 3538.48, "word": " هدولة", "probability": 0.801513671875}, {"start": 3538.48, "end": 3538.88, "word": " بينزل", "probability": 0.629730224609375}, {"start": 3538.88, "end": 3539.18, "word": " نعمل", "probability": 0.7302652994791666}, {"start": 3539.18, "end": 3539.46, "word": " load", "probability": 0.91162109375}, {"start": 3539.46, "end": 3539.62, "word": " ولا", "probability": 0.890625}, {"start": 3539.62, "end": 3540.02, "word": " لأ", "probability": 0.77197265625}, {"start": 3540.02, "end": 3541.0, "word": " ثم", "probability": 0.937744140625}, {"start": 3541.0, "end": 3542.12, "word": " بعمل", "probability": 0.9479166666666666}, {"start": 3542.12, "end": 3542.22, "word": " ال", "probability": 0.98681640625}, {"start": 3542.22, "end": 3542.7, "word": " instruction", "probability": 0.7294921875}, {"start": 3542.7, "end": 3543.32, "word": " هذا", "probability": 0.5166015625}, {"start": 3543.32, "end": 3543.62, "word": " كلام", "probability": 0.794189453125}, {"start": 3543.62, "end": 3544.18, "word": " بتكرر", "probability": 0.8448893229166666}, {"start": 3544.18, "end": 3544.38, "word": " في", "probability": 0.96728515625}, {"start": 3544.38, "end": 3544.8, "word": " كلمة", "probability": 0.7345377604166666}], "temperature": 1.0}, {"id": 126, "seek": 356561, "start": 3545.05, "end": 3565.61, "text": "عشان يتم هذا القمر بلزمنا descriptors وبيلزمنا البيانات ال on exit هذه او ال next use information تمام فاحنا الآن يعني القمر هذا هو خلاصة ال code generation بضال بعد ذلك ان هذا ال code اللي طلع معايا", "tokens": [3615, 8592, 7649, 7251, 39237, 23758, 25062, 29973, 4724, 1211, 11622, 2304, 8315, 31280, 830, 4032, 21292, 1211, 11622, 2304, 8315, 2423, 21292, 7649, 9307, 2423, 322, 11043, 29538, 1975, 2407, 2423, 958, 764, 1589, 46811, 10943, 6156, 39319, 8315, 6024, 48506, 37495, 22653, 25062, 29973, 23758, 31439, 16490, 1211, 33546, 3660, 2423, 3089, 5125, 4724, 11242, 6027, 39182, 29910, 23275, 16472, 23758, 2423, 3089, 13672, 1829, 23032, 1211, 3615, 20449, 995, 25528], "avg_logprob": -0.2975084576252344, "compression_ratio": 1.6041666666666667, "no_speech_prob": 0.0, "words": [{"start": 3545.05, "end": 3545.89, "word": "عشان", "probability": 0.804931640625}, {"start": 3545.89, "end": 3546.57, "word": " يتم", "probability": 0.6573486328125}, {"start": 3546.57, "end": 3546.75, "word": " هذا", "probability": 0.6337890625}, {"start": 3546.75, "end": 3547.09, "word": " القمر", "probability": 0.759765625}, {"start": 3547.09, "end": 3547.81, "word": " بلزمنا", "probability": 0.761279296875}, {"start": 3547.81, "end": 3548.51, "word": " descriptors", "probability": 0.830078125}, {"start": 3548.51, "end": 3549.81, "word": " وبيلزمنا", "probability": 0.7923177083333334}, {"start": 3549.81, "end": 3550.43, "word": " البيانات", "probability": 0.9305419921875}, {"start": 3550.43, "end": 3550.55, "word": " ال", "probability": 0.79638671875}, {"start": 3550.55, "end": 3550.73, "word": " on", "probability": 0.330078125}, {"start": 3550.73, "end": 3551.05, "word": " exit", "probability": 0.55126953125}, {"start": 3551.05, "end": 3551.49, "word": " هذه", "probability": 0.287353515625}, {"start": 3551.49, "end": 3551.73, "word": " او", "probability": 0.73095703125}, {"start": 3551.73, "end": 3551.83, "word": " ال", "probability": 0.483642578125}, {"start": 3551.83, "end": 3552.01, "word": " next", "probability": 0.828125}, {"start": 3552.01, "end": 3552.33, "word": " use", "probability": 0.7578125}, {"start": 3552.33, "end": 3553.31, "word": " information", "probability": 0.927734375}, {"start": 3553.31, "end": 3554.13, "word": " تمام", "probability": 0.5980224609375}, {"start": 3554.13, "end": 3555.21, "word": " فاحنا", "probability": 0.7452799479166666}, {"start": 3555.21, "end": 3555.55, "word": " الآن", "probability": 0.6837158203125}, {"start": 3555.55, "end": 3556.01, "word": " يعني", "probability": 0.954345703125}, {"start": 3556.01, "end": 3557.37, "word": " القمر", "probability": 0.9306640625}, {"start": 3557.37, "end": 3557.73, "word": " هذا", "probability": 0.80712890625}, {"start": 3557.73, "end": 3558.85, "word": " هو", "probability": 0.9697265625}, {"start": 3558.85, "end": 3560.03, "word": " خلاصة", "probability": 0.987060546875}, {"start": 3560.03, "end": 3560.63, "word": " ال", "probability": 0.85693359375}, {"start": 3560.63, "end": 3561.11, "word": " code", "probability": 0.97412109375}, {"start": 3561.11, "end": 3561.97, "word": " generation", "probability": 0.95654296875}, {"start": 3561.97, "end": 3563.03, "word": " بضال", "probability": 0.6507975260416666}, {"start": 3563.03, "end": 3563.25, "word": " بعد", "probability": 0.73193359375}, {"start": 3563.25, "end": 3563.51, "word": " ذلك", "probability": 0.597412109375}, {"start": 3563.51, "end": 3564.01, "word": " ان", "probability": 0.7314453125}, {"start": 3564.01, "end": 3564.35, "word": " هذا", "probability": 0.73779296875}, {"start": 3564.35, "end": 3564.49, "word": " ال", "probability": 0.85302734375}, {"start": 3564.49, "end": 3564.69, "word": " code", "probability": 0.970703125}, {"start": 3564.69, "end": 3564.85, "word": " اللي", "probability": 0.910888671875}, {"start": 3564.85, "end": 3565.19, "word": " طلع", "probability": 0.931640625}, {"start": 3565.19, "end": 3565.61, "word": " معايا", "probability": 0.7872721354166666}], "temperature": 1.0}, {"id": 127, "seek": 359207, "start": 3568.35, "end": 3592.07, "text": "بنعمل optimization فبينعمل machine dependent optimization لأن هذا الان machine code ف optimization حسب ال machine و حسب ال resources تبع ال machine عمليا احنا هيك بنكون اجملنا اللى بدناه من ال chapter تمانية", "tokens": [3555, 1863, 25957, 1211, 19618, 6156, 3555, 9957, 25957, 1211, 3479, 12334, 19618, 5296, 33456, 23758, 2423, 7649, 3479, 3089, 6156, 19618, 11331, 35457, 2423, 3479, 4032, 11331, 35457, 2423, 3593, 6055, 3555, 3615, 2423, 3479, 6225, 2304, 20292, 995, 1975, 5016, 8315, 39896, 4117, 44945, 30544, 1975, 7435, 42213, 8315, 13672, 7578, 47525, 8315, 3224, 9154, 2423, 7187, 46811, 7649, 10632], "avg_logprob": -0.48784723357548787, "compression_ratio": 1.6551724137931034, "no_speech_prob": 0.0, "words": [{"start": 3568.35, "end": 3568.85, "word": "بنعمل", "probability": 0.50787353515625}, {"start": 3568.85, "end": 3569.49, "word": " optimization", "probability": 0.494140625}, {"start": 3569.49, "end": 3571.79, "word": " فبينعمل", "probability": 0.6127197265625}, {"start": 3571.79, "end": 3572.73, "word": " machine", "probability": 0.62060546875}, {"start": 3572.73, "end": 3574.11, "word": " dependent", "probability": 0.70703125}, {"start": 3574.11, "end": 3575.19, "word": " optimization", "probability": 0.9541015625}, {"start": 3575.19, "end": 3576.03, "word": " لأن", "probability": 0.632080078125}, {"start": 3576.03, "end": 3576.23, "word": " هذا", "probability": 0.343017578125}, {"start": 3576.23, "end": 3576.45, "word": " الان", "probability": 0.6993408203125}, {"start": 3576.45, "end": 3576.79, "word": " machine", "probability": 0.6279296875}, {"start": 3576.79, "end": 3577.27, "word": " code", "probability": 0.9384765625}, {"start": 3577.27, "end": 3578.13, "word": " ف", "probability": 0.67431640625}, {"start": 3578.13, "end": 3578.79, "word": " optimization", "probability": 0.435302734375}, {"start": 3578.79, "end": 3579.51, "word": " حسب", "probability": 0.982666015625}, {"start": 3579.51, "end": 3579.67, "word": " ال", "probability": 0.8544921875}, {"start": 3579.67, "end": 3579.97, "word": " machine", "probability": 0.84521484375}, {"start": 3579.97, "end": 3580.09, "word": " و", "probability": 0.833984375}, {"start": 3580.09, "end": 3580.39, "word": " حسب", "probability": 0.88623046875}, {"start": 3580.39, "end": 3582.01, "word": " ال", "probability": 0.434814453125}, {"start": 3582.01, "end": 3582.79, "word": " resources", "probability": 0.853515625}, {"start": 3582.79, "end": 3583.13, "word": " تبع", "probability": 0.6652018229166666}, {"start": 3583.13, "end": 3583.25, "word": " ال", "probability": 0.2437744140625}, {"start": 3583.25, "end": 3583.67, "word": " machine", "probability": 0.90673828125}, {"start": 3583.67, "end": 3586.17, "word": " عمليا", "probability": 0.7542724609375}, {"start": 3586.17, "end": 3586.39, "word": " احنا", "probability": 0.8126627604166666}, {"start": 3586.39, "end": 3586.57, "word": " هيك", "probability": 0.600830078125}, {"start": 3586.57, "end": 3587.13, "word": " بنكون", "probability": 0.833984375}, {"start": 3587.13, "end": 3588.67, "word": " اجملنا", "probability": 0.837646484375}, {"start": 3588.67, "end": 3589.19, "word": " اللى", "probability": 0.6517333984375}, {"start": 3589.19, "end": 3589.95, "word": " بدناه", "probability": 0.7121175130208334}, {"start": 3589.95, "end": 3590.73, "word": " من", "probability": 0.93896484375}, {"start": 3590.73, "end": 3591.09, "word": " ال", "probability": 0.51904296875}, {"start": 3591.09, "end": 3591.39, "word": " chapter", "probability": 0.93310546875}, {"start": 3591.39, "end": 3592.07, "word": " تمانية", "probability": 0.7713216145833334}], "temperature": 1.0}, {"id": 128, "seek": 361304, "start": 3596.56, "end": 3613.04, "text": "الاساسيات يعني بقدرش اقول انه احنا غطينا كافة .. كافة ال chapter طبعا اه هاي مثلا ال optimization كلها لسه ضايل أمامنا في هذا ال chapter بس احنا عمليا بقدر اقول احنا غطينا المص", "tokens": [6027, 32277, 32277, 1829, 9307, 37495, 22653, 4724, 28543, 2288, 8592, 1975, 39648, 16472, 3224, 1975, 5016, 8315, 32771, 9566, 1829, 8315, 9122, 31845, 3660, 4386, 9122, 31845, 3660, 2423, 7187, 23032, 3555, 3615, 995, 1975, 3224, 8032, 47302, 50113, 15040, 2423, 19618, 28242, 11296, 5296, 3794, 3224, 48812, 995, 26895, 5551, 2304, 10943, 8315, 8978, 23758, 2423, 7187, 4724, 3794, 1975, 5016, 8315, 6225, 2304, 20292, 995, 4724, 28543, 2288, 1975, 39648, 1975, 5016, 8315, 32771, 9566, 1829, 8315, 9673, 9381], "avg_logprob": -0.212161140987672, "compression_ratio": 1.6534090909090908, "no_speech_prob": 4.172325134277344e-07, "words": [{"start": 3596.56, "end": 3597.24, "word": "الاساسيات", "probability": 0.78505859375}, {"start": 3597.24, "end": 3597.48, "word": " يعني", "probability": 0.508026123046875}, {"start": 3597.48, "end": 3597.96, "word": " بقدرش", "probability": 0.85186767578125}, {"start": 3597.96, "end": 3598.22, "word": " اقول", "probability": 0.751220703125}, {"start": 3598.22, "end": 3598.56, "word": " انه", "probability": 0.787109375}, {"start": 3598.56, "end": 3599.42, "word": " احنا", "probability": 0.94873046875}, {"start": 3599.42, "end": 3600.58, "word": " غطينا", "probability": 0.9638671875}, {"start": 3600.58, "end": 3601.34, "word": " كافة", "probability": 0.9537760416666666}, {"start": 3601.34, "end": 3601.52, "word": " ..", "probability": 0.28125}, {"start": 3601.52, "end": 3603.84, "word": " كافة", "probability": 0.9078776041666666}, {"start": 3603.84, "end": 3604.1, "word": " ال", "probability": 0.8671875}, {"start": 3604.1, "end": 3604.56, "word": " chapter", "probability": 0.92333984375}, {"start": 3604.56, "end": 3605.1, "word": " طبعا", "probability": 0.9901123046875}, {"start": 3605.1, "end": 3606.06, "word": " اه", "probability": 0.6529541015625}, {"start": 3606.06, "end": 3606.26, "word": " هاي", "probability": 0.6466064453125}, {"start": 3606.26, "end": 3606.5, "word": " مثلا", "probability": 0.96826171875}, {"start": 3606.5, "end": 3606.64, "word": " ال", "probability": 0.921875}, {"start": 3606.64, "end": 3607.16, "word": " optimization", "probability": 0.94140625}, {"start": 3607.16, "end": 3607.94, "word": " كلها", "probability": 0.967041015625}, {"start": 3607.94, "end": 3608.22, "word": " لسه", "probability": 0.8707682291666666}, {"start": 3608.22, "end": 3608.4, "word": " ضايل", "probability": 0.6245930989583334}, {"start": 3608.4, "end": 3608.8, "word": " أمامنا", "probability": 0.8162841796875}, {"start": 3608.8, "end": 3608.94, "word": " في", "probability": 0.86474609375}, {"start": 3608.94, "end": 3609.08, "word": " هذا", "probability": 0.6259765625}, {"start": 3609.08, "end": 3609.18, "word": " ال", "probability": 0.89794921875}, {"start": 3609.18, "end": 3609.52, "word": " chapter", "probability": 0.9443359375}, {"start": 3609.52, "end": 3610.04, "word": " بس", "probability": 0.952392578125}, {"start": 3610.04, "end": 3610.36, "word": " احنا", "probability": 0.9775390625}, {"start": 3610.36, "end": 3611.04, "word": " عمليا", "probability": 0.8729248046875}, {"start": 3611.04, "end": 3611.38, "word": " بقدر", "probability": 0.9765625}, {"start": 3611.38, "end": 3611.62, "word": " اقول", "probability": 0.898681640625}, {"start": 3611.62, "end": 3611.84, "word": " احنا", "probability": 0.892578125}, {"start": 3611.84, "end": 3612.36, "word": " غطينا", "probability": 0.9913330078125}, {"start": 3612.36, "end": 3613.04, "word": " المص", "probability": 0.590576171875}], "temperature": 1.0}, {"id": 129, "seek": 363993, "start": 3613.37, "end": 3639.93, "text": "الأولى من ال chapter أو جزء الأساسي من النُص الأول هذا ال chapter هو نهاية عملية ال code generation بعد هي كان بيبقى فيه أي اشي عبارة عن optimization أو شيء اضافى بس الكويس جدا في مساق زى هذا المساق اللى هنكون وصلنا لهذا المرحلة هذا طبعا اخر محاضرة", "tokens": [6027, 10721, 12610, 7578, 9154, 2423, 7187, 34051, 10874, 11622, 38207, 16247, 3794, 32277, 1829, 9154, 28239, 10859, 9381, 16247, 12610, 23758, 2423, 7187, 31439, 8717, 11296, 10632, 6225, 42213, 10632, 2423, 3089, 5125, 39182, 39896, 25961, 4724, 1829, 3555, 4587, 7578, 8978, 3224, 36632, 1975, 8592, 1829, 6225, 3555, 9640, 3660, 18871, 19618, 34051, 44049, 38207, 1975, 11242, 31845, 7578, 4724, 3794, 33251, 45865, 3794, 10874, 28259, 8978, 47524, 995, 4587, 30767, 7578, 23758, 9673, 3794, 995, 4587, 13672, 7578, 8032, 1863, 30544, 4032, 36520, 8315, 46740, 15730, 9673, 2288, 5016, 37977, 23758, 23032, 3555, 3615, 995, 1975, 34740, 3714, 5016, 46958, 25720], "avg_logprob": -0.25000000908261255, "compression_ratio": 1.7435897435897436, "no_speech_prob": 0.0, "words": [{"start": 3613.37, "end": 3613.89, "word": "الأولى", "probability": 0.80352783203125}, {"start": 3613.89, "end": 3614.09, "word": " من", "probability": 0.6650390625}, {"start": 3614.09, "end": 3614.29, "word": " ال", "probability": 0.309326171875}, {"start": 3614.29, "end": 3614.63, "word": " chapter", "probability": 0.92578125}, {"start": 3614.63, "end": 3615.33, "word": " أو", "probability": 0.6416015625}, {"start": 3615.33, "end": 3615.59, "word": " جزء", "probability": 0.7897135416666666}, {"start": 3615.59, "end": 3617.87, "word": " الأساسي", "probability": 0.8809814453125}, {"start": 3617.87, "end": 3617.99, "word": " من", "probability": 0.9814453125}, {"start": 3617.99, "end": 3618.25, "word": " النُص", "probability": 0.726806640625}, {"start": 3618.25, "end": 3618.71, "word": " الأول", "probability": 0.978759765625}, {"start": 3618.71, "end": 3620.81, "word": " هذا", "probability": 0.59619140625}, {"start": 3620.81, "end": 3621.31, "word": " ال", "probability": 0.58935546875}, {"start": 3621.31, "end": 3621.67, "word": " chapter", "probability": 0.93994140625}, {"start": 3621.67, "end": 3622.87, "word": " هو", "probability": 0.9541015625}, {"start": 3622.87, "end": 3623.63, "word": " نهاية", "probability": 0.9669596354166666}, {"start": 3623.63, "end": 3624.39, "word": " عملية", "probability": 0.97998046875}, {"start": 3624.39, "end": 3624.89, "word": " ال", "probability": 0.70458984375}, {"start": 3624.89, "end": 3625.99, "word": " code", "probability": 0.962890625}, {"start": 3625.99, "end": 3626.65, "word": " generation", "probability": 0.94482421875}, {"start": 3626.65, "end": 3627.81, "word": " بعد", "probability": 0.74267578125}, {"start": 3627.81, "end": 3627.99, "word": " هي", "probability": 0.6845703125}, {"start": 3627.99, "end": 3628.19, "word": " كان", "probability": 0.28857421875}, {"start": 3628.19, "end": 3628.45, "word": " بيبقى", "probability": 0.875341796875}, {"start": 3628.45, "end": 3628.93, "word": " فيه", "probability": 0.71728515625}, {"start": 3628.93, "end": 3629.83, "word": " أي", "probability": 0.76904296875}, {"start": 3629.83, "end": 3630.29, "word": " اشي", "probability": 0.7666015625}, {"start": 3630.29, "end": 3630.67, "word": " عبارة", "probability": 0.96875}, {"start": 3630.67, "end": 3630.77, "word": " عن", "probability": 0.7392578125}, {"start": 3630.77, "end": 3631.19, "word": " optimization", "probability": 0.97509765625}, {"start": 3631.19, "end": 3631.67, "word": " أو", "probability": 0.6953125}, {"start": 3631.67, "end": 3632.43, "word": " شيء", "probability": 0.4888916015625}, {"start": 3632.43, "end": 3632.67, "word": " اضافى", "probability": 0.70843505859375}, {"start": 3632.67, "end": 3632.95, "word": " بس", "probability": 0.846923828125}, {"start": 3632.95, "end": 3633.91, "word": " الكويس", "probability": 0.7874348958333334}, {"start": 3633.91, "end": 3634.23, "word": " جدا", "probability": 0.982177734375}, {"start": 3634.23, "end": 3634.49, "word": " في", "probability": 0.76416015625}, {"start": 3634.49, "end": 3634.93, "word": " مساق", "probability": 0.84619140625}, {"start": 3634.93, "end": 3635.13, "word": " زى", "probability": 0.6094970703125}, {"start": 3635.13, "end": 3635.31, "word": " هذا", "probability": 0.5205078125}, {"start": 3635.31, "end": 3635.65, "word": " المساق", "probability": 0.8482666015625}, {"start": 3635.65, "end": 3635.75, "word": " اللى", "probability": 0.85302734375}, {"start": 3635.75, "end": 3636.07, "word": " هنكون", "probability": 0.6420084635416666}, {"start": 3636.07, "end": 3636.53, "word": " وصلنا", "probability": 0.9532877604166666}, {"start": 3636.53, "end": 3636.93, "word": " لهذا", "probability": 0.65966796875}, {"start": 3636.93, "end": 3637.77, "word": " المرحلة", "probability": 0.9754638671875}, {"start": 3637.77, "end": 3638.51, "word": " هذا", "probability": 0.291015625}, {"start": 3638.51, "end": 3638.81, "word": " طبعا", "probability": 0.9337158203125}, {"start": 3638.81, "end": 3639.15, "word": " اخر", "probability": 0.78564453125}, {"start": 3639.15, "end": 3639.93, "word": " محاضرة", "probability": 0.9879150390625}], "temperature": 1.0}, {"id": 130, "seek": 366748, "start": 3640.24, "end": 3667.48, "text": "في ال semester و ان شاء الله يعني احنا طبعا يعني مبسوطين بحضوركم معانا و ان شاء الله بنشوف محاضرات تانية سواء .. بس انتوا ماشي خلصتوا انتوا لان ولا لأ؟ ضايل كويسي في بعد حصر هذا؟ خير ان شاء الله اول بيجي زمايل تانين لكوا و بنسجل معاهم و ان شاء الله بتعمل فايدة على الجميع، يعطيكم العافية", "tokens": [41185, 2423, 11894, 4032, 16472, 13412, 16606, 21984, 37495, 22653, 1975, 5016, 8315, 23032, 3555, 3615, 995, 37495, 22653, 3714, 3555, 3794, 2407, 9566, 9957, 4724, 5016, 11242, 13063, 24793, 20449, 7649, 995, 4032, 16472, 13412, 16606, 21984, 44945, 8592, 38688, 3714, 5016, 46958, 2288, 9307, 6055, 7649, 10632, 8608, 2407, 16606, 4386, 4724, 3794, 16472, 2655, 14407, 3714, 33599, 1829, 16490, 1211, 9381, 2655, 14407, 16472, 2655, 14407, 5296, 7649, 49429, 5296, 10721, 22807, 48812, 995, 26895, 9122, 45865, 3794, 1829, 8978, 39182, 11331, 9381, 2288, 23758, 22807, 16490, 13546, 16472, 13412, 16606, 21984, 1975, 12610, 4724, 1829, 7435, 1829, 30767, 15042, 26895, 6055, 7649, 9957, 5296, 4117, 14407, 4032, 44945, 3794, 7435, 1211, 20449, 995, 16095, 4032, 16472, 13412, 16606, 21984, 39894, 25957, 1211, 6156, 995, 25708, 3660, 15844, 25724, 2304, 40228, 12399, 37495, 9566, 1829, 24793, 18863, 31845, 10632], "avg_logprob": -0.2425699238176946, "compression_ratio": 1.9612403100775193, "no_speech_prob": 4.708766937255859e-06, "words": [{"start": 3640.24, "end": 3640.68, "word": "في", "probability": 0.8193359375}, {"start": 3640.68, "end": 3641.42, "word": " ال", "probability": 0.86767578125}, {"start": 3641.42, "end": 3642.4, "word": " semester", "probability": 0.908203125}, {"start": 3642.4, "end": 3643.66, "word": " و", "probability": 0.955078125}, {"start": 3643.66, "end": 3644.12, "word": " ان", "probability": 0.626953125}, {"start": 3644.12, "end": 3644.38, "word": " شاء", "probability": 0.982177734375}, {"start": 3644.38, "end": 3644.54, "word": " الله", "probability": 0.96826171875}, {"start": 3644.54, "end": 3644.84, "word": " يعني", "probability": 0.73046875}, {"start": 3644.84, "end": 3645.22, "word": " احنا", "probability": 0.9778645833333334}, {"start": 3645.22, "end": 3645.64, "word": " طبعا", "probability": 0.91845703125}, {"start": 3645.64, "end": 3646.1, "word": " يعني", "probability": 0.962646484375}, {"start": 3646.1, "end": 3647.3, "word": " مبسوطين", "probability": 0.7686767578125}, {"start": 3647.3, "end": 3648.48, "word": " بحضوركم", "probability": 0.87314453125}, {"start": 3648.48, "end": 3648.98, "word": " معانا", "probability": 0.9267578125}, {"start": 3648.98, "end": 3649.7, "word": " و", "probability": 0.9833984375}, {"start": 3649.7, "end": 3649.92, "word": " ان", "probability": 0.9287109375}, {"start": 3649.92, "end": 3650.06, "word": " شاء", "probability": 0.992431640625}, {"start": 3650.06, "end": 3650.16, "word": " الله", "probability": 0.9580078125}, {"start": 3650.16, "end": 3650.58, "word": " بنشوف", "probability": 0.9744466145833334}, {"start": 3650.58, "end": 3651.5, "word": " محاضرات", "probability": 0.9126953125}, {"start": 3651.5, "end": 3651.94, "word": " تانية", "probability": 0.994140625}, {"start": 3651.94, "end": 3653.12, "word": " سواء", "probability": 0.9111328125}, {"start": 3653.12, "end": 3653.54, "word": " ..", "probability": 0.291259765625}, {"start": 3653.54, "end": 3653.8, "word": " بس", "probability": 0.96923828125}, {"start": 3653.8, "end": 3654.1, "word": " انتوا", "probability": 0.8844401041666666}, {"start": 3654.1, "end": 3654.48, "word": " ماشي", "probability": 0.6570231119791666}, {"start": 3654.48, "end": 3655.02, "word": " خلصتوا", "probability": 0.79296875}, {"start": 3655.02, "end": 3655.26, "word": " انتوا", "probability": 0.86279296875}, {"start": 3655.26, "end": 3655.46, "word": " لان", "probability": 0.60791015625}, {"start": 3655.46, "end": 3655.64, "word": " ولا", "probability": 0.2900390625}, {"start": 3655.64, "end": 3656.4, "word": " لأ؟", "probability": 0.5897623697916666}, {"start": 3656.4, "end": 3656.7, "word": " ضايل", "probability": 0.7115885416666666}, {"start": 3656.7, "end": 3657.12, "word": " كويسي", "probability": 0.6539306640625}, {"start": 3657.12, "end": 3657.24, "word": " في", "probability": 0.67919921875}, {"start": 3657.24, "end": 3657.46, "word": " بعد", "probability": 0.53369140625}, {"start": 3657.46, "end": 3657.8, "word": " حصر", "probability": 0.5258382161458334}, {"start": 3657.8, "end": 3658.76, "word": " هذا؟", "probability": 0.783447265625}, {"start": 3658.76, "end": 3659.1, "word": " خير", "probability": 0.962158203125}, {"start": 3659.1, "end": 3659.26, "word": " ان", "probability": 0.90869140625}, {"start": 3659.26, "end": 3659.4, "word": " شاء", "probability": 0.985595703125}, {"start": 3659.4, "end": 3659.5, "word": " الله", "probability": 0.951171875}, {"start": 3659.5, "end": 3659.9, "word": " اول", "probability": 0.64306640625}, {"start": 3659.9, "end": 3660.34, "word": " بيجي", "probability": 0.9476318359375}, {"start": 3660.34, "end": 3661.04, "word": " زمايل", "probability": 0.7568359375}, {"start": 3661.04, "end": 3661.42, "word": " تانين", "probability": 0.91796875}, {"start": 3661.42, "end": 3661.74, "word": " لكوا", "probability": 0.6940104166666666}, {"start": 3661.74, "end": 3661.82, "word": " و", "probability": 0.40966796875}, {"start": 3661.82, "end": 3662.28, "word": " بنسجل", "probability": 0.948974609375}, {"start": 3662.28, "end": 3662.76, "word": " معاهم", "probability": 0.9861653645833334}, {"start": 3662.76, "end": 3663.86, "word": " و", "probability": 0.97900390625}, {"start": 3663.86, "end": 3664.1, "word": " ان", "probability": 0.947265625}, {"start": 3664.1, "end": 3664.22, "word": " شاء", "probability": 0.990966796875}, {"start": 3664.22, "end": 3664.32, "word": " الله", "probability": 0.90283203125}, {"start": 3664.32, "end": 3665.12, "word": " بتعمل", "probability": 0.8435872395833334}, {"start": 3665.12, "end": 3665.5, "word": " فايدة", "probability": 0.8419189453125}, {"start": 3665.5, "end": 3665.62, "word": " على", "probability": 0.89013671875}, {"start": 3665.62, "end": 3666.56, "word": " الجميع،", "probability": 0.6473388671875}, {"start": 3666.56, "end": 3667.02, "word": " يعطيكم", "probability": 0.91650390625}, {"start": 3667.02, "end": 3667.48, "word": " العافية", "probability": 0.7701822916666666}], "temperature": 1.0}], "language": "ar", "language_probability": 1.0, "duration": 3667.6615, "duration_after_vad": 3517.004718749989} \ No newline at end of file diff --git a/PL9fwy3NUQKwZe1P-Tr_n9TWAgawgGkpm5/wlMenZpPt7c_raw.srt b/PL9fwy3NUQKwZe1P-Tr_n9TWAgawgGkpm5/wlMenZpPt7c_raw.srt new file mode 100644 index 0000000000000000000000000000000000000000..c8cde721253f9d56129dd6f38f0caa48fb2f8d19 --- /dev/null +++ b/PL9fwy3NUQKwZe1P-Tr_n9TWAgawgGkpm5/wlMenZpPt7c_raw.srt @@ -0,0 +1,1508 @@ +1 +00:00:00,000 --> 00:00:01,100 +موسيقى + +2 +00:00:20,720 --> 00:00:22,860 +ماشي بسم الله الرحمن الرحيم و صلاة و سلام عشان + +3 +00:00:22,860 --> 00:00:25,380 +المواصلي اليوم ان شاء الله يا شباب بدنا نراجع + +4 +00:00:25,380 --> 00:00:28,360 +الامتحان نص الفصل اللي أخدناه يوم التلاتة الماضي + +5 +00:00:28,360 --> 00:00:32,160 +نمر على الأسئلة و نحلهم واحد واحد طبعا في عندنا + +6 +00:00:32,160 --> 00:00:37,600 +هنا في بداية في سؤال احنا استخمناه اللي هو الشق + +7 +00:00:37,600 --> 00:00:41,220 +التاني من السؤال الأول السؤال الأول زي ما انتوا + +8 +00:00:41,220 --> 00:00:45,580 +شايفين بيطلب بيعطيلك regular expressions و بيطلب + +9 +00:00:45,580 --> 00:00:50,330 +منك اللي هو إيش to describeالـ strings اللي + +10 +00:00:50,330 --> 00:00:53,490 +generated من هذا ال regular expressions دي بساطة + +11 +00:00:53,490 --> 00:00:58,510 +شريطة السؤال ال expression الأولاني + +12 +00:00:58,510 --> 00:01:04,310 +هو عبارة عن أنت لازم يعني لازم تذكر عدة مجموعة + +13 +00:01:04,310 --> 00:01:09,270 +نقاط أول إشي أنه ال string made of a's and b's صح + +14 +00:01:09,270 --> 00:01:14,480 +هم التلاتة كلهمA's and B's الـ strings مافيش أي + +15 +00:01:14,480 --> 00:01:17,260 +alphabet كاركتر آخر غير الـ A's والـ B's فهذه + +16 +00:01:17,260 --> 00:01:20,360 +النقطة بتود تذكرها النقطة التانية أيش بدك تذكر + +17 +00:01:20,360 --> 00:01:25,440 +بالنسبة لـ A هذا بدك تذكر أنه في ملاحظة أساسية و + +18 +00:01:25,440 --> 00:01:29,840 +هي أنه بيبدأ بالـ A و بينتهي بالـ A صح؟ و جوا إيش؟ + +19 +00:01:29,840 --> 00:01:33,900 +عدد على غير محدود من ال .. إيش؟ من الكاركتر بس + +20 +00:01:33,900 --> 00:01:37,260 +الأخر صح؟ فإن هذا الوصف ماحن تلات نقاط أول شيء أنه + +21 +00:01:41,900 --> 00:01:50,620 +strings of a's and b's النقطة التالية أنه + +22 +00:01:50,620 --> 00:01:55,460 +unlimited الطول + +23 +00:01:55,460 --> 00:02:03,700 +تبعه يعني النقطة التالية أنهاش starts and ends + +24 +00:02:03,700 --> 00:02:14,220 +with a بكفيبكفى فى اشى تانى حد ممكن نضيفه كوصف لـ + +25 +00:02:14,220 --> 00:02:19,680 +strings المتولدة من هذا ال expression اللى بعده + +26 +00:02:19,680 --> 00:02:24,420 +هذا هذا برضه كذلك الحاجة ككل strings of a's and + +27 +00:02:24,420 --> 00:02:29,420 +b's limited لأ برضه مش unlimited okay بس مافى + +28 +00:02:29,420 --> 00:02:34,560 +حكاية اللى وان بيبدأ با وان بي هو متكون من ايش any + +29 +00:02:34,560 --> 00:02:38,810 +combination of a and b بظبط بمعنى انههل ال + +30 +00:02:38,810 --> 00:02:42,590 +combination او expressions يعتبر الموضوع هذه؟ ال + +31 +00:02:42,590 --> 00:02:44,890 +combination يعني تشكيلة .. تشكيلة .. لما بقول + +32 +00:02:44,890 --> 00:02:48,090 +expressions؟ هو .. هو هذا ال expression .. احنا + +33 +00:02:48,090 --> 00:02:50,830 +اللي ال expression بينتج .. مش بينتجش expressions + +34 +00:02:50,830 --> 00:02:57,890 +معمول أقصر عشان ينتج أو يولد strings و ال strings + +35 +00:02:57,890 --> 00:03:01,110 +هذه فيها combinations of characters characters + +36 +00:03:01,110 --> 00:03:04,170 +اللي لنا هنا نفس الشيء strings of a's and b's + +37 +00:03:04,170 --> 00:03:10,390 +unlimited lengthالان هل في صفة أخرى مميزة؟ يعني زي + +38 +00:03:10,390 --> 00:03:15,190 +ما أنه هداك بيبدأ بإيز و بيته بإيز، بيبدأ و بيته + +39 +00:03:15,190 --> 00:03:20,180 +بإيز، هل هدا في إيش مميز؟ لو لاحظت أنه أنتالجوس + +40 +00:03:20,180 --> 00:03:24,080 +اللي جوه ممكن يتكرر في الـ zero or more يعني حتى + +41 +00:03:24,080 --> 00:03:29,660 +ممكن مش موجود من أصله الجوس اللي برا يعني الجوس + +42 +00:03:29,660 --> 00:03:35,240 +اللي جوه في يدك ال B برضه كمان نجمة بمعنى انه ممكن + +43 +00:03:35,240 --> 00:03:39,020 +تكون موجودة او مش موجودة واللي جوه برضه ايسولون او + +44 +00:03:39,020 --> 00:03:43,240 +ايه يعني يعني كل الاحتمالات اللي فيه او كل ال .. + +45 +00:03:43,930 --> 00:03:47,730 +أنا من الاحتبالات أو كل ال characters وارد ان تبقى + +46 +00:03:47,730 --> 00:04:03,970 +موجودة او ماتبقى اش موجودة السؤال + +47 +00:04:03,970 --> 00:04:09,150 +التالت برضه بدك تقول strings of a's and b's برضه + +48 +00:04:09,150 --> 00:04:12,990 +unlimited لأن في عندى هنا star و star هذا ممكناش + +49 +00:04:15,630 --> 00:04:21,310 +يمدى الجزء اللى بعد ال star هذا معروف طوله عندى + +50 +00:04:21,310 --> 00:04:30,230 +حرف ال a حرف ال a هذا لازم يكون موجود بعد + +51 +00:04:30,230 --> 00:04:35,390 +هي كده خليط بس هي a or b بعد هي كده a or b معناه + +52 +00:04:35,390 --> 00:04:39,810 +ذلك ان انا في عندي على الأقل طول ال string تلت + +53 +00:04:39,810 --> 00:04:44,590 +characters صح؟تلات characters على الأقل والتي تالت + +54 +00:04:44,590 --> 00:04:50,450 +من ورا a مظبوط جامع اللي هي كان ممكن the zero or + +55 +00:04:50,450 --> 00:04:54,350 +any length of .. okay فانا ممكن انت تيجي تقول هنا + +56 +00:04:54,350 --> 00:04:59,630 +strings of a's and b's unlimited length بس تقول at + +57 +00:04:59,630 --> 00:05:03,350 +least three characters صح at least three + +58 +00:05:03,350 --> 00:05:08,990 +characters at least three characters على الأقل تلت + +59 +00:05:08,990 --> 00:05:13,310 +charactersال character القبل الأخر مش القبل الأخر + +60 +00:05:13,310 --> 00:05:19,070 +التالت من الأخر اللي هو ايه؟ ايه التلت من قبلك + +61 +00:05:19,070 --> 00:05:23,970 +تذكروا عنه؟ هنغنيه سؤال، إشي تاني، بدي أقوله، + +62 +00:05:23,970 --> 00:05:29,150 +أضيفه، تمام، هنروح على سؤال تاني، سؤال تاني شوية + +63 +00:05:29,150 --> 00:05:32,110 +بخبف بس على الفاضي، ليش؟ + +64 +00:05:40,220 --> 00:05:44,180 +أولاً Indicate three plus label a,b هذا مش موجود + +65 +00:05:44,180 --> 00:05:50,480 +فبتجيب تقولي none exist ال .. بي .. بي .. give the + +66 +00:05:50,480 --> 00:05:53,760 +transition table ال transition table برضه بسيطه لل + +67 +00:05:53,760 --> 00:05:57,360 +NFA لسه جاب العملية التحويل و طبعا بتطلب تحويل بس + +68 +00:05:57,360 --> 00:06:04,140 +في ال C لسه ال NFA بيبقى محط اللي هم ال stays على + +69 +00:06:04,140 --> 00:06:08,640 +رؤس الأسطور و ال alphabet characters على رؤس + +70 +00:06:08,640 --> 00:06:13,700 +الأعمدة صح؟هي zero ايش ال states لانها zero و واحد + +71 +00:06:13,700 --> 00:06:18,260 +و اتنين و تلاتة مظبوط او الأرقام هذه نفسها ال + +72 +00:06:18,260 --> 00:06:22,100 +states اه واحد اتنين و تلاتة ايش ال alphabet + +73 +00:06:22,100 --> 00:06:27,160 +characters ال a و ال b فعندك الان من ال zero إلى + +74 +00:06:27,160 --> 00:06:32,480 +ال a من ال zero عبر ال a بيوديك على بس انا شوية + +75 +00:06:32,480 --> 00:06:35,280 +بدأ اوسع اني هذه لان محتاجين واسعة + +76 +00:06:39,040 --> 00:06:42,340 +بوديني على واحد من ال zero عبر ال a بوديني على + +77 +00:06:42,340 --> 00:06:47,420 +واحد و بس و ايضا بوديني على اتنين هذه طبعا ايش + +78 +00:06:47,420 --> 00:06:52,040 +بحطها في set السؤال انا مش هحط ال set عشان التوضيح + +79 +00:06:52,040 --> 00:06:59,860 +لان من واحد عبر ال a بوجعني على واحد و ايضا ايش بس + +80 +00:06:59,860 --> 00:07:03,500 +بالظبط + +81 +00:07:03,500 --> 00:07:12,920 +اتنين من اتنين عبر ال aمافيش مافيش صح؟ من اتنين + +82 +00:07:12,920 --> 00:07:18,260 +عبر ال B مافي اه تلاتة في عندك واحد من اتنين عبر + +83 +00:07:18,260 --> 00:07:24,240 +ال A عبر ال B عملناه من اتنين عبر ال A مافيشش + +84 +00:07:24,240 --> 00:07:31,440 +مافيشش صح عبر ال B فيه فيه يعني احنا ناخدها ال A + +85 +00:07:31,440 --> 00:07:38,130 +في الأول و بعدين يبقى مافيشش مافيشش طبعا التلاتة3 + +86 +00:07:38,130 --> 00:07:54,110 +,1,2,1,2,1,2,1,2,1,2,1,2,1,2,1,2,1,2,1,2,1,2,1,2,1 + +87 +00:07:54,110 --> 00:08:05,490 +,2,1,2,1,2,1,2,1,2,1,2,1,2,1,2,1,2,1,2,1,2,1,2,1,2 + +88 +00:08:05,490 --> 00:08:05,490 +,1,2,1,2,1,2,1,2,1,2,1,2,1,2,1,2,1,2,1,2,1,2,1,2,1 + +89 +00:08:05,490 --> 00:08:05,550 +,2,1,2,1,2,1,2,1,2,1,2,1,2,1,2,1,2,1,2,1,2,1,2,1,2 + +90 +00:08:05,550 --> 00:08:05,550 +,1,2,1,2,1,2,1,2,1,2,1, + +91 +00:08:11,440 --> 00:08:16,780 +خلّينا نضعها لحظة جدّا + +92 +00:08:16,780 --> 00:08:21,300 +هنا في ال convert يمكن يلزم ويمكن لا يلزم مش الآن + +93 +00:08:21,300 --> 00:08:24,180 +بتبين معنا بس الان احنا نتفجر على ان هذا هو ال + +94 +00:08:24,180 --> 00:08:30,600 +transition table تبع ال NFA تبع ال NFA تبع ال NFA + +95 +00:08:30,600 --> 00:08:31,160 +تبع ال NFA تبع ال NFA تبع ال NFA تبع ال NFA تبع ال + +96 +00:08:31,160 --> 00:08:32,280 +NFA تبع ال NFA تبع ال NFA تبع ال NFA تبع ال NFA + +97 +00:08:32,280 --> 00:08:34,600 +تبع ال NFA تبع ال NFA تبع ال NFA تبع ال NFA تبع ال + +98 +00:08:34,600 --> 00:08:36,280 +NFA تبع ال NFA تبع ال NFA تبع ال NFA تبع ال NFA + +99 +00:08:36,280 --> 00:08:38,120 +تبع ال NFA تبع ال NFA تبع ال NFA تبع ال NFA تبع ال + +100 +00:08:38,120 --> 00:08:42,690 +NFA تبع ال NFAالـ E-closure تبعها الـ E-closure + +101 +00:08:42,690 --> 00:08:46,650 +لازم يكون في عيننا ابسلون transitions صح ابسلون + +102 +00:08:46,650 --> 00:08:51,770 +edges و لازم مافيش shape مافيش مشكلة لإيش لأن اول + +103 +00:08:51,770 --> 00:08:58,610 +ما بنبدأ نحط الاية ال E-closure نفسها E-closure + +104 +00:08:58,610 --> 00:09:05,270 +بالظبط بتبدأ تبع ال zero بتبدأ اصلا بال zero و + +105 +00:09:05,270 --> 00:09:09,410 +نسيله مفتوح احساس نظيف في ال epsilonنضيف اذا فيه + +106 +00:09:09,410 --> 00:09:13,730 +edges بالأبسلون نضيف نضيف ال states اللي بتودينا + +107 +00:09:13,730 --> 00:09:19,310 +عليها هذه ال edges مافيش شيء خلاص بسكر ال set هذا + +108 +00:09:19,310 --> 00:09:24,070 +ال set هذا نعطيله اسم label الأولى اللي هو ايش + +109 +00:09:24,070 --> 00:09:32,190 +نقول انه a لان انا بدي احسب من اللي هبني هدا بدي + +110 +00:09:32,190 --> 00:09:38,000 +احسب ال D trans ال a معكل واحد من ال alphabet + +111 +00:09:38,000 --> 00:09:44,900 +characters مع ال a مرة مع ال small b مرة ايش ال a + +112 +00:09:44,900 --> 00:09:48,700 +هذا هو ال set اللي يحتوي على ال state الواحدة اللي + +113 +00:09:48,700 --> 00:09:54,300 +هي zero طيب من ال zero عبر ال a ايه + +114 +00:09:54,300 --> 00:09:58,260 +اتوا طيب + +115 +00:09:58,260 --> 00:10:02,900 +ماشي مافيش اشي تاني لان نفس الشيء من ال + +116 +00:10:09,440 --> 00:10:12,860 +مافي شيء فخليني بس انا بتستخدم ال nouns for اي هذا + +117 +00:10:12,860 --> 00:10:17,580 +بدل الشحطة يعني ما اقنع الا انا خلاص هذا ال set + +118 +00:10:17,580 --> 00:10:23,640 +الان بتعطيله اسم بتعطيله label بيه الان بتحسب ال d + +119 +00:10:23,640 --> 00:10:33,360 +trans تبع من ال b مع ال a small و مع ال b small + +120 +00:10:33,360 --> 00:10:36,000 +يعني مين في ال b + +121 +00:10:39,730 --> 00:10:46,850 +الواحد عبر ال A واحد + +122 +00:10:46,850 --> 00:10:52,650 +و اتنين الاتنين عبر ال A واحد و اتنين الاتنين عبر + +123 +00:10:52,650 --> 00:10:57,270 +ال A واحد + +124 +00:10:57,270 --> 00:11:01,270 +و + +125 +00:11:01,270 --> 00:11:01,690 +اتنين + +126 +00:11:07,280 --> 00:11:14,340 +أيش يعطيني ولا شيء فخلاص بسكر ال set هل الآن جديد + +127 +00:11:14,340 --> 00:11:21,600 +عليك؟ لأ هو نفسه بيه بعطيه وش label جديد صح؟ + +128 +00:11:21,600 --> 00:11:27,420 +هذا اللي هو ال بي واحد و تاني عمر ال بي واحد و تلت + +129 +00:11:27,420 --> 00:11:37,350 +ده؟ ده اشي صح واحد و تلت اه اه واحد و تلت صحالواحد + +130 +00:11:37,350 --> 00:11:41,570 +في والهدا واحدة تلاتة والاتنين يعطينا واحدة تلاتة + +131 +00:11:41,570 --> 00:11:50,710 +صح هذا بناسميه C هذا بناسميه ايش؟ C, C capital + +132 +00:11:50,710 --> 00:11:58,650 +الان بناحسب لل C دي Trans عبر + +133 +00:11:58,650 --> 00:12:05,410 +ال A وعبر ال B عبر ال A وين ال C؟ واحدة تلاتة هي + +134 +00:12:05,410 --> 00:12:12,020 +واحدة تلاتة1 عبر ال a قطعي 1 و 2 و عبر ال 3 عبر ال + +135 +00:12:12,020 --> 00:12:24,420 +1 و 2 1 و 2 هذا اللي هو نفسه D مظبوط؟ لأن هذا فش + +136 +00:12:24,420 --> 00:12:28,800 +فش خلاص ماضلش + +137 +00:12:31,380 --> 00:12:37,240 +لما نبطل يطلع معايا new sets سلسة جديدة انا صار + +138 +00:12:37,240 --> 00:12:45,880 +عندي ال DFA states هم ال A و ال B و ال C و + +139 +00:12:45,880 --> 00:12:52,220 +هذه ال D ترانز بيعطيني ال moves بتاعتهم بمعنى ايش؟ + +140 +00:13:03,500 --> 00:13:10,040 +DFA state و .. هاي + +141 +00:13:10,040 --> 00:13:16,640 +ال A وهي ال B وهي ال C ال A عبر ال A فعطيني B + +142 +00:13:16,640 --> 00:13:24,580 +مظبوط ال A عبر ال B small فعطيني ولا إشي ال B عبر + +143 +00:13:24,580 --> 00:13:30,740 +ال A فعطيني C لأ هذا B هذا ال C تأشر هنا + +144 +00:13:37,060 --> 00:13:41,900 +الـ C عبر ال A سموه تعطيني ال B عبر ال B سموه + +145 +00:13:41,900 --> 00:13:48,500 +تعطيني ال Phi الان + +146 +00:13:48,500 --> 00:13:54,760 +بتدرسم ال DFA هاي + +147 +00:13:54,760 --> 00:14:03,920 +ال A وهي ال B وهي ال Cلأ من a عبر ال a بتديني على + +148 +00:14:03,920 --> 00:14:08,680 +b صح و + +149 +00:14:08,680 --> 00:14:17,880 +عبر ال .. okay ال b عبر ال b بتديني على b صح و عبر + +150 +00:14:17,880 --> 00:14:24,120 +ال .. لأ a .. a و عبر ال .. عبر ال b بتديني على ال + +151 +00:14:24,120 --> 00:14:28,960 +c ال c عبر ال a + +152 +00:14:31,990 --> 00:14:36,770 +تمام؟ إذا عملت هذا الكلام okay بس الصح من هذا + +153 +00:14:36,770 --> 00:14:41,950 +الكلام أنك أنت تعتبر الـ Phi علي إنها DFA state + +154 +00:14:41,950 --> 00:14:48,570 +هذا الكلام هيك بيكفيني بس لو أنت بدك الصح اللي هو + +155 +00:14:48,570 --> 00:14:52,130 +صح بتحط تعتبر ال Phi هي ده قبلها state بتعمل إليها + +156 +00:14:52,130 --> 00:14:56,770 +state بترسم رسمة تانية هنا فالـ Phi اعتبرناها إيسر + +157 +00:14:56,770 --> 00:15:06,260 +لا لا إبسلاتالإبسلون بيحطه رمز لما نحكي عن الهو + +158 +00:15:06,260 --> 00:15:12,300 +non-terminals انما في ال non-terminals وفي + +159 +00:15:12,300 --> 00:15:16,620 +المجموعات الإبسلون + +160 +00:15:16,620 --> 00:15:19,520 +لا يرمز إلى مجموعة الإبسلون يرمز إلى عنصر يعني + +161 +00:15:19,520 --> 00:15:24,980 +بيحطه كعنصر في المجموعة لما هو مجموعة بيستخدموهش + +162 +00:15:24,980 --> 00:15:29,480 +في الخاصية لو أنا الأن أتبر ال file على أنها state + +163 +00:15:30,720 --> 00:15:33,980 +رسمها هذه نفسها، بدي أضيف بسم الأزرق، رسمها هذه + +164 +00:15:33,980 --> 00:15:40,800 +نفسها بالأزرق، عادي، هذه الـPhi الآن، + +165 +00:15:40,800 --> 00:15:47,480 +بدي أضع الـPhi كـState هنا الـPhi عبر الـS، خلّيني + +166 +00:15:47,480 --> 00:15:53,660 +أقول الـA عبر الـB، و أخرج على الـPhi و + +167 +00:15:53,660 --> 00:15:55,280 +الـC عبر الـB + +168 +00:16:00,840 --> 00:16:08,240 +أقول ايش؟ اولا الـ B اولا الـ B مظبوط الان هذولتين + +169 +00:16:08,240 --> 00:16:20,740 +فاي و فاي يعني بقدر اعمل زي هيك A مع B A + +170 +00:16:20,740 --> 00:16:25,360 +او B بيرجعوني انا في فاي انا في ال empty set لو + +171 +00:16:25,360 --> 00:16:29,280 +اخدت A و انا في ال empty set لو جاني A او جاني B + +172 +00:16:29,280 --> 00:16:34,840 +برجع تاني على نفسيOkay فإما هذا ال background زي + +173 +00:16:34,840 --> 00:16:40,500 +ما هو يا إما بدون الأزرق بيقدر الرابط okay ننتقل + +174 +00:16:40,500 --> 00:16:57,200 +على السؤال اللي بعده السؤال اللي بعده حد + +175 +00:16:57,200 --> 00:16:58,680 +بيقدر يحلو + +176 +00:17:01,320 --> 00:17:09,100 +خلّينا نكبر الرسالة شوية اذا + +177 +00:17:09,100 --> 00:17:15,640 +انا + +178 +00:17:15,640 --> 00:17:22,580 +اعمل + +179 +00:17:22,580 --> 00:17:27,580 +case اذا + +180 +00:17:27,580 --> 00:17:28,080 +انا اعمل case + +181 +00:17:31,550 --> 00:17:37,330 +الأول اشي هو C بيساوي next car زي ما هو معمول في + +182 +00:17:37,330 --> 00:17:42,890 +ال net نفس ما هو معمول في zero بس بتغير أرقام ال + +183 +00:17:42,890 --> 00:17:45,830 +states بس بنتجي من ال case أه أه بس انت بدك تنكم + +184 +00:17:45,830 --> 00:17:50,150 +انتبه لإنه في قفصي أحيان المرحلة بعضكوا بتختلط علي + +185 +00:17:50,150 --> 00:17:57,270 +الأمر ال next car الان F C بيساوي احنا في ال واحد + +186 +00:18:00,990 --> 00:18:14,870 +فا إيش بتساوي state بتساوي اتنين else if c بتساوي + +187 +00:18:14,870 --> 00:18:27,770 +أكبر من then state بتساوي تلتة خلاص else state + +188 +00:18:27,770 --> 00:18:33,680 +بتساوي أربعةو بعدين بدي اعمل break عشان يرجع يكمل + +189 +00:18:33,680 --> 00:18:46,040 +يجرح a new character هذا case 1 case 6 نفس الشيء + +190 +00:18:46,040 --> 00:18:53,860 +بس هيبقى فيه لها ال F واحدة و ال S مافيش تلاتة + +191 +00:18:53,860 --> 00:18:54,480 +شروط + +192 +00:19:30,510 --> 00:19:37,170 +السؤال اللي بعده + +193 +00:19:37,170 --> 00:19:42,550 +ستعمل derivation صح؟ left most و بعدها right most + +194 +00:19:58,580 --> 00:20:05,340 +SS ضرب ثم تستبدل الأول واحدة الشمال باليهش بالهالي + +195 +00:20:05,340 --> 00:20:12,160 +والهالي والهالي الاسر الزائد الاسر الزائد ثم تنزل + +196 +00:20:12,160 --> 00:20:17,720 +التانية ثم الضرب تعوض ال إيه؟ تعوض ال إيه؟ الهالي + +197 +00:20:17,720 --> 00:20:23,040 +والهالي والهالي بالإيه؟ ثم تنزل الباقي كما هو تعوض + +198 +00:20:23,040 --> 00:20:23,880 +التانية + +199 +00:20:30,140 --> 00:20:36,320 +بعد ما عوّدت فلس + +200 +00:20:36,320 --> 00:20:48,400 +هذا ال M لما بتعملها هذا كله ال M left most لما + +201 +00:20:48,400 --> 00:20:49,260 +بتعملها right most + +202 +00:20:55,350 --> 00:21:15,570 +اساس بره بره بره بره بره بره + +203 +00:21:30,850 --> 00:21:37,350 +لأ هذا السؤال .. انا مش في left factoring .. فش في + +204 +00:21:37,350 --> 00:21:44,890 +right factor .. left factor مفيش .. فش .. فش .. فش + +205 +00:21:44,890 --> 00:21:50,830 +.. فش .. فش .. فش .. فش .. فش .. فش .. فش .. فش .. + +206 +00:21:50,830 --> 00:21:56,810 +فش .. فش .. فش .. فش .. فش .. فش .. فش .. فش .. فش + +207 +00:21:56,810 --> 00:21:57,110 +.. + +208 +00:22:10,790 --> 00:22:14,250 +والله يا شيخ انا هذا مادة انا انظر فيها بس احنا + +209 +00:22:14,250 --> 00:22:22,170 +يعني السؤال هذا مافيش فيه left factoring و حلو + +210 +00:22:22,170 --> 00:22:26,110 +left recursion احنا فيه انا سؤال تاني لل recursion + +211 +00:22:26,110 --> 00:22:29,850 +عشان هيك مقدرش هذا اخد منك حلو على ال recursion لأ + +212 +00:22:29,850 --> 00:22:32,270 +انت بس اعمل هداك اعمل هداك بتاني + +213 +00:22:46,040 --> 00:22:49,360 +الان هذا السؤال هذا اللي بده recursion وهذا فيه + +214 +00:22:49,360 --> 00:22:53,060 +direct وفيه indirect تمام؟ وهذا بده تركيز هذا + +215 +00:22:53,060 --> 00:23:00,940 +الجبل الأخير صح؟ الان انت عشان ت .. عشان ت .. قدام + +216 +00:23:00,940 --> 00:23:04,440 +.. قدام يصير فيه direct قدام يصير فيه direct ترينا + +217 +00:23:04,440 --> 00:23:14,540 +تطلع كيف .. بده ..بعدين اجيب الحل هنا كله بس ايش + +218 +00:23:14,540 --> 00:23:17,160 +بده اساوي في الأول احنا طبعا ال algorithm لازم + +219 +00:23:17,160 --> 00:23:25,880 +نرتب ال symbols بترتيب .. فبده نيجي نقول A وB وC + +220 +00:23:25,880 --> 00:23:27,640 +ولا اكتب بالأسود أحسن + +221 +00:23:41,300 --> 00:23:49,140 +لأن هذول التفتيت بدي اجي تحت كل واحد من ال symbols + +222 +00:23:49,140 --> 00:23:55,520 +اكتب ال rules تبعونا يعني a في عندي ال rule هدى بي + +223 +00:23:55,520 --> 00:23:59,920 +كابتل اكس واي وفي ال rule التاني دي a x صح + +224 +00:23:59,920 --> 00:24:03,800 +انفصلتهم هين two rules اه ففصلتهم في سطرين ال b + +225 +00:24:03,800 --> 00:24:07,220 +إلى ال rule واحد اللي اكسي كابتل دي + +226 +00:24:11,290 --> 00:24:16,430 +الـ C can have the form of A والـ C can have the + +227 +00:24:16,430 --> 00:24:21,190 +form of C صح؟ + +228 +00:24:21,190 --> 00:24:27,490 +الـ D can have the form of D صح؟ الـ D can have + +229 +00:24:27,490 --> 00:24:30,570 +the form of D صح؟ الـ D can have the form of D صح؟ + +230 +00:24:30,570 --> 00:24:31,170 +الـ D can have the form of D صح؟ الـ D can have + +231 +00:24:31,170 --> 00:24:31,170 +the form of D صح؟ الـ D can have the form of D صح؟ + +232 +00:24:31,170 --> 00:24:31,190 +الـ D can have the form of D صح؟ الـ D can have + +233 +00:24:31,190 --> 00:24:31,190 +the form of D صح؟ الـ D can have the form of D صح؟ + +234 +00:24:31,190 --> 00:24:31,190 +الـ D can have the form of D صح؟ الـ D can have + +235 +00:24:31,190 --> 00:24:31,190 +the form of D صح؟ الـ D can have the form of D صح؟ + +236 +00:24:31,190 --> 00:24:31,190 +الـ D can have the form of D صح؟ الـ D can have + +237 +00:24:31,190 --> 00:24:32,750 +the form of D صح؟ الـ D can have the form of D صح؟ + +238 +00:24:32,750 --> 00:24:33,570 +الـ D can have the form of D صح؟ الـ D can have + +239 +00:24:33,570 --> 00:24:37,210 +the form of D صحهذا ونطلع على اللي جابله و بعدين + +240 +00:24:37,210 --> 00:24:39,130 +هذا و اللي جابله و بعدين هذا و نطلع على اللي جابله + +241 +00:24:39,130 --> 00:24:43,610 +صح؟ كل واحد و أنا مابتجل عليهم بدي اعتيب لهم I و + +242 +00:24:43,610 --> 00:24:49,930 +اللي جابلهم J يعني انا بقى براقف هنا هذا I و هذا J + +243 +00:24:49,930 --> 00:24:55,050 +و براقف هنا هذا J1 و هذا J2 صح؟ فانا بدي ا .. ا .. + +244 +00:24:55,050 --> 00:24:58,770 +ا .. أسوي كلام هذا على شكل .. على شكل التالي اللي + +245 +00:24:58,770 --> 00:25:04,780 +هو هاجي اقول ان عندي Iعندما تبحث عن I تجد I ناقص + +246 +00:25:04,780 --> 00:25:12,860 +واحد جي تتبع من I ناقص واحد ل I + +247 +00:25:12,860 --> 00:25:16,200 +ناقص واحد ل I ناقص واحد ل I ناقص واحد ل I ناقص + +248 +00:25:16,200 --> 00:25:16,840 +واحد ل I ناقص واحد ل I ناقص واحد ل I ناقص واحد ل I + +249 +00:25:16,840 --> 00:25:16,840 +ناقص واحد ل I ناقص واحد ل I ناقص واحد ل I ناقص + +250 +00:25:16,840 --> 00:25:17,000 +واحد ل I ناقص واحد ل I ناقص واحد ل I ناقص واحد ل I + +251 +00:25:17,000 --> 00:25:17,340 +ناقص واحد ل I ناقص واحد ل I ناقص واحد ل I ناقص + +252 +00:25:17,340 --> 00:25:21,980 +واحد ل I ناقص واحد ل I ناقص واحد ل I ناقص واحد ل I + +253 +00:25:21,980 --> 00:25:32,480 +ناقص واحد ل I ناقص واحد ل I ناقص + +254 +00:25:32,480 --> 00:25:44,570 +واحدI2 I2 بمشي J1 وخلص I3 + +255 +00:25:44,570 --> 00:25:58,070 +بمشي J1 و J2 صح I4 بمشي 1 و 2 و 3 okay لأن لما + +256 +00:25:58,070 --> 00:26:11,460 +تبقى I1 AIهي بقى عن ال a و a j مافيش شي مظبوط لما + +257 +00:26:11,460 --> 00:26:23,860 +تبقى i أربعة ايش ال a i بتبقى ال d مظبوط و ال a j + +258 +00:26:23,860 --> 00:26:32,810 +واحد تبقى ال a مظبوط هنا ال d b و هنا ال d cهنا + +259 +00:26:32,810 --> 00:26:40,510 +يبقى بالتالي بي اي و سي + +260 +00:26:40,510 --> 00:26:48,510 +اي و سي بي و سي اي و سي بي اي + +261 +00:26:48,510 --> 00:26:52,050 +و سي بي و سي بي و سي بي و سي بي و سي بي و سي بي و + +262 +00:26:52,050 --> 00:26:52,470 +سي بي و سي بي و سي بي و سي بي و سي بي و سي بي و سي + +263 +00:26:52,470 --> 00:26:52,470 +بي و سي بي و سي بي و سي بي و سي بي و سي بي و سي بي + +264 +00:26:52,470 --> 00:26:52,470 +و سي بي و سي بي و سي بي و سي بي و سي بي و سي بي و + +265 +00:26:52,470 --> 00:26:52,470 +سي بي و سي بي و سي بي و سي بي و سي بي و سي بي و سي + +266 +00:26:52,470 --> 00:26:53,950 +بي و سي بي و سي بي و سي بي و سي بي و سي بي و سي + +267 +00:26:56,440 --> 00:27:01,540 +بمعاها some grammar هل في أني rule رأسها B و body + +268 +00:27:01,540 --> 00:27:10,660 +تبعها بيبدأ بA؟ لأ مافيش هذا طبعا مافيش هل في أني + +269 +00:27:10,660 --> 00:27:19,220 +rule رأسها B بيبدأ بA؟ + +270 +00:27:19,220 --> 00:27:19,580 +نعم + +271 +00:27:24,600 --> 00:27:29,140 +هي الـ C كانت في الـ Form A هذي الآن إيش بيسويها؟ + +272 +00:27:29,140 --> 00:27:32,700 +إيش بيسويها؟ بدي أعملها replacement بدي أشطفها و + +273 +00:27:32,700 --> 00:27:35,880 +أحط بدالها replacement تبعها إيش ال replacement + +274 +00:27:35,880 --> 00:27:40,040 +تبعها؟ أولا لازم يكون في عندي هذي إيش قولنا + +275 +00:27:40,040 --> 00:27:46,080 +الجامعة مافيش شيء الجامعة أتبع إبسلون صح؟ بعدين + +276 +00:27:46,080 --> 00:27:50,280 +بدي أطلع على ال sigma's sigma one و sigma two و + +277 +00:27:50,280 --> 00:27:54,200 +sigma three إيش ال sigma هذولة؟ ال A نفسها إيش ال + +278 +00:27:54,470 --> 00:27:59,490 +productions تبعونها كل production ال body تبعها هو + +279 +00:27:59,490 --> 00:28:10,730 +سيجما و لا لأ صح سيجما تلاتة مافيش شيء ال + +280 +00:28:10,730 --> 00:28:14,510 +replacement هي انه بيقوللي شيل هذا ال rule و حب + +281 +00:28:14,510 --> 00:28:19,670 +بدالها مجموعة من ال rules see can have the form + +282 +00:28:19,670 --> 00:28:28,210 +ايش ايش بنجيبالـ Gamma مطبوعة + +283 +00:28:28,210 --> 00:28:35,010 +بياش بالـ Sigmas صح؟ نرجع تاني على ال algorithm + +284 +00:28:35,010 --> 00:28:41,050 +will replace each production of the form AI AJ + +285 +00:28:41,050 --> 00:28:45,970 +Gamma ب .. بحط ال Sigmas في الأول مطبوعين بالـ + +286 +00:28:45,970 --> 00:28:49,630 +Gamma يعني هاي ال Sigmas بيكس + +287 +00:28:53,330 --> 00:28:57,590 +بعدها gamma بعدها كمان C تانية X بعدها gamma + +288 +00:28:57,590 --> 00:29:03,430 +الجامعة مافيش صح فولا حاجة الجامعة أنا بتشطبها دي + +289 +00:29:03,430 --> 00:29:12,610 +و بحط بدالها دول التانية مظبوط صح فهي بتنشطب و + +290 +00:29:12,610 --> 00:29:13,370 +بييجي بدالها + +291 +00:29:31,090 --> 00:29:36,830 +ماذا قلنا الجامعة كانت هنا ولا شيء و ال sigma هي + +292 +00:29:36,830 --> 00:29:41,570 +sigma واحد و sigma اتنين مافي اشي غير دلوقتي هاي + +293 +00:29:41,570 --> 00:29:51,470 +بي اكس واي و هاي اش اكس لان ال replacement شيلنا + +294 +00:29:51,470 --> 00:30:03,010 +هذه و نحط بدل ايشمين هذول اللي بتلقى C Bxy مع C X + +295 +00:30:03,010 --> 00:30:06,490 +خلاص + +296 +00:30:06,490 --> 00:30:13,490 +ال literature نروح لل literature اللي بعيد ولا في + +297 +00:30:13,490 --> 00:30:17,330 +إيش ضايق في ال algorithm في إيش اللي هو eliminator + +298 +00:30:17,330 --> 00:30:22,910 +immediate هل في immediate مع اللي نتجه من إجداد + +299 +00:30:22,910 --> 00:30:28,010 +هذول هل شفناها خلاص هذا طبعامافيش نيجي هنا الان + +300 +00:30:28,010 --> 00:30:36,710 +عندي ال C و B هل في يدي ال C head left hand side و + +301 +00:30:36,710 --> 00:30:49,010 +B في بداية ال body هاي الجديد هالي صح معاهي + +302 +00:30:49,010 --> 00:30:52,130 +شبابكو ال C + +303 +00:30:56,050 --> 00:31:01,690 +BXY كمان؟ وين الجامعة هنا؟ + +304 +00:31:01,690 --> 00:31:04,750 +الجامعة + +305 +00:31:04,750 --> 00:31:10,370 +هي ما بعد الـ B طب + +306 +00:31:10,370 --> 00:31:13,750 +ال sigma's ده شوف ال B ال productions تبعهم منها + +307 +00:31:13,750 --> 00:31:23,650 +فشلا يالي، فهي ال sigma الوحيدة للي صح؟ صح؟ + +308 +00:31:25,490 --> 00:31:30,870 +اللي هي ايش C capital D capital لان بدى اشيل هذه + +309 +00:31:30,870 --> 00:31:36,890 +ال rule و اضغط بدلها ايش + +310 +00:31:36,890 --> 00:31:43,170 +ممكن تأتي في الأول الجامعة ال + +311 +00:31:43,170 --> 00:31:46,530 +sigma في الأول و بعدين مطموعة بالجامعة مش فقط + +312 +00:31:46,530 --> 00:31:50,750 +sigma واحدة صح بيكس + +313 +00:31:50,750 --> 00:31:54,870 +واي مطموعة بال cd هذا ال rule الجديد + +314 +00:31:58,700 --> 00:32:04,500 +العكس من الـ Sigmas اه انا بتطلع هنا تمام فاحنا + +315 +00:32:04,500 --> 00:32:09,680 +كنا فاحنا بنقول ايش وين الجامعة هنا الجامعة هي ال + +316 +00:32:09,680 --> 00:32:18,840 +XY اللي هي الشق اللي بعد ال B و ال Sigma اللي هي + +317 +00:32:18,840 --> 00:32:21,760 +ال body تبع ال production تبع ال B اللي هي ال CD + +318 +00:32:21,760 --> 00:32:35,040 +CD لان بنا نستبدل هذه ال productionبنضع C ثم S ثم + +319 +00:32:35,040 --> 00:32:41,980 +Gamma فهذا يبدأ تهترق ويأتي بدانها ال roll هذا قبل + +320 +00:32:41,980 --> 00:32:46,860 +أن نعود إلى ال iteration اللي بعد نشوف هل صار في + +321 +00:32:46,860 --> 00:32:51,600 +عندي النتج اي left اي immediate left recursion نعم + +322 +00:32:51,600 --> 00:32:55,550 +في عندي هنا immediate left recursion فابد أشيلهكيف + +323 +00:32:55,550 --> 00:32:58,750 +أشيلهم؟ لازم أطلع على كل ال production سبعة الـC + +324 +00:32:58,750 --> 00:33:07,370 +هدى و هدى و هدى مظبوط؟ الـC + +325 +00:33:07,370 --> 00:33:12,910 +كان هو الـform C small الـC كان هو الـform X small + +326 +00:33:12,910 --> 00:33:18,770 +و الـC كان هو الـform CDXY اللي هو هدوه اللي هيش + +327 +00:33:18,770 --> 00:33:24,150 +بنعتبرهم احنا Beta 1 و Beta 2 اه + +328 +00:33:24,770 --> 00:33:29,910 +وهذا ايش نعتبره Alpha تمام كيف بشيل ال left + +329 +00:33:29,910 --> 00:33:36,070 +recursion ال immediate بقول C كنارة فورم C small + +330 +00:33:36,070 --> 00:33:42,010 +وحط C كرة بقى C prime C كنارة فورم X ال Beta's + +331 +00:33:42,010 --> 00:33:46,990 +بحطهم و بحط بعدهم مين بعدين + +332 +00:33:46,990 --> 00:33:47,670 +بجيب ال Alpha + +333 +00:33:53,890 --> 00:34:03,050 +أسف فيها D هذه صح؟ + +334 +00:34:03,050 --> 00:34:09,310 +صحيح؟ + +335 +00:34:09,310 --> 00:34:14,930 +هذي ال immediate هذي ال immediate المفروض في هذه + +336 +00:34:14,930 --> 00:34:17,750 +ال productions بعض منهم سريمة + +337 +00:34:22,380 --> 00:34:24,760 +اللي فيها مشكلة .. اللي مافيش فيها مشكلة بعتبر ال + +338 +00:34:24,760 --> 00:34:27,420 +bodies بتبعتهم بيتاس بيتا واحد و بيتا اتنين و + +339 +00:34:27,420 --> 00:34:32,700 +الاخر اللي فيها المشكلة بعتبر شق ليه بعد ال symbol + +340 +00:34:32,700 --> 00:34:38,300 +هو ال alpha okay لإن عشان أصلح بروح بجيب ال symbol + +341 +00:34:38,300 --> 00:34:42,160 +الأساسي اللي هو ال C بحط ال betas كل واحد منهم + +342 +00:34:42,160 --> 00:34:50,380 +وراها إيش ال C prime بعدين بجيب ال alpha بعدين + +343 +00:34:52,210 --> 00:34:56,590 +الـ C' مظبوط + +344 +00:34:56,590 --> 00:35:03,650 +بعدين بعمل واحد تاني الـ C' بالإيش بالإبسن بمجرد + +345 +00:35:03,650 --> 00:35:09,050 +ان انا اشيل هذه و احط بدالها هدولة لأ بدي اشيل كل + +346 +00:35:09,050 --> 00:35:15,910 +هدولة و احط بدالهم الاربعة هدولة مظبوط بدي اشيل كل + +347 +00:35:15,910 --> 00:35:18,470 +ال production سبعة ال C و احط بدالهم ال + +348 +00:35:18,470 --> 00:35:23,700 +productions الجديدة خلهم هنا بس انت تخيلهمالان + +349 +00:35:23,700 --> 00:35:27,100 +شغلنا هذا الكلام لانه لم يبقى فيه نفط الكتر مظبوط + +350 +00:35:27,100 --> 00:35:32,640 +انتجلنا هنا الان دي ايه هل في عندي production ال + +351 +00:35:32,640 --> 00:35:36,220 +head تبعها دي و ال body تبعها بيبدأ ب ايه مافيش + +352 +00:35:36,220 --> 00:35:39,260 +هاي كل production سبعة ال D ولا واحد منهم ينطبق + +353 +00:35:39,260 --> 00:35:43,280 +عليه لان في كل هذه الحالات مابنسويش ولا حاجة لان + +354 +00:35:43,280 --> 00:35:50,660 +كل الشغل تبعنا حصل في production سبعة ال C عملنا + +355 +00:35:50,660 --> 00:35:56,380 +معالجة ل ال Cكان هذا form A لهذه ال production + +356 +00:35:56,380 --> 00:35:59,240 +ومعالج لهذه ال production هذه ال production + +357 +00:35:59,240 --> 00:36:06,220 +بدلناها بهذه التنتين واحدة منها هي اللي دخلتنا على + +358 +00:36:06,220 --> 00:36:11,560 +المعالج هذه فبدلناها بهذه لأن بعد ما طلعت هذه + +359 +00:36:11,560 --> 00:36:16,420 +اكتشفنا ال immediate left recursion فعلجناه فصار + +360 +00:36:16,420 --> 00:36:20,260 +في هذه ثلاث معالجات لهذه وهذه ولل left recursion + +361 +00:36:20,260 --> 00:36:20,960 +ال immediate + +362 +00:36:26,020 --> 00:36:32,420 +سؤال الأخير بسيط + +363 +00:36:32,420 --> 00:36:36,440 +جدا الفرصة + +364 +00:36:36,440 --> 00:36:42,480 +تبع هذه المجموعة هو الفرصة تبع A لحاله إلا إذا كان + +365 +00:36:42,480 --> 00:36:47,480 +الفرصة تبع A يحتوى على أبسلوتر إيش الفرصة تبع A؟ + +366 +00:36:47,480 --> 00:36:50,940 +وين ال A؟ هاي ال production تبعها إيش الفرصة تبع + +367 +00:36:50,940 --> 00:37:01,120 +A؟ ال D وال A بال Cبالتالي هذا الكلام ال + +368 +00:37:01,120 --> 00:37:06,980 +D والA والC هل أسكر ولا لأ إذا إبسلون واحد من + +369 +00:37:06,980 --> 00:37:13,340 +هدولة بسكرش بروح أجيب ب .. بروح أجيب الفائز تبع ال + +370 +00:37:13,340 --> 00:37:19,440 +D بس لأنه مش موجود بسكر صح ولا لأ؟ لأ هذا الفائز + +371 +00:37:19,440 --> 00:37:20,420 +تبع هذه المجموعة + +372 +00:37:33,140 --> 00:37:44,420 +وهنا C هنا برضه نفس الكلام اللي حكيناه هنا A D A C + +373 +00:38:00,500 --> 00:38:06,760 +هجيب ال first تبع S و ال first تبع A انما لو كان + +374 +00:38:06,760 --> 00:38:11,320 +عندي epsilon هنا لو كان في عندي هنا epsilon هذا + +375 +00:38:11,320 --> 00:38:16,080 +هيدخلني على ايش بعد ما اجيب ال first تبع A هخليني + +376 +00:38:16,080 --> 00:38:23,020 +اجيب ال first تبع ال symbol اللي ورا فهي كل الاسم + +377 +00:38:23,020 --> 00:38:32,410 +في حد عنده سؤال تانييعطيكم العاشر + diff --git a/PL9fwy3NUQKwaAs6rNkQtAiaVf8dEDjWUy/-XvLCQbcuEQ.srt b/PL9fwy3NUQKwaAs6rNkQtAiaVf8dEDjWUy/-XvLCQbcuEQ.srt new file mode 100644 index 0000000000000000000000000000000000000000..65a66a9609408203bfa8cc28281cc0c5b36c71b9 --- /dev/null +++ b/PL9fwy3NUQKwaAs6rNkQtAiaVf8dEDjWUy/-XvLCQbcuEQ.srt @@ -0,0 +1,1895 @@ +1 +00:00:21,330 --> 00:00:24,290 +بسم الله الرحمن الرحيم السلام عليكم ورحمة الله + +2 +00:00:24,290 --> 00:00:27,450 +وبركاته احنا اليوم إن شاء الله هنتبع موضوعنا ال + +3 +00:00:27,450 --> 00:00:30,550 +voltage divider و current divider احنا المحاضرة + +4 +00:00:30,550 --> 00:00:32,950 +الماضية شفنا ال voltage divider قولنا بساطة ال + +5 +00:00:32,950 --> 00:00:37,090 +voltage divider هو دائرة بيكون في عندي voltage + +6 +00:00:37,090 --> 00:00:41,750 +حوالين two elements مثلا هنا voltage source + +7 +00:00:46,400 --> 00:00:50,120 +حيققر واحد وحيققر تنين و هذا ال voltage حوالين ال + +8 +00:00:50,120 --> 00:00:53,680 +two elements بقدر أوزع هذا ال voltage حوالين + +9 +00:00:53,680 --> 00:00:57,180 +المقاومتين هدول احنا قولنا ايه هو اهداف محدد ال + +10 +00:00:57,180 --> 00:00:59,400 +voltage divider لكن بالنسبالنا هدفنا ايش هو + +11 +00:00:59,400 --> 00:01:04,110 +استخدامه في تحليل الدوائر أنا بدى الفوتش حوالين + +12 +00:01:04,110 --> 00:01:08,310 +R تنين قولنا بسميه مثلا V تنين و الفوتش حوالين R + +13 +00:01:08,310 --> 00:01:11,870 +واحد بسميه D واحد قولنا على طول بصير اسمع و ال V + +14 +00:01:11,870 --> 00:01:15,550 +تنين إيش بتساوي معايا R تنين برافو عليكم على R + +15 +00:01:15,550 --> 00:01:21,670 +واحدة زي ال R تنين ايه؟ تمام هلقيت إذا لاحظتوا + +16 +00:01:21,670 --> 00:01:24,490 +احنا لما اشتققنا المحاضرة الماضية ال voltage + +17 +00:01:24,490 --> 00:01:28,290 +حوالين R2 أنا استخدمت ال polarity بتاعة ال VS و ال + +18 +00:01:28,290 --> 00:01:31,590 +polarity بتاعة V1 و V2 مالهم نفس الاتجاه يعني + +19 +00:01:31,590 --> 00:01:36,950 +مجموع V1 زي V2 أعطانا VS تمام ال polarity كانت ال + +20 +00:01:36,950 --> 00:01:40,690 +plus minus ال plus minus ال plus plus الإشارة طلعت + +21 +00:01:40,690 --> 00:01:44,210 +معنا على اشتقاق المحاضرة الماضية plus لكن نفترض + +22 +00:01:44,210 --> 00:01:48,330 +أنه أنا جاني سؤال في الامتحان وكان عندي فيه voltage + +23 +00:01:48,330 --> 00:01:54,450 +توزع على مقاومتين هي R1 وR2 وقال لي جيب ال voltage + +24 +00:01:54,450 --> 00:01:58,470 +V2 وهيك هو ما عطني البو لاراتين تتذكر إن احنا لما + +25 +00:01:58,470 --> 00:02:00,950 +اشتقينا القانون كانت البو لاراتين مالها ال plus + +26 +00:02:00,950 --> 00:02:04,550 +minus نفس اتجاه ال source اللي توزع فإيش بضيف + +27 +00:02:04,550 --> 00:02:14,780 +إشارة سالبة ناقص R2 على R1 زائد R2 في DS نشتغل + +28 +00:02:14,780 --> 00:02:17,260 +مقاومة من ال plus للميناس نشتغل مقاومة من ال plus + +29 +00:02:17,260 --> 00:02:19,460 +للميناس نشتغل مقاومة من ال plus للميناس نشتغل + +30 +00:02:19,460 --> 00:02:23,740 +مقاومة من ال plus للميناس توزع مقاومتين على التوالي + +31 +00:02:23,740 --> 00:02:28,180 +المقاومة الأولى R1 مقاومة الثانية R2 V1 و V2 احنا + +32 +00:02:28,180 --> 00:02:32,020 +اشتقنا القانون المحاضرة الماضية على أساس إن plus + +33 +00:02:32,020 --> 00:02:36,840 +minus plus minus إذا V2 لأنها بتساوي R2 على R1 زي + +34 +00:02:36,840 --> 00:02:41,480 +R2 VS وكانت البولارية موجبة على أساس إن plus minus + +35 +00:02:41,480 --> 00:02:45,860 +plus minus لكن لو أجابتني البولارية معاكسة يعني هذا هو + +36 +00:02:45,860 --> 00:02:50,200 +ال total voltage plus minus ويجب أن تكون + +37 +00:02:50,200 --> 00:02:55,000 +البولارية بهذا الشكل plus minus ينفع تاسيب هذا + +38 +00:02:55,000 --> 00:02:58,480 +الشكل؟ اه ممكن داش لأ بقى ده فرضي يمكن هو فرضلي + +39 +00:02:58,480 --> 00:03:04,980 +البولارية بهذا الشكل فإذا بحطلها إشارة سالبة مش + +40 +00:03:04,980 --> 00:03:07,100 +هلاقيتها للموضوع الجديد هذا طبعا ال voltage + +41 +00:03:07,100 --> 00:03:07,540 +divider + +42 +00:03:17,030 --> 00:03:19,470 +Voltage Divider زي ما أنتم شايفين مقاومتين على + +43 +00:03:19,470 --> 00:03:23,070 +التوالي يعني التيار بيمر فيهم نفس التيار، انتبهوا، + +44 +00:03:23,070 --> 00:03:30,750 +لكن لو أنا مثلا جاني سؤال زي هيك ينفع، + +45 +00:03:30,750 --> 00:03:34,550 +بينفع أقول إن V تنين ال voltage اللي حوالين R تنين + +46 +00:03:34,550 --> 00:03:39,510 +بتساوي R تنين على R واحد زي R تنين في VS؟ لا، لأن + +47 +00:03:39,510 --> 00:03:42,890 +احنا اشتقيناها على أساس إن التيار بيمر في R واحد وR + +48 +00:03:42,890 --> 00:03:46,930 +تين نفس الشيء لكن عشان أنا أجيب V2 ممكن أعملها + +49 +00:03:46,930 --> 00:03:52,170 +ببساطة عشان أقول إذا حد عندي R3 أجيب المكافئة و + +50 +00:03:52,170 --> 00:03:58,350 +أقول إن V2 بتساوي R equivalent اللي هي R23 على R23 + +51 +00:03:58,350 --> 00:04:04,890 +زائد R1 في V أصل لكن ماقدرش أقول إنها R2 على R1 زائد + +52 +00:04:04,890 --> 00:04:08,970 +R2 إن السبب احنا اشتقيناها على أساس إن التيار هو + +53 +00:04:08,970 --> 00:04:15,930 +نفسه اللي مر في R1 في R2 بدون R3 بدون R3 بنسميه + +54 +00:04:15,930 --> 00:04:22,370 +voltage divider without + +55 +00:04:22,370 --> 00:04:29,430 +load غالبا احنا بنسمي R3 هدي RL يعني load يعني + +56 +00:04:29,430 --> 00:04:33,250 +الجهاز تبعي بالأخرى أنا بتعظيف الجهاز تبعي على ال + +57 +00:04:33,250 --> 00:04:37,530 +system اللي أمامي لما تكون هذا بدون ال R3 without + +58 +00:04:37,530 --> 00:04:47,510 +RL لكن مع وجود ال RL with load أيوة سامية voltage + +59 +00:04:47,510 --> 00:04:48,770 +divider with + +60 +00:04:51,360 --> 00:04:54,680 +اللي بده إن يبهله النقطة اللي حكيتها في كل الأحوال + +61 +00:04:54,680 --> 00:04:57,920 +عشان أجيب هذا ال voltage لازم يكون R1 والمقاومة + +62 +00:04:57,920 --> 00:05:01,980 +الثانية على التوالي واضح هيك احنا اشتقينا القانون + +63 +00:05:01,980 --> 00:05:05,700 +إن التيار بيمر فيهم نفس التيار هذا بالنسبة لل voltage + +64 +00:05:05,700 --> 00:05:09,800 +divider نشوف ال current divider في حد عنده أي سؤال + +65 +00:05:09,800 --> 00:05:14,290 +حتي هنا على ال voltage divider بدون load يعني بدون + +66 +00:05:14,290 --> 00:05:18,770 +ال R تلاتة بدون هاي لكن مع ال load اللي هي وجود ال + +67 +00:05:18,770 --> 00:05:23,590 +R تلاتة اللي أنا سميتها R load ال load طبعا هذا ال + +68 +00:05:23,590 --> 00:05:29,790 +L معناه R load ال load اللي هو الجهاز اللي أنا بدي + +69 +00:05:29,790 --> 00:05:35,170 +أشغله عليها قيمة هذا ال voltage تمام؟ + +70 +00:05:35,170 --> 00:05:39,670 +في أي استفسار لحد هنا تاني؟ استفسار تاني؟ ممتاز + +71 +00:05:39,670 --> 00:05:42,350 +نيجي على ال current divider احنا ال voltage + +72 +00:05:42,350 --> 00:05:45,350 +divider كلنا اتفقنا إن أنا عشان أقسم ال voltage + +73 +00:05:45,350 --> 00:05:48,830 +بحط مقاومات على التوالي عشان أجزيق ال voltage طب + +74 +00:05:48,830 --> 00:05:51,410 +أنا لو بدي أجزيق التيار على التوازي تمام برافو + +75 +00:05:51,410 --> 00:05:54,970 +عليكم بكون أنا عندي تيار كبير و أنا مش محتاجاه كله + +76 +00:05:54,970 --> 00:05:57,750 +أنا بدي جزء من هذا التيار فعشان أعمل current + +77 +00:05:57,750 --> 00:06:01,650 +divider بدي احط مقاومات على التوازي مع ال current + +78 +00:06:01,650 --> 00:06:06,110 +source مع مصدر التيار فال current source بيكون شكله + +79 +00:06:06,110 --> 00:06:11,070 +كالتالي في عندي current source وعندي مقاومتين على + +80 +00:06:11,070 --> 00:06:18,270 +التوازن مثلا R1 وR2 اللي + +81 +00:06:18,270 --> 00:06:23,330 +بيصير أنه بتجزأ هذا التيار IS بتجزأ جزء منه بمر في + +82 +00:06:23,330 --> 00:06:28,350 +R1 اللي هسميه I1 وجزءه هيمر في R2 اللي هسميه I2 + +83 +00:06:28,350 --> 00:06:34,070 +لكن ال voltage حواليهم كلهم إشارة واحدة يعني عندي + +84 +00:06:34,070 --> 00:06:41,710 +I1 إيش بتساوي V على R1 صح؟ + +85 +00:06:41,710 --> 00:06:47,370 +وعندي IS هو ال total current إيش بتساوي V على + +86 +00:06:47,370 --> 00:06:53,320 +المكافئة V على المكافئة على R equivalent إليه مينار + +87 +00:06:53,320 --> 00:07:00,540 +equivalent R1 في R2 على R1 زائد R2 V على R1 في R2 + +88 +00:07:00,540 --> 00:07:08,860 +على R1 زائد R2، بتصير فوق، طبعا، إذا بدي أعوض عن V، + +89 +00:07:08,860 --> 00:07:17,700 +بدي ألاقي it IS V بتحت ساوي R1 في R2 على R1 زائد R2 + +90 +00:07:17,700 --> 00:07:18,760 +في IS + +91 +00:07:21,450 --> 00:07:30,230 +أعود I1 بيهات ساوي R1 في R2 على R1 زائد R2 ومانساش + +92 +00:07:30,230 --> 00:07:37,910 +ال R1 في IS I .. R1 بتروح مع R1 بتصير عندي R2 إذا + +93 +00:07:37,910 --> 00:07:48,750 +I1 بيهات ساوي R2 على R1 زائد R2 في مين؟ في IS كمان + +94 +00:07:48,750 --> 00:07:51,570 +مرة، إيش احنا عملناه؟ عند I, S يتوزع، احنا عندنا + +95 +00:07:51,570 --> 00:07:54,670 +V على الـ3 elements نفس الـV لأنهم elements على + +96 +00:07:54,670 --> 00:07:59,730 +التوازي، V بتساوي I1 في R1 وبرضه V بتساوي I, S في + +97 +00:07:59,730 --> 00:08:03,670 +المكافئة، اللي هي مين المكافئة؟ قلنا R1 في R2 على + +98 +00:08:03,670 --> 00:08:07,850 +R1 زي R2، من المتابعة اللي تبعناها الإشتقاق بتطلع + +99 +00:08:07,850 --> 00:08:15,500 +إن قيمة I1 اللي بتمر في I, S عداش قيمتها؟ R2 مش هي + +100 +00:08:15,500 --> 00:08:18,960 +.. شوف ال voltage divider اللي بتحسب ال voltage + +101 +00:08:18,960 --> 00:08:23,280 +حوالها في ال current divider المقاومة الموازية + +102 +00:08:23,280 --> 00:08:26,960 +للمقاومة اللي بتحسب التيار المحور فيها على مجموع + +103 +00:08:26,960 --> 00:08:31,660 +المقاومتين في IS إذا I1 بتساوي R2 اللي هي المقاومة + +104 +00:08:31,660 --> 00:08:37,920 +الموازية على R1 plus R2 ومجموع المقاومتين في IS I2 + +105 +00:08:37,920 --> 00:08:52,030 +على غرار إيش هتكون؟ R1 على R1 زائد R2 في I بس تمام + +106 +00:08:52,030 --> 00:08:55,630 +والإشارات موجبة لأنه احنا التيار ماله في اتجاه ال + +107 +00:08:55,630 --> 00:08:58,350 +voltage ال drop أخدتها بعين الحسبان لما حسبت ال I + +108 +00:08:58,350 --> 00:09:02,610 +و ال V العلاقات هنا كلها موجبة إن التيار في اتجاه + +109 +00:09:02,610 --> 00:09:06,370 +ال voltage ال drop كمان مرة لو أنا إجاني مثال أو + +110 +00:09:06,370 --> 00:09:09,490 +سؤال في الامتحان و قال لي بدي I2 اللي هيك + +111 +00:09:09,490 --> 00:09:14,460 +اتجاهها برجعش أشتق بحط سالب على طول بقول إنه في هذا + +112 +00:09:14,460 --> 00:09:23,440 +المثال I2 هتساوي سالب R1 على R1 زائد R2 في IS ليش؟ + +113 +00:09:23,440 --> 00:09:26,840 +لأن احنا اشتقينا وهي العلاقة موجبة بين ال voltage + +114 +00:09:26,840 --> 00:09:29,780 +و ال current لك لو هو جابني مثال اللي بتكونش + +115 +00:09:29,780 --> 00:09:31,720 +العلاقة موجبة بين ال voltage و ال current على طول + +116 +00:09:31,720 --> 00:09:36,130 +بحط الإشارة السالبة برجعش أشتق بدنا نعتمد إن احنا + +117 +00:09:36,130 --> 00:09:38,730 +فاهمين ال voltage divider و current divider و + +118 +00:09:38,730 --> 00:09:41,950 +نستعين فيهم في تحليل الدوائر وهلّق هنشوف مثال كيف + +119 +00:09:41,950 --> 00:09:47,810 +بنستخدمهم لتحليل الدوائر هناخد مثال ونحله مع بعض + +120 +00:09:47,810 --> 00:09:55,290 +في أي سؤال لحد هنا؟ نحل المثال مع بعض؟ طيب هنشوف + +121 +00:09:55,290 --> 00:09:58,430 +كيف احنا بدنا إياهم احنا قولنا طبعا في المختبر اللي + +122 +00:09:58,430 --> 00:10:02,350 +هم أهدافهم لكن بالنسبالنا احنا مالنا بس بنستخدمهم + +123 +00:10:02,350 --> 00:10:03,470 +لتحليل الدوائر + +124 +00:10:10,870 --> 00:10:18,190 +هنشوف المثال المثال عندي أنا دائرة فيها إيش هذا + +125 +00:10:18,190 --> 00:10:24,070 +نوعه؟ إيش هذا نوعه؟ independent current source + +126 +00:10:24,070 --> 00:10:27,230 +برافو عليكم independent current source كنتوا عشرة + +127 +00:10:27,230 --> 00:10:33,190 +أمبير في عندي مقاومة قيمتها ستة عشر اوم وعندي كمان + +128 +00:10:33,190 --> 00:10:37,770 +مقاومة قيمتها واحد وست من عشرة اوم وكمان مقاومة + +129 +00:10:40,670 --> 00:10:49,510 +بس هعدلهم اي + +130 +00:10:49,510 --> 00:10:55,310 +واحد وست من عشرة اوم اربعة اوم وانا عندي ستة اوم + +131 +00:10:55,310 --> 00:11:04,090 +يعطيني هنا التيار I0 وطالب مني إن احسب ال power + +132 +00:11:05,500 --> 00:11:11,320 +اللي dissipated على ال 6 Ohm باستخدام اللي هو ال + +133 +00:11:11,320 --> 00:11:14,580 +current divider و ال voltage divider عم تستعينها + +134 +00:11:14,580 --> 00:11:19,840 +لقيتها بالطريقة الجديدة بدي + +135 +00:11:19,840 --> 00:11:22,300 +أنا أجيب اللي هي ال power ع ال 6 Ohm عشان أجيبها + +136 +00:11:22,300 --> 00:11:24,260 +يبدأ أجيب ال voltage اللي حواليها والتيار اللي + +137 +00:11:24,260 --> 00:11:30,840 +حواليها صحيح وكمان بده I naught هذه الحاجتين إذا + +138 +00:11:30,840 --> 00:11:35,320 +أنا عشان أجيب ال power اللي حوالي الست اوم لازم + +139 +00:11:35,320 --> 00:11:37,680 +نيق ال voltage اللي حواليها تير اللي حواليها هو بدي + +140 +00:11:37,680 --> 00:11:40,940 +يعني أستعين بحاجتين ال current divider و ال + +141 +00:11:40,940 --> 00:11:46,000 +voltage divider إذا كان أول حاجة طبعا احنا + +142 +00:11:46,000 --> 00:11:50,240 +عارفين أنه الستة والأربعة مقالهم على التوازي هي + +143 +00:11:50,240 --> 00:11:53,280 +المعلومات احنا عارفينها صالحة على التوالي مع + +144 +00:11:53,280 --> 00:11:57,760 +الواحد وستة أم خلينا نكتبهم ونعيد رسم الدائرة + +145 +00:11:57,760 --> 00:12:01,400 +بالمعلومات اللي احنا عرفناها مع بعض عند عشرة + +146 +00:12:01,400 --> 00:12:06,860 +أمبير في عندي الستة عشر أم وهذول هتكون المكافأة + +147 +00:12:06,860 --> 00:12:10,300 +بتاعتهم اللي هميل المكافأة بتاعتهم بمرفيها I not + +148 +00:12:10,300 --> 00:12:17,890 +اللي ايش بتساوي 4 على التوازيR equivalent لهاي + +149 +00:12:17,890 --> 00:12:22,290 +جزئية بتساوي + +150 +00:12:22,290 --> 00:12:27,890 +المقاومتين هذول على التوازن ب 4 ضرب 6 على 4 زائد + +151 +00:12:27,890 --> 00:12:32,750 +6 زائد لأن هالمكافئة بتاعتهم بتصير على التواليم 1 و + +152 +00:12:32,750 --> 00:12:40,570 +6 من 10 عداش المكافئة لهذول؟ عداش هذول؟ 2 و 4 من + +153 +00:12:40,570 --> 00:12:45,650 +10 صح؟ 2 أربع من عشرة زائد واحد ستة من عشرة اللي هي + +154 +00:12:45,650 --> 00:12:51,430 +بها تكون أربع أم صحيح؟ طيب + +155 +00:12:51,430 --> 00:12:57,470 +هلقيت مكافأة اللي هي أربع أم بمور فيها مين I node + +156 +00:12:57,470 --> 00:13:00,450 +اللي هو برضه I node بمور في مين الواحد وستة من + +157 +00:13:00,450 --> 00:13:04,010 +عشرة والمكافأة للأربعة والستة + +158 +00:13:07,150 --> 00:13:10,310 +هلاقي تطلعوا على هذا الشكل اللي وصلنا له، في عندي + +159 +00:13:10,310 --> 00:13:14,890 +current source ومقاومتين منهم على التوازي، هذا ايش + +160 +00:13:14,890 --> 00:13:19,590 +شكله؟ current divider، برافو عليكم، هذا current + +161 +00:13:19,590 --> 00:13:23,170 +divider، عندي current source اتوزع على مقاومتين + +162 +00:13:23,170 --> 00:13:26,050 +منهم وصلين معاها على التوازي، إذا I node بقدر + +163 +00:13:26,050 --> 00:13:30,490 +أجيبها ولا لأ؟ بقدر أجيبها، I node ايش بيه هتساوي؟ + +164 +00:13:30,490 --> 00:13:35,630 +يلا نقلوني أنا مش متذكره نقلوني زي ما أنا قلتليش مش + +165 +00:13:35,630 --> 00:13:41,270 +هعرف خليني أسملكم مقامات هي R1 وهي R equivalent + +166 +00:13:41,270 --> 00:13:48,810 +نقلوني بدي I node R1 قلنا مش المقامة اللي بحسب فيها + +167 +00:13:48,810 --> 00:13:56,190 +تيار الموازية على R1 زي R equivalent في مين؟ في I + +168 +00:13:56,190 --> 00:14:01,220 +اللي هسميها IS طبعا و ليش هاخدها موجبة بقى لأن احنا + +169 +00:14:01,220 --> 00:14:03,760 +التيار ماله توزع بهذا الشكل يعني أنا حطيت ال + +170 +00:14:03,760 --> 00:14:08,480 +voltage الاتجاه اللي احنا حكينا عنه معش زائد R1 + +171 +00:14:08,480 --> 00:14:16,040 +قيمتها 16 على 16 زائد 4 في اللي هي 10 أمبير 16 على + +172 +00:14:16,040 --> 00:14:24,600 +20 في اللي هو 10 هتعطينا 8 أمبير ممتاز دعيني + +173 +00:14:24,600 --> 00:14:25,420 +أنضمها شوية + +174 +00:14:33,540 --> 00:14:37,280 +ممتاز إذا إن أنا عرفت I node إذا ما أنتم شايفينها + +175 +00:14:37,280 --> 00:14:41,200 +I node اللي بتمر في واحد وستة من عشرة ايش بيصير + +176 +00:14:41,200 --> 00:14:45,900 +لها؟ بتتوزع على القوامتين هذول؟ أنا بدي الباور بتاعة + +177 +00:14:45,900 --> 00:14:49,920 +ستة أم إذا بقدر أجيب التيار اللي على ستة أم هسمي I + +178 +00:14:49,920 --> 00:14:55,840 +ستة أم لأن مافيش عندي كمان واحدة ستة أم I ستة أم I + +179 +00:14:55,840 --> 00:15:02,220 +ستة اوم مش بده يساوي، حد محتاج هذه أو هاي I ستة + +180 +00:15:02,220 --> 00:15:05,760 +اوم اللي هتغششوني هنا في عندي current divider، + +181 +00:15:05,760 --> 00:15:11,080 +مين هو ال current divider؟ I node اتوزع على الأربعة + +182 +00:15:11,080 --> 00:15:15,100 +والستة هنا صار عندي كمان مرة مجزقة طيار ال I node + +183 +00:15:15,100 --> 00:15:18,740 +اتجزأت على الأربعة والستة فقداش قيمة التيار مور في + +184 +00:15:18,740 --> 00:15:27,070 +الستة اوم؟ أربعة على أربع زائد ستة في I naught + +185 +00:15:27,070 --> 00:15:33,050 +اللي هي قداش طلعناها ثمانية إذا أربع على عشرة في + +186 +00:15:33,050 --> 00:15:42,440 +ثمانية اللي هي ثلاثة اثنين من عشرة انبعاط تمام؟ إذا + +187 +00:15:42,440 --> 00:15:46,520 +هنا احنا استخدمنا ال current divider ايش هو طالب + +188 +00:15:46,520 --> 00:15:50,480 +مني ال power اللي على ال 6 Ohm أنا كيف سهلت علي + +189 +00:15:50,480 --> 00:15:52,980 +أشياء كثير سهلت علي استخدامها لو حاولتوا تحلوا نفس + +190 +00:15:52,980 --> 00:15:55,280 +السؤال ع كرشوف current لو و كرشوف voltage لو + +191 +00:15:55,280 --> 00:15:58,280 +هتلاقوا أنه هياخد منكم جهد أكبر بكثير من اللي + +192 +00:15:58,280 --> 00:16:02,100 +أخدناها حاليا ال power اللي على 6 Ohm احنا اتفقنا + +193 +00:16:02,100 --> 00:16:05,180 +يا بيكفيني يا ال current يا بيكفيني ال voltage أنا + +194 +00:16:05,180 --> 00:16:11,580 +جبت ال current ايش هقول I 6 Ohm تربيع في اللي هي ال 6 + +195 +00:16:11,580 --> 00:16:16,960 +Ohm و طبعا أنا بثقة بحط plus لأن احنا اشتقيناها و + +196 +00:16:16,960 --> 00:16:20,060 +أثبتنا أنه دائما المقاومة لها dissipative دائما + +197 +00:16:20,060 --> 00:16:23,940 +absorb واقف فبقلقش في الزائد على طول معرفة أنها + +198 +00:16:23,940 --> 00:16:28,180 +زائد لذا ثلاثة و اثنين من عشرة لكل تربيع في اللي + +199 +00:16:28,180 --> 00:16:41,160 +هو الستة بدها تعطيني ال power في الوقت في + +200 +00:16:41,160 --> 00:16:45,730 +حد عنده أي سؤال؟ احنا ما تبنحكي عن current divider، + +201 +00:16:45,730 --> 00:16:48,350 +الحكاية دي لما يكون في مقاومتين وعندهم مصطلح .. ع + +202 +00:16:48,350 --> 00:16:50,570 +التوازي، مقاومتين ع التوازي بيقول .. لازم أن يكون + +203 +00:16:50,570 --> 00:16:53,050 +ع التوازي؟ اه طبعا، مقاومتين ع التوازي هي اللي + +204 +00:16:53,050 --> 00:16:56,710 +بيجزقلي التيار، ماشيكت فاقنا؟ current divider أو + +205 +00:16:56,710 --> 00:16:58,890 +.. مين بيبقى بيجزق التيار عشان مقاومات اللي ع + +206 +00:16:58,890 --> 00:17:02,010 +التوازي؟ مقاومات ع التوالي مالها بتجزقش التيار، + +207 +00:17:02,010 --> 00:17:05,150 +التيار نفسه بيمر فيها، لكن لو كانوا مقاومتين على + +208 +00:17:05,150 --> 00:17:10,700 +التوازي بتجزق فيهم التيار في أي سؤال كمان ماروح؟ في + +209 +00:17:10,700 --> 00:17:14,520 +أي سؤال لحد هنا؟ واضح الموضوع؟ مش أي سفسار تمام + +210 +00:17:14,520 --> 00:17:18,380 +احنا اليوم الحاجة الجديدة شفناها مع بعض اللي هو ال + +211 +00:17:18,380 --> 00:17:21,480 +current divider زي ما أنتم شايفين في الدائرة اللي + +212 +00:17:21,480 --> 00:17:26,160 +أمامنا هذه أزاء الدائرة يعني لو شفنا هذا المنظر + +213 +00:17:26,160 --> 00:17:29,660 +برضه هذا current divider يعني تيار ماله اتوزع على + +214 +00:17:29,660 --> 00:17:35,710 +مقامتين قداش تيار فيئر واحد ايش بيساوي مع بعض؟ I اثنين + +215 +00:17:35,710 --> 00:17:40,670 +على I واحد زائد I اثنين I S ف I Total ممتازين إذا + +216 +00:17:40,670 --> 00:17:43,490 +أنا عندي Current Divider معناه أن في عندي مقاومتين + +217 +00:17:43,490 --> 00:17:47,670 +على التوازي وفي عندي اللي هو قيمة ال total اللي + +218 +00:17:47,670 --> 00:17:49,990 +توزعت عليهم وهذا ال voltage divider اللي احنا + +219 +00:17:49,990 --> 00:17:53,210 +شوفناه قبل هيك لو كان هذا أزاق من الدقر لكن عندي + +220 +00:17:53,210 --> 00:17:56,050 +voltage total حوالين المقاومتين اللي على التوالي + +221 +00:17:56,050 --> 00:18:00,670 +بقدر أجيب ال voltage حوالين R واحد مش مساوين R1 على + +222 +00:18:00,670 --> 00:18:07,610 +R1 زائد R2 في V S في ال V Total معلكوا ساكتوا + +223 +00:18:07,610 --> 00:18:10,790 +خلتوها بس تحكييني لحالها خلاص سركنتوا عليها + +224 +00:18:10,790 --> 00:18:14,850 +المدوبة فبقوا مع بعض وقولوا ليش ال voltage على R2 + +225 +00:18:14,850 --> 00:18:21,930 +يلا R1 على R1 زائد R2 في V Total ممتازين + +226 +00:18:28,700 --> 00:18:31,880 +هذه النقطة اللي أنا حكيتلكم عليها اللي لو كان عندي + +227 +00:18:31,880 --> 00:18:34,920 +الإشارات عكس الإشارات يعني احنا اشتقنا لما كان + +228 +00:18:34,920 --> 00:18:37,660 +plus minus وبعدين ايش قال لي أنا بدي هذا ال + +229 +00:18:37,660 --> 00:18:44,080 +voltage plus minus ايش بسوي سالب R1 على R1 زائد R2 + +230 +00:18:44,080 --> 00:18:45,040 +في total + +231 +00:18:48,190 --> 00:18:51,110 +أو كمان نفس الحاجة لل current احنا مش للقنعة وهي + +232 +00:18:51,110 --> 00:18:54,390 +تامة وزعين يعني هذا التيار بروحك وهيك لكن لو + +233 +00:18:54,390 --> 00:18:58,790 +اجان العكس ايش بقول سالب يلا معايا سالب ايش ال + +234 +00:18:58,790 --> 00:19:04,270 +current I Q ايش بيساوي سالب I اثنين على الرحل دار + +235 +00:19:04,270 --> 00:19:06,790 +اثنين في I total ممتازين + +236 +00:19:12,710 --> 00:19:15,830 +الجزء من المحاضرة احنا خلصناها وإن شاء الله هنبدأ + +237 +00:19:15,830 --> 00:19:19,070 +الجزء الثاني من المحاضرة اللي هو اليوم هنحكي عن + +238 +00:19:19,070 --> 00:19:23,370 +حاجة اسمها ال source transformation ايش هي ال + +239 +00:19:23,370 --> 00:19:26,610 +source transformation؟ + +240 +00:19:26,610 --> 00:19:27,350 +source transformation + +241 +00:19:55,290 --> 00:19:58,090 +source transformation ايش ال source transformation + +242 +00:19:58,090 --> 00:20:01,850 +ال source transformation بقول لو كان أنا عندي + +243 +00:20:01,850 --> 00:20:09,190 +voltage source ومقاومة على التوالي هذا voltage + +244 +00:20:09,190 --> 00:20:14,340 +source بكافئ حتى لازال احنا مافيهاش في الدوائر + +245 +00:20:14,340 --> 00:20:17,260 +المكافئة في الدوائر المكافئة شوفنا مين دوائر + +246 +00:20:17,260 --> 00:20:20,280 +مكافئة مقاومة على التوالي ومقاومة على التوازي بقدر + +247 +00:20:20,280 --> 00:20:25,300 +أجيبهم مكافئة لهم هنا بقول لي أن هذه الدائرة اللي + +248 +00:20:25,300 --> 00:20:28,820 +بتتكون من voltage source ومقاومة على التوالي بتكافئ + +249 +00:20:28,820 --> 00:20:34,440 +بالتمام دائرة بتحتوي على current source ومقاومة على + +250 +00:20:34,440 --> 00:20:35,240 +التوازي + +251 +00:20:37,730 --> 00:20:44,750 +اللي هي نفس قيمة R وهنا I S عشان نعرف العلاقة بين + +252 +00:20:44,750 --> 00:20:55,990 +VS و IS بدنا نحط .. نسكر الدائرة ب R load الجزء + +253 +00:20:55,990 --> 00:20:59,510 +الأولاني من R load بيقول لي ايه؟ إذا أنا مرأت تيار + +254 +00:20:59,510 --> 00:21:05,270 +مصاحب ال VS هيمور في R load، التيار R load، I load + +255 +00:21:05,270 --> 00:21:12,530 +إذا هذه الدائرة بالتمام مكافئة لهذه الدائرة احنا + +256 +00:21:12,530 --> 00:21:16,750 +قلنا مش لازم تتغير الدائرة أي حاجة هي اللي أنا + +257 +00:21:16,750 --> 00:21:19,470 +بغيرها ديروا بالكم اللي هي ال voltage source و + +258 +00:21:19,470 --> 00:21:22,610 +المقاومة بدي أغيرها بقرر ال source و المقاومة إذا + +259 +00:21:22,610 --> 00:21:26,670 +قلت أنه هنا اللي بمر في ال R load هو IL لازم برضه + +260 +00:21:26,670 --> 00:21:31,570 +يمر هنا IL مش لازم تشعر بتغير أي شيء يعني إذا ال + +261 +00:21:31,570 --> 00:21:36,830 +load عندي كان موصول مع VsR على التوالي وقمت هذا + +262 +00:21:36,830 --> 00:21:40,250 +الجزء وقلت إنه بكافه current source مقاومة على + +263 +00:21:40,250 --> 00:21:43,490 +التوازي ال R load مش لازم تحصل عليها أي تغير مش + +264 +00:21:43,490 --> 00:21:47,450 +لازم تحس بالتغير إذا كان بمور فيها I load لازم نضله + +265 +00:21:47,450 --> 00:21:51,590 +I load صح معايا؟ هيك اتفاقنا المكافئة إلا لو أنا + +266 +00:21:51,590 --> 00:21:56,670 +عندي دائرة وأنا قيمت جزء واستبدلته بجزء ثاني باقي + +267 +00:21:56,670 --> 00:21:59,490 +الدائرة مش لازم يشعر أنا مين هذا الجزء اللي بقيمه و + +268 +00:21:59,490 --> 00:22:03,190 +بستبدله اللي هي ال voltage source والمقاومة على + +269 +00:22:03,190 --> 00:22:05,730 +التوازن اللي بقيمه وبقول بدي أحط بدله current + +270 +00:22:05,730 --> 00:22:10,390 +source والمقاومة على التوازن معايا؟ إذا معناه هيك + +271 +00:22:10,390 --> 00:22:13,690 +باقي الدائرة هي ومين R load مش لازم تشعر بأي تغيير + +272 +00:22:13,690 --> 00:22:17,410 +معناه إذا أنا قلت في هذه الجهة إن التيار المور في + +273 +00:22:17,410 --> 00:22:20,510 +R load هو I load مش لازم يتغير التيار المور فيها + +274 +00:22:20,510 --> 00:22:24,250 +في هذه الحالة مش لازم تشعر بالتغيير إذا بالفعل هذا + +275 +00:22:24,250 --> 00:22:28,130 +جزء بالكافة هذا جزء طب ايش I load بيساوي؟ I load + +276 +00:22:28,130 --> 00:22:32,970 +بيساوى هذا ايش نوعه؟ مين قول ايش هذا؟ برافو عليكم + +277 +00:22:32,970 --> 00:22:36,230 +voltage divider مين اللي حكت؟ ممتازين هذا voltage + +278 +00:22:36,230 --> 00:22:41,030 +divider ايش قيمة ال voltage اللي حوالين R load؟ + +279 +00:22:41,030 --> 00:22:48,100 +ايش ال voltage؟ R load على R زائد R load في VS إذا + +280 +00:22:48,100 --> 00:22:52,080 +عرفت ال voltage بقدر أجيب ال IL مثلا هي حالة أو + +281 +00:22:52,080 --> 00:22:54,760 +طريقة تانية أشبه أجيب الـ IL من وين على طول بقوا الـ + +282 +00:22:54,760 --> 00:23:00,960 +VS على مجموعة مقاومتين، صح؟ إذا عند الـ IL إيش + +283 +00:23:00,960 --> 00:23:10,670 +بيساوي VS على R زائد R load إذا اتفقنا إن I L ما + +284 +00:23:10,670 --> 00:23:13,970 +تتغيراش، إيش معناه؟ إن I L مش لازم تتغير بعد ما + +285 +00:23:13,970 --> 00:23:17,930 +استبدلت الدائرة، طب هاي الدائرة إيش شكلها؟ current + +286 +00:23:17,930 --> 00:23:21,690 +divider، مين بيحكوا بصوت واطي؟ عالوا صوتكم، هذه + +287 +00:23:21,690 --> 00:23:26,870 +current divider، إيش قيمة I L من current divider؟ + +288 +00:23:26,870 --> 00:23:34,170 +R يعني، مش عارفة، bravo + +289 +00:23:34,170 --> 00:23:41,730 +عليكم، إذا في هذه الحالة I L تساوي R على R زي R + +290 +00:23:41,730 --> 00:23:48,130 +load في I S احنا اتفقنا لأول + +291 +00:23:48,130 --> 00:23:58,000 +معادلة في Rلأ IL بتساوي VS على R زايد RL تمام هنا + +292 +00:23:58,000 --> 00:24:04,860 +IL بتساوي R على R زايد RL في IS استعنى في أولها كم + +293 +00:24:04,860 --> 00:24:07,860 +ممكن استخدم الـ voltage divider ان اجيب أول الـ + +294 +00:24:07,860 --> 00:24:12,620 +voltage وبعدين اقول V على RL بتعطيني IL احنا + +295 +00:24:12,620 --> 00:24:18,810 +اتفقنا إذاهذه الدائرة تكافئ هذه الدائرة، لذلك RL + +296 +00:24:18,810 --> 00:24:21,690 +لا يجب أن تشعر بأي تغيير، معناه I L I يجب أن تساوي + +297 +00:24:21,690 --> 00:24:30,070 +I L I، صح؟ إذا معناه إن Vs على R زائد RL لازم تساوي + +298 +00:24:30,070 --> 00:24:37,870 +R على R زائد RL في IS المقام لا يساوي zero بقدر + +299 +00:24:37,870 --> 00:24:44,890 +أقسم عليه إذا في هذه الحالة Vs لازم تساوي R في IS + +300 +00:24:47,230 --> 00:24:50,730 +يعني بمعنى لو أنا كنت عارفة قيمة Vs اللي هي خمسة + +301 +00:24:50,730 --> 00:24:55,570 +بوات وR بتساوي تلاتة امر وبدي احط الـ equivalent + +302 +00:24:55,570 --> 00:25:01,970 +لها، عطول بقول IS شو بيها الساوي؟ Vs على R اللي هي + +303 +00:25:01,970 --> 00:25:08,170 +خمسة على تلاتة وهذه نفس الـR، ماتغيرتش، اللي هي + +304 +00:25:08,170 --> 00:25:12,930 +التلاتة واضح إيش معناه؟ إذا أنا بقول أو هذه الـ + +305 +00:25:12,930 --> 00:25:15,750 +source transformation الـ source transformation + +306 +00:25:15,750 --> 00:25:19,390 +ببساطة إيش بتقوللي أن لو كان عندي voltage source و + +307 +00:25:19,390 --> 00:25:23,770 +مقاومة معاها على التوالي بقدر أنا أقيمهم واستبدلهم + +308 +00:25:23,770 --> 00:25:27,330 +current source و مقاومة على التوازن هاي المقاومة + +309 +00:25:27,330 --> 00:25:30,890 +نفس المقاومة قيمة الـ voltage و الـ current لازم + +310 +00:25:30,890 --> 00:25:39,270 +يكون بينهم هاي العلاقة انه vs تساوي R في IS عشان + +311 +00:25:39,270 --> 00:25:42,910 +التم الـ equivalency إذا ما اتحققش هذا الشرط أكيد + +312 +00:25:42,910 --> 00:25:47,090 +هذه الدائرة بتكافئش هذه الدائرة عشان الدائرة بتاعة + +313 +00:25:47,090 --> 00:25:50,230 +current source و مقاومة على التوازي تكافئ الـ + +314 +00:25:50,230 --> 00:25:53,210 +voltage source و مقاومة على التوالي لازم تكون + +315 +00:25:53,210 --> 00:26:00,600 +العلاقة بين VS و IS أن VS بتساوي R في IS واضح؟ فرضه + +316 +00:26:00,600 --> 00:26:04,760 +هنستفيد منها بالتحليل يعني مية مية احنا طبعا الهدف + +317 +00:26:04,760 --> 00:26:09,000 +منه إذا في حد عنده current source و مقاومة يستخدمه + +318 +00:26:09,000 --> 00:26:11,640 +بس ما اروحش revolt الـ source و مقاومة على التوالي + +319 +00:26:11,640 --> 00:26:15,260 +بيقدر يستخدم البديل لكن بالنسبالنا احنا هنستعين + +320 +00:26:15,260 --> 00:26:18,780 +فيها لتحليل الدواير هنستعين بالـ source + +321 +00:26:18,780 --> 00:26:24,160 +transformation عشان احلل الدواير هنشوف + +322 +00:26:24,160 --> 00:26:31,490 +مثال مع بعض مستعدين للمثال؟ تفضل تفضل تفضل تفضل + +323 +00:26:31,490 --> 00:26:40,890 +تفضل تفضل تفضل + +324 +00:26:40,890 --> 00:26:47,850 +تفضل تفضل + +325 +00:26:47,850 --> 00:26:56,290 +تفضل تفضل تفضل تفضل تفضل تفضل إيش العلاقة بينهم؟ + +326 +00:26:56,290 --> 00:26:58,170 +يعني أنا لازم أفرجيك إيش العلاقة بينهم؟ أنا اشتقت + +327 +00:26:58,170 --> 00:27:01,790 +العلاقة بينهم ببساطة كممكن أقولك إن IS لازم تساوي + +328 +00:27:01,790 --> 00:27:05,690 +BS على R بس أنا فرجيتك إن هي لازم تكون هذا أثبتت + +329 +00:27:05,690 --> 00:27:09,630 +لك هي إذا عشان أنا أستبدل voltage source ومقاومة + +330 +00:27:09,630 --> 00:27:12,770 +على التوالي current source ومقاومة على التوازي + +331 +00:27:12,770 --> 00:27:16,190 +قيمة المقاومة لازم تظهر نفسها و current source + +332 +00:27:16,190 --> 00:27:19,490 +بيساوي BS على R واضح؟ + +333 +00:27:22,480 --> 00:27:33,260 +نشوف مثال على الـ source transformation المثال + +334 +00:27:33,260 --> 00:27:39,120 +بيقول أنا عندي fault source إيش نوع هذا الـ fault + +335 +00:27:39,120 --> 00:27:46,340 +source؟ إيش نوع؟ dependent إيش نوع؟ independent + +336 +00:27:46,340 --> 00:27:53,210 +independent مالكه independent fault sourcefilm2 + +337 +00:27:53,210 --> 00:28:01,970 +سابق، معروفة، independent، لا يعتمد على أحد، زي أن + +338 +00:28:01,970 --> 00:28:04,690 +شاء الله حالتكم يعني، ما تعتمدوش إن شاء الله على حد + +339 +00:28:04,690 --> 00:28:06,330 +إلا عرب العالمين يعني + +340 +00:28:27,320 --> 00:28:30,380 +المطلوب مني أن أجيب الـ power إلا على الستة أم + +341 +00:28:30,380 --> 00:28:35,760 +السؤال بيقول ليه بدي الـ power إلا على الستة أم و + +342 +00:28:35,760 --> 00:28:39,500 +بدي أستعين بالـ source transformation في حل هذا + +343 +00:28:39,500 --> 00:28:42,820 +السؤال طبعا زي أنتوا طلعتوا على السؤال هلاقي أن + +344 +00:28:42,820 --> 00:28:47,780 +الستة أم لها جاي بالنص هنا وعندي على اليمين وعلى + +345 +00:28:47,780 --> 00:28:53,290 +الشمال بالنسبة ليميني وشمالي بالنسبة لكل العكسة هنا + +346 +00:28:53,290 --> 00:28:55,890 +عندي voltage source و مقاومة على التوازي و هنا + +347 +00:28:55,890 --> 00:28:58,850 +برضه عندي voltage source و مقاومة على التوازي بقدر + +348 +00:28:58,850 --> 00:29:02,310 +بمنتهى البساطة أبسطهم لـ current source و مقاومة + +349 +00:29:02,310 --> 00:29:04,850 +على التوازي current source و مقاومة على التوازي + +350 +00:29:04,850 --> 00:29:07,570 +يعني أنا بدي أطلع عليها أول حاجة شفاهية هل بستفيد + +351 +00:29:07,570 --> 00:29:10,870 +ولا مستفدش منها لسه في النهاية لما بستخدم طريقة + +352 +00:29:10,870 --> 00:29:14,850 +بديها تكون بتريحني مش تتعبني لو عملت current + +353 +00:29:14,850 --> 00:29:17,970 +source و مقاومة على التوازي إيش هيصير مقاومتين على + +354 +00:29:17,970 --> 00:29:22,100 +التوازي هيخففواهنا أنا ماقدرش أبسطها بهذا الشكل + +355 +00:29:22,100 --> 00:29:24,360 +لكن لو حولتها لـ current source و مقاومة على + +356 +00:29:24,360 --> 00:29:27,660 +التوازي هتصير الاربع على التوازي مع التلاتين نفس + +357 +00:29:27,660 --> 00:29:30,920 +الاشي هنا هتصير الخمسة هتخف الشكل تعالوا نعملوا مع + +358 +00:29:30,920 --> 00:29:33,860 +بعض هذا هيصير current source إيش قيمته؟ طبعا أنا + +359 +00:29:33,860 --> 00:29:37,040 +انت أسفة كان لازم نبحتكم لحاجة مهمة الـ voltage + +360 +00:29:37,040 --> 00:29:42,860 +source كان في الرسمة بهذا الشكل RVS بس تبدلوا + +361 +00:29:42,860 --> 00:29:46,500 +current source من السالب للموجب مهمة الإشارة مهمة + +362 +00:29:47,870 --> 00:29:53,030 +معايا؟ أنا هي المفروض أن أبحثوا عليها لأنه لو هي + +363 +00:29:53,030 --> 00:29:57,750 +مثلا شقلبتها هيبدأ شقلبه واضح؟ يعني minus plus vs + +364 +00:29:57,750 --> 00:30:00,730 +هيك بده يكون تجاه التيارة فأنا هيأخدت الـ IS إيش + +365 +00:30:00,730 --> 00:30:05,650 +قيمته بده يساوي؟ قلنا V إذا هيسميناها VS هيكون VS + +366 +00:30:05,650 --> 00:30:10,150 +على R اللي يمين أربع أم خلنا نسميها R1 عشان + +367 +00:30:10,150 --> 00:30:16,510 +هيسميها R2 وهي B2 وهي B1 خليني أماك هيك نسميها + +368 +00:30:18,750 --> 00:30:29,790 +هيكون قيمته V1 على R1 إيش بيساوي؟ V6 على 4 اللي هو + +369 +00:30:29,790 --> 00:30:37,650 +لو هيكون 3 على 2 يعني 1.5 أمبير إذا عرفنا قيمة الـ + +370 +00:30:37,650 --> 00:30:41,690 +current source الأول يعني ماله على التوازن مع مين؟ + +371 +00:30:41,690 --> 00:30:45,390 +مع الأربع بيصير إشي لو قلت الأربع على طول على + +372 +00:30:45,390 --> 00:30:47,630 +التوازن مع التلاتين ولا أرسمهم قبل ما بعدين + +373 +00:30:47,630 --> 00:30:53,150 +أفرجين؟ هكي واضح صارت الأربعة على التوازن مع الـ + +374 +00:30:53,150 --> 00:30:56,650 +current source أنا الجزء اللي بعملني بعمله + +375 +00:30:56,650 --> 00:30:59,910 +equivalence هذا الجزء دايما يا عم تنتبهوا يا + +376 +00:30:59,910 --> 00:31:04,110 +مهندسات يا باشمهندسات انتبهوا على النقطتين اللي + +377 +00:31:04,110 --> 00:31:09,970 +أنا بستبدلهم بستبدل بين a و b هذه النقطتين a و b a + +378 +00:31:09,970 --> 00:31:10,790 +و b + +379 +00:31:16,450 --> 00:31:18,430 +استبدلت الـ vote الـ source و المقاومة اللي على + +380 +00:31:18,430 --> 00:31:20,610 +التوالي الـ current source و المقاومة اللي على + +381 +00:31:20,610 --> 00:31:23,770 +التوازي برضه بين الـ a و الـ b موصول من الـ 30 عشان + +382 +00:31:23,770 --> 00:31:27,150 +هيك على طول حطيتها على التوازي مع التلاتين لأن بين + +383 +00:31:27,150 --> 00:31:36,110 +الـ a و الـ b في التلاتين بعد هيك في عندي الـ 6 هم و + +384 +00:31:36,110 --> 00:31:42,420 +في عندي العشرة هم و نيجي للجهة التانية عندي الـ 40 + +385 +00:31:42,420 --> 00:31:46,960 +و الارتنين هدولة معاهم بستبدلهم بـ current source و + +386 +00:31:46,960 --> 00:31:50,760 +مقاومة على التوازي نسميهم ده AB و ده CD بين + +387 +00:31:50,760 --> 00:31:57,880 +النقطتين C و D في عند اللي هي الـ 20 وقشطة + +388 +00:31:57,880 --> 00:32:00,660 +لما استبدلت الـ voltage source و مقاومة هتسير + +389 +00:32:00,660 --> 00:32:04,620 +الخمسة على التوازي مع العشرين و هده هستبدلوا بـ + +390 +00:32:04,620 --> 00:32:09,450 +current source إيش قيمة current source؟ هيكون V2 + +391 +00:32:09,450 --> 00:32:14,250 +على R2 اللي هي أربعين على خمسة اللي هي تمانية + +392 +00:32:14,250 --> 00:32:19,430 +أمبير طب الأربعة التوازن مع التلاتين قدش قيمتها؟ + +393 +00:32:32,440 --> 00:32:35,260 +قداش حد جيبنا إياها؟ أنا حالة سؤال يعني مختلف عن + +394 +00:32:35,260 --> 00:32:37,840 +اللي معايا في الـ .. في الورقة أنا كنت بدي أجيب + +395 +00:32:37,840 --> 00:32:40,480 +سؤال .. الورقة اللي على السؤال جيب البوارة على الـ + +396 +00:32:40,480 --> 00:32:44,140 +6V مش مشكلة هذا أطول واستفاد أكثر منه تلاتة و نص + +397 +00:32:44,140 --> 00:32:50,180 +تلاتة و نص؟ نص طبعا أنا كنت بس طالبة في المثال + +398 +00:32:50,180 --> 00:32:53,600 +تبعي البوارة على الـ 6V فكان أنا بس بحول هذا و بمشي + +399 +00:32:53,600 --> 00:32:57,040 +لكن احنا هيك استفدنا حولنا مرتين و اتعلمنا أكتر + +400 +00:32:57,040 --> 00:33:03,630 +تمام و هي قداش العشرين هدي أربعة لو طلعنا على الرسم + +401 +00:33:03,630 --> 00:33:07,170 +اللي قدامنا كمان مرة أنا بقدر أعمل transformation + +402 +00:33:07,170 --> 00:33:10,850 +ولا لأ؟ لو عملت كمان مرة transformation بستفيد و + +403 +00:33:10,850 --> 00:33:13,610 +لا لأ؟ خليني أفكر فيها هذا current source و + +404 +00:33:13,610 --> 00:33:16,750 +المقاومة اللي على التوازن هستبدله بمقاومة على + +405 +00:33:16,750 --> 00:33:20,530 +التوالي و voltage source و هذا هستبدله voltage + +406 +00:33:20,530 --> 00:33:23,090 +source و مقاومة على التوازن هستصبح دائرة Ohm + +407 +00:33:23,090 --> 00:33:27,230 +البسيطة إذا أنا بستفيد إذا أعملها مش هتعقبني + +408 +00:33:27,230 --> 00:33:32,540 +المثال بالعكس هتحلق تسهلي إياف كل اللي بعمله أنا + +409 +00:33:32,540 --> 00:33:35,800 +حذرة أني ما أعملش إشي في الـ 6 أم لأن هو بده الـ power + +410 +00:33:35,800 --> 00:33:39,020 +اللي على الـ 6 أم بده أخليها مكانها عشان أجيب الـ + +411 +00:33:39,020 --> 00:33:42,000 +power اللي عليها ما تعتحيش من مكانها أنا إذا + +412 +00:33:42,000 --> 00:33:45,120 +عملتلها تغييرات من مكانها ببطل الـ 6 أم اللي أنا + +413 +00:33:45,120 --> 00:33:54,080 +بدي إياها استغل المسافة اللي قدامنا هاي طبعا + +414 +00:33:54,080 --> 00:33:58,260 +قلنا هاي بده أستبدلها بين النقطتين C و D احنا لسه + +415 +00:33:58,260 --> 00:34:04,390 +اهبل النقطتين C و D هي النقطتين C و D هستبدل هذه + +416 +00:34:04,390 --> 00:34:09,370 +الدائرة بمقاومة اللي هي قيمة التقداش 4 هي النقطتين + +417 +00:34:09,370 --> 00:34:13,770 +C و D و الـ current source إيش بيصير voltage source + +418 +00:34:13,770 --> 00:34:18,230 +و قيمة الـ voltage source إيش بيساوي I في R يعني 4 + +419 +00:34:18,230 --> 00:34:25,350 +في 8 32 Volt تمام؟ في حد عنده أي استفسار؟ هنا نكمل + +420 +00:34:25,350 --> 00:34:28,290 +في عندى اللى هى الـ 6 Ohm اللى أنا بدى الباور + +421 +00:34:28,290 --> 00:34:33,850 +عليها وفي عندي هنا اللي هي العشرة Ohm كمان مرة هنا + +422 +00:34:33,850 --> 00:34:38,110 +بين الـ A و الـ B هيكون في عندي كمان مرة + +423 +00:34:38,110 --> 00:34:40,750 +transformation current source المقاومة اللي على + +424 +00:34:40,750 --> 00:34:44,870 +التوازي هتصير voltage source المقاومة على التوازي + +425 +00:34:44,870 --> 00:34:48,030 +هي تلاتة و نص Ohm وهنا عندي اللي هو ال voltage + +426 +00:34:48,030 --> 00:34:48,630 +source + +427 +00:34:51,450 --> 00:34:57,090 +إن هو إيش بيساوي واحد و نص في تلاتة و نص ويضرب + +428 +00:34:57,090 --> 00:35:02,950 +المياه volt هذه الدائرة صارت بسيطة يعني أنا كل + +429 +00:35:02,950 --> 00:35:07,930 +لازمي يا أجيب التيار بيمر في الست Ohm يا أجيب ال + +430 +00:35:07,930 --> 00:35:11,410 +voltage اللي حواليها ممكن أسهل أجيب التيار و + +431 +00:35:11,410 --> 00:35:17,790 +التيار إيش هيكون كيرشوف voltage هيكون minus 32 زي + +432 +00:35:17,790 --> 00:35:22,790 +التيار نفسه لأنهم كلهم على التوالي كل elements على + +433 +00:35:22,790 --> 00:35:26,470 +التوالي فعندي هاخد كمان احنا اتفقنا ان اذا فرضتك + +434 +00:35:26,470 --> 00:35:30,410 +التيار أنا فرضت تيار هفرض انه في اتجاه ال voltage + +435 +00:35:30,410 --> 00:35:35,050 +growth تيار + +436 +00:35:35,050 --> 00:35:39,830 +في اتجاه ال voltage growth هي + +437 +00:35:39,830 --> 00:35:46,250 +اللي بتقدر تكمله هي جزئية بنجيب I عندي minus 32 + +438 +00:35:46,250 --> 00:35:50,970 +زائد I اللي هي مضروبة في ميل كلهم العلاقة موجبة بقى + +439 +00:35:50,970 --> 00:35:53,230 +طبعا كله voltage drop اللي علاقة موجبة بالتيار + +440 +00:35:53,230 --> 00:35:58,230 +تجاه ال voltage drop 4 زائد 6 زائد 3.5 زائد 10 + +441 +00:35:58,230 --> 00:36:06,370 +وهذه زائد 1.5 في تلاتة و نص بتساوي zero إذاً I بيه + +442 +00:36:06,370 --> 00:36:09,430 +تساوي هدول باجمعهم بال calculator على قيمة + +443 +00:36:09,430 --> 00:36:12,870 +المقاومة مجموعة بتعطييني قيمة I اللي بتمر في ست Ohm + +444 +00:36:12,870 --> 00:36:16,390 +وال power اللي على الست Ohm بيشتغل هتساوي I تربيع + +445 +00:36:16,390 --> 00:36:24,330 +في R ليه I تربيع في الست Ohm وبالوقت تمام؟ + +446 +00:36:24,330 --> 00:36:25,830 +في أي سؤال لحد هنا؟ + +447 +00:36:36,430 --> 00:36:39,330 +نشوف هال ايه التحاجة على ال source transformation + +448 +00:36:39,330 --> 00:36:44,790 +لو + +449 +00:36:44,790 --> 00:36:48,950 +أنا بدأت من الدائرة بتاعتي، في حد عايز اللي على + +450 +00:36:48,950 --> 00:36:49,670 +الصبورة؟ + +451 +00:37:02,180 --> 00:37:05,320 +عن غير قصد طولت أنا المثال والمثال كان أبسط بكثير + +452 +00:37:05,320 --> 00:37:08,500 +من هيك بس مش غلط استفدنا لإن أنا طولته وصعبته + +453 +00:37:16,680 --> 00:37:20,220 +في أي سؤال، أي استفسار نستغلها بالمزاملاتكم يكتبوه؟ + +454 +00:37:20,220 --> 00:37:23,200 +حضرتك إيش فرقت اللي هو اللي لما يقول independent + +455 +00:37:23,200 --> 00:37:28,000 +أو dependent في حل السؤال؟ يعني إيش فرقت؟ بفرقش، + +456 +00:37:28,000 --> 00:37:30,640 +أنا بس بدي أتأكد إنك بتفهم تميز بين independent و + +457 +00:37:30,640 --> 00:37:34,260 +dependent أنا بسألكوا السؤال هذا عشان أعرف إنه + +458 +00:37:34,260 --> 00:37:37,080 +صار واضح لكم مين هو ال independent source ومين ال + +459 +00:37:37,080 --> 00:37:39,440 +dependent source فبسأل هذا dependent ولا + +460 +00:37:39,440 --> 00:37:44,770 +independent؟ إيش رأيك؟ بس هي سؤال هذه مقاومة متأكدة + +461 +00:37:44,770 --> 00:37:47,550 +إنها مقاومة بس الحاجة اللي أنا حابة أن أتأكد إنها + +462 +00:37:47,550 --> 00:37:50,630 +وسط كل معلومة إن أنا أقدر أميز بين الـ dependent و + +463 +00:37:50,630 --> 00:37:53,750 +ال independent sources لما هي بتأثرش على حل السؤال + +464 +00:37:53,750 --> 00:37:56,710 +مجرد إن أنا بتتأكد إن الكل صار واضح له في هذه + +465 +00:37:56,710 --> 00:37:59,990 +اللحظة مين هو ال dependent و مين هو ال independent + +466 +00:37:59,990 --> 00:38:03,930 +source خلاص + +467 +00:38:03,930 --> 00:38:04,510 +نكمل + +468 +00:38:13,430 --> 00:38:16,670 +خلّيني نبدأ من الدائرة بتاعة ال voltage source و + +469 +00:38:16,670 --> 00:38:20,950 +المقاومة اللي على التوالي، يا عمتي معايا؟ نبدأ من + +470 +00:38:20,950 --> 00:38:24,550 +هاي جزيه، من دي كان أنا voltage source و مقاومة + +471 +00:38:24,550 --> 00:38:29,230 +على التوالي، هيك قالت بدايتها صح؟ R OVS و أنا قلت + +472 +00:38:29,230 --> 00:38:36,170 +إن هاي بتكافئ current source والمقاومة بصارت على + +473 +00:38:36,170 --> 00:38:38,590 +التوازي، أنا مش عارفة اللي حاسس في حال يسمع صوت + +474 +00:38:38,590 --> 00:38:41,320 +جوالولا من برا جاي؟ diff --git a/PL9fwy3NUQKwaAs6rNkQtAiaVf8dEDjWUy/-XvLCQbcuEQ_postprocess.srt b/PL9fwy3NUQKwaAs6rNkQtAiaVf8dEDjWUy/-XvLCQbcuEQ_postprocess.srt new file mode 100644 index 0000000000000000000000000000000000000000..377bfc1d0bf940302a3ea6a87277c0396b92ab3f --- /dev/null +++ b/PL9fwy3NUQKwaAs6rNkQtAiaVf8dEDjWUy/-XvLCQbcuEQ_postprocess.srt @@ -0,0 +1,1896 @@ +1 +00:00:21,330 --> 00:00:24,290 +بسم الله الرحمن الرحيم السلام عليكم ورحمة الله + +2 +00:00:24,290 --> 00:00:27,450 +وبركاته احنا اليوم ان شاء الله هنتبع موضوعنا ال + +3 +00:00:27,450 --> 00:00:30,550 +voltage divider و current divider احنا المحاضرة + +4 +00:00:30,550 --> 00:00:32,950 +الماضية شفنا ال voltage divider قولنا بساطة ال + +5 +00:00:32,950 --> 00:00:37,090 +voltage divider هو دائرة بيكون في عندي voltage + +6 +00:00:37,090 --> 00:00:41,750 +حوالين two elements مثلا هنا voltage source + +7 +00:00:46,400 --> 00:00:50,120 +حيققر واحد وحيققر تنين و هذا ال voltage حوالين ال + +8 +00:00:50,120 --> 00:00:53,680 +two elements بقدر اوزع هذا ال voltage حوالين + +9 +00:00:53,680 --> 00:00:57,180 +المقاومتين هدولة احنا قولنا ايه هو اهداف محدد ال + +10 +00:00:57,180 --> 00:00:59,400 +voltage divider لكن بالنسبالنا هدفنا ايش هو + +11 +00:00:59,400 --> 00:01:04,110 +استخدامه في تحليل الدوايالو أنا بدى الفوتش حوالين + +12 +00:01:04,110 --> 00:01:08,310 +R تنين قولنا بسميه مثلا V تنين و الفوتش حوالين R + +13 +00:01:08,310 --> 00:01:11,870 +واحد بسميه D واحد قولنا على طول بصير أسمع و ال V + +14 +00:01:11,870 --> 00:01:15,550 +تنين إيش بتساوي معايا R تنين bravo عليكم على R + +15 +00:01:15,550 --> 00:01:21,670 +واحدة زي ال R تنين ايه؟ تمامBS هلقيت إذا لاحظتوا + +16 +00:01:21,670 --> 00:01:24,490 +احنا لما اشتققنا المحاضرة الماضية ال voltage + +17 +00:01:24,490 --> 00:01:28,290 +حوالين R2 انا استخدمت ال polarity بتاعة ال VS و ال + +18 +00:01:28,290 --> 00:01:31,590 +polarity بتاعة V1 و V2 مالهم نفس الاتجاه يعني + +19 +00:01:31,590 --> 00:01:36,950 +مجموع V1 زي V2 أعطانا VS تمام ال polarity كانت ال + +20 +00:01:36,950 --> 00:01:40,690 +plus minus ال plus minus ال plus plus الإشارة طلعت + +21 +00:01:40,690 --> 00:01:44,210 +معنا على اشتقاق المحاضرة الماضية plus لكن نفترض + +22 +00:01:44,210 --> 00:01:48,330 +انه انا جاني سؤال في الامتحانوكان عندى فيه voltage + +23 +00:01:48,330 --> 00:01:54,450 +توزع على مقاومتين هى R1 وR2 وقال لي جيب ال voltage + +24 +00:01:54,450 --> 00:01:58,470 +V2 و هيك هو ماعطيني البولاراتين تتذكر ان احنا لما + +25 +00:01:58,470 --> 00:02:00,950 +اشتقينا القانون كانت البولاراتين مالها ال plus + +26 +00:02:00,950 --> 00:02:04,550 +minus نفس اتجاه ال source اللى توزع فإيش بضيف + +27 +00:02:04,550 --> 00:02:14,780 +إشارة سالبة ناقص R2 على R1 زائد R2 في DSنشتغل + +28 +00:02:14,780 --> 00:02:17,260 +مقاومة من الـ plus للميناس نشتغل مقاومة من ال plus + +29 +00:02:17,260 --> 00:02:19,460 +للميناس نشتغل مقاومة من ال plus للميناس نشتغل + +30 +00:02:19,460 --> 00:02:23,740 +مقاومة من ال plus للميناستوزع مقاومتين على التوالي + +31 +00:02:23,740 --> 00:02:28,180 +المقاومة الأولى R1 مقاومة التانية R2 V1 و V2 احنا + +32 +00:02:28,180 --> 00:02:32,020 +اشتقنا القانون المحاضرة الماضية على أساس ان plus + +33 +00:02:32,020 --> 00:02:36,840 +minus plus minus اذا V2 لانها بتساوي R2 على R1 زي + +34 +00:02:36,840 --> 00:02:41,480 +R2 VS وكانت البلغة موجبة على أساس ان plus minus + +35 +00:02:41,480 --> 00:02:45,860 +plus minus لكن لو أجبتني البلغة معاكسة يعني هذا هو + +36 +00:02:45,860 --> 00:02:50,200 +ال total voltage plus minusBS ويجب أن تكون + +37 +00:02:50,200 --> 00:02:55,000 +البولارة بهذا الشكل plus minus ينفع تاسيب هذا + +38 +00:02:55,000 --> 00:02:58,480 +الشكل؟ أه ممكن داش لأ بقى ده فرضي يمكن هو فرضلي + +39 +00:02:58,480 --> 00:03:04,980 +البولارة بهذا الشكل فإذا بحطلها إشارة سالبة مش + +40 +00:03:04,980 --> 00:03:07,100 +هلاقيتها للموضوع الجديد هذا طبعا ال voltage + +41 +00:03:07,100 --> 00:03:07,540 +divider + +42 +00:03:17,030 --> 00:03:19,470 +Voltage Divider زي ما انتوا شايفين مقاومتين على + +43 +00:03:19,470 --> 00:03:23,070 +التوالي يعني الطيار بيمر فيهم نفس الطيار، انتبهوا، + +44 +00:03:23,070 --> 00:03:30,750 +لكن لو انا مثلا جاني سؤال زي هيكين، + +45 +00:03:30,750 --> 00:03:34,550 +بينفع اقول ان V تنين ال voltage اللي حوالين R تنين + +46 +00:03:34,550 --> 00:03:39,510 +بساوي R تنين على R واحد زي رتينين في VS؟ لأ، لأن + +47 +00:03:39,510 --> 00:03:42,890 +احنا اشتقناها على أساس ان الطيار بيمر في R واحد وR + +48 +00:03:42,890 --> 00:03:46,930 +تين نفس الاشيلكن عشان انا اجيب V2 ممكن اعملها + +49 +00:03:46,930 --> 00:03:52,170 +ببساطة عشان اقول اذا حد عندي R3 اجيب المكافئة و + +50 +00:03:52,170 --> 00:03:58,350 +اقول ان V2 بتساوي R equivalent اللي هي R23 على R23 + +51 +00:03:58,350 --> 00:04:04,890 +زائد R1 في V أصللكن ماقدرش اقول انها R2 على R1 زاد + +52 +00:04:04,890 --> 00:04:08,970 +R2 ان السبب احنا اشتقناها على اساس ان الطيار هو + +53 +00:04:08,970 --> 00:04:15,930 +نفسه المر في R1 في R2 بدون R3 بدون R3 بنسميه + +54 +00:04:15,930 --> 00:04:22,370 +voltage divider without + +55 +00:04:22,370 --> 00:04:29,430 +loadغالبا احنا بنسمي R3 هدي RL يعني load يعني + +56 +00:04:29,430 --> 00:04:33,250 +الجهاز تبعي بالاخرى انا بتعظيف الجهاز تبعي على ال + +57 +00:04:33,250 --> 00:04:37,530 +system اللي أمامي لما تكون هذا بدون ال R3 without + +58 +00:04:37,530 --> 00:04:47,510 +RL لكن مع وجود ال RL with load ايوة ساميه voltage + +59 +00:04:47,510 --> 00:04:48,770 +divider with + +60 +00:04:51,360 --> 00:04:54,680 +اللي بده أن تبهله النقطة اللي حكيتها في كل الأحوال + +61 +00:04:54,680 --> 00:04:57,920 +عشان أجيب هذا ال voltage لازم يكون R1 والمقامة + +62 +00:04:57,920 --> 00:05:01,980 +التانية على التوليد واضح هيك احنا اشتقنا القانون + +63 +00:05:01,980 --> 00:05:05,700 +ان طيار بمر فيهم نفس الطيار هذا بالنسبة لل voltage + +64 +00:05:05,700 --> 00:05:09,800 +divider نشوف ال current divider في حد عنده اي سؤال + +65 +00:05:09,800 --> 00:05:14,290 +حتي هنا على ال voltage dividerبدون load يعني بدون + +66 +00:05:14,290 --> 00:05:18,770 +ال R تلاتة بدون هاي لكن مع ال load اللي هي وجود ال + +67 +00:05:18,770 --> 00:05:23,590 +R تلاتة اللي أنا سميتها R load ال load طبعا هذا ال + +68 +00:05:23,590 --> 00:05:29,790 +L معناه R load ال load اللي هو الجهاز اللي أنا بدي + +69 +00:05:29,790 --> 00:05:35,170 +أشغله علها قيمة هذا ال voltage تمام؟ + +70 +00:05:35,170 --> 00:05:39,670 +في اي استفسار لحد هنا تاني؟ استفسار تاني؟ممتاز + +71 +00:05:39,670 --> 00:05:42,350 +نيجي على ال current divider احنا ال voltage + +72 +00:05:42,350 --> 00:05:45,350 +divider كلنا اتفقنا ان انا عشان اقسم ال voltage + +73 +00:05:45,350 --> 00:05:48,830 +بحط مقاومات على التوالي عشان اجزق ال voltage طب + +74 +00:05:48,830 --> 00:05:51,410 +انا لو بدى اجزق الطيار على التوازي تمام bravo + +75 +00:05:51,410 --> 00:05:54,970 +عليكم بكون انا عندى طيار كبير و انا مش محتاجاه كله + +76 +00:05:54,970 --> 00:05:57,750 +انا بدى جزء من هذا الطيار فعشان اعمل current + +77 +00:05:57,750 --> 00:06:01,650 +divider بدى احط مقاومات على التوازي مع ال current + +78 +00:06:01,650 --> 00:06:06,110 +source مع مصدر الطيارفال current source بيكون شكله + +79 +00:06:06,110 --> 00:06:11,070 +كالتالي في عندي current source وعندي مقاومتين على + +80 +00:06:11,070 --> 00:06:18,270 +التوازن مثلا R1 وR2 اللي + +81 +00:06:18,270 --> 00:06:23,330 +بيصير أنه بتجزأ هذا التيار IS بتجزأ جزء منه بمر في + +82 +00:06:23,330 --> 00:06:28,350 +R1 اللي هسميه I1 وجزءه هيمر في R2 اللي هسميه I2 + +83 +00:06:28,350 --> 00:06:34,070 +لكن ال voltage حواليهم كلهم إشماله سادتيعني عندي + +84 +00:06:34,070 --> 00:06:41,710 +I1 إيش بتساوي V على R1 صح؟ + +85 +00:06:41,710 --> 00:06:47,370 +وعندي IS هو ال total current إيش بتساوي V على + +86 +00:06:47,370 --> 00:06:53,320 +المكافئة V على المكافئة على R equivalentاليه مينار + +87 +00:06:53,320 --> 00:07:00,540 +equivalent R1 في R2 على R1 زاد R2 V على R1 في R2 + +88 +00:07:00,540 --> 00:07:08,860 +على R1 زاد R2، بتصير فوق، طبعا، إذا بدي أعوض عن V، + +89 +00:07:08,860 --> 00:07:17,700 +بدي ألاقي it IS V بتحت ساوي R1 في R2 على R1 زاد R2 + +90 +00:07:17,700 --> 00:07:18,760 +في IS + +91 +00:07:21,450 --> 00:07:30,230 +أعود I1 بيهات ساوي R1 في R2 على R1 زائد R2 ومانساش + +92 +00:07:30,230 --> 00:07:37,910 +ال R1 في IS I .. R1 بتروح مع R1 بتصير عندي R2 اذا + +93 +00:07:37,910 --> 00:07:48,750 +I1 بيهات ساوي R2 على R1 زائد R2 في مين؟ في ISكمان + +94 +00:07:48,750 --> 00:07:51,570 +مرّا، إيش إحنا عملناه؟ عند I, S يتوزع، إحنا عندنا + +95 +00:07:51,570 --> 00:07:54,670 +V على الـ3 elements نفس الـV لأن هم elements على + +96 +00:07:54,670 --> 00:07:59,730 +التوازي، V بتساوي I1 في R1 وبرضه V بتساوي I, S في + +97 +00:07:59,730 --> 00:08:03,670 +المكافئة، اللي هي مين المكافئة؟ قلنا R1 في R2 على + +98 +00:08:03,670 --> 00:08:07,850 +R1 زي R2، من المتابعة اللي تبعناها الإشتقاق بتطلع + +99 +00:08:07,850 --> 00:08:15,500 +أن قيمة I1 اللي بتمر في I, Sعداش قيمتها؟ R2 مش هي + +100 +00:08:15,500 --> 00:08:18,960 +.. شوف ال voltage divider اللي بتحسب ال voltage + +101 +00:08:18,960 --> 00:08:23,280 +حوالها في ال current divider المقامة الموازية + +102 +00:08:23,280 --> 00:08:26,960 +للمقامة اللي بتحسب الطيارة المحور فيها على مجموع + +103 +00:08:26,960 --> 00:08:31,660 +المقامتين في IS إذا I1 بتساوي R2 اللي هي المقامة + +104 +00:08:31,660 --> 00:08:37,920 +الموازية على R1 plus R2 ومجموع المقامتين في IS I2 + +105 +00:08:37,920 --> 00:08:52,030 +على غرار إيش هتكون؟ R1على R1 زائد R2 في I بس تمام + +106 +00:08:52,030 --> 00:08:55,630 +والإشارات موجبة لأنه إحنا الطيار ماله في اتجاه ال + +107 +00:08:55,630 --> 00:08:58,350 +voltage ال drop أخدتها بعين الحسبين لما حسبت ال I + +108 +00:08:58,350 --> 00:09:02,610 +و ال V العلاقات هنا كلها موجبة أن الطيار في اتجاه + +109 +00:09:02,610 --> 00:09:06,370 +ال voltage ال drop كمان مرة لو أنا إجاني مثال أو + +110 +00:09:06,370 --> 00:09:09,490 +سؤال في الامتحان و قال اللي بدي I2 اللي هيك + +111 +00:09:09,490 --> 00:09:14,460 +اتجاههابرجعش اشطق بحط سالب على طول بقول انه في هذا + +112 +00:09:14,460 --> 00:09:23,440 +المثال I2 هتساوي سالب R1 على R1 زاد R2 في IS ليش؟ + +113 +00:09:23,440 --> 00:09:26,840 +لأن احنا اشطقينا و هي العلاقة موجبة بين ال voltage + +114 +00:09:26,840 --> 00:09:29,780 +و ال current لك لو هو جابني مثال اللي بتكونش + +115 +00:09:29,780 --> 00:09:31,720 +العلاقة موجبة بين ال voltage و ال current على طول + +116 +00:09:31,720 --> 00:09:36,130 +بحط الإشارة السالبة برجعش اشطقبدنا نعتمد ان احنا + +117 +00:09:36,130 --> 00:09:38,730 +فاهمين ال voltage divider و current divider و + +118 +00:09:38,730 --> 00:09:41,950 +استعين فيهم في تحليل الدوائر و هلقت هنشوف مثال كيف + +119 +00:09:41,950 --> 00:09:47,810 +بستخدمهم لتحليل الدوائر هناخد مثال و نحله مع بعض + +120 +00:09:47,810 --> 00:09:55,290 +في اي سؤال لحد هنا؟ نحل المثال مع بعض؟ طيب هنشوف + +121 +00:09:55,290 --> 00:09:58,430 +كيف احنا بدناياهم احنا قولنا طبعا في المختبر اللي + +122 +00:09:58,430 --> 00:10:02,350 +هم اهدافهم لكن بالنسبالنا احنا مالنا بس بنستخدمهم + +123 +00:10:02,350 --> 00:10:03,470 +لتحليل الدوائر + +124 +00:10:10,870 --> 00:10:18,190 +هنشوف المثال المثال عندي أنا دائرة فيها إيش هذا + +125 +00:10:18,190 --> 00:10:24,070 +نوعه؟ إيش هذا نوعه؟ independent current source + +126 +00:10:24,070 --> 00:10:27,230 +bravo عليكم independent current source كنتوا عشرة + +127 +00:10:27,230 --> 00:10:33,190 +أمبير في عندي مقاومة قيمتها ست عشر أم وعندي كمان + +128 +00:10:33,190 --> 00:10:37,770 +مقاومة قيمتها واحد وست من عشرة أم وكمان مقاومة + +129 +00:10:40,670 --> 00:10:49,510 +بس هعدلهم اي + +130 +00:10:49,510 --> 00:10:55,310 +واحد وست من عشرة اوم اربعة اوم وانا عندي ستة اوم + +131 +00:10:55,310 --> 00:11:04,090 +يعطيني هنا التيار I0 وطالب مني ان احسب ال power + +132 +00:11:05,500 --> 00:11:11,320 +اللي dissipated على ال 6 Ohm باستخدام اللي هو ال + +133 +00:11:11,320 --> 00:11:14,580 +current divider و ال voltage divider عم تستعينها + +134 +00:11:14,580 --> 00:11:19,840 +لقيتها بالطريقة الجديدة بدي + +135 +00:11:19,840 --> 00:11:22,300 +أنا أجيب اللي هي ال power ع ال 6 Ohm عشان أجيبها + +136 +00:11:22,300 --> 00:11:24,260 +يبدأ أجيب ال voltage اللي حوالها و التيار اللي + +137 +00:11:24,260 --> 00:11:30,840 +حوالها صحيح و كمان بده I naughtهذه الحاجتين اذا + +138 +00:11:30,840 --> 00:11:35,320 +انا عشان اجيب ال power اللى حوالين الست اوم لازم + +139 +00:11:35,320 --> 00:11:37,680 +نيق ال voltage اللى حوالها تير اللى حوالها هو بدي + +140 +00:11:37,680 --> 00:11:40,940 +يعني استعين بحاجتين ال current divider و ال + +141 +00:11:40,940 --> 00:11:46,000 +voltage divider اذا ان كانأول حاجة طبعا احنا + +142 +00:11:46,000 --> 00:11:50,240 +عارفين انه الستة والاربعة مقالهم على التوازي هى + +143 +00:11:50,240 --> 00:11:53,280 +المعلومات احنا عارفينها سادقة على التوالي مع + +144 +00:11:53,280 --> 00:11:57,760 +الواحد وستة ام خلينا نكتبهم ونعيد رسم الدائرة + +145 +00:11:57,760 --> 00:12:01,400 +بالمعلومات اللى احنا عارفناها مع بعض عند عشرة + +146 +00:12:01,400 --> 00:12:06,860 +أمبير في عندي الست عشر ام و هدولة هتكون المكافأة + +147 +00:12:06,860 --> 00:12:10,300 +اتاعتهم اللى يميل المكافأة اتاعتهم بمرفيها I not + +148 +00:12:10,300 --> 00:12:17,890 +اللى ايش بتساول اربعة على التوازيR equivalent لهاي + +149 +00:12:17,890 --> 00:12:22,290 +جزئية بتساوي + +150 +00:12:22,290 --> 00:12:27,890 +المقاومتين هدولة على التوازن ب 4 ضرب 6 على 4 زائد + +151 +00:12:27,890 --> 00:12:32,750 +6 زائد لإن هالمكافئة أتعتهم بتصير على التواليم 1 و + +152 +00:12:32,750 --> 00:12:40,570 +6 من 10 عداش المكافئة لهدولة؟ عداش هدولة؟ 2 و 4 من + +153 +00:12:40,570 --> 00:12:45,650 +10 صح؟2 أربع من عشرة زائد واحد ستة من عشرة اللي هي + +154 +00:12:45,650 --> 00:12:51,430 +بها تكون أربع أم صحيح؟ طيب + +155 +00:12:51,430 --> 00:12:57,470 +هلقيت مكافأة اللي هي أربع أم بمور فيها مين I node + +156 +00:12:57,470 --> 00:13:00,450 +اللي هو برضه I node بمور في مين الواحد وستة من + +157 +00:13:00,450 --> 00:13:04,010 +عشرة والمكافأة للأربع والستة + +158 +00:13:07,150 --> 00:13:10,310 +هلاقي تتطلعوا على هذا الشكل اللي وصل ناره، في عندي + +159 +00:13:10,310 --> 00:13:14,890 +current source ومقاومتين منهم على التوازي، هذا إيش + +160 +00:13:14,890 --> 00:13:19,590 +شكله؟ current divider، bravo عليكم، هذا current + +161 +00:13:19,590 --> 00:13:23,170 +divider، عندي current source اتوزع على مقاومتين + +162 +00:13:23,170 --> 00:13:26,050 +منهم وصلين معاها على التوازي، إذا I note بقدر + +163 +00:13:26,050 --> 00:13:30,490 +أجيبها ولا لأ؟ بقدر أجيبها، I note إيش بيه هتساوي؟ + +164 +00:13:30,490 --> 00:13:35,630 +يلا نقلوني أنا مش متذكرةنقلوني زى ما أنا قلتليش مش + +165 +00:13:35,630 --> 00:13:41,270 +هعرف خليني أسملكم مقامات هى R1 و هى R equivalent + +166 +00:13:41,270 --> 00:13:48,810 +نقلوني بدي I ندت R1 قلنا مش المقامة اللى بحسب فيها + +167 +00:13:48,810 --> 00:13:56,190 +تيار الموازية على R1 زي R equivalent في مين؟ في I + +168 +00:13:56,190 --> 00:14:01,220 +اللى هسميها ISطبعا و ليش هاخدها موجة بقى لإن احنا + +169 +00:14:01,220 --> 00:14:03,760 +التيار ماله توزع بهذا الشكل يعني انا بحطت ال + +170 +00:14:03,760 --> 00:14:08,480 +voltage الاتجاه اللي احنا حكينا عنه ماعش زائد R1 + +171 +00:14:08,480 --> 00:14:16,040 +قيمتها 16 على 16 زائد 4 في اللي هي 10 أمبير 16 على + +172 +00:14:16,040 --> 00:14:24,600 +20 في اللي هو 10 هتعطينا 8 أمبير ممتاز دعيني + +173 +00:14:24,600 --> 00:14:25,420 +أنضمها شوية + +174 +00:14:33,540 --> 00:14:37,280 +ممتاز اذا ان انا عرفت I node اذا ما انتوا شايفينها + +175 +00:14:37,280 --> 00:14:41,200 +I node اللي بتمر في واحد وستة من عشرة ايش بيصير + +176 +00:14:41,200 --> 00:14:45,900 +لها؟ بتتوزع القوامتين هدولة؟ انا بدي الباور بتاعة + +177 +00:14:45,900 --> 00:14:49,920 +ستة أم اذا بقدر اجيب التيار اللي على ستة أم هسمي I + +178 +00:14:49,920 --> 00:14:55,840 +ستة أم لان مافيش عندى كمان واحدة ستة أم I ستة أمI + +179 +00:14:55,840 --> 00:15:02,220 +ستة اوم مش بده يساوي، حد محتاج هذه او هاي I ستة + +180 +00:15:02,220 --> 00:15:05,760 +اومي اللي هتغششوني هنا في عندي current divider، + +181 +00:15:05,760 --> 00:15:11,080 +مين هو ال current divider؟ I نود اتوزع على الأربعة + +182 +00:15:11,080 --> 00:15:15,100 +والستة هنا صار عندي كمان مرة مجزقة طيار ال I نود + +183 +00:15:15,100 --> 00:15:18,740 +اتجزأت على الأربعة والستة فقداش كيمة الطيار مور في + +184 +00:15:18,740 --> 00:15:27,070 +الستة اوم؟ أربعةاربع على اربع زائد ستة في I naught + +185 +00:15:27,070 --> 00:15:33,050 +اللي هي قداش طلعناها تمانية اذا اربع على عشرة في + +186 +00:15:33,050 --> 00:15:42,440 +تمانية اللي هي تلاتة اثنين من عشرة انبعاط تمام؟أذا + +187 +00:15:42,440 --> 00:15:46,520 +هنا احنا استخدمنا ال current divider ايش هو طالب + +188 +00:15:46,520 --> 00:15:50,480 +مني ال power اللي على ال 6 Ohm انا كيف سهلت علي + +189 +00:15:50,480 --> 00:15:52,980 +أشياء كتير سهل علي استخدامها لو تحاولوا تحلوا نفس + +190 +00:15:52,980 --> 00:15:55,280 +السؤال ع كرشوف current لو وكرشوف voltage لو + +191 +00:15:55,280 --> 00:15:58,280 +هتلاقوا انه هياخد منكم جهد أكبر بكتير من اللي + +192 +00:15:58,280 --> 00:16:02,100 +أخدناها حاليا ال power اللي على 6 Ohm احنا اتفقنا + +193 +00:16:02,100 --> 00:16:05,180 +يا بيكفيني يا ال current يا بيكفيني ال voltage انا + +194 +00:16:05,180 --> 00:16:11,580 +جبت ال current ايش هقول I 6 Ohm تربيع فئل هي ال 6 + +195 +00:16:11,580 --> 00:16:16,960 +Ohmو طبعا انا بثقة بحط plus لإن احنا اشتقناها و + +196 +00:16:16,960 --> 00:16:20,060 +أثبتنا انه دايما المقاومة لها dissipative دايما + +197 +00:16:20,060 --> 00:16:23,940 +absorb واقف فبقلقش في الزائد على طول معرفة انها + +198 +00:16:23,940 --> 00:16:28,180 +زائد لذا تلاتة و اتنين من عشرة لكل تربية في اللي + +199 +00:16:28,180 --> 00:16:41,160 +هو الستة بدها تعطيني ال power في القت في + +200 +00:16:41,160 --> 00:16:45,730 +حد عنده أي سؤال؟احنا ماتبنحكي عن current divider، + +201 +00:16:45,730 --> 00:16:48,350 +الحكاية دي لما يكون في مقاومتين و عندهم مصطلح .. ع + +202 +00:16:48,350 --> 00:16:50,570 +التوازي، مقاومتين ع التوازي بيقول .. لازم ان يكون + +203 +00:16:50,570 --> 00:16:53,050 +ع التوازي؟ اه طبعا، مقاومتين ع التوازي هي اللي + +204 +00:16:53,050 --> 00:16:56,710 +بيجزقلي الطيار، ماشيكت فاقنا؟ current divider او + +205 +00:16:56,710 --> 00:16:58,890 +.. مين بيبقى بيجزق الطيار عشان مقاومات اللي ع + +206 +00:16:58,890 --> 00:17:02,010 +التوازي؟ مقاومات ع التوالي مالها بتجزقش الطيار، + +207 +00:17:02,010 --> 00:17:05,150 +الطيار نفسه بيمر فيها، لكن لو كانوا مقاومتين على + +208 +00:17:05,150 --> 00:17:10,700 +التوازي بتجزق فيهم الطيارفي اي سؤال كمان ماروح؟ في + +209 +00:17:10,700 --> 00:17:14,520 +اي سؤال لحد هنا؟ واضح الموضوع؟ مش اي سفسار تمام + +210 +00:17:14,520 --> 00:17:18,380 +احنا اليوم الحاجة الجديدة شفناها مع بعض اللي هو ال + +211 +00:17:18,380 --> 00:17:21,480 +current divider زي ما انتوا شايفين في الدائرة اللي + +212 +00:17:21,480 --> 00:17:26,160 +أمامنا هذه أزاء الدائرة يعني لو شفنا هذا المنظر + +213 +00:17:26,160 --> 00:17:29,660 +برضه هذا current divider يعني تيار ماله اتوزع على + +214 +00:17:29,660 --> 00:17:35,710 +مقامتين قدش تيار فئر واحد اش بيساوي مع بعض؟I اتنين + +215 +00:17:35,710 --> 00:17:40,670 +على I واحد زايد I اتنين I S ف I Total ممتازين اذا + +216 +00:17:40,670 --> 00:17:43,490 +انا عندي Current Divider معناه ان في عندي مقاومتين + +217 +00:17:43,490 --> 00:17:47,670 +على التوازي وفي عندي اللي هو قيمة ال total اللي + +218 +00:17:47,670 --> 00:17:49,990 +توزعت عليهم و هذا ال voltage divider اللي احنا + +219 +00:17:49,990 --> 00:17:53,210 +شوفناه قبل هيكي لو كان هذا أزاق من الدقر لكن عندي + +220 +00:17:53,210 --> 00:17:56,050 +voltage total حوالين المقاومتين اللي على التوالي + +221 +00:17:56,050 --> 00:18:00,670 +بقدر أجيب ال voltage حوالين R واحد مش مساوينR1 على + +222 +00:18:00,670 --> 00:18:07,610 +R1 زائد R2 في V ال S في ال V Total ماعلكوا ساكتوا + +223 +00:18:07,610 --> 00:18:10,790 +خلتوها بس تحكييني لحالها خلاص سركنتوا عليها + +224 +00:18:10,790 --> 00:18:14,850 +المدوبة فبقوا مع بعض وقولوا ليش ال voltage على R2 + +225 +00:18:14,850 --> 00:18:21,930 +يلّا R1 على R1 زائد R2 في V Total ممتازين + +226 +00:18:28,700 --> 00:18:31,880 +هذه النقطة اللي انا حكيتلكم عليها اللي لو كان عندي + +227 +00:18:31,880 --> 00:18:34,920 +الإشارات عكس الإشارات يعني احنا اشتقنا لما كان + +228 +00:18:34,920 --> 00:18:37,660 +plus minus و بعدين ايش قاللي انا بدي هذا ال + +229 +00:18:37,660 --> 00:18:44,080 +voltage plus minus ايش بسوي سالب R1 على R1 زاد R2 + +230 +00:18:44,080 --> 00:18:45,040 +في total + +231 +00:18:48,190 --> 00:18:51,110 +أو كمان نفس الحاجة لل current احنا مش للقنعة و هي + +232 +00:18:51,110 --> 00:18:54,390 +تائمة وزعين يعني هذا التيار بروحك و هيك لكن لو + +233 +00:18:54,390 --> 00:18:58,790 +اجان العكس ايش بقول سالب يلا معايا سالب ايش ال + +234 +00:18:58,790 --> 00:19:04,270 +current IQ ايش بيساو سالب I اتنين على الرحل دار + +235 +00:19:04,270 --> 00:19:06,790 +تنين في I total ممتازين + +236 +00:19:12,710 --> 00:19:15,830 +الجزء من المحاضرة احنا خلصناها وان شاء الله هنبدأ + +237 +00:19:15,830 --> 00:19:19,070 +الجزء التاني من المحاضرة اللي هو اليوم هنحكي عن + +238 +00:19:19,070 --> 00:19:23,370 +حاجة اسمها ال source transformation ايش هي ال + +239 +00:19:23,370 --> 00:19:26,610 +source transformation؟ + +240 +00:19:26,610 --> 00:19:27,350 +source transformation + +241 +00:19:55,290 --> 00:19:58,090 +source transformation ايش ال source transformation + +242 +00:19:58,090 --> 00:20:01,850 +ال source transformation بقول لو كان انا عندي + +243 +00:20:01,850 --> 00:20:09,190 +voltage source و مقامة على التوالي هذا voltage + +244 +00:20:09,190 --> 00:20:14,340 +sourceبكافئ حتى لازال احنا مافيهاش في الدوائر + +245 +00:20:14,340 --> 00:20:17,260 +المكافئة في الدوائر المكافئة شوفنا مين دوائر + +246 +00:20:17,260 --> 00:20:20,280 +مكافئة مقامة على التوالي ومقامة على التوازي بقدر + +247 +00:20:20,280 --> 00:20:25,300 +أجيبهم مكافئة لهم هنا بقوللي ان هذه الدائرة اللي + +248 +00:20:25,300 --> 00:20:28,820 +بتتكون من voltage source ومقامة على التوالي بتكافئ + +249 +00:20:28,820 --> 00:20:34,440 +بالتمام دائرة بتحتوي على current source ومقامة على + +250 +00:20:34,440 --> 00:20:35,240 +التوازي + +251 +00:20:37,730 --> 00:20:44,750 +اللي هي نفس قيمة R وهنا I S عشان نعرفش العلاقة بين + +252 +00:20:44,750 --> 00:20:55,990 +VS و IS بدنا نحط .. نسكر الدائرة ب R load الجزء + +253 +00:20:55,990 --> 00:20:59,510 +الأولاني من R load بيقول لي إيه؟ إذا أنا مرأت تيار + +254 +00:20:59,510 --> 00:21:05,270 +مصاحب ال VS هيمور في R load، التيار R load، I load + +255 +00:21:05,270 --> 00:21:12,530 +إذا هذه الدائرةبالتمام مكافئة لهذه الدائرة احنا + +256 +00:21:12,530 --> 00:21:16,750 +قلنا مش لازم تتغير الدائرة اي حاجة هي اللي انا + +257 +00:21:16,750 --> 00:21:19,470 +بغيرها ديروا بالكم اللي هي ال voltage source و + +258 +00:21:19,470 --> 00:21:22,610 +المقامة بدي اغيرها بقرار ال source و المقامة اذا + +259 +00:21:22,610 --> 00:21:26,670 +قولت انه هنا اللي بمر في ال R load هو IL لازم برضه + +260 +00:21:26,670 --> 00:21:31,570 +يمر هنا ILمش لازم تشعر بتغير أي إشي يعني إذا ال + +261 +00:21:31,570 --> 00:21:36,830 +load عندي كان موصول مع VsR على التوالي و قمت هذا + +262 +00:21:36,830 --> 00:21:40,250 +الجزء و قلت إنه بكافه current source مقاومة على + +263 +00:21:40,250 --> 00:21:43,490 +التوازي ال R load مش لازم تحصل عليها أي تغير مش + +264 +00:21:43,490 --> 00:21:47,450 +لازم تحس التغير إذا كان بمور فيها I load لازم نضله + +265 +00:21:47,450 --> 00:21:51,590 +I load صح معايا؟ هيك اتفاقنا المكافئة ألا لو أنا + +266 +00:21:51,590 --> 00:21:56,670 +عندي دائرةو أنا قيمت جزء واستبدلته بجزء تاني باقي + +267 +00:21:56,670 --> 00:21:59,490 +الدقرة مش لازم يشعر أنا مين هذا الجزء اللي بقيمه و + +268 +00:21:59,490 --> 00:22:03,190 +بستبدله اللي هي ال voltage source و المقاومة على + +269 +00:22:03,190 --> 00:22:05,730 +التوازن اللي بقيمه و بقول بدي أحط بدله current + +270 +00:22:05,730 --> 00:22:10,390 +source و المقاومة على التوازن معايا؟ إذا معناه هيك + +271 +00:22:10,390 --> 00:22:13,690 +باقي الدقرة هي ومين R load مش لازم تشعر بأي تغيير + +272 +00:22:13,690 --> 00:22:17,410 +معناه إذا أنا قلت في هذه الجهة إن الطيارة المور في + +273 +00:22:17,410 --> 00:22:20,510 +R load هو I load مش لازم يتغير الطيارة المور فيها + +274 +00:22:20,510 --> 00:22:24,250 +في هذه الحالةمش تازم تشعر بالتغيير إذا بالفعل هذا + +275 +00:22:24,250 --> 00:22:28,130 +جزء بالكافة هذا جزء طب إيش I load بساوي؟ I load + +276 +00:22:28,130 --> 00:22:32,970 +بساوي هذا إيش نوعه؟ مين قول إيش هذا؟ Bravo عليكم + +277 +00:22:32,970 --> 00:22:36,230 +voltage divider مين اللي حكت؟ ممتازين هذا voltage + +278 +00:22:36,230 --> 00:22:41,030 +divider إيش قيمة ال voltage اللي حوالين R load؟ + +279 +00:22:41,030 --> 00:22:48,100 +إيش ال voltage؟R load على R زائد R load في VS إذا + +280 +00:22:48,100 --> 00:22:52,080 +عرفت ال voltage بقدر أجيب ال IL مثلا هي حالة أو + +281 +00:22:52,080 --> 00:22:54,760 +طريقة تانية أشبه أجيب ال IL من وين على طول بقوا ال + +282 +00:22:54,760 --> 00:23:00,960 +VS على مجموعة مقاومتين، صح؟ إذا عند ال IL إيش + +283 +00:23:00,960 --> 00:23:10,670 +بيساوي VS على R زائد R loadإذا اتفقنا إن I L ما + +284 +00:23:10,670 --> 00:23:13,970 +تتغيراش، إيش معناه؟ إن I L مش لازم تتغير بعد ما + +285 +00:23:13,970 --> 00:23:17,930 +استبدلت الدائرة، طب هاي الدائرة إيش شكلها؟ current + +286 +00:23:17,930 --> 00:23:21,690 +divider، مين بيحكوا بصوت واطي؟ عالوا صوتكم، هذه + +287 +00:23:21,690 --> 00:23:26,870 +current divider، إيش قيمة I L من current divider؟ + +288 +00:23:26,870 --> 00:23:34,170 +R يعني، مش عارفة، bravo + +289 +00:23:34,170 --> 00:23:41,730 +عليكم، إذا في هذه الحالة I L تساويR على R زي R + +290 +00:23:41,730 --> 00:23:48,130 +load في I S احنا اتفقنا لأول + +291 +00:23:48,130 --> 00:23:58,000 +معادلة في Rلأ IL بتساوي VS على R زايد RL تمام هنا + +292 +00:23:58,000 --> 00:24:04,860 +IL بتساوي R على R زايد RL في IS استعنى في أولها كم + +293 +00:24:04,860 --> 00:24:07,860 +ممكن استخدم ال voltage divider ان اجيب أول ال + +294 +00:24:07,860 --> 00:24:12,620 +voltage و بعدين اقول V على RL بتعطيني IL احنا + +295 +00:24:12,620 --> 00:24:18,810 +اتفقنا إذاهذه الدائرة تكافئ هذه الدائرة، لذلك RL + +296 +00:24:18,810 --> 00:24:21,690 +لا يجب أن تشعر بأي تغيير، معناه I L I يجب أن تسوى + +297 +00:24:21,690 --> 00:24:30,070 +I L I، صح؟إذا معناه إن Vs على R زائد RL لازم تساوي + +298 +00:24:30,070 --> 00:24:37,870 +R على R زائد RL في IS المقام لا يساوي zero بقدر + +299 +00:24:37,870 --> 00:24:44,890 +أقسم عليه إذا في هذه الحالة Vs لازم تساوي R في IS + +300 +00:24:47,230 --> 00:24:50,730 +يعني بمعنى لو أنا كنت عارفة قيمة Vs اللي هي خمسة + +301 +00:24:50,730 --> 00:24:55,570 +بوات وR بتساوي تلاتة امر وبدي احط ال equivalent + +302 +00:24:55,570 --> 00:25:01,970 +لها، عطول بقول IS شو بيها الساوي؟ Vs على R اللي هي + +303 +00:25:01,970 --> 00:25:08,170 +خمسة على تلاتة وهذه نفس الـR، ماتغيرتش، اللي هي + +304 +00:25:08,170 --> 00:25:12,930 +التلاتةواضح ايش معناه؟ اذا انا بقول او هذه ال + +305 +00:25:12,930 --> 00:25:15,750 +source transformation ال source transformation + +306 +00:25:15,750 --> 00:25:19,390 +ببساطة ايش بتقوللي ان لو كان عندي voltage source و + +307 +00:25:19,390 --> 00:25:23,770 +مقاومة معاها على التوالي بقدر انا اقيمهم واستبدلهم + +308 +00:25:23,770 --> 00:25:27,330 +current source و مقاومة على التوازن هاي المقاومة + +309 +00:25:27,330 --> 00:25:30,890 +نفس المقاومة قيمة ال voltage و ال current لازم + +310 +00:25:30,890 --> 00:25:39,270 +يكون بينهم هاي العلاقة انه vsتساوي R في IS عشان + +311 +00:25:39,270 --> 00:25:42,910 +التم ال equivalency إذا ما اتحققش هذا الشرط أكيد + +312 +00:25:42,910 --> 00:25:47,090 +هذه الدائرة بتكافئش هذه الدائرة عشان الدائرة بتاعة + +313 +00:25:47,090 --> 00:25:50,230 +current source و مقاومة على التوازي تكافئ ال + +314 +00:25:50,230 --> 00:25:53,210 +voltage source و مقاومة على التوالي لازم تكون + +315 +00:25:53,210 --> 00:26:00,600 +العلاقة بين VS و IS أن VS بتساوي R في IS واضح؟فرضه + +316 +00:26:00,600 --> 00:26:04,760 +هنستفيد منها بالتحليل يعني مية مية احنا طبعا الهدف + +317 +00:26:04,760 --> 00:26:09,000 +منه اذا في حد عنده current source و مقاومة يستخدمه + +318 +00:26:09,000 --> 00:26:11,640 +بس ماروحش revolt ال source و مقاومة على التوالي + +319 +00:26:11,640 --> 00:26:15,260 +بيقدر يستخدم البديل لكن بالنسبالنا احنا هنستعين + +320 +00:26:15,260 --> 00:26:18,780 +فيها لتحليل الدواير هنستعين بال source + +321 +00:26:18,780 --> 00:26:24,160 +transformation عشان احلل الدواير هنشوف + +322 +00:26:24,160 --> 00:26:31,490 +مثال مع بعضمستعدين للمثال؟ تفضل تفضل تفضل تفضل + +323 +00:26:31,490 --> 00:26:40,890 +تفضل تفضل تفضل + +324 +00:26:40,890 --> 00:26:47,850 +تفضل تفضل + +325 +00:26:47,850 --> 00:26:56,290 +تفضل تفضل تفضل تفضل تفضل تفضلإيش العلاقة بينهم؟ + +326 +00:26:56,290 --> 00:26:58,170 +يعني أنا لازم أفرجيك إيش العلاقة بينهم؟ أنا أشتقت + +327 +00:26:58,170 --> 00:27:01,790 +العلاقة بينهم ببساطة كممكن أقولك إن IS لازم تساوي + +328 +00:27:01,790 --> 00:27:05,690 +BS على R بس أنا فرجيتك إن هي لازم تكون هذا أثبتت + +329 +00:27:05,690 --> 00:27:09,630 +لك هي إذا عشان أنا أستبدل voltage source ومقاومة + +330 +00:27:09,630 --> 00:27:12,770 +على التوالي current source ومقاومة على التوازي + +331 +00:27:12,770 --> 00:27:16,190 +قيمة المقاومة لازم تظهر نفسها و current source + +332 +00:27:16,190 --> 00:27:19,490 +بيساوي BS على R واضح؟ + +333 +00:27:22,480 --> 00:27:33,260 +نشوف مثال على ال source transformation المثال + +334 +00:27:33,260 --> 00:27:39,120 +بيقول أنا عندي fault source إيش نوع هذا ال fault + +335 +00:27:39,120 --> 00:27:46,340 +source؟ إيش نوع؟ dependent إيش نوع؟ independent + +336 +00:27:46,340 --> 00:27:53,210 +independent مالكه independent fault sourcefilm2 + +337 +00:27:53,210 --> 00:28:01,970 +سابق، معروفة، independent، لا يعتمد على أحد، زي ان + +338 +00:28:01,970 --> 00:28:04,690 +شاء الله حالتكم يعني، ماتعتمدوش ان شاء الله على حد + +339 +00:28:04,690 --> 00:28:06,330 +الا عرب العالمين يعني + +340 +00:28:27,320 --> 00:28:30,380 +المطلوب مني أن أجيب ال power إلا على الستة أم + +341 +00:28:30,380 --> 00:28:35,760 +السؤال بيقول ليه بدي ال power إلا على الستة أم و + +342 +00:28:35,760 --> 00:28:39,500 +بدي أستعين بال source transformation في حل هذا + +343 +00:28:39,500 --> 00:28:42,820 +السؤال طبعا زي أنتوا طلعتوا على السؤال هلاقي أن + +344 +00:28:42,820 --> 00:28:47,780 +الستة أم لها جاي بالنص هناوعندي على اليمين وعلى + +345 +00:28:47,780 --> 00:28:53,290 +الشمال بالنسبة ليميني وشمالي بالنسبة لكل العكسةهنا + +346 +00:28:53,290 --> 00:28:55,890 +عندي voltage source و مقاومة على التوازي و هنا + +347 +00:28:55,890 --> 00:28:58,850 +برضه عندي voltage source و مقاومة على التوازي بقدر + +348 +00:28:58,850 --> 00:29:02,310 +بمنتهى البساطة أبسطهم ل current source و مقاومة + +349 +00:29:02,310 --> 00:29:04,850 +على التوازي current source و مقاومة على التوازي + +350 +00:29:04,850 --> 00:29:07,570 +يعني أنا بدي أطلع عليها أول حاجة شفاهية هل بستفيد + +351 +00:29:07,570 --> 00:29:10,870 +ولا مستفدش منها لسه في النهاية لما بستخدم طريقة + +352 +00:29:10,870 --> 00:29:14,850 +بديها تكون بتريحني مش تتعبني لو عملت current + +353 +00:29:14,850 --> 00:29:17,970 +source و مقاومة على التوازي إيش هيصير مقاومتين على + +354 +00:29:17,970 --> 00:29:22,100 +التوازي هيخففواهنا أنا ماقدرش أبسطها بهذا الشكل + +355 +00:29:22,100 --> 00:29:24,360 +لكن لو حولتها ل current source و مقاومة على + +356 +00:29:24,360 --> 00:29:27,660 +التوازي هتصير الاربع على التوازي مع التلاتين نفس + +357 +00:29:27,660 --> 00:29:30,920 +الاشي هنا هتصير الخمسة هتخف الشكل تعالوا نعملوا مع + +358 +00:29:30,920 --> 00:29:33,860 +بعض هذا هيصير current source إيش قيمته؟ طبعا أنا + +359 +00:29:33,860 --> 00:29:37,040 +انت أسفة كان لازم نبحتكم لحاجة مهمة ال voltage + +360 +00:29:37,040 --> 00:29:42,860 +source كان في الرسمة بهذا الشكل RVS بس تبدلوا + +361 +00:29:42,860 --> 00:29:46,500 +current source من السالب للموجب مهمة الإشارة مهمة + +362 +00:29:47,870 --> 00:29:53,030 +معايا؟ أنا هي المفروض أن أبحثوا عليها لأنه لو هي + +363 +00:29:53,030 --> 00:29:57,750 +مثلا شقلبتها هيبدأ شقلبه واضح؟ يعني minus plus vs + +364 +00:29:57,750 --> 00:30:00,730 +هيك بده يكون تجاه التيارة فأنا هيأخدت ال IS إيش + +365 +00:30:00,730 --> 00:30:05,650 +قيمته بده يساوي؟ قلنا V إذا هيسميناها VS هيكون VS + +366 +00:30:05,650 --> 00:30:10,150 +على R اللي يمين أربع أم خلنا نسميها R1 عشان + +367 +00:30:10,150 --> 00:30:16,510 +هيسميها R2 وهي B2 وهي B1 خليني أماك هيك نسميها + +368 +00:30:18,750 --> 00:30:29,790 +هيكون قيمته V1 على R1 إيش بيساوي؟ V6 على 4 اللي هو + +369 +00:30:29,790 --> 00:30:37,650 +لو هيكون 3 على 2 يعني 1.5 أمبير إذا نعرفنا قيمة ال + +370 +00:30:37,650 --> 00:30:41,690 +current source الأول يعني ماله على التوازن مع مين؟ + +371 +00:30:41,690 --> 00:30:45,390 +مع الأربع بيصير إشي لو قلت الأربع على طول على + +372 +00:30:45,390 --> 00:30:47,630 +التوازن مع التلاتين ولا أرسمهم قبل ما بعدين + +373 +00:30:47,630 --> 00:30:53,150 +أفرجين؟هكي واضح صارت الأربعة على التوازن مع ال + +374 +00:30:53,150 --> 00:30:56,650 +current source أنا الجزء اللي بعملني بعمله + +375 +00:30:56,650 --> 00:30:59,910 +equivalence هذا الجزء دايما يا عم تنتبهوا يا + +376 +00:30:59,910 --> 00:31:04,110 +مهندسات يا باشمهندسات انتبهوا على النقطتين اللي + +377 +00:31:04,110 --> 00:31:09,970 +أنا بستبدلهم بستبدل بين a و b هذه النقطتين a و b a + +378 +00:31:09,970 --> 00:31:10,790 +و b + +379 +00:31:16,450 --> 00:31:18,430 +استبدلت ال vote ال source و المقام اللي على + +380 +00:31:18,430 --> 00:31:20,610 +التوالي ال current source و المقام اللي على + +381 +00:31:20,610 --> 00:31:23,770 +التوازي برضه بين ال a و ال b موصول من ال 30 عشان + +382 +00:31:23,770 --> 00:31:27,150 +هيك على طول حطيتها على التوازي مع التلاتين لأن بين + +383 +00:31:27,150 --> 00:31:36,110 +ال a و ال b في التلاتين بعد هيك في عندي ال 6 هم و + +384 +00:31:36,110 --> 00:31:42,420 +في عندي العشرة هم و نيجي للجهة التانيةعندي الـ 40 + +385 +00:31:42,420 --> 00:31:46,960 +و الارتنين هدولة معاهم بستبدلهم ب current source و + +386 +00:31:46,960 --> 00:31:50,760 +مقاومة على التوازي نسميهم ده AB و ده CD بين + +387 +00:31:50,760 --> 00:31:57,880 +النقطتين C و D في عند اللي هي الـ 20 وقشطة + +388 +00:31:57,880 --> 00:32:00,660 +لما استبدلت ال voltage source و مقاومة هتسير + +389 +00:32:00,660 --> 00:32:04,620 +الخمسة على التوازي مع العشرين و هده هستبدلوا ب + +390 +00:32:04,620 --> 00:32:09,450 +current sourceأيش قيمة current source؟ هيكون V2 + +391 +00:32:09,450 --> 00:32:14,250 +على R2 اللي هي أربعين على خمسة اللي هي تمانية + +392 +00:32:14,250 --> 00:32:19,430 +أمبير طب الأربعة التوازن مع التلاتين قدش قيمتها؟ + +393 +00:32:32,440 --> 00:32:35,260 +قداش حد جيبنا إياها؟ أنا حالة سؤال يعني مختلف عن + +394 +00:32:35,260 --> 00:32:37,840 +اللي معايا في ال .. في الورقة أنا كنت بدي أجيب + +395 +00:32:37,840 --> 00:32:40,480 +سؤال .. الورقة اللي على السؤال جيب البوارة على ال + +396 +00:32:40,480 --> 00:32:44,140 +6V مش مشكلة هذا أطول واستفاد أكثر منه تلاتة و نص + +397 +00:32:44,140 --> 00:32:50,180 +تلاتة و نص؟ نص طبعا أنا كنت بس طالبة في المثال + +398 +00:32:50,180 --> 00:32:53,600 +تبعي البوارة على ال 6V فكان أنا بس بحول هذا و بمشي + +399 +00:32:53,600 --> 00:32:57,040 +لكن احنا هيك استفدنا حولنا مرتين و اتعلمنا أكتر + +400 +00:32:57,040 --> 00:33:03,630 +تمام و هي قداش العشرين هدي أربعةلو طلعنا على الرسم + +401 +00:33:03,630 --> 00:33:07,170 +اللي قدامنا كمان مرة أنا بقدر أعمل transformation + +402 +00:33:07,170 --> 00:33:10,850 +و لا لأ؟ لو عملت كمان مرة transformation بستفيد و + +403 +00:33:10,850 --> 00:33:13,610 +لا لأ؟ خليني أفكر فيها هذا current source و + +404 +00:33:13,610 --> 00:33:16,750 +المقاومة اللي على التوازن هستبدله بمقاومة على + +405 +00:33:16,750 --> 00:33:20,530 +التوالي و voltage source و هذا هستبدله voltage + +406 +00:33:20,530 --> 00:33:23,090 +source و مقاومة على التوازن هستصبح دائرة Ohm + +407 +00:33:23,090 --> 00:33:27,230 +البسيطة إذا أنا بستفيد إذا أعملها مش هتعقبني + +408 +00:33:27,230 --> 00:33:32,540 +المثال بالعكس هتحلق تسهلي إيافكل اللي بعمله انا + +409 +00:33:32,540 --> 00:33:35,800 +حذرة اني ماعملش اشي في ال 6 أم لأن هو بده ال power + +410 +00:33:35,800 --> 00:33:39,020 +اللي على ال 6 أم بده اخليها مكانها عشان اجيب ال + +411 +00:33:39,020 --> 00:33:42,000 +power اللي عليها ماتعتحاش من مكانها انا اذا + +412 +00:33:42,000 --> 00:33:45,120 +عملتلها تغييرات من مكانها ببطل ال 6 أم اللي انا + +413 +00:33:45,120 --> 00:33:54,080 +بدي اياها استغل المسافة اللي قدامنا هاي طبعا + +414 +00:33:54,080 --> 00:33:58,260 +قلنا هاي بده استبدلها بين النقطتين C وD احنا لسه + +415 +00:33:58,260 --> 00:34:04,390 +اهبالنقطتين C و D هي النقطتين C و D هستبدل هذه + +416 +00:34:04,390 --> 00:34:09,370 +الدائرة بمقاومة اللي هي قيمة التقداش 4 هي النقطتين + +417 +00:34:09,370 --> 00:34:13,770 +C و D و ال current source ايش بيصير voltage source + +418 +00:34:13,770 --> 00:34:18,230 +و قيمة ال voltage source ايش بيساوي I في R يعني 4 + +419 +00:34:18,230 --> 00:34:25,350 +في 832 Volt تمام؟ في حد عنده أي استفسار؟هنا نكمل + +420 +00:34:25,350 --> 00:34:28,290 +في عندى اللى هى الـ 6 Ohm اللى أنا بدي الباور + +421 +00:34:28,290 --> 00:34:33,850 +عليها وفي عندى هنا اللى هى العشرة Ohm كمان مرة هنا + +422 +00:34:33,850 --> 00:34:38,110 +بين الـ A و الـ B هيكون في عندى كمان مرة + +423 +00:34:38,110 --> 00:34:40,750 +transformation ال current source المقاومة اللى على + +424 +00:34:40,750 --> 00:34:44,870 +التوازي هتصير voltage source المقاومة على التوازن + +425 +00:34:44,870 --> 00:34:48,030 +هى تلاتة و نص Ohm و هنا عندى اللى هو ال voltage + +426 +00:34:48,030 --> 00:34:48,630 +source + +427 +00:34:51,450 --> 00:34:57,090 +إن هو إيش بيساوي واحد و نص في تلاتة و نص وحد يضرب + +428 +00:34:57,090 --> 00:35:02,950 +المياه volt هاي الدائرة صارت بسيطة يعني أنا كل + +429 +00:35:02,950 --> 00:35:07,930 +لازمني يا أجيب التيار بمر في الست on يا أجيب ال + +430 +00:35:07,930 --> 00:35:11,410 +voltage اللي حواليها ممكن أسهل أجيب التيار و + +431 +00:35:11,410 --> 00:35:17,790 +التيار إيش هيكون كيرتشوف voltageهيكون minus 32 زي + +432 +00:35:17,790 --> 00:35:22,790 +الطيار نفسه لأنهم كلهم على التوالي كل elements على + +433 +00:35:22,790 --> 00:35:26,470 +التوالي فعندي هاخد كمان احنا اتفقنا ان اذا فرضتك + +434 +00:35:26,470 --> 00:35:30,410 +الطيار انا فرضت طيار هفرض انه في اتجاه ال voltage + +435 +00:35:30,410 --> 00:35:35,050 +growth طيار + +436 +00:35:35,050 --> 00:35:39,830 +في اتجاه ال voltage growth هى + +437 +00:35:39,830 --> 00:35:46,250 +اللى بتقدر تكمله هى جزئية بنجيب I عندي minus32 + +438 +00:35:46,250 --> 00:35:50,970 +زائد I اللي هي مضربة في ميل كلهم العلاقة موجة بقى + +439 +00:35:50,970 --> 00:35:53,230 +طبعا كله voltage drop اللي علاقة موجة بالانتيار + +440 +00:35:53,230 --> 00:35:58,230 +تجاه ال voltage drop 4 زائد 6 زائد 3.5 زائد 10 + +441 +00:35:58,230 --> 00:36:06,370 +وهذه زائد 1.5في تلاتة و نص بتساوي zero إذاً I بيه + +442 +00:36:06,370 --> 00:36:09,430 +تساوي هدولة باجمعهم بال calculator على قيمة + +443 +00:36:09,430 --> 00:36:12,870 +المقامة مجموعة بتعطييني قيمة I اللي بتمر في ست قوم + +444 +00:36:12,870 --> 00:36:16,390 +و ال power اللي على الست قوم بيشتغل هتساوي I تربية + +445 +00:36:16,390 --> 00:36:24,330 +في R ليه I تربية في الست قوم و بالوقت تمام؟ + +446 +00:36:24,330 --> 00:36:25,830 +في أي سؤال لحد هنا؟ + +447 +00:36:36,430 --> 00:36:39,330 +نشوف هال إيه التحاجة على ال source transformation + +448 +00:36:39,330 --> 00:36:44,790 +لو + +449 +00:36:44,790 --> 00:36:48,950 +أنا بدأت من الدائرة بتاعتي، في حد عايز اللي على + +450 +00:36:48,950 --> 00:36:49,670 +الصبورة؟ + +451 +00:37:02,180 --> 00:37:05,320 +عن غير قصد طولت أنا المثال و المثال كان أبسط بكتير + +452 +00:37:05,320 --> 00:37:08,500 +من هيك بس مش غلط استفدته لإن أنا طولته و صعبته + +453 +00:37:16,680 --> 00:37:20,220 +في أي سؤال، أي استثار نستغلها بالمزاملاتكم يكتبوه؟ + +454 +00:37:20,220 --> 00:37:23,200 +حضرتك إيش فرقت اللي هو اللي لما يقول independent + +455 +00:37:23,200 --> 00:37:28,000 +أو independent في حل السؤال؟ يعني إيش فرقت؟ بفرقش، + +456 +00:37:28,000 --> 00:37:30,640 +أنا بس بدي أتأكد أنك بتفهم اتميز بين independent و + +457 +00:37:30,640 --> 00:37:34,260 +independent أنا بسألكوا السؤال هذا عشان أعرف إنه + +458 +00:37:34,260 --> 00:37:37,080 +صار واضح لكم مين هو ال independent source ومين ال + +459 +00:37:37,080 --> 00:37:39,440 +independent source فبسأل هذا dependent ولا + +460 +00:37:39,440 --> 00:37:44,770 +independent؟إيش رأيك؟ بس هي سؤال هذه مقامة متأكدة + +461 +00:37:44,770 --> 00:37:47,550 +إنها مقامة بس الحاجة اللي أنا حابة أن أتأكد إنها + +462 +00:37:47,550 --> 00:37:50,630 +وسط كل معلومة إن أنا أقدر أميز بين الـdependent و + +463 +00:37:50,630 --> 00:37:53,750 +ال independent sources لما هي بتأثرش على حل السؤال + +464 +00:37:53,750 --> 00:37:56,710 +مجرد إن أنا بتتأكد إن الكل صار واضح له في هذه + +465 +00:37:56,710 --> 00:37:59,990 +اللحظة مين هو ال dependent و مين هو ال independent + +466 +00:37:59,990 --> 00:38:03,930 +source خلاص + +467 +00:38:03,930 --> 00:38:04,510 +نكمل + +468 +00:38:13,430 --> 00:38:16,670 +خلّيني نبدأ من الدائرة بتاعة ال voltage source و + +469 +00:38:16,670 --> 00:38:20,950 +المقاومة اللي على التوالي، يا عمتي معايا؟ نبدأ من + +470 +00:38:20,950 --> 00:38:24,550 +هاي جزيه، من دي كان أنا voltage source و مقاومة + +471 +00:38:24,550 --> 00:38:29,230 +على التوالي، هيك قالت بدايتها صح؟ R OVS و أنا قلت + +472 +00:38:29,230 --> 00:38:36,170 +إن هاي بتكافئ current source و المقاومة بصارت على + +473 +00:38:36,170 --> 00:38:38,590 +التوازن، أنا مش عارفة اللي حاسس في حال يسمع صوت + +474 +00:38:38,590 --> 00:38:41,320 +جوالولا من برا جاي؟ + diff --git a/PL9fwy3NUQKwaAs6rNkQtAiaVf8dEDjWUy/4H57Te4oxnE_raw.srt b/PL9fwy3NUQKwaAs6rNkQtAiaVf8dEDjWUy/4H57Te4oxnE_raw.srt new file mode 100644 index 0000000000000000000000000000000000000000..7d271493a5152eee986f18b85ad9b43dca960d67 --- /dev/null +++ b/PL9fwy3NUQKwaAs6rNkQtAiaVf8dEDjWUy/4H57Te4oxnE_raw.srt @@ -0,0 +1,2512 @@ +1 +00:00:20,840 --> 00:00:23,380 +بسم الله الرحمن الرحيم السلام عليكم ورحمة الله + +2 +00:00:23,380 --> 00:00:26,960 +وبركاته يعطيكوا العافية والحمد لله سلامتكم جميعا + +3 +00:00:26,960 --> 00:00:30,680 +وان شاء الله اليوم هنبدأ أول محاضرة في ال electric + +4 +00:00:30,680 --> 00:00:34,900 +circuits أول ما هنبدأ اللي في تعريف electrical + +5 +00:00:34,900 --> 00:00:37,860 +engineering لأن هذا المصاق أنت بتاخده من اللي هي + +6 +00:00:37,860 --> 00:00:42,360 +الكهربا فهو عبارة عن علم اللي بدرس خصائص المواد + +7 +00:00:42,360 --> 00:00:47,440 +ومصادر الطاقة الكهربائية عشان يستخدمها ويصير مفيدة + +8 +00:00:47,440 --> 00:00:49,980 +للناس تمام؟ + +9 +00:00:52,780 --> 00:00:56,380 +الإن شاء الله الإصلايات هتكون متوفرة معاكم يعني + +10 +00:00:56,380 --> 00:01:02,550 +كمان التصوير بتقدروا ترجعوا تتأكدوا من المعلوماتأن + +11 +00:01:02,550 --> 00:01:05,110 +عدة branches للـ Electrical Engineering في منها + +12 +00:01:05,110 --> 00:01:08,470 +الـ Electric Utility اللي هي مصادر الطاقة أو شركة + +13 +00:01:08,470 --> 00:01:12,150 +الكهربا اللي بتولد بتعمل generation للكهربا + +14 +00:01:12,150 --> 00:01:16,890 +بتنقلها و بتوزعها و بنستفيد منها Electronic + +15 +00:01:16,890 --> 00:01:20,050 +Industry بتشمل Communication Signal Image + +16 +00:01:20,050 --> 00:01:23,070 +Processing Analog Digital Electronics IC Design + +17 +00:01:23,070 --> 00:01:28,800 +BLCSPLSI Computer Industry Hardware و Software + +18 +00:01:28,800 --> 00:01:33,100 +هدولة أهم اللي هي ال branches اللي ممكن نحكي عنهم + +19 +00:01:33,100 --> 00:01:37,080 +اللي دوائر مساق الدوائر بدخل في كل هذه التخصيات + +20 +00:01:37,080 --> 00:01:41,280 +يعني أي دائرة بنحكي عنها ممكن تكون دائرة توليد + +21 +00:01:41,280 --> 00:01:44,240 +للطاقة ممكن تكون دائرة في computer ممكن تكون دائرة + +22 +00:01:44,240 --> 00:01:51,560 +في system اتصالات في controlطب ال circuit theory + +23 +00:01:51,560 --> 00:01:53,720 +إيش هي ال circuit theory؟ خدنا المثال كله على ال + +24 +00:01:53,720 --> 00:01:56,500 +circuit theory ال circuit theory ما هي ال + +25 +00:01:56,500 --> 00:01:58,740 +mathematical model هو نموذج يعني أنا عندي دائرة + +26 +00:01:58,740 --> 00:02:01,540 +حقيقية و بدى أتعامل معاها، هاي الدائرة الحقيقية + +27 +00:02:01,540 --> 00:02:05,000 +عشان أقدر أتعامل معاها، بدي أول حاجة أنمزجها، + +28 +00:02:05,000 --> 00:02:10,120 +أعملها نموذج، أرسمها على مخطط و أنمزجها بموديل + +29 +00:02:10,120 --> 00:02:14,040 +رياضي اللي أقدر أحله، يعني معادلاتفهي ال circus + +30 +00:02:14,040 --> 00:02:18,520 +chair هي نموذج رياضي اللي بستخدمه عشان أقرب أو + +31 +00:02:18,520 --> 00:02:21,900 +يعني هذا نموذج رياضي بيقربلي ال behavior بتاعة + +32 +00:02:21,900 --> 00:02:26,200 +الدائرة بيقدر يعني يمثل ال behavior بتاعة الدائرة + +33 +00:02:26,200 --> 00:02:33,160 +هي عبارة عن حالة خاصة من الكهروماناطسية أخدتوا إيش + +34 +00:02:33,160 --> 00:02:36,940 +على الكهروماناطسية؟هذه ال circuit theory ما هي الا + +35 +00:02:36,940 --> 00:02:41,040 +حالة خاصة من الكهربا نفسية يعني بمعنى انه هلاقي في + +36 +00:02:41,040 --> 00:02:45,780 +حالات ال circuit theoryبتنفع أن أستخدمها لبعض + +37 +00:02:45,780 --> 00:02:50,120 +الدوائر في حالات تانية لأ لازم أرجع للكهرومانصية + +38 +00:02:50,120 --> 00:02:53,100 +الكهرومانصية هي النظرية العامة و ال circuit theory + +39 +00:02:53,100 --> 00:02:58,740 +هي حالة خاصة بمعنى أنه هيكون عند في عدة شروط اللي + +40 +00:02:58,740 --> 00:03:01,640 +تتوفر في ال circuit بتاعتى اللي هنقراها نحكيها + +41 +00:03:01,640 --> 00:03:04,900 +اللي قيتها اللي بقول أه هاي ال circuit بقدر أستخدم + +42 +00:03:04,900 --> 00:03:08,180 +ال circuit theory لها أو لأ لازم أرجع للكهرومانصية + +43 +00:03:08,180 --> 00:03:13,360 +كمان هي زي ما قلنا هي حالة خاصة بتدرس اللي هي ال + +44 +00:03:17,100 --> 00:03:21,760 +بتدرس خصائص الدائرة وحالة خاصة بالكهرومناطسية هي + +45 +00:03:21,760 --> 00:03:27,620 +بتدرس حركة led charges أو بتدرس الحالة الساكنة + +46 +00:03:27,620 --> 00:03:31,840 +والحالة المتحركة لل led charges إيش هي ال + +47 +00:03:31,840 --> 00:03:34,760 +assumptions اللازم تكون متوفرة في الدائرة عشان + +48 +00:03:34,760 --> 00:03:38,160 +أقول عنها دائرة بقدر استخدم فيها نظرية الدوائر مش + +49 +00:03:38,160 --> 00:03:40,760 +الكهرومناطسية طبعا الكهرومناطسية زي ما قلنا هي + +50 +00:03:40,760 --> 00:03:44,910 +نظرية عامةالأمور التعامل معاها أعقد فيها curl و + +51 +00:03:44,910 --> 00:03:48,590 +diverge و differentiation و differential equation + +52 +00:03:48,590 --> 00:03:52,090 +second order و الاخرى ال theory اللي هيتعامل معاها + +53 +00:03:52,090 --> 00:03:55,430 +في هذا المثقف لقيها سهل كتير لكن إيش بيخليني + +54 +00:03:55,430 --> 00:03:59,130 +أستخدم لهذه ال network ال circuit theory هي النقاط + +55 +00:03:59,130 --> 00:04:02,890 +اللي بنحكيها لقت مع بعض أول لقطة أن ال electrical + +56 +00:04:02,890 --> 00:04:09,050 +effect يحدث بشكل لحظي لكل أزاق الدائرة إيش معناه؟ + +57 +00:04:09,050 --> 00:04:13,820 +لو افترضنا أن هذا الصفر هو دائرة كحربيةكل واحد + +58 +00:04:13,820 --> 00:04:17,200 +منكم هو element في هذه الدائرة الكهربائية ال + +59 +00:04:17,200 --> 00:04:19,820 +signal اللي بدها تمور أسوأ هي signal electrical + +60 +00:04:19,820 --> 00:04:22,840 +signal بدها تضويل النيون ولا الاخره تتمور من هنا + +61 +00:04:22,840 --> 00:04:28,040 +لغاية أو بدها تنقلني معلومة تغطي كل الدائرة في نفس + +62 +00:04:28,040 --> 00:04:30,460 +الوقت يعني الطالب اللي هنا و الطالب في آخر الصفة + +63 +00:04:30,460 --> 00:04:33,930 +تشعر في هذه ال signal في نفس الوقتمايكونش في بينهم + +64 +00:04:33,930 --> 00:04:37,010 +أي مسافة يعني أول تشعر هي بعدين هي بعدين هي ديك + +65 +00:04:37,010 --> 00:04:39,930 +بعدين هي ديك بعدين هي أخر واحدة في ال class كل مع + +66 +00:04:39,930 --> 00:04:43,410 +بعض نشعر فكل ال elements اللي في الدائرة لازم + +67 +00:04:43,410 --> 00:04:45,730 +يشعروا بال signal في نفس الوقت هي إيش بنسميها + +68 +00:04:45,730 --> 00:04:48,430 +electrical effect that happens instantaneously + +69 +00:04:48,430 --> 00:04:53,530 +لحظيا في كل أزاق ال system هذه بنسميها هذا الشرط + +70 +00:04:53,530 --> 00:04:58,490 +long parameter systemالدائرة اللى بتحقق فيها الشرط + +71 +00:04:58,490 --> 00:05:02,650 +بنسميها Lumbar meter circle يعني ال signal في نفس + +72 +00:05:02,650 --> 00:05:06,290 +الوقت تأثر على كل أزاى الدائرة واضحة هالنقطة + +73 +00:05:06,290 --> 00:05:12,350 +النقطة التانية انه ال net charge على كل ال + +74 +00:05:12,350 --> 00:05:15,230 +elements تكون سفرت معناه خلّيني افترض ان ال + +75 +00:05:15,230 --> 00:05:17,050 +elements ما احنا عمل محاضرة ماضية قولنا ايش هم ال + +76 +00:05:17,050 --> 00:05:19,870 +elements ممكن يكونوا مقاومات ممكن يكونوا مكسفات + +77 +00:05:19,870 --> 00:05:25,260 +ممكن يكونوا inductor صح؟لو احنا طلعنا وقلنا هاي ال + +78 +00:05:25,260 --> 00:05:29,620 +network تعتي، هاي الدائرة تعتي، فيها مقاومات، فيها + +79 +00:05:29,620 --> 00:05:34,280 +inductors، فيها مكسفات، فيها sources، current + +80 +00:05:34,280 --> 00:05:40,070 +source مثلا أو voltage sourceتمام؟ باش بطلع بقول + +81 +00:05:40,070 --> 00:05:42,950 +المكسف طب هو عندي لوح عنده عليه plus Q و لوح عليه + +82 +00:05:42,950 --> 00:05:47,310 +minus Q ولا لأ؟ طب هو مجموعهم إيه؟ سفر، إذا بتحقق + +83 +00:05:47,310 --> 00:05:49,650 +الشرطة، اللي مافيش عندي net charge لها تساوي zero + +84 +00:05:49,650 --> 00:05:52,650 +عند net charge، مجموع ال charge إيش اسمه؟ إشمله + +85 +00:05:52,650 --> 00:05:57,810 +على كل component بساوي zero واضح؟ + +86 +00:05:57,810 --> 00:06:03,990 +طيب، النقطة التالتةالنقطة التالتة بتقوللي انه + +87 +00:06:03,990 --> 00:06:07,030 +مافيش اي magnetic coupling ما بين ال components + +88 +00:06:07,030 --> 00:06:10,910 +ايش يعني magnetic coupling؟ بتتذكروا الملف؟ + +89 +00:06:10,910 --> 00:06:16,150 +بتتذكروا الملف؟ كنت بتقول لو مرق فيه تيار ايش + +90 +00:06:16,150 --> 00:06:18,890 +بيصير؟ بتولد مجال مع ناطيسي، تيار متغير بولدني + +91 +00:06:18,890 --> 00:06:21,230 +مجال مع ناطيسي، المجال مع ناطيسي المتغير بولدلي + +92 +00:06:21,230 --> 00:06:26,930 +voltage حوالين طرفي الملف هذا ال voltage بساوي LDI + +93 +00:06:26,930 --> 00:06:33,460 +by DT صح؟ خدتوا قبل هيك؟مين قال؟ هي معامل الحس + +94 +00:06:33,460 --> 00:06:37,680 +الذاتي وليش كنتوا تصمموه؟ قال كنتوا تصمموه معامل + +95 +00:06:37,680 --> 00:06:42,660 +الحس الذاتي إذا عندي v بتسوي ال di by dt وال هي + +96 +00:06:42,660 --> 00:06:46,860 +عبارة عن معامل الحس الذاتي يعني في عندي حس ذاتي + +97 +00:06:46,860 --> 00:06:50,680 +لكن لو أنا صار عندي يعني نتيجة مرور التيار صار في + +98 +00:06:50,680 --> 00:06:56,310 +عندي حس ذاتي لو عندي أكتر من componentولاقيت واحدة + +99 +00:06:56,310 --> 00:06:58,570 +magnetical يعني ايش magnetical ماهي هنا مشان مرق + +100 +00:06:58,570 --> 00:07:01,850 +التيار ولا مجال ماناطيسي المجال الماناطيسي تبعها + +101 +00:07:01,850 --> 00:07:04,390 +كبير بدرجة انه بأثر على ال behavior بتاعة ال + +102 +00:07:04,390 --> 00:07:06,890 +components التانية هاي معناه magnetical coupling + +103 +00:07:06,890 --> 00:07:10,350 +إذا حصل هذا الاشي ماقدرش أستخدم ال circuit theory + +104 +00:07:10,350 --> 00:07:16,990 +لازم أستخدم الكهروماناطسية وضحت + +105 +00:07:16,990 --> 00:07:21,130 +نمرة اتنين وتلاتة net charge بالساوة zero ال + +106 +00:07:21,130 --> 00:07:23,510 +magnetic coupling بساوة سفر يعني معناه إذا كان في + +107 +00:07:23,510 --> 00:07:26,810 +عندى مجال ماناطيسيلل element مايأثرش على ال + +108 +00:07:26,810 --> 00:07:31,690 +element اللي جنبه اي واحدة الأخيرة ال magnetic + +109 +00:07:31,690 --> 00:07:34,190 +coupling ماحنا قوله لماشي ال element لحاله + +110 +00:07:34,190 --> 00:07:37,570 +بمورفيته بيصير حوالي مجال ماناطيسي هذا المجال + +111 +00:07:37,570 --> 00:07:39,990 +الماناطيسي إذا كان قوي كافي أنه يؤثر على element + +112 +00:07:39,990 --> 00:07:42,970 +تاني وتصرفات element تاني بيكون في عنده نوع من + +113 +00:07:42,970 --> 00:07:46,170 +أنواع ال magnetic coupling فبالتالي ماقدرش أستخدم + +114 +00:07:46,170 --> 00:07:51,580 +اللي هي ال circuit theoryنرجع للأولى، طب الأولى + +115 +00:07:51,580 --> 00:07:54,160 +إحنا حكيناها، الأولى والتانية والتالتة ممكن سهل + +116 +00:07:54,160 --> 00:07:58,620 +تقياسهم بطلع قدش فيه ال element اللي تشوش في + +117 +00:07:58,620 --> 00:08:01,220 +المجال المعناطيسي أو عند charges إذا أسد لقيت فيه + +118 +00:08:01,220 --> 00:08:04,420 +charge في قياسات ال charges، بقول إن أخلع الصحي + +119 +00:08:04,420 --> 00:08:06,800 +بقدرش أستخدم ال circuit theory، بستخدم + +120 +00:08:06,800 --> 00:08:09,680 +الكهرومعاطية، نفس العضية إذا لقيت في coupling ما + +121 +00:08:09,680 --> 00:08:12,060 +بين ال elements، بقول إن بقدرش أستخدم ال circuit + +122 +00:08:12,060 --> 00:08:16,090 +theory ال element الأولاني كيف يبدأ ISO؟الأول يعني + +123 +00:08:16,090 --> 00:08:19,170 +بقوللي إنه لازم ال effect تسير في نفس اللحظة على + +124 +00:08:19,170 --> 00:08:22,450 +كل أزاق الدائرة اللي هيعلمني أو يخليني أعرف هذا + +125 +00:08:22,450 --> 00:08:24,850 +الاشي اللي هو طول الموجي تبع ال signal بتاعتي + +126 +00:08:24,850 --> 00:08:29,050 +Lambda أي + +127 +00:08:29,050 --> 00:08:32,250 +موجة من الموجات اللي بنحكي عنهم اللي هي مثلا + +128 +00:08:32,250 --> 00:08:36,150 +voltage current أي موجة من هدول الموجات power إيش + +129 +00:08:36,150 --> 00:08:41,300 +هيكون لها طول موجي؟الطول الموجي هو عبارة عن + +130 +00:08:41,300 --> 00:08:45,960 +المسافة لو أنا حطيت هنا ال X axis وهنا الموجة + +131 +00:08:45,960 --> 00:08:49,860 +بتاعتي هذا + +132 +00:08:49,860 --> 00:08:54,300 +عبارة عن amplitude تبعه وهذه عبارة عن mean lambda + +133 +00:08:54,300 --> 00:08:58,820 +اللي هي مابين بيك و بيك لو أنا لسنتها بالنسبة + +134 +00:08:58,820 --> 00:09:02,440 +للزمن P + +135 +00:09:02,440 --> 00:09:07,630 +of T و X هناهنا عند لحظة معينة عند T node هنا ثبتت + +136 +00:09:07,630 --> 00:09:13,870 +عند X node وقستها ارسمتها بالنسبة ل T هيكون بين + +137 +00:09:13,870 --> 00:09:18,770 +هدولا نقطتين ايش هتكون؟ بنسميها الـ P root T صح؟ + +138 +00:09:18,770 --> 00:09:21,170 +هذا الشكل لما ارسم ال signal بتاعتي بهذا الشكل + +139 +00:09:21,170 --> 00:09:25,010 +بنسميها sinusoidal signal هبتتصرف زي ال sign مش + +140 +00:09:25,010 --> 00:09:27,650 +أخدتوا ال sign فبنسميها sinusoidal signal يعني + +141 +00:09:27,650 --> 00:09:31,300 +إلها behavior زي ال sign signalإذا احنا عرفنا مين + +142 +00:09:31,300 --> 00:09:34,840 +ال Lambda وعرفنا مين ال T ال Lambda هي المسافة بين + +143 +00:09:34,840 --> 00:09:38,360 +two peaks إذا أنا عمال بأرسم ال voltage مع + +144 +00:09:38,360 --> 00:09:45,880 +المسافة، مع ال X إذا أنا برسمه مع الزمن، المسافة + +145 +00:09:45,880 --> 00:09:49,400 +بين نقطتين على إحداث الزمن هي two tops أو two + +146 +00:09:49,400 --> 00:09:54,500 +bottoms هي عبارة عن ال period كل الموجات + +147 +00:09:54,500 --> 00:09:57,840 +الكهرومناطية اللي شاملة الموجات اللي بتروسها في + +148 +00:09:57,840 --> 00:09:58,560 +هذا المساق + +149 +00:10:02,250 --> 00:10:07,910 +كل ال signals كلهم + +150 +00:10:07,910 --> 00:10:12,550 +بتحركوا في الفضاء بسرعات الضوء كلهم بتحركوا في + +151 +00:10:12,550 --> 00:10:17,730 +الفضاء بسرعة الضوء C اللي بتساوي تلاتة فعشرة قوة + +152 +00:10:17,730 --> 00:10:23,330 +تمانية متر per second و Lambda بتساوي C على F و + +153 +00:10:23,330 --> 00:10:28,110 +mean FF هي برن واحدة على T T اللي هي ال period + +154 +00:10:28,110 --> 00:10:35,830 +بتاعتنا لامده الطول الموجه و F اللي هي التردد اذا + +155 +00:10:35,830 --> 00:10:39,830 +لامده بتساوي C على F يعني لو انا كنت عارفة F موضع + +156 +00:10:39,830 --> 00:10:45,020 +طول لامده صح؟عشان أحدد أن ال system Lambda ولا لأ + +157 +00:10:45,020 --> 00:10:48,940 +وإن ال effect بيصير في نفس الوقت لكل أزاقة الدائرة + +158 +00:10:48,940 --> 00:10:52,080 +ال condition تبع أن Lambda بتاعة ال signal بت مورف + +159 +00:10:52,080 --> 00:10:56,180 +الدائرة تكون أكبر بكتير من L عشان مانخبطش مع ال + +160 +00:10:56,180 --> 00:11:01,230 +اللي توحطناها، نعملها L هيكفي هذه الحالة L اللي + +161 +00:11:01,230 --> 00:11:05,790 +أنا حطاها هنا هي عبارة عن الإحداث الأطول للدائرة، + +162 +00:11:05,790 --> 00:11:09,870 +يعني لو الدائرة تعتي بهذا الشكل وفيها elements + +163 +00:11:09,870 --> 00:11:16,490 +متعددة، مقامة، اندكتور، مكسف، إلى آخره، هذا هيكون + +164 +00:11:16,490 --> 00:11:22,450 +L، الطول تبعها، إذا ضمنت إن Lambda أكبر بكتير من + +165 +00:11:22,450 --> 00:11:25,690 +L، أكيد هي أكبر من هذا الطول، صح؟ عشان هيك باخد + +166 +00:11:25,690 --> 00:11:29,990 +أطول واحد فيهاطب إيش أطول بكتير معناها؟ أنا ممكن + +167 +00:11:29,990 --> 00:11:33,450 +بعتبر الأطول بكتير ليه أطول مني بشوية، واحدة تانية + +168 +00:11:33,450 --> 00:11:36,010 +بتقول أطول مني بكتير، واحدة لازم يكون طولها نارتين + +169 +00:11:36,010 --> 00:11:40,650 +عنيها، صح؟ إذا لازم عشان نتفق، أنا مش .. لما نعشان + +170 +00:11:40,650 --> 00:11:44,510 +نخليها عشوائية، لازم نحط قياس لها، عشان أقول + +171 +00:11:44,510 --> 00:11:46,890 +Lambda أكبر بكتير من أقل، بدي أقول Lambda تكون + +172 +00:11:46,890 --> 00:11:51,850 +أكبر من أو تساوي عشر أضعاف أقل، تمام؟ + +173 +00:11:54,350 --> 00:11:57,250 +طب ناخد مثال على هدا الحكيم ونشوف إذا أنا بعتبر + +174 +00:11:57,250 --> 00:12:01,130 +الدائرة وقتاش بعتبرها lump ووقتاش بعتبرها شي lump + +175 +00:12:01,130 --> 00:12:17,430 +ناخد مثال احنا + +176 +00:12:17,430 --> 00:12:19,730 +لسه في ال conditions تعوون الدواير + +177 +00:12:26,210 --> 00:12:31,510 +ناخد system اللي احنا كلنا بنعرفه وكلنا بنزعل إذا + +178 +00:12:31,510 --> 00:12:35,090 +ماكنش هذا موجود ال system اللي هو مين؟ القهرة بقى، + +179 +00:12:35,090 --> 00:12:38,590 +صح؟ مافيش قهرة بقى، كلنا بنعطش وكلنا بدرسش، حالتنا + +180 +00:12:38,590 --> 00:12:43,110 +حالة، عندنا مين؟ اللي هو نظام البوار، ال power + +181 +00:12:43,110 --> 00:12:47,270 +system ال power system اللي موجود في بطاقة غزة، + +182 +00:12:47,270 --> 00:12:50,650 +اللي هو ال frequency لل signal اللي بتنتجها شركة + +183 +00:12:50,650 --> 00:12:55,800 +الكهربا، 50 هرتزاللي بتوصلنا signals ل frequency + +184 +00:12:55,800 --> 00:12:58,960 +بتاعتها 50 هيردز و اللي بتستخدمها في البيت ل + +185 +00:12:58,960 --> 00:13:04,360 +frequency بتاعتها 50 هيردز إذا بقدر أجيب Lambda + +186 +00:13:04,360 --> 00:13:08,340 +لهذا ال system ولا لأ ولا Lambda بتساوي C على F و + +187 +00:13:08,340 --> 00:13:12,540 +C تلاتة فعشرة قوة تمانية متر per second على F اللي + +188 +00:13:12,540 --> 00:13:22,460 +هي خمسين هيردز إيش هتصير؟ ستة فعشرة قوة ستة مترأذا + +189 +00:13:22,460 --> 00:13:28,000 +طول الموجة تبع هذا ال system هي عبارة عن 6 في 10 + +190 +00:13:28,000 --> 00:13:32,960 +قوة 6 متر أذا لما أفحص أي دائرة كهربائية في ال + +191 +00:13:32,960 --> 00:13:35,320 +power system و أقولها أنا بقدر استخدم لها ال + +192 +00:13:35,320 --> 00:13:38,520 +circuit theory ولا لأ لازم يكون أطول dimension لها + +193 +00:13:38,520 --> 00:13:45,500 +ماله أقل من أو يساوي 6 في 10 قوة 5 متر لأنها دي + +194 +00:13:45,500 --> 00:13:49,520 +لازم تكون مالها عشر أضعففإذا طلعت على ال system + +195 +00:13:49,520 --> 00:13:53,340 +تبعي ولاقيت إنه بيحقق هذا الشرط إنه في ال power + +196 +00:13:53,340 --> 00:13:56,320 +system الدوائر المستخدمة في هذا النظام في التوليد + +197 +00:13:56,320 --> 00:13:59,420 +وفي التوزيع أقل من 6 في 10 رقم سبعه لإذا ان ال + +198 +00:13:59,420 --> 00:14:02,020 +circuit ها دي lump و بقدر أستخدم اللي درسته في + +199 +00:14:02,020 --> 00:14:06,100 +مساق ال ال دوائر مااتحققش هذا الشرط بقول لأ بس درش + +200 +00:14:06,100 --> 00:14:08,920 +أستخدم اللي درسته في الدوائر لازم أستخدم نظرية + +201 +00:14:08,920 --> 00:14:12,880 +الكهرومناطسية ناخد كمان system + +202 +00:14:17,790 --> 00:14:25,010 +ناخد ال radio signal communication ال + +203 +00:14:25,010 --> 00:14:29,250 +radio signal ال frequency بتاعتها عشرة قوة تسعة + +204 +00:14:29,250 --> 00:14:34,350 +هيرتز إذا ال lambda إيش هتساوي تلاتة في عشرة قوة + +205 +00:14:34,350 --> 00:14:38,450 +تمانية على عشرة قوة تسعة إيش هتساوي تلاتة من عشرة + +206 +00:14:38,450 --> 00:14:42,070 +متر إذا هيكون قل إيش بده يكون أقل من أو يسوى قداش + +207 +00:14:42,070 --> 00:14:45,910 +تلاتة من عشرة على عشرة و تلاتة من مية يعني تلاتة + +208 +00:14:45,910 --> 00:14:50,820 +centimeterأقل من أو يساوي تلاتة سنتمتر عشان اقول + +209 +00:14:50,820 --> 00:14:54,720 +عن ال system انه لمب براميطة circuit تمام في اي + +210 +00:14:54,720 --> 00:15:00,840 +استفسار لحد هنا واضحة ان ال conditions بالنسبة + +211 +00:15:00,840 --> 00:15:05,050 +لهذا المصاق احنا هنشوف في الآخر دوائريعني معناه + +212 +00:15:05,050 --> 00:15:07,710 +الناس اللي حطولها هذه الدوائر already فرضين انه + +213 +00:15:07,710 --> 00:15:11,510 +الاصل تبعها الدائرة الأصلية بتاعتها بتتطبق فيها + +214 +00:15:11,510 --> 00:15:15,150 +هذه الشروط احنا في الآخر هنشوف نموذج الرياضة تبعها + +215 +00:15:15,150 --> 00:15:19,370 +دوائر، طاومات ومكسفات بغض النظر أي دائرة هي بتعني + +216 +00:15:19,370 --> 00:15:23,730 +أن الدائرة الأصلية اللي صمموا هذه المثاقف طردوا أن + +217 +00:15:23,730 --> 00:15:27,090 +الدائرة الأصلية اللي بتمثل النظام هي عبارة عن + +218 +00:15:27,090 --> 00:15:31,930 +دائرة بتحقق هذه الشروط التلاتة واضح عشان بحكيه؟ + +219 +00:15:33,880 --> 00:15:39,280 +نسحل على السطورة عشان نرجع لل slides في أي + +220 +00:15:39,280 --> 00:15:41,160 +استفسارة اللي حكيناها لحد ده لقيتها؟ + +221 +00:16:01,360 --> 00:16:04,460 +ستراتيجية حل ال problems يعني هحكيلكم إياها مرة و + +222 +00:16:04,460 --> 00:16:07,760 +في أول مصاق عشان إحنا لما نيجي في الآخر نبدأ نعالج + +223 +00:16:07,760 --> 00:16:11,180 +و نحلل الدوائر يكون واضح إلينا الخطوات اللي بدنا + +224 +00:16:11,180 --> 00:16:14,280 +نتبعها أحنا قلنا في المحاضرة الماضية إنه أن إحنا + +225 +00:16:14,280 --> 00:16:17,740 +من أهم التسكيات بتاعة هذا المصاق أن أحل الدوائر و + +226 +00:16:17,740 --> 00:16:20,580 +أنا أيش معناه أحل الدوائر؟ يكون فيه عدة معطيات زي + +227 +00:16:20,580 --> 00:16:23,700 +مثلا قيمة مقاومات، قيمة التيار، ال source، قيمة ال + +228 +00:16:23,700 --> 00:16:27,920 +voltage البطارية و بدي أعرف التيارات اللي بتمر في + +229 +00:16:27,920 --> 00:16:30,870 +كل element و ال voltage حوالين كل elementإذا أول + +230 +00:16:30,870 --> 00:16:33,810 +خطوة لازم أكون عارفة إيش اللي معطى إلي و إيش اللي + +231 +00:16:33,810 --> 00:16:38,070 +بده أحسبه، صحيح؟ + +232 +00:16:38,070 --> 00:16:44,970 +الخطوة التانية، بده أرسم الدائرة بعدين + +233 +00:16:44,970 --> 00:16:48,510 +بده أشوف من هو الطريقة المثالية لحل هاي ال problem + +234 +00:16:48,510 --> 00:16:51,770 +إحنا هنتعلم عدة طرق، هختار الطريقة المثالية لحل + +235 +00:16:51,770 --> 00:16:58,480 +هاي ال problem أحسب ال .. أجيب الحلأستخدم الإبداع + +236 +00:16:58,480 --> 00:17:02,640 +تبعي و في النهاية بفحص ال solution تبعي قولنا + +237 +00:17:02,640 --> 00:17:08,340 +هنتعلم طرق فحص ال solution كمان + +238 +00:17:08,340 --> 00:17:11,200 +نرجع لل system تبع ال units اللي هنستخدمه في هذا + +239 +00:17:11,200 --> 00:17:13,620 +البصاق احنا هنستخدم اللي هو ال international + +240 +00:17:13,620 --> 00:17:20,250 +system of unitsمعنى أن الطول هيكون وحدته المتر، + +241 +00:17:20,250 --> 00:17:24,290 +الكتلة هيكون وحدتها ال gram، الزمن هيكون وحدته ال + +242 +00:17:24,290 --> 00:17:27,990 +second، ال current هيكون أمبير، ال voltage اللي هو + +243 +00:17:27,990 --> 00:17:31,770 +volt، ال temperature Kelvin و هكذا، يعني أنا بتوقع + +244 +00:17:31,770 --> 00:17:34,670 +أن كل المثاقات كنت قريبا تستخدمها ال units، + +245 +00:17:34,670 --> 00:17:36,610 +ماعتقدش في مثاق تستخدمه فيه اللي هي ال British + +246 +00:17:36,610 --> 00:17:40,230 +units اللي هي ال food و ال pound و الآخر، احنا + +247 +00:17:40,230 --> 00:17:45,120 +نظام اللي هو ال international system unitكمان لازم + +248 +00:17:45,120 --> 00:17:48,560 +أعرف اللي هي ال prefix يعني لما أجي أحكي إنه قيمة + +249 +00:17:48,560 --> 00:17:52,200 +الكثافة هي عبارة عن تلاتة نانو فراد أبقى عارفة إن + +250 +00:17:52,200 --> 00:17:56,960 +ال nano فراد هي عبارة عن عشر قوة ناقص تسعة مثلا أو + +251 +00:17:56,960 --> 00:18:02,240 +أقول إنها بيكو يعني عشر قوة ناقص اتناشر فراد أقول + +252 +00:18:02,240 --> 00:18:05,960 +ال charge بتساوي واحد point ستة مثلا micro column + +253 +00:18:05,960 --> 00:18:11,530 +يعني معناها عشر قوة ناقص ستة يعني لازم أكون ..أكون + +254 +00:18:11,530 --> 00:18:14,410 +هدولة ال prefix واضحين لي او ال ميجا ايش معناه + +255 +00:18:14,410 --> 00:18:22,090 +ميجا عشرة قوة ستة جيجا عشرة قوات الساعة طبعا اذا + +256 +00:18:22,090 --> 00:18:24,490 +لازم اكون عارفة ال prefix مش في الامتحان اش بدأ + +257 +00:18:24,490 --> 00:18:27,330 +احول اقول والله ماعرفش هي ال nano من ال micro مش + +258 +00:18:27,330 --> 00:18:30,110 +كويس في حقي انا و المهندسة اني ماكنش عارفة هذه + +259 +00:18:30,110 --> 00:18:36,170 +الأشياء نيجي + +260 +00:18:36,170 --> 00:18:38,410 +لل voltage و ال current ال voltage و ال current هم + +261 +00:18:38,410 --> 00:18:43,420 +محور هذا المساقك engineers قلنا أهم حاجة نعرفها ال + +262 +00:18:43,420 --> 00:18:45,620 +voltage و ال current و ال voltage و ال current + +263 +00:18:45,620 --> 00:18:52,160 +مربوطين بشكل أساسي بالشحنات اللي عنها الشحنات هي + +264 +00:18:52,160 --> 00:18:58,630 +مصدر هي الظواهر الكهربائيةالشحنات فيها مزايا أول + +265 +00:18:58,630 --> 00:19:01,390 +حاجة إنها bipolar إيش معناه؟ يعني في إن الشحنات + +266 +00:19:01,390 --> 00:19:04,450 +موجبة و الشحنات سالبة ال plus و ال minus زي + +267 +00:19:04,450 --> 00:19:08,450 +الإلكترون شحنته سالبة و ال proton شحنته موجبة قيمة + +268 +00:19:08,450 --> 00:19:12,330 +الشحنات هي واحد و ستة الوحدة بتاعتها اللي هي شحنة + +269 +00:19:12,330 --> 00:19:17,670 +الإلكترون واحد و ستة من عشرة فعشرة أقوى ناقص تسعة + +270 +00:19:17,670 --> 00:19:24,260 +عشر زي ما أنتوا شايفين بال columnلو أنا بحكي هذه + +271 +00:19:24,260 --> 00:19:28,360 +الوحدة، الوحدة بتعزيها لشحنة الإلكترون، طب لو أنا + +272 +00:19:28,360 --> 00:19:32,500 +عندي عدد أربعين شحنة، قدش ده تكون الشحنة الكلية؟ + +273 +00:19:32,500 --> 00:19:37,180 +أربعين في شحنة الوحدة، عندي أربعين إلكترون، قدش + +274 +00:19:37,180 --> 00:19:40,820 +الشحنة الكلية؟ أربعين في شحنة الإلكترونخمسين + +275 +00:19:40,820 --> 00:19:43,640 +براطون، إيش الشحنة الكلية؟ خمسين في شحنات + +276 +00:19:43,640 --> 00:19:47,300 +البراطون، هذه هتكون موجبة و هذه هتكون سالبة، + +277 +00:19:47,300 --> 00:19:51,960 +ممتاز؟ مافي استفصالات لحد هنا، هذه قلنا الشحنات + +278 +00:19:51,960 --> 00:19:56,340 +الكهربائية هي المسؤولة عن الظواهر الكهربائية اللي + +279 +00:19:56,340 --> 00:20:04,240 +هي التيار و ال voltage، تدفقها مربوط بمين؟ + +280 +00:20:04,240 --> 00:20:07,780 +بالتيار، الفصل تبعها ال separation مربوط بال + +281 +00:20:07,780 --> 00:20:12,000 +voltageتمام؟ إذا هنتعلم إيش هم ال voltage و ال + +282 +00:20:12,000 --> 00:20:14,280 +current لإنه صارنا عارفين إيش هي الشحنات إذا + +283 +00:20:14,280 --> 00:20:17,440 +separation of charge create electric force أنا بدأ + +284 +00:20:17,440 --> 00:20:23,740 +أفصل الشحنات، هيتولد عندي electric force و ال + +285 +00:20:23,740 --> 00:20:27,600 +voltage طبعا لما أنا أفصل الشحنات، هيتولد energy + +286 +00:20:28,310 --> 00:20:31,210 +هيصير expansion لل energy of force ومسافة، هيصير + +287 +00:20:31,210 --> 00:20:35,970 +عندي energy، صح؟ هاي ال energy بالنسبة لل charges + +288 +00:20:35,970 --> 00:20:40,650 +dw by dq هي ال voltage، اذا أنا عمال بفصل شحنات، + +289 +00:20:40,650 --> 00:20:44,750 +هيصير expansion of energy بالنسبة لل charges dw by + +290 +00:20:44,750 --> 00:20:48,110 +dq هي ال voltage، اذا تمام، لقينا ال separation + +291 +00:20:48,110 --> 00:20:50,730 +تبع ال charges بتعطيني ال voltage بين طرفي ال + +292 +00:20:50,730 --> 00:20:55,030 +elementأذا ال voltage يعني الطرفية ال element هو + +293 +00:20:55,030 --> 00:21:01,610 +عبارة عن dw by dq و هي مين؟ ال energy in joules ال + +294 +00:21:01,610 --> 00:21:06,210 +q هي مين؟ ال charge بال column تمام؟ احفظونا يا + +295 +00:21:06,210 --> 00:21:11,830 +عزيزي اذا v هي dw by dq v بال joule و q بال column + +296 +00:21:11,830 --> 00:21:17,230 +و v ايش بتكون؟ بال volt كمان مرة ولا واضح؟ w بال + +297 +00:21:17,230 --> 00:21:22,700 +joule و q بال column و v بال voltأذا ال voltage هو + +298 +00:21:22,700 --> 00:21:27,320 +بعزة لفصل الشحنات نيجي للتيار طبعا هذا analogy + +299 +00:21:27,320 --> 00:21:31,500 +يعني أنه كيف أبسط الفكرة الفكرة أو أوضحها أنه ال + +300 +00:21:31,500 --> 00:21:34,340 +voltage احنا بنقيسه بين طرفين ال terminal بالتمام + +301 +00:21:34,340 --> 00:21:37,940 +بناظر ارتفاع الميه في صنبور في أمبوبة أمبوبة الميه + +302 +00:21:37,940 --> 00:21:42,160 +احنا دايما بنشوف انابيب الميه الفرق بين ارتفاعين + +303 +00:21:42,160 --> 00:21:45,140 +الميه ال height هذا اللي بين نقطة هى ونقطة هى + +304 +00:21:45,140 --> 00:21:48,540 +بمثلني بالتمام اللي هو فرق الجهد بالنقطة تانية + +305 +00:21:49,350 --> 00:21:52,630 +مناظرة مش يعني هو exactly يعني هذا لو أنا طلعت على + +306 +00:21:52,630 --> 00:21:56,170 +صنبور الميه من الارتفاع فارق الارتفاع بين هاي + +307 +00:21:56,170 --> 00:21:58,870 +النقطة و هاي النقطة، هاي النقطة مثلا من هنا لهنا و + +308 +00:21:58,870 --> 00:22:01,530 +هاي نقطة من هنا لهنا، الفرق بينهم هو بمثل الجهد + +309 +00:22:01,530 --> 00:22:06,930 +بين طرفين مقامة، بمثل يعني، بشبه ال + +310 +00:22:06,930 --> 00:22:09,850 +current قولنا ال current يعزل مين لحركة و تدفق + +311 +00:22:09,850 --> 00:22:13,570 +الشحنات؟ اذا انت حرك الشحنات بيولد لمين ال + +312 +00:22:13,570 --> 00:22:14,370 +current؟ + +313 +00:22:16,970 --> 00:22:19,950 +تمام؟ إذا ال current هتبعت متعلقة تدفق الشحنات + +314 +00:22:19,950 --> 00:22:23,910 +بالنسبة لميلا الزمن تدفق معناه هو dq by dt هاي + +315 +00:22:23,910 --> 00:22:27,570 +معناه تدفق تدفق الشحنات بالنسبة للزمن إذا dq by dt + +316 +00:22:27,570 --> 00:22:34,270 +هو t إذا I بيساوي I بيساوي dq by dt إذا كانت q + +317 +00:22:34,270 --> 00:22:38,230 +مالها بال column T بال second I إيش هيكون؟ بال + +318 +00:22:38,230 --> 00:22:42,850 +amber إذا ال amber هو dq by dt حيث إن q بال column + +319 +00:22:42,850 --> 00:22:48,370 +وT بال second تمام؟في أي استفسار لحدنا؟ إذا نعرفنا + +320 +00:22:48,370 --> 00:22:50,870 +إن الـ voltage هو attributes لـ separation of + +321 +00:22:50,870 --> 00:22:54,090 +charges يعني dW by dQ ال current ال flow of + +322 +00:22:54,090 --> 00:22:57,350 +charges اللي هي dQ by dT طب خليني أسألكوا سؤال + +323 +00:22:57,350 --> 00:23:02,700 +دايما بنسأل لطلاب الهندسة المهندسينطب احنا اتفقنا + +324 +00:23:02,700 --> 00:23:06,280 +ان ال Q مالها لو كان عندي واحدة واحد point ستة في + +325 +00:23:06,280 --> 00:23:09,680 +عشر أقوى ناقص تسعة عشر لو كان عندي أربعين نضربهم + +326 +00:23:09,680 --> 00:23:12,980 +ايش معناها ان ال charge مالها discrete ولا لا؟ هاي + +327 +00:23:12,980 --> 00:23:15,720 +معناه discrete، discrete ان عندي واحد عندي خمسين + +328 +00:23:15,720 --> 00:23:19,260 +طالبة كل واحدة طولها بتساوي طول التانية ميت متر، + +329 +00:23:19,260 --> 00:23:21,920 +اذا لو حاطوتهم في بعض اش مابدي أضرب حاصل ضربهم، + +330 +00:23:21,920 --> 00:23:25,160 +هاي discrete معناه طب ال current discrete ولا + +331 +00:23:25,160 --> 00:23:26,220 +continuous؟ + +332 +00:23:29,110 --> 00:23:31,550 +فهمتوا إيش معناه discrete؟ أنا عندي ال unit تلت ال + +333 +00:23:31,550 --> 00:23:36,430 +charge لو عندي عشرة منهم بضرب عشرة في ال unit صح؟ + +334 +00:23:36,430 --> 00:23:39,010 +طب ال current قلتوا كلكوا جوابته على طول + +335 +00:23:39,010 --> 00:23:42,330 +continuous يمتاز الجواب صحيح مية في المية طب أنا + +336 +00:23:42,330 --> 00:23:45,630 +بقول ال charges dq by dt بتعطيني التيار و ال + +337 +00:23:45,630 --> 00:23:48,070 +charges مالها discrete طب كيف صار التيار + +338 +00:23:48,070 --> 00:23:51,830 +continuous؟ ال T كلها + +339 +00:23:57,530 --> 00:24:00,970 +لأ، يعني ممكن إن هي إلها أكيد دورة T، بس كيف لعبة + +340 +00:24:00,970 --> 00:24:07,710 +دورة T؟ كمية .. كمية كبيرة، أيوة كبيرة، تيارات + +341 +00:24:07,710 --> 00:24:11,270 +عمالة اللي تشارج تتدفق في هذا الزمان كبيرة، فبتصير + +342 +00:24:11,270 --> 00:24:14,790 +يعني .. تخيلوا كأنه ناس قاعدين متزحمين في كوم كوم، + +343 +00:24:14,790 --> 00:24:17,590 +بتقولي والله هدولة ناس، بيسموهم حتى بالنسباله ناس + +344 +00:24:17,590 --> 00:24:21,550 +من الناس، صاروا كتلة، بطل يقولوا ألف، يقولك ناس، + +345 +00:24:21,550 --> 00:24:24,570 +اجتمع في الميدان ناس من الناس، عدد من الناس، كتلة + +346 +00:24:24,570 --> 00:24:28,980 +من الناسأذا عدد الإلكترونات التدفق اللي بتولد + +347 +00:24:28,980 --> 00:24:32,340 +للتيار هو كعدد كبير لدرجة اني بعتبرها continuous + +348 +00:24:32,340 --> 00:24:36,320 +quantity عشان + +349 +00:24:36,320 --> 00:24:38,900 +ال analogy قولنا بال hydraulic يعني لو أنا بتطلع + +350 +00:24:38,900 --> 00:24:43,560 +على اللي هي الميه المتدفقة هي بتمثلي التيار + +351 +00:24:43,560 --> 00:24:44,280 +المتدفق + +352 +00:24:49,370 --> 00:24:52,610 +إذا ال charge going past a plane per time هي + +353 +00:24:52,610 --> 00:24:55,550 +analogous لل volume of water going past a plane in + +354 +00:24:55,550 --> 00:24:58,990 +a pipe per timeطبعا كيف نقيس طول الطيار؟ بنطلع + +355 +00:24:58,990 --> 00:25:01,790 +عليها الإنبوبة اللي هي بالنسبالنا احنا بيه مقاومة + +356 +00:25:01,790 --> 00:25:04,490 +أو element يعني element بمرق فيه الطيار بتطلع علي + +357 +00:25:04,490 --> 00:25:07,550 +cross-section تبعها و بشوف كده تتدفق الإلكترونات + +358 +00:25:07,550 --> 00:25:12,190 +بزمن هي بتعطينا الطيار نفس الاشي للميه كده ميه + +359 +00:25:12,190 --> 00:25:15,570 +بتتدفق على هذا ال flame بعرف كده تدفق أو ال flow + +360 +00:25:15,570 --> 00:25:20,770 +تبع ال liquid تبعي هذا هو ال analogy ما بين ال + +361 +00:25:20,770 --> 00:25:23,770 +voltage بالكلام كمان في رسمة حلوة بتحبوها أكيد + +362 +00:25:23,770 --> 00:25:27,970 +طبعا مدنيعنا الحووظ الميه، إيش هو اللي عشان يبطسوا + +363 +00:25:27,970 --> 00:25:30,850 +الميه؟ إيش بيعملوا المهندسين؟ برفعوا الميه من ال + +364 +00:25:30,850 --> 00:25:34,790 +ground لوين؟ للحووظ عشان يعملوا طاقة وضع، برفعوا + +365 +00:25:34,790 --> 00:25:38,870 +على ارتفاع معين الفرق هذا ال height بنظر بالتمام + +366 +00:25:38,870 --> 00:25:42,220 +فرق الجهدقالت لو انا افتح الصنبورش بيصير للميه + +367 +00:25:42,220 --> 00:25:45,740 +معها طاقة وضع بتتحول لطاقة كهربا طاقة حركية + +368 +00:25:45,740 --> 00:25:49,620 +وبتندفع للمنازل بدون هذه الحركة بتحلموش الميه + +369 +00:25:49,620 --> 00:25:53,060 +تتوزع لازم تطلع على حووز عشان تكسب طاقة وضع وبعدين + +370 +00:25:53,060 --> 00:25:56,640 +تتحول لطاقة حركة و تتوزع على البيوت نفس الاشي احنا + +371 +00:25:56,640 --> 00:26:00,440 +هيكون عندنا فرق جهود هو اللي هقدر تدفق التيار بين + +372 +00:26:00,440 --> 00:26:04,840 +طرفي ال element إذا المناظرة لارتفاع الحووز هو ال + +373 +00:26:04,840 --> 00:26:08,760 +voltage تدفق الميه بناظره تدفق التيار + +374 +00:26:12,920 --> 00:26:15,940 +قبل ما أجل هذه النقطة اللي هي ال reference + +375 +00:26:15,940 --> 00:26:19,560 +polarities بدي أحكي عن ال elements تعون هذا المساق + +376 +00:26:19,560 --> 00:26:26,420 +احنا + +377 +00:26:26,420 --> 00:26:29,840 +في هذا المساق هنتعامل مع ال elements اللي لها + +378 +00:26:29,840 --> 00:26:39,760 +الخصائص التالية ideal ideal + +379 +00:26:45,540 --> 00:26:51,420 +basic elements إيش المقصود تبقى ideal و basic + +380 +00:26:51,420 --> 00:26:55,200 +elements نجلع كلمة أول basic و بعدين هروح ل ideal + +381 +00:26:55,200 --> 00:26:59,600 +ال basic elements هحط خطين عشان أنا حادة فيها ال + +382 +00:26:59,600 --> 00:27:02,620 +basic elements أول حاجة له two terminals two + +383 +00:27:02,620 --> 00:27:08,220 +terminals يعني + +384 +00:27:08,220 --> 00:27:12,560 +أي element بدي أخده في هذا المصاقهذا ال element + +385 +00:27:12,560 --> 00:27:17,380 +لازم يكون له طرفين لا تلاتة ولا أربعة ولا خمسة في + +386 +00:27:17,380 --> 00:27:19,840 +elements موجودين في الدنيا اللي هم أربعة عشر رجل و + +387 +00:27:19,840 --> 00:27:24,140 +تمانية عشرين رجل احنا بسقله رجلتين فقط هذا ال + +388 +00:27:24,140 --> 00:27:27,280 +element اللي بناخده في هذا المثال الحاجة التانية + +389 +00:27:27,280 --> 00:27:31,740 +انه عبر عنه mathematically بدلالة ال voltage و ال + +390 +00:27:31,740 --> 00:27:40,340 +current انه can be described can be described + +391 +00:27:46,840 --> 00:27:52,340 +mathematically ابدلالة ال voltage أو .. أو حتى and + +392 +00:27:52,340 --> 00:27:56,380 +ال current يعني لو عبرت عنه ابدلالة ال voltage + +393 +00:27:56,380 --> 00:27:59,460 +بكفيني لو عبرت عنه ابدلالة ال current بكفيني لو + +394 +00:27:59,460 --> 00:28:03,300 +ابدلالة الاتنين مع بعض برضه كويسأذا mathematically + +395 +00:28:03,300 --> 00:28:06,480 +خليني أبسطلكم يا بحاجة بنعرفها و احنا مش بدين من + +396 +00:28:06,480 --> 00:28:10,480 +السفر نعرف معلومات سابقة صح؟ مين بنعرف أسهل حاجة؟ + +397 +00:28:10,480 --> 00:28:15,780 +المقامة المقامة اتعلمنا معها قانون مين؟ اوم اش + +398 +00:28:15,780 --> 00:28:19,440 +بقولنا اوم؟ بقول أي مقامة في الدنيا إذا حطيت فرق + +399 +00:28:19,440 --> 00:28:23,600 +جهد بين طرفيها حيمور فيها تيار I صح؟ إيش العلاقة + +400 +00:28:23,600 --> 00:28:27,420 +بينهم اوم و V بتساوي I في R؟ إذا أنا قدرت أتعبر عن + +401 +00:28:27,420 --> 00:28:29,920 +هذا ال element المعادلة الرياضية اللي بتربط ال + +402 +00:28:29,920 --> 00:28:34,330 +voltage و ال current هذا هو المقصود فيهاالنقطة + +403 +00:28:34,330 --> 00:28:47,050 +التالتة it can't be simplified يعني + +404 +00:28:47,050 --> 00:28:50,530 +لما انا أحط مقاومة مقدارها خمسة أوم ماقدرش أبسطها + +405 +00:28:50,530 --> 00:28:56,010 +أكتر من هيك، خلاص، ماهي مقاومة مكسف خمسة نانو فراد + +406 +00:28:56,010 --> 00:28:59,730 +هو أصغر element ماقدرش أبسطه أصغر من هيك هدولة هما + +407 +00:28:59,730 --> 00:29:04,060 +شروط ال basic elementالو two terminals بعبّر عنه + +408 +00:29:04,060 --> 00:29:06,800 +رياضيًا دلوقتي ال voltage و ال current و أخر حاجة + +409 +00:29:06,800 --> 00:29:10,900 +أني ماقدرش أبسطه أكتر من هيك نجي لكلمة ideal إيش + +410 +00:29:10,900 --> 00:29:14,520 +معناه ideal؟ ideal مثالي يعني بتعمل مع هاي ال + +411 +00:29:14,520 --> 00:29:18,040 +limits إنها تعامل مثالي بمعنى إنه مافيش فيها أي + +412 +00:29:18,040 --> 00:29:22,380 +أخطاء مجلة الخطأ إذا بتتذكروا في المدرسة أخدتوا + +413 +00:29:22,380 --> 00:29:27,380 +اللي هي القاومة بتاعة الألوانمتذكرين؟ كان عندنا A + +414 +00:29:27,380 --> 00:29:33,660 +,B,C,D متذكرينهم؟ وكنت تقولوا R بتساوي A,B فعشرة + +415 +00:29:33,660 --> 00:29:38,200 +قوة C وفي عندنا ال D دي هي نسبة الخطأ ال tolerance + +416 +00:29:38,200 --> 00:29:42,440 +بتاعتها ليش بيحطها ال manufacturer؟ المصنع .. + +417 +00:29:42,440 --> 00:29:45,960 +خلّيني أفترض إنه بيصنع لعشرين جامعة ولا لألف جامعة + +418 +00:29:45,960 --> 00:29:49,120 +بيطلّق عدد كبير من القوامات بيدهم الجامعات كلهم + +419 +00:29:49,120 --> 00:29:52,610 +طلبوا منه مقاومات قيمتها عشر قوةصنع مليون مقاومة + +420 +00:29:52,610 --> 00:29:55,370 +ووزعها على الجامعات طب هم الجامعات هيجيوا يقسوا + +421 +00:29:55,370 --> 00:29:59,950 +مقاومات وقاسها في ظروف عشرة ينقسوها يلاقوها 9.999 + +422 +00:29:59,950 --> 00:30:05,090 +ولا 9.89 بدهم يروح يقولولهم انت غلطان ويخسرون هم + +423 +00:30:05,090 --> 00:30:08,250 +الأول بقولهم يا جماعة انا تحت ظروفي المخبرية + +424 +00:30:08,250 --> 00:30:15,430 +المقاومة بتاعتي في إلها سماحية تكون من عشرةأقل + +425 +00:30:15,430 --> 00:30:20,010 +ممكن توصل ل 9.8 حسب قدش نسبة الخطأ هو بإيساف + +426 +00:30:20,010 --> 00:30:24,830 +المحتبر ويمكن توصل ل 10.2 ممكن تكون من 8 الى 12 + +427 +00:30:24,830 --> 00:30:28,790 +يعني إذا لاقيت قيمة المقاومة بين هذا ال range إذا + +428 +00:30:28,790 --> 00:30:32,230 +أنت مش غلطان ولا أنا مخطئ أنا من يوم أبيعتك و أنا + +429 +00:30:32,230 --> 00:30:35,630 +قايلك هذا اللي حكيت هذا بيسميه tolerance قديش أنا + +430 +00:30:35,630 --> 00:30:40,710 +ك manufacturer بقول إن المقاومة بتاعتي بتتحمل فيها + +431 +00:30:40,710 --> 00:30:45,740 +خطأغالباً العوامل بتأثر على تغير مقاومة الظروف + +432 +00:30:45,740 --> 00:30:49,280 +المخبرية يعني هو بصنع في المختبر قاعد في المصنع + +433 +00:30:49,280 --> 00:30:53,600 +تبعه تحت ظروف معينة بقيسها بتعطيه عشرة بطلعها برا + +434 +00:30:53,600 --> 00:30:57,840 +المختبر بقيسها تحت ظروف مثلا برا بروح بعمل في ظروف + +435 +00:30:57,840 --> 00:31:00,920 +شوية غير ال temperatureلأنه ممكن يكون هو قاعد + +436 +00:31:00,920 --> 00:31:04,600 +بيصنعها تحت درجات حرارة يمكن 12 درجة مئوية يروحوا + +437 +00:31:04,600 --> 00:31:08,100 +تحت المختبر يقولوا بيدرسلها 25، 27 درجة مئوية + +438 +00:31:08,100 --> 00:31:11,340 +بلإنه فيه شوية تغيرات بيخلي مهندسين زيكم طول + +439 +00:31:11,340 --> 00:31:14,380 +النهار ومقيسه ويشوفوا قداشر ال error على 10، 20 + +440 +00:31:14,380 --> 00:31:17,080 +بياخد عينة عشوائية و بعدين بيحط قيمة ال tolerancy + +441 +00:31:17,680 --> 00:31:20,960 +بقول للناس انتوا من اليوم يكونوا متوقعين إيش اللي + +442 +00:31:20,960 --> 00:31:24,160 +هيكون قيمة المقاومة من هنا لهنا هذا مالها real + +443 +00:31:24,160 --> 00:31:28,020 +quantity يعني قيمة حقيقية أنا بتعامل مع المختبر + +444 +00:31:28,020 --> 00:31:32,000 +بقول إن قيمة المقاومة قد تكون هلقد لهلقد ال range + +445 +00:31:32,000 --> 00:31:36,580 +فيها ideal بيقول عشرة أم يعني عشرة أم المخطأ فيها + +446 +00:31:36,580 --> 00:31:39,400 +zero هي معنى ideal تمام؟ + +447 +00:31:50,500 --> 00:32:01,700 +نسح اللي على السطورة لإننا بدنا إياها نرجع في + +448 +00:32:01,700 --> 00:32:08,180 +أي استفسار لحد هنا يا أنت؟ كله واضح؟ في أي + +449 +00:32:08,180 --> 00:32:12,720 +استفسار؟ طيب إذا كله واضح خلينا نشوف النقطة + +450 +00:32:12,720 --> 00:32:18,350 +التاليةهنا إحنا هنتعامل قولنا مع voltage و current + +451 +00:32:18,350 --> 00:32:22,510 +صح؟ أنا إيش في الآخر بتعمل؟ مع دائرة أنا رسمتها + +452 +00:32:22,510 --> 00:32:26,050 +بإيدي مش روحت على المختبر و أخدت بيانات رسمت دائرة + +453 +00:32:26,050 --> 00:32:31,730 +ناخد دائرة بسيطة زي دائرة on يعني مثلا طيار أو + +454 +00:32:31,730 --> 00:32:37,250 +voltage حلنا نقول voltage source plus minus وعندي + +455 +00:32:37,250 --> 00:32:44,920 +كمان يمكن هنا كمان مقاومة كمان مقاومة و هكذابدأ + +456 +00:32:44,920 --> 00:32:48,580 +أحدد التيارات و ال voltages أنا كل المعطلة فيها ر + +457 +00:32:48,580 --> 00:32:53,180 +واحد و ر تنين و ر تلاتة و قيمة هذا ال voltage + +458 +00:32:53,180 --> 00:32:59,280 +واضحة ولا أكبرها؟ واضحة للي ورا ولا أكبرها؟ طب + +459 +00:32:59,280 --> 00:33:02,740 +احكوا مش احنا بنقول .. احنا نسأل و على طول بدأ + +460 +00:33:02,740 --> 00:33:07,420 +أرسم نموذج مثل يعني عشان اوضح أشي اللي بدأ أحكيها + +461 +00:33:07,420 --> 00:33:07,640 +الآن + +462 +00:33:12,140 --> 00:33:18,080 +أنا عندي دائرة زي هيك بسيطةعندي معروف قيمة ال + +463 +00:33:18,080 --> 00:33:22,020 +voltage source معروف عندي قيم المقاومات إيش اللي + +464 +00:33:22,020 --> 00:33:24,960 +بدنا نجيب؟ إيش بيكون مجهل في هالحالة؟ التيارات + +465 +00:33:24,960 --> 00:33:27,180 +اللي بتمر في المقاومات و ال voltages اللي حوالهم + +466 +00:33:27,180 --> 00:33:30,740 +صح؟ يعني هيكون في عندي طيار في R3 مجهول، طيار في + +467 +00:33:30,740 --> 00:33:35,080 +R1 مجهول، طيار في R2 مجهول، طب إيش اتجاه الطيار؟ + +468 +00:33:35,080 --> 00:33:39,080 +حد عارف؟ أنا مش في المختبر، أنا رسمت أو يعني + +469 +00:33:39,080 --> 00:33:43,480 +الكتاب أعطاني هالرسمة وقال لي جيبيه للتيارات، بعمل + +470 +00:33:43,480 --> 00:33:49,270 +حاجة بسميها ال referencecurrent بقول والله هي I + +471 +00:33:49,270 --> 00:33:53,590 +واحد هذه reference انا اخترته مش هو الحقيقة بقول + +472 +00:33:53,590 --> 00:34:00,310 +هي I تنين هي I تلاتة هدولة ال reference ال + +473 +00:34:00,310 --> 00:34:02,870 +reference can't be wrong يعني مابقدرش اقول انه غلط + +474 +00:34:02,870 --> 00:34:05,850 +لأنه انا اللي اخترته انا يعني بطريقة معينة اقولت + +475 +00:34:05,850 --> 00:34:11,990 +بدي اخد هيكة تمام نفس الاشي ال voltages مش بقول + +476 +00:34:11,990 --> 00:34:17,140 +والله هي V واحدمثلا يعني إذا أنا ال voltage بعطي + +477 +00:34:17,140 --> 00:34:22,180 +بولارتي بعطي بولارتي plus minus و أنا اللي بعملها + +478 +00:34:22,180 --> 00:34:25,460 +إذا أنا اللي عملتها هيبقى سميها reference لما أجي + +479 +00:34:25,460 --> 00:34:30,820 +افترض أحليتها أو روحت على المختبر و قست إذا قست و + +480 +00:34:30,820 --> 00:34:32,920 +أعطاني الجواب موجب إذا أنا ال reference بتاعة + +481 +00:34:32,920 --> 00:34:36,240 +اتفقت مع الحقيقة عطتني أشهر أساليب أنسى اللي أنا + +482 +00:34:36,240 --> 00:34:40,880 +فرضته أو ال reference عكس تمام؟نفس الاشي للتيارات، + +483 +00:34:40,880 --> 00:34:43,960 +التيارات قولنا إيش؟ بنعطي اتجاه ال voltage بولارة + +484 +00:34:43,960 --> 00:34:48,500 +plus minus ال current بعطي اتجاه أو sense بنسميه + +485 +00:34:48,500 --> 00:34:53,140 +sense هذا السهم اللي بمثللي ال sense تبع التيار + +486 +00:34:53,140 --> 00:34:56,880 +برضه أنا فرضه لو أنا قست التيار و أعطاني أو حسبت و + +487 +00:34:56,880 --> 00:35:00,000 +طلع نفس القيمة موجبة بقول إن إذا ان اتجاه اللي أنا + +488 +00:35:00,000 --> 00:35:03,680 +ال reference بتفق مع الحقيقة لكن لو أعطاني إشارة + +489 +00:35:03,680 --> 00:35:08,200 +سابش بقول الحقيقه عكس ال reference تمام؟ + +490 +00:35:09,510 --> 00:35:12,510 +في أسناء الحل لما احنا بنفرض ال references أو ممكن + +491 +00:35:12,510 --> 00:35:15,810 +أحيان الكتاب يكون معطينيه يعنى، معطيني السؤال و + +492 +00:35:15,810 --> 00:35:18,870 +حاططلي التيارات و قولي جي بيهم، اجيب أي واحد + +493 +00:35:18,870 --> 00:35:22,050 +تطلعلي سالب خمسة، إيش معناه؟ إن ال reference تبعه + +494 +00:35:22,050 --> 00:35:25,930 +عكس الحقيقية، صح؟ أسوأ أنا حاطيتهم أو هو اللي فرض + +495 +00:35:25,930 --> 00:35:28,470 +علي السؤال اللي حاططهم، هدول أسمهم reference لأنني + +496 +00:35:28,470 --> 00:35:33,890 +هستعين فيهم أني أحدد اتجاه القيمة اللي أنا بحسبها، + +497 +00:35:33,890 --> 00:35:39,240 +واضح؟ هذا هو المقصيد في هاجريعني ايش بنقول ال + +498 +00:35:39,240 --> 00:35:42,380 +reference polarities do not indicate actual + +499 +00:35:42,380 --> 00:35:45,080 +polarities هاي المقصود فيها ال reference ال plus + +500 +00:35:45,080 --> 00:35:48,640 +minus مش بالضرورة انها تعطيني الحقيقية ممكن كون هي + +501 +00:35:48,640 --> 00:35:51,500 +الحقيقية ممكن لأ انا عشواء انا بده أحل السؤال + +502 +00:35:51,500 --> 00:35:54,320 +قاعدة مافيش عنده اي اتجاه ولا اي polarity فانا + +503 +00:35:54,320 --> 00:35:56,080 +بفرضهم هدول ال reference + +504 +00:35:58,830 --> 00:36:01,750 +وطبعا بقدرش اقول والله انا يعني عمل بقى قصين خلاص + +505 +00:36:01,750 --> 00:36:04,250 +انا حاطيتهم هو ال reference اسمهم reference بقولش + +506 +00:36:04,250 --> 00:36:07,570 +ال reference غلط لكن بقول لهم لم تتفق بقولش والله + +507 +00:36:07,570 --> 00:36:10,850 +ال reference تبعي خطأ لأ لم يتفق مع الاتجاه الصحيح + +508 +00:36:10,850 --> 00:36:13,910 +الاتجاه الصحيح المفروض في اتجاه معاكس لل reference + +509 +00:36:13,910 --> 00:36:17,170 +تبعي لأن ساعتها ال reference هو اللي هيدي اللي + +510 +00:36:17,170 --> 00:36:20,510 +بيقرأ حالي ايش انا عملت انا حتى ال reference هيك + +511 +00:36:20,510 --> 00:36:24,230 +طلعلي minus 3 امبير ايش هقول اذا ان اتجاه التجاه + +512 +00:36:24,230 --> 00:36:25,570 +الحقيقي عكس ال reference + +513 +00:36:31,450 --> 00:36:34,370 +طبعا أقولها بدون هذا الحكي يعني هيكون صعب جدا أني + +514 +00:36:34,370 --> 00:36:38,410 +أتعامل مع الحل طبعا هذا بالنسبة لأ ال reference + +515 +00:36:38,410 --> 00:36:43,130 +polarities هذا + +516 +00:36:43,130 --> 00:36:48,410 +أنا حكيته يعني بس عالسريع يعني أنا حكيتها عالسريع + +517 +00:36:48,410 --> 00:36:50,970 +اش حاكيلها مثلا هنا ال voltage ايش قلتلكم مثلا ال + +518 +00:36:50,970 --> 00:36:53,150 +reference طبعيا هاي الرسمة + +519 +00:36:56,640 --> 00:37:00,200 +reference بنفترض V1 أنا أخدت plus minus هذا ال + +520 +00:37:00,200 --> 00:37:03,720 +reference تبعي ويجي اتقسط إذا طلعتلي القيمة زائد + +521 +00:37:03,720 --> 00:37:07,840 +خمسة إذا ال reference تبعي ماله صحيح يعني أنا بدي + +522 +00:37:07,840 --> 00:37:10,620 +أقيص بحط هنا voltmeter بقيص تطلعلي خمسة volt إذا + +523 +00:37:10,620 --> 00:37:13,540 +إن أنا ال reference تبعي بتفق مع القيمة الحقيقية + +524 +00:37:13,540 --> 00:37:14,820 +نفس الأشياء لل current + +525 +00:37:21,690 --> 00:37:24,850 +نفس الحاجة لو أنا أخد مثلا I واحد و طلعلي الجواب + +526 +00:37:24,850 --> 00:37:28,490 +هو تلاتة أمبير معناه أنه أنا الجواب التابعي + +527 +00:37:28,490 --> 00:37:31,850 +الحقيقي بتفق مع الاتجاه لو كان minus تلاتة هيكون + +528 +00:37:31,850 --> 00:37:34,390 +عكس ال reference لو كان أنا كنت ماخدة I تنين لأنه + +529 +00:37:34,390 --> 00:37:37,770 +احنا ناس مختلفين كل واحد ياخد I واحد و ممكن ياخد I + +530 +00:37:37,770 --> 00:37:41,470 +تنين اللي أخد I واحد و طلع الجواب تلاتة إيش معناه؟ + +531 +00:37:41,470 --> 00:37:43,810 +اتفق مع ال reference طلع minus تلاتة ماتفقش مع ال + +532 +00:37:43,810 --> 00:37:46,450 +reference لو أنا أخدت I تنين و الجواب طلع minus + +533 +00:37:46,450 --> 00:37:50,780 +تلاتة مش متفق مع ال referenceلو طلع تلاتة بتكون + +534 +00:37:50,780 --> 00:37:54,140 +بتتفق .. عفوا .. التنين هيك اتجاهها، minus تلاتة + +535 +00:37:54,140 --> 00:37:56,900 +بتكون اتجاهها اي تنين، لو تلاتة بتكون في عكس + +536 +00:37:56,900 --> 00:38:01,020 +الاتجاه المفروض، تمام؟ الحاجة اللي هو بده يؤكد + +537 +00:38:01,020 --> 00:38:03,180 +عليها أو الحاجة المهم اللي احنا نعرفها اللي هي ال + +538 +00:38:03,180 --> 00:38:06,100 +plus و ال minus، إيش بتعني ال plus و إيش يعني ال + +539 +00:38:06,100 --> 00:38:09,940 +minus؟ أنا بده أطلع على element و هنا عندي ال plus + +540 +00:38:09,940 --> 00:38:13,250 +و ال minus، إيش ال plus و ال minus يعنونا؟الـ plus + +541 +00:38:13,250 --> 00:38:16,130 +دايما بتعني لإن ال voltage عندها ده element أي + +542 +00:38:16,130 --> 00:38:18,890 +element ممكن نكون مقام ممكن نكون مكسف ممكن نكون + +543 +00:38:18,890 --> 00:38:24,530 +اندركتورة أكبرها برضه كانت صغيرة هاي هي ال device + +544 +00:38:24,530 --> 00:38:27,770 +بتاعتى أو ال element تبعى وهي الطرفين إيش بيعني ال + +545 +00:38:27,770 --> 00:38:30,550 +plus و إيش بيعني ال minus ال plus لو أنا قلت هاي + +546 +00:38:30,550 --> 00:38:33,890 +ال terminal A وهي ال terminal B هذا الطرف A وهي + +547 +00:38:33,890 --> 00:38:36,690 +الطرف B أنا بحط رجلتين لإنه اتفقنا ال elements ده + +548 +00:38:36,690 --> 00:38:40,450 +و أنا مقالهم اللي مفقت رجلتينهذا ال voltage عند + +549 +00:38:40,450 --> 00:38:44,550 +النقطة A وهذا ال voltage عند النقطة B ال voltage + +550 +00:38:44,550 --> 00:38:51,310 +هيكون mean VA-VB اللي هو ال voltage بين A و B VA + +551 +00:38:51,310 --> 00:38:55,970 +-VB لما أحط plus و minus ال reference تبعي معناه + +552 +00:38:55,970 --> 00:38:59,450 +إن أنا فارضة فرضا إن النقطة A ال voltage تبعها + +553 +00:38:59,450 --> 00:39:02,790 +أعلى من ال voltage B هاي معناه plus و minus مش + +554 +00:39:02,790 --> 00:39:05,590 +معناه إن هنا لازم يكون عندي زائد 3 أو هنا minus 2 + +555 +00:39:05,590 --> 00:39:09,950 +لأمعناه إنه هنا لو كان تلاتة ممكن يكون هنا واحد + +556 +00:39:09,950 --> 00:39:12,650 +يعني تلاتة أكبر من واحد هي كانة فرضي ممكن يكون + +557 +00:39:12,650 --> 00:39:16,730 +فرضي زي ما قلنا باتفقش مع الحقيقة لكن معناه هيك إن + +558 +00:39:16,730 --> 00:39:19,750 +أنا فارضة إن هاي النقطة ال voltage عند ماله أعلى + +559 +00:39:19,750 --> 00:39:22,870 +من هاي النقطة لو طلع هيك صحيح إن هاي تلاتة و هاي + +560 +00:39:22,870 --> 00:39:26,310 +واحد تلاتة ناقص نين تلاتة ناقص واحد تنين ال + +561 +00:39:26,310 --> 00:39:30,370 +reference تبعي صحيح لكن لو حقيقة كان هنا الواحد و + +562 +00:39:30,370 --> 00:39:33,650 +هنا التلاتة هيكون واحد minus تلاتة minus تنين إذا + +563 +00:39:33,650 --> 00:39:37,410 +ال reference تبعي باتفقش مع الحقيقةواضح إيش معناه + +564 +00:39:37,410 --> 00:39:45,170 +plus و minus؟ + +565 +00:39:45,170 --> 00:39:49,230 +هذا حكيناه، + +566 +00:39:49,230 --> 00:39:54,430 +حكيتوا تعملت تحكيه قبل اللي عادي كده؟ احنا حكينا + +567 +00:39:54,430 --> 00:39:57,830 +إيش معناه Ideal Basic Elements لكن في حاجة شراحتها + +568 +00:39:57,830 --> 00:40:01,370 +لقيتها إيش معناه plus و minus وبده أوضحها أكتر في + +569 +00:40:01,370 --> 00:40:07,470 +علاقتها بالتيارةلمّا أجي أطلع بهذا الرسم اللي + +570 +00:40:07,470 --> 00:40:10,610 +قدامي، عندي ال terminal واحد وterminal تانين، عندي + +571 +00:40:10,610 --> 00:40:15,010 +هنا plus و هنا minus وعندي التيار ماشي هكي بدخل + +572 +00:40:15,010 --> 00:40:18,210 +على ال element تبعي، هاي داخل على ال element وطالع + +573 +00:40:18,210 --> 00:40:21,590 +من هنا، هاي معناه ده السهل، أنه بمر في ال element + +574 +00:40:21,590 --> 00:40:25,490 +من هنا وطالع من هناإذا إيش معناه؟ ال voltage جاي + +575 +00:40:25,490 --> 00:40:29,630 +من الطرف الموجب للطرف السالب، يعني جاي من واحد + +576 +00:40:29,630 --> 00:40:33,690 +لاتنين، إيش اللي معناه موجب؟ أعلى من هذا، يعني ال + +577 +00:40:33,690 --> 00:40:36,430 +current جاي من واحد لاتنين، إذا بيروح من العالي + +578 +00:40:36,430 --> 00:40:39,410 +للواطي، إذا إيش بيكون معناه؟ في اتجاه ال voltage + +579 +00:40:39,410 --> 00:40:46,080 +drop في هذه الحالة، إذاالتيار بتحرك في هذا المثال + +580 +00:40:46,080 --> 00:40:49,200 +من العالى للواطى، اذا التيار في اتجاه ال voltage + +581 +00:40:49,200 --> 00:40:53,140 +drop لأنه من واحد لاتنين ايش صلى التيار ال voltage + +582 +00:40:53,140 --> 00:40:56,740 +قل؟ احنا فرضين ان ال plus هنا اعلى من ال minus، + +583 +00:40:56,740 --> 00:41:00,640 +اذا هذا الاتجاه اتجاه voltage drop من واحد لاتنين + +584 +00:41:00,640 --> 00:41:04,220 +اتجاه voltage drop لكن لو من اتنين لواحد اسمه + +585 +00:41:04,220 --> 00:41:11,690 +voltage rise واضحة ولا كده مرة ايدها؟بنجي لـ plus + +586 +00:41:11,690 --> 00:41:16,050 +و minus كده مرة أرسمها هنا على جنب عند هيئم نقطة + +587 +00:41:16,050 --> 00:41:20,230 +واحد نقطة تانين ال plus و ال minus معناه plus أنه + +588 +00:41:20,230 --> 00:41:23,570 +قولنا ال voltage هنا أعلى من minus معناه لو أنا + +589 +00:41:23,570 --> 00:41:28,630 +بروح من واحد لاتنين بتحرك هيكمعناه إن أنا بروح من + +590 +00:41:28,630 --> 00:41:31,950 +ناحية ال voltage drop أو يعني ما لهوش علاقة + +591 +00:41:31,950 --> 00:41:35,650 +بالتيار أنا بس بتحرك هيك plus من plus minus معناه + +592 +00:41:35,650 --> 00:41:39,190 +إن أنا بتحرك في اتجاه ال voltage drop لو أنا بتحرك + +593 +00:41:39,190 --> 00:41:44,230 +من minus ل plus إذا بروح من أقل لأعلىمن أقل لأعلى + +594 +00:41:44,230 --> 00:41:47,690 +إذا voltage rise بالتبام زي الميه إذا بتنزل من تحت + +595 +00:41:47,690 --> 00:41:50,630 +لفوق إيش بيصي لها rising؟ قاعدة بتتدفع الميه من + +596 +00:41:50,630 --> 00:41:53,490 +فوق لتحت إيش بيصي لها drop؟ إذا أنا هيك هذا + +597 +00:41:53,490 --> 00:41:57,170 +الاتجاه plus من واحد لاتنين من عالي لواطع هيكون + +598 +00:41:57,170 --> 00:42:00,170 +voltage drop لو من اتنين لواحد هيكون اندي voltage + +599 +00:42:00,170 --> 00:42:03,150 +rise لو أنا هيك اتجاه التيار تبعي إيش هيكون + +600 +00:42:03,150 --> 00:42:07,370 +اتجاهه؟ رايح من الأعلى لأوطاية اتجاه ال current في + +601 +00:42:07,370 --> 00:42:08,870 +اتجاه ال voltage drop + +602 +00:42:18,460 --> 00:42:22,180 +هذا الاتجاه، اتجاه التيار اللي جاي من واحد لاتنين، + +603 +00:42:22,180 --> 00:42:26,480 +إيش بيعنيلي؟ إنه عندي ال postage charges flowing + +604 +00:42:26,480 --> 00:42:30,480 +طبعا إحنا في حاجة مهمة كمان، إحنا قولنا التيار إيه + +605 +00:42:30,480 --> 00:42:34,740 +علاقة بتدفق الشحنات؟ قولنا الشحنات إلها بولاراتي، + +606 +00:42:34,740 --> 00:42:38,880 +موجبة و سالبةيعني لو أنا اتحركت الإلكترونات أكيد + +607 +00:42:38,880 --> 00:42:42,540 +أنا عندي طيار، صح؟ هتتحرك الإلكترونات، بتتدفق في + +608 +00:42:42,540 --> 00:42:46,120 +اتجاه معين، في هذا المصاق احنا بناخد حركة الشحنات + +609 +00:42:46,120 --> 00:42:48,880 +الموجة بقى، لما تتدفق أصلا الإلكترونات في اتجاه، + +610 +00:42:48,880 --> 00:42:51,600 +هتترك وراها إيه؟ الشحنات الموجة بقى، بيسيل اللي .. + +611 +00:42:51,600 --> 00:42:53,780 +اللي .. اللي بتراقب العملية كأنه الشحنات الموجة + +612 +00:42:53,780 --> 00:42:56,980 +بتتجه في الاتجاه المعاكس، الشحنات بتتحرك هيك و في + +613 +00:42:56,980 --> 00:42:58,880 +نفس الوقت كأنه الشحنات الموجة بتتحرك في هذا + +614 +00:42:58,880 --> 00:43:01,740 +الاتجاه، فعنا احنا اتجاه طيار في هذا المصاق + +615 +00:43:05,900 --> 00:43:09,860 +واضح؟ يعني لما أجي أحكي عن هذا ال current هو بقول + +616 +00:43:09,860 --> 00:43:14,880 +أن هو .. أن الشحنات الموجبة بتتدفق من طرف الموجب + +617 +00:43:14,880 --> 00:43:19,580 +لطرف السالب أو معناه أخر أن الشحنات السالب بتتدفق + +618 +00:43:19,580 --> 00:43:23,340 +من الطرف التاني للطرف الأول احنا قولنا عكس بعيد + +619 +00:43:23,340 --> 00:43:26,520 +الشحنات الموجبة بتتدفق من الموجب للسالب معناه + +620 +00:43:26,520 --> 00:43:29,160 +السالب بتتدفق من السالب للموجب هاي اتجاه ال + +621 +00:43:29,160 --> 00:43:31,600 +current احنا اختارت اتجاه ال current فرضين أنه + +622 +00:43:31,600 --> 00:43:36,010 +تجاه الشحنات الموجبةإذاً هذا هو اتجاه الشحنات + +623 +00:43:36,010 --> 00:43:39,790 +الموجبة اتجاه + +624 +00:43:39,790 --> 00:43:45,190 +المعاكس مش بيكون اتجاه الشحنات السالفة واضح؟ احنا + +625 +00:43:45,190 --> 00:43:47,910 +راح نتوقف لعند هذه النقطة وفي اللقاء القادم هنحكي + +626 +00:43:47,910 --> 00:43:51,810 +أكتر عن ال polarity واتجاه التيار لأنه مهم كتير + +627 +00:43:51,810 --> 00:43:55,730 +لهذا المصاد تعرفي على هذه النقطة نعطيكوا العافية + +628 +00:43:55,730 --> 00:43:58,230 +وإن شاء الله نتقبل اللقاء القادم + diff --git a/PL9fwy3NUQKwaAs6rNkQtAiaVf8dEDjWUy/CFGqaoGI4I8_postprocess.srt b/PL9fwy3NUQKwaAs6rNkQtAiaVf8dEDjWUy/CFGqaoGI4I8_postprocess.srt new file mode 100644 index 0000000000000000000000000000000000000000..905681bf41cd3efb945198557ddc4ed3096129c6 --- /dev/null +++ b/PL9fwy3NUQKwaAs6rNkQtAiaVf8dEDjWUy/CFGqaoGI4I8_postprocess.srt @@ -0,0 +1,1164 @@ +1 +00:00:20,670 --> 00:00:24,510 +بسم الله الرحمن الرحيم السلام عليكم ورحمة الله + +2 +00:00:24,510 --> 00:00:28,590 +وبركاته اليوم ان شاء الله هنتبع موضوعنا ال AC + +3 +00:00:28,590 --> 00:00:31,690 +analysis اتفقنا من المحاضرة الماضية ان احنا + +4 +00:00:31,690 --> 00:00:35,710 +هنستغني عن ال differential equations يعني انه نحل + +5 +00:00:35,710 --> 00:00:38,850 +باستخدام ال differential و نتبع طريقة تانية من + +6 +00:00:38,850 --> 00:00:42,110 +خلال ال phasor المحاضرة الماضية شرحنا شوه ال + +7 +00:00:42,110 --> 00:00:45,950 +phasor و لما شرحنا اتعرفنا على التالي انه في ال + +8 +00:00:45,950 --> 00:00:46,910 +frequency domain + +9 +00:00:51,030 --> 00:00:53,950 +قدرنا ببساطة انه بشكل عام اقول ان ال voltage + +10 +00:00:53,950 --> 00:00:59,110 +حوالين اي element من ال elements التلاتة اي + +11 +00:00:59,110 --> 00:01:01,750 +element من ال elements التلاتة ال voltage اللي + +12 +00:01:01,750 --> 00:01:06,250 +حواليا في ال phasor representation بساوي z في I + +13 +00:01:06,250 --> 00:01:13,670 +phasor واتفقنا ان ال phasor هو عبارة عامين ال + +14 +00:01:13,670 --> 00:01:20,580 +voltage مثلا ال phasorهو ال amplitude ل E to the j + +15 +00:01:20,580 --> 00:01:25,500 +omega T اللي بيحمل معلومات عن ال maximum value و + +16 +00:01:25,500 --> 00:01:30,380 +mean و ال phase اذا ال voltage .. ال phase و + +17 +00:01:30,380 --> 00:01:33,640 +representation لل voltage بيحمل معلومات عن ال + +18 +00:01:33,640 --> 00:01:36,800 +amplitude و ال phase و ان هاي بعض راكتب بهذا الشكل + +19 +00:01:36,800 --> 00:01:37,180 +برضه + +20 +00:01:40,370 --> 00:01:43,290 +حد دقيقة شوفنا المحاضرة ماضية وشوفنا ان الـ three + +21 +00:01:43,290 --> 00:01:46,850 +elements بيحققوا هاي المعادلة في ال frequency + +22 +00:01:46,850 --> 00:01:52,070 +domain بمعنى ان المكسف في ال frequency domain بصير + +23 +00:01:52,070 --> 00:01:57,950 +عبر انه z بتساوي minus j على omega cوالإندكتور في + +24 +00:01:57,950 --> 00:02:02,210 +ال frequency domain Z بتاعته هدى بسميها ZC ZL + +25 +00:02:02,210 --> 00:02:06,970 +بتساوي J Omega L والمقاومة في ال frequency domain + +26 +00:02:06,970 --> 00:02:13,490 +بتظالها R ZR بتظالها R real value القيمة الحقيقية + +27 +00:02:13,490 --> 00:02:19,990 +كمان وصلنا لحد المثال اتوقفنا عنده قولنا هى طبعا + +28 +00:02:19,990 --> 00:02:24,710 +بشكل عام ال Z هى ال Z قولنا بشكل عام هى complex + +29 +00:02:24,710 --> 00:02:31,340 +numberبحتوي عريا و imaginary بارد ج كمان مرة تذكير + +30 +00:02:31,340 --> 00:02:37,160 +هي جزر ناقص واحد ال A اللي هي ال R و ال B اللي هي + +31 +00:02:37,160 --> 00:02:43,100 +ال reactance هذه ال resistance وهذه + +32 +00:02:43,100 --> 00:02:51,520 +ال reactance القلمين فاضين يا أستاذ فبو حمزة قلمي + +33 +00:02:51,520 --> 00:02:55,180 +و قلمك تمام؟ + +34 +00:02:55,850 --> 00:02:59,810 +متذكرين هذا الحكيم اللي حكيناه؟ قولنا المقاومة ال + +35 +00:02:59,810 --> 00:03:02,830 +impedance هي Z قولنا إيش بتسميها بشكل عام؟ + +36 +00:03:02,830 --> 00:03:06,670 +impedance إيش معناه impedance؟ ممانعة و ال units + +37 +00:03:06,670 --> 00:03:10,270 +بتاعتها ohm لإنها voltage على current ف Z هي + +38 +00:03:10,270 --> 00:03:14,520 +impedanceقمتها يعني ال impedance برضه مسمى تاني + +39 +00:03:14,520 --> 00:03:18,440 +للممانعة resistance ممانعة reactance ممانعة بس + +40 +00:03:18,440 --> 00:03:21,940 +مميزهم عشان ان ال impedance هي ال complex quantity + +41 +00:03:21,940 --> 00:03:24,820 +هي اللي بتحتوى ع ال real و ال imaginary part ال + +42 +00:03:24,820 --> 00:03:28,960 +real part تبعها مين هي المقامة ال imaginary part + +43 +00:03:28,960 --> 00:03:31,540 +سميناه إيش reactance وقولنا ال reactance غالبا + +44 +00:03:31,540 --> 00:03:36,060 +تيجي من مين؟ من اللي هو ال capacitor و ال inductor + +45 +00:03:36,060 --> 00:03:41,510 +تمام؟ فده لحد حكيناه المحاضرة الماضيةوقفنا عن مثال + +46 +00:03:41,510 --> 00:03:44,690 +قلنا بناخد مثال ان شاء الله اليوم وكان مثال عشان + +47 +00:03:44,690 --> 00:03:48,010 +نتأكد انه فاهمين هاي المصطلحات اللي حكينا عنها + +48 +00:03:48,010 --> 00:03:53,530 +المحاضرة الماضية قلنا انه في اندي مكسف اللي ال + +49 +00:03:53,530 --> 00:04:00,150 +voltage حواليه بساوي Vc of T بتساوي + +50 +00:04:03,400 --> 00:04:12,180 +40 ال maximum value 40 cos 10⁵t minus 50 درجة volt + +51 +00:04:12,180 --> 00:04:18,600 +وقيمة C بتساوي اتنين من عشرة ميكروفارد هذا example + +52 +00:04:20,770 --> 00:04:24,830 +إيش طالب منا ال example؟ أول حاجة طالب مني أن أحسب + +53 +00:04:24,830 --> 00:04:28,290 +ال reactance بتاعة المكسّف يعني أنا في ال time + +54 +00:04:28,290 --> 00:04:33,070 +domain عندي مكسّف C قيمته 2 من 10 ميكروفرات هطيت + +55 +00:04:33,070 --> 00:04:39,390 +voltage حواليه Vc of T بده مني لو أروح على + +56 +00:04:39,390 --> 00:04:43,910 +frequency domain يعني أعمل phasor transformation + +57 +00:04:45,140 --> 00:04:49,500 +أيش قيمة kai ال reactance بتاعة c ال reactance + +58 +00:04:49,500 --> 00:04:53,500 +بتاعة c احنا اتفقنا من المحاضر مانيا reactance مين + +59 +00:04:53,500 --> 00:04:56,540 +هي المضروبة في جهة ال جهة ال بي اللي هي ال + +60 +00:04:56,540 --> 00:05:01,260 +reactance اذا kai c ايش بتساوي minus واحد على + +61 +00:05:01,260 --> 00:05:07,580 +omega c minus واحد على omega c طب مين ال omega انا + +62 +00:05:07,580 --> 00:05:10,940 +اتسفر هنا اتسافر خمسة في ال T اه + +63 +00:05:14,130 --> 00:05:19,150 +هذه الأوميجا احنا قلنا cos ωt زائد فاي هذه + +64 +00:05:19,150 --> 00:05:22,750 +الأوميجا تاعتنا الرمز .. الشكل العالمي تبعي دي + +65 +00:05:22,750 --> 00:05:28,170 +maximum cos ωt زائد فاي لذا الأوميجا مين هي؟ + +66 +00:05:28,170 --> 00:05:33,570 +العشرة قوة خمسة minus واحد العشرة قوة خمسة rad per + +67 +00:05:33,570 --> 00:05:38,850 +second و c point two micro فإذا بدربها في عشرة قوة + +68 +00:05:38,850 --> 00:05:45,210 +ناقص ستةبتصير بالفراد طبعا عشرة قوة خمسة و عشرة + +69 +00:05:45,210 --> 00:05:48,390 +قوة ناقص ستة هيصير عشرة قوة ناقص واحد و في كمان + +70 +00:05:48,390 --> 00:05:51,030 +عند عشرة قوة ناقص واحد بيصير عشرة قوة ناقص سنتين + +71 +00:05:51,030 --> 00:05:56,370 +بتصير مية مية على اتنين قداش خمسين اذا هيكون minus + +72 +00:05:56,370 --> 00:06:02,740 +خمسين او هذا الجزء الاول من السؤالالجزء التاني من + +73 +00:06:02,740 --> 00:06:07,100 +السؤال هي طلب مننا إذا نرى Actance بيقول إيش هي ال + +74 +00:06:07,100 --> 00:06:10,260 +impedance بتاعة المكسّف إذا ال impedance بتاعة + +75 +00:06:10,260 --> 00:06:10,980 +المكسّف بتاعة المكسّف بتاعة المكسّف بتاعة المكسّف + +76 +00:06:10,980 --> 00:06:12,440 +بتاعة المكسّف بتاعة المكسّف بتاعة المكسّف بتاعة + +77 +00:06:12,440 --> 00:06:13,400 +المكسّف بتاعة المكسّف بتاعة المكسّف بتاعة المكسّف + +78 +00:06:13,400 --> 00:06:18,320 +بتاعة المكسّف بتاعة المكسّف بتاعة المكسّف بتاعة + +79 +00:06:18,320 --> 00:06:20,360 +المكسّف بتاعة المكسّف بتاعة المكسّف بتاعة المكسّف + +80 +00:06:20,360 --> 00:06:25,300 +بتاعة المكسّف بتاعة المكسّف بتاعة المكسّف بتاعة + +81 +00:06:25,300 --> 00:06:26,920 +المكسّف بتاعة الم + +82 +00:06:31,860 --> 00:06:35,260 +well هيه pure capacitance ايه المكسف هيه فيه + +83 +00:06:35,260 --> 00:06:41,440 +الريال هيه هي الذنب هيه بتاعته فيه LRهذا بيور مكسب + +84 +00:06:41,440 --> 00:06:44,100 +فقط، ليس عندى مقاومة، لو كان عندى مقاومة بجيب الزد + +85 +00:06:44,100 --> 00:06:46,980 +الكلية، نتعلم كيف نجيبها، بيصير في عندى .. لكن + +86 +00:06:46,980 --> 00:06:48,960 +عندى pure capacitance اللى أخدناها المحاضرة + +87 +00:06:48,960 --> 00:06:52,280 +الماضية، pure capacitance فيمتوا minus j على .. + +88 +00:06:52,280 --> 00:06:56,120 +هيها زد بتسوى minus j على omega c حسبنا أول + +89 +00:06:56,120 --> 00:07:02,340 +reactance، هى إحنا بنقدر نكتبها ع شكل jkcجي كاي سي + +90 +00:07:02,340 --> 00:07:06,320 +جيبنا كاي سي اللي هي reactance ساعة المكسف بده زت + +91 +00:07:06,320 --> 00:07:10,420 +سي زت سي هتكون مش عنده اي real part كله imaginary + +92 +00:07:10,420 --> 00:07:18,140 +part فهيكون فقط عندى minus 50 جي اوبدي منها .. بدي + +93 +00:07:18,140 --> 00:07:23,160 +الفرق .. الجزء اللي بعده بده الفاذر current بده + +94 +00:07:23,160 --> 00:07:28,240 +الفاذر current ABC بده مين الفاذر current اللي بمر + +95 +00:07:28,240 --> 00:07:31,560 +في مين؟ في المكسف احنا في ال frequency domain صبنا + +96 +00:07:31,560 --> 00:07:36,000 +جاهزين عند المكسف قيمته minus 50 J + +97 +00:07:39,700 --> 00:07:45,460 +-J50 في الفزر و ال voltage اللي حوالي ايه ايش + +98 +00:07:45,460 --> 00:07:53,240 +بيساوي اربعين V فزر اكبرها لان مش بس حلونا + +99 +00:07:56,450 --> 00:08:02,990 +V فزر بتساوي القيمة ال maximum value والزاوية سالب + +100 +00:08:02,990 --> 00:08:07,330 +خمسين درجة volt هذا ال voltage اللي حوالين المكسف + +101 +00:08:07,330 --> 00:08:10,150 +ايش بده انا التيار؟ احنا عارفين ان في ال phase + +102 +00:08:10,150 --> 00:08:16,570 +representation I ايش بتساوي V على Z صح؟ لأن V فزر + +103 +00:08:16,570 --> 00:08:22,070 +انا بعملهم B يعني عشان نفضل فزرالـ phasor + +104 +00:08:22,070 --> 00:08:24,710 +representation مش بالساوي Z في I، إذا ال current + +105 +00:08:24,710 --> 00:08:27,890 +هو هذا اللي بده يابده، قداش ال phasor current، ال + +106 +00:08:27,890 --> 00:08:30,470 +phasor current في ال frequency domain ولا بقى لأ + +107 +00:08:30,470 --> 00:08:33,270 +على تفاضل ولا تكامل ولا إيش، بقى ال I على طول مش + +108 +00:08:33,270 --> 00:08:37,090 +بالساوي، ال voltage في ال phasor representation + +109 +00:08:37,090 --> 00:08:42,010 +على قيمة ال impedance بتاعة المكسفقداش قيمة ال + +110 +00:08:42,010 --> 00:08:46,330 +voltage قولنا ال amplitude اللي هو ال 40 و الزاوية + +111 +00:08:46,330 --> 00:08:50,870 +اللي هي قيمتها minus 50 على z اللي حسبناها مع بعض + +112 +00:08:50,870 --> 00:08:53,150 +اللي هي minus j ال 50 + +113 +00:08:59,610 --> 00:09:03,790 +احنا المحاضرة الماضية اتعلمنا انه minus j اذا + +114 +00:09:03,790 --> 00:09:08,030 +بتتذكر و قولنا e to the minus j التسعين ايش + +115 +00:09:08,030 --> 00:09:12,870 +بتساوي؟ cosine اللي هي a لر quantity e to the j + +116 +00:09:12,870 --> 00:09:18,930 +theta بتساوي cosine theta زي j sine theta و e to + +117 +00:09:18,930 --> 00:09:23,670 +the minus j theta بتساوي cosine theta minus sine + +118 +00:09:23,670 --> 00:09:33,020 +thetacos θ-90-j + +119 +00:09:33,020 --> 00:09:40,380 +sin 90 j بتعامل 90 كده؟ zero ال 90 هدا هي صفين + +120 +00:09:40,380 --> 00:09:45,580 +جانب بعيد المقابل لها كده؟ هاي 90 المقابل لها + +121 +00:09:45,580 --> 00:09:50,140 +المجاور ل 90 بيساوي zero جيبتهمها ال zero و ال + +122 +00:09:50,140 --> 00:09:57,130 +sign تبعها بيساوي واحد اذا هذه هتكون minus jتمام؟ + +123 +00:09:57,130 --> 00:10:02,990 +minus j إذا بقدر أعيد كتابة هذا ال form قدامي على + +124 +00:10:02,990 --> 00:10:08,090 +شكل أربعين minus خمسين و هنا بقدر أقول خمسين و بدل + +125 +00:10:08,090 --> 00:10:16,970 +minus j عشان أحط minus تسين تمام؟ + +126 +00:10:21,050 --> 00:10:25,910 +إذن هتساوي أربع على خمسة طب إحنا عارفين مواحد على + +127 +00:10:25,910 --> 00:10:29,730 +E to the minus J ستة إيش بتصير E to the J ستة + +128 +00:10:29,730 --> 00:10:33,990 +بتعرفوها ده الحكي ولا .. أخلا بتعرفوش هي دلين + +129 +00:10:33,990 --> 00:10:38,190 +أعرفه فإذا ال E to the minus التسعين تطلع لفوق إيش + +130 +00:10:38,190 --> 00:10:44,190 +بتصير اللي هي plus التسعين هتصير minus خمسين زي + +131 +00:10:44,190 --> 00:10:50,930 +التسعيناربع على خمسة وهنا بيصير اربعين درجة. ليه + +132 +00:10:50,930 --> 00:10:55,450 +جمعناهم؟ لإن قولنا احنا هذه الزاوية الزاوية ناقص + +133 +00:10:55,450 --> 00:11:01,490 +خمسين بتسوء E to the minus J الخمسين على الزاوية + +134 +00:11:01,490 --> 00:11:05,690 +minus تسعين بتعني E to the minus J التسعين لما + +135 +00:11:05,690 --> 00:11:10,480 +أطلعها لفوق إيش بتصير pluse to the minus j الخمسين + +136 +00:11:10,480 --> 00:11:14,880 +في e to the plus j التسعين في الاش في الضرب بقولنا + +137 +00:11:14,880 --> 00:11:18,620 +تجمع في الضرب تجمع هذه اللي احنا كتبناها على شكل + +138 +00:11:18,620 --> 00:11:23,940 +الزاوية minus تسعين زائد تسعين ماقص خمسين لأن هي + +139 +00:11:23,940 --> 00:11:31,000 +بالتامة بتساوي minus j الخمسين زائد j التسعين اذا + +140 +00:11:31,000 --> 00:11:34,760 +ناتج زي ما انتوا شايفين أمامنا بالأنبير ال current + +141 +00:11:34,760 --> 00:11:40,810 +بالأنبير طب ايش بعد هيك طالب مننا؟طالب منا .. طبعا + +142 +00:11:40,810 --> 00:11:43,610 +ليش اهتمت ان اكتب هيك؟ انا لازمني amplitude دائما + +143 +00:11:43,610 --> 00:11:46,550 +و phase ما اخليش اي complex quantity ولا اي حاجة + +144 +00:11:46,550 --> 00:11:49,630 +تبين دائما اكتب ال phase representation ع شكل + +145 +00:11:49,630 --> 00:11:53,690 +amplitude و phase عشان هيك اهتمت ان اخلص من الجهة + +146 +00:11:53,690 --> 00:11:58,670 +ان احولها كلها لل phase فضل عندي فقط maximum value + +147 +00:11:58,670 --> 00:12:03,630 +و phase value لأن السؤال بعده على طول مش بقولي بدي + +148 +00:12:03,630 --> 00:12:08,120 +I steady state as a function of Tقلنا عايز stay + +149 +00:12:08,120 --> 00:12:11,360 +state كيف بنجيبها؟ بناخد ال maximum value هي ال + +150 +00:12:11,360 --> 00:12:14,780 +maximum value ل stay state احنا بدنا نجيب ال stay + +151 +00:12:14,780 --> 00:12:19,200 +state value و ال stay state value قولنا ببساطة بحط + +152 +00:12:19,200 --> 00:12:22,900 +ال maximum value من الفيزور باخدها و cosine من من + +153 +00:12:22,900 --> 00:12:26,420 +ال omega ال omega قولنا مابتتغيرش كيمة ال omega لا + +154 +00:12:26,420 --> 00:12:33,360 +تتغير تبقى كما هي اللي هي قيمتها عشر أقص حمسةقلنا + +155 +00:12:33,360 --> 00:12:37,220 +ليش؟ لأنه لينيار سيستم و فاي .. قدش طبعا معنا فاي + +156 +00:12:37,220 --> 00:12:42,840 +أربعين؟ أربعين و القيمة برضه أمبير لإن ال current + +157 +00:12:42,840 --> 00:12:47,640 +بيقيصه بالامبير تمام؟ هذا هو السؤال اللي تطبيق + +158 +00:12:47,640 --> 00:12:50,920 +مباشر على المعلومات اللي اتعلمناها المحاضرة + +159 +00:12:50,920 --> 00:12:54,900 +الماضية لكن الأهم من هذا كله أن لو أنا كانت عندي + +160 +00:12:54,900 --> 00:13:00,370 +دائرة networkأول خطوة في ال network عشان أقدر + +161 +00:13:00,370 --> 00:13:03,790 +أحللها زى ما تشوفين في ال phasor مش أسهل منه أن + +162 +00:13:03,790 --> 00:13:07,570 +أروح ال phasor بقدر أعمل أي حاجة مثلا الخطوة + +163 +00:13:07,570 --> 00:13:13,070 +الأولى في أي network بتمر عليها فيها AC source أني + +164 +00:13:13,070 --> 00:13:16,030 +هقدر أحول هاي ال network ل ال phasor + +165 +00:13:16,030 --> 00:13:18,830 +representation خلّين نشوف مثال عالسرية كيف أنا + +166 +00:13:18,830 --> 00:13:22,310 +بقدر أحول من اللي هي ال time domain لل frequency + +167 +00:13:22,310 --> 00:13:22,790 +domain + +168 +00:13:32,210 --> 00:13:34,910 +من ال time domain لل frequency domain يعني نشوف + +169 +00:13:34,910 --> 00:13:40,450 +هذا المثال المثال + +170 +00:13:40,450 --> 00:13:48,570 +هذا عندي source vs عندي مقاومة مقدارها 90 ohm + +171 +00:13:48,570 --> 00:13:54,450 +وعندي inductor اللي قيمته 32 milli henry وعندي + +172 +00:13:54,450 --> 00:14:01,660 +مكسف اللي قيمتهخمسة ميكروفرات و ال source تبعي هذا + +173 +00:14:01,660 --> 00:14:05,200 +AC source ليش AC source؟ و مابعطينيها .. هتكتبوا + +174 +00:14:05,200 --> 00:14:09,160 +معاها زي ما اتعودنا انه VS of T و هذا ال source + +175 +00:14:09,160 --> 00:14:16,140 +sinusoidal VS of T sinusoidal و قيمته كالتالي + +176 +00:14:16,140 --> 00:14:22,340 +سبعمية و خمسينcos احنا اتفقنا لازم cos لو ماكنش + +177 +00:14:22,340 --> 00:14:30,360 +cos لو كان sin بدي احوله cos 5000t زائد 30 درجة + +178 +00:14:30,360 --> 00:14:33,920 +عشان انا احلل الدائرة اكيد هيكون طلب مني بده + +179 +00:14:33,920 --> 00:14:39,320 +التيار عشان اقدر اجيب التيار اول خطوة قبل ما نيجي + +180 +00:14:39,320 --> 00:14:42,720 +نحكي لل network theore وكيف نحلل هذه الدائرة اول + +181 +00:14:42,720 --> 00:14:45,600 +خطوة دائما هنتعلمها ان اروح ال frequency domain + +182 +00:14:48,670 --> 00:14:51,310 +كيف أروح الـ frequency domain؟ أي حاجة في هذه الـ + +183 +00:14:51,310 --> 00:14:54,410 +network بدي أخليها في الـ phase representation + +184 +00:14:54,410 --> 00:14:57,070 +يعني هذا ال source .. إيش بدي يحصل في ال phase + +185 +00:14:57,070 --> 00:15:01,210 +representation؟ Vs هيصير في ال magnitude اللي هي + +186 +00:15:01,210 --> 00:15:10,370 +750 والزاوية اللي مقدرها 30 درجة المقاومة R بتضلها + +187 +00:15:10,370 --> 00:15:17,430 +Rتسعين اوم طب omega هي R بتضلها R عشان نعمل هيك + +188 +00:15:17,430 --> 00:15:24,170 +نفس السهم R ضلت R C إيش بتروح؟ C بتصير ZC قيمتها + +189 +00:15:24,170 --> 00:15:29,190 +minus J على omega C قدش قيمة omega؟ المهم اعطينيها + +190 +00:15:29,190 --> 00:15:33,690 +خمسة في عشرة قوة تلاتة minus J على خمسة في عشرة + +191 +00:15:33,690 --> 00:15:38,470 +قوة تلاتة في C الخمسة من ما؟ ليه خمسة micro؟ يعني + +192 +00:15:38,470 --> 00:15:42,920 +خمسة في عشرة قوة ناقص ستةعشرة قوة ناقص ستة فعشرة + +193 +00:15:42,920 --> 00:15:46,400 +قوة تلاتة عشرة قوة ناقص تلاتة عشرة قوة ناقص تلاتة + +194 +00:15:46,400 --> 00:15:50,340 +أيش بيصير فوق ألف على خمسة وعشرين يعني أداش أربعين + +195 +00:15:50,340 --> 00:16:01,140 +minus J أربعين طب مين كمان بيظل عليا اللي هي ال + +196 +00:16:01,140 --> 00:16:08,840 +inductor ال هيروح لإيش ZL بساوي J رميجة Lيعني + +197 +00:16:08,840 --> 00:16:15,080 +بيساوي J Omega اللي هي خمسة في عشرة قوة تلاتة فئل + +198 +00:16:15,080 --> 00:16:21,920 +اللي هي تلتين و تلتين فعشرة قوة ثالث تلتة قوة تلتة + +199 +00:16:21,920 --> 00:16:25,200 +مع ثلثة بروف و ده الخمسة في اتنين و تلتين اللي هي + +200 +00:16:25,200 --> 00:16:32,880 +هتكون مية اقصدتاش J Ohm إذا نعيد المقاومة ال + +201 +00:16:32,880 --> 00:16:35,240 +representation لهذه ال network في ال frequency + +202 +00:16:35,240 --> 00:16:42,180 +domain R ضلت R بيقومالـ Inductor اتحول ل + +203 +00:16:42,180 --> 00:16:51,760 +Ingredients ZL نقدارهاJ 160 Ohm والمكسف اتحول ل ZC + +204 +00:16:51,760 --> 00:16:58,120 +نقدارها minus J 40 Ohm واضحة؟ هي أول خطوة لازم + +205 +00:16:58,120 --> 00:17:01,480 +نكون اتعلمناها يعني أول حاجة في أي network theorem + +206 +00:17:01,480 --> 00:17:05,660 +هينطلب مني أن أروح من ال time domain ل frequency + +207 +00:17:05,660 --> 00:17:08,260 +domain ليش انا بدأ أروح ل frequency domain؟ لأن أي + +208 +00:17:08,260 --> 00:17:12,300 +علاقة بين voltage و quarantineمالها العلاقة؟ + +209 +00:17:12,300 --> 00:17:15,940 +Linear I اللي بمر فيهم برضه هنلاقي انه بتحقق touch + +210 +00:17:15,940 --> 00:17:24,750 +flow لكن العلاقة هتكون VR ايش بتساوي؟ R في IV على + +211 +00:17:24,750 --> 00:17:31,530 +الاندكتور ZL بتساوي ZL في I Linear كلهم Linear V + +212 +00:17:31,530 --> 00:17:37,530 +ZC بتساوي ZC في I فهذا بسهل عليا الحل احنا كنا + +213 +00:17:37,530 --> 00:17:44,590 +زمان اشتغلنا علاقة بينها V للمكسف بتساوي LDI by DT + +214 +00:17:44,590 --> 00:17:51,790 +I للكباسيتور C DV by DT فكان عندنايا بتطلع فعل دي + +215 +00:17:51,790 --> 00:17:55,370 +معادلة لما اجمع هدول ال voltages يا فيها تكامل يا + +216 +00:17:55,370 --> 00:17:58,870 +فيه تفاضل لكن لو انا بدي اطبق نجموع الimpedances + +217 +00:17:58,870 --> 00:18:02,610 +ايش هيكونين دي linear الأقلين يعني واضح؟ + +218 +00:18:08,870 --> 00:18:12,030 +طبعا أول قوانين في ال network theorems اللي ممكن + +219 +00:18:12,030 --> 00:18:14,350 +نحكي عنهم Kirchhoff Current Law و Kirchhoff + +220 +00:18:14,350 --> 00:18:18,010 +Voltage Law اللي بتطبق على ال network theorems في + +221 +00:18:18,010 --> 00:18:20,990 +ال time domain بتطبق عليهم في ال frequency domain + +222 +00:18:20,990 --> 00:18:23,550 +يعني Kirchhoff Current Law و Kirchhoff Voltage Law + +223 +00:18:23,550 --> 00:18:30,030 +بتحققوا برضه في ال frequency domain كل هذا واضح + +224 +00:18:30,030 --> 00:18:31,170 +سؤال اني سألت؟ + +225 +00:18:34,070 --> 00:18:39,470 +يعني ان كيرتشوف current low و voltage low بتحققوا + +226 +00:18:39,470 --> 00:18:43,210 +هنا في ال phasor representation بمعنى ان مشموع ال + +227 +00:18:43,210 --> 00:18:47,770 +phasor of voltages بساوة zero في closed loop + +228 +00:18:50,660 --> 00:18:54,320 +بختار closed loop و هيكون مجموع ال phasors بكتبهم + +229 +00:18:54,320 --> 00:18:58,040 +انا كتبت ال letter بساوة zero و ال current law هذا + +230 +00:18:58,040 --> 00:19:01,820 +Kirchhoff voltage law و Kirchhoff current law بقول + +231 +00:19:01,820 --> 00:19:06,380 +ان ال sum ل I phasor عند ال node بساوة zero + +232 +00:19:09,240 --> 00:19:14,020 +زي ما اتفقنا ال rise بعطيه إشارة سالبة ال drop + +233 +00:19:14,020 --> 00:19:17,400 +بعطيه إشارة موجبة هنا ال entering بعطيه إشارة + +234 +00:19:17,400 --> 00:19:23,800 +سالبة و الحارس بعطيه إشارة موجبة واضح؟ هذا + +235 +00:19:23,800 --> 00:19:26,100 +بالنسبالي كيرتشوف current low و voltage low + +236 +00:19:26,100 --> 00:19:30,160 +إستنتجنا منهم تتذكروا أول حاجات هي المقاومات على + +237 +00:19:30,160 --> 00:19:34,540 +التوازن نفس الشيء هنا بقدر أطبق كيرتشوف voltage + +238 +00:19:34,540 --> 00:19:42,080 +low و current low وبستنتج التالي أنهزد على التوالي + +239 +00:19:42,080 --> 00:19:49,360 +بتساوي زد واحد زاد زد تنين مقاومة ما هو بس إيه لها + +240 +00:19:49,360 --> 00:19:56,360 +اسم أكبر صار اسمها زد وعلى التوازي زد واحد على زد + +241 +00:19:56,360 --> 00:19:58,600 +اللي هو in parallel هدخل المفهوم اللي برا in + +242 +00:19:58,600 --> 00:20:04,500 +series وin + +243 +00:20:04,500 --> 00:20:10,170 +parallelوحد على زد واحد هيكون واحد على زد بتساوي + +244 +00:20:10,170 --> 00:20:15,110 +واحد على زد واحد زائد واحد على زد تنين وها كذا + +245 +00:20:15,110 --> 00:20:21,670 +فانتوا بتتذكروا لما أخدنا R لما أخدنا R إيش عرفنا + +246 +00:20:21,670 --> 00:20:27,150 +كمان مع ال R قولنا R اللي هي resistance وعرفنا + +247 +00:20:27,150 --> 00:20:31,030 +بتتذكر إيش في حاجة عرفناها سجن مثلا منها ولا إيه + +248 +00:20:31,030 --> 00:20:34,950 +سمناها ال conductance اسمها .. اسمها .. اسمناها + +249 +00:20:34,950 --> 00:20:41,540 +ماذا كريلالدورات و .. نعم هلأ كيف في ال I اللي هو + +250 +00:20:41,540 --> 00:20:45,900 +الجهين مرة صلب و مرة صلب؟ جيه جيه وين؟ هادي؟ هاي و + +251 +00:20:45,900 --> 00:20:50,560 +لا هاي؟ كيف تشوف voltage low هذا voltage rise يعني + +252 +00:20:50,560 --> 00:20:54,220 +أنا في اتجاه ال loop تبعي و كان اتجاهه rise أعطيته + +253 +00:20:54,220 --> 00:20:57,800 +إشارة صلبة هنا ال voltage drop فبعطي إشارة نوجة + +254 +00:20:57,800 --> 00:21:03,210 +بقى في ال current هنا ال node اعتبرهاللي داخل + +255 +00:21:03,210 --> 00:21:07,790 +أعطها إشارة سالبة و اللي طالع أعطها إشارة موجبة + +256 +00:21:07,790 --> 00:21:14,110 +كانت G سمناها G قولنا واحد على R سمناها G ال + +257 +00:21:14,110 --> 00:21:18,290 +conductance متذكرين؟ نفس الشيء ال reactance اللي + +258 +00:21:18,290 --> 00:21:21,950 +هي ال inverse لل reactance أقولكوا أشيوة الرمز + +259 +00:21:21,950 --> 00:21:24,890 +تبعها ال reactance + +260 +00:21:32,560 --> 00:21:38,340 +اللي هو B ال inverse تبع ال reactance بي واحد على + +261 +00:21:38,340 --> 00:21:45,220 +كاي بنسميه B عشان ما يظهر، اذا G هي واحد على R و B + +262 +00:21:45,220 --> 00:21:50,800 +هي واحد على كاي لو تسمحوا، + +263 +00:21:50,800 --> 00:21:55,500 +فإذا عندي واحد على ال Z بنسميها Y ال admittance + +264 +00:21:58,800 --> 00:22:03,880 +السماحية كلهم معانيهم هيكون سماحية جي و بي سماحية + +265 +00:22:03,880 --> 00:22:08,600 +conductance الجي زي ما أخدناها قبل هيك ال + +266 +00:22:08,600 --> 00:22:13,920 +conductance و ال بي بيسميها susceptance + +267 +00:22:17,360 --> 00:22:21,000 +وكلهم معناه سماحية بس بتميزهم مع بعض ان ال + +268 +00:22:21,000 --> 00:22:24,760 +admittance اللي هي واحد على Z ال conductance G + +269 +00:22:24,760 --> 00:22:29,020 +واحد على R ال susceptance اللي هي واحد على Chi هذه + +270 +00:22:29,020 --> 00:22:33,960 +بتساوي واحد على Z طب إذا Z ال units تعونها Ohm + +271 +00:22:33,960 --> 00:22:37,800 +هدولة إيش ال units بدهم يكون تبعهم Ohm واحد على + +272 +00:22:37,800 --> 00:22:43,940 +Ohm Ohm inverse Siemens كل هدولة ال units تعونها + +273 +00:22:47,840 --> 00:22:52,170 +في اسف صار لحد هنا؟إذن هاي أول theore بتعلنها + +274 +00:22:52,170 --> 00:22:55,910 +كيرتشوف voltage لو بتحقق كيرتشوف current لو بتحقق + +275 +00:22:55,910 --> 00:22:59,830 +impedance على التوالي بتحقق impedance على التوازي + +276 +00:22:59,830 --> 00:23:04,670 +بتتحقق إيش كمان؟ عرفنا ال admittance و قدش نحتاج + +277 +00:23:04,670 --> 00:23:07,370 +ال admittance لإن لو كان عندي impedance على + +278 +00:23:07,370 --> 00:23:10,950 +التوازي أحيان الناس بتلاقي السلها إنها تجيب واحدة + +279 +00:23:10,950 --> 00:23:16,030 +زي واحد اللي هي Y واحد Y تنين Y تلاتة فبتصير Y + +280 +00:23:16,030 --> 00:23:20,150 +اللي هي in parallelY بستبدلها Z in parallel + +281 +00:23:20,150 --> 00:23:26,090 +بستبدلها بY بتسوى 1 زي Y2 و 12 في ناس اللي لقوها + +282 +00:23:26,090 --> 00:23:30,270 +أسهل بيستثلوها من أنهم يقولوا 1 على Z بتسوى 1 زي 1 + +283 +00:23:30,270 --> 00:23:34,250 +زي 1 زي 2 بيقولوا لأ Y في ال in parallel بجيب ال + +284 +00:23:34,250 --> 00:23:36,290 +admittance Y و بعدين بجيب ال inverse تبع ال + +285 +00:23:36,290 --> 00:23:39,890 +admittance بعطيني اللي هي ال impedance in parallel + +286 +00:23:40,580 --> 00:23:44,660 +اللقاء القادم هناخد أمثلة على اللي حكيناها اليوم و + +287 +00:23:44,660 --> 00:23:48,340 +هنشوف أنه بعد هيك نقدر نعمل generalization أنه كل + +288 +00:23:48,340 --> 00:23:50,540 +ال network إذا بقيتش ال current لو كتش ال flow + +289 +00:23:50,540 --> 00:23:53,720 +اتحققوا إيش معناه؟ كل ال network firms أنهم أصلا + +290 +00:23:53,720 --> 00:23:58,000 +اشتقاق منهم برضه بتطبقوا في ال frequency domain و + +291 +00:23:58,000 --> 00:23:59,500 +إلى اللقاء القادم ان شاء الله + diff --git a/PL9fwy3NUQKwaAs6rNkQtAiaVf8dEDjWUy/CTuE87Aky30_raw.srt b/PL9fwy3NUQKwaAs6rNkQtAiaVf8dEDjWUy/CTuE87Aky30_raw.srt new file mode 100644 index 0000000000000000000000000000000000000000..8ae8f6dd9cfbe36577ee5fee103f9dc39220d889 --- /dev/null +++ b/PL9fwy3NUQKwaAs6rNkQtAiaVf8dEDjWUy/CTuE87Aky30_raw.srt @@ -0,0 +1,1596 @@ +1 +00:00:20,670 --> 00:00:23,950 +السلام عليكم .. يعطيكوا العفو احنا في المحاضرة + +2 +00:00:23,950 --> 00:00:27,990 +الماضية يا اخوات نهينا في موضوع ال energy اللي كان + +3 +00:00:27,990 --> 00:00:32,050 +موجود وين في الملف وقلنا لما انا حسبت قولت انها + +4 +00:00:32,050 --> 00:00:35,650 +عباء ال power المخزنة في الملف او ال power في + +5 +00:00:35,650 --> 00:00:44,120 +الملف بشكل عام بتنحسب كيفلأ ال power V of T للملف + +6 +00:00:44,120 --> 00:00:49,340 +مضروبة في I L of T تمام؟ و كنا عارفين ان هال V L + +7 +00:00:49,340 --> 00:00:57,780 +of T تساوي و I L of T تساوي فقداش ال I L of T ال D + +8 +00:00:57,780 --> 00:01:05,940 +I asset ال V V تساوي هذه واحد على L تكامل من صفر ل + +9 +00:01:05,940 --> 00:01:17,090 +TVL of T DT كلهم زائد IL عند السفر صح اللي هي ال T + +10 +00:01:17,090 --> 00:01:24,470 +node ال VL of T إيش تساوي ال DI over DT واتفقنا إن + +11 +00:01:24,470 --> 00:01:29,410 +ال power في الملف هي عبارة عن حاسل ضرب التيار في + +12 +00:01:29,410 --> 00:01:34,210 +ال volt تمام وقلنا إنه طبقا لهذا ال energy كي إيش + +13 +00:01:34,210 --> 00:01:39,760 +علاقتها بال powerيعني إيش في الدقة دي أعمال؟الـ + +14 +00:01:39,760 --> 00:01:46,080 +Power تساوي D W over D T تمام؟ وطلعنا منها إنها + +15 +00:01:46,080 --> 00:01:53,960 +الـ W تساوي نص L I Square صح؟ لو أنا قلت بدي أعرف + +16 +00:01:53,960 --> 00:01:57,560 +ال Energy Stored أو ال Energy Maximum ال Energy + +17 +00:01:57,560 --> 00:02:02,780 +Maximum W Max إيش تساوي؟ هي تساوي نص في L هدولة + +18 +00:02:02,780 --> 00:02:08,370 +كونستان ضرب التيار Maximum Square صح؟فعن هذا + +19 +00:02:08,370 --> 00:02:11,770 +الأساس لو إجيته لاحظته ال behavior تبع ال energy + +20 +00:02:11,770 --> 00:02:16,390 +هو نفسه راح يكون ال behavior تبع التيار بس عبارة + +21 +00:02:16,390 --> 00:02:20,510 +عن الدالة رسمتها بتكون اتربعت و ضربتها في constant + +22 +00:02:20,510 --> 00:02:23,990 +بس square الدالة في constant فال behavior تبعها + +23 +00:02:23,990 --> 00:02:26,730 +لما هذا يزيد هذا راح يزيد بس لو كان هذا سلب راح + +24 +00:02:26,730 --> 00:02:31,610 +يصير هذا موجب راح نوضحها لإن لو كان هذا في إشارة + +25 +00:02:31,610 --> 00:02:35,430 +سلب تربيته راح يصير موجب فهذا طيب الآن احنا حكينا + +26 +00:02:35,430 --> 00:02:44,200 +انهلما يكون ال power absorbed أو + +27 +00:02:44,200 --> 00:02:50,140 +ال power delivered ال power absorbed إيش معناها؟ + +28 +00:02:50,140 --> 00:02:54,490 +إنها ال power قدشpositive صح طيب ال power + +29 +00:02:54,490 --> 00:02:57,630 +delivered negative طب إيش معناه power absorbed + +30 +00:02:57,630 --> 00:03:00,950 +يعني إنه ال element قاعد بياخد power طب إذا ال + +31 +00:03:00,950 --> 00:03:03,410 +element بياخد power إيش معناها قاعد بيعمل في ال + +32 +00:03:03,410 --> 00:03:07,250 +energy بيخزن يبقى معناها power absorbed ده ترتبط + +33 +00:03:07,250 --> 00:03:13,470 +بإنها energy stored أو بيسميها charging عملية ال + +34 +00:03:13,470 --> 00:03:18,780 +charging الشحن تمامنقطة تانية إذا كان عند ال power + +35 +00:03:18,780 --> 00:03:21,660 +delivered إذا ال element بيعمل delivering لل power + +36 +00:03:21,660 --> 00:03:26,360 +إيش معناه انه بيعطي power صح فإيش في المقابل ال + +37 +00:03:26,360 --> 00:03:35,100 +energy بفرد يعني معناها أن ال إيه extract أو + +38 +00:03:35,100 --> 00:03:40,260 +discharging واضح + +39 +00:03:40,260 --> 00:03:43,720 +تمام طيب ناخد example على هذا الكلام + +40 +00:03:48,370 --> 00:03:53,130 +ال example رقم 5 3 ايش بيجيي بيحكيلي بيحكيلي ارسم + +41 +00:03:53,130 --> 00:04:04,790 +التيار plot بيحكيلي plot ال I و ال V و ال P و ال W + +42 +00:04:04,790 --> 00:04:11,610 +اللي كانت موجودة في example 5 1لو إجينا احنا + +43 +00:04:11,610 --> 00:04:14,490 +رجعناها إذا بتذكروا كان ال example خمسة واحد عبارة + +44 +00:04:14,490 --> 00:04:19,190 +عن مصدر تيار مشبوك معاه ملف وكان التيار معرف على + +45 +00:04:19,190 --> 00:04:22,870 +فترتين اللي هي الفترة الأولى كانت أصغر من صفر + +46 +00:04:22,870 --> 00:04:25,750 +والتانية أكبر منها أو تساوي صفر كانت في اللي أصغر + +47 +00:04:25,750 --> 00:04:30,050 +من صفر صفر في اللي أكبر من صفر عشرة T أو minus + +48 +00:04:30,050 --> 00:04:35,780 +خمسة Tيبقى لو انا اجيت رسمة ال I إذا بتذكرها هى I + +49 +00:04:35,780 --> 00:04:39,980 +of T with respect للزمن صح كان جاب اللحظة الصفر + +50 +00:04:39,980 --> 00:04:46,440 +جديش صفر بعد لحظة الصفر لأ كيف يعني ال behavior + +51 +00:04:46,440 --> 00:04:53,280 +تبعه كان عند نقطة point 2 point 2 من عشرة كان + +52 +00:04:53,280 --> 00:05:00,330 +maximum يبقى حق وكانت قيمته جديشpoint سبعة ستة + +53 +00:05:00,330 --> 00:05:04,510 +تلاتة او تلاتة ستة المهم تمام هاي رسمنا له ال I + +54 +00:05:04,510 --> 00:05:07,970 +بدي اجي ارسمله ال V ال V كيف كانت رسمتها اذا + +55 +00:05:07,970 --> 00:05:14,750 +بتذكره ال V لو كانت قبل الصفر صفر بعد عند نقطة + +56 +00:05:14,750 --> 00:05:19,450 +الصفر نطت لواحد فعشان هيك ال voltage maybe it + +57 +00:05:19,450 --> 00:05:22,070 +changed instantaneously يبقى عند لحظة ال switching + +58 +00:05:22,070 --> 00:05:26,510 +اتغير بعد هيك عند لحظة ال point اتنين ايش صار صفر + +59 +00:05:27,390 --> 00:05:31,410 +بعد ذلك اتفجر عند ال infinity وصار صفر بس من أي + +60 +00:05:31,410 --> 00:05:36,950 +جهة من تحت احنا اتفاجنا ان هي كده تطلع صح؟ هي ال V + +61 +00:05:36,950 --> 00:05:40,630 +طيب انا قاعد انت بتقولي plot ال I و plot ال V + +62 +00:05:40,630 --> 00:05:44,430 +رسمناهم ماعملناش plot لل power ولا plot لل energy + +63 +00:05:44,430 --> 00:05:48,010 +ايش بدي اعمل ال plot لل power؟ بدي اجي اضرب ال I + +64 +00:05:48,010 --> 00:05:52,790 +في ال V و ارسمها بس او اجي ارسم حصل ضرب هذه في هذه + +65 +00:05:52,790 --> 00:05:59,520 +مظبوط؟ طيب اتطلعوا كيف؟هي انا بدي اجي اعمل ال P of + +66 +00:05:59,520 --> 00:06:03,300 +T انا في عندى intervals ال interval اللى اصغر من + +67 +00:06:03,300 --> 00:06:10,620 +zero على التيار و على ال volt كده؟ Zero عند + +68 +00:06:10,620 --> 00:06:15,260 +ال zero كان ال volt صفر ولا واحد التيار راح + +69 +00:06:15,260 --> 00:06:21,260 +يسافروا صح؟ صفر يبقى صفر صح الان في انا عندى هذه + +70 +00:06:21,260 --> 00:06:26,150 +النقطةالـ point اتنين صح؟ لو اجيتوا لاحظتوا هذه + +71 +00:06:26,150 --> 00:06:33,350 +قاعدة بتزيد و هذه قاعدة بتجل طيب الحد تباعها كان + +72 +00:06:33,350 --> 00:06:39,990 +صفر صح؟ و الحد التاني صفر طيب إيش راح تصل إذا هذه + +73 +00:06:39,990 --> 00:06:44,450 +بتزيد و هذه بتجل؟ معناها إنها من صفر لصفر كيف راح + +74 +00:06:44,450 --> 00:06:48,050 +يكون ال behavior تباعها؟ و التنتين موجبين على فكرة + +75 +00:06:48,050 --> 00:06:54,390 +راح تزيد و بعدين تجل صح؟إذا هذه بدها تبدأ بصفر، + +76 +00:06:54,390 --> 00:06:57,670 +بدها تبدأ بصفر وتنهي بصفر، يبقى لها حالة من تلاتة، + +77 +00:06:57,670 --> 00:07:00,550 +يا بدها تزيد هيك، يا بدها تصير هيك، يا بدها تصير + +78 +00:07:00,550 --> 00:07:05,050 +هيك، صح؟ تنتموا جابين، فإيش الحل عندها؟ إنها تزيد + +79 +00:07:05,050 --> 00:07:12,250 +لفوق، وبعدين هتجلب، صح؟ جدش القيمة اللي هنا؟ هي + +80 +00:07:12,250 --> 00:07:16,990 +قيمة ال point 7، آسف، قيمة هنا مضروبة في قيمة هنا + +81 +00:07:17,630 --> 00:07:22,030 +ممكن نحصل عليها، تمام؟ طيب، هي عند نقطة point 2 + +82 +00:07:22,030 --> 00:07:27,530 +بعد نقطة point 2، إيش صار في هذه؟ جاعدة بتجلي، بس + +83 +00:07:27,530 --> 00:07:33,450 +إيش هي؟ positive، وها دي؟ بال negative، طيب عند ال + +84 +00:07:33,450 --> 00:07:38,550 +infinity، هذي بتصل لحالة صفر، بس من وين؟ من فوق، و + +85 +00:07:38,550 --> 00:07:43,370 +هذي بتصل لحالة صفر من تحت، فمحصلة بدربهم إيش؟ صفر، + +86 +00:07:43,370 --> 00:07:48,820 +راح تكون صفر بس من تحت، صح؟ليش؟ عشان هذه قيمتها + +87 +00:07:48,820 --> 00:07:53,280 +صفر بس من فوق، تمام؟ وهذه قيمتها صفر من تحت، فهي + +88 +00:07:53,280 --> 00:07:57,460 +التنتين حصل ضربهم، رح يتم صفر، بس الإشارات سالبة، + +89 +00:07:57,460 --> 00:08:01,120 +سالبة، لإن هذه إشارة موجبة في سالبة، رح تظل سالبة، + +90 +00:08:01,120 --> 00:08:05,300 +فانا ال behavior تبقى رح يكون هيك، صح؟ إن أنا + +91 +00:08:05,300 --> 00:08:10,380 +المطلوب مني أعرف كيف بده أتصل من هذه لهذه، مظبوط؟ + +92 +00:08:10,790 --> 00:08:14,490 +كيف ده تصل؟ ده تصل من صفر للصفر هذا و يكون كل + +93 +00:08:14,490 --> 00:08:19,070 +إشارتها سالبة لإن هذه إشارة موجبة وهذه إشارة سالبة + +94 +00:08:19,070 --> 00:08:23,930 +فكله راح يكون سالب كيف بده يكون ال payoff يرتبعها؟ + +95 +00:08:23,930 --> 00:08:30,590 +بدها تصل هيك أنا بدي sketch، بديش قيمة exact واضح؟ + +96 +00:08:30,590 --> 00:08:35,710 +فهي ال power صح؟ إيش معنى؟ تفضل يعني احنا عملناها + +97 +00:08:35,710 --> 00:08:39,150 +بتقل بعدين بتزيدلأ، ما هو انت غصب عني لازم هنا + +98 +00:08:39,150 --> 00:08:42,450 +تزيد، لإنها قاعدة بتصل هنا لمرحلة maximum، و بعدها + +99 +00:08:42,450 --> 00:08:46,570 +راحت، اتجلب، صح؟ يعني هذه النقطة، راح تكون أكيد + +100 +00:08:46,570 --> 00:08:50,530 +أكبر من هذه النقطةفح؟ فانا لازم اعملها من الصفر + +101 +00:08:50,530 --> 00:08:54,030 +راح تصل لصفر قولنا راح تصل من صفر لصفر يا بده تكون + +102 +00:08:54,030 --> 00:08:56,830 +عمودي يا بده تكون يعني أفق هيك يا بده تكون تزيد + +103 +00:08:56,830 --> 00:09:01,650 +هيك يا بده تزيد هيك بأي طريقة صح؟ تحت الصح إنها + +104 +00:09:01,650 --> 00:09:05,350 +تحت لإنها إشارة موجة بفي إشارة سالب كله سالب مافيش + +105 +00:09:05,350 --> 00:09:10,670 +إشي فوق صح؟ طيب الآن لو إجيتوا لاحظتوا هي ال power + +106 +00:09:10,670 --> 00:09:18,290 +of T هذا الجزء الشوةموجب صح و هذا الجزء سالب معناه + +107 +00:09:18,290 --> 00:09:24,450 +انه من صفر ل point اتنين ايش بيعمل الملف بيخزن لأ + +108 +00:09:24,450 --> 00:09:27,690 +مش بيخزن لسه بعدين تحت التخزين موصل ناشر لل energy + +109 +00:09:27,690 --> 00:09:33,470 +بيعمل absorbing صح من point اتنين ل infinity بيعمل + +110 +00:09:33,470 --> 00:09:36,730 +delivering عشان اتأكد من الكلام هذا هتنرسم ال + +111 +00:09:36,730 --> 00:09:44,150 +energy صح ال energy ايش هينص في L في I² صح؟ يبقى + +112 +00:09:44,150 --> 00:09:47,550 +أنا بدي أجي أربع ال I² و أضربه في ال constant هذا + +113 +00:09:47,550 --> 00:09:53,590 +مش هيك الحالة تبعي؟ طيب لو أجيت أنا رسمت هاي ال W + +114 +00:09:53,590 --> 00:09:59,990 +و هاي ال T أنا عايش أتطلع عايش أتطلع على ال I بدي + +115 +00:09:59,990 --> 00:10:05,030 +أربع ال I و أضربه في نص L في المرحلة هذه صفر صفر + +116 +00:10:05,030 --> 00:10:12,640 +هاي الصفرطيب، عند نقطة الصفر، برضه روح يضال صفر، + +117 +00:10:12,640 --> 00:10:16,400 +صح؟ طيب، بعدين أنا في الدي نقطة 2 من 10 هي + +118 +00:10:16,400 --> 00:10:25,280 +المفصلية، صح؟ إيش بدت سين عند نقطة 2 من 10؟ نص في + +119 +00:10:25,280 --> 00:10:31,200 +ال في 0.736، صح؟ عند نقطة ال point 2 كانت تيار + +120 +00:10:31,200 --> 00:10:36,000 +maximum، فعادى الأساس رح تطلع ال energy maximum، + +121 +00:10:36,000 --> 00:10:40,010 +صح؟ فهمتوها كيف؟مش احنا حكينا نقطة ال maximum في + +122 +00:10:40,010 --> 00:10:43,750 +ال energy انا معنى في هذه او هذه او هذه وين ال + +123 +00:10:43,750 --> 00:10:47,410 +maximum وين ال minimum وين ال zero هنا بدي اعرف + +124 +00:10:47,410 --> 00:10:50,010 +ايش نقطة ال maximum تبعها لو ايجي واحد سقلني ايش + +125 +00:10:50,010 --> 00:10:53,490 +نقطة ال maximum تبعت ال w هي نقطة ال maximum تبعت + +126 +00:10:53,490 --> 00:10:59,840 +الطيار وين نقطة maximum الطيار0.2 تمام يبقى عن 0.2 + +127 +00:10:59,840 --> 00:11:03,520 +بدها تصل القيمة maximum و لو أجينا حسبناها بتطلع + +128 +00:11:03,520 --> 00:11:10,020 +نص هي النقطة ال maximum هذه W max كيف نحسبها نص في + +129 +00:11:10,020 --> 00:11:18,100 +مية في عشرة سالب تلاتة في ايش في point سبعة تلاتة + +130 +00:11:18,100 --> 00:11:21,540 +ستة تربيه صح بتطلع + +131 +00:11:23,840 --> 00:11:31,420 +27.06 ايش رمزها؟ ايش وحدتها؟ energy rule صح؟ + +132 +00:11:31,420 --> 00:11:36,060 +مظبوط؟ طيب، الان يبقى عند نقطة point 2 ايش راح + +133 +00:11:36,060 --> 00:11:41,760 +تطلع ال energy؟ 27 راح تطلع هي ال maximum 27.06 + +134 +00:11:41,760 --> 00:11:46,040 +طيب من 0 ل point 2 كيف ده تنتقل؟ و من point 2 ل + +135 +00:11:46,040 --> 00:11:50,410 +هنا كيف ده تنتقل؟من صفر ل point اتنية كده تطلع + +136 +00:11:50,410 --> 00:11:54,590 +هتزيد لإنها هذه تزايدية فال square تبعها رح يزيد + +137 +00:11:54,590 --> 00:12:00,650 +صح يبجى هاي ال sketch تبعها طيب هنا إيش رح يصير + +138 +00:12:00,650 --> 00:12:07,050 +فيها هتقل بس رح تظلها موجبة صح فرح تجله هيك يبجى + +139 +00:12:07,050 --> 00:12:09,810 +شفتوا كيف صار ال behavior تبع التيارة و ال + +140 +00:12:09,810 --> 00:12:13,310 +behavior تبع ال energy التنتين ال behavior تبعهم + +141 +00:12:13,310 --> 00:12:21,620 +نفس الاشياءبس إذا كانت سالبة راح تعكس لإنها I² مش + +142 +00:12:21,620 --> 00:12:26,180 +راح تخلف كتير، راح تكون عبارة عن mirror، بس، واضح؟ + +143 +00:12:26,180 --> 00:12:31,600 +تمام؟ طيب، الآن لو إجيتوا، لاحظتوا، ال energy هنا + +144 +00:12:31,600 --> 00:12:34,640 +كانت صفر، بعدها من صفر ل point اتنين، إيش بيصير في + +145 +00:12:34,640 --> 00:12:37,280 +ال energy؟ بتزيد، بتزيد، إيش معناه إن ال energy + +146 +00:12:37,280 --> 00:12:42,830 +بتزيد؟ story، إنه story بتخزنإن ال power أبزور + +147 +00:12:42,830 --> 00:12:46,110 +أبزور صح طيب من point اتنين ل ال infinity إيش + +148 +00:12:46,110 --> 00:12:48,830 +بيصير في ال energy إكسترات إكسترات قاعد بيعطي + +149 +00:12:48,830 --> 00:12:51,770 +energy يعني power delivering يعني power delivering + +150 +00:12:51,770 --> 00:12:57,070 +إفهمتوها كيف واضحة تمام يا أخوات طيب الآن في مطلوب + +151 +00:12:57,070 --> 00:13:01,190 +B بحكيلي at what interval being the energy stored + +152 +00:13:01,190 --> 00:13:05,570 +and extracted from the inductor يعني بدي أعرف في + +153 +00:13:05,570 --> 00:13:10,130 +أي فترات زمنية ال energy stored و extracted من ال + +154 +00:13:10,130 --> 00:13:14,630 +inductorامتى ال energy stored في ال inductor؟ من 0 + +155 +00:13:14,630 --> 00:13:20,090 +ل 0.2 هذي stored بينما extracting او باقي او + +156 +00:13:20,090 --> 00:13:25,970 +discharging من 0.2 ل ال infinity صح؟ طيب في مطلوب + +157 +00:13:25,970 --> 00:13:29,530 +C بيحكي لي what is the maximum energy stored in + +158 +00:13:29,530 --> 00:13:34,470 +the inductor maximum energy اللي احنا جيبناها اللي + +159 +00:13:34,470 --> 00:13:43,150 +هي W maxتساوي نص في L في I square Max وال I Max + +160 +00:13:43,150 --> 00:13:49,710 +جداش كانت؟.7 3 6 صح ربعناها ضربناها في النص في + +161 +00:13:49,710 --> 00:13:53,770 +المية في عشر أقل سالب تلاتة طلعت 27.6 واضحيت؟ بس + +162 +00:13:53,770 --> 00:13:56,970 +دكتور بس لو سمحت بال interval لما نيجي نكتب هنكتب + +163 +00:13:56,970 --> 00:14:00,350 +من سالب ماله نهاية و لا من عين سفر نبدأ الاشي ال + +164 +00:14:00,350 --> 00:14:03,670 +interval لما I stored it لأ هذه مافيش فيها energy + +165 +00:14:03,670 --> 00:14:08,390 +فاضية ال energy ال energy من صفر صح storing ببدأ + +166 +00:14:08,390 --> 00:14:12,310 +من صفر ل point اتنينطب بالنسبة ل open و close ان + +167 +00:14:12,310 --> 00:14:15,470 +انت بلاقي هيك شغلات لأ مش .. مش معنى انا فيها دي + +168 +00:14:15,470 --> 00:14:20,130 +مش شغل في ال energy و في ال power بتبينش كتير بس + +169 +00:14:20,130 --> 00:14:23,010 +في ال current و في ال voltage بتبين ليش؟ عشان في + +170 +00:14:23,010 --> 00:14:26,910 +ال current can't change instantaneously بينما في + +171 +00:14:26,910 --> 00:14:30,870 +ال voltage ممكن .. ممكن يعني تتغير اه صح؟ ففي ال + +172 +00:14:30,870 --> 00:14:33,390 +current و في ال voltage دي معنيين فيها ان تكون + +173 +00:14:33,390 --> 00:14:37,270 +اصغر من او يساوي او اصغر من بس واضح يا اخوة؟ يا + +174 +00:14:37,270 --> 00:14:44,330 +اخوة؟ يا اخوات؟طيب، الان لو انا بدى اجيب من هذه + +175 +00:14:44,330 --> 00:14:51,030 +بتاعة ال power cup بدى احسب ال energy كيف؟ + +176 +00:14:51,030 --> 00:14:57,370 +يعني بدى احسب اجي اقول ال energy stored ايش تساوي؟ + +177 +00:14:57,370 --> 00:14:58,870 +هي تكامل + +178 +00:15:03,170 --> 00:15:06,990 +ال energy stored اتفاجنا هي من وين ل وين من ال ماء + +179 +00:15:06,990 --> 00:15:12,950 +يبجى هي تساوي تكامل من zero ل point اتنين ال P T + +180 +00:15:12,950 --> 00:15:19,490 +DT صح؟ يبجى عشان stored أخدت جزء ال power اللي + +181 +00:15:19,490 --> 00:15:25,450 +بيعمل absorbing صح؟ طيب ال energy extracted من + +182 +00:15:25,450 --> 00:15:29,710 +اتنين من عشرة من اتنين من عشرة للمالة نهاية للمالة + +183 +00:15:29,710 --> 00:15:36,480 +نهاية P of T DTصح؟ و المفروض يكون عند ال energy + +184 +00:15:36,480 --> 00:15:41,840 +stored equal ال energy extracted صح؟ هيو ببدأ ب + +185 +00:15:41,840 --> 00:15:47,120 +صفر و بنتهي بصفر صح؟ يبقى كل اللي شحنه راح كله + +186 +00:15:47,120 --> 00:15:58,200 +فرغه بمعنى ان و stored يساوي و extracted بس هل هذا + +187 +00:15:58,200 --> 00:16:04,710 +دايماهذا لما يشغل عند ال infinity لما يصل لمرحلة + +188 +00:16:04,710 --> 00:16:07,670 +ال infinity يعني انا من غير المنطقة اجي اقولكوا + +189 +00:16:07,670 --> 00:16:11,150 +يحسبول ال energy stored من صفر ل point واحد يعني + +190 +00:16:11,150 --> 00:16:12,250 +هادي بس + +191 +00:16:14,530 --> 00:16:18,250 +وأجي أقولكوا هل هي تساوي ال energy extracted من + +192 +00:16:18,250 --> 00:16:21,810 +point 2 لل infinity؟ لأ، يبقى أنا بدي أخد على كل + +193 +00:16:21,810 --> 00:16:25,650 +ال period، صح؟ كل ال energy stored يساوي كل ال + +194 +00:16:25,650 --> 00:16:29,890 +energy extracted كل ال energy charged تساوي كل ال + +195 +00:16:29,890 --> 00:16:33,730 +energy discharged أما تيجي تجتزق جزء من هذه و + +196 +00:16:33,730 --> 00:16:37,250 +تساووها بالكل أو بجزء غير مساوي من هذه، بكون هنا + +197 +00:16:37,250 --> 00:16:43,330 +في مشكلة، واضحة؟واضح يا أخوات؟ طيب، الآن خلصنا الـ + +198 +00:16:43,330 --> 00:16:46,970 +Inductor نبدأ في إشي اسمه Capacitor، في سؤال في ال + +199 +00:16:46,970 --> 00:16:50,510 +Inductor؟ طيب، نبدأ في ال Capacitor + +200 +00:17:10,520 --> 00:17:15,880 +طيب ال capacitor بالعربي بيسموه مكتف أو بيسموه في + +201 +00:17:15,880 --> 00:17:21,280 +بعض الكتب مواسع تمام؟ إيش رمز ال capacitor؟ رمز + +202 +00:17:21,280 --> 00:17:24,320 +الكهربا + +203 +00:17:24,320 --> 00:17:28,440 +.. هيك تمام؟ هذا الطرف إله positive و هذا الطرف + +204 +00:17:28,440 --> 00:17:37,270 +إله negative تمام؟ طيب المكتفبارمزه بالرمز C زي ما + +205 +00:17:37,270 --> 00:17:42,770 +كان الملف بارمزه بالرمز L هذا بارمزه بالرمز C وحدة + +206 +00:17:42,770 --> 00:17:49,410 +قياس ال unit تبعته ايش يا فراد بس + +207 +00:17:49,410 --> 00:17:52,910 +عشان الفراد قيمة كبيرة كتير فبتلاقوش انتوا كلمة + +208 +00:17:52,910 --> 00:17:57,170 +فراد بتلاقوا منلي فراد وحتى جليل لما نلاقيها يعني + +209 +00:17:57,170 --> 00:18:01,740 +هي تساوي عشرة والسالب تلاتة فرادتمام او بنلاقي + +210 +00:18:01,740 --> 00:18:07,220 +micro farad اللي هي تساوي عشرة أسالب ستة farad او + +211 +00:18:07,220 --> 00:18:12,200 +بنلاقي nano farad اللي هي تساوي عشرة أسالب تسعة + +212 +00:18:12,200 --> 00:18:15,980 +farad او بنلاقي pico farad اللي هي تساوي عشرة + +213 +00:18:15,980 --> 00:18:20,000 +أسالب اتناشر farad هاي واحدة من الأربع ممكن تلاقوا + +214 +00:18:20,000 --> 00:18:28,480 +تمام واضح طيب بيجي بيحكي ليه عشان اناأشتغل صح كنا + +215 +00:18:28,480 --> 00:18:33,600 +في الملف اوجد اهم اشي موجود عند ايش الطيار عشان هو + +216 +00:18:33,600 --> 00:18:37,960 +can't change instantaneously في المكثف ال voltage + +217 +00:18:37,960 --> 00:18:41,980 +اللي can't change instantaneously اذا لو بدي اجي + +218 +00:18:41,980 --> 00:18:48,480 +اكتب انا هنا in capacitor ال + +219 +00:18:48,480 --> 00:18:53,260 +voltage can't change + +220 +00:18:57,390 --> 00:19:00,410 +instantaneously تمام؟ واتفجنا ايش معناه انه can + +221 +00:19:00,410 --> 00:19:05,170 +not change instantaneously يعني بجيش بلاجة volt VC + +222 +00:19:05,170 --> 00:19:09,390 +على مكثف في ثانية معينة راح يتغير يكون له قيمة + +223 +00:19:09,390 --> 00:19:16,010 +ويصيب له قيمة تانية بينما التيار ال I C of T ممكن + +224 +00:19:16,010 --> 00:19:20,910 +وممكن لأ صح؟ واضح؟ يبقى انعكست كل المفاهيم على ال + +225 +00:19:20,910 --> 00:19:25,030 +Inductor بيجي بيحكي ليه؟ الآن بما انك عارف ال volt + +226 +00:19:26,060 --> 00:19:35,800 +كيف بدي أجيب التيار؟ بيحكيلي I C of T يساوي قيمة + +227 +00:19:35,800 --> 00:19:43,100 +المكثف C مضروبة في DVC of T over DT هناك كانت VL + +228 +00:19:43,100 --> 00:19:48,940 +of T تساوي L في DI على DT هنا عكسنا واضحة؟ عدنا + +229 +00:19:48,940 --> 00:19:51,080 +بعد ما نخلص أخر المحاضرة بنعمل comparison بين + +230 +00:19:51,080 --> 00:19:56,020 +التين تاني عشان نربطهمواضح يا اخوات؟ طيب من هذا + +231 +00:19:56,020 --> 00:20:00,800 +انا عرفت ال I C of T بدلالة ان اكون عارف ال V C of + +232 +00:20:00,800 --> 00:20:05,020 +T طيب مادام ال V C of T لها derivative ايش معنى + +233 +00:20:05,020 --> 00:20:10,700 +هقولنا؟يعني continuous .. continuous صح معناها + +234 +00:20:10,700 --> 00:20:14,600 +أنها cannot ت change instantaneously طيب معناها + +235 +00:20:14,600 --> 00:20:18,420 +أنه لو كان حضرة ال voltage اللي موجود constant .. + +236 +00:20:18,420 --> 00:20:24,320 +zero معناها أنه التيار zero صح واضح يا خوات؟ طيب + +237 +00:20:25,240 --> 00:20:30,420 +الان لو انا عرفت ال V C of T بقدر اعرف ال I بشتق + +238 +00:20:30,420 --> 00:20:33,480 +ال V بضربه في ال C بعرف ال I طيب انا لو في الاصل + +239 +00:20:33,480 --> 00:20:36,460 +كنت عارف ال I و مش عارف ال V بكامل ايش بداجي اعمل + +240 +00:20:36,460 --> 00:20:40,600 +بكامل بكامل كيف كنا نكتب في الملف بنعكسه في المكتف + +241 +00:20:40,600 --> 00:20:47,100 +بمعنى ان ال V C of T تساوي 1 على C integration من + +242 +00:20:47,100 --> 00:20:49,020 +ال T0 لل T + +243 +00:21:01,070 --> 00:21:08,230 +عكسناها بس و لا اختلف اي اشي طبعا واضح طيب بدي + +244 +00:21:08,230 --> 00:21:13,950 +اعرف ال power ال pc of t ايش تساوي ايش مايكون + +245 +00:21:13,950 --> 00:21:18,150 +مقاومة يكون ملف يكون capacitor يكون source هي ال V + +246 +00:21:18,150 --> 00:21:26,810 +في IVc of T مضروبة في Ic of T صح؟ طيب أجيت و بدى + +247 +00:21:26,810 --> 00:21:31,030 +أعرف ال energy كيف + +248 +00:21:31,030 --> 00:21:36,990 +بدى أعرف ال energy نفس + +249 +00:21:36,990 --> 00:21:40,990 +الطريقة نشتاقها + +250 +00:21:40,990 --> 00:21:45,570 +نشتاقها نشتاقها إيش كانت علاقة ال power و ال + +251 +00:21:45,570 --> 00:21:52,340 +energyال power تساوي + +252 +00:21:52,340 --> 00:22:00,700 +dw على dt طيب ال power إيش تساوي Vc + +253 +00:22:00,700 --> 00:22:10,180 +of T في Ic of T طيب بدي أحط ال Ic of T بدلالة Vc + +254 +00:22:10,180 --> 00:22:11,960 +إيش بدي أغير هذا؟ + +255 +00:22:15,350 --> 00:22:24,870 +يبقى V C of D في ال C في ال D V C of D على D T حد + +256 +00:22:24,870 --> 00:22:31,700 +عنده اعتراض؟ بس أخدنا هذه و حطناها هنا صح؟و تساوي + +257 +00:22:31,700 --> 00:22:37,320 +dw over dt ال dt مع ال dt راحت عشان اجيب انا ال w + +258 +00:22:37,320 --> 00:22:41,620 +ايش اتعمل اتا كامل هادى فلازم اكامل الطرف هادى + +259 +00:22:41,620 --> 00:22:48,280 +يبقى صارت ان انا عندى ال w تساوي c تكامل ال c في + +260 +00:22:48,280 --> 00:22:57,730 +ال vc في ال dvc صح؟لما انا بدي هذا فانطلع برا لإنه + +261 +00:22:57,730 --> 00:23:03,670 +هذا constant صح؟ إيش التكامل بدي يصير؟ C في إيش؟ + +262 +00:23:03,670 --> 00:23:12,470 +في VC تربيع على 2 صح؟ يبقى صار أنا عند ال W اللي + +263 +00:23:12,470 --> 00:23:18,250 +موجود في ال capacitor هو عبارة عن نص في C في VC + +264 +00:23:18,250 --> 00:23:23,970 +تربيع زي ما كانت في الملف نص في L في IL تربيع + +265 +00:23:24,570 --> 00:23:31,730 +واضحة؟ في سؤال، هذه بإيش مينجيسها؟ بالجول، كله ال + +266 +00:23:31,730 --> 00:23:38,990 +energy بالجول وما ينطبق على ال power absorbed و لا + +267 +00:23:38,990 --> 00:23:42,690 +delivered، بدي يتحول على ال energy discharging و + +268 +00:23:42,690 --> 00:23:46,610 +discharging، زي ما شرحناها تو في الملفاتمااختلفتش + +269 +00:23:46,610 --> 00:23:49,870 +لإنه هذه عبارة عن مفاهيم ثابتة ال absorb كان في + +270 +00:23:49,870 --> 00:23:53,810 +ملف ولا في مكتف نفس الإشه ال deliver كان في ملف + +271 +00:23:53,810 --> 00:23:57,010 +ولا في مكتف نفس الإشه هو غير معنى في إنه والله هذا + +272 +00:23:57,010 --> 00:23:59,950 +element هذا معنى هو معنى إن ال energy بتطلع ولا + +273 +00:23:59,950 --> 00:24:04,710 +بيعملها charging بس صح ولا لأ واضح يا أخوات في + +274 +00:24:04,710 --> 00:24:09,610 +سؤال هنا طيب بدي أمحي هذا و بعدين هنعمل comparison + +275 +00:24:09,610 --> 00:24:15,430 +بتويل الملف و ال capacitorكل واحد فيهم له أربعة + +276 +00:24:15,430 --> 00:24:27,990 +equations نكتبهم طيب + +277 +00:24:27,990 --> 00:24:41,030 +هاي لو جسمنا اللوح طرفين هاي في ال inductance هاي + +278 +00:24:41,030 --> 00:24:42,010 +هنا capacitance + +279 +00:24:45,350 --> 00:24:51,390 +طيب ال inductance قلنا الرمز تبعها إيش هو ال و + +280 +00:24:51,390 --> 00:24:59,390 +بارسمه هيك صح ال capacitance C و بارسمه موجة بسالي + +281 +00:24:59,390 --> 00:25:06,670 +تمام إيش هذه وحدتها هنريد هذه وحدتها فراد فراد أو + +282 +00:25:06,670 --> 00:25:14,750 +أصغر منه micro, pico, nano أو ملي طيب الآناتفقنا + +283 +00:25:14,750 --> 00:25:18,410 +إنه في الملف إيش اللي بتغيرش instantaneously؟ يبقى + +284 +00:25:18,410 --> 00:25:27,230 +I of T cannot change instantaneously + +285 +00:25:27,230 --> 00:25:37,110 +في مقابلها ال volt in capacitor cannot change + +286 +00:25:37,110 --> 00:25:40,810 +instantaneously + +287 +00:25:40,810 --> 00:25:47,800 +صح؟هنا ال volt ممكن يتغير لحظيا، ممكن و ممكن لا، + +288 +00:25:47,800 --> 00:25:52,800 +هنا التيار ممكن يتغير لحظيا، ممكن و ممكن لا، صح؟ + +289 +00:25:52,800 --> 00:25:57,360 +طيب، الان عشان انا، الان المفروض منه، بداية first + +290 +00:25:57,360 --> 00:26:01,180 +step في أي دائرة فيها ملفات، ايش اعرف؟ ال current + +291 +00:26:01,180 --> 00:26:06,170 +ال current يبقى first stepان اعرف ال step واحد ان + +292 +00:26:06,170 --> 00:26:12,410 +اعرف ال IL of T هنا ال first step VC of T يبقى هي + +293 +00:26:12,410 --> 00:26:19,050 +ال first step ان اعرف ال VC of T طيب اعرفت هنا ال + +294 +00:26:19,050 --> 00:26:23,530 +IL of T ايش بدنا نمشي خطوة بعدها اجيب ال voltage + +295 +00:26:23,530 --> 00:26:31,890 +يبقى ال VL of T تساويL في D I of T L of T over D T + +296 +00:26:31,890 --> 00:26:36,170 +هنا اعرفت ال first step ال V C of T ايش ده مش + +297 +00:26:36,170 --> 00:26:38,790 +الخطوة اللي بعديها كرة كرة كرة كرة كرة كرة كرة كرة + +298 +00:26:38,790 --> 00:26:38,790 +كرة كرة كرة كرة كرة كرة كرة كرة كرة كرة كرة كرة + +299 +00:26:38,790 --> 00:26:38,790 +كرة كرة كرة كرة كرة كرة كرة كرة كرة كرة كرة كرة + +300 +00:26:38,790 --> 00:26:38,790 +كرة كرة كرة كرة كرة كرة كرة كرة كرة كرة كرة كرة + +301 +00:26:38,790 --> 00:26:39,830 +كرة كرة كرة كرة كرة كرة كرة كرة كرة كرة كرة كرة + +302 +00:26:39,830 --> 00:26:40,590 +كرة كرة كرة كرة كرة كرة كرة كرة كرة كرة كرة كرة + +303 +00:26:40,590 --> 00:26:44,250 +كرة كرة كرة كرة كرة كرة كرة كرة كرة كرة كرة كرة + +304 +00:26:44,250 --> 00:26:56,310 +كرة كرة كرة كرة كرة كرة كرة كرة كرة كرة كرة + +305 +00:26:56,310 --> 00:27:02,460 +كرةهنا ال power إيش تساوي؟ هي ال V C of T بس بدل + +306 +00:27:02,460 --> 00:27:05,940 +ما كانت على الملف صارت على ال capacitor في I A C + +307 +00:27:05,940 --> 00:27:18,860 +of T ال energy هنا ال W نص ال I تربية هنا نص + +308 +00:27:18,860 --> 00:27:23,500 +في C في V تربية هاي كل اللي أخدناه في المحاضرتين + +309 +00:27:23,500 --> 00:27:28,010 +السابقاتصح؟ لحد الآن في كل chapter هذه المعلومات، + +310 +00:27:28,010 --> 00:27:40,190 +في إيش جديد؟ طيب خلصته؟ + +311 +00:27:40,190 --> 00:27:42,190 +بسرعة يلما + +312 +00:28:06,570 --> 00:28:15,970 +طيب في عندى example 5-4 طيب + +313 +00:28:15,970 --> 00:28:23,350 +في example 5-4 بيحكيلي في أنا عندى capacitor قيمته + +314 +00:28:23,350 --> 00:28:28,430 +point خمسة micro farad يعني point خمسة في عشر أقصر + +315 +00:28:28,430 --> 00:28:36,540 +سالب ستة هذا ميجا صعب تمامالـ 6 ميجا طيب بيحكيلي + +316 +00:28:36,540 --> 00:28:42,140 +ال Vc of T معرفة على تلت مراحل عنده المرحلة الأولى + +317 +00:28:42,140 --> 00:28:47,280 +كانت صفر إذا كانت T أصغر من أو تساوي صفر تساوي + +318 +00:28:47,280 --> 00:28:53,280 +أربعة T إذا T أكبر من .. بنفع أحط يساوي؟ لأ ال + +319 +00:28:53,280 --> 00:28:56,600 +default يساوي، بينفع لأن هو يساوي + +320 +00:28:59,970 --> 00:29:04,690 +أنا بحكي can't change instantaneously ال volt في + +321 +00:29:04,690 --> 00:29:08,190 +المكتب يبقى صفر من اليمين و لا صفر من الشمال نفس + +322 +00:29:08,190 --> 00:29:17,550 +الشيء يبقى ها و من لحد الواحد و بعدين أندي أربعة E + +323 +00:29:17,550 --> 00:29:23,090 +والسالب T ناقص واحد T بنفع أحط أصغر من او يساوي + +324 +00:29:23,090 --> 00:29:31,480 +هنا واحد لحد ال infinity مانحطلاش ال infinityصح؟ + +325 +00:29:31,480 --> 00:29:37,580 +دارسين ها طيب ايش فيديو بيحكيليه؟ بيحكيليه في + +326 +00:29:37,580 --> 00:29:40,020 +المطلوب ايه؟ describe the expression for the + +327 +00:29:40,020 --> 00:29:43,500 +current and power and energy يعني نجيبله ال I و ال + +328 +00:29:43,500 --> 00:29:51,480 +P و ال W إذا أنا كان معرف عندىالطيار الفولت في + +329 +00:29:51,480 --> 00:29:56,160 +المكثف على تلت مراحل إذا لازم أعرف الطيار على كام + +330 +00:29:56,160 --> 00:29:59,960 +مرحلة على نفس التلت مراحل و ال power على نفس التلت + +331 +00:29:59,960 --> 00:30:02,820 +مراحل و ال energy على نفس التلت مراحل يبقى نيجي + +332 +00:30:02,820 --> 00:30:10,060 +ناخد واحدة واحدة كيف بدي أجيب الطيار I + +333 +00:30:10,060 --> 00:30:12,080 +of T كيف بدي أجيبه + +334 +00:30:14,970 --> 00:30:22,670 +I C of T يساوي C في DV C of T over DT يعني بدي + +335 +00:30:22,670 --> 00:30:25,750 +أجيب التيار في هذه المرحلة بدي أشتق ال volt تقبله + +336 +00:30:25,750 --> 00:30:28,590 +بدي أجيب التيار في هذه المرحلة بدي أشتق ال volt + +337 +00:30:28,590 --> 00:30:31,770 +تبعه بدي أجيب التيار في هذه المرحلة بدي أشتق ال + +338 +00:30:31,770 --> 00:30:35,170 +volt تبعه صح؟ و بعدها كلهم مضربهم في ال + +339 +00:30:35,170 --> 00:30:43,110 +capacitance طيب يبقى four T أصغر من الصفر + +340 +00:30:44,640 --> 00:30:46,980 +لأن أنا مش عارف لحظة ال switching هنا عندي لحظتين + +341 +00:30:46,980 --> 00:30:51,060 +switching اللي هم صفر و واحد صح عند لحظة ال + +342 +00:30:51,060 --> 00:30:54,740 +switching في مشكلة في التيار اللي في المكتف بخاف + +343 +00:30:54,740 --> 00:30:59,920 +أحطها بتأكد و بعدين بشوف صح طيب for T أصغر من صفر + +344 +00:30:59,920 --> 00:31:06,140 +إيش ده تكون ال V C of T؟ Zero معناه إنها I C of T + +345 +00:31:06,140 --> 00:31:11,120 +إيش تساوي؟ Zero C في D ال Zero over D T وتساوي + +346 +00:31:11,120 --> 00:31:21,510 +Zero هاي أول واحدةطيب for I .. آسف V C محصورة من + +347 +00:31:21,510 --> 00:31:31,390 +ال T من الصفر للواحد كداش ال V C of T؟ أربعة T صح؟ + +348 +00:31:31,390 --> 00:31:38,850 +إذا ال I C of T إيش تساوي؟ C في D الأربعة T على D + +349 +00:31:38,850 --> 00:31:40,190 +T صح؟ + +350 +00:31:43,080 --> 00:31:50,140 +أه انا هنا انا حاططة على ال Vc هيك + +351 +00:31:50,140 --> 00:31:57,740 +صح و اللي كانت قبلها صح برضه اش بده اعمل هنا نص في + +352 +00:31:57,740 --> 00:32:04,980 +عشرة أسالب ستة ضرب أربعة يبقى تساوي اتنين مايكرو + +353 +00:32:04,980 --> 00:32:14,630 +أمبير صح طيب الآن forIC بدي أجيبها of T في أي + +354 +00:32:14,630 --> 00:32:20,210 +مرحلة؟ من ال T للواحد لحد ال infinity يا إيش بدي + +355 +00:32:20,210 --> 00:32:26,070 +أجي أعمل؟ IC of T تساوي نص في عشرة أسالب ستة في + +356 +00:32:26,070 --> 00:32:33,550 +إيش؟ في مشتقة هذه في D over DT الأربعة E أسالب T + +357 +00:32:33,550 --> 00:32:39,630 +ناقص واحد مين يشتقلنا هذه؟ هي E أسالب T ناقص واحد + +358 +00:32:39,630 --> 00:32:47,230 +في ساقين .. نحطها نص؟في عشرة والسالب ستة في اربعة + +359 +00:32:47,230 --> 00:32:56,290 +ا والسالب ت ناقص واحد في سالب + +360 +00:32:56,290 --> 00:33:02,610 +واحد اللي هي مشتقة اللي فوق بس يبقى صارت تساوي اين + +361 +00:33:02,610 --> 00:33:11,870 +دي اربعة في نص اتنين يبقى صارت سالب تنين اأربع نص + +362 +00:33:11,870 --> 00:33:15,870 +في أربعة في سالب واحد يبقى سالب تنين E و السالب T + +363 +00:33:15,870 --> 00:33:25,210 +ناقص واحد micro ampere صح طيب الان انا هنا نجلوني + +364 +00:33:25,210 --> 00:33:31,550 +ايش حصلنا احنا في الطيار يبقى I C of T يساوي + +365 +00:33:35,000 --> 00:33:44,840 +أقل من صفر و بعدين اتنين مايكرو امبير عند ال T من + +366 +00:33:44,840 --> 00:33:51,800 +الصفر للواحد من الصفر للواحد صح بعدين سالب اتنين E + +367 +00:33:51,800 --> 00:33:58,480 +والسالب T ناقص واحد عند T من الواحد لل infinity مش + +368 +00:33:58,480 --> 00:34:05,240 +هذا اللي حصلنا عليهطيب الآن لو إجيتوا لحظته micro + +369 +00:34:05,240 --> 00:34:11,420 +هذه امبير لو إجيتوا لحظته لحظتين لـ switching اللي + +370 +00:34:11,420 --> 00:34:15,300 +كانوا في ال voltage إيش هما؟ Zero و واحد يبقى + +371 +00:34:15,300 --> 00:34:19,300 +متفقين إنه إيش إنه مافيش تغيير cannot change + +372 +00:34:19,300 --> 00:34:22,360 +instantaneous ال voltage بينما التيار قلنا ممكن أه + +373 +00:34:22,360 --> 00:34:26,420 +و ممكن لا لو إجيت فحثت عند الصفر قداش كانت التيار؟ + +374 +00:34:28,100 --> 00:34:31,840 +لأ ممكن صفر أو ممكن اتنين جبل يعني من zero + +375 +00:34:31,840 --> 00:34:35,000 +negative من ناحية اليسار كان صفر بس من ناحية + +376 +00:34:35,000 --> 00:34:38,720 +اليامين اتنين اتنين شوفتوا كيف عند لحظة الصفر صار + +377 +00:34:38,720 --> 00:34:42,620 +يبقى صار discontinuity يعني التيار في المكتف ممكن + +378 +00:34:42,620 --> 00:34:45,500 +ت change instantaneously طيب لو عند وحدة ال + +379 +00:34:45,500 --> 00:34:49,920 +switching التانية اللي هي واحد هنا مافيش مشكلة صح؟ + +380 +00:34:49,920 --> 00:34:52,460 +لو عوضتوا عن واحد هنا تطلع اربعة و عن واحد هنا + +381 +00:34:52,460 --> 00:34:57,040 +تطلع اربعة في ال volatile لكن في التيارجدش عند + +382 +00:34:57,040 --> 00:35:01,660 +واحد من اليمين من اليسار هذا و من جبل اتنين و عند + +383 +00:35:01,660 --> 00:35:08,380 +واحد من اليمين سالب اتنين صح؟ واضح؟ يبقى لو + +384 +00:35:08,380 --> 00:35:16,860 +حضرتكوا اجيتوا و رسمتوا لو اجيتوا و + +385 +00:35:16,860 --> 00:35:22,320 +رسمتوا التيار عند السفر .. قبل السفر ايش دي يكون؟ + +386 +00:35:22,320 --> 00:35:30,460 +سفر بعد السفريبقى هاي اتنين لحد الواحد، صح؟ مظهور؟ + +387 +00:35:30,460 --> 00:35:36,560 +بعدين؟ سالب اتنين، في ايش؟ في E أسالب T ناقص واحد، + +388 +00:35:36,560 --> 00:35:40,920 +لو أجيتم ترتسم هنا يبقى هاي لحظة ال switching كانت + +389 +00:35:40,920 --> 00:35:43,840 +صفر وصارت واحد، لحظة ال switching تانية، آسف هذه + +390 +00:35:43,840 --> 00:35:48,800 +اتنين، وهذه سالب اتنين، كانت صفر وصارت اتنين، وعند + +391 +00:35:48,800 --> 00:35:51,480 +لحظة ال switching اللي هي التانية، كانت اتنين + +392 +00:35:51,480 --> 00:35:57,170 +وصارت سالب اتنين، صح؟يبقى ال voltage can't change + +393 +00:35:57,170 --> 00:36:01,050 +instantaneously في المكثف بينما التيار can't + +394 +00:36:01,050 --> 00:36:05,830 +change instantaneously واضح؟ طيب بدهيك شطرتكوا + +395 +00:36:05,830 --> 00:36:11,050 +تكمله example خمسة أربعة في البيت بدنا نحسبله ال + +396 +00:36:11,050 --> 00:36:16,850 +power و نحسبله ال energy واضح؟ خمسة أربعة أو خمسة + +397 +00:36:16,850 --> 00:36:22,090 +خمسة؟ مش فاهممع ال sketch، كملوهم أنتوا إلكوا، + +398 +00:36:22,090 --> 00:36:25,590 +شوفوهم في الكتاب محلولين، اتطلعوا عليهم خمسة أربعة + +399 +00:36:25,590 --> 00:36:27,970 +أو خمسة خمسة، يعطيكوا العافية + diff --git a/PL9fwy3NUQKwaAs6rNkQtAiaVf8dEDjWUy/Cjxmtn0OInk_postprocess.srt b/PL9fwy3NUQKwaAs6rNkQtAiaVf8dEDjWUy/Cjxmtn0OInk_postprocess.srt new file mode 100644 index 0000000000000000000000000000000000000000..7343fbb611dc58fb62fcf0a6f95bff9eee712b36 --- /dev/null +++ b/PL9fwy3NUQKwaAs6rNkQtAiaVf8dEDjWUy/Cjxmtn0OInk_postprocess.srt @@ -0,0 +1,1864 @@ +1 +00:00:21,040 --> 00:00:25,420 +السلام عليكم طيب احنا ان شاء الله روح العالمين + +2 +00:00:25,420 --> 00:00:29,920 +اليوم رح نبدأ في chapter الخامسة بس قبل ما نبدأ في + +3 +00:00:29,920 --> 00:00:33,380 +chapter الخامسة في بعض الأخوات طلبوا هيك سؤال + +4 +00:00:33,380 --> 00:00:37,460 +ينحله على موضوع ال superposition تمام؟ ينحل السؤال + +5 +00:00:37,460 --> 00:00:42,550 +ان تبهوله هو كل أفكارهم واحدةهى كيف طريقة الحل + +6 +00:00:42,550 --> 00:00:47,610 +مافيش طريقة جديدة بس هو تكنيك معين بنحل عليه و + +7 +00:00:47,610 --> 00:00:54,830 +خلاص مافيش اشي فيه جديد واضح طيب فيه عندى سؤال 228 + +8 +00:00:54,830 --> 00:00:59,690 +انحله طيب نرسم السؤال بس + +9 +00:01:52,440 --> 00:02:03,360 +نتبه للسؤال يا أخوات، بلاش كلام طلعت + +10 +00:02:03,360 --> 00:02:11,380 +حل ولا ما طلعتش حل ليه؟طيب مش مشكلة طيب نبدأ طيب + +11 +00:02:11,380 --> 00:02:18,780 +بحكيلي في السؤال فضل اول + +12 +00:02:18,780 --> 00:02:24,800 +تلاتة chapters طيب في أن السؤال هذا موجود عندى + +13 +00:02:26,030 --> 00:02:30,030 +Voltage Source قيمته independent قيمته 15 Volt في + +14 +00:02:30,030 --> 00:02:35,170 +عنده 2 Ohm في عنده مقاومة 5 Ohm في عنده dependent + +15 +00:02:35,170 --> 00:02:39,430 +voltage source معتمد 3 I Delta مباشرة وين راح يروح + +16 +00:02:39,430 --> 00:02:43,410 +فكره وين هي ال I Delta ال I Delta هي التيار اللي + +17 +00:02:43,410 --> 00:02:48,700 +مارر في 2 Ohm تماممشبوك معاهم مقاومة 4 اوم مشبوك + +18 +00:02:48,700 --> 00:02:53,240 +معاهم current source independent 8 امبير ومشبوك + +19 +00:02:53,240 --> 00:02:58,000 +معاهم in parallel 8 اوم عليها voltage قيمته Vout + +20 +00:02:58,000 --> 00:03:02,880 +بحكي لاستخدام طريقة ال superposition method لإيجاد + +21 +00:03:02,880 --> 00:03:09,150 +ال volt Voutتمام؟ واضح يا أخوات؟ بنستخدم ال + +22 +00:03:09,150 --> 00:03:12,850 +superposition method لإيجاد ال VR طيب إيش هي طريقة + +23 +00:03:12,850 --> 00:03:16,250 +ال superposition؟ مين بذكرها؟ المفروض أنكوا + +24 +00:03:16,250 --> 00:03:21,910 +أخدتوها على إيش بتعتمد؟ لو في voltage source بحول + +25 +00:03:21,910 --> 00:03:25,910 +ل short circuit و بخلي المضار التاني يعني بضغي + +26 +00:03:25,910 --> 00:03:28,710 +واحد و بخلي أثر التاني لأ فكرته مش لو في voltage + +27 +00:03:28,710 --> 00:03:32,150 +source في من كلامك بس مش دقيق اللي ورا + +28 +00:03:45,370 --> 00:03:51,540 +يبقى انا عندى كام حل راح يكون للدائرةلأ، بعدد ال + +29 +00:03:51,540 --> 00:03:54,620 +independent sources، مش حالين، هنا راح أكون حالين + +30 +00:03:54,620 --> 00:03:57,080 +لإن في عندي two independent لو كان عندي عشر + +31 +00:03:57,080 --> 00:04:01,000 +independent، راح أكون عندي عشر حلول للدائرة، تمام؟ + +32 +00:04:01,000 --> 00:04:04,740 +انخصها، أنا لو كان عندي في دائرة كهربية، موجود + +33 +00:04:04,740 --> 00:04:08,300 +فيها independent sources و dependent sources، + +34 +00:04:08,300 --> 00:04:12,960 +تمام؟الـ dependent sources اتفقنا انه بجربش عليهم، + +35 +00:04:12,960 --> 00:04:15,160 +بيجي على ال independent sources، ال independent + +36 +00:04:15,160 --> 00:04:19,260 +sources فكرتهم في ال super position اني اخلي واحد + +37 +00:04:19,260 --> 00:04:25,140 +و ألغي الباقين، مش زي ما بنتخربط دايماألغي واحد و + +38 +00:04:25,140 --> 00:04:29,160 +أخلي الباقين لأ أخلي واحد في الدائرة و ألغي + +39 +00:04:29,160 --> 00:04:33,180 +الباقين يعني لو أنا كان عندي تلاتة تلاتة تمام بدي + +40 +00:04:33,180 --> 00:04:37,400 +ألغي واحد أخلي واحد و ألغي اتنين بعد هيك باجي + +41 +00:04:37,400 --> 00:04:40,640 +بامسك التاني و بلغي الأول و التالت بعد هيك باجي + +42 +00:04:40,640 --> 00:04:44,620 +بامسك التالت و بلغي الأول و التاني طيب كيف طريقة + +43 +00:04:44,620 --> 00:04:47,800 +الإلغاء ال sources cancellation هي نفس الطريقة + +44 +00:04:47,800 --> 00:04:50,800 +اللي كنا ناخدها في ال R Thevenin و ناخدها مش عارف + +45 +00:04:50,800 --> 00:04:55,360 +في إيجاد ال ..الإيش كمان ال elimination ال source + +46 +00:04:55,360 --> 00:04:58,820 +elimination تمام بمعنى إنه ال voltage source إيش + +47 +00:04:58,820 --> 00:05:02,560 +بغيره لما بدي ألغيه short circuit ال current + +48 +00:05:02,560 --> 00:05:07,480 +source open circuit طيب تمام نيجي للدائرة تاعتنا + +49 +00:05:07,480 --> 00:05:10,880 +الدائرة تاعتنا فيها independent dependent + +50 +00:05:10,880 --> 00:05:14,380 +independent يبجى كام independent موجودة عندى؟ يبجى + +51 +00:05:14,380 --> 00:05:18,300 +أنا فيها اندي two independent sources + +52 +00:05:22,060 --> 00:05:32,480 +يبقى الحل الأول أنه أعمل fix لل voltage source مع + +53 +00:05:32,480 --> 00:05:37,140 +elimination لل + +54 +00:05:37,140 --> 00:05:43,440 +current source صح؟ + +55 +00:05:43,440 --> 00:05:46,540 +مظبوط؟ مش هي عندي independent و independent؟ هذا + +56 +00:05:46,540 --> 00:05:51,060 +ماجربش عليه، مظبوط؟الطريقة الأولى أو الخطوة الأولى + +57 +00:05:51,060 --> 00:05:57,600 +أن أعمل أثبت هذا و ألغي هذا صح فإيش صارت الدائرة + +58 +00:05:57,600 --> 00:06:06,660 +اللى موجودة عندى يلا صار عندى ال 15 volt مع مقاومة + +59 +00:06:06,660 --> 00:06:08,860 +أربعة أم مع خمسة مع هذا + +60 +00:06:13,190 --> 00:06:18,550 +هذا ايش بده يعمله؟ لأ لأ اتخربتيش بس هذا ايش بده + +61 +00:06:18,550 --> 00:06:22,350 +يعمله؟ open circuit كيف بده يلغيه؟ open circuit + +62 +00:06:22,350 --> 00:06:26,170 +لأنه current source يبقى هاي open circuit و بعدين + +63 +00:06:26,170 --> 00:06:34,170 +.. بس اصبر شوية ليش بده .. اذا جماعتهم ايش بيصير + +64 +00:06:34,170 --> 00:06:37,650 +يا أستاذ تفلها ده في ال V out؟ راحة ال V out + +65 +00:06:37,650 --> 00:06:39,830 +خربطنا الدنيا صح؟ + +66 +00:06:46,060 --> 00:06:49,460 +تمام؟ هاي صارت الدائرة كان هنا موجود current + +67 +00:06:49,460 --> 00:06:55,040 +source فلغناه فالان المفروض مني اعرف v out dash + +68 +00:06:55,040 --> 00:06:58,700 +هذه في الحال واحد عشان انا لما بدي اعمل fix لل + +69 +00:06:58,700 --> 00:07:01,700 +voltage source و elimination لل current source هذه + +70 +00:07:01,700 --> 00:07:06,360 +راح تطلع لي v out dash الخطوة التانية اني ايش اعمل + +71 +00:07:06,360 --> 00:07:14,160 +اعمل fix لل current source و elimination لل + +72 +00:07:14,160 --> 00:07:21,720 +voltage sourceلل VS هذه الحالة راح تطلع ايش V out + +73 +00:07:21,720 --> 00:07:26,440 +double dash صح؟ و ال over all solution ايش راح + +74 +00:07:26,440 --> 00:07:32,480 +يطلع V out يساوي V out dash زائد V out double dash + +75 +00:07:32,480 --> 00:07:38,740 +واضح؟ طيب احنا بدنا نيجي نحل واحدة واحدة بدي اطلع + +76 +00:07:38,740 --> 00:07:42,300 +ال V out dash اطلع ال V out double dash و بعد هيك + +77 +00:07:42,300 --> 00:07:46,940 +اجمعهم كيف انا بدي اطلعالـ VoutDash اللي هي من + +78 +00:07:46,940 --> 00:07:54,600 +الدائرة هذه مين عندها فكرة الوين + +79 +00:07:54,600 --> 00:07:58,980 +الـ divider بدي + +80 +00:07:58,980 --> 00:08:04,860 +اخد .. في انا عند طرق حل كتير نوت فولتج مش current + +81 +00:08:04,860 --> 00:08:11,270 +source transformationإيش كمان؟ كيرشوف voltage low، + +82 +00:08:11,270 --> 00:08:14,310 +كيرشوف current low، أي طريقة بدكوا إياها، إيش من + +83 +00:08:14,310 --> 00:08:18,350 +الطرق السهلة اللي ممكن ناخدها؟ خدوا node voltage، + +84 +00:08:18,350 --> 00:08:21,510 +لو أخدنا node voltage هنا، كام node فيها عندنا؟ + +85 +00:08:21,510 --> 00:08:27,010 +يلّا، نرجعها، يلّا يا خواتين، اللي هنا؟ عند هذه + +86 +00:08:27,010 --> 00:08:32,330 +node؟ هذه node؟ هذه واحد، هذه؟ هذه؟ + +87 +00:08:35,980 --> 00:08:39,400 +هدية يبقى هاي V عندى تنتين من التنتين باخد واحدة + +88 +00:08:39,400 --> 00:08:44,680 +منهم reference صح اللي مربوطة مع اكتر اكبر عدد من + +89 +00:08:44,680 --> 00:08:49,880 +ال sources طيب الان بدي اجي اكتب كام equation بطلع + +90 +00:08:49,880 --> 00:08:53,680 +عندين واحدة طيب يلا V عندى .. هاي V واحد كيف بدي + +91 +00:08:53,680 --> 00:08:59,600 +اطلعها يلا نجوني اياها V واحد نقص نقصة بدي التيار + +92 +00:08:59,600 --> 00:09:03,450 +اللى هنا و التيار اللى هنا و التيار اللى هناناقص + +93 +00:09:03,450 --> 00:09:10,690 +خمس طعش على اتنين على اتنين تمام زائد V1 ناقص V1 + +94 +00:09:10,690 --> 00:09:14,930 +ناقص V1 + +95 +00:09:14,930 --> 00:09:21,410 +ناقص 3I Delta ناقص سفر على خمسة صح معاه هنا يبقى + +96 +00:09:21,410 --> 00:09:30,690 +ناقص 3I Delta على خمسة زائد سرعة هذا زائد هذا زائد + +97 +00:09:30,690 --> 00:09:38,280 +هذازائد V واحد ناقص صفر على 12 يساوي صفر عندي + +98 +00:09:38,280 --> 00:09:43,700 +معادلة بكم مجهول؟ مجهول واحد لأ مجهولين I انا + +99 +00:09:43,700 --> 00:09:47,780 +المشكلة عندي طلقت وين؟ في I Delta I Delta جداش + +100 +00:09:47,780 --> 00:09:53,460 +قيمتها؟ هي عبارة عن V واحد واحدة واحدة يلا عن I + +101 +00:09:53,460 --> 00:09:57,860 +out من هناال I Delta هي التيار اللي مارر فيه + +102 +00:09:57,860 --> 00:10:01,780 +المقاومة 2 يبقى هو ال volt اللي على طرفي بين طرفي + +103 +00:10:01,780 --> 00:10:06,040 +المقاومة 2 على قيمة المقاومة صح؟ يبقى ال I Delta + +104 +00:10:06,040 --> 00:10:11,440 +ايش يساوي؟ ال volt اللي هنا ناقص ال volt اللي هنا + +105 +00:10:11,440 --> 00:10:20,120 +على 2 يبقى ايش تساوي؟ ناقص V1 على 2 هاي معادلتين + +106 +00:10:20,120 --> 00:10:25,580 +بكم مجهول؟مجهولين صح؟ بعوض عن I Delta هنا أو + +107 +00:10:25,580 --> 00:10:31,980 +بتحلوا المعادلتين نقدر نطلعها طيب هيطلعنا V out V + +108 +00:10:31,980 --> 00:10:36,380 +واحد صح؟ أنا بده ال V واحد من هذا الحل بده V out V + +109 +00:10:36,380 --> 00:10:44,180 +out dash صح؟ كيف ال V out dash؟ يلا أخوات هنا كيف + +110 +00:10:44,180 --> 00:10:47,500 +بدي أجيب أنا إذا جبت ال volt هنا؟ كيف بدي أجيب ال + +111 +00:10:47,500 --> 00:10:53,110 +volt هذا؟سهلة؟ يا خواتي انتوا أسهل طريقة .. أسهل + +112 +00:10:53,110 --> 00:10:56,150 +طريقة .. هذا التيار وينه؟ انتبهوا .. هذا .. هذا + +113 +00:10:56,150 --> 00:10:59,570 +إيش هو؟ هذا التيار اللي مارر في ال branch هذا، صح؟ + +114 +00:10:59,570 --> 00:11:02,790 +و هذا .. و هذا الجزء؟ هو اللي مارر في ال branch + +115 +00:11:02,790 --> 00:11:07,730 +هذا، طيب هذا الجزء؟ هو اللي مارر في ال branch هذا، + +116 +00:11:07,730 --> 00:11:11,290 +يعني حضرتكوا لو إجدوا و كتبتوا V1 على إطلاق إيش؟ + +117 +00:11:11,290 --> 00:11:15,010 +راح أطلع التيار هذا، صح؟ صارت ال V أو ال dash إيش + +118 +00:11:15,010 --> 00:11:26,510 +هو؟هو V1 على 12 في 8 صح؟ مظبوط؟ طيب في طريقة تانية + +119 +00:11:26,510 --> 00:11:32,950 +ان ال voltage علي هدولة تنتين series صح؟ ال + +120 +00:11:32,950 --> 00:11:38,990 +voltage عليهم هو V1 بقدر اعمله voltage divider ولا + +121 +00:11:38,990 --> 00:11:45,660 +لأ؟صح؟ مقاومة مع مقاومة الانتنين سيريز و عليهم من + +122 +00:11:45,660 --> 00:11:51,720 +هنا لهنا V1 صح؟ بتطلع عنده يعني V1 درب تمانية على + +123 +00:11:51,720 --> 00:11:57,880 +اتناش مظبوط؟ هاي ال V out، dash يبقى أنا عنده ال V + +124 +00:11:57,880 --> 00:12:06,220 +out dash تساوي الطريقة الأولى هي التيار اللي مارر + +125 +00:12:06,220 --> 00:12:08,820 +هنا درب قيمة المقاومة كدهش التيار اللي مارر هنا في + +126 +00:12:08,820 --> 00:12:15,660 +الحالة هذه؟V1 على 12 ضرب 8 هي نفس طريقة ال voltage + +127 +00:12:15,660 --> 00:12:20,560 +divider اللي لو عزبتوا نفس الكتابة هي V1 في 8 على + +128 +00:12:20,560 --> 00:12:26,640 +12 صح هاي جيبنا V out dash، مصبوط؟ طيب إيش ده اللي + +129 +00:12:26,640 --> 00:12:32,040 +عندي؟ خلاص؟ بدي V out double dash طب ال V out + +130 +00:12:32,040 --> 00:12:37,200 +double dash كيف كانت؟إن بدي أعمل fixing لل IS هذا + +131 +00:12:37,200 --> 00:12:40,840 +و ألغي ال voltage source كيف ألغاه ال voltage + +132 +00:12:40,840 --> 00:12:48,600 +source short circuit و هاي هذا ضل هذي إيش بدها + +133 +00:12:48,600 --> 00:12:55,120 +تطلع double dash في الحالة هذه صح طيب كيف هذي بدنا + +134 +00:12:55,120 --> 00:13:02,000 +نحلها طلعوا كيف بدنا نحلها نعمل + +135 +00:13:04,430 --> 00:13:08,810 +Transformation لـ .. لإيش؟ لأ لأ طيب ما هي أختي + +136 +00:13:08,810 --> 00:13:10,750 +اللي ورا حكت بدي أعمل source of transformation + +137 +00:13:10,750 --> 00:13:15,070 +هناك فقلنا لها بتضيئ ال V أو ال double dash صح؟ صح + +138 +00:13:15,070 --> 00:13:18,330 +بدي تعمل transformation بين هذه و هذه على voltage + +139 +00:13:18,330 --> 00:13:23,130 +source مع مقاومة راحة ال V أو ال double dash مش + +140 +00:13:23,130 --> 00:13:29,510 +current صح؟ مش تقول ع المشكلة؟ أسهل فيه أسهل إيش + +141 +00:13:29,510 --> 00:13:33,330 +هي؟ ال node voltage ال node voltage أسهلليش ال + +142 +00:13:33,330 --> 00:13:37,270 +node voltage أساسا؟ لأن هنا في عندي طيار جاهز صح؟ + +143 +00:13:37,270 --> 00:13:43,510 +بدي أحلها باستخدام ال node voltage هذه node هذه + +144 +00:13:43,510 --> 00:13:52,550 +واحد هنا تنين هنا هذه هذه تلاتة وهذه يبقى نفسها + +145 +00:13:52,550 --> 00:13:56,210 +هذه يبقى هاي أنا عندي تلاتة هاي تلاتة nodes + +146 +00:13:56,210 --> 00:13:59,990 +موجودين عندى بدي أختار منهم واحدة reference اللي + +147 +00:13:59,990 --> 00:14:06,030 +هياللي تحت اللي فيها أكبر عدد تمام بعد هيك بدي + +148 +00:14:06,030 --> 00:14:10,010 +أكتب كام equation الآن تنتين تنتين نجلونا إياها + +149 +00:14:10,010 --> 00:14:17,890 +يلا مين من هنا من هنا يلا يلا تحطيش عينك في الورقة + +150 +00:14:17,890 --> 00:14:24,890 +يلا عند واحد في واحد نقص نقص نقص نقص نقص نقص نقص + +151 +00:14:24,890 --> 00:14:28,790 +نقص نقص يلا + +152 +00:14:28,790 --> 00:14:39,110 +في واحدعلى 2 V1-3I + +153 +00:14:39,110 --> 00:14:52,490 +Δ على 5 V1-V2 على 4 على 4 يساوي 0 100% التانية يلا + +154 +00:14:52,490 --> 00:14:58,510 +اللي قدامك اللي جانبك يلا يلا + +155 +00:15:03,690 --> 00:15:10,270 +V2 على 8 هي حسبت الطيار هذا وبيده الطيار هذا و + +156 +00:15:10,270 --> 00:15:22,490 +الطيار هذا يسوى صفر صح هيك حسبت V2 على 8 زائد يلا + +157 +00:15:22,490 --> 00:15:29,120 +الطيار هذا هيك طلعته الطيار هذا اسمعوا بسلأ هو مش + +158 +00:15:29,120 --> 00:15:32,980 +اللي جيبناه احنا هو اللي موجود يبقى سالب تمانية بس + +159 +00:15:32,980 --> 00:15:38,880 +هاي الطيار و الطيار اللي هنا V2 ناقص V1 على 4 + +160 +00:15:38,880 --> 00:15:43,400 +يساوي + +161 +00:15:43,400 --> 00:15:49,960 +Zero عندك معادلتين بكم مجهول؟ واحد، اتنين، تلاتة + +162 +00:15:49,960 --> 00:15:54,240 +ايش المشكلة عندك؟ ال I Delta ال I Delta جداش + +163 +00:15:54,240 --> 00:15:56,320 +تساوي؟ لأ + +164 +00:15:58,680 --> 00:16:04,760 +هو التجارة تساوي مارسيلد في واحدة تساوي؟ يلا ولا + +165 +00:16:04,760 --> 00:16:14,420 +KCL ولا إشيI Delta تمانية أمبير؟ لأ + +166 +00:16:14,420 --> 00:16:18,380 +يا خوات التيار هو عبارة .. التيار على مقاومة هو ال + +167 +00:16:18,380 --> 00:16:21,240 +volt على النقطة الأولى .. الأولى ناقص ال volt من + +168 +00:16:21,240 --> 00:16:24,940 +النقطة التانية على قيمة المقاومة التيار اللي مارر + +169 +00:16:24,940 --> 00:16:29,040 +هنا هو ال volt هنا ناقص ال volt هنا على اتنين يبقى + +170 +00:16:29,040 --> 00:16:35,720 +إيش ده تصير؟ سالب لإنها صفر سالب V1 على اتنين يبقى + +171 +00:16:35,720 --> 00:16:42,700 +صارة ال I Delta إيش تساوي؟صفق سالب V1 على 2 أصلا + +172 +00:16:42,700 --> 00:16:48,920 +إنتوا لما حسبتوا التيار اللي مارر هنا إيش هو V1 + +173 +00:16:48,920 --> 00:16:54,560 +على 2 I دلت عكسه يبقى سالب V1 على 2 صح؟ عندي تلت + +174 +00:16:54,560 --> 00:16:59,520 +معادلة كان مجهولةمجهولة صح تلت مجاهير صح بأحلهم + +175 +00:16:59,520 --> 00:17:07,100 +بطلع منهم V1 V2 و I Delta انا بدي V1 ولا V2 ولا I + +176 +00:17:07,100 --> 00:17:10,420 +Delta ايش اللي بديه؟ بدي Vout Double Dash كيف + +177 +00:17:10,420 --> 00:17:16,620 +دربته مع النتائج؟ يبقى Vout Double Dash هي نفس ال + +178 +00:17:16,620 --> 00:17:22,510 +V2 صح؟لأن كل ال Vout هي نفس ال V2 يبقى هذه تساوي + +179 +00:17:22,510 --> 00:17:27,130 +Vout Double Dash يبقى ال Vout Total إيش تساوي؟ + +180 +00:17:27,130 --> 00:17:35,210 +Vout Dash ذات Vout Double Dash هيك تمام؟ أمحي؟ + +181 +00:17:35,210 --> 00:17:36,210 +سرعة + +182 +00:18:03,850 --> 00:18:07,410 +أمحيها؟ طيب، الآن يا أخوات نبدأ في Chapter 5 + +183 +00:18:07,410 --> 00:18:12,870 +Chapter + +184 +00:18:12,870 --> 00:18:18,810 +5 بعنوان Natural + +185 +00:18:21,500 --> 00:18:28,420 +and step response of + +186 +00:18:28,420 --> 00:18:36,060 +RL and RC circuits كل + +187 +00:18:36,060 --> 00:18:41,480 +هذا عنوان، تمام؟ طيب، الآن بدي أعرف من العنوان إيش + +188 +00:18:41,480 --> 00:18:45,940 +معناه يعني طلسم إحنا جاعدين بنكتب، صح؟ لأ هي مش + +189 +00:18:45,940 --> 00:18:51,630 +طلسمطيب عند natural response و step response + +190 +00:18:51,630 --> 00:18:57,750 +لدوائر RL ودوائر RC طيب انت جاي تحكي اللي بدنا + +191 +00:18:57,750 --> 00:19:01,190 +نفسر ال natural ولا نفسر ال step ولا نفسر ال RL + +192 +00:19:01,190 --> 00:19:05,910 +ولا نفسر ال RC وإيش هو ال response إيش معناها؟ طيب + +193 +00:19:05,910 --> 00:19:09,790 +بداية إن احنا في ال chapter هذا رح نيجي نتعامل مع + +194 +00:19:09,790 --> 00:19:16,710 +ملفات بسميهم inductors تمام؟ رح أجي أتعامل مع + +195 +00:19:18,110 --> 00:19:24,950 +مكثفات بسميهم capacitors تمام هاي هدولة ضفناهم على + +196 +00:19:24,950 --> 00:19:27,750 +المقاومات اللي كنا نتعامل معاهم في chapter واحد + +197 +00:19:27,750 --> 00:19:32,310 +واتنين وتلاتة يبقى انا ممكن اواجه في دائرة معينة + +198 +00:19:34,190 --> 00:19:38,890 +العناصر مقاومات ملفات مكثفات بالاضافة لل sources + +199 +00:19:38,890 --> 00:19:43,630 +تمام؟ طيب راح نيجي نفسل كل واحدة منهم بالتفصيل من + +200 +00:19:43,630 --> 00:19:46,510 +ناحية ال inductors من ناحية ال capacitors يبقى + +201 +00:19:46,510 --> 00:19:50,510 +عرفنا ال RL هي عبارة عن دائرة موجود فيها مقاومة + +202 +00:19:50,510 --> 00:19:57,950 +وملفالـ RC هي عبارة عن دائرة موجود فيها مقاومة و + +203 +00:19:57,950 --> 00:20:03,070 +Capacitor مقاومة و مكتف طيب ايش ال natural + +204 +00:20:03,070 --> 00:20:06,390 +response و ايش ال step response بيجي بيحكيلي اخوات + +205 +00:20:10,510 --> 00:20:14,670 +الملفات والمكثفات هدول مش زي المقاومات بيشتغلوا + +206 +00:20:14,670 --> 00:20:20,410 +كيف بيشتغلوا؟ بيشتغلوا هدول مخزن للطاقة تمام؟ هدول + +207 +00:20:20,410 --> 00:20:26,150 +الملف عندنا هاي هيك الرمز تبعه والمكثف هيك هذا + +208 +00:20:26,150 --> 00:20:32,510 +بيخزن طاقةطبعا على شكل طاقة مغناطسية هذا بيخزن + +209 +00:20:32,510 --> 00:20:36,770 +طاقة على شكل طاقة كهرباية في المحاصلة اتنين + +210 +00:20:36,770 --> 00:20:41,250 +بيخزنوا طاقة طبعا بأي شكل من الأشكال لكن ال + +211 +00:20:41,250 --> 00:20:47,110 +resistor ايش بتعمل بتهدر طاقة طبعا طيب هدولة امتى + +212 +00:20:47,110 --> 00:20:51,630 +بيخزنوا و امتى يعني بيضلوا طول العمر مخزن طاقة لو + +213 +00:20:51,630 --> 00:20:54,710 +بيضلوا طول العمر مخزن طاقة بنروح بنجيب شوية مكثفات + +214 +00:20:54,710 --> 00:20:58,970 +و بنحطها في هالداروبنضوي لما الكهربا تقطع ماعنديش + +215 +00:20:58,970 --> 00:21:03,470 +مشكلة او زي البطاريات صح؟ هنا في مشكلة بيجي + +216 +00:21:03,470 --> 00:21:08,130 +بيحكيلي طول ما هدول مشبوكين في دائرة فيها source + +217 +00:21:08,130 --> 00:21:14,750 +طول ما هو بيخزن طول ما رفعت ال source عنه ايش رح + +218 +00:21:14,750 --> 00:21:20,330 +يصير؟ هيبدأ يفرخ تمام؟ طيب فهو بيجي بيسميلي + +219 +00:21:20,330 --> 00:21:27,590 +الدائرة اللي مافيهاش sourcenatural الدائرة اللى + +220 +00:21:27,590 --> 00:21:32,610 +فيها source step واضحة بمعنى لو انا كان عند + +221 +00:21:32,610 --> 00:21:40,630 +الدائرة هذه مقاومة وملف IRL تمام لو حطيتها هيك + +222 +00:21:40,630 --> 00:21:44,840 +natural ولا stepnatural لأنه مافيش فيها source + +223 +00:21:44,840 --> 00:21:48,740 +ليش؟ لأنه الآن هذا الطاقة اللي كانت مخزنة فيه في + +224 +00:21:48,740 --> 00:21:52,700 +مرحلة ما راح تيجي تتفرق في المقاومة بعد ثانيتين + +225 +00:21:52,700 --> 00:21:59,900 +تلاتة خلصت طفت الدار صح؟ الآن لو أجيت وحطيت هنا + +226 +00:21:59,900 --> 00:22:06,790 +source إيش بده يصير في الملف؟هيخزن، راح ياخد جزء + +227 +00:22:06,790 --> 00:22:10,230 +من الطاقة اللي قاعد هذا بيطلعها، راح ياخدها هنا + +228 +00:22:10,230 --> 00:22:13,590 +وهذا راح يهدر الجزء الباقي، صح؟ يبقى هذا step + +229 +00:22:13,590 --> 00:22:18,190 +response مية لمية؟ طيب، المكثف لو أنا كانت عندي + +230 +00:22:18,190 --> 00:22:24,650 +دائرة، هاي R وهاي C، يبقى هذه دائرة RC، صح؟ مش RC + +231 +00:22:24,650 --> 00:22:31,570 +الكولة حطنا لها voltage source، الآن أنا بشتغل على + +232 +00:22:31,570 --> 00:22:32,890 +ال voltage source كله + +233 +00:22:36,150 --> 00:22:40,590 +DC تمام؟ لسه ماتكلمناش في شبتر سبعة راح نتكلم على + +234 +00:22:40,590 --> 00:22:45,090 +ال AC sources المصدر التيار متردد هذا كله بطاريات + +235 +00:22:45,090 --> 00:22:50,150 +اه انتبهوا لحد الآن ماجربناش على ال AC ماشي؟ طيب + +236 +00:22:50,150 --> 00:22:53,310 +لو كانت هذه الدائرة هذي إيش اسمها RC step ولا + +237 +00:22:53,310 --> 00:23:00,210 +natural؟step لو ما حينها ده natural واضحة يبقى انا + +238 +00:23:00,210 --> 00:23:04,270 +عرفت ايش هي دائرة ال RC اعرفت ايش هي دائرة ال RL + +239 +00:23:04,270 --> 00:23:07,450 +اعرفت ايش معناه natural response اعرفت ايش معناه + +240 +00:23:07,450 --> 00:23:16,030 +step response واضح تمام نبدأ في شريحنا طيب + +241 +00:23:24,930 --> 00:23:28,730 +في عنده أول عنصر بدي أتعامل معه الـ Inductor بعد + +242 +00:23:28,730 --> 00:23:31,650 +ما عرفنا إيش هي المقاومة بدي أتعامل مع ال Inductor + +243 +00:23:31,650 --> 00:23:36,470 +ال Inductor هو بيسموه بالعرب الملف أو بيسموه + +244 +00:23:36,470 --> 00:23:41,010 +المحاثة طيب + +245 +00:23:41,010 --> 00:23:51,510 +الآن إيش هو الملف الملف هو عبارة عن سلك سلك معدني + +246 +00:23:51,510 --> 00:23:53,590 +باجي بلفه على استوانة + +247 +00:23:56,720 --> 00:24:02,720 +عشر مرات عشرين مرة عدد لفات ان الاستوانة + +248 +00:24:02,720 --> 00:24:12,440 +هذه مغناطيس magnetic تمام؟ لما يمر تيار في السلك + +249 +00:24:12,440 --> 00:24:20,720 +هذا مع تأثير المغناطيس رح يتولد فرق جهد على الملف + +250 +00:24:20,720 --> 00:24:26,740 +بين طرفين الملف واضحة؟تمام؟ طيب ال inductor اسمه L + +251 +00:24:26,740 --> 00:24:32,960 +فيه إشي بسميها inductance ال inductance هي وحدة + +252 +00:24:32,960 --> 00:24:35,960 +اللي بقيس فيها .. ال وحدة اللي بقيس فيها الملف .. + +253 +00:24:35,960 --> 00:24:40,360 +الملف بال .. إيش بنجيسها؟ بأي وحدة؟ بال Henry + +254 +00:24:40,360 --> 00:24:47,120 +تمام؟ إذا ال inductance هي وحدة قياس للملف إيش + +255 +00:24:47,120 --> 00:24:51,840 +برموزلها؟ بال Henry ال inductor حكينا ال simple + +256 +00:24:51,840 --> 00:24:58,370 +تبعههيو تمام الرمز + +257 +00:24:58,370 --> 00:25:05,570 +تبعه ال هى ال inductance مية لمية بإيش بجيسها ال + +258 +00:25:05,570 --> 00:25:12,790 +unit بإيش اسمه Henry طيب + +259 +00:25:12,790 --> 00:25:15,830 +بيجي بيحكيلي انت جاية بتقول لو هى الاستوانة + +260 +00:25:15,830 --> 00:25:23,020 +مغناطيس لفنا حواليها سلك ماشيوحطينا تيار كهرة + +261 +00:25:23,020 --> 00:25:26,040 +بيمررناها في السلك إيش راح يصير بين طرفي الملف؟ + +262 +00:25:26,040 --> 00:25:31,100 +فرق جهد يبقى أنا المفروض أعرف إيش العلاقة بين + +263 +00:25:31,100 --> 00:25:35,560 +التيار و فرق الجهد بيجي بيحكيلي العلاقة بين التيار + +264 +00:25:35,560 --> 00:25:38,780 +و فرق الجهد مش زي العلاقة بين التيار و فرق الجهد + +265 +00:25:38,780 --> 00:25:44,040 +في المقاومة كانت في المقاومة V تساوي R في I تمام؟ + +266 +00:25:44,040 --> 00:25:50,550 +الآن ال voltage اللي موجودبين طرفي الملف هيه تمام + +267 +00:25:50,550 --> 00:26:00,650 +بسبب مرور تيار شدته I هو يساوي VL ويساوي L DI by + +268 +00:26:00,650 --> 00:26:12,550 +DT بمعنى انه التيار I هذا تيار متغير تمام؟ تيار + +269 +00:26:12,550 --> 00:26:19,540 +متغير متغير مع الزمن بس هو DCيعني إيش الفرق بين ال + +270 +00:26:19,540 --> 00:26:24,600 +DC و ال AC ال AC ال polarity تبعته بتتغير ال DC ال + +271 +00:26:24,600 --> 00:26:28,340 +polarity تبعته بتتغيرش يعني ال DC يا دايما موجب يا + +272 +00:26:28,340 --> 00:26:32,600 +دايما سالب ال AC مرات موجب و مرات سالب لكن في من + +273 +00:26:32,600 --> 00:26:36,900 +ال DC متغير ممكن يكون خمسة اتنين تلاتة بس ممكن + +274 +00:26:36,900 --> 00:26:41,360 +يكون سالب خمسة لأ لأنه يا بيكون كله موجب يا بيكون + +275 +00:26:41,360 --> 00:26:47,820 +كله سالب فالتيار اللي هنا DC متغير واضح؟الان لو + +276 +00:26:47,820 --> 00:26:52,920 +بدى احسب مقدار الجهد اللى موجود بين طرفي الملف سهل + +277 +00:26:52,920 --> 00:26:57,880 +باجى بقول ايش التيار اللى مارف الملف بعمله + +278 +00:26:57,880 --> 00:27:01,820 +derivative اشتقاق بضربه في ال L هى ال V اللى عليه + +279 +00:27:01,820 --> 00:27:08,820 +واضحة تمام يا أخوات طيب ال V هي ال voltage VL هي + +280 +00:27:08,820 --> 00:27:14,720 +ال voltage across inductor + +281 +00:27:17,650 --> 00:27:25,190 +الـ L هي إيش؟ Inductance هذه بجيسها بإيش؟ بالهنري + +282 +00:27:25,190 --> 00:27:29,910 +بالهنري هذه؟ بالفولت الفولت مش دايما بنجيسه + +283 +00:27:29,910 --> 00:27:39,550 +بالفولت ال I هو إيش؟ current passing inductor + +284 +00:27:39,550 --> 00:27:47,740 +وبجيسه بالقيمة أمبير تفضليلأ .. إشي بسميه + +285 +00:27:47,740 --> 00:27:54,740 +inductance حثية .. حثية الملف هي .. بنسميها الحثية + +286 +00:27:54,740 --> 00:27:59,400 +.. مش معاني للحث .. هي الحثية الذاتية تمام؟ في إشي + +287 +00:27:59,400 --> 00:28:03,960 +عند .. إشي اسمه mutual inductance هي الحثية .. + +288 +00:28:03,960 --> 00:28:08,220 +حثية مكتسبة من إشي تاني واضح؟ مش .. مش وجد .. مش + +289 +00:28:08,220 --> 00:28:13,540 +معنى .. تفضليالقيمة الموجودة في السؤال أو بيعطيك + +290 +00:28:13,540 --> 00:28:17,420 +قيمة و بيقولك هات الأل طبق النقاش السؤال واضح طيب + +291 +00:28:17,420 --> 00:28:23,960 +الان من اللي أنا جال و ال T أشياء ال time بال + +292 +00:28:23,960 --> 00:28:29,900 +second 100% لإن هذه متغيرة مع الزمن طيب من + +293 +00:28:29,900 --> 00:28:37,640 +المعادلة هذه VL تساوي L في DI على DT بقدر أستخرج + +294 +00:28:37,640 --> 00:28:45,200 +شغلتين أنهإذا التيار كان عندي constant جدّيش ال + +295 +00:28:45,200 --> 00:28:49,640 +voltage؟ Zero يعني انا لو حطيت بطارية بطارية + +296 +00:28:49,640 --> 00:28:53,700 +قيمتها خمسة volt على طرفي الملف جدّيش ال volt اللي + +297 +00:28:53,700 --> 00:28:59,980 +عليها؟ Zero آسف حطيت مصدر تيار passing through + +298 +00:28:59,980 --> 00:29:07,910 +الملف تمام قيمته خمس أمبيرالخمسة أمبير مش متغيرة + +299 +00:29:07,910 --> 00:29:10,790 +لما بدي أجي أشتقها with respect للزمن إيش راح + +300 +00:29:10,790 --> 00:29:18,830 +تطلع؟ Zero مضروبة في ال L راح تطلع Zero إذا كان if + +301 +00:29:18,830 --> 00:29:30,930 +I constant إيش معناه؟ ال volt إيش بيساوي؟ Zero طيب + +302 +00:29:30,930 --> 00:29:42,890 +الآن من هذهبنقدر نستنتج أنه التيار اللي بمر في + +303 +00:29:42,890 --> 00:29:50,550 +الملف بتغيرش لحظيا بمعنى لو + +304 +00:29:50,550 --> 00:30:02,390 +أنا كان عندى ملف موجود فيه دائرة وهي + +305 +00:30:02,390 --> 00:30:03,230 +عندى مقاومة + +306 +00:30:05,830 --> 00:30:11,930 +ان T يساوى صفر هذا ال switch فتح تمام بمعنى انه + +307 +00:30:11,930 --> 00:30:17,950 +قبل T يساوى صفر ايش كان ال switch مغلق ايش راح + +308 +00:30:17,950 --> 00:30:25,130 +يصير الان هنا موجود تيارة صح في تيار I of T هناطيب + +309 +00:30:25,130 --> 00:30:29,450 +جابل ثانية واحدة أو مش جابل ثانية جابل مباشرة يعني + +310 +00:30:29,450 --> 00:30:32,710 +في نفس الثانية مباشرة قبل ما افتح ال switch هذا + +311 +00:30:32,710 --> 00:30:38,510 +كان التيار I of صفر negative بسميه لإن عند لحظة + +312 +00:30:38,510 --> 00:30:42,950 +الصفر أنا فتحت فجابل لحظة الصفر اسمها صفر negative + +313 +00:30:42,950 --> 00:30:49,030 +علاقته بالتيار اللي لو فتحت الدائرة صارت الدائرة + +314 +00:30:49,030 --> 00:30:56,620 +هيك بساوي I of صفر positiveبتغيرش التيار في ثانية + +315 +00:30:56,620 --> 00:31:00,300 +معينة في الملف، يعني في نفس الثانية، الثانية اللي + +316 +00:31:00,300 --> 00:31:03,900 +بترفع فيها ال switch كان open ولا closed، غيرته، + +317 +00:31:03,900 --> 00:31:07,500 +مش راح يتغير قيمة التيار اللي بمرة، يعني إذا كان + +318 +00:31:07,500 --> 00:31:12,580 +في الدائرة المغلقة، كان جابل ..فترة واجيزة من فتح + +319 +00:31:12,580 --> 00:31:15,340 +الملف خمسة امبير بعد ما افتح ال switch ايش راح + +320 +00:31:15,340 --> 00:31:19,660 +يصير؟ راح يظلوا خمس امبير بس هناك كان اتنين، + +321 +00:31:19,660 --> 00:31:23,800 +تلاتة، اربعة، خمسة وزيد، صح؟ بس في المرحلة التانية + +322 +00:31:23,800 --> 00:31:29,820 +راح يظلوا خمسة ويبدأ يجل، لكن هذا .. هذا احد خصائص + +323 +00:31:30,670 --> 00:31:35,550 +الملف بمعنى ان في الملف التيار can't change + +324 +00:31:35,550 --> 00:31:39,730 +instantaneously بمعنى ان قبل لحظة ال switching + +325 +00:31:39,730 --> 00:31:44,290 +يساوي بعد لحظة ال switching هو يساوي التيار في + +326 +00:31:44,290 --> 00:31:48,490 +لحظة ال switchingتمام؟ هذا لقدام راح نستخدمه كتير + +327 +00:31:48,490 --> 00:31:53,290 +التيار .. أعيدها التيار في الملف cannot change + +328 +00:31:53,290 --> 00:31:57,070 +instantaneously بمعنى أنه I جاب اللحظة لـ + +329 +00:31:57,070 --> 00:32:01,150 +switching بسميها صفر negative يساوي التيار بعد + +330 +00:32:01,150 --> 00:32:05,030 +لحظة ال switching صفر positive هو يساوي التيار ان + +331 +00:32:05,030 --> 00:32:10,390 +لحظة لـ switching واضحة؟ تمام يا أخوات؟ مية لمية + +332 +00:32:10,390 --> 00:32:12,530 +خلصتوا؟ + +333 +00:32:14,850 --> 00:32:17,710 +لأ انا بحكيلك لو كانت عندى الدائرة هادى تمام + +334 +00:32:17,710 --> 00:32:21,870 +الدائرة هادى استمرت خمس ثوانى راح يكون التيار اللى + +335 +00:32:21,870 --> 00:32:28,830 +مر هنا فلنفترض خمسة تمام عند لحظة عند مصارى التيار + +336 +00:32:28,830 --> 00:32:33,570 +قيمته خمسة اجيت هنا وفتحت الدائرة فتحت ال switch + +337 +00:32:33,570 --> 00:32:37,310 +قولتك التيار هنا ايش راح يصير عند لحظة ال + +338 +00:32:37,310 --> 00:32:45,060 +switching بعد اللحظة مباشرة اه ايش راح يصيرمنطقيا + +339 +00:32:45,060 --> 00:32:48,240 +انت بتقولي مدام مافيش دائرة كاملة إذا التيار سفر + +340 +00:32:48,240 --> 00:32:52,800 +بس لأ احنا بنقول عشان هذا بخزن طاقة معناه انه راح + +341 +00:32:52,800 --> 00:32:56,620 +يحتفظ بال current اللي موجود فيه قبل لحظة ال + +342 +00:32:56,620 --> 00:32:59,480 +switching مباشرة هو بساوي اللي بقت لحظة ال + +343 +00:32:59,480 --> 00:33:04,560 +switching مباشرة واضح؟ فعشان هيك مش راح لاجي لو + +344 +00:33:04,560 --> 00:33:08,720 +اجيت انا و قلتلكوا ارسموا التيار اللي موجود في ملف + +345 +00:33:08,720 --> 00:33:14,140 +مش راح لاجي قيم التيارهوب كانت خمسة في نفس الثانية + +346 +00:33:14,140 --> 00:33:18,820 +صارت اتنين ولا تلاتة لأ في عندى continuity واضح + +347 +00:33:18,820 --> 00:33:23,120 +لأنه انا عند الاشتقاق هنا لازمه اشي continuous + +348 +00:33:23,120 --> 00:33:26,520 +مانفعش احط اشتقاق مش هاخدوها في ال calculus اذا + +349 +00:33:26,520 --> 00:33:30,040 +كان عندى discontinuity بنفع اشتق لأ تفضل + +350 +00:33:35,550 --> 00:33:40,430 +لأ اللى على الملف هو نفسه اللى مر في المقاومة فرح + +351 +00:33:40,430 --> 00:33:43,150 +يحتفظ انه على المقاومة بعد اللحظة الى switching + +352 +00:33:43,150 --> 00:33:49,170 +مباشرة هو نفسه هذا عشان + +353 +00:33:49,170 --> 00:33:53,070 +انت ماخدتش ملف خلينا نتقدم لقدام شوية و راح توضح + +354 +00:33:53,070 --> 00:34:01,520 +بعد فترة سيصيله decaying للصفر طيب نبدأناخد + +355 +00:34:01,520 --> 00:34:09,740 +example تستعجلوش + +356 +00:34:09,740 --> 00:34:16,280 +كتير، كله جاي من وقته في + +357 +00:34:16,280 --> 00:34:17,700 +عندي example خمسة واحدة + +358 +00:34:47,820 --> 00:34:53,560 +ننتبه بيجي بحكيلي في الدائرة هذه كان في عند + +359 +00:34:53,560 --> 00:35:02,060 +current source ال current source قيمته IT متغير مع + +360 +00:35:02,060 --> 00:35:08,040 +الزمن كانت قيمته صفر and T أصغر من الصفر يعني قبل + +361 +00:35:08,040 --> 00:35:12,200 +لحظة ال switching هاي معناها تمام؟ يعني كأنه كان + +362 +00:35:12,200 --> 00:35:18,250 +في عند هنا مفتاحكانت قيمته يساوي صفر المفتاح هذا + +363 +00:35:18,250 --> 00:35:23,410 +مفتوح اجيت عند ال stop watch حطيت عند زمن T يساوي + +364 +00:35:23,410 --> 00:35:31,150 +صفر سكرته صارت دائرة كاملة صح دائرة مغلقة الان + +365 +00:35:31,150 --> 00:35:36,350 +قداش كان التيار قبل لحظة ال switching مباشرة صفر + +366 +00:35:37,820 --> 00:35:41,280 +فبالمفروض قداش الطيار يصير بعد لحظة ال switching + +367 +00:35:41,280 --> 00:35:45,000 +مباشرة Zero لأنه اتفاجنا ان I of Zero negative + +368 +00:35:45,000 --> 00:35:51,040 +تساوي I of Zero positive واضحة الفكرة؟ طيب بس بعد + +369 +00:35:51,040 --> 00:35:54,460 +هيك بعد ما يصير لحظة ال switching اتسكر راح يكون + +370 +00:35:54,460 --> 00:35:59,140 +Zero و بعدها يبدأ increasing يتنامى تمام؟ فمعدل + +371 +00:35:59,140 --> 00:36:04,570 +تناميها ده هو عشرة في T في E السالب خمسة Tواضح؟ + +372 +00:36:04,570 --> 00:36:09,410 +يبقى انا لو حسبت ال I of صفر من وين ده احسبها؟ ولا + +373 +00:36:09,410 --> 00:36:14,250 +من الفوق؟نفس الأشياء نفس الأشياء صح؟ لإن هذه + +374 +00:36:14,250 --> 00:36:18,130 +بتجيبلي I of 0 negative وهذه بتجيبلي I of 0 + +375 +00:36:18,130 --> 00:36:22,650 +positive وبتجيبلي I of 0 وإيه حسبة التلاتة؟ نفس + +376 +00:36:22,650 --> 00:36:26,970 +الأشياء هذه عند I of 0 negative جد ليش؟ صفر I of 0 + +377 +00:36:26,970 --> 00:36:30,890 +positive عشرة في صفر في جد ما تكون ضالة صفر + +378 +00:36:30,890 --> 00:36:38,950 +واضحيت؟ طيب الآنإيش المطلوب؟ بيحكيلي في مطلوب إيه؟ + +379 +00:36:38,950 --> 00:36:41,750 +في أي .. at what instant of time is the current + +380 +00:36:41,750 --> 00:36:47,750 +maximum عند أي لحظة بعد ما سكرنا التيار راح يصيه + +381 +00:36:47,750 --> 00:36:52,630 +ال maximum إيش معناها؟ يلا نعمل refreshment على + +382 +00:36:52,630 --> 00:36:57,730 +موضوع التفاضل و ال calculus كلكم أخذين 95 و 98 و + +383 +00:36:57,730 --> 00:37:04,390 +.. المشتق قد سوى صفرالمشتقة تبقت ال I هو بيسألني + +384 +00:37:04,390 --> 00:37:10,550 +بيقولي امتى ال I في ايه بيقولي امتى ال I بيكون + +385 +00:37:10,550 --> 00:37:16,130 +maximum لأ لأ مش من زيه لما لنهاية زي ما الأخت حكت + +386 +00:37:16,130 --> 00:37:21,390 +بدي أشتق ال I و أسويه بال 0 و أطلع قيمة ال T اللي + +387 +00:37:21,390 --> 00:37:26,530 +عنده صح؟ مش هيك احنا اتعلمنا في ال calculus هبط 95 + +388 +00:37:26,530 --> 00:37:34,610 +على الفاضي طيبإذا عشان أجيب ال Imax لازمني أجيب DI + +389 +00:37:34,610 --> 00:37:43,630 +over DT و أسويها بال Zero صح؟ طيب أنا من وين بدي + +390 +00:37:43,630 --> 00:37:47,050 +أجيب؟ من بعد لحظة ال switching لأنه جاب اللحظة ال + +391 +00:37:47,050 --> 00:37:51,950 +switching كله سفر صح؟ يبقى بدي أجي أشتق الآن D + +392 +00:37:51,950 --> 00:37:59,370 +over DT عشرة T E السالب خمسة T يلا مين شاطرة و + +393 +00:37:59,370 --> 00:38:08,380 +تشتقها؟مش بده أعمل نطلع الأشرة برا طبعا هاي + +394 +00:38:08,380 --> 00:38:13,100 +طلعناها برا الأول في مشتقة التاني زائد التاني في + +395 +00:38:13,100 --> 00:38:19,880 +مشتقة الأول يبقى T نفتح جوز T سالب خمسة E و السالب + +396 +00:38:19,880 --> 00:38:27,760 +خمسة T زائد E و السالب خمسة T في واحد صح؟يبقى صار + +397 +00:38:27,760 --> 00:38:32,940 +أنا عنده يساوي عشرة في .. ندخل لهذا صارت سالب + +398 +00:38:32,940 --> 00:38:41,540 +خمسين T E و السالب خمسة T صح؟زائد عشرة E السالب + +399 +00:38:41,540 --> 00:38:46,560 +خمسة T هي ال D I over D T طب عشان انا اطلق منها + +400 +00:38:46,560 --> 00:38:50,040 +القيمة ال maximum ايش قلنا؟ تسويها بالصفر، يبقى + +401 +00:38:50,040 --> 00:38:53,300 +هذه القيمة ايش لازم تساوي؟ صفر، صفر، صفر، صفر، + +402 +00:38:53,300 --> 00:38:55,940 +صفر، صفر، صفر، صفر، صفر، صفر، صفر، صفر، صفر، صفر، + +403 +00:38:55,940 --> 00:38:58,220 +صفر، صفر، صفر، صفر، صفر، صفر، صفر، صفر، صفر، صفر، + +404 +00:38:58,220 --> 00:39:06,020 +صفر، صفر، صفر، صفر، صفر، صفر، صفر، صفر، صفر، صفر، + +405 +00:39:06,020 --> 00:39:10,890 +صفر، صفر، صفر، صواحد على خمسة ويساو اتنين من عشرة + +406 +00:39:10,890 --> 00:39:15,490 +second يبقى عند لحظة ال T يساو اتنين من عشرة + +407 +00:39:15,490 --> 00:39:19,890 +الطيار رح يطلع له قيمة maximum جاب ليها رح يكون + +408 +00:39:19,890 --> 00:39:28,350 +متنامي و بعدها هينزل واضح؟ واضح يا خوات؟ مية لمية؟ + +409 +00:39:28,350 --> 00:39:34,880 +طيب جدش قيمة الطيار و احكيلي جدش قيمتهبدي اعوض عند + +410 +00:39:34,880 --> 00:39:44,540 +I of point 2 ايش تساوية؟ عشرة في point 2 في E + +411 +00:39:44,540 --> 00:39:50,300 +والسالب واحد سالب خمسة في point 2 واحد بتطلع عندى + +412 +00:39:50,300 --> 00:39:57,610 +point سبعة تلاتة ستة امبير تمامهي عرفت اللحظة اللي + +413 +00:39:57,610 --> 00:40:01,030 +بيكون عندها التيار أقصى ما يمكن طب بيجي بيحكيلي + +414 +00:40:01,030 --> 00:40:04,490 +أعمله sketch للتيار يعني بدي أقسم التيار على خط + +415 +00:40:04,490 --> 00:40:07,850 +الأعداد لأ من جابل ال zero و من بعد ال zero يعني + +416 +00:40:07,850 --> 00:40:12,350 +عن نية ال positive إيش بدي أجي أعمل؟ يلا هي الرسمة + +417 +00:40:12,350 --> 00:40:16,430 +موجودة عندى جابل الصفر إيش بدي يساوي التيار؟ zero + +418 +00:40:16,430 --> 00:40:23,980 +و بعد الصفر؟عند 2 من 10 أقصى إشي هو ماقالليش يعمل + +419 +00:40:23,980 --> 00:40:29,360 +exact graph أو exact sketch تمام؟ بده إشي ع السريع + +420 +00:40:29,360 --> 00:40:38,160 +المفروض عند 2 من 10 يساوي point 732 صح؟ فالمفروض + +421 +00:40:38,160 --> 00:40:44,320 +من الصفر يبدأ هيك و بعد هيك ينزل هذا هييبقى أنا مش + +422 +00:40:44,320 --> 00:40:47,760 +مطلوب مني غير أني أعرف بس وين قيمتي ال maximum و + +423 +00:40:47,760 --> 00:40:51,520 +القيم اللي ببدأ و بنتهي عندها واضحة؟ مش طالب يعني + +424 +00:40:51,520 --> 00:40:54,560 +عند نقطة هنا و نقطة هنا و نقطة هنا إلا إذا اتبارد + +425 +00:40:54,560 --> 00:41:04,120 +و جالي هاتس القيم المعينة صح؟ طيب بيحكيلي في + +426 +00:41:04,120 --> 00:41:10,030 +المطلوبفي المطلوب التاني بيحكي لي express the + +427 +00:41:10,030 --> 00:41:13,930 +voltage across the terminals of 100 milli henry + +428 +00:41:13,930 --> 00:41:20,210 +inductor بدنا نحسبله ال voltage اللي موجود على + +429 +00:41:20,210 --> 00:41:27,530 +طرفي الملف كيف نحسب ال voltage؟ يلا بسرعة يبقى بدي + +430 +00:41:27,530 --> 00:41:35,840 +أحسب ال V على ال L إيش تساوي؟DI over DT ال L تساوي + +431 +00:41:35,840 --> 00:41:40,900 +100 مية في عشرة أسالب تلاتة في المشتقة اللي طوى + +432 +00:41:40,900 --> 00:41:45,720 +طلعناها اللي هي تساوي عشرة E أسالب خمسة T ناقص + +433 +00:41:45,720 --> 00:41:53,840 +خمسين T E أسالب خمسة T صح؟ مظبوط؟ هاي ال voltage + +434 +00:41:53,840 --> 00:41:57,920 +بنضربه في دولة طلعنا قيمة ال volt هذا ال volt + +435 +00:41:57,920 --> 00:42:05,820 +امتى؟لأ هذا ال volt عن T أكبر من أو يساوي صفر طيب + +436 +00:42:05,820 --> 00:42:10,720 +عن T أصغر من صفر صفر يبقى أنا لما بدي أعرف ال V + +437 +00:42:10,720 --> 00:42:15,800 +تساوي عن T على نفس الفترة اللي موجود فيها تيار بدي + +438 +00:42:15,800 --> 00:42:20,720 +أوجد ال volt يبقى هنا عن T أصغر من صفر و عن T أكبر + +439 +00:42:20,720 --> 00:42:26,420 +من صفر إيش هذه تساوي صفر لإنه مش تقت الصيارة مش + +440 +00:42:26,420 --> 00:42:32,270 +تقت الصفر صفرفادل قال هنا ال expression هذا صح؟ + +441 +00:42:32,270 --> 00:42:43,630 +تمام يا خوات؟ طيب نقطة صغيرة و ننهي لو + +442 +00:42:43,630 --> 00:42:50,290 +كتبنا ال V of T يساوي كيف؟ + +443 +00:42:52,860 --> 00:42:56,540 +استنى شوية .. استنى شوية .. استنى شوية .. استنى + +444 +00:42:56,540 --> 00:43:05,180 +شوية .. استنى شوية .. استنى شوية .. استنى شوية + +445 +00:43:05,180 --> 00:43:05,920 +.. استنى شوية .. استنى شوية .. استنى شوية .. استنى + +446 +00:43:05,920 --> 00:43:05,960 +شوية .. استنى شوية .. استنى شوية .. استنى شوية .. + +447 +00:43:05,960 --> 00:43:06,160 +استنى شوية .. استنى شوية .. استنى شوية .. استنى + +448 +00:43:06,160 --> 00:43:06,300 +شوية .. استنى شوية .. استنى شوية .. استنى شوية .. + +449 +00:43:06,300 --> 00:43:06,800 +استنى شوية .. استنى شوية .. استنى شوية .. استنى + +450 +00:43:06,800 --> 00:43:14,540 +شوية .. استنى شوية .. استنى شوية .. استنى شوية .. + +451 +00:43:14,540 --> 00:43:19,320 +استنى شوية .. استنى شوية .. استنى شوية .. استنى + +452 +00:43:19,320 --> 00:43:28,490 +شويةبدنا نحسبه، صح؟ يعني V of صفر negative إيش + +453 +00:43:28,490 --> 00:43:34,030 +يساوي؟ Zero Zero V of صفر positive، من وين ده + +454 +00:43:34,030 --> 00:43:42,670 +حسبه؟ من هادي، صح؟ احسبوليا، سرعة لا، E أُس Zero، + +455 +00:43:42,670 --> 00:43:47,930 +واحد مضروبة في واحد ماقص، إيش يساوي؟ واحد يعني أنا + +456 +00:43:47,930 --> 00:43:54,690 +لو حاضرت IG اترسمتقبل الصفر ايش تساوي؟ صفر و عند + +457 +00:43:54,690 --> 00:44:04,200 +الصفر طلعت و صارت واحد و بعدين نزلت صح؟مش هيكا هي + +458 +00:44:04,200 --> 00:44:08,780 +فرسمتها بتكون هيكا شوية بس مش معنى أنا فيها بس + +459 +00:44:08,780 --> 00:44:12,960 +اللي معنى فيه إيش هو اللي معنى فيه اتطلعه كان + +460 +00:44:12,960 --> 00:44:17,420 +التيار لما رسمناه مش فيه discontinuity يعني عند كل + +461 +00:44:17,420 --> 00:44:21,660 +نقطة في continuity صح عند الصفر كان عند صفر + +462 +00:44:21,660 --> 00:44:25,560 +negative يساوي الصفر positive يساوي نفس الصفر هذا + +463 +00:44:25,560 --> 00:44:31,530 +عند صفر negative كانتصفر صفر نيجاتيب صفر عند الصفر + +464 +00:44:31,530 --> 00:44:36,910 +positive واحد بمعنى انه ال voltage كانت change + +465 +00:44:36,910 --> 00:44:42,370 +instantaneously في لحظة واحدة بتشوف اتنين volt على + +466 +00:44:42,370 --> 00:44:45,510 +الملف واضح يعطيكوا العفو + diff --git a/PL9fwy3NUQKwaAs6rNkQtAiaVf8dEDjWUy/H2Bs__W5M-E.srt b/PL9fwy3NUQKwaAs6rNkQtAiaVf8dEDjWUy/H2Bs__W5M-E.srt new file mode 100644 index 0000000000000000000000000000000000000000..501e7b6b55c036bb98c888661242922e6c2c90b2 --- /dev/null +++ b/PL9fwy3NUQKwaAs6rNkQtAiaVf8dEDjWUy/H2Bs__W5M-E.srt @@ -0,0 +1,1719 @@ +1 +00:00:20,890 --> 00:00:24,310 +بسم الله الرحمن الرحيم السلام عليكم ورحمة الله + +2 +00:00:24,310 --> 00:00:28,390 +وبركاته إحنا اليوم إن شاء الله هنتبع الـ natural + +3 +00:00:28,390 --> 00:00:31,950 +response أنا حكيت لكم من المحاضرة الماضية إنه + +4 +00:00:31,950 --> 00:00:36,210 +ترجعوا تحلوا المثال الثاني اللي فيه عندي كان two + +5 +00:00:36,210 --> 00:00:41,290 +inductors على التوازي وبعد ما تحلوا تسألوني أي + +6 +00:00:41,290 --> 00:00:47,330 +استفسارات هل في حد منكم حل السؤال؟ أنا شايفة الكل + +7 +00:00:47,330 --> 00:00:51,050 +بيهز رأسه وتحت فشكرًا لكم لأ والله أنا متفائلة بس + +8 +00:00:51,050 --> 00:00:58,690 +فندرس ولا انتحار درسنا لأول ثلث شباب طب يعطيكم + +9 +00:00:58,690 --> 00:01:02,910 +العافية بس انتحار أول ثلث شباب اللي هيضمه تمام الـ + +10 +00:01:02,910 --> 00:01:07,230 +natural response مش داخل لأ هيضم على التلت شباب طب + +11 +00:01:07,230 --> 00:01:09,670 +إحنا اليوم هنبدأ الـ natural response للـ RCC + +12 +00:01:24,120 --> 00:01:27,140 +RC circuit اتفقنا إن هي دائرة بيكون فيها two + +13 +00:01:27,140 --> 00:01:32,060 +elements عندنا المقاومة وعندنا المكثف عشان نعرف + +14 +00:01:32,060 --> 00:01:36,180 +إيش هو الـ response تبع الـRC circuit هل نرسم دائرة + +15 +00:01:36,180 --> 00:01:41,480 +ومن خلالها نحلل الـ RC response لو أنا عندي voltage + +16 +00:01:41,480 --> 00:01:45,440 +source وعندي + +17 +00:01:45,440 --> 00:01:49,300 +المكثف وعندي المقاومة + +18 +00:01:52,940 --> 00:01:59,040 +وعندي أنا switch فعندي أنا المكثف تبع هذا الشكل + +19 +00:01:59,040 --> 00:02:02,960 +الموصول طالع + +20 +00:02:02,960 --> 00:02:06,120 +عليك هذا الـ switch شو بقول لي؟ بقول لي عنتي أقل من + +21 +00:02:06,120 --> 00:02:09,760 +zero كان الـ switch هنا، هاي معناه ده الصحيح كان الـ + +22 +00:02:09,760 --> 00:02:13,700 +switch هنا عنتي أقل من zero، هاي معناه ده عنتي + +23 +00:02:13,700 --> 00:02:17,500 +equal zero، أنا زحت من هنا لهنا يعني عنتي أكبر من + +24 +00:02:17,500 --> 00:02:26,940 +zero، وين صار؟ صار هنا واضح؟ إحنا اللي شفناهم زي + +25 +00:02:26,940 --> 00:02:30,280 +هيك، قلنا switch زي هيك حدث سهم معناه إن T equal + +26 +00:02:30,280 --> 00:02:36,700 +0 سكرته سهم زي هيك قلنا عن T equal 0 فتحته سهم زي + +27 +00:02:36,700 --> 00:02:39,840 +اللي قدامنا بقول إنه حرك الـ switch من النقطة A + +28 +00:02:39,840 --> 00:02:44,580 +لنقطة B عن T equal 0 عن T equal 0 حرك الـ switch من + +29 +00:02:44,580 --> 00:02:50,740 +النقطة A لنقطة B نحلل الدائرة هاي، إيش اللي مطلوب + +30 +00:02:50,740 --> 00:02:56,620 +مني؟ بدي أجيب الـ voltage اللي حوالي المكثف بـC of + +31 +00:02:56,620 --> 00:03:02,460 +T، for T أكبر من أو تساوي Zero يعني هو فتح A و سكّر + +32 +00:03:02,460 --> 00:03:06,960 +بيه؟ تمام، لما حركت الـ switch من هنا، انفتح هنا و + +33 +00:03:06,960 --> 00:03:12,520 +اتسكر، تمام؟ هي معناه بقول لي كمان إن كان الـ + +34 +00:03:12,520 --> 00:03:14,860 +switch في النقطة A for a long time + +35 +00:03:18,080 --> 00:03:22,260 +معنى long-time؟ steady state إيش معناه steady + +36 +00:03:22,260 --> 00:03:27,080 +state؟ إنه كل القيم اللي صارتنا لها constant صارت + +37 +00:03:27,080 --> 00:03:30,620 +قيم constant طب إحنا عارفين إن التيار اللي بمر + +38 +00:03:30,620 --> 00:03:36,080 +في المكثف إيش بيساوي C dV by dt عند الـ voltage يكون + +39 +00:03:36,080 --> 00:03:40,780 +constant إيش بيصير التيار؟ zero إيش مفهوم + +40 +00:03:40,780 --> 00:03:45,780 +ثاني؟ steady state ما حكيتش يعني معناه إن القيم + +41 +00:03:45,780 --> 00:03:51,670 +بتصير ثابتة constant القيمة بتصير ثابتة I بيساوي + +42 +00:03:51,670 --> 00:03:55,490 +CDV by DT دي مالها constant تفضلها زيرو إذا التيار + +43 +00:03:55,490 --> 00:03:58,410 +ماله zero إيش معايا التيار بيساوي + +44 +00:03:58,410 --> 00:04:03,110 +zero؟ إيش المكثف صار له؟ بيتفتح بيتفتح open circuit + +45 +00:04:03,110 --> 00:04:06,490 +ممتاز صار المكثف open circuit + +46 +00:04:09,880 --> 00:04:13,840 +أنتم أكيد أخذتو مع الدكتور محمد إن هاي العلاقة + +47 +00:04:13,840 --> 00:04:19,440 +I سواء C,D,V,Y,D,T تعطيلي استمتاع جامعي لحياة بالـ + +48 +00:04:19,440 --> 00:04:29,440 +C لستات عندي + +49 +00:04:29,440 --> 00:04:31,100 +C بتصير open circuit + +50 +00:04:39,480 --> 00:04:49,880 +وحاجة ثانية إن V مالها I V at T 0 minus متساوية V + +51 +00:04:49,880 --> 00:04:55,260 +at T 0 plus متساوية V at T 0 هذا أكيد حكالكم إياه + +52 +00:04:55,260 --> 00:04:59,140 +الدكتور محمد إنه عندي الـ voltage حوالي المكثف لا + +53 +00:04:59,140 --> 00:05:04,180 +يتغير لحظة تمام؟ إذا في الـ steady state الـ voltage + +54 +00:05:04,180 --> 00:05:07,840 +بيصير constant بيصير التيار zero معناه المكثف مش + +55 +00:05:07,840 --> 00:05:13,360 +بيصير open circuit هذه المعلومات إحنا بس رجعناها مع + +56 +00:05:13,360 --> 00:05:19,560 +بعض إحنا بدنا ميل V of T أفضل long time يعني for T + +57 +00:05:19,560 --> 00:05:23,060 +أكبر من أو تساوي Zero نفتح مين هي الدائرة أرسم الدائرة + +58 +00:05:23,060 --> 00:05:27,520 +اللي عند T أكبر من أو تساوي Zero هيها مكثف ومقاومة وبدي + +59 +00:05:27,520 --> 00:05:31,660 +أنا الـ voltage Vc of T لو أنا سميت التيار + +60 +00:05:31,660 --> 00:05:35,640 +المار بالمكثف I C of T والتيار المار بالمقاومة + +61 +00:05:35,640 --> 00:05:39,220 +IR وجبت مجموع التيارات عند هذه النقطة إيش بتقول لي + +62 +00:05:39,220 --> 00:05:45,640 +minus I C of T زائد IR بالساوي Zero مرضه IR of T + +63 +00:05:45,640 --> 00:05:53,930 +يعني طب Ic إيش بتساوي؟ Ic بتساوي Cdv by dt بس في + +64 +00:05:53,930 --> 00:05:57,190 +إشارة سالبة، مو نتيحة طول إشارة سالبة، فنتش عارف، + +65 +00:05:57,190 --> 00:06:03,770 +فنتش عارف، ممتاز إذا أنا هيكون عندي plus Cdv by dt + +66 +00:06:04,990 --> 00:06:09,430 +زائد مثل التيار إيش هتكون V على I مقاموجة بالتيار + +67 +00:06:09,430 --> 00:06:16,250 +تجاه الـ voltage drop هتكون V of T طبعًا V of C على + +68 +00:06:16,250 --> 00:06:17,550 +R الساوي + +69 +00:06:19,720 --> 00:06:23,420 +هذه المعادلة تشبه كثير معادلة اللي اشتقيناها للـ R + +70 +00:06:23,420 --> 00:06:28,040 +الـ circuit واللي عملنا إيش سوينا إحنا عملنا + +71 +00:06:28,040 --> 00:06:33,580 +separation of variable فصلنا المتغيرات وبعد ما + +72 +00:06:33,580 --> 00:06:37,640 +فصلنا المتغيرات كملنا وبعد ما كملنا بيطلع معايا إن + +73 +00:06:37,640 --> 00:06:42,980 +BC of T تساوي BC at initial time ب E to the minus + +74 +00:06:42,980 --> 00:06:48,910 +T على RC بالتمام تشبه اللي عملناها للـ R على الـ + +75 +00:06:48,910 --> 00:06:54,830 +circuit اللي مطلوب مني لو T ما كانت الـ zero كانت T + +76 +00:06:54,830 --> 00:07:00,230 +not هتكون المعادلة كالتالي Vc of T مستوى Vc at T + +77 +00:07:00,230 --> 00:07:05,450 +not E to the minus T minus T not على R + +78 +00:07:15,000 --> 00:07:20,040 +إذا أنا بدي مين؟ Vc of T عندي Rc بقدر أجيبها Rc Rc + +79 +00:07:20,040 --> 00:07:24,880 +اللي هي دائرة أنا مسحتها بس هي دائرة هي الـ R وهي + +80 +00:07:24,880 --> 00:07:30,400 +الـ C بكون عارفة قيمتهم بجيب اللي هي الـ Rc طب الـ Rc + +81 +00:07:30,400 --> 00:07:35,300 +إيش هي؟ إحنا اتفقنا إنه هذا ماله unit less من + +82 +00:07:35,300 --> 00:07:38,500 +المحاضرة الماضية قلنا الـ exponential رقم على الدخل + +83 +00:07:38,500 --> 00:07:41,520 +على كل قيمة ربعطيني الـ exponential is a unit less + +84 +00:07:41,520 --> 00:07:48,820 +إذا Rc إيش اللي بتعملها؟ time بسمي الـ R C بسميه tau + +85 +00:07:48,820 --> 00:07:53,060 +هو الـ time constant للـ R C circuit ليش time + +86 +00:07:53,060 --> 00:07:55,660 +constant ليش constant لأنه الـ R constant والـ C + +87 +00:07:55,660 --> 00:08:01,180 +constant حصل درجة مطي ذرقة constant Vc + +88 +00:08:01,180 --> 00:08:05,040 +at zero أو Vz at zero مين بجيبه من وضع الدائرة قبل + +89 +00:08:05,040 --> 00:08:08,240 +ما افتح الـ switch وإن كانت الدائرة عند نقطة A + +90 +00:08:08,240 --> 00:08:15,490 +نرجع نرسم الدائرة عند نقطة A عند source Vs هو + +91 +00:08:15,490 --> 00:08:20,790 +عند المكثف هذا for T أقل من Zero بدي الـ voltage + +92 +00:08:20,790 --> 00:08:26,040 +اللي حوالي المكثف هسميه at zero minus كده مرة في الـ + +93 +00:08:26,040 --> 00:08:28,340 +long time إحنا إيش قلناها الستو محيطة في الـ long + +94 +00:08:28,340 --> 00:08:30,280 +time إيش بيصير الـ three steps إيش معناه الـ three + +95 +00:08:30,280 --> 00:08:33,520 +steps كل حاجة بيصير constant يعني التيار + +96 +00:08:33,520 --> 00:08:36,520 +المار بالمكثف بيساوي zero يعني بيكسب open circuit + +97 +00:08:36,520 --> 00:08:39,200 +بيصير open circuit طب الـ voltage اللي حوالي إيش + +98 +00:08:39,200 --> 00:08:47,820 +بيساوي نفس الـ VS إذا VC at zero minus بيساوي VC at + +99 +00:08:47,820 --> 00:08:49,580 +zero plus بيساوي + +100 +00:08:51,700 --> 00:08:59,400 +الزيرو يتساوى VS إذا EC of T يتساوى VS بيكسو minus + +101 +00:08:59,400 --> 00:09:06,320 +T على 10 هاي المعادلة اللي لازم نحفظها هاي + +102 +00:09:06,320 --> 00:09:10,840 +المعادلة اللي لازم نحفظها الاشتقاق مش مطلوب زي ما + +103 +00:09:10,840 --> 00:09:15,220 +حكينا في الـ R الـ circuit الاشتقاق مش مطلوب برضه في + +104 +00:09:15,220 --> 00:09:18,020 +الـ RC circuit الاشتقاق مش مطلوب + +105 +00:09:31,930 --> 00:09:36,550 +ناخد مثال عشان نطبق على الـRC circuit في + +106 +00:09:36,550 --> 00:09:40,790 +الـnatural response ولا نحكي عن التاو، التاو يعني + +107 +00:09:40,790 --> 00:09:45,730 +نفس مفهومها في حالة الـRL circuit، التاو نفس الحاجة + +108 +00:09:46,190 --> 00:09:49,870 +لو أنا رسمت قبل مناخد المثال برضه مأكد على المفهوم + +109 +00:09:49,870 --> 00:09:56,530 +التالي لو أنا رسمت الـ voltage V of T versus T for + +110 +00:09:56,530 --> 00:10:00,390 +T أقل من Zero هي الـ initial time Zero أقل من Zero + +111 +00:10:00,390 --> 00:10:06,550 +أداش قيمة الـ voltage؟ Zero لا قيمة الـ voltage مش + +112 +00:10:06,550 --> 00:10:09,950 +تقنع مع بعض ده إيش قيمته for T أقل من Zero؟ Vs + +113 +00:10:13,440 --> 00:10:17,060 +عند الـ voltage for t أكتر من zero هذا القانون عند t، + +114 +00:10:17,060 --> 00:10:21,020 +zero برضه هتكون vs، t بتروح ل infinity هيتنقص لحد + +115 +00:10:21,020 --> 00:10:26,100 +من نص للـ zero، صحيح؟ هيكرسم الـ exponential عند + +116 +00:10:26,100 --> 00:10:28,660 +tau، إيش بيصير عند tau؟ لو عملنا table في اللي + +117 +00:10:28,660 --> 00:10:33,040 +عملنا الـRC circuit، هاي عندي اللي هو vc of t، هنا + +118 +00:10:33,040 --> 00:10:38,510 +عند t عن طيب تساوي تعويض إيش هيكون الناتج VS E to + +119 +00:10:38,510 --> 00:10:41,350 +the minus واحد ولا لأ لعبارة عبارة عن point دلاتر + +120 +00:10:41,350 --> 00:10:47,860 +سبعة VS إذا عند تاو عند T بتساوي تاو هتنزل قيمة الـ + +121 +00:10:47,860 --> 00:10:53,680 +voltage ل 37% من الـ initial value عند 2 تاو + +122 +00:10:53,680 --> 00:10:58,340 +هتنزل ل 0.15 من الـ initial value عند 3 هتنزل ل 0 + +123 +00:10:58,340 --> 00:11:03,680 +.05 إذا التاو بقدر أقول إن T أكبر من أو تساوي 5 + +124 +00:11:03,680 --> 00:11:08,860 +تاو هي الـ long time تبعي والتاو قلنا حاجة صغيرة + +125 +00:11:08,860 --> 00:11:11,560 +ممكن تكون بالـ millisecond لأن هي أشبه تساوي R في C + +126 +00:11:12,260 --> 00:11:16,280 +واضح؟ إذا التاو هي الـ time constant اللي عندها + +127 +00:11:16,280 --> 00:11:22,960 +إن T بتساوي تاو قيمة الـ voltage بتقل ل 37% من الـ + +128 +00:11:22,960 --> 00:11:27,240 +initial value + +129 +00:11:27,240 --> 00:11:31,480 +طب نشوف مثال رقمي على الـ natural response + +130 +00:11:40,580 --> 00:11:45,580 +شوف مع بعض مثال رقمي إلا إذا فيه أي استفسار + +131 +00:11:45,580 --> 00:12:07,220 +example عندي + +132 +00:12:07,220 --> 00:12:08,540 +هاي دائرة اللي أمامنا + +133 +00:12:14,030 --> 00:12:21,710 +10 و 40 كيلو اوم 10 كيلو اوم في عندي أنا switch + +134 +00:12:21,710 --> 00:12:26,450 +عند T equal zero اتحرك الـ switch من النقطة A للنقطة + +135 +00:12:26,450 --> 00:12:30,270 +B الـ switch اتحرك من النقطة A للنقطة B عند T equal + +136 +00:12:30,270 --> 00:12:35,350 +zero يعني الـ switch كان عند النقطة A في النقطة B + +137 +00:12:35,350 --> 00:12:38,690 +عند + +138 +00:12:38,690 --> 00:12:42,010 +النقطة T بتساوي T zero الـ switch راح أوين على + +139 +00:12:42,010 --> 00:12:47,460 +النقطة B هي معناه ده الحاجة أول حاجة طلبها مننا + +140 +00:12:47,460 --> 00:12:51,080 +إنه جاب Vc وعلمنا البولاريتي بتاعته قالنا إيش Vc of + +141 +00:12:51,080 --> 00:12:58,920 +ط وحاطط برضه على دسمة V0 وواضح أنه هيطلبهم لاحقا + +142 +00:12:58,920 --> 00:13:07,500 +طلب مني إذا إيه؟ بده Vc of T for T أكبر من أو يساوي صفر + +143 +00:13:07,500 --> 00:13:10,800 +وزير إيش وضعية الدائرة for T أكبر من أو يساوي صفر وزير + +144 +00:13:10,800 --> 00:13:17,750 +وبرسمها؟ عندي المكثف فيه عندي مقاومة مقدارها 32 كيلو + +145 +00:13:17,750 --> 00:13:20,890 +فيه + +146 +00:13:20,890 --> 00:13:26,590 +عندي مقاومة مقدارها 240 كيلو وعندي مقاومة مقدارها 60 + +147 +00:13:26,590 --> 00:13:32,550 +كيلو + +148 +00:13:32,550 --> 00:13:37,110 +بدي الـ voltage اللي حوالين المكثف for T أكبر من + +149 +00:13:37,110 --> 00:13:41,430 +أو يساوي صفر احنا هنستعمل نفس العلاقة، احنا شكلنا و + +150 +00:13:41,430 --> 00:13:44,930 +اشتقينا العلاقة لمكثف على التوازي مع مقاومة، بقدر + +151 +00:13:44,930 --> 00:13:50,870 +أبسطها ولا لأ؟ بقدر، بقدر أخليها مكثف ومقاومة، + +152 +00:13:50,870 --> 00:13:57,030 +فأنا بقدر أجيب المقاومة المكافئة ولا لأ؟ نقدر، ستين + +153 +00:13:57,030 --> 00:13:59,210 +مع 240 .. 240 على التوازي مع + +154 +00:13:59,210 --> 00:14:01,390 +الستين، قد إيش هتطلع؟ + +155 +00:14:04,740 --> 00:14:10,220 +48 كيلو + +156 +00:14:10,220 --> 00:14:16,160 +و32 48 + +157 +00:14:16,160 --> 00:14:19,140 +كيلو و32 48 + +158 +00:14:24,030 --> 00:14:27,650 +حاجة دي بقدر أطول أكتب المعادلة اللي أنا حافظها بسط + +159 +00:14:27,650 --> 00:14:31,050 +الدائرة لهيث هيقول احنا اشتقينا في الـ class إن Vc + +160 +00:14:31,050 --> 00:14:35,610 +of T بتساوي Vc at zero اللي هي الـ initial point + +161 +00:14:35,610 --> 00:14:42,310 +ناقص T على Tau Tau بتساوي R في C R قد إيش قيمتها 80 + +162 +00:14:42,310 --> 00:14:46,610 +كيلو يعني 8 في 10 قوة 3 C نصف ميكرو يعني + +163 +00:14:46,610 --> 00:14:51,290 +نصف في 10 قوة ناقص 6 ثانية بتعطيني 40، + +164 +00:14:51,290 --> 00:14:56,910 +40 من اللي ساكنة يظل عندي 10 قوى 3 مين + +165 +00:14:56,910 --> 00:15:00,530 +ضل عليّ Vc at zero من وين بدي أجيبها عندي أنا + +166 +00:15:00,530 --> 00:15:04,330 +عارفة إن Vc at zero minus بتساوي Vc at zero plus + +167 +00:15:04,330 --> 00:15:06,990 +بتساوي Vc at zero صح؟ + +168 +00:15:10,660 --> 00:15:13,860 +إذا بدي أجيبها وأقوم بوضع الدائرة قبل ما أفتح الـ + +169 +00:15:13,860 --> 00:15:16,880 +switch قبل ما أحرق الـ switch بنوضع الـ switch في + +170 +00:15:16,880 --> 00:15:21,660 +النقطة A فبعدين نشوف كيف نلعب نرسم الدائرة for T + +171 +00:15:21,660 --> 00:15:26,900 +أقل من صفر عند الـ source اللي هو مداره 100 فولت + +172 +00:15:26,900 --> 00:15:29,860 +عند المقاومة + +173 +00:15:31,770 --> 00:15:37,610 +10 كيلو وفي عندي الـ source المكثف اللي قيمته نصف + +174 +00:15:37,610 --> 00:15:44,170 +ميكروفاراد بالضبط + +175 +00:15:44,170 --> 00:15:48,510 +دي رومانس احنا قلنا هي الدائرة مالها عند الـ a for + +176 +00:15:48,510 --> 00:15:52,410 +long time الـ switch كان عند نقطة a for long time + +177 +00:15:52,410 --> 00:15:56,550 +إيش صار للمكثف؟ يعني مش open circuit open circuit، + +178 +00:15:56,550 --> 00:15:59,630 +برافو عليكي، المكثف صار open circuit، لما يصير + +179 +00:15:59,630 --> 00:16:02,310 +المكثف open circuit، خليني أنا أعيطها هذا، إيش + +180 +00:16:02,310 --> 00:16:06,370 +بيصير للمقاومة؟ ما أكنها .. مو راشيها تنياه هيبصى + +181 +00:16:06,370 --> 00:16:10,190 +دائرة مفتوحة فبيصير high short circuit لو حطيت + +182 +00:16:10,190 --> 00:16:13,150 +voltmeter حوالين المكثف إيش هيرا عليه بس 100 فولت + +183 +00:16:13,150 --> 00:16:18,290 +برافو عليكم إذا Vc at zero minus هتساوي 100 فولت + +184 +00:16:18,290 --> 00:16:23,770 +وهي هتساوي Vc at zero إذن احنا جاهزين نحط قيمة Vc + +185 +00:16:23,770 --> 00:16:29,370 +of T بتساوي 100 في E to the minus 100T على 40 + +186 +00:16:29,370 --> 00:16:33,010 +ميللي سكند هي 25T V + +187 +00:16:37,650 --> 00:16:43,790 +طبعًا حسبنا Vc of T هذا الجزء الأول من السؤال A طلع + +188 +00:16:43,790 --> 00:16:47,990 +Vc of T for T أكبر من أو يساوي صفر هنا تبقى مرة + +189 +00:16:47,990 --> 00:16:50,430 +تبقى Webinar، البنات في الامتحان إيش بيسألوا؟ + +190 +00:16:50,430 --> 00:16:53,590 +بيبقوا منهم الـ voltage أكبر من أو يساوي T صفر و + +191 +00:16:53,590 --> 00:16:57,810 +أين بيروح هنا هو لأ يعني ما تسكري أي جهاز ما تسكري لأ + +192 +00:16:57,810 --> 00:17:00,830 +احنا بدنا بعد ما ننقل الـ switch لنقطة هاي بتطلع + +193 +00:17:00,830 --> 00:17:04,130 +وانتي أقل من أو يساوي صفر هاي الدائرة برسمها عشان + +194 +00:17:04,130 --> 00:17:07,550 +ما اخربطش وانتي أقل من أو يساوي صفر هاي المكثف تبعي وهاي + +195 +00:17:07,550 --> 00:17:11,710 +الدائرة تعتبر وبحسب الـ voltage عندها ما فيش عند الـ + +196 +00:17:11,710 --> 00:17:14,750 +source على طول بتطلع عليها ما فيش الـ source لأن هي + +197 +00:17:14,750 --> 00:17:17,930 +natural response أنا ممكن تسألي إيش نوع الـ + +198 +00:17:17,930 --> 00:17:21,270 +response على طول بتقولي الـ natural response لأنه + +199 +00:17:21,270 --> 00:17:25,170 +أنا حصلت الـ source بشكل لحظة مفاجئة + +200 +00:17:27,610 --> 00:17:31,450 +طبعًا طالب من جزء B طبعًا لإني أنا قلت لكم مش عن + +201 +00:17:31,450 --> 00:17:34,550 +الهبل بيحط الأرقام اللي أشعل الدائرة مضان طلب Vc + +202 +00:17:34,550 --> 00:17:40,150 +أكيد هطلب V0 سؤال بس هو طلب بده V لما T أكبر من 0 + +203 +00:17:40,150 --> 00:17:46,330 +ليش احنا عملنا الجزء الأول لما فتحنا I؟ لازم نعملها + +204 +00:17:46,330 --> 00:17:49,710 +يعني؟ أصلًا هو طلب منه المتغير أكبر من صفر يعني ليش + +205 +00:17:49,710 --> 00:17:51,770 +ما ناخد بس هذا الجزء، يعني الجزء اللي عملناه + +206 +00:17:51,770 --> 00:17:54,410 +بالأول؟ طب إيه، هو عملناه، وجدنا؟ أصلًا ليش يعني + +207 +00:17:54,410 --> 00:17:59,250 +أكتر؟ آه الـ Vc صح، لازم نجيب Vc زيرو، احنا قلنا + +208 +00:17:59,250 --> 00:18:01,130 +من أين بتجيب الـ initial value؟ أو من الـ stored + +209 +00:18:01,130 --> 00:18:03,630 +initial energy، لأن الـ stored initial energy + +210 +00:18:03,630 --> 00:18:08,750 +بتقولي نصف CV تربيع أو هو بيبقى ما بيعطيني إياها + +211 +00:18:08,750 --> 00:18:11,030 +بيريحني بيقول لي قيمة الـ initial voltage القادمة أو + +212 +00:18:11,030 --> 00:18:16,270 +بيعطيني مضقية الدائرة السابقة ومن هنا بجيب الـ + +213 +00:18:16,270 --> 00:18:21,190 +initial voltage واضح؟ طبعًا الجزء الثاني طالب مني + +214 +00:18:21,190 --> 00:18:27,610 +mainly V0 V0 اللي هو هذا الـ voltage في + +215 +00:18:27,610 --> 00:18:31,450 +حب الدم حجم العصبورة هذا الجزء آه + +216 +00:18:41,800 --> 00:18:46,000 +بدنا V-note طلعي عليها يا بنات، طلعي عليها، معايا؟ + +217 +00:18:46,000 --> 00:18:49,700 +عندي أنا الـ 240 والـ 60 منهم على التوازن واحنا + +218 +00:18:49,700 --> 00:18:53,420 +حسبناهم مع بعض وقلنا دي قد إيش كميتها 48 كيلو صح؟ + +219 +00:18:53,420 --> 00:18:56,800 +يعني هاي بقى برسمها الدائرة بهذا الشكل، مكثف وعندي + +220 +00:18:56,800 --> 00:19:00,360 +مقاومة اللي هي 32 كيلو وعندي مقاومة اللي هي + +221 +00:19:00,360 --> 00:19:04,860 +48 كيلو صح؟ مين هو طالب V-note؟ V-note اللي هي + +222 +00:19:04,860 --> 00:19:09,470 +حوالين الـ 240 والـ 60 نفس الشيء صح؟ آه طب هاد إيش + +223 +00:19:09,470 --> 00:19:11,690 +بتذكرنا بحاجة معينة؟ أنا عارفة هديتها الـ EC + +224 +00:19:11,690 --> 00:19:17,190 +بتذكرني بإشي بإشي؟ عشان ده voltage divider بقدر + +225 +00:19:17,190 --> 00:19:20,870 +أجيب الـ voltage على 48 لأن هذا الـ voltage اتوزع + +226 +00:19:20,870 --> 00:19:26,270 +على مقاومة 80 إيش توزعه؟ المقاومة اللي قيمتها 48 + +227 +00:19:26,270 --> 00:19:33,970 +على 48 فإنها بتقوله في me في BC الساعة 80 + +228 +00:19:33,970 --> 00:19:40,330 +و48 على 80 في قد إيش سمية دقيقة ضمان نص خمسة + +229 +00:19:40,330 --> 00:19:46,410 +وعشرين كتير قد إيش في هالتساوي هذه؟ 60 دقيقة ضمان نص خمسة وعشرين صحين؟ + +230 +00:19:46,410 --> 00:19:54,830 +وعشرين صحين؟ + +231 +00:20:07,440 --> 00:20:13,140 +كمان؟ حاجة ثانية بتبقى إياك I-note، لذا هاي B، C + +232 +00:20:13,140 --> 00:20:15,580 +طبعًا volt، ما تنسوش كلمة الـ volt يعني الـ unit + +233 +00:20:15,580 --> 00:20:19,140 +بتاعتها، أنا هنا حاطة لها I-note قد إيش قيمتها، for T + +234 +00:20:19,140 --> 00:20:22,320 +طبعًا هذا كله أكبر من أو يساوي صفر، الـ security + +235 +00:20:22,320 --> 00:20:27,890 +أكبر من صفر، بده I-note قد إيش قيمتها عشان أجيب الـ T + +236 +00:20:27,890 --> 00:20:30,430 +note من عارفة الـ V-note ولا لأ إذا عارفة الـ + +237 +00:20:30,430 --> 00:20:32,370 +voltage حوالينا اللي ما قيمتها بقى غير أجيب الـ turbo + +238 +00:20:32,370 --> 00:20:37,350 +مرفيها I-note إذا I-note إيش قيمتها بتساوي V-note + +239 +00:20:37,350 --> 00:20:44,130 +على 80 كيلو هتساوي E to the minus 25T ملي أمبير + +240 +00:20:44,130 --> 00:20:48,270 +مريجة الملي من الـ K اللي تحت عند الـ 60 ع الـ 60 + +241 +00:20:48,270 --> 00:20:51,230 +بتروح بس بيضل واحد على الـ K اللي هي 10 قوة ناقص + +242 +00:20:51,230 --> 00:20:57,050 +ثلاثة أقل هي ملي أمبير طب إيش كمان بتبقى؟ بده الـ + +243 +00:20:57,050 --> 00:21:02,330 +total energy أعطيت لمن؟ لـ الـ 60 كيلو Total energy + +244 +00:21:02,330 --> 00:21:07,110 +اللي أعطيتها لـ الـ 60 كيلو إيش total energy؟ يعني الـ + +245 +00:21:07,110 --> 00:21:10,290 +energy اللي أعطيتها لـ الـ 60 كيلو من ساعة ما أنا نقلت + +246 +00:21:10,290 --> 00:21:13,310 +الـ switch يعني من صفر لـ infinity عشان أجيب الـ + +247 +00:21:13,310 --> 00:21:18,070 +energy لازم أجيب الـ power أنا بقدر أجيبها بعدة طرق + +248 +00:21:18,070 --> 00:21:21,450 +لأن كل حاجة معرفة عندك يا بقول I في V والعلاقة + +249 +00:21:21,450 --> 00:21:24,270 +بوجبها كانت تتجاهل الـ voltage drop هاي الـ I وهاي + +250 +00:21:24,270 --> 00:21:29,790 +الـ V يا I تربيع في R يا V تربيع على R ناخد مثلًا + +251 +00:21:29,790 --> 00:21:37,530 +V تربيع على R قد إيش V تربيع 160 كل تربيع في E + +252 +00:21:37,530 --> 00:21:42,510 +to the minus 50T 50 لأنها تربيع مضروبة 2 على R + +253 +00:21:42,510 --> 00:21:47,240 +اللي هي دي 60 كيلو وحدة من الستين بتروح مع المقام + +254 +00:21:47,240 --> 00:21:52,380 +وبيبقى عندي الستين أقصر سالب 50 دي إيش نوعها؟ + +255 +00:21:52,380 --> 00:21:54,940 +ملي واحد ملي واحد ده إيش مليه؟ ملي واحد أقصر سالب + +256 +00:21:54,940 --> 00:21:58,320 +3 ده أنت زيّه طيب بنجيب الـ energy أنا سحان + +257 +00:21:58,320 --> 00:22:02,080 +بقول لك إيش + +258 +00:22:02,080 --> 00:22:08,140 +الفرق دي بس .. خلاص نكمل الـ D عند الـ energy اللي + +259 +00:22:08,140 --> 00:22:12,080 +ع الـ 60 كيلو هتكون التكامل من صفر لـ infinity لـ + +260 +00:22:12,080 --> 00:22:16,320 +بيه الـ 60 كيلو في دي team تكامل من صفر لـ infinity + +261 +00:22:16,320 --> 00:22:25,000 +لمين؟ لستين فعشرة هو ناقص 3 وE من minus 50 + +262 +00:22:25,000 --> 00:22:31,020 +T وDT نرجع لإيه هو الـ E عند الـ total energy احنا + +263 +00:22:31,020 --> 00:22:34,200 +قلنا بنجيب الـ total energy معناه تكامل للـ power + +264 +00:22:34,200 --> 00:22:37,000 +فهيكون عندي تكامل من صفر لـ infinity اللي هي 60 + +265 +00:22:37,000 --> 00:22:41,600 +ملي اللي هي 10 قوى ناقص 3 E⁻⁵T DT نكمل + +266 +00:22:41,600 --> 00:22:46,960 +التكامل هيكون بتساوي الـ 60 بقدر أطلّعها برة على + +267 +00:22:46,960 --> 00:22:52,300 +ناقص 50 في E⁻⁵T من صفر لـ infinity احنا مع بعض + +268 +00:22:52,300 --> 00:22:57,880 +ما اتفقنا إن E⁻⁰ إيش بتساوي صفر وE to the صفر + +269 +00:22:57,880 --> 00:23:03,140 +واحد عوض هنا إيش هتصير E الـ total energy على 60 + +270 +00:23:03,140 --> 00:23:03,600 +كيلو + +271 +00:23:06,470 --> 00:23:13,830 +بتدهد 70 ناقص 60 يعني 6 ناقص 6 على 5 + +272 +00:23:13,830 --> 00:23:18,510 +10 قوة ناقص 3 نعود عند الـ infinitely صفر + +273 +00:23:18,510 --> 00:23:22,590 +ناقص واحد إذا الناقص بتروح مع الناقص ليش بيظل + +274 +00:23:22,590 --> 00:23:27,350 +عندي 6 على 5 ملي جول ليش ملي لإنه بيظل عندي + +275 +00:23:27,350 --> 00:23:32,430 +10 قوة ناقص 3 فهي + +276 +00:23:32,430 --> 00:23:35,870 +الـ total energy اللي أعطيها للـ element اللي أنا + +277 +00:23:35,870 --> 00:23:36,090 +عاملها + +278 +00:23:39,610 --> 00:23:44,110 +تمام؟ في أي استفسار لحد هنا؟ طب عشان بدنا نبدأ + +279 +00:23:44,110 --> 00:23:47,810 +احنا بموضوع جديد اللي هو steady response معناه واقعي + +280 +00:23:47,810 --> 00:23:52,490 +واضح + +281 +00:23:52,490 --> 00:23:55,610 +للجميع؟ في أي استفسار؟ حتى في سؤال المحاضرة + +282 +00:23:55,610 --> 00:23:57,750 +الماضية في حد عنده أي استفسار؟ + +283 +00:24:03,910 --> 00:24:06,970 +مش أي سؤال إذا نروح لل step response إحنا ال + +284 +00:24:06,970 --> 00:24:09,210 +natural response أنا ذكرتكم كمان ممكن أن أنتم + +285 +00:24:09,210 --> 00:24:12,290 +أخذتوه في مادة ثانية اللي هو كنتوا بتسموه إيش؟ + +286 +00:24:12,290 --> 00:24:16,450 +discharging نبدأ المكسب حوالي قيمة معينة و بيسيلها + +287 +00:24:16,450 --> 00:24:19,470 +discharging أو ال inductor بيبدأ عنده قيمة معينة و + +288 +00:24:19,470 --> 00:24:22,810 +بيسيلها إيش؟ discharging صح؟ هذا هو ال natural + +289 +00:24:22,810 --> 00:24:27,050 +response علشان نبدأ لل step response + +290 +00:24:40,380 --> 00:24:43,500 +إيش ال step response؟ هو إضافة ال source على + +291 +00:24:43,500 --> 00:24:49,480 +الدائرة صحيح؟ إذا ال step response + +292 +00:24:49,480 --> 00:24:59,440 +R ال circuit نبدأ زي ما بدأنا ال natural response + +293 +00:24:59,440 --> 00:25:03,020 +للـ R ال circuit هنروح ل step response للـ R ال + +294 +00:25:03,020 --> 00:25:03,740 +circuit + +295 +00:25:07,910 --> 00:25:14,350 +النموذج اللي هناخده عند source VS أنا حاسس حالي + +296 +00:25:14,350 --> 00:25:17,910 +كأنه بحكي وفي صدى معايا، حاسس كده أنت يا أبو حمزة و + +297 +00:25:17,910 --> 00:25:22,570 +لا لأ؟ أنا بحكي وحاسس حاجة ورايا، بحكي وبحس حاجة + +298 +00:25:22,570 --> 00:25:26,130 +ورايا، + +299 +00:25:26,130 --> 00:25:33,090 +و يعني بكبر قاعد مش بصغر، فعشان هذه الحكاية في عند VS + +300 +00:25:33,090 --> 00:25:37,510 +في عند مقاومة وفي عند switch هذا ال switch هو اللي + +301 +00:25:37,510 --> 00:25:43,510 +بوصلني للـ inductor بوصل عن ال inductor يعني + +302 +00:25:43,510 --> 00:25:46,510 +عند T equals 0 أنا بدي أسكر ال switch + +303 +00:25:49,480 --> 00:25:52,500 +هذه الدائرة لو أنا طلعت عليها هي بالتمام دائرة + +304 +00:25:52,500 --> 00:25:57,100 +step response، أنه أنا قبل ما أكون عند T equal zero + +305 +00:25:57,100 --> 00:25:59,960 +إيش كان ال switch مفتوح، أتفهمين معنى السهم؟ + +306 +00:25:59,960 --> 00:26:05,680 +السهم هيك جاي، معناه أنه قبل السهم إيش كان، قبل ال + +307 +00:26:05,680 --> 00:26:10,020 +zero كان مفتوح، كان ال source مفصل عن ال inductor، + +308 +00:26:10,020 --> 00:26:13,540 +عند T equal zero تسكر ال switch إذا لسه على الدائرة + +309 +00:26:13,540 --> 00:26:17,020 +عندي فيها source فإن الدائرة فيها source فجأة أضيف + +310 +00:26:17,020 --> 00:26:21,920 +ال source معناه step response هذه الدائرة تمثل + +311 +00:26:21,920 --> 00:26:25,700 +نموذج لعدد الدوائر صحيح أنتم ذاكرين؟ يعني هذه + +312 +00:26:25,700 --> 00:26:31,020 +الدائرة ما لها عامة مش خاصة هذه الدائرة أنه أي + +313 +00:26:31,020 --> 00:26:35,160 +دائرة في الدنيا linear، lumped، circuit، إيش إننا + +314 +00:26:35,160 --> 00:26:37,920 +بنسوي فيها؟ بنبسطها لبعض ال source والمقاومة على + +315 +00:26:37,920 --> 00:26:42,960 +التوالي يعني قد ما تكون الدائرة صعبة قدامي ومعقدة + +316 +00:26:42,960 --> 00:26:47,060 +بتبقيها وببسطها ليش؟ ده source ومقاومة هنا بيجي + +317 +00:26:47,060 --> 00:26:50,430 +دور ال sevening يعني كتير هنحتاج ال civilian إحنا + +318 +00:26:50,430 --> 00:26:55,690 +في هذه الدوائر طبعا + +319 +00:26:55,690 --> 00:26:58,670 +هي لما أسكر ال switch for T أكبر من أو يساوي zero + +320 +00:26:58,670 --> 00:27:07,090 +هيمر تيار نفس التيار في كل الدائرة صحيح؟ أما أعمل + +321 +00:27:07,090 --> 00:27:12,610 +capture voltage له هيقول minus Vs زائد I في R زائد + +322 +00:27:12,610 --> 00:27:17,400 +ال Di by Dt العلاقة الموجبة بين voltage وال current + +323 +00:27:17,400 --> 00:27:20,800 +بالنسبة للإندكتور العلاقة الموجبة بين القامة وال + +324 +00:27:20,800 --> 00:27:23,800 +current ده ما كنا بنفرض ال voltage اتجاه ال + +325 +00:27:23,800 --> 00:27:27,020 +current اتجاه voltage drop وهنا ال voltage اللي + +326 +00:27:27,020 --> 00:27:30,000 +على الإندكتور التيار فيه اتجاه ال voltage drop + +327 +00:27:30,000 --> 00:27:39,060 +تمام إذا di by dt ده الساعة لو نقلت هدول على الطرف + +328 +00:27:39,060 --> 00:27:47,670 +التاني إيش هيحقني Vs minus I فى R على L تمام هي + +329 +00:27:47,670 --> 00:27:52,610 +اللي عملنا أنا إيش بده يفصل ال variables مين عند ال + +330 +00:27:52,610 --> 00:27:56,970 +variables أنا عند ال variables I و T بده يفصل هي + +331 +00:27:59,040 --> 00:28:04,140 +عشان يفصلها بدي أقسم على vs-ir وأضرب في dt هيح + +332 +00:28:04,140 --> 00:28:13,320 +هتصير di بس بدي أعيد الترتيب يعني أخلي ir-vs سوى + +333 +00:28:13,320 --> 00:28:19,760 +سالب لإنه بس شغلت الترتيب minus 1 على ال في dt + +334 +00:28:19,760 --> 00:28:27,330 +تمام وبدي أضرب في h في r بدي أضرب الطرفين في R + +335 +00:28:27,330 --> 00:28:32,510 +هتكون عندي Di لو ضربت هي في R يعني كأنني قسمت هي + +336 +00:28:32,510 --> 00:28:39,970 +على R صح هتصير I minus Bs على R هتساوى minus R على + +337 +00:28:39,970 --> 00:28:45,560 +L في DT هيك أنا فصلت ال variants ليش عكسنا الإشارات + +338 +00:28:45,560 --> 00:28:49,380 +هنا لتسيل عشان أوصل لل form بـD يعني أنا عارفة إيش + +339 +00:28:49,380 --> 00:28:54,360 +الجواب بـD لتسيل بس عكست الترتيب خلتها أخدت ال + +340 +00:28:54,360 --> 00:29:01,400 +minus ع المشترك ساعة IR minus VS طبعا؟ بدأ أكمل، + +341 +00:29:01,400 --> 00:29:04,440 +من وين لوين بدأ أكمل؟ خليني بس أقول عشان يكون واضح + +342 +00:29:04,440 --> 00:29:13,020 +للجميع DI على I minus VS على R بتساوي minus R على L + +343 +00:29:13,020 --> 00:29:16,780 +في DT بدي أكمل من ال initial point اللي هي ال zero + +344 +00:29:16,780 --> 00:29:21,020 +لأي لحظة بدي أوجد فيها الطيار وهنا من ال initial + +345 +00:29:21,020 --> 00:29:25,000 +current اللي هو عند ال zero ل I عند اللحظة إحنا + +346 +00:29:25,000 --> 00:29:30,060 +اتفقنا DX على X إيش بيعمل هالنل ده هتعطيني Ln من I + +347 +00:29:30,060 --> 00:29:35,840 +minus Ds على R من وين لوين؟ من I at zero ل I at T + +348 +00:29:35,840 --> 00:29:44,140 +بتساوي minus R على L في T آخد ال limits هتصير لن ال + +349 +00:29:44,140 --> 00:29:50,340 +I at T minus BS على R طبعا ناقص فهنقسم على طول بدل + +350 +00:29:50,340 --> 00:29:55,040 +ما أقول ناقص لن إلى Zero هنقسم هتكون I at Zero + +351 +00:29:55,040 --> 00:30:01,050 +minus BS على R هتساوى minus R على L ب T آخد ال + +352 +00:30:01,050 --> 00:30:06,810 +exponential هتصير I of T minus Vs على R بتساوي + +353 +00:30:06,810 --> 00:30:12,670 +I at 0 minus Vs على R مضروبة في مين؟ E to the + +354 +00:30:12,670 --> 00:30:18,350 +minus R على Alpha T لو أخدت ال exponential هتصير I + +355 +00:30:18,350 --> 00:30:21,530 +of T minus Vs على R على I not minus Vs على R + +356 +00:30:21,530 --> 00:30:24,010 +بتساوي ال exponential ل E to the minus R على Alpha + +357 +00:30:24,010 --> 0:30:32,140 +T بس ضربت في المقام واضح؟ إذا I of T إيش بتساوي؟ Vs + +358 +00:30:32,140 --> 00:30:42,100 +على R زائد I at zero minus Vs على R في E minus R + +359 +00:30:42,100 --> 00:30:47,980 +على L في T يعني + +360 +00:30:47,980 --> 00:30:50,980 +مرة أكتب النتيجة اللي طلعت معنا اللي هو التيار بيمر + +361 +00:30:50,980 --> 00:30:56,770 +بالـ inductor I عند أي لحظة TI L فطبعا I المفتدر + +362 +00:30:56,770 --> 00:31:02,870 +يعني I L في T عبارة عن V S على R زائد I L at Zero + +363 +00:31:02,870 --> 00:31:10,910 +زائد V S على R minus V S على R بضربها في E to the + +364 +00:31:10,910 --> 00:31:15,910 +minus T في A على Alpha + +365 +00:31:19,670 --> 00:31:22,730 +هذا لو أخدت الـ initial point 0 بشكل عام لو كانت + +366 +00:31:22,730 --> 00:31:26,330 +الـ initial point من الـ 0 هتكون I على T بتساوي V + +367 +00:31:26,330 --> 00:31:31,330 +أس على R زائد I ألقت عند ال initial point T not + +368 +00:31:31,330 --> 00:31:38,030 +minus V أس على R في E to the minus R على L في T + +369 +00:31:38,030 --> 00:31:42,470 +minus T not نشوف الأشياء اللي هتستنتجها من هذه + +370 +00:31:42,470 --> 00:31:45,770 +المعادلة عشان نحفظها يعني في النهاية المطلوب من + +371 +00:31:45,770 --> 00:31:51,580 +نهاية المعادلة أحفظها أول حاجة ال R على L، ال R على + +372 +00:31:51,580 --> 00:31:57,240 +L ماذا تذكرون أنها 1 على 3، T لازم مالها R على L + +373 +00:31:57,240 --> 00:32:01,080 +في T لازم تكون your guess، إذا استنتجنا أن L على R + +374 +00:32:01,080 --> 00:32:05,400 +مالها هي ال time constant، إذا ال time constant للـ + +375 +00:32:05,400 --> 00:32:10,300 +natural وال step response ماله 1، لا يتغيرش، تمام؟ + +376 +00:32:11,340 --> 00:32:15,660 +إذا L على R هو ال time constant لهذا دقالة حاجة + +377 +00:32:15,660 --> 00:32:20,180 +ثانية هد IL at zero ماحنا عارفين IL at zero بقدر + +378 +00:32:20,180 --> 00:32:26,700 +أجيبها من عدة طرق يا من ال initial energy stored + +379 +00:32:26,700 --> 00:32:33,340 +energy يا given يا من وين من ال previous من اللي + +380 +00:32:33,340 --> 00:32:41,260 +هي ال circuit for T مثلا before أقل من T قبل النقطة + +381 +00:32:41,260 --> 00:32:44,800 +اللي قعدت تغير فيها ال switch من حالة الدائرة طب + +382 +00:32:44,800 --> 00:32:48,240 +هاي ال initial عارفينها طب مين ال BS على R خليني + +383 +00:32:48,240 --> 00:32:51,940 +أعرف مين هي ال BS على R هقول إن هاي الدائرة صارت + +384 +00:32:51,940 --> 00:32:55,400 +أن T بتروح ل Infinity أنا عند T Zero سكرت ال switch + +385 +00:32:55,400 --> 00:32:59,460 +واستنيت long time إيش معناه long time؟ يعني ما + +386 +00:32:59,460 --> 00:33:02,560 +يعني .. كان خلاص أضعفتها صح؟ بكفين خلاص أضعفتها for + +387 +00:33:02,560 --> 00:33:05,100 +long time قولنا إيش بيصير للدائرة كل حاجة بتصير + +388 +00:33:05,100 --> 00:33:08,920 +constant طب إيش بيصير للإندكتور في هذه الحالة؟ + +389 +00:33:08,920 --> 00:33:11,160 +بتذكرون إيش بيصير للإندكتور لما بيصير ال .. Short + +390 +00:33:11,160 --> 00:33:13,040 +Short Short Short Short Short Short Short Short + +391 +00:33:13,040 --> 00:33:13,160 +Short Short Short Short Short Short Short Short + +392 +00:33:13,160 --> 00:33:14,900 +Short Short Short Short Short Short Short Short + +393 +00:33:14,900 --> 00:33:15,320 +Short Short Short Short Short Short Short Short + +394 +00:33:15,320 --> 00:33:15,520 +Short Short Short Short Short Short Short Short + +395 +00:33:15,520 --> 00:33:15,620 +Short Short Short Short Short Short Short Short + +396 +00:33:15,620 --> 00:33:15,720 +Short Short Short Short Short Short Short Short + +397 +00:33:15,720 --> 00:33:17,900 +Short Short Short Short Short Short Short Short + +398 +00:33:17,900 --> 00:33:23,360 +Short Short Short Short + +399 +00:33:23,360 --> 00:33:23,520 +Short Short Short Short Short Short Short Short + +400 +00:33:30,660 --> 00:33:33,400 +عند المقاومة وعند ال short circuit اللي أنا بدي + +401 +00:33:33,400 --> 00:33:35,400 +mean ال initial current اللي هو أو ال current اللي + +402 +00:33:35,400 --> 00:33:37,960 +عالي بيصير عبارة عن درع عادي حد إيش في ال circuit + +403 +00:33:37,960 --> 00:33:42,420 +آه إيش ال current اللي على ال Inductor؟ اللي هو ال + +404 +00:33:42,420 --> 00:33:47,540 +V على R Vs على R إذا إيش قيمة Vs على R؟ ال maximum + +405 +00:33:47,540 --> 00:33:51,180 +current أقصى تيار اللي وصله اللي هو ال Vs على ال + +406 +00:33:51,180 --> 00:33:57,440 +Inductor Vs على R وبعدها اكتب I L of T بتساوي I + +407 +00:33:57,440 --> 00:34:05,850 +maximum زي I initial minus I maximum E to the minus + +408 +00:34:05,850 --> 00:34:08,970 +T minus T node على I + +409 +00:34:31,580 --> 00:34:35,900 +تمام؟ أنتم الحالة اللي شفتوها يمكن في مساقات .. + +410 +00:34:35,900 --> 00:34:39,200 +أخليها هاي .. هاي اللي هي ال source after long + +411 +00:34:39,200 --> 00:34:43,020 +time والمقاومة وهي ال inductor وهنا هيكون I + +412 +00:34:43,020 --> 00:34:49,620 +maximum اللي هو بسوء BS على أفضل طب الحاجة اللي + +413 +00:34:49,620 --> 00:34:52,560 +أنتم شفتوها يمكن في مساقات ثانية أنه كانوا + +414 +00:34:52,560 --> 00:34:56,600 +يفترضوا إن I not بالساوة Zero لو كانت I نوت بالساوة + +415 +00:34:56,600 --> 00:35:00,320 +0، إيش هيكون I L of T؟ حد ساوة، باخد I ماكسومال مش + +416 +00:35:00,320 --> 00:35:03,880 +صحيح، لو أقصى تيار يمكن يوصلوا ال current المورف + +417 +00:35:03,880 --> 00:35:08,640 +الأندكتور، واحد ناقص E تزو .. كمان بدي آخد T نوت + +418 +00:35:08,640 --> 00:35:12,460 +بالساوة 0، هدول الحالتين، E تزو minus T على + +419 +00:35:12,460 --> 00:35:15,840 +التالت، صح؟ كنتوا بتسموها as discharging + +420 +00:35:18,740 --> 00:35:22,660 +إذا ال step response ما هو إلا حالة ال element + +421 +00:35:22,660 --> 00:35:25,860 +تبعي لما أضيف له فجأة الـ source أشوف إيش الـ + +422 +00:35:25,860 --> 00:35:30,800 +responses بتاعي طبعا الـ tau إحنا سيما فاهمين إيش + +423 +00:35:30,800 --> 00:35:34,800 +معناها إذا جبت التيار في الـ inductor بقدر أجيب الـ + +424 +00:35:34,800 --> 00:35:37,280 +voltage حوالين الـ inductor، بقدر أجيب الـ voltage + +425 +00:35:37,280 --> 00:35:40,620 +حوالين R، بقدر أجيب الـ power بتاعة R، بقدر أجيب الـ + +426 +00:35:40,620 --> 00:35:42,420 +power بتاعة الـ source، بقدر أجيب الـ power بتاعة الـ + +427 +00:35:42,420 --> 00:35:46,920 +inductor، يعني كل المجهود انحلت، مافيش مجهول يظل + +428 +00:35:46,920 --> 00:35:53,420 +عندي، في أي سؤال لحد هنا؟ في معنى وقت؟ لأ مافيش + +429 +00:35:53,420 --> 00:35:57,480 +معنى وقت عشان نحل المثال، خليه إذا للقاء القادم إن + +430 +00:35:57,480 --> 00:35:59,240 +شاء الله ويعطيكم العافية diff --git a/PL9fwy3NUQKwaAs6rNkQtAiaVf8dEDjWUy/HwgFvt4jGiM.srt b/PL9fwy3NUQKwaAs6rNkQtAiaVf8dEDjWUy/HwgFvt4jGiM.srt new file mode 100644 index 0000000000000000000000000000000000000000..333ac9d99a1c9010aa8ea6f42595652051d5bdda --- /dev/null +++ b/PL9fwy3NUQKwaAs6rNkQtAiaVf8dEDjWUy/HwgFvt4jGiM.srt @@ -0,0 +1,1551 @@ +1 +00:00:20,690 --> 00:00:24,410 +بسم الله الرحمن الرحيم السلام عليكم ورحمة الله + +2 +00:00:24,410 --> 00:00:28,750 +وبركاته احنا اليوم إن شاء الله هناخد مثال على حساب + +3 +00:00:28,750 --> 00:00:32,570 +ال complex power وإن شاء الله بعده هنتوجه ل three + +4 +00:00:32,570 --> 00:00:40,790 +phase system المثل + +5 +00:00:40,790 --> 00:00:48,710 +عندنا في الـ source قيمته 250 v root mean square + +6 +00:00:48,710 --> 00:00:55,340 +value عندي مقاومة عبارة عن resistance و الـ vector + +7 +00:00:55,340 --> 00:00:58,800 +بقى إذا المثال طبعا هو عندي فيه source بدي أعودكم + +8 +00:00:58,800 --> 00:01:04,400 +على تقسيم هذه الدائرة هذا الجزء بنسميه source اللي + +9 +00:01:04,400 --> 00:01:07,400 +هو المصدر الـ generator و هذا هو الـ load هذا اللي + +10 +00:01:07,400 --> 00:01:11,680 +بتغزه يعني هذا اللي بتوصله الطاقة و هدوه لخطوط + +11 +00:01:11,680 --> 00:01:15,480 +النقل الـ line بدنا نسميها الخطوط النقل أو الـ line + +12 +00:01:15,480 --> 00:01:19,550 +طبعا هنا line واحدة إذا هذا هتنقل له الـ impedance + +13 +00:01:19,550 --> 00:01:25,690 +مقدارها 1 Ohm و J4 وهذا load مقدار 39 Ohm و J26 + +14 +00:01:25,690 --> 00:01:29,970 +وهذا الـ source اللي بيغذي الـ load ايش مطلوب منها؟ + +15 +00:01:29,970 --> 00:01:32,690 +أولا مطلوب مني طبعا احنا يقول القيامة هتطلع معنا + +16 +00:01:32,690 --> 00:01:34,610 +بالـ root mean square value أو الـ effective value + +17 +00:01:34,610 --> 00:01:37,590 +إنهم يعطينا الجهد أو الـ source بالـ root mean + +18 +00:01:37,590 --> 00:01:41,430 +square value في رأي ايه من السؤال؟ قولنا أنا بدي I + +19 +00:01:41,430 --> 00:01:46,900 +load و V load I load و V load I load اللي هو ال + +20 +00:01:46,900 --> 00:01:49,900 +current اللي بيمور في الـ load هو نفسه اللي بيمور + +21 +00:01:49,900 --> 00:01:54,480 +في الدائرة لإنهم كلهم in series التوالي I load إيش + +22 +00:01:54,480 --> 00:01:58,560 +هتساوي؟ الـ voltage اللي هو عبارة من 250 على مجموع + +23 +00:01:58,560 --> 00:02:01,500 +الـ impedance كلها عشان أجيب الـ current اللي بيمور + +24 +00:02:01,500 --> 00:02:04,620 +في الدائرة هاي هيكون الـ voltage تبع الـ source على + +25 +00:02:04,620 --> 00:02:14,290 +مجموعها هيكون I 1 زي 39 هي 40 زي 4 زي 26 هي 30 لأ + +26 +00:02:14,290 --> 00:02:18,950 +أخرجه لو عملنا هيك بيطلع معنا قيمة الـ current + +27 +00:02:18,950 --> 00:02:23,090 +بيساوي خمسة و الـ phase سالب ستة أو تلاتين أو سبعة + +28 +00:02:23,090 --> 00:02:27,530 +أو تمامية درجة أمبير root mean square value القيمة + +29 +00:02:27,530 --> 00:02:29,670 +بالـ root mean square value لأنه الـ voltage بالـ + +30 +00:02:29,670 --> 00:02:33,830 +root mean square value بده كمان الـ voltage VL طبعا + +31 +00:02:33,830 --> 00:02:36,290 +سهل صار علينا نحسب الـ voltage إذا عرفت التيار بقى + +32 +00:02:36,290 --> 00:02:42,380 +ايجي بالـ voltage VVL المطلوب VL عبارة عن I في Z L + +33 +00:02:42,380 --> 00:02:48,680 +هتكون IL في ZL الـ load IL اللي حسبناها مع بعض اللي + +34 +00:02:48,680 --> 00:02:53,400 +هي خمسة أسار في ستة و تلاتين من مية في اللي هو الـ + +35 +00:02:53,400 --> 00:02:57,640 +Z اللي هي تسعة و تلاتين زي جيه استواشر + +36 +00:02:59,780 --> 00:03:08,120 +لو حسبناها بتطلع معنا 234.36 فولت و الزاوية سالب 3.18 درجة + +37 +00:03:08,120 --> 00:03:13,340 +والتروت بيسكترونية طب هاي أول فرع من السؤال + +38 +00:03:13,340 --> 00:03:18,400 +طلب مني الـ current و الـ voltage الفرع التاني من + +39 +00:03:18,400 --> 00:03:21,680 +السؤال بقول احسب الـ average و الـ reactive اللي + +40 +00:03:21,680 --> 00:03:28,570 +delivered لل load الفرع Bبدو الـ average و الـ + +41 +00:03:28,570 --> 00:03:34,090 +reactive اللي اعطيه لل load كيف ممكن احسبهم؟ ممكن + +42 +00:03:34,090 --> 00:03:37,730 +احسبهم مباشرة من الـ complex bar احنا متذكرين + +43 +00:03:37,730 --> 00:03:41,710 +نقولها الـ complex bar بشكل عام بتساوي V في I + +44 +00:03:41,710 --> 00:03:44,350 +conjugate root mean square value effective value + +45 +00:03:44,350 --> 00:03:48,190 +لو انها maximum بتكون مقسمة مع 2 لل load بنطبق نفس + +46 +00:03:48,190 --> 00:03:51,430 +القانون الإشارة الموجبة لأن الـ current ماله في + +47 +00:03:51,430 --> 00:03:52,770 +اتجاه الـ voltage drop + +48 +00:03:55,570 --> 00:04:00,010 +V في I Conjugate أنا عارفة الاتنين، عارفة اللي هو + +49 +00:04:00,010 --> 00:04:04,870 +الـ current وعارفة الـ voltage، صحيح؟ بقدر أقول، + +50 +00:04:04,870 --> 00:04:11,470 +أضربهم في بعض، وهدي هتساوي اللي هي B زي الجهة Qأو + +51 +00:04:11,470 --> 00:04:14,710 +كمان لإن أنا حسبت الـ current لو بدى أنا بكرر + +52 +00:04:14,710 --> 00:04:18,690 +الشوصار عندى خطأ اكرر الخطأ او مثلا مين يعني انا V + +53 +00:04:18,690 --> 00:04:22,910 +حسبتها من I أخفف عليه عامل او يعني أسهللي اذا أنا + +54 +00:04:22,910 --> 00:04:26,230 +واثقة من الشغل باعوض عن V بقى هذه حسبتها من ان V + +55 +00:04:26,230 --> 00:04:29,790 +بتساوي I في Z صح أو أخلص من الـ current انه مش + +56 +00:04:29,790 --> 00:04:35,450 +بساوي V على Z خليني استخدم الأولى ليه أخلص من الـ + +57 +00:04:35,450 --> 00:04:40,530 +voltage اللي هو عبارة عن مين I في ZL فحططيناZL في + +58 +00:04:40,530 --> 00:04:43,910 +I تربيع كله صح يعني لو أنا ضربت هدولة في بعض أو + +59 +00:04:43,910 --> 00:04:48,930 +استخدمت بدلة واحد منهم أسوأ V تربيع على Z بس هذي + +60 +00:04:48,930 --> 00:04:51,910 +ليش أسهل لإن هي على طول بقسمها الـ Z اللي هي عبارة + +61 +00:04:51,910 --> 00:04:55,230 +عن مين الـ R بتاعة الـ load زي الـ J الـ K تاعة الـ + +62 +00:04:55,230 --> 00:04:59,530 +load فتعطينا I تربيع R بتذكرين هذا عملناه + +63 +00:04:59,530 --> 00:05:03,670 +المحاضر الماضي بس للتذكير هذا التربية في K إذا الـ + +64 +00:05:03,670 --> 00:05:10,010 +power بقدر أقول هي عبارة عن مين I تربيع في RI + +65 +00:05:10,010 --> 00:05:14,130 +تربيع في R يعني + +66 +00:05:14,130 --> 00:05:16,890 +لو ضربت هدولة برضه صح يعني بس بحكي انه قعدة + +67 +00:05:16,890 --> 00:05:20,130 +احتملات يا بعمل هدولة مع بعض يا في تربيع على Z + +68 +00:05:20,130 --> 00:05:24,210 +conjugate يا بستخدم انه على طول بضرب IR تربيع في R + +69 +00:05:24,210 --> 00:05:28,550 +ليه؟ انها تساوي I تربيع هي خمسة تربيع في اللي هي + +70 +00:05:28,550 --> 00:05:33,490 +الـ R دي تسعة وتلاتين R ها دي الـ bar تحت الـ board Q + +71 +00:05:33,490 --> 00:05:40,640 +load ده تساوي خمسة تربيع في الـ reactant ساعة البواة + +72 +00:05:40,640 --> 00:05:49,620 +الـ load يستخدم 26 لو حسبناهم اطلع معايا التاني الـ + +73 +00:05:49,620 --> 00:05:57,720 +average power اللي اعطي اطلاق الـ load بتساوي 975 + +74 +00:05:57,720 --> 00:06:05,790 +watt و Q عبارة عن 650 volt ampere reactive تمام؟ + +75 +00:06:05,790 --> 00:06:09,130 +في أي سؤال لحد هنا؟ إذا ميا بضرب V في I conjugate + +76 +00:06:09,130 --> 00:06:12,010 +بضربهم مع بعض بطلع الـ real part و الـ imaginary + +77 +00:06:12,010 --> 00:06:15,510 +part الـ real هي B و الـ imaginary هي Q أو بستخدم + +78 +00:06:15,510 --> 00:06:18,290 +العلاقات اللي شفناها المحاضرة الماضية اللي هو V + +79 +00:06:18,290 --> 00:06:22,930 +بتساوي Z في I فبيكون عند الناتج الـ power بتساوي I + +80 +00:06:22,930 --> 00:06:28,890 +تربيع في R و الـ Q بتساوي I تربيع في K نفس + +81 +00:06:28,890 --> 00:06:32,310 +الشي بدنا نعيده لمين؟ للـ line .. للـ line و اللي + +82 +00:06:32,310 --> 00:06:35,590 +قداش كيمة الـ power .. الـ average power .. هذا الـ B + +83 +00:06:35,590 --> 00:06:40,570 +.. C قداش الـ average power اللي أعطيت للـ line و الـ + +84 +00:06:40,570 --> 00:06:43,310 +reactive power اللي أعطيت للـ line .. نفس الحاجة .. + +85 +00:06:43,310 --> 00:06:46,760 +بس أنا بده ألاحظ حاجة .. إيش بده ألاحظ؟ بدي ألاحظ + +86 +00:06:46,760 --> 00:06:49,860 +إن أنا حسبت الـ voltage و الـ current لمين للـ load + +87 +00:06:49,860 --> 00:06:52,800 +لكن بالنسبة للـ line مين حسبت فقط الـ current + +88 +00:06:52,800 --> 00:06:55,840 +ماعنديش الـ voltage اللي حواليها في داعي أن أحسب الـ + +89 +00:06:55,840 --> 00:06:59,860 +voltage؟ لأ بستخدم هذه العلاقة ممكن أرجع أحسب الـ + +90 +00:06:59,860 --> 00:07:03,420 +voltage بس تضيع وقت لإن هو طالب من الـ B و Q إذا + +91 +00:07:03,420 --> 00:07:09,400 +بقدر أقول S للـ line بدها تساوى IL تربيع في R تاعة + +92 +00:07:09,400 --> 00:07:14,480 +الـ line زي جيه I L تربيع فيه اللي هي كاي تاعة الـ + +93 +00:07:14,480 --> 00:07:19,320 +line إذا الـ average power للـ line هتساوي I L تربيع + +94 +00:07:19,320 --> 00:07:23,560 +في R line I L تربيع اللي هي حسبناها مع بعض خمسة + +95 +00:07:23,560 --> 00:07:29,860 +لكل تربيع في R اللي هي واحد يعني + +96 +00:07:29,860 --> 00:07:38,930 +خمسة وعشرين واط و Q هتساوي I L تربيع في كاي يبقى + +97 +00:07:38,930 --> 00:07:44,770 +ساوي خمسة تربيع، في كاي اللي قيمتها أربعة، فتعطينا + +98 +00:07:44,770 --> 00:07:50,890 +100 volt ampere reactive إذن already انفقدت + +99 +00:07:50,890 --> 00:07:55,770 +عندنا في خطوط النقل 25 watt average أو real bar + +100 +00:07:55,770 --> 00:07:58,710 +قلنا الـ average bar هي الـ real bar أو الـ bar الحقيقية + +101 +00:07:58,710 --> 00:08:01,250 +وهذه الـ magnetic bar هي ما بتروح ما بين الـ + +102 +00:08:01,250 --> 00:08:05,530 +generator و الموتور فإذا عندنا real bar قبل ما + +103 +00:08:05,530 --> 00:08:09,890 +توصل لها الـ load انفقدت منها 25 watt في المقاومة + +104 +00:08:09,890 --> 00:08:13,330 +بتاعت الـ line ومقاومة خط النقل already هو one plus + +105 +00:08:13,330 --> 00:08:18,330 +جزء من الطاقة مقدارها 25 watt إذا قبل ما توصل للـ + +106 +00:08:18,330 --> 00:08:22,290 +load تبعي كنت أنا فاقدة 25 watt للتأكيد إن + +107 +00:08:22,290 --> 00:08:25,550 +حساباتنا صحيحة طالب مننا إن نعرف قديش قيمة الـ + +108 +00:08:25,550 --> 00:08:28,810 +total average bar و الـ total active bar اللي + +109 +00:08:28,810 --> 00:08:35,990 +extracted من مين الـ source هو مين هذا a,b,c,d بده + +110 +00:08:35,990 --> 00:08:39,230 +اللي هي الـ total average power بتاعة الـ source و + +111 +00:08:39,230 --> 00:08:41,670 +الـ reactive power بتاعة الـ source نفس العادية أسلة + +112 +00:08:41,670 --> 00:08:47,870 +الـ source بدها تساوي V في I تكون conjugate طبعا هو + +113 +00:08:47,870 --> 00:08:51,090 +IL لإن هو نفس الجمهور و هنا V source الإشارة سالبة + +114 +00:08:51,090 --> 00:08:54,190 +ليست سالبة أن الـ current في اتجاه الـ voltage rise + +115 +00:08:54,190 --> 00:08:58,590 +الـ passive sign convention تتطبق في كل الأحوال طب + +116 +00:08:58,590 --> 00:09:04,050 +في اس قداش مقدارها 250 و الـ current قداش قيمته + +117 +00:09:04,050 --> 00:09:08,050 +اللي هو احنا حسبناه مع بعض خمسة لأ بالفاس تبعه هذا + +118 +00:09:08,050 --> 00:09:11,390 +الـ I conjugate مش الـ I magneto تربيع الـ I conjugate + +119 +00:09:11,390 --> 00:09:15,810 +كانت الفاس ستة و تلاتين بالسالب هتصير plus ستة و + +120 +00:09:15,810 --> 00:09:19,930 +تلاتين و سبعة و تمامية درجة الـ conjugate تبعها + +121 +00:09:19,930 --> 00:09:24,870 +بغير إشارة الفاس لو كملت حسابات تطلع معاينها بتساوي + +122 +00:09:24,870 --> 00:09:33,050 +1000 minus J سبعمية و خمسين فولت عشان نتحقق + +123 +00:09:33,050 --> 00:09:37,910 +إنه الإجابة صحيحة ولا لأ بدي أجمع PL مع P1 بتاعة + +124 +00:09:37,910 --> 00:09:41,770 +الـ load مع الـ line اللي هي الـ absorbed هذه + +125 +00:09:44,900 --> 00:09:48,900 +قدش ton absorbed للبر للـ average هيكون عندى تسعمية + +126 +00:09:48,900 --> 00:09:53,940 +أو خمسة وسبعين زائد خمسة وعشرين بتعطينى الف واط وال + +127 +00:09:53,940 --> 00:10:01,300 +reactive QL زائد Q line هتساوي ستمية وخمسين زائد مية + +128 +00:10:01,300 --> 00:10:07,120 +هتعطينى سبعمية أو خمسين volt أمبير reactive إذا + +129 +00:10:07,120 --> 00:10:11,800 +الطاقة ال .. الطاقة اللي absorbed مع الطاقة اللي + +130 +00:10:11,800 --> 00:10:33,680 +extracted في أي سؤال لحد هنا في أي استفسار طيب + +131 +00:10:33,680 --> 00:10:38,240 +نبدأ قولنا الـ three phase system هناخد جزئية بسيطة + +132 +00:10:38,240 --> 00:10:41,920 +منه نتعرف + +133 +00:10:41,920 --> 00:10:43,820 +على الـ phase system و بعدين + +134 +00:10:51,060 --> 00:10:56,140 +منقل للملزمة اللي قادمة إن شاء الله إذا اليوم + +135 +00:10:56,140 --> 00:11:05,800 +اسميتيا system إيش + +136 +00:11:05,800 --> 00:11:08,100 +يعني اسميتيا system يعني أنا عندي الـ generator + +137 +00:11:08,100 --> 00:11:14,160 +بيولد لي تلت جهود و الـ load عندي باستقبل تلت يعني + +138 +00:11:14,160 --> 00:11:17,700 +تلت مطارات أو تلت لفات باستقبله ال .. ال .. + +139 +00:11:19,000 --> 00:11:23,600 +الكهرباء بيستقبلوا الثقة المولدة والنقل برضه بتتم + +140 +00:11:23,600 --> 00:11:26,980 +عن طريق تلات خطوط نقل يعني هذه three phase system + +141 +00:11:26,980 --> 00:11:29,900 +الـ system هيك schematic تبعه هنا عندي بيكون ال + +142 +00:11:29,900 --> 00:11:38,760 +generator three phase عبارة + +143 +00:11:38,760 --> 00:11:42,400 +عن ثلاث خطوط نقل و هيكون هنا عندي برضه three phase + +144 +00:11:42,400 --> 00:11:44,100 +load + +145 +00:11:46,620 --> 00:11:49,300 +بنعرفش يكون عند الـ generator three phase و اللي هو + +146 +00:11:49,300 --> 00:11:52,560 +التبعي one phase بكون كثير يعني مش بشغله بس هيكون + +147 +00:11:52,560 --> 00:11:59,360 +كثير عليه على الفاضي يعني ده فتحة كهربا زيادة طيب + +148 +00:11:59,360 --> 00:12:02,800 +دائماً + +149 +00:12:02,800 --> 00:12:07,780 +عشان أسباب اقتصادية كل اللي بيعملوا design لهذا + +150 +00:12:07,780 --> 00:12:10,060 +system للـ three phase system بيعملوا balance + +151 +00:12:10,060 --> 00:12:13,300 +system اللي احنا هناخده نسميه balanced + +152 +00:12:17,390 --> 00:12:22,130 +three phase system الـ balance في three phase + +153 +00:12:22,130 --> 00:12:25,730 +system بيكون أكثر اقتصادية من non balanced three + +154 +00:12:25,730 --> 00:12:33,970 +phase system طبعاً + +155 +00:12:33,970 --> 00:12:37,130 +هدول برضه بنسميهم يعني عشان الدقة three phase line + +156 +00:12:48,720 --> 00:12:52,360 +هدول نوعهم التواصلات بتاعتهم التقنيين بيعرفوا + +157 +00:12:52,360 --> 00:12:55,200 +أكثر كيف وصلوهم و يشتغلوا عليهم في إنا نوعين من + +158 +00:12:55,200 --> 00:13:00,040 +التواصلات نوع بنسميه الـ Y نوع بنسميه الـ Delta أسوأ + +159 +00:13:00,040 --> 00:13:04,000 +في طرف الـ source أو في طرف الـ load Y و Delta راح + +160 +00:13:04,000 --> 00:13:07,360 +نشرح أكثر بتفاصيل إيش هم الـ Y و الـ Delta عندي + +161 +00:13:07,360 --> 00:13:12,320 +التواصلات تركيبتهم يا بتكون على شكل Y يا Delta يا + +162 +00:13:12,320 --> 00:13:17,640 +بنسميهم Y connection يا Delta connection أسوأ عند + +163 +00:13:17,640 --> 00:13:21,840 +الـ source و لا عند الـ load بتكون طريقة ال + +164 +00:13:21,840 --> 00:13:25,280 +connection اللي بيعمل .. اللي بيولد .. بيشغل ال + +165 +00:13:25,280 --> 00:13:29,720 +generator أو بيعمله لف بيسموه للـ generator و + +166 +00:13:29,720 --> 00:13:33,200 +بيلفوه على شكل أسوأ الـ Y أو الـ delta connection + +167 +00:13:33,200 --> 00:13:38,340 +حيث أنه يعطيني الـ three phases تين + +168 +00:13:38,340 --> 00:13:42,480 +ده two kinds من الـ three phases برضه بنطبق الحكة + +169 +00:13:42,480 --> 00:13:45,100 +على الـ source و على الـ load عنده two kinds واحد + +170 +00:13:45,100 --> 00:13:52,500 +بنسميه ABC cycle و الثاني بنسميه ال .. ال .. + +171 +00:13:52,500 --> 00:13:59,280 +الثاني ACB cycle هذا برضه مطلق عليه الـ positive + +172 +00:13:59,280 --> 00:14:05,250 +cycle و هذا يطلق عليه الـ negative cycle هنقول برضه + +173 +00:14:05,250 --> 00:14:07,510 +ليش هذا اسم الـ positive يعني مسمية positive و + +174 +00:14:07,510 --> 00:14:11,470 +negative cycle الـ sequence الأولانية a,b,c و ال + +175 +00:14:11,470 --> 00:14:16,130 +sequence الثانية a,c,b a,c,b بنسميها negative + +176 +00:14:16,130 --> 00:14:20,550 +sequence نبدأ + +177 +00:14:20,550 --> 00:14:22,570 +باللي هي الـ positive و الـ negative cycle احنا + +178 +00:14:22,570 --> 00:14:24,670 +صارنا عارفين اللي في عندي three phases يعني في + +179 +00:14:24,670 --> 00:14:29,440 +عندي ثلاثة sources بينهم phase عشان أعمل balance، + +180 +00:14:29,440 --> 00:14:33,260 +يمكن أخذتوها طاولة القوة في الفيزياء عشان أعمل + +181 +00:14:33,260 --> 00:14:36,360 +balance بين ثلاث قوى، إيش كنا نحط الزاوية بينهم؟ + +182 +00:14:36,360 --> 00:14:43,890 +متذكرين؟ عشان يعملوا قوة balance 120 نفس القضية هنا + +183 +00:14:43,890 --> 00:14:48,850 +أنا عندي ثلاثة sources وفي بينهم phases عشان + +184 +00:14:48,850 --> 00:14:53,810 +يكونوا balanced بيكون الـ phase بينهم 120 درجة طب + +185 +00:14:53,810 --> 00:14:56,610 +نيجي على الـ ABC sequence هدول احنا نحكي عنهم الـ + +186 +00:14:56,610 --> 00:14:59,730 +connections كيف موصلهم بس أول بدي احكي عن الـ + +187 +00:14:59,730 --> 00:15:02,830 +sequences الـ ABC sequence نبدأ بالـ positive cycle + +188 +00:15:02,830 --> 00:15:12,340 +أو الـ ABC sequence لو أنا بدأت أرسم زي ما أنتو + +189 +00:15:12,340 --> 00:15:14,940 +شايفين أندي أو خلينا بس الـ real و الـ imaginary + +190 +00:15:14,940 --> 00:15:20,960 +part زي ذاك الـ plane بدأت أرسم بدأت أحط فيه اللي هم + +191 +00:15:20,960 --> 00:15:24,240 +الـ voltages الثلاثة تبعونه اللي هم الـ three phases + +192 +00:15:24,240 --> 00:15:27,700 +أو الثلاثة voltages اللي بينهم phase مئة وعشرين + +193 +00:15:27,700 --> 00:15:33,140 +درجة لو أنا فرضت أن الـ phase الأولاني بنطبق على الـ + +194 +00:15:33,140 --> 00:15:36,940 +x axis أو هذا الـ axis الـ horizontal axis وأسمي هذا + +195 +00:15:36,940 --> 00:15:41,500 +الـ phase a يعني أقول va سواء some amplitude أو + +196 +00:15:41,500 --> 00:15:45,540 +some maximum value و الـ phase تبعه zero مع الـ + +197 +00:15:45,540 --> 00:15:49,420 +positive axis مع الـ positive axis va لعيني maximum + +198 +00:15:49,420 --> 00:15:54,100 +amplitude وزاوية zero هيكون في عند الـ b a b هيك + +199 +00:15:54,100 --> 00:16:00,940 +ترتيبة a b c الـ b هيكون سابقه 120 درجة + +200 +00:16:03,410 --> 00:16:11,910 +هذا الـ B فإذا VB هيساوي VM والزاوية 120 درجة والـ C + +201 +00:16:11,910 --> 00:16:21,090 +لاجز 120 درجة هذا VC و هذا 120 درجة بقدر أكتبه على + +202 +00:16:21,090 --> 00:16:25,590 +شكل VC يساوي VM-120 درجة + +203 +00:16:29,500 --> 00:16:32,400 +أو أنا عكستها أنا عكستها أنا بتأسف هذا الـ + +204 +00:16:32,400 --> 00:16:35,500 +negative cycle مالي اليوم هذا الـ minus و هذا الـ + +205 +00:16:35,500 --> 00:16:40,960 +plus هذا الـ bb أرسم لكم الدائرة اللي تذكركم فـ أنا + +206 +00:16:40,960 --> 00:16:44,080 +عملت الخطأ عشان أتذكر positive cycle برسم الدائرة + +207 +00:16:44,080 --> 00:16:52,720 +دائماً بحط a b c a b c عشان أتذكر positive cycle a + +208 +00:16:52,720 --> 00:16:57,210 +b c الـ A أنا هذا مجرد اختيار أني اخترت ها على الـ X + +209 +00:16:57,210 --> 00:17:00,090 +axis ممكن يكون في عاملة زاوية بس ده التسهيل أخذتها + +210 +00:17:00,090 --> 00:17:04,110 +نهاية الـ X axis هتكون B lags و C leads سيما هي + +211 +00:17:04,110 --> 00:17:08,390 +الدائرة اللي عليها A,B,C الـ C leads و الـ B lags + +212 +00:17:08,390 --> 00:17:13,690 +فالمثال تبع أخذنا الـ V تبع الـ A الفائز A الفائز + +213 +00:17:13,690 --> 00:17:18,730 +تبعه Zero إذا هتكون الـ B lags 120 و الـ C leads 120 + +214 +00:17:19,700 --> 00:17:24,860 +واضح؟ هدول لـ 3 voltages لـ 3 في الـ source إذا + +215 +00:17:24,860 --> 00:17:31,560 +عندي VA, VB, VC الـ positive cycle ABC اللي هي A, + +216 +00:17:31,560 --> 00:17:36,540 +B, C الـ B lags و الـ C leads 120 درجة نأخذ الـ + +217 +00:17:36,540 --> 00:17:40,420 +negative cycle الـ negative cycle اللي هي اسمها + +218 +00:17:40,420 --> 00:17:41,800 +ACB + +219 +00:17:46,180 --> 00:17:50,580 +بأخذوها من هنا احنا نذكرها A,C,B الفرقية أن هي + +220 +00:17:50,580 --> 00:17:55,800 +بيصير الـC وهي الـB يعني + +221 +00:17:55,800 --> 00:18:01,420 +بقدر أقول أن VA تساوي V maximum والزاوية Zero VC + +222 +00:18:01,420 --> 00:18:09,020 +تساوي V maximum وLags بـ120 درجة وVBV maximum و + +223 +00:18:09,020 --> 00:18:14,020 +leads بـ120 درجة volt هنا بتذكرهم إذا برسم الدائرة + +224 +00:18:14,020 --> 00:18:22,140 +قدامي ABC يعني A lags B leads C C leads A و B lags + +225 +00:18:22,140 --> 00:18:28,240 +A فإذا هذه الـ ABC cycle positive cycle A CB الـ B + +226 +00:18:28,240 --> 00:18:31,220 +صارت leads و الـ C صارت lags اللي هي الـ negative + +227 +00:18:31,220 --> 00:18:34,580 +cycle مسمى أنه سمينا هديكي الـ positive و هديكي الـ + +228 +00:18:34,580 --> 00:18:43,120 +negative بنسموها برضه كمان الأولانية ABC ABC + +229 +00:18:43,120 --> 00:18:48,940 +clockwise circle فإنها بتيجي ABC لو هي أنا بتطلع + +230 +00:18:48,940 --> 00:18:53,760 +ABC ده بتكون counter clockwise واضح؟ إذا الـ + +231 +00:18:53,760 --> 00:18:59,040 +positive cycle هي الـ ABC أو clockwise cycle ABC الـ + +232 +00:18:59,040 --> 00:19:02,880 +ACB هي عبارة عن negative cycle أو counter + +233 +00:19:02,880 --> 00:19:03,320 +clockwise + +234 +00:19:15,110 --> 00:19:17,570 +كمان احنا في حاجة مهمة جداً لأن قولنا balance + +235 +00:19:17,570 --> 00:19:20,570 +system و أنا حكيت لكم يا تمام بيشبه اللي هي كنتوا + +236 +00:19:20,570 --> 00:19:24,290 +بس تسموها قوة صح اللي هم نفس القوة الـ amplitude + +237 +00:19:24,290 --> 00:19:28,790 +نفس الحاجة و الفيز بينهم 120 درجة كيف كنتوا تقيسوا + +238 +00:19:28,790 --> 00:19:32,150 +الـ balance أنكم تقولوا مجموعهم لازم يساوي صفر + +239 +00:19:32,150 --> 00:19:38,470 +فلما تكون الفيز بينهم 120 درجة آجي أحسّ VA ذات VB + +240 +00:19:38,470 --> 00:19:41,870 +ذات VC بتمام بيساوي صفر هي الـ balance هي المقصود + +241 +00:19:41,870 --> 00:19:44,530 +في الـ balance مجموعهم هيساوي صفر + +242 +00:19:47,510 --> 00:19:49,470 +طبعاً هذا احنا كله عاملينه بالـ phasor + +243 +00:19:49,470 --> 00:19:52,730 +representation حتى في الـ instantaneous يعني va of + +244 +00:19:52,730 --> 00:19:59,670 +t زائد vb of t زائد vc of t تنطبق نفس الحاجة أسوأ + +245 +00:19:59,670 --> 00:20:03,750 +في الـ phasor representation أو في الـ instantaneous + +246 +00:20:03,750 --> 00:20:07,230 +نشوف + +247 +00:20:07,230 --> 00:20:09,330 +أمثلة كثيرة خفيفة على اللي حكيناها + +248 +00:20:11,990 --> 00:20:15,970 +إذا أول حاجة عرفنا إن في عندي three phase source، + +249 +00:20:15,970 --> 00:20:19,930 +three phase load، three phase line أنواعهم الـ + +250 +00:20:19,930 --> 00:20:23,230 +connections بتاعة الـ connection طبيعتها يا بتكون Y + +251 +00:20:23,230 --> 00:20:26,330 +يا Delta، أنواع الـ cycles يا positive يا negative + +252 +00:20:26,330 --> 00:20:32,710 +cycle، طيب، هنشوف مثال، المثال بيقول إن الـ VA of T + +253 +00:20:32,710 --> 00:20:42,000 +بتساوي 28 كساية Omega T plus 27 درجة فولت VB of T + +254 +00:20:42,000 --> 00:20:51,060 +بتساوي 208 Cos Omega T plus 147 درجة Volt VC of T + +255 +00:20:51,060 --> 00:21:00,180 +بتساوي 208 Cos Omega T minus 93 درجة Volt بده مننا + +256 +00:21:00,180 --> 00:21:02,660 +الـ sequence what is the sequence + +257 +00:21:10,250 --> 00:21:14,890 +بتشوف نوع الـ sequence ABC ولا ACB أول حاجة بتروح على + +258 +00:21:14,890 --> 00:21:20,710 +الـ phasor VA هتساوى 2.8 طبعاً احنا كمان ممكن نقيس + +259 +00:21:20,710 --> 00:21:25,110 +أنها balanced ولا لأ اللهم نفس الـ amplitude أول + +260 +00:21:25,110 --> 00:21:28,370 +حاجة بتلاحظها قد إيش الـ phase بين كل واحدة و الثانية + +261 +00:21:28,370 --> 00:21:32,050 +120 120 إذا هي أكيد balanced + +262 +00:21:41,360 --> 00:21:52,180 +BC هي تساوي 288 minus 8 عشان أقرر بدي أرسمهم بدي + +263 +00:21:52,180 --> 00:21:56,440 +أرسم الثلاثة فيزس ببدأ بـ .. اللي هو بسمي الـ .. إيه + +264 +00:21:56,440 --> 00:22:00,400 +ده بأخده زي reference له ببدأ فيه قيمته 288 و + +265 +00:22:00,400 --> 00:22:06,340 +الزاوية 27 درجة تقريباً يعني هي 27 درجة و هذا الطول + +266 +00:22:06,340 --> 00:22:12,740 +بيمثل الـ 288 هذه VA إذا طوله مثل الـ value وهذه + +267 +00:22:12,740 --> 00:22:15,500 +الزاوية مع الـ X axis ده بيقعد مع الـ positive axis + +268 +00:22:15,500 --> 00:22:18,880 +الزاوية عادي زي أي زاوية تعلمناهم لازم يكونوا + +269 +00:22:18,880 --> 00:22:22,340 +متساويين ولا .. لال balanced لازم يكونوا متساويين + +270 +00:22:22,340 --> 00:22:25,460 +لال balanced هذه بتكون متساوية لو سألتك أنه + +271 +00:22:25,460 --> 00:22:27,920 +balanced ولا أنه not balanced بدأك تشوف أنه الـ + +272 +00:22:27,920 --> 00:22:32,220 +magnitude متساوي و الزاوية 120 درجة لو كان واحد + +273 +00:22:32,220 --> 00:22:35,900 +مختلف عام تاني حتى لو بعشر لو بعشر I'm balanced + +274 +00:22:37,310 --> 00:22:41,010 +الثانية اللي هي الـ B عاملة زاوية مئة و سبعة و + +275 +00:22:41,010 --> 00:22:43,890 +أربعين مع الـ boost في X axis يعني قد إيش اللي هتكون + +276 +00:22:43,890 --> 00:22:49,330 +معها هي هدى كلها مئة و سبعة و أربعين بينها و بينها + +277 +00:22:49,330 --> 00:22:52,870 +مئة و عشرين درجة الطول نفس الطول بحاول أكثر أنه + +278 +00:22:52,870 --> 00:22:57,630 +يساوي مائة و ثمانية و هدى مين اللي هي VB VC عاملة + +279 +00:22:57,630 --> 00:23:02,810 +سالب ثلاثة و تسعين مع مين مع الـ X axis يعني هي + +280 +00:23:02,810 --> 00:23:08,000 +السالب ثلاثة و تسعين مع هذا الـ access مع هي قد إيش + +281 +00:23:08,000 --> 00:23:12,460 +بتكون ثلاثة وتسعين وسبعة وعشرين قد إيش بتساوي مية و + +282 +00:23:12,460 --> 00:23:21,540 +عشرين درجة هذا مين؟ شكلها A C B ولا لأ؟ إذا ال + +283 +00:23:21,540 --> 00:23:26,830 +sequence بتاعتك A C B لو بده أفكر a,b,c هي بتصير + +284 +00:23:26,830 --> 00:23:30,550 +counter لكن إذا طلع دائمًا ال clock wise a,c,b هي + +285 +00:23:30,550 --> 00:23:41,170 +اللي هتكون ال negative cycle ممكن + +286 +00:23:41,170 --> 00:23:44,810 +يعني تستنجنها a,c,b بس احنا عشان لسه أول اجداد و + +287 +00:23:44,810 --> 00:23:48,410 +شيء بنا نعملها خطوة خطوة إذا هذه على طول بقول + +288 +00:23:48,410 --> 00:23:52,050 +الجواب هو a,c,b أو ال negative cycle + +289 +00:23:54,200 --> 00:23:58,060 +الـ negative cycle أو + +290 +00:23:58,060 --> 00:24:00,100 +الـ sequence الـ negative sequence أو الـ negative + +291 +00:24:00,100 --> 00:24:03,820 +cycle طب نشوف كده المثال ولا واضحات؟ نشوف كده + +292 +00:24:03,820 --> 00:24:09,520 +المثال؟ طيب نشوف كده المثال المثال + +293 +00:24:09,520 --> 00:24:11,820 +التاني اللي أنا أوّفه بحبها + +294 +00:24:18,670 --> 00:24:21,850 +مش مطلوب منكم ال unbalance يعني في طالب يسأل + +295 +00:24:21,850 --> 00:24:24,670 +بتقول لي بدي unbalance يعني بسهولة ممكن أقول لك هاي + +296 +00:24:24,670 --> 00:24:31,090 +208 أخربت وين في هنا 210 أخربت في ال amplitude أو + +297 +00:24:31,090 --> 00:24:34,390 +أعطيك يا عم كلهم 208 بس تلعب بالزوايا ما يكونش .. أو + +298 +00:24:34,390 --> 00:24:38,550 +ألعب بالزوايا ما يخلعش 220 أخلي واحدة منهم مثلًا 119 + +299 +00:24:38,550 --> 00:24:42,610 +الفرق بينهم بس لكن احنا غالبًا أنتم مطلوب منكم + +300 +00:24:42,610 --> 00:24:45,710 +اللي هي ال balanced أسرع مش 280 قد إيش هذا المثال + +301 +00:24:45,710 --> 00:24:51,950 +بالمثال ال 10 و 4160 والزاوية minus .. لو تسمحوا + +302 +00:24:51,950 --> 00:24:57,240 +يا عمتي لو تسمحوا عملت لكم مية وسبعين ل minus مية + +303 +00:24:57,240 --> 00:25:01,840 +وثمانية وثلاثين درجة برضه لو تسمحوا لازال في صوت + +304 +00:25:01,840 --> 00:25:06,930 +سائد مية واثنين درجة نفس الخطوات اللي هنعملها أول + +305 +00:25:06,930 --> 00:25:10,070 +حاجة بدي أحولهم لمين؟ لـ ال phase representation + +306 +00:25:10,070 --> 00:25:15,990 +يعني VA بتساوي 4160 و ال phase سالب 18 درجة volt + +307 +00:25:15,990 --> 00:25:24,850 +VB بتساوي 4160 والزاوية 138 درجة volt و VC بتساوي + +308 +00:25:24,850 --> 00:25:31,670 +4160 والزاوية 102 درجة volt بدي أرسمهم وأقرر إيش + +309 +00:25:31,670 --> 00:25:40,060 +نوع القلم فيه القلم الثاني أفضل نشوف سنة ثمانتاش + +310 +00:25:40,060 --> 00:25:47,980 +شكله أحسن دي بدأ في مين؟ في الـA سنة ثمانتاش الـA + +311 +00:25:47,980 --> 00:25:53,460 +عندي أربع تلاف ميو ستين ماقص ثمانتاش نزاوية هي + +312 +00:25:53,460 --> 00:25:57,700 +اللي هي ماقص ثمانتاش الدرجة وناخد الطول أنه بيساوي + +313 +00:25:57,700 --> 00:26:03,050 +أربع تلاف ميو ستين ماقص ثمانتاش نزاوية VB عاملة + +314 +00:26:03,050 --> 00:26:08,310 +minus 138 مع ال X-axis يعني تقريبًا بدي أقول هيك + +315 +00:26:08,310 --> 00:26:14,270 +يعني ممكن شوية كبيرة هي 4160 الطول من هنا لهنا + +316 +00:26:14,270 --> 00:26:19,790 +عشان يفهمين من هنا لهنا 120 اللي هي minus 138 فإذا + +317 +00:26:19,790 --> 00:26:25,970 +الفرق بينهم بيكون 22 لهاي الزاوية 120 درجة الفرق + +318 +00:26:25,970 --> 00:26:30,390 +بينهم 120 درجة اللي بين ال two phases هادي 100 VB + +319 +00:26:31,770 --> 00:26:35,810 +بنقول 120 ولا negative 120 لأ هي 120 بين التنتين + +320 +00:26:35,810 --> 00:26:40,250 +بين التنتين 120 مع ال X axis بتئيسي سالم أو مجد + +321 +00:26:40,250 --> 00:26:47,110 +واضح قرأتها ال 4160 عاملة 102 مع مين؟ مع ال + +322 +00:26:47,110 --> 00:26:49,910 +positive X axis يعني هي تقريبًا خلينا نقول هنا 100 + +323 +00:26:49,910 --> 00:26:53,470 +هي التسعين يعني فوق التسعين يعني هي دي هي من هنا + +324 +00:26:53,470 --> 00:26:57,750 +إلى هنا 102 مع ال إيه 120 + +325 +00:27:01,480 --> 00:27:07,680 +فإذا عند a,b,c لو حطيت الدائرة تعطي a,b,c a,b,c + +326 +00:27:07,680 --> 00:27:12,820 +إذا هذه عبارة عن positive cycle أو sequence أو + +327 +00:27:12,820 --> 00:27:27,580 +اللي هي ال a,b,c sequence sequence أو cycle تمام؟ + +328 +00:27:27,580 --> 00:27:29,120 +في أي استفسار لحد هنا؟ + +329 +00:27:32,010 --> 00:27:36,690 +فمش هي ال Y وال Delta connections؟ هدول زاكملات + +330 +00:27:36,690 --> 00:27:40,690 +لكلام اللي بنحكي عن هدول ال three phase system + +331 +00:27:40,690 --> 00:27:44,290 +بالعامية بقولوا three phase احنا بنقول عنها three + +332 +00:27:44,290 --> 00:27:47,190 +phase بتسمع الناس مراك بقولوا three phase و phase + +333 +00:27:47,190 --> 00:27:52,170 +ثلاثة phase ثلاثة phase تمام نيجي للي هي ال three + +334 +00:27:52,170 --> 00:27:57,280 +phase system ال connection احنا قلنا قد يكون ال + +335 +00:27:57,280 --> 00:28:02,420 +connection delta أو Y صح؟ بس إننا فاهمين إنهم .. + +336 +00:28:02,420 --> 00:28:06,460 +يعني بصت في sequence يا negative sequence لتجهيز + +337 +00:28:06,460 --> 00:28:09,820 +أسواق ال generator أو ال motor ال generator اللي + +338 +00:28:09,820 --> 00:28:12,760 +هو المولد للطاقة وال motor اللي هو بيشغل ال + +339 +00:28:12,760 --> 00:28:16,430 +machine بتاعتي احنا قلنا يا بيكونوا Delta يا Y يعني + +340 +00:28:16,430 --> 00:28:20,270 +عندي Y أو Delta عند ال source وممكن يكون عندي Y أو + +341 +00:28:20,270 --> 00:28:24,250 +Delta عند مين؟ عند ال load فعندي برضه ممكن أكرر أول + +342 +00:28:24,250 --> 00:28:29,670 +Y، Delta وهنا ممكن يكونوا اللي هي Delta خليني + +343 +00:28:29,670 --> 00:28:34,310 +أرتبهم هكذا YY أتصّل عشان ما أنساش شيء YY أو Delta + +344 +00:28:35,550 --> 00:28:41,190 +إيش الاحتماليات؟ Y مع Y، Delta مع Y، Y مع Delta و + +345 +00:28:41,190 --> 00:28:45,250 +Delta مع Delta صح؟ إنه ممكن يكون هنا يكون Delta + +346 +00:28:45,250 --> 00:28:49,310 +أو Y وهنا يكون Delta الـY فممكن يكون عندي أربع + +347 +00:28:49,310 --> 00:28:55,610 +احتمالات للتوصيل Y مع Y، Y مع Delta أو Delta مع Y + +348 +00:28:55,610 --> 00:28:59,090 +أو Delta مع Delta أربع احتمالات لل connection ما + +349 +00:28:59,090 --> 00:29:06,530 +بين ال source وال node يا yy يا y delta يا delta y + +350 +00:29:06,530 --> 00:29:12,270 +يا delta delta واضح هال 4 احتمالات نشوف + +351 +00:29:12,270 --> 00:29:15,130 +توصيلات ال source وبعدين نروح لل load إيش هي ال + +352 +00:29:15,130 --> 00:29:18,470 +delta وال Y بتاعة ال source نيجي لل Y بتاعة ال + +353 +00:29:18,470 --> 00:29:23,170 +source من شكلها من منظرها يعني أنا بدي أتوقع إنه + +354 +00:29:23,170 --> 00:29:25,750 +هيكون كل واحد من برانشات ال Y مثل ال source + +355 +00:29:25,750 --> 00:29:29,630 +generator يعني بس هي تصغير لها الرسمة بس لإن الناس + +356 +00:29:29,630 --> 00:29:31,390 +بتروح دلوقتي ترسمها بهذا الشكل + +357 +00:29:36,820 --> 00:29:43,160 +بس هي wide أنت بقولها حاجة مهمة إنه ال negative + +358 +00:29:43,160 --> 00:29:47,960 +تبع كل ال sources هدول ال negative side موصولين + +359 +00:29:47,960 --> 00:29:52,780 +مع بعض بنقطة بيسميها ال null وال positive side هو + +360 +00:29:52,780 --> 00:29:58,080 +الممثل للفاز يعني هذا مثلًا ال A على افتراض هاي ال + +361 +00:29:58,080 --> 00:30:07,070 +A مثلًا وهاي ال B وهاي ال C هذه Y شكلها Y بس مش + +362 +00:30:07,070 --> 00:30:11,710 +أقلبها بس لإن الناس بتعوض هكذا واضح؟ إذًا هذه ال Y + +363 +00:30:11,710 --> 00:30:15,410 +ال Y كل branch نسيلي source بس انتبهوا إنه ال + +364 +00:30:15,410 --> 00:30:18,450 +negative هو اللي اشترك مع بعض وال positive هو + +365 +00:30:18,450 --> 00:30:20,770 +اللي بيطلع لي ال positive value بتاعة ال source + +366 +00:30:20,770 --> 00:30:27,230 +تبعي همسميه النل هعطيله رمز ال M هذه الحالة + +367 +00:30:27,230 --> 00:30:33,880 +بنسميها ideal source ليش ideal source؟ مش نسبة خطأ + +368 +00:30:33,880 --> 00:30:38,840 +إيش يعني مش نسبة خطأ؟ مش عندي impedance بتذكرين ال + +369 +00:30:38,840 --> 00:30:41,500 +ideal source وال real source ال ideal source مش + +370 +00:30:41,500 --> 00:30:44,520 +اللي ال impedance لو real هيكله impedance يعني + +371 +00:30:44,520 --> 00:30:50,600 +بضيف على كل واحد من هدول مش نسبة الخطأ ال + +372 +00:30:50,600 --> 00:30:54,360 +impedance بتاعته ال impedance بتاعته بإيش بتضحك + +373 +00:30:54,360 --> 00:30:57,700 +تقول له نسبة خطأ ال impedance لو ideal ال impedance + +374 +00:30:57,700 --> 00:30:58,760 +بتاعته بتكون صفر + +375 +00:31:03,990 --> 00:31:11,130 +هذا A همسميها ZA هذا B همسميها ZB هذا C همسميها ZC + +376 +00:31:11,130 --> 00:31:14,570 +ال impedance يعني الفعالية تبعته؟ ال impedance + +377 +00:31:14,570 --> 00:31:18,050 +إيش ال impedance؟ ال Z إيش هي ال impedance؟ اللي + +378 +00:31:18,050 --> 00:31:22,350 +هي R زي J Chi ال impedance ممانعة ممانعة قولنا + +379 +00:31:22,350 --> 00:31:27,610 +بالـ ال DC كنا همسميها R فقط لكن هذا صار عندنا Z + +380 +00:31:27,610 --> 00:31:33,350 +ناتجة من إنه في عندي R وصار عندي اللي هي XCC وXCL + +381 +00:31:33,350 --> 00:31:36,850 +إذا + +382 +00:31:36,850 --> 00:31:41,010 +هذا اللي بيقول لي إنه real و imaginary هدول ال + +383 +00:31:41,010 --> 00:31:44,390 +sources بتاعوني وهذا ال null وفي عندي صار اللي هي + +384 +00:31:44,390 --> 00:31:48,950 +ال impedances لو ideal بتكون zero لو real بيكون في + +385 +00:31:48,950 --> 00:31:53,710 +عندي قيم لهم خلينا على قد اللي هي ال Y اللي القادم + +386 +00:31:53,710 --> 00:31:59,470 +بناخد ال Delta وبنشوف كيف توصيلة الدوائر اللي زي هي + +387 +00:31:59,470 --> 00:32:02,670 +ويعطيكم العافية بنشوفكم اللقاء القادم إن شاء + +388 +00:32:02,670 --> 00:32:02,830 +الله diff --git a/PL9fwy3NUQKwaAs6rNkQtAiaVf8dEDjWUy/HwgFvt4jGiM_raw.srt b/PL9fwy3NUQKwaAs6rNkQtAiaVf8dEDjWUy/HwgFvt4jGiM_raw.srt new file mode 100644 index 0000000000000000000000000000000000000000..d8ee5f0f80db48612047c0087bcd142ca8ec236e --- /dev/null +++ b/PL9fwy3NUQKwaAs6rNkQtAiaVf8dEDjWUy/HwgFvt4jGiM_raw.srt @@ -0,0 +1,1552 @@ +1 +00:00:20,690 --> 00:00:24,410 +بسم الله الرحمن الرحيم السلام عليكم ورحمة الله + +2 +00:00:24,410 --> 00:00:28,750 +وبركاته احنا اليوم ان شاء الله هناخد مثال على حساب + +3 +00:00:28,750 --> 00:00:32,570 +ال complex power وان شاء الله بعدك هنتوجه ل three + +4 +00:00:32,570 --> 00:00:40,790 +case system المثل + +5 +00:00:40,790 --> 00:00:48,710 +عندنا في اندي source قيمته 250 v root mean square + +6 +00:00:48,710 --> 00:00:55,340 +valueعندي مقاومة عبارة عن resistance و ال vector + +7 +00:00:55,340 --> 00:00:58,800 +بقى إذا المثال طبعا هو عندي فيه source بدي أعودكم + +8 +00:00:58,800 --> 00:01:04,400 +على تقسيم هذه الدائرة هذا الجزء بنسميه source اللي + +9 +00:01:04,400 --> 00:01:07,400 +هو المصدر ال generator و هذا هو ال load هذا اللي + +10 +00:01:07,400 --> 00:01:11,680 +بتغزه يعني هذا اللي بتوصله الطاقة و هدوه لخطوط + +11 +00:01:11,680 --> 00:01:15,480 +النقل ال line بدنا نسميها الخطوط النقل أو ال line + +12 +00:01:15,480 --> 00:01:19,550 +طبعا هنا line واحدةأذا هذا هتنقل له ال impedance + +13 +00:01:19,550 --> 00:01:25,690 +مقدارها 1 Ohm و J4 وهذا load مقدار 39 Ohm و J26 + +14 +00:01:25,690 --> 00:01:29,970 +وهذا ال source اللي بيغذي ال load ايش مطلوب منها؟ + +15 +00:01:29,970 --> 00:01:32,690 +اولا مطلوب مني طبعا احنا يقول القيامة هتطلع معنا + +16 +00:01:32,690 --> 00:01:34,610 +بال root mean square value او ال effect of value + +17 +00:01:34,610 --> 00:01:37,590 +انهم يعطينا الجهد او ال source بال root mean + +18 +00:01:37,590 --> 00:01:41,430 +square value في رأي ايه من السؤال؟ قولنا انا بدي I + +19 +00:01:41,430 --> 00:01:46,900 +load و V load I load و V loadI load اللي هو ال + +20 +00:01:46,900 --> 00:01:49,900 +current اللي بيمور في ال load هو نفسه اللي بيمور + +21 +00:01:49,900 --> 00:01:54,480 +في الدائرة لإنهم كلهم in series التوالي I load إيش + +22 +00:01:54,480 --> 00:01:58,560 +هتساوي؟ ال voltage اللي هو عبارة من 52 على مجموع + +23 +00:01:58,560 --> 00:02:01,500 +ال impedance كلها عشان أجيب ال current اللي بيمور + +24 +00:02:01,500 --> 00:02:04,620 +في الدائرة هاي هيكون ال voltage تبع ال source على + +25 +00:02:04,620 --> 00:02:14,290 +مجموعها هيكون I 1 زي 39 هي 40 زي 4 زي 26 هي 30لأ + +26 +00:02:14,290 --> 00:02:18,950 +اخرجه لو عملنا هيك بيطلع معنا قيمة ال current + +27 +00:02:18,950 --> 00:02:23,090 +بيسوا خمسة و ال phase سالب ستة او تلاتين او سبعة + +28 +00:02:23,090 --> 00:02:27,530 +او تمامية درجة امبير root mean square value القيمة + +29 +00:02:27,530 --> 00:02:29,670 +بال root mean square value لأنه ال voltage بال + +30 +00:02:29,670 --> 00:02:33,830 +root mean square value بده كمان ال voltage VL طبعا + +31 +00:02:33,830 --> 00:02:36,290 +سهل صار علينا نحسب ال voltage اذا عرفت التيار بقى + +32 +00:02:36,290 --> 00:02:42,380 +ايجي بال voltage VVL المطلوب VL عبارة عن I في Z L + +33 +00:02:42,380 --> 00:02:48,680 +هتكون IL في ZL ال load IL اللي حسبناها مع بعض اللي + +34 +00:02:48,680 --> 00:02:53,400 +هي خمسة أسار في ستة و تلاتين من مية في اللي هو ال + +35 +00:02:53,400 --> 00:02:57,640 +Z اللي هي تسعة و تلاتين زي جيه استواشر + +36 +00:02:59,780 --> 00:03:08,120 +لو حسبناها بتطلع معنا 234.36% و الزاوية سالب 3.18% + +37 +00:03:08,120 --> 00:03:13,340 +درجة والتروت بيسكترونية طب هاي أول فرع من السؤال + +38 +00:03:13,340 --> 00:03:18,400 +طلب مني ال current و ال voltage الفرع التاني من + +39 +00:03:18,400 --> 00:03:21,680 +السؤال بقول احسب ال average و ال reactive اللي + +40 +00:03:21,680 --> 00:03:28,570 +delivered لل load الفرع Bبدو ال average و ال + +41 +00:03:28,570 --> 00:03:34,090 +reactive اللي اعطيه لل load كيف ممكن احسبهم؟ ممكن + +42 +00:03:34,090 --> 00:03:37,730 +احسبهم مباشرة من ال complex bar احنا متذكرين + +43 +00:03:37,730 --> 00:03:41,710 +نقولها ال complex bar بشكل عام بتساوي V في I + +44 +00:03:41,710 --> 00:03:44,350 +conjugate root mean square value effective value + +45 +00:03:44,350 --> 00:03:48,190 +لو انها maximum بتكون مقسمة مع 2 لل load بنطبق نفس + +46 +00:03:48,190 --> 00:03:51,430 +القانون الإشارة الموجبة لأن ال current ماله في + +47 +00:03:51,430 --> 00:03:52,770 +اتجاه ال voltage drop + +48 +00:03:55,570 --> 00:04:00,010 +V في I Conjugate أنا عارفة الاتنين، عارفة اللي هو + +49 +00:04:00,010 --> 00:04:04,870 +ال current وعارفة ال voltage، صحيح؟ بقدر أقول، + +50 +00:04:04,870 --> 00:04:11,470 +أضربهم في بعض، وهدي هتساوي اللي هي B زي الجهة Qأو + +51 +00:04:11,470 --> 00:04:14,710 +كمان لإن أنا حسبت ال current لو بدى أنا بكرر + +52 +00:04:14,710 --> 00:04:18,690 +الشوصار عندى خطأ اكرر الخطأ او مثلا مين يعني انا V + +53 +00:04:18,690 --> 00:04:22,910 +حسبتها من I أخفف عليه عامل او يعني أسهللي اذا أنا + +54 +00:04:22,910 --> 00:04:26,230 +واثقة من الشغل باعوض عن V بقى هذه حسبتها من ان V + +55 +00:04:26,230 --> 00:04:29,790 +بتساوي I في Z صح او أخلص من ال current انه مش + +56 +00:04:29,790 --> 00:04:35,450 +بساوي V على Z خليني استخدم الأولى ليه أخلص من ال + +57 +00:04:35,450 --> 00:04:40,530 +voltage اللى هو عبارة عن مين I في ZL فحططيناZL في + +58 +00:04:40,530 --> 00:04:43,910 +I تربية كله صح يعني لو أنا ضربت هدولة في بعض أو + +59 +00:04:43,910 --> 00:04:48,930 +استخدمت بدلة واحد منهم أسوأ V تربية على Z بس هذي + +60 +00:04:48,930 --> 00:04:51,910 +ليش أسهل لإن هي على طول بقسمها ال Z اللي هي عبارة + +61 +00:04:51,910 --> 00:04:55,230 +عن مين ال R بتاعة ال load زي ال J ال K تاعة ال + +62 +00:04:55,230 --> 00:04:59,530 +load فتعطينا I ال تربية R بتذكرين هذا عملناه + +63 +00:04:59,530 --> 00:05:03,670 +المحاضر الماضي بس للتذكير هذا التربية في K إذا ال + +64 +00:05:03,670 --> 00:05:10,010 +power بقدر أقول هي عبارة عن مين I تربية في RI + +65 +00:05:10,010 --> 00:05:14,130 +تربيع في R يعني + +66 +00:05:14,130 --> 00:05:16,890 +لو ضربت هدولة برضه صح يعني بس بحكي انه قعدة + +67 +00:05:16,890 --> 00:05:20,130 +احتملات يا بعمل هدولة مع بعض يا في تربيع على Z + +68 +00:05:20,130 --> 00:05:24,210 +conjugate يا بستخدم انه على طول بضرب IR تربيع في R + +69 +00:05:24,210 --> 00:05:28,550 +ليه؟ انها تساوي I تربيع هي خمسة تربيع في اللي هي + +70 +00:05:28,550 --> 00:05:33,490 +ال R دي تسعة وتلاتين R ها دي ال bar تحت ال board Q + +71 +00:05:33,490 --> 00:05:40,640 +load ده تساوي خمسة تربيعفي ال reactant ساعة البواة + +72 +00:05:40,640 --> 00:05:49,620 +ال load يستخدم 21 لو حسبناهم اطلع معايا التاني ال + +73 +00:05:49,620 --> 00:05:57,720 +average power اللي اعطي اطلاق ال load بتساوي 975 + +74 +00:05:57,720 --> 00:06:05,790 +watt و Q عبارة عن 650 volt and per reactiveتمام؟ + +75 +00:06:05,790 --> 00:06:09,130 +في أي سؤال لحد هنا؟ إذا ميا بضرب V في I conjugate + +76 +00:06:09,130 --> 00:06:12,010 +بضربهم مع بعض بطلع ال real part و ال imaginary + +77 +00:06:12,010 --> 00:06:15,510 +part ال real هي B و ال imaginary هي Q أو بستخدم + +78 +00:06:15,510 --> 00:06:18,290 +العلاقات اللي شفناها المحاضرة الماضية اللي هو V + +79 +00:06:18,290 --> 00:06:22,930 +بتساوي Z في I فبيكون عند الناتج ال power بتساوي I + +80 +00:06:22,930 --> 00:06:28,890 +على تربيع في R و ال Q بتساوي I على تربيع في Kنفس + +81 +00:06:28,890 --> 00:06:32,310 +الاشي بدنا نعيده لمين؟ لل line .. لل line و اللي + +82 +00:06:32,310 --> 00:06:35,590 +قداش كيمة ال power .. ال average power .. هذا ال B + +83 +00:06:35,590 --> 00:06:40,570 +.. C قداش ال average power اللي أعطيت لل line و ال + +84 +00:06:40,570 --> 00:06:43,310 +reactive power اللي أعطيت لل line .. نفس الحاجة .. + +85 +00:06:43,310 --> 00:06:46,760 +بس أنا بده ألاحظ حاجة .. إيش بده ألاحظ؟بدي ألاحظ + +86 +00:06:46,760 --> 00:06:49,860 +إن أنا حسبت ال voltage و ال current لمين لل load + +87 +00:06:49,860 --> 00:06:52,800 +لكن بالنسبة لل line مين حسبت فقط ال current + +88 +00:06:52,800 --> 00:06:55,840 +ماعنديش ال voltage اللي حواليها في داعي أن أحسب ال + +89 +00:06:55,840 --> 00:06:59,860 +voltage؟ لأ بستخدم هذه العلاقة ممكن أرجع أحسب ال + +90 +00:06:59,860 --> 00:07:03,420 +voltage بس تضيع وقت لإن هو طالب من ال B و Q إذا + +91 +00:07:03,420 --> 00:07:09,400 +بقدر أقول S لل line بدها تساوى IL تربيع في R تاعة + +92 +00:07:09,400 --> 00:07:14,480 +ال line زي جيه I L تربيع فيه اللي هي كاي تاعة ال + +93 +00:07:14,480 --> 00:07:19,320 +line اذا ال average power لل line هتساوي I L تربيع + +94 +00:07:19,320 --> 00:07:23,560 +في R line I L تربيع اللي هي حسبناها مع بعض خمسة + +95 +00:07:23,560 --> 00:07:29,860 +لكل تربيع في R اللي هي واحد يعني + +96 +00:07:29,860 --> 00:07:38,930 +خمسة وعشرين واط و Q هتساوي I L تربيعفي كاي يبقى + +97 +00:07:38,930 --> 00:07:44,770 +ساوي خمسة تربيه، في كاي اللي قيمتها أربعة، فتعطينا + +98 +00:07:44,770 --> 00:07:50,890 +meat, vote and bear directlyإذن already انفقدت + +99 +00:07:50,890 --> 00:07:55,770 +عندنا في خطوط النقل 25 watt average أو real bar + +100 +00:07:55,770 --> 00:07:58,710 +قلنا ال average bar هي real bar أو ال bar الحقيقية + +101 +00:07:58,710 --> 00:08:01,250 +وهذه ال magnetic bar هي ما بتروح ما بين ال + +102 +00:08:01,250 --> 00:08:05,530 +generator و الموتور فإذا عندنا real bar قبل ما + +103 +00:08:05,530 --> 00:08:09,890 +توصل لها ال load انفقدت منها 25 watt في المقاومة + +104 +00:08:09,890 --> 00:08:13,330 +بتاعت ال lineومقاومة خط النقل already هو one plus + +105 +00:08:13,330 --> 00:08:18,330 +جزء من الطاقة مقدارها 25 watt اذا قبل ما توصل لل + +106 +00:08:18,330 --> 00:08:22,290 +load تبعي كنت انا فاقدة 25 watt لاتأكيد ان + +107 +00:08:22,290 --> 00:08:25,550 +حساباتنا صحيحة طالب مننا ان نعرف قديش قيمة ال + +108 +00:08:25,550 --> 00:08:28,810 +total average bar و ال total active bar اللي + +109 +00:08:28,810 --> 00:08:35,990 +extracted من مين ال sourceهو مين هذا a,b,c,d بده + +110 +00:08:35,990 --> 00:08:39,230 +اللي هي ال total average power بتاعة ال source و + +111 +00:08:39,230 --> 00:08:41,670 +ال reactive power بتاعة ال source نفس العادية أسلة + +112 +00:08:41,670 --> 00:08:47,870 +ال source بدها تساوي V في I تكون conjugate طبعا هو + +113 +00:08:47,870 --> 00:08:51,090 +IL لإن هو نفس الجمهور و هنا V source الإشارة سالبة + +114 +00:08:51,090 --> 00:08:54,190 +ليس سالبة أن ال current في اتجاه ال voltage rise + +115 +00:08:54,190 --> 00:08:58,590 +ال pacific island convention تتطبق في كل الأحوالطب + +116 +00:08:58,590 --> 00:09:04,050 +في اس قداش مقدارها 250 و ال current قداش قيمته + +117 +00:09:04,050 --> 00:09:08,050 +اللي هو احنا حسبناه مع بعض خمسة لأ بالفاس تبعه هذا + +118 +00:09:08,050 --> 00:09:11,390 +ال I conjugate مش ال I ميجنتو تربيع ال I conjugate + +119 +00:09:11,390 --> 00:09:15,810 +كانت الفاس ستة و تلاتين بالسالب هتصير plus ستة و + +120 +00:09:15,810 --> 00:09:19,930 +تلاتين و سبعة و تمامية درجة ال conjugate تبعها + +121 +00:09:19,930 --> 00:09:24,870 +بغير إشارة الفاسلو كملت حسابات تطلع معاينها بتساوي + +122 +00:09:24,870 --> 00:09:33,050 +سالب الف minus J سبعمية و خمسين volt عشان نتحقق + +123 +00:09:33,050 --> 00:09:37,910 +انه الإجابة صحيحة ولا لأ بدي أجمع PL مع P1 بتاعة + +124 +00:09:37,910 --> 00:09:41,770 +ال load مع ال line اللي هي ال absorbed هذه + +125 +00:09:44,900 --> 00:09:48,900 +قدش ton absorbed للبر لل average هيكون عندى تسعمية + +126 +00:09:48,900 --> 00:09:53,940 +أو خمسة وسبعين زاد خمسة وعشرين بتعطينى الف واط وال + +127 +00:09:53,940 --> 00:10:01,300 +reactive QL زاد Q line هتساوي ستمية وخمسين زاد مية + +128 +00:10:01,300 --> 00:10:07,120 +هتعطينى سبعمية أو خمسين volt أمبير reactive اذا + +129 +00:10:07,120 --> 00:10:11,800 +الطاقة ال .. الطاقة اللى absorbed مع الطاقة اللى + +130 +00:10:11,800 --> 00:10:33,680 +extracted في اي سؤال لحد هنافي أي استفسار طيب + +131 +00:10:33,680 --> 00:10:38,240 +نبدأ قولنا ال three phase system هناخد جزئية بسيطة + +132 +00:10:38,240 --> 00:10:41,920 +منه نتعرف + +133 +00:10:41,920 --> 00:10:43,820 +على ال phase system و بعدين + +134 +00:10:51,060 --> 00:10:56,140 +منقل للملزمة اللي قادمة ان شاء الله اذا اليوم + +135 +00:10:56,140 --> 00:11:05,800 +اسميتيا system اش + +136 +00:11:05,800 --> 00:11:08,100 +يعني اسمتيا system يعني انا عندي ال generator + +137 +00:11:08,100 --> 00:11:14,160 +بيولدلي تلت جهود و ال load عندي باستقبل تلت يعني + +138 +00:11:14,160 --> 00:11:17,700 +تلت مطارات او تلت لفات باستقبله ال .. ال .. + +139 +00:11:19,000 --> 00:11:23,600 +الكهرباء بيستقبلوا الثقة المولدة والنقل برضه بتتم + +140 +00:11:23,600 --> 00:11:26,980 +عن طريق تلات خطوط نقل يعني هذه three phase system + +141 +00:11:26,980 --> 00:11:29,900 +ال system هيك schematic تبعه هنا عندى بيكون ال + +142 +00:11:29,900 --> 00:11:38,760 +generator three phase عبارة + +143 +00:11:38,760 --> 00:11:42,400 +عن تلات خطوط نقل و هيكون هنا عندى برضه three phase + +144 +00:11:42,400 --> 00:11:44,100 +load + +145 +00:11:46,620 --> 00:11:49,300 +بنفعش يكون عند ال generator three phase و اللي هو + +146 +00:11:49,300 --> 00:11:52,560 +التبعي one phase بكون كتير يعني مش بشغله بس هيكون + +147 +00:11:52,560 --> 00:11:59,360 +كتير عليه على الفاضي يعني ده فتحة كهربا زيادة طيب + +148 +00:11:59,360 --> 00:12:02,800 +دايما + +149 +00:12:02,800 --> 00:12:07,780 +عشان أسباب اقتصادية كل اللي بيعملوا design لهذا + +150 +00:12:07,780 --> 00:12:10,060 +system لل three phase system بيعملوا balance + +151 +00:12:10,060 --> 00:12:13,300 +system اللي احنا هناخده نسميه balanced + +152 +00:12:17,390 --> 00:12:22,130 +three phase system ال balance في three phase + +153 +00:12:22,130 --> 00:12:25,730 +system بيكون أكثر اقتصادية من non balanced three + +154 +00:12:25,730 --> 00:12:33,970 +phase system طبعا + +155 +00:12:33,970 --> 00:12:37,130 +هدول برضه بنسميهم يعني عشان الدقة three phase line + +156 +00:12:48,720 --> 00:12:52,360 +هدولة نوعهم التواصلات بتاعتهم التقنيين بيعرفوا + +157 +00:12:52,360 --> 00:12:55,200 +أكتر كيف وصلوهم و يشتغلوا عليهم في إنا نوعين من + +158 +00:12:55,200 --> 00:13:00,040 +التواصلات نوع بنسميه ال Y نوع بنسميه ال Delta أسوأ + +159 +00:13:00,040 --> 00:13:04,000 +في طرف ال source أو في طرف ال load Y و Delta راح + +160 +00:13:04,000 --> 00:13:07,360 +نشرح أكتر بتفاصيل إيش هم ال Y و ال Delta عندي + +161 +00:13:07,360 --> 00:13:12,320 +التواصلات تركيبتهم يا بتكون على شكل Y يا Delta يا + +162 +00:13:12,320 --> 00:13:17,640 +بنسميهم Y connection يا Delta connectionاسواء عند + +163 +00:13:17,640 --> 00:13:21,840 +ال source و لا عند ال load بتكون طريقة ال + +164 +00:13:21,840 --> 00:13:25,280 +connection اللى بيعمل .. اللى بيولد .. بيشغل ال + +165 +00:13:25,280 --> 00:13:29,720 +generator او بيعمله لف بيسموه لل generator و + +166 +00:13:29,720 --> 00:13:33,200 +بيلفوه على شكل اسواء ال Y أو ال delta connection + +167 +00:13:33,200 --> 00:13:38,340 +حيث انه يعطيني ال three phases تين + +168 +00:13:38,340 --> 00:13:42,480 +ده two kinds من ال three phasesبرضه بنطبق الحكة + +169 +00:13:42,480 --> 00:13:45,100 +على ال source و على اللون عنده two kinds واحد + +170 +00:13:45,100 --> 00:13:52,500 +بنسميه ABC cycle و التاني بنسميه ال .. ال .. + +171 +00:13:52,500 --> 00:13:59,280 +التاني ACB cycle هذا برضه مطلق عليه ال positive + +172 +00:13:59,280 --> 00:14:05,250 +cycle و هذا يطلق عليه ال negative cycleهنقول برضه + +173 +00:14:05,250 --> 00:14:07,510 +ليش هذا اسم الـ positive يعني مسمية positive و + +174 +00:14:07,510 --> 00:14:11,470 +negative cycle ال sequence الأولانية a,b,c و ال + +175 +00:14:11,470 --> 00:14:16,130 +sequence التانية a,c,b a,c,b بنسميها negative + +176 +00:14:16,130 --> 00:14:20,550 +sequence نبدأ + +177 +00:14:20,550 --> 00:14:22,570 +باللي هي ال positive و ال negative cycle احنا + +178 +00:14:22,570 --> 00:14:24,670 +صارنا عارفين اللي في عندي three phases يعني في + +179 +00:14:24,670 --> 00:14:29,440 +عندي تلاتة sources بينهم phaseعشان أعمل balance، + +180 +00:14:29,440 --> 00:14:33,260 +يمكن أخدتوا طاولة القوة في الفيزيا عشان أعمل + +181 +00:14:33,260 --> 00:14:36,360 +balance بين تلات قوة، إيش كنا نحط الزاوية بينهم؟ + +182 +00:14:36,360 --> 00:14:43,890 +متذكرين؟عشان يعملوا قوة balance 120 نفس القضية هنا + +183 +00:14:43,890 --> 00:14:48,850 +انا عندي تلاتة sources وفي بينهم phases عشان + +184 +00:14:48,850 --> 00:14:53,810 +يكونوا balanced بيكون ال phase بينهم 120 درجة طب + +185 +00:14:53,810 --> 00:14:56,610 +نيجي على ال ABC sequence هدول احنا نحكي عنهم ال + +186 +00:14:56,610 --> 00:14:59,730 +connections كيف موصلهم بس اول بدي احكي عن ال + +187 +00:14:59,730 --> 00:15:02,830 +sequences ال ABC sequence نبدأ بال positive cycle + +188 +00:15:02,830 --> 00:15:12,340 +او ال ABC sequenceلو انا بدأ ارسم زي ما انتوا + +189 +00:15:12,340 --> 00:15:14,940 +شايفين اندي او خلينا بس ال real و ال imaginary + +190 +00:15:14,940 --> 00:15:20,960 +part زي ذاكي ال plane بدأ ارسم بدأ احط فيه اللي هم + +191 +00:15:20,960 --> 00:15:24,240 +ال voltages التلاتة تعونة اللي هم ال three phases + +192 +00:15:24,240 --> 00:15:27,700 +او التلاتة voltages اللي بينهم phase مية و عشرين + +193 +00:15:27,700 --> 00:15:33,140 +درجة لو انا فرضت ان ال phase الأولاني بنطبق علىالـ + +194 +00:15:33,140 --> 00:15:36,940 +x axis أو هذا ال axis ال horizontal axis واسمي هذا + +195 +00:15:36,940 --> 00:15:41,500 +ال phase a يعني أقول va سواء some amplitude أو + +196 +00:15:41,500 --> 00:15:45,540 +some maximum value و ال phase تبعه zero مع ال + +197 +00:15:45,540 --> 00:15:49,420 +positive axis مع ال positive axis va لعيني maximum + +198 +00:15:49,420 --> 00:15:54,100 +amplitude وزوية zero هيكون في عند ال b a b هك + +199 +00:15:54,100 --> 00:16:00,940 +ترتيبة a b c ال b هيكون سابقه 120 درجة + +200 +00:16:03,410 --> 00:16:11,910 +هذا ال B فإذا VB هيساوي VM والزاوية 120 درجة وال C + +201 +00:16:11,910 --> 00:16:21,090 +لاجز 120 درجة هذا VC و هذا 120 درجة بقدر أكتبه على + +202 +00:16:21,090 --> 00:16:25,590 +شكل VC يساوي VM-120 درجة + +203 +00:16:29,500 --> 00:16:32,400 +أو انا عكستها انا عكستها انا بتاسفة هاد ال + +204 +00:16:32,400 --> 00:16:35,500 +negative cycle مالي اليوم هاد ال minus و هاد ال + +205 +00:16:35,500 --> 00:16:40,960 +plus هاد ال bb ارسملكم الدائرة اللي تذكركم فانا + +206 +00:16:40,960 --> 00:16:44,080 +عملت الحطاء عشان اتذكر positive cycle برسم الدائرة + +207 +00:16:44,080 --> 00:16:52,720 +دايما بحط a b c a b c عشان اتذكر positive cycle a + +208 +00:16:52,720 --> 00:16:57,210 +b cالـ A أنا هذا مجرد اختيار ان اختارتها على ال X + +209 +00:16:57,210 --> 00:17:00,090 +axis ممكن يكون في عاملة زاوية بس ده التسهيل أخدتها + +210 +00:17:00,090 --> 00:17:04,110 +نهاية ال X axis هتكون B lags و C leads سيما هى + +211 +00:17:04,110 --> 00:17:08,390 +الدائرة اللى عليها A,B,C الـ C leads و الـ B lags + +212 +00:17:08,390 --> 00:17:13,690 +فالمثال تبع أخدت ال V تبع ال A الفائز A الفائز + +213 +00:17:13,690 --> 00:17:18,730 +تبعه Zero اذا هتكون ال B lags 120 و ال C leads 120 + +214 +00:17:19,700 --> 00:17:24,860 +واضح؟ هدومة لـ 3 voltages لـ 3 في ال source إذا + +215 +00:17:24,860 --> 00:17:31,560 +عندي VA, VB, VC ال positive cycle ABC اللي هي A, + +216 +00:17:31,560 --> 00:17:36,540 +B, C ال B لاجس و ال C ليس 120 درجة ناخد ال + +217 +00:17:36,540 --> 00:17:40,420 +negative cycle ال negative cycle اللي هي اسم منها + +218 +00:17:40,420 --> 00:17:41,800 +ACB + +219 +00:17:46,180 --> 00:17:50,580 +باخدوا من هنا احنا نذكرها A,C,B الفرقية ان هاي + +220 +00:17:50,580 --> 00:17:55,800 +بيصير الـC وهي الـB يعني + +221 +00:17:55,800 --> 00:18:01,420 +بقدر اقول ان VA تسوى V maximum والزاوية Zero VC + +222 +00:18:01,420 --> 00:18:09,020 +تسوى V maximum وLags ب120 درجة وVBV maximum و + +223 +00:18:09,020 --> 00:18:14,020 +leads ب120 درجة volt هنا بتذكرهم إذا برسم الدائرة + +224 +00:18:14,020 --> 00:18:22,140 +قدامي ABC يعني A lags B leads C C leads A و B lags + +225 +00:18:22,140 --> 00:18:28,240 +A فإذا هذه ال ABC cycle positive cycle A CB ال B + +226 +00:18:28,240 --> 00:18:31,220 +صارت leads و ال C صارت lags اللي هي ال negative + +227 +00:18:31,220 --> 00:18:34,580 +cycle مسمى إنه سمينا هديكي ال positive و هديكي ال + +228 +00:18:34,580 --> 00:18:43,120 +negativeبسموها برضه كمان الأولانية ABC ABC + +229 +00:18:43,120 --> 00:18:48,940 +clockwise circle فانها بتيجي ABC لو هي انا بتطلع + +230 +00:18:48,940 --> 00:18:53,760 +ABC ده بتكون counter clockwise واضح؟ اذا ال + +231 +00:18:53,760 --> 00:18:59,040 +positive cycle هي ال ABC او clockwise cycle ABC ال + +232 +00:18:59,040 --> 00:19:02,880 +ACB هي عبارة عن negative cycle او counter + +233 +00:19:02,880 --> 00:19:03,320 +clockwise + +234 +00:19:15,110 --> 00:19:17,570 +كمان احنا في حاجة مهمة جدا لان قولنا balance + +235 +00:19:17,570 --> 00:19:20,570 +system و انا حكيتلكم يا تمام بيشبه اللي هي كنتوا + +236 +00:19:20,570 --> 00:19:24,290 +بس تسموها قوة صح اللي هم نفس القوة ال amplitude + +237 +00:19:24,290 --> 00:19:28,790 +نفس الحاجة و الفيز بينهم 120 درجة كيف كنتوا تقيسوا + +238 +00:19:28,790 --> 00:19:32,150 +ال balance انكوا تقولوا مجموعهم لازم يساوي سفر + +239 +00:19:32,150 --> 00:19:38,470 +فلما تكون الفيز بينهم 120 درجة اجي احسس VA ذات VB + +240 +00:19:38,470 --> 00:19:41,870 +ذات VC بتمام بيساوي سفر هاي ال balance هاي المقصود + +241 +00:19:41,870 --> 00:19:44,530 +في ال balance مجموعهم هيساوي سفر + +242 +00:19:47,510 --> 00:19:49,470 +طبعا هذا احنا كله عاملينه بال phasor + +243 +00:19:49,470 --> 00:19:52,730 +representation حتى في ال instantaneous يعني va of + +244 +00:19:52,730 --> 00:19:59,670 +t زائد vb of t زائد vc of t تنطبق نفس الحاجة أسوأ + +245 +00:19:59,670 --> 00:20:03,750 +في ال phasor representation أو في ال instantaneous + +246 +00:20:03,750 --> 00:20:07,230 +نشوف + +247 +00:20:07,230 --> 00:20:09,330 +أمثلة كت خفيفة على اللي حكيناها + +248 +00:20:11,990 --> 00:20:15,970 +إذا أول حاجة عرفنا إن في عندي three phase source، + +249 +00:20:15,970 --> 00:20:19,930 +three phase load، three phase line أنواعهم ال + +250 +00:20:19,930 --> 00:20:23,230 +connections بتاعة ال connection طبيعتها يا بتكون Y + +251 +00:20:23,230 --> 00:20:26,330 +يا Delta، أنواع ال cycles يا positive يا negative + +252 +00:20:26,330 --> 00:20:32,710 +cycle، طيب، هنشوف مثال، المثال بقول إن ال VA of T + +253 +00:20:32,710 --> 00:20:42,000 +بتساوي 28 كساية Omega T plus 27 درجة فولتVB of T + +254 +00:20:42,000 --> 00:20:51,060 +بتساوي 208 Cos Omega T plus 147 درجة Volt VC of T + +255 +00:20:51,060 --> 00:21:00,180 +بتساوي 208 Cos Omega T minus 93 درجة Volt بدو مننا + +256 +00:21:00,180 --> 00:21:02,660 +ال sequence what is the sequence + +257 +00:21:10,250 --> 00:21:14,890 +بتش نوع ال sequence ABC ولا ACB أول حاجة بتروح على + +258 +00:21:14,890 --> 00:21:20,710 +ال phasor VA هتساور 2.8 طبعا احنا كمان ممكن نقيص + +259 +00:21:20,710 --> 00:21:25,110 +انها balanced ولا لأ اللهم نفس ال amplitude أول + +260 +00:21:25,110 --> 00:21:28,370 +حاجة بتلاحظها قداش ال phase بين كل واحدة و التانية + +261 +00:21:28,370 --> 00:21:32,050 +120 120 إذا هي أكيد balanced + +262 +00:21:41,360 --> 00:21:52,180 +BC هي تسوية 288 minus 8 عشان اقرر بدي ارسمهم بدي + +263 +00:21:52,180 --> 00:21:56,440 +ارسم التلاتة فيزس ببدأ ب .. اللي هو بسمي ال .. ايه + +264 +00:21:56,440 --> 00:22:00,400 +ده باخده زي reference له ببدأ فيه قيمته 288 و + +265 +00:22:00,400 --> 00:22:06,340 +الزاوية 27 درجة تقريبا يعني هي 27 درجة و هذا الطول + +266 +00:22:06,340 --> 00:22:12,740 +بيبثل ال 288هذه VA إذا طوله مثلي ال value وهذه + +267 +00:22:12,740 --> 00:22:15,500 +الزاوية مع ال X axis ده بيقعد مع ال positive axis + +268 +00:22:15,500 --> 00:22:18,880 +الزاوية عادي زي أي زاوية متعلمناهم لازم يكونوا + +269 +00:22:18,880 --> 00:22:22,340 +متساويين ولا .. لال balanced لازم يكونوا متساويين + +270 +00:22:22,340 --> 00:22:25,460 +لال balanced هذه بتكون متساويه لو سألتك انه + +271 +00:22:25,460 --> 00:22:27,920 +balanced ولا انه not balanced بدأك تشوف انه ال + +272 +00:22:27,920 --> 00:22:32,220 +magnitude متساوي و النباتة 120 درجة لو كان واحد + +273 +00:22:32,220 --> 00:22:35,900 +مختلف عام تاني حتى لو بعشر لو بعشر I'm balanced + +274 +00:22:37,310 --> 00:22:41,010 +التانية اللى هى ال B عاملة زاوية مية و سبعة و + +275 +00:22:41,010 --> 00:22:43,890 +أربعين مع ال boost في X axis يعني قدش اللى هتكون + +276 +00:22:43,890 --> 00:22:49,330 +معها هى هدى كلها مية و سبعة و أربعين بينها و بينها + +277 +00:22:49,330 --> 00:22:52,870 +مية و عشرين درجة الطول نفس الطول بحاول أكتر انه + +278 +00:22:52,870 --> 00:22:57,630 +يساوي مائة و تمانية و هد مين اللى هى VB VC عاملة + +279 +00:22:57,630 --> 00:23:02,810 +سالب تلاتة و تسعين مع مين مع ال X axis يعني هى + +280 +00:23:02,810 --> 00:23:08,000 +السالب تلاتة و تسعينمع هذا ال access مع هاي قدش + +281 +00:23:08,000 --> 00:23:12,460 +بتكون تلاتة وتسعين و سبعة و عشرين قدش بتساوي مية و + +282 +00:23:12,460 --> 00:23:21,540 +عشرين درجة هذا مين؟ شكلها A C B ولا لأ؟ اذا ال + +283 +00:23:21,540 --> 00:23:26,830 +sequence بتاعتك A C Bلو بده افكر a,b,c هي بتصير + +284 +00:23:26,830 --> 00:23:30,550 +counter لكن إذا طلع دايما ال clock wise a,c,b هي + +285 +00:23:30,550 --> 00:23:41,170 +اللي هتكون ال negative cycle ممكن + +286 +00:23:41,170 --> 00:23:44,810 +يعني تستنجنها a,c,b بس احنا عشان لسه أول إجداد و + +287 +00:23:44,810 --> 00:23:48,410 +إشي بنا نعملها خطوة خطوة إذا هذه على طول بقول + +288 +00:23:48,410 --> 00:23:52,050 +الجواب هو a,c,b أو ال negative cycle + +289 +00:23:54,200 --> 00:23:58,060 +الـ negative cycle أو + +290 +00:23:58,060 --> 00:24:00,100 +الـ sequence الـ negative sequence أو الـ negative + +291 +00:24:00,100 --> 00:24:03,820 +cycle طب نشوف كده المثال ولا واضحات؟ نشوف كده + +292 +00:24:03,820 --> 00:24:09,520 +المثال؟ طيب نشوف كده المثال المثال + +293 +00:24:09,520 --> 00:24:11,820 +التاني اللي انا اوّفها بحبها + +294 +00:24:18,670 --> 00:24:21,850 +مش مطلوب منكم ال unbalance يعني في طالب تسأل + +295 +00:24:21,850 --> 00:24:24,670 +بتقولي بدي unbalance يعني بسهولة ممكن أقولك هاي + +296 +00:24:24,670 --> 00:24:31,090 +208أخربت وين في هنا 210 أخربت في ال amplitude أو + +297 +00:24:31,090 --> 00:24:34,390 +أعطيك يام كلهم 208 بس تلعب بالزوايا مايكنش .. أو + +298 +00:24:34,390 --> 00:24:38,550 +ألعب بالزوايا ماخلعش 220 أخلي واحدة منهم مثلا 119 + +299 +00:24:38,550 --> 00:24:42,610 +الفرق بينهم بس لكن احنا غالبا انتوا مطلوب منكم + +300 +00:24:42,610 --> 00:24:45,710 +اللي هي ال balanced أسر مش 280 قديش هذا المثال + +301 +00:24:45,710 --> 00:24:51,950 +بالمثال ال 10 و4160 و الزاوية minus .. لو تسمحوا + +302 +00:24:51,950 --> 00:24:57,240 +يا عمتي لو تسمحواعملتلكوا مية و سبتين ل minus مية + +303 +00:24:57,240 --> 00:25:01,840 +و تمانية و تلاتين درجة برضه لو تسمحوا لازال في صوت + +304 +00:25:01,840 --> 00:25:06,930 +سائد مية و اتنين درجةنفس الخطوات اللي هنعملها أول + +305 +00:25:06,930 --> 00:25:10,070 +حاجة بدي أحولهم لمين ل ال phase representation + +306 +00:25:10,070 --> 00:25:15,990 +يعني VA بتساوي 4160 و ال phase سالب 18 درجة volt + +307 +00:25:15,990 --> 00:25:24,850 +VB بتساوي 4160 و الزاوية 138 درجة volt و VC بتساوي + +308 +00:25:24,850 --> 00:25:31,670 +4160 و الزاوية 102 درجة volt بدي أرسمهم و أقرر إيش + +309 +00:25:31,670 --> 00:25:40,060 +نوعالقلم فيه القلم التاني أفضل نشوف سنة تمانتاش + +310 +00:25:40,060 --> 00:25:47,980 +شكله أحسن دي بدأ في مين؟ في الـA سنة تمانتاش الـA + +311 +00:25:47,980 --> 00:25:53,460 +عندي أربع تلاف ميو ستين ماقص تمانتاش نزاوية هي + +312 +00:25:53,460 --> 00:25:57,700 +اللي هي ماقص تمانتاش الدرجة وناخد الطول أنه بيساوي + +313 +00:25:57,700 --> 00:26:03,050 +أربع تلاف ميو ستين ماقص تمانتاش نزاويةVB عاملة + +314 +00:26:03,050 --> 00:26:08,310 +minus 138 مع ال X-axis يعني تقريبا بدي أقول هيك + +315 +00:26:08,310 --> 00:26:14,270 +يعني ممكن شوية كبيرة هي 4160 الطول من هنا لهنا + +316 +00:26:14,270 --> 00:26:19,790 +عشان يفهمين من هنا لهنا 120 اللي هي minus 138 فإذا + +317 +00:26:19,790 --> 00:26:25,970 +الفرق بينهم بيكون 22 لهاي الزاوية 120 درجة الفرق + +318 +00:26:25,970 --> 00:26:30,390 +بينهم 120 درجة اللي بين ال two phases هادي 100 VB + +319 +00:26:31,770 --> 00:26:35,810 +بنقول 120 و لا negative 120 لأ هى 120 بين التنتين + +320 +00:26:35,810 --> 00:26:40,250 +بين التنتين 120 مع ال X axis بتئيسي سالم او مجد + +321 +00:26:40,250 --> 00:26:47,110 +واضح قريتها ال 4160 عاملة 102 مع مين مع ال + +322 +00:26:47,110 --> 00:26:49,910 +positive X axis يعني هى تقريبا خلنا نقول هنا 100 + +323 +00:26:49,910 --> 00:26:53,470 +هى التسعين يعني فوق التسعين يعني هى دى هى من هنا + +324 +00:26:53,470 --> 00:26:57,750 +إلى هنا 102 مع ال ايه 120 + +325 +00:27:01,480 --> 00:27:07,680 +فإذا عند a,b,c لو حطيت الدائرة تعطي a,b,c a,b,c + +326 +00:27:07,680 --> 00:27:12,820 +إذا هذه عبارة عن positive cycle أو sequence أو + +327 +00:27:12,820 --> 00:27:27,580 +اللي هي ال a,b,c sequence sequence أو cycle تمام؟ + +328 +00:27:27,580 --> 00:27:29,120 +في أي استفسار لحد هنا؟ + +329 +00:27:32,010 --> 00:27:36,690 +فمش هي ال Y و ال Delta connections؟ هد زاكملات + +330 +00:27:36,690 --> 00:27:40,690 +لكلام اللي بنحكي عن هدولة ال three phase system + +331 +00:27:40,690 --> 00:27:44,290 +بالعامية بقولوا three phase احنا بنقول عنها three + +332 +00:27:44,290 --> 00:27:47,190 +phase بتسمع الناس مراك بقولوا three phase و phase + +333 +00:27:47,190 --> 00:27:52,170 +تلاتة phase تلاتة phase تمام نيجي للي هي ال three + +334 +00:27:52,170 --> 00:27:57,280 +phase system ال connectionاحنا قلنا قد يكون ال + +335 +00:27:57,280 --> 00:28:02,420 +connection delta او Y صح؟ بس اننا فاهمين ان هم .. + +336 +00:28:02,420 --> 00:28:06,460 +يعني بصت في sequence، يا negative sequence لتجهيز + +337 +00:28:06,460 --> 00:28:09,820 +أسواق ال generator أو ال motor ال generator اللي + +338 +00:28:09,820 --> 00:28:12,760 +هو المولد للطاقة و ال motor اللي هو بيشغل ال + +339 +00:28:12,760 --> 00:28:16,430 +machine بتاعتياحنا قلنا يا بيكونوا Delta يا Y يعني + +340 +00:28:16,430 --> 00:28:20,270 +عندي Y أو Delta عند ال source وممكن يكون عندي Y أو + +341 +00:28:20,270 --> 00:28:24,250 +Delta عند مين عند ال load فعندي برضه ممكن أكرر أول + +342 +00:28:24,250 --> 00:28:29,670 +Y، Delta وهنا ممكن يكونوا اللي هي Delta خليني + +343 +00:28:29,670 --> 00:28:34,310 +أرتبهم هكذا YY أتصل عشان ما أنساش أشي YY أو Delta + +344 +00:28:35,550 --> 00:28:41,190 +إيش الإحتماليات؟ Y مع Y، Delta مع Y، Y مع Delta و + +345 +00:28:41,190 --> 00:28:45,250 +Delta مع Delta، صح؟ أنه ممكن يكون هنا يكون Delta + +346 +00:28:45,250 --> 00:28:49,310 +أو Y و هنا يكون Delta الـY فممكن يكون عندي أربع + +347 +00:28:49,310 --> 00:28:55,610 +احتمالات للتوصيل Y مع Y، Y مع Delta أو Delta مع Y + +348 +00:28:55,610 --> 00:28:59,090 +أو Delta مع Delta أربع احتمالات لل connection ما + +349 +00:28:59,090 --> 00:29:06,530 +بين ال source و ال nodeيا yy يا y delta يا delta y + +350 +00:29:06,530 --> 00:29:12,270 +يا delta delta واضح هال 4 احتمالات نشوف + +351 +00:29:12,270 --> 00:29:15,130 +توصيلات ال source و بعدين نروح لل load ايش هي ال + +352 +00:29:15,130 --> 00:29:18,470 +delta و ال y بتاعة ال source نيجي لل y بتاعة ال + +353 +00:29:18,470 --> 00:29:23,170 +source من شكلها من منظرها يعني انا بدي اتوقع انه + +354 +00:29:23,170 --> 00:29:25,750 +هيكون كل واحد من برانشات ال y مثل ال source + +355 +00:29:25,750 --> 00:29:29,630 +generator يعني بس هي تصغير لها الرسمة بس لإن الناس + +356 +00:29:29,630 --> 00:29:31,390 +بترتاح دلوقتي ترسمها بهذا الشكل + +357 +00:29:36,820 --> 00:29:43,160 +بس هي wide انت بقولها حاجة مهمة انه ال negative + +358 +00:29:43,160 --> 00:29:47,960 +تبع كل ال sources هدولة ال negative side موصولين + +359 +00:29:47,960 --> 00:29:52,780 +مع بعض بنقطة بيسميها ال null و ال positive side هو + +360 +00:29:52,780 --> 00:29:58,080 +الممثل للفاز يعني هذا مثلا ال a على افتراض هاي ال + +361 +00:29:58,080 --> 00:30:07,070 +a مثلا و هاي ال b و هاي ال cهذه Y شكلها Y بس مش + +362 +00:30:07,070 --> 00:30:11,710 +أقلبها بس لإن الناس بتعوض هكذا واضح؟ إذاً هذه ال Y + +363 +00:30:11,710 --> 00:30:15,410 +ال Y كل branch نسيلي source بس انتبهوا إنه ال + +364 +00:30:15,410 --> 00:30:18,450 +negative هو اللي اشترك مع بعض و ال positive هو + +365 +00:30:18,450 --> 00:30:20,770 +اللي بيطلعلي ال positive value بتاعة ال source + +366 +00:30:20,770 --> 00:30:27,230 +تبعي همسميه النل هعطيله رمز ال M هذه الحالة + +367 +00:30:27,230 --> 00:30:33,880 +بنسميهاideal source ليش ideal source؟ مش نسبة خطأ + +368 +00:30:33,880 --> 00:30:38,840 +إيش يعني مش نسبة خطأ؟ مش عندى impedance بتذكرين ال + +369 +00:30:38,840 --> 00:30:41,500 +ideal source و ال real source ال ideal source مش + +370 +00:30:41,500 --> 00:30:44,520 +اللي ال impedance لو real هيكله impedance يعني + +371 +00:30:44,520 --> 00:30:50,600 +بضيف على كل واحد من هدولة مش نسبة الخطأ ال + +372 +00:30:50,600 --> 00:30:54,360 +impedance بتاعته ال impedance بتاعته، بإيش بتضحك + +373 +00:30:54,360 --> 00:30:57,700 +تقوله نسبة خطأ ال impedance لو ideal ال impedance + +374 +00:30:57,700 --> 00:30:58,760 +بتاعته بتكون سفر + +375 +00:31:03,990 --> 00:31:11,130 +هدا A هصميها ZA، هدا B هصميها ZB، هدا C هصميها ZC + +376 +00:31:11,130 --> 00:31:14,570 +ال impedance يعني الفعالية تبعته؟ ال impedance، + +377 +00:31:14,570 --> 00:31:18,050 +إيش ال impedance؟ ال Z إيش هي ال impedance؟ اللي + +378 +00:31:18,050 --> 00:31:22,350 +هى R زي J Chi، ال impedance ممانعة، ممانعة، قولنا + +379 +00:31:22,350 --> 00:31:27,610 +بال .. ال DC كنا هصميها R فقطلكن هدا صار عندنا Z + +380 +00:31:27,610 --> 00:31:33,350 +ناتجة من انه في عندى R وصار عندى اللى هى XCC وXCL + +381 +00:31:33,350 --> 00:31:36,850 +اذا + +382 +00:31:36,850 --> 00:31:41,010 +هذا اللى بيقوللي انه real و imaginary هدول ال + +383 +00:31:41,010 --> 00:31:44,390 +sources بتاعونى وهد ال null وفي عندى صار اللى هي + +384 +00:31:44,390 --> 00:31:48,950 +ال impedances لو ideal بتكون zero لو real بيكون في + +385 +00:31:48,950 --> 00:31:53,710 +عندى قيم لهم خلينا على قد اللى هي ال Y اللى القادم + +386 +00:31:53,710 --> 00:31:59,470 +بناخد ال Deltaوبنشوف كيف توصيلة الدوائر اللي زي هي + +387 +00:31:59,470 --> 00:32:02,670 +ويعطيكوا العافية بنشوفكوا النقاء القادم ان شاء + +388 +00:32:02,670 --> 00:32:02,830 +الله + diff --git a/PL9fwy3NUQKwaAs6rNkQtAiaVf8dEDjWUy/K32d_8z8nFw.srt b/PL9fwy3NUQKwaAs6rNkQtAiaVf8dEDjWUy/K32d_8z8nFw.srt new file mode 100644 index 0000000000000000000000000000000000000000..8eb7c08098f7fc07368557272d169287f09c3a8d --- /dev/null +++ b/PL9fwy3NUQKwaAs6rNkQtAiaVf8dEDjWUy/K32d_8z8nFw.srt @@ -0,0 +1,2227 @@ +1 +00:00:20,770 --> 00:00:24,370 +بسم الله الرحمن الرحيم السلام عليكم ورحمة الله + +2 +00:00:24,370 --> 00:00:29,590 +وبركاته إحنا المحاضرة الأخيرة اللي قبلها يعني آخر + +3 +00:00:29,590 --> 00:00:32,690 +محاضرة لنا تحدثنا فيها عن الـ three phase system + +4 +00:00:32,690 --> 00:00:36,980 +وحكيت لكم في الـ three phase system أنه في عندنا + +5 +00:00:36,980 --> 00:00:42,140 +three sequence لأن طبعا الـ system بتكون من + +6 +00:00:42,140 --> 00:00:46,460 +generator و lines و load صحيح قلنا هيكون الـ + +7 +00:00:46,460 --> 00:00:49,740 +generator three phase system و الـ load three phase + +8 +00:00:49,740 --> 00:00:53,140 +و الـ line three phase برضه الفرق بين الـ generator + +9 +00:00:53,140 --> 00:00:57,740 +و الـ load أن الـ generator في عندنا ملف بتتحرك بين + +10 +00:00:57,740 --> 00:01:02,100 +قضبان مغناطيس بتولد لي منه إشارة كهربائية عند الـ .. + +11 +00:01:02,100 --> 00:01:05,560 +الـ .. الـ .. الـ motor أو عند الـ load بيكون عندي + +12 +00:01:05,560 --> 00:01:09,040 +signal كهربائية بتسبب حركة الملف فبتحرك عندي الـ + +13 +00:01:09,040 --> 00:01:13,420 +motor واضح؟ طبعا تصميم أو يعني اللف تبع الـ motor + +14 +00:01:13,420 --> 00:01:17,040 +ولف الـ generator مش عليكم إحنا بس مهمتنا كانت هي + +15 +00:01:17,040 --> 00:01:19,960 +فاهم إيش هي الـ three phase system قلنا عملية اللف + +16 +00:01:19,960 --> 00:01:24,410 +بتتم أنه يا Y يا Delta عندي ثلاثة .. ثلاثة ملفات + +17 +00:01:24,410 --> 00:01:30,590 +مثلا إن هو الملف الأول والتاني والتالت اللي هو الـ + +18 +00:01:30,590 --> 00:01:35,890 +A قلنا و الـ B و + +19 +00:01:35,890 --> 00:01:40,970 +الـ C لو سمينا هاي الـ plus minus الـ plus minus لهاي + +20 +00:01:40,970 --> 00:01:46,010 +الأطراف الـ plus minus قلنا الـ Y إنه بوصل الأطراف + +21 +00:01:46,010 --> 00:01:47,310 +السالبة مع بعض + +22 +00:01:50,390 --> 00:01:54,610 +الموجبة اللي بتمثل الـ A,B,C هذا الـ Y هذا الـ Y + +23 +00:01:54,610 --> 00:01:58,750 +connection يكون في عند الـ null و في عند الـ A,B,C + +24 +00:01:58,750 --> 00:02:04,930 +الدلتا إيش بنسويه بالدلتا الدلتا بروح أنا واصلة + +25 +00:02:04,930 --> 00:02:08,890 +السالب للـ phase الأول أو السالب هي للـ A بوصله مع + +26 +00:02:08,890 --> 00:02:12,550 +الموجبة بتبع الـ B و السالب تبع الـ B بوصله مع الموجبة + +27 +00:02:12,550 --> 00:02:15,030 +بتبع الـ C و السالب تبع الـ C مع الموجبة بتبع الـ A + +28 +00:02:15,030 --> 00:02:19,190 +فبعطيني الدلتا، واضح؟ إذن هذه هي الـ Y و الدلتا + +29 +00:02:20,430 --> 00:02:23,650 +واتفقنا إن الـ three-phase system بيكون عندي + +30 +00:02:23,650 --> 00:02:30,290 +generator three-phase وفي عندي lines برضه three + +31 +00:02:30,290 --> 00:02:34,130 +-phase و load three-line قلنا يا بيكونوا Y يا + +32 +00:02:34,130 --> 00:02:39,350 +Delta فعشان هيك قلنا هيكون فينا أربع تركيبات يا Y + +33 +00:02:43,180 --> 00:02:49,740 +مع Y ومع Delta و Delta مع Delta و Y مع Y و Delta مع Y + +34 +00:02:49,740 --> 00:02:53,820 +أربع connections قلنا نوع الـ phase تبع الـ + +35 +00:02:53,820 --> 00:02:58,120 +generator هي بيكون a,b,c sequence أو a,c,b + +36 +00:02:58,120 --> 00:02:58,560 +sequence + +37 +00:03:01,690 --> 00:03:03,770 +و عرفنا الـ balance system قلنا إيش الـ balance + +38 +00:03:03,770 --> 00:03:07,250 +system اللي بيكون عندهم نفس الـ amplitude و الـ + +39 +00:03:07,250 --> 00:03:12,430 +phase 120 درجة اختل حاجة من هدول الـ impedance + +40 +00:03:12,430 --> 00:03:16,390 +بتاعة الـ loads نفس الشيء Z loads بتكون متساوية لـ + +41 +00:03:16,390 --> 00:03:22,390 +الـ three phases زي ZA و ZB و ZC نفس الشيء للـ lines + +42 +00:03:22,390 --> 00:03:29,850 +بيكونوا متساويات مثلا + +43 +00:03:30,310 --> 00:03:33,930 +إذا الـ balance بيكون الـ impedance متساوية الـ + +44 +00:03:33,930 --> 00:03:36,590 +voltages متساوية بالـ amplitude و الـ phase بينهم + +45 +00:03:36,590 --> 00:03:40,990 +120 درجة إذا بيكونوا في حالة balanced بمعنى إن + +46 +00:03:40,990 --> 00:03:49,460 +قلنا كمان Va زائد Vb زائد Vc إيش بتساوي؟ Zero هذا + +47 +00:03:49,460 --> 00:03:52,840 +الكلام واضح؟ هذا الآن جزئية اللى بس بضغط لكم + +48 +00:03:52,840 --> 00:03:55,800 +إياها في الـ three phase system أعطيتكم مثال أو + +49 +00:03:55,800 --> 00:03:59,780 +مثلين عن اللى هو إيش نوع الـ sequence وكيف أرسمها + +50 +00:03:59,780 --> 00:04:03,320 +يعني ممكن يجيك في الامتحان ارسم sequence معينة أو + +51 +00:04:03,320 --> 00:04:06,080 +أعرف إيش هي الـ sequence ياقولك رسمي للـ ABC + +52 +00:04:06,080 --> 00:04:09,460 +sequence ياقولك عارف ليها هعطيكي voltages وقولك + +53 +00:04:09,460 --> 00:04:12,700 +إيش نوع الـ sequence أو أنت عارفين إيه نوع الـ + +54 +00:04:12,700 --> 00:04:16,600 +connections، عدد الـ connections، أشياء زيها هذا كل + +55 +00:04:16,600 --> 00:04:19,400 +ما بدي أعطيك عنه في الـ three phase system اليوم + +56 +00:04:19,400 --> 00:04:24,100 +هننقل لموضوع تاني هو موجود في manual هيوفر لكم إياها + +57 +00:04:24,100 --> 00:04:28,700 +المهندس المفروض تكون متوفرة في مكتب الطالب اليوم + +58 +00:04:28,700 --> 00:04:33,100 +المفروض حاطها و الجزئية هذه بتحكي عن و الإنارة و + +59 +00:04:33,100 --> 00:04:38,560 +الأحمال و الآخرين نبدأ في الجزئية الأولى اللي + +60 +00:04:38,560 --> 00:04:39,840 +بتحكي على الإنارة + +61 +00:04:43,650 --> 00:04:46,750 +طبعا الإنارة إحنا مش كل اللي في البيت بس إنارة صح؟ + +62 +00:04:46,750 --> 00:04:49,930 +إحنا .. ولا في المصانع كله إنارة، إحنا بن .. بنضمن + +63 +00:04:49,930 --> 00:04:53,250 +نيونات، في عندنا مثلا جهاز كم .. كمبيوتر، في عندنا + +64 +00:04:53,250 --> 00:04:56,590 +كاميرات، في عندنا ثلاجات، في عندنا غسلات .. مجاور + +65 +00:04:56,590 --> 00:05:00,070 +.. فإذا في عندنا إنارة و في عندنا أشياء أخرى، لكن + +66 +00:05:00,070 --> 00:05:03,070 +حسب الـ statistics أو الإحصائيات، بلاحظوا تقريبا + +67 +00:05:03,070 --> 00:05:05,250 +معظم الطاقة رايحة وين إنارة .. بالإنارة .. ناس + +68 +00:05:05,250 --> 00:05:07,530 +تستغنيش عن الإنارة، وما بتروح تطفوها لضواو، وما + +69 +00:05:07,530 --> 00:05:11,230 +بتروح تطفئ ضواو، فإذا الإنارة بتستهلك كمية كبيرة من + +70 +00:05:11,230 --> 00:05:16,700 +الطاقة إذن هي من أحد الـ targets اللي حطوها الناس + +71 +00:05:16,700 --> 00:05:19,980 +عشان يحافظوا على الاقتصاد الوطني إنه يحصلوا على + +72 +00:05:19,980 --> 00:05:24,220 +إنارة بكفاءة عالية وأقل طاقة، فظهرت اللي هي + +73 +00:05:24,220 --> 00:05:28,020 +بتعرفوا لمبات الاحتفاظ على الطاقة مثلا يعني، إذن + +74 +00:05:28,020 --> 00:05:31,340 +إحنا الـ .. الهدف منه إنه أنا أحاول .. أحاول أحسن + +75 +00:05:31,340 --> 00:05:38,900 +الإنارة وأخفض التكلفة، طيب إذا نقولنا هي بتستهلك + +76 +00:05:38,900 --> 00:05:42,080 +كمية كبيرة لدرجة إنه تقال إنه من ثلاثين لسبعين في + +77 +00:05:42,080 --> 00:05:45,100 +المئة من تكاليف الطاقة الكلية هي بس إنارة في + +78 +00:05:45,100 --> 00:05:48,080 +المؤسسات البيتية أو الأعمال التجارية لكن في + +79 +00:05:48,080 --> 00:05:50,320 +المؤسسات الصناعية بتكون من خمسة لخمسة وعشرين لأن + +80 +00:05:50,320 --> 00:05:53,140 +في الصناعة بتلاقوهم برضه السحب أكتر على الماكينات + +81 +00:05:53,140 --> 00:05:57,080 +لكن في المحلات التجارية زي محلات القهوة ومحلات + +82 +00:05:57,080 --> 00:06:00,300 +الإكسسوارات بتكون من خمسة لخمسة وعشرين .. من ثلاثين + +83 +00:06:00,300 --> 00:06:02,800 +لسبعين في المئة ما بتعتمد كتير على الإنارة طول النهار + +84 +00:06:02,800 --> 00:06:06,880 +وضاوة ضاوة صح؟ لكن في الموسسات الصناعية الأكثرية + +85 +00:06:06,880 --> 00:06:10,220 +الاعتماد على السحب لكن بدوة فعنده من خمسة الى خمسة + +86 +00:06:10,220 --> 00:06:15,620 +وعشرين في المئة تكلفة في الإنارة أول + +87 +00:06:15,620 --> 00:06:19,200 +حاجة هنحكي في الإنارة من مصباح الكهربائي المصابيح + +88 +00:06:19,200 --> 00:06:23,700 +اللي بنحكي عنه هي الأداء أو الـ machine أو هي الحق + +89 +00:06:23,700 --> 00:06:27,080 +إيش ما بده اسميها اللي بتعطيني الإضاءة صح؟ إذا هي + +90 +00:06:27,080 --> 00:06:30,920 +مصدر إضاءة كهربائية، بتحول لي الـ electrical power + +91 +00:06:30,920 --> 00:06:34,400 +لقوة lightning power، بتحول لي القدرة الكهربائية + +92 +00:06:34,400 --> 00:06:37,520 +لقدرة إضاءة، يعني زي إننا عاملين بنشوف لو طفينا + +93 +00:06:37,520 --> 00:06:42,650 +الضوء مش هنشوف إيش إن، صح؟ المصابيح الكهربائية بتختلف + +94 +00:06:42,650 --> 00:06:47,230 +أنواعها و بشكلها و لون الإضاءة كمان، ممكن تقولوا + +95 +00:06:47,230 --> 00:06:51,030 +هذا ده لونه أصفر، هذا لونه أبيض، دافئ، هذا + +96 +00:06:51,030 --> 00:06:55,250 +أبيض، يعني فيه شوية .. حسب الغازات و حسب تركيبة + +97 +00:06:55,250 --> 00:06:58,970 +اللمبة نفسها، يمكن تصنيف المصابيح الكهربائية إلى + +98 +00:06:58,970 --> 00:07:02,920 +أربع مجموعات المجموعة الأولى بنسميها المصابيح + +99 +00:07:02,920 --> 00:07:05,900 +الفتيلية أو يعني اللي فيها فتيلة زي اللي أنتم + +100 +00:07:05,900 --> 00:07:09,780 +شايفينه هذا النوع منهم أنه الأول نوع منها المصباح + +101 +00:07:09,780 --> 00:07:13,860 +المتوهج أو مصباح التنجستين اللي قرر بينقرض مصباح + +102 +00:07:13,860 --> 00:07:17,840 +التنجستين يعني أظن قبل سنتين ثلاثة كان في ألمانيا + +103 +00:07:17,840 --> 00:07:21,800 +احتفال إنهم أغلقوا مصانع مصابيح التنجستين تسحب + +104 +00:07:21,800 --> 00:07:25,200 +كثير تسحب كهربا تجيها مئة بالمئة بتطلعي بس خمسة + +105 +00:07:25,200 --> 00:07:28,750 +و سبعين في المئة فقط مكتوب عليه خمسة وسبعين، بياخد + +106 +00:07:28,750 --> 00:07:31,790 +مئة و بيطلع عليه خمسة وسبعين، مثلا يعني، فإذا هو + +107 +00:07:31,790 --> 00:07:35,450 +بضيع طاقة كتير، بتروح شكل حرارة، لأن هو هاد السلك + +108 +00:07:35,450 --> 00:07:40,670 +التنجستين أوي، لازم يحمى عشان يتوهج عشان هيك لما + +109 +00:07:40,670 --> 00:07:43,570 +تكون الكهربا ضعيفة و بدويش صحي، إذا ما نأخذ فيه + +110 +00:07:43,570 --> 00:07:47,010 +المصابيح المتوهجة، أول نوع من المصابيح الفتيلية، + +111 +00:07:47,010 --> 00:07:49,870 +قلنا هو أول نوع، عندنا أربع أصناف، الصنف الأول هي + +112 +00:07:49,870 --> 00:07:54,880 +بتاعة مدعى الفتيلة منها مصباح متوهج tungsten وفيه + +113 +00:07:54,880 --> 00:07:58,800 +modified يسمونه مصباح tungsten الهالوجيني ففيه + +114 +00:07:58,800 --> 00:08:03,060 +مادة هالوجينية زي اليود و البروم و الكروم بتحسن من + +115 +00:08:03,060 --> 00:08:08,620 +قوة الإضاءة و بتخفف من السحب تبعه برضه فيه مصابيح + +116 +00:08:08,620 --> 00:08:11,480 +النوع الثاني، هذا الأول نوع اللي هو قلنا عنه + +117 +00:08:11,480 --> 00:08:15,120 +المصباح اللي هو الفتيلة النوع الثاني مصباح التفريغ + +118 +00:08:15,120 --> 00:08:18,740 +الغازي اللي هو ميه الـ .. الـ flores هذا ميبقى مفرغة + +119 +00:08:18,740 --> 00:08:22,040 +محطوط فيه غاز مفرغة من الهواء محطوط فيها من أنواع + +120 +00:08:22,040 --> 00:08:26,040 +الغازات مصباح الصوديوم ذات الضغط المنخفض ومصباح + +121 +00:08:26,040 --> 00:08:29,140 +الصوديوم ذات الضغط العالي مصابيح الزئبق ذات الضغط + +122 +00:08:29,140 --> 00:08:32,600 +العالي ومصابيح الهاليد المعدني كل هدول مصابيح + +123 +00:08:32,600 --> 00:08:36,240 +التفريغ الغازي كلها غازات كالبها صوديوم وزئبق + +124 +00:08:36,240 --> 00:08:40,230 +وهاليد مصابيح الموفرة للطاقة، الموفرة للطاقة اللي هي + +125 +00:08:40,230 --> 00:08:47,350 +اللي أتت انتشرت كتير في غزة الـ CFL و آخر نوع اللي + +126 +00:08:47,350 --> 00:08:50,550 +هو الـ light emitting diodes هذه اللي هي الأنواع + +127 +00:08:50,550 --> 00:08:53,170 +اللي متوفرة طبعا هذه الشكل اللي هي light emitting + +128 +00:08:53,170 --> 00:08:58,290 +diodes وهدول المصابيح الموفرة للطاقة وهدول أنواع + +129 +00:08:58,290 --> 00:09:02,450 +اللي هي زي الـ neon ومصابيح الـ sodium تمام؟ في أسئلة + +130 +00:09:02,450 --> 00:09:05,750 +صلاح دينا؟ إذا شوفنا إحنا الأنواع الأربعة الفتيلة + +131 +00:09:05,750 --> 00:09:09,230 +و المفرغة و الموفرة للطاقة و الـ light-emitting + +132 +00:09:09,230 --> 00:09:14,570 +diodes بس + +133 +00:09:14,570 --> 00:09:17,870 +أنا حابة أحكي حاجة أنا بضايقني كتير يعني رجاء + +134 +00:09:17,870 --> 00:09:21,290 +اللي بتوع دغولدان يتوقفوا عن مضغولدان كم مرة صرنا + +135 +00:09:21,290 --> 00:09:25,310 +حاكينه خلص الفصل و بحكي عن أكل فقعد بالـ class يعني + +136 +00:09:25,310 --> 00:09:28,070 +أنا مش عارفة أركز و هو توم قاعد بتحرك إقبالي + +137 +00:09:33,160 --> 00:09:39,720 +يتم تحديد عمر المصباح لـ fluorescent نعم بديك + +138 +00:09:39,720 --> 00:09:42,380 +تحفظ أنواعها أنا بعجبني في كدرين ده ماتسالي إيه + +139 +00:09:42,380 --> 00:09:45,040 +سؤال انتحار هنا بديك تحفظ أنواعها + +140 +00:09:47,810 --> 00:09:50,390 +مش لازم نضل هات كده يعني أكيد في أخر الفاصل اللي + +141 +00:09:50,390 --> 00:09:52,870 +بحصل آخر محاضرة هتقولوا لي إيش بده يدخل من الأفلام + +142 +00:09:52,870 --> 00:09:54,770 +التحامية مش على طول أول مشراح يقولوا لي إيش بدي + +143 +00:09:54,770 --> 00:09:58,470 +أدرس وإيش بدي أشتغل بديك تعرف أنواعه ممكن يجيك + +144 +00:09:58,470 --> 00:10:01,150 +السؤال ماهي أنواع المصباح الكهربائي أو ماهو تعريف + +145 +00:10:01,150 --> 00:10:04,910 +المصباح الكهربائي هو المصباح اللي بيحول مصدر + +146 +00:10:04,910 --> 00:10:08,230 +الطاقة الكهربائية لطاقة ضوئية أنواعه فيهم أربع + +147 +00:10:08,230 --> 00:10:12,310 +أساسية وكل نوع بتحكي ليه عن أنواعه مش مطلوب منك + +148 +00:10:12,310 --> 00:10:15,780 +ترسمه إذا هذا اللي مقلقك يعني رسملأ أنا أقول جزء + +149 +00:10:15,780 --> 00:10:18,980 +من اللغة يعني عايزة تيجي الأسئلة ورا تيجي ورا إيه، + +150 +00:10:18,980 --> 00:10:22,020 +بس يعني هيك بالعربي؟ أيوة هيك بالعربي، أسئلة تهديت + +151 +00:10:22,020 --> 00:10:32,020 +جزئية بالعربي أي كلمة عارفة على الصراحة؟ يحدد + +152 +00:10:32,020 --> 00:10:35,720 +أول عمر المصباح الـ fluorescent على إنه بتراوح من + +153 +00:10:35,720 --> 00:10:40,180 +سبعتلاف وخمسمية ساعة، بتشتري .. بتشتقليه على عمر + +154 +00:10:40,180 --> 00:10:42,840 +النوم، بقولك والله هذا بي .. بي .. بي .. بيخدمك، + +155 +00:10:42,840 --> 00:10:46,460 +خمستاشر ألف ساعة، سبعتلاف وخمسمية ساعة، تمانتلاف + +156 +00:10:46,460 --> 00:10:50,160 +ساعة، على أساس إنه بيفرض إن مدة الإضاءة المستمرة + +157 +00:10:50,870 --> 00:10:58,530 +بين كل عملية تلات ساعات أنواع + +158 +00:10:58,530 --> 00:11:02,450 +الألوان المصباح الفلوري فيه إنها الصفة قدش قدرته + +159 +00:11:02,450 --> 00:11:06,650 +على إعطاء البيات والقدرة الضوئية ودليل أمانة + +160 +00:11:06,650 --> 00:11:11,390 +الألوان لو احنا بنروح على صفة البيض دوق النهار اللي + +161 +00:11:11,390 --> 00:11:15,430 +هو بيعطينا a fluorescent، دوقه كأنه دوق النهار، + +162 +00:11:15,430 --> 00:11:18,990 +القدرة الضوئية بتاعته 67 lumens بالواط ودليل + +163 +00:11:18,990 --> 00:11:24,590 +الأمانة 57 دليل الأمانة يعني كتير بتسمعوا، يمكن + +164 +00:11:24,590 --> 00:11:27,030 +أحد تقول في المدرسة إنهم بديك تروح تشتري أواعي، + +165 +00:11:27,030 --> 00:11:30,090 +روح يشتريها في واضح النهار ما تروحيش على المحل في + +166 +00:11:30,090 --> 00:11:32,870 +الليل و هو ضاوي الإضاءة الـ artificial، اللي هو الـ + +167 +00:11:32,870 --> 00:11:36,250 +.. الـ neonate أو اللي هي الـ sodium lights، لأن أنت + +168 +00:11:36,250 --> 00:11:39,890 +بتدخل على المحل، بتشوفي طبعا الإضاءات بتعمل وهج + +169 +00:11:39,890 --> 00:11:42,290 +مختلفة على العينين، بتشوف اللي بتعمل أثر على + +170 +00:11:42,290 --> 00:11:46,210 +العينين، بتشوف الألوان جميلة جدا، ممكن تشوفي اللون + +171 +00:11:46,210 --> 00:11:49,350 +ugly هو اللي أنت بدكيها، بس بتشوفي ألوان غالبة + +172 +00:11:49,350 --> 00:11:54,230 +بتعطيكي بحرج للألوان بشكل أغمق وأحلى فأنت بتقولي اه + +173 +00:11:54,230 --> 00:11:56,330 +أنا هذا اللي بدي إياه و بتاخديه بتروح على البيت + +174 +00:11:56,330 --> 00:11:58,710 +أنت بتكون شايفاه اللون بتروح على البيت تاني يوم مش + +175 +00:11:58,710 --> 00:12:02,970 +تلبسيه بتقولي أنا هيك شريت اللون فهو غالبا النصيحة + +176 +00:12:02,970 --> 00:12:06,830 +بتكون لأ أنت عجبك الـ model مثلا بالليل تاني يوم + +177 +00:12:06,830 --> 00:12:10,550 +بالنهار بتروح و بتتأكد من اللون اللي بدك إياه مش هو + +178 +00:12:10,550 --> 00:12:13,750 +بده يغشك، أنت غشتي حالك، هو فاتح بيشتغل طول الليل + +179 +00:12:13,750 --> 00:12:16,290 +و النهار، أنت روحت بالليل و قولتي له أنا هذا اللون + +180 +00:12:16,290 --> 00:12:18,650 +اللي عجبني، هو مش عارف إن أنت مش قصدها هذا اللون، + +181 +00:12:18,650 --> 00:12:21,410 +أنت هذا اللون هو مش شايف علك الشايفة، بدي هذا + +182 +00:12:21,410 --> 00:12:25,150 +اللون الأخضر، خلاص استقل على الله، إيش درجة الأخضر + +183 +00:12:25,150 --> 00:12:28,970 +هي بتعتمد من كيف ما سقط الضوء الـ artificial على عينك، + +184 +00:12:28,970 --> 00:12:31,830 +عشان هيك في عندك دليل أمانة اللون، يعني قد إيش اللون + +185 +00:12:31,830 --> 00:12:36,350 +هذا قريب للطبيعي فعشان هي كده هي نصيحة دائما تستهل + +186 +00:12:36,350 --> 00:12:40,010 +الفتيات بالذات لإن هم بيتهموا كتير بالألوان فإنك + +187 +00:12:40,010 --> 00:12:44,230 +تشتري في النهار إذا مزنوقة بدك بالليل بتروح بتشوف + +188 +00:12:44,230 --> 00:12:48,900 +بس الـ model و في النهار ترجع عشان تاخدي الألوان إذا + +189 +00:12:48,900 --> 00:12:52,500 +نعينا الأبيض بارد القدرة الطوائية 80% دلل الأمانة + +190 +00:12:52,500 --> 00:12:58,380 +67% أبيض بارد deluxe 55% دلل الأمانة 85% غالبا هذا + +191 +00:12:58,380 --> 00:13:02,060 +بيكون للمصانع اللي هو الأبيض البارد أبيض بارد + +192 +00:13:02,060 --> 00:13:06,380 +deluxe بيعطيك أمانة تقريبا 85% أبيض دافئ تمانين + +193 +00:13:06,380 --> 00:13:10,580 +أمانة خمسة وخمسين، أبيض دافئ دولوكس خمسة وخمسين، + +194 +00:13:10,580 --> 00:13:14,060 +سبعة وسبعين، طبعا الدافئ اللي بتحس فيه إنه بيعطيك + +195 +00:13:14,060 --> 00:13:18,000 +شوية حرارة أو يعني اللون هي كده بيعطيك نوع من + +196 +00:13:18,000 --> 00:13:21,800 +الدفئ، أبيض تمانين واحد وستين، دول النهار سبعة و + +197 +00:13:21,800 --> 00:13:28,320 +ستين، سبعة وخمسين نحكي + +198 +00:13:28,320 --> 00:13:32,950 +عن خيض الضوء اللي هو luminous flux وبيرمزوله بالرمز + +199 +00:13:32,950 --> 00:13:36,490 +Fi أو بالرمز F يعني حسب أنت من يوم تدرسه ممكن + +200 +00:13:36,490 --> 00:13:39,950 +تلاقي في بعض الكتب مرمزه بالرمز الـ F وبعض مرمزه + +201 +00:13:39,950 --> 00:13:44,030 +برمز الـ Fi هذا هو الفيض الضوئي أو luminous flux و + +202 +00:13:44,030 --> 00:13:46,590 +إيه هو عبّر؟ إيش بيعبر للفاية الضوئي؟ عن حساسية + +203 +00:13:46,590 --> 00:13:50,740 +العين للقدرة الضوئية يعني قد إيش عيني بتشوف القدرة + +204 +00:13:50,740 --> 00:13:54,420 +الضوئية، الحسية بتاعتي هي الفيض الضوئي ويعرف بأنه + +205 +00:13:54,420 --> 00:13:58,400 +كمية الكلية للضوء المباعث في الثانية من مصدر + +206 +00:13:58,400 --> 00:14:01,660 +الضوء، لأن هي كمية برضه ضوء الكلية قد إيش يتعبلى عن + +207 +00:14:01,660 --> 00:14:04,580 +الحسية لما يقولك هل قد الـ .. الـ .. الفيض الضوئي هل + +208 +00:14:04,580 --> 00:14:08,280 +قد تعرف قد إيش حسية عينك له، قد إيش مقدار الحسية، لكن هي + +209 +00:14:08,280 --> 00:14:10,900 +برضه بتعبلى عن كمية الكلية للضوء المباعث في + +210 +00:14:10,900 --> 00:14:14,400 +الثانية من مصدر الضوء ويقاس الفيض الضوئي بوحدة + +211 +00:14:14,400 --> 00:14:19,380 +تسمى الـ lumen، هيا بيرمز لها بقى الأموتختلف كمية + +212 +00:14:19,380 --> 00:14:22,080 +الفيض المباعث من المصابي حسب نوعها وقدرتها + +213 +00:14:22,080 --> 00:14:25,860 +فالمصباح التنجستون قدرة 100 واط ينتج حوالي 1200 + +214 +00:14:25,860 --> 00:14:28,760 +ليمن في حين الـ لمبة الـ fluorescent في قدرة 41 + +215 +00:14:28,760 --> 00:14:33,160 +تنتج حوالي 2400 ليمن أما مصباح الذئبى قدرة 100 واط + +216 +00:14:33,160 --> 00:14:37,720 +فينتج حوالي 3200 ليمن واضح؟ قالوا هذا + +217 +00:14:40,540 --> 00:14:43,100 +شدة الإضاءة، إيش الفرق بين الفيض الضوء وشدة + +218 +00:14:43,100 --> 00:14:45,780 +الإضاءة؟ شدة الإضاءة هي الـ liminous intensity، هذه + +219 +00:14:45,780 --> 00:14:50,820 +الـ flux الفيض وهذه الـ intensity ويرمز لها برمز I، + +220 +00:14:50,820 --> 00:14:55,060 +intensity من I ويعبّر عن قدرة المصدر الضوءي على + +221 +00:14:55,060 --> 00:15:00,090 +اندعاس الفيض الضوءي في اتجاه محدد قد إيش بيبعثلي + +222 +00:15:00,090 --> 00:15:03,890 +fight في اتجاه معين intensity واتقاص بوحدة الـ + +223 +00:15:03,890 --> 00:15:07,750 +candela أو الشامعة و الـ candela كلمة عربية أكيد + +224 +00:15:07,750 --> 00:15:11,950 +أخدتها في المدرسة القنديل القنديلة لأن أول ناس + +225 +00:15:11,950 --> 00:15:14,890 +اشتغلوا في هذا الموضوع هم العرب و كانوا يقيصوا شدة + +226 +00:15:14,890 --> 00:15:18,670 +الإضاءة بالقنديلة بشدة إضاءة الشامعة القنديل أو + +227 +00:15:18,670 --> 00:15:24,320 +يعني لأن كانت القنديل هي الـ .. الاناديل ويُرمز لها + +228 +00:15:24,320 --> 00:15:28,880 +برمز CD أو تقاس بوحدة الـ candle power ويُرمز لها + +229 +00:15:28,880 --> 00:15:33,520 +بالـ CB وتمثل المعادلة التالية I اللي هي الـ + +230 +00:15:33,520 --> 00:15:37,440 +intensity بتساوي الـ flux على Omega Phi اللي يقولنا + +231 +00:15:37,440 --> 00:15:40,620 +مين الفيض الضوء أو الـ flux و الـ intensity هي Phi + +232 +00:15:40,620 --> 00:15:45,020 +على Omega Omega بنسميها الزاوية المجسمة أو + +233 +00:15:45,020 --> 00:15:50,190 +الفراغية الـ solid angle المقابلة لمساحة السطح + +234 +00:15:50,190 --> 00:15:53,450 +المضاء وطبعا الـ unit بتاعتها قلنا إيش luminous + +235 +00:15:53,450 --> 00:16:04,410 +per steradian اللي هي وحدة الـ solid angle هي تمثل + +236 +00:16:04,410 --> 00:16:09,410 +الـ solid angle المساء .. الزاوية الفراغية المقابلة + +237 +00:16:09,410 --> 00:16:13,370 +لمساحة السطح المضاء يعني مثلا هاي الزاوية .. هاي + +238 +00:16:13,370 --> 00:16:17,110 +هالزاوية هاي الفراغية المقابلة مساحة السطح اللي هي + +239 +00:16:17,110 --> 00:16:21,210 +A المضاءة وتقاسف واحد يقولنا الـ stridian أو SR + +240 +00:16:21,210 --> 00:16:24,830 +وتعرف بأنها الزاوية عند المركز المقابل جزء من سطح + +241 +00:16:24,830 --> 00:16:29,630 +الكرة وهذا جزء له مساحة تساوي مربع نصف القطر أي أن + +242 +00:16:29,630 --> 00:16:32,750 +أميجا بالساوية واحد عندما A بتساوي R تربيع + +243 +00:16:35,910 --> 00:16:39,590 +ملخصة لقدرة ضيائية ودليل أمانة تنقل ألوان المصابيح + +244 +00:16:39,590 --> 00:16:41,990 +المختلفة أحنا المرة اللي .. اللي شفناها الجدول + +245 +00:16:41,990 --> 00:16:45,150 +السابق كان فقط على الـ fluorescent light اللي هي + +246 +00:16:45,150 --> 00:16:48,750 +القدرة اللون المصباح الفلوري والقدرة الضيائية و + +247 +00:16:48,750 --> 00:16:52,950 +الدل الأمان فينا كمان جدول في الـ .. الـ .. الكتيب + +248 +00:16:52,950 --> 00:16:56,450 +تبعناه بيحكي عن نوع المصباح والاستخدام النموذج + +249 +00:16:56,450 --> 00:17:00,530 +إيه لو وين بستخدمه وإيه القدرة الضيائية وقد إيش + +250 +00:17:00,530 --> 00:17:05,250 +دليل الألوان عندنا مثلا عندنا متوهج عادي هدف + +251 +00:17:05,250 --> 00:17:08,830 +الإضاءة المنزلية القدرة تلتاش ودل الألوان مية + +252 +00:17:08,830 --> 00:17:12,770 +متوهج عالي القدرة إضاءة داخلية على أرتفاعات كبيرة + +253 +00:17:12,770 --> 00:17:17,550 +يعني لما يكون فيه قاعات أفراح وعالية كتير الصقوف + +254 +00:17:17,550 --> 00:17:21,050 +عالية بتستخدم إن هي متوهج عالي القدرة القدرة + +255 +00:17:21,050 --> 00:17:24,410 +الضيائية تمنتعش ودالي الألوان مية، tungsten + +256 +00:17:24,410 --> 00:17:29,550 +الهولوجين، الإضاءة الغامرة وقدرة واحد وعشرين ودالي + +257 +00:17:29,550 --> 00:17:34,810 +الألوان مية، ذئبق ده مولّف بديل المصباح المتوهج + +258 +00:17:34,810 --> 00:17:39,590 +عشرين سبعين وها كذا مثلا زقبق هدولة غالبا + +259 +00:17:39,590 --> 00:17:42,970 +بيستخدموها للشوارع والمصانع، الهليد بيستخدموه + +260 +00:17:42,970 --> 00:17:47,450 +للمصانع، الـ flory إضاءة عامة، Sodium ذات ضغط عالي + +261 +00:17:47,450 --> 00:17:50,590 +إضاءة الشوارع والمناطق التجارية Sodium ذات ضغط + +262 +00:17:50,590 --> 00:17:54,210 +منخفض إضاءة الشوارع، غالبا هي هاي الاستخدامات + +263 +00:17:54,210 --> 00:17:57,870 +بتاعتها، هنا السؤال بيجي طبعا إيش نوع .. مثلا + +264 +00:17:57,870 --> 00:18:01,590 +بقولك لمين بيستخدموا الهليد؟ ممكن لإضاءة المصانع، + +265 +00:18:01,590 --> 00:18:05,310 +الـ flory لإضاءة عامة، متوهج عام لإضاءة منازل، هيك + +266 +00:18:05,310 --> 00:18:09,570 +النوع السؤال اللي هيكون أنواع الإنارة، طبعا أنواع + +267 +00:18:09,570 --> 00:18:14,750 +الإنارة هدى بتخصصوا فيها تعاون الـ .. مش .. مش + +268 +00:18:14,750 --> 00:18:17,290 +تعاون الكهربا، أنواع الإنارة هدولة بتخصصها تعاون + +269 +00:18:17,290 --> 00:18:20,730 +الـ decor، هنا أنا بدي أحطلك إنارة، طبعا بيكونوا + +270 +00:18:20,730 --> 00:18:24,450 +دارسين إيش طبيعة الإضاءات وتأثيرها في الغرفة و + +271 +00:18:24,450 --> 00:18:28,550 +انعكساتها على الألوان والأخرى، المساكن تكمل بخيوط + +272 +00:18:28,550 --> 00:18:32,440 +عن العمارة في عندنا إنارة مباشرة زي ما أنتم شايفين + +273 +00:18:32,440 --> 00:18:36,340 +هذه الرسومات بتوطحنا أنواع الإنارة إنارة مباشرة نصف + +274 +00:18:36,340 --> 00:18:40,420 +مباشرة موزعة بانتظام وغير مباشرة الإنارة المباشرة + +275 +00:18:40,420 --> 00:18:43,700 +زي ما تشايفين بيكون الضوء فوق رأسك مباشر ساقط عليك + +276 +00:18:43,700 --> 00:18:49,620 +مباشرة النصف مباشر يعني بيكون في جزء منه هذا كله، + +277 +00:18:49,620 --> 00:18:52,780 +شايفة؟ أنت ملاحظين كل الإضاءة جاي عليكي، هنا نص + +278 +00:18:52,780 --> 00:18:56,820 +اللبّة، بس نصها، انغطى، نص الإضاءة جاي عليكي، + +279 +00:18:56,820 --> 00:19:00,180 +موزعة بانتظام، بيكون فيش عليها الإلافة ده اللي + +280 +00:19:00,180 --> 00:19:04,160 +بيقطع، إنارة غير باشرة، بيكون في عكس، بيعكس الضوء + +281 +00:19:04,160 --> 00:19:07,940 +أول وبعدين بيجيك جزء منه، دائما هالإنارة خفية و + +282 +00:19:07,940 --> 00:19:12,000 +رومانسية يعني، إنارة غير مباشرة، بدك إضاءة بسيطة، + +283 +00:19:12,000 --> 00:19:13,820 +بدك نواس وهكذا + +284 +00:19:21,460 --> 00:19:25,800 +عجباتكم؟ الفكرة مفهومة رومانسية، مفهومة التعامل + +285 +00:19:25,800 --> 00:19:30,920 +الـ .. الـ .. الجامعات معاكتنا، آه عايز بحكينا + +286 +00:19:30,920 --> 00:19:35,900 +معاكتنا يعني + +287 +00:19:35,900 --> 00:19:38,540 +في البيت، في العائلة غالبا الناس بتـ .. يعني اللي + +288 +00:19:38,540 --> 00:19:40,820 +بيهتموا بالديكورات يعني احنا مش من الناس اللي بتهتم + +289 +00:19:40,820 --> 00:19:43,240 +بالديكورات، ما أعرفش ممكن في ناس ممكن بتهتم بالديكورات + +290 +00:19:44,710 --> 00:19:47,630 +في ناس كثير بيروحوا للمطابخ يعني بيروحوا وهم يعملوا + +291 +00:19:47,630 --> 00:19:53,170 +لها أضواء بطريقة معينة بتاعة أو في غرف النوم، + +292 +00:19:53,170 --> 00:19:57,110 +الغرف بتاعة القراءة بتكون فيها إضاءة عالية، غالبا + +293 +00:19:57,110 --> 00:20:01,770 +برا بتلاقوا أقوى ضوء في ضوء المطابخ وباقي الأوض + +294 +00:20:01,770 --> 00:20:05,870 +كلها عتمة يعني دو إضاءة خفيفة خفيفة خفيفة خفيفة + +295 +00:20:05,870 --> 00:20:09,930 +لإن الناس في الكنب هتشتغل في البيت برا يعني، ما فيش + +296 +00:20:09,930 --> 00:20:12,290 +علامة مشغولة في البيت، المطبخ هو الوحيد اللي يمكن + +297 +00:20:12,290 --> 00:20:14,550 +يفكروا يشتغلوا فيه طب خفيفة، بتلاقي تلات أربع + +298 +00:20:14,550 --> 00:20:17,110 +مليونات، واحد فوق المجلة وواحد فوق الباب وواحد مش + +299 +00:20:17,110 --> 00:20:20,210 +عارفة وين، بتلاقي مطبخ خلقادي وفي مش عارفة أكام + +300 +00:20:20,210 --> 00:20:26,430 +مليونة هُوش القواض التانية بتحسس مش هي فحاجة لأنهم + +301 +00:20:26,430 --> 00:20:28,930 +بيعتبروها للـ relaxation هاي المقصود فيها رومانسية + +302 +00:20:28,930 --> 00:20:31,910 +relax الهدوء أنت بتروح تعبانة من الشغل ومعرضة + +303 +00:20:31,910 --> 00:20:35,230 +لإضاءة كتير عالية فبديك تهدي جسمك بديك ترحيه + +304 +00:20:35,230 --> 00:20:39,450 +فبتكون الإضاءة خفيفة العمل عمل يكون طول وقت طول + +305 +00:20:39,450 --> 00:20:43,070 +النهار فهنا أنت البيت للراحة والاستقرار أنا هذا + +306 +00:20:43,070 --> 00:20:44,770 +اللي جدا حابيت أشرحه يعني هذا المقصود في + +307 +00:20:44,770 --> 00:20:50,850 +الرومانسية للهدوء والراحة النفسية طب كيف نحسب شدة + +308 +00:20:50,850 --> 00:20:53,970 +الإضاءة؟ احنا بنحكي عن شدة إضاءة ومباشرة و + +309 +00:20:53,970 --> 00:20:56,570 +غير مباشرة والأخرين، فينا بعض جداول في الكتاب + +310 +00:20:56,570 --> 00:20:59,910 +هنستعين فيها واحنا بنحلم السهل على هذه الخطوات + +311 +00:20:59,910 --> 00:21:02,750 +اللي بدأ أشرحها، وهذه أحد الأسئلة اللي فيها في + +312 +00:21:02,750 --> 00:21:07,200 +الامتحان حساب شدة الإضاءة أول حاجة بنحدد كمية + +313 +00:21:07,200 --> 00:21:11,340 +السيل الضوئي إن هو الـ flux المناسب لعمل من خلال + +314 +00:21:11,340 --> 00:21:14,940 +جدول رقم 1 في الـ manual أنا بس هقولها الـ manual + +315 +00:21:14,940 --> 00:21:19,260 +عشان نشوف شكلها فعنا بعض الجداول كل اللي حكيته في + +316 +00:21:19,260 --> 00:21:22,680 +الـ slides موجود مباشر حتى الرسمية بتاعة الإنارة + +317 +00:21:22,680 --> 00:21:26,940 +مباشرة وغير مباشرة موجودة فيها هنحكي عن حساب شدة + +318 +00:21:26,940 --> 00:21:31,440 +الإضاءة وفي عندنا اللي هو عدد من إجداوي اللي + +319 +00:21:31,440 --> 00:21:35,100 +هنستعين فيها عشان نحسب المثال جدول رقم واحد وجدول + +320 +00:21:35,100 --> 00:21:38,900 +رقم ثاني وفي الجدول هقولكم إيش هو الجدول فيه جدول + +321 +00:21:38,900 --> 00:21:43,260 +رقم واحد بيقولنا قداش قيمة اللي هي الـ .. بعد ما + +322 +00:21:43,260 --> 00:21:46,020 +نقرر إيش نوع الإنارة اللي بدي إياها بيقرروا لقداش + +323 +00:21:46,020 --> 00:21:50,740 +الـ flux اللي لازمني أو الـ CL الضوئي بعدين فينا + +324 +00:21:50,740 --> 00:21:54,180 +تحديد الإنارة المناسب لطبيعة العمل أنا بديها + +325 +00:21:54,180 --> 00:21:57,500 +من مباشرة مباشرة وأختيار الأجهزة المناسبة حساب + +326 +00:21:57,500 --> 00:22:02,120 +كمية المعامل CAF والـ CAF إيش بيساوي CAF بيساوي الـ .. + +327 +00:22:02,120 --> 00:22:06,280 +اللي هو طول الغرفة في أربع أضعاف العرض على خمسة H + +328 +00:22:06,280 --> 00:22:10,040 +اللي H هو الارتفاع إذا من هذا المعامل CAF بدي + +329 +00:22:10,040 --> 00:22:13,820 +أحسبه من اللي هي مساحة الغرفة أو من حجم الغرفة + +330 +00:22:13,820 --> 00:22:20,890 +اللي هو الطول في أربع أضعاف العرض على خمسة H إيجاد + +331 +00:22:20,890 --> 00:22:24,750 +قيمة معامل الاستعمال المقابل لقيمة K من جدول N + +332 +00:22:24,750 --> 00:22:29,470 +بنطول هذه القيمة هي معامل الاستعمال لو أكون حسبت K + +333 +00:22:29,470 --> 00:22:33,890 +فبنطولها من الجدول حساب التطفق الضوئي باللومن + +334 +00:22:33,890 --> 00:22:37,910 +بـ يساوي شدة الإضاءة Phi في المساحة على F اللي + +335 +00:22:37,910 --> 00:22:43,090 +حسبناها المعامل استعمال فعلا بعد الحسبة في دفع + +336 +00:22:43,090 --> 00:22:46,330 +الضوء الكل نحسب عدد المصابيح اللي لازمة يعني بقرر + +337 +00:22:46,330 --> 00:22:50,850 +إيش هو طبيعة العمل، هل هو بيت ولا مشغل ولا مصنع + +338 +00:22:50,850 --> 00:22:55,270 +ولا محل تجاري ومنه بقرر أكتر مصباح لازمني لغرفة ها + +339 +00:22:55,270 --> 00:22:59,410 +هي الخطوات اللي يعني مش صغيرة بس هي ملخصة هيك تبدأ + +340 +00:22:59,410 --> 00:23:02,250 +للمثال، في عينا مثال مباشرة عليها، طالب مننا حساب + +341 +00:23:02,250 --> 00:23:06,150 +الإنارة لمشغل ميكانيكي طولـه وعرضه ارتفاعه + +342 +00:23:06,150 --> 00:23:12,610 +والمشهد المستعمل في المصنع 220 volt أول حاجة بروح + +343 +00:23:12,610 --> 00:23:16,230 +من جدول اثنين في جدول اثنين في عنا عدد من اللي هي + +344 +00:23:16,230 --> 00:23:20,350 +إيش وأنواع المحلات والاستعمال وقداش عدد اللي هو + +345 +00:23:20,350 --> 00:23:23,870 +الـ .. الـ lux أو قداش عنا اللي .. اللي لازمني من + +346 +00:23:23,870 --> 00:23:27,370 +الـ .. مشيلة الإضاءة أو الإنارة فعنا بلاحظ أنه من + +347 +00:23:27,370 --> 00:23:31,350 +جدول اثنين الإنارة المطلوبة مشغل ميكانيك هيك في الـ + +348 +00:23:31,350 --> 00:23:35,570 +table مكتوب بدور ع كلمة مشغل ميكانيك إيش مشغل + +349 +00:23:35,570 --> 00:23:38,790 +ميكانيك وقداش مكتوب قبله مئة وعشرون lux بحطها + +350 +00:23:39,080 --> 00:23:42,320 +110 Lux هي أول حاجة حصلناها أنه عندي المشغل + +351 +00:23:42,320 --> 00:23:48,120 +الميكانيك بده 120 Lux نوع الإنارة إنارة مباشرة هذا + +352 +00:23:48,120 --> 00:23:50,720 +المشغل الميكانيك يبدوش يخبي نص الضوء ولا يعكس + +353 +00:23:50,720 --> 00:23:53,700 +الضوء بده إنارة مباشرة المشغل الميكانيك أكيد بده + +354 +00:23:53,700 --> 00:23:56,140 +إنارة مباشرة على الجهاز يشوف الحاجة اللي بيشتغلها + +355 +00:23:56,140 --> 00:24:03,260 +نحسب معامل CAF CAF إيش بيساوي L زائد 4 في W على + +356 +00:24:03,260 --> 00:24:09,160 +خمسة H انعوذ L اللي هي قداش ماطينياها عشرة زائد أربع + +357 +00:24:09,160 --> 00:24:11,720 +في ثمانية يعني مش هاد التحويل من العربي لإنجليزي + +358 +00:24:11,720 --> 00:24:16,600 +أربع في ثمانية على ثلاثة في خمسة يعني هي هيك يا + +359 +00:24:16,600 --> 00:24:21,400 +عشرة زائد أربع في ثمانية على ثلاثة في خمسة بتطلع + +360 +00:24:21,400 --> 00:24:24,620 +مقدارها اثنين وثمانية من عشرة المقدار اثنين و + +361 +00:24:24,620 --> 00:24:27,580 +ثمانية من عشرة بقريبها ثلاثة لإن هو ترشت على جدول + +362 +00:24:27,580 --> 00:24:32,120 +رقم واحد بطول منه F أو F فلاقيها إن ما فيش فيه + +363 +00:24:32,120 --> 00:24:35,400 +اثنين وثمانية من عشرة أقرب شيء لها ثلاثة فبروح + +364 +00:24:35,400 --> 00:24:39,360 +باستخدام الجدول وبطلع إيش إبالي اللي هي رقم ثلاثة + +365 +00:24:39,360 --> 00:24:43,640 +بطول قيمة K اللي هي ثمانية وأربعين من مئة، فهي + +366 +00:24:43,640 --> 00:24:47,940 +حصلنا فـ ثمانية وأربعين مئة متأسفة، حسبنا كاف ومن + +367 +00:24:47,940 --> 00:24:51,820 +كاف بطول ف، فطلعت ثمانية وأربعين من مئة, if and + +368 +00:24:51,820 --> 00:24:55,160 +fight كل اللي مطلوب بالنقاط، قولنا إيش بيثاوي + +369 +00:24:55,160 --> 00:25:01,820 +المعادلة، شدة الإضاءة في المساحة على ف + +370 +00:25:04,560 --> 00:25:08,620 +فـ شدة الإضاءة عندي اللي هي مئة وعشرون فـ شدة الإضاءة + +371 +00:25:08,620 --> 00:25:12,020 +طولناها من table التانية لإن إن أنا بشغل ميكانيكي + +372 +00:25:12,020 --> 00:25:14,920 +لإن شدتها مئة وعشرون lux في المساحة الطول في + +373 +00:25:14,920 --> 00:25:18,620 +العرض عشرة في ثمانية على اللي هي F اللي حسبناها + +374 +00:25:18,620 --> 00:25:21,740 +ثمانية وأربعين عرفت أنها قيمة كاف بشيك كاف منها + +375 +00:25:21,740 --> 00:25:25,420 +بشيك F دكتورة بس بالنسبة للتقريب، التقريب تقريب + +376 +00:25:25,420 --> 00:25:28,360 +عادي ولا هناخد الـ ceiling أو إيش الـ ... ما هو + +377 +00:25:28,360 --> 00:25:30,680 +فيه كذا نوع من أنواع التقريب، تقريب عادي يعني + +378 +00:25:30,680 --> 00:25:34,420 +الرقم قريبة عادي؟ أنا الجواب طبعا قرابته عادي عشان + +379 +00:25:34,420 --> 00:25:39,180 +أعرف عظم تقريب مثلا فيه أنه تقريب سقف أو مثلا + +380 +00:25:39,180 --> 00:25:43,760 +تقريب عادي هذا عادي عادي بناء على أنه أكبر من نصف + +381 +00:25:44,040 --> 00:25:47,180 +أكبر من نصف يعني اثنين واثنين من عشرة أكبر من نصف + +382 +00:25:47,180 --> 00:25:49,820 +وبقربها للثلاثة لكن لو كانت مثلا اثنين واثنين من + +383 +00:25:49,820 --> 00:25:53,340 +عشرة بقربها .. في عنده واثنين ونصف يمكن اثنين و + +384 +00:25:53,340 --> 00:25:55,740 +اثنين من عشرة بقربها لـ اثنين ونصف اثنين وثلاثة من + +385 +00:25:55,740 --> 00:25:58,700 +عشرة لـ اثنين ونصف بطلع على الأرقام اللي عندي وبشوف + +386 +00:25:58,700 --> 00:26:01,120 +أقرب شيء لها اثنين واثنين من عشرة أقرب شيء + +387 +00:26:01,120 --> 00:26:03,960 +للثلاثة بروحش أقول اثنين ونصف ما هي اثنين واثنين + +388 +00:26:03,960 --> 00:26:08,420 +من عشرة أقرب للثلاثة إذا + +389 +00:26:08,420 --> 00:26:11,960 +نحسب اللي حصلت على الـ feed كلـه لإنه بي + +390 +00:26:15,020 --> 00:26:18,160 +fine يعني بيقولنا قداش عدد العواكس أو قداش عدد + +391 +00:26:18,160 --> 00:26:21,740 +الإضاءات لو كان عندنا كل عاكس أو كل اللي هو اللي + +392 +00:26:21,740 --> 00:26:25,020 +بيعطينا إنارة مباشرة يسمونها عواكس صناعية كل واحد + +393 +00:26:25,020 --> 00:26:29,040 +بيعطيني قيمته ألفين واتمية، قداش بدي منها، كم + +394 +00:26:29,040 --> 00:26:33,080 +واحد بدي، ماضي صار يعني سؤال بسيط للمدرسة، أقسمين + +395 +00:26:33,080 --> 00:26:35,640 +ألف على ألفين واتمية، بيعطينا عدد العواكس اللي + +396 +00:26:35,640 --> 00:26:37,220 +بدها تعطينا إنارة مباشرة + +397 +00:26:43,920 --> 00:26:46,100 +زي ما أنتم شايفينه هذا اللي على طول العكس اللي + +398 +00:26:46,100 --> 00:26:48,560 +باطلني إنارة مباشرة أو يعني المصابيح اللي + +399 +00:26:48,560 --> 00:26:51,600 +باطلني إنارة مباشرة لو كل واحد باطلني 1800 قداش + +400 +00:26:51,600 --> 00:26:56,800 +عددهم؟ سبعة فكرة احنا عرفنا قداش كم عاكس بحطه في + +401 +00:26:56,800 --> 00:26:59,740 +هذا المشغل اللي طوله عشرة وعرضه ثمانية وارتفاعه + +402 +00:26:59,740 --> 00:27:04,160 +ثلاثة عشان أحصل على مستوى إنارة مقدار مئة وعشرون + +403 +00:27:04,160 --> 00:27:08,440 +lux لأنه هذا الشيء اللي لازم لمشغل ميكانيكي، مئة + +404 +00:27:08,440 --> 00:27:12,220 +وعشرون lux فبهذا الـ size تبعه بحصل على .. بدي + +405 +00:27:12,220 --> 00:27:13,760 +سبعة عاكس، واضح؟ + +406 +00:27:16,920 --> 00:27:20,400 +خلصنا من الدور والمشاغل والمصانع والأخرة نفس + +407 +00:27:20,400 --> 00:27:23,260 +الفكرة بتيجي لأي سؤال بدل المشغل ممكن يجي منزل + +408 +00:27:23,260 --> 00:27:27,360 +ممكن يكون مدخل أو .. أو أوراق سلالم أو ممكن يكون + +409 +00:27:27,360 --> 00:27:32,800 +خياطة أو منجم أو الأخرة أنواع كثيرة محطوطة أو + +410 +00:27:32,800 --> 00:27:37,320 +مختبر ممكن احنا نحسب نفس الحسابات كم لازمني كم + +411 +00:27:37,320 --> 00:27:42,030 +لمبة وإيش نوع الإضاءة نجي لـ طرق، الطرق برضه بدها + +412 +00:27:42,030 --> 00:27:46,250 +إنارة فتصميم الإنارة بده شغل يعني مش .. مش حاجة + +413 +00:27:46,250 --> 00:27:49,830 +سهلة عشان الواحد لما يمشي في الشارع يكون .. وهي + +414 +00:27:49,830 --> 00:27:52,970 +طبعا نفترض الوضع مثلا أنه ما فيش قاطع كهربا وفينا + +415 +00:27:52,970 --> 00:27:56,290 +إنارة وكيف لما يمشي الواحد وهو فيه دواب كهربا أو + +416 +00:27:56,290 --> 00:28:00,210 +يعني مصابيح كهربائية وبُذلت عليها البلد مصاري أنه + +417 +00:28:00,210 --> 00:28:03,130 +أستفيد منها أفضل استفادة مش يكون فيه .. مليانة + +418 +00:28:03,130 --> 00:28:05,750 +الشوارع عاملة كهربا وأنا مش شايفها إيش يعني في + +419 +00:28:05,750 --> 00:28:10,120 +مراحل .. في مناطق معينة عتمة كاملة إذا إيش تتميز + +420 +00:28:10,120 --> 00:28:15,080 +الإنارة الجيدة؟ بتتميز بالاستمرارية والتوحيد + +421 +00:28:15,080 --> 00:28:17,660 +لإنارة سطح الطريق، يعني سطح الطريق مش لدفع تكون + +422 +00:28:17,660 --> 00:28:22,580 +غامقة ومتفاضلة ومتفاوِتة إيش فيها بحيث تسمح بالتعرف + +423 +00:28:22,580 --> 00:28:26,420 +ليش أنا بدي إياها تكون إنارة شاملة وموحدة، يعني زي + +424 +00:28:26,420 --> 00:28:28,840 +هذا الإخلاص، أنتم بلاحظين أنا شايفكم كلكم في نفس + +425 +00:28:28,840 --> 00:28:31,870 +الوقت، طبعا هذا أهم إيه لسه كمان في الطريق؟ وأنا + +426 +00:28:31,870 --> 00:28:34,870 +عمال مثلا بسوق أو عمال بمشي بدي أشوفه بسرعة كل + +427 +00:28:34,870 --> 00:28:38,570 +حاجة، لو في حاجز، لو في واحد بقطع الشارع، لذا + +428 +00:28:38,570 --> 00:28:42,210 +بسرعة لازم أشوف كل حاجة وأقدر المسافة وأنا في + +429 +00:28:42,210 --> 00:28:47,630 +قدامي مثلا في .. في شاب بدو يقطع الشارع فبدي أبطئ، + +430 +00:28:47,630 --> 00:28:51,850 +قديش أبطئ عشان ما أعطيه فرصة يمشي أو لازم أوقف + +431 +00:28:51,850 --> 00:28:55,670 +عشان أعطيه فرصة يمشي أو مثلا في عندي اللي هو مرتفع + +432 +00:28:56,280 --> 00:28:59,080 +فلازم أبطئ وقديش أبطئ، مش مالك مرة واحدة أعمل + +433 +00:28:59,080 --> 00:29:03,020 +break، بنيل الدنيا كلها، لأ، بدي أمشي ببطء أو أنا + +434 +00:29:03,020 --> 00:29:06,080 +بدي أقطع الشارع وفيه سيارة جاي بسرعة، أنا أشوف أن + +435 +00:29:06,080 --> 00:29:08,060 +فيه سيارة جاي من الأمام ومن الشمال وكيف أقطع + +436 +00:29:08,060 --> 00:29:11,140 +الشارع بأمان، إذا هذه هي الحاجة اللي لازم، عشان + +437 +00:29:11,140 --> 00:29:14,620 +أعمل هيك فيه معايير متعددة بتدخل في تصميم إنارة + +438 +00:29:14,620 --> 00:29:19,580 +الطريق، شدة الإشعاع برضه بيسموه مستوى النصوع، انتظام + +439 +00:29:19,580 --> 00:29:24,120 +النصوع، البهر، والبهر المعوق، توصيات اللجنة الدولية + +440 +00:29:24,120 --> 00:29:28,800 +للإضاءة CIE، توزيع الفوانيس، نوع سطح الطريق اللي هو + +441 +00:29:28,800 --> 00:29:33,080 +بيسموه معامل R أيضا، والتنفيذ، هاي هي المعامل اللي + +442 +00:29:33,080 --> 00:29:37,060 +بتدخل أو عوامل اللي بتدخل في أن أحصل إنارة جيدة + +443 +00:29:37,060 --> 00:29:41,500 +للطرقات، هنحكي عن كل واحدة على حدة، شدة الاستضاءة، + +444 +00:29:41,500 --> 00:29:44,600 +الإشعة ومستوى النصوع، انتظام النصوع، البهر وبهر + +445 +00:29:44,600 --> 00:29:48,260 +المعوق، توصيات اللجنة الدولية، توزيع القوانين + +446 +00:29:48,260 --> 00:29:54,920 +وتنفيذ شدة + +447 +00:29:54,920 --> 00:29:57,980 +الإشعة ومستوى النصوع، النصوع اللي هو ال Lambert + +448 +00:29:57,980 --> 00:30:03,420 +النصوع هو النسبة بين شدة الاستضاءة اللي وحدتها ال + +449 +00:30:03,420 --> 00:30:07,740 +candela والمساحة الظاهرة لمصدر الضوء، إذا ال Lambert + +450 +00:30:07,740 --> 00:30:12,760 +L هي شدة الإضاءة ال intensity بالكندلة على أس أس + +451 +00:30:12,760 --> 00:30:18,140 +إن هي المساحة الظاهرة لمصدر الضوء، إذا الكندلة على + +452 +00:30:18,140 --> 00:30:21,040 +متر تربيع، لإن ال intensity تقول نقاش تقاس بالكندلة + +453 +00:30:23,000 --> 00:30:28,500 +Lambert أو النصوع يقاس بقدرش إنها شدة إضاءة + +454 +00:30:28,500 --> 00:30:31,420 +ومساحة ظاهرة لمصدر الضوء اللي هي كاندلة بالمتر + +455 +00:30:31,420 --> 00:30:35,560 +تربيع، شدة الإشعاع، مستوى النصوع، لو حاولنا نحكي عن + +456 +00:30:35,560 --> 00:30:43,460 +الدرجة، وهل هي رديئة أو غير رديئة، درجة + +457 +00:30:43,460 --> 00:30:48,910 +النصوع، لو كانت واحد يقول عنه رديء، لو كانت تلاتة غير + +458 +00:30:48,910 --> 00:30:53,930 +كافي، لو كانت خمسة بتقول مقبول، سبعة جيد، تسعة + +459 +00:30:53,930 --> 00:30:59,050 +ممتاز، لو قلنا درجة النصوع اتنين معناه لا يستخدم + +460 +00:30:59,050 --> 00:31:02,110 +السائقين مصابيح الأمامية بتمانين في المية، + +461 +00:31:02,110 --> 00:31:04,870 +مستخدمهاش يعني، عشان تكونوا اتنين، عشان أبوك + +462 +00:31:04,870 --> 00:31:10,590 +يحمل اتنين يعني، انتظام النصوع، قلنا أول شدة النصوع + +463 +00:31:10,590 --> 00:31:14,190 +بنعرفه ب I على S، highly intensity بالcandela على + +464 +00:31:14,190 --> 00:31:18,410 +S هو المساحة الظاهرة من ال .. ال .. ال .. ال .. + +465 +00:31:18,410 --> 00:31:22,670 +ال .. ال .. الضوء تبعنا، انتظام النصوع هو النسبة وطبعا + +466 +00:31:22,670 --> 00:31:28,970 +نرمز لها ب D وتحتها نقطة عشان نميزها عن حاجة تانية، + +467 +00:31:28,970 --> 00:31:32,810 +هي النسبة بين أدنى قيمة للنصوع والقيمة المتوسطة + +468 +00:31:32,810 --> 00:31:38,910 +للنصوع، U بتساوي L minimum على المتوسط L، إيه بنسميها + +469 +00:31:38,910 --> 00:31:47,790 +و UL اللي هي المعامل الانتظام الطولي، هي UL بتساوي + +470 +00:31:47,790 --> 00:31:51,970 +L minimum على L maximum هي انتظام السوق، أسوأ بإن + +471 +00:31:51,970 --> 00:31:55,870 +هي النسبة بين الحد الأدنى لقيمة المتوسطة، أو ما + +472 +00:31:55,870 --> 00:31:59,050 +بين إن هي معامل انتظام الطولي، وهذا معامل الانتظام + +473 +00:31:59,050 --> 00:32:02,250 +الطولي بتسميه UL، ما بين ال ratio ما بين L minimum + +474 +00:32:02,250 --> 00:32:07,990 +على L maximum، البحر، إيش هو البحر؟ شايفين هالرسمة؟ + +475 +00:32:07,990 --> 00:32:11,330 +هذا نوع من أنواع البحر، يعني بتبطل شايفها من كتر + +476 +00:32:11,330 --> 00:32:13,810 +النار، بتبطل شايف السيارات، يعني هدول السيارات شبه + +477 +00:32:13,810 --> 00:32:23,430 +هم مش شايفينها هدول، من شدة البحر glare، glare + +478 +00:32:23,430 --> 00:32:25,850 +اللي هو هذا بحر يعني عالي، very bright light، it's + +479 +00:32:25,850 --> 00:32:28,710 +difficultly seen in the presence of very bright + +480 +00:32:28,710 --> 00:32:35,820 +light، بيسموه glare، glare يعني بهر، هو البهر + +481 +00:32:35,820 --> 00:32:40,620 +يعني، نكليار البهر طبعا دراجة البهر وصفته و + +482 +00:32:40,620 --> 00:32:44,380 +التقدير تبعه، إذا كان دراجة البهر واحد غير مطاق، + +483 +00:32:44,380 --> 00:32:46,880 +يعني زي هذا تقريبا غير مطاق، يعني أنا وقف قدام هذه + +484 +00:32:46,880 --> 00:32:50,260 +السيارة، ماشيفاش، ب .. بصمون بصاري عني وزي عدم + +485 +00:32:50,260 --> 00:32:58,530 +رؤية، والتقدير دي تلاتة مزعج، غير مريح، خمسة مسموح، + +486 +00:32:58,530 --> 00:33:02,350 +مقبول، سبعة مرضي، جاية تسعة غير محسوس، ما بتحسش في + +487 +00:33:02,350 --> 00:33:06,750 +البحر بالمرة، بيكون ممتاز، ما بتحس سيارات ولها + +488 +00:33:06,750 --> 00:33:09,270 +لمبات وماشية وعادي و شايفة كل إشي بوضوح + +489 +00:33:15,430 --> 00:33:18,350 +البهر المعوق والبهر المزعج في نوع .. النوعين + +490 +00:33:18,350 --> 00:33:21,830 +هادول غالبا الطلاب، أحيانا هي اللي بتخلي الطالب + +491 +00:33:21,830 --> 00:33:25,630 +ينفر من الكتاب ويتركه أو من جلسته أو من الكتاب + +492 +00:33:25,630 --> 00:33:28,410 +أحيانا بتقولها الدور قبل ما هيقرا الطالب، بتبقى + +493 +00:33:28,410 --> 00:33:32,410 +قاعد بقرا و شايف إيش الضوء المنعكس عليه كتير عالي + +494 +00:33:32,410 --> 00:33:35,450 +لدرجة أنه بطل قادر يشوف الخطوط السوداء تتناقض + +495 +00:33:35,450 --> 00:33:39,650 +تتعارض يعني تصير زي متموج أو تتحرك أمام عينين + +496 +00:33:39,650 --> 00:33:43,830 +فبيقدرش حتى إن ال disability أو المعوق is a + +497 +00:33:43,830 --> 00:33:47,430 +degradation of visual performance caused by a + +498 +00:33:47,430 --> 00:33:51,230 +reduction of contrast يعني بيكون ال contrast ما + +499 +00:33:51,230 --> 00:33:57,070 +بين الخط والخلفيّة بتاعته مافيش تباين + +500 +00:33:57,070 --> 00:34:00,350 +بينهم، فبالتالي لما بيدي visual بنعكس الضوء بينهم + +501 +00:34:00,350 --> 00:34:04,910 +ببطل شايف الفرق بينهم، it can occur directly by + +502 +00:34:04,910 --> 00:34:08,890 +reducing the contrast between an object and its + +503 +00:34:08,890 --> 00:34:12,320 +background، directly affected by visual task or + +504 +00:34:12,320 --> 00:34:15,040 +indirectly by affecting the eye، يا سواء بتأثر + +505 +00:34:15,040 --> 00:34:18,260 +مباشرة على الحاجة اللي أنا بعملها أو على طول بتأثر + +506 +00:34:18,260 --> 00:34:20,740 +على العين، هو من أحسن يا دكتور الضوء يكون ورا ولا + +507 +00:34:20,740 --> 00:34:24,240 +قدام؟ يعني لو أنا هذه الطاولة عندي تكون ضوها ورايا + +508 +00:34:24,240 --> 00:34:27,000 +ولا يكون قدام؟ هو يقال أنه يكون وراك بس مش ورا + +509 +00:34:27,000 --> 00:34:30,740 +كتير يعني تصير الضوء يزلك على الورقة وما تشوفيش إش + +510 +00:34:30,740 --> 00:34:34,680 +يعني تعني إضاءة، هم بيظبطونا يعني هم رايحين حاطينها + +511 +00:34:34,680 --> 00:34:38,160 +شوية لو ورانا مش كتير وبتصير أنت مش كل .. يعني زي + +512 +00:34:38,160 --> 00:34:40,040 +ما أنا قاعدها لقيت الإضاءة بتاعتي ممتازة، اه أنت ما + +513 +00:34:40,040 --> 00:34:42,560 +تغطيش عليها لغاية .. فان الضوء تقريبا ليه فوقي + +514 +00:34:42,560 --> 00:34:47,000 +شوية ورايا، فأنا مش ماغطي على ال keyboard ولا أي شيء + +515 +00:34:47,000 --> 00:34:50,400 +بس الضوء بيضوي الـ الاشياء اللي قدامي لكن على + +516 +00:34:50,400 --> 00:34:53,660 +زاوية زي ما أنتم شايفين، قصّة هو بينعكس على ال object + +517 +00:34:53,660 --> 00:34:57,300 +اللي تبعي، طبعا هو مش المشكلة في الانعكاس مشكلة في + +518 +00:34:57,300 --> 00:35:00,600 +ال contrast اللي في قلب الورقة بتاعتي، بتذكر إنّه + +519 +00:35:00,600 --> 00:35:03,660 +إحنا لما كنا في سكن الطالبات كنت كتير أنا أبدأ + +520 +00:35:03,660 --> 00:35:06,780 +أدرس وبعدين أتعب وأترك الكتاب، أروح لحاجة تانية، + +521 +00:35:06,780 --> 00:35:09,940 +لخط، لدفتر، لحاجة بسبب البهر، بس ماكنوش يعني + +522 +00:35:09,940 --> 00:35:12,940 +ما كنتش أعرف إيه هي بالضبط المشكلة، لما عرفت أسر + +523 +00:35:12,940 --> 00:35:16,420 +تغير موقع ال .. المكان اللي بدرس منه أو أعتم شوية + +524 +00:35:16,420 --> 00:35:21,570 +على الكتاب، أخفف البهر اللي على الكتاب، البهر المزعج + +525 +00:35:21,570 --> 00:35:25,050 +يعني اللي بيكون طالب سنة أولى بيدرس بغض النظر تعب، + +526 +00:35:25,050 --> 00:35:28,930 +عنّام، بلاقي حاجات بترقص وده ومش عارف شو بسبب هي + +527 +00:35:28,930 --> 00:35:32,890 +الإضاءة، طبعا اللي غالبا سكن الطالبات بيكون مصممة + +528 +00:35:32,890 --> 00:35:36,650 +بأسوأ طريقة، يعني تعذيب سكن الطالبات مش زي سكن + +529 +00:35:36,650 --> 00:35:39,760 +البيت لإنسان بيسكن في البيت، لما جربته عشان جرب سكن + +530 +00:35:39,760 --> 00:35:42,520 +الطالبات، سكن الطالبات ممكن هنا وسبعة طالبات في + +531 +00:35:42,520 --> 00:35:46,060 +نفس الغرفة، بتشارك كل واحدة إلها تحتها، لكن بتكون + +532 +00:35:46,060 --> 00:35:49,120 +في حيطة طويلة وكل حيطة فيها بس طاولة هالقدر + +533 +00:35:49,120 --> 00:35:52,940 +طولها، خارجة شوية من الطاولة وتحتها طاولة، هذا + +534 +00:35:52,940 --> 00:35:55,820 +الرف تبع الكتب والطاولة اللي تحته هي طاولته، و + +535 +00:35:55,820 --> 00:35:58,300 +على طول فوق ال .. تحت الرف وبين ال .. يعني بين + +536 +00:35:58,300 --> 00:36:01,660 +الرف والطاولة هو نيون صغير بيضوي، هذا في أحسن + +537 +00:36:01,660 --> 00:36:06,470 +الأحوال، أو إضاءة واحدة في نص الغرفة للجميع، آخر حاجة + +538 +00:36:06,470 --> 00:36:11,350 +اللي هي البهر المزعج، هو البهر المعوق، بصير أنا مش + +539 +00:36:11,350 --> 00:36:14,530 +قادرة أتعامل مع الحاجة ال task اللي بإيدي لإنّه + +540 +00:36:14,530 --> 00:36:18,870 +بصير عندي البهر عالي جدا، هبضل قادرة أميز ما بين الـ + +541 +00:36:18,870 --> 00:36:22,270 +.. ال contrast ما بين الأشياء، هبضل قادرة أتعامل + +542 +00:36:22,270 --> 00:36:26,530 +معها، المزعج بيزعج دي لكن بستمر في العملية، يعني مثلا + +543 +00:36:26,530 --> 00:36:30,690 +discomfort glare arises when light from the side + +544 +00:36:30,690 --> 00:36:33,150 +of the task is much brighter than the light coming + +545 +00:36:33,150 --> 00:36:36,090 +from the task، يعني إذا كان الضوء جاييني من شمالي + +546 +00:36:36,090 --> 00:36:39,050 +هيكده أو من يميني عالي كتير وأنا مركزة في حاجة، + +547 +00:36:39,050 --> 00:36:42,650 +هذا ممكن يزعجني، ممكن أحلها بإن أسكر المصدر الثاني + +548 +00:36:42,650 --> 00:36:45,050 +the eyes attempt to focus on the light from the + +549 +00:36:45,050 --> 00:36:47,590 +task، ممكن تتركز على ال light اللي جاي من هنا لكن + +550 +00:36:47,590 --> 00:36:51,090 +فيه إيش كتير جاي أشعة جاية كتير من هنا ضوّاني وأنت + +551 +00:36:51,090 --> 00:36:55,220 +بتحاول تركز هنا، لكن مع ذلك، قد يؤثر عليك يزعجك إنك + +552 +00:36:55,220 --> 00:37:00,120 +تشوفي الأشياء، from the side that visual processes + +553 +00:37:00,120 --> 00:37:03,800 +are confused and it is difficult to concentrate + +554 +00:37:03,800 --> 00:37:07,720 +for a long period، هنا مزعجة وممكن تمنعك إنك تستمر + +555 +00:37:07,720 --> 00:37:12,480 +لفترة طويلة، لكن مش معوقة، بعد إن إحنا بنحدد اللقاء + +556 +00:37:12,480 --> 00:37:15,500 +القادم، disability glare وإن شاء الله بنكمل + +557 +00:37:15,500 --> 00:37:18,120 +المحاضرة في اللقاء القادم، ويعطيكم العافية diff --git a/PL9fwy3NUQKwaAs6rNkQtAiaVf8dEDjWUy/KF5MVUvCkrU.srt b/PL9fwy3NUQKwaAs6rNkQtAiaVf8dEDjWUy/KF5MVUvCkrU.srt new file mode 100644 index 0000000000000000000000000000000000000000..62004efd3f584df25abb6e9773c9bc6c919ff638 --- /dev/null +++ b/PL9fwy3NUQKwaAs6rNkQtAiaVf8dEDjWUy/KF5MVUvCkrU.srt @@ -0,0 +1,1337 @@ +1 +00:00:21,090 --> 00:00:26,010 +عنا السؤال الأول اللي هو كان كالتالي عنا current + +2 +00:00:26,010 --> 00:00:30,330 +source ومقاومة + +3 +00:00:30,330 --> 00:00:33,730 +على التوازي مع current source مقدارها 6 Ohm وهذا + +4 +00:00:33,730 --> 00:00:45,010 +2 أمبير وفي عنا كمان مقاومة 6 Ohm وفي عندي 5 Ohm + +5 +00:00:45,010 --> 00:00:53,480 +وفي عندي 17 Ohm وعندي voltage source مقداره 34 volt + +6 +00:00:53,480 --> 00:00:59,620 +وفي عندي مقاومة مقدارها 1.5 ohm وفي عندي current + +7 +00:00:59,620 --> 00:01:07,280 +source اللي قيمته 1 ampere أول حاجة طالب مني ال + +8 +00:01:07,280 --> 00:01:10,880 +source transformation عشان أجيب I node و I node هو + +9 +00:01:10,880 --> 00:01:17,440 +ال current اللي مر في ال 1.5 ohm طبعا أنتو أكيد + +10 +00:01:17,440 --> 00:01:19,920 +انتبهتوا أن في عندنا current source ومقاومة على + +11 +00:01:19,920 --> 00:01:23,500 +التوازي هاي بقدر أحولها ل voltage source ومقاومة + +12 +00:01:23,500 --> 00:01:26,780 +على التوالي هاي أول source transformation فعندي + +13 +00:01:26,780 --> 00:01:31,600 +هاي voltage source ومقاومة على التوالي 6 زائد 6 + +14 +00:01:31,600 --> 00:01:39,960 +بصيروا 12 و ال voltage بقرع 2 في 6 12 volt تمام؟ + +15 +00:01:39,960 --> 00:01:43,560 +وعندي كمان source transformation بين هدول النقطتين + +16 +00:01:43,560 --> 00:01:45,980 +طبعا هدول ال source transformation بين واحد واتنين + +17 +00:01:45,980 --> 00:01:49,880 +وكمان source transformation بين تلاتة واربعة عندي + +18 +00:01:49,880 --> 00:01:53,420 +current source ومقاومة على التوازي بتتحول لمقاومة + +19 +00:01:53,420 --> 00:01:56,240 +على التوالي بين النقطتين تلاتة واربعة و voltage + +20 +00:01:56,240 --> 00:02:00,240 +source اللي + +21 +00:02:00,240 --> 00:02:05,020 +هو قيمته خمسة في واحد خمسة volt والمقاومة خمسة + +22 +00:02:05,020 --> 00:02:07,000 +بكمل الدائرة + +23 +00:02:19,490 --> 00:02:24,570 +طبعا هدول بقدر أجمعهم مع بعض و ال voltage sources + +24 +00:02:24,570 --> 00:02:30,410 +بقدر أجمعهم مع بعض اطلع عندي ال voltage source مع + +25 +00:02:30,410 --> 00:02:38,130 +بعض مجموعهم 12 زائد 5 17 ال voltage مترتبة بهذا + +26 +00:02:38,130 --> 00:02:44,350 +الشكل وعندي المقاومة اللي هو 17 Ohm وفي هنا عندي + +27 +00:02:44,350 --> 00:02:56,580 +اللي هي ال 17 Ohm وال voltage source هو minus 34 و + +28 +00:02:56,580 --> 00:03:00,940 +بعدين + +29 +00:03:00,940 --> 00:03:05,100 +عندي ال 1 و نص اللي أنا أصلا بدي أجيب ال current + +30 +00:03:05,100 --> 00:03:09,830 +اللي بيور فيها كمان مرة أنا عندي voltage source + +31 +00:03:09,830 --> 00:03:12,330 +مقاومة على التوالي voltage source مقاومة على + +32 +00:03:12,330 --> 00:03:14,970 +التوالي بحولهم ل current source مقاومة على التوازي + +33 +00:03:14,970 --> 00:03:18,670 +current source مقاومة على التوازي بطلعوا معايا + +34 +00:03:18,670 --> 00:03:23,370 +كالتالي بنعمل هاي عندي current source الأولاني اللي + +35 +00:03:23,370 --> 00:03:28,110 +هو 17 على 17 و 1 أمبير والمقاومة اللي على التوازي + +36 +00:03:28,110 --> 00:03:32,130 +اللي هي بتصير 17 وكمان عندي هنا current source و + +37 +00:03:32,130 --> 00:03:35,950 +المقاومة بتحولوا ل current source اتجاهه لتحت و + +38 +00:03:35,950 --> 00:03:41,030 +قيمته 34 على 17 اللي هو 2 والمقاومة على التوازي + +39 +00:03:41,030 --> 00:03:46,770 +اللي هي 17 وعندي ال 1.5 اللي بدي أجيبها التيار + +40 +00:03:46,770 --> 00:03:51,680 +بيمور فيها 17 هتتوازن مع 17.5 المقدار اللي هي هتكون + +41 +00:03:51,680 --> 00:03:58,940 +8.5 كلها أرقام سهلة التعامل معاها current 2 لتحت و + +42 +00:03:58,940 --> 00:04:12,200 +1 لفوق المجموع current لتحت مقدار 1 1 + +43 +00:04:12,200 --> 00:04:20,390 +أمبير وعندي اللي هي الـ 8.5 على التوازي مع الـ 1.5 + +44 +00:04:20,390 --> 00:04:25,950 +وهذا الـ I node اللي أنا بديها يا بحول كمان مرة + +45 +00:04:25,950 --> 00:04:29,670 +بعمل source transformation كمان مرة يا بجيب ال I + +46 +00:04:29,670 --> 00:04:36,150 +node من اللي هي ال current divider قيمة I node I + +47 +00:04:36,150 --> 00:04:44,840 +node بتطلع تساوي سالب 85 من 100 أمبير كل تحويلة أنا + +48 +00:04:44,840 --> 00:04:47,720 +أعطيتها واحد و نص إلا إذا في ناس عملوا غير عني و + +49 +00:04:47,720 --> 00:04:51,160 +حولوا بطريقة تانية يختصروا بعض التحويلات وكان في + +50 +00:04:51,160 --> 00:04:54,100 +بعض الناس اللي حولوا مش بطريقة بس المهم مجموعة + +51 +00:04:54,100 --> 00:04:56,400 +التحويلات source transformation أنا عملت أربعة + +52 +00:04:56,400 --> 00:05:00,280 +اتوقعت أن الأغلبية يعملوا هذه التحويلات الأربعة كل + +53 +00:05:00,280 --> 00:05:03,280 +واحدة بواحد و نص يعني كل جزئية حطيت عليها علامة + +54 +00:05:03,280 --> 00:05:07,500 +عشان يتساوي الطالبات طب أنا التانية هي .. هي خلق و + +55 +00:05:07,500 --> 00:05:10,880 +غير عملها صح؟ بقيت احتبارة عشان .. أنا حطيت .. بس + +56 +00:05:10,880 --> 00:05:14,810 +التانية ماتخلط طب مش مشكلة حطيليها عليها علامة + +57 +00:05:14,810 --> 00:05:19,290 +حطيليها علامة أن هذا الشيء أنا بدي أرجعلك يا + +58 +00:05:19,290 --> 00:05:22,990 +جماعة مافيش هذا اللي والله كتير ولا الورق القليل + +59 +00:05:22,990 --> 00:05:26,610 +يا أنتو بتقنعيني يا أنا بقنعك فبتحطي علامة على + +60 +00:05:26,610 --> 00:05:30,050 +الجزئية اللي بدك ترجعيها أكتر من هي ماقدرش أحكيلكم + +61 +00:05:30,050 --> 00:05:40,230 +ال + +62 +00:05:40,230 --> 00:05:42,010 +node voltage method بتكون يا كمان؟ + +63 +00:05:56,100 --> 00:06:00,620 +أنا طبعا أسهل من هيك ندور تجمسد ما أعتقدش كان + +64 +00:06:00,620 --> 00:06:04,840 +هجيبلكم سؤال أسهل من هيك دائرة بسيطة جدا + +65 +00:06:25,470 --> 00:06:28,370 +طبعا من اللي حكينا مع بعض دائما أنه عندي بس two + +66 +00:06:28,370 --> 00:06:31,470 +nodes هنا هنا كان طالب بالنا node voltage method + +67 +00:06:31,470 --> 00:06:35,590 +عشان أجيب ال total power dissipated وال total + +68 +00:06:35,590 --> 00:06:39,810 +power delivered كل المطلوب مني V1 يعني عادي + +69 +00:06:39,810 --> 00:06:45,110 +reference يعني أبسط من هيك ما خطر في بالي أجيبلكوا + +70 +00:06:45,110 --> 00:06:48,630 +سؤال يعني node voltage method ما اعتقدتش كان هيكون + +71 +00:06:48,630 --> 00:06:53,050 +في دائرة أبسط من هيك هيكون عندي طالع current مقداره + +72 +00:06:53,050 --> 00:07:01,370 +6 زائد V1 ناقص 20 على 5 زائد V1 زائد 90 على 15 + +73 +00:07:01,370 --> 00:07:06,630 +بساوي 0 بجيب V1 ومنها بجيب التيارات ومنها بجيب + +74 +00:07:06,630 --> 00:07:13,110 +ال powers ال total power 740 watt ال + +75 +00:07:22,260 --> 00:07:27,520 +عندي ستين اوم، عندي current source مقداره أربعة + +76 +00:07:27,520 --> 00:07:37,300 +أمبير، عندي عشرين اوم وعندي dependent source بتوقع + +77 +00:07:37,300 --> 00:07:41,800 +أنه في حد سألني في شعبتكم كان السؤال كتير بشبه هذا + +78 +00:07:41,800 --> 00:07:45,800 +السؤال وحليته بالتفصيل لإني أنا كنت بتوقع أنه هجيب + +79 +00:07:45,800 --> 00:07:49,020 +الكويس يعني أول هذا السؤال كان محتوف فلما طلبوا + +80 +00:07:49,020 --> 00:07:52,880 +البنات انبسطت وقلت يعني معناه أن البنات هيبدؤوا + +81 +00:07:52,880 --> 00:07:58,560 +وحلنا بالتفصيل مع بعض فكان مطلوب مننا أول حاجة أن + +82 +00:07:58,560 --> 00:08:01,480 +نجيب ال Thevenin equivalence والسؤال التاني بس + +83 +00:08:01,480 --> 00:08:04,420 +أرسم ال Thevenin equivalence يعني بس بعد ما أجيب + +84 +00:08:04,420 --> 00:08:09,440 +ال V Thevenin و أجيب ال I Thevenin أروح هنا رسم + +85 +00:08:09,440 --> 00:08:13,500 +دائرة زي هيك عن الفرع B بس هي كل ما مطلوب مني أن + +86 +00:08:13,500 --> 00:08:20,620 +أقول sorry R Thevenin أقول Hi R Thevenin و Hi B Thevenin و + +87 +00:08:20,620 --> 00:08:23,880 +أنا كنت حالة سؤال كتير بشبهه يعني عسب ذاكرتي كان + +88 +00:08:23,880 --> 00:08:27,280 +حد من الطلبات طلب هذا السؤال وحليته لأنه بشبه + +89 +00:08:27,280 --> 00:08:32,160 +السؤال كان جاي في امتحانات سابقة القالية بحط Z + +90 +00:08:32,160 --> 00:08:36,810 +infinity وبجيب ال voltage اللي حوالي الأربعين اللي + +91 +00:08:36,810 --> 00:08:40,150 +هو على التوازن مع التمانين بس بانساش إن ال I دلتا + +92 +00:08:40,150 --> 00:08:43,030 +بس بتمول في الأربعين بجيب ال voltage اللي عليها + +93 +00:08:43,030 --> 00:08:46,350 +دائرة بسيطة جدا بعد ما ايه يعني بهذا الحل مافيش + +94 +00:08:46,350 --> 00:08:49,950 +فيها أي حل voltage node voltage بحط من هنا ال node + +95 +00:08:49,950 --> 00:08:55,450 +وبحل عليها بعد ما أجيبها لو بدي أجيب ال Z Thevenin هي + +96 +00:08:55,450 --> 00:08:59,570 +بخبيها open بيصيروا العشرين وستين على التوالي و + +97 +00:08:59,570 --> 00:09:02,530 +بجيب ال test I test وبجيب ال Z Thevenin equivalence + +98 +00:09:02,530 --> 00:09:21,060 +القيم V Thevenin تلاتين فولت تلاتين + +99 +00:09:21,060 --> 00:09:26,340 +فولت وهذه عبارة عن عشرة Ohm يعني أنا حكيتلكم أن + +100 +00:09:26,340 --> 00:09:30,290 +الامتحان أنا تعمدت أنه ما يجيبوش صعب كان أسئلة + +101 +00:09:30,290 --> 00:09:34,170 +بسيطة وصغيرة عشان تلحقوا تحلوه بساعة واحدة أسئلة + +102 +00:09:34,170 --> 00:09:37,870 +أنتم كمان سألتوها قبل الامتحان وانبسطتوا سألتوها + +103 +00:09:37,870 --> 00:09:41,430 +يوم المراجعة لأنها كانت لها علاقة كتير بالامتحان + +104 +00:09:41,430 --> 00:09:46,500 +ومع ذلك أنا بقى أستغرب أن بعضكم قد تكون .. قد يكون + +105 +00:09:46,500 --> 00:09:49,420 +السبب هو أن أنتم لسه أول امتحان لكم في الدوائر + +106 +00:09:49,420 --> 00:09:52,140 +اللي هو النصفي وإيش طبيعي يعني أنا حكيتلكوا قبل + +107 +00:09:52,140 --> 00:09:55,980 +ذلك كتير بنات في النصف بيعملوش منيح ومع ذلك في + +108 +00:09:55,980 --> 00:09:59,880 +النهاية بيدعوا يعني أنا عندي طالبات كتير كانوا يعني + +109 +00:09:59,880 --> 00:10:03,180 +يخبصوا بمعنى يخبصوا في النصف لكن في النهاية جيبوا + +110 +00:10:03,180 --> 00:10:07,240 +علامات يعني أنا .. يعني أضطر أن أحطلها أقل حاجة + +111 +00:10:07,240 --> 00:10:09,640 +ثمانية وتسعين وسبعة وتسعين لأن أنا هتكون ببدع .. + +112 +00:10:09,640 --> 00:10:13,400 +بمعنى ببدع في النهاية فإنت إذا حاسة حالك إنك + +113 +00:10:13,400 --> 00:10:19,050 +ما عملتيش منيح في النصف شد حالك للنهائي لأن نصفك بس + +114 +00:10:19,050 --> 00:10:24,550 +هو مجرد بوابة لأنك تشوف قدراتك في هذه المادة لكن + +115 +00:10:24,550 --> 00:10:28,290 +اللي هيئس قدراتك الحقيقية هو النهائي فأعملي منيح في + +116 +00:10:28,290 --> 00:10:31,870 +النهائي لأنه في الآخر أنا هعول كل علامتك على النهائي + +117 +00:10:31,870 --> 00:10:34,830 +قد ما بتعملي منيح في النهائي قد ما بتاخدي علامة + +118 +00:10:34,830 --> 00:10:37,950 +كويسة واضح؟ + +119 +00:10:40,050 --> 00:10:42,710 +وأنا يعني أكتر من اللي .. اللي أنا بعطيكوا إياه + +120 +00:10:42,710 --> 00:10:48,750 +أنا مش قادرة يعني لأ يعني محاضرات مصورة عندكم ال + +121 +00:10:48,750 --> 00:10:51,330 +powerpoint ال presentation موجودين على الصفحة اللي + +122 +00:10:51,330 --> 00:10:55,290 +بدكم إياه بتواجد كل يوم .. كل ال office hours + +123 +00:10:55,290 --> 00:10:59,350 +أنا موجودة في مكتبي بشوفش حد فيكم فهذا افتراضًا + +124 +00:10:59,350 --> 00:11:01,430 +بيعطيني انطباعكم أنتم ما شاء الله عليكم وعابقى + +125 +00:11:01,430 --> 00:11:04,570 +أقرأ لا عندكم أسئلة في ال office hour ولا عندكم + +126 +00:11:04,570 --> 00:11:07,710 +أسئلة في ال class يعني إذا سألتكم هيكوا جوابتوا ما + +127 +00:11:07,710 --> 00:11:09,990 +سألتكم مش ماحدش ما شاء الله اللي يفتح أيديه يسأل + +128 +00:11:10,940 --> 00:11:16,220 +فأنا بدي منكم يعني مضلش شيء من الفصل يومين تلاتة + +129 +00:11:16,220 --> 00:11:20,140 +وبيخلص الفصل ما بديش تكون أن علامة النصف هذه هي + +130 +00:11:20,140 --> 00:11:23,520 +النهاية مش هي النهاية بالعكس هي البداية هي أعطتكم + +131 +00:11:23,520 --> 00:11:27,300 +فكرة أن وين أخطأكم وأنتم إيش بتعملوا في الساعة + +132 +00:11:27,300 --> 00:11:30,880 +النهاية أنا مش عارفة هيعمله ساعتين ساعتين ونص + +133 +00:11:30,880 --> 00:11:33,560 +يعني في الآخر الشغل الأكاديمي هي اللي هتحدده + +134 +00:11:33,560 --> 00:11:38,410 +الامتحان هيكون نفس العظيم خصص على هذا الوقت ركزوا + +135 +00:11:38,410 --> 00:11:41,410 +فيه، ادرسوا منيح لنهائي، المادة بتاعة النهائي أكتر + +136 +00:11:41,410 --> 00:11:44,550 +من كتير مادة النصفي عشان هيك النصف يعني ولا شيء، + +137 +00:11:44,550 --> 00:11:46,670 +يعني ما تزعليش إنك ما قعدتيش منيح في النهائي، في + +138 +00:11:46,670 --> 00:11:50,350 +النصفي تبريء زي ما قلتلكم هي البوابة، النهائي إذا + +139 +00:11:50,350 --> 00:11:53,310 +عملتي فيه منيح مادة هلقد كتيرة وتعملي فيها منيح، + +140 +00:11:53,310 --> 00:11:55,410 +هذا يعني ما ضلش فيها جدال + + + +141 +00:11:59,080 --> 00:12:02,620 +احنا عشان بدنا نحاول نخلص المادة ما نزنقش و نجيب + +142 +00:12:02,620 --> 00:12:06,300 +بعض يوم الخميس احنا خلصنا المحاضرة الماضية + +143 +00:12:06,300 --> 00:12:10,220 +Thevenin equivalence صحيح؟ كانت اللي هي كيف أنه + +144 +00:12:10,220 --> 00:12:16,120 +أستخدم الـ Thevenin قولنا + +145 +00:12:16,120 --> 00:12:19,920 +الـ node و الـ mesh ما هي إلا تطبيق مباشر للي + +146 +00:12:19,920 --> 00:12:24,860 +تعلمناه في الـ DC لكن كل هذه الطرق مطلوبة منها و + +147 +00:12:24,860 --> 00:12:29,420 +الفرق بين الـ AC و الـ DC أن لما نتقل من الـ AC لـ ال + +148 +00:12:29,420 --> 00:12:34,860 +frequency domain بصير عندى بس شوية الجبرة يعني هي + +149 +00:12:34,860 --> 00:12:38,220 +الفرقية بينهم الـ DC الجبرة بتاعته أسهل اللي أنتو + +150 +00:12:38,220 --> 00:12:42,180 +عمالين فيها على مستوى الـ DC فالـ AC بتكونوا + +151 +00:12:42,180 --> 00:12:44,340 +تنتبهوا إنكم لما تروحوا على الـ complex domain أو + +152 +00:12:44,340 --> 00:12:47,560 +الـ frequency domain بتصير الجبرة مالها أصعب + +153 +00:12:47,560 --> 00:12:50,740 +بيصيروا تتعاملوا أكثر مع الجبرة بتكونوا تتدربوا + +154 +00:12:50,740 --> 00:12:54,780 +أكثر في البيت يعني صحيح أنتو حاسين أن هي مادة + +155 +00:12:54,780 --> 00:12:58,720 +زيها زي مادة تانية ممكن نجيب فيها بدعي إذا أعطيها + +156 +00:12:58,720 --> 00:13:01,960 +شوية وقت مش كتير لكن بدك تعطيها وقت واللي أنتو + +157 +00:13:01,960 --> 00:13:06,300 +عاملينه أنتو مش معطينها وقت بالمرة فهذه المشكلة + +158 +00:13:06,300 --> 00:13:10,780 +اللي عندكم اليوم هنحكي على الـ power على السريع لأن + +159 +00:13:10,780 --> 00:13:13,620 +اللقاء القادم هيكون أو اللقاءات القادمة بتمنى أن + +160 +00:13:13,620 --> 00:13:18,120 +نكون خلصنا هذا الـ chapter و نبدأ المواضيع اللي + +161 +00:13:18,120 --> 00:13:23,720 +لها علاقة بالإنارة توزيع + +162 +00:13:23,720 --> 00:13:30,430 +أسلاك الكهربا الـ power في هذا الـ system ما يختلفش عن + +163 +00:13:30,430 --> 00:13:35,130 +الـ system عن الـ power في الـ DC system لو كان عندي + +164 +00:13:35,130 --> 00:13:39,010 +element حواليه + +165 +00:13:39,010 --> 00:13:44,490 +voltage V of T بيمر في current I of T الـ power + +166 +00:13:44,490 --> 00:13:51,050 +ببساطة بتساوي فيه V I نفس الـ power V of T بتساوي + +167 +00:13:51,050 --> 00:13:56,180 +V of T في I of T هذه الـ power بنسميها + +168 +00:13:56,180 --> 00:14:00,400 +instantaneous، إيش بنسميها instantaneous؟ لأنها + +169 +00:14:00,400 --> 00:14:05,340 +لحظية، يعني كل لحظة بلحظتها .. ركزوا معايا أنت بدل + +170 +00:14:05,340 --> 00:14:08,080 +ما أنتو قاعدين تضيعوا وقتكم لأن هذه برضه ده حلّة في + +171 +00:14:08,080 --> 00:14:10,720 +الامتحان، عشان تعملوا إن شاء الله نحو في النهاية + +172 +00:14:11,380 --> 00:14:14,920 +احنا الـ power ما بختلفش تعريفها من أول يوم أخذنا + +173 +00:14:14,920 --> 00:14:18,660 +هذا المصاق لحد ما تأخذوا كل المصاقات في حياتكم في + +174 +00:14:18,660 --> 00:14:22,000 +الهندسة الـ power هي V في I V في I اللي هو ال + +175 +00:14:22,000 --> 00:14:24,780 +voltage حوالين الـ element في التيار بيمر في الـ + +176 +00:14:24,780 --> 00:14:28,320 +element أنا عندي element حواليه voltage V of T + +177 +00:14:28,320 --> 00:14:32,280 +بيمر في current I of T إذا الـ power بدها تساوي V + +178 +00:14:32,280 --> 00:14:39,310 +في I لو كان الـ voltage عندي V of T بتساوي V maximum + +179 +00:14:39,310 --> 00:14:49,470 +cos ωt ذات θ V و I of T بتساوي I maximum cos ωt + +180 +00:14:49,470 --> 00:14:56,590 +ذات θ I أنا مش هعمل كتير في الإثبات لأنه بالنهاية + +181 +00:14:56,590 --> 00:15:00,810 +أنا مش هطلب منكم الإثبات لكن لو أنا طبقت قيم ال + +182 +00:15:00,810 --> 00:15:04,330 +voltage و ال current على ال multiplication اللي هنا + +183 +00:15:04,330 --> 00:15:08,670 +و اشتغلت عليه شوية شوية الجبرة بحصل على القانون + +184 +00:15:08,670 --> 00:15:11,350 +اللي أنا بديه اللي هو بقول ليه إن ال instantaneous + +185 +00:15:11,350 --> 00:15:19,810 +power P of T بتساوي P زائد P cosine two omega T + +186 +00:15:19,810 --> 00:15:27,710 +ناقص Q sine two omega T P اتفقنا إنه بنسميها احنا + +187 +00:15:27,710 --> 00:15:30,870 +instantaneous instantaneous + +188 +00:15:32,600 --> 00:15:38,360 +ومعناها اللحظية والـ unit تعونها بالـ watt الـ unit + +189 +00:15:38,360 --> 00:15:44,160 +تعونها watt لحظية قلنا لأنه أنا لو أي لحظة T عند + +190 +00:15:44,160 --> 00:15:48,460 +خمس ساكن، عند خمس ملي ساكن، أي لحظة بقدر أجيب ال + +191 +00:15:48,460 --> 00:15:54,220 +power بقدر أكتبها دلالة P هي capital P و Q P + +192 +00:15:54,220 --> 00:15:59,460 +بنسميها الـ average power وقيمتها بتساوي V maximum + +193 +00:16:00,470 --> 00:16:06,750 +I maximum على اتنين في cosine theta V minus theta + +194 +00:16:06,750 --> 00:16:15,210 +I و Q هي بنسميها الـ average power و + +195 +00:16:15,210 --> 00:16:19,690 +الـ units تعونها برضه watt الـ Q اللي بنسميها + +196 +00:16:19,690 --> 00:16:20,310 +reactive + +197 +00:16:25,570 --> 00:16:33,650 +والـ unit تعونها Vm Im على 2 sin θv minus θi وال + +198 +00:16:33,650 --> 00:16:39,190 +unit تعونها voltage ampere reactive VAR voltage + +199 +00:16:39,190 --> 00:16:44,130 +ampere reactive طيب + +200 +00:16:44,130 --> 00:16:47,690 +إيش هي الـ θv و الـ θi واضح مين هي الـ θv و الـ θi ال + +201 +00:16:47,690 --> 00:16:51,050 +θv و الـ θi هي الـ phase تبع الـ voltage و الـ θi هي + +202 +00:16:51,050 --> 00:16:55,380 +الـ phase بتاعة الـ current V maximum الـ maximum + +203 +00:16:55,380 --> 00:16:57,720 +value للـ voltage I maximum الـ maximum value لل + +204 +00:16:57,720 --> 00:17:03,240 +current طبعا ليش احنا بنعبر الـ Q بالـ VAR عشان + +205 +00:17:03,240 --> 00:17:06,940 +اميزها لما الناس تحكي عن الـ VAR أعرف إنه بيحكي عن + +206 +00:17:06,940 --> 00:17:10,480 +الـ reactive power معايا أنتِ؟ معايا؟ + +207 +00:17:13,340 --> 00:17:15,560 +الـ Q اللي هي الـ reactive power أو ال + +208 +00:17:15,560 --> 00:17:19,400 +magnetization power الـ unit بتاعتها يا أبو شرار + +209 +00:17:19,400 --> 00:17:21,720 +الله يرضى عليكي قولنا من الأول ما فيش يضايق على + +210 +00:17:21,720 --> 00:17:26,040 +الإعياط بدل الإعياط بتعلمي وين السؤال بدكي ياه و + +211 +00:17:26,040 --> 00:17:28,480 +ركزي معايا لأن هاي المادة داخلة في الامتحان + +212 +00:17:30,970 --> 00:17:34,750 +EQ الـ Reactive Power هي عبارة عن Volt Ampère + +213 +00:17:34,750 --> 00:17:40,570 +Reactive الـ V Volt A Ampère R Reactive الهدف منها + +214 +00:17:40,570 --> 00:17:43,410 +هي تمييز بين الـ Average Power و الـ Reactive + +215 +00:17:43,410 --> 00:17:50,950 +Power طيب، إيش كمان بدي أحكي؟ الـ 6V – 6I أو Cosها + +216 +00:17:50,950 --> 00:17:57,910 +Cos الـ 6V – 6I Cos + +217 +00:17:59,220 --> 00:18:08,640 +الفرق بين 6V-6I بسميه power factor + +218 +00:18:08,640 --> 00:18:13,780 +هذا الـ power factor لازم أعطيه تعبير expression + +219 +00:18:13,780 --> 00:18:17,880 +يعني هذا بيكون رقم 6V-6I اللي هو set بتاعة ال + +220 +00:18:17,880 --> 00:18:21,620 +voltage يعني مثلا ممكن تطلع لـ 30 درجة أجيب ال + +221 +00:18:21,620 --> 00:18:26,660 +cosine تبعه لكن لا يكفي، ليش لا يكفي؟ احنا دائما + +222 +00:18:26,660 --> 00:18:29,940 +بنحكي عن elements زي مكسف أو Inductor، فال + +223 +00:18:29,940 --> 00:18:32,920 +Inductor قولنا الـ voltage leads الـ current، + +224 +00:18:32,920 --> 00:18:35,860 +فالمكسف قولنا الـ current leads الـ voltage، يعني + +225 +00:18:35,860 --> 00:18:39,240 +أسبوع كان الـ 6V أكبر من 6I أو 6I أكبر من 6V، ال + +226 +00:18:39,240 --> 00:18:43,020 +cos ماله دائما موجب، لأنه even number تلاتين minus + +227 +00:18:43,020 --> 00:18:45,680 +ستين ولا ستين minus تلاتين even number بيعطيني + +228 +00:18:45,680 --> 00:18:50,180 +الرقم نفسه فعشان أميز الـ reactive الـ inductive من + +229 +00:18:50,180 --> 00:18:53,740 +الـ capacitive لازم أضيف جملة عليها لا يكفي إن لما + +230 +00:18:53,740 --> 00:18:58,180 +أجيب الـ power factor أجيب رقم لما أجيب الـ power + +231 +00:18:58,180 --> 00:19:01,900 +factor أحسبه لازم أقول للناس إيش نوع الـ power + +232 +00:19:01,900 --> 00:19:05,240 +factor عشان أقولهم إن الـ system تبعي هو inductive + +233 +00:19:05,240 --> 00:19:09,260 +ولا capacitive يعبر عنه بهذه الكلمتين lagging + +234 +00:19:10,700 --> 00:19:13,860 +power factor والمقصود في lagging إنه بقول ال + +235 +00:19:13,860 --> 00:19:17,100 +current lag الـ voltage يعني بحكي عن current و + +236 +00:19:17,100 --> 00:19:20,380 +voltage وبينهم كلمة هذه الكلمة إذا قلت lagging + +237 +00:19:20,380 --> 00:19:25,080 +معناه إنه الـ current lags + +238 +00:19:25,080 --> 00:19:29,400 +الـ voltage وهذا بيكون mean inductive إيش معنى lag + +239 +00:19:29,400 --> 00:19:32,540 +يعني متأخر عنه الـ voltage leads الـ current و مين + +240 +00:19:32,540 --> 00:19:35,580 +اللي في الـ voltage leads الـ current الـ inductive فهذه + +241 +00:19:35,580 --> 00:19:37,340 +لما أقول lagging معناه inductive + +242 +00:19:40,400 --> 00:19:44,120 +لو قلنا إنه leads مين بقصد فيها الـ current ال + +243 +00:19:44,120 --> 00:19:51,260 +current leads الـ voltage current leads الـ voltage + +244 +00:19:51,260 --> 00:20:02,320 +وفي هذه الحالة مين بيكون كبسطف تمام؟ + +245 +00:20:02,320 --> 00:20:06,420 +شوف + +246 +00:20:06,420 --> 00:20:11,410 +مثال على الـ average power و الـ reactive power بس + +247 +00:20:11,410 --> 00:20:14,450 +قبل ما أشوف المثال احنا بتتذكروا إن احنا عرفنا عن + +248 +00:20:14,450 --> 00:20:16,970 +الـ maximum power دلالة الـ root mean square value + +249 +00:20:16,970 --> 00:20:21,610 +يعني كنت نقول VRMS بتساوي V maximum على جذر التنين + +250 +00:20:21,610 --> 00:20:27,690 +بس الفرقية للتسهيل بنسميها V effective و + +251 +00:20:27,690 --> 00:20:33,530 +I effective اللي هي I root mean square value بتساوي + +252 +00:20:33,530 --> 00:20:37,650 +I maximum على جذر التنين لو أنا بدي أكتب الـ Q و ال + +253 +00:20:37,650 --> 00:20:41,250 +B بدلالة الـ effective values إيش هيكون؟ V M ع جذر + +254 +00:20:41,250 --> 00:20:44,850 +التنين بستعودها V effective و I M ع جذر التنين + +255 +00:20:44,850 --> 00:20:50,670 +فبتكون V effective و I effective نفس العادية بقدر + +256 +00:20:50,670 --> 00:20:54,070 +أكتب Q بدلالة V effective و I effective اللي هي + +257 +00:20:54,070 --> 00:20:55,850 +mean الـ root mean square value + +258 +00:21:00,800 --> 00:21:03,380 +إذا أنا بقدر أكتب هذه القيمة في دلالة الـ root من + +259 +00:21:03,380 --> 00:21:05,980 +الـ square values أو في دلالة الـ maximum values + +260 +00:21:05,980 --> 00:21:10,140 +نشوف مثال هكذا يعني نشوف تطبيق عملي على مثال + +261 +00:21:10,140 --> 00:21:15,820 +المثال + +262 +00:21:15,820 --> 00:21:22,240 +عندي عندي element وهذا الـ element حواليه voltage + +263 +00:21:22,240 --> 00:21:28,770 +V of T و بيمر فيه current I of T V of T بتساوي one + +264 +00:21:28,770 --> 00:21:35,260 +hundred cosine الـ Omega T زائد fifteen درجة و I of + +265 +00:21:35,260 --> 00:21:43,200 +T بيساوي 4Sin Omega T minus 15 درجة أول حاجة إيش + +266 +00:21:43,200 --> 00:21:47,820 +انتبهنا لبعض قولنا بسمحش للصينات تكون موجودة لأن + +267 +00:21:47,820 --> 00:21:51,060 +كل اشتقاقاتنا على مين على الـ cosine فأول حاجة إيش + +268 +00:21:51,060 --> 00:21:58,000 +بعمل بحولها إلى cosine فـ 4Sin Omega T minus 90 يعني + +269 +00:21:58,000 --> 00:22:02,060 +minus 15 كمان minus 90 بيصير minus 105 + +270 +00:22:05,070 --> 00:22:07,690 +درجة درجة درجة درجة درجة درجة درجة درجة درجة درجة + +271 +00:22:07,690 --> 00:22:08,310 +درجة درجة درجة درجة درجة درجة درجة درجة درجة درجة + +272 +00:22:08,310 --> 00:22:13,950 +درجة درجة درجة درجة درجة + +273 +00:22:13,950 --> 00:22:18,730 +درجة درجة درجة درجة درجة درجة درجة درجة درجة درجة + +274 +00:22:18,730 --> 00:22:19,290 +درجة درجة درجة درجة درجة درجة درجة درجة درجة درجة + +275 +00:22:19,290 --> 00:22:22,510 +درجة درجة درجة درجة درجة درجة درجة درجة درجة درجة + +276 +00:22:22,510 --> 00:22:33,550 +درجة درجة درجة درجة درجة درجة درجة درجة درجة درج + +277 +00:22:36,140 --> 00:22:39,020 +بدنا نحسبهم على طول باستخدام القوانين اللي + +278 +00:22:39,020 --> 00:22:43,960 +استخدمنا فيهم بي بتساوي V maximum I maximum على + +279 +00:22:43,960 --> 00:22:49,840 +اتنين cosine theta V minus theta I V maximum قداش + +280 +00:22:49,840 --> 00:22:55,740 +مية في I maximum اربعمية على اتنين فجاب تمام theta + +281 +00:22:55,740 --> 00:23:00,160 +V قداش theta V خمسة عشر minus theta I بتصير زائد + +282 +00:23:00,160 --> 00:23:04,730 +مية وخمسة من دا 15 مية خمسة مية وعشرين جيب تمام + +283 +00:23:04,730 --> 00:23:10,990 +المية وعشرين قداش سالب نص فاش هتصير سالب ميت واط + +284 +00:23:10,990 --> 00:23:14,510 +احنا اتفقنا انه ال average power ال units عونها + +285 +00:23:14,510 --> 00:23:21,490 +واط هبنجيب ال Q اللي + +286 +00:23:21,490 --> 00:23:25,590 +جيب تمام المية وعشرين جيب المية وعشرين جيب تمام + +287 +00:23:25,590 --> 00:23:33,820 +المية وعشرين سالب نصالـ Q اللي هي طلبها V maximum + +288 +00:23:33,820 --> 00:23:39,820 +I maximum على 2 Sine theta V minus theta I شكرا + +289 +00:23:39,820 --> 00:23:43,420 +للي بيحكوا معايا يا عزيزي مديش ياك تحكوا معايا 400 + +290 +00:23:43,420 --> 00:23:47,780 +على 2 مش محتاجة تفهيم لصوتي إذا بتعيدوا من ورايا + +291 +00:23:47,780 --> 00:23:53,960 +الكلام مش محتاجة SETA V minus SETA I اللي حسبناها + +292 +00:23:53,960 --> 00:23:58,740 +مع بعض 120 درجة SINE 120 جزر التلاتة على اتنين + +293 +00:23:58,740 --> 00:24:02,140 +بيصير مية في جزر التلاتة من جزر التلاتة على اتنين + +294 +00:24:02,140 --> 00:24:06,940 +اتنين في اتنين اربع اربعمية على اربعمية انا طالع + +295 +00:24:06,940 --> 00:24:11,920 +للرقم اللي هو عبارة من مية و تلاتة او سبعين واحد و + +296 +00:24:11,920 --> 00:24:15,740 +عشرين مية volt and per reactive المهم تنتبهوا لل + +297 +00:24:15,740 --> 00:24:19,440 +units انه في الآخر هتتقيموا على ال units زي ما + +298 +00:24:19,440 --> 00:24:20,580 +هتتقيموا على الرقم + +299 +00:24:26,910 --> 00:24:31,350 +نعم السؤال اللي بعده بيسأل هل ال element تبعي + +300 +00:24:31,350 --> 00:24:36,130 +absorb ولا deliver as your average power؟ قدش طلعت + +301 +00:24:36,130 --> 00:24:38,750 +عن دي ال average power؟ سهل بقى، إذا deliver ولا + +302 +00:24:38,750 --> 00:24:42,890 +absorb؟ deliver إذا هو بيعطي deliver أو extracted + +303 +00:24:42,890 --> 00:24:47,530 +ال power من ال element تبعي بالنسبة ل ال Q نفس + +304 +00:24:47,530 --> 00:24:51,490 +السؤال هل هو absorb ولا deliver Q؟ هو deliver Q + +305 +00:24:52,250 --> 00:24:56,110 +absorb a queue لأنه بياخد positive a queue فإذا هو + +306 +00:24:56,110 --> 00:25:02,690 +absorb a queue واضح؟ إذا هو deliver average power + +307 +00:25:02,690 --> 00:25:11,490 +لكن absorb reactive power هذا + +308 +00:25:11,490 --> 00:25:15,130 +بالنسبة لأ ال power اللقاء القادم هيكون لسه عندنا + +309 +00:25:15,130 --> 00:25:21,010 +لقاء مع ال power و بعده هيكون آخر chapter اللقاء + +310 +00:25:21,010 --> 00:25:25,040 +اللي بعدهفيعطيكوا العافية ان شاء الله و بتشوفكوا + +311 +00:25:25,040 --> 00:25:26,600 +اللقاء القادم ان شاء الله + +312 +00:27:51,800 --> 00:27:57,420 +احنا وصلنا هلقيتها ان V ال S ال complex power S + +313 +00:27:57,420 --> 00:28:06,060 +بتساوي B زي GQ بتساوي V effective فزر في I + +314 +00:28:06,060 --> 00:28:12,200 +effective فزر conjugate بتساوي Z في I effective + +315 +00:28:12,200 --> 00:28:17,500 +تربيع بتساوي V effective تربيع زي Z conjugate + +316 +00:28:17,500 --> 00:28:21,060 +Bravo عليكمهي ايش كمان ال z؟ احنا عارفين معلومات + +317 +00:28:21,060 --> 00:28:29,340 +عن ال z انها r زائد j kai صح؟ في i effective تربيع + +318 +00:28:29,340 --> 00:28:36,380 +هتساوي r في i effective تربيع زائد j kai في i + +319 +00:28:36,380 --> 00:28:40,480 +effective تربيع كمان معلومات عن ال bar و ال ash و + +320 +00:28:40,480 --> 00:28:46,740 +ال q بي بتساوي i effective تربيع في r ولا لا؟و Q + +321 +00:28:46,740 --> 00:28:55,600 +بتساوي I effective تربية في CHI تمام؟ + +322 +00:28:55,600 --> 00:29:03,020 +مبسوطين انتوا اه؟ الحمد لله رب العالمين افكرة + +323 +00:29:03,020 --> 00:29:05,760 +العلم ممتع يعني تضحك و انا عارفة اش تضحك و بس هو + +324 +00:29:05,760 --> 00:29:06,880 +في الواقع العلم ممتع + +325 +00:29:13,010 --> 00:29:15,730 +إن شاء الله دايما تضحكوا بس من أنياكوا تجيبوا + +326 +00:29:15,730 --> 00:29:19,530 +علامات يعني اه إحنا خلينا ننهي هنا إن شاء الله و + +327 +00:29:19,530 --> 00:29:22,390 +لقاء القادم بنكمل الأمثلة اللي على ال بوار بس + +328 +00:29:22,390 --> 00:29:26,050 +رجعوها كويس كتير عشان إنتوا إذا رجعتوها هتستفيدوا + +329 +00:29:26,050 --> 00:29:28,650 +من المحاضرة لإنها هتكون أمثلة على الكلام اللي + +330 +00:29:28,650 --> 00:29:32,510 +حكيناه فلازم تكونوا متذكرينه لو انسيتواه هتتصعبوا + +331 +00:29:32,510 --> 00:29:35,310 +في إنكوا تشوفوا اللقاء القادم فضروري ترجعوا زي ما + +332 +00:29:35,310 --> 00:29:39,110 +علمتكم يعني لو بس حتى أطلع تطليع أتذكر إيش هي ال + +333 +00:29:39,110 --> 00:29:41,650 +complex power إيش تعريف ال V effective إيش ال I + +334 +00:29:41,650 --> 00:29:45,060 +effective والى اللقاء القادم ان شاء الله diff --git a/PL9fwy3NUQKwaAs6rNkQtAiaVf8dEDjWUy/TTr5gNymRjc_raw.srt b/PL9fwy3NUQKwaAs6rNkQtAiaVf8dEDjWUy/TTr5gNymRjc_raw.srt new file mode 100644 index 0000000000000000000000000000000000000000..204add3b2b0621b5e0fc53ffce99324358e1e73f --- /dev/null +++ b/PL9fwy3NUQKwaAs6rNkQtAiaVf8dEDjWUy/TTr5gNymRjc_raw.srt @@ -0,0 +1,1652 @@ +1 +00:00:20,770 --> 00:00:24,170 +السلام عليكم تقول عفوا يا خواني طيب ان شاء الله + +2 +00:00:24,170 --> 00:00:28,590 +اليوم راح نكمل في موضوع ال chapter الخامسة اللي هو + +3 +00:00:28,590 --> 00:00:32,310 +ال natural و ال step response لل RC و الRL circuit + +4 +00:00:32,310 --> 00:00:37,090 +طيب قبل ما نبدأ في موضوع جديد موضوعنا اليوم هو + +5 +00:00:37,090 --> 00:00:40,250 +عبارة عن ال combinations between مجموعة من ال + +6 +00:00:40,250 --> 00:00:43,630 +inductors او مجموعة من ال capacitors كانوا مشموكين + +7 +00:00:43,630 --> 00:00:47,130 +series ولا parallel قبل ما نبدأ فيهم ناخد هيك شوية + +8 +00:00:47,130 --> 00:00:51,800 +revision عنالسابق اللي أخدناه في السابق أخدنا two + +9 +00:00:51,800 --> 00:00:55,000 +sections أو جزئين اللي هو ال inductor وخواص وكيف + +10 +00:00:55,000 --> 00:00:58,240 +أنا بقدر أجيب التيار اللي مارر في الملف ال voltage + +11 +00:00:58,240 --> 00:01:01,640 +drop على الملف ال power اللي في الملف و ال energy + +12 +00:01:01,640 --> 00:01:05,040 +اللي في الملف و بعدين انتقلت نفس الاشي عملت مع ال + +13 +00:01:05,040 --> 00:01:09,020 +capacitor جبت ال voltage drop على ال capacitor جبت + +14 +00:01:09,020 --> 00:01:11,340 +ال current passing through ال capacitor جبت ال + +15 +00:01:11,340 --> 00:01:15,700 +powerع ال capacitor و جبت ال energy ع ال capacitor + +16 +00:01:15,700 --> 00:01:20,420 +تمام؟ طيب اول اشي بدي ابدأ هيك نعمل revision ع + +17 +00:01:20,420 --> 00:01:27,500 +السريع في الملف هذه أخدناها بس في الملف كيف؟ قولنا + +18 +00:01:27,500 --> 00:01:33,220 +اول اشي باهتم فيه الطيار ليش؟ + +19 +00:01:33,220 --> 00:01:39,880 +الطيار cannot change instantaneously في الملفطيب، + +20 +00:01:39,880 --> 00:01:42,080 +في الـ Capacitor، إيش اللي بقى not change + +21 +00:01:42,080 --> 00:01:44,960 +instantaneously؟ ال voltage، إذا ببقى .. ببدأ في + +22 +00:01:44,960 --> 00:01:48,820 +ال volt، صح؟ طيب، نفجر على الملف، الملف أنا لو كنت + +23 +00:01:48,820 --> 00:01:54,520 +عارف التيارة، بقدر أجيب ال volt بأي طريقةVL of T + +24 +00:01:54,520 --> 00:02:01,260 +تساوي L DI by DT ماشي واتفقنا انه لازم ال I تكون + +25 +00:02:01,260 --> 00:02:04,880 +continuous عشان ايه لازم يكون لها differentiation + +26 +00:02:04,880 --> 00:02:09,580 +او مشتقة طبعا طيب لو انا كان موجود عند ال VL of T + +27 +00:02:09,580 --> 00:02:13,560 +و بدي اجيب ال I يعني بالعكس يعني لو انا موجودة عند + +28 +00:02:13,560 --> 00:02:16,720 +ال V و بدي اجيب ال I يبقى هاي I of T اللي مش + +29 +00:02:16,720 --> 00:02:24,360 +معروفة تساوي واحد على ألفمن 0 او من T node ل T VL + +30 +00:02:24,360 --> 00:02:33,700 +of T DT كله plus I of T node يساوي 0 مثلا اللي هي + +31 +00:02:33,700 --> 00:02:38,400 +لحظة لـ switching طيب الان جيبت ال voltage و جيبت + +32 +00:02:38,400 --> 00:02:43,820 +التيار على ملف كيف بجيب ال power ال power ال + +33 +00:02:43,820 --> 00:02:51,900 +instantaneous تساويV L of T في I L of T طبعا طيب + +34 +00:02:51,900 --> 00:02:55,940 +مدينة عرفت ال power ال energy كيف بجيبها أو ال W + +35 +00:02:55,940 --> 00:03:02,400 +نص في L في I Square لو طلب مني ال maximum energy + +36 +00:03:02,400 --> 00:03:06,260 +عند التيار maximum لأن هذي constant وهذه constant + +37 +00:03:06,260 --> 00:03:09,720 +طيب في المقابل انا اتفاجئت ان ال voltage cannot + +38 +00:03:09,720 --> 00:03:13,910 +change instantaneously في الالـ Capacitor معناه ان + +39 +00:03:13,910 --> 00:03:17,630 +الطيار ممكن يتغير و ممكن لا طيب يبقى cannot be + +40 +00:03:17,630 --> 00:03:20,830 +changed instantaneously يعني فرضا انا عرفته ايش + +41 +00:03:20,830 --> 00:03:24,730 +بدي اجيب لو بدي اجيب ال I C of T كيف اللي هي ال + +42 +00:03:24,730 --> 00:03:31,670 +Capacitor C في ال D D V C of T by DT طيب انا كنت + +43 +00:03:31,670 --> 00:03:34,810 +عارف الطيار اللي مارر في ال Capacitor بدي اجيب ال + +44 +00:03:34,810 --> 00:03:41,170 +voltage يبقى V C of T كيف واحد على C واحد على Cمن + +45 +00:03:41,170 --> 00:03:47,450 +ال zero لل T I I I C of T D D D D D D D D D D D D + +46 +00:03:47,450 --> 00:03:50,130 +D D D D D D D D D D D D D D D D D D D D D D D D D + +47 +00:03:50,130 --> 00:03:51,110 +D D D D D D D D D D D D D D D D D D D D D D D D D + +48 +00:03:51,110 --> 00:03:52,010 +D D D D D D D D D D D D D D D D D D D D D D D D D + +49 +00:03:52,010 --> 00:03:52,010 +D D D D D D D D D D D D D D D D D D D D D D D D D + +50 +00:03:52,010 --> 00:03:53,790 +D D D D D D D D D D D D D D D D D D D D D D D D D + +51 +00:03:53,790 --> 00:03:53,790 +D D D D D D D D D D D D D D D D D D D D D D D D D + +52 +00:03:53,790 --> 00:03:53,830 +D D D D D D D D D D D D D D D D D D D D D D D D D + +53 +00:03:53,830 --> 00:03:58,250 +D D D D D D D D D D D D D D D D D D D D D D D + +54 +00:03:58,250 --> 00:03:58,610 +D D D + +55 +00:04:07,940 --> 00:04:13,820 +CV² لو بدّي ال maximum energy ال voltage maximum + +56 +00:04:13,820 --> 00:04:21,140 +طيب حكينا احنا عشان اميز بين ال power هادي و ال + +57 +00:04:21,140 --> 00:04:24,520 +energy هادي فيه كان بينهم شغلة قولت لو كانت ال + +58 +00:04:24,520 --> 00:04:29,320 +power positive ايش معناها ال absorbed معناه ايش + +59 +00:04:29,320 --> 00:04:33,980 +مقابله في ال energystoring تمام؟ لو كانت ال power + +60 +00:04:33,980 --> 00:04:37,960 +negative معناه انه deliver زي ما أخدنا في شبطر + +61 +00:04:37,960 --> 00:04:42,100 +واحد و اتنين و تلاتة طب ايش معنى deliver انه بيعمل + +62 +00:04:42,100 --> 00:04:46,520 +discharging او extracting واضح؟ نفس الكلام بالنسبة + +63 +00:04:46,520 --> 00:04:50,960 +للملف واضح؟ تمام يا أخوات؟ طيب + +64 +00:05:10,980 --> 00:05:18,400 +كملتوا خمسة أربعة ولا لأ؟ لأ خمسة أربعة ليش + +65 +00:05:18,400 --> 00:05:25,260 +الجيولوجيا .. مكان الجيولوجيا يوم الأحد نحن + +66 +00:05:25,260 --> 00:05:27,280 +أخدناها يوم اتنين، يوم تانية وستة اتنين + +67 +00:05:43,590 --> 00:05:48,530 +طيب، مين بيحكي ليه لو كان أنا عنده مجموعة من + +68 +00:05:48,530 --> 00:05:56,790 +الملفات موصلين على التوالي؟ ملف واحد، ملف اتنين، + +69 +00:05:56,790 --> 00:06:03,760 +ملف تلاتة؟الواحد الاتنين التلاتة مارر فيهم طيار I + +70 +00:06:03,760 --> 00:06:08,180 +الطيار I مارر في الملف I الواحد طب في الملف + +71 +00:06:08,180 --> 00:06:12,520 +الاتنين I برضه I في الملف ال تلاتة I طيب ال + +72 +00:06:12,520 --> 00:06:17,440 +voltage اللي هنا V1 ال voltage اللي هنا V2 ال + +73 +00:06:17,440 --> 00:06:22,840 +voltage اللي هنا V3 صح بيجي بيحكي ليه قداش ال + +74 +00:06:22,840 --> 00:06:28,700 +equivalent anyاللي ممكن ادخل فيه تيار قيمته I هو + +75 +00:06:28,700 --> 00:06:34,260 +نفسه صح؟ و ال voltage drop عليه يكون V ال V الشيهة + +76 +00:06:34,260 --> 00:06:40,800 +ال V تساوي لما دامهم series يبقى V تساوي V واحد + +77 +00:06:40,800 --> 00:06:45,320 +plus V اتنين plus V تلاتة صح؟ يبقى V تساوي V واحد + +78 +00:06:45,320 --> 00:06:50,000 +زائد V اتنين زائد V تلاتة كيف؟ + +79 +00:06:52,100 --> 00:06:54,920 +لما بدي ال equivalent انا بدي ال equivalent جديش + +80 +00:06:54,920 --> 00:06:58,940 +ال ال equivalent لمجموعة ملفات مشموكة in series + +81 +00:06:58,940 --> 00:07:02,300 +هذا اللي بدنا ياه مشي هيك هيهم in series بدي + +82 +00:07:02,300 --> 00:07:05,740 +احولهم لملف واحد يبقى بدي اوجد علاقة الملف هذا مع + +83 +00:07:05,740 --> 00:07:10,100 +الملفات هذه صح طيب انا اللي بعرفه انه لما يكون ال + +84 +00:07:10,100 --> 00:07:13,340 +series بتكون ال voltage ال total هي عبارة عن ال + +85 +00:07:13,340 --> 00:07:18,300 +volt V1 plus V2 plus V3 صح طيب ال voltage ال total + +86 +00:07:18,300 --> 00:07:19,360 +كيف بجيبه + +87 +00:07:21,970 --> 00:07:30,190 +لأ بدلة الطيارة ال ال في DI على DT هي الطيارة + +88 +00:07:30,190 --> 00:07:34,050 +تبعها بدي أشرقه و أضربه في ال ال equivalent صح؟ + +89 +00:07:34,050 --> 00:07:45,540 +يساوي ال V1 إيش تساوي ال 1 في DI 1 على DT صح؟هي I + +90 +00:07:45,540 --> 00:07:55,700 +نفسها زائد V2 ال 2 DI2 by DT زائد ال 3 DI3 by DT + +91 +00:07:55,700 --> 00:08:04,220 +صح؟ لكن أنا بعرف أنها I تساوي I1 تساوي I2 تساوي I3 + +92 +00:08:04,220 --> 00:08:10,300 +هدولة في ال series صح؟ معناه أنها ال equivalentفي + +93 +00:08:10,300 --> 00:08:18,680 +الـDI by DT تساوي الواحد DI by DT زائد الاتنين DI + +94 +00:08:18,680 --> 00:08:26,110 +by DT زائد التلاتة DI by DT في حد عنده اقتراض؟يبقى + +95 +00:08:26,110 --> 00:08:30,210 +هي ال ال ال ال ال ال ال ال ال ال ال ال ال ال ال ال + +96 +00:08:30,210 --> 00:08:30,210 +ال ال ال ال ال ال ال ال ال ال ال ال ال ال ال ال ال + +97 +00:08:30,210 --> 00:08:31,850 +ال ال ال ال ال ال ال ال ال ال ال ال ال ال ال ال ال + +98 +00:08:31,850 --> 00:08:32,110 +ال ال ال ال ال ال ال ال ال ال ال ال ال ال ال ال ال + +99 +00:08:32,110 --> 00:08:32,890 +ال ال ال ال ال ال ال ال ال ال ال ال ال ال ال ال ال + +100 +00:08:32,890 --> 00:08:33,110 +ال ال ال ال ال ال ال ال ال ال ال ال ال ال ال ال ال + +101 +00:08:33,110 --> 00:08:40,230 +ال ال ال ال ال ال ال ال + +102 +00:08:40,230 --> 00:08:42,470 +ال ال ال ال ال ال ال ال ال ال ال ال ال ال ال ال ال + +103 +00:08:42,470 --> 00:08:43,890 +ال ال ال ال ال ال ال ال ال ال ال ال ال ال ال ال ال + +104 +00:08:43,890 --> 00:08:43,890 +ال ال ال ال ال ال ال ال ال ال ال ال ال ال ال ال ال + +105 +00:08:43,890 --> 00:08:43,910 +ال ال ال ال ال ال ال ال ال ال ال ال ال ال ال ال ال + +106 +00:08:43,910 --> 00:08:43,910 +ال ال ال ال ال ال ال ال ال ال ال ال ال ال ال ال ال + +107 +00:08:43,910 --> 00:08:43,910 +ال ال ال ال ال ال ال ال ال ال ال ال ال ال ال ال ال + +108 +00:08:43,910 --> 00:08:45,190 +ال ال ال ال ال ال ال ال + +109 +00:08:55,950 --> 00:08:58,490 +طيب هاد الاشي معرف من أول لإن دايما ال equivalence + +110 +00:08:58,490 --> 00:09:00,850 +تكون مجموعة .. بس هتختلف .. طيب قعدنا في ال + +111 +00:09:00,850 --> 00:09:03,530 +campuses ورا عندك بتختلف .. كل واحد .. العكس .. + +112 +00:09:03,530 --> 00:09:08,710 +قعدنا بنشوف .. واضح؟ طيب، الآن أنا لو كان عندي + +113 +00:09:08,710 --> 00:09:15,730 +مجموعة .. ملفات + +114 +00:09:15,730 --> 00:09:15,890 +.. + +115 +00:09:23,300 --> 00:09:29,980 +الواحد الاتنين التلاتة هنا الطيار I هنا I واحد هنا + +116 +00:09:29,980 --> 00:09:35,390 +I اتنين هنا I تلاتةأنا ال equation اللي بحط عشان + +117 +00:09:35,390 --> 00:09:37,990 +أثبت شغلات زي هيك في ال series و ال parallel هي + +118 +00:09:37,990 --> 00:09:44,370 +equation إيش؟ المجموع لإن هنا لو إجيت حطيت V هي V1 + +119 +00:09:44,370 --> 00:09:50,250 +هي V2 هي V3 صح؟ أي equation بدي أبدأ فيها؟ بدي + +120 +00:09:50,250 --> 00:09:53,210 +أبدأ في equation اللي فيها عملية جامعة كانت هناك + +121 +00:09:53,210 --> 00:09:56,700 +في ال ..Series كانت equation الجمع تاعت ال volt + +122 +00:09:56,700 --> 00:10:01,160 +لأن الطيار واحد هنا equation الجمع تبعت إيش؟ يبقى + +123 +00:10:01,160 --> 00:10:11,180 +I تساوي I واحد plus I تنين plus I تلاتي صح؟ طيب ال + +124 +00:10:11,180 --> 00:10:17,500 +I إيش تساوي؟ + +125 +00:10:17,500 --> 00:10:34,150 +يلا واحد على Lتكامل من zero ل T V V V ال يعني يعني + +126 +00:10:34,150 --> 00:10:37,550 +كأنه انا بدي اعملها عبارة عن equivalent تمام ال + +127 +00:10:37,550 --> 00:10:42,630 +equivalent وهي ال volt V وهي التيار I صح يبقى واحد + +128 +00:10:42,630 --> 00:10:48,130 +على ال equivalent يساوي ال V و T DT + +129 +00:10:51,710 --> 00:10:55,730 +نعتبر إنها ال I عند الصفر صفر لكلهم يعني ماكانش + +130 +00:10:55,730 --> 00:10:58,370 +فيه charging مافيش energy لما يحكي لي there is no + +131 +00:10:58,370 --> 00:11:02,570 +energy in the inductor معناه إن ال I يساوي صفر + +132 +00:11:02,570 --> 00:11:05,970 +there is no energy in the capacitor معناه إن ال V + +133 +00:11:05,970 --> 00:11:11,170 +تساوي الصفر واضح؟ واضح يا أخوات؟ طيب يبقى هاي 1 + +134 +00:11:11,170 --> 00:11:16,590 +على L equivalent في ال V BT يساوي 1 على L 1 صح؟ + +135 +00:11:18,980 --> 00:11:27,940 +تكامل V1 of T DT زائد واحد على أقل اتنين V2 of T + +136 +00:11:27,940 --> 00:11:36,060 +DT زائد واحد على أقل تلاتة V of T DT صح؟ طيب أنا + +137 +00:11:36,060 --> 00:11:41,020 +بعرف إنها ال V واحد و V2 و V3 إيش بيساوي بيساوي ال + +138 +00:11:41,020 --> 00:11:44,940 +V الأصلية لكن in parallel + +139 +00:11:48,190 --> 00:11:53,930 +معناه ان ال V تساوي V1 تساوي V2 تساوي V3 صح؟ يبقى + +140 +00:11:53,930 --> 00:11:58,030 +المفروض هذه مشتقتها وهذه مشتقتها وهذه تروح وهذه + +141 +00:11:58,030 --> 00:12:01,250 +تروح صح؟ معناه انه صار عند 1 على L equivalent + +142 +00:12:01,250 --> 00:12:09,070 +تساوي 1 على L1 زائد 1 على L2 زائد 1 على L3 صحيه يا + +143 +00:12:09,070 --> 00:12:14,410 +خوان؟تمام؟ يبقى رجعنا لأنه in general ال inductor + +144 +00:12:14,410 --> 00:12:19,450 +acts as ال resistor من شغلة التواصلات ال + +145 +00:12:19,450 --> 00:12:22,770 +combination is a parallel معناه أن مقلوبهم يساوي + +146 +00:12:22,770 --> 00:12:28,370 +مقلوب ال equivalent لو كانوا series مجموعهم يساوي + +147 +00:12:28,370 --> 00:12:33,670 +ال equivalent واضحة؟ طيب واضح حد هنا؟ نبدأ في ال + +148 +00:12:33,670 --> 00:12:36,890 +capacitor بسرعة + +149 +00:13:00,280 --> 00:13:04,600 +لو أنا عندي مجموعة من ال capacitors مشبوكين in + +150 +00:13:04,600 --> 00:13:08,210 +seriesهذه الكفاستور الأول، الكفاستور التاني، + +151 +00:13:08,210 --> 00:13:13,810 +التالت، هذا التيار اللي مارا فيه قداش؟ I، و هنا؟ I + +152 +00:13:13,810 --> 00:13:18,250 +E واحد، I، هو هاي C واحد، C اتنين، C تلاتة، هذا + +153 +00:13:18,250 --> 00:13:25,190 +عليها V واحد، V اتنين، V تلاتةإحنا اتفقنا إن أي + +154 +00:13:25,190 --> 00:13:28,850 +equation اللي بكتبها ال equation اللي بجمع فيها + +155 +00:13:28,850 --> 00:13:32,870 +هنا إيش اللي بجمعه ال volt في ال series ال volt و + +156 +00:13:32,870 --> 00:13:36,090 +في ال parallel التيارات يبقى أنا موجود عند ال V + +157 +00:13:36,090 --> 00:13:40,910 +الآن أنا بدأ قبل ما أجمع ال V لازم أمثل هدولة على + +158 +00:13:40,910 --> 00:13:46,920 +هيئةVolt و C اسمها C equivalent يبقى بدي أوجد + +159 +00:13:46,920 --> 00:13:50,140 +علاقة بين الـ C equivalent و مجموعة ال capacitors + +160 +00:13:50,140 --> 00:13:57,120 +صح؟ يبقى إيش فدي أجي أعمل V تساوي V1 plus V2 plus + +161 +00:13:57,120 --> 00:14:07,200 +V3 جدّيش ال V؟ إيش هي؟ تكامل صح؟ يبقى ال V هي + +162 +00:14:07,200 --> 00:14:11,700 +عبارة عن 1 على C equivalent ال V اللي هنا، مظبوط؟ + +163 +00:14:12,470 --> 00:14:18,550 +تساوي 1 على C equivalent في تكامل IC of T DT طيب + +164 +00:14:18,550 --> 00:14:23,090 +انا لو جيت حكيتلكوا ال energy في ال capacitors + +165 +00:14:23,090 --> 00:14:27,310 +يساوي صفر ايش معناها؟ ان ال initial voltage يساوي + +166 +00:14:27,310 --> 00:14:38,310 +صفر تمام؟ تساوي 1 على C1 في V1 of T DT زائد 1 على + +167 +00:14:38,310 --> 00:14:49,370 +C2 في V2 DTزائد واحد على C ثلاثة في ال V ثلاثة DT + +168 +00:14:49,370 --> 00:14:58,550 +صح؟ لكن أنا بعرف أنه آسف I مالكوا + +169 +00:14:58,550 --> 00:15:08,610 +نايمين؟ شايفين؟ بس + +170 +00:15:08,610 --> 00:15:13,070 +أنا بعرف أنه في ال series إيش اللي متساوي؟طيارات + +171 +00:15:13,070 --> 00:15:18,970 +انه I تساوي I 1 تساوي I 2 تساوي I 3 معناه اني بقدر + +172 +00:15:18,970 --> 00:15:23,490 +ألغي تعون التكامل صح؟ صارت انه عندي 1 على C + +173 +00:15:23,490 --> 00:15:28,870 +equivalent تساوي 1 على C 1 زائد 1 على C 2 زائد 1 + +174 +00:15:28,870 --> 00:15:36,450 +على C 3 صح؟ يبقى هذه عكس عكس المقاومات و الملفات + +175 +00:15:36,450 --> 00:15:39,830 +طيب الرابعة by default + +176 +00:15:43,290 --> 00:15:50,450 +يعني بدي أعتبر أنكوا عارفينها بدون ما نشتقها كيف؟ + +177 +00:15:50,450 --> 00:15:58,690 +إذا كان مجموعة Capacitors مشبوكين in parallel جداش + +178 +00:15:58,690 --> 00:16:01,930 +الهدف، جداش ال equivalent بتبعتهم إذا كانوا in + +179 +00:16:01,930 --> 00:16:08,070 +parallel ال C equivalent تساوي C1 زي C2 زي C3 اللي + +180 +00:16:08,070 --> 00:16:12,770 +بنجيه مع الطيارات واضح؟ + +181 +00:16:13,200 --> 00:16:17,580 +إذن، نعيد على السريع، في الملفات، لو كان مجموعة + +182 +00:16:17,580 --> 00:16:21,120 +ملفات مشبوكة in series، إيش محصلتهم؟ الواحد زائد + +183 +00:16:21,120 --> 00:16:23,800 +الاتنين زائد التلاتة، مجموعهم طيب، لو كانوا + +184 +00:16:23,800 --> 00:16:27,380 +الملفات مشبوكين in parallel، مقلوب ال equivalent + +185 +00:16:27,380 --> 00:16:32,120 +يساوي summation of مقلوبهم كلهم، كل واحدة على حدة، + +186 +00:16:32,120 --> 00:16:35,740 +صح؟ طيب، لو كان عندي مجموعة من ال capacitors، ال + +187 +00:16:35,740 --> 00:16:38,820 +capacitors مشبوكين in series، إيش ال equivalent + +188 +00:16:38,820 --> 00:16:43,430 +تبعتهم؟مقلوب ال equivalent تساوي مقلوب الأولى زي + +189 +00:16:43,430 --> 00:16:49,910 +مقلوب التانية زي مقلوب التالتة مش أكل هذه طيب لو + +190 +00:16:49,910 --> 00:16:52,630 +كان في الحالة الرابعة إذا كان ال capacitors + +191 +00:16:52,630 --> 00:16:55,830 +مشبوكين in parallel إيش بيكون ال equivalent + +192 +00:16:55,830 --> 00:17:02,110 +تبعتهم؟ مجموعة واضحة؟ إذا ال inductor زي المقاومات + +193 +00:17:02,110 --> 00:17:07,210 +بس ال capacitors عكس المقاومات واضحة؟ تمام؟ هذه ما + +194 +00:17:07,210 --> 00:17:07,670 +نستهاش + +195 +00:17:31,850 --> 00:17:33,610 +فى دريل خمسة اربعة + +196 +00:18:13,390 --> 00:18:17,510 +طيب بحكي في المثال هذا فيه انا عندي two inductors + +197 +00:18:17,510 --> 00:18:22,650 +ال inductor الأول 60 ميلي هنري مارر فيه طيار I1 ال + +198 +00:18:22,650 --> 00:18:26,650 +inductor التاني 240 ميلي هنري مارر فيه طيار I2 + +199 +00:18:27,630 --> 00:18:32,970 +أمام؟ تحكيلي ال initial current في الملف الأول + +200 +00:18:32,970 --> 00:18:41,110 +يعني I 1 of 0 كان معطينيا و I 2 of 0 معطينيا كان I + +201 +00:18:41,110 --> 00:18:46,250 +1 of 0 تلاتة أمبير و I 2 of 0 سالب خمس أمبير + +202 +00:18:46,250 --> 00:18:52,730 +بالاتجاهات هذه ماشي؟واضح؟ طيب، بعدين بيحكيلي الـ + +203 +00:18:52,730 --> 00:18:55,070 +voltage at the terminals of the parallel inductor + +204 +00:18:55,070 --> 00:18:58,210 +for T أكبر من أو يساوي صفر يعني يعني يعني يعني + +205 +00:18:58,210 --> 00:18:59,230 +يعني يعني يعني يعني يعني يعني يعني يعني يعني يعني + +206 +00:18:59,230 --> 00:19:00,550 +يعني يعني يعني يعني يعني يعني يعني يعني يعني يعني + +207 +00:19:00,550 --> 00:19:00,550 +يعني يعني يعني يعني يعني يعني يعني يعني يعني يعني + +208 +00:19:00,550 --> 00:19:00,550 +يعني يعني يعني يعني يعني يعني يعني يعني يعني يعني + +209 +00:19:00,550 --> 00:19:00,570 +يعني يعني يعني يعني يعني يعني يعني يعني يعني يعني + +210 +00:19:00,570 --> 00:19:00,590 +يعني يعني يعني يعني يعني يعني يعني يعني يعني يعني + +211 +00:19:00,590 --> 00:19:00,970 +يعني يعني يعني يعني يعني يعني يعني يعني يعني يعني + +212 +00:19:00,970 --> 00:19:01,010 +يعني يعني يعني يعني يعني يعني يعني يعني يعني يعني + +213 +00:19:01,010 --> 00:19:06,550 +يعني يعني يعني يعني يعني يعني + +214 +00:19:06,550 --> 00:19:10,190 +يعني + +215 +00:19:10,190 --> 00:19:17,210 +يع + +216 +00:19:18,640 --> 00:19:21,280 +عيده في عندى two inductors مشبوكين in parallel + +217 +00:19:21,280 --> 00:19:24,640 +واحد ستين ملي واحد متين واربعين ملي بيحكيلي في + +218 +00:19:24,640 --> 00:19:28,360 +البداية كان الطيار بداية لحظة ال switching كان + +219 +00:19:28,360 --> 00:19:33,360 +الطيار اللى موجود هنا عند لحظة zero تلاتة امبير و + +220 +00:19:33,360 --> 00:19:37,680 +هنا عند لحظة zero كان سالة خمسة امبير طب اجى + +221 +00:19:37,680 --> 00:19:40,200 +الطالبة بتحكيلي من وين هذه التلاتة والسالة الخمسة؟ + +222 +00:19:41,030 --> 00:19:45,010 +كانت موجودة في دائرة تانية فكسبت التلاتة والسالب + +223 +00:19:45,010 --> 00:19:48,770 +خمسة، صح؟ بعد ذلك الجيلة عملت switch فجأة، + +224 +00:19:48,770 --> 00:19:51,930 +فانفصلوا عن الدائرة هذهك، بس مش راح يتغير الطيارة + +225 +00:19:51,930 --> 00:19:55,010 +اللي كان في آخر لحظة في الدائرة هذهك، هو في أول + +226 +00:19:55,010 --> 00:19:58,540 +لحظة في الدائرة هذه، صح؟كان كأن أنا كان عندى + +227 +00:19:58,540 --> 00:20:02,160 +موجودة دائرة وكان شغال فيها sources مع ال + +228 +00:20:02,160 --> 00:20:06,120 +inductors هدولة ووصل التيار هنا في لحظة معينة + +229 +00:20:06,120 --> 00:20:10,820 +تلاتة والتيار هنا سالب خمسة في نفس اللحظة عند هذه + +230 +00:20:10,820 --> 00:20:14,060 +اللحظة اجيت انا عملت switching فصلت الدائرة هديك + +231 +00:20:14,660 --> 00:20:18,200 +وخلّته .. وخلّته الدائرة هذه، ضال عنده، التيار مش + +232 +00:20:18,200 --> 00:20:22,000 +رح يتغير instantaneously، صح؟ يبقى عند لحظة صفر، + +233 +00:20:22,000 --> 00:20:26,720 +هي آخر لحظة قبل ال switching، صح؟ و هي أول لحظة + +234 +00:20:26,720 --> 00:20:29,720 +بعد ال switching، و هي لحظة ال switching، صح؟ و + +235 +00:20:29,720 --> 00:20:33,900 +هنا تساوي تلاتة و سالب خمسة، ال voltage drop هنا + +236 +00:20:33,900 --> 00:20:41,370 +كان عند لحظة T أكبر من أو يساوي صفر، هذا هوماشي؟ + +237 +00:20:41,370 --> 00:20:44,630 +كان يعطينيها فإيش طالب مني؟ بيحكيلي if the + +238 +00:20:44,630 --> 00:20:48,750 +parallel inductors are replaced by single one what + +239 +00:20:48,750 --> 00:20:53,870 +is the inductance؟ أعيد؟ يعني بيحكيلي إذا اتنين + +240 +00:20:53,870 --> 00:20:58,430 +هدولة استبدلتوا من بإندكتور واحد كده شده حوط + +241 +00:20:58,430 --> 00:21:03,210 +الإندكتور؟ إيش معناه؟ تجيب ال equivalent صح؟ يبقى + +242 +00:21:03,210 --> 00:21:07,690 +مطلوب إيه؟بدو ال equivalent ايش تساوي ال + +243 +00:21:07,690 --> 00:21:11,350 +equivalent لتنين انت مشموكين in parallel ال + +244 +00:21:11,350 --> 00:21:17,370 +equivalent تساوي ال واحد في ال اتنين على ال واحد + +245 +00:21:17,370 --> 00:21:26,350 +زائد ال اتنين صح؟ اظبط؟ ويساوي ستين في اتنين + +246 +00:21:26,350 --> 00:21:34,250 +واربعين على تلاتمية واحد خمسة متين واربعين خمسين + +247 +00:21:42,330 --> 00:21:51,310 +ملي هنري صحيح هذا ملي وهذا ملي واضح طيب بيحكيلي + +248 +00:21:51,310 --> 00:21:55,130 +في المطلوب بي what is the initial current and its + +249 +00:21:55,130 --> 00:21:58,210 +reference direction in the equivalent inductor + +250 +00:21:58,210 --> 00:22:02,030 +بمعنى انه انا اجيت خلاص صارت الدائرة هيت فيها ال + +251 +00:22:02,030 --> 00:22:06,870 +inductor 48 ملي هنري وهي ال voltage اللي عليها هو + +252 +00:22:06,870 --> 00:22:10,290 +نفس ال voltage وهي التيار المار ال I في حد عنده + +253 +00:22:10,290 --> 00:22:13,450 +اعتراضيقول لي جدّيش ال initial current اللي في + +254 +00:22:13,450 --> 00:22:18,070 +الملف هذا اي واحد اي سفر واحد زاد اي من التاني طب + +255 +00:22:18,070 --> 00:22:22,910 +في اي اتجاه؟ حسب + +256 +00:22:22,910 --> 00:22:27,610 +اتجاه الاكبر حسب اتجاه الاكبر طلع انا عند لو اجيت + +257 +00:22:27,610 --> 00:22:32,990 +فرطه هيك معناه ان الطيار هذا هو معصلة هذا وهذا صح؟ + +258 +00:22:32,990 --> 00:22:36,790 +يبقى جدّيش ال I initial I initial + +259 +00:22:38,960 --> 00:22:46,200 +يساوي I1 زائد I2 عند الصفر، صح؟ كداش ال I1؟ تلاتة + +260 +00:22:46,200 --> 00:22:51,860 +و I2؟ سالب خمسة، يساوي سالب اتنين؟and bear سالب + +261 +00:22:51,860 --> 00:22:56,720 +اتنين في الاتجاه هذا لكن اتنين في الاتجاه هذا صح + +262 +00:22:56,720 --> 00:23:02,060 +واضحة؟ ع الرسمة + +263 +00:23:02,060 --> 00:23:06,300 +بتحط اتجاه ال current ال initial هو نفسه اتجاه ال + +264 +00:23:06,300 --> 00:23:09,100 +current اللي بدك تجيبيه of T يعني هاي ال current + +265 +00:23:09,100 --> 00:23:13,160 +of T صح؟ بدي احط اتجاه ال current ال initial معاه + +266 +00:23:13,160 --> 00:23:16,850 +عشان ما تخربطش في ال ..يعني انها سالب انا هخليها + +267 +00:23:16,850 --> 00:23:20,370 +سالب في الاتجاه هذا سالب اتنين بس في الاتجاه هذا + +268 +00:23:20,370 --> 00:23:23,910 +اتنين طيب + +269 +00:23:23,910 --> 00:23:27,190 +ايش بيحكيلي في مقلوب C بيحكيلي use the equivalent + +270 +00:23:27,190 --> 00:23:32,350 +inductor to find I of T؟ يعني بده .. بدنا نوجد له + +271 +00:23:32,350 --> 00:23:37,550 +I of T اي I of T؟ طلب I of T محددة؟ لأ بشكل عام + +272 +00:23:37,550 --> 00:23:43,450 +بشكل عام صح؟ كيف بتجيبها؟يعني طلب ال I هادي و لا + +273 +00:23:43,450 --> 00:23:48,510 +ال I هادي و هادي طلب ال I هادي صح اللي هي ال I + +274 +00:23:48,510 --> 00:23:52,150 +هادي يبقى أنا باجي على مدامجة لاستخدام ال + +275 +00:23:52,150 --> 00:23:56,290 +equivalent inductor كيف بدي أجي أعملها؟ إيش + +276 +00:23:56,290 --> 00:24:02,570 +القانون تبعتها؟ ال I و ال T يساوي 1 على ال + +277 +00:24:02,570 --> 00:24:11,700 +integration من لحظة الصفر لل T صح؟V قداش ال + +278 +00:24:11,700 --> 00:24:14,620 +voltage drop عليه V سالب تلاتين هي نفس ال voltage + +279 +00:24:14,620 --> 00:24:20,840 +هذه صح يبقى تساوي سالب تلاتين في عشرة أسالب تلاتة + +280 +00:24:20,840 --> 00:24:33,160 +لأنها بالملل E أسالب خمسة DT بس بس زائد زائد أسالب + +281 +00:24:33,160 --> 00:24:38,940 +تنين أسالب تنين و هاي ال L هذه إيش بدها حُط قيمتها + +282 +00:24:39,850 --> 00:24:47,350 +اللي هي 48 في عشرة والسالب تلاتة صحيك؟ اه لو اجيت + +283 +00:24:47,350 --> 00:24:58,170 +انا هذا كملته بيطلع معي ال I of T تساوي point + +284 +00:24:58,170 --> 00:25:06,510 +واحد اتنين خمسة E والسالب خمسة T ناقص اتنين point + +285 +00:25:06,510 --> 00:25:15,040 +واحد اتنين خمسة أمبيرهذا هو طب ييجي حد ويحكي لي + +286 +00:25:15,040 --> 00:25:21,500 +كيف بتتأكد من هذا الحل لأ + +287 +00:25:21,500 --> 00:25:27,160 +مش عن زمن معين طلع ايش معنى ال I initial يساوي + +288 +00:25:27,160 --> 00:25:33,320 +سالب تنينإنه الطيار اللي هنا عند الصفر يساوي سالب + +289 +00:25:33,320 --> 00:25:38,080 +تنين صح؟ لو عوضنا عنه عند الصفر كده يساوي؟ هيطلع + +290 +00:25:38,080 --> 00:25:41,020 +point واحد تنين خمسة ناقص اتنين point واحد تنين + +291 +00:25:41,020 --> 00:25:50,640 +خمسة يبقى حل صح واضح؟ واضح يا خواتر؟ مية + +292 +00:25:50,640 --> 00:25:55,710 +لميةو انا بكون عندى الزمن اللى يعطى ليه هو ال + +293 +00:25:55,710 --> 00:25:58,630 +initial اللى انا ضامنه بدل ما اقعد اجيب طيارات + +294 +00:25:58,630 --> 00:26:02,310 +جديدة يعني مثلا الطيار عند خمسة هو يساوي مجموع + +295 +00:26:02,310 --> 00:26:05,530 +الطيار عند خمسة هنا و عند خمسة هنا بس عند خمسة هذه + +296 +00:26:05,530 --> 00:26:09,770 +انا مش عارفها و عند خمسة هذه انا مش عارفها صح؟ بدى + +297 +00:26:09,770 --> 00:26:13,870 +اجيب اشي انا عارفه من المعطيات واضح يا خواتر؟ + +298 +00:26:13,870 --> 00:26:19,650 +امشي؟ fine فى مطلوب دى + +299 +00:26:24,310 --> 00:26:29,510 +بحكيلي اوجد التيار I1 و I2 و بعدين اعمل + +300 +00:26:29,510 --> 00:26:35,130 +verification للحل تبعك باستخدام ال KCL انت بتنجيب + +301 +00:26:35,130 --> 00:26:42,610 +I1 و I2 كيف بتنجيب I1 و I2 القانون هي الرسمة + +302 +00:26:42,610 --> 00:26:49,030 +الواحد كانت IL2 I1 + +303 +00:26:49,030 --> 00:26:57,490 +هيه I of T ال total هيه I1 هناI2 هذا هو كيف بتجيب + +304 +00:26:57,490 --> 00:27:04,670 +I1 و I2 و ال voltage أنا عارفه ال voltage في + +305 +00:27:04,670 --> 00:27:07,470 +الألواء من القيمة المفروض عندها + +306 +00:27:13,190 --> 00:27:16,590 +يبقى عند ال voltage انا بدي اجيب الطيار I1 الطيار + +307 +00:27:16,590 --> 00:27:23,030 +I1 نكتب قانونه I1 of T هو يساوي 1 على ال 1 في + +308 +00:27:23,030 --> 00:27:29,790 +integration من الصفر لT في ال V1 of T دي T كله + +309 +00:27:29,790 --> 00:27:39,020 +زائد ايش I1 of 0 اللي هي تساوي 3 زائد I1 of 0صحك؟ + +310 +00:27:39,020 --> 00:27:46,060 +صح طيب ال V1 of T إيش هي؟ هي تساوي ال V of T لإن + +311 +00:27:46,060 --> 00:27:49,720 +هم كلهم parallel صح؟ اللي هي تساوي سالب تلاتين + +312 +00:27:49,720 --> 00:27:55,460 +فعشرة سالب تلاتين ملي E السالب خمسة T لو أجيت أنا + +313 +00:27:55,460 --> 00:28:03,360 +هذا كملته بيطلع أندي ال I1 of T تساوي point واحد E + +314 +00:28:03,360 --> 00:28:11,790 +السالب خمسة T زائد point تسعة2.9 مش + +315 +00:28:11,790 --> 00:28:15,510 +في + +316 +00:28:15,510 --> 00:28:18,390 +وقت انه عن كامل تعرفوا الكامل اذا سهل ال + +317 +00:28:18,390 --> 00:28:25,450 +exponential تكاملة واضح طيب طلب مني اوجده I تنين + +318 +00:28:25,450 --> 00:28:30,150 +of T جدش I تنين of T قانونها و بعدين بعوض جدش + +319 +00:28:30,150 --> 00:28:40,230 +قانونها يلا واحد على ال اتنينتكامل من zero ل T V + +320 +00:28:40,230 --> 00:28:49,790 +هي نفسة of T DT زائد I2 عند الصفر اللي هي تساوى + +321 +00:28:49,790 --> 00:28:58,290 +جديد سالب خمسة صح تطلع عند I2 + +322 +00:28:58,290 --> 00:29:03,390 +of + +323 +00:29:03,390 --> 00:29:04,710 +T تساوى + +324 +00:29:11,360 --> 00:29:18,340 +.O25E-5T-5 + +325 +00:29:18,340 --> 00:29:26,860 +.O25 بالأنبالة هاي طلعت I واحد وطلعت I اتنين بعدين + +326 +00:29:26,860 --> 00:29:31,900 +بيجي بيحكي verify your solution using ال KCL ايش + +327 +00:29:31,900 --> 00:29:40,610 +يعني طب وين قانون كيرشوفعند الند هذه بدي أثبت أنه + +328 +00:29:40,610 --> 00:29:43,550 +مدام أنت جيبت I 1 و I 2 و I موجود عندها يبقى + +329 +00:29:43,550 --> 00:29:49,330 +المفروض I تساوي I 1 زائد I 2 اجمعوا I point 1 E + +330 +00:29:49,330 --> 00:29:54,750 +أسالب 5T مع point O 2 خمسة ايش بتطلع اجمعوا I 1 و + +331 +00:29:54,750 --> 00:29:59,390 +I 2 هذا ال term مع هذا ال term ايش بتطلع point 1 2 + +332 +00:29:59,390 --> 00:30:06,390 +5 E أسالب 5T طيب اجمعوا 2.9 ناقص 5 point O 2 خمسة + +333 +00:30:08,270 --> 00:30:15,310 +اتنين رقم يعني ناقص اتنين quiet واحد اتنين خمس as + +334 +00:30:15,310 --> 00:30:23,030 +in صح اللي هي بتطلع نفس التيار I of T يبقى I واحد + +335 +00:30:23,030 --> 00:30:31,910 +زائد I اتنين تساوي I يبقى هاي حالنا صح واضحيت؟ في + +336 +00:30:31,910 --> 00:30:32,750 +سؤال يا أخوات؟ + +337 +00:30:41,390 --> 00:30:43,690 +أمحى؟ يالا معناه خمس دقايق بس + +338 +00:31:19,430 --> 00:31:22,850 +عشان احضر قطرة جديدة و اقعد لو قطرت اشملي وراها + +339 +00:31:22,850 --> 00:31:26,310 +انا بتلو قطرت عشان مرشد + +340 +00:32:06,500 --> 00:32:07,900 +طيب + +341 +00:32:21,200 --> 00:32:28,750 +يا الله بحكيلي في عندي .. في عنديمكثف C1 عليه + +342 +00:32:28,750 --> 00:32:32,950 +voltage drop V1 قيمته 2µفراد مشبوك معاه N series + +343 +00:32:32,950 --> 00:32:38,710 +مكثف C2 قيمته 8µفراد و voltage drop عليه V2 تمام + +344 +00:32:38,710 --> 00:32:41,970 +الاتنين هذول N series معناه انه مار فيهم طيار + +345 +00:32:41,970 --> 00:32:47,690 +قيمته I of T الطيار واحد I of T يعطي 240E او minus + +346 +00:32:47,690 --> 00:32:51,990 +10T microamperes عندما تكون T أكبر من أو تساوي صفر + +347 +00:32:52,420 --> 00:32:57,420 +بيحكي لي إيه هو gas زي ما توي شرحنا طلعت عنده ال V + +348 +00:32:57,420 --> 00:33:04,380 +هنا عند لحظة السفر سالب عشرة وال V2 عند لحظة السفر + +349 +00:33:04,380 --> 00:33:09,790 +سالب خمسة، من وين أتي هو؟من دائرة سابقة، صح؟ قبل + +350 +00:33:09,790 --> 00:33:12,130 +لحظة ال switching كانوا بيشتغلوا عليها، في لحظة + +351 +00:33:12,130 --> 00:33:15,010 +معينة فصلت، فال voltage مش راح يتغير، لإن ال + +352 +00:33:15,010 --> 00:33:17,430 +voltage cannot be changed instantaneously في ال + +353 +00:33:17,430 --> 00:33:21,910 +capacitor إحفظناها، صح؟ طيب، الآن بيجي بيحكيلي + +354 +00:33:21,910 --> 00:33:26,430 +أوجد ال total energy trapped في ال capacitors، إيش + +355 +00:33:26,430 --> 00:33:28,990 +معنى total energy trapped؟ إيش معنى trapped؟ + +356 +00:33:28,990 --> 00:33:32,900 +محصورة أو محجوزة؟طب بيحكيلي total energy يعني كل + +357 +00:33:32,900 --> 00:33:36,920 +الطاقة المحجوزة في ال capacitors إيش يعنيلي هذا؟ + +358 +00:33:36,920 --> 00:33:43,240 +أجيبها وين؟ وين؟ في أي لحظة؟ ماكسما؟ لأ لأ لحظة ال + +359 +00:33:43,240 --> 00:33:47,020 +T اللي هي ال switch اي T؟ لأ ال Z يعني ال switch + +360 +00:33:47,020 --> 00:33:52,650 +total energy trap لما أجي أحكيلك إيه حسبه؟جديش كل + +361 +00:33:52,650 --> 00:33:57,510 +العلاج .. جديش ال total GPA تبعكوا؟ ال total .. + +362 +00:33:57,510 --> 00:34:01,050 +عند الملأ نهائي يعني لما أجي أحكي ال total GPA + +363 +00:34:01,050 --> 00:34:04,870 +المعدل التراكمي تبع الجامعة .. تبعي .. أمتى بحسبه؟ + +364 +00:34:04,870 --> 00:34:08,970 +بعد ما أخلص كل المواد، صح؟ يعني بعد ما أخلص .. مش + +365 +00:34:08,970 --> 00:34:13,190 +بعد ما أخلص و أموتبعد ما اخلص كل المواد هنا بعد ما + +366 +00:34:13,190 --> 00:34:18,050 +يخلص كل الزمن يعني معناه انه هذا بدي احط مدام ده + +367 +00:34:18,050 --> 00:34:24,450 +اشوف total trapped معناه ان T تساوي infinity طيب + +368 +00:34:24,450 --> 00:34:29,820 +يبقى ال total energy trapped كيف احسبها؟الـ W + +369 +00:34:29,820 --> 00:34:35,960 +total هي تساوي W واحد زي الـ W اتنين هذا بشكل عام + +370 +00:34:35,960 --> 00:34:41,380 +صح؟ طيب الـ W trapped عند ال infinity إيش تساوي؟ + +371 +00:34:41,380 --> 00:34:46,540 +الـ W واحد عند ال infinity plus W اتنين عند ال + +372 +00:34:46,540 --> 00:34:50,540 +infinity يا بجه أنا اللي عنده كيف بدي أجيب الـ W + +373 +00:34:50,540 --> 00:34:57,540 +واحد عند ال infinity نصفي C1 V1² بس ال V بدي + +374 +00:34:57,540 --> 00:35:05,500 +أجيبها عند ال infinity صح؟زائد نص في C2 V2² و ال V + +375 +00:35:05,500 --> 00:35:09,360 +وين ده أجيبها؟ عند ال infinity واضحة فكرة السؤال؟ + +376 +00:35:09,360 --> 00:35:13,340 +يبقى الأن إيش الشغل تبعي؟ بدي أجيب أوجد V of T و + +377 +00:35:13,340 --> 00:35:17,960 +V1 of T يساوي و أعوض عنها بال infinity أطلع قيمة + +378 +00:35:17,960 --> 00:35:23,800 +V1 of infinity صح؟ أجيب V2 of T يساوي و أعوض عنها + +379 +00:35:23,800 --> 00:35:27,680 +V2 of infinity تطلع عندك أعوض عنها في القانون هذا + +380 +00:35:27,680 --> 00:35:33,620 +صحيك؟يبقى أنا شغلي إيش أعمل؟ أوجد V1 of T و V2 of + +381 +00:35:33,620 --> 00:35:40,420 +T كيف أتوجد V1 و V2 of T؟ نكتب قوانينهم عشان مافيش + +382 +00:35:40,420 --> 00:35:48,280 +واجهة لنا المحاضرة كيف أجيب V1 of T؟ يلّا 1 على C + +383 +00:35:48,280 --> 00:35:58,190 +تكامل من Zero ل T لأ V of T مش ملا نهاية تمام؟أخر + +384 +00:35:58,190 --> 00:36:03,990 +اشي بعوض ممكن + +385 +00:36:03,990 --> 00:36:10,970 +لأ يلّا انت بتجيب ال V عند ال V انت بتجيب هذه شغلة + +386 +00:36:10,970 --> 00:36:19,250 +cumulative هديك شغلة لحظية تمام انت + +387 +00:36:19,250 --> 00:36:23,550 +راح تجيبيها of T و بعدين تعوضيها ما لنهايةنفس + +388 +00:36:23,550 --> 00:36:26,150 +الطريقة، نفس الطريقة، ما اختلفتش، انا اجيب .. + +389 +00:36:26,150 --> 00:36:28,950 +مااختلفتش، يعني انا لما اجيب ال expression باعود + +390 +00:36:28,950 --> 00:36:31,650 +عنه من مالة نهاية لصفر، هنا من T لصفر، و بعدين + +391 +00:36:31,650 --> 00:36:35,590 +باعود عن ال .. ال T بمالة نهاية، تمام؟ و تساوي .. + +392 +00:36:35,590 --> 00:36:38,770 +نجيب .. احنا نتعود نجيب الصيغة العامة، تساوي واحد + +393 +00:36:38,770 --> 00:36:48,800 +على C في إيش؟ في ال I of T دي T زائد ال V واحدعند + +394 +00:36:48,800 --> 00:36:54,620 +الصفر، كداش ال V1 عند الصفر؟ سالب عشرة، يبقى سالب + +395 +00:36:54,620 --> 00:37:00,820 +عشرة، صح؟ لو أنا حسبت، بتطلع ال V1 of T تساوت 2 + +396 +00:37:00,820 --> 00:37:08,640 +ناقص 2E السالب عشرة T، هذا هي، واحدة واحدة، V2 of + +397 +00:37:08,640 --> 00:37:17,350 +T، ايش تساوي؟ واحد على CC2 من صفر لـ T I هو نفسه + +398 +00:37:17,350 --> 00:37:23,310 +لأنه من التنتين سيريز دي تي ناقص خمسة لإنه كانت ال + +399 +00:37:23,310 --> 00:37:30,670 +initial عليها جديش سالب خمسة و طلعت عند ال V2 of T + +400 +00:37:30,670 --> 00:37:39,350 +تساوي سالب تلاتة E أُس سالبعشرة T هدفولت و هدفولت + +401 +00:37:39,350 --> 00:37:43,170 +لإن أنا بجيسم الفولت الآن إيش المطلوب مني أعمل؟ + +402 +00:37:43,170 --> 00:37:48,270 +بدي أوجد ال V1 of infinity V1 of infinity كداش؟ + +403 +00:37:48,270 --> 00:37:54,050 +نين صح؟ + +404 +00:37:54,050 --> 00:37:57,310 +V2 of infinity سالب تنين + +405 +00:38:01,430 --> 00:38:09,410 +جدّاش ال view هادى بتعود اتنين تربية ضرب اتنين في + +406 +00:38:09,410 --> 00:38:17,190 +نص بنطلعها يبقى صارت ال W trapped تساوي نص في + +407 +00:38:17,190 --> 00:38:26,220 +اتنين في اربع صح هاي نص في اتنين في اتنين تربيةال + +408 +00:38:26,220 --> 00:38:30,560 +micro بقى كلهم مع بعض بيظلوا micro زائد نص في + +409 +00:38:30,560 --> 00:38:37,840 +تمانية في أربعة صحيح؟ و كله في عشر أقل سالف ستة + +410 +00:38:37,840 --> 00:38:42,740 +اللي هي ال micro بتساوي هاي أربعة زائد ستة عشر + +411 +00:38:42,740 --> 00:38:50,060 +بتساوي عشرين micro جول + +412 +00:38:50,060 --> 00:38:56,220 +حرام عليكم W traps micro joule صح؟الفراج هذا كده؟ + +413 +00:38:56,220 --> 00:38:59,880 +هك تمام؟ يعطيكوا ألف عافية + diff --git a/PL9fwy3NUQKwaAs6rNkQtAiaVf8dEDjWUy/YXZPTDkkPNQ_postprocess.srt b/PL9fwy3NUQKwaAs6rNkQtAiaVf8dEDjWUy/YXZPTDkkPNQ_postprocess.srt new file mode 100644 index 0000000000000000000000000000000000000000..394c9b8278a9779d297141664940a98a1bb19e02 --- /dev/null +++ b/PL9fwy3NUQKwaAs6rNkQtAiaVf8dEDjWUy/YXZPTDkkPNQ_postprocess.srt @@ -0,0 +1,1548 @@ +1 +00:00:21,090 --> 00:00:23,610 +بسم الله الرحمن الرحيم السلام عليكم ورحمة الله + +2 +00:00:23,610 --> 00:00:26,430 +وبركاته احنا اليوم ان شاء الله هنتبع موضوعنا اللي + +3 +00:00:26,430 --> 00:00:29,130 +بدناها قبل العيد، كل عامة بخير، الموضوع اللي هي + +4 +00:00:29,130 --> 00:00:32,730 +الدواء القومة الموصولة على التوالي وعلى التوازن + +5 +00:00:33,650 --> 00:00:36,010 +احنا بدأنا قبل ما نحكي عن توصيلها على توالي ع + +6 +00:00:36,010 --> 00:00:40,010 +التوازق مفهوم المكافئة، الدائرة المكافئة، قلنا + +7 +00:00:40,010 --> 00:00:43,210 +الدائرة مكافئة أنه انا لو كان عندى network و سحبت + +8 +00:00:43,210 --> 00:00:47,230 +جزء منها و حطيت بدله ما يكافئه، معنى انه ما يكافئ + +9 +00:00:47,230 --> 00:00:50,870 +انه مش لازم تتأثر بقى الدائرة، باقية أزاى الدائرة + +10 +00:00:50,870 --> 00:00:54,540 +بال action اللى أنا عملتهيعني مثال على الدواء + +11 +00:00:54,540 --> 00:00:57,720 +المكافئة اللي هي المقاومة اللي على التوازن لو كان + +12 +00:00:57,720 --> 00:01:00,220 +عندي مقاومتين على التوازن، وإيش معنى مقاومتين على + +13 +00:01:00,220 --> 00:01:03,980 +التوازن؟ إن الطرف الأول للمقاومتين يكون مواصل مع + +14 +00:01:03,980 --> 00:01:07,460 +بعضه، وطرف التان للمقاومتين يكون مواصل مع بعضه، + +15 +00:01:07,460 --> 00:01:11,900 +بمعنى ال voltage حوالين طرفيا المقاومتين هو واحد، + +16 +00:01:11,900 --> 00:01:17,560 +بينما الطيارة هيتجزأ بينهمالمكافئة تاعتهم R + +17 +00:01:17,560 --> 00:01:22,180 +المكافئة مش لازم تتأثر باق الدائرة لو أنا قيمت R1 + +18 +00:01:22,180 --> 00:01:26,880 +وR2 وحطيت المكافئة لهم هذا هو المقصود فيه أنه أنا + +19 +00:01:26,880 --> 00:01:31,220 +لما قيم R1 وR2 واضع ما يكافئهم اللي ممكن أسميه R + +20 +00:01:31,220 --> 00:01:34,760 +equivalent مش لازم باق الدائرة تشعر بأي تغيير + +21 +00:01:34,760 --> 00:01:39,400 +خلّيني نشتق اللي هي توصيل على التوازي مع بعض ونشوف + +22 +00:01:39,400 --> 00:01:45,210 +إيش اللي بنحكيه بشكل أكثر تفصيلاًلو كان عندى + +23 +00:01:45,210 --> 00:01:49,670 +voltage source حوالين + +24 +00:01:49,670 --> 00:01:52,650 +هذا ال voltage source فى عندي مقاومات على التوازي + +25 +00:01:52,650 --> 00:01:55,990 +اشهر ما مقاومات على التوازي الطرف الأول للمقاومة + +26 +00:01:55,990 --> 00:02:00,170 +الأولى موصول مع الطرف الأول للمقاومة التانية موصول + +27 +00:02:00,170 --> 00:02:03,710 +مع الطرف الأول للمقاومة التالتة و الطرف التانى + +28 +00:02:03,710 --> 00:02:09,760 +للمقاومات التلاتة موصول مع بعضهذا الشكل من كيرتشوف + +29 +00:02:09,760 --> 00:02:13,040 +voltage law اللي معناه ان كل المقاومات هدولة ال + +30 +00:02:13,040 --> 00:02:17,100 +voltage حواليهم نفس الاشي وقينته vs بينما التيار + +31 +00:02:17,100 --> 00:02:26,620 +بيعطيني إياه ال source إيش بيصير له توزيع من + +32 +00:02:26,620 --> 00:02:32,810 +كيرتشوف current lawبنقدر نقول إن مجموع التيارات + +33 +00:02:32,810 --> 00:02:39,990 +بسوء صفر يعني I1 زاد I2 اللي طالعين و جابين زاد I3 + +34 +00:02:39,990 --> 00:02:44,870 +سالب IS بسوء صفر يعني هدولة كلهم بسوء IS الداخل + +35 +00:02:44,870 --> 00:02:51,910 +بسوء الطالعلو طلعت على I1 و I2 و I3 هلاحظ ان قيمة + +36 +00:02:51,910 --> 00:02:56,210 +I1 بتساوي ال voltage على R1 و العلاقة موجبة لأنه + +37 +00:02:56,210 --> 00:03:02,250 +طيار في تجاه ال voltage drop هتكون VS على R1 I2 + +38 +00:03:02,250 --> 00:03:06,230 +هتكون VS على R2 برضه العلاقة موجبة لأنه طيار في + +39 +00:03:06,230 --> 00:03:12,670 +تجاه ال voltage drop و I3 هي VS على R3لما أتي أنا + +40 +00:03:12,670 --> 00:03:18,930 +بدي أستبدل الـ3 مقاومات هدولة بما يكافئهم هسميها R + +41 +00:03:18,930 --> 00:03:23,330 +equivalent وما تبقى من الدائرة هو ال voltage + +42 +00:03:23,330 --> 00:03:29,110 +source وكرمة المصاحب إليه هاي المقاومة المكافئة R + +43 +00:03:29,110 --> 00:03:33,320 +equivalentاللي أنا حكيته إن الدائرة مش لازم تتأثر + +44 +00:03:33,320 --> 00:03:36,940 +بالتغيير اللي عملته، يعني أنا VS مش لازم يتغير و + +45 +00:03:36,940 --> 00:03:40,500 +IS مش لازم يتغير، فأنا بقدر البساطة أقول إن IS إيش + +46 +00:03:40,500 --> 00:03:42,860 +بساوي VS على R equivalent + +47 +00:03:47,800 --> 00:03:52,020 +VS رقم لا يساوي zero إذا ما بقدر أقسم عليه + +48 +00:03:52,020 --> 00:03:56,360 +وبالتالي بحصل على إن واحد على R equivalent بتساوي + +49 +00:03:56,360 --> 00:04:02,240 +واحد على R واحد زائد واحد على R تنين زائد واحد على + +50 +00:04:02,240 --> 00:04:07,060 +R تلاتة هذا هو التوصيل على التوازي إيش بقول + +51 +00:04:07,060 --> 00:04:12,580 +التواصل على التوازي إن مقلوب المكافئة بساوي مجموع + +52 +00:04:12,580 --> 00:04:18,050 +مقلوبات المقاوماتوقيمة المقاومة المكافئة أقل من + +53 +00:04:18,050 --> 00:04:23,310 +أقل المقاومة تمام؟ لو كانوا مقاومتين فقط، حيكون + +54 +00:04:23,310 --> 00:04:29,270 +عندي 1 على R equivalent بتساوي 1 على R1 زائد 1 على + +55 +00:04:29,270 --> 00:04:35,170 +R2 اللي ببساطة بتتبسط لR equivalent بتساوي R1 في + +56 +00:04:35,170 --> 00:04:42,760 +R2 على R1 زائد R2لو أخدنا العام المشترك لو كانوا + +57 +00:04:42,760 --> 00:04:49,400 +R1 بيساوي R2 بيساوي R3 بيساوي قيمة مثلا R هيكون 1 + +58 +00:04:49,400 --> 00:04:56,160 +على R equivalent بيساوي N على R هذا إذا في حالة R1 + +59 +00:04:56,160 --> 00:05:02,040 +بتساوي R2 بتساوي R3 بتساوي R بالتالي R المكافئة + +60 +00:05:02,040 --> 00:05:06,740 +إيش هتكون قيمة R على عددهم اللي هم التلاتة هذا N + +61 +00:05:06,740 --> 00:05:11,210 +تلاتة يعني بشكل عام هتكون Nلو كان عندى عدد n من + +62 +00:05:11,210 --> 00:05:21,850 +المقاومات فى اي سؤال لحد هنا احنا + +63 +00:05:21,850 --> 00:05:26,490 +اتفقنا ان فى ال reciprocal تبع R هو مين G يعنى نفس + +64 +00:05:26,490 --> 00:05:29,190 +القانون للمقاومات تتطبق على G + +65 +00:05:31,830 --> 00:05:39,550 +لـ equivalent لـ الـ G و هذه واحد على G واحد هذه + +66 +00:05:39,550 --> 00:05:43,830 +واحد على G تنين هذه واحد على G تلاتة اذا البساطة + +67 +00:05:43,830 --> 00:05:47,650 +لتوصيل على التوازي بضع ان الـ G equivalent بتساوي + +68 +00:05:47,650 --> 00:05:52,510 +G واحد زي G تنين زي G تلاتة بالنسبة ل ال + +69 +00:05:52,510 --> 00:05:56,930 +conductance للتوصيل على التوازي + +70 +00:06:18,480 --> 00:06:21,600 +الحاجة المهمة بدي أحكي عنها بالنسبة لل slides انه + +71 +00:06:21,600 --> 00:06:27,500 +مهم جدا ان اقدر اميز التوصيل على التوازن يكون دقتص + +72 +00:06:27,500 --> 00:06:33,760 +واحد على آخر هذا اللي حكيته انا هذه الدائرة مهمة + +73 +00:06:33,760 --> 00:06:35,420 +جدا اني أطلع عليها + +74 +00:06:41,120 --> 00:06:46,240 +طبعا احنا شفنا السابقة ليه هاي و اقتنعنا كلنا ان + +75 +00:06:46,240 --> 00:06:49,240 +هدول التنتين موصولين على توازن ان الطرف الأول + +76 +00:06:49,240 --> 00:06:51,660 +للمقاومتين موصولين مع بعض و الطرف التان موصولين مع + +77 +00:06:51,660 --> 00:06:55,200 +بعضه اذا الفولتش حواليهم هو واحد و التيار بتوزع + +78 +00:06:55,200 --> 00:06:58,640 +على التنتين و بقدر استبدلهم بR equivalent اللي + +79 +00:06:58,640 --> 00:07:04,240 +بتساوي R1 في R2 على R1 زي R2المثال اللي أمامنا R1 + +80 +00:07:04,240 --> 00:07:07,880 +وR2 مش موصولين على التوازي وهذا خطأ شائع كبير كتير + +81 +00:07:07,880 --> 00:07:12,680 +بين الطالبات ايش بقولي هذا الرسمة انه R1 موصولة في + +82 +00:07:12,680 --> 00:07:16,340 +نقطة معينة في الدائرة وR2 موصولة في نقطة تانية في + +83 +00:07:16,340 --> 00:07:18,900 +الدائرة مش موصولين مع بعض يعني مثلا ممكن هيكون + +84 +00:07:18,900 --> 00:07:22,770 +موصولة مع bolt sourceهذه موصولة ممكن تكون كمان مع + +85 +00:07:22,770 --> 00:07:27,110 +current source او مقاومة تانية المهم ان هدولة مش + +86 +00:07:27,110 --> 00:07:30,590 +موصولين مع بعض هنكون هنا كمان في مقاومة النقطتين + +87 +00:07:30,590 --> 00:07:35,190 +هدولة مش نفس النقطة فR1 وR2 مش موصولين على التوازي + +88 +00:07:35,190 --> 00:07:39,540 +هننتبه لهذه النقطةاكتير أخطاء شائع بين الطالبات + +89 +00:07:39,540 --> 00:07:43,000 +بتصدر من إنهم .. من السرعة بيعتقدوا بعض المقاومات + +90 +00:07:43,000 --> 00:07:46,120 +موصولين على التوازن إنه طرف موصول مع بعضه، هتبطلع + +91 +00:07:46,120 --> 00:07:48,240 +إن الطرف موصول مع بعضه إذا أنا دول بيفترضوا افتراض + +92 +00:07:48,240 --> 00:07:51,560 +أنهم موصولين على التوازن، هذا الكلام مش صحيح، لازم + +93 +00:07:51,560 --> 00:07:55,380 +أتأكد إن الطرف الأول موصول مع بعضه و الطرف التاني + +94 +00:07:55,380 --> 00:07:56,540 +موصول مع بعضه + +95 +00:08:03,640 --> 00:08:07,100 +هذا بالنسبة للتوصيل على التوازن نيجي للتوصيل على + +96 +00:08:07,100 --> 00:08:17,160 +التوالي التوصيل + +97 +00:08:17,160 --> 00:08:21,900 +على التوالي معناه إن لو كان الجمقام R1 الطرف + +98 +00:08:21,900 --> 00:08:27,540 +التاني لR1 هو نصوب الطرف الأول لR2و الطرف التاني + +99 +00:08:27,540 --> 00:08:31,240 +لارتينين بيكون موصول بطرف الأول لارتلتا أطراف + +100 +00:08:31,240 --> 00:08:35,000 +المحلولة مالهم مش علاقة بعض مش موصولين في بعض لكن + +101 +00:08:35,000 --> 00:08:38,420 +موصولين في جزء الدائرة مثلا هنا في هذه الحالة VS + +102 +00:08:38,420 --> 00:08:41,720 +استطلاعنا + +103 +00:08:41,720 --> 00:08:44,540 +عن هذه الدائرة أن المقاومات موصولين على التوالي + +104 +00:08:44,540 --> 00:08:48,220 +إذا معناه أيه التيار بمرفي R1 هو نفسه بمرفي R2 في + +105 +00:08:48,220 --> 00:08:52,020 +R3 توصيل على التوالي على طول معناه أنه لازم يكون + +106 +00:08:52,020 --> 00:08:53,400 +مرفيه نفس التيار + +107 +00:08:56,470 --> 00:08:59,830 +ال voltage vs هو ال voltage اللي حوالين التلاتة + +108 +00:08:59,830 --> 00:09:05,990 +ايش بيصي اللي تزيه بيصير هنا V1 لأنه لازم يكون من + +109 +00:09:05,990 --> 00:09:10,390 +Kirchhoff voltage law مجموع هدول ال voltages V1 زي + +110 +00:09:10,390 --> 00:09:15,450 +V2 زي V3 يسموا Vs إذا من Kirchhoff voltage law + +111 +00:09:15,450 --> 00:09:27,730 +نقدر نقول إن Vs بتساوي V1 زي V2 زي V3IS في R1 وإيه + +112 +00:09:27,730 --> 00:09:32,290 +العلاقة موجبة بين ال current و ال voltage IS في R2 + +113 +00:09:32,290 --> 00:09:38,550 +زائد IS في R3 المكافئة لو أنا فكرت أن أزيح دول + +114 +00:09:38,550 --> 00:09:43,070 +المقاومات واستبدلهم المكافئة هتكون شكل المكافئة + +115 +00:09:43,070 --> 00:09:48,490 +كالتالي عند ال source اللي هو VS و current المصاحب + +116 +00:09:48,490 --> 00:09:54,750 +له IS واستبدلتهم مقاومة هسميها R equivalentR + +117 +00:09:54,750 --> 00:09:57,730 +equivalent اتفاقنا مش لازم اتغير اي اش في الدائرة + +118 +00:09:57,730 --> 00:10:01,470 +معناه VS هتبقى VS و الطيار IS اللي مار في الدائرة + +119 +00:10:01,470 --> 00:10:05,770 +هيمور في R equivalent بالتالي بقدر اقول انه VS و + +120 +00:10:05,770 --> 00:10:12,510 +استطيع ان استبدل VS بIS في R equivalent اذا بتلعنا + +121 +00:10:12,510 --> 00:10:16,950 +الحلقة IS مشتركة في كل أطراف الدائرة المعادلة و لا + +122 +00:10:16,950 --> 00:10:20,570 +تساوي 0 بقدر اختصرها من الطرفين و بالتالي بحصل على + +123 +00:10:20,570 --> 00:10:27,970 +انه R equivalentبتساوي R1 زائد R2 زائد R3 اذا + +124 +00:10:27,970 --> 00:10:33,230 +بستنتج ان توصيل المقاومات على التوالي يعني ان + +125 +00:10:33,230 --> 00:10:37,730 +المقاومة المكافئة بتساوي R1 زائد R2 زائد R3 او + +126 +00:10:37,730 --> 00:10:41,910 +بمعنى اخر المكافئة بتساوي مجموع المقاومات و هتكون + +127 +00:10:41,910 --> 00:10:46,730 +قيمتها اكبر من اكبر مقاومة اذا اكبر مقاومة هي R3 + +128 +00:10:46,730 --> 00:10:51,050 +لسه بتضيفلها R1 وR2 اذا قيمتها هتكون اكبر من اكبر + +129 +00:10:51,050 --> 00:10:51,790 +مقاومة + +130 +00:10:56,010 --> 00:10:59,890 +لو كان عندي المقاومات متساوية هتكون R equivalent + +131 +00:10:59,890 --> 00:11:05,750 +لو R1 بتساوي R2 بتساوي R3 بتساوي R هتكون R + +132 +00:11:05,750 --> 00:11:11,830 +equivalent إيش بتساوي N في R هذا الشكل اللي إحنا + +133 +00:11:11,830 --> 00:11:15,710 +شفناه إن R1 وR2 ما لهما وصلين على التوالي الدليل + +134 +00:11:15,710 --> 00:11:22,130 +إن الطيارة بمر فيهم ما له واحدI1 الممر في R1 وR2 + +135 +00:11:22,130 --> 00:11:25,170 +نفس الطيارة هم وصلين على التواليه، يعني ليش الطرف + +136 +00:11:25,170 --> 00:11:28,150 +الأول للمقاومة الأولى أثنين موصول ولا الطرف التالى + +137 +00:11:28,150 --> 00:11:31,090 +لمقاومة أثنين موصول، يعني ليش الطرف التالى + +138 +00:11:31,090 --> 00:11:33,770 +المقاومة الأولى موصول في الطرف الأول مقاومة أثنين + +139 +00:11:33,770 --> 00:11:37,890 +والطيار ممر فيهم نفس الطيارةبقدر أستبدلهم في + +140 +00:11:37,890 --> 00:11:43,330 +مقاومة مكافئة، لكن اللي ب .. يعني أكيد أحد المشاكل + +141 +00:11:43,330 --> 00:11:47,150 +اللي بتواجه الطالبات هذا الشكل، الأشكال الشائعة + +142 +00:11:47,150 --> 00:11:50,370 +اللي الطالبات بتخطأ فيها و بتقول على طول عنهم إنه + +143 +00:11:50,370 --> 00:11:54,820 +مقاومة على ثوانيبتطلعوا أن الـ R1 طرف الأول موصول + +144 +00:11:54,820 --> 00:11:57,980 +في دائرة، الطرف التالي موصول في R2، بتهم الوجود، + +145 +00:11:57,980 --> 00:12:01,980 +ال link اللي هنا، قد يكون موصول مع أي حاجة تانية، + +146 +00:12:01,980 --> 00:12:04,060 +مع ال source، current source، voltage source، + +147 +00:12:04,060 --> 00:12:10,710 +السبب أن بطل I اللي في R1هو نفسه I تنين صار في + +148 +00:12:10,710 --> 00:12:14,270 +اندي تيار اتفرع و احنا قولنا شرط ال series انه + +149 +00:12:14,270 --> 00:12:18,070 +يكون نفس التيار نمور فيهم اذا معناه على طول لما + +150 +00:12:18,070 --> 00:12:22,350 +يوصل element جديد يعني لو انا عندي هاي المقامة + +151 +00:12:22,350 --> 00:12:25,770 +الأولى و هاي المقامة التانية لو انا هنا شاركهم + +152 +00:12:25,770 --> 00:12:29,050 +element مهما كان هذا element بطلوا على التوالي + +153 +00:12:29,050 --> 00:12:32,890 +بطلت هاي التوصيلة على التوالي عشان يكونوا على + +154 +00:12:32,890 --> 00:12:36,350 +التوالي مش لازم حد شاركهم ال node بتاعتهم هاي ال + +155 +00:12:36,350 --> 00:12:37,910 +node مش لازم حد تشارك فيها + +156 +00:12:43,850 --> 00:12:47,350 +طمام؟ طلع على الأمثلة اللي أمامنا هاي برضه لتأكيد + +157 +00:12:47,350 --> 00:12:50,510 +لفهمنا التواصل على التوالي و على التوازي إذا طلعنا + +158 +00:12:50,510 --> 00:12:52,850 +على الدقرة اللي أمامنا هاي مالها تواصل توالي ولا + +159 +00:12:52,850 --> 00:12:57,370 +توازي؟ توازي توازي، bravo عليكم، ليش توازي؟ الطرف + +160 +00:12:57,370 --> 00:13:01,330 +الأول المقاومة R1 و RTD موصول مع بعضه و الطرف + +161 +00:13:01,330 --> 00:13:04,210 +التاني موصول مع بعضه، هذه احنا بطلنا ننغش فيها، + +162 +00:13:04,210 --> 00:13:07,720 +هذه نقطةيعني هاد الطرف و هاد الطرف موصلين مع بعضهم + +163 +00:13:07,720 --> 00:13:11,300 +قبل ما يوصلوا في الدائرة إذا عندي R1 و R2 معاهم + +164 +00:13:11,300 --> 00:13:16,000 +على التوازن نجي للدائرة التانية عندي R1 وRX إيش + +165 +00:13:16,000 --> 00:13:21,140 +علقتهم؟ توالي ولا توازي؟ توالي لإن التقع هي توالي + +166 +00:13:21,140 --> 00:13:25,320 +عندي ال node ما حدش شركهم فيها R1 الطرف الأول + +167 +00:13:25,320 --> 00:13:28,520 +ملناش فيه الطرف التاني موصل مع الطرف الأول الـRX و + +168 +00:13:28,520 --> 00:13:32,840 +الطرف التاني الـRX ملناش فيهلكن المكافئة اتعت R1 + +169 +00:13:32,840 --> 00:13:37,340 +وR2 مع R2 التوازي، bravo عليكم المكافئة اتعتهم + +170 +00:13:37,340 --> 00:13:41,420 +الطرف الأول تبعها موصول مع الطرف الأول لR2 و الطرف + +171 +00:13:41,420 --> 00:13:45,940 +التان للمكافئة موصول مع الطرف التان لR2 فهذه أمثلة + +172 +00:13:45,940 --> 00:13:49,000 +للتوصيل على التوالي والتوازي يعني شوي شوي احنا مش + +173 +00:13:49,000 --> 00:13:54,320 +لازم نخدع يعني زي ما اتفقنا ان هذه سمنا حافظين ان + +174 +00:13:54,320 --> 00:13:58,480 +هي نقطة واحدة موصولين مع بعض قبل ما يمصلوا في + +175 +00:13:58,480 --> 00:14:03,140 +الدائرةأنا قاعدة بقدر استبدلها بالمكافئة اللي هي + +176 +00:14:03,140 --> 00:14:10,040 +R1 زي RX موصولة مع R2 قبل ما توصل مع باقي أزاق + +177 +00:14:10,040 --> 00:14:18,800 +الدائرة فهي توصيل على التوازن، ممتازة طب + +178 +00:14:18,800 --> 00:14:21,840 +احنا ليش بدنا توصيل على التوالي والتوازن؟ احنا + +179 +00:14:21,840 --> 00:14:25,680 +مصاقنا قلنا أهم أهداف هذا المصاق هو تحليل الدواير + +180 +00:14:26,450 --> 00:14:29,410 +صح؟ يعني احنا بدنا نكون عندنا دائرة كهربائية و + +181 +00:14:29,410 --> 00:14:31,850 +نتعلم كيف أحللها شوفنا كيف نحللها باستخدام + +182 +00:14:31,850 --> 00:14:35,250 +Kirchhoff voltage law و Kirchhoff current law احنا + +183 +00:14:35,250 --> 00:14:37,710 +هلاقيتها اتعلمنا حاجة جديدة توصيل على التوالي + +184 +00:14:37,710 --> 00:14:41,910 +التوازي هنستخدمهم عشان نحلل الدوائر هستعين فيهم + +185 +00:14:41,910 --> 00:14:44,870 +لتحليل الدوائر حلنا نشوف مثال كيف أنا بستخدم + +186 +00:14:44,870 --> 00:14:49,190 +التوصيل على التوالي والتوازي لتحليل الدوائر ناخد + +187 +00:14:49,190 --> 00:14:49,730 +مثال + +188 +00:15:02,510 --> 00:15:08,930 +المثال في عندى vault source عندى مقاومة قيمتها + +189 +00:15:08,930 --> 00:15:13,830 +أربعة أم وفي عندى مقاومة تانية قيمتها تمنتاشر أم + +190 +00:15:13,830 --> 00:15:20,510 +وعندى مقاومة قيمتها تلاتة أم ومقاومة قيمتها ستة أم + +191 +00:15:20,510 --> 00:15:28,970 +هسميهم R R1 R2 R3 ممكن أدى R4 + +192 +00:15:32,270 --> 00:15:35,150 +معطيني كمان بعض المعلومات أن هذا ال source كانت + +193 +00:15:35,150 --> 00:15:40,280 +120 volt، إيش نوع هذا ال source؟ إيش نوعه؟ال + +194 +00:15:40,280 --> 00:15:44,660 +source ده شنو هو؟ independent volt ايوة + +195 +00:15:44,660 --> 00:15:48,220 +independent volt ال source، bravo عليكم، اذا هذا + +196 +00:15:48,220 --> 00:15:52,240 +snow independent volt ال source فينته 120 volt + +197 +00:15:52,240 --> 00:15:56,500 +تمام يعطيني ال current تبعه المصاحب له اتجاه IS + +198 +00:15:56,500 --> 00:16:03,100 +وفي عندي current I1 بمرفو R1 وعندي I2 بمرفو R2 + +199 +00:16:03,100 --> 00:16:16,680 +وعندي I3 بمرفو R3بدوا مننا نجيب I1 I2 I3 وكمان في + +200 +00:16:16,680 --> 00:16:23,080 +V1 اللي هي ال voltage حوالين R1 و V1 بدوا هاي + +201 +00:16:23,080 --> 00:16:28,460 +المعلقة احنا بدنا نستعين بالتوصيل على التوالي + +202 +00:16:28,460 --> 00:16:31,280 +والتوازن لتحليل الدائرة بمعنى ايه تحليل؟ لنجيب + +203 +00:16:31,280 --> 00:16:34,870 +المجاهيلة هاي تحليل الدائرةأول حاجة احنا عشان + +204 +00:16:34,870 --> 00:16:38,850 +نلاحظ ار تنين و ار تلاتة مالهم توالي اذا انت يار + +205 +00:16:38,850 --> 00:16:42,270 +اللي فيهم مش ماله نفس الشيء اذا انا على طول بقول I + +206 +00:16:42,270 --> 00:16:47,490 +تنين يساوي I تلاتة اذا I تلاتة بقى يساوي I تلاتة + +207 +00:16:47,490 --> 00:16:51,610 +هاي خلاص من المجهول طب انا عشان اجيب I واحد و I + +208 +00:16:51,610 --> 00:16:55,490 +تنين بده ابسط الدائرة هاي بده استخدم المكافئات + +209 +00:16:55,490 --> 00:16:59,050 +يعني لو انا قدرت كل هدولة استبدلهم مكافئة بقدر + +210 +00:16:59,050 --> 00:17:04,860 +اجيب ISصح؟ إذا جبت IS بقدر أجيب I1 و I2 و V1 و + +211 +00:17:04,860 --> 00:17:11,130 +الاخر نبدأ بمين؟ R2 و R3 احنا كلهم على التواليسإذا + +212 +00:17:11,130 --> 00:17:15,730 +على طول bravo عليكم اذا R المكافئة لتنين و تلاتة + +213 +00:17:15,730 --> 00:17:20,050 +هي عبارة عن R تنين زات R تلاتة اللي بتساوي تلاتة + +214 +00:17:20,050 --> 00:17:24,650 +زات ستة بتساوي تسعون إيش بعمل؟ بعيد رسم الدائرة + +215 +00:17:24,650 --> 00:17:30,730 +احنا هذا المساق كله رسم و الرسم مهم جدا لنا في اني + +216 +00:17:30,730 --> 00:17:36,810 +أعرف النتائج إذا خربطت في الرسم، خربطت في نقل رقم، + +217 +00:17:36,810 --> 00:17:42,590 +كل سؤالي صار فيه خلالهي R4 وانا قيمتها قداش 4 Ohm + +218 +00:17:42,590 --> 00:17:49,910 +هنا IS عندي اللي هي R1 اللي قيمتها 18 Ohm وحواليها + +219 +00:17:49,910 --> 00:17:54,290 +ال voltage V1 والتيار بيبور فيها I1 والمكافئة + +220 +00:17:54,290 --> 00:17:57,890 +أتاعة هدولة إيش قيمة التيار بيبور فيها هي قيمتها 9 + +221 +00:17:57,890 --> 00:18:02,430 +اللي هي R23 سمنها قيمتها 9 Ohm و التالي بيبنى + +222 +00:18:02,430 --> 00:18:05,370 +نتأكد من أنه ماغيرناش إيش في الدائرة هدول + +223 +00:18:05,370 --> 00:18:10,060 +المقاومتين بيبور فيهم من التيار I2إذا المكافئة + +224 +00:18:10,060 --> 00:18:13,320 +لازم مر فيها I تنين و ال voltage اللي حوالين + +225 +00:18:13,320 --> 00:18:17,680 +المكافئة او يعني التلاتة والستين هو V واحد إذا + +226 +00:18:17,680 --> 00:18:21,940 +برضه هم المكافئة حوالها V واحد مش لازم تعمل اي + +227 +00:18:21,940 --> 00:18:27,300 +تغيير على الدائرةفببقاش ملاحظ كمان أنه التمنطقس + +228 +00:18:27,300 --> 00:18:30,940 +على التوازن، bravo عليك، إذا عندي هيكون عندي R + +229 +00:18:30,940 --> 00:18:37,500 +اللي هي واحد اتنين تلاتة اللي هي بتساوي R واحد في + +230 +00:18:37,500 --> 00:18:45,670 +R تنين تلاتة على R واحد زائد R تنين تلاتةارواحد + +231 +00:18:45,670 --> 00:18:54,430 +تمانتاش فين؟ تسعة على تمانتاش زائد تسعة، قدش + +232 +00:18:54,430 --> 00:18:59,970 +الجواب؟ ستة، برافو عليك، برافو عليك، إذا عندي + +233 +00:18:59,970 --> 00:19:03,810 +الدائرة هاي صفت لدائرة أبسط، في حد بده الكلام ولا + +234 +00:19:03,810 --> 00:19:07,840 +أمسحه، لإني أنا بدي أرسم الدائرةلذن احنا عرفنا انه + +235 +00:19:07,840 --> 00:19:11,380 +صارت هاي المكافئة بتاعتهم قيمتها 6A في حبة دول + +236 +00:19:11,380 --> 00:19:16,860 +كلام ولا امسحه؟ امسح؟ طب شكرا نعم نمسحه نرسم اخر + +237 +00:19:16,860 --> 00:19:21,900 +جزء وصلناله اللى عندي voltage source اللى قيمته + +238 +00:19:21,900 --> 00:19:28,990 +120 طبعا volt120 volt عندى اللى انا سميتها R4 اللى + +239 +00:19:28,990 --> 00:19:34,910 +قمتها 4 ام اللى مور فيها IS وعندى المكافئة اللى هى + +240 +00:19:34,910 --> 00:19:38,130 +R123 + +241 +00:19:38,130 --> 00:19:41,890 +اللى قمتها 6 ام حلنا نطلع نأكد ان المكافئة بتأثر + +242 +00:19:41,890 --> 00:19:43,910 +ايش على الدائرة ايش ال current اللى مور في + +243 +00:19:43,910 --> 00:19:48,830 +المكافئةاللي بيمر في التنتين I S I S هو اللي توزع + +244 +00:19:48,830 --> 00:19:53,310 +ل I 1 و I 2 إذا I S هي زي ما إحنا شايفين هو ضل يمر + +245 +00:19:53,310 --> 00:19:57,310 +في المكافئة و ال voltage اللي حواليهم مين؟ حوالين + +246 +00:19:57,310 --> 00:20:03,330 +R 1 و R 2 تلاتة هي V 1 برضه هيظل V 1 في هذا الشكل + +247 +00:20:03,330 --> 00:20:05,750 +أنا بقدر استخدم Kirchhoff voltage loss هتتهدق + +248 +00:20:05,750 --> 00:20:10,650 +مالها دائرة أم بسيطة بقدر أقول طبعا ال voltage + +249 +00:20:10,650 --> 00:20:14,820 +اللي حوالين R 3 مش محتوط لبولارتي عليه صح؟فأنا بدأ + +250 +00:20:14,820 --> 00:20:18,580 +أفرضها أنا هفرضها بهذا الشكل و أقولكم ليش أنا + +251 +00:20:18,580 --> 00:20:21,840 +فرضتها بحيث التيار IS يكون في تجاه ال voltage drop + +252 +00:20:21,840 --> 00:20:26,740 +و خلّيني أشرحلكم هذه النقطة خلّيني أقولكوا ليش أنا + +253 +00:20:26,740 --> 00:20:31,920 +هيك عملت نفترض هاي المقاومة بتاعتي هاي R1 وعندي + +254 +00:20:31,920 --> 00:20:37,180 +التيار I1 وانا ال loop تبعي هيك ماشية هي capture + +255 +00:20:37,180 --> 00:20:41,780 +voltageهذه اللوبة إجت ال engineer الأولى قالت أنا + +256 +00:20:41,780 --> 00:20:45,820 +بدي أخد هيك ال polarity بتاعتها على V1 بدي أخد ال + +257 +00:20:45,820 --> 00:20:49,280 +polarity بهذا الشكل لما أخد اللوبة أنا جمعت + +258 +00:20:49,280 --> 00:20:52,840 +ووصلتها ان إيش هتكون plus V1 ليش plus V1 هتتجه ال + +259 +00:20:52,840 --> 00:20:56,640 +voltage drop بدي أعود عن V1 بدلالة ال current + +260 +00:20:56,640 --> 00:21:02,080 +والمقاومة إيش هتصير هاي بتساوي plus بدل V1 I1 في + +261 +00:21:02,080 --> 00:21:08,750 +R1 ما لها موجة دهنجي لل engineer 2 قالت ان انا مش + +262 +00:21:08,750 --> 00:21:14,470 +عارف الاتجاه بدروح اخده بهذا الشكل هاي V2 يعني + +263 +00:21:14,470 --> 00:21:18,890 +بالنسبة لل engineer التاني هاي الكرشف voltage loop + +264 +00:21:18,890 --> 00:21:24,090 +ووصلنا لهذا ال element هتكون minus V2الجيل التانى + +265 +00:21:24,090 --> 00:21:28,910 +طلعلها minus V2 لما جمعت و V2 ايش بتساوي حاصل ضرب + +266 +00:21:28,910 --> 00:21:32,790 +I في R لكن العلاقة مالها سالبة لأن الطيار ماله + +267 +00:21:32,790 --> 00:21:37,950 +اتجاه ال voltage rise فهتكون minus minus I1 في R1 + +268 +00:21:38,210 --> 00:21:43,150 +في النهاية هتحصلي على plus I1 في R1 زي زميلتك بس + +269 +00:21:43,150 --> 00:21:46,930 +بقى كام minus؟ minus 2 و احتمالية انك تنسي واحد + +270 +00:21:46,930 --> 00:21:51,050 +منهم عالية كتير لذا افضلني دائما خدوها مني قاعدة + +271 +00:21:51,050 --> 00:21:54,790 +ان اختار دائما اتجاه البولارات بتاعة ال voltage + +272 +00:21:54,790 --> 00:21:58,050 +لما يكون انا بده افرضها لبحيث تكون التيار مال في + +273 +00:21:58,050 --> 00:22:01,160 +تجاه ال voltage ال dropلو انا كنت عارفة + +274 +00:22:01,160 --> 00:22:04,240 +الـpolarity بتاعة ال voltage بتفرض الطيار نفس + +275 +00:22:04,240 --> 00:22:07,480 +الاشياء هفرض اتجاه الطيار في اتجاه ال voltage و + +276 +00:22:07,480 --> 00:22:10,020 +اتdrop عساس ان تكون العلاقة بين ال voltage و + +277 +00:22:10,020 --> 00:22:15,280 +current ما لها موجة تمام؟ واضحة هذه النقطة؟ ليش + +278 +00:22:15,280 --> 00:22:18,340 +انا أخدت هذا الخيار؟ أخدت ان الpolarity plus minus + +279 +00:22:18,340 --> 00:22:20,940 +عشان يكون اتجاه الطيار في اتجاه ال voltage اتdrop + +280 +00:22:20,940 --> 00:22:24,280 +يعني لو أخدنا Kirchhoff voltage لو ايش هيكون عندي؟ + +281 +00:22:28,310 --> 00:22:33,570 +هيكون عندى Churchill voltage low هيكون عندى minus + +282 +00:22:33,570 --> 00:22:39,010 +120 voltage rise ال plus ال voltage اللى حوالين + +283 +00:22:39,010 --> 00:22:41,310 +اقرتنى لأنه voltage drop و إيش قيمته هذا ال + +284 +00:22:41,310 --> 00:22:45,450 +voltage؟ مانتش هصير أكتب VR4 و VR1، لأ، على طول + +285 +00:22:45,450 --> 00:22:48,630 +هنا في عند ال voltage هذا إشارته موجبة أنه voltage + +286 +00:22:48,630 --> 00:22:52,890 +drop و إيش قيمته؟ IS في IR4 اللى هي علاقة موجبة، + +287 +00:22:52,890 --> 00:22:58,990 +هيكون plus 4 في ISزائد ال voltage اللي حوالين + +288 +00:22:58,990 --> 00:23:02,750 +أرواح التلاتة plus يعني و العلاقة بين ال current و + +289 +00:23:02,750 --> 00:23:07,470 +ال voltage موجبة هيكون زائد ستة IS بتساوي zero + +290 +00:23:07,470 --> 00:23:14,170 +إذاً IS إيش هتساوي مية و عشرين على عشرة بتساوي + +291 +00:23:14,170 --> 00:23:21,120 +معشر أمبير تمام؟ في أي استفسار لحد هنا؟عرفنا مين + +292 +00:23:21,120 --> 00:23:27,920 +قيمة IS ماشي عرفت IS بقدر اجيب V1 V1 اش هتساوي IS + +293 +00:23:27,920 --> 00:23:36,800 +في 6 اذا V1 تلاقى موجبة plus IS في مين في اللي هي + +294 +00:23:36,800 --> 00:23:47,220 +R 1 2 3 هتساوى 12 في قيمة اللي هي 6 اللي هو 72 V + +295 +00:23:47,220 --> 00:23:52,780 +برافو عليكمطب هي عرفنا V1، إيش ضال علينا نجيب؟ I1 + +296 +00:23:52,780 --> 00:23:57,120 +و I2، برجع هاي الرسمة، برجع عشان الأصلية، هاي + +297 +00:23:57,120 --> 00:24:01,860 +الرسمة إيش بتقولّي؟ إن V1 هو ال voltage حوالين R1، + +298 +00:24:01,860 --> 00:24:06,860 +V1 هو ال voltage حوالين R1، إذا I1 إيش هي هتساوي؟ + +299 +00:24:06,860 --> 00:24:11,640 +V1 على عامية R1، إذا V1 هتساوي + +300 +00:24:13,700 --> 00:24:20,700 +عشان احنا بيبقى I1 بسرعة I1 V1 على R1 و الإشارة + +301 +00:24:20,700 --> 00:24:23,320 +موجبة لأنه التيار اتجاه ال voltage drop دايما + +302 +00:24:23,320 --> 00:24:28,320 +بتأكد من إشارات أهملت إشارة واحدة كل إجاباتي خاطئة + +303 +00:24:28,320 --> 00:24:37,900 +هتكون V قداش طلعت معنا 72 على 18 الاربعة أمبيرI2 + +304 +00:24:37,900 --> 00:24:40,880 +بقدر أجيبها بعدد طرق يا بعمل نفس الاشي بي واحد على + +305 +00:24:40,880 --> 00:24:44,980 +تسعة يا بقول kerchief current law ايش بقول ال + +306 +00:24:44,980 --> 00:24:48,660 +kerchief current law؟ kerchief current law بقول + +307 +00:24:48,660 --> 00:24:53,720 +لإن I S بدها تساوي I واحد زي I تنين وبالتالي I + +308 +00:24:53,720 --> 00:24:57,640 +تنين بدها تساوي I S minus I واحد و I S اللي هي + +309 +00:24:57,640 --> 00:25:02,100 +اتناشر و I واحد اربعة فبدها تكون تبانية + +310 +00:25:04,440 --> 00:25:07,940 +لو بدى أفحص إن الإجابات صحيحة ولا خاطئش باستخدام + +311 +00:25:07,940 --> 00:25:12,680 +ال power بجمع ال power اللى طالع مع ال power اللى + +312 +00:25:12,680 --> 00:25:15,680 +داخلها أو يعني ال absorbed و ال extracted و لازم + +313 +00:25:15,680 --> 00:25:19,400 +يكون القيام مالها متساوي ال power بالسالب لازم + +314 +00:25:19,400 --> 00:25:22,520 +يتساوي ال power بالنجل طلعوا متساويين بكون أنا + +315 +00:25:22,520 --> 00:25:24,000 +متأكدة ان حلت صح + +316 +00:25:26,970 --> 00:25:30,550 +زي ما احنا شفنا مثال كيف انا ممكن استعين بيئة + +317 +00:25:30,550 --> 00:25:34,690 +المقاومات اللي ع التوالي والتوازي لتحليل الدائرة، + +318 +00:25:34,690 --> 00:25:40,910 +في اي سؤال لحد هنا؟ في اي سؤال صح؟ طب بعد هيك احنا + +319 +00:25:40,910 --> 00:25:46,210 +هنشوف ما يسمى بال voltage divider، هذا الرسم احنا + +320 +00:25:46,210 --> 00:25:52,270 +شفناها، صح؟ خدوا هاي بسمها، بس حلونا اقنصح السجورة + +321 +00:26:07,260 --> 00:26:10,980 +هذه الرسمة شوفناها صح إن هدولة توصيلة على التوالي + +322 +00:26:10,980 --> 00:26:18,500 +لكن هذي مش توصيلة على التواصل بس تبتقى بدنا + +323 +00:26:18,500 --> 00:26:21,840 +نشوف حاجة اسمها voltage divider current divider + +324 +00:26:33,830 --> 00:26:37,910 +هو في الواقع طريقة الناس تحتاجها للمختبر لكن احنا + +325 +00:26:37,910 --> 00:26:40,310 +هنستخدمهم زي ما استخدمنا توصيلات على التوالي و على + +326 +00:26:40,310 --> 00:26:43,710 +التوازي لهدف تحليل هو في الواقع في المختبر ليش + +327 +00:26:43,710 --> 00:26:46,990 +الناس تستخدم التوالي و التوازي؟ أنا عندي مقامات + +328 +00:26:46,990 --> 00:26:51,210 +خمسة أو ستة أو سبعة أو تمانية أو تسعة ألوان مختلفة + +329 +00:26:51,210 --> 00:26:55,050 +و أنا بدي مقامة مش موجودة بينهم إيش بسوي؟ بروح + +330 +00:26:55,050 --> 00:26:57,210 +بوصلهم على التوالي و على التوازي عشان أحصل على + +331 +00:26:57,210 --> 00:27:00,310 +المقامة اللي بديها في المختبر صح؟ احنا استعنى في + +332 +00:27:00,310 --> 00:27:03,760 +هذه الفكرة ليش للتحليلنفس الاشي ال voltage divider + +333 +00:27:03,760 --> 00:27:07,300 +في المختبر تبدأ في ال voltage divider في المختبر + +334 +00:27:07,300 --> 00:27:11,380 +بكون عندي voltage source مثلا قيمته 15 volt لكن + +335 +00:27:11,380 --> 00:27:15,960 +أنا جهازي بس بده 5 volt أروح أشتري كمان جهاز ولا + +336 +00:27:15,960 --> 00:27:21,060 +أستخدم طريقة مختبرية أن أجزء ال voltage طب لو أجزء + +337 +00:27:21,060 --> 00:27:26,450 +ال voltage إيش بعمل؟ إيش بسوي؟بوصل على التوالي إيش + +338 +00:27:26,450 --> 00:27:29,810 +هو بوصل على التوالي؟ مقاوميات على التوالي إذا لما + +339 +00:27:29,810 --> 00:27:33,430 +بقدر أجزء ال voltage مخبريا لو أنا عندى voltage + +340 +00:27:33,430 --> 00:27:38,150 +كبير VS و بدى أحصل على جزء منه بروح بوصل مقاوميات + +341 +00:27:38,150 --> 00:27:45,150 +على التوالي هاي التوصيلة بتاعة مجزء ال voltage بدى + +342 +00:27:45,150 --> 00:27:49,840 +أعرف ال voltage على 2 و ال voltage على 1طبعا هدول + +343 +00:27:49,840 --> 00:27:53,040 +موصولين على التوالي إذا التيار المصاحب لل source + +344 +00:27:53,040 --> 00:27:58,960 +ممر فيهم نفسه لأن هم موصولين على التوالي معناه أنه + +345 +00:27:58,960 --> 00:28:04,460 +بقدر أقول أن ال total voltage اللي هو VS بساوي I + +346 +00:28:04,460 --> 00:28:10,600 +from Kirchhoff voltage law بساوي IS في R1 زائد R2 + +347 +00:28:10,600 --> 00:28:21,690 +يعني ISبتساوي VS على R1 زي R2 نيجي لل voltage + +348 +00:28:21,690 --> 00:28:29,400 +حوالين R2 اللي هو V2 إيش V2 بيساوي؟ IS في R2IS في + +349 +00:28:29,400 --> 00:28:36,800 +R2 هو ايش بيساوي VS على R1 زي R2 في R3 طبعا انا + +350 +00:28:36,800 --> 00:28:39,420 +انتوا ملاحظين يعني أنا مابديش اضغط على كل كلام بس + +351 +00:28:39,420 --> 00:28:43,440 +لازم أطلع على الإشارة اللي عندي استخدامة موجب هدول + +352 +00:28:43,440 --> 00:28:47,920 +مجموعهم لازم يساوي high يعني هنا V1 و V2 إشارتهم + +353 +00:28:47,920 --> 00:28:50,480 +لازم تكون بهذا الشكل لأنها لازم تساوي VS من + +354 +00:28:50,480 --> 00:28:52,940 +current of voltage drop ال current في اتجاه ال + +355 +00:28:52,940 --> 00:28:55,840 +voltage drop بالعلاقة الموجبة بس بقى أكيد بقول + +356 +00:28:55,840 --> 00:29:02,750 +علاقة موجبةإذا V2 بتساوي VS على R1 زي R2 في R2 + +357 +00:29:02,750 --> 00:29:10,690 +بتعيد ترتيبها تصير R2 على R1 زي R2 في VS معناه لو + +358 +00:29:10,690 --> 00:29:14,490 +أنا بتضعف ال voltage حوالين R2 بقول قيمته بتساوي + +359 +00:29:14,490 --> 00:29:18,390 +التالت قيمته المقاومة اللي هي بده أجيب ال voltage + +360 +00:29:18,390 --> 00:29:23,190 +حوالها اللي هي R2 على مجموعة المقاومتين R1 زي R2 + +361 +00:29:23,190 --> 00:29:27,030 +في قيمة VS اللي بده أجزهخامة مرة، لو بدى أجيب ال + +362 +00:29:27,030 --> 00:29:30,930 +voltage حوالين R2، هيكون بيساوي قيمة المقاومة اللى + +363 +00:29:30,930 --> 00:29:35,430 +بدى أجيب ال voltage حوالها اليمين R2 على مجموعة + +364 +00:29:35,430 --> 00:29:39,030 +المقاومتين اللي هي R1 زي R2، فقيمة ال voltage اللى + +365 +00:29:39,030 --> 00:29:42,110 +بدى أجزه هو VS، طب لو بدى أجيب ال voltage حوالين + +366 +00:29:42,110 --> 00:29:47,090 +R1، V1، بديش أرجع أشتغل، بدأ أقول R1، المقاومة + +367 +00:29:47,090 --> 00:29:51,750 +اللى بيجيب ال voltage حوالها، على R1 زي R2، VS + +368 +00:29:54,230 --> 00:29:57,690 +تمام؟ اذا الهدف في المختبر هو ان احصل على voltage + +369 +00:29:57,690 --> 00:30:01,170 +اقل من ال source اللي عندي لكن احنا هنستعين فيه + +370 +00:30:01,170 --> 00:30:16,450 +لتحليل الدوائر مثال + +371 +00:30:16,450 --> 00:30:20,590 +سريع لو بقولي كان عندي مثال + +372 +00:30:23,750 --> 00:30:32,070 +لو كان عند Vs بتساوي 18 volt و V2 بتساوي 5 volt + +373 +00:30:32,070 --> 00:30:37,830 +بقولني قداش قيم R1 وR2 عشان أجيب قيم R1 وR2 بدي + +374 +00:30:37,830 --> 00:30:43,510 +أجيبش العلاقة بين Vs و V2 قولنا V2 بتساوي قيمة + +375 +00:30:43,510 --> 00:30:49,150 +المقاومة اللي حواليها R V2 على مجموع المقاومة Vs + +376 +00:30:49,950 --> 00:30:57,010 +إذا vs على v2 إيش بتساوي؟ vs على v2 بتساوي R1 زاد + +377 +00:30:57,010 --> 00:31:06,140 +R2 على R2VS على V2 15 على 5 ثلاثة أعيد ترتيبهم + +378 +00:31:06,140 --> 00:31:12,160 +وأجمع ال R2 مع ال R لحال هيكون ان 3R2 بتساوي R1 زي + +379 +00:31:12,160 --> 00:31:20,740 +R2 معناه 2R2 بتساوي R1 معناه أن عشان أحصل على V2 + +380 +00:31:20,740 --> 00:31:27,160 +بتساوي 5 Volt من source مقداره 15 Volt قيمة R2 + +381 +00:31:27,160 --> 00:31:33,780 +لازم تكون نص قيمة R1هي تحليل هذا الجزر ان عشان + +382 +00:31:33,780 --> 00:31:39,820 +احصل على voltage قيمته خمسة volt من source مقداره + +383 +00:31:39,820 --> 00:31:43,420 +خمس عشر volt قيمة R تنين اللي انا بدي اجيب ال + +384 +00:31:43,420 --> 00:31:49,320 +voltage حواليها لازم تكون نص قيمة R واحد احنا + +385 +00:31:49,320 --> 00:31:52,940 +اللقاء القادم هنكمل في ال current divider و ال + +386 +00:31:52,940 --> 00:31:55,700 +voltage divider و نشوف كيف احنا ممكن نستعمل فيهم + +387 +00:31:55,700 --> 00:31:57,480 +لتحليل الدوائر + diff --git a/PL9fwy3NUQKwaAs6rNkQtAiaVf8dEDjWUy/eaUCO-N4rtQ_raw.srt b/PL9fwy3NUQKwaAs6rNkQtAiaVf8dEDjWUy/eaUCO-N4rtQ_raw.srt new file mode 100644 index 0000000000000000000000000000000000000000..989598992443974efb3fe68713dc488dc5c8c752 --- /dev/null +++ b/PL9fwy3NUQKwaAs6rNkQtAiaVf8dEDjWUy/eaUCO-N4rtQ_raw.srt @@ -0,0 +1,1444 @@ +1 +00:00:20,670 --> 00:00:24,130 +بسم الله الرحمن الرحيم السلام عليكم ورحمة الله + +2 +00:00:24,130 --> 00:00:27,370 +وبركاته احنا اليوم ان شاء الله هنتبع موضوعنا اللي + +3 +00:00:27,370 --> 00:00:32,470 +هو AC analysis يعني الدوائل بتحتوي على AC sources + +4 +00:00:32,470 --> 00:00:35,970 +والمركزنا انهم لازم يكونوا ايش نوع هم sinusoidal + +5 +00:00:35,970 --> 00:00:39,850 +sources انا من محاضرات السابقة شوفنا كيف انا ممكن + +6 +00:00:39,850 --> 00:00:42,990 +أنقل من ال time domain لل frequency domain لل + +7 +00:00:42,990 --> 00:00:47,200 +events بتاعنا لل sourcesوشوفنا كمان أنه أنا بتطبق + +8 +00:00:47,200 --> 00:00:50,040 +كل ال network theorems اللي أخدناهم في ال DC + +9 +00:00:50,040 --> 00:00:52,640 +analysis في ال AC analysis ابتداء من catch of + +10 +00:00:52,640 --> 00:00:55,500 +voltage law و catch of current law شوفنا ال + +11 +00:00:55,500 --> 00:00:58,280 +impedances على التوازي و impedances على التوازي + +12 +00:00:58,280 --> 00:01:00,980 +قولنا كل ال network theorems اللي اشتقناها من + +13 +00:01:00,980 --> 00:01:03,820 +catch of voltage law و catch of current law في ال + +14 +00:01:03,820 --> 00:01:07,460 +DC بتتطبق برضه في ال AC زي مين ال node voltage + +15 +00:01:07,460 --> 00:01:11,460 +methodالـ non-current method الـ Thevenin method + +16 +00:01:11,460 --> 00:01:16,020 +الـ Northern method و المحاضرة الماضية أخدنا كيف + +17 +00:01:16,020 --> 00:01:19,060 +لو كانوا impedances على التوازي و أتوقفنا عند الـ + +18 +00:01:19,060 --> 00:01:23,860 +Thevenin equivalence قلنا هنشوف كيف ممكن نشوف الـ + +19 +00:01:23,860 --> 00:01:27,380 +Thevenin أخدنا ال source transformation أخدناها + +20 +00:01:27,380 --> 00:01:32,240 +المثال اللي أخدناه قعدنا ناخد مثال على ال source + +21 +00:01:32,240 --> 00:01:35,500 +transformation و بعدين هناخد على ال Thevenin ال + +22 +00:01:35,500 --> 00:01:39,530 +source ده التذكير احنا لو كان عنديvoltage source + +23 +00:01:39,530 --> 00:01:42,490 +احنا هنحكي عليها احنا في ال AC already في الفيزور + +24 +00:01:42,490 --> 00:01:46,870 +و impedance اللي هو التعميم لل source + +25 +00:01:46,870 --> 00:01:57,550 +transformation في ال DC الاساس بس + +26 +00:01:57,550 --> 00:02:02,280 +تبدلوا و تحكي اتجاهينالـ Current Source في الـ + +27 +00:02:02,280 --> 00:02:06,280 +Phasorepresentation I S وإيه عشان عندي impedance + +28 +00:02:06,280 --> 00:02:11,700 +على التوازي نفس ال impedance بتصير على التوازي I Z + +29 +00:02:11,700 --> 00:02:19,740 +و I إيش بيساوي V S على Z هذا الحكاية حكيناها + +30 +00:02:19,740 --> 00:02:23,200 +المحاضرة الماضية لكن توقفنا إنه ما أخدناش مثال + +31 +00:02:23,200 --> 00:02:26,560 +فخلينا نشوف مع بعض مثال على ال source + +32 +00:02:26,560 --> 00:02:31,790 +transformationال source transformation عندي مثالي + +33 +00:02:31,790 --> 00:02:38,010 +volt ال source قيمته اربعين والزاوية zero volt + +34 +00:02:38,010 --> 00:02:41,770 +عندي impedance معاه على التواليد بتحتوي على مقاومة + +35 +00:02:41,770 --> 00:02:46,450 +مقدارها واحد اوم و inductor قيمته تلاتة ج اوم + +36 +00:02:46,450 --> 00:02:50,770 +فعندي هنا impedance تانية بتحتوي على مقاومة + +37 +00:02:50,770 --> 00:02:56,510 +مقدارها تسعة اوم و capacitive مقدارها minus تلاتة + +38 +00:02:56,510 --> 00:03:02,770 +ج اومهو كمان مقاومة point two inductor جي point + +39 +00:03:02,770 --> 00:03:07,490 +six اوم طبعا كله بالاوم اندي كمان مقاومة قدرها + +40 +00:03:07,490 --> 00:03:14,380 +عشرة اوم و capacitorاللي قيمته minus j 19 ohm احنا + +41 +00:03:14,380 --> 00:03:17,320 +هيك already في ال phasor representation والسؤال + +42 +00:03:17,320 --> 00:03:20,940 +طالب مني ان استخدم ال source transformation عشان + +43 +00:03:20,940 --> 00:03:25,380 +اجيب v node اللي هو ال phasor voltage حوالين ال + +44 +00:03:25,380 --> 00:03:31,060 +impedance عشرة minus 19 j ohm تمام باستخدام ال + +45 +00:03:31,060 --> 00:03:32,820 +source transformation طبعا باستخدام ال source + +46 +00:03:32,820 --> 00:03:37,610 +transformation هلاحظ ان عندي هنا impedance zقيمتها + +47 +00:03:37,610 --> 00:03:41,590 +واحد زائد تلاتة J على التوالي مع ال voltage source + +48 +00:03:41,590 --> 00:03:44,730 +إذا بقدر استخدم ال source transformation و أقول إن + +49 +00:03:44,730 --> 00:03:49,330 +هدول بستبدلهم ال current source و impedance على + +50 +00:03:49,330 --> 00:03:56,790 +التوازي قيمتها واحد Ohm و زائد تلاتة J Ohm هذا + +51 +00:03:56,790 --> 00:04:04,830 +بتسير على التوازي مع التسعة Ohm و سالب تلاتة J Ohm + +52 +00:04:04,830 --> 00:04:06,170 +نكمل باقى الدائرة + +53 +00:04:22,790 --> 00:04:27,990 +الكرانتش هيساوي V على ال impedance اللي هيساوي + +54 +00:04:27,990 --> 00:04:35,750 +اربعين على واحد زائد تلاتة J طبعا هى بقدر احلها + +55 +00:04:35,750 --> 00:04:41,280 +انى استبدل المقام بال dollar formأو اني بدرو في + +56 +00:04:41,280 --> 00:04:48,700 +المرافق واحد minus تلاتة J و المقام برضه بدرو في + +57 +00:04:48,700 --> 00:04:53,900 +واحد minus تلاتة J هيكون عندي اربعين في واحد minus + +58 +00:04:53,900 --> 00:05:00,340 +تلاتة J على واحد زائد تسعة اللي هي قداشر زائد + +59 +00:05:00,340 --> 00:05:06,140 +قولنا ال plus J و minus J واحد دائما J في minus J + +60 +00:05:06,310 --> 00:05:11,690 +بساوة جزر الناقص واحد في سالب جزر الناقص واحد جزر + +61 +00:05:11,690 --> 00:05:13,030 +الناقص واحد، جزر الناقص واحد، جزر الناقص واحد، جزر + +62 +00:05:13,030 --> 00:05:14,870 +الناقص واحد، جزر الناقص واحد، جزر الناقص واحد، جزر + +63 +00:05:14,870 --> 00:05:14,990 +الناقص واحد، جزر الناقص واحد، جزر الناقص واحد، جزر + +64 +00:05:14,990 --> 00:05:15,150 +الناقص واحد، جزر الناقص واحد، جزر الناقص واحد، جزر + +65 +00:05:15,150 --> 00:05:16,330 +الناقص واحد، جزر الناقص واحد، جزر الناقص واحد، جزر + +66 +00:05:16,330 --> 00:05:25,510 +الناقص واحد، جزر الناقص واحد، جزر الناقص واحد، جزر + +67 +00:05:25,510 --> 00:05:35,530 +الناقص واحد، جزر الناقص + +68 +00:05:35,980 --> 00:05:40,360 +على واحد زائد تلاتة جيه بحول المقام لل بولار فورم + +69 +00:05:40,360 --> 00:05:44,360 +يعني هي بيصير اربعين على الجزر التربيعي لواحد زائد + +70 +00:05:44,360 --> 00:05:48,300 +تسعة اللي هي عشرة و ال phasor angle هي tan inverse + +71 +00:05:48,300 --> 00:05:54,680 +tan inverse التلاتة على واحد بطولهم ال calculator + +72 +00:05:54,680 --> 00:06:00,220 +هي بيصير اربعين على الجزر العشرة و الزاوية اللي هي + +73 +00:06:00,220 --> 00:06:05,060 +minusتالح inverse ثلاثة لازم يتساووا المفادرين + +74 +00:06:05,060 --> 00:06:07,920 +واحده بتطلعلي بال polar form واحده بال rectangular + +75 +00:06:07,920 --> 00:06:12,300 +form اذا انا اخدت الناتج على طول هنا جنب الرقم + +76 +00:06:12,300 --> 00:06:19,440 +تبعي هو اربع minus my j ambient تمام؟إيش باللاحظ + +77 +00:06:19,440 --> 00:06:22,260 +قلنا إن هدول ال two impedances مالهم على التوازي و + +78 +00:06:22,260 --> 00:06:25,300 +إحنا شوفنا إنه بنقدر نتعامل مع two impedances على + +79 +00:06:25,300 --> 00:06:29,320 +التوازي هاي زيد واحد و هاي زيد تنين هسميهم زيد + +80 +00:06:29,320 --> 00:06:34,200 +واحد بتساوي واحد زائد تلاتة J و زيد تنين بتساوي + +81 +00:06:34,200 --> 00:06:38,120 +تسعة minus تلاتة J بقدر أجيب المكافئة أني أقول + +82 +00:06:38,120 --> 00:06:42,740 +واحد على زيد بتساوي واحد ع زيد واحد زائد واحد على + +83 +00:06:42,740 --> 00:06:46,940 +زيد تنينأو نفس قانون المقاومات متذكرين Z بتساوي Z + +84 +00:06:46,940 --> 00:06:50,400 +واحد في Z تنين على Z واحد زائد Z تنين خلينا نعمل + +85 +00:06:50,400 --> 00:06:58,500 +هيك Z بتساوي Z واحد في Z تنين على مجموع Z واحد + +86 +00:06:58,500 --> 00:07:05,840 +زائد Z تنين نعوض Z واحد مقدارها واحد زائد تلاتة J + +87 +00:07:06,850 --> 00:07:11,770 +زى التنين تسعة ناقص تلاتة J على مجموعة و من طبع + +88 +00:07:11,770 --> 00:07:16,070 +المجموعة مش بتبسط لعشرة واحد و تسعة عشرة تلاتة J و + +89 +00:07:16,070 --> 00:07:18,990 +minus تلاتة J بيروحوا مع بعض فهيصير على عشرة + +90 +00:07:18,990 --> 00:07:25,390 +بتساوي تسعة تلاتة J و minus تلاتة J قلنا J و ناقص + +91 +00:07:25,390 --> 00:07:30,010 +J بيصيروا واحد و هى بتصير تسعة كمان تسعة تسعة زى + +92 +00:07:30,010 --> 00:07:36,260 +تسعة تمانتاشاللي فيهم J هيكون عندى تلاتة فى تسعة + +93 +00:07:36,260 --> 00:07:43,120 +سبعة وعشرين J ماينوس تلاتة J زائد قداشر منها سبعة + +94 +00:07:43,120 --> 00:07:46,920 +وعشرين نقص تلاتة اربع وعشرين J وعلى عشرة يعني + +95 +00:07:46,920 --> 00:07:49,840 +بتصير واحد تمانى من عشرة او اتنين واربع من عشرة + +96 +00:07:49,840 --> 00:07:55,170 +واضح؟ اتفضلى هنا تان انفس تلاتة منين جبناها؟من + +97 +00:07:55,170 --> 00:07:59,190 +هادي بي على ا مش احنا قولنا هاي عشان نحوّلها ال + +98 +00:07:59,190 --> 00:08:05,570 +polar form هادي + +99 +00:08:05,570 --> 00:08:10,050 +مش قولنا لو عندي z بتساوي a زائد jb بحوّلها ال + +100 +00:08:10,050 --> 00:08:13,270 +polar form هي جزر ال a تربيع زائد b تربيع و + +101 +00:08:13,270 --> 00:08:17,290 +الزاوية tan inverse بي على ا هي تحويل ال polar + +102 +00:08:17,290 --> 00:08:20,670 +form تذكرتي؟ لو انا عندى كنت في ال polar form + +103 +00:08:20,670 --> 00:08:25,120 +قولنا z بتساوي مثلا z maxوالزاوية θ بيحوّلها + +104 +00:08:25,120 --> 00:08:33,640 +ركتانجولار بيقول z max cos θ زج z max cos θ + +105 +00:08:33,640 --> 00:08:37,000 +متذاكرين؟ هاي بتعطيني الرقم اللي هو ال a و هاي + +106 +00:08:37,000 --> 00:08:40,320 +بتعطيني الرقم اللي هو ال b واضح؟ + +107 +00:08:42,650 --> 00:08:45,610 +طبعا ما وصلنا احنا؟ اذا نعرفنا المكافئة اللي + +108 +00:08:45,610 --> 00:08:48,750 +هادولها ال two impedances خليني استغل اللوح + +109 +00:08:48,750 --> 00:08:52,910 +وامسحهم و احط المقدار تبع المكافئة المقدار تبع + +110 +00:08:52,910 --> 00:08:57,270 +المكافئة واحد تمانية من عشرة و اتنين واربع من عشرة + +111 +00:08:57,270 --> 00:09:03,370 +جيه طبعا موجبة فهيعتبرها انها inductive انها موجبة + +112 +00:09:03,370 --> 00:09:08,530 +لو سالف هعتبرها capacitiveأنا مين بدي؟ بدي أستخدم + +113 +00:09:08,530 --> 00:09:10,530 +ال source transformation عشان أحصل على هذا ال + +114 +00:09:10,530 --> 00:09:13,090 +voltage بلاحظ أنه كمان مرة عندي source + +115 +00:09:13,090 --> 00:09:15,590 +transformation عندي current source و impedance على + +116 +00:09:15,590 --> 00:09:20,110 +التوازي هدول بستبدلهم ال voltage source و + +117 +00:09:20,110 --> 00:09:24,990 +impedance على التوازي + +118 +00:09:24,990 --> 00:09:30,350 +طيب بنعمل هيك بستبدلها ال voltage source إيش قيمة + +119 +00:09:30,350 --> 00:09:33,390 +هذا ال voltage source؟ قيمة ال current أنا مسحت ال + +120 +00:09:33,390 --> 00:09:41,660 +current قداش قيمته كانت؟4-12 J كيمة ال voltage 4 + +121 +00:09:41,660 --> 00:09:44,500 +-12 J مضروبة في مين؟ في Z + +122 +00:09:47,700 --> 00:09:53,720 +اللي هي 4-12j مضروبة في ال ingredients اللي هي 1.8 + +123 +00:09:53,720 --> 00:10:01,060 +زي 2.4 من 10 هاي بتعطيني قيمة ال voltage I في Z و + +124 +00:10:01,060 --> 00:10:06,180 +ال ingredients بتسير على التوالي 1.8 و inductance + +125 +00:10:06,180 --> 00:10:10,260 +اللي هي قيمتها 2.4 من 10j و بكمل بقية الدائرة و + +126 +00:10:10,260 --> 00:10:16,070 +بلمش الحمصة عشان يكون معنا وسهرهيكون اندي اتنين من + +127 +00:10:16,070 --> 00:10:21,410 +عشرة اوم و inductor كين في ستة من عشرة اوم ست عشر + +128 +00:10:21,410 --> 00:10:27,590 +اوم و capacitor نقداره سالف تسعة عشر ج اوم و هذا + +129 +00:10:27,590 --> 00:10:32,210 +ال V note اللي احنا بدناياها لو ضربنا الرقامين + +130 +00:10:32,210 --> 00:10:36,030 +هدول مع بعض تعطيني قيمة ال voltage اللي هي بتطلع + +131 +00:10:36,030 --> 00:10:36,510 +معايا + +132 +00:10:39,890 --> 00:10:46,690 +36 minus J ال 12 ال volt و أنا بدي I node لإن إذا + +133 +00:10:46,690 --> 00:10:50,230 +جيبت I node بقدر أجيب V node V node صارت هذي زي + +134 +00:10:50,230 --> 00:10:53,350 +المثال اللي حدناه لميلة ال impedance على التواليب + +135 +00:10:53,350 --> 00:10:56,810 +بجن مع كل هدولة مع بعض بس إذا عندي voltage source + +136 +00:10:56,810 --> 00:10:59,970 +ومقاومة أو impedance in series بجيب I node اللي + +137 +00:10:59,970 --> 00:11:04,010 +هيش بتساوي V على ال total impedance إذا I node + +138 +00:11:04,010 --> 00:11:08,510 +بتهتساوي Vاللي هي ستة او تلاتين سالب اتناش جي على + +139 +00:11:08,510 --> 00:11:12,590 +مجموع الimpedances ابدأ المقاومة ال real part واحد + +140 +00:11:12,590 --> 00:11:15,990 +تمانية من عشرة اتنين من عشرة اتنين اتنين اتنين + +141 +00:11:15,990 --> 00:11:19,110 +اتنين اتنين اتنين اتنين اتنين اتنين اتنين اتنين + +142 +00:11:19,110 --> 00:11:23,090 +اتنين اتنين اتنين اتنين اتنين اتنين اتنين اتنين + +143 +00:11:23,090 --> 00:11:23,090 +اتنين اتنين اتنين اتنين اتنين اتنين اتنين اتنين + +144 +00:11:23,090 --> 00:11:25,990 +اتنين اتنين اتنين اتنين اتنين اتنين اتنين اتنين + +145 +00:11:25,990 --> 00:11:29,490 +اتنين اتنين اتنين اتنين اتنين اتنين ات + +146 +00:11:34,380 --> 00:11:37,480 +هلقيت ايش انا عندي؟ rectangular form على + +147 +00:11:37,480 --> 00:11:40,100 +rectangular form يعني يا بحول اللي فوق بولر و اللي + +148 +00:11:40,100 --> 00:11:44,400 +تحت بولر او اني بضرب المرافق يعني لو ضربت هدف + +149 +00:11:44,400 --> 00:11:48,880 +المرافق اللي هو انا بستبدل السالق و طبعا لازم + +150 +00:11:48,880 --> 00:11:55,000 +يلبسه مقام لانه مافعش ان اضرب مكان و تاني لأيا هيك + +151 +00:11:55,000 --> 00:11:59,020 +بيصير هذا رقم بتبسط لرقم هيكون اتناش اتناش لكل + +152 +00:11:59,020 --> 00:12:03,760 +تربيع و الستاش ستاش بيصير ستاش تربيع و هدوله طبعا + +153 +00:12:03,760 --> 00:12:06,500 +بيعرف اضربهم مع بعض او اني بستخدم ال polar + +154 +00:12:06,500 --> 00:12:09,680 +representation بأعجز التربيع إلى ستة و تلاتين + +155 +00:12:09,680 --> 00:12:14,380 +تربيع زاد اتناش تربيع و ال inverse تان inverse + +156 +00:12:14,380 --> 00:12:18,180 +ناقص اتناش على ستة و تلاتين و المقام نفس الاشي + +157 +00:12:18,180 --> 00:12:22,050 +بيعمله هحط شحطة بلاية زي هيكو المقام اللي هيكون + +158 +00:12:22,050 --> 00:12:27,050 +جزر التربيعي ال 12 تربيع زائد 16 تربيع و tan + +159 +00:12:27,050 --> 00:12:33,850 +inverse زاوية 16 ع 12 tan inverse سالب 16 ع 12 هي + +160 +00:12:33,850 --> 00:12:37,150 +بستخدم المرافق هي هي اللي بريحني بقدر أجيب I note + +161 +00:12:37,150 --> 00:12:44,950 +خليني أعطيكوا الجواب النهائي ل I note I + +162 +00:12:44,950 --> 00:12:49,010 +note طلعت معايا بتساوي + +163 +00:12:52,100 --> 00:12:55,660 +أنا عرفت I note بقى راح أطول V note اللي مقلبة مني + +164 +00:12:55,660 --> 00:13:06,150 +ف I note بتساوي1.56100 J 1.800A وبالتالي بقدر أحسب + +165 +00:13:06,150 --> 00:13:10,030 +V0 لأن V0 شبه ساوي ال impedance اللي بتحسب ال + +166 +00:13:10,030 --> 00:13:14,570 +voltage حوالها اللي هي عشرة سالب تسعتين J مضروبة + +167 +00:13:14,570 --> 00:13:21,250 +في ال current اللي هو مقدره 1.56100 plus J 1.800A + +168 +00:13:21,250 --> 00:13:26,170 +وبطلع انه V0 بتساوياربعين واربعة وسبعين مية + +169 +00:13:26,170 --> 00:13:31,030 +والزاوية سالب سبعة وعشرين وخمسة وخمسين مية درجة + +170 +00:13:31,030 --> 00:13:41,470 +طبعا في اي استفسار؟ واضح؟ مستفى اتفضلي حاضر كمان + +171 +00:13:41,470 --> 00:13:42,070 +سؤال؟ + +172 +00:13:45,240 --> 00:13:48,680 +هذه ال problem الأولى أو يعني المثال الأول اللى + +173 +00:13:48,680 --> 00:13:51,440 +بيشوفنا فيه ال source transformation هنشوف ال data + +174 +00:13:51,440 --> 00:13:55,140 +7N و احنا حاكيها هنا نفس اللى طبقناه ل7N في ال DC + +175 +00:13:55,140 --> 00:13:59,800 +بيستخدمه لل AC بمعنى عشان اجيب ال V7N حوالين اى + +176 +00:13:59,800 --> 00:14:00,400 +network + +177 +00:14:13,160 --> 00:14:17,080 +إن لو عندي أنا network، linear، long، whatever، + +178 +00:14:17,080 --> 00:14:23,140 +بدي أستبدلها زي ما قال seven in ال V is seven in V + +179 +00:14:23,140 --> 00:14:28,000 +seven in و + +180 +00:14:28,000 --> 00:14:36,100 +B dance in series بصميها Z seven inأولا بحط open + +181 +00:14:36,100 --> 00:14:40,240 +circuit عن طرفي ال network open و بجيب V Thevenin + +182 +00:14:40,240 --> 00:14:43,560 +عشان أجيب Z Thevenin يا بحط short circuit و بجيب I + +183 +00:14:43,560 --> 00:14:47,320 +short يا بقى أعمل deactivation لل independent + +184 +00:14:47,320 --> 00:14:58,320 +sources و بحط V test I test هنشوف مثال شوف + +185 +00:14:58,320 --> 00:14:59,600 +مثال على ال Thevenin + +186 +00:15:12,870 --> 00:15:16,790 +هي مثال لسيفينين، + +187 +00:15:16,790 --> 00:15:20,750 +هي عندي voltage source مقدار مية وعشرين وزاوية + +188 +00:15:20,750 --> 00:15:26,190 +zero volt، عندي مقاومة مقدارها اتناشر اوم، عندي + +189 +00:15:26,190 --> 00:15:32,720 +مقاومة مقدارها ستين اوموعندي هنا capacitor مقداره + +190 +00:15:32,720 --> 00:15:37,720 +سالب جيه الاربعين اوم وانا عندي مقاومة مقدارها + +191 +00:15:37,720 --> 00:15:43,260 +مائة وعشرين اوم وهي dependent source اللي مقداره + +192 +00:15:43,260 --> 00:15:48,760 +عشرة VX و VX هي ال voltage اللي حوالين الستين اوم + +193 +00:15:48,760 --> 00:15:54,200 +وهنا النقطتين A وB اللي طالبوا منا ان اجيب the + +194 +00:15:54,200 --> 00:15:57,520 +Thevenin equivalence بين النقطتين A وB + +195 +00:16:00,420 --> 00:16:04,620 +في أي طريقة انا بارتقيها عشان اجيب وابسط المثال + +196 +00:16:04,620 --> 00:16:10,140 +اولا عشان اجيب ال V7N بحط انا impedance بين ال A و + +197 +00:16:10,140 --> 00:16:15,540 +ال B مقدارها infinity معناه ان V7N هيكون ال + +198 +00:16:15,540 --> 00:16:19,380 +voltage من النقطة A ل B اللي هو يعني ال voltage + +199 +00:16:19,380 --> 00:16:22,920 +اللي حوالين ال 120 Ohm زاد ال voltage اللي على + +200 +00:16:22,920 --> 00:16:30,900 +العشرة VX اذا هذا من هنا لهنا هتكون V7Nلما احط ال + +201 +00:16:30,900 --> 00:16:35,760 +impedance infinity ما بين ال a و ال b عشان اجيب ال + +202 +00:16:35,760 --> 00:16:39,440 +vthin بدا ابسط ال network بتاعتي احنا استخدمنا + +203 +00:16:39,440 --> 00:16:42,880 +source transformation ممكن استخدمه هنا بيصير high + +204 +00:16:42,880 --> 00:16:46,980 +current source مقاومة على التوازي مع ال 60 بيصير + +205 +00:16:46,980 --> 00:16:50,600 +مقاومة واحدة وعندي current source ممكن استخدم كمان + +206 +00:16:50,600 --> 00:16:54,820 +مرة ال transformation خلينا نشوف عندي هنا current + +207 +00:16:54,820 --> 00:16:59,970 +source مقدارهاتنعش على اتنعش يعني واحد أمبير واحد + +208 +00:16:59,970 --> 00:17:05,070 +أمبير والاتنعش صارت على التوازي مع الستين ستين على + +209 +00:17:05,070 --> 00:17:10,130 +التوازي مع الاتنعش وإنكمل اللي هي الدائرة هي عندي + +210 +00:17:10,130 --> 00:17:15,310 +اللي هو المكسف اللي مقداره سالب مية واربعين J + +211 +00:17:15,310 --> 00:17:22,810 +وعندي المقامة اللي هي مية وعشرين Ohmال double-dunk + +212 +00:17:22,810 --> 00:17:28,290 +source اللي مختاره عشرة VX و هنا VX ماننسهاش هي + +213 +00:17:28,290 --> 00:17:33,730 +ستين في اتناش على مجموهم اللي هو اتنين و سبعين + +214 +00:17:33,730 --> 00:17:39,390 +اتنين و سبعين على اتنين + +215 +00:17:39,390 --> 00:17:42,350 +و سبعين على اتنين و سبعين على اتنين و سبعين على + +216 +00:17:42,350 --> 00:17:44,630 +اتنين و سبعين على اتنين و سبعين على اتنين و سبعين + +217 +00:17:44,630 --> 00:17:45,110 +على اتنين و سبعين على اتنين و سبعين على اتنين و + +218 +00:17:45,110 --> 00:17:47,250 +سبعين على اتنين و سبعين على اتنين و سبعين على + +219 +00:17:47,250 --> 00:17:47,270 +اتنين و سبعين على اتنين و سبعين على اتنين و سبعين + +220 +00:17:47,270 --> 00:17:50,350 +على اتنين و سبعين على اتنين و سبعين علىلأنه اتناش + +221 +00:17:50,350 --> 00:17:53,870 +في ستة اتنين وسبعين فهذه هتروح تعطينا ستة تكون + +222 +00:17:53,870 --> 00:17:57,650 +عشرة اقام يعني هذه باختصار عشرة اقام عشان الوسع + +223 +00:17:57,650 --> 00:18:03,550 +خليني اكتب العشرة اقام هي بتساوي عشرة اقام تمام + +224 +00:18:03,550 --> 00:18:06,010 +احنا مين بدنا ال voltage من هذه النقطة لهذه النقطة + +225 +00:18:06,010 --> 00:18:10,890 +اللي هو V7 طبعا لو اطلعتنا كويس هذه الدائرة او هذا + +226 +00:18:10,890 --> 00:18:14,170 +الجزء ال current اللي بيمور في المكسب ونفسه ال + +227 +00:18:14,170 --> 00:18:17,450 +current اللي بيمور في كل هذا ال branchصحيح لو أنا + +228 +00:18:17,450 --> 00:18:19,730 +استخدمت ال node voltage method و اتفقنا انه احنا + +229 +00:18:19,730 --> 00:18:23,130 +بتحقق فيهم كلهم عندي بس two node + +230 +00:18:25,360 --> 00:18:27,720 +احنا مشغولنا ال node voltage method برضه بتطبق هنا + +231 +00:18:27,720 --> 00:18:31,440 +خليه بالمرة اللي طبقه على هنا استخدام ال node + +232 +00:18:31,440 --> 00:18:35,500 +voltage method عندى أكام essential node عندى هاي + +233 +00:18:35,500 --> 00:18:39,640 +واحدة و هاي كمان واحدة بس انه هذا ال branch واحد + +234 +00:18:39,640 --> 00:18:43,720 +هذا ال branch واحد current اللي ممر فيه نفسه فعندى + +235 +00:18:43,720 --> 00:18:46,220 +هاي ال branch و هاي كمان ال branch و هاي ال branch + +236 +00:18:46,220 --> 00:18:49,120 +التالت كلهم موصولين في هاي ال node و عندى ال node + +237 +00:18:49,120 --> 00:18:53,280 +التانى اللي هعتبرها ال reference nodeنجمع ال + +238 +00:18:53,280 --> 00:18:56,040 +currents باستخدام cartridge of current law اندي + +239 +00:18:56,040 --> 00:19:01,280 +minus واحد لأنه داخل زائد هخليها اسمها VX هذه مش + +240 +00:19:01,280 --> 00:19:03,940 +هستفيد لو أغيرها لأنها بالفعل rise بالنسبة لل + +241 +00:19:03,940 --> 00:19:09,560 +ground لو الإشارة مختلفة بسميها V1 عشان ما تهش في + +242 +00:19:09,560 --> 00:19:13,060 +السالب الموجب لو كانت ال VX في مواقعكم هنا ما + +243 +00:19:13,060 --> 00:19:17,380 +تسموش ال node اللي هنا minus VX سموها V1 و بعدين + +244 +00:19:17,380 --> 00:19:24,420 +في الآخر VX بتسوي minus V1 فاحنا خلينا هيكزائد Vx + +245 +00:19:24,420 --> 00:19:33,340 +على عشرة زائد عندي هنا Vx و هنا في هذه النقطة عشرة + +246 +00:19:33,340 --> 00:19:38,640 +Vx فاش هيكون Vx minus عشرة Vx على ال impedance + +247 +00:19:38,640 --> 00:19:44,120 +اللي هي مجموعة دولار فعندي Vx minus عشرة Vx على + +248 +00:19:44,120 --> 00:19:47,800 +مجموعة ال impedance اللي هي مية و عشرين زائد سالم + +249 +00:19:47,800 --> 00:19:53,840 +مية و أربعين J سوى صفربقدر أطول من هذه المعادلة + +250 +00:19:53,840 --> 00:19:59,700 +المباشرة قيمة VX إذا عرفت قيمة VX بقدر أجيب التيار + +251 +00:19:59,700 --> 00:20:02,560 +بمور في هاي ال impedance ليش أنا بدي التيار لأنه + +252 +00:20:02,560 --> 00:20:06,500 +بدي هذا الجزء من ال voltage إذا عرفت جزء هذا من ال + +253 +00:20:06,500 --> 00:20:08,460 +voltage زائد هذا الجزء من ال voltage بجيب V + +254 +00:20:08,460 --> 00:20:11,960 +Thevenin بنجمع يعني طبعا زي أنتوا شايفين هنا + +255 +00:20:11,960 --> 00:20:16,240 +المقام ماله طبعا هدولة بعتوني minus 9 VX minus 1 + +256 +00:20:16,240 --> 00:20:19,500 +زائد VX على عشرة سالب + +257 +00:20:23,530 --> 00:20:30,970 +-9VX على 120-140J + +258 +00:20:30,970 --> 00:20:37,830 +عند زي ما قولنا عدة خيارات لأن هذا جمع و طريح أفضل + +259 +00:20:37,830 --> 00:20:44,950 +أخليهم rectangular form VX هي point واحد minus 9 + +260 +00:20:44,950 --> 00:20:49,910 +بضرب في المرافق بسطا و مقاما + +261 +00:20:54,010 --> 00:20:56,490 +أو على طول عشان انتوا صرتوا عارفين المدرس المرافقش + +262 +00:20:56,490 --> 00:20:59,590 +بيصيح المربع الأول زائد المربع التاني يعني هيكون + +263 +00:20:59,590 --> 00:21:06,090 +مية وعشرين تربية زائد مية واربين تربية صحيح؟ بساوي + +264 +00:21:06,090 --> 00:21:11,710 +مين واحد بستخدم ال calculator بعطيني الأرقام اللي + +265 +00:21:11,710 --> 00:21:19,170 +انا بحصل على VX حصلت على VX بقدر أقول انه ال + +266 +00:21:19,170 --> 00:21:23,230 +current اللي هو في هذا ال branch هسميه Iخلّيني + +267 +00:21:23,230 --> 00:21:27,330 +أقول IX IX + +268 +00:21:27,330 --> 00:21:40,470 +VX-9 VX-10 VX على 120 + +269 +00:21:40,470 --> 00:21:49,230 +-140 J عارفة أنا VX بعوض عنها بطول IX V7 إيش بالها + +270 +00:21:49,230 --> 00:21:57,180 +الساوي IX فيمية و عشرين زائد عشرة VX و أنا عارفة + +271 +00:21:57,180 --> 00:22:02,180 +سلة IX و VX هبطيكوا الجواب النهائي ل V7N + +272 +00:22:10,460 --> 00:22:16,080 +هيطلع بدلالة J صح؟ هيتلع بدلالة J مين J؟ اصلا انهم + +273 +00:22:16,080 --> 00:22:19,740 +هيتلع بدلالة ال V7 هتطلع بدلالة J إيش حظك الدلالة + +274 +00:22:19,740 --> 00:22:24,460 +J؟ اللي هيكون مثلا رقم J و لا رقم بس لأ لأ complex + +275 +00:22:24,460 --> 00:22:28,120 +بطلع اصلا ال complex يعني ريا لأم جينا ريا صحيح + +276 +00:22:28,120 --> 00:22:33,000 +ايه بطلع هيك تمانية تمية و خمسة و تلاتين و اتنين + +277 +00:22:33,000 --> 00:22:38,060 +من عشرة و الفيز سالب عشرين و سبعتاش درجة انا كنت + +278 +00:22:38,060 --> 00:22:42,310 +ببقى بال polar formلكن ممكن تكتبي زي ما حكت سملكم + +279 +00:22:42,310 --> 00:22:46,730 +ع شكل الرقم ذات جيه الرقم التاني هذا بالنسبة ل Vx + +280 +00:22:46,730 --> 00:22:53,590 +V7 أنت أسفل، هاي V7 إذا نحصل على V7 مينظل علينا + +281 +00:22:53,590 --> 00:23:01,340 +جيه Z7 اللي بتحكي معايا لو تسمح يعنيعشان جيت 7n + +282 +00:23:01,340 --> 00:23:05,440 +online ماعيد الطرق يا بعمل deactivation ل ال + +283 +00:23:05,440 --> 00:23:09,500 +independent source يا ايش بسوي بحط short circuit و + +284 +00:23:09,500 --> 00:23:15,360 +بحسب اللي هو ال I short circuit طبعا + +285 +00:23:15,360 --> 00:23:17,500 +من هاي الدقر لهاي الدقر احنا ماعملناش تغيير ايش + +286 +00:23:17,500 --> 00:23:21,340 +يعني ماعملناش اي تغيير صح؟ لو بدي أخد السخن من ال + +287 +00:23:21,340 --> 00:23:26,530 +deactivation هي بتصير open circuitو بحط v test اي + +288 +00:23:26,530 --> 00:23:29,770 +test هنا لو بدي اعمل ال deactivation بدي اعمل + +289 +00:23:29,770 --> 00:23:32,750 +short circuit بحط ال short circuit هنا يعني فبسيط + +290 +00:23:32,750 --> 00:23:35,830 +اللي هنا مابأثرش كتير على اللحمة اللي هتا عشان + +291 +00:23:35,830 --> 00:23:40,650 +اجيب ال Z7N Z7N + +292 +00:23:40,650 --> 00:23:49,350 +ايش بنسوي بنعمل deactivate ال independent source و + +293 +00:23:49,350 --> 00:23:51,590 +بضيف v test و بعدين add + +294 +00:23:55,760 --> 00:24:00,280 +V test ال current المصاحب له I test عشان اعمل + +295 +00:24:00,280 --> 00:24:05,080 +deactivation هذا بيصير open circuit ريحني منه هنا + +296 +00:24:05,080 --> 00:24:10,860 +بحط ال V test I + +297 +00:24:10,860 --> 00:24:16,580 +test نفس الفكرة ممكن انا استخدم ال node voltage + +298 +00:24:16,580 --> 00:24:20,520 +method كمان مرة عندى two nodes فقط two essential + +299 +00:24:20,520 --> 00:24:26,290 +nodes واحدة اللى هناوالتانية صارت معروفة لإنها دي + +300 +00:24:26,290 --> 00:24:30,390 +ما لها special case إيش هي النقطة؟ قامتها V test + +301 +00:24:30,390 --> 00:24:36,630 +Vt المجهولة تعطي فلو أنا أخدت كيرتش of current law + +302 +00:24:36,630 --> 00:24:48,610 +at Vt سالب I T زي Vt minus 10 Vx على ال impedance + +303 +00:24:48,610 --> 00:24:53,830 +اللي ببساطة 120بعدين زي ال VT على ال impedance + +304 +00:24:53,830 --> 00:25:02,250 +اللي هي مين .. مش عارفة شو هي .. مش عارفة أنا أسفة + +305 +00:25:02,250 --> 00:25:07,050 +برضه نسيت أحطه على الصامت + +306 +00:25:07,050 --> 00:25:13,510 +hello أيوة يا دكتور أهلا في المحاضرة مش هبقولك + +307 +00:25:13,510 --> 00:25:15,090 +أندي محاضرة دكتور لسه واحدة + +308 +00:25:18,410 --> 00:25:21,890 +لأ إذا بدك تطلع بس كمل هالمثال يعني تظهر لإيش بسيط + +309 +00:25:21,890 --> 00:25:23,810 +و باجي ان شاء الله على ال office اللي لقيته يعني + +310 +00:25:23,810 --> 00:25:27,810 +خمسة يعني بعد خمسة ان شاء الله ياض كلها في السينما + +311 +00:25:27,810 --> 00:25:35,170 +لك تمام؟ + +312 +00:25:35,170 --> 00:25:39,890 +إذا أنا هي عندي minus I test V test minus 10EX على + +313 +00:25:39,890 --> 00:25:44,390 +120 بتذكر أن عظم حالتك مثلا بيشبهه بس في ال DCLSS + +314 +00:25:44,390 --> 00:25:50,420 +أو يمكن هو نفسه في ال DCLSSVt على اللي هي 100 + +315 +00:25:50,420 --> 00:25:54,300 +مجموع الـ two impedances اللي هي عشرة سالب مية و + +316 +00:25:54,300 --> 00:25:57,940 +أربعين J بالساعة و أصفر تظهر علي يمين Vx كم بده + +317 +00:25:57,940 --> 00:26:03,220 +أجيب Vx؟ Vx إيش بده يعني الظهرة تهيأ في المعلمة؟ + +318 +00:26:03,320 --> 00:26:08,520 +اللي هى اش هتكون Vt على المجموع ال impedances و + +319 +00:26:08,520 --> 00:26:11,640 +اضربه في ال .. في المقاومة .. في ال .. تنفعش نحكي + +320 +00:26:11,640 --> 00:26:15,440 +IX في المقاومة؟ Vx بدها تساوي I اللى هى مين؟ ال IX + +321 +00:26:15,440 --> 00:26:18,840 +في المقاومة؟ ال IX هى كانت للمثال السابق اه غير + +322 +00:26:18,840 --> 00:26:24,740 +يعني عشان انها هي عبارة عن Vt ال current Vt على + +323 +00:26:24,740 --> 00:26:29,980 +اللى هى عشرة سالب مية و أربعين J و بضربها في مين؟ + +324 +00:26:29,980 --> 00:26:34,670 +في العشرةهي Vx تمام مرة ال current اللي بمر في هذا + +325 +00:26:34,670 --> 00:26:39,130 +ال branch هو عبارة عن Vt على مجموعة او على ال + +326 +00:26:39,130 --> 00:26:41,170 +impedance اللي عند ال impedance اللي عند ال real + +327 +00:26:41,170 --> 00:26:44,670 +part تبعها عشرة major minus 140 J هاي عرفت التيار + +328 +00:26:44,670 --> 00:26:48,470 +بضرب عشر باطنين Vx بعوض عنه في هذه المعادلة بيكون + +329 +00:26:48,470 --> 00:26:57,670 +عندي فقط IT و Vt فال Z7M هتكون Vt على IT وحط + +330 +00:26:57,670 --> 00:27:00,030 +الإجابة النهائية بتاعة Z7M + +331 +00:27:03,120 --> 00:27:07,940 +زيت seven in تطلع معايا واحد و تسعين و اتنين من + +332 +00:27:07,940 --> 00:27:12,580 +عشرة minus تمانية و تلاتين واربع من عشرة في جيه + +333 +00:27:12,580 --> 00:27:17,440 +طبعا بالقوم اذا بقدر انا اكتب دائما انا باطلب منكم + +334 +00:27:17,440 --> 00:27:20,620 +في الامتحانات انك تكتب ال equivalence حتى لو انك + +335 +00:27:20,620 --> 00:27:24,180 +مفتوح بالارقام تضمنيلك عليا معالمتين فعطول برسم + +336 +00:27:24,180 --> 00:27:30,960 +الرسمة المكافئة ليه ايش هتكون بروح عنقالة في seven + +337 +00:27:30,960 --> 00:27:36,170 +inهذه المكافئة لل network اللي قدامنا و ال + +338 +00:27:36,170 --> 00:27:40,510 +impedance اللي احنا قلناها ال 6 من 2 وهذه الطرفين + +339 +00:27:40,510 --> 00:27:45,530 +A و B اذا هذا بدل ال network المجرم الكبيرة اللي + +340 +00:27:45,530 --> 00:27:49,810 +كانت أنا هنا، تمام؟ اللقاء القادم بنشوف اذا بناخد + +341 +00:27:49,810 --> 00:27:53,570 +مثال قبل ما ناخد على ال power عشان ننقل ل three + +342 +00:27:53,570 --> 00:27:56,950 +phase system ان شاء الله خير، أعطيكوا العافية و + +343 +00:27:56,950 --> 00:27:59,670 +نشوف اللقاء القادم ان شاء الله Z احنا عارفين + +344 +00:27:59,670 --> 00:28:07,350 +معلومات عن Z انها Rزائد ج كاي صح؟ في I effective + +345 +00:28:07,350 --> 00:28:15,010 +تربيع هتساوي R في I effective تربيع زائد ج كاي في + +346 +00:28:15,010 --> 00:28:19,390 +I effective تربيع كمان معلومات عن ال bar و ال ash + +347 +00:28:19,390 --> 00:28:25,790 +و ال Q B بتساوي I effective تربية في R و لا لأ و Q + +348 +00:28:25,790 --> 00:28:28,650 +بتساوي I effective تربية في K + +349 +00:28:35,670 --> 00:28:41,790 +تمام؟ مبسوطين انتوا اه؟ الحمد لله رب العالمين، على + +350 +00:28:41,790 --> 00:28:44,530 +فكرة العلم ممتع يعني، تضحك و انا عارفه اش تضحك و + +351 +00:28:44,530 --> 00:28:45,930 +بس هو في الواقع العلم ممتع + +352 +00:28:52,070 --> 00:28:54,770 +إن شاء الله دايما تضحكوا بس من أنياكوا تجيبوا + +353 +00:28:54,770 --> 00:28:58,570 +علامات يعني اه إحنا خلينا ننهي هنا إن شاء الله و + +354 +00:28:58,570 --> 00:29:01,450 +لقاء القادم بنكمل الأمثلة اللي على ال بوار بس + +355 +00:29:01,450 --> 00:29:05,090 +رجعوها كويس كتير عشان إنتوا إذا رجعتوها هتستفيدوا + +356 +00:29:05,090 --> 00:29:07,690 +من المحاضرة لإنها هتكون أمثلة على الكلام اللي + +357 +00:29:07,690 --> 00:29:11,550 +حكيناه فلازم تكونوا متذكرينه لو انسيتواه هتتصعبوا + +358 +00:29:11,550 --> 00:29:14,350 +في إنكوا تشوفوا اللقاء القادم فضروري ترجعوا زي ما + +359 +00:29:14,350 --> 00:29:18,150 +علمتكم يعني لو بس حتى أطلع تطليع أتذكر إيش هي ال + +360 +00:29:18,150 --> 00:29:20,690 +complex power إيش تعريف ال V effective إيش ال I + +361 +00:29:20,690 --> 00:29:23,950 +effective والى اللقاء القادم ان شاء الله + diff --git a/PL9fwy3NUQKwaAs6rNkQtAiaVf8dEDjWUy/kRRSiWoJaow.srt b/PL9fwy3NUQKwaAs6rNkQtAiaVf8dEDjWUy/kRRSiWoJaow.srt new file mode 100644 index 0000000000000000000000000000000000000000..f25edc37cfdab64dcc13772ca25e87d526b26e64 --- /dev/null +++ b/PL9fwy3NUQKwaAs6rNkQtAiaVf8dEDjWUy/kRRSiWoJaow.srt @@ -0,0 +1,1727 @@ +1 +00:00:20,690 --> 00:00:23,450 +بسم الله الرحمن الرحيم السلام عليكم ورحمة الله + +2 +00:00:23,450 --> 00:00:26,670 +وبركاته أنا اليوم إن شاء الله هنكمل موضوعنا اللي + +3 +00:00:26,670 --> 00:00:30,470 +وقفناه عنده اللي هو الـ source transformation + +4 +00:00:30,470 --> 00:00:38,510 +وشوفنا أن أي voltage source ومقاومة + +5 +00:00:38,510 --> 00:00:47,810 +على التوالي بقدر أستبدلها بـ current source ومقاومة + +6 +00:00:47,810 --> 00:00:53,350 +على التوازي أنا لسه سامعة لسه سامعة همهمة + +7 +00:00:58,020 --> 00:01:01,700 +واتفقنا إن هذول الاثنين عشان يكونوا حقيقة بكافة + +8 +00:01:01,700 --> 00:01:04,200 +بعض بعض يعني زي ما ذاكرين الـ puzzle اللي احنا + +9 +00:01:04,200 --> 00:01:07,080 +رسمناها كانت في الـ slides الـ puzzle أنه لو قمنا + +10 +00:01:07,080 --> 00:01:10,220 +بقطع قطعة ورجعناها هذه هي القطعة إذا قمت بهذه القطعة أو + +11 +00:01:10,220 --> 00:01:13,400 +خطيت بدل هذه القطعة اتفقنا مش لازم يتأثر الدائرة + +12 +00:01:13,400 --> 00:01:18,560 +وعشان هذا الحكي يكون صحيح قلنا لازم تكون VS تساوي + +13 +00:01:18,560 --> 00:01:23,920 +IS×R وشفنا مثال على هذا الحكي احنا قلنا طبعا في + +14 +00:01:23,920 --> 00:01:27,480 +المختبر ممكن نحتاج عندي أنا current source ما عنديش + +15 +00:01:27,480 --> 00:01:30,140 +voltage source بقدر أستعيد عن الـ voltage source الـ + +16 +00:01:30,140 --> 00:01:33,570 +current source والمقاومة على التوازن بحيث إن تحقق + +17 +00:01:33,570 --> 00:01:36,530 +العلاقة اللي حكينا عنها بالنسبة لنا احنا في النظر + +18 +00:01:36,530 --> 00:01:40,290 +الهدف من هاي الـ method إن نستخدمها بتحليل الدوائر + +19 +00:01:40,290 --> 00:01:44,710 +كمان احنا شفنا واتفقنا من المحاضرة الماضية إن لو + +20 +00:01:44,710 --> 00:01:48,610 +كان عندي هنا مقاومة وسميناها R parallel ليش R + +21 +00:01:48,610 --> 00:01:51,110 +parallel لأنها بتوازي الـ voltage source هاي + +22 +00:01:51,110 --> 00:01:54,670 +المكافئة مش هتشوف هو لا تشعر فيها يعني لو استبدلت + +23 +00:01:54,670 --> 00:02:00,080 +كل هذه بالمكافئة هاي مش هتغير أي شيء على الدائرة ده + +24 +00:02:00,080 --> 00:02:02,260 +ليه لما حطينا الـ R load؟ إذا بتتذكر من الحاضر + +25 +00:02:02,260 --> 00:02:06,280 +الماضي؟ لما حطينا الـ R load قلنا إن الـ current + +26 +00:02:06,280 --> 00:02:09,800 +اللي بيمر في الـ R load مش هيتأثر بالمرض، هيمر هنا + +27 +00:02:09,800 --> 00:02:14,960 +I load وهنا هيمر نفس الـ I load لأنه حسبنا إن الـ I + +28 +00:02:14,960 --> 00:02:21,240 +load من وين قلنا؟ من V على R زائد R load، V high اللي + +29 +00:02:21,240 --> 00:02:24,740 +هي الـ voltage اللي حوالي الـ R زائد R load بتتغيرش + +30 +00:02:24,740 --> 00:02:30,160 +بوجود الـ RB مش هتتغير، إذا الـ I load اللي حسبناها من + +31 +00:02:30,160 --> 00:02:35,680 +هذه الدائرة هي عبارة عن VS على R زائد R load، و I + +32 +00:02:35,680 --> 00:02:38,100 +load من هذه الدائرة قلنا من الـ current divider + +33 +00:02:38,100 --> 00:02:44,340 +هتساوي R على R زائد R load في IS لما سويناهم مع بعض + +34 +00:02:44,340 --> 00:02:51,100 +طلعت نفس العلاقة إن Vs بتساوي R في IS، كمان بالنسبة + +35 +00:02:51,100 --> 00:02:53,140 +للـ current source، إذا لو أنا كان عندي الـ voltage + +36 +00:02:53,140 --> 00:02:59,940 +source، فهنا العلاقة جهة واحدة يعني + +37 +00:02:59,940 --> 00:03:03,540 +أنا هذه أستبدلها بهذه، لكن زي ما كنتش أعرف إن كان + +38 +00:03:03,540 --> 00:03:06,440 +عندي current source ومقاومة على التوازي، ما أقدرش + +39 +00:03:06,440 --> 00:03:08,220 +ببساطة أتوقع إن في عندي RB + +40 +00:03:11,070 --> 00:03:13,970 +لو عندي هاي الدائرة بقدر ببساطة أقول أنا هاي + +41 +00:03:13,970 --> 00:03:16,730 +أستبدلها بـ current source ومقاومة لكن لو عندي + +42 +00:03:16,730 --> 00:03:18,870 +current source ومقاومة ما أقدرش أقول إنّي أستبدلها + +43 +00:03:18,870 --> 00:03:22,290 +بهذا الشكل ما أقدرش أعرف قيمة RB لو ما كنتش عارفة قيمة + +44 +00:03:22,290 --> 00:03:29,230 +RB كمان نفس الحاجة بالنسبة للـ current source لو + +45 +00:03:29,230 --> 00:03:33,430 +أنا كان عندي الـ current source واتفقنا مقاومة على + +46 +00:03:33,430 --> 00:03:37,090 +التوازي لكن قبل المقاومة على التوازي كان هنا في + +47 +00:03:37,090 --> 00:03:43,830 +عندي مقاومة على التوالي وهسميها RS هنا عندي R و هي + +48 +00:03:43,830 --> 00:03:49,890 +IS هي دي بقدر أستبدلها برضه بـ voltage source اللي + +49 +00:03:49,890 --> 00:03:56,750 +قيمته VS ومقاومة على الـ التوالي نفس المنطق احنا لما + +50 +00:03:56,750 --> 00:04:03,130 +حطينا الـ R load حسبنا مين؟ I load، و I load في هذه + +51 +00:04:03,130 --> 00:04:07,310 +الحالة ما تتأثرش بالمرة في وجود الـ RS لأن IS هو اللي + +52 +00:04:07,310 --> 00:04:12,490 +هيمر برضه في RS هيتوزع على R على RL يعني معناه IL + +53 +00:04:12,490 --> 00:04:19,370 +هتظل R على R زائد RL في IS إذا الموجود مقاومة على + +54 +00:04:19,370 --> 00:04:22,050 +التوالي مع الـ current source ما تتأثرش على الـ + +55 +00:04:22,050 --> 00:04:26,610 +transformation كل هذا بقدر أستبدله بـ voltage + +56 +00:04:26,610 --> 00:04:32,710 +source ومقاومة على التوالي تمام؟ واضح الفكرة؟ إذا + +57 +00:04:32,710 --> 00:04:35,230 +أنا أستنتج جمع الكلام اللي حكيته لو كان عندي + +58 +00:04:35,230 --> 00:04:39,490 +voltage source ومقاومة وموازية له قبل المقاومة اللي + +59 +00:04:39,490 --> 00:04:42,290 +على الـ series بقدر كل هذا أستبدله بـ current + +60 +00:04:42,290 --> 00:04:44,510 +source والمقاومة اللي على الـ series بيصير على + +61 +00:04:44,510 --> 00:04:47,790 +التوازي وكمان لو كان عندي current source ومعاها + +62 +00:04:47,790 --> 00:04:50,770 +مقاومة على التوالي قبل المقاومة اللي على التوازي + +63 +00:04:50,770 --> 00:04:54,170 +أستبدلهم بـ voltage source والمقاومة اللي على + +64 +00:04:54,170 --> 00:04:58,570 +التوازي بيصير مقاومة على التوالي نشوف مثال مع بعض + +65 +00:04:59,850 --> 00:05:03,590 +كيف أنا أستغل هذه النقطة معرفتي لهذا الـ issue إنّي + +66 +00:05:03,590 --> 00:05:11,130 +أبسط تحليل الدائرة بـ source + +67 +00:05:11,130 --> 00:05:24,630 +transformation نشوف + +68 +00:05:24,630 --> 00:05:29,600 +مثال source transformation في وجود الـ R Parallel والـ + +69 +00:05:29,600 --> 00:05:37,740 +RS في وجود الـ R Parallel والـ RS هنشوف + +70 +00:05:37,740 --> 00:05:46,300 +المثال عندي Voltage Source مقداره 250 Volt عندي + +71 +00:05:46,300 --> 00:05:51,160 +مقاومة على التوازي مقدارها 125 Ohm ومقاومة على + +72 +00:05:51,160 --> 00:05:57,490 +التوالي 25 Ohm في عندي current source مقداره 8 + +73 +00:05:57,490 --> 00:06:03,470 +أمبير ومقاومة مقدارها 10 اوم عندي voltage .. مقاوم + +74 +00:06:03,470 --> 00:06:14,690 +مقدارها 100 اوم ومقاومة مقدارها 5 اوم و15 السؤال + +75 +00:06:14,690 --> 00:06:18,050 +بيقول لي بدي V node و V node هو الـ voltage اللي + +76 +00:06:18,050 --> 00:06:18,710 +حوالين 100 + +77 +00:06:23,280 --> 00:06:28,120 +أو هذا هنقول السؤال الفرع الأول بدنا V node قد ايش و + +78 +00:06:28,120 --> 00:06:34,140 +الفرع الثاني V و اللي بدي الـ power على 250 volt + +79 +00:06:34,140 --> 00:06:38,520 +تمام؟ + +80 +00:06:38,520 --> 00:06:43,600 +هذه هي المطاليب الثانية بدنا V node وبدنا الـ power + +81 +00:06:43,600 --> 00:06:48,630 +على 250 دائما الحاجة المطلوب مني أحسب عليها حاجة + +82 +00:06:48,630 --> 00:06:52,130 +تنفرع إيه بدي V node ما ألعبش فيها يعني الـ V node + +83 +00:06:52,130 --> 00:06:55,310 +المطلوب عليها ما أحاولش أعمل أي transformation لهاي + +84 +00:06:55,310 --> 00:07:00,820 +القطعة، أسيبها زي ما هي لكن إذا طلعت كويس احنا قبل + +85 +00:07:00,820 --> 00:07:05,180 +قليل شفناها لو كان عندي voltage source ومقاومة على + +86 +00:07:05,180 --> 00:07:08,460 +التوالي وقبل المقاومة على التوالي في مقاومة على + +87 +00:07:08,460 --> 00:07:11,420 +التوازي مش هتأثر على source transformation احنا + +88 +00:07:11,420 --> 00:07:14,960 +هنحدد النقطتين دائما اتفقنا نحدد النقطتين اللي + +89 +00:07:14,960 --> 00:07:21,600 +حواليهم بالدعم للـ transformation عندي + +90 +00:07:21,600 --> 00:07:29,020 +أنا voltage source وهي الـ R وهي الـ Vs وهي الـ Rb هذا + +91 +00:07:29,020 --> 00:07:34,440 +كله قلنا بقدر نبسطه لـ current source ومقاومة + +92 +00:07:34,440 --> 00:07:38,880 +مالها على التوازين فيها اللي هي الـ R مش الـ RB الـ R + +93 +00:07:38,880 --> 00:07:44,700 +اللي هي الـ 25 Ohm وإيش قيمة الـ IS هتكون الـ 250 + +94 +00:07:44,700 --> 00:07:48,440 +على الـ 25 يعني 10 أمبير + +95 +00:07:53,290 --> 00:07:58,510 +طبعا إذا أنا كل هاي الجزء اللي مبين معقد بسطه لـ + +96 +00:07:58,510 --> 00:08:04,290 +current source ومقاومة على التوازن فاقيت + +97 +00:08:04,290 --> 00:08:11,350 +الدائرة هتبر بس باقية الدائرة هي عندي كمان current + +98 +00:08:11,350 --> 00:08:12,790 +source ومقاومات + +99 +00:08:21,740 --> 00:08:28,320 +احنا بدنا مين؟ V0 طلعوا علي هدول الـ elements مالهم + +100 +00:08:28,320 --> 00:08:33,200 +على التوازي، صح؟ ركزوا لأن هاي القطعة ذكروا فيها، + +101 +00:08:33,200 --> 00:08:36,560 +برضه شوفتوها في أسئلة ثانية هتسهل عليكم كثير، يعني + +102 +00:08:36,560 --> 00:08:40,260 +الخمسة مع الخمسة عشر فلنستبدلها على طول مقاومة واحدة + +103 +00:08:40,260 --> 00:08:46,740 +مقدارها عشرين، صح؟ طلعوا على الدائرة، كلهم مش + +104 +00:08:46,740 --> 00:08:51,050 +حواليهم V0 ولا لا؟ كلهم حواليهم V0 في حد شاكة في + +105 +00:08:51,050 --> 00:08:56,150 +الموضوع؟ هذا حواليه V0، هذا حواليه V0، من هنا ل + +106 +00:08:56,150 --> 00:08:59,630 +هنا V0، من هنا ل هنا V0، من هنا ل هنا V0، من هنا ل + +107 +00:08:59,630 --> 00:09:01,050 +هنا V0، من هنا ل هنا V0، من هنا ل هنا V0، من هنا ل + +108 +00:09:01,050 --> 00:09:01,090 +هنا V0، من هنا ل هنا V0، من هنا ل هنا V0، من هنا ل + +109 +00:09:01,090 --> 00:09:01,170 +هنا V0، من هنا ل هنا V0، من هنا ل هنا V0، من هنا ل + +110 +00:09:01,170 --> 00:09:04,510 +هنا V0، من هنا ل هنا V0، من هنا ل هنا V0، من هنا ل + +111 +00:09:04,510 --> 00:09:11,890 +هنا V0، من هنا ل هنا V0، من هنا ل + +112 +00:09:14,190 --> 00:09:18,350 +يعني الـ voltage اللي على الـ 25 هيكون التيار مرفق + +113 +00:09:18,350 --> 00:09:22,250 +100 اللي هو من حصيلة هدول التيارات نفس الأشياء + +114 +00:09:22,250 --> 00:09:28,990 +المية هيكون التيار مرفقها مثلا هاي I1 I2 I3 هو + +115 +00:09:28,990 --> 00:09:33,290 +حصيلة التيارات هدول التيار اللي طلع خليني أأخذ + +116 +00:09:33,290 --> 00:09:37,340 +هاي جزئية مش احنا اتفقنا إنه هذا الحصيلة دول + +117 +00:09:37,340 --> 00:09:45,740 +التيارين هو اللي بتوزع على R1 R2 R3 أو I1 يعني I2 I3 + +118 +00:09:45,740 --> 00:09:49,380 +التيارات اللي بتبقى فيهم احنا عندنا هذه الدائرة كنا + +119 +00:09:49,380 --> 00:09:52,320 +اتفقنا إنهم كلهم على التوازي كلهم حواليهم نفس الـ + +120 +00:09:52,320 --> 00:09:56,580 +voltage لو طلعنا هنلاقي في عندنا المقاومة 25 والـ + +121 +00:09:56,580 --> 00:10:00,760 +100 والـ 20 هدول هيمر فيهم تيار مجموعه التيار من + +122 +00:10:00,760 --> 00:10:04,540 +حصيلة التيار تبع الـ sources هدول اللي هو العشرة + +123 +00:10:04,540 --> 00:10:08,320 +والثمانية لأنهم على التوازي هل هيفرق هذا أحطه هنا + +124 +00:10:08,320 --> 00:10:12,740 +ولا هنا بالنسبة للتوازن مش هيفرق فأنا أخدت بس جزء + +125 +00:10:12,740 --> 00:10:15,900 +هيك على جانبه عشان أفرجيكم إن هذا الـ source وهذا + +126 +00:10:15,900 --> 00:10:19,120 +الـ source في الواقع هيطلع منهم تيار قيمته 2 أمبير + +127 +00:10:19,120 --> 00:10:23,440 +في وجود العشرة وعدم وجود العشرة صح ولا لأ؟ يعني لو + +128 +00:10:23,440 --> 00:10:27,380 +أنا أخدت كيرشوف كارانت لو مش هدي كلها node واحدة + +129 +00:10:27,380 --> 00:10:31,720 +كيرشوف كارانت لو مجموع التيارات بيساوي zero هيكون + +130 +00:10:31,720 --> 00:10:36,520 +عندي داخل عشرة minus عشرة طالع ثمانية minus ثمانية + +131 +00:10:36,520 --> 00:10:40,740 +زائد ثمانية وزائد باقي التيارات لها زائد I واحد + +132 +00:10:40,740 --> 00:10:44,740 +زائد I ثاني زائد I ثالث بيساوي صفر يعني مجموع + +133 +00:10:44,740 --> 00:10:48,620 +التيارات هدول بيساوي 2 أمبير يعني كمان مرة + +134 +00:10:48,620 --> 00:10:52,480 +أفرجيكم يا بس لما دي أكم تشوفوا كمال من الدائرة + +135 +00:10:52,480 --> 00:10:56,700 +يعني اتعود على شكل الدائرة الدائرة هاي بتقول لي إن + +136 +00:10:56,700 --> 00:11:01,100 +الـ 10 أمبير و 8 أمبير التيار اللي داخل واللي طالع + +137 +00:11:01,100 --> 00:11:03,760 +هم اللي بيغذوا الدائرة ومقدار هذا التيار اللي + +138 +00:11:03,760 --> 00:11:10,100 +بيغذي الدائرة 2 أمبير الحصلة إذا بقدر أقول إنّ + +139 +00:11:11,690 --> 00:11:16,010 +عندي كأنه بكافئ هذه الدائرة تيار مقداره 2 + +140 +00:11:16,010 --> 00:11:20,550 +أمبير بيغذي المقاومات اللي أمامي اللي هي الخمسة + +141 +00:11:20,550 --> 00:11:25,070 +وعشرين اللي بيمر فيها I واحد والمئة اللي بيمر فيها + +142 +00:11:25,070 --> 00:11:34,330 +I اثنين وعشرين اللي بيمر فيها I ثلاثة عايزين بده؟ V0 + +143 +00:11:35,550 --> 00:11:38,290 +إذا طلعتها بهذا الشكل هو بيشبه ال current divider بس + +144 +00:11:38,290 --> 00:11:41,970 +الفرق إنه عندي ثلاث مقاومات على التوازي مش اثنتين + +145 +00:11:41,970 --> 00:11:47,070 +ممكن أنا اللي أنا بدي إياه هفي ند طيار بدي I اثنين + +146 +00:11:47,070 --> 00:11:51,070 +أجمع اثنتين من هدول وأسيب ال I اثنين وأحسبها ولا + +147 +00:11:51,070 --> 00:11:56,570 +لأ باستخدام ال current divider معايا الحصيلة لهذه + +148 +00:11:56,570 --> 00:11:59,730 +الدائرة إن طول عندي current source مقدار 2 أمبير + +149 +00:11:59,730 --> 00:12:05,170 +بيغذي ثلاث مقاومات على التوازي أنا بدي ال voltage + +150 +00:12:05,170 --> 00:12:08,510 +اللي حوالين المئة يعني ما معناها لزمني التيار بقدر + +151 +00:12:08,510 --> 00:12:11,750 +أحلها بطرق متعددة أحد الطرق اللي تعلمناها اللي هي + +152 +00:12:11,750 --> 00:12:14,410 +current divider لكن ال current divider إحنا + +153 +00:12:14,410 --> 00:12:18,810 +اتعودنا على أنه current source مع مقاومتين فقط على + +154 +00:12:18,810 --> 00:12:22,710 +التوازي مش ثلاثة لو أنا خليت واحدة منهم اللي هي + +155 +00:12:22,710 --> 00:12:25,610 +المئة اللي بيبقى فيها I اثنين هذه هتكون خمسة + +156 +00:12:25,610 --> 00:12:30,470 +وعشرين على التوازي مع العشرين المكافئة لهم + +157 +00:12:31,850 --> 00:12:36,070 +بالتالي بقدر أقول I2 إيش بتساوي المكافئة اللي تعدل + +158 +00:12:36,070 --> 00:12:41,730 +25 على 20 على المكافئة زائد المئة في اللي هي + +159 +00:12:41,730 --> 00:12:46,670 +الاثنين هيك بجيب مين قيمة I2 وبالتالي بقدر أجيب + +160 +00:12:46,670 --> 00:12:51,590 +قيمة مين V0 أو بجيب المكافئة لكل الثلاث و ال + +161 +00:12:51,590 --> 00:12:55,350 +voltage V0 إيش بيساوي اثنين في المكافئة اتفضل أي + +162 +00:12:55,350 --> 00:12:56,550 +عشر أقوم + +163 +00:13:00,350 --> 00:13:04,970 +ما هيقلنا ساعة بنحكي في الموضوع قلت ساعة بشرح + +164 +00:13:04,970 --> 00:13:08,370 +فيها لسه عندي current source مقدار عشرة أمبير + +165 +00:13:08,370 --> 00:13:11,430 +وعندي ثمانية أمبير علشان أنا حتى رسمتها هنا لحالي + +166 +00:13:11,430 --> 00:13:15,410 +مالهاش + +167 +00:13:15,410 --> 00:13:19,150 +تأثير على V node على حساب V node بتأثر مش فعلا أنه + +168 +00:13:19,150 --> 00:13:21,430 +بتأثرش على حساب V node إطلاقا + +169 +00:13:25,630 --> 00:13:31,190 +هذه اللي هي عشرة قلنا هذه إذا بتتبسط كنت بدأ + +170 +00:13:31,190 --> 00:13:35,590 +أستخدم هذه الجزئية للحل عند الاثنين أمبير وعند + +171 +00:13:35,590 --> 00:13:41,990 +اللي هي الخمسة والعشرين والمئة والعشرين أنا بدأ أحسب + +172 +00:13:41,990 --> 00:13:45,510 +اللي هي ال V node عشان نتدرب على ال voltage divider + +173 +00:13:45,510 --> 00:13:49,430 +ممكن نعمل الاثنتين هدول على التوازي وأجيب ال volt + +174 +00:13:49,430 --> 00:13:54,230 +ال current اللي ممر في المئة وبعدين أقول ال + +175 +00:13:54,230 --> 00:13:57,590 +current في المئة بيعطيني V0 أو زي ما اتفقنا باخد + +176 +00:13:57,590 --> 00:14:00,350 +الثلاث على التوازي بجيب المكافئة وبقول ال + +177 +00:14:00,350 --> 00:14:04,410 +voltage V0 بيساوي ال current في المكافئة واضح؟ + +178 +00:14:08,540 --> 00:14:12,500 +مش أنا لسه أول محاضرة شرحنا قلنا إنه لو كان عندي + +179 +00:14:12,500 --> 00:14:15,480 +مقاومة موازية مع ال source قبل المقاومة اللي + +180 +00:14:15,480 --> 00:14:18,400 +على التوالي كلها ده بنستبدله ب current source + +181 +00:14:18,400 --> 00:14:25,220 +مقاومة على التوازي؟ + +182 +00:14:25,220 --> 00:14:31,180 +خلاص راجعوا تطلعوا ال notes بتاعتكم رجعت رسمتها؟ + +183 +00:14:31,180 --> 00:14:34,720 +أنا قلت كلها جزئية قلنا بنستبدلها ب current + +184 +00:14:34,720 --> 00:14:38,840 +source مقاومة على التوازي حطيناها بمكان؟ طلعوا على + +185 +00:14:38,840 --> 00:14:43,960 +ال notes قولت لكم ال R load أو باقي الدائرة مش + +186 +00:14:43,960 --> 00:14:48,620 +هيتأثر كأنه مش متأثر بوجودها يعني هذه كلها بالتمام + +187 +00:14:48,620 --> 00:14:53,820 +بتكافئ current source ومقاومة على التوازي واضح؟ + +188 +00:14:53,820 --> 00:14:59,620 +واضحة لاقيتها؟ للي سألت؟ إيش اسمك يا أنت؟ واضحة؟ + +189 +00:14:59,620 --> 00:15:02,520 +إحنا استبدلنا كلها جزئية current source ومقاومة + +190 +00:15:02,520 --> 00:15:03,120 +على التوازي نعم + +191 +00:15:10,700 --> 00:15:13,440 +لأ، في هذه الحالة، مش في أي دائرة بتحفظ، إحنا + +192 +00:15:13,440 --> 00:15:17,080 +ما بنحفظش، إحنا كل دائرة وحالتها الخاصة، لو صار شيء + +193 +00:15:17,080 --> 00:15:20,680 +زي هيك عندي، بقول طبعا هيخز هدول المقاومات current + +194 +00:15:20,680 --> 00:15:24,000 +قيمته 2 أمبير، من Kirchhoff current law أو من اللي + +195 +00:15:24,000 --> 00:15:29,320 +أنا اللي بشرح لكم إياها قاعدة، تمام؟ إذا بدنا نجيب + +196 +00:15:29,320 --> 00:15:34,040 +V-not بأي طريقة من الطرق اللي حكيناها ناخد مثلًا ال + +197 +00:15:34,040 --> 00:15:37,580 +current divider زي اللي بدأت أنا أرسم عندي هي ال + +198 +00:15:37,580 --> 00:15:41,760 +current source مقدار 2 أمبير مش شرط عشان نتعود + +199 +00:15:41,760 --> 00:15:48,940 +عندي ال 25 على التوازي مع العشرين وعندي المئة قداش + +200 +00:15:48,940 --> 00:15:57,460 +المكافئة ال 25 و20 هتتحسب لنا إياها؟ 25 في 20 على 45 + +201 +00:15:57,460 --> 00:16:01,060 +إيه + +202 +00:16:01,060 --> 00:16:10,680 +مش رقم صحي فتطلع قداش 11.11 إذا أنا بقدر أجيب + +203 +00:16:10,680 --> 00:16:13,240 +اللي هو ال current اللي بيمر في المئة اللي أنا + +204 +00:16:13,240 --> 00:16:18,280 +سميته I2 I2 هي تساوي المكافئة لهدول اثنتين 11.11 + +205 +00:16:18,280 --> 00:16:26,470 +على 11.11 زائد 100 في 2 أمبير تأكدوا من الرقم اللي + +206 +00:16:26,470 --> 00:16:33,170 +بتطلعوه يا أنتم + +207 +00:16:33,170 --> 00:16:40,750 +المهم + +208 +00:16:40,750 --> 00:16:44,270 +إحنا أنا هسبق .. يعني أسوأ هيك ولا هيك ونجيب ال + +209 +00:16:44,270 --> 00:16:49,710 +voltage V0 إذا كملتوا الحساب بتطلع معنا عشرين Volt + +210 +00:16:52,330 --> 00:16:54,990 +إذا أسوق بالطريقة اللي أنا حكيتها أجيب المكافئة + +211 +00:16:54,990 --> 00:16:59,570 +للكل كلهم 20 على التوازي مع 25 مع 100 وأجيب ال + +212 +00:16:59,570 --> 00:17:03,070 +V0 أو باستخدام ال current divider وأجيب قيمة اللي + +213 +00:17:03,070 --> 00:17:07,690 +هو ال V إنها I 2 في 100 لازم يعطينا ال 20 volt + +214 +00:17:07,690 --> 00:17:14,050 +طبعا هذا الجزء الأول إذا V0 طلعت لنا 20 volt الجزء + +215 +00:17:14,050 --> 00:17:17,090 +الثاني السؤال بقول يبدأ ال power اللي على ال source + +216 +00:17:17,090 --> 00:17:23,380 +اللي هي ال 250 volt ما نيجي على المكافئات لإنها أصلا + +217 +00:17:23,380 --> 00:17:26,780 +متظاهرة في المكافئة باقي الجزء اللي فيه ال source + +218 +00:17:26,780 --> 00:17:31,080 +إحنا حولناها ك ground source برجع للأصلية بس برجع + +219 +00:17:31,080 --> 00:17:34,520 +ومعلمة معلومات جديدة ولا لأ عندي معلومة أنا + +220 +00:17:34,520 --> 00:17:40,680 +عارفاها اللي هي VNOT قيمة VNOT إنها بالسبع وعشرين + +221 +00:17:40,680 --> 00:17:44,920 +صحيح؟ + +222 +00:17:48,020 --> 00:17:51,440 +بقولي أنا بدي ال power اللي على العيش 220 volt إيش + +223 +00:17:51,440 --> 00:17:54,480 +بلزمني؟ أنا عارفة ال voltage، بدي التيار، لإن ال + +224 +00:17:54,480 --> 00:17:57,380 +power على أي source ال power على ال 220 volt إيش + +225 +00:17:57,380 --> 00:18:01,140 +بيساوى؟ قيمة ال voltage اللي هي VS في التيار + +226 +00:18:01,140 --> 00:18:05,000 +بالمللي، لو صمناها IS وخدت اتجاه حتى هذه، ولا + +227 +00:18:05,000 --> 00:18:07,640 +الصحي طالعة من هنا، خلينا ناخد الاتجاه اللي .. + +228 +00:18:07,640 --> 00:18:12,240 +اللي إحنا متعودين عليها، الصحي IS والإشارة سالبة + +229 +00:18:12,240 --> 00:18:15,020 +ليش الإشارة سالبة إن ال current في تجاه ال voltage + +230 +00:18:15,020 --> 00:18:21,340 +rise إذا لازم أعرف IS إذا عرفت كمية IS فخلص الضوء + +231 +00:18:21,340 --> 00:18:24,600 +إحنا بلاش نرجع نحل السؤال من أول وجه نستعين + +232 +00:18:24,600 --> 00:18:27,520 +بالمعلومة اللي جبناها من إيه وأشوف أداشو هتسهل + +233 +00:18:27,520 --> 00:18:31,320 +علي بحل هذا السؤال لو طلعنا بشكل حذر على الدائرة + +234 +00:18:31,320 --> 00:18:34,260 +إيش هلاحظ هذا ال element مش بيوازي هذا ال element + +235 +00:18:34,260 --> 00:18:37,600 +مش إحنا متفقين هنا إذا ال voltage حوالين هذا ماله + +236 +00:18:38,660 --> 00:18:43,520 +برغم السبع وعشرين votes بولا لأ؟ وال Rb هذا ماشي + +237 +00:18:43,520 --> 00:18:45,560 +موازية ال voltage source، قداش ال voltage اللي + +238 +00:18:45,560 --> 00:18:51,420 +حواليها؟ 200 وخمسين votes طب + +239 +00:18:51,420 --> 00:18:54,360 +التيار الفدل element مش مقدر أعرفه؟ والتيار اللي + +240 +00:18:54,360 --> 00:18:58,920 +على ال Rb مقدر أعرفه؟ صح؟ بولا لأ؟ ال current اللي + +241 +00:18:58,920 --> 00:19:01,040 +على ال Rb مش مقدر أجيبه لإني أعرف ال voltage اللي + +242 +00:19:01,040 --> 00:19:04,210 +حواليه؟ وال current اللي على هذا المقاومة شو + +243 +00:19:04,210 --> 00:19:06,030 +اللي راجيبه لإني عارف ال voltage هنا وعارف ال + +244 +00:19:06,030 --> 00:19:08,910 +voltage هنا طب إذا عرفتي التيار هذا والتيار هذا مش + +245 +00:19:08,910 --> 00:19:14,350 +بعرف هذا التيار معايا الكل؟ كل معايا؟ طبعًا إذا + +246 +00:19:14,350 --> 00:19:20,990 +خليني أسمي هذا IB ونسمي هذا التيار IR IB إيش بده + +247 +00:19:20,990 --> 0:19:28,850 +يساوي؟ IB اللي تحت بقى براني voltage حوالين RB هو + +248 +00:19:28,850 --> 00:19:34,670 +الـ250 على RB الإشارة مالهم وجبالله أنه طير في + +249 +00:19:34,670 --> 00:19:40,350 +اتجاه ال voltage drop هيساوي 250 على 115 + +250 +00:19:44,480 --> 00:19:46,580 +هتساوي ال voltage اللي حوالينا المقاومة اللي هو + +251 +00:19:46,580 --> 00:19:49,320 +أنا واخدها الاتجاه هيك وأنا دايمًا باخد اتجاهه في + +252 +00:19:49,320 --> 00:19:51,260 +اتجاه ال voltage drop يعني أنا هفترض إنه هذا أعلى + +253 +00:19:51,260 --> 00:20:00,260 +منها ده هو في الواقع صحيح هذا 125-20 على R 125-20 + +254 +00:20:00,260 --> 00:20:11,300 +على قيمة R اللي هي 25 هتساوي 100 وين ال 250؟ آه 250 + +255 +00:20:11,300 --> 00:20:17,040 +أنا واخدها .. واخدها قيمة المقاومة شكرًا 250 شكرًا 150 + +256 +00:20:17,040 --> 00:20:24,660 +minus 20 على قيمة المقاومة يعني هنا بتكون 230 على + +257 +00:20:24,660 --> 00:20:28,040 +510 شوف أداش قيمهم + +258 +00:20:34,570 --> 00:20:40,650 +I على 125 بتساوي 250 على 125 وهي 2 أمبير وهي سهلة + +259 +00:20:40,650 --> 00:20:47,710 +وهي 230 على 25 تسعة واثنين من عشرة أمبير هاي note + +260 +00:20:47,710 --> 00:20:54,250 +مجموعة طلعت لازم يساوي صفر صح؟ إذا I S بدو يساوي I + +261 +00:20:54,250 --> 00:20:59,500 +B زائد I R ليه بقى تساوي اثنين زائد تسعة واثنين من + +262 +00:20:59,500 --> 00:21:04,140 +عشرة اللي هي يعني أحد عشر من عشرة اندرهار نحل السؤال + +263 +00:21:04,140 --> 00:21:10,160 +ولا .. إحنا إحنا مش نقسم الجزيرة كيف + +264 +00:21:10,160 --> 00:21:12,560 +تشوف voltage law؟ ده لسه مهادة جزئية لحالها + +265 +00:21:22,310 --> 00:21:27,070 +اللي عندي 125 اللي حواليها voltage مقداره 250 هنا + +266 +00:21:27,070 --> 00:21:33,230 +في عندي voltage مقداره 20 هنا في مقاومة أسفل ليه + +267 +00:21:33,230 --> 00:21:37,090 +قيمة 25 Ohm اللي بدي التيار اللي فيها اللي سميته + +268 +00:21:37,090 --> 00:21:41,790 +IR أنا بقدر أستخدم voltage كرشف voltage دولة أو لا + +269 +00:21:41,790 --> 00:21:49,430 +إيش بقول كرشف voltage دولة minus 250 زائد أنا هاخد + +270 +00:21:49,430 --> 00:21:55,890 +اتجاه التيار اتجاه ال voltage دولة 25 في IR زائد + +271 +00:21:55,890 --> 00:22:03,560 +20 بتساوي صفر إذا من IR إيش بتساوي 250-20 على 25 أو + +272 +00:22:03,560 --> 00:22:08,980 +ببساطة أنا هذا ال element عندي عارفة ال voltage + +273 +00:22:08,980 --> 00:22:13,360 +هنا وعارفة ال voltage هنا Va وVb وإحنا حكينا هذا + +274 +00:22:13,360 --> 00:22:17,520 +من أول أو ثاني محاضرة ال voltage حوالين هذا ال + +275 +00:22:17,520 --> 00:22:23,760 +element إيش بيساوي Va-Vb وهذا اللي أنا استخدمته وفي + +276 +00:22:23,760 --> 00:22:26,180 +الحالتين لازم يعطينا نفس الجواب استخدمت Kirchhoff + +277 +00:22:26,180 --> 00:22:30,080 +voltage law كمان إت شايفها هت loop مولا أو قلت + +278 +00:22:30,080 --> 00:22:32,440 +على طول ال voltage حوالي ال element إذا عارفة ال + +279 +00:22:32,440 --> 00:22:40,620 +voltage a وال voltage v هيكون Va-Vb واضح؟ طيب + +280 +00:22:40,620 --> 00:22:45,800 +عرفنا إحنا ال power صح؟ وين ال power راحت؟ أيها + +281 +00:22:45,800 --> 00:22:48,640 +البوار؟ هتساوي + +282 +00:22:49,760 --> 00:23:00,360 +سالب 250 في IS 11.2 واط تمام؟ + +283 +00:23:00,360 --> 00:23:05,280 +إذا إحنا هيك بنشوف في هذا المثال كيف ممكن مثال زي + +284 +00:23:05,280 --> 00:23:09,720 +هيك يسهل علينا حل أو يعني ال transformation يسهل + +285 +00:23:09,720 --> 00:23:11,240 +علينا حل هاي الدائرة + +286 +00:23:17,980 --> 00:23:23,120 +طب شوية كمان أعطيكم كمان حاجة في هذا السؤال قداش + +287 +00:23:23,120 --> 00:23:29,940 +ال power بتاعة التمانية أمبير خلنا نعتبره C يلا + +288 +00:23:29,940 --> 00:23:34,040 +حد ساعدني أنا مش عارفة ال power اللي على التمانية + +289 +00:23:34,040 --> 00:23:39,780 +أمبير خلنا نسميه C حد ساعدني كيف بدي أجيبه؟ + +290 +00:23:52,000 --> 00:24:01,040 +أنا عارفة ال voltage من هنا لهنا + +291 +00:24:12,090 --> 00:24:16,290 +مكاشر طيب حد تبغش شون مكاشر بقولكوا مش عارف بغش + +292 +00:24:16,290 --> 00:24:19,950 +شون لأ ماهو مش المطلوب المطلوب بدنا البوار ع + +293 +00:24:19,950 --> 00:24:25,710 +التمانية أمبير هي مكتوبة على اللوحة في الدورة بدنا + +294 +00:24:25,710 --> 00:24:29,590 +معناه أجيب ال voltage اللي ع التمانية أمبير كيف ده + +295 +00:24:29,590 --> 00:24:32,010 +أجيب ال voltage ع التمانية أمبير واحدة هي كده + +296 +00:24:32,010 --> 00:24:36,030 +تبريق تمانية فعشرة تمانية فعشرة ممتازة ليش بده + +297 +00:24:36,030 --> 00:24:40,560 +تمانية فعشرة عشان يجيب ال voltage عشان أش .. أش جيب + +298 +00:24:40,560 --> 00:24:45,260 +هذا اللي مضروب؟ ال voltage ع مين؟ طبع كل ال .. لأ + +299 +00:24:45,260 --> 00:24:49,920 +طبع العشرة طبع العشرة، bravo عليكم، بعدين كيف بجيب + +300 +00:24:49,920 --> 00:24:53,400 +ال voltage هذا؟ نترح .. تزينه، bravo عليكم، أي هيك + +301 +00:24:53,400 --> 00:24:56,120 +باللغة التورية، إذا ال voltage اللي حوالين ال + +302 +00:24:56,120 --> 00:25:00,700 +تمانية امبير إيش بيساوي؟ العشرين ناقص، ماعرف اتقيا + +303 +00:25:00,700 --> 00:25:05,510 +الجمهور في العشرة، اللي هو تمانية فعشرة يطلع + +304 +00:25:05,510 --> 00:25:09,910 +الإشارة هي سالب يعني سالب اه عنه تمانين سالب ستين + +305 +00:25:09,910 --> 00:25:15,970 +وبالتالي بقدر أجيب اللي هو ال power بتاعة التمانية + +306 +00:25:15,970 --> 00:25:20,770 +امبير احنا فرضين ال voltage هيك plus minus اه فإذن + +307 +00:25:20,770 --> 00:25:24,230 +معناه هيكون ال plus ال current في اتجاه ال voltage + +308 +00:25:24,230 --> 00:25:29,460 +ال drop اللي هي التمانية V التمانية و احنا طلعت + +309 +00:25:29,460 --> 00:25:33,140 +معانا فيه قيمتها minus 60 في عندنا حاجة اسمها ال + +310 +00:25:33,140 --> 00:25:37,520 +superposition هاي برضه أحد الطرق لتحليل الدوائر ال + +311 +00:25:37,520 --> 00:25:41,660 +superposition إيش + +312 +00:25:41,660 --> 00:25:43,840 +هي ال superposition؟ إيش مبدأ ال superposition + +313 +00:25:43,840 --> 00:25:46,200 +بنعتمد على إيش؟ إن إحنا لحدها لقيتها بنعتمد على + +314 +00:25:46,200 --> 00:25:50,360 +الدوائر بس فيها sources و مقاومة ولا لأ؟ إحنا + +315 +00:25:50,360 --> 00:25:56,040 +بنعتمد على هذا المبدأ تقعد شوية عنديا إحنا حاليًا كل + +316 +00:25:56,040 --> 00:25:58,840 +الدوائر اللي إحنا دلوقتي بنشوفها إيه sources ومقاومات + +317 +00:25:58,840 --> 00:26:02,160 +يعني أي حاجة بتسيلها المقاومات voltage حوالها .. + +318 +00:26:02,160 --> 00:26:04,960 +حواليها current ممور فيها من وين أثره؟ من ال + +319 +00:26:04,960 --> 00:26:08,680 +sources هاي و لا لأ؟ إذا كانت ال sources هدولة + +320 +00:26:08,680 --> 00:26:13,480 +independent إذا كانت independent بقدر أقول مية + +321 +00:26:13,480 --> 00:26:18,280 +بالمية إنه الأثر اللي بحدث على هاي المقاومات أسوأ + +322 +00:26:18,280 --> 00:26:22,340 +voltage حوالها أو طيار ممرق فيها هو ناتج من مجموع + +323 +00:26:22,340 --> 00:26:27,500 +الأثر هايمجموع ال sources هذه يعني إذا كان عندي V1 + +324 +00:26:27,500 --> 00:26:33,240 +و V2 و V3 و V4 كلهم independent sources و قاعدة + +325 +00:26:33,240 --> 00:26:36,160 +بدرس مثلا voltage حوالين عدة مقاومات في هذه + +326 +00:26:36,160 --> 00:26:39,140 +الدائرة بقدر أقول ال voltage حوالين هذه المقاومات + +327 +00:26:39,140 --> 00:26:43,420 +ناتج من أثر ال source الأول اللي هو ال voltage + +328 +00:26:43,420 --> 00:26:47,090 +الأول ناتج من ال source التاني ونتج من ال source + +329 +00:26:47,090 --> 00:26:50,510 +التالت ونتج من ال source الرابع يعني بمعنى أن أثر + +330 +00:26:50,510 --> 00:26:53,910 +ال source الأول لحاله عليهم زاد أثر ال source + +331 +00:26:53,910 --> 00:26:57,990 +التاني عليهم زاد أثر ال source التالت لحاله عليهم + +332 +00:26:57,990 --> 00:27:01,370 +زاد أثر ال source الرابع لحاله عليهم يعني مجموع + +333 +00:27:01,370 --> 00:27:05,370 +آثار هدول ال sources هو اللي بيعطيني ال response + +334 +00:27:05,370 --> 00:27:10,930 +على هذه الدوائر واضح؟ واضح الفكرة ولا مش واضح أنا + +335 +00:27:10,930 --> 00:27:14,770 +بحاول أقربها قبل ما أعملها دوائر يعني مثلا عندي + +336 +00:27:14,770 --> 00:27:19,190 +دائرة اوم، دائرة اوم مش فيها source و مقاومة، بسيطة + +337 +00:27:19,190 --> 00:27:21,690 +ال voltage اللي حوالي المقاومة و تردور فيها من وين + +338 +00:27:21,690 --> 00:27:24,790 +جاي من هذا ال source طب خلوني افترض ان اضيف كمان + +339 +00:27:24,790 --> 00:27:28,710 +source في الدائرة current source بطل ال current و + +340 +00:27:28,710 --> 00:27:30,730 +ال voltage اللي على المقاوم بس جاي من هذا ال + +341 +00:27:30,730 --> 00:27:34,170 +source صار كمان جاي قلو من وين من current source + +342 +00:27:34,860 --> 00:27:37,840 +فصار ال voltage اللي على المقاومة و الترمور فيها + +343 +00:27:37,840 --> 00:27:41,680 +هو ناتج أثر ال source الأولاني و ال source التاني + +344 +00:27:41,680 --> 00:27:44,320 +فال superposition إيش؟ بقولنا إذا إحنا فاهمين هذه + +345 +00:27:44,320 --> 00:27:47,900 +الفكرة فماليش هيك أحل أقيم كل ال sources من + +346 +00:27:47,900 --> 00:27:50,820 +الدائرة و أخلي ال source واحد بيصيح دائرة بتشبه + +347 +00:27:50,820 --> 00:27:53,780 +دائرةهم مقاومات و sources يا بقى بيشمعهم على + +348 +00:27:53,780 --> 00:27:55,980 +التوالي أو على التوازي بالآخر بالصفير المقاومة و + +349 +00:27:55,980 --> 00:28:01,140 +ال source و بحلها بسهولة بعدين أقيم كل ال sources + +350 +00:28:01,140 --> 00:28:03,200 +و أقيم فيه هذا ال source اللي أنا حطيته و أخلي ال + +351 +00:28:03,200 --> 00:28:06,940 +source التاني 5 مثلا عندنا الأربع بنات الأولانيين + +352 +00:28:06,940 --> 00:28:14,660 +عندنا أربع؟ بسمة، غدير، هدير، دارين بسمة و غدير و + +353 +00:28:14,660 --> 00:28:19,500 +هدير و دارين أول بقدرس أثر بسمة و بسيب أثر التلاتة + +354 +00:28:19,500 --> 00:28:22,020 +الباقين، قاعدين بتطلعوا عليا التلاتة، بس بتطلعوا + +355 +00:28:22,020 --> 00:28:25,320 +عليا بعدين الحاجة للتانية، إيش بسوي؟ بقيم أثر + +356 +00:28:25,320 --> 00:28:31,320 +التلاتة و بخلي أثر هدير بعدين بقيم هكذا و بخلي أثر + +357 +00:28:31,320 --> 00:28:34,840 +.. أنا خالو بطلتله اسمها .. اسمك؟ هدير، هديتها + +358 +00:28:34,840 --> 00:28:40,140 +هدير، فه؟ و بعدين بقيم و بخلي دريل، أثر دريل، + +359 +00:28:40,140 --> 00:28:43,960 +واضحش الفكرة؟ مجموع الأثار التلاتة هو اللي أنا + +360 +00:28:43,960 --> 00:28:46,600 +بدور عليه، اللي هو ال voltage أو ال current المُر + +361 +00:28:46,600 --> 00:28:51,510 +في المقامة، هنشوف كيف هدى، دي العملية هنبدأ بدائرة + +362 +00:28:51,510 --> 00:28:54,250 +صغيرة لأنه إنتوا إذا طلعتوا و أنا بحكي هتقولوا يا + +363 +00:28:54,250 --> 00:28:57,350 +إلهي لو كان عندي مليون source في الدائرة، بدي أحل + +364 +00:28:57,350 --> 00:29:01,290 +الدائرة مليون مرة، صح؟ لو عندي عشرة، بدي أحل + +365 +00:29:01,290 --> 00:29:06,230 +الدائرة عشر مرات، خمسة، بدي أحلها خمس مرة، و هكذا، + +366 +00:29:06,230 --> 00:29:10,190 +إذا عشانها يعني واضح إلنا أنها شغلها كتير، هناخد + +367 +00:29:10,190 --> 00:29:14,710 +دائرة بسيطة بس فيها two sources، عشان نفهم الفكرة + +368 +00:29:21,580 --> 00:29:26,100 +طبعا هذه الطرق اللي بتعمل بهذا الشكل غالبا تستخدم + +369 +00:29:26,100 --> 00:29:29,760 +في تغذية الكمبيوتر يعني أنا بدي أحل على الكمبيوتر + +370 +00:29:29,760 --> 00:29:33,420 +مش هستخدم الطرق التانية اللي حكينا عليها هنستخدم + +371 +00:29:33,420 --> 00:29:36,200 +هاي الطريقة اللي هي ال source + +372 +00:30:03,010 --> 00:30:06,570 +source الكمبيوتر هيك لحب يعني يحل حاجة حاجة عشان + +373 +00:30:06,570 --> 00:30:11,790 +هيك هي طريقة نسانية لا الكمبيوترات لكن إنا للبناء + +374 +00:30:11,790 --> 00:30:15,830 +الأدمين هنلاقيها متعبة مرهقة فإحنا الفكرة قلنا إذا + +375 +00:30:15,830 --> 00:30:20,400 +مثلا هو أيه اللي بدي كلها دول الطيارات؟ أي واحد؟ I2 + +376 +00:30:20,400 --> 00:30:30,420 +I3 I4 بدي ايهم كلهم بدي I1 و I2 و I3 و I4 باستخدام + +377 +00:30:30,420 --> 00:30:33,260 +ال superposition احنا اتفقنا ال superposition إيش + +378 +00:30:33,260 --> 00:30:37,260 +معناه اني بقيم أثر أحد ال sources و بخلي لو كانوا + +379 +00:30:37,260 --> 00:30:41,160 +عشرين بقيمهم كلهم و بخلي واحد خليني نبدأ بإيقيم + +380 +00:30:41,160 --> 00:30:45,100 +أثر .. طب إيش معناه إن أقيم أثر ال source لو كان + +381 +00:30:45,100 --> 00:30:46,700 +عند ال source voltage source + +382 +00:30:49,450 --> 00:30:52,270 +ال voltage ال source مش بيعمل بيحافظلي على voltage + +383 +00:30:52,270 --> 00:30:58,410 +بين طرفين مقدره قيمة معينة عشان أزيل أثره بدي أخلي + +384 +00:30:58,410 --> 00:31:02,350 +هذا ال voltage صحيحة صفر بس تبدله ب short circuit + +385 +00:31:02,350 --> 00:31:07,030 +هذا + +386 +00:31:07,030 --> 00:31:08,230 +بنسميه deactivation + +387 +00:31:10,780 --> 00:31:17,520 +result الأثر يعني deactivation deactivation + +388 +00:31:17,520 --> 00:31:22,380 +بقى أبطل أخليه فعال بحطه على سفر بيصير short + +389 +00:31:22,380 --> 00:31:25,200 +circuit بالنسبة لل current source إيش ال current + +390 +00:31:25,200 --> 00:31:30,140 +source بيعمل؟ بيعطينا طيار عشان أخليه deactivation + +391 +00:31:30,140 --> 00:31:33,520 +بيخلي الطيار تبعه سفر يعني مع أن الطيار سفرش بيصير + +392 +00:31:33,520 --> 00:31:34,480 +open circuit + +393 +00:31:40,560 --> 00:31:43,320 +هنا بخلّيه zero volt يعني short circuit و zero + +394 +00:31:43,320 --> 00:31:47,440 +ampere يعني open circuit طب نبدأ أولا بإن أعمل + +395 +00:31:47,440 --> 00:31:54,480 +deactivation ل 12 أمبير بدأ أبدأ ب deactivate 12 + +396 +00:31:54,480 --> 00:31:59,300 +أمبير لإيش معناه ال deactivation ل 12 أمبير يعني + +397 +00:31:59,300 --> 00:32:03,640 +أستبدل ب short circuit لأ أمبير current يعني zero + +398 +00:32:03,640 --> 00:32:08,720 +ampere يعني open circuit ال current source بس + +399 +00:32:08,720 --> 00:32:12,720 +تبدلوا ب zero يعني open circuit احنا بنتعامل فقط + +400 +00:32:12,720 --> 00:32:14,780 +مع ال independent sources لو في independent + +401 +00:32:14,780 --> 00:32:18,500 +sources مالكوش دعوة فيهم تسيبوهم فقط مع ال + +402 +00:32:18,500 --> 00:32:19,540 +independent sources + +403 +00:32:31,310 --> 00:32:34,830 +تمام خلّيني أعمل ال deactivation مش همسح الصبورة + +404 +00:32:34,830 --> 00:32:41,730 +لإن محتاجة المساحة هي كم عندي؟ مية و عشرين volt + +405 +00:32:41,730 --> 00:32:45,930 +عندي ستة اوم بتبقى عندي بتبقى عندي التلاتة اوم + +406 +00:32:45,930 --> 00:32:51,790 +بتبقى عندي الأتنين اوم و الأربع اوم إيه صار في + +407 +00:32:51,790 --> 00:32:57,210 +الأتناش؟ اومين هتبقى في عقول I واحد و I تنين و I + +408 +00:32:57,210 --> 00:33:04,800 +تلاتة لأ لأن I1 و I2 و I3 و I4 هدول التيارات + +409 +00:33:04,800 --> 00:33:08,200 +النتجين من الاتنين مع بعض لما واحد منهم يروح + +410 +00:33:08,200 --> 00:33:12,080 +بسميهم prime عشان أوضح إن هاد مش الكامل هاد جزء + +411 +00:33:12,080 --> 00:33:17,300 +منهم هاد ال response اللي بس نتج من ال 120 watt + +412 +00:33:17,300 --> 00:33:22,240 +فبعطيه prime هذا كيف حل ال I1 و I2 و I3 و I4 + +413 +00:33:22,240 --> 00:33:26,560 +المفروض إنه عندنا بدل الطريقة طريقتين تلاتة واحدة + +414 +00:33:26,560 --> 00:33:33,030 +منهم إني أجيب أولاً إني ال source transformation + +415 +00:33:33,030 --> 00:33:36,510 +ممكن أستخدم فيه و أجيب current source و voltage أو + +416 +00:33:36,510 --> 00:33:40,870 +مقاومة على التوازي وبالتالي بقدر أستخدم اللي هو + +417 +00:33:40,870 --> 00:33:47,750 +التوزيع الطيارات اللي هي current divider مثلا أو + +418 +00:33:47,750 --> 00:33:52,330 +آخد المقاومات على التوازي و أجيب I1 و بعدين أستخدم + +419 +00:33:52,330 --> 00:33:55,650 +current divider وهذه اللي أنا هستخدمها أول حاجة + +420 +00:33:55,650 --> 00:34:02,110 +بلاحظ I3 و I1' و I4' من ال homeمالهم متساوين لأنهم + +421 +00:34:02,110 --> 00:34:05,050 +على التوالي المقاومة اثنين اوم و أربع اوم على + +422 +00:34:05,050 --> 00:34:09,110 +التوالي بالتالي بقدر أقول أن I ثلاثة prime بتساوي + +423 +00:34:09,110 --> 00:34:14,270 +I أربعة prime هذا بيخفف لي المجاهير أن I ثلاثة + +424 +00:34:14,270 --> 00:34:17,250 +prime بتساوي I أربعة prime هذه المقاومة بقدر + +425 +00:34:17,250 --> 00:34:21,780 +أخليها مقاومة واحدة صح؟ هتكون على التوازي مع التلاتة + +426 +00:34:21,780 --> 00:34:25,060 +قوم أخدهم بيصير مقاومة أحد، ده إيش بيصير بيمر فيهم + +427 +00:34:25,060 --> 00:34:30,000 +الـ I1' ده أجيب أولا الـ I1' صح؟ لما أجيب الـ I1' + +428 +00:34:30,520 --> 00:34:36,260 +عيسي بتعرف الـ I1' هيكون عند التلاتة قوم اللي بيمر + +429 +00:34:36,260 --> 00:34:41,140 +فيها مين I2' وعند المقاومة المكافئة اللي هي الستة + +430 +00:34:41,140 --> 00:34:44,300 +قوم اللي بيمر فيها مين I3' بستخدم الـ current + +431 +00:34:44,300 --> 00:34:48,730 +divider هنا واضح؟ و هذا خلينا اللقاء القادم إن شاء + +432 +00:34:48,730 --> 00:34:50,950 +الله بنكمل الـ show bar question diff --git a/PL9fwy3NUQKwaAs6rNkQtAiaVf8dEDjWUy/kRRSiWoJaow_raw.json b/PL9fwy3NUQKwaAs6rNkQtAiaVf8dEDjWUy/kRRSiWoJaow_raw.json new file mode 100644 index 0000000000000000000000000000000000000000..a022687515a9c647ffce0d15ed60f41b1d3eee78 --- /dev/null +++ b/PL9fwy3NUQKwaAs6rNkQtAiaVf8dEDjWUy/kRRSiWoJaow_raw.json @@ -0,0 +1 @@ +{"segments": [{"id": 1, "seek": 4917, "start": 20.69, "end": 49.17, "text": "بسم الله الرحمن الرحيم السلام عليكم ورحمة الله وبركاته انا اليوم ان شاء الله هنكمل موضوعنا اللي وقفناه عنده اللي هو ال source transformation وشوفنا ان اي voltage source مقاومة على التوالي بقدر استبدلها current source مقاومة على التوازي", "tokens": [3555, 38251, 21984, 34892, 5016, 27842, 34892, 5016, 32640, 21136, 37440, 25894, 24793, 4032, 2288, 35571, 3660, 21984, 4032, 26890, 4117, 9307, 3224, 1975, 8315, 45595, 20498, 16472, 13412, 16606, 21984, 8032, 1863, 24793, 1211, 3714, 2407, 11242, 45367, 8315, 13672, 1829, 4032, 4587, 5172, 8315, 3224, 43242, 3224, 13672, 1829, 31439, 2423, 4009, 9887, 4032, 8592, 38688, 8315, 16472, 1975, 1829, 8352, 4009, 3714, 4587, 995, 20498, 3660, 15844, 16712, 2407, 6027, 1829, 4724, 28543, 2288, 44713, 44510, 1211, 11296, 2190, 4009, 3714, 4587, 995, 20498, 3660, 15844, 16712, 2407, 31377, 1829], "avg_logprob": -0.15292553350012353, "compression_ratio": 1.8647342995169083, "no_speech_prob": 3.5762786865234375e-07, "words": [{"start": 20.69, "end": 20.87, "word": "بسم", "probability": 0.765380859375}, {"start": 20.87, "end": 21.05, "word": " الله", "probability": 0.953125}, {"start": 21.05, "end": 21.35, "word": " الرحمن", "probability": 0.97607421875}, {"start": 21.35, "end": 21.81, "word": " الرحيم", "probability": 0.9886067708333334}, {"start": 21.81, "end": 22.63, "word": " السلام", "probability": 0.840087890625}, {"start": 22.63, "end": 23.01, "word": " عليكم", "probability": 0.943359375}, {"start": 23.01, "end": 23.31, "word": " ورحمة", "probability": 0.9288330078125}, {"start": 23.31, "end": 23.45, "word": " الله", "probability": 0.96240234375}, {"start": 23.45, "end": 24.09, "word": " وبركاته", "probability": 0.9919921875}, {"start": 24.09, "end": 24.71, "word": " انا", "probability": 0.58111572265625}, {"start": 24.71, "end": 24.89, "word": " اليوم", "probability": 0.945068359375}, {"start": 24.89, "end": 25.05, "word": " ان", "probability": 0.74609375}, {"start": 25.05, "end": 25.21, "word": " شاء", "probability": 0.965087890625}, {"start": 25.21, "end": 25.29, "word": " الله", "probability": 0.92041015625}, {"start": 25.29, "end": 25.93, "word": " هنكمل", "probability": 0.780975341796875}, {"start": 25.93, "end": 26.53, "word": " موضوعنا", "probability": 0.9458984375}, {"start": 26.53, "end": 26.67, "word": " اللي", "probability": 0.85595703125}, {"start": 26.67, "end": 27.11, "word": " وقفناه", "probability": 0.8708984375}, {"start": 27.11, "end": 27.27, "word": " عنده", "probability": 0.955078125}, {"start": 27.27, "end": 27.37, "word": " اللي", "probability": 0.87939453125}, {"start": 27.37, "end": 27.49, "word": " هو", "probability": 0.9755859375}, {"start": 27.49, "end": 27.65, "word": " ال", "probability": 0.71044921875}, {"start": 27.65, "end": 27.77, "word": " source", "probability": 0.708984375}, {"start": 27.77, "end": 30.47, "word": " transformation", "probability": 0.89599609375}, {"start": 30.47, "end": 31.33, "word": " وشوفنا", "probability": 0.67364501953125}, {"start": 31.33, "end": 31.97, "word": " ان", "probability": 0.76611328125}, {"start": 31.97, "end": 32.75, "word": " اي", "probability": 0.693603515625}, {"start": 32.75, "end": 33.33, "word": " voltage", "probability": 0.83984375}, {"start": 33.33, "end": 34.37, "word": " source", "probability": 0.931640625}, {"start": 34.37, "end": 38.51, "word": " مقاومة", "probability": 0.87021484375}, {"start": 38.51, "end": 39.07, "word": " على", "probability": 0.93505859375}, {"start": 39.07, "end": 39.95, "word": " التوالي", "probability": 0.9215087890625}, {"start": 39.95, "end": 41.67, "word": " بقدر", "probability": 0.9762369791666666}, {"start": 41.67, "end": 42.51, "word": " استبدلها", "probability": 0.928955078125}, {"start": 42.51, "end": 44.67, "word": " current", "probability": 0.5166015625}, {"start": 44.67, "end": 45.49, "word": " source", "probability": 0.9267578125}, {"start": 45.49, "end": 47.81, "word": " مقاومة", "probability": 0.98310546875}, {"start": 47.81, "end": 48.29, "word": " على", "probability": 0.953125}, {"start": 48.29, "end": 49.17, "word": " التوازي", "probability": 0.863525390625}], "temperature": 1.0}, {"id": 2, "seek": 5335, "start": 50.37, "end": 53.35, "text": "أنا لسه سامعة لسه سامعة همهنة", "tokens": [10721, 8315, 5296, 3794, 3224, 8608, 10943, 27884, 5296, 3794, 3224, 8608, 10943, 27884, 8032, 2304, 3224, 1863, 3660], "avg_logprob": -0.17499999776482583, "compression_ratio": 1.2045454545454546, "no_speech_prob": 0.0, "words": [{"start": 50.37, "end": 50.63, "word": "أنا", "probability": 0.80029296875}, {"start": 50.63, "end": 50.91, "word": " لسه", "probability": 0.9000651041666666}, {"start": 50.91, "end": 51.37, "word": " سامعة", "probability": 0.8660481770833334}, {"start": 51.37, "end": 52.47, "word": " لسه", "probability": 0.8447265625}, {"start": 52.47, "end": 52.77, "word": " سامعة", "probability": 0.9876302083333334}, {"start": 52.77, "end": 53.35, "word": " همهنة", "probability": 0.75927734375}], "temperature": 1.0}, {"id": 3, "seek": 7992, "start": 58.02, "end": 79.92, "text": "واتفقنا إن هدولا التنتين عشان يكونوا حقيقة بكافة بعض بعض يعني زي ما ذاكرين ال puzzle اللي احنا رسمناها كانت في ال slides ال puzzle أنه لو قمنا قطعة ورجعناها هذه هي القطعة إذا قمت هذه القطعة أو خطيت بدل هذه القطعة اتفقنا مش لازم يتأثر الدائرة وعشان هذا الحكي يكون صحيح قلنا لازم تكون VS تساوة ISPR", "tokens": [2407, 9307, 5172, 4587, 8315, 36145, 8032, 3215, 12610, 995, 16712, 29399, 9957, 6225, 8592, 7649, 7251, 30544, 14407, 11331, 38436, 28671, 4724, 4117, 31845, 3660, 45030, 11242, 45030, 11242, 37495, 22653, 30767, 1829, 19446, 29910, 995, 37983, 9957, 2423, 12805, 13672, 1829, 1975, 5016, 8315, 12602, 38251, 8315, 11296, 25961, 2655, 8978, 2423, 9788, 2423, 12805, 14739, 3224, 45164, 12174, 2304, 8315, 12174, 9566, 27884, 4032, 47341, 3615, 8315, 11296, 29538, 39896, 25062, 9566, 27884, 11933, 15730, 12174, 2304, 2655, 29538, 25062, 9566, 27884, 34051, 16490, 9566, 36081, 47525, 1211, 29538, 25062, 9566, 27884, 1975, 2655, 5172, 4587, 8315, 37893, 5296, 31377, 2304, 7251, 2655, 10721, 49115, 32748, 16373, 25720, 4032, 3615, 8592, 7649, 23758, 21542, 4117, 1829, 7251, 30544, 20328, 5016, 1829, 5016, 12174, 1211, 8315, 5296, 31377, 2304, 6055, 30544, 25091, 6055, 3794, 995, 2407, 3660, 6205, 15958], "avg_logprob": -0.2073063355096629, "compression_ratio": 1.8447653429602888, "no_speech_prob": 0.0, "words": [{"start": 58.019999999999996, "end": 58.66, "word": "واتفقنا", "probability": 0.96083984375}, {"start": 58.66, "end": 59.12, "word": " إن", "probability": 0.405517578125}, {"start": 59.12, "end": 59.56, "word": " هدولا", "probability": 0.77880859375}, {"start": 59.56, "end": 60.0, "word": " التنتين", "probability": 0.7701822916666666}, {"start": 60.0, "end": 60.3, "word": " عشان", "probability": 0.9814453125}, {"start": 60.3, "end": 60.64, "word": " يكونوا", "probability": 0.9943033854166666}, {"start": 60.64, "end": 61.2, "word": " حقيقة", "probability": 0.9226888020833334}, {"start": 61.2, "end": 61.7, "word": " بكافة", "probability": 0.817138671875}, {"start": 61.7, "end": 62.02, "word": " بعض", "probability": 0.927490234375}, {"start": 62.02, "end": 62.5, "word": " بعض", "probability": 0.927734375}, {"start": 62.5, "end": 63.04, "word": " يعني", "probability": 0.776123046875}, {"start": 63.04, "end": 63.2, "word": " زي", "probability": 0.763427734375}, {"start": 63.2, "end": 63.32, "word": " ما", "probability": 0.8740234375}, {"start": 63.32, "end": 63.64, "word": " ذاكرين", "probability": 0.75323486328125}, {"start": 63.64, "end": 63.74, "word": " ال", "probability": 0.95263671875}, {"start": 63.74, "end": 63.92, "word": " puzzle", "probability": 0.8642578125}, {"start": 63.92, "end": 64.08, "word": " اللي", "probability": 0.859619140625}, {"start": 64.08, "end": 64.2, "word": " احنا", "probability": 0.8223470052083334}, {"start": 64.2, "end": 64.72, "word": " رسمناها", "probability": 0.94921875}, {"start": 64.72, "end": 65.2, "word": " كانت", "probability": 0.84423828125}, {"start": 65.2, "end": 65.3, "word": " في", "probability": 0.91015625}, {"start": 65.3, "end": 65.4, "word": " ال", "probability": 0.5263671875}, {"start": 65.4, "end": 65.62, "word": " slides", "probability": 0.7041015625}, {"start": 65.62, "end": 65.94, "word": " ال", "probability": 0.45361328125}, {"start": 65.94, "end": 66.24, "word": " puzzle", "probability": 0.9296875}, {"start": 66.24, "end": 66.82, "word": " أنه", "probability": 0.420166015625}, {"start": 66.82, "end": 66.86, "word": " لو", "probability": 0.86083984375}, {"start": 66.86, "end": 67.08, "word": " قمنا", "probability": 0.9361979166666666}, {"start": 67.08, "end": 67.42, "word": " قطعة", "probability": 0.7347819010416666}, {"start": 67.42, "end": 68.02, "word": " ورجعناها", "probability": 0.92412109375}, {"start": 68.02, "end": 68.24, "word": " هذه", "probability": 0.342529296875}, {"start": 68.24, "end": 68.42, "word": " هي", "probability": 0.46875}, {"start": 68.42, "end": 68.86, "word": " القطعة", "probability": 0.97802734375}, {"start": 68.86, "end": 69.42, "word": " إذا", "probability": 0.720703125}, {"start": 69.42, "end": 69.64, "word": " قمت", "probability": 0.9583333333333334}, {"start": 69.64, "end": 69.76, "word": " هذه", "probability": 0.36962890625}, {"start": 69.76, "end": 70.12, "word": " القطعة", "probability": 0.9817708333333334}, {"start": 70.12, "end": 70.22, "word": " أو", "probability": 0.658203125}, {"start": 70.22, "end": 70.52, "word": " خطيت", "probability": 0.7635091145833334}, {"start": 70.52, "end": 70.76, "word": " بدل", "probability": 0.94775390625}, {"start": 70.76, "end": 70.9, "word": " هذه", "probability": 0.8740234375}, {"start": 70.9, "end": 71.18, "word": " القطعة", "probability": 0.9884440104166666}, {"start": 71.18, "end": 71.56, "word": " اتفقنا", "probability": 0.836669921875}, {"start": 71.56, "end": 71.72, "word": " مش", "probability": 0.83984375}, {"start": 71.72, "end": 72.1, "word": " لازم", "probability": 0.9913736979166666}, {"start": 72.1, "end": 72.86, "word": " يتأثر", "probability": 0.971923828125}, {"start": 72.86, "end": 73.4, "word": " الدائرة", "probability": 0.9752604166666666}, {"start": 73.4, "end": 74.36, "word": " وعشان", "probability": 0.947998046875}, {"start": 74.36, "end": 74.52, "word": " هذا", "probability": 0.90966796875}, {"start": 74.52, "end": 74.82, "word": " الحكي", "probability": 0.9326171875}, {"start": 74.82, "end": 75.02, "word": " يكون", "probability": 0.97509765625}, {"start": 75.02, "end": 75.48, "word": " صحيح", "probability": 0.883056640625}, {"start": 75.48, "end": 75.7, "word": " قلنا", "probability": 0.7364095052083334}, {"start": 75.7, "end": 76.06, "word": " لازم", "probability": 0.9874674479166666}, {"start": 76.06, "end": 76.6, "word": " تكون", "probability": 0.91064453125}, {"start": 76.6, "end": 77.58, "word": " VS", "probability": 0.53076171875}, {"start": 77.58, "end": 78.56, "word": " تساوة", "probability": 0.5887451171875}, {"start": 78.56, "end": 79.92, "word": " ISPR", "probability": 0.6221923828125}], "temperature": 1.0}, {"id": 4, "seek": 9170, "start": 80.76, "end": 91.7, "text": "وشوفنا مثال على هذا الحكي احنا قلنا طبعا في المختبر ممكن نحتاج عندي انا current source ماعنديش voltage source بقدر استعيد عن ال voltage source ال current source المقاومة على التوازن", "tokens": [2407, 8592, 38688, 8315, 50113, 6027, 15844, 23758, 21542, 4117, 1829, 1975, 5016, 8315, 12174, 1211, 8315, 23032, 3555, 3615, 995, 8978, 9673, 46456, 26890, 3714, 43020, 8717, 33753, 26108, 18871, 16254, 1975, 8315, 2190, 4009, 19446, 3615, 1863, 16254, 8592, 8352, 4009, 4724, 28543, 2288, 44713, 3615, 25708, 18871, 2423, 8352, 4009, 2423, 2190, 4009, 9673, 4587, 995, 20498, 3660, 15844, 16712, 2407, 31377, 1863], "avg_logprob": -0.16534514569524508, "compression_ratio": 1.6470588235294117, "no_speech_prob": 5.960464477539063e-08, "words": [{"start": 80.76, "end": 81.4, "word": "وشوفنا", "probability": 0.8670654296875}, {"start": 81.4, "end": 81.98, "word": " مثال", "probability": 0.958740234375}, {"start": 81.98, "end": 82.16, "word": " على", "probability": 0.89501953125}, {"start": 82.16, "end": 82.4, "word": " هذا", "probability": 0.89990234375}, {"start": 82.4, "end": 82.86, "word": " الحكي", "probability": 0.8658854166666666}, {"start": 82.86, "end": 83.34, "word": " احنا", "probability": 0.8675130208333334}, {"start": 83.34, "end": 83.48, "word": " قلنا", "probability": 0.84814453125}, {"start": 83.48, "end": 83.8, "word": " طبعا", "probability": 0.9891357421875}, {"start": 83.8, "end": 83.92, "word": " في", "probability": 0.8515625}, {"start": 83.92, "end": 84.46, "word": " المختبر", "probability": 0.9866536458333334}, {"start": 84.46, "end": 84.94, "word": " ممكن", "probability": 0.73095703125}, {"start": 84.94, "end": 85.56, "word": " نحتاج", "probability": 0.9187825520833334}, {"start": 85.56, "end": 86.36, "word": " عندي", "probability": 0.7257080078125}, {"start": 86.36, "end": 86.54, "word": " انا", "probability": 0.6505126953125}, {"start": 86.54, "end": 86.74, "word": " current", "probability": 0.94873046875}, {"start": 86.74, "end": 87.08, "word": " source", "probability": 0.9248046875}, {"start": 87.08, "end": 87.48, "word": " ماعنديش", "probability": 0.797607421875}, {"start": 87.48, "end": 87.7, "word": " voltage", "probability": 0.93212890625}, {"start": 87.7, "end": 88.16, "word": " source", "probability": 0.9296875}, {"start": 88.16, "end": 88.74, "word": " بقدر", "probability": 0.9298502604166666}, {"start": 88.74, "end": 89.2, "word": " استعيد", "probability": 0.80712890625}, {"start": 89.2, "end": 89.32, "word": " عن", "probability": 0.9755859375}, {"start": 89.32, "end": 89.42, "word": " ال", "probability": 0.56591796875}, {"start": 89.42, "end": 89.64, "word": " voltage", "probability": 0.962890625}, {"start": 89.64, "end": 90.0, "word": " source", "probability": 0.92529296875}, {"start": 90.0, "end": 90.14, "word": " ال", "probability": 0.311767578125}, {"start": 90.14, "end": 90.36, "word": " current", "probability": 0.943359375}, {"start": 90.36, "end": 90.62, "word": " source", "probability": 0.91357421875}, {"start": 90.62, "end": 91.08, "word": " المقاومة", "probability": 0.96298828125}, {"start": 91.08, "end": 91.2, "word": " على", "probability": 0.95166015625}, {"start": 91.2, "end": 91.7, "word": " التوازن", "probability": 0.9049072265625}], "temperature": 1.0}, {"id": 5, "seek": 11521, "start": 92.51, "end": 115.21, "text": "بحيث انها تحقيق العلاقة اللي حكينا عنها بالنسبالنا احنا في النظر الهدف من هاي ال method ان نستخدمها بتحليل الدواير كمان احنا شفنا واتفقنا من المحاضرة الماضية ان لو كان عندي هنا مقاومة وسميناها R parallel ليش R parallel لأنها بتوازن ال voltage source هاي المكافئة مش هتشوف هو لا تشعر فيها يعني لو استبدلت كل هذه", "tokens": [3555, 5016, 1829, 12984, 16472, 11296, 6055, 5016, 38436, 4587, 18863, 15040, 28671, 13672, 1829, 11331, 4117, 1829, 8315, 18871, 11296, 20666, 1863, 35457, 6027, 8315, 1975, 5016, 8315, 8978, 28239, 19913, 2288, 2423, 3224, 3215, 5172, 9154, 8032, 47302, 2423, 3170, 16472, 8717, 14851, 9778, 40448, 11296, 39894, 5016, 20292, 1211, 32748, 14407, 13546, 9122, 2304, 7649, 1975, 5016, 8315, 13412, 5172, 8315, 4032, 9307, 5172, 4587, 8315, 9154, 9673, 5016, 46958, 25720, 9673, 46958, 10632, 16472, 45164, 25961, 18871, 16254, 34105, 3714, 4587, 995, 20498, 3660, 4032, 38251, 1829, 8315, 11296, 497, 8952, 32239, 8592, 497, 8952, 5296, 33456, 11296, 39894, 2407, 31377, 1863, 2423, 8352, 4009, 8032, 47302, 9673, 4117, 31845, 19986, 3660, 37893, 8032, 2655, 8592, 38688, 31439, 20193, 6055, 8592, 3615, 2288, 8978, 11296, 37495, 22653, 45164, 44713, 44510, 1211, 2655, 28242, 29538], "avg_logprob": -0.1797437121113427, "compression_ratio": 1.8491228070175438, "no_speech_prob": 5.960464477539063e-08, "words": [{"start": 92.51, "end": 93.01, "word": "بحيث", "probability": 0.74884033203125}, {"start": 93.01, "end": 93.17, "word": " انها", "probability": 0.6292724609375}, {"start": 93.17, "end": 93.57, "word": " تحقيق", "probability": 0.8817138671875}, {"start": 93.57, "end": 93.95, "word": " العلاقة", "probability": 0.729248046875}, {"start": 93.95, "end": 94.07, "word": " اللي", "probability": 0.748291015625}, {"start": 94.07, "end": 94.39, "word": " حكينا", "probability": 0.96484375}, {"start": 94.39, "end": 94.69, "word": " عنها", "probability": 0.990966796875}, {"start": 94.69, "end": 95.77, "word": " بالنسبالنا", "probability": 0.97978515625}, {"start": 95.77, "end": 96.01, "word": " احنا", "probability": 0.9187825520833334}, {"start": 96.01, "end": 96.15, "word": " في", "probability": 0.8603515625}, {"start": 96.15, "end": 96.53, "word": " النظر", "probability": 0.6652018229166666}, {"start": 96.53, "end": 97.43, "word": " الهدف", "probability": 0.9197998046875}, {"start": 97.43, "end": 97.61, "word": " من", "probability": 0.98388671875}, {"start": 97.61, "end": 97.93, "word": " هاي", "probability": 0.640625}, {"start": 97.93, "end": 98.03, "word": " ال", "probability": 0.9599609375}, {"start": 98.03, "end": 98.29, "word": " method", "probability": 0.71533203125}, {"start": 98.29, "end": 98.51, "word": " ان", "probability": 0.5078125}, {"start": 98.51, "end": 98.93, "word": " نستخدمها", "probability": 0.850244140625}, {"start": 98.93, "end": 99.51, "word": " بتحليل", "probability": 0.83221435546875}, {"start": 99.51, "end": 100.29, "word": " الدواير", "probability": 0.7578125}, {"start": 100.29, "end": 101.53, "word": " كمان", "probability": 0.9187825520833334}, {"start": 101.53, "end": 101.73, "word": " احنا", "probability": 0.9773763020833334}, {"start": 101.73, "end": 102.17, "word": " شفنا", "probability": 0.93798828125}, {"start": 102.17, "end": 103.11, "word": " واتفقنا", "probability": 0.92880859375}, {"start": 103.11, "end": 103.27, "word": " من", "probability": 0.98974609375}, {"start": 103.27, "end": 103.69, "word": " المحاضرة", "probability": 0.9794921875}, {"start": 103.69, "end": 104.15, "word": " الماضية", "probability": 0.9270833333333334}, {"start": 104.15, "end": 104.55, "word": " ان", "probability": 0.76806640625}, {"start": 104.55, "end": 104.71, "word": " لو", "probability": 0.98388671875}, {"start": 104.71, "end": 104.93, "word": " كان", "probability": 0.99169921875}, {"start": 104.93, "end": 105.21, "word": " عندي", "probability": 0.71044921875}, {"start": 105.21, "end": 105.41, "word": " هنا", "probability": 0.88720703125}, {"start": 105.41, "end": 106.13, "word": " مقاومة", "probability": 0.80126953125}, {"start": 106.13, "end": 106.99, "word": " وسميناها", "probability": 0.86171875}, {"start": 106.99, "end": 107.23, "word": " R", "probability": 0.82763671875}, {"start": 107.23, "end": 107.61, "word": " parallel", "probability": 0.490234375}, {"start": 107.61, "end": 108.47, "word": " ليش", "probability": 0.919677734375}, {"start": 108.47, "end": 108.61, "word": " R", "probability": 0.90673828125}, {"start": 108.61, "end": 108.81, "word": " parallel", "probability": 0.78759765625}, {"start": 108.81, "end": 109.01, "word": " لأنها", "probability": 0.7237955729166666}, {"start": 109.01, "end": 109.55, "word": " بتوازن", "probability": 0.9273681640625}, {"start": 109.55, "end": 109.63, "word": " ال", "probability": 0.50830078125}, {"start": 109.63, "end": 109.83, "word": " voltage", "probability": 0.492431640625}, {"start": 109.83, "end": 110.35, "word": " source", "probability": 0.90576171875}, {"start": 110.35, "end": 111.11, "word": " هاي", "probability": 0.746826171875}, {"start": 111.11, "end": 111.75, "word": " المكافئة", "probability": 0.98076171875}, {"start": 111.75, "end": 111.91, "word": " مش", "probability": 0.9404296875}, {"start": 111.91, "end": 112.37, "word": " هتشوف", "probability": 0.99462890625}, {"start": 112.37, "end": 112.53, "word": " هو", "probability": 0.572265625}, {"start": 112.53, "end": 112.63, "word": " لا", "probability": 0.40673828125}, {"start": 112.63, "end": 112.99, "word": " تشعر", "probability": 0.9879150390625}, {"start": 112.99, "end": 113.33, "word": " فيها", "probability": 0.98193359375}, {"start": 113.33, "end": 113.93, "word": " يعني", "probability": 0.938232421875}, {"start": 113.93, "end": 114.09, "word": " لو", "probability": 0.974609375}, {"start": 114.09, "end": 114.67, "word": " استبدلت", "probability": 0.95556640625}, {"start": 114.67, "end": 114.85, "word": " كل", "probability": 0.99267578125}, {"start": 114.85, "end": 115.21, "word": " هذه", "probability": 0.65869140625}], "temperature": 1.0}, {"id": 6, "seek": 13918, "start": 116.46, "end": 139.18, "text": "بالمكافئة هاي مش هتغير أي إشي على الدائرة ده ليه لما حطينا ال R load؟ إذا بتتذكر من الحاضر الماضي؟ لما حطينا ال R load قلنا إن ال current اللي بيمر في ال R load مش هيتأثر بالمرض، هيمر هنا I load وهنا هيمر نفس ال I load لأنه حسبنا إن ال I load من وين قلنا؟ من V على R زاد R load", "tokens": [3555, 45340, 4117, 31845, 19986, 3660, 8032, 47302, 37893, 8032, 2655, 17082, 13546, 36632, 11933, 8592, 1829, 15844, 32748, 16373, 25720, 11778, 3224, 32239, 3224, 5296, 15042, 11331, 9566, 1829, 8315, 2423, 497, 3677, 22807, 11933, 15730, 39894, 2655, 8848, 37983, 9154, 21542, 46958, 2288, 9673, 46958, 1829, 22807, 5296, 15042, 11331, 9566, 1829, 8315, 2423, 497, 3677, 12174, 1211, 8315, 36145, 2423, 2190, 13672, 1829, 4724, 1829, 29973, 8978, 2423, 497, 3677, 37893, 8032, 36081, 10721, 49115, 20666, 29973, 11242, 12399, 39896, 29973, 34105, 286, 3677, 37037, 8315, 39896, 29973, 8717, 36178, 2423, 286, 3677, 5296, 33456, 3224, 11331, 35457, 8315, 36145, 2423, 286, 3677, 9154, 4032, 9957, 12174, 1211, 8315, 22807, 9154, 691, 15844, 497, 30767, 18513, 497, 3677], "avg_logprob": -0.19556865047235958, "compression_ratio": 1.9350649350649352, "no_speech_prob": 5.364418029785156e-07, "words": [{"start": 116.46, "end": 117.0, "word": "بالمكافئة", "probability": 0.9437662760416666}, {"start": 117.0, "end": 117.28, "word": " هاي", "probability": 0.534423828125}, {"start": 117.28, "end": 117.66, "word": " مش", "probability": 0.66455078125}, {"start": 117.66, "end": 118.12, "word": " هتغير", "probability": 0.9080810546875}, {"start": 118.12, "end": 118.26, "word": " أي", "probability": 0.90234375}, {"start": 118.26, "end": 118.48, "word": " إشي", "probability": 0.7711588541666666}, {"start": 118.48, "end": 118.6, "word": " على", "probability": 0.76708984375}, {"start": 118.6, "end": 119.06, "word": " الدائرة", "probability": 0.9791666666666666}, {"start": 119.06, "end": 120.08, "word": " ده", "probability": 0.443603515625}, {"start": 120.08, "end": 120.2, "word": " ليه", "probability": 0.979248046875}, {"start": 120.2, "end": 120.36, "word": " لما", "probability": 0.8701171875}, {"start": 120.36, "end": 120.72, "word": " حطينا", "probability": 0.86376953125}, {"start": 120.72, "end": 120.84, "word": " ال", "probability": 0.95947265625}, {"start": 120.84, "end": 120.96, "word": " R", "probability": 0.85546875}, {"start": 120.96, "end": 121.26, "word": " load؟", "probability": 0.3416748046875}, {"start": 121.26, "end": 121.32, "word": " إذا", "probability": 0.6309814453125}, {"start": 121.32, "end": 121.8, "word": " بتتذكر", "probability": 0.90283203125}, {"start": 121.8, "end": 121.94, "word": " من", "probability": 0.95947265625}, {"start": 121.94, "end": 122.26, "word": " الحاضر", "probability": 0.6695149739583334}, {"start": 122.26, "end": 123.22, "word": " الماضي؟", "probability": 0.9072265625}, {"start": 123.22, "end": 123.54, "word": " لما", "probability": 0.971435546875}, {"start": 123.54, "end": 123.92, "word": " حطينا", "probability": 0.9573974609375}, {"start": 123.92, "end": 124.06, "word": " ال", "probability": 0.96484375}, {"start": 124.06, "end": 124.2, "word": " R", "probability": 0.982421875}, {"start": 124.2, "end": 124.52, "word": " load", "probability": 0.96142578125}, {"start": 124.52, "end": 125.62, "word": " قلنا", "probability": 0.8546549479166666}, {"start": 125.62, "end": 125.86, "word": " إن", "probability": 0.83349609375}, {"start": 125.86, "end": 126.0, "word": " ال", "probability": 0.8466796875}, {"start": 126.0, "end": 126.28, "word": " current", "probability": 0.97216796875}, {"start": 126.28, "end": 126.42, "word": " اللي", "probability": 0.950439453125}, {"start": 126.42, "end": 126.62, "word": " بيمر", "probability": 0.6629231770833334}, {"start": 126.62, "end": 126.74, "word": " في", "probability": 0.88916015625}, {"start": 126.74, "end": 126.84, "word": " ال", "probability": 0.9501953125}, {"start": 126.84, "end": 127.0, "word": " R", "probability": 0.9873046875}, {"start": 127.0, "end": 127.2, "word": " load", "probability": 0.97265625}, {"start": 127.2, "end": 127.36, "word": " مش", "probability": 0.94140625}, {"start": 127.36, "end": 127.78, "word": " هيتأثر", "probability": 0.8883056640625}, {"start": 127.78, "end": 128.66, "word": " بالمرض،", "probability": 0.64520263671875}, {"start": 128.66, "end": 129.54, "word": " هيمر", "probability": 0.733642578125}, {"start": 129.54, "end": 129.8, "word": " هنا", "probability": 0.9931640625}, {"start": 129.8, "end": 130.16, "word": " I", "probability": 0.9609375}, {"start": 130.16, "end": 130.58, "word": " load", "probability": 0.9365234375}, {"start": 130.58, "end": 131.7, "word": " وهنا", "probability": 0.805908203125}, {"start": 131.7, "end": 132.14, "word": " هيمر", "probability": 0.95751953125}, {"start": 132.14, "end": 132.74, "word": " نفس", "probability": 0.993896484375}, {"start": 132.74, "end": 132.92, "word": " ال", "probability": 0.85595703125}, {"start": 132.92, "end": 133.1, "word": " I", "probability": 0.9853515625}, {"start": 133.1, "end": 133.46, "word": " load", "probability": 0.97607421875}, {"start": 133.46, "end": 134.18, "word": " لأنه", "probability": 0.7574869791666666}, {"start": 134.18, "end": 134.56, "word": " حسبنا", "probability": 0.9812825520833334}, {"start": 134.56, "end": 134.68, "word": " إن", "probability": 0.576171875}, {"start": 134.68, "end": 134.78, "word": " ال", "probability": 0.95556640625}, {"start": 134.78, "end": 134.96, "word": " I", "probability": 0.96337890625}, {"start": 134.96, "end": 135.14, "word": " load", "probability": 0.98046875}, {"start": 135.14, "end": 135.28, "word": " من", "probability": 0.96533203125}, {"start": 135.28, "end": 135.5, "word": " وين", "probability": 0.75927734375}, {"start": 135.5, "end": 136.14, "word": " قلنا؟", "probability": 0.8515625}, {"start": 136.14, "end": 136.32, "word": " من", "probability": 0.97607421875}, {"start": 136.32, "end": 136.78, "word": " V", "probability": 0.82958984375}, {"start": 136.78, "end": 138.08, "word": " على", "probability": 0.68212890625}, {"start": 138.08, "end": 138.46, "word": " R", "probability": 0.8681640625}, {"start": 138.46, "end": 138.7, "word": " زاد", "probability": 0.667236328125}, {"start": 138.7, "end": 138.9, "word": " R", "probability": 0.962890625}, {"start": 138.9, "end": 139.18, "word": " load", "probability": 0.9462890625}], "temperature": 1.0}, {"id": 7, "seek": 16810, "start": 140.02, "end": 168.1, "text": "Vhigh اللي هي ال voltage اللي حوالي ال R زائد R load بتغيرش وجود ال RB مش هيتغير اذا ال I load اللي حسبناها من هذه الدائرة هي عبارة عن VS على R زائد R load و I load من هذه الدائرة قلنا من ال current divider هتساوي R على R زائد R load في IS لما سوناهم مع بعض طلعت نفس العلاقة ان Vs بتساوي R في IS", "tokens": [53, 21454, 13672, 1829, 39896, 2423, 8352, 13672, 1829, 11331, 2407, 6027, 1829, 2423, 497, 30767, 16373, 3215, 497, 3677, 39894, 17082, 13546, 8592, 49610, 23328, 2423, 40302, 37893, 8032, 36081, 17082, 13546, 1975, 15730, 2423, 286, 3677, 13672, 1829, 11331, 35457, 8315, 11296, 9154, 29538, 32748, 16373, 25720, 39896, 6225, 3555, 9640, 3660, 18871, 25091, 15844, 497, 30767, 16373, 3215, 497, 3677, 4032, 286, 3677, 9154, 29538, 32748, 16373, 25720, 12174, 1211, 8315, 9154, 2423, 2190, 3414, 1438, 8032, 2655, 3794, 995, 45865, 497, 15844, 497, 30767, 16373, 3215, 497, 3677, 8978, 6205, 5296, 15042, 8608, 2407, 8315, 16095, 20449, 45030, 11242, 23032, 1211, 34268, 8717, 36178, 18863, 15040, 28671, 16472, 691, 82, 39894, 3794, 995, 45865, 497, 8978, 6205], "avg_logprob": -0.18186475935040927, "compression_ratio": 1.876543209876543, "no_speech_prob": 4.172325134277344e-07, "words": [{"start": 140.01999999999998, "end": 140.7, "word": "Vhigh", "probability": 0.61328125}, {"start": 140.7, "end": 141.24, "word": " اللي", "probability": 0.62158203125}, {"start": 141.24, "end": 141.5, "word": " هي", "probability": 0.9248046875}, {"start": 141.5, "end": 141.82, "word": " ال", "probability": 0.75341796875}, {"start": 141.82, "end": 142.36, "word": " voltage", "probability": 0.7880859375}, {"start": 142.36, "end": 143.0, "word": " اللي", "probability": 0.91162109375}, {"start": 143.0, "end": 143.36, "word": " حوالي", "probability": 0.947998046875}, {"start": 143.36, "end": 143.44, "word": " ال", "probability": 0.75146484375}, {"start": 143.44, "end": 143.64, "word": " R", "probability": 0.7890625}, {"start": 143.64, "end": 143.88, "word": " زائد", "probability": 0.617431640625}, {"start": 143.88, "end": 144.02, "word": " R", "probability": 0.9794921875}, {"start": 144.02, "end": 144.12, "word": " load", "probability": 0.454833984375}, {"start": 144.12, "end": 144.74, "word": " بتغيرش", "probability": 0.7130126953125}, {"start": 144.74, "end": 145.08, "word": " وجود", "probability": 0.962890625}, {"start": 145.08, "end": 145.2, "word": " ال", "probability": 0.96240234375}, {"start": 145.2, "end": 145.46, "word": " RB", "probability": 0.36767578125}, {"start": 145.46, "end": 146.26, "word": " مش", "probability": 0.72021484375}, {"start": 146.26, "end": 146.84, "word": " هيتغير", "probability": 0.9000244140625}, {"start": 146.84, "end": 147.64, "word": " اذا", "probability": 0.6435546875}, {"start": 147.64, "end": 147.84, "word": " ال", "probability": 0.79150390625}, {"start": 147.84, "end": 148.06, "word": " I", "probability": 0.8173828125}, {"start": 148.06, "end": 148.42, "word": " load", "probability": 0.6630859375}, {"start": 148.42, "end": 149.4, "word": " اللي", "probability": 0.927490234375}, {"start": 149.4, "end": 149.96, "word": " حسبناها", "probability": 0.9820556640625}, {"start": 149.96, "end": 150.16, "word": " من", "probability": 0.99365234375}, {"start": 150.16, "end": 150.38, "word": " هذه", "probability": 0.390625}, {"start": 150.38, "end": 150.88, "word": " الدائرة", "probability": 0.9890950520833334}, {"start": 150.88, "end": 151.42, "word": " هي", "probability": 0.82958984375}, {"start": 151.42, "end": 151.72, "word": " عبارة", "probability": 0.945556640625}, {"start": 151.72, "end": 151.9, "word": " عن", "probability": 0.9619140625}, {"start": 151.9, "end": 152.14, "word": " VS", "probability": 0.79931640625}, {"start": 152.14, "end": 152.66, "word": " على", "probability": 0.658203125}, {"start": 152.66, "end": 152.86, "word": " R", "probability": 0.95849609375}, {"start": 152.86, "end": 153.14, "word": " زائد", "probability": 0.9446614583333334}, {"start": 153.14, "end": 153.32, "word": " R", "probability": 0.94970703125}, {"start": 153.32, "end": 153.62, "word": " load", "probability": 0.85986328125}, {"start": 153.62, "end": 155.44, "word": " و", "probability": 0.76953125}, {"start": 155.44, "end": 155.68, "word": " I", "probability": 0.86376953125}, {"start": 155.68, "end": 155.94, "word": " load", "probability": 0.95751953125}, {"start": 155.94, "end": 156.12, "word": " من", "probability": 0.99267578125}, {"start": 156.12, "end": 156.3, "word": " هذه", "probability": 0.8955078125}, {"start": 156.3, "end": 156.78, "word": " الدائرة", "probability": 0.9947916666666666}, {"start": 156.78, "end": 157.16, "word": " قلنا", "probability": 0.8216145833333334}, {"start": 157.16, "end": 157.28, "word": " من", "probability": 0.97900390625}, {"start": 157.28, "end": 157.4, "word": " ال", "probability": 0.748046875}, {"start": 157.4, "end": 157.54, "word": " current", "probability": 0.83837890625}, {"start": 157.54, "end": 158.1, "word": " divider", "probability": 0.853759765625}, {"start": 158.1, "end": 158.56, "word": " هتساوي", "probability": 0.83310546875}, {"start": 158.56, "end": 159.0, "word": " R", "probability": 0.8720703125}, {"start": 159.0, "end": 159.72, "word": " على", "probability": 0.7998046875}, {"start": 159.72, "end": 160.14, "word": " R", "probability": 0.96435546875}, {"start": 160.14, "end": 160.82, "word": " زائد", "probability": 0.9772135416666666}, {"start": 160.82, "end": 161.1, "word": " R", "probability": 0.98974609375}, {"start": 161.1, "end": 161.48, "word": " load", "probability": 0.908203125}, {"start": 161.48, "end": 161.98, "word": " في", "probability": 0.8125}, {"start": 161.98, "end": 162.44, "word": " IS", "probability": 0.78564453125}, {"start": 162.44, "end": 163.36, "word": " لما", "probability": 0.941650390625}, {"start": 163.36, "end": 163.9, "word": " سوناهم", "probability": 0.8804931640625}, {"start": 163.9, "end": 164.06, "word": " مع", "probability": 0.99169921875}, {"start": 164.06, "end": 164.34, "word": " بعض", "probability": 0.76025390625}, {"start": 164.34, "end": 164.66, "word": " طلعت", "probability": 0.9781901041666666}, {"start": 164.66, "end": 164.94, "word": " نفس", "probability": 0.7271728515625}, {"start": 164.94, "end": 165.48, "word": " العلاقة", "probability": 0.98095703125}, {"start": 165.48, "end": 166.04, "word": " ان", "probability": 0.55859375}, {"start": 166.04, "end": 166.64, "word": " Vs", "probability": 0.66650390625}, {"start": 166.64, "end": 167.24, "word": " بتساوي", "probability": 0.93212890625}, {"start": 167.24, "end": 167.5, "word": " R", "probability": 0.98583984375}, {"start": 167.5, "end": 167.68, "word": " في", "probability": 0.703125}, {"start": 167.68, "end": 168.1, "word": " IS", "probability": 0.97509765625}], "temperature": 1.0}, {"id": 8, "seek": 18822, "start": 170.3, "end": 188.22, "text": "كمان بالنسبة لل current source، اذا لو انا كان عند ال voltage source، فهنا العلاقة جهة واحدة يعني انا هذه بستبدلها بهذه، لكن زي ما كنتش اعرف ان كان عند current source و مقاومة على التوازي، ماقدرش ببساطة اتنبأ ان في عندي RB", "tokens": [24793, 7649, 20666, 1863, 35457, 3660, 24976, 2190, 4009, 12399, 1975, 15730, 45164, 1975, 8315, 25961, 43242, 2423, 8352, 4009, 12399, 6156, 3224, 8315, 18863, 15040, 28671, 10874, 3224, 3660, 36764, 24401, 3660, 37495, 22653, 1975, 8315, 29538, 4724, 14851, 44510, 1211, 11296, 39627, 24192, 12399, 44381, 30767, 1829, 19446, 9122, 29399, 8592, 1975, 3615, 28480, 16472, 25961, 43242, 2190, 4009, 4032, 3714, 4587, 995, 20498, 3660, 15844, 16712, 2407, 31377, 1829, 12399, 19446, 28543, 2288, 8592, 4724, 3555, 3794, 41193, 3660, 1975, 2655, 1863, 3555, 10721, 16472, 8978, 43242, 1829, 40302], "avg_logprob": -0.26461694702025385, "compression_ratio": 1.7028301886792452, "no_speech_prob": 1.7881393432617188e-07, "words": [{"start": 170.3, "end": 170.66, "word": "كمان", "probability": 0.837890625}, {"start": 170.66, "end": 171.1, "word": " بالنسبة", "probability": 0.9866943359375}, {"start": 171.1, "end": 171.28, "word": " لل", "probability": 0.4033203125}, {"start": 171.28, "end": 171.5, "word": " current", "probability": 0.927734375}, {"start": 171.5, "end": 172.02, "word": " source،", "probability": 0.5594482421875}, {"start": 172.02, "end": 172.08, "word": " اذا", "probability": 0.58648681640625}, {"start": 172.08, "end": 172.3, "word": " لو", "probability": 0.962890625}, {"start": 172.3, "end": 172.46, "word": " انا", "probability": 0.746826171875}, {"start": 172.46, "end": 172.62, "word": " كان", "probability": 0.94580078125}, {"start": 172.62, "end": 172.8, "word": " عند", "probability": 0.8359375}, {"start": 172.8, "end": 172.9, "word": " ال", "probability": 0.77783203125}, {"start": 172.9, "end": 173.14, "word": " voltage", "probability": 0.8232421875}, {"start": 173.14, "end": 173.96, "word": " source،", "probability": 0.58685302734375}, {"start": 173.96, "end": 174.58, "word": " فهنا", "probability": 0.7765299479166666}, {"start": 174.58, "end": 175.34, "word": " العلاقة", "probability": 0.9381510416666666}, {"start": 175.34, "end": 175.9, "word": " جهة", "probability": 0.9469401041666666}, {"start": 175.9, "end": 176.86, "word": " واحدة", "probability": 0.9811197916666666}, {"start": 176.86, "end": 179.94, "word": " يعني", "probability": 0.7724609375}, {"start": 179.94, "end": 180.14, "word": " انا", "probability": 0.786865234375}, {"start": 180.14, "end": 180.52, "word": " هذه", "probability": 0.54248046875}, {"start": 180.52, "end": 181.42, "word": " بستبدلها", "probability": 0.923046875}, {"start": 181.42, "end": 182.18, "word": " بهذه،", "probability": 0.7833658854166666}, {"start": 182.18, "end": 182.4, "word": " لكن", "probability": 0.93408203125}, {"start": 182.4, "end": 182.56, "word": " زي", "probability": 0.7626953125}, {"start": 182.56, "end": 182.66, "word": " ما", "probability": 0.8798828125}, {"start": 182.66, "end": 183.04, "word": " كنتش", "probability": 0.8218587239583334}, {"start": 183.04, "end": 183.26, "word": " اعرف", "probability": 0.7748209635416666}, {"start": 183.26, "end": 183.38, "word": " ان", "probability": 0.6845703125}, {"start": 183.38, "end": 183.54, "word": " كان", "probability": 0.44921875}, {"start": 183.54, "end": 183.7, "word": " عند", "probability": 0.7802734375}, {"start": 183.7, "end": 183.94, "word": " current", "probability": 0.576171875}, {"start": 183.94, "end": 184.24, "word": " source", "probability": 0.921875}, {"start": 184.24, "end": 184.36, "word": " و", "probability": 0.44970703125}, {"start": 184.36, "end": 184.72, "word": " مقاومة", "probability": 0.8822265625}, {"start": 184.72, "end": 184.8, "word": " على", "probability": 0.8173828125}, {"start": 184.8, "end": 186.04, "word": " التوازي،", "probability": 0.887109375}, {"start": 186.04, "end": 186.44, "word": " ماقدرش", "probability": 0.8939208984375}, {"start": 186.44, "end": 186.88, "word": " ببساطة", "probability": 0.8212890625}, {"start": 186.88, "end": 187.34, "word": " اتنبأ", "probability": 0.8958984375}, {"start": 187.34, "end": 187.48, "word": " ان", "probability": 0.86328125}, {"start": 187.48, "end": 187.62, "word": " في", "probability": 0.7578125}, {"start": 187.62, "end": 187.96, "word": " عندي", "probability": 0.4805908203125}, {"start": 187.96, "end": 188.22, "word": " RB", "probability": 0.294189453125}], "temperature": 1.0}, {"id": 9, "seek": 21945, "start": 191.07, "end": 219.45, "text": "لو عندي هاي الدائرة بقدر ببساطة أقول أنا هاي بستبدلها ب current source و مقامة لكن لو عندي current source و مقامة بقدرش أقول أني بستبدلها بهذا الشكل بقدرش أعرف قيمة RB لو ماكنتش عارفة قيمة RB كمان نفس الحاجة بالنسبة لل current source لو أنا كان عندي ال current source و اتفقنا مقامة على التوازي لكن قبل المقامة على التوازي كان هنا في عندي مقامة على التوالي و هسميها RS", "tokens": [1211, 2407, 18871, 16254, 8032, 47302, 32748, 16373, 25720, 4724, 28543, 2288, 4724, 3555, 3794, 41193, 3660, 5551, 39648, 41850, 8032, 47302, 4724, 14851, 44510, 1211, 11296, 4724, 2190, 4009, 4032, 3714, 4587, 10943, 3660, 44381, 45164, 18871, 16254, 2190, 4009, 4032, 3714, 4587, 10943, 3660, 4724, 28543, 2288, 8592, 5551, 39648, 14739, 1829, 4724, 14851, 44510, 1211, 11296, 39627, 15730, 25124, 28820, 4724, 28543, 2288, 8592, 5551, 3615, 28480, 12174, 32640, 3660, 40302, 45164, 19446, 19452, 2655, 8592, 6225, 9640, 5172, 3660, 12174, 32640, 3660, 40302, 9122, 2304, 7649, 8717, 36178, 21542, 26108, 3660, 20666, 1863, 35457, 3660, 24976, 2190, 4009, 45164, 41850, 25961, 18871, 16254, 2423, 2190, 4009, 4032, 1975, 2655, 5172, 4587, 8315, 3714, 4587, 10943, 3660, 15844, 16712, 2407, 31377, 1829, 44381, 12174, 36150, 9673, 4587, 10943, 3660, 15844, 16712, 2407, 31377, 1829, 25961, 34105, 8978, 18871, 16254, 3714, 4587, 10943, 3660, 15844, 16712, 2407, 6027, 1829, 4032, 8032, 38251, 1829, 11296, 25855], "avg_logprob": -0.13419699914093258, "compression_ratio": 2.3206106870229006, "no_speech_prob": 3.933906555175781e-06, "words": [{"start": 191.07, "end": 191.31, "word": "لو", "probability": 0.9765625}, {"start": 191.31, "end": 191.51, "word": " عندي", "probability": 0.673828125}, {"start": 191.51, "end": 191.73, "word": " هاي", "probability": 0.5438232421875}, {"start": 191.73, "end": 192.17, "word": " الدائرة", "probability": 0.97802734375}, {"start": 192.17, "end": 193.09, "word": " بقدر", "probability": 0.94921875}, {"start": 193.09, "end": 193.51, "word": " ببساطة", "probability": 0.766455078125}, {"start": 193.51, "end": 193.63, "word": " أقول", "probability": 0.84912109375}, {"start": 193.63, "end": 193.81, "word": " أنا", "probability": 0.311767578125}, {"start": 193.81, "end": 193.97, "word": " هاي", "probability": 0.78857421875}, {"start": 193.97, "end": 194.55, "word": " بستبدلها", "probability": 0.96552734375}, {"start": 194.55, "end": 194.67, "word": " ب", "probability": 0.8095703125}, {"start": 194.67, "end": 194.85, "word": " current", "probability": 0.88037109375}, {"start": 194.85, "end": 195.15, "word": " source", "probability": 0.82275390625}, {"start": 195.15, "end": 195.29, "word": " و", "probability": 0.9921875}, {"start": 195.29, "end": 195.73, "word": " مقامة", "probability": 0.9061279296875}, {"start": 195.73, "end": 196.33, "word": " لكن", "probability": 0.85009765625}, {"start": 196.33, "end": 196.51, "word": " لو", "probability": 0.966796875}, {"start": 196.51, "end": 196.73, "word": " عندي", "probability": 0.87109375}, {"start": 196.73, "end": 196.93, "word": " current", "probability": 0.96240234375}, {"start": 196.93, "end": 197.23, "word": " source", "probability": 0.90625}, {"start": 197.23, "end": 197.35, "word": " و", "probability": 0.99365234375}, {"start": 197.35, "end": 197.65, "word": " مقامة", "probability": 0.9847412109375}, {"start": 197.65, "end": 198.03, "word": " بقدرش", "probability": 0.8927001953125}, {"start": 198.03, "end": 198.21, "word": " أقول", "probability": 0.954833984375}, {"start": 198.21, "end": 198.33, "word": " أني", "probability": 0.65966796875}, {"start": 198.33, "end": 198.87, "word": " بستبدلها", "probability": 0.98251953125}, {"start": 198.87, "end": 199.15, "word": " بهذا", "probability": 0.95849609375}, {"start": 199.15, "end": 199.49, "word": " الشكل", "probability": 0.990966796875}, {"start": 199.49, "end": 199.93, "word": " بقدرش", "probability": 0.8905029296875}, {"start": 199.93, "end": 200.11, "word": " أعرف", "probability": 0.9348958333333334}, {"start": 200.11, "end": 200.49, "word": " قيمة", "probability": 0.92431640625}, {"start": 200.49, "end": 200.77, "word": " RB", "probability": 0.410888671875}, {"start": 200.77, "end": 201.43, "word": " لو", "probability": 0.8681640625}, {"start": 201.43, "end": 201.75, "word": " ماكنتش", "probability": 0.9339599609375}, {"start": 201.75, "end": 201.99, "word": " عارفة", "probability": 0.810546875}, {"start": 201.99, "end": 202.29, "word": " قيمة", "probability": 0.9892578125}, {"start": 202.29, "end": 202.67, "word": " RB", "probability": 0.9228515625}, {"start": 202.67, "end": 204.11, "word": " كمان", "probability": 0.8818359375}, {"start": 204.11, "end": 204.37, "word": " نفس", "probability": 0.995361328125}, {"start": 204.37, "end": 204.95, "word": " الحاجة", "probability": 0.9952799479166666}, {"start": 204.95, "end": 205.63, "word": " بالنسبة", "probability": 0.9541015625}, {"start": 205.63, "end": 205.77, "word": " لل", "probability": 0.496826171875}, {"start": 205.77, "end": 205.99, "word": " current", "probability": 0.91650390625}, {"start": 205.99, "end": 206.57, "word": " source", "probability": 0.87255859375}, {"start": 206.57, "end": 209.23, "word": " لو", "probability": 0.93701171875}, {"start": 209.23, "end": 209.39, "word": " أنا", "probability": 0.8544921875}, {"start": 209.39, "end": 209.57, "word": " كان", "probability": 0.9228515625}, {"start": 209.57, "end": 209.77, "word": " عندي", "probability": 0.828369140625}, {"start": 209.77, "end": 209.89, "word": " ال", "probability": 0.7783203125}, {"start": 209.89, "end": 210.05, "word": " current", "probability": 0.95361328125}, {"start": 210.05, "end": 210.65, "word": " source", "probability": 0.87548828125}, {"start": 210.65, "end": 212.41, "word": " و", "probability": 0.95947265625}, {"start": 212.41, "end": 212.81, "word": " اتفقنا", "probability": 0.76123046875}, {"start": 212.81, "end": 213.29, "word": " مقامة", "probability": 0.9871826171875}, {"start": 213.29, "end": 213.43, "word": " على", "probability": 0.96533203125}, {"start": 213.43, "end": 214.09, "word": " التوازي", "probability": 0.9642333984375}, {"start": 214.09, "end": 215.27, "word": " لكن", "probability": 0.95556640625}, {"start": 215.27, "end": 215.55, "word": " قبل", "probability": 0.986328125}, {"start": 215.55, "end": 216.07, "word": " المقامة", "probability": 0.9029541015625}, {"start": 216.07, "end": 216.21, "word": " على", "probability": 0.9423828125}, {"start": 216.21, "end": 216.57, "word": " التوازي", "probability": 0.976806640625}, {"start": 216.57, "end": 216.75, "word": " كان", "probability": 0.923828125}, {"start": 216.75, "end": 216.95, "word": " هنا", "probability": 0.9580078125}, {"start": 216.95, "end": 217.09, "word": " في", "probability": 0.8681640625}, {"start": 217.09, "end": 217.43, "word": " عندي", "probability": 0.959228515625}, {"start": 217.43, "end": 217.99, "word": " مقامة", "probability": 0.9932861328125}, {"start": 217.99, "end": 218.15, "word": " على", "probability": 0.97021484375}, {"start": 218.15, "end": 218.57, "word": " التوالي", "probability": 0.969482421875}, {"start": 218.57, "end": 218.67, "word": " و", "probability": 0.81689453125}, {"start": 218.67, "end": 219.17, "word": " هسميها", "probability": 0.8817138671875}, {"start": 219.17, "end": 219.45, "word": " RS", "probability": 0.47314453125}], "temperature": 1.0}, {"id": 10, "seek": 24045, "start": 220.89, "end": 240.45, "text": "هنا عندي R و هى I S هى دى بقدر أستبدلها برضه ال vote source اللى قيمته VS مقاومة على الـ 2I نفس المنطق احنا لما حطينا ال R load حسبنا مين؟ I load", "tokens": [3224, 8315, 18871, 16254, 497, 4032, 8032, 7578, 286, 318, 8032, 7578, 11778, 7578, 4724, 28543, 2288, 5551, 14851, 44510, 1211, 11296, 4724, 43042, 3224, 2423, 4740, 4009, 13672, 7578, 12174, 32640, 47395, 25091, 3714, 4587, 995, 20498, 3660, 15844, 2423, 39184, 568, 40, 8717, 36178, 9673, 1863, 9566, 4587, 1975, 5016, 8315, 5296, 15042, 11331, 9566, 1829, 8315, 2423, 497, 3677, 11331, 35457, 8315, 3714, 9957, 22807, 286, 3677], "avg_logprob": -0.3290052900851612, "compression_ratio": 1.3609467455621302, "no_speech_prob": 5.960464477539063e-08, "words": [{"start": 220.89, "end": 221.13, "word": "هنا", "probability": 0.6151123046875}, {"start": 221.13, "end": 221.37, "word": " عندي", "probability": 0.78466796875}, {"start": 221.37, "end": 221.61, "word": " R", "probability": 0.59912109375}, {"start": 221.61, "end": 223.69, "word": " و", "probability": 0.76806640625}, {"start": 223.69, "end": 223.83, "word": " هى", "probability": 0.2528076171875}, {"start": 223.83, "end": 223.99, "word": " I", "probability": 0.51513671875}, {"start": 223.99, "end": 224.39, "word": " S", "probability": 0.5673828125}, {"start": 224.39, "end": 225.81, "word": " هى", "probability": 0.543212890625}, {"start": 225.81, "end": 225.91, "word": " دى", "probability": 0.93359375}, {"start": 225.91, "end": 226.25, "word": " بقدر", "probability": 0.9820963541666666}, {"start": 226.25, "end": 226.95, "word": " أستبدلها", "probability": 0.8685546875}, {"start": 226.95, "end": 227.33, "word": " برضه", "probability": 0.978515625}, {"start": 227.33, "end": 227.59, "word": " ال", "probability": 0.75634765625}, {"start": 227.59, "end": 227.81, "word": " vote", "probability": 0.3642578125}, {"start": 227.81, "end": 228.45, "word": " source", "probability": 0.55419921875}, {"start": 228.45, "end": 229.89, "word": " اللى", "probability": 0.9189453125}, {"start": 229.89, "end": 230.41, "word": " قيمته", "probability": 0.98486328125}, {"start": 230.41, "end": 231.67, "word": " VS", "probability": 0.634765625}, {"start": 231.67, "end": 234.07, "word": " مقاومة", "probability": 0.7584716796875}, {"start": 234.07, "end": 234.17, "word": " على", "probability": 0.93359375}, {"start": 234.17, "end": 234.39, "word": " الـ", "probability": 0.5069580078125}, {"start": 234.39, "end": 234.67, "word": " 2I", "probability": 0.44732666015625}, {"start": 234.67, "end": 235.89, "word": " نفس", "probability": 0.554718017578125}, {"start": 235.89, "end": 236.37, "word": " المنطق", "probability": 0.9527587890625}, {"start": 236.37, "end": 236.59, "word": " احنا", "probability": 0.8447265625}, {"start": 236.59, "end": 236.75, "word": " لما", "probability": 0.960693359375}, {"start": 236.75, "end": 237.15, "word": " حطينا", "probability": 0.905517578125}, {"start": 237.15, "end": 237.27, "word": " ال", "probability": 0.84716796875}, {"start": 237.27, "end": 237.41, "word": " R", "probability": 0.2247314453125}, {"start": 237.41, "end": 237.83, "word": " load", "probability": 0.77197265625}, {"start": 237.83, "end": 239.01, "word": " حسبنا", "probability": 0.9744466145833334}, {"start": 239.01, "end": 239.87, "word": " مين؟", "probability": 0.7999674479166666}, {"start": 239.87, "end": 240.07, "word": " I", "probability": 0.939453125}, {"start": 240.07, "end": 240.45, "word": " load", "probability": 0.751953125}], "temperature": 1.0}, {"id": 11, "seek": 26987, "start": 242.27, "end": 269.87, "text": "و I load في هذه الحالة متأثرش بالمرة في وجود ال RS لأن IS هو اللي هيمرض برضه في RS هيتوزع R على RL يعني معناه IL هتظلها R على R زاد RL في IS إذا الموجود مقاومة على التوالي مع ال current source متأثرش على ال transformation كل هذا بعض رأيمه أستبدله ال voltage source مقاومة على التوالي تمام؟", "tokens": [2407, 286, 3677, 8978, 29538, 21542, 6027, 3660, 44650, 10721, 49115, 8592, 20666, 2304, 25720, 8978, 49610, 23328, 2423, 25855, 5296, 33456, 6205, 31439, 13672, 1829, 39896, 29973, 11242, 4724, 43042, 3224, 8978, 25855, 8032, 36081, 2407, 11622, 3615, 497, 15844, 497, 43, 37495, 22653, 20449, 8315, 3224, 40413, 8032, 2655, 19913, 1211, 11296, 497, 15844, 497, 30767, 18513, 497, 43, 8978, 6205, 11933, 15730, 9673, 29245, 23328, 3714, 4587, 995, 20498, 3660, 15844, 16712, 2407, 6027, 1829, 20449, 2423, 2190, 4009, 44650, 10721, 49115, 8592, 15844, 2423, 9887, 28242, 23758, 45030, 11242, 12602, 10721, 32640, 3224, 5551, 14851, 44510, 43761, 2423, 8352, 4009, 3714, 4587, 995, 20498, 3660, 15844, 16712, 2407, 6027, 1829, 46811, 10943, 22807], "avg_logprob": -0.23834745080794317, "compression_ratio": 1.7442748091603053, "no_speech_prob": 1.1920928955078125e-07, "words": [{"start": 242.27, "end": 242.47, "word": "و", "probability": 0.3779296875}, {"start": 242.47, "end": 242.65, "word": " I", "probability": 0.74267578125}, {"start": 242.65, "end": 242.83, "word": " load", "probability": 0.410888671875}, {"start": 242.83, "end": 242.95, "word": " في", "probability": 0.7744140625}, {"start": 242.95, "end": 243.13, "word": " هذه", "probability": 0.6728515625}, {"start": 243.13, "end": 243.41, "word": " الحالة", "probability": 0.9855143229166666}, {"start": 243.41, "end": 244.07, "word": " متأثرش", "probability": 0.6939697265625}, {"start": 244.07, "end": 244.45, "word": " بالمرة", "probability": 0.8421223958333334}, {"start": 244.45, "end": 244.57, "word": " في", "probability": 0.7666015625}, {"start": 244.57, "end": 244.79, "word": " وجود", "probability": 0.985107421875}, {"start": 244.79, "end": 244.93, "word": " ال", "probability": 0.6982421875}, {"start": 244.93, "end": 245.29, "word": " RS", "probability": 0.499755859375}, {"start": 245.29, "end": 246.09, "word": " لأن", "probability": 0.805908203125}, {"start": 246.09, "end": 246.45, "word": " IS", "probability": 0.5869140625}, {"start": 246.45, "end": 247.17, "word": " هو", "probability": 0.8740234375}, {"start": 247.17, "end": 247.31, "word": " اللي", "probability": 0.76708984375}, {"start": 247.31, "end": 247.75, "word": " هيمرض", "probability": 0.70849609375}, {"start": 247.75, "end": 247.95, "word": " برضه", "probability": 0.9619140625}, {"start": 247.95, "end": 248.07, "word": " في", "probability": 0.837890625}, {"start": 248.07, "end": 248.53, "word": " RS", "probability": 0.89892578125}, {"start": 248.53, "end": 249.45, "word": " هيتوزع", "probability": 0.8501953125}, {"start": 249.45, "end": 249.79, "word": " R", "probability": 0.5419921875}, {"start": 249.79, "end": 250.13, "word": " على", "probability": 0.49462890625}, {"start": 250.13, "end": 250.95, "word": " RL", "probability": 0.45770263671875}, {"start": 250.95, "end": 251.51, "word": " يعني", "probability": 0.90966796875}, {"start": 251.51, "end": 251.95, "word": " معناه", "probability": 0.8924153645833334}, {"start": 251.95, "end": 252.49, "word": " IL", "probability": 0.658203125}, {"start": 252.49, "end": 253.49, "word": " هتظلها", "probability": 0.79609375}, {"start": 253.49, "end": 253.91, "word": " R", "probability": 0.9716796875}, {"start": 253.91, "end": 254.63, "word": " على", "probability": 0.84912109375}, {"start": 254.63, "end": 255.13, "word": " R", "probability": 0.9931640625}, {"start": 255.13, "end": 255.89, "word": " زاد", "probability": 0.496337890625}, {"start": 255.89, "end": 256.41, "word": " RL", "probability": 0.888916015625}, {"start": 256.41, "end": 256.95, "word": " في", "probability": 0.9052734375}, {"start": 256.95, "end": 257.45, "word": " IS", "probability": 0.95556640625}, {"start": 257.45, "end": 258.05, "word": " إذا", "probability": 0.6053466796875}, {"start": 258.05, "end": 258.61, "word": " الموجود", "probability": 0.7308756510416666}, {"start": 258.61, "end": 259.19, "word": " مقاومة", "probability": 0.94072265625}, {"start": 259.19, "end": 259.37, "word": " على", "probability": 0.93896484375}, {"start": 259.37, "end": 259.99, "word": " التوالي", "probability": 0.9810791015625}, {"start": 259.99, "end": 260.17, "word": " مع", "probability": 0.986328125}, {"start": 260.17, "end": 260.31, "word": " ال", "probability": 0.51708984375}, {"start": 260.31, "end": 260.51, "word": " current", "probability": 0.92822265625}, {"start": 260.51, "end": 261.03, "word": " source", "probability": 0.88330078125}, {"start": 261.03, "end": 261.83, "word": " متأثرش", "probability": 0.82281494140625}, {"start": 261.83, "end": 261.95, "word": " على", "probability": 0.736328125}, {"start": 261.95, "end": 262.05, "word": " ال", "probability": 0.671875}, {"start": 262.05, "end": 262.59, "word": " transformation", "probability": 0.755859375}, {"start": 262.59, "end": 263.33, "word": " كل", "probability": 0.91845703125}, {"start": 263.33, "end": 263.59, "word": " هذا", "probability": 0.9345703125}, {"start": 263.59, "end": 263.93, "word": " بعض", "probability": 0.6204833984375}, {"start": 263.93, "end": 264.59, "word": " رأيمه", "probability": 0.8118896484375}, {"start": 264.59, "end": 265.43, "word": " أستبدله", "probability": 0.8851318359375}, {"start": 265.43, "end": 266.33, "word": " ال", "probability": 0.406005859375}, {"start": 266.33, "end": 266.61, "word": " voltage", "probability": 0.7939453125}, {"start": 266.61, "end": 267.01, "word": " source", "probability": 0.9404296875}, {"start": 267.01, "end": 267.51, "word": " مقاومة", "probability": 0.98759765625}, {"start": 267.51, "end": 267.65, "word": " على", "probability": 0.94384765625}, {"start": 267.65, "end": 268.57, "word": " التوالي", "probability": 0.97412109375}, {"start": 268.57, "end": 269.87, "word": " تمام؟", "probability": 0.9510091145833334}], "temperature": 1.0}, {"id": 12, "seek": 29857, "start": 271.31, "end": 298.57, "text": "واضح الفكرة؟ إذا أنا بستنتج جمع الكلام اللي حكيته لو كان عندي voltage source مقاومة وموازية له قبل المقاومة اللي على ال series بقدر كله هذا أستبدله ب current source و المقاومة اللي على ال series بيصير على التوازي وكمان لو كان عندي current source و معاها مقاومة على التوالي قبل المقاومة اللي على التوازي بستبدلهم voltage source و المقاومة اللي على التوازي بيصير مقاومة على التوالي نشوف مثال مع بعض", "tokens": [2407, 46958, 5016, 27188, 4117, 25720, 22807, 11933, 15730, 41850, 4724, 14851, 29399, 7435, 10874, 2304, 3615, 2423, 28820, 10943, 13672, 1829, 11331, 4117, 36081, 3224, 45164, 25961, 18871, 16254, 8352, 4009, 3714, 4587, 995, 20498, 3660, 4032, 2304, 2407, 31377, 10632, 46740, 12174, 36150, 9673, 4587, 995, 20498, 3660, 13672, 1829, 15844, 2423, 2638, 4724, 28543, 2288, 28242, 3224, 23758, 5551, 14851, 44510, 1211, 3224, 4724, 2190, 4009, 4032, 9673, 4587, 995, 20498, 3660, 13672, 1829, 15844, 2423, 2638, 4724, 1829, 9381, 13546, 15844, 16712, 2407, 31377, 1829, 4032, 24793, 7649, 45164, 25961, 18871, 16254, 2190, 4009, 4032, 20449, 995, 11296, 3714, 4587, 995, 20498, 3660, 15844, 16712, 2407, 6027, 1829, 12174, 36150, 9673, 4587, 995, 20498, 3660, 13672, 1829, 15844, 16712, 2407, 31377, 1829, 4724, 14851, 44510, 1211, 16095, 8352, 4009, 4032, 9673, 4587, 995, 20498, 3660, 13672, 1829, 15844, 16712, 2407, 31377, 1829, 4724, 1829, 9381, 13546, 3714, 4587, 995, 20498, 3660, 15844, 16712, 2407, 6027, 1829, 8717, 8592, 38688, 50113, 6027, 20449, 45030, 11242], "avg_logprob": -0.139515526195955, "compression_ratio": 2.5307692307692307, "no_speech_prob": 5.960464477539063e-08, "words": [{"start": 271.31, "end": 271.95, "word": "واضح", "probability": 0.9884440104166666}, {"start": 271.95, "end": 272.59, "word": " الفكرة؟", "probability": 0.839599609375}, {"start": 272.59, "end": 272.71, "word": " إذا", "probability": 0.7763671875}, {"start": 272.71, "end": 272.83, "word": " أنا", "probability": 0.23046875}, {"start": 272.83, "end": 273.33, "word": " بستنتج", "probability": 0.7921142578125}, {"start": 273.33, "end": 273.47, "word": " جمع", "probability": 0.6578776041666666}, {"start": 273.47, "end": 273.85, "word": " الكلام", "probability": 0.7347819010416666}, {"start": 273.85, "end": 273.95, "word": " اللي", "probability": 0.791259765625}, {"start": 273.95, "end": 274.55, "word": " حكيته", "probability": 0.974853515625}, {"start": 274.55, "end": 274.79, "word": " لو", "probability": 0.828125}, {"start": 274.79, "end": 274.99, "word": " كان", "probability": 0.98193359375}, {"start": 274.99, "end": 275.23, "word": " عندي", "probability": 0.790283203125}, {"start": 275.23, "end": 275.51, "word": " voltage", "probability": 0.77880859375}, {"start": 275.51, "end": 276.07, "word": " source", "probability": 0.85009765625}, {"start": 276.07, "end": 277.45, "word": " مقاومة", "probability": 0.90126953125}, {"start": 277.45, "end": 277.95, "word": " وموازية", "probability": 0.83662109375}, {"start": 277.95, "end": 278.19, "word": " له", "probability": 0.74560546875}, {"start": 278.19, "end": 278.75, "word": " قبل", "probability": 0.971435546875}, {"start": 278.75, "end": 279.37, "word": " المقاومة", "probability": 0.98916015625}, {"start": 279.37, "end": 279.49, "word": " اللي", "probability": 0.95263671875}, {"start": 279.49, "end": 279.63, "word": " على", "probability": 0.5576171875}, {"start": 279.63, "end": 279.77, "word": " ال", "probability": 0.86962890625}, {"start": 279.77, "end": 280.07, "word": " series", "probability": 0.72802734375}, {"start": 280.07, "end": 280.95, "word": " بقدر", "probability": 0.9698893229166666}, {"start": 280.95, "end": 281.27, "word": " كله", "probability": 0.80224609375}, {"start": 281.27, "end": 281.45, "word": " هذا", "probability": 0.354248046875}, {"start": 281.45, "end": 282.01, "word": " أستبدله", "probability": 0.88056640625}, {"start": 282.01, "end": 282.11, "word": " ب", "probability": 0.492431640625}, {"start": 282.11, "end": 282.29, "word": " current", "probability": 0.833984375}, {"start": 282.29, "end": 282.81, "word": " source", "probability": 0.89990234375}, {"start": 282.81, "end": 283.27, "word": " و", "probability": 0.84814453125}, {"start": 283.27, "end": 283.69, "word": " المقاومة", "probability": 0.87470703125}, {"start": 283.69, "end": 283.75, "word": " اللي", "probability": 0.97412109375}, {"start": 283.75, "end": 283.83, "word": " على", "probability": 0.8154296875}, {"start": 283.83, "end": 283.91, "word": " ال", "probability": 0.9560546875}, {"start": 283.91, "end": 284.07, "word": " series", "probability": 0.95361328125}, {"start": 284.07, "end": 284.37, "word": " بيصير", "probability": 0.80828857421875}, {"start": 284.37, "end": 284.51, "word": " على", "probability": 0.6953125}, {"start": 284.51, "end": 284.99, "word": " التوازي", "probability": 0.96875}, {"start": 284.99, "end": 286.17, "word": " وكمان", "probability": 0.9052734375}, {"start": 286.17, "end": 286.35, "word": " لو", "probability": 0.97021484375}, {"start": 286.35, "end": 286.53, "word": " كان", "probability": 0.990234375}, {"start": 286.53, "end": 286.75, "word": " عندي", "probability": 0.952392578125}, {"start": 286.75, "end": 287.03, "word": " current", "probability": 0.958984375}, {"start": 287.03, "end": 287.45, "word": " source", "probability": 0.86962890625}, {"start": 287.45, "end": 287.57, "word": " و", "probability": 0.96142578125}, {"start": 287.57, "end": 287.79, "word": " معاها", "probability": 0.7014973958333334}, {"start": 287.79, "end": 288.23, "word": " مقاومة", "probability": 0.9943359375}, {"start": 288.23, "end": 288.31, "word": " على", "probability": 0.91162109375}, {"start": 288.31, "end": 288.89, "word": " التوالي", "probability": 0.9775390625}, {"start": 288.89, "end": 289.45, "word": " قبل", "probability": 0.985107421875}, {"start": 289.45, "end": 289.99, "word": " المقاومة", "probability": 0.99365234375}, {"start": 289.99, "end": 290.09, "word": " اللي", "probability": 0.994384765625}, {"start": 290.09, "end": 290.19, "word": " على", "probability": 0.87744140625}, {"start": 290.19, "end": 290.77, "word": " التوازي", "probability": 0.977783203125}, {"start": 290.77, "end": 292.09, "word": " بستبدلهم", "probability": 0.89228515625}, {"start": 292.09, "end": 292.59, "word": " voltage", "probability": 0.51220703125}, {"start": 292.59, "end": 293.19, "word": " source", "probability": 0.8759765625}, {"start": 293.19, "end": 293.63, "word": " و", "probability": 0.9111328125}, {"start": 293.63, "end": 294.03, "word": " المقاومة", "probability": 0.9291015625}, {"start": 294.03, "end": 294.13, "word": " اللي", "probability": 0.989013671875}, {"start": 294.13, "end": 294.17, "word": " على", "probability": 0.90478515625}, {"start": 294.17, "end": 294.55, "word": " التوازي", "probability": 0.978515625}, {"start": 294.55, "end": 294.85, "word": " بيصير", "probability": 0.968017578125}, {"start": 294.85, "end": 295.39, "word": " مقاومة", "probability": 0.9845703125}, {"start": 295.39, "end": 295.77, "word": " على", "probability": 0.94287109375}, {"start": 295.77, "end": 296.65, "word": " التوالي", "probability": 0.9708251953125}, {"start": 296.65, "end": 297.41, "word": " نشوف", "probability": 0.8369140625}, {"start": 297.41, "end": 297.87, "word": " مثال", "probability": 0.956298828125}, {"start": 297.87, "end": 298.19, "word": " مع", "probability": 0.97265625}, {"start": 298.19, "end": 298.57, "word": " بعض", "probability": 0.98779296875}], "temperature": 1.0}, {"id": 13, "seek": 32601, "start": 299.85, "end": 326.01, "text": "كيف أنا بأستغل هذه النقطة معرفتي لهذا ال issue أني أبسط تحليل الدواء source transformation شوف مثال source transformation", "tokens": [4117, 33911, 41850, 4724, 10721, 14851, 17082, 1211, 29538, 28239, 47432, 3660, 20449, 28480, 31371, 46740, 15730, 2423, 2734, 14739, 1829, 5551, 3555, 3794, 9566, 6055, 5016, 20292, 1211, 32748, 2407, 16606, 4009, 9887, 13412, 38688, 50113, 6027, 4009, 9887], "avg_logprob": -0.240853661444129, "compression_ratio": 1.3065693430656935, "no_speech_prob": 0.0, "words": [{"start": 299.85, "end": 300.09, "word": "كيف", "probability": 0.919677734375}, {"start": 300.09, "end": 300.23, "word": " أنا", "probability": 0.76025390625}, {"start": 300.23, "end": 300.75, "word": " بأستغل", "probability": 0.8408203125}, {"start": 300.75, "end": 301.05, "word": " هذه", "probability": 0.857421875}, {"start": 301.05, "end": 301.67, "word": " النقطة", "probability": 0.89794921875}, {"start": 301.67, "end": 302.21, "word": " معرفتي", "probability": 0.84375}, {"start": 302.21, "end": 302.55, "word": " لهذا", "probability": 0.97802734375}, {"start": 302.55, "end": 302.67, "word": " ال", "probability": 0.955078125}, {"start": 302.67, "end": 302.87, "word": " issue", "probability": 0.82568359375}, {"start": 302.87, "end": 303.59, "word": " أني", "probability": 0.6099853515625}, {"start": 303.59, "end": 303.99, "word": " أبسط", "probability": 0.93798828125}, {"start": 303.99, "end": 304.57, "word": " تحليل", "probability": 0.960693359375}, {"start": 304.57, "end": 305.13, "word": " الدواء", "probability": 0.646240234375}, {"start": 305.13, "end": 311.13, "word": " source", "probability": 0.322265625}, {"start": 311.13, "end": 313.25, "word": " transformation", "probability": 0.75}, {"start": 313.25, "end": 324.63, "word": " شوف", "probability": 0.7293701171875}, {"start": 324.63, "end": 325.05, "word": " مثال", "probability": 0.90576171875}, {"start": 325.05, "end": 325.53, "word": " source", "probability": 0.25146484375}, {"start": 325.53, "end": 326.01, "word": " transformation", "probability": 0.91748046875}], "temperature": 1.0}, {"id": 14, "seek": 35320, "start": 327.12, "end": 353.2, "text": "في وجود الـ R Parallel و الـ RS في وجود الـ R Parallel و الـ RS هنشوف المثال عندي Voltage Source مقداره 250 Volt عندي مقاومة على التوازي مقدار 125 Ohm مقاومة على التوالي 25 Ohm", "tokens": [41185, 49610, 23328, 2423, 39184, 497, 3457, 336, 338, 4032, 2423, 39184, 25855, 8978, 49610, 23328, 2423, 39184, 497, 3457, 336, 338, 4032, 2423, 39184, 25855, 8032, 1863, 8592, 38688, 9673, 12984, 6027, 18871, 16254, 40332, 609, 29629, 3714, 28543, 9640, 3224, 11650, 40332, 18871, 16254, 3714, 4587, 995, 20498, 3660, 15844, 16712, 2407, 31377, 1829, 3714, 28543, 9640, 25276, 876, 76, 3714, 4587, 995, 20498, 3660, 15844, 16712, 2407, 6027, 1829, 3552, 876, 76], "avg_logprob": -0.18318256755408488, "compression_ratio": 1.7483443708609272, "no_speech_prob": 5.960464477539063e-08, "words": [{"start": 327.12, "end": 327.32, "word": "في", "probability": 0.82470703125}, {"start": 327.32, "end": 327.86, "word": " وجود", "probability": 0.96240234375}, {"start": 327.86, "end": 328.68, "word": " الـ", "probability": 0.563720703125}, {"start": 328.68, "end": 328.9, "word": " R", "probability": 0.477783203125}, {"start": 328.9, "end": 329.36, "word": " Parallel", "probability": 0.7765299479166666}, {"start": 329.36, "end": 329.6, "word": " و", "probability": 0.65625}, {"start": 329.6, "end": 329.7, "word": " الـ", "probability": 0.7020263671875}, {"start": 329.7, "end": 330.12, "word": " RS", "probability": 0.58984375}, {"start": 330.12, "end": 331.62, "word": " في", "probability": 0.1710205078125}, {"start": 331.62, "end": 331.9, "word": " وجود", "probability": 0.96337890625}, {"start": 331.9, "end": 332.08, "word": " الـ", "probability": 0.962646484375}, {"start": 332.08, "end": 332.24, "word": " R", "probability": 0.9345703125}, {"start": 332.24, "end": 332.62, "word": " Parallel", "probability": 0.9752604166666666}, {"start": 332.62, "end": 332.86, "word": " و", "probability": 0.974609375}, {"start": 332.86, "end": 333.06, "word": " الـ", "probability": 0.953857421875}, {"start": 333.06, "end": 333.78, "word": " RS", "probability": 0.9287109375}, {"start": 333.78, "end": 337.74, "word": " هنشوف", "probability": 0.82244873046875}, {"start": 337.74, "end": 338.36, "word": " المثال", "probability": 0.98828125}, {"start": 338.36, "end": 340.54, "word": " عندي", "probability": 0.698974609375}, {"start": 340.54, "end": 340.98, "word": " Voltage", "probability": 0.44384765625}, {"start": 340.98, "end": 341.48, "word": " Source", "probability": 0.87353515625}, {"start": 341.48, "end": 343.56, "word": " مقداره", "probability": 0.9053955078125}, {"start": 343.56, "end": 344.18, "word": " 250", "probability": 0.82470703125}, {"start": 344.18, "end": 345.0, "word": " Volt", "probability": 0.80615234375}, {"start": 345.0, "end": 346.3, "word": " عندي", "probability": 0.757080078125}, {"start": 346.3, "end": 346.84, "word": " مقاومة", "probability": 0.992578125}, {"start": 346.84, "end": 347.0, "word": " على", "probability": 0.9296875}, {"start": 347.0, "end": 347.6, "word": " التوازي", "probability": 0.95947265625}, {"start": 347.6, "end": 347.94, "word": " مقدار", "probability": 0.9656575520833334}, {"start": 347.94, "end": 348.36, "word": " 125", "probability": 0.51123046875}, {"start": 348.36, "end": 349.56, "word": " Ohm", "probability": 0.921875}, {"start": 349.56, "end": 351.02, "word": " مقاومة", "probability": 0.98740234375}, {"start": 351.02, "end": 351.16, "word": " على", "probability": 0.96875}, {"start": 351.16, "end": 351.7, "word": " التوالي", "probability": 0.9765625}, {"start": 351.7, "end": 352.42, "word": " 25", "probability": 0.96630859375}, {"start": 352.42, "end": 353.2, "word": " Ohm", "probability": 0.965087890625}], "temperature": 1.0}, {"id": 15, "seek": 37871, "start": 354.53, "end": 378.71, "text": "في عندي current source مقداره 8 امبير ومقاوم مقدارها 10 اوم عندي voltage .. مقاوم مقدارها 100 اوم ومقاوم مقدارها 5 اوم و15 السؤال بقول ليه بدى V node و V node هو ال voltage اللي حوالين 100", "tokens": [41185, 18871, 16254, 2190, 4009, 3714, 28543, 9640, 3224, 1649, 1975, 2304, 3555, 13546, 4032, 2304, 4587, 995, 20498, 3714, 28543, 9640, 11296, 1266, 1975, 20498, 18871, 16254, 8352, 4386, 3714, 4587, 995, 20498, 3714, 28543, 9640, 11296, 2319, 1975, 20498, 4032, 2304, 4587, 995, 20498, 3714, 28543, 9640, 11296, 1025, 1975, 20498, 4032, 5211, 21136, 33604, 6027, 4724, 39648, 32239, 3224, 47525, 7578, 691, 9984, 4032, 691, 9984, 31439, 2423, 8352, 13672, 1829, 11331, 2407, 6027, 9957, 2319], "avg_logprob": -0.1907226599752903, "compression_ratio": 1.8, "no_speech_prob": 5.960464477539063e-08, "words": [{"start": 354.53, "end": 354.77, "word": "في", "probability": 0.6748046875}, {"start": 354.77, "end": 354.99, "word": " عندي", "probability": 0.798828125}, {"start": 354.99, "end": 355.21, "word": " current", "probability": 0.91455078125}, {"start": 355.21, "end": 355.93, "word": " source", "probability": 0.87109375}, {"start": 355.93, "end": 357.17, "word": " مقداره", "probability": 0.88232421875}, {"start": 357.17, "end": 357.49, "word": " 8", "probability": 0.77392578125}, {"start": 357.49, "end": 358.05, "word": " امبير", "probability": 0.7626953125}, {"start": 358.05, "end": 359.15, "word": " ومقاوم", "probability": 0.92353515625}, {"start": 359.15, "end": 359.67, "word": " مقدارها", "probability": 0.9613037109375}, {"start": 359.67, "end": 360.05, "word": " 10", "probability": 0.9111328125}, {"start": 360.05, "end": 360.75, "word": " اوم", "probability": 0.669921875}, {"start": 360.75, "end": 362.33, "word": " عندي", "probability": 0.7113037109375}, {"start": 362.33, "end": 362.69, "word": " voltage", "probability": 0.498779296875}, {"start": 362.69, "end": 362.87, "word": " ..", "probability": 0.51220703125}, {"start": 362.87, "end": 363.47, "word": " مقاوم", "probability": 0.9644775390625}, {"start": 363.47, "end": 364.17, "word": " مقدارها", "probability": 0.988525390625}, {"start": 364.17, "end": 364.79, "word": " 100", "probability": 0.912109375}, {"start": 364.79, "end": 365.31, "word": " اوم", "probability": 0.946044921875}, {"start": 365.31, "end": 367.33, "word": " ومقاوم", "probability": 0.90751953125}, {"start": 367.33, "end": 367.79, "word": " مقدارها", "probability": 0.990966796875}, {"start": 367.79, "end": 368.17, "word": " 5", "probability": 0.966796875}, {"start": 368.17, "end": 368.59, "word": " اوم", "probability": 0.948486328125}, {"start": 368.59, "end": 369.41, "word": " و15", "probability": 0.727294921875}, {"start": 369.41, "end": 374.69, "word": " السؤال", "probability": 0.8772786458333334}, {"start": 374.69, "end": 374.99, "word": " بقول", "probability": 0.763916015625}, {"start": 374.99, "end": 375.19, "word": " ليه", "probability": 0.903076171875}, {"start": 375.19, "end": 375.45, "word": " بدى", "probability": 0.51904296875}, {"start": 375.45, "end": 375.63, "word": " V", "probability": 0.8310546875}, {"start": 375.63, "end": 375.93, "word": " node", "probability": 0.19775390625}, {"start": 375.93, "end": 376.07, "word": " و", "probability": 0.92333984375}, {"start": 376.07, "end": 376.27, "word": " V", "probability": 0.76708984375}, {"start": 376.27, "end": 376.47, "word": " node", "probability": 0.8798828125}, {"start": 376.47, "end": 376.71, "word": " هو", "probability": 0.97314453125}, {"start": 376.71, "end": 376.89, "word": " ال", "probability": 0.970703125}, {"start": 376.89, "end": 377.41, "word": " voltage", "probability": 0.9169921875}, {"start": 377.41, "end": 378.05, "word": " اللي", "probability": 0.876220703125}, {"start": 378.05, "end": 378.49, "word": " حوالين", "probability": 0.9483642578125}, {"start": 378.49, "end": 378.71, "word": " 100", "probability": 0.437744140625}], "temperature": 1.0}, {"id": 16, "seek": 40424, "start": 383.28, "end": 404.24, "text": "أو هذا هنقول السؤال الفرع الأول بدنا V non قدش و الفرع التاني V و اللي بدي ال power على 250 volt تمام؟ هذه هي المطاليب التانية بدنا V non و بدنا ال power على 250", "tokens": [10721, 2407, 23758, 8032, 1863, 39648, 21136, 33604, 6027, 27188, 2288, 3615, 16247, 12610, 47525, 8315, 691, 2107, 12174, 3215, 8592, 4032, 27188, 2288, 3615, 16712, 7649, 1829, 691, 4032, 13672, 1829, 47525, 1829, 2423, 1347, 15844, 11650, 5962, 46811, 10943, 22807, 29538, 39896, 9673, 9566, 6027, 1829, 3555, 16712, 7649, 10632, 47525, 8315, 691, 2107, 4032, 47525, 8315, 2423, 1347, 15844, 11650], "avg_logprob": -0.2844238285906613, "compression_ratio": 1.7315436241610738, "no_speech_prob": 1.1920928955078125e-06, "words": [{"start": 383.28, "end": 383.58, "word": "أو", "probability": 0.548828125}, {"start": 383.58, "end": 383.76, "word": " هذا", "probability": 0.73046875}, {"start": 383.76, "end": 384.16, "word": " هنقول", "probability": 0.6547037760416666}, {"start": 384.16, "end": 384.58, "word": " السؤال", "probability": 0.9361979166666666}, {"start": 384.58, "end": 385.0, "word": " الفرع", "probability": 0.9095052083333334}, {"start": 385.0, "end": 385.48, "word": " الأول", "probability": 0.963134765625}, {"start": 385.48, "end": 386.08, "word": " بدنا", "probability": 0.8564453125}, {"start": 386.08, "end": 386.32, "word": " V", "probability": 0.73828125}, {"start": 386.32, "end": 386.56, "word": " non", "probability": 0.150390625}, {"start": 386.56, "end": 387.24, "word": " قدش", "probability": 0.6068522135416666}, {"start": 387.24, "end": 388.12, "word": " و", "probability": 0.379150390625}, {"start": 388.12, "end": 388.52, "word": " الفرع", "probability": 0.9894205729166666}, {"start": 388.52, "end": 389.06, "word": " التاني", "probability": 0.88037109375}, {"start": 389.06, "end": 389.4, "word": " V", "probability": 0.8857421875}, {"start": 389.4, "end": 389.9, "word": " و", "probability": 0.625}, {"start": 389.9, "end": 390.1, "word": " اللي", "probability": 0.892578125}, {"start": 390.1, "end": 390.56, "word": " بدي", "probability": 0.4998779296875}, {"start": 390.56, "end": 390.76, "word": " ال", "probability": 0.94677734375}, {"start": 390.76, "end": 391.12, "word": " power", "probability": 0.86962890625}, {"start": 391.12, "end": 392.06, "word": " على", "probability": 0.71728515625}, {"start": 392.06, "end": 393.14, "word": " 250", "probability": 0.482666015625}, {"start": 393.14, "end": 394.14, "word": " volt", "probability": 0.537109375}, {"start": 394.14, "end": 398.52, "word": " تمام؟", "probability": 0.7900390625}, {"start": 398.52, "end": 399.2, "word": " هذه", "probability": 0.6015625}, {"start": 399.2, "end": 399.58, "word": " هي", "probability": 0.65283203125}, {"start": 399.58, "end": 400.3, "word": " المطاليب", "probability": 0.9265625}, {"start": 400.3, "end": 400.96, "word": " التانية", "probability": 0.6513671875}, {"start": 400.96, "end": 401.72, "word": " بدنا", "probability": 0.886962890625}, {"start": 401.72, "end": 402.26, "word": " V", "probability": 0.98681640625}, {"start": 402.26, "end": 402.58, "word": " non", "probability": 0.9541015625}, {"start": 402.58, "end": 403.0, "word": " و", "probability": 0.96826171875}, {"start": 403.0, "end": 403.24, "word": " بدنا", "probability": 0.9072265625}, {"start": 403.24, "end": 403.34, "word": " ال", "probability": 0.9658203125}, {"start": 403.34, "end": 403.6, "word": " power", "probability": 0.86962890625}, {"start": 403.6, "end": 403.86, "word": " على", "probability": 0.80322265625}, {"start": 403.86, "end": 404.24, "word": " 250", "probability": 0.9091796875}], "temperature": 1.0}, {"id": 17, "seek": 41743, "start": 405.47, "end": 417.43, "text": "دائما الحاجة المطلوب مني أحسب عليها حاجة تنفرع إيه بدي v node مالعبش فيها يعني ال v node المطلوب عليها ماحاولش أعمل أي transformation لهاي القطعة، أسيبها زي ما هي", "tokens": [3215, 16373, 15042, 21542, 26108, 3660, 9673, 9566, 1211, 37746, 9154, 1829, 5551, 5016, 35457, 25894, 11296, 11331, 26108, 3660, 6055, 1863, 5172, 2288, 3615, 11933, 1829, 3224, 4724, 16254, 371, 9984, 3714, 6027, 3615, 3555, 8592, 8978, 11296, 37495, 22653, 2423, 371, 9984, 9673, 9566, 1211, 37746, 25894, 11296, 19446, 5016, 995, 12610, 8592, 5551, 25957, 1211, 36632, 9887, 5296, 11296, 1829, 25062, 9566, 27884, 12399, 5551, 3794, 1829, 3555, 11296, 30767, 1829, 19446, 39896], "avg_logprob": -0.2325486966541835, "compression_ratio": 1.5755813953488371, "no_speech_prob": 5.960464477539063e-08, "words": [{"start": 405.47, "end": 406.05, "word": "دائما", "probability": 0.7488606770833334}, {"start": 406.05, "end": 406.55, "word": " الحاجة", "probability": 0.94580078125}, {"start": 406.55, "end": 406.97, "word": " المطلوب", "probability": 0.9737548828125}, {"start": 406.97, "end": 407.29, "word": " مني", "probability": 0.7841796875}, {"start": 407.29, "end": 407.69, "word": " أحسب", "probability": 0.8740234375}, {"start": 407.69, "end": 407.99, "word": " عليها", "probability": 0.98681640625}, {"start": 407.99, "end": 408.63, "word": " حاجة", "probability": 0.9954427083333334}, {"start": 408.63, "end": 409.35, "word": " تنفرع", "probability": 0.710986328125}, {"start": 409.35, "end": 409.53, "word": " إيه", "probability": 0.8030598958333334}, {"start": 409.53, "end": 409.75, "word": " بدي", "probability": 0.70947265625}, {"start": 409.75, "end": 409.97, "word": " v", "probability": 0.16650390625}, {"start": 409.97, "end": 410.17, "word": " node", "probability": 0.6123046875}, {"start": 410.17, "end": 410.67, "word": " مالعبش", "probability": 0.88388671875}, {"start": 410.67, "end": 411.01, "word": " فيها", "probability": 0.98486328125}, {"start": 411.01, "end": 411.67, "word": " يعني", "probability": 0.6573486328125}, {"start": 411.67, "end": 411.81, "word": " ال", "probability": 0.87353515625}, {"start": 411.81, "end": 411.99, "word": " v", "probability": 0.72412109375}, {"start": 411.99, "end": 412.13, "word": " node", "probability": 0.90185546875}, {"start": 412.13, "end": 412.57, "word": " المطلوب", "probability": 0.869384765625}, {"start": 412.57, "end": 412.97, "word": " عليها", "probability": 0.6131591796875}, {"start": 412.97, "end": 413.47, "word": " ماحاولش", "probability": 0.807763671875}, {"start": 413.47, "end": 413.77, "word": " أعمل", "probability": 0.94384765625}, {"start": 413.77, "end": 414.03, "word": " أي", "probability": 0.47216796875}, {"start": 414.03, "end": 414.65, "word": " transformation", "probability": 0.841796875}, {"start": 414.65, "end": 415.31, "word": " لهاي", "probability": 0.7383626302083334}, {"start": 415.31, "end": 416.37, "word": " القطعة،", "probability": 0.78680419921875}, {"start": 416.37, "end": 416.93, "word": " أسيبها", "probability": 0.96650390625}, {"start": 416.93, "end": 417.15, "word": " زي", "probability": 0.97705078125}, {"start": 417.15, "end": 417.23, "word": " ما", "probability": 0.9833984375}, {"start": 417.23, "end": 417.43, "word": " هي", "probability": 0.93359375}], "temperature": 1.0}, {"id": 18, "seek": 44732, "start": 418.58, "end": 447.32, "text": "لكن اذا طلعت كويس احنا قبل قليل اشهرنا لو كان عندي voltage source ومقاومة على التوالي وقبل المقاومة على التوالي في مقاومة على التوازي مش هتأثر على source transformation انحنا هنحدد النقطتين دائما اتفقنا نحدد النقطتين اللي حواليهم بالدعم لل transformation عندي انا voltage source وهي ال R وهي ال Vs وهي ال Rb", "tokens": [1211, 19452, 1975, 15730, 23032, 1211, 34268, 9122, 45865, 3794, 1975, 5016, 8315, 12174, 36150, 12174, 20292, 1211, 1975, 8592, 3224, 2288, 8315, 45164, 25961, 18871, 16254, 8352, 4009, 4032, 2304, 4587, 995, 20498, 3660, 15844, 16712, 2407, 6027, 1829, 4032, 4587, 36150, 9673, 4587, 995, 20498, 3660, 15844, 16712, 2407, 6027, 1829, 8978, 3714, 4587, 995, 20498, 3660, 15844, 16712, 2407, 31377, 1829, 37893, 8032, 2655, 10721, 49115, 15844, 4009, 9887, 16472, 5016, 8315, 8032, 1863, 24401, 3215, 28239, 47432, 2655, 9957, 11778, 16373, 15042, 1975, 2655, 5172, 4587, 8315, 8717, 24401, 3215, 28239, 47432, 2655, 9957, 13672, 1829, 11331, 2407, 6027, 1829, 16095, 20666, 3215, 25957, 24976, 9887, 18871, 16254, 1975, 8315, 8352, 4009, 37037, 1829, 2423, 497, 37037, 1829, 2423, 691, 82, 37037, 1829, 2423, 497, 65], "avg_logprob": -0.16555343079202958, "compression_ratio": 2.066666666666667, "no_speech_prob": 5.960464477539063e-08, "words": [{"start": 418.58, "end": 418.9, "word": "لكن", "probability": 0.896728515625}, {"start": 418.9, "end": 419.02, "word": " اذا", "probability": 0.61376953125}, {"start": 419.02, "end": 419.36, "word": " طلعت", "probability": 0.9563802083333334}, {"start": 419.36, "end": 420.02, "word": " كويس", "probability": 0.9471028645833334}, {"start": 420.02, "end": 420.42, "word": " احنا", "probability": 0.7909342447916666}, {"start": 420.42, "end": 420.82, "word": " قبل", "probability": 0.98779296875}, {"start": 420.82, "end": 421.18, "word": " قليل", "probability": 0.9921875}, {"start": 421.18, "end": 421.62, "word": " اشهرنا", "probability": 0.7173828125}, {"start": 421.62, "end": 422.12, "word": " لو", "probability": 0.96142578125}, {"start": 422.12, "end": 422.4, "word": " كان", "probability": 0.98583984375}, {"start": 422.4, "end": 422.68, "word": " عندي", "probability": 0.68994140625}, {"start": 422.68, "end": 422.96, "word": " voltage", "probability": 0.73046875}, {"start": 422.96, "end": 423.54, "word": " source", "probability": 0.88037109375}, {"start": 423.54, "end": 424.88, "word": " ومقاومة", "probability": 0.8944498697916666}, {"start": 424.88, "end": 425.18, "word": " على", "probability": 0.90673828125}, {"start": 425.18, "end": 425.9, "word": " التوالي", "probability": 0.9561767578125}, {"start": 425.9, "end": 426.68, "word": " وقبل", "probability": 0.9069010416666666}, {"start": 426.68, "end": 427.22, "word": " المقاومة", "probability": 0.97275390625}, {"start": 427.22, "end": 427.34, "word": " على", "probability": 0.8173828125}, {"start": 427.34, "end": 427.76, "word": " التوالي", "probability": 0.96728515625}, {"start": 427.76, "end": 427.88, "word": " في", "probability": 0.673828125}, {"start": 427.88, "end": 428.36, "word": " مقاومة", "probability": 0.965625}, {"start": 428.36, "end": 428.46, "word": " على", "probability": 0.7919921875}, {"start": 428.46, "end": 429.0, "word": " التوازي", "probability": 0.8006591796875}, {"start": 429.0, "end": 429.36, "word": " مش", "probability": 0.8671875}, {"start": 429.36, "end": 429.92, "word": " هتأثر", "probability": 0.843505859375}, {"start": 429.92, "end": 430.14, "word": " على", "probability": 0.91259765625}, {"start": 430.14, "end": 430.4, "word": " source", "probability": 0.77685546875}, {"start": 430.4, "end": 430.98, "word": " transformation", "probability": 0.8623046875}, {"start": 430.98, "end": 431.42, "word": " انحنا", "probability": 0.697265625}, {"start": 431.42, "end": 431.94, "word": " هنحدد", "probability": 0.885009765625}, {"start": 431.94, "end": 432.5, "word": " النقطتين", "probability": 0.9822998046875}, {"start": 432.5, "end": 432.78, "word": " دائما", "probability": 0.8015950520833334}, {"start": 432.78, "end": 433.38, "word": " اتفقنا", "probability": 0.86884765625}, {"start": 433.38, "end": 434.18, "word": " نحدد", "probability": 0.7666829427083334}, {"start": 434.18, "end": 434.78, "word": " النقطتين", "probability": 0.982666015625}, {"start": 434.78, "end": 434.96, "word": " اللي", "probability": 0.86669921875}, {"start": 434.96, "end": 435.66, "word": " حواليهم", "probability": 0.9115234375}, {"start": 435.66, "end": 436.3, "word": " بالدعم", "probability": 0.9422200520833334}, {"start": 436.3, "end": 436.44, "word": " لل", "probability": 0.73974609375}, {"start": 436.44, "end": 437.08, "word": " transformation", "probability": 0.6396484375}, {"start": 437.08, "end": 441.6, "word": " عندي", "probability": 0.902099609375}, {"start": 441.6, "end": 441.76, "word": " انا", "probability": 0.76025390625}, {"start": 441.76, "end": 442.02, "word": " voltage", "probability": 0.95166015625}, {"start": 442.02, "end": 442.62, "word": " source", "probability": 0.8828125}, {"start": 442.62, "end": 443.46, "word": " وهي", "probability": 0.74658203125}, {"start": 443.46, "end": 443.58, "word": " ال", "probability": 0.97119140625}, {"start": 443.58, "end": 443.86, "word": " R", "probability": 0.63525390625}, {"start": 443.86, "end": 445.72, "word": " وهي", "probability": 0.962158203125}, {"start": 445.72, "end": 445.84, "word": " ال", "probability": 0.97021484375}, {"start": 445.84, "end": 446.4, "word": " Vs", "probability": 0.700439453125}, {"start": 446.4, "end": 446.9, "word": " وهي", "probability": 0.899658203125}, {"start": 446.9, "end": 447.0, "word": " ال", "probability": 0.95556640625}, {"start": 447.0, "end": 447.32, "word": " Rb", "probability": 0.8271484375}], "temperature": 1.0}, {"id": 19, "seek": 46844, "start": 448.7, "end": 468.44, "text": "هذا كله قلنا بنقدر نبسطه ل current source و مقاومة مالها على التوازين فيهم اللي هي ال R مش ال RB ال R اللي هي ال 25 Ohm و إيش قيمة ال IS هتكون ال 250 على ال 25 يعني 10 أمبير", "tokens": [3224, 15730, 28242, 3224, 12174, 1211, 8315, 44945, 28543, 2288, 8717, 3555, 3794, 9566, 3224, 5296, 2190, 4009, 4032, 3714, 4587, 995, 20498, 3660, 3714, 6027, 11296, 15844, 16712, 2407, 31377, 9957, 8978, 16095, 13672, 1829, 39896, 2423, 497, 37893, 2423, 40302, 2423, 497, 13672, 1829, 39896, 2423, 3552, 876, 76, 4032, 11933, 1829, 8592, 12174, 32640, 3660, 2423, 6205, 8032, 2655, 30544, 2423, 11650, 15844, 2423, 3552, 37495, 22653, 1266, 5551, 2304, 3555, 13546], "avg_logprob": -0.2407483609491273, "compression_ratio": 1.5054945054945055, "no_speech_prob": 0.0, "words": [{"start": 448.7, "end": 449.02, "word": "هذا", "probability": 0.893310546875}, {"start": 449.02, "end": 449.62, "word": " كله", "probability": 0.991455078125}, {"start": 449.62, "end": 449.98, "word": " قلنا", "probability": 0.5901692708333334}, {"start": 449.98, "end": 450.36, "word": " بنقدر", "probability": 0.8385416666666666}, {"start": 450.36, "end": 450.84, "word": " نبسطه", "probability": 0.869921875}, {"start": 450.84, "end": 450.94, "word": " ل", "probability": 0.97705078125}, {"start": 450.94, "end": 451.24, "word": " current", "probability": 0.9130859375}, {"start": 451.24, "end": 451.9, "word": " source", "probability": 0.85546875}, {"start": 451.9, "end": 453.88, "word": " و", "probability": 0.9580078125}, {"start": 453.88, "end": 454.44, "word": " مقاومة", "probability": 0.80849609375}, {"start": 454.44, "end": 454.86, "word": " مالها", "probability": 0.8553059895833334}, {"start": 454.86, "end": 455.38, "word": " على", "probability": 0.92041015625}, {"start": 455.38, "end": 455.86, "word": " التوازين", "probability": 0.921630859375}, {"start": 455.86, "end": 456.26, "word": " فيهم", "probability": 0.90966796875}, {"start": 456.26, "end": 456.4, "word": " اللي", "probability": 0.8994140625}, {"start": 456.4, "end": 456.54, "word": " هي", "probability": 0.673828125}, {"start": 456.54, "end": 456.68, "word": " ال", "probability": 0.9013671875}, {"start": 456.68, "end": 456.96, "word": " R", "probability": 0.6162109375}, {"start": 456.96, "end": 457.8, "word": " مش", "probability": 0.78173828125}, {"start": 457.8, "end": 457.94, "word": " ال", "probability": 0.95263671875}, {"start": 457.94, "end": 458.3, "word": " RB", "probability": 0.462158203125}, {"start": 458.3, "end": 458.54, "word": " ال", "probability": 0.417724609375}, {"start": 458.54, "end": 458.88, "word": " R", "probability": 0.7734375}, {"start": 458.88, "end": 460.1, "word": " اللي", "probability": 0.903076171875}, {"start": 460.1, "end": 460.2, "word": " هي", "probability": 0.9365234375}, {"start": 460.2, "end": 460.3, "word": " ال", "probability": 0.66064453125}, {"start": 460.3, "end": 460.9, "word": " 25", "probability": 0.85595703125}, {"start": 460.9, "end": 461.72, "word": " Ohm", "probability": 0.537841796875}, {"start": 461.72, "end": 462.04, "word": " و", "probability": 0.892578125}, {"start": 462.04, "end": 462.18, "word": " إيش", "probability": 0.6909993489583334}, {"start": 462.18, "end": 462.48, "word": " قيمة", "probability": 0.9679361979166666}, {"start": 462.48, "end": 462.62, "word": " ال", "probability": 0.9443359375}, {"start": 462.62, "end": 462.86, "word": " IS", "probability": 0.9189453125}, {"start": 462.86, "end": 463.48, "word": " هتكون", "probability": 0.9700520833333334}, {"start": 463.48, "end": 463.96, "word": " ال", "probability": 0.4443359375}, {"start": 463.96, "end": 464.7, "word": " 250", "probability": 0.90673828125}, {"start": 464.7, "end": 465.5, "word": " على", "probability": 0.62060546875}, {"start": 465.5, "end": 465.78, "word": " ال", "probability": 0.5576171875}, {"start": 465.78, "end": 466.82, "word": " 25", "probability": 0.93310546875}, {"start": 466.82, "end": 467.24, "word": " يعني", "probability": 0.936767578125}, {"start": 467.24, "end": 467.66, "word": " 10", "probability": 0.4755859375}, {"start": 467.66, "end": 468.44, "word": " أمبير", "probability": 0.83203125}], "temperature": 1.0}, {"id": 20, "seek": 49279, "start": 473.29, "end": 492.79, "text": "طبعا اذا انا كل هاي الجزء اللى مبين معقد بسطه ل current source ومقاومة على التوازن فاقيت الدائرة هتبر بس باقية الدائرة هى عندى كمان current source ومقاومات", "tokens": [9566, 3555, 3615, 995, 1975, 15730, 1975, 8315, 28242, 8032, 47302, 25724, 11622, 38207, 13672, 7578, 3714, 3555, 9957, 20449, 28543, 4724, 3794, 9566, 3224, 5296, 2190, 4009, 4032, 2304, 4587, 995, 20498, 3660, 15844, 16712, 2407, 31377, 1863, 6156, 995, 4587, 36081, 32748, 16373, 25720, 8032, 2655, 26890, 4724, 3794, 4724, 995, 4587, 10632, 32748, 16373, 25720, 8032, 7578, 43242, 7578, 9122, 2304, 7649, 2190, 4009, 4032, 2304, 4587, 995, 20498, 9307], "avg_logprob": -0.2531672341598047, "compression_ratio": 1.6474358974358974, "no_speech_prob": 2.384185791015625e-07, "words": [{"start": 473.29, "end": 474.09, "word": "طبعا", "probability": 0.76812744140625}, {"start": 474.09, "end": 474.91, "word": " اذا", "probability": 0.437255859375}, {"start": 474.91, "end": 475.11, "word": " انا", "probability": 0.83544921875}, {"start": 475.11, "end": 475.35, "word": " كل", "probability": 0.89013671875}, {"start": 475.35, "end": 475.59, "word": " هاي", "probability": 0.397216796875}, {"start": 475.59, "end": 475.95, "word": " الجزء", "probability": 0.83447265625}, {"start": 475.95, "end": 476.23, "word": " اللى", "probability": 0.86474609375}, {"start": 476.23, "end": 476.63, "word": " مبين", "probability": 0.9095052083333334}, {"start": 476.63, "end": 477.27, "word": " معقد", "probability": 0.8251953125}, {"start": 477.27, "end": 478.11, "word": " بسطه", "probability": 0.9010009765625}, {"start": 478.11, "end": 478.51, "word": " ل", "probability": 0.7431640625}, {"start": 478.51, "end": 478.77, "word": " current", "probability": 0.9130859375}, {"start": 478.77, "end": 479.25, "word": " source", "probability": 0.89208984375}, {"start": 479.25, "end": 479.81, "word": " ومقاومة", "probability": 0.8360188802083334}, {"start": 479.81, "end": 480.01, "word": " على", "probability": 0.71044921875}, {"start": 480.01, "end": 480.93, "word": " التوازن", "probability": 0.9010009765625}, {"start": 480.93, "end": 484.29, "word": " فاقيت", "probability": 0.692626953125}, {"start": 484.29, "end": 484.83, "word": " الدائرة", "probability": 0.9812825520833334}, {"start": 484.83, "end": 485.71, "word": " هتبر", "probability": 0.6937662760416666}, {"start": 485.71, "end": 486.17, "word": " بس", "probability": 0.90625}, {"start": 486.17, "end": 486.63, "word": " باقية", "probability": 0.7281494140625}, {"start": 486.63, "end": 487.29, "word": " الدائرة", "probability": 0.9889322916666666}, {"start": 487.29, "end": 489.99, "word": " هى", "probability": 0.447174072265625}, {"start": 489.99, "end": 490.57, "word": " عندى", "probability": 0.749267578125}, {"start": 490.57, "end": 491.03, "word": " كمان", "probability": 0.9949544270833334}, {"start": 491.03, "end": 491.35, "word": " current", "probability": 0.95068359375}, {"start": 491.35, "end": 491.83, "word": " source", "probability": 0.87744140625}, {"start": 491.83, "end": 492.79, "word": " ومقاومات", "probability": 0.9097493489583334}], "temperature": 1.0}, {"id": 21, "seek": 52822, "start": 501.74, "end": 528.22, "text": "احنا بدنا مين؟ V0 طلعوا علي هدول ال elements مالهم على التوازي، صح؟ ركزوا لأن هاي القطوة ذفنتوها، برضه شوفتوها فأسئلة تانية هتسهل عليكم كتير، يعني الخمسة مع الخمستعش فلنستبدلها على طول مقامة واحدة مقضاها عشرين، صح؟ طلعوا على الدائرة، كلهم مش حوالهم V0 ولا لا؟", "tokens": [39319, 8315, 47525, 8315, 3714, 9957, 22807, 691, 15, 23032, 1211, 3615, 14407, 25894, 8032, 3215, 12610, 2423, 4959, 3714, 6027, 16095, 15844, 16712, 2407, 31377, 1829, 12399, 20328, 5016, 22807, 12602, 4117, 11622, 14407, 5296, 33456, 8032, 47302, 25062, 9566, 2407, 3660, 29910, 5172, 29399, 2407, 11296, 12399, 4724, 43042, 3224, 13412, 38688, 2655, 2407, 11296, 6156, 10721, 3794, 19986, 37977, 6055, 7649, 10632, 8032, 2655, 3794, 3224, 1211, 25894, 24793, 9122, 2655, 13546, 12399, 37495, 22653, 33962, 2304, 3794, 3660, 20449, 33962, 2304, 14851, 3615, 8592, 6156, 1211, 1863, 14851, 44510, 1211, 11296, 15844, 23032, 12610, 3714, 4587, 10943, 3660, 36764, 24401, 3660, 3714, 4587, 11242, 995, 11296, 6225, 46309, 9957, 12399, 20328, 5016, 22807, 23032, 1211, 3615, 14407, 15844, 32748, 16373, 25720, 12399, 28242, 16095, 37893, 11331, 2407, 6027, 16095, 691, 15, 49429, 20193, 22807], "avg_logprob": -0.22437050188188074, "compression_ratio": 1.746212121212121, "no_speech_prob": 8.344650268554688e-07, "words": [{"start": 501.74, "end": 502.06, "word": "احنا", "probability": 0.835693359375}, {"start": 502.06, "end": 502.34, "word": " بدنا", "probability": 0.9541015625}, {"start": 502.34, "end": 503.02, "word": " مين؟", "probability": 0.7994791666666666}, {"start": 503.02, "end": 503.42, "word": " V0", "probability": 0.51885986328125}, {"start": 503.42, "end": 506.04, "word": " طلعوا", "probability": 0.82305908203125}, {"start": 506.04, "end": 506.2, "word": " علي", "probability": 0.72705078125}, {"start": 506.2, "end": 507.3, "word": " هدول", "probability": 0.7450358072916666}, {"start": 507.3, "end": 507.44, "word": " ال", "probability": 0.69873046875}, {"start": 507.44, "end": 507.78, "word": " elements", "probability": 0.869140625}, {"start": 507.78, "end": 508.32, "word": " مالهم", "probability": 0.7747395833333334}, {"start": 508.32, "end": 508.96, "word": " على", "probability": 0.83984375}, {"start": 508.96, "end": 510.12, "word": " التوازي،", "probability": 0.822265625}, {"start": 510.12, "end": 510.76, "word": " صح؟", "probability": 0.9617513020833334}, {"start": 510.76, "end": 511.38, "word": " ركزوا", "probability": 0.9697265625}, {"start": 511.38, "end": 511.58, "word": " لأن", "probability": 0.84765625}, {"start": 511.58, "end": 511.88, "word": " هاي", "probability": 0.409423828125}, {"start": 511.88, "end": 512.2, "word": " القطوة", "probability": 0.761962890625}, {"start": 512.2, "end": 513.2, "word": " ذفنتوها،", "probability": 0.6599527994791666}, {"start": 513.2, "end": 513.52, "word": " برضه", "probability": 0.9630533854166666}, {"start": 513.52, "end": 513.98, "word": " شوفتوها", "probability": 0.8884765625}, {"start": 513.98, "end": 514.4, "word": " فأسئلة", "probability": 0.837646484375}, {"start": 514.4, "end": 514.64, "word": " تانية", "probability": 0.986328125}, {"start": 514.64, "end": 515.12, "word": " هتسهل", "probability": 0.9306640625}, {"start": 515.12, "end": 515.4, "word": " عليكم", "probability": 0.94287109375}, {"start": 515.4, "end": 516.42, "word": " كتير،", "probability": 0.81475830078125}, {"start": 516.42, "end": 516.56, "word": " يعني", "probability": 0.95703125}, {"start": 516.56, "end": 517.06, "word": " الخمسة", "probability": 0.8826904296875}, {"start": 517.06, "end": 517.14, "word": " مع", "probability": 0.98681640625}, {"start": 517.14, "end": 518.0, "word": " الخمستعش", "probability": 0.695703125}, {"start": 518.0, "end": 519.16, "word": " فلنستبدلها", "probability": 0.7769252232142857}, {"start": 519.16, "end": 519.32, "word": " على", "probability": 0.6005859375}, {"start": 519.32, "end": 519.48, "word": " طول", "probability": 0.99169921875}, {"start": 519.48, "end": 520.0, "word": " مقامة", "probability": 0.8262939453125}, {"start": 520.0, "end": 520.26, "word": " واحدة", "probability": 0.9749348958333334}, {"start": 520.26, "end": 520.56, "word": " مقضاها", "probability": 0.88369140625}, {"start": 520.56, "end": 521.12, "word": " عشرين،", "probability": 0.934326171875}, {"start": 521.12, "end": 523.3, "word": " صح؟", "probability": 0.9832356770833334}, {"start": 523.3, "end": 525.4, "word": " طلعوا", "probability": 0.9813232421875}, {"start": 525.4, "end": 525.52, "word": " على", "probability": 0.888671875}, {"start": 525.52, "end": 526.06, "word": " الدائرة،", "probability": 0.83624267578125}, {"start": 526.06, "end": 526.56, "word": " كلهم", "probability": 0.6478271484375}, {"start": 526.56, "end": 526.74, "word": " مش", "probability": 0.57275390625}, {"start": 526.74, "end": 527.12, "word": " حوالهم", "probability": 0.70928955078125}, {"start": 527.12, "end": 527.56, "word": " V0", "probability": 0.9423828125}, {"start": 527.56, "end": 527.76, "word": " ولا", "probability": 0.8759765625}, {"start": 527.76, "end": 528.22, "word": " لا؟", "probability": 0.7939453125}], "temperature": 1.0}, {"id": 22, "seek": 55189, "start": 529.05, "end": 551.89, "text": "كلهم حوالهم V0 في حد شاكك في الموضوع؟ هذا حواليه V0، هذا حواليه V0، من هنا ل هنا V0، من هنا ل هنا V0، من هنا ل هنا V0، من هنا ل هنا V0، من هنا ل هنا V0، من هنا ل هنا V0، من هنا ل هنا V0، من هنا ل هنا V0، من هنا ل هنا V0، من هنا ل هنا V0، من هنا ل هنا V0، من هنا ل هنا V0، من هنا ل هنا V0، من هنا ل هنا V0، من هنا ل هنا V0، من هنا ل هنا V0، من هنا ل هنا V0، من هنا ل هنا V0، من هنا ل هنا V0، من هنا ل هنا V0، من هنا ل هنا V0، من هنا ل هنا V0، من هنا ل هنا V0، من هنا ل هنا V0، من هنا ل هنا V0، من هنا ل هنا V0، من هنا ل", "tokens": [28820, 16095, 11331, 2407, 6027, 16095, 691, 15, 8978, 11331, 3215, 13412, 995, 4117, 4117, 8978, 9673, 2407, 11242, 45367, 22807, 23758, 11331, 2407, 6027, 1829, 3224, 691, 15, 12399, 23758, 11331, 2407, 6027, 1829, 3224, 691, 15, 12399, 9154, 34105, 5296, 34105, 691, 15, 12399, 9154, 34105, 5296, 34105, 691, 15, 12399, 9154, 34105, 5296, 34105, 691, 15, 12399, 9154, 34105, 5296, 34105, 691, 15, 12399, 9154, 34105, 5296, 34105, 691, 15, 12399, 9154, 34105, 5296, 34105, 691, 15, 12399, 9154, 34105, 5296, 34105, 691, 15, 12399, 9154, 34105, 5296, 34105, 691, 15, 12399, 9154, 34105, 5296, 34105, 691, 15, 12399, 9154, 34105, 5296, 34105, 691, 15, 12399, 9154, 34105, 5296, 34105, 691, 15, 12399, 9154, 34105, 5296, 34105, 691, 15, 12399, 9154, 34105, 5296, 34105, 691, 15, 12399, 9154, 34105, 5296, 34105, 691, 15, 12399, 9154, 34105, 5296, 34105, 691, 15, 12399, 9154, 34105, 5296, 34105, 691, 15, 12399, 9154, 34105, 5296, 34105, 691, 15, 12399, 9154, 34105, 5296, 34105, 691, 15, 12399, 9154, 34105, 5296, 34105, 691, 15, 12399, 9154, 34105, 5296, 34105, 691, 15, 12399, 9154, 34105, 5296, 34105, 691, 15, 12399, 9154, 34105, 5296, 34105, 691, 15, 12399, 9154, 34105, 5296, 34105, 691, 15, 12399, 9154, 34105, 5296, 34105, 691, 15, 12399, 9154, 34105, 5296, 34105, 691, 15, 12399, 9154, 34105, 5296, 34105, 691, 15, 12399, 9154, 34105, 5296], "avg_logprob": -0.09104166984558106, "compression_ratio": 8.666666666666666, "no_speech_prob": 4.172325134277344e-07, "words": [{"start": 529.05, "end": 529.39, "word": "كلهم", "probability": 0.5782470703125}, {"start": 529.39, "end": 529.77, "word": " حوالهم", "probability": 0.76171875}, {"start": 529.77, "end": 530.21, "word": " V0", "probability": 0.6461181640625}, {"start": 530.21, "end": 530.35, "word": " في", "probability": 0.434326171875}, {"start": 530.35, "end": 530.65, "word": " حد", "probability": 0.97607421875}, {"start": 530.65, "end": 530.97, "word": " شاكك", "probability": 0.827880859375}, {"start": 530.97, "end": 531.05, "word": " في", "probability": 0.9375}, {"start": 531.05, "end": 531.97, "word": " الموضوع؟", "probability": 0.90908203125}, {"start": 531.97, "end": 533.15, "word": " هذا", "probability": 0.397705078125}, {"start": 533.15, "end": 533.57, "word": " حواليه", "probability": 0.8900390625}, {"start": 533.57, "end": 534.51, "word": " V0،", "probability": 0.7392578125}, {"start": 534.51, "end": 534.71, "word": " هذا", "probability": 0.84716796875}, {"start": 534.71, "end": 535.05, "word": " حواليه", "probability": 0.96376953125}, {"start": 535.05, "end": 535.61, "word": " V0،", "probability": 0.8972981770833334}, {"start": 535.61, "end": 535.91, "word": " من", "probability": 0.96630859375}, {"start": 535.91, "end": 536.07, "word": " هنا", "probability": 0.994140625}, {"start": 536.07, "end": 536.15, "word": " ل", "probability": 0.69580078125}, {"start": 536.15, "end": 536.35, "word": " هنا", "probability": 0.341796875}, {"start": 536.35, "end": 537.09, "word": " V0،", "probability": 0.9222005208333334}, {"start": 537.09, "end": 537.21, "word": " من", "probability": 0.97216796875}, {"start": 537.21, "end": 537.31, "word": " هنا", "probability": 0.99609375}, {"start": 537.31, "end": 537.41, "word": " ل", "probability": 0.9501953125}, {"start": 537.41, "end": 537.55, "word": " هنا", "probability": 0.9814453125}, {"start": 537.55, "end": 538.15, "word": " V0،", "probability": 0.90380859375}, {"start": 538.15, "end": 538.31, "word": " من", "probability": 0.541015625}, {"start": 538.31, "end": 538.45, "word": " هنا", "probability": 0.99609375}, {"start": 538.45, "end": 538.55, "word": " ل", "probability": 0.98974609375}, {"start": 538.55, "end": 538.73, "word": " هنا", "probability": 0.9912109375}, {"start": 538.73, "end": 539.53, "word": " V0،", "probability": 0.7630208333333334}, {"start": 539.53, "end": 539.63, "word": " من", "probability": 0.92333984375}, {"start": 539.63, "end": 539.63, "word": " هنا", "probability": 0.9609375}, {"start": 539.63, "end": 539.63, "word": " ل", "probability": 0.9873046875}, {"start": 539.63, "end": 539.63, "word": " هنا", "probability": 0.99267578125}, {"start": 539.63, "end": 539.63, "word": " V0،", "probability": 0.7948404947916666}, {"start": 539.63, "end": 539.63, "word": " من", "probability": 0.916015625}, {"start": 539.63, "end": 539.93, "word": " هنا", "probability": 0.71044921875}, {"start": 539.93, "end": 540.11, "word": " ل", "probability": 0.9853515625}, {"start": 540.11, "end": 540.11, "word": " هنا", "probability": 0.99462890625}, {"start": 540.11, "end": 540.67, "word": " V0،", "probability": 0.8743489583333334}, {"start": 540.67, "end": 540.75, "word": " من", "probability": 0.95458984375}, {"start": 540.75, "end": 541.05, "word": " هنا", "probability": 0.84765625}, {"start": 541.05, "end": 541.05, "word": " ل", "probability": 0.9873046875}, {"start": 541.05, "end": 541.05, "word": " هنا", "probability": 0.9951171875}, {"start": 541.05, "end": 541.05, "word": " V0،", "probability": 0.9539388020833334}, {"start": 541.05, "end": 541.05, "word": " من", "probability": 0.9755859375}, {"start": 541.05, "end": 541.05, "word": " هنا", "probability": 0.9697265625}, {"start": 541.05, "end": 541.05, "word": " ل", "probability": 0.990234375}, {"start": 541.05, "end": 541.05, "word": " هنا", "probability": 0.99462890625}, {"start": 541.05, "end": 541.05, "word": " V0،", "probability": 0.9713541666666666}, {"start": 541.05, "end": 541.05, "word": " من", "probability": 0.9814453125}, {"start": 541.05, "end": 541.05, "word": " هنا", "probability": 0.98095703125}, {"start": 541.05, "end": 541.05, "word": " ل", "probability": 0.9912109375}, {"start": 541.05, "end": 541.05, "word": " هنا", "probability": 0.99267578125}, {"start": 541.05, "end": 541.05, "word": " V0،", "probability": 0.97314453125}, {"start": 541.05, "end": 541.05, "word": " من", "probability": 0.9833984375}, {"start": 541.05, "end": 541.05, "word": " هنا", "probability": 0.982421875}, {"start": 541.05, "end": 541.05, "word": " ل", "probability": 0.9912109375}, {"start": 541.05, "end": 541.05, "word": " هنا", "probability": 0.9892578125}, {"start": 541.05, "end": 541.05, "word": " V0،", "probability": 0.97216796875}, {"start": 541.05, "end": 541.05, "word": " من", "probability": 0.98388671875}, {"start": 541.05, "end": 541.05, "word": " هنا", "probability": 0.9833984375}, {"start": 541.05, "end": 541.05, "word": " ل", "probability": 0.9912109375}, {"start": 541.05, "end": 541.05, "word": " هنا", "probability": 0.9853515625}, {"start": 541.05, "end": 541.05, "word": " V0،", "probability": 0.9677734375}, {"start": 541.05, "end": 541.05, "word": " من", "probability": 0.984375}, {"start": 541.05, "end": 541.05, "word": " هنا", "probability": 0.9833984375}, {"start": 541.05, "end": 541.05, "word": " ل", "probability": 0.9912109375}, {"start": 541.05, "end": 541.05, "word": " هنا", "probability": 0.97998046875}, {"start": 541.05, "end": 541.05, "word": " V0،", "probability": 0.9638671875}, {"start": 541.05, "end": 541.05, "word": " من", "probability": 0.98388671875}, {"start": 541.05, "end": 541.05, "word": " هنا", "probability": 0.98388671875}, {"start": 541.05, "end": 541.05, "word": " ل", "probability": 0.99072265625}, {"start": 541.05, "end": 541.05, "word": " هنا", "probability": 0.974609375}, {"start": 541.05, "end": 541.05, "word": " V0،", "probability": 0.9599609375}, {"start": 541.05, "end": 541.05, "word": " من", "probability": 0.98388671875}, {"start": 541.05, "end": 541.09, "word": " هنا", "probability": 0.982421875}, {"start": 541.09, "end": 541.09, "word": " ل", "probability": 0.990234375}, {"start": 541.09, "end": 541.09, "word": " هنا", "probability": 0.97119140625}, {"start": 541.09, "end": 541.09, "word": " V0،", "probability": 0.9586588541666666}, {"start": 541.09, "end": 541.09, "word": " من", "probability": 0.98388671875}, {"start": 541.09, "end": 541.09, "word": " هنا", "probability": 0.98388671875}, {"start": 541.09, "end": 541.09, "word": " ل", "probability": 0.990234375}, {"start": 541.09, "end": 541.09, "word": " هنا", "probability": 0.96435546875}, {"start": 541.09, "end": 541.09, "word": " V0،", "probability": 0.95703125}, {"start": 541.09, "end": 541.09, "word": " من", "probability": 0.984375}, {"start": 541.09, "end": 541.09, "word": " هنا", "probability": 0.9833984375}, {"start": 541.09, "end": 541.09, "word": " ل", "probability": 0.98974609375}, {"start": 541.09, "end": 541.09, "word": " هنا", "probability": 0.9580078125}, {"start": 541.09, "end": 541.09, "word": " V0،", "probability": 0.95654296875}, {"start": 541.09, "end": 541.09, "word": " من", "probability": 0.98486328125}, {"start": 541.09, "end": 541.09, "word": " هنا", "probability": 0.98291015625}, {"start": 541.09, "end": 541.09, "word": " ل", "probability": 0.9892578125}, {"start": 541.09, "end": 541.09, "word": " هنا", "probability": 0.9453125}, {"start": 541.09, "end": 541.09, "word": " V0،", "probability": 0.9558919270833334}, {"start": 541.09, "end": 541.09, "word": " من", "probability": 0.9853515625}, {"start": 541.09, "end": 541.09, "word": " هنا", "probability": 0.9833984375}, {"start": 541.09, "end": 541.09, "word": " ل", "probability": 0.98876953125}, {"start": 541.09, "end": 541.09, "word": " هنا", "probability": 0.9453125}, {"start": 541.09, "end": 541.09, "word": " V0،", "probability": 0.9563802083333334}, {"start": 541.09, "end": 541.09, "word": " من", "probability": 0.98583984375}, {"start": 541.09, "end": 541.09, "word": " هنا", "probability": 0.9853515625}, {"start": 541.09, "end": 541.09, "word": " ل", "probability": 0.9892578125}, {"start": 541.09, "end": 541.09, "word": " هنا", "probability": 0.943359375}, {"start": 541.09, "end": 541.17, "word": " V0،", "probability": 0.9547526041666666}, {"start": 541.17, "end": 541.17, "word": " من", "probability": 0.98583984375}, {"start": 541.17, "end": 541.17, "word": " هنا", "probability": 0.984375}, {"start": 541.17, "end": 541.17, "word": " ل", "probability": 0.98876953125}, {"start": 541.17, "end": 541.17, "word": " هنا", "probability": 0.94775390625}, {"start": 541.17, "end": 541.17, "word": " V0،", "probability": 0.95361328125}, {"start": 541.17, "end": 541.17, "word": " من", "probability": 0.98583984375}, {"start": 541.17, "end": 541.17, "word": " هنا", "probability": 0.9833984375}, {"start": 541.17, "end": 541.17, "word": " ل", "probability": 0.98828125}, {"start": 541.17, "end": 541.17, "word": " هنا", "probability": 0.935546875}, {"start": 541.17, "end": 541.17, "word": " V0،", "probability": 0.95361328125}, {"start": 541.17, "end": 541.17, "word": " من", "probability": 0.98583984375}, {"start": 541.17, "end": 541.17, "word": " هنا", "probability": 0.9833984375}, {"start": 541.17, "end": 541.17, "word": " ل", "probability": 0.98779296875}, {"start": 541.17, "end": 541.17, "word": " هنا", "probability": 0.93310546875}, {"start": 541.17, "end": 541.17, "word": " V0،", "probability": 0.9529622395833334}, {"start": 541.17, "end": 541.17, "word": " من", "probability": 0.98583984375}, {"start": 541.17, "end": 541.17, "word": " هنا", "probability": 0.98291015625}, {"start": 541.17, "end": 541.17, "word": " ل", "probability": 0.9873046875}, {"start": 541.17, "end": 541.17, "word": " هنا", "probability": 0.9345703125}, {"start": 541.17, "end": 541.17, "word": " V0،", "probability": 0.953125}, {"start": 541.17, "end": 541.17, "word": " من", "probability": 0.9853515625}, {"start": 541.17, "end": 541.17, "word": " هنا", "probability": 0.98193359375}, {"start": 541.17, "end": 541.17, "word": " ل", "probability": 0.98681640625}, {"start": 541.17, "end": 541.17, "word": " هنا", "probability": 0.9326171875}, {"start": 541.17, "end": 541.91, "word": " V0،", "probability": 0.9529622395833334}, {"start": 541.91, "end": 542.45, "word": " من", "probability": 0.98486328125}, {"start": 542.45, "end": 542.45, "word": " هنا", "probability": 0.97998046875}, {"start": 542.45, "end": 542.45, "word": " ل", "probability": 0.986328125}, {"start": 542.45, "end": 542.45, "word": " هنا", "probability": 0.912109375}, {"start": 542.45, "end": 543.17, "word": " V0،", "probability": 0.9519856770833334}, {"start": 543.17, "end": 544.25, "word": " من", "probability": 0.98486328125}, {"start": 544.25, "end": 544.43, "word": " هنا", "probability": 0.97900390625}, {"start": 544.43, "end": 544.51, "word": " ل", "probability": 0.9853515625}, {"start": 544.51, "end": 544.51, "word": " هنا", "probability": 0.8857421875}, {"start": 544.51, "end": 545.29, "word": " V0،", "probability": 0.9518229166666666}, {"start": 545.29, "end": 545.49, "word": " من", "probability": 0.9833984375}, {"start": 545.49, "end": 548.43, "word": " هنا", "probability": 0.97705078125}, {"start": 548.43, "end": 548.53, "word": " ل", "probability": 0.9833984375}, {"start": 548.53, "end": 549.87, "word": " هنا", "probability": 0.90625}, {"start": 549.87, "end": 550.59, "word": " V0،", "probability": 0.94970703125}, {"start": 550.59, "end": 550.85, "word": " من", "probability": 0.982421875}, {"start": 550.85, "end": 551.09, "word": " هنا", "probability": 0.974609375}, {"start": 551.09, "end": 551.89, "word": " ل", "probability": 0.982421875}], "temperature": 1.0}, {"id": 23, "seek": 57392, "start": 554.19, "end": 573.93, "text": "يعني ال voltage اللي على ال 25 هيكون الطيارة بمرفق 100 اللي هو من حصيلة هدولة الطيارات نفس الأشياء المية هيكون الطيارة مرفيها مثلا هاي I1 I2 I3 هو حصيلة الطيارات هدولة الطيارة اللي طلع خليني أاخد هاي جزئية", "tokens": [40228, 22653, 2423, 8352, 13672, 1829, 15844, 2423, 3552, 8032, 1829, 30544, 41950, 1829, 9640, 3660, 4724, 29973, 5172, 4587, 2319, 13672, 1829, 31439, 9154, 11331, 9381, 26895, 3660, 8032, 3215, 12610, 3660, 41950, 1829, 9640, 9307, 8717, 36178, 16247, 8592, 1829, 16606, 9673, 10632, 39896, 30544, 41950, 1829, 9640, 3660, 3714, 28480, 1829, 11296, 50113, 15040, 8032, 47302, 286, 16, 286, 17, 286, 18, 31439, 11331, 9381, 26895, 3660, 41950, 1829, 9640, 9307, 8032, 3215, 12610, 3660, 41950, 1829, 9640, 3660, 13672, 1829, 23032, 1211, 3615, 16490, 1211, 9957, 1829, 5551, 47283, 3215, 8032, 47302, 10874, 11622, 19986, 10632], "avg_logprob": -0.20683786951669372, "compression_ratio": 1.84375, "no_speech_prob": 1.7881393432617188e-07, "words": [{"start": 554.19, "end": 554.67, "word": "يعني", "probability": 0.9306640625}, {"start": 554.67, "end": 555.25, "word": " ال", "probability": 0.9609375}, {"start": 555.25, "end": 555.61, "word": " voltage", "probability": 0.90625}, {"start": 555.61, "end": 555.79, "word": " اللي", "probability": 0.844970703125}, {"start": 555.79, "end": 555.91, "word": " على", "probability": 0.60791015625}, {"start": 555.91, "end": 556.15, "word": " ال", "probability": 0.76708984375}, {"start": 556.15, "end": 556.49, "word": " 25", "probability": 0.787109375}, {"start": 556.49, "end": 557.47, "word": " هيكون", "probability": 0.7836100260416666}, {"start": 557.47, "end": 557.91, "word": " الطيارة", "probability": 0.80010986328125}, {"start": 557.91, "end": 558.35, "word": " بمرفق", "probability": 0.7294921875}, {"start": 558.35, "end": 558.63, "word": " 100", "probability": 0.7158203125}, {"start": 558.63, "end": 559.05, "word": " اللي", "probability": 0.9482421875}, {"start": 559.05, "end": 559.31, "word": " هو", "probability": 0.95361328125}, {"start": 559.31, "end": 559.73, "word": " من", "probability": 0.990234375}, {"start": 559.73, "end": 560.27, "word": " حصيلة", "probability": 0.98046875}, {"start": 560.27, "end": 560.57, "word": " هدولة", "probability": 0.7596435546875}, {"start": 560.57, "end": 561.07, "word": " الطيارات", "probability": 0.7574462890625}, {"start": 561.07, "end": 561.75, "word": " نفس", "probability": 0.968994140625}, {"start": 561.75, "end": 562.25, "word": " الأشياء", "probability": 0.85992431640625}, {"start": 562.25, "end": 562.67, "word": " المية", "probability": 0.6331787109375}, {"start": 562.67, "end": 563.15, "word": " هيكون", "probability": 0.899658203125}, {"start": 563.15, "end": 563.59, "word": " الطيارة", "probability": 0.970458984375}, {"start": 563.59, "end": 564.21, "word": " مرفيها", "probability": 0.73809814453125}, {"start": 564.21, "end": 565.23, "word": " مثلا", "probability": 0.903076171875}, {"start": 565.23, "end": 565.37, "word": " هاي", "probability": 0.559814453125}, {"start": 565.37, "end": 566.05, "word": " I1", "probability": 0.7939453125}, {"start": 566.05, "end": 567.17, "word": " I2", "probability": 0.828125}, {"start": 567.17, "end": 568.39, "word": " I3", "probability": 0.970458984375}, {"start": 568.39, "end": 568.99, "word": " هو", "probability": 0.75439453125}, {"start": 568.99, "end": 569.59, "word": " حصيلة", "probability": 0.9954833984375}, {"start": 569.59, "end": 570.13, "word": " الطيارات", "probability": 0.907958984375}, {"start": 570.13, "end": 570.63, "word": " هدولة", "probability": 0.788818359375}, {"start": 570.63, "end": 572.37, "word": " الطيارة", "probability": 0.86572265625}, {"start": 572.37, "end": 572.47, "word": " اللي", "probability": 0.953369140625}, {"start": 572.47, "end": 572.67, "word": " طلع", "probability": 0.8426106770833334}, {"start": 572.67, "end": 572.97, "word": " خليني", "probability": 0.819580078125}, {"start": 572.97, "end": 573.29, "word": " أاخد", "probability": 0.704345703125}, {"start": 573.29, "end": 573.45, "word": " هاي", "probability": 0.75537109375}, {"start": 573.45, "end": 573.93, "word": " جزئية", "probability": 0.9012451171875}], "temperature": 1.0}, {"id": 24, "seek": 59260, "start": 574.9, "end": 592.6, "text": "مش احنا اتفقنا انه هذا الحصيلة دول التيارين هو اللي بتوزع R1 R2 R3 او I1 يعني I2 I3 التيارات اللي بتبقى فيهم احنا عنا هذه الدائرة كنا اتفقنا انهم كلهم على التوازي كلهم حواليهم نفس ال voltage", "tokens": [2304, 8592, 1975, 5016, 8315, 1975, 2655, 5172, 4587, 8315, 16472, 3224, 23758, 21542, 9381, 26895, 3660, 11778, 12610, 16712, 1829, 9640, 9957, 31439, 13672, 1829, 39894, 2407, 11622, 3615, 497, 16, 497, 17, 497, 18, 1975, 2407, 286, 16, 37495, 22653, 286, 17, 286, 18, 16712, 1829, 9640, 9307, 13672, 1829, 39894, 3555, 4587, 7578, 8978, 16095, 1975, 5016, 8315, 6225, 8315, 29538, 32748, 16373, 25720, 9122, 8315, 1975, 2655, 5172, 4587, 8315, 16472, 16095, 28242, 16095, 15844, 16712, 2407, 31377, 1829, 28242, 16095, 11331, 2407, 6027, 1829, 16095, 8717, 36178, 2423, 8352], "avg_logprob": -0.21398026253047742, "compression_ratio": 1.7234042553191489, "no_speech_prob": 5.960464477539063e-08, "words": [{"start": 574.9, "end": 575.14, "word": "مش", "probability": 0.845703125}, {"start": 575.14, "end": 575.28, "word": " احنا", "probability": 0.9212239583333334}, {"start": 575.28, "end": 575.78, "word": " اتفقنا", "probability": 0.9646484375}, {"start": 575.78, "end": 576.26, "word": " انه", "probability": 0.5438232421875}, {"start": 576.26, "end": 576.5, "word": " هذا", "probability": 0.529296875}, {"start": 576.5, "end": 577.12, "word": " الحصيلة", "probability": 0.760589599609375}, {"start": 577.12, "end": 577.34, "word": " دول", "probability": 0.9140625}, {"start": 577.34, "end": 578.0, "word": " التيارين", "probability": 0.73980712890625}, {"start": 578.0, "end": 578.6, "word": " هو", "probability": 0.95947265625}, {"start": 578.6, "end": 578.72, "word": " اللي", "probability": 0.825439453125}, {"start": 578.72, "end": 579.18, "word": " بتوزع", "probability": 0.914794921875}, {"start": 579.18, "end": 579.62, "word": " R1", "probability": 0.8603515625}, {"start": 579.62, "end": 581.8, "word": " R2", "probability": 0.59130859375}, {"start": 581.8, "end": 582.2, "word": " R3", "probability": 0.96044921875}, {"start": 582.2, "end": 583.5, "word": " او", "probability": 0.60595703125}, {"start": 583.5, "end": 584.36, "word": " I1", "probability": 0.939697265625}, {"start": 584.36, "end": 584.72, "word": " يعني", "probability": 0.888427734375}, {"start": 584.72, "end": 585.14, "word": " I2", "probability": 0.98828125}, {"start": 585.14, "end": 585.74, "word": " I3", "probability": 0.979736328125}, {"start": 585.74, "end": 586.34, "word": " التيارات", "probability": 0.866943359375}, {"start": 586.34, "end": 586.4, "word": " اللي", "probability": 0.964111328125}, {"start": 586.4, "end": 586.64, "word": " بتبقى", "probability": 0.7552490234375}, {"start": 586.64, "end": 587.06, "word": " فيهم", "probability": 0.814697265625}, {"start": 587.06, "end": 587.42, "word": " احنا", "probability": 0.88916015625}, {"start": 587.42, "end": 587.78, "word": " عنا", "probability": 0.62353515625}, {"start": 587.78, "end": 588.48, "word": " هذه", "probability": 0.327880859375}, {"start": 588.48, "end": 588.96, "word": " الدائرة", "probability": 0.9830729166666666}, {"start": 588.96, "end": 589.38, "word": " كنا", "probability": 0.75}, {"start": 589.38, "end": 589.82, "word": " اتفقنا", "probability": 0.96513671875}, {"start": 589.82, "end": 590.06, "word": " انهم", "probability": 0.679443359375}, {"start": 590.06, "end": 590.36, "word": " كلهم", "probability": 0.900634765625}, {"start": 590.36, "end": 590.56, "word": " على", "probability": 0.9208984375}, {"start": 590.56, "end": 591.2, "word": " التوازي", "probability": 0.970458984375}, {"start": 591.2, "end": 591.48, "word": " كلهم", "probability": 0.885498046875}, {"start": 591.48, "end": 591.98, "word": " حواليهم", "probability": 0.72939453125}, {"start": 591.98, "end": 592.18, "word": " نفس", "probability": 0.992919921875}, {"start": 592.18, "end": 592.32, "word": " ال", "probability": 0.9599609375}, {"start": 592.32, "end": 592.6, "word": " voltage", "probability": 0.921875}], "temperature": 1.0}, {"id": 25, "seek": 62160, "start": 593.32, "end": 621.6, "text": "لو طلعنا هنلاقي في عينا المقاومة 25 والـ 100 والـ 20 هدول هيمر فيهم طيار موجهم الطيار من حصيلة الطيار تبع ال sources هدولة اللي هو العشرة والتمانية لأنهم على التوازي هل هيفرق هذا أحطه هنا ولا هنا بالنسبة للتوازن مش هيفرق فأنا أخدت بس جزء هك على جانبه عشان أفرجيكم إن هذا ال source و هذا ال source في الواقع هيطلع منهم طيار قيمته 2 أمبير في وجود العشرة وعدم وجود العشرة صح ولا لأ؟", "tokens": [1211, 2407, 23032, 1211, 3615, 8315, 8032, 1863, 15040, 38436, 8978, 6225, 1829, 8315, 9673, 4587, 995, 20498, 3660, 3552, 16070, 39184, 2319, 16070, 39184, 945, 8032, 3215, 12610, 39896, 29973, 8978, 16095, 23032, 1829, 9640, 3714, 29245, 16095, 41950, 1829, 9640, 9154, 11331, 9381, 26895, 3660, 41950, 1829, 9640, 6055, 3555, 3615, 2423, 7139, 8032, 3215, 12610, 3660, 13672, 1829, 31439, 18863, 8592, 25720, 16070, 39237, 7649, 10632, 5296, 33456, 16095, 15844, 16712, 2407, 31377, 1829, 8032, 1211, 39896, 5172, 2288, 4587, 23758, 5551, 5016, 9566, 3224, 34105, 49429, 34105, 20666, 1863, 35457, 3660, 24976, 2655, 2407, 31377, 1863, 37893, 39896, 5172, 2288, 4587, 6156, 10721, 8315, 5551, 9778, 3215, 2655, 4724, 3794, 10874, 11622, 38207, 8032, 4117, 15844, 10874, 7649, 3555, 3224, 6225, 8592, 7649, 5551, 5172, 47341, 1829, 24793, 36145, 23758, 2423, 4009, 4032, 23758, 2423, 4009, 8978, 2423, 14407, 4587, 3615, 39896, 9566, 1211, 3615, 9154, 16095, 23032, 1829, 9640, 12174, 32640, 47395, 568, 5551, 2304, 3555, 13546, 8978, 49610, 23328, 18863, 8592, 25720, 4032, 22488, 2304, 49610, 23328, 18863, 8592, 25720, 20328, 5016, 49429, 5296, 10721, 22807], "avg_logprob": -0.16743510440399087, "compression_ratio": 2.089171974522293, "no_speech_prob": 4.351139068603516e-06, "words": [{"start": 593.32, "end": 593.56, "word": "لو", "probability": 0.97998046875}, {"start": 593.56, "end": 594.0, "word": " طلعنا", "probability": 0.900146484375}, {"start": 594.0, "end": 594.32, "word": " هنلاقي", "probability": 0.8497314453125}, {"start": 594.32, "end": 594.5, "word": " في", "probability": 0.9013671875}, {"start": 594.5, "end": 594.68, "word": " عينا", "probability": 0.7587890625}, {"start": 594.68, "end": 595.2, "word": " المقاومة", "probability": 0.9810546875}, {"start": 595.2, "end": 595.8, "word": " 25", "probability": 0.8798828125}, {"start": 595.8, "end": 596.58, "word": " والـ", "probability": 0.6708984375}, {"start": 596.58, "end": 596.82, "word": " 100", "probability": 0.4033203125}, {"start": 596.82, "end": 597.14, "word": " والـ", "probability": 0.8095703125}, {"start": 597.14, "end": 597.56, "word": " 20", "probability": 0.75830078125}, {"start": 597.56, "end": 598.34, "word": " هدول", "probability": 0.9248046875}, {"start": 598.34, "end": 598.66, "word": " هيمر", "probability": 0.738037109375}, {"start": 598.66, "end": 598.86, "word": " فيهم", "probability": 0.900390625}, {"start": 598.86, "end": 599.2, "word": " طيار", "probability": 0.8009440104166666}, {"start": 599.2, "end": 599.66, "word": " موجهم", "probability": 0.43798828125}, {"start": 599.66, "end": 600.16, "word": " الطيار", "probability": 0.9599609375}, {"start": 600.16, "end": 600.76, "word": " من", "probability": 0.97119140625}, {"start": 600.76, "end": 601.36, "word": " حصيلة", "probability": 0.986328125}, {"start": 601.36, "end": 601.8, "word": " الطيار", "probability": 0.923828125}, {"start": 601.8, "end": 602.06, "word": " تبع", "probability": 0.9308268229166666}, {"start": 602.06, "end": 602.2, "word": " ال", "probability": 0.9658203125}, {"start": 602.2, "end": 602.48, "word": " sources", "probability": 0.900390625}, {"start": 602.48, "end": 603.14, "word": " هدولة", "probability": 0.865966796875}, {"start": 603.14, "end": 603.7, "word": " اللي", "probability": 0.950439453125}, {"start": 603.7, "end": 603.9, "word": " هو", "probability": 0.947265625}, {"start": 603.9, "end": 604.54, "word": " العشرة", "probability": 0.9173177083333334}, {"start": 604.54, "end": 605.48, "word": " والتمانية", "probability": 0.7645263671875}, {"start": 605.48, "end": 605.78, "word": " لأنهم", "probability": 0.7734375}, {"start": 605.78, "end": 605.9, "word": " على", "probability": 0.55029296875}, {"start": 605.9, "end": 606.44, "word": " التوازي", "probability": 0.85595703125}, {"start": 606.44, "end": 606.9, "word": " هل", "probability": 0.90087890625}, {"start": 606.9, "end": 607.34, "word": " هيفرق", "probability": 0.9832763671875}, {"start": 607.34, "end": 607.68, "word": " هذا", "probability": 0.744140625}, {"start": 607.68, "end": 608.14, "word": " أحطه", "probability": 0.82733154296875}, {"start": 608.14, "end": 608.32, "word": " هنا", "probability": 0.98486328125}, {"start": 608.32, "end": 608.54, "word": " ولا", "probability": 0.87744140625}, {"start": 608.54, "end": 608.84, "word": " هنا", "probability": 0.9921875}, {"start": 608.84, "end": 610.16, "word": " بالنسبة", "probability": 0.900390625}, {"start": 610.16, "end": 610.6, "word": " للتوازن", "probability": 0.97109375}, {"start": 610.6, "end": 610.76, "word": " مش", "probability": 0.626953125}, {"start": 610.76, "end": 611.22, "word": " هيفرق", "probability": 0.96875}, {"start": 611.22, "end": 611.9, "word": " فأنا", "probability": 0.8544921875}, {"start": 611.9, "end": 612.32, "word": " أخدت", "probability": 0.9715576171875}, {"start": 612.32, "end": 612.48, "word": " بس", "probability": 0.3968505859375}, {"start": 612.48, "end": 612.74, "word": " جزء", "probability": 0.9910481770833334}, {"start": 612.74, "end": 612.96, "word": " هك", "probability": 0.5977783203125}, {"start": 612.96, "end": 613.12, "word": " على", "probability": 0.55322265625}, {"start": 613.12, "end": 613.48, "word": " جانبه", "probability": 0.81689453125}, {"start": 613.48, "end": 613.6, "word": " عشان", "probability": 0.9778645833333334}, {"start": 613.6, "end": 614.26, "word": " أفرجيكم", "probability": 0.923828125}, {"start": 614.26, "end": 614.84, "word": " إن", "probability": 0.380126953125}, {"start": 614.84, "end": 615.16, "word": " هذا", "probability": 0.728515625}, {"start": 615.16, "end": 615.36, "word": " ال", "probability": 0.97900390625}, {"start": 615.36, "end": 615.6, "word": " source", "probability": 0.80419921875}, {"start": 615.6, "end": 615.72, "word": " و", "probability": 0.6806640625}, {"start": 615.72, "end": 615.9, "word": " هذا", "probability": 0.9013671875}, {"start": 615.9, "end": 616.08, "word": " ال", "probability": 0.98779296875}, {"start": 616.08, "end": 616.46, "word": " source", "probability": 0.9033203125}, {"start": 616.46, "end": 616.9, "word": " في", "probability": 0.86865234375}, {"start": 616.9, "end": 617.4, "word": " الواقع", "probability": 0.9886474609375}, {"start": 617.4, "end": 617.8, "word": " هيطلع", "probability": 0.9713134765625}, {"start": 617.8, "end": 618.02, "word": " منهم", "probability": 0.990966796875}, {"start": 618.02, "end": 618.3, "word": " طيار", "probability": 0.9524739583333334}, {"start": 618.3, "end": 618.62, "word": " قيمته", "probability": 0.9099934895833334}, {"start": 618.62, "end": 618.8, "word": " 2", "probability": 0.82958984375}, {"start": 618.8, "end": 619.12, "word": " أمبير", "probability": 0.8353271484375}, {"start": 619.12, "end": 619.26, "word": " في", "probability": 0.88720703125}, {"start": 619.26, "end": 619.48, "word": " وجود", "probability": 0.94189453125}, {"start": 619.48, "end": 619.82, "word": " العشرة", "probability": 0.9143880208333334}, {"start": 619.82, "end": 620.1, "word": " وعدم", "probability": 0.7400716145833334}, {"start": 620.1, "end": 620.36, "word": " وجود", "probability": 0.98291015625}, {"start": 620.36, "end": 620.68, "word": " العشرة", "probability": 0.9713541666666666}, {"start": 620.68, "end": 620.98, "word": " صح", "probability": 0.893310546875}, {"start": 620.98, "end": 621.14, "word": " ولا", "probability": 0.9541015625}, {"start": 621.14, "end": 621.6, "word": " لأ؟", "probability": 0.8577473958333334}], "temperature": 1.0}, {"id": 26, "seek": 64704, "start": 623.12, "end": 647.04, "text": "يعني لو أنا أخد كيرتشوف كارانت لو مش هدى كلها node واحدة كيرتشوف كارانت لو مجموع التيارات بيساوي zero هيكون عندى داخل عشرة minus عشرة طالع تمانية minus تمانية زائد تمانية وزائد باقي التيارات ليها زائد I واحد زائد I تانين زائد I تلاتة بيساوي صفر يعني مجموع التيارات هدولة بيساوي اتنين امبير", "tokens": [40228, 22653, 45164, 41850, 5551, 9778, 3215, 9122, 13546, 2655, 8592, 38688, 9122, 9640, 7649, 2655, 45164, 37893, 8032, 3215, 7578, 28242, 11296, 9984, 36764, 24401, 3660, 9122, 13546, 2655, 8592, 38688, 9122, 9640, 7649, 2655, 45164, 3714, 7435, 2304, 45367, 38392, 9640, 9307, 4724, 1829, 3794, 995, 45865, 4018, 39896, 30544, 43242, 7578, 11778, 47283, 1211, 6225, 8592, 25720, 3175, 6225, 8592, 25720, 23032, 6027, 3615, 46811, 7649, 10632, 3175, 46811, 7649, 10632, 30767, 16373, 3215, 46811, 7649, 10632, 4032, 11622, 16373, 3215, 4724, 995, 38436, 38392, 9640, 9307, 32239, 11296, 30767, 16373, 3215, 286, 36764, 24401, 30767, 16373, 3215, 286, 6055, 7649, 9957, 30767, 16373, 3215, 286, 6055, 1211, 9307, 3660, 4724, 1829, 3794, 995, 45865, 20328, 5172, 2288, 37495, 22653, 3714, 7435, 2304, 45367, 38392, 9640, 9307, 8032, 3215, 12610, 3660, 4724, 1829, 3794, 995, 45865, 1975, 2655, 1863, 9957, 1975, 2304, 3555, 13546], "avg_logprob": -0.182010132215313, "compression_ratio": 2.1956521739130435, "no_speech_prob": 4.172325134277344e-07, "words": [{"start": 623.12, "end": 623.32, "word": "يعني", "probability": 0.720703125}, {"start": 623.32, "end": 623.44, "word": " لو", "probability": 0.900390625}, {"start": 623.44, "end": 623.54, "word": " أنا", "probability": 0.580078125}, {"start": 623.54, "end": 623.8, "word": " أخد", "probability": 0.94580078125}, {"start": 623.8, "end": 624.22, "word": " كيرتشوف", "probability": 0.74146728515625}, {"start": 624.22, "end": 624.58, "word": " كارانت", "probability": 0.7298583984375}, {"start": 624.58, "end": 624.74, "word": " لو", "probability": 0.6455078125}, {"start": 624.74, "end": 625.1, "word": " مش", "probability": 0.34716796875}, {"start": 625.1, "end": 625.28, "word": " هدى", "probability": 0.6261393229166666}, {"start": 625.28, "end": 625.5, "word": " كلها", "probability": 0.99267578125}, {"start": 625.5, "end": 625.72, "word": " node", "probability": 0.51708984375}, {"start": 625.72, "end": 627.38, "word": " واحدة", "probability": 0.9820963541666666}, {"start": 627.38, "end": 628.46, "word": " كيرتشوف", "probability": 0.803662109375}, {"start": 628.46, "end": 628.78, "word": " كارانت", "probability": 0.9881591796875}, {"start": 628.78, "end": 628.86, "word": " لو", "probability": 0.9599609375}, {"start": 628.86, "end": 629.32, "word": " مجموع", "probability": 0.902587890625}, {"start": 629.32, "end": 630.04, "word": " التيارات", "probability": 0.7532552083333334}, {"start": 630.04, "end": 630.5, "word": " بيساوي", "probability": 0.820703125}, {"start": 630.5, "end": 630.86, "word": " zero", "probability": 0.5517578125}, {"start": 630.86, "end": 631.72, "word": " هيكون", "probability": 0.758056640625}, {"start": 631.72, "end": 632.0, "word": " عندى", "probability": 0.831298828125}, {"start": 632.0, "end": 632.4, "word": " داخل", "probability": 0.97412109375}, {"start": 632.4, "end": 632.86, "word": " عشرة", "probability": 0.8723958333333334}, {"start": 632.86, "end": 633.34, "word": " minus", "probability": 0.46142578125}, {"start": 633.34, "end": 633.96, "word": " عشرة", "probability": 0.9480794270833334}, {"start": 633.96, "end": 634.9, "word": " طالع", "probability": 0.9508463541666666}, {"start": 634.9, "end": 635.48, "word": " تمانية", "probability": 0.9658203125}, {"start": 635.48, "end": 635.82, "word": " minus", "probability": 0.990234375}, {"start": 635.82, "end": 636.52, "word": " تمانية", "probability": 0.9817708333333334}, {"start": 636.52, "end": 637.02, "word": " زائد", "probability": 0.775390625}, {"start": 637.02, "end": 637.52, "word": " تمانية", "probability": 0.9881184895833334}, {"start": 637.52, "end": 638.38, "word": " وزائد", "probability": 0.8968505859375}, {"start": 638.38, "end": 638.78, "word": " باقي", "probability": 0.8883463541666666}, {"start": 638.78, "end": 639.56, "word": " التيارات", "probability": 0.8888346354166666}, {"start": 639.56, "end": 639.8, "word": " ليها", "probability": 0.6092529296875}, {"start": 639.8, "end": 640.1, "word": " زائد", "probability": 0.9638671875}, {"start": 640.1, "end": 640.24, "word": " I", "probability": 0.837890625}, {"start": 640.24, "end": 640.74, "word": " واحد", "probability": 0.808349609375}, {"start": 640.74, "end": 641.04, "word": " زائد", "probability": 0.97412109375}, {"start": 641.04, "end": 641.24, "word": " I", "probability": 0.998046875}, {"start": 641.24, "end": 641.74, "word": " تانين", "probability": 0.7578125}, {"start": 641.74, "end": 642.38, "word": " زائد", "probability": 0.9798177083333334}, {"start": 642.38, "end": 642.56, "word": " I", "probability": 0.99853515625}, {"start": 642.56, "end": 643.02, "word": " تلاتة", "probability": 0.9456787109375}, {"start": 643.02, "end": 643.34, "word": " بيساوي", "probability": 0.931640625}, {"start": 643.34, "end": 643.7, "word": " صفر", "probability": 0.8406575520833334}, {"start": 643.7, "end": 644.28, "word": " يعني", "probability": 0.898681640625}, {"start": 644.28, "end": 644.74, "word": " مجموع", "probability": 0.955078125}, {"start": 644.74, "end": 645.28, "word": " التيارات", "probability": 0.8992513020833334}, {"start": 645.28, "end": 645.56, "word": " هدولة", "probability": 0.93017578125}, {"start": 645.56, "end": 646.06, "word": " بيساوي", "probability": 0.970703125}, {"start": 646.06, "end": 646.58, "word": " اتنين", "probability": 0.91943359375}, {"start": 646.58, "end": 647.04, "word": " امبير", "probability": 0.700408935546875}], "temperature": 1.0}, {"id": 27, "seek": 67010, "start": 647.88, "end": 670.1, "text": "يعني كمان مرة افرجيكميا بس لما دي اكم تشوفوا كمال من الدائرة يعني اتعود على شكل الدائرة الدائرة هاي بتقوللي ان ال 10 امبير و 8 امبير التيار اللي داخل و اللي طالع هم اللي بيغزوا الدائرة و مقدار هذا التيار اللي بيغز الدائرة 2 امبير الحصلة اذا بقدر اقول انه", "tokens": [40228, 22653, 9122, 2304, 7649, 3714, 25720, 1975, 5172, 47341, 1829, 24793, 25528, 4724, 3794, 5296, 15042, 11778, 1829, 1975, 24793, 6055, 8592, 38688, 14407, 9122, 2304, 6027, 9154, 32748, 16373, 25720, 37495, 22653, 1975, 2655, 3615, 23328, 15844, 13412, 28820, 32748, 16373, 25720, 32748, 16373, 25720, 8032, 47302, 39894, 39648, 20292, 16472, 2423, 1266, 1975, 2304, 3555, 13546, 4032, 1649, 1975, 2304, 3555, 13546, 38392, 9640, 13672, 1829, 11778, 47283, 1211, 4032, 13672, 1829, 23032, 6027, 3615, 8032, 2304, 13672, 1829, 4724, 1829, 17082, 11622, 14407, 32748, 16373, 25720, 4032, 3714, 28543, 9640, 23758, 38392, 9640, 13672, 1829, 4724, 1829, 17082, 11622, 32748, 16373, 25720, 568, 1975, 2304, 3555, 13546, 21542, 9381, 37977, 1975, 15730, 4724, 28543, 2288, 1975, 39648, 16472, 3224], "avg_logprob": -0.17704132439628725, "compression_ratio": 2.2254901960784315, "no_speech_prob": 3.5762786865234375e-07, "words": [{"start": 647.88, "end": 648.14, "word": "يعني", "probability": 0.92236328125}, {"start": 648.14, "end": 648.38, "word": " كمان", "probability": 0.8408203125}, {"start": 648.38, "end": 648.62, "word": " مرة", "probability": 0.976318359375}, {"start": 648.62, "end": 649.46, "word": " افرجيكميا", "probability": 0.64599609375}, {"start": 649.46, "end": 649.88, "word": " بس", "probability": 0.88671875}, {"start": 649.88, "end": 650.0, "word": " لما", "probability": 0.7193603515625}, {"start": 650.0, "end": 650.12, "word": " دي", "probability": 0.876953125}, {"start": 650.12, "end": 650.26, "word": " اكم", "probability": 0.74169921875}, {"start": 650.26, "end": 650.7, "word": " تشوفوا", "probability": 0.8834228515625}, {"start": 650.7, "end": 651.1, "word": " كمال", "probability": 0.93212890625}, {"start": 651.1, "end": 651.36, "word": " من", "probability": 0.96044921875}, {"start": 651.36, "end": 652.48, "word": " الدائرة", "probability": 0.9757486979166666}, {"start": 652.48, "end": 653.0, "word": " يعني", "probability": 0.6607666015625}, {"start": 653.0, "end": 653.32, "word": " اتعود", "probability": 0.956298828125}, {"start": 653.32, "end": 653.52, "word": " على", "probability": 0.7490234375}, {"start": 653.52, "end": 653.8, "word": " شكل", "probability": 0.98681640625}, {"start": 653.8, "end": 654.3, "word": " الدائرة", "probability": 0.98974609375}, {"start": 654.3, "end": 655.52, "word": " الدائرة", "probability": 0.9801432291666666}, {"start": 655.52, "end": 655.68, "word": " هاي", "probability": 0.58056640625}, {"start": 655.68, "end": 656.2, "word": " بتقوللي", "probability": 0.7818196614583334}, {"start": 656.2, "end": 656.7, "word": " ان", "probability": 0.7109375}, {"start": 656.7, "end": 656.84, "word": " ال", "probability": 0.390625}, {"start": 656.84, "end": 657.16, "word": " 10", "probability": 0.6357421875}, {"start": 657.16, "end": 657.64, "word": " امبير", "probability": 0.8955078125}, {"start": 657.64, "end": 657.76, "word": " و", "probability": 0.61865234375}, {"start": 657.76, "end": 658.1, "word": " 8", "probability": 0.4111328125}, {"start": 658.1, "end": 658.64, "word": " امبير", "probability": 0.959228515625}, {"start": 658.64, "end": 659.52, "word": " التيار", "probability": 0.6768798828125}, {"start": 659.52, "end": 659.74, "word": " اللي", "probability": 0.90185546875}, {"start": 659.74, "end": 660.26, "word": " داخل", "probability": 0.9825846354166666}, {"start": 660.26, "end": 660.38, "word": " و", "probability": 0.93701171875}, {"start": 660.38, "end": 660.54, "word": " اللي", "probability": 0.9541015625}, {"start": 660.54, "end": 661.1, "word": " طالع", "probability": 0.9944661458333334}, {"start": 661.1, "end": 661.62, "word": " هم", "probability": 0.953857421875}, {"start": 661.62, "end": 661.76, "word": " اللي", "probability": 0.989990234375}, {"start": 661.76, "end": 662.22, "word": " بيغزوا", "probability": 0.92177734375}, {"start": 662.22, "end": 662.54, "word": " الدائرة", "probability": 0.990234375}, {"start": 662.54, "end": 662.64, "word": " و", "probability": 0.98779296875}, {"start": 662.64, "end": 663.12, "word": " مقدار", "probability": 0.8977864583333334}, {"start": 663.12, "end": 663.38, "word": " هذا", "probability": 0.8486328125}, {"start": 663.38, "end": 663.66, "word": " التيار", "probability": 0.76025390625}, {"start": 663.66, "end": 663.76, "word": " اللي", "probability": 0.970458984375}, {"start": 663.76, "end": 664.04, "word": " بيغز", "probability": 0.989013671875}, {"start": 664.04, "end": 664.32, "word": " الدائرة", "probability": 0.869140625}, {"start": 664.32, "end": 664.62, "word": " 2", "probability": 0.72021484375}, {"start": 664.62, "end": 665.04, "word": " امبير", "probability": 0.959716796875}, {"start": 665.04, "end": 665.62, "word": " الحصلة", "probability": 0.6199544270833334}, {"start": 665.62, "end": 666.72, "word": " اذا", "probability": 0.67578125}, {"start": 666.72, "end": 667.68, "word": " بقدر", "probability": 0.9773763020833334}, {"start": 667.68, "end": 668.08, "word": " اقول", "probability": 0.930419921875}, {"start": 668.08, "end": 670.1, "word": " انه", "probability": 0.874755859375}], "temperature": 1.0}, {"id": 28, "seek": 69433, "start": 671.69, "end": 694.33, "text": "عندي كأنه بكافئ هذه الدائرة طيار مقداره اتنين امبير بغزي المقاومات اللي أمامي اللي هي الخمسة وعشرين اللي بيمر فيها I واحد والمية اللي بيمر فيها I تانين وعشرين اللي بيمر فيها I تلاتة عنين بده؟ V0", "tokens": [3615, 1863, 16254, 9122, 33456, 3224, 4724, 4117, 31845, 19986, 29538, 32748, 16373, 25720, 23032, 1829, 9640, 3714, 28543, 9640, 3224, 1975, 2655, 1863, 9957, 1975, 2304, 3555, 13546, 4724, 17082, 11622, 1829, 9673, 4587, 995, 20498, 9307, 13672, 1829, 5551, 2304, 10943, 1829, 13672, 1829, 39896, 33962, 2304, 3794, 3660, 4032, 3615, 46309, 9957, 13672, 1829, 4724, 1829, 29973, 8978, 11296, 286, 36764, 24401, 4032, 45340, 10632, 13672, 1829, 4724, 1829, 29973, 8978, 11296, 286, 6055, 7649, 9957, 4032, 3615, 46309, 9957, 13672, 1829, 4724, 1829, 29973, 8978, 11296, 286, 6055, 1211, 9307, 3660, 18871, 9957, 47525, 3224, 22807, 691, 15], "avg_logprob": -0.22117718880616347, "compression_ratio": 1.9715909090909092, "no_speech_prob": 5.960464477539063e-08, "words": [{"start": 671.69, "end": 672.09, "word": "عندي", "probability": 0.7233072916666666}, {"start": 672.09, "end": 672.69, "word": " كأنه", "probability": 0.9518229166666666}, {"start": 672.69, "end": 673.31, "word": " بكافئ", "probability": 0.9351806640625}, {"start": 673.31, "end": 673.57, "word": " هذه", "probability": 0.53173828125}, {"start": 673.57, "end": 674.03, "word": " الدائرة", "probability": 0.9755859375}, {"start": 674.03, "end": 674.89, "word": " طيار", "probability": 0.9137369791666666}, {"start": 674.89, "end": 675.53, "word": " مقداره", "probability": 0.9202880859375}, {"start": 675.53, "end": 676.01, "word": " اتنين", "probability": 0.84698486328125}, {"start": 676.01, "end": 676.59, "word": " امبير", "probability": 0.8157958984375}, {"start": 676.59, "end": 677.75, "word": " بغزي", "probability": 0.77490234375}, {"start": 677.75, "end": 678.77, "word": " المقاومات", "probability": 0.97509765625}, {"start": 678.77, "end": 678.93, "word": " اللي", "probability": 0.892822265625}, {"start": 678.93, "end": 679.47, "word": " أمامي", "probability": 0.830322265625}, {"start": 679.47, "end": 679.93, "word": " اللي", "probability": 0.87060546875}, {"start": 679.93, "end": 680.05, "word": " هي", "probability": 0.89208984375}, {"start": 680.05, "end": 680.55, "word": " الخمسة", "probability": 0.74072265625}, {"start": 680.55, "end": 681.07, "word": " وعشرين", "probability": 0.8724365234375}, {"start": 681.07, "end": 681.23, "word": " اللي", "probability": 0.96875}, {"start": 681.23, "end": 681.39, "word": " بيمر", "probability": 0.5381673177083334}, {"start": 681.39, "end": 681.65, "word": " فيها", "probability": 0.9716796875}, {"start": 681.65, "end": 681.79, "word": " I", "probability": 0.8359375}, {"start": 681.79, "end": 682.37, "word": " واحد", "probability": 0.68017578125}, {"start": 682.37, "end": 683.53, "word": " والمية", "probability": 0.7469075520833334}, {"start": 683.53, "end": 684.31, "word": " اللي", "probability": 0.988525390625}, {"start": 684.31, "end": 684.63, "word": " بيمر", "probability": 0.8458658854166666}, {"start": 684.63, "end": 685.07, "word": " فيها", "probability": 0.976806640625}, {"start": 685.07, "end": 685.45, "word": " I", "probability": 0.99560546875}, {"start": 685.45, "end": 685.97, "word": " تانين", "probability": 0.8196614583333334}, {"start": 685.97, "end": 688.37, "word": " وعشرين", "probability": 0.789794921875}, {"start": 688.37, "end": 689.15, "word": " اللي", "probability": 0.990478515625}, {"start": 689.15, "end": 689.49, "word": " بيمر", "probability": 0.90869140625}, {"start": 689.49, "end": 690.01, "word": " فيها", "probability": 0.982177734375}, {"start": 690.01, "end": 690.53, "word": " I", "probability": 0.99658203125}, {"start": 690.53, "end": 691.33, "word": " تلاتة", "probability": 0.821044921875}, {"start": 691.33, "end": 693.19, "word": " عنين", "probability": 0.4078369140625}, {"start": 693.19, "end": 693.83, "word": " بده؟", "probability": 0.5826009114583334}, {"start": 693.83, "end": 694.33, "word": " V0", "probability": 0.6365966796875}], "temperature": 1.0}, {"id": 29, "seek": 72227, "start": 695.55, "end": 722.27, "text": "إذا طلعتها هذا الشكل هو بشبه ال current divider بس الفرقية إنه عندي تلت مقاومات على التوازي مش تنتين ممكن أنا اللي أنا بدي إياه هفي ند طيار بدي I تنين أجمع تنتين من هدولة و أسيب ال I تنين و أحسبها ولا لأ باستخدام ال current divider معايا الحصيلة لهذه الدائرة إن طول عندي current source مقدار 2 أمبير بيغذي تلت مقاومات على التوازي", "tokens": [28814, 15730, 23032, 1211, 34268, 11296, 23758, 25124, 28820, 31439, 4724, 8592, 3555, 3224, 2423, 2190, 3414, 1438, 4724, 3794, 27188, 2288, 4587, 10632, 36145, 3224, 18871, 16254, 6055, 1211, 2655, 3714, 4587, 995, 20498, 9307, 15844, 16712, 2407, 31377, 1829, 37893, 6055, 29399, 9957, 3714, 43020, 41850, 13672, 1829, 41850, 4724, 16254, 11933, 25528, 3224, 8032, 41185, 8717, 3215, 23032, 1829, 9640, 4724, 16254, 286, 6055, 1863, 9957, 5551, 7435, 2304, 3615, 6055, 29399, 9957, 9154, 8032, 3215, 12610, 3660, 4032, 5551, 3794, 1829, 3555, 2423, 286, 6055, 1863, 9957, 4032, 5551, 5016, 35457, 11296, 49429, 5296, 10721, 4724, 995, 14851, 9778, 3215, 10943, 2423, 2190, 3414, 1438, 20449, 995, 25528, 21542, 9381, 26895, 3660, 46740, 24192, 32748, 16373, 25720, 36145, 23032, 12610, 18871, 16254, 2190, 4009, 3714, 28543, 9640, 568, 5551, 2304, 3555, 13546, 4724, 1829, 17082, 8848, 1829, 6055, 1211, 2655, 3714, 4587, 995, 20498, 9307, 15844, 16712, 2407, 31377, 1829], "avg_logprob": -0.18205645565063722, "compression_ratio": 1.9572953736654803, "no_speech_prob": 0.0, "words": [{"start": 695.55, "end": 695.77, "word": "إذا", "probability": 0.72216796875}, {"start": 695.77, "end": 696.21, "word": " طلعتها", "probability": 0.8192138671875}, {"start": 696.21, "end": 696.35, "word": " هذا", "probability": 0.740234375}, {"start": 696.35, "end": 696.69, "word": " الشكل", "probability": 0.991943359375}, {"start": 696.69, "end": 696.81, "word": " هو", "probability": 0.76611328125}, {"start": 696.81, "end": 697.21, "word": " بشبه", "probability": 0.9044189453125}, {"start": 697.21, "end": 697.37, "word": " ال", "probability": 0.779296875}, {"start": 697.37, "end": 697.57, "word": " current", "probability": 0.78369140625}, {"start": 697.57, "end": 698.05, "word": " divider", "probability": 0.736572265625}, {"start": 698.05, "end": 698.29, "word": " بس", "probability": 0.9189453125}, {"start": 698.29, "end": 698.75, "word": " الفرقية", "probability": 0.8948974609375}, {"start": 698.75, "end": 698.89, "word": " إنه", "probability": 0.6820068359375}, {"start": 698.89, "end": 699.09, "word": " عندي", "probability": 0.833740234375}, {"start": 699.09, "end": 699.41, "word": " تلت", "probability": 0.8343098958333334}, {"start": 699.41, "end": 700.01, "word": " مقاومات", "probability": 0.98828125}, {"start": 700.01, "end": 700.15, "word": " على", "probability": 0.9365234375}, {"start": 700.15, "end": 700.77, "word": " التوازي", "probability": 0.9736328125}, {"start": 700.77, "end": 701.45, "word": " مش", "probability": 0.87109375}, {"start": 701.45, "end": 701.97, "word": " تنتين", "probability": 0.958984375}, {"start": 701.97, "end": 703.97, "word": " ممكن", "probability": 0.972412109375}, {"start": 703.97, "end": 704.51, "word": " أنا", "probability": 0.81640625}, {"start": 704.51, "end": 704.83, "word": " اللي", "probability": 0.947509765625}, {"start": 704.83, "end": 704.95, "word": " أنا", "probability": 0.69970703125}, {"start": 704.95, "end": 705.23, "word": " بدي", "probability": 0.84521484375}, {"start": 705.23, "end": 705.49, "word": " إياه", "probability": 0.56298828125}, {"start": 705.49, "end": 705.71, "word": " هفي", "probability": 0.394775390625}, {"start": 705.71, "end": 705.99, "word": " ند", "probability": 0.444580078125}, {"start": 705.99, "end": 706.33, "word": " طيار", "probability": 0.7757161458333334}, {"start": 706.33, "end": 706.55, "word": " بدي", "probability": 0.51251220703125}, {"start": 706.55, "end": 706.73, "word": " I", "probability": 0.759765625}, {"start": 706.73, "end": 707.07, "word": " تنين", "probability": 0.8162434895833334}, {"start": 707.07, "end": 708.27, "word": " أجمع", "probability": 0.942138671875}, {"start": 708.27, "end": 708.67, "word": " تنتين", "probability": 0.99560546875}, {"start": 708.67, "end": 708.81, "word": " من", "probability": 0.99658203125}, {"start": 708.81, "end": 709.35, "word": " هدولة", "probability": 0.8939208984375}, {"start": 709.35, "end": 709.49, "word": " و", "probability": 0.65771484375}, {"start": 709.49, "end": 709.81, "word": " أسيب", "probability": 0.68389892578125}, {"start": 709.81, "end": 709.95, "word": " ال", "probability": 0.78125}, {"start": 709.95, "end": 710.13, "word": " I", "probability": 0.9169921875}, {"start": 710.13, "end": 710.41, "word": " تنين", "probability": 0.9656575520833334}, {"start": 710.41, "end": 710.51, "word": " و", "probability": 0.7607421875}, {"start": 710.51, "end": 710.91, "word": " أحسبها", "probability": 0.9842529296875}, {"start": 710.91, "end": 711.07, "word": " ولا", "probability": 0.61865234375}, {"start": 711.07, "end": 711.35, "word": " لأ", "probability": 0.9521484375}, {"start": 711.35, "end": 712.01, "word": " باستخدام", "probability": 0.975830078125}, {"start": 712.01, "end": 712.19, "word": " ال", "probability": 0.86181640625}, {"start": 712.19, "end": 712.41, "word": " current", "probability": 0.92919921875}, {"start": 712.41, "end": 713.17, "word": " divider", "probability": 0.79736328125}, {"start": 713.17, "end": 713.89, "word": " معايا", "probability": 0.9677734375}, {"start": 713.89, "end": 716.09, "word": " الحصيلة", "probability": 0.9583740234375}, {"start": 716.09, "end": 716.57, "word": " لهذه", "probability": 0.84033203125}, {"start": 716.57, "end": 717.07, "word": " الدائرة", "probability": 0.93798828125}, {"start": 717.07, "end": 717.29, "word": " إن", "probability": 0.7177734375}, {"start": 717.29, "end": 717.49, "word": " طول", "probability": 0.733154296875}, {"start": 717.49, "end": 717.75, "word": " عندي", "probability": 0.894287109375}, {"start": 717.75, "end": 718.03, "word": " current", "probability": 0.96044921875}, {"start": 718.03, "end": 718.47, "word": " source", "probability": 0.9013671875}, {"start": 718.47, "end": 718.91, "word": " مقدار", "probability": 0.94921875}, {"start": 718.91, "end": 719.23, "word": " 2", "probability": 0.302978515625}, {"start": 719.23, "end": 719.73, "word": " أمبير", "probability": 0.863037109375}, {"start": 719.73, "end": 720.37, "word": " بيغذي", "probability": 0.82099609375}, {"start": 720.37, "end": 720.79, "word": " تلت", "probability": 0.9837239583333334}, {"start": 720.79, "end": 721.53, "word": " مقاومات", "probability": 0.9927734375}, {"start": 721.53, "end": 721.69, "word": " على", "probability": 0.9599609375}, {"start": 721.69, "end": 722.27, "word": " التوازي", "probability": 0.982421875}], "temperature": 1.0}, {"id": 30, "seek": 75047, "start": 723.97, "end": 750.47, "text": "أنا بدي ال voltage اللي حوالين المية يعني ماعناها لزمني التيار بقدر أحلها بطرق متعددة أحد الطرق اللي اتعلمناها اللي هي current divider لكن ال current divider احنا اتعودنا على انه current source مع مقاومتين فقط على التوازن مش تلاتة لو انا خلت واحدة منهم اللي هي المية اللي بيبقوا فيها I تنين هذه هتكون خمسة وعشرين على التوازن مع العشرين المكافئة لإلهم", "tokens": [10721, 8315, 4724, 16254, 2423, 8352, 13672, 1829, 11331, 2407, 6027, 9957, 9673, 10632, 37495, 22653, 19446, 3615, 8315, 11296, 5296, 11622, 2304, 22653, 38392, 9640, 4724, 28543, 2288, 5551, 5016, 1211, 11296, 4724, 9566, 2288, 4587, 44650, 22488, 41891, 5551, 24401, 41950, 2288, 4587, 13672, 1829, 1975, 2655, 3615, 19528, 8315, 11296, 13672, 1829, 39896, 2190, 3414, 1438, 44381, 2423, 2190, 3414, 1438, 1975, 5016, 8315, 1975, 2655, 3615, 23328, 8315, 15844, 16472, 3224, 2190, 4009, 20449, 3714, 4587, 995, 20498, 2655, 9957, 6156, 47432, 15844, 16712, 2407, 31377, 1863, 37893, 6055, 1211, 9307, 3660, 45164, 1975, 8315, 16490, 1211, 2655, 36764, 24401, 3660, 9154, 16095, 13672, 1829, 39896, 9673, 10632, 13672, 1829, 4724, 1829, 3555, 4587, 14407, 8978, 11296, 286, 6055, 1863, 9957, 29538, 8032, 2655, 30544, 16490, 2304, 3794, 3660, 4032, 3615, 46309, 9957, 15844, 16712, 2407, 31377, 1863, 20449, 18863, 46309, 9957, 9673, 4117, 31845, 19986, 3660, 5296, 28814, 1211, 16095], "avg_logprob": -0.19521234604792717, "compression_ratio": 1.989864864864865, "no_speech_prob": 2.384185791015625e-07, "words": [{"start": 723.97, "end": 724.25, "word": "أنا", "probability": 0.794189453125}, {"start": 724.25, "end": 724.57, "word": " بدي", "probability": 0.873046875}, {"start": 724.57, "end": 724.79, "word": " ال", "probability": 0.9404296875}, {"start": 724.79, "end": 725.17, "word": " voltage", "probability": 0.8779296875}, {"start": 725.17, "end": 725.35, "word": " اللي", "probability": 0.73291015625}, {"start": 725.35, "end": 725.67, "word": " حوالين", "probability": 0.963134765625}, {"start": 725.67, "end": 725.99, "word": " المية", "probability": 0.737548828125}, {"start": 725.99, "end": 726.19, "word": " يعني", "probability": 0.89013671875}, {"start": 726.19, "end": 726.51, "word": " ماعناها", "probability": 0.50726318359375}, {"start": 726.51, "end": 726.93, "word": " لزمني", "probability": 0.8160400390625}, {"start": 726.93, "end": 727.59, "word": " التيار", "probability": 0.6492919921875}, {"start": 727.59, "end": 728.51, "word": " بقدر", "probability": 0.94921875}, {"start": 728.51, "end": 728.85, "word": " أحلها", "probability": 0.83984375}, {"start": 728.85, "end": 729.21, "word": " بطرق", "probability": 0.961669921875}, {"start": 729.21, "end": 729.75, "word": " متعددة", "probability": 0.9951171875}, {"start": 729.75, "end": 730.11, "word": " أحد", "probability": 0.948486328125}, {"start": 730.11, "end": 730.49, "word": " الطرق", "probability": 0.9786783854166666}, {"start": 730.49, "end": 730.61, "word": " اللي", "probability": 0.966064453125}, {"start": 730.61, "end": 731.31, "word": " اتعلمناها", "probability": 0.8411865234375}, {"start": 731.31, "end": 731.57, "word": " اللي", "probability": 0.926025390625}, {"start": 731.57, "end": 731.75, "word": " هي", "probability": 0.83544921875}, {"start": 731.75, "end": 732.05, "word": " current", "probability": 0.6748046875}, {"start": 732.05, "end": 732.67, "word": " divider", "probability": 0.78173828125}, {"start": 732.67, "end": 733.43, "word": " لكن", "probability": 0.8310546875}, {"start": 733.43, "end": 733.59, "word": " ال", "probability": 0.73486328125}, {"start": 733.59, "end": 733.77, "word": " current", "probability": 0.94091796875}, {"start": 733.77, "end": 734.17, "word": " divider", "probability": 0.83203125}, {"start": 734.17, "end": 734.41, "word": " احنا", "probability": 0.8507486979166666}, {"start": 734.41, "end": 734.83, "word": " اتعودنا", "probability": 0.89384765625}, {"start": 734.83, "end": 734.93, "word": " على", "probability": 0.5302734375}, {"start": 734.93, "end": 735.17, "word": " انه", "probability": 0.864990234375}, {"start": 735.17, "end": 735.45, "word": " current", "probability": 0.95361328125}, {"start": 735.45, "end": 736.05, "word": " source", "probability": 0.904296875}, {"start": 736.05, "end": 736.97, "word": " مع", "probability": 0.96484375}, {"start": 736.97, "end": 738.29, "word": " مقاومتين", "probability": 0.9742838541666666}, {"start": 738.29, "end": 738.65, "word": " فقط", "probability": 0.996337890625}, {"start": 738.65, "end": 738.81, "word": " على", "probability": 0.931640625}, {"start": 738.81, "end": 739.29, "word": " التوازن", "probability": 0.9468994140625}, {"start": 739.29, "end": 739.47, "word": " مش", "probability": 0.81787109375}, {"start": 739.47, "end": 740.01, "word": " تلاتة", "probability": 0.86865234375}, {"start": 740.01, "end": 741.37, "word": " لو", "probability": 0.8203125}, {"start": 741.37, "end": 741.53, "word": " انا", "probability": 0.7415771484375}, {"start": 741.53, "end": 741.89, "word": " خلت", "probability": 0.7560221354166666}, {"start": 741.89, "end": 742.19, "word": " واحدة", "probability": 0.9835611979166666}, {"start": 742.19, "end": 742.43, "word": " منهم", "probability": 0.98486328125}, {"start": 742.43, "end": 742.61, "word": " اللي", "probability": 0.940185546875}, {"start": 742.61, "end": 742.71, "word": " هي", "probability": 0.5107421875}, {"start": 742.71, "end": 742.97, "word": " المية", "probability": 0.87109375}, {"start": 742.97, "end": 743.11, "word": " اللي", "probability": 0.94384765625}, {"start": 743.11, "end": 743.25, "word": " بيبقوا", "probability": 0.49208984375}, {"start": 743.25, "end": 743.61, "word": " فيها", "probability": 0.97314453125}, {"start": 743.61, "end": 743.87, "word": " I", "probability": 0.83251953125}, {"start": 743.87, "end": 744.29, "word": " تنين", "probability": 0.7672526041666666}, {"start": 744.29, "end": 744.83, "word": " هذه", "probability": 0.52734375}, {"start": 744.83, "end": 745.23, "word": " هتكون", "probability": 0.9410807291666666}, {"start": 745.23, "end": 745.61, "word": " خمسة", "probability": 0.8656005859375}, {"start": 745.61, "end": 746.35, "word": " وعشرين", "probability": 0.8768310546875}, {"start": 746.35, "end": 746.85, "word": " على", "probability": 0.91162109375}, {"start": 746.85, "end": 747.45, "word": " التوازن", "probability": 0.9822998046875}, {"start": 747.45, "end": 747.59, "word": " مع", "probability": 0.53564453125}, {"start": 747.59, "end": 748.27, "word": " العشرين", "probability": 0.7242838541666666}, {"start": 748.27, "end": 750.09, "word": " المكافئة", "probability": 0.97412109375}, {"start": 750.09, "end": 750.47, "word": " لإلهم", "probability": 0.7364501953125}], "temperature": 1.0}, {"id": 31, "seek": 77655, "start": 751.85, "end": 776.55, "text": "بالتالي بقدر أقول I2 إيش بتساوي المكافئة اللي تعدل 25 على 20 على المكافئة زاد المية في اللي هي الإتنينة هك بجيب مين قيمة I2 وبالتالي بقدر أجيب قيمة مين V0 أو بجيب المكافئة ألاف تلاتة و ال voltage V0 إيش بيساوي اتنين في المكافئة اتفضل أي عشر أقوم", "tokens": [3555, 6027, 2655, 6027, 1829, 4724, 28543, 2288, 5551, 39648, 286, 17, 11933, 1829, 8592, 39894, 3794, 995, 45865, 9673, 4117, 31845, 19986, 3660, 13672, 1829, 6055, 22488, 1211, 3552, 15844, 945, 15844, 9673, 4117, 31845, 19986, 3660, 30767, 18513, 9673, 10632, 8978, 13672, 1829, 39896, 33688, 2655, 1863, 9957, 3660, 8032, 4117, 4724, 7435, 1829, 3555, 3714, 9957, 12174, 32640, 3660, 286, 17, 46599, 6027, 2655, 6027, 1829, 4724, 28543, 2288, 5551, 7435, 1829, 3555, 12174, 32640, 3660, 3714, 9957, 691, 15, 34051, 4724, 7435, 1829, 3555, 9673, 4117, 31845, 19986, 3660, 5551, 15040, 5172, 6055, 1211, 9307, 3660, 4032, 2423, 8352, 691, 15, 11933, 1829, 8592, 4724, 1829, 3794, 995, 45865, 1975, 2655, 1863, 9957, 8978, 9673, 4117, 31845, 19986, 3660, 1975, 2655, 5172, 11242, 1211, 36632, 6225, 46309, 5551, 4587, 20498], "avg_logprob": -0.254166665342119, "compression_ratio": 1.9583333333333333, "no_speech_prob": 1.7881393432617188e-07, "words": [{"start": 751.85, "end": 752.31, "word": "بالتالي", "probability": 0.96611328125}, {"start": 752.31, "end": 752.59, "word": " بقدر", "probability": 0.9488932291666666}, {"start": 752.59, "end": 752.75, "word": " أقول", "probability": 0.80908203125}, {"start": 752.75, "end": 753.15, "word": " I2", "probability": 0.7119140625}, {"start": 753.15, "end": 753.29, "word": " إيش", "probability": 0.65850830078125}, {"start": 753.29, "end": 753.85, "word": " بتساوي", "probability": 0.9603271484375}, {"start": 753.85, "end": 755.47, "word": " المكافئة", "probability": 0.9341796875}, {"start": 755.47, "end": 755.75, "word": " اللي", "probability": 0.62353515625}, {"start": 755.75, "end": 756.07, "word": " تعدل", "probability": 0.561767578125}, {"start": 756.07, "end": 756.61, "word": " 25", "probability": 0.94189453125}, {"start": 756.61, "end": 757.11, "word": " على", "probability": 0.40380859375}, {"start": 757.11, "end": 757.63, "word": " 20", "probability": 0.9033203125}, {"start": 757.63, "end": 758.67, "word": " على", "probability": 0.7421875}, {"start": 758.67, "end": 759.93, "word": " المكافئة", "probability": 0.960546875}, {"start": 759.93, "end": 760.33, "word": " زاد", "probability": 0.6153564453125}, {"start": 760.33, "end": 760.87, "word": " المية", "probability": 0.656005859375}, {"start": 760.87, "end": 761.35, "word": " في", "probability": 0.859375}, {"start": 761.35, "end": 761.55, "word": " اللي", "probability": 0.869873046875}, {"start": 761.55, "end": 761.73, "word": " هي", "probability": 0.880859375}, {"start": 761.73, "end": 762.29, "word": " الإتنينة", "probability": 0.6583984375}, {"start": 762.29, "end": 763.49, "word": " هك", "probability": 0.54296875}, {"start": 763.49, "end": 763.87, "word": " بجيب", "probability": 0.8521728515625}, {"start": 763.87, "end": 764.11, "word": " مين", "probability": 0.603271484375}, {"start": 764.11, "end": 764.77, "word": " قيمة", "probability": 0.9715169270833334}, {"start": 764.77, "end": 765.67, "word": " I2", "probability": 0.981689453125}, {"start": 765.67, "end": 766.19, "word": " وبالتالي", "probability": 0.88251953125}, {"start": 766.19, "end": 766.45, "word": " بقدر", "probability": 0.9962565104166666}, {"start": 766.45, "end": 766.67, "word": " أجيب", "probability": 0.967041015625}, {"start": 766.67, "end": 767.01, "word": " قيمة", "probability": 0.95458984375}, {"start": 767.01, "end": 767.33, "word": " مين", "probability": 0.90478515625}, {"start": 767.33, "end": 768.45, "word": " V0", "probability": 0.69287109375}, {"start": 768.45, "end": 769.17, "word": " أو", "probability": 0.787109375}, {"start": 769.17, "end": 769.87, "word": " بجيب", "probability": 0.9874267578125}, {"start": 769.87, "end": 770.37, "word": " المكافئة", "probability": 0.9912109375}, {"start": 770.37, "end": 770.61, "word": " ألاف", "probability": 0.5873209635416666}, {"start": 770.61, "end": 771.11, "word": " تلاتة", "probability": 0.9442138671875}, {"start": 771.11, "end": 771.49, "word": " و", "probability": 0.5849609375}, {"start": 771.49, "end": 771.59, "word": " ال", "probability": 0.748046875}, {"start": 771.59, "end": 771.93, "word": " voltage", "probability": 0.91015625}, {"start": 771.93, "end": 772.29, "word": " V0", "probability": 0.96923828125}, {"start": 772.29, "end": 772.41, "word": " إيش", "probability": 0.84033203125}, {"start": 772.41, "end": 772.79, "word": " بيساوي", "probability": 0.75673828125}, {"start": 772.79, "end": 773.13, "word": " اتنين", "probability": 0.79266357421875}, {"start": 773.13, "end": 773.25, "word": " في", "probability": 0.8408203125}, {"start": 773.25, "end": 774.47, "word": " المكافئة", "probability": 0.9951171875}, {"start": 774.47, "end": 774.85, "word": " اتفضل", "probability": 0.72109375}, {"start": 774.85, "end": 775.35, "word": " أي", "probability": 0.2344970703125}, {"start": 775.35, "end": 775.61, "word": " عشر", "probability": 0.886474609375}, {"start": 775.61, "end": 776.55, "word": " أقوم", "probability": 0.5792643229166666}], "temperature": 1.0}, {"id": 32, "seek": 80143, "start": 780.35, "end": 801.43, "text": "ما هيقلنا ساعة بنحكي في الموضوع قللي ساعة بشرح فيها لسه عندي current source متدارة عشرة أمبير وعندي تمانية أمبير علشان انا حتى رسمتها هنا لحالي مالهاش تأثير على V node ع حساب V node بتأثر مش تفعلا انه بتأثرش ع حساب V node اطلاقا", "tokens": [15042, 39896, 4587, 1211, 8315, 8608, 995, 27884, 44945, 5016, 4117, 1829, 8978, 9673, 2407, 11242, 45367, 12174, 1211, 20292, 8608, 995, 27884, 4724, 46309, 5016, 8978, 11296, 5296, 3794, 3224, 18871, 16254, 2190, 4009, 44650, 3215, 9640, 3660, 6225, 8592, 25720, 5551, 2304, 3555, 13546, 4032, 3615, 1863, 16254, 46811, 7649, 10632, 5551, 2304, 3555, 13546, 11203, 8592, 7649, 1975, 8315, 11331, 49975, 12602, 38251, 2655, 11296, 34105, 5296, 5016, 6027, 1829, 3714, 6027, 3224, 33599, 6055, 10721, 12984, 13546, 15844, 691, 9984, 6225, 11331, 3794, 16758, 691, 9984, 39894, 10721, 49115, 37893, 6055, 5172, 3615, 15040, 16472, 3224, 39894, 10721, 49115, 8592, 6225, 11331, 3794, 16758, 691, 9984, 1975, 9566, 15040, 4587, 995], "avg_logprob": -0.2860991258559556, "compression_ratio": 1.786046511627907, "no_speech_prob": 2.384185791015625e-07, "words": [{"start": 780.35, "end": 781.07, "word": "ما", "probability": 0.08404541015625}, {"start": 781.07, "end": 781.47, "word": " هيقلنا", "probability": 0.79266357421875}, {"start": 781.47, "end": 781.77, "word": " ساعة", "probability": 0.9549153645833334}, {"start": 781.77, "end": 782.13, "word": " بنحكي", "probability": 0.9398193359375}, {"start": 782.13, "end": 782.23, "word": " في", "probability": 0.916015625}, {"start": 782.23, "end": 782.77, "word": " الموضوع", "probability": 0.998046875}, {"start": 782.77, "end": 784.41, "word": " قللي", "probability": 0.5118408203125}, {"start": 784.41, "end": 784.61, "word": " ساعة", "probability": 0.9386393229166666}, {"start": 784.61, "end": 784.97, "word": " بشرح", "probability": 0.884765625}, {"start": 784.97, "end": 785.15, "word": " فيها", "probability": 0.981201171875}, {"start": 785.15, "end": 785.55, "word": " لسه", "probability": 0.765625}, {"start": 785.55, "end": 786.31, "word": " عندي", "probability": 0.77001953125}, {"start": 786.31, "end": 786.57, "word": " current", "probability": 0.93212890625}, {"start": 786.57, "end": 787.09, "word": " source", "probability": 0.84912109375}, {"start": 787.09, "end": 787.57, "word": " متدارة", "probability": 0.54833984375}, {"start": 787.57, "end": 787.95, "word": " عشرة", "probability": 0.7223307291666666}, {"start": 787.95, "end": 788.37, "word": " أمبير", "probability": 0.869384765625}, {"start": 788.37, "end": 788.69, "word": " وعندي", "probability": 0.787109375}, {"start": 788.69, "end": 789.09, "word": " تمانية", "probability": 0.9578450520833334}, {"start": 789.09, "end": 789.51, "word": " أمبير", "probability": 0.968994140625}, {"start": 789.51, "end": 789.89, "word": " علشان", "probability": 0.7089029947916666}, {"start": 789.89, "end": 790.21, "word": " انا", "probability": 0.57757568359375}, {"start": 790.21, "end": 790.39, "word": " حتى", "probability": 0.89990234375}, {"start": 790.39, "end": 790.77, "word": " رسمتها", "probability": 0.901123046875}, {"start": 790.77, "end": 790.93, "word": " هنا", "probability": 0.88427734375}, {"start": 790.93, "end": 791.43, "word": " لحالي", "probability": 0.981201171875}, {"start": 791.43, "end": 795.41, "word": " مالهاش", "probability": 0.7580718994140625}, {"start": 795.41, "end": 795.77, "word": " تأثير", "probability": 0.9744873046875}, {"start": 795.77, "end": 795.91, "word": " على", "probability": 0.7060546875}, {"start": 795.91, "end": 796.07, "word": " V", "probability": 0.57421875}, {"start": 796.07, "end": 796.27, "word": " node", "probability": 0.2353515625}, {"start": 796.27, "end": 796.41, "word": " ع", "probability": 0.268798828125}, {"start": 796.41, "end": 796.65, "word": " حساب", "probability": 0.88623046875}, {"start": 796.65, "end": 796.83, "word": " V", "probability": 0.9375}, {"start": 796.83, "end": 796.95, "word": " node", "probability": 0.90576171875}, {"start": 796.95, "end": 797.53, "word": " بتأثر", "probability": 0.9192708333333334}, {"start": 797.53, "end": 798.59, "word": " مش", "probability": 0.7060546875}, {"start": 798.59, "end": 799.01, "word": " تفعلا", "probability": 0.6016845703125}, {"start": 799.01, "end": 799.15, "word": " انه", "probability": 0.66259765625}, {"start": 799.15, "end": 799.71, "word": " بتأثرش", "probability": 0.845458984375}, {"start": 799.71, "end": 799.83, "word": " ع", "probability": 0.662109375}, {"start": 799.83, "end": 800.01, "word": " حساب", "probability": 0.9842122395833334}, {"start": 800.01, "end": 800.23, "word": " V", "probability": 0.9794921875}, {"start": 800.23, "end": 800.55, "word": " node", "probability": 0.92431640625}, {"start": 800.55, "end": 801.43, "word": " اطلاقا", "probability": 0.766064453125}], "temperature": 1.0}, {"id": 33, "seek": 82281, "start": 805.63, "end": 822.81, "text": "هذه اللي هي عشرة قلنا هاي إذا بتتبسط كنت بدأ أستخدم هذه الجزئية للحل عند الاتنين أمبير وعند اللي هي الخمسة وعشرين والمية وعشرين أنا بدأ أحسب اللي هي ال V note", "tokens": [3224, 24192, 13672, 1829, 39896, 6225, 8592, 25720, 12174, 1211, 8315, 8032, 47302, 11933, 15730, 39894, 2655, 3555, 3794, 9566, 9122, 29399, 47525, 10721, 5551, 14851, 9778, 40448, 29538, 25724, 11622, 19986, 10632, 24976, 5016, 1211, 43242, 2423, 9307, 1863, 9957, 5551, 2304, 3555, 13546, 4032, 3615, 41260, 13672, 1829, 39896, 33962, 2304, 3794, 3660, 4032, 3615, 46309, 9957, 4032, 45340, 10632, 4032, 3615, 46309, 9957, 41850, 47525, 10721, 5551, 5016, 35457, 13672, 1829, 39896, 2423, 691, 3637], "avg_logprob": -0.32812498641919485, "compression_ratio": 1.7391304347826086, "no_speech_prob": 3.5762786865234375e-06, "words": [{"start": 805.63, "end": 805.91, "word": "هذه", "probability": 0.5076904296875}, {"start": 805.91, "end": 806.27, "word": " اللي", "probability": 0.52874755859375}, {"start": 806.27, "end": 806.45, "word": " هي", "probability": 0.62353515625}, {"start": 806.45, "end": 806.95, "word": " عشرة", "probability": 0.8626302083333334}, {"start": 806.95, "end": 808.91, "word": " قلنا", "probability": 0.3825276692708333}, {"start": 808.91, "end": 809.19, "word": " هاي", "probability": 0.768310546875}, {"start": 809.19, "end": 809.41, "word": " إذا", "probability": 0.7939453125}, {"start": 809.41, "end": 810.35, "word": " بتتبسط", "probability": 0.823486328125}, {"start": 810.35, "end": 810.97, "word": " كنت", "probability": 0.881591796875}, {"start": 810.97, "end": 811.19, "word": " بدأ", "probability": 0.671875}, {"start": 811.19, "end": 811.57, "word": " أستخدم", "probability": 0.8714599609375}, {"start": 811.57, "end": 811.77, "word": " هذه", "probability": 0.541015625}, {"start": 811.77, "end": 812.13, "word": " الجزئية", "probability": 0.8980712890625}, {"start": 812.13, "end": 812.61, "word": " للحل", "probability": 0.9119466145833334}, {"start": 812.61, "end": 813.25, "word": " عند", "probability": 0.732421875}, {"start": 813.25, "end": 813.65, "word": " الاتنين", "probability": 0.674163818359375}, {"start": 813.65, "end": 814.21, "word": " أمبير", "probability": 0.79150390625}, {"start": 814.21, "end": 815.59, "word": " وعند", "probability": 0.8225911458333334}, {"start": 815.59, "end": 815.73, "word": " اللي", "probability": 0.988037109375}, {"start": 815.73, "end": 816.01, "word": " هي", "probability": 0.923828125}, {"start": 816.01, "end": 816.55, "word": " الخمسة", "probability": 0.82470703125}, {"start": 816.55, "end": 817.31, "word": " وعشرين", "probability": 0.9388427734375}, {"start": 817.31, "end": 818.59, "word": " والمية", "probability": 0.8035481770833334}, {"start": 818.59, "end": 820.41, "word": " وعشرين", "probability": 0.822509765625}, {"start": 820.41, "end": 821.45, "word": " أنا", "probability": 0.71875}, {"start": 821.45, "end": 821.73, "word": " بدأ", "probability": 0.5684814453125}, {"start": 821.73, "end": 821.99, "word": " أحسب", "probability": 0.9632161458333334}, {"start": 821.99, "end": 822.21, "word": " اللي", "probability": 0.98974609375}, {"start": 822.21, "end": 822.37, "word": " هي", "probability": 0.943359375}, {"start": 822.37, "end": 822.47, "word": " ال", "probability": 0.86279296875}, {"start": 822.47, "end": 822.61, "word": " V", "probability": 0.204345703125}, {"start": 822.61, "end": 822.81, "word": " note", "probability": 0.2353515625}], "temperature": 1.0}, {"id": 34, "seek": 84441, "start": 823.77, "end": 844.41, "text": "عشان نتدرب على ال voltage divider ممكن نعمل التنتين هدول على التوازي و أجيب ال volt ال current اللي ممر في المية و بعدين أقول ال current في المية بيعطيني V0 أو زي ما اتفقنا باخد التلاتة على التوازي بجيب المكافئة و بقول ال voltage V0 بيساوي ال current في المكافئة واضح؟", "tokens": [3615, 8592, 7649, 8717, 2655, 3215, 25513, 15844, 2423, 8352, 3414, 1438, 3714, 43020, 8717, 25957, 1211, 16712, 29399, 9957, 8032, 3215, 12610, 15844, 16712, 2407, 31377, 1829, 4032, 5551, 7435, 1829, 3555, 2423, 5962, 2423, 2190, 13672, 1829, 3714, 29973, 8978, 9673, 10632, 4032, 39182, 9957, 5551, 39648, 2423, 2190, 8978, 9673, 10632, 4724, 1829, 3615, 9566, 9957, 1829, 691, 15, 34051, 30767, 1829, 19446, 1975, 2655, 5172, 4587, 8315, 4724, 47283, 3215, 16712, 1211, 9307, 3660, 15844, 16712, 2407, 31377, 1829, 4724, 7435, 1829, 3555, 9673, 4117, 31845, 19986, 3660, 4032, 4724, 39648, 2423, 8352, 691, 15, 4724, 1829, 3794, 995, 45865, 2423, 2190, 8978, 9673, 4117, 31845, 19986, 3660, 4032, 46958, 5016, 22807], "avg_logprob": -0.18843483619200876, "compression_ratio": 1.9772727272727273, "no_speech_prob": 2.7418136596679688e-06, "words": [{"start": 823.77, "end": 824.15, "word": "عشان", "probability": 0.98193359375}, {"start": 824.15, "end": 824.53, "word": " نتدرب", "probability": 0.94384765625}, {"start": 824.53, "end": 824.65, "word": " على", "probability": 0.5146484375}, {"start": 824.65, "end": 824.73, "word": " ال", "probability": 0.85400390625}, {"start": 824.73, "end": 824.95, "word": " voltage", "probability": 0.92578125}, {"start": 824.95, "end": 825.51, "word": " divider", "probability": 0.771484375}, {"start": 825.51, "end": 825.83, "word": " ممكن", "probability": 0.9365234375}, {"start": 825.83, "end": 826.35, "word": " نعمل", "probability": 0.9943033854166666}, {"start": 826.35, "end": 827.05, "word": " التنتين", "probability": 0.7360026041666666}, {"start": 827.05, "end": 827.41, "word": " هدول", "probability": 0.9178059895833334}, {"start": 827.41, "end": 827.59, "word": " على", "probability": 0.56201171875}, {"start": 827.59, "end": 828.29, "word": " التوازي", "probability": 0.9725341796875}, {"start": 828.29, "end": 828.79, "word": " و", "probability": 0.8115234375}, {"start": 828.79, "end": 829.03, "word": " أجيب", "probability": 0.82696533203125}, {"start": 829.03, "end": 829.17, "word": " ال", "probability": 0.927734375}, {"start": 829.17, "end": 829.43, "word": " volt", "probability": 0.480224609375}, {"start": 829.43, "end": 829.59, "word": " ال", "probability": 0.47216796875}, {"start": 829.59, "end": 829.87, "word": " current", "probability": 0.9453125}, {"start": 829.87, "end": 830.05, "word": " اللي", "probability": 0.7685546875}, {"start": 830.05, "end": 830.39, "word": " ممر", "probability": 0.907470703125}, {"start": 830.39, "end": 830.93, "word": " في", "probability": 0.90869140625}, {"start": 830.93, "end": 832.45, "word": " المية", "probability": 0.6444091796875}, {"start": 832.45, "end": 833.05, "word": " و", "probability": 0.896484375}, {"start": 833.05, "end": 833.41, "word": " بعدين", "probability": 0.937255859375}, {"start": 833.41, "end": 833.79, "word": " أقول", "probability": 0.919189453125}, {"start": 833.79, "end": 834.23, "word": " ال", "probability": 0.8740234375}, {"start": 834.23, "end": 834.59, "word": " current", "probability": 0.9580078125}, {"start": 834.59, "end": 834.85, "word": " في", "probability": 0.86279296875}, {"start": 834.85, "end": 835.11, "word": " المية", "probability": 0.919921875}, {"start": 835.11, "end": 835.59, "word": " بيعطيني", "probability": 0.747314453125}, {"start": 835.59, "end": 835.93, "word": " V0", "probability": 0.5867919921875}, {"start": 835.93, "end": 836.17, "word": " أو", "probability": 0.67919921875}, {"start": 836.17, "end": 836.33, "word": " زي", "probability": 0.878662109375}, {"start": 836.33, "end": 836.43, "word": " ما", "probability": 0.9111328125}, {"start": 836.43, "end": 836.91, "word": " اتفقنا", "probability": 0.9501953125}, {"start": 836.91, "end": 837.59, "word": " باخد", "probability": 0.9207356770833334}, {"start": 837.59, "end": 838.07, "word": " التلاتة", "probability": 0.9610595703125}, {"start": 838.07, "end": 838.21, "word": " على", "probability": 0.8505859375}, {"start": 838.21, "end": 838.65, "word": " التوازي", "probability": 0.958740234375}, {"start": 838.65, "end": 838.87, "word": " بجيب", "probability": 0.9271240234375}, {"start": 838.87, "end": 839.57, "word": " المكافئة", "probability": 0.97783203125}, {"start": 839.57, "end": 839.95, "word": " و", "probability": 0.54736328125}, {"start": 839.95, "end": 840.21, "word": " بقول", "probability": 0.95751953125}, {"start": 840.21, "end": 840.35, "word": " ال", "probability": 0.93212890625}, {"start": 840.35, "end": 840.71, "word": " voltage", "probability": 0.93701171875}, {"start": 840.71, "end": 841.05, "word": " V0", "probability": 0.9521484375}, {"start": 841.05, "end": 841.57, "word": " بيساوي", "probability": 0.753125}, {"start": 841.57, "end": 841.79, "word": " ال", "probability": 0.88037109375}, {"start": 841.79, "end": 842.07, "word": " current", "probability": 0.9482421875}, {"start": 842.07, "end": 842.33, "word": " في", "probability": 0.9609375}, {"start": 842.33, "end": 843.35, "word": " المكافئة", "probability": 0.99267578125}, {"start": 843.35, "end": 844.41, "word": " واضح؟", "probability": 0.708648681640625}], "temperature": 1.0}, {"id": 35, "seek": 87780, "start": 848.54, "end": 877.8, "text": "مش أنا لسه أول محاضرة شرحنا قولنا إنه لو كان عندي مقاومة موازية عضوات ال source قبل المقاومة اللي على التوالي كلها ده بستبدلوا ب current source مقاومة على التوازي؟ خلاص راجعوا تطلعوا ال notes بتاعتكم رجعت رسمتها؟ أنا انت كلها جزئية قولنا بتستبدلها ب current source مقاومة على التوازي حاطنعها بمكان؟", "tokens": [2304, 8592, 41850, 5296, 3794, 3224, 5551, 12610, 3714, 5016, 46958, 25720, 13412, 2288, 5016, 8315, 12174, 12610, 8315, 36145, 3224, 45164, 25961, 18871, 16254, 3714, 4587, 995, 20498, 3660, 3714, 2407, 31377, 10632, 6225, 11242, 2407, 9307, 2423, 4009, 12174, 36150, 9673, 4587, 995, 20498, 3660, 13672, 1829, 15844, 16712, 2407, 6027, 1829, 28242, 11296, 11778, 3224, 4724, 14851, 44510, 1211, 14407, 4724, 2190, 4009, 3714, 4587, 995, 20498, 3660, 15844, 16712, 2407, 31377, 1829, 22807, 16490, 1211, 33546, 12602, 26108, 3615, 14407, 6055, 9566, 1211, 3615, 14407, 2423, 5570, 39894, 995, 34268, 24793, 12602, 7435, 34268, 12602, 38251, 2655, 11296, 22807, 41850, 16472, 2655, 28242, 11296, 10874, 11622, 19986, 10632, 12174, 12610, 8315, 39894, 14851, 44510, 1211, 11296, 4724, 2190, 4009, 3714, 4587, 995, 20498, 3660, 15844, 16712, 2407, 31377, 1829, 11331, 41193, 1863, 3615, 11296, 4724, 2304, 41361, 22807], "avg_logprob": -0.17154720717376762, "compression_ratio": 2.0483870967741935, "no_speech_prob": 0.0, "words": [{"start": 848.54, "end": 848.82, "word": "مش", "probability": 0.715576171875}, {"start": 848.82, "end": 849.04, "word": " أنا", "probability": 0.39111328125}, {"start": 849.04, "end": 849.42, "word": " لسه", "probability": 0.9361979166666666}, {"start": 849.42, "end": 849.68, "word": " أول", "probability": 0.898681640625}, {"start": 849.68, "end": 850.22, "word": " محاضرة", "probability": 0.98828125}, {"start": 850.22, "end": 850.88, "word": " شرحنا", "probability": 0.884765625}, {"start": 850.88, "end": 851.62, "word": " قولنا", "probability": 0.84130859375}, {"start": 851.62, "end": 851.92, "word": " إنه", "probability": 0.595947265625}, {"start": 851.92, "end": 852.04, "word": " لو", "probability": 0.98779296875}, {"start": 852.04, "end": 852.26, "word": " كان", "probability": 0.9775390625}, {"start": 852.26, "end": 852.5, "word": " عندي", "probability": 0.884033203125}, {"start": 852.5, "end": 852.98, "word": " مقاومة", "probability": 0.8666015625}, {"start": 852.98, "end": 853.4, "word": " موازية", "probability": 0.9246826171875}, {"start": 853.4, "end": 853.8, "word": " عضوات", "probability": 0.908203125}, {"start": 853.8, "end": 853.96, "word": " ال", "probability": 0.97802734375}, {"start": 853.96, "end": 854.32, "word": " source", "probability": 0.85302734375}, {"start": 854.32, "end": 854.86, "word": " قبل", "probability": 0.967529296875}, {"start": 854.86, "end": 855.38, "word": " المقاومة", "probability": 0.98544921875}, {"start": 855.38, "end": 855.48, "word": " اللي", "probability": 0.91259765625}, {"start": 855.48, "end": 855.56, "word": " على", "probability": 0.56982421875}, {"start": 855.56, "end": 856.08, "word": " التوالي", "probability": 0.9033203125}, {"start": 856.08, "end": 856.94, "word": " كلها", "probability": 0.50457763671875}, {"start": 856.94, "end": 857.2, "word": " ده", "probability": 0.817138671875}, {"start": 857.2, "end": 857.84, "word": " بستبدلوا", "probability": 0.81767578125}, {"start": 857.84, "end": 857.94, "word": " ب", "probability": 0.61962890625}, {"start": 857.94, "end": 858.1, "word": " current", "probability": 0.8603515625}, {"start": 858.1, "end": 858.4, "word": " source", "probability": 0.85595703125}, {"start": 858.4, "end": 858.8, "word": " مقاومة", "probability": 0.95732421875}, {"start": 858.8, "end": 858.88, "word": " على", "probability": 0.87255859375}, {"start": 858.88, "end": 865.22, "word": " التوازي؟", "probability": 0.84091796875}, {"start": 865.22, "end": 865.72, "word": " خلاص", "probability": 0.8562825520833334}, {"start": 865.72, "end": 867.66, "word": " راجعوا", "probability": 0.76446533203125}, {"start": 867.66, "end": 868.16, "word": " تطلعوا", "probability": 0.830908203125}, {"start": 868.16, "end": 868.24, "word": " ال", "probability": 0.84619140625}, {"start": 868.24, "end": 868.38, "word": " notes", "probability": 0.8623046875}, {"start": 868.38, "end": 868.9, "word": " بتاعتكم", "probability": 0.95458984375}, {"start": 868.9, "end": 869.84, "word": " رجعت", "probability": 0.7608235677083334}, {"start": 869.84, "end": 871.18, "word": " رسمتها؟", "probability": 0.93369140625}, {"start": 871.18, "end": 871.36, "word": " أنا", "probability": 0.759765625}, {"start": 871.36, "end": 871.62, "word": " انت", "probability": 0.60986328125}, {"start": 871.62, "end": 871.94, "word": " كلها", "probability": 0.8388671875}, {"start": 871.94, "end": 872.64, "word": " جزئية", "probability": 0.9232177734375}, {"start": 872.64, "end": 873.72, "word": " قولنا", "probability": 0.8974609375}, {"start": 873.72, "end": 874.42, "word": " بتستبدلها", "probability": 0.9828125}, {"start": 874.42, "end": 874.54, "word": " ب", "probability": 0.88916015625}, {"start": 874.54, "end": 874.72, "word": " current", "probability": 0.8779296875}, {"start": 874.72, "end": 874.96, "word": " source", "probability": 0.8740234375}, {"start": 874.96, "end": 875.38, "word": " مقاومة", "probability": 0.9947265625}, {"start": 875.38, "end": 875.46, "word": " على", "probability": 0.9541015625}, {"start": 875.46, "end": 876.02, "word": " التوازي", "probability": 0.9639892578125}, {"start": 876.02, "end": 877.06, "word": " حاطنعها", "probability": 0.7284912109375}, {"start": 877.06, "end": 877.8, "word": " بمكان؟", "probability": 0.9547119140625}], "temperature": 1.0}, {"id": 36, "seek": 90312, "start": 878.36, "end": 903.12, "text": "طلعوا على ال notes قولالكم ال R load أو باقي الدائرة مش هيتأثر كأنه مش متأثر بوجودها يعني هذه كلها بالتمام بتكافئ current source ومقاومة على التوازي واضح؟ واضحة تلاقيتها؟ للي سألت؟ ايش اسمك يا انت؟ واضحة؟ احنا استبدلنا كلها جزئية current source ومقاومة على التوازي نعم", "tokens": [9566, 1211, 3615, 14407, 15844, 2423, 5570, 12174, 12610, 6027, 24793, 2423, 497, 3677, 34051, 4724, 995, 38436, 32748, 16373, 25720, 37893, 8032, 36081, 10721, 49115, 9122, 33456, 3224, 37893, 44650, 10721, 49115, 4724, 29245, 23328, 11296, 37495, 22653, 29538, 28242, 11296, 20666, 39237, 10943, 39894, 4117, 31845, 19986, 2190, 4009, 4032, 2304, 4587, 995, 20498, 3660, 15844, 16712, 2407, 31377, 1829, 4032, 46958, 5016, 22807, 4032, 46958, 5016, 3660, 6055, 15040, 4587, 36081, 11296, 22807, 5296, 20292, 8608, 10721, 1211, 2655, 22807, 1975, 1829, 8592, 24525, 2304, 4117, 35186, 16472, 2655, 22807, 4032, 46958, 5016, 3660, 22807, 1975, 5016, 8315, 44713, 44510, 1211, 8315, 28242, 11296, 10874, 11622, 19986, 10632, 2190, 4009, 4032, 2304, 4587, 995, 20498, 3660, 15844, 16712, 2407, 31377, 1829, 8717, 25957], "avg_logprob": -0.1860236220472441, "compression_ratio": 1.868312757201646, "no_speech_prob": 0.0, "words": [{"start": 878.36, "end": 878.7, "word": "طلعوا", "probability": 0.906982421875}, {"start": 878.7, "end": 878.84, "word": " على", "probability": 0.810546875}, {"start": 878.84, "end": 878.92, "word": " ال", "probability": 0.87939453125}, {"start": 878.92, "end": 879.22, "word": " notes", "probability": 0.75}, {"start": 879.22, "end": 881.22, "word": " قولالكم", "probability": 0.7021484375}, {"start": 881.22, "end": 881.68, "word": " ال", "probability": 0.916015625}, {"start": 881.68, "end": 881.94, "word": " R", "probability": 0.76318359375}, {"start": 881.94, "end": 882.16, "word": " load", "probability": 0.4140625}, {"start": 882.16, "end": 882.34, "word": " أو", "probability": 0.798828125}, {"start": 882.34, "end": 882.7, "word": " باقي", "probability": 0.8512369791666666}, {"start": 882.7, "end": 883.36, "word": " الدائرة", "probability": 0.9874674479166666}, {"start": 883.36, "end": 883.96, "word": " مش", "probability": 0.91162109375}, {"start": 883.96, "end": 884.6, "word": " هيتأثر", "probability": 0.9571533203125}, {"start": 884.6, "end": 885.14, "word": " كأنه", "probability": 0.8986002604166666}, {"start": 885.14, "end": 885.26, "word": " مش", "probability": 0.97900390625}, {"start": 885.26, "end": 885.72, "word": " متأثر", "probability": 0.9777018229166666}, {"start": 885.72, "end": 886.34, "word": " بوجودها", "probability": 0.9522705078125}, {"start": 886.34, "end": 887.44, "word": " يعني", "probability": 0.8740234375}, {"start": 887.44, "end": 887.68, "word": " هذه", "probability": 0.59228515625}, {"start": 887.68, "end": 888.12, "word": " كلها", "probability": 0.994140625}, {"start": 888.12, "end": 888.62, "word": " بالتمام", "probability": 0.8889973958333334}, {"start": 888.62, "end": 889.2, "word": " بتكافئ", "probability": 0.8897705078125}, {"start": 889.2, "end": 889.46, "word": " current", "probability": 0.90283203125}, {"start": 889.46, "end": 889.78, "word": " source", "probability": 0.78662109375}, {"start": 889.78, "end": 890.22, "word": " ومقاومة", "probability": 0.8102620442708334}, {"start": 890.22, "end": 890.38, "word": " على", "probability": 0.92138671875}, {"start": 890.38, "end": 890.96, "word": " التوازي", "probability": 0.9154052734375}, {"start": 890.96, "end": 893.82, "word": " واضح؟", "probability": 0.9034423828125}, {"start": 893.82, "end": 894.48, "word": " واضحة", "probability": 0.8782958984375}, {"start": 894.48, "end": 895.16, "word": " تلاقيتها؟", "probability": 0.7174886067708334}, {"start": 895.16, "end": 895.36, "word": " للي", "probability": 0.766845703125}, {"start": 895.36, "end": 896.12, "word": " سألت؟", "probability": 0.804833984375}, {"start": 896.12, "end": 896.24, "word": " ايش", "probability": 0.548828125}, {"start": 896.24, "end": 896.52, "word": " اسمك", "probability": 0.8919270833333334}, {"start": 896.52, "end": 896.6, "word": " يا", "probability": 0.95556640625}, {"start": 896.6, "end": 897.92, "word": " انت؟", "probability": 0.7256673177083334}, {"start": 897.92, "end": 899.62, "word": " واضحة؟", "probability": 0.95322265625}, {"start": 899.62, "end": 899.88, "word": " احنا", "probability": 0.9793294270833334}, {"start": 899.88, "end": 900.48, "word": " استبدلنا", "probability": 0.9117431640625}, {"start": 900.48, "end": 900.86, "word": " كلها", "probability": 0.6510009765625}, {"start": 900.86, "end": 901.42, "word": " جزئية", "probability": 0.8709716796875}, {"start": 901.42, "end": 901.88, "word": " current", "probability": 0.339599609375}, {"start": 901.88, "end": 902.18, "word": " source", "probability": 0.841796875}, {"start": 902.18, "end": 902.52, "word": " ومقاومة", "probability": 0.9742024739583334}, {"start": 902.52, "end": 902.58, "word": " على", "probability": 0.93798828125}, {"start": 902.58, "end": 902.92, "word": " التوازي", "probability": 0.96142578125}, {"start": 902.92, "end": 903.12, "word": " نعم", "probability": 0.877685546875}], "temperature": 1.0}, {"id": 37, "seek": 92972, "start": 910.7, "end": 929.72, "text": "لأ، في هذه الحالة، مش في أي دائرة بتحفظ، إحنا بنحفظش، إحنا كل دائرة وحالتها الخاصة، لو صار إشي زي هيك عندي، بقول طبعا هيخز هدول المقاومات current قيمته 2 أمبير، من kerchief current law أو من اللي أنا اللي بشرحلكوا إياها قاعدة، تمام؟ إذا بدنا نجيب V-not", "tokens": [1211, 10721, 12399, 8978, 29538, 21542, 6027, 3660, 12399, 37893, 8978, 36632, 11778, 16373, 25720, 39894, 5016, 5172, 19913, 12399, 11933, 5016, 8315, 4724, 1863, 5016, 5172, 19913, 8592, 12399, 11933, 5016, 8315, 28242, 11778, 16373, 25720, 4032, 5016, 6027, 2655, 11296, 33962, 33546, 3660, 12399, 45164, 20328, 9640, 11933, 8592, 1829, 30767, 1829, 39896, 4117, 18871, 16254, 12399, 4724, 39648, 23032, 3555, 3615, 995, 39896, 9778, 11622, 8032, 3215, 12610, 9673, 4587, 995, 20498, 9307, 2190, 12174, 32640, 47395, 568, 5551, 2304, 3555, 13546, 12399, 9154, 19377, 30189, 2190, 2101, 34051, 9154, 13672, 1829, 41850, 13672, 1829, 4724, 46309, 5016, 23275, 14407, 11933, 25528, 11296, 12174, 995, 22488, 3660, 12399, 46811, 10943, 22807, 11933, 15730, 47525, 8315, 8717, 7435, 1829, 3555, 691, 12, 2247], "avg_logprob": -0.2929067446125878, "compression_ratio": 1.6447876447876448, "no_speech_prob": 1.7881393432617188e-07, "words": [{"start": 910.7, "end": 911.26, "word": "لأ،", "probability": 0.3265584309895833}, {"start": 911.26, "end": 911.34, "word": " في", "probability": 0.5400390625}, {"start": 911.34, "end": 911.52, "word": " هذه", "probability": 0.53662109375}, {"start": 911.52, "end": 911.98, "word": " الحالة،", "probability": 0.8916015625}, {"start": 911.98, "end": 912.06, "word": " مش", "probability": 0.47998046875}, {"start": 912.06, "end": 912.16, "word": " في", "probability": 0.8720703125}, {"start": 912.16, "end": 912.3, "word": " أي", "probability": 0.84814453125}, {"start": 912.3, "end": 912.6, "word": " دائرة", "probability": 0.9822591145833334}, {"start": 912.6, "end": 913.32, "word": " بتحفظ،", "probability": 0.67080078125}, {"start": 913.32, "end": 913.44, "word": " إحنا", "probability": 0.790771484375}, {"start": 913.44, "end": 914.08, "word": " بنحفظش،", "probability": 0.8005719866071429}, {"start": 914.08, "end": 914.2, "word": " إحنا", "probability": 0.9236653645833334}, {"start": 914.2, "end": 914.42, "word": " كل", "probability": 0.98095703125}, {"start": 914.42, "end": 914.84, "word": " دائرة", "probability": 0.9931640625}, {"start": 914.84, "end": 915.3, "word": " وحالتها", "probability": 0.89619140625}, {"start": 915.3, "end": 915.94, "word": " الخاصة،", "probability": 0.848388671875}, {"start": 915.94, "end": 916.6, "word": " لو", "probability": 0.9697265625}, {"start": 916.6, "end": 916.84, "word": " صار", "probability": 0.6890869140625}, {"start": 916.84, "end": 917.08, "word": " إشي", "probability": 0.78662109375}, {"start": 917.08, "end": 917.26, "word": " زي", "probability": 0.985107421875}, {"start": 917.26, "end": 917.54, "word": " هيك", "probability": 0.85888671875}, {"start": 917.54, "end": 918.3, "word": " عندي،", "probability": 0.8883463541666666}, {"start": 918.3, "end": 918.52, "word": " بقول", "probability": 0.990478515625}, {"start": 918.52, "end": 918.86, "word": " طبعا", "probability": 0.9832763671875}, {"start": 918.86, "end": 919.32, "word": " هيخز", "probability": 0.59375}, {"start": 919.32, "end": 919.66, "word": " هدول", "probability": 0.904296875}, {"start": 919.66, "end": 920.42, "word": " المقاومات", "probability": 0.9330078125}, {"start": 920.42, "end": 920.68, "word": " current", "probability": 0.89990234375}, {"start": 920.68, "end": 921.02, "word": " قيمته", "probability": 0.96923828125}, {"start": 921.02, "end": 921.22, "word": " 2", "probability": 0.650390625}, {"start": 921.22, "end": 922.06, "word": " أمبير،", "probability": 0.62529296875}, {"start": 922.06, "end": 922.18, "word": " من", "probability": 0.96826171875}, {"start": 922.18, "end": 922.54, "word": " kerchief", "probability": 0.240631103515625}, {"start": 922.54, "end": 922.88, "word": " current", "probability": 0.92236328125}, {"start": 922.88, "end": 923.18, "word": " law", "probability": 0.7392578125}, {"start": 923.18, "end": 923.64, "word": " أو", "probability": 0.8701171875}, {"start": 923.64, "end": 923.86, "word": " من", "probability": 0.9892578125}, {"start": 923.86, "end": 924.0, "word": " اللي", "probability": 0.892578125}, {"start": 924.0, "end": 924.14, "word": " أنا", "probability": 0.8837890625}, {"start": 924.14, "end": 924.3, "word": " اللي", "probability": 0.98046875}, {"start": 924.3, "end": 924.9, "word": " بشرحلكوا", "probability": 0.92373046875}, {"start": 924.9, "end": 925.06, "word": " إياها", "probability": 0.6302490234375}, {"start": 925.06, "end": 926.66, "word": " قاعدة،", "probability": 0.8482421875}, {"start": 926.66, "end": 928.62, "word": " تمام؟", "probability": 0.8395182291666666}, {"start": 928.62, "end": 928.82, "word": " إذا", "probability": 0.734619140625}, {"start": 928.82, "end": 929.1, "word": " بدنا", "probability": 0.60009765625}, {"start": 929.1, "end": 929.32, "word": " نجيب", "probability": 0.9027099609375}, {"start": 929.32, "end": 929.5, "word": " V", "probability": 0.84375}, {"start": 929.5, "end": 929.72, "word": "-not", "probability": 0.2991943359375}], "temperature": 1.0}, {"id": 38, "seek": 95258, "start": 930.74, "end": 952.58, "text": "بأي طريقة من الطرق اللي حكيناها ناخد مثلا ال current divider زي اللي بدأت أنا أرسم عندي هي ال current source مقدار 2 أمبير مش شرط عشان نتعود عندي ال 25 على التوازن مع العشرين وعندي المية قداش المكافئة ال 25 و20 هتبيحسبنا إياها؟", "tokens": [3555, 10721, 1829, 23032, 16572, 28671, 9154, 41950, 2288, 4587, 13672, 1829, 11331, 4117, 1829, 8315, 11296, 8717, 47283, 3215, 50113, 15040, 2423, 2190, 3414, 1438, 30767, 1829, 13672, 1829, 47525, 10721, 2655, 41850, 5551, 2288, 38251, 18871, 16254, 39896, 2423, 2190, 4009, 3714, 28543, 9640, 568, 5551, 2304, 3555, 13546, 37893, 13412, 2288, 9566, 6225, 8592, 7649, 8717, 2655, 3615, 23328, 18871, 16254, 2423, 3552, 15844, 16712, 2407, 31377, 1863, 20449, 18863, 46309, 9957, 4032, 3615, 1863, 16254, 9673, 10632, 12174, 3215, 33599, 9673, 4117, 31845, 19986, 3660, 2423, 3552, 4032, 2009, 8032, 2655, 21292, 5016, 35457, 8315, 11933, 25528, 11296, 22807], "avg_logprob": -0.24504206644800994, "compression_ratio": 1.6607929515418502, "no_speech_prob": 3.4570693969726562e-06, "words": [{"start": 930.74, "end": 931.08, "word": "بأي", "probability": 0.7796223958333334}, {"start": 931.08, "end": 931.52, "word": " طريقة", "probability": 0.98291015625}, {"start": 931.52, "end": 931.82, "word": " من", "probability": 0.98681640625}, {"start": 931.82, "end": 932.18, "word": " الطرق", "probability": 0.9192708333333334}, {"start": 932.18, "end": 932.32, "word": " اللي", "probability": 0.81640625}, {"start": 932.32, "end": 932.86, "word": " حكيناها", "probability": 0.93759765625}, {"start": 932.86, "end": 933.62, "word": " ناخد", "probability": 0.9228515625}, {"start": 933.62, "end": 933.88, "word": " مثلا", "probability": 0.973876953125}, {"start": 933.88, "end": 934.04, "word": " ال", "probability": 0.60888671875}, {"start": 934.04, "end": 934.2, "word": " current", "probability": 0.91064453125}, {"start": 934.2, "end": 934.78, "word": " divider", "probability": 0.728271484375}, {"start": 934.78, "end": 936.14, "word": " زي", "probability": 0.864501953125}, {"start": 936.14, "end": 936.18, "word": " اللي", "probability": 0.6746826171875}, {"start": 936.18, "end": 936.46, "word": " بدأت", "probability": 0.7937825520833334}, {"start": 936.46, "end": 936.58, "word": " أنا", "probability": 0.62841796875}, {"start": 936.58, "end": 936.94, "word": " أرسم", "probability": 0.9329427083333334}, {"start": 936.94, "end": 937.3, "word": " عندي", "probability": 0.581787109375}, {"start": 937.3, "end": 937.48, "word": " هي", "probability": 0.468994140625}, {"start": 937.48, "end": 937.58, "word": " ال", "probability": 0.703125}, {"start": 937.58, "end": 937.82, "word": " current", "probability": 0.97021484375}, {"start": 937.82, "end": 938.2, "word": " source", "probability": 0.8740234375}, {"start": 938.2, "end": 938.64, "word": " مقدار", "probability": 0.9505208333333334}, {"start": 938.64, "end": 938.92, "word": " 2", "probability": 0.58935546875}, {"start": 938.92, "end": 939.56, "word": " أمبير", "probability": 0.83233642578125}, {"start": 939.56, "end": 940.82, "word": " مش", "probability": 0.8837890625}, {"start": 940.82, "end": 941.08, "word": " شرط", "probability": 0.5527750651041666}, {"start": 941.08, "end": 941.32, "word": " عشان", "probability": 0.9654947916666666}, {"start": 941.32, "end": 941.76, "word": " نتعود", "probability": 0.9337158203125}, {"start": 941.76, "end": 942.02, "word": " عندي", "probability": 0.826171875}, {"start": 942.02, "end": 942.12, "word": " ال", "probability": 0.62646484375}, {"start": 942.12, "end": 942.66, "word": " 25", "probability": 0.810546875}, {"start": 942.66, "end": 943.06, "word": " على", "probability": 0.78564453125}, {"start": 943.06, "end": 943.6, "word": " التوازن", "probability": 0.9180908203125}, {"start": 943.6, "end": 943.74, "word": " مع", "probability": 0.9404296875}, {"start": 943.74, "end": 944.36, "word": " العشرين", "probability": 0.822265625}, {"start": 944.36, "end": 946.1, "word": " وعندي", "probability": 0.9237060546875}, {"start": 946.1, "end": 946.76, "word": " المية", "probability": 0.73974609375}, {"start": 946.76, "end": 948.94, "word": " قداش", "probability": 0.6044921875}, {"start": 948.94, "end": 949.42, "word": " المكافئة", "probability": 0.83828125}, {"start": 949.42, "end": 949.54, "word": " ال", "probability": 0.294677734375}, {"start": 949.54, "end": 950.02, "word": " 25", "probability": 0.9404296875}, {"start": 950.02, "end": 950.68, "word": " و20", "probability": 0.421630859375}, {"start": 950.68, "end": 952.08, "word": " هتبيحسبنا", "probability": 0.7312418619791666}, {"start": 952.08, "end": 952.58, "word": " إياها؟", "probability": 0.8603515625}], "temperature": 1.0}, {"id": 39, "seek": 98330, "start": 953.74, "end": 983.3, "text": "25 في 20 على 45 إيه مش رقم صحي فتطلع قداش 11 و 11 إذا أنا بقدر أجيب اللي هو ال current اللي بيمور في المية اللي أنا سميته I2 I2 هي ساوي المكافئة لهدولة تنتل 11 و 11 على 11.11 زائد 100 في 2 أنبعاء", "tokens": [6074, 8978, 945, 15844, 6905, 11933, 1829, 3224, 37893, 12602, 4587, 2304, 20328, 5016, 1829, 6156, 2655, 9566, 1211, 3615, 12174, 3215, 33599, 2975, 4032, 2975, 11933, 15730, 41850, 4724, 28543, 2288, 5551, 7435, 1829, 3555, 13672, 1829, 31439, 2423, 2190, 13672, 1829, 4724, 32640, 13063, 8978, 9673, 10632, 13672, 1829, 41850, 8608, 2304, 36081, 3224, 286, 17, 286, 17, 39896, 8608, 995, 45865, 9673, 4117, 31845, 19986, 3660, 46740, 3215, 12610, 3660, 6055, 29399, 1211, 2975, 4032, 2975, 15844, 2975, 13, 5348, 30767, 16373, 3215, 2319, 8978, 568, 14739, 3555, 3615, 16606], "avg_logprob": -0.30801195445212914, "compression_ratio": 1.5786802030456852, "no_speech_prob": 5.960464477539063e-08, "words": [{"start": 953.74, "end": 954.28, "word": "25", "probability": 0.59423828125}, {"start": 954.28, "end": 954.72, "word": " في", "probability": 0.1058349609375}, {"start": 954.72, "end": 955.32, "word": " 20", "probability": 0.91796875}, {"start": 955.32, "end": 956.12, "word": " على", "probability": 0.654296875}, {"start": 956.12, "end": 957.46, "word": " 45", "probability": 0.98046875}, {"start": 957.46, "end": 961.06, "word": " إيه", "probability": 0.54443359375}, {"start": 961.06, "end": 963.56, "word": " مش", "probability": 0.87109375}, {"start": 963.56, "end": 963.86, "word": " رقم", "probability": 0.9869791666666666}, {"start": 963.86, "end": 964.2, "word": " صحي", "probability": 0.9903971354166666}, {"start": 964.2, "end": 964.7, "word": " فتطلع", "probability": 0.764599609375}, {"start": 964.7, "end": 966.56, "word": " قداش", "probability": 0.643310546875}, {"start": 966.56, "end": 966.86, "word": " 11", "probability": 0.8759765625}, {"start": 966.86, "end": 967.02, "word": " و", "probability": 0.7314453125}, {"start": 967.02, "end": 967.44, "word": " 11", "probability": 0.60400390625}, {"start": 967.44, "end": 969.8, "word": " إذا", "probability": 0.717041015625}, {"start": 969.8, "end": 969.98, "word": " أنا", "probability": 0.477783203125}, {"start": 969.98, "end": 970.26, "word": " بقدر", "probability": 0.99169921875}, {"start": 970.26, "end": 970.68, "word": " أجيب", "probability": 0.971923828125}, {"start": 970.68, "end": 971.04, "word": " اللي", "probability": 0.915283203125}, {"start": 971.04, "end": 971.3, "word": " هو", "probability": 0.99560546875}, {"start": 971.3, "end": 971.56, "word": " ال", "probability": 0.6748046875}, {"start": 971.56, "end": 971.96, "word": " current", "probability": 0.9619140625}, {"start": 971.96, "end": 972.26, "word": " اللي", "probability": 0.961181640625}, {"start": 972.26, "end": 972.54, "word": " بيمور", "probability": 0.584228515625}, {"start": 972.54, "end": 972.68, "word": " في", "probability": 0.8447265625}, {"start": 972.68, "end": 972.98, "word": " المية", "probability": 0.78076171875}, {"start": 972.98, "end": 973.12, "word": " اللي", "probability": 0.968505859375}, {"start": 973.12, "end": 973.24, "word": " أنا", "probability": 0.8359375}, {"start": 973.24, "end": 973.66, "word": " سميته", "probability": 0.9105224609375}, {"start": 973.66, "end": 974.22, "word": " I2", "probability": 0.813232421875}, {"start": 974.22, "end": 975.32, "word": " I2", "probability": 0.9697265625}, {"start": 975.32, "end": 975.58, "word": " هي", "probability": 0.66015625}, {"start": 975.58, "end": 975.82, "word": " ساوي", "probability": 0.7425130208333334}, {"start": 975.82, "end": 976.5, "word": " المكافئة", "probability": 0.96494140625}, {"start": 976.5, "end": 977.02, "word": " لهدولة", "probability": 0.73529052734375}, {"start": 977.02, "end": 977.32, "word": " تنتل", "probability": 0.66748046875}, {"start": 977.32, "end": 977.68, "word": " 11", "probability": 0.73388671875}, {"start": 977.68, "end": 977.82, "word": " و", "probability": 0.40380859375}, {"start": 977.82, "end": 978.28, "word": " 11", "probability": 0.8251953125}, {"start": 978.28, "end": 979.02, "word": " على", "probability": 0.66943359375}, {"start": 979.02, "end": 979.72, "word": " 11", "probability": 0.96533203125}, {"start": 979.72, "end": 980.32, "word": ".11", "probability": 0.76904296875}, {"start": 980.32, "end": 980.78, "word": " زائد", "probability": 0.5743001302083334}, {"start": 980.78, "end": 981.2, "word": " 100", "probability": 0.736328125}, {"start": 981.2, "end": 981.76, "word": " في", "probability": 0.74169921875}, {"start": 981.76, "end": 982.26, "word": " 2", "probability": 0.95068359375}, {"start": 982.26, "end": 983.3, "word": " أنبعاء", "probability": 0.6767578125}], "temperature": 1.0}, {"id": 40, "seek": 100971, "start": 984.99, "end": 1009.71, "text": "هتأكد من الرقم اللى بتوقفونه يا انتوا المهم احنا انا هسبق .. يعني أسوأ هيك ولا هيك ونجيب ال voltage V0 اذا كملتوا الحساب بتطلع معنا عشرين Volt", "tokens": [3224, 2655, 10721, 4117, 3215, 9154, 34892, 4587, 2304, 13672, 7578, 39894, 30543, 5172, 11536, 3224, 35186, 16472, 2655, 14407, 9673, 16095, 1975, 5016, 8315, 1975, 8315, 8032, 35457, 4587, 4386, 37495, 22653, 5551, 3794, 2407, 10721, 39896, 4117, 49429, 39896, 4117, 4032, 1863, 7435, 1829, 3555, 2423, 8352, 691, 15, 1975, 15730, 9122, 42213, 2655, 14407, 21542, 3794, 16758, 39894, 9566, 1211, 3615, 20449, 8315, 6225, 46309, 9957, 40332], "avg_logprob": -0.2876320439325252, "compression_ratio": 1.4666666666666666, "no_speech_prob": 1.1920928955078125e-07, "words": [{"start": 984.99, "end": 985.65, "word": "هتأكد", "probability": 0.777490234375}, {"start": 985.65, "end": 985.93, "word": " من", "probability": 0.990234375}, {"start": 985.93, "end": 986.37, "word": " الرقم", "probability": 0.9734700520833334}, {"start": 986.37, "end": 986.47, "word": " اللى", "probability": 0.7880859375}, {"start": 986.47, "end": 986.99, "word": " بتوقفونه", "probability": 0.571484375}, {"start": 986.99, "end": 987.13, "word": " يا", "probability": 0.318603515625}, {"start": 987.13, "end": 993.17, "word": " انتوا", "probability": 0.8077799479166666}, {"start": 993.17, "end": 1000.75, "word": " المهم", "probability": 0.72265625}, {"start": 1000.75, "end": 1001.11, "word": " احنا", "probability": 0.9568684895833334}, {"start": 1001.11, "end": 1001.49, "word": " انا", "probability": 0.6590576171875}, {"start": 1001.49, "end": 1001.89, "word": " هسبق", "probability": 0.91015625}, {"start": 1001.89, "end": 1001.93, "word": " ..", "probability": 0.309814453125}, {"start": 1001.93, "end": 1002.15, "word": " يعني", "probability": 0.89306640625}, {"start": 1002.15, "end": 1002.67, "word": " أسوأ", "probability": 0.62786865234375}, {"start": 1002.67, "end": 1002.93, "word": " هيك", "probability": 0.88818359375}, {"start": 1002.93, "end": 1003.03, "word": " ولا", "probability": 0.69921875}, {"start": 1003.03, "end": 1003.31, "word": " هيك", "probability": 0.9912109375}, {"start": 1003.31, "end": 1003.89, "word": " ونجيب", "probability": 0.95}, {"start": 1003.89, "end": 1004.27, "word": " ال", "probability": 0.97509765625}, {"start": 1004.27, "end": 1004.67, "word": " voltage", "probability": 0.908203125}, {"start": 1004.67, "end": 1005.17, "word": " V0", "probability": 0.48193359375}, {"start": 1005.17, "end": 1005.91, "word": " اذا", "probability": 0.79248046875}, {"start": 1005.91, "end": 1006.39, "word": " كملتوا", "probability": 0.8797607421875}, {"start": 1006.39, "end": 1006.93, "word": " الحساب", "probability": 0.96728515625}, {"start": 1006.93, "end": 1007.69, "word": " بتطلع", "probability": 0.807373046875}, {"start": 1007.69, "end": 1008.09, "word": " معنا", "probability": 0.82470703125}, {"start": 1008.09, "end": 1009.07, "word": " عشرين", "probability": 0.8513997395833334}, {"start": 1009.07, "end": 1009.71, "word": " Volt", "probability": 0.27587890625}], "temperature": 1.0}, {"id": 41, "seek": 103947, "start": 1012.33, "end": 1039.47, "text": "أذا أسوق بالطريقة اللي أنا حكيتها أجيب المكافئة أقلهم كلهم 20 على التوازن مع 25 مع 100 و أجيب ال V0 أو باستخدام ال current divider و أجيب قيمة اللي هو ال V إنها I 2 في 100 لازم يعطينا ال 20 volt طبعا هذا الجزء الأول إذا V0 طلعت لنا 20 volt الجزء التام السؤال بقول يبدأ ال power اللي على ال source اللي هي ال 250 volt", "tokens": [10721, 15730, 5551, 3794, 30543, 20666, 9566, 16572, 28671, 13672, 1829, 41850, 11331, 4117, 36081, 11296, 5551, 7435, 1829, 3555, 9673, 4117, 31845, 19986, 3660, 5551, 4587, 1211, 16095, 28242, 16095, 945, 15844, 16712, 2407, 31377, 1863, 20449, 3552, 20449, 2319, 4032, 5551, 7435, 1829, 3555, 2423, 691, 15, 34051, 4724, 995, 14851, 9778, 3215, 10943, 2423, 2190, 3414, 1438, 4032, 5551, 7435, 1829, 3555, 12174, 32640, 3660, 13672, 1829, 31439, 2423, 691, 36145, 11296, 286, 568, 8978, 2319, 5296, 31377, 2304, 37495, 9566, 1829, 8315, 2423, 945, 5962, 23032, 3555, 3615, 995, 23758, 25724, 11622, 38207, 16247, 12610, 11933, 15730, 691, 15, 23032, 1211, 34268, 5296, 8315, 945, 5962, 25724, 11622, 38207, 16712, 10943, 21136, 33604, 6027, 4724, 39648, 7251, 44510, 10721, 2423, 1347, 13672, 1829, 15844, 2423, 4009, 13672, 1829, 39896, 2423, 11650, 5962], "avg_logprob": -0.22217153023629294, "compression_ratio": 1.7964285714285715, "no_speech_prob": 0.0, "words": [{"start": 1012.33, "end": 1012.67, "word": "أذا", "probability": 0.583984375}, {"start": 1012.67, "end": 1013.15, "word": " أسوق", "probability": 0.91015625}, {"start": 1013.15, "end": 1013.59, "word": " بالطريقة", "probability": 0.9727783203125}, {"start": 1013.59, "end": 1013.71, "word": " اللي", "probability": 0.6826171875}, {"start": 1013.71, "end": 1013.81, "word": " أنا", "probability": 0.41748046875}, {"start": 1013.81, "end": 1014.21, "word": " حكيتها", "probability": 0.9757080078125}, {"start": 1014.21, "end": 1014.41, "word": " أجيب", "probability": 0.8582763671875}, {"start": 1014.41, "end": 1014.99, "word": " المكافئة", "probability": 0.9736328125}, {"start": 1014.99, "end": 1015.33, "word": " أقلهم", "probability": 0.642181396484375}, {"start": 1015.33, "end": 1015.79, "word": " كلهم", "probability": 0.968505859375}, {"start": 1015.79, "end": 1016.59, "word": " 20", "probability": 0.476318359375}, {"start": 1016.59, "end": 1016.77, "word": " على", "probability": 0.53857421875}, {"start": 1016.77, "end": 1017.11, "word": " التوازن", "probability": 0.894775390625}, {"start": 1017.11, "end": 1017.21, "word": " مع", "probability": 0.51953125}, {"start": 1017.21, "end": 1017.73, "word": " 25", "probability": 0.9755859375}, {"start": 1017.73, "end": 1018.01, "word": " مع", "probability": 0.329833984375}, {"start": 1018.01, "end": 1018.75, "word": " 100", "probability": 0.91650390625}, {"start": 1018.75, "end": 1019.31, "word": " و", "probability": 0.48681640625}, {"start": 1019.31, "end": 1019.47, "word": " أجيب", "probability": 0.8870849609375}, {"start": 1019.47, "end": 1019.57, "word": " ال", "probability": 0.7265625}, {"start": 1019.57, "end": 1019.95, "word": " V0", "probability": 0.580810546875}, {"start": 1019.95, "end": 1020.17, "word": " أو", "probability": 0.728515625}, {"start": 1020.17, "end": 1020.73, "word": " باستخدام", "probability": 0.9800618489583334}, {"start": 1020.73, "end": 1020.91, "word": " ال", "probability": 0.5947265625}, {"start": 1020.91, "end": 1021.09, "word": " current", "probability": 0.8740234375}, {"start": 1021.09, "end": 1021.69, "word": " divider", "probability": 0.797607421875}, {"start": 1021.69, "end": 1022.23, "word": " و", "probability": 0.8076171875}, {"start": 1022.23, "end": 1022.45, "word": " أجيب", "probability": 0.9722900390625}, {"start": 1022.45, "end": 1022.91, "word": " قيمة", "probability": 0.9884440104166666}, {"start": 1022.91, "end": 1023.07, "word": " اللي", "probability": 0.829833984375}, {"start": 1023.07, "end": 1023.33, "word": " هو", "probability": 0.9296875}, {"start": 1023.33, "end": 1024.09, "word": " ال", "probability": 0.52734375}, {"start": 1024.09, "end": 1024.35, "word": " V", "probability": 0.96435546875}, {"start": 1024.35, "end": 1024.73, "word": " إنها", "probability": 0.736572265625}, {"start": 1024.73, "end": 1025.11, "word": " I", "probability": 0.9228515625}, {"start": 1025.11, "end": 1025.39, "word": " 2", "probability": 0.70166015625}, {"start": 1025.39, "end": 1025.67, "word": " في", "probability": 0.365966796875}, {"start": 1025.67, "end": 1026.01, "word": " 100", "probability": 0.86669921875}, {"start": 1026.01, "end": 1026.39, "word": " لازم", "probability": 0.9591471354166666}, {"start": 1026.39, "end": 1026.83, "word": " يعطينا", "probability": 0.9169921875}, {"start": 1026.83, "end": 1027.05, "word": " ال", "probability": 0.5166015625}, {"start": 1027.05, "end": 1027.37, "word": " 20", "probability": 0.9208984375}, {"start": 1027.37, "end": 1027.69, "word": " volt", "probability": 0.449951171875}, {"start": 1027.69, "end": 1028.49, "word": " طبعا", "probability": 0.85986328125}, {"start": 1028.49, "end": 1028.61, "word": " هذا", "probability": 0.52587890625}, {"start": 1028.61, "end": 1028.81, "word": " الجزء", "probability": 0.7991536458333334}, {"start": 1028.81, "end": 1029.11, "word": " الأول", "probability": 0.98095703125}, {"start": 1029.11, "end": 1029.33, "word": " إذا", "probability": 0.7353515625}, {"start": 1029.33, "end": 1029.81, "word": " V0", "probability": 0.94140625}, {"start": 1029.81, "end": 1030.21, "word": " طلعت", "probability": 0.9632161458333334}, {"start": 1030.21, "end": 1030.39, "word": " لنا", "probability": 0.91259765625}, {"start": 1030.39, "end": 1030.77, "word": " 20", "probability": 0.8671875}, {"start": 1030.77, "end": 1031.25, "word": " volt", "probability": 0.87548828125}, {"start": 1031.25, "end": 1034.05, "word": " الجزء", "probability": 0.96240234375}, {"start": 1034.05, "end": 1034.41, "word": " التام", "probability": 0.692626953125}, {"start": 1034.41, "end": 1034.79, "word": " السؤال", "probability": 0.9127604166666666}, {"start": 1034.79, "end": 1035.03, "word": " بقول", "probability": 0.620361328125}, {"start": 1035.03, "end": 1035.51, "word": " يبدأ", "probability": 0.5638020833333334}, {"start": 1035.51, "end": 1035.61, "word": " ال", "probability": 0.69873046875}, {"start": 1035.61, "end": 1035.91, "word": " power", "probability": 0.65966796875}, {"start": 1035.91, "end": 1036.23, "word": " اللي", "probability": 0.9482421875}, {"start": 1036.23, "end": 1036.45, "word": " على", "probability": 0.90869140625}, {"start": 1036.45, "end": 1036.65, "word": " ال", "probability": 0.94970703125}, {"start": 1036.65, "end": 1037.09, "word": " source", "probability": 0.90673828125}, {"start": 1037.09, "end": 1038.05, "word": " اللي", "probability": 0.959716796875}, {"start": 1038.05, "end": 1038.15, "word": " هي", "probability": 0.7529296875}, {"start": 1038.15, "end": 1038.23, "word": " ال", "probability": 0.537109375}, {"start": 1038.23, "end": 1038.83, "word": " 250", "probability": 0.89111328125}, {"start": 1038.83, "end": 1039.47, "word": " volt", "probability": 0.8681640625}], "temperature": 1.0}, {"id": 42, "seek": 106492, "start": 1040.76, "end": 1064.92, "text": "ماجيش على المكافئات لإنها أصلا متظاهرة في المكافئة باقي الجزء اللي فيه ال source احنا هولناها ك ground source برجع للأصلية بس برجع ومعلمة معلومات جديدة ولا لأ عندي معلومة أنا عارفاها اللي هي VNOT قيمة VNOT إنها بالسبع عشرين صحيح؟", "tokens": [2304, 26108, 1829, 8592, 15844, 9673, 4117, 31845, 19986, 9307, 5296, 28814, 1863, 11296, 5551, 9381, 15040, 44650, 19913, 40294, 25720, 8978, 9673, 4117, 31845, 19986, 3660, 4724, 995, 38436, 25724, 11622, 38207, 13672, 1829, 8978, 3224, 2423, 4009, 1975, 5016, 8315, 8032, 12610, 8315, 11296, 9122, 2727, 4009, 4724, 47341, 3615, 24976, 10721, 9381, 1211, 10632, 4724, 3794, 4724, 47341, 3615, 4032, 2304, 3615, 19528, 3660, 20449, 1211, 20498, 9307, 10874, 16254, 41891, 49429, 5296, 10721, 18871, 16254, 20449, 1211, 20498, 3660, 41850, 6225, 9640, 5172, 995, 11296, 13672, 1829, 39896, 691, 45, 5068, 12174, 32640, 3660, 691, 45, 5068, 36145, 11296, 20666, 35457, 3615, 6225, 46309, 9957, 20328, 5016, 1829, 5016, 22807], "avg_logprob": -0.24375000077745188, "compression_ratio": 1.75, "no_speech_prob": 2.384185791015625e-07, "words": [{"start": 1040.76, "end": 1041.22, "word": "ماجيش", "probability": 0.72381591796875}, {"start": 1041.22, "end": 1041.38, "word": " على", "probability": 0.77001953125}, {"start": 1041.38, "end": 1042.3, "word": " المكافئات", "probability": 0.96708984375}, {"start": 1042.3, "end": 1043.16, "word": " لإنها", "probability": 0.77056884765625}, {"start": 1043.16, "end": 1043.38, "word": " أصلا", "probability": 0.8907877604166666}, {"start": 1043.38, "end": 1043.88, "word": " متظاهرة", "probability": 0.72314453125}, {"start": 1043.88, "end": 1044.02, "word": " في", "probability": 0.92919921875}, {"start": 1044.02, "end": 1044.76, "word": " المكافئة", "probability": 0.990625}, {"start": 1044.76, "end": 1045.42, "word": " باقي", "probability": 0.9283854166666666}, {"start": 1045.42, "end": 1045.9, "word": " الجزء", "probability": 0.9820963541666666}, {"start": 1045.9, "end": 1046.08, "word": " اللي", "probability": 0.880859375}, {"start": 1046.08, "end": 1046.38, "word": " فيه", "probability": 0.774658203125}, {"start": 1046.38, "end": 1046.48, "word": " ال", "probability": 0.869140625}, {"start": 1046.48, "end": 1046.78, "word": " source", "probability": 0.85546875}, {"start": 1046.78, "end": 1046.96, "word": " احنا", "probability": 0.7652180989583334}, {"start": 1046.96, "end": 1047.34, "word": " هولناها", "probability": 0.63323974609375}, {"start": 1047.34, "end": 1047.44, "word": " ك", "probability": 0.68408203125}, {"start": 1047.44, "end": 1047.6, "word": " ground", "probability": 0.1929931640625}, {"start": 1047.6, "end": 1048.02, "word": " source", "probability": 0.91943359375}, {"start": 1048.02, "end": 1048.78, "word": " برجع", "probability": 0.8772786458333334}, {"start": 1048.78, "end": 1049.52, "word": " للأصلية", "probability": 0.671435546875}, {"start": 1049.52, "end": 1050.66, "word": " بس", "probability": 0.961669921875}, {"start": 1050.66, "end": 1051.08, "word": " برجع", "probability": 0.9890950520833334}, {"start": 1051.08, "end": 1051.52, "word": " ومعلمة", "probability": 0.728466796875}, {"start": 1051.52, "end": 1051.98, "word": " معلومات", "probability": 0.8802490234375}, {"start": 1051.98, "end": 1052.4, "word": " جديدة", "probability": 0.9908854166666666}, {"start": 1052.4, "end": 1052.58, "word": " ولا", "probability": 0.607421875}, {"start": 1052.58, "end": 1052.94, "word": " لأ", "probability": 0.833984375}, {"start": 1052.94, "end": 1053.58, "word": " عندي", "probability": 0.692138671875}, {"start": 1053.58, "end": 1054.26, "word": " معلومة", "probability": 0.9918212890625}, {"start": 1054.26, "end": 1054.52, "word": " أنا", "probability": 0.802734375}, {"start": 1054.52, "end": 1054.96, "word": " عارفاها", "probability": 0.906640625}, {"start": 1054.96, "end": 1055.12, "word": " اللي", "probability": 0.853515625}, {"start": 1055.12, "end": 1055.32, "word": " هي", "probability": 0.9013671875}, {"start": 1055.32, "end": 1055.82, "word": " VNOT", "probability": 0.56500244140625}, {"start": 1055.82, "end": 1056.78, "word": " قيمة", "probability": 0.9694010416666666}, {"start": 1056.78, "end": 1057.32, "word": " VNOT", "probability": 0.8844401041666666}, {"start": 1057.32, "end": 1059.54, "word": " إنها", "probability": 0.722900390625}, {"start": 1059.54, "end": 1059.94, "word": " بالسبع", "probability": 0.4926350911458333}, {"start": 1059.94, "end": 1060.68, "word": " عشرين", "probability": 0.9347330729166666}, {"start": 1060.68, "end": 1064.92, "word": " صحيح؟", "probability": 0.96904296875}], "temperature": 1.0}, {"id": 43, "seek": 108916, "start": 1068.02, "end": 1089.16, "text": "بقولي أنا بدي ال power اللي على العيش 220 volt إيش بلزمني؟ أنا عارفة ال voltage، بدي الطيارة، لإن ال power على أي source ال power على ال 220 volt إيش بساوي؟ قيمة ال voltage اللي هي VS في الطيارة بالمرفي، لو صمناها IS وخدت اتجاه حتى هذه، ولا الصحية طالعة من هنا، خلينا ناخد الاتجاه اللي .. اللي إحنا بتعودين عليها، الصحية", "tokens": [3555, 39648, 1829, 41850, 4724, 16254, 2423, 1347, 13672, 1829, 15844, 18863, 1829, 8592, 29387, 5962, 11933, 1829, 8592, 4724, 1211, 11622, 2304, 22653, 22807, 41850, 6225, 9640, 5172, 3660, 2423, 8352, 12399, 4724, 16254, 41950, 1829, 9640, 3660, 12399, 5296, 28814, 1863, 2423, 1347, 15844, 36632, 4009, 2423, 1347, 15844, 2423, 29387, 5962, 11933, 1829, 8592, 4724, 3794, 995, 45865, 22807, 12174, 32640, 3660, 2423, 8352, 13672, 1829, 39896, 25091, 8978, 41950, 1829, 9640, 3660, 20666, 2304, 28480, 1829, 12399, 45164, 20328, 2304, 8315, 11296, 6205, 4032, 9778, 3215, 2655, 1975, 2655, 7435, 40294, 11331, 49975, 29538, 12399, 49429, 31767, 5016, 10632, 23032, 6027, 27884, 9154, 34105, 12399, 16490, 20292, 8315, 8717, 47283, 3215, 2423, 9307, 7435, 40294, 13672, 1829, 4386, 13672, 1829, 11933, 5016, 8315, 39894, 3615, 23328, 9957, 25894, 11296, 12399, 31767, 5016, 10632], "avg_logprob": -0.24864131385001584, "compression_ratio": 1.9370370370370371, "no_speech_prob": 4.76837158203125e-07, "words": [{"start": 1068.02, "end": 1068.38, "word": "بقولي", "probability": 0.5875651041666666}, {"start": 1068.38, "end": 1068.52, "word": " أنا", "probability": 0.611328125}, {"start": 1068.52, "end": 1068.84, "word": " بدي", "probability": 0.8330078125}, {"start": 1068.84, "end": 1069.04, "word": " ال", "probability": 0.6767578125}, {"start": 1069.04, "end": 1069.42, "word": " power", "probability": 0.78271484375}, {"start": 1069.42, "end": 1069.72, "word": " اللي", "probability": 0.85693359375}, {"start": 1069.72, "end": 1069.94, "word": " على", "probability": 0.62353515625}, {"start": 1069.94, "end": 1070.28, "word": " العيش", "probability": 0.6304931640625}, {"start": 1070.28, "end": 1070.7, "word": " 220", "probability": 0.85009765625}, {"start": 1070.7, "end": 1071.26, "word": " volt", "probability": 0.416259765625}, {"start": 1071.26, "end": 1071.44, "word": " إيش", "probability": 0.754638671875}, {"start": 1071.44, "end": 1072.04, "word": " بلزمني؟", "probability": 0.8208414713541666}, {"start": 1072.04, "end": 1072.16, "word": " أنا", "probability": 0.9013671875}, {"start": 1072.16, "end": 1072.48, "word": " عارفة", "probability": 0.9696044921875}, {"start": 1072.48, "end": 1072.56, "word": " ال", "probability": 0.9873046875}, {"start": 1072.56, "end": 1072.94, "word": " voltage،", "probability": 0.79833984375}, {"start": 1072.94, "end": 1073.08, "word": " بدي", "probability": 0.8837890625}, {"start": 1073.08, "end": 1074.16, "word": " الطيارة،", "probability": 0.712158203125}, {"start": 1074.16, "end": 1074.38, "word": " لإن", "probability": 0.830078125}, {"start": 1074.38, "end": 1074.48, "word": " ال", "probability": 0.984375}, {"start": 1074.48, "end": 1074.66, "word": " power", "probability": 0.87548828125}, {"start": 1074.66, "end": 1074.88, "word": " على", "probability": 0.8525390625}, {"start": 1074.88, "end": 1075.04, "word": " أي", "probability": 0.94580078125}, {"start": 1075.04, "end": 1075.58, "word": " source", "probability": 0.92919921875}, {"start": 1075.58, "end": 1076.02, "word": " ال", "probability": 0.425537109375}, {"start": 1076.02, "end": 1076.24, "word": " power", "probability": 0.859375}, {"start": 1076.24, "end": 1076.38, "word": " على", "probability": 0.80322265625}, {"start": 1076.38, "end": 1076.46, "word": " ال", "probability": 0.89111328125}, {"start": 1076.46, "end": 1076.96, "word": " 220", "probability": 0.93505859375}, {"start": 1076.96, "end": 1077.26, "word": " volt", "probability": 0.5810546875}, {"start": 1077.26, "end": 1077.38, "word": " إيش", "probability": 0.9615885416666666}, {"start": 1077.38, "end": 1078.24, "word": " بساوي؟", "probability": 0.9087890625}, {"start": 1078.24, "end": 1079.16, "word": " قيمة", "probability": 0.9881184895833334}, {"start": 1079.16, "end": 1079.26, "word": " ال", "probability": 0.99560546875}, {"start": 1079.26, "end": 1079.76, "word": " voltage", "probability": 0.9560546875}, {"start": 1079.76, "end": 1080.0, "word": " اللي", "probability": 0.8837890625}, {"start": 1080.0, "end": 1080.14, "word": " هي", "probability": 0.94140625}, {"start": 1080.14, "end": 1080.56, "word": " VS", "probability": 0.431884765625}, {"start": 1080.56, "end": 1080.78, "word": " في", "probability": 0.90771484375}, {"start": 1080.78, "end": 1081.14, "word": " الطيارة", "probability": 0.9012451171875}, {"start": 1081.14, "end": 1082.18, "word": " بالمرفي،", "probability": 0.6447265625}, {"start": 1082.18, "end": 1082.56, "word": " لو", "probability": 0.9765625}, {"start": 1082.56, "end": 1083.0, "word": " صمناها", "probability": 0.84716796875}, {"start": 1083.0, "end": 1083.24, "word": " IS", "probability": 0.7939453125}, {"start": 1083.24, "end": 1083.7, "word": " وخدت", "probability": 0.85577392578125}, {"start": 1083.7, "end": 1084.02, "word": " اتجاه", "probability": 0.947509765625}, {"start": 1084.02, "end": 1084.38, "word": " حتى", "probability": 0.6962890625}, {"start": 1084.38, "end": 1084.86, "word": " هذه،", "probability": 0.566162109375}, {"start": 1084.86, "end": 1085.0, "word": " ولا", "probability": 0.6875}, {"start": 1085.0, "end": 1085.68, "word": " الصحية", "probability": 0.7998046875}, {"start": 1085.68, "end": 1086.04, "word": " طالعة", "probability": 0.9220377604166666}, {"start": 1086.04, "end": 1086.18, "word": " من", "probability": 0.67919921875}, {"start": 1086.18, "end": 1086.32, "word": " هنا،", "probability": 0.63916015625}, {"start": 1086.32, "end": 1086.56, "word": " خلينا", "probability": 0.7767740885416666}, {"start": 1086.56, "end": 1086.8, "word": " ناخد", "probability": 0.9816080729166666}, {"start": 1086.8, "end": 1087.3, "word": " الاتجاه", "probability": 0.916015625}, {"start": 1087.3, "end": 1087.64, "word": " اللي", "probability": 0.97412109375}, {"start": 1087.64, "end": 1087.64, "word": " ..", "probability": 0.483154296875}, {"start": 1087.64, "end": 1087.98, "word": " اللي", "probability": 0.981201171875}, {"start": 1087.98, "end": 1088.12, "word": " إحنا", "probability": 0.8795572916666666}, {"start": 1088.12, "end": 1088.56, "word": " بتعودين", "probability": 0.80181884765625}, {"start": 1088.56, "end": 1088.86, "word": " عليها،", "probability": 0.6151529947916666}, {"start": 1088.86, "end": 1089.16, "word": " الصحية", "probability": 0.9861653645833334}], "temperature": 1.0}, {"id": 44, "seek": 111759, "start": 1090.26, "end": 1117.6, "text": "IS و الإشارة سالبة ليش الإشارة سالبة أن ال current في تجاه ال voltage rise إذا لازم أعرف IS إذا عرفت كيمية IS فخلص الضوء إحنا بلاش نرجع نحل السؤال من أول وجه نستعين بالمعلومة اللي جيبناها من إيه و أشوف أداشو هتسهل علي بحل هذا السؤال لو طلعنا بشكل حذر على الدائرة إيش هلاحظ هذا ال element مش بيوازي هذا ال element مش إحنا متفقين هنا إذا ال voltage حوالين هذا ماله", "tokens": [2343, 4032, 33688, 8592, 9640, 3660, 8608, 6027, 49401, 32239, 8592, 33688, 8592, 9640, 3660, 8608, 6027, 49401, 14739, 2423, 2190, 8978, 6055, 7435, 40294, 2423, 8352, 6272, 11933, 15730, 5296, 31377, 2304, 5551, 3615, 28480, 6205, 11933, 15730, 6225, 28480, 2655, 9122, 32640, 10632, 6205, 6156, 9778, 1211, 9381, 6024, 114, 2407, 38207, 11933, 5016, 8315, 4724, 15040, 8592, 8717, 47341, 3615, 8717, 5016, 1211, 21136, 33604, 6027, 9154, 5551, 12610, 49610, 3224, 8717, 14851, 3615, 9957, 20666, 2304, 30241, 20498, 3660, 13672, 1829, 10874, 1829, 3555, 8315, 11296, 9154, 11933, 1829, 3224, 4032, 5551, 8592, 38688, 5551, 3215, 33599, 2407, 8032, 2655, 3794, 3224, 1211, 25894, 4724, 5016, 1211, 23758, 21136, 33604, 6027, 45164, 23032, 1211, 3615, 8315, 4724, 8592, 28820, 11331, 8848, 2288, 15844, 32748, 16373, 25720, 11933, 1829, 8592, 8032, 15040, 5016, 19913, 23758, 2423, 4478, 37893, 4724, 1829, 2407, 31377, 1829, 23758, 2423, 4478, 37893, 11933, 5016, 8315, 44650, 5172, 4587, 9957, 34105, 11933, 15730, 2423, 8352, 11331, 2407, 6027, 9957, 23758, 3714, 6027, 3224], "avg_logprob": -0.20175438875343368, "compression_ratio": 1.939297124600639, "no_speech_prob": 0.0, "words": [{"start": 1090.26, "end": 1090.72, "word": "IS", "probability": 0.521484375}, {"start": 1090.72, "end": 1091.4, "word": " و", "probability": 0.491943359375}, {"start": 1091.4, "end": 1091.94, "word": " الإشارة", "probability": 0.8941650390625}, {"start": 1091.94, "end": 1092.24, "word": " سالبة", "probability": 0.8458658854166666}, {"start": 1092.24, "end": 1092.44, "word": " ليش", "probability": 0.6807861328125}, {"start": 1092.44, "end": 1092.82, "word": " الإشارة", "probability": 0.96142578125}, {"start": 1092.82, "end": 1093.24, "word": " سالبة", "probability": 0.96875}, {"start": 1093.24, "end": 1093.8, "word": " أن", "probability": 0.46142578125}, {"start": 1093.8, "end": 1093.96, "word": " ال", "probability": 0.8271484375}, {"start": 1093.96, "end": 1094.18, "word": " current", "probability": 0.94677734375}, {"start": 1094.18, "end": 1094.34, "word": " في", "probability": 0.228515625}, {"start": 1094.34, "end": 1094.6, "word": " تجاه", "probability": 0.8238932291666666}, {"start": 1094.6, "end": 1094.74, "word": " ال", "probability": 0.9111328125}, {"start": 1094.74, "end": 1095.02, "word": " voltage", "probability": 0.94775390625}, {"start": 1095.02, "end": 1095.36, "word": " rise", "probability": 0.30078125}, {"start": 1095.36, "end": 1095.84, "word": " إذا", "probability": 0.758544921875}, {"start": 1095.84, "end": 1096.2, "word": " لازم", "probability": 0.9645182291666666}, {"start": 1096.2, "end": 1096.58, "word": " أعرف", "probability": 0.8090006510416666}, {"start": 1096.58, "end": 1097.04, "word": " IS", "probability": 0.86865234375}, {"start": 1097.04, "end": 1097.88, "word": " إذا", "probability": 0.9189453125}, {"start": 1097.88, "end": 1098.24, "word": " عرفت", "probability": 0.9889322916666666}, {"start": 1098.24, "end": 1098.56, "word": " كيمية", "probability": 0.7911783854166666}, {"start": 1098.56, "end": 1099.1, "word": " IS", "probability": 0.9482421875}, {"start": 1099.1, "end": 1100.88, "word": " فخلص", "probability": 0.8892822265625}, {"start": 1100.88, "end": 1101.34, "word": " الضوء", "probability": 0.78216552734375}, {"start": 1101.34, "end": 1102.12, "word": " إحنا", "probability": 0.802001953125}, {"start": 1102.12, "end": 1102.4, "word": " بلاش", "probability": 0.681640625}, {"start": 1102.4, "end": 1102.7, "word": " نرجع", "probability": 0.90478515625}, {"start": 1102.7, "end": 1102.96, "word": " نحل", "probability": 0.9625651041666666}, {"start": 1102.96, "end": 1103.34, "word": " السؤال", "probability": 0.9920247395833334}, {"start": 1103.34, "end": 1103.5, "word": " من", "probability": 0.974609375}, {"start": 1103.5, "end": 1103.64, "word": " أول", "probability": 0.961181640625}, {"start": 1103.64, "end": 1103.86, "word": " وجه", "probability": 0.96142578125}, {"start": 1103.86, "end": 1104.6, "word": " نستعين", "probability": 0.79791259765625}, {"start": 1104.6, "end": 1105.12, "word": " بالمعلومة", "probability": 0.97109375}, {"start": 1105.12, "end": 1105.24, "word": " اللي", "probability": 0.817138671875}, {"start": 1105.24, "end": 1105.56, "word": " جيبناها", "probability": 0.93154296875}, {"start": 1105.56, "end": 1105.74, "word": " من", "probability": 0.99072265625}, {"start": 1105.74, "end": 1106.28, "word": " إيه", "probability": 0.92578125}, {"start": 1106.28, "end": 1106.66, "word": " و", "probability": 0.81982421875}, {"start": 1106.66, "end": 1106.8, "word": " أشوف", "probability": 0.9357096354166666}, {"start": 1106.8, "end": 1107.08, "word": " أداشو", "probability": 0.5001220703125}, {"start": 1107.08, "end": 1107.52, "word": " هتسهل", "probability": 0.8150390625}, {"start": 1107.52, "end": 1107.72, "word": " علي", "probability": 0.71728515625}, {"start": 1107.72, "end": 1108.6, "word": " بحل", "probability": 0.5695393880208334}, {"start": 1108.6, "end": 1108.78, "word": " هذا", "probability": 0.8271484375}, {"start": 1108.78, "end": 1109.36, "word": " السؤال", "probability": 0.99560546875}, {"start": 1109.36, "end": 1109.62, "word": " لو", "probability": 0.95263671875}, {"start": 1109.62, "end": 1110.04, "word": " طلعنا", "probability": 0.98486328125}, {"start": 1110.04, "end": 1110.38, "word": " بشكل", "probability": 0.9943033854166666}, {"start": 1110.38, "end": 1110.74, "word": " حذر", "probability": 0.8605143229166666}, {"start": 1110.74, "end": 1110.9, "word": " على", "probability": 0.9091796875}, {"start": 1110.9, "end": 1111.32, "word": " الدائرة", "probability": 0.9851888020833334}, {"start": 1111.32, "end": 1111.48, "word": " إيش", "probability": 0.8896484375}, {"start": 1111.48, "end": 1112.0, "word": " هلاحظ", "probability": 0.9647216796875}, {"start": 1112.0, "end": 1112.66, "word": " هذا", "probability": 0.75732421875}, {"start": 1112.66, "end": 1112.8, "word": " ال", "probability": 0.98095703125}, {"start": 1112.8, "end": 1113.06, "word": " element", "probability": 0.9814453125}, {"start": 1113.06, "end": 1113.28, "word": " مش", "probability": 0.92822265625}, {"start": 1113.28, "end": 1113.64, "word": " بيوازي", "probability": 0.71962890625}, {"start": 1113.64, "end": 1113.8, "word": " هذا", "probability": 0.9755859375}, {"start": 1113.8, "end": 1113.92, "word": " ال", "probability": 0.97412109375}, {"start": 1113.92, "end": 1114.26, "word": " element", "probability": 0.98828125}, {"start": 1114.26, "end": 1114.8, "word": " مش", "probability": 0.51025390625}, {"start": 1114.8, "end": 1114.94, "word": " إحنا", "probability": 0.7985026041666666}, {"start": 1114.94, "end": 1115.38, "word": " متفقين", "probability": 0.79998779296875}, {"start": 1115.38, "end": 1115.6, "word": " هنا", "probability": 0.48583984375}, {"start": 1115.6, "end": 1116.28, "word": " إذا", "probability": 0.92919921875}, {"start": 1116.28, "end": 1116.38, "word": " ال", "probability": 0.97265625}, {"start": 1116.38, "end": 1116.64, "word": " voltage", "probability": 0.953125}, {"start": 1116.64, "end": 1117.02, "word": " حوالين", "probability": 0.9593505859375}, {"start": 1117.02, "end": 1117.22, "word": " هذا", "probability": 0.7802734375}, {"start": 1117.22, "end": 1117.6, "word": " ماله", "probability": 0.771728515625}], "temperature": 1.0}, {"id": 45, "seek": 114168, "start": 1118.66, "end": 1141.68, "text": "برغم الساعة وعشرين votes بولا لأ؟ و ال Rb هد ماشي موازية ال voltage source، قداش ال voltage اللي حواليها؟ 200 وخمسين votes طب التيار الفدل element مش مقدر أعرفه؟ و التيار اللي على ال Rb مقدر أعرفه؟ صح؟ بولا لأ؟ ال current اللي على ال Rb مش مقدر أجيبه لإني أعرف ال voltage اللي حواليه؟", "tokens": [26890, 17082, 2304, 21136, 995, 27884, 4032, 3615, 46309, 9957, 12068, 4724, 12610, 995, 5296, 10721, 22807, 4032, 2423, 497, 65, 8032, 3215, 3714, 33599, 1829, 3714, 2407, 31377, 10632, 2423, 8352, 4009, 12399, 12174, 3215, 33599, 2423, 8352, 13672, 1829, 11331, 2407, 6027, 1829, 11296, 22807, 2331, 4032, 9778, 2304, 3794, 9957, 12068, 23032, 3555, 2423, 31371, 9640, 27188, 3215, 1211, 4478, 37893, 3714, 28543, 2288, 5551, 3615, 28480, 3224, 22807, 4032, 2423, 31371, 9640, 13672, 1829, 15844, 2423, 497, 65, 3714, 28543, 2288, 5551, 3615, 28480, 3224, 22807, 20328, 5016, 22807, 4724, 12610, 995, 5296, 10721, 22807, 2423, 2190, 13672, 1829, 15844, 2423, 497, 65, 37893, 3714, 28543, 2288, 5551, 7435, 1829, 3555, 3224, 5296, 28814, 22653, 5551, 3615, 28480, 2423, 8352, 13672, 1829, 11331, 2407, 6027, 1829, 3224, 22807], "avg_logprob": -0.2619830916698714, "compression_ratio": 1.986842105263158, "no_speech_prob": 0.0, "words": [{"start": 1118.66, "end": 1119.12, "word": "برغم", "probability": 0.709228515625}, {"start": 1119.12, "end": 1119.46, "word": " الساعة", "probability": 0.85888671875}, {"start": 1119.46, "end": 1119.92, "word": " وعشرين", "probability": 0.752197265625}, {"start": 1119.92, "end": 1120.26, "word": " votes", "probability": 0.2115478515625}, {"start": 1120.26, "end": 1120.88, "word": " بولا", "probability": 0.57080078125}, {"start": 1120.88, "end": 1122.2, "word": " لأ؟", "probability": 0.81787109375}, {"start": 1122.2, "end": 1122.46, "word": " و", "probability": 0.7392578125}, {"start": 1122.46, "end": 1122.6, "word": " ال", "probability": 0.89453125}, {"start": 1122.6, "end": 1123.0, "word": " Rb", "probability": 0.5106201171875}, {"start": 1123.0, "end": 1123.24, "word": " هد", "probability": 0.465576171875}, {"start": 1123.24, "end": 1123.52, "word": " ماشي", "probability": 0.7306315104166666}, {"start": 1123.52, "end": 1123.92, "word": " موازية", "probability": 0.830078125}, {"start": 1123.92, "end": 1124.02, "word": " ال", "probability": 0.94384765625}, {"start": 1124.02, "end": 1124.22, "word": " voltage", "probability": 0.93212890625}, {"start": 1124.22, "end": 1124.82, "word": " source،", "probability": 0.58544921875}, {"start": 1124.82, "end": 1125.08, "word": " قداش", "probability": 0.7757161458333334}, {"start": 1125.08, "end": 1125.18, "word": " ال", "probability": 0.98779296875}, {"start": 1125.18, "end": 1125.44, "word": " voltage", "probability": 0.95068359375}, {"start": 1125.44, "end": 1125.56, "word": " اللي", "probability": 0.923095703125}, {"start": 1125.56, "end": 1126.16, "word": " حواليها؟", "probability": 0.8176676432291666}, {"start": 1126.16, "end": 1127.08, "word": " 200", "probability": 0.277587890625}, {"start": 1127.08, "end": 1127.72, "word": " وخمسين", "probability": 0.768310546875}, {"start": 1127.72, "end": 1128.06, "word": " votes", "probability": 0.322509765625}, {"start": 1128.06, "end": 1131.42, "word": " طب", "probability": 0.78564453125}, {"start": 1131.42, "end": 1131.84, "word": " التيار", "probability": 0.7538248697916666}, {"start": 1131.84, "end": 1132.24, "word": " الفدل", "probability": 0.3957926432291667}, {"start": 1132.24, "end": 1132.56, "word": " element", "probability": 0.83203125}, {"start": 1132.56, "end": 1132.72, "word": " مش", "probability": 0.56396484375}, {"start": 1132.72, "end": 1133.0, "word": " مقدر", "probability": 0.86328125}, {"start": 1133.0, "end": 1133.78, "word": " أعرفه؟", "probability": 0.82490234375}, {"start": 1133.78, "end": 1133.84, "word": " و", "probability": 0.75537109375}, {"start": 1133.84, "end": 1134.26, "word": " التيار", "probability": 0.8406575520833334}, {"start": 1134.26, "end": 1134.36, "word": " اللي", "probability": 0.990234375}, {"start": 1134.36, "end": 1134.5, "word": " على", "probability": 0.74462890625}, {"start": 1134.5, "end": 1134.58, "word": " ال", "probability": 0.97998046875}, {"start": 1134.58, "end": 1134.82, "word": " Rb", "probability": 0.966064453125}, {"start": 1134.82, "end": 1135.14, "word": " مقدر", "probability": 0.82421875}, {"start": 1135.14, "end": 1136.36, "word": " أعرفه؟", "probability": 0.9576171875}, {"start": 1136.36, "end": 1136.92, "word": " صح؟", "probability": 0.8717447916666666}, {"start": 1136.92, "end": 1137.28, "word": " بولا", "probability": 0.8411458333333334}, {"start": 1137.28, "end": 1137.82, "word": " لأ؟", "probability": 0.9833984375}, {"start": 1137.82, "end": 1138.5, "word": " ال", "probability": 0.95751953125}, {"start": 1138.5, "end": 1138.76, "word": " current", "probability": 0.95703125}, {"start": 1138.76, "end": 1138.92, "word": " اللي", "probability": 0.99267578125}, {"start": 1138.92, "end": 1139.02, "word": " على", "probability": 0.94287109375}, {"start": 1139.02, "end": 1139.1, "word": " ال", "probability": 0.9814453125}, {"start": 1139.1, "end": 1139.34, "word": " Rb", "probability": 0.9736328125}, {"start": 1139.34, "end": 1139.5, "word": " مش", "probability": 0.83349609375}, {"start": 1139.5, "end": 1139.76, "word": " مقدر", "probability": 0.9970703125}, {"start": 1139.76, "end": 1140.12, "word": " أجيبه", "probability": 0.9783203125}, {"start": 1140.12, "end": 1140.32, "word": " لإني", "probability": 0.6149088541666666}, {"start": 1140.32, "end": 1140.54, "word": " أعرف", "probability": 0.8212890625}, {"start": 1140.54, "end": 1140.64, "word": " ال", "probability": 0.97216796875}, {"start": 1140.64, "end": 1140.92, "word": " voltage", "probability": 0.9462890625}, {"start": 1140.92, "end": 1141.04, "word": " اللي", "probability": 0.9931640625}, {"start": 1141.04, "end": 1141.68, "word": " حواليه؟", "probability": 0.9248860677083334}], "temperature": 1.0}, {"id": 46, "seek": 116447, "start": 1142.35, "end": 1164.47, "text": "و ال current اللى على الهاد المقاومة شو اللى راجيبه لإني عارف ال voltage هنا وعارف ال voltage هنا طب إذا عرفتي الطيار هذا وطيار هذا مش بعرف هذا الطيار معايا الكل؟ كل معايا؟ طبعا إذا خلّيني أسمي هذا IB ونسمي هذا طيار IR IB إيش بده يساوي؟ IB اللى تحت بقى براني", "tokens": [2407, 2423, 2190, 13672, 7578, 15844, 2423, 11296, 3215, 9673, 4587, 995, 20498, 3660, 13412, 2407, 13672, 7578, 12602, 26108, 1829, 3555, 3224, 5296, 28814, 22653, 6225, 9640, 5172, 2423, 8352, 34105, 4032, 3615, 9640, 5172, 2423, 8352, 34105, 23032, 3555, 11933, 15730, 6225, 28480, 31371, 41950, 1829, 9640, 23758, 4032, 9566, 1829, 9640, 23758, 37893, 45030, 28480, 23758, 41950, 1829, 9640, 20449, 995, 25528, 2423, 28820, 22807, 28242, 20449, 995, 25528, 22807, 23032, 3555, 3615, 995, 11933, 15730, 16490, 1211, 11703, 9957, 1829, 5551, 38251, 1829, 23758, 40385, 4032, 1863, 38251, 1829, 23758, 23032, 1829, 9640, 16486, 40385, 11933, 1829, 8592, 47525, 3224, 7251, 3794, 995, 45865, 22807, 40385, 13672, 7578, 6055, 33753, 4724, 4587, 7578, 4724, 2288, 7649, 1829], "avg_logprob": -0.28201844237866946, "compression_ratio": 1.9419642857142858, "no_speech_prob": 2.980232238769531e-07, "words": [{"start": 1142.35, "end": 1142.59, "word": "و", "probability": 0.90673828125}, {"start": 1142.59, "end": 1142.71, "word": " ال", "probability": 0.396728515625}, {"start": 1142.71, "end": 1142.93, "word": " current", "probability": 0.96728515625}, {"start": 1142.93, "end": 1143.17, "word": " اللى", "probability": 0.6849365234375}, {"start": 1143.17, "end": 1143.35, "word": " على", "probability": 0.68798828125}, {"start": 1143.35, "end": 1143.67, "word": " الهاد", "probability": 0.6375325520833334}, {"start": 1143.67, "end": 1144.13, "word": " المقاومة", "probability": 0.87119140625}, {"start": 1144.13, "end": 1144.21, "word": " شو", "probability": 0.6138916015625}, {"start": 1144.21, "end": 1144.29, "word": " اللى", "probability": 0.733642578125}, {"start": 1144.29, "end": 1144.71, "word": " راجيبه", "probability": 0.84892578125}, {"start": 1144.71, "end": 1144.89, "word": " لإني", "probability": 0.6233723958333334}, {"start": 1144.89, "end": 1145.13, "word": " عارف", "probability": 0.9454752604166666}, {"start": 1145.13, "end": 1145.23, "word": " ال", "probability": 0.75732421875}, {"start": 1145.23, "end": 1145.51, "word": " voltage", "probability": 0.90673828125}, {"start": 1145.51, "end": 1145.71, "word": " هنا", "probability": 0.97802734375}, {"start": 1145.71, "end": 1145.93, "word": " وعارف", "probability": 0.8748779296875}, {"start": 1145.93, "end": 1146.03, "word": " ال", "probability": 0.91748046875}, {"start": 1146.03, "end": 1146.29, "word": " voltage", "probability": 0.91064453125}, {"start": 1146.29, "end": 1146.67, "word": " هنا", "probability": 0.98583984375}, {"start": 1146.67, "end": 1147.37, "word": " طب", "probability": 0.85986328125}, {"start": 1147.37, "end": 1147.49, "word": " إذا", "probability": 0.8798828125}, {"start": 1147.49, "end": 1147.77, "word": " عرفتي", "probability": 0.8175455729166666}, {"start": 1147.77, "end": 1148.09, "word": " الطيار", "probability": 0.8160807291666666}, {"start": 1148.09, "end": 1148.29, "word": " هذا", "probability": 0.78076171875}, {"start": 1148.29, "end": 1148.61, "word": " وطيار", "probability": 0.85498046875}, {"start": 1148.61, "end": 1148.75, "word": " هذا", "probability": 0.9658203125}, {"start": 1148.75, "end": 1148.91, "word": " مش", "probability": 0.84228515625}, {"start": 1148.91, "end": 1149.17, "word": " بعرف", "probability": 0.970458984375}, {"start": 1149.17, "end": 1149.35, "word": " هذا", "probability": 0.728515625}, {"start": 1149.35, "end": 1149.81, "word": " الطيار", "probability": 0.9148763020833334}, {"start": 1149.81, "end": 1151.05, "word": " معايا", "probability": 0.8938802083333334}, {"start": 1151.05, "end": 1152.23, "word": " الكل؟", "probability": 0.7903645833333334}, {"start": 1152.23, "end": 1152.43, "word": " كل", "probability": 0.79296875}, {"start": 1152.43, "end": 1153.07, "word": " معايا؟", "probability": 0.8447265625}, {"start": 1153.07, "end": 1154.11, "word": " طبعا", "probability": 0.78564453125}, {"start": 1154.11, "end": 1154.35, "word": " إذا", "probability": 0.815185546875}, {"start": 1154.35, "end": 1154.69, "word": " خلّيني", "probability": 0.756689453125}, {"start": 1154.69, "end": 1155.07, "word": " أسمي", "probability": 0.8013509114583334}, {"start": 1155.07, "end": 1155.25, "word": " هذا", "probability": 0.95654296875}, {"start": 1155.25, "end": 1155.67, "word": " IB", "probability": 0.292724609375}, {"start": 1155.67, "end": 1157.39, "word": " ونسمي", "probability": 0.82586669921875}, {"start": 1157.39, "end": 1157.53, "word": " هذا", "probability": 0.9755859375}, {"start": 1157.53, "end": 1158.05, "word": " طيار", "probability": 0.8448893229166666}, {"start": 1158.05, "end": 1158.55, "word": " IR", "probability": 0.99609375}, {"start": 1158.55, "end": 1160.55, "word": " IB", "probability": 0.833984375}, {"start": 1160.55, "end": 1160.77, "word": " إيش", "probability": 0.92333984375}, {"start": 1160.77, "end": 1160.99, "word": " بده", "probability": 0.9052734375}, {"start": 1160.99, "end": 1162.39, "word": " يساوي؟", "probability": 0.85048828125}, {"start": 1162.39, "end": 1162.75, "word": " IB", "probability": 0.7509765625}, {"start": 1162.75, "end": 1163.15, "word": " اللى", "probability": 0.683349609375}, {"start": 1163.15, "end": 1163.63, "word": " تحت", "probability": 0.94482421875}, {"start": 1163.63, "end": 1163.99, "word": " بقى", "probability": 0.4487711588541667}, {"start": 1163.99, "end": 1164.47, "word": " براني", "probability": 0.472747802734375}], "temperature": 1.0}, {"id": 47, "seek": 118034, "start": 1166.13, "end": 1180.35, "text": "Voltage حوالين RB هو الـ250 على RB الإشارة مالهم وجبالله أنه طير في اتجاه ال voltage drop هيساوي 250 على 115", "tokens": [53, 4837, 609, 11331, 2407, 6027, 9957, 40302, 31439, 2423, 39184, 23538, 15844, 40302, 33688, 8592, 9640, 3660, 3714, 6027, 16095, 49610, 3555, 6027, 43761, 14739, 3224, 23032, 13546, 8978, 1975, 2655, 7435, 40294, 2423, 8352, 3270, 39896, 3794, 995, 45865, 11650, 15844, 39436], "avg_logprob": -0.5263888676961263, "compression_ratio": 1.2222222222222223, "no_speech_prob": 3.5762786865234375e-07, "words": [{"start": 1166.13, "end": 1167.13, "word": "Voltage", "probability": 0.64599609375}, {"start": 1167.13, "end": 1167.63, "word": " حوالين", "probability": 0.677490234375}, {"start": 1167.63, "end": 1167.99, "word": " RB", "probability": 0.465576171875}, {"start": 1167.99, "end": 1168.85, "word": " هو", "probability": 0.17041015625}, {"start": 1168.85, "end": 1169.59, "word": " الـ250", "probability": 0.4508056640625}, {"start": 1169.59, "end": 1171.01, "word": " على", "probability": 0.1590576171875}, {"start": 1171.01, "end": 1172.03, "word": " RB", "probability": 0.7939453125}, {"start": 1172.03, "end": 1173.33, "word": " الإشارة", "probability": 0.781280517578125}, {"start": 1173.33, "end": 1173.75, "word": " مالهم", "probability": 0.62451171875}, {"start": 1173.75, "end": 1174.21, "word": " وجبالله", "probability": 0.7337646484375}, {"start": 1174.21, "end": 1174.33, "word": " أنه", "probability": 0.802490234375}, {"start": 1174.33, "end": 1174.53, "word": " طير", "probability": 0.673095703125}, {"start": 1174.53, "end": 1174.67, "word": " في", "probability": 0.75732421875}, {"start": 1174.67, "end": 1175.03, "word": " اتجاه", "probability": 0.9415283203125}, {"start": 1175.03, "end": 1175.19, "word": " ال", "probability": 0.64013671875}, {"start": 1175.19, "end": 1175.51, "word": " voltage", "probability": 0.333984375}, {"start": 1175.51, "end": 1175.95, "word": " drop", "probability": 0.85693359375}, {"start": 1175.95, "end": 1177.29, "word": " هيساوي", "probability": 0.60296630859375}, {"start": 1177.29, "end": 1178.23, "word": " 250", "probability": 0.81591796875}, {"start": 1178.23, "end": 1179.29, "word": " على", "probability": 0.56494140625}, {"start": 1179.29, "end": 1180.35, "word": " 115", "probability": 0.65966796875}], "temperature": 1.0}, {"id": 48, "seek": 120568, "start": 1184.48, "end": 1205.68, "text": "هتساوى ال voltage اللى حوالينا المقاومة اللى هو أنا ماخدها الاتجاه هيك و أنا دايما بتاخد اتجاهه في اتجاه ال voltage drop يعني انا هفترض انه هذا اعلى منها ده هو في الواقع صحيح هذا 125-20 على R 125-20 على قيمة R اللى هى 25 هتساوى 100", "tokens": [3224, 2655, 3794, 995, 2407, 7578, 2423, 8352, 13672, 7578, 11331, 2407, 6027, 1829, 8315, 9673, 4587, 995, 20498, 3660, 13672, 7578, 31439, 41850, 3714, 47283, 3215, 11296, 2423, 9307, 7435, 40294, 39896, 4117, 4032, 41850, 11778, 47302, 15042, 39894, 47283, 3215, 1975, 2655, 7435, 40294, 3224, 8978, 1975, 2655, 7435, 40294, 2423, 8352, 3270, 37495, 22653, 1975, 8315, 8032, 5172, 2655, 43042, 16472, 3224, 23758, 1975, 3615, 23942, 9154, 11296, 11778, 3224, 31439, 8978, 2423, 14407, 4587, 3615, 20328, 5016, 1829, 5016, 23758, 25276, 12, 2009, 15844, 497, 25276, 12, 2009, 15844, 12174, 32640, 3660, 497, 13672, 7578, 8032, 7578, 3552, 8032, 2655, 3794, 995, 2407, 7578, 2319], "avg_logprob": -0.19957385713403875, "compression_ratio": 1.8669950738916257, "no_speech_prob": 4.76837158203125e-07, "words": [{"start": 1184.48, "end": 1184.96, "word": "هتساوى", "probability": 0.7922770182291666}, {"start": 1184.96, "end": 1185.14, "word": " ال", "probability": 0.62890625}, {"start": 1185.14, "end": 1185.52, "word": " voltage", "probability": 0.837890625}, {"start": 1185.52, "end": 1185.7, "word": " اللى", "probability": 0.76025390625}, {"start": 1185.7, "end": 1185.98, "word": " حوالينا", "probability": 0.761767578125}, {"start": 1185.98, "end": 1186.4, "word": " المقاومة", "probability": 0.9763671875}, {"start": 1186.4, "end": 1186.44, "word": " اللى", "probability": 0.9833984375}, {"start": 1186.44, "end": 1186.58, "word": " هو", "probability": 0.93701171875}, {"start": 1186.58, "end": 1186.78, "word": " أنا", "probability": 0.5654296875}, {"start": 1186.78, "end": 1187.12, "word": " ماخدها", "probability": 0.80419921875}, {"start": 1187.12, "end": 1187.54, "word": " الاتجاه", "probability": 0.800323486328125}, {"start": 1187.54, "end": 1187.86, "word": " هيك", "probability": 0.966064453125}, {"start": 1187.86, "end": 1187.92, "word": " و", "probability": 0.86767578125}, {"start": 1187.92, "end": 1188.08, "word": " أنا", "probability": 0.33154296875}, {"start": 1188.08, "end": 1188.24, "word": " دايما", "probability": 0.91259765625}, {"start": 1188.24, "end": 1188.66, "word": " بتاخد", "probability": 0.8935546875}, {"start": 1188.66, "end": 1189.22, "word": " اتجاهه", "probability": 0.94990234375}, {"start": 1189.22, "end": 1189.32, "word": " في", "probability": 0.78857421875}, {"start": 1189.32, "end": 1189.52, "word": " اتجاه", "probability": 0.9813232421875}, {"start": 1189.52, "end": 1189.64, "word": " ال", "probability": 0.78759765625}, {"start": 1189.64, "end": 1189.84, "word": " voltage", "probability": 0.91943359375}, {"start": 1189.84, "end": 1190.08, "word": " drop", "probability": 0.97509765625}, {"start": 1190.08, "end": 1190.22, "word": " يعني", "probability": 0.880615234375}, {"start": 1190.22, "end": 1190.32, "word": " انا", "probability": 0.5616455078125}, {"start": 1190.32, "end": 1190.66, "word": " هفترض", "probability": 0.969482421875}, {"start": 1190.66, "end": 1190.86, "word": " انه", "probability": 0.62646484375}, {"start": 1190.86, "end": 1191.02, "word": " هذا", "probability": 0.51416015625}, {"start": 1191.02, "end": 1191.26, "word": " اعلى", "probability": 0.8115234375}, {"start": 1191.26, "end": 1191.48, "word": " منها", "probability": 0.9833984375}, {"start": 1191.48, "end": 1191.6, "word": " ده", "probability": 0.6728515625}, {"start": 1191.6, "end": 1191.68, "word": " هو", "probability": 0.484130859375}, {"start": 1191.68, "end": 1191.78, "word": " في", "probability": 0.544921875}, {"start": 1191.78, "end": 1192.06, "word": " الواقع", "probability": 0.986083984375}, {"start": 1192.06, "end": 1192.58, "word": " صحيح", "probability": 0.9769287109375}, {"start": 1192.58, "end": 1193.22, "word": " هذا", "probability": 0.8037109375}, {"start": 1193.22, "end": 1193.68, "word": " 125", "probability": 0.89208984375}, {"start": 1193.68, "end": 1195.68, "word": "-20", "probability": 0.57086181640625}, {"start": 1195.68, "end": 1195.9, "word": " على", "probability": 0.285400390625}, {"start": 1195.9, "end": 1196.2, "word": " R", "probability": 0.65185546875}, {"start": 1196.2, "end": 1197.28, "word": " 125", "probability": 0.92578125}, {"start": 1197.28, "end": 1200.26, "word": "-20", "probability": 0.748779296875}, {"start": 1200.26, "end": 1201.18, "word": " على", "probability": 0.5966796875}, {"start": 1201.18, "end": 1201.72, "word": " قيمة", "probability": 0.9905598958333334}, {"start": 1201.72, "end": 1201.92, "word": " R", "probability": 0.9609375}, {"start": 1201.92, "end": 1202.04, "word": " اللى", "probability": 0.764892578125}, {"start": 1202.04, "end": 1202.12, "word": " هى", "probability": 0.78076171875}, {"start": 1202.12, "end": 1203.18, "word": " 25", "probability": 0.97998046875}, {"start": 1203.18, "end": 1205.3, "word": " هتساوى", "probability": 0.97216796875}, {"start": 1205.3, "end": 1205.68, "word": " 100", "probability": 0.7138671875}], "temperature": 1.0}, {"id": 49, "seek": 122804, "start": 1207.54, "end": 1228.04, "text": "وين ال 250؟ اه 250 انا اخدها .. اخدها قيمة المقاومة شكرا 250 شكرا 150 minus 20 على قيمة المقاومة يعني هنا بتكون 230 على 510 شوف عداش قيمهم", "tokens": [2407, 9957, 2423, 11650, 22807, 1975, 3224, 11650, 1975, 8315, 1975, 9778, 3215, 11296, 4386, 1975, 9778, 3215, 11296, 12174, 32640, 3660, 9673, 4587, 995, 20498, 3660, 13412, 4117, 23557, 11650, 13412, 4117, 23557, 8451, 3175, 945, 15844, 12174, 32640, 3660, 9673, 4587, 995, 20498, 3660, 37495, 22653, 34105, 39894, 30544, 35311, 15844, 1025, 3279, 13412, 38688, 6225, 3215, 33599, 12174, 32640, 16095], "avg_logprob": -0.28979493118822575, "compression_ratio": 1.589928057553957, "no_speech_prob": 8.940696716308594e-07, "words": [{"start": 1207.54, "end": 1207.88, "word": "وين", "probability": 0.81103515625}, {"start": 1207.88, "end": 1207.96, "word": " ال", "probability": 0.48193359375}, {"start": 1207.96, "end": 1208.64, "word": " 250؟", "probability": 0.49365234375}, {"start": 1208.64, "end": 1210.82, "word": " اه", "probability": 0.5013427734375}, {"start": 1210.82, "end": 1211.3, "word": " 250", "probability": 0.78564453125}, {"start": 1211.3, "end": 1211.5, "word": " انا", "probability": 0.6744384765625}, {"start": 1211.5, "end": 1211.68, "word": " اخدها", "probability": 0.5611572265625}, {"start": 1211.68, "end": 1211.76, "word": " ..", "probability": 0.580078125}, {"start": 1211.76, "end": 1211.96, "word": " اخدها", "probability": 0.860595703125}, {"start": 1211.96, "end": 1212.26, "word": " قيمة", "probability": 0.9602864583333334}, {"start": 1212.26, "end": 1212.78, "word": " المقاومة", "probability": 0.94677734375}, {"start": 1212.78, "end": 1213.14, "word": " شكرا", "probability": 0.8779296875}, {"start": 1213.14, "end": 1214.54, "word": " 250", "probability": 0.72802734375}, {"start": 1214.54, "end": 1216.38, "word": " شكرا", "probability": 0.81005859375}, {"start": 1216.38, "end": 1217.04, "word": " 150", "probability": 0.325439453125}, {"start": 1217.04, "end": 1218.76, "word": " minus", "probability": 0.55078125}, {"start": 1218.76, "end": 1219.58, "word": " 20", "probability": 0.9560546875}, {"start": 1219.58, "end": 1220.04, "word": " على", "probability": 0.703125}, {"start": 1220.04, "end": 1220.36, "word": " قيمة", "probability": 0.9951171875}, {"start": 1220.36, "end": 1221.04, "word": " المقاومة", "probability": 0.98974609375}, {"start": 1221.04, "end": 1221.46, "word": " يعني", "probability": 0.9111328125}, {"start": 1221.46, "end": 1221.62, "word": " هنا", "probability": 0.9462890625}, {"start": 1221.62, "end": 1222.02, "word": " بتكون", "probability": 0.52484130859375}, {"start": 1222.02, "end": 1222.74, "word": " 230", "probability": 0.8369140625}, {"start": 1222.74, "end": 1224.66, "word": " على", "probability": 0.79931640625}, {"start": 1224.66, "end": 1226.2, "word": " 510", "probability": 0.633544921875}, {"start": 1226.2, "end": 1227.24, "word": " شوف", "probability": 0.801025390625}, {"start": 1227.24, "end": 1227.48, "word": " عداش", "probability": 0.7615559895833334}, {"start": 1227.48, "end": 1228.04, "word": " قيمهم", "probability": 0.9140625}], "temperature": 1.0}, {"id": 50, "seek": 125581, "start": 1234.57, "end": 1255.81, "text": "I على 125 بتساوي 250 على 125 وهي 2 أمبير وهي سهلة وهي 230 على 25 تسعة واثنين من عشرة أمبير هاي note مجموعة طلعت لازم يساوي سفر صح؟ إذا I S بدو يساوي I B زاد I R", "tokens": [40, 15844, 25276, 39894, 3794, 995, 45865, 11650, 15844, 25276, 37037, 1829, 568, 5551, 2304, 3555, 13546, 37037, 1829, 8608, 3224, 37977, 37037, 1829, 35311, 15844, 3552, 6055, 3794, 27884, 4032, 5718, 104, 1863, 9957, 9154, 6225, 8592, 25720, 5551, 2304, 3555, 13546, 8032, 47302, 3637, 3714, 7435, 2304, 2407, 27884, 23032, 1211, 34268, 5296, 31377, 2304, 7251, 3794, 995, 45865, 8608, 5172, 2288, 20328, 5016, 22807, 11933, 15730, 286, 318, 47525, 2407, 7251, 3794, 995, 45865, 286, 363, 30767, 18513, 286, 497], "avg_logprob": -0.3528645737540154, "compression_ratio": 1.5609756097560976, "no_speech_prob": 1.1920928955078125e-07, "words": [{"start": 1234.57, "end": 1234.87, "word": "I", "probability": 0.84619140625}, {"start": 1234.87, "end": 1235.09, "word": " على", "probability": 0.16064453125}, {"start": 1235.09, "end": 1236.05, "word": " 125", "probability": 0.927734375}, {"start": 1236.05, "end": 1237.35, "word": " بتساوي", "probability": 0.734649658203125}, {"start": 1237.35, "end": 1238.49, "word": " 250", "probability": 0.736328125}, {"start": 1238.49, "end": 1238.97, "word": " على", "probability": 0.39794921875}, {"start": 1238.97, "end": 1239.41, "word": " 125", "probability": 0.962890625}, {"start": 1239.41, "end": 1239.65, "word": " وهي", "probability": 0.491943359375}, {"start": 1239.65, "end": 1239.81, "word": " 2", "probability": 0.78466796875}, {"start": 1239.81, "end": 1240.13, "word": " أمبير", "probability": 0.744873046875}, {"start": 1240.13, "end": 1240.31, "word": " وهي", "probability": 0.57904052734375}, {"start": 1240.31, "end": 1240.65, "word": " سهلة", "probability": 0.8984375}, {"start": 1240.65, "end": 1242.05, "word": " وهي", "probability": 0.697021484375}, {"start": 1242.05, "end": 1242.81, "word": " 230", "probability": 0.90625}, {"start": 1242.81, "end": 1243.71, "word": " على", "probability": 0.45068359375}, {"start": 1243.71, "end": 1244.35, "word": " 25", "probability": 0.91943359375}, {"start": 1244.35, "end": 1244.91, "word": " تسعة", "probability": 0.8331705729166666}, {"start": 1244.91, "end": 1245.33, "word": " واثنين", "probability": 0.7705810546875}, {"start": 1245.33, "end": 1245.45, "word": " من", "probability": 0.8857421875}, {"start": 1245.45, "end": 1245.81, "word": " عشرة", "probability": 0.8587239583333334}, {"start": 1245.81, "end": 1246.35, "word": " أمبير", "probability": 0.949462890625}, {"start": 1246.35, "end": 1247.31, "word": " هاي", "probability": 0.49774169921875}, {"start": 1247.31, "end": 1247.71, "word": " note", "probability": 0.457763671875}, {"start": 1247.71, "end": 1248.35, "word": " مجموعة", "probability": 0.846435546875}, {"start": 1248.35, "end": 1248.67, "word": " طلعت", "probability": 0.7942708333333334}, {"start": 1248.67, "end": 1248.93, "word": " لازم", "probability": 0.98828125}, {"start": 1248.93, "end": 1249.17, "word": " يساوي", "probability": 0.8441162109375}, {"start": 1249.17, "end": 1249.61, "word": " سفر", "probability": 0.785888671875}, {"start": 1249.61, "end": 1250.63, "word": " صح؟", "probability": 0.7662760416666666}, {"start": 1250.63, "end": 1250.99, "word": " إذا", "probability": 0.5833740234375}, {"start": 1250.99, "end": 1251.31, "word": " I", "probability": 0.228515625}, {"start": 1251.31, "end": 1251.83, "word": " S", "probability": 0.51123046875}, {"start": 1251.83, "end": 1253.01, "word": " بدو", "probability": 0.4473876953125}, {"start": 1253.01, "end": 1253.53, "word": " يساوي", "probability": 0.9666748046875}, {"start": 1253.53, "end": 1254.25, "word": " I", "probability": 0.544921875}, {"start": 1254.25, "end": 1254.61, "word": " B", "probability": 0.486083984375}, {"start": 1254.61, "end": 1255.27, "word": " زاد", "probability": 0.61865234375}, {"start": 1255.27, "end": 1255.51, "word": " I", "probability": 0.87548828125}, {"start": 1255.51, "end": 1255.81, "word": " R", "probability": 0.99072265625}], "temperature": 1.0}, {"id": 51, "seek": 127256, "start": 1256.76, "end": 1272.56, "text": "ليه بقى تساوي اتنين زي تسعة و اتنين من عشرة اللي هي يعني حداشر من عشرة اندرهار نحل السؤال ولا .. نحن احنا مش نقسم الجزيرة كيف تشوف voltage low؟ ده لسه مهادة جزئية لحالها", "tokens": [20292, 3224, 4724, 4587, 7578, 6055, 3794, 995, 45865, 1975, 2655, 1863, 9957, 30767, 1829, 6055, 3794, 27884, 4032, 1975, 2655, 1863, 9957, 9154, 6225, 8592, 25720, 13672, 1829, 39896, 37495, 22653, 11331, 3215, 33599, 2288, 9154, 6225, 8592, 25720, 16472, 3215, 2288, 3224, 9640, 8717, 5016, 1211, 21136, 33604, 6027, 49429, 4386, 8717, 5016, 1863, 1975, 5016, 8315, 37893, 8717, 4587, 38251, 25724, 11622, 48923, 9122, 33911, 6055, 8592, 38688, 8352, 2295, 22807, 11778, 3224, 5296, 3794, 3224, 3714, 3224, 18513, 3660, 10874, 11622, 19986, 10632, 5296, 5016, 6027, 11296], "avg_logprob": -0.32201087248066196, "compression_ratio": 1.6043956043956045, "no_speech_prob": 0.0, "words": [{"start": 1256.76, "end": 1257.08, "word": "ليه", "probability": 0.97021484375}, {"start": 1257.08, "end": 1257.2, "word": " بقى", "probability": 0.6101888020833334}, {"start": 1257.2, "end": 1257.7, "word": " تساوي", "probability": 0.96435546875}, {"start": 1257.7, "end": 1258.54, "word": " اتنين", "probability": 0.86865234375}, {"start": 1258.54, "end": 1258.7, "word": " زي", "probability": 0.890380859375}, {"start": 1258.7, "end": 1259.08, "word": " تسعة", "probability": 0.8479817708333334}, {"start": 1259.08, "end": 1259.18, "word": " و", "probability": 0.806640625}, {"start": 1259.18, "end": 1259.36, "word": " اتنين", "probability": 0.868408203125}, {"start": 1259.36, "end": 1259.5, "word": " من", "probability": 0.97509765625}, {"start": 1259.5, "end": 1259.86, "word": " عشرة", "probability": 0.9541015625}, {"start": 1259.86, "end": 1260.0, "word": " اللي", "probability": 0.794677734375}, {"start": 1260.0, "end": 1260.12, "word": " هي", "probability": 0.75634765625}, {"start": 1260.12, "end": 1260.28, "word": " يعني", "probability": 0.892822265625}, {"start": 1260.28, "end": 1260.92, "word": " حداشر", "probability": 0.65655517578125}, {"start": 1260.92, "end": 1261.46, "word": " من", "probability": 0.1693115234375}, {"start": 1261.46, "end": 1262.1, "word": " عشرة", "probability": 0.9248046875}, {"start": 1262.1, "end": 1263.2, "word": " اندرهار", "probability": 0.5874755859375}, {"start": 1263.2, "end": 1263.76, "word": " نحل", "probability": 0.7242838541666666}, {"start": 1263.76, "end": 1264.14, "word": " السؤال", "probability": 0.9856770833333334}, {"start": 1264.14, "end": 1264.3, "word": " ولا", "probability": 0.91845703125}, {"start": 1264.3, "end": 1265.06, "word": " ..", "probability": 0.57177734375}, {"start": 1265.06, "end": 1265.38, "word": " نحن", "probability": 0.5100504557291666}, {"start": 1265.38, "end": 1265.6, "word": " احنا", "probability": 0.8564453125}, {"start": 1265.6, "end": 1265.78, "word": " مش", "probability": 0.521484375}, {"start": 1265.78, "end": 1266.18, "word": " نقسم", "probability": 0.8387044270833334}, {"start": 1266.18, "end": 1266.76, "word": " الجزيرة", "probability": 0.5804850260416666}, {"start": 1266.76, "end": 1270.16, "word": " كيف", "probability": 0.418701171875}, {"start": 1270.16, "end": 1270.34, "word": " تشوف", "probability": 0.9967447916666666}, {"start": 1270.34, "end": 1270.66, "word": " voltage", "probability": 0.92138671875}, {"start": 1270.66, "end": 1271.16, "word": " low؟", "probability": 0.576904296875}, {"start": 1271.16, "end": 1271.26, "word": " ده", "probability": 0.813232421875}, {"start": 1271.26, "end": 1271.48, "word": " لسه", "probability": 0.6316731770833334}, {"start": 1271.48, "end": 1271.8, "word": " مهادة", "probability": 0.7445068359375}, {"start": 1271.8, "end": 1272.14, "word": " جزئية", "probability": 0.82952880859375}, {"start": 1272.14, "end": 1272.56, "word": " لحالها", "probability": 0.9837646484375}], "temperature": 1.0}, {"id": 52, "seek": 128875, "start": 1282.31, "end": 1288.75, "text": "اللي عندى 125 اللى حواليها voltage مقداره 250 هنا في عندى voltage مقداره 20", "tokens": [6027, 20292, 43242, 7578, 25276, 13672, 7578, 11331, 2407, 6027, 1829, 11296, 8352, 3714, 28543, 9640, 3224, 11650, 34105, 8978, 43242, 7578, 8352, 3714, 28543, 9640, 3224, 945], "avg_logprob": -0.2293911699591012, "compression_ratio": 1.3218390804597702, "no_speech_prob": 2.384185791015625e-07, "words": [{"start": 1282.31, "end": 1282.57, "word": "اللي", "probability": 0.693115234375}, {"start": 1282.57, "end": 1282.75, "word": " عندى", "probability": 0.609375}, {"start": 1282.75, "end": 1283.21, "word": " 125", "probability": 0.9169921875}, {"start": 1283.21, "end": 1284.35, "word": " اللى", "probability": 0.676025390625}, {"start": 1284.35, "end": 1284.73, "word": " حواليها", "probability": 0.83876953125}, {"start": 1284.73, "end": 1285.09, "word": " voltage", "probability": 0.93310546875}, {"start": 1285.09, "end": 1285.53, "word": " مقداره", "probability": 0.8468017578125}, {"start": 1285.53, "end": 1286.19, "word": " 250", "probability": 0.88671875}, {"start": 1286.19, "end": 1287.07, "word": " هنا", "probability": 0.51904296875}, {"start": 1287.07, "end": 1287.23, "word": " في", "probability": 0.5869140625}, {"start": 1287.23, "end": 1287.51, "word": " عندى", "probability": 0.789306640625}, {"start": 1287.51, "end": 1287.83, "word": " voltage", "probability": 0.9638671875}, {"start": 1287.83, "end": 1288.41, "word": " مقداره", "probability": 0.9835205078125}, {"start": 1288.41, "end": 1288.75, "word": " 20", "probability": 0.919921875}], "temperature": 1.0}, {"id": 53, "seek": 131643, "start": 1290.99, "end": 1316.43, "text": "هنا في مقاومة أسفل ليه قيمة 25 Ohm اللى بدى التيار اللى فيها اللى سميته IR انا بقدر استخدم voltage كرشف voltage دولة او لا ايش بقول كرشف voltage دولة minus 250 زائد انا هاخد اتجاه التيار اتجاه ال voltage دولة 25 في IR زائد 20", "tokens": [3224, 8315, 8978, 3714, 4587, 995, 20498, 3660, 5551, 3794, 5172, 1211, 32239, 3224, 12174, 32640, 3660, 3552, 876, 76, 13672, 7578, 47525, 7578, 38392, 9640, 13672, 7578, 8978, 11296, 13672, 7578, 8608, 2304, 36081, 3224, 16486, 1975, 8315, 4724, 28543, 2288, 44713, 9778, 40448, 8352, 9122, 2288, 8592, 5172, 8352, 11778, 12610, 3660, 1975, 2407, 20193, 1975, 1829, 8592, 4724, 39648, 9122, 2288, 8592, 5172, 8352, 11778, 12610, 3660, 3175, 11650, 30767, 16373, 3215, 1975, 8315, 8032, 47283, 3215, 1975, 2655, 7435, 40294, 38392, 9640, 1975, 2655, 7435, 40294, 2423, 8352, 11778, 12610, 3660, 3552, 8978, 16486, 30767, 16373, 3215, 945], "avg_logprob": -0.27214806693271526, "compression_ratio": 1.7889447236180904, "no_speech_prob": 5.960464477539063e-08, "words": [{"start": 1290.99, "end": 1291.25, "word": "هنا", "probability": 0.89599609375}, {"start": 1291.25, "end": 1291.35, "word": " في", "probability": 0.91845703125}, {"start": 1291.35, "end": 1291.85, "word": " مقاومة", "probability": 0.903515625}, {"start": 1291.85, "end": 1292.31, "word": " أسفل", "probability": 0.9102783203125}, {"start": 1292.31, "end": 1293.23, "word": " ليه", "probability": 0.512939453125}, {"start": 1293.23, "end": 1293.49, "word": " قيمة", "probability": 0.958984375}, {"start": 1293.49, "end": 1293.83, "word": " 25", "probability": 0.845703125}, {"start": 1293.83, "end": 1294.83, "word": " Ohm", "probability": 0.6810302734375}, {"start": 1294.83, "end": 1295.03, "word": " اللى", "probability": 0.6097412109375}, {"start": 1295.03, "end": 1295.27, "word": " بدى", "probability": 0.703369140625}, {"start": 1295.27, "end": 1295.63, "word": " التيار", "probability": 0.6842041015625}, {"start": 1295.63, "end": 1295.77, "word": " اللى", "probability": 0.993896484375}, {"start": 1295.77, "end": 1296.19, "word": " فيها", "probability": 0.93359375}, {"start": 1296.19, "end": 1296.63, "word": " اللى", "probability": 0.946044921875}, {"start": 1296.63, "end": 1297.09, "word": " سميته", "probability": 0.844970703125}, {"start": 1297.09, "end": 1297.41, "word": " IR", "probability": 0.953125}, {"start": 1297.41, "end": 1298.29, "word": " انا", "probability": 0.720703125}, {"start": 1298.29, "end": 1298.51, "word": " بقدر", "probability": 0.8995768229166666}, {"start": 1298.51, "end": 1298.89, "word": " استخدم", "probability": 0.9274088541666666}, {"start": 1298.89, "end": 1299.57, "word": " voltage", "probability": 0.64697265625}, {"start": 1299.57, "end": 1300.69, "word": " كرشف", "probability": 0.637420654296875}, {"start": 1300.69, "end": 1301.01, "word": " voltage", "probability": 0.7958984375}, {"start": 1301.01, "end": 1301.51, "word": " دولة", "probability": 0.417236328125}, {"start": 1301.51, "end": 1301.57, "word": " او", "probability": 0.3631591796875}, {"start": 1301.57, "end": 1301.79, "word": " لا", "probability": 0.70947265625}, {"start": 1301.79, "end": 1302.61, "word": " ايش", "probability": 0.6936848958333334}, {"start": 1302.61, "end": 1302.79, "word": " بقول", "probability": 0.973876953125}, {"start": 1302.79, "end": 1303.19, "word": " كرشف", "probability": 0.945556640625}, {"start": 1303.19, "end": 1303.47, "word": " voltage", "probability": 0.93994140625}, {"start": 1303.47, "end": 1303.99, "word": " دولة", "probability": 0.9560546875}, {"start": 1303.99, "end": 1304.83, "word": " minus", "probability": 0.49755859375}, {"start": 1304.83, "end": 1306.57, "word": " 250", "probability": 0.9150390625}, {"start": 1306.57, "end": 1308.47, "word": " زائد", "probability": 0.830078125}, {"start": 1308.47, "end": 1308.99, "word": " انا", "probability": 0.79931640625}, {"start": 1308.99, "end": 1309.43, "word": " هاخد", "probability": 0.8697916666666666}, {"start": 1309.43, "end": 1309.85, "word": " اتجاه", "probability": 0.9447021484375}, {"start": 1309.85, "end": 1310.25, "word": " التيار", "probability": 0.781982421875}, {"start": 1310.25, "end": 1310.63, "word": " اتجاه", "probability": 0.911376953125}, {"start": 1310.63, "end": 1310.75, "word": " ال", "probability": 0.55859375}, {"start": 1310.75, "end": 1311.01, "word": " voltage", "probability": 0.90869140625}, {"start": 1311.01, "end": 1311.15, "word": " دولة", "probability": 0.853515625}, {"start": 1311.15, "end": 1312.89, "word": " 25", "probability": 0.7333984375}, {"start": 1312.89, "end": 1313.81, "word": " في", "probability": 0.0892333984375}, {"start": 1313.81, "end": 1314.47, "word": " IR", "probability": 0.99072265625}, {"start": 1314.47, "end": 1315.89, "word": " زائد", "probability": 0.9713541666666666}, {"start": 1315.89, "end": 1316.43, "word": " 20", "probability": 0.72265625}], "temperature": 1.0}, {"id": 54, "seek": 134222, "start": 1317.56, "end": 1342.22, "text": "بتساوى صفر إذا من IR إيش بتساوى 250-20 على 25 أو ببساطة أنا هذا ال element عندى عارفة ال voltage هنا وعارفة ال voltage هنا Va وVb وإحنا حكينا هذا من أول او تانى محاضرة ال voltage حوالين هذا ال element إيش بيساوي Va-Vb وهذا اللي أنا استخدمته", "tokens": [3555, 2655, 3794, 995, 2407, 7578, 20328, 5172, 2288, 11933, 15730, 9154, 16486, 11933, 1829, 8592, 39894, 3794, 995, 2407, 7578, 11650, 12, 2009, 15844, 3552, 34051, 4724, 3555, 3794, 41193, 3660, 41850, 23758, 2423, 4478, 43242, 7578, 6225, 9640, 5172, 3660, 2423, 8352, 34105, 4032, 3615, 9640, 5172, 3660, 2423, 8352, 34105, 16822, 4032, 53, 65, 4032, 28814, 5016, 8315, 11331, 4117, 1829, 8315, 23758, 9154, 5551, 12610, 1975, 2407, 6055, 7649, 7578, 3714, 5016, 46958, 25720, 2423, 8352, 11331, 2407, 6027, 9957, 23758, 2423, 4478, 11933, 1829, 8592, 4724, 1829, 3794, 995, 45865, 16822, 12, 53, 65, 37037, 15730, 13672, 1829, 41850, 44713, 9778, 40448, 47395], "avg_logprob": -0.2432626168662255, "compression_ratio": 1.8398058252427185, "no_speech_prob": 1.1920928955078125e-07, "words": [{"start": 1317.56, "end": 1318.04, "word": "بتساوى", "probability": 0.7682698567708334}, {"start": 1318.04, "end": 1318.36, "word": " صفر", "probability": 0.7679850260416666}, {"start": 1318.36, "end": 1319.2, "word": " إذا", "probability": 0.57220458984375}, {"start": 1319.2, "end": 1319.34, "word": " من", "probability": 0.08917236328125}, {"start": 1319.34, "end": 1319.6, "word": " IR", "probability": 0.8623046875}, {"start": 1319.6, "end": 1319.86, "word": " إيش", "probability": 0.7055257161458334}, {"start": 1319.86, "end": 1320.16, "word": " بتساوى", "probability": 0.825}, {"start": 1320.16, "end": 1320.78, "word": " 250", "probability": 0.56591796875}, {"start": 1320.78, "end": 1321.94, "word": "-20", "probability": 0.5548095703125}, {"start": 1321.94, "end": 1322.08, "word": " على", "probability": 0.1053466796875}, {"start": 1322.08, "end": 1322.62, "word": " 25", "probability": 0.98388671875}, {"start": 1322.62, "end": 1323.56, "word": " أو", "probability": 0.65380859375}, {"start": 1323.56, "end": 1324.22, "word": " ببساطة", "probability": 0.9677734375}, {"start": 1324.22, "end": 1325.0, "word": " أنا", "probability": 0.81298828125}, {"start": 1325.0, "end": 1325.22, "word": " هذا", "probability": 0.9228515625}, {"start": 1325.22, "end": 1325.32, "word": " ال", "probability": 0.986328125}, {"start": 1325.32, "end": 1325.6, "word": " element", "probability": 0.9453125}, {"start": 1325.6, "end": 1326.9, "word": " عندى", "probability": 0.7958984375}, {"start": 1326.9, "end": 1328.54, "word": " عارفة", "probability": 0.920654296875}, {"start": 1328.54, "end": 1328.66, "word": " ال", "probability": 0.97412109375}, {"start": 1328.66, "end": 1328.98, "word": " voltage", "probability": 0.9306640625}, {"start": 1328.98, "end": 1329.34, "word": " هنا", "probability": 0.98486328125}, {"start": 1329.34, "end": 1329.88, "word": " وعارفة", "probability": 0.932421875}, {"start": 1329.88, "end": 1329.98, "word": " ال", "probability": 0.9775390625}, {"start": 1329.98, "end": 1330.26, "word": " voltage", "probability": 0.93603515625}, {"start": 1330.26, "end": 1330.62, "word": " هنا", "probability": 0.99072265625}, {"start": 1330.62, "end": 1331.7, "word": " Va", "probability": 0.3388671875}, {"start": 1331.7, "end": 1332.56, "word": " وVb", "probability": 0.8712565104166666}, {"start": 1332.56, "end": 1332.88, "word": " وإحنا", "probability": 0.873291015625}, {"start": 1332.88, "end": 1333.18, "word": " حكينا", "probability": 0.8204345703125}, {"start": 1333.18, "end": 1333.36, "word": " هذا", "probability": 0.93408203125}, {"start": 1333.36, "end": 1333.48, "word": " من", "probability": 0.97802734375}, {"start": 1333.48, "end": 1333.72, "word": " أول", "probability": 0.90966796875}, {"start": 1333.72, "end": 1334.12, "word": " او", "probability": 0.42401123046875}, {"start": 1334.12, "end": 1334.28, "word": " تانى", "probability": 0.8133138020833334}, {"start": 1334.28, "end": 1334.8, "word": " محاضرة", "probability": 0.987060546875}, {"start": 1334.8, "end": 1335.58, "word": " ال", "probability": 0.86328125}, {"start": 1335.58, "end": 1336.24, "word": " voltage", "probability": 0.93603515625}, {"start": 1336.24, "end": 1337.18, "word": " حوالين", "probability": 0.9642333984375}, {"start": 1337.18, "end": 1337.4, "word": " هذا", "probability": 0.97607421875}, {"start": 1337.4, "end": 1337.52, "word": " ال", "probability": 0.97998046875}, {"start": 1337.52, "end": 1337.84, "word": " element", "probability": 0.97998046875}, {"start": 1337.84, "end": 1338.04, "word": " إيش", "probability": 0.9443359375}, {"start": 1338.04, "end": 1338.52, "word": " بيساوي", "probability": 0.7955078125}, {"start": 1338.52, "end": 1339.38, "word": " Va", "probability": 0.423828125}, {"start": 1339.38, "end": 1341.2, "word": "-Vb", "probability": 0.80224609375}, {"start": 1341.2, "end": 1341.46, "word": " وهذا", "probability": 0.625732421875}, {"start": 1341.46, "end": 1341.56, "word": " اللي", "probability": 0.847412109375}, {"start": 1341.56, "end": 1341.66, "word": " أنا", "probability": 0.892578125}, {"start": 1341.66, "end": 1342.22, "word": " استخدمته", "probability": 0.905517578125}], "temperature": 1.0}, {"id": 55, "seek": 136864, "start": 1343.48, "end": 1368.64, "text": "وفي الحالتين لازم نعطيه نفس الجواب استخدمت Kirchhoff voltage law كمان ات شايفها هت loop مولا او قولت على طول ال voltage حوالي ال element اذا عارفة ال voltage a و ال voltage v هكون va-bv واضح؟ طيب عرفنا احنا البوار صح؟ وين البوار راحت؟ ايها البوار؟ هتساوي", "tokens": [38688, 1829, 21542, 6027, 2655, 9957, 5296, 31377, 2304, 8717, 3615, 9566, 1829, 3224, 8717, 36178, 25724, 14407, 3555, 44713, 9778, 40448, 2655, 11305, 339, 1289, 602, 8352, 2101, 9122, 2304, 7649, 1975, 2655, 13412, 995, 33911, 11296, 8032, 2655, 6367, 3714, 12610, 995, 1975, 2407, 12174, 12610, 2655, 15844, 23032, 12610, 2423, 8352, 11331, 2407, 6027, 1829, 2423, 4478, 1975, 15730, 6225, 9640, 5172, 3660, 2423, 8352, 257, 4032, 2423, 8352, 371, 8032, 30544, 2773, 12, 65, 85, 4032, 46958, 5016, 22807, 23032, 1829, 3555, 6225, 28480, 8315, 1975, 5016, 8315, 29739, 2407, 9640, 20328, 5016, 22807, 4032, 9957, 29739, 2407, 9640, 12602, 995, 33753, 22807, 1975, 1829, 11296, 29739, 2407, 9640, 22807, 8032, 2655, 3794, 995, 45865], "avg_logprob": -0.3075520853201548, "compression_ratio": 1.6584362139917694, "no_speech_prob": 1.1920928955078125e-07, "words": [{"start": 1343.48, "end": 1343.76, "word": "وفي", "probability": 0.722412109375}, {"start": 1343.76, "end": 1344.2, "word": " الحالتين", "probability": 0.91748046875}, {"start": 1344.2, "end": 1344.4, "word": " لازم", "probability": 0.88623046875}, {"start": 1344.4, "end": 1344.7, "word": " نعطيه", "probability": 0.8908203125}, {"start": 1344.7, "end": 1344.86, "word": " نفس", "probability": 0.996337890625}, {"start": 1344.86, "end": 1345.3, "word": " الجواب", "probability": 0.5625813802083334}, {"start": 1345.3, "end": 1345.82, "word": " استخدمت", "probability": 0.71270751953125}, {"start": 1345.82, "end": 1346.18, "word": " Kirchhoff", "probability": 0.595458984375}, {"start": 1346.18, "end": 1346.56, "word": " voltage", "probability": 0.76953125}, {"start": 1346.56, "end": 1346.88, "word": " law", "probability": 0.79736328125}, {"start": 1346.88, "end": 1347.58, "word": " كمان", "probability": 0.56640625}, {"start": 1347.58, "end": 1347.68, "word": " ات", "probability": 0.4195556640625}, {"start": 1347.68, "end": 1348.16, "word": " شايفها", "probability": 0.865234375}, {"start": 1348.16, "end": 1348.48, "word": " هت", "probability": 0.630859375}, {"start": 1348.48, "end": 1348.66, "word": " loop", "probability": 0.66552734375}, {"start": 1348.66, "end": 1349.1, "word": " مولا", "probability": 0.6233723958333334}, {"start": 1349.1, "end": 1349.8, "word": " او", "probability": 0.782470703125}, {"start": 1349.8, "end": 1350.08, "word": " قولت", "probability": 0.9588216145833334}, {"start": 1350.08, "end": 1350.2, "word": " على", "probability": 0.525390625}, {"start": 1350.2, "end": 1350.48, "word": " طول", "probability": 0.984375}, {"start": 1350.48, "end": 1350.68, "word": " ال", "probability": 0.95947265625}, {"start": 1350.68, "end": 1351.06, "word": " voltage", "probability": 0.921875}, {"start": 1351.06, "end": 1351.44, "word": " حوالي", "probability": 0.9140625}, {"start": 1351.44, "end": 1351.52, "word": " ال", "probability": 0.87060546875}, {"start": 1351.52, "end": 1351.82, "word": " element", "probability": 0.94580078125}, {"start": 1351.82, "end": 1352.06, "word": " اذا", "probability": 0.878173828125}, {"start": 1352.06, "end": 1352.36, "word": " عارفة", "probability": 0.74444580078125}, {"start": 1352.36, "end": 1352.44, "word": " ال", "probability": 0.94189453125}, {"start": 1352.44, "end": 1352.76, "word": " voltage", "probability": 0.923828125}, {"start": 1352.76, "end": 1353.06, "word": " a", "probability": 0.345703125}, {"start": 1353.06, "end": 1353.18, "word": " و", "probability": 0.90283203125}, {"start": 1353.18, "end": 1353.28, "word": " ال", "probability": 0.59228515625}, {"start": 1353.28, "end": 1353.58, "word": " voltage", "probability": 0.908203125}, {"start": 1353.58, "end": 1353.9, "word": " v", "probability": 0.650390625}, {"start": 1353.9, "end": 1354.58, "word": " هكون", "probability": 0.748779296875}, {"start": 1354.58, "end": 1355.0, "word": " va", "probability": 0.658203125}, {"start": 1355.0, "end": 1356.96, "word": "-bv", "probability": 0.5248209635416666}, {"start": 1356.96, "end": 1358.36, "word": " واضح؟", "probability": 0.834228515625}, {"start": 1358.36, "end": 1360.62, "word": " طيب", "probability": 0.8338216145833334}, {"start": 1360.62, "end": 1361.18, "word": " عرفنا", "probability": 0.8644205729166666}, {"start": 1361.18, "end": 1361.34, "word": " احنا", "probability": 0.8893229166666666}, {"start": 1361.34, "end": 1361.66, "word": " البوار", "probability": 0.7965494791666666}, {"start": 1361.66, "end": 1362.68, "word": " صح؟", "probability": 0.880859375}, {"start": 1362.68, "end": 1363.24, "word": " وين", "probability": 0.7529296875}, {"start": 1363.24, "end": 1363.54, "word": " البوار", "probability": 0.9510091145833334}, {"start": 1363.54, "end": 1364.68, "word": " راحت؟", "probability": 0.839111328125}, {"start": 1364.68, "end": 1365.8, "word": " ايها", "probability": 0.717529296875}, {"start": 1365.8, "end": 1366.54, "word": " البوار؟", "probability": 0.7969970703125}, {"start": 1366.54, "end": 1368.64, "word": " هتساوي", "probability": 0.7702392578125}], "temperature": 1.0}, {"id": 56, "seek": 139124, "start": 1369.76, "end": 1391.24, "text": "سالب 250 في IS 11.2 واط تمام؟ إذا إحنا هيك تشوفنا في هذا المثال كيف ممكن مثال زي هيك يسهل علينا حل أو يعني ال transformation يسهل علينا حل هاي الدائرة", "tokens": [3794, 6027, 3555, 11650, 8978, 6205, 2975, 13, 17, 4032, 41193, 46811, 10943, 22807, 11933, 15730, 11933, 5016, 8315, 39896, 4117, 6055, 8592, 38688, 8315, 8978, 23758, 9673, 12984, 6027, 9122, 33911, 3714, 43020, 50113, 6027, 30767, 1829, 39896, 4117, 7251, 3794, 3224, 1211, 25894, 8315, 11331, 1211, 34051, 37495, 22653, 2423, 9887, 7251, 3794, 3224, 1211, 25894, 8315, 11331, 1211, 8032, 47302, 32748, 16373, 25720], "avg_logprob": -0.25909515903956853, "compression_ratio": 1.4615384615384615, "no_speech_prob": 5.960464477539063e-08, "words": [{"start": 1369.76, "end": 1370.56, "word": "سالب", "probability": 0.6391398111979166}, {"start": 1370.56, "end": 1372.06, "word": " 250", "probability": 0.759765625}, {"start": 1372.06, "end": 1373.28, "word": " في", "probability": 0.1773681640625}, {"start": 1373.28, "end": 1373.82, "word": " IS", "probability": 0.5654296875}, {"start": 1373.82, "end": 1374.38, "word": " 11", "probability": 0.273193359375}, {"start": 1374.38, "end": 1375.12, "word": ".2", "probability": 0.861083984375}, {"start": 1375.12, "end": 1376.52, "word": " واط", "probability": 0.32183837890625}, {"start": 1376.52, "end": 1380.36, "word": " تمام؟", "probability": 0.646728515625}, {"start": 1380.36, "end": 1381.0, "word": " إذا", "probability": 0.6826171875}, {"start": 1381.0, "end": 1381.24, "word": " إحنا", "probability": 0.8619791666666666}, {"start": 1381.24, "end": 1381.48, "word": " هيك", "probability": 0.701416015625}, {"start": 1381.48, "end": 1381.88, "word": " تشوفنا", "probability": 0.962890625}, {"start": 1381.88, "end": 1382.0, "word": " في", "probability": 0.884765625}, {"start": 1382.0, "end": 1382.2, "word": " هذا", "probability": 0.94189453125}, {"start": 1382.2, "end": 1382.8, "word": " المثال", "probability": 0.97900390625}, {"start": 1382.8, "end": 1384.16, "word": " كيف", "probability": 0.81396484375}, {"start": 1384.16, "end": 1384.52, "word": " ممكن", "probability": 0.956787109375}, {"start": 1384.52, "end": 1385.02, "word": " مثال", "probability": 0.843017578125}, {"start": 1385.02, "end": 1385.28, "word": " زي", "probability": 0.93798828125}, {"start": 1385.28, "end": 1385.64, "word": " هيك", "probability": 0.963134765625}, {"start": 1385.64, "end": 1386.2, "word": " يسهل", "probability": 0.9525146484375}, {"start": 1386.2, "end": 1386.72, "word": " علينا", "probability": 0.884033203125}, {"start": 1386.72, "end": 1388.0, "word": " حل", "probability": 0.923583984375}, {"start": 1388.0, "end": 1388.4, "word": " أو", "probability": 0.8134765625}, {"start": 1388.4, "end": 1388.56, "word": " يعني", "probability": 0.939453125}, {"start": 1388.56, "end": 1388.7, "word": " ال", "probability": 0.73388671875}, {"start": 1388.7, "end": 1389.16, "word": " transformation", "probability": 0.83251953125}, {"start": 1389.16, "end": 1389.72, "word": " يسهل", "probability": 0.9683837890625}, {"start": 1389.72, "end": 1390.02, "word": " علينا", "probability": 0.972900390625}, {"start": 1390.02, "end": 1390.28, "word": " حل", "probability": 0.979248046875}, {"start": 1390.28, "end": 1390.62, "word": " هاي", "probability": 0.72314453125}, {"start": 1390.62, "end": 1391.24, "word": " الدائرة", "probability": 0.9837239583333334}], "temperature": 1.0}, {"id": 57, "seek": 141978, "start": 1397.98, "end": 1419.78, "text": "طب شوية كمان أعطيكم كمان حاجة في هذا السؤال قداش ال power بتاعة التمانية أمبير خلنا نعتبره C يلا حد ساعدني أنا مش عارفة ال power اللي على التمانية أمبير خلنا نسميه C حد ساعدني كيف بدي أجيبه؟", "tokens": [9566, 3555, 13412, 2407, 10632, 9122, 2304, 7649, 5551, 3615, 9566, 1829, 24793, 9122, 2304, 7649, 11331, 26108, 3660, 8978, 23758, 21136, 33604, 6027, 12174, 3215, 33599, 2423, 1347, 39894, 995, 27884, 16712, 2304, 7649, 10632, 5551, 2304, 3555, 13546, 16490, 1211, 8315, 8717, 34268, 26890, 3224, 383, 7251, 15040, 11331, 3215, 8608, 995, 22488, 22653, 41850, 37893, 6225, 9640, 5172, 3660, 2423, 1347, 13672, 1829, 15844, 16712, 2304, 7649, 10632, 5551, 2304, 3555, 13546, 16490, 1211, 8315, 8717, 38251, 1829, 3224, 383, 11331, 3215, 8608, 995, 22488, 22653, 9122, 33911, 4724, 16254, 5551, 7435, 1829, 3555, 3224, 22807], "avg_logprob": -0.14656250283122063, "compression_ratio": 1.798913043478261, "no_speech_prob": 3.409385681152344e-05, "words": [{"start": 1397.9800000000002, "end": 1398.8200000000002, "word": "طب", "probability": 0.910888671875}, {"start": 1398.8200000000002, "end": 1399.66, "word": " شوية", "probability": 0.8292643229166666}, {"start": 1399.66, "end": 1399.96, "word": " كمان", "probability": 0.9298502604166666}, {"start": 1399.96, "end": 1400.34, "word": " أعطيكم", "probability": 0.83740234375}, {"start": 1400.34, "end": 1400.62, "word": " كمان", "probability": 0.7937825520833334}, {"start": 1400.62, "end": 1400.88, "word": " حاجة", "probability": 0.99462890625}, {"start": 1400.88, "end": 1401.0, "word": " في", "probability": 0.89306640625}, {"start": 1401.0, "end": 1401.16, "word": " هذا", "probability": 0.81982421875}, {"start": 1401.16, "end": 1401.72, "word": " السؤال", "probability": 0.99462890625}, {"start": 1401.72, "end": 1403.12, "word": " قداش", "probability": 0.7859700520833334}, {"start": 1403.12, "end": 1403.32, "word": " ال", "probability": 0.9423828125}, {"start": 1403.32, "end": 1403.54, "word": " power", "probability": 0.81591796875}, {"start": 1403.54, "end": 1403.8, "word": " بتاعة", "probability": 0.8543294270833334}, {"start": 1403.8, "end": 1404.26, "word": " التمانية", "probability": 0.80242919921875}, {"start": 1404.26, "end": 1404.68, "word": " أمبير", "probability": 0.856201171875}, {"start": 1404.68, "end": 1405.94, "word": " خلنا", "probability": 0.6712239583333334}, {"start": 1405.94, "end": 1406.48, "word": " نعتبره", "probability": 0.978759765625}, {"start": 1406.48, "end": 1406.68, "word": " C", "probability": 0.72607421875}, {"start": 1406.68, "end": 1409.94, "word": " يلا", "probability": 0.871337890625}, {"start": 1409.94, "end": 1410.26, "word": " حد", "probability": 0.972900390625}, {"start": 1410.26, "end": 1410.76, "word": " ساعدني", "probability": 0.959716796875}, {"start": 1410.76, "end": 1410.9, "word": " أنا", "probability": 0.475830078125}, {"start": 1410.9, "end": 1411.1, "word": " مش", "probability": 0.9912109375}, {"start": 1411.1, "end": 1411.64, "word": " عارفة", "probability": 0.9720458984375}, {"start": 1411.64, "end": 1412.36, "word": " ال", "probability": 0.9697265625}, {"start": 1412.36, "end": 1412.76, "word": " power", "probability": 0.892578125}, {"start": 1412.76, "end": 1413.5, "word": " اللي", "probability": 0.965087890625}, {"start": 1413.5, "end": 1413.62, "word": " على", "probability": 0.442138671875}, {"start": 1413.62, "end": 1414.04, "word": " التمانية", "probability": 0.9730224609375}, {"start": 1414.04, "end": 1414.5, "word": " أمبير", "probability": 0.9649658203125}, {"start": 1414.5, "end": 1415.96, "word": " خلنا", "probability": 0.8943684895833334}, {"start": 1415.96, "end": 1416.4, "word": " نسميه", "probability": 0.9869384765625}, {"start": 1416.4, "end": 1416.58, "word": " C", "probability": 0.896484375}, {"start": 1416.58, "end": 1416.92, "word": " حد", "probability": 0.84326171875}, {"start": 1416.92, "end": 1417.52, "word": " ساعدني", "probability": 0.978759765625}, {"start": 1417.52, "end": 1418.88, "word": " كيف", "probability": 0.93798828125}, {"start": 1418.88, "end": 1419.02, "word": " بدي", "probability": 0.4495849609375}, {"start": 1419.02, "end": 1419.78, "word": " أجيبه؟", "probability": 0.9597981770833334}], "temperature": 1.0}, {"id": 58, "seek": 144104, "start": 1432.0, "end": 1441.04, "text": "أنا عارفة ال voltage من هنا لهنا", "tokens": [10721, 8315, 6225, 9640, 5172, 3660, 2423, 8352, 9154, 34105, 46740, 8315], "avg_logprob": -0.36899039378532994, "compression_ratio": 0.9444444444444444, "no_speech_prob": 2.980232238769531e-07, "words": [{"start": 1432.0, "end": 1432.56, "word": "أنا", "probability": 0.415069580078125}, {"start": 1432.56, "end": 1433.0, "word": " عارفة", "probability": 0.8427734375}, {"start": 1433.0, "end": 1433.04, "word": " ال", "probability": 0.94580078125}, {"start": 1433.04, "end": 1433.32, "word": " voltage", "probability": 0.9189453125}, {"start": 1433.32, "end": 1433.56, "word": " من", "probability": 0.986328125}, {"start": 1433.56, "end": 1433.72, "word": " هنا", "probability": 0.990234375}, {"start": 1433.72, "end": 1441.04, "word": " لهنا", "probability": 0.70751953125}], "temperature": 1.0}, {"id": 59, "seek": 147771, "start": 1452.09, "end": 1477.71, "text": "مكاشر طيب حد تبغش شون مكاشر بقولكوا مش عارف بغش شون لأ ماهوش المطلوب المطلوب بدنا البوارع ع التمانية أمبير هي مكتوبة على اللوحة في الدورة بدنا معناه أجيب ال voltage اللي ع التمانية أمبير كيف ده أجيب ال voltage ع التمانية أمبير واحدة هي كده تبريق تمانية فعشرة تمانية فعشرة ممتازة ليش بده تمانية فعشرة عشان يجيب ال voltage", "tokens": [2304, 4117, 33599, 2288, 23032, 1829, 3555, 11331, 3215, 6055, 3555, 17082, 8592, 13412, 11536, 3714, 4117, 33599, 2288, 4724, 39648, 4117, 14407, 37893, 6225, 9640, 5172, 4724, 17082, 8592, 13412, 11536, 5296, 10721, 19446, 3224, 2407, 8592, 9673, 9566, 1211, 37746, 9673, 9566, 1211, 37746, 47525, 8315, 29739, 2407, 9640, 3615, 6225, 16712, 2304, 7649, 10632, 5551, 2304, 3555, 13546, 39896, 3714, 4117, 2655, 37746, 3660, 15844, 13672, 2407, 5016, 3660, 8978, 32748, 13063, 3660, 47525, 8315, 20449, 8315, 3224, 5551, 7435, 1829, 3555, 2423, 8352, 13672, 1829, 6225, 16712, 2304, 7649, 10632, 5551, 2304, 3555, 13546, 9122, 33911, 11778, 3224, 5551, 7435, 1829, 3555, 2423, 8352, 6225, 16712, 2304, 7649, 10632, 5551, 2304, 3555, 13546, 36764, 24401, 3660, 39896, 9122, 3215, 3224, 6055, 26890, 1829, 4587, 6055, 2304, 7649, 10632, 6156, 3615, 8592, 25720, 46811, 7649, 10632, 6156, 3615, 8592, 25720, 3714, 2304, 2655, 31377, 3660, 32239, 8592, 47525, 3224, 46811, 7649, 10632, 6156, 3615, 8592, 25720, 6225, 8592, 7649, 7251, 7435, 1829, 3555, 2423, 8352], "avg_logprob": -0.27200445197743073, "compression_ratio": 2.3430962343096233, "no_speech_prob": 0.0, "words": [{"start": 1452.0899999999997, "end": 1452.7299999999998, "word": "مكاشر", "probability": 0.49676513671875}, {"start": 1452.7299999999998, "end": 1453.37, "word": " طيب", "probability": 0.85595703125}, {"start": 1453.37, "end": 1454.01, "word": " حد", "probability": 0.7666015625}, {"start": 1454.01, "end": 1454.53, "word": " تبغش", "probability": 0.76947021484375}, {"start": 1454.53, "end": 1454.87, "word": " شون", "probability": 0.5826416015625}, {"start": 1454.87, "end": 1455.33, "word": " مكاشر", "probability": 0.8074951171875}, {"start": 1455.33, "end": 1455.63, "word": " بقولكوا", "probability": 0.664306640625}, {"start": 1455.63, "end": 1455.79, "word": " مش", "probability": 0.79248046875}, {"start": 1455.79, "end": 1456.05, "word": " عارف", "probability": 0.78857421875}, {"start": 1456.05, "end": 1456.29, "word": " بغش", "probability": 0.8082682291666666}, {"start": 1456.29, "end": 1456.59, "word": " شون", "probability": 0.923828125}, {"start": 1456.59, "end": 1456.79, "word": " لأ", "probability": 0.541351318359375}, {"start": 1456.79, "end": 1457.43, "word": " ماهوش", "probability": 0.573455810546875}, {"start": 1457.43, "end": 1457.79, "word": " المطلوب", "probability": 0.9522705078125}, {"start": 1457.79, "end": 1459.09, "word": " المطلوب", "probability": 0.907470703125}, {"start": 1459.09, "end": 1459.39, "word": " بدنا", "probability": 0.6336669921875}, {"start": 1459.39, "end": 1459.83, "word": " البوارع", "probability": 0.7567138671875}, {"start": 1459.83, "end": 1459.95, "word": " ع", "probability": 0.30419921875}, {"start": 1459.95, "end": 1460.27, "word": " التمانية", "probability": 0.7816162109375}, {"start": 1460.27, "end": 1460.59, "word": " أمبير", "probability": 0.873779296875}, {"start": 1460.59, "end": 1460.73, "word": " هي", "probability": 0.38330078125}, {"start": 1460.73, "end": 1461.21, "word": " مكتوبة", "probability": 0.966796875}, {"start": 1461.21, "end": 1461.35, "word": " على", "probability": 0.505859375}, {"start": 1461.35, "end": 1461.59, "word": " اللوحة", "probability": 0.79376220703125}, {"start": 1461.59, "end": 1461.85, "word": " في", "probability": 0.1981201171875}, {"start": 1461.85, "end": 1462.49, "word": " الدورة", "probability": 0.798583984375}, {"start": 1462.49, "end": 1465.71, "word": " بدنا", "probability": 0.917236328125}, {"start": 1465.71, "end": 1466.17, "word": " معناه", "probability": 0.9518229166666666}, {"start": 1466.17, "end": 1466.51, "word": " أجيب", "probability": 0.9036865234375}, {"start": 1466.51, "end": 1466.65, "word": " ال", "probability": 0.98046875}, {"start": 1466.65, "end": 1466.99, "word": " voltage", "probability": 0.927734375}, {"start": 1466.99, "end": 1467.17, "word": " اللي", "probability": 0.945068359375}, {"start": 1467.17, "end": 1467.27, "word": " ع", "probability": 0.82666015625}, {"start": 1467.27, "end": 1467.63, "word": " التمانية", "probability": 0.9354248046875}, {"start": 1467.63, "end": 1468.11, "word": " أمبير", "probability": 0.9661865234375}, {"start": 1468.11, "end": 1469.47, "word": " كيف", "probability": 0.97900390625}, {"start": 1469.47, "end": 1469.59, "word": " ده", "probability": 0.95751953125}, {"start": 1469.59, "end": 1469.91, "word": " أجيب", "probability": 0.9853515625}, {"start": 1469.91, "end": 1470.03, "word": " ال", "probability": 0.97900390625}, {"start": 1470.03, "end": 1470.29, "word": " voltage", "probability": 0.953125}, {"start": 1470.29, "end": 1470.45, "word": " ع", "probability": 0.703125}, {"start": 1470.45, "end": 1470.73, "word": " التمانية", "probability": 0.92529296875}, {"start": 1470.73, "end": 1471.15, "word": " أمبير", "probability": 0.9783935546875}, {"start": 1471.15, "end": 1471.67, "word": " واحدة", "probability": 0.8113606770833334}, {"start": 1471.67, "end": 1471.83, "word": " هي", "probability": 0.93310546875}, {"start": 1471.83, "end": 1472.01, "word": " كده", "probability": 0.7939453125}, {"start": 1472.01, "end": 1472.57, "word": " تبريق", "probability": 0.51300048828125}, {"start": 1472.57, "end": 1473.47, "word": " تمانية", "probability": 0.750732421875}, {"start": 1473.47, "end": 1473.93, "word": " فعشرة", "probability": 0.8238525390625}, {"start": 1473.93, "end": 1474.85, "word": " تمانية", "probability": 0.9705403645833334}, {"start": 1474.85, "end": 1475.23, "word": " فعشرة", "probability": 0.99072265625}, {"start": 1475.23, "end": 1475.63, "word": " ممتازة", "probability": 0.95078125}, {"start": 1475.63, "end": 1475.83, "word": " ليش", "probability": 0.761474609375}, {"start": 1475.83, "end": 1476.03, "word": " بده", "probability": 0.489013671875}, {"start": 1476.03, "end": 1476.29, "word": " تمانية", "probability": 0.9602864583333334}, {"start": 1476.29, "end": 1476.71, "word": " فعشرة", "probability": 0.994873046875}, {"start": 1476.71, "end": 1476.83, "word": " عشان", "probability": 0.7095540364583334}, {"start": 1476.83, "end": 1477.15, "word": " يجيب", "probability": 0.76666259765625}, {"start": 1477.15, "end": 1477.27, "word": " ال", "probability": 0.52734375}, {"start": 1477.27, "end": 1477.71, "word": " voltage", "probability": 0.900390625}], "temperature": 1.0}, {"id": 60, "seek": 150374, "start": 1479.46, "end": 1503.74, "text": "عشان اش .. اش جيب هذا اللي مضروف؟ ال voltage ع مين؟ طبع كل ال .. لأ طبع العشرة طبع العشرة، bravo عليكم، بعدين كيف بجيب ال voltage هذا؟ نترح .. تزينه، bravo عليكم، اي هيك باللغة التورية، اذا ال voltage اللي حوالين ال تمانية امبير ايش بيساوي؟ العشرين ناقص، ماعرف اتقيا الجمهور في العشرة، اللي هو تمانية فعشرة", "tokens": [3615, 8592, 7649, 1975, 8592, 4386, 1975, 8592, 10874, 1829, 3555, 23758, 13672, 1829, 3714, 11242, 32887, 5172, 22807, 2423, 8352, 6225, 3714, 9957, 22807, 23032, 3555, 3615, 28242, 2423, 4386, 5296, 10721, 23032, 3555, 3615, 18863, 8592, 25720, 23032, 3555, 3615, 18863, 8592, 25720, 12399, 1548, 3080, 25894, 24793, 12399, 39182, 9957, 9122, 33911, 4724, 7435, 1829, 3555, 2423, 8352, 23758, 22807, 8717, 2655, 2288, 5016, 4386, 6055, 11622, 9957, 3224, 12399, 1548, 3080, 25894, 24793, 12399, 1975, 1829, 39896, 4117, 20666, 1211, 17082, 3660, 16712, 13063, 10632, 12399, 1975, 15730, 2423, 8352, 13672, 1829, 11331, 2407, 6027, 9957, 2423, 46811, 7649, 10632, 1975, 2304, 3555, 13546, 1975, 1829, 8592, 4724, 1829, 3794, 995, 45865, 22807, 18863, 46309, 9957, 8717, 995, 4587, 9381, 12399, 19446, 3615, 28480, 1975, 2655, 4587, 25528, 25724, 2304, 3224, 13063, 8978, 18863, 8592, 25720, 12399, 13672, 1829, 31439, 46811, 7649, 10632, 6156, 3615, 8592, 25720], "avg_logprob": -0.30427632637714086, "compression_ratio": 2.0116731517509727, "no_speech_prob": 5.960464477539062e-07, "words": [{"start": 1479.46, "end": 1479.9, "word": "عشان", "probability": 0.807373046875}, {"start": 1479.9, "end": 1480.14, "word": " اش", "probability": 0.771484375}, {"start": 1480.14, "end": 1480.14, "word": " ..", "probability": 0.1959228515625}, {"start": 1480.14, "end": 1480.28, "word": " اش", "probability": 0.6090087890625}, {"start": 1480.28, "end": 1480.56, "word": " جيب", "probability": 0.9796549479166666}, {"start": 1480.56, "end": 1480.82, "word": " هذا", "probability": 0.5341796875}, {"start": 1480.82, "end": 1480.94, "word": " اللي", "probability": 0.6358642578125}, {"start": 1480.94, "end": 1481.22, "word": " مضروف؟", "probability": 0.70009765625}, {"start": 1481.22, "end": 1481.38, "word": " ال", "probability": 0.497802734375}, {"start": 1481.38, "end": 1481.7, "word": " voltage", "probability": 0.55908203125}, {"start": 1481.7, "end": 1482.12, "word": " ع", "probability": 0.39599609375}, {"start": 1482.12, "end": 1483.46, "word": " مين؟", "probability": 0.8544921875}, {"start": 1483.46, "end": 1483.8, "word": " طبع", "probability": 0.7665201822916666}, {"start": 1483.8, "end": 1484.12, "word": " كل", "probability": 0.931640625}, {"start": 1484.12, "end": 1484.48, "word": " ال", "probability": 0.478271484375}, {"start": 1484.48, "end": 1484.56, "word": " ..", "probability": 0.89111328125}, {"start": 1484.56, "end": 1485.26, "word": " لأ", "probability": 0.6973876953125}, {"start": 1485.26, "end": 1485.88, "word": " طبع", "probability": 0.8247884114583334}, {"start": 1485.88, "end": 1486.26, "word": " العشرة", "probability": 0.716796875}, {"start": 1486.26, "end": 1487.22, "word": " طبع", "probability": 0.8767903645833334}, {"start": 1487.22, "end": 1487.84, "word": " العشرة،", "probability": 0.80010986328125}, {"start": 1487.84, "end": 1488.26, "word": " bravo", "probability": 0.77001953125}, {"start": 1488.26, "end": 1489.12, "word": " عليكم،", "probability": 0.7596842447916666}, {"start": 1489.12, "end": 1489.44, "word": " بعدين", "probability": 0.838623046875}, {"start": 1489.44, "end": 1489.66, "word": " كيف", "probability": 0.95263671875}, {"start": 1489.66, "end": 1489.92, "word": " بجيب", "probability": 0.905029296875}, {"start": 1489.92, "end": 1490.02, "word": " ال", "probability": 0.9794921875}, {"start": 1490.02, "end": 1490.3, "word": " voltage", "probability": 0.96337890625}, {"start": 1490.3, "end": 1490.94, "word": " هذا؟", "probability": 0.8251953125}, {"start": 1490.94, "end": 1491.56, "word": " نترح", "probability": 0.81982421875}, {"start": 1491.56, "end": 1491.84, "word": " ..", "probability": 0.27978515625}, {"start": 1491.84, "end": 1492.44, "word": " تزينه،", "probability": 0.80869140625}, {"start": 1492.44, "end": 1492.8, "word": " bravo", "probability": 0.95068359375}, {"start": 1492.8, "end": 1493.14, "word": " عليكم،", "probability": 0.91259765625}, {"start": 1493.14, "end": 1493.24, "word": " اي", "probability": 0.6578369140625}, {"start": 1493.24, "end": 1493.4, "word": " هيك", "probability": 0.6844482421875}, {"start": 1493.4, "end": 1493.72, "word": " باللغة", "probability": 0.44439697265625}, {"start": 1493.72, "end": 1494.58, "word": " التورية،", "probability": 0.7587890625}, {"start": 1494.58, "end": 1494.74, "word": " اذا", "probability": 0.89208984375}, {"start": 1494.74, "end": 1494.96, "word": " ال", "probability": 0.818359375}, {"start": 1494.96, "end": 1495.46, "word": " voltage", "probability": 0.9619140625}, {"start": 1495.46, "end": 1495.64, "word": " اللي", "probability": 0.9443359375}, {"start": 1495.64, "end": 1496.0, "word": " حوالين", "probability": 0.980712890625}, {"start": 1496.0, "end": 1496.12, "word": " ال", "probability": 0.496337890625}, {"start": 1496.12, "end": 1496.46, "word": " تمانية", "probability": 0.7714029947916666}, {"start": 1496.46, "end": 1496.8, "word": " امبير", "probability": 0.74322509765625}, {"start": 1496.8, "end": 1496.98, "word": " ايش", "probability": 0.6896158854166666}, {"start": 1496.98, "end": 1497.94, "word": " بيساوي؟", "probability": 0.8916829427083334}, {"start": 1497.94, "end": 1498.9, "word": " العشرين", "probability": 0.822265625}, {"start": 1498.9, "end": 1499.98, "word": " ناقص،", "probability": 0.82236328125}, {"start": 1499.98, "end": 1500.34, "word": " ماعرف", "probability": 0.7371419270833334}, {"start": 1500.34, "end": 1500.7, "word": " اتقيا", "probability": 0.51385498046875}, {"start": 1500.7, "end": 1501.02, "word": " الجمهور", "probability": 0.71978759765625}, {"start": 1501.02, "end": 1501.1, "word": " في", "probability": 0.9130859375}, {"start": 1501.1, "end": 1502.02, "word": " العشرة،", "probability": 0.89453125}, {"start": 1502.02, "end": 1502.2, "word": " اللي", "probability": 0.9931640625}, {"start": 1502.2, "end": 1502.34, "word": " هو", "probability": 0.97705078125}, {"start": 1502.34, "end": 1503.12, "word": " تمانية", "probability": 0.9347330729166666}, {"start": 1503.12, "end": 1503.74, "word": " فعشرة", "probability": 0.712158203125}], "temperature": 1.0}, {"id": 61, "seek": 152687, "start": 1505.11, "end": 1526.87, "text": "يطلع الإشارة هي سالب يعني سالب اه عنه تمانين سالب ستين وبالتالي بقدر أجيب اللي هو ال power بتاعة التمانية امبير احنا فرضين ال voltage هيك plus minus اه فإذن معناه هيكون ال plus ال current في اتجاه ال voltage ال drop اللي هي التمانية V التمانية", "tokens": [1829, 9566, 1211, 3615, 33688, 8592, 9640, 3660, 39896, 8608, 6027, 3555, 37495, 22653, 8608, 6027, 3555, 1975, 3224, 18871, 3224, 46811, 7649, 9957, 8608, 6027, 3555, 8608, 2655, 9957, 46599, 6027, 2655, 6027, 1829, 4724, 28543, 2288, 5551, 7435, 1829, 3555, 13672, 1829, 31439, 2423, 1347, 39894, 995, 27884, 16712, 2304, 7649, 10632, 1975, 2304, 3555, 13546, 1975, 5016, 8315, 6156, 43042, 9957, 2423, 8352, 39896, 4117, 1804, 3175, 1975, 3224, 6156, 28814, 8848, 1863, 20449, 8315, 3224, 39896, 30544, 2423, 1804, 2423, 2190, 8978, 1975, 2655, 7435, 40294, 2423, 8352, 2423, 3270, 13672, 1829, 39896, 16712, 2304, 7649, 10632, 691, 16712, 2304, 7649, 10632], "avg_logprob": -0.20151868490415198, "compression_ratio": 1.8767772511848342, "no_speech_prob": 3.5762786865234375e-07, "words": [{"start": 1505.11, "end": 1505.51, "word": "يطلع", "probability": 0.774444580078125}, {"start": 1505.51, "end": 1505.97, "word": " الإشارة", "probability": 0.9830322265625}, {"start": 1505.97, "end": 1506.19, "word": " هي", "probability": 0.869140625}, {"start": 1506.19, "end": 1506.59, "word": " سالب", "probability": 0.7438151041666666}, {"start": 1506.59, "end": 1506.73, "word": " يعني", "probability": 0.79736328125}, {"start": 1506.73, "end": 1507.09, "word": " سالب", "probability": 0.781005859375}, {"start": 1507.09, "end": 1507.51, "word": " اه", "probability": 0.6015625}, {"start": 1507.51, "end": 1508.21, "word": " عنه", "probability": 0.4495849609375}, {"start": 1508.21, "end": 1508.63, "word": " تمانين", "probability": 0.8017578125}, {"start": 1508.63, "end": 1509.27, "word": " سالب", "probability": 0.89501953125}, {"start": 1509.27, "end": 1509.91, "word": " ستين", "probability": 0.8767903645833334}, {"start": 1509.91, "end": 1512.47, "word": " وبالتالي", "probability": 0.86796875}, {"start": 1512.47, "end": 1512.93, "word": " بقدر", "probability": 0.982421875}, {"start": 1512.93, "end": 1513.35, "word": " أجيب", "probability": 0.910400390625}, {"start": 1513.35, "end": 1513.51, "word": " اللي", "probability": 0.885986328125}, {"start": 1513.51, "end": 1513.61, "word": " هو", "probability": 0.994140625}, {"start": 1513.61, "end": 1513.77, "word": " ال", "probability": 0.70947265625}, {"start": 1513.77, "end": 1514.09, "word": " power", "probability": 0.7919921875}, {"start": 1514.09, "end": 1515.11, "word": " بتاعة", "probability": 0.95263671875}, {"start": 1515.11, "end": 1515.97, "word": " التمانية", "probability": 0.82855224609375}, {"start": 1515.97, "end": 1516.53, "word": " امبير", "probability": 0.849853515625}, {"start": 1516.53, "end": 1517.27, "word": " احنا", "probability": 0.8597005208333334}, {"start": 1517.27, "end": 1517.69, "word": " فرضين", "probability": 0.9148763020833334}, {"start": 1517.69, "end": 1517.83, "word": " ال", "probability": 0.95703125}, {"start": 1517.83, "end": 1518.17, "word": " voltage", "probability": 0.95166015625}, {"start": 1518.17, "end": 1518.47, "word": " هيك", "probability": 0.985595703125}, {"start": 1518.47, "end": 1518.69, "word": " plus", "probability": 0.5576171875}, {"start": 1518.69, "end": 1519.07, "word": " minus", "probability": 0.9697265625}, {"start": 1519.07, "end": 1519.83, "word": " اه", "probability": 0.915771484375}, {"start": 1519.83, "end": 1520.77, "word": " فإذن", "probability": 0.67059326171875}, {"start": 1520.77, "end": 1521.15, "word": " معناه", "probability": 0.96728515625}, {"start": 1521.15, "end": 1521.63, "word": " هيكون", "probability": 0.958740234375}, {"start": 1521.63, "end": 1521.81, "word": " ال", "probability": 0.85302734375}, {"start": 1521.81, "end": 1522.27, "word": " plus", "probability": 0.95263671875}, {"start": 1522.27, "end": 1523.15, "word": " ال", "probability": 0.7578125}, {"start": 1523.15, "end": 1523.39, "word": " current", "probability": 0.962890625}, {"start": 1523.39, "end": 1523.53, "word": " في", "probability": 0.455078125}, {"start": 1523.53, "end": 1523.81, "word": " اتجاه", "probability": 0.9505615234375}, {"start": 1523.81, "end": 1523.93, "word": " ال", "probability": 0.9287109375}, {"start": 1523.93, "end": 1524.23, "word": " voltage", "probability": 0.94140625}, {"start": 1524.23, "end": 1524.39, "word": " ال", "probability": 0.4609375}, {"start": 1524.39, "end": 1524.61, "word": " drop", "probability": 0.6142578125}, {"start": 1524.61, "end": 1524.77, "word": " اللي", "probability": 0.953369140625}, {"start": 1524.77, "end": 1524.89, "word": " هي", "probability": 0.93701171875}, {"start": 1524.89, "end": 1525.49, "word": " التمانية", "probability": 0.900390625}, {"start": 1525.49, "end": 1526.21, "word": " V", "probability": 0.54296875}, {"start": 1526.21, "end": 1526.87, "word": " التمانية", "probability": 0.917724609375}], "temperature": 1.0}, {"id": 62, "seek": 155250, "start": 1528.82, "end": 1552.5, "text": "و احنا طلعت معانا فيه قيمتها minus 60 في عندنا حاجة اسمها ال soberboschan هاي برضه أحد الطرق لتحليل الدوائد ال soberboschan إيش هي ال soberboschan؟ إيش مبدأ ال soberboschan بنعتمد على إيش؟ إن إحنا لحدها لقيتها بنعتمد على الدوائد بس فيها sources و مقاومة ولا لأ؟ إحنا بنعتمد على هذا المبدأ تقعد شوية عندي", "tokens": [2407, 1975, 5016, 8315, 23032, 1211, 34268, 20449, 995, 8315, 8978, 3224, 12174, 32640, 2655, 11296, 3175, 4060, 8978, 43242, 8315, 11331, 26108, 3660, 24525, 2304, 11296, 2423, 370, 607, 65, 329, 3484, 8032, 47302, 4724, 43042, 3224, 5551, 24401, 41950, 2288, 4587, 5296, 2655, 5016, 20292, 1211, 32748, 2407, 16373, 3215, 2423, 370, 607, 65, 329, 3484, 11933, 1829, 8592, 39896, 2423, 370, 607, 65, 329, 3484, 22807, 11933, 1829, 8592, 3714, 44510, 10721, 2423, 370, 607, 65, 329, 3484, 44945, 34268, 2304, 3215, 15844, 11933, 1829, 8592, 22807, 36145, 11933, 5016, 8315, 5296, 24401, 11296, 5296, 4587, 36081, 11296, 44945, 34268, 2304, 3215, 15844, 32748, 2407, 16373, 3215, 4724, 3794, 8978, 11296, 7139, 4032, 3714, 4587, 995, 20498, 3660, 49429, 5296, 10721, 22807, 11933, 5016, 8315, 44945, 34268, 2304, 3215, 15844, 23758, 9673, 44510, 10721, 6055, 4587, 22488, 13412, 2407, 10632, 18871, 16254], "avg_logprob": -0.23223458597921345, "compression_ratio": 1.9444444444444444, "no_speech_prob": 5.960464477539063e-08, "words": [{"start": 1528.82, "end": 1529.0, "word": "و", "probability": 0.92431640625}, {"start": 1529.0, "end": 1529.16, "word": " احنا", "probability": 0.8015950520833334}, {"start": 1529.16, "end": 1529.46, "word": " طلعت", "probability": 0.9698893229166666}, {"start": 1529.46, "end": 1529.76, "word": " معانا", "probability": 0.8369140625}, {"start": 1529.76, "end": 1530.0, "word": " فيه", "probability": 0.7208251953125}, {"start": 1530.0, "end": 1530.26, "word": " قيمتها", "probability": 0.980712890625}, {"start": 1530.26, "end": 1530.54, "word": " minus", "probability": 0.414306640625}, {"start": 1530.54, "end": 1530.92, "word": " 60", "probability": 0.8232421875}, {"start": 1530.92, "end": 1532.06, "word": " في", "probability": 0.76611328125}, {"start": 1532.06, "end": 1532.38, "word": " عندنا", "probability": 0.5870361328125}, {"start": 1532.38, "end": 1532.64, "word": " حاجة", "probability": 0.99365234375}, {"start": 1532.64, "end": 1533.0, "word": " اسمها", "probability": 0.9630533854166666}, {"start": 1533.0, "end": 1533.14, "word": " ال", "probability": 0.71533203125}, {"start": 1533.14, "end": 1533.92, "word": " soberboschan", "probability": 0.37509765625}, {"start": 1533.92, "end": 1534.74, "word": " هاي", "probability": 0.6751708984375}, {"start": 1534.74, "end": 1535.02, "word": " برضه", "probability": 0.9742838541666666}, {"start": 1535.02, "end": 1535.3, "word": " أحد", "probability": 0.816162109375}, {"start": 1535.3, "end": 1535.82, "word": " الطرق", "probability": 0.8680013020833334}, {"start": 1535.82, "end": 1536.8, "word": " لتحليل", "probability": 0.9828125}, {"start": 1536.8, "end": 1537.28, "word": " الدوائد", "probability": 0.884033203125}, {"start": 1537.28, "end": 1537.52, "word": " ال", "probability": 0.54638671875}, {"start": 1537.52, "end": 1538.42, "word": " soberboschan", "probability": 0.90009765625}, {"start": 1538.42, "end": 1541.66, "word": " إيش", "probability": 0.7755533854166666}, {"start": 1541.66, "end": 1541.78, "word": " هي", "probability": 0.96435546875}, {"start": 1541.78, "end": 1541.92, "word": " ال", "probability": 0.9677734375}, {"start": 1541.92, "end": 1542.7, "word": " soberboschan؟", "probability": 0.8732096354166666}, {"start": 1542.7, "end": 1542.86, "word": " إيش", "probability": 0.9606119791666666}, {"start": 1542.86, "end": 1543.16, "word": " مبدأ", "probability": 0.8050130208333334}, {"start": 1543.16, "end": 1543.3, "word": " ال", "probability": 0.95068359375}, {"start": 1543.3, "end": 1543.84, "word": " soberboschan", "probability": 0.97197265625}, {"start": 1543.84, "end": 1544.22, "word": " بنعتمد", "probability": 0.75140380859375}, {"start": 1544.22, "end": 1544.36, "word": " على", "probability": 0.86181640625}, {"start": 1544.36, "end": 1544.6, "word": " إيش؟", "probability": 0.8331298828125}, {"start": 1544.6, "end": 1544.68, "word": " إن", "probability": 0.283203125}, {"start": 1544.68, "end": 1544.88, "word": " إحنا", "probability": 0.7136637369791666}, {"start": 1544.88, "end": 1545.22, "word": " لحدها", "probability": 0.8810221354166666}, {"start": 1545.22, "end": 1545.5, "word": " لقيتها", "probability": 0.694580078125}, {"start": 1545.5, "end": 1546.0, "word": " بنعتمد", "probability": 0.9864501953125}, {"start": 1546.0, "end": 1546.2, "word": " على", "probability": 0.97412109375}, {"start": 1546.2, "end": 1546.8, "word": " الدوائد", "probability": 0.9501953125}, {"start": 1546.8, "end": 1547.02, "word": " بس", "probability": 0.9814453125}, {"start": 1547.02, "end": 1547.26, "word": " فيها", "probability": 0.978759765625}, {"start": 1547.26, "end": 1547.72, "word": " sources", "probability": 0.9521484375}, {"start": 1547.72, "end": 1547.9, "word": " و", "probability": 0.97509765625}, {"start": 1547.9, "end": 1548.48, "word": " مقاومة", "probability": 0.85869140625}, {"start": 1548.48, "end": 1548.8, "word": " ولا", "probability": 0.59228515625}, {"start": 1548.8, "end": 1549.8, "word": " لأ؟", "probability": 0.83740234375}, {"start": 1549.8, "end": 1550.36, "word": " إحنا", "probability": 0.8671875}, {"start": 1550.36, "end": 1550.82, "word": " بنعتمد", "probability": 0.9886474609375}, {"start": 1550.82, "end": 1550.98, "word": " على", "probability": 0.978515625}, {"start": 1550.98, "end": 1551.18, "word": " هذا", "probability": 0.96142578125}, {"start": 1551.18, "end": 1551.62, "word": " المبدأ", "probability": 0.7064615885416666}, {"start": 1551.62, "end": 1551.96, "word": " تقعد", "probability": 0.8053385416666666}, {"start": 1551.96, "end": 1552.3, "word": " شوية", "probability": 0.8815104166666666}, {"start": 1552.3, "end": 1552.5, "word": " عندي", "probability": 0.6004638671875}], "temperature": 1.0}, {"id": 63, "seek": 158314, "start": 1554.74, "end": 1583.14, "text": "احنا حاليًا كل الدواء اللي حد دلوقتي بنشوفها إيه sources ومقاومات يعني أي حاجة بتسيلها المقاومات voltage حوالها .. حواليها current ممور فيها من وين أثره؟ من ال sources هاي و لا لأ؟ إذا كانت ال sources هدولة independent إذا كانت independent بقدر أقول مية بالمية إنه الأثر اللي بحدث على هاي المقاومات أسوأ voltage حوالها أو طيار ممرق فيها هو ناتج من مجموع الأثر هاي", "tokens": [39319, 8315, 11331, 6027, 1829, 14111, 995, 28242, 32748, 2407, 16606, 13672, 1829, 11331, 3215, 11778, 1211, 30543, 31371, 44945, 8592, 38688, 11296, 11933, 1829, 3224, 7139, 4032, 2304, 4587, 995, 20498, 9307, 37495, 22653, 36632, 11331, 26108, 3660, 39894, 3794, 26895, 11296, 9673, 4587, 995, 20498, 9307, 8352, 11331, 2407, 6027, 11296, 4386, 11331, 2407, 6027, 1829, 11296, 2190, 3714, 2304, 13063, 8978, 11296, 9154, 4032, 9957, 5551, 49115, 3224, 22807, 9154, 2423, 7139, 8032, 47302, 4032, 20193, 5296, 10721, 22807, 11933, 15730, 25961, 2655, 2423, 7139, 8032, 3215, 12610, 3660, 6695, 11933, 15730, 25961, 2655, 6695, 4724, 28543, 2288, 5551, 39648, 3714, 10632, 20666, 2304, 10632, 36145, 3224, 16247, 49115, 13672, 1829, 4724, 24401, 12984, 15844, 8032, 47302, 9673, 4587, 995, 20498, 9307, 5551, 3794, 2407, 10721, 8352, 11331, 2407, 6027, 11296, 34051, 23032, 1829, 9640, 3714, 29973, 4587, 8978, 11296, 31439, 8717, 9307, 7435, 9154, 3714, 7435, 2304, 45367, 16247, 49115, 8032, 47302], "avg_logprob": -0.2035230906905642, "compression_ratio": 2.0033670033670035, "no_speech_prob": 0.0, "words": [{"start": 1554.74, "end": 1555.2, "word": "احنا", "probability": 0.89892578125}, {"start": 1555.2, "end": 1555.78, "word": " حاليًا", "probability": 0.764013671875}, {"start": 1555.78, "end": 1556.04, "word": " كل", "probability": 0.9736328125}, {"start": 1556.04, "end": 1556.38, "word": " الدواء", "probability": 0.7867838541666666}, {"start": 1556.38, "end": 1556.52, "word": " اللي", "probability": 0.850341796875}, {"start": 1556.52, "end": 1556.76, "word": " حد", "probability": 0.6583251953125}, {"start": 1556.76, "end": 1556.94, "word": " دلوقتي", "probability": 0.596588134765625}, {"start": 1556.94, "end": 1557.4, "word": " بنشوفها", "probability": 0.84503173828125}, {"start": 1557.4, "end": 1557.56, "word": " إيه", "probability": 0.6681315104166666}, {"start": 1557.56, "end": 1558.0, "word": " sources", "probability": 0.6201171875}, {"start": 1558.0, "end": 1558.84, "word": " ومقاومات", "probability": 0.8661295572916666}, {"start": 1558.84, "end": 1559.68, "word": " يعني", "probability": 0.90087890625}, {"start": 1559.68, "end": 1559.92, "word": " أي", "probability": 0.8857421875}, {"start": 1559.92, "end": 1560.26, "word": " حاجة", "probability": 0.99853515625}, {"start": 1560.26, "end": 1560.66, "word": " بتسيلها", "probability": 0.7696533203125}, {"start": 1560.66, "end": 1561.24, "word": " المقاومات", "probability": 0.8890625}, {"start": 1561.24, "end": 1561.6, "word": " voltage", "probability": 0.72021484375}, {"start": 1561.6, "end": 1562.08, "word": " حوالها", "probability": 0.86505126953125}, {"start": 1562.08, "end": 1562.16, "word": " ..", "probability": 0.281494140625}, {"start": 1562.16, "end": 1562.68, "word": " حواليها", "probability": 0.82958984375}, {"start": 1562.68, "end": 1563.0, "word": " current", "probability": 0.8388671875}, {"start": 1563.0, "end": 1563.26, "word": " ممور", "probability": 0.73828125}, {"start": 1563.26, "end": 1563.46, "word": " فيها", "probability": 0.984619140625}, {"start": 1563.46, "end": 1563.6, "word": " من", "probability": 0.7998046875}, {"start": 1563.6, "end": 1563.78, "word": " وين", "probability": 0.955078125}, {"start": 1563.78, "end": 1564.66, "word": " أثره؟", "probability": 0.8045654296875}, {"start": 1564.66, "end": 1564.76, "word": " من", "probability": 0.99267578125}, {"start": 1564.76, "end": 1564.96, "word": " ال", "probability": 0.9814453125}, {"start": 1564.96, "end": 1565.28, "word": " sources", "probability": 0.92724609375}, {"start": 1565.28, "end": 1565.6, "word": " هاي", "probability": 0.810546875}, {"start": 1565.6, "end": 1565.82, "word": " و", "probability": 0.37353515625}, {"start": 1565.82, "end": 1565.9, "word": " لا", "probability": 0.93505859375}, {"start": 1565.9, "end": 1567.02, "word": " لأ؟", "probability": 0.8068033854166666}, {"start": 1567.02, "end": 1567.24, "word": " إذا", "probability": 0.78466796875}, {"start": 1567.24, "end": 1567.54, "word": " كانت", "probability": 0.99267578125}, {"start": 1567.54, "end": 1567.64, "word": " ال", "probability": 0.99365234375}, {"start": 1567.64, "end": 1567.94, "word": " sources", "probability": 0.9521484375}, {"start": 1567.94, "end": 1568.68, "word": " هدولة", "probability": 0.86767578125}, {"start": 1568.68, "end": 1569.52, "word": " independent", "probability": 0.98193359375}, {"start": 1569.52, "end": 1570.42, "word": " إذا", "probability": 0.6964111328125}, {"start": 1570.42, "end": 1570.92, "word": " كانت", "probability": 0.995361328125}, {"start": 1570.92, "end": 1571.52, "word": " independent", "probability": 0.9794921875}, {"start": 1571.52, "end": 1572.78, "word": " بقدر", "probability": 0.96533203125}, {"start": 1572.78, "end": 1573.14, "word": " أقول", "probability": 0.968505859375}, {"start": 1573.14, "end": 1573.48, "word": " مية", "probability": 0.796630859375}, {"start": 1573.48, "end": 1573.98, "word": " بالمية", "probability": 0.98876953125}, {"start": 1573.98, "end": 1575.26, "word": " إنه", "probability": 0.689453125}, {"start": 1575.26, "end": 1576.3, "word": " الأثر", "probability": 0.947265625}, {"start": 1576.3, "end": 1576.5, "word": " اللي", "probability": 0.9814453125}, {"start": 1576.5, "end": 1576.9, "word": " بحدث", "probability": 0.9593098958333334}, {"start": 1576.9, "end": 1577.08, "word": " على", "probability": 0.873046875}, {"start": 1577.08, "end": 1577.3, "word": " هاي", "probability": 0.60107421875}, {"start": 1577.3, "end": 1577.98, "word": " المقاومات", "probability": 0.97509765625}, {"start": 1577.98, "end": 1578.28, "word": " أسوأ", "probability": 0.8243408203125}, {"start": 1578.28, "end": 1578.6, "word": " voltage", "probability": 0.787109375}, {"start": 1578.6, "end": 1579.06, "word": " حوالها", "probability": 0.89453125}, {"start": 1579.06, "end": 1579.24, "word": " أو", "probability": 0.97314453125}, {"start": 1579.24, "end": 1579.54, "word": " طيار", "probability": 0.8310546875}, {"start": 1579.54, "end": 1580.02, "word": " ممرق", "probability": 0.6617024739583334}, {"start": 1580.02, "end": 1580.54, "word": " فيها", "probability": 0.880615234375}, {"start": 1580.54, "end": 1581.12, "word": " هو", "probability": 0.98046875}, {"start": 1581.12, "end": 1581.6, "word": " ناتج", "probability": 0.98974609375}, {"start": 1581.6, "end": 1581.8, "word": " من", "probability": 0.9130859375}, {"start": 1581.8, "end": 1582.34, "word": " مجموع", "probability": 0.937255859375}, {"start": 1582.34, "end": 1582.8, "word": " الأثر", "probability": 0.923828125}, {"start": 1582.8, "end": 1583.14, "word": " هاي", "probability": 0.80322265625}], "temperature": 1.0}, {"id": 64, "seek": 160378, "start": 1583.68, "end": 1603.78, "text": "مجموع ال sources هذه يعني إذا كان عندي V1 و V2 و V3 و V4 كلهم independent sources و قاعدة بدرس مثلا voltage حوالين عدة مقاومات في هذه الدائرة بقدر أقول ال voltage حوالين هذه المقاومات ناتج من أثر ال source الأول اللي هو ال voltage الأول", "tokens": [2304, 7435, 2304, 45367, 2423, 7139, 29538, 37495, 22653, 11933, 15730, 25961, 18871, 16254, 691, 16, 4032, 691, 17, 4032, 691, 18, 4032, 691, 19, 28242, 16095, 6695, 7139, 4032, 12174, 995, 22488, 3660, 47525, 2288, 3794, 50113, 15040, 8352, 11331, 2407, 6027, 9957, 6225, 41891, 3714, 4587, 995, 20498, 9307, 8978, 29538, 32748, 16373, 25720, 4724, 28543, 2288, 5551, 39648, 2423, 8352, 11331, 2407, 6027, 9957, 29538, 9673, 4587, 995, 20498, 9307, 8717, 9307, 7435, 9154, 5551, 49115, 2423, 4009, 16247, 12610, 13672, 1829, 31439, 2423, 8352, 16247, 12610], "avg_logprob": -0.1318681387455909, "compression_ratio": 1.7766990291262137, "no_speech_prob": 1.7881393432617188e-07, "words": [{"start": 1583.68, "end": 1584.38, "word": "مجموع", "probability": 0.9197998046875}, {"start": 1584.38, "end": 1584.76, "word": " ال", "probability": 0.912109375}, {"start": 1584.76, "end": 1585.04, "word": " sources", "probability": 0.89697265625}, {"start": 1585.04, "end": 1585.5, "word": " هذه", "probability": 0.76904296875}, {"start": 1585.5, "end": 1586.42, "word": " يعني", "probability": 0.79296875}, {"start": 1586.42, "end": 1586.54, "word": " إذا", "probability": 0.75537109375}, {"start": 1586.54, "end": 1586.7, "word": " كان", "probability": 0.96728515625}, {"start": 1586.7, "end": 1586.96, "word": " عندي", "probability": 0.723876953125}, {"start": 1586.96, "end": 1587.5, "word": " V1", "probability": 0.8125}, {"start": 1587.5, "end": 1587.68, "word": " و", "probability": 0.9580078125}, {"start": 1587.68, "end": 1588.2, "word": " V2", "probability": 0.890380859375}, {"start": 1588.2, "end": 1588.42, "word": " و", "probability": 0.994140625}, {"start": 1588.42, "end": 1588.94, "word": " V3", "probability": 0.95849609375}, {"start": 1588.94, "end": 1589.08, "word": " و", "probability": 0.99365234375}, {"start": 1589.08, "end": 1589.38, "word": " V4", "probability": 0.980224609375}, {"start": 1589.38, "end": 1589.68, "word": " كلهم", "probability": 0.833251953125}, {"start": 1589.68, "end": 1590.16, "word": " independent", "probability": 0.8955078125}, {"start": 1590.16, "end": 1591.82, "word": " sources", "probability": 0.75048828125}, {"start": 1591.82, "end": 1592.98, "word": " و", "probability": 0.7509765625}, {"start": 1592.98, "end": 1593.24, "word": " قاعدة", "probability": 0.8753662109375}, {"start": 1593.24, "end": 1593.6, "word": " بدرس", "probability": 0.9259440104166666}, {"start": 1593.6, "end": 1593.9, "word": " مثلا", "probability": 0.771240234375}, {"start": 1593.9, "end": 1594.24, "word": " voltage", "probability": 0.89892578125}, {"start": 1594.24, "end": 1594.62, "word": " حوالين", "probability": 0.9658203125}, {"start": 1594.62, "end": 1594.9, "word": " عدة", "probability": 0.697998046875}, {"start": 1594.9, "end": 1595.68, "word": " مقاومات", "probability": 0.98701171875}, {"start": 1595.68, "end": 1596.0, "word": " في", "probability": 0.9384765625}, {"start": 1596.0, "end": 1596.16, "word": " هذه", "probability": 0.75634765625}, {"start": 1596.16, "end": 1596.6, "word": " الدائرة", "probability": 0.9861653645833334}, {"start": 1596.6, "end": 1597.28, "word": " بقدر", "probability": 0.9241536458333334}, {"start": 1597.28, "end": 1597.5, "word": " أقول", "probability": 0.945556640625}, {"start": 1597.5, "end": 1597.62, "word": " ال", "probability": 0.94091796875}, {"start": 1597.62, "end": 1597.98, "word": " voltage", "probability": 0.91796875}, {"start": 1597.98, "end": 1598.44, "word": " حوالين", "probability": 0.8955078125}, {"start": 1598.44, "end": 1598.58, "word": " هذه", "probability": 0.5654296875}, {"start": 1598.58, "end": 1599.14, "word": " المقاومات", "probability": 0.9861328125}, {"start": 1599.14, "end": 1599.86, "word": " ناتج", "probability": 0.98291015625}, {"start": 1599.86, "end": 1600.7, "word": " من", "probability": 0.98876953125}, {"start": 1600.7, "end": 1601.36, "word": " أثر", "probability": 0.959716796875}, {"start": 1601.36, "end": 1601.58, "word": " ال", "probability": 0.69580078125}, {"start": 1601.58, "end": 1602.48, "word": " source", "probability": 0.4443359375}, {"start": 1602.48, "end": 1602.94, "word": " الأول", "probability": 0.983642578125}, {"start": 1602.94, "end": 1603.02, "word": " اللي", "probability": 0.6982421875}, {"start": 1603.02, "end": 1603.12, "word": " هو", "probability": 0.99169921875}, {"start": 1603.12, "end": 1603.2, "word": " ال", "probability": 0.84765625}, {"start": 1603.2, "end": 1603.42, "word": " voltage", "probability": 0.9267578125}, {"start": 1603.42, "end": 1603.78, "word": " الأول", "probability": 0.983154296875}], "temperature": 1.0}, {"id": 65, "seek": 163301, "start": 1604.35, "end": 1633.01, "text": "نتج من ال source التاني ونتج من ال source التالت ونتج من ال source الرابع يعني بمعنى أن أثر ال source الأول لحاله عليهم زاد أثر ال source التاني عليهم زاد أثر ال source التالت لحاله عليهم زاد أثر ال source الرابع لحاله عليهم يعني مجموع آثار هدول ال sources هو اللي بيعطيني ال response على هذه الدوائر واضح؟ واضح الفكرة ولا مش واضح أنا بحاول أقربها قبل ما أعملها دوائر", "tokens": [29399, 7435, 9154, 2423, 4009, 16712, 7649, 1829, 4032, 29399, 7435, 9154, 2423, 4009, 16712, 6027, 2655, 4032, 29399, 7435, 9154, 2423, 4009, 34892, 16758, 3615, 37495, 22653, 4724, 2304, 3615, 1863, 7578, 14739, 5551, 49115, 2423, 4009, 16247, 12610, 5296, 5016, 6027, 3224, 25894, 16095, 30767, 18513, 5551, 49115, 2423, 4009, 16712, 7649, 1829, 25894, 16095, 30767, 18513, 5551, 49115, 2423, 4009, 16712, 6027, 2655, 5296, 5016, 6027, 3224, 25894, 16095, 30767, 18513, 5551, 49115, 2423, 4009, 34892, 16758, 3615, 5296, 5016, 6027, 3224, 25894, 16095, 37495, 22653, 3714, 7435, 2304, 45367, 19753, 12984, 9640, 8032, 3215, 12610, 2423, 7139, 31439, 13672, 1829, 4724, 1829, 3615, 9566, 1829, 22653, 2423, 4134, 15844, 29538, 32748, 2407, 16373, 2288, 4032, 46958, 5016, 22807, 4032, 46958, 5016, 27188, 4117, 25720, 49429, 37893, 4032, 46958, 5016, 41850, 4724, 5016, 995, 12610, 5551, 4587, 25513, 11296, 12174, 36150, 19446, 5551, 25957, 1211, 11296, 11778, 2407, 16373, 2288], "avg_logprob": -0.10511363379947551, "compression_ratio": 2.5504201680672267, "no_speech_prob": 6.020069122314453e-06, "words": [{"start": 1604.35, "end": 1604.83, "word": "نتج", "probability": 0.778076171875}, {"start": 1604.83, "end": 1605.01, "word": " من", "probability": 0.994140625}, {"start": 1605.01, "end": 1605.11, "word": " ال", "probability": 0.8349609375}, {"start": 1605.11, "end": 1605.33, "word": " source", "probability": 0.66455078125}, {"start": 1605.33, "end": 1605.85, "word": " التاني", "probability": 0.8984375}, {"start": 1605.85, "end": 1606.67, "word": " ونتج", "probability": 0.8963216145833334}, {"start": 1606.67, "end": 1606.81, "word": " من", "probability": 0.99609375}, {"start": 1606.81, "end": 1606.89, "word": " ال", "probability": 0.9677734375}, {"start": 1606.89, "end": 1607.09, "word": " source", "probability": 0.890625}, {"start": 1607.09, "end": 1607.55, "word": " التالت", "probability": 0.9641927083333334}, {"start": 1607.55, "end": 1607.97, "word": " ونتج", "probability": 0.9417317708333334}, {"start": 1607.97, "end": 1608.09, "word": " من", "probability": 0.99560546875}, {"start": 1608.09, "end": 1608.17, "word": " ال", "probability": 0.97021484375}, {"start": 1608.17, "end": 1608.33, "word": " source", "probability": 0.93505859375}, {"start": 1608.33, "end": 1608.73, "word": " الرابع", "probability": 0.9856770833333334}, {"start": 1608.73, "end": 1609.31, "word": " يعني", "probability": 0.840576171875}, {"start": 1609.31, "end": 1610.05, "word": " بمعنى", "probability": 0.98623046875}, {"start": 1610.05, "end": 1610.23, "word": " أن", "probability": 0.459716796875}, {"start": 1610.23, "end": 1610.51, "word": " أثر", "probability": 0.9287109375}, {"start": 1610.51, "end": 1610.65, "word": " ال", "probability": 0.97265625}, {"start": 1610.65, "end": 1610.85, "word": " source", "probability": 0.90576171875}, {"start": 1610.85, "end": 1611.21, "word": " الأول", "probability": 0.9921875}, {"start": 1611.21, "end": 1611.65, "word": " لحاله", "probability": 0.974365234375}, {"start": 1611.65, "end": 1612.49, "word": " عليهم", "probability": 0.982421875}, {"start": 1612.49, "end": 1613.13, "word": " زاد", "probability": 0.601806640625}, {"start": 1613.13, "end": 1613.53, "word": " أثر", "probability": 0.99267578125}, {"start": 1613.53, "end": 1613.69, "word": " ال", "probability": 0.98828125}, {"start": 1613.69, "end": 1613.91, "word": " source", "probability": 0.92236328125}, {"start": 1613.91, "end": 1614.39, "word": " التاني", "probability": 0.9552408854166666}, {"start": 1614.39, "end": 1615.05, "word": " عليهم", "probability": 0.986328125}, {"start": 1615.05, "end": 1615.97, "word": " زاد", "probability": 0.855224609375}, {"start": 1615.97, "end": 1616.25, "word": " أثر", "probability": 0.99169921875}, {"start": 1616.25, "end": 1616.41, "word": " ال", "probability": 0.98779296875}, {"start": 1616.41, "end": 1616.63, "word": " source", "probability": 0.90234375}, {"start": 1616.63, "end": 1617.15, "word": " التالت", "probability": 0.986328125}, {"start": 1617.15, "end": 1617.55, "word": " لحاله", "probability": 0.988525390625}, {"start": 1617.55, "end": 1617.99, "word": " عليهم", "probability": 0.989501953125}, {"start": 1617.99, "end": 1618.55, "word": " زاد", "probability": 0.974609375}, {"start": 1618.55, "end": 1618.71, "word": " أثر", "probability": 0.993408203125}, {"start": 1618.71, "end": 1618.85, "word": " ال", "probability": 0.9853515625}, {"start": 1618.85, "end": 1619.03, "word": " source", "probability": 0.93017578125}, {"start": 1619.03, "end": 1619.47, "word": " الرابع", "probability": 0.99072265625}, {"start": 1619.47, "end": 1619.87, "word": " لحاله", "probability": 0.9949951171875}, {"start": 1619.87, "end": 1620.25, "word": " عليهم", "probability": 0.9833984375}, {"start": 1620.25, "end": 1620.81, "word": " يعني", "probability": 0.942626953125}, {"start": 1620.81, "end": 1621.37, "word": " مجموع", "probability": 0.8892822265625}, {"start": 1621.37, "end": 1622.15, "word": " آثار", "probability": 0.8251953125}, {"start": 1622.15, "end": 1622.71, "word": " هدول", "probability": 0.84814453125}, {"start": 1622.71, "end": 1622.87, "word": " ال", "probability": 0.7119140625}, {"start": 1622.87, "end": 1623.31, "word": " sources", "probability": 0.92919921875}, {"start": 1623.31, "end": 1623.97, "word": " هو", "probability": 0.9287109375}, {"start": 1623.97, "end": 1624.39, "word": " اللي", "probability": 0.956298828125}, {"start": 1624.39, "end": 1624.87, "word": " بيعطيني", "probability": 0.7530924479166666}, {"start": 1624.87, "end": 1624.99, "word": " ال", "probability": 0.9033203125}, {"start": 1624.99, "end": 1625.37, "word": " response", "probability": 0.93896484375}, {"start": 1625.37, "end": 1625.55, "word": " على", "probability": 0.7958984375}, {"start": 1625.55, "end": 1625.73, "word": " هذه", "probability": 0.5712890625}, {"start": 1625.73, "end": 1626.15, "word": " الدوائر", "probability": 0.8985595703125}, {"start": 1626.15, "end": 1628.15, "word": " واضح؟", "probability": 0.8878173828125}, {"start": 1628.15, "end": 1629.51, "word": " واضح", "probability": 0.9807942708333334}, {"start": 1629.51, "end": 1629.93, "word": " الفكرة", "probability": 0.91455078125}, {"start": 1629.93, "end": 1630.17, "word": " ولا", "probability": 0.58837890625}, {"start": 1630.17, "end": 1630.57, "word": " مش", "probability": 0.73291015625}, {"start": 1630.57, "end": 1630.81, "word": " واضح", "probability": 0.9894205729166666}, {"start": 1630.81, "end": 1630.93, "word": " أنا", "probability": 0.36181640625}, {"start": 1630.93, "end": 1631.25, "word": " بحاول", "probability": 0.98828125}, {"start": 1631.25, "end": 1631.71, "word": " أقربها", "probability": 0.89697265625}, {"start": 1631.71, "end": 1631.85, "word": " قبل", "probability": 0.98388671875}, {"start": 1631.85, "end": 1631.97, "word": " ما", "probability": 0.83984375}, {"start": 1631.97, "end": 1632.45, "word": " أعملها", "probability": 0.888427734375}, {"start": 1632.45, "end": 1633.01, "word": " دوائر", "probability": 0.90625}], "temperature": 1.0}, {"id": 66, "seek": 165417, "start": 1633.75, "end": 1654.17, "text": "يعني مثلا عندي دقرت اوم، دقرت اوم مش فيها source و مقاومة، بسيطة ال voltage اللي حوالي المقاومة و تردور فيها من وين جاي من هذا ال source طب خلوني افترض ان اضيف كمان source في الدائرة current source بطل ال current و ال voltage اللي على المقاوم بس جاي من هذا ال source صار كمان جاي قلو من وين من current source", "tokens": [40228, 22653, 50113, 15040, 18871, 16254, 11778, 4587, 43500, 1975, 20498, 12399, 11778, 4587, 43500, 1975, 20498, 37893, 8978, 11296, 4009, 4032, 3714, 4587, 995, 20498, 3660, 12399, 4724, 3794, 1829, 9566, 3660, 2423, 8352, 13672, 1829, 11331, 2407, 6027, 1829, 9673, 4587, 995, 20498, 3660, 4032, 6055, 2288, 3215, 13063, 8978, 11296, 9154, 4032, 9957, 10874, 47302, 9154, 23758, 2423, 4009, 23032, 3555, 16490, 1211, 11536, 1829, 1975, 5172, 2655, 43042, 16472, 1975, 11242, 33911, 9122, 2304, 7649, 4009, 8978, 32748, 16373, 25720, 2190, 4009, 4724, 9566, 1211, 2423, 2190, 4032, 2423, 8352, 13672, 1829, 15844, 9673, 4587, 995, 20498, 4724, 3794, 10874, 47302, 9154, 23758, 2423, 4009, 20328, 9640, 9122, 2304, 7649, 10874, 47302, 12174, 1211, 2407, 9154, 4032, 9957, 9154, 2190, 4009], "avg_logprob": -0.18266369662587606, "compression_ratio": 2.1277533039647576, "no_speech_prob": 5.960464477539063e-08, "words": [{"start": 1633.75, "end": 1634.09, "word": "يعني", "probability": 0.893798828125}, {"start": 1634.09, "end": 1634.43, "word": " مثلا", "probability": 0.94970703125}, {"start": 1634.43, "end": 1634.77, "word": " عندي", "probability": 0.7125244140625}, {"start": 1634.77, "end": 1635.17, "word": " دقرت", "probability": 0.7737630208333334}, {"start": 1635.17, "end": 1635.47, "word": " اوم،", "probability": 0.4451904296875}, {"start": 1635.47, "end": 1635.69, "word": " دقرت", "probability": 0.8878580729166666}, {"start": 1635.69, "end": 1635.83, "word": " اوم", "probability": 0.845458984375}, {"start": 1635.83, "end": 1635.97, "word": " مش", "probability": 0.93359375}, {"start": 1635.97, "end": 1636.27, "word": " فيها", "probability": 0.974609375}, {"start": 1636.27, "end": 1636.83, "word": " source", "probability": 0.470947265625}, {"start": 1636.83, "end": 1637.05, "word": " و", "probability": 0.98095703125}, {"start": 1637.05, "end": 1638.05, "word": " مقاومة،", "probability": 0.8103841145833334}, {"start": 1638.05, "end": 1639.19, "word": " بسيطة", "probability": 0.99150390625}, {"start": 1639.19, "end": 1639.41, "word": " ال", "probability": 0.86181640625}, {"start": 1639.41, "end": 1639.77, "word": " voltage", "probability": 0.86181640625}, {"start": 1639.77, "end": 1639.93, "word": " اللي", "probability": 0.87744140625}, {"start": 1639.93, "end": 1640.23, "word": " حوالي", "probability": 0.96728515625}, {"start": 1640.23, "end": 1640.79, "word": " المقاومة", "probability": 0.948046875}, {"start": 1640.79, "end": 1640.83, "word": " و", "probability": 0.51708984375}, {"start": 1640.83, "end": 1641.19, "word": " تردور", "probability": 0.47637939453125}, {"start": 1641.19, "end": 1641.47, "word": " فيها", "probability": 0.85498046875}, {"start": 1641.47, "end": 1641.55, "word": " من", "probability": 0.91015625}, {"start": 1641.55, "end": 1641.69, "word": " وين", "probability": 0.771240234375}, {"start": 1641.69, "end": 1641.87, "word": " جاي", "probability": 0.929931640625}, {"start": 1641.87, "end": 1641.99, "word": " من", "probability": 0.98193359375}, {"start": 1641.99, "end": 1642.17, "word": " هذا", "probability": 0.7978515625}, {"start": 1642.17, "end": 1642.31, "word": " ال", "probability": 0.9814453125}, {"start": 1642.31, "end": 1642.59, "word": " source", "probability": 0.875}, {"start": 1642.59, "end": 1643.25, "word": " طب", "probability": 0.906982421875}, {"start": 1643.25, "end": 1643.63, "word": " خلوني", "probability": 0.97802734375}, {"start": 1643.63, "end": 1644.01, "word": " افترض", "probability": 0.83465576171875}, {"start": 1644.01, "end": 1644.17, "word": " ان", "probability": 0.6982421875}, {"start": 1644.17, "end": 1644.47, "word": " اضيف", "probability": 0.953125}, {"start": 1644.47, "end": 1644.79, "word": " كمان", "probability": 0.9700520833333334}, {"start": 1644.79, "end": 1645.13, "word": " source", "probability": 0.93798828125}, {"start": 1645.13, "end": 1645.31, "word": " في", "probability": 0.86083984375}, {"start": 1645.31, "end": 1645.69, "word": " الدائرة", "probability": 0.80908203125}, {"start": 1645.69, "end": 1646.59, "word": " current", "probability": 0.88623046875}, {"start": 1646.59, "end": 1647.19, "word": " source", "probability": 0.8681640625}, {"start": 1647.19, "end": 1648.19, "word": " بطل", "probability": 0.8714192708333334}, {"start": 1648.19, "end": 1648.33, "word": " ال", "probability": 0.96240234375}, {"start": 1648.33, "end": 1648.59, "word": " current", "probability": 0.95654296875}, {"start": 1648.59, "end": 1648.71, "word": " و", "probability": 0.876953125}, {"start": 1648.71, "end": 1648.83, "word": " ال", "probability": 0.9697265625}, {"start": 1648.83, "end": 1649.09, "word": " voltage", "probability": 0.93408203125}, {"start": 1649.09, "end": 1649.25, "word": " اللي", "probability": 0.9853515625}, {"start": 1649.25, "end": 1649.35, "word": " على", "probability": 0.568359375}, {"start": 1649.35, "end": 1649.67, "word": " المقاوم", "probability": 0.991943359375}, {"start": 1649.67, "end": 1649.95, "word": " بس", "probability": 0.89794921875}, {"start": 1649.95, "end": 1650.23, "word": " جاي", "probability": 0.891845703125}, {"start": 1650.23, "end": 1650.37, "word": " من", "probability": 0.98779296875}, {"start": 1650.37, "end": 1650.59, "word": " هذا", "probability": 0.9716796875}, {"start": 1650.59, "end": 1650.73, "word": " ال", "probability": 0.9599609375}, {"start": 1650.73, "end": 1651.03, "word": " source", "probability": 0.93505859375}, {"start": 1651.03, "end": 1651.85, "word": " صار", "probability": 0.809326171875}, {"start": 1651.85, "end": 1652.31, "word": " كمان", "probability": 0.990234375}, {"start": 1652.31, "end": 1652.61, "word": " جاي", "probability": 0.87353515625}, {"start": 1652.61, "end": 1652.89, "word": " قلو", "probability": 0.6155598958333334}, {"start": 1652.89, "end": 1653.01, "word": " من", "probability": 0.9833984375}, {"start": 1653.01, "end": 1653.27, "word": " وين", "probability": 0.987060546875}, {"start": 1653.27, "end": 1653.41, "word": " من", "probability": 0.96728515625}, {"start": 1653.41, "end": 1653.67, "word": " current", "probability": 0.73095703125}, {"start": 1653.67, "end": 1654.17, "word": " source", "probability": 0.88037109375}], "temperature": 1.0}, {"id": 67, "seek": 168386, "start": 1654.86, "end": 1683.86, "text": "فصار ال voltage اللي على المقاومة و الترمور فيها هو ناتج أثر ال source الأولاني و ال source التاني فال superposition ايش؟ بقولنا إذا إحنا فاهمين هذه الفكرة فماليش هيك أحل أقيم كل ال sources من الدائرة و أخلي ال source واحد بيصيح دائرة بتشبه دائرةهم مقاومات و sources يا بقى بيشمعهم على التوالي أو على التوازي بالآخر بالصفير المقاومة و ال source و بحلها بسهولة بعدين أقيم كل ال sources و أقيم فيه هذا ال source اللي أنا حطيته و أخلي ال source تاني", "tokens": [5172, 9381, 9640, 2423, 8352, 13672, 1829, 15844, 9673, 4587, 995, 20498, 3660, 4032, 16712, 2288, 2304, 13063, 8978, 11296, 31439, 8717, 9307, 7435, 5551, 49115, 2423, 4009, 16247, 12610, 7649, 1829, 4032, 2423, 4009, 16712, 7649, 1829, 6156, 6027, 1687, 38078, 1975, 1829, 8592, 22807, 4724, 39648, 8315, 11933, 15730, 11933, 5016, 8315, 6156, 995, 16095, 9957, 29538, 27188, 4117, 25720, 6156, 2304, 6027, 1829, 8592, 39896, 4117, 5551, 5016, 1211, 5551, 4587, 32640, 28242, 2423, 7139, 9154, 32748, 16373, 25720, 4032, 5551, 9778, 20292, 2423, 4009, 36764, 24401, 4724, 1829, 9381, 1829, 5016, 11778, 16373, 25720, 39894, 8592, 3555, 3224, 11778, 16373, 25720, 16095, 3714, 4587, 995, 20498, 9307, 4032, 7139, 35186, 4724, 4587, 7578, 4724, 1829, 8592, 2304, 3615, 16095, 15844, 16712, 2407, 6027, 1829, 34051, 15844, 16712, 2407, 31377, 1829, 20666, 148, 95, 34740, 20666, 9381, 5172, 13546, 9673, 4587, 995, 20498, 3660, 4032, 2423, 4009, 4032, 4724, 5016, 1211, 11296, 4724, 3794, 3224, 12610, 3660, 39182, 9957, 5551, 4587, 32640, 28242, 2423, 7139, 4032, 5551, 4587, 32640, 8978, 3224, 23758, 2423, 4009, 13672, 1829, 41850, 11331, 9566, 36081, 3224, 4032, 5551, 9778, 20292, 2423, 4009, 6055, 7649, 1829], "avg_logprob": -0.20086983860153512, "compression_ratio": 2.188622754491018, "no_speech_prob": 0.0, "words": [{"start": 1654.86, "end": 1655.34, "word": "فصار", "probability": 0.9322916666666666}, {"start": 1655.34, "end": 1655.64, "word": " ال", "probability": 0.85546875}, {"start": 1655.64, "end": 1656.18, "word": " voltage", "probability": 0.80078125}, {"start": 1656.18, "end": 1656.36, "word": " اللي", "probability": 0.7978515625}, {"start": 1656.36, "end": 1656.5, "word": " على", "probability": 0.66943359375}, {"start": 1656.5, "end": 1656.98, "word": " المقاومة", "probability": 0.91533203125}, {"start": 1656.98, "end": 1657.04, "word": " و", "probability": 0.72119140625}, {"start": 1657.04, "end": 1657.44, "word": " الترمور", "probability": 0.67340087890625}, {"start": 1657.44, "end": 1657.84, "word": " فيها", "probability": 0.977783203125}, {"start": 1657.84, "end": 1658.36, "word": " هو", "probability": 0.9560546875}, {"start": 1658.36, "end": 1659.02, "word": " ناتج", "probability": 0.9892578125}, {"start": 1659.02, "end": 1659.62, "word": " أثر", "probability": 0.93310546875}, {"start": 1659.62, "end": 1659.78, "word": " ال", "probability": 0.71923828125}, {"start": 1659.78, "end": 1659.98, "word": " source", "probability": 0.8564453125}, {"start": 1659.98, "end": 1660.66, "word": " الأولاني", "probability": 0.9720458984375}, {"start": 1660.66, "end": 1660.86, "word": " و", "probability": 0.58447265625}, {"start": 1660.86, "end": 1660.96, "word": " ال", "probability": 0.8310546875}, {"start": 1660.96, "end": 1661.18, "word": " source", "probability": 0.90869140625}, {"start": 1661.18, "end": 1661.68, "word": " التاني", "probability": 0.9391276041666666}, {"start": 1661.68, "end": 1662.5, "word": " فال", "probability": 0.856201171875}, {"start": 1662.5, "end": 1662.98, "word": " superposition", "probability": 0.759765625}, {"start": 1662.98, "end": 1663.24, "word": " ايش؟", "probability": 0.5869140625}, {"start": 1663.24, "end": 1663.46, "word": " بقولنا", "probability": 0.8740234375}, {"start": 1663.46, "end": 1663.6, "word": " إذا", "probability": 0.736083984375}, {"start": 1663.6, "end": 1663.76, "word": " إحنا", "probability": 0.7744140625}, {"start": 1663.76, "end": 1664.12, "word": " فاهمين", "probability": 0.9688720703125}, {"start": 1664.12, "end": 1664.32, "word": " هذه", "probability": 0.7236328125}, {"start": 1664.32, "end": 1664.68, "word": " الفكرة", "probability": 0.9905598958333334}, {"start": 1664.68, "end": 1665.52, "word": " فماليش", "probability": 0.7943359375}, {"start": 1665.52, "end": 1665.74, "word": " هيك", "probability": 0.6878662109375}, {"start": 1665.74, "end": 1666.1, "word": " أحل", "probability": 0.93359375}, {"start": 1666.1, "end": 1666.88, "word": " أقيم", "probability": 0.82763671875}, {"start": 1666.88, "end": 1667.14, "word": " كل", "probability": 0.98681640625}, {"start": 1667.14, "end": 1667.32, "word": " ال", "probability": 0.93994140625}, {"start": 1667.32, "end": 1667.64, "word": " sources", "probability": 0.94091796875}, {"start": 1667.64, "end": 1667.9, "word": " من", "probability": 0.9951171875}, {"start": 1667.9, "end": 1668.44, "word": " الدائرة", "probability": 0.9602864583333334}, {"start": 1668.44, "end": 1669.02, "word": " و", "probability": 0.904296875}, {"start": 1669.02, "end": 1669.3, "word": " أخلي", "probability": 0.7847493489583334}, {"start": 1669.3, "end": 1669.4, "word": " ال", "probability": 0.9453125}, {"start": 1669.4, "end": 1669.6, "word": " source", "probability": 0.943359375}, {"start": 1669.6, "end": 1669.94, "word": " واحد", "probability": 0.99365234375}, {"start": 1669.94, "end": 1670.26, "word": " بيصيح", "probability": 0.7204345703125}, {"start": 1670.26, "end": 1670.46, "word": " دائرة", "probability": 0.9016927083333334}, {"start": 1670.46, "end": 1670.82, "word": " بتشبه", "probability": 0.9178466796875}, {"start": 1670.82, "end": 1671.46, "word": " دائرةهم", "probability": 0.8870849609375}, {"start": 1671.46, "end": 1672.66, "word": " مقاومات", "probability": 0.876171875}, {"start": 1672.66, "end": 1672.76, "word": " و", "probability": 0.861328125}, {"start": 1672.76, "end": 1672.96, "word": " sources", "probability": 0.5048828125}, {"start": 1672.96, "end": 1673.14, "word": " يا", "probability": 0.22998046875}, {"start": 1673.14, "end": 1673.3, "word": " بقى", "probability": 0.6194661458333334}, {"start": 1673.3, "end": 1673.66, "word": " بيشمعهم", "probability": 0.8396809895833334}, {"start": 1673.66, "end": 1673.78, "word": " على", "probability": 0.85546875}, {"start": 1673.78, "end": 1674.14, "word": " التوالي", "probability": 0.8997802734375}, {"start": 1674.14, "end": 1674.24, "word": " أو", "probability": 0.396484375}, {"start": 1674.24, "end": 1674.3, "word": " على", "probability": 0.751953125}, {"start": 1674.3, "end": 1674.64, "word": " التوازي", "probability": 0.9150390625}, {"start": 1674.64, "end": 1674.9, "word": " بالآخر", "probability": 0.8172607421875}, {"start": 1674.9, "end": 1675.36, "word": " بالصفير", "probability": 0.76141357421875}, {"start": 1675.36, "end": 1675.86, "word": " المقاومة", "probability": 0.94033203125}, {"start": 1675.86, "end": 1675.98, "word": " و", "probability": 0.98291015625}, {"start": 1675.98, "end": 1676.04, "word": " ال", "probability": 0.67236328125}, {"start": 1676.04, "end": 1676.28, "word": " source", "probability": 0.84619140625}, {"start": 1676.28, "end": 1677.44, "word": " و", "probability": 0.7138671875}, {"start": 1677.44, "end": 1677.76, "word": " بحلها", "probability": 0.934814453125}, {"start": 1677.76, "end": 1678.36, "word": " بسهولة", "probability": 0.9826171875}, {"start": 1678.36, "end": 1679.5, "word": " بعدين", "probability": 0.892822265625}, {"start": 1679.5, "end": 1680.16, "word": " أقيم", "probability": 0.97265625}, {"start": 1680.16, "end": 1680.56, "word": " كل", "probability": 0.99267578125}, {"start": 1680.56, "end": 1680.8, "word": " ال", "probability": 0.99365234375}, {"start": 1680.8, "end": 1681.14, "word": " sources", "probability": 0.93408203125}, {"start": 1681.14, "end": 1681.32, "word": " و", "probability": 0.96630859375}, {"start": 1681.32, "end": 1681.48, "word": " أقيم", "probability": 0.5610758463541666}, {"start": 1681.48, "end": 1681.76, "word": " فيه", "probability": 0.802734375}, {"start": 1681.76, "end": 1681.94, "word": " هذا", "probability": 0.9111328125}, {"start": 1681.94, "end": 1682.04, "word": " ال", "probability": 0.9541015625}, {"start": 1682.04, "end": 1682.24, "word": " source", "probability": 0.9306640625}, {"start": 1682.24, "end": 1682.36, "word": " اللي", "probability": 0.983154296875}, {"start": 1682.36, "end": 1682.48, "word": " أنا", "probability": 0.63427734375}, {"start": 1682.48, "end": 1682.84, "word": " حطيته", "probability": 0.7728271484375}, {"start": 1682.84, "end": 1682.92, "word": " و", "probability": 0.93115234375}, {"start": 1682.92, "end": 1683.12, "word": " أخلي", "probability": 0.9358723958333334}, {"start": 1683.12, "end": 1683.2, "word": " ال", "probability": 0.74951171875}, {"start": 1683.2, "end": 1683.4, "word": " source", "probability": 0.931640625}, {"start": 1683.4, "end": 1683.86, "word": " تاني", "probability": 0.9371744791666666}], "temperature": 1.0}, {"id": 68, "seek": 170770, "start": 1684.98, "end": 1707.7, "text": "5 مثلا عندنا الأربع بنات الأولانيين عندنا أربع؟ بسمة، غدير، هدير، دارين بسمة و غدير و هدير و دارين أول بقدرس أثر بسمة و بسيب أثر التلاتة الباقين، قاعدين بتطلعوا عليا التلاتة، بس بتطلعوا عليا بعدين الحاجة للتانية، إيش بسوي؟ بقيم أثر التلاتة و بخلي أثر هدير", "tokens": [20, 50113, 15040, 43242, 8315, 16247, 25513, 3615, 4724, 8315, 2655, 16247, 12610, 7649, 1829, 9957, 43242, 8315, 5551, 25513, 3615, 22807, 4724, 38251, 3660, 12399, 32771, 3215, 13546, 12399, 8032, 3215, 13546, 12399, 11778, 9640, 9957, 4724, 38251, 3660, 4032, 32771, 3215, 13546, 4032, 8032, 3215, 13546, 4032, 11778, 9640, 9957, 5551, 12610, 4724, 28543, 2288, 3794, 5551, 49115, 4724, 38251, 3660, 4032, 4724, 3794, 1829, 3555, 5551, 49115, 16712, 1211, 9307, 3660, 29739, 995, 4587, 9957, 12399, 12174, 995, 22488, 9957, 39894, 9566, 1211, 3615, 14407, 11203, 25528, 16712, 1211, 9307, 3660, 12399, 4724, 3794, 39894, 9566, 1211, 3615, 14407, 11203, 25528, 39182, 9957, 21542, 26108, 3660, 24976, 2655, 7649, 10632, 12399, 11933, 1829, 8592, 4724, 3794, 45865, 22807, 4724, 4587, 32640, 5551, 49115, 16712, 1211, 9307, 3660, 4032, 4724, 9778, 20292, 5551, 49115, 8032, 3215, 13546], "avg_logprob": -0.1892857151372092, "compression_ratio": 2.2807881773399017, "no_speech_prob": 5.960464477539063e-08, "words": [{"start": 1684.98, "end": 1685.2, "word": "5", "probability": 0.1864013671875}, {"start": 1685.2, "end": 1685.42, "word": " مثلا", "probability": 0.7052001953125}, {"start": 1685.42, "end": 1685.64, "word": " عندنا", "probability": 0.643798828125}, {"start": 1685.64, "end": 1685.94, "word": " الأربع", "probability": 0.8473307291666666}, {"start": 1685.94, "end": 1686.26, "word": " بنات", "probability": 0.8019205729166666}, {"start": 1686.26, "end": 1686.94, "word": " الأولانيين", "probability": 0.927734375}, {"start": 1686.94, "end": 1687.28, "word": " عندنا", "probability": 0.783447265625}, {"start": 1687.28, "end": 1687.96, "word": " أربع؟", "probability": 0.659912109375}, {"start": 1687.96, "end": 1689.22, "word": " بسمة،", "probability": 0.73382568359375}, {"start": 1689.22, "end": 1690.46, "word": " غدير،", "probability": 0.8792724609375}, {"start": 1690.46, "end": 1691.66, "word": " هدير،", "probability": 0.8934326171875}, {"start": 1691.66, "end": 1692.76, "word": " دارين", "probability": 0.8601888020833334}, {"start": 1692.76, "end": 1693.78, "word": " بسمة", "probability": 0.8819986979166666}, {"start": 1693.78, "end": 1694.06, "word": " و", "probability": 0.66845703125}, {"start": 1694.06, "end": 1694.5, "word": " غدير", "probability": 0.8942057291666666}, {"start": 1694.5, "end": 1694.66, "word": " و", "probability": 0.9833984375}, {"start": 1694.66, "end": 1695.0, "word": " هدير", "probability": 0.95654296875}, {"start": 1695.0, "end": 1695.14, "word": " و", "probability": 0.9970703125}, {"start": 1695.14, "end": 1695.52, "word": " دارين", "probability": 0.9879557291666666}, {"start": 1695.52, "end": 1696.38, "word": " أول", "probability": 0.8857421875}, {"start": 1696.38, "end": 1696.86, "word": " بقدرس", "probability": 0.824951171875}, {"start": 1696.86, "end": 1697.12, "word": " أثر", "probability": 0.893310546875}, {"start": 1697.12, "end": 1697.6, "word": " بسمة", "probability": 0.9933268229166666}, {"start": 1697.6, "end": 1698.28, "word": " و", "probability": 0.386962890625}, {"start": 1698.28, "end": 1698.74, "word": " بسيب", "probability": 0.9696044921875}, {"start": 1698.74, "end": 1699.06, "word": " أثر", "probability": 0.98876953125}, {"start": 1699.06, "end": 1699.5, "word": " التلاتة", "probability": 0.9735107421875}, {"start": 1699.5, "end": 1700.14, "word": " الباقين،", "probability": 0.778125}, {"start": 1700.14, "end": 1700.36, "word": " قاعدين", "probability": 0.8890380859375}, {"start": 1700.36, "end": 1700.76, "word": " بتطلعوا", "probability": 0.82646484375}, {"start": 1700.76, "end": 1700.96, "word": " عليا", "probability": 0.7093505859375}, {"start": 1700.96, "end": 1701.42, "word": " التلاتة،", "probability": 0.966015625}, {"start": 1701.42, "end": 1701.56, "word": " بس", "probability": 0.962158203125}, {"start": 1701.56, "end": 1702.02, "word": " بتطلعوا", "probability": 0.968359375}, {"start": 1702.02, "end": 1702.2, "word": " عليا", "probability": 0.796630859375}, {"start": 1702.2, "end": 1703.02, "word": " بعدين", "probability": 0.63525390625}, {"start": 1703.02, "end": 1703.38, "word": " الحاجة", "probability": 0.9147135416666666}, {"start": 1703.38, "end": 1703.9, "word": " للتانية،", "probability": 0.706591796875}, {"start": 1703.9, "end": 1703.98, "word": " إيش", "probability": 0.8216145833333334}, {"start": 1703.98, "end": 1704.62, "word": " بسوي؟", "probability": 0.883544921875}, {"start": 1704.62, "end": 1705.0, "word": " بقيم", "probability": 0.74462890625}, {"start": 1705.0, "end": 1705.32, "word": " أثر", "probability": 0.989013671875}, {"start": 1705.32, "end": 1706.0, "word": " التلاتة", "probability": 0.9842529296875}, {"start": 1706.0, "end": 1706.26, "word": " و", "probability": 0.82568359375}, {"start": 1706.26, "end": 1706.56, "word": " بخلي", "probability": 0.8782552083333334}, {"start": 1706.56, "end": 1706.96, "word": " أثر", "probability": 0.96533203125}, {"start": 1706.96, "end": 1707.7, "word": " هدير", "probability": 0.9462890625}], "temperature": 1.0}, {"id": 69, "seek": 172922, "start": 1708.42, "end": 1729.22, "text": "بعدين بقيم هكذا و بخلي أثر .. أنا خالو بطلتله اسمها .. اسمك؟ هدير، هديتها هدير، فه؟ و بعدين بقيم و بخلي دريل، أثر دريل، واضحش الفكرة؟ مجموع الأثار التلاتة هو اللي أنا بدور عليه، اللي هو ال voltage أو ال current المُر في المقامة، هنشوف كيف هدى، دي العملية", "tokens": [3555, 22488, 9957, 4724, 4587, 32640, 8032, 4117, 15730, 4032, 4724, 9778, 20292, 5551, 49115, 4386, 41850, 16490, 6027, 2407, 4724, 9566, 1211, 2655, 43761, 24525, 2304, 11296, 4386, 24525, 2304, 4117, 22807, 8032, 3215, 13546, 12399, 8032, 3215, 36081, 11296, 8032, 3215, 13546, 12399, 6156, 3224, 22807, 4032, 39182, 9957, 4724, 4587, 32640, 4032, 4724, 9778, 20292, 11778, 16572, 1211, 12399, 5551, 49115, 11778, 16572, 1211, 12399, 4032, 46958, 5016, 8592, 27188, 4117, 25720, 22807, 3714, 7435, 2304, 45367, 16247, 12984, 9640, 16712, 1211, 9307, 3660, 31439, 13672, 1829, 41850, 47525, 13063, 47356, 12399, 13672, 1829, 31439, 2423, 8352, 34051, 2423, 2190, 9673, 10859, 2288, 8978, 9673, 4587, 10943, 3660, 12399, 8032, 1863, 8592, 38688, 9122, 33911, 8032, 3215, 7578, 12399, 11778, 1829, 18863, 42213, 10632], "avg_logprob": -0.2565918075852096, "compression_ratio": 1.829875518672199, "no_speech_prob": 3.5762786865234375e-07, "words": [{"start": 1708.42, "end": 1708.88, "word": "بعدين", "probability": 0.94775390625}, {"start": 1708.88, "end": 1709.32, "word": " بقيم", "probability": 0.9049479166666666}, {"start": 1709.32, "end": 1710.28, "word": " هكذا", "probability": 0.9625651041666666}, {"start": 1710.28, "end": 1710.58, "word": " و", "probability": 0.51708984375}, {"start": 1710.58, "end": 1710.92, "word": " بخلي", "probability": 0.91552734375}, {"start": 1710.92, "end": 1711.32, "word": " أثر", "probability": 0.848388671875}, {"start": 1711.32, "end": 1711.58, "word": " ..", "probability": 0.57470703125}, {"start": 1711.58, "end": 1711.84, "word": " أنا", "probability": 0.69091796875}, {"start": 1711.84, "end": 1712.08, "word": " خالو", "probability": 0.4873860677083333}, {"start": 1712.08, "end": 1712.46, "word": " بطلتله", "probability": 0.6859619140625}, {"start": 1712.46, "end": 1712.88, "word": " اسمها", "probability": 0.7579752604166666}, {"start": 1712.88, "end": 1713.06, "word": " ..", "probability": 0.420654296875}, {"start": 1713.06, "end": 1713.78, "word": " اسمك؟", "probability": 0.8175048828125}, {"start": 1713.78, "end": 1714.52, "word": " هدير،", "probability": 0.5234375}, {"start": 1714.52, "end": 1714.84, "word": " هديتها", "probability": 0.62969970703125}, {"start": 1714.84, "end": 1715.44, "word": " هدير،", "probability": 0.814697265625}, {"start": 1715.44, "end": 1716.66, "word": " فه؟", "probability": 0.6837565104166666}, {"start": 1716.66, "end": 1716.86, "word": " و", "probability": 0.76220703125}, {"start": 1716.86, "end": 1717.38, "word": " بعدين", "probability": 0.971923828125}, {"start": 1717.38, "end": 1718.0, "word": " بقيم", "probability": 0.9749348958333334}, {"start": 1718.0, "end": 1718.14, "word": " و", "probability": 0.98046875}, {"start": 1718.14, "end": 1718.56, "word": " بخلي", "probability": 0.9765625}, {"start": 1718.56, "end": 1719.24, "word": " دريل،", "probability": 0.7889404296875}, {"start": 1719.24, "end": 1719.44, "word": " أثر", "probability": 0.965576171875}, {"start": 1719.44, "end": 1720.14, "word": " دريل،", "probability": 0.84844970703125}, {"start": 1720.14, "end": 1720.52, "word": " واضحش", "probability": 0.9669189453125}, {"start": 1720.52, "end": 1721.46, "word": " الفكرة؟", "probability": 0.9833984375}, {"start": 1721.46, "end": 1722.08, "word": " مجموع", "probability": 0.8907470703125}, {"start": 1722.08, "end": 1722.62, "word": " الأثار", "probability": 0.8694661458333334}, {"start": 1722.62, "end": 1723.28, "word": " التلاتة", "probability": 0.9815673828125}, {"start": 1723.28, "end": 1723.68, "word": " هو", "probability": 0.9794921875}, {"start": 1723.68, "end": 1723.84, "word": " اللي", "probability": 0.971435546875}, {"start": 1723.84, "end": 1723.96, "word": " أنا", "probability": 0.92578125}, {"start": 1723.96, "end": 1724.3, "word": " بدور", "probability": 0.8115234375}, {"start": 1724.3, "end": 1725.08, "word": " عليه،", "probability": 0.7685546875}, {"start": 1725.08, "end": 1725.2, "word": " اللي", "probability": 0.98876953125}, {"start": 1725.2, "end": 1725.32, "word": " هو", "probability": 0.99755859375}, {"start": 1725.32, "end": 1725.44, "word": " ال", "probability": 0.94873046875}, {"start": 1725.44, "end": 1725.74, "word": " voltage", "probability": 0.93310546875}, {"start": 1725.74, "end": 1725.94, "word": " أو", "probability": 0.87451171875}, {"start": 1725.94, "end": 1726.06, "word": " ال", "probability": 0.755859375}, {"start": 1726.06, "end": 1726.3, "word": " current", "probability": 0.9521484375}, {"start": 1726.3, "end": 1726.6, "word": " المُر", "probability": 0.4794108072916667}, {"start": 1726.6, "end": 1726.72, "word": " في", "probability": 0.7158203125}, {"start": 1726.72, "end": 1727.5, "word": " المقامة،", "probability": 0.75087890625}, {"start": 1727.5, "end": 1727.82, "word": " هنشوف", "probability": 0.802978515625}, {"start": 1727.82, "end": 1728.0, "word": " كيف", "probability": 0.98291015625}, {"start": 1728.0, "end": 1728.58, "word": " هدى،", "probability": 0.52923583984375}, {"start": 1728.58, "end": 1728.64, "word": " دي", "probability": 0.914306640625}, {"start": 1728.64, "end": 1729.22, "word": " العملية", "probability": 0.9166666666666666}], "temperature": 1.0}, {"id": 70, "seek": 175471, "start": 1730.75, "end": 1754.71, "text": "هنبدأ بدائرة صغيرة لأنه إنتوا إذا طلعتوا و أنا بحكي هتقولوا يا إلهي لو كان عندي مليون source في الدائرة، بدي أحل الدائرة مليون مرة، صح؟ لو عندي عشرة، بدي أحل الدائرة عشر مرات، خمسة، بدي أحلها خمس مرة، و هكذا، إذا عشانها يعني واضح إلنا أنها شغلها كتير، هناخد دائرة بسيطة بس فيها two sources، عشان نفهم الفكرة", "tokens": [3224, 1863, 44510, 10721, 4724, 3215, 16373, 25720, 20328, 17082, 48923, 5296, 33456, 3224, 11933, 29399, 14407, 11933, 15730, 23032, 1211, 34268, 14407, 4032, 41850, 4724, 5016, 4117, 1829, 8032, 2655, 39648, 14407, 35186, 11933, 43761, 1829, 45164, 25961, 18871, 16254, 3714, 20292, 11536, 4009, 8978, 32748, 16373, 25720, 12399, 4724, 16254, 5551, 5016, 1211, 32748, 16373, 25720, 3714, 20292, 11536, 3714, 25720, 12399, 20328, 5016, 22807, 45164, 18871, 16254, 6225, 8592, 25720, 12399, 4724, 16254, 5551, 5016, 1211, 32748, 16373, 25720, 6225, 46309, 3714, 2288, 9307, 12399, 16490, 2304, 3794, 3660, 12399, 4724, 16254, 5551, 5016, 1211, 11296, 16490, 2304, 3794, 3714, 25720, 12399, 4032, 8032, 4117, 15730, 12399, 11933, 15730, 6225, 8592, 7649, 11296, 37495, 22653, 4032, 46958, 5016, 11933, 1211, 8315, 14739, 11296, 13412, 17082, 1211, 11296, 9122, 2655, 13546, 12399, 8032, 1863, 47283, 3215, 11778, 16373, 25720, 4724, 3794, 1829, 9566, 3660, 4724, 3794, 8978, 11296, 732, 7139, 12399, 6225, 8592, 7649, 8717, 5172, 16095, 27188, 4117, 25720], "avg_logprob": -0.14493864537016746, "compression_ratio": 2.0930232558139537, "no_speech_prob": 1.0132789611816406e-05, "words": [{"start": 1730.75, "end": 1731.19, "word": "هنبدأ", "probability": 0.970703125}, {"start": 1731.19, "end": 1731.51, "word": " بدائرة", "probability": 0.76812744140625}, {"start": 1731.51, "end": 1731.93, "word": " صغيرة", "probability": 0.9837239583333334}, {"start": 1731.93, "end": 1732.23, "word": " لأنه", "probability": 0.50732421875}, {"start": 1732.23, "end": 1732.45, "word": " إنتوا", "probability": 0.7691243489583334}, {"start": 1732.45, "end": 1732.51, "word": " إذا", "probability": 0.87890625}, {"start": 1732.51, "end": 1733.07, "word": " طلعتوا", "probability": 0.906005859375}, {"start": 1733.07, "end": 1733.15, "word": " و", "probability": 0.6298828125}, {"start": 1733.15, "end": 1733.23, "word": " أنا", "probability": 0.8056640625}, {"start": 1733.23, "end": 1733.63, "word": " بحكي", "probability": 0.9547119140625}, {"start": 1733.63, "end": 1734.11, "word": " هتقولوا", "probability": 0.9390869140625}, {"start": 1734.11, "end": 1734.25, "word": " يا", "probability": 0.95751953125}, {"start": 1734.25, "end": 1734.51, "word": " إلهي", "probability": 0.8416341145833334}, {"start": 1734.51, "end": 1734.63, "word": " لو", "probability": 0.98095703125}, {"start": 1734.63, "end": 1734.83, "word": " كان", "probability": 0.99072265625}, {"start": 1734.83, "end": 1735.09, "word": " عندي", "probability": 0.789794921875}, {"start": 1735.09, "end": 1735.57, "word": " مليون", "probability": 0.9309895833333334}, {"start": 1735.57, "end": 1735.87, "word": " source", "probability": 0.5244140625}, {"start": 1735.87, "end": 1736.05, "word": " في", "probability": 0.919921875}, {"start": 1736.05, "end": 1736.97, "word": " الدائرة،", "probability": 0.8150634765625}, {"start": 1736.97, "end": 1737.17, "word": " بدي", "probability": 0.5338134765625}, {"start": 1737.17, "end": 1737.35, "word": " أحل", "probability": 0.8230794270833334}, {"start": 1737.35, "end": 1737.67, "word": " الدائرة", "probability": 0.9033203125}, {"start": 1737.67, "end": 1738.01, "word": " مليون", "probability": 0.9928385416666666}, {"start": 1738.01, "end": 1738.83, "word": " مرة،", "probability": 0.8873697916666666}, {"start": 1738.83, "end": 1739.37, "word": " صح؟", "probability": 0.9814453125}, {"start": 1739.37, "end": 1739.95, "word": " لو", "probability": 0.86376953125}, {"start": 1739.95, "end": 1740.21, "word": " عندي", "probability": 0.903076171875}, {"start": 1740.21, "end": 1740.89, "word": " عشرة،", "probability": 0.90380859375}, {"start": 1740.89, "end": 1741.11, "word": " بدي", "probability": 0.977294921875}, {"start": 1741.11, "end": 1741.29, "word": " أحل", "probability": 0.9794921875}, {"start": 1741.29, "end": 1741.63, "word": " الدائرة", "probability": 0.994140625}, {"start": 1741.63, "end": 1741.91, "word": " عشر", "probability": 0.89990234375}, {"start": 1741.91, "end": 1742.85, "word": " مرات،", "probability": 0.9566650390625}, {"start": 1742.85, "end": 1743.77, "word": " خمسة،", "probability": 0.94169921875}, {"start": 1743.77, "end": 1743.85, "word": " بدي", "probability": 0.989013671875}, {"start": 1743.85, "end": 1744.09, "word": " أحلها", "probability": 0.9168701171875}, {"start": 1744.09, "end": 1744.41, "word": " خمس", "probability": 0.984375}, {"start": 1744.41, "end": 1745.37, "word": " مرة،", "probability": 0.7918294270833334}, {"start": 1745.37, "end": 1745.45, "word": " و", "probability": 0.90673828125}, {"start": 1745.45, "end": 1746.23, "word": " هكذا،", "probability": 0.8638916015625}, {"start": 1746.23, "end": 1746.41, "word": " إذا", "probability": 0.4989013671875}, {"start": 1746.41, "end": 1746.87, "word": " عشانها", "probability": 0.77484130859375}, {"start": 1746.87, "end": 1747.55, "word": " يعني", "probability": 0.97216796875}, {"start": 1747.55, "end": 1748.23, "word": " واضح", "probability": 0.98388671875}, {"start": 1748.23, "end": 1748.49, "word": " إلنا", "probability": 0.6559244791666666}, {"start": 1748.49, "end": 1748.67, "word": " أنها", "probability": 0.63671875}, {"start": 1748.67, "end": 1749.01, "word": " شغلها", "probability": 0.9888916015625}, {"start": 1749.01, "end": 1749.69, "word": " كتير،", "probability": 0.9388427734375}, {"start": 1749.69, "end": 1750.19, "word": " هناخد", "probability": 0.9857177734375}, {"start": 1750.19, "end": 1750.55, "word": " دائرة", "probability": 0.9933268229166666}, {"start": 1750.55, "end": 1751.03, "word": " بسيطة", "probability": 0.99541015625}, {"start": 1751.03, "end": 1751.23, "word": " بس", "probability": 0.87744140625}, {"start": 1751.23, "end": 1751.55, "word": " فيها", "probability": 0.980224609375}, {"start": 1751.55, "end": 1751.75, "word": " two", "probability": 0.92578125}, {"start": 1751.75, "end": 1753.51, "word": " sources،", "probability": 0.697509765625}, {"start": 1753.51, "end": 1753.95, "word": " عشان", "probability": 0.984375}, {"start": 1753.95, "end": 1754.25, "word": " نفهم", "probability": 0.9939778645833334}, {"start": 1754.25, "end": 1754.71, "word": " الفكرة", "probability": 0.9895833333333334}], "temperature": 1.0}, {"id": 71, "seek": 177620, "start": 1761.58, "end": 1776.2, "text": "طبعا هذه الطرق اللي بتعمل بهذا الشكل غالبا تستخدم في تغذية الكمبيوتر يعني أنا بدي أحل على الكمبيوتر مش هستخدم الطرق التانية اللي حكينا عليها هنستخدم هاي الطريقة اللي هي ال source", "tokens": [9566, 3555, 3615, 995, 29538, 41950, 2288, 4587, 13672, 1829, 39894, 25957, 1211, 39627, 15730, 25124, 28820, 32771, 6027, 3555, 995, 6055, 14851, 9778, 40448, 8978, 6055, 17082, 8848, 10632, 2423, 24793, 21292, 35473, 2288, 37495, 22653, 41850, 4724, 16254, 5551, 5016, 1211, 15844, 2423, 24793, 21292, 35473, 2288, 37893, 8032, 14851, 9778, 40448, 41950, 2288, 4587, 16712, 7649, 10632, 13672, 1829, 11331, 4117, 1829, 8315, 25894, 11296, 8032, 1863, 14851, 9778, 40448, 8032, 47302, 41950, 16572, 28671, 13672, 1829, 39896, 2423, 4009], "avg_logprob": -0.1575520895421505, "compression_ratio": 1.8546511627906976, "no_speech_prob": 4.172325134277344e-07, "words": [{"start": 1761.58, "end": 1761.98, "word": "طبعا", "probability": 0.95361328125}, {"start": 1761.98, "end": 1762.26, "word": " هذه", "probability": 0.6826171875}, {"start": 1762.26, "end": 1763.1, "word": " الطرق", "probability": 0.9503580729166666}, {"start": 1763.1, "end": 1763.62, "word": " اللي", "probability": 0.7333984375}, {"start": 1763.62, "end": 1764.1, "word": " بتعمل", "probability": 0.9837239583333334}, {"start": 1764.1, "end": 1764.4, "word": " بهذا", "probability": 0.939697265625}, {"start": 1764.4, "end": 1764.82, "word": " الشكل", "probability": 0.990966796875}, {"start": 1764.82, "end": 1765.4, "word": " غالبا", "probability": 0.9697265625}, {"start": 1765.4, "end": 1766.1, "word": " تستخدم", "probability": 0.872802734375}, {"start": 1766.1, "end": 1766.72, "word": " في", "probability": 0.7490234375}, {"start": 1766.72, "end": 1767.2, "word": " تغذية", "probability": 0.913330078125}, {"start": 1767.2, "end": 1768.06, "word": " الكمبيوتر", "probability": 0.88046875}, {"start": 1768.06, "end": 1768.44, "word": " يعني", "probability": 0.857421875}, {"start": 1768.44, "end": 1768.54, "word": " أنا", "probability": 0.6181640625}, {"start": 1768.54, "end": 1768.7, "word": " بدي", "probability": 0.4619140625}, {"start": 1768.7, "end": 1769.02, "word": " أحل", "probability": 0.8282877604166666}, {"start": 1769.02, "end": 1769.2, "word": " على", "probability": 0.771484375}, {"start": 1769.2, "end": 1769.76, "word": " الكمبيوتر", "probability": 0.9779296875}, {"start": 1769.76, "end": 1769.92, "word": " مش", "probability": 0.900390625}, {"start": 1769.92, "end": 1770.56, "word": " هستخدم", "probability": 0.898681640625}, {"start": 1770.56, "end": 1771.32, "word": " الطرق", "probability": 0.9775390625}, {"start": 1771.32, "end": 1771.66, "word": " التانية", "probability": 0.97802734375}, {"start": 1771.66, "end": 1771.78, "word": " اللي", "probability": 0.9462890625}, {"start": 1771.78, "end": 1772.1, "word": " حكينا", "probability": 0.9840087890625}, {"start": 1772.1, "end": 1772.5, "word": " عليها", "probability": 0.992919921875}, {"start": 1772.5, "end": 1773.42, "word": " هنستخدم", "probability": 0.8724609375}, {"start": 1773.42, "end": 1773.74, "word": " هاي", "probability": 0.63330078125}, {"start": 1773.74, "end": 1774.44, "word": " الطريقة", "probability": 0.9912109375}, {"start": 1774.44, "end": 1775.56, "word": " اللي", "probability": 0.964111328125}, {"start": 1775.56, "end": 1775.66, "word": " هي", "probability": 0.92236328125}, {"start": 1775.66, "end": 1775.8, "word": " ال", "probability": 0.765625}, {"start": 1775.8, "end": 1776.2, "word": " source", "probability": 0.8369140625}], "temperature": 1.0}, {"id": 72, "seek": 181929, "start": 1803.01, "end": 1819.29, "text": "source الكمبيوتر هيك لحب يعني يحل حاجة حاجة عشان هيك هي طريقة نسانية لا الكمبيوترات لكن إنا للبناء الأدمين هنلاقيها متعبة مرهقة فإحنا الفكرة قلنا إذا مثلا هو أيه اللي بدي كلها دول الطيارات؟ أي واحد؟", "tokens": [41676, 2423, 24793, 21292, 35473, 2288, 39896, 4117, 5296, 5016, 3555, 37495, 22653, 7251, 5016, 1211, 11331, 26108, 3660, 11331, 26108, 3660, 6225, 8592, 7649, 39896, 4117, 39896, 23032, 16572, 28671, 8717, 3794, 7649, 10632, 20193, 2423, 24793, 21292, 35473, 2288, 9307, 44381, 11933, 8315, 24976, 3555, 1863, 16606, 16247, 40448, 9957, 8032, 1863, 15040, 38436, 11296, 44650, 3615, 49401, 3714, 2288, 3224, 28671, 6156, 28814, 5016, 8315, 27188, 4117, 25720, 12174, 1211, 8315, 11933, 15730, 50113, 15040, 31439, 36632, 3224, 13672, 1829, 4724, 16254, 28242, 11296, 11778, 12610, 41950, 1829, 9640, 9307, 22807, 36632, 36764, 24401, 22807], "avg_logprob": -0.20943813101209777, "compression_ratio": 1.7233009708737863, "no_speech_prob": 5.960464477539063e-08, "words": [{"start": 1803.01, "end": 1803.75, "word": "source", "probability": 0.84375}, {"start": 1803.75, "end": 1804.49, "word": " الكمبيوتر", "probability": 0.85869140625}, {"start": 1804.49, "end": 1804.71, "word": " هيك", "probability": 0.952392578125}, {"start": 1804.71, "end": 1805.09, "word": " لحب", "probability": 0.8246256510416666}, {"start": 1805.09, "end": 1805.31, "word": " يعني", "probability": 0.929443359375}, {"start": 1805.31, "end": 1805.57, "word": " يحل", "probability": 0.9456380208333334}, {"start": 1805.57, "end": 1805.91, "word": " حاجة", "probability": 0.9635416666666666}, {"start": 1805.91, "end": 1806.27, "word": " حاجة", "probability": 0.9318033854166666}, {"start": 1806.27, "end": 1806.57, "word": " عشان", "probability": 0.7557779947916666}, {"start": 1806.57, "end": 1806.75, "word": " هيك", "probability": 0.94921875}, {"start": 1806.75, "end": 1806.91, "word": " هي", "probability": 0.76611328125}, {"start": 1806.91, "end": 1807.31, "word": " طريقة", "probability": 0.9075520833333334}, {"start": 1807.31, "end": 1807.95, "word": " نسانية", "probability": 0.79217529296875}, {"start": 1807.95, "end": 1808.61, "word": " لا", "probability": 0.361572265625}, {"start": 1808.61, "end": 1809.45, "word": " الكمبيوترات", "probability": 0.9104817708333334}, {"start": 1809.45, "end": 1810.85, "word": " لكن", "probability": 0.87109375}, {"start": 1810.85, "end": 1811.23, "word": " إنا", "probability": 0.564208984375}, {"start": 1811.23, "end": 1811.79, "word": " للبناء", "probability": 0.6776123046875}, {"start": 1811.79, "end": 1812.05, "word": " الأدمين", "probability": 0.8253580729166666}, {"start": 1812.05, "end": 1812.53, "word": " هنلاقيها", "probability": 0.86201171875}, {"start": 1812.53, "end": 1812.95, "word": " متعبة", "probability": 0.95361328125}, {"start": 1812.95, "end": 1813.51, "word": " مرهقة", "probability": 0.872314453125}, {"start": 1813.51, "end": 1814.67, "word": " فإحنا", "probability": 0.9100341796875}, {"start": 1814.67, "end": 1815.03, "word": " الفكرة", "probability": 0.98974609375}, {"start": 1815.03, "end": 1815.43, "word": " قلنا", "probability": 0.90234375}, {"start": 1815.43, "end": 1815.83, "word": " إذا", "probability": 0.9326171875}, {"start": 1815.83, "end": 1816.19, "word": " مثلا", "probability": 0.966796875}, {"start": 1816.19, "end": 1816.45, "word": " هو", "probability": 0.9736328125}, {"start": 1816.45, "end": 1816.69, "word": " أيه", "probability": 0.6015625}, {"start": 1816.69, "end": 1816.81, "word": " اللي", "probability": 0.966796875}, {"start": 1816.81, "end": 1817.01, "word": " بدي", "probability": 0.63818359375}, {"start": 1817.01, "end": 1817.27, "word": " كلها", "probability": 0.66455078125}, {"start": 1817.27, "end": 1817.45, "word": " دول", "probability": 0.962646484375}, {"start": 1817.45, "end": 1818.13, "word": " الطيارات؟", "probability": 0.6343994140625}, {"start": 1818.13, "end": 1818.23, "word": " أي", "probability": 0.759765625}, {"start": 1818.23, "end": 1819.29, "word": " واحد؟", "probability": 0.9671223958333334}], "temperature": 1.0}, {"id": 73, "seek": 184670, "start": 1819.7, "end": 1846.7, "text": "I2 I3 I4 بدي ايهم كلهم بدي I1 و I2 و I3 و I4 باستخدام ال superposition احنا اتفقنا ال superposition ايش معناه اني بقيم أثر أحد ال sources و بخلي لو كانوا عشرين بقيمهم كلهم و بخلي واحد خليني نبدأ بإيقيم أثر .. طب ايش معناه ان ايقيم أثر ال source لو كان عند ال source voltage source", "tokens": [40, 17, 286, 18, 286, 19, 4724, 16254, 1975, 1829, 16095, 28242, 16095, 4724, 16254, 286, 16, 4032, 286, 17, 4032, 286, 18, 4032, 286, 19, 4724, 995, 14851, 9778, 3215, 10943, 2423, 1687, 38078, 1975, 5016, 8315, 1975, 2655, 5172, 4587, 8315, 2423, 1687, 38078, 1975, 1829, 8592, 20449, 8315, 3224, 16472, 1829, 4724, 4587, 32640, 5551, 49115, 5551, 24401, 2423, 7139, 4032, 4724, 9778, 20292, 45164, 25961, 14407, 6225, 46309, 9957, 4724, 4587, 32640, 16095, 28242, 16095, 4032, 4724, 9778, 20292, 36764, 24401, 16490, 1211, 9957, 1829, 8717, 44510, 10721, 4724, 28814, 1829, 4587, 32640, 5551, 49115, 4386, 23032, 3555, 1975, 1829, 8592, 20449, 8315, 3224, 16472, 1975, 1829, 4587, 32640, 5551, 49115, 2423, 4009, 45164, 25961, 43242, 2423, 4009, 8352, 4009], "avg_logprob": -0.21200000476837158, "compression_ratio": 1.9454545454545455, "no_speech_prob": 5.960464477539063e-08, "words": [{"start": 1819.7, "end": 1820.4, "word": "I2", "probability": 0.764892578125}, {"start": 1820.4, "end": 1822.5, "word": " I3", "probability": 0.88134765625}, {"start": 1822.5, "end": 1824.36, "word": " I4", "probability": 0.98583984375}, {"start": 1824.36, "end": 1826.0, "word": " بدي", "probability": 0.6221923828125}, {"start": 1826.0, "end": 1826.46, "word": " ايهم", "probability": 0.5198160807291666}, {"start": 1826.46, "end": 1827.02, "word": " كلهم", "probability": 0.98291015625}, {"start": 1827.02, "end": 1827.68, "word": " بدي", "probability": 0.8935546875}, {"start": 1827.68, "end": 1828.26, "word": " I1", "probability": 0.956298828125}, {"start": 1828.26, "end": 1828.4, "word": " و", "probability": 0.7119140625}, {"start": 1828.4, "end": 1828.84, "word": " I2", "probability": 0.906494140625}, {"start": 1828.84, "end": 1828.98, "word": " و", "probability": 0.99267578125}, {"start": 1828.98, "end": 1829.44, "word": " I3", "probability": 0.974853515625}, {"start": 1829.44, "end": 1829.56, "word": " و", "probability": 0.994140625}, {"start": 1829.56, "end": 1829.84, "word": " I4", "probability": 0.984130859375}, {"start": 1829.84, "end": 1830.42, "word": " باستخدام", "probability": 0.9527180989583334}, {"start": 1830.42, "end": 1830.58, "word": " ال", "probability": 0.75390625}, {"start": 1830.58, "end": 1831.14, "word": " superposition", "probability": 0.6328125}, {"start": 1831.14, "end": 1832.16, "word": " احنا", "probability": 0.8766276041666666}, {"start": 1832.16, "end": 1832.5, "word": " اتفقنا", "probability": 0.95009765625}, {"start": 1832.5, "end": 1832.6, "word": " ال", "probability": 0.76318359375}, {"start": 1832.6, "end": 1833.04, "word": " superposition", "probability": 0.944091796875}, {"start": 1833.04, "end": 1833.26, "word": " ايش", "probability": 0.7159830729166666}, {"start": 1833.26, "end": 1833.66, "word": " معناه", "probability": 0.9576822916666666}, {"start": 1833.66, "end": 1833.94, "word": " اني", "probability": 0.5634765625}, {"start": 1833.94, "end": 1834.32, "word": " بقيم", "probability": 0.81494140625}, {"start": 1834.32, "end": 1834.7, "word": " أثر", "probability": 0.82861328125}, {"start": 1834.7, "end": 1835.08, "word": " أحد", "probability": 0.78466796875}, {"start": 1835.08, "end": 1835.38, "word": " ال", "probability": 0.8515625}, {"start": 1835.38, "end": 1835.76, "word": " sources", "probability": 0.90673828125}, {"start": 1835.76, "end": 1835.94, "word": " و", "probability": 0.75}, {"start": 1835.94, "end": 1836.42, "word": " بخلي", "probability": 0.8800455729166666}, {"start": 1836.42, "end": 1836.98, "word": " لو", "probability": 0.74853515625}, {"start": 1836.98, "end": 1837.26, "word": " كانوا", "probability": 0.86279296875}, {"start": 1837.26, "end": 1837.7, "word": " عشرين", "probability": 0.9303385416666666}, {"start": 1837.7, "end": 1838.08, "word": " بقيمهم", "probability": 0.933837890625}, {"start": 1838.08, "end": 1838.3, "word": " كلهم", "probability": 0.978759765625}, {"start": 1838.3, "end": 1838.42, "word": " و", "probability": 0.8017578125}, {"start": 1838.42, "end": 1838.7, "word": " بخلي", "probability": 0.9576822916666666}, {"start": 1838.7, "end": 1839.14, "word": " واحد", "probability": 0.98681640625}, {"start": 1839.14, "end": 1840.18, "word": " خليني", "probability": 0.7335205078125}, {"start": 1840.18, "end": 1840.48, "word": " نبدأ", "probability": 0.93115234375}, {"start": 1840.48, "end": 1841.16, "word": " بإيقيم", "probability": 0.64228515625}, {"start": 1841.16, "end": 1841.94, "word": " أثر", "probability": 0.885498046875}, {"start": 1841.94, "end": 1842.12, "word": " ..", "probability": 0.385009765625}, {"start": 1842.12, "end": 1842.3, "word": " طب", "probability": 0.90478515625}, {"start": 1842.3, "end": 1842.48, "word": " ايش", "probability": 0.85009765625}, {"start": 1842.48, "end": 1842.8, "word": " معناه", "probability": 0.8816731770833334}, {"start": 1842.8, "end": 1842.94, "word": " ان", "probability": 0.3388671875}, {"start": 1842.94, "end": 1843.24, "word": " ايقيم", "probability": 0.8197021484375}, {"start": 1843.24, "end": 1843.52, "word": " أثر", "probability": 0.982421875}, {"start": 1843.52, "end": 1843.7, "word": " ال", "probability": 0.958984375}, {"start": 1843.7, "end": 1844.04, "word": " source", "probability": 0.89208984375}, {"start": 1844.04, "end": 1844.82, "word": " لو", "probability": 0.64892578125}, {"start": 1844.82, "end": 1845.1, "word": " كان", "probability": 0.99560546875}, {"start": 1845.1, "end": 1845.32, "word": " عند", "probability": 0.98779296875}, {"start": 1845.32, "end": 1845.48, "word": " ال", "probability": 0.970703125}, {"start": 1845.48, "end": 1845.76, "word": " source", "probability": 0.94677734375}, {"start": 1845.76, "end": 1846.14, "word": " voltage", "probability": 0.1612548828125}, {"start": 1846.14, "end": 1846.7, "word": " source", "probability": 0.91748046875}], "temperature": 1.0}, {"id": 74, "seek": 186823, "start": 1849.45, "end": 1868.23, "text": "ال voltage ال source مش بيعمل بيحافظلي على voltage بين طرفين مقدره قيمة معينة عشان أزيل أثره بدي أخلي هذا ال voltage صحيه صفر بس تبدله ب short circuit هذا بنسميه deactivation", "tokens": [6027, 8352, 2423, 4009, 37893, 4724, 1829, 25957, 1211, 4724, 1829, 5016, 31845, 19913, 20292, 15844, 8352, 49374, 23032, 28480, 9957, 3714, 28543, 2288, 3224, 12174, 32640, 3660, 20449, 9957, 3660, 6225, 8592, 7649, 5551, 11622, 26895, 5551, 49115, 3224, 4724, 16254, 5551, 9778, 20292, 23758, 2423, 8352, 20328, 5016, 1829, 3224, 20328, 5172, 2288, 4724, 3794, 6055, 44510, 1211, 3224, 4724, 2099, 9048, 23758, 44945, 38251, 1829, 3224, 45428, 399], "avg_logprob": -0.2858072862856918, "compression_ratio": 1.4860335195530727, "no_speech_prob": 0.0, "words": [{"start": 1849.45, "end": 1849.69, "word": "ال", "probability": 0.88623046875}, {"start": 1849.69, "end": 1850.01, "word": " voltage", "probability": 0.791015625}, {"start": 1850.01, "end": 1850.19, "word": " ال", "probability": 0.2666015625}, {"start": 1850.19, "end": 1850.33, "word": " source", "probability": 0.58642578125}, {"start": 1850.33, "end": 1850.55, "word": " مش", "probability": 0.15087890625}, {"start": 1850.55, "end": 1850.87, "word": " بيعمل", "probability": 0.899658203125}, {"start": 1850.87, "end": 1851.57, "word": " بيحافظلي", "probability": 0.8479817708333334}, {"start": 1851.57, "end": 1851.73, "word": " على", "probability": 0.83935546875}, {"start": 1851.73, "end": 1852.27, "word": " voltage", "probability": 0.9443359375}, {"start": 1852.27, "end": 1852.59, "word": " بين", "probability": 0.9169921875}, {"start": 1852.59, "end": 1853.05, "word": " طرفين", "probability": 0.9396158854166666}, {"start": 1853.05, "end": 1855.21, "word": " مقدره", "probability": 0.59893798828125}, {"start": 1855.21, "end": 1855.49, "word": " قيمة", "probability": 0.8492838541666666}, {"start": 1855.49, "end": 1856.13, "word": " معينة", "probability": 0.96875}, {"start": 1856.13, "end": 1856.81, "word": " عشان", "probability": 0.9031575520833334}, {"start": 1856.81, "end": 1857.31, "word": " أزيل", "probability": 0.7809244791666666}, {"start": 1857.31, "end": 1857.85, "word": " أثره", "probability": 0.8712565104166666}, {"start": 1857.85, "end": 1858.13, "word": " بدي", "probability": 0.509033203125}, {"start": 1858.13, "end": 1858.41, "word": " أخلي", "probability": 0.8943684895833334}, {"start": 1858.41, "end": 1858.61, "word": " هذا", "probability": 0.916015625}, {"start": 1858.61, "end": 1858.71, "word": " ال", "probability": 0.9599609375}, {"start": 1858.71, "end": 1859.01, "word": " voltage", "probability": 0.92919921875}, {"start": 1859.01, "end": 1859.37, "word": " صحيه", "probability": 0.4669189453125}, {"start": 1859.37, "end": 1859.73, "word": " صفر", "probability": 0.7042643229166666}, {"start": 1859.73, "end": 1860.63, "word": " بس", "probability": 0.9169921875}, {"start": 1860.63, "end": 1861.21, "word": " تبدله", "probability": 0.82470703125}, {"start": 1861.21, "end": 1861.57, "word": " ب", "probability": 0.5751953125}, {"start": 1861.57, "end": 1861.81, "word": " short", "probability": 0.9267578125}, {"start": 1861.81, "end": 1862.35, "word": " circuit", "probability": 0.806640625}, {"start": 1862.35, "end": 1867.03, "word": " هذا", "probability": 0.72314453125}, {"start": 1867.03, "end": 1867.57, "word": " بنسميه", "probability": 0.8280029296875}, {"start": 1867.57, "end": 1868.23, "word": " deactivation", "probability": 0.838134765625}], "temperature": 1.0}, {"id": 75, "seek": 189448, "start": 1870.78, "end": 1894.48, "text": "result الأثر يعني deactivation deactivation بقى أبطل أخليه فعال بحطه على سفر بيصير short circuit بالنسبة لل current source إيش ال current source بيعمل؟ بيعطينا طيار عشان أخليه deactivation بيخلي الطيار تبعه سفر يعني مع أن الطيار سفرش بيصير open circuit", "tokens": [495, 723, 16247, 49115, 37495, 22653, 45428, 399, 45428, 399, 4724, 4587, 7578, 5551, 3555, 9566, 1211, 5551, 9778, 20292, 3224, 6156, 3615, 6027, 4724, 5016, 9566, 3224, 15844, 8608, 5172, 2288, 4724, 1829, 9381, 13546, 2099, 9048, 20666, 1863, 35457, 3660, 24976, 2190, 4009, 11933, 1829, 8592, 2423, 2190, 4009, 4724, 1829, 25957, 1211, 22807, 4724, 1829, 3615, 9566, 1829, 8315, 23032, 1829, 9640, 6225, 8592, 7649, 5551, 9778, 20292, 3224, 45428, 399, 4724, 1829, 9778, 20292, 41950, 1829, 9640, 6055, 3555, 3615, 3224, 8608, 5172, 2288, 37495, 22653, 20449, 14739, 41950, 1829, 9640, 8608, 5172, 2288, 8592, 4724, 1829, 9381, 13546, 1269, 9048], "avg_logprob": -0.20135612560893004, "compression_ratio": 1.784688995215311, "no_speech_prob": 1.7881393432617188e-07, "words": [{"start": 1870.78, "end": 1871.18, "word": "result", "probability": 0.83984375}, {"start": 1871.18, "end": 1871.58, "word": " الأثر", "probability": 0.6365966796875}, {"start": 1871.58, "end": 1871.8, "word": " يعني", "probability": 0.933837890625}, {"start": 1871.8, "end": 1872.56, "word": " deactivation", "probability": 0.8642578125}, {"start": 1872.56, "end": 1877.52, "word": " deactivation", "probability": 0.60284423828125}, {"start": 1877.52, "end": 1878.58, "word": " بقى", "probability": 0.8623046875}, {"start": 1878.58, "end": 1879.1, "word": " أبطل", "probability": 0.78448486328125}, {"start": 1879.1, "end": 1879.46, "word": " أخليه", "probability": 0.9154052734375}, {"start": 1879.46, "end": 1879.84, "word": " فعال", "probability": 0.9210611979166666}, {"start": 1879.84, "end": 1880.34, "word": " بحطه", "probability": 0.8948974609375}, {"start": 1880.34, "end": 1880.52, "word": " على", "probability": 0.7158203125}, {"start": 1880.52, "end": 1880.76, "word": " سفر", "probability": 0.6946614583333334}, {"start": 1880.76, "end": 1882.06, "word": " بيصير", "probability": 0.8280029296875}, {"start": 1882.06, "end": 1882.38, "word": " short", "probability": 0.974609375}, {"start": 1882.38, "end": 1882.6, "word": " circuit", "probability": 0.438232421875}, {"start": 1882.6, "end": 1883.14, "word": " بالنسبة", "probability": 0.9837646484375}, {"start": 1883.14, "end": 1883.32, "word": " لل", "probability": 0.6748046875}, {"start": 1883.32, "end": 1883.56, "word": " current", "probability": 0.904296875}, {"start": 1883.56, "end": 1884.14, "word": " source", "probability": 0.85693359375}, {"start": 1884.14, "end": 1884.86, "word": " إيش", "probability": 0.791015625}, {"start": 1884.86, "end": 1884.98, "word": " ال", "probability": 0.9541015625}, {"start": 1884.98, "end": 1885.2, "word": " current", "probability": 0.9443359375}, {"start": 1885.2, "end": 1885.46, "word": " source", "probability": 0.900390625}, {"start": 1885.46, "end": 1886.34, "word": " بيعمل؟", "probability": 0.7994140625}, {"start": 1886.34, "end": 1886.74, "word": " بيعطينا", "probability": 0.7357584635416666}, {"start": 1886.74, "end": 1887.08, "word": " طيار", "probability": 0.773193359375}, {"start": 1887.08, "end": 1888.92, "word": " عشان", "probability": 0.9754231770833334}, {"start": 1888.92, "end": 1889.5, "word": " أخليه", "probability": 0.9100341796875}, {"start": 1889.5, "end": 1890.14, "word": " deactivation", "probability": 0.822998046875}, {"start": 1890.14, "end": 1890.46, "word": " بيخلي", "probability": 0.818115234375}, {"start": 1890.46, "end": 1890.78, "word": " الطيار", "probability": 0.92626953125}, {"start": 1890.78, "end": 1891.1, "word": " تبعه", "probability": 0.83135986328125}, {"start": 1891.1, "end": 1891.46, "word": " سفر", "probability": 0.9728190104166666}, {"start": 1891.46, "end": 1892.18, "word": " يعني", "probability": 0.956787109375}, {"start": 1892.18, "end": 1892.32, "word": " مع", "probability": 0.97705078125}, {"start": 1892.32, "end": 1892.4, "word": " أن", "probability": 0.88232421875}, {"start": 1892.4, "end": 1892.72, "word": " الطيار", "probability": 0.9736328125}, {"start": 1892.72, "end": 1893.06, "word": " سفرش", "probability": 0.7518310546875}, {"start": 1893.06, "end": 1893.52, "word": " بيصير", "probability": 0.9761962890625}, {"start": 1893.52, "end": 1893.94, "word": " open", "probability": 0.9560546875}, {"start": 1893.94, "end": 1894.48, "word": " circuit", "probability": 0.96337890625}], "temperature": 1.0}, {"id": 76, "seek": 192548, "start": 1900.56, "end": 1925.48, "text": "هنا بخلّيه zero volt يعني short circuit و zero ampere يعني open circuit طب نبدأ أولا بإن أعمل deactivation ل 12 أمبير بدأ أبدأ ب deactivate 12 أمبير لإيش معناه ال deactivation ل 12 أمبير يعني أستبدل ب short circuit لأ أمبير current يعني zero ampere يعني open circuit", "tokens": [3224, 8315, 4724, 9778, 1211, 11703, 1829, 3224, 4018, 5962, 37495, 22653, 2099, 9048, 4032, 4018, 18648, 323, 37495, 22653, 1269, 9048, 23032, 3555, 8717, 44510, 10721, 5551, 12610, 995, 4724, 28814, 1863, 5551, 25957, 1211, 45428, 399, 5296, 2272, 5551, 2304, 3555, 13546, 47525, 10721, 5551, 44510, 10721, 4724, 45428, 473, 2272, 5551, 2304, 3555, 13546, 5296, 28814, 1829, 8592, 20449, 8315, 3224, 2423, 45428, 399, 5296, 2272, 5551, 2304, 3555, 13546, 37495, 22653, 5551, 14851, 44510, 1211, 4724, 2099, 9048, 5296, 10721, 5551, 2304, 3555, 13546, 2190, 37495, 22653, 4018, 18648, 323, 37495, 22653, 1269, 9048], "avg_logprob": -0.29292930075616547, "compression_ratio": 1.9308510638297873, "no_speech_prob": 5.960464477539063e-08, "words": [{"start": 1900.56, "end": 1900.78, "word": "هنا", "probability": 0.6937255859375}, {"start": 1900.78, "end": 1901.3, "word": " بخلّيه", "probability": 0.7244059244791666}, {"start": 1901.3, "end": 1901.52, "word": " zero", "probability": 0.466064453125}, {"start": 1901.52, "end": 1901.9, "word": " volt", "probability": 0.71630859375}, {"start": 1901.9, "end": 1902.12, "word": " يعني", "probability": 0.935791015625}, {"start": 1902.12, "end": 1902.36, "word": " short", "probability": 0.97314453125}, {"start": 1902.36, "end": 1902.74, "word": " circuit", "probability": 0.9501953125}, {"start": 1902.74, "end": 1902.96, "word": " و", "probability": 0.51025390625}, {"start": 1902.96, "end": 1903.32, "word": " zero", "probability": 0.484375}, {"start": 1903.32, "end": 1903.78, "word": " ampere", "probability": 0.77880859375}, {"start": 1903.78, "end": 1904.0, "word": " يعني", "probability": 0.962890625}, {"start": 1904.0, "end": 1904.34, "word": " open", "probability": 0.96240234375}, {"start": 1904.34, "end": 1904.92, "word": " circuit", "probability": 0.9716796875}, {"start": 1904.92, "end": 1906.14, "word": " طب", "probability": 0.826416015625}, {"start": 1906.14, "end": 1906.54, "word": " نبدأ", "probability": 0.9541015625}, {"start": 1906.54, "end": 1906.88, "word": " أولا", "probability": 0.9466145833333334}, {"start": 1906.88, "end": 1907.12, "word": " بإن", "probability": 0.6611328125}, {"start": 1907.12, "end": 1907.44, "word": " أعمل", "probability": 0.892578125}, {"start": 1907.44, "end": 1908.26, "word": " deactivation", "probability": 0.848876953125}, {"start": 1908.26, "end": 1908.46, "word": " ل", "probability": 0.80615234375}, {"start": 1908.46, "end": 1908.98, "word": " 12", "probability": 0.271484375}, {"start": 1908.98, "end": 1909.54, "word": " أمبير", "probability": 0.79278564453125}, {"start": 1909.54, "end": 1910.5, "word": " بدأ", "probability": 0.65283203125}, {"start": 1910.5, "end": 1910.72, "word": " أبدأ", "probability": 0.7467447916666666}, {"start": 1910.72, "end": 1910.8, "word": " ب", "probability": 0.454345703125}, {"start": 1910.8, "end": 1911.76, "word": " deactivate", "probability": 0.97216796875}, {"start": 1911.76, "end": 1914.48, "word": " 12", "probability": 0.54052734375}, {"start": 1914.48, "end": 1915.52, "word": " أمبير", "probability": 0.8909912109375}, {"start": 1915.52, "end": 1917.4, "word": " لإيش", "probability": 0.60797119140625}, {"start": 1917.4, "end": 1917.64, "word": " معناه", "probability": 0.8191731770833334}, {"start": 1917.64, "end": 1917.7, "word": " ال", "probability": 0.67724609375}, {"start": 1917.7, "end": 1918.18, "word": " deactivation", "probability": 0.97314453125}, {"start": 1918.18, "end": 1918.26, "word": " ل", "probability": 0.61572265625}, {"start": 1918.26, "end": 1918.56, "word": " 12", "probability": 0.849609375}, {"start": 1918.56, "end": 1919.1, "word": " أمبير", "probability": 0.95361328125}, {"start": 1919.1, "end": 1919.3, "word": " يعني", "probability": 0.7315673828125}, {"start": 1919.3, "end": 1919.88, "word": " أستبدل", "probability": 0.65521240234375}, {"start": 1919.88, "end": 1920.06, "word": " ب", "probability": 0.1993408203125}, {"start": 1920.06, "end": 1920.32, "word": " short", "probability": 0.71533203125}, {"start": 1920.32, "end": 1920.88, "word": " circuit", "probability": 0.890625}, {"start": 1920.88, "end": 1921.22, "word": " لأ", "probability": 0.849609375}, {"start": 1921.22, "end": 1921.76, "word": " أمبير", "probability": 0.8890380859375}, {"start": 1921.76, "end": 1922.5, "word": " current", "probability": 0.88427734375}, {"start": 1922.5, "end": 1923.28, "word": " يعني", "probability": 0.7978515625}, {"start": 1923.28, "end": 1923.64, "word": " zero", "probability": 0.52978515625}, {"start": 1923.64, "end": 1924.26, "word": " ampere", "probability": 0.744873046875}, {"start": 1924.26, "end": 1924.6, "word": " يعني", "probability": 0.929931640625}, {"start": 1924.6, "end": 1924.92, "word": " open", "probability": 0.96923828125}, {"start": 1924.92, "end": 1925.48, "word": " circuit", "probability": 0.96484375}], "temperature": 1.0}, {"id": 77, "seek": 193954, "start": 1926.28, "end": 1939.54, "text": "ال current source بس تبدلوا ب zero يعني open circuit احنا بنتعامل فقط مع ال independent sources لو في independent sources مالكوش دعوة فيهم تسيبوهم فقط مع ال independent sources", "tokens": [6027, 2190, 4009, 4724, 3794, 6055, 44510, 1211, 14407, 4724, 4018, 37495, 22653, 1269, 9048, 1975, 5016, 8315, 4724, 29399, 3615, 10943, 1211, 6156, 47432, 20449, 2423, 6695, 7139, 45164, 8978, 6695, 7139, 19446, 23275, 2407, 8592, 11778, 3615, 2407, 3660, 8978, 16095, 6055, 3794, 1829, 3555, 2407, 16095, 6156, 47432, 20449, 2423, 6695, 7139], "avg_logprob": -0.18917410235319818, "compression_ratio": 1.6174496644295302, "no_speech_prob": 1.1920928955078125e-07, "words": [{"start": 1926.28, "end": 1926.56, "word": "ال", "probability": 0.6826171875}, {"start": 1926.56, "end": 1927.1, "word": " current", "probability": 0.6806640625}, {"start": 1927.1, "end": 1928.3, "word": " source", "probability": 0.7060546875}, {"start": 1928.3, "end": 1928.72, "word": " بس", "probability": 0.898681640625}, {"start": 1928.72, "end": 1929.12, "word": " تبدلوا", "probability": 0.79449462890625}, {"start": 1929.12, "end": 1929.2, "word": " ب", "probability": 0.791015625}, {"start": 1929.2, "end": 1929.6, "word": " zero", "probability": 0.5322265625}, {"start": 1929.6, "end": 1930.38, "word": " يعني", "probability": 0.9072265625}, {"start": 1930.38, "end": 1930.76, "word": " open", "probability": 0.939453125}, {"start": 1930.76, "end": 1931.22, "word": " circuit", "probability": 0.8759765625}, {"start": 1931.22, "end": 1931.74, "word": " احنا", "probability": 0.8601888020833334}, {"start": 1931.74, "end": 1932.36, "word": " بنتعامل", "probability": 0.861572265625}, {"start": 1932.36, "end": 1932.72, "word": " فقط", "probability": 0.98681640625}, {"start": 1932.72, "end": 1932.88, "word": " مع", "probability": 0.97900390625}, {"start": 1932.88, "end": 1933.0, "word": " ال", "probability": 0.953125}, {"start": 1933.0, "end": 1933.48, "word": " independent", "probability": 0.841796875}, {"start": 1933.48, "end": 1934.1, "word": " sources", "probability": 0.90576171875}, {"start": 1934.1, "end": 1934.32, "word": " لو", "probability": 0.69921875}, {"start": 1934.32, "end": 1934.46, "word": " في", "probability": 0.74658203125}, {"start": 1934.46, "end": 1934.78, "word": " independent", "probability": 0.75634765625}, {"start": 1934.78, "end": 1935.22, "word": " sources", "probability": 0.90771484375}, {"start": 1935.22, "end": 1935.62, "word": " مالكوش", "probability": 0.8206787109375}, {"start": 1935.62, "end": 1935.86, "word": " دعوة", "probability": 0.9476318359375}, {"start": 1935.86, "end": 1936.2, "word": " فيهم", "probability": 0.947265625}, {"start": 1936.2, "end": 1937.38, "word": " تسيبوهم", "probability": 0.7381184895833334}, {"start": 1937.38, "end": 1938.22, "word": " فقط", "probability": 0.958251953125}, {"start": 1938.22, "end": 1938.4, "word": " مع", "probability": 0.9912109375}, {"start": 1938.4, "end": 1938.5, "word": " ال", "probability": 0.97119140625}, {"start": 1938.5, "end": 1938.8, "word": " independent", "probability": 0.94921875}, {"start": 1938.8, "end": 1939.54, "word": " sources", "probability": 0.87060546875}], "temperature": 1.0}, {"id": 78, "seek": 197781, "start": 1951.31, "end": 1977.81, "text": "تمام خلّيني أعمل ال deactivation مش همسح الصبورة لإن محتاجة المساحة هي كم عندي؟ مية و عشرين volt عندي ستة اوم بتبقى عندي بتبقى عندي التلاتة اوم بتبقى عندي الأتنين اوم و الأربع اوم ايه صار في الأتناش؟ اومين هتبقى في عقول I واحد و I تنين و I تلاتة", "tokens": [39237, 10943, 16490, 1211, 11703, 9957, 1829, 5551, 25957, 1211, 2423, 45428, 399, 37893, 8032, 2304, 3794, 5016, 31767, 3555, 13063, 3660, 5296, 28814, 1863, 3714, 33753, 26108, 3660, 9673, 3794, 39319, 3660, 39896, 9122, 2304, 18871, 16254, 22807, 3714, 10632, 4032, 6225, 46309, 9957, 5962, 18871, 16254, 8608, 2655, 3660, 1975, 20498, 39894, 3555, 4587, 7578, 18871, 16254, 39894, 3555, 4587, 7578, 18871, 16254, 16712, 1211, 9307, 3660, 1975, 20498, 39894, 3555, 4587, 7578, 18871, 16254, 16247, 2655, 1863, 9957, 1975, 20498, 4032, 16247, 25513, 3615, 1975, 20498, 1975, 1829, 3224, 20328, 9640, 8978, 16247, 2655, 1863, 33599, 22807, 1975, 20498, 9957, 8032, 2655, 3555, 4587, 7578, 8978, 6225, 39648, 286, 36764, 24401, 4032, 286, 6055, 1863, 9957, 4032, 286, 6055, 1211, 9307, 3660], "avg_logprob": -0.22829860626232057, "compression_ratio": 1.8923766816143497, "no_speech_prob": 2.6226043701171875e-06, "words": [{"start": 1951.31, "end": 1951.75, "word": "تمام", "probability": 0.809326171875}, {"start": 1951.75, "end": 1952.61, "word": " خلّيني", "probability": 0.74482421875}, {"start": 1952.61, "end": 1952.91, "word": " أعمل", "probability": 0.841796875}, {"start": 1952.91, "end": 1952.99, "word": " ال", "probability": 0.9736328125}, {"start": 1952.99, "end": 1953.57, "word": " deactivation", "probability": 0.95263671875}, {"start": 1953.57, "end": 1953.83, "word": " مش", "probability": 0.1507568359375}, {"start": 1953.83, "end": 1954.25, "word": " همسح", "probability": 0.9783935546875}, {"start": 1954.25, "end": 1954.83, "word": " الصبورة", "probability": 0.7891845703125}, {"start": 1954.83, "end": 1954.99, "word": " لإن", "probability": 0.8165690104166666}, {"start": 1954.99, "end": 1955.53, "word": " محتاجة", "probability": 0.80804443359375}, {"start": 1955.53, "end": 1957.13, "word": " المساحة", "probability": 0.8536376953125}, {"start": 1957.13, "end": 1957.63, "word": " هي", "probability": 0.51611328125}, {"start": 1957.63, "end": 1957.81, "word": " كم", "probability": 0.865966796875}, {"start": 1957.81, "end": 1958.89, "word": " عندي؟", "probability": 0.8645833333333334}, {"start": 1958.89, "end": 1960.45, "word": " مية", "probability": 0.521240234375}, {"start": 1960.45, "end": 1960.59, "word": " و", "probability": 0.966796875}, {"start": 1960.59, "end": 1961.13, "word": " عشرين", "probability": 0.8312174479166666}, {"start": 1961.13, "end": 1961.73, "word": " volt", "probability": 0.38525390625}, {"start": 1961.73, "end": 1962.59, "word": " عندي", "probability": 0.759765625}, {"start": 1962.59, "end": 1963.05, "word": " ستة", "probability": 0.9632161458333334}, {"start": 1963.05, "end": 1963.27, "word": " اوم", "probability": 0.6112060546875}, {"start": 1963.27, "end": 1963.83, "word": " بتبقى", "probability": 0.9552001953125}, {"start": 1963.83, "end": 1964.17, "word": " عندي", "probability": 0.94873046875}, {"start": 1964.17, "end": 1964.81, "word": " بتبقى", "probability": 0.85528564453125}, {"start": 1964.81, "end": 1965.03, "word": " عندي", "probability": 0.952392578125}, {"start": 1965.03, "end": 1965.57, "word": " التلاتة", "probability": 0.949951171875}, {"start": 1965.57, "end": 1965.93, "word": " اوم", "probability": 0.93994140625}, {"start": 1965.93, "end": 1967.63, "word": " بتبقى", "probability": 0.933349609375}, {"start": 1967.63, "end": 1967.91, "word": " عندي", "probability": 0.9560546875}, {"start": 1967.91, "end": 1968.37, "word": " الأتنين", "probability": 0.8271484375}, {"start": 1968.37, "end": 1968.73, "word": " اوم", "probability": 0.944580078125}, {"start": 1968.73, "end": 1969.19, "word": " و", "probability": 0.61083984375}, {"start": 1969.19, "end": 1969.97, "word": " الأربع", "probability": 0.7923177083333334}, {"start": 1969.97, "end": 1970.75, "word": " اوم", "probability": 0.88330078125}, {"start": 1970.75, "end": 1971.37, "word": " ايه", "probability": 0.756103515625}, {"start": 1971.37, "end": 1971.63, "word": " صار", "probability": 0.759033203125}, {"start": 1971.63, "end": 1971.79, "word": " في", "probability": 0.90087890625}, {"start": 1971.79, "end": 1972.73, "word": " الأتناش؟", "probability": 0.747216796875}, {"start": 1972.73, "end": 1973.23, "word": " اومين", "probability": 0.7476399739583334}, {"start": 1973.23, "end": 1974.01, "word": " هتبقى", "probability": 0.66181640625}, {"start": 1974.01, "end": 1974.17, "word": " في", "probability": 0.76416015625}, {"start": 1974.17, "end": 1974.41, "word": " عقول", "probability": 0.890869140625}, {"start": 1974.41, "end": 1974.57, "word": " I", "probability": 0.6572265625}, {"start": 1974.57, "end": 1975.21, "word": " واحد", "probability": 0.830322265625}, {"start": 1975.21, "end": 1975.49, "word": " و", "probability": 0.806640625}, {"start": 1975.49, "end": 1975.71, "word": " I", "probability": 0.94482421875}, {"start": 1975.71, "end": 1976.21, "word": " تنين", "probability": 0.8824869791666666}, {"start": 1976.21, "end": 1977.03, "word": " و", "probability": 0.98095703125}, {"start": 1977.03, "end": 1977.21, "word": " I", "probability": 0.93505859375}, {"start": 1977.21, "end": 1977.81, "word": " تلاتة", "probability": 0.9556884765625}], "temperature": 1.0}, {"id": 79, "seek": 200694, "start": 1978.74, "end": 2006.94, "text": "لأ لأن I1 و I2 و I3 و I4 هدول التيارات النتجين من الاتنين مع بعض لما واحد منهم يروح بسميهم prime عشان اوضح ان هاد مش الكامل هاد جزء منهم هاد ال response اللي بس نتج من ال 120 watt فبعطيه prime هذا كيف حل ال I1 و I2 و I3 و I4 المفروض انه عندنا بدل الطريقة طريقتين تلاتة واحدة منهم", "tokens": [1211, 10721, 5296, 33456, 286, 16, 4032, 286, 17, 4032, 286, 18, 4032, 286, 19, 8032, 3215, 12610, 38392, 9640, 9307, 28239, 2655, 7435, 9957, 9154, 2423, 9307, 1863, 9957, 20449, 45030, 11242, 5296, 15042, 36764, 24401, 9154, 16095, 7251, 32887, 5016, 4724, 38251, 1829, 16095, 5835, 6225, 8592, 7649, 1975, 2407, 11242, 5016, 16472, 8032, 18513, 37893, 33251, 10943, 1211, 8032, 18513, 10874, 11622, 38207, 9154, 16095, 8032, 18513, 2423, 4134, 13672, 1829, 4724, 3794, 8717, 2655, 7435, 9154, 2423, 10411, 31556, 6156, 3555, 3615, 9566, 1829, 3224, 5835, 23758, 9122, 33911, 11331, 1211, 2423, 286, 16, 4032, 286, 17, 4032, 286, 18, 4032, 286, 19, 9673, 5172, 32887, 11242, 16472, 3224, 43242, 8315, 47525, 1211, 41950, 16572, 28671, 23032, 16572, 38149, 9957, 6055, 1211, 9307, 3660, 36764, 24401, 3660, 9154, 16095], "avg_logprob": -0.20137593372544246, "compression_ratio": 1.8055555555555556, "no_speech_prob": 5.960464477539063e-08, "words": [{"start": 1978.74, "end": 1979.24, "word": "لأ", "probability": 0.96728515625}, {"start": 1979.24, "end": 1980.3, "word": " لأن", "probability": 0.7890625}, {"start": 1980.3, "end": 1980.9, "word": " I1", "probability": 0.735595703125}, {"start": 1980.9, "end": 1981.12, "word": " و", "probability": 0.6806640625}, {"start": 1981.12, "end": 1981.58, "word": " I2", "probability": 0.885009765625}, {"start": 1981.58, "end": 1981.76, "word": " و", "probability": 0.9873046875}, {"start": 1981.76, "end": 1982.26, "word": " I3", "probability": 0.978515625}, {"start": 1982.26, "end": 1982.46, "word": " و", "probability": 0.98876953125}, {"start": 1982.46, "end": 1983.06, "word": " I4", "probability": 0.9873046875}, {"start": 1983.06, "end": 1983.96, "word": " هدول", "probability": 0.9456380208333334}, {"start": 1983.96, "end": 1984.8, "word": " التيارات", "probability": 0.645263671875}, {"start": 1984.8, "end": 1985.5, "word": " النتجين", "probability": 0.755615234375}, {"start": 1985.5, "end": 1985.68, "word": " من", "probability": 0.97412109375}, {"start": 1985.68, "end": 1986.06, "word": " الاتنين", "probability": 0.71832275390625}, {"start": 1986.06, "end": 1986.24, "word": " مع", "probability": 0.98876953125}, {"start": 1986.24, "end": 1986.56, "word": " بعض", "probability": 0.919189453125}, {"start": 1986.56, "end": 1987.28, "word": " لما", "probability": 0.904296875}, {"start": 1987.28, "end": 1987.64, "word": " واحد", "probability": 0.975341796875}, {"start": 1987.64, "end": 1987.9, "word": " منهم", "probability": 0.985595703125}, {"start": 1987.9, "end": 1988.2, "word": " يروح", "probability": 0.9855143229166666}, {"start": 1988.2, "end": 1988.76, "word": " بسميهم", "probability": 0.9603271484375}, {"start": 1988.76, "end": 1989.2, "word": " prime", "probability": 0.326904296875}, {"start": 1989.2, "end": 1989.94, "word": " عشان", "probability": 0.9842122395833334}, {"start": 1989.94, "end": 1990.4, "word": " اوضح", "probability": 0.85205078125}, {"start": 1990.4, "end": 1990.54, "word": " ان", "probability": 0.689453125}, {"start": 1990.54, "end": 1990.86, "word": " هاد", "probability": 0.2703857421875}, {"start": 1990.86, "end": 1991.1, "word": " مش", "probability": 0.78125}, {"start": 1991.1, "end": 1991.56, "word": " الكامل", "probability": 0.7822265625}, {"start": 1991.56, "end": 1991.74, "word": " هاد", "probability": 0.7841796875}, {"start": 1991.74, "end": 1992.08, "word": " جزء", "probability": 0.9964192708333334}, {"start": 1992.08, "end": 1992.74, "word": " منهم", "probability": 0.990966796875}, {"start": 1992.74, "end": 1993.88, "word": " هاد", "probability": 0.814453125}, {"start": 1993.88, "end": 1993.96, "word": " ال", "probability": 0.970703125}, {"start": 1993.96, "end": 1994.54, "word": " response", "probability": 0.9091796875}, {"start": 1994.54, "end": 1995.0, "word": " اللي", "probability": 0.830810546875}, {"start": 1995.0, "end": 1995.26, "word": " بس", "probability": 0.968505859375}, {"start": 1995.26, "end": 1995.78, "word": " نتج", "probability": 0.9099934895833334}, {"start": 1995.78, "end": 1996.06, "word": " من", "probability": 0.97900390625}, {"start": 1996.06, "end": 1996.14, "word": " ال", "probability": 0.88525390625}, {"start": 1996.14, "end": 1996.76, "word": " 120", "probability": 0.491943359375}, {"start": 1996.76, "end": 1997.3, "word": " watt", "probability": 0.373046875}, {"start": 1997.3, "end": 1998.58, "word": " فبعطيه", "probability": 0.8678385416666666}, {"start": 1998.58, "end": 1998.9, "word": " prime", "probability": 0.85693359375}, {"start": 1998.9, "end": 1999.48, "word": " هذا", "probability": 0.211181640625}, {"start": 1999.48, "end": 1999.68, "word": " كيف", "probability": 0.96533203125}, {"start": 1999.68, "end": 2000.02, "word": " حل", "probability": 0.892578125}, {"start": 2000.02, "end": 2000.2, "word": " ال", "probability": 0.56494140625}, {"start": 2000.2, "end": 2000.82, "word": " I1", "probability": 0.967529296875}, {"start": 2000.82, "end": 2000.98, "word": " و", "probability": 0.92822265625}, {"start": 2000.98, "end": 2001.3, "word": " I2", "probability": 0.937744140625}, {"start": 2001.3, "end": 2001.44, "word": " و", "probability": 0.9912109375}, {"start": 2001.44, "end": 2001.8, "word": " I3", "probability": 0.956298828125}, {"start": 2001.8, "end": 2001.92, "word": " و", "probability": 0.98828125}, {"start": 2001.92, "end": 2002.24, "word": " I4", "probability": 0.977294921875}, {"start": 2002.24, "end": 2003.12, "word": " المفروض", "probability": 0.9886474609375}, {"start": 2003.12, "end": 2003.32, "word": " انه", "probability": 0.767333984375}, {"start": 2003.32, "end": 2003.6, "word": " عندنا", "probability": 0.557342529296875}, {"start": 2003.6, "end": 2003.86, "word": " بدل", "probability": 0.781494140625}, {"start": 2003.86, "end": 2004.42, "word": " الطريقة", "probability": 0.9581705729166666}, {"start": 2004.42, "end": 2005.2, "word": " طريقتين", "probability": 0.76416015625}, {"start": 2005.2, "end": 2006.14, "word": " تلاتة", "probability": 0.88916015625}, {"start": 2006.14, "end": 2006.56, "word": " واحدة", "probability": 0.9353841145833334}, {"start": 2006.56, "end": 2006.94, "word": " منهم", "probability": 0.989501953125}], "temperature": 1.0}, {"id": 80, "seek": 203869, "start": 2009.43, "end": 2038.69, "text": "إني أجيب أولاً إني ال source transformation ممكن أستخدم فيه و أجيب current source و voltage أو مقاومة على التوازي وبالتالي بقدر أستخدم اللي هو التوزيع الطيارات اللي هي current divider مثلا أو أخد المقاومات على التوازي و أجيب I1 و بعدين أستخدم current divider وهذه اللي أنا هستخدمها أول حاجة بلاحظ I3 و I1' و I4' من ال home", "tokens": [28814, 22653, 5551, 7435, 1829, 3555, 5551, 12610, 995, 14111, 11933, 22653, 2423, 4009, 9887, 3714, 43020, 5551, 14851, 9778, 40448, 8978, 3224, 4032, 5551, 7435, 1829, 3555, 2190, 4009, 4032, 8352, 34051, 3714, 4587, 995, 20498, 3660, 15844, 16712, 2407, 31377, 1829, 46599, 6027, 2655, 6027, 1829, 4724, 28543, 2288, 5551, 14851, 9778, 40448, 13672, 1829, 31439, 16712, 2407, 11622, 40228, 41950, 1829, 9640, 9307, 13672, 1829, 39896, 2190, 3414, 1438, 50113, 15040, 34051, 5551, 9778, 3215, 9673, 4587, 995, 20498, 9307, 15844, 16712, 2407, 31377, 1829, 4032, 5551, 7435, 1829, 3555, 286, 16, 4032, 39182, 9957, 5551, 14851, 9778, 40448, 2190, 3414, 1438, 37037, 24192, 13672, 1829, 41850, 8032, 14851, 9778, 40448, 11296, 5551, 12610, 11331, 26108, 3660, 4724, 15040, 5016, 19913, 286, 18, 4032, 286, 16, 6, 4032, 286, 19, 6, 9154, 2423, 1280], "avg_logprob": -0.19599184739416925, "compression_ratio": 1.849264705882353, "no_speech_prob": 5.364418029785156e-07, "words": [{"start": 2009.43, "end": 2010.19, "word": "إني", "probability": 0.57958984375}, {"start": 2010.19, "end": 2010.95, "word": " أجيب", "probability": 0.9676513671875}, {"start": 2010.95, "end": 2011.71, "word": " أولاً", "probability": 0.78704833984375}, {"start": 2011.71, "end": 2011.93, "word": " إني", "probability": 0.60137939453125}, {"start": 2011.93, "end": 2012.25, "word": " ال", "probability": 0.5439453125}, {"start": 2012.25, "end": 2012.47, "word": " source", "probability": 0.75830078125}, {"start": 2012.47, "end": 2013.03, "word": " transformation", "probability": 0.81494140625}, {"start": 2013.03, "end": 2013.25, "word": " ممكن", "probability": 0.88671875}, {"start": 2013.25, "end": 2013.57, "word": " أستخدم", "probability": 0.732666015625}, {"start": 2013.57, "end": 2013.93, "word": " فيه", "probability": 0.958740234375}, {"start": 2013.93, "end": 2014.07, "word": " و", "probability": 0.69873046875}, {"start": 2014.07, "end": 2014.29, "word": " أجيب", "probability": 0.9605712890625}, {"start": 2014.29, "end": 2014.55, "word": " current", "probability": 0.943359375}, {"start": 2014.55, "end": 2015.03, "word": " source", "probability": 0.8984375}, {"start": 2015.03, "end": 2015.55, "word": " و", "probability": 0.73974609375}, {"start": 2015.55, "end": 2015.99, "word": " voltage", "probability": 0.9345703125}, {"start": 2015.99, "end": 2016.51, "word": " أو", "probability": 0.3603515625}, {"start": 2016.51, "end": 2016.99, "word": " مقاومة", "probability": 0.9701171875}, {"start": 2016.99, "end": 2017.11, "word": " على", "probability": 0.951171875}, {"start": 2017.11, "end": 2017.75, "word": " التوازي", "probability": 0.973388671875}, {"start": 2017.75, "end": 2018.87, "word": " وبالتالي", "probability": 0.90439453125}, {"start": 2018.87, "end": 2019.41, "word": " بقدر", "probability": 0.9910481770833334}, {"start": 2019.41, "end": 2020.37, "word": " أستخدم", "probability": 0.9012451171875}, {"start": 2020.37, "end": 2020.59, "word": " اللي", "probability": 0.858154296875}, {"start": 2020.59, "end": 2020.87, "word": " هو", "probability": 0.99169921875}, {"start": 2020.87, "end": 2023.57, "word": " التوزيع", "probability": 0.8472900390625}, {"start": 2023.57, "end": 2024.43, "word": " الطيارات", "probability": 0.74609375}, {"start": 2024.43, "end": 2024.97, "word": " اللي", "probability": 0.955810546875}, {"start": 2024.97, "end": 2025.27, "word": " هي", "probability": 0.87890625}, {"start": 2025.27, "end": 2025.93, "word": " current", "probability": 0.7705078125}, {"start": 2025.93, "end": 2026.41, "word": " divider", "probability": 0.730224609375}, {"start": 2026.41, "end": 2027.07, "word": " مثلا", "probability": 0.926513671875}, {"start": 2027.07, "end": 2027.75, "word": " أو", "probability": 0.6103515625}, {"start": 2027.75, "end": 2028.43, "word": " أخد", "probability": 0.921875}, {"start": 2028.43, "end": 2029.05, "word": " المقاومات", "probability": 0.9119140625}, {"start": 2029.05, "end": 2029.25, "word": " على", "probability": 0.955078125}, {"start": 2029.25, "end": 2030.39, "word": " التوازي", "probability": 0.973876953125}, {"start": 2030.39, "end": 2030.53, "word": " و", "probability": 0.8408203125}, {"start": 2030.53, "end": 2030.79, "word": " أجيب", "probability": 0.98486328125}, {"start": 2030.79, "end": 2031.27, "word": " I1", "probability": 0.781005859375}, {"start": 2031.27, "end": 2031.43, "word": " و", "probability": 0.90576171875}, {"start": 2031.43, "end": 2031.81, "word": " بعدين", "probability": 0.9453125}, {"start": 2031.81, "end": 2032.33, "word": " أستخدم", "probability": 0.9312744140625}, {"start": 2032.33, "end": 2032.65, "word": " current", "probability": 0.626953125}, {"start": 2032.65, "end": 2033.17, "word": " divider", "probability": 0.831787109375}, {"start": 2033.17, "end": 2033.71, "word": " وهذه", "probability": 0.57666015625}, {"start": 2033.71, "end": 2033.79, "word": " اللي", "probability": 0.988037109375}, {"start": 2033.79, "end": 2033.89, "word": " أنا", "probability": 0.61572265625}, {"start": 2033.89, "end": 2034.59, "word": " هستخدمها", "probability": 0.9529296875}, {"start": 2034.59, "end": 2035.41, "word": " أول", "probability": 0.957763671875}, {"start": 2035.41, "end": 2035.65, "word": " حاجة", "probability": 0.9892578125}, {"start": 2035.65, "end": 2036.11, "word": " بلاحظ", "probability": 0.70819091796875}, {"start": 2036.11, "end": 2036.55, "word": " I3", "probability": 0.93994140625}, {"start": 2036.55, "end": 2036.79, "word": " و", "probability": 0.7607421875}, {"start": 2036.79, "end": 2037.15, "word": " I1'", "probability": 0.760986328125}, {"start": 2037.53, "end": 2037.67, "word": " و", "probability": 0.67919921875}, {"start": 2037.67, "end": 2037.95, "word": " I4'", "probability": 0.93359375}, {"start": 2038.21, "end": 2038.37, "word": " من", "probability": 0.307373046875}, {"start": 2038.37, "end": 2038.49, "word": " ال", "probability": 0.90625}, {"start": 2038.49, "end": 2038.69, "word": " home", "probability": 0.791015625}], "temperature": 1.0}, {"id": 81, "seek": 205921, "start": 2040.21, "end": 2059.21, "text": "مالهم متساوين لأنهم على التوالي المقاومة اتنين اوم و اربع اوم على التوالي بالتالي بقدر اقول ان I تلاتة prime بتساوي I أربعة prime هذا بيخففلي المجاهير ان I تلاتة prime بتساوي I أربعة prime هذه المقاومة بقدر اخليها مقاومة واحدة صح؟", "tokens": [2304, 6027, 16095, 44650, 3794, 995, 2407, 9957, 5296, 33456, 16095, 15844, 16712, 2407, 6027, 1829, 9673, 4587, 995, 20498, 3660, 1975, 2655, 1863, 9957, 1975, 20498, 4032, 1975, 25513, 3615, 1975, 20498, 15844, 16712, 2407, 6027, 1829, 20666, 2655, 6027, 1829, 4724, 28543, 2288, 1975, 39648, 16472, 286, 6055, 1211, 9307, 3660, 5835, 39894, 3794, 995, 45865, 286, 5551, 25513, 27884, 5835, 23758, 4724, 1829, 9778, 5172, 5172, 20292, 9673, 7435, 40294, 13546, 16472, 286, 6055, 1211, 9307, 3660, 5835, 39894, 3794, 995, 45865, 286, 5551, 25513, 27884, 5835, 29538, 9673, 4587, 995, 20498, 3660, 4724, 28543, 2288, 1975, 9778, 20292, 11296, 3714, 4587, 995, 20498, 3660, 36764, 24401, 3660, 20328, 5016, 22807], "avg_logprob": -0.19062499663104182, "compression_ratio": 2.231638418079096, "no_speech_prob": 6.735324859619141e-06, "words": [{"start": 2040.21, "end": 2040.93, "word": "مالهم", "probability": 0.8115234375}, {"start": 2040.93, "end": 2041.65, "word": " متساوين", "probability": 0.82626953125}, {"start": 2041.65, "end": 2042.11, "word": " لأنهم", "probability": 0.6726888020833334}, {"start": 2042.11, "end": 2042.25, "word": " على", "probability": 0.666015625}, {"start": 2042.25, "end": 2042.77, "word": " التوالي", "probability": 0.9732666015625}, {"start": 2042.77, "end": 2043.77, "word": " المقاومة", "probability": 0.9583984375}, {"start": 2043.77, "end": 2044.07, "word": " اتنين", "probability": 0.76568603515625}, {"start": 2044.07, "end": 2044.29, "word": " اوم", "probability": 0.551513671875}, {"start": 2044.29, "end": 2044.43, "word": " و", "probability": 0.60009765625}, {"start": 2044.43, "end": 2044.69, "word": " اربع", "probability": 0.7239583333333334}, {"start": 2044.69, "end": 2044.89, "word": " اوم", "probability": 0.928466796875}, {"start": 2044.89, "end": 2045.05, "word": " على", "probability": 0.85302734375}, {"start": 2045.05, "end": 2045.85, "word": " التوالي", "probability": 0.9569091796875}, {"start": 2045.85, "end": 2046.39, "word": " بالتالي", "probability": 0.841064453125}, {"start": 2046.39, "end": 2046.67, "word": " بقدر", "probability": 0.9742838541666666}, {"start": 2046.67, "end": 2046.89, "word": " اقول", "probability": 0.89013671875}, {"start": 2046.89, "end": 2047.07, "word": " ان", "probability": 0.833984375}, {"start": 2047.07, "end": 2047.39, "word": " I", "probability": 0.5654296875}, {"start": 2047.39, "end": 2048.03, "word": " تلاتة", "probability": 0.8258056640625}, {"start": 2048.03, "end": 2048.43, "word": " prime", "probability": 0.59375}, {"start": 2048.43, "end": 2049.11, "word": " بتساوي", "probability": 0.6148834228515625}, {"start": 2049.11, "end": 2049.27, "word": " I", "probability": 0.68701171875}, {"start": 2049.27, "end": 2049.53, "word": " أربعة", "probability": 0.7784830729166666}, {"start": 2049.53, "end": 2049.75, "word": " prime", "probability": 0.89306640625}, {"start": 2049.75, "end": 2049.95, "word": " هذا", "probability": 0.65966796875}, {"start": 2049.95, "end": 2050.75, "word": " بيخففلي", "probability": 0.8375651041666666}, {"start": 2050.75, "end": 2051.73, "word": " المجاهير", "probability": 0.9693603515625}, {"start": 2051.73, "end": 2052.75, "word": " ان", "probability": 0.469482421875}, {"start": 2052.75, "end": 2053.07, "word": " I", "probability": 0.9873046875}, {"start": 2053.07, "end": 2054.27, "word": " تلاتة", "probability": 0.96728515625}, {"start": 2054.27, "end": 2054.57, "word": " prime", "probability": 0.90576171875}, {"start": 2054.57, "end": 2054.89, "word": " بتساوي", "probability": 0.8902587890625}, {"start": 2054.89, "end": 2055.03, "word": " I", "probability": 0.98583984375}, {"start": 2055.03, "end": 2055.29, "word": " أربعة", "probability": 0.9055989583333334}, {"start": 2055.29, "end": 2055.77, "word": " prime", "probability": 0.9189453125}, {"start": 2055.77, "end": 2056.53, "word": " هذه", "probability": 0.340576171875}, {"start": 2056.53, "end": 2056.99, "word": " المقاومة", "probability": 0.971484375}, {"start": 2056.99, "end": 2057.25, "word": " بقدر", "probability": 0.9816080729166666}, {"start": 2057.25, "end": 2057.65, "word": " اخليها", "probability": 0.8424072265625}, {"start": 2057.65, "end": 2058.09, "word": " مقاومة", "probability": 0.98798828125}, {"start": 2058.09, "end": 2058.55, "word": " واحدة", "probability": 0.9778645833333334}, {"start": 2058.55, "end": 2059.21, "word": " صح؟", "probability": 0.9083658854166666}], "temperature": 1.0}, {"id": 82, "seek": 208496, "start": 2059.88, "end": 2084.96, "text": "هتكون ع التوازي مع التلاتة قوم أخدهم بيصير مقاوم أحد، ده إيش بيصير بيمر فيهم ال I1' ده أجيب أولا ال I1' صح؟ لما أجيب ال I1' عيسى بتعرف ال I1' هيكون عند التلاتة قوم اللي بيمر فيها مين I2' وعند المقاومة المكافئة اللي هي الستة قوم اللي بيمر فيها مين I3' بستخدم ال current divider هنا", "tokens": [3224, 2655, 30544, 6225, 16712, 2407, 31377, 1829, 20449, 16712, 1211, 9307, 3660, 12174, 20498, 5551, 9778, 3215, 16095, 4724, 1829, 9381, 13546, 3714, 4587, 995, 20498, 5551, 24401, 12399, 11778, 3224, 11933, 1829, 8592, 4724, 1829, 9381, 13546, 4724, 1829, 29973, 8978, 16095, 2423, 286, 16, 6, 11778, 3224, 5551, 7435, 1829, 3555, 5551, 12610, 995, 2423, 286, 16, 6, 20328, 5016, 22807, 5296, 15042, 5551, 7435, 1829, 3555, 2423, 286, 16, 6, 6225, 1829, 3794, 7578, 39894, 3615, 28480, 2423, 286, 16, 6, 8032, 1829, 30544, 43242, 16712, 1211, 9307, 3660, 12174, 20498, 13672, 1829, 4724, 1829, 29973, 8978, 11296, 3714, 9957, 286, 17, 6, 4032, 3615, 41260, 9673, 4587, 995, 20498, 3660, 9673, 4117, 31845, 19986, 3660, 13672, 1829, 39896, 21136, 2655, 3660, 12174, 20498, 13672, 1829, 4724, 1829, 29973, 8978, 11296, 3714, 9957, 286, 18, 6, 4724, 14851, 9778, 40448, 2423, 2190, 3414, 1438, 34105], "avg_logprob": -0.2117708393931389, "compression_ratio": 2.088495575221239, "no_speech_prob": 5.960464477539062e-07, "words": [{"start": 2059.88, "end": 2060.3, "word": "هتكون", "probability": 0.8448893229166666}, {"start": 2060.3, "end": 2060.4, "word": " ع", "probability": 0.39208984375}, {"start": 2060.4, "end": 2060.98, "word": " التوازي", "probability": 0.900390625}, {"start": 2060.98, "end": 2061.22, "word": " مع", "probability": 0.98046875}, {"start": 2061.22, "end": 2061.78, "word": " التلاتة", "probability": 0.8900146484375}, {"start": 2061.78, "end": 2061.96, "word": " قوم", "probability": 0.5418701171875}, {"start": 2061.96, "end": 2063.04, "word": " أخدهم", "probability": 0.80474853515625}, {"start": 2063.04, "end": 2063.36, "word": " بيصير", "probability": 0.74725341796875}, {"start": 2063.36, "end": 2063.72, "word": " مقاوم", "probability": 0.9715576171875}, {"start": 2063.72, "end": 2064.0, "word": " أحد،", "probability": 0.5091552734375}, {"start": 2064.0, "end": 2064.08, "word": " ده", "probability": 0.82470703125}, {"start": 2064.08, "end": 2064.2, "word": " إيش", "probability": 0.8662109375}, {"start": 2064.2, "end": 2064.6, "word": " بيصير", "probability": 0.9742431640625}, {"start": 2064.6, "end": 2064.86, "word": " بيمر", "probability": 0.593505859375}, {"start": 2064.86, "end": 2065.06, "word": " فيهم", "probability": 0.9375}, {"start": 2065.06, "end": 2065.2, "word": " ال", "probability": 0.81396484375}, {"start": 2065.2, "end": 2065.56, "word": " I1'", "probability": 0.3948974609375}, {"start": 2065.92, "end": 2066.38, "word": " ده", "probability": 0.656982421875}, {"start": 2066.38, "end": 2066.64, "word": " أجيب", "probability": 0.80352783203125}, {"start": 2066.64, "end": 2066.98, "word": " أولا", "probability": 0.94677734375}, {"start": 2066.98, "end": 2067.12, "word": " ال", "probability": 0.92138671875}, {"start": 2067.12, "end": 2067.58, "word": " I1'", "probability": 0.98388671875}, {"start": 2067.96, "end": 2068.98, "word": " صح؟", "probability": 0.8509114583333334}, {"start": 2068.98, "end": 2069.24, "word": " لما", "probability": 0.91796875}, {"start": 2069.24, "end": 2069.52, "word": " أجيب", "probability": 0.9805908203125}, {"start": 2069.52, "end": 2069.62, "word": " ال", "probability": 0.9296875}, {"start": 2069.62, "end": 2070.0, "word": " I1'", "probability": 0.996337890625}, {"start": 2070.52, "end": 2072.34, "word": " عيسى", "probability": 0.505645751953125}, {"start": 2072.34, "end": 2072.72, "word": " بتعرف", "probability": 0.8045247395833334}, {"start": 2072.72, "end": 2072.84, "word": " ال", "probability": 0.62841796875}, {"start": 2072.84, "end": 2073.24, "word": " I1'", "probability": 0.997314453125}, {"start": 2073.56, "end": 2073.94, "word": " هيكون", "probability": 0.7501627604166666}, {"start": 2073.94, "end": 2074.16, "word": " عند", "probability": 0.96630859375}, {"start": 2074.16, "end": 2074.8, "word": " التلاتة", "probability": 0.985107421875}, {"start": 2074.8, "end": 2075.1, "word": " قوم", "probability": 0.981201171875}, {"start": 2075.1, "end": 2075.94, "word": " اللي", "probability": 0.940673828125}, {"start": 2075.94, "end": 2076.26, "word": " بيمر", "probability": 0.82568359375}, {"start": 2076.26, "end": 2076.56, "word": " فيها", "probability": 0.978271484375}, {"start": 2076.56, "end": 2076.84, "word": " مين", "probability": 0.98095703125}, {"start": 2076.84, "end": 2077.72, "word": " I2'", "probability": 0.8857421875}, {"start": 2078.22, "end": 2078.96, "word": " وعند", "probability": 0.89599609375}, {"start": 2078.96, "end": 2079.62, "word": " المقاومة", "probability": 0.99306640625}, {"start": 2079.62, "end": 2080.3, "word": " المكافئة", "probability": 0.959765625}, {"start": 2080.3, "end": 2080.5, "word": " اللي", "probability": 0.865966796875}, {"start": 2080.5, "end": 2080.62, "word": " هي", "probability": 0.83984375}, {"start": 2080.62, "end": 2081.14, "word": " الستة", "probability": 0.6678873697916666}, {"start": 2081.14, "end": 2081.3, "word": " قوم", "probability": 0.963623046875}, {"start": 2081.3, "end": 2081.4, "word": " اللي", "probability": 0.993408203125}, {"start": 2081.4, "end": 2081.62, "word": " بيمر", "probability": 0.8396809895833334}, {"start": 2081.62, "end": 2081.92, "word": " فيها", "probability": 0.9853515625}, {"start": 2081.92, "end": 2082.18, "word": " مين", "probability": 0.987060546875}, {"start": 2082.18, "end": 2083.24, "word": " I3'", "probability": 0.974365234375}, {"start": 2083.46, "end": 2083.88, "word": " بستخدم", "probability": 0.8197021484375}, {"start": 2083.88, "end": 2084.04, "word": " ال", "probability": 0.49560546875}, {"start": 2084.04, "end": 2084.3, "word": " current", "probability": 0.77685546875}, {"start": 2084.3, "end": 2084.76, "word": " divider", "probability": 0.861083984375}, {"start": 2084.76, "end": 2084.96, "word": " هنا", "probability": 0.9775390625}], "temperature": 1.0}, {"id": 83, "seek": 209094, "start": 2086.27, "end": 2090.95, "text": "واضح؟ و هذا خلينا اللقاء القادم ان شاء الله بنكمل ال show bar question", "tokens": [2407, 46958, 5016, 22807, 4032, 23758, 16490, 20292, 8315, 13672, 4587, 16606, 25062, 18513, 2304, 16472, 13412, 16606, 21984, 44945, 24793, 1211, 2423, 855, 2159, 1168], "avg_logprob": -0.23914930665934528, "compression_ratio": 1.1666666666666667, "no_speech_prob": 1.7881393432617188e-07, "words": [{"start": 2086.27, "end": 2086.89, "word": "واضح؟", "probability": 0.951171875}, {"start": 2086.89, "end": 2087.13, "word": " و", "probability": 0.53662109375}, {"start": 2087.13, "end": 2087.29, "word": " هذا", "probability": 0.69140625}, {"start": 2087.29, "end": 2087.65, "word": " خلينا", "probability": 0.8382161458333334}, {"start": 2087.65, "end": 2088.01, "word": " اللقاء", "probability": 0.9807942708333334}, {"start": 2088.01, "end": 2088.41, "word": " القادم", "probability": 0.9853515625}, {"start": 2088.41, "end": 2088.53, "word": " ان", "probability": 0.7763671875}, {"start": 2088.53, "end": 2088.73, "word": " شاء", "probability": 0.98876953125}, {"start": 2088.73, "end": 2088.89, "word": " الله", "probability": 0.95556640625}, {"start": 2088.89, "end": 2089.63, "word": " بنكمل", "probability": 0.88134765625}, {"start": 2089.63, "end": 2090.03, "word": " ال", "probability": 0.94140625}, {"start": 2090.03, "end": 2090.23, "word": " show", "probability": 0.1702880859375}, {"start": 2090.23, "end": 2090.49, "word": " bar", "probability": 0.56982421875}, {"start": 2090.49, "end": 2090.95, "word": " question", "probability": 0.276611328125}], "temperature": 1.0}], "language": "ar", "language_probability": 1.0, "duration": 2092.025, "duration_after_vad": 1936.7406249999951} \ No newline at end of file diff --git a/PL9fwy3NUQKwaAs6rNkQtAiaVf8dEDjWUy/kfAEYHg2AM0_postprocess.srt b/PL9fwy3NUQKwaAs6rNkQtAiaVf8dEDjWUy/kfAEYHg2AM0_postprocess.srt new file mode 100644 index 0000000000000000000000000000000000000000..ef1828570fef43b69e611d5f8b882356469ec52a --- /dev/null +++ b/PL9fwy3NUQKwaAs6rNkQtAiaVf8dEDjWUy/kfAEYHg2AM0_postprocess.srt @@ -0,0 +1,1224 @@ +1 +00:00:21,280 --> 00:00:23,700 +بسم الله الرحمن الرحيم السلام عليكم ورحمة الله + +2 +00:00:23,700 --> 00:00:26,760 +وبركاته احنا اليوم ان شاء الله هنتقضي على موضوعنا + +3 +00:00:26,760 --> 00:00:29,400 +اللي هو ال natural response لما ذكرتناه في الماضي + +4 +00:00:29,400 --> 00:00:38,480 +ايش حدنا ال natural response لمين؟ للقرار الاسفل + +5 +00:00:38,480 --> 00:00:42,560 +ايش همنا؟ لو عندى انا هاي دائرة اللى فيها Inductor + +6 +00:00:42,560 --> 00:00:50,210 +ومقاومة اه وقال ليه؟ بدي اجيب القرن كمور في قلبI L + +7 +00:00:50,210 --> 00:00:55,730 +of T متساوى I L إلي شبكة T نُط E to the minus T + +8 +00:00:55,730 --> 00:01:00,310 +minus T نُط على TAU تذكرين هذا الحكي؟ هكذا و حاضر + +9 +00:01:00,310 --> 00:01:03,770 +مرة تشتقنها بس و كنت ممكن تشتقنها تشتقها تشتقها + +10 +00:01:03,770 --> 00:01:04,870 +تشتقها تشتقنا تشتقنا تشتقنا تشتقنا تشتقنا تشتقنا + +11 +00:01:04,870 --> 00:01:06,450 +تشتقنا تشتقنا تشتقنا تشتقنا تشتقنا تشتقنا تشتقنا + +12 +00:01:06,450 --> 00:01:14,870 +تشتقنا تشتقنا تشتقنا تشتقنا تشتقنا تشتقنا تشتقنا + +13 +00:01:14,870 --> 00:01:18,610 +تشت + +14 +00:01:18,650 --> 00:01:23,550 +يعني اي حلقة مثالية هنشوف فيه إيش ما يكون عشان + +15 +00:01:23,550 --> 00:01:27,810 +أقدر أستخدم هاي معادة لازم أتصفيها من ال network + +16 +00:01:27,810 --> 00:01:31,730 +بتاعتي لإن نقدر نقارها لإن أحنا اشتغلناها بس مالاش + +17 +00:01:31,730 --> 00:01:37,230 +طب نشوف ال facts يعني + +18 +00:01:37,230 --> 00:01:39,610 +حتى لو قاعدنا كانت source اللي بيعملها مدي أدب + +19 +00:01:39,610 --> 00:01:43,210 +ايه؟ احنا natural، natural، ماعنى natural؟ مش + +20 +00:01:43,210 --> 00:01:48,490 +resourcesبناخد المثال المثال بيقولين عندي أنا + +21 +00:01:48,490 --> 00:01:58,970 +source current source عندي + +22 +00:01:58,970 --> 00:02:05,250 +current source مقدار 20 أمبير وعندي مقاومة R وعندي + +23 +00:02:05,250 --> 00:02:14,270 +switch وعندي inductor name memory I M وعندي مقاومة + +24 +00:02:16,000 --> 00:02:20,420 +عشرة قوم وعندي + +25 +00:02:20,420 --> 00:02:29,780 +أربعين قوم معايا يا ناطي معايا مش مهندسات معايا + +26 +00:02:29,780 --> 00:02:36,400 +ولا مش معايا طب ليش بتتحدث مع بعض تاني في عندي I + +27 +00:02:36,400 --> 00:02:40,780 +note و V note برضه بقتطين على الدائرة مش قولنا + +28 +00:02:40,780 --> 00:02:44,510 +سؤال قولناانه هدى ال switch طبعا طبعا احنا اتفقنا + +29 +00:02:44,510 --> 00:02:49,150 +ان السهم يقولي ايه صدر ال switch السهم هى عامى + +30 +00:02:49,150 --> 00:02:53,690 +معناه ال switch انفتت والرقم اللى جنبه يقولي وقتاش + +31 +00:02:53,690 --> 00:02:58,350 +انفتت عند T بساوة Zero تقريبا يعني ال switch انفتت + +32 +00:02:58,350 --> 00:03:03,750 +قبل T يعني قبل T اقل من Zero قبل هى اللحظة كانت + +33 +00:03:03,750 --> 00:03:12,370 +الدائرة عوضا يدها for long targetفانا قبل T أقل + +34 +00:03:12,370 --> 00:03:17,050 +من Zero فزمن أقل من T Zero كانت الدائرة أوضهيتها + +35 +00:03:17,050 --> 00:03:22,990 +for a long time ففتحنا switch عن T equal Zero وإيش + +36 +00:03:22,990 --> 00:03:29,470 +فالد منها الفرع A بده I L of T for T أكبر من أو + +37 +00:03:29,470 --> 00:03:33,810 +سوى Zero يعني + +38 +00:03:33,810 --> 00:03:36,290 +بعد ما فتح ال switch بعد ما فتح ال switch عشان + +39 +00:03:36,290 --> 00:03:45,880 +يبقى landedمقاومة 2 مقاومة 10 مقاومة 40 مقاومة 40 + +40 +00:03:45,880 --> 00:03:54,340 +مقاومة 40 مقاومة 40 مقاومة 40 مقاومة 40 مقاومة 40 + +41 +00:03:54,340 --> 00:04:06,080 +مقاومة 40 مقاومة 40 مقاومة + +42 +00:04:06,080 --> 00:04:13,010 +40عشان تسيط بالتمام عشان تسيط بالتمام عشان تسيط + +43 +00:04:13,010 --> 00:04:15,750 +بالتمام عشان تسيط بالتمام عشان تسيط بالتمام عشان + +44 +00:04:15,750 --> 00:04:16,370 +تسيط بالتمام عشان تسيط بالتمام عشان تسيط بالتمام + +45 +00:04:16,370 --> 00:04:21,150 +عشان تسيط بالتمام عشان تسيط بالتمام عشان تسيط + +46 +00:04:21,150 --> 00:04:26,550 +بالتمام عشان تسيط بالتمام عشان تسيط بالتمام عشان + +47 +00:04:26,550 --> 00:04:28,630 +تسيط بالتمام عشان تسيط بالتمام عشان تسيط بالتمام + +48 +00:04:28,630 --> 00:04:30,010 +عشان تسيط بالتمام عشان تسيط بالتمام عشان تسيط + +49 +00:04:30,010 --> 00:04:33,910 +بالتمام عشان تسيط بالتمام عشان تسيط بالتمام عشان + +50 +00:04:33,910 --> 00:04:39,630 +تسيط بالتمام عشان تالو T not zero تلو واحدة نجيبها + +51 +00:04:39,630 --> 00:04:43,350 +تلو اش بتساوي R على R انا عندي قدرش نجيبها اتنين + +52 +00:04:43,350 --> 00:04:49,370 +همري على R بيه عشرة يعني اتنين من عشرة سكنت مين + +53 +00:04:49,370 --> 00:04:53,150 +الطول ناقص عندي I قالت Zero من وين بنجيب I قالت + +54 +00:04:53,150 --> 00:04:59,350 +Zero احنا اتفقنا انه ان دكتور لا يتغير فيه تيارة + +55 +00:04:59,350 --> 00:04:59,890 +لحظية + +56 +00:05:02,650 --> 00:05:07,110 +عشان اجيب ال current عند ال zero انا بقدر اجيبه من + +57 +00:05:07,110 --> 00:05:12,270 +قبل ما افتح ال switch اش كان موضوع الدائرة قبل ما + +58 +00:05:12,270 --> 00:05:16,190 +افتح ال switch كانت مغناطة، من ايه درسنا؟ عند ال + +59 +00:05:16,190 --> 00:05:20,450 +current source اللي هو ال 20 و ال R عند المطاور + +60 +00:05:20,450 --> 00:05:24,690 +نهار و عند ال inverter اللي هو ال 2 هنري و عندي + +61 +00:05:24,690 --> 00:05:27,050 +المكافأة T مش فارقة هي 10 + +62 +00:05:30,900 --> 00:05:34,120 +أحنا بتفهم أنه أكتر long time إيش بتكون الدائرة + +63 +00:05:34,120 --> 00:05:37,800 +وسط الحالة دي إيش ال steady state بتذكرين؟ إيش + +64 +00:05:37,800 --> 00:05:40,680 +معناه ال steady state؟ قلنا إنه الضيارات و ال + +65 +00:05:40,680 --> 00:05:44,600 +voltage اللي بيصير فيها constant لما يصيروا + +66 +00:05:44,600 --> 00:05:47,300 +constant إيش بيصير ال voltage في الأندكتور؟ هو P + +67 +00:05:47,300 --> 00:05:53,000 +LDI by DT، هذه صارت constant، إيش هي بيصير؟ Zero، + +68 +00:05:53,000 --> 00:05:56,940 +إيش يعني معناه الأندكتور الصار؟ الصار الأندكتور + +69 +00:05:56,940 --> 00:06:01,800 +short circuit، bravo عليكمصار ال inductor short + +70 +00:06:01,800 --> 00:06:05,660 +circuit احنا + +71 +00:06:05,660 --> 00:06:09,180 +بدنا ميقين التيارة مانساش انتشرت تيارة ايه؟ ايش + +72 +00:06:09,180 --> 00:06:13,320 +بيكون عند ال initial current؟ انا عايز تي اقل من + +73 +00:06:13,320 --> 00:06:18,560 +zero مانساش ايه صار؟ كل التيارة هيه من وين؟ من ال + +74 +00:06:18,560 --> 00:06:21,560 +inductor لأن هاي المقاومة و هاي المقاومة اللي هم + +75 +00:06:21,560 --> 00:06:27,580 +بيصيلهم شنط اسمه شنط لأ و لعشرة و ام ايش معنى شنط؟ + +76 +00:06:27,650 --> 00:06:37,010 +الـ short circuit منعت مرور التيار لهم كإن هم مش + +77 +00:06:37,010 --> 00:06:40,850 +موجودين فإذا ال initial current مش بساوي الشبكات + +78 +00:06:40,850 --> 00:06:45,290 +الاساسية IN الـ 0 minus بساوي 20 اندرتز نلاحظ + +79 +00:06:45,290 --> 00:06:48,490 +باتجاه لازم نتبهله ال current هيك هيكون نفس + +80 +00:06:48,490 --> 00:06:51,710 +اتجاهنا لو في اختلاف الاتجاه بين ال current + +81 +00:06:51,710 --> 00:06:58,520 +المطلوب و ال issue of value بعطيه إشارة أحسنI of T + +82 +00:06:58,520 --> 00:07:03,200 +هو المطوب بيننا I initial عشرين E to the minus T + +83 +00:07:03,200 --> 00:07:07,720 +على تاو الميليان اتنين من عشرة ميليان خمسة تين T + +84 +00:07:07,720 --> 00:07:11,500 +على اتنين من عشر واحدة خمسة And then هاي السؤال + +85 +00:07:11,500 --> 00:07:16,480 +الجزء الأول for T أطول من أقل ستة أو ستين واضح؟ في + +86 +00:07:16,480 --> 00:07:23,320 +آيات السبعة حد هنا؟ فكرة بيه إيش؟ و اللي بديه T + +87 +00:07:23,320 --> 00:07:23,640 +مطلوب + +88 +00:07:26,730 --> 00:07:34,610 +I L I not for T أكبر من نفسها وزنه الفرع A خلصناه + +89 +00:07:34,610 --> 00:07:38,710 +الفرع + +90 +00:07:38,710 --> 00:07:43,370 +B بُلّت بيدي I نوت احنا الدائرة هي بسطناها + +91 +00:07:43,370 --> 00:07:49,250 +لإندكتور ومقاوم مقدارها عشرة أمصار هاي اتنين + +92 +00:07:49,250 --> 00:07:53,970 +والقرنط هي I L اللي حسبناها مع بعض مش مقدر أجيب + +93 +00:07:53,970 --> 00:07:55,830 +الواتج اللي حوالين العشرة + +94 +00:07:59,030 --> 00:08:02,090 +لو عرفت الـ Potential كله هنا يومور في العشرة مش + +95 +00:08:02,090 --> 00:08:05,450 +واقعه يقوم بتياؤه طبعا التياؤه نفسه يمور في + +96 +00:08:05,450 --> 00:08:13,470 +المكافئة، صح؟ I يومور في العشرة كامل، مكافئة لكل + +97 +00:08:13,470 --> 00:08:18,990 +هدي الدائرة هو هيمور في ميه كمان؟ هيمور في الاتنين + +98 +00:08:18,990 --> 00:08:24,470 +أو second طبعا + +99 +00:08:24,470 --> 00:08:31,050 +لأنه هدي مفتوحة مثل ايش مش هبقى يساوي مقاومة؟مين؟ + +100 +00:08:31,050 --> 00:08:34,050 +I I I I I I I I I I I I I I I I I + +101 +00:08:49,690 --> 00:08:52,310 +إذا عرفت هذا ال current عشان أنا بقدر استخدمها + +102 +00:08:52,310 --> 00:08:55,690 +دقيقة ال current divider، هل تذكرين current + +103 +00:08:55,690 --> 00:08:59,670 +divider؟ لأن لو عندي انا تنيار، وعندي مقاومتين على + +104 +00:08:59,670 --> 00:09:03,630 +برازي، بقدر أجزء أكتر، بس ان دي ماني من اتجاه + +105 +00:09:03,630 --> 00:09:07,470 +معاكس، إذا ال I not شهد two minus، فعندي I not + +106 +00:09:07,470 --> 00:09:13,110 +هتساوي سادة، مبعيدة من بي عشرة، عشرة زادة، ايه + +107 +00:09:13,110 --> 00:09:17,740 +تتماما PIL؟تقريبا تقريبا I L + +108 +00:09:44,970 --> 00:09:48,670 +بسم الله احنا داخلهم اي واحدة انا داخلهم اي واحدة + +109 +00:09:48,670 --> 00:09:51,230 +انا داخلهم اي واحدة انا داخلهم اي واحدة انا داخلهم + +110 +00:09:51,230 --> 00:09:51,290 +اي واحدة انا داخلهم اي واحدة انا داخلهم اي واحدة + +111 +00:09:51,290 --> 00:09:51,370 +انا داخلهم اي واحدة انا داخلهم اي واحدة انا داخلهم + +112 +00:09:51,370 --> 00:09:52,410 +اي واحدة انا داخلهم اي واحدة انا داخلهم اي واحدة + +113 +00:09:52,410 --> 00:09:53,490 +انا داخلهم اي واحدة انا داخلهم اي واحدة انا داخلهم + +114 +00:09:53,490 --> 00:09:55,190 +اي واحدة انا داخلهم اي واحدة انا داخلهم اي واحدة + +115 +00:09:55,190 --> 00:10:02,730 +انا داخلهم اي واحدة انا داخلهم اي واحدة انا داخلهم + +116 +00:10:02,730 --> 00:10:08,070 +اي واحدة + +117 +00:10:08,390 --> 00:10:12,090 +المقامة اللي عاد توازيها، أنا بتتغيرها في الـ40، + +118 +00:10:12,090 --> 00:10:14,990 +نجيب المقامة اللي عاد توازيها، مش الـ40 اللي هي + +119 +00:10:14,990 --> 00:10:19,410 +اللي توازيها، أنا مجموعة في أيه توزع، من وين جدت + +120 +00:10:19,410 --> 00:10:22,630 +إشارة سلبة، إحنا اتفقنا إن عشان أحد الإشارة وين جد + +121 +00:10:22,630 --> 00:10:27,490 +ولا سلبة، هي ال source تبعي، اللي توزعهذه المقاومة + +122 +00:10:27,490 --> 00:10:31,370 +تنقر واحد و I تنهر بطابع الاتجاه إذا مجموعة من I + +123 +00:10:31,370 --> 00:10:35,470 +واحد و I تنهر I داخل هي اثبات الاتجاه بيكون موجبات + +124 +00:10:35,470 --> 00:10:40,270 +لو واحد نقم معاكس الاتجاه بيكون شاطر السيارة بس + +125 +00:10:40,270 --> 00:10:43,810 +هذا كرام + +126 +00:10:43,810 --> 00:10:49,630 +التبارك طبعا هاي الفرع B-4E + +127 +00:10:49,630 --> 00:10:57,820 +-35T تنقر أو تنقر هاي الفرع B الفرع Cواللي بدي V0 + +128 +00:10:57,820 --> 00:11:02,100 +واضح أنه بدي V0 لأن هو حطيتها على الدائرة V0 + +129 +00:11:02,100 --> 00:11:08,840 +يتساوي I0 في الاربعين يتساوي + +130 +00:11:08,840 --> 00:11:16,460 +I0 في الاربعين يتساوي I0 في الاربعين يتساوي I0 في + +131 +00:11:16,460 --> 00:11:17,020 +الاربعين يتساوي I0 في الاربعين يتساوي I0 في + +132 +00:11:17,020 --> 00:11:17,320 +الاربعين يتساوي I0 في الاربعين يتساوي I0 في + +133 +00:11:17,320 --> 00:11:17,900 +الاربعين يتساوي I0 في الاربعين يتساوي I0 في + +134 +00:11:17,900 --> 00:11:25,380 +الاربعين يتساوي + +135 +00:11:25,380 --> 00:11:30,500 +I0 في الاربعينالاندكتور قُط يطل عشرة روم فلاقيت + +136 +00:11:30,500 --> 00:11:34,000 +الاندكتور هذا يده stored energy إيش معنى stored + +137 +00:11:34,000 --> 00:11:39,360 +energy؟ initial stored energy يعني إيش الطاقة اللي + +138 +00:11:39,360 --> 00:11:45,620 +تخزنها في الاندكتور initial إيه ال at zero تتساوي + +139 +00:11:45,620 --> 00:11:52,320 +نص ال I ال at zero equal تربيع نص ال إلي اتنين + +140 +00:11:52,320 --> 00:11:55,760 +وماعكش قيمة ال initial current at zeroإن القرن + +141 +00:11:55,760 --> 00:11:59,700 +تتعلق الدكتورش وعشرين نتوة مانوس خمسة T and T + +142 +00:11:59,700 --> 00:12:07,140 +equals zero تشتغل عشرين نتوة IL of T بلغانها بسبع + +143 +00:12:07,140 --> 00:12:11,120 +عشرين نتوة مانوس خمسة T أدية صح وT equals zero + +144 +00:12:11,120 --> 00:12:15,220 +القرن تبدأ عشرين من ال source القرن ال source + +145 +00:12:15,220 --> 00:12:19,780 +العشرين أنبعاث إذا ال initial stored energy هي + +146 +00:12:19,780 --> 00:12:27,020 +أربعمائة جولهذه النسبة هي النسبة + +147 +00:12:27,020 --> 00:12:32,660 +التي رحلت العشرة طبعا، كده بقى جيني للإنرجيا + +148 +00:12:32,660 --> 00:12:35,980 +العشرة طبعا، ال energy اللي راحلت العشرة طبعا ده + +149 +00:12:35,980 --> 00:12:42,200 +المنطقةمعرفش ما أسوي، يا تياب تربيع الـR، يا + +150 +00:12:42,200 --> 00:12:46,260 +بيتربيع الـR، يا IQD، ان بس أكبر voltage للعشرة + +151 +00:12:46,260 --> 00:12:50,360 +موجود جوده هو B0 فبس تستخدمها، او حاجة تجيب أشياء + +152 +00:12:50,360 --> 00:12:56,060 +جديدة، هتحقق بيه 100 تربيع على 2 العشرة، بيه 100 + +153 +00:12:56,060 --> 00:13:00,920 +تربيع في 100 سنين كل تربيع، بالسلسلة التي موجهها + +154 +00:13:00,920 --> 00:13:11,290 +معنى minus 16 minus 10تين، اربعة، عشرة، عشرة، + +155 +00:13:11,290 --> 00:13:14,370 +عشرة، عشرة، عشرة، عشرة، عشرة، عشرة، عشرة، عشرة، + +156 +00:13:14,370 --> 00:13:14,510 +عشرة، عشرة، عشرة، عشرة، عشرة، عشرة، عشرة، عشرة، + +157 +00:13:14,510 --> 00:13:14,530 +عشرة، عشرة، عشرة، عشرة، عشرة، عشرة، عشرة، عشرة، + +158 +00:13:14,530 --> 00:13:14,730 +عشرة، عشرة، عشرة، عشرة، عشرة، عشرة، عشرة، عشرة، + +159 +00:13:14,730 --> 00:13:16,490 +عشرة، عشرة، عشرة، عشرة، عشرة، عشرة، عشرة، عشرة، + +160 +00:13:16,490 --> 00:13:17,290 +عشرة، عشرة، عشرة، عشرة، عشرة، عشرة، عشرة، عشرة، + +161 +00:13:17,290 --> 00:13:26,070 +عشرة، عشرة، عشرة، + +162 +00:13:26,070 --> 00:13:35,780 +عشرة، عنعم نعم نعم نعم نعم نعم نعم + +163 +00:13:50,010 --> 00:13:53,350 +زيرو مانو مانو دي دي تي مانو مانو دي تي مانو دي تي + +164 +00:13:53,350 --> 00:13:54,310 +مانو دي تي مانو دي تي مانو دي تي مانو دي تي مانو + +165 +00:13:54,310 --> 00:13:55,930 +دي تي مانو دي تي مانو دي تي مانو دي تي مانو دي تي + +166 +00:13:55,930 --> 00:13:56,270 +مانو دي تي مانو دي تي مانو دي تي مانو دي تي مانو + +167 +00:13:56,270 --> 00:13:58,210 +دي تي مانو دي تي مانو دي تي مانو دي تي مانو دي تي + +168 +00:13:58,210 --> 00:13:58,410 +مانو دي تي مانو دي تي مانو دي تي مانو دي تي مانو + +169 +00:13:58,410 --> 00:14:05,170 +دي تي مانو دي تي مانو دي تي مانو دي تي مانو دي تي + +170 +00:14:05,170 --> 00:14:06,030 +مانو + +171 +00:14:15,790 --> 00:14:23,890 +أه أه أه أفضل عليك أفضل عليك + +172 +00:14:27,090 --> 00:14:32,510 +النهائي هو انك تجيب + +173 +00:14:32,510 --> 00:14:35,890 +ال energy اللي على العشرة طول من اليمين يام رقم + +174 +00:14:35,890 --> 00:14:40,110 +انهاش من الانضغط في الموضوع زي ال zero line phase + +175 +00:14:40,110 --> 00:14:43,590 +يعني انت واحد بيتطلع سياسة يام رقم كتير من ال + +176 +00:14:43,590 --> 00:14:47,030 +energy اللي انضغط من الانضغط على العشرة طول + +177 +00:14:50,440 --> 00:14:55,560 +عشان نحن نحكي أن الحانة كمان بالنسبة هي 10 شخص ميه + +178 +00:14:55,560 --> 00:15:00,790 +وشكويه تلو ميه بيخلقوا دورةعلى عشرة تانى مائة نص + +179 +00:15:00,790 --> 00:15:05,830 +عشرة تانى على مائة نص عشرة تانى عشرة تانى عشرة + +180 +00:15:05,830 --> 00:15:05,930 +تانى عشرة تانى عشرة تانى عشرة تانى عشرة تانى عشرة + +181 +00:15:05,930 --> 00:15:08,070 +تانى عشرة تانى عشرة تانى عشرة تانى عشرة تانى عشرة + +182 +00:15:08,070 --> 00:15:09,570 +تانى عشرة تانى عشرة تانى عشرة تانى عشرة تانى عشرة + +183 +00:15:09,570 --> 00:15:11,430 +تانى عشرة تانى عشرة تانى عشرة تانى عشرة تانى عشرة + +184 +00:15:11,430 --> 00:15:22,970 +تانى عشرة تانى عشرة تانى عشرة تانى عشرة تانى عشرة + +185 +00:15:22,970 --> 00:15:24,090 +تانى ع + +186 +00:15:26,780 --> 00:15:30,520 +وبعدين كتبوا معايا مصر عشرة سنين من اذن الرئيسي + +187 +00:15:30,520 --> 00:15:35,500 +اتساوى سنة و ستة عشر كل تربية لان تلت السكين من + +188 +00:15:35,500 --> 00:15:40,420 +المصر واحد هتبطين ستة عشر تربية في اتنين ستة و تلت + +189 +00:15:40,420 --> 00:15:48,120 +تلت تلت تلت تلت تلت تلت تلت تلت تلت تلت + +190 +00:15:48,960 --> 00:15:54,560 +مكن انت تفسيري جول كده من الاربعمالية فانا هاني + +191 +00:15:54,560 --> 00:16:02,030 +اعمل مثلها مستهيش بقعد اقول اي تلعشرةهو اللي تقدر + +192 +00:16:02,030 --> 00:16:07,810 +تدخل في شركة تنية بالمية تكون بتاعة ستة و تمانية + +193 +00:16:07,810 --> 00:16:14,070 +على أربع ماتية تنية بالمية و أربع تاعة تنية بالمية + +194 +00:16:14,070 --> 00:16:18,910 +و ال class يمكن انه عند الجامدين خمسين ثمانية شجرة + +195 +00:16:18,910 --> 00:16:22,170 +رحلة العشرة ال class يستخدم ستة و تمانية على أربع + +196 +00:16:22,170 --> 00:16:25,630 +ستينية هم الدكتورة اللي بيجي ال school اللي بيجي + +197 +00:16:25,630 --> 00:16:26,670 +رحلة العشرة + +198 +00:16:31,510 --> 00:16:36,310 +فبس يعني انت فانتش في الهبوس الصينيك بس هقفل مدار + +199 +00:16:36,310 --> 00:16:40,990 +نصف عشر عشر عشر عشر عشر عشر عشر عشر عشر عشر عشر + +200 +00:16:40,990 --> 00:16:42,570 +عشر عشر عشر عشر عشر عشر عشر عشر عشر عشر عشر عشر + +201 +00:16:42,570 --> 00:16:48,370 +عشر عشر عشر عشر عشر عشر عشر عشر عشر عشر + +202 +00:16:48,370 --> 00:16:48,850 +عشر عشر عشر عشر عشر عشر عشر عشر عشر عشر عشر عشر + +203 +00:16:48,850 --> 00:16:49,050 +عشر عشر عشر عشر عشر عشر عشر عشر عشر عشر عشر عشر + +204 +00:16:49,050 --> 00:16:50,930 +عشر عشر عشر عشر عشر عشر عشر عشر عشر عشر عشر عشر + +205 +00:16:50,930 --> 00:16:57,550 +عشر عشر عشر + +206 +00:17:09,570 --> 00:17:17,010 +المثال ده .. المثال شوهي نص؟ المثال + +207 +00:17:17,010 --> 00:17:25,290 +ده عند تون قطص، واحد، كمان واحد، واحد، واحد، واحد، + +208 +00:17:25,290 --> 00:17:29,010 +واحد، واحد، واحد، واحد، واحد، واحد، واحد، واحد، + +209 +00:17:29,010 --> 00:17:29,050 +واحد، واحد، واحد، واحد، واحد، واحد، واحد، واحد، + +210 +00:17:29,050 --> 00:17:29,150 +واحد، واحد، واحد، واحد، واحد، واحد، واحد، واحد، + +211 +00:17:33,840 --> 00:17:39,180 +عشرين هنا و هنا نقطين هنا تمامي أمي أكتر و هنا + +212 +00:17:39,180 --> 00:17:44,460 +أربعة أكتر و فين هي اسم السلسلة اللي تلتكي على كتر + +213 +00:17:44,460 --> 00:17:50,980 +أكتر عند المطابق درجة 70، المطابق درجة 4، عند + +214 +00:17:50,980 --> 00:17:56,260 +المطابق درجة 15، و عند المطابق درجة 10 + +215 +00:18:00,250 --> 00:18:03,630 +ماذا يجب أن نفعل؟ يجب أن نختار التجارب، ماذا يعني؟ + +216 +00:18:03,630 --> 00:18:04,490 +يجب أن نختار التجارب، ماذا يعني؟ يجب أن نختار + +217 +00:18:04,490 --> 00:18:04,850 +التجارب، ماذا يعني؟ يجب أن نختار التجارب، ماذا + +218 +00:18:04,850 --> 00:18:06,010 +يعني؟ يجب أن نختار التجارب، ماذا يعني؟ يجب أن + +219 +00:18:06,010 --> 00:18:08,530 +نختار التجارب، ماذا يعني؟ يجب أن نختار التجارب، + +220 +00:18:08,530 --> 00:18:08,790 +ماذا يعني؟ يجب أن نختار التجارب، ماذا يعني؟ يجب أن + +221 +00:18:08,790 --> 00:18:09,350 +نختار التجارب، ماذا يعني؟ يجب أن نختار التجارب، + +222 +00:18:09,350 --> 00:18:16,150 +ماذا يعني؟ يجب أن نختار التجارب، ماذا يعني؟ يجب أن + +223 +00:18:16,150 --> 00:18:20,590 +نختار التجارب، ماذا + +224 +00:18:27,540 --> 00:18:33,140 +high and narrow سنة اربعة انفجار اكيد انتوا لما + +225 +00:18:33,140 --> 00:18:37,700 +شرحتكن الدكتور محمد عن حصات الدكتورات ان انتوا + +226 +00:18:37,700 --> 00:18:42,620 +بشجالة تصل عليها لخلاش حجارة هي موضوع دائرة سنة + +227 +00:18:42,620 --> 00:18:45,940 +سنة ساعة واحدة و احنا احنا موجودين بالشجالة من + +228 +00:18:45,940 --> 00:18:49,920 +الأقل وقفنا في switch شوفتم ايش حصلت انا بقيت في + +229 +00:18:49,920 --> 00:18:52,140 +short circuit كل ديارة عشان فيه barrier + +230 +00:18:56,140 --> 00:18:59,120 +لأن وش ال initial image؟ ال initial image هي ال + +231 +00:18:59,120 --> 00:19:03,860 +vector نُص الارض نيرو تربية، لو كان نطيب ال + +232 +00:19:03,860 --> 00:19:07,580 +initial image نجيب الارض ال zero أو ال combat + +233 +00:19:07,580 --> 00:19:11,720 +media، يعني انك مرتبة الحلقة، يا لما يبدأ السؤال + +234 +00:19:11,720 --> 00:19:16,080 +طاطا، يا لما ستجد نطيب ال initial image نجيب الارض + +235 +00:19:16,080 --> 00:19:17,940 +نيرو تربية + +236 +00:19:24,760 --> 00:19:28,340 +ايش طبعا اللي بيطلب منك؟ اكيد هيطلب منك I I I I I + +237 +00:19:28,340 --> 00:19:30,460 +I I I I I I I I I I I I I I I I I I I I I I I I I + +238 +00:19:30,460 --> 00:19:31,200 +I I I I I I I I I I I I I I I I I I I I I I I I I + +239 +00:19:31,200 --> 00:19:31,480 +I I I I I I I I I I I I I I I I I I I I I I I I I + +240 +00:19:31,480 --> 00:19:32,360 +I I I I I I I I I I I I I I I I I I I I I I I I I + +241 +00:19:32,360 --> 00:19:36,400 +I I I I I I I I I I I + +242 +00:19:36,400 --> 00:19:40,140 +I I I I I I I I I I I I I I I I I I I I I I I I I + +243 +00:19:40,140 --> 00:19:40,160 +I I I I I I I I I I I I I I I I I I I I I I I I I + +244 +00:19:40,160 --> 00:19:40,200 +I I I I I I I I I I I I I I I I I I I I I I I I I + +245 +00:19:40,200 --> 00:19:46,260 +I I I I I I I I I I + +246 +00:19:50,730 --> 00:19:55,590 +هل أسميه اندفع ومقاوم، إذا أول خطوة بعملها إيه؟ + +247 +00:19:55,590 --> 00:19:59,770 +ببسط هذه الدرجة تبتدي أكتر من صفر، هذا هو الاسم، + +248 +00:19:59,770 --> 00:20:02,570 +ولا أقلع ببتدي أكتر من صفر لأنه عندي ignition + +249 +00:20:02,570 --> 00:20:07,190 +phase، فهو خلاص، ليش أدور عليها؟ ببتدي أكتر من + +250 +00:20:07,190 --> 00:20:11,630 +مكتر Zero، بدي أبسطها لأنها أكتر، لما تسميه بهذا + +251 +00:20:11,630 --> 00:20:19,020 +الشكل تجيبني التدبّار على الكل،منه بتجيب الفوخش، + +252 +00:20:19,020 --> 00:20:24,500 +ليش طبعا بتجيب الفوخش؟ لأن زي الفوخش في جميعنا، + +253 +00:20:24,500 --> 00:20:29,980 +ممكن تجيب او احد أو اتين، لأن عاش تساوي واحد على + +254 +00:20:29,980 --> 00:20:37,110 +أقل التكامل بـBDT زي دمشق دولةبتكون تعلاقة 1 على N + +255 +00:20:37,110 --> 00:20:43,390 +بصحيحة ال plus انتيجة التانية DT زائد الميشه + +256 +00:20:43,390 --> 00:20:47,630 +الدولة ال 0 بتكون ال plus بصحيحة لإن كانت التجارة + +257 +00:20:47,630 --> 00:20:51,430 +ده تجي drop لو كانت التجارة ده راش تعمل minus + +258 +00:20:53,820 --> 00:20:58,320 +العراق بيبقى هان في الواضح يعني يا جماعة يا ساقة + +259 +00:20:58,320 --> 00:21:02,560 +ان الطيارات شجعتش تروح بس الطيارات هموجتها بجيب I + +260 +00:21:02,560 --> 00:21:09,640 +اتنين وT بربط من امها الواحدة بعد امها الاتنين دي + +261 +00:21:09,640 --> 00:21:17,800 +D D D T زي Iزيرو اكت تيبني الوقف اللي ده سبعينها + +262 +00:21:17,800 --> 00:21:18,540 +التاية + +263 +00:21:29,820 --> 00:21:34,600 +هكذا قصة او واحد او اثنين يبقوا علينا او ثلاثة هذه + +264 +00:21:34,600 --> 00:21:39,520 +دواسة تتزن اولا يجيب اي دراسة احسن فاضرا جيبهم من + +265 +00:21:39,520 --> 00:21:43,980 +القيادة، هيبقوا فاضرا جيبهم من العربي، وعليها كذا + +266 +00:21:43,980 --> 00:21:47,620 +اذا عزت السيارة من المركز الأربع، تستخدم المركز + +267 +00:21:47,620 --> 00:21:53,000 +الثاني عنا ببعضك، تستخدم تجاربك، واضح؟ + +268 +00:21:56,050 --> 00:22:00,110 +أبقى قاعدة من إيه ال total stored energy هي المهمة + +269 +00:22:00,110 --> 00:22:03,230 +جدا أن تبقى قاعدة لإن ال total stored energy بجي E + +270 +00:22:03,230 --> 00:22:11,190 +ورق ال zero ذاتي من ال E ورق ال zero ذاتي من ال E + +271 +00:22:11,190 --> 00:22:12,050 +ورق ال zero ذاتي من ال E ورق ال zero ذاتي من ال E + +272 +00:22:12,050 --> 00:22:12,090 +ورق ال zero ذاتي من ال E ورق ال zero ذاتي من ال E + +273 +00:22:12,090 --> 00:22:12,130 +ورق ال zero ذاتي من ال E ورق ال zero ذاتي من ال E + +274 +00:22:12,130 --> 00:22:13,670 +ورق ال zero ذاتي من ال E ورق ال zero ذاتي من ال E + +275 +00:22:13,670 --> 00:22:21,550 +ورق ال zero ذاتي من ال E ورق ال zero ذاتي من ال E + +276 +00:22:21,550 --> 00:22:21,630 +ورق ال zero ذ + +277 +00:22:32,030 --> 00:22:39,330 +هذا الانتشار هو الانتشار + +278 +00:22:39,330 --> 00:22:42,750 +الانتشار + +279 +00:22:42,750 --> 00:22:46,870 +الانتشار الانتشار الانتشار الانتشار الانتشار + +280 +00:22:46,870 --> 00:22:53,270 +الانتشاربقول تكمل الـ zero relativity تغيير بجيجي + +281 +00:22:53,270 --> 00:22:58,670 +الـ energy لو طبعا بالنسبة .. لو طبعا بالنسبة .. + +282 +00:22:58,670 --> 00:23:00,530 +لو طبعا بالنسبة .. لو طبعا بالنسبة .. لو طبعا + +283 +00:23:00,530 --> 00:23:01,130 +بالنسبة .. لو طبعا بالنسبة .. لو طبعا بالنسبة .. + +284 +00:23:01,130 --> 00:23:01,750 +لو طبعا بالنسبة .. لو طبعا بالنسبة .. لو طبعا + +285 +00:23:01,750 --> 00:23:07,010 +بالنسبة .. لو طبعا بالنسبة .. لو طبعا بالنسبة .. + +286 +00:23:07,010 --> 00:23:11,770 +لو طبعا بالنسبة .. لو طبعا بالنسبة .. لو طبعا + +287 +00:23:11,770 --> 00:23:15,290 +بالنسبة + +288 +00:23:15,290 --> 00:23:20,290 +.. لو طهل نجي نقلط لرمز تفسيرك بتساوي P بتاعة + +289 +00:23:20,290 --> 00:23:29,630 +القلب اللي بيبقى أكتر؟ بقى P ان يسقط و اتنقل ناجي + +290 +00:23:29,630 --> 00:23:34,990 +P ان نجي نقلط لرمز تفسيرك بتاعة اللي بيبقى أكتر؟ + +291 +00:23:34,990 --> 00:23:37,370 +بقى P ان نجي نقلط لرمز تفسيرك بتاعة اللي بيبقى + +292 +00:23:37,370 --> 00:23:42,910 +أكتر؟ بقى P ان نجي نقلط لرمز تفسيرك بتاعة اللي + +293 +00:23:42,910 --> 00:23:49,540 +بيبقى أكتر؟الفرقة هتكون فيه واحدة من ثمانتين + +294 +00:23:49,540 --> 00:23:52,680 +تقريبا تقريبا تقريبا تقريبا تقريبا تقريبا تقريبا + +295 +00:23:52,680 --> 00:23:53,280 +تقريبا تقريبا تقريبا تقريبا تقريبا تقريبا تقريبا + +296 +00:23:53,280 --> 00:23:57,880 +تقريبا تقريبا تقريبا تقريبا تقريبا تقريبا تقريبا + +297 +00:23:57,880 --> 00:23:58,940 +تقريبا تقريبا تقريبا تقريبا تقريبا تقريبا تقريبا + +298 +00:23:58,940 --> 00:24:05,080 +تقريبا تقريبا تقريبا تقريبا تقريبا تقريبا ت + +299 +00:24:09,760 --> 00:24:14,740 +بمبتدد my last name دو دوتر ال zero بال تمام + +300 +00:24:14,740 --> 00:24:18,700 +ساعتين كنت اتنجل و اتنقل متاكرة و اتنقل متاكرة و + +301 +00:24:18,700 --> 00:24:19,900 +اتنقل متاكرة و اتنقل متاكرة و اتنقل متاكرة و اتنقل + +302 +00:24:19,900 --> 00:24:22,620 +متاكرة و اتنقل متاكرة و اتنقل متاكرة و اتنقل + +303 +00:24:22,620 --> 00:24:23,520 +متاكرة و اتنقل متاكرة و اتنقل متاكرة و اتنقل + +304 +00:24:23,520 --> 00:24:23,660 +متاكرة و اتنقل متاكرة و اتنقل متاكرة و اتنقل + +305 +00:24:23,660 --> 00:24:24,340 +متاكرة و اتنقل متاكرة و اتنقل متاكرة و اتنقل + +306 +00:24:24,340 --> 00:24:28,060 +متاكرة و اتنقل متاكرة و اتن + diff --git a/PL9fwy3NUQKwaAs6rNkQtAiaVf8dEDjWUy/kfAEYHg2AM0_raw.srt b/PL9fwy3NUQKwaAs6rNkQtAiaVf8dEDjWUy/kfAEYHg2AM0_raw.srt new file mode 100644 index 0000000000000000000000000000000000000000..9c7f635f903841f4373e9f72c996a45f986cb2ef --- /dev/null +++ b/PL9fwy3NUQKwaAs6rNkQtAiaVf8dEDjWUy/kfAEYHg2AM0_raw.srt @@ -0,0 +1,1288 @@ +1 +00:00:21,280 --> 00:00:23,700 +بسم الله الرحمن الرحيم السلام عليكم ورحمة الله + +2 +00:00:23,700 --> 00:00:26,760 +وبركاته احنا اليوم ان شاء الله هنتقضي على موضوعنا + +3 +00:00:26,760 --> 00:00:29,400 +اللي هو ال natural response لما ذكرتناه في الماضي + +4 +00:00:29,400 --> 00:00:38,480 +ايش حدنا ال natural response لمين؟ للقرار الاسفل + +5 +00:00:38,480 --> 00:00:42,560 +ايش همنا؟ لو عندى انا هاي دائرة اللى فيها Inductor + +6 +00:00:42,560 --> 00:00:50,210 +ومقاومة اه وقال ليه؟ بدي اجيب القرن كمور في قلبI L + +7 +00:00:50,210 --> 00:00:55,730 +of T متساوى I L إلي شبكة T نُط E to the minus T + +8 +00:00:55,730 --> 00:01:00,310 +minus T نُط على TAU تذكرين هذا الحكي؟ هكذا و حاضر + +9 +00:01:00,310 --> 00:01:03,770 +مرة تشتقنها بس و كنت ممكن تشتقنها تشتقها تشتقها + +10 +00:01:03,770 --> 00:01:04,870 +تشتقها تشتقنا تشتقنا تشتقنا تشتقنا تشتقنا تشتقنا + +11 +00:01:04,870 --> 00:01:04,870 +تشتقنا تشتقنا تشتقنا تشتقنا تشتقنا تشتقنا تشتقنا + +12 +00:01:04,870 --> 00:01:06,450 +تشتقنا تشتقنا تشتقنا تشتقنا تشتقنا تشتقنا تشتقنا + +13 +00:01:06,450 --> 00:01:14,870 +تشتقنا تشتقنا تشتقنا تشتقنا تشتقنا تشتقنا تشتقنا + +14 +00:01:14,870 --> 00:01:18,610 +تشت + +15 +00:01:18,650 --> 00:01:23,550 +يعني اي حلقة مثالية هنشوف فيه إيش ما يكون عشان + +16 +00:01:23,550 --> 00:01:27,810 +أقدر أستخدم هاي معادة لازم أتصفيها من ال network + +17 +00:01:27,810 --> 00:01:31,730 +بتاعتي لإن نقدر نقارها لإن أحنا اشتغلناها بس مالاش + +18 +00:01:31,730 --> 00:01:37,230 +طب نشوف ال facts يعني + +19 +00:01:37,230 --> 00:01:39,610 +حتى لو قاعدنا كانت source اللي بيعملها مدي أدب + +20 +00:01:39,610 --> 00:01:43,210 +ايه؟ احنا natural، natural، ماعنى natural؟ مش + +21 +00:01:43,210 --> 00:01:48,490 +resourcesبناخد المثال المثال بيقولين عندي أنا + +22 +00:01:48,490 --> 00:01:58,970 +source current source عندي + +23 +00:01:58,970 --> 00:02:05,250 +current source مقدار 20 أمبير وعندي مقاومة R وعندي + +24 +00:02:05,250 --> 00:02:14,270 +switch وعندي inductor name memory I M وعندي مقاومة + +25 +00:02:16,000 --> 00:02:20,420 +عشرة قوم وعندي + +26 +00:02:20,420 --> 00:02:29,780 +أربعين قوم معايا يا ناطي معايا مش مهندسات معايا + +27 +00:02:29,780 --> 00:02:36,400 +ولا مش معايا طب ليش بتتحدث مع بعض تاني في عندي I + +28 +00:02:36,400 --> 00:02:40,780 +note و V note برضه بقتطين على الدائرة مش قولنا + +29 +00:02:40,780 --> 00:02:44,510 +سؤال قولناانه هدى ال switch طبعا طبعا احنا اتفقنا + +30 +00:02:44,510 --> 00:02:49,150 +ان السهم يقولي ايه صدر ال switch السهم هى عامى + +31 +00:02:49,150 --> 00:02:53,690 +معناه ال switch انفتت والرقم اللى جنبه يقولي وقتاش + +32 +00:02:53,690 --> 00:02:58,350 +انفتت عند T بساوة Zero تقريبا يعني ال switch انفتت + +33 +00:02:58,350 --> 00:03:03,750 +قبل T يعني قبل T اقل من Zero قبل هى اللحظة كانت + +34 +00:03:03,750 --> 00:03:12,370 +الدائرة عوضا يدها for long targetفانا قبل T أقل + +35 +00:03:12,370 --> 00:03:17,050 +من Zero فزمن أقل من T Zero كانت الدائرة أوضهيتها + +36 +00:03:17,050 --> 00:03:22,990 +for a long time ففتحنا switch عن T equal Zero وإيش + +37 +00:03:22,990 --> 00:03:29,470 +فالد منها الفرع A بده I L of T for T أكبر من أو + +38 +00:03:29,470 --> 00:03:33,810 +سوى Zero يعني + +39 +00:03:33,810 --> 00:03:36,290 +بعد ما فتح ال switch بعد ما فتح ال switch عشان + +40 +00:03:36,290 --> 00:03:45,880 +يبقى landedمقاومة 2 مقاومة 10 مقاومة 40 مقاومة 40 + +41 +00:03:45,880 --> 00:03:54,340 +مقاومة 40 مقاومة 40 مقاومة 40 مقاومة 40 مقاومة 40 + +42 +00:03:54,340 --> 00:04:06,080 +مقاومة 40 مقاومة 40 مقاومة + +43 +00:04:06,080 --> 00:04:13,010 +40عشان تسيط بالتمام عشان تسيط بالتمام عشان تسيط + +44 +00:04:13,010 --> 00:04:15,750 +بالتمام عشان تسيط بالتمام عشان تسيط بالتمام عشان + +45 +00:04:15,750 --> 00:04:16,370 +تسيط بالتمام عشان تسيط بالتمام عشان تسيط بالتمام + +46 +00:04:16,370 --> 00:04:21,150 +عشان تسيط بالتمام عشان تسيط بالتمام عشان تسيط + +47 +00:04:21,150 --> 00:04:26,550 +بالتمام عشان تسيط بالتمام عشان تسيط بالتمام عشان + +48 +00:04:26,550 --> 00:04:28,630 +تسيط بالتمام عشان تسيط بالتمام عشان تسيط بالتمام + +49 +00:04:28,630 --> 00:04:30,010 +عشان تسيط بالتمام عشان تسيط بالتمام عشان تسيط + +50 +00:04:30,010 --> 00:04:33,910 +بالتمام عشان تسيط بالتمام عشان تسيط بالتمام عشان + +51 +00:04:33,910 --> 00:04:39,630 +تسيط بالتمام عشان تالو T not zero تلو واحدة نجيبها + +52 +00:04:39,630 --> 00:04:43,350 +تلو اش بتساوي R على R انا عندي قدرش نجيبها اتنين + +53 +00:04:43,350 --> 00:04:49,370 +همري على R بيه عشرة يعني اتنين من عشرة سكنت مين + +54 +00:04:49,370 --> 00:04:53,150 +الطول ناقص عندي I قالت Zero من وين بنجيب I قالت + +55 +00:04:53,150 --> 00:04:59,350 +Zero احنا اتفقنا انه ان دكتور لا يتغير فيه تيارة + +56 +00:04:59,350 --> 00:04:59,890 +لحظية + +57 +00:05:02,650 --> 00:05:07,110 +عشان اجيب ال current عند ال zero انا بقدر اجيبه من + +58 +00:05:07,110 --> 00:05:12,270 +قبل ما افتح ال switch اش كان موضوع الدائرة قبل ما + +59 +00:05:12,270 --> 00:05:16,190 +افتح ال switch كانت مغناطة، من ايه درسنا؟ عند ال + +60 +00:05:16,190 --> 00:05:20,450 +current source اللي هو ال 20 و ال R عند المطاور + +61 +00:05:20,450 --> 00:05:24,690 +نهار و عند ال inverter اللي هو ال 2 هنري و عندي + +62 +00:05:24,690 --> 00:05:27,050 +المكافأة T مش فارقة هي 10 + +63 +00:05:30,900 --> 00:05:34,120 +أحنا بتفهم أنه أكتر long time إيش بتكون الدائرة + +64 +00:05:34,120 --> 00:05:37,800 +وسط الحالة دي إيش ال steady state بتذكرين؟ إيش + +65 +00:05:37,800 --> 00:05:40,680 +معناه ال steady state؟ قلنا إنه الضيارات و ال + +66 +00:05:40,680 --> 00:05:44,600 +voltage اللي بيصير فيها constant لما يصيروا + +67 +00:05:44,600 --> 00:05:47,300 +constant إيش بيصير ال voltage في الأندكتور؟ هو P + +68 +00:05:47,300 --> 00:05:53,000 +LDI by DT، هذه صارت constant، إيش هي بيصير؟ Zero، + +69 +00:05:53,000 --> 00:05:56,940 +إيش يعني معناه الأندكتور الصار؟ الصار الأندكتور + +70 +00:05:56,940 --> 00:06:01,800 +short circuit، bravo عليكمصار ال inductor short + +71 +00:06:01,800 --> 00:06:05,660 +circuit احنا + +72 +00:06:05,660 --> 00:06:09,180 +بدنا ميقين التيارة مانساش انتشرت تيارة ايه؟ ايش + +73 +00:06:09,180 --> 00:06:13,320 +بيكون عند ال initial current؟ انا عايز تي اقل من + +74 +00:06:13,320 --> 00:06:18,560 +zero مانساش ايه صار؟ كل التيارة هيه من وين؟ من ال + +75 +00:06:18,560 --> 00:06:21,560 +inductor لأن هاي المقاومة و هاي المقاومة اللي هم + +76 +00:06:21,560 --> 00:06:27,580 +بيصيلهم شنط اسمه شنط لأ و لعشرة و ام ايش معنى شنط؟ + +77 +00:06:27,650 --> 00:06:37,010 +الـ short circuit منعت مرور التيار لهم كإن هم مش + +78 +00:06:37,010 --> 00:06:40,850 +موجودين فإذا ال initial current مش بساوي الشبكات + +79 +00:06:40,850 --> 00:06:45,290 +الاساسية IN الـ 0 minus بساوي 20 اندرتز نلاحظ + +80 +00:06:45,290 --> 00:06:48,490 +باتجاه لازم نتبهله ال current هيك هيكون نفس + +81 +00:06:48,490 --> 00:06:51,710 +اتجاهنا لو في اختلاف الاتجاه بين ال current + +82 +00:06:51,710 --> 00:06:58,520 +المطلوب و ال issue of value بعطيه إشارة أحسنI of T + +83 +00:06:58,520 --> 00:07:03,200 +هو المطوب بيننا I initial عشرين E to the minus T + +84 +00:07:03,200 --> 00:07:07,720 +على تاو الميليان اتنين من عشرة ميليان خمسة تين T + +85 +00:07:07,720 --> 00:07:11,500 +على اتنين من عشر واحدة خمسة And then هاي السؤال + +86 +00:07:11,500 --> 00:07:16,480 +الجزء الأول for T أطول من أقل ستة أو ستين واضح؟ في + +87 +00:07:16,480 --> 00:07:23,320 +آيات السبعة حد هنا؟ فكرة بيه إيش؟ و اللي بديه T + +88 +00:07:23,320 --> 00:07:23,640 +مطلوب + +89 +00:07:26,730 --> 00:07:34,610 +I L I not for T أكبر من نفسها وزنه الفرع A خلصناه + +90 +00:07:34,610 --> 00:07:38,710 +الفرع + +91 +00:07:38,710 --> 00:07:43,370 +B بُلّت بيدي I نوت احنا الدائرة هي بسطناها + +92 +00:07:43,370 --> 00:07:49,250 +لإندكتور ومقاوم مقدارها عشرة أمصار هاي اتنين + +93 +00:07:49,250 --> 00:07:53,970 +والقرنط هي I L اللي حسبناها مع بعض مش مقدر أجيب + +94 +00:07:53,970 --> 00:07:55,830 +الواتج اللي حوالين العشرة + +95 +00:07:59,030 --> 00:08:02,090 +لو عرفت الـ Potential كله هنا يومور في العشرة مش + +96 +00:08:02,090 --> 00:08:05,450 +واقعه يقوم بتياؤه طبعا التياؤه نفسه يمور في + +97 +00:08:05,450 --> 00:08:13,470 +المكافئة، صح؟ I يومور في العشرة كامل، مكافئة لكل + +98 +00:08:13,470 --> 00:08:18,990 +هدي الدائرة هو هيمور في ميه كمان؟ هيمور في الاتنين + +99 +00:08:18,990 --> 00:08:24,470 +أو second طبعا + +100 +00:08:24,470 --> 00:08:31,050 +لأنه هدي مفتوحة مثل ايش مش هبقى يساوي مقاومة؟مين؟ + +101 +00:08:31,050 --> 00:08:34,050 +I I I I I I I I I I I I I I I I I + +102 +00:08:49,690 --> 00:08:52,310 +إذا عرفت هذا ال current عشان أنا بقدر استخدمها + +103 +00:08:52,310 --> 00:08:55,690 +دقيقة ال current divider، هل تذكرين current + +104 +00:08:55,690 --> 00:08:59,670 +divider؟ لأن لو عندي انا تنيار، وعندي مقاومتين على + +105 +00:08:59,670 --> 00:09:03,630 +برازي، بقدر أجزء أكتر، بس ان دي ماني من اتجاه + +106 +00:09:03,630 --> 00:09:07,470 +معاكس، إذا ال I not شهد two minus، فعندي I not + +107 +00:09:07,470 --> 00:09:13,110 +هتساوي سادة، مبعيدة من بي عشرة، عشرة زادة، ايه + +108 +00:09:13,110 --> 00:09:17,740 +تتماما PIL؟تقريبا تقريبا I L + +109 +00:09:44,970 --> 00:09:48,670 +بسم الله احنا داخلهم اي واحدة انا داخلهم اي واحدة + +110 +00:09:48,670 --> 00:09:51,230 +انا داخلهم اي واحدة انا داخلهم اي واحدة انا داخلهم + +111 +00:09:51,230 --> 00:09:51,290 +اي واحدة انا داخلهم اي واحدة انا داخلهم اي واحدة + +112 +00:09:51,290 --> 00:09:51,370 +انا داخلهم اي واحدة انا داخلهم اي واحدة انا داخلهم + +113 +00:09:51,370 --> 00:09:52,410 +اي واحدة انا داخلهم اي واحدة انا داخلهم اي واحدة + +114 +00:09:52,410 --> 00:09:53,490 +انا داخلهم اي واحدة انا داخلهم اي واحدة انا داخلهم + +115 +00:09:53,490 --> 00:09:55,190 +اي واحدة انا داخلهم اي واحدة انا داخلهم اي واحدة + +116 +00:09:55,190 --> 00:10:02,730 +انا داخلهم اي واحدة انا داخلهم اي واحدة انا داخلهم + +117 +00:10:02,730 --> 00:10:08,070 +اي واحدة + +118 +00:10:08,390 --> 00:10:12,090 +المقامة اللي عاد توازيها، أنا بتتغيرها في الـ40، + +119 +00:10:12,090 --> 00:10:14,990 +نجيب المقامة اللي عاد توازيها، مش الـ40 اللي هي + +120 +00:10:14,990 --> 00:10:19,410 +اللي توازيها، أنا مجموعة في أيه توزع، من وين جدت + +121 +00:10:19,410 --> 00:10:22,630 +إشارة سلبة، إحنا اتفقنا إن عشان أحد الإشارة وين جد + +122 +00:10:22,630 --> 00:10:27,490 +ولا سلبة، هي ال source تبعي، اللي توزعهذه المقاومة + +123 +00:10:27,490 --> 00:10:31,370 +تنقر واحد و I تنهر بطابع الاتجاه إذا مجموعة من I + +124 +00:10:31,370 --> 00:10:35,470 +واحد و I تنهر I داخل هي اثبات الاتجاه بيكون موجبات + +125 +00:10:35,470 --> 00:10:40,270 +لو واحد نقم معاكس الاتجاه بيكون شاطر السيارة بس + +126 +00:10:40,270 --> 00:10:43,810 +هذا كرام + +127 +00:10:43,810 --> 00:10:49,630 +التبارك طبعا هاي الفرع B-4E + +128 +00:10:49,630 --> 00:10:57,820 +-35T تنقر أو تنقر هاي الفرع B الفرع Cواللي بدي V0 + +129 +00:10:57,820 --> 00:11:02,100 +واضح أنه بدي V0 لأن هو حطيتها على الدائرة V0 + +130 +00:11:02,100 --> 00:11:08,840 +يتساوي I0 في الاربعين يتساوي + +131 +00:11:08,840 --> 00:11:16,460 +I0 في الاربعين يتساوي I0 في الاربعين يتساوي I0 في + +132 +00:11:16,460 --> 00:11:17,020 +الاربعين يتساوي I0 في الاربعين يتساوي I0 في + +133 +00:11:17,020 --> 00:11:17,320 +الاربعين يتساوي I0 في الاربعين يتساوي I0 في + +134 +00:11:17,320 --> 00:11:17,320 +الاربعين يتساوي I0 في الاربعين يتساوي I0 في + +135 +00:11:17,320 --> 00:11:17,320 +الاربعين يتساوي I0 في الاربعين يتساوي I0 في + +136 +00:11:17,320 --> 00:11:17,900 +الاربعين يتساوي I0 في الاربعين يتساوي I0 في + +137 +00:11:17,900 --> 00:11:25,380 +الاربعين يتساوي + +138 +00:11:25,380 --> 00:11:30,500 +I0 في الاربعينالاندكتور قُط يطل عشرة روم فلاقيت + +139 +00:11:30,500 --> 00:11:34,000 +الاندكتور هذا يده stored energy إيش معنى stored + +140 +00:11:34,000 --> 00:11:39,360 +energy؟ initial stored energy يعني إيش الطاقة اللي + +141 +00:11:39,360 --> 00:11:45,620 +تخزنها في الاندكتور initial إيه ال at zero تتساوي + +142 +00:11:45,620 --> 00:11:52,320 +نص ال I ال at zero equal تربيع نص ال إلي اتنين + +143 +00:11:52,320 --> 00:11:55,760 +وماعكش قيمة ال initial current at zeroإن القرن + +144 +00:11:55,760 --> 00:11:59,700 +تتعلق الدكتورش وعشرين نتوة مانوس خمسة T and T + +145 +00:11:59,700 --> 00:12:07,140 +equals zero تشتغل عشرين نتوة IL of T بلغانها بسبع + +146 +00:12:07,140 --> 00:12:11,120 +عشرين نتوة مانوس خمسة T أدية صح وT equals zero + +147 +00:12:11,120 --> 00:12:15,220 +القرن تبدأ عشرين من ال source القرن ال source + +148 +00:12:15,220 --> 00:12:19,780 +العشرين أنبعاث إذا ال initial stored energy هي + +149 +00:12:19,780 --> 00:12:27,020 +أربعمائة جولهذه النسبة هي النسبة + +150 +00:12:27,020 --> 00:12:32,660 +التي رحلت العشرة طبعا، كده بقى جيني للإنرجيا + +151 +00:12:32,660 --> 00:12:35,980 +العشرة طبعا، ال energy اللي راحلت العشرة طبعا ده + +152 +00:12:35,980 --> 00:12:42,200 +المنطقةمعرفش ما أسوي، يا تياب تربيع الـR، يا + +153 +00:12:42,200 --> 00:12:46,260 +بيتربيع الـR، يا IQD، ان بس أكبر voltage للعشرة + +154 +00:12:46,260 --> 00:12:50,360 +موجود جوده هو B0 فبس تستخدمها، او حاجة تجيب أشياء + +155 +00:12:50,360 --> 00:12:56,060 +جديدة، هتحقق بيه 100 تربيع على 2 العشرة، بيه 100 + +156 +00:12:56,060 --> 00:13:00,920 +تربيع في 100 سنين كل تربيع، بالسلسلة التي موجهها + +157 +00:13:00,920 --> 00:13:11,290 +معنى minus 16 minus 10تين، اربعة، عشرة، عشرة، + +158 +00:13:11,290 --> 00:13:14,370 +عشرة، عشرة، عشرة، عشرة، عشرة، عشرة، عشرة، عشرة، + +159 +00:13:14,370 --> 00:13:14,510 +عشرة، عشرة، عشرة، عشرة، عشرة، عشرة، عشرة، عشرة، + +160 +00:13:14,510 --> 00:13:14,530 +عشرة، عشرة، عشرة، عشرة، عشرة، عشرة، عشرة، عشرة، + +161 +00:13:14,530 --> 00:13:14,730 +عشرة، عشرة، عشرة، عشرة، عشرة، عشرة، عشرة، عشرة، + +162 +00:13:14,730 --> 00:13:16,490 +عشرة، عشرة، عشرة، عشرة، عشرة، عشرة، عشرة، عشرة، + +163 +00:13:16,490 --> 00:13:17,290 +عشرة، عشرة، عشرة، عشرة، عشرة، عشرة، عشرة، عشرة، + +164 +00:13:17,290 --> 00:13:26,070 +عشرة، عشرة، عشرة، + +165 +00:13:26,070 --> 00:13:35,780 +عشرة، عنعم نعم نعم نعم نعم نعم نعم + +166 +00:13:50,010 --> 00:13:53,350 +زيرو مانو مانو دي دي تي مانو مانو دي تي مانو دي تي + +167 +00:13:53,350 --> 00:13:54,310 +مانو دي تي مانو دي تي مانو دي تي مانو دي تي مانو + +168 +00:13:54,310 --> 00:13:55,930 +دي تي مانو دي تي مانو دي تي مانو دي تي مانو دي تي + +169 +00:13:55,930 --> 00:13:56,270 +مانو دي تي مانو دي تي مانو دي تي مانو دي تي مانو + +170 +00:13:56,270 --> 00:13:58,210 +دي تي مانو دي تي مانو دي تي مانو دي تي مانو دي تي + +171 +00:13:58,210 --> 00:13:58,410 +مانو دي تي مانو دي تي مانو دي تي مانو دي تي مانو + +172 +00:13:58,410 --> 00:14:05,170 +دي تي مانو دي تي مانو دي تي مانو دي تي مانو دي تي + +173 +00:14:05,170 --> 00:14:06,030 +مانو + +174 +00:14:15,790 --> 00:14:23,890 +أه أه أه أفضل عليك أفضل عليك + +175 +00:14:27,090 --> 00:14:32,510 +النهائي هو انك تجيب + +176 +00:14:32,510 --> 00:14:35,890 +ال energy اللي على العشرة طول من اليمين يام رقم + +177 +00:14:35,890 --> 00:14:40,110 +انهاش من الانضغط في الموضوع زي ال zero line phase + +178 +00:14:40,110 --> 00:14:43,590 +يعني انت واحد بيتطلع سياسة يام رقم كتير من ال + +179 +00:14:43,590 --> 00:14:47,030 +energy اللي انضغط من الانضغط على العشرة طول + +180 +00:14:50,440 --> 00:14:55,560 +عشان نحن نحكي أن الحانة كمان بالنسبة هي 10 شخص ميه + +181 +00:14:55,560 --> 00:15:00,790 +وشكويه تلو ميه بيخلقوا دورةعلى عشرة تانى مائة نص + +182 +00:15:00,790 --> 00:15:05,830 +عشرة تانى على مائة نص عشرة تانى عشرة تانى عشرة + +183 +00:15:05,830 --> 00:15:05,830 +تانى عشرة تانى عشرة تانى عشرة تانى عشرة تانى عشرة + +184 +00:15:05,830 --> 00:15:05,930 +تانى عشرة تانى عشرة تانى عشرة تانى عشرة تانى عشرة + +185 +00:15:05,930 --> 00:15:08,070 +تانى عشرة تانى عشرة تانى عشرة تانى عشرة تانى عشرة + +186 +00:15:08,070 --> 00:15:09,570 +تانى عشرة تانى عشرة تانى عشرة تانى عشرة تانى عشرة + +187 +00:15:09,570 --> 00:15:11,430 +تانى عشرة تانى عشرة تانى عشرة تانى عشرة تانى عشرة + +188 +00:15:11,430 --> 00:15:22,970 +تانى عشرة تانى عشرة تانى عشرة تانى عشرة تانى عشرة + +189 +00:15:22,970 --> 00:15:24,090 +تانى ع + +190 +00:15:26,780 --> 00:15:30,520 +وبعدين كتبوا معايا مصر عشرة سنين من اذن الرئيسي + +191 +00:15:30,520 --> 00:15:35,500 +اتساوى سنة و ستة عشر كل تربية لان تلت السكين من + +192 +00:15:35,500 --> 00:15:40,420 +المصر واحد هتبطين ستة عشر تربية في اتنين ستة و تلت + +193 +00:15:40,420 --> 00:15:48,120 +تلت تلت تلت تلت تلت تلت تلت تلت تلت تلت + +194 +00:15:48,960 --> 00:15:54,560 +مكن انت تفسيري جول كده من الاربعمالية فانا هاني + +195 +00:15:54,560 --> 00:16:02,030 +اعمل مثلها مستهيش بقعد اقول اي تلعشرةهو اللي تقدر + +196 +00:16:02,030 --> 00:16:07,810 +تدخل في شركة تنية بالمية تكون بتاعة ستة و تمانية + +197 +00:16:07,810 --> 00:16:14,070 +على أربع ماتية تنية بالمية و أربع تاعة تنية بالمية + +198 +00:16:14,070 --> 00:16:18,910 +و ال class يمكن انه عند الجامدين خمسين ثمانية شجرة + +199 +00:16:18,910 --> 00:16:22,170 +رحلة العشرة ال class يستخدم ستة و تمانية على أربع + +200 +00:16:22,170 --> 00:16:25,630 +ستينية هم الدكتورة اللي بيجي ال school اللي بيجي + +201 +00:16:25,630 --> 00:16:26,670 +رحلة العشرة + +202 +00:16:31,510 --> 00:16:36,310 +فبس يعني انت فانتش في الهبوس الصينيك بس هقفل مدار + +203 +00:16:36,310 --> 00:16:40,990 +نصف عشر عشر عشر عشر عشر عشر عشر عشر عشر عشر عشر + +204 +00:16:40,990 --> 00:16:42,570 +عشر عشر عشر عشر عشر عشر عشر عشر عشر عشر عشر عشر + +205 +00:16:42,570 --> 00:16:48,370 +عشر عشر عشر عشر عشر عشر عشر عشر عشر عشر + +206 +00:16:48,370 --> 00:16:48,850 +عشر عشر عشر عشر عشر عشر عشر عشر عشر عشر عشر عشر + +207 +00:16:48,850 --> 00:16:49,050 +عشر عشر عشر عشر عشر عشر عشر عشر عشر عشر عشر عشر + +208 +00:16:49,050 --> 00:16:49,050 +عشر عشر عشر عشر عشر عشر عشر عشر عشر عشر عشر عشر + +209 +00:16:49,050 --> 00:16:49,050 +عشر عشر عشر عشر عشر عشر عشر عشر عشر عشر عشر عشر + +210 +00:16:49,050 --> 00:16:50,930 +عشر عشر عشر عشر عشر عشر عشر عشر عشر عشر عشر عشر + +211 +00:16:50,930 --> 00:16:57,550 +عشر عشر عشر + +212 +00:17:09,570 --> 00:17:17,010 +المثال ده .. المثال شوهي نص؟ المثال + +213 +00:17:17,010 --> 00:17:25,290 +ده عند تون قطص، واحد، كمان واحد، واحد، واحد، واحد، + +214 +00:17:25,290 --> 00:17:29,010 +واحد، واحد، واحد، واحد، واحد، واحد، واحد، واحد، + +215 +00:17:29,010 --> 00:17:29,010 +واحد، واحد، واحد، واحد، واحد، واحد، واحد، واحد، + +216 +00:17:29,010 --> 00:17:29,050 +واحد، واحد، واحد، واحد، واحد، واحد، واحد، واحد، + +217 +00:17:29,050 --> 00:17:29,150 +واحد، واحد، واحد، واحد، واحد، واحد، واحد، واحد، + +218 +00:17:29,150 --> 00:17:29,150 +واحد، واحد، واحد، واحد، واحد، واحد، واحد، واحد، + +219 +00:17:29,150 --> 00:17:29,150 +واحد، واحد، واحد، واحد، واحد، واحد، واحد، واحد، + +220 +00:17:29,150 --> 00:17:29,150 +واحد، واحد، واحد، واحد، واحد، واحد، واحد، واحد، + +221 +00:17:29,150 --> 00:17:29,150 +واحد، واحد، واحد، + +222 +00:17:33,840 --> 00:17:39,180 +عشرين هنا و هنا نقطين هنا تمامي أمي أكتر و هنا + +223 +00:17:39,180 --> 00:17:44,460 +أربعة أكتر و فين هي اسم السلسلة اللي تلتكي على كتر + +224 +00:17:44,460 --> 00:17:50,980 +أكتر عند المطابق درجة 70، المطابق درجة 4، عند + +225 +00:17:50,980 --> 00:17:56,260 +المطابق درجة 15، و عند المطابق درجة 10 + +226 +00:18:00,250 --> 00:18:03,630 +ماذا يجب أن نفعل؟ يجب أن نختار التجارب، ماذا يعني؟ + +227 +00:18:03,630 --> 00:18:04,490 +يجب أن نختار التجارب، ماذا يعني؟ يجب أن نختار + +228 +00:18:04,490 --> 00:18:04,850 +التجارب، ماذا يعني؟ يجب أن نختار التجارب، ماذا + +229 +00:18:04,850 --> 00:18:06,010 +يعني؟ يجب أن نختار التجارب، ماذا يعني؟ يجب أن + +230 +00:18:06,010 --> 00:18:08,530 +نختار التجارب، ماذا يعني؟ يجب أن نختار التجارب، + +231 +00:18:08,530 --> 00:18:08,790 +ماذا يعني؟ يجب أن نختار التجارب، ماذا يعني؟ يجب أن + +232 +00:18:08,790 --> 00:18:09,350 +نختار التجارب، ماذا يعني؟ يجب أن نختار التجارب، + +233 +00:18:09,350 --> 00:18:16,150 +ماذا يعني؟ يجب أن نختار التجارب، ماذا يعني؟ يجب أن + +234 +00:18:16,150 --> 00:18:20,590 +نختار التجارب، ماذا + +235 +00:18:27,540 --> 00:18:33,140 +high and narrow سنة اربعة انفجار اكيد انتوا لما + +236 +00:18:33,140 --> 00:18:37,700 +شرحتكن الدكتور محمد عن حصات الدكتورات ان انتوا + +237 +00:18:37,700 --> 00:18:42,620 +بشجالة تصل عليها لخلاش حجارة هي موضوع دائرة سنة + +238 +00:18:42,620 --> 00:18:45,940 +سنة ساعة واحدة و احنا احنا موجودين بالشجالة من + +239 +00:18:45,940 --> 00:18:49,920 +الأقل وقفنا في switch شوفتم ايش حصلت انا بقيت في + +240 +00:18:49,920 --> 00:18:52,140 +short circuit كل ديارة عشان فيه barrier + +241 +00:18:56,140 --> 00:18:59,120 +لأن وش ال initial image؟ ال initial image هي ال + +242 +00:18:59,120 --> 00:19:03,860 +vector نُص الارض نيرو تربية، لو كان نطيب ال + +243 +00:19:03,860 --> 00:19:07,580 +initial image نجيب الارض ال zero أو ال combat + +244 +00:19:07,580 --> 00:19:11,720 +media، يعني انك مرتبة الحلقة، يا لما يبدأ السؤال + +245 +00:19:11,720 --> 00:19:16,080 +طاطا، يا لما ستجد نطيب ال initial image نجيب الارض + +246 +00:19:16,080 --> 00:19:17,940 +نيرو تربية + +247 +00:19:24,760 --> 00:19:28,340 +ايش طبعا اللي بيطلب منك؟ اكيد هيطلب منك I I I I I + +248 +00:19:28,340 --> 00:19:30,460 +I I I I I I I I I I I I I I I I I I I I I I I I I + +249 +00:19:30,460 --> 00:19:31,200 +I I I I I I I I I I I I I I I I I I I I I I I I I + +250 +00:19:31,200 --> 00:19:31,480 +I I I I I I I I I I I I I I I I I I I I I I I I I + +251 +00:19:31,480 --> 00:19:32,360 +I I I I I I I I I I I I I I I I I I I I I I I I I + +252 +00:19:32,360 --> 00:19:36,400 +I I I I I I I I I I I + +253 +00:19:36,400 --> 00:19:40,140 +I I I I I I I I I I I I I I I I I I I I I I I I I + +254 +00:19:40,140 --> 00:19:40,160 +I I I I I I I I I I I I I I I I I I I I I I I I I + +255 +00:19:40,160 --> 00:19:40,200 +I I I I I I I I I I I I I I I I I I I I I I I I I + +256 +00:19:40,200 --> 00:19:46,260 +I I I I I I I I I I + +257 +00:19:50,730 --> 00:19:55,590 +هل أسميه اندفع ومقاوم، إذا أول خطوة بعملها إيه؟ + +258 +00:19:55,590 --> 00:19:59,770 +ببسط هذه الدرجة تبتدي أكتر من صفر، هذا هو الاسم، + +259 +00:19:59,770 --> 00:20:02,570 +ولا أقلع ببتدي أكتر من صفر لأنه عندي ignition + +260 +00:20:02,570 --> 00:20:07,190 +phase، فهو خلاص، ليش أدور عليها؟ ببتدي أكتر من + +261 +00:20:07,190 --> 00:20:11,630 +مكتر Zero، بدي أبسطها لأنها أكتر، لما تسميه بهذا + +262 +00:20:11,630 --> 00:20:19,020 +الشكل تجيبني التدبّار على الكل،منه بتجيب الفوخش، + +263 +00:20:19,020 --> 00:20:24,500 +ليش طبعا بتجيب الفوخش؟ لأن زي الفوخش في جميعنا، + +264 +00:20:24,500 --> 00:20:29,980 +ممكن تجيب او احد أو اتين، لأن عاش تساوي واحد على + +265 +00:20:29,980 --> 00:20:37,110 +أقل التكامل بـBDT زي دمشق دولةبتكون تعلاقة 1 على N + +266 +00:20:37,110 --> 00:20:43,390 +بصحيحة ال plus انتيجة التانية DT زائد الميشه + +267 +00:20:43,390 --> 00:20:47,630 +الدولة ال 0 بتكون ال plus بصحيحة لإن كانت التجارة + +268 +00:20:47,630 --> 00:20:51,430 +ده تجي drop لو كانت التجارة ده راش تعمل minus + +269 +00:20:53,820 --> 00:20:58,320 +العراق بيبقى هان في الواضح يعني يا جماعة يا ساقة + +270 +00:20:58,320 --> 00:21:02,560 +ان الطيارات شجعتش تروح بس الطيارات هموجتها بجيب I + +271 +00:21:02,560 --> 00:21:09,640 +اتنين وT بربط من امها الواحدة بعد امها الاتنين دي + +272 +00:21:09,640 --> 00:21:17,800 +D D D T زي Iزيرو اكت تيبني الوقف اللي ده سبعينها + +273 +00:21:17,800 --> 00:21:18,540 +التاية + +274 +00:21:29,820 --> 00:21:34,600 +هكذا قصة او واحد او اثنين يبقوا علينا او ثلاثة هذه + +275 +00:21:34,600 --> 00:21:39,520 +دواسة تتزن اولا يجيب اي دراسة احسن فاضرا جيبهم من + +276 +00:21:39,520 --> 00:21:43,980 +القيادة، هيبقوا فاضرا جيبهم من العربي، وعليها كذا + +277 +00:21:43,980 --> 00:21:47,620 +اذا عزت السيارة من المركز الأربع، تستخدم المركز + +278 +00:21:47,620 --> 00:21:53,000 +الثاني عنا ببعضك، تستخدم تجاربك، واضح؟ + +279 +00:21:56,050 --> 00:22:00,110 +أبقى قاعدة من إيه ال total stored energy هي المهمة + +280 +00:22:00,110 --> 00:22:03,230 +جدا أن تبقى قاعدة لإن ال total stored energy بجي E + +281 +00:22:03,230 --> 00:22:11,190 +ورق ال zero ذاتي من ال E ورق ال zero ذاتي من ال E + +282 +00:22:11,190 --> 00:22:12,050 +ورق ال zero ذاتي من ال E ورق ال zero ذاتي من ال E + +283 +00:22:12,050 --> 00:22:12,050 +ورق ال zero ذاتي من ال E ورق ال zero ذاتي من ال E + +284 +00:22:12,050 --> 00:22:12,050 +ورق ال zero ذاتي من ال E ورق ال zero ذاتي من ال E + +285 +00:22:12,050 --> 00:22:12,090 +ورق ال zero ذاتي من ال E ورق ال zero ذاتي من ال E + +286 +00:22:12,090 --> 00:22:12,130 +ورق ال zero ذاتي من ال E ورق ال zero ذاتي من ال E + +287 +00:22:12,130 --> 00:22:13,670 +ورق ال zero ذاتي من ال E ورق ال zero ذاتي من ال E + +288 +00:22:13,670 --> 00:22:21,550 +ورق ال zero ذاتي من ال E ورق ال zero ذاتي من ال E + +289 +00:22:21,550 --> 00:22:21,630 +ورق ال zero ذ + +290 +00:22:32,030 --> 00:22:39,330 +هذا الانتشار هو الانتشار + +291 +00:22:39,330 --> 00:22:42,750 +الانتشار + +292 +00:22:42,750 --> 00:22:46,870 +الانتشار الانتشار الانتشار الانتشار الانتشار + +293 +00:22:46,870 --> 00:22:53,270 +الانتشاربقول تكمل الـ zero relativity تغيير بجيجي + +294 +00:22:53,270 --> 00:22:58,670 +الـ energy لو طبعا بالنسبة .. لو طبعا بالنسبة .. + +295 +00:22:58,670 --> 00:23:00,530 +لو طبعا بالنسبة .. لو طبعا بالنسبة .. لو طبعا + +296 +00:23:00,530 --> 00:23:01,130 +بالنسبة .. لو طبعا بالنسبة .. لو طبعا بالنسبة .. + +297 +00:23:01,130 --> 00:23:01,130 +لو طبعا بالنسبة .. لو طبعا بالنسبة .. لو طبعا + +298 +00:23:01,130 --> 00:23:01,130 +بالنسبة .. لو طبعا بالنسبة .. لو طبعا بالنسبة .. + +299 +00:23:01,130 --> 00:23:01,750 +لو طبعا بالنسبة .. لو طبعا بالنسبة .. لو طبعا + +300 +00:23:01,750 --> 00:23:07,010 +بالنسبة .. لو طبعا بالنسبة .. لو طبعا بالنسبة .. + +301 +00:23:07,010 --> 00:23:11,770 +لو طبعا بالنسبة .. لو طبعا بالنسبة .. لو طبعا + +302 +00:23:11,770 --> 00:23:15,290 +بالنسبة + +303 +00:23:15,290 --> 00:23:20,290 +.. لو طهل نجي نقلط لرمز تفسيرك بتساوي P بتاعة + +304 +00:23:20,290 --> 00:23:29,630 +القلب اللي بيبقى أكتر؟ بقى P ان يسقط و اتنقل ناجي + +305 +00:23:29,630 --> 00:23:34,990 +P ان نجي نقلط لرمز تفسيرك بتاعة اللي بيبقى أكتر؟ + +306 +00:23:34,990 --> 00:23:37,370 +بقى P ان نجي نقلط لرمز تفسيرك بتاعة اللي بيبقى + +307 +00:23:37,370 --> 00:23:42,910 +أكتر؟ بقى P ان نجي نقلط لرمز تفسيرك بتاعة اللي + +308 +00:23:42,910 --> 00:23:49,540 +بيبقى أكتر؟الفرقة هتكون فيه واحدة من ثمانتين + +309 +00:23:49,540 --> 00:23:52,680 +تقريبا تقريبا تقريبا تقريبا تقريبا تقريبا تقريبا + +310 +00:23:52,680 --> 00:23:53,280 +تقريبا تقريبا تقريبا تقريبا تقريبا تقريبا تقريبا + +311 +00:23:53,280 --> 00:23:57,880 +تقريبا تقريبا تقريبا تقريبا تقريبا تقريبا تقريبا + +312 +00:23:57,880 --> 00:23:58,940 +تقريبا تقريبا تقريبا تقريبا تقريبا تقريبا تقريبا + +313 +00:23:58,940 --> 00:23:58,940 +تقريبا تقريبا تقريبا تقريبا تقريبا تقريبا تقريبا + +314 +00:23:58,940 --> 00:24:05,080 +تقريبا تقريبا تقريبا تقريبا تقريبا تقريبا ت + +315 +00:24:09,760 --> 00:24:14,740 +بمبتدد my last name دو دوتر ال zero بال تمام + +316 +00:24:14,740 --> 00:24:18,700 +ساعتين كنت اتنجل و اتنقل متاكرة و اتنقل متاكرة و + +317 +00:24:18,700 --> 00:24:19,900 +اتنقل متاكرة و اتنقل متاكرة و اتنقل متاكرة و اتنقل + +318 +00:24:19,900 --> 00:24:22,620 +متاكرة و اتنقل متاكرة و اتنقل متاكرة و اتنقل + +319 +00:24:22,620 --> 00:24:23,520 +متاكرة و اتنقل متاكرة و اتنقل متاكرة و اتنقل + +320 +00:24:23,520 --> 00:24:23,660 +متاكرة و اتنقل متاكرة و اتنقل متاكرة و اتنقل + +321 +00:24:23,660 --> 00:24:24,340 +متاكرة و اتنقل متاكرة و اتنقل متاكرة و اتنقل + +322 +00:24:24,340 --> 00:24:28,060 +متاكرة و اتنقل متاكرة و اتن + diff --git a/PL9fwy3NUQKwaAs6rNkQtAiaVf8dEDjWUy/rQOJLdJbdqs_raw.srt b/PL9fwy3NUQKwaAs6rNkQtAiaVf8dEDjWUy/rQOJLdJbdqs_raw.srt new file mode 100644 index 0000000000000000000000000000000000000000..7ee608fa617d165862623f8f9ad185ad661e2ac2 --- /dev/null +++ b/PL9fwy3NUQKwaAs6rNkQtAiaVf8dEDjWUy/rQOJLdJbdqs_raw.srt @@ -0,0 +1,1448 @@ +1 +00:00:20,920 --> 00:00:24,420 +بسم الله الرحمن الرحيم السلام عليكم ورحمة الله + +2 +00:00:24,420 --> 00:00:27,380 +وبركاته احنا اليوم ان شاء الله هنبدأ موضوع جديد + +3 +00:00:27,380 --> 00:00:31,300 +اللي هو sinusoidal sources اذا بتذكروا احنا اول ما + +4 +00:00:31,300 --> 00:00:36,100 +بدينا المصاه قولنا ان معظم الدواء اللي هناخدها لحد + +5 +00:00:36,100 --> 00:00:45,320 +شبطر 7 كلها ال source هيكون ماله DC source اليوم + +6 +00:00:45,320 --> 00:00:51,000 +في شبطر 7 هنبدأ في الAC sourceو نوع معين من ال AC + +7 +00:00:51,000 --> 00:00:54,980 +source اللي هو sinusoidal sources إيش معناه + +8 +00:00:54,980 --> 00:00:57,760 +sinusoidal؟ اللي هو شكل ال signal بيكون يعني شكل + +9 +00:00:57,760 --> 00:01:05,380 +sine يا cosine بنسميه sinusoidal + +10 +00:01:05,380 --> 00:01:11,720 +source هنا بنحكي أسوأ على voltage أو current أسوأ + +11 +00:01:11,720 --> 00:01:17,920 +independent ولا independent واضح؟ + +12 +00:01:19,360 --> 00:01:22,700 +إذا بتشمل كل أنواع ال sources ال voltage source ال + +13 +00:01:22,700 --> 00:01:25,240 +current source بأنواعه independent وال independent + +14 +00:01:25,240 --> 00:01:29,940 +sources لتذكير إيش هو ال sign for the source + +15 +00:01:29,940 --> 00:01:35,220 +خلّيني نفترض أن عندي signal source voltage اللي + +16 +00:01:35,220 --> 00:01:42,960 +هيكون amplitude عصنيهي maximum cos omega t زائد pi + +17 +00:01:45,640 --> 00:01:51,680 +كل جزئية من هذه الأرزاق بتعني حاجة اندي Vm هي أقصى + +18 +00:01:51,680 --> 00:01:56,460 +قيمة من نصالها ال voltage فاي هي عبارة عن ال face + +19 +00:01:56,460 --> 00:02:02,500 +shift omega ال radian frequency shift يعني حلقة + +20 +00:02:02,500 --> 00:02:06,600 +هشرحها، لو كانت فاي بتساوي zero إيش هيكون شكل ال + +21 +00:02:06,600 --> 00:02:12,500 +stigma؟ V of T Vm Cos WT + +22 +00:02:13,260 --> 00:02:16,640 +Omega هي ال radian الفريقونسية ايش يعني ال radian + +23 +00:02:16,640 --> 00:02:21,280 +الفريقونسية بتساوي two grad في الفريقونسية F خلنا + +24 +00:02:21,280 --> 00:02:26,960 +نسميها F عشان بنا F two by F F هي عبارة عن + +25 +00:02:26,960 --> 00:02:33,000 +الفريقونسية بال hertz هذه هتكون rad per second + +26 +00:02:33,000 --> 00:02:36,080 +اليوم بتاعتها تمام؟ + +27 +00:02:38,660 --> 00:02:52,080 +طيب نرسم هذه عشان اشرحكم الشيء اللي طيب لو انا + +28 +00:02:52,080 --> 00:02:54,440 +بدي ارسم هاي ال signal، ايش انا بدي ارسمها؟ بدي + +29 +00:02:54,440 --> 00:02:58,620 +اقطع ال voltage على ال y-axis P of T as a factor + +30 +00:02:58,620 --> 00:03:04,490 +من ال volt و قداله الزمن T بالsecondطبعا مافيش حد + +31 +00:03:04,490 --> 00:03:08,330 +فينا بعرف يرسم ال cosine ال cosine بروح من أقصى + +32 +00:03:08,330 --> 00:03:12,730 +قيمة لأقل قيمة من واحد ل minus واحد مضروبة في VM + +33 +00:03:12,730 --> 00:03:17,530 +إذا هتكون من VM ل minus VM عند ال T0 جبتان من Zero + +34 +00:03:17,530 --> 00:03:23,550 +واحد فهتبدأ من ال Zero ال maximum و هتنزل ل ال + +35 +00:03:23,550 --> 00:03:30,990 +minus و هكذا هزبطها هذا شكل ال cosineإذا ال cos + +36 +00:03:30,990 --> 00:03:36,270 +بتروح من maximum VM ل- VM هو ال cos أصلا بيروح من + +37 +00:03:36,270 --> 00:03:40,430 +وين؟ من minus 1 ل plus 1 بس مضروف مين؟ في VM + +38 +00:03:40,430 --> 00:03:45,170 +فهيروح من أقل قيمة minus VM لأكبر قيمة VM أما ال + +39 +00:03:45,170 --> 00:03:51,470 +cos كcos زاوية أقل قيمة minus 1 و أكبر قيمة 1 عند + +40 +00:03:51,470 --> 00:03:55,330 +ال pi minus 1 و عند ال zero واحد واضح؟ + +41 +00:03:58,570 --> 00:04:02,790 +إن المسافة الزمنية .. لأن هنا بالزمن إحنا بنحكي .. + +42 +00:04:02,790 --> 00:04:06,490 +المسافة الزمنية بين beak و beak .. بين beak و beak + +43 +00:04:06,490 --> 00:04:09,870 +.. هاي المسافة الزمنية و لو كملت .. خليني أكمل + +44 +00:04:09,870 --> 00:04:17,970 +شوية .. لاش نفلع عن الحرف أو + +45 +00:04:17,970 --> 00:04:24,540 +بين قاع و قاع .. بين beak و beak أو بين بطم بطمأو + +46 +00:04:24,540 --> 00:04:31,220 +من أي نقطة و انها ترجع تظهر، اي نقطة اخدها و عاد + +47 +00:04:31,220 --> 00:04:35,960 +تظهرها، بيكون عند المسافة بينهم بنسميها ال period + +48 +00:04:35,960 --> 00:04:44,840 +ال period هي الفترة الزمنيةاللي بتستغرقها أي نقطة + +49 +00:04:44,840 --> 00:04:48,600 +على ال signal إنها ترجع قعدة الظهور الفترة الزمنية + +50 +00:04:48,600 --> 00:04:52,900 +اللي بتستغرقها أي نقطة على ال signal لقاعة الظهور + +51 +00:04:52,900 --> 00:04:58,900 +بنسميها ال period T T إذن هي الفترة الزمنية اللي + +52 +00:04:58,900 --> 00:05:02,100 +بتستغرقها أي نقطة على ال curve إنها تظهر يعني top, + +53 +00:05:02,260 --> 00:05:06,100 +top, peak, peak أو أي نقطة على قعدة ظهورها هذه T + +54 +00:05:06,100 --> 00:05:09,360 +إيش بتساوي؟ T اللي هي ال period بال second اللي + +55 +00:05:09,360 --> 00:05:15,190 +نتعونها secondبتساوي واحد على F بتساوي مقلوب ل + +56 +00:05:15,190 --> 00:05:18,930 +frequency ال frequency اللي هي سرعة ظهور ال signal + +57 +00:05:18,930 --> 00:05:24,590 +frequency ال cycle التردد تبع ال signal اذا بقدر + +58 +00:05:24,590 --> 00:05:28,170 +اكتب omega على هذا الأساس انها بتساوي برضه two pi + +59 +00:05:28,170 --> 00:05:35,290 +على T تمام؟ اذا هاي الرسمة هي رسمة ل five اش + +60 +00:05:35,290 --> 00:05:42,060 +بتساوي zero and five بتساوي zeroفاية لا تساوي زيرو + +61 +00:05:42,060 --> 00:05:45,800 +بالتمام بيكون ان T equal zero هد قولنا T بالsecond + +62 +00:05:45,800 --> 00:05:53,520 +ان T بيساوي زيرو بيكون عندي ظهور ال maximum طب + +63 +00:05:53,520 --> 00:05:57,760 +احنا بدي ارسم لما فاية لا تساوي زيرو، خلّينا مع + +64 +00:05:57,760 --> 00:06:04,880 +بعض، ان فاية لا تساوي زيروسماع عارفين كل حاجة عشان + +65 +00:06:04,880 --> 00:06:07,160 +هي سميتها shift انتوا ساقلتوني ايش معناه shift + +66 +00:06:07,160 --> 00:06:11,440 +فانا قلتوني شحها بتدريجي ايوة ازاحة فعنا بنرسم هاي + +67 +00:06:11,440 --> 00:06:16,280 +الزمن وهي مين اللي هو V of T بالvolts وهنا زمن + +68 +00:06:16,280 --> 00:06:23,800 +بالseconds طبعا نبدأ ان T equals 0 ايش بلاحظ ان V + +69 +00:06:23,800 --> 00:06:29,960 +of T بتساوي V maximum cosine الفايمش ال maximum + +70 +00:06:29,960 --> 00:06:32,780 +value احنا ال maximum value بتكون عندما هذه بتكون + +71 +00:06:32,780 --> 00:06:36,140 +كلها zero عند هي بتكون zero عشان ال design يكون + +72 +00:06:36,140 --> 00:06:39,260 +واحد ايوة فبكون ال واحد مضروف ال VM بيكون ال + +73 +00:06:39,260 --> 00:06:43,220 +maximum VM وقت إيش هذه بتساوي zero عند T بتساوي + +74 +00:06:43,220 --> 00:06:48,860 +minus Phi على Omega minus Phi على Omega هاي ال + +75 +00:06:48,860 --> 00:06:54,200 +maximum هاي ال V maximum تمام + +76 +00:06:54,200 --> 00:07:02,190 +عند T equals zero القيمة إيش بتساوي VMcos φ وبنكمل + +77 +00:07:02,190 --> 00:07:05,930 +شوية هو انا بلغ فيها طلعت يعني شوية هيك ضخمة مش + +78 +00:07:05,930 --> 00:07:10,770 +مشكلة نفس الحاجة لما ترجع ل maximum هذا ال beer + +79 +00:07:10,770 --> 00:07:11,530 +اللي بنسميها + +80 +00:07:15,140 --> 00:07:20,180 +طبعا إذا نشيه الفاي الفاي هي بتحدد لقيمة ال + +81 +00:07:20,180 --> 00:07:24,920 +voltage عند T equal 0 هو ال shift shift لإنه ما + +82 +00:07:24,920 --> 00:07:30,120 +صارتش ال maximum عند ال zero زائد هذه الفاي بتحدد + +83 +00:07:30,120 --> 00:07:33,580 +لقيمة ال voltage عند T equal 0 لإن ما أحط T equal + +84 +00:07:33,580 --> 00:07:39,180 +0 بقدر أجيب قيمة V of T تسوى Zeroلما كانت الفا + +85 +00:07:39,180 --> 00:07:44,420 +يساوي سالب T على أميجا كانت maximum ان T بتساوي + +86 +00:07:44,420 --> 00:07:49,040 +هذا ال axis الزمن يعني بتساوي سالب فاي على أميجا + +87 +00:07:49,040 --> 00:07:52,300 +بتعطيني هذه قيمتها قداش واحد بتاني maximum Zero + +88 +00:07:52,300 --> 00:07:57,960 +Zero قيمتها Cos Zero واحد هتكون V maximum طب و T + +89 +00:07:57,960 --> 00:08:01,640 +equal Zero هاي المقطع الشي قيمتها T Zero احط هاي T + +90 +00:08:01,640 --> 00:08:06,750 +صفر ايش بتكون V بتساوي VM Cos فايإذا بقدر أقول + +91 +00:08:06,750 --> 00:08:11,770 +الفاي هي ال fifth shift اللي بيحددلي وين ال + +92 +00:08:11,770 --> 00:08:16,430 +maximum point كمان بقولني ان T equal 0 قداش كيمة + +93 +00:08:16,430 --> 00:08:21,120 +ال voltageT equals 0 حددنا قيمة ال voltage Vm Cos + +94 +00:08:21,120 --> 00:08:25,540 +Phi واضح؟ إذاً هذا هو بشكل عام لو بدأ أكتب ال + +95 +00:08:25,540 --> 00:08:30,080 +voltage إنه بساوة V maximum Cos Omega T زائد Phi + +96 +00:08:30,080 --> 00:08:34,000 +فى حاجة بنحب ننويها لأنه أنا بقدر أكتب كمان بدالة + +97 +00:08:34,000 --> 00:08:37,280 +ال sine بس إحنا لدت السهيلة عشان دلنا كلنا عنغة + +98 +00:08:37,280 --> 00:08:40,780 +مواحدة هنعتمد ال cosine فى التعريف لل voltages و + +99 +00:08:40,780 --> 00:08:43,880 +ال current يعني لما يكون عندى sine هنتعلم كيف نحول + +100 +00:08:43,880 --> 00:08:46,380 +من sine ل cosine و نعتمد ال cosine + +101 +00:08:52,960 --> 00:08:56,660 +طب بدنا نعرف حاجة اسمها ال mean square value mean + +102 +00:08:56,660 --> 00:09:00,040 +.. root mean square value أكيد مرقت عليك ال root + +103 +00:09:00,040 --> 00:09:08,000 +mean square value ولا لا؟ طيب ال root mean square + +104 +00:09:08,000 --> 00:09:13,680 +value حتى لو مرقتش احنا بنرجعها مع بعض ياليا VRMS + +105 +00:09:14,990 --> 00:09:22,410 +VRMS بنعبر عنها كالتالي VRMS عشان نتذكر في عيد ال + +106 +00:09:22,410 --> 00:09:26,630 +root يعني إيه الجزر التربيع؟ root mean يعني + +107 +00:09:26,630 --> 00:09:30,410 +average ال average لصينوسويدا الصيغناز مالها بتكون + +108 +00:09:30,410 --> 00:09:35,210 +على period واحد على T من zero ل T لمين لل function + +109 +00:09:35,210 --> 00:09:39,970 +هو ماله squared يعني هيكون V تربيع VT + +110 +00:09:42,530 --> 00:09:46,610 +بتساوي، عرفتوا إيش الترتيب؟ root، هاي الجزر + +111 +00:09:46,610 --> 00:09:50,490 +التربية، mean ال average، ال average لأي function + +112 +00:09:50,490 --> 00:09:55,010 +على شكل sinusoidal ال mean واحد على T التكامل من + +113 +00:09:55,010 --> 00:09:59,770 +zero ل T ل F of T DT عند مين ال function التربيع، + +114 +00:09:59,770 --> 00:10:03,480 +square؟Square ال voltage فبحط بدل F اللى هى V + +115 +00:10:03,480 --> 00:10:07,760 +تربية انا ماهيش بنسوى الجزر التربية لواحد على T + +116 +00:10:07,760 --> 00:10:13,120 +التكامن من Zero ل T V maximum square cosine تربية + +117 +00:10:13,120 --> 00:10:18,700 +Omega T ثائق واحد ل T ال root mean square value هى + +118 +00:10:18,700 --> 00:10:22,760 +عبارة عن ال average او القيمة اللى بنقيسها لما بحط + +119 +00:10:22,760 --> 00:10:26,820 +ال voltmeter على ال AC valueالساعة بمحطها على ال + +120 +00:10:26,820 --> 00:10:29,580 +AC value بتقسم لها root mean square value اللي هي + +121 +00:10:29,580 --> 00:10:34,280 +بتناظر ال .. ال .. هذه القيمة ال root mean square + +122 +00:10:34,280 --> 00:10:38,720 +value ال power اللي بتعطيني إياها بتناظر DC ال + +123 +00:10:38,720 --> 00:10:42,730 +power ان بالتمام بتساوي V max مع جزر التانيةأيه + +124 +00:10:42,730 --> 00:10:45,490 +maximum على جزر التانية؟ اللي هو هنثبتها ال root + +125 +00:10:45,490 --> 00:10:49,210 +mean square value لو أنا عملت هذا بتكامل لل + +126 +00:10:49,210 --> 00:10:52,350 +sinusoidal signal اللي قدامي هتطلع ال maximum + +127 +00:10:52,350 --> 00:10:56,830 +value على جزر التانية هذا ال root mean square + +128 +00:10:56,830 --> 00:10:57,410 +value + +129 +00:11:04,790 --> 00:11:06,910 +إذاً هى الـ root من ال square value و ال + +130 +00:11:06,910 --> 00:11:10,630 +sinusoidal signal مش بالضرورة أنها تكون لأى signal + +131 +00:11:10,630 --> 00:11:14,490 +الشكل مختلف لو كانت ال signal تاعتنى مثلا saw + +132 +00:11:14,490 --> 00:11:18,890 +tooth أو square بتطلعش نفس النتيجة هدى فقط لل + +133 +00:11:18,890 --> 00:11:21,950 +sinusoidal signal ال root من ال square value أو ال + +134 +00:11:21,950 --> 00:11:26,590 +average value ال average لل square value بيكون + +135 +00:11:26,590 --> 00:11:32,590 +قيمته V maximum على جزير اتنينغالبا احنا لما نشبت + +136 +00:11:32,590 --> 00:11:38,270 +وحدة الكهربا بقولناش انه وصلك sinusoidal signal + +137 +00:11:38,270 --> 00:11:43,050 +قولنا انه وصلك مية وعشرين V root mean square value + +138 +00:11:43,050 --> 00:11:46,810 +فده الاشي اللي بيسهر علي بيوت صح؟ صحي بس بوقناش + +139 +00:11:46,810 --> 00:11:50,270 +إياها الدلالة ال maximum value بعطيني إياها كمية + +140 +00:11:50,270 --> 00:11:54,720 +ال root mean square valueفمثلا بقول 120 بتعرف أنه + +141 +00:11:54,720 --> 00:11:56,660 +head root من ال square value عشان أجيب ال maximum + +142 +00:11:56,660 --> 00:11:59,020 +بدي أسربها في جذر التنية اللي بتعطينا maximum + +143 +00:11:59,020 --> 00:12:06,760 +value اللي لل AC signal باضح؟ طيب نشوف مثال ان طبق + +144 +00:12:06,760 --> 00:12:08,640 +فيه الحاجات أتعلمناها عن ال signal + +145 +00:12:20,660 --> 00:12:23,460 +لو عندى انا ال signal اللى مرسومة عندى بهذا الشكل + +146 +00:12:23,460 --> 00:12:29,920 +هى ال signal مرسومة معطيلة هى النقطة بس شوية + +147 +00:12:29,920 --> 00:12:39,400 +اخليها منطقية اكثر عشان الأرقام بتخطف عليها + +148 +00:12:39,400 --> 00:12:46,320 +قليلا هد مثلا عشرة وهد عشرين وهى ال signal بتمثل + +149 +00:12:46,320 --> 00:12:53,300 +current I of T versus Tقبل T بال second و هنا ال + +150 +00:12:53,300 --> 00:12:56,620 +current في الأنبعاد و أعطيلي هذه الرسمة، إيش طالب + +151 +00:12:56,620 --> 00:13:03,580 +مني؟ طالب مني أول حاجة، إذا كنت عارفة إن T ال + +152 +00:13:03,580 --> 00:13:09,060 +period بتساوي واحد ملي second، بدي + +153 +00:13:09,060 --> 00:13:14,120 +ال frequency، مذاكرين إيش ال frequency بتساوي؟ + +154 +00:13:14,120 --> 00:13:18,420 +واحد على T، برافو عليك، واحد على T، اللي هي عبارة + +155 +00:13:18,420 --> 00:13:24,130 +عنالف هيرس لأن هذا عشرة هو ناقص ثلاثة واحد من اللي + +156 +00:13:24,130 --> 00:13:28,970 +يعني عشرة هو ناقص ثلاثة تطلع الف هيرس بيه بده + +157 +00:13:28,970 --> 00:13:33,970 +أميجا أميجا قولنا إيش بتساوي two pi F أو two pi + +158 +00:13:33,970 --> 00:13:41,050 +على T نفس الحاجة ف two pi عشرة + +159 +00:13:41,050 --> 00:13:46,970 +هو تلاتة rad per second تمام؟ + +160 +00:13:49,610 --> 00:13:55,230 +أو يعني ممكن أكتبها بهذا الشكل ألفين by rad per + +161 +00:13:55,230 --> 00:14:03,530 +second ف a,b,c طالب مني أن أكتب I of T أكتب + +162 +00:14:03,530 --> 00:14:08,170 +المعادلة اللي بتعبر عن I of T مش هي المعادلة نفسي + +163 +00:14:08,170 --> 00:14:13,990 +احنا تفهنا ال cosine يعني هيكون I maximum cosine + +164 +00:14:13,990 --> 00:14:21,640 +ال Omega T زائد Phi صح؟أنا بدأ أجيب ال Omega + +165 +00:14:21,640 --> 00:14:25,520 +أعطانيها عرفنا ال Omega ال I maximum بتعرف قداش + +166 +00:14:25,520 --> 00:14:28,980 +قيمتها و ال Phi قداش قيمة ال I maximum؟ عشرين + +167 +00:14:28,980 --> 00:14:33,340 +عشرين برافو عليكم إذا I maximum بتساوي عشرين أمبير + +168 +00:14:33,340 --> 00:14:36,640 +مين دال عليها Phi؟ موم بتجيبي ال Phi؟ متذكرين + +169 +00:14:36,640 --> 00:14:41,860 +قولنا ال Phi إيش بتسوي؟ Phi بتقولي قيمة ال current + +170 +00:14:41,860 --> 00:14:49,740 +عند ال zero هتكون I maximumcos φ صح؟ بس احنا + +171 +00:14:49,740 --> 00:14:52,960 +عارفين I عند الـ 0، قدش تمتها؟ عشرة، عشرة، عشرة، + +172 +00:14:52,960 --> 00:14:54,740 +عشرة، عشرة، عشرة، عشرة، عشرة، عشرة، عشرة، عشرة، + +173 +00:14:54,740 --> 00:14:54,800 +عشرة، عشرة، عشرة، عشرة، عشرة، عشرة، عشرة، عشرة، + +174 +00:14:54,800 --> 00:14:55,240 +عشرة، عشرة، عشرة، عشرة، عشرة، عشرة، عشرة، عشرة، + +175 +00:14:55,240 --> 00:14:59,640 +عشرة، عشرة، عشرة، عشرة، عشرة، عشرة، عشرة، عشرة، + +176 +00:14:59,640 --> 00:15:07,160 +عشرة، عشرة، عشرة، عشرة، عشرة، عشرة، عشرة، عشرة، + +177 +00:15:07,160 --> 00:15:08,780 +عشرة، عشرة، عشرة، عشرة، عشرة، عشرة، ع + +178 +00:15:12,450 --> 00:15:21,490 +إذن I بدها تساوي I maximum اللي هي عشرين cosine ال + +179 +00:15:21,490 --> 00:15:29,830 +Omega اللي هي مقدارها الفين Pi في T زائد ستين درجة + +180 +00:15:29,830 --> 00:15:34,250 +أمبير تمام؟ + +181 +00:15:39,350 --> 00:15:42,910 +كمان طالب مني ال root mean square value ال root + +182 +00:15:42,910 --> 00:15:45,370 +mean square value قلنا ال maximum value على جزر + +183 +00:15:45,370 --> 00:15:47,890 +التنين لل sinusoidal signal او هذه sinusoidal + +184 +00:15:47,890 --> 00:15:55,410 +signal اذا I دي I root mean square value كتلتة + +185 +00:15:55,410 --> 00:16:01,210 +بيسوا I maximum على جزر التنين I maximum بيقولنا + +186 +00:16:01,210 --> 00:16:04,270 +عشرين على جزر التنين + +187 +00:16:07,140 --> 00:16:11,760 +لو حسبناها بتطلع اربعة عشر واربعة من العشرة + +188 +00:16:11,760 --> 00:16:14,000 +انبعاد، في حد عنده اي سؤال لحد هنا؟ + +189 +00:16:33,140 --> 00:16:36,580 +تمام السؤال التانى اللى هو مهم اللى قلنا لو انا اى + +190 +00:16:36,580 --> 00:16:39,240 +function على شكل ال sign بده ارجع على شكل ال + +191 +00:16:39,240 --> 00:16:42,780 +cosine عشان احنا في هذا المصاد هتعامل فقط مع ال + +192 +00:16:42,780 --> 00:16:50,140 +cosine فالمثال بقولى او السؤال بقولى اتحققى من انه + +193 +00:16:50,140 --> 00:16:55,320 +انا اى function sign function يعني sign بده اقدر + +194 +00:16:55,320 --> 00:16:59,360 +احوله ل cosine بانى اطرح من ال argument ال same ال + +195 +00:16:59,360 --> 00:17:03,080 +argument اللى هى ال بين القسامةلو طرحت من ال + +196 +00:17:03,080 --> 00:17:07,080 +argument ناقص تسعين بحصل على ال cosine بنشوف كيف + +197 +00:17:07,080 --> 00:17:10,160 +نبدأ + +198 +00:17:10,160 --> 00:17:15,940 +ب cosine alpha minus beta هاي الجبرك identity كلنا + +199 +00:17:15,940 --> 00:17:20,780 +بنعرفها من المدرسة cosine alpha cosine beta زائد + +200 +00:17:20,780 --> 00:17:25,420 +sine alpha sine beta صح؟ cosine alpha cosine beta + +201 +00:17:25,420 --> 00:17:29,260 +زائد sine alpha sine beta لو حد بيعرفهاش هاي ال + +202 +00:17:29,260 --> 00:17:30,880 +identity من الجبر + +203 +00:17:34,520 --> 00:17:40,160 +لو قلنا أنا بدأ أسمي Alpha هي ال Omega T زائد Phi + +204 +00:17:40,160 --> 00:17:47,210 +أو ستا و ال Beta بدأ أحليها 90فعندي cosine ال + +205 +00:17:47,210 --> 00:17:50,970 +argument اللي هي omega t زائد theta بتطرح منها + +206 +00:17:50,970 --> 00:17:56,110 +التسعين هذا هو السؤال بتها تساوي cosine ال alpha + +207 +00:17:56,110 --> 00:18:01,030 +اللي هي ال omega t زائد theta في cosine التسعين + +208 +00:18:01,030 --> 00:18:07,950 +زائد sine ال omega t زائد theta في sine التسعين + +209 +00:18:07,950 --> 00:18:14,710 +جبت من التسعين ماداش؟ ما هو جيب تمام التسعين؟ماذا + +210 +00:18:14,710 --> 00:18:19,670 +يجزوى؟ قدية؟ سفر، bravo عليك جيه تانية تسعين، زي و + +211 +00:18:19,670 --> 00:18:23,650 +صين تسعين، واحد، اذا النهاية بيبقى تساوي ال sign + +212 +00:18:23,990 --> 00:18:28,690 +الـ Omega T زائد سيطر إذا الـ sine عشان أحول ل + +213 +00:18:28,690 --> 00:18:32,330 +cosine بقدر أترح من ال argument قدر تسعين هاي + +214 +00:18:32,330 --> 00:18:35,810 +الاسم بقى إذا لو كان عندي sine مثلا التلاتين بدي + +215 +00:18:35,810 --> 00:18:38,470 +ال cosine ليقبلها عشان أقول cosine التلاتين minus + +216 +00:18:38,470 --> 00:18:43,350 +تسعين بتعطيني ال cosine إذا ال sine بقدر أحوله ل + +217 +00:18:43,350 --> 00:18:48,110 +cosine بأني أترح من ال argument تسعين تمام مثلها + +218 +00:18:48,110 --> 00:18:55,640 +الرقمي و لو كان عندي sineالـ omega T زائد تلاتين و + +219 +00:18:55,640 --> 00:18:59,980 +بدي احولها ل cosine ايش بسويه بقول cosine ال omega + +220 +00:18:59,980 --> 00:19:05,520 +T زائد تلاتين ماقص تسعين يعني هتسوى ال cosine ال + +221 +00:19:05,520 --> 00:19:12,600 +omega T minus ستين درجة تمام؟ واضح؟ + +222 +00:19:15,920 --> 00:19:20,200 +نيجي لل sinusoidal response، احنا كل هذا مقدمة، كل + +223 +00:19:20,200 --> 00:19:24,220 +بنعمل مقدمة و مراجعة لمفروض معلومات سابقة عندنا، + +224 +00:19:24,220 --> 00:19:27,900 +بس احنا بنرجعها مع بعض لتأكيدها و نتحقق ان احنا + +225 +00:19:27,900 --> 00:19:31,720 +عارفينها، بدنا نبدأ الاعتاه الجد، بدنا نبدأ + +226 +00:19:31,720 --> 00:19:35,290 +الدوائراحنا إيش بدنا ياه؟ بدنا source نسميه AC + +227 +00:19:35,290 --> 00:19:38,690 +source أسوأ current أو voltage source، بدأ أحطه في + +228 +00:19:38,690 --> 00:19:41,230 +دائرة، بدأ أشوف إيش ال responses بتاعته، إيش فهمنا + +229 +00:19:41,230 --> 00:19:44,150 +معنا responses متذكرين؟ يعني قيمة ال voltages اللي + +230 +00:19:44,150 --> 00:19:47,330 +بتنتج على ال elements و التيارات اللي بتمور في ال + +231 +00:19:47,330 --> 00:19:50,650 +elements، هي responses إيش هو ال response تبع ال + +232 +00:19:50,650 --> 00:19:54,670 +AC source على الدائرة تاعته؟ احنا اتعلمنا لحد هذه + +233 +00:19:54,670 --> 00:19:58,770 +اللحظة ال responses بتاعة ال DC sourceأسوأ في وجود + +234 +00:19:58,770 --> 00:20:02,430 +فقط مقاومة أو في وجود مقاومة و Inductor أو في وجود + +235 +00:20:02,430 --> 00:20:06,970 +مقاومة و Capacitor كل هذا اتعلمناه فلاقيت انا بدلت + +236 +00:20:06,970 --> 00:20:09,370 +ال DC sources ب AC sources بدي اشوف ايش ال + +237 +00:20:09,370 --> 00:20:12,210 +reaction ايش بيصير لهدول ال elements ايش ال + +238 +00:20:12,210 --> 00:20:15,010 +voltage اللي بتكون حواليهم و ال current اللي ممور + +239 +00:20:15,010 --> 00:20:18,870 +فيهم خليني اشوف دائرة قد تبدو لنا بسيطة ونشوف كيف + +240 +00:20:18,870 --> 00:20:19,230 +حالها + +241 +00:20:27,030 --> 00:20:45,430 +الـ sinusoidal response ناخد + +242 +00:20:45,430 --> 00:20:50,940 +دائرة بهذا الشكل في عندنا vs في sourceوفي عندى + +243 +00:20:50,940 --> 00:20:55,900 +مقاومة وعندى inductor دائرة شفناها قبل هيك وسمناها + +244 +00:20:55,900 --> 00:21:00,360 +احنا still response صح؟ اسكر ال switch and T + +245 +00:21:00,360 --> 00:21:04,680 +equals zero لما قولنا نحط ال source ع الدائرة اش + +246 +00:21:04,680 --> 00:21:10,220 +بيكون هذا اسمه still response هذا نوعه AC source + +247 +00:21:10,220 --> 00:21:16,400 +يعني عندى VS بساوي V maximum cosine ال Omega T + +248 +00:21:16,400 --> 00:21:21,830 +زائد Phi او ثتا المهم ان هو عندى shiftبتقى أشوف + +249 +00:21:21,830 --> 00:21:26,330 +إيش الأثر تبع هذا ال source على هذه الدائرة باخد + +250 +00:21:26,330 --> 00:21:31,270 +kerchief current load kerchief + +251 +00:21:31,270 --> 00:21:34,270 +voltage load أسفل بجمع ال voltages هيكون عندي + +252 +00:21:34,270 --> 00:21:43,710 +minus vs زائد I of T PR زائد ال voltage اللى + +253 +00:21:43,710 --> 00:21:49,650 +حوالين المقاومة اللى هو عبارة عن LdI by ال + +254 +00:21:49,650 --> 00:21:57,410 +inductor dI by dT بسوة 0 اذا + +255 +00:21:57,410 --> 00:22:07,010 +عندي L طبعا هاد I of T L dI of T by dt زائد I of T + +256 +00:22:07,010 --> 00:22:13,550 +by R بتسوى VS اللي هو عبارة عن مين VM Cos Omega T + +257 +00:22:13,550 --> 00:22:18,720 +زائد 5أحنا حلنا هذه الدائرة المعادلة، هذه معادلة + +258 +00:22:18,720 --> 00:22:23,620 +ما لها من درجة الأولى، تفاضلية درجة أولى، بس ما + +259 +00:22:23,620 --> 00:22:27,720 +لها لأ تشبه ال natural response اللي اتعلمناها في + +260 +00:22:27,720 --> 00:22:29,700 +ال DC source لأن ال natural response هذا كان + +261 +00:22:29,700 --> 00:22:34,900 +بيساوي صفر، ذاكرين؟ هذا كان بيساوي صفر، ولا ال + +262 +00:22:34,900 --> 00:22:39,080 +step response لأن كان هذا بيساوي constant، احنا + +263 +00:22:39,080 --> 00:22:45,610 +هلاقيتها في عنا function of Tفهذه حلها إلها بنسميه + +264 +00:22:45,610 --> 00:22:50,590 +two solutions I of T إلها حل واحد بنسميه ال + +265 +00:22:50,590 --> 00:22:55,190 +homogenous والتاني + +266 +00:22:55,190 --> 00:23:01,390 +ال particular أخدتوا + +267 +00:23:01,390 --> 00:23:06,410 +ال differential ولا لسه؟ أخدتوا ال differential؟ + +268 +00:23:06,410 --> 00:23:09,830 +رياضيات مات ال differential تاخدوهاش أه؟ تاخدوهاش + +269 +00:23:11,870 --> 00:23:15,750 +أنا مش هقوس في الحل طبعنا بس هقولكم إيش مزايا هدول + +270 +00:23:15,750 --> 00:23:18,710 +الحالين الحل الأول يعني اللي بنسميه ال homogenous + +271 +00:23:18,710 --> 00:23:21,850 +معنى homogenous إن يكون هذا الطرف بساوة سفر يعني + +272 +00:23:21,850 --> 00:23:25,430 +لما يكون هذا الطرف بساوة سفر إيش بيكون الحل؟ الحل + +273 +00:23:25,430 --> 00:23:29,630 +هيكون مشابه لل natural response sum constant في e + +274 +00:23:29,630 --> 00:23:33,410 +to the minus t على tauالـ natural response + +275 +00:23:33,410 --> 00:23:38,370 +بالذكريله هيك كان some constant value بيبدأ منها + +276 +00:23:38,370 --> 00:23:40,830 +initial value some initial value في e to the minus + +277 +00:23:40,830 --> 00:23:46,010 +t على tau والparticular بيطلع شويه أعقد ال + +278 +00:23:46,010 --> 00:23:49,970 +particular لما تكون هذه موجودة خليني أكتب لكم ال + +279 +00:23:49,970 --> 00:23:53,270 +total solution يعني مش هانوص في إثبات ال total + +280 +00:23:53,270 --> 00:23:58,050 +solution بس حلو طويل يعني في ورقة اتين دي وورقة + +281 +00:23:58,050 --> 00:24:02,750 +اتين عشان أجيب الحل I of Tباستخدام الـ + +282 +00:24:02,750 --> 00:24:12,470 +differential بيساوي minus Vm على جزر ال R تربيه + +283 +00:24:12,470 --> 00:24:18,430 +زاد ال تربيه Omega تربيه cosine ال Phi minus Theta + +284 +00:24:18,430 --> 00:24:24,050 +P to the minus R على Alpha T أو T على Tauزائد واحد + +285 +00:24:24,050 --> 00:24:29,250 +على جزر ال R تربيع Omega تربيع زائد R تربيع او + +286 +00:24:29,250 --> 00:24:32,490 +خلّيني نفس الترتيب عشان ما اتفكر وعشان اشي تاني R + +287 +00:24:32,490 --> 00:24:41,230 +تربيع زائد الف تربيع Omega تربيع VM Cos ال Omega T + +288 +00:24:41,230 --> 00:24:46,130 +زائد Phi minus Zetaمين هم هدولة؟ نشرح شوية شوية + +289 +00:24:46,130 --> 00:24:50,190 +هدولة ال elements أولا سيتا هي الحاجة اللي أنا مش + +290 +00:24:50,190 --> 00:24:53,070 +معرفاها لأن في احنا من البداية عرفناها هي ال shift + +291 +00:24:53,070 --> 00:25:00,770 +تبع ال source سيتا هي عبارة عن tan inverse L Omega + +292 +00:25:00,770 --> 00:25:05,450 +على R L اللي هي قيمة ال inductor R قيمة المقاومة + +293 +00:25:05,450 --> 00:25:11,450 +Omega اللي هي ال radian frequency إذا + +294 +00:25:11,450 --> 00:25:17,430 +طلع عندي حللواحد some value مضروبة في e to the + +295 +00:25:17,430 --> 00:25:21,170 +minus r أو e to the minus t على tau لو هذا مشبه ال + +296 +00:25:21,170 --> 00:25:25,690 +natural response والتانية فيها ال cosine طلع علي + +297 +00:25:25,690 --> 00:25:30,370 +ال cosine لو أنا بديت ال cosineبنتى ولا طول ما أنا + +298 +00:25:30,370 --> 00:25:33,610 +حاطة ال switch on الكوسيم بيضلوا شغالة بيضلوا + +299 +00:25:33,610 --> 00:25:37,930 +شغالة infinity لحد ما أطفى بوقف لكن طول ما أنا + +300 +00:25:37,930 --> 00:25:41,590 +حاطة ال source وفيه sinusoidal إذا هذا الجزء من + +301 +00:25:41,590 --> 00:25:46,130 +الحل ماله بنسميه steady state مابوقفهش إلا إني + +302 +00:25:46,130 --> 00:25:51,210 +أطفى الدائرة لكن هذا الحل after long time لإن تى + +303 +00:25:51,210 --> 00:25:53,190 +بتروح ل infinity إيش بيصير ال a plus or minus + +304 +00:25:53,190 --> 00:25:57,130 +infinity؟ zero after + +305 +00:25:58,520 --> 00:26:09,080 +long time تي بتروح لانفينيتي term الأول يعني term + +306 +00:26:09,080 --> 00:26:14,680 +الأول بروح للصفر ال term التاني مالهوش علاقة بيضله + +307 +00:26:14,680 --> 00:26:20,080 +steady state بيضلها ال sinusoidal شغالة لانفينيتي + +308 +00:26:20,080 --> 00:26:23,160 +مالهاش دعوة بيضلها شغالة لحد ما اطفي ال switch لحد + +309 +00:26:23,160 --> 00:26:26,460 +ما افتح ال switch هذا ال term الأول بنسميه + +310 +00:26:26,460 --> 00:26:26,840 +transient + +311 +00:26:30,520 --> 00:26:35,840 +و هذا من اسمه stressedات انا سامتلكميا الترانزينت + +312 +00:26:41,230 --> 00:26:44,270 +solution والتاني a steady state ايش يعني transient + +313 +00:26:44,270 --> 00:26:47,590 +solution؟ transient يعني مؤقت بعد فترة زمانية + +314 +00:26:47,590 --> 00:26:52,350 +قصيرة اللتي قدش .. انا انا اتدبرها لقطة خمس او + +315 +00:26:52,350 --> 00:26:56,630 +ضعاف تاو بالmilliseconds هذا بيصير zero هذا بنسميه + +316 +00:26:56,630 --> 00:27:00,310 +transient يعني فترة زمانية قصيرة ال steady state + +317 +00:27:00,310 --> 00:27:04,290 +زي ما شرحتلكم معناه استدامة لحد ما افتح ال switch + +318 +00:27:04,290 --> 00:27:09,120 +لسه في عندي two solutionsلهاي الدائرة two + +319 +00:27:09,120 --> 00:27:13,500 +responses لما هيكون عنده ال source صينوسويدا هيكون + +320 +00:27:13,500 --> 00:27:16,980 +في عنده two responses للتيارة أو التيارة بتكون من + +321 +00:27:16,980 --> 00:27:20,740 +جزءين واحد منهم بسميه transient والتاني بسميه + +322 +00:27:20,740 --> 00:27:25,200 +steady stateاحنا بصراحة هنركز على ال steady state + +323 +00:27:25,200 --> 00:27:28,820 +مش معناه انه transient مش موجود، موجود لكن احنا في + +324 +00:27:28,820 --> 00:27:31,860 +هذا التحليل تبعنا اللى هنتعلمه في هذا ال chapter + +325 +00:27:31,860 --> 00:27:35,920 +هنركز على ال steady state يعني هنركز على ال long + +326 +00:27:35,920 --> 00:27:40,580 +-time solution نعتبر انه هذا zero لكن في مساقات + +327 +00:27:40,580 --> 00:27:43,820 +تانية إذا انتوا ممكن تاخدوش دوائل لكن في ناس ثمين + +328 +00:27:43,820 --> 00:27:46,560 +بياخدوا مساقات تانية بيتعلموا يجيبوا اتنين بخطة + +329 +00:27:46,560 --> 00:27:49,700 +واحدةجيبوا ال transient و ال steady state solution + +330 +00:27:49,700 --> 00:27:52,060 +لكن احنا اللي بنينا ال steady state solution فى + +331 +00:27:52,060 --> 00:27:57,600 +هذا المثال طب خلينى اركز على الحل اللى هو ال + +332 +00:27:57,600 --> 00:28:00,620 +steady state solution اللى هو term 2 و ال source + +333 +00:28:00,620 --> 00:28:05,740 +ال source تبعى Vm cosine ال Omega T زائد 5 ال + +334 +00:28:05,740 --> 00:28:07,680 +solution تبعى ال steady state اللى هو ال term + +335 +00:28:07,680 --> 00:28:12,010 +التانى عند Vm على constantمن ورنها ده ال constant + +336 +00:28:12,010 --> 00:28:15,690 +جزر التربيع ال R تربيع زي ده التربيع Omega تربيع R + +337 +00:28:15,690 --> 00:28:18,970 +عارفين قيمتها او لا عارفين قيمتها Omega مايعرفينها + +338 +00:28:18,970 --> 00:28:23,250 +بتكون جاية نص الوصف مضروب في cosine Omega T زي + +339 +00:28:23,250 --> 00:28:26,570 +five minus theta اش بلاحظ ال amplitude تبع ال + +340 +00:28:26,570 --> 00:28:30,250 +cosine اختلفعن ال source ال source ال amplitude + +341 +00:28:30,250 --> 00:28:33,970 +كده و VM ال response ماله اتغير ال amplitude وهي + +342 +00:28:33,970 --> 00:28:38,090 +أول ملاحظة لذا بلاحظ ان ال amplitude اختلف ال + +343 +00:28:38,090 --> 00:28:42,470 +response اللي هو التيار ال steady state part حليني + +344 +00:28:42,470 --> 00:28:46,070 +أكتبه من أوله جديد كإني بدي أكتب من أوله جديد هذا + +345 +00:28:46,070 --> 00:28:54,440 +اللي هو ISS اللي هو ال term التانيإيش بلاحظ؟ أولا + +346 +00:28:54,440 --> 00:28:59,480 +بلاحظ إنه ال maximum value اختلفت ال source كانت + +347 +00:28:59,480 --> 00:29:03,220 +ال maximum value VM ال response VM على جذب الارض + +348 +00:29:03,220 --> 00:29:06,900 +تربية زي الارض تربية أو متربية، هي واحدة النقطة + +349 +00:29:06,900 --> 00:29:10,880 +التانية، ال frequency ما لها، دلت زي ما هي حتى + +350 +00:29:10,880 --> 00:29:14,140 +لأنها عندنا linear circuits لو مش linear circuits + +351 +00:29:14,140 --> 00:29:18,240 +بتختلف، لكن عندنا ال omega دلت زي ما هيواش كمان ال + +352 +00:29:18,240 --> 00:29:22,440 +shift اتغير هنا كان Phi هنا صار Phi minus Zeta اذا + +353 +00:29:22,440 --> 00:29:25,680 +الحاجة اللى بضلها تسابقى منى هى Omega اللى عبته + +354 +00:29:25,680 --> 00:29:28,980 +اللى اتغير و ال shift اتغير و اللقاء القادم ان شاء + +355 +00:29:28,980 --> 00:29:32,620 +الله بنشوف كيف احنا ممكن نحل هذه ال study set + +356 +00:29:32,620 --> 00:29:37,080 +solution بدون ماخود حل ال differential equation + +357 +00:29:37,080 --> 00:29:41,750 +اللى انا اهمل اتحله يعنى ماتبقوش تفاصيلهأحد الطرق + +358 +00:29:41,750 --> 00:29:44,310 +للحل ان اروح ال differential solution احل ال + +359 +00:29:44,310 --> 00:29:47,410 +differential equation اللقاء القادم هنشوف ان احنا + +360 +00:29:47,410 --> 00:29:50,990 +بقدر نحله في خطوة او خطوتين بدون ان اروح لل + +361 +00:29:50,990 --> 00:29:54,390 +differential equation و إلى اللقاء ان شاء الله + +362 +00:29:54,390 --> 00:29:56,770 +للقاء القادم و يعطيكوا العافية + diff --git a/PL9fwy3NUQKwaAs6rNkQtAiaVf8dEDjWUy/y2W4UeQaNy0_raw.srt b/PL9fwy3NUQKwaAs6rNkQtAiaVf8dEDjWUy/y2W4UeQaNy0_raw.srt new file mode 100644 index 0000000000000000000000000000000000000000..1871c57b4446be3c863ca5d72688e1cbfcd74f1a --- /dev/null +++ b/PL9fwy3NUQKwaAs6rNkQtAiaVf8dEDjWUy/y2W4UeQaNy0_raw.srt @@ -0,0 +1,2040 @@ +1 +00:00:20,860 --> 00:00:24,280 +بسم الله الرحمن الرحيم السلام عليكم ورحمة الله + +2 +00:00:24,280 --> 00:00:28,000 +وبركاته احنا اليوم ان شاء الله هنتبدأ موضوعنا + +3 +00:00:28,000 --> 00:00:31,820 +المحاضرة في الماضي احد من اخر حاجة وصلنا لها اللي + +4 +00:00:31,820 --> 00:00:35,300 +هي ال superposition صحيح؟ وشفنا كيف انا ممكن + +5 +00:00:35,300 --> 00:00:39,120 +استخدم ال superposition بتحليل الدوائر وقلنا فقط + +6 +00:00:39,120 --> 00:00:44,090 +في وجود ال independent sourcesشوفنا مثال بسيط جدا، + +7 +00:00:44,090 --> 00:00:47,050 +اللي هو فيه two sources، مش معناه أنه لما يكون فيه + +8 +00:00:47,050 --> 00:00:50,810 +dependent sources اللي أنا بستخدمهاش، لكن بس بحول + +9 +00:00:50,810 --> 00:00:53,590 +ال independent sources، بسيب ال dependent sources + +10 +00:00:53,590 --> 00:00:57,570 +في حالهم، ماعملش فيهم أي حاجة، فقط بلعب في ال + +11 +00:00:57,570 --> 00:00:59,850 +independent sources، بحول أو يعني بعمل + +12 +00:00:59,850 --> 00:01:03,170 +superposition، بعمل deactivation و activation لل + +13 +00:01:03,170 --> 00:01:08,260 +independent sourcesواضح؟ تمام احنا هذا القدر اللى + +14 +00:01:08,260 --> 00:01:11,560 +بتستكفي فيه بالنسبة لل independent sources نجي + +15 +00:01:11,560 --> 00:01:16,060 +لاله اللى .. اذا ان شاء الله احنا هنكمل المثال + +16 +00:01:16,060 --> 00:01:23,320 +اللى بدنا المحاضرة الماضية عن ال supervision بتوقع + +17 +00:01:23,320 --> 00:01:26,620 +ان الفكرة صارت واضحة لنا بس انه نكمل المثال احنا + +18 +00:01:26,620 --> 00:01:30,040 +حلنا ب deactivation لل current source ولا لأ؟ + +19 +00:01:30,040 --> 00:01:34,950 +رسمناها اه طيب خلاصأحنا عندنا vault source طبعا + +20 +00:01:34,950 --> 00:01:38,010 +أنا قلت هاي مثال بسيط جدا فيه فقط two sources + +21 +00:01:38,010 --> 00:01:42,010 +للتسهيل في الحلول لكن ممكن تحتوي على أكتر من هيك + +22 +00:01:42,010 --> 00:01:44,270 +كتير ممكن يكون فيها برضه dependent sources + +23 +00:01:44,270 --> 00:01:56,830 +بالإضافة لل independent sources احنا + +24 +00:01:56,830 --> 00:02:05,260 +قلنا السؤال طالب مننا قيمة I1 و I2 و I3و I أربعة + +25 +00:02:05,260 --> 00:02:08,440 +قلنا + +26 +00:02:08,440 --> 00:02:11,160 +إيش معناه deactivation ال deactivation أو ال + +27 +00:02:11,160 --> 00:02:17,260 +deactivate عدم التفعيل deactivate عدم التفعيل يعني + +28 +00:02:17,260 --> 00:02:19,940 +لو كان عندي voltage source إحنا عارفين هو انفعل + +29 +00:02:19,940 --> 00:02:23,540 +مثلا بيعطيني 120 volt لما بدي أعمله deactivation + +30 +00:02:23,540 --> 00:02:25,840 +بدي أخلي ال voltage حواليه سفر إيش معنى ال voltage + +31 +00:02:25,840 --> 00:02:31,180 +حواليه سفر short circuit لوصلك بسيط short circuit + +32 +00:02:36,820 --> 00:02:39,920 +بالنسبة لل current source لما هاجي أعمله + +33 +00:02:39,920 --> 00:02:42,940 +deactivation معناه ال current بده يساوي zero هو + +34 +00:02:42,940 --> 00:02:46,920 +activated هو فعال مثلا بيعطيني 12 أمبير لكن لما + +35 +00:02:46,920 --> 00:02:49,000 +بدي أعمله deactivation معناه بدي أخلي ال current + +36 +00:02:49,000 --> 00:02:51,720 +صفر، إيش مع ال current صفر؟ أخضر ال circuit، bravo + +37 +00:02:51,720 --> 00:02:55,880 +عليكم + +38 +00:02:55,880 --> 00:02:59,140 +نبدأ + +39 +00:02:59,140 --> 00:03:01,480 +في عملية ال activation و ال deactivation + +40 +00:03:04,360 --> 00:03:08,520 +نبدأ مثلا بال deactivation للـ 12 أمبير deactivate + +41 +00:03:08,520 --> 00:03:12,320 +الـ + +42 +00:03:12,320 --> 00:03:17,920 +12 أمبير بدي أرسم الدائرة مرة تانية بإزاحة الـ 12 + +43 +00:03:17,920 --> 00:03:21,860 +أمبير هنا عند ال volt ال source بيضله زي ما هو ال + +44 +00:03:21,860 --> 00:03:29,200 +120 volt في عند المقاومة اللي هي 6 Ohm وعندي ال 3 + +45 +00:03:29,200 --> 00:03:33,660 +Ohm وعندي + +46 +00:03:34,600 --> 00:03:42,340 +الاتنين Ohm والاربع Ohm هنا في عندي I4 وهنا I3 + +47 +00:03:42,340 --> 00:03:46,640 +وقمت ال current source وخلت بدله open circuit + +48 +00:03:53,160 --> 00:03:59,660 +بحق اللي أخلي I1 I2 I3 I4 لأ لأن I1 I2 I3 هو ال + +49 +00:03:59,660 --> 00:04:04,660 +total أنا عندي جزء منهم حصل عليه المقاومات من ال + +50 +00:04:04,660 --> 00:04:09,080 +source 120 فبعطيه مشهد براين عشان أوضح أن هذا جزء + +51 +00:04:09,080 --> 00:04:12,740 +من الطيارة مش كل الطيارة الطيارة كله اللي هو جاي + +52 +00:04:12,740 --> 00:04:18,170 +من ال source 120 و ال 12 امبيرهذه الدقرة صارت دقرة + +53 +00:04:18,170 --> 00:04:21,730 +بسيطة ولا لأ بقى درجين فيها ال currents ببساطة + +54 +00:04:21,730 --> 00:04:25,630 +باستخدام مقاومات على التوالي على التوازي voltage + +55 +00:04:25,630 --> 00:04:29,750 +divider current divider بتطلع أول حاجة التنين هم و + +56 +00:04:29,750 --> 00:04:33,110 +الأربعة هم اللي هم على التوالي يعني I تلاتة prime + +57 +00:04:33,110 --> 00:04:37,550 +بتساوي I أربعة prime لو أنا بهمش بستبدلهم في نفس + +58 +00:04:37,550 --> 00:04:43,370 +الرسمة بالمقاومة المكافئة اللي هي سمين الستة و + +59 +00:04:43,370 --> 00:04:50,440 +أربعةوهنا I ثلاثة prime سواء I أربعة prime إذا + +60 +00:04:50,440 --> 00:04:53,360 +طلعت على هذه الشكل وقلت لو أنا جيبت I واحد prime + +61 +00:04:53,360 --> 00:04:56,400 +مش هذا بيصير زي current divider أنا بسمع ليه اللي + +62 +00:04:56,400 --> 00:04:58,560 +أجيب I واحد prime بقدر أجيب I تانين prime و I + +63 +00:04:58,560 --> 00:05:01,880 +أربعة prime أو I تلاتة prime بوسط ال current + +64 +00:05:01,880 --> 00:05:04,960 +divider عشان أجيب I واحد prime مش هتجيب المكافئة + +65 +00:05:04,960 --> 00:05:07,860 +اللي تلاتة كلها هتجيب المكافئة لها الدولة اللي هم + +66 +00:05:07,860 --> 00:05:10,960 +على التوازي مع المكافئة على التواليف بقدر أجيب I + +67 +00:05:10,960 --> 00:05:18,010 +واحد prime إذا انتقل المكافئة هتكون120 volt وعندي + +68 +00:05:18,010 --> 00:05:22,290 +المقامة المكافئة اللي لهم كلهم اللي هي 6 زائد 3 + +69 +00:05:22,290 --> 00:05:27,790 +على التوازي مع 6 قولنا 3 على التوازي مع 6، 3×6 على + +70 +00:05:27,790 --> 00:05:36,140 +92 و 6 وهي تمانية و التيارة المرفيهم هو I1' إذا + +71 +00:05:36,140 --> 00:05:43,480 +I1' ماذا يساوي 120 على 8 يعني عبارة عن 15 أمبير، + +72 +00:05:43,480 --> 00:05:48,580 +برافو عليكم طب أنا عرفت I1' أنها بتساوي 15 أمبير + +73 +00:05:48,580 --> 00:05:52,840 +مش بقدر أجيب I2' أو I3' باستخدام ال column divider + +74 +00:05:52,840 --> 00:05:57,340 +خلّيني أقول I2' قولنا دايما المقاومة الموازية اللي + +75 +00:05:57,340 --> 00:06:01,800 +هي 6عالبسط مش المقاومة اللي مور فيها تيارة مجهولة + +76 +00:06:01,800 --> 00:06:05,560 +المقاومة الموازية اللي 6 على مجموع المقاومتين اللي + +77 +00:06:05,560 --> 00:06:09,640 +هو 9 6 زي 3 9 فيه ال current اللي توزع اللي هو 15 + +78 +00:06:09,640 --> 00:06:17,820 +هيكون عندي 10 امبير I3 بقدر استخدم kerchief + +79 +00:06:17,820 --> 00:06:23,660 +current law I3 I3 prime بتسوا I1 prime minus I2 + +80 +00:06:23,660 --> 00:06:30,120 +primeأول current divider يعني برضه نجيه 15-10 5A + +81 +00:06:30,120 --> 00:06:36,960 +في أي صفصار لحد هنا؟ واضح؟ هلأ أنت جيبنا I1' أو + +82 +00:06:36,960 --> 00:06:42,540 +I2' أو I3' اللي أجوا من الـ120 V هتبدأ جيبهم اللي + +83 +00:06:42,540 --> 00:06:45,920 +من وين، من الـ12A هتبدأ عمل deactivation لمين؟ + +84 +00:06:45,920 --> 00:06:48,640 +للـ12A همسح الصدورة بالمر؟ + +85 +00:06:55,380 --> 00:06:58,260 +بدي اعمل deactivation لما يحصل يصبح short circuit + +86 +00:06:58,260 --> 00:07:04,180 +عندي short circuit هي ال 6 اوم ممر فيها I1 هسميه + +87 +00:07:04,180 --> 00:07:11,120 +double prime تلاتة اوم اللي ممر فيها I2 double + +88 +00:07:11,120 --> 00:07:11,660 +prime + +89 +00:07:17,100 --> 00:07:22,360 +والاتنين O مبمور فيها I ثلاثة double prime وعندي + +90 +00:07:22,360 --> 00:07:28,260 +الأربع اللي هي O مبمور فيها I four double prime + +91 +00:07:28,260 --> 00:07:31,940 +وعندي ال current source اللي هو اتناشر hundred + +92 +00:07:31,940 --> 00:07:35,200 +تمام؟ + +93 +00:07:36,570 --> 00:07:40,750 +عند ال 6 على التوازي مع التلاتة بقدر أخدهم مقاومة + +94 +00:07:40,750 --> 00:07:46,050 +واحدة ع التوالي مع 2 بيصيروا مقاومة واحدة بيصير + +95 +00:07:46,050 --> 00:07:48,890 +عندهم مقاومتين على التوازي و current source + +96 +00:07:48,890 --> 00:07:52,270 +باستخدم ال current divider بقدر أجيب BNI 4 أدب + +97 +00:07:52,270 --> 00:07:58,280 +لبرانيو I3 W' لأنه هي نفسه هو هيمر في المكافئة على + +98 +00:07:58,280 --> 00:08:04,720 +التلاتة و I3 W' هتتوزع ل I1 W' و I2 W' برضه بال + +99 +00:08:04,720 --> 00:08:12,500 +current divider واضح؟ نحط الإجابات اطلع معايا I3 + +100 +00:08:12,500 --> 00:08:22,030 +W' بتساوي 6 أمبير I4 W' بتساوي سالب 6 أمبيربتعرفوا + +101 +00:08:22,030 --> 00:08:26,050 +ليش؟ بتطلعوا نفس المقدار بس الاتجاه عكس، المكافئة + +102 +00:08:26,050 --> 00:08:30,290 +بتاعتها دولة بتطلع برضه أربع، قيمتها أربع، فإحنا + +103 +00:08:30,290 --> 00:08:33,010 +لو كان عندي current source، ممكن هي كتير بعيدة + +104 +00:08:33,010 --> 00:08:38,390 +التصوير، لو كان عندي current + +105 +00:08:38,390 --> 00:08:46,390 +source، بتوزع على مقاومتين متوازيتينR وR التيار + +106 +00:08:46,390 --> 00:08:52,910 +هذا إيش هيصير I1 وI2 صح؟ لكن I1 لازم تساوي I2 لأن + +107 +00:08:52,910 --> 00:08:57,050 +هنا الأنابيب مالهم أقطارهم متساوية فان التيار + +108 +00:08:57,050 --> 00:08:59,410 +هيروح تساوي ويبدأ يستخدم ال current divider بساطة + +109 +00:08:59,410 --> 00:09:06,610 +بس I1 مش متساوي R على المجموعة R على 2R في I اللي + +110 +00:09:06,610 --> 00:09:12,430 +توزعت هتصير نص I والباقي إذا النصهنا لو أنا جبت + +111 +00:09:12,430 --> 00:09:16,570 +المكافئة هلاحظ أن كل هدولة برضه بيعطيني أربعهم بس + +112 +00:09:16,570 --> 00:09:21,010 +الفرقية التيار هنا I تلاتة في اتجاه المجمع لكنها + +113 +00:09:21,010 --> 00:09:23,890 +في العكس فهذه هتكون سالب وهذه موجب واحنا حكيناها + +114 +00:09:23,890 --> 00:09:28,470 +قبل هيك، تتذكرين؟ قلنا احنا اشتقنا أن مجموع + +115 +00:09:28,470 --> 00:09:32,870 +التيارين بيعطوني تالت، بيكون موجب لو واحد انعكس + +116 +00:09:32,870 --> 00:09:37,290 +هعطي إشارة سالبة ف I أربع هيكون سالببعدين ال I + +117 +00:09:37,290 --> 00:09:41,110 +تلاتة double prime بقى أوزعها على المقاومتين اللي + +118 +00:09:41,110 --> 00:09:44,650 +هنا هذه هتعطيني إشارة سالبة لأنها برضه عكس بينما + +119 +00:09:44,650 --> 00:09:48,590 +هاي رايحة في اتجاه الجميع فهتكون إشارتها موجة بقى + +120 +00:09:48,590 --> 00:09:57,050 +ف I واحد double prime هتساوي اتنين أمبير بينما I + +121 +00:09:57,050 --> 00:10:02,750 +تنين double prime هتكون سالب أربعة أمبير تمام؟ + +122 +00:10:04,950 --> 00:10:10,010 +نجي للمجموع الكلي، المجموع الكلي بقول أن I1 بتسوأ + +123 +00:10:10,010 --> 00:10:20,310 +I1' زي I1W' I2 بتسوأ I2' زي I2W' I3 بتسوأ I3' زي + +124 +00:10:20,310 --> 00:10:26,090 +I3W' ونفس الأشي ل I4 واللي هي أخر واحدة، نكتبهم + +125 +00:10:26,090 --> 00:10:26,330 +هنا + +126 +00:10:31,510 --> 00:10:37,750 +I1 بدها تساوي I1 prime زي I1 double prime و بتساوي + +127 +00:10:37,750 --> 00:10:44,270 +الناتج 17 أمبير I2 هتساوي I2 prime زي I2 double + +128 +00:10:44,270 --> 00:10:52,090 +prime و بتساوي 6 أمبير I3 هتساوي I3 prime زي I3 + +129 +00:10:52,090 --> 00:10:58,490 +double prime هتساوي 11 أمبير و I4 بتساوي 5 minus 6 + +130 +00:10:58,490 --> 00:11:00,590 +سالب 1 أمبير + +131 +00:11:04,540 --> 00:11:06,480 +احنا اتفقنا من الذاكرة لما عملنا ال current + +132 +00:11:06,480 --> 00:11:09,500 +divider، قولنا احنا اشتقناهم مثلا هاي ال current + +133 +00:11:09,500 --> 00:11:13,360 +source بهذا الاتجاه، التيارات هيك تكون، يعني هذا + +134 +00:11:13,360 --> 00:11:15,860 +بيساوي مجموعة دول، اذا واحد انعكس، بيعطي اشارة + +135 +00:11:15,860 --> 00:11:18,980 +سالبة، لو كان ال current source هيك اتجاههم، من + +136 +00:11:18,980 --> 00:11:21,560 +المجمع تبعه هيكون واحد، هيك التاني اللي لازم + +137 +00:11:21,560 --> 00:11:25,560 +يكونوا داخلين، صح؟ لو واحد منهم عكس، هعطي اشارة + +138 +00:11:25,560 --> 00:11:30,240 +سالبةنفس الشي حكينا الإشارة بتاعة ال voltage + +139 +00:11:30,240 --> 00:11:33,300 +divider من الحاضرة الماضية وضحنا كيف إحنا اشتقنا + +140 +00:11:33,300 --> 00:11:36,160 +وإن برجعش أشتق من أول و جديد بس بدي أتذكر كيف أنا + +141 +00:11:36,160 --> 00:11:40,460 +اشتقت عشان أعطي الإشارة الصحيحة واضح؟ في أي سؤال + +142 +00:11:40,460 --> 00:11:45,820 +لحد هنا؟ كمرة بدي أكد إن هي فقط بحول ال + +143 +00:11:45,820 --> 00:11:48,720 +independent sources لو كان في independent sources + +144 +00:11:48,720 --> 00:11:50,440 +بعملش فيهم أي إشي بسيبها + +145 +00:11:55,110 --> 00:12:01,890 +فاحنا اليوم هنتقل لطريقة جديدة اللي هي بنسميها ال + +146 +00:12:01,890 --> 00:12:06,590 +node voltage method اذا الطريقة اتعتنى هي اسمها ال + +147 +00:12:06,590 --> 00:12:08,110 +node voltage method + +148 +00:12:10,860 --> 00:12:14,240 +الأشياء اللي لازم نعرفها ال steps اللي لازم نعرفها + +149 +00:12:14,240 --> 00:12:18,000 +عن node voltage method أول حاجة some basic + +150 +00:12:18,000 --> 00:12:21,180 +definitions يعني بعض التعريفات الأساسية هنقعد مع + +151 +00:12:21,180 --> 00:12:25,140 +بعض نعرف بعض التعريفات المهمة لنا عشان نعرف نستخدم + +152 +00:12:25,140 --> 00:12:27,580 +ال node voltage method زي ما بتذكروا لما عملنا + +153 +00:12:27,580 --> 00:12:29,820 +kerchief voltage law و kerchief current law عشان + +154 +00:12:29,820 --> 00:12:33,560 +في تعريفات مهمة لازم نعرفها زي شو وال loop و ال + +155 +00:12:33,560 --> 00:12:37,580 +node و الآخرين نفس الحاجة لإن node voltage method + +156 +00:12:37,580 --> 00:12:41,210 +لازم نترف على بعض الأشياء اللي همthe steps for + +157 +00:12:41,210 --> 00:12:44,730 +writing the node voltage equations في النهاية أنا + +158 +00:12:44,730 --> 00:12:48,930 +بتحصل على معادلات بتشوف الخطوات اللي بحصل فيها على + +159 +00:12:48,930 --> 00:12:56,920 +المعادلات الحاجة التالتةtips on picking reference + +160 +00:12:56,920 --> 00:13:00,920 +node احنا قلنا في تعريفات هنتعرف عليها منهم حاجة + +161 +00:13:00,920 --> 00:13:05,320 +اسمها reference node هناخد hints او tips او يعني + +162 +00:13:05,320 --> 00:13:09,220 +زي مساعدة انه كيف اختار اللي هي سميتها reference + +163 +00:13:09,220 --> 00:13:13,760 +node بعدين اخر حاجة how to handle dependent + +164 +00:13:13,760 --> 00:13:16,980 +sources كيف لو كان عندى فيه المعادلات dependent + +165 +00:13:16,980 --> 00:13:20,800 +sources كيف بتتعامل معاها طبعا اذا خليني احكي على + +166 +00:13:20,800 --> 00:13:23,860 +بعض النقاط المهمة او بعض التعريفات + +167 +00:13:28,260 --> 00:13:31,160 +ال node voltage method هي واحدة من الطرق اللي + +168 +00:13:31,160 --> 00:13:35,340 +هنتعلمهم حاليا اللي بنسميهم برضه من سلسلة ال + +169 +00:13:35,340 --> 00:13:45,700 +network theorems قلنا ال node voltage method أي + +170 +00:13:45,700 --> 00:13:49,840 +واحدة الطريقة التانية اللي هتيجي بعدها طول اللي هي + +171 +00:13:49,840 --> 00:13:53,700 +ال mesh current method + +172 +00:13:57,170 --> 00:14:03,170 +والتالتة اسمها Thevenin and + +173 +00:14:03,170 --> 00:14:06,650 +Norton equivalent + +174 +00:14:11,410 --> 00:14:13,990 +طب تقولوا إيش هذا؟ احنا لسه ماعرفناش إيش احنا بس + +175 +00:14:13,990 --> 00:14:18,110 +نحكي إيش هو اللي هناخده في هذا المحاضرات من اليوم + +176 +00:14:18,110 --> 00:14:21,070 +و طالع .. طالع هنبدأ بال node voltage method و + +177 +00:14:21,070 --> 00:14:23,830 +بعدين هنشوف ال mesh current و بعدين هنشوف thevenin + +178 +00:14:23,830 --> 00:14:26,750 +and norton الthevenin and norton أسماء علماء عملوا + +179 +00:14:26,750 --> 00:14:31,830 +طريقة سم بتاع أسميهم و يرضه هنشوفها اتفقنا إنه + +180 +00:14:31,830 --> 00:14:35,890 +لازم بعض التعريفات اللي نعرفها مع بعض قبل ما نحكي + +181 +00:14:35,890 --> 00:14:42,780 +في ال ..ال method صدولة أول حاجة أول مفهوم بدي + +182 +00:14:42,780 --> 00:14:46,220 +أعرفكم عليه اللي هو الفرق ما بين planner circuit و + +183 +00:14:46,220 --> 00:14:59,800 +non-planner circuit إيش + +184 +00:14:59,800 --> 00:15:00,520 +الفرق؟ + +185 +00:15:03,300 --> 00:15:06,560 +ال planner circuit هي الدائرة اللي بقى ضررت بكل ال + +186 +00:15:06,560 --> 00:15:10,660 +elements تعونها على سطح واحد يعني مافيش واحدة فوق + +187 +00:15:10,660 --> 00:15:15,880 +التانية احيانا اذا فتحته ايدائرة بتلاقي مرات في + +188 +00:15:15,880 --> 00:15:19,200 +مقاومات راكبين علي بعض يعني بيصير في end level أول + +189 +00:15:19,200 --> 00:15:22,100 +level تاني إذا مافيش end level تاني على سرعة ال + +190 +00:15:22,100 --> 00:15:25,180 +three dimension لو أنا خلتها two dimension بتكوني + +191 +00:15:25,180 --> 00:15:27,840 +planner هاي معناه اللي بالإن بالإن زي الطاولة لكن + +192 +00:15:27,840 --> 00:15:31,720 +لو في عندي مقاومة و فوقها في jump مقاومة تانية و + +193 +00:15:31,720 --> 00:15:35,880 +فوقها مقاومة ولا source هذه بطلت ال plannerعشان + +194 +00:15:35,880 --> 00:15:38,720 +أتعرف إن هي planner أو مش planner أول بتطلع على + +195 +00:15:38,720 --> 00:15:42,400 +الدائرة و بعمل فيها كل احتمالياتي بتأكد إن مافيش + +196 +00:15:42,400 --> 00:15:46,580 +حد بيجي فوق التاني بقول هي planner ماقدرتش بقول هي + +197 +00:15:46,580 --> 00:15:49,780 +non planner خلنا نشوف مثال عندي هنا في voltage + +198 +00:15:49,780 --> 00:15:55,160 +source في + +199 +00:15:55,160 --> 00:16:04,160 +عندي مقاومات في عندي R1 و في عندي RSو في عندي R + +200 +00:16:04,160 --> 00:16:17,200 +خمسة من أسفل R1, R5, R6, R2, R3 و R4 و + +201 +00:16:17,200 --> 00:16:25,340 +في عندي R7 و في عندي R8لو طلعت على الدائرة اللي + +202 +00:16:25,340 --> 00:16:30,800 +أمامنا بتهيأ لإن R7 وR8 راكبين على بعض قبل ما أحكم + +203 +00:16:30,800 --> 00:16:35,180 +بدي أتأكد إنه ماقدرش أوصلهم بطريقة تانية اللي يكون + +204 +00:16:35,180 --> 00:16:39,320 +فيها planner هذي مجرد رسمة فبدي أشوف هل أنا بقدر + +205 +00:16:39,320 --> 00:16:43,680 +أقيم واحدة منهم و أوصلها إن هذي الـR7 و أوصلها بين + +206 +00:16:43,680 --> 00:16:48,640 +هنا و هنا؟ R8 و أوصلها بين هنا و هنا؟ خلّيني أجرب + +207 +00:16:48,640 --> 00:16:54,270 +مع R7 لو أنا قيمت R7قلت لازم اوصلها هيك بقدر + +208 +00:16:54,270 --> 00:17:01,430 +اوصلها هنا بطلوا راكبين علي بعض صح؟ بطلوا عاملين + +209 +00:17:01,430 --> 00:17:04,250 +level تاني صاروا كلهم على نفس ال plane اذا مالها + +210 +00:17:04,250 --> 00:17:10,150 +هذه ال planner إذا نهاية الدائرة ال planner دعنا + +211 +00:17:10,150 --> 00:17:13,630 +نشوف دائرة تانية اللي هسميها برضه هنعمل نفس الشغل + +212 +00:17:13,630 --> 00:17:18,210 +و هشوفها ليه planner and planner يعني هنا مافيش + +213 +00:17:18,210 --> 00:17:23,010 +crossing بنسميها no crossingبين ال branches no + +214 +00:17:23,010 --> 00:17:29,730 +crossing branches فشي فبتكوني planner هاي تعريف ال + +215 +00:17:29,730 --> 00:17:33,990 +planner أول حاجة دائما بعمل read draw للدائرة قبل + +216 +00:17:33,990 --> 00:17:37,450 +ما أحكم بدي أعمل read draw أعمل إعادة رسم وأقرر هى + +217 +00:17:37,450 --> 00:17:42,410 +planner ولا مش planner نشوف دائرة تانية ونقرر هى + +218 +00:17:42,410 --> 00:17:49,310 +planner ولا مش planner in + +219 +00:17:49,310 --> 00:18:07,340 +the sourceعندي مقاومة بسميها R1 R2 R3 R4 R5 R6 + +220 +00:18:07,340 --> 00:18:12,680 +R7 R8 + +221 +00:18:12,680 --> 00:18:15,940 +R9 + +222 +00:18:15,940 --> 00:18:19,620 +بسكر بعدين + +223 +00:18:23,670 --> 00:18:29,130 +R10 وR11 هاي الدائرة اللى انا عاوزة اشوف هى + +224 +00:18:29,130 --> 00:18:32,470 +planner ولا non-planner قبل ما احكم هى planner ولا + +225 +00:18:32,470 --> 00:18:35,110 +non-planner ده من نفس الخطوات اللى عملتها قبل قليل + +226 +00:18:35,110 --> 00:18:40,390 +عندى R10 موصولة من هنا لهنا هحاول R11 من هنا لهنا + +227 +00:18:40,390 --> 00:18:44,530 +انا شايف اني بقدر هدولة ألغى ال crossing تبعهم R10 + +228 +00:18:44,530 --> 00:18:53,320 +اقيمها من هنا ووصلها براصح؟ هاي R10 وR11 نفس + +229 +00:18:53,320 --> 00:18:58,640 +النظام بقدر أخلص من ال crossing و أوصلها لبرا هاي + +230 +00:18:58,640 --> 00:19:03,800 +R11 ضال + +231 +00:19:03,800 --> 00:19:10,180 +عندي R6 وR7 يعني أنا مش شايفة في أي طريقة ممكنة ان + +232 +00:19:10,180 --> 00:19:14,280 +R6 لو فكيتها و حاولت أوصلها من هنا راح تمرع مين + +233 +00:19:14,280 --> 00:19:21,470 +هاي R10لو فكيتها و بدى امرق من هنا همرق على R11 و + +234 +00:19:21,470 --> 00:19:27,290 +برضه R10 يعني R6 و R7 مافيش مجال ان اخليهم مش + +235 +00:19:27,290 --> 00:19:30,710 +crossing each other او crossing elements تانيين + +236 +00:19:30,710 --> 00:19:35,430 +فهذه ماقالها non-planar في crossing هنا في + +237 +00:19:35,430 --> 00:19:37,170 +crossing و non-planar + +238 +00:19:41,940 --> 00:19:45,080 +بفرقوا ان في استخدام ال methods اللى انا عملتلكم + +239 +00:19:45,080 --> 00:19:47,640 +لستة لها تقولنا ياتيه ان ال node voltage method + +240 +00:19:47,640 --> 00:19:50,740 +تقولنا مش current method المش current فقط لل + +241 +00:19:50,740 --> 00:19:55,100 +planner اذا الدائرة non planner فاستخدمش المش + +242 +00:19:55,100 --> 00:19:58,420 +current method ال node بفرقش معاها بتيجي مع ال + +243 +00:19:58,420 --> 00:20:01,640 +planner و ال non planner يعني عند ال node voltage + +244 +00:20:01,640 --> 00:20:04,520 +method بتيجي مع ال planner و ال non planner المش + +245 +00:20:04,520 --> 00:20:06,460 +current فقط مع ال planner + +246 +00:20:25,330 --> 00:20:29,030 +في كمان definitions اللي مهمين إلينا و لازم نتعرف + +247 +00:20:29,030 --> 00:20:34,210 +عليهم بشكل + +248 +00:20:34,210 --> 00:20:40,530 +عام قبل ما نروح للخاصية non-node voltage method في + +249 +00:20:40,530 --> 00:20:42,890 +الـ non-node، الـ node اتعرفنا عليها بالـ heck ولا + +250 +00:20:42,890 --> 00:20:47,490 +لأ؟ إيش الـ non-node؟ هي عدة يا من اتنين يا أكثر + +251 +00:20:47,490 --> 00:20:52,590 +elements متصرفين مع بعض اتنين أو أكثر or more + +252 +00:20:52,590 --> 00:20:54,690 +connected to each other + +253 +00:20:57,520 --> 00:21:01,620 +يعني أي لقطة اللي عندها يا two elements أو أكثر + +254 +00:21:01,620 --> 00:21:05,820 +موصولين مع بعض هلاقيتها الجديدة اللي هي ال + +255 +00:21:05,820 --> 00:21:09,560 +essential node طبعا هذه point يعني موصول فيها + +256 +00:21:09,560 --> 00:21:12,800 +point اللي موصول فيها يا اتنين يا أكثر elements + +257 +00:21:12,800 --> 00:21:18,000 +two or more elements connected + +258 +00:21:18,000 --> 00:21:20,620 +essential node + +259 +00:21:24,690 --> 00:21:33,490 +من تلاتة وفوق من تلاتة elements and above يعني + +260 +00:21:33,490 --> 00:21:40,750 +استثناء لمين اللي موصول فيها تنتين يعني هذه note + +261 +00:21:40,750 --> 00:21:43,790 +هذه + +262 +00:21:43,790 --> 00:21:50,300 +note بس برضه essential note لكن هذه فقط noteواضح؟ + +263 +00:21:50,300 --> 00:21:54,560 +إذا اللي بتوصل بس two elements هذه node اللي بتوصل + +264 +00:21:54,560 --> 00:21:59,320 +تلاتة فما فوق essential node هي node بس اسمها خاصة + +265 +00:21:59,320 --> 00:22:06,220 +اسمها essential node نيجي لل bus هو + +266 +00:22:06,220 --> 00:22:09,060 +trace لل elements يعني أمشي على ال element الأول + +267 +00:22:09,060 --> 00:22:14,540 +التاني التالت هي bus ال loop إذا أغلقنا هذا ال bus + +268 +00:22:14,540 --> 00:22:20,150 +هدول شفناهم برضهال boss يعني لو هي دائرة مثلا هي + +269 +00:22:20,150 --> 00:22:23,770 +element هي كلام عن element هي كلام عن element + +270 +00:22:23,770 --> 00:22:27,130 +نفترض هنا أنا عارفة ال element اللي هو voltage + +271 +00:22:27,130 --> 00:22:30,910 +source هنا في عندي current source element تاني + +272 +00:22:30,910 --> 00:22:39,030 +element ال boss اني بمشي على elements متجاورين هذا + +273 +00:22:39,030 --> 00:22:47,280 +boss هذا bossلكن ال loop هو closed path، يعني إذا + +274 +00:22:47,280 --> 00:22:50,780 +بدأت من النقطة و بدأت أمشي على المصار، بدي أرجع + +275 +00:22:50,780 --> 00:22:55,940 +لهذه النقطة هالفرق بين ال path و ال loop، وشوفناهم + +276 +00:22:55,940 --> 00:23:02,900 +أجل هال ال branch + +277 +00:23:02,900 --> 00:23:06,060 +هو ال essential branch + +278 +00:23:10,770 --> 00:23:14,150 +الـ branch هو فقط element موصول between two nodes + +279 +00:23:14,150 --> 00:23:19,190 +يعني في هذا المثال اللي أنا حطيته هذا branch، هذه + +280 +00:23:19,190 --> 00:23:24,210 +node ماشي وهذه node، اذاً هذه branch هذه node .. + +281 +00:23:24,210 --> 00:23:27,990 +essential node و essential node ما هي node يعني، + +282 +00:23:27,990 --> 00:23:31,310 +هذه node و هذه node و هذه node و هذه node و هذه + +283 +00:23:31,310 --> 00:23:34,350 +node و هذه node و هذه node between two nodes عندي + +284 +00:23:34,350 --> 00:23:38,610 +branchال essential branch بيصير between two + +285 +00:23:38,610 --> 00:23:43,770 +essential branches مين إستثنانة؟ إستثنانة زي هذا و + +286 +00:23:43,770 --> 00:23:47,850 +زي هذا هذا بيصير معنى هذا essential branch يعني في + +287 +00:23:47,850 --> 00:23:53,350 +هذه الرسمة عندي branch اتنين، تلاتة، أربعة، خمسة، + +288 +00:23:53,350 --> 00:23:57,990 +ستة، سبعة لكن أكم essential branch عندي واحد، + +289 +00:23:57,990 --> 00:24:05,550 +اتنين، تلاتةتلات essential branches لكن أكم branch + +290 +00:24:05,550 --> 00:24:08,990 +واحد، اتنين، تلاتة، أربعة، خمسة، ستة، سبعة + +291 +00:24:08,990 --> 00:24:22,390 +essential هاي A, B, I, C, A, B, C, D, E, F ال + +292 +00:24:22,390 --> 00:24:25,170 +essential branch between two essential nodes أكم + +293 +00:24:25,170 --> 00:24:29,770 +essential node عندنا هنا تنتين بس هاي وهايأكم + +294 +00:24:29,770 --> 00:24:33,090 +essential branch واضح A وD هذا essential branch + +295 +00:24:33,090 --> 00:24:38,570 +وكمان كل هذا essential branch موصول between ال two + +296 +00:24:38,570 --> 00:24:44,690 +essential nodes صح؟ وكمان هذا essential branch إذا + +297 +00:24:44,690 --> 00:24:47,870 +طلعنا بضقة بالله إن ال essential branch ماله كل ال + +298 +00:24:47,870 --> 00:24:50,190 +elements اللي فيه مالها على التوالي يعني كل ال + +299 +00:24:50,190 --> 00:24:53,030 +elements اللي مروا فيها في هذا المثال مروا فيهم + +300 +00:24:53,030 --> 00:24:59,730 +نفس الطيارة هنا هم فيهم نفس الطيارة واضح؟في المثال + +301 +00:24:59,730 --> 00:25:04,190 +هذا يعني if I'm عند ال branch هو اللي بين two + +302 +00:25:04,190 --> 00:25:07,730 +knots بينما ال essential branch between two + +303 +00:25:07,730 --> 00:25:11,390 +essential knots فشوفنا هذا الحكي في المثال أمامنا + +304 +00:25:11,390 --> 00:25:15,630 +آخر حاجة لفرق بين ال loop و ال mesh ال loop احنا + +305 +00:25:15,630 --> 00:25:20,130 +اتعرفنا عليه قلنا هو closed path صح؟ نرجع لمثال + +306 +00:25:20,130 --> 00:25:25,230 +طبعي هذا a + +307 +00:25:25,230 --> 00:25:27,230 +,b,c,d + +308 +00:25:29,720 --> 00:25:33,780 +نشوف إيش الفرق بين ال loop و ال mesh عشان في عندنا + +309 +00:25:33,780 --> 00:25:36,640 +طريقة اسمها ال mesh current اه فلازم ده ال mesh + +310 +00:25:40,130 --> 00:25:44,730 +ال loop اتفق أنه مصار مغلق، صح؟ يعني هذا مصار + +311 +00:25:44,730 --> 00:25:50,970 +مغلق، هذا مصار مغلق، معايا؟ هذا مصار مغلق، ولا أنا + +312 +00:25:50,970 --> 00:25:55,250 +غلطانة؟ كل هدولة مالهم مساقات، loops مغلقة، مصارات + +313 +00:25:55,250 --> 00:26:00,390 +مغلقة، يعني عندنا كم مصار مغلق؟ واحد، اتنين، تلاتة + +314 +00:26:00,390 --> 00:26:04,570 +المش هي مصار مغلق برضه، بس مافيش في قلبه أي مصار + +315 +00:26:04,570 --> 00:26:10,110 +تانييعني هنا مين بستثنى؟ البراني يعني عندي فقط two + +316 +00:26:10,110 --> 00:26:15,210 +meshes عندي تلاتة loop لكن عندي two meshes في هذا + +317 +00:26:15,210 --> 00:26:19,350 +المسار واضحش الفرق بينهم؟ ال loop هو أي مسار مغلق، + +318 +00:26:19,350 --> 00:26:23,170 +أي مسار مغلق هذا عندي loop المش هو المسار المغلق + +319 +00:26:23,170 --> 00:26:28,650 +اللي فيش في قلبه مسار مغلق تاني تمام؟ في اي حاجة + +320 +00:26:28,650 --> 00:26:34,770 +بتاع الاستفسار؟ طيب ممتازإذا هال إيه تصيرنا جاهزين + +321 +00:26:34,770 --> 00:26:39,210 +أننا نتعرف على ال node voltage method أنا + +322 +00:26:39,210 --> 00:26:42,210 +بالنسبالي من كل هذه ال methods اللي هنتعلمها مع + +323 +00:26:42,210 --> 00:26:46,730 +بعض أحب طريقتين عندي ال 7L و ال node التالتة بتيجي + +324 +00:26:46,730 --> 00:26:51,390 +في ترتيب ال mesh معظم السنين اللي مارقات معدى سنين + +325 +00:26:51,390 --> 00:26:55,950 +قليلة كانوا كلهم حبوا ال mesh فهذه ال preference + +326 +00:26:55,950 --> 00:26:56,410 +يعني + +327 +00:26:59,240 --> 00:27:02,880 +وكانوا بالفعل اللي بدعوا فيها بعدها يمكن سنة بتذكر + +328 +00:27:02,880 --> 00:27:06,360 +أو سنتين من كل هالاسنين هذه اللي زي حلاتي حبوا انه + +329 +00:27:06,360 --> 00:27:11,390 +اتولد شمسهم بس كله مطلوب مننانرجع نأكد حالنا على + +330 +00:27:11,390 --> 00:27:14,690 +الأشياء اللي بدنا ياها لل node voltage method بدنا + +331 +00:27:14,690 --> 00:27:18,090 +نعرف الفرق بين ال node و ال essential node ال node + +332 +00:27:18,090 --> 00:27:21,990 +هي بتوصل to elements and above ال essential node + +333 +00:27:21,990 --> 00:27:25,310 +من تلاتة and above و ال reference node ايش هي ال + +334 +00:27:25,310 --> 00:27:28,430 +reference node؟ هي special node بختارها من بينها + +335 +00:27:28,430 --> 00:27:31,810 +ال essential nodes و أقول هي ال ground تبعي يعني + +336 +00:27:31,810 --> 00:27:35,050 +هي أولا essential node و هي بعتبرها ال reference + +337 +00:27:35,050 --> 00:27:39,470 +تبعتي يعني زي ال ground تبعي بستخدمها ك reference + +338 +00:27:44,950 --> 00:27:52,410 +هدحك هنا قبل هي كان فيش دعانة عشانها في خطوات عشان + +339 +00:27:52,410 --> 00:27:56,370 +أجيب ال node voltage نسوة هاي الخطوات اللي بدها + +340 +00:27:56,370 --> 00:28:01,170 +توصلني لل node voltage نسوة أول خطوة بده أد أكم + +341 +00:28:01,170 --> 00:28:04,830 +essential node عندي؟ عندي class و عندي بنات بده + +342 +00:28:04,830 --> 00:28:08,110 +أبقى أعرف عدد البنات هدولة نفس القضية عندي دائرة + +343 +00:28:08,110 --> 00:28:10,850 +بده أعد essential nodes فقط essential nodes ماليش + +344 +00:28:10,850 --> 00:28:13,610 +في ال nodesيعني اللي رابطه تلاتة elements from + +345 +00:28:13,610 --> 00:28:18,710 +above بعدهم واحد، اتنين، تلاتة، اربعة، خمسة بحط + +346 +00:28:18,710 --> 00:28:22,150 +على جانب عدد ال essential notes عندي خمسة مثلا + +347 +00:28:22,150 --> 00:28:25,890 +اللي بعدها بدي أختار واحدة منهم واسميها ال + +348 +00:28:25,890 --> 00:28:28,710 +reference احنا في ال slide اللي بعدها او الشرح + +349 +00:28:28,710 --> 00:28:31,690 +اللي بعده هقولكوا كيف نختاره ال reference بس واحدة + +350 +00:28:31,690 --> 00:28:34,870 +منهم هلاقيتها بدي اسميها ال reference بعدين هنختار + +351 +00:28:34,870 --> 00:28:38,550 +حاجة تسهل علينا نتفق عليها دايما مع بعض اللي + +352 +00:28:38,550 --> 00:28:43,300 +نسميها ال reference معايا درين؟إذا الخطوة الأولى + +353 +00:28:43,300 --> 00:28:48,300 +بعدهم إن الخطوة التانية إيش بسوي بعرف ال reference + +354 +00:28:48,300 --> 00:28:54,860 +نقطة بعد هيك بعطي كل واحدة اسمlabel them أنا عندي + +355 +00:28:54,860 --> 00:28:58,120 +خمسة واحدة صمتها ال reference ضال اللي مين؟ أربعة + +356 +00:28:58,120 --> 00:29:03,820 +بصميهم V1, V2, V3, V4 صح؟ قلت أنا عندي أربع طالبات + +357 +00:29:03,820 --> 00:29:07,460 +في ال .. ال bench الأولاني بشيلهم أسماء بعرف + +358 +00:29:07,460 --> 00:29:11,800 +أصميهم نفس العضية بدي أصمي كل node اسم اللي عمله + +359 +00:29:11,800 --> 00:29:15,720 +label بعدين مش بدي أستخدم مين؟ Kirchhoff Carantelo + +360 +00:29:15,720 --> 00:29:19,500 +بستخدم Kirchhoff Carantelo إيش معناه؟ بدي أجمع + +361 +00:29:19,500 --> 00:29:24,190 +طيارات صح؟بعد ما أجمع الطيارات بدي أقيم الطيارات و + +362 +00:29:24,190 --> 00:29:26,950 +أعبّر عنهم دلالة من ال voltages اللي أنا عرفتهم + +363 +00:29:26,950 --> 00:29:32,930 +واضح؟ يعني هيكون عندي essential nodes واحدة منهم + +364 +00:29:32,930 --> 00:29:37,130 +هسميها ال reference البقية هعملهم labeling V1, V2, + +365 +00:29:37,250 --> 00:29:41,610 +V3, V4 هستخدم kerchief current low عند كل ال nodes + +366 +00:29:41,610 --> 00:29:45,350 +و أجمع الطيارات و بعدين أقيم الطيارات و أعبّر عنهم + +367 +00:29:45,350 --> 00:29:46,530 +دلالة ال voltages + +368 +00:29:56,070 --> 00:29:58,990 +حليني انا اخد المثال اللى عندي اقفل المثال اللى + +369 +00:29:58,990 --> 00:30:05,890 +عندي عن ال slide و برجع لل slide انا طبعا هشرحلكم + +370 +00:30:05,890 --> 00:30:08,710 +ال node voltage method كمان مرة الخطوات اللى + +371 +00:30:08,710 --> 00:30:14,410 +حكيناهم من خلال مثال احنا هنشوف مثال نحله مع بعض + +372 +00:30:14,410 --> 00:30:17,630 +وينحل اللى هى ال node voltage method + +373 +00:30:21,030 --> 00:30:27,750 +مثال برضه هيكون بسيط لكن هيساعدني أني أفهم الفكرة + +374 +00:30:27,750 --> 00:30:31,030 +اللي احنا سمعناها قبل قليل مع بعض أو قرعناها قبل + +375 +00:30:31,030 --> 00:30:37,870 +قليل مع بعض هنشوفها الآن تطبيقا على هذا المثال + +376 +00:30:48,650 --> 00:30:52,630 +عندي هذا المثال زي ما احنا شايفين في عندي عدة + +377 +00:30:52,630 --> 00:30:56,730 +مقاومات و two sources واحد voltage source و واحد + +378 +00:30:56,730 --> 00:31:02,710 +current source تشبه + +379 +00:31:02,710 --> 00:31:05,790 +كتير الدقة اللى استخدمناها في ال super boost shaft + +380 +00:31:05,790 --> 00:31:11,070 +بس مع تغيير الأرقاماليوم هستخدمها في إتحال النوت + +381 +00:31:11,070 --> 00:31:13,730 +voltage method قلنا الخطوة الأولى نبدأ الخطوات + +382 +00:31:13,730 --> 00:31:16,850 +اللى كانت في ال slide بدي أعد ال essential notes + +383 +00:31:16,850 --> 00:31:22,970 +قداش عدد ال essential notes قداش عددهم هدى + +384 +00:31:22,970 --> 00:31:28,170 +essential note؟ لأ هدى essential + +385 +00:31:32,970 --> 00:31:38,770 +essential essential essential توصل تلاتة هذه تلاتة + +386 +00:31:38,770 --> 00:31:44,410 +طيب وين كمان؟ وهذه essential note بتوصل أكام + +387 +00:31:44,410 --> 00:31:48,270 +element؟ واحد، اربع، اتنين، تلاتة، أربع احنا + +388 +00:31:48,270 --> 00:31:50,990 +اتعلمنا كيف نجيب ال notes بس الفرق هي ال notes + +389 +00:31:50,990 --> 00:31:54,390 +احنا قولنا من تنين فى ما فوق هذة essential بنحددهم + +390 +00:31:54,390 --> 00:31:57,850 +تلاتة فى ما فوق دكتورة بس هيدي الأخيرة؟ الأخيرة هي + +391 +00:31:57,850 --> 00:32:02,850 +عندي واحد، اتنين، تلاتة، أربع موصلين مع بعضدولة + +392 +00:32:02,850 --> 00:32:06,730 +كلهم short circuit يعني هذه كلها نقطة واحدة لو كان + +393 +00:32:06,730 --> 00:32:10,790 +element هنا بتتقطع القصة صحيحة لكن هذا كله short + +394 +00:32:10,790 --> 00:32:12,790 +circuit وحكيناها قبل هيك لما عرفنا ال node + +395 +00:32:12,790 --> 00:32:17,070 +متذكرين؟ قلنا هذه كلها node واصل أربع elements إذا + +396 +00:32:17,070 --> 00:32:23,850 +هي essential nodes إذا عندي واحد، اتنين، تلاتة، + +397 +00:32:23,850 --> 00:32:28,050 +إذا عدد ال essential nodes تلاتة، بحط على جانب عدد + +398 +00:32:28,050 --> 00:32:33,600 +ال essential nodes تلاتةخطوة التانية قلنا بدي أخد + +399 +00:32:33,600 --> 00:32:36,020 +واحدة منهم و أخليها ال reference node ال reference + +400 +00:32:36,020 --> 00:32:41,480 +node برميز لها بهذا الشكل مين هي؟ غالبا ال hint أو + +401 +00:32:41,480 --> 00:32:45,880 +ال tip كتبوه على جنده صحيح و بسهل العمل لمعظم ال + +402 +00:32:45,880 --> 00:32:49,140 +networks إلا في حالات نادرة جدا يمكن ما نشوفهاش في + +403 +00:32:49,140 --> 00:32:52,160 +هذا المصاد باخد ال reference node اللي موصولة + +404 +00:32:52,160 --> 00:32:56,880 +بأكبر عدد من ال elements من ال branchesهذه موصولة + +405 +00:32:56,880 --> 00:32:59,960 +بتلاتة وهذه موصولة بتلاتة وهذه موصولة باربع ممكن + +406 +00:32:59,960 --> 00:33:05,940 +أحط السهم في أي مكان لأن هذه كلها نقطة واحدة احطه + +407 +00:33:05,940 --> 00:33:09,440 +هنا احطه هنا احطه هنا ولا هنا ولا هنا ولا هنا كل + +408 +00:33:09,440 --> 00:33:13,640 +واحد اذا ال hint تبعي ال essential note انا اخترت + +409 +00:33:13,640 --> 00:33:19,260 +اللي هي ال note رقم تلاتة ال note تلاتة والسبب + +410 +00:33:19,260 --> 00:33:25,570 +اللي هي number of elementsبساوي 4 أو branches هو + +411 +00:33:25,570 --> 00:33:30,950 +number of branches الموصول فيها أنت بتكتبوا كلام + +412 +00:33:30,950 --> 00:33:35,850 +تفصيل أنا بس عشان باختصر اللوح number of branches + +413 +00:33:35,850 --> 00:33:40,330 +اللي موصولين فيها أكبر واحدة أكبر عدد هم أربع إذا + +414 +00:33:40,330 --> 00:33:50,230 +مضلت أنتي أكم واحدة تنتهي هسميهم V1 و V2 هي + +415 +00:33:50,230 --> 00:33:55,890 +تسميةالنقطة التالتة هي طبعا ضمنية بس بدي أشرحلكم + +416 +00:33:55,890 --> 00:33:59,590 +إياها إحنا هى سمناها reference صح؟ يعني أرضى، يعني + +417 +00:33:59,590 --> 00:34:02,350 +افتراضا إن كل واحدة من هدول ده افترضها أعلى منهم + +418 +00:34:02,350 --> 00:34:06,250 +يعني افتراضا إن هدى هتكون ال plus وهي ال plus + +419 +00:34:06,250 --> 00:34:09,930 +بالنسبة لمين لل reference افتراضا بما إن أنا + +420 +00:34:09,930 --> 00:34:13,990 +سميتها دى كذا الأرضى، لذا كل واحدة من V1 وV2 وV3 + +421 +00:34:13,990 --> 00:34:19,530 +وV10 positive بالنسبة لل reference هدى افتراض ضمنى + +422 +00:34:19,530 --> 00:34:25,040 +بس هو موجودكل واحدة لتصبح plus الخطوة اللي بعدها + +423 +00:34:25,040 --> 00:34:29,760 +التالتة أقل من استخدام kerchief current law بدي + +424 +00:34:29,760 --> 00:34:35,700 +أبدأ kerchief current law at v1 أنا هعمل هذه + +425 +00:34:35,700 --> 00:34:39,140 +الخطوات بالتفصيل لكن بعدين مش هستخدم هذا التفصيل + +426 +00:34:39,140 --> 00:34:42,780 +هتتفق ان انا بس بستخدمهم للشرح و بعدين هتستخدمهم + +427 +00:34:42,780 --> 00:34:47,290 +مباشرةأنا لا كنتش في current flow بدي أجمع تيارات، + +428 +00:34:47,290 --> 00:34:50,270 +بدي أفترض أنا التيارات، احنا افترضنا التيارات، + +429 +00:34:50,270 --> 00:34:51,930 +قولنا دائما ما هي اللي هتكون في تجاه ال voltage + +430 +00:34:51,930 --> 00:34:56,190 +drop أسهلنا، فانا هذه عندي voltage drop، إذا هي I1 + +431 +00:34:56,190 --> 00:34:59,730 +مثلا، هنا أنا محتارة، في عندي two voltages مش + +432 +00:34:59,730 --> 00:35:04,290 +عارفة مين أعلى، فعشوائي، وهنا نفس القضية، مش عارفة + +433 +00:35:04,290 --> 00:35:06,510 +مين أعلى، هنا عندي plus و هنا عندي plus مش عارفة + +434 +00:35:06,510 --> 00:35:08,130 +V1 ولا V2، هفترضه + +435 +00:35:11,130 --> 00:35:14,790 +إذا أنا فرضت التيارات و بدى أجمعهم، عندى واحد + +436 +00:35:14,790 --> 00:35:19,010 +هيكونوا طلع .. بالصدفة عندى كلهم طلعوا، يعني I1 زي + +437 +00:35:19,010 --> 00:35:25,290 +I2 زي I3 بصوصة، مش فارق لو أنا هادي أنا مجبرة، مش + +438 +00:35:25,290 --> 00:35:29,370 +مجبرة احنا أقول أسهلنا، لو أخدت العكس هعقد الحل و + +439 +00:35:29,370 --> 00:35:32,900 +بدى راعي الـminusاتفاحنا دايما نقوله ناخد ال + +440 +00:35:32,900 --> 00:35:35,220 +current في اتجاه ال voltage drop لكن هنا و هنا + +441 +00:35:35,220 --> 00:35:39,120 +لإنه أنا مش عارفة مين أعلى V1 ولا V2 مش عارفة وين + +442 +00:35:39,120 --> 00:35:41,240 +اتجاه ال voltage drop فبفترضهم افتراضا + +443 +00:35:44,170 --> 00:35:48,410 +طبعا إذا ال I1 I2 I3 إحنا بدناش التييرات إحنا + +444 +00:35:48,410 --> 00:35:51,690 +بدلالة ال voltage بدنا ال V1 و V2 لإنتوا ملاحظين + +445 +00:35:51,690 --> 00:35:54,970 +اللي تلت مجاهية لو بدي أخليهم تلات ال currents ده + +446 +00:35:54,970 --> 00:35:58,970 +رجع بتبقى مدلالة مين ال voltage I1 إيش بتساوي مش + +447 +00:35:58,970 --> 00:36:03,550 +V1 على 5 مش هي الفرق بين ال voltage على اترافين V1 + +448 +00:36:03,550 --> 00:36:08,490 +-0 على 5والعلاقة موجبة لأن ال current في اتجاه ال + +449 +00:36:08,490 --> 00:36:14,650 +voltage drop اذا عبارة عن V1 على خمسة I تنين اللي + +450 +00:36:14,650 --> 00:36:19,570 +هو هذا التيار اتجاهه هيك دايما انا بفترض انه اتجاه + +451 +00:36:19,570 --> 00:36:22,430 +ال voltage drop يعني هفترض هذه النقطة أعلى من هذه + +452 +00:36:22,430 --> 00:36:27,570 +النقطة هي معناه يعني هقول قيمة هذا التيار هنا عندي + +453 +00:36:27,570 --> 00:36:32,350 +ال current اللي فيه V1 وهنا 110 volt صح؟ إذا هي 0 + +454 +00:36:32,350 --> 00:36:39,310 +هذه 10صح؟ اذا معناه هذا ال element عنده الطرف هذا + +455 +00:36:39,310 --> 00:36:42,970 +V1 بالنسبة لل ground والطرف هذا 10 بالنسبة لل + +456 +00:36:42,970 --> 00:36:47,450 +ground اذا انا قداشي بدي تكون ال voltage V1 زائد V + +457 +00:36:47,450 --> 00:36:50,730 +و ليش زائد لإن أنا أخدت ال current فرطه في اتجاه + +458 +00:36:50,730 --> 00:36:54,250 +ال voltage drop يعني فرط V1 أعلى من 10 ابدا لإن + +459 +00:36:54,250 --> 00:37:01,850 +انا هاخد V1-10 على 1I3 نفس القضية انا هفرض ان V1 + +460 +00:37:01,850 --> 00:37:08,690 +أعلى من V2 يعني ان I3 في جهة voltage drop هي V1-V2 + +461 +00:37:08,690 --> 00:37:12,730 +على 2 بالساعة صغيرة احنا دايما بدنا هاي المعادلة + +462 +00:37:12,730 --> 00:37:16,170 +بدناش التيارات يعني بعد هيك انا مش هكتب على اي + +463 +00:37:16,170 --> 00:37:20,910 +network I1 I2 I3 بس عملت عشان اوضح الفكرة احنا + +464 +00:37:20,910 --> 00:37:26,370 +بنجمع تيارات انه ايش بيصير مع الطالباتبروحوا + +465 +00:37:26,370 --> 00:37:31,090 +بيجمعوا currents مع voltages هذا من المحرمات أجمع + +466 +00:37:31,090 --> 00:37:36,310 +تيار مع voltage إيش مالها؟ محرمات بدي أجمع تيارات + +467 +00:37:36,310 --> 00:37:39,010 +يعني بدي أجمع تيارات كيف بدي أجمع تيارات؟ بدي أقول + +468 +00:37:39,010 --> 00:37:40,990 +بدي التيار اللي هنا زي التيار اللي هنا زي التيار + +469 +00:37:40,990 --> 00:37:45,550 +اللي هنا إيش التيار اللي هنا؟ V1 على خمسة بس نزلت + +470 +00:37:45,550 --> 00:37:48,330 +الشرح أنا قلت أي واحد أما أنا مش لازمني ولا لازمني + +471 +00:37:48,330 --> 00:37:51,410 +حتى أعمل الأسهم هذه كلها عطول بقول ال current هنا + +472 +00:37:51,410 --> 00:37:54,130 +أكيد شاه هو أنا بدي أحض voltage drop يعني V1 على + +473 +00:37:54,130 --> 00:37:58,340 +خمسةالتيار اللي هنا قلنا انا ملزمة ان اقول افترض + +474 +00:37:58,340 --> 00:38:03,420 +ان v1 اعلى من 10 فبقول v1-10 على 1 نفس القضية هنا + +475 +00:38:03,420 --> 00:38:09,320 +v1-v2 على 2 دائما + +476 +00:38:09,320 --> 00:38:14,060 +هلاقي حال انه اسهل حاجة ان اخد التيارات طالعة + +477 +00:38:14,060 --> 00:38:19,700 +دائما دائما طالعة خليني اخد مثال على هذه النقطة + +478 +00:38:19,700 --> 00:38:26,330 +لما اجي اعمل ال node التانيةV Kirchhoff current + +479 +00:38:26,330 --> 00:38:31,150 +low at V2 لما + +480 +00:38:31,150 --> 00:38:34,510 +بدى أهجي أخد ال currents على V2 بدي كمان مرة أقفر + +481 +00:38:34,510 --> 00:38:39,630 +الطيارات بدي أقول هنا I5 ولا I3 هاي I4 لأ هذا بقى + +482 +00:38:39,630 --> 00:38:44,050 +خلاص هذا current ماقدرش ألعب فيه طيار مافيش عند + +483 +00:38:44,050 --> 00:38:49,490 +الله I4 هذا الطيار داخل معروف قيمته 2 أمبير ماقدرش + +484 +00:38:49,490 --> 00:38:53,130 +أعمل فيه حاجةفي عندى الطيارة هذا الرابع لأن هذه + +485 +00:38:53,130 --> 00:38:55,910 +فرضناها plus بالنسبالى reference و هنا أنا عندى + +486 +00:38:55,910 --> 00:39:02,620 +نفس المشكلة عندى اذا فرض V1 أكبر V2 معناه I3 داخلو + +487 +00:39:02,620 --> 00:39:06,280 +ممكن انا برضه افرض ان V2 اكبر من V1 و اخد الطيار + +488 +00:39:06,280 --> 00:39:10,480 +طالع و نشوف انه مش حيفرين نبدأ بان الدائرة خلت زي + +489 +00:39:10,480 --> 00:39:16,980 +هيك I3 داخل I4 طالع وهذا مفرض عليها minus 2 زائد + +490 +00:39:16,980 --> 00:39:24,620 +I4 اللي هي مين عشرة V2 على عشرة هاخد + +491 +00:39:24,620 --> 00:39:29,990 +ان الطيار داخل لذا اشارته معاها سالبةهاخد الطيار + +492 +00:39:29,990 --> 00:39:37,990 +داخله I3 ثالث هقول إنه V1 minus V2 على 2 + +493 +00:39:40,550 --> 00:39:43,790 +لو أنا ماهتمتش لهذا ال I3 اللي أنا أخدته عشان ال + +494 +00:39:43,790 --> 00:39:48,450 +V1 قولت لأ بدي أخد أنه التيار أفرضه طالع من ال + +495 +00:39:48,450 --> 00:39:51,910 +node هذي هتصبح plus لأن أنا بدي أقول طالع، إيش + +496 +00:39:51,910 --> 00:39:58,370 +هيكون plus؟ V2 ناقص V1 على 2 إذا طلعنا عليهم نفس + +497 +00:39:58,370 --> 00:40:04,250 +الأشي معايا؟ إذا دائما بدي أطلع كل node باستقلالية + +498 +00:40:04,250 --> 00:40:09,330 +و أخد التيارات طالعة منهاو بديش احط و اي واحد و اي + +499 +00:40:09,330 --> 00:40:11,670 +تانين و اي تلاتة و اي اربعة يعني لو بدى اعيد انا + +500 +00:40:11,670 --> 00:40:14,050 +كتابة هاي المعادلة و الاقي العلاقة بهدوء لو بديش + +501 +00:40:14,050 --> 00:40:15,470 +كمان ارسمها على الرسمة + +502 +00:40:19,890 --> 00:40:22,870 +حاجة تطلع على ال node الأولى، إيش أقول؟ عندي تلات + +503 +00:40:22,870 --> 00:40:27,790 +تيارات طالعين، واحد قيمته V1 على خمسة والتاني V1 + +504 +00:40:27,790 --> 00:40:32,130 +ناقص عشر على واحد والتالت V1 ناقص V2 على اتنين، + +505 +00:40:32,130 --> 00:40:36,750 +واضح؟ تلاتة طالعين، باجي لل node V2 برضه، اتنق هذا + +506 +00:40:36,750 --> 00:40:39,390 +لأن أنا مجبرة، هذا current source داخل، الاتنين + +507 +00:40:39,390 --> 00:40:46,060 +هدول حقول طالعينقيمته V2 ع العشرة ذات V2-V1 ع 2-2 + +508 +00:40:46,060 --> 00:40:49,360 +بساوة 0 واضح؟ وان شاء الله اللقاء القادم بنعيد + +509 +00:40:49,360 --> 00:40:53,580 +اللي حكيناه و بنكمل حل اللي هو حسب ال node voltage + +510 +00:40:53,580 --> 00:40:56,960 +missile وان شاء الله نشوفكم على خير اللقاء القادم + diff --git a/PL9fwy3NUQKwbknFHzECJkgNOSFOth6GiS/7-CTlzddYsU_raw.json b/PL9fwy3NUQKwbknFHzECJkgNOSFOth6GiS/7-CTlzddYsU_raw.json new file mode 100644 index 0000000000000000000000000000000000000000..2795129c2a4d491ec9176285898f68b01b94c150 --- /dev/null +++ b/PL9fwy3NUQKwbknFHzECJkgNOSFOth6GiS/7-CTlzddYsU_raw.json @@ -0,0 +1 @@ +{"segments": [{"id": 1, "seek": 5073, "start": 21.83, "end": 50.73, "text": " Good morning, how are you today? Very good, very good. Alright, I had a chance to look at your writings over the past week and I've noticed some things that we need actually to pay attention to whenever you're writing. These are most of the some things that we actually discussed in class, so it is important today to give you feedback on your writing and also to give you some ideas and focus, highlight some of the problems", "tokens": [2205, 2446, 11, 577, 366, 291, 965, 30, 4372, 665, 11, 588, 665, 13, 2798, 11, 286, 632, 257, 2931, 281, 574, 412, 428, 30083, 670, 264, 1791, 1243, 293, 286, 600, 5694, 512, 721, 300, 321, 643, 767, 281, 1689, 3202, 281, 5699, 291, 434, 3579, 13, 1981, 366, 881, 295, 264, 512, 721, 300, 321, 767, 7152, 294, 1508, 11, 370, 309, 307, 1021, 965, 281, 976, 291, 5824, 322, 428, 3579, 293, 611, 281, 976, 291, 512, 3487, 293, 1879, 11, 5078, 512, 295, 264, 2740], "avg_logprob": -0.1975694489147928, "compression_ratio": 1.717741935483871, "no_speech_prob": 5.364418029785156e-05, "words": [{"start": 21.830000000000002, "end": 22.35, "word": " Good", "probability": 0.197509765625}, {"start": 22.35, "end": 22.87, "word": " morning,", "probability": 0.83837890625}, {"start": 22.95, "end": 23.03, "word": " how", "probability": 0.9091796875}, {"start": 23.03, "end": 23.13, "word": " are", "probability": 0.943359375}, {"start": 23.13, "end": 23.17, "word": " you", "probability": 0.97265625}, {"start": 23.17, "end": 23.55, "word": " today?", "probability": 0.798828125}, {"start": 23.99, "end": 24.51, "word": " Very", "probability": 0.314208984375}, {"start": 24.51, "end": 24.71, "word": " good,", "probability": 0.9052734375}, {"start": 24.79, "end": 25.01, "word": " very", "probability": 0.75537109375}, {"start": 25.01, "end": 25.21, "word": " good.", "probability": 0.91650390625}, {"start": 25.27, "end": 25.57, "word": " Alright,", "probability": 0.556640625}, {"start": 25.71, "end": 25.97, "word": " I", "probability": 0.9931640625}, {"start": 25.97, "end": 26.21, "word": " had", "probability": 0.84814453125}, {"start": 26.21, "end": 26.33, "word": " a", "probability": 0.8505859375}, {"start": 26.33, "end": 26.63, "word": " chance", "probability": 0.96533203125}, {"start": 26.63, "end": 26.79, "word": " to", "probability": 0.96630859375}, {"start": 26.79, "end": 26.97, "word": " look", "probability": 0.96630859375}, {"start": 26.97, "end": 27.19, "word": " at", "probability": 0.96142578125}, {"start": 27.19, "end": 27.37, "word": " your", "probability": 0.9033203125}, {"start": 27.37, "end": 27.85, "word": " writings", "probability": 0.88427734375}, {"start": 27.85, "end": 29.05, "word": " over", "probability": 0.88427734375}, {"start": 29.05, "end": 29.25, "word": " the", "probability": 0.9189453125}, {"start": 29.25, "end": 29.67, "word": " past", "probability": 0.86962890625}, {"start": 29.67, "end": 30.57, "word": " week", "probability": 0.9375}, {"start": 30.57, "end": 31.03, "word": " and", "probability": 0.66552734375}, {"start": 31.03, "end": 31.27, "word": " I've", "probability": 0.893798828125}, {"start": 31.27, "end": 31.53, "word": " noticed", "probability": 0.8828125}, {"start": 31.53, "end": 31.79, "word": " some", "probability": 0.87451171875}, {"start": 31.79, "end": 32.07, "word": " things", "probability": 0.857421875}, {"start": 32.07, "end": 32.23, "word": " that", "probability": 0.91552734375}, {"start": 32.23, "end": 32.37, "word": " we", "probability": 0.94140625}, {"start": 32.37, "end": 32.57, "word": " need", "probability": 0.85205078125}, {"start": 32.57, "end": 32.95, "word": " actually", "probability": 0.7373046875}, {"start": 32.95, "end": 33.19, "word": " to", "probability": 0.96142578125}, {"start": 33.19, "end": 33.41, "word": " pay", "probability": 0.93896484375}, {"start": 33.41, "end": 33.87, "word": " attention", "probability": 0.93505859375}, {"start": 33.87, "end": 34.29, "word": " to", "probability": 0.95654296875}, {"start": 34.29, "end": 34.93, "word": " whenever", "probability": 0.91357421875}, {"start": 34.93, "end": 35.27, "word": " you're", "probability": 0.824951171875}, {"start": 35.27, "end": 35.49, "word": " writing.", "probability": 0.90869140625}, {"start": 35.77, "end": 36.01, "word": " These", "probability": 0.91357421875}, {"start": 36.01, "end": 36.23, "word": " are", "probability": 0.939453125}, {"start": 36.23, "end": 36.51, "word": " most", "probability": 0.72265625}, {"start": 36.51, "end": 36.79, "word": " of", "probability": 0.96630859375}, {"start": 36.79, "end": 37.11, "word": " the", "probability": 0.693359375}, {"start": 37.11, "end": 37.51, "word": " some", "probability": 0.4365234375}, {"start": 37.51, "end": 37.73, "word": " things", "probability": 0.845703125}, {"start": 37.73, "end": 37.91, "word": " that", "probability": 0.93310546875}, {"start": 37.91, "end": 38.11, "word": " we", "probability": 0.96044921875}, {"start": 38.11, "end": 38.57, "word": " actually", "probability": 0.89794921875}, {"start": 38.57, "end": 39.61, "word": " discussed", "probability": 0.71923828125}, {"start": 39.61, "end": 39.83, "word": " in", "probability": 0.94677734375}, {"start": 39.83, "end": 40.15, "word": " class,", "probability": 0.68701171875}, {"start": 40.29, "end": 40.41, "word": " so", "probability": 0.9482421875}, {"start": 40.41, "end": 40.55, "word": " it", "probability": 0.92919921875}, {"start": 40.55, "end": 40.67, "word": " is", "probability": 0.908203125}, {"start": 40.67, "end": 41.11, "word": " important", "probability": 0.8701171875}, {"start": 41.11, "end": 41.59, "word": " today", "probability": 0.8349609375}, {"start": 41.59, "end": 42.29, "word": " to", "probability": 0.95654296875}, {"start": 42.29, "end": 42.91, "word": " give", "probability": 0.869140625}, {"start": 42.91, "end": 43.03, "word": " you", "probability": 0.96142578125}, {"start": 43.03, "end": 43.45, "word": " feedback", "probability": 0.92626953125}, {"start": 43.45, "end": 44.21, "word": " on", "probability": 0.94921875}, {"start": 44.21, "end": 45.67, "word": " your", "probability": 0.87841796875}, {"start": 45.67, "end": 46.05, "word": " writing", "probability": 0.91162109375}, {"start": 46.05, "end": 46.71, "word": " and", "probability": 0.81689453125}, {"start": 46.71, "end": 47.01, "word": " also", "probability": 0.87646484375}, {"start": 47.01, "end": 47.21, "word": " to", "probability": 0.95654296875}, {"start": 47.21, "end": 47.39, "word": " give", "probability": 0.8828125}, {"start": 47.39, "end": 47.53, "word": " you", "probability": 0.96044921875}, {"start": 47.53, "end": 47.89, "word": " some", "probability": 0.8916015625}, {"start": 47.89, "end": 48.51, "word": " ideas", "probability": 0.89501953125}, {"start": 48.51, "end": 48.79, "word": " and", "probability": 0.923828125}, {"start": 48.79, "end": 49.23, "word": " focus,", "probability": 0.9609375}, {"start": 49.37, "end": 49.61, "word": " highlight", "probability": 0.8486328125}, {"start": 49.61, "end": 49.97, "word": " some", "probability": 0.8935546875}, {"start": 49.97, "end": 50.13, "word": " of", "probability": 0.9658203125}, {"start": 50.13, "end": 50.25, "word": " the", "probability": 0.9169921875}, {"start": 50.25, "end": 50.73, "word": " problems", "probability": 0.8095703125}], "temperature": 1.0}, {"id": 2, "seek": 6501, "start": 50.99, "end": 65.01, "text": " that I often see whenever you are writing your paragraphs. So today we're going to just zoom in at some examples of your writings and try to address some of these problems.", "tokens": [300, 286, 2049, 536, 5699, 291, 366, 3579, 428, 48910, 13, 407, 965, 321, 434, 516, 281, 445, 8863, 294, 412, 512, 5110, 295, 428, 30083, 293, 853, 281, 2985, 512, 295, 613, 2740, 13], "avg_logprob": -0.22504339615503946, "compression_ratio": 1.373015873015873, "no_speech_prob": 2.1755695343017578e-05, "words": [{"start": 50.99, "end": 51.43, "word": " that", "probability": 0.3828125}, {"start": 51.43, "end": 51.63, "word": " I", "probability": 0.87109375}, {"start": 51.63, "end": 52.17, "word": " often", "probability": 0.7978515625}, {"start": 52.17, "end": 52.73, "word": " see", "probability": 0.9296875}, {"start": 52.73, "end": 53.45, "word": " whenever", "probability": 0.8720703125}, {"start": 53.45, "end": 53.71, "word": " you", "probability": 0.95751953125}, {"start": 53.71, "end": 53.87, "word": " are", "probability": 0.896484375}, {"start": 53.87, "end": 54.27, "word": " writing", "probability": 0.92626953125}, {"start": 54.27, "end": 55.51, "word": " your", "probability": 0.8251953125}, {"start": 55.51, "end": 56.07, "word": " paragraphs.", "probability": 0.93310546875}, {"start": 56.71, "end": 56.91, "word": " So", "probability": 0.83837890625}, {"start": 56.91, "end": 57.19, "word": " today", "probability": 0.5986328125}, {"start": 57.19, "end": 57.37, "word": " we're", "probability": 0.6077880859375}, {"start": 57.37, "end": 57.61, "word": " going", "probability": 0.83740234375}, {"start": 57.61, "end": 57.95, "word": " to", "probability": 0.96875}, {"start": 57.95, "end": 58.31, "word": " just", "probability": 0.76611328125}, {"start": 58.31, "end": 59.11, "word": " zoom", "probability": 0.94580078125}, {"start": 59.11, "end": 59.55, "word": " in", "probability": 0.90771484375}, {"start": 59.55, "end": 59.89, "word": " at", "probability": 0.76611328125}, {"start": 59.89, "end": 60.13, "word": " some", "probability": 0.89990234375}, {"start": 60.13, "end": 60.65, "word": " examples", "probability": 0.77294921875}, {"start": 60.65, "end": 60.97, "word": " of", "probability": 0.95166015625}, {"start": 60.97, "end": 61.13, "word": " your", "probability": 0.8837890625}, {"start": 61.13, "end": 61.59, "word": " writings", "probability": 0.80810546875}, {"start": 61.59, "end": 62.43, "word": " and", "probability": 0.75341796875}, {"start": 62.43, "end": 62.71, "word": " try", "probability": 0.94580078125}, {"start": 62.71, "end": 63.15, "word": " to", "probability": 0.96728515625}, {"start": 63.15, "end": 63.91, "word": " address", "probability": 0.93701171875}, {"start": 63.91, "end": 64.23, "word": " some", "probability": 0.8896484375}, {"start": 64.23, "end": 64.37, "word": " of", "probability": 0.96533203125}, {"start": 64.37, "end": 64.57, "word": " these", "probability": 0.84716796875}, {"start": 64.57, "end": 65.01, "word": " problems.", "probability": 0.8291015625}], "temperature": 1.0}, {"id": 3, "seek": 9158, "start": 66.1, "end": 91.58, "text": " After that, that you will be able to correct and pay attention to any kinds of problems that you might see in your writings, all right? So let's see, let's look at this first example of your, one of your writings, and let's quickly read it and see what sort of problems can you see in this paragraph, all right?", "tokens": [2381, 300, 11, 300, 291, 486, 312, 1075, 281, 3006, 293, 1689, 3202, 281, 604, 3685, 295, 2740, 300, 291, 1062, 536, 294, 428, 30083, 11, 439, 558, 30, 407, 718, 311, 536, 11, 718, 311, 574, 412, 341, 700, 1365, 295, 428, 11, 472, 295, 428, 30083, 11, 293, 718, 311, 2661, 1401, 309, 293, 536, 437, 1333, 295, 2740, 393, 291, 536, 294, 341, 18865, 11, 439, 558, 30], "avg_logprob": -0.15863714988032976, "compression_ratio": 1.7142857142857142, "no_speech_prob": 7.152557373046875e-07, "words": [{"start": 66.1, "end": 66.64, "word": " After", "probability": 0.469970703125}, {"start": 66.64, "end": 66.98, "word": " that,", "probability": 0.935546875}, {"start": 67.06, "end": 67.24, "word": " that", "probability": 0.7314453125}, {"start": 67.24, "end": 67.36, "word": " you", "probability": 0.962890625}, {"start": 67.36, "end": 67.5, "word": " will", "probability": 0.8193359375}, {"start": 67.5, "end": 67.64, "word": " be", "probability": 0.9521484375}, {"start": 67.64, "end": 67.94, "word": " able", "probability": 0.94873046875}, {"start": 67.94, "end": 68.74, "word": " to", "probability": 0.97021484375}, {"start": 68.74, "end": 70.62, "word": " correct", "probability": 0.90869140625}, {"start": 70.62, "end": 71.5, "word": " and", "probability": 0.90966796875}, {"start": 71.5, "end": 71.68, "word": " pay", "probability": 0.94287109375}, {"start": 71.68, "end": 72.12, "word": " attention", "probability": 0.9267578125}, {"start": 72.12, "end": 72.38, "word": " to", "probability": 0.9697265625}, {"start": 72.38, "end": 72.64, "word": " any", "probability": 0.9111328125}, {"start": 72.64, "end": 72.94, "word": " kinds", "probability": 0.82568359375}, {"start": 72.94, "end": 73.14, "word": " of", "probability": 0.96923828125}, {"start": 73.14, "end": 73.52, "word": " problems", "probability": 0.83056640625}, {"start": 73.52, "end": 73.76, "word": " that", "probability": 0.927734375}, {"start": 73.76, "end": 73.9, "word": " you", "probability": 0.96240234375}, {"start": 73.9, "end": 74.18, "word": " might", "probability": 0.9013671875}, {"start": 74.18, "end": 74.52, "word": " see", "probability": 0.92529296875}, {"start": 74.52, "end": 74.74, "word": " in", "probability": 0.9423828125}, {"start": 74.74, "end": 75.08, "word": " your", "probability": 0.88427734375}, {"start": 75.08, "end": 76.06, "word": " writings,", "probability": 0.892578125}, {"start": 76.38, "end": 76.56, "word": " all", "probability": 0.49169921875}, {"start": 76.56, "end": 76.74, "word": " right?", "probability": 0.91552734375}, {"start": 76.86, "end": 77.08, "word": " So", "probability": 0.927734375}, {"start": 77.08, "end": 77.58, "word": " let's", "probability": 0.889892578125}, {"start": 77.58, "end": 78.26, "word": " see,", "probability": 0.56982421875}, {"start": 78.98, "end": 79.24, "word": " let's", "probability": 0.9736328125}, {"start": 79.24, "end": 79.42, "word": " look", "probability": 0.96240234375}, {"start": 79.42, "end": 79.56, "word": " at", "probability": 0.96826171875}, {"start": 79.56, "end": 79.76, "word": " this", "probability": 0.93994140625}, {"start": 79.76, "end": 80.08, "word": " first", "probability": 0.8837890625}, {"start": 80.08, "end": 80.62, "word": " example", "probability": 0.9755859375}, {"start": 80.62, "end": 80.86, "word": " of", "probability": 0.91796875}, {"start": 80.86, "end": 81.1, "word": " your,", "probability": 0.60693359375}, {"start": 81.84, "end": 82.36, "word": " one", "probability": 0.59814453125}, {"start": 82.36, "end": 82.5, "word": " of", "probability": 0.96630859375}, {"start": 82.5, "end": 82.66, "word": " your", "probability": 0.89697265625}, {"start": 82.66, "end": 83.08, "word": " writings,", "probability": 0.908203125}, {"start": 83.42, "end": 84.28, "word": " and", "probability": 0.93359375}, {"start": 84.28, "end": 85.36, "word": " let's", "probability": 0.95654296875}, {"start": 85.36, "end": 85.74, "word": " quickly", "probability": 0.91845703125}, {"start": 85.74, "end": 86.1, "word": " read", "probability": 0.9755859375}, {"start": 86.1, "end": 86.36, "word": " it", "probability": 0.94580078125}, {"start": 86.36, "end": 86.96, "word": " and", "probability": 0.69482421875}, {"start": 86.96, "end": 87.42, "word": " see", "probability": 0.92578125}, {"start": 87.42, "end": 87.92, "word": " what", "probability": 0.9326171875}, {"start": 87.92, "end": 88.16, "word": " sort", "probability": 0.88134765625}, {"start": 88.16, "end": 88.3, "word": " of", "probability": 0.96630859375}, {"start": 88.3, "end": 88.9, "word": " problems", "probability": 0.83154296875}, {"start": 88.9, "end": 89.66, "word": " can", "probability": 0.93505859375}, {"start": 89.66, "end": 89.82, "word": " you", "probability": 0.80419921875}, {"start": 89.82, "end": 90.0, "word": " see", "probability": 0.92529296875}, {"start": 90.0, "end": 90.16, "word": " in", "probability": 0.94482421875}, {"start": 90.16, "end": 90.38, "word": " this", "probability": 0.943359375}, {"start": 90.38, "end": 90.78, "word": " paragraph,", "probability": 0.9365234375}, {"start": 91.24, "end": 91.42, "word": " all", "probability": 0.94580078125}, {"start": 91.42, "end": 91.58, "word": " right?", "probability": 0.9228515625}], "temperature": 1.0}, {"id": 4, "seek": 11469, "start": 91.93, "end": 114.69, "text": " Alright, so things like we talked about already, things like paragraph form, the layout of the paragraph, subject-verb agreement, comma splice, run-on sentence structure and so on. What I'd like you to do now is to read quickly this paragraph and tell me what sort of problems do you see in this paragraph. Alright? Alright.", "tokens": [2798, 11, 370, 721, 411, 321, 2825, 466, 1217, 11, 721, 411, 18865, 1254, 11, 264, 13333, 295, 264, 18865, 11, 3983, 12, 25809, 8106, 11, 22117, 4732, 573, 11, 1190, 12, 266, 8174, 3877, 293, 370, 322, 13, 708, 286, 1116, 411, 291, 281, 360, 586, 307, 281, 1401, 2661, 341, 18865, 293, 980, 385, 437, 1333, 295, 2740, 360, 291, 536, 294, 341, 18865, 13, 2798, 30, 2798, 13], "avg_logprob": -0.2047526062362724, "compression_ratio": 1.625, "no_speech_prob": 7.152557373046875e-07, "words": [{"start": 91.93, "end": 92.27, "word": " Alright,", "probability": 0.298095703125}, {"start": 92.59, "end": 92.75, "word": " so", "probability": 0.8681640625}, {"start": 92.75, "end": 93.33, "word": " things", "probability": 0.78857421875}, {"start": 93.33, "end": 93.89, "word": " like", "probability": 0.9384765625}, {"start": 93.89, "end": 94.21, "word": " we", "probability": 0.71240234375}, {"start": 94.21, "end": 94.47, "word": " talked", "probability": 0.83544921875}, {"start": 94.47, "end": 94.77, "word": " about", "probability": 0.91455078125}, {"start": 94.77, "end": 95.15, "word": " already,", "probability": 0.849609375}, {"start": 95.33, "end": 95.49, "word": " things", "probability": 0.79443359375}, {"start": 95.49, "end": 95.99, "word": " like", "probability": 0.9384765625}, {"start": 95.99, "end": 96.89, "word": " paragraph", "probability": 0.6396484375}, {"start": 96.89, "end": 97.51, "word": " form,", "probability": 0.8564453125}, {"start": 98.11, "end": 98.21, "word": " the", "probability": 0.833984375}, {"start": 98.21, "end": 98.61, "word": " layout", "probability": 0.9521484375}, {"start": 98.61, "end": 98.83, "word": " of", "probability": 0.95849609375}, {"start": 98.83, "end": 98.95, "word": " the", "probability": 0.87841796875}, {"start": 98.95, "end": 99.41, "word": " paragraph,", "probability": 0.90283203125}, {"start": 99.75, "end": 100.03, "word": " subject", "probability": 0.951171875}, {"start": 100.03, "end": 100.31, "word": "-verb", "probability": 0.615478515625}, {"start": 100.31, "end": 100.97, "word": " agreement,", "probability": 0.89501953125}, {"start": 101.83, "end": 102.07, "word": " comma", "probability": 0.72119140625}, {"start": 102.07, "end": 102.69, "word": " splice,", "probability": 0.88330078125}, {"start": 102.87, "end": 103.01, "word": " run", "probability": 0.892578125}, {"start": 103.01, "end": 103.25, "word": "-on", "probability": 0.780517578125}, {"start": 103.25, "end": 103.67, "word": " sentence", "probability": 0.6640625}, {"start": 103.67, "end": 104.37, "word": " structure", "probability": 0.83642578125}, {"start": 104.37, "end": 104.91, "word": " and", "probability": 0.59521484375}, {"start": 104.91, "end": 105.15, "word": " so", "probability": 0.953125}, {"start": 105.15, "end": 105.27, "word": " on.", "probability": 0.94775390625}, {"start": 105.47, "end": 105.63, "word": " What", "probability": 0.8515625}, {"start": 105.63, "end": 105.77, "word": " I'd", "probability": 0.91748046875}, {"start": 105.77, "end": 105.99, "word": " like", "probability": 0.9384765625}, {"start": 105.99, "end": 106.07, "word": " you", "probability": 0.951171875}, {"start": 106.07, "end": 106.17, "word": " to", "probability": 0.9658203125}, {"start": 106.17, "end": 106.31, "word": " do", "probability": 0.96240234375}, {"start": 106.31, "end": 106.59, "word": " now", "probability": 0.93798828125}, {"start": 106.59, "end": 106.87, "word": " is", "probability": 0.916015625}, {"start": 106.87, "end": 107.11, "word": " to", "probability": 0.91552734375}, {"start": 107.11, "end": 107.43, "word": " read", "probability": 0.9580078125}, {"start": 107.43, "end": 107.87, "word": " quickly", "probability": 0.88916015625}, {"start": 107.87, "end": 108.13, "word": " this", "probability": 0.943359375}, {"start": 108.13, "end": 108.47, "word": " paragraph", "probability": 0.96240234375}, {"start": 108.47, "end": 109.09, "word": " and", "probability": 0.87158203125}, {"start": 109.09, "end": 109.57, "word": " tell", "probability": 0.904296875}, {"start": 109.57, "end": 109.83, "word": " me", "probability": 0.9619140625}, {"start": 109.83, "end": 110.25, "word": " what", "probability": 0.8544921875}, {"start": 110.25, "end": 110.43, "word": " sort", "probability": 0.873046875}, {"start": 110.43, "end": 110.55, "word": " of", "probability": 0.96728515625}, {"start": 110.55, "end": 110.91, "word": " problems", "probability": 0.84912109375}, {"start": 110.91, "end": 111.09, "word": " do", "probability": 0.8759765625}, {"start": 111.09, "end": 111.21, "word": " you", "probability": 0.9638671875}, {"start": 111.21, "end": 111.49, "word": " see", "probability": 0.92724609375}, {"start": 111.49, "end": 111.71, "word": " in", "probability": 0.9423828125}, {"start": 111.71, "end": 112.09, "word": " this", "probability": 0.94384765625}, {"start": 112.09, "end": 113.03, "word": " paragraph.", "probability": 0.9287109375}, {"start": 113.53, "end": 113.77, "word": " Alright?", "probability": 0.72412109375}, {"start": 114.43, "end": 114.69, "word": " Alright.", "probability": 0.7880859375}], "temperature": 1.0}, {"id": 5, "seek": 15122, "start": 141.96, "end": 151.22, "text": " Did you pass? What's that? Pass, pass. Pass what? Pass the paragraphs because I...", "tokens": [2589, 291, 1320, 30, 708, 311, 300, 30, 10319, 11, 1320, 13, 10319, 437, 30, 10319, 264, 48910, 570, 286, 485], "avg_logprob": -0.5777698728171262, "compression_ratio": 1.1369863013698631, "no_speech_prob": 0.0, "words": [{"start": 141.96, "end": 142.72, "word": " Did", "probability": 0.06927490234375}, {"start": 142.72, "end": 143.48, "word": " you", "probability": 0.9423828125}, {"start": 143.48, "end": 143.86, "word": " pass?", "probability": 0.6474609375}, {"start": 145.6, "end": 146.06, "word": " What's", "probability": 0.517822265625}, {"start": 146.06, "end": 146.16, "word": " that?", "probability": 0.923828125}, {"start": 146.52, "end": 146.88, "word": " Pass,", "probability": 0.728515625}, {"start": 146.98, "end": 147.26, "word": " pass.", "probability": 0.64111328125}, {"start": 147.86, "end": 148.12, "word": " Pass", "probability": 0.77978515625}, {"start": 148.12, "end": 148.26, "word": " what?", "probability": 0.646484375}, {"start": 149.04, "end": 149.8, "word": " Pass", "probability": 0.73876953125}, {"start": 149.8, "end": 149.94, "word": " the", "probability": 0.599609375}, {"start": 149.94, "end": 150.3, "word": " paragraphs", "probability": 0.435546875}, {"start": 150.3, "end": 150.68, "word": " because", "probability": 0.46630859375}, {"start": 150.68, "end": 151.22, "word": " I...", "probability": 0.56103515625}], "temperature": 1.0}, {"id": 6, "seek": 21448, "start": 199.06, "end": 214.48, "text": " Alright, what sort of problems? Let's discuss this example and try to identify the kinds of problems that you see in this example, in this paragraph. Any ideas? Any ideas? What sort of problems do you see here?", "tokens": [2798, 11, 437, 1333, 295, 2740, 30, 961, 311, 2248, 341, 1365, 293, 853, 281, 5876, 264, 3685, 295, 2740, 300, 291, 536, 294, 341, 1365, 11, 294, 341, 18865, 13, 2639, 3487, 30, 2639, 3487, 30, 708, 1333, 295, 2740, 360, 291, 536, 510, 30], "avg_logprob": -0.17121010384661087, "compression_ratio": 1.5984848484848484, "no_speech_prob": 0.0, "words": [{"start": 199.06, "end": 199.66, "word": " Alright,", "probability": 0.378662109375}, {"start": 200.18, "end": 200.48, "word": " what", "probability": 0.732421875}, {"start": 200.48, "end": 200.8, "word": " sort", "probability": 0.68505859375}, {"start": 200.8, "end": 200.92, "word": " of", "probability": 0.9658203125}, {"start": 200.92, "end": 201.26, "word": " problems?", "probability": 0.74267578125}, {"start": 201.36, "end": 201.52, "word": " Let's", "probability": 0.877197265625}, {"start": 201.52, "end": 201.9, "word": " discuss", "probability": 0.9140625}, {"start": 201.9, "end": 202.14, "word": " this", "probability": 0.94091796875}, {"start": 202.14, "end": 202.68, "word": " example", "probability": 0.9677734375}, {"start": 202.68, "end": 203.34, "word": " and", "probability": 0.79052734375}, {"start": 203.34, "end": 203.72, "word": " try", "probability": 0.9423828125}, {"start": 203.72, "end": 203.98, "word": " to", "probability": 0.97265625}, {"start": 203.98, "end": 204.58, "word": " identify", "probability": 0.94580078125}, {"start": 204.58, "end": 204.98, "word": " the", "probability": 0.91845703125}, {"start": 204.98, "end": 205.26, "word": " kinds", "probability": 0.81640625}, {"start": 205.26, "end": 205.42, "word": " of", "probability": 0.9677734375}, {"start": 205.42, "end": 205.86, "word": " problems", "probability": 0.84619140625}, {"start": 205.86, "end": 206.5, "word": " that", "probability": 0.89404296875}, {"start": 206.5, "end": 206.64, "word": " you", "probability": 0.95849609375}, {"start": 206.64, "end": 206.86, "word": " see", "probability": 0.92578125}, {"start": 206.86, "end": 207.04, "word": " in", "probability": 0.94140625}, {"start": 207.04, "end": 207.2, "word": " this", "probability": 0.94140625}, {"start": 207.2, "end": 207.68, "word": " example,", "probability": 0.95166015625}, {"start": 207.98, "end": 208.12, "word": " in", "probability": 0.9365234375}, {"start": 208.12, "end": 208.3, "word": " this", "probability": 0.947265625}, {"start": 208.3, "end": 208.76, "word": " paragraph.", "probability": 0.86328125}, {"start": 209.48, "end": 209.68, "word": " Any", "probability": 0.89892578125}, {"start": 209.68, "end": 210.14, "word": " ideas?", "probability": 0.8916015625}, {"start": 211.02, "end": 211.28, "word": " Any", "probability": 0.7041015625}, {"start": 211.28, "end": 211.66, "word": " ideas?", "probability": 0.90673828125}, {"start": 212.74, "end": 213.0, "word": " What", "probability": 0.880859375}, {"start": 213.0, "end": 213.16, "word": " sort", "probability": 0.8818359375}, {"start": 213.16, "end": 213.28, "word": " of", "probability": 0.9677734375}, {"start": 213.28, "end": 213.64, "word": " problems", "probability": 0.8466796875}, {"start": 213.64, "end": 213.8, "word": " do", "probability": 0.95263671875}, {"start": 213.8, "end": 213.92, "word": " you", "probability": 0.96337890625}, {"start": 213.92, "end": 214.12, "word": " see", "probability": 0.92431640625}, {"start": 214.12, "end": 214.48, "word": " here?", "probability": 0.85107421875}], "temperature": 1.0}, {"id": 7, "seek": 23247, "start": 214.67, "end": 232.47, "text": " In this paragraph. Yes, please. The margins aren't regular. The margins are not regular. Very good note, very good idea. Yes, please. What else? Punctuation. Punctuation problems, alright? Yes, please. Alright, let's discuss the format of paragraph. Is this the correct format, paragraph format?", "tokens": [682, 341, 18865, 13, 1079, 11, 1767, 13, 440, 30317, 3212, 380, 3890, 13, 440, 30317, 366, 406, 3890, 13, 4372, 665, 3637, 11, 588, 665, 1558, 13, 1079, 11, 1767, 13, 708, 1646, 30, 22574, 349, 16073, 13, 22574, 349, 16073, 2740, 11, 5845, 30, 1079, 11, 1767, 13, 2798, 11, 718, 311, 2248, 264, 7877, 295, 18865, 13, 1119, 341, 264, 3006, 7877, 11, 18865, 7877, 30], "avg_logprob": -0.24352678273405348, "compression_ratio": 1.7724550898203593, "no_speech_prob": 3.5762786865234375e-07, "words": [{"start": 214.67, "end": 214.91, "word": " In", "probability": 0.30810546875}, {"start": 214.91, "end": 215.11, "word": " this", "probability": 0.94140625}, {"start": 215.11, "end": 215.53, "word": " paragraph.", "probability": 0.92333984375}, {"start": 215.91, "end": 216.21, "word": " Yes,", "probability": 0.7021484375}, {"start": 216.29, "end": 216.43, "word": " please.", "probability": 0.80419921875}, {"start": 216.45, "end": 216.55, "word": " The", "probability": 0.79443359375}, {"start": 216.55, "end": 216.81, "word": " margins", "probability": 0.79052734375}, {"start": 216.81, "end": 217.17, "word": " aren't", "probability": 0.755126953125}, {"start": 217.17, "end": 217.55, "word": " regular.", "probability": 0.9052734375}, {"start": 217.95, "end": 218.11, "word": " The", "probability": 0.64892578125}, {"start": 218.11, "end": 218.59, "word": " margins", "probability": 0.91162109375}, {"start": 218.59, "end": 219.11, "word": " are", "probability": 0.69482421875}, {"start": 219.11, "end": 219.63, "word": " not", "probability": 0.939453125}, {"start": 219.63, "end": 220.57, "word": " regular.", "probability": 0.90576171875}, {"start": 220.89, "end": 221.05, "word": " Very", "probability": 0.66552734375}, {"start": 221.05, "end": 221.31, "word": " good", "probability": 0.9296875}, {"start": 221.31, "end": 221.53, "word": " note,", "probability": 0.4931640625}, {"start": 221.61, "end": 221.77, "word": " very", "probability": 0.81591796875}, {"start": 221.77, "end": 221.99, "word": " good", "probability": 0.93017578125}, {"start": 221.99, "end": 222.63, "word": " idea.", "probability": 0.68115234375}, {"start": 222.89, "end": 223.09, "word": " Yes,", "probability": 0.931640625}, {"start": 223.19, "end": 223.33, "word": " please.", "probability": 0.78662109375}, {"start": 223.43, "end": 223.51, "word": " What", "probability": 0.8896484375}, {"start": 223.51, "end": 223.69, "word": " else?", "probability": 0.931640625}, {"start": 224.11, "end": 224.55, "word": " Punctuation.", "probability": 0.822021484375}, {"start": 225.35, "end": 225.79, "word": " Punctuation", "probability": 0.9632161458333334}, {"start": 225.79, "end": 226.47, "word": " problems,", "probability": 0.5146484375}, {"start": 226.65, "end": 226.85, "word": " alright?", "probability": 0.8759765625}, {"start": 227.07, "end": 227.07, "word": " Yes,", "probability": 0.662109375}, {"start": 227.09, "end": 227.23, "word": " please.", "probability": 0.80517578125}, {"start": 227.45, "end": 227.65, "word": " Alright,", "probability": 0.55078125}, {"start": 227.83, "end": 228.15, "word": " let's", "probability": 0.974609375}, {"start": 228.15, "end": 228.67, "word": " discuss", "probability": 0.8935546875}, {"start": 228.67, "end": 228.91, "word": " the", "probability": 0.92236328125}, {"start": 228.91, "end": 229.31, "word": " format", "probability": 0.9296875}, {"start": 229.31, "end": 229.51, "word": " of", "probability": 0.96875}, {"start": 229.51, "end": 229.87, "word": " paragraph.", "probability": 0.53271484375}, {"start": 230.05, "end": 230.19, "word": " Is", "probability": 0.95703125}, {"start": 230.19, "end": 230.37, "word": " this", "probability": 0.93994140625}, {"start": 230.37, "end": 230.59, "word": " the", "probability": 0.90087890625}, {"start": 230.59, "end": 230.89, "word": " correct", "probability": 0.9228515625}, {"start": 230.89, "end": 231.35, "word": " format,", "probability": 0.5771484375}, {"start": 231.51, "end": 231.87, "word": " paragraph", "probability": 0.9404296875}, {"start": 231.87, "end": 232.47, "word": " format?", "probability": 0.8642578125}], "temperature": 1.0}, {"id": 8, "seek": 25200, "start": 233.18, "end": 252.0, "text": " Is this the correct form? Of course not. We said that any paragraph you don't leave lines empty, alright? So you write basically on every line and you don't have this kind of layout, this kind of form. So you finish the sentence here, alright? Right here, third.", "tokens": [1119, 341, 264, 3006, 1254, 30, 2720, 1164, 406, 13, 492, 848, 300, 604, 18865, 291, 500, 380, 1856, 3876, 6707, 11, 5845, 30, 407, 291, 2464, 1936, 322, 633, 1622, 293, 291, 500, 380, 362, 341, 733, 295, 13333, 11, 341, 733, 295, 1254, 13, 407, 291, 2413, 264, 8174, 510, 11, 5845, 30, 1779, 510, 11, 2636, 13], "avg_logprob": -0.18186474921273404, "compression_ratio": 1.5470588235294118, "no_speech_prob": 1.7881393432617188e-07, "words": [{"start": 233.18, "end": 233.44, "word": " Is", "probability": 0.66845703125}, {"start": 233.44, "end": 233.56, "word": " this", "probability": 0.9052734375}, {"start": 233.56, "end": 233.72, "word": " the", "probability": 0.87451171875}, {"start": 233.72, "end": 234.02, "word": " correct", "probability": 0.923828125}, {"start": 234.02, "end": 234.48, "word": " form?", "probability": 0.92333984375}, {"start": 234.82, "end": 235.38, "word": " Of", "probability": 0.68798828125}, {"start": 235.38, "end": 235.78, "word": " course", "probability": 0.95068359375}, {"start": 235.78, "end": 236.0, "word": " not.", "probability": 0.91015625}, {"start": 236.08, "end": 236.2, "word": " We", "probability": 0.900390625}, {"start": 236.2, "end": 236.48, "word": " said", "probability": 0.93408203125}, {"start": 236.48, "end": 236.68, "word": " that", "probability": 0.91064453125}, {"start": 236.68, "end": 236.92, "word": " any", "probability": 0.61669921875}, {"start": 236.92, "end": 237.38, "word": " paragraph", "probability": 0.921875}, {"start": 237.38, "end": 237.8, "word": " you", "probability": 0.59716796875}, {"start": 237.8, "end": 238.24, "word": " don't", "probability": 0.96044921875}, {"start": 238.24, "end": 238.86, "word": " leave", "probability": 0.9326171875}, {"start": 238.86, "end": 239.54, "word": " lines", "probability": 0.9208984375}, {"start": 239.54, "end": 240.12, "word": " empty,", "probability": 0.83837890625}, {"start": 240.4, "end": 240.62, "word": " alright?", "probability": 0.75390625}, {"start": 240.76, "end": 240.88, "word": " So", "probability": 0.91748046875}, {"start": 240.88, "end": 241.08, "word": " you", "probability": 0.63330078125}, {"start": 241.08, "end": 241.32, "word": " write", "probability": 0.9306640625}, {"start": 241.32, "end": 241.9, "word": " basically", "probability": 0.849609375}, {"start": 241.9, "end": 242.2, "word": " on", "probability": 0.9228515625}, {"start": 242.2, "end": 242.6, "word": " every", "probability": 0.84326171875}, {"start": 242.6, "end": 243.04, "word": " line", "probability": 0.94482421875}, {"start": 243.04, "end": 243.72, "word": " and", "probability": 0.81640625}, {"start": 243.72, "end": 243.92, "word": " you", "probability": 0.9384765625}, {"start": 243.92, "end": 244.18, "word": " don't", "probability": 0.977783203125}, {"start": 244.18, "end": 244.42, "word": " have", "probability": 0.94970703125}, {"start": 244.42, "end": 244.66, "word": " this", "probability": 0.94580078125}, {"start": 244.66, "end": 244.96, "word": " kind", "probability": 0.8955078125}, {"start": 244.96, "end": 245.32, "word": " of", "probability": 0.97412109375}, {"start": 245.32, "end": 246.24, "word": " layout,", "probability": 0.8955078125}, {"start": 246.5, "end": 246.68, "word": " this", "probability": 0.94580078125}, {"start": 246.68, "end": 246.98, "word": " kind", "probability": 0.88330078125}, {"start": 246.98, "end": 247.2, "word": " of", "probability": 0.96923828125}, {"start": 247.2, "end": 247.44, "word": " form.", "probability": 0.90283203125}, {"start": 247.56, "end": 247.76, "word": " So", "probability": 0.92626953125}, {"start": 247.76, "end": 248.18, "word": " you", "probability": 0.640625}, {"start": 248.18, "end": 248.46, "word": " finish", "probability": 0.9365234375}, {"start": 248.46, "end": 248.64, "word": " the", "probability": 0.81787109375}, {"start": 248.64, "end": 249.08, "word": " sentence", "probability": 0.943359375}, {"start": 249.08, "end": 249.62, "word": " here,", "probability": 0.830078125}, {"start": 250.08, "end": 250.34, "word": " alright?", "probability": 0.859375}, {"start": 250.62, "end": 250.88, "word": " Right", "probability": 0.9423828125}, {"start": 250.88, "end": 251.3, "word": " here,", "probability": 0.8544921875}, {"start": 251.56, "end": 252.0, "word": " third.", "probability": 0.6943359375}], "temperature": 1.0}, {"id": 9, "seek": 27694, "start": 253.22, "end": 276.94, "text": " Don't leave the half of the line blank and start a new line. Do not start a new line like this. So it should be like here because we're talking about a paragraph form, not an essay. Alright? So we're starting with the paragraph form. Alright? So I finished here. The right thing is second is to write here. And the same thing right here.", "tokens": [1468, 380, 1856, 264, 1922, 295, 264, 1622, 8247, 293, 722, 257, 777, 1622, 13, 1144, 406, 722, 257, 777, 1622, 411, 341, 13, 407, 309, 820, 312, 411, 510, 570, 321, 434, 1417, 466, 257, 18865, 1254, 11, 406, 364, 16238, 13, 2798, 30, 407, 321, 434, 2891, 365, 264, 18865, 1254, 13, 2798, 30, 407, 286, 4335, 510, 13, 440, 558, 551, 307, 1150, 307, 281, 2464, 510, 13, 400, 264, 912, 551, 558, 510, 13], "avg_logprob": -0.20747626770900773, "compression_ratio": 1.707070707070707, "no_speech_prob": 5.960464477539063e-08, "words": [{"start": 253.22, "end": 253.48, "word": " Don't", "probability": 0.57421875}, {"start": 253.48, "end": 253.82, "word": " leave", "probability": 0.91748046875}, {"start": 253.82, "end": 254.56, "word": " the", "probability": 0.42724609375}, {"start": 254.56, "end": 254.9, "word": " half", "probability": 0.85888671875}, {"start": 254.9, "end": 255.06, "word": " of", "probability": 0.95361328125}, {"start": 255.06, "end": 255.18, "word": " the", "probability": 0.89453125}, {"start": 255.18, "end": 255.44, "word": " line", "probability": 0.94091796875}, {"start": 255.44, "end": 255.86, "word": " blank", "probability": 0.9189453125}, {"start": 255.86, "end": 256.06, "word": " and", "probability": 0.9169921875}, {"start": 256.06, "end": 256.44, "word": " start", "probability": 0.92138671875}, {"start": 256.44, "end": 256.64, "word": " a", "probability": 0.97900390625}, {"start": 256.64, "end": 256.78, "word": " new", "probability": 0.9072265625}, {"start": 256.78, "end": 256.98, "word": " line.", "probability": 0.9208984375}, {"start": 257.08, "end": 257.2, "word": " Do", "probability": 0.9365234375}, {"start": 257.2, "end": 257.44, "word": " not", "probability": 0.9365234375}, {"start": 257.44, "end": 257.84, "word": " start", "probability": 0.9150390625}, {"start": 257.84, "end": 258.06, "word": " a", "probability": 0.98828125}, {"start": 258.06, "end": 258.24, "word": " new", "probability": 0.89990234375}, {"start": 258.24, "end": 258.66, "word": " line", "probability": 0.94140625}, {"start": 258.66, "end": 259.5, "word": " like", "probability": 0.9189453125}, {"start": 259.5, "end": 259.84, "word": " this.", "probability": 0.9375}, {"start": 259.96, "end": 260.18, "word": " So", "probability": 0.8779296875}, {"start": 260.18, "end": 260.42, "word": " it", "probability": 0.787109375}, {"start": 260.42, "end": 260.88, "word": " should", "probability": 0.828125}, {"start": 260.88, "end": 261.14, "word": " be", "probability": 0.9521484375}, {"start": 261.14, "end": 261.62, "word": " like", "probability": 0.865234375}, {"start": 261.62, "end": 261.94, "word": " here", "probability": 0.8427734375}, {"start": 261.94, "end": 262.24, "word": " because", "probability": 0.48583984375}, {"start": 262.24, "end": 262.44, "word": " we're", "probability": 0.743896484375}, {"start": 262.44, "end": 262.68, "word": " talking", "probability": 0.8505859375}, {"start": 262.68, "end": 263.04, "word": " about", "probability": 0.9052734375}, {"start": 263.04, "end": 263.3, "word": " a", "probability": 0.9462890625}, {"start": 263.3, "end": 263.64, "word": " paragraph", "probability": 0.92529296875}, {"start": 263.64, "end": 264.2, "word": " form,", "probability": 0.86279296875}, {"start": 264.56, "end": 264.8, "word": " not", "probability": 0.9423828125}, {"start": 264.8, "end": 265.16, "word": " an", "probability": 0.9609375}, {"start": 265.16, "end": 265.58, "word": " essay.", "probability": 0.912109375}, {"start": 265.86, "end": 265.98, "word": " Alright?", "probability": 0.60693359375}, {"start": 266.28, "end": 266.44, "word": " So", "probability": 0.95068359375}, {"start": 266.44, "end": 266.64, "word": " we're", "probability": 0.747314453125}, {"start": 266.64, "end": 267.0, "word": " starting", "probability": 0.91796875}, {"start": 267.0, "end": 267.4, "word": " with", "probability": 0.88427734375}, {"start": 267.4, "end": 267.86, "word": " the", "probability": 0.8837890625}, {"start": 267.86, "end": 268.22, "word": " paragraph", "probability": 0.92919921875}, {"start": 268.22, "end": 268.7, "word": " form.", "probability": 0.9130859375}, {"start": 268.84, "end": 269.0, "word": " Alright?", "probability": 0.77734375}, {"start": 269.3, "end": 269.4, "word": " So", "probability": 0.95703125}, {"start": 269.4, "end": 269.54, "word": " I", "probability": 0.9208984375}, {"start": 269.54, "end": 269.88, "word": " finished", "probability": 0.6044921875}, {"start": 269.88, "end": 270.26, "word": " here.", "probability": 0.85791015625}, {"start": 271.16, "end": 271.32, "word": " The", "probability": 0.85888671875}, {"start": 271.32, "end": 271.52, "word": " right", "probability": 0.8759765625}, {"start": 271.52, "end": 271.72, "word": " thing", "probability": 0.89892578125}, {"start": 271.72, "end": 272.18, "word": " is", "probability": 0.94287109375}, {"start": 272.18, "end": 273.04, "word": " second", "probability": 0.71484375}, {"start": 273.04, "end": 273.96, "word": " is", "probability": 0.433349609375}, {"start": 273.96, "end": 274.14, "word": " to", "probability": 0.87841796875}, {"start": 274.14, "end": 274.46, "word": " write", "probability": 0.904296875}, {"start": 274.46, "end": 274.94, "word": " here.", "probability": 0.85205078125}, {"start": 275.1, "end": 275.28, "word": " And", "probability": 0.93896484375}, {"start": 275.28, "end": 275.44, "word": " the", "probability": 0.88671875}, {"start": 275.44, "end": 275.62, "word": " same", "probability": 0.91455078125}, {"start": 275.62, "end": 275.94, "word": " thing", "probability": 0.9150390625}, {"start": 275.94, "end": 276.5, "word": " right", "probability": 0.4921875}, {"start": 276.5, "end": 276.94, "word": " here.", "probability": 0.85498046875}], "temperature": 1.0}, {"id": 10, "seek": 30479, "start": 278.67, "end": 304.79, "text": " So don't leave any spaces. Alright? Unless you come to the end of the paragraph, of the line, then you start a new line like naturally. But this way is not the correct way. You have always to write in every line. So the first thing of our checklist is always check your paragraph form. Alright? So the first thing, paragraph form.", "tokens": [407, 500, 380, 1856, 604, 7673, 13, 2798, 30, 16581, 291, 808, 281, 264, 917, 295, 264, 18865, 11, 295, 264, 1622, 11, 550, 291, 722, 257, 777, 1622, 411, 8195, 13, 583, 341, 636, 307, 406, 264, 3006, 636, 13, 509, 362, 1009, 281, 2464, 294, 633, 1622, 13, 407, 264, 700, 551, 295, 527, 30357, 307, 1009, 1520, 428, 18865, 1254, 13, 2798, 30, 407, 264, 700, 551, 11, 18865, 1254, 13], "avg_logprob": -0.1771874996026357, "compression_ratio": 1.6974358974358974, "no_speech_prob": 0.0, "words": [{"start": 278.67, "end": 279.03, "word": " So", "probability": 0.794921875}, {"start": 279.03, "end": 279.61, "word": " don't", "probability": 0.852294921875}, {"start": 279.61, "end": 280.47, "word": " leave", "probability": 0.9580078125}, {"start": 280.47, "end": 281.01, "word": " any", "probability": 0.8857421875}, {"start": 281.01, "end": 282.05, "word": " spaces.", "probability": 0.896484375}, {"start": 282.63, "end": 282.71, "word": " Alright?", "probability": 0.60986328125}, {"start": 282.95, "end": 283.13, "word": " Unless", "probability": 0.859375}, {"start": 283.13, "end": 283.35, "word": " you", "probability": 0.9443359375}, {"start": 283.35, "end": 283.59, "word": " come", "probability": 0.78662109375}, {"start": 283.59, "end": 283.69, "word": " to", "probability": 0.96923828125}, {"start": 283.69, "end": 283.81, "word": " the", "probability": 0.90966796875}, {"start": 283.81, "end": 283.99, "word": " end", "probability": 0.87255859375}, {"start": 283.99, "end": 284.11, "word": " of", "probability": 0.9697265625}, {"start": 284.11, "end": 284.23, "word": " the", "probability": 0.880859375}, {"start": 284.23, "end": 284.53, "word": " paragraph,", "probability": 0.5693359375}, {"start": 284.57, "end": 284.71, "word": " of", "probability": 0.81787109375}, {"start": 284.71, "end": 284.83, "word": " the", "probability": 0.92236328125}, {"start": 284.83, "end": 285.11, "word": " line,", "probability": 0.9462890625}, {"start": 285.21, "end": 285.31, "word": " then", "probability": 0.81982421875}, {"start": 285.31, "end": 285.45, "word": " you", "probability": 0.95263671875}, {"start": 285.45, "end": 285.69, "word": " start", "probability": 0.8857421875}, {"start": 285.69, "end": 285.83, "word": " a", "probability": 0.97705078125}, {"start": 285.83, "end": 285.93, "word": " new", "probability": 0.90771484375}, {"start": 285.93, "end": 286.21, "word": " line", "probability": 0.943359375}, {"start": 286.21, "end": 286.85, "word": " like", "probability": 0.387939453125}, {"start": 286.85, "end": 287.57, "word": " naturally.", "probability": 0.8564453125}, {"start": 287.83, "end": 288.05, "word": " But", "probability": 0.935546875}, {"start": 288.05, "end": 288.35, "word": " this", "probability": 0.93701171875}, {"start": 288.35, "end": 288.77, "word": " way", "probability": 0.96630859375}, {"start": 288.77, "end": 289.13, "word": " is", "probability": 0.93408203125}, {"start": 289.13, "end": 289.49, "word": " not", "probability": 0.94384765625}, {"start": 289.49, "end": 289.75, "word": " the", "probability": 0.90771484375}, {"start": 289.75, "end": 290.15, "word": " correct", "probability": 0.90966796875}, {"start": 290.15, "end": 290.41, "word": " way.", "probability": 0.95703125}, {"start": 290.49, "end": 290.63, "word": " You", "probability": 0.95751953125}, {"start": 290.63, "end": 290.95, "word": " have", "probability": 0.8916015625}, {"start": 290.95, "end": 291.41, "word": " always", "probability": 0.82080078125}, {"start": 291.41, "end": 291.71, "word": " to", "probability": 0.88232421875}, {"start": 291.71, "end": 292.41, "word": " write", "probability": 0.9404296875}, {"start": 292.41, "end": 292.63, "word": " in", "probability": 0.8310546875}, {"start": 292.63, "end": 292.93, "word": " every", "probability": 0.83251953125}, {"start": 292.93, "end": 293.17, "word": " line.", "probability": 0.955078125}, {"start": 293.25, "end": 293.39, "word": " So", "probability": 0.927734375}, {"start": 293.39, "end": 293.85, "word": " the", "probability": 0.60302734375}, {"start": 293.85, "end": 294.21, "word": " first", "probability": 0.88427734375}, {"start": 294.21, "end": 294.55, "word": " thing", "probability": 0.90966796875}, {"start": 294.55, "end": 294.95, "word": " of", "probability": 0.90673828125}, {"start": 294.95, "end": 295.23, "word": " our", "probability": 0.8896484375}, {"start": 295.23, "end": 295.63, "word": " checklist", "probability": 0.9111328125}, {"start": 295.63, "end": 298.37, "word": " is", "probability": 0.84716796875}, {"start": 298.37, "end": 299.37, "word": " always", "probability": 0.8115234375}, {"start": 299.37, "end": 300.01, "word": " check", "probability": 0.8203125}, {"start": 300.01, "end": 300.85, "word": " your", "probability": 0.87646484375}, {"start": 300.85, "end": 301.67, "word": " paragraph", "probability": 0.91455078125}, {"start": 301.67, "end": 302.27, "word": " form.", "probability": 0.658203125}, {"start": 302.47, "end": 302.63, "word": " Alright?", "probability": 0.76611328125}, {"start": 302.73, "end": 302.81, "word": " So", "probability": 0.94970703125}, {"start": 302.81, "end": 302.99, "word": " the", "probability": 0.8837890625}, {"start": 302.99, "end": 303.25, "word": " first", "probability": 0.888671875}, {"start": 303.25, "end": 303.53, "word": " thing,", "probability": 0.91650390625}, {"start": 303.85, "end": 304.27, "word": " paragraph", "probability": 0.953125}, {"start": 304.27, "end": 304.79, "word": " form.", "probability": 0.908203125}], "temperature": 1.0}, {"id": 11, "seek": 33238, "start": 311.24, "end": 332.38, "text": " Anything else? Alright. Anything else? Yes please. The sentence is there is some repetition in this paragraph. Very nice idea. Let's look at the topic sentence. Is there a topic sentence? Just read the first sentence. Is there a clear topic sentence?", "tokens": [11998, 1646, 30, 2798, 13, 11998, 1646, 30, 1079, 1767, 13, 440, 8174, 307, 456, 307, 512, 30432, 294, 341, 18865, 13, 4372, 1481, 1558, 13, 961, 311, 574, 412, 264, 4829, 8174, 13, 1119, 456, 257, 4829, 8174, 30, 1449, 1401, 264, 700, 8174, 13, 1119, 456, 257, 1850, 4829, 8174, 30], "avg_logprob": -0.23799189152540984, "compression_ratio": 1.7191780821917808, "no_speech_prob": 5.960464477539063e-08, "words": [{"start": 311.24, "end": 311.32, "word": " Anything", "probability": 0.427001953125}, {"start": 311.32, "end": 311.68, "word": " else?", "probability": 0.90771484375}, {"start": 314.6, "end": 315.04, "word": " Alright.", "probability": 0.217041015625}, {"start": 315.46, "end": 315.78, "word": " Anything", "probability": 0.58349609375}, {"start": 315.78, "end": 316.14, "word": " else?", "probability": 0.9326171875}, {"start": 316.34, "end": 316.52, "word": " Yes", "probability": 0.8642578125}, {"start": 316.52, "end": 316.86, "word": " please.", "probability": 0.51318359375}, {"start": 318.54, "end": 318.98, "word": " The", "probability": 0.8125}, {"start": 318.98, "end": 319.36, "word": " sentence", "probability": 0.6240234375}, {"start": 319.36, "end": 319.58, "word": " is", "probability": 0.60791015625}, {"start": 319.58, "end": 319.72, "word": " there", "probability": 0.50341796875}, {"start": 319.72, "end": 319.86, "word": " is", "probability": 0.79248046875}, {"start": 319.86, "end": 320.08, "word": " some", "probability": 0.82470703125}, {"start": 320.08, "end": 320.56, "word": " repetition", "probability": 0.97216796875}, {"start": 320.56, "end": 321.34, "word": " in", "probability": 0.650390625}, {"start": 321.34, "end": 321.7, "word": " this", "probability": 0.94287109375}, {"start": 321.7, "end": 323.44, "word": " paragraph.", "probability": 0.79443359375}, {"start": 323.62, "end": 323.8, "word": " Very", "probability": 0.77587890625}, {"start": 323.8, "end": 324.12, "word": " nice", "probability": 0.90087890625}, {"start": 324.12, "end": 324.38, "word": " idea.", "probability": 0.90283203125}, {"start": 324.64, "end": 324.84, "word": " Let's", "probability": 0.754150390625}, {"start": 324.84, "end": 325.06, "word": " look", "probability": 0.9599609375}, {"start": 325.06, "end": 325.16, "word": " at", "probability": 0.96142578125}, {"start": 325.16, "end": 325.28, "word": " the", "probability": 0.88623046875}, {"start": 325.28, "end": 325.5, "word": " topic", "probability": 0.953125}, {"start": 325.5, "end": 325.88, "word": " sentence.", "probability": 0.9111328125}, {"start": 326.02, "end": 326.1, "word": " Is", "probability": 0.93994140625}, {"start": 326.1, "end": 326.28, "word": " there", "probability": 0.91455078125}, {"start": 326.28, "end": 326.44, "word": " a", "probability": 0.982421875}, {"start": 326.44, "end": 326.66, "word": " topic", "probability": 0.9599609375}, {"start": 326.66, "end": 327.0, "word": " sentence?", "probability": 0.94384765625}, {"start": 329.54, "end": 329.98, "word": " Just", "probability": 0.361328125}, {"start": 329.98, "end": 330.26, "word": " read", "probability": 0.96630859375}, {"start": 330.26, "end": 330.4, "word": " the", "probability": 0.92041015625}, {"start": 330.4, "end": 330.62, "word": " first", "probability": 0.87548828125}, {"start": 330.62, "end": 330.96, "word": " sentence.", "probability": 0.9462890625}, {"start": 331.06, "end": 331.16, "word": " Is", "probability": 0.9443359375}, {"start": 331.16, "end": 331.34, "word": " there", "probability": 0.90625}, {"start": 331.34, "end": 331.5, "word": " a", "probability": 0.98486328125}, {"start": 331.5, "end": 331.74, "word": " clear", "probability": 0.919921875}, {"start": 331.74, "end": 332.08, "word": " topic", "probability": 0.947265625}, {"start": 332.08, "end": 332.38, "word": " sentence?", "probability": 0.93896484375}], "temperature": 1.0}, {"id": 12, "seek": 36176, "start": 333.5, "end": 361.76, "text": " Universities differ from high schools such as number of lectures, time of lectures and exams. I agree there is a clear topic sentence but it means, yes because here, here and here, we are talking about number of lectures, time of lectures and exams but we need to rewrite it in a better way, okay? Are there clear supporting sentences? Just go over them. Are they clear supporting sentences?", "tokens": [14052, 1088, 743, 490, 1090, 4656, 1270, 382, 1230, 295, 16564, 11, 565, 295, 16564, 293, 20514, 13, 286, 3986, 456, 307, 257, 1850, 4829, 8174, 457, 309, 1355, 11, 2086, 570, 510, 11, 510, 293, 510, 11, 321, 366, 1417, 466, 1230, 295, 16564, 11, 565, 295, 16564, 293, 20514, 457, 321, 643, 281, 28132, 309, 294, 257, 1101, 636, 11, 1392, 30, 2014, 456, 1850, 7231, 16579, 30, 1449, 352, 670, 552, 13, 2014, 436, 1850, 7231, 16579, 30], "avg_logprob": -0.2446646281495327, "compression_ratio": 1.849056603773585, "no_speech_prob": 0.0, "words": [{"start": 333.5, "end": 334.06, "word": " Universities", "probability": 0.29791259765625}, {"start": 334.06, "end": 334.34, "word": " differ", "probability": 0.78271484375}, {"start": 334.34, "end": 334.6, "word": " from", "probability": 0.86181640625}, {"start": 334.6, "end": 334.84, "word": " high", "probability": 0.6865234375}, {"start": 334.84, "end": 335.18, "word": " schools", "probability": 0.5732421875}, {"start": 335.18, "end": 335.54, "word": " such", "probability": 0.68505859375}, {"start": 335.54, "end": 335.88, "word": " as", "probability": 0.962890625}, {"start": 335.88, "end": 336.22, "word": " number", "probability": 0.7841796875}, {"start": 336.22, "end": 336.5, "word": " of", "probability": 0.9599609375}, {"start": 336.5, "end": 336.86, "word": " lectures,", "probability": 0.87841796875}, {"start": 337.1, "end": 337.22, "word": " time", "probability": 0.80078125}, {"start": 337.22, "end": 337.4, "word": " of", "probability": 0.9609375}, {"start": 337.4, "end": 337.78, "word": " lectures", "probability": 0.86376953125}, {"start": 337.78, "end": 338.32, "word": " and", "probability": 0.7001953125}, {"start": 338.32, "end": 339.56, "word": " exams.", "probability": 0.916015625}, {"start": 339.7, "end": 339.86, "word": " I", "probability": 0.91650390625}, {"start": 339.86, "end": 340.16, "word": " agree", "probability": 0.90234375}, {"start": 340.16, "end": 340.46, "word": " there", "probability": 0.5966796875}, {"start": 340.46, "end": 340.88, "word": " is", "probability": 0.85986328125}, {"start": 340.88, "end": 341.06, "word": " a", "probability": 0.76123046875}, {"start": 341.06, "end": 341.46, "word": " clear", "probability": 0.89404296875}, {"start": 341.46, "end": 341.8, "word": " topic", "probability": 0.9169921875}, {"start": 341.8, "end": 342.2, "word": " sentence", "probability": 0.9326171875}, {"start": 342.2, "end": 342.46, "word": " but", "probability": 0.640625}, {"start": 342.46, "end": 342.64, "word": " it", "probability": 0.93212890625}, {"start": 342.64, "end": 343.1, "word": " means,", "probability": 0.75634765625}, {"start": 343.74, "end": 344.0, "word": " yes", "probability": 0.859375}, {"start": 344.0, "end": 344.38, "word": " because", "probability": 0.67724609375}, {"start": 344.38, "end": 344.82, "word": " here,", "probability": 0.8251953125}, {"start": 344.96, "end": 345.26, "word": " here", "probability": 0.85400390625}, {"start": 345.26, "end": 345.48, "word": " and", "probability": 0.9267578125}, {"start": 345.48, "end": 345.84, "word": " here,", "probability": 0.85205078125}, {"start": 346.12, "end": 346.28, "word": " we", "probability": 0.418701171875}, {"start": 346.28, "end": 346.38, "word": " are", "probability": 0.619140625}, {"start": 346.38, "end": 346.64, "word": " talking", "probability": 0.85693359375}, {"start": 346.64, "end": 347.24, "word": " about", "probability": 0.8955078125}, {"start": 347.24, "end": 348.28, "word": " number", "probability": 0.8720703125}, {"start": 348.28, "end": 348.52, "word": " of", "probability": 0.97021484375}, {"start": 348.52, "end": 348.84, "word": " lectures,", "probability": 0.87890625}, {"start": 349.02, "end": 349.14, "word": " time", "probability": 0.86474609375}, {"start": 349.14, "end": 349.3, "word": " of", "probability": 0.97216796875}, {"start": 349.3, "end": 349.62, "word": " lectures", "probability": 0.87841796875}, {"start": 349.62, "end": 350.08, "word": " and", "probability": 0.82958984375}, {"start": 350.08, "end": 350.66, "word": " exams", "probability": 0.9521484375}, {"start": 350.66, "end": 350.92, "word": " but", "probability": 0.6015625}, {"start": 350.92, "end": 351.12, "word": " we", "probability": 0.9443359375}, {"start": 351.12, "end": 351.3, "word": " need", "probability": 0.8837890625}, {"start": 351.3, "end": 351.5, "word": " to", "probability": 0.96533203125}, {"start": 351.5, "end": 351.88, "word": " rewrite", "probability": 0.82421875}, {"start": 351.88, "end": 352.06, "word": " it", "probability": 0.9326171875}, {"start": 352.06, "end": 352.2, "word": " in", "probability": 0.9521484375}, {"start": 352.2, "end": 352.38, "word": " a", "probability": 0.97509765625}, {"start": 352.38, "end": 352.6, "word": " better", "probability": 0.63427734375}, {"start": 352.6, "end": 353.32, "word": " way,", "probability": 0.953125}, {"start": 353.5, "end": 353.78, "word": " okay?", "probability": 0.64404296875}, {"start": 354.3, "end": 354.58, "word": " Are", "probability": 0.93798828125}, {"start": 354.58, "end": 354.86, "word": " there", "probability": 0.73779296875}, {"start": 354.86, "end": 355.32, "word": " clear", "probability": 0.90966796875}, {"start": 355.32, "end": 355.98, "word": " supporting", "probability": 0.91552734375}, {"start": 355.98, "end": 356.68, "word": " sentences?", "probability": 0.94140625}, {"start": 357.84, "end": 358.32, "word": " Just", "probability": 0.7783203125}, {"start": 358.32, "end": 358.56, "word": " go", "probability": 0.96630859375}, {"start": 358.56, "end": 358.82, "word": " over", "probability": 0.935546875}, {"start": 358.82, "end": 359.04, "word": " them.", "probability": 0.8857421875}, {"start": 359.12, "end": 359.3, "word": " Are", "probability": 0.94677734375}, {"start": 359.3, "end": 359.48, "word": " they", "probability": 0.80322265625}, {"start": 359.48, "end": 360.0, "word": " clear", "probability": 0.91357421875}, {"start": 360.0, "end": 361.12, "word": " supporting", "probability": 0.77880859375}, {"start": 361.12, "end": 361.76, "word": " sentences?", "probability": 0.935546875}], "temperature": 1.0}, {"id": 13, "seek": 39417, "start": 364.95, "end": 394.17, "text": " I think they are okay, but we need some more development. Yes. We need some more development. We'll see later on a very clear example of what a paragraph on this topic should look like. Is there a conclusion? Yes. Yes, there is a conclusion, okay? But it needs some fine tuning, some tweaking so that we are able to present a clear idea and a clear conclusion, alright? So in this paragraph, yes, the structure is clear. We have a topic sentence, we have supporting sentences, but they need some development.", "tokens": [286, 519, 436, 366, 1392, 11, 457, 321, 643, 512, 544, 3250, 13, 1079, 13, 492, 643, 512, 544, 3250, 13, 492, 603, 536, 1780, 322, 257, 588, 1850, 1365, 295, 437, 257, 18865, 322, 341, 4829, 820, 574, 411, 13, 1119, 456, 257, 10063, 30, 1079, 13, 1079, 11, 456, 307, 257, 10063, 11, 1392, 30, 583, 309, 2203, 512, 2489, 15164, 11, 512, 6986, 2456, 370, 300, 321, 366, 1075, 281, 1974, 257, 1850, 1558, 293, 257, 1850, 10063, 11, 5845, 30, 407, 294, 341, 18865, 11, 2086, 11, 264, 3877, 307, 1850, 13, 492, 362, 257, 4829, 8174, 11, 321, 362, 7231, 16579, 11, 457, 436, 643, 512, 3250, 13], "avg_logprob": -0.164336623983425, "compression_ratio": 1.8713235294117647, "no_speech_prob": 0.0, "words": [{"start": 364.95, "end": 365.19, "word": " I", "probability": 0.82763671875}, {"start": 365.19, "end": 365.43, "word": " think", "probability": 0.92333984375}, {"start": 365.43, "end": 365.61, "word": " they", "probability": 0.708984375}, {"start": 365.61, "end": 365.75, "word": " are", "probability": 0.78271484375}, {"start": 365.75, "end": 366.25, "word": " okay,", "probability": 0.751953125}, {"start": 366.55, "end": 366.71, "word": " but", "probability": 0.916015625}, {"start": 366.71, "end": 366.89, "word": " we", "probability": 0.95556640625}, {"start": 366.89, "end": 367.07, "word": " need", "probability": 0.9296875}, {"start": 367.07, "end": 367.33, "word": " some", "probability": 0.880859375}, {"start": 367.33, "end": 367.57, "word": " more", "probability": 0.92041015625}, {"start": 367.57, "end": 368.21, "word": " development.", "probability": 0.9384765625}, {"start": 368.49, "end": 368.55, "word": " Yes.", "probability": 0.24609375}, {"start": 368.61, "end": 368.77, "word": " We", "probability": 0.8798828125}, {"start": 368.77, "end": 368.93, "word": " need", "probability": 0.9208984375}, {"start": 368.93, "end": 369.17, "word": " some", "probability": 0.876953125}, {"start": 369.17, "end": 369.39, "word": " more", "probability": 0.9248046875}, {"start": 369.39, "end": 369.89, "word": " development.", "probability": 0.93701171875}, {"start": 370.01, "end": 370.13, "word": " We'll", "probability": 0.715087890625}, {"start": 370.13, "end": 370.39, "word": " see", "probability": 0.93017578125}, {"start": 370.39, "end": 370.95, "word": " later", "probability": 0.9267578125}, {"start": 370.95, "end": 371.43, "word": " on", "probability": 0.9521484375}, {"start": 371.43, "end": 371.63, "word": " a", "probability": 0.85498046875}, {"start": 371.63, "end": 371.89, "word": " very", "probability": 0.80712890625}, {"start": 371.89, "end": 372.13, "word": " clear", "probability": 0.88623046875}, {"start": 372.13, "end": 372.59, "word": " example", "probability": 0.9619140625}, {"start": 372.59, "end": 372.81, "word": " of", "probability": 0.94482421875}, {"start": 372.81, "end": 373.07, "word": " what", "probability": 0.947265625}, {"start": 373.07, "end": 373.31, "word": " a", "probability": 0.97607421875}, {"start": 373.31, "end": 373.63, "word": " paragraph", "probability": 0.94873046875}, {"start": 373.63, "end": 373.97, "word": " on", "probability": 0.8876953125}, {"start": 373.97, "end": 374.15, "word": " this", "probability": 0.947265625}, {"start": 374.15, "end": 374.37, "word": " topic", "probability": 0.951171875}, {"start": 374.37, "end": 374.61, "word": " should", "probability": 0.962890625}, {"start": 374.61, "end": 374.89, "word": " look", "probability": 0.966796875}, {"start": 374.89, "end": 375.23, "word": " like.", "probability": 0.93701171875}, {"start": 375.53, "end": 375.73, "word": " Is", "probability": 0.912109375}, {"start": 375.73, "end": 375.87, "word": " there", "probability": 0.91162109375}, {"start": 375.87, "end": 376.01, "word": " a", "probability": 0.98974609375}, {"start": 376.01, "end": 376.41, "word": " conclusion?", "probability": 0.884765625}, {"start": 376.89, "end": 377.13, "word": " Yes.", "probability": 0.93994140625}, {"start": 377.31, "end": 377.79, "word": " Yes,", "probability": 0.923828125}, {"start": 377.85, "end": 378.05, "word": " there", "probability": 0.88916015625}, {"start": 378.05, "end": 378.19, "word": " is", "probability": 0.92431640625}, {"start": 378.19, "end": 378.31, "word": " a", "probability": 0.9921875}, {"start": 378.31, "end": 378.79, "word": " conclusion,", "probability": 0.89892578125}, {"start": 378.95, "end": 379.13, "word": " okay?", "probability": 0.84619140625}, {"start": 379.15, "end": 379.31, "word": " But", "probability": 0.92626953125}, {"start": 379.31, "end": 379.49, "word": " it", "probability": 0.9189453125}, {"start": 379.49, "end": 379.73, "word": " needs", "probability": 0.8271484375}, {"start": 379.73, "end": 379.97, "word": " some", "probability": 0.8935546875}, {"start": 379.97, "end": 380.31, "word": " fine", "probability": 0.9541015625}, {"start": 380.31, "end": 380.65, "word": " tuning,", "probability": 0.52685546875}, {"start": 380.75, "end": 380.93, "word": " some", "probability": 0.89501953125}, {"start": 380.93, "end": 381.37, "word": " tweaking", "probability": 0.97265625}, {"start": 381.37, "end": 381.91, "word": " so", "probability": 0.6142578125}, {"start": 381.91, "end": 382.17, "word": " that", "probability": 0.93408203125}, {"start": 382.17, "end": 382.33, "word": " we", "probability": 0.96337890625}, {"start": 382.33, "end": 382.55, "word": " are", "probability": 0.93359375}, {"start": 382.55, "end": 382.85, "word": " able", "probability": 0.9462890625}, {"start": 382.85, "end": 383.21, "word": " to", "probability": 0.97021484375}, {"start": 383.21, "end": 384.07, "word": " present", "probability": 0.91015625}, {"start": 384.07, "end": 384.35, "word": " a", "probability": 0.99853515625}, {"start": 384.35, "end": 384.73, "word": " clear", "probability": 0.90283203125}, {"start": 384.73, "end": 385.11, "word": " idea", "probability": 0.90869140625}, {"start": 385.11, "end": 385.37, "word": " and", "probability": 0.798828125}, {"start": 385.37, "end": 385.47, "word": " a", "probability": 0.5634765625}, {"start": 385.47, "end": 385.79, "word": " clear", "probability": 0.9111328125}, {"start": 385.79, "end": 386.71, "word": " conclusion,", "probability": 0.88623046875}, {"start": 386.91, "end": 387.09, "word": " alright?", "probability": 0.469970703125}, {"start": 387.31, "end": 387.57, "word": " So", "probability": 0.96044921875}, {"start": 387.57, "end": 387.75, "word": " in", "probability": 0.501953125}, {"start": 387.75, "end": 387.95, "word": " this", "probability": 0.94580078125}, {"start": 387.95, "end": 388.33, "word": " paragraph,", "probability": 0.95947265625}, {"start": 388.57, "end": 388.81, "word": " yes,", "probability": 0.96044921875}, {"start": 388.99, "end": 389.15, "word": " the", "probability": 0.9169921875}, {"start": 389.15, "end": 389.53, "word": " structure", "probability": 0.875}, {"start": 389.53, "end": 389.79, "word": " is", "probability": 0.94921875}, {"start": 389.79, "end": 390.09, "word": " clear.", "probability": 0.88818359375}, {"start": 390.19, "end": 390.31, "word": " We", "probability": 0.96240234375}, {"start": 390.31, "end": 390.47, "word": " have", "probability": 0.94775390625}, {"start": 390.47, "end": 390.59, "word": " a", "probability": 0.97802734375}, {"start": 390.59, "end": 390.83, "word": " topic", "probability": 0.95556640625}, {"start": 390.83, "end": 391.21, "word": " sentence,", "probability": 0.9541015625}, {"start": 391.39, "end": 391.55, "word": " we", "probability": 0.962890625}, {"start": 391.55, "end": 391.77, "word": " have", "probability": 0.9482421875}, {"start": 391.77, "end": 392.25, "word": " supporting", "probability": 0.9248046875}, {"start": 392.25, "end": 392.79, "word": " sentences,", "probability": 0.9208984375}, {"start": 392.91, "end": 393.13, "word": " but", "probability": 0.9267578125}, {"start": 393.13, "end": 393.31, "word": " they", "probability": 0.88916015625}, {"start": 393.31, "end": 393.45, "word": " need", "probability": 0.93212890625}, {"start": 393.45, "end": 393.69, "word": " some", "probability": 0.8974609375}, {"start": 393.69, "end": 394.17, "word": " development.", "probability": 0.931640625}], "temperature": 1.0}, {"id": 14, "seek": 41430, "start": 394.7, "end": 414.3, "text": " And then we have a concluding sentence. But let's look at the grammar which is very important at this stage. Let's look at the first sentence. Is there a problem with the grammar here? Yes. University differs from high school such as the number of lectures, time of lectures and exams.", "tokens": [400, 550, 321, 362, 257, 9312, 278, 8174, 13, 583, 718, 311, 574, 412, 264, 22317, 597, 307, 588, 1021, 412, 341, 3233, 13, 961, 311, 574, 412, 264, 700, 8174, 13, 1119, 456, 257, 1154, 365, 264, 22317, 510, 30, 1079, 13, 3535, 37761, 490, 1090, 1395, 1270, 382, 264, 1230, 295, 16564, 11, 565, 295, 16564, 293, 20514, 13], "avg_logprob": -0.15801411146117794, "compression_ratio": 1.545945945945946, "no_speech_prob": 5.960464477539063e-08, "words": [{"start": 394.7, "end": 395.04, "word": " And", "probability": 0.5703125}, {"start": 395.04, "end": 395.26, "word": " then", "probability": 0.8515625}, {"start": 395.26, "end": 395.46, "word": " we", "probability": 0.9033203125}, {"start": 395.46, "end": 395.8, "word": " have", "probability": 0.9453125}, {"start": 395.8, "end": 396.38, "word": " a", "probability": 0.9208984375}, {"start": 396.38, "end": 397.62, "word": " concluding", "probability": 0.968017578125}, {"start": 397.62, "end": 398.34, "word": " sentence.", "probability": 0.9501953125}, {"start": 398.52, "end": 398.74, "word": " But", "probability": 0.80126953125}, {"start": 398.74, "end": 399.32, "word": " let's", "probability": 0.79345703125}, {"start": 399.32, "end": 399.56, "word": " look", "probability": 0.96484375}, {"start": 399.56, "end": 399.76, "word": " at", "probability": 0.96435546875}, {"start": 399.76, "end": 399.9, "word": " the", "probability": 0.89111328125}, {"start": 399.9, "end": 400.16, "word": " grammar", "probability": 0.92431640625}, {"start": 400.16, "end": 400.48, "word": " which", "probability": 0.5947265625}, {"start": 400.48, "end": 400.62, "word": " is", "probability": 0.95068359375}, {"start": 400.62, "end": 400.84, "word": " very", "probability": 0.84716796875}, {"start": 400.84, "end": 401.38, "word": " important", "probability": 0.87646484375}, {"start": 401.38, "end": 401.66, "word": " at", "probability": 0.84716796875}, {"start": 401.66, "end": 401.84, "word": " this", "probability": 0.94482421875}, {"start": 401.84, "end": 402.24, "word": " stage.", "probability": 0.89697265625}, {"start": 402.88, "end": 403.18, "word": " Let's", "probability": 0.931396484375}, {"start": 403.18, "end": 403.32, "word": " look", "probability": 0.96630859375}, {"start": 403.32, "end": 403.44, "word": " at", "probability": 0.958984375}, {"start": 403.44, "end": 403.56, "word": " the", "probability": 0.9169921875}, {"start": 403.56, "end": 403.82, "word": " first", "probability": 0.8916015625}, {"start": 403.82, "end": 404.16, "word": " sentence.", "probability": 0.939453125}, {"start": 404.26, "end": 404.34, "word": " Is", "probability": 0.86962890625}, {"start": 404.34, "end": 404.5, "word": " there", "probability": 0.91650390625}, {"start": 404.5, "end": 404.64, "word": " a", "probability": 0.986328125}, {"start": 404.64, "end": 405.04, "word": " problem", "probability": 0.888671875}, {"start": 405.04, "end": 405.4, "word": " with", "probability": 0.9130859375}, {"start": 405.4, "end": 405.76, "word": " the", "probability": 0.91748046875}, {"start": 405.76, "end": 406.68, "word": " grammar", "probability": 0.875}, {"start": 406.68, "end": 407.04, "word": " here?", "probability": 0.83984375}, {"start": 407.58, "end": 407.72, "word": " Yes.", "probability": 0.50927734375}, {"start": 408.22, "end": 408.78, "word": " University", "probability": 0.6162109375}, {"start": 408.78, "end": 409.14, "word": " differs", "probability": 0.69482421875}, {"start": 409.14, "end": 409.5, "word": " from", "probability": 0.87646484375}, {"start": 409.5, "end": 409.74, "word": " high", "probability": 0.8046875}, {"start": 409.74, "end": 410.12, "word": " school", "probability": 0.57373046875}, {"start": 410.12, "end": 410.44, "word": " such", "probability": 0.82275390625}, {"start": 410.44, "end": 410.7, "word": " as", "probability": 0.95947265625}, {"start": 410.7, "end": 410.82, "word": " the", "probability": 0.849609375}, {"start": 410.82, "end": 411.16, "word": " number", "probability": 0.9091796875}, {"start": 411.16, "end": 411.82, "word": " of", "probability": 0.95947265625}, {"start": 411.82, "end": 412.26, "word": " lectures,", "probability": 0.87939453125}, {"start": 412.44, "end": 412.62, "word": " time", "probability": 0.873046875}, {"start": 412.62, "end": 412.78, "word": " of", "probability": 0.9638671875}, {"start": 412.78, "end": 413.28, "word": " lectures", "probability": 0.859375}, {"start": 413.28, "end": 413.66, "word": " and", "probability": 0.669921875}, {"start": 413.66, "end": 414.3, "word": " exams.", "probability": 0.9375}], "temperature": 1.0}, {"id": 15, "seek": 43227, "start": 414.75, "end": 432.27, "text": "Differs. Alright, so there's a problem here with always check your subject-verb agreement, okay? University differs. This is something called subject-verb agreement, alright?", "tokens": [35, 3661, 433, 13, 2798, 11, 370, 456, 311, 257, 1154, 510, 365, 1009, 1520, 428, 3983, 12, 25809, 8106, 11, 1392, 30, 3535, 37761, 13, 639, 307, 746, 1219, 3983, 12, 25809, 8106, 11, 5845, 30], "avg_logprob": -0.34703946270440755, "compression_ratio": 1.359375, "no_speech_prob": 0.0, "words": [{"start": 414.75, "end": 415.37, "word": "Differs.", "probability": 0.581787109375}, {"start": 416.85, "end": 417.51, "word": " Alright,", "probability": 0.1751708984375}, {"start": 417.65, "end": 417.77, "word": " so", "probability": 0.87890625}, {"start": 417.77, "end": 418.09, "word": " there's", "probability": 0.6632080078125}, {"start": 418.09, "end": 418.23, "word": " a", "probability": 0.9794921875}, {"start": 418.23, "end": 418.55, "word": " problem", "probability": 0.86767578125}, {"start": 418.55, "end": 418.81, "word": " here", "probability": 0.71533203125}, {"start": 418.81, "end": 419.11, "word": " with", "probability": 0.50341796875}, {"start": 419.11, "end": 420.11, "word": " always", "probability": 0.58349609375}, {"start": 420.11, "end": 420.63, "word": " check", "probability": 0.779296875}, {"start": 420.63, "end": 420.91, "word": " your", "probability": 0.8662109375}, {"start": 420.91, "end": 421.43, "word": " subject", "probability": 0.951171875}, {"start": 421.43, "end": 421.83, "word": "-verb", "probability": 0.701171875}, {"start": 421.83, "end": 422.57, "word": " agreement,", "probability": 0.919921875}, {"start": 422.85, "end": 423.19, "word": " okay?", "probability": 0.7255859375}, {"start": 423.89, "end": 424.55, "word": " University", "probability": 0.7421875}, {"start": 424.55, "end": 426.37, "word": " differs.", "probability": 0.9423828125}, {"start": 426.65, "end": 426.93, "word": " This", "probability": 0.86279296875}, {"start": 426.93, "end": 427.09, "word": " is", "probability": 0.9326171875}, {"start": 427.09, "end": 427.41, "word": " something", "probability": 0.72021484375}, {"start": 427.41, "end": 427.65, "word": " called", "probability": 0.8388671875}, {"start": 427.65, "end": 428.33, "word": " subject", "probability": 0.9189453125}, {"start": 428.33, "end": 430.19, "word": "-verb", "probability": 0.94580078125}, {"start": 430.19, "end": 431.79, "word": " agreement,", "probability": 0.92724609375}, {"start": 431.99, "end": 432.27, "word": " alright?", "probability": 0.89404296875}], "temperature": 1.0}, {"id": 16, "seek": 45720, "start": 433.7, "end": 457.2, "text": " So at this stage you should be able to address, to avoid making these kinds of problems. Always make sure that the subject agrees with the verb or vice versa. The verb agrees with the subject. University differs, universities differ from school. So the second thing that you need to look at is subject, verb", "tokens": [407, 412, 341, 3233, 291, 820, 312, 1075, 281, 2985, 11, 281, 5042, 1455, 613, 3685, 295, 2740, 13, 11270, 652, 988, 300, 264, 3983, 26383, 365, 264, 9595, 420, 11964, 25650, 13, 440, 9595, 26383, 365, 264, 3983, 13, 3535, 37761, 11, 11779, 743, 490, 1395, 13, 407, 264, 1150, 551, 300, 291, 643, 281, 574, 412, 307, 3983, 11, 9595], "avg_logprob": -0.23759919972646804, "compression_ratio": 1.6559139784946237, "no_speech_prob": 0.0, "words": [{"start": 433.7, "end": 433.96, "word": " So", "probability": 0.7490234375}, {"start": 433.96, "end": 434.12, "word": " at", "probability": 0.611328125}, {"start": 434.12, "end": 434.26, "word": " this", "probability": 0.94384765625}, {"start": 434.26, "end": 434.64, "word": " stage", "probability": 0.90966796875}, {"start": 434.64, "end": 434.76, "word": " you", "probability": 0.662109375}, {"start": 434.76, "end": 434.92, "word": " should", "probability": 0.96533203125}, {"start": 434.92, "end": 435.08, "word": " be", "probability": 0.9384765625}, {"start": 435.08, "end": 435.38, "word": " able", "probability": 0.953125}, {"start": 435.38, "end": 435.56, "word": " to", "probability": 0.96826171875}, {"start": 435.56, "end": 436.0, "word": " address,", "probability": 0.94140625}, {"start": 436.24, "end": 436.36, "word": " to", "probability": 0.94140625}, {"start": 436.36, "end": 436.82, "word": " avoid", "probability": 0.8994140625}, {"start": 436.82, "end": 437.38, "word": " making", "probability": 0.360595703125}, {"start": 437.38, "end": 437.72, "word": " these", "probability": 0.82080078125}, {"start": 437.72, "end": 437.98, "word": " kinds", "probability": 0.8642578125}, {"start": 437.98, "end": 438.1, "word": " of", "probability": 0.97119140625}, {"start": 438.1, "end": 438.44, "word": " problems.", "probability": 0.82373046875}, {"start": 438.64, "end": 438.74, "word": " Always", "probability": 0.4560546875}, {"start": 438.74, "end": 439.0, "word": " make", "probability": 0.9375}, {"start": 439.0, "end": 439.18, "word": " sure", "probability": 0.9111328125}, {"start": 439.18, "end": 439.58, "word": " that", "probability": 0.91796875}, {"start": 439.58, "end": 440.08, "word": " the", "probability": 0.89697265625}, {"start": 440.08, "end": 440.62, "word": " subject", "probability": 0.96484375}, {"start": 440.62, "end": 441.78, "word": " agrees", "probability": 0.875}, {"start": 441.78, "end": 441.98, "word": " with", "probability": 0.9033203125}, {"start": 441.98, "end": 442.16, "word": " the", "probability": 0.92138671875}, {"start": 442.16, "end": 442.38, "word": " verb", "probability": 0.865234375}, {"start": 442.38, "end": 442.58, "word": " or", "probability": 0.8349609375}, {"start": 442.58, "end": 442.78, "word": " vice", "probability": 0.89208984375}, {"start": 442.78, "end": 443.08, "word": " versa.", "probability": 0.71728515625}, {"start": 443.2, "end": 443.32, "word": " The", "probability": 0.74755859375}, {"start": 443.32, "end": 443.6, "word": " verb", "probability": 0.900390625}, {"start": 443.6, "end": 444.02, "word": " agrees", "probability": 0.91650390625}, {"start": 444.02, "end": 444.38, "word": " with", "probability": 0.89404296875}, {"start": 444.38, "end": 444.56, "word": " the", "probability": 0.88037109375}, {"start": 444.56, "end": 444.78, "word": " subject.", "probability": 0.9482421875}, {"start": 445.0, "end": 445.52, "word": " University", "probability": 0.6142578125}, {"start": 445.52, "end": 446.14, "word": " differs,", "probability": 0.92822265625}, {"start": 446.42, "end": 447.12, "word": " universities", "probability": 0.8212890625}, {"start": 447.12, "end": 448.18, "word": " differ", "probability": 0.9453125}, {"start": 448.18, "end": 449.0, "word": " from", "probability": 0.859375}, {"start": 449.0, "end": 450.08, "word": " school.", "probability": 0.37451171875}, {"start": 450.42, "end": 450.42, "word": " So", "probability": 0.82080078125}, {"start": 450.42, "end": 450.56, "word": " the", "probability": 0.67333984375}, {"start": 450.56, "end": 451.08, "word": " second", "probability": 0.67236328125}, {"start": 451.08, "end": 451.72, "word": " thing", "probability": 0.90087890625}, {"start": 451.72, "end": 451.98, "word": " that", "probability": 0.88818359375}, {"start": 451.98, "end": 452.18, "word": " you", "probability": 0.96142578125}, {"start": 452.18, "end": 452.34, "word": " need", "probability": 0.9169921875}, {"start": 452.34, "end": 452.5, "word": " to", "probability": 0.96630859375}, {"start": 452.5, "end": 452.72, "word": " look", "probability": 0.9658203125}, {"start": 452.72, "end": 453.06, "word": " at", "probability": 0.9609375}, {"start": 453.06, "end": 453.5, "word": " is", "probability": 0.9228515625}, {"start": 453.5, "end": 454.56, "word": " subject,", "probability": 0.7158203125}, {"start": 456.04, "end": 457.2, "word": " verb", "probability": 0.88232421875}], "temperature": 1.0}, {"id": 17, "seek": 48615, "start": 461.01, "end": 486.15, "text": " Make sure that you avoid making any kinds of mistakes that relate to the grammatical point of subject-verb agreement. We are still in the first sentence. What problems do you see in this first sentence? Let's look at punctuation. Is there a correct punctuation here in this sentence? Punctuation.", "tokens": [4387, 988, 300, 291, 5042, 1455, 604, 3685, 295, 8038, 300, 10961, 281, 264, 17570, 267, 804, 935, 295, 3983, 12, 25809, 8106, 13, 492, 366, 920, 294, 264, 700, 8174, 13, 708, 2740, 360, 291, 536, 294, 341, 700, 8174, 30, 961, 311, 574, 412, 27006, 16073, 13, 1119, 456, 257, 3006, 27006, 16073, 510, 294, 341, 8174, 30, 22574, 349, 16073, 13], "avg_logprob": -0.14795673076923077, "compression_ratio": 1.6229508196721312, "no_speech_prob": 0.0, "words": [{"start": 461.01, "end": 461.35, "word": " Make", "probability": 0.5732421875}, {"start": 461.35, "end": 461.65, "word": " sure", "probability": 0.91796875}, {"start": 461.65, "end": 461.91, "word": " that", "probability": 0.8310546875}, {"start": 461.91, "end": 462.03, "word": " you", "probability": 0.96142578125}, {"start": 462.03, "end": 462.47, "word": " avoid", "probability": 0.85498046875}, {"start": 462.47, "end": 462.91, "word": " making", "probability": 0.8720703125}, {"start": 462.91, "end": 463.21, "word": " any", "probability": 0.90087890625}, {"start": 463.21, "end": 463.53, "word": " kinds", "probability": 0.67236328125}, {"start": 463.53, "end": 463.67, "word": " of", "probability": 0.9697265625}, {"start": 463.67, "end": 464.17, "word": " mistakes", "probability": 0.8310546875}, {"start": 464.17, "end": 464.71, "word": " that", "probability": 0.8837890625}, {"start": 464.71, "end": 465.79, "word": " relate", "probability": 0.51025390625}, {"start": 465.79, "end": 466.37, "word": " to", "probability": 0.96630859375}, {"start": 466.37, "end": 466.75, "word": " the", "probability": 0.80078125}, {"start": 466.75, "end": 467.35, "word": " grammatical", "probability": 0.9127604166666666}, {"start": 467.35, "end": 467.73, "word": " point", "probability": 0.78369140625}, {"start": 467.73, "end": 467.87, "word": " of", "probability": 0.94384765625}, {"start": 467.87, "end": 468.21, "word": " subject", "probability": 0.82421875}, {"start": 468.21, "end": 468.65, "word": "-verb", "probability": 0.758056640625}, {"start": 468.65, "end": 469.41, "word": " agreement.", "probability": 0.89111328125}, {"start": 469.67, "end": 469.83, "word": " We", "probability": 0.8994140625}, {"start": 469.83, "end": 469.95, "word": " are", "probability": 0.8798828125}, {"start": 469.95, "end": 470.17, "word": " still", "probability": 0.958984375}, {"start": 470.17, "end": 470.35, "word": " in", "probability": 0.9072265625}, {"start": 470.35, "end": 470.49, "word": " the", "probability": 0.91748046875}, {"start": 470.49, "end": 470.75, "word": " first", "probability": 0.8896484375}, {"start": 470.75, "end": 471.27, "word": " sentence.", "probability": 0.92724609375}, {"start": 471.63, "end": 471.75, "word": " What", "probability": 0.85888671875}, {"start": 471.75, "end": 472.55, "word": " problems", "probability": 0.6142578125}, {"start": 472.55, "end": 472.75, "word": " do", "probability": 0.94384765625}, {"start": 472.75, "end": 472.85, "word": " you", "probability": 0.96240234375}, {"start": 472.85, "end": 473.07, "word": " see", "probability": 0.92431640625}, {"start": 473.07, "end": 473.21, "word": " in", "probability": 0.93212890625}, {"start": 473.21, "end": 473.37, "word": " this", "probability": 0.88720703125}, {"start": 473.37, "end": 473.69, "word": " first", "probability": 0.86962890625}, {"start": 473.69, "end": 474.17, "word": " sentence?", "probability": 0.92822265625}, {"start": 477.73, "end": 478.23, "word": " Let's", "probability": 0.869873046875}, {"start": 478.23, "end": 478.37, "word": " look", "probability": 0.9599609375}, {"start": 478.37, "end": 478.51, "word": " at", "probability": 0.966796875}, {"start": 478.51, "end": 479.17, "word": " punctuation.", "probability": 0.962890625}, {"start": 479.29, "end": 479.43, "word": " Is", "probability": 0.93896484375}, {"start": 479.43, "end": 479.61, "word": " there", "probability": 0.91552734375}, {"start": 479.61, "end": 479.75, "word": " a", "probability": 0.947265625}, {"start": 479.75, "end": 480.05, "word": " correct", "probability": 0.8837890625}, {"start": 480.05, "end": 481.11, "word": " punctuation", "probability": 0.989501953125}, {"start": 481.11, "end": 481.37, "word": " here", "probability": 0.75732421875}, {"start": 481.37, "end": 481.49, "word": " in", "probability": 0.9326171875}, {"start": 481.49, "end": 481.63, "word": " this", "probability": 0.85009765625}, {"start": 481.63, "end": 482.09, "word": " sentence?", "probability": 0.92822265625}, {"start": 485.59, "end": 486.15, "word": " Punctuation.", "probability": 0.857421875}], "temperature": 1.0}, {"id": 18, "seek": 51323, "start": 486.61, "end": 513.23, "text": " High school. Do we have to capitalize high school? No. There is no need for capital letter here. Alright? Can you see this? I would like to just to sensitize your awareness to make sure that you have like these forensic eyes, you know, forensic look at your writing. Just make sure that there is no need for a capital letter here for high school. So, the third thing that we need to look at is capitalization.", "tokens": [5229, 1395, 13, 1144, 321, 362, 281, 48114, 1090, 1395, 30, 883, 13, 821, 307, 572, 643, 337, 4238, 5063, 510, 13, 2798, 30, 1664, 291, 536, 341, 30, 286, 576, 411, 281, 445, 281, 17039, 1125, 428, 8888, 281, 652, 988, 300, 291, 362, 411, 613, 39084, 2575, 11, 291, 458, 11, 39084, 574, 412, 428, 3579, 13, 1449, 652, 988, 300, 456, 307, 572, 643, 337, 257, 4238, 5063, 510, 337, 1090, 1395, 13, 407, 11, 264, 2636, 551, 300, 321, 643, 281, 574, 412, 307, 4238, 2144, 13], "avg_logprob": -0.18495245213093964, "compression_ratio": 1.8468468468468469, "no_speech_prob": 0.0, "words": [{"start": 486.61, "end": 487.01, "word": " High", "probability": 0.6982421875}, {"start": 487.01, "end": 487.43, "word": " school.", "probability": 0.73974609375}, {"start": 487.49, "end": 488.01, "word": " Do", "probability": 0.75341796875}, {"start": 488.01, "end": 488.17, "word": " we", "probability": 0.82861328125}, {"start": 488.17, "end": 488.33, "word": " have", "probability": 0.9365234375}, {"start": 488.33, "end": 488.49, "word": " to", "probability": 0.97119140625}, {"start": 488.49, "end": 488.97, "word": " capitalize", "probability": 0.76513671875}, {"start": 488.97, "end": 489.35, "word": " high", "probability": 0.7548828125}, {"start": 489.35, "end": 489.65, "word": " school?", "probability": 0.9453125}, {"start": 489.95, "end": 489.99, "word": " No.", "probability": 0.477783203125}, {"start": 490.41, "end": 490.63, "word": " There", "probability": 0.67041015625}, {"start": 490.63, "end": 490.79, "word": " is", "probability": 0.787109375}, {"start": 490.79, "end": 491.01, "word": " no", "probability": 0.94482421875}, {"start": 491.01, "end": 491.37, "word": " need", "probability": 0.9453125}, {"start": 491.37, "end": 491.71, "word": " for", "probability": 0.9462890625}, {"start": 491.71, "end": 492.25, "word": " capital", "probability": 0.794921875}, {"start": 492.25, "end": 492.61, "word": " letter", "probability": 0.95263671875}, {"start": 492.61, "end": 492.97, "word": " here.", "probability": 0.8544921875}, {"start": 493.39, "end": 493.61, "word": " Alright?", "probability": 0.53271484375}, {"start": 494.13, "end": 494.25, "word": " Can", "probability": 0.9111328125}, {"start": 494.25, "end": 494.35, "word": " you", "probability": 0.962890625}, {"start": 494.35, "end": 494.49, "word": " see", "probability": 0.927734375}, {"start": 494.49, "end": 494.63, "word": " this?", "probability": 0.931640625}, {"start": 494.91, "end": 495.01, "word": " I", "probability": 0.9375}, {"start": 495.01, "end": 495.65, "word": " would", "probability": 0.50146484375}, {"start": 495.65, "end": 495.89, "word": " like", "probability": 0.9228515625}, {"start": 495.89, "end": 496.07, "word": " to", "probability": 0.8564453125}, {"start": 496.07, "end": 496.37, "word": " just", "probability": 0.66748046875}, {"start": 496.37, "end": 496.57, "word": " to", "probability": 0.55517578125}, {"start": 496.57, "end": 497.15, "word": " sensitize", "probability": 0.969482421875}, {"start": 497.15, "end": 497.29, "word": " your", "probability": 0.88232421875}, {"start": 497.29, "end": 497.67, "word": " awareness", "probability": 0.82421875}, {"start": 497.67, "end": 497.89, "word": " to", "probability": 0.63037109375}, {"start": 497.89, "end": 498.17, "word": " make", "probability": 0.94287109375}, {"start": 498.17, "end": 498.45, "word": " sure", "probability": 0.90673828125}, {"start": 498.45, "end": 499.07, "word": " that", "probability": 0.9267578125}, {"start": 499.07, "end": 499.31, "word": " you", "probability": 0.9638671875}, {"start": 499.31, "end": 499.89, "word": " have", "probability": 0.9228515625}, {"start": 499.89, "end": 500.13, "word": " like", "probability": 0.81494140625}, {"start": 500.13, "end": 500.41, "word": " these", "probability": 0.66943359375}, {"start": 500.41, "end": 500.91, "word": " forensic", "probability": 0.90185546875}, {"start": 500.91, "end": 501.39, "word": " eyes,", "probability": 0.90283203125}, {"start": 501.57, "end": 501.59, "word": " you", "probability": 0.89208984375}, {"start": 501.59, "end": 501.77, "word": " know,", "probability": 0.88232421875}, {"start": 502.15, "end": 502.61, "word": " forensic", "probability": 0.55029296875}, {"start": 502.61, "end": 503.03, "word": " look", "probability": 0.962890625}, {"start": 503.03, "end": 503.31, "word": " at", "probability": 0.96533203125}, {"start": 503.31, "end": 503.51, "word": " your", "probability": 0.89013671875}, {"start": 503.51, "end": 503.97, "word": " writing.", "probability": 0.90869140625}, {"start": 504.49, "end": 504.75, "word": " Just", "probability": 0.8681640625}, {"start": 504.75, "end": 505.05, "word": " make", "probability": 0.9267578125}, {"start": 505.05, "end": 505.23, "word": " sure", "probability": 0.9130859375}, {"start": 505.23, "end": 505.51, "word": " that", "probability": 0.85302734375}, {"start": 505.51, "end": 505.77, "word": " there", "probability": 0.900390625}, {"start": 505.77, "end": 505.91, "word": " is", "probability": 0.93310546875}, {"start": 505.91, "end": 506.17, "word": " no", "probability": 0.90380859375}, {"start": 506.17, "end": 506.35, "word": " need", "probability": 0.8896484375}, {"start": 506.35, "end": 506.51, "word": " for", "probability": 0.927734375}, {"start": 506.51, "end": 506.63, "word": " a", "probability": 0.587890625}, {"start": 506.63, "end": 506.93, "word": " capital", "probability": 0.931640625}, {"start": 506.93, "end": 507.27, "word": " letter", "probability": 0.96337890625}, {"start": 507.27, "end": 507.57, "word": " here", "probability": 0.822265625}, {"start": 507.57, "end": 507.83, "word": " for", "probability": 0.94189453125}, {"start": 507.83, "end": 508.15, "word": " high", "probability": 0.89453125}, {"start": 508.15, "end": 508.43, "word": " school.", "probability": 0.94970703125}, {"start": 508.57, "end": 508.69, "word": " So,", "probability": 0.93798828125}, {"start": 508.83, "end": 508.93, "word": " the", "probability": 0.91015625}, {"start": 508.93, "end": 509.27, "word": " third", "probability": 0.9287109375}, {"start": 509.27, "end": 509.53, "word": " thing", "probability": 0.91259765625}, {"start": 509.53, "end": 509.67, "word": " that", "probability": 0.921875}, {"start": 509.67, "end": 509.81, "word": " we", "probability": 0.95361328125}, {"start": 509.81, "end": 510.01, "word": " need", "probability": 0.91259765625}, {"start": 510.01, "end": 510.13, "word": " to", "probability": 0.96435546875}, {"start": 510.13, "end": 510.35, "word": " look", "probability": 0.9677734375}, {"start": 510.35, "end": 510.67, "word": " at", "probability": 0.9599609375}, {"start": 510.67, "end": 511.13, "word": " is", "probability": 0.94775390625}, {"start": 511.13, "end": 513.23, "word": " capitalization.", "probability": 0.93359375}], "temperature": 1.0}, {"id": 19, "seek": 54279, "start": 515.53, "end": 542.79, "text": " Just make sure that you capitalize where necessary according to the things, to the rules that we talked about. Don't capitalize randomly, in a random way. Just make sure that you know the rules of capitalization and apply them correctly, all right? So we don't need to capitalize high school, all right? All right, such as, don't you mind if we use a comma before sunshine? Such as the number of", "tokens": [1449, 652, 988, 300, 291, 48114, 689, 4818, 4650, 281, 264, 721, 11, 281, 264, 4474, 300, 321, 2825, 466, 13, 1468, 380, 48114, 16979, 11, 294, 257, 4974, 636, 13, 1449, 652, 988, 300, 291, 458, 264, 4474, 295, 4238, 2144, 293, 3079, 552, 8944, 11, 439, 558, 30, 407, 321, 500, 380, 643, 281, 48114, 1090, 1395, 11, 439, 558, 30, 1057, 558, 11, 1270, 382, 11, 500, 380, 291, 1575, 498, 321, 764, 257, 22117, 949, 25219, 30, 9653, 382, 264, 1230, 295], "avg_logprob": -0.21533763956749577, "compression_ratio": 1.7757847533632287, "no_speech_prob": 5.960464477539063e-08, "words": [{"start": 515.53, "end": 515.93, "word": " Just", "probability": 0.6123046875}, {"start": 515.93, "end": 516.25, "word": " make", "probability": 0.94091796875}, {"start": 516.25, "end": 516.53, "word": " sure", "probability": 0.9169921875}, {"start": 516.53, "end": 516.85, "word": " that", "probability": 0.9248046875}, {"start": 516.85, "end": 517.17, "word": " you", "probability": 0.96142578125}, {"start": 517.17, "end": 517.91, "word": " capitalize", "probability": 0.76123046875}, {"start": 517.91, "end": 519.03, "word": " where", "probability": 0.66650390625}, {"start": 519.03, "end": 519.71, "word": " necessary", "probability": 0.94775390625}, {"start": 519.71, "end": 520.17, "word": " according", "probability": 0.71533203125}, {"start": 520.17, "end": 520.41, "word": " to", "probability": 0.96435546875}, {"start": 520.41, "end": 520.55, "word": " the", "probability": 0.88427734375}, {"start": 520.55, "end": 520.91, "word": " things,", "probability": 0.68798828125}, {"start": 521.15, "end": 521.21, "word": " to", "probability": 0.89697265625}, {"start": 521.21, "end": 521.37, "word": " the", "probability": 0.91162109375}, {"start": 521.37, "end": 521.63, "word": " rules", "probability": 0.8046875}, {"start": 521.63, "end": 521.85, "word": " that", "probability": 0.90771484375}, {"start": 521.85, "end": 522.05, "word": " we", "probability": 0.962890625}, {"start": 522.05, "end": 522.43, "word": " talked", "probability": 0.8603515625}, {"start": 522.43, "end": 522.77, "word": " about.", "probability": 0.900390625}, {"start": 522.91, "end": 523.19, "word": " Don't", "probability": 0.95703125}, {"start": 523.19, "end": 523.67, "word": " capitalize", "probability": 0.92138671875}, {"start": 523.67, "end": 525.29, "word": " randomly,", "probability": 0.8291015625}, {"start": 525.57, "end": 525.77, "word": " in", "probability": 0.94873046875}, {"start": 525.77, "end": 525.91, "word": " a", "probability": 0.9951171875}, {"start": 525.91, "end": 526.29, "word": " random", "probability": 0.85791015625}, {"start": 526.29, "end": 526.65, "word": " way.", "probability": 0.9619140625}, {"start": 526.91, "end": 527.11, "word": " Just", "probability": 0.87255859375}, {"start": 527.11, "end": 527.35, "word": " make", "probability": 0.93798828125}, {"start": 527.35, "end": 527.53, "word": " sure", "probability": 0.91015625}, {"start": 527.53, "end": 527.77, "word": " that", "probability": 0.92041015625}, {"start": 527.77, "end": 527.93, "word": " you", "probability": 0.9609375}, {"start": 527.93, "end": 528.11, "word": " know", "probability": 0.88916015625}, {"start": 528.11, "end": 528.31, "word": " the", "probability": 0.9052734375}, {"start": 528.31, "end": 528.57, "word": " rules", "probability": 0.84521484375}, {"start": 528.57, "end": 528.83, "word": " of", "probability": 0.96826171875}, {"start": 528.83, "end": 529.63, "word": " capitalization", "probability": 0.984130859375}, {"start": 529.63, "end": 529.83, "word": " and", "probability": 0.88916015625}, {"start": 529.83, "end": 530.23, "word": " apply", "probability": 0.90673828125}, {"start": 530.23, "end": 530.61, "word": " them", "probability": 0.89208984375}, {"start": 530.61, "end": 531.59, "word": " correctly,", "probability": 0.89111328125}, {"start": 531.91, "end": 532.05, "word": " all", "probability": 0.611328125}, {"start": 532.05, "end": 532.15, "word": " right?", "probability": 0.91552734375}, {"start": 532.17, "end": 532.35, "word": " So", "probability": 0.96142578125}, {"start": 532.35, "end": 532.57, "word": " we", "probability": 0.74560546875}, {"start": 532.57, "end": 532.87, "word": " don't", "probability": 0.9814453125}, {"start": 532.87, "end": 533.09, "word": " need", "probability": 0.89892578125}, {"start": 533.09, "end": 533.29, "word": " to", "probability": 0.97216796875}, {"start": 533.29, "end": 533.69, "word": " capitalize", "probability": 0.8662109375}, {"start": 533.69, "end": 534.23, "word": " high", "probability": 0.9013671875}, {"start": 534.23, "end": 534.59, "word": " school,", "probability": 0.9501953125}, {"start": 534.91, "end": 535.05, "word": " all", "probability": 0.943359375}, {"start": 535.05, "end": 535.23, "word": " right?", "probability": 0.91455078125}, {"start": 536.19, "end": 536.41, "word": " All", "probability": 0.841796875}, {"start": 536.41, "end": 536.67, "word": " right,", "probability": 0.91357421875}, {"start": 536.95, "end": 537.23, "word": " such", "probability": 0.951171875}, {"start": 537.23, "end": 537.65, "word": " as,", "probability": 0.96826171875}, {"start": 537.77, "end": 537.95, "word": " don't", "probability": 0.61309814453125}, {"start": 537.95, "end": 537.97, "word": " you", "probability": 0.2291259765625}, {"start": 537.97, "end": 538.11, "word": " mind", "probability": 0.86376953125}, {"start": 538.11, "end": 538.25, "word": " if", "probability": 0.85205078125}, {"start": 538.25, "end": 538.33, "word": " we", "probability": 0.9287109375}, {"start": 538.33, "end": 538.57, "word": " use", "probability": 0.884765625}, {"start": 538.57, "end": 538.71, "word": " a", "probability": 0.97265625}, {"start": 538.71, "end": 538.93, "word": " comma", "probability": 0.884765625}, {"start": 538.93, "end": 539.21, "word": " before", "probability": 0.8017578125}, {"start": 539.21, "end": 539.55, "word": " sunshine?", "probability": 0.154541015625}, {"start": 539.85, "end": 540.37, "word": " Such", "probability": 0.76708984375}, {"start": 540.37, "end": 540.91, "word": " as", "probability": 0.96630859375}, {"start": 540.91, "end": 541.47, "word": " the", "probability": 0.83056640625}, {"start": 541.47, "end": 542.13, "word": " number", "probability": 0.93408203125}, {"start": 542.13, "end": 542.79, "word": " of", "probability": 0.96728515625}], "temperature": 1.0}, {"id": 20, "seek": 56634, "start": 543.02, "end": 566.34, "text": " Lectures, times of lectures and exam. Alright? Let's look at the second sentence and do you have any problems here? Look at punctuation and capitalization again. What do you notice? What do you notice in the punctuation and the capitalization? Alright. Yes please.", "tokens": [37196, 1303, 11, 1413, 295, 16564, 293, 1139, 13, 2798, 30, 961, 311, 574, 412, 264, 1150, 8174, 293, 360, 291, 362, 604, 2740, 510, 30, 2053, 412, 27006, 16073, 293, 4238, 2144, 797, 13, 708, 360, 291, 3449, 30, 708, 360, 291, 3449, 294, 264, 27006, 16073, 293, 264, 4238, 2144, 30, 2798, 13, 1079, 1767, 13], "avg_logprob": -0.2031250050512411, "compression_ratio": 1.6772151898734178, "no_speech_prob": 5.960464477539063e-08, "words": [{"start": 543.02, "end": 543.66, "word": " Lectures,", "probability": 0.796142578125}, {"start": 543.9, "end": 544.18, "word": " times", "probability": 0.58642578125}, {"start": 544.18, "end": 544.36, "word": " of", "probability": 0.94677734375}, {"start": 544.36, "end": 544.74, "word": " lectures", "probability": 0.86328125}, {"start": 544.74, "end": 545.32, "word": " and", "probability": 0.8076171875}, {"start": 545.32, "end": 546.14, "word": " exam.", "probability": 0.4443359375}, {"start": 546.5, "end": 546.76, "word": " Alright?", "probability": 0.455078125}, {"start": 547.12, "end": 547.3, "word": " Let's", "probability": 0.935302734375}, {"start": 547.3, "end": 547.52, "word": " look", "probability": 0.96435546875}, {"start": 547.52, "end": 547.7, "word": " at", "probability": 0.96826171875}, {"start": 547.7, "end": 547.84, "word": " the", "probability": 0.9140625}, {"start": 547.84, "end": 548.2, "word": " second", "probability": 0.88330078125}, {"start": 548.2, "end": 549.56, "word": " sentence", "probability": 0.94775390625}, {"start": 549.56, "end": 550.8, "word": " and", "probability": 0.57373046875}, {"start": 550.8, "end": 551.54, "word": " do", "probability": 0.83740234375}, {"start": 551.54, "end": 551.64, "word": " you", "probability": 0.96728515625}, {"start": 551.64, "end": 551.82, "word": " have", "probability": 0.9501953125}, {"start": 551.82, "end": 552.0, "word": " any", "probability": 0.89404296875}, {"start": 552.0, "end": 552.44, "word": " problems", "probability": 0.841796875}, {"start": 552.44, "end": 552.82, "word": " here?", "probability": 0.833984375}, {"start": 555.02, "end": 555.34, "word": " Look", "probability": 0.8369140625}, {"start": 555.34, "end": 555.46, "word": " at", "probability": 0.96728515625}, {"start": 555.46, "end": 556.36, "word": " punctuation", "probability": 0.965087890625}, {"start": 556.36, "end": 557.98, "word": " and", "probability": 0.75390625}, {"start": 557.98, "end": 559.14, "word": " capitalization", "probability": 0.96826171875}, {"start": 559.14, "end": 559.66, "word": " again.", "probability": 0.472412109375}, {"start": 560.42, "end": 560.58, "word": " What", "probability": 0.8662109375}, {"start": 560.58, "end": 560.76, "word": " do", "probability": 0.9599609375}, {"start": 560.76, "end": 560.86, "word": " you", "probability": 0.966796875}, {"start": 560.86, "end": 561.34, "word": " notice?", "probability": 0.94921875}, {"start": 561.74, "end": 562.22, "word": " What", "probability": 0.8173828125}, {"start": 562.22, "end": 562.38, "word": " do", "probability": 0.95361328125}, {"start": 562.38, "end": 562.46, "word": " you", "probability": 0.96435546875}, {"start": 562.46, "end": 562.7, "word": " notice", "probability": 0.94287109375}, {"start": 562.7, "end": 562.86, "word": " in", "probability": 0.93701171875}, {"start": 562.86, "end": 563.0, "word": " the", "probability": 0.8603515625}, {"start": 563.0, "end": 563.58, "word": " punctuation", "probability": 0.9814453125}, {"start": 563.58, "end": 563.78, "word": " and", "probability": 0.92919921875}, {"start": 563.78, "end": 563.92, "word": " the", "probability": 0.67578125}, {"start": 563.92, "end": 564.78, "word": " capitalization?", "probability": 0.985595703125}, {"start": 565.34, "end": 565.62, "word": " Alright.", "probability": 0.355224609375}, {"start": 565.9, "end": 566.08, "word": " Yes", "probability": 0.9609375}, {"start": 566.08, "end": 566.34, "word": " please.", "probability": 0.454345703125}], "temperature": 1.0}, {"id": 21, "seek": 59398, "start": 569.58, "end": 593.98, "text": " Before but, very nice. So it is not here, it should be here. I saw this quite often in some of your writings. So the comma is always before the coordinating conjunctions, not after it. So it is comma, but, comma, so, not so, comma, and so on. And the same thing, podium is about all. There is no need for capitalizing.", "tokens": [4546, 457, 11, 588, 1481, 13, 407, 309, 307, 406, 510, 11, 309, 820, 312, 510, 13, 286, 1866, 341, 1596, 2049, 294, 512, 295, 428, 30083, 13, 407, 264, 22117, 307, 1009, 949, 264, 37824, 18244, 3916, 11, 406, 934, 309, 13, 407, 309, 307, 22117, 11, 457, 11, 22117, 11, 370, 11, 406, 370, 11, 22117, 11, 293, 370, 322, 13, 400, 264, 912, 551, 11, 26827, 307, 466, 439, 13, 821, 307, 572, 643, 337, 4238, 3319, 13], "avg_logprob": -0.26753049761783787, "compression_ratio": 1.6030150753768844, "no_speech_prob": 5.960464477539063e-08, "words": [{"start": 569.5799999999999, "end": 570.06, "word": " Before", "probability": 0.1787109375}, {"start": 570.06, "end": 570.54, "word": " but,", "probability": 0.69287109375}, {"start": 570.64, "end": 570.92, "word": " very", "probability": 0.20263671875}, {"start": 570.92, "end": 571.14, "word": " nice.", "probability": 0.85498046875}, {"start": 571.32, "end": 571.48, "word": " So", "probability": 0.81005859375}, {"start": 571.48, "end": 571.7, "word": " it", "probability": 0.763671875}, {"start": 571.7, "end": 571.94, "word": " is", "probability": 0.75927734375}, {"start": 571.94, "end": 572.3, "word": " not", "probability": 0.9326171875}, {"start": 572.3, "end": 572.62, "word": " here,", "probability": 0.8349609375}, {"start": 572.78, "end": 572.9, "word": " it", "probability": 0.93505859375}, {"start": 572.9, "end": 573.08, "word": " should", "probability": 0.9658203125}, {"start": 573.08, "end": 573.34, "word": " be", "probability": 0.9560546875}, {"start": 573.34, "end": 574.5, "word": " here.", "probability": 0.83203125}, {"start": 574.76, "end": 575.02, "word": " I", "probability": 0.958984375}, {"start": 575.02, "end": 575.3, "word": " saw", "probability": 0.67236328125}, {"start": 575.3, "end": 575.46, "word": " this", "probability": 0.87890625}, {"start": 575.46, "end": 575.72, "word": " quite", "probability": 0.8564453125}, {"start": 575.72, "end": 576.08, "word": " often", "probability": 0.8173828125}, {"start": 576.08, "end": 576.74, "word": " in", "probability": 0.89208984375}, {"start": 576.74, "end": 577.28, "word": " some", "probability": 0.86376953125}, {"start": 577.28, "end": 577.82, "word": " of", "probability": 0.92138671875}, {"start": 577.82, "end": 577.96, "word": " your", "probability": 0.880859375}, {"start": 577.96, "end": 578.28, "word": " writings.", "probability": 0.94921875}, {"start": 578.68, "end": 578.9, "word": " So", "probability": 0.82958984375}, {"start": 578.9, "end": 579.66, "word": " the", "probability": 0.5029296875}, {"start": 579.66, "end": 579.9, "word": " comma", "probability": 0.85205078125}, {"start": 579.9, "end": 580.1, "word": " is", "probability": 0.8974609375}, {"start": 580.1, "end": 580.32, "word": " always", "probability": 0.916015625}, {"start": 580.32, "end": 580.74, "word": " before", "probability": 0.8779296875}, {"start": 580.74, "end": 580.96, "word": " the", "probability": 0.90771484375}, {"start": 580.96, "end": 581.62, "word": " coordinating", "probability": 0.90234375}, {"start": 581.62, "end": 582.4, "word": " conjunctions,", "probability": 0.772216796875}, {"start": 582.68, "end": 582.76, "word": " not", "probability": 0.92333984375}, {"start": 582.76, "end": 583.76, "word": " after", "probability": 0.84228515625}, {"start": 583.76, "end": 584.52, "word": " it.", "probability": 0.9326171875}, {"start": 584.66, "end": 584.74, "word": " So", "probability": 0.92529296875}, {"start": 584.74, "end": 584.92, "word": " it", "probability": 0.9013671875}, {"start": 584.92, "end": 585.14, "word": " is", "probability": 0.8896484375}, {"start": 585.14, "end": 585.66, "word": " comma,", "probability": 0.8486328125}, {"start": 585.86, "end": 586.1, "word": " but,", "probability": 0.93408203125}, {"start": 586.24, "end": 586.48, "word": " comma,", "probability": 0.90673828125}, {"start": 586.76, "end": 586.88, "word": " so,", "probability": 0.88330078125}, {"start": 587.0, "end": 587.2, "word": " not", "probability": 0.90087890625}, {"start": 587.2, "end": 587.46, "word": " so,", "probability": 0.80126953125}, {"start": 587.56, "end": 587.74, "word": " comma,", "probability": 0.822265625}, {"start": 587.88, "end": 588.02, "word": " and", "probability": 0.93603515625}, {"start": 588.02, "end": 588.26, "word": " so", "probability": 0.9384765625}, {"start": 588.26, "end": 588.52, "word": " on.", "probability": 0.93505859375}, {"start": 588.86, "end": 589.0, "word": " And", "probability": 0.89306640625}, {"start": 589.0, "end": 589.1, "word": " the", "probability": 0.62841796875}, {"start": 589.1, "end": 589.32, "word": " same", "probability": 0.90771484375}, {"start": 589.32, "end": 589.66, "word": " thing,", "probability": 0.90185546875}, {"start": 590.0, "end": 590.52, "word": " podium", "probability": 0.148681640625}, {"start": 590.52, "end": 590.86, "word": " is", "probability": 0.93408203125}, {"start": 590.86, "end": 591.16, "word": " about", "probability": 0.71337890625}, {"start": 591.16, "end": 591.54, "word": " all.", "probability": 0.669921875}, {"start": 592.18, "end": 592.32, "word": " There", "probability": 0.80126953125}, {"start": 592.32, "end": 592.52, "word": " is", "probability": 0.9365234375}, {"start": 592.52, "end": 592.7, "word": " no", "probability": 0.9404296875}, {"start": 592.7, "end": 592.9, "word": " need", "probability": 0.90966796875}, {"start": 592.9, "end": 593.14, "word": " for", "probability": 0.94140625}, {"start": 593.14, "end": 593.98, "word": " capitalizing.", "probability": 0.786376953125}], "temperature": 1.0}, {"id": 22, "seek": 62385, "start": 594.91, "end": 623.85, "text": " All right? So first of all, in university, you choose your lectures, but in school, you have five or six classes. Classes. Classes. Very nice. Okay? So make sure that you have this, what we call number agreement. Okay? Five or six, it takes a plural, not singular. Now, one problem, five problems. All right? So the fourth, number four is number agreement.", "tokens": [1057, 558, 30, 407, 700, 295, 439, 11, 294, 5454, 11, 291, 2826, 428, 16564, 11, 457, 294, 1395, 11, 291, 362, 1732, 420, 2309, 5359, 13, 9471, 279, 13, 9471, 279, 13, 4372, 1481, 13, 1033, 30, 407, 652, 988, 300, 291, 362, 341, 11, 437, 321, 818, 1230, 8106, 13, 1033, 30, 9436, 420, 2309, 11, 309, 2516, 257, 25377, 11, 406, 20010, 13, 823, 11, 472, 1154, 11, 1732, 2740, 13, 1057, 558, 30, 407, 264, 6409, 11, 1230, 1451, 307, 1230, 8106, 13], "avg_logprob": -0.23721591603349557, "compression_ratio": 1.708133971291866, "no_speech_prob": 1.7881393432617188e-07, "words": [{"start": 594.9100000000001, "end": 595.4300000000001, "word": " All", "probability": 0.2059326171875}, {"start": 595.4300000000001, "end": 595.95, "word": " right?", "probability": 0.87353515625}, {"start": 596.29, "end": 596.41, "word": " So", "probability": 0.919921875}, {"start": 596.41, "end": 596.77, "word": " first", "probability": 0.669921875}, {"start": 596.77, "end": 596.95, "word": " of", "probability": 0.9697265625}, {"start": 596.95, "end": 597.17, "word": " all,", "probability": 0.9482421875}, {"start": 597.33, "end": 597.55, "word": " in", "probability": 0.2388916015625}, {"start": 597.55, "end": 598.57, "word": " university,", "probability": 0.7802734375}, {"start": 598.85, "end": 598.87, "word": " you", "probability": 0.9326171875}, {"start": 598.87, "end": 599.09, "word": " choose", "probability": 0.87841796875}, {"start": 599.09, "end": 599.31, "word": " your", "probability": 0.87353515625}, {"start": 599.31, "end": 599.69, "word": " lectures,", "probability": 0.8798828125}, {"start": 599.93, "end": 600.07, "word": " but", "probability": 0.92822265625}, {"start": 600.07, "end": 600.23, "word": " in", "probability": 0.93359375}, {"start": 600.23, "end": 600.51, "word": " school,", "probability": 0.93408203125}, {"start": 600.65, "end": 600.71, "word": " you", "probability": 0.9638671875}, {"start": 600.71, "end": 601.05, "word": " have", "probability": 0.9384765625}, {"start": 601.05, "end": 601.73, "word": " five", "probability": 0.8525390625}, {"start": 601.73, "end": 601.95, "word": " or", "probability": 0.96337890625}, {"start": 601.95, "end": 602.31, "word": " six", "probability": 0.9599609375}, {"start": 602.31, "end": 603.03, "word": " classes.", "probability": 0.81494140625}, {"start": 605.41, "end": 605.93, "word": " Classes.", "probability": 0.7880859375}, {"start": 605.93, "end": 605.93, "word": " Classes.", "probability": 0.766845703125}, {"start": 606.19, "end": 606.41, "word": " Very", "probability": 0.52978515625}, {"start": 606.41, "end": 606.81, "word": " nice.", "probability": 0.888671875}, {"start": 607.03, "end": 607.35, "word": " Okay?", "probability": 0.72021484375}, {"start": 607.83, "end": 608.01, "word": " So", "probability": 0.93994140625}, {"start": 608.01, "end": 608.37, "word": " make", "probability": 0.71630859375}, {"start": 608.37, "end": 608.53, "word": " sure", "probability": 0.90966796875}, {"start": 608.53, "end": 608.77, "word": " that", "probability": 0.91845703125}, {"start": 608.77, "end": 608.93, "word": " you", "probability": 0.93994140625}, {"start": 608.93, "end": 609.15, "word": " have", "probability": 0.947265625}, {"start": 609.15, "end": 609.43, "word": " this,", "probability": 0.85595703125}, {"start": 609.63, "end": 609.77, "word": " what", "probability": 0.947265625}, {"start": 609.77, "end": 609.91, "word": " we", "probability": 0.9619140625}, {"start": 609.91, "end": 610.11, "word": " call", "probability": 0.875}, {"start": 610.11, "end": 610.55, "word": " number", "probability": 0.72509765625}, {"start": 610.55, "end": 611.11, "word": " agreement.", "probability": 0.87060546875}, {"start": 611.41, "end": 611.65, "word": " Okay?", "probability": 0.6962890625}, {"start": 611.95, "end": 612.33, "word": " Five", "probability": 0.89404296875}, {"start": 612.33, "end": 612.51, "word": " or", "probability": 0.96337890625}, {"start": 612.51, "end": 612.83, "word": " six,", "probability": 0.95361328125}, {"start": 612.95, "end": 613.07, "word": " it", "probability": 0.9423828125}, {"start": 613.07, "end": 613.31, "word": " takes", "probability": 0.80078125}, {"start": 613.31, "end": 613.49, "word": " a", "probability": 0.97802734375}, {"start": 613.49, "end": 613.79, "word": " plural,", "probability": 0.9853515625}, {"start": 614.23, "end": 614.53, "word": " not", "probability": 0.810546875}, {"start": 614.53, "end": 615.13, "word": " singular.", "probability": 0.95849609375}, {"start": 615.69, "end": 615.81, "word": " Now,", "probability": 0.75634765625}, {"start": 616.01, "end": 616.27, "word": " one", "probability": 0.93115234375}, {"start": 616.27, "end": 616.79, "word": " problem,", "probability": 0.88720703125}, {"start": 617.17, "end": 617.49, "word": " five", "probability": 0.900390625}, {"start": 617.49, "end": 618.19, "word": " problems.", "probability": 0.83056640625}, {"start": 618.37, "end": 618.71, "word": " All", "probability": 0.87939453125}, {"start": 618.71, "end": 618.83, "word": " right?", "probability": 0.91259765625}, {"start": 619.09, "end": 619.25, "word": " So", "probability": 0.95703125}, {"start": 619.25, "end": 619.45, "word": " the", "probability": 0.78759765625}, {"start": 619.45, "end": 619.93, "word": " fourth,", "probability": 0.93115234375}, {"start": 620.27, "end": 620.49, "word": " number", "probability": 0.93505859375}, {"start": 620.49, "end": 620.87, "word": " four", "probability": 0.9423828125}, {"start": 620.87, "end": 621.29, "word": " is", "probability": 0.673828125}, {"start": 621.29, "end": 623.23, "word": " number", "probability": 0.72705078125}, {"start": 623.23, "end": 623.85, "word": " agreement.", "probability": 0.89208984375}], "temperature": 1.0}, {"id": 23, "seek": 65485, "start": 628.71, "end": 654.85, "text": " Alright, so make sure that the number agrees with the now. For example, two problems, two people, one child, two children, ten children and so on. Alright? Let's see the third one. Second, in university you can choose your lecture times. You have some in the morning and some lectures in the afternoon. There is a very clear problem that we talked about last time, in the last lecture.", "tokens": [2798, 11, 370, 652, 988, 300, 264, 1230, 26383, 365, 264, 586, 13, 1171, 1365, 11, 732, 2740, 11, 732, 561, 11, 472, 1440, 11, 732, 2227, 11, 2064, 2227, 293, 370, 322, 13, 2798, 30, 961, 311, 536, 264, 2636, 472, 13, 5736, 11, 294, 5454, 291, 393, 2826, 428, 7991, 1413, 13, 509, 362, 512, 294, 264, 2446, 293, 512, 16564, 294, 264, 6499, 13, 821, 307, 257, 588, 1850, 1154, 300, 321, 2825, 466, 1036, 565, 11, 294, 264, 1036, 7991, 13], "avg_logprob": -0.1989462191975394, "compression_ratio": 1.6929824561403508, "no_speech_prob": 5.960464477539063e-08, "words": [{"start": 628.71, "end": 629.15, "word": " Alright,", "probability": 0.513671875}, {"start": 629.49, "end": 629.59, "word": " so", "probability": 0.8828125}, {"start": 629.59, "end": 629.85, "word": " make", "probability": 0.9130859375}, {"start": 629.85, "end": 630.03, "word": " sure", "probability": 0.927734375}, {"start": 630.03, "end": 630.43, "word": " that", "probability": 0.90576171875}, {"start": 630.43, "end": 630.71, "word": " the", "probability": 0.763671875}, {"start": 630.71, "end": 630.99, "word": " number", "probability": 0.9228515625}, {"start": 630.99, "end": 631.55, "word": " agrees", "probability": 0.85400390625}, {"start": 631.55, "end": 631.75, "word": " with", "probability": 0.9013671875}, {"start": 631.75, "end": 631.89, "word": " the", "probability": 0.8212890625}, {"start": 631.89, "end": 632.11, "word": " now.", "probability": 0.197509765625}, {"start": 632.27, "end": 632.37, "word": " For", "probability": 0.91845703125}, {"start": 632.37, "end": 632.71, "word": " example,", "probability": 0.96923828125}, {"start": 633.21, "end": 633.43, "word": " two", "probability": 0.76025390625}, {"start": 633.43, "end": 634.01, "word": " problems,", "probability": 0.83154296875}, {"start": 634.17, "end": 634.33, "word": " two", "probability": 0.92919921875}, {"start": 634.33, "end": 634.83, "word": " people,", "probability": 0.96484375}, {"start": 635.01, "end": 635.17, "word": " one", "probability": 0.93017578125}, {"start": 635.17, "end": 635.63, "word": " child,", "probability": 0.8857421875}, {"start": 635.77, "end": 635.91, "word": " two", "probability": 0.9267578125}, {"start": 635.91, "end": 636.37, "word": " children,", "probability": 0.85400390625}, {"start": 636.55, "end": 636.73, "word": " ten", "probability": 0.814453125}, {"start": 636.73, "end": 637.11, "word": " children", "probability": 0.84423828125}, {"start": 637.11, "end": 637.39, "word": " and", "probability": 0.64208984375}, {"start": 637.39, "end": 637.69, "word": " so", "probability": 0.94970703125}, {"start": 637.69, "end": 638.77, "word": " on.", "probability": 0.71484375}, {"start": 639.05, "end": 639.25, "word": " Alright?", "probability": 0.5556640625}, {"start": 640.09, "end": 640.31, "word": " Let's", "probability": 0.7159423828125}, {"start": 640.31, "end": 640.61, "word": " see", "probability": 0.92529296875}, {"start": 640.61, "end": 642.25, "word": " the", "probability": 0.744140625}, {"start": 642.25, "end": 642.53, "word": " third", "probability": 0.919921875}, {"start": 642.53, "end": 642.77, "word": " one.", "probability": 0.9169921875}, {"start": 642.85, "end": 643.19, "word": " Second,", "probability": 0.78857421875}, {"start": 643.97, "end": 644.25, "word": " in", "probability": 0.92724609375}, {"start": 644.25, "end": 645.01, "word": " university", "probability": 0.63427734375}, {"start": 645.01, "end": 645.31, "word": " you", "probability": 0.66943359375}, {"start": 645.31, "end": 645.49, "word": " can", "probability": 0.9326171875}, {"start": 645.49, "end": 645.75, "word": " choose", "probability": 0.90478515625}, {"start": 645.75, "end": 645.91, "word": " your", "probability": 0.8740234375}, {"start": 645.91, "end": 646.17, "word": " lecture", "probability": 0.94287109375}, {"start": 646.17, "end": 646.63, "word": " times.", "probability": 0.8876953125}, {"start": 647.13, "end": 647.29, "word": " You", "probability": 0.9345703125}, {"start": 647.29, "end": 647.67, "word": " have", "probability": 0.8701171875}, {"start": 647.67, "end": 648.03, "word": " some", "probability": 0.90673828125}, {"start": 648.03, "end": 648.51, "word": " in", "probability": 0.93701171875}, {"start": 648.51, "end": 648.65, "word": " the", "probability": 0.9130859375}, {"start": 648.65, "end": 648.97, "word": " morning", "probability": 0.88671875}, {"start": 648.97, "end": 649.31, "word": " and", "probability": 0.90576171875}, {"start": 649.31, "end": 649.59, "word": " some", "probability": 0.90087890625}, {"start": 649.59, "end": 649.99, "word": " lectures", "probability": 0.87451171875}, {"start": 649.99, "end": 650.21, "word": " in", "probability": 0.94384765625}, {"start": 650.21, "end": 650.39, "word": " the", "probability": 0.9189453125}, {"start": 650.39, "end": 650.91, "word": " afternoon.", "probability": 0.8623046875}, {"start": 651.07, "end": 651.15, "word": " There", "probability": 0.73828125}, {"start": 651.15, "end": 651.27, "word": " is", "probability": 0.84521484375}, {"start": 651.27, "end": 651.41, "word": " a", "probability": 0.986328125}, {"start": 651.41, "end": 651.61, "word": " very", "probability": 0.85205078125}, {"start": 651.61, "end": 651.81, "word": " clear", "probability": 0.8623046875}, {"start": 651.81, "end": 652.19, "word": " problem", "probability": 0.87451171875}, {"start": 652.19, "end": 652.35, "word": " that", "probability": 0.90087890625}, {"start": 652.35, "end": 652.51, "word": " we", "probability": 0.96142578125}, {"start": 652.51, "end": 652.81, "word": " talked", "probability": 0.8759765625}, {"start": 652.81, "end": 653.15, "word": " about", "probability": 0.908203125}, {"start": 653.15, "end": 653.65, "word": " last", "probability": 0.85498046875}, {"start": 653.65, "end": 653.93, "word": " time,", "probability": 0.8759765625}, {"start": 653.97, "end": 654.07, "word": " in", "probability": 0.9306640625}, {"start": 654.07, "end": 654.19, "word": " the", "probability": 0.9130859375}, {"start": 654.19, "end": 654.45, "word": " last", "probability": 0.86962890625}, {"start": 654.45, "end": 654.85, "word": " lecture.", "probability": 0.9296875}], "temperature": 1.0}, {"id": 24, "seek": 68165, "start": 657.87, "end": 681.65, "text": " It's very clear. Remember we talked about run on and comma splice. Is that correct? What is the problem here? It's run on sentences. It's a comma splice sentence because of the comma here. It's only one comma between two sentences and this is not correct. How can we fix it?", "tokens": [467, 311, 588, 1850, 13, 5459, 321, 2825, 466, 1190, 322, 293, 22117, 4732, 573, 13, 1119, 300, 3006, 30, 708, 307, 264, 1154, 510, 30, 467, 311, 1190, 322, 16579, 13, 467, 311, 257, 22117, 4732, 573, 8174, 570, 295, 264, 22117, 510, 13, 467, 311, 787, 472, 22117, 1296, 732, 16579, 293, 341, 307, 406, 3006, 13, 1012, 393, 321, 3191, 309, 30], "avg_logprob": -0.23461174219846725, "compression_ratio": 1.6369047619047619, "no_speech_prob": 5.960464477539063e-08, "words": [{"start": 657.87, "end": 658.15, "word": " It's", "probability": 0.53369140625}, {"start": 658.15, "end": 658.39, "word": " very", "probability": 0.63720703125}, {"start": 658.39, "end": 658.73, "word": " clear.", "probability": 0.8955078125}, {"start": 659.01, "end": 659.25, "word": " Remember", "probability": 0.8662109375}, {"start": 659.25, "end": 659.49, "word": " we", "probability": 0.80224609375}, {"start": 659.49, "end": 659.73, "word": " talked", "probability": 0.859375}, {"start": 659.73, "end": 660.19, "word": " about", "probability": 0.91650390625}, {"start": 660.19, "end": 660.41, "word": " run", "probability": 0.84716796875}, {"start": 660.41, "end": 660.65, "word": " on", "probability": 0.61328125}, {"start": 660.65, "end": 660.89, "word": " and", "probability": 0.8984375}, {"start": 660.89, "end": 661.13, "word": " comma", "probability": 0.8603515625}, {"start": 661.13, "end": 661.71, "word": " splice.", "probability": 0.890869140625}, {"start": 661.87, "end": 662.11, "word": " Is", "probability": 0.7529296875}, {"start": 662.11, "end": 662.23, "word": " that", "probability": 0.9287109375}, {"start": 662.23, "end": 662.47, "word": " correct?", "probability": 0.89404296875}, {"start": 662.91, "end": 663.27, "word": " What", "probability": 0.4052734375}, {"start": 663.27, "end": 663.85, "word": " is", "probability": 0.91015625}, {"start": 663.85, "end": 663.93, "word": " the", "probability": 0.744140625}, {"start": 663.93, "end": 664.29, "word": " problem", "probability": 0.86669921875}, {"start": 664.29, "end": 664.65, "word": " here?", "probability": 0.845703125}, {"start": 667.19, "end": 667.79, "word": " It's", "probability": 0.553955078125}, {"start": 667.79, "end": 667.99, "word": " run", "probability": 0.72314453125}, {"start": 667.99, "end": 668.23, "word": " on", "probability": 0.86572265625}, {"start": 668.23, "end": 668.79, "word": " sentences.", "probability": 0.86376953125}, {"start": 669.07, "end": 669.41, "word": " It's", "probability": 0.931396484375}, {"start": 669.41, "end": 669.67, "word": " a", "probability": 0.837890625}, {"start": 669.67, "end": 670.09, "word": " comma", "probability": 0.8828125}, {"start": 670.09, "end": 670.53, "word": " splice", "probability": 0.955810546875}, {"start": 670.53, "end": 670.89, "word": " sentence", "probability": 0.71875}, {"start": 670.89, "end": 671.35, "word": " because", "probability": 0.73388671875}, {"start": 671.35, "end": 671.83, "word": " of", "probability": 0.96630859375}, {"start": 671.83, "end": 673.27, "word": " the", "probability": 0.87939453125}, {"start": 673.27, "end": 673.61, "word": " comma", "probability": 0.888671875}, {"start": 673.61, "end": 673.95, "word": " here.", "probability": 0.8408203125}, {"start": 675.09, "end": 675.69, "word": " It's", "probability": 0.57281494140625}, {"start": 675.69, "end": 676.01, "word": " only", "probability": 0.91064453125}, {"start": 676.01, "end": 676.33, "word": " one", "probability": 0.921875}, {"start": 676.33, "end": 676.59, "word": " comma", "probability": 0.91748046875}, {"start": 676.59, "end": 676.83, "word": " between", "probability": 0.87890625}, {"start": 676.83, "end": 677.13, "word": " two", "probability": 0.89306640625}, {"start": 677.13, "end": 677.67, "word": " sentences", "probability": 0.9443359375}, {"start": 677.67, "end": 677.99, "word": " and", "probability": 0.88330078125}, {"start": 677.99, "end": 678.19, "word": " this", "probability": 0.93115234375}, {"start": 678.19, "end": 678.35, "word": " is", "probability": 0.94189453125}, {"start": 678.35, "end": 678.79, "word": " not", "probability": 0.9501953125}, {"start": 678.79, "end": 679.99, "word": " correct.", "probability": 0.91015625}, {"start": 680.37, "end": 680.75, "word": " How", "probability": 0.441650390625}, {"start": 680.75, "end": 680.99, "word": " can", "probability": 0.92529296875}, {"start": 680.99, "end": 681.15, "word": " we", "probability": 0.796875}, {"start": 681.15, "end": 681.39, "word": " fix", "probability": 0.8818359375}, {"start": 681.39, "end": 681.65, "word": " it?", "probability": 0.88232421875}], "temperature": 1.0}, {"id": 25, "seek": 71192, "start": 682.56, "end": 711.92, "text": " Oh, you can just start the sentence with a comma stop. Alright? Okay. Or, so you have, alright, so we have two ways. Either we add comma so or follow stop and start the new sentence. So this idea, this is a comma splice. Alright? So we have to avoid comma splices and run on. So number five, the fifth point that we need to look at to address is avoid run on and", "tokens": [876, 11, 291, 393, 445, 722, 264, 8174, 365, 257, 22117, 1590, 13, 2798, 30, 1033, 13, 1610, 11, 370, 291, 362, 11, 5845, 11, 370, 321, 362, 732, 2098, 13, 13746, 321, 909, 22117, 370, 420, 1524, 1590, 293, 722, 264, 777, 8174, 13, 407, 341, 1558, 11, 341, 307, 257, 22117, 4732, 573, 13, 2798, 30, 407, 321, 362, 281, 5042, 22117, 4732, 1473, 293, 1190, 322, 13, 407, 1230, 1732, 11, 264, 9266, 935, 300, 321, 643, 281, 574, 412, 281, 2985, 307, 5042, 1190, 322, 293], "avg_logprob": -0.35782967294965473, "compression_ratio": 1.7536231884057971, "no_speech_prob": 1.1920928955078125e-07, "words": [{"start": 682.56, "end": 682.86, "word": " Oh,", "probability": 0.1993408203125}, {"start": 682.92, "end": 683.08, "word": " you", "probability": 0.77880859375}, {"start": 683.08, "end": 683.26, "word": " can", "probability": 0.9052734375}, {"start": 683.26, "end": 683.5, "word": " just", "probability": 0.77587890625}, {"start": 683.5, "end": 683.78, "word": " start", "probability": 0.270263671875}, {"start": 683.78, "end": 684.0, "word": " the", "probability": 0.45556640625}, {"start": 684.0, "end": 684.18, "word": " sentence", "probability": 0.68505859375}, {"start": 684.18, "end": 684.34, "word": " with", "probability": 0.399169921875}, {"start": 684.34, "end": 684.34, "word": " a", "probability": 0.2021484375}, {"start": 684.34, "end": 684.5, "word": " comma", "probability": 0.59130859375}, {"start": 684.5, "end": 684.76, "word": " stop.", "probability": 0.363037109375}, {"start": 685.32, "end": 685.64, "word": " Alright?", "probability": 0.505859375}, {"start": 686.42, "end": 686.9, "word": " Okay.", "probability": 0.441162109375}, {"start": 687.44, "end": 687.76, "word": " Or,", "probability": 0.73095703125}, {"start": 687.94, "end": 688.16, "word": " so", "probability": 0.63330078125}, {"start": 688.16, "end": 688.46, "word": " you", "probability": 0.7236328125}, {"start": 688.46, "end": 688.86, "word": " have,", "probability": 0.94189453125}, {"start": 689.18, "end": 689.2, "word": " alright,", "probability": 0.319580078125}, {"start": 689.3, "end": 689.46, "word": " so", "probability": 0.87890625}, {"start": 689.46, "end": 689.7, "word": " we", "probability": 0.9091796875}, {"start": 689.7, "end": 689.92, "word": " have", "probability": 0.9482421875}, {"start": 689.92, "end": 690.12, "word": " two", "probability": 0.880859375}, {"start": 690.12, "end": 690.36, "word": " ways.", "probability": 0.91357421875}, {"start": 690.46, "end": 690.7, "word": " Either", "probability": 0.87158203125}, {"start": 690.7, "end": 690.94, "word": " we", "probability": 0.93310546875}, {"start": 690.94, "end": 691.16, "word": " add", "probability": 0.88330078125}, {"start": 691.16, "end": 691.48, "word": " comma", "probability": 0.29833984375}, {"start": 691.48, "end": 691.86, "word": " so", "probability": 0.402587890625}, {"start": 691.86, "end": 692.5, "word": " or", "probability": 0.5703125}, {"start": 692.5, "end": 692.82, "word": " follow", "probability": 0.3662109375}, {"start": 692.82, "end": 693.12, "word": " stop", "probability": 0.67333984375}, {"start": 693.12, "end": 693.28, "word": " and", "probability": 0.87451171875}, {"start": 693.28, "end": 693.6, "word": " start", "probability": 0.8935546875}, {"start": 693.6, "end": 693.76, "word": " the", "probability": 0.54736328125}, {"start": 693.76, "end": 694.0, "word": " new", "probability": 0.77099609375}, {"start": 694.0, "end": 694.22, "word": " sentence.", "probability": 0.9521484375}, {"start": 694.4, "end": 694.48, "word": " So", "probability": 0.9384765625}, {"start": 694.48, "end": 694.74, "word": " this", "probability": 0.697265625}, {"start": 694.74, "end": 695.14, "word": " idea,", "probability": 0.91015625}, {"start": 695.6, "end": 695.76, "word": " this", "probability": 0.94970703125}, {"start": 695.76, "end": 695.98, "word": " is", "probability": 0.947265625}, {"start": 695.98, "end": 696.3, "word": " a", "probability": 0.99267578125}, {"start": 696.3, "end": 696.56, "word": " comma", "probability": 0.90283203125}, {"start": 696.56, "end": 697.26, "word": " splice.", "probability": 0.92529296875}, {"start": 697.54, "end": 698.02, "word": " Alright?", "probability": 0.82177734375}, {"start": 698.16, "end": 698.28, "word": " So", "probability": 0.95654296875}, {"start": 698.28, "end": 698.46, "word": " we", "probability": 0.85986328125}, {"start": 698.46, "end": 698.64, "word": " have", "probability": 0.953125}, {"start": 698.64, "end": 698.78, "word": " to", "probability": 0.974609375}, {"start": 698.78, "end": 699.16, "word": " avoid", "probability": 0.89990234375}, {"start": 699.16, "end": 699.5, "word": " comma", "probability": 0.85791015625}, {"start": 699.5, "end": 699.92, "word": " splices", "probability": 0.928955078125}, {"start": 699.92, "end": 700.12, "word": " and", "probability": 0.791015625}, {"start": 700.12, "end": 700.32, "word": " run", "probability": 0.88037109375}, {"start": 700.32, "end": 700.46, "word": " on.", "probability": 0.8876953125}, {"start": 700.56, "end": 700.7, "word": " So", "probability": 0.9404296875}, {"start": 700.7, "end": 700.98, "word": " number", "probability": 0.7998046875}, {"start": 700.98, "end": 701.58, "word": " five,", "probability": 0.76611328125}, {"start": 702.52, "end": 702.68, "word": " the", "probability": 0.87548828125}, {"start": 702.68, "end": 703.76, "word": " fifth", "probability": 0.498291015625}, {"start": 703.76, "end": 704.04, "word": " point", "probability": 0.9169921875}, {"start": 704.04, "end": 704.18, "word": " that", "probability": 0.87939453125}, {"start": 704.18, "end": 704.3, "word": " we", "probability": 0.95361328125}, {"start": 704.3, "end": 704.48, "word": " need", "probability": 0.92236328125}, {"start": 704.48, "end": 704.6, "word": " to", "probability": 0.966796875}, {"start": 704.6, "end": 704.84, "word": " look", "probability": 0.88134765625}, {"start": 704.84, "end": 705.06, "word": " at", "probability": 0.65625}, {"start": 705.06, "end": 705.18, "word": " to", "probability": 0.818359375}, {"start": 705.18, "end": 705.6, "word": " address", "probability": 0.94091796875}, {"start": 705.6, "end": 706.16, "word": " is", "probability": 0.861328125}, {"start": 706.16, "end": 707.64, "word": " avoid", "probability": 0.74755859375}, {"start": 707.64, "end": 709.7, "word": " run", "probability": 0.71142578125}, {"start": 709.7, "end": 710.08, "word": " on", "probability": 0.83544921875}, {"start": 710.08, "end": 711.92, "word": " and", "probability": 0.62890625}], "temperature": 1.0}, {"id": 26, "seek": 73383, "start": 712.55, "end": 733.83, "text": " comma splice. Okay and comma splice sentences. Alright? So these are very important things that we need to address and we need to pay attention to whenever we write. Finally in university you have to study to get a high marks but because of the hard exams", "tokens": [22117, 4732, 573, 13, 1033, 293, 22117, 4732, 573, 16579, 13, 2798, 30, 407, 613, 366, 588, 1021, 721, 300, 321, 643, 281, 2985, 293, 321, 643, 281, 1689, 3202, 281, 5699, 321, 2464, 13, 6288, 294, 5454, 291, 362, 281, 2979, 281, 483, 257, 1090, 10640, 457, 570, 295, 264, 1152, 20514], "avg_logprob": -0.2771990768335484, "compression_ratio": 1.4797687861271676, "no_speech_prob": 0.0, "words": [{"start": 712.55, "end": 712.93, "word": " comma", "probability": 0.052337646484375}, {"start": 712.93, "end": 713.51, "word": " splice.", "probability": 0.721435546875}, {"start": 715.25, "end": 715.89, "word": " Okay", "probability": 0.53955078125}, {"start": 715.89, "end": 716.37, "word": " and", "probability": 0.376220703125}, {"start": 716.37, "end": 716.69, "word": " comma", "probability": 0.8837890625}, {"start": 716.69, "end": 717.27, "word": " splice", "probability": 0.9169921875}, {"start": 717.27, "end": 718.45, "word": " sentences.", "probability": 0.91748046875}, {"start": 718.85, "end": 718.97, "word": " Alright?", "probability": 0.64404296875}, {"start": 719.57, "end": 719.65, "word": " So", "probability": 0.92822265625}, {"start": 719.65, "end": 719.91, "word": " these", "probability": 0.759765625}, {"start": 719.91, "end": 720.11, "word": " are", "probability": 0.94189453125}, {"start": 720.11, "end": 720.37, "word": " very", "probability": 0.818359375}, {"start": 720.37, "end": 720.73, "word": " important", "probability": 0.87646484375}, {"start": 720.73, "end": 721.07, "word": " things", "probability": 0.8486328125}, {"start": 721.07, "end": 721.23, "word": " that", "probability": 0.91552734375}, {"start": 721.23, "end": 721.39, "word": " we", "probability": 0.94921875}, {"start": 721.39, "end": 721.67, "word": " need", "probability": 0.92431640625}, {"start": 721.67, "end": 721.99, "word": " to", "probability": 0.96533203125}, {"start": 721.99, "end": 722.95, "word": " address", "probability": 0.9404296875}, {"start": 722.95, "end": 723.29, "word": " and", "probability": 0.919921875}, {"start": 723.29, "end": 723.51, "word": " we", "probability": 0.486572265625}, {"start": 723.51, "end": 723.65, "word": " need", "probability": 0.9189453125}, {"start": 723.65, "end": 723.85, "word": " to", "probability": 0.9697265625}, {"start": 723.85, "end": 724.21, "word": " pay", "probability": 0.9453125}, {"start": 724.21, "end": 724.65, "word": " attention", "probability": 0.93212890625}, {"start": 724.65, "end": 724.91, "word": " to", "probability": 0.95263671875}, {"start": 724.91, "end": 725.25, "word": " whenever", "probability": 0.900390625}, {"start": 725.25, "end": 725.71, "word": " we", "probability": 0.96435546875}, {"start": 725.71, "end": 726.65, "word": " write.", "probability": 0.89990234375}, {"start": 726.79, "end": 727.17, "word": " Finally", "probability": 0.65380859375}, {"start": 727.17, "end": 727.57, "word": " in", "probability": 0.552734375}, {"start": 727.57, "end": 728.43, "word": " university", "probability": 0.7431640625}, {"start": 728.43, "end": 729.27, "word": " you", "probability": 0.64453125}, {"start": 729.27, "end": 729.57, "word": " have", "probability": 0.94775390625}, {"start": 729.57, "end": 729.71, "word": " to", "probability": 0.96435546875}, {"start": 729.71, "end": 730.03, "word": " study", "probability": 0.94482421875}, {"start": 730.03, "end": 730.25, "word": " to", "probability": 0.96826171875}, {"start": 730.25, "end": 730.51, "word": " get", "probability": 0.939453125}, {"start": 730.51, "end": 730.71, "word": " a", "probability": 0.7236328125}, {"start": 730.71, "end": 730.99, "word": " high", "probability": 0.9072265625}, {"start": 730.99, "end": 731.53, "word": " marks", "probability": 0.876953125}, {"start": 731.53, "end": 732.23, "word": " but", "probability": 0.67626953125}, {"start": 732.23, "end": 732.65, "word": " because", "probability": 0.89404296875}, {"start": 732.65, "end": 732.85, "word": " of", "probability": 0.96484375}, {"start": 732.85, "end": 732.99, "word": " the", "probability": 0.9150390625}, {"start": 732.99, "end": 733.23, "word": " hard", "probability": 0.90234375}, {"start": 733.23, "end": 733.83, "word": " exams", "probability": 0.95458984375}], "temperature": 1.0}, {"id": 27, "seek": 75059, "start": 736.45, "end": 750.59, "text": " Because of the hard exams. But in school, it isn't much difficult than university exams. Do you notice any problems here? Yes. Clear. There are at least two problems with punctuation and with number agreement. What are they?", "tokens": [1436, 295, 264, 1152, 20514, 13, 583, 294, 1395, 11, 309, 1943, 380, 709, 2252, 813, 5454, 20514, 13, 1144, 291, 3449, 604, 2740, 510, 30, 1079, 13, 14993, 13, 821, 366, 412, 1935, 732, 2740, 365, 27006, 16073, 293, 365, 1230, 8106, 13, 708, 366, 436, 30], "avg_logprob": -0.2547831729966767, "compression_ratio": 1.3888888888888888, "no_speech_prob": 2.384185791015625e-07, "words": [{"start": 736.4499999999999, "end": 736.93, "word": " Because", "probability": 0.446533203125}, {"start": 736.93, "end": 737.15, "word": " of", "probability": 0.96435546875}, {"start": 737.15, "end": 737.25, "word": " the", "probability": 0.85400390625}, {"start": 737.25, "end": 737.39, "word": " hard", "probability": 0.888671875}, {"start": 737.39, "end": 737.65, "word": " exams.", "probability": 0.64501953125}, {"start": 737.75, "end": 737.91, "word": " But", "probability": 0.88671875}, {"start": 737.91, "end": 738.05, "word": " in", "probability": 0.89306640625}, {"start": 738.05, "end": 738.33, "word": " school,", "probability": 0.93212890625}, {"start": 738.41, "end": 738.49, "word": " it", "probability": 0.796875}, {"start": 738.49, "end": 738.79, "word": " isn't", "probability": 0.774658203125}, {"start": 738.79, "end": 739.03, "word": " much", "probability": 0.82666015625}, {"start": 739.03, "end": 739.47, "word": " difficult", "probability": 0.6845703125}, {"start": 739.47, "end": 739.77, "word": " than", "probability": 0.91796875}, {"start": 739.77, "end": 740.39, "word": " university", "probability": 0.79150390625}, {"start": 740.39, "end": 740.91, "word": " exams.", "probability": 0.94580078125}, {"start": 741.31, "end": 741.41, "word": " Do", "probability": 0.91650390625}, {"start": 741.41, "end": 741.51, "word": " you", "probability": 0.96826171875}, {"start": 741.51, "end": 741.73, "word": " notice", "probability": 0.93701171875}, {"start": 741.73, "end": 741.93, "word": " any", "probability": 0.623046875}, {"start": 741.93, "end": 742.33, "word": " problems", "probability": 0.78662109375}, {"start": 742.33, "end": 742.71, "word": " here?", "probability": 0.83837890625}, {"start": 743.03, "end": 743.11, "word": " Yes.", "probability": 0.54248046875}, {"start": 743.45, "end": 743.69, "word": " Clear.", "probability": 0.51416015625}, {"start": 743.77, "end": 743.93, "word": " There", "probability": 0.77294921875}, {"start": 743.93, "end": 744.09, "word": " are", "probability": 0.92578125}, {"start": 744.09, "end": 744.41, "word": " at", "probability": 0.286865234375}, {"start": 744.41, "end": 744.99, "word": " least", "probability": 0.9599609375}, {"start": 744.99, "end": 745.11, "word": " two", "probability": 0.64990234375}, {"start": 745.11, "end": 745.55, "word": " problems", "probability": 0.85009765625}, {"start": 745.55, "end": 745.77, "word": " with", "probability": 0.7666015625}, {"start": 745.77, "end": 746.51, "word": " punctuation", "probability": 0.97021484375}, {"start": 746.51, "end": 746.97, "word": " and", "probability": 0.9345703125}, {"start": 746.97, "end": 748.63, "word": " with", "probability": 0.841796875}, {"start": 748.63, "end": 749.15, "word": " number", "probability": 0.6767578125}, {"start": 749.15, "end": 749.71, "word": " agreement.", "probability": 0.8310546875}, {"start": 749.85, "end": 750.03, "word": " What", "probability": 0.8857421875}, {"start": 750.03, "end": 750.35, "word": " are", "probability": 0.94384765625}, {"start": 750.35, "end": 750.59, "word": " they?", "probability": 0.8994140625}], "temperature": 1.0}, {"id": 28, "seek": 77620, "start": 752.3, "end": 776.2, "text": " Yes please. To get high marks. To get high marks. Is that correct? No. Of course not. To get high marks. So there is no need for the A here because it's a plural now. Okay? So here we're looking at number four. Number agreement. Okay? Anything else? University. University. Should be capital or small letter? Small letter. Small letter. Okay? Alright. School.", "tokens": [1079, 1767, 13, 1407, 483, 1090, 10640, 13, 1407, 483, 1090, 10640, 13, 1119, 300, 3006, 30, 883, 13, 2720, 1164, 406, 13, 1407, 483, 1090, 10640, 13, 407, 456, 307, 572, 643, 337, 264, 316, 510, 570, 309, 311, 257, 25377, 586, 13, 1033, 30, 407, 510, 321, 434, 1237, 412, 1230, 1451, 13, 5118, 8106, 13, 1033, 30, 11998, 1646, 30, 3535, 13, 3535, 13, 6454, 312, 4238, 420, 1359, 5063, 30, 15287, 5063, 13, 15287, 5063, 13, 1033, 30, 2798, 13, 5070, 13], "avg_logprob": -0.21102729268457698, "compression_ratio": 1.7142857142857142, "no_speech_prob": 5.960464477539063e-08, "words": [{"start": 752.3, "end": 752.56, "word": " Yes", "probability": 0.69580078125}, {"start": 752.56, "end": 752.82, "word": " please.", "probability": 0.51904296875}, {"start": 752.9, "end": 752.9, "word": " To", "probability": 0.86328125}, {"start": 752.9, "end": 753.08, "word": " get", "probability": 0.94873046875}, {"start": 753.08, "end": 753.4, "word": " high", "probability": 0.6591796875}, {"start": 753.4, "end": 753.74, "word": " marks.", "probability": 0.88818359375}, {"start": 753.8, "end": 753.96, "word": " To", "probability": 0.81591796875}, {"start": 753.96, "end": 754.26, "word": " get", "probability": 0.9453125}, {"start": 754.26, "end": 754.9, "word": " high", "probability": 0.533203125}, {"start": 754.9, "end": 755.44, "word": " marks.", "probability": 0.9013671875}, {"start": 755.54, "end": 755.66, "word": " Is", "probability": 0.94775390625}, {"start": 755.66, "end": 755.82, "word": " that", "probability": 0.9453125}, {"start": 755.82, "end": 756.24, "word": " correct?", "probability": 0.90869140625}, {"start": 756.44, "end": 756.6, "word": " No.", "probability": 0.53271484375}, {"start": 756.92, "end": 757.24, "word": " Of", "probability": 0.8818359375}, {"start": 757.24, "end": 757.56, "word": " course", "probability": 0.95703125}, {"start": 757.56, "end": 757.82, "word": " not.", "probability": 0.9287109375}, {"start": 757.9, "end": 758.04, "word": " To", "probability": 0.92138671875}, {"start": 758.04, "end": 758.26, "word": " get", "probability": 0.9560546875}, {"start": 758.26, "end": 758.68, "word": " high", "probability": 0.8916015625}, {"start": 758.68, "end": 758.88, "word": " marks.", "probability": 0.87890625}, {"start": 759.06, "end": 759.06, "word": " So", "probability": 0.92431640625}, {"start": 759.06, "end": 759.28, "word": " there", "probability": 0.8642578125}, {"start": 759.28, "end": 759.42, "word": " is", "probability": 0.8994140625}, {"start": 759.42, "end": 759.62, "word": " no", "probability": 0.95361328125}, {"start": 759.62, "end": 759.86, "word": " need", "probability": 0.9365234375}, {"start": 759.86, "end": 760.28, "word": " for", "probability": 0.9541015625}, {"start": 760.28, "end": 760.74, "word": " the", "probability": 0.919921875}, {"start": 760.74, "end": 760.88, "word": " A", "probability": 0.2861328125}, {"start": 760.88, "end": 761.14, "word": " here", "probability": 0.38232421875}, {"start": 761.14, "end": 761.4, "word": " because", "probability": 0.767578125}, {"start": 761.4, "end": 761.62, "word": " it's", "probability": 0.947265625}, {"start": 761.62, "end": 761.74, "word": " a", "probability": 0.83984375}, {"start": 761.74, "end": 761.98, "word": " plural", "probability": 0.9892578125}, {"start": 761.98, "end": 762.32, "word": " now.", "probability": 0.94677734375}, {"start": 762.44, "end": 762.68, "word": " Okay?", "probability": 0.67919921875}, {"start": 762.98, "end": 763.24, "word": " So", "probability": 0.9521484375}, {"start": 763.24, "end": 763.56, "word": " here", "probability": 0.83984375}, {"start": 763.56, "end": 763.76, "word": " we're", "probability": 0.843994140625}, {"start": 763.76, "end": 764.06, "word": " looking", "probability": 0.92041015625}, {"start": 764.06, "end": 764.34, "word": " at", "probability": 0.96875}, {"start": 764.34, "end": 764.62, "word": " number", "probability": 0.935546875}, {"start": 764.62, "end": 765.08, "word": " four.", "probability": 0.91650390625}, {"start": 765.9, "end": 766.26, "word": " Number", "probability": 0.9140625}, {"start": 766.26, "end": 766.82, "word": " agreement.", "probability": 0.912109375}, {"start": 767.16, "end": 767.4, "word": " Okay?", "probability": 0.84375}, {"start": 767.8, "end": 768.04, "word": " Anything", "probability": 0.830078125}, {"start": 768.04, "end": 768.46, "word": " else?", "probability": 0.927734375}, {"start": 769.26, "end": 769.78, "word": " University.", "probability": 0.7900390625}, {"start": 769.92, "end": 770.44, "word": " University.", "probability": 0.572265625}, {"start": 771.0, "end": 771.28, "word": " Should", "probability": 0.56640625}, {"start": 771.28, "end": 771.44, "word": " be", "probability": 0.8994140625}, {"start": 771.44, "end": 771.74, "word": " capital", "probability": 0.9453125}, {"start": 771.74, "end": 771.98, "word": " or", "probability": 0.96630859375}, {"start": 771.98, "end": 772.28, "word": " small", "probability": 0.88427734375}, {"start": 772.28, "end": 772.54, "word": " letter?", "probability": 0.9775390625}, {"start": 772.66, "end": 773.04, "word": " Small", "probability": 0.916015625}, {"start": 773.04, "end": 773.22, "word": " letter.", "probability": 0.8134765625}, {"start": 773.22, "end": 773.66, "word": " Small", "probability": 0.460205078125}, {"start": 773.66, "end": 774.24, "word": " letter.", "probability": 0.96826171875}, {"start": 774.54, "end": 774.78, "word": " Okay?", "probability": 0.81103515625}, {"start": 775.32, "end": 775.56, "word": " Alright.", "probability": 0.8076171875}, {"start": 775.74, "end": 776.2, "word": " School.", "probability": 0.92919921875}], "temperature": 1.0}, {"id": 29, "seek": 80318, "start": 777.4, "end": 803.18, "text": " But in school, small letter or capital letters? Small letter. Alright? Finally, to sum up, university is more different than school. To sum up, university is more different than school. To sum up, university is more different than school. To sum up, university is more different than school. To sum up, university is more different than school. To sum up, university is more different than school. To sum up, university is more different than school. To sum up, university is more different than school. To sum up, university is more different than school. To sum up, university is more different than school. To sum up, university is more different than school. To sum up, university is more different than school. To sum up, university is more different than school. To sum up, university is more different than school. To sum up, university is more different than school. To sum up, university is more different than school. To sum up, university is more different than school. To sum up, university is more different than school. To sum up, university is more different than", "tokens": [583, 294, 1395, 11, 1359, 5063, 420, 4238, 7825, 30, 15287, 5063, 13, 2798, 30, 6288, 11, 281, 2408, 493, 11, 5454, 307, 544, 819, 813, 1395, 13, 1407, 2408, 493, 11, 5454, 307, 544, 819, 813, 1395, 13, 1407, 2408, 493, 11, 5454, 307, 544, 819, 813, 1395, 13, 1407, 2408, 493, 11, 5454, 307, 544, 819, 813, 1395, 13, 1407, 2408, 493, 11, 5454, 307, 544, 819, 813, 1395, 13, 1407, 2408, 493, 11, 5454, 307, 544, 819, 813, 1395, 13, 1407, 2408, 493, 11, 5454, 307, 544, 819, 813, 1395, 13, 1407, 2408, 493, 11, 5454, 307, 544, 819, 813, 1395, 13, 1407, 2408, 493, 11, 5454, 307, 544, 819, 813, 1395, 13, 1407, 2408, 493, 11, 5454, 307, 544, 819, 813, 1395, 13, 1407, 2408, 493, 11, 5454, 307, 544, 819, 813, 1395, 13, 1407, 2408, 493, 11, 5454, 307, 544, 819, 813, 1395, 13, 1407, 2408, 493, 11, 5454, 307, 544, 819, 813, 1395, 13, 1407, 2408, 493, 11, 5454, 307, 544, 819, 813, 1395, 13, 1407, 2408, 493, 11, 5454, 307, 544, 819, 813, 1395, 13, 1407, 2408, 493, 11, 5454, 307, 544, 819, 813, 1395, 13, 1407, 2408, 493, 11, 5454, 307, 544, 819, 813, 1395, 13, 1407, 2408, 493, 11, 5454, 307, 544, 819, 813, 1395, 13, 1407, 2408, 493, 11, 5454, 307, 544, 819, 813], "avg_logprob": -0.13951388888888888, "compression_ratio": 9.14406779661017, "no_speech_prob": 0.0, "words": [{"start": 777.4, "end": 777.84, "word": " But", "probability": 0.705078125}, {"start": 777.84, "end": 778.14, "word": " in", "probability": 0.8857421875}, {"start": 778.14, "end": 778.7, "word": " school,", "probability": 0.80126953125}, {"start": 778.92, "end": 779.14, "word": " small", "probability": 0.84619140625}, {"start": 779.14, "end": 779.32, "word": " letter", "probability": 0.81396484375}, {"start": 779.32, "end": 779.58, "word": " or", "probability": 0.91552734375}, {"start": 779.58, "end": 779.92, "word": " capital", "probability": 0.96875}, {"start": 779.92, "end": 780.46, "word": " letters?", "probability": 0.60302734375}, {"start": 781.0, "end": 781.4, "word": " Small", "probability": 0.79833984375}, {"start": 781.4, "end": 782.04, "word": " letter.", "probability": 0.87060546875}, {"start": 782.34, "end": 782.56, "word": " Alright?", "probability": 0.46484375}, {"start": 783.06, "end": 783.46, "word": " Finally,", "probability": 0.69482421875}, {"start": 783.74, "end": 784.16, "word": " to", "probability": 0.9501953125}, {"start": 784.16, "end": 784.42, "word": " sum", "probability": 0.96728515625}, {"start": 784.42, "end": 784.76, "word": " up,", "probability": 0.97509765625}, {"start": 785.14, "end": 785.86, "word": " university", "probability": 0.7685546875}, {"start": 785.86, "end": 786.06, "word": " is", "probability": 0.394775390625}, {"start": 786.06, "end": 786.36, "word": " more", "probability": 0.8916015625}, {"start": 786.36, "end": 786.92, "word": " different", "probability": 0.86767578125}, {"start": 786.92, "end": 787.48, "word": " than", "probability": 0.93994140625}, {"start": 787.48, "end": 788.72, "word": " school.", "probability": 0.87744140625}, {"start": 789.52, "end": 789.72, "word": " To", "probability": 0.8212890625}, {"start": 789.72, "end": 789.94, "word": " sum", "probability": 0.94775390625}, {"start": 789.94, "end": 790.42, "word": " up,", "probability": 0.97607421875}, {"start": 791.1, "end": 793.48, "word": " university", "probability": 0.2073974609375}, {"start": 793.48, "end": 795.56, "word": " is", "probability": 0.52978515625}, {"start": 795.56, "end": 795.78, "word": " more", "probability": 0.50830078125}, {"start": 795.78, "end": 796.14, "word": " different", "probability": 0.51513671875}, {"start": 796.14, "end": 797.16, "word": " than", "probability": 0.86962890625}, {"start": 797.16, "end": 797.6, "word": " school.", "probability": 0.93701171875}, {"start": 797.6, "end": 797.6, "word": " To", "probability": 0.45556640625}, {"start": 797.6, "end": 797.6, "word": " sum", "probability": 0.958984375}, {"start": 797.6, "end": 797.6, "word": " up,", "probability": 0.97705078125}, {"start": 797.6, "end": 797.6, "word": " university", "probability": 0.69677734375}, {"start": 797.6, "end": 797.6, "word": " is", "probability": 0.95458984375}, {"start": 797.6, "end": 797.6, "word": " more", "probability": 0.91552734375}, {"start": 797.6, "end": 797.6, "word": " different", "probability": 0.908203125}, {"start": 797.6, "end": 797.6, "word": " than", "probability": 0.953125}, {"start": 797.6, "end": 797.6, "word": " school.", "probability": 0.9609375}, {"start": 797.6, "end": 797.6, "word": " To", "probability": 0.6201171875}, {"start": 797.6, "end": 797.6, "word": " sum", "probability": 0.9619140625}, {"start": 797.6, "end": 797.6, "word": " up,", "probability": 0.97802734375}, {"start": 797.6, "end": 797.6, "word": " university", "probability": 0.83642578125}, {"start": 797.6, "end": 797.6, "word": " is", "probability": 0.95654296875}, {"start": 797.6, "end": 797.6, "word": " more", "probability": 0.9296875}, {"start": 797.6, "end": 797.6, "word": " different", "probability": 0.908203125}, {"start": 797.6, "end": 797.6, "word": " than", "probability": 0.9521484375}, {"start": 797.6, "end": 797.6, "word": " school.", "probability": 0.96240234375}, {"start": 797.6, "end": 797.6, "word": " To", "probability": 0.49755859375}, {"start": 797.6, "end": 797.6, "word": " sum", "probability": 0.966796875}, {"start": 797.6, "end": 797.6, "word": " up,", "probability": 0.978515625}, {"start": 797.6, "end": 797.6, "word": " university", "probability": 0.8623046875}, {"start": 797.6, "end": 797.6, "word": " is", "probability": 0.9560546875}, {"start": 797.6, "end": 798.12, "word": " more", "probability": 0.93212890625}, {"start": 798.12, "end": 798.12, "word": " different", "probability": 0.91015625}, {"start": 798.12, "end": 798.12, "word": " than", "probability": 0.95361328125}, {"start": 798.12, "end": 798.22, "word": " school.", "probability": 0.962890625}, {"start": 798.38, "end": 798.38, "word": " To", "probability": 0.380859375}, {"start": 798.38, "end": 798.38, "word": " sum", "probability": 0.96826171875}, {"start": 798.38, "end": 798.38, "word": " up,", "probability": 0.978515625}, {"start": 798.38, "end": 798.38, "word": " university", "probability": 0.87548828125}, {"start": 798.38, "end": 798.38, "word": " is", "probability": 0.95458984375}, {"start": 798.38, "end": 798.38, "word": " more", "probability": 0.93359375}, {"start": 798.38, "end": 798.38, "word": " different", "probability": 0.91015625}, {"start": 798.38, "end": 798.38, "word": " than", "probability": 0.95361328125}, {"start": 798.38, "end": 798.38, "word": " school.", "probability": 0.9638671875}, {"start": 798.38, "end": 798.38, "word": " To", "probability": 0.32373046875}, {"start": 798.38, "end": 798.38, "word": " sum", "probability": 0.9677734375}, {"start": 798.38, "end": 798.38, "word": " up,", "probability": 0.978515625}, {"start": 798.38, "end": 798.38, "word": " university", "probability": 0.8798828125}, {"start": 798.38, "end": 798.38, "word": " is", "probability": 0.9541015625}, {"start": 798.38, "end": 798.38, "word": " more", "probability": 0.93701171875}, {"start": 798.38, "end": 798.38, "word": " different", "probability": 0.91015625}, {"start": 798.38, "end": 798.38, "word": " than", "probability": 0.9541015625}, {"start": 798.38, "end": 798.38, "word": " school.", "probability": 0.96484375}, {"start": 798.38, "end": 798.38, "word": " To", "probability": 0.314697265625}, {"start": 798.38, "end": 798.38, "word": " sum", "probability": 0.96728515625}, {"start": 798.38, "end": 798.38, "word": " up,", "probability": 0.97900390625}, {"start": 798.38, "end": 798.38, "word": " university", "probability": 0.8837890625}, {"start": 798.38, "end": 798.38, "word": " is", "probability": 0.95458984375}, {"start": 798.38, "end": 798.38, "word": " more", "probability": 0.9404296875}, {"start": 798.38, "end": 798.38, "word": " different", "probability": 0.91015625}, {"start": 798.38, "end": 798.38, "word": " than", "probability": 0.95263671875}, {"start": 798.38, "end": 798.38, "word": " school.", "probability": 0.96533203125}, {"start": 798.38, "end": 798.38, "word": " To", "probability": 0.349609375}, {"start": 798.38, "end": 798.38, "word": " sum", "probability": 0.96533203125}, {"start": 798.38, "end": 798.38, "word": " up,", "probability": 0.97900390625}, {"start": 798.38, "end": 798.38, "word": " university", "probability": 0.88671875}, {"start": 798.38, "end": 798.38, "word": " is", "probability": 0.9541015625}, {"start": 798.38, "end": 798.38, "word": " more", "probability": 0.94091796875}, {"start": 798.38, "end": 798.38, "word": " different", "probability": 0.90966796875}, {"start": 798.38, "end": 798.38, "word": " than", "probability": 0.95263671875}, {"start": 798.38, "end": 798.38, "word": " school.", "probability": 0.96630859375}, {"start": 798.38, "end": 798.38, "word": " To", "probability": 0.40234375}, {"start": 798.38, "end": 798.38, "word": " sum", "probability": 0.962890625}, {"start": 798.38, "end": 798.38, "word": " up,", "probability": 0.978515625}, {"start": 798.38, "end": 798.38, "word": " university", "probability": 0.888671875}, {"start": 798.38, "end": 798.38, "word": " is", "probability": 0.95556640625}, {"start": 798.38, "end": 798.38, "word": " more", "probability": 0.94287109375}, {"start": 798.38, "end": 798.38, "word": " different", "probability": 0.9091796875}, {"start": 798.38, "end": 798.38, "word": " than", "probability": 0.9541015625}, {"start": 798.38, "end": 798.38, "word": " school.", "probability": 0.966796875}, {"start": 798.38, "end": 798.38, "word": " To", "probability": 0.4765625}, {"start": 798.38, "end": 798.38, "word": " sum", "probability": 0.9599609375}, {"start": 798.38, "end": 798.38, "word": " up,", "probability": 0.97900390625}, {"start": 798.38, "end": 798.38, "word": " university", "probability": 0.89111328125}, {"start": 798.38, "end": 798.38, "word": " is", "probability": 0.95458984375}, {"start": 798.38, "end": 798.38, "word": " more", "probability": 0.943359375}, {"start": 798.38, "end": 798.38, "word": " different", "probability": 0.90966796875}, {"start": 798.38, "end": 798.38, "word": " than", "probability": 0.95361328125}, {"start": 798.38, "end": 798.38, "word": " school.", "probability": 0.96728515625}, {"start": 798.38, "end": 798.38, "word": " To", "probability": 0.55810546875}, {"start": 798.38, "end": 798.38, "word": " sum", "probability": 0.95703125}, {"start": 798.38, "end": 798.38, "word": " up,", "probability": 0.978515625}, {"start": 798.38, "end": 798.38, "word": " university", "probability": 0.89404296875}, {"start": 798.38, "end": 798.38, "word": " is", "probability": 0.95556640625}, {"start": 798.38, "end": 798.38, "word": " more", "probability": 0.94482421875}, {"start": 798.38, "end": 798.38, "word": " different", "probability": 0.90869140625}, {"start": 798.38, "end": 798.38, "word": " than", "probability": 0.95361328125}, {"start": 798.38, "end": 798.38, "word": " school.", "probability": 0.96728515625}, {"start": 798.38, "end": 798.38, "word": " To", "probability": 0.63671875}, {"start": 798.38, "end": 798.38, "word": " sum", "probability": 0.9541015625}, {"start": 798.38, "end": 798.38, "word": " up,", "probability": 0.97900390625}, {"start": 798.38, "end": 798.38, "word": " university", "probability": 0.8955078125}, {"start": 798.38, "end": 798.38, "word": " is", "probability": 0.9560546875}, {"start": 798.38, "end": 798.38, "word": " more", "probability": 0.94482421875}, {"start": 798.38, "end": 798.38, "word": " different", "probability": 0.908203125}, {"start": 798.38, "end": 798.38, "word": " than", "probability": 0.95361328125}, {"start": 798.38, "end": 798.52, "word": " school.", "probability": 0.966796875}, {"start": 798.52, "end": 798.52, "word": " To", "probability": 0.70263671875}, {"start": 798.52, "end": 798.52, "word": " sum", "probability": 0.9521484375}, {"start": 798.52, "end": 798.52, "word": " up,", "probability": 0.97802734375}, {"start": 798.52, "end": 798.52, "word": " university", "probability": 0.89794921875}, {"start": 798.52, "end": 798.52, "word": " is", "probability": 0.9560546875}, {"start": 798.52, "end": 798.68, "word": " more", "probability": 0.94482421875}, {"start": 798.68, "end": 798.68, "word": " different", "probability": 0.908203125}, {"start": 798.68, "end": 798.68, "word": " than", "probability": 0.95361328125}, {"start": 798.68, "end": 798.68, "word": " school.", "probability": 0.96728515625}, {"start": 798.68, "end": 798.68, "word": " To", "probability": 0.7470703125}, {"start": 798.68, "end": 798.68, "word": " sum", "probability": 0.95068359375}, {"start": 798.68, "end": 798.68, "word": " up,", "probability": 0.97900390625}, {"start": 798.68, "end": 798.68, "word": " university", "probability": 0.89990234375}, {"start": 798.68, "end": 798.68, "word": " is", "probability": 0.9560546875}, {"start": 798.68, "end": 798.68, "word": " more", "probability": 0.9453125}, {"start": 798.68, "end": 798.68, "word": " different", "probability": 0.908203125}, {"start": 798.68, "end": 798.68, "word": " than", "probability": 0.95361328125}, {"start": 798.68, "end": 798.68, "word": " school.", "probability": 0.96630859375}, {"start": 798.68, "end": 798.68, "word": " To", "probability": 0.7734375}, {"start": 798.68, "end": 798.68, "word": " sum", "probability": 0.9501953125}, {"start": 798.68, "end": 798.68, "word": " up,", "probability": 0.978515625}, {"start": 798.68, "end": 798.68, "word": " university", "probability": 0.90380859375}, {"start": 798.68, "end": 798.68, "word": " is", "probability": 0.95556640625}, {"start": 798.68, "end": 798.78, "word": " more", "probability": 0.9453125}, {"start": 798.78, "end": 798.78, "word": " different", "probability": 0.90966796875}, {"start": 798.78, "end": 798.78, "word": " than", "probability": 0.95458984375}, {"start": 798.78, "end": 798.78, "word": " school.", "probability": 0.96630859375}, {"start": 798.78, "end": 798.78, "word": " To", "probability": 0.78173828125}, {"start": 798.78, "end": 798.78, "word": " sum", "probability": 0.94970703125}, {"start": 798.78, "end": 798.9, "word": " up,", "probability": 0.978515625}, {"start": 798.9, "end": 798.9, "word": " university", "probability": 0.9072265625}, {"start": 798.9, "end": 798.9, "word": " is", "probability": 0.95703125}, {"start": 798.9, "end": 798.9, "word": " more", "probability": 0.9453125}, {"start": 798.9, "end": 799.12, "word": " different", "probability": 0.91064453125}, {"start": 799.12, "end": 799.12, "word": " than", "probability": 0.95556640625}, {"start": 799.12, "end": 799.18, "word": " school.", "probability": 0.96484375}, {"start": 799.18, "end": 799.26, "word": " To", "probability": 0.7724609375}, {"start": 799.26, "end": 799.56, "word": " sum", "probability": 0.9501953125}, {"start": 799.56, "end": 799.7, "word": " up,", "probability": 0.978515625}, {"start": 799.7, "end": 799.7, "word": " university", "probability": 0.908203125}, {"start": 799.7, "end": 799.92, "word": " is", "probability": 0.95703125}, {"start": 799.92, "end": 800.0, "word": " more", "probability": 0.94482421875}, {"start": 800.0, "end": 800.2, "word": " different", "probability": 0.91259765625}, {"start": 800.2, "end": 800.46, "word": " than", "probability": 0.9560546875}, {"start": 800.46, "end": 800.98, "word": " school.", "probability": 0.962890625}, {"start": 801.12, "end": 801.72, "word": " To", "probability": 0.74755859375}, {"start": 801.72, "end": 802.1, "word": " sum", "probability": 0.95166015625}, {"start": 802.1, "end": 802.16, "word": " up,", "probability": 0.97802734375}, {"start": 802.16, "end": 802.16, "word": " university", "probability": 0.91162109375}, {"start": 802.16, "end": 802.3, "word": " is", "probability": 0.958984375}, {"start": 802.3, "end": 802.3, "word": " more", "probability": 0.94384765625}, {"start": 802.3, "end": 803.06, "word": " different", "probability": 0.9150390625}, {"start": 803.06, "end": 803.18, "word": " than", "probability": 0.9580078125}], "temperature": 1.0}, {"id": 30, "seek": 81526, "start": 803.84, "end": 815.26, "text": " Subject-verb agreement. You make sure that every subject has a verb and it agrees with it. Alright? So these are five points and it's something like", "tokens": [8511, 1020, 12, 25809, 8106, 13, 509, 652, 988, 300, 633, 3983, 575, 257, 9595, 293, 309, 26383, 365, 309, 13, 2798, 30, 407, 613, 366, 1732, 2793, 293, 309, 311, 746, 411], "avg_logprob": -0.27619486433618207, "compression_ratio": 1.2735042735042734, "no_speech_prob": 5.960464477539063e-08, "words": [{"start": 803.84, "end": 804.46, "word": " Subject", "probability": 0.7249755859375}, {"start": 804.46, "end": 804.78, "word": "-verb", "probability": 0.6875}, {"start": 804.78, "end": 805.38, "word": " agreement.", "probability": 0.88916015625}, {"start": 805.82, "end": 805.88, "word": " You", "probability": 0.740234375}, {"start": 805.88, "end": 806.06, "word": " make", "probability": 0.93701171875}, {"start": 806.06, "end": 806.26, "word": " sure", "probability": 0.919921875}, {"start": 806.26, "end": 806.52, "word": " that", "probability": 0.91259765625}, {"start": 806.52, "end": 806.82, "word": " every", "probability": 0.8408203125}, {"start": 806.82, "end": 807.22, "word": " subject", "probability": 0.9697265625}, {"start": 807.22, "end": 807.84, "word": " has", "probability": 0.93798828125}, {"start": 807.84, "end": 808.5, "word": " a", "probability": 0.9921875}, {"start": 808.5, "end": 808.88, "word": " verb", "probability": 0.88330078125}, {"start": 808.88, "end": 809.34, "word": " and", "probability": 0.92822265625}, {"start": 809.34, "end": 809.7, "word": " it", "probability": 0.9462890625}, {"start": 809.7, "end": 810.24, "word": " agrees", "probability": 0.8974609375}, {"start": 810.24, "end": 810.48, "word": " with", "probability": 0.912109375}, {"start": 810.48, "end": 810.72, "word": " it.", "probability": 0.916015625}, {"start": 810.96, "end": 811.16, "word": " Alright?", "probability": 0.7451171875}, {"start": 811.68, "end": 811.8, "word": " So", "probability": 0.9638671875}, {"start": 811.8, "end": 812.08, "word": " these", "probability": 0.78076171875}, {"start": 812.08, "end": 812.34, "word": " are", "probability": 0.94873046875}, {"start": 812.34, "end": 812.92, "word": " five", "probability": 0.8056640625}, {"start": 812.92, "end": 813.42, "word": " points", "probability": 0.9150390625}, {"start": 813.42, "end": 813.92, "word": " and", "probability": 0.7021484375}, {"start": 813.92, "end": 814.12, "word": " it's", "probability": 0.44580078125}, {"start": 814.12, "end": 814.58, "word": " something", "probability": 0.78076171875}, {"start": 814.58, "end": 815.26, "word": " like", "probability": 0.93896484375}], "temperature": 1.0}, {"id": 31, "seek": 83740, "start": 820.58, "end": 837.4, "text": " Make sure that you apply the cover words where necessary. I'd like you to write these six things later on, later on, so that you always have this checklist in front of you, before you, whenever you are writing. Make sure that you have a clear paragraph form.", "tokens": [4387, 988, 300, 291, 3079, 264, 2060, 2283, 689, 4818, 13, 286, 1116, 411, 291, 281, 2464, 613, 2309, 721, 1780, 322, 11, 1780, 322, 11, 370, 300, 291, 1009, 362, 341, 30357, 294, 1868, 295, 291, 11, 949, 291, 11, 5699, 291, 366, 3579, 13, 4387, 988, 300, 291, 362, 257, 1850, 18865, 1254, 13], "avg_logprob": -0.21354166457527562, "compression_ratio": 1.5889570552147239, "no_speech_prob": 0.0, "words": [{"start": 820.58, "end": 820.9, "word": " Make", "probability": 0.634765625}, {"start": 820.9, "end": 821.16, "word": " sure", "probability": 0.9208984375}, {"start": 821.16, "end": 821.44, "word": " that", "probability": 0.86328125}, {"start": 821.44, "end": 821.64, "word": " you", "probability": 0.96142578125}, {"start": 821.64, "end": 822.1, "word": " apply", "probability": 0.8701171875}, {"start": 822.1, "end": 822.28, "word": " the", "probability": 0.826171875}, {"start": 822.28, "end": 822.52, "word": " cover", "probability": 0.21533203125}, {"start": 822.52, "end": 822.86, "word": " words", "probability": 0.66796875}, {"start": 822.86, "end": 823.18, "word": " where", "probability": 0.87939453125}, {"start": 823.18, "end": 824.18, "word": " necessary.", "probability": 0.93212890625}, {"start": 824.54, "end": 824.68, "word": " I'd", "probability": 0.77734375}, {"start": 824.68, "end": 824.8, "word": " like", "probability": 0.93896484375}, {"start": 824.8, "end": 824.92, "word": " you", "probability": 0.95703125}, {"start": 824.92, "end": 825.02, "word": " to", "probability": 0.95947265625}, {"start": 825.02, "end": 825.24, "word": " write", "probability": 0.896484375}, {"start": 825.24, "end": 825.52, "word": " these", "probability": 0.8232421875}, {"start": 825.52, "end": 825.82, "word": " six", "probability": 0.6650390625}, {"start": 825.82, "end": 826.22, "word": " things", "probability": 0.85302734375}, {"start": 826.22, "end": 826.78, "word": " later", "probability": 0.66455078125}, {"start": 826.78, "end": 827.0, "word": " on,", "probability": 0.939453125}, {"start": 827.04, "end": 827.2, "word": " later", "probability": 0.861328125}, {"start": 827.2, "end": 827.6, "word": " on,", "probability": 0.94482421875}, {"start": 827.72, "end": 828.24, "word": " so", "probability": 0.90673828125}, {"start": 828.24, "end": 828.58, "word": " that", "probability": 0.93115234375}, {"start": 828.58, "end": 828.82, "word": " you", "probability": 0.96435546875}, {"start": 828.82, "end": 829.64, "word": " always", "probability": 0.8828125}, {"start": 829.64, "end": 830.26, "word": " have", "probability": 0.9423828125}, {"start": 830.26, "end": 830.44, "word": " this", "probability": 0.8984375}, {"start": 830.44, "end": 831.0, "word": " checklist", "probability": 0.80859375}, {"start": 831.0, "end": 831.4, "word": " in", "probability": 0.7841796875}, {"start": 831.4, "end": 831.82, "word": " front", "probability": 0.95556640625}, {"start": 831.82, "end": 832.0, "word": " of", "probability": 0.95947265625}, {"start": 832.0, "end": 832.1, "word": " you,", "probability": 0.96435546875}, {"start": 832.18, "end": 832.42, "word": " before", "probability": 0.86376953125}, {"start": 832.42, "end": 832.66, "word": " you,", "probability": 0.9638671875}, {"start": 832.74, "end": 832.98, "word": " whenever", "probability": 0.92822265625}, {"start": 832.98, "end": 833.26, "word": " you", "probability": 0.96435546875}, {"start": 833.26, "end": 833.44, "word": " are", "probability": 0.67431640625}, {"start": 833.44, "end": 833.64, "word": " writing.", "probability": 0.6259765625}, {"start": 833.74, "end": 833.9, "word": " Make", "probability": 0.9033203125}, {"start": 833.9, "end": 834.08, "word": " sure", "probability": 0.91552734375}, {"start": 834.08, "end": 834.48, "word": " that", "probability": 0.93115234375}, {"start": 834.48, "end": 835.12, "word": " you", "probability": 0.9423828125}, {"start": 835.12, "end": 835.34, "word": " have", "probability": 0.94775390625}, {"start": 835.34, "end": 835.5, "word": " a", "probability": 0.955078125}, {"start": 835.5, "end": 835.96, "word": " clear", "probability": 0.9150390625}, {"start": 835.96, "end": 836.86, "word": " paragraph", "probability": 0.92529296875}, {"start": 836.86, "end": 837.4, "word": " form.", "probability": 0.83203125}], "temperature": 1.0}, {"id": 32, "seek": 86618, "start": 837.86, "end": 866.18, "text": " Second thing, you have subject-verb agreement. Make sure that every subject agrees with every verb, with its verb. Capitalize when necessary. Number agreements. Avoid run-on and comma splice. And finally, make sure that you allow them to use a comma and when not to use any, any comma. Is that clear? All right. Very good. Let's look at this second example of your paragraph.", "tokens": [5736, 551, 11, 291, 362, 3983, 12, 25809, 8106, 13, 4387, 988, 300, 633, 3983, 26383, 365, 633, 9595, 11, 365, 1080, 9595, 13, 21502, 1125, 562, 4818, 13, 5118, 21422, 13, 41061, 1190, 12, 266, 293, 22117, 4732, 573, 13, 400, 2721, 11, 652, 988, 300, 291, 2089, 552, 281, 764, 257, 22117, 293, 562, 406, 281, 764, 604, 11, 604, 22117, 13, 1119, 300, 1850, 30, 1057, 558, 13, 4372, 665, 13, 961, 311, 574, 412, 341, 1150, 1365, 295, 428, 18865, 13], "avg_logprob": -0.28524709995402847, "compression_ratio": 1.606837606837607, "no_speech_prob": 0.0, "words": [{"start": 837.86, "end": 838.24, "word": " Second", "probability": 0.77783203125}, {"start": 838.24, "end": 838.7, "word": " thing,", "probability": 0.90966796875}, {"start": 838.96, "end": 839.04, "word": " you", "probability": 0.90869140625}, {"start": 839.04, "end": 839.52, "word": " have", "probability": 0.9326171875}, {"start": 839.52, "end": 840.9, "word": " subject", "probability": 0.453125}, {"start": 840.9, "end": 841.28, "word": "-verb", "probability": 0.5859375}, {"start": 841.28, "end": 841.52, "word": " agreement.", "probability": 0.52978515625}, {"start": 841.64, "end": 841.8, "word": " Make", "probability": 0.888671875}, {"start": 841.8, "end": 842.0, "word": " sure", "probability": 0.919921875}, {"start": 842.0, "end": 842.26, "word": " that", "probability": 0.87060546875}, {"start": 842.26, "end": 842.56, "word": " every", "probability": 0.80419921875}, {"start": 842.56, "end": 842.94, "word": " subject", "probability": 0.98291015625}, {"start": 842.94, "end": 843.38, "word": " agrees", "probability": 0.91845703125}, {"start": 843.38, "end": 843.58, "word": " with", "probability": 0.88623046875}, {"start": 843.58, "end": 843.92, "word": " every", "probability": 0.7880859375}, {"start": 843.92, "end": 844.3, "word": " verb,", "probability": 0.9052734375}, {"start": 844.42, "end": 844.58, "word": " with", "probability": 0.85498046875}, {"start": 844.58, "end": 844.84, "word": " its", "probability": 0.783203125}, {"start": 844.84, "end": 845.22, "word": " verb.", "probability": 0.8125}, {"start": 845.86, "end": 846.46, "word": " Capitalize", "probability": 0.9296875}, {"start": 846.46, "end": 846.8, "word": " when", "probability": 0.408447265625}, {"start": 846.8, "end": 847.54, "word": " necessary.", "probability": 0.94775390625}, {"start": 848.12, "end": 848.66, "word": " Number", "probability": 0.78515625}, {"start": 848.66, "end": 849.22, "word": " agreements.", "probability": 0.544921875}, {"start": 849.66, "end": 850.08, "word": " Avoid", "probability": 0.9404296875}, {"start": 850.08, "end": 850.32, "word": " run", "probability": 0.2437744140625}, {"start": 850.32, "end": 850.54, "word": "-on", "probability": 0.7880859375}, {"start": 850.54, "end": 850.72, "word": " and", "probability": 0.89599609375}, {"start": 850.72, "end": 850.94, "word": " comma", "probability": 0.90771484375}, {"start": 850.94, "end": 851.44, "word": " splice.", "probability": 0.728759765625}, {"start": 851.68, "end": 851.78, "word": " And", "probability": 0.9140625}, {"start": 851.78, "end": 852.32, "word": " finally,", "probability": 0.7802734375}, {"start": 852.74, "end": 853.0, "word": " make", "probability": 0.9345703125}, {"start": 853.0, "end": 853.28, "word": " sure", "probability": 0.91650390625}, {"start": 853.28, "end": 853.82, "word": " that", "probability": 0.93017578125}, {"start": 853.82, "end": 854.3, "word": " you", "probability": 0.92919921875}, {"start": 854.3, "end": 854.64, "word": " allow", "probability": 0.77294921875}, {"start": 854.64, "end": 854.9, "word": " them", "probability": 0.822265625}, {"start": 854.9, "end": 855.06, "word": " to", "probability": 0.95947265625}, {"start": 855.06, "end": 855.28, "word": " use", "probability": 0.90625}, {"start": 855.28, "end": 855.44, "word": " a", "probability": 0.970703125}, {"start": 855.44, "end": 855.72, "word": " comma", "probability": 0.94873046875}, {"start": 855.72, "end": 856.24, "word": " and", "probability": 0.89404296875}, {"start": 856.24, "end": 856.62, "word": " when", "probability": 0.83642578125}, {"start": 856.62, "end": 857.28, "word": " not", "probability": 0.83544921875}, {"start": 857.28, "end": 857.48, "word": " to", "probability": 0.953125}, {"start": 857.48, "end": 857.94, "word": " use", "probability": 0.88916015625}, {"start": 857.94, "end": 858.36, "word": " any,", "probability": 0.65380859375}, {"start": 858.52, "end": 859.02, "word": " any", "probability": 0.85009765625}, {"start": 859.02, "end": 859.32, "word": " comma.", "probability": 0.87255859375}, {"start": 859.58, "end": 859.7, "word": " Is", "probability": 0.86328125}, {"start": 859.7, "end": 859.84, "word": " that", "probability": 0.92626953125}, {"start": 859.84, "end": 860.06, "word": " clear?", "probability": 0.78466796875}, {"start": 860.72, "end": 861.32, "word": " All", "probability": 0.289306640625}, {"start": 861.32, "end": 861.54, "word": " right.", "probability": 0.90380859375}, {"start": 862.58, "end": 862.86, "word": " Very", "probability": 0.81787109375}, {"start": 862.86, "end": 863.02, "word": " good.", "probability": 0.3115234375}, {"start": 863.12, "end": 863.46, "word": " Let's", "probability": 0.614013671875}, {"start": 863.46, "end": 863.64, "word": " look", "probability": 0.91015625}, {"start": 863.64, "end": 863.82, "word": " at", "probability": 0.962890625}, {"start": 863.82, "end": 864.08, "word": " this", "probability": 0.6923828125}, {"start": 864.08, "end": 864.62, "word": " second", "probability": 0.900390625}, {"start": 864.62, "end": 865.2, "word": " example", "probability": 0.97412109375}, {"start": 865.2, "end": 865.42, "word": " of", "probability": 0.96044921875}, {"start": 865.42, "end": 865.64, "word": " your", "probability": 0.888671875}, {"start": 865.64, "end": 866.18, "word": " paragraph.", "probability": 0.96875}], "temperature": 1.0}, {"id": 33, "seek": 89997, "start": 870.79, "end": 899.97, "text": " And very quickly, let's look at the problems here. What do you notice first thing? The format is not the correct format. We shouldn't leave spaces here. We shouldn't leave spaces here and so on. Make sure that you write on every dot. Don't skip lines. Just write like as in one block. Alright? Anything else? It is very important to say in this subject the difference between high school and university a lot.", "tokens": [400, 588, 2661, 11, 718, 311, 574, 412, 264, 2740, 510, 13, 708, 360, 291, 3449, 700, 551, 30, 440, 7877, 307, 406, 264, 3006, 7877, 13, 492, 4659, 380, 1856, 7673, 510, 13, 492, 4659, 380, 1856, 7673, 510, 293, 370, 322, 13, 4387, 988, 300, 291, 2464, 322, 633, 5893, 13, 1468, 380, 10023, 3876, 13, 1449, 2464, 411, 382, 294, 472, 3461, 13, 2798, 30, 11998, 1646, 30, 467, 307, 588, 1021, 281, 584, 294, 341, 3983, 264, 2649, 1296, 1090, 1395, 293, 5454, 257, 688, 13], "avg_logprob": -0.1917925788151039, "compression_ratio": 1.626984126984127, "no_speech_prob": 5.960464477539063e-08, "words": [{"start": 870.79, "end": 871.39, "word": " And", "probability": 0.56201171875}, {"start": 871.39, "end": 871.75, "word": " very", "probability": 0.71826171875}, {"start": 871.75, "end": 872.13, "word": " quickly,", "probability": 0.9326171875}, {"start": 872.31, "end": 872.61, "word": " let's", "probability": 0.94921875}, {"start": 872.61, "end": 872.97, "word": " look", "probability": 0.95947265625}, {"start": 872.97, "end": 873.41, "word": " at", "probability": 0.9658203125}, {"start": 873.41, "end": 873.99, "word": " the", "probability": 0.9150390625}, {"start": 873.99, "end": 874.61, "word": " problems", "probability": 0.82666015625}, {"start": 874.61, "end": 874.97, "word": " here.", "probability": 0.83740234375}, {"start": 875.67, "end": 875.83, "word": " What", "probability": 0.84716796875}, {"start": 875.83, "end": 875.97, "word": " do", "probability": 0.7353515625}, {"start": 875.97, "end": 876.01, "word": " you", "probability": 0.96142578125}, {"start": 876.01, "end": 876.29, "word": " notice", "probability": 0.939453125}, {"start": 876.29, "end": 876.63, "word": " first", "probability": 0.82275390625}, {"start": 876.63, "end": 876.91, "word": " thing?", "probability": 0.865234375}, {"start": 877.99, "end": 878.59, "word": " The", "probability": 0.83056640625}, {"start": 878.59, "end": 879.01, "word": " format", "probability": 0.90087890625}, {"start": 879.01, "end": 879.99, "word": " is", "probability": 0.93505859375}, {"start": 879.99, "end": 880.69, "word": " not", "probability": 0.94677734375}, {"start": 880.69, "end": 881.01, "word": " the", "probability": 0.88818359375}, {"start": 881.01, "end": 881.49, "word": " correct", "probability": 0.9267578125}, {"start": 881.49, "end": 882.07, "word": " format.", "probability": 0.884765625}, {"start": 882.27, "end": 882.29, "word": " We", "probability": 0.82421875}, {"start": 882.29, "end": 882.61, "word": " shouldn't", "probability": 0.944091796875}, {"start": 882.61, "end": 882.81, "word": " leave", "probability": 0.94287109375}, {"start": 882.81, "end": 883.29, "word": " spaces", "probability": 0.9296875}, {"start": 883.29, "end": 883.67, "word": " here.", "probability": 0.8505859375}, {"start": 883.79, "end": 883.93, "word": " We", "probability": 0.740234375}, {"start": 883.93, "end": 884.17, "word": " shouldn't", "probability": 0.952392578125}, {"start": 884.17, "end": 884.39, "word": " leave", "probability": 0.9541015625}, {"start": 884.39, "end": 884.91, "word": " spaces", "probability": 0.9365234375}, {"start": 884.91, "end": 885.21, "word": " here", "probability": 0.84326171875}, {"start": 885.21, "end": 885.39, "word": " and", "probability": 0.70947265625}, {"start": 885.39, "end": 885.61, "word": " so", "probability": 0.9462890625}, {"start": 885.61, "end": 885.77, "word": " on.", "probability": 0.94384765625}, {"start": 885.81, "end": 885.99, "word": " Make", "probability": 0.8994140625}, {"start": 885.99, "end": 886.17, "word": " sure", "probability": 0.91015625}, {"start": 886.17, "end": 886.53, "word": " that", "probability": 0.921875}, {"start": 886.53, "end": 886.97, "word": " you", "probability": 0.951171875}, {"start": 886.97, "end": 887.29, "word": " write", "probability": 0.88818359375}, {"start": 887.29, "end": 887.47, "word": " on", "probability": 0.8984375}, {"start": 887.47, "end": 887.83, "word": " every", "probability": 0.830078125}, {"start": 887.83, "end": 888.11, "word": " dot.", "probability": 0.251708984375}, {"start": 888.21, "end": 888.41, "word": " Don't", "probability": 0.6826171875}, {"start": 888.41, "end": 888.43, "word": " skip", "probability": 0.93994140625}, {"start": 888.43, "end": 888.91, "word": " lines.", "probability": 0.91845703125}, {"start": 889.55, "end": 889.83, "word": " Just", "probability": 0.8564453125}, {"start": 889.83, "end": 890.17, "word": " write", "probability": 0.9013671875}, {"start": 890.17, "end": 890.47, "word": " like", "probability": 0.767578125}, {"start": 890.47, "end": 890.71, "word": " as", "probability": 0.87890625}, {"start": 890.71, "end": 890.83, "word": " in", "probability": 0.91455078125}, {"start": 890.83, "end": 891.07, "word": " one", "probability": 0.9228515625}, {"start": 891.07, "end": 891.47, "word": " block.", "probability": 0.94775390625}, {"start": 891.73, "end": 891.95, "word": " Alright?", "probability": 0.5478515625}, {"start": 892.25, "end": 892.71, "word": " Anything", "probability": 0.64697265625}, {"start": 892.71, "end": 893.03, "word": " else?", "probability": 0.92626953125}, {"start": 894.13, "end": 894.73, "word": " It", "probability": 0.8671875}, {"start": 894.73, "end": 894.91, "word": " is", "probability": 0.80810546875}, {"start": 894.91, "end": 895.15, "word": " very", "probability": 0.8544921875}, {"start": 895.15, "end": 895.57, "word": " important", "probability": 0.88037109375}, {"start": 895.57, "end": 895.83, "word": " to", "probability": 0.96337890625}, {"start": 895.83, "end": 896.05, "word": " say", "probability": 0.94384765625}, {"start": 896.05, "end": 896.21, "word": " in", "probability": 0.90869140625}, {"start": 896.21, "end": 896.41, "word": " this", "probability": 0.9453125}, {"start": 896.41, "end": 896.81, "word": " subject", "probability": 0.96728515625}, {"start": 896.81, "end": 897.19, "word": " the", "probability": 0.236083984375}, {"start": 897.19, "end": 897.79, "word": " difference", "probability": 0.84375}, {"start": 897.79, "end": 898.19, "word": " between", "probability": 0.85791015625}, {"start": 898.19, "end": 898.43, "word": " high", "probability": 0.728515625}, {"start": 898.43, "end": 898.71, "word": " school", "probability": 0.9130859375}, {"start": 898.71, "end": 898.91, "word": " and", "probability": 0.943359375}, {"start": 898.91, "end": 899.45, "word": " university", "probability": 0.8525390625}, {"start": 899.45, "end": 899.71, "word": " a", "probability": 0.72021484375}, {"start": 899.71, "end": 899.97, "word": " lot.", "probability": 0.9521484375}], "temperature": 1.0}, {"id": 34, "seek": 90848, "start": 901.28, "end": 908.48, "text": " Is there a clear topic sentence? Of course not. There is no need for this sentence. Is that correct?", "tokens": [1119, 456, 257, 1850, 4829, 8174, 30, 2720, 1164, 406, 13, 821, 307, 572, 643, 337, 341, 8174, 13, 1119, 300, 3006, 30], "avg_logprob": -0.18196614707509676, "compression_ratio": 1.1744186046511629, "no_speech_prob": 0.0, "words": [{"start": 901.28, "end": 901.6, "word": " Is", "probability": 0.496337890625}, {"start": 901.6, "end": 901.8, "word": " there", "probability": 0.9013671875}, {"start": 901.8, "end": 902.02, "word": " a", "probability": 0.97314453125}, {"start": 902.02, "end": 902.56, "word": " clear", "probability": 0.88232421875}, {"start": 902.56, "end": 903.36, "word": " topic", "probability": 0.92626953125}, {"start": 903.36, "end": 903.84, "word": " sentence?", "probability": 0.8505859375}, {"start": 904.4, "end": 904.68, "word": " Of", "probability": 0.59423828125}, {"start": 904.68, "end": 905.14, "word": " course", "probability": 0.95849609375}, {"start": 905.14, "end": 905.36, "word": " not.", "probability": 0.88623046875}, {"start": 905.46, "end": 905.62, "word": " There", "probability": 0.7109375}, {"start": 905.62, "end": 905.76, "word": " is", "probability": 0.87353515625}, {"start": 905.76, "end": 905.98, "word": " no", "probability": 0.95068359375}, {"start": 905.98, "end": 906.18, "word": " need", "probability": 0.93603515625}, {"start": 906.18, "end": 906.38, "word": " for", "probability": 0.93408203125}, {"start": 906.38, "end": 906.58, "word": " this", "probability": 0.9111328125}, {"start": 906.58, "end": 907.04, "word": " sentence.", "probability": 0.9482421875}, {"start": 907.96, "end": 908.12, "word": " Is", "probability": 0.78515625}, {"start": 908.12, "end": 908.24, "word": " that", "probability": 0.93017578125}, {"start": 908.24, "end": 908.48, "word": " correct?", "probability": 0.45263671875}], "temperature": 1.0}, {"id": 35, "seek": 93449, "start": 912.13, "end": 934.49, "text": " Unnecessary and not necessary. And this is like an announcement. Very nice. It's like an announcement, right? And the same thing. Is this a sentence? The difference between high school and university a lot. No, it's more of a title. There is no verb. There is no subject-verb relationship or subject-verb agreement. How can we make it? We could say", "tokens": [1156, 15975, 822, 293, 406, 4818, 13, 400, 341, 307, 411, 364, 12847, 13, 4372, 1481, 13, 467, 311, 411, 364, 12847, 11, 558, 30, 400, 264, 912, 551, 13, 1119, 341, 257, 8174, 30, 440, 2649, 1296, 1090, 1395, 293, 5454, 257, 688, 13, 883, 11, 309, 311, 544, 295, 257, 4876, 13, 821, 307, 572, 9595, 13, 821, 307, 572, 3983, 12, 25809, 2480, 420, 3983, 12, 25809, 8106, 13, 1012, 393, 321, 652, 309, 30, 492, 727, 584], "avg_logprob": -0.2204649419319339, "compression_ratio": 1.6540284360189574, "no_speech_prob": 4.172325134277344e-07, "words": [{"start": 912.1299999999999, "end": 912.5699999999999, "word": " Unnecessary", "probability": 0.7574055989583334}, {"start": 912.5699999999999, "end": 913.01, "word": " and", "probability": 0.3125}, {"start": 913.01, "end": 913.19, "word": " not", "probability": 0.7314453125}, {"start": 913.19, "end": 913.67, "word": " necessary.", "probability": 0.9482421875}, {"start": 914.61, "end": 914.69, "word": " And", "probability": 0.61669921875}, {"start": 914.69, "end": 916.11, "word": " this", "probability": 0.61572265625}, {"start": 916.11, "end": 916.27, "word": " is", "probability": 0.94287109375}, {"start": 916.27, "end": 916.51, "word": " like", "probability": 0.90869140625}, {"start": 916.51, "end": 916.65, "word": " an", "probability": 0.91748046875}, {"start": 916.65, "end": 917.05, "word": " announcement.", "probability": 0.771484375}, {"start": 917.21, "end": 917.39, "word": " Very", "probability": 0.80126953125}, {"start": 917.39, "end": 917.61, "word": " nice.", "probability": 0.90771484375}, {"start": 917.73, "end": 917.87, "word": " It's", "probability": 0.877685546875}, {"start": 917.87, "end": 918.09, "word": " like", "probability": 0.9326171875}, {"start": 918.09, "end": 918.35, "word": " an", "probability": 0.943359375}, {"start": 918.35, "end": 918.99, "word": " announcement,", "probability": 0.80224609375}, {"start": 919.35, "end": 919.35, "word": " right?", "probability": 0.5439453125}, {"start": 919.89, "end": 920.05, "word": " And", "probability": 0.9140625}, {"start": 920.05, "end": 920.19, "word": " the", "probability": 0.56396484375}, {"start": 920.19, "end": 920.39, "word": " same", "probability": 0.91259765625}, {"start": 920.39, "end": 920.61, "word": " thing.", "probability": 0.91015625}, {"start": 920.75, "end": 920.83, "word": " Is", "probability": 0.59375}, {"start": 920.83, "end": 921.01, "word": " this", "probability": 0.9384765625}, {"start": 921.01, "end": 921.17, "word": " a", "probability": 0.90087890625}, {"start": 921.17, "end": 921.59, "word": " sentence?", "probability": 0.9658203125}, {"start": 921.89, "end": 921.99, "word": " The", "probability": 0.68310546875}, {"start": 921.99, "end": 922.47, "word": " difference", "probability": 0.84619140625}, {"start": 922.47, "end": 922.81, "word": " between", "probability": 0.8623046875}, {"start": 922.81, "end": 923.03, "word": " high", "probability": 0.86328125}, {"start": 923.03, "end": 923.29, "word": " school", "probability": 0.9189453125}, {"start": 923.29, "end": 923.47, "word": " and", "probability": 0.947265625}, {"start": 923.47, "end": 923.99, "word": " university", "probability": 0.84619140625}, {"start": 923.99, "end": 924.21, "word": " a", "probability": 0.5693359375}, {"start": 924.21, "end": 924.43, "word": " lot.", "probability": 0.95654296875}, {"start": 925.35, "end": 925.79, "word": " No,", "probability": 0.2587890625}, {"start": 925.93, "end": 926.15, "word": " it's", "probability": 0.966064453125}, {"start": 926.15, "end": 926.37, "word": " more", "probability": 0.927734375}, {"start": 926.37, "end": 926.51, "word": " of", "probability": 0.958984375}, {"start": 926.51, "end": 926.61, "word": " a", "probability": 0.9931640625}, {"start": 926.61, "end": 926.89, "word": " title.", "probability": 0.95654296875}, {"start": 927.01, "end": 927.15, "word": " There", "probability": 0.7333984375}, {"start": 927.15, "end": 927.31, "word": " is", "probability": 0.7919921875}, {"start": 927.31, "end": 927.65, "word": " no", "probability": 0.9375}, {"start": 927.65, "end": 927.97, "word": " verb.", "probability": 0.84619140625}, {"start": 928.03, "end": 928.15, "word": " There", "probability": 0.787109375}, {"start": 928.15, "end": 928.27, "word": " is", "probability": 0.91845703125}, {"start": 928.27, "end": 928.49, "word": " no", "probability": 0.9443359375}, {"start": 928.49, "end": 928.89, "word": " subject", "probability": 0.9716796875}, {"start": 928.89, "end": 929.43, "word": "-verb", "probability": 0.771728515625}, {"start": 929.43, "end": 930.53, "word": " relationship", "probability": 0.8857421875}, {"start": 930.53, "end": 931.25, "word": " or", "probability": 0.91650390625}, {"start": 931.25, "end": 931.81, "word": " subject", "probability": 0.96533203125}, {"start": 931.81, "end": 932.11, "word": "-verb", "probability": 0.954833984375}, {"start": 932.11, "end": 932.61, "word": " agreement.", "probability": 0.9208984375}, {"start": 932.89, "end": 933.03, "word": " How", "probability": 0.9462890625}, {"start": 933.03, "end": 933.27, "word": " can", "probability": 0.9111328125}, {"start": 933.27, "end": 933.41, "word": " we", "probability": 0.9267578125}, {"start": 933.41, "end": 933.61, "word": " make", "probability": 0.78173828125}, {"start": 933.61, "end": 933.73, "word": " it?", "probability": 0.95263671875}, {"start": 933.91, "end": 933.91, "word": " We", "probability": 0.947265625}, {"start": 933.91, "end": 934.03, "word": " could", "probability": 0.81689453125}, {"start": 934.03, "end": 934.49, "word": " say", "probability": 0.95166015625}], "temperature": 1.0}, {"id": 36, "seek": 95723, "start": 935.43, "end": 957.23, "text": " There are three differences. There are a lot of differences between high school and university. Or we can say university and high school differ in many ways. Differ in three important ways and so on. Okay? Third. Because of time, let's look at this model paragraph.", "tokens": [821, 366, 1045, 7300, 13, 821, 366, 257, 688, 295, 7300, 1296, 1090, 1395, 293, 5454, 13, 1610, 321, 393, 584, 5454, 293, 1090, 1395, 743, 294, 867, 2098, 13, 413, 12612, 294, 1045, 1021, 2098, 293, 370, 322, 13, 1033, 30, 12548, 13, 1436, 295, 565, 11, 718, 311, 574, 412, 341, 2316, 18865, 13], "avg_logprob": -0.21847587091880932, "compression_ratio": 1.592814371257485, "no_speech_prob": 0.0, "words": [{"start": 935.43, "end": 935.79, "word": " There", "probability": 0.60546875}, {"start": 935.79, "end": 936.33, "word": " are", "probability": 0.94677734375}, {"start": 936.33, "end": 937.25, "word": " three", "probability": 0.6396484375}, {"start": 937.25, "end": 937.93, "word": " differences.", "probability": 0.78564453125}, {"start": 938.15, "end": 938.27, "word": " There", "probability": 0.71484375}, {"start": 938.27, "end": 938.47, "word": " are", "probability": 0.94287109375}, {"start": 938.47, "end": 938.65, "word": " a", "probability": 0.951171875}, {"start": 938.65, "end": 938.77, "word": " lot", "probability": 0.95751953125}, {"start": 938.77, "end": 938.95, "word": " of", "probability": 0.955078125}, {"start": 938.95, "end": 939.71, "word": " differences", "probability": 0.828125}, {"start": 939.71, "end": 940.37, "word": " between", "probability": 0.86962890625}, {"start": 940.37, "end": 941.39, "word": " high", "probability": 0.86962890625}, {"start": 941.39, "end": 941.91, "word": " school", "probability": 0.85302734375}, {"start": 941.91, "end": 942.45, "word": " and", "probability": 0.94970703125}, {"start": 942.45, "end": 943.57, "word": " university.", "probability": 0.845703125}, {"start": 943.97, "end": 944.15, "word": " Or", "probability": 0.89013671875}, {"start": 944.15, "end": 944.33, "word": " we", "probability": 0.88525390625}, {"start": 944.33, "end": 944.55, "word": " can", "probability": 0.94970703125}, {"start": 944.55, "end": 944.83, "word": " say", "probability": 0.9443359375}, {"start": 944.83, "end": 945.45, "word": " university", "probability": 0.7314453125}, {"start": 945.45, "end": 945.67, "word": " and", "probability": 0.9404296875}, {"start": 945.67, "end": 945.91, "word": " high", "probability": 0.908203125}, {"start": 945.91, "end": 946.23, "word": " school", "probability": 0.94140625}, {"start": 946.23, "end": 946.61, "word": " differ", "probability": 0.919921875}, {"start": 946.61, "end": 947.17, "word": " in", "probability": 0.939453125}, {"start": 947.17, "end": 947.63, "word": " many", "probability": 0.63037109375}, {"start": 947.63, "end": 947.93, "word": " ways.", "probability": 0.90869140625}, {"start": 948.01, "end": 948.27, "word": " Differ", "probability": 0.7548828125}, {"start": 948.27, "end": 948.65, "word": " in", "probability": 0.9443359375}, {"start": 948.65, "end": 948.99, "word": " three", "probability": 0.89697265625}, {"start": 948.99, "end": 949.65, "word": " important", "probability": 0.88134765625}, {"start": 949.65, "end": 949.99, "word": " ways", "probability": 0.9140625}, {"start": 949.99, "end": 950.21, "word": " and", "probability": 0.87646484375}, {"start": 950.21, "end": 950.47, "word": " so", "probability": 0.95556640625}, {"start": 950.47, "end": 951.41, "word": " on.", "probability": 0.689453125}, {"start": 951.61, "end": 951.85, "word": " Okay?", "probability": 0.353759765625}, {"start": 952.49, "end": 952.79, "word": " Third.", "probability": 0.4423828125}, {"start": 954.23, "end": 954.59, "word": " Because", "probability": 0.457275390625}, {"start": 954.59, "end": 954.91, "word": " of", "probability": 0.970703125}, {"start": 954.91, "end": 955.31, "word": " time,", "probability": 0.8974609375}, {"start": 955.55, "end": 955.69, "word": " let's", "probability": 0.924560546875}, {"start": 955.69, "end": 955.91, "word": " look", "probability": 0.95263671875}, {"start": 955.91, "end": 956.09, "word": " at", "probability": 0.9638671875}, {"start": 956.09, "end": 956.33, "word": " this", "probability": 0.93603515625}, {"start": 956.33, "end": 956.67, "word": " model", "probability": 0.7353515625}, {"start": 956.67, "end": 957.23, "word": " paragraph.", "probability": 0.9443359375}], "temperature": 1.0}, {"id": 37, "seek": 96787, "start": 958.55, "end": 967.87, "text": " And I'd like you just to pay attention to how we presented the information, how we wrote the paragraph in a very nice and a very effective way, alright?", "tokens": [400, 286, 1116, 411, 291, 445, 281, 1689, 3202, 281, 577, 321, 8212, 264, 1589, 11, 577, 321, 4114, 264, 18865, 294, 257, 588, 1481, 293, 257, 588, 4942, 636, 11, 5845, 30], "avg_logprob": -0.18738511599162044, "compression_ratio": 1.2966101694915255, "no_speech_prob": 0.0, "words": [{"start": 958.55, "end": 958.89, "word": " And", "probability": 0.5283203125}, {"start": 958.89, "end": 959.11, "word": " I'd", "probability": 0.87451171875}, {"start": 959.11, "end": 959.33, "word": " like", "probability": 0.72021484375}, {"start": 959.33, "end": 959.47, "word": " you", "probability": 0.939453125}, {"start": 959.47, "end": 959.67, "word": " just", "probability": 0.66455078125}, {"start": 959.67, "end": 959.83, "word": " to", "probability": 0.943359375}, {"start": 959.83, "end": 959.97, "word": " pay", "probability": 0.939453125}, {"start": 959.97, "end": 960.31, "word": " attention", "probability": 0.921875}, {"start": 960.31, "end": 960.51, "word": " to", "probability": 0.93017578125}, {"start": 960.51, "end": 960.81, "word": " how", "probability": 0.927734375}, {"start": 960.81, "end": 961.05, "word": " we", "probability": 0.454345703125}, {"start": 961.05, "end": 961.71, "word": " presented", "probability": 0.78662109375}, {"start": 961.71, "end": 962.03, "word": " the", "probability": 0.85693359375}, {"start": 962.03, "end": 962.55, "word": " information,", "probability": 0.83837890625}, {"start": 962.73, "end": 962.87, "word": " how", "probability": 0.921875}, {"start": 962.87, "end": 963.07, "word": " we", "probability": 0.9560546875}, {"start": 963.07, "end": 963.29, "word": " wrote", "probability": 0.92919921875}, {"start": 963.29, "end": 963.43, "word": " the", "probability": 0.90576171875}, {"start": 963.43, "end": 963.81, "word": " paragraph", "probability": 0.923828125}, {"start": 963.81, "end": 964.51, "word": " in", "probability": 0.892578125}, {"start": 964.51, "end": 964.69, "word": " a", "probability": 0.99072265625}, {"start": 964.69, "end": 964.91, "word": " very", "probability": 0.83642578125}, {"start": 964.91, "end": 965.33, "word": " nice", "probability": 0.91552734375}, {"start": 965.33, "end": 965.55, "word": " and", "probability": 0.9248046875}, {"start": 965.55, "end": 965.67, "word": " a", "probability": 0.64794921875}, {"start": 965.67, "end": 965.85, "word": " very", "probability": 0.8583984375}, {"start": 965.85, "end": 966.33, "word": " effective", "probability": 0.8837890625}, {"start": 966.33, "end": 967.47, "word": " way,", "probability": 0.95751953125}, {"start": 967.63, "end": 967.87, "word": " alright?", "probability": 0.75927734375}], "temperature": 1.0}, {"id": 38, "seek": 99637, "start": 968.79, "end": 996.37, "text": " First thing we notice that it has the proper format, alright? We wrote basically on every line. I'm not going to let you read it because it's a bit, it's quite big. But does you notice the university is different from high school in three important ways. Very clear topic, sentence, the controlling idea is right there. The differences or three differences between high school and university.", "tokens": [2386, 551, 321, 3449, 300, 309, 575, 264, 2296, 7877, 11, 5845, 30, 492, 4114, 1936, 322, 633, 1622, 13, 286, 478, 406, 516, 281, 718, 291, 1401, 309, 570, 309, 311, 257, 857, 11, 309, 311, 1596, 955, 13, 583, 775, 291, 3449, 264, 5454, 307, 819, 490, 1090, 1395, 294, 1045, 1021, 2098, 13, 4372, 1850, 4829, 11, 8174, 11, 264, 14905, 1558, 307, 558, 456, 13, 440, 7300, 420, 1045, 7300, 1296, 1090, 1395, 293, 5454, 13], "avg_logprob": -0.21084105526959454, "compression_ratio": 1.6512605042016806, "no_speech_prob": 0.0, "words": [{"start": 968.79, "end": 969.19, "word": " First", "probability": 0.78662109375}, {"start": 969.19, "end": 969.37, "word": " thing", "probability": 0.9072265625}, {"start": 969.37, "end": 969.51, "word": " we", "probability": 0.60498046875}, {"start": 969.51, "end": 969.77, "word": " notice", "probability": 0.7177734375}, {"start": 969.77, "end": 970.23, "word": " that", "probability": 0.6376953125}, {"start": 970.23, "end": 970.47, "word": " it", "probability": 0.85107421875}, {"start": 970.47, "end": 970.89, "word": " has", "probability": 0.94873046875}, {"start": 970.89, "end": 971.09, "word": " the", "probability": 0.86474609375}, {"start": 971.09, "end": 971.63, "word": " proper", "probability": 0.91162109375}, {"start": 971.63, "end": 973.09, "word": " format,", "probability": 0.89306640625}, {"start": 973.37, "end": 973.67, "word": " alright?", "probability": 0.6650390625}, {"start": 974.21, "end": 974.31, "word": " We", "probability": 0.8046875}, {"start": 974.31, "end": 974.63, "word": " wrote", "probability": 0.548828125}, {"start": 974.63, "end": 975.23, "word": " basically", "probability": 0.93359375}, {"start": 975.23, "end": 975.57, "word": " on", "probability": 0.9140625}, {"start": 975.57, "end": 976.21, "word": " every", "probability": 0.84375}, {"start": 976.21, "end": 977.23, "word": " line.", "probability": 0.82177734375}, {"start": 977.39, "end": 977.49, "word": " I'm", "probability": 0.934814453125}, {"start": 977.49, "end": 977.65, "word": " not", "probability": 0.94140625}, {"start": 977.65, "end": 977.85, "word": " going", "probability": 0.9306640625}, {"start": 977.85, "end": 977.99, "word": " to", "probability": 0.9599609375}, {"start": 977.99, "end": 978.13, "word": " let", "probability": 0.916015625}, {"start": 978.13, "end": 978.25, "word": " you", "probability": 0.9638671875}, {"start": 978.25, "end": 978.49, "word": " read", "probability": 0.97119140625}, {"start": 978.49, "end": 978.63, "word": " it", "probability": 0.9296875}, {"start": 978.63, "end": 979.25, "word": " because", "probability": 0.62255859375}, {"start": 979.25, "end": 979.73, "word": " it's", "probability": 0.951171875}, {"start": 979.73, "end": 979.85, "word": " a", "probability": 0.43603515625}, {"start": 979.85, "end": 980.05, "word": " bit,", "probability": 0.91259765625}, {"start": 980.11, "end": 980.35, "word": " it's", "probability": 0.967041015625}, {"start": 980.35, "end": 980.57, "word": " quite", "probability": 0.8974609375}, {"start": 980.57, "end": 980.85, "word": " big.", "probability": 0.91796875}, {"start": 981.27, "end": 981.61, "word": " But", "probability": 0.93701171875}, {"start": 981.61, "end": 982.23, "word": " does", "probability": 0.277587890625}, {"start": 982.23, "end": 982.39, "word": " you", "probability": 0.92529296875}, {"start": 982.39, "end": 982.61, "word": " notice", "probability": 0.92138671875}, {"start": 982.61, "end": 982.87, "word": " the", "probability": 0.7412109375}, {"start": 982.87, "end": 983.39, "word": " university", "probability": 0.7197265625}, {"start": 983.39, "end": 983.71, "word": " is", "probability": 0.95166015625}, {"start": 983.71, "end": 984.27, "word": " different", "probability": 0.9013671875}, {"start": 984.27, "end": 984.61, "word": " from", "probability": 0.8740234375}, {"start": 984.61, "end": 984.91, "word": " high", "probability": 0.87939453125}, {"start": 984.91, "end": 985.25, "word": " school", "probability": 0.92919921875}, {"start": 985.25, "end": 985.41, "word": " in", "probability": 0.9111328125}, {"start": 985.41, "end": 985.75, "word": " three", "probability": 0.70556640625}, {"start": 985.75, "end": 986.49, "word": " important", "probability": 0.89208984375}, {"start": 986.49, "end": 987.25, "word": " ways.", "probability": 0.86572265625}, {"start": 987.73, "end": 987.97, "word": " Very", "probability": 0.7509765625}, {"start": 987.97, "end": 988.45, "word": " clear", "probability": 0.8974609375}, {"start": 988.45, "end": 988.85, "word": " topic,", "probability": 0.88037109375}, {"start": 988.99, "end": 989.29, "word": " sentence,", "probability": 0.9248046875}, {"start": 989.47, "end": 989.57, "word": " the", "probability": 0.83251953125}, {"start": 989.57, "end": 990.01, "word": " controlling", "probability": 0.81787109375}, {"start": 990.01, "end": 990.41, "word": " idea", "probability": 0.8994140625}, {"start": 990.41, "end": 990.65, "word": " is", "probability": 0.84765625}, {"start": 990.65, "end": 990.93, "word": " right", "probability": 0.9169921875}, {"start": 990.93, "end": 991.21, "word": " there.", "probability": 0.90869140625}, {"start": 991.53, "end": 991.63, "word": " The", "probability": 0.8896484375}, {"start": 991.63, "end": 992.23, "word": " differences", "probability": 0.81103515625}, {"start": 992.23, "end": 992.85, "word": " or", "probability": 0.67919921875}, {"start": 992.85, "end": 993.11, "word": " three", "probability": 0.81982421875}, {"start": 993.11, "end": 993.59, "word": " differences", "probability": 0.82275390625}, {"start": 993.59, "end": 994.09, "word": " between", "probability": 0.86962890625}, {"start": 994.09, "end": 994.75, "word": " high", "probability": 0.896484375}, {"start": 994.75, "end": 995.07, "word": " school", "probability": 0.9501953125}, {"start": 995.07, "end": 995.45, "word": " and", "probability": 0.93505859375}, {"start": 995.45, "end": 996.37, "word": " university.", "probability": 0.84814453125}], "temperature": 1.0}, {"id": 39, "seek": 99962, "start": 996.8, "end": 999.62, "text": " First, the first point for the first difference.", "tokens": [2386, 11, 264, 700, 935, 337, 264, 700, 2649, 13], "avg_logprob": -0.3410866585644809, "compression_ratio": 1.0888888888888888, "no_speech_prob": 0.0, "words": [{"start": 996.8, "end": 997.4, "word": " First,", "probability": 0.72998046875}, {"start": 997.5, "end": 997.62, "word": " the", "probability": 0.611328125}, {"start": 997.62, "end": 997.92, "word": " first", "probability": 0.8955078125}, {"start": 997.92, "end": 998.44, "word": " point", "probability": 0.97314453125}, {"start": 998.44, "end": 998.76, "word": " for", "probability": 0.340087890625}, {"start": 998.76, "end": 998.9, "word": " the", "probability": 0.8759765625}, {"start": 998.9, "end": 999.22, "word": " first", "probability": 0.64697265625}, {"start": 999.22, "end": 999.62, "word": " difference.", "probability": 0.91064453125}], "temperature": 1.0}, {"id": 40, "seek": 102942, "start": 1000.26, "end": 1029.42, "text": " The university is much bigger than the highest school in the student numbers and size and location of buildings. This is the first difference, but it's not enough just to write one difference. We have to provide examples. We have to discuss it because it is not enough to make the idea clear. So we say, for example, there are 20 or over 20,000 students in the university and many big buildings, blah, blah, blah, blah, as you can see. So now the idea is now clear.", "tokens": [440, 5454, 307, 709, 3801, 813, 264, 6343, 1395, 294, 264, 3107, 3547, 293, 2744, 293, 4914, 295, 7446, 13, 639, 307, 264, 700, 2649, 11, 457, 309, 311, 406, 1547, 445, 281, 2464, 472, 2649, 13, 492, 362, 281, 2893, 5110, 13, 492, 362, 281, 2248, 309, 570, 309, 307, 406, 1547, 281, 652, 264, 1558, 1850, 13, 407, 321, 584, 11, 337, 1365, 11, 456, 366, 945, 420, 670, 945, 11, 1360, 1731, 294, 264, 5454, 293, 867, 955, 7446, 11, 12288, 11, 12288, 11, 12288, 11, 12288, 11, 382, 291, 393, 536, 13, 407, 586, 264, 1558, 307, 586, 1850, 13], "avg_logprob": -0.17886905102502731, "compression_ratio": 1.78544061302682, "no_speech_prob": 0.0848388671875, "words": [{"start": 1000.26, "end": 1000.5, "word": " The", "probability": 0.438720703125}, {"start": 1000.5, "end": 1001.06, "word": " university", "probability": 0.7294921875}, {"start": 1001.06, "end": 1001.6, "word": " is", "probability": 0.94921875}, {"start": 1001.6, "end": 1002.2, "word": " much", "probability": 0.880859375}, {"start": 1002.2, "end": 1002.6, "word": " bigger", "probability": 0.939453125}, {"start": 1002.6, "end": 1002.84, "word": " than", "probability": 0.93359375}, {"start": 1002.84, "end": 1003.04, "word": " the", "probability": 0.8896484375}, {"start": 1003.04, "end": 1003.34, "word": " highest", "probability": 0.6572265625}, {"start": 1003.34, "end": 1003.64, "word": " school", "probability": 0.89990234375}, {"start": 1003.64, "end": 1003.84, "word": " in", "probability": 0.93603515625}, {"start": 1003.84, "end": 1004.0, "word": " the", "probability": 0.697265625}, {"start": 1004.0, "end": 1004.26, "word": " student", "probability": 0.9169921875}, {"start": 1004.26, "end": 1004.8, "word": " numbers", "probability": 0.8642578125}, {"start": 1004.8, "end": 1005.18, "word": " and", "probability": 0.83740234375}, {"start": 1005.18, "end": 1005.64, "word": " size", "probability": 0.46826171875}, {"start": 1005.64, "end": 1005.9, "word": " and", "probability": 0.921875}, {"start": 1005.9, "end": 1006.36, "word": " location", "probability": 0.9296875}, {"start": 1006.36, "end": 1006.8, "word": " of", "probability": 0.9453125}, {"start": 1006.8, "end": 1007.36, "word": " buildings.", "probability": 0.84912109375}, {"start": 1008.0, "end": 1008.2, "word": " This", "probability": 0.7900390625}, {"start": 1008.2, "end": 1008.34, "word": " is", "probability": 0.94677734375}, {"start": 1008.34, "end": 1008.5, "word": " the", "probability": 0.9189453125}, {"start": 1008.5, "end": 1008.88, "word": " first", "probability": 0.89013671875}, {"start": 1008.88, "end": 1009.46, "word": " difference,", "probability": 0.89697265625}, {"start": 1009.82, "end": 1009.96, "word": " but", "probability": 0.921875}, {"start": 1009.96, "end": 1010.12, "word": " it's", "probability": 0.89404296875}, {"start": 1010.12, "end": 1010.34, "word": " not", "probability": 0.9443359375}, {"start": 1010.34, "end": 1010.62, "word": " enough", "probability": 0.86279296875}, {"start": 1010.62, "end": 1010.84, "word": " just", "probability": 0.8486328125}, {"start": 1010.84, "end": 1011.02, "word": " to", "probability": 0.962890625}, {"start": 1011.02, "end": 1011.24, "word": " write", "probability": 0.90185546875}, {"start": 1011.24, "end": 1011.48, "word": " one", "probability": 0.91162109375}, {"start": 1011.48, "end": 1011.84, "word": " difference.", "probability": 0.87744140625}, {"start": 1011.96, "end": 1012.04, "word": " We", "probability": 0.94873046875}, {"start": 1012.04, "end": 1012.28, "word": " have", "probability": 0.94677734375}, {"start": 1012.28, "end": 1012.42, "word": " to", "probability": 0.97119140625}, {"start": 1012.42, "end": 1012.78, "word": " provide", "probability": 0.95654296875}, {"start": 1012.78, "end": 1013.36, "word": " examples.", "probability": 0.81005859375}, {"start": 1013.66, "end": 1014.02, "word": " We", "probability": 0.9453125}, {"start": 1014.02, "end": 1014.2, "word": " have", "probability": 0.9462890625}, {"start": 1014.2, "end": 1014.3, "word": " to", "probability": 0.96875}, {"start": 1014.3, "end": 1014.66, "word": " discuss", "probability": 0.92578125}, {"start": 1014.66, "end": 1014.84, "word": " it", "probability": 0.9404296875}, {"start": 1014.84, "end": 1015.08, "word": " because", "probability": 0.7587890625}, {"start": 1015.08, "end": 1015.4, "word": " it", "probability": 0.93798828125}, {"start": 1015.4, "end": 1015.54, "word": " is", "probability": 0.87744140625}, {"start": 1015.54, "end": 1015.74, "word": " not", "probability": 0.9453125}, {"start": 1015.74, "end": 1016.08, "word": " enough", "probability": 0.87890625}, {"start": 1016.08, "end": 1016.36, "word": " to", "probability": 0.96484375}, {"start": 1016.36, "end": 1017.14, "word": " make", "probability": 0.939453125}, {"start": 1017.14, "end": 1017.3, "word": " the", "probability": 0.9072265625}, {"start": 1017.3, "end": 1017.62, "word": " idea", "probability": 0.919921875}, {"start": 1017.62, "end": 1017.98, "word": " clear.", "probability": 0.88525390625}, {"start": 1018.1, "end": 1018.22, "word": " So", "probability": 0.92822265625}, {"start": 1018.22, "end": 1018.5, "word": " we", "probability": 0.66552734375}, {"start": 1018.5, "end": 1018.84, "word": " say,", "probability": 0.771484375}, {"start": 1019.2, "end": 1019.48, "word": " for", "probability": 0.91357421875}, {"start": 1019.48, "end": 1019.98, "word": " example,", "probability": 0.96875}, {"start": 1020.04, "end": 1020.3, "word": " there", "probability": 0.880859375}, {"start": 1020.3, "end": 1020.54, "word": " are", "probability": 0.94384765625}, {"start": 1020.54, "end": 1021.08, "word": " 20", "probability": 0.64208984375}, {"start": 1021.08, "end": 1021.42, "word": " or", "probability": 0.9248046875}, {"start": 1021.42, "end": 1021.74, "word": " over", "probability": 0.8564453125}, {"start": 1021.74, "end": 1022.18, "word": " 20", "probability": 0.84716796875}, {"start": 1022.18, "end": 1022.48, "word": ",000", "probability": 0.891357421875}, {"start": 1022.48, "end": 1022.86, "word": " students", "probability": 0.97412109375}, {"start": 1022.86, "end": 1023.1, "word": " in", "probability": 0.94384765625}, {"start": 1023.1, "end": 1023.24, "word": " the", "probability": 0.9140625}, {"start": 1023.24, "end": 1023.68, "word": " university", "probability": 0.845703125}, {"start": 1023.68, "end": 1024.06, "word": " and", "probability": 0.9033203125}, {"start": 1024.06, "end": 1024.26, "word": " many", "probability": 0.88232421875}, {"start": 1024.26, "end": 1024.48, "word": " big", "probability": 0.873046875}, {"start": 1024.48, "end": 1024.86, "word": " buildings,", "probability": 0.94189453125}, {"start": 1025.02, "end": 1025.14, "word": " blah,", "probability": 0.794921875}, {"start": 1025.2, "end": 1025.3, "word": " blah,", "probability": 0.9130859375}, {"start": 1025.48, "end": 1025.48, "word": " blah,", "probability": 0.90673828125}, {"start": 1025.56, "end": 1025.7, "word": " blah,", "probability": 0.884765625}, {"start": 1025.84, "end": 1026.38, "word": " as", "probability": 0.2841796875}, {"start": 1026.38, "end": 1026.54, "word": " you", "probability": 0.96240234375}, {"start": 1026.54, "end": 1026.72, "word": " can", "probability": 0.94482421875}, {"start": 1026.72, "end": 1027.0, "word": " see.", "probability": 0.92138671875}, {"start": 1027.14, "end": 1027.44, "word": " So", "probability": 0.953125}, {"start": 1027.44, "end": 1027.82, "word": " now", "probability": 0.837890625}, {"start": 1027.82, "end": 1028.02, "word": " the", "probability": 0.7861328125}, {"start": 1028.02, "end": 1028.3, "word": " idea", "probability": 0.92333984375}, {"start": 1028.3, "end": 1028.56, "word": " is", "probability": 0.9462890625}, {"start": 1028.56, "end": 1028.9, "word": " now", "probability": 0.92138671875}, {"start": 1028.9, "end": 1029.42, "word": " clear.", "probability": 0.693359375}], "temperature": 1.0}, {"id": 41, "seek": 105595, "start": 1030.93, "end": 1055.95, "text": " Then we look at the second difference. Second, the university study system largely differs from that of the high school. To illustrate, all right, university students take many related courses in the same major, go to different lecture rooms and take different kinds of assessments, blah, blah, blah, blah. Then finally students take much responsibility.", "tokens": [1396, 321, 574, 412, 264, 1150, 2649, 13, 5736, 11, 264, 5454, 2979, 1185, 11611, 37761, 490, 300, 295, 264, 1090, 1395, 13, 1407, 23221, 11, 439, 558, 11, 5454, 1731, 747, 867, 4077, 7712, 294, 264, 912, 2563, 11, 352, 281, 819, 7991, 9396, 293, 747, 819, 3685, 295, 24338, 11, 12288, 11, 12288, 11, 12288, 11, 12288, 13, 1396, 2721, 1731, 747, 709, 6357, 13], "avg_logprob": -0.19531250219134724, "compression_ratio": 1.7401960784313726, "no_speech_prob": 0.0, "words": [{"start": 1030.93, "end": 1031.29, "word": " Then", "probability": 0.7724609375}, {"start": 1031.29, "end": 1031.67, "word": " we", "probability": 0.5654296875}, {"start": 1031.67, "end": 1031.89, "word": " look", "probability": 0.951171875}, {"start": 1031.89, "end": 1032.03, "word": " at", "probability": 0.9658203125}, {"start": 1032.03, "end": 1032.17, "word": " the", "probability": 0.904296875}, {"start": 1032.17, "end": 1032.43, "word": " second", "probability": 0.8984375}, {"start": 1032.43, "end": 1032.89, "word": " difference.", "probability": 0.87060546875}, {"start": 1033.03, "end": 1033.35, "word": " Second,", "probability": 0.82568359375}, {"start": 1034.29, "end": 1034.41, "word": " the", "probability": 0.87109375}, {"start": 1034.41, "end": 1034.89, "word": " university", "probability": 0.8193359375}, {"start": 1034.89, "end": 1035.27, "word": " study", "probability": 0.7783203125}, {"start": 1035.27, "end": 1035.79, "word": " system", "probability": 0.9541015625}, {"start": 1035.79, "end": 1036.35, "word": " largely", "probability": 0.84423828125}, {"start": 1036.35, "end": 1036.91, "word": " differs", "probability": 0.91748046875}, {"start": 1036.91, "end": 1037.21, "word": " from", "probability": 0.88671875}, {"start": 1037.21, "end": 1037.63, "word": " that", "probability": 0.931640625}, {"start": 1037.63, "end": 1037.97, "word": " of", "probability": 0.96630859375}, {"start": 1037.97, "end": 1038.29, "word": " the", "probability": 0.89697265625}, {"start": 1038.29, "end": 1039.21, "word": " high", "probability": 0.90771484375}, {"start": 1039.21, "end": 1039.67, "word": " school.", "probability": 0.94091796875}, {"start": 1039.83, "end": 1040.15, "word": " To", "probability": 0.9609375}, {"start": 1040.15, "end": 1040.91, "word": " illustrate,", "probability": 0.90576171875}, {"start": 1041.59, "end": 1041.71, "word": " all", "probability": 0.320556640625}, {"start": 1041.71, "end": 1042.05, "word": " right,", "probability": 0.916015625}, {"start": 1042.49, "end": 1042.97, "word": " university", "probability": 0.83251953125}, {"start": 1042.97, "end": 1043.57, "word": " students", "probability": 0.970703125}, {"start": 1043.57, "end": 1043.91, "word": " take", "probability": 0.8857421875}, {"start": 1043.91, "end": 1044.13, "word": " many", "probability": 0.69287109375}, {"start": 1044.13, "end": 1044.61, "word": " related", "probability": 0.93798828125}, {"start": 1044.61, "end": 1045.19, "word": " courses", "probability": 0.90234375}, {"start": 1045.19, "end": 1047.25, "word": " in", "probability": 0.4931640625}, {"start": 1047.25, "end": 1047.45, "word": " the", "probability": 0.91796875}, {"start": 1047.45, "end": 1047.69, "word": " same", "probability": 0.91357421875}, {"start": 1047.69, "end": 1048.05, "word": " major,", "probability": 0.96142578125}, {"start": 1048.23, "end": 1048.47, "word": " go", "probability": 0.9638671875}, {"start": 1048.47, "end": 1048.65, "word": " to", "probability": 0.96337890625}, {"start": 1048.65, "end": 1049.07, "word": " different", "probability": 0.88427734375}, {"start": 1049.07, "end": 1049.43, "word": " lecture", "probability": 0.90576171875}, {"start": 1049.43, "end": 1049.97, "word": " rooms", "probability": 0.9248046875}, {"start": 1049.97, "end": 1050.33, "word": " and", "probability": 0.64990234375}, {"start": 1050.33, "end": 1050.59, "word": " take", "probability": 0.888671875}, {"start": 1050.59, "end": 1051.01, "word": " different", "probability": 0.88232421875}, {"start": 1051.01, "end": 1051.43, "word": " kinds", "probability": 0.8564453125}, {"start": 1051.43, "end": 1051.57, "word": " of", "probability": 0.9716796875}, {"start": 1051.57, "end": 1052.01, "word": " assessments,", "probability": 0.479248046875}, {"start": 1052.21, "end": 1052.31, "word": " blah,", "probability": 0.8876953125}, {"start": 1052.39, "end": 1052.45, "word": " blah,", "probability": 0.923828125}, {"start": 1052.55, "end": 1052.65, "word": " blah,", "probability": 0.927734375}, {"start": 1052.73, "end": 1052.83, "word": " blah.", "probability": 0.9423828125}, {"start": 1053.01, "end": 1053.31, "word": " Then", "probability": 0.896484375}, {"start": 1053.31, "end": 1054.03, "word": " finally", "probability": 0.38916015625}, {"start": 1054.03, "end": 1054.45, "word": " students", "probability": 0.703125}, {"start": 1054.45, "end": 1054.79, "word": " take", "probability": 0.88671875}, {"start": 1054.79, "end": 1055.05, "word": " much", "probability": 0.9228515625}, {"start": 1055.05, "end": 1055.95, "word": " responsibility.", "probability": 0.97119140625}], "temperature": 1.0}, {"id": 42, "seek": 107528, "start": 1056.36, "end": 1075.28, "text": " for their learning than they do at high school and then we have an example to clarify the idea and finally in conclusion university life is very different so students must really do their best to succeed. So what we see in this example are very clear, nicely written", "tokens": [337, 641, 2539, 813, 436, 360, 412, 1090, 1395, 293, 550, 321, 362, 364, 1365, 281, 17594, 264, 1558, 293, 2721, 294, 10063, 5454, 993, 307, 588, 819, 370, 1731, 1633, 534, 360, 641, 1151, 281, 7754, 13, 407, 437, 321, 536, 294, 341, 1365, 366, 588, 1850, 11, 9594, 3720], "avg_logprob": -0.2397836486880596, "compression_ratio": 1.5344827586206897, "no_speech_prob": 2.384185791015625e-07, "words": [{"start": 1056.36, "end": 1056.78, "word": " for", "probability": 0.591796875}, {"start": 1056.78, "end": 1057.44, "word": " their", "probability": 0.92138671875}, {"start": 1057.44, "end": 1057.86, "word": " learning", "probability": 0.93701171875}, {"start": 1057.86, "end": 1058.08, "word": " than", "probability": 0.5673828125}, {"start": 1058.08, "end": 1058.26, "word": " they", "probability": 0.85595703125}, {"start": 1058.26, "end": 1058.5, "word": " do", "probability": 0.9375}, {"start": 1058.5, "end": 1058.9, "word": " at", "probability": 0.88525390625}, {"start": 1058.9, "end": 1059.76, "word": " high", "probability": 0.74462890625}, {"start": 1059.76, "end": 1060.06, "word": " school", "probability": 0.8779296875}, {"start": 1060.06, "end": 1060.34, "word": " and", "probability": 0.408935546875}, {"start": 1060.34, "end": 1060.5, "word": " then", "probability": 0.73779296875}, {"start": 1060.5, "end": 1060.66, "word": " we", "probability": 0.76318359375}, {"start": 1060.66, "end": 1060.88, "word": " have", "probability": 0.94384765625}, {"start": 1060.88, "end": 1061.02, "word": " an", "probability": 0.8857421875}, {"start": 1061.02, "end": 1061.48, "word": " example", "probability": 0.94384765625}, {"start": 1061.48, "end": 1061.74, "word": " to", "probability": 0.95458984375}, {"start": 1061.74, "end": 1062.2, "word": " clarify", "probability": 0.95751953125}, {"start": 1062.2, "end": 1062.44, "word": " the", "probability": 0.88818359375}, {"start": 1062.44, "end": 1062.72, "word": " idea", "probability": 0.91943359375}, {"start": 1062.72, "end": 1063.0, "word": " and", "probability": 0.70849609375}, {"start": 1063.0, "end": 1063.48, "word": " finally", "probability": 0.85400390625}, {"start": 1063.48, "end": 1064.14, "word": " in", "probability": 0.70751953125}, {"start": 1064.14, "end": 1064.8, "word": " conclusion", "probability": 0.9033203125}, {"start": 1064.8, "end": 1065.92, "word": " university", "probability": 0.58203125}, {"start": 1065.92, "end": 1066.52, "word": " life", "probability": 0.94287109375}, {"start": 1066.52, "end": 1067.0, "word": " is", "probability": 0.95263671875}, {"start": 1067.0, "end": 1068.42, "word": " very", "probability": 0.859375}, {"start": 1068.42, "end": 1068.86, "word": " different", "probability": 0.87841796875}, {"start": 1068.86, "end": 1069.22, "word": " so", "probability": 0.6728515625}, {"start": 1069.22, "end": 1069.5, "word": " students", "probability": 0.966796875}, {"start": 1069.5, "end": 1069.78, "word": " must", "probability": 0.83837890625}, {"start": 1069.78, "end": 1070.04, "word": " really", "probability": 0.8125}, {"start": 1070.04, "end": 1070.22, "word": " do", "probability": 0.9580078125}, {"start": 1070.22, "end": 1070.42, "word": " their", "probability": 0.94677734375}, {"start": 1070.42, "end": 1070.78, "word": " best", "probability": 0.91552734375}, {"start": 1070.78, "end": 1071.2, "word": " to", "probability": 0.96533203125}, {"start": 1071.2, "end": 1071.52, "word": " succeed.", "probability": 0.93359375}, {"start": 1071.66, "end": 1071.7, "word": " So", "probability": 0.87548828125}, {"start": 1071.7, "end": 1071.88, "word": " what", "probability": 0.35986328125}, {"start": 1071.88, "end": 1072.0, "word": " we", "probability": 0.57763671875}, {"start": 1072.0, "end": 1072.28, "word": " see", "probability": 0.89013671875}, {"start": 1072.28, "end": 1072.46, "word": " in", "probability": 0.9375}, {"start": 1072.46, "end": 1072.64, "word": " this", "probability": 0.9169921875}, {"start": 1072.64, "end": 1073.0, "word": " example", "probability": 0.94189453125}, {"start": 1073.0, "end": 1073.2, "word": " are", "probability": 0.2366943359375}, {"start": 1073.2, "end": 1073.44, "word": " very", "probability": 0.85302734375}, {"start": 1073.44, "end": 1073.84, "word": " clear,", "probability": 0.87548828125}, {"start": 1074.22, "end": 1074.74, "word": " nicely", "probability": 0.8779296875}, {"start": 1074.74, "end": 1075.28, "word": " written", "probability": 0.9111328125}], "temperature": 1.0}, {"id": 43, "seek": 110335, "start": 1075.64, "end": 1103.36, "text": " paragraph on this topic. Clear topic sentence, very clear development of ideas, and then we have a conclusion. The format is very appropriate, and then we don't have problems in the grammar, in the capitalization, in the code use, and so on. Is this clear? Yes. All right. All right. Now, let's just look at these some of your writings and try to identify", "tokens": [18865, 322, 341, 4829, 13, 14993, 4829, 8174, 11, 588, 1850, 3250, 295, 3487, 11, 293, 550, 321, 362, 257, 10063, 13, 440, 7877, 307, 588, 6854, 11, 293, 550, 321, 500, 380, 362, 2740, 294, 264, 22317, 11, 294, 264, 4238, 2144, 11, 294, 264, 3089, 764, 11, 293, 370, 322, 13, 1119, 341, 1850, 30, 1079, 13, 1057, 558, 13, 1057, 558, 13, 823, 11, 718, 311, 445, 574, 412, 613, 512, 295, 428, 30083, 293, 853, 281, 5876], "avg_logprob": -0.22465700892413534, "compression_ratio": 1.6036036036036037, "no_speech_prob": 3.5762786865234375e-07, "words": [{"start": 1075.64, "end": 1076.2, "word": " paragraph", "probability": 0.66015625}, {"start": 1076.2, "end": 1076.62, "word": " on", "probability": 0.9296875}, {"start": 1076.62, "end": 1076.86, "word": " this", "probability": 0.9462890625}, {"start": 1076.86, "end": 1077.28, "word": " topic.", "probability": 0.93798828125}, {"start": 1077.58, "end": 1077.82, "word": " Clear", "probability": 0.572265625}, {"start": 1077.82, "end": 1078.12, "word": " topic", "probability": 0.91259765625}, {"start": 1078.12, "end": 1078.52, "word": " sentence,", "probability": 0.88232421875}, {"start": 1078.88, "end": 1079.12, "word": " very", "probability": 0.85546875}, {"start": 1079.12, "end": 1079.52, "word": " clear", "probability": 0.90478515625}, {"start": 1079.52, "end": 1080.12, "word": " development", "probability": 0.93115234375}, {"start": 1080.12, "end": 1080.58, "word": " of", "probability": 0.966796875}, {"start": 1080.58, "end": 1081.06, "word": " ideas,", "probability": 0.91796875}, {"start": 1081.18, "end": 1081.3, "word": " and", "probability": 0.9091796875}, {"start": 1081.3, "end": 1081.48, "word": " then", "probability": 0.8310546875}, {"start": 1081.48, "end": 1081.62, "word": " we", "probability": 0.478271484375}, {"start": 1081.62, "end": 1081.78, "word": " have", "probability": 0.9453125}, {"start": 1081.78, "end": 1081.9, "word": " a", "probability": 0.96484375}, {"start": 1081.9, "end": 1082.38, "word": " conclusion.", "probability": 0.89404296875}, {"start": 1083.02, "end": 1083.18, "word": " The", "probability": 0.8681640625}, {"start": 1083.18, "end": 1083.64, "word": " format", "probability": 0.91552734375}, {"start": 1083.64, "end": 1084.68, "word": " is", "probability": 0.93701171875}, {"start": 1084.68, "end": 1085.06, "word": " very", "probability": 0.85107421875}, {"start": 1085.06, "end": 1086.78, "word": " appropriate,", "probability": 0.68212890625}, {"start": 1087.2, "end": 1087.3, "word": " and", "probability": 0.931640625}, {"start": 1087.3, "end": 1087.48, "word": " then", "probability": 0.83056640625}, {"start": 1087.48, "end": 1087.62, "word": " we", "probability": 0.935546875}, {"start": 1087.62, "end": 1087.86, "word": " don't", "probability": 0.9697265625}, {"start": 1087.86, "end": 1088.12, "word": " have", "probability": 0.9482421875}, {"start": 1088.12, "end": 1088.58, "word": " problems", "probability": 0.8203125}, {"start": 1088.58, "end": 1088.8, "word": " in", "probability": 0.93994140625}, {"start": 1088.8, "end": 1088.92, "word": " the", "probability": 0.89697265625}, {"start": 1088.92, "end": 1089.22, "word": " grammar,", "probability": 0.9111328125}, {"start": 1089.4, "end": 1089.44, "word": " in", "probability": 0.62548828125}, {"start": 1089.44, "end": 1089.62, "word": " the", "probability": 0.8994140625}, {"start": 1089.62, "end": 1090.54, "word": " capitalization,", "probability": 0.964599609375}, {"start": 1090.76, "end": 1090.88, "word": " in", "probability": 0.9248046875}, {"start": 1090.88, "end": 1091.02, "word": " the", "probability": 0.8974609375}, {"start": 1091.02, "end": 1091.26, "word": " code", "probability": 0.330322265625}, {"start": 1091.26, "end": 1091.6, "word": " use,", "probability": 0.85986328125}, {"start": 1091.74, "end": 1091.88, "word": " and", "probability": 0.93798828125}, {"start": 1091.88, "end": 1092.16, "word": " so", "probability": 0.9541015625}, {"start": 1092.16, "end": 1092.68, "word": " on.", "probability": 0.6572265625}, {"start": 1093.14, "end": 1093.3, "word": " Is", "probability": 0.87939453125}, {"start": 1093.3, "end": 1093.44, "word": " this", "probability": 0.94287109375}, {"start": 1093.44, "end": 1093.72, "word": " clear?", "probability": 0.8759765625}, {"start": 1094.3, "end": 1094.3, "word": " Yes.", "probability": 0.3544921875}, {"start": 1094.46, "end": 1094.68, "word": " All", "probability": 0.61279296875}, {"start": 1094.68, "end": 1094.92, "word": " right.", "probability": 0.91015625}, {"start": 1095.04, "end": 1095.2, "word": " All", "probability": 0.64892578125}, {"start": 1095.2, "end": 1095.34, "word": " right.", "probability": 0.91064453125}, {"start": 1096.34, "end": 1096.74, "word": " Now,", "probability": 0.939453125}, {"start": 1097.08, "end": 1097.8, "word": " let's", "probability": 0.969482421875}, {"start": 1097.8, "end": 1098.06, "word": " just", "probability": 0.9169921875}, {"start": 1098.06, "end": 1098.36, "word": " look", "probability": 0.9619140625}, {"start": 1098.36, "end": 1098.56, "word": " at", "probability": 0.9638671875}, {"start": 1098.56, "end": 1098.9, "word": " these", "probability": 0.54150390625}, {"start": 1098.9, "end": 1099.7, "word": " some", "probability": 0.259765625}, {"start": 1099.7, "end": 1099.92, "word": " of", "probability": 0.96484375}, {"start": 1099.92, "end": 1100.12, "word": " your", "probability": 0.88916015625}, {"start": 1100.12, "end": 1100.5, "word": " writings", "probability": 0.94189453125}, {"start": 1100.5, "end": 1101.96, "word": " and", "probability": 0.607421875}, {"start": 1101.96, "end": 1102.44, "word": " try", "probability": 0.9375}, {"start": 1102.44, "end": 1102.7, "word": " to", "probability": 0.97021484375}, {"start": 1102.7, "end": 1103.36, "word": " identify", "probability": 0.94384765625}], "temperature": 1.0}, {"id": 44, "seek": 111618, "start": 1104.6, "end": 1116.18, "text": " the problems in these things in these following sentences. I'll give you some time just to go over these sentences and identify the problems in them. Yes, please.", "tokens": [264, 2740, 294, 613, 721, 294, 613, 3480, 16579, 13, 286, 603, 976, 291, 512, 565, 445, 281, 352, 670, 613, 16579, 293, 5876, 264, 2740, 294, 552, 13, 1079, 11, 1767, 13], "avg_logprob": -0.2718290379818748, "compression_ratio": 1.4424778761061947, "no_speech_prob": 0.0, "words": [{"start": 1104.6000000000001, "end": 1105.18, "word": " the", "probability": 0.302490234375}, {"start": 1105.18, "end": 1105.76, "word": " problems", "probability": 0.73779296875}, {"start": 1105.76, "end": 1106.8, "word": " in", "probability": 0.83740234375}, {"start": 1106.8, "end": 1107.04, "word": " these", "probability": 0.79248046875}, {"start": 1107.04, "end": 1107.36, "word": " things", "probability": 0.2001953125}, {"start": 1107.36, "end": 1107.84, "word": " in", "probability": 0.6953125}, {"start": 1107.84, "end": 1108.16, "word": " these", "probability": 0.82421875}, {"start": 1108.16, "end": 1108.52, "word": " following", "probability": 0.7646484375}, {"start": 1108.52, "end": 1109.48, "word": " sentences.", "probability": 0.95068359375}, {"start": 1109.62, "end": 1109.74, "word": " I'll", "probability": 0.6944580078125}, {"start": 1109.74, "end": 1109.9, "word": " give", "probability": 0.89013671875}, {"start": 1109.9, "end": 1110.02, "word": " you", "probability": 0.9609375}, {"start": 1110.02, "end": 1110.22, "word": " some", "probability": 0.87841796875}, {"start": 1110.22, "end": 1110.44, "word": " time", "probability": 0.8916015625}, {"start": 1110.44, "end": 1110.64, "word": " just", "probability": 0.7529296875}, {"start": 1110.64, "end": 1110.8, "word": " to", "probability": 0.95556640625}, {"start": 1110.8, "end": 1111.0, "word": " go", "probability": 0.95166015625}, {"start": 1111.0, "end": 1111.28, "word": " over", "probability": 0.9189453125}, {"start": 1111.28, "end": 1111.5, "word": " these", "probability": 0.82763671875}, {"start": 1111.5, "end": 1111.96, "word": " sentences", "probability": 0.95166015625}, {"start": 1111.96, "end": 1112.38, "word": " and", "probability": 0.912109375}, {"start": 1112.38, "end": 1113.0, "word": " identify", "probability": 0.94287109375}, {"start": 1113.0, "end": 1113.3, "word": " the", "probability": 0.9150390625}, {"start": 1113.3, "end": 1113.84, "word": " problems", "probability": 0.8291015625}, {"start": 1113.84, "end": 1114.52, "word": " in", "probability": 0.8984375}, {"start": 1114.52, "end": 1115.3, "word": " them.", "probability": 0.70263671875}, {"start": 1115.64, "end": 1115.86, "word": " Yes,", "probability": 0.93310546875}, {"start": 1115.96, "end": 1116.18, "word": " please.", "probability": 0.80419921875}], "temperature": 1.0}, {"id": 45, "seek": 115901, "start": 1150.63, "end": 1159.01, "text": " Okay. Okay. Okay.", "tokens": [1033, 13, 1033, 13, 1033, 13], "avg_logprob": -1.374999965940203, "compression_ratio": 1.125, "no_speech_prob": 0.0015115737915039062, "words": [{"start": 1150.6299999999999, "end": 1152.03, "word": " Okay.", "probability": 0.02117919921875}, {"start": 1152.03, "end": 1153.43, "word": " Okay.", "probability": 0.2232666015625}, {"start": 1158.87, "end": 1159.01, "word": " Okay.", "probability": 0.450927734375}], "temperature": 1.0}, {"id": 46, "seek": 119598, "start": 1185.04, "end": 1195.98, "text": " How do you feel? I feel warm. How do you feel? I feel good. How do you feel?", "tokens": [1012, 360, 291, 841, 30, 286, 841, 4561, 13, 1012, 360, 291, 841, 30, 286, 841, 665, 13, 1012, 360, 291, 841, 30], "avg_logprob": -0.9967447717984518, "compression_ratio": 1.7906976744186047, "no_speech_prob": 1.3709068298339844e-06, "words": [{"start": 1185.0400000000002, "end": 1185.88, "word": " How", "probability": 0.0645751953125}, {"start": 1185.88, "end": 1186.16, "word": " do", "probability": 0.163818359375}, {"start": 1186.16, "end": 1186.16, "word": " you", "probability": 0.54345703125}, {"start": 1186.16, "end": 1186.58, "word": " feel?", "probability": 0.1370849609375}, {"start": 1187.14, "end": 1187.14, "word": " I", "probability": 0.228271484375}, {"start": 1187.14, "end": 1187.14, "word": " feel", "probability": 0.5712890625}, {"start": 1187.14, "end": 1187.14, "word": " warm.", "probability": 0.302978515625}, {"start": 1192.98, "end": 1193.82, "word": " How", "probability": 0.08489990234375}, {"start": 1193.82, "end": 1193.98, "word": " do", "probability": 0.35107421875}, {"start": 1193.98, "end": 1193.98, "word": " you", "probability": 0.95947265625}, {"start": 1193.98, "end": 1193.98, "word": " feel?", "probability": 0.88037109375}, {"start": 1194.12, "end": 1194.12, "word": " I", "probability": 0.56884765625}, {"start": 1194.12, "end": 1194.12, "word": " feel", "probability": 0.77294921875}, {"start": 1194.12, "end": 1194.12, "word": " good.", "probability": 0.1512451171875}, {"start": 1195.32, "end": 1195.7, "word": " How", "probability": 0.2191162109375}, {"start": 1195.7, "end": 1195.74, "word": " do", "probability": 0.599609375}, {"start": 1195.74, "end": 1195.98, "word": " you", "probability": 0.96826171875}, {"start": 1195.98, "end": 1195.98, "word": " feel?", "probability": 0.96142578125}], "temperature": 1.0}, {"id": 47, "seek": 122590, "start": 1223.1, "end": 1225.9, "text": " All right.", "tokens": [1057, 558, 13], "avg_logprob": -0.3862304538488388, "compression_ratio": 0.5789473684210527, "no_speech_prob": 5.960464477539063e-08, "words": [{"start": 1223.1, "end": 1224.5, "word": " All", "probability": 0.2841796875}, {"start": 1224.5, "end": 1225.9, "word": " right.", "probability": 0.9150390625}], "temperature": 1.0}, {"id": 48, "seek": 126496, "start": 1236.58, "end": 1264.96, "text": " What do you notice about the first sentence? What problem do you see in this first sentence? Yes, please. And the first, it's not going to say that I'm going to mention so and so. Okay, so avoid making announcement. There is no need for announcement. There is also another problem. We talked about it. We just talked about it, which is? Okay, there we have a lot of difference or a lot of differences. A lot of differences. So we're looking at", "tokens": [708, 360, 291, 3449, 466, 264, 700, 8174, 30, 708, 1154, 360, 291, 536, 294, 341, 700, 8174, 30, 1079, 11, 1767, 13, 400, 264, 700, 11, 309, 311, 406, 516, 281, 584, 300, 286, 478, 516, 281, 2152, 370, 293, 370, 13, 1033, 11, 370, 5042, 1455, 12847, 13, 821, 307, 572, 643, 337, 12847, 13, 821, 307, 611, 1071, 1154, 13, 492, 2825, 466, 309, 13, 492, 445, 2825, 466, 309, 11, 597, 307, 30, 1033, 11, 456, 321, 362, 257, 688, 295, 2649, 420, 257, 688, 295, 7300, 13, 316, 688, 295, 7300, 13, 407, 321, 434, 1237, 412], "avg_logprob": -0.24317353703443287, "compression_ratio": 1.8974358974358974, "no_speech_prob": 5.960464477539063e-08, "words": [{"start": 1236.58, "end": 1236.82, "word": " What", "probability": 0.51611328125}, {"start": 1236.82, "end": 1236.94, "word": " do", "probability": 0.86376953125}, {"start": 1236.94, "end": 1237.0, "word": " you", "probability": 0.9619140625}, {"start": 1237.0, "end": 1237.2, "word": " notice", "probability": 0.8837890625}, {"start": 1237.2, "end": 1237.44, "word": " about", "probability": 0.88525390625}, {"start": 1237.44, "end": 1237.66, "word": " the", "probability": 0.8857421875}, {"start": 1237.66, "end": 1237.92, "word": " first", "probability": 0.88671875}, {"start": 1237.92, "end": 1238.3, "word": " sentence?", "probability": 0.9453125}, {"start": 1238.44, "end": 1238.52, "word": " What", "probability": 0.845703125}, {"start": 1238.52, "end": 1238.88, "word": " problem", "probability": 0.6259765625}, {"start": 1238.88, "end": 1239.08, "word": " do", "probability": 0.9189453125}, {"start": 1239.08, "end": 1239.2, "word": " you", "probability": 0.96240234375}, {"start": 1239.2, "end": 1239.42, "word": " see", "probability": 0.923828125}, {"start": 1239.42, "end": 1239.58, "word": " in", "probability": 0.9267578125}, {"start": 1239.58, "end": 1239.78, "word": " this", "probability": 0.86865234375}, {"start": 1239.78, "end": 1240.06, "word": " first", "probability": 0.8759765625}, {"start": 1240.06, "end": 1240.48, "word": " sentence?", "probability": 0.94384765625}, {"start": 1242.08, "end": 1242.28, "word": " Yes,", "probability": 0.76953125}, {"start": 1242.32, "end": 1242.52, "word": " please.", "probability": 0.7978515625}, {"start": 1242.82, "end": 1243.02, "word": " And", "probability": 0.2388916015625}, {"start": 1243.02, "end": 1243.18, "word": " the", "probability": 0.85888671875}, {"start": 1243.18, "end": 1243.48, "word": " first,", "probability": 0.8955078125}, {"start": 1243.62, "end": 1243.76, "word": " it's", "probability": 0.9482421875}, {"start": 1243.76, "end": 1243.98, "word": " not", "probability": 0.94091796875}, {"start": 1243.98, "end": 1244.24, "word": " going", "probability": 0.497314453125}, {"start": 1244.24, "end": 1244.6, "word": " to", "probability": 0.9697265625}, {"start": 1244.6, "end": 1245.22, "word": " say", "probability": 0.48681640625}, {"start": 1245.22, "end": 1245.4, "word": " that", "probability": 0.90625}, {"start": 1245.4, "end": 1245.56, "word": " I'm", "probability": 0.942138671875}, {"start": 1245.56, "end": 1245.68, "word": " going", "probability": 0.73681640625}, {"start": 1245.68, "end": 1245.78, "word": " to", "probability": 0.95947265625}, {"start": 1245.78, "end": 1246.02, "word": " mention", "probability": 0.89599609375}, {"start": 1246.02, "end": 1246.36, "word": " so", "probability": 0.390869140625}, {"start": 1246.36, "end": 1246.54, "word": " and", "probability": 0.6826171875}, {"start": 1246.54, "end": 1246.66, "word": " so.", "probability": 0.96533203125}, {"start": 1246.74, "end": 1247.1, "word": " Okay,", "probability": 0.67578125}, {"start": 1247.26, "end": 1247.54, "word": " so", "probability": 0.94140625}, {"start": 1247.54, "end": 1248.68, "word": " avoid", "probability": 0.75830078125}, {"start": 1248.68, "end": 1249.32, "word": " making", "probability": 0.90380859375}, {"start": 1249.32, "end": 1250.7, "word": " announcement.", "probability": 0.22265625}, {"start": 1250.98, "end": 1251.08, "word": " There", "probability": 0.7724609375}, {"start": 1251.08, "end": 1251.2, "word": " is", "probability": 0.73828125}, {"start": 1251.2, "end": 1251.36, "word": " no", "probability": 0.951171875}, {"start": 1251.36, "end": 1251.54, "word": " need", "probability": 0.9443359375}, {"start": 1251.54, "end": 1251.68, "word": " for", "probability": 0.9501953125}, {"start": 1251.68, "end": 1252.02, "word": " announcement.", "probability": 0.73779296875}, {"start": 1252.16, "end": 1252.24, "word": " There", "probability": 0.79931640625}, {"start": 1252.24, "end": 1252.36, "word": " is", "probability": 0.8759765625}, {"start": 1252.36, "end": 1252.6, "word": " also", "probability": 0.884765625}, {"start": 1252.6, "end": 1252.88, "word": " another", "probability": 0.9130859375}, {"start": 1252.88, "end": 1253.36, "word": " problem.", "probability": 0.87353515625}, {"start": 1253.88, "end": 1254.04, "word": " We", "probability": 0.95654296875}, {"start": 1254.04, "end": 1254.28, "word": " talked", "probability": 0.85888671875}, {"start": 1254.28, "end": 1254.56, "word": " about", "probability": 0.90771484375}, {"start": 1254.56, "end": 1254.68, "word": " it.", "probability": 0.92822265625}, {"start": 1254.74, "end": 1254.86, "word": " We", "probability": 0.92431640625}, {"start": 1254.86, "end": 1255.08, "word": " just", "probability": 0.9208984375}, {"start": 1255.08, "end": 1255.34, "word": " talked", "probability": 0.8935546875}, {"start": 1255.34, "end": 1255.54, "word": " about", "probability": 0.90185546875}, {"start": 1255.54, "end": 1255.74, "word": " it,", "probability": 0.94189453125}, {"start": 1255.82, "end": 1255.98, "word": " which", "probability": 0.94482421875}, {"start": 1255.98, "end": 1256.22, "word": " is?", "probability": 0.94775390625}, {"start": 1257.82, "end": 1258.22, "word": " Okay,", "probability": 0.67041015625}, {"start": 1258.34, "end": 1258.52, "word": " there", "probability": 0.54150390625}, {"start": 1258.52, "end": 1258.82, "word": " we", "probability": 0.7080078125}, {"start": 1258.82, "end": 1259.1, "word": " have", "probability": 0.9462890625}, {"start": 1259.1, "end": 1259.3, "word": " a", "probability": 0.99609375}, {"start": 1259.3, "end": 1259.48, "word": " lot", "probability": 0.95751953125}, {"start": 1259.48, "end": 1259.64, "word": " of", "probability": 0.966796875}, {"start": 1259.64, "end": 1260.06, "word": " difference", "probability": 0.73388671875}, {"start": 1260.06, "end": 1260.24, "word": " or", "probability": 0.3701171875}, {"start": 1260.24, "end": 1260.36, "word": " a", "probability": 0.88427734375}, {"start": 1260.36, "end": 1260.48, "word": " lot", "probability": 0.96044921875}, {"start": 1260.48, "end": 1260.6, "word": " of", "probability": 0.9619140625}, {"start": 1260.6, "end": 1261.08, "word": " differences.", "probability": 0.84814453125}, {"start": 1261.7, "end": 1262.1, "word": " A", "probability": 0.837890625}, {"start": 1262.1, "end": 1262.34, "word": " lot", "probability": 0.95703125}, {"start": 1262.34, "end": 1262.48, "word": " of", "probability": 0.96435546875}, {"start": 1262.48, "end": 1263.16, "word": " differences.", "probability": 0.7236328125}, {"start": 1263.56, "end": 1263.82, "word": " So", "probability": 0.9111328125}, {"start": 1263.82, "end": 1264.32, "word": " we're", "probability": 0.732177734375}, {"start": 1264.32, "end": 1264.58, "word": " looking", "probability": 0.9140625}, {"start": 1264.58, "end": 1264.96, "word": " at", "probability": 0.96435546875}], "temperature": 1.0}, {"id": 49, "seek": 128973, "start": 1268.63, "end": 1289.73, "text": " Okay? Alright. Let's see the second one. First, in a high school, we wear formal uniform, full stop, but in a university, we wear what we want. Yes, please. Okay, so before but, there has to be a comma. Alright? In high school, we wear formal uniform, comma, but", "tokens": [1033, 30, 2798, 13, 961, 311, 536, 264, 1150, 472, 13, 2386, 11, 294, 257, 1090, 1395, 11, 321, 3728, 9860, 9452, 11, 1577, 1590, 11, 457, 294, 257, 5454, 11, 321, 3728, 437, 321, 528, 13, 1079, 11, 1767, 13, 1033, 11, 370, 949, 457, 11, 456, 575, 281, 312, 257, 22117, 13, 2798, 30, 682, 1090, 1395, 11, 321, 3728, 9860, 9452, 11, 22117, 11, 457], "avg_logprob": -0.24343297187832819, "compression_ratio": 1.6134969325153374, "no_speech_prob": 1.7881393432617188e-07, "words": [{"start": 1268.63, "end": 1269.19, "word": " Okay?", "probability": 0.56494140625}, {"start": 1269.57, "end": 1269.87, "word": " Alright.", "probability": 0.64111328125}, {"start": 1270.33, "end": 1270.57, "word": " Let's", "probability": 0.9609375}, {"start": 1270.57, "end": 1270.67, "word": " see", "probability": 0.93310546875}, {"start": 1270.67, "end": 1270.81, "word": " the", "probability": 0.92138671875}, {"start": 1270.81, "end": 1271.09, "word": " second", "probability": 0.90185546875}, {"start": 1271.09, "end": 1271.39, "word": " one.", "probability": 0.92578125}, {"start": 1271.95, "end": 1272.27, "word": " First,", "probability": 0.86376953125}, {"start": 1272.39, "end": 1272.49, "word": " in", "probability": 0.939453125}, {"start": 1272.49, "end": 1272.61, "word": " a", "probability": 0.69921875}, {"start": 1272.61, "end": 1272.87, "word": " high", "probability": 0.91162109375}, {"start": 1272.87, "end": 1273.29, "word": " school,", "probability": 0.921875}, {"start": 1273.49, "end": 1273.65, "word": " we", "probability": 0.9658203125}, {"start": 1273.65, "end": 1273.91, "word": " wear", "probability": 0.935546875}, {"start": 1273.91, "end": 1274.29, "word": " formal", "probability": 0.9375}, {"start": 1274.29, "end": 1274.93, "word": " uniform,", "probability": 0.95263671875}, {"start": 1275.23, "end": 1275.33, "word": " full", "probability": 0.74609375}, {"start": 1275.33, "end": 1275.75, "word": " stop,", "probability": 0.80859375}, {"start": 1276.15, "end": 1276.49, "word": " but", "probability": 0.93505859375}, {"start": 1276.49, "end": 1276.71, "word": " in", "probability": 0.91259765625}, {"start": 1276.71, "end": 1276.81, "word": " a", "probability": 0.4326171875}, {"start": 1276.81, "end": 1277.19, "word": " university,", "probability": 0.85986328125}, {"start": 1277.35, "end": 1277.45, "word": " we", "probability": 0.966796875}, {"start": 1277.45, "end": 1277.71, "word": " wear", "probability": 0.9453125}, {"start": 1277.71, "end": 1277.99, "word": " what", "probability": 0.94287109375}, {"start": 1277.99, "end": 1278.19, "word": " we", "probability": 0.9716796875}, {"start": 1278.19, "end": 1278.59, "word": " want.", "probability": 0.87744140625}, {"start": 1279.61, "end": 1279.83, "word": " Yes,", "probability": 0.8984375}, {"start": 1279.91, "end": 1280.13, "word": " please.", "probability": 0.81298828125}, {"start": 1280.91, "end": 1281.29, "word": " Okay,", "probability": 0.71484375}, {"start": 1281.45, "end": 1281.55, "word": " so", "probability": 0.91650390625}, {"start": 1281.55, "end": 1281.97, "word": " before", "probability": 0.79541015625}, {"start": 1281.97, "end": 1282.25, "word": " but,", "probability": 0.501953125}, {"start": 1282.37, "end": 1282.49, "word": " there", "probability": 0.90869140625}, {"start": 1282.49, "end": 1282.73, "word": " has", "probability": 0.9453125}, {"start": 1282.73, "end": 1282.87, "word": " to", "probability": 0.9755859375}, {"start": 1282.87, "end": 1283.33, "word": " be", "probability": 0.95849609375}, {"start": 1283.33, "end": 1284.31, "word": " a", "probability": 0.84326171875}, {"start": 1284.31, "end": 1284.75, "word": " comma.", "probability": 0.89697265625}, {"start": 1285.19, "end": 1285.51, "word": " Alright?", "probability": 0.7060546875}, {"start": 1285.83, "end": 1286.11, "word": " In", "probability": 0.87890625}, {"start": 1286.11, "end": 1286.39, "word": " high", "probability": 0.84326171875}, {"start": 1286.39, "end": 1286.77, "word": " school,", "probability": 0.94580078125}, {"start": 1286.97, "end": 1287.25, "word": " we", "probability": 0.9658203125}, {"start": 1287.25, "end": 1287.93, "word": " wear", "probability": 0.91796875}, {"start": 1287.93, "end": 1288.31, "word": " formal", "probability": 0.91015625}, {"start": 1288.31, "end": 1288.77, "word": " uniform,", "probability": 0.9736328125}, {"start": 1289.01, "end": 1289.25, "word": " comma,", "probability": 0.9404296875}, {"start": 1289.65, "end": 1289.73, "word": " but", "probability": 0.9326171875}], "temperature": 1.0}, {"id": 50, "seek": 131038, "start": 1289.96, "end": 1310.38, "text": " So here we're looking at Kumaroos, alright? That is always, yes, number three. Number three. Yes, please. Second university we can depend on ourselves. Okay, so ourselves, there is no, ourselves, is that right? Yes. So our, on ourselves.", "tokens": [407, 510, 321, 434, 1237, 412, 28039, 9708, 329, 11, 5845, 30, 663, 307, 1009, 11, 2086, 11, 1230, 1045, 13, 5118, 1045, 13, 1079, 11, 1767, 13, 5736, 5454, 321, 393, 5672, 322, 4175, 13, 1033, 11, 370, 4175, 11, 456, 307, 572, 11, 4175, 11, 307, 300, 558, 30, 1079, 13, 407, 527, 11, 322, 4175, 13], "avg_logprob": -0.4036458392937978, "compression_ratio": 1.5256410256410255, "no_speech_prob": 0.0, "words": [{"start": 1289.96, "end": 1290.22, "word": " So", "probability": 0.7099609375}, {"start": 1290.22, "end": 1290.48, "word": " here", "probability": 0.7138671875}, {"start": 1290.48, "end": 1290.7, "word": " we're", "probability": 0.712646484375}, {"start": 1290.7, "end": 1290.98, "word": " looking", "probability": 0.92041015625}, {"start": 1290.98, "end": 1291.42, "word": " at", "probability": 0.9541015625}, {"start": 1291.42, "end": 1292.6, "word": " Kumaroos,", "probability": 0.4324544270833333}, {"start": 1292.84, "end": 1293.08, "word": " alright?", "probability": 0.654296875}, {"start": 1293.26, "end": 1293.4, "word": " That", "probability": 0.73681640625}, {"start": 1293.4, "end": 1293.68, "word": " is", "probability": 0.44091796875}, {"start": 1293.68, "end": 1294.14, "word": " always,", "probability": 0.8974609375}, {"start": 1294.7, "end": 1294.94, "word": " yes,", "probability": 0.92919921875}, {"start": 1295.06, "end": 1295.24, "word": " number", "probability": 0.931640625}, {"start": 1295.24, "end": 1295.62, "word": " three.", "probability": 0.67919921875}, {"start": 1295.86, "end": 1296.4, "word": " Number", "probability": 0.50732421875}, {"start": 1296.4, "end": 1296.88, "word": " three.", "probability": 0.9287109375}, {"start": 1297.56, "end": 1297.7, "word": " Yes,", "probability": 0.86572265625}, {"start": 1297.78, "end": 1297.96, "word": " please.", "probability": 0.7890625}, {"start": 1298.1, "end": 1298.48, "word": " Second", "probability": 0.56005859375}, {"start": 1298.48, "end": 1299.2, "word": " university", "probability": 0.6669921875}, {"start": 1299.2, "end": 1299.46, "word": " we", "probability": 0.7763671875}, {"start": 1299.46, "end": 1299.68, "word": " can", "probability": 0.9404296875}, {"start": 1299.68, "end": 1300.1, "word": " depend", "probability": 0.126953125}, {"start": 1300.1, "end": 1301.16, "word": " on", "probability": 0.89990234375}, {"start": 1301.16, "end": 1301.78, "word": " ourselves.", "probability": 0.7548828125}, {"start": 1302.32, "end": 1302.68, "word": " Okay,", "probability": 0.625}, {"start": 1302.82, "end": 1302.94, "word": " so", "probability": 0.9423828125}, {"start": 1302.94, "end": 1303.52, "word": " ourselves,", "probability": 0.54833984375}, {"start": 1303.76, "end": 1303.9, "word": " there", "probability": 0.89697265625}, {"start": 1303.9, "end": 1304.02, "word": " is", "probability": 0.83642578125}, {"start": 1304.02, "end": 1304.26, "word": " no,", "probability": 0.95458984375}, {"start": 1304.38, "end": 1305.02, "word": " ourselves,", "probability": 0.7646484375}, {"start": 1305.9, "end": 1306.02, "word": " is", "probability": 0.78466796875}, {"start": 1306.02, "end": 1306.14, "word": " that", "probability": 0.92626953125}, {"start": 1306.14, "end": 1306.42, "word": " right?", "probability": 0.90576171875}, {"start": 1306.86, "end": 1307.18, "word": " Yes.", "probability": 0.92724609375}, {"start": 1307.52, "end": 1307.78, "word": " So", "probability": 0.7861328125}, {"start": 1307.78, "end": 1308.28, "word": " our,", "probability": 0.56689453125}, {"start": 1308.98, "end": 1309.82, "word": " on", "probability": 0.83837890625}, {"start": 1309.82, "end": 1310.38, "word": " ourselves.", "probability": 0.833984375}], "temperature": 1.0}, {"id": 51, "seek": 134009, "start": 1312.67, "end": 1340.09, "text": " Ourselves. Is that correct? Yes. Alright, on ourselves, without ourselves. Yes. Okay? Also second, what do you want to see here? Is that spelling correctly? Is that spelled correctly? No, of course not. Okay, so let's add number seven, spelling. Avoid making spelling mistakes. Okay, and the person who can depend. Depend.", "tokens": [2621, 2036, 13, 1119, 300, 3006, 30, 1079, 13, 2798, 11, 322, 4175, 11, 1553, 4175, 13, 1079, 13, 1033, 30, 2743, 1150, 11, 437, 360, 291, 528, 281, 536, 510, 30, 1119, 300, 22254, 8944, 30, 1119, 300, 34388, 8944, 30, 883, 11, 295, 1164, 406, 13, 1033, 11, 370, 718, 311, 909, 1230, 3407, 11, 22254, 13, 41061, 1455, 22254, 8038, 13, 1033, 11, 293, 264, 954, 567, 393, 5672, 13, 4056, 521, 13], "avg_logprob": -0.3715503339643602, "compression_ratio": 1.6735751295336787, "no_speech_prob": 0.0, "words": [{"start": 1312.6699999999998, "end": 1313.31, "word": " Ourselves.", "probability": 0.5484619140625}, {"start": 1313.31, "end": 1313.95, "word": " Is", "probability": 0.78955078125}, {"start": 1313.95, "end": 1314.07, "word": " that", "probability": 0.92626953125}, {"start": 1314.07, "end": 1314.33, "word": " correct?", "probability": 0.91455078125}, {"start": 1314.87, "end": 1315.03, "word": " Yes.", "probability": 0.453857421875}, {"start": 1315.25, "end": 1315.57, "word": " Alright,", "probability": 0.6220703125}, {"start": 1315.69, "end": 1315.91, "word": " on", "probability": 0.66845703125}, {"start": 1315.91, "end": 1316.53, "word": " ourselves,", "probability": 0.7841796875}, {"start": 1316.71, "end": 1316.93, "word": " without", "probability": 0.54541015625}, {"start": 1316.93, "end": 1317.57, "word": " ourselves.", "probability": 0.86181640625}, {"start": 1318.05, "end": 1318.35, "word": " Yes.", "probability": 0.4970703125}, {"start": 1318.35, "end": 1318.63, "word": " Okay?", "probability": 0.66796875}, {"start": 1319.03, "end": 1319.39, "word": " Also", "probability": 0.888671875}, {"start": 1319.39, "end": 1319.93, "word": " second,", "probability": 0.6396484375}, {"start": 1320.15, "end": 1320.31, "word": " what", "probability": 0.92822265625}, {"start": 1320.31, "end": 1320.45, "word": " do", "probability": 0.8525390625}, {"start": 1320.45, "end": 1320.47, "word": " you", "probability": 0.96142578125}, {"start": 1320.47, "end": 1320.61, "word": " want", "probability": 0.79296875}, {"start": 1320.61, "end": 1320.77, "word": " to", "probability": 0.96923828125}, {"start": 1320.77, "end": 1320.93, "word": " see", "probability": 0.69873046875}, {"start": 1320.93, "end": 1321.13, "word": " here?", "probability": 0.6240234375}, {"start": 1321.81, "end": 1321.99, "word": " Is", "probability": 0.84912109375}, {"start": 1321.99, "end": 1322.19, "word": " that", "probability": 0.7109375}, {"start": 1322.19, "end": 1322.55, "word": " spelling", "probability": 0.84033203125}, {"start": 1322.55, "end": 1323.13, "word": " correctly?", "probability": 0.8212890625}, {"start": 1323.31, "end": 1323.39, "word": " Is", "probability": 0.8603515625}, {"start": 1323.39, "end": 1323.51, "word": " that", "probability": 0.9111328125}, {"start": 1323.51, "end": 1323.83, "word": " spelled", "probability": 0.7041015625}, {"start": 1323.83, "end": 1324.21, "word": " correctly?", "probability": 0.8935546875}, {"start": 1324.81, "end": 1324.95, "word": " No,", "probability": 0.49853515625}, {"start": 1325.11, "end": 1325.35, "word": " of", "probability": 0.61474609375}, {"start": 1325.35, "end": 1325.41, "word": " course", "probability": 0.94873046875}, {"start": 1325.41, "end": 1325.61, "word": " not.", "probability": 0.8974609375}, {"start": 1326.01, "end": 1326.65, "word": " Okay,", "probability": 0.2666015625}, {"start": 1327.85, "end": 1328.05, "word": " so", "probability": 0.8212890625}, {"start": 1328.05, "end": 1328.47, "word": " let's", "probability": 0.667236328125}, {"start": 1328.47, "end": 1328.81, "word": " add", "probability": 0.90576171875}, {"start": 1328.81, "end": 1329.13, "word": " number", "probability": 0.90234375}, {"start": 1329.13, "end": 1329.67, "word": " seven,", "probability": 0.81689453125}, {"start": 1330.33, "end": 1330.97, "word": " spelling.", "probability": 0.9462890625}, {"start": 1332.63, "end": 1333.27, "word": " Avoid", "probability": 0.89404296875}, {"start": 1333.27, "end": 1333.91, "word": " making", "probability": 0.88427734375}, {"start": 1333.91, "end": 1334.53, "word": " spelling", "probability": 0.91015625}, {"start": 1334.53, "end": 1335.21, "word": " mistakes.", "probability": 0.8994140625}, {"start": 1335.87, "end": 1336.31, "word": " Okay,", "probability": 0.75}, {"start": 1336.69, "end": 1337.09, "word": " and", "probability": 0.9189453125}, {"start": 1337.09, "end": 1337.25, "word": " the", "probability": 0.1478271484375}, {"start": 1337.25, "end": 1337.51, "word": " person", "probability": 0.85498046875}, {"start": 1337.51, "end": 1337.75, "word": " who", "probability": 0.4111328125}, {"start": 1337.75, "end": 1337.95, "word": " can", "probability": 0.94580078125}, {"start": 1337.95, "end": 1338.47, "word": " depend.", "probability": 0.78515625}, {"start": 1339.45, "end": 1340.09, "word": " Depend.", "probability": 0.75341796875}], "temperature": 1.0}, {"id": 52, "seek": 135746, "start": 1340.84, "end": 1357.46, "text": " again spelling mistake we can depend on ourselves all right so make sure that you don't make too obvious spelling mistakes okay don't make spelling mistakes uh all the time number four second we can watching", "tokens": [797, 22254, 6146, 321, 393, 5672, 322, 4175, 439, 558, 370, 652, 988, 300, 291, 500, 380, 652, 886, 6322, 22254, 8038, 1392, 500, 380, 652, 22254, 8038, 2232, 439, 264, 565, 1230, 1451, 1150, 321, 393, 1976], "avg_logprob": -0.21995192613357153, "compression_ratio": 1.6507936507936507, "no_speech_prob": 5.960464477539063e-08, "words": [{"start": 1340.84, "end": 1341.34, "word": " again", "probability": 0.181884765625}, {"start": 1341.34, "end": 1342.14, "word": " spelling", "probability": 0.68212890625}, {"start": 1342.14, "end": 1342.74, "word": " mistake", "probability": 0.6630859375}, {"start": 1342.74, "end": 1343.54, "word": " we", "probability": 0.5048828125}, {"start": 1343.54, "end": 1343.84, "word": " can", "probability": 0.94189453125}, {"start": 1343.84, "end": 1344.36, "word": " depend", "probability": 0.8740234375}, {"start": 1344.36, "end": 1344.76, "word": " on", "probability": 0.9208984375}, {"start": 1344.76, "end": 1345.38, "word": " ourselves", "probability": 0.82421875}, {"start": 1345.38, "end": 1345.7, "word": " all", "probability": 0.4384765625}, {"start": 1345.7, "end": 1345.92, "word": " right", "probability": 0.912109375}, {"start": 1345.92, "end": 1346.32, "word": " so", "probability": 0.70166015625}, {"start": 1346.32, "end": 1346.52, "word": " make", "probability": 0.95068359375}, {"start": 1346.52, "end": 1346.72, "word": " sure", "probability": 0.92236328125}, {"start": 1346.72, "end": 1346.94, "word": " that", "probability": 0.927734375}, {"start": 1346.94, "end": 1347.1, "word": " you", "probability": 0.95654296875}, {"start": 1347.1, "end": 1347.38, "word": " don't", "probability": 0.97705078125}, {"start": 1347.38, "end": 1347.74, "word": " make", "probability": 0.94091796875}, {"start": 1347.74, "end": 1348.02, "word": " too", "probability": 0.693359375}, {"start": 1348.02, "end": 1348.76, "word": " obvious", "probability": 0.962890625}, {"start": 1348.76, "end": 1349.84, "word": " spelling", "probability": 0.86865234375}, {"start": 1349.84, "end": 1350.4, "word": " mistakes", "probability": 0.89892578125}, {"start": 1350.4, "end": 1350.84, "word": " okay", "probability": 0.87451171875}, {"start": 1350.84, "end": 1351.44, "word": " don't", "probability": 0.92138671875}, {"start": 1351.44, "end": 1351.66, "word": " make", "probability": 0.9384765625}, {"start": 1351.66, "end": 1351.96, "word": " spelling", "probability": 0.896484375}, {"start": 1351.96, "end": 1352.46, "word": " mistakes", "probability": 0.89794921875}, {"start": 1352.46, "end": 1353.42, "word": " uh", "probability": 0.5712890625}, {"start": 1353.42, "end": 1353.66, "word": " all", "probability": 0.9609375}, {"start": 1353.66, "end": 1353.78, "word": " the", "probability": 0.92529296875}, {"start": 1353.78, "end": 1354.08, "word": " time", "probability": 0.88671875}, {"start": 1354.08, "end": 1354.48, "word": " number", "probability": 0.8203125}, {"start": 1354.48, "end": 1355.04, "word": " four", "probability": 0.94677734375}, {"start": 1355.04, "end": 1356.22, "word": " second", "probability": 0.896484375}, {"start": 1356.22, "end": 1356.7, "word": " we", "probability": 0.95361328125}, {"start": 1356.7, "end": 1356.94, "word": " can", "probability": 0.9521484375}, {"start": 1356.94, "end": 1357.46, "word": " watching", "probability": 0.47705078125}], "temperature": 1.0}, {"id": 53, "seek": 138561, "start": 1357.93, "end": 1385.61, "text": " a foreign movie or you can listen to another person who talks language. Alright, there is a clear problem here. Second, we can watch. Alright, is that correct? Yes, we can watch, not watching. So we're talking about subject-verb agreement and the correct verb. Okay, the correct form of the verb. We can watch, we can go, we can travel, but not we can traveling. Okay, so number five.", "tokens": [257, 5329, 3169, 420, 291, 393, 2140, 281, 1071, 954, 567, 6686, 2856, 13, 2798, 11, 456, 307, 257, 1850, 1154, 510, 13, 5736, 11, 321, 393, 1159, 13, 2798, 11, 307, 300, 3006, 30, 1079, 11, 321, 393, 1159, 11, 406, 1976, 13, 407, 321, 434, 1417, 466, 3983, 12, 25809, 8106, 293, 264, 3006, 9595, 13, 1033, 11, 264, 3006, 1254, 295, 264, 9595, 13, 492, 393, 1159, 11, 321, 393, 352, 11, 321, 393, 3147, 11, 457, 406, 321, 393, 9712, 13, 1033, 11, 370, 1230, 1732, 13], "avg_logprob": -0.23760190735692563, "compression_ratio": 1.7264573991031391, "no_speech_prob": 3.5762786865234375e-07, "words": [{"start": 1357.93, "end": 1358.25, "word": " a", "probability": 0.31396484375}, {"start": 1358.25, "end": 1358.53, "word": " foreign", "probability": 0.93017578125}, {"start": 1358.53, "end": 1358.99, "word": " movie", "probability": 0.91650390625}, {"start": 1358.99, "end": 1359.41, "word": " or", "probability": 0.7802734375}, {"start": 1359.41, "end": 1359.61, "word": " you", "probability": 0.943359375}, {"start": 1359.61, "end": 1359.91, "word": " can", "probability": 0.93603515625}, {"start": 1359.91, "end": 1360.19, "word": " listen", "probability": 0.92138671875}, {"start": 1360.19, "end": 1360.35, "word": " to", "probability": 0.96142578125}, {"start": 1360.35, "end": 1360.59, "word": " another", "probability": 0.91552734375}, {"start": 1360.59, "end": 1361.11, "word": " person", "probability": 0.904296875}, {"start": 1361.11, "end": 1361.37, "word": " who", "probability": 0.89453125}, {"start": 1361.37, "end": 1361.83, "word": " talks", "probability": 0.86572265625}, {"start": 1361.83, "end": 1363.07, "word": " language.", "probability": 0.57763671875}, {"start": 1363.65, "end": 1363.89, "word": " Alright,", "probability": 0.615234375}, {"start": 1364.03, "end": 1364.15, "word": " there", "probability": 0.8779296875}, {"start": 1364.15, "end": 1364.27, "word": " is", "probability": 0.88037109375}, {"start": 1364.27, "end": 1364.39, "word": " a", "probability": 0.96337890625}, {"start": 1364.39, "end": 1364.57, "word": " clear", "probability": 0.8837890625}, {"start": 1364.57, "end": 1364.93, "word": " problem", "probability": 0.85888671875}, {"start": 1364.93, "end": 1365.21, "word": " here.", "probability": 0.83642578125}, {"start": 1365.41, "end": 1365.79, "word": " Second,", "probability": 0.225830078125}, {"start": 1366.03, "end": 1366.17, "word": " we", "probability": 0.92529296875}, {"start": 1366.17, "end": 1366.45, "word": " can", "probability": 0.94580078125}, {"start": 1366.45, "end": 1366.83, "word": " watch.", "probability": 0.716796875}, {"start": 1367.05, "end": 1367.43, "word": " Alright,", "probability": 0.70654296875}, {"start": 1367.55, "end": 1367.63, "word": " is", "probability": 0.9267578125}, {"start": 1367.63, "end": 1367.75, "word": " that", "probability": 0.93603515625}, {"start": 1367.75, "end": 1368.03, "word": " correct?", "probability": 0.89599609375}, {"start": 1368.37, "end": 1368.89, "word": " Yes,", "probability": 0.92236328125}, {"start": 1368.95, "end": 1369.11, "word": " we", "probability": 0.80859375}, {"start": 1369.11, "end": 1369.47, "word": " can", "probability": 0.9541015625}, {"start": 1369.47, "end": 1370.23, "word": " watch,", "probability": 0.89404296875}, {"start": 1370.51, "end": 1370.77, "word": " not", "probability": 0.912109375}, {"start": 1370.77, "end": 1371.27, "word": " watching.", "probability": 0.7666015625}, {"start": 1371.61, "end": 1371.73, "word": " So", "probability": 0.93212890625}, {"start": 1371.73, "end": 1371.87, "word": " we're", "probability": 0.4989013671875}, {"start": 1371.87, "end": 1372.17, "word": " talking", "probability": 0.86865234375}, {"start": 1372.17, "end": 1372.83, "word": " about", "probability": 0.908203125}, {"start": 1372.83, "end": 1374.65, "word": " subject", "probability": 0.8720703125}, {"start": 1374.65, "end": 1374.95, "word": "-verb", "probability": 0.78662109375}, {"start": 1374.95, "end": 1375.43, "word": " agreement", "probability": 0.810546875}, {"start": 1375.43, "end": 1375.97, "word": " and", "probability": 0.89208984375}, {"start": 1375.97, "end": 1376.17, "word": " the", "probability": 0.90869140625}, {"start": 1376.17, "end": 1376.63, "word": " correct", "probability": 0.9267578125}, {"start": 1376.63, "end": 1377.61, "word": " verb.", "probability": 0.88818359375}, {"start": 1377.99, "end": 1378.25, "word": " Okay,", "probability": 0.56298828125}, {"start": 1378.39, "end": 1378.57, "word": " the", "probability": 0.87451171875}, {"start": 1378.57, "end": 1378.89, "word": " correct", "probability": 0.91259765625}, {"start": 1378.89, "end": 1379.39, "word": " form", "probability": 0.91796875}, {"start": 1379.39, "end": 1379.59, "word": " of", "probability": 0.966796875}, {"start": 1379.59, "end": 1379.73, "word": " the", "probability": 0.873046875}, {"start": 1379.73, "end": 1379.95, "word": " verb.", "probability": 0.92529296875}, {"start": 1379.99, "end": 1380.17, "word": " We", "probability": 0.939453125}, {"start": 1380.17, "end": 1380.47, "word": " can", "probability": 0.951171875}, {"start": 1380.47, "end": 1380.77, "word": " watch,", "probability": 0.84521484375}, {"start": 1380.83, "end": 1380.97, "word": " we", "probability": 0.95849609375}, {"start": 1380.97, "end": 1381.19, "word": " can", "probability": 0.94873046875}, {"start": 1381.19, "end": 1381.39, "word": " go,", "probability": 0.96044921875}, {"start": 1381.45, "end": 1381.59, "word": " we", "probability": 0.95947265625}, {"start": 1381.59, "end": 1381.79, "word": " can", "probability": 0.958984375}, {"start": 1381.79, "end": 1382.09, "word": " travel,", "probability": 0.89208984375}, {"start": 1382.23, "end": 1382.31, "word": " but", "probability": 0.9326171875}, {"start": 1382.31, "end": 1382.53, "word": " not", "probability": 0.92138671875}, {"start": 1382.53, "end": 1382.71, "word": " we", "probability": 0.8388671875}, {"start": 1382.71, "end": 1382.93, "word": " can", "probability": 0.94921875}, {"start": 1382.93, "end": 1383.35, "word": " traveling.", "probability": 0.40673828125}, {"start": 1383.63, "end": 1384.11, "word": " Okay,", "probability": 0.72119140625}, {"start": 1384.73, "end": 1384.91, "word": " so", "probability": 0.92333984375}, {"start": 1384.91, "end": 1385.19, "word": " number", "probability": 0.85205078125}, {"start": 1385.19, "end": 1385.61, "word": " five.", "probability": 0.76171875}], "temperature": 1.0}, {"id": 54, "seek": 140954, "start": 1387.02, "end": 1409.54, "text": " Number five, studying in university is what it is. Because this is a subject and this is another subject, we cannot use two subjects like this. So studying in university is more difficult and complicated experience.", "tokens": [5118, 1732, 11, 7601, 294, 5454, 307, 437, 309, 307, 13, 1436, 341, 307, 257, 3983, 293, 341, 307, 1071, 3983, 11, 321, 2644, 764, 732, 13066, 411, 341, 13, 407, 7601, 294, 5454, 307, 544, 2252, 293, 6179, 1752, 13], "avg_logprob": -0.2565104266007741, "compression_ratio": 1.565217391304348, "no_speech_prob": 0.0, "words": [{"start": 1387.02, "end": 1387.44, "word": " Number", "probability": 0.6787109375}, {"start": 1387.44, "end": 1388.02, "word": " five,", "probability": 0.59912109375}, {"start": 1388.2, "end": 1389.16, "word": " studying", "probability": 0.351806640625}, {"start": 1389.16, "end": 1389.72, "word": " in", "probability": 0.865234375}, {"start": 1389.72, "end": 1392.8, "word": " university", "probability": 0.7763671875}, {"start": 1392.8, "end": 1393.08, "word": " is", "probability": 0.66796875}, {"start": 1393.08, "end": 1393.24, "word": " what", "probability": 0.5458984375}, {"start": 1393.24, "end": 1393.4, "word": " it", "probability": 0.703125}, {"start": 1393.4, "end": 1393.72, "word": " is.", "probability": 0.927734375}, {"start": 1395.16, "end": 1395.16, "word": " Because", "probability": 0.427490234375}, {"start": 1395.16, "end": 1395.88, "word": " this", "probability": 0.92626953125}, {"start": 1395.88, "end": 1396.0, "word": " is", "probability": 0.94482421875}, {"start": 1396.0, "end": 1396.1, "word": " a", "probability": 0.8447265625}, {"start": 1396.1, "end": 1396.4, "word": " subject", "probability": 0.9580078125}, {"start": 1396.4, "end": 1396.64, "word": " and", "probability": 0.90380859375}, {"start": 1396.64, "end": 1396.8, "word": " this", "probability": 0.92041015625}, {"start": 1396.8, "end": 1396.92, "word": " is", "probability": 0.92626953125}, {"start": 1396.92, "end": 1397.26, "word": " another", "probability": 0.91650390625}, {"start": 1397.26, "end": 1397.66, "word": " subject,", "probability": 0.96484375}, {"start": 1397.78, "end": 1397.88, "word": " we", "probability": 0.9072265625}, {"start": 1397.88, "end": 1398.08, "word": " cannot", "probability": 0.79931640625}, {"start": 1398.08, "end": 1398.48, "word": " use", "probability": 0.8896484375}, {"start": 1398.48, "end": 1398.66, "word": " two", "probability": 0.880859375}, {"start": 1398.66, "end": 1399.2, "word": " subjects", "probability": 0.92138671875}, {"start": 1399.2, "end": 1399.66, "word": " like", "probability": 0.9033203125}, {"start": 1399.66, "end": 1400.1, "word": " this.", "probability": 0.94775390625}, {"start": 1400.4, "end": 1400.54, "word": " So", "probability": 0.93212890625}, {"start": 1400.54, "end": 1400.94, "word": " studying", "probability": 0.8515625}, {"start": 1400.94, "end": 1401.38, "word": " in", "probability": 0.93896484375}, {"start": 1401.38, "end": 1402.08, "word": " university", "probability": 0.8671875}, {"start": 1402.08, "end": 1403.16, "word": " is", "probability": 0.94189453125}, {"start": 1403.16, "end": 1403.6, "word": " more", "probability": 0.79541015625}, {"start": 1403.6, "end": 1404.28, "word": " difficult", "probability": 0.93017578125}, {"start": 1404.28, "end": 1404.74, "word": " and", "probability": 0.94140625}, {"start": 1404.74, "end": 1406.9, "word": " complicated", "probability": 0.94677734375}, {"start": 1406.9, "end": 1409.54, "word": " experience.", "probability": 0.64599609375}], "temperature": 1.0}, {"id": 55, "seek": 143948, "start": 1410.7, "end": 1439.48, "text": " Is that correct? Yes please. In number four, you can say third or finally. These are just phrases, but these are just examples from different writings, examples from different paragraphs, okay? So studying in university, small letter, small letter, alright, is more difficult and complicated. So avoid making mistakes in grammar and in spelling. I have some more examples here.", "tokens": [1119, 300, 3006, 30, 1079, 1767, 13, 682, 1230, 1451, 11, 291, 393, 584, 2636, 420, 2721, 13, 1981, 366, 445, 903, 3906, 279, 11, 457, 613, 366, 445, 5110, 490, 819, 30083, 11, 5110, 490, 819, 48910, 11, 1392, 30, 407, 7601, 294, 5454, 11, 1359, 5063, 11, 1359, 5063, 11, 5845, 11, 307, 544, 2252, 293, 6179, 13, 407, 5042, 1455, 8038, 294, 22317, 293, 294, 22254, 13, 286, 362, 512, 544, 5110, 510, 13], "avg_logprob": -0.2772435859227792, "compression_ratio": 1.6506550218340612, "no_speech_prob": 0.0, "words": [{"start": 1410.7, "end": 1411.0, "word": " Is", "probability": 0.44287109375}, {"start": 1411.0, "end": 1411.16, "word": " that", "probability": 0.9404296875}, {"start": 1411.16, "end": 1411.42, "word": " correct?", "probability": 0.8837890625}, {"start": 1411.74, "end": 1411.92, "word": " Yes", "probability": 0.84765625}, {"start": 1411.92, "end": 1412.24, "word": " please.", "probability": 0.517578125}, {"start": 1412.5, "end": 1412.76, "word": " In", "probability": 0.30615234375}, {"start": 1412.76, "end": 1413.06, "word": " number", "probability": 0.9150390625}, {"start": 1413.06, "end": 1413.36, "word": " four,", "probability": 0.71728515625}, {"start": 1413.42, "end": 1413.52, "word": " you", "probability": 0.568359375}, {"start": 1413.52, "end": 1413.72, "word": " can", "probability": 0.9365234375}, {"start": 1413.72, "end": 1414.12, "word": " say", "probability": 0.92041015625}, {"start": 1414.12, "end": 1414.56, "word": " third", "probability": 0.87744140625}, {"start": 1414.56, "end": 1414.96, "word": " or", "probability": 0.93896484375}, {"start": 1414.96, "end": 1415.66, "word": " finally.", "probability": 0.83203125}, {"start": 1416.32, "end": 1416.96, "word": " These", "probability": 0.352783203125}, {"start": 1416.96, "end": 1417.22, "word": " are", "probability": 0.939453125}, {"start": 1417.22, "end": 1417.44, "word": " just", "probability": 0.88037109375}, {"start": 1417.44, "end": 1417.98, "word": " phrases,", "probability": 0.5646158854166666}, {"start": 1418.04, "end": 1418.16, "word": " but", "probability": 0.8662109375}, {"start": 1418.16, "end": 1418.32, "word": " these", "probability": 0.83251953125}, {"start": 1418.32, "end": 1418.48, "word": " are", "probability": 0.9375}, {"start": 1418.48, "end": 1418.7, "word": " just", "probability": 0.86865234375}, {"start": 1418.7, "end": 1419.18, "word": " examples", "probability": 0.84228515625}, {"start": 1419.18, "end": 1419.48, "word": " from", "probability": 0.87109375}, {"start": 1419.48, "end": 1419.96, "word": " different", "probability": 0.873046875}, {"start": 1419.96, "end": 1420.5, "word": " writings,", "probability": 0.9287109375}, {"start": 1420.9, "end": 1421.28, "word": " examples", "probability": 0.79833984375}, {"start": 1421.28, "end": 1421.56, "word": " from", "probability": 0.8818359375}, {"start": 1421.56, "end": 1421.96, "word": " different", "probability": 0.87255859375}, {"start": 1421.96, "end": 1422.4, "word": " paragraphs,", "probability": 0.92529296875}, {"start": 1422.72, "end": 1423.02, "word": " okay?", "probability": 0.7265625}, {"start": 1423.48, "end": 1423.66, "word": " So", "probability": 0.9609375}, {"start": 1423.66, "end": 1424.1, "word": " studying", "probability": 0.83935546875}, {"start": 1424.1, "end": 1424.34, "word": " in", "probability": 0.75439453125}, {"start": 1424.34, "end": 1424.94, "word": " university,", "probability": 0.76220703125}, {"start": 1425.12, "end": 1425.4, "word": " small", "probability": 0.87890625}, {"start": 1425.4, "end": 1426.1, "word": " letter,", "probability": 0.58447265625}, {"start": 1426.44, "end": 1427.48, "word": " small", "probability": 0.85888671875}, {"start": 1427.48, "end": 1428.16, "word": " letter,", "probability": 0.931640625}, {"start": 1428.4, "end": 1428.64, "word": " alright,", "probability": 0.451904296875}, {"start": 1429.4, "end": 1429.72, "word": " is", "probability": 0.9404296875}, {"start": 1429.72, "end": 1430.2, "word": " more", "probability": 0.93408203125}, {"start": 1430.2, "end": 1430.7, "word": " difficult", "probability": 0.9326171875}, {"start": 1430.7, "end": 1431.28, "word": " and", "probability": 0.9404296875}, {"start": 1431.28, "end": 1432.28, "word": " complicated.", "probability": 0.94287109375}, {"start": 1432.52, "end": 1432.68, "word": " So", "probability": 0.95361328125}, {"start": 1432.68, "end": 1433.1, "word": " avoid", "probability": 0.79052734375}, {"start": 1433.1, "end": 1433.58, "word": " making", "probability": 0.88720703125}, {"start": 1433.58, "end": 1434.24, "word": " mistakes", "probability": 0.8896484375}, {"start": 1434.24, "end": 1434.54, "word": " in", "probability": 0.9423828125}, {"start": 1434.54, "end": 1434.94, "word": " grammar", "probability": 0.974609375}, {"start": 1434.94, "end": 1435.88, "word": " and", "probability": 0.921875}, {"start": 1435.88, "end": 1436.76, "word": " in", "probability": 0.79296875}, {"start": 1436.76, "end": 1437.5, "word": " spelling.", "probability": 0.94580078125}, {"start": 1437.78, "end": 1437.98, "word": " I", "probability": 0.99462890625}, {"start": 1437.98, "end": 1438.18, "word": " have", "probability": 0.94921875}, {"start": 1438.18, "end": 1438.44, "word": " some", "probability": 0.8935546875}, {"start": 1438.44, "end": 1438.68, "word": " more", "probability": 0.9296875}, {"start": 1438.68, "end": 1439.14, "word": " examples", "probability": 0.85546875}, {"start": 1439.14, "end": 1439.48, "word": " here.", "probability": 0.8525390625}], "temperature": 1.0}, {"id": 56, "seek": 144268, "start": 1439.76, "end": 1442.68, "text": " to look at others.", "tokens": [281, 574, 412, 2357, 13], "avg_logprob": -0.4817708333333333, "compression_ratio": 0.7037037037037037, "no_speech_prob": 3.5762786865234375e-07, "words": [{"start": 1439.76, "end": 1440.02, "word": " to", "probability": 0.2529296875}, {"start": 1440.02, "end": 1440.42, "word": " look", "probability": 0.9560546875}, {"start": 1440.42, "end": 1441.42, "word": " at", "probability": 0.92822265625}, {"start": 1441.42, "end": 1442.68, "word": " others.", "probability": 0.296630859375}], "temperature": 1.0}, {"id": 57, "seek": 147870, "start": 1474.1, "end": 1478.7, "text": " Thank you so much.", "tokens": [1044, 291, 370, 709, 13], "avg_logprob": -1.26953125, "compression_ratio": 0.7037037037037037, "no_speech_prob": 0.010284423828125, "words": [{"start": 1474.1, "end": 1475.5, "word": " Thank", "probability": 0.01361846923828125}, {"start": 1475.5, "end": 1475.64, "word": " you", "probability": 0.86767578125}, {"start": 1475.64, "end": 1478.7, "word": " so", "probability": 0.08673095703125}, {"start": 1478.7, "end": 1478.7, "word": " much.", "probability": 0.92822265625}], "temperature": 1.0}, {"id": 58, "seek": 150142, "start": 1497.26, "end": 1501.42, "text": " It's a subject that I'm interested in.", "tokens": [467, 311, 257, 3983, 300, 286, 478, 3102, 294, 13], "avg_logprob": -1.3295454328710383, "compression_ratio": 0.8666666666666667, "no_speech_prob": 0.00010889768600463867, "words": [{"start": 1497.26, "end": 1498.56, "word": " It's", "probability": 0.3216552734375}, {"start": 1498.56, "end": 1498.68, "word": " a", "probability": 0.1221923828125}, {"start": 1498.68, "end": 1499.54, "word": " subject", "probability": 0.08001708984375}, {"start": 1499.54, "end": 1499.98, "word": " that", "probability": 0.470458984375}, {"start": 1499.98, "end": 1500.22, "word": " I'm", "probability": 0.2900390625}, {"start": 1500.22, "end": 1500.48, "word": " interested", "probability": 0.1663818359375}, {"start": 1500.48, "end": 1501.42, "word": " in.", "probability": 0.93359375}], "temperature": 1.0}, {"id": 59, "seek": 151889, "start": 1514.01, "end": 1518.89, "text": " Oh, okay. Okay.", "tokens": [876, 11, 1392, 13, 1033, 13], "avg_logprob": -1.4341518197740828, "compression_ratio": 0.7619047619047619, "no_speech_prob": 0.0012941360473632812, "words": [{"start": 1514.01, "end": 1515.41, "word": " Oh,", "probability": 0.0171966552734375}, {"start": 1515.69, "end": 1516.09, "word": " okay.", "probability": 0.160400390625}, {"start": 1518.89, "end": 1518.89, "word": " Okay.", "probability": 0.21435546875}], "temperature": 1.0}, {"id": 60, "seek": 153734, "start": 1531.46, "end": 1537.34, "text": " Okay. Okay. Okay.", "tokens": [1033, 13, 1033, 13, 1033, 13], "avg_logprob": -1.5212053912026542, "compression_ratio": 1.125, "no_speech_prob": 0.005130767822265625, "words": [{"start": 1531.4599999999998, "end": 1532.86, "word": " Okay.", "probability": 0.0216827392578125}, {"start": 1532.86, "end": 1534.26, "word": " Okay.", "probability": 0.23876953125}, {"start": 1537.34, "end": 1537.34, "word": " Okay.", "probability": 0.29150390625}], "temperature": 1.0}, {"id": 61, "seek": 154625, "start": 1544.33, "end": 1546.25, "text": " What's going on?", "tokens": [708, 311, 516, 322, 30], "avg_logprob": -1.4010416467984517, "compression_ratio": 0.68, "no_speech_prob": 9.632110595703125e-05, "words": [{"start": 1544.33, "end": 1545.33, "word": " What's", "probability": 0.0737152099609375}, {"start": 1545.33, "end": 1545.81, "word": " going", "probability": 0.14892578125}, {"start": 1545.81, "end": 1546.25, "word": " on?", "probability": 0.87841796875}], "temperature": 1.0}, {"id": 62, "seek": 157972, "start": 1573.38, "end": 1579.72, "text": " Thank you very much.", "tokens": [1044, 291, 588, 709, 13], "avg_logprob": -1.2037760019302368, "compression_ratio": 0.7241379310344828, "no_speech_prob": 0.0011768341064453125, "words": [{"start": 1573.3799999999999, "end": 1574.78, "word": " Thank", "probability": 0.0162353515625}, {"start": 1574.78, "end": 1575.44, "word": " you", "probability": 0.8740234375}, {"start": 1575.44, "end": 1577.14, "word": " very", "probability": 0.069580078125}, {"start": 1577.14, "end": 1579.72, "word": " much.", "probability": 0.92626953125}], "temperature": 1.0}, {"id": 63, "seek": 160965, "start": 1582.27, "end": 1609.65, "text": " Alright? Alright. Just remember this is a checklist. I'm trying to apply it to the problems that we see here in these sentences. Okay, let's look at number six. Yes, please. There are some negative. There are some negative. Alright. What do we see here? There are. Subject the. They are. Subject the. There are some negative effects of employment on society.", "tokens": [2798, 30, 2798, 13, 1449, 1604, 341, 307, 257, 30357, 13, 286, 478, 1382, 281, 3079, 309, 281, 264, 2740, 300, 321, 536, 510, 294, 613, 16579, 13, 1033, 11, 718, 311, 574, 412, 1230, 2309, 13, 1079, 11, 1767, 13, 821, 366, 512, 3671, 13, 821, 366, 512, 3671, 13, 2798, 13, 708, 360, 321, 536, 510, 30, 821, 366, 13, 8511, 1020, 264, 13, 814, 366, 13, 8511, 1020, 264, 13, 821, 366, 512, 3671, 5065, 295, 11949, 322, 4086, 13], "avg_logprob": -0.25502231894504457, "compression_ratio": 1.7684729064039408, "no_speech_prob": 2.384185791015625e-07, "words": [{"start": 1582.27, "end": 1582.87, "word": " Alright?", "probability": 0.50732421875}, {"start": 1583.21, "end": 1583.81, "word": " Alright.", "probability": 0.6943359375}, {"start": 1584.11, "end": 1584.29, "word": " Just", "probability": 0.82470703125}, {"start": 1584.29, "end": 1584.57, "word": " remember", "probability": 0.8759765625}, {"start": 1584.57, "end": 1584.87, "word": " this", "probability": 0.671875}, {"start": 1584.87, "end": 1585.01, "word": " is", "probability": 0.9072265625}, {"start": 1585.01, "end": 1585.05, "word": " a", "probability": 0.68017578125}, {"start": 1585.05, "end": 1585.55, "word": " checklist.", "probability": 0.8046875}, {"start": 1585.83, "end": 1586.07, "word": " I'm", "probability": 0.756591796875}, {"start": 1586.07, "end": 1586.39, "word": " trying", "probability": 0.9150390625}, {"start": 1586.39, "end": 1586.53, "word": " to", "probability": 0.97021484375}, {"start": 1586.53, "end": 1586.99, "word": " apply", "probability": 0.93115234375}, {"start": 1586.99, "end": 1587.25, "word": " it", "probability": 0.69384765625}, {"start": 1587.25, "end": 1587.69, "word": " to", "probability": 0.96240234375}, {"start": 1587.69, "end": 1588.25, "word": " the", "probability": 0.8349609375}, {"start": 1588.25, "end": 1588.71, "word": " problems", "probability": 0.8271484375}, {"start": 1588.71, "end": 1588.93, "word": " that", "probability": 0.880859375}, {"start": 1588.93, "end": 1589.11, "word": " we", "probability": 0.95751953125}, {"start": 1589.11, "end": 1589.49, "word": " see", "probability": 0.92822265625}, {"start": 1589.49, "end": 1589.91, "word": " here", "probability": 0.83544921875}, {"start": 1589.91, "end": 1590.33, "word": " in", "probability": 0.9296875}, {"start": 1590.33, "end": 1591.01, "word": " these", "probability": 0.8046875}, {"start": 1591.01, "end": 1591.95, "word": " sentences.", "probability": 0.96923828125}, {"start": 1592.45, "end": 1592.83, "word": " Okay,", "probability": 0.61767578125}, {"start": 1592.89, "end": 1593.09, "word": " let's", "probability": 0.933837890625}, {"start": 1593.09, "end": 1593.53, "word": " look", "probability": 0.951171875}, {"start": 1593.53, "end": 1593.71, "word": " at", "probability": 0.96630859375}, {"start": 1593.71, "end": 1594.05, "word": " number", "probability": 0.9072265625}, {"start": 1594.05, "end": 1594.53, "word": " six.", "probability": 0.697265625}, {"start": 1594.67, "end": 1594.85, "word": " Yes,", "probability": 0.94091796875}, {"start": 1594.89, "end": 1595.07, "word": " please.", "probability": 0.78271484375}, {"start": 1595.47, "end": 1595.75, "word": " There", "probability": 0.471923828125}, {"start": 1595.75, "end": 1596.01, "word": " are", "probability": 0.81640625}, {"start": 1596.01, "end": 1596.23, "word": " some", "probability": 0.89697265625}, {"start": 1596.23, "end": 1596.69, "word": " negative.", "probability": 0.84228515625}, {"start": 1596.99, "end": 1597.43, "word": " There", "probability": 0.328857421875}, {"start": 1597.43, "end": 1597.77, "word": " are", "probability": 0.94482421875}, {"start": 1597.77, "end": 1598.13, "word": " some", "probability": 0.88525390625}, {"start": 1598.13, "end": 1598.61, "word": " negative.", "probability": 0.91943359375}, {"start": 1598.77, "end": 1599.05, "word": " Alright.", "probability": 0.75634765625}, {"start": 1599.29, "end": 1599.45, "word": " What", "probability": 0.8876953125}, {"start": 1599.45, "end": 1599.63, "word": " do", "probability": 0.771484375}, {"start": 1599.63, "end": 1599.75, "word": " we", "probability": 0.845703125}, {"start": 1599.75, "end": 1599.97, "word": " see", "probability": 0.9306640625}, {"start": 1599.97, "end": 1600.35, "word": " here?", "probability": 0.853515625}, {"start": 1600.53, "end": 1601.13, "word": " There", "probability": 0.5546875}, {"start": 1601.13, "end": 1601.41, "word": " are.", "probability": 0.91455078125}, {"start": 1601.71, "end": 1602.17, "word": " Subject", "probability": 0.905517578125}, {"start": 1602.17, "end": 1602.47, "word": " the.", "probability": 0.428955078125}, {"start": 1603.19, "end": 1603.79, "word": " They", "probability": 0.425537109375}, {"start": 1603.79, "end": 1604.33, "word": " are.", "probability": 0.93115234375}, {"start": 1605.39, "end": 1605.99, "word": " Subject", "probability": 0.933349609375}, {"start": 1605.99, "end": 1606.29, "word": " the.", "probability": 0.8916015625}, {"start": 1606.45, "end": 1606.83, "word": " There", "probability": 0.72314453125}, {"start": 1606.83, "end": 1607.09, "word": " are", "probability": 0.93701171875}, {"start": 1607.09, "end": 1607.35, "word": " some", "probability": 0.88037109375}, {"start": 1607.35, "end": 1607.69, "word": " negative", "probability": 0.92724609375}, {"start": 1607.69, "end": 1608.09, "word": " effects", "probability": 0.900390625}, {"start": 1608.09, "end": 1608.29, "word": " of", "probability": 0.8994140625}, {"start": 1608.29, "end": 1608.73, "word": " employment", "probability": 0.84619140625}, {"start": 1608.73, "end": 1609.03, "word": " on", "probability": 0.90234375}, {"start": 1609.03, "end": 1609.65, "word": " society.", "probability": 0.9267578125}], "temperature": 1.0}, {"id": 64, "seek": 163292, "start": 1611.68, "end": 1632.92, "text": " What do we have to do here? Full stop. Sakura, we start in a new sentence. So this is like a run on. Sakura, run on sentence. There is no punctuation between them. First of all, unemployment has to be small. There is no need for it to be a capital lottery.", "tokens": [708, 360, 321, 362, 281, 360, 510, 30, 13841, 1590, 13, 48051, 11, 321, 722, 294, 257, 777, 8174, 13, 407, 341, 307, 411, 257, 1190, 322, 13, 48051, 11, 1190, 322, 8174, 13, 821, 307, 572, 27006, 16073, 1296, 552, 13, 2386, 295, 439, 11, 17438, 575, 281, 312, 1359, 13, 821, 307, 572, 643, 337, 309, 281, 312, 257, 4238, 27391, 13], "avg_logprob": -0.30240384615384613, "compression_ratio": 1.5481927710843373, "no_speech_prob": 0.0, "words": [{"start": 1611.68, "end": 1611.94, "word": " What", "probability": 0.197998046875}, {"start": 1611.94, "end": 1612.1, "word": " do", "probability": 0.268310546875}, {"start": 1612.1, "end": 1612.22, "word": " we", "probability": 0.923828125}, {"start": 1612.22, "end": 1612.4, "word": " have", "probability": 0.927734375}, {"start": 1612.4, "end": 1612.52, "word": " to", "probability": 0.97021484375}, {"start": 1612.52, "end": 1612.68, "word": " do", "probability": 0.951171875}, {"start": 1612.68, "end": 1612.94, "word": " here?", "probability": 0.82275390625}, {"start": 1613.4, "end": 1613.62, "word": " Full", "probability": 0.6904296875}, {"start": 1613.62, "end": 1614.06, "word": " stop.", "probability": 0.59375}, {"start": 1614.26, "end": 1614.5, "word": " Sakura,", "probability": 0.10894775390625}, {"start": 1614.96, "end": 1615.22, "word": " we", "probability": 0.65966796875}, {"start": 1615.22, "end": 1615.5, "word": " start", "probability": 0.53369140625}, {"start": 1615.5, "end": 1615.68, "word": " in", "probability": 0.65771484375}, {"start": 1615.68, "end": 1615.8, "word": " a", "probability": 0.97265625}, {"start": 1615.8, "end": 1616.0, "word": " new", "probability": 0.91455078125}, {"start": 1616.0, "end": 1616.4, "word": " sentence.", "probability": 0.98193359375}, {"start": 1616.56, "end": 1616.64, "word": " So", "probability": 0.83984375}, {"start": 1616.64, "end": 1616.9, "word": " this", "probability": 0.7080078125}, {"start": 1616.9, "end": 1617.06, "word": " is", "probability": 0.94677734375}, {"start": 1617.06, "end": 1617.34, "word": " like", "probability": 0.927734375}, {"start": 1617.34, "end": 1617.52, "word": " a", "probability": 0.9462890625}, {"start": 1617.52, "end": 1617.72, "word": " run", "probability": 0.85791015625}, {"start": 1617.72, "end": 1617.98, "word": " on.", "probability": 0.59033203125}, {"start": 1618.92, "end": 1619.4, "word": " Sakura,", "probability": 0.62451171875}, {"start": 1619.96, "end": 1620.28, "word": " run", "probability": 0.8515625}, {"start": 1620.28, "end": 1620.54, "word": " on", "probability": 0.92431640625}, {"start": 1620.54, "end": 1620.78, "word": " sentence.", "probability": 0.95068359375}, {"start": 1621.0, "end": 1621.12, "word": " There", "probability": 0.80322265625}, {"start": 1621.12, "end": 1621.24, "word": " is", "probability": 0.90087890625}, {"start": 1621.24, "end": 1621.4, "word": " no", "probability": 0.9384765625}, {"start": 1621.4, "end": 1622.04, "word": " punctuation", "probability": 0.989990234375}, {"start": 1622.04, "end": 1622.36, "word": " between", "probability": 0.822265625}, {"start": 1622.36, "end": 1622.6, "word": " them.", "probability": 0.8720703125}, {"start": 1622.94, "end": 1623.4, "word": " First", "probability": 0.8603515625}, {"start": 1623.4, "end": 1623.62, "word": " of", "probability": 0.96826171875}, {"start": 1623.62, "end": 1624.46, "word": " all,", "probability": 0.951171875}, {"start": 1624.82, "end": 1625.36, "word": " unemployment", "probability": 0.95068359375}, {"start": 1625.36, "end": 1629.26, "word": " has", "probability": 0.5576171875}, {"start": 1629.26, "end": 1629.46, "word": " to", "probability": 0.9736328125}, {"start": 1629.46, "end": 1629.76, "word": " be", "probability": 0.939453125}, {"start": 1629.76, "end": 1630.08, "word": " small.", "probability": 0.221923828125}, {"start": 1630.92, "end": 1631.14, "word": " There", "probability": 0.58837890625}, {"start": 1631.14, "end": 1631.18, "word": " is", "probability": 0.7421875}, {"start": 1631.18, "end": 1631.34, "word": " no", "probability": 0.9306640625}, {"start": 1631.34, "end": 1631.5, "word": " need", "probability": 0.9443359375}, {"start": 1631.5, "end": 1631.68, "word": " for", "probability": 0.9130859375}, {"start": 1631.68, "end": 1631.82, "word": " it", "probability": 0.9384765625}, {"start": 1631.82, "end": 1631.94, "word": " to", "probability": 0.96875}, {"start": 1631.94, "end": 1632.04, "word": " be", "probability": 0.953125}, {"start": 1632.04, "end": 1632.16, "word": " a", "probability": 0.83837890625}, {"start": 1632.16, "end": 1632.48, "word": " capital", "probability": 0.95068359375}, {"start": 1632.48, "end": 1632.92, "word": " lottery.", "probability": 0.55517578125}], "temperature": 1.0}, {"id": 65, "seek": 166039, "start": 1633.35, "end": 1660.39, "text": " Unemployment causes destroying. Unemployment causes destroying country economy. How can we say destroying country economy? Causes the destruction of a country's economy. Okay? Alright. Causes destroying we can say a country's economy. Alright?", "tokens": [1156, 12112, 518, 7700, 19926, 13, 1156, 12112, 518, 7700, 19926, 1941, 5010, 13, 1012, 393, 321, 584, 19926, 1941, 5010, 30, 7544, 8355, 264, 13563, 295, 257, 1941, 311, 5010, 13, 1033, 30, 2798, 13, 7544, 8355, 19926, 321, 393, 584, 257, 1941, 311, 5010, 13, 2798, 30], "avg_logprob": -0.32468751311302185, "compression_ratio": 1.952, "no_speech_prob": 0.0, "words": [{"start": 1633.35, "end": 1634.19, "word": " Unemployment", "probability": 0.8722330729166666}, {"start": 1634.19, "end": 1634.59, "word": " causes", "probability": 0.61962890625}, {"start": 1634.59, "end": 1635.13, "word": " destroying.", "probability": 0.335205078125}, {"start": 1639.23, "end": 1640.19, "word": " Unemployment", "probability": 0.7427571614583334}, {"start": 1640.19, "end": 1640.73, "word": " causes", "probability": 0.8427734375}, {"start": 1640.73, "end": 1642.01, "word": " destroying", "probability": 0.2486572265625}, {"start": 1642.01, "end": 1642.69, "word": " country", "probability": 0.66845703125}, {"start": 1642.69, "end": 1643.29, "word": " economy.", "probability": 0.424072265625}, {"start": 1643.73, "end": 1643.91, "word": " How", "probability": 0.65966796875}, {"start": 1643.91, "end": 1644.07, "word": " can", "probability": 0.857421875}, {"start": 1644.07, "end": 1644.19, "word": " we", "probability": 0.76708984375}, {"start": 1644.19, "end": 1644.41, "word": " say", "probability": 0.9423828125}, {"start": 1644.41, "end": 1644.83, "word": " destroying", "probability": 0.7314453125}, {"start": 1644.83, "end": 1645.27, "word": " country", "probability": 0.82666015625}, {"start": 1645.27, "end": 1645.55, "word": " economy?", "probability": 0.5703125}, {"start": 1645.91, "end": 1646.43, "word": " Causes", "probability": 0.85107421875}, {"start": 1646.43, "end": 1646.91, "word": " the", "probability": 0.7158203125}, {"start": 1646.91, "end": 1649.01, "word": " destruction", "probability": 0.8203125}, {"start": 1649.01, "end": 1649.73, "word": " of", "probability": 0.9638671875}, {"start": 1649.73, "end": 1650.07, "word": " a", "probability": 0.802734375}, {"start": 1650.07, "end": 1650.63, "word": " country's", "probability": 0.893798828125}, {"start": 1650.63, "end": 1651.19, "word": " economy.", "probability": 0.90087890625}, {"start": 1651.61, "end": 1651.91, "word": " Okay?", "probability": 0.5}, {"start": 1652.41, "end": 1652.59, "word": " Alright.", "probability": 0.69775390625}, {"start": 1652.89, "end": 1653.27, "word": " Causes", "probability": 0.938232421875}, {"start": 1653.27, "end": 1654.05, "word": " destroying", "probability": 0.86279296875}, {"start": 1654.05, "end": 1655.39, "word": " we", "probability": 0.1944580078125}, {"start": 1655.39, "end": 1655.65, "word": " can", "probability": 0.9501953125}, {"start": 1655.65, "end": 1656.07, "word": " say", "probability": 0.95361328125}, {"start": 1656.07, "end": 1656.33, "word": " a", "probability": 0.8466796875}, {"start": 1656.33, "end": 1657.25, "word": " country's", "probability": 0.9462890625}, {"start": 1657.25, "end": 1658.83, "word": " economy.", "probability": 0.94384765625}, {"start": 1659.43, "end": 1660.39, "word": " Alright?", "probability": 0.77685546875}], "temperature": 1.0}, {"id": 66, "seek": 168299, "start": 1664.55, "end": 1682.99, "text": " of a country's economy. All right? So the important thing is that capital letter. Don't use capital letter unless necessary and also subject verb agreement and equally important avoid making run on sentences. All right? Let's see the second exam. Yes, please.", "tokens": [295, 257, 1941, 311, 5010, 13, 1057, 558, 30, 407, 264, 1021, 551, 307, 300, 4238, 5063, 13, 1468, 380, 764, 4238, 5063, 5969, 4818, 293, 611, 3983, 9595, 8106, 293, 12309, 1021, 5042, 1455, 1190, 322, 16579, 13, 1057, 558, 30, 961, 311, 536, 264, 1150, 1139, 13, 1079, 11, 1767, 13], "avg_logprob": -0.2770544042189916, "compression_ratio": 1.4942528735632183, "no_speech_prob": 1.1324882507324219e-06, "words": [{"start": 1664.55, "end": 1664.69, "word": " of", "probability": 0.1978759765625}, {"start": 1664.69, "end": 1664.93, "word": " a", "probability": 0.91845703125}, {"start": 1664.93, "end": 1665.53, "word": " country's", "probability": 0.895751953125}, {"start": 1665.53, "end": 1666.17, "word": " economy.", "probability": 0.8896484375}, {"start": 1666.61, "end": 1666.61, "word": " All", "probability": 0.162841796875}, {"start": 1666.61, "end": 1666.81, "word": " right?", "probability": 0.88623046875}, {"start": 1667.11, "end": 1667.21, "word": " So", "probability": 0.9296875}, {"start": 1667.21, "end": 1667.37, "word": " the", "probability": 0.6474609375}, {"start": 1667.37, "end": 1667.73, "word": " important", "probability": 0.79345703125}, {"start": 1667.73, "end": 1668.03, "word": " thing", "probability": 0.892578125}, {"start": 1668.03, "end": 1668.25, "word": " is", "probability": 0.9462890625}, {"start": 1668.25, "end": 1668.67, "word": " that", "probability": 0.9033203125}, {"start": 1668.67, "end": 1669.43, "word": " capital", "probability": 0.78759765625}, {"start": 1669.43, "end": 1669.91, "word": " letter.", "probability": 0.8154296875}, {"start": 1670.37, "end": 1670.75, "word": " Don't", "probability": 0.96337890625}, {"start": 1670.75, "end": 1671.01, "word": " use", "probability": 0.8798828125}, {"start": 1671.01, "end": 1671.37, "word": " capital", "probability": 0.92431640625}, {"start": 1671.37, "end": 1671.73, "word": " letter", "probability": 0.9013671875}, {"start": 1671.73, "end": 1672.01, "word": " unless", "probability": 0.765625}, {"start": 1672.01, "end": 1672.61, "word": " necessary", "probability": 0.9345703125}, {"start": 1672.61, "end": 1672.89, "word": " and", "probability": 0.67529296875}, {"start": 1672.89, "end": 1673.33, "word": " also", "probability": 0.88232421875}, {"start": 1673.33, "end": 1674.13, "word": " subject", "probability": 0.9521484375}, {"start": 1674.13, "end": 1674.47, "word": " verb", "probability": 0.4873046875}, {"start": 1674.47, "end": 1674.93, "word": " agreement", "probability": 0.65576171875}, {"start": 1674.93, "end": 1675.67, "word": " and", "probability": 0.70751953125}, {"start": 1675.67, "end": 1677.65, "word": " equally", "probability": 0.826171875}, {"start": 1677.65, "end": 1678.39, "word": " important", "probability": 0.9033203125}, {"start": 1678.39, "end": 1678.87, "word": " avoid", "probability": 0.595703125}, {"start": 1678.87, "end": 1679.47, "word": " making", "probability": 0.904296875}, {"start": 1679.47, "end": 1680.03, "word": " run", "probability": 0.88427734375}, {"start": 1680.03, "end": 1680.23, "word": " on", "probability": 0.55908203125}, {"start": 1680.23, "end": 1680.91, "word": " sentences.", "probability": 0.9462890625}, {"start": 1681.11, "end": 1681.23, "word": " All", "probability": 0.63916015625}, {"start": 1681.23, "end": 1681.37, "word": " right?", "probability": 0.9130859375}, {"start": 1681.41, "end": 1681.53, "word": " Let's", "probability": 0.85302734375}, {"start": 1681.53, "end": 1681.63, "word": " see", "probability": 0.912109375}, {"start": 1681.63, "end": 1681.79, "word": " the", "probability": 0.91064453125}, {"start": 1681.79, "end": 1682.03, "word": " second", "probability": 0.89453125}, {"start": 1682.03, "end": 1682.39, "word": " exam.", "probability": 0.84765625}, {"start": 1682.55, "end": 1682.73, "word": " Yes,", "probability": 0.962890625}, {"start": 1682.81, "end": 1682.99, "word": " please.", "probability": 0.80712890625}], "temperature": 1.0}, {"id": 67, "seek": 171545, "start": 1688.27, "end": 1715.45, "text": " Alright, alright. The unemployment, cause or causes? Causes. Causes. Many problems. Many problems. Many problems. Unemployment. Unemployment. Unemployment society. Unemployment society. Unemployment store. Unemployment store. Again, it's another example of a run-on sentence. Alright. The employer, what do you see here? Small letter. Small letter. Alright, so and there's no need for that because it's sort of a generic noun, definite.", "tokens": [2798, 11, 5845, 13, 440, 17438, 11, 3082, 420, 7700, 30, 7544, 8355, 13, 7544, 8355, 13, 5126, 2740, 13, 5126, 2740, 13, 5126, 2740, 13, 1156, 12112, 518, 13, 1156, 12112, 518, 13, 1156, 12112, 518, 4086, 13, 1156, 12112, 518, 4086, 13, 1156, 12112, 518, 3531, 13, 1156, 12112, 518, 3531, 13, 3764, 11, 309, 311, 1071, 1365, 295, 257, 1190, 12, 266, 8174, 13, 2798, 13, 440, 16205, 11, 437, 360, 291, 536, 510, 30, 15287, 5063, 13, 15287, 5063, 13, 2798, 11, 370, 293, 456, 311, 572, 643, 337, 300, 570, 309, 311, 1333, 295, 257, 19577, 23307, 11, 25131, 13], "avg_logprob": -0.3263561329189337, "compression_ratio": 2.131707317073171, "no_speech_prob": 5.960464477539063e-08, "words": [{"start": 1688.27, "end": 1688.73, "word": " Alright,", "probability": 0.364501953125}, {"start": 1689.01, "end": 1689.23, "word": " alright.", "probability": 0.6279296875}, {"start": 1689.39, "end": 1689.55, "word": " The", "probability": 0.62109375}, {"start": 1689.55, "end": 1690.17, "word": " unemployment,", "probability": 0.91162109375}, {"start": 1690.65, "end": 1690.99, "word": " cause", "probability": 0.388916015625}, {"start": 1690.99, "end": 1691.13, "word": " or", "probability": 0.86474609375}, {"start": 1691.13, "end": 1691.45, "word": " causes?", "probability": 0.86767578125}, {"start": 1692.71, "end": 1693.27, "word": " Causes.", "probability": 0.866455078125}, {"start": 1693.83, "end": 1694.39, "word": " Causes.", "probability": 0.730712890625}, {"start": 1694.89, "end": 1695.05, "word": " Many", "probability": 0.51123046875}, {"start": 1695.05, "end": 1696.11, "word": " problems.", "probability": 0.78857421875}, {"start": 1696.87, "end": 1697.03, "word": " Many", "probability": 0.693359375}, {"start": 1697.03, "end": 1697.03, "word": " problems.", "probability": 0.82958984375}, {"start": 1697.03, "end": 1697.03, "word": " Many", "probability": 0.422607421875}, {"start": 1697.03, "end": 1697.99, "word": " problems.", "probability": 0.8154296875}, {"start": 1698.49, "end": 1699.05, "word": " Unemployment.", "probability": 0.656494140625}, {"start": 1699.39, "end": 1699.69, "word": " Unemployment.", "probability": 0.9269205729166666}, {"start": 1700.11, "end": 1700.67, "word": " Unemployment", "probability": 0.88330078125}, {"start": 1700.67, "end": 1700.67, "word": " society.", "probability": 0.4296875}, {"start": 1701.01, "end": 1701.49, "word": " Unemployment", "probability": 0.8689778645833334}, {"start": 1701.49, "end": 1701.79, "word": " society.", "probability": 0.78515625}, {"start": 1701.81, "end": 1702.21, "word": " Unemployment", "probability": 0.8880208333333334}, {"start": 1702.21, "end": 1702.39, "word": " store.", "probability": 0.2301025390625}, {"start": 1702.61, "end": 1702.61, "word": " Unemployment", "probability": 0.7442220052083334}, {"start": 1702.61, "end": 1702.61, "word": " store.", "probability": 0.85888671875}, {"start": 1702.75, "end": 1703.13, "word": " Again,", "probability": 0.61962890625}, {"start": 1703.37, "end": 1703.47, "word": " it's", "probability": 0.888916015625}, {"start": 1703.47, "end": 1703.75, "word": " another", "probability": 0.90576171875}, {"start": 1703.75, "end": 1704.39, "word": " example", "probability": 0.978515625}, {"start": 1704.39, "end": 1704.93, "word": " of", "probability": 0.966796875}, {"start": 1704.93, "end": 1705.21, "word": " a", "probability": 0.88818359375}, {"start": 1705.21, "end": 1705.51, "word": " run", "probability": 0.84521484375}, {"start": 1705.51, "end": 1705.73, "word": "-on", "probability": 0.587890625}, {"start": 1705.73, "end": 1706.09, "word": " sentence.", "probability": 0.2301025390625}, {"start": 1706.47, "end": 1706.75, "word": " Alright.", "probability": 0.4580078125}, {"start": 1707.13, "end": 1707.29, "word": " The", "probability": 0.83837890625}, {"start": 1707.29, "end": 1707.75, "word": " employer,", "probability": 0.6611328125}, {"start": 1707.93, "end": 1708.09, "word": " what", "probability": 0.94677734375}, {"start": 1708.09, "end": 1708.21, "word": " do", "probability": 0.89208984375}, {"start": 1708.21, "end": 1708.33, "word": " you", "probability": 0.95263671875}, {"start": 1708.33, "end": 1708.57, "word": " see", "probability": 0.7529296875}, {"start": 1708.57, "end": 1708.77, "word": " here?", "probability": 0.66064453125}, {"start": 1709.45, "end": 1710.01, "word": " Small", "probability": 0.72021484375}, {"start": 1710.01, "end": 1710.03, "word": " letter.", "probability": 0.587890625}, {"start": 1710.23, "end": 1710.51, "word": " Small", "probability": 0.79541015625}, {"start": 1710.51, "end": 1710.93, "word": " letter.", "probability": 0.96435546875}, {"start": 1711.21, "end": 1711.45, "word": " Alright,", "probability": 0.7978515625}, {"start": 1711.63, "end": 1711.79, "word": " so", "probability": 0.802734375}, {"start": 1711.79, "end": 1712.03, "word": " and", "probability": 0.489013671875}, {"start": 1712.03, "end": 1712.27, "word": " there's", "probability": 0.673095703125}, {"start": 1712.27, "end": 1712.47, "word": " no", "probability": 0.9111328125}, {"start": 1712.47, "end": 1712.59, "word": " need", "probability": 0.728515625}, {"start": 1712.59, "end": 1712.81, "word": " for", "probability": 0.95166015625}, {"start": 1712.81, "end": 1713.05, "word": " that", "probability": 0.9423828125}, {"start": 1713.05, "end": 1713.33, "word": " because", "probability": 0.59521484375}, {"start": 1713.33, "end": 1713.55, "word": " it's", "probability": 0.960205078125}, {"start": 1713.55, "end": 1713.69, "word": " sort", "probability": 0.85205078125}, {"start": 1713.69, "end": 1713.81, "word": " of", "probability": 0.966796875}, {"start": 1713.81, "end": 1713.85, "word": " a", "probability": 0.8505859375}, {"start": 1713.85, "end": 1714.19, "word": " generic", "probability": 0.9794921875}, {"start": 1714.19, "end": 1714.65, "word": " noun,", "probability": 0.97314453125}, {"start": 1715.09, "end": 1715.45, "word": " definite.", "probability": 0.9677734375}], "temperature": 1.0}, {"id": 68, "seek": 173546, "start": 1715.8, "end": 1735.46, "text": " So we don't need unemployment because many problems are in the society. For example, unemployment again leads people to do illegal activities. Now it's better written sentence. Let's see number eight.", "tokens": [407, 321, 500, 380, 643, 17438, 570, 867, 2740, 366, 294, 264, 4086, 13, 1171, 1365, 11, 17438, 797, 6689, 561, 281, 360, 11905, 5354, 13, 823, 309, 311, 1101, 3720, 8174, 13, 961, 311, 536, 1230, 3180, 13], "avg_logprob": -0.33574218973517417, "compression_ratio": 1.3862068965517242, "no_speech_prob": 0.0, "words": [{"start": 1715.8, "end": 1716.08, "word": " So", "probability": 0.64501953125}, {"start": 1716.08, "end": 1716.28, "word": " we", "probability": 0.52392578125}, {"start": 1716.28, "end": 1716.48, "word": " don't", "probability": 0.952880859375}, {"start": 1716.48, "end": 1716.68, "word": " need", "probability": 0.81787109375}, {"start": 1716.68, "end": 1717.48, "word": " unemployment", "probability": 0.833984375}, {"start": 1717.48, "end": 1718.22, "word": " because", "probability": 0.326171875}, {"start": 1718.22, "end": 1718.58, "word": " many", "probability": 0.70166015625}, {"start": 1718.58, "end": 1719.1, "word": " problems", "probability": 0.78271484375}, {"start": 1719.1, "end": 1719.38, "word": " are", "probability": 0.385986328125}, {"start": 1719.38, "end": 1719.5, "word": " in", "probability": 0.36572265625}, {"start": 1719.5, "end": 1719.54, "word": " the", "probability": 0.6220703125}, {"start": 1719.54, "end": 1720.1, "word": " society.", "probability": 0.95263671875}, {"start": 1720.52, "end": 1720.72, "word": " For", "probability": 0.5400390625}, {"start": 1720.72, "end": 1723.48, "word": " example,", "probability": 0.65966796875}, {"start": 1724.7, "end": 1725.36, "word": " unemployment", "probability": 0.8623046875}, {"start": 1725.36, "end": 1726.12, "word": " again", "probability": 0.751953125}, {"start": 1726.12, "end": 1727.68, "word": " leads", "probability": 0.82275390625}, {"start": 1727.68, "end": 1728.12, "word": " people", "probability": 0.94921875}, {"start": 1728.12, "end": 1728.32, "word": " to", "probability": 0.9609375}, {"start": 1728.32, "end": 1728.52, "word": " do", "probability": 0.92724609375}, {"start": 1728.52, "end": 1729.06, "word": " illegal", "probability": 0.912109375}, {"start": 1729.06, "end": 1730.48, "word": " activities.", "probability": 0.94775390625}, {"start": 1730.68, "end": 1730.92, "word": " Now", "probability": 0.89599609375}, {"start": 1730.92, "end": 1731.22, "word": " it's", "probability": 0.6376953125}, {"start": 1731.22, "end": 1731.56, "word": " better", "probability": 0.697265625}, {"start": 1731.56, "end": 1733.06, "word": " written", "probability": 0.669921875}, {"start": 1733.06, "end": 1734.22, "word": " sentence.", "probability": 0.818359375}, {"start": 1734.64, "end": 1734.8, "word": " Let's", "probability": 0.908203125}, {"start": 1734.8, "end": 1734.88, "word": " see", "probability": 0.92578125}, {"start": 1734.88, "end": 1735.12, "word": " number", "probability": 0.86474609375}, {"start": 1735.12, "end": 1735.46, "word": " eight.", "probability": 0.5419921875}], "temperature": 1.0}, {"id": 69, "seek": 174915, "start": 1737.03, "end": 1749.15, "text": "First, in university, you can choose the subject that I can study it and feel comfortable with it. In contrast, in high school, we committed to study the subjects that choose by the school.", "tokens": [27454, 11, 294, 5454, 11, 291, 393, 2826, 264, 3983, 300, 286, 393, 2979, 309, 293, 841, 4619, 365, 309, 13, 682, 8712, 11, 294, 1090, 1395, 11, 321, 7784, 281, 2979, 264, 13066, 300, 2826, 538, 264, 1395, 13], "avg_logprob": -0.22313261904367587, "compression_ratio": 1.4881889763779528, "no_speech_prob": 0.0, "words": [{"start": 1737.0300000000002, "end": 1737.63, "word": "First,", "probability": 0.459716796875}, {"start": 1737.97, "end": 1738.29, "word": " in", "probability": 0.85205078125}, {"start": 1738.29, "end": 1738.85, "word": " university,", "probability": 0.72900390625}, {"start": 1739.15, "end": 1739.25, "word": " you", "probability": 0.92724609375}, {"start": 1739.25, "end": 1739.47, "word": " can", "probability": 0.93017578125}, {"start": 1739.47, "end": 1739.71, "word": " choose", "probability": 0.88916015625}, {"start": 1739.71, "end": 1739.85, "word": " the", "probability": 0.63232421875}, {"start": 1739.85, "end": 1740.21, "word": " subject", "probability": 0.90478515625}, {"start": 1740.21, "end": 1740.47, "word": " that", "probability": 0.88623046875}, {"start": 1740.47, "end": 1740.65, "word": " I", "probability": 0.78564453125}, {"start": 1740.65, "end": 1740.89, "word": " can", "probability": 0.92333984375}, {"start": 1740.89, "end": 1741.33, "word": " study", "probability": 0.95068359375}, {"start": 1741.33, "end": 1741.69, "word": " it", "probability": 0.7509765625}, {"start": 1741.69, "end": 1742.37, "word": " and", "probability": 0.83935546875}, {"start": 1742.37, "end": 1742.73, "word": " feel", "probability": 0.59765625}, {"start": 1742.73, "end": 1743.17, "word": " comfortable", "probability": 0.89794921875}, {"start": 1743.17, "end": 1743.51, "word": " with", "probability": 0.9072265625}, {"start": 1743.51, "end": 1743.73, "word": " it.", "probability": 0.9404296875}, {"start": 1743.85, "end": 1744.01, "word": " In", "probability": 0.8876953125}, {"start": 1744.01, "end": 1744.41, "word": " contrast,", "probability": 0.86083984375}, {"start": 1744.73, "end": 1744.77, "word": " in", "probability": 0.94189453125}, {"start": 1744.77, "end": 1744.99, "word": " high", "probability": 0.89794921875}, {"start": 1744.99, "end": 1745.31, "word": " school,", "probability": 0.9072265625}, {"start": 1745.41, "end": 1745.51, "word": " we", "probability": 0.95166015625}, {"start": 1745.51, "end": 1745.91, "word": " committed", "probability": 0.7890625}, {"start": 1745.91, "end": 1746.19, "word": " to", "probability": 0.96875}, {"start": 1746.19, "end": 1746.49, "word": " study", "probability": 0.92822265625}, {"start": 1746.49, "end": 1746.67, "word": " the", "probability": 0.85302734375}, {"start": 1746.67, "end": 1747.07, "word": " subjects", "probability": 0.84912109375}, {"start": 1747.07, "end": 1747.33, "word": " that", "probability": 0.9208984375}, {"start": 1747.33, "end": 1747.63, "word": " choose", "probability": 0.342529296875}, {"start": 1747.63, "end": 1747.95, "word": " by", "probability": 0.97021484375}, {"start": 1747.95, "end": 1748.21, "word": " the", "probability": 0.89990234375}, {"start": 1748.21, "end": 1749.15, "word": " school.", "probability": 0.92919921875}], "temperature": 1.0}, {"id": 70, "seek": 179248, "start": 1768.5, "end": 1792.48, "text": " Okay, so you and I, there is no agreement in pronouns, you can study the subject that you want. There is no need for that. We'll talk about it later on, inshallah, next week about pronoun agreement, okay? This is an important topic that we'll talk about that you can choose the subject that you can study, there is no need, and feel comfortable with that.", "tokens": [1033, 11, 370, 291, 293, 286, 11, 456, 307, 572, 8106, 294, 35883, 11, 291, 393, 2979, 264, 3983, 300, 291, 528, 13, 821, 307, 572, 643, 337, 300, 13, 492, 603, 751, 466, 309, 1780, 322, 11, 1028, 71, 13492, 11, 958, 1243, 466, 14144, 8106, 11, 1392, 30, 639, 307, 364, 1021, 4829, 300, 321, 603, 751, 466, 300, 291, 393, 2826, 264, 3983, 300, 291, 393, 2979, 11, 456, 307, 572, 643, 11, 293, 841, 4619, 365, 300, 13], "avg_logprob": -0.26035392499831783, "compression_ratio": 1.7623762376237624, "no_speech_prob": 5.960464477539063e-08, "words": [{"start": 1768.5, "end": 1768.92, "word": " Okay,", "probability": 0.5517578125}, {"start": 1769.06, "end": 1769.22, "word": " so", "probability": 0.87939453125}, {"start": 1769.22, "end": 1769.48, "word": " you", "probability": 0.89501953125}, {"start": 1769.48, "end": 1769.82, "word": " and", "probability": 0.94140625}, {"start": 1769.82, "end": 1770.26, "word": " I,", "probability": 0.9921875}, {"start": 1770.72, "end": 1770.84, "word": " there", "probability": 0.89697265625}, {"start": 1770.84, "end": 1771.26, "word": " is", "probability": 0.57275390625}, {"start": 1771.26, "end": 1771.6, "word": " no", "probability": 0.94384765625}, {"start": 1771.6, "end": 1772.06, "word": " agreement", "probability": 0.89208984375}, {"start": 1772.06, "end": 1772.38, "word": " in", "probability": 0.62158203125}, {"start": 1772.38, "end": 1772.66, "word": " pronouns,", "probability": 0.81298828125}, {"start": 1773.26, "end": 1773.4, "word": " you", "probability": 0.9521484375}, {"start": 1773.4, "end": 1773.68, "word": " can", "probability": 0.943359375}, {"start": 1773.68, "end": 1774.48, "word": " study", "probability": 0.89453125}, {"start": 1774.48, "end": 1774.74, "word": " the", "probability": 0.70361328125}, {"start": 1774.74, "end": 1775.18, "word": " subject", "probability": 0.955078125}, {"start": 1775.18, "end": 1775.82, "word": " that", "probability": 0.89697265625}, {"start": 1775.82, "end": 1776.2, "word": " you", "probability": 0.8876953125}, {"start": 1776.2, "end": 1776.54, "word": " want.", "probability": 0.1817626953125}, {"start": 1777.02, "end": 1777.54, "word": " There", "probability": 0.372314453125}, {"start": 1777.54, "end": 1777.68, "word": " is", "probability": 0.63623046875}, {"start": 1777.68, "end": 1777.84, "word": " no", "probability": 0.931640625}, {"start": 1777.84, "end": 1778.0, "word": " need", "probability": 0.90625}, {"start": 1778.0, "end": 1778.2, "word": " for", "probability": 0.94189453125}, {"start": 1778.2, "end": 1778.4, "word": " that.", "probability": 0.58837890625}, {"start": 1778.54, "end": 1778.72, "word": " We'll", "probability": 0.728515625}, {"start": 1778.72, "end": 1778.9, "word": " talk", "probability": 0.90380859375}, {"start": 1778.9, "end": 1779.16, "word": " about", "probability": 0.90966796875}, {"start": 1779.16, "end": 1779.38, "word": " it", "probability": 0.9326171875}, {"start": 1779.38, "end": 1779.9, "word": " later", "probability": 0.93505859375}, {"start": 1779.9, "end": 1780.2, "word": " on,", "probability": 0.92626953125}, {"start": 1780.28, "end": 1780.42, "word": " inshallah,", "probability": 0.5354817708333334}, {"start": 1780.54, "end": 1780.7, "word": " next", "probability": 0.93212890625}, {"start": 1780.7, "end": 1781.06, "word": " week", "probability": 0.93359375}, {"start": 1781.06, "end": 1781.76, "word": " about", "probability": 0.5615234375}, {"start": 1781.76, "end": 1782.38, "word": " pronoun", "probability": 0.90087890625}, {"start": 1782.38, "end": 1783.04, "word": " agreement,", "probability": 0.77490234375}, {"start": 1783.44, "end": 1783.76, "word": " okay?", "probability": 0.896484375}, {"start": 1783.88, "end": 1784.02, "word": " This", "probability": 0.88623046875}, {"start": 1784.02, "end": 1784.14, "word": " is", "probability": 0.9443359375}, {"start": 1784.14, "end": 1784.28, "word": " an", "probability": 0.93310546875}, {"start": 1784.28, "end": 1784.66, "word": " important", "probability": 0.8896484375}, {"start": 1784.66, "end": 1784.98, "word": " topic", "probability": 0.94970703125}, {"start": 1784.98, "end": 1785.12, "word": " that", "probability": 0.9248046875}, {"start": 1785.12, "end": 1785.38, "word": " we'll", "probability": 0.8017578125}, {"start": 1785.38, "end": 1785.6, "word": " talk", "probability": 0.90087890625}, {"start": 1785.6, "end": 1785.86, "word": " about", "probability": 0.90380859375}, {"start": 1785.86, "end": 1786.62, "word": " that", "probability": 0.356689453125}, {"start": 1786.62, "end": 1787.06, "word": " you", "probability": 0.91455078125}, {"start": 1787.06, "end": 1787.36, "word": " can", "probability": 0.94384765625}, {"start": 1787.36, "end": 1787.6, "word": " choose", "probability": 0.90966796875}, {"start": 1787.6, "end": 1787.76, "word": " the", "probability": 0.748046875}, {"start": 1787.76, "end": 1788.08, "word": " subject", "probability": 0.96533203125}, {"start": 1788.08, "end": 1788.5, "word": " that", "probability": 0.9384765625}, {"start": 1788.5, "end": 1788.74, "word": " you", "probability": 0.96484375}, {"start": 1788.74, "end": 1789.04, "word": " can", "probability": 0.9443359375}, {"start": 1789.04, "end": 1789.48, "word": " study,", "probability": 0.9296875}, {"start": 1789.58, "end": 1789.7, "word": " there", "probability": 0.88720703125}, {"start": 1789.7, "end": 1789.8, "word": " is", "probability": 0.7080078125}, {"start": 1789.8, "end": 1789.96, "word": " no", "probability": 0.94580078125}, {"start": 1789.96, "end": 1790.26, "word": " need,", "probability": 0.9189453125}, {"start": 1790.44, "end": 1790.86, "word": " and", "probability": 0.94482421875}, {"start": 1790.86, "end": 1791.14, "word": " feel", "probability": 0.93798828125}, {"start": 1791.14, "end": 1791.72, "word": " comfortable", "probability": 0.9013671875}, {"start": 1791.72, "end": 1792.22, "word": " with", "probability": 0.90625}, {"start": 1792.22, "end": 1792.48, "word": " that.", "probability": 0.6220703125}], "temperature": 1.0}, {"id": 71, "seek": 180659, "start": 1792.63, "end": 1806.59, "text": " In high school we are committed to study the subjects that", "tokens": [682, 1090, 1395, 321, 366, 7784, 281, 2979, 264, 13066, 300], "avg_logprob": -0.3841145858168602, "compression_ratio": 0.9516129032258065, "no_speech_prob": 6.556510925292969e-07, "words": [{"start": 1792.63, "end": 1794.97, "word": " In", "probability": 0.292724609375}, {"start": 1794.97, "end": 1796.55, "word": " high", "probability": 0.587890625}, {"start": 1796.55, "end": 1800.15, "word": " school", "probability": 0.8486328125}, {"start": 1800.15, "end": 1800.53, "word": " we", "probability": 0.658203125}, {"start": 1800.53, "end": 1801.53, "word": " are", "probability": 0.84716796875}, {"start": 1801.53, "end": 1802.27, "word": " committed", "probability": 0.62255859375}, {"start": 1802.27, "end": 1803.65, "word": " to", "probability": 0.96142578125}, {"start": 1803.65, "end": 1804.49, "word": " study", "probability": 0.916015625}, {"start": 1804.49, "end": 1804.99, "word": " the", "probability": 0.7314453125}, {"start": 1804.99, "end": 1805.59, "word": " subjects", "probability": 0.79296875}, {"start": 1805.59, "end": 1806.59, "word": " that", "probability": 0.91455078125}], "temperature": 1.0}, {"id": 72, "seek": 183806, "start": 1816.32, "end": 1838.06, "text": " Now the grammar is correct, using the correct form of the passive structure. Let's see number 9. To conclusion. Yes please. Alright, very nice. So to conclusion there is no like, there is nothing like code to conclusion. Either in conclusion or to conclude. So to conclude.", "tokens": [823, 264, 22317, 307, 3006, 11, 1228, 264, 3006, 1254, 295, 264, 14975, 3877, 13, 961, 311, 536, 1230, 1722, 13, 1407, 10063, 13, 1079, 1767, 13, 2798, 11, 588, 1481, 13, 407, 281, 10063, 456, 307, 572, 411, 11, 456, 307, 1825, 411, 3089, 281, 10063, 13, 13746, 294, 10063, 420, 281, 16886, 13, 407, 281, 16886, 13], "avg_logprob": -0.38151042759418485, "compression_ratio": 1.691358024691358, "no_speech_prob": 1.1920928955078125e-06, "words": [{"start": 1816.3200000000002, "end": 1816.92, "word": " Now", "probability": 0.10101318359375}, {"start": 1816.92, "end": 1817.52, "word": " the", "probability": 0.5947265625}, {"start": 1817.52, "end": 1817.78, "word": " grammar", "probability": 0.93359375}, {"start": 1817.78, "end": 1818.04, "word": " is", "probability": 0.92041015625}, {"start": 1818.04, "end": 1818.34, "word": " correct,", "probability": 0.9140625}, {"start": 1818.52, "end": 1818.86, "word": " using", "probability": 0.86865234375}, {"start": 1818.86, "end": 1819.1, "word": " the", "probability": 0.908203125}, {"start": 1819.1, "end": 1819.4, "word": " correct", "probability": 0.93359375}, {"start": 1819.4, "end": 1819.82, "word": " form", "probability": 0.8642578125}, {"start": 1819.82, "end": 1820.08, "word": " of", "probability": 0.95361328125}, {"start": 1820.08, "end": 1820.22, "word": " the", "probability": 0.8486328125}, {"start": 1820.22, "end": 1820.68, "word": " passive", "probability": 0.90771484375}, {"start": 1820.68, "end": 1822.2, "word": " structure.", "probability": 0.81201171875}, {"start": 1822.58, "end": 1823.18, "word": " Let's", "probability": 0.632080078125}, {"start": 1823.18, "end": 1823.28, "word": " see", "probability": 0.89892578125}, {"start": 1823.28, "end": 1824.04, "word": " number", "probability": 0.89892578125}, {"start": 1824.04, "end": 1824.6, "word": " 9.", "probability": 0.6171875}, {"start": 1825.2, "end": 1825.28, "word": " To", "probability": 0.7099609375}, {"start": 1825.28, "end": 1825.92, "word": " conclusion.", "probability": 0.5087890625}, {"start": 1826.24, "end": 1826.4, "word": " Yes", "probability": 0.62109375}, {"start": 1826.4, "end": 1826.7, "word": " please.", "probability": 0.61083984375}, {"start": 1827.72, "end": 1828.32, "word": " Alright,", "probability": 0.306396484375}, {"start": 1828.56, "end": 1828.78, "word": " very", "probability": 0.81005859375}, {"start": 1828.78, "end": 1829.02, "word": " nice.", "probability": 0.90234375}, {"start": 1829.16, "end": 1829.22, "word": " So", "probability": 0.80712890625}, {"start": 1829.22, "end": 1829.38, "word": " to", "probability": 0.771484375}, {"start": 1829.38, "end": 1829.84, "word": " conclusion", "probability": 0.8818359375}, {"start": 1829.84, "end": 1830.1, "word": " there", "probability": 0.5185546875}, {"start": 1830.1, "end": 1830.22, "word": " is", "probability": 0.85595703125}, {"start": 1830.22, "end": 1830.44, "word": " no", "probability": 0.6181640625}, {"start": 1830.44, "end": 1830.92, "word": " like,", "probability": 0.7890625}, {"start": 1831.02, "end": 1831.16, "word": " there", "probability": 0.88232421875}, {"start": 1831.16, "end": 1831.28, "word": " is", "probability": 0.857421875}, {"start": 1831.28, "end": 1831.52, "word": " nothing", "probability": 0.880859375}, {"start": 1831.52, "end": 1831.78, "word": " like", "probability": 0.81982421875}, {"start": 1831.78, "end": 1832.12, "word": " code", "probability": 0.1910400390625}, {"start": 1832.12, "end": 1832.5, "word": " to", "probability": 0.71484375}, {"start": 1832.5, "end": 1832.94, "word": " conclusion.", "probability": 0.88232421875}, {"start": 1833.28, "end": 1833.68, "word": " Either", "probability": 0.46533203125}, {"start": 1833.68, "end": 1834.08, "word": " in", "probability": 0.880859375}, {"start": 1834.08, "end": 1834.72, "word": " conclusion", "probability": 0.90673828125}, {"start": 1834.72, "end": 1835.18, "word": " or", "probability": 0.92236328125}, {"start": 1835.18, "end": 1835.52, "word": " to", "probability": 0.869140625}, {"start": 1835.52, "end": 1836.42, "word": " conclude.", "probability": 0.84033203125}, {"start": 1836.7, "end": 1836.84, "word": " So", "probability": 0.775390625}, {"start": 1836.84, "end": 1837.26, "word": " to", "probability": 0.77197265625}, {"start": 1837.26, "end": 1838.06, "word": " conclude.", "probability": 0.828125}], "temperature": 1.0}, {"id": 73, "seek": 186880, "start": 1840.36, "end": 1868.8, "text": " Unemployment affects, negative? Affects. Affects. Very nice. So it is a verb in the spelling should be correct. Affects negatively on the society and causes a lot of problems. Problems. So causes a lot of problems in society and also society IA. So here we're talking about spelling mistake.", "tokens": [1156, 12112, 518, 11807, 11, 3671, 30, 12840, 557, 82, 13, 12840, 557, 82, 13, 4372, 1481, 13, 407, 309, 307, 257, 9595, 294, 264, 22254, 820, 312, 3006, 13, 12840, 557, 82, 29519, 322, 264, 4086, 293, 7700, 257, 688, 295, 2740, 13, 11676, 82, 13, 407, 7700, 257, 688, 295, 2740, 294, 4086, 293, 611, 4086, 286, 32, 13, 407, 510, 321, 434, 1417, 466, 22254, 6146, 13], "avg_logprob": -0.30721831909367736, "compression_ratio": 1.7176470588235293, "no_speech_prob": 5.960464477539063e-08, "words": [{"start": 1840.36, "end": 1841.02, "word": " Unemployment", "probability": 0.8450520833333334}, {"start": 1841.02, "end": 1841.56, "word": " affects,", "probability": 0.4814453125}, {"start": 1841.56, "end": 1842.04, "word": " negative?", "probability": 0.80029296875}, {"start": 1843.02, "end": 1843.68, "word": " Affects.", "probability": 0.8028157552083334}, {"start": 1845.26, "end": 1845.92, "word": " Affects.", "probability": 0.8035481770833334}, {"start": 1846.06, "end": 1846.22, "word": " Very", "probability": 0.36474609375}, {"start": 1846.22, "end": 1846.56, "word": " nice.", "probability": 0.8916015625}, {"start": 1846.8, "end": 1846.8, "word": " So", "probability": 0.88623046875}, {"start": 1846.8, "end": 1846.96, "word": " it", "probability": 0.7626953125}, {"start": 1846.96, "end": 1847.2, "word": " is", "probability": 0.87451171875}, {"start": 1847.2, "end": 1847.48, "word": " a", "probability": 0.9892578125}, {"start": 1847.48, "end": 1847.98, "word": " verb", "probability": 0.9072265625}, {"start": 1847.98, "end": 1848.56, "word": " in", "probability": 0.55078125}, {"start": 1848.56, "end": 1848.74, "word": " the", "probability": 0.759765625}, {"start": 1848.74, "end": 1849.06, "word": " spelling", "probability": 0.85205078125}, {"start": 1849.06, "end": 1849.36, "word": " should", "probability": 0.5234375}, {"start": 1849.36, "end": 1849.58, "word": " be", "probability": 0.9560546875}, {"start": 1849.58, "end": 1849.88, "word": " correct.", "probability": 0.921875}, {"start": 1850.02, "end": 1850.52, "word": " Affects", "probability": 0.89208984375}, {"start": 1850.52, "end": 1852.16, "word": " negatively", "probability": 0.857421875}, {"start": 1852.16, "end": 1854.46, "word": " on", "probability": 0.80810546875}, {"start": 1854.46, "end": 1854.78, "word": " the", "probability": 0.7861328125}, {"start": 1854.78, "end": 1855.68, "word": " society", "probability": 0.9541015625}, {"start": 1855.68, "end": 1856.44, "word": " and", "probability": 0.9169921875}, {"start": 1856.44, "end": 1856.84, "word": " causes", "probability": 0.869140625}, {"start": 1856.84, "end": 1857.1, "word": " a", "probability": 0.9873046875}, {"start": 1857.1, "end": 1857.3, "word": " lot", "probability": 0.958984375}, {"start": 1857.3, "end": 1857.48, "word": " of", "probability": 0.96630859375}, {"start": 1857.48, "end": 1858.02, "word": " problems.", "probability": 0.84130859375}, {"start": 1858.02, "end": 1858.32, "word": " Problems.", "probability": 0.7061767578125}, {"start": 1858.54, "end": 1859.02, "word": " So", "probability": 0.33154296875}, {"start": 1859.02, "end": 1859.42, "word": " causes", "probability": 0.517578125}, {"start": 1859.42, "end": 1859.62, "word": " a", "probability": 0.99169921875}, {"start": 1859.62, "end": 1859.82, "word": " lot", "probability": 0.95751953125}, {"start": 1859.82, "end": 1859.98, "word": " of", "probability": 0.96240234375}, {"start": 1859.98, "end": 1861.34, "word": " problems", "probability": 0.72705078125}, {"start": 1861.34, "end": 1862.06, "word": " in", "probability": 0.740234375}, {"start": 1862.06, "end": 1862.56, "word": " society", "probability": 0.8369140625}, {"start": 1862.56, "end": 1862.94, "word": " and", "probability": 0.63916015625}, {"start": 1862.94, "end": 1863.32, "word": " also", "probability": 0.85595703125}, {"start": 1863.32, "end": 1864.02, "word": " society", "probability": 0.86181640625}, {"start": 1864.02, "end": 1865.82, "word": " IA.", "probability": 0.5540771484375}, {"start": 1866.04, "end": 1866.16, "word": " So", "probability": 0.9404296875}, {"start": 1866.16, "end": 1866.36, "word": " here", "probability": 0.7880859375}, {"start": 1866.36, "end": 1866.56, "word": " we're", "probability": 0.6649169921875}, {"start": 1866.56, "end": 1866.82, "word": " talking", "probability": 0.87109375}, {"start": 1866.82, "end": 1867.24, "word": " about", "probability": 0.912109375}, {"start": 1867.24, "end": 1868.18, "word": " spelling", "probability": 0.83984375}, {"start": 1868.18, "end": 1868.8, "word": " mistake.", "probability": 0.7626953125}], "temperature": 1.0}, {"id": 74, "seek": 189434, "start": 1871.5, "end": 1894.34, "text": " And finally, in Conclude, university rules is more flexible than school rules. And in this place, in Conclude, university rules are more flexible than school rules.", "tokens": [400, 2721, 11, 294, 18200, 32334, 11, 5454, 4474, 307, 544, 11358, 813, 1395, 4474, 13, 400, 294, 341, 1081, 11, 294, 18200, 32334, 11, 5454, 4474, 366, 544, 11358, 813, 1395, 4474, 13], "avg_logprob": -0.44754464626312257, "compression_ratio": 1.7553191489361701, "no_speech_prob": 5.960464477539063e-08, "words": [{"start": 1871.5, "end": 1872.58, "word": " And", "probability": 0.16064453125}, {"start": 1872.58, "end": 1873.06, "word": " finally,", "probability": 0.8037109375}, {"start": 1873.96, "end": 1874.2, "word": " in", "probability": 0.296142578125}, {"start": 1874.2, "end": 1874.88, "word": " Conclude,", "probability": 0.58154296875}, {"start": 1875.08, "end": 1875.78, "word": " university", "probability": 0.55615234375}, {"start": 1875.78, "end": 1876.32, "word": " rules", "probability": 0.89697265625}, {"start": 1876.32, "end": 1877.1, "word": " is", "probability": 0.72265625}, {"start": 1877.1, "end": 1877.5, "word": " more", "probability": 0.94482421875}, {"start": 1877.5, "end": 1878.1, "word": " flexible", "probability": 0.8779296875}, {"start": 1878.1, "end": 1878.48, "word": " than", "probability": 0.91650390625}, {"start": 1878.48, "end": 1878.88, "word": " school", "probability": 0.90185546875}, {"start": 1878.88, "end": 1879.36, "word": " rules.", "probability": 0.8671875}, {"start": 1882.02, "end": 1883.1, "word": " And", "probability": 0.60498046875}, {"start": 1883.1, "end": 1883.64, "word": " in", "probability": 0.119384765625}, {"start": 1883.64, "end": 1883.82, "word": " this", "probability": 0.86669921875}, {"start": 1883.82, "end": 1884.14, "word": " place,", "probability": 0.6328125}, {"start": 1884.44, "end": 1885.62, "word": " in", "probability": 0.6181640625}, {"start": 1885.62, "end": 1886.36, "word": " Conclude,", "probability": 0.817626953125}, {"start": 1886.68, "end": 1889.1, "word": " university", "probability": 0.1973876953125}, {"start": 1889.1, "end": 1890.32, "word": " rules", "probability": 0.85400390625}, {"start": 1890.32, "end": 1891.58, "word": " are", "probability": 0.8798828125}, {"start": 1891.58, "end": 1893.8, "word": " more", "probability": 0.728515625}, {"start": 1893.8, "end": 1894.16, "word": " flexible", "probability": 0.9033203125}, {"start": 1894.16, "end": 1894.34, "word": " than", "probability": 0.58544921875}, {"start": 1894.34, "end": 1894.34, "word": " school", "probability": 0.8125}, {"start": 1894.34, "end": 1894.34, "word": " rules.", "probability": 0.8583984375}], "temperature": 1.0}, {"id": 75, "seek": 191507, "start": 1894.57, "end": 1915.07, "text": " Number agreements are more flexible than school rules. So what we see here in these examples are some problems that we can identify and we should be aware of them next time we write. These include", "tokens": [5118, 21422, 366, 544, 11358, 813, 1395, 4474, 13, 407, 437, 321, 536, 510, 294, 613, 5110, 366, 512, 2740, 300, 321, 393, 5876, 293, 321, 820, 312, 3650, 295, 552, 958, 565, 321, 2464, 13, 1981, 4090], "avg_logprob": -0.21814903387656578, "compression_ratio": 1.4172661870503598, "no_speech_prob": 5.960464477539063e-08, "words": [{"start": 1894.57, "end": 1895.05, "word": " Number", "probability": 0.47265625}, {"start": 1895.05, "end": 1895.65, "word": " agreements", "probability": 0.82958984375}, {"start": 1895.65, "end": 1896.09, "word": " are", "probability": 0.9267578125}, {"start": 1896.09, "end": 1896.45, "word": " more", "probability": 0.92333984375}, {"start": 1896.45, "end": 1897.23, "word": " flexible", "probability": 0.87939453125}, {"start": 1897.23, "end": 1900.61, "word": " than", "probability": 0.802734375}, {"start": 1900.61, "end": 1901.61, "word": " school", "probability": 0.77392578125}, {"start": 1901.61, "end": 1902.21, "word": " rules.", "probability": 0.9248046875}, {"start": 1902.53, "end": 1903.09, "word": " So", "probability": 0.473876953125}, {"start": 1903.09, "end": 1903.23, "word": " what", "probability": 0.7177734375}, {"start": 1903.23, "end": 1903.45, "word": " we", "probability": 0.9453125}, {"start": 1903.45, "end": 1903.73, "word": " see", "probability": 0.93212890625}, {"start": 1903.73, "end": 1904.23, "word": " here", "probability": 0.8427734375}, {"start": 1904.23, "end": 1904.61, "word": " in", "probability": 0.8408203125}, {"start": 1904.61, "end": 1904.85, "word": " these", "probability": 0.7421875}, {"start": 1904.85, "end": 1905.55, "word": " examples", "probability": 0.8251953125}, {"start": 1905.55, "end": 1906.25, "word": " are", "probability": 0.91796875}, {"start": 1906.25, "end": 1906.89, "word": " some", "probability": 0.89453125}, {"start": 1906.89, "end": 1907.55, "word": " problems", "probability": 0.8310546875}, {"start": 1907.55, "end": 1908.15, "word": " that", "probability": 0.9306640625}, {"start": 1908.15, "end": 1908.73, "word": " we", "probability": 0.9541015625}, {"start": 1908.73, "end": 1908.99, "word": " can", "probability": 0.84033203125}, {"start": 1908.99, "end": 1909.55, "word": " identify", "probability": 0.91748046875}, {"start": 1909.55, "end": 1909.83, "word": " and", "probability": 0.77587890625}, {"start": 1909.83, "end": 1909.99, "word": " we", "probability": 0.93310546875}, {"start": 1909.99, "end": 1910.11, "word": " should", "probability": 0.9306640625}, {"start": 1910.11, "end": 1911.15, "word": " be", "probability": 0.93115234375}, {"start": 1911.15, "end": 1911.95, "word": " aware", "probability": 0.896484375}, {"start": 1911.95, "end": 1912.15, "word": " of", "probability": 0.9619140625}, {"start": 1912.15, "end": 1912.65, "word": " them", "probability": 0.8720703125}, {"start": 1912.65, "end": 1913.05, "word": " next", "probability": 0.77783203125}, {"start": 1913.05, "end": 1913.39, "word": " time", "probability": 0.890625}, {"start": 1913.39, "end": 1913.71, "word": " we", "probability": 0.8876953125}, {"start": 1913.71, "end": 1914.15, "word": " write.", "probability": 0.56494140625}, {"start": 1914.23, "end": 1914.51, "word": " These", "probability": 0.8173828125}, {"start": 1914.51, "end": 1915.07, "word": " include", "probability": 0.865234375}], "temperature": 1.0}, {"id": 76, "seek": 194395, "start": 1916.01, "end": 1943.95, "text": " Paragraph form, okay? Make sure that the paragraph is properly formatted, okay? The second thing is avoid making subject-verb agreement problems related to subject-verb agreements. The third thing is capitalize where necessary. As we saw in this example, unemployment, the union is a small letter, not a capital letter. And number agreement, a lot of differences, not a lot of difference, okay?", "tokens": [3457, 559, 2662, 1254, 11, 1392, 30, 4387, 988, 300, 264, 18865, 307, 6108, 1254, 32509, 11, 1392, 30, 440, 1150, 551, 307, 5042, 1455, 3983, 12, 25809, 8106, 2740, 4077, 281, 3983, 12, 25809, 21422, 13, 440, 2636, 551, 307, 48114, 689, 4818, 13, 1018, 321, 1866, 294, 341, 1365, 11, 17438, 11, 264, 11671, 307, 257, 1359, 5063, 11, 406, 257, 4238, 5063, 13, 400, 1230, 8106, 11, 257, 688, 295, 7300, 11, 406, 257, 688, 295, 2649, 11, 1392, 30], "avg_logprob": -0.24069940706803686, "compression_ratio": 1.7324561403508771, "no_speech_prob": 0.0, "words": [{"start": 1916.01, "end": 1916.53, "word": " Paragraph", "probability": 0.7420247395833334}, {"start": 1916.53, "end": 1916.91, "word": " form,", "probability": 0.46484375}, {"start": 1917.23, "end": 1917.45, "word": " okay?", "probability": 0.335693359375}, {"start": 1917.55, "end": 1917.69, "word": " Make", "probability": 0.8857421875}, {"start": 1917.69, "end": 1917.91, "word": " sure", "probability": 0.9208984375}, {"start": 1917.91, "end": 1918.09, "word": " that", "probability": 0.87646484375}, {"start": 1918.09, "end": 1918.21, "word": " the", "probability": 0.6474609375}, {"start": 1918.21, "end": 1918.65, "word": " paragraph", "probability": 0.94091796875}, {"start": 1918.65, "end": 1919.15, "word": " is", "probability": 0.955078125}, {"start": 1919.15, "end": 1920.61, "word": " properly", "probability": 0.82080078125}, {"start": 1920.61, "end": 1921.75, "word": " formatted,", "probability": 0.95458984375}, {"start": 1921.93, "end": 1922.21, "word": " okay?", "probability": 0.888671875}, {"start": 1922.31, "end": 1922.47, "word": " The", "probability": 0.8525390625}, {"start": 1922.47, "end": 1922.79, "word": " second", "probability": 0.90771484375}, {"start": 1922.79, "end": 1923.05, "word": " thing", "probability": 0.8017578125}, {"start": 1923.05, "end": 1923.33, "word": " is", "probability": 0.9501953125}, {"start": 1923.33, "end": 1924.03, "word": " avoid", "probability": 0.60888671875}, {"start": 1924.03, "end": 1924.61, "word": " making", "probability": 0.90771484375}, {"start": 1924.61, "end": 1925.39, "word": " subject", "probability": 0.94580078125}, {"start": 1925.39, "end": 1925.87, "word": "-verb", "probability": 0.765869140625}, {"start": 1925.87, "end": 1926.57, "word": " agreement", "probability": 0.734375}, {"start": 1926.57, "end": 1927.01, "word": " problems", "probability": 0.40283203125}, {"start": 1927.01, "end": 1927.51, "word": " related", "probability": 0.90185546875}, {"start": 1927.51, "end": 1927.71, "word": " to", "probability": 0.96044921875}, {"start": 1927.71, "end": 1928.07, "word": " subject", "probability": 0.9501953125}, {"start": 1928.07, "end": 1928.47, "word": "-verb", "probability": 0.9140625}, {"start": 1928.47, "end": 1929.17, "word": " agreements.", "probability": 0.81884765625}, {"start": 1929.25, "end": 1929.39, "word": " The", "probability": 0.88427734375}, {"start": 1929.39, "end": 1929.71, "word": " third", "probability": 0.93603515625}, {"start": 1929.71, "end": 1929.95, "word": " thing", "probability": 0.912109375}, {"start": 1929.95, "end": 1930.35, "word": " is", "probability": 0.951171875}, {"start": 1930.35, "end": 1931.81, "word": " capitalize", "probability": 0.55078125}, {"start": 1931.81, "end": 1932.55, "word": " where", "probability": 0.84130859375}, {"start": 1932.55, "end": 1933.29, "word": " necessary.", "probability": 0.89453125}, {"start": 1933.47, "end": 1933.55, "word": " As", "probability": 0.95458984375}, {"start": 1933.55, "end": 1933.67, "word": " we", "probability": 0.94775390625}, {"start": 1933.67, "end": 1933.83, "word": " saw", "probability": 0.77294921875}, {"start": 1933.83, "end": 1933.97, "word": " in", "probability": 0.88671875}, {"start": 1933.97, "end": 1934.09, "word": " this", "probability": 0.935546875}, {"start": 1934.09, "end": 1934.47, "word": " example,", "probability": 0.97314453125}, {"start": 1934.61, "end": 1935.15, "word": " unemployment,", "probability": 0.533203125}, {"start": 1935.37, "end": 1935.47, "word": " the", "probability": 0.86474609375}, {"start": 1935.47, "end": 1935.85, "word": " union", "probability": 0.8212890625}, {"start": 1935.85, "end": 1936.43, "word": " is", "probability": 0.457763671875}, {"start": 1936.43, "end": 1936.55, "word": " a", "probability": 0.96337890625}, {"start": 1936.55, "end": 1936.81, "word": " small", "probability": 0.83544921875}, {"start": 1936.81, "end": 1937.07, "word": " letter,", "probability": 0.78173828125}, {"start": 1937.13, "end": 1937.29, "word": " not", "probability": 0.92041015625}, {"start": 1937.29, "end": 1937.45, "word": " a", "probability": 0.74169921875}, {"start": 1937.45, "end": 1937.71, "word": " capital", "probability": 0.9501953125}, {"start": 1937.71, "end": 1938.13, "word": " letter.", "probability": 0.96044921875}, {"start": 1938.51, "end": 1938.81, "word": " And", "probability": 0.78173828125}, {"start": 1938.81, "end": 1940.09, "word": " number", "probability": 0.6767578125}, {"start": 1940.09, "end": 1940.55, "word": " agreement,", "probability": 0.673828125}, {"start": 1940.71, "end": 1940.81, "word": " a", "probability": 0.984375}, {"start": 1940.81, "end": 1941.05, "word": " lot", "probability": 0.94921875}, {"start": 1941.05, "end": 1941.27, "word": " of", "probability": 0.96875}, {"start": 1941.27, "end": 1942.01, "word": " differences,", "probability": 0.8203125}, {"start": 1942.33, "end": 1942.53, "word": " not", "probability": 0.8828125}, {"start": 1942.53, "end": 1942.67, "word": " a", "probability": 0.99365234375}, {"start": 1942.67, "end": 1942.83, "word": " lot", "probability": 0.95166015625}, {"start": 1942.83, "end": 1942.97, "word": " of", "probability": 0.96728515625}, {"start": 1942.97, "end": 1943.45, "word": " difference,", "probability": 0.92431640625}, {"start": 1943.69, "end": 1943.95, "word": " okay?", "probability": 0.90576171875}], "temperature": 1.0}, {"id": 77, "seek": 197674, "start": 1948.72, "end": 1976.74, "text": " Apply the common rules that we studied correctly and finally don't make obvious spelling mistakes. Okay? Are these things clear to you? So inshallah next time whenever you write make sure that you avoid making these kinds of mistakes and remember this is a checklist. We're going to add to this checklist in the times and weeks ahead inshallah. Alright? Alright. Thank you very much and inshallah I'll see you next time.", "tokens": [25264, 264, 2689, 4474, 300, 321, 9454, 8944, 293, 2721, 500, 380, 652, 6322, 22254, 8038, 13, 1033, 30, 2014, 613, 721, 1850, 281, 291, 30, 407, 1028, 71, 13492, 958, 565, 5699, 291, 2464, 652, 988, 300, 291, 5042, 1455, 613, 3685, 295, 8038, 293, 1604, 341, 307, 257, 30357, 13, 492, 434, 516, 281, 909, 281, 341, 30357, 294, 264, 1413, 293, 3259, 2286, 1028, 71, 13492, 13, 2798, 30, 2798, 13, 1044, 291, 588, 709, 293, 1028, 71, 13492, 286, 603, 536, 291, 958, 565, 13], "avg_logprob": -0.26805555058850183, "compression_ratio": 1.6907630522088353, "no_speech_prob": 2.0682811737060547e-05, "words": [{"start": 1948.72, "end": 1949.28, "word": " Apply", "probability": 0.281982421875}, {"start": 1949.28, "end": 1949.52, "word": " the", "probability": 0.86669921875}, {"start": 1949.52, "end": 1949.76, "word": " common", "probability": 0.58056640625}, {"start": 1949.76, "end": 1950.08, "word": " rules", "probability": 0.8388671875}, {"start": 1950.08, "end": 1950.22, "word": " that", "probability": 0.89208984375}, {"start": 1950.22, "end": 1950.38, "word": " we", "probability": 0.9248046875}, {"start": 1950.38, "end": 1950.72, "word": " studied", "probability": 0.8740234375}, {"start": 1950.72, "end": 1951.3, "word": " correctly", "probability": 0.900390625}, {"start": 1951.3, "end": 1951.62, "word": " and", "probability": 0.7392578125}, {"start": 1951.62, "end": 1952.04, "word": " finally", "probability": 0.88720703125}, {"start": 1952.04, "end": 1952.78, "word": " don't", "probability": 0.84130859375}, {"start": 1952.78, "end": 1953.1, "word": " make", "probability": 0.9443359375}, {"start": 1953.1, "end": 1953.74, "word": " obvious", "probability": 0.9619140625}, {"start": 1953.74, "end": 1954.72, "word": " spelling", "probability": 0.88037109375}, {"start": 1954.72, "end": 1955.68, "word": " mistakes.", "probability": 0.8681640625}, {"start": 1956.04, "end": 1956.34, "word": " Okay?", "probability": 0.50244140625}, {"start": 1956.6, "end": 1956.76, "word": " Are", "probability": 0.91845703125}, {"start": 1956.76, "end": 1957.04, "word": " these", "probability": 0.86865234375}, {"start": 1957.04, "end": 1957.42, "word": " things", "probability": 0.8076171875}, {"start": 1957.42, "end": 1957.74, "word": " clear", "probability": 0.58251953125}, {"start": 1957.74, "end": 1957.92, "word": " to", "probability": 0.9638671875}, {"start": 1957.92, "end": 1958.16, "word": " you?", "probability": 0.96728515625}, {"start": 1958.3, "end": 1958.86, "word": " So", "probability": 0.494140625}, {"start": 1958.86, "end": 1959.12, "word": " inshallah", "probability": 0.5133463541666666}, {"start": 1959.12, "end": 1959.46, "word": " next", "probability": 0.8056640625}, {"start": 1959.46, "end": 1959.76, "word": " time", "probability": 0.77685546875}, {"start": 1959.76, "end": 1960.08, "word": " whenever", "probability": 0.47607421875}, {"start": 1960.08, "end": 1960.36, "word": " you", "probability": 0.962890625}, {"start": 1960.36, "end": 1960.62, "word": " write", "probability": 0.91015625}, {"start": 1960.62, "end": 1960.84, "word": " make", "probability": 0.7265625}, {"start": 1960.84, "end": 1961.04, "word": " sure", "probability": 0.92236328125}, {"start": 1961.04, "end": 1961.28, "word": " that", "probability": 0.7744140625}, {"start": 1961.28, "end": 1961.42, "word": " you", "probability": 0.9609375}, {"start": 1961.42, "end": 1961.9, "word": " avoid", "probability": 0.88134765625}, {"start": 1961.9, "end": 1963.86, "word": " making", "probability": 0.25927734375}, {"start": 1963.86, "end": 1964.18, "word": " these", "probability": 0.82568359375}, {"start": 1964.18, "end": 1964.4, "word": " kinds", "probability": 0.85107421875}, {"start": 1964.4, "end": 1964.5, "word": " of", "probability": 0.970703125}, {"start": 1964.5, "end": 1964.84, "word": " mistakes", "probability": 0.8837890625}, {"start": 1964.84, "end": 1965.16, "word": " and", "probability": 0.75439453125}, {"start": 1965.16, "end": 1965.58, "word": " remember", "probability": 0.8701171875}, {"start": 1965.58, "end": 1965.86, "word": " this", "probability": 0.83837890625}, {"start": 1965.86, "end": 1966.0, "word": " is", "probability": 0.79736328125}, {"start": 1966.0, "end": 1966.06, "word": " a", "probability": 0.51123046875}, {"start": 1966.06, "end": 1966.34, "word": " checklist.", "probability": 0.8583984375}, {"start": 1966.64, "end": 1966.8, "word": " We're", "probability": 0.693115234375}, {"start": 1966.8, "end": 1967.02, "word": " going", "probability": 0.9404296875}, {"start": 1967.02, "end": 1967.2, "word": " to", "probability": 0.96728515625}, {"start": 1967.2, "end": 1967.62, "word": " add", "probability": 0.90087890625}, {"start": 1967.62, "end": 1968.38, "word": " to", "probability": 0.86962890625}, {"start": 1968.38, "end": 1968.62, "word": " this", "probability": 0.9267578125}, {"start": 1968.62, "end": 1969.38, "word": " checklist", "probability": 0.89794921875}, {"start": 1969.38, "end": 1970.04, "word": " in", "probability": 0.94091796875}, {"start": 1970.04, "end": 1970.18, "word": " the", "probability": 0.9072265625}, {"start": 1970.18, "end": 1970.46, "word": " times", "probability": 0.450439453125}, {"start": 1970.46, "end": 1970.68, "word": " and", "probability": 0.916015625}, {"start": 1970.68, "end": 1971.0, "word": " weeks", "probability": 0.896484375}, {"start": 1971.0, "end": 1971.58, "word": " ahead", "probability": 0.8466796875}, {"start": 1971.58, "end": 1972.16, "word": " inshallah.", "probability": 0.8619791666666666}, {"start": 1972.48, "end": 1972.68, "word": " Alright?", "probability": 0.68994140625}, {"start": 1973.6, "end": 1974.16, "word": " Alright.", "probability": 0.59912109375}, {"start": 1974.36, "end": 1974.56, "word": " Thank", "probability": 0.89892578125}, {"start": 1974.56, "end": 1974.68, "word": " you", "probability": 0.958984375}, {"start": 1974.68, "end": 1974.86, "word": " very", "probability": 0.8466796875}, {"start": 1974.86, "end": 1975.1, "word": " much", "probability": 0.91552734375}, {"start": 1975.1, "end": 1975.26, "word": " and", "probability": 0.90625}, {"start": 1975.26, "end": 1975.58, "word": " inshallah", "probability": 0.9405924479166666}, {"start": 1975.58, "end": 1975.8, "word": " I'll", "probability": 0.642822265625}, {"start": 1975.8, "end": 1975.94, "word": " see", "probability": 0.92138671875}, {"start": 1975.94, "end": 1976.08, "word": " you", "probability": 0.96728515625}, {"start": 1976.08, "end": 1976.36, "word": " next", "probability": 0.9296875}, {"start": 1976.36, "end": 1976.74, "word": " time.", "probability": 0.87548828125}], "temperature": 1.0}], "language": "en", "language_probability": 1.0, "duration": 1978.24725, "duration_after_vad": 1740.3331249999972} \ No newline at end of file diff --git a/PL9fwy3NUQKwbknFHzECJkgNOSFOth6GiS/7-CTlzddYsU_raw.srt b/PL9fwy3NUQKwbknFHzECJkgNOSFOth6GiS/7-CTlzddYsU_raw.srt new file mode 100644 index 0000000000000000000000000000000000000000..02e5843e5f3a9df8d2748536ed96b92badb255f0 --- /dev/null +++ b/PL9fwy3NUQKwbknFHzECJkgNOSFOth6GiS/7-CTlzddYsU_raw.srt @@ -0,0 +1,1812 @@ +1 +00:00:21,830 --> 00:00:25,010 +Good morning, how are you today? Very good, very + +2 +00:00:25,010 --> 00:00:27,370 +good. Alright, I had a chance to look at your + +3 +00:00:27,370 --> 00:00:31,790 +writings over the past week and I've noticed some + +4 +00:00:31,790 --> 00:00:34,290 +things that we need actually to pay attention to + +5 +00:00:34,290 --> 00:00:37,110 +whenever you're writing. These are most of the + +6 +00:00:37,110 --> 00:00:40,150 +some things that we actually discussed in class, + +7 +00:00:40,290 --> 00:00:44,210 +so it is important today to give you feedback on + +8 +00:00:44,210 --> 00:00:48,790 +your writing and also to give you some ideas and + +9 +00:00:48,790 --> 00:00:52,170 +focus, highlight some of the problems that I often + +10 +00:00:52,170 --> 00:00:56,910 +see whenever you are writing your paragraphs. So + +11 +00:00:56,910 --> 00:01:00,650 +today we're going to just zoom in at some examples + +12 +00:01:00,650 --> 00:01:04,570 +of your writings and try to address some of these + +13 +00:01:04,570 --> 00:01:08,740 +problems. After that, that you will be able to + +14 +00:01:08,740 --> 00:01:13,520 +correct and pay attention to any kinds of problems + +15 +00:01:13,520 --> 00:01:17,080 +that you might see in your writings, all right? So + +16 +00:01:17,080 --> 00:01:20,860 +let's see, let's look at this first example of + +17 +00:01:20,860 --> 00:01:26,100 +your, one of your writings, and let's quickly read + +18 +00:01:26,100 --> 00:01:30,160 +it and see what sort of problems can you see in + +19 +00:01:30,160 --> 00:01:33,890 +this paragraph, all right? Alright, so things like + +20 +00:01:33,890 --> 00:01:36,890 +we talked about already, things like paragraph + +21 +00:01:36,890 --> 00:01:40,310 +form, the layout of the paragraph, subject-verb + +22 +00:01:40,310 --> 00:01:44,370 +agreement, comma splice, run-on sentence structure + +23 +00:01:44,370 --> 00:01:47,430 +and so on. What I'd like you to do now is to read + +24 +00:01:47,430 --> 00:01:50,550 +quickly this paragraph and tell me what sort of + +25 +00:01:50,550 --> 00:01:53,770 +problems do you see in this paragraph. Alright? + +26 +00:01:54,430 --> 00:01:54,690 +Alright. + +27 +00:02:21,960 --> 00:02:28,260 +Did you pass? What's that? Pass, pass. Pass what? + +28 +00:02:29,040 --> 00:02:31,220 +Pass the paragraphs because I... + +29 +00:03:19,060 --> 00:03:22,140 +Alright, what sort of problems? Let's discuss this + +30 +00:03:22,140 --> 00:03:25,860 +example and try to identify the kinds of problems + +31 +00:03:25,860 --> 00:03:28,760 +that you see in this example, in this paragraph. + +32 +00:03:29,480 --> 00:03:33,920 +Any ideas? Any ideas? What sort of problems do you + +33 +00:03:33,920 --> 00:03:36,550 +see here? In this paragraph. Yes, please. The + +34 +00:03:36,550 --> 00:03:39,630 +margins aren't regular. The margins are not + +35 +00:03:39,630 --> 00:03:43,090 +regular. Very good note, very good idea. Yes, + +36 +00:03:43,190 --> 00:03:45,790 +please. What else? Punctuation. Punctuation + +37 +00:03:45,790 --> 00:03:48,150 +problems, alright? Yes, please. Alright, let's + +38 +00:03:48,150 --> 00:03:50,590 +discuss the format of paragraph. Is this the + +39 +00:03:50,590 --> 00:03:53,720 +correct format, paragraph format? Is this the + +40 +00:03:53,720 --> 00:03:56,920 +correct form? Of course not. We said that any + +41 +00:03:56,920 --> 00:04:00,880 +paragraph you don't leave lines empty, alright? So + +42 +00:04:00,880 --> 00:04:04,180 +you write basically on every line and you don't + +43 +00:04:04,180 --> 00:04:07,760 +have this kind of layout, this kind of form. So + +44 +00:04:07,760 --> 00:04:11,300 +you finish the sentence here, alright? Right here, + +45 +00:04:11,560 --> 00:04:16,060 +third. Don't leave the half of the line blank and + +46 +00:04:16,060 --> 00:04:19,500 +start a new line. Do not start a new line like + +47 +00:04:19,500 --> 00:04:22,440 +this. So it should be like here because we're + +48 +00:04:22,440 --> 00:04:25,580 +talking about a paragraph form, not an essay. + +49 +00:04:25,860 --> 00:04:28,220 +Alright? So we're starting with the paragraph + +50 +00:04:28,220 --> 00:04:31,720 +form. Alright? So I finished here. The right thing + +51 +00:04:31,720 --> 00:04:35,940 +is second is to write here. And the same thing + +52 +00:04:35,940 --> 00:04:42,710 +right here. So don't leave any spaces. Alright? + +53 +00:04:42,950 --> 00:04:44,710 +Unless you come to the end of the paragraph, of + +54 +00:04:44,710 --> 00:04:46,850 +the line, then you start a new line like + +55 +00:04:46,850 --> 00:04:50,410 +naturally. But this way is not the correct way. + +56 +00:04:50,490 --> 00:04:53,850 +You have always to write in every line. So the + +57 +00:04:53,850 --> 00:05:00,850 +first thing of our checklist is always check your + +58 +00:05:00,850 --> 00:05:03,530 +paragraph form. Alright? So the first thing, + +59 +00:05:03,850 --> 00:05:04,790 +paragraph form. + +60 +00:05:11,240 --> 00:05:11,680 +Anything else? + +61 +00:05:14,600 --> 00:05:19,360 +Alright. Anything else? Yes please. The sentence + +62 +00:05:19,360 --> 00:05:23,440 +is there is some repetition in this paragraph. + +63 +00:05:23,620 --> 00:05:25,880 +Very nice idea. Let's look at the topic sentence. + +64 +00:05:26,020 --> 00:05:30,620 +Is there a topic sentence? Just read the first + +65 +00:05:30,620 --> 00:05:32,380 +sentence. Is there a clear topic sentence? + +66 +00:05:33,500 --> 00:05:35,880 +Universities differ from high schools such as + +67 +00:05:35,880 --> 00:05:39,860 +number of lectures, time of lectures and exams. I + +68 +00:05:39,860 --> 00:05:42,640 +agree there is a clear topic sentence but it + +69 +00:05:42,640 --> 00:05:46,380 +means, yes because here, here and here, we are + +70 +00:05:46,380 --> 00:05:49,620 +talking about number of lectures, time of lectures + +71 +00:05:49,620 --> 00:05:52,600 +and exams but we need to rewrite it in a better + +72 +00:05:52,600 --> 00:05:56,680 +way, okay? Are there clear supporting sentences? + +73 +00:05:57,840 --> 00:06:01,120 +Just go over them. Are they clear supporting + +74 +00:06:01,120 --> 00:06:01,760 +sentences? + +75 +00:06:04,950 --> 00:06:07,570 +I think they are okay, but we need some more + +76 +00:06:07,570 --> 00:06:09,890 +development. Yes. We need some more development. + +77 +00:06:10,010 --> 00:06:13,310 +We'll see later on a very clear example of what a + +78 +00:06:13,310 --> 00:06:15,870 +paragraph on this topic should look like. Is there + +79 +00:06:15,870 --> 00:06:18,790 +a conclusion? Yes. Yes, there is a conclusion, + +80 +00:06:18,950 --> 00:06:21,370 +okay? But it needs some fine tuning, some tweaking + +81 +00:06:21,370 --> 00:06:25,470 +so that we are able to present a clear idea and a + +82 +00:06:25,470 --> 00:06:28,330 +clear conclusion, alright? So in this paragraph, + +83 +00:06:28,570 --> 00:06:30,830 +yes, the structure is clear. We have a topic + +84 +00:06:30,830 --> 00:06:33,310 +sentence, we have supporting sentences, but they + +85 +00:06:33,310 --> 00:06:36,380 +need some development. And then we have a + +86 +00:06:36,380 --> 00:06:40,160 +concluding sentence. But let's look at the grammar + +87 +00:06:40,160 --> 00:06:43,320 +which is very important at this stage. Let's look + +88 +00:06:43,320 --> 00:06:45,760 +at the first sentence. Is there a problem with the + +89 +00:06:45,760 --> 00:06:49,740 +grammar here? Yes. University differs from high + +90 +00:06:49,740 --> 00:06:52,780 +school such as the number of lectures, time of + +91 +00:06:52,780 --> 00:06:58,230 +lectures and exams.Differs. Alright, so there's a + +92 +00:06:58,230 --> 00:07:01,830 +problem here with always check your subject-verb + +93 +00:07:01,830 --> 00:07:07,090 +agreement, okay? University differs. This is + +94 +00:07:07,090 --> 00:07:12,270 +something called subject-verb agreement, alright? + +95 +00:07:13,700 --> 00:07:16,360 +So at this stage you should be able to address, to + +96 +00:07:16,360 --> 00:07:19,000 +avoid making these kinds of problems. Always make + +97 +00:07:19,000 --> 00:07:22,780 +sure that the subject agrees with the verb or vice + +98 +00:07:22,780 --> 00:07:24,780 +versa. The verb agrees with the subject. + +99 +00:07:25,000 --> 00:07:29,000 +University differs, universities differ from + +100 +00:07:29,000 --> 00:07:32,720 +school. So the second thing that you need to look + +101 +00:07:32,720 --> 00:07:37,200 +at is subject, verb + +102 +00:07:41,010 --> 00:07:43,670 +Make sure that you avoid making any kinds of + +103 +00:07:43,670 --> 00:07:47,870 +mistakes that relate to the grammatical point of + +104 +00:07:47,870 --> 00:07:50,750 +subject-verb agreement. We are still in the first + +105 +00:07:50,750 --> 00:07:53,690 +sentence. What problems do you see in this first + +106 +00:07:53,690 --> 00:07:54,170 +sentence? + +107 +00:07:57,730 --> 00:08:00,050 +Let's look at punctuation. Is there a correct + +108 +00:08:00,050 --> 00:08:02,090 +punctuation here in this sentence? + +109 +00:08:05,590 --> 00:08:08,970 +Punctuation. High school. Do we have to capitalize + +110 +00:08:08,970 --> 00:08:12,250 +high school? No. There is no need for capital + +111 +00:08:12,250 --> 00:08:15,650 +letter here. Alright? Can you see this? I would + +112 +00:08:15,650 --> 00:08:18,170 +like to just to sensitize your awareness to make + +113 +00:08:18,170 --> 00:08:21,590 +sure that you have like these forensic eyes, you + +114 +00:08:21,590 --> 00:08:25,050 +know, forensic look at your writing. Just make + +115 +00:08:25,050 --> 00:08:27,270 +sure that there is no need for a capital letter + +116 +00:08:27,270 --> 00:08:29,810 +here for high school. So, the third thing that we + +117 +00:08:29,810 --> 00:08:33,230 +need to look at is capitalization. + +118 +00:08:35,530 --> 00:08:39,710 +Just make sure that you capitalize where necessary + +119 +00:08:39,710 --> 00:08:42,050 +according to the things, to the rules that we + +120 +00:08:42,050 --> 00:08:45,910 +talked about. Don't capitalize randomly, in a + +121 +00:08:45,910 --> 00:08:48,570 +random way. Just make sure that you know the rules + +122 +00:08:48,570 --> 00:08:52,050 +of capitalization and apply them correctly, all + +123 +00:08:52,050 --> 00:08:54,590 +right? So we don't need to capitalize high school, + +124 +00:08:54,910 --> 00:08:58,250 +all right? All right, such as, don't you mind if + +125 +00:08:58,250 --> 00:09:02,130 +we use a comma before sunshine? Such as the number + +126 +00:09:02,130 --> 00:09:06,760 +of Lectures, times of lectures and exam. Alright? + +127 +00:09:07,120 --> 00:09:11,820 +Let's look at the second sentence and do you have + +128 +00:09:11,820 --> 00:09:17,980 +any problems here? Look at punctuation and + +129 +00:09:17,980 --> 00:09:22,380 +capitalization again. What do you notice? What do + +130 +00:09:22,380 --> 00:09:23,920 +you notice in the punctuation and the + +131 +00:09:23,920 --> 00:09:26,340 +capitalization? Alright. Yes please. + +132 +00:09:29,580 --> 00:09:32,900 +Before but, very nice. So it is not here, it + +133 +00:09:32,900 --> 00:09:37,820 +should be here. I saw this quite often in some of + +134 +00:09:37,820 --> 00:09:40,960 +your writings. So the comma is always before the + +135 +00:09:40,960 --> 00:09:45,140 +coordinating conjunctions, not after it. So it is + +136 +00:09:45,140 --> 00:09:48,520 +comma, but, comma, so, not so, comma, and so on. + +137 +00:09:48,860 --> 00:09:52,520 +And the same thing, podium is about all. There is + +138 +00:09:52,520 --> 00:09:56,950 +no need for capitalizing. All right? So first of + +139 +00:09:56,950 --> 00:10:00,070 +all, in university, you choose your lectures, but + +140 +00:10:00,070 --> 00:10:03,030 +in school, you have five or six classes. + +141 +00:10:05,410 --> 00:10:08,530 +Classes. Classes. Very nice. Okay? So make sure + +142 +00:10:08,530 --> 00:10:11,110 +that you have this, what we call number agreement. + +143 +00:10:11,410 --> 00:10:14,530 +Okay? Five or six, it takes a plural, not + +144 +00:10:14,530 --> 00:10:18,710 +singular. Now, one problem, five problems. All + +145 +00:10:18,710 --> 00:10:23,230 +right? So the fourth, number four is number + +146 +00:10:23,230 --> 00:10:23,850 +agreement. + +147 +00:10:28,710 --> 00:10:31,750 +Alright, so make sure that the number agrees with + +148 +00:10:31,750 --> 00:10:34,830 +the now. For example, two problems, two people, + +149 +00:10:35,010 --> 00:10:38,770 +one child, two children, ten children and so on. + +150 +00:10:39,050 --> 00:10:44,250 +Alright? Let's see the third one. Second, in + +151 +00:10:44,250 --> 00:10:47,290 +university you can choose your lecture times. You + +152 +00:10:47,290 --> 00:10:50,390 +have some in the morning and some lectures in the + +153 +00:10:50,390 --> 00:10:52,510 +afternoon. There is a very clear problem that we + +154 +00:10:52,510 --> 00:10:54,850 +talked about last time, in the last lecture. + +155 +00:10:57,870 --> 00:11:00,650 +It's very clear. Remember we talked about run on + +156 +00:11:00,650 --> 00:11:03,930 +and comma splice. Is that correct? What is the + +157 +00:11:03,930 --> 00:11:10,090 +problem here? It's run on sentences. It's a comma + +158 +00:11:10,090 --> 00:11:15,690 +splice sentence because of the comma here. It's + +159 +00:11:15,690 --> 00:11:18,350 +only one comma between two sentences and this is + +160 +00:11:18,350 --> 00:11:23,500 +not correct. How can we fix it? Oh, you can just + +161 +00:11:23,500 --> 00:11:25,640 +start the sentence with a comma stop. Alright? + +162 +00:11:26,420 --> 00:11:30,120 +Okay. Or, so you have, alright, so we have two + +163 +00:11:30,120 --> 00:11:33,280 +ways. Either we add comma so or follow stop and + +164 +00:11:33,280 --> 00:11:36,300 +start the new sentence. So this idea, this is a + +165 +00:11:36,300 --> 00:11:39,500 +comma splice. Alright? So we have to avoid comma + +166 +00:11:39,500 --> 00:11:43,760 +splices and run on. So number five, the fifth + +167 +00:11:43,760 --> 00:11:47,640 +point that we need to look at to address is avoid + +168 +00:11:47,640 --> 00:11:57,270 +run on and comma splice. Okay and comma splice + +169 +00:11:57,270 --> 00:12:00,730 +sentences. Alright? So these are very important + +170 +00:12:00,730 --> 00:12:04,210 +things that we need to address and we need to pay + +171 +00:12:04,210 --> 00:12:07,570 +attention to whenever we write. Finally in + +172 +00:12:07,570 --> 00:12:11,530 +university you have to study to get a high marks + +173 +00:12:11,530 --> 00:12:13,830 +but because of the hard exams + +174 +00:12:16,450 --> 00:12:18,790 +Because of the hard exams. But in school, it isn't + +175 +00:12:18,790 --> 00:12:21,510 +much difficult than university exams. Do you + +176 +00:12:21,510 --> 00:12:24,410 +notice any problems here? Yes. Clear. There are at + +177 +00:12:24,410 --> 00:12:28,630 +least two problems with punctuation and with + +178 +00:12:28,630 --> 00:12:32,900 +number agreement. What are they? Yes please. To + +179 +00:12:32,900 --> 00:12:35,820 +get high marks. To get high marks. Is that + +180 +00:12:35,820 --> 00:12:39,060 +correct? No. Of course not. To get high marks. So + +181 +00:12:39,060 --> 00:12:41,740 +there is no need for the A here because it's a + +182 +00:12:41,740 --> 00:12:44,620 +plural now. Okay? So here we're looking at number + +183 +00:12:44,620 --> 00:12:48,460 +four. Number agreement. Okay? Anything else? + +184 +00:12:49,260 --> 00:12:52,280 +University. University. Should be capital or small + +185 +00:12:52,280 --> 00:12:55,560 +letter? Small letter. Small letter. Okay? Alright. + +186 +00:12:55,740 --> 00:12:59,920 +School. But in school, small letter or capital + +187 +00:12:59,920 --> 00:13:04,420 +letters? Small letter. Alright? Finally, to sum + +188 +00:13:04,420 --> 00:13:09,720 +up, university is more different than school. To + +189 +00:13:09,720 --> 00:13:17,600 +sum up, university is more different than school. + +190 +00:13:17,600 --> 00:13:17,600 +To sum up, university is more different than + +191 +00:13:17,600 --> 00:13:17,600 +school. To sum up, university is more different + +192 +00:13:17,600 --> 00:13:18,120 +than school. To sum up, university is more + +193 +00:13:18,120 --> 00:13:18,380 +different than school. To sum up, university is + +194 +00:13:18,380 --> 00:13:18,380 +more different than school. To sum up, university + +195 +00:13:18,380 --> 00:13:18,380 +is more different than school. To sum up, + +196 +00:13:18,380 --> 00:13:18,380 +university is more different than school. To sum + +197 +00:13:18,380 --> 00:13:18,380 +up, university is more different than school. To + +198 +00:13:18,380 --> 00:13:18,380 +sum up, university is more different than school. + +199 +00:13:18,380 --> 00:13:18,380 +To sum up, university is more different than + +200 +00:13:18,380 --> 00:13:18,380 +school. To sum up, university is more different + +201 +00:13:18,380 --> 00:13:18,380 +than school. To sum up, university is more + +202 +00:13:18,380 --> 00:13:18,520 +different than school. To sum up, university is + +203 +00:13:18,520 --> 00:13:18,680 +more different than school. To sum up, university + +204 +00:13:18,680 --> 00:13:18,680 +is more different than school. To sum up, + +205 +00:13:18,680 --> 00:13:18,780 +university is more different than school. To sum + +206 +00:13:18,780 --> 00:13:19,260 +up, university is more different than school. To + +207 +00:13:19,260 --> 00:13:20,980 +sum up, university is more different than school. + +208 +00:13:21,120 --> 00:13:23,180 +To sum up, university is more different than + +209 +00:13:23,840 --> 00:13:26,820 +Subject-verb agreement. You make sure that every + +210 +00:13:26,820 --> 00:13:31,160 +subject has a verb and it agrees with it. Alright? + +211 +00:13:31,680 --> 00:13:35,260 +So these are five points and it's something like + +212 +00:13:40,580 --> 00:13:43,180 +Make sure that you apply the cover words where + +213 +00:13:43,180 --> 00:13:46,220 +necessary. I'd like you to write these six things + +214 +00:13:46,220 --> 00:13:50,440 +later on, later on, so that you always have this + +215 +00:13:50,440 --> 00:13:52,980 +checklist in front of you, before you, whenever + +216 +00:13:52,980 --> 00:13:55,960 +you are writing. Make sure that you have a clear + +217 +00:13:55,960 --> 00:14:00,900 +paragraph form. Second thing, you have subject + +218 +00:14:00,900 --> 00:14:02,940 +-verb agreement. Make sure that every subject + +219 +00:14:02,940 --> 00:14:06,460 +agrees with every verb, with its verb. Capitalize + +220 +00:14:06,460 --> 00:14:10,540 +when necessary. Number agreements. Avoid run-on + +221 +00:14:10,540 --> 00:14:14,300 +and comma splice. And finally, make sure that you + +222 +00:14:14,300 --> 00:14:18,360 +allow them to use a comma and when not to use any, + +223 +00:14:18,520 --> 00:14:23,020 +any comma. Is that clear? All right. Very good. + +224 +00:14:23,120 --> 00:14:25,640 +Let's look at this second example of your + +225 +00:14:25,640 --> 00:14:26,180 +paragraph. + +226 +00:14:30,790 --> 00:14:34,970 +And very quickly, let's look at the problems here. + +227 +00:14:35,670 --> 00:14:40,690 +What do you notice first thing? The format is not + +228 +00:14:40,690 --> 00:14:43,290 +the correct format. We shouldn't leave spaces + +229 +00:14:43,290 --> 00:14:45,770 +here. We shouldn't leave spaces here and so on. + +230 +00:14:45,810 --> 00:14:48,430 +Make sure that you write on every dot. Don't skip + +231 +00:14:48,430 --> 00:14:51,950 +lines. Just write like as in one block. Alright? + +232 +00:14:52,250 --> 00:14:56,410 +Anything else? It is very important to say in this + +233 +00:14:56,410 --> 00:14:58,910 +subject the difference between high school and + +234 +00:14:58,910 --> 00:15:03,840 +university a lot. Is there a clear topic sentence? + +235 +00:15:04,400 --> 00:15:07,040 +Of course not. There is no need for this sentence. + +236 +00:15:07,960 --> 00:15:08,480 +Is that correct? + +237 +00:15:12,130 --> 00:15:16,650 +Unnecessary and not necessary. And this is like an + +238 +00:15:16,650 --> 00:15:18,350 +announcement. Very nice. It's like an + +239 +00:15:18,350 --> 00:15:21,170 +announcement, right? And the same thing. Is this a + +240 +00:15:21,170 --> 00:15:23,470 +sentence? The difference between high school and + +241 +00:15:23,470 --> 00:15:27,150 +university a lot. No, it's more of a title. There + +242 +00:15:27,150 --> 00:15:30,530 +is no verb. There is no subject-verb relationship + +243 +00:15:30,530 --> 00:15:33,910 +or subject-verb agreement. How can we make it? We + +244 +00:15:33,910 --> 00:15:38,650 +could say There are three differences. There are a + +245 +00:15:38,650 --> 00:15:42,450 +lot of differences between high school and + +246 +00:15:42,450 --> 00:15:45,910 +university. Or we can say university and high + +247 +00:15:45,910 --> 00:15:48,990 +school differ in many ways. Differ in three + +248 +00:15:48,990 --> 00:15:54,910 +important ways and so on. Okay? Third. Because of + +249 +00:15:54,910 --> 00:15:59,110 +time, let's look at this model paragraph. And I'd + +250 +00:15:59,110 --> 00:16:01,710 +like you just to pay attention to how we presented + +251 +00:16:01,710 --> 00:16:04,690 +the information, how we wrote the paragraph in a + +252 +00:16:04,690 --> 00:16:09,190 +very nice and a very effective way, alright? First + +253 +00:16:09,190 --> 00:16:13,090 +thing we notice that it has the proper format, + +254 +00:16:13,370 --> 00:16:17,650 +alright? We wrote basically on every line. I'm not + +255 +00:16:17,650 --> 00:16:20,350 +going to let you read it because it's a bit, it's + +256 +00:16:20,350 --> 00:16:23,710 +quite big. But does you notice the university is + +257 +00:16:23,710 --> 00:16:26,490 +different from high school in three important + +258 +00:16:26,490 --> 00:16:30,010 +ways. Very clear topic, sentence, the controlling + +259 +00:16:30,010 --> 00:16:33,110 +idea is right there. The differences or three + +260 +00:16:33,110 --> 00:16:36,370 +differences between high school and university. + +261 +00:16:36,800 --> 00:16:39,620 +First, the first point for the first difference. + +262 +00:16:40,260 --> 00:16:43,340 +The university is much bigger than the highest + +263 +00:16:43,340 --> 00:16:45,900 +school in the student numbers and size and + +264 +00:16:45,900 --> 00:16:48,880 +location of buildings. This is the first + +265 +00:16:48,880 --> 00:16:51,480 +difference, but it's not enough just to write one + +266 +00:16:51,480 --> 00:16:54,200 +difference. We have to provide examples. We have + +267 +00:16:54,200 --> 00:16:57,300 +to discuss it because it is not enough to make the + +268 +00:16:57,300 --> 00:17:01,080 +idea clear. So we say, for example, there are 20 + +269 +00:17:01,080 --> 00:17:04,260 +or over 20,000 students in the university and many + +270 +00:17:04,260 --> 00:17:06,720 +big buildings, blah, blah, blah, blah, as you can + +271 +00:17:06,720 --> 00:17:12,030 +see. So now the idea is now clear. Then we look at + +272 +00:17:12,030 --> 00:17:14,890 +the second difference. Second, the university + +273 +00:17:14,890 --> 00:17:19,210 +study system largely differs from that of the high + +274 +00:17:19,210 --> 00:17:22,970 +school. To illustrate, all right, university + +275 +00:17:22,970 --> 00:17:27,690 +students take many related courses in the same + +276 +00:17:27,690 --> 00:17:30,590 +major, go to different lecture rooms and take + +277 +00:17:30,590 --> 00:17:32,650 +different kinds of assessments, blah, blah, blah, + +278 +00:17:32,730 --> 00:17:35,050 +blah. Then finally students take much + +279 +00:17:35,050 --> 00:17:38,900 +responsibility. for their learning than they do at + +280 +00:17:38,900 --> 00:17:42,200 +high school and then we have an example to clarify + +281 +00:17:42,200 --> 00:17:46,520 +the idea and finally in conclusion university life + +282 +00:17:46,520 --> 00:17:50,420 +is very different so students must really do their + +283 +00:17:50,420 --> 00:17:53,000 +best to succeed. So what we see in this example + +284 +00:17:53,000 --> 00:17:56,860 +are very clear, nicely written paragraph on this + +285 +00:17:56,860 --> 00:17:59,520 +topic. Clear topic sentence, very clear + +286 +00:17:59,520 --> 00:18:01,900 +development of ideas, and then we have a + +287 +00:18:01,900 --> 00:18:07,300 +conclusion. The format is very appropriate, and + +288 +00:18:07,300 --> 00:18:09,620 +then we don't have problems in the grammar, in the + +289 +00:18:09,620 --> 00:18:13,300 +capitalization, in the code use, and so on. Is + +290 +00:18:13,300 --> 00:18:17,800 +this clear? Yes. All right. All right. Now, let's + +291 +00:18:17,800 --> 00:18:22,440 +just look at these some of your writings and try + +292 +00:18:22,440 --> 00:18:28,160 +to identify the problems in these things in these + +293 +00:18:28,160 --> 00:18:30,640 +following sentences. I'll give you some time just + +294 +00:18:30,640 --> 00:18:33,300 +to go over these sentences and identify the + +295 +00:18:33,300 --> 00:18:36,180 +problems in them. Yes, please. + +296 +00:19:10,630 --> 00:19:13,430 +Okay. Okay. + +297 +00:19:18,870 --> 00:19:19,010 +Okay. + +298 +00:19:45,040 --> 00:19:47,140 +How do you feel? I feel warm. + +299 +00:19:52,980 --> 00:19:55,980 +How do you feel? I feel good. How do you feel? + +300 +00:20:23,100 --> 00:20:25,900 +All right. + +301 +00:20:36,580 --> 00:20:38,520 +What do you notice about the first sentence? What + +302 +00:20:38,520 --> 00:20:42,280 +problem do you see in this first sentence? Yes, + +303 +00:20:42,320 --> 00:20:45,400 +please. And the first, it's not going to say that + +304 +00:20:45,400 --> 00:20:48,680 +I'm going to mention so and so. Okay, so avoid + +305 +00:20:48,680 --> 00:20:51,680 +making announcement. There is no need for + +306 +00:20:51,680 --> 00:20:54,040 +announcement. There is also another problem. We + +307 +00:20:54,040 --> 00:20:55,980 +talked about it. We just talked about it, which + +308 +00:20:55,980 --> 00:21:00,360 +is? Okay, there we have a lot of difference or a + +309 +00:21:00,360 --> 00:21:04,320 +lot of differences. A lot of differences. So we're + +310 +00:21:04,320 --> 00:21:04,960 +looking at + +311 +00:21:08,630 --> 00:21:12,490 +Okay? Alright. Let's see the second one. First, in + +312 +00:21:12,490 --> 00:21:15,750 +a high school, we wear formal uniform, full stop, + +313 +00:21:16,150 --> 00:21:19,830 +but in a university, we wear what we want. Yes, + +314 +00:21:19,910 --> 00:21:24,310 +please. Okay, so before but, there has to be a + +315 +00:21:24,310 --> 00:21:28,310 +comma. Alright? In high school, we wear formal + +316 +00:21:28,310 --> 00:21:31,420 +uniform, comma, but So here we're looking at + +317 +00:21:31,420 --> 00:21:35,240 +Kumaroos, alright? That is always, yes, number + +318 +00:21:35,240 --> 00:21:38,480 +three. Number three. Yes, please. Second + +319 +00:21:38,480 --> 00:21:42,940 +university we can depend on ourselves. Okay, so + +320 +00:21:42,940 --> 00:21:46,420 +ourselves, there is no, ourselves, is that right? + +321 +00:21:46,860 --> 00:21:54,070 +Yes. So our, on ourselves. Ourselves. Is that + +322 +00:21:54,070 --> 00:21:56,930 +correct? Yes. Alright, on ourselves, without + +323 +00:21:56,930 --> 00:22:00,470 +ourselves. Yes. Okay? Also second, what do you + +324 +00:22:00,470 --> 00:22:03,390 +want to see here? Is that spelling correctly? Is + +325 +00:22:03,390 --> 00:22:06,650 +that spelled correctly? No, of course not. Okay, + +326 +00:22:07,850 --> 00:22:13,910 +so let's add number seven, spelling. Avoid making + +327 +00:22:13,910 --> 00:22:17,950 +spelling mistakes. Okay, and the person who can + +328 +00:22:17,950 --> 00:22:23,840 +depend. Depend. again spelling mistake we can + +329 +00:22:23,840 --> 00:22:26,940 +depend on ourselves all right so make sure that + +330 +00:22:26,940 --> 00:22:30,840 +you don't make too obvious spelling mistakes okay + +331 +00:22:30,840 --> 00:22:34,080 +don't make spelling mistakes uh all the time + +332 +00:22:34,080 --> 00:22:38,990 +number four second we can watching a foreign movie + +333 +00:22:38,990 --> 00:22:41,830 +or you can listen to another person who talks + +334 +00:22:41,830 --> 00:22:45,210 +language. Alright, there is a clear problem here. + +335 +00:22:45,410 --> 00:22:48,030 +Second, we can watch. Alright, is that correct? + +336 +00:22:48,370 --> 00:22:52,170 +Yes, we can watch, not watching. So we're talking + +337 +00:22:52,170 --> 00:22:57,610 +about subject-verb agreement and the correct verb. + +338 +00:22:57,990 --> 00:23:00,770 +Okay, the correct form of the verb. We can watch, + +339 +00:23:00,830 --> 00:23:02,930 +we can go, we can travel, but not we can + +340 +00:23:02,930 --> 00:23:08,020 +traveling. Okay, so number five. Number five, + +341 +00:23:08,200 --> 00:23:12,800 +studying in university + +342 +00:23:12,800 --> 00:23:16,800 +is what it is. Because this is a subject and this + +343 +00:23:16,800 --> 00:23:19,200 +is another subject, we cannot use two subjects + +344 +00:23:19,200 --> 00:23:23,600 +like this. So studying in university is more + +345 +00:23:23,600 --> 00:23:29,540 +difficult and complicated experience. + +346 +00:23:30,700 --> 00:23:33,520 +Is that correct? Yes please. In number four, you + +347 +00:23:33,520 --> 00:23:37,980 +can say third or finally. These are just phrases, + +348 +00:23:38,040 --> 00:23:39,960 +but these are just examples from different + +349 +00:23:39,960 --> 00:23:42,400 +writings, examples from different paragraphs, + +350 +00:23:42,720 --> 00:23:46,100 +okay? So studying in university, small letter, + +351 +00:23:46,440 --> 00:23:51,280 +small letter, alright, is more difficult and + +352 +00:23:51,280 --> 00:23:54,940 +complicated. So avoid making mistakes in grammar + +353 +00:23:54,940 --> 00:23:59,480 +and in spelling. I have some more examples here. + +354 +00:23:59,760 --> 00:24:02,680 +to look at others. + +355 +00:24:34,100 --> 00:24:38,700 +Thank you so + +356 +00:24:38,700 --> 00:24:38,700 +much. + +357 +00:24:57,260 --> 00:25:01,420 +It's a subject that I'm interested in. + +358 +00:25:14,010 --> 00:25:16,090 +Oh, okay. + +359 +00:25:18,890 --> 00:25:18,890 +Okay. + +360 +00:25:31,460 --> 00:25:34,260 +Okay. Okay. + +361 +00:25:37,340 --> 00:25:37,340 +Okay. + +362 +00:25:44,330 --> 00:25:46,250 +What's going on? + +363 +00:26:13,380 --> 00:26:19,720 +Thank you very much. + +364 +00:26:22,270 --> 00:26:25,050 +Alright? Alright. Just remember this is a + +365 +00:26:25,050 --> 00:26:28,710 +checklist. I'm trying to apply it to the problems + +366 +00:26:28,710 --> 00:26:33,090 +that we see here in these sentences. Okay, let's + +367 +00:26:33,090 --> 00:26:36,230 +look at number six. Yes, please. There are some + +368 +00:26:36,230 --> 00:26:39,450 +negative. There are some negative. Alright. What + +369 +00:26:39,450 --> 00:26:44,330 +do we see here? There are. Subject the. They are. + +370 +00:26:45,390 --> 00:26:48,290 +Subject the. There are some negative effects of + +371 +00:26:48,290 --> 00:26:52,940 +employment on society. What do we have to do here? + +372 +00:26:53,400 --> 00:26:56,640 +Full stop. Sakura, we start in a new sentence. So + +373 +00:26:56,640 --> 00:27:00,780 +this is like a run on. Sakura, run on sentence. + +374 +00:27:01,000 --> 00:27:03,620 +There is no punctuation between them. First of + +375 +00:27:03,620 --> 00:27:09,260 +all, unemployment has + +376 +00:27:09,260 --> 00:27:12,160 +to be small. There is no need for it to be a + +377 +00:27:12,160 --> 00:27:15,130 +capital lottery. Unemployment causes destroying. + +378 +00:27:19,230 --> 00:27:23,290 +Unemployment causes destroying country economy. + +379 +00:27:23,730 --> 00:27:26,430 +How can we say destroying country economy? Causes + +380 +00:27:26,430 --> 00:27:31,910 +the destruction of a country's economy. Okay? + +381 +00:27:32,410 --> 00:27:37,250 +Alright. Causes destroying we can say a country's + +382 +00:27:37,250 --> 00:27:40,390 +economy. Alright? + +383 +00:27:44,550 --> 00:27:47,370 +of a country's economy. All right? So the + +384 +00:27:47,370 --> 00:27:51,010 +important thing is that capital letter. Don't use + +385 +00:27:51,010 --> 00:27:54,130 +capital letter unless necessary and also subject + +386 +00:27:54,130 --> 00:27:59,470 +verb agreement and equally important avoid making + +387 +00:27:59,470 --> 00:28:02,030 +run on sentences. All right? Let's see the second + +388 +00:28:02,030 --> 00:28:02,990 +exam. Yes, please. + +389 +00:28:08,270 --> 00:28:11,130 +Alright, alright. The unemployment, cause or + +390 +00:28:11,130 --> 00:28:17,030 +causes? Causes. Causes. Many problems. Many + +391 +00:28:17,030 --> 00:28:19,050 +problems. Many problems. Unemployment. + +392 +00:28:19,390 --> 00:28:21,490 +Unemployment. Unemployment society. Unemployment + +393 +00:28:21,490 --> 00:28:22,610 +society. Unemployment store. Unemployment store. + +394 +00:28:22,750 --> 00:28:26,090 +Again, it's another example of a run-on sentence. + +395 +00:28:26,470 --> 00:28:30,010 +Alright. The employer, what do you see here? Small + +396 +00:28:30,010 --> 00:28:32,470 +letter. Small letter. Alright, so and there's no + +397 +00:28:32,470 --> 00:28:34,650 +need for that because it's sort of a generic noun, + +398 +00:28:35,090 --> 00:28:38,220 +definite. So we don't need unemployment because + +399 +00:28:38,220 --> 00:28:43,480 +many problems are in the society. For example, + +400 +00:28:44,700 --> 00:28:49,060 +unemployment again leads people to do illegal + +401 +00:28:49,060 --> 00:28:54,220 +activities. Now it's better written sentence. + +402 +00:28:54,640 --> 00:28:59,250 +Let's see number eight.First, in university, you + +403 +00:28:59,250 --> 00:29:02,370 +can choose the subject that I can study it and + +404 +00:29:02,370 --> 00:29:04,990 +feel comfortable with it. In contrast, in high + +405 +00:29:04,990 --> 00:29:07,330 +school, we committed to study the subjects that + +406 +00:29:07,330 --> 00:29:09,150 +choose by the school. + +407 +00:29:28,500 --> 00:29:32,380 +Okay, so you and I, there is no agreement in + +408 +00:29:32,380 --> 00:29:36,540 +pronouns, you can study the subject that you want. + +409 +00:29:37,020 --> 00:29:39,380 +There is no need for that. We'll talk about it + +410 +00:29:39,380 --> 00:29:42,380 +later on, inshallah, next week about pronoun + +411 +00:29:42,380 --> 00:29:45,120 +agreement, okay? This is an important topic that + +412 +00:29:45,120 --> 00:29:48,080 +we'll talk about that you can choose the subject + +413 +00:29:48,080 --> 00:29:51,140 +that you can study, there is no need, and feel + +414 +00:29:51,140 --> 00:30:00,150 +comfortable with that. In high school + +415 +00:30:00,150 --> 00:30:06,590 +we are committed to study the subjects that + +416 +00:30:16,320 --> 00:30:19,820 +Now the grammar is correct, using the correct form + +417 +00:30:19,820 --> 00:30:25,280 +of the passive structure. Let's see number 9. To + +418 +00:30:25,280 --> 00:30:29,380 +conclusion. Yes please. Alright, very nice. So to + +419 +00:30:29,380 --> 00:30:31,780 +conclusion there is no like, there is nothing like + +420 +00:30:31,780 --> 00:30:35,520 +code to conclusion. Either in conclusion or to + +421 +00:30:35,520 --> 00:30:38,060 +conclude. So to conclude. + +422 +00:30:40,360 --> 00:30:45,920 +Unemployment affects, negative? Affects. Affects. + +423 +00:30:46,060 --> 00:30:49,360 +Very nice. So it is a verb in the spelling should + +424 +00:30:49,360 --> 00:30:56,440 +be correct. Affects negatively on the society and + +425 +00:30:56,440 --> 00:30:59,620 +causes a lot of problems. Problems. So causes a + +426 +00:30:59,620 --> 00:31:06,160 +lot of problems in society and also society IA. So + +427 +00:31:06,160 --> 00:31:08,800 +here we're talking about spelling mistake. + +428 +00:31:11,500 --> 00:31:17,500 +And finally, in Conclude, university rules is more + +429 +00:31:17,500 --> 00:31:19,360 +flexible than school rules. + +430 +00:31:22,020 --> 00:31:30,320 +And in this place, in Conclude, university rules + +431 +00:31:30,320 --> 00:31:35,050 +are more flexible than school rules. Number + +432 +00:31:35,050 --> 00:31:40,610 +agreements are more flexible than + +433 +00:31:40,610 --> 00:31:44,850 +school rules. So what we see here in these + +434 +00:31:44,850 --> 00:31:49,550 +examples are some problems that we can identify + +435 +00:31:49,550 --> 00:31:54,150 +and we should be aware of them next time we write. + +436 +00:31:54,230 --> 00:31:58,090 +These include Paragraph form, okay? Make sure that + +437 +00:31:58,090 --> 00:32:02,470 +the paragraph is properly formatted, okay? The + +438 +00:32:02,470 --> 00:32:05,870 +second thing is avoid making subject-verb + +439 +00:32:05,870 --> 00:32:08,470 +agreement problems related to subject-verb + +440 +00:32:08,470 --> 00:32:12,550 +agreements. The third thing is capitalize where + +441 +00:32:12,550 --> 00:32:14,470 +necessary. As we saw in this example, + +442 +00:32:14,610 --> 00:32:17,450 +unemployment, the union is a small letter, not a + +443 +00:32:17,450 --> 00:32:21,270 +capital letter. And number agreement, a lot of + +444 +00:32:21,270 --> 00:32:23,950 +differences, not a lot of difference, okay? + +445 +00:32:28,720 --> 00:32:31,300 +Apply the common rules that we studied correctly + +446 +00:32:31,300 --> 00:32:35,680 +and finally don't make obvious spelling mistakes. + +447 +00:32:36,040 --> 00:32:39,120 +Okay? Are these things clear to you? So inshallah + +448 +00:32:39,120 --> 00:32:41,420 +next time whenever you write make sure that you + +449 +00:32:41,420 --> 00:32:45,580 +avoid making these kinds of mistakes and remember + +450 +00:32:45,580 --> 00:32:48,620 +this is a checklist. We're going to add to this + +451 +00:32:48,620 --> 00:32:52,160 +checklist in the times and weeks ahead inshallah. + +452 +00:32:52,480 --> 00:32:55,260 +Alright? Alright. Thank you very much and + +453 +00:32:55,260 --> 00:32:56,740 +inshallah I'll see you next time. + diff --git a/PL9fwy3NUQKwbknFHzECJkgNOSFOth6GiS/7juzM2S2E3w.srt b/PL9fwy3NUQKwbknFHzECJkgNOSFOth6GiS/7juzM2S2E3w.srt new file mode 100644 index 0000000000000000000000000000000000000000..5e76bf7d600da348bb103c5dd72d252ff825a660 --- /dev/null +++ b/PL9fwy3NUQKwbknFHzECJkgNOSFOth6GiS/7juzM2S2E3w.srt @@ -0,0 +1,1593 @@ + +1 +00:00:21,880 --> 00:00:25,140 +Good morning, how are you today? Very good. I hope + +2 +00:00:25,140 --> 00:00:27,740 +that you had a chance to go over your textbook on + +3 +00:00:27,740 --> 00:00:31,060 +the topic on supporting sentences. Today we're + +4 +00:00:31,060 --> 00:00:34,820 +looking at the second part of a good paragraph + +5 +00:00:34,820 --> 00:00:38,660 +which is supporting sentences. Remember last time + +6 +00:00:38,660 --> 00:00:41,960 +we talked about topic sentences and we said that a + +7 +00:00:41,960 --> 00:00:43,880 +good paragraph should start with a good topic + +8 +00:00:43,880 --> 00:00:47,820 +sentence having a main idea. But it's not enough + +9 +00:00:47,820 --> 00:00:50,200 +to just write one sentence with the main idea. + +10 +00:00:51,430 --> 00:00:55,370 +more sentences, we need more support for this main + +11 +00:00:55,370 --> 00:00:59,930 +idea and here comes the supporting sentences for + +12 +00:00:59,930 --> 00:01:05,750 +this main idea. So every paragraph has sentences + +13 +00:01:05,750 --> 00:01:10,690 +that relate to and explain this main idea. So the + +14 +00:01:10,690 --> 00:01:14,380 +topic sentences, the supporting sentences are used + +15 +00:01:14,380 --> 00:01:17,660 +to give more details, to support, to discuss, to + +16 +00:01:17,660 --> 00:01:21,420 +elaborate on the main idea. What sort of + +17 +00:01:21,420 --> 00:01:25,300 +supporting sentences can we find? We can find them + +18 +00:01:25,300 --> 00:01:30,880 +in the forum. facts, examples, we can give + +19 +00:01:30,880 --> 00:01:33,700 +definitions, we can give descriptions and + +20 +00:01:33,700 --> 00:01:36,120 +explanations. So the purpose of the supporting + +21 +00:01:36,120 --> 00:01:39,860 +sentences is to discuss, is to elaborate on the + +22 +00:01:39,860 --> 00:01:43,800 +topic sentences, on the topic sentence, all right? + +23 +00:01:44,060 --> 00:01:46,700 +Let's just see this example that you are familiar + +24 +00:01:46,700 --> 00:01:48,860 +with. For example, this is a topic sentence, + +25 +00:01:49,280 --> 00:01:52,560 +Canada. Canada is a popular destination for many + +26 +00:01:52,560 --> 00:01:55,760 +people all over the world. So this topic sentence, + +27 +00:01:56,010 --> 00:02:00,130 +is supported by a number of supporting sentences. + +28 +00:02:00,310 --> 00:02:03,250 +For example, first, Canada has an excellent + +29 +00:02:03,250 --> 00:02:07,110 +healthcare system. All Canadians have access to + +30 +00:02:07,110 --> 00:02:09,570 +medical services at a reasonable price. Second, + +31 +00:02:09,710 --> 00:02:12,130 +Canada has a high standard of education. Students + +32 +00:02:12,130 --> 00:02:14,950 +are taught by well-trained teachers. And finally, + +33 +00:02:15,450 --> 00:02:18,690 +Canada's cities are clean and efficient. So + +34 +00:02:18,690 --> 00:02:21,770 +Canadian cities have many parks and lots of places + +35 +00:02:21,770 --> 00:02:25,330 +or space for people to live. So the function of + +36 +00:02:25,330 --> 00:02:28,570 +these supporting sentences is to lend support to + +37 +00:02:28,570 --> 00:02:33,820 +discuss the main idea. Here is another example. An + +38 +00:02:33,820 --> 00:02:37,880 +interview is an opportunity for employers to get + +39 +00:02:37,880 --> 00:02:40,880 +to know you better. So it is important that you + +40 +00:02:40,880 --> 00:02:43,860 +answer each question as completely as possible, + +41 +00:02:44,140 --> 00:02:46,940 +all right? So what sort of support can I give to + +42 +00:02:46,940 --> 00:02:49,940 +this kind of topic sentence? As you can see, + +43 +00:02:50,380 --> 00:02:52,840 +first, people should ask their interviewer, + +44 +00:02:52,940 --> 00:02:56,460 +interviewers to repeat the questions if you don't + +45 +00:02:56,460 --> 00:02:59,140 +understand them. Second, take some time to think + +46 +00:02:59,140 --> 00:03:02,430 +about the questions before your answer and third, + +47 +00:03:02,570 --> 00:03:05,630 +a notebook to write down keywords in interview + +48 +00:03:05,630 --> 00:03:08,490 +questions is sometimes helpful. So again, the + +49 +00:03:08,490 --> 00:03:11,250 +purpose of supporting sentences is to discuss + +50 +00:03:11,250 --> 00:03:15,090 +further, to lend support to the main ideas stated + +51 +00:03:15,090 --> 00:03:19,430 +in the topic. sentence. Is this clear? Great. So + +52 +00:03:19,430 --> 00:03:22,770 +now let's just look at this example. Try this + +53 +00:03:22,770 --> 00:03:26,730 +exercise. Try to find out what is the topic + +54 +00:03:26,730 --> 00:03:30,570 +sentence in these sets of sentences and what are + +55 +00:03:30,570 --> 00:03:33,970 +the supporting sentences. Is this clear? Decide + +56 +00:03:33,970 --> 00:03:36,750 +what is the topic sentence here and which are the + +57 +00:03:36,750 --> 00:03:40,510 +supporting sentences for this topic sentence. + +58 +00:04:10,420 --> 00:04:12,960 +Alright, what is the topic sentence here? + +59 +00:04:15,740 --> 00:04:21,980 +One of my hobbies is listening to international + +60 +00:04:21,980 --> 00:04:27,330 +music. What are the supporting sentences for it? I + +61 +00:04:27,330 --> 00:04:30,710 +have a large collection of web music recordings. I + +62 +00:04:30,710 --> 00:04:36,810 +exchange CDs about famous international artists + +63 +00:04:36,810 --> 00:04:43,090 +and I like watching concerts by musicians from + +64 +00:04:43,090 --> 00:04:45,710 +different countries. So what we see here is we + +65 +00:04:45,710 --> 00:04:48,050 +have a main idea, we have a topic sentence and we + +66 +00:04:48,050 --> 00:04:51,550 +have three supporting sentences for it. Let's see + +67 +00:04:51,550 --> 00:04:55,210 +another example with the same idea. Try to find + +68 +00:04:55,210 --> 00:04:58,850 +out which is the topic sentence and what are the + +69 +00:04:58,850 --> 00:05:00,650 +supporting sentences for it. + +70 +00:05:27,770 --> 00:05:32,750 +All right. Yes, please. The first sentence is the + +71 +00:05:32,750 --> 00:05:36,030 +topic sentence. Yes, topic sentence. Mosquitoes + +72 +00:05:36,030 --> 00:05:39,090 +are interesting insects. This is the topic + +73 +00:05:39,090 --> 00:05:43,170 +sentence. Why? Because of these three reasons. The + +74 +00:05:43,170 --> 00:05:45,650 +first supporting sentence is mosquitoes will drive + +75 +00:05:45,650 --> 00:05:49,690 +for several kilometers to find food. Second one, + +76 +00:05:49,870 --> 00:05:53,230 +second support is only the female mosquitoes bites + +77 +00:05:54,880 --> 00:05:58,880 +And third one is mosquitoes are attracted to heat + +78 +00:05:58,880 --> 00:06:02,080 +and that's why they are interesting answers. Let's + +79 +00:06:02,080 --> 00:06:04,240 +see a third example on this. + +80 +00:06:08,720 --> 00:06:11,080 +What is the topic sentence here and what are the + +81 +00:06:11,080 --> 00:06:12,540 +supporting sentences? + +82 +00:06:25,730 --> 00:06:29,010 +Alright? Yes please. The second sentence is + +83 +00:06:29,010 --> 00:06:33,030 +actually the topic sentence. My new apartment is + +84 +00:06:33,030 --> 00:06:39,080 +perfect for my roommate and me. Why? Because first + +85 +00:06:39,080 --> 00:06:42,020 +support is my new apartment has a big closet the + +86 +00:06:42,020 --> 00:06:45,280 +second one is my new apartment is close to + +87 +00:06:45,280 --> 00:06:49,820 +university and shops and thirdly my new apartment + +88 +00:06:49,820 --> 00:06:55,000 +is not too expensive to afford students okay is + +89 +00:06:55,000 --> 00:06:57,200 +this clear so always whenever you write a + +90 +00:06:57,200 --> 00:07:00,260 +paragraph think of what support can I provide to + +91 +00:07:00,260 --> 00:07:04,720 +write in this paragraph and for this topic or main + +92 +00:07:04,720 --> 00:07:08,570 +idea Remember one thing also about topics + +93 +00:07:08,570 --> 00:07:12,150 +supporting sentences is that all sentences that + +94 +00:07:12,150 --> 00:07:15,290 +you provide, all examples that you provide, all + +95 +00:07:15,290 --> 00:07:18,030 +facts or details that you provide in your support + +96 +00:07:18,030 --> 00:07:22,090 +must be related to the topic sentence. Very nice. + +97 +00:07:22,190 --> 00:07:25,920 +Must be related to the main idea in your topic. So + +98 +00:07:25,920 --> 00:07:29,340 +exclude any irrelevant details or things that you + +99 +00:07:29,340 --> 00:07:31,640 +think that are not really much related to your + +100 +00:07:31,640 --> 00:07:35,120 +topic, to your topic sentences. Let's see this + +101 +00:07:35,120 --> 00:07:38,420 +example. Read very quickly this paragraph and + +102 +00:07:38,420 --> 00:07:43,080 +decide what irrelevant sentence is to the main + +103 +00:07:43,080 --> 00:07:46,620 +idea of this paragraph. There are two sentences + +104 +00:07:46,620 --> 00:07:52,120 +that are not related to the main idea or to the + +105 +00:07:52,120 --> 00:07:54,800 +topic sentence in this paragraph. Yes please. + +106 +00:07:58,370 --> 00:08:01,970 +What is a tornado? It's like a hippestorm. + +107 +00:08:37,070 --> 00:08:41,890 +So what are the relevant supporting sentences in + +108 +00:08:41,890 --> 00:08:46,370 +this paragraph? What are they? Yes please. + +109 +00:08:46,690 --> 00:08:49,350 +Tornadoes don't last very long. Is that correct? + +110 +00:08:49,650 --> 00:08:54,990 +Yes. Yes, tornadoes don't last very long. And the + +111 +00:08:54,990 --> 00:09:00,270 +second one is they are shortly though powerful. + +112 +00:09:00,390 --> 00:09:04,330 +They are shortly though powerful. Why is that? Why + +113 +00:09:04,330 --> 00:09:09,900 +is that? Because the paragraph is what? It's what + +114 +00:09:09,900 --> 00:09:13,640 +about? It's about what sort? It's about the + +115 +00:09:13,640 --> 00:09:17,460 +terminal side. So it is about the tornado had + +116 +00:09:17,460 --> 00:09:20,880 +left. So it is describing the scene. It's + +117 +00:09:20,880 --> 00:09:23,580 +describing the damages that happened as a result + +118 +00:09:23,580 --> 00:09:27,260 +of the tornado. These two sentences are not + +119 +00:09:27,260 --> 00:09:29,900 +actually about describing what happened. They are + +120 +00:09:29,900 --> 00:09:33,900 +more of facts about turning. It's like they are + +121 +00:09:33,900 --> 00:09:38,020 +short-lived and they are powerful though short + +122 +00:09:38,020 --> 00:09:41,100 +-lived and they don't last very long. So it is + +123 +00:09:41,100 --> 00:09:45,100 +always important that you write sentences that are + +124 +00:09:45,100 --> 00:09:48,220 +very much related to your topic sentence. Is this + +125 +00:09:48,220 --> 00:09:50,620 +clear? It's not really a difficult concept to + +126 +00:09:50,620 --> 00:09:54,700 +understand, but it's always good to keep this in + +127 +00:09:54,700 --> 00:09:59,040 +mind. A third thing to remember about supporting + +128 +00:09:59,040 --> 00:10:01,380 +sentences is that it's not only enough to write + +129 +00:10:01,380 --> 00:10:05,560 +one reason or one fact or one detail, we always + +130 +00:10:05,560 --> 00:10:10,020 +have to provide examples. to illustrate your main + +131 +00:10:10,020 --> 00:10:12,440 +idea because the reader expects the ideas to be + +132 +00:10:12,440 --> 00:10:15,540 +clear. So it's always good to clarify your points + +133 +00:10:15,540 --> 00:10:19,260 +by providing more and more examples. Let's do this + +134 +00:10:19,260 --> 00:10:24,380 +first exercise and write supporting details to + +135 +00:10:24,380 --> 00:10:28,120 +this topic sentence. What it says? It says foreign + +136 +00:10:28,120 --> 00:10:30,960 +language learners can generally improve their + +137 +00:10:30,960 --> 00:10:34,320 +language skills by doing these three essential + +138 +00:10:34,320 --> 00:10:37,540 +steps. What I'd like you to do is to write These + +139 +00:10:37,540 --> 00:10:40,200 +are three steps and for each one of these steps + +140 +00:10:40,200 --> 00:10:44,700 +write one example to clarify further your idea. + +141 +00:10:45,080 --> 00:10:47,740 +Alright? Alright. Very quickly you can work + +142 +00:10:47,740 --> 00:10:50,920 +together actually. You can help each other. Work + +143 +00:10:50,920 --> 00:10:55,320 +in pairs and try, think and write them three + +144 +00:10:55,320 --> 00:11:00,120 +reasons and an example for each for this topic + +145 +00:11:00,120 --> 00:11:00,560 +sentence. + +146 +00:11:32,140 --> 00:11:35,280 +Thank you very much. + +147 +00:12:46,160 --> 00:12:49,560 +So we're writing about steps that you can do to + +148 +00:12:49,560 --> 00:12:52,940 +improve your language learning. Your language + +149 +00:12:52,940 --> 00:12:54,180 +learning skills of course. + +150 +00:13:15,040 --> 00:13:16,440 +Okay. + +151 +00:13:50,030 --> 00:13:50,630 +Thank you. + +152 +00:13:53,550 --> 00:13:54,310 +Thank you. + +153 +00:14:18,870 --> 00:14:20,270 +Okay. + +154 +00:14:32,710 --> 00:14:34,110 +Okay. + +155 +00:14:36,870 --> 00:14:37,990 +Okay. Okay. + +156 +00:15:01,110 --> 00:15:04,570 +All right, let's see. All right, what's all the + +157 +00:15:04,570 --> 00:15:09,470 +reasons or steps that you can provide for this + +158 +00:15:09,470 --> 00:15:14,210 +topic centers? Just get some ideas from you. Yes, + +159 +00:15:14,290 --> 00:15:19,170 +please. They can listen to native speakers. And + +160 +00:15:19,170 --> 00:15:23,770 +also read novels and stories. Okay. Yes, please. + +161 +00:15:24,010 --> 00:15:29,370 +And write paragraphs or essays. Very nice, very + +162 +00:15:29,370 --> 00:15:31,190 +nice. But we need more examples. We need to + +163 +00:15:31,190 --> 00:15:34,410 +provide examples for each one of these very good + +164 +00:15:34,410 --> 00:15:36,630 +steps. Very good, very good. Yes, please. Let's + +165 +00:15:36,630 --> 00:15:39,310 +start with the first one. It's important to + +166 +00:15:39,310 --> 00:15:42,070 +practice when you're speaking. For example, to + +167 +00:15:42,070 --> 00:15:43,550 +learn... All right, let's just write this down, + +168 +00:15:43,850 --> 00:15:53,640 +this idea. So they can... Practice speaking in the + +169 +00:15:53,640 --> 00:15:57,480 +foreign language. In the foreign language. Is that + +170 +00:15:57,480 --> 00:16:00,180 +right? Yes. Yes. What sort of examples did you + +171 +00:16:00,180 --> 00:16:04,540 +provide to clarify this idea? So they can practice + +172 +00:16:04,540 --> 00:16:09,140 +speaking with? Making short, small talk and build + +173 +00:16:09,140 --> 00:16:12,040 +communication. Very nice. So they can actually, + +174 +00:16:12,440 --> 00:16:16,060 +they can speak + +175 +00:16:21,850 --> 00:16:26,870 +For example, okay, we're native speakers of that + +176 +00:16:26,870 --> 00:16:31,950 +foreign language. Native speakers. Is that right? + +177 +00:16:32,710 --> 00:16:37,450 +Yeah. And hold conversations with a lot of people. + +178 +00:16:37,750 --> 00:16:41,210 +Okay, so this is a good example of what do we mean + +179 +00:16:41,210 --> 00:16:44,510 +by practicing speaking in order to improve their + +180 +00:16:44,510 --> 00:16:48,840 +foreign language.A second step to improve their + +181 +00:16:48,840 --> 00:16:51,300 +language. Yes, please. Foreign language learners + +182 +00:16:51,300 --> 00:16:54,200 +can improve their language by listening to a + +183 +00:16:54,200 --> 00:16:56,600 +native speaker. Okay, very nice. So, very much + +184 +00:16:56,600 --> 00:17:03,140 +they can listen extensively + +185 +00:17:03,140 --> 00:17:06,520 +in + +186 +00:17:06,520 --> 00:17:13,180 +the foreign language. For example?Listening at the + +187 +00:17:13,180 --> 00:17:20,740 +radio? Yes, they listen, they listen to radio. And + +188 +00:17:20,740 --> 00:17:27,300 +songs? Songs, films, watch films, okay. All the + +189 +00:17:27,300 --> 00:17:31,300 +news. Watch films and? + +190 +00:17:34,570 --> 00:17:38,030 +Very good. What else? A third step to improve + +191 +00:17:38,030 --> 00:17:40,790 +foreign language learning. Yes please. They can + +192 +00:17:40,790 --> 00:17:43,730 +write new words and try to use it in a sentence. + +193 +00:17:44,110 --> 00:17:48,050 +Ok. So they can also practice writing all the + +194 +00:17:48,050 --> 00:17:51,450 +time. Ok. Let's just write this one. They can + +195 +00:17:51,450 --> 00:17:56,450 +practice writing. + +196 +00:17:59,100 --> 00:18:02,360 +extensively again, alright? An example of this, + +197 +00:18:02,460 --> 00:18:04,200 +practice writing and reading for example, an + +198 +00:18:04,200 --> 00:18:08,760 +example of this would be to write essays, to + +199 +00:18:08,760 --> 00:18:17,500 +write, let's try them here, they can write + +200 +00:18:17,500 --> 00:18:20,800 +emails, + +201 + +223 +00:22:26,930 --> 00:22:29,910 +Have you thought of ideas? You can think about + +224 +00:22:29,910 --> 00:22:34,510 +transport. You can think about education or + +225 +00:22:34,510 --> 00:22:38,030 +communication and so on. Let me just get some + +226 +00:22:38,030 --> 00:22:41,830 +ideas from you. Our lifestyles are different from + +227 +00:22:41,830 --> 00:22:44,790 +our grandparents' lifestyles. The first difference + +228 +00:22:44,790 --> 00:22:48,990 +for example is about this place. They used to + +229 +00:22:48,990 --> 00:22:51,290 +communicate with each other without using + +230 +00:22:51,290 --> 00:22:56,370 +technology. Yes, and now, very good idea, let's + +231 +00:22:56,370 --> 00:23:02,290 +just write it down. So we use, or we can say our + +232 +00:23:02,290 --> 00:23:07,510 +communication, our communication, + +233 +00:23:10,210 --> 00:23:17,670 +our communication nowadays is much faster, is that + +234 +00:23:17,670 --> 00:23:20,830 +right? And efficient. + +235 +00:23:23,390 --> 00:23:26,710 +Okay? Our communication, different ways of + +236 +00:23:26,710 --> 00:23:30,670 +communication is much faster and much more + +237 +00:23:30,670 --> 00:23:34,030 +effective and efficient. For example, we use + +238 +00:23:34,030 --> 00:23:38,730 +social media, we use the internet, we use wired + +239 +00:23:38,730 --> 00:23:41,630 +phones, we use technology-based devices and + +240 +00:23:41,630 --> 00:23:47,050 +equipment and so on. All right? So we can say we + +241 +00:23:47,050 --> 00:23:49,650 +use the internet. + +242 +00:23:57,600 --> 00:24:01,860 +And satellite technology, alright? Satellite to + +243 +00:24:01,860 --> 00:24:07,180 +communicate and satellite, satellite based + +244 +00:24:07,180 --> 00:24:07,840 +technology. + +245 +00:24:12,860 --> 00:24:16,400 +to communicate, alright? Alright, so we can speak + +246 +00:24:16,400 --> 00:24:20,720 +to any person anytime, anywhere within a very + +247 +00:24:20,720 --> 00:24:24,480 +short time or at the same time, okay? Without any + +248 +00:24:24,480 --> 00:24:27,940 +problem whereas in the past people had probably + +249 +00:24:27,940 --> 00:24:33,460 +had to travel for months in order to communicate a + +250 +00:24:33,460 --> 00:24:36,620 +message to another person, alright? So this is one + +251 +00:24:36,620 --> 00:24:38,900 +first difference. The second difference would be + +252 +00:24:38,900 --> 00:24:39,760 +something like + +253 +00:24:45,680 --> 00:24:51,140 +Very nice. So education is much more diverse, much + +254 +00:24:51,140 --> 00:24:56,950 +more varied than it was it used to be. Another + +255 +00:24:56,950 --> 00:24:59,410 +idea. Very nice. Very good idea. Yes please. + +256 +00:25:03,210 --> 00:25:09,650 +Electricity. That's correct. Very nice. And for + +257 +00:25:09,650 --> 00:25:15,910 +example, now we use different electric equipment + +258 +00:25:15,910 --> 00:25:19,450 +to do the household work. For example, washing + +259 +00:25:19,450 --> 00:25:22,010 +machines, drying machines and so on. and so on. + +260 +00:25:22,110 --> 00:25:25,610 +Let's talk about transport. It's an easy idea. + +261 +00:25:26,050 --> 00:25:33,210 +Alright? Yes please. Very nice. People now. Very + +262 +00:25:33,210 --> 00:25:40,270 +nice. Very nice idea. People now use much + +263 +00:25:40,270 --> 00:25:45,930 +convenient and + +264 +00:25:45,930 --> 00:26:00,410 +faster. Faster.or easy means of transport okay for + +265 +00:26:00,410 --> 00:26:07,910 +example we use planes right cars so we use cars, + +266 +00:26:08,750 --> 00:26:11,330 +buses, planes, + +267 +00:26:13,290 --> 00:26:13,810 +trains + +268 +00:26:16,330 --> 00:26:22,570 +and probably but of course subways okay and so on + +269 +00:26:22,570 --> 00:26:25,590 +is that right yes let's think about the third + +270 +00:26:25,590 --> 00:26:29,850 +example all right of sorry the third difference in + +271 +00:26:29,850 --> 00:26:31,350 +our lifestyle yes please + +272 +00:26:42,420 --> 00:26:45,460 +Very nice. They have different traditions you + +273 +00:26:45,460 --> 00:26:48,140 +mean. They have different cultural norms or + +274 +00:26:48,140 --> 00:26:52,020 +different traditions or customs and old fashioned + +275 +00:26:52,020 --> 00:26:55,930 +ones whereas now we have a much more open, sort of + +276 +00:26:55,930 --> 00:26:59,250 +a globalized world that we can get access to + +277 +00:26:59,250 --> 00:27:01,750 +different cultural norms and different cultural + +278 +00:27:01,750 --> 00:27:05,050 +ideas rather than the traditional ones. Let's + +279 +00:27:05,050 --> 00:27:08,050 +think about education and learning. For example, + +280 +00:27:08,710 --> 00:27:18,830 +students or we use technology to study and + +281 +00:27:18,830 --> 00:27:23,780 +research things. Is that right? Yes, for example, + +282 +00:27:23,940 --> 00:27:31,860 +we use the internet and + +283 +00:27:31,860 --> 00:27:38,380 +online materials in + +284 +00:27:38,380 --> 00:27:43,100 +doing or + +285 +00:27:43,100 --> 00:27:48,920 +in conducting research. + +286 +00:27:51,620 --> 00:27:55,480 +Okay, this is just a quick example of what we mean + +287 +00:27:55,480 --> 00:27:58,260 +by using technology. We always use, we have the + +288 +00:27:58,260 --> 00:28:00,440 +technology, mobile technology and satellite + +289 +00:28:00,440 --> 00:28:05,380 +technology and the internet to actually help us in + +290 +00:28:05,380 --> 00:28:10,500 +doing research and help us in our academic study, + +291 +00:28:10,640 --> 00:28:14,000 +in our university study. So what we did here again + +292 +00:28:14,000 --> 00:28:17,880 +is the idea is that We have to provide more + +293 +00:28:17,880 --> 00:28:20,400 +examples. We have to provide supporting sentences + +294 +00:28:20,400 --> 00:28:24,000 +to make sure that the reader understands what we + +295 +00:28:24,000 --> 00:28:27,320 +actually write about. So, always think about + +296 +00:28:27,320 --> 00:28:30,480 +providing examples, all right? Illustrations to + +297 +00:28:30,480 --> 00:28:33,740 +your idea. Is that clear? Yes. Very nice. All + +298 +00:28:33,740 --> 00:28:37,740 +right. Now, let's do our final activity today and + +299 +00:28:37,740 --> 00:28:42,700 +let's do or complete this paragraph. Very easy + +300 +00:28:42,700 --> 00:28:47,200 +paragraph. that everyone can actually write about. + +301 +00:28:47,520 --> 00:28:52,780 +Let's see. All right. We're going to complete this + +302 +00:28:52,780 --> 00:28:56,360 +paragraph. Although many people like to live in + +303 +00:28:56,360 --> 00:29:00,440 +the countryside, I prefer to live in big cities + +304 +00:29:00,440 --> 00:29:03,860 +for three reasons. First, social life in big + +305 +00:29:03,860 --> 00:29:06,900 +cities is active. For example, I can communicate + +306 +00:29:06,900 --> 00:29:10,720 +with different people and from different Now I'm + +307 +00:29:10,720 --> 00:29:13,800 +going to ask you to provide a second reason for + +308 +00:29:13,800 --> 00:29:17,570 +why I prefer living in a big city than living in + +309 +00:29:17,570 --> 00:29:20,350 +the countryside. The third is here living in the + +310 +00:29:20,350 --> 00:29:23,110 +big cities is very helpful and useful in finding + +311 +00:29:23,110 --> 00:29:26,650 +jobs. In fact there are lots of job opportunities + +312 +00:29:26,650 --> 00:29:29,930 +in the city and many companies require employees + +313 +00:29:29,930 --> 00:29:33,330 +and here is the concluding sentence. So I'd like + +314 +00:29:33,330 --> 00:29:37,390 +you now to actually on your own complete this + +315 +00:29:37,390 --> 00:29:42,330 +paragraph by providing the second and give me at + +316 +00:29:42,330 --> 00:29:46,430 +least one sentence as an example to explain and + +317 +00:29:46,430 --> 00:29:50,990 +illustrate your idea, okay? Yes, please. + +318 +00:29:56,630 --> 00:29:59,050 +I'm going to ask some of you to come here and + +319 +00:29:59,050 --> 00:30:01,870 +write on the board their writing and their + +320 +00:30:01,870 --> 00:30:04,750 +examples and their reasons, okay? + +321 +00:30:17,640 --> 00:30:20,640 +It's really important to keep track of your mental + +322 +00:30:20,640 --> 00:30:20,920 +state. + +323 +00:31:06,350 --> 00:31:09,410 +While you are writing, make sure that you have + +324 +00:31:09,410 --> 00:31:13,970 +checked on your sentence structure subject-verb + +325 +00:31:13,970 --> 00:31:16,690 +agreement for example, your capitalization, you + +326 +00:31:16,690 --> 00:31:19,230 +had used capital letters correctly, that you + +327 +00:31:19,230 --> 00:31:23,950 +ended, you started your sentence with a capital + +328 +00:31:23,950 --> 00:31:26,050 +letter and ended with a full stop, with a full + +329 +00:31:26,050 --> 00:31:28,770 +stop. Make sure that you have number agreement, + +330 +00:31:29,010 --> 00:31:31,210 +alright? And other things that we talked about + +331 +00:31:31,210 --> 00:31:32,230 +last time. + +332 +00:31:55,410 --> 00:31:56,810 +This is it. This is it. + +333 +00:32:42,250 --> 00:32:44,650 +All right, while you are writing, I'd like to have + +334 +00:32:44,650 --> 00:32:47,490 +some volunteers here to show us, to write on the + +335 +00:32:47,490 --> 00:32:50,370 +board and show us what they actually wrote for + +336 +00:32:50,370 --> 00:32:52,830 +this, to complete this paragraph. Let's have you + +337 +00:32:52,830 --> 00:32:53,530 +here, please. + +338 +00:32:56,290 --> 00:32:59,050 +And I'd like to see some new faces. Yes, please. + +339 +00:33:05,270 --> 00:33:09,330 +Yes, please. Alright. Yes, you can write here. And + +340 +00:33:09,330 --> 00:33:13,510 +a third example. Yes, over there. Okay, that + +341 +00:33:13,510 --> 00:33:15,870 +should be alright. I wish we have two boards, not + +342 +00:33:15,870 --> 00:33:16,030 +one. + +343 +00:33:31,230 --> 00:33:33,950 +In the meantime, check on your writing. I'd like + +344 +00:33:33,950 --> 00:33:36,710 +to see at least two sentences, if not three + +345 +00:33:36,710 --> 00:33:39,670 +sentences to clarify your ideas. Think about the + +346 +00:33:39,670 --> 00:33:42,190 +first sentence as a reason and the second and + +347 +00:33:42,190 --> 00:33:46,490 +third sentences as examples to clarify the points + +348 +00:33:46,490 --> 00:33:48,130 +that you are making. + +349 +00:34:08,810 --> 00:34:09,530 +Thank you. + +350 +00:34:17,410 --> 00:34:22,050 +Alright, let's see. Are we done? Okay, very nice. + +351 +00:34:22,310 --> 00:34:24,830 +Let's see the examples that on the writing your + +352 +00:34:24,830 --> 00:34:29,310 +classmates wrote here. Second, services. Is that + +353 +00:34:29,310 --> 00:34:32,590 +services? Yes. Services in large cities are much + +354 +00:34:32,590 --> 00:34:38,050 +more are much more easier to attain while in the + +355 +00:34:38,050 --> 00:34:41,290 +countryside you have to drive for an hour to reach + +356 +00:34:41,290 --> 00:34:44,750 +the drugstore for example. Do you have any + +357 +00:34:44,750 --> 00:34:45,110 +comments? + +358 +00:34:52,800 --> 00:34:56,120 +Is the idea clear? Does it get through? Yes, I + +359 +00:34:56,120 --> 00:35:00,740 +think so. Yes, I think so. Services, all right, + +360 +00:35:01,060 --> 00:35:04,620 +and largely are much more easier to attain while + +361 +00:35:04,620 --> 00:35:07,520 +in the countryside, you have to drive for an hour + +362 +00:35:07,520 --> 00:35:13,560 +to reach the drugstore or to reach your, to get + +363 +00:35:13,560 --> 00:35:20,620 +your service. To get your service. Because we're + +364 +00:35:20,620 --> 00:35:24,040 +talking about Services in general, okay? Whereas + +365 +00:35:24,040 --> 00:35:26,740 +the drugstore is just for one or two things that + +366 +00:35:26,740 --> 00:35:29,140 +we need to ask. Very nice, very nice. Let's see + +367 +00:35:29,140 --> 00:35:32,240 +the second example, the second idea. Education in + +368 +00:35:32,240 --> 00:35:36,040 +big cities is very well and we can study in high + +369 +00:35:36,040 --> 00:35:38,920 +level university. Do you have any ideas? Do you + +370 +00:35:38,920 --> 00:35:43,180 +have any comments? Yeah, it's clear, but actually + +371 +00:35:43,180 --> 00:35:48,680 +we need some more, one more sentence as an example + +372 +00:35:48,680 --> 00:35:51,940 +of what we mean by this idea. We have to add at + +373 +00:35:51,940 --> 00:35:54,120 +least one more sentence just to make sure that the + +374 +00:35:54,120 --> 00:35:58,240 +idea is clearer more, okay? Give me more specific + +375 +00:35:58,240 --> 00:36:02,300 +example for Let's see the third example here of + +376 +00:36:02,300 --> 00:36:05,380 +your classmates writing. Second, there are many + +377 +00:36:05,380 --> 00:36:08,480 +universities in big cities that help people who + +378 +00:36:08,480 --> 00:36:13,960 +live there to reach in a short time and easily. + +379 +00:36:14,140 --> 00:36:18,560 +What do you think? It's fine I think but again I'd + +380 +00:36:18,560 --> 00:36:22,540 +like to see one more sentence as example just to + +381 +00:36:22,540 --> 00:36:23,580 +develop the idea + +382 +00:36:28,080 --> 00:36:30,900 +Just please, just give us an idea about what you + +383 +00:36:30,900 --> 00:36:34,100 +wrote actually. Living in a big city means that + +384 +00:36:34,100 --> 00:36:37,580 +you can easily reach to the center town + +385 +00:36:37,580 --> 00:36:40,940 +universities and supermarkets easily because you + +386 +00:36:40,940 --> 00:36:45,160 +are in a near area. Because you are in the area, + +387 +00:36:45,280 --> 00:36:48,100 +you are in a nearby area. Very nice, what did you + +388 +00:36:48,100 --> 00:36:51,430 +write? Living in big cities is very useful to find + +389 +00:36:51,430 --> 00:36:53,690 +anywhere, contrast to small cities I can find + +390 +00:36:53,690 --> 00:36:55,730 +hospitals, universities, schools and clinics. + +391 +00:36:58,570 --> 00:37:01,110 +Living in big cities I have a comfortable room + +392 +00:37:01,110 --> 00:37:05,630 +which makes transport very easy. + +393 +00:37:24,350 --> 00:37:28,090 +Without needing to travel for a very long time and + +394 +00:37:28,090 --> 00:37:30,570 +for a very long distance. Over there, please. + +395 +00:37:33,730 --> 00:37:35,590 +Say it again, please. Say it again. I didn't hear + +396 +00:37:35,590 --> 00:37:41,350 +it. Yes, there are a lot of facilities to live in + +397 +00:37:41,350 --> 00:37:42,790 +a big city. Yes, please. + +398 +00:37:46,770 --> 00:37:51,770 +Freedom to make a question in our religion, in our + +399 +00:37:51,770 --> 00:37:56,350 +mosque, in our schools Very nice, very nice, + +400 +00:37:56,390 --> 00:37:59,210 +alright, okay, let's see, yes please, just finally + +401 +00:38:07,480 --> 00:38:10,520 +Very nice, they can get a lot of services, very + +402 +00:38:10,520 --> 00:38:14,960 +good, so they can go to schools, universities and + +403 +00:38:14,960 --> 00:38:17,600 +so on. Let me just give you an idea of what I + +404 +00:38:17,600 --> 00:38:18,600 +actually wrote here. + +405 +00:38:21,250 --> 00:38:24,510 +explain the second difference between living in + +406 +00:38:24,510 --> 00:38:31,970 +big cities and living in as my favorite thing. + +407 +00:38:32,370 --> 00:38:35,970 +Second, big cities have a lot of facilities which + +408 +00:38:35,970 --> 00:38:39,870 +make life easier. This is the second difference, + +409 +00:38:39,990 --> 00:38:42,970 +okay? But this is rather general. I need to make + +410 +00:38:42,970 --> 00:38:45,390 +it more specific what I mean by a lot of + +411 +00:38:45,390 --> 00:38:50,730 +facilities. For example, for instance, You can + +412 +00:38:50,730 --> 00:38:54,670 +easily find hospitals, universities and schools + +413 +00:38:54,670 --> 00:38:58,610 +within a walking distance. Still, the idea is not + +414 +00:38:58,610 --> 00:39:01,050 +much clear for me. I need to write a third + +415 +00:39:01,050 --> 00:39:04,890 +sentence to explain it further. In addition, there + +416 +00:39:04,890 --> 00:39:09,530 +are a lot of entertainment areas and cultural + +417 +00:39:09,530 --> 00:39:13,130 +centers where you can spend your free time. + +418 +00:39:18,140 --> 00:39:23,080 +and discussed further. So what we see here is more + +419 +00:39:23,080 --> 00:39:25,520 +development of the ideas. It's not just enough to + +420 +00:39: \ No newline at end of file diff --git a/PL9fwy3NUQKwbknFHzECJkgNOSFOth6GiS/7juzM2S2E3w_raw.srt b/PL9fwy3NUQKwbknFHzECJkgNOSFOth6GiS/7juzM2S2E3w_raw.srt new file mode 100644 index 0000000000000000000000000000000000000000..78d5211ddc5238ef093f233f2d45555364e51f00 --- /dev/null +++ b/PL9fwy3NUQKwbknFHzECJkgNOSFOth6GiS/7juzM2S2E3w_raw.srt @@ -0,0 +1,1752 @@ +1 +00:00:21,880 --> 00:00:25,140 +Good morning, how are you today? Very good. I hope + +2 +00:00:25,140 --> 00:00:27,740 +that you had a chance to go over your textbook on + +3 +00:00:27,740 --> 00:00:31,060 +the topic on supporting sentences. Today we're + +4 +00:00:31,060 --> 00:00:34,820 +looking at the second part of a good paragraph + +5 +00:00:34,820 --> 00:00:38,660 +which is supporting sentences. Remember last time + +6 +00:00:38,660 --> 00:00:41,960 +we talked about topic sentences and we said that a + +7 +00:00:41,960 --> 00:00:43,880 +good paragraph should start with a good topic + +8 +00:00:43,880 --> 00:00:47,820 +sentence having a main idea. But it's not enough + +9 +00:00:47,820 --> 00:00:50,200 +to just write one sentence with the main idea. + +10 +00:00:51,430 --> 00:00:55,370 +more sentences, we need more support for this main + +11 +00:00:55,370 --> 00:00:59,930 +idea and here comes the supporting sentences for + +12 +00:00:59,930 --> 00:01:05,750 +this main idea. So every paragraph has sentences + +13 +00:01:05,750 --> 00:01:10,690 +that relate to and explain this main idea. So the + +14 +00:01:10,690 --> 00:01:14,380 +topic sentences, the supporting sentences are used + +15 +00:01:14,380 --> 00:01:17,660 +to give more details, to support, to discuss, to + +16 +00:01:17,660 --> 00:01:21,420 +elaborate on the main idea. What sort of + +17 +00:01:21,420 --> 00:01:25,300 +supporting sentences can we find? We can find them + +18 +00:01:25,300 --> 00:01:30,880 +in the forum. facts, examples, we can give + +19 +00:01:30,880 --> 00:01:33,700 +definitions, we can give descriptions and + +20 +00:01:33,700 --> 00:01:36,120 +explanations. So the purpose of the supporting + +21 +00:01:36,120 --> 00:01:39,860 +sentences is to discuss, is to elaborate on the + +22 +00:01:39,860 --> 00:01:43,800 +topic sentences, on the topic sentence, all right? + +23 +00:01:44,060 --> 00:01:46,700 +Let's just see this example that you are familiar + +24 +00:01:46,700 --> 00:01:48,860 +with. For example, this is a topic sentence, + +25 +00:01:49,280 --> 00:01:52,560 +Canada. Canada is a popular destination for many + +26 +00:01:52,560 --> 00:01:55,760 +people all over the world. So this topic sentence, + +27 +00:01:56,010 --> 00:02:00,130 +is supported by a number of supporting sentences. + +28 +00:02:00,310 --> 00:02:03,250 +For example, first, Canada has an excellent + +29 +00:02:03,250 --> 00:02:07,110 +healthcare system. All Canadians have access to + +30 +00:02:07,110 --> 00:02:09,570 +medical services at a reasonable price. Second, + +31 +00:02:09,710 --> 00:02:12,130 +Canada has a high standard of education. Students + +32 +00:02:12,130 --> 00:02:14,950 +are taught by well-trained teachers. And finally, + +33 +00:02:15,450 --> 00:02:18,690 +Canada's cities are clean and efficient. So + +34 +00:02:18,690 --> 00:02:21,770 +Canadian cities have many parks and lots of places + +35 +00:02:21,770 --> 00:02:25,330 +or space for people to live. So the function of + +36 +00:02:25,330 --> 00:02:28,570 +these supporting sentences is to lend support to + +37 +00:02:28,570 --> 00:02:33,820 +discuss the main idea. Here is another example. An + +38 +00:02:33,820 --> 00:02:37,880 +interview is an opportunity for employers to get + +39 +00:02:37,880 --> 00:02:40,880 +to know you better. So it is important that you + +40 +00:02:40,880 --> 00:02:43,860 +answer each question as completely as possible, + +41 +00:02:44,140 --> 00:02:46,940 +all right? So what sort of support can I give to + +42 +00:02:46,940 --> 00:02:49,940 +this kind of topic sentence? As you can see, + +43 +00:02:50,380 --> 00:02:52,840 +first, people should ask their interviewer, + +44 +00:02:52,940 --> 00:02:56,460 +interviewers to repeat the questions if you don't + +45 +00:02:56,460 --> 00:02:59,140 +understand them. Second, take some time to think + +46 +00:02:59,140 --> 00:03:02,430 +about the questions before your answer and third, + +47 +00:03:02,570 --> 00:03:05,630 +a notebook to write down keywords in interview + +48 +00:03:05,630 --> 00:03:08,490 +questions is sometimes helpful. So again, the + +49 +00:03:08,490 --> 00:03:11,250 +purpose of supporting sentences is to discuss + +50 +00:03:11,250 --> 00:03:15,090 +further, to lend support to the main ideas stated + +51 +00:03:15,090 --> 00:03:19,430 +in the topic. sentence. Is this clear? Great. So + +52 +00:03:19,430 --> 00:03:22,770 +now let's just look at this example. Try this + +53 +00:03:22,770 --> 00:03:26,730 +exercise. Try to find out what is the topic + +54 +00:03:26,730 --> 00:03:30,570 +sentence in these sets of sentences and what are + +55 +00:03:30,570 --> 00:03:33,970 +the supporting sentences. Is this clear? Decide + +56 +00:03:33,970 --> 00:03:36,750 +what is the topic sentence here and which are the + +57 +00:03:36,750 --> 00:03:40,510 +supporting sentences for this topic sentence. + +58 +00:04:10,420 --> 00:04:12,960 +Alright, what is the topic sentence here? + +59 +00:04:15,740 --> 00:04:21,980 +One of my hobbies is listening to international + +60 +00:04:21,980 --> 00:04:27,330 +music. What are the supporting sentences for it? I + +61 +00:04:27,330 --> 00:04:30,710 +have a large collection of web music recordings. I + +62 +00:04:30,710 --> 00:04:36,810 +exchange CDs about famous international artists + +63 +00:04:36,810 --> 00:04:43,090 +and I like watching concerts by musicians from + +64 +00:04:43,090 --> 00:04:45,710 +different countries. So what we see here is we + +65 +00:04:45,710 --> 00:04:48,050 +have a main idea, we have a topic sentence and we + +66 +00:04:48,050 --> 00:04:51,550 +have three supporting sentences for it. Let's see + +67 +00:04:51,550 --> 00:04:55,210 +another example with the same idea. Try to find + +68 +00:04:55,210 --> 00:04:58,850 +out which is the topic sentence and what are the + +69 +00:04:58,850 --> 00:05:00,650 +supporting sentences for it. + +70 +00:05:27,770 --> 00:05:32,750 +All right. Yes, please. The first sentence is the + +71 +00:05:32,750 --> 00:05:36,030 +topic sentence. Yes, topic sentence. Mosquitoes + +72 +00:05:36,030 --> 00:05:39,090 +are interesting insects. This is the topic + +73 +00:05:39,090 --> 00:05:43,170 +sentence. Why? Because of these three reasons. The + +74 +00:05:43,170 --> 00:05:45,650 +first supporting sentence is mosquitoes will drive + +75 +00:05:45,650 --> 00:05:49,690 +for several kilometers to find food. Second one, + +76 +00:05:49,870 --> 00:05:53,230 +second support is only the female mosquitoes bites + +77 +00:05:54,880 --> 00:05:58,880 +And third one is mosquitoes are attracted to heat + +78 +00:05:58,880 --> 00:06:02,080 +and that's why they are interesting answers. Let's + +79 +00:06:02,080 --> 00:06:04,240 +see a third example on this. + +80 +00:06:08,720 --> 00:06:11,080 +What is the topic sentence here and what are the + +81 +00:06:11,080 --> 00:06:12,540 +supporting sentences? + +82 +00:06:25,730 --> 00:06:29,010 +Alright? Yes please. The second sentence is + +83 +00:06:29,010 --> 00:06:33,030 +actually the topic sentence. My new apartment is + +84 +00:06:33,030 --> 00:06:39,080 +perfect for my roommate and me. Why? Because first + +85 +00:06:39,080 --> 00:06:42,020 +support is my new apartment has a big closet the + +86 +00:06:42,020 --> 00:06:45,280 +second one is my new apartment is close to + +87 +00:06:45,280 --> 00:06:49,820 +university and shops and thirdly my new apartment + +88 +00:06:49,820 --> 00:06:55,000 +is not too expensive to afford students okay is + +89 +00:06:55,000 --> 00:06:57,200 +this clear so always whenever you write a + +90 +00:06:57,200 --> 00:07:00,260 +paragraph think of what support can I provide to + +91 +00:07:00,260 --> 00:07:04,720 +write in this paragraph and for this topic or main + +92 +00:07:04,720 --> 00:07:08,570 +idea Remember one thing also about topics + +93 +00:07:08,570 --> 00:07:12,150 +supporting sentences is that all sentences that + +94 +00:07:12,150 --> 00:07:15,290 +you provide, all examples that you provide, all + +95 +00:07:15,290 --> 00:07:18,030 +facts or details that you provide in your support + +96 +00:07:18,030 --> 00:07:22,090 +must be related to the topic sentence. Very nice. + +97 +00:07:22,190 --> 00:07:25,920 +Must be related to the main idea in your topic. So + +98 +00:07:25,920 --> 00:07:29,340 +exclude any irrelevant details or things that you + +99 +00:07:29,340 --> 00:07:31,640 +think that are not really much related to your + +100 +00:07:31,640 --> 00:07:35,120 +topic, to your topic sentences. Let's see this + +101 +00:07:35,120 --> 00:07:38,420 +example. Read very quickly this paragraph and + +102 +00:07:38,420 --> 00:07:43,080 +decide what irrelevant sentence is to the main + +103 +00:07:43,080 --> 00:07:46,620 +idea of this paragraph. There are two sentences + +104 +00:07:46,620 --> 00:07:52,120 +that are not related to the main idea or to the + +105 +00:07:52,120 --> 00:07:54,800 +topic sentence in this paragraph. Yes please. + +106 +00:07:58,370 --> 00:08:01,970 +What is a tornado? It's like a hippestorm. + +107 +00:08:37,070 --> 00:08:41,890 +So what are the relevant supporting sentences in + +108 +00:08:41,890 --> 00:08:46,370 +this paragraph? What are they? Yes please. + +109 +00:08:46,690 --> 00:08:49,350 +Tornadoes don't last very long. Is that correct? + +110 +00:08:49,650 --> 00:08:54,990 +Yes. Yes, tornadoes don't last very long. And the + +111 +00:08:54,990 --> 00:09:00,270 +second one is they are shortly though powerful. + +112 +00:09:00,390 --> 00:09:04,330 +They are shortly though powerful. Why is that? Why + +113 +00:09:04,330 --> 00:09:09,900 +is that? Because the paragraph is what? It's what + +114 +00:09:09,900 --> 00:09:13,640 +about? It's about what sort? It's about the + +115 +00:09:13,640 --> 00:09:17,460 +terminal side. So it is about the tornado had + +116 +00:09:17,460 --> 00:09:20,880 +left. So it is describing the scene. It's + +117 +00:09:20,880 --> 00:09:23,580 +describing the damages that happened as a result + +118 +00:09:23,580 --> 00:09:27,260 +of the tornado. These two sentences are not + +119 +00:09:27,260 --> 00:09:29,900 +actually about describing what happened. They are + +120 +00:09:29,900 --> 00:09:33,900 +more of facts about turning. It's like they are + +121 +00:09:33,900 --> 00:09:38,020 +short-lived and they are powerful though short + +122 +00:09:38,020 --> 00:09:41,100 +-lived and they don't last very long. So it is + +123 +00:09:41,100 --> 00:09:45,100 +always important that you write sentences that are + +124 +00:09:45,100 --> 00:09:48,220 +very much related to your topic sentence. Is this + +125 +00:09:48,220 --> 00:09:50,620 +clear? It's not really a difficult concept to + +126 +00:09:50,620 --> 00:09:54,700 +understand, but it's always good to keep this in + +127 +00:09:54,700 --> 00:09:59,040 +mind. A third thing to remember about supporting + +128 +00:09:59,040 --> 00:10:01,380 +sentences is that it's not only enough to write + +129 +00:10:01,380 --> 00:10:05,560 +one reason or one fact or one detail, we always + +130 +00:10:05,560 --> 00:10:10,020 +have to provide examples. to illustrate your main + +131 +00:10:10,020 --> 00:10:12,440 +idea because the reader expects the ideas to be + +132 +00:10:12,440 --> 00:10:15,540 +clear. So it's always good to clarify your points + +133 +00:10:15,540 --> 00:10:19,260 +by providing more and more examples. Let's do this + +134 +00:10:19,260 --> 00:10:24,380 +first exercise and write supporting details to + +135 +00:10:24,380 --> 00:10:28,120 +this topic sentence. What it says? It says foreign + +136 +00:10:28,120 --> 00:10:30,960 +language learners can generally improve their + +137 +00:10:30,960 --> 00:10:34,320 +language skills by doing these three essential + +138 +00:10:34,320 --> 00:10:37,540 +steps. What I'd like you to do is to write These + +139 +00:10:37,540 --> 00:10:40,200 +are three steps and for each one of these steps + +140 +00:10:40,200 --> 00:10:44,700 +write one example to clarify further your idea. + +141 +00:10:45,080 --> 00:10:47,740 +Alright? Alright. Very quickly you can work + +142 +00:10:47,740 --> 00:10:50,920 +together actually. You can help each other. Work + +143 +00:10:50,920 --> 00:10:55,320 +in pairs and try, think and write them three + +144 +00:10:55,320 --> 00:11:00,120 +reasons and an example for each for this topic + +145 +00:11:00,120 --> 00:11:00,560 +sentence. + +146 +00:11:32,140 --> 00:11:35,280 +Thank you very much. + +147 +00:12:46,160 --> 00:12:49,560 +So we're writing about steps that you can do to + +148 +00:12:49,560 --> 00:12:52,940 +improve your language learning. Your language + +149 +00:12:52,940 --> 00:12:54,180 +learning skills of course. + +150 +00:13:15,040 --> 00:13:16,440 +Okay. + +151 +00:13:50,030 --> 00:13:50,630 +Thank you. + +152 +00:13:53,550 --> 00:13:54,310 +Thank you. + +153 +00:14:18,870 --> 00:14:20,270 +Okay. + +154 +00:14:32,710 --> 00:14:34,110 +Okay. + +155 +00:14:36,870 --> 00:14:37,990 +Okay. Okay. + +156 +00:15:01,110 --> 00:15:04,570 +All right, let's see. All right, what's all the + +157 +00:15:04,570 --> 00:15:09,470 +reasons or steps that you can provide for this + +158 +00:15:09,470 --> 00:15:14,210 +topic centers? Just get some ideas from you. Yes, + +159 +00:15:14,290 --> 00:15:19,170 +please. They can listen to native speakers. And + +160 +00:15:19,170 --> 00:15:23,770 +also read novels and stories. Okay. Yes, please. + +161 +00:15:24,010 --> 00:15:29,370 +And write paragraphs or essays. Very nice, very + +162 +00:15:29,370 --> 00:15:31,190 +nice. But we need more examples. We need to + +163 +00:15:31,190 --> 00:15:34,410 +provide examples for each one of these very good + +164 +00:15:34,410 --> 00:15:36,630 +steps. Very good, very good. Yes, please. Let's + +165 +00:15:36,630 --> 00:15:39,310 +start with the first one. It's important to + +166 +00:15:39,310 --> 00:15:42,070 +practice when you're speaking. For example, to + +167 +00:15:42,070 --> 00:15:43,550 +learn... All right, let's just write this down, + +168 +00:15:43,850 --> 00:15:53,640 +this idea. So they can... Practice speaking in the + +169 +00:15:53,640 --> 00:15:57,480 +foreign language. In the foreign language. Is that + +170 +00:15:57,480 --> 00:16:00,180 +right? Yes. Yes. What sort of examples did you + +171 +00:16:00,180 --> 00:16:04,540 +provide to clarify this idea? So they can practice + +172 +00:16:04,540 --> 00:16:09,140 +speaking with? Making short, small talk and build + +173 +00:16:09,140 --> 00:16:12,040 +communication. Very nice. So they can actually, + +174 +00:16:12,440 --> 00:16:16,060 +they can speak + +175 +00:16:21,850 --> 00:16:26,870 +For example, okay, we're native speakers of that + +176 +00:16:26,870 --> 00:16:31,950 +foreign language. Native speakers. Is that right? + +177 +00:16:32,710 --> 00:16:37,450 +Yeah. And hold conversations with a lot of people. + +178 +00:16:37,750 --> 00:16:41,210 +Okay, so this is a good example of what do we mean + +179 +00:16:41,210 --> 00:16:44,510 +by practicing speaking in order to improve their + +180 +00:16:44,510 --> 00:16:48,840 +foreign language.A second step to improve their + +181 +00:16:48,840 --> 00:16:51,300 +language. Yes, please. Foreign language learners + +182 +00:16:51,300 --> 00:16:54,200 +can improve their language by listening to a + +183 +00:16:54,200 --> 00:16:56,600 +native speaker. Okay, very nice. So, very much + +184 +00:16:56,600 --> 00:17:03,140 +they can listen extensively + +185 +00:17:03,140 --> 00:17:06,520 +in + +186 +00:17:06,520 --> 00:17:13,180 +the foreign language. For example?Listening at the + +187 +00:17:13,180 --> 00:17:20,740 +radio? Yes, they listen, they listen to radio. And + +188 +00:17:20,740 --> 00:17:27,300 +songs? Songs, films, watch films, okay. All the + +189 +00:17:27,300 --> 00:17:31,300 +news. Watch films and? + +190 +00:17:34,570 --> 00:17:38,030 +Very good. What else? A third step to improve + +191 +00:17:38,030 --> 00:17:40,790 +foreign language learning. Yes please. They can + +192 +00:17:40,790 --> 00:17:43,730 +write new words and try to use it in a sentence. + +193 +00:17:44,110 --> 00:17:48,050 +Ok. So they can also practice writing all the + +194 +00:17:48,050 --> 00:17:51,450 +time. Ok. Let's just write this one. They can + +195 +00:17:51,450 --> 00:17:56,450 +practice writing. + +196 +00:17:59,100 --> 00:18:02,360 +extensively again, alright? An example of this, + +197 +00:18:02,460 --> 00:18:04,200 +practice writing and reading for example, an + +198 +00:18:04,200 --> 00:18:08,760 +example of this would be to write essays, to + +199 +00:18:08,760 --> 00:18:17,500 +write, let's try them here, they can write + +200 +00:18:17,500 --> 00:18:20,800 +emails, + +201 +00:18:22,480 --> 00:18:28,140 +letters, essays, stories + +202 +00:18:31,280 --> 00:18:34,940 +and stories and so and so on and so forth. So + +203 +00:18:34,940 --> 00:18:38,280 +these are some examples that foreign language + +204 +00:18:38,280 --> 00:18:40,780 +learners can actually do. So what we did here is + +205 +00:18:40,780 --> 00:18:43,580 +that we provided supporting sentences, alright? + +206 +00:18:43,860 --> 00:18:46,540 +It's not only just to provide reasons or steps, we + +207 +00:18:46,540 --> 00:18:50,240 +also provided more support by giving more examples + +208 +00:18:50,240 --> 00:18:54,240 +to clarify the ideas that we present on paper in + +209 +00:18:54,240 --> 00:18:57,460 +our paragraph. Is this clear? Let's have another + +210 +00:18:57,460 --> 00:19:00,920 +practice, another activity with a different idea + +211 +00:19:00,920 --> 00:19:03,760 +and what I'd like you to do is to + +212 +00:19:06,550 --> 00:19:11,190 +write or provide supporting sentences for this + +213 +00:19:11,190 --> 00:19:16,450 +topic. Our lifestyles are different from our + +214 +00:19:16,450 --> 00:19:19,950 +grandparents' lifestyles. Our lifestyles are + +215 +00:19:19,950 --> 00:19:22,730 +different from our grandparents' lifestyles. What + +216 +00:19:22,730 --> 00:19:26,810 +is a lifestyle? A way of living. It's a way of + +217 +00:19:26,810 --> 00:19:29,970 +living. How our lifestyles are different from our + +218 +00:19:29,970 --> 00:19:33,350 +grandparents' lifestyles. Provide three + +219 +00:19:35,020 --> 00:19:38,880 +differences and for each difference provide an + +220 +00:19:38,880 --> 00:19:42,440 +example, an illustration of what you mean by this + +221 +00:19:42,440 --> 00:19:45,420 +difference, okay? Yes, please. + +222 +00:20:48,310 --> 00:20:48,690 +Thank you. + +223 +00:22:26,930 --> 00:22:29,910 +Have you thought of ideas? You can think about + +224 +00:22:29,910 --> 00:22:34,510 +transport. You can think about education or + +225 +00:22:34,510 --> 00:22:38,030 +communication and so on. Let me just get some + +226 +00:22:38,030 --> 00:22:41,830 +ideas from you. Our lifestyles are different from + +227 +00:22:41,830 --> 00:22:44,790 +our grandparents' lifestyles. The first difference + +228 +00:22:44,790 --> 00:22:48,990 +for example is about this place. They used to + +229 +00:22:48,990 --> 00:22:51,290 +communicate with each other without using + +230 +00:22:51,290 --> 00:22:56,370 +technology. Yes, and now, very good idea, let's + +231 +00:22:56,370 --> 00:23:02,290 +just write it down. So we use, or we can say our + +232 +00:23:02,290 --> 00:23:07,510 +communication, our communication, + +233 +00:23:10,210 --> 00:23:17,670 +our communication nowadays is much faster, is that + +234 +00:23:17,670 --> 00:23:20,830 +right? And efficient. + +235 +00:23:23,390 --> 00:23:26,710 +Okay? Our communication, different ways of + +236 +00:23:26,710 --> 00:23:30,670 +communication is much faster and much more + +237 +00:23:30,670 --> 00:23:34,030 +effective and efficient. For example, we use + +238 +00:23:34,030 --> 00:23:38,730 +social media, we use the internet, we use wired + +239 +00:23:38,730 --> 00:23:41,630 +phones, we use technology-based devices and + +240 +00:23:41,630 --> 00:23:47,050 +equipment and so on. All right? So we can say we + +241 +00:23:47,050 --> 00:23:49,650 +use the internet. + +242 +00:23:57,600 --> 00:24:01,860 +And satellite technology, alright? Satellite to + +243 +00:24:01,860 --> 00:24:07,180 +communicate and satellite, satellite based + +244 +00:24:07,180 --> 00:24:07,840 +technology. + +245 +00:24:12,860 --> 00:24:16,400 +to communicate, alright? Alright, so we can speak + +246 +00:24:16,400 --> 00:24:20,720 +to any person anytime, anywhere within a very + +247 +00:24:20,720 --> 00:24:24,480 +short time or at the same time, okay? Without any + +248 +00:24:24,480 --> 00:24:27,940 +problem whereas in the past people had probably + +249 +00:24:27,940 --> 00:24:33,460 +had to travel for months in order to communicate a + +250 +00:24:33,460 --> 00:24:36,620 +message to another person, alright? So this is one + +251 +00:24:36,620 --> 00:24:38,900 +first difference. The second difference would be + +252 +00:24:38,900 --> 00:24:39,760 +something like + +253 +00:24:45,680 --> 00:24:51,140 +Very nice. So education is much more diverse, much + +254 +00:24:51,140 --> 00:24:56,950 +more varied than it was it used to be. Another + +255 +00:24:56,950 --> 00:24:59,410 +idea. Very nice. Very good idea. Yes please. + +256 +00:25:03,210 --> 00:25:09,650 +Electricity. That's correct. Very nice. And for + +257 +00:25:09,650 --> 00:25:15,910 +example, now we use different electric equipment + +258 +00:25:15,910 --> 00:25:19,450 +to do the household work. For example, washing + +259 +00:25:19,450 --> 00:25:22,010 +machines, drying machines and so on. and so on. + +260 +00:25:22,110 --> 00:25:25,610 +Let's talk about transport. It's an easy idea. + +261 +00:25:26,050 --> 00:25:33,210 +Alright? Yes please. Very nice. People now. Very + +262 +00:25:33,210 --> 00:25:40,270 +nice. Very nice idea. People now use much + +263 +00:25:40,270 --> 00:25:45,930 +convenient and + +264 +00:25:45,930 --> 00:26:00,410 +faster. Faster.or easy means of transport okay for + +265 +00:26:00,410 --> 00:26:07,910 +example we use planes right cars so we use cars, + +266 +00:26:08,750 --> 00:26:11,330 +buses, planes, + +267 +00:26:13,290 --> 00:26:13,810 +trains + +268 +00:26:16,330 --> 00:26:22,570 +and probably but of course subways okay and so on + +269 +00:26:22,570 --> 00:26:25,590 +is that right yes let's think about the third + +270 +00:26:25,590 --> 00:26:29,850 +example all right of sorry the third difference in + +271 +00:26:29,850 --> 00:26:31,350 +our lifestyle yes please + +272 +00:26:42,420 --> 00:26:45,460 +Very nice. They have different traditions you + +273 +00:26:45,460 --> 00:26:48,140 +mean. They have different cultural norms or + +274 +00:26:48,140 --> 00:26:52,020 +different traditions or customs and old fashioned + +275 +00:26:52,020 --> 00:26:55,930 +ones whereas now we have a much more open, sort of + +276 +00:26:55,930 --> 00:26:59,250 +a globalized world that we can get access to + +277 +00:26:59,250 --> 00:27:01,750 +different cultural norms and different cultural + +278 +00:27:01,750 --> 00:27:05,050 +ideas rather than the traditional ones. Let's + +279 +00:27:05,050 --> 00:27:08,050 +think about education and learning. For example, + +280 +00:27:08,710 --> 00:27:18,830 +students or we use technology to study and + +281 +00:27:18,830 --> 00:27:23,780 +research things. Is that right? Yes, for example, + +282 +00:27:23,940 --> 00:27:31,860 +we use the internet and + +283 +00:27:31,860 --> 00:27:38,380 +online materials in + +284 +00:27:38,380 --> 00:27:43,100 +doing or + +285 +00:27:43,100 --> 00:27:48,920 +in conducting research. + +286 +00:27:51,620 --> 00:27:55,480 +Okay, this is just a quick example of what we mean + +287 +00:27:55,480 --> 00:27:58,260 +by using technology. We always use, we have the + +288 +00:27:58,260 --> 00:28:00,440 +technology, mobile technology and satellite + +289 +00:28:00,440 --> 00:28:05,380 +technology and the internet to actually help us in + +290 +00:28:05,380 --> 00:28:10,500 +doing research and help us in our academic study, + +291 +00:28:10,640 --> 00:28:14,000 +in our university study. So what we did here again + +292 +00:28:14,000 --> 00:28:17,880 +is the idea is that We have to provide more + +293 +00:28:17,880 --> 00:28:20,400 +examples. We have to provide supporting sentences + +294 +00:28:20,400 --> 00:28:24,000 +to make sure that the reader understands what we + +295 +00:28:24,000 --> 00:28:27,320 +actually write about. So, always think about + +296 +00:28:27,320 --> 00:28:30,480 +providing examples, all right? Illustrations to + +297 +00:28:30,480 --> 00:28:33,740 +your idea. Is that clear? Yes. Very nice. All + +298 +00:28:33,740 --> 00:28:37,740 +right. Now, let's do our final activity today and + +299 +00:28:37,740 --> 00:28:42,700 +let's do or complete this paragraph. Very easy + +300 +00:28:42,700 --> 00:28:47,200 +paragraph. that everyone can actually write about. + +301 +00:28:47,520 --> 00:28:52,780 +Let's see. All right. We're going to complete this + +302 +00:28:52,780 --> 00:28:56,360 +paragraph. Although many people like to live in + +303 +00:28:56,360 --> 00:29:00,440 +the countryside, I prefer to live in big cities + +304 +00:29:00,440 --> 00:29:03,860 +for three reasons. First, social life in big + +305 +00:29:03,860 --> 00:29:06,900 +cities is active. For example, I can communicate + +306 +00:29:06,900 --> 00:29:10,720 +with different people and from different Now I'm + +307 +00:29:10,720 --> 00:29:13,800 +going to ask you to provide a second reason for + +308 +00:29:13,800 --> 00:29:17,570 +why I prefer living in a big city than living in + +309 +00:29:17,570 --> 00:29:20,350 +the countryside. The third is here living in the + +310 +00:29:20,350 --> 00:29:23,110 +big cities is very helpful and useful in finding + +311 +00:29:23,110 --> 00:29:26,650 +jobs. In fact there are lots of job opportunities + +312 +00:29:26,650 --> 00:29:29,930 +in the city and many companies require employees + +313 +00:29:29,930 --> 00:29:33,330 +and here is the concluding sentence. So I'd like + +314 +00:29:33,330 --> 00:29:37,390 +you now to actually on your own complete this + +315 +00:29:37,390 --> 00:29:42,330 +paragraph by providing the second and give me at + +316 +00:29:42,330 --> 00:29:46,430 +least one sentence as an example to explain and + +317 +00:29:46,430 --> 00:29:50,990 +illustrate your idea, okay? Yes, please. + +318 +00:29:56,630 --> 00:29:59,050 +I'm going to ask some of you to come here and + +319 +00:29:59,050 --> 00:30:01,870 +write on the board their writing and their + +320 +00:30:01,870 --> 00:30:04,750 +examples and their reasons, okay? + +321 +00:30:17,640 --> 00:30:20,640 +It's really important to keep track of your mental + +322 +00:30:20,640 --> 00:30:20,920 +state. + +323 +00:31:06,350 --> 00:31:09,410 +While you are writing, make sure that you have + +324 +00:31:09,410 --> 00:31:13,970 +checked on your sentence structure subject-verb + +325 +00:31:13,970 --> 00:31:16,690 +agreement for example, your capitalization, you + +326 +00:31:16,690 --> 00:31:19,230 +had used capital letters correctly, that you + +327 +00:31:19,230 --> 00:31:23,950 +ended, you started your sentence with a capital + +328 +00:31:23,950 --> 00:31:26,050 +letter and ended with a full stop, with a full + +329 +00:31:26,050 --> 00:31:28,770 +stop. Make sure that you have number agreement, + +330 +00:31:29,010 --> 00:31:31,210 +alright? And other things that we talked about + +331 +00:31:31,210 --> 00:31:32,230 +last time. + +332 +00:31:55,410 --> 00:31:56,810 +This is it. This is it. + +333 +00:32:42,250 --> 00:32:44,650 +All right, while you are writing, I'd like to have + +334 +00:32:44,650 --> 00:32:47,490 +some volunteers here to show us, to write on the + +335 +00:32:47,490 --> 00:32:50,370 +board and show us what they actually wrote for + +336 +00:32:50,370 --> 00:32:52,830 +this, to complete this paragraph. Let's have you + +337 +00:32:52,830 --> 00:32:53,530 +here, please. + +338 +00:32:56,290 --> 00:32:59,050 +And I'd like to see some new faces. Yes, please. + +339 +00:33:05,270 --> 00:33:09,330 +Yes, please. Alright. Yes, you can write here. And + +340 +00:33:09,330 --> 00:33:13,510 +a third example. Yes, over there. Okay, that + +341 +00:33:13,510 --> 00:33:15,870 +should be alright. I wish we have two boards, not + +342 +00:33:15,870 --> 00:33:16,030 +one. + +343 +00:33:31,230 --> 00:33:33,950 +In the meantime, check on your writing. I'd like + +344 +00:33:33,950 --> 00:33:36,710 +to see at least two sentences, if not three + +345 +00:33:36,710 --> 00:33:39,670 +sentences to clarify your ideas. Think about the + +346 +00:33:39,670 --> 00:33:42,190 +first sentence as a reason and the second and + +347 +00:33:42,190 --> 00:33:46,490 +third sentences as examples to clarify the points + +348 +00:33:46,490 --> 00:33:48,130 +that you are making. + +349 +00:34:08,810 --> 00:34:09,530 +Thank you. + +350 +00:34:17,410 --> 00:34:22,050 +Alright, let's see. Are we done? Okay, very nice. + +351 +00:34:22,310 --> 00:34:24,830 +Let's see the examples that on the writing your + +352 +00:34:24,830 --> 00:34:29,310 +classmates wrote here. Second, services. Is that + +353 +00:34:29,310 --> 00:34:32,590 +services? Yes. Services in large cities are much + +354 +00:34:32,590 --> 00:34:38,050 +more are much more easier to attain while in the + +355 +00:34:38,050 --> 00:34:41,290 +countryside you have to drive for an hour to reach + +356 +00:34:41,290 --> 00:34:44,750 +the drugstore for example. Do you have any + +357 +00:34:44,750 --> 00:34:45,110 +comments? + +358 +00:34:52,800 --> 00:34:56,120 +Is the idea clear? Does it get through? Yes, I + +359 +00:34:56,120 --> 00:35:00,740 +think so. Yes, I think so. Services, all right, + +360 +00:35:01,060 --> 00:35:04,620 +and largely are much more easier to attain while + +361 +00:35:04,620 --> 00:35:07,520 +in the countryside, you have to drive for an hour + +362 +00:35:07,520 --> 00:35:13,560 +to reach the drugstore or to reach your, to get + +363 +00:35:13,560 --> 00:35:20,620 +your service. To get your service. Because we're + +364 +00:35:20,620 --> 00:35:24,040 +talking about Services in general, okay? Whereas + +365 +00:35:24,040 --> 00:35:26,740 +the drugstore is just for one or two things that + +366 +00:35:26,740 --> 00:35:29,140 +we need to ask. Very nice, very nice. Let's see + +367 +00:35:29,140 --> 00:35:32,240 +the second example, the second idea. Education in + +368 +00:35:32,240 --> 00:35:36,040 +big cities is very well and we can study in high + +369 +00:35:36,040 --> 00:35:38,920 +level university. Do you have any ideas? Do you + +370 +00:35:38,920 --> 00:35:43,180 +have any comments? Yeah, it's clear, but actually + +371 +00:35:43,180 --> 00:35:48,680 +we need some more, one more sentence as an example + +372 +00:35:48,680 --> 00:35:51,940 +of what we mean by this idea. We have to add at + +373 +00:35:51,940 --> 00:35:54,120 +least one more sentence just to make sure that the + +374 +00:35:54,120 --> 00:35:58,240 +idea is clearer more, okay? Give me more specific + +375 +00:35:58,240 --> 00:36:02,300 +example for Let's see the third example here of + +376 +00:36:02,300 --> 00:36:05,380 +your classmates writing. Second, there are many + +377 +00:36:05,380 --> 00:36:08,480 +universities in big cities that help people who + +378 +00:36:08,480 --> 00:36:13,960 +live there to reach in a short time and easily. + +379 +00:36:14,140 --> 00:36:18,560 +What do you think? It's fine I think but again I'd + +380 +00:36:18,560 --> 00:36:22,540 +like to see one more sentence as example just to + +381 +00:36:22,540 --> 00:36:23,580 +develop the idea + +382 +00:36:28,080 --> 00:36:30,900 +Just please, just give us an idea about what you + +383 +00:36:30,900 --> 00:36:34,100 +wrote actually. Living in a big city means that + +384 +00:36:34,100 --> 00:36:37,580 +you can easily reach to the center town + +385 +00:36:37,580 --> 00:36:40,940 +universities and supermarkets easily because you + +386 +00:36:40,940 --> 00:36:45,160 +are in a near area. Because you are in the area, + +387 +00:36:45,280 --> 00:36:48,100 +you are in a nearby area. Very nice, what did you + +388 +00:36:48,100 --> 00:36:51,430 +write? Living in big cities is very useful to find + +389 +00:36:51,430 --> 00:36:53,690 +anywhere, contrast to small cities I can find + +390 +00:36:53,690 --> 00:36:55,730 +hospitals, universities, schools and clinics. + +391 +00:36:58,570 --> 00:37:01,110 +Living in big cities I have a comfortable room + +392 +00:37:01,110 --> 00:37:05,630 +which makes transport very easy. + +393 +00:37:24,350 --> 00:37:28,090 +Without needing to travel for a very long time and + +394 +00:37:28,090 --> 00:37:30,570 +for a very long distance. Over there, please. + +395 +00:37:33,730 --> 00:37:35,590 +Say it again, please. Say it again. I didn't hear + +396 +00:37:35,590 --> 00:37:41,350 +it. Yes, there are a lot of facilities to live in + +397 +00:37:41,350 --> 00:37:42,790 +a big city. Yes, please. + +398 +00:37:46,770 --> 00:37:51,770 +Freedom to make a question in our religion, in our + +399 +00:37:51,770 --> 00:37:56,350 +mosque, in our schools Very nice, very nice, + +400 +00:37:56,390 --> 00:37:59,210 +alright, okay, let's see, yes please, just finally + +401 +00:38:07,480 --> 00:38:10,520 +Very nice, they can get a lot of services, very + +402 +00:38:10,520 --> 00:38:14,960 +good, so they can go to schools, universities and + +403 +00:38:14,960 --> 00:38:17,600 +so on. Let me just give you an idea of what I + +404 +00:38:17,600 --> 00:38:18,600 +actually wrote here. + +405 +00:38:21,250 --> 00:38:24,510 +explain the second difference between living in + +406 +00:38:24,510 --> 00:38:31,970 +big cities and living in as my favorite thing. + +407 +00:38:32,370 --> 00:38:35,970 +Second, big cities have a lot of facilities which + +408 +00:38:35,970 --> 00:38:39,870 +make life easier. This is the second difference, + +409 +00:38:39,990 --> 00:38:42,970 +okay? But this is rather general. I need to make + +410 +00:38:42,970 --> 00:38:45,390 +it more specific what I mean by a lot of + +411 +00:38:45,390 --> 00:38:50,730 +facilities. For example, for instance, You can + +412 +00:38:50,730 --> 00:38:54,670 +easily find hospitals, universities and schools + +413 +00:38:54,670 --> 00:38:58,610 +within a walking distance. Still, the idea is not + +414 +00:38:58,610 --> 00:39:01,050 +much clear for me. I need to write a third + +415 +00:39:01,050 --> 00:39:04,890 +sentence to explain it further. In addition, there + +416 +00:39:04,890 --> 00:39:09,530 +are a lot of entertainment areas and cultural + +417 +00:39:09,530 --> 00:39:13,130 +centers where you can spend your free time. + +418 +00:39:18,140 --> 00:39:23,080 +and discussed further. So what we see here is more + +419 +00:39:23,080 --> 00:39:25,520 +development of the ideas. It's not just enough to + +420 +00:39:25,520 --> 00:39:28,780 +write one sentence just to explain your ideas. + +421 +00:39:29,080 --> 00:39:32,980 +Always think about writing more, okay, fluently in + +422 +00:39:32,980 --> 00:39:35,380 +order to explain your ideas. And notice the + +423 +00:39:35,380 --> 00:39:39,560 +transitions that we use in this paragraph. First, + +424 +00:39:40,760 --> 00:39:47,350 +and then we have second.and then we have for + +425 +00:39:47,350 --> 00:39:55,870 +instance, alright, and in addition, and third, and + +426 +00:39:55,870 --> 00:39:56,290 +of course + +427 +00:40:00,370 --> 00:40:03,330 +So what we have here is actually different + +428 +00:40:03,330 --> 00:40:06,390 +transitions, and these are like traffic lights. + +429 +00:40:06,610 --> 00:40:09,450 +Think of transitions first, second, third, mover. + +430 +00:40:09,570 --> 00:40:12,530 +In addition, on the other hand, in contrast, + +431 +00:40:12,750 --> 00:40:16,630 +while, as soon as, finally, as traffic lights, as + +432 +00:40:16,630 --> 00:40:20,190 +signposts. They connect your ideas in a logical + +433 +00:40:20,190 --> 00:40:24,330 +way. So try to use them judiciously, wisely, in + +434 +00:40:24,330 --> 00:40:28,070 +order to explain your ideas, all right? Alright, + +435 +00:40:28,330 --> 00:40:31,330 +next time, inshallah, we'll look at the concluding + +436 +00:40:31,330 --> 00:40:33,890 +sentence which is the final part of your + +437 +00:40:33,890 --> 00:40:36,910 +paragraph, alright? Thank you very much and see + +438 +00:40:36,910 --> 00:40:38,190 +you next time, inshallah. + diff --git a/PL9fwy3NUQKwbknFHzECJkgNOSFOth6GiS/8FBGTsPQOlg.srt b/PL9fwy3NUQKwbknFHzECJkgNOSFOth6GiS/8FBGTsPQOlg.srt new file mode 100644 index 0000000000000000000000000000000000000000..99310d1443409bbc30f8200105e7e5586630613c --- /dev/null +++ b/PL9fwy3NUQKwbknFHzECJkgNOSFOth6GiS/8FBGTsPQOlg.srt @@ -0,0 +1,1577 @@ + +1 +00:00:21,020 --> 00:00:24,480 +Good morning, how are you today? Very good, very + +2 +00:00:24,480 --> 00:00:26,920 +good. Alright, today we're looking at the second + +3 +00:00:26,920 --> 00:00:31,020 +type of sentence structure. Remember last week we + +4 +00:00:31,020 --> 00:00:35,540 +talked about simple sentence structure and as you + +5 +00:00:35,540 --> 00:00:38,000 +know it's not only, it's not good just to write + +6 +00:00:38,000 --> 00:00:41,340 +simple sentences but we have to use a variety of + +7 +00:00:41,340 --> 00:00:44,740 +sentence structures. So today maybe some topic + +8 +00:00:44,740 --> 00:00:48,220 +that is maybe familiar to you which is the + +9 +00:00:48,220 --> 00:00:52,700 +compound sentence or compound sentences. Alright, + +10 +00:00:52,940 --> 00:00:55,520 +remember last time we talked about simple + +11 +00:00:55,520 --> 00:01:00,380 +structure as A sentence that has a subject and a + +12 +00:01:00,380 --> 00:01:04,400 +verb relationship, a subject and a verb pair. For + +13 +00:01:04,400 --> 00:01:08,260 +example, I live in Gaza city, so at least every + +14 +00:01:08,260 --> 00:01:10,460 +sentence must have a subject and a verb + +15 +00:01:10,460 --> 00:01:14,860 +combination and expresses a complete idea. But as + +16 +00:01:14,860 --> 00:01:18,420 +you know, language is not only composed of simple + +17 +00:01:18,420 --> 00:01:22,600 +sentences, we use different structures. So one + +18 +00:01:22,600 --> 00:01:27,360 +second structure, very common that we use is the + +19 +00:01:27,360 --> 00:01:29,920 +compound sentence. What is a compound sentence? + +20 +00:01:30,460 --> 00:01:35,320 +It's basically two simple sentences that are + +21 +00:01:35,320 --> 00:01:38,960 +joined together by a comma and a coordinating + +22 +00:01:38,960 --> 00:01:41,640 +conjunction. Let's consider this example for + +23 +00:01:41,640 --> 00:01:42,040 +instance. + +24 +00:01:46,610 --> 00:01:52,370 +Notice that we joined them by the connector or the + +25 +00:01:52,370 --> 00:01:56,290 +coordinating conjunction but, so she works in the + +26 +00:01:56,290 --> 00:02:00,110 +city but she lives in the suburb. So we have a + +27 +00:02:00,110 --> 00:02:02,570 +simple sentence, another simple sentence that is + +28 +00:02:02,570 --> 00:02:06,410 +also both are joined by the connector or by + +29 +00:02:06,410 --> 00:02:10,000 +something we call coordinating conjunction. And + +30 +00:02:10,000 --> 00:02:12,100 +notice the punctuation here there is a comma + +31 +00:02:12,100 --> 00:02:16,840 +before the coordinator or the coordinating + +32 +00:02:16,840 --> 00:02:20,020 +conjunction before so this is what we call a + +33 +00:02:20,020 --> 00:02:22,900 +compound sentence a combination of two simple + +34 +00:02:22,900 --> 00:02:26,320 +sentences joined together by a linking word or a + +35 +00:02:26,320 --> 00:02:29,600 +coordinator okay this is also another example we + +36 +00:02:29,600 --> 00:02:32,820 +have a simple sentence here and also a simple + +37 +00:02:32,820 --> 00:02:35,680 +sentence here and then we have a coordinating + +38 +00:02:35,680 --> 00:02:39,530 +conjunction for instance He couldn't watch the + +39 +00:02:39,530 --> 00:02:45,490 +show, so he decided to tape it. Also another + +40 +00:02:45,490 --> 00:02:50,390 +example, he was poor, but he learned happily. Or + +41 +00:02:50,390 --> 00:02:55,370 +it was cold outside, so Huda put on a heavy coat. + +42 +00:02:55,510 --> 00:02:59,490 +Or you can attend a lesson, or I will ask someone + +43 +00:02:59,490 --> 00:03:02,610 +to attend on your behalf. So what we see here are + +44 +00:03:02,610 --> 00:03:06,510 +examples of comparative sentences. two simple + +45 +00:03:06,510 --> 00:03:09,930 +sentences again joined by one of these linking + +46 +00:03:09,930 --> 00:03:13,670 +words or what we call coordinating conjunctions. + +47 +00:03:13,790 --> 00:03:16,930 +So what are these coordinating conjunctions? At + +48 +00:03:16,930 --> 00:03:19,990 +least we have seven of them, alright? And we + +49 +00:03:19,990 --> 00:03:22,470 +should learn them, we should know how to use them + +50 +00:03:22,470 --> 00:03:28,110 +all the time. For instance, we have and which is + +51 +00:03:28,110 --> 00:03:31,250 +indicating an addition relationship. So the second + +52 +00:03:31,250 --> 00:03:34,750 +sentence is an addition to the first sentence. + +53 +00:03:37,350 --> 00:03:41,970 +ideas for example but and yet and but have the + +54 +00:03:41,970 --> 00:03:45,850 +same meaning except yet sometimes or comes as for + +55 +00:03:45,850 --> 00:03:48,810 +something we call unexpected result all right + +56 +00:03:48,810 --> 00:03:53,650 +unexpected result result all right we have a + +57 +00:03:53,650 --> 00:03:59,120 +choice for example or nor we have causa and false, + +58 +00:03:59,180 --> 00:04:01,380 +very much like because but it is a kind of + +59 +00:04:01,380 --> 00:04:06,260 +coordinating conjunctions. And finally we have, so + +60 +00:04:06,260 --> 00:04:10,400 +all of these seven connectors are combined in the + +61 +00:04:10,400 --> 00:04:15,320 +word fanboys, okay? So it is the abbreviation of + +62 +00:04:15,320 --> 00:04:20,660 +these, the initials of these seven connectors. Is + +63 +00:04:20,660 --> 00:04:25,240 +this clear? So again, the idea is that a compound + +64 +00:04:25,240 --> 00:04:28,420 +sentence is basically a combination of two simple + +65 +00:04:28,420 --> 00:04:31,460 +sentences joined by one of these seven + +66 +00:04:31,460 --> 00:04:36,120 +coordinators or seven fanboys. + +67 +00:04:36,540 --> 00:04:41,040 +Okay? All right. Remember, also the punctuation is + +68 +00:04:41,040 --> 00:04:46,220 +that when we not put this punctuation, did not put + +69 +00:04:46,220 --> 00:04:50,180 +the comma here. The necklace was beautiful but + +70 +00:04:50,180 --> 00:04:53,260 +expensive. Why did we not put a comma here? + +71 +00:04:55,990 --> 00:04:59,970 +Why there is no comma here? The necklace was + +72 +00:04:59,970 --> 00:05:05,130 +beautiful but expensive. Yes, please. It is not a + +73 +00:05:05,130 --> 00:05:07,230 +compound sentence. Very nice. It is not a compound + +74 +00:05:07,230 --> 00:05:11,370 +sentence. It is a simple sentence and but here is + +75 +00:05:11,370 --> 00:05:15,850 +not joining two sentences. It is just two words or + +76 +00:05:15,850 --> 00:05:18,890 +two phrases but not two simple sentences and + +77 +00:05:18,890 --> 00:05:22,210 +therefore there is no need for a comma here. So it + +78 +00:05:22,210 --> 00:05:25,630 +is not that every time we see and or but we have + +79 +00:05:25,630 --> 00:05:27,470 +to put a comma. We have to look at the sentence + +80 +00:05:27,470 --> 00:05:31,230 +structure. If it is a compound, then we put a + +81 +00:05:31,230 --> 00:05:33,670 +comma and if it's not, then there's no need for a + +82 +00:05:33,670 --> 00:05:39,330 +comma. Is this clear? Alright. Let's just review + +83 +00:05:39,330 --> 00:05:43,090 +very quickly the simplest sentence structure. Just + +84 +00:05:43,090 --> 00:05:45,310 +we would like you to know the difference between + +85 +00:05:45,310 --> 00:05:48,230 +or to recognize the difference between a simple + +86 +00:05:48,230 --> 00:05:51,000 +sentence and a compound sentence. Remember we + +87 +00:05:51,000 --> 00:05:55,160 +talked about simple sentences as sometimes having + +88 +00:05:55,160 --> 00:06:00,300 +a compound subject or and a compound verb. For + +89 +00:06:00,300 --> 00:06:03,940 +example, Marian and Tom travelled to Amsterdam and + +90 +00:06:03,940 --> 00:06:07,240 +visited. Is this a simple or a compound sentence? + +91 +00:06:07,420 --> 00:06:11,660 +Simple. Yet we have a compound subject and a + +92 +00:06:11,660 --> 00:06:15,460 +compound verb. But still the structure is a simple + +93 +00:06:15,460 --> 00:06:17,900 +sentence structure, not a compound one because we + +94 +00:06:17,900 --> 00:06:22,610 +only see one sentence not two sentences okay all + +95 +00:06:22,610 --> 00:06:28,310 +right let's look at page 54 in your textbook page + +96 +00:06:28,310 --> 00:06:32,870 +54 in your textbook all right and let's study + +97 +00:06:32,870 --> 00:06:36,310 +these examples just to get you the idea in + +98 +00:06:36,310 --> 00:06:40,030 +recognizing the differences between the two of + +99 +00:06:40,030 --> 00:06:42,350 +them let's see at the table here just a second + +100 +00:06:42,350 --> 00:06:43,310 +please just two + +101 +00:06:47,660 --> 00:06:50,420 +So like I just said, sometimes I have a simple + +102 +00:06:50,420 --> 00:06:52,600 +sentence with a compound verb or a compound + +103 +00:06:52,600 --> 00:06:55,780 +subject and sometimes I have a compound sentence. + +104 +00:06:55,940 --> 00:06:58,600 +Let's see the examples here. Simple sentence with + +105 +00:06:58,600 --> 00:07:01,540 +a compound verb, for example, my family goes + +106 +00:07:01,540 --> 00:07:05,780 +camping every summer and usually has fun. + +107 +00:07:05,860 --> 00:07:10,020 +So it is a simple sentence with an SVV structure. + +108 +00:07:10,300 --> 00:07:13,160 +With the second one, my family goes camping every + +109 +00:07:13,160 --> 00:07:18,630 +summer, and we usually have fun so it is a compound + +110 +00:07:18,630 --> 00:07:25,030 +sentence with an sv and sv structure. Alright? The + +111 +00:07:25,030 --> 00:07:27,730 +second one, simple sentence with a compound verb. + +112 +00:07:28,010 --> 00:07:32,640 +Last year, we went camping out, but had a terrible + +113 +00:07:32,640 --> 00:07:36,260 +time. Alright? So it's an SPV. Whereas the + +114 +00:07:36,260 --> 00:07:38,900 +compound sentence, last year we went camping, but + +115 +00:07:38,900 --> 00:07:45,220 +everyone had a + +116 +00:07:45,220 --> 00:07:47,280 +trouble time. And the third example. + +117 +00:07:50,290 --> 00:07:54,250 +Next year we will go to the beach or perhaps stay + +118 +00:07:54,250 --> 00:07:56,910 +at home. This is still a simple sentence with an + +119 +00:07:56,910 --> 00:08:00,690 +SVV structure whereas the compound sentence would + +120 +00:08:00,690 --> 00:08:03,050 +be something like next year we will go to the + +121 +00:08:03,050 --> 00:08:07,010 +beach or perhaps we will. And you will notice that + +122 +00:08:07,010 --> 00:08:09,750 +every time we use a compound sentence before the + +123 +00:08:09,750 --> 00:08:11,690 +connector there is always a + +124 +00:08:16,280 --> 00:08:20,140 +comma, and so and so on. So this is important to keep + +125 +00:08:20,140 --> 00:08:23,380 +in mind, alright? Let's do the exercise on the + +126 +00:08:23,380 --> 00:08:27,080 +same page and read the sentences exercise eight, + +127 +00:08:27,220 --> 00:08:30,540 +practice eight in your textbook and I'd like you + +128 +00:08:30,540 --> 00:08:34,580 +to read the sentences very quickly and decide Is + +129 +00:08:34,580 --> 00:08:37,260 +it a simple sentence or a compound sentence + +130 +00:08:37,260 --> 00:08:41,560 +structure? And what is the formula? Is it an SV, + +131 +00:08:42,140 --> 00:08:46,980 +SPV, and so on? Yes, please, very quickly. We have + +132 +00:08:46,980 --> 00:08:49,440 +two examples done for us. For example, a simple + +133 +00:08:49,440 --> 00:08:55,260 +sentence is the summers were hot and humid in my + +134 +00:08:55,260 --> 00:08:57,600 +childhood. So this is a simple sentence structure + +135 +00:08:57,600 --> 00:09:02,030 +with an SV, subject verb. Whereas the second one, + +136 +00:09:02,530 --> 00:09:05,710 +it's a compound sentence joined, sorry, two simple + +137 +00:09:05,710 --> 00:09:09,290 +sentences joined by so. Every evening it was + +138 +00:09:09,290 --> 00:09:14,230 +subject there, so my sisters and I played subject + +139 +00:09:14,230 --> 00:09:16,750 +subject. Alright, third book please. + +140 +00:09:28,440 --> 00:09:30,480 +Okay. Okay. Yeah. + +141 +00:09:36,720 --> 00:09:38,120 +Yeah. + +142 +00:10:00,730 --> 00:10:05,090 +In the name of the Father, the Son, and the Holy + +143 +00:11:07,800 --> 00:11:10,520 +Alright, let's see number three. Who would like to + +144 +00:11:10,520 --> 00:11:16,640 +do exam number three? Yes, please. Our parents sat + +145 +00:11:16,640 --> 00:11:19,280 +in chairs on the grass and watched us play our + +146 +00:11:19,280 --> 00:11:21,780 +children's game. It's a simple sentence. Simple + +147 +00:11:21,780 --> 00:11:24,500 +sentence? Is that right? Yes, it's a simple + +148 +00:11:24,500 --> 00:11:28,500 +sentence. Okay. And what is the structure? What's + +149 +00:11:28,500 --> 00:11:33,760 +the formula? It's an S. These parents sat and + +150 +00:11:34,120 --> 00:11:37,560 +Right, so it's NSVB. Very nice, very nice. Let's + +151 +00:11:37,560 --> 00:11:39,980 +see the fourth one. Yes, please. + +152 +00:11:48,850 --> 00:11:51,570 +It's a compound? Yes. Very nice. It's a compound + +153 +00:11:51,570 --> 00:12:01,030 +sentence. It is SV. And it is an SVR or? SVV. SVV. + +154 +00:12:01,350 --> 00:12:03,810 +Is that right? Yes. Yes, okay. And notice the + +155 +00:12:03,810 --> 00:12:09,150 +punctuation, or, or, okay? Yes. Yes, please. Over + +156 +00:12:09,150 --> 00:12:13,650 +there, please. Yes, at the end. Also, what's my + +157 +00:12:13,650 --> 00:12:18,890 +advice? Simple sentence and the structure is? S.V. + +158 +00:12:19,010 --> 00:12:23,350 +We caught. We caught fireflies. Alright? Yes + +159 +00:12:23,350 --> 00:12:28,690 +please. Number six. We put fireflies in a glass + +160 +00:12:28,690 --> 00:12:32,210 +jar and our father punched air holes in the metal + +161 +00:12:32,210 --> 00:12:36,430 +lid. It's a compound. Alright? And the structure + +162 +00:12:36,430 --> 00:12:48,620 +is S.V. and a C. S.V. We put and our father's + +163 +00:12:48,620 --> 00:12:54,680 +punch etc number seven number seven yes please my + +164 +00:12:54,680 --> 00:12:57,420 +sister were afraid of most bugs but they loved + +165 +00:12:57,420 --> 00:13:01,680 +fireflies compound sentence structure sv my sister + +166 +00:13:01,680 --> 00:13:08,320 +were but they loved so it's a compound sv but sv + +167 +00:13:08,320 --> 00:13:14,920 +all right but they loved it's a subject verb yes + +168 +00:13:14,920 --> 00:13:19,080 +please We usually went to sleep. Yes. Went + +169 +00:13:19,080 --> 00:13:24,300 +together at night but we stayed up at night or on + +170 +00:13:24,300 --> 00:13:27,140 +really warm evenings. It's compound? It's a + +171 +00:13:27,140 --> 00:13:32,560 +compound sentence structure. S-V but S-V. S-V but + +172 +00:13:32,560 --> 00:13:37,480 +S-V. Very good. And the second last. Yes, please. + +173 +00:13:37,540 --> 00:13:42,150 +Over there. Our father told us to come inside a + +174 +00:13:42,150 --> 00:13:43,930 +simple sentence. It's a simple sentence. Very + +175 +00:13:43,930 --> 00:13:50,730 +nice. It is a SV structure. SV. I call our mother + +176 +00:13:50,730 --> 00:13:56,010 +and father SSV. Very nice. Told us. Told is the + +177 +00:13:56,010 --> 00:13:59,390 +verb. And finally. Yes, please. Come inside now, + +178 +00:13:59,550 --> 00:14:03,090 +but leave the fireflies outside. Please, our + +179 +00:14:03,090 --> 00:14:07,010 +mother always It's a compound, is that correct? + +180 +00:14:07,350 --> 00:14:10,750 +Yes. Yes. With an order imperative structure. So + +181 +00:14:10,750 --> 00:14:20,050 +it's N compound S B dot, dot S B, okay? Because + +182 +00:14:20,050 --> 00:14:24,350 +it's the, as we said before, the subject is not + +183 +00:14:24,350 --> 00:14:29,750 +stated clearly. The subject is originally you come + +184 +00:14:29,750 --> 00:14:35,680 +inside now and you leave the fireflies. Now let's + +185 +00:14:35,680 --> 00:14:40,640 +look at exercise in the next page, on this + +186 +00:14:40,640 --> 00:14:45,240 +paragraph, on page 55, teenagers. What I'd like + +187 +00:14:45,240 --> 00:14:48,620 +you to do is to read the sentences in this + +188 +00:14:48,620 --> 00:14:52,140 +paragraph and decide again what is the structure + +189 +00:14:52,140 --> 00:14:54,700 +here, is it a simple sentence or a compound + +190 +00:14:54,700 --> 00:14:58,040 +sentence structure, and tell me what the formula + +191 +00:14:58,040 --> 00:15:01,540 +is, is it SV or SVV and so on and so forth, + +192 +00:15:01,760 --> 00:15:02,040 +alright? + +193 +00:15:20,030 --> 00:15:21,950 +Thank you so much. + +194 +00:15:52,880 --> 00:15:54,320 +Okay. Okay. + +195 +00:15:59,080 --> 00:16:00,480 +Okay. + +196 +00:16:02,740 --> 00:16:04,140 +Okay. + +19 + +223 +00:19:48,610 --> 00:19:52,950 +a compound. But I noticed a comma here. But they + +224 +00:19:52,950 --> 00:19:56,970 +don't have time. Subject, verb. Very good. Very + +225 +00:19:56,970 --> 00:20:02,330 +good. Yes please. Also they are always too busy to + +226 +00:20:02,330 --> 00:20:04,750 +clean up their rooms but they are never too busy + +227 +00:20:04,750 --> 00:20:09,490 +to clean up the refrigerator by eating something. + +228 +00:20:11,130 --> 00:20:19,030 +It's a compound, yes? It's a compound but + +229 +00:20:19,030 --> 00:20:23,430 +they are never too busy to clean up the + +230 +00:20:23,430 --> 00:20:26,650 +refrigerator by eating everything. Yes please, ma + +231 +00:20:26,650 --> 00:20:30,810 +'am. Finally, they are old enough to drive, but too + +232 +00:20:30,810 --> 00:20:33,250 +young to pay for gas. Simple sentence. Simple + +233 +00:20:33,250 --> 00:20:36,850 +sentence. Is that correct? Yes. Yes. Why? Because + +234 +00:20:36,850 --> 00:20:41,050 +part here, it is not a sentence or a simple + +235 +00:20:41,050 --> 00:20:44,970 +sentence. It's not connecting two sentences. This + +236 +00:20:44,970 --> 00:20:49,070 +is too young, it's a phrase. It's a phrase. So + +237 +00:20:49,070 --> 00:20:53,340 +it's still a simple sentence. Not two simple + +238 +00:20:53,340 --> 00:20:56,200 +sentences joined together by but. Yes, very nice. + +239 +00:20:56,980 --> 00:21:00,180 +They are usually broke so they always return the + +240 +00:21:00,180 --> 00:21:03,700 +family car with an empty gas tank. It's a compound + +241 +00:21:03,700 --> 00:21:06,540 +sentence. It's a compound sentence joined very + +242 +00:21:06,540 --> 00:21:13,950 +nice. So, they always return it's a subject, a + +243 +00:21:13,950 --> 00:21:17,730 +formula, still a compound sentence. And finally, + +244 +00:21:17,870 --> 00:21:21,450 +yes please. It's hard to be a teenager but it's + +245 +00:21:21,450 --> 00:21:25,910 +even harder to be a parent. it's a compound + +246 +00:21:25,910 --> 00:21:31,130 +sentence joined by but but it is even harder very + +247 +00:21:31,130 --> 00:21:35,250 +good all right so it's a compound sentence so i + +248 +00:21:35,250 --> 00:21:37,710 +want you to keep this understanding as you write + +249 +00:21:37,710 --> 00:21:40,870 +your sentences not only write simple sentences but + +250 +00:21:40,870 --> 00:21:44,110 +try to join some of these sentences into compound + +251 +00:21:44,110 --> 00:21:47,430 +ones all right now let's do some more practice on + +252 +00:21:47,430 --> 00:21:53,920 +this and Try to form compound sentences by joining + +253 +00:21:53,920 --> 00:21:59,540 +each pair of sample sentences together using any + +254 +00:21:59,540 --> 00:22:02,860 +of these fanboys, any of these connectors that we + +255 +00:22:02,860 --> 00:22:07,520 +talked about, and, for, and, but, not yet, or, + +256 +00:22:07,660 --> 00:22:09,640 +and, so. Okay? + +257 +00:22:13,760 --> 00:22:17,280 +Join each pair of sentences, simple sentences to + +258 +00:22:17,280 --> 00:22:18,300 +form a compound. + +259 +00:22:43,630 --> 00:22:47,730 +And remember to put the comma where necessary. + +260 +00:22:47,890 --> 00:22:50,310 +Don't forget the punctuation for compound + +261 +00:22:50,310 --> 00:22:54,470 +sentences. So it is the fanboy is a connector is + +262 +00:22:54,470 --> 00:22:56,270 +preceded by a comma. + +263 +00:23:17,690 --> 00:23:20,490 +Okay. Okay. + +264 +00:23:32,230 --> 00:23:32,230 +Okay. + +265 +00:23:43,730 --> 00:23:45,170 +Okay. Okay. + +266 +00:23:49,850 --> 00:23:51,250 +Okay. + +267 +00:24:00,150 --> 00:24:01,550 +Okay. + +268 +00:24:08,430 --> 00:24:12,170 +Alright, are we done? Yes, the first one. Yes, + +269 +00:24:12,270 --> 00:24:18,250 +please. Ali works poorly but he plays well. Very + +270 +00:24:18,250 --> 00:24:21,890 +nice. + +271 +00:24:21,990 --> 00:24:25,210 +Yes, number two. He must obey me so I will punish + +272 +00:24:25,210 --> 00:24:28,630 +him. Oh, so I'll punish him because he obeyed me + +273 +00:24:28,630 --> 00:24:34,530 +now. Actually, he or I will punish or. Is that + +274 +00:24:34,530 --> 00:24:36,950 +right? Yes, or I'll punish him. It makes sense + +275 +00:24:36,950 --> 00:24:37,970 +now. Yes, please. + +276 +00:24:42,600 --> 00:24:45,280 +Very nice. A nice connector would be something + +277 +00:24:45,280 --> 00:24:51,600 +like and we have a small validation idea. Yes + +278 +00:24:51,600 --> 00:24:55,040 +please. He is clever and he is intelligent. And he + +279 +00:24:55,040 --> 00:25:01,100 +and he is intelligent too. Yes. Very nice. Yes + +280 +00:25:01,100 --> 00:25:03,380 +please. He didn't pay the money so he will go to + +281 +00:25:03,380 --> 00:25:07,220 +present. So he will go to present. So he will go + +282 +00:25:07,220 --> 00:25:10,180 +to present. Very nice. Yes please. She sings + +283 +00:25:10,180 --> 00:25:11,120 +beautifully. + +284 +00:25:13,420 --> 00:25:19,020 +very nice and she paints well and she paints well + +285 +00:25:19,020 --> 00:25:22,980 +and number seven yes please he has done his best, + +286 +00:25:23,400 --> 00:25:26,260 +and his brother has done his best too and his + +287 +00:25:26,260 --> 00:25:31,760 +brother has done his best too all right let's just + +288 +00:25:31,760 --> 00:25:35,920 +complete the remaining sentences the same idea + +289 +00:25:35,920 --> 00:25:39,950 +just to join The two sentences to form a + +290 +00:25:39,950 --> 00:25:42,370 +compounder, a compound word. + +291 +00:26:21,140 --> 00:26:27,980 +I don't know. I don't know. + +292 +00:26:32,490 --> 00:26:47,850 +I'm going to + +293 +00:26:47,850 --> 00:26:51,750 +show you. Alright, let's see. Yes please, over + +294 +00:26:51,750 --> 00:26:56,170 +there. The boy eats too much and so he sleeps too + +295 +00:26:56,170 --> 00:26:58,690 +much. Okay, you can say, so he sleeps too much and + +296 +00:26:58,690 --> 00:27:00,990 +he sleeps too much. Both are correct depending on + +297 +00:27:00,990 --> 00:27:05,550 +what is your needs. And he works so he sleeps too + +298 +00:27:05,550 --> 00:27:09,530 +much. Yes please. The student worked hard so she + +299 +00:27:09,530 --> 00:27:11,930 +made some progress. Yes, so it's more of a result. + +300 +00:27:12,130 --> 00:27:16,970 +So she made some progress. Yes please. My father + +301 +00:27:16,970 --> 00:27:18,670 +has not seen the film but he has + +302 +00:27:22,020 --> 00:27:27,220 +But he has read the book. Yes. She walked for a + +303 +00:27:27,220 --> 00:27:29,160 +long time but she couldn't find the road. But she + +304 +00:27:29,160 --> 00:27:35,360 +couldn't find the book. But she couldn't find the + +305 +00:27:35,360 --> 00:27:41,920 +road and she shouted for help but no one heard + +306 +00:27:41,920 --> 00:27:47,280 +her. But no one heard her. And finally, yes + +307 +00:27:47,280 --> 00:27:47,600 +please. + +308 +00:27:53,270 --> 00:27:58,550 +So I decided to take a break. So I decided to take + +309 +00:27:58,550 --> 00:28:01,590 +a break. This is clear? Yes. Alright, now let's go + +310 +00:28:01,590 --> 00:28:05,370 +back to our textbook on page 57. Yes, please. + +311 +00:28:08,330 --> 00:28:11,850 +And exercise with practice 10, all right? It's the + +312 +00:28:11,850 --> 00:28:14,470 +same idea like here. We're going to do, we're + +313 +00:28:14,470 --> 00:28:17,030 +going to do more practice, and this time joining + +314 +00:28:17,030 --> 00:28:23,950 +each pair of sentences on page 58 and 59 using any + +315 +00:28:23,950 --> 00:28:27,790 +of these connectors, and, for, but, so, yet, and + +316 +00:28:27,790 --> 00:28:31,150 +so, and so on, all right? You see exam number one + +317 +00:28:31,150 --> 00:28:34,040 +at the bottom of the page? Canada has two official + +318 +00:28:34,040 --> 00:28:37,960 +languages, everyone is printed in both English and + +319 +00:28:37,960 --> 00:28:40,340 +French. Joining them together would be something + +320 +00:28:40,340 --> 00:28:43,660 +like Canada has two official languages, so + +321 +00:28:43,660 --> 00:28:47,980 +everything is printed in both English and French, + +322 +00:28:48,120 --> 00:28:53,440 +alright? Now page 58, just do the same, alright? + +323 +00:28:53,620 --> 00:28:57,800 +Join each two simple sentences into a compound + +324 +00:28:57,800 --> 00:28:58,180 +word. + +325 +00:29:27,830 --> 00:29:31,840 +Thank you very much. Thank you. + +326 +00:29:36,800 --> 00:29:47,980 +Thank you + +327 +00:29:47,980 --> 00:29:50,440 +so much. + +328 +00:30:09,390 --> 00:30:09,510 +Thank you. + +329 +00:30:43,240 --> 00:30:55,040 +Thank you very + +330 +00:30:55,040 --> 00:31:01,340 +much. In the name of God, + +331 +00:31:05,960 --> 00:31:07,480 +most Gracious, most Merciful. + +332 +00:31:52,210 --> 00:31:53,610 +I... + +333 +00:32:01,440 --> 00:32:02,100 +It's really good. + +334 +00:32:37,860 --> 00:32:41,860 +All right. All right. Yes, please. Uh-huh. Yes. + +335 +00:32:42,700 --> 00:32:45,860 +Sure. There are several hundred languages in the + +336 +00:32:45,860 --> 00:32:49,440 +world, but not all of them have written for. There + +337 +00:32:49,440 --> 00:32:51,920 +are several hundred languages in the world, but + +338 +00:32:51,920 --> 00:32:53,360 +not all of them have written for. Is that Korean? + +339 +00:32:53,760 --> 00:32:57,820 +Yes, but not + +340 +00:32:57,820 --> 00:33:02,240 +all of them are or have written for. Yes, please, + +341 +00:33:02,300 --> 00:33:04,500 +the second one. Chinese is spoken by more people, + +342 +00:33:04,720 --> 00:33:06,560 +but English is spoken in more countries. But + +343 +00:33:06,560 --> 00:33:09,180 +English is spoken in more countries. + +344 +00:33:18,900 --> 00:33:24,760 +Very nice and it's more of an addition here and We + +345 +00:33:24,760 --> 00:33:27,060 +can use but by thinking of it as more of an + +346 +00:33:27,060 --> 00:33:29,280 +addition the second sentence is an addition to the + +347 +00:33:29,280 --> 00:33:36,060 +first Yes please Only + +348 +00:33:36,060 --> 00:33:40,980 +use only about 10,000 of them very nice but most + +349 +00:33:40,980 --> 00:33:46,830 +people use only 10,000 of them number seven Six. + +350 +00:33:46,830 --> 00:33:48,970 +Six, yes please. Chinese has many different + +351 +00:33:48,970 --> 00:33:52,390 +dialects. Dialects. Dialects. So Chinese people + +352 +00:33:52,390 --> 00:33:55,710 +cannot always understand each other. So Chinese + +353 +00:33:55,710 --> 00:33:58,630 +people cannot always. Yes. It's more the result. + +354 +00:33:58,850 --> 00:34:01,530 +Yes. So Chinese people cannot always use them. + +355 +00:34:02,330 --> 00:34:04,450 +Yes. Yes please. French used to be the language of + +356 +00:34:04,450 --> 00:34:07,970 +international diplomacy. Diplomacy. But now it is + +357 +00:34:07,970 --> 00:34:11,330 +English. But now and now. But it's very nice. But + +358 +00:34:11,330 --> 00:34:11,970 +now. + +359 +00:34:18,670 --> 00:34:23,310 +So they will soon, very good. So they will soon + +360 +00:34:23,310 --> 00:34:27,100 +need more. And finally, guess what? Young people + +361 +00:34:27,100 --> 00:34:30,200 +should know a second language or they will be at a + +362 +00:34:30,200 --> 00:34:32,460 +disadvantage in the international job market. So + +363 +00:34:32,460 --> 00:34:36,220 +it's more of or. Yes, very good. Or they will be + +364 +00:34:36,220 --> 00:34:41,260 +at a disadvantage in the international job market. + +365 +00:34:41,560 --> 00:34:44,140 +Very nice. Okay. Now let's conclude with this + +366 +00:34:44,140 --> 00:34:48,040 +activity. What I'd like you to do is to complete + +367 +00:34:48,040 --> 00:34:52,560 +the following compound sentences. Alright? Yes. + +368 +00:34:56,460 --> 00:34:59,160 +So some sentences you have to add the connector + +369 +00:34:59,160 --> 00:35:02,460 +and complete the sentence or sometimes or not in + +370 +00:35:02,460 --> 00:35:06,220 +the first two you just add the connector. + +371 +00:35:29,430 --> 00:35:33,430 +It's very much like but, but it's sort of used as + +372 +00:35:33,430 --> 00:35:36,330 +an expected thing, unexpected. + +373 +00:35:38,580 --> 00:35:42,580 +I don't know if it's wrong for me to say this, but + +374 +00:35:42,580 --> 00:35:49,860 +I think it's + +375 +00:35:49,860 --> 00:35:50,060 +a good thing. + +376 +00:36:05,210 --> 00:36:05,750 +Okay, I'm free. + +377 +00:36:19,860 --> 00:36:20,420 +I don't know. + +378 +00:36:26,060 --> 00:36:27,080 +I don't know. + +379 +00:36:47,300 --> 00:36:49,600 +It's very much like me being able to sit in front + +380 +00:36:49,600 --> 00:36:54,160 +of a camera and talk to people. It's very much + +381 +00:36:54,160 --> 00:36:58,060 +like me being able to sit in front of a camera and + +382 +00:36:58,060 --> 00:36:59,340 +It's very much like me being able to sit in front + +383 +00:36:59,340 --> 00:37:05,560 +of a camera and talk to people. It's very much + +384 +00:37:05,560 --> 00:37:11,640 +like me being able to sit in front of a camera and + +385 +00:37:15,280 --> 00:37:20,480 +I don't know. I don't know. + +386 +00:38:11,860 --> 00:38:16,300 +Are we finished? + +387 +00:38:16,460 --> 00:38:19,120 +Yes. Very. Very good. All right. Let's see the + +388 +00:38:19,120 --> 00:38:21,860 +first one. It's warm out today, so let's go to the + +389 +00:38:21,860 --> 00:38:28,320 +park. So let's go to the park this afternoon. Yes, + +390 +00:38:28,380 --> 00:38:31,560 +please. Second question. Is a movement a form of + +391 +00:38:31,560 --> 00:38:32,140 +exercise? + +392 +00:38:41,170 --> 00:38:45,170 +often recommend it. Yes teacher. Number three, + +393 +00:38:45,670 --> 00:38:48,750 +number three. Yes please. The waves were high and + +394 +00:38:48,750 --> 00:38:52,610 +rough, yet I was able to swim. Yet I was able to + +395 +00:38:52,610 --> 00:38:56,350 +swim or is there another answer? Yet I went + +396 +00:38:56,350 --> 00:38:59,470 +swimming. Very nice. The waves were high and + +397 +00:38:59,470 --> 00:39:04,890 +rough, yet I went swimming. The fish are fishing + +398 +00:39:04,890 --> 00:39:09,030 +on the rocks. Yet I went swimming. Okay. + +399 +00:39:16,880 --> 00:39:22,000 +We will go on a picnic. We will go to have fun in + +400 +00:39:22,000 --> 00:39:29,520 +the city. So, we will go out. We will go out, + +401 +00:39:29,940 --> 00:39:32,180 +alright? Or we will have to the beach or + +402 +00:39:32,180 --> 00:39:35,920 +something. Very nice. Yes, please. I really enjoy + +403 +00:39:35,920 --> 00:39:39,680 +reading the novel and writing the story. Alright, + +404 +00:39:39,800 --> 00:39:43,260 +let's see number five. I really enjoyed reading + +405 +00:39:43,260 --> 00:39:46,480 +the novel and writing the stories. Is it a simple + +406 +00:39:46,480 --> 00:39:48,680 +or a compound? Simple. It's more of a simple + +407 +00:39:48,680 --> 00:39:51,720 +sentence because we're talking about the same + +408 +00:39:51,720 --> 00:39:56,320 +subject. I really enjoy and it's the same subject. + +409 +00:39:56,540 --> 00:39:58,580 +Yes. I really enjoy. So subject, verb. Yes. + +410 +00:39:58,680 --> 00:40:01,720 +Alright? But it has to be a compound here. It will + +411 +00:40:01,720 --> 00:40:05,880 +be something like. I really, I enjoy reading a + +412 +00:40:05,880 --> 00:40:09,280 +story.and I enjoy reading stories very + +413 +00:40:09,280 --> 00:40:14,320 +necessarily, enjoy reading the novel and I enjoyed + +414 +00:40:14,320 --> 00:40:18,380 +for example watching the film, okay? + +415 +00:40:35,550 --> 00:40:40,890 +And she baked a cake for everyone. And she, just + +416 +00:40:40,890 --> 00:40:44, + +445 +00:42:57,870 --> 00:43:01,190 +look at the complex sentence, complex sentence + +446 +00:43:01,190 --> 00:43:03,670 +structure, which is the third common type of + +447 +00:43:03,670 --> 00:43:06,730 +sentence structure. For now, thank you very much + +448 +00:43:06,730 --> 00:43:08,850 +and I'll see you next time, inshallah. Thank you. diff --git a/PL9fwy3NUQKwbknFHzECJkgNOSFOth6GiS/8FBGTsPQOlg_postprocess.srt b/PL9fwy3NUQKwbknFHzECJkgNOSFOth6GiS/8FBGTsPQOlg_postprocess.srt new file mode 100644 index 0000000000000000000000000000000000000000..d208418e1de069654d573d570d658070ccc1bfb5 --- /dev/null +++ b/PL9fwy3NUQKwbknFHzECJkgNOSFOth6GiS/8FBGTsPQOlg_postprocess.srt @@ -0,0 +1,1792 @@ +1 +00:00:21,020 --> 00:00:24,480 +Good morning, how are you today? Very good, very + +2 +00:00:24,480 --> 00:00:26,920 +good. Alright, today we're looking at the second + +3 +00:00:26,920 --> 00:00:31,020 +type of sentence structure. Remember last week we + +4 +00:00:31,020 --> 00:00:35,540 +talked about simple sentence structure and as you + +5 +00:00:35,540 --> 00:00:38,000 +know it's not only, it's not good just to write + +6 +00:00:38,000 --> 00:00:41,340 +simple sentences but we have to use a variety of + +7 +00:00:41,340 --> 00:00:44,740 +sentence structures. So today maybe some topic + +8 +00:00:44,740 --> 00:00:48,220 +that is maybe familiar to you which is the + +9 +00:00:48,220 --> 00:00:52,700 +compound sentence or compound sentences. Alright, + +10 +00:00:52,940 --> 00:00:55,520 +remember last times we talked about simple + +11 +00:00:55,520 --> 00:01:00,380 +structure as A sentence that has a subject and a + +12 +00:01:00,380 --> 00:01:04,400 +verb relationship, a subject and a verb pair. For + +13 +00:01:04,400 --> 00:01:08,260 +example, I live in Gaza city, so at least every + +14 +00:01:08,260 --> 00:01:10,460 +sentence must have a subject and a verb + +15 +00:01:10,460 --> 00:01:14,860 +combination and expresses a complete idea. But as + +16 +00:01:14,860 --> 00:01:18,420 +you know, language is not only composed of Simple + +17 +00:01:18,420 --> 00:01:22,600 +sentences, we use different structures. So one + +18 +00:01:22,600 --> 00:01:27,360 +second structure, very common that we use is the + +19 +00:01:27,360 --> 00:01:29,920 +compound sentence. What is a compound sentence? + +20 +00:01:30,460 --> 00:01:35,320 +It's basically two simple sentences that are + +21 +00:01:35,320 --> 00:01:38,960 +joined together by a comma and a coordinating + +22 +00:01:38,960 --> 00:01:41,640 +conjunction. Let's consider this example for + +23 +00:01:41,640 --> 00:01:42,040 +instance. + +24 +00:01:46,610 --> 00:01:52,370 +Notice that we joined them by the connector or the + +25 +00:01:52,370 --> 00:01:56,290 +coordinating conjunction but, so she works in the + +26 +00:01:56,290 --> 00:02:00,110 +city but she lives in the suburb. So we have a + +27 +00:02:00,110 --> 00:02:02,570 +simple sentence, another simple sentence that is + +28 +00:02:02,570 --> 00:02:06,410 +also both are joined by the connector or by + +29 +00:02:06,410 --> 00:02:10,000 +something we call coordinating conjunction. and + +30 +00:02:10,000 --> 00:02:12,100 +notice the punctuation here there is a comma + +31 +00:02:12,100 --> 00:02:16,840 +before the coordinator or the coordinating + +32 +00:02:16,840 --> 00:02:20,020 +conjunction before so this is what we call a + +33 +00:02:20,020 --> 00:02:22,900 +compound sentence a combination of two simple + +34 +00:02:22,900 --> 00:02:26,320 +sentences joined together by a linking word or a + +35 +00:02:26,320 --> 00:02:29,600 +coordinator okay this is also another example we + +36 +00:02:29,600 --> 00:02:32,820 +have a simple sentence here and also a simple + +37 +00:02:32,820 --> 00:02:35,680 +sentence here and then we have a coordinating + +38 +00:02:35,680 --> 00:02:39,530 +conjunction for instance He couldn't watch the + +39 +00:02:39,530 --> 00:02:45,490 +show, so he decided to tape it. Also another + +40 +00:02:45,490 --> 00:02:50,390 +example, he was poor, but he learned happily. Or + +41 +00:02:50,390 --> 00:02:55,370 +it was cold outside, so Huda put on a heavy coat. + +42 +00:02:55,510 --> 00:02:59,490 +Or you can attend a lesson, or I will ask someone + +43 +00:02:59,490 --> 00:03:02,610 +to attend on your behalf. So what we see here are + +44 +00:03:02,610 --> 00:03:06,510 +examples of comparative sentences. two simple + +45 +00:03:06,510 --> 00:03:09,930 +sentences again joined by one of these linking + +46 +00:03:09,930 --> 00:03:13,670 +words or what we call coordinating conjunctions. + +47 +00:03:13,790 --> 00:03:16,930 +So what are these coordinating conjunctions? At + +48 +00:03:16,930 --> 00:03:19,990 +least we have seven of them, alright? And we + +49 +00:03:19,990 --> 00:03:22,470 +should learn them, we should know how to use them + +50 +00:03:22,470 --> 00:03:28,110 +all the time. For instance, we have and which is + +51 +00:03:28,110 --> 00:03:31,250 +indicating an addition relationship. So the second + +52 +00:03:31,250 --> 00:03:34,750 +sentence is an addition to the first sentence. + +53 +00:03:37,350 --> 00:03:41,970 +ideas for example but and yet and but have the + +54 +00:03:41,970 --> 00:03:45,850 +same meaning except yet sometimes or comes as for + +55 +00:03:45,850 --> 00:03:48,810 +something we call unexpected result all right + +56 +00:03:48,810 --> 00:03:53,650 +unexpected result result all right we have a + +57 +00:03:53,650 --> 00:03:59,120 +choice for example or nor we have causa and False, + +58 +00:03:59,180 --> 00:04:01,380 +very much like because but it is a kind of + +59 +00:04:01,380 --> 00:04:06,260 +coordinating conjunctions. And finally we have, so + +60 +00:04:06,260 --> 00:04:10,400 +all of these seven connectors are combined in the + +61 +00:04:10,400 --> 00:04:15,320 +word fanboys, okay? So it is the abbreviation of + +62 +00:04:15,320 --> 00:04:20,660 +these, the initials of these seven connectors. Is + +63 +00:04:20,660 --> 00:04:25,240 +this clear? So again, the idea is that A compound + +64 +00:04:25,240 --> 00:04:28,420 +sentence is basically a combination of two simple + +65 +00:04:28,420 --> 00:04:31,460 +sentences joined by one of these seven + +66 +00:04:31,460 --> 00:04:36,120 +coordinators or seven fanboys. + +67 +00:04:36,540 --> 00:04:41,040 +Okay? All right. Remember, also the punctuation is + +68 +00:04:41,040 --> 00:04:46,220 +that when we not put this punctuation, did not put + +69 +00:04:46,220 --> 00:04:50,180 +the comma here. The necklace was beautiful but + +70 +00:04:50,180 --> 00:04:53,260 +expensive. Why did we not put a comma here? + +71 +00:04:55,990 --> 00:04:59,970 +Why there is no comma here? The necklace was + +72 +00:04:59,970 --> 00:05:05,130 +beautiful but expensive. Yes please. It is not a + +73 +00:05:05,130 --> 00:05:07,230 +compound sentence. Very nice. It is not a compound + +74 +00:05:07,230 --> 00:05:11,370 +sentence. It is a simple sentence and but here is + +75 +00:05:11,370 --> 00:05:15,850 +not joining two sentences. It is just two words or + +76 +00:05:15,850 --> 00:05:18,890 +two phrases but not two simple sentences and + +77 +00:05:18,890 --> 00:05:22,210 +therefore there is no need for a comma here. So it + +78 +00:05:22,210 --> 00:05:25,630 +is not that every time we see and or but we have + +79 +00:05:25,630 --> 00:05:27,470 +to put comma. We have to look at the sentence + +80 +00:05:27,470 --> 00:05:31,230 +structure. If it is a compound, then we put a + +81 +00:05:31,230 --> 00:05:33,670 +comma and if it's not, then there's no need for a + +82 +00:05:33,670 --> 00:05:39,330 +word. Is this clear? Alright. Let's just review + +83 +00:05:39,330 --> 00:05:43,090 +very quickly the simplest sentence structure. Just + +84 +00:05:43,090 --> 00:05:45,310 +we would like you to know the difference between + +85 +00:05:45,310 --> 00:05:48,230 +or to recognize the difference between a simple + +86 +00:05:48,230 --> 00:05:51,000 +sentence and a compound sentence. Remember we + +87 +00:05:51,000 --> 00:05:55,160 +talked about simple sentences as sometimes having + +88 +00:05:55,160 --> 00:06:00,300 +a compound subject or and a compound verb. For + +89 +00:06:00,300 --> 00:06:03,940 +example, Marian and Tom travelled to Amsterdam and + +90 +00:06:03,940 --> 00:06:07,240 +visited. Is this a simple or a compound sentence? + +91 +00:06:07,420 --> 00:06:11,660 +Simple. Yet we have a compound subject and a + +92 +00:06:11,660 --> 00:06:15,460 +compound verb. But still the structure is a simple + +93 +00:06:15,460 --> 00:06:17,900 +sentence structure, not a compound one because we + +94 +00:06:17,900 --> 00:06:22,610 +only see one sentence not two sentences okay all + +95 +00:06:22,610 --> 00:06:28,310 +right let's look at page 54 in your textbook page + +96 +00:06:28,310 --> 00:06:32,870 +54 in your textbook all right and let's study + +97 +00:06:32,870 --> 00:06:36,310 +these examples just to get you the idea in + +98 +00:06:36,310 --> 00:06:40,030 +recognizing the differences between the two of + +99 +00:06:40,030 --> 00:06:42,350 +them let's see at the table here just a second + +100 +00:06:42,350 --> 00:06:43,310 +please just two + +101 +00:06:47,660 --> 00:06:50,420 +So like I just said, sometimes I have a simple + +102 +00:06:50,420 --> 00:06:52,600 +sentence with a compound verb or a compound + +103 +00:06:52,600 --> 00:06:55,780 +subject and sometimes I have a compound sentence. + +104 +00:06:55,940 --> 00:06:58,600 +Let's see the examples here. Simple sentence with + +105 +00:06:58,600 --> 00:07:01,540 +a compound verb, for example, my family goes + +106 +00:07:01,540 --> 00:07:05,780 +camping summer every summer and usually has fun. + +107 +00:07:05,860 --> 00:07:10,020 +So it is a simple sentence with an SVV structure. + +108 +00:07:10,300 --> 00:07:13,160 +With the second one, my family goes camping every + +109 +00:07:13,160 --> 00:07:18,630 +summer And we usually have fun so it is a compound + +110 +00:07:18,630 --> 00:07:25,030 +sentence with an sv and sv structure. Alright? The + +111 +00:07:25,030 --> 00:07:27,730 +second one, simple sentence with a compound verb. + +112 +00:07:28,010 --> 00:07:32,640 +Last year, we went camping out. But had a terrible + +113 +00:07:32,640 --> 00:07:36,260 +time. Alright? So it's an SPV. Whereas the + +114 +00:07:36,260 --> 00:07:38,900 +compound sentence, last year we went camping, but + +115 +00:07:38,900 --> 00:07:45,220 +everyone had a + +116 +00:07:45,220 --> 00:07:47,280 +trouble time. And the third example. + +117 +00:07:50,290 --> 00:07:54,250 +Next year we will go to the beach or perhaps stay + +118 +00:07:54,250 --> 00:07:56,910 +at home. This is still a simple sentence with an + +119 +00:07:56,910 --> 00:08:00,690 +SVV structure whereas the compound sentence would + +120 +00:08:00,690 --> 00:08:03,050 +be something like next year we will go to the + +121 +00:08:03,050 --> 00:08:07,010 +beach or perhaps we will. And you will notice that + +122 +00:08:07,010 --> 00:08:09,750 +every time we use a compound sentence before the + +123 +00:08:09,750 --> 00:08:11,690 +connector there is always a + +124 +00:08:16,280 --> 00:08:20,140 +And and so and so on. So this is important to keep + +125 +00:08:20,140 --> 00:08:23,380 +in mind, alright? Let's do the exercise on the + +126 +00:08:23,380 --> 00:08:27,080 +same page and read the sentences exercise eight, + +127 +00:08:27,220 --> 00:08:30,540 +practice eight in your textbook and I'd like you + +128 +00:08:30,540 --> 00:08:34,580 +to read the sentences very quickly and decide Is + +129 +00:08:34,580 --> 00:08:37,260 +it a simple sentence or a compound sentence + +130 +00:08:37,260 --> 00:08:41,560 +structure? And what is the formula? Is it an SV, + +131 +00:08:42,140 --> 00:08:46,980 +SPV, and so on? Yes, please, very quickly. We have + +132 +00:08:46,980 --> 00:08:49,440 +two examples done for us. For example, a simple + +133 +00:08:49,440 --> 00:08:55,260 +sentence is the summers were hot and humid in my + +134 +00:08:55,260 --> 00:08:57,600 +childhood. So this is a simple sentence structure + +135 +00:08:57,600 --> 00:09:02,030 +with an SV, subject verb.Whereas the second one, + +136 +00:09:02,530 --> 00:09:05,710 +it's a compound sentence joined, sorry, two simple + +137 +00:09:05,710 --> 00:09:09,290 +sentences joined by so. Every evening it was + +138 +00:09:09,290 --> 00:09:14,230 +subject there, so my sisters and I played subject + +139 +00:09:14,230 --> 00:09:16,750 +subject. Alright, third book please. + +140 +00:09:28,440 --> 00:09:30,480 +Okay. Okay. Yeah. + +141 +00:09:36,720 --> 00:09:38,120 +Yeah. + +142 +00:10:00,730 --> 00:10:05,090 +In the name of the Father, the Son, and the Holy + +143 +00:11:07,800 --> 00:11:10,520 +Alright, let's see number three. Who would like to + +144 +00:11:10,520 --> 00:11:16,640 +do exam number three? Yes, please. Our parents sat + +145 +00:11:16,640 --> 00:11:19,280 +in chairs on the grass and watched us play our + +146 +00:11:19,280 --> 00:11:21,780 +children's game. It's a simple sentence. Simple + +147 +00:11:21,780 --> 00:11:24,500 +sentence? Is that right? Yes, it's a simple + +148 +00:11:24,500 --> 00:11:28,500 +sentence. Okay. And what is the structure? What's + +149 +00:11:28,500 --> 00:11:33,760 +the formula? It's an S. These parents sat and + +150 +00:11:34,120 --> 00:11:37,560 +Right, so it's NSVB. Very nice, very nice. Let's + +151 +00:11:37,560 --> 00:11:39,980 +see the fourth one. Yes, please. + +152 +00:11:48,850 --> 00:11:51,570 +It's a compound? Yes. Very nice. It's a compound + +153 +00:11:51,570 --> 00:12:01,030 +sentence. It is SV. And it is an SVR or? SVV. SVV. + +154 +00:12:01,350 --> 00:12:03,810 +Is that right? Yes. Yes, okay. And notice the + +155 +00:12:03,810 --> 00:12:09,150 +punctuation, or, or, okay? Yes. Yes, please. Over + +156 +00:12:09,150 --> 00:12:13,650 +there, please. Yes, at the end. Also, what's my + +157 +00:12:13,650 --> 00:12:18,890 +advice? Simple sentence and the structure is? S.V. + +158 +00:12:19,010 --> 00:12:23,350 +We caught. We caught fireflies. Alright? Yes + +159 +00:12:23,350 --> 00:12:28,690 +please. Number six. We put fireflies in a glass + +160 +00:12:28,690 --> 00:12:32,210 +jar and our father punched air holes in the metal + +161 +00:12:32,210 --> 00:12:36,430 +lid. It's a compound. Alright? And the structure + +162 +00:12:36,430 --> 00:12:48,620 +is S.V. and a C. S.V. We put and our father's + +163 +00:12:48,620 --> 00:12:54,680 +punch etc number seven number seven yes please my + +164 +00:12:54,680 --> 00:12:57,420 +sister were afraid of most bugs but they loved + +165 +00:12:57,420 --> 00:13:01,680 +fireflies compound sentence structure sv my sister + +166 +00:13:01,680 --> 00:13:08,320 +were but they loved so it's a compound sv but sv + +167 +00:13:08,320 --> 00:13:14,920 +all right but they loved it's a subject verb yes + +168 +00:13:14,920 --> 00:13:19,080 +please We usually went to sleep. Yes. Went + +169 +00:13:19,080 --> 00:13:24,300 +together at night but we stayed up at night or on + +170 +00:13:24,300 --> 00:13:27,140 +really warm evenings. It's compound? It's a + +171 +00:13:27,140 --> 00:13:32,560 +compound sentence structure. S-V but S-V. S-V but + +172 +00:13:32,560 --> 00:13:37,480 +S-V. Very good. And the second last. Yes, please. + +173 +00:13:37,540 --> 00:13:42,150 +Over there. Our father told us to come inside a + +174 +00:13:42,150 --> 00:13:43,930 +simple sentence. It's a simple sentence. Very + +175 +00:13:43,930 --> 00:13:50,730 +nice. It is a SV structure. SV. I call our mother + +176 +00:13:50,730 --> 00:13:56,010 +and father SSV. Very nice. Told us. Told is the + +177 +00:13:56,010 --> 00:13:59,390 +verb. And finally. Yes, please. Come inside now, + +178 +00:13:59,550 --> 00:14:03,090 +but leave the fireflies outside. Please, our + +179 +00:14:03,090 --> 00:14:07,010 +mother always It's a compound, is that correct? + +180 +00:14:07,350 --> 00:14:10,750 +Yes. Yes. With an order imperative structure. So + +181 +00:14:10,750 --> 00:14:20,050 +it's N compound S B dot, dot S B, okay? Because + +182 +00:14:20,050 --> 00:14:24,350 +it's the, as we said before, the subject is not + +183 +00:14:24,350 --> 00:14:29,750 +stated clearly. The subject is originally you come + +184 +00:14:29,750 --> 00:14:35,680 +inside now and you leave the fireflies. Now let's + +185 +00:14:35,680 --> 00:14:40,640 +look at exercise in the next page, on this + +186 +00:14:40,640 --> 00:14:45,240 +paragraph, on page 55, teenagers. What I'd like + +187 +00:14:45,240 --> 00:14:48,620 +you to do is to read the sentences in this + +188 +00:14:48,620 --> 00:14:52,140 +paragraph and decide again what is the structure + +189 +00:14:52,140 --> 00:14:54,700 +here, is it a simple sentence or a confound + +190 +00:14:54,700 --> 00:14:58,040 +sentence structure, and tell me what the formula + +191 +00:14:58,040 --> 00:15:01,540 +is, is it SV or SVV and so on and so forth, + +192 +00:15:01,760 --> 00:15:02,040 +alright? + +193 +00:15:20,030 --> 00:15:21,950 +Thank you so much. + +194 +00:15:52,880 --> 00:15:54,320 +Okay. Okay. + +195 +00:15:59,080 --> 00:16:00,480 +Okay. + +196 +00:16:02,740 --> 00:16:04,140 +Okay. + +197 +00:16:07,370 --> 00:16:14,350 +Why? Why? Why? + +198 +00:17:02,480 --> 00:17:06,840 +So decide very quickly if the sentence is simple + +199 +00:17:06,840 --> 00:17:09,580 +or compound structure and decide what is the + +200 +00:17:09,580 --> 00:17:13,120 +formula here? What is the formula we're talking + +201 +00:17:13,120 --> 00:17:13,800 +about here? + +202 +00:18:13,520 --> 00:18:17,100 +Alright, let's see the first one. Yes, please. + +203 +00:18:17,420 --> 00:18:27,120 +Over there. Yes, Emma. Teenagers find... + +204 +00:18:27,120 --> 00:18:31,460 +Oh, so the first sentence, is it simple or + +205 +00:18:31,460 --> 00:18:35,280 +compound? It's a simple sentence, okay? It's a + +206 +00:18:35,280 --> 00:18:41,240 +simple sentence. So, with M, teenagers find. + +207 +00:18:41,380 --> 00:18:44,650 +Alright, the second one. The second one. Yes + +208 +00:18:44,650 --> 00:18:48,810 +please. They do their hair proper. Proper or? + +209 +00:18:48,870 --> 00:18:52,750 +Proper or they shave their heads. Or? It's a + +210 +00:18:52,750 --> 00:18:54,910 +compound. It's a compound. Very nice. It's a + +211 +00:18:54,910 --> 00:18:55,250 +compound. + +212 +00:19:01,090 --> 00:19:04,390 +Very nice. Number three. They also tattoo their + +213 +00:19:04,390 --> 00:19:09,190 +skin and wear rings in their noses. It's a simple + +214 +00:19:09,190 --> 00:19:11,270 +sentence. It's a simple sentence. Very nice. It's + +215 +00:19:11,270 --> 00:19:16,910 +a simple sentence. The structure. SVV. Very nice. + +216 +00:19:19,610 --> 00:19:22,090 +Number four. Yes, please. In addition, they spend + +217 +00:19:22,090 --> 00:19:25,830 +hours at the shopping mall and on the mall. It's a + +218 +00:19:25,830 --> 00:19:28,230 +simple sentence. Again, it's a simple sentence. + +219 +00:19:28,230 --> 00:19:32,130 +The structure is very nice with an SV. They spend. + +220 +00:19:32,890 --> 00:19:37,870 +Subject, verb. Yes please. They have time to watch + +221 +00:19:37,870 --> 00:19:44,190 +TV but they don't have time to wash. It's a + +222 +00:19:44,190 --> 00:19:48,610 +compound. Venice. So it's a compound. Venice. It's + +223 +00:19:48,610 --> 00:19:52,950 +a compound. But I noticed a comma here. But they + +224 +00:19:52,950 --> 00:19:56,970 +don't have time. Subject, verb. Very good. Very + +225 +00:19:56,970 --> 00:20:02,330 +good. Yes please. Also they are always too busy to + +226 +00:20:02,330 --> 00:20:04,750 +clean up their rooms but they are never too busy + +227 +00:20:04,750 --> 00:20:09,490 +to clean up the refrigerator by eating something. + +228 +00:20:11,130 --> 00:20:19,030 +It's a compound, yes? It's a compound but + +229 +00:20:19,030 --> 00:20:23,430 +they are never too busy to clean up the + +230 +00:20:23,430 --> 00:20:26,650 +refrigerator by eating everything. Yes please, ma + +231 +00:20:26,650 --> 00:20:30,810 +'am.Finally, they are old enough to drive, but too + +232 +00:20:30,810 --> 00:20:33,250 +young to pay for gas. Simple sentence. Simple + +233 +00:20:33,250 --> 00:20:36,850 +sentence. Is that correct? Yes. Yes. Why? Because + +234 +00:20:36,850 --> 00:20:41,050 +part here, it is not a sentence or a simple + +235 +00:20:41,050 --> 00:20:44,970 +sentence. It's not connecting two sentences. This + +236 +00:20:44,970 --> 00:20:49,070 +is too young, it's a phrase. It's a phrase. So + +237 +00:20:49,070 --> 00:20:53,340 +it's still a simple sentence. Not two simple + +238 +00:20:53,340 --> 00:20:56,200 +sentences joined together by but. Yes, very nice. + +239 +00:20:56,980 --> 00:21:00,180 +They are usually broke so they always return the + +240 +00:21:00,180 --> 00:21:03,700 +family car with an empty gas tank. It's a compound + +241 +00:21:03,700 --> 00:21:06,540 +sentence. It's a compound sentence joined very + +242 +00:21:06,540 --> 00:21:13,950 +nice. So, they always return it's a subject, a + +243 +00:21:13,950 --> 00:21:17,730 +formula, still a compound sentence. And finally, + +244 +00:21:17,870 --> 00:21:21,450 +yes please. It's hard to be a teenager but it's + +245 +00:21:21,450 --> 00:21:25,910 +even harder to be a parent. it's a compound + +246 +00:21:25,910 --> 00:21:31,130 +sentence joined by but but it is even harder very + +247 +00:21:31,130 --> 00:21:35,250 +good all right so it's a compound sentence so i + +248 +00:21:35,250 --> 00:21:37,710 +want you to keep this understanding as you write + +249 +00:21:37,710 --> 00:21:40,870 +your sentences not only write simple sentences but + +250 +00:21:40,870 --> 00:21:44,110 +try to join some of these sentences into compound + +251 +00:21:44,110 --> 00:21:47,430 +ones all right now let's do some more practice on + +252 +00:21:47,430 --> 00:21:53,920 +this and Try to form compound sentences by joining + +253 +00:21:53,920 --> 00:21:59,540 +each pair of sample sentences together using any + +254 +00:21:59,540 --> 00:22:02,860 +of these fanboys, any of these connectors that we + +255 +00:22:02,860 --> 00:22:07,520 +talked about, and, for, and, but, not yet, or, + +256 +00:22:07,660 --> 00:22:09,640 +and, so. Okay? + +257 +00:22:13,760 --> 00:22:17,280 +Join each pair of sentences, simple sentences to + +258 +00:22:17,280 --> 00:22:18,300 +form a compound. + +259 +00:22:43,630 --> 00:22:47,730 +And remember to put the comma where necessary. + +260 +00:22:47,890 --> 00:22:50,310 +Don't forget the punctuation for compound + +261 +00:22:50,310 --> 00:22:54,470 +sentences. So it is the fanboy is a connector is + +262 +00:22:54,470 --> 00:22:56,270 +preceded by a comma. + +263 +00:23:17,690 --> 00:23:20,490 +Okay. Okay. + +264 +00:23:32,230 --> 00:23:32,230 +Okay. + +265 +00:23:43,730 --> 00:23:45,170 +Okay. Okay. + +266 +00:23:49,850 --> 00:23:51,250 +Okay. + +267 +00:24:00,150 --> 00:24:01,550 +Okay. + +268 +00:24:08,430 --> 00:24:12,170 +Alright, are we done? Yes, the first one. Yes, + +269 +00:24:12,270 --> 00:24:18,250 +please. Ali works poorly but he plays well. Very + +270 +00:24:18,250 --> 00:24:21,890 +nice. + +271 +00:24:21,990 --> 00:24:25,210 +Yes, number two. He must obey me so I will punish + +272 +00:24:25,210 --> 00:24:28,630 +him. Oh, so I'll punish him because he obeyed me + +273 +00:24:28,630 --> 00:24:34,530 +now. Actually, he or I will punish or. Is that + +274 +00:24:34,530 --> 00:24:36,950 +right? Yes, or I'll punish him. It makes sense + +275 +00:24:36,950 --> 00:24:37,970 +now. Yes, please. + +276 +00:24:42,600 --> 00:24:45,280 +Very nice. A nice connector would be something + +277 +00:24:45,280 --> 00:24:51,600 +like and we have a small validation idea. Yes + +278 +00:24:51,600 --> 00:24:55,040 +please. He is clever and he is intelligent. And he + +279 +00:24:55,040 --> 00:25:01,100 +and he is intelligent too. Yes. Very nice. Yes + +280 +00:25:01,100 --> 00:25:03,380 +please. He didn't pay the money so he will go to + +281 +00:25:03,380 --> 00:25:07,220 +present. So he will go to present. So he will go + +282 +00:25:07,220 --> 00:25:10,180 +to present. Very nice. Yes please. She sings + +283 +00:25:10,180 --> 00:25:11,120 +beautifully. + +284 +00:25:13,420 --> 00:25:19,020 +very nice and she paints well and she paints well + +285 +00:25:19,020 --> 00:25:22,980 +and number seven yes please he has done his best, + +286 +00:25:23,400 --> 00:25:26,260 +and his brother has done his best too and his + +287 +00:25:26,260 --> 00:25:31,760 +brother has done his best too all right let's just + +288 +00:25:31,760 --> 00:25:35,920 +complete the remaining sentences the same idea + +289 +00:25:35,920 --> 00:25:39,950 +just to join The two sentences to form a + +290 +00:25:39,950 --> 00:25:42,370 +compounder, a compound word. + +291 +00:26:21,140 --> 00:26:27,980 +I don't know. I don't know. + +292 +00:26:32,490 --> 00:26:47,850 +I'm going to + +293 +00:26:47,850 --> 00:26:51,750 +show you. Alright, let's see. Yes please, over + +294 +00:26:51,750 --> 00:26:56,170 +there. The boy eats too much and so he sleeps too + +295 +00:26:56,170 --> 00:26:58,690 +much. Okay, you can say, so he sleeps too much and + +296 +00:26:58,690 --> 00:27:00,990 +he sleeps too much. Both are correct depending on + +297 +00:27:00,990 --> 00:27:05,550 +what is your needs. And he works so he sleeps too + +298 +00:27:05,550 --> 00:27:09,530 +much. Yes please. The student worked hard so she + +299 +00:27:09,530 --> 00:27:11,930 +made some progress. Yes, so it's more of a result. + +300 +00:27:12,130 --> 00:27:16,970 +So she made some progress. Yes please. My father + +301 +00:27:16,970 --> 00:27:18,670 +has not seen the film but he has + +302 +00:27:22,020 --> 00:27:27,220 +But he has read the book. Yes. She walked for a + +303 +00:27:27,220 --> 00:27:29,160 +long time but she couldn't find the road. But she + +304 +00:27:29,160 --> 00:27:35,360 +couldn't find the book. But she couldn't find the + +305 +00:27:35,360 --> 00:27:41,920 +road and she shouted for help but no one heard + +306 +00:27:41,920 --> 00:27:47,280 +her. But no one heard her. And finally, yes + +307 +00:27:47,280 --> 00:27:47,600 +please. + +308 +00:27:53,270 --> 00:27:58,550 +So I decided to take a break. So I decided to take + +309 +00:27:58,550 --> 00:28:01,590 +a break. This is clear? Yes. Alright, now let's go + +310 +00:28:01,590 --> 00:28:05,370 +back to our textbook on page 57. Yes, please. + +311 +00:28:08,330 --> 00:28:11,850 +And exercise with practice 10, all right? It's the + +312 +00:28:11,850 --> 00:28:14,470 +same idea like here. We're going to do, we're + +313 +00:28:14,470 --> 00:28:17,030 +going to do more practice, and this time joining + +314 +00:28:17,030 --> 00:28:23,950 +each pair of sentences on page 58 and 59 using any + +315 +00:28:23,950 --> 00:28:27,790 +of these connectors, and, for, but, so, yet, and + +316 +00:28:27,790 --> 00:28:31,150 +so, and so on, all right? You see exam number one + +317 +00:28:31,150 --> 00:28:34,040 +at the bottom of the page? Canada has two official + +318 +00:28:34,040 --> 00:28:37,960 +languages, everyone is printed in both English and + +319 +00:28:37,960 --> 00:28:40,340 +French. Joining them together would be something + +320 +00:28:40,340 --> 00:28:43,660 +like Canada has two official languages, so + +321 +00:28:43,660 --> 00:28:47,980 +everything is printed in both English and French, + +322 +00:28:48,120 --> 00:28:53,440 +alright? Now page 58, just do the same, alright? + +323 +00:28:53,620 --> 00:28:57,800 +Join each two simple sentences into a compound + +324 +00:28:57,800 --> 00:28:58,180 +word. + +325 +00:29:27,830 --> 00:29:31,840 +Thank you very much. Thank you. + +326 +00:29:36,800 --> 00:29:47,980 +Thank you + +327 +00:29:47,980 --> 00:29:50,440 +so much. + +328 +00:30:09,390 --> 00:30:09,510 +Thank you. + +329 +00:30:43,240 --> 00:30:55,040 +Thank you very + +330 +00:30:55,040 --> 00:31:01,340 +much. In the name of God, + +331 +00:31:05,960 --> 00:31:07,480 +most Gracious, most Merciful. + +332 +00:31:52,210 --> 00:31:53,610 +I... + +333 +00:32:01,440 --> 00:32:02,100 +It's really good. + +334 +00:32:37,860 --> 00:32:41,860 +All right. All right. Yes, please. Uh-huh. Yes. + +335 +00:32:42,700 --> 00:32:45,860 +Sure. There are several hundred languages in the + +336 +00:32:45,860 --> 00:32:49,440 +world, but not all of them have written for. There + +337 +00:32:49,440 --> 00:32:51,920 +are several hundred languages in the world, but + +338 +00:32:51,920 --> 00:32:53,360 +not all of them have written for. Is that Korean? + +339 +00:32:53,760 --> 00:32:57,820 +Yes, but not + +340 +00:32:57,820 --> 00:33:02,240 +all of them are or have written for. Yes, please, + +341 +00:33:02,300 --> 00:33:04,500 +the second one. Chinese is spoken by more people, + +342 +00:33:04,720 --> 00:33:06,560 +but English is spoken in more countries. But + +343 +00:33:06,560 --> 00:33:09,180 +English is spoken in more countries. + +344 +00:33:18,900 --> 00:33:24,760 +Very nice and it's more of an addition here and We + +345 +00:33:24,760 --> 00:33:27,060 +can use but by thinking of it as more of an + +346 +00:33:27,060 --> 00:33:29,280 +addition the second sentence is an addition to the + +347 +00:33:29,280 --> 00:33:36,060 +first Yes please Only + +348 +00:33:36,060 --> 00:33:40,980 +use only about 10,000 of them very nice but most + +349 +00:33:40,980 --> 00:33:46,830 +people use only 10,000 of them number seven Six. + +350 +00:33:46,830 --> 00:33:48,970 +Six, yes please. Chinese has many different + +351 +00:33:48,970 --> 00:33:52,390 +dialects. Dialects. Dialects. So Chinese people + +352 +00:33:52,390 --> 00:33:55,710 +cannot always understand each other. So Chinese + +353 +00:33:55,710 --> 00:33:58,630 +people cannot always. Yes. It's more the result. + +354 +00:33:58,850 --> 00:34:01,530 +Yes. So Chinese people cannot always use them. + +355 +00:34:02,330 --> 00:34:04,450 +Yes. Yes please. French used to be the language of + +356 +00:34:04,450 --> 00:34:07,970 +international diplomacy. Diplomacy. But now it is + +357 +00:34:07,970 --> 00:34:11,330 +English. But now and now. But it's very nice. But + +358 +00:34:11,330 --> 00:34:11,970 +now. + +359 +00:34:18,670 --> 00:34:23,310 +So they will soon, very good. So they will soon + +360 +00:34:23,310 --> 00:34:27,100 +need more. And finally, guess what? Young people + +361 +00:34:27,100 --> 00:34:30,200 +should know a second language or they will be at a + +362 +00:34:30,200 --> 00:34:32,460 +disadvantage in the international job market. So + +363 +00:34:32,460 --> 00:34:36,220 +it's more of or. Yes, very good. Or they will be + +364 +00:34:36,220 --> 00:34:41,260 +at a disadvantage in the international job market. + +365 +00:34:41,560 --> 00:34:44,140 +Very nice. Okay. Now let's conclude with this + +366 +00:34:44,140 --> 00:34:48,040 +activity. What I'd like you to do is to complete + +367 +00:34:48,040 --> 00:34:52,560 +the following compound sentences. Alright? Yes. + +368 +00:34:56,460 --> 00:34:59,160 +So some sentences you have to add the connector + +369 +00:34:59,160 --> 00:35:02,460 +and complete the sentence or sometimes or not in + +370 +00:35:02,460 --> 00:35:06,220 +the first two you just add the connector. + +371 +00:35:29,430 --> 00:35:33,430 +It's very much like but, but it's sort of used as + +372 +00:35:33,430 --> 00:35:36,330 +an expected thing, unexpected. + +373 +00:35:38,580 --> 00:35:42,580 +I don't know if it's wrong for me to say this, but + +374 +00:35:42,580 --> 00:35:49,860 +I think it's + +375 +00:35:49,860 --> 00:35:50,060 +a good thing. + +376 +00:36:05,210 --> 00:36:05,750 +Okay, I'm free. + +377 +00:36:19,860 --> 00:36:20,420 +I don't know. + +378 +00:36:26,060 --> 00:36:27,080 +I don't know. + +379 +00:36:47,300 --> 00:36:49,600 +It's very much like me being able to sit in front + +380 +00:36:49,600 --> 00:36:54,160 +of a camera and talk to people. It's very much + +381 +00:36:54,160 --> 00:36:58,060 +like me being able to sit in front of a camera and + +382 +00:36:58,060 --> 00:36:59,340 +It's very much like me being able to sit in front + +383 +00:36:59,340 --> 00:37:05,560 +of a camera and talk to people. It's very much + +384 +00:37:05,560 --> 00:37:11,640 +like me being able to sit in front of a camera and + +385 +00:37:15,280 --> 00:37:20,480 +I don't know. I don't know. + +386 +00:38:11,860 --> 00:38:16,300 +Are we finished? + +387 +00:38:16,460 --> 00:38:19,120 +Yes. Very. Very good. All right. Let's see the + +388 +00:38:19,120 --> 00:38:21,860 +first one. It's warm out today, so let's go to the + +389 +00:38:21,860 --> 00:38:28,320 +park. So let's go to the park this afternoon. Yes, + +390 +00:38:28,380 --> 00:38:31,560 +please. Second question. Is a movement a form of + +391 +00:38:31,560 --> 00:38:32,140 +exercise? + +392 +00:38:41,170 --> 00:38:45,170 +often recommend it. Yes teacher. Number three, + +393 +00:38:45,670 --> 00:38:48,750 +number three. Yes please. The waves were high and + +394 +00:38:48,750 --> 00:38:52,610 +rough, yet I was able to swim. Yet I was able to + +395 +00:38:52,610 --> 00:38:56,350 +swim or is there another answer? Yet I went + +396 +00:38:56,350 --> 00:38:59,470 +swimming. Very nice. The waves were high and + +397 +00:38:59,470 --> 00:39:04,890 +rough, yet I went swimming. The fish are fishing + +398 +00:39:04,890 --> 00:39:09,030 +on the rocks. Yet I went swimming. Okay. + +399 +00:39:16,880 --> 00:39:22,000 +We will go on a picnic. We will go to have fun in + +400 +00:39:22,000 --> 00:39:29,520 +the city. So, we will go out. We will go out, + +401 +00:39:29,940 --> 00:39:32,180 +alright? Or we will have to the beach or + +402 +00:39:32,180 --> 00:39:35,920 +something. Very nice. Yes, please. I really enjoy + +403 +00:39:35,920 --> 00:39:39,680 +reading the novel and writing the story. Alright, + +404 +00:39:39,800 --> 00:39:43,260 +let's see number five. I really enjoyed reading + +405 +00:39:43,260 --> 00:39:46,480 +the novel and writing the stories. Is it a simple + +406 +00:39:46,480 --> 00:39:48,680 +or a compound? Simple. It's more of a simple + +407 +00:39:48,680 --> 00:39:51,720 +sentence because we're talking about the same + +408 +00:39:51,720 --> 00:39:56,320 +subject. I really enjoy and it's the same subject. + +409 +00:39:56,540 --> 00:39:58,580 +Yes. I really enjoy. So subject, verb. Yes. + +410 +00:39:58,680 --> 00:40:01,720 +Alright? But it has to be a compound here. It will + +411 +00:40:01,720 --> 00:40:05,880 +be something like. I really, I enjoy reading a + +412 +00:40:05,880 --> 00:40:09,280 +story.and I enjoy reading stories very + +413 +00:40:09,280 --> 00:40:14,320 +necessarily, enjoy reading the novel and I enjoyed + +414 +00:40:14,320 --> 00:40:18,380 +for example watching the film, okay? + +415 +00:40:35,550 --> 00:40:40,890 +And she baked a cake for everyone. And she, just + +416 +00:40:40,890 --> 00:40:44,050 +don't forget the second sentence. And she baked + +417 +00:40:44,050 --> 00:40:46,370 +the cake or something like that. + +418 +00:40:49,330 --> 00:40:55,390 +So she invited everyone. Is that right? Yes. So, + +419 +00:40:55,510 --> 00:40:59,450 +don't forget the comma. So she invited + +420 +00:41:06,060 --> 00:41:09,780 +Alright, so she invited everyone. And finally, + +421 +00:41:10,120 --> 00:41:13,100 +second last, we fought. Yes please. We fought a + +422 +00:41:13,100 --> 00:41:14,960 +lot as children, but now we are really good + +423 +00:41:14,960 --> 00:41:18,760 +friends. But now we are really good. Very nice + +424 +00:41:18,760 --> 00:41:27,740 +sentence. But now, we are good friends. Yes. We + +425 +00:41:27,740 --> 00:41:36,040 +are good friends. Or good sisters. Okay. Okay. And + +426 +00:41:36,040 --> 00:41:39,780 +finally, excuse me, yes please. Some people like + +427 +00:41:39,780 --> 00:41:42,460 +watching TV, but others like reading books. But + +428 +00:41:42,460 --> 00:41:45,900 +others like, prefer, very nice. Others like, what + +429 +00:41:45,900 --> 00:41:49,840 +was your sentence? Some people like watching TV, + +430 +00:41:49,980 --> 00:41:52,820 +but I prefer to read books. But I prefer to read + +431 +00:41:52,820 --> 00:41:57,100 +books. But others + +432 +00:41:57,100 --> 00:42:02,480 +prefer or like reading. + +433 +00:42:04,110 --> 00:42:10,490 +reading, for example, books. Okay? So now what we + +434 +00:42:10,490 --> 00:42:14,810 +did today is actually looking at the second type + +435 +00:42:14,810 --> 00:42:17,150 +of sentence structure which is the compound + +436 +00:42:17,150 --> 00:42:20,860 +sentence structure. Remember this? A compound + +437 +00:42:20,860 --> 00:42:24,280 +sentence is basically two simple sentences joined + +438 +00:42:24,280 --> 00:42:28,280 +together to form a new one with a new structure. + +439 +00:42:28,520 --> 00:42:32,820 +Usually we use or we form or join these two + +440 +00:42:32,820 --> 00:42:37,120 +sentences by using one of these fanboys. For and + +441 +00:42:37,120 --> 00:42:46,630 +these seven connectors for and nor yet so or or So + +442 +00:42:46,630 --> 00:42:50,230 +from now on, whenever you write, try to use a mix + +443 +00:42:50,230 --> 00:42:54,730 +of simple sentences and a compound sentence + +444 +00:42:54,730 --> 00:42:57,870 +structure, alright? Next week, inshallah, we'll + +445 +00:42:57,870 --> 00:43:01,190 +look at the complex sentence, complex sentence + +446 +00:43:01,190 --> 00:43:03,670 +structure, which is the third common type of + +447 +00:43:03,670 --> 00:43:06,730 +sentence structure. For now, thank you very much + +448 +00:43:06,730 --> 00:43:08,850 +and I'll see you next time, inshallah. Thank you. + diff --git a/PL9fwy3NUQKwbknFHzECJkgNOSFOth6GiS/9pEwA-sDNQM.srt b/PL9fwy3NUQKwbknFHzECJkgNOSFOth6GiS/9pEwA-sDNQM.srt new file mode 100644 index 0000000000000000000000000000000000000000..90435be268738065c6d209b7e5f0464e651afb64 --- /dev/null +++ b/PL9fwy3NUQKwbknFHzECJkgNOSFOth6GiS/9pEwA-sDNQM.srt @@ -0,0 +1,1563 @@ + +1 +00:00:20,720 --> 00:00:23,120 +Hi, Assalamualaikum. Good morning, how are you + +2 +00:00:23,120 --> 00:00:25,820 +today? Fine. Very good, very good. All right, + +3 +00:00:25,840 --> 00:00:28,500 +let's today continue talking about descriptive + +4 +00:00:28,500 --> 00:00:34,000 +paragraphs. And last time we addressed some of the + +5 +00:00:34,000 --> 00:00:37,860 +features of good descriptive writing. Today we + +6 +00:00:37,860 --> 00:00:42,320 +continue and talking especially on describing + +7 +00:00:42,320 --> 00:00:47,620 +places or what we call description in terms of a + +8 +00:00:47,620 --> 00:00:51,500 +spatial that is to say describing a location or + +9 +00:00:51,500 --> 00:00:55,100 +describing a place. It shows a spatial order + +10 +00:00:55,100 --> 00:00:59,360 +basically shows how people and objects are + +11 +00:00:59,360 --> 00:01:03,720 +located, are situated, are arranged in a space, in + +12 +00:01:03,720 --> 00:01:09,300 +an area or a scene. So how can we organize a + +13 +00:01:09,300 --> 00:01:12,620 +place? How can we describe a place? We can + +14 +00:01:12,620 --> 00:01:15,480 +describe it from different angles or from + +15 +00:01:15,480 --> 00:01:19,720 +different perspectives. We can look at it from top + +16 +00:01:19,720 --> 00:01:23,540 +to bottom. So we start from the top and then we go + +17 +00:01:23,540 --> 00:01:28,420 +down to describe the bottom of that place. From + +18 +00:01:28,420 --> 00:01:32,440 +outside over the patient to the inside of a + +19 +00:01:32,440 --> 00:01:39,180 +location. From right to left or from near to far + +20 +00:01:39,180 --> 00:01:43,820 +or the other way around. From inside to outside or + +21 +00:01:43,820 --> 00:01:48,000 +the reverse of any of these. or any of these + +22 +00:01:48,000 --> 00:01:52,060 +orders. Let's just look at this example of a + +23 +00:01:52,060 --> 00:01:56,020 +paragraph where we describe a place. For instance, + +24 +00:01:57,180 --> 00:02:00,280 +in Mr. Adams' classroom, we see a lot of + +25 +00:02:00,280 --> 00:02:03,100 +interesting things. This is the topic sentence. It + +26 +00:02:03,100 --> 00:02:07,520 +names the topic and it mentions or states the + +27 +00:02:07,520 --> 00:02:09,920 +controlling idea. We see a lot of interesting + +28 +00:02:09,920 --> 00:02:14,100 +things. To the left of the class, We see 10 + +29 +00:02:14,100 --> 00:02:17,780 +posters in the colors of a rainbow. To the right, + +30 +00:02:18,360 --> 00:02:21,160 +there is a black radio on top of the silver file + +31 +00:02:21,160 --> 00:02:25,340 +cabinet. In the back, there is a huge blue curtain + +32 +00:02:25,340 --> 00:02:29,060 +hanging on the wall. And in front of the class, we + +33 +00:02:29,060 --> 00:02:32,780 +see a great rectangular chalkboard. Indeed, this + +34 +00:02:32,780 --> 00:02:35,280 +is the conclusion. Indeed, Mrs. Adams' classroom + +35 +00:02:35,280 --> 00:02:38,980 +is very interesting. What we notice here are these + +36 +00:02:38,980 --> 00:02:42,580 +sort of transitions. Indicating, describing a + +37 +00:02:42,580 --> 00:02:46,380 +location to the left, to the right, in the back, + +38 +00:02:46,640 --> 00:02:52,410 +in the front and so on. Alright? Okay. Let's just + +39 +00:02:52,410 --> 00:02:55,430 +look, read this paragraph very quickly and decide + +40 +00:02:55,430 --> 00:02:59,830 +how is the order, what is the order of the spatial + +41 +00:02:59,830 --> 00:03:03,070 +order. In other words, for describing my favorite + +42 +00:03:03,070 --> 00:03:07,330 +place to relax is a small cafe down the street + +43 +00:03:07,330 --> 00:03:11,410 +from where I live. Look at it and decide what is + +44 +00:03:11,410 --> 00:03:16,230 +the spatial order used in describing my favorite + +45 +00:03:16,230 --> 00:03:17,350 +place which is the cafe. + +46 +00:04:44,600 --> 00:04:47,460 +Alright, if we look at this paragraph, what is + +47 +00:04:47,460 --> 00:04:51,780 +this special order used in describing my favorite + +48 +00:04:51,780 --> 00:04:56,000 +cafe, my favorite place to relax? Yes please. From + +49 +00:04:56,000 --> 00:04:59,040 +outside to inside. From first, from outside to + +50 +00:04:59,040 --> 00:05:01,340 +inside. How do you know about this? First it + +51 +00:05:01,340 --> 00:05:04,280 +started with the street. With the scene of the + +52 +00:05:04,280 --> 00:05:09,500 +street. For example, this cafe is on a small side + +53 +00:05:09,500 --> 00:05:12,200 +street and as soon as you see it, you are still + +54 +00:05:12,200 --> 00:05:15,010 +outside. As soon as you see it, you feel light + +55 +00:05:15,010 --> 00:05:17,910 +going, so I'm still outside. Notice the + +56 +00:05:17,910 --> 00:05:20,850 +perspective here of the writer. He is or she is + +57 +00:05:20,850 --> 00:05:25,070 +outside, not inside that cafe. There are three + +58 +00:05:25,070 --> 00:05:28,910 +windows on either side of the door and each window + +59 +00:05:28,910 --> 00:05:32,750 +has a small window box with brightly colored + +60 +00:05:32,750 --> 00:05:36,370 +flowers. there is a small wooden door that opens + +61 +00:05:36,370 --> 00:05:39,370 +into the cafe, not as if I'm still outside the + +62 +00:05:39,370 --> 00:05:43,050 +cafe. Opens into, not outside, out of the cafe. + +63 +00:05:43,450 --> 00:05:48,430 +And as soon as you go in, you can see a a small or + +64 +00:05:48,430 --> 00:05:52,130 +a dozen small tables all around the room, okay? So + +65 +00:05:52,130 --> 00:05:55,830 +from outside to inside of the cafe. I always like + +66 +00:05:55,830 --> 00:05:59,670 +to sit at a small table in the corner near the + +67 +00:05:59,670 --> 00:06:04,130 +front window. So I'm now moving to, from front to + +68 +00:06:04,130 --> 00:06:08,290 +the back of the cafe. From here, from the front + +69 +00:06:08,290 --> 00:06:09,530 +window, okay? + +70 +00:06:12,250 --> 00:06:15,350 +artwork on the walls and at the pretty green + +71 +00:06:15,350 --> 00:06:21,710 +plants hanging from the ceiling. So again from top + +72 +00:06:21,710 --> 00:06:25,270 +to bottom more or less. With a strong cup of + +73 +00:06:25,270 --> 00:06:28,170 +coffee and a good book, I feel very happy and + +74 +00:06:28,170 --> 00:06:31,590 +relaxed in my favorite place. Alright? So we + +75 +00:06:31,590 --> 00:06:34,070 +started from outside to the inside, from the front + +76 +00:06:34,380 --> 00:06:37,040 +to the back and we can see clearly some + +77 +00:06:37,040 --> 00:06:41,360 +description from top to bottom all right okay so + +78 +00:06:41,360 --> 00:06:45,120 +what sort of prepositions or transitions that we + +79 +00:06:45,120 --> 00:06:48,140 +can actually use in describing a place we can + +80 +00:06:48,140 --> 00:06:50,160 +think of these one and we should use them whenever + +81 +00:06:50,160 --> 00:06:54,180 +we feel like writing or describing a place in + +82 +00:06:54,180 --> 00:07:00,190 +front of and back of behind on top of the the A + +83 +00:07:00,190 --> 00:07:02,790 +room, for example, on the bottom of something, + +84 +00:07:02,950 --> 00:07:08,430 +next to, above, below, underneath, across, to the + +85 +00:07:08,430 --> 00:07:10,750 +right, to the left, in the middle of something, + +86 +00:07:10,910 --> 00:07:13,890 +across, around, between, and behind. So these are + +87 +00:07:13,890 --> 00:07:16,070 +some transitions, some prepositions and + +88 +00:07:16,070 --> 00:07:19,550 +prepositional phrases that we can use to describe + +89 +00:07:19,550 --> 00:07:24,950 +or locate things in space, all right? Alright, now + +90 +00:07:24,950 --> 00:07:27,490 +whenever we describe something, we have to start + +91 +00:07:27,490 --> 00:07:29,890 +writing a descriptive paragraph, we have to write + +92 +00:07:29,890 --> 00:07:33,330 +a topic sentence. And this is very important. Like + +93 +00:07:33,330 --> 00:07:37,110 +we said before, it has to have two things, naming + +94 +00:07:37,110 --> 00:07:41,250 +the topic and specifying the controlling ideas. So + +95 +00:07:41,250 --> 00:07:43,190 +the topic sentence of a descriptive paragraph + +96 +00:07:43,190 --> 00:07:45,950 +should name the topic. Alright? And the + +97 +00:07:45,950 --> 00:07:49,130 +controlling idea should give your overall + +98 +00:07:49,130 --> 00:07:52,910 +impression, your central idea, why you are writing + +99 +00:07:52,910 --> 00:07:56,990 +or why are you describing this place. For example, + +100 +00:07:57,950 --> 00:08:02,630 +my bedroom is my refuge from the outside world. + +101 +00:08:02,830 --> 00:08:05,940 +What is the controlling idea? How it is my + +102 +00:08:05,940 --> 00:08:09,400 +shelter? How it is my refuge from? That is to say + +103 +00:08:09,400 --> 00:08:14,200 +it's a safe, secure place for me. For example, the + +104 +00:08:14,200 --> 00:08:20,580 +campus of our university is like a small city. Or + +105 +00:08:20,580 --> 00:08:25,340 +the cafeteria at lunchtime is the school's social + +106 +00:08:25,340 --> 00:08:28,160 +center. So we have here the topic centers naming + +107 +00:08:28,160 --> 00:08:31,870 +the topic, my bedroom. the campus, the cafeteria, + +108 +00:08:32,430 --> 00:08:34,550 +and then we also have day controlling ideas + +109 +00:08:34,550 --> 00:08:37,410 +specifying your overall idea, your overall + +110 +00:08:37,410 --> 00:08:41,330 +impression of that place that you're writing + +111 +00:08:41,330 --> 00:08:46,130 +about. Okay? Alright. Now let's just think, start + +112 +00:08:46,130 --> 00:08:48,490 +into the habit of writing and thinking about + +113 +00:08:48,490 --> 00:08:51,410 +describing places. Now this is a topic sentence + +114 +00:08:51,410 --> 00:08:53,790 +and what I'd like you to do is to give some + +115 +00:08:53,790 --> 00:08:58,270 +details for what you would think what you would + +116 +00:08:58,270 --> 00:09:01,430 +include in describing or talking about this topic + +117 +00:09:01,430 --> 00:09:05,650 +sentence the park near my house is full of + +118 +00:09:05,650 --> 00:09:11,330 +activity on a Sunday on a sunny weekend afternoon + +119 +00:09:11,330 --> 00:09:15,810 +okay so I'd like you to give me some details as to + +120 +00:09:15,810 --> 00:09:19,030 +what you would include for this topic sentence + +121 +00:09:19,030 --> 00:09:23,910 +okay the park near my house is full of activity on + +122 +00:09:23,910 --> 00:09:27,730 +a sunny weekend afternoon What would you include + +123 +00:09:27,730 --> 00:09:30,310 +as details for this topic sentence? Please. + +124 +00:09:59,160 --> 00:10:02,320 +So you can describe what people are doing, what + +125 +00:10:02,320 --> 00:10:08,840 +things are there in that place, and so on. Plants, + +126 +00:10:09,020 --> 00:10:13,960 +gardens, children. So a lot of things that you can + +127 +00:10:13,960 --> 00:10:16,540 +talk about. What sort of details do you include in + +128 +00:10:16,540 --> 00:10:17,720 +describing this place? + +129 +00:11:24,880 --> 00:11:27,100 +Sweetness. Sweetness. Sweetness. + +130 +00:11:52,700 --> 00:11:56,180 +Alright, let's see what sort of details that would + +131 +00:11:56,180 --> 00:11:59,740 +you use to describe this place, this part that is + +132 +00:11:59,740 --> 00:12:02,800 +full of life, that is full of activity, this place + +133 +00:12:03,750 --> 00:12:05,850 +A lot of families go there to have more + +134 +00:12:05,850 --> 00:12:08,550 +relaxation. Very nice. There are a lot of families + +135 +00:12:08,550 --> 00:12:12,870 +going there with their children in the park. Very + +136 +00:12:12,870 --> 00:12:16,030 +nice. Yes, please. It also has a pool on it. There + +137 +00:12:16,030 --> 00:12:18,590 +is a pool. There is a big pool, a large swimming + +138 +00:12:18,590 --> 00:12:21,350 +pool in the middle, for example, where children + +139 +00:12:21,350 --> 00:12:26,410 +and people are swimming and having fun. Very nice. + +140 +00:12:26,610 --> 00:12:29,130 +Yes, please. The children can play in the back of + +141 +00:12:29,130 --> 00:12:32,890 +the car. Alright, so there are children playing in + +142 +00:12:32,890 --> 00:12:36,310 +the back or around the corner of the park. Very + +143 +00:12:36,310 --> 00:12:43,110 +nice. There is a clown who + +144 +00:12:43,110 --> 00:12:46,490 +is for instance playing with the children, making + +145 +00:12:46,490 --> 00:12:49,510 +them laugh and having fun. Yes, please. In the + +146 +00:12:49,510 --> 00:12:51,930 +middle of the park are the swings and slides where + +147 +00:12:51,930 --> 00:12:54,310 +kids are the most loudest. Very nice. There are + +148 +00:12:54,310 --> 00:12:57,670 +lots of children playing on the swings and slides + +149 +00:12:57,670 --> 00:13:01,130 +and having Fun. Yes, please. There's many types of + +150 +00:13:01,130 --> 00:13:03,690 +flowers and trees in that park. There are many + +151 +00:13:03,690 --> 00:13:07,490 +flowers and green plants that are in the park. And + +152 +00:13:07,490 --> 00:13:10,650 +finally? Yes, the attractive flowers in the sides + +153 +00:13:10,650 --> 00:13:13,670 +of the park feel you refresh all the time. + +154 +00:13:13,790 --> 00:13:17,290 +Balance. The nice scenery, okay, where are lots of + +155 +00:13:17,290 --> 00:13:20,540 +flowers and plants and trees. are making people + +156 +00:13:20,540 --> 00:13:24,260 +having fun and enjoying the beautiful park. So + +157 +00:13:24,260 --> 00:13:28,020 +these are some nice ideas that we can include in + +158 +00:13:28,020 --> 00:13:31,520 +describing a place. Remember, always have some + +159 +00:13:31,520 --> 00:13:35,680 +kind of an order where you can describe a place. + +160 +00:13:35,780 --> 00:13:39,860 +So you can start from the front to the back, from + +161 +00:13:39,860 --> 00:13:43,000 +the right to the left, and so on. Okay? So always + +162 +00:13:43,000 --> 00:13:45,180 +have this kind of organization because this is + +163 +00:13:45,180 --> 00:13:48,160 +very important. It makes your writing neat and + +164 +00:13:48,160 --> 00:13:51,740 +well organized. All right? Let's see. All right? + +165 +00:13:51,860 --> 00:13:54,780 +Now, we're going to do this writing activity. All + +166 +00:13:54,780 --> 00:13:57,640 +right? And I'd like you to think about completing + +167 +00:13:57,640 --> 00:13:59,600 +this paragraph. For example, let's see the + +168 +00:13:59,600 --> 00:14:03,200 +paragraph here. My mother's kitchen is not very + +169 +00:14:03,200 --> 00:14:08,260 +big, but it is warm and comfortable. What is the + +170 +00:14:08,260 --> 00:14:12,650 +controlling idea here? that is warm and + +171 +00:14:12,650 --> 00:14:16,210 +comfortable. So I'm going to describe my mother's + +172 +00:14:16,210 --> 00:14:18,870 +kitchen, what it is like, what is it like, okay? + +173 +00:14:19,350 --> 00:14:22,610 +What are the different things in this? kitchen all + +174 +00:14:22,610 --> 00:14:25,390 +right you can start describing the front to the + +175 +00:14:25,390 --> 00:14:28,770 +back right to the left top to bottom and whatever + +176 +00:14:28,770 --> 00:14:31,650 +organization that you think is suitable talk about + +177 +00:14:31,650 --> 00:14:33,850 +the different things that you can see talk about + +178 +00:14:33,850 --> 00:14:37,770 +the activity of your mother or your you or your + +179 +00:14:37,770 --> 00:14:42,370 +family in this kitchen and so on now the + +180 +00:14:42,370 --> 00:14:45,930 +conclusion is now I live far away but I often + +181 +00:14:45,930 --> 00:14:52,290 +think about So let's spend about 5 minutes trying + +182 +00:14:52,290 --> 00:14:55,650 +to complete this paragraph talking about my + +183 +00:14:55,650 --> 00:14:56,950 +mother's kitchen. + +184 +00:15:15,060 --> 00:15:18,200 +Good morning. Morning. + +185 +00:16:05,910 --> 00:16:07,410 +Thank you. + +186 +00:17:19,860 --> 00:17:21,020 +Decide the next year. + +187 +00:17:24,980 --> 00:17:25,760 +It's really important. + +188 +00:17:58,600 --> 00:17:59,360 +What's next? + +189 +00:18:03,340 --> 00:18:08,020 +What do + +190 +00:18:08,020 --> 00:18:13,980 +you + +191 +00:18:13,980 --> 00:18:19,840 +call a pool? What's the name of it? Lodge. Lodge. + +192 +00:18:20,820 --> 00:18:23,780 +What's the name of that? I'm not sure. I'm not + +193 +00:18:23,780 --> 00:18:25,760 +sure. Paragraph? Paragraph. + +194 +00:18:31,880 --> 00:18:33,040 +Paragraph. + +195 +00:18:57,160 --> 00:19:00,780 +It's going to change the command to that minus + +196 +00:19:00,780 --> 00:19:03,820 +sign. It's going to be a wrong result. + +197 +00:19:32,200 --> 00:19:35,740 +Alright + +223 +00:21:00,830 --> 00:21:05,150 +There is a small round table with four + +224 +00:21:05,150 --> 00:21:09,010 +wooden chairs. In the left corner of the kitchen + +225 +00:21:09,760 --> 00:21:13,460 +stands the food cabinet which has my mother's + +226 +00:21:13,460 --> 00:21:17,920 +favorite spices and utensils. My mother, my + +227 +00:21:17,920 --> 00:21:21,820 +brother and I used to sit on the chairs around the + +228 +00:21:21,820 --> 00:21:25,500 +table watching my mother's cooking. We liked + +229 +00:21:25,500 --> 00:21:30,220 +learning new things, talking and making delicious + +230 +00:21:30,220 --> 00:21:34,320 +food. But now I live far away, but I often think + +231 +00:21:34,320 --> 00:21:37,280 +about my mother's kitchen. So what we see here, + +232 +00:21:37,340 --> 00:21:42,140 +what is the order here? Front, left, to the right, + +233 +00:21:42,680 --> 00:21:46,380 +and again, generally from the left corner, from + +234 +00:21:46,380 --> 00:21:49,100 +left to the right, and what we see somewhere here + +235 +00:21:49,100 --> 00:21:52,740 +is in the middle. And we have not only places + +236 +00:21:52,740 --> 00:21:55,740 +describing things in a place, but also describing + +237 +00:21:55,740 --> 00:22:00,360 +how we felt about the kitchen, what we did in that + +238 +00:22:00,360 --> 00:22:05,910 +kitchen in the times gone by. Alright? Alright. So + +239 +00:22:05,910 --> 00:22:08,910 +this is going to be homework for you next time. + +240 +00:22:09,650 --> 00:22:12,990 +Whenever we want to describe a place, we have to + +241 +00:22:12,990 --> 00:22:16,130 +talk about where is this place? How big is it, for + +242 +00:22:16,130 --> 00:22:19,970 +instance? How warm or cold is this place? How does + +243 +00:22:19,970 --> 00:22:23,490 +the place make you feel for example? What things + +244 +00:22:23,490 --> 00:22:28,050 +you can see in that place? What colors do you see? + +245 +00:22:28,230 --> 00:22:31,870 +What smells do you smell? What sounds do you hear? + +246 +00:22:32,250 --> 00:22:35,090 +And so on. So these are some ideas, some questions + +247 +00:22:35,090 --> 00:22:38,570 +just to give you some idea about how to describe a + +248 +00:22:38,570 --> 00:22:41,890 +place. Is this clear? Yes. Alright, and I'll talk + +249 +00:22:41,890 --> 00:22:45,230 +about this later, but now we move on to talk about + +250 +00:22:45,230 --> 00:22:49,090 +describing people. Whenever we describe a person, + +251 +00:22:49,230 --> 00:22:51,510 +for example, what sort of things that we describe? + +252 +00:22:52,410 --> 00:23:01,860 +We describe his age, his height, for instance. His + +253 +00:23:01,860 --> 00:23:04,840 +color, his color of the skin for instance, his + +254 +00:23:04,840 --> 00:23:09,560 +hair, his eyes, some facial features, his + +255 +00:23:09,560 --> 00:23:13,820 +personality and probably his religious or + +256 +00:23:13,820 --> 00:23:16,700 +political affiliation if that's necessary and so + +257 +00:23:16,700 --> 00:23:20,300 +on. Let's look at some of the things that we can + +258 +00:23:20,300 --> 00:23:22,860 +use in describing people and some of the + +259 +00:23:22,860 --> 00:23:26,720 +adjectives that can be used to describe a person, + +260 +00:23:26,820 --> 00:23:30,780 +for example, we can describe his or her age. For + +261 +00:23:30,780 --> 00:23:36,080 +example, she is 21 years old. He is or she is a + +262 +00:23:36,080 --> 00:23:39,720 +young woman. He is an elderly man, for example, or + +263 +00:23:39,720 --> 00:23:43,320 +an elderly woman, for example. He is an old person + +264 +00:23:43,320 --> 00:23:48,660 +or an old man or woman. She is middle-aged okay or + +265 +00:23:48,660 --> 00:23:53,860 +he is in his mid-thirties in his mid-fifties in + +266 +00:23:53,860 --> 00:23:58,760 +his in his mid-twenties and so on she is in her + +267 +00:23:58,760 --> 00:24:03,980 +late twenties late forties late eighties and so + +268 +00:24:03,980 --> 00:24:09,020 +and so on we can look at the hair for example the + +269 +00:24:09,020 --> 00:24:14,300 +color of the hair dark blonde grey. We can look at + +270 +00:24:14,300 --> 00:24:18,400 +the length of the hair, for example, straight, + +271 +00:24:18,560 --> 00:24:22,680 +short, long, curly, bald, he is bald, no hair, + +272 +00:24:23,260 --> 00:24:27,760 +wavy and so on. We can look at the eyes, for + +273 +00:24:27,760 --> 00:24:30,260 +example, the color of the eyes, blue, dark, brown, + +274 +00:24:30,520 --> 00:24:34,140 +green and so on. Shape of the eyes, for example, + +275 +00:24:34,220 --> 00:24:38,000 +large eyes, round eyes, almond shape eyes and so + +276 +00:24:38,000 --> 00:24:42,450 +on. We can look at The height. How tall a person + +277 +00:24:42,450 --> 00:24:46,870 +is for example. She is tall for example. He is + +278 +00:24:46,870 --> 00:24:50,030 +short. She is short. He is one hundred and eighty + +279 +00:24:50,030 --> 00:24:53,270 +centimeters tall for example. Alright? She is an + +280 +00:24:53,270 --> 00:24:56,070 +average person. Okay? An average height for + +281 +00:24:56,070 --> 00:24:59,630 +example. We can describe the facial features for + +282 +00:24:59,630 --> 00:25:02,970 +instance. We can look at smooth face, wrinkled + +283 +00:25:02,970 --> 00:25:07,490 +face, thin face. We can look at The eyebrows, + +284 +00:25:07,810 --> 00:25:11,510 +okay? For example, bushy eyebrows. For example, we + +285 +00:25:11,510 --> 00:25:15,470 +can look at the body, for example. Fat, thin, + +286 +00:25:15,770 --> 00:25:18,430 +although I don't prefer to use the word fat, but + +287 +00:25:18,430 --> 00:25:23,170 +thin, chubby, well-built and so on. Athletic, for + +288 +00:25:23,170 --> 00:25:26,450 +example. And finally, we can look at the + +289 +00:25:26,450 --> 00:25:29,870 +personality. For example, she is really + +290 +00:25:29,870 --> 00:25:35,450 +optimistic, he is really kind, angry, considerate, + +291 +00:25:35,610 --> 00:25:39,210 +thoughtful, happy, cheerful, annoying person, + +292 +00:25:39,670 --> 00:25:43,030 +helpful person, and so on. So these are some + +293 +00:25:43,030 --> 00:25:46,750 +physical appearance, some sort of appearance, all + +294 +00:25:46,750 --> 00:25:51,830 +right? And also we can look at the personality of + +295 +00:25:51,830 --> 00:25:56,820 +that person, okay? Let us just do this very quick + +296 +00:25:56,820 --> 00:26:02,700 +activity and try to fill in the missing with some + +297 +00:26:02,700 --> 00:26:06,880 +words from the list here describing Mr. Khalil, + +298 +00:26:07,120 --> 00:26:08,500 +okay? Yes, please. + +299 +00:26:29,910 --> 00:26:32,110 +Actually, I was going to say something, but I + +300 +00:26:32,110 --> 00:26:32,470 +forgot. + +301 +00:27:02,150 --> 00:27:15,250 +I started this when + +302 +00:27:15,250 --> 00:27:15,530 +I was five. + +303 +00:27:41,810 --> 00:27:43,350 +It's very strong. + +304 +00:27:46,240 --> 00:27:47,040 +I'm going to take a break. + +305 +00:28:19,500 --> 00:28:21,480 +Okay. Okay. + +306 +00:28:47,830 --> 00:28:50,350 +Alright, are we done? Yes, please. Let's see. + +307 +00:28:50,490 --> 00:28:55,350 +Khalil is an + +308 +00:28:55,350 --> 00:29:02,010 +old man. Yes, he's an old man in his mid-sixties. + +309 +00:29:02,410 --> 00:29:06,010 +Alright. Alright, we'd like to continue. His face + +310 +00:29:06,010 --> 00:29:15,070 +is thin and wrinkled. His face is thin and + +311 +00:29:15,070 --> 00:29:16,530 +wrinkled. + +312 +00:29:19,530 --> 00:29:23,170 +Wrinkled. Alright? That's right. Wrinkled. Okay + +313 +00:29:23,170 --> 00:29:26,770 +because of old age. Alright? Yes please. His hair + +314 +00:29:26,770 --> 00:29:34,190 +is short and his eyebrows are bushy. That would be + +315 +00:29:34,190 --> 00:29:44,010 +spooky. His hair is short. His hair is short and + +316 +00:29:44,010 --> 00:29:45,590 +eyebrows are bushy. + +317 +00:29:48,490 --> 00:29:51,270 +They're not organized, they're sort of, you know, + +318 +00:29:51,590 --> 00:29:54,390 +all over the place. Yes, please. Noura, on the + +319 +00:29:54,390 --> 00:29:59,630 +other hand, is in her late twenties. Twenties, + +320 +00:29:59,690 --> 00:30:06,330 +yes. She's in her late twenties. She has straight + +321 +00:30:06,330 --> 00:30:15,920 +hair and brown eyes. Green eyes? Yes, green eyes. + +322 +00:30:15,920 --> 00:30:20,900 +Green and round. Green and round eyes. All right? + +323 +00:30:21,320 --> 00:30:25,440 +Round and green eyes. Round green eyes. She's + +324 +00:30:25,440 --> 00:30:32,160 +approximately 100 centimeters tall. All right? So + +325 +00:30:32,160 --> 00:30:35,640 +these are some physical sort of characteristics of + +326 +00:30:35,640 --> 00:30:40,980 +Noura and Khalil. Okay? So remember these things + +327 +00:30:40,980 --> 00:30:42,560 +that we used to describe + +328 +00:30:46,530 --> 00:30:50,990 +Now let's look at an example of what describing a + +329 +00:30:50,990 --> 00:30:54,870 +place should look like. We burn whenever we + +330 +00:30:54,870 --> 00:30:57,130 +describe a place. We look at his or her + +331 +00:30:57,130 --> 00:31:00,430 +characteristics, physical appearance and also some + +332 +00:31:00,430 --> 00:31:03,390 +of the things about his personality and what he + +333 +00:31:03,390 --> 00:31:06,610 +did or what he or she did in his life. For + +334 +00:31:06,610 --> 00:31:10,910 +example, Jacqueline is the most amazing person I + +335 +00:31:10,910 --> 00:31:13,470 +have ever met. He came to my school and talked + +336 +00:31:13,470 --> 00:31:17,110 +about his difficult life. In prison, he was in + +337 +00:31:17,110 --> 00:31:20,730 +prison for 15 years. He made a lot of mistakes + +338 +00:31:20,730 --> 00:31:24,630 +when he was young, but now he has, but now he has + +339 +00:31:24,630 --> 00:31:27,900 +changed his life. He saw a lot of violence in + +340 +00:31:27,900 --> 00:31:30,360 +prison, so he uses his experience to help high + +341 +00:31:30,360 --> 00:31:35,600 +school students. Jack is tall and strong and looks + +342 +00:31:35,600 --> 00:31:40,620 +a little scary like Mr. Khalil. The thing I + +343 +00:31:40,620 --> 00:31:43,040 +remember most about him is his sensitive + +344 +00:31:43,040 --> 00:31:48,240 +personality. He is really kind and wants to help + +345 +00:31:48,240 --> 00:31:52,280 +young people. In a word, in short, in conclusion, + +346 +00:31:52,840 --> 00:31:57,380 +I've never met anyone like Jack before so here we + +347 +00:31:57,380 --> 00:31:59,780 +talked about some of the things that he did in his + +348 +00:31:59,780 --> 00:32:03,720 +life his personality and his physical appearance + +349 +00:32:03,720 --> 00:32:06,900 +okay now let's conclude with this activity I'd + +350 +00:32:06,900 --> 00:32:09,860 +like you to think about your grandfather okay + +351 +00:32:09,860 --> 00:32:13,760 +let's look at this topic sentence my grandfather + +352 +00:32:13,760 --> 00:32:18,720 +is a great person who often had a difficult life + +353 +00:32:21,280 --> 00:32:25,800 +when he was yeah sorry my grandfather is a great + +354 +00:32:25,800 --> 00:32:31,480 +person who had a difficult life when he was a yeah + +355 +00:32:31,480 --> 00:32:34,960 +okay there is some mistake here in writing the + +356 +00:32:34,960 --> 00:32:37,380 +topic sentence my grandfather is a great person + +357 +00:32:37,380 --> 00:32:41,000 +who had a difficult life when he was young. You + +358 +00:32:41,000 --> 00:32:44,650 +see that conclusion In short, spending time with + +359 +00:32:44,650 --> 00:32:49,030 +my grandfather is always great as I can learn many + +360 +00:32:49,030 --> 00:32:52,170 +things from his stories. What I'd like you to do + +361 +00:32:52,170 --> 00:32:55,090 +now is very quickly write a description of your + +362 +00:32:55,090 --> 00:32:58,910 +father. Start with how he looks if you want and + +363 +00:32:58,910 --> 00:33:01,830 +then talk about his personality and what he did in + +364 +00:33:01,830 --> 00:33:04,090 +his life. If you'd like, very briefly please. + +365 +00:33:54,270 --> 00:33:55,830 +Okay. Okay. + +366 +00:33:59,990 --> 00:34:01,390 +Okay. + +367 +00:34:20,200 --> 00:34:25,280 +I don't know if I'm going to be + +368 +00:34:25,280 --> 00:34:30,380 +able + +369 +00:34:30,380 --> 00:34:39,500 +to do it. + +370 +00:35:18,450 --> 00:35:24,670 +You can strike his arms. His personality, + +371 +00:35:27,650 --> 00:35:29,950 +for instance. So a lot of things that you can talk + +372 +00:35:29,950 --> 00:35:32,410 +about if you want to try to describe your + +373 +00:35:32,410 --> 00:35:39,770 +grandfather. Chin. It was called long beard or + +374 +00:35:39,770 --> 00:35:40,510 +short beard. + +375 +00:35:50,600 --> 00:35:51,060 +Thank you. + +376 +00:35:55,880 --> 00:35:57,020 +Thank you. + +377 +00:36:17,590 --> 00:36:18,550 +I'm going to take a picture. + +378 +00:36:51,030 --> 00:36:54,410 +But we don't need to use commas between sentences. + +379 +00:36:54,910 --> 00:36:58,190 +We talked about this before. And in addition, + +380 +00:36:58,490 --> 00:37:01,540 +moreover, So, remember these connectors, but don't + +381 +00:37:01,540 --> 00:37:04,180 +use commas between sentences because this would be + +382 +00:37:04,180 --> 00:37:06,500 +something we talked about, this is comma slice, + +383 +00:37:06,660 --> 00:37:09,900 +right? Full stop. His hair is short and his eyes + +384 +00:37:09,900 --> 00:37:15,020 +are blue, for example. He's very tall and thin or + +385 +00:37:15,020 --> 00:37:18,120 +slim. Okay? Or a little bit chubby. And so on. + +386 +00:37:53,190 --> 00:37:58,270 +My father is on his legs or is on his legs always + +387 +00:37:58,270 --> 00:38:04,890 +or or or in his legs. He has all his legs. Full + +388 +00:38:04,890 --> 00:38:06,570 +stop. Full stop. + +389 +00:38:11,050 --> 00:38:14,970 +Post-op, post-op, post-op, post-op, post-op, post + +390 +00:38:14,970 --> 00:38:21,030 +-op, post-op, post-op + +391 +00:38:53,890 --> 00:38:57,550 +Yes, attitude is important. + +392 +00:39:06,500 --> 00:39:10,020 +I need to see sentences. This is a very long + +393 +00:39:10,020 --> 00:39:13,680 +sentence, okay? Just use full stop squareness. + +394 +00:39:22,820 --> 00:39:23,480 +Okay? + +395 +00:39:49,680 --> 00:39:52,940 +All right, let's see. Let's see, get to hear some + +396 +00:39:52,940 --> 00:39:56,040 +examples of your writing. Yes, at the back. Here, + +397 +00:39:56,160 --> 00:39:56,400 +please. + +398 +00:40:05,360 --> 00:40:08,880 +Uh-huh. Okay. + +399 +00:40:12,580 --> 00:40:16,100 +And he's got a lot of experiences in life + +400 +00:40:16,100 --> 00:40:19,080 +experiences. Very nice. Yes, please. Yes. + +401 +00:40:23,520 --> 00:40:29,300 +Very good. + +402 +00:40:29,460 --> 00:40:33,870 +All right. Very nice. Yes, please. He had a light + +403 +000:40:33,870 --> 00:40:37,730 +body because he suffered a lot in diaspora and + +404 +00:40:37,730 --> 00:40:41,350 +missed two daughters. In addition, he has a long + +405 +00:40:41,350 --> 00:40:44,990 +chin with blue eyes and light skin. He's very + +406 +00:40:44,990 --> 00:40:47,810 +beautiful, but the difficulties of life make him + +407 +00:40:47,810 --> 00:40:51,550 +seem very old. He's always a man and that make him + +408 +00:40:51,550 --> 00:40:54,650 +maybe a lot of difficulties. That make him what? + +409 +00:40:57,820 --> 00:41:00,640 +Okay, withstood a lot of things, overcame a lot of + +410 +00:41:00,640 --> 00:41:03,420 +hardships. Very good. Yes, ma'am, over there, + +411 +00:41:03,500 --> 00:41:07,840 +please. My father is a very surrounded man. He is + +412 +00:41:07,840 --> 00:41:13,480 +very tall and slim. His hair is short and neat. In + +413 +00:41:13,480 --> 00:41:16,140 +addition, my father is a very great teacher. He is + +414 +00:41:16,140 --> 00:41:23,420 +a mentor to our students. He is tall + +415 +00:41:23,420 --> 00:41:28,7 + +445 +00:43:26,470 --> 00:43:26,770 +إن شاء الله. diff --git a/PL9fwy3NUQKwbknFHzECJkgNOSFOth6GiS/9pEwA-sDNQM_postprocess.srt b/PL9fwy3NUQKwbknFHzECJkgNOSFOth6GiS/9pEwA-sDNQM_postprocess.srt new file mode 100644 index 0000000000000000000000000000000000000000..301839d41c0735fd0c9a659ed96964108d2436cb --- /dev/null +++ b/PL9fwy3NUQKwbknFHzECJkgNOSFOth6GiS/9pEwA-sDNQM_postprocess.srt @@ -0,0 +1,1780 @@ +1 +00:00:20,720 --> 00:00:23,120 +Hi, Assalamualaikum. Good morning, how are you + +2 +00:00:23,120 --> 00:00:25,820 +today? Fine. Very good, very good. All right, + +3 +00:00:25,840 --> 00:00:28,500 +let's today continue talking about descriptive + +4 +00:00:28,500 --> 00:00:34,000 +paragraphs. And last time we addressed some of the + +5 +00:00:34,000 --> 00:00:37,860 +features of good descriptive writing. Today we + +6 +00:00:37,860 --> 00:00:42,320 +continue and talking especially on describing + +7 +00:00:42,320 --> 00:00:47,620 +places or what we call description in terms of a + +8 +00:00:47,620 --> 00:00:51,500 +spatial that is to say describing a location or + +9 +00:00:51,500 --> 00:00:55,100 +describing a place. It shows a spatial order + +10 +00:00:55,100 --> 00:00:59,360 +basically shows how people and objects are + +11 +00:00:59,360 --> 00:01:03,720 +located, are situated, are arranged in a space, in + +12 +00:01:03,720 --> 00:01:09,300 +an area or a scene. So how can we organize a + +13 +00:01:09,300 --> 00:01:12,620 +place? How can we describe a place? We can + +14 +00:01:12,620 --> 00:01:15,480 +describe it from different angles or from + +15 +00:01:15,480 --> 00:01:19,720 +different perspectives. We can look at it from top + +16 +00:01:19,720 --> 00:01:23,540 +to bottom. So we start from the top and then we go + +17 +00:01:23,540 --> 00:01:28,420 +down to describe the bottom of that place. From + +18 +00:01:28,420 --> 00:01:32,440 +outside over the patient to the inside of a + +19 +00:01:32,440 --> 00:01:39,180 +location. From right to left or from near to far + +20 +00:01:39,180 --> 00:01:43,820 +or the other way around. From inside to outside or + +21 +00:01:43,820 --> 00:01:48,000 +the reverse of any of these. or any of these + +22 +00:01:48,000 --> 00:01:52,060 +orders. Let's just look at this example of a + +23 +00:01:52,060 --> 00:01:56,020 +paragraph where we describe a place. For instance, + +24 +00:01:57,180 --> 00:02:00,280 +in Mr. Adams' classroom, we see a lot of + +25 +00:02:00,280 --> 00:02:03,100 +interesting things. This is the topic sentence. It + +26 +00:02:03,100 --> 00:02:07,520 +names the topic and it mentions or states the + +27 +00:02:07,520 --> 00:02:09,920 +controlling idea. We see a lot of interesting + +28 +00:02:09,920 --> 00:02:14,100 +things. To the left of the class, We see 10 + +29 +00:02:14,100 --> 00:02:17,780 +posters in the colors of a rainbow. To the right, + +30 +00:02:18,360 --> 00:02:21,160 +there is a black radio on top of the silver file + +31 +00:02:21,160 --> 00:02:25,340 +cabinet. In the back, there is a huge blue curtain + +32 +00:02:25,340 --> 00:02:29,060 +hanging on the wall. And in front of the class, we + +33 +00:02:29,060 --> 00:02:32,780 +see a great rectangular chalkboard. Indeed, this + +34 +00:02:32,780 --> 00:02:35,280 +is the conclusion. Indeed, Mrs. Adams' classroom + +35 +00:02:35,280 --> 00:02:38,980 +is very interesting. What we notice here are these + +36 +00:02:38,980 --> 00:02:42,580 +sort of transitions. Indicating, describing a + +37 +00:02:42,580 --> 00:02:46,380 +location to the left, to the right, in the back, + +38 +00:02:46,640 --> 00:02:52,410 +in the front and so on. Alright? Okay. Let's just + +39 +00:02:52,410 --> 00:02:55,430 +look, read this paragraph very quickly and decide + +40 +00:02:55,430 --> 00:02:59,830 +how is the order, what is the order of the spatial + +41 +00:02:59,830 --> 00:03:03,070 +order. In other words, for describing my favorite + +42 +00:03:03,070 --> 00:03:07,330 +place to relax is a small cafe down the street + +43 +00:03:07,330 --> 00:03:11,410 +from where I live. Look at it and decide what is + +44 +00:03:11,410 --> 00:03:16,230 +the spatial order used in describing my favorite + +45 +00:03:16,230 --> 00:03:17,350 +place which is the cafe. + +46 +00:04:44,600 --> 00:04:47,460 +Alright, if we look at this paragraph, what is + +47 +00:04:47,460 --> 00:04:51,780 +this special order used in describing my favorite + +48 +00:04:51,780 --> 00:04:56,000 +cafe, my favorite place to relax? Yes please. From + +49 +00:04:56,000 --> 00:04:59,040 +outside to inside. From first, from outside to + +50 +00:04:59,040 --> 00:05:01,340 +inside. How do you know about this? First it + +51 +00:05:01,340 --> 00:05:04,280 +started with the street. With the scene of the + +52 +00:05:04,280 --> 00:05:09,500 +street. For example, this cafe is on a small side + +53 +00:05:09,500 --> 00:05:12,200 +street and as soon as you see it, you are still + +54 +00:05:12,200 --> 00:05:15,010 +outside. As soon as you see it, you feel light + +55 +00:05:15,010 --> 00:05:17,910 +going, so I'm still outside. Notice the + +56 +00:05:17,910 --> 00:05:20,850 +perspective here of the writer. He is or she is + +57 +00:05:20,850 --> 00:05:25,070 +outside, not inside that cafe. There are three + +58 +00:05:25,070 --> 00:05:28,910 +windows on either side of the door and each window + +59 +00:05:28,910 --> 00:05:32,750 +has a small window box with brightly colored + +60 +00:05:32,750 --> 00:05:36,370 +flowers. there is a small wooden door that opens + +61 +00:05:36,370 --> 00:05:39,370 +into the cafe, not as if I'm still outside the + +62 +00:05:39,370 --> 00:05:43,050 +cafe. Opens into, not outside, out of the cafe. + +63 +00:05:43,450 --> 00:05:48,430 +And as soon as you go in, you can see a a small or + +64 +00:05:48,430 --> 00:05:52,130 +a dozen small tables all around the room, okay? So + +65 +00:05:52,130 --> 00:05:55,830 +from outside to inside of the cafe. I always like + +66 +00:05:55,830 --> 00:05:59,670 +to sit at a small table in the corner near the + +67 +00:05:59,670 --> 00:06:04,130 +front window. So I'm now moving to, from front to + +68 +00:06:04,130 --> 00:06:08,290 +the back of the cafe. From here, from the front + +69 +00:06:08,290 --> 00:06:09,530 +window, okay? + +70 +00:06:12,250 --> 00:06:15,350 +artwork on the walls and at the pretty green + +71 +00:06:15,350 --> 00:06:21,710 +plants hanging from the ceiling. So again from top + +72 +00:06:21,710 --> 00:06:25,270 +to bottom more or less. With a strong cup of + +73 +00:06:25,270 --> 00:06:28,170 +coffee and a good book, I feel very happy and + +74 +00:06:28,170 --> 00:06:31,590 +relaxed in my favorite place. Alright? So we + +75 +00:06:31,590 --> 00:06:34,070 +started from outside to the inside, from the front + +76 +00:06:34,380 --> 00:06:37,040 +to the back and we can see clearly some + +77 +00:06:37,040 --> 00:06:41,360 +description from top to bottom all right okay so + +78 +00:06:41,360 --> 00:06:45,120 +what sort of prepositions or transitions that we + +79 +00:06:45,120 --> 00:06:48,140 +can actually use in describing a place we can + +80 +00:06:48,140 --> 00:06:50,160 +think of these one and we should use them whenever + +81 +00:06:50,160 --> 00:06:54,180 +we feel like writing or describing a place in + +82 +00:06:54,180 --> 00:07:00,190 +front of and back of behind on top of the the A + +83 +00:07:00,190 --> 00:07:02,790 +room, for example, on the bottom of something, + +84 +00:07:02,950 --> 00:07:08,430 +next to, above, below, underneath, across, to the + +85 +00:07:08,430 --> 00:07:10,750 +right, to the left, in the middle of something, + +86 +00:07:10,910 --> 00:07:13,890 +across, around, between, and behind. So these are + +87 +00:07:13,890 --> 00:07:16,070 +some transitions, some prepositions and + +88 +00:07:16,070 --> 00:07:19,550 +prepositional phrases that we can use to describe + +89 +00:07:19,550 --> 00:07:24,950 +or locate things in space, all right? Alright, now + +90 +00:07:24,950 --> 00:07:27,490 +whenever we describe something, we have to start + +91 +00:07:27,490 --> 00:07:29,890 +writing a descriptive paragraph, we have to write + +92 +00:07:29,890 --> 00:07:33,330 +a topic sentence. And this is very important. Like + +93 +00:07:33,330 --> 00:07:37,110 +we said before, it has to have two things, naming + +94 +00:07:37,110 --> 00:07:41,250 +the topic and specifying the controlling ideas. So + +95 +00:07:41,250 --> 00:07:43,190 +the topic sentence of a descriptive paragraph + +96 +00:07:43,190 --> 00:07:45,950 +should name the topic. Alright? And the + +97 +00:07:45,950 --> 00:07:49,130 +controlling idea should give your overall + +98 +00:07:49,130 --> 00:07:52,910 +impression, your central idea, why you are writing + +99 +00:07:52,910 --> 00:07:56,990 +or why are you describing this place. For example, + +100 +00:07:57,950 --> 00:08:02,630 +my bedroom is my refuge from the outside world. + +101 +00:08:02,830 --> 00:08:05,940 +What is the controlling idea? How it is my + +102 +00:08:05,940 --> 00:08:09,400 +shelter? How it is my refuge from? That is to say + +103 +00:08:09,400 --> 00:08:14,200 +it's a safe, secure place for me. For example, the + +104 +00:08:14,200 --> 00:08:20,580 +campus of our university is like a small city. Or + +105 +00:08:20,580 --> 00:08:25,340 +the cafeteria at lunchtime is the school's social + +106 +00:08:25,340 --> 00:08:28,160 +center. So we have here the topic centers naming + +107 +00:08:28,160 --> 00:08:31,870 +the topic, my bedroom. the campus, the cafeteria, + +108 +00:08:32,430 --> 00:08:34,550 +and then we also have day controlling ideas + +109 +00:08:34,550 --> 00:08:37,410 +specifying your overall idea, your overall + +110 +00:08:37,410 --> 00:08:41,330 +impression of that place that you're writing + +111 +00:08:41,330 --> 00:08:46,130 +about. Okay? Alright. Now let's just think, start + +112 +00:08:46,130 --> 00:08:48,490 +into the habit of writing and thinking about + +113 +00:08:48,490 --> 00:08:51,410 +describing places. Now this is a topic sentence + +114 +00:08:51,410 --> 00:08:53,790 +and what I'd like you to do is to give some + +115 +00:08:53,790 --> 00:08:58,270 +details for what you would think what you would + +116 +00:08:58,270 --> 00:09:01,430 +include in describing or talking about this topic + +117 +00:09:01,430 --> 00:09:05,650 +sentence the park near my house is full of + +118 +00:09:05,650 --> 00:09:11,330 +activity on a Sunday on a sunny weekend afternoon + +119 +00:09:11,330 --> 00:09:15,810 +okay so I'd like you to give me some details as to + +120 +00:09:15,810 --> 00:09:19,030 +what you would include for this topic sentence + +121 +00:09:19,030 --> 00:09:23,910 +okay the park near my house is full of activity on + +122 +00:09:23,910 --> 00:09:27,730 +a sunny weekend afternoon What would you include + +123 +00:09:27,730 --> 00:09:30,310 +as details for this topic sentence? Please. + +124 +00:09:59,160 --> 00:10:02,320 +So you can describe what people are doing, what + +125 +00:10:02,320 --> 00:10:08,840 +things are there in that place, and so on. Plants, + +126 +00:10:09,020 --> 00:10:13,960 +gardens, children. So a lot of things that you can + +127 +00:10:13,960 --> 00:10:16,540 +talk about. What sort of details do you include in + +128 +00:10:16,540 --> 00:10:17,720 +describing this place? + +129 +00:11:24,880 --> 00:11:27,100 +Sweetness. Sweetness. Sweetness. + +130 +00:11:52,700 --> 00:11:56,180 +Alright, let's see what sort of details that would + +131 +00:11:56,180 --> 00:11:59,740 +you use to describe this place, this part that is + +132 +00:11:59,740 --> 00:12:02,800 +full of life, that is full of activity, this place + +133 +00:12:03,750 --> 00:12:05,850 +A lot of families go there to have more + +134 +00:12:05,850 --> 00:12:08,550 +relaxation. Very nice. There are a lot of families + +135 +00:12:08,550 --> 00:12:12,870 +going there with their children in the park. Very + +136 +00:12:12,870 --> 00:12:16,030 +nice. Yes, please. It also has a pool on it. There + +137 +00:12:16,030 --> 00:12:18,590 +is a pool. There is a big pool, a large swimming + +138 +00:12:18,590 --> 00:12:21,350 +pool in the middle, for example, where children + +139 +00:12:21,350 --> 00:12:26,410 +and people are swimming and having fun. Very nice. + +140 +00:12:26,610 --> 00:12:29,130 +Yes, please. The children can play in the back of + +141 +00:12:29,130 --> 00:12:32,890 +the car. Alright, so there are children playing in + +142 +00:12:32,890 --> 00:12:36,310 +the back or around the corner of the park. Very + +143 +00:12:36,310 --> 00:12:43,110 +nice. There is a clown who + +144 +00:12:43,110 --> 00:12:46,490 +is for instance playing with the children, making + +145 +00:12:46,490 --> 00:12:49,510 +them laugh and having fun. Yes, please. In the + +146 +00:12:49,510 --> 00:12:51,930 +middle of the park are the swings and slides where + +147 +00:12:51,930 --> 00:12:54,310 +kids are the most loudest. Very nice. There are + +148 +00:12:54,310 --> 00:12:57,670 +lots of children playing on the swings and slides + +149 +00:12:57,670 --> 00:13:01,130 +and having Fun. Yes, please. There's many types of + +150 +00:13:01,130 --> 00:13:03,690 +flowers and trees in that park. There are many + +151 +00:13:03,690 --> 00:13:07,490 +flowers and green plants that are in the park. And + +152 +00:13:07,490 --> 00:13:10,650 +finally? Yes, the attractive flowers in the sides + +153 +00:13:10,650 --> 00:13:13,670 +of the park feel you refresh all the time. + +154 +00:13:13,790 --> 00:13:17,290 +Balance. The nice scenery, okay, where are lots of + +155 +00:13:17,290 --> 00:13:20,540 +flowers and plants and trees. are making people + +156 +00:13:20,540 --> 00:13:24,260 +having fun and enjoying the beautiful park. So + +157 +00:13:24,260 --> 00:13:28,020 +these are some nice ideas that we can include in + +158 +00:13:28,020 --> 00:13:31,520 +describing a place. Remember, always have some + +159 +00:13:31,520 --> 00:13:35,680 +kind of an order where you can describe a place. + +160 +00:13:35,780 --> 00:13:39,860 +So you can start from the front to the back, from + +161 +00:13:39,860 --> 00:13:43,000 +the right to the left, and so on. Okay? So always + +162 +00:13:43,000 --> 00:13:45,180 +have this kind of organization because this is + +163 +00:13:45,180 --> 00:13:48,160 +very important. It makes your writing neat and + +164 +00:13:48,160 --> 00:13:51,740 +well organized. All right? Let's see. All right? + +165 +00:13:51,860 --> 00:13:54,780 +Now, we're going to do this writing activity. All + +166 +00:13:54,780 --> 00:13:57,640 +right? And I'd like you to think about completing + +167 +00:13:57,640 --> 00:13:59,600 +this paragraph. For example, let's see the + +168 +00:13:59,600 --> 00:14:03,200 +paragraph here. My mother's kitchen is not very + +169 +00:14:03,200 --> 00:14:08,260 +big, but it is warm and comfortable. What is the + +170 +00:14:08,260 --> 00:14:12,650 +controlling idea here? that is warm and + +171 +00:14:12,650 --> 00:14:16,210 +comfortable. So I'm going to describe my mother's + +172 +00:14:16,210 --> 00:14:18,870 +kitchen, what it is like, what is it like, okay? + +173 +00:14:19,350 --> 00:14:22,610 +What are the different things in this? kitchen all + +174 +00:14:22,610 --> 00:14:25,390 +right you can start describing the front to the + +175 +00:14:25,390 --> 00:14:28,770 +back right to the left top to bottom and whatever + +176 +00:14:28,770 --> 00:14:31,650 +organization that you think is suitable talk about + +177 +00:14:31,650 --> 00:14:33,850 +the different things that you can see talk about + +178 +00:14:33,850 --> 00:14:37,770 +the activity of your mother or your you or your + +179 +00:14:37,770 --> 00:14:42,370 +family in this kitchen and so on now the + +180 +00:14:42,370 --> 00:14:45,930 +conclusion is now I live far away but I often + +181 +00:14:45,930 --> 00:14:52,290 +think about So let's spend about 5 minutes trying + +182 +00:14:52,290 --> 00:14:55,650 +to complete this paragraph talking about my + +183 +00:14:55,650 --> 00:14:56,950 +mother's kitchen. + +184 +00:15:15,060 --> 00:15:18,200 +Good morning. Morning. + +185 +00:16:05,910 --> 00:16:07,410 +Thank you. + +186 +00:17:19,860 --> 00:17:21,020 +Decide the next year. + +187 +00:17:24,980 --> 00:17:25,760 +It's really important. + +188 +00:17:58,600 --> 00:17:59,360 +What's next? + +189 +00:18:03,340 --> 00:18:08,020 +What do + +190 +00:18:08,020 --> 00:18:13,980 +you + +191 +00:18:13,980 --> 00:18:19,840 +call a pool? What's the name of it? Lodge. Lodge. + +192 +00:18:20,820 --> 00:18:23,780 +What's the name of that? I'm not sure. I'm not + +193 +00:18:23,780 --> 00:18:25,760 +sure. Paragraph? Paragraph. + +194 +00:18:31,880 --> 00:18:33,040 +Paragraph. + +195 +00:18:57,160 --> 00:19:00,780 +It's going to change the command to that minus + +196 +00:19:00,780 --> 00:19:03,820 +sign. It's going to be a wrong result. + +197 +00:19:32,200 --> 00:19:35,740 +Alright, alright, let's see. Let's just get some + +198 +00:19:35,740 --> 00:19:38,980 +ideas, some answers of your .. some examples of + +199 +00:19:38,980 --> 00:19:43,560 +your writings. Yes, please. Can I .. can I take .. + +200 +00:19:43,560 --> 00:19:45,800 +You just .. you just read it very quickly, please. + +201 +00:19:46,550 --> 00:19:49,550 +My mother's kitchen is not very big, but it's warm + +202 +00:19:49,550 --> 00:19:52,410 +and comfortable. I remember well that when my + +203 +00:19:52,410 --> 00:19:54,550 +mother started cooking, the whole family were + +204 +00:19:54,550 --> 00:19:57,650 +standing behind her. You can find a lot of things + +205 +00:19:57,650 --> 00:20:00,830 +in this small kitchen. The fridge next to the + +206 +00:20:00,830 --> 00:20:03,370 +washing machine, the oven is opposite of the door. + +207 +00:20:03,810 --> 00:20:08,730 +The smell of the hair cooking is tasty and I + +208 +00:20:08,730 --> 00:20:11,990 +remember it all the time. I always remember it or + +209 +00:20:11,990 --> 00:20:14,550 +I remember it all the time. Very, very nice. So we + +210 +00:20:14,550 --> 00:20:18,790 +saw some description or some things in the + +211 +00:20:18,790 --> 00:20:21,590 +kitchen. Who would like to have a go at and show + +212 +00:20:21,590 --> 00:20:25,710 +and just let's listen to you please. My mother's + +213 +00:20:25,710 --> 00:20:27,790 +kitchen is not very big but it's warm and + +214 +00:20:27,790 --> 00:20:30,950 +comfortable. To the left lies a dining table made + +215 +00:20:30,950 --> 00:20:34,390 +of light brown wood and to the right resides our + +216 +00:20:34,390 --> 00:20:37,290 +fridge and facing to the front is a sink with two + +217 +00:20:37,290 --> 00:20:39,990 +counters in either side. Very nice and you will + +218 +00:20:39,990 --> 00:20:43,290 +continue completing this paragraph. Let's see how + +219 +00:20:43,290 --> 00:20:47,070 +I completed this paragraph. My mother's kitchen is + +220 +00:20:47,070 --> 00:20:51,090 +not very big but it is warm and comfortable. On + +221 +00:20:51,090 --> 00:20:55,410 +the left side there is a nice small fridge with + +222 +00:20:55,410 --> 00:21:00,830 +some family pictures placed on the fridge door. To + +223 +00:21:00,830 --> 00:21:05,150 +the right there is a small round table with four + +224 +00:21:05,150 --> 00:21:09,010 +wooden chairs. In the left corner of the kitchen + +225 +00:21:09,760 --> 00:21:13,460 +stands the food cabinet which has my mother's + +226 +00:21:13,460 --> 00:21:17,920 +favorite spices and utensils. My mother, my + +227 +00:21:17,920 --> 00:21:21,820 +brother and I used to sit on the chairs around the + +228 +00:21:21,820 --> 00:21:25,500 +table watching my mother's cooking. We liked + +229 +00:21:25,500 --> 00:21:30,220 +learning new things, talking and making delicious + +230 +00:21:30,220 --> 00:21:34,320 +food. But now I live far away, but I often think + +231 +00:21:34,320 --> 00:21:37,280 +about my mother's kitchen. So what we see here, + +232 +00:21:37,340 --> 00:21:42,140 +what is the order here? Front, left, to the right, + +233 +00:21:42,680 --> 00:21:46,380 +and again, generally from the left corner, from + +234 +00:21:46,380 --> 00:21:49,100 +left to the right, and what we see somewhere here + +235 +00:21:49,100 --> 00:21:52,740 +is in the middle. And we have not only places + +236 +00:21:52,740 --> 00:21:55,740 +describing things in a place, but also describing + +237 +00:21:55,740 --> 00:22:00,360 +how we felt about the kitchen, what we did in that + +238 +00:22:00,360 --> 00:22:05,910 +kitchen in the times gone by. Alright? Alright. So + +239 +00:22:05,910 --> 00:22:08,910 +this is going to be homework for you next time. + +240 +00:22:09,650 --> 00:22:12,990 +Whenever we want to describe a place, we have to + +241 +00:22:12,990 --> 00:22:16,130 +talk about where is this place? How big is it, for + +242 +00:22:16,130 --> 00:22:19,970 +instance? How warm or cold is this place? How does + +243 +00:22:19,970 --> 00:22:23,490 +the place make you feel for example? What things + +244 +00:22:23,490 --> 00:22:28,050 +you can see in that place? What colors do you see? + +245 +00:22:28,230 --> 00:22:31,870 +What smells do you smell? What sounds do you hear? + +246 +00:22:32,250 --> 00:22:35,090 +And so on. So these are some ideas, some questions + +247 +00:22:35,090 --> 00:22:38,570 +just to give you some idea about how to describe a + +248 +00:22:38,570 --> 00:22:41,890 +place. Is this clear? Yes. Alright, and I'll talk + +249 +00:22:41,890 --> 00:22:45,230 +about this later, but now we move on to talk about + +250 +00:22:45,230 --> 00:22:49,090 +describing people. Whenever we describe a person, + +251 +00:22:49,230 --> 00:22:51,510 +for example, what sort of things that we describe? + +252 +00:22:52,410 --> 00:23:01,860 +We describe his age, his height, for instance. His + +253 +00:23:01,860 --> 00:23:04,840 +color, his color of the skin for instance, his + +254 +00:23:04,840 --> 00:23:09,560 +hair, his eyes, some facial features, his + +255 +00:23:09,560 --> 00:23:13,820 +personality and probably his religious or + +256 +00:23:13,820 --> 00:23:16,700 +political affiliation if that's necessary and so + +257 +00:23:16,700 --> 00:23:20,300 +on. Let's look at some of the things that we can + +258 +00:23:20,300 --> 00:23:22,860 +use in describing people and some of the + +259 +00:23:22,860 --> 00:23:26,720 +adjectives that can be used to describe A person, + +260 +00:23:26,820 --> 00:23:30,780 +for example, we can describe his or her age. For + +261 +00:23:30,780 --> 00:23:36,080 +example, she is 21 years old. He is or she is a + +262 +00:23:36,080 --> 00:23:39,720 +young woman. He is an elderly man, for example, or + +263 +00:23:39,720 --> 00:23:43,320 +an elderly woman, for example. He is an old person + +264 +00:23:43,320 --> 00:23:48,660 +or an old man or woman. she is middle-aged okay or + +265 +00:23:48,660 --> 00:23:53,860 +he is in his mid-thirties in his mid-fifties in + +266 +00:23:53,860 --> 00:23:58,760 +his in his mid-twenties and so on she is in her + +267 +00:23:58,760 --> 00:24:03,980 +late twenties late forties late eighties and so + +268 +00:24:03,980 --> 00:24:09,020 +and so on we can look at the hair for example the + +269 +00:24:09,020 --> 00:24:14,300 +color of the hair dark blonde grey. We can look at + +270 +00:24:14,300 --> 00:24:18,400 +the length of the hair, for example, straight, + +271 +00:24:18,560 --> 00:24:22,680 +short, long, curly, bald, he is bald, no hair, + +272 +00:24:23,260 --> 00:24:27,760 +wavy and so on. We can look at the eyes, for + +273 +00:24:27,760 --> 00:24:30,260 +example, the color of the eyes, blue, dark, brown, + +274 +00:24:30,520 --> 00:24:34,140 +green and so on. Shape of the eyes, for example, + +275 +00:24:34,220 --> 00:24:38,000 +large eyes, round eyes, almond shape eyes and so + +276 +00:24:38,000 --> 00:24:42,450 +on. We can look at The height. How tall a person + +277 +00:24:42,450 --> 00:24:46,870 +is for example. She is tall for example. He is + +278 +00:24:46,870 --> 00:24:50,030 +short. She is short. He is one hundred and eighty + +279 +00:24:50,030 --> 00:24:53,270 +centimeters tall for example. Alright? She is an + +280 +00:24:53,270 --> 00:24:56,070 +average person. Okay? An average height for + +281 +00:24:56,070 --> 00:24:59,630 +example. We can describe the facial features for + +282 +00:24:59,630 --> 00:25:02,970 +instance. We can look at smooth face, wrinkled + +283 +00:25:02,970 --> 00:25:07,490 +face, thin face. We can look at The eyebrows, + +284 +00:25:07,810 --> 00:25:11,510 +okay? For example, bushy eyebrows. For example, we + +285 +00:25:11,510 --> 00:25:15,470 +can look at the body, for example. Fat, thin, + +286 +00:25:15,770 --> 00:25:18,430 +although I don't prefer to use the word fat, but + +287 +00:25:18,430 --> 00:25:23,170 +thin, chubby, well-built and so on. Athletic, for + +288 +00:25:23,170 --> 00:25:26,450 +example. And finally, we can look at the + +289 +00:25:26,450 --> 00:25:29,870 +personality. For example, she is really + +290 +00:25:29,870 --> 00:25:35,450 +optimistic, he is really kind, angry, considerate, + +291 +00:25:35,610 --> 00:25:39,210 +thoughtful, happy, cheerful, annoying person, + +292 +00:25:39,670 --> 00:25:43,030 +helpful person, and so on. So these are some + +293 +00:25:43,030 --> 00:25:46,750 +physical appearance, some sort of appearance, all + +294 +00:25:46,750 --> 00:25:51,830 +right? And also we can look at the personality of + +295 +00:25:51,830 --> 00:25:56,820 +that person, okay? Let us just do this very quick + +296 +00:25:56,820 --> 00:26:02,700 +activity and try to fill in the missing with some + +297 +00:26:02,700 --> 00:26:06,880 +words from the list here describing Mr. Khalil, + +298 +00:26:07,120 --> 00:26:08,500 +okay? Yes, please. + +299 +00:26:29,910 --> 00:26:32,110 +Actually, I was going to say something, but I + +300 +00:26:32,110 --> 00:26:32,470 +forgot. + +301 +00:27:02,150 --> 00:27:15,250 +I started this when + +302 +00:27:15,250 --> 00:27:15,530 +I was five. + +303 +00:27:41,810 --> 00:27:43,350 +It's very strong. + +304 +00:27:46,240 --> 00:27:47,040 +I'm going to take a break. + +305 +00:28:19,500 --> 00:28:21,480 +Okay. Okay. + +306 +00:28:47,830 --> 00:28:50,350 +Alright, are we done? Yes, please. Let's see. + +307 +00:28:50,490 --> 00:28:55,350 +Khalil is an + +308 +00:28:55,350 --> 00:29:02,010 +old man. Yes, he's an old man in his mid-sixties. + +309 +00:29:02,410 --> 00:29:06,010 +Alright. Alright, we'd like to continue. His face + +310 +00:29:06,010 --> 00:29:15,070 +is thin and wrinkled. His face is thin and + +311 +00:29:15,070 --> 00:29:16,530 +wrinkled. + +312 +00:29:19,530 --> 00:29:23,170 +Wrinkled. Alright? That's right. Wrinkled. Okay + +313 +00:29:23,170 --> 00:29:26,770 +because of old age. Alright? Yes please. His hair + +314 +00:29:26,770 --> 00:29:34,190 +is pushy and his eyebrows are green. That would be + +315 +00:29:34,190 --> 00:29:44,010 +spooky. His hair is short. His hair is short and + +316 +00:29:44,010 --> 00:29:45,590 +eyebrows are green. + +317 +00:29:48,490 --> 00:29:51,270 +They're not organized, they're sort of, you know, + +318 +00:29:51,590 --> 00:29:54,390 +all over the place. Yes, please. Noura, on the + +319 +00:29:54,390 --> 00:29:59,630 +other hand, is in her late twenties. Twenties, + +320 +00:29:59,690 --> 00:30:06,330 +yes. She's in her late twenties. She has straight + +321 +00:30:06,330 --> 00:30:15,920 +hair and brown eyes. Green eyes? Yes, green eyes. + +322 +00:30:15,920 --> 00:30:20,900 +Green and round. Green and round eyes. All right? + +323 +00:30:21,320 --> 00:30:25,440 +Round and green eyes. Round green eyes. She's + +324 +00:30:25,440 --> 00:30:32,160 +approximately 100 centimeters tall. All right? So + +325 +00:30:32,160 --> 00:30:35,640 +these are some physical sort of characteristics of + +326 +00:30:35,640 --> 00:30:40,980 +Noura and Kalim. Okay? So remember these things + +327 +00:30:40,980 --> 00:30:42,560 +that we used to describe + +328 +00:30:46,530 --> 00:30:50,990 +Now let's look at an example of what describing a + +329 +00:30:50,990 --> 00:30:54,870 +place should look like. We burn whenever we + +330 +00:30:54,870 --> 00:30:57,130 +describe a place. We look at his or her + +331 +00:30:57,130 --> 00:31:00,430 +characteristics, physical appearance and also some + +332 +00:31:00,430 --> 00:31:03,390 +of the things about his personality and what he + +333 +00:31:03,390 --> 00:31:06,610 +did or what he or she did in his life. For + +334 +00:31:06,610 --> 00:31:10,910 +example, Jacqueline is the most amazing person I + +335 +00:31:10,910 --> 00:31:13,470 +have ever met. He came to my school and talked + +336 +00:31:13,470 --> 00:31:17,110 +about his difficult life. In prison, he was in + +337 +00:31:17,110 --> 00:31:20,730 +prison for 15 years. He made a lot of mistakes + +338 +00:31:20,730 --> 00:31:24,630 +when he was young, but now he has, but now he has + +339 +00:31:24,630 --> 00:31:27,900 +changed his life. He saw a lot of violence in + +340 +00:31:27,900 --> 00:31:30,360 +prison, so he uses his experience to help high + +341 +00:31:30,360 --> 00:31:35,600 +school students. Jack is tall and strong and looks + +342 +00:31:35,600 --> 00:31:40,620 +a little scary like Mr. Khalid. The thing I + +343 +00:31:40,620 --> 00:31:43,040 +remember most about him is his sensitive + +344 +00:31:43,040 --> 00:31:48,240 +personality. He is really kind and wants to help + +345 +00:31:48,240 --> 00:31:52,280 +young people. In a word, in short, in conclusion, + +346 +00:31:52,840 --> 00:31:57,380 +I've never met anyone like Jack before so here we + +347 +00:31:57,380 --> 00:31:59,780 +talked about some of the things that he did in his + +348 +00:31:59,780 --> 00:32:03,720 +life his personality and his physical appearance + +349 +00:32:03,720 --> 00:32:06,900 +okay now let's conclude with this activity I'd + +350 +00:32:06,900 --> 00:32:09,860 +like you to think about your grandfather okay + +351 +00:32:09,860 --> 00:32:13,760 +let's look at this topic sentence my grandfather + +352 +00:32:13,760 --> 00:32:18,720 +is a great person who often had a difficult life + +353 +00:32:21,280 --> 00:32:25,800 +when he was yeah sorry my grandfather is a great + +354 +00:32:25,800 --> 00:32:31,480 +person who had a difficult life when he was a yeah + +355 +00:32:31,480 --> 00:32:34,960 +okay there is some mistake here in writing the + +356 +00:32:34,960 --> 00:32:37,380 +topic sentence my grandfather is a great person + +357 +00:32:37,380 --> 00:32:41,000 +who had a difficult life when he was a yeah you + +358 +00:32:41,000 --> 00:32:44,650 +see that conclusion In short, spending time with + +359 +00:32:44,650 --> 00:32:49,030 +my grandfather is always great as I can learn many + +360 +00:32:49,030 --> 00:32:52,170 +things from his stories. What I'd like you to do + +361 +00:32:52,170 --> 00:32:55,090 +now is very quickly write a description of your + +362 +00:32:55,090 --> 00:32:58,910 +father. Start with how he looks if you want and + +363 +00:32:58,910 --> 00:33:01,830 +then talk about his personality and what he did in + +364 +00:33:01,830 --> 00:33:04,090 +his If you'd like, very briefly please. + +365 +00:33:54,270 --> 00:33:55,830 +Okay. Okay. + +366 +00:33:59,990 --> 00:34:01,390 +Okay. + +367 +00:34:20,200 --> 00:34:25,280 +I don't know if I'm going to be + +368 +00:34:25,280 --> 00:34:30,380 +able + +369 +00:34:30,380 --> 00:34:39,500 +to do it. + +370 +00:35:18,450 --> 00:35:24,670 +You can strike his arms. His personality, + +371 +00:35:27,650 --> 00:35:29,950 +for instance. So a lot of things that you can talk + +372 +00:35:29,950 --> 00:35:32,410 +about if you want to try to describe your + +373 +00:35:32,410 --> 00:35:39,770 +grandfather. Chin. It was called long beard or + +374 +00:35:39,770 --> 00:35:40,510 +short beard. + +375 +00:35:50,600 --> 00:35:51,060 +Thank you. + +376 +00:35:55,880 --> 00:35:57,020 +Thank you. + +377 +00:36:17,590 --> 00:36:18,550 +I'm going to take a picture. + +378 +00:36:51,030 --> 00:36:54,410 +But we don't need to use commas between sentences. + +379 +00:36:54,910 --> 00:36:58,190 +We talked about this before. And in addition, + +380 +00:36:58,490 --> 00:37:01,540 +moreover, So, remember these connectors, but don't + +381 +00:37:01,540 --> 00:37:04,180 +use commas between sentences because this would be + +382 +00:37:04,180 --> 00:37:06,500 +something we talked about, this is comma slice, + +383 +00:37:06,660 --> 00:37:09,900 +right? Full stop. His hair is short and his eyes + +384 +00:37:09,900 --> 00:37:15,020 +are blue, for example. He's very tall and thin or + +385 +00:37:15,020 --> 00:37:18,120 +slim. Okay? Or a little bit chubby. And so on. + +386 +00:37:53,190 --> 00:37:58,270 +My father is on his legs or is on his legs always + +387 +00:37:58,270 --> 00:38:04,890 +or or or in his legs. He has all his legs. Full + +388 +00:38:04,890 --> 00:38:06,570 +stop. Full stop. + +389 +00:38:11,050 --> 00:38:14,970 +Post-op, post-op, post-op, post-op, post-op, post + +390 +00:38:14,970 --> 00:38:21,030 +-op, post-op, post-op + +391 +00:38:53,890 --> 00:38:57,550 +Yes, attitude is important. + +392 +00:39:06,500 --> 00:39:10,020 +I need to see sentences. This is a very long + +393 +00:39:10,020 --> 00:39:13,680 +sentence, okay? Just use full stop squareness. + +394 +00:39:22,820 --> 00:39:23,480 +Okay? + +395 +00:39:49,680 --> 00:39:52,940 +All right, let's see. Let's see, get to hear some + +396 +00:39:52,940 --> 00:39:56,040 +examples of your writing. Yes, at the back. Here, + +397 +00:39:56,160 --> 00:39:56,400 +please. + +398 +00:40:05,360 --> 00:40:08,880 +Uh-huh. Okay. + +399 +00:40:12,580 --> 00:40:16,100 +And he's got a lot of experiences in life + +400 +00:40:16,100 --> 00:40:19,080 +experience. Very nice. Yes, please. Yes. + +401 +00:40:23,520 --> 00:40:29,300 +Very good. + +402 +00:40:29,460 --> 00:40:33,870 +All right. Very nice. Yes, please. He had a light + +403 +00:40:33,870 --> 00:40:37,730 +body because he suffered a lot in diaspora and + +404 +00:40:37,730 --> 00:40:41,350 +missed two daughters. In addition, he has a long + +405 +00:40:41,350 --> 00:40:44,990 +chin with blue eyes and light skin. He's very + +406 +00:40:44,990 --> 00:40:47,810 +beautiful, but the difficulties of life make him + +407 +00:40:47,810 --> 00:40:51,550 +seem very old. He's always a man and that make him + +408 +00:40:51,550 --> 00:40:54,650 +maybe a lot of difficulties. That make him what? + +409 +00:40:57,820 --> 00:41:00,640 +Okay, withstood a lot of things, overcame a lot of + +410 +00:41:00,640 --> 00:41:03,420 +hardships. Very good. Yes, ma'am, over there, + +411 +00:41:03,500 --> 00:41:07,840 +please. My father is a very surrounded man. He is + +412 +00:41:07,840 --> 00:41:13,480 +very tall and slim. His hair is short and neat. In + +413 +00:41:13,480 --> 00:41:16,140 +addition, my father is a very great teacher. He is + +414 +00:41:16,140 --> 00:41:23,420 +a semaphore to our students. He is tall + +415 +00:41:23,420 --> 00:41:28,740 +and strong, although his age is 73, but he has a + +416 +00:41:28,740 --> 00:41:31,860 +huge energy to go shopping, watch TV, reading a + +417 +00:41:31,860 --> 00:41:34,980 +newspaper, and he always collects us and starts + +418 +00:41:34,980 --> 00:41:39,050 +saying sorry. We enjoy a lot. In addition, he has + +419 +00:41:39,050 --> 00:41:43,390 +brown eyes and white hair, so he's a really kind + +420 +00:41:43,390 --> 00:41:46,990 +person. So he is a really kind person. Let's see + +421 +00:41:46,990 --> 00:41:50,830 +an example of what I did here to describe my + +422 +00:41:50,830 --> 00:41:54,130 +grandfather. My grandfather is a great person who + +423 +00:41:54,130 --> 00:41:58,430 +often told stories about the difficult life he had + +424 +00:41:58,430 --> 00:42:04,490 +when he was young. He is 94 years old, but his + +425 +00:42:04,490 --> 00:42:09,240 +voice is still strong and clear. clear he speaks + +426 +00:42:09,240 --> 00:42:15,140 +quietly and slowly when he tells stories his life + +427 +00:42:15,140 --> 00:42:18,920 +was difficult when he was young his family didn't + +428 +00:42:18,920 --> 00:42:22,960 +have much money so he worked hard to support him + +429 +00:42:22,960 --> 00:42:27,200 +so even though his life was not easy he's still + +430 +00:42:27,200 --> 00:42:32,120 +positive and optimistic personality all right and + +431 +00:42:32,120 --> 00:42:34,360 +so on, spending time with my father is always + +432 +00:42:34,360 --> 00:42:37,300 +great as I can learn a lot of things or many + +433 +00:42:37,300 --> 00:42:40,920 +things from his story. So over here we did some + +434 +00:42:40,920 --> 00:42:45,100 +description of what he looks like, then about his + +435 +00:42:45,100 --> 00:42:48,320 +life and then about his personality and what he + +436 +00:42:48,320 --> 00:42:52,020 +did for us, all right? So this is in general what + +437 +00:42:52,020 --> 00:42:58,520 +we need to include in describing people, all + +438 +00:42:58,520 --> 00:43:03,130 +right? Think looking at the age, the height, the + +439 +00:43:03,130 --> 00:43:09,310 +hair, facial expressions, and also the personality + +440 +00:43:09,310 --> 00:43:13,590 +and qualities that people have. All right? Okay, + +441 +00:43:13,690 --> 00:43:16,570 +is this clear? All right. Next time, we'll talk + +442 +00:43:16,570 --> 00:43:19,950 +about adjectives and how can we use adjectives to + +443 +00:43:19,950 --> 00:43:23,670 +describe or in describing people. In the meantime, + +444 +00:43:23,850 --> 00:43:26,330 +thank you very much, and I'll see you next time, + +445 +00:43:26,470 --> 00:43:26,770 +inshallah. + diff --git a/PL9fwy3NUQKwbknFHzECJkgNOSFOth6GiS/9pEwA-sDNQM_raw.json b/PL9fwy3NUQKwbknFHzECJkgNOSFOth6GiS/9pEwA-sDNQM_raw.json new file mode 100644 index 0000000000000000000000000000000000000000..6b9d0dc32dd3b7584cba14b41b2b917eb0484378 --- /dev/null +++ b/PL9fwy3NUQKwbknFHzECJkgNOSFOth6GiS/9pEwA-sDNQM_raw.json @@ -0,0 +1 @@ +{"segments": [{"id": 1, "seek": 4828, "start": 20.72, "end": 48.28, "text": " Hi, Assalamualaikum. Good morning, how are you today? Fine. Very good, very good. All right, let's today continue talking about descriptive paragraphs. And last time we addressed some of the features of good descriptive writing. Today we continue and talking especially on describing places or what we call description in terms of a spatial", "tokens": [2421, 11, 6281, 23819, 901, 64, 35518, 13, 2205, 2446, 11, 577, 366, 291, 965, 30, 12024, 13, 4372, 665, 11, 588, 665, 13, 1057, 558, 11, 718, 311, 965, 2354, 1417, 466, 42585, 48910, 13, 400, 1036, 565, 321, 13847, 512, 295, 264, 4122, 295, 665, 42585, 3579, 13, 2692, 321, 2354, 293, 1417, 2318, 322, 16141, 3190, 420, 437, 321, 818, 3855, 294, 2115, 295, 257, 23598], "avg_logprob": -0.27857142090797427, "compression_ratio": 1.586046511627907, "no_speech_prob": 2.205371856689453e-06, "words": [{"start": 20.72, "end": 21.04, "word": " Hi,", "probability": 0.1685791015625}, {"start": 21.16, "end": 21.62, "word": " Assalamualaikum.", "probability": 0.678076171875}, {"start": 22.06, "end": 22.44, "word": " Good", "probability": 0.8466796875}, {"start": 22.44, "end": 22.72, "word": " morning,", "probability": 0.85791015625}, {"start": 22.8, "end": 22.92, "word": " how", "probability": 0.91162109375}, {"start": 22.92, "end": 23.04, "word": " are", "probability": 0.94482421875}, {"start": 23.04, "end": 23.12, "word": " you", "probability": 0.9697265625}, {"start": 23.12, "end": 23.44, "word": " today?", "probability": 0.82177734375}, {"start": 23.6, "end": 23.86, "word": " Fine.", "probability": 0.29150390625}, {"start": 24.24, "end": 24.52, "word": " Very", "probability": 0.80615234375}, {"start": 24.52, "end": 24.74, "word": " good,", "probability": 0.9150390625}, {"start": 24.82, "end": 25.04, "word": " very", "probability": 0.83251953125}, {"start": 25.04, "end": 25.28, "word": " good.", "probability": 0.9169921875}, {"start": 25.5, "end": 25.72, "word": " All", "probability": 0.436767578125}, {"start": 25.72, "end": 25.82, "word": " right,", "probability": 0.91357421875}, {"start": 25.84, "end": 26.1, "word": " let's", "probability": 0.955322265625}, {"start": 26.1, "end": 26.38, "word": " today", "probability": 0.76416015625}, {"start": 26.38, "end": 27.02, "word": " continue", "probability": 0.87646484375}, {"start": 27.02, "end": 27.46, "word": " talking", "probability": 0.8447265625}, {"start": 27.46, "end": 27.92, "word": " about", "probability": 0.9072265625}, {"start": 27.92, "end": 28.5, "word": " descriptive", "probability": 0.86962890625}, {"start": 28.5, "end": 29.58, "word": " paragraphs.", "probability": 0.9287109375}, {"start": 30.48, "end": 30.78, "word": " And", "probability": 0.75830078125}, {"start": 30.78, "end": 31.06, "word": " last", "probability": 0.8134765625}, {"start": 31.06, "end": 31.28, "word": " time", "probability": 0.87646484375}, {"start": 31.28, "end": 31.46, "word": " we", "probability": 0.7333984375}, {"start": 31.46, "end": 32.0, "word": " addressed", "probability": 0.744140625}, {"start": 32.0, "end": 33.66, "word": " some", "probability": 0.441650390625}, {"start": 33.66, "end": 33.88, "word": " of", "probability": 0.966796875}, {"start": 33.88, "end": 34.0, "word": " the", "probability": 0.921875}, {"start": 34.0, "end": 34.46, "word": " features", "probability": 0.76513671875}, {"start": 34.46, "end": 34.86, "word": " of", "probability": 0.96728515625}, {"start": 34.86, "end": 35.26, "word": " good", "probability": 0.8291015625}, {"start": 35.26, "end": 35.86, "word": " descriptive", "probability": 0.89599609375}, {"start": 35.86, "end": 37.36, "word": " writing.", "probability": 0.9228515625}, {"start": 37.52, "end": 37.66, "word": " Today", "probability": 0.8896484375}, {"start": 37.66, "end": 37.86, "word": " we", "probability": 0.66943359375}, {"start": 37.86, "end": 38.4, "word": " continue", "probability": 0.70703125}, {"start": 38.4, "end": 39.16, "word": " and", "probability": 0.4970703125}, {"start": 39.16, "end": 39.54, "word": " talking", "probability": 0.607421875}, {"start": 39.54, "end": 40.18, "word": " especially", "probability": 0.8232421875}, {"start": 40.18, "end": 40.78, "word": " on", "probability": 0.9443359375}, {"start": 40.78, "end": 42.32, "word": " describing", "probability": 0.8837890625}, {"start": 42.32, "end": 43.0, "word": " places", "probability": 0.78515625}, {"start": 43.0, "end": 43.56, "word": " or", "probability": 0.5830078125}, {"start": 43.56, "end": 43.74, "word": " what", "probability": 0.943359375}, {"start": 43.74, "end": 43.94, "word": " we", "probability": 0.962890625}, {"start": 43.94, "end": 44.4, "word": " call", "probability": 0.89208984375}, {"start": 44.4, "end": 46.24, "word": " description", "probability": 0.58349609375}, {"start": 46.24, "end": 46.74, "word": " in", "probability": 0.9443359375}, {"start": 46.74, "end": 47.1, "word": " terms", "probability": 0.8876953125}, {"start": 47.1, "end": 47.38, "word": " of", "probability": 0.96630859375}, {"start": 47.38, "end": 47.62, "word": " a", "probability": 0.417236328125}, {"start": 47.62, "end": 48.28, "word": " spatial", "probability": 0.875}], "temperature": 1.0}, {"id": 2, "seek": 7608, "start": 48.68, "end": 76.08, "text": " that is to say describing a location or describing a place. It shows a spatial order basically shows how people and objects are located, are situated, are arranged in a space, in an area or a scene. So how can we organize a place? How can we describe a place? We can describe it from different angles or from different", "tokens": [300, 307, 281, 584, 16141, 257, 4914, 420, 16141, 257, 1081, 13, 467, 3110, 257, 23598, 1668, 1936, 3110, 577, 561, 293, 6565, 366, 6870, 11, 366, 30143, 11, 366, 18721, 294, 257, 1901, 11, 294, 364, 1859, 420, 257, 4145, 13, 407, 577, 393, 321, 13859, 257, 1081, 30, 1012, 393, 321, 6786, 257, 1081, 30, 492, 393, 6786, 309, 490, 819, 14708, 420, 490, 819], "avg_logprob": -0.15797334865612142, "compression_ratio": 1.7722222222222221, "no_speech_prob": 1.1920928955078125e-07, "words": [{"start": 48.68, "end": 49.44, "word": " that", "probability": 0.293212890625}, {"start": 49.44, "end": 49.62, "word": " is", "probability": 0.89794921875}, {"start": 49.62, "end": 49.76, "word": " to", "probability": 0.93212890625}, {"start": 49.76, "end": 49.9, "word": " say", "probability": 0.94677734375}, {"start": 49.9, "end": 50.5, "word": " describing", "probability": 0.73779296875}, {"start": 50.5, "end": 50.76, "word": " a", "probability": 0.9345703125}, {"start": 50.76, "end": 51.22, "word": " location", "probability": 0.94873046875}, {"start": 51.22, "end": 51.5, "word": " or", "probability": 0.9326171875}, {"start": 51.5, "end": 52.1, "word": " describing", "probability": 0.89697265625}, {"start": 52.1, "end": 52.74, "word": " a", "probability": 0.986328125}, {"start": 52.74, "end": 53.04, "word": " place.", "probability": 0.8935546875}, {"start": 53.36, "end": 53.48, "word": " It", "probability": 0.88427734375}, {"start": 53.48, "end": 53.92, "word": " shows", "probability": 0.912109375}, {"start": 53.92, "end": 54.26, "word": " a", "probability": 0.3447265625}, {"start": 54.26, "end": 54.66, "word": " spatial", "probability": 0.884765625}, {"start": 54.66, "end": 55.1, "word": " order", "probability": 0.91943359375}, {"start": 55.1, "end": 56.08, "word": " basically", "probability": 0.492431640625}, {"start": 56.08, "end": 56.66, "word": " shows", "probability": 0.865234375}, {"start": 56.66, "end": 57.08, "word": " how", "probability": 0.93798828125}, {"start": 57.08, "end": 57.56, "word": " people", "probability": 0.96533203125}, {"start": 57.56, "end": 58.24, "word": " and", "probability": 0.91357421875}, {"start": 58.24, "end": 58.74, "word": " objects", "probability": 0.9482421875}, {"start": 58.74, "end": 59.36, "word": " are", "probability": 0.94091796875}, {"start": 59.36, "end": 60.08, "word": " located,", "probability": 0.96630859375}, {"start": 60.5, "end": 60.7, "word": " are", "probability": 0.94580078125}, {"start": 60.7, "end": 61.36, "word": " situated,", "probability": 0.91064453125}, {"start": 61.92, "end": 62.12, "word": " are", "probability": 0.927734375}, {"start": 62.12, "end": 62.58, "word": " arranged", "probability": 0.857421875}, {"start": 62.58, "end": 62.8, "word": " in", "probability": 0.9501953125}, {"start": 62.8, "end": 62.96, "word": " a", "probability": 0.95361328125}, {"start": 62.96, "end": 63.34, "word": " space,", "probability": 0.91552734375}, {"start": 63.44, "end": 63.72, "word": " in", "probability": 0.9453125}, {"start": 63.72, "end": 64.04, "word": " an", "probability": 0.9580078125}, {"start": 64.04, "end": 64.52, "word": " area", "probability": 0.88623046875}, {"start": 64.52, "end": 65.34, "word": " or", "probability": 0.75146484375}, {"start": 65.34, "end": 66.08, "word": " a", "probability": 0.97705078125}, {"start": 66.08, "end": 66.62, "word": " scene.", "probability": 0.9326171875}, {"start": 66.84, "end": 67.1, "word": " So", "probability": 0.89453125}, {"start": 67.1, "end": 68.14, "word": " how", "probability": 0.64013671875}, {"start": 68.14, "end": 68.38, "word": " can", "probability": 0.94384765625}, {"start": 68.38, "end": 68.54, "word": " we", "probability": 0.7763671875}, {"start": 68.54, "end": 69.08, "word": " organize", "probability": 0.85400390625}, {"start": 69.08, "end": 69.3, "word": " a", "probability": 0.9951171875}, {"start": 69.3, "end": 69.7, "word": " place?", "probability": 0.8916015625}, {"start": 70.1, "end": 70.24, "word": " How", "probability": 0.95849609375}, {"start": 70.24, "end": 70.44, "word": " can", "probability": 0.93994140625}, {"start": 70.44, "end": 70.54, "word": " we", "probability": 0.95849609375}, {"start": 70.54, "end": 71.04, "word": " describe", "probability": 0.873046875}, {"start": 71.04, "end": 71.3, "word": " a", "probability": 0.99755859375}, {"start": 71.3, "end": 71.64, "word": " place?", "probability": 0.89501953125}, {"start": 72.08, "end": 72.4, "word": " We", "probability": 0.95849609375}, {"start": 72.4, "end": 72.62, "word": " can", "probability": 0.9404296875}, {"start": 72.62, "end": 73.06, "word": " describe", "probability": 0.8701171875}, {"start": 73.06, "end": 73.2, "word": " it", "probability": 0.94775390625}, {"start": 73.2, "end": 73.42, "word": " from", "probability": 0.88330078125}, {"start": 73.42, "end": 74.12, "word": " different", "probability": 0.88134765625}, {"start": 74.12, "end": 75.1, "word": " angles", "probability": 0.8701171875}, {"start": 75.1, "end": 75.3, "word": " or", "probability": 0.8115234375}, {"start": 75.3, "end": 75.48, "word": " from", "probability": 0.87451171875}, {"start": 75.48, "end": 76.08, "word": " different", "probability": 0.8876953125}], "temperature": 1.0}, {"id": 3, "seek": 10572, "start": 76.84, "end": 105.72, "text": " perspectives. We can look at it from top to bottom. So we start from the top and then we go down to describe the bottom of that place. From outside over the patient to the inside of a location. From right to left or from near to far or the other way around. From inside to outside or the reverse of any of these.", "tokens": [16766, 13, 492, 393, 574, 412, 309, 490, 1192, 281, 2767, 13, 407, 321, 722, 490, 264, 1192, 293, 550, 321, 352, 760, 281, 6786, 264, 2767, 295, 300, 1081, 13, 3358, 2380, 670, 264, 4537, 281, 264, 1854, 295, 257, 4914, 13, 3358, 558, 281, 1411, 420, 490, 2651, 281, 1400, 420, 264, 661, 636, 926, 13, 3358, 1854, 281, 2380, 420, 264, 9943, 295, 604, 295, 613, 13], "avg_logprob": -0.23415492663920764, "compression_ratio": 1.729281767955801, "no_speech_prob": 7.152557373046875e-07, "words": [{"start": 76.84, "end": 77.52, "word": " perspectives.", "probability": 0.4267578125}, {"start": 77.6, "end": 77.7, "word": " We", "probability": 0.9267578125}, {"start": 77.7, "end": 77.96, "word": " can", "probability": 0.939453125}, {"start": 77.96, "end": 78.2, "word": " look", "probability": 0.962890625}, {"start": 78.2, "end": 78.36, "word": " at", "probability": 0.9580078125}, {"start": 78.36, "end": 78.54, "word": " it", "probability": 0.93212890625}, {"start": 78.54, "end": 78.9, "word": " from", "probability": 0.88330078125}, {"start": 78.9, "end": 79.72, "word": " top", "probability": 0.76806640625}, {"start": 79.72, "end": 80.28, "word": " to", "probability": 0.96484375}, {"start": 80.28, "end": 81.08, "word": " bottom.", "probability": 0.83203125}, {"start": 81.26, "end": 81.4, "word": " So", "probability": 0.88916015625}, {"start": 81.4, "end": 81.56, "word": " we", "probability": 0.75732421875}, {"start": 81.56, "end": 81.8, "word": " start", "probability": 0.92529296875}, {"start": 81.8, "end": 82.06, "word": " from", "probability": 0.88232421875}, {"start": 82.06, "end": 82.24, "word": " the", "probability": 0.91259765625}, {"start": 82.24, "end": 82.56, "word": " top", "probability": 0.9404296875}, {"start": 82.56, "end": 82.84, "word": " and", "probability": 0.83447265625}, {"start": 82.84, "end": 83.08, "word": " then", "probability": 0.83740234375}, {"start": 83.08, "end": 83.26, "word": " we", "probability": 0.93505859375}, {"start": 83.26, "end": 83.54, "word": " go", "probability": 0.96142578125}, {"start": 83.54, "end": 84.0, "word": " down", "probability": 0.85107421875}, {"start": 84.0, "end": 84.7, "word": " to", "probability": 0.93896484375}, {"start": 84.7, "end": 85.48, "word": " describe", "probability": 0.85888671875}, {"start": 85.48, "end": 86.42, "word": " the", "probability": 0.88037109375}, {"start": 86.42, "end": 86.84, "word": " bottom", "probability": 0.8291015625}, {"start": 86.84, "end": 87.06, "word": " of", "probability": 0.966796875}, {"start": 87.06, "end": 87.34, "word": " that", "probability": 0.9267578125}, {"start": 87.34, "end": 87.76, "word": " place.", "probability": 0.8896484375}, {"start": 88.12, "end": 88.42, "word": " From", "probability": 0.75439453125}, {"start": 88.42, "end": 89.04, "word": " outside", "probability": 0.822265625}, {"start": 89.04, "end": 89.68, "word": " over", "probability": 0.28369140625}, {"start": 89.68, "end": 89.88, "word": " the", "probability": 0.6962890625}, {"start": 89.88, "end": 90.2, "word": " patient", "probability": 0.890625}, {"start": 90.2, "end": 90.46, "word": " to", "probability": 0.833984375}, {"start": 90.46, "end": 90.58, "word": " the", "probability": 0.830078125}, {"start": 90.58, "end": 90.92, "word": " inside", "probability": 0.724609375}, {"start": 90.92, "end": 92.24, "word": " of", "probability": 0.8447265625}, {"start": 92.24, "end": 92.44, "word": " a", "probability": 0.8095703125}, {"start": 92.44, "end": 92.86, "word": " location.", "probability": 0.9619140625}, {"start": 93.3, "end": 93.46, "word": " From", "probability": 0.68701171875}, {"start": 93.46, "end": 94.02, "word": " right", "probability": 0.6884765625}, {"start": 94.02, "end": 94.44, "word": " to", "probability": 0.794921875}, {"start": 94.44, "end": 95.04, "word": " left", "probability": 0.93212890625}, {"start": 95.04, "end": 95.42, "word": " or", "probability": 0.397216796875}, {"start": 95.42, "end": 96.72, "word": " from", "probability": 0.30810546875}, {"start": 96.72, "end": 97.82, "word": " near", "probability": 0.76806640625}, {"start": 97.82, "end": 98.56, "word": " to", "probability": 0.9453125}, {"start": 98.56, "end": 99.18, "word": " far", "probability": 0.93798828125}, {"start": 99.18, "end": 99.64, "word": " or", "probability": 0.73388671875}, {"start": 99.64, "end": 99.78, "word": " the", "probability": 0.63427734375}, {"start": 99.78, "end": 100.0, "word": " other", "probability": 0.88720703125}, {"start": 100.0, "end": 100.26, "word": " way", "probability": 0.9482421875}, {"start": 100.26, "end": 100.62, "word": " around.", "probability": 0.66259765625}, {"start": 101.08, "end": 101.62, "word": " From", "probability": 0.7421875}, {"start": 101.62, "end": 102.36, "word": " inside", "probability": 0.90966796875}, {"start": 102.36, "end": 102.58, "word": " to", "probability": 0.9638671875}, {"start": 102.58, "end": 103.1, "word": " outside", "probability": 0.87646484375}, {"start": 103.1, "end": 103.82, "word": " or", "probability": 0.767578125}, {"start": 103.82, "end": 104.16, "word": " the", "probability": 0.8828125}, {"start": 104.16, "end": 104.6, "word": " reverse", "probability": 0.8818359375}, {"start": 104.6, "end": 104.92, "word": " of", "probability": 0.92578125}, {"start": 104.92, "end": 105.14, "word": " any", "probability": 0.89111328125}, {"start": 105.14, "end": 105.38, "word": " of", "probability": 0.9677734375}, {"start": 105.38, "end": 105.72, "word": " these.", "probability": 0.80419921875}], "temperature": 1.0}, {"id": 4, "seek": 13240, "start": 106.68, "end": 132.4, "text": " or any of these orders. Let's just look at this example of a paragraph where we describe a place. For instance, in Mr. Adams' classroom, we see a lot of interesting things. This is the topic sentence. It names the topic and it mentions or states the controlling idea. We see a lot of interesting things. To the left of the class,", "tokens": [420, 604, 295, 613, 9470, 13, 961, 311, 445, 574, 412, 341, 1365, 295, 257, 18865, 689, 321, 6786, 257, 1081, 13, 1171, 5197, 11, 294, 2221, 13, 25214, 6, 7419, 11, 321, 536, 257, 688, 295, 1880, 721, 13, 639, 307, 264, 4829, 8174, 13, 467, 5288, 264, 4829, 293, 309, 23844, 420, 4368, 264, 14905, 1558, 13, 492, 536, 257, 688, 295, 1880, 721, 13, 1407, 264, 1411, 295, 264, 1508, 11], "avg_logprob": -0.15739583094914755, "compression_ratio": 1.6417910447761195, "no_speech_prob": 2.980232238769531e-07, "words": [{"start": 106.68, "end": 107.24, "word": " or", "probability": 0.382568359375}, {"start": 107.24, "end": 107.46, "word": " any", "probability": 0.87451171875}, {"start": 107.46, "end": 107.66, "word": " of", "probability": 0.96728515625}, {"start": 107.66, "end": 108.0, "word": " these", "probability": 0.8115234375}, {"start": 108.0, "end": 108.36, "word": " orders.", "probability": 0.77294921875}, {"start": 108.48, "end": 108.66, "word": " Let's", "probability": 0.903564453125}, {"start": 108.66, "end": 108.9, "word": " just", "probability": 0.89892578125}, {"start": 108.9, "end": 109.24, "word": " look", "probability": 0.9609375}, {"start": 109.24, "end": 109.4, "word": " at", "probability": 0.966796875}, {"start": 109.4, "end": 109.58, "word": " this", "probability": 0.896484375}, {"start": 109.58, "end": 110.18, "word": " example", "probability": 0.6923828125}, {"start": 110.18, "end": 111.84, "word": " of", "probability": 0.31787109375}, {"start": 111.84, "end": 112.06, "word": " a", "probability": 0.98876953125}, {"start": 112.06, "end": 112.44, "word": " paragraph", "probability": 0.9599609375}, {"start": 112.44, "end": 113.18, "word": " where", "probability": 0.9072265625}, {"start": 113.18, "end": 113.36, "word": " we", "probability": 0.95947265625}, {"start": 113.36, "end": 114.1, "word": " describe", "probability": 0.70947265625}, {"start": 114.1, "end": 114.5, "word": " a", "probability": 0.99560546875}, {"start": 114.5, "end": 115.0, "word": " place.", "probability": 0.8876953125}, {"start": 115.38, "end": 115.56, "word": " For", "probability": 0.95947265625}, {"start": 115.56, "end": 116.02, "word": " instance,", "probability": 0.9541015625}, {"start": 117.18, "end": 117.4, "word": " in", "probability": 0.8779296875}, {"start": 117.4, "end": 117.74, "word": " Mr.", "probability": 0.93505859375}, {"start": 117.82, "end": 118.12, "word": " Adams'", "probability": 0.63720703125}, {"start": 118.32, "end": 118.84, "word": " classroom,", "probability": 0.9482421875}, {"start": 119.26, "end": 119.44, "word": " we", "probability": 0.95654296875}, {"start": 119.44, "end": 119.76, "word": " see", "probability": 0.93017578125}, {"start": 119.76, "end": 119.98, "word": " a", "probability": 0.99560546875}, {"start": 119.98, "end": 120.12, "word": " lot", "probability": 0.955078125}, {"start": 120.12, "end": 120.28, "word": " of", "probability": 0.96630859375}, {"start": 120.28, "end": 120.78, "word": " interesting", "probability": 0.84326171875}, {"start": 120.78, "end": 121.38, "word": " things.", "probability": 0.86279296875}, {"start": 121.62, "end": 121.82, "word": " This", "probability": 0.8916015625}, {"start": 121.82, "end": 121.94, "word": " is", "probability": 0.9462890625}, {"start": 121.94, "end": 122.08, "word": " the", "probability": 0.90380859375}, {"start": 122.08, "end": 122.38, "word": " topic", "probability": 0.93359375}, {"start": 122.38, "end": 122.8, "word": " sentence.", "probability": 0.84521484375}, {"start": 122.94, "end": 123.1, "word": " It", "probability": 0.96142578125}, {"start": 123.1, "end": 123.44, "word": " names", "probability": 0.76611328125}, {"start": 123.44, "end": 123.6, "word": " the", "probability": 0.8125}, {"start": 123.6, "end": 123.96, "word": " topic", "probability": 0.94873046875}, {"start": 123.96, "end": 124.72, "word": " and", "probability": 0.5244140625}, {"start": 124.72, "end": 126.24, "word": " it", "probability": 0.9130859375}, {"start": 126.24, "end": 126.78, "word": " mentions", "probability": 0.79736328125}, {"start": 126.78, "end": 126.98, "word": " or", "probability": 0.90087890625}, {"start": 126.98, "end": 127.3, "word": " states", "probability": 0.59228515625}, {"start": 127.3, "end": 127.52, "word": " the", "probability": 0.90625}, {"start": 127.52, "end": 128.02, "word": " controlling", "probability": 0.8017578125}, {"start": 128.02, "end": 128.38, "word": " idea.", "probability": 0.9033203125}, {"start": 128.48, "end": 128.6, "word": " We", "probability": 0.947265625}, {"start": 128.6, "end": 128.82, "word": " see", "probability": 0.921875}, {"start": 128.82, "end": 129.08, "word": " a", "probability": 0.99755859375}, {"start": 129.08, "end": 129.24, "word": " lot", "probability": 0.9541015625}, {"start": 129.24, "end": 129.42, "word": " of", "probability": 0.96484375}, {"start": 129.42, "end": 129.92, "word": " interesting", "probability": 0.845703125}, {"start": 129.92, "end": 130.42, "word": " things.", "probability": 0.8583984375}, {"start": 130.76, "end": 130.92, "word": " To", "probability": 0.96533203125}, {"start": 130.92, "end": 131.1, "word": " the", "probability": 0.91748046875}, {"start": 131.1, "end": 131.38, "word": " left", "probability": 0.94873046875}, {"start": 131.38, "end": 131.6, "word": " of", "probability": 0.9658203125}, {"start": 131.6, "end": 131.8, "word": " the", "probability": 0.88818359375}, {"start": 131.8, "end": 132.4, "word": " class,", "probability": 0.96337890625}], "temperature": 1.0}, {"id": 5, "seek": 16030, "start": 133.34, "end": 160.3, "text": " We see 10 posters in the colors of a rainbow. To the right, there is a black radio on top of the silver file cabinet. In the back, there is a huge blue curtain hanging on the wall. And in front of the class, we see a great rectangular chalkboard. Indeed, this is the conclusion. Indeed, Mrs. Adams' classroom is very interesting. What we notice here are these sort of transitions.", "tokens": [492, 536, 1266, 28172, 294, 264, 4577, 295, 257, 18526, 13, 1407, 264, 558, 11, 456, 307, 257, 2211, 6477, 322, 1192, 295, 264, 8753, 3991, 15188, 13, 682, 264, 646, 11, 456, 307, 257, 2603, 3344, 26789, 8345, 322, 264, 2929, 13, 400, 294, 1868, 295, 264, 1508, 11, 321, 536, 257, 869, 31167, 28660, 3787, 13, 15061, 11, 341, 307, 264, 10063, 13, 15061, 11, 9814, 13, 25214, 6, 7419, 307, 588, 1880, 13, 708, 321, 3449, 510, 366, 613, 1333, 295, 23767, 13], "avg_logprob": -0.15562141044386502, "compression_ratio": 1.6008403361344539, "no_speech_prob": 0.0, "words": [{"start": 133.34, "end": 133.6, "word": " We", "probability": 0.59375}, {"start": 133.6, "end": 133.9, "word": " see", "probability": 0.93603515625}, {"start": 133.9, "end": 134.1, "word": " 10", "probability": 0.43017578125}, {"start": 134.1, "end": 134.62, "word": " posters", "probability": 0.92822265625}, {"start": 134.62, "end": 135.42, "word": " in", "probability": 0.69384765625}, {"start": 135.42, "end": 135.6, "word": " the", "probability": 0.900390625}, {"start": 135.6, "end": 135.94, "word": " colors", "probability": 0.6728515625}, {"start": 135.94, "end": 136.12, "word": " of", "probability": 0.96875}, {"start": 136.12, "end": 136.24, "word": " a", "probability": 0.8017578125}, {"start": 136.24, "end": 136.64, "word": " rainbow.", "probability": 0.91845703125}, {"start": 137.14, "end": 137.22, "word": " To", "probability": 0.9501953125}, {"start": 137.22, "end": 137.4, "word": " the", "probability": 0.9169921875}, {"start": 137.4, "end": 137.78, "word": " right,", "probability": 0.9140625}, {"start": 138.36, "end": 138.82, "word": " there", "probability": 0.90478515625}, {"start": 138.82, "end": 138.96, "word": " is", "probability": 0.8408203125}, {"start": 138.96, "end": 139.08, "word": " a", "probability": 0.9970703125}, {"start": 139.08, "end": 139.36, "word": " black", "probability": 0.9072265625}, {"start": 139.36, "end": 139.66, "word": " radio", "probability": 0.97412109375}, {"start": 139.66, "end": 139.9, "word": " on", "probability": 0.93798828125}, {"start": 139.9, "end": 140.1, "word": " top", "probability": 0.9384765625}, {"start": 140.1, "end": 140.24, "word": " of", "probability": 0.966796875}, {"start": 140.24, "end": 140.38, "word": " the", "probability": 0.84228515625}, {"start": 140.38, "end": 140.72, "word": " silver", "probability": 0.92529296875}, {"start": 140.72, "end": 141.16, "word": " file", "probability": 0.84716796875}, {"start": 141.16, "end": 141.88, "word": " cabinet.", "probability": 0.87890625}, {"start": 142.26, "end": 142.38, "word": " In", "probability": 0.93896484375}, {"start": 142.38, "end": 142.52, "word": " the", "probability": 0.9111328125}, {"start": 142.52, "end": 142.94, "word": " back,", "probability": 0.86572265625}, {"start": 143.42, "end": 143.72, "word": " there", "probability": 0.90625}, {"start": 143.72, "end": 144.0, "word": " is", "probability": 0.943359375}, {"start": 144.0, "end": 144.18, "word": " a", "probability": 0.99365234375}, {"start": 144.18, "end": 144.52, "word": " huge", "probability": 0.89306640625}, {"start": 144.52, "end": 144.88, "word": " blue", "probability": 0.97265625}, {"start": 144.88, "end": 145.34, "word": " curtain", "probability": 0.865234375}, {"start": 145.34, "end": 145.8, "word": " hanging", "probability": 0.85400390625}, {"start": 145.8, "end": 146.04, "word": " on", "probability": 0.9423828125}, {"start": 146.04, "end": 146.16, "word": " the", "probability": 0.921875}, {"start": 146.16, "end": 146.48, "word": " wall.", "probability": 0.89501953125}, {"start": 146.92, "end": 147.4, "word": " And", "probability": 0.92724609375}, {"start": 147.4, "end": 147.9, "word": " in", "probability": 0.87158203125}, {"start": 147.9, "end": 148.28, "word": " front", "probability": 0.9013671875}, {"start": 148.28, "end": 148.44, "word": " of", "probability": 0.96484375}, {"start": 148.44, "end": 148.58, "word": " the", "probability": 0.9033203125}, {"start": 148.58, "end": 148.88, "word": " class,", "probability": 0.93408203125}, {"start": 148.96, "end": 149.06, "word": " we", "probability": 0.9580078125}, {"start": 149.06, "end": 149.28, "word": " see", "probability": 0.9287109375}, {"start": 149.28, "end": 149.52, "word": " a", "probability": 0.998046875}, {"start": 149.52, "end": 149.8, "word": " great", "probability": 0.51318359375}, {"start": 149.8, "end": 150.74, "word": " rectangular", "probability": 0.9501953125}, {"start": 150.74, "end": 151.68, "word": " chalkboard.", "probability": 0.932861328125}, {"start": 152.14, "end": 152.5, "word": " Indeed,", "probability": 0.611328125}, {"start": 152.66, "end": 152.78, "word": " this", "probability": 0.93310546875}, {"start": 152.78, "end": 152.9, "word": " is", "probability": 0.94287109375}, {"start": 152.9, "end": 153.02, "word": " the", "probability": 0.8828125}, {"start": 153.02, "end": 153.48, "word": " conclusion.", "probability": 0.9140625}, {"start": 153.76, "end": 153.94, "word": " Indeed,", "probability": 0.80712890625}, {"start": 154.04, "end": 154.3, "word": " Mrs.", "probability": 0.7275390625}, {"start": 154.36, "end": 154.62, "word": " Adams'", "probability": 0.91064453125}, {"start": 154.82, "end": 155.28, "word": " classroom", "probability": 0.94384765625}, {"start": 155.28, "end": 155.56, "word": " is", "probability": 0.943359375}, {"start": 155.56, "end": 156.04, "word": " very", "probability": 0.853515625}, {"start": 156.04, "end": 157.0, "word": " interesting.", "probability": 0.8583984375}, {"start": 157.32, "end": 157.46, "word": " What", "probability": 0.88232421875}, {"start": 157.46, "end": 157.58, "word": " we", "probability": 0.93994140625}, {"start": 157.58, "end": 157.88, "word": " notice", "probability": 0.9189453125}, {"start": 157.88, "end": 158.18, "word": " here", "probability": 0.8642578125}, {"start": 158.18, "end": 158.48, "word": " are", "probability": 0.91455078125}, {"start": 158.48, "end": 158.98, "word": " these", "probability": 0.83447265625}, {"start": 158.98, "end": 159.48, "word": " sort", "probability": 0.70849609375}, {"start": 159.48, "end": 159.64, "word": " of", "probability": 0.96923828125}, {"start": 159.64, "end": 160.3, "word": " transitions.", "probability": 0.91943359375}], "temperature": 1.0}, {"id": 6, "seek": 17042, "start": 160.7, "end": 170.42, "text": " Indicating, describing a location to the left, to the right, in the back, in the front and so on. Alright? Okay.", "tokens": [2333, 30541, 11, 16141, 257, 4914, 281, 264, 1411, 11, 281, 264, 558, 11, 294, 264, 646, 11, 294, 264, 1868, 293, 370, 322, 13, 2798, 30, 1033, 13], "avg_logprob": -0.23216145435969035, "compression_ratio": 1.2417582417582418, "no_speech_prob": 5.960464477539063e-08, "words": [{"start": 160.7, "end": 161.54, "word": " Indicating,", "probability": 0.6923828125}, {"start": 161.76, "end": 162.3, "word": " describing", "probability": 0.8544921875}, {"start": 162.3, "end": 162.58, "word": " a", "probability": 0.89404296875}, {"start": 162.58, "end": 162.98, "word": " location", "probability": 0.94775390625}, {"start": 162.98, "end": 163.18, "word": " to", "probability": 0.501953125}, {"start": 163.18, "end": 163.34, "word": " the", "probability": 0.9267578125}, {"start": 163.34, "end": 163.66, "word": " left,", "probability": 0.935546875}, {"start": 164.0, "end": 164.22, "word": " to", "probability": 0.9521484375}, {"start": 164.22, "end": 164.4, "word": " the", "probability": 0.921875}, {"start": 164.4, "end": 164.78, "word": " right,", "probability": 0.9248046875}, {"start": 165.28, "end": 165.86, "word": " in", "probability": 0.81298828125}, {"start": 165.86, "end": 166.0, "word": " the", "probability": 0.92529296875}, {"start": 166.0, "end": 166.38, "word": " back,", "probability": 0.8662109375}, {"start": 166.64, "end": 166.98, "word": " in", "probability": 0.923828125}, {"start": 166.98, "end": 167.16, "word": " the", "probability": 0.9150390625}, {"start": 167.16, "end": 167.58, "word": " front", "probability": 0.96630859375}, {"start": 167.58, "end": 167.9, "word": " and", "probability": 0.5830078125}, {"start": 167.9, "end": 168.22, "word": " so", "probability": 0.9521484375}, {"start": 168.22, "end": 169.18, "word": " on.", "probability": 0.62939453125}, {"start": 169.34, "end": 169.62, "word": " Alright?", "probability": 0.591796875}, {"start": 170.06, "end": 170.42, "word": " Okay.", "probability": 0.59814453125}], "temperature": 1.0}, {"id": 7, "seek": 19735, "start": 171.63, "end": 197.35, "text": " Let's just look, read this paragraph very quickly and decide how is the order, what is the order of the spatial order. In other words, for describing my favorite place to relax is a small cafe down the street from where I live. Look at it and decide what is the spatial order used in describing my favorite place which is the cafe.", "tokens": [961, 311, 445, 574, 11, 1401, 341, 18865, 588, 2661, 293, 4536, 577, 307, 264, 1668, 11, 437, 307, 264, 1668, 295, 264, 23598, 1668, 13, 682, 661, 2283, 11, 337, 16141, 452, 2954, 1081, 281, 5789, 307, 257, 1359, 17773, 760, 264, 4838, 490, 689, 286, 1621, 13, 2053, 412, 309, 293, 4536, 437, 307, 264, 23598, 1668, 1143, 294, 16141, 452, 2954, 1081, 597, 307, 264, 17773, 13], "avg_logprob": -0.14194542463396637, "compression_ratio": 1.7566137566137565, "no_speech_prob": 0.0, "words": [{"start": 171.63, "end": 172.01, "word": " Let's", "probability": 0.8583984375}, {"start": 172.01, "end": 172.41, "word": " just", "probability": 0.90283203125}, {"start": 172.41, "end": 172.93, "word": " look,", "probability": 0.60302734375}, {"start": 173.05, "end": 173.25, "word": " read", "probability": 0.970703125}, {"start": 173.25, "end": 173.49, "word": " this", "probability": 0.93603515625}, {"start": 173.49, "end": 173.81, "word": " paragraph", "probability": 0.9482421875}, {"start": 173.81, "end": 174.23, "word": " very", "probability": 0.8408203125}, {"start": 174.23, "end": 174.67, "word": " quickly", "probability": 0.9189453125}, {"start": 174.67, "end": 175.01, "word": " and", "probability": 0.81298828125}, {"start": 175.01, "end": 175.43, "word": " decide", "probability": 0.95654296875}, {"start": 175.43, "end": 175.85, "word": " how", "probability": 0.71533203125}, {"start": 175.85, "end": 176.09, "word": " is", "probability": 0.94384765625}, {"start": 176.09, "end": 176.73, "word": " the", "probability": 0.9130859375}, {"start": 176.73, "end": 177.21, "word": " order,", "probability": 0.92529296875}, {"start": 177.51, "end": 177.67, "word": " what", "probability": 0.9423828125}, {"start": 177.67, "end": 177.83, "word": " is", "probability": 0.9384765625}, {"start": 177.83, "end": 178.01, "word": " the", "probability": 0.9208984375}, {"start": 178.01, "end": 178.45, "word": " order", "probability": 0.904296875}, {"start": 178.45, "end": 178.89, "word": " of", "probability": 0.94775390625}, {"start": 178.89, "end": 179.39, "word": " the", "probability": 0.85595703125}, {"start": 179.39, "end": 179.83, "word": " spatial", "probability": 0.7666015625}, {"start": 179.83, "end": 180.21, "word": " order.", "probability": 0.9296875}, {"start": 180.31, "end": 180.39, "word": " In", "probability": 0.93505859375}, {"start": 180.39, "end": 180.61, "word": " other", "probability": 0.89306640625}, {"start": 180.61, "end": 180.95, "word": " words,", "probability": 0.87548828125}, {"start": 181.07, "end": 181.21, "word": " for", "probability": 0.884765625}, {"start": 181.21, "end": 181.89, "word": " describing", "probability": 0.89794921875}, {"start": 181.89, "end": 182.63, "word": " my", "probability": 0.94580078125}, {"start": 182.63, "end": 183.07, "word": " favorite", "probability": 0.81494140625}, {"start": 183.07, "end": 183.71, "word": " place", "probability": 0.8935546875}, {"start": 183.71, "end": 184.29, "word": " to", "probability": 0.951171875}, {"start": 184.29, "end": 184.79, "word": " relax", "probability": 0.916015625}, {"start": 184.79, "end": 185.53, "word": " is", "probability": 0.7490234375}, {"start": 185.53, "end": 185.69, "word": " a", "probability": 0.98974609375}, {"start": 185.69, "end": 185.97, "word": " small", "probability": 0.9150390625}, {"start": 185.97, "end": 186.45, "word": " cafe", "probability": 0.65966796875}, {"start": 186.45, "end": 186.83, "word": " down", "probability": 0.85888671875}, {"start": 186.83, "end": 187.01, "word": " the", "probability": 0.77001953125}, {"start": 187.01, "end": 187.33, "word": " street", "probability": 0.90283203125}, {"start": 187.33, "end": 187.73, "word": " from", "probability": 0.869140625}, {"start": 187.73, "end": 187.99, "word": " where", "probability": 0.9482421875}, {"start": 187.99, "end": 188.23, "word": " I", "probability": 0.99560546875}, {"start": 188.23, "end": 188.47, "word": " live.", "probability": 0.931640625}, {"start": 189.43, "end": 189.75, "word": " Look", "probability": 0.85546875}, {"start": 189.75, "end": 189.95, "word": " at", "probability": 0.962890625}, {"start": 189.95, "end": 190.23, "word": " it", "probability": 0.94482421875}, {"start": 190.23, "end": 190.71, "word": " and", "probability": 0.8896484375}, {"start": 190.71, "end": 191.03, "word": " decide", "probability": 0.951171875}, {"start": 191.03, "end": 191.27, "word": " what", "probability": 0.8916015625}, {"start": 191.27, "end": 191.41, "word": " is", "probability": 0.9345703125}, {"start": 191.41, "end": 191.63, "word": " the", "probability": 0.91064453125}, {"start": 191.63, "end": 192.01, "word": " spatial", "probability": 0.94091796875}, {"start": 192.01, "end": 192.43, "word": " order", "probability": 0.92626953125}, {"start": 192.43, "end": 193.01, "word": " used", "probability": 0.92041015625}, {"start": 193.01, "end": 193.67, "word": " in", "probability": 0.93310546875}, {"start": 193.67, "end": 194.53, "word": " describing", "probability": 0.89453125}, {"start": 194.53, "end": 195.79, "word": " my", "probability": 0.841796875}, {"start": 195.79, "end": 196.23, "word": " favorite", "probability": 0.93701171875}, {"start": 196.23, "end": 196.63, "word": " place", "probability": 0.880859375}, {"start": 196.63, "end": 196.83, "word": " which", "probability": 0.54296875}, {"start": 196.83, "end": 196.97, "word": " is", "probability": 0.94775390625}, {"start": 196.97, "end": 197.11, "word": " the", "probability": 0.91015625}, {"start": 197.11, "end": 197.35, "word": " cafe.", "probability": 0.869140625}], "temperature": 1.0}, {"id": 8, "seek": 31262, "start": 284.6, "end": 312.62, "text": " Alright, if we look at this paragraph, what is this special order used in describing my favorite cafe, my favorite place to relax? Yes please. From outside to inside. From first, from outside to inside. How do you know about this? First it started with the street. With the scene of the street. For example, this cafe is on a small side street and as soon as you see it, you are still outside.", "tokens": [2798, 11, 498, 321, 574, 412, 341, 18865, 11, 437, 307, 341, 2121, 1668, 1143, 294, 16141, 452, 2954, 17773, 11, 452, 2954, 1081, 281, 5789, 30, 1079, 1767, 13, 3358, 2380, 281, 1854, 13, 3358, 700, 11, 490, 2380, 281, 1854, 13, 1012, 360, 291, 458, 466, 341, 30, 2386, 309, 1409, 365, 264, 4838, 13, 2022, 264, 4145, 295, 264, 4838, 13, 1171, 1365, 11, 341, 17773, 307, 322, 257, 1359, 1252, 4838, 293, 382, 2321, 382, 291, 536, 309, 11, 291, 366, 920, 2380, 13], "avg_logprob": -0.20365168271439799, "compression_ratio": 1.7280701754385965, "no_speech_prob": 1.1920928955078125e-07, "words": [{"start": 284.6, "end": 285.12, "word": " Alright,", "probability": 0.321044921875}, {"start": 285.7, "end": 285.9, "word": " if", "probability": 0.92431640625}, {"start": 285.9, "end": 286.04, "word": " we", "probability": 0.95654296875}, {"start": 286.04, "end": 286.24, "word": " look", "probability": 0.96826171875}, {"start": 286.24, "end": 286.4, "word": " at", "probability": 0.9697265625}, {"start": 286.4, "end": 286.64, "word": " this", "probability": 0.947265625}, {"start": 286.64, "end": 287.08, "word": " paragraph,", "probability": 0.943359375}, {"start": 287.24, "end": 287.34, "word": " what", "probability": 0.92626953125}, {"start": 287.34, "end": 287.46, "word": " is", "probability": 0.9130859375}, {"start": 287.46, "end": 287.68, "word": " this", "probability": 0.55126953125}, {"start": 287.68, "end": 288.12, "word": " special", "probability": 0.87548828125}, {"start": 288.12, "end": 288.52, "word": " order", "probability": 0.9111328125}, {"start": 288.52, "end": 289.12, "word": " used", "probability": 0.92138671875}, {"start": 289.12, "end": 289.52, "word": " in", "probability": 0.8984375}, {"start": 289.52, "end": 290.54, "word": " describing", "probability": 0.89697265625}, {"start": 290.54, "end": 291.22, "word": " my", "probability": 0.92822265625}, {"start": 291.22, "end": 291.78, "word": " favorite", "probability": 0.744140625}, {"start": 291.78, "end": 292.9, "word": " cafe,", "probability": 0.63916015625}, {"start": 293.1, "end": 293.28, "word": " my", "probability": 0.955078125}, {"start": 293.28, "end": 293.68, "word": " favorite", "probability": 0.9228515625}, {"start": 293.68, "end": 294.16, "word": " place", "probability": 0.8896484375}, {"start": 294.16, "end": 294.46, "word": " to", "probability": 0.97216796875}, {"start": 294.46, "end": 295.14, "word": " relax?", "probability": 0.90771484375}, {"start": 295.56, "end": 295.76, "word": " Yes", "probability": 0.6279296875}, {"start": 295.76, "end": 295.92, "word": " please.", "probability": 0.59619140625}, {"start": 295.94, "end": 296.0, "word": " From", "probability": 0.54150390625}, {"start": 296.0, "end": 296.28, "word": " outside", "probability": 0.76806640625}, {"start": 296.28, "end": 296.54, "word": " to", "probability": 0.96875}, {"start": 296.54, "end": 296.86, "word": " inside.", "probability": 0.95947265625}, {"start": 297.1, "end": 297.36, "word": " From", "probability": 0.708984375}, {"start": 297.36, "end": 297.7, "word": " first,", "probability": 0.82763671875}, {"start": 297.76, "end": 297.92, "word": " from", "probability": 0.8623046875}, {"start": 297.92, "end": 298.36, "word": " outside", "probability": 0.88037109375}, {"start": 298.36, "end": 299.04, "word": " to", "probability": 0.806640625}, {"start": 299.04, "end": 299.28, "word": " inside.", "probability": 0.96533203125}, {"start": 299.36, "end": 299.52, "word": " How", "probability": 0.92578125}, {"start": 299.52, "end": 299.68, "word": " do", "probability": 0.95947265625}, {"start": 299.68, "end": 299.78, "word": " you", "probability": 0.96630859375}, {"start": 299.78, "end": 299.88, "word": " know", "probability": 0.88916015625}, {"start": 299.88, "end": 300.08, "word": " about", "probability": 0.9013671875}, {"start": 300.08, "end": 300.36, "word": " this?", "probability": 0.9443359375}, {"start": 300.7, "end": 301.08, "word": " First", "probability": 0.88330078125}, {"start": 301.08, "end": 301.34, "word": " it", "probability": 0.5400390625}, {"start": 301.34, "end": 301.7, "word": " started", "probability": 0.5947265625}, {"start": 301.7, "end": 301.92, "word": " with", "probability": 0.88525390625}, {"start": 301.92, "end": 302.08, "word": " the", "probability": 0.50927734375}, {"start": 302.08, "end": 302.3, "word": " street.", "probability": 0.7314453125}, {"start": 303.06, "end": 303.5, "word": " With", "probability": 0.76416015625}, {"start": 303.5, "end": 303.72, "word": " the", "probability": 0.908203125}, {"start": 303.72, "end": 303.98, "word": " scene", "probability": 0.94482421875}, {"start": 303.98, "end": 304.12, "word": " of", "probability": 0.96142578125}, {"start": 304.12, "end": 304.28, "word": " the", "probability": 0.89013671875}, {"start": 304.28, "end": 304.62, "word": " street.", "probability": 0.94873046875}, {"start": 304.88, "end": 305.0, "word": " For", "probability": 0.9501953125}, {"start": 305.0, "end": 305.48, "word": " example,", "probability": 0.97119140625}, {"start": 305.8, "end": 306.06, "word": " this", "probability": 0.9306640625}, {"start": 306.06, "end": 306.44, "word": " cafe", "probability": 0.9140625}, {"start": 306.44, "end": 306.82, "word": " is", "probability": 0.94091796875}, {"start": 306.82, "end": 307.02, "word": " on", "probability": 0.93017578125}, {"start": 307.02, "end": 307.24, "word": " a", "probability": 0.98193359375}, {"start": 307.24, "end": 307.86, "word": " small", "probability": 0.908203125}, {"start": 307.86, "end": 309.5, "word": " side", "probability": 0.74609375}, {"start": 309.5, "end": 309.92, "word": " street", "probability": 0.9375}, {"start": 309.92, "end": 310.18, "word": " and", "probability": 0.81787109375}, {"start": 310.18, "end": 310.54, "word": " as", "probability": 0.96484375}, {"start": 310.54, "end": 310.72, "word": " soon", "probability": 0.95263671875}, {"start": 310.72, "end": 311.04, "word": " as", "probability": 0.96435546875}, {"start": 311.04, "end": 311.22, "word": " you", "probability": 0.96630859375}, {"start": 311.22, "end": 311.5, "word": " see", "probability": 0.935546875}, {"start": 311.5, "end": 311.66, "word": " it,", "probability": 0.9501953125}, {"start": 311.72, "end": 311.82, "word": " you", "probability": 0.9619140625}, {"start": 311.82, "end": 311.92, "word": " are", "probability": 0.6591796875}, {"start": 311.92, "end": 312.2, "word": " still", "probability": 0.970703125}, {"start": 312.2, "end": 312.62, "word": " outside.", "probability": 0.86865234375}], "temperature": 1.0}, {"id": 9, "seek": 33323, "start": 312.93, "end": 333.23, "text": " As soon as you see it, you feel light going, so I'm still outside. Notice the perspective here of the writer. He is or she is outside, not inside that cafe. There are three windows on either side of the door and each window has a small window box with brightly colored flowers.", "tokens": [1018, 2321, 382, 291, 536, 309, 11, 291, 841, 1442, 516, 11, 370, 286, 478, 920, 2380, 13, 13428, 264, 4585, 510, 295, 264, 9936, 13, 634, 307, 420, 750, 307, 2380, 11, 406, 1854, 300, 17773, 13, 821, 366, 1045, 9309, 322, 2139, 1252, 295, 264, 2853, 293, 1184, 4910, 575, 257, 1359, 4910, 2424, 365, 47418, 14332, 8085, 13], "avg_logprob": -0.1965725808855026, "compression_ratio": 1.5274725274725274, "no_speech_prob": 5.960464477539063e-08, "words": [{"start": 312.93, "end": 313.53, "word": " As", "probability": 0.90380859375}, {"start": 313.53, "end": 313.69, "word": " soon", "probability": 0.943359375}, {"start": 313.69, "end": 313.91, "word": " as", "probability": 0.9599609375}, {"start": 313.91, "end": 314.05, "word": " you", "probability": 0.95751953125}, {"start": 314.05, "end": 314.23, "word": " see", "probability": 0.9072265625}, {"start": 314.23, "end": 314.35, "word": " it,", "probability": 0.8818359375}, {"start": 314.39, "end": 314.47, "word": " you", "probability": 0.9521484375}, {"start": 314.47, "end": 314.73, "word": " feel", "probability": 0.9384765625}, {"start": 314.73, "end": 315.01, "word": " light", "probability": 0.5537109375}, {"start": 315.01, "end": 315.51, "word": " going,", "probability": 0.93212890625}, {"start": 316.03, "end": 316.45, "word": " so", "probability": 0.406982421875}, {"start": 316.45, "end": 316.65, "word": " I'm", "probability": 0.86767578125}, {"start": 316.65, "end": 316.95, "word": " still", "probability": 0.96826171875}, {"start": 316.95, "end": 317.39, "word": " outside.", "probability": 0.8544921875}, {"start": 317.51, "end": 317.69, "word": " Notice", "probability": 0.943359375}, {"start": 317.69, "end": 317.91, "word": " the", "probability": 0.904296875}, {"start": 317.91, "end": 318.59, "word": " perspective", "probability": 0.87744140625}, {"start": 318.59, "end": 318.99, "word": " here", "probability": 0.78515625}, {"start": 318.99, "end": 319.19, "word": " of", "probability": 0.9384765625}, {"start": 319.19, "end": 319.39, "word": " the", "probability": 0.91943359375}, {"start": 319.39, "end": 319.73, "word": " writer.", "probability": 0.92919921875}, {"start": 319.97, "end": 319.99, "word": " He", "probability": 0.94091796875}, {"start": 319.99, "end": 320.25, "word": " is", "probability": 0.734375}, {"start": 320.25, "end": 320.43, "word": " or", "probability": 0.8076171875}, {"start": 320.43, "end": 320.57, "word": " she", "probability": 0.92626953125}, {"start": 320.57, "end": 320.85, "word": " is", "probability": 0.943359375}, {"start": 320.85, "end": 321.43, "word": " outside,", "probability": 0.343017578125}, {"start": 321.85, "end": 322.13, "word": " not", "probability": 0.94580078125}, {"start": 322.13, "end": 322.61, "word": " inside", "probability": 0.921875}, {"start": 322.61, "end": 322.99, "word": " that", "probability": 0.8828125}, {"start": 322.99, "end": 323.73, "word": " cafe.", "probability": 0.58203125}, {"start": 324.27, "end": 324.53, "word": " There", "probability": 0.7666015625}, {"start": 324.53, "end": 324.77, "word": " are", "probability": 0.94482421875}, {"start": 324.77, "end": 325.07, "word": " three", "probability": 0.70458984375}, {"start": 325.07, "end": 325.59, "word": " windows", "probability": 0.962890625}, {"start": 325.59, "end": 325.99, "word": " on", "probability": 0.87646484375}, {"start": 325.99, "end": 326.85, "word": " either", "probability": 0.5947265625}, {"start": 326.85, "end": 327.43, "word": " side", "probability": 0.85595703125}, {"start": 327.43, "end": 327.79, "word": " of", "probability": 0.96435546875}, {"start": 327.79, "end": 327.95, "word": " the", "probability": 0.90625}, {"start": 327.95, "end": 328.21, "word": " door", "probability": 0.9541015625}, {"start": 328.21, "end": 328.39, "word": " and", "probability": 0.5625}, {"start": 328.39, "end": 328.59, "word": " each", "probability": 0.94580078125}, {"start": 328.59, "end": 328.91, "word": " window", "probability": 0.8994140625}, {"start": 328.91, "end": 329.17, "word": " has", "probability": 0.94140625}, {"start": 329.17, "end": 329.35, "word": " a", "probability": 0.99267578125}, {"start": 329.35, "end": 329.69, "word": " small", "probability": 0.92431640625}, {"start": 329.69, "end": 329.99, "word": " window", "probability": 0.841796875}, {"start": 329.99, "end": 330.33, "word": " box", "probability": 0.908203125}, {"start": 330.33, "end": 330.61, "word": " with", "probability": 0.90185546875}, {"start": 330.61, "end": 331.77, "word": " brightly", "probability": 0.75537109375}, {"start": 331.77, "end": 332.75, "word": " colored", "probability": 0.7607421875}, {"start": 332.75, "end": 333.23, "word": " flowers.", "probability": 0.869140625}], "temperature": 1.0}, {"id": 10, "seek": 34667, "start": 333.55, "end": 346.67, "text": " there is a small wooden door that opens into the cafe, not as if I'm still outside the cafe. Opens into, not outside, out of the cafe. And as soon as you go in, you can see a", "tokens": [456, 307, 257, 1359, 14744, 2853, 300, 9870, 666, 264, 17773, 11, 406, 382, 498, 286, 478, 920, 2380, 264, 17773, 13, 12011, 694, 666, 11, 406, 2380, 11, 484, 295, 264, 17773, 13, 400, 382, 2321, 382, 291, 352, 294, 11, 291, 393, 536, 257], "avg_logprob": -0.2358710100042059, "compression_ratio": 1.4705882352941178, "no_speech_prob": 1.1920928955078125e-07, "words": [{"start": 333.55, "end": 333.83, "word": " there", "probability": 0.2239990234375}, {"start": 333.83, "end": 334.03, "word": " is", "probability": 0.6904296875}, {"start": 334.03, "end": 334.25, "word": " a", "probability": 0.97412109375}, {"start": 334.25, "end": 334.65, "word": " small", "probability": 0.92822265625}, {"start": 334.65, "end": 335.03, "word": " wooden", "probability": 0.87451171875}, {"start": 335.03, "end": 335.35, "word": " door", "probability": 0.96240234375}, {"start": 335.35, "end": 335.63, "word": " that", "probability": 0.92333984375}, {"start": 335.63, "end": 336.37, "word": " opens", "probability": 0.9365234375}, {"start": 336.37, "end": 336.91, "word": " into", "probability": 0.81396484375}, {"start": 336.91, "end": 337.15, "word": " the", "probability": 0.90380859375}, {"start": 337.15, "end": 337.45, "word": " cafe,", "probability": 0.55908203125}, {"start": 337.89, "end": 338.01, "word": " not", "probability": 0.87158203125}, {"start": 338.01, "end": 338.15, "word": " as", "probability": 0.77099609375}, {"start": 338.15, "end": 338.23, "word": " if", "probability": 0.609375}, {"start": 338.23, "end": 338.41, "word": " I'm", "probability": 0.821533203125}, {"start": 338.41, "end": 338.65, "word": " still", "probability": 0.9287109375}, {"start": 338.65, "end": 339.09, "word": " outside", "probability": 0.79931640625}, {"start": 339.09, "end": 339.37, "word": " the", "probability": 0.69580078125}, {"start": 339.37, "end": 339.65, "word": " cafe.", "probability": 0.884765625}, {"start": 339.83, "end": 340.37, "word": " Opens", "probability": 0.71875}, {"start": 340.37, "end": 340.89, "word": " into,", "probability": 0.79931640625}, {"start": 341.05, "end": 341.29, "word": " not", "probability": 0.9296875}, {"start": 341.29, "end": 341.87, "word": " outside,", "probability": 0.8349609375}, {"start": 342.15, "end": 342.39, "word": " out", "probability": 0.88671875}, {"start": 342.39, "end": 342.57, "word": " of", "probability": 0.97265625}, {"start": 342.57, "end": 342.73, "word": " the", "probability": 0.9150390625}, {"start": 342.73, "end": 343.05, "word": " cafe.", "probability": 0.89306640625}, {"start": 343.45, "end": 343.75, "word": " And", "probability": 0.87353515625}, {"start": 343.75, "end": 343.95, "word": " as", "probability": 0.9345703125}, {"start": 343.95, "end": 344.15, "word": " soon", "probability": 0.96630859375}, {"start": 344.15, "end": 344.43, "word": " as", "probability": 0.9658203125}, {"start": 344.43, "end": 344.59, "word": " you", "probability": 0.9609375}, {"start": 344.59, "end": 344.83, "word": " go", "probability": 0.95751953125}, {"start": 344.83, "end": 345.19, "word": " in,", "probability": 0.71337890625}, {"start": 345.67, "end": 345.83, "word": " you", "probability": 0.96142578125}, {"start": 345.83, "end": 346.05, "word": " can", "probability": 0.9306640625}, {"start": 346.05, "end": 346.33, "word": " see", "probability": 0.92724609375}, {"start": 346.33, "end": 346.67, "word": " a", "probability": 0.96826171875}], "temperature": 1.0}, {"id": 11, "seek": 36953, "start": 347.29, "end": 369.53, "text": " a small or a dozen small tables all around the room, okay? So from outside to inside of the cafe. I always like to sit at a small table in the corner near the front window. So I'm now moving to, from front to the back of the cafe. From here, from the front window, okay?", "tokens": [257, 1359, 420, 257, 16654, 1359, 8020, 439, 926, 264, 1808, 11, 1392, 30, 407, 490, 2380, 281, 1854, 295, 264, 17773, 13, 286, 1009, 411, 281, 1394, 412, 257, 1359, 3199, 294, 264, 4538, 2651, 264, 1868, 4910, 13, 407, 286, 478, 586, 2684, 281, 11, 490, 1868, 281, 264, 646, 295, 264, 17773, 13, 3358, 510, 11, 490, 264, 1868, 4910, 11, 1392, 30], "avg_logprob": -0.19356343906317183, "compression_ratio": 1.6625766871165644, "no_speech_prob": 4.172325134277344e-07, "words": [{"start": 347.29, "end": 347.59, "word": " a", "probability": 0.363037109375}, {"start": 347.59, "end": 348.09, "word": " small", "probability": 0.63671875}, {"start": 348.09, "end": 348.43, "word": " or", "probability": 0.48974609375}, {"start": 348.43, "end": 348.59, "word": " a", "probability": 0.81982421875}, {"start": 348.59, "end": 348.79, "word": " dozen", "probability": 0.96630859375}, {"start": 348.79, "end": 349.19, "word": " small", "probability": 0.826171875}, {"start": 349.19, "end": 349.59, "word": " tables", "probability": 0.81640625}, {"start": 349.59, "end": 349.85, "word": " all", "probability": 0.89794921875}, {"start": 349.85, "end": 350.31, "word": " around", "probability": 0.93994140625}, {"start": 350.31, "end": 351.07, "word": " the", "probability": 0.89501953125}, {"start": 351.07, "end": 351.41, "word": " room,", "probability": 0.939453125}, {"start": 351.49, "end": 351.71, "word": " okay?", "probability": 0.5400390625}, {"start": 351.91, "end": 352.13, "word": " So", "probability": 0.9423828125}, {"start": 352.13, "end": 352.49, "word": " from", "probability": 0.57470703125}, {"start": 352.49, "end": 353.07, "word": " outside", "probability": 0.84423828125}, {"start": 353.07, "end": 353.51, "word": " to", "probability": 0.9677734375}, {"start": 353.51, "end": 353.99, "word": " inside", "probability": 0.9296875}, {"start": 353.99, "end": 354.15, "word": " of", "probability": 0.5654296875}, {"start": 354.15, "end": 354.29, "word": " the", "probability": 0.92138671875}, {"start": 354.29, "end": 354.49, "word": " cafe.", "probability": 0.6044921875}, {"start": 354.73, "end": 355.07, "word": " I", "probability": 0.9853515625}, {"start": 355.07, "end": 355.47, "word": " always", "probability": 0.9140625}, {"start": 355.47, "end": 355.83, "word": " like", "probability": 0.93701171875}, {"start": 355.83, "end": 356.01, "word": " to", "probability": 0.97021484375}, {"start": 356.01, "end": 356.25, "word": " sit", "probability": 0.912109375}, {"start": 356.25, "end": 356.53, "word": " at", "probability": 0.9404296875}, {"start": 356.53, "end": 356.79, "word": " a", "probability": 0.978515625}, {"start": 356.79, "end": 357.17, "word": " small", "probability": 0.94873046875}, {"start": 357.17, "end": 357.67, "word": " table", "probability": 0.89208984375}, {"start": 357.67, "end": 357.97, "word": " in", "probability": 0.90966796875}, {"start": 357.97, "end": 358.15, "word": " the", "probability": 0.8896484375}, {"start": 358.15, "end": 358.51, "word": " corner", "probability": 0.90478515625}, {"start": 358.51, "end": 358.95, "word": " near", "probability": 0.85498046875}, {"start": 358.95, "end": 359.67, "word": " the", "probability": 0.92578125}, {"start": 359.67, "end": 360.43, "word": " front", "probability": 0.953125}, {"start": 360.43, "end": 361.25, "word": " window.", "probability": 0.65185546875}, {"start": 361.43, "end": 361.43, "word": " So", "probability": 0.91259765625}, {"start": 361.43, "end": 361.61, "word": " I'm", "probability": 0.74755859375}, {"start": 361.61, "end": 361.95, "word": " now", "probability": 0.92333984375}, {"start": 361.95, "end": 362.39, "word": " moving", "probability": 0.87939453125}, {"start": 362.39, "end": 362.73, "word": " to,", "probability": 0.74462890625}, {"start": 363.03, "end": 363.35, "word": " from", "probability": 0.88671875}, {"start": 363.35, "end": 363.79, "word": " front", "probability": 0.92333984375}, {"start": 363.79, "end": 364.13, "word": " to", "probability": 0.9541015625}, {"start": 364.13, "end": 364.81, "word": " the", "probability": 0.89794921875}, {"start": 364.81, "end": 365.23, "word": " back", "probability": 0.8671875}, {"start": 365.23, "end": 365.69, "word": " of", "probability": 0.97314453125}, {"start": 365.69, "end": 366.15, "word": " the", "probability": 0.92236328125}, {"start": 366.15, "end": 366.51, "word": " cafe.", "probability": 0.896484375}, {"start": 366.73, "end": 367.09, "word": " From", "probability": 0.76123046875}, {"start": 367.09, "end": 367.43, "word": " here,", "probability": 0.86181640625}, {"start": 367.55, "end": 367.71, "word": " from", "probability": 0.8857421875}, {"start": 367.71, "end": 367.91, "word": " the", "probability": 0.923828125}, {"start": 367.91, "end": 368.29, "word": " front", "probability": 0.958984375}, {"start": 368.29, "end": 368.79, "word": " window,", "probability": 0.9140625}, {"start": 369.19, "end": 369.53, "word": " okay?", "probability": 0.923828125}], "temperature": 1.0}, {"id": 12, "seek": 39407, "start": 372.25, "end": 394.07, "text": " artwork on the walls and at the pretty green plants hanging from the ceiling. So again from top to bottom more or less. With a strong cup of coffee and a good book, I feel very happy and relaxed in my favorite place. Alright? So we started from outside to the inside, from the front", "tokens": [15829, 322, 264, 7920, 293, 412, 264, 1238, 3092, 5972, 8345, 490, 264, 13655, 13, 407, 797, 490, 1192, 281, 2767, 544, 420, 1570, 13, 2022, 257, 2068, 4414, 295, 4982, 293, 257, 665, 1446, 11, 286, 841, 588, 2055, 293, 14628, 294, 452, 2954, 1081, 13, 2798, 30, 407, 321, 1409, 490, 2380, 281, 264, 1854, 11, 490, 264, 1868], "avg_logprob": -0.28629033315566277, "compression_ratio": 1.4894736842105263, "no_speech_prob": 1.1920928955078125e-06, "words": [{"start": 372.25000000000006, "end": 372.77000000000004, "word": " artwork", "probability": 0.51171875}, {"start": 372.77000000000004, "end": 373.29, "word": " on", "probability": 0.426513671875}, {"start": 373.29, "end": 373.61, "word": " the", "probability": 0.78125}, {"start": 373.61, "end": 374.23, "word": " walls", "probability": 0.77294921875}, {"start": 374.23, "end": 374.49, "word": " and", "probability": 0.78564453125}, {"start": 374.49, "end": 374.63, "word": " at", "probability": 0.28515625}, {"start": 374.63, "end": 374.75, "word": " the", "probability": 0.83056640625}, {"start": 374.75, "end": 374.97, "word": " pretty", "probability": 0.87841796875}, {"start": 374.97, "end": 375.35, "word": " green", "probability": 0.349853515625}, {"start": 375.35, "end": 377.61, "word": " plants", "probability": 0.40869140625}, {"start": 377.61, "end": 378.67, "word": " hanging", "probability": 0.51123046875}, {"start": 378.67, "end": 379.09, "word": " from", "probability": 0.89208984375}, {"start": 379.09, "end": 380.17, "word": " the", "probability": 0.91943359375}, {"start": 380.17, "end": 380.47, "word": " ceiling.", "probability": 0.91748046875}, {"start": 380.63, "end": 380.73, "word": " So", "probability": 0.80322265625}, {"start": 380.73, "end": 381.07, "word": " again", "probability": 0.82958984375}, {"start": 381.07, "end": 381.31, "word": " from", "probability": 0.59326171875}, {"start": 381.31, "end": 381.71, "word": " top", "probability": 0.8544921875}, {"start": 381.71, "end": 382.17, "word": " to", "probability": 0.9599609375}, {"start": 382.17, "end": 382.75, "word": " bottom", "probability": 0.36572265625}, {"start": 382.75, "end": 383.45, "word": " more", "probability": 0.471435546875}, {"start": 383.45, "end": 383.63, "word": " or", "probability": 0.96337890625}, {"start": 383.63, "end": 383.81, "word": " less.", "probability": 0.95263671875}, {"start": 384.01, "end": 384.19, "word": " With", "probability": 0.869140625}, {"start": 384.19, "end": 384.35, "word": " a", "probability": 0.9912109375}, {"start": 384.35, "end": 384.73, "word": " strong", "probability": 0.88671875}, {"start": 384.73, "end": 385.09, "word": " cup", "probability": 0.94873046875}, {"start": 385.09, "end": 385.27, "word": " of", "probability": 0.9716796875}, {"start": 385.27, "end": 385.59, "word": " coffee", "probability": 0.90478515625}, {"start": 385.59, "end": 385.81, "word": " and", "probability": 0.93603515625}, {"start": 385.81, "end": 385.97, "word": " a", "probability": 0.97119140625}, {"start": 385.97, "end": 386.15, "word": " good", "probability": 0.92578125}, {"start": 386.15, "end": 386.55, "word": " book,", "probability": 0.87109375}, {"start": 386.97, "end": 387.17, "word": " I", "probability": 0.9951171875}, {"start": 387.17, "end": 387.41, "word": " feel", "probability": 0.89990234375}, {"start": 387.41, "end": 387.67, "word": " very", "probability": 0.83837890625}, {"start": 387.67, "end": 387.97, "word": " happy", "probability": 0.90234375}, {"start": 387.97, "end": 388.17, "word": " and", "probability": 0.93701171875}, {"start": 388.17, "end": 388.53, "word": " relaxed", "probability": 0.91943359375}, {"start": 388.53, "end": 388.71, "word": " in", "probability": 0.8818359375}, {"start": 388.71, "end": 388.91, "word": " my", "probability": 0.97314453125}, {"start": 388.91, "end": 389.45, "word": " favorite", "probability": 0.84814453125}, {"start": 389.45, "end": 390.51, "word": " place.", "probability": 0.892578125}, {"start": 390.67, "end": 390.89, "word": " Alright?", "probability": 0.6328125}, {"start": 391.23, "end": 391.37, "word": " So", "probability": 0.94091796875}, {"start": 391.37, "end": 391.59, "word": " we", "probability": 0.779296875}, {"start": 391.59, "end": 391.87, "word": " started", "probability": 0.86083984375}, {"start": 391.87, "end": 392.11, "word": " from", "probability": 0.87890625}, {"start": 392.11, "end": 392.55, "word": " outside", "probability": 0.64208984375}, {"start": 392.55, "end": 392.77, "word": " to", "probability": 0.890625}, {"start": 392.77, "end": 392.89, "word": " the", "probability": 0.7529296875}, {"start": 392.89, "end": 393.25, "word": " inside,", "probability": 0.955078125}, {"start": 393.33, "end": 393.55, "word": " from", "probability": 0.8173828125}, {"start": 393.55, "end": 393.73, "word": " the", "probability": 0.919921875}, {"start": 393.73, "end": 394.07, "word": " front", "probability": 0.951171875}], "temperature": 1.0}, {"id": 13, "seek": 41922, "start": 394.38, "end": 419.22, "text": " to the back and we can see clearly some description from top to bottom all right okay so what sort of prepositions or transitions that we can actually use in describing a place we can think of these one and we should use them whenever we feel like writing or describing a place in front of and back of behind on top of the the", "tokens": [281, 264, 646, 293, 321, 393, 536, 4448, 512, 3855, 490, 1192, 281, 2767, 439, 558, 1392, 370, 437, 1333, 295, 2666, 329, 2451, 420, 23767, 300, 321, 393, 767, 764, 294, 16141, 257, 1081, 321, 393, 519, 295, 613, 472, 293, 321, 820, 764, 552, 5699, 321, 841, 411, 3579, 420, 16141, 257, 1081, 294, 1868, 295, 293, 646, 295, 2261, 322, 1192, 295, 264, 264], "avg_logprob": -0.19244025735294118, "compression_ratio": 1.7771739130434783, "no_speech_prob": 1.1920928955078125e-07, "words": [{"start": 394.38, "end": 394.68, "word": " to", "probability": 0.5419921875}, {"start": 394.68, "end": 395.14, "word": " the", "probability": 0.916015625}, {"start": 395.14, "end": 395.48, "word": " back", "probability": 0.87353515625}, {"start": 395.48, "end": 395.8, "word": " and", "probability": 0.72705078125}, {"start": 395.8, "end": 396.04, "word": " we", "probability": 0.92529296875}, {"start": 396.04, "end": 396.24, "word": " can", "probability": 0.93994140625}, {"start": 396.24, "end": 396.48, "word": " see", "probability": 0.888671875}, {"start": 396.48, "end": 396.8, "word": " clearly", "probability": 0.83740234375}, {"start": 396.8, "end": 397.04, "word": " some", "probability": 0.82275390625}, {"start": 397.04, "end": 397.54, "word": " description", "probability": 0.74365234375}, {"start": 397.54, "end": 397.82, "word": " from", "probability": 0.8837890625}, {"start": 397.82, "end": 398.18, "word": " top", "probability": 0.89306640625}, {"start": 398.18, "end": 398.54, "word": " to", "probability": 0.970703125}, {"start": 398.54, "end": 399.44, "word": " bottom", "probability": 0.775390625}, {"start": 399.44, "end": 399.84, "word": " all", "probability": 0.12152099609375}, {"start": 399.84, "end": 400.1, "word": " right", "probability": 0.90087890625}, {"start": 400.1, "end": 400.92, "word": " okay", "probability": 0.75146484375}, {"start": 400.92, "end": 401.36, "word": " so", "probability": 0.7197265625}, {"start": 401.36, "end": 401.9, "word": " what", "probability": 0.861328125}, {"start": 401.9, "end": 402.04, "word": " sort", "probability": 0.55029296875}, {"start": 402.04, "end": 402.2, "word": " of", "probability": 0.974609375}, {"start": 402.2, "end": 402.98, "word": " prepositions", "probability": 0.97119140625}, {"start": 402.98, "end": 404.06, "word": " or", "probability": 0.94140625}, {"start": 404.06, "end": 404.64, "word": " transitions", "probability": 0.89404296875}, {"start": 404.64, "end": 404.98, "word": " that", "probability": 0.92236328125}, {"start": 404.98, "end": 405.12, "word": " we", "probability": 0.9677734375}, {"start": 405.12, "end": 405.32, "word": " can", "probability": 0.947265625}, {"start": 405.32, "end": 405.74, "word": " actually", "probability": 0.89306640625}, {"start": 405.74, "end": 406.04, "word": " use", "probability": 0.89013671875}, {"start": 406.04, "end": 406.28, "word": " in", "probability": 0.94677734375}, {"start": 406.28, "end": 406.9, "word": " describing", "probability": 0.89599609375}, {"start": 406.9, "end": 407.2, "word": " a", "probability": 0.99365234375}, {"start": 407.2, "end": 407.5, "word": " place", "probability": 0.89453125}, {"start": 407.5, "end": 407.94, "word": " we", "probability": 0.65576171875}, {"start": 407.94, "end": 408.14, "word": " can", "probability": 0.943359375}, {"start": 408.14, "end": 408.4, "word": " think", "probability": 0.9111328125}, {"start": 408.4, "end": 408.56, "word": " of", "probability": 0.96826171875}, {"start": 408.56, "end": 408.74, "word": " these", "probability": 0.48828125}, {"start": 408.74, "end": 408.92, "word": " one", "probability": 0.697265625}, {"start": 408.92, "end": 409.06, "word": " and", "probability": 0.479248046875}, {"start": 409.06, "end": 409.12, "word": " we", "probability": 0.6552734375}, {"start": 409.12, "end": 409.24, "word": " should", "probability": 0.96630859375}, {"start": 409.24, "end": 409.46, "word": " use", "probability": 0.89599609375}, {"start": 409.46, "end": 409.68, "word": " them", "probability": 0.8857421875}, {"start": 409.68, "end": 410.16, "word": " whenever", "probability": 0.95068359375}, {"start": 410.16, "end": 410.48, "word": " we", "probability": 0.96630859375}, {"start": 410.48, "end": 410.76, "word": " feel", "probability": 0.96826171875}, {"start": 410.76, "end": 411.16, "word": " like", "probability": 0.9443359375}, {"start": 411.16, "end": 412.12, "word": " writing", "probability": 0.86328125}, {"start": 412.12, "end": 412.44, "word": " or", "probability": 0.970703125}, {"start": 412.44, "end": 413.02, "word": " describing", "probability": 0.89111328125}, {"start": 413.02, "end": 413.34, "word": " a", "probability": 0.99462890625}, {"start": 413.34, "end": 413.58, "word": " place", "probability": 0.88427734375}, {"start": 413.58, "end": 414.18, "word": " in", "probability": 0.88720703125}, {"start": 414.18, "end": 414.62, "word": " front", "probability": 0.96337890625}, {"start": 414.62, "end": 414.92, "word": " of", "probability": 0.96435546875}, {"start": 414.92, "end": 415.62, "word": " and", "probability": 0.77490234375}, {"start": 415.62, "end": 416.18, "word": " back", "probability": 0.87939453125}, {"start": 416.18, "end": 416.42, "word": " of", "probability": 0.93408203125}, {"start": 416.42, "end": 417.1, "word": " behind", "probability": 0.84228515625}, {"start": 417.1, "end": 417.82, "word": " on", "probability": 0.935546875}, {"start": 417.82, "end": 418.08, "word": " top", "probability": 0.93603515625}, {"start": 418.08, "end": 418.32, "word": " of", "probability": 0.966796875}, {"start": 418.32, "end": 418.56, "word": " the", "probability": 0.6708984375}, {"start": 418.56, "end": 419.22, "word": " the", "probability": 0.61572265625}], "temperature": 1.0}, {"id": 14, "seek": 44329, "start": 419.85, "end": 443.29, "text": " A room, for example, on the bottom of something, next to, above, below, underneath, across, to the right, to the left, in the middle of something, across, around, between, and behind. So these are some transitions, some prepositions and prepositional phrases that we can use to describe or locate things in space, all right?", "tokens": [316, 1808, 11, 337, 1365, 11, 322, 264, 2767, 295, 746, 11, 958, 281, 11, 3673, 11, 2507, 11, 7223, 11, 2108, 11, 281, 264, 558, 11, 281, 264, 1411, 11, 294, 264, 2808, 295, 746, 11, 2108, 11, 926, 11, 1296, 11, 293, 2261, 13, 407, 613, 366, 512, 23767, 11, 512, 2666, 329, 2451, 293, 2666, 329, 2628, 20312, 300, 321, 393, 764, 281, 6786, 420, 22370, 721, 294, 1901, 11, 439, 558, 30], "avg_logprob": -0.14417613791180894, "compression_ratio": 1.6839378238341969, "no_speech_prob": 5.960464477539063e-08, "words": [{"start": 419.85, "end": 420.19, "word": " A", "probability": 0.3349609375}, {"start": 420.19, "end": 420.49, "word": " room,", "probability": 0.86279296875}, {"start": 420.61, "end": 420.73, "word": " for", "probability": 0.95654296875}, {"start": 420.73, "end": 421.21, "word": " example,", "probability": 0.97119140625}, {"start": 421.49, "end": 421.79, "word": " on", "probability": 0.86669921875}, {"start": 421.79, "end": 421.95, "word": " the", "probability": 0.9228515625}, {"start": 421.95, "end": 422.19, "word": " bottom", "probability": 0.83935546875}, {"start": 422.19, "end": 422.41, "word": " of", "probability": 0.966796875}, {"start": 422.41, "end": 422.79, "word": " something,", "probability": 0.873046875}, {"start": 422.95, "end": 423.19, "word": " next", "probability": 0.94091796875}, {"start": 423.19, "end": 423.51, "word": " to,", "probability": 0.97119140625}, {"start": 423.71, "end": 424.15, "word": " above,", "probability": 0.96337890625}, {"start": 424.55, "end": 424.91, "word": " below,", "probability": 0.8876953125}, {"start": 425.27, "end": 426.11, "word": " underneath,", "probability": 0.94091796875}, {"start": 426.99, "end": 427.69, "word": " across,", "probability": 0.896484375}, {"start": 427.95, "end": 428.27, "word": " to", "probability": 0.9619140625}, {"start": 428.27, "end": 428.43, "word": " the", "probability": 0.91796875}, {"start": 428.43, "end": 428.73, "word": " right,", "probability": 0.91015625}, {"start": 428.87, "end": 428.97, "word": " to", "probability": 0.962890625}, {"start": 428.97, "end": 429.13, "word": " the", "probability": 0.9189453125}, {"start": 429.13, "end": 429.49, "word": " left,", "probability": 0.947265625}, {"start": 429.69, "end": 429.79, "word": " in", "probability": 0.94140625}, {"start": 429.79, "end": 429.93, "word": " the", "probability": 0.91748046875}, {"start": 429.93, "end": 430.13, "word": " middle", "probability": 0.93798828125}, {"start": 430.13, "end": 430.37, "word": " of", "probability": 0.9658203125}, {"start": 430.37, "end": 430.75, "word": " something,", "probability": 0.87255859375}, {"start": 430.91, "end": 431.33, "word": " across,", "probability": 0.875}, {"start": 431.75, "end": 432.11, "word": " around,", "probability": 0.951171875}, {"start": 432.29, "end": 432.55, "word": " between,", "probability": 0.8955078125}, {"start": 432.83, "end": 433.07, "word": " and", "probability": 0.85791015625}, {"start": 433.07, "end": 433.27, "word": " behind.", "probability": 0.9326171875}, {"start": 433.37, "end": 433.49, "word": " So", "probability": 0.91552734375}, {"start": 433.49, "end": 433.71, "word": " these", "probability": 0.6767578125}, {"start": 433.71, "end": 433.89, "word": " are", "probability": 0.93212890625}, {"start": 433.89, "end": 434.17, "word": " some", "probability": 0.90087890625}, {"start": 434.17, "end": 434.75, "word": " transitions,", "probability": 0.7939453125}, {"start": 434.95, "end": 435.11, "word": " some", "probability": 0.8857421875}, {"start": 435.11, "end": 435.85, "word": " prepositions", "probability": 0.95166015625}, {"start": 435.85, "end": 436.07, "word": " and", "probability": 0.8515625}, {"start": 436.07, "end": 436.71, "word": " prepositional", "probability": 0.9130859375}, {"start": 436.71, "end": 437.09, "word": " phrases", "probability": 0.8515625}, {"start": 437.09, "end": 437.27, "word": " that", "probability": 0.88720703125}, {"start": 437.27, "end": 437.45, "word": " we", "probability": 0.9609375}, {"start": 437.45, "end": 437.69, "word": " can", "probability": 0.9384765625}, {"start": 437.69, "end": 438.05, "word": " use", "probability": 0.880859375}, {"start": 438.05, "end": 438.35, "word": " to", "probability": 0.9677734375}, {"start": 438.35, "end": 439.55, "word": " describe", "probability": 0.86669921875}, {"start": 439.55, "end": 440.23, "word": " or", "probability": 0.9423828125}, {"start": 440.23, "end": 440.77, "word": " locate", "probability": 0.9765625}, {"start": 440.77, "end": 441.29, "word": " things", "probability": 0.85546875}, {"start": 441.29, "end": 441.67, "word": " in", "probability": 0.9501953125}, {"start": 441.67, "end": 442.81, "word": " space,", "probability": 0.78125}, {"start": 442.97, "end": 443.13, "word": " all", "probability": 0.5908203125}, {"start": 443.13, "end": 443.29, "word": " right?", "probability": 0.91259765625}], "temperature": 1.0}, {"id": 15, "seek": 46449, "start": 444.11, "end": 464.49, "text": " Alright, now whenever we describe something, we have to start writing a descriptive paragraph, we have to write a topic sentence. And this is very important. Like we said before, it has to have two things, naming the topic and specifying the controlling ideas. So the topic sentence of a descriptive paragraph should name the topic.", "tokens": [2798, 11, 586, 5699, 321, 6786, 746, 11, 321, 362, 281, 722, 3579, 257, 42585, 18865, 11, 321, 362, 281, 2464, 257, 4829, 8174, 13, 400, 341, 307, 588, 1021, 13, 1743, 321, 848, 949, 11, 309, 575, 281, 362, 732, 721, 11, 25290, 264, 4829, 293, 1608, 5489, 264, 14905, 3487, 13, 407, 264, 4829, 8174, 295, 257, 42585, 18865, 820, 1315, 264, 4829, 13], "avg_logprob": -0.21338618869212136, "compression_ratio": 1.7253886010362693, "no_speech_prob": 5.960464477539063e-08, "words": [{"start": 444.11, "end": 444.43, "word": " Alright,", "probability": 0.364501953125}, {"start": 444.75, "end": 444.95, "word": " now", "probability": 0.875}, {"start": 444.95, "end": 445.35, "word": " whenever", "probability": 0.7646484375}, {"start": 445.35, "end": 445.59, "word": " we", "probability": 0.95068359375}, {"start": 445.59, "end": 446.09, "word": " describe", "probability": 0.8408203125}, {"start": 446.09, "end": 446.47, "word": " something,", "probability": 0.873046875}, {"start": 446.61, "end": 446.69, "word": " we", "probability": 0.9228515625}, {"start": 446.69, "end": 446.95, "word": " have", "probability": 0.9326171875}, {"start": 446.95, "end": 447.11, "word": " to", "probability": 0.96875}, {"start": 447.11, "end": 447.49, "word": " start", "probability": 0.9052734375}, {"start": 447.49, "end": 447.93, "word": " writing", "probability": 0.35888671875}, {"start": 447.93, "end": 448.17, "word": " a", "probability": 0.95703125}, {"start": 448.17, "end": 448.57, "word": " descriptive", "probability": 0.9140625}, {"start": 448.57, "end": 449.01, "word": " paragraph,", "probability": 0.9541015625}, {"start": 449.19, "end": 449.27, "word": " we", "probability": 0.9345703125}, {"start": 449.27, "end": 449.47, "word": " have", "probability": 0.94970703125}, {"start": 449.47, "end": 449.63, "word": " to", "probability": 0.970703125}, {"start": 449.63, "end": 449.89, "word": " write", "probability": 0.91357421875}, {"start": 449.89, "end": 450.15, "word": " a", "probability": 0.98681640625}, {"start": 450.15, "end": 450.45, "word": " topic", "probability": 0.9501953125}, {"start": 450.45, "end": 450.87, "word": " sentence.", "probability": 0.9619140625}, {"start": 451.33, "end": 451.49, "word": " And", "probability": 0.8427734375}, {"start": 451.49, "end": 451.61, "word": " this", "probability": 0.92431640625}, {"start": 451.61, "end": 451.75, "word": " is", "probability": 0.947265625}, {"start": 451.75, "end": 451.97, "word": " very", "probability": 0.853515625}, {"start": 451.97, "end": 452.45, "word": " important.", "probability": 0.875}, {"start": 452.83, "end": 453.33, "word": " Like", "probability": 0.51513671875}, {"start": 453.33, "end": 453.49, "word": " we", "probability": 0.87744140625}, {"start": 453.49, "end": 453.85, "word": " said", "probability": 0.630859375}, {"start": 453.85, "end": 455.19, "word": " before,", "probability": 0.85888671875}, {"start": 455.37, "end": 455.39, "word": " it", "probability": 0.93359375}, {"start": 455.39, "end": 455.59, "word": " has", "probability": 0.94140625}, {"start": 455.59, "end": 455.71, "word": " to", "probability": 0.9677734375}, {"start": 455.71, "end": 456.07, "word": " have", "probability": 0.94677734375}, {"start": 456.07, "end": 456.31, "word": " two", "probability": 0.82080078125}, {"start": 456.31, "end": 456.67, "word": " things,", "probability": 0.8701171875}, {"start": 456.81, "end": 457.11, "word": " naming", "probability": 0.853515625}, {"start": 457.11, "end": 457.37, "word": " the", "probability": 0.90869140625}, {"start": 457.37, "end": 457.77, "word": " topic", "probability": 0.95068359375}, {"start": 457.77, "end": 458.71, "word": " and", "probability": 0.7548828125}, {"start": 458.71, "end": 459.97, "word": " specifying", "probability": 0.875244140625}, {"start": 459.97, "end": 460.19, "word": " the", "probability": 0.8349609375}, {"start": 460.19, "end": 460.67, "word": " controlling", "probability": 0.87158203125}, {"start": 460.67, "end": 461.05, "word": " ideas.", "probability": 0.6044921875}, {"start": 461.25, "end": 461.25, "word": " So", "probability": 0.68017578125}, {"start": 461.25, "end": 461.35, "word": " the", "probability": 0.61279296875}, {"start": 461.35, "end": 461.53, "word": " topic", "probability": 0.9482421875}, {"start": 461.53, "end": 461.87, "word": " sentence", "probability": 0.91748046875}, {"start": 461.87, "end": 462.11, "word": " of", "probability": 0.93359375}, {"start": 462.11, "end": 462.23, "word": " a", "probability": 0.8759765625}, {"start": 462.23, "end": 462.65, "word": " descriptive", "probability": 0.9130859375}, {"start": 462.65, "end": 463.19, "word": " paragraph", "probability": 0.9423828125}, {"start": 463.19, "end": 463.59, "word": " should", "probability": 0.95703125}, {"start": 463.59, "end": 463.99, "word": " name", "probability": 0.90625}, {"start": 463.99, "end": 464.19, "word": " the", "probability": 0.91748046875}, {"start": 464.19, "end": 464.49, "word": " topic.", "probability": 0.95068359375}], "temperature": 1.0}, {"id": 16, "seek": 48399, "start": 464.73, "end": 483.99, "text": " Alright? And the controlling idea should give your overall impression, your central idea, why you are writing or why are you describing this place. For example, my bedroom is my refuge from the outside world. What is the controlling idea?", "tokens": [2798, 30, 400, 264, 14905, 1558, 820, 976, 428, 4787, 9995, 11, 428, 5777, 1558, 11, 983, 291, 366, 3579, 420, 983, 366, 291, 16141, 341, 1081, 13, 1171, 1365, 11, 452, 11211, 307, 452, 10991, 490, 264, 2380, 1002, 13, 708, 307, 264, 14905, 1558, 30], "avg_logprob": -0.1915690085540215, "compression_ratio": 1.49375, "no_speech_prob": 2.980232238769531e-07, "words": [{"start": 464.73, "end": 465.09, "word": " Alright?", "probability": 0.32080078125}, {"start": 465.65, "end": 465.81, "word": " And", "probability": 0.83251953125}, {"start": 465.81, "end": 465.95, "word": " the", "probability": 0.85009765625}, {"start": 465.95, "end": 466.39, "word": " controlling", "probability": 0.8515625}, {"start": 466.39, "end": 466.77, "word": " idea", "probability": 0.8837890625}, {"start": 466.77, "end": 467.11, "word": " should", "probability": 0.96337890625}, {"start": 467.11, "end": 467.43, "word": " give", "probability": 0.87158203125}, {"start": 467.43, "end": 467.85, "word": " your", "probability": 0.529296875}, {"start": 467.85, "end": 469.13, "word": " overall", "probability": 0.578125}, {"start": 469.13, "end": 470.63, "word": " impression,", "probability": 0.86767578125}, {"start": 470.81, "end": 471.01, "word": " your", "probability": 0.8642578125}, {"start": 471.01, "end": 471.53, "word": " central", "probability": 0.9189453125}, {"start": 471.53, "end": 471.97, "word": " idea,", "probability": 0.9091796875}, {"start": 472.07, "end": 472.25, "word": " why", "probability": 0.8505859375}, {"start": 472.25, "end": 472.43, "word": " you", "probability": 0.818359375}, {"start": 472.43, "end": 472.57, "word": " are", "probability": 0.8935546875}, {"start": 472.57, "end": 472.91, "word": " writing", "probability": 0.91943359375}, {"start": 472.91, "end": 473.17, "word": " or", "probability": 0.712890625}, {"start": 473.17, "end": 473.45, "word": " why", "probability": 0.89453125}, {"start": 473.45, "end": 473.71, "word": " are", "probability": 0.5791015625}, {"start": 473.71, "end": 473.89, "word": " you", "probability": 0.95458984375}, {"start": 473.89, "end": 474.53, "word": " describing", "probability": 0.86328125}, {"start": 474.53, "end": 474.99, "word": " this", "probability": 0.9443359375}, {"start": 474.99, "end": 476.21, "word": " place.", "probability": 0.8984375}, {"start": 476.33, "end": 476.47, "word": " For", "probability": 0.947265625}, {"start": 476.47, "end": 476.99, "word": " example,", "probability": 0.97216796875}, {"start": 477.95, "end": 478.11, "word": " my", "probability": 0.72900390625}, {"start": 478.11, "end": 478.57, "word": " bedroom", "probability": 0.951171875}, {"start": 478.57, "end": 479.11, "word": " is", "probability": 0.94970703125}, {"start": 479.11, "end": 479.41, "word": " my", "probability": 0.96923828125}, {"start": 479.41, "end": 480.03, "word": " refuge", "probability": 0.95703125}, {"start": 480.03, "end": 480.55, "word": " from", "probability": 0.88671875}, {"start": 480.55, "end": 481.01, "word": " the", "probability": 0.91845703125}, {"start": 481.01, "end": 481.69, "word": " outside", "probability": 0.87890625}, {"start": 481.69, "end": 482.63, "word": " world.", "probability": 0.9599609375}, {"start": 482.83, "end": 482.99, "word": " What", "probability": 0.64794921875}, {"start": 482.99, "end": 483.11, "word": " is", "probability": 0.90625}, {"start": 483.11, "end": 483.23, "word": " the", "probability": 0.9052734375}, {"start": 483.23, "end": 483.59, "word": " controlling", "probability": 0.87353515625}, {"start": 483.59, "end": 483.99, "word": " idea?", "probability": 0.9140625}], "temperature": 1.0}, {"id": 17, "seek": 50942, "start": 485.0, "end": 509.42, "text": " How it is my shelter? How it is my refuge from? That is to say it's a safe, secure place for me. For example, the campus of our university is like a small city. Or the cafeteria at lunchtime is the school's social center. So we have here the topic centers naming the topic, my bedroom.", "tokens": [1012, 309, 307, 452, 13341, 30, 1012, 309, 307, 452, 10991, 490, 30, 663, 307, 281, 584, 309, 311, 257, 3273, 11, 7144, 1081, 337, 385, 13, 1171, 1365, 11, 264, 4828, 295, 527, 5454, 307, 411, 257, 1359, 2307, 13, 1610, 264, 42230, 412, 6349, 3766, 307, 264, 1395, 311, 2093, 3056, 13, 407, 321, 362, 510, 264, 4829, 10898, 25290, 264, 4829, 11, 452, 11211, 13], "avg_logprob": -0.21682517684024313, "compression_ratio": 1.5052631578947369, "no_speech_prob": 0.0, "words": [{"start": 485.0, "end": 485.34, "word": " How", "probability": 0.50048828125}, {"start": 485.34, "end": 485.52, "word": " it", "probability": 0.67919921875}, {"start": 485.52, "end": 485.68, "word": " is", "probability": 0.9130859375}, {"start": 485.68, "end": 485.94, "word": " my", "probability": 0.96630859375}, {"start": 485.94, "end": 486.34, "word": " shelter?", "probability": 0.96044921875}, {"start": 486.5, "end": 486.68, "word": " How", "probability": 0.9423828125}, {"start": 486.68, "end": 486.78, "word": " it", "probability": 0.80078125}, {"start": 486.78, "end": 486.92, "word": " is", "probability": 0.92919921875}, {"start": 486.92, "end": 487.14, "word": " my", "probability": 0.95849609375}, {"start": 487.14, "end": 487.7, "word": " refuge", "probability": 0.9619140625}, {"start": 487.7, "end": 488.32, "word": " from?", "probability": 0.6259765625}, {"start": 488.82, "end": 489.0, "word": " That", "probability": 0.87939453125}, {"start": 489.0, "end": 489.14, "word": " is", "probability": 0.63232421875}, {"start": 489.14, "end": 489.24, "word": " to", "probability": 0.9609375}, {"start": 489.24, "end": 489.4, "word": " say", "probability": 0.951171875}, {"start": 489.4, "end": 489.6, "word": " it's", "probability": 0.703125}, {"start": 489.6, "end": 489.8, "word": " a", "probability": 0.96435546875}, {"start": 489.8, "end": 490.36, "word": " safe,", "probability": 0.9208984375}, {"start": 490.78, "end": 491.34, "word": " secure", "probability": 0.974609375}, {"start": 491.34, "end": 491.88, "word": " place", "probability": 0.8916015625}, {"start": 491.88, "end": 492.44, "word": " for", "probability": 0.951171875}, {"start": 492.44, "end": 493.08, "word": " me.", "probability": 0.9697265625}, {"start": 493.38, "end": 493.56, "word": " For", "probability": 0.94873046875}, {"start": 493.56, "end": 493.92, "word": " example,", "probability": 0.97265625}, {"start": 494.04, "end": 494.2, "word": " the", "probability": 0.8896484375}, {"start": 494.2, "end": 494.62, "word": " campus", "probability": 0.9169921875}, {"start": 494.62, "end": 494.92, "word": " of", "probability": 0.96533203125}, {"start": 494.92, "end": 495.22, "word": " our", "probability": 0.87060546875}, {"start": 495.22, "end": 495.96, "word": " university", "probability": 0.85498046875}, {"start": 495.96, "end": 496.34, "word": " is", "probability": 0.953125}, {"start": 496.34, "end": 496.84, "word": " like", "probability": 0.93701171875}, {"start": 496.84, "end": 497.9, "word": " a", "probability": 0.990234375}, {"start": 497.9, "end": 498.7, "word": " small", "probability": 0.9228515625}, {"start": 498.7, "end": 499.76, "word": " city.", "probability": 0.8701171875}, {"start": 500.2, "end": 500.58, "word": " Or", "probability": 0.93701171875}, {"start": 500.58, "end": 501.04, "word": " the", "probability": 0.71875}, {"start": 501.04, "end": 501.62, "word": " cafeteria", "probability": 0.91064453125}, {"start": 501.62, "end": 501.96, "word": " at", "probability": 0.94580078125}, {"start": 501.96, "end": 503.14, "word": " lunchtime", "probability": 0.708984375}, {"start": 503.14, "end": 503.4, "word": " is", "probability": 0.9404296875}, {"start": 503.4, "end": 503.64, "word": " the", "probability": 0.9111328125}, {"start": 503.64, "end": 504.64, "word": " school's", "probability": 0.942138671875}, {"start": 504.64, "end": 505.34, "word": " social", "probability": 0.93359375}, {"start": 505.34, "end": 506.1, "word": " center.", "probability": 0.86572265625}, {"start": 506.2, "end": 506.34, "word": " So", "probability": 0.94140625}, {"start": 506.34, "end": 506.54, "word": " we", "probability": 0.822265625}, {"start": 506.54, "end": 506.76, "word": " have", "probability": 0.93798828125}, {"start": 506.76, "end": 506.92, "word": " here", "probability": 0.81201171875}, {"start": 506.92, "end": 507.06, "word": " the", "probability": 0.357177734375}, {"start": 507.06, "end": 507.32, "word": " topic", "probability": 0.8486328125}, {"start": 507.32, "end": 507.62, "word": " centers", "probability": 0.235107421875}, {"start": 507.62, "end": 508.16, "word": " naming", "probability": 0.5546875}, {"start": 508.16, "end": 508.42, "word": " the", "probability": 0.888671875}, {"start": 508.42, "end": 508.72, "word": " topic,", "probability": 0.837890625}, {"start": 508.88, "end": 509.08, "word": " my", "probability": 0.68310546875}, {"start": 509.08, "end": 509.42, "word": " bedroom.", "probability": 0.8544921875}], "temperature": 1.0}, {"id": 18, "seek": 53692, "start": 509.79, "end": 536.93, "text": " the campus, the cafeteria, and then we also have day controlling ideas specifying your overall idea, your overall impression of that place that you're writing about. Okay? Alright. Now let's just think, start into the habit of writing and thinking about describing places. Now this is a topic sentence and what I'd like you to do is to give some details for what you would think", "tokens": [264, 4828, 11, 264, 42230, 11, 293, 550, 321, 611, 362, 786, 14905, 3487, 1608, 5489, 428, 4787, 1558, 11, 428, 4787, 9995, 295, 300, 1081, 300, 291, 434, 3579, 466, 13, 1033, 30, 2798, 13, 823, 718, 311, 445, 519, 11, 722, 666, 264, 7164, 295, 3579, 293, 1953, 466, 16141, 3190, 13, 823, 341, 307, 257, 4829, 8174, 293, 437, 286, 1116, 411, 291, 281, 360, 307, 281, 976, 512, 4365, 337, 437, 291, 576, 519], "avg_logprob": -0.22428797694701183, "compression_ratio": 1.6478260869565218, "no_speech_prob": 5.960464477539063e-08, "words": [{"start": 509.79, "end": 510.05, "word": " the", "probability": 0.470458984375}, {"start": 510.05, "end": 510.65, "word": " campus,", "probability": 0.84130859375}, {"start": 511.07, "end": 511.31, "word": " the", "probability": 0.7900390625}, {"start": 511.31, "end": 511.87, "word": " cafeteria,", "probability": 0.88671875}, {"start": 512.43, "end": 512.45, "word": " and", "probability": 0.908203125}, {"start": 512.45, "end": 512.63, "word": " then", "probability": 0.83740234375}, {"start": 512.63, "end": 512.77, "word": " we", "probability": 0.91064453125}, {"start": 512.77, "end": 513.05, "word": " also", "probability": 0.86083984375}, {"start": 513.05, "end": 513.43, "word": " have", "probability": 0.94921875}, {"start": 513.43, "end": 513.67, "word": " day", "probability": 0.326904296875}, {"start": 513.67, "end": 514.17, "word": " controlling", "probability": 0.650390625}, {"start": 514.17, "end": 514.55, "word": " ideas", "probability": 0.6953125}, {"start": 514.55, "end": 515.27, "word": " specifying", "probability": 0.840087890625}, {"start": 515.27, "end": 515.53, "word": " your", "probability": 0.8876953125}, {"start": 515.53, "end": 516.03, "word": " overall", "probability": 0.9248046875}, {"start": 516.03, "end": 516.67, "word": " idea,", "probability": 0.88134765625}, {"start": 516.83, "end": 516.93, "word": " your", "probability": 0.88525390625}, {"start": 516.93, "end": 517.41, "word": " overall", "probability": 0.92919921875}, {"start": 517.41, "end": 518.77, "word": " impression", "probability": 0.90771484375}, {"start": 518.77, "end": 519.45, "word": " of", "probability": 0.94140625}, {"start": 519.45, "end": 520.15, "word": " that", "probability": 0.89501953125}, {"start": 520.15, "end": 520.55, "word": " place", "probability": 0.87744140625}, {"start": 520.55, "end": 520.75, "word": " that", "probability": 0.9150390625}, {"start": 520.75, "end": 520.97, "word": " you're", "probability": 0.761962890625}, {"start": 520.97, "end": 521.33, "word": " writing", "probability": 0.9091796875}, {"start": 521.33, "end": 522.25, "word": " about.", "probability": 0.8818359375}, {"start": 522.35, "end": 522.65, "word": " Okay?", "probability": 0.662109375}, {"start": 523.13, "end": 523.37, "word": " Alright.", "probability": 0.3603515625}, {"start": 524.29, "end": 524.85, "word": " Now", "probability": 0.94287109375}, {"start": 524.85, "end": 525.19, "word": " let's", "probability": 0.808349609375}, {"start": 525.19, "end": 525.43, "word": " just", "probability": 0.9091796875}, {"start": 525.43, "end": 525.77, "word": " think,", "probability": 0.64599609375}, {"start": 525.91, "end": 526.13, "word": " start", "probability": 0.9326171875}, {"start": 526.13, "end": 526.55, "word": " into", "probability": 0.81884765625}, {"start": 526.55, "end": 526.95, "word": " the", "probability": 0.9169921875}, {"start": 526.95, "end": 527.21, "word": " habit", "probability": 0.90625}, {"start": 527.21, "end": 527.39, "word": " of", "probability": 0.9716796875}, {"start": 527.39, "end": 527.69, "word": " writing", "probability": 0.91748046875}, {"start": 527.69, "end": 527.91, "word": " and", "probability": 0.91552734375}, {"start": 527.91, "end": 528.17, "word": " thinking", "probability": 0.84033203125}, {"start": 528.17, "end": 528.49, "word": " about", "probability": 0.8935546875}, {"start": 528.49, "end": 529.05, "word": " describing", "probability": 0.81396484375}, {"start": 529.05, "end": 529.55, "word": " places.", "probability": 0.6435546875}, {"start": 530.05, "end": 530.25, "word": " Now", "probability": 0.94775390625}, {"start": 530.25, "end": 530.53, "word": " this", "probability": 0.73388671875}, {"start": 530.53, "end": 530.65, "word": " is", "probability": 0.94580078125}, {"start": 530.65, "end": 530.79, "word": " a", "probability": 0.9814453125}, {"start": 530.79, "end": 531.03, "word": " topic", "probability": 0.953125}, {"start": 531.03, "end": 531.41, "word": " sentence", "probability": 0.927734375}, {"start": 531.41, "end": 531.67, "word": " and", "probability": 0.5087890625}, {"start": 531.67, "end": 531.81, "word": " what", "probability": 0.8994140625}, {"start": 531.81, "end": 531.91, "word": " I'd", "probability": 0.942626953125}, {"start": 531.91, "end": 532.05, "word": " like", "probability": 0.93896484375}, {"start": 532.05, "end": 532.19, "word": " you", "probability": 0.9560546875}, {"start": 532.19, "end": 532.29, "word": " to", "probability": 0.97021484375}, {"start": 532.29, "end": 532.55, "word": " do", "probability": 0.96240234375}, {"start": 532.55, "end": 533.01, "word": " is", "probability": 0.93017578125}, {"start": 533.01, "end": 533.19, "word": " to", "probability": 0.92919921875}, {"start": 533.19, "end": 533.41, "word": " give", "probability": 0.88427734375}, {"start": 533.41, "end": 533.79, "word": " some", "probability": 0.896484375}, {"start": 533.79, "end": 534.81, "word": " details", "probability": 0.845703125}, {"start": 534.81, "end": 535.87, "word": " for", "probability": 0.92138671875}, {"start": 535.87, "end": 536.15, "word": " what", "probability": 0.9453125}, {"start": 536.15, "end": 536.31, "word": " you", "probability": 0.96044921875}, {"start": 536.31, "end": 536.51, "word": " would", "probability": 0.54638671875}, {"start": 536.51, "end": 536.93, "word": " think", "probability": 0.91455078125}], "temperature": 1.0}, {"id": 19, "seek": 56647, "start": 537.57, "end": 566.47, "text": " what you would include in describing or talking about this topic sentence the park near my house is full of activity on a Sunday on a sunny weekend afternoon okay so I'd like you to give me some details as to what you would include for this topic sentence okay the park near my house is full of activity on a sunny weekend afternoon", "tokens": [437, 291, 576, 4090, 294, 16141, 420, 1417, 466, 341, 4829, 8174, 264, 3884, 2651, 452, 1782, 307, 1577, 295, 5191, 322, 257, 7776, 322, 257, 20412, 6711, 6499, 1392, 370, 286, 1116, 411, 291, 281, 976, 385, 512, 4365, 382, 281, 437, 291, 576, 4090, 337, 341, 4829, 8174, 1392, 264, 3884, 2651, 452, 1782, 307, 1577, 295, 5191, 322, 257, 20412, 6711, 6499], "avg_logprob": -0.14879260889508508, "compression_ratio": 2.0060240963855422, "no_speech_prob": 0.0, "words": [{"start": 537.57, "end": 537.91, "word": " what", "probability": 0.39697265625}, {"start": 537.91, "end": 538.09, "word": " you", "probability": 0.927734375}, {"start": 538.09, "end": 538.27, "word": " would", "probability": 0.88818359375}, {"start": 538.27, "end": 538.83, "word": " include", "probability": 0.81884765625}, {"start": 538.83, "end": 539.11, "word": " in", "probability": 0.8955078125}, {"start": 539.11, "end": 539.71, "word": " describing", "probability": 0.9013671875}, {"start": 539.71, "end": 540.17, "word": " or", "probability": 0.8466796875}, {"start": 540.17, "end": 540.55, "word": " talking", "probability": 0.837890625}, {"start": 540.55, "end": 540.93, "word": " about", "probability": 0.9091796875}, {"start": 540.93, "end": 541.17, "word": " this", "probability": 0.92724609375}, {"start": 541.17, "end": 541.43, "word": " topic", "probability": 0.9541015625}, {"start": 541.43, "end": 541.85, "word": " sentence", "probability": 0.94482421875}, {"start": 541.85, "end": 542.45, "word": " the", "probability": 0.267822265625}, {"start": 542.45, "end": 543.05, "word": " park", "probability": 0.8896484375}, {"start": 543.05, "end": 543.91, "word": " near", "probability": 0.89306640625}, {"start": 543.91, "end": 544.21, "word": " my", "probability": 0.97021484375}, {"start": 544.21, "end": 544.67, "word": " house", "probability": 0.87646484375}, {"start": 544.67, "end": 544.99, "word": " is", "probability": 0.95263671875}, {"start": 544.99, "end": 545.37, "word": " full", "probability": 0.923828125}, {"start": 545.37, "end": 545.65, "word": " of", "probability": 0.96533203125}, {"start": 545.65, "end": 546.33, "word": " activity", "probability": 0.919921875}, {"start": 546.33, "end": 547.01, "word": " on", "probability": 0.9453125}, {"start": 547.01, "end": 547.19, "word": " a", "probability": 0.9716796875}, {"start": 547.19, "end": 547.61, "word": " Sunday", "probability": 0.4892578125}, {"start": 547.61, "end": 548.39, "word": " on", "probability": 0.7412109375}, {"start": 548.39, "end": 548.55, "word": " a", "probability": 0.9453125}, {"start": 548.55, "end": 549.09, "word": " sunny", "probability": 0.72216796875}, {"start": 549.09, "end": 549.81, "word": " weekend", "probability": 0.90625}, {"start": 549.81, "end": 551.33, "word": " afternoon", "probability": 0.90234375}, {"start": 551.33, "end": 551.97, "word": " okay", "probability": 0.5498046875}, {"start": 551.97, "end": 552.39, "word": " so", "probability": 0.65625}, {"start": 552.39, "end": 552.59, "word": " I'd", "probability": 0.883056640625}, {"start": 552.59, "end": 552.75, "word": " like", "probability": 0.9365234375}, {"start": 552.75, "end": 552.87, "word": " you", "probability": 0.95849609375}, {"start": 552.87, "end": 552.99, "word": " to", "probability": 0.96533203125}, {"start": 552.99, "end": 553.15, "word": " give", "probability": 0.8857421875}, {"start": 553.15, "end": 553.29, "word": " me", "probability": 0.9482421875}, {"start": 553.29, "end": 553.65, "word": " some", "probability": 0.89306640625}, {"start": 553.65, "end": 554.45, "word": " details", "probability": 0.8662109375}, {"start": 554.45, "end": 555.39, "word": " as", "probability": 0.94921875}, {"start": 555.39, "end": 555.81, "word": " to", "probability": 0.96435546875}, {"start": 555.81, "end": 556.03, "word": " what", "probability": 0.94482421875}, {"start": 556.03, "end": 556.19, "word": " you", "probability": 0.95751953125}, {"start": 556.19, "end": 556.41, "word": " would", "probability": 0.9169921875}, {"start": 556.41, "end": 557.03, "word": " include", "probability": 0.81689453125}, {"start": 557.03, "end": 557.71, "word": " for", "probability": 0.94140625}, {"start": 557.71, "end": 558.09, "word": " this", "probability": 0.94482421875}, {"start": 558.09, "end": 558.41, "word": " topic", "probability": 0.94677734375}, {"start": 558.41, "end": 559.03, "word": " sentence", "probability": 0.955078125}, {"start": 559.03, "end": 559.67, "word": " okay", "probability": 0.78662109375}, {"start": 559.67, "end": 560.57, "word": " the", "probability": 0.8056640625}, {"start": 560.57, "end": 560.97, "word": " park", "probability": 0.88671875}, {"start": 560.97, "end": 561.23, "word": " near", "probability": 0.91162109375}, {"start": 561.23, "end": 561.45, "word": " my", "probability": 0.96826171875}, {"start": 561.45, "end": 561.73, "word": " house", "probability": 0.87255859375}, {"start": 561.73, "end": 561.95, "word": " is", "probability": 0.94873046875}, {"start": 561.95, "end": 562.21, "word": " full", "probability": 0.91552734375}, {"start": 562.21, "end": 562.35, "word": " of", "probability": 0.9599609375}, {"start": 562.35, "end": 563.07, "word": " activity", "probability": 0.935546875}, {"start": 563.07, "end": 563.91, "word": " on", "probability": 0.9560546875}, {"start": 563.91, "end": 564.13, "word": " a", "probability": 0.99755859375}, {"start": 564.13, "end": 564.41, "word": " sunny", "probability": 0.93603515625}, {"start": 564.41, "end": 565.13, "word": " weekend", "probability": 0.9228515625}, {"start": 565.13, "end": 566.47, "word": " afternoon", "probability": 0.81787109375}], "temperature": 1.0}, {"id": 20, "seek": 57030, "start": 566.63, "end": 570.31, "text": " What would you include as details for this topic sentence? Please.", "tokens": [708, 576, 291, 4090, 382, 4365, 337, 341, 4829, 8174, 30, 2555, 13], "avg_logprob": -0.32896204931395395, "compression_ratio": 0.9571428571428572, "no_speech_prob": 0.0, "words": [{"start": 566.63, "end": 566.91, "word": " What", "probability": 0.6533203125}, {"start": 566.91, "end": 567.13, "word": " would", "probability": 0.9248046875}, {"start": 567.13, "end": 567.27, "word": " you", "probability": 0.9560546875}, {"start": 567.27, "end": 567.73, "word": " include", "probability": 0.8212890625}, {"start": 567.73, "end": 568.05, "word": " as", "probability": 0.970703125}, {"start": 568.05, "end": 568.61, "word": " details", "probability": 0.9052734375}, {"start": 568.61, "end": 568.89, "word": " for", "probability": 0.90478515625}, {"start": 568.89, "end": 569.11, "word": " this", "probability": 0.93408203125}, {"start": 569.11, "end": 569.37, "word": " topic", "probability": 0.91650390625}, {"start": 569.37, "end": 569.75, "word": " sentence?", "probability": 0.490966796875}, {"start": 570.15, "end": 570.31, "word": " Please.", "probability": 0.304443359375}], "temperature": 1.0}, {"id": 21, "seek": 61772, "start": 599.16, "end": 617.72, "text": " So you can describe what people are doing, what things are there in that place, and so on. Plants, gardens, children. So a lot of things that you can talk about. What sort of details do you include in describing this place?", "tokens": [407, 291, 393, 6786, 437, 561, 366, 884, 11, 437, 721, 366, 456, 294, 300, 1081, 11, 293, 370, 322, 13, 2149, 1719, 11, 23803, 11, 2227, 13, 407, 257, 688, 295, 721, 300, 291, 393, 751, 466, 13, 708, 1333, 295, 4365, 360, 291, 4090, 294, 16141, 341, 1081, 30], "avg_logprob": -0.14190204097674444, "compression_ratio": 1.5135135135135136, "no_speech_prob": 5.960464477539063e-08, "words": [{"start": 599.16, "end": 599.36, "word": " So", "probability": 0.83251953125}, {"start": 599.36, "end": 599.5, "word": " you", "probability": 0.8291015625}, {"start": 599.5, "end": 599.68, "word": " can", "probability": 0.9375}, {"start": 599.68, "end": 600.18, "word": " describe", "probability": 0.8681640625}, {"start": 600.18, "end": 600.52, "word": " what", "probability": 0.93359375}, {"start": 600.52, "end": 600.82, "word": " people", "probability": 0.96484375}, {"start": 600.82, "end": 601.04, "word": " are", "probability": 0.94140625}, {"start": 601.04, "end": 601.48, "word": " doing,", "probability": 0.96875}, {"start": 602.18, "end": 602.32, "word": " what", "probability": 0.93701171875}, {"start": 602.32, "end": 602.66, "word": " things", "probability": 0.86474609375}, {"start": 602.66, "end": 603.0, "word": " are", "probability": 0.93603515625}, {"start": 603.0, "end": 603.4, "word": " there", "probability": 0.91455078125}, {"start": 603.4, "end": 603.66, "word": " in", "probability": 0.8935546875}, {"start": 603.66, "end": 603.84, "word": " that", "probability": 0.8623046875}, {"start": 603.84, "end": 604.36, "word": " place,", "probability": 0.8994140625}, {"start": 604.74, "end": 604.8, "word": " and", "probability": 0.93408203125}, {"start": 604.8, "end": 605.32, "word": " so", "probability": 0.89306640625}, {"start": 605.32, "end": 605.62, "word": " on.", "probability": 0.94921875}, {"start": 608.28, "end": 608.84, "word": " Plants,", "probability": 0.9541015625}, {"start": 609.02, "end": 609.4, "word": " gardens,", "probability": 0.98388671875}, {"start": 610.32, "end": 612.16, "word": " children.", "probability": 0.81201171875}, {"start": 612.66, "end": 612.82, "word": " So", "probability": 0.951171875}, {"start": 612.82, "end": 612.98, "word": " a", "probability": 0.88623046875}, {"start": 612.98, "end": 613.12, "word": " lot", "probability": 0.9560546875}, {"start": 613.12, "end": 613.24, "word": " of", "probability": 0.9658203125}, {"start": 613.24, "end": 613.5, "word": " things", "probability": 0.85888671875}, {"start": 613.5, "end": 613.66, "word": " that", "probability": 0.89697265625}, {"start": 613.66, "end": 613.78, "word": " you", "probability": 0.96142578125}, {"start": 613.78, "end": 613.96, "word": " can", "probability": 0.94091796875}, {"start": 613.96, "end": 614.22, "word": " talk", "probability": 0.89697265625}, {"start": 614.22, "end": 614.46, "word": " about.", "probability": 0.90087890625}, {"start": 614.56, "end": 614.68, "word": " What", "probability": 0.80322265625}, {"start": 614.68, "end": 614.82, "word": " sort", "probability": 0.9033203125}, {"start": 614.82, "end": 614.94, "word": " of", "probability": 0.96826171875}, {"start": 614.94, "end": 615.34, "word": " details", "probability": 0.87060546875}, {"start": 615.34, "end": 615.62, "word": " do", "probability": 0.1922607421875}, {"start": 615.62, "end": 615.62, "word": " you", "probability": 0.9560546875}, {"start": 615.62, "end": 616.28, "word": " include", "probability": 0.7451171875}, {"start": 616.28, "end": 616.54, "word": " in", "probability": 0.93310546875}, {"start": 616.54, "end": 617.08, "word": " describing", "probability": 0.89501953125}, {"start": 617.08, "end": 617.38, "word": " this", "probability": 0.9453125}, {"start": 617.38, "end": 617.72, "word": " place?", "probability": 0.8876953125}], "temperature": 1.0}, {"id": 22, "seek": 68710, "start": 684.88, "end": 687.1, "text": " Sweetness. Sweetness. Sweetness.", "tokens": [14653, 1287, 13, 14653, 1287, 13, 14653, 1287, 13], "avg_logprob": -0.8046874880790711, "compression_ratio": 1.5, "no_speech_prob": 1.8656253814697266e-05, "words": [{"start": 684.88, "end": 685.56, "word": " Sweetness.", "probability": 0.4050750732421875}, {"start": 685.94, "end": 686.62, "word": " Sweetness.", "probability": 0.81494140625}, {"start": 686.76, "end": 687.1, "word": " Sweetness.", "probability": 0.823974609375}], "temperature": 1.0}, {"id": 23, "seek": 72280, "start": 712.7, "end": 722.8, "text": "Alright, let's see what sort of details that would you use to describe this place, this part that is full of life, that is full of activity, this place", "tokens": [30184, 11, 718, 311, 536, 437, 1333, 295, 4365, 300, 576, 291, 764, 281, 6786, 341, 1081, 11, 341, 644, 300, 307, 1577, 295, 993, 11, 300, 307, 1577, 295, 5191, 11, 341, 1081], "avg_logprob": -0.19497768538338797, "compression_ratio": 1.438095238095238, "no_speech_prob": 0.0, "words": [{"start": 712.7, "end": 713.12, "word": "Alright,", "probability": 0.289794921875}, {"start": 713.58, "end": 713.78, "word": " let's", "probability": 0.921630859375}, {"start": 713.78, "end": 714.08, "word": " see", "probability": 0.923828125}, {"start": 714.08, "end": 714.64, "word": " what", "probability": 0.86474609375}, {"start": 714.64, "end": 714.94, "word": " sort", "probability": 0.86474609375}, {"start": 714.94, "end": 715.08, "word": " of", "probability": 0.97314453125}, {"start": 715.08, "end": 715.64, "word": " details", "probability": 0.8798828125}, {"start": 715.64, "end": 715.94, "word": " that", "probability": 0.75732421875}, {"start": 715.94, "end": 716.18, "word": " would", "probability": 0.85546875}, {"start": 716.18, "end": 716.48, "word": " you", "probability": 0.88525390625}, {"start": 716.48, "end": 716.86, "word": " use", "probability": 0.88525390625}, {"start": 716.86, "end": 717.12, "word": " to", "probability": 0.97509765625}, {"start": 717.12, "end": 717.74, "word": " describe", "probability": 0.86572265625}, {"start": 717.74, "end": 718.02, "word": " this", "probability": 0.9580078125}, {"start": 718.02, "end": 718.42, "word": " place,", "probability": 0.9091796875}, {"start": 718.76, "end": 719.0, "word": " this", "probability": 0.9501953125}, {"start": 719.0, "end": 719.36, "word": " part", "probability": 0.53662109375}, {"start": 719.36, "end": 719.56, "word": " that", "probability": 0.94189453125}, {"start": 719.56, "end": 719.74, "word": " is", "probability": 0.91357421875}, {"start": 719.74, "end": 719.96, "word": " full", "probability": 0.92919921875}, {"start": 719.96, "end": 720.14, "word": " of", "probability": 0.9736328125}, {"start": 720.14, "end": 720.44, "word": " life,", "probability": 0.94384765625}, {"start": 720.56, "end": 720.64, "word": " that", "probability": 0.9287109375}, {"start": 720.64, "end": 720.82, "word": " is", "probability": 0.9462890625}, {"start": 720.82, "end": 721.04, "word": " full", "probability": 0.93115234375}, {"start": 721.04, "end": 721.2, "word": " of", "probability": 0.96923828125}, {"start": 721.2, "end": 721.88, "word": " activity,", "probability": 0.92333984375}, {"start": 722.22, "end": 722.5, "word": " this", "probability": 0.9501953125}, {"start": 722.5, "end": 722.8, "word": " place", "probability": 0.90234375}], "temperature": 1.0}, {"id": 24, "seek": 74945, "start": 723.75, "end": 749.45, "text": " A lot of families go there to have more relaxation. Very nice. There are a lot of families going there with their children in the park. Very nice. Yes, please. It also has a pool on it. There is a pool. There is a big pool, a large swimming pool in the middle, for example, where children and people are swimming and having fun. Very nice. Yes, please. The children can play in the back of the car.", "tokens": [316, 688, 295, 4466, 352, 456, 281, 362, 544, 30315, 13, 4372, 1481, 13, 821, 366, 257, 688, 295, 4466, 516, 456, 365, 641, 2227, 294, 264, 3884, 13, 4372, 1481, 13, 1079, 11, 1767, 13, 467, 611, 575, 257, 7005, 322, 309, 13, 821, 307, 257, 7005, 13, 821, 307, 257, 955, 7005, 11, 257, 2416, 11989, 7005, 294, 264, 2808, 11, 337, 1365, 11, 689, 2227, 293, 561, 366, 11989, 293, 1419, 1019, 13, 4372, 1481, 13, 1079, 11, 1767, 13, 440, 2227, 393, 862, 294, 264, 646, 295, 264, 1032, 13], "avg_logprob": -0.170888153189107, "compression_ratio": 1.9090909090909092, "no_speech_prob": 4.76837158203125e-07, "words": [{"start": 723.75, "end": 723.91, "word": " A", "probability": 0.5888671875}, {"start": 723.91, "end": 724.07, "word": " lot", "probability": 0.9580078125}, {"start": 724.07, "end": 724.23, "word": " of", "probability": 0.96240234375}, {"start": 724.23, "end": 724.57, "word": " families", "probability": 0.93310546875}, {"start": 724.57, "end": 724.81, "word": " go", "probability": 0.94482421875}, {"start": 724.81, "end": 725.05, "word": " there", "probability": 0.91650390625}, {"start": 725.05, "end": 725.25, "word": " to", "probability": 0.90087890625}, {"start": 725.25, "end": 725.59, "word": " have", "probability": 0.8173828125}, {"start": 725.59, "end": 725.85, "word": " more", "probability": 0.89111328125}, {"start": 725.85, "end": 726.33, "word": " relaxation.", "probability": 0.166259765625}, {"start": 726.37, "end": 726.61, "word": " Very", "probability": 0.466064453125}, {"start": 726.61, "end": 726.83, "word": " nice.", "probability": 0.90576171875}, {"start": 726.93, "end": 727.11, "word": " There", "probability": 0.51220703125}, {"start": 727.11, "end": 727.37, "word": " are", "probability": 0.9287109375}, {"start": 727.37, "end": 727.55, "word": " a", "probability": 0.97607421875}, {"start": 727.55, "end": 727.75, "word": " lot", "probability": 0.96630859375}, {"start": 727.75, "end": 727.95, "word": " of", "probability": 0.95751953125}, {"start": 727.95, "end": 728.55, "word": " families", "probability": 0.94775390625}, {"start": 728.55, "end": 729.61, "word": " going", "probability": 0.91796875}, {"start": 729.61, "end": 729.95, "word": " there", "probability": 0.8935546875}, {"start": 729.95, "end": 730.15, "word": " with", "probability": 0.892578125}, {"start": 730.15, "end": 730.35, "word": " their", "probability": 0.951171875}, {"start": 730.35, "end": 730.89, "word": " children", "probability": 0.83642578125}, {"start": 730.89, "end": 731.79, "word": " in", "probability": 0.89208984375}, {"start": 731.79, "end": 731.95, "word": " the", "probability": 0.43212890625}, {"start": 731.95, "end": 732.43, "word": " park.", "probability": 0.9072265625}, {"start": 732.65, "end": 732.87, "word": " Very", "probability": 0.83349609375}, {"start": 732.87, "end": 733.17, "word": " nice.", "probability": 0.90380859375}, {"start": 733.23, "end": 733.39, "word": " Yes,", "probability": 0.96044921875}, {"start": 733.45, "end": 733.67, "word": " please.", "probability": 0.794921875}, {"start": 733.83, "end": 734.07, "word": " It", "probability": 0.90966796875}, {"start": 734.07, "end": 734.43, "word": " also", "probability": 0.87890625}, {"start": 734.43, "end": 734.75, "word": " has", "probability": 0.94873046875}, {"start": 734.75, "end": 734.91, "word": " a", "probability": 0.98681640625}, {"start": 734.91, "end": 735.07, "word": " pool", "probability": 0.9560546875}, {"start": 735.07, "end": 735.25, "word": " on", "probability": 0.36767578125}, {"start": 735.25, "end": 735.33, "word": " it.", "probability": 0.75390625}, {"start": 735.67, "end": 736.03, "word": " There", "probability": 0.77294921875}, {"start": 736.03, "end": 736.19, "word": " is", "probability": 0.93505859375}, {"start": 736.19, "end": 736.35, "word": " a", "probability": 0.98828125}, {"start": 736.35, "end": 736.55, "word": " pool.", "probability": 0.93896484375}, {"start": 736.65, "end": 736.75, "word": " There", "probability": 0.7529296875}, {"start": 736.75, "end": 736.89, "word": " is", "probability": 0.91845703125}, {"start": 736.89, "end": 737.01, "word": " a", "probability": 0.984375}, {"start": 737.01, "end": 737.27, "word": " big", "probability": 0.91162109375}, {"start": 737.27, "end": 737.43, "word": " pool,", "probability": 0.9736328125}, {"start": 737.57, "end": 737.59, "word": " a", "probability": 0.962890625}, {"start": 737.59, "end": 738.03, "word": " large", "probability": 0.9287109375}, {"start": 738.03, "end": 738.59, "word": " swimming", "probability": 0.84765625}, {"start": 738.59, "end": 739.01, "word": " pool", "probability": 0.9658203125}, {"start": 739.01, "end": 739.23, "word": " in", "probability": 0.91748046875}, {"start": 739.23, "end": 739.35, "word": " the", "probability": 0.91796875}, {"start": 739.35, "end": 739.57, "word": " middle,", "probability": 0.955078125}, {"start": 739.67, "end": 739.77, "word": " for", "probability": 0.94873046875}, {"start": 739.77, "end": 740.29, "word": " example,", "probability": 0.9697265625}, {"start": 740.63, "end": 740.89, "word": " where", "probability": 0.93505859375}, {"start": 740.89, "end": 741.35, "word": " children", "probability": 0.845703125}, {"start": 741.35, "end": 742.09, "word": " and", "probability": 0.94482421875}, {"start": 742.09, "end": 742.91, "word": " people", "probability": 0.94091796875}, {"start": 742.91, "end": 743.75, "word": " are", "probability": 0.94677734375}, {"start": 743.75, "end": 744.47, "word": " swimming", "probability": 0.912109375}, {"start": 744.47, "end": 744.91, "word": " and", "probability": 0.92431640625}, {"start": 744.91, "end": 745.25, "word": " having", "probability": 0.90966796875}, {"start": 745.25, "end": 745.63, "word": " fun.", "probability": 0.9423828125}, {"start": 745.97, "end": 746.15, "word": " Very", "probability": 0.8271484375}, {"start": 746.15, "end": 746.41, "word": " nice.", "probability": 0.90283203125}, {"start": 746.61, "end": 746.79, "word": " Yes,", "probability": 0.9658203125}, {"start": 746.85, "end": 747.07, "word": " please.", "probability": 0.79443359375}, {"start": 747.15, "end": 747.29, "word": " The", "probability": 0.77734375}, {"start": 747.29, "end": 747.57, "word": " children", "probability": 0.81103515625}, {"start": 747.57, "end": 747.93, "word": " can", "probability": 0.9375}, {"start": 747.93, "end": 748.29, "word": " play", "probability": 0.9287109375}, {"start": 748.29, "end": 748.57, "word": " in", "probability": 0.9248046875}, {"start": 748.57, "end": 748.69, "word": " the", "probability": 0.8955078125}, {"start": 748.69, "end": 748.91, "word": " back", "probability": 0.86962890625}, {"start": 748.91, "end": 749.13, "word": " of", "probability": 0.97607421875}, {"start": 749.13, "end": 749.27, "word": " the", "probability": 0.923828125}, {"start": 749.27, "end": 749.45, "word": " car.", "probability": 0.64306640625}], "temperature": 1.0}, {"id": 25, "seek": 77823, "start": 749.65, "end": 778.23, "text": " Alright, so there are children playing in the back or around the corner of the park. Very nice. There is a clown who is for instance playing with the children, making them laugh and having fun. Yes, please. In the middle of the park are the swings and slides where kids are the most loudest. Very nice. There are lots of children playing on the swings and slides and having", "tokens": [2798, 11, 370, 456, 366, 2227, 2433, 294, 264, 646, 420, 926, 264, 4538, 295, 264, 3884, 13, 4372, 1481, 13, 821, 307, 257, 22209, 567, 307, 337, 5197, 2433, 365, 264, 2227, 11, 1455, 552, 5801, 293, 1419, 1019, 13, 1079, 11, 1767, 13, 682, 264, 2808, 295, 264, 3884, 366, 264, 32386, 293, 9788, 689, 2301, 366, 264, 881, 6588, 377, 13, 4372, 1481, 13, 821, 366, 3195, 295, 2227, 2433, 322, 264, 32386, 293, 9788, 293, 1419], "avg_logprob": -0.23418210170887135, "compression_ratio": 1.8333333333333333, "no_speech_prob": 7.748603820800781e-07, "words": [{"start": 749.65, "end": 749.99, "word": " Alright,", "probability": 0.54150390625}, {"start": 750.17, "end": 750.29, "word": " so", "probability": 0.849609375}, {"start": 750.29, "end": 750.51, "word": " there", "probability": 0.85400390625}, {"start": 750.51, "end": 750.99, "word": " are", "probability": 0.876953125}, {"start": 750.99, "end": 751.43, "word": " children", "probability": 0.80224609375}, {"start": 751.43, "end": 752.31, "word": " playing", "probability": 0.84619140625}, {"start": 752.31, "end": 752.89, "word": " in", "probability": 0.91455078125}, {"start": 752.89, "end": 753.01, "word": " the", "probability": 0.91064453125}, {"start": 753.01, "end": 753.35, "word": " back", "probability": 0.8544921875}, {"start": 753.35, "end": 753.59, "word": " or", "probability": 0.88818359375}, {"start": 753.59, "end": 754.11, "word": " around", "probability": 0.79541015625}, {"start": 754.11, "end": 754.35, "word": " the", "probability": 0.88623046875}, {"start": 754.35, "end": 754.69, "word": " corner", "probability": 0.89404296875}, {"start": 754.69, "end": 755.03, "word": " of", "probability": 0.9501953125}, {"start": 755.03, "end": 755.31, "word": " the", "probability": 0.80029296875}, {"start": 755.31, "end": 755.93, "word": " park.", "probability": 0.92431640625}, {"start": 756.13, "end": 756.31, "word": " Very", "probability": 0.80908203125}, {"start": 756.31, "end": 756.65, "word": " nice.", "probability": 0.88671875}, {"start": 756.73, "end": 756.91, "word": " There", "probability": 0.46240234375}, {"start": 756.91, "end": 757.03, "word": " is", "probability": 0.78369140625}, {"start": 757.03, "end": 757.19, "word": " a", "probability": 0.9501953125}, {"start": 757.19, "end": 758.43, "word": " clown", "probability": 0.13427734375}, {"start": 758.43, "end": 763.11, "word": " who", "probability": 0.5966796875}, {"start": 763.11, "end": 763.47, "word": " is", "probability": 0.82373046875}, {"start": 763.47, "end": 763.87, "word": " for", "probability": 0.377197265625}, {"start": 763.87, "end": 764.47, "word": " instance", "probability": 0.95263671875}, {"start": 764.47, "end": 765.55, "word": " playing", "probability": 0.74658203125}, {"start": 765.55, "end": 765.77, "word": " with", "probability": 0.9013671875}, {"start": 765.77, "end": 765.89, "word": " the", "probability": 0.67822265625}, {"start": 765.89, "end": 766.15, "word": " children,", "probability": 0.8349609375}, {"start": 766.29, "end": 766.49, "word": " making", "probability": 0.90966796875}, {"start": 766.49, "end": 766.75, "word": " them", "probability": 0.884765625}, {"start": 766.75, "end": 767.11, "word": " laugh", "probability": 0.93798828125}, {"start": 767.11, "end": 767.45, "word": " and", "probability": 0.89990234375}, {"start": 767.45, "end": 767.77, "word": " having", "probability": 0.89453125}, {"start": 767.77, "end": 768.07, "word": " fun.", "probability": 0.94580078125}, {"start": 768.21, "end": 768.35, "word": " Yes,", "probability": 0.775390625}, {"start": 768.43, "end": 768.61, "word": " please.", "probability": 0.80517578125}, {"start": 769.19, "end": 769.37, "word": " In", "probability": 0.884765625}, {"start": 769.37, "end": 769.51, "word": " the", "probability": 0.916015625}, {"start": 769.51, "end": 769.69, "word": " middle", "probability": 0.966796875}, {"start": 769.69, "end": 769.89, "word": " of", "probability": 0.96484375}, {"start": 769.89, "end": 770.01, "word": " the", "probability": 0.91845703125}, {"start": 770.01, "end": 770.27, "word": " park", "probability": 0.93408203125}, {"start": 770.27, "end": 770.57, "word": " are", "probability": 0.85986328125}, {"start": 770.57, "end": 770.73, "word": " the", "probability": 0.45849609375}, {"start": 770.73, "end": 771.01, "word": " swings", "probability": 0.98583984375}, {"start": 771.01, "end": 771.25, "word": " and", "probability": 0.93994140625}, {"start": 771.25, "end": 771.61, "word": " slides", "probability": 0.95263671875}, {"start": 771.61, "end": 771.93, "word": " where", "probability": 0.63623046875}, {"start": 771.93, "end": 772.21, "word": " kids", "probability": 0.79931640625}, {"start": 772.21, "end": 772.43, "word": " are", "probability": 0.94482421875}, {"start": 772.43, "end": 772.55, "word": " the", "probability": 0.86083984375}, {"start": 772.55, "end": 772.73, "word": " most", "probability": 0.9033203125}, {"start": 772.73, "end": 773.27, "word": " loudest.", "probability": 0.6976318359375}, {"start": 773.37, "end": 773.67, "word": " Very", "probability": 0.7763671875}, {"start": 773.67, "end": 773.95, "word": " nice.", "probability": 0.8935546875}, {"start": 774.01, "end": 774.15, "word": " There", "probability": 0.748046875}, {"start": 774.15, "end": 774.31, "word": " are", "probability": 0.93798828125}, {"start": 774.31, "end": 774.69, "word": " lots", "probability": 0.84228515625}, {"start": 774.69, "end": 774.85, "word": " of", "probability": 0.96875}, {"start": 774.85, "end": 775.35, "word": " children", "probability": 0.84130859375}, {"start": 775.35, "end": 776.07, "word": " playing", "probability": 0.86328125}, {"start": 776.07, "end": 776.27, "word": " on", "probability": 0.9013671875}, {"start": 776.27, "end": 776.41, "word": " the", "probability": 0.81494140625}, {"start": 776.41, "end": 776.77, "word": " swings", "probability": 0.98193359375}, {"start": 776.77, "end": 777.15, "word": " and", "probability": 0.93994140625}, {"start": 777.15, "end": 777.67, "word": " slides", "probability": 0.85205078125}, {"start": 777.67, "end": 777.89, "word": " and", "probability": 0.853515625}, {"start": 777.89, "end": 778.23, "word": " having", "probability": 0.90625}], "temperature": 1.0}, {"id": 26, "seek": 79927, "start": 778.49, "end": 799.27, "text": " Fun. Yes, please. There's many types of flowers and trees in that park. There are many flowers and green plants that are in the park. And finally? Yes, the attractive flowers in the sides of the park feel you refresh all the time. Balance. The nice scenery, okay, where are lots of flowers and plants and trees.", "tokens": [11166, 13, 1079, 11, 1767, 13, 821, 311, 867, 3467, 295, 8085, 293, 5852, 294, 300, 3884, 13, 821, 366, 867, 8085, 293, 3092, 5972, 300, 366, 294, 264, 3884, 13, 400, 2721, 30, 1079, 11, 264, 12609, 8085, 294, 264, 4881, 295, 264, 3884, 841, 291, 15134, 439, 264, 565, 13, 41899, 13, 440, 1481, 25805, 11, 1392, 11, 689, 366, 3195, 295, 8085, 293, 5972, 293, 5852, 13], "avg_logprob": -0.27024646460170476, "compression_ratio": 1.7430167597765363, "no_speech_prob": 1.1920928955078125e-07, "words": [{"start": 778.49, "end": 778.81, "word": " Fun.", "probability": 0.2421875}, {"start": 779.07, "end": 779.27, "word": " Yes,", "probability": 0.95751953125}, {"start": 779.33, "end": 779.59, "word": " please.", "probability": 0.81787109375}, {"start": 780.05, "end": 780.35, "word": " There's", "probability": 0.6220703125}, {"start": 780.35, "end": 780.55, "word": " many", "probability": 0.86572265625}, {"start": 780.55, "end": 780.91, "word": " types", "probability": 0.82275390625}, {"start": 780.91, "end": 781.13, "word": " of", "probability": 0.97021484375}, {"start": 781.13, "end": 781.47, "word": " flowers", "probability": 0.90478515625}, {"start": 781.47, "end": 781.81, "word": " and", "probability": 0.9384765625}, {"start": 781.81, "end": 782.21, "word": " trees", "probability": 0.91796875}, {"start": 782.21, "end": 782.41, "word": " in", "probability": 0.91162109375}, {"start": 782.41, "end": 782.61, "word": " that", "probability": 0.87109375}, {"start": 782.61, "end": 782.87, "word": " park.", "probability": 0.88427734375}, {"start": 782.95, "end": 783.23, "word": " There", "probability": 0.74560546875}, {"start": 783.23, "end": 783.43, "word": " are", "probability": 0.9228515625}, {"start": 783.43, "end": 783.69, "word": " many", "probability": 0.875}, {"start": 783.69, "end": 784.27, "word": " flowers", "probability": 0.888671875}, {"start": 784.27, "end": 785.21, "word": " and", "probability": 0.94140625}, {"start": 785.21, "end": 785.61, "word": " green", "probability": 0.845703125}, {"start": 785.61, "end": 786.13, "word": " plants", "probability": 0.931640625}, {"start": 786.13, "end": 786.45, "word": " that", "probability": 0.89599609375}, {"start": 786.45, "end": 786.69, "word": " are", "probability": 0.93115234375}, {"start": 786.69, "end": 786.85, "word": " in", "probability": 0.94140625}, {"start": 786.85, "end": 786.99, "word": " the", "probability": 0.90283203125}, {"start": 786.99, "end": 787.25, "word": " park.", "probability": 0.90185546875}, {"start": 787.37, "end": 787.49, "word": " And", "probability": 0.8251953125}, {"start": 787.49, "end": 787.91, "word": " finally?", "probability": 0.84130859375}, {"start": 788.03, "end": 788.43, "word": " Yes,", "probability": 0.5439453125}, {"start": 789.01, "end": 789.11, "word": " the", "probability": 0.73583984375}, {"start": 789.11, "end": 789.49, "word": " attractive", "probability": 0.7431640625}, {"start": 789.49, "end": 789.99, "word": " flowers", "probability": 0.87646484375}, {"start": 789.99, "end": 790.21, "word": " in", "probability": 0.85791015625}, {"start": 790.21, "end": 790.37, "word": " the", "probability": 0.90771484375}, {"start": 790.37, "end": 790.65, "word": " sides", "probability": 0.53076171875}, {"start": 790.65, "end": 790.85, "word": " of", "probability": 0.97021484375}, {"start": 790.85, "end": 791.01, "word": " the", "probability": 0.6376953125}, {"start": 791.01, "end": 791.23, "word": " park", "probability": 0.92138671875}, {"start": 791.23, "end": 792.49, "word": " feel", "probability": 0.449462890625}, {"start": 792.49, "end": 792.73, "word": " you", "probability": 0.86474609375}, {"start": 792.73, "end": 793.07, "word": " refresh", "probability": 0.3701171875}, {"start": 793.07, "end": 793.29, "word": " all", "probability": 0.927734375}, {"start": 793.29, "end": 793.39, "word": " the", "probability": 0.92236328125}, {"start": 793.39, "end": 793.67, "word": " time.", "probability": 0.88720703125}, {"start": 793.79, "end": 794.17, "word": " Balance.", "probability": 0.346435546875}, {"start": 794.41, "end": 794.57, "word": " The", "probability": 0.72900390625}, {"start": 794.57, "end": 795.03, "word": " nice", "probability": 0.9169921875}, {"start": 795.03, "end": 795.69, "word": " scenery,", "probability": 0.94677734375}, {"start": 795.97, "end": 796.33, "word": " okay,", "probability": 0.73193359375}, {"start": 796.47, "end": 796.61, "word": " where", "probability": 0.69873046875}, {"start": 796.61, "end": 796.75, "word": " are", "probability": 0.50439453125}, {"start": 796.75, "end": 797.07, "word": " lots", "probability": 0.865234375}, {"start": 797.07, "end": 797.29, "word": " of", "probability": 0.96728515625}, {"start": 797.29, "end": 797.81, "word": " flowers", "probability": 0.91064453125}, {"start": 797.81, "end": 798.11, "word": " and", "probability": 0.90966796875}, {"start": 798.11, "end": 798.59, "word": " plants", "probability": 0.92236328125}, {"start": 798.59, "end": 798.83, "word": " and", "probability": 0.9384765625}, {"start": 798.83, "end": 799.27, "word": " trees.", "probability": 0.93115234375}], "temperature": 1.0}, {"id": 27, "seek": 82186, "start": 799.52, "end": 821.86, "text": " are making people having fun and enjoying the beautiful park. So these are some nice ideas that we can include in describing a place. Remember, always have some kind of an order where you can describe a place. So you can start from the front to the back, from the right to the left, and so on.", "tokens": [366, 1455, 561, 1419, 1019, 293, 9929, 264, 2238, 3884, 13, 407, 613, 366, 512, 1481, 3487, 300, 321, 393, 4090, 294, 16141, 257, 1081, 13, 5459, 11, 1009, 362, 512, 733, 295, 364, 1668, 689, 291, 393, 6786, 257, 1081, 13, 407, 291, 393, 722, 490, 264, 1868, 281, 264, 646, 11, 490, 264, 558, 281, 264, 1411, 11, 293, 370, 322, 13], "avg_logprob": -0.17776442307692308, "compression_ratio": 1.6333333333333333, "no_speech_prob": 5.960464477539063e-08, "words": [{"start": 799.52, "end": 799.84, "word": " are", "probability": 0.47509765625}, {"start": 799.84, "end": 800.16, "word": " making", "probability": 0.900390625}, {"start": 800.16, "end": 800.54, "word": " people", "probability": 0.96044921875}, {"start": 800.54, "end": 800.9, "word": " having", "probability": 0.89892578125}, {"start": 800.9, "end": 801.24, "word": " fun", "probability": 0.94921875}, {"start": 801.24, "end": 801.36, "word": " and", "probability": 0.810546875}, {"start": 801.36, "end": 801.86, "word": " enjoying", "probability": 0.8486328125}, {"start": 801.86, "end": 802.42, "word": " the", "probability": 0.88427734375}, {"start": 802.42, "end": 803.0, "word": " beautiful", "probability": 0.94091796875}, {"start": 803.0, "end": 803.82, "word": " park.", "probability": 0.8720703125}, {"start": 804.04, "end": 804.26, "word": " So", "probability": 0.332275390625}, {"start": 804.26, "end": 804.48, "word": " these", "probability": 0.70849609375}, {"start": 804.48, "end": 804.66, "word": " are", "probability": 0.92724609375}, {"start": 804.66, "end": 804.98, "word": " some", "probability": 0.8896484375}, {"start": 804.98, "end": 806.28, "word": " nice", "probability": 0.60107421875}, {"start": 806.28, "end": 806.78, "word": " ideas", "probability": 0.833984375}, {"start": 806.78, "end": 807.02, "word": " that", "probability": 0.89990234375}, {"start": 807.02, "end": 807.2, "word": " we", "probability": 0.95166015625}, {"start": 807.2, "end": 807.42, "word": " can", "probability": 0.93701171875}, {"start": 807.42, "end": 807.82, "word": " include", "probability": 0.8388671875}, {"start": 807.82, "end": 808.02, "word": " in", "probability": 0.92822265625}, {"start": 808.02, "end": 808.68, "word": " describing", "probability": 0.89892578125}, {"start": 808.68, "end": 809.52, "word": " a", "probability": 0.9091796875}, {"start": 809.52, "end": 809.78, "word": " place.", "probability": 0.892578125}, {"start": 809.88, "end": 810.16, "word": " Remember,", "probability": 0.86376953125}, {"start": 810.66, "end": 811.0, "word": " always", "probability": 0.80224609375}, {"start": 811.0, "end": 811.28, "word": " have", "probability": 0.9130859375}, {"start": 811.28, "end": 811.52, "word": " some", "probability": 0.8681640625}, {"start": 811.52, "end": 811.88, "word": " kind", "probability": 0.87109375}, {"start": 811.88, "end": 812.02, "word": " of", "probability": 0.9716796875}, {"start": 812.02, "end": 812.28, "word": " an", "probability": 0.7705078125}, {"start": 812.28, "end": 812.82, "word": " order", "probability": 0.916015625}, {"start": 812.82, "end": 813.62, "word": " where", "probability": 0.84619140625}, {"start": 813.62, "end": 813.84, "word": " you", "probability": 0.96337890625}, {"start": 813.84, "end": 814.3, "word": " can", "probability": 0.9443359375}, {"start": 814.3, "end": 815.3, "word": " describe", "probability": 0.859375}, {"start": 815.3, "end": 815.48, "word": " a", "probability": 0.88037109375}, {"start": 815.48, "end": 815.68, "word": " place.", "probability": 0.89111328125}, {"start": 815.78, "end": 815.88, "word": " So", "probability": 0.86083984375}, {"start": 815.88, "end": 816.04, "word": " you", "probability": 0.876953125}, {"start": 816.04, "end": 816.22, "word": " can", "probability": 0.93505859375}, {"start": 816.22, "end": 816.62, "word": " start", "probability": 0.91552734375}, {"start": 816.62, "end": 817.02, "word": " from", "probability": 0.8779296875}, {"start": 817.02, "end": 818.2, "word": " the", "probability": 0.890625}, {"start": 818.2, "end": 818.66, "word": " front", "probability": 0.94970703125}, {"start": 818.66, "end": 818.92, "word": " to", "probability": 0.89404296875}, {"start": 818.92, "end": 819.08, "word": " the", "probability": 0.90966796875}, {"start": 819.08, "end": 819.5, "word": " back,", "probability": 0.85791015625}, {"start": 819.68, "end": 819.86, "word": " from", "probability": 0.853515625}, {"start": 819.86, "end": 820.06, "word": " the", "probability": 0.89794921875}, {"start": 820.06, "end": 820.38, "word": " right", "probability": 0.9150390625}, {"start": 820.38, "end": 820.56, "word": " to", "probability": 0.95703125}, {"start": 820.56, "end": 820.74, "word": " the", "probability": 0.90771484375}, {"start": 820.74, "end": 821.12, "word": " left,", "probability": 0.9443359375}, {"start": 821.22, "end": 821.44, "word": " and", "probability": 0.93359375}, {"start": 821.44, "end": 821.64, "word": " so", "probability": 0.9541015625}, {"start": 821.64, "end": 821.86, "word": " on.", "probability": 0.94970703125}], "temperature": 1.0}, {"id": 28, "seek": 84934, "start": 821.96, "end": 849.34, "text": " Okay? So always have this kind of organization because this is very important. It makes your writing neat and well organized. All right? Let's see. All right? Now, we're going to do this writing activity. All right? And I'd like you to think about completing this paragraph. For example, let's see the paragraph here. My mother's kitchen is not very big, but it is warm and comfortable. What is the controlling idea here?", "tokens": [1033, 30, 407, 1009, 362, 341, 733, 295, 4475, 570, 341, 307, 588, 1021, 13, 467, 1669, 428, 3579, 10654, 293, 731, 9983, 13, 1057, 558, 30, 961, 311, 536, 13, 1057, 558, 30, 823, 11, 321, 434, 516, 281, 360, 341, 3579, 5191, 13, 1057, 558, 30, 400, 286, 1116, 411, 291, 281, 519, 466, 19472, 341, 18865, 13, 1171, 1365, 11, 718, 311, 536, 264, 18865, 510, 13, 1222, 2895, 311, 6525, 307, 406, 588, 955, 11, 457, 309, 307, 4561, 293, 4619, 13, 708, 307, 264, 14905, 1558, 510, 30], "avg_logprob": -0.14020944783028136, "compression_ratio": 1.6420233463035019, "no_speech_prob": 0.0, "words": [{"start": 821.96, "end": 822.36, "word": " Okay?", "probability": 0.53369140625}, {"start": 822.54, "end": 822.72, "word": " So", "probability": 0.9423828125}, {"start": 822.72, "end": 823.0, "word": " always", "probability": 0.5400390625}, {"start": 823.0, "end": 823.2, "word": " have", "probability": 0.9443359375}, {"start": 823.2, "end": 823.4, "word": " this", "probability": 0.94287109375}, {"start": 823.4, "end": 823.66, "word": " kind", "probability": 0.8701171875}, {"start": 823.66, "end": 823.8, "word": " of", "probability": 0.97216796875}, {"start": 823.8, "end": 824.48, "word": " organization", "probability": 0.90283203125}, {"start": 824.48, "end": 824.9, "word": " because", "probability": 0.623046875}, {"start": 824.9, "end": 825.04, "word": " this", "probability": 0.921875}, {"start": 825.04, "end": 825.18, "word": " is", "probability": 0.94921875}, {"start": 825.18, "end": 825.36, "word": " very", "probability": 0.85693359375}, {"start": 825.36, "end": 825.8, "word": " important.", "probability": 0.88134765625}, {"start": 826.24, "end": 826.32, "word": " It", "probability": 0.9404296875}, {"start": 826.32, "end": 826.58, "word": " makes", "probability": 0.830078125}, {"start": 826.58, "end": 826.76, "word": " your", "probability": 0.86962890625}, {"start": 826.76, "end": 827.06, "word": " writing", "probability": 0.90625}, {"start": 827.06, "end": 827.74, "word": " neat", "probability": 0.94921875}, {"start": 827.74, "end": 828.16, "word": " and", "probability": 0.9287109375}, {"start": 828.16, "end": 828.52, "word": " well", "probability": 0.9443359375}, {"start": 828.52, "end": 829.64, "word": " organized.", "probability": 0.77978515625}, {"start": 829.76, "end": 829.94, "word": " All", "probability": 0.342529296875}, {"start": 829.94, "end": 830.14, "word": " right?", "probability": 0.892578125}, {"start": 830.46, "end": 830.8, "word": " Let's", "probability": 0.968505859375}, {"start": 830.8, "end": 831.04, "word": " see.", "probability": 0.9091796875}, {"start": 831.36, "end": 831.6, "word": " All", "probability": 0.92626953125}, {"start": 831.6, "end": 831.74, "word": " right?", "probability": 0.912109375}, {"start": 831.86, "end": 832.1, "word": " Now,", "probability": 0.95947265625}, {"start": 832.16, "end": 832.32, "word": " we're", "probability": 0.9326171875}, {"start": 832.32, "end": 832.48, "word": " going", "probability": 0.9423828125}, {"start": 832.48, "end": 832.6, "word": " to", "probability": 0.96923828125}, {"start": 832.6, "end": 832.78, "word": " do", "probability": 0.95263671875}, {"start": 832.78, "end": 832.98, "word": " this", "probability": 0.9443359375}, {"start": 832.98, "end": 833.34, "word": " writing", "probability": 0.9296875}, {"start": 833.34, "end": 834.04, "word": " activity.", "probability": 0.9345703125}, {"start": 834.56, "end": 834.78, "word": " All", "probability": 0.95263671875}, {"start": 834.78, "end": 834.94, "word": " right?", "probability": 0.91015625}, {"start": 834.98, "end": 835.14, "word": " And", "probability": 0.94482421875}, {"start": 835.14, "end": 835.32, "word": " I'd", "probability": 0.97998046875}, {"start": 835.32, "end": 835.52, "word": " like", "probability": 0.94384765625}, {"start": 835.52, "end": 835.68, "word": " you", "probability": 0.95947265625}, {"start": 835.68, "end": 835.98, "word": " to", "probability": 0.96875}, {"start": 835.98, "end": 836.56, "word": " think", "probability": 0.912109375}, {"start": 836.56, "end": 837.04, "word": " about", "probability": 0.89990234375}, {"start": 837.04, "end": 837.64, "word": " completing", "probability": 0.78173828125}, {"start": 837.64, "end": 837.98, "word": " this", "probability": 0.94677734375}, {"start": 837.98, "end": 838.38, "word": " paragraph.", "probability": 0.95703125}, {"start": 838.62, "end": 838.76, "word": " For", "probability": 0.95947265625}, {"start": 838.76, "end": 839.08, "word": " example,", "probability": 0.94580078125}, {"start": 839.16, "end": 839.3, "word": " let's", "probability": 0.96337890625}, {"start": 839.3, "end": 839.42, "word": " see", "probability": 0.9208984375}, {"start": 839.42, "end": 839.6, "word": " the", "probability": 0.89013671875}, {"start": 839.6, "end": 839.92, "word": " paragraph", "probability": 0.962890625}, {"start": 839.92, "end": 840.26, "word": " here.", "probability": 0.8232421875}, {"start": 840.74, "end": 840.88, "word": " My", "probability": 0.84326171875}, {"start": 840.88, "end": 841.48, "word": " mother's", "probability": 0.92041015625}, {"start": 841.48, "end": 841.9, "word": " kitchen", "probability": 0.92724609375}, {"start": 841.9, "end": 842.6, "word": " is", "probability": 0.947265625}, {"start": 842.6, "end": 842.88, "word": " not", "probability": 0.94873046875}, {"start": 842.88, "end": 843.2, "word": " very", "probability": 0.85546875}, {"start": 843.2, "end": 843.7, "word": " big,", "probability": 0.9169921875}, {"start": 843.94, "end": 844.48, "word": " but", "probability": 0.927734375}, {"start": 844.48, "end": 844.7, "word": " it", "probability": 0.955078125}, {"start": 844.7, "end": 844.9, "word": " is", "probability": 0.92626953125}, {"start": 844.9, "end": 845.3, "word": " warm", "probability": 0.91552734375}, {"start": 845.3, "end": 845.86, "word": " and", "probability": 0.939453125}, {"start": 845.86, "end": 847.36, "word": " comfortable.", "probability": 0.77978515625}, {"start": 847.76, "end": 847.94, "word": " What", "probability": 0.87451171875}, {"start": 847.94, "end": 848.08, "word": " is", "probability": 0.94140625}, {"start": 848.08, "end": 848.26, "word": " the", "probability": 0.92138671875}, {"start": 848.26, "end": 848.66, "word": " controlling", "probability": 0.85546875}, {"start": 848.66, "end": 849.0, "word": " idea", "probability": 0.92626953125}, {"start": 849.0, "end": 849.34, "word": " here?", "probability": 0.8583984375}], "temperature": 1.0}, {"id": 29, "seek": 86115, "start": 850.49, "end": 861.15, "text": " that is warm and comfortable. So I'm going to describe my mother's kitchen, what it is like, what is it like, okay? What are the different things in this?", "tokens": [300, 307, 4561, 293, 4619, 13, 407, 286, 478, 516, 281, 6786, 452, 2895, 311, 6525, 11, 437, 309, 307, 411, 11, 437, 307, 309, 411, 11, 1392, 30, 708, 366, 264, 819, 721, 294, 341, 30], "avg_logprob": -0.20487253093405774, "compression_ratio": 1.2916666666666667, "no_speech_prob": 1.1920928955078125e-07, "words": [{"start": 850.49, "end": 850.93, "word": " that", "probability": 0.293212890625}, {"start": 850.93, "end": 851.35, "word": " is", "probability": 0.849609375}, {"start": 851.35, "end": 852.09, "word": " warm", "probability": 0.9423828125}, {"start": 852.09, "end": 852.65, "word": " and", "probability": 0.93994140625}, {"start": 852.65, "end": 853.31, "word": " comfortable.", "probability": 0.84521484375}, {"start": 853.47, "end": 853.55, "word": " So", "probability": 0.84130859375}, {"start": 853.55, "end": 853.71, "word": " I'm", "probability": 0.85693359375}, {"start": 853.71, "end": 853.87, "word": " going", "probability": 0.9501953125}, {"start": 853.87, "end": 854.03, "word": " to", "probability": 0.9736328125}, {"start": 854.03, "end": 854.61, "word": " describe", "probability": 0.8564453125}, {"start": 854.61, "end": 855.25, "word": " my", "probability": 0.95849609375}, {"start": 855.25, "end": 856.21, "word": " mother's", "probability": 0.869873046875}, {"start": 856.21, "end": 856.47, "word": " kitchen,", "probability": 0.94384765625}, {"start": 856.61, "end": 856.73, "word": " what", "probability": 0.9423828125}, {"start": 856.73, "end": 856.85, "word": " it", "probability": 0.66064453125}, {"start": 856.85, "end": 857.01, "word": " is", "probability": 0.86572265625}, {"start": 857.01, "end": 857.29, "word": " like,", "probability": 0.94140625}, {"start": 857.35, "end": 857.45, "word": " what", "probability": 0.94091796875}, {"start": 857.45, "end": 857.59, "word": " is", "probability": 0.8115234375}, {"start": 857.59, "end": 857.75, "word": " it", "probability": 0.94677734375}, {"start": 857.75, "end": 858.13, "word": " like,", "probability": 0.9404296875}, {"start": 858.59, "end": 858.87, "word": " okay?", "probability": 0.67724609375}, {"start": 859.35, "end": 859.55, "word": " What", "probability": 0.90185546875}, {"start": 859.55, "end": 859.73, "word": " are", "probability": 0.94140625}, {"start": 859.73, "end": 859.91, "word": " the", "probability": 0.91796875}, {"start": 859.91, "end": 860.25, "word": " different", "probability": 0.892578125}, {"start": 860.25, "end": 860.67, "word": " things", "probability": 0.8740234375}, {"start": 860.67, "end": 860.87, "word": " in", "probability": 0.9404296875}, {"start": 860.87, "end": 861.15, "word": " this?", "probability": 0.93896484375}], "temperature": 1.0}, {"id": 30, "seek": 88673, "start": 861.75, "end": 886.73, "text": " kitchen all right you can start describing the front to the back right to the left top to bottom and whatever organization that you think is suitable talk about the different things that you can see talk about the activity of your mother or your you or your family in this kitchen and so on now the conclusion is now I live far away but I often think about", "tokens": [6525, 439, 558, 291, 393, 722, 16141, 264, 1868, 281, 264, 646, 558, 281, 264, 1411, 1192, 281, 2767, 293, 2035, 4475, 300, 291, 519, 307, 12873, 751, 466, 264, 819, 721, 300, 291, 393, 536, 751, 466, 264, 5191, 295, 428, 2895, 420, 428, 291, 420, 428, 1605, 294, 341, 6525, 293, 370, 322, 586, 264, 10063, 307, 586, 286, 1621, 1400, 1314, 457, 286, 2049, 519, 466], "avg_logprob": -0.15658482632466725, "compression_ratio": 1.7673267326732673, "no_speech_prob": 2.384185791015625e-07, "words": [{"start": 861.75, "end": 862.33, "word": " kitchen", "probability": 0.56982421875}, {"start": 862.33, "end": 862.61, "word": " all", "probability": 0.1700439453125}, {"start": 862.61, "end": 862.89, "word": " right", "probability": 0.8876953125}, {"start": 862.89, "end": 863.33, "word": " you", "probability": 0.52685546875}, {"start": 863.33, "end": 863.57, "word": " can", "probability": 0.93896484375}, {"start": 863.57, "end": 863.89, "word": " start", "probability": 0.93017578125}, {"start": 863.89, "end": 864.45, "word": " describing", "probability": 0.89111328125}, {"start": 864.45, "end": 864.69, "word": " the", "probability": 0.89599609375}, {"start": 864.69, "end": 865.05, "word": " front", "probability": 0.96533203125}, {"start": 865.05, "end": 865.25, "word": " to", "probability": 0.9052734375}, {"start": 865.25, "end": 865.39, "word": " the", "probability": 0.91650390625}, {"start": 865.39, "end": 865.73, "word": " back", "probability": 0.865234375}, {"start": 865.73, "end": 866.25, "word": " right", "probability": 0.6826171875}, {"start": 866.25, "end": 866.45, "word": " to", "probability": 0.9609375}, {"start": 866.45, "end": 866.59, "word": " the", "probability": 0.92236328125}, {"start": 866.59, "end": 866.89, "word": " left", "probability": 0.92138671875}, {"start": 866.89, "end": 867.55, "word": " top", "probability": 0.90087890625}, {"start": 867.55, "end": 867.77, "word": " to", "probability": 0.9677734375}, {"start": 867.77, "end": 868.05, "word": " bottom", "probability": 0.8623046875}, {"start": 868.05, "end": 868.43, "word": " and", "probability": 0.90673828125}, {"start": 868.43, "end": 868.77, "word": " whatever", "probability": 0.89501953125}, {"start": 868.77, "end": 869.51, "word": " organization", "probability": 0.92333984375}, {"start": 869.51, "end": 869.83, "word": " that", "probability": 0.92138671875}, {"start": 869.83, "end": 869.95, "word": " you", "probability": 0.9658203125}, {"start": 869.95, "end": 870.21, "word": " think", "probability": 0.91162109375}, {"start": 870.21, "end": 870.43, "word": " is", "probability": 0.9423828125}, {"start": 870.43, "end": 870.83, "word": " suitable", "probability": 0.95068359375}, {"start": 870.83, "end": 871.39, "word": " talk", "probability": 0.52392578125}, {"start": 871.39, "end": 871.65, "word": " about", "probability": 0.8984375}, {"start": 871.65, "end": 871.83, "word": " the", "probability": 0.908203125}, {"start": 871.83, "end": 872.15, "word": " different", "probability": 0.884765625}, {"start": 872.15, "end": 872.57, "word": " things", "probability": 0.85546875}, {"start": 872.57, "end": 872.75, "word": " that", "probability": 0.9365234375}, {"start": 872.75, "end": 872.89, "word": " you", "probability": 0.96630859375}, {"start": 872.89, "end": 873.13, "word": " can", "probability": 0.947265625}, {"start": 873.13, "end": 873.35, "word": " see", "probability": 0.91552734375}, {"start": 873.35, "end": 873.61, "word": " talk", "probability": 0.74609375}, {"start": 873.61, "end": 873.85, "word": " about", "probability": 0.89453125}, {"start": 873.85, "end": 874.01, "word": " the", "probability": 0.9130859375}, {"start": 874.01, "end": 874.55, "word": " activity", "probability": 0.9345703125}, {"start": 874.55, "end": 875.45, "word": " of", "probability": 0.9638671875}, {"start": 875.45, "end": 875.61, "word": " your", "probability": 0.8876953125}, {"start": 875.61, "end": 875.93, "word": " mother", "probability": 0.8505859375}, {"start": 875.93, "end": 876.31, "word": " or", "probability": 0.9541015625}, {"start": 876.31, "end": 876.71, "word": " your", "probability": 0.80810546875}, {"start": 876.71, "end": 877.21, "word": " you", "probability": 0.841796875}, {"start": 877.21, "end": 877.49, "word": " or", "probability": 0.939453125}, {"start": 877.49, "end": 877.77, "word": " your", "probability": 0.900390625}, {"start": 877.77, "end": 878.37, "word": " family", "probability": 0.890625}, {"start": 878.37, "end": 878.67, "word": " in", "probability": 0.951171875}, {"start": 878.67, "end": 879.01, "word": " this", "probability": 0.94677734375}, {"start": 879.01, "end": 880.09, "word": " kitchen", "probability": 0.7900390625}, {"start": 880.09, "end": 880.41, "word": " and", "probability": 0.93701171875}, {"start": 880.41, "end": 880.65, "word": " so", "probability": 0.953125}, {"start": 880.65, "end": 881.01, "word": " on", "probability": 0.9501953125}, {"start": 881.01, "end": 882.21, "word": " now", "probability": 0.63916015625}, {"start": 882.21, "end": 882.37, "word": " the", "probability": 0.91064453125}, {"start": 882.37, "end": 882.77, "word": " conclusion", "probability": 0.8935546875}, {"start": 882.77, "end": 883.13, "word": " is", "probability": 0.94873046875}, {"start": 883.13, "end": 883.75, "word": " now", "probability": 0.93359375}, {"start": 883.75, "end": 884.07, "word": " I", "probability": 0.57421875}, {"start": 884.07, "end": 884.41, "word": " live", "probability": 0.943359375}, {"start": 884.41, "end": 884.79, "word": " far", "probability": 0.94580078125}, {"start": 884.79, "end": 885.13, "word": " away", "probability": 0.873046875}, {"start": 885.13, "end": 885.43, "word": " but", "probability": 0.91162109375}, {"start": 885.43, "end": 885.63, "word": " I", "probability": 0.97265625}, {"start": 885.63, "end": 885.93, "word": " often", "probability": 0.80126953125}, {"start": 885.93, "end": 886.27, "word": " think", "probability": 0.9072265625}, {"start": 886.27, "end": 886.73, "word": " about", "probability": 0.89990234375}], "temperature": 1.0}, {"id": 31, "seek": 89695, "start": 888.49, "end": 896.95, "text": " So let's spend about 5 minutes trying to complete this paragraph talking about my mother's kitchen.", "tokens": [407, 718, 311, 3496, 466, 1025, 2077, 1382, 281, 3566, 341, 18865, 1417, 466, 452, 2895, 311, 6525, 13], "avg_logprob": -0.3326171785593033, "compression_ratio": 1.1235955056179776, "no_speech_prob": 1.1920928955078125e-07, "words": [{"start": 888.49, "end": 889.57, "word": " So", "probability": 0.1392822265625}, {"start": 889.57, "end": 890.63, "word": " let's", "probability": 0.766845703125}, {"start": 890.63, "end": 890.83, "word": " spend", "probability": 0.75}, {"start": 890.83, "end": 891.03, "word": " about", "probability": 0.311279296875}, {"start": 891.03, "end": 891.31, "word": " 5", "probability": 0.572265625}, {"start": 891.31, "end": 891.65, "word": " minutes", "probability": 0.8662109375}, {"start": 891.65, "end": 892.29, "word": " trying", "probability": 0.814453125}, {"start": 892.29, "end": 892.55, "word": " to", "probability": 0.97119140625}, {"start": 892.55, "end": 893.01, "word": " complete", "probability": 0.77587890625}, {"start": 893.01, "end": 893.29, "word": " this", "probability": 0.92822265625}, {"start": 893.29, "end": 894.03, "word": " paragraph", "probability": 0.935546875}, {"start": 894.03, "end": 894.71, "word": " talking", "probability": 0.708984375}, {"start": 894.71, "end": 895.39, "word": " about", "probability": 0.91064453125}, {"start": 895.39, "end": 895.65, "word": " my", "probability": 0.880859375}, {"start": 895.65, "end": 896.27, "word": " mother's", "probability": 0.890869140625}, {"start": 896.27, "end": 896.95, "word": " kitchen.", "probability": 0.92724609375}], "temperature": 1.0}, {"id": 32, "seek": 91820, "start": 915.06, "end": 918.2, "text": " Good morning. Morning.", "tokens": [2205, 2446, 13, 17967, 13], "avg_logprob": -1.4739582935969036, "compression_ratio": 0.92, "no_speech_prob": 0.0203094482421875, "words": [{"start": 915.06, "end": 915.38, "word": " Good", "probability": 0.016265869140625}, {"start": 915.38, "end": 915.76, "word": " morning.", "probability": 0.2978515625}, {"start": 917.44, "end": 918.2, "word": " Morning.", "probability": 0.1243896484375}], "temperature": 1.0}, {"id": 33, "seek": 96741, "start": 965.91, "end": 967.41, "text": " Thank you.", "tokens": [1044, 291, 13], "avg_logprob": -1.1494140923023224, "compression_ratio": 0.5789473684210527, "no_speech_prob": 0.009368896484375, "words": [{"start": 965.91, "end": 966.91, "word": " Thank", "probability": 0.01473236083984375}, {"start": 966.91, "end": 967.41, "word": " you.", "probability": 0.87841796875}], "temperature": 1.0}, {"id": 34, "seek": 104102, "start": 1039.86, "end": 1041.02, "text": " Decide the next year.", "tokens": [12427, 482, 264, 958, 1064, 13], "avg_logprob": -1.1199776785714286, "compression_ratio": 0.7333333333333333, "no_speech_prob": 2.205371856689453e-06, "words": [{"start": 1039.86, "end": 1040.34, "word": " Decide", "probability": 0.50665283203125}, {"start": 1040.34, "end": 1040.54, "word": " the", "probability": 0.250244140625}, {"start": 1040.54, "end": 1040.78, "word": " next", "probability": 0.0721435546875}, {"start": 1040.78, "end": 1041.02, "word": " year.", "probability": 0.748046875}], "temperature": 1.0}, {"id": 35, "seek": 104576, "start": 1044.98, "end": 1045.76, "text": " It's really important.", "tokens": [467, 311, 534, 1021, 13], "avg_logprob": -1.17578128973643, "compression_ratio": 0.7419354838709677, "no_speech_prob": 0.00037670135498046875, "words": [{"start": 1044.98, "end": 1045.08, "word": " It's", "probability": 0.371124267578125}, {"start": 1045.08, "end": 1045.34, "word": " really", "probability": 0.12481689453125}, {"start": 1045.34, "end": 1045.76, "word": " important.", "probability": 0.84716796875}], "temperature": 1.0}, {"id": 36, "seek": 110394, "start": 1078.6, "end": 1103.94, "text": " What's next? What do you call a pool? What's the name of it? Lodge. Lodge. What's the name of that? I'm not sure. I'm not sure.", "tokens": [708, 311, 958, 30, 708, 360, 291, 818, 257, 7005, 30, 708, 311, 264, 1315, 295, 309, 30, 441, 19315, 13, 441, 19315, 13, 708, 311, 264, 1315, 295, 300, 30, 286, 478, 406, 988, 13, 286, 478, 406, 988, 13], "avg_logprob": -0.5718005881423042, "compression_ratio": 1.4065934065934067, "no_speech_prob": 1.9669532775878906e-06, "words": [{"start": 1078.6, "end": 1079.12, "word": " What's", "probability": 0.5242919921875}, {"start": 1079.12, "end": 1079.36, "word": " next?", "probability": 0.23388671875}, {"start": 1083.34, "end": 1083.88, "word": " What", "probability": 0.222900390625}, {"start": 1083.88, "end": 1088.02, "word": " do", "probability": 0.196533203125}, {"start": 1088.02, "end": 1093.98, "word": " you", "probability": 0.87646484375}, {"start": 1093.98, "end": 1094.12, "word": " call", "probability": 0.8271484375}, {"start": 1094.12, "end": 1094.3, "word": " a", "probability": 0.69970703125}, {"start": 1094.3, "end": 1094.64, "word": " pool?", "probability": 0.492919921875}, {"start": 1096.08, "end": 1096.62, "word": " What's", "probability": 0.6064453125}, {"start": 1096.62, "end": 1096.78, "word": " the", "probability": 0.273681640625}, {"start": 1096.78, "end": 1097.02, "word": " name", "probability": 0.456787109375}, {"start": 1097.02, "end": 1097.22, "word": " of", "probability": 0.2919921875}, {"start": 1097.22, "end": 1097.32, "word": " it?", "probability": 0.7548828125}, {"start": 1098.04, "end": 1098.58, "word": " Lodge.", "probability": 0.303863525390625}, {"start": 1099.42, "end": 1099.84, "word": " Lodge.", "probability": 0.849365234375}, {"start": 1100.82, "end": 1101.3, "word": " What's", "probability": 0.581298828125}, {"start": 1101.3, "end": 1101.42, "word": " the", "probability": 0.322509765625}, {"start": 1101.42, "end": 1101.56, "word": " name", "probability": 0.87841796875}, {"start": 1101.56, "end": 1101.66, "word": " of", "probability": 0.9541015625}, {"start": 1101.66, "end": 1101.8, "word": " that?", "probability": 0.8701171875}, {"start": 1102.7, "end": 1103.24, "word": " I'm", "probability": 0.5074462890625}, {"start": 1103.24, "end": 1103.34, "word": " not", "probability": 0.7177734375}, {"start": 1103.34, "end": 1103.36, "word": " sure.", "probability": 0.87744140625}, {"start": 1103.56, "end": 1103.58, "word": " I'm", "probability": 0.841796875}, {"start": 1103.58, "end": 1103.78, "word": " not", "probability": 0.94140625}, {"start": 1103.78, "end": 1103.94, "word": " sure.", "probability": 0.90234375}], "temperature": 1.0}, {"id": 37, "seek": 111304, "start": 1104.62, "end": 1113.04, "text": " Paragraph? Paragraph. Paragraph.", "tokens": [3457, 559, 2662, 30, 3457, 559, 2662, 13, 3457, 559, 2662, 13], "avg_logprob": -1.0108173443720891, "compression_ratio": 1.375, "no_speech_prob": 8.004903793334961e-05, "words": [{"start": 1104.62, "end": 1105.18, "word": " Paragraph?", "probability": 0.278564453125}, {"start": 1105.76, "end": 1105.76, "word": " Paragraph.", "probability": 0.8136393229166666}, {"start": 1111.88, "end": 1113.04, "word": " Paragraph.", "probability": 0.8125}], "temperature": 1.0}, {"id": 38, "seek": 114382, "start": 1137.16, "end": 1143.82, "text": " It's going to change the command to that minus sign. It's going to be a wrong result.", "tokens": [467, 311, 516, 281, 1319, 264, 269, 1204, 474, 281, 300, 3175, 1465, 13, 467, 311, 516, 281, 312, 257, 2085, 1874, 13], "avg_logprob": -1.0325520584980648, "compression_ratio": 1.1466666666666667, "no_speech_prob": 3.135204315185547e-05, "words": [{"start": 1137.16, "end": 1137.68, "word": " It's", "probability": 0.35482025146484375}, {"start": 1137.68, "end": 1137.82, "word": " going", "probability": 0.107666015625}, {"start": 1137.82, "end": 1137.86, "word": " to", "probability": 0.90185546875}, {"start": 1137.86, "end": 1138.04, "word": " change", "probability": 0.6240234375}, {"start": 1138.04, "end": 1138.2, "word": " the", "probability": 0.494873046875}, {"start": 1138.2, "end": 1138.48, "word": " command", "probability": 0.24059041341145834}, {"start": 1138.48, "end": 1139.5, "word": " to", "probability": 0.3642578125}, {"start": 1139.5, "end": 1139.88, "word": " that", "probability": 0.213623046875}, {"start": 1139.88, "end": 1140.78, "word": " minus", "probability": 0.449951171875}, {"start": 1140.78, "end": 1141.18, "word": " sign.", "probability": 0.2232666015625}, {"start": 1141.7, "end": 1141.86, "word": " It's", "probability": 0.57904052734375}, {"start": 1141.86, "end": 1141.98, "word": " going", "probability": 0.857421875}, {"start": 1141.98, "end": 1142.1, "word": " to", "probability": 0.966796875}, {"start": 1142.1, "end": 1142.36, "word": " be", "probability": 0.158447265625}, {"start": 1142.36, "end": 1142.48, "word": " a", "probability": 0.297607421875}, {"start": 1142.48, "end": 1142.72, "word": " wrong", "probability": 0.36767578125}, {"start": 1142.72, "end": 1143.82, "word": " result.", "probability": 0.7421875}], "temperature": 1.0}, {"id": 39, "seek": 118580, "start": 1172.2, "end": 1185.8, "text": " Alright, alright, let's see. Let's just get some ideas, some answers of your .. some examples of your writings. Yes, please. Can I .. can I take .. You just .. you just read it very quickly, please.", "tokens": [2798, 11, 5845, 11, 718, 311, 536, 13, 961, 311, 445, 483, 512, 3487, 11, 512, 6338, 295, 428, 4386, 512, 5110, 295, 428, 30083, 13, 1079, 11, 1767, 13, 1664, 286, 4386, 393, 286, 747, 4386, 509, 445, 4386, 291, 445, 1401, 309, 588, 2661, 11, 1767, 13], "avg_logprob": -0.29562499046325685, "compression_ratio": 1.474074074074074, "no_speech_prob": 7.152557373046875e-07, "words": [{"start": 1172.2, "end": 1172.76, "word": " Alright,", "probability": 0.46728515625}, {"start": 1173.46, "end": 1173.8, "word": " alright,", "probability": 0.5029296875}, {"start": 1173.96, "end": 1174.12, "word": " let's", "probability": 0.93212890625}, {"start": 1174.12, "end": 1174.28, "word": " see.", "probability": 0.828125}, {"start": 1174.58, "end": 1174.82, "word": " Let's", "probability": 0.93701171875}, {"start": 1174.82, "end": 1175.1, "word": " just", "probability": 0.8134765625}, {"start": 1175.1, "end": 1175.38, "word": " get", "probability": 0.931640625}, {"start": 1175.38, "end": 1175.74, "word": " some", "probability": 0.908203125}, {"start": 1175.74, "end": 1176.28, "word": " ideas,", "probability": 0.900390625}, {"start": 1176.46, "end": 1176.56, "word": " some", "probability": 0.8994140625}, {"start": 1176.56, "end": 1177.04, "word": " answers", "probability": 0.8701171875}, {"start": 1177.04, "end": 1177.36, "word": " of", "probability": 0.78466796875}, {"start": 1177.36, "end": 1177.7, "word": " your", "probability": 0.86279296875}, {"start": 1177.7, "end": 1177.94, "word": " ..", "probability": 0.18408203125}, {"start": 1177.94, "end": 1178.42, "word": " some", "probability": 0.744140625}, {"start": 1178.42, "end": 1178.78, "word": " examples", "probability": 0.83740234375}, {"start": 1178.78, "end": 1178.98, "word": " of", "probability": 0.9658203125}, {"start": 1178.98, "end": 1179.12, "word": " your", "probability": 0.90771484375}, {"start": 1179.12, "end": 1179.52, "word": " writings.", "probability": 0.7958984375}, {"start": 1179.86, "end": 1180.04, "word": " Yes,", "probability": 0.91357421875}, {"start": 1180.14, "end": 1180.4, "word": " please.", "probability": 0.81494140625}, {"start": 1180.9, "end": 1181.14, "word": " Can", "probability": 0.818359375}, {"start": 1181.14, "end": 1181.56, "word": " I", "probability": 0.99462890625}, {"start": 1181.56, "end": 1181.76, "word": " ..", "probability": 0.6611328125}, {"start": 1181.76, "end": 1182.68, "word": " can", "probability": 0.63671875}, {"start": 1182.68, "end": 1183.04, "word": " I", "probability": 0.99658203125}, {"start": 1183.04, "end": 1183.38, "word": " take", "probability": 0.30615234375}, {"start": 1183.38, "end": 1183.56, "word": " ..", "probability": 0.481201171875}, {"start": 1183.56, "end": 1183.72, "word": " You", "probability": 0.69921875}, {"start": 1183.72, "end": 1184.0, "word": " just", "probability": 0.92724609375}, {"start": 1184.0, "end": 1184.08, "word": " ..", "probability": 0.6962890625}, {"start": 1184.08, "end": 1184.24, "word": " you", "probability": 0.83154296875}, {"start": 1184.24, "end": 1184.44, "word": " just", "probability": 0.92919921875}, {"start": 1184.44, "end": 1184.72, "word": " read", "probability": 0.9765625}, {"start": 1184.72, "end": 1184.88, "word": " it", "probability": 0.947265625}, {"start": 1184.88, "end": 1185.06, "word": " very", "probability": 0.6884765625}, {"start": 1185.06, "end": 1185.36, "word": " quickly,", "probability": 0.92333984375}, {"start": 1185.52, "end": 1185.8, "word": " please.", "probability": 0.82568359375}], "temperature": 1.0}, {"id": 40, "seek": 121569, "start": 1186.55, "end": 1215.69, "text": " My mother's kitchen is not very big, but it's warm and comfortable. I remember well that when my mother started cooking, the whole family were standing behind her. You can find a lot of things in this small kitchen. The fridge next to the washing machine, the oven is opposite of the door. The smell of the hair cooking is tasty and I remember it all the time. I always remember it or I remember it all the time. Very, very nice. So we saw some description", "tokens": [1222, 2895, 311, 6525, 307, 406, 588, 955, 11, 457, 309, 311, 4561, 293, 4619, 13, 286, 1604, 731, 300, 562, 452, 2895, 1409, 6361, 11, 264, 1379, 1605, 645, 4877, 2261, 720, 13, 509, 393, 915, 257, 688, 295, 721, 294, 341, 1359, 6525, 13, 440, 13023, 958, 281, 264, 13836, 3479, 11, 264, 9090, 307, 6182, 295, 264, 2853, 13, 440, 4316, 295, 264, 2578, 6361, 307, 11535, 293, 286, 1604, 309, 439, 264, 565, 13, 286, 1009, 1604, 309, 420, 286, 1604, 309, 439, 264, 565, 13, 4372, 11, 588, 1481, 13, 407, 321, 1866, 512, 3855], "avg_logprob": -0.17295792551323919, "compression_ratio": 1.7782101167315174, "no_speech_prob": 4.470348358154297e-06, "words": [{"start": 1186.55, "end": 1186.81, "word": " My", "probability": 0.783203125}, {"start": 1186.81, "end": 1187.13, "word": " mother's", "probability": 0.796630859375}, {"start": 1187.13, "end": 1187.39, "word": " kitchen", "probability": 0.93408203125}, {"start": 1187.39, "end": 1187.61, "word": " is", "probability": 0.8662109375}, {"start": 1187.61, "end": 1187.83, "word": " not", "probability": 0.9453125}, {"start": 1187.83, "end": 1188.11, "word": " very", "probability": 0.82568359375}, {"start": 1188.11, "end": 1188.37, "word": " big,", "probability": 0.91748046875}, {"start": 1188.47, "end": 1188.63, "word": " but", "probability": 0.91552734375}, {"start": 1188.63, "end": 1189.01, "word": " it's", "probability": 0.921630859375}, {"start": 1189.01, "end": 1189.55, "word": " warm", "probability": 0.90185546875}, {"start": 1189.55, "end": 1189.75, "word": " and", "probability": 0.9375}, {"start": 1189.75, "end": 1190.29, "word": " comfortable.", "probability": 0.880859375}, {"start": 1190.45, "end": 1190.53, "word": " I", "probability": 0.98876953125}, {"start": 1190.53, "end": 1190.87, "word": " remember", "probability": 0.88671875}, {"start": 1190.87, "end": 1191.29, "word": " well", "probability": 0.494873046875}, {"start": 1191.29, "end": 1192.03, "word": " that", "probability": 0.75927734375}, {"start": 1192.03, "end": 1192.25, "word": " when", "probability": 0.8798828125}, {"start": 1192.25, "end": 1192.41, "word": " my", "probability": 0.97021484375}, {"start": 1192.41, "end": 1192.67, "word": " mother", "probability": 0.8564453125}, {"start": 1192.67, "end": 1193.09, "word": " started", "probability": 0.6787109375}, {"start": 1193.09, "end": 1193.45, "word": " cooking,", "probability": 0.916015625}, {"start": 1193.57, "end": 1193.67, "word": " the", "probability": 0.88671875}, {"start": 1193.67, "end": 1193.91, "word": " whole", "probability": 0.876953125}, {"start": 1193.91, "end": 1194.31, "word": " family", "probability": 0.90380859375}, {"start": 1194.31, "end": 1194.55, "word": " were", "probability": 0.42333984375}, {"start": 1194.55, "end": 1195.01, "word": " standing", "probability": 0.86279296875}, {"start": 1195.01, "end": 1195.47, "word": " behind", "probability": 0.94873046875}, {"start": 1195.47, "end": 1195.79, "word": " her.", "probability": 0.9560546875}, {"start": 1196.15, "end": 1196.33, "word": " You", "probability": 0.94970703125}, {"start": 1196.33, "end": 1196.53, "word": " can", "probability": 0.9384765625}, {"start": 1196.53, "end": 1196.85, "word": " find", "probability": 0.890625}, {"start": 1196.85, "end": 1197.01, "word": " a", "probability": 0.98046875}, {"start": 1197.01, "end": 1197.17, "word": " lot", "probability": 0.94873046875}, {"start": 1197.17, "end": 1197.33, "word": " of", "probability": 0.9658203125}, {"start": 1197.33, "end": 1197.65, "word": " things", "probability": 0.84619140625}, {"start": 1197.65, "end": 1197.89, "word": " in", "probability": 0.9404296875}, {"start": 1197.89, "end": 1198.05, "word": " this", "probability": 0.927734375}, {"start": 1198.05, "end": 1198.41, "word": " small", "probability": 0.90869140625}, {"start": 1198.41, "end": 1198.97, "word": " kitchen.", "probability": 0.9462890625}, {"start": 1199.19, "end": 1199.59, "word": " The", "probability": 0.8544921875}, {"start": 1199.59, "end": 1199.95, "word": " fridge", "probability": 0.88427734375}, {"start": 1199.95, "end": 1200.29, "word": " next", "probability": 0.888671875}, {"start": 1200.29, "end": 1200.55, "word": " to", "probability": 0.9697265625}, {"start": 1200.55, "end": 1200.83, "word": " the", "probability": 0.92138671875}, {"start": 1200.83, "end": 1201.15, "word": " washing", "probability": 0.59228515625}, {"start": 1201.15, "end": 1201.67, "word": " machine,", "probability": 0.9072265625}, {"start": 1201.87, "end": 1201.93, "word": " the", "probability": 0.85302734375}, {"start": 1201.93, "end": 1202.21, "word": " oven", "probability": 0.9052734375}, {"start": 1202.21, "end": 1202.47, "word": " is", "probability": 0.81494140625}, {"start": 1202.47, "end": 1202.75, "word": " opposite", "probability": 0.953125}, {"start": 1202.75, "end": 1202.95, "word": " of", "probability": 0.61328125}, {"start": 1202.95, "end": 1203.09, "word": " the", "probability": 0.91650390625}, {"start": 1203.09, "end": 1203.37, "word": " door.", "probability": 0.95458984375}, {"start": 1203.81, "end": 1203.95, "word": " The", "probability": 0.80859375}, {"start": 1203.95, "end": 1204.85, "word": " smell", "probability": 0.9521484375}, {"start": 1204.85, "end": 1205.27, "word": " of", "probability": 0.9169921875}, {"start": 1205.27, "end": 1205.65, "word": " the", "probability": 0.7890625}, {"start": 1205.65, "end": 1205.93, "word": " hair", "probability": 0.74658203125}, {"start": 1205.93, "end": 1206.31, "word": " cooking", "probability": 0.89794921875}, {"start": 1206.31, "end": 1207.47, "word": " is", "probability": 0.880859375}, {"start": 1207.47, "end": 1207.89, "word": " tasty", "probability": 0.8173828125}, {"start": 1207.89, "end": 1208.29, "word": " and", "probability": 0.58203125}, {"start": 1208.29, "end": 1208.73, "word": " I", "probability": 0.99462890625}, {"start": 1208.73, "end": 1209.07, "word": " remember", "probability": 0.88232421875}, {"start": 1209.07, "end": 1209.77, "word": " it", "probability": 0.94140625}, {"start": 1209.77, "end": 1210.11, "word": " all", "probability": 0.95166015625}, {"start": 1210.11, "end": 1210.27, "word": " the", "probability": 0.91748046875}, {"start": 1210.27, "end": 1210.53, "word": " time.", "probability": 0.8857421875}, {"start": 1210.59, "end": 1210.77, "word": " I", "probability": 0.9296875}, {"start": 1210.77, "end": 1211.19, "word": " always", "probability": 0.87744140625}, {"start": 1211.19, "end": 1211.59, "word": " remember", "probability": 0.87548828125}, {"start": 1211.59, "end": 1211.81, "word": " it", "probability": 0.94384765625}, {"start": 1211.81, "end": 1211.99, "word": " or", "probability": 0.5478515625}, {"start": 1211.99, "end": 1212.15, "word": " I", "probability": 0.98291015625}, {"start": 1212.15, "end": 1212.41, "word": " remember", "probability": 0.88671875}, {"start": 1212.41, "end": 1212.65, "word": " it", "probability": 0.93701171875}, {"start": 1212.65, "end": 1212.95, "word": " all", "probability": 0.9521484375}, {"start": 1212.95, "end": 1213.09, "word": " the", "probability": 0.91162109375}, {"start": 1213.09, "end": 1213.31, "word": " time.", "probability": 0.88671875}, {"start": 1213.39, "end": 1213.63, "word": " Very,", "probability": 0.8154296875}, {"start": 1213.73, "end": 1213.91, "word": " very", "probability": 0.85693359375}, {"start": 1213.91, "end": 1214.17, "word": " nice.", "probability": 0.89892578125}, {"start": 1214.23, "end": 1214.37, "word": " So", "probability": 0.884765625}, {"start": 1214.37, "end": 1214.55, "word": " we", "probability": 0.60595703125}, {"start": 1214.55, "end": 1214.89, "word": " saw", "probability": 0.83203125}, {"start": 1214.89, "end": 1215.17, "word": " some", "probability": 0.890625}, {"start": 1215.17, "end": 1215.69, "word": " description", "probability": 0.69189453125}], "temperature": 1.0}, {"id": 41, "seek": 122421, "start": 1216.09, "end": 1224.21, "text": " or some things in the kitchen. Who would like to have a go at and show and just let's listen to you please.", "tokens": [420, 512, 721, 294, 264, 6525, 13, 2102, 576, 411, 281, 362, 257, 352, 412, 293, 855, 293, 445, 718, 311, 2140, 281, 291, 1767, 13], "avg_logprob": -0.31857638447373, "compression_ratio": 1.2, "no_speech_prob": 0.0, "words": [{"start": 1216.09, "end": 1216.55, "word": " or", "probability": 0.250244140625}, {"start": 1216.55, "end": 1216.85, "word": " some", "probability": 0.486572265625}, {"start": 1216.85, "end": 1217.79, "word": " things", "probability": 0.798828125}, {"start": 1217.79, "end": 1218.23, "word": " in", "probability": 0.93408203125}, {"start": 1218.23, "end": 1218.79, "word": " the", "probability": 0.90966796875}, {"start": 1218.79, "end": 1219.23, "word": " kitchen.", "probability": 0.93603515625}, {"start": 1219.51, "end": 1219.59, "word": " Who", "probability": 0.8076171875}, {"start": 1219.59, "end": 1219.73, "word": " would", "probability": 0.7783203125}, {"start": 1219.73, "end": 1219.91, "word": " like", "probability": 0.94091796875}, {"start": 1219.91, "end": 1220.03, "word": " to", "probability": 0.9697265625}, {"start": 1220.03, "end": 1220.19, "word": " have", "probability": 0.8330078125}, {"start": 1220.19, "end": 1220.33, "word": " a", "probability": 0.97705078125}, {"start": 1220.33, "end": 1220.47, "word": " go", "probability": 0.9599609375}, {"start": 1220.47, "end": 1220.75, "word": " at", "probability": 0.85400390625}, {"start": 1220.75, "end": 1221.05, "word": " and", "probability": 0.33056640625}, {"start": 1221.05, "end": 1221.59, "word": " show", "probability": 0.90869140625}, {"start": 1221.59, "end": 1222.27, "word": " and", "probability": 0.66845703125}, {"start": 1222.27, "end": 1222.77, "word": " just", "probability": 0.7890625}, {"start": 1222.77, "end": 1223.43, "word": " let's", "probability": 0.706298828125}, {"start": 1223.43, "end": 1223.71, "word": " listen", "probability": 0.7109375}, {"start": 1223.71, "end": 1223.87, "word": " to", "probability": 0.93798828125}, {"start": 1223.87, "end": 1224.01, "word": " you", "probability": 0.7900390625}, {"start": 1224.01, "end": 1224.21, "word": " please.", "probability": 0.62255859375}], "temperature": 1.0}, {"id": 42, "seek": 125208, "start": 1224.95, "end": 1252.09, "text": " My mother's kitchen is not very big but it's warm and comfortable. To the left lies a dining table made of light brown wood and to the right resides our fridge and facing to the front is a sink with two counters in either side. Very nice and you will continue completing this paragraph. Let's see how I completed this paragraph. My mother's kitchen is not very big but it is warm and comfortable. On the left side", "tokens": [1222, 2895, 311, 6525, 307, 406, 588, 955, 457, 309, 311, 4561, 293, 4619, 13, 1407, 264, 1411, 9134, 257, 17874, 3199, 1027, 295, 1442, 6292, 4576, 293, 281, 264, 558, 47157, 527, 13023, 293, 7170, 281, 264, 1868, 307, 257, 9500, 365, 732, 39338, 294, 2139, 1252, 13, 4372, 1481, 293, 291, 486, 2354, 19472, 341, 18865, 13, 961, 311, 536, 577, 286, 7365, 341, 18865, 13, 1222, 2895, 311, 6525, 307, 406, 588, 955, 457, 309, 307, 4561, 293, 4619, 13, 1282, 264, 1411, 1252], "avg_logprob": -0.15642756308344277, "compression_ratio": 1.8904109589041096, "no_speech_prob": 2.980232238769531e-07, "words": [{"start": 1224.95, "end": 1225.29, "word": " My", "probability": 0.317138671875}, {"start": 1225.29, "end": 1225.71, "word": " mother's", "probability": 0.88037109375}, {"start": 1225.71, "end": 1225.97, "word": " kitchen", "probability": 0.9228515625}, {"start": 1225.97, "end": 1226.17, "word": " is", "probability": 0.9306640625}, {"start": 1226.17, "end": 1226.31, "word": " not", "probability": 0.9462890625}, {"start": 1226.31, "end": 1226.57, "word": " very", "probability": 0.85595703125}, {"start": 1226.57, "end": 1226.83, "word": " big", "probability": 0.921875}, {"start": 1226.83, "end": 1227.03, "word": " but", "probability": 0.525390625}, {"start": 1227.03, "end": 1227.31, "word": " it's", "probability": 0.838134765625}, {"start": 1227.31, "end": 1227.59, "word": " warm", "probability": 0.9384765625}, {"start": 1227.59, "end": 1227.79, "word": " and", "probability": 0.94580078125}, {"start": 1227.79, "end": 1228.19, "word": " comfortable.", "probability": 0.89794921875}, {"start": 1228.39, "end": 1228.87, "word": " To", "probability": 0.8798828125}, {"start": 1228.87, "end": 1229.05, "word": " the", "probability": 0.923828125}, {"start": 1229.05, "end": 1229.33, "word": " left", "probability": 0.9521484375}, {"start": 1229.33, "end": 1229.81, "word": " lies", "probability": 0.412109375}, {"start": 1229.81, "end": 1229.99, "word": " a", "probability": 0.69970703125}, {"start": 1229.99, "end": 1230.25, "word": " dining", "probability": 0.91162109375}, {"start": 1230.25, "end": 1230.65, "word": " table", "probability": 0.8955078125}, {"start": 1230.65, "end": 1230.95, "word": " made", "probability": 0.87060546875}, {"start": 1230.95, "end": 1231.27, "word": " of", "probability": 0.95849609375}, {"start": 1231.27, "end": 1231.61, "word": " light", "probability": 0.81494140625}, {"start": 1231.61, "end": 1231.93, "word": " brown", "probability": 0.87060546875}, {"start": 1231.93, "end": 1232.43, "word": " wood", "probability": 0.73583984375}, {"start": 1232.43, "end": 1233.15, "word": " and", "probability": 0.51025390625}, {"start": 1233.15, "end": 1233.27, "word": " to", "probability": 0.953125}, {"start": 1233.27, "end": 1233.43, "word": " the", "probability": 0.9111328125}, {"start": 1233.43, "end": 1233.67, "word": " right", "probability": 0.91650390625}, {"start": 1233.67, "end": 1234.11, "word": " resides", "probability": 0.943359375}, {"start": 1234.11, "end": 1234.39, "word": " our", "probability": 0.8857421875}, {"start": 1234.39, "end": 1234.87, "word": " fridge", "probability": 0.92431640625}, {"start": 1234.87, "end": 1235.47, "word": " and", "probability": 0.78369140625}, {"start": 1235.47, "end": 1235.77, "word": " facing", "probability": 0.94287109375}, {"start": 1235.77, "end": 1235.95, "word": " to", "probability": 0.96240234375}, {"start": 1235.95, "end": 1236.11, "word": " the", "probability": 0.919921875}, {"start": 1236.11, "end": 1236.37, "word": " front", "probability": 0.96240234375}, {"start": 1236.37, "end": 1236.55, "word": " is", "probability": 0.93212890625}, {"start": 1236.55, "end": 1236.71, "word": " a", "probability": 0.96875}, {"start": 1236.71, "end": 1236.91, "word": " sink", "probability": 0.92333984375}, {"start": 1236.91, "end": 1237.11, "word": " with", "probability": 0.9052734375}, {"start": 1237.11, "end": 1237.29, "word": " two", "probability": 0.89501953125}, {"start": 1237.29, "end": 1237.69, "word": " counters", "probability": 0.96142578125}, {"start": 1237.69, "end": 1237.89, "word": " in", "probability": 0.47021484375}, {"start": 1237.89, "end": 1238.13, "word": " either", "probability": 0.939453125}, {"start": 1238.13, "end": 1238.47, "word": " side.", "probability": 0.85791015625}, {"start": 1238.63, "end": 1239.11, "word": " Very", "probability": 0.81396484375}, {"start": 1239.11, "end": 1239.49, "word": " nice", "probability": 0.89697265625}, {"start": 1239.49, "end": 1239.69, "word": " and", "probability": 0.72900390625}, {"start": 1239.69, "end": 1239.83, "word": " you", "probability": 0.71826171875}, {"start": 1239.83, "end": 1239.99, "word": " will", "probability": 0.86279296875}, {"start": 1239.99, "end": 1240.45, "word": " continue", "probability": 0.9189453125}, {"start": 1240.45, "end": 1241.63, "word": " completing", "probability": 0.83544921875}, {"start": 1241.63, "end": 1241.91, "word": " this", "probability": 0.947265625}, {"start": 1241.91, "end": 1242.19, "word": " paragraph.", "probability": 0.9619140625}, {"start": 1242.45, "end": 1242.71, "word": " Let's", "probability": 0.97021484375}, {"start": 1242.71, "end": 1242.93, "word": " see", "probability": 0.92578125}, {"start": 1242.93, "end": 1243.29, "word": " how", "probability": 0.9345703125}, {"start": 1243.29, "end": 1243.59, "word": " I", "probability": 0.98779296875}, {"start": 1243.59, "end": 1244.47, "word": " completed", "probability": 0.81640625}, {"start": 1244.47, "end": 1244.89, "word": " this", "probability": 0.94677734375}, {"start": 1244.89, "end": 1245.33, "word": " paragraph.", "probability": 0.96630859375}, {"start": 1245.73, "end": 1245.87, "word": " My", "probability": 0.95849609375}, {"start": 1245.87, "end": 1246.37, "word": " mother's", "probability": 0.922119140625}, {"start": 1246.37, "end": 1246.73, "word": " kitchen", "probability": 0.92236328125}, {"start": 1246.73, "end": 1247.07, "word": " is", "probability": 0.951171875}, {"start": 1247.07, "end": 1247.31, "word": " not", "probability": 0.947265625}, {"start": 1247.31, "end": 1247.63, "word": " very", "probability": 0.8583984375}, {"start": 1247.63, "end": 1247.97, "word": " big", "probability": 0.91748046875}, {"start": 1247.97, "end": 1248.55, "word": " but", "probability": 0.884765625}, {"start": 1248.55, "end": 1249.19, "word": " it", "probability": 0.951171875}, {"start": 1249.19, "end": 1249.37, "word": " is", "probability": 0.841796875}, {"start": 1249.37, "end": 1249.65, "word": " warm", "probability": 0.9169921875}, {"start": 1249.65, "end": 1249.85, "word": " and", "probability": 0.9404296875}, {"start": 1249.85, "end": 1250.45, "word": " comfortable.", "probability": 0.8896484375}, {"start": 1250.91, "end": 1251.09, "word": " On", "probability": 0.94873046875}, {"start": 1251.09, "end": 1251.27, "word": " the", "probability": 0.919921875}, {"start": 1251.27, "end": 1251.55, "word": " left", "probability": 0.94482421875}, {"start": 1251.55, "end": 1252.09, "word": " side", "probability": 0.85888671875}], "temperature": 1.0}, {"id": 43, "seek": 126901, "start": 1253.07, "end": 1269.01, "text": " there is a nice small fridge with some family pictures placed on the fridge door. To the right there is a small round table with four wooden chairs. In the left corner of the kitchen", "tokens": [456, 307, 257, 1481, 1359, 13023, 365, 512, 1605, 5242, 7074, 322, 264, 13023, 2853, 13, 1407, 264, 558, 456, 307, 257, 1359, 3098, 3199, 365, 1451, 14744, 18299, 13, 682, 264, 1411, 4538, 295, 264, 6525], "avg_logprob": -0.17680921758476056, "compression_ratio": 1.464, "no_speech_prob": 2.384185791015625e-07, "words": [{"start": 1253.07, "end": 1253.43, "word": " there", "probability": 0.367431640625}, {"start": 1253.43, "end": 1253.59, "word": " is", "probability": 0.8623046875}, {"start": 1253.59, "end": 1253.75, "word": " a", "probability": 0.95068359375}, {"start": 1253.75, "end": 1254.05, "word": " nice", "probability": 0.87744140625}, {"start": 1254.05, "end": 1254.53, "word": " small", "probability": 0.8779296875}, {"start": 1254.53, "end": 1255.01, "word": " fridge", "probability": 0.9599609375}, {"start": 1255.01, "end": 1255.41, "word": " with", "probability": 0.89453125}, {"start": 1255.41, "end": 1255.77, "word": " some", "probability": 0.8974609375}, {"start": 1255.77, "end": 1256.59, "word": " family", "probability": 0.884765625}, {"start": 1256.59, "end": 1257.21, "word": " pictures", "probability": 0.75537109375}, {"start": 1257.21, "end": 1257.73, "word": " placed", "probability": 0.8642578125}, {"start": 1257.73, "end": 1258.15, "word": " on", "probability": 0.9365234375}, {"start": 1258.15, "end": 1259.25, "word": " the", "probability": 0.583984375}, {"start": 1259.25, "end": 1259.57, "word": " fridge", "probability": 0.9609375}, {"start": 1259.57, "end": 1260.07, "word": " door.", "probability": 0.9013671875}, {"start": 1260.45, "end": 1260.83, "word": " To", "probability": 0.88916015625}, {"start": 1260.83, "end": 1261.05, "word": " the", "probability": 0.9267578125}, {"start": 1261.05, "end": 1261.41, "word": " right", "probability": 0.9140625}, {"start": 1261.41, "end": 1262.23, "word": " there", "probability": 0.397216796875}, {"start": 1262.23, "end": 1262.37, "word": " is", "probability": 0.9296875}, {"start": 1262.37, "end": 1262.59, "word": " a", "probability": 0.9716796875}, {"start": 1262.59, "end": 1262.93, "word": " small", "probability": 0.92333984375}, {"start": 1262.93, "end": 1263.45, "word": " round", "probability": 0.91064453125}, {"start": 1263.45, "end": 1264.05, "word": " table", "probability": 0.861328125}, {"start": 1264.05, "end": 1264.67, "word": " with", "probability": 0.9072265625}, {"start": 1264.67, "end": 1265.15, "word": " four", "probability": 0.80078125}, {"start": 1265.15, "end": 1266.09, "word": " wooden", "probability": 0.87646484375}, {"start": 1266.09, "end": 1266.69, "word": " chairs.", "probability": 0.921875}, {"start": 1267.11, "end": 1267.31, "word": " In", "probability": 0.8837890625}, {"start": 1267.31, "end": 1267.45, "word": " the", "probability": 0.91943359375}, {"start": 1267.45, "end": 1267.69, "word": " left", "probability": 0.94580078125}, {"start": 1267.69, "end": 1268.17, "word": " corner", "probability": 0.90771484375}, {"start": 1268.17, "end": 1268.49, "word": " of", "probability": 0.9697265625}, {"start": 1268.49, "end": 1268.67, "word": " the", "probability": 0.921875}, {"start": 1268.67, "end": 1269.01, "word": " kitchen", "probability": 0.9345703125}], "temperature": 1.0}, {"id": 44, "seek": 129852, "start": 1269.76, "end": 1298.52, "text": " stands the food cabinet which has my mother's favorite spices and utensils. My mother, my brother and I used to sit on the chairs around the table watching my mother's cooking. We liked learning new things, talking and making delicious food. But now I live far away, but I often think about my mother's kitchen. So what we see here, what is the order here?", "tokens": [7382, 264, 1755, 15188, 597, 575, 452, 2895, 311, 2954, 19608, 293, 47294, 4174, 13, 1222, 2895, 11, 452, 3708, 293, 286, 1143, 281, 1394, 322, 264, 18299, 926, 264, 3199, 1976, 452, 2895, 311, 6361, 13, 492, 4501, 2539, 777, 721, 11, 1417, 293, 1455, 4809, 1755, 13, 583, 586, 286, 1621, 1400, 1314, 11, 457, 286, 2049, 519, 466, 452, 2895, 311, 6525, 13, 407, 437, 321, 536, 510, 11, 437, 307, 264, 1668, 510, 30], "avg_logprob": -0.15338211685796327, "compression_ratio": 1.6081081081081081, "no_speech_prob": 4.172325134277344e-07, "words": [{"start": 1269.76, "end": 1270.32, "word": " stands", "probability": 0.312744140625}, {"start": 1270.32, "end": 1270.62, "word": " the", "probability": 0.880859375}, {"start": 1270.62, "end": 1271.14, "word": " food", "probability": 0.943359375}, {"start": 1271.14, "end": 1271.58, "word": " cabinet", "probability": 0.9033203125}, {"start": 1271.58, "end": 1271.9, "word": " which", "probability": 0.7578125}, {"start": 1271.9, "end": 1272.52, "word": " has", "probability": 0.943359375}, {"start": 1272.52, "end": 1273.0, "word": " my", "probability": 0.96337890625}, {"start": 1273.0, "end": 1273.46, "word": " mother's", "probability": 0.902587890625}, {"start": 1273.46, "end": 1273.8, "word": " favorite", "probability": 0.927734375}, {"start": 1273.8, "end": 1274.48, "word": " spices", "probability": 0.88037109375}, {"start": 1274.48, "end": 1275.14, "word": " and", "probability": 0.94189453125}, {"start": 1275.14, "end": 1276.72, "word": " utensils.", "probability": 0.982177734375}, {"start": 1277.0, "end": 1277.2, "word": " My", "probability": 0.94775390625}, {"start": 1277.2, "end": 1277.58, "word": " mother,", "probability": 0.787109375}, {"start": 1277.78, "end": 1277.92, "word": " my", "probability": 0.9609375}, {"start": 1277.92, "end": 1278.26, "word": " brother", "probability": 0.86962890625}, {"start": 1278.26, "end": 1278.62, "word": " and", "probability": 0.62109375}, {"start": 1278.62, "end": 1279.1, "word": " I", "probability": 0.99658203125}, {"start": 1279.1, "end": 1279.88, "word": " used", "probability": 0.875}, {"start": 1279.88, "end": 1280.06, "word": " to", "probability": 0.970703125}, {"start": 1280.06, "end": 1280.32, "word": " sit", "probability": 0.93359375}, {"start": 1280.32, "end": 1280.58, "word": " on", "probability": 0.9404296875}, {"start": 1280.58, "end": 1280.76, "word": " the", "probability": 0.90478515625}, {"start": 1280.76, "end": 1281.18, "word": " chairs", "probability": 0.83984375}, {"start": 1281.18, "end": 1281.56, "word": " around", "probability": 0.91455078125}, {"start": 1281.56, "end": 1281.82, "word": " the", "probability": 0.9248046875}, {"start": 1281.82, "end": 1282.22, "word": " table", "probability": 0.89794921875}, {"start": 1282.22, "end": 1282.94, "word": " watching", "probability": 0.63916015625}, {"start": 1282.94, "end": 1283.22, "word": " my", "probability": 0.96826171875}, {"start": 1283.22, "end": 1283.68, "word": " mother's", "probability": 0.900390625}, {"start": 1283.68, "end": 1284.06, "word": " cooking.", "probability": 0.9462890625}, {"start": 1284.86, "end": 1284.98, "word": " We", "probability": 0.95458984375}, {"start": 1284.98, "end": 1285.5, "word": " liked", "probability": 0.86279296875}, {"start": 1285.5, "end": 1286.14, "word": " learning", "probability": 0.9404296875}, {"start": 1286.14, "end": 1286.5, "word": " new", "probability": 0.900390625}, {"start": 1286.5, "end": 1286.98, "word": " things,", "probability": 0.85888671875}, {"start": 1287.42, "end": 1288.08, "word": " talking", "probability": 0.8544921875}, {"start": 1288.08, "end": 1288.74, "word": " and", "probability": 0.75830078125}, {"start": 1288.74, "end": 1289.72, "word": " making", "probability": 0.90966796875}, {"start": 1289.72, "end": 1290.22, "word": " delicious", "probability": 0.86767578125}, {"start": 1290.22, "end": 1290.74, "word": " food.", "probability": 0.85400390625}, {"start": 1291.16, "end": 1291.5, "word": " But", "probability": 0.93896484375}, {"start": 1291.5, "end": 1291.76, "word": " now", "probability": 0.919921875}, {"start": 1291.76, "end": 1291.96, "word": " I", "probability": 0.83642578125}, {"start": 1291.96, "end": 1292.14, "word": " live", "probability": 0.9296875}, {"start": 1292.14, "end": 1292.34, "word": " far", "probability": 0.94921875}, {"start": 1292.34, "end": 1292.64, "word": " away,", "probability": 0.86572265625}, {"start": 1292.78, "end": 1293.1, "word": " but", "probability": 0.92529296875}, {"start": 1293.1, "end": 1293.64, "word": " I", "probability": 0.99365234375}, {"start": 1293.64, "end": 1294.0, "word": " often", "probability": 0.79931640625}, {"start": 1294.0, "end": 1294.32, "word": " think", "probability": 0.91064453125}, {"start": 1294.32, "end": 1294.6, "word": " about", "probability": 0.900390625}, {"start": 1294.6, "end": 1294.8, "word": " my", "probability": 0.970703125}, {"start": 1294.8, "end": 1295.32, "word": " mother's", "probability": 0.927490234375}, {"start": 1295.32, "end": 1296.36, "word": " kitchen.", "probability": 0.89990234375}, {"start": 1296.48, "end": 1296.58, "word": " So", "probability": 0.9423828125}, {"start": 1296.58, "end": 1296.74, "word": " what", "probability": 0.473388671875}, {"start": 1296.74, "end": 1296.86, "word": " we", "probability": 0.89013671875}, {"start": 1296.86, "end": 1297.02, "word": " see", "probability": 0.9384765625}, {"start": 1297.02, "end": 1297.28, "word": " here,", "probability": 0.861328125}, {"start": 1297.34, "end": 1297.5, "word": " what", "probability": 0.9384765625}, {"start": 1297.5, "end": 1297.64, "word": " is", "probability": 0.943359375}, {"start": 1297.64, "end": 1297.82, "word": " the", "probability": 0.92919921875}, {"start": 1297.82, "end": 1298.12, "word": " order", "probability": 0.48876953125}, {"start": 1298.12, "end": 1298.52, "word": " here?", "probability": 0.83984375}], "temperature": 1.0}, {"id": 45, "seek": 132420, "start": 1299.74, "end": 1324.2, "text": " Front, left, to the right, and again, generally from the left corner, from left to the right, and what we see somewhere here is in the middle. And we have not only places describing things in a place, but also describing how we felt about the kitchen, what we did in that kitchen in the times gone by. Alright? Alright.", "tokens": [17348, 11, 1411, 11, 281, 264, 558, 11, 293, 797, 11, 5101, 490, 264, 1411, 4538, 11, 490, 1411, 281, 264, 558, 11, 293, 437, 321, 536, 4079, 510, 307, 294, 264, 2808, 13, 400, 321, 362, 406, 787, 3190, 16141, 721, 294, 257, 1081, 11, 457, 611, 16141, 577, 321, 2762, 466, 264, 6525, 11, 437, 321, 630, 294, 300, 6525, 294, 264, 1413, 2780, 538, 13, 2798, 30, 2798, 13], "avg_logprob": -0.21960616438356165, "compression_ratio": 1.7391304347826086, "no_speech_prob": 2.980232238769531e-07, "words": [{"start": 1299.74, "end": 1300.14, "word": " Front,", "probability": 0.302734375}, {"start": 1300.48, "end": 1300.98, "word": " left,", "probability": 0.87353515625}, {"start": 1301.26, "end": 1301.56, "word": " to", "probability": 0.79052734375}, {"start": 1301.56, "end": 1301.72, "word": " the", "probability": 0.91162109375}, {"start": 1301.72, "end": 1302.14, "word": " right,", "probability": 0.91259765625}, {"start": 1302.68, "end": 1303.08, "word": " and", "probability": 0.91552734375}, {"start": 1303.08, "end": 1303.68, "word": " again,", "probability": 0.90380859375}, {"start": 1304.12, "end": 1304.48, "word": " generally", "probability": 0.86474609375}, {"start": 1304.48, "end": 1304.84, "word": " from", "probability": 0.6669921875}, {"start": 1304.84, "end": 1305.02, "word": " the", "probability": 0.88818359375}, {"start": 1305.02, "end": 1305.24, "word": " left", "probability": 0.93994140625}, {"start": 1305.24, "end": 1305.66, "word": " corner,", "probability": 0.89990234375}, {"start": 1306.1, "end": 1306.38, "word": " from", "probability": 0.83984375}, {"start": 1306.38, "end": 1306.74, "word": " left", "probability": 0.89404296875}, {"start": 1306.74, "end": 1307.1, "word": " to", "probability": 0.9609375}, {"start": 1307.1, "end": 1307.46, "word": " the", "probability": 0.77099609375}, {"start": 1307.46, "end": 1307.72, "word": " right,", "probability": 0.9150390625}, {"start": 1307.82, "end": 1307.9, "word": " and", "probability": 0.900390625}, {"start": 1307.9, "end": 1308.02, "word": " what", "probability": 0.607421875}, {"start": 1308.02, "end": 1308.14, "word": " we", "probability": 0.87548828125}, {"start": 1308.14, "end": 1308.32, "word": " see", "probability": 0.935546875}, {"start": 1308.32, "end": 1308.64, "word": " somewhere", "probability": 0.7919921875}, {"start": 1308.64, "end": 1309.1, "word": " here", "probability": 0.8310546875}, {"start": 1309.1, "end": 1309.4, "word": " is", "probability": 0.88037109375}, {"start": 1309.4, "end": 1309.78, "word": " in", "probability": 0.93798828125}, {"start": 1309.78, "end": 1310.44, "word": " the", "probability": 0.92041015625}, {"start": 1310.44, "end": 1310.72, "word": " middle.", "probability": 0.9462890625}, {"start": 1310.98, "end": 1311.12, "word": " And", "probability": 0.9033203125}, {"start": 1311.12, "end": 1311.28, "word": " we", "probability": 0.93115234375}, {"start": 1311.28, "end": 1311.46, "word": " have", "probability": 0.9228515625}, {"start": 1311.46, "end": 1311.68, "word": " not", "probability": 0.445556640625}, {"start": 1311.68, "end": 1312.2, "word": " only", "probability": 0.94091796875}, {"start": 1312.2, "end": 1312.74, "word": " places", "probability": 0.91064453125}, {"start": 1312.74, "end": 1313.48, "word": " describing", "probability": 0.8701171875}, {"start": 1313.48, "end": 1314.1, "word": " things", "probability": 0.8671875}, {"start": 1314.1, "end": 1314.3, "word": " in", "probability": 0.92724609375}, {"start": 1314.3, "end": 1314.44, "word": " a", "probability": 0.818359375}, {"start": 1314.44, "end": 1314.68, "word": " place,", "probability": 0.89453125}, {"start": 1314.78, "end": 1314.88, "word": " but", "probability": 0.92822265625}, {"start": 1314.88, "end": 1315.16, "word": " also", "probability": 0.8720703125}, {"start": 1315.16, "end": 1315.74, "word": " describing", "probability": 0.8935546875}, {"start": 1315.74, "end": 1316.04, "word": " how", "probability": 0.9326171875}, {"start": 1316.04, "end": 1316.22, "word": " we", "probability": 0.7275390625}, {"start": 1316.22, "end": 1316.6, "word": " felt", "probability": 0.90673828125}, {"start": 1316.6, "end": 1317.82, "word": " about", "probability": 0.90283203125}, {"start": 1317.82, "end": 1318.04, "word": " the", "probability": 0.89306640625}, {"start": 1318.04, "end": 1318.38, "word": " kitchen,", "probability": 0.93115234375}, {"start": 1318.74, "end": 1319.1, "word": " what", "probability": 0.888671875}, {"start": 1319.1, "end": 1319.34, "word": " we", "probability": 0.9619140625}, {"start": 1319.34, "end": 1319.7, "word": " did", "probability": 0.95849609375}, {"start": 1319.7, "end": 1320.14, "word": " in", "probability": 0.94921875}, {"start": 1320.14, "end": 1320.36, "word": " that", "probability": 0.57177734375}, {"start": 1320.36, "end": 1320.84, "word": " kitchen", "probability": 0.9208984375}, {"start": 1320.84, "end": 1321.42, "word": " in", "probability": 0.8427734375}, {"start": 1321.42, "end": 1321.58, "word": " the", "probability": 0.9072265625}, {"start": 1321.58, "end": 1321.98, "word": " times", "probability": 0.921875}, {"start": 1321.98, "end": 1322.4, "word": " gone", "probability": 0.921875}, {"start": 1322.4, "end": 1322.94, "word": " by.", "probability": 0.9716796875}, {"start": 1323.2, "end": 1323.42, "word": " Alright?", "probability": 0.70947265625}, {"start": 1323.94, "end": 1324.2, "word": " Alright.", "probability": 0.7841796875}], "temperature": 1.0}, {"id": 46, "seek": 133649, "start": 1325.39, "end": 1336.49, "text": " So this is going to be homework for you next time. Whenever we want to describe a place, we have to talk about where is this place? How big is it, for instance?", "tokens": [407, 341, 307, 516, 281, 312, 14578, 337, 291, 958, 565, 13, 14159, 321, 528, 281, 6786, 257, 1081, 11, 321, 362, 281, 751, 466, 689, 307, 341, 1081, 30, 1012, 955, 307, 309, 11, 337, 5197, 30], "avg_logprob": -0.2089342964001191, "compression_ratio": 1.3089430894308942, "no_speech_prob": 5.960464477539063e-08, "words": [{"start": 1325.39, "end": 1325.91, "word": " So", "probability": 0.77587890625}, {"start": 1325.91, "end": 1326.43, "word": " this", "probability": 0.1217041015625}, {"start": 1326.43, "end": 1326.95, "word": " is", "probability": 0.9130859375}, {"start": 1326.95, "end": 1327.09, "word": " going", "probability": 0.9404296875}, {"start": 1327.09, "end": 1327.25, "word": " to", "probability": 0.97265625}, {"start": 1327.25, "end": 1327.39, "word": " be", "probability": 0.94482421875}, {"start": 1327.39, "end": 1327.73, "word": " homework", "probability": 0.83251953125}, {"start": 1327.73, "end": 1328.11, "word": " for", "probability": 0.9423828125}, {"start": 1328.11, "end": 1328.27, "word": " you", "probability": 0.9248046875}, {"start": 1328.27, "end": 1328.53, "word": " next", "probability": 0.908203125}, {"start": 1328.53, "end": 1328.91, "word": " time.", "probability": 0.8837890625}, {"start": 1329.65, "end": 1330.07, "word": " Whenever", "probability": 0.84814453125}, {"start": 1330.07, "end": 1330.51, "word": " we", "probability": 0.8720703125}, {"start": 1330.51, "end": 1330.77, "word": " want", "probability": 0.8623046875}, {"start": 1330.77, "end": 1330.87, "word": " to", "probability": 0.96875}, {"start": 1330.87, "end": 1331.29, "word": " describe", "probability": 0.8759765625}, {"start": 1331.29, "end": 1331.51, "word": " a", "probability": 0.9384765625}, {"start": 1331.51, "end": 1331.89, "word": " place,", "probability": 0.90087890625}, {"start": 1332.51, "end": 1332.71, "word": " we", "probability": 0.94873046875}, {"start": 1332.71, "end": 1332.89, "word": " have", "probability": 0.92919921875}, {"start": 1332.89, "end": 1332.99, "word": " to", "probability": 0.97021484375}, {"start": 1332.99, "end": 1333.19, "word": " talk", "probability": 0.88037109375}, {"start": 1333.19, "end": 1333.47, "word": " about", "probability": 0.9052734375}, {"start": 1333.47, "end": 1333.71, "word": " where", "probability": 0.8203125}, {"start": 1333.71, "end": 1333.87, "word": " is", "probability": 0.82177734375}, {"start": 1333.87, "end": 1334.07, "word": " this", "probability": 0.93994140625}, {"start": 1334.07, "end": 1334.49, "word": " place?", "probability": 0.89892578125}, {"start": 1335.01, "end": 1335.29, "word": " How", "probability": 0.9580078125}, {"start": 1335.29, "end": 1335.59, "word": " big", "probability": 0.9072265625}, {"start": 1335.59, "end": 1335.77, "word": " is", "probability": 0.9375}, {"start": 1335.77, "end": 1335.95, "word": " it,", "probability": 0.92626953125}, {"start": 1336.05, "end": 1336.13, "word": " for", "probability": 0.9521484375}, {"start": 1336.13, "end": 1336.49, "word": " instance?", "probability": 0.94921875}], "temperature": 1.0}, {"id": 47, "seek": 135673, "start": 1336.79, "end": 1356.73, "text": " How warm or cold is this place? How does the place make you feel for example? What things you can see in that place? What colors do you see? What smells do you smell? What sounds do you hear? And so on. So these are some ideas, some questions just to give you some idea about", "tokens": [1012, 4561, 420, 3554, 307, 341, 1081, 30, 1012, 775, 264, 1081, 652, 291, 841, 337, 1365, 30, 708, 721, 291, 393, 536, 294, 300, 1081, 30, 708, 4577, 360, 291, 536, 30, 708, 10036, 360, 291, 4316, 30, 708, 3263, 360, 291, 1568, 30, 400, 370, 322, 13, 407, 613, 366, 512, 3487, 11, 512, 1651, 445, 281, 976, 291, 512, 1558, 466], "avg_logprob": -0.14891826923076923, "compression_ratio": 1.6428571428571428, "no_speech_prob": 1.0728836059570312e-06, "words": [{"start": 1336.79, "end": 1337.15, "word": " How", "probability": 0.69091796875}, {"start": 1337.15, "end": 1337.57, "word": " warm", "probability": 0.87158203125}, {"start": 1337.57, "end": 1337.87, "word": " or", "probability": 0.93505859375}, {"start": 1337.87, "end": 1338.31, "word": " cold", "probability": 0.8876953125}, {"start": 1338.31, "end": 1338.55, "word": " is", "probability": 0.91943359375}, {"start": 1338.55, "end": 1338.79, "word": " this", "probability": 0.916015625}, {"start": 1338.79, "end": 1339.19, "word": " place?", "probability": 0.89990234375}, {"start": 1339.45, "end": 1339.71, "word": " How", "probability": 0.8896484375}, {"start": 1339.71, "end": 1339.97, "word": " does", "probability": 0.95947265625}, {"start": 1339.97, "end": 1340.17, "word": " the", "probability": 0.7216796875}, {"start": 1340.17, "end": 1340.59, "word": " place", "probability": 0.8984375}, {"start": 1340.59, "end": 1340.93, "word": " make", "probability": 0.89501953125}, {"start": 1340.93, "end": 1341.23, "word": " you", "probability": 0.96435546875}, {"start": 1341.23, "end": 1342.15, "word": " feel", "probability": 0.9736328125}, {"start": 1342.15, "end": 1342.35, "word": " for", "probability": 0.44287109375}, {"start": 1342.35, "end": 1342.85, "word": " example?", "probability": 0.9697265625}, {"start": 1343.01, "end": 1343.15, "word": " What", "probability": 0.88916015625}, {"start": 1343.15, "end": 1343.49, "word": " things", "probability": 0.85693359375}, {"start": 1343.49, "end": 1343.71, "word": " you", "probability": 0.84228515625}, {"start": 1343.71, "end": 1343.97, "word": " can", "probability": 0.93310546875}, {"start": 1343.97, "end": 1344.43, "word": " see", "probability": 0.9150390625}, {"start": 1344.43, "end": 1344.91, "word": " in", "probability": 0.9345703125}, {"start": 1344.91, "end": 1345.35, "word": " that", "probability": 0.931640625}, {"start": 1345.35, "end": 1346.53, "word": " place?", "probability": 0.84326171875}, {"start": 1346.81, "end": 1346.99, "word": " What", "probability": 0.88525390625}, {"start": 1346.99, "end": 1347.43, "word": " colors", "probability": 0.6376953125}, {"start": 1347.43, "end": 1347.67, "word": " do", "probability": 0.927734375}, {"start": 1347.67, "end": 1347.79, "word": " you", "probability": 0.96630859375}, {"start": 1347.79, "end": 1348.05, "word": " see?", "probability": 0.9287109375}, {"start": 1348.23, "end": 1348.39, "word": " What", "probability": 0.8837890625}, {"start": 1348.39, "end": 1348.95, "word": " smells", "probability": 0.87158203125}, {"start": 1348.95, "end": 1349.21, "word": " do", "probability": 0.94482421875}, {"start": 1349.21, "end": 1349.47, "word": " you", "probability": 0.96142578125}, {"start": 1349.47, "end": 1350.19, "word": " smell?", "probability": 0.92333984375}, {"start": 1350.51, "end": 1350.71, "word": " What", "probability": 0.876953125}, {"start": 1350.71, "end": 1351.11, "word": " sounds", "probability": 0.92626953125}, {"start": 1351.11, "end": 1351.35, "word": " do", "probability": 0.9443359375}, {"start": 1351.35, "end": 1351.47, "word": " you", "probability": 0.96142578125}, {"start": 1351.47, "end": 1351.87, "word": " hear?", "probability": 0.9404296875}, {"start": 1352.25, "end": 1352.37, "word": " And", "probability": 0.65625}, {"start": 1352.37, "end": 1352.63, "word": " so", "probability": 0.94873046875}, {"start": 1352.63, "end": 1352.97, "word": " on.", "probability": 0.94677734375}, {"start": 1353.03, "end": 1353.11, "word": " So", "probability": 0.83251953125}, {"start": 1353.11, "end": 1353.31, "word": " these", "probability": 0.6796875}, {"start": 1353.31, "end": 1353.47, "word": " are", "probability": 0.93603515625}, {"start": 1353.47, "end": 1353.75, "word": " some", "probability": 0.89501953125}, {"start": 1353.75, "end": 1354.27, "word": " ideas,", "probability": 0.8896484375}, {"start": 1354.45, "end": 1354.61, "word": " some", "probability": 0.85791015625}, {"start": 1354.61, "end": 1355.09, "word": " questions", "probability": 0.9453125}, {"start": 1355.09, "end": 1355.37, "word": " just", "probability": 0.47900390625}, {"start": 1355.37, "end": 1355.63, "word": " to", "probability": 0.962890625}, {"start": 1355.63, "end": 1355.83, "word": " give", "probability": 0.87158203125}, {"start": 1355.83, "end": 1355.95, "word": " you", "probability": 0.95263671875}, {"start": 1355.95, "end": 1356.17, "word": " some", "probability": 0.83447265625}, {"start": 1356.17, "end": 1356.45, "word": " idea", "probability": 0.8125}, {"start": 1356.45, "end": 1356.73, "word": " about", "probability": 0.8603515625}], "temperature": 1.0}, {"id": 48, "seek": 138063, "start": 1356.87, "end": 1380.63, "text": " how to describe a place. Is this clear? Yes. Alright, and I'll talk about this later, but now we move on to talk about describing people. Whenever we describe a person, for example, what sort of things that we describe? We describe his age, his height, for instance.", "tokens": [577, 281, 6786, 257, 1081, 13, 1119, 341, 1850, 30, 1079, 13, 2798, 11, 293, 286, 603, 751, 466, 341, 1780, 11, 457, 586, 321, 1286, 322, 281, 751, 466, 16141, 561, 13, 14159, 321, 6786, 257, 954, 11, 337, 1365, 11, 437, 1333, 295, 721, 300, 321, 6786, 30, 492, 6786, 702, 3205, 11, 702, 6681, 11, 337, 5197, 13], "avg_logprob": -0.23576108438353385, "compression_ratio": 1.5892857142857142, "no_speech_prob": 9.5367431640625e-07, "words": [{"start": 1356.87, "end": 1357.23, "word": " how", "probability": 0.459228515625}, {"start": 1357.23, "end": 1357.41, "word": " to", "probability": 0.9775390625}, {"start": 1357.41, "end": 1358.13, "word": " describe", "probability": 0.8798828125}, {"start": 1358.13, "end": 1358.57, "word": " a", "probability": 0.98388671875}, {"start": 1358.57, "end": 1359.47, "word": " place.", "probability": 0.890625}, {"start": 1359.57, "end": 1359.73, "word": " Is", "probability": 0.85595703125}, {"start": 1359.73, "end": 1359.89, "word": " this", "probability": 0.9248046875}, {"start": 1359.89, "end": 1360.19, "word": " clear?", "probability": 0.89599609375}, {"start": 1360.37, "end": 1360.53, "word": " Yes.", "probability": 0.44287109375}, {"start": 1360.77, "end": 1360.99, "word": " Alright,", "probability": 0.642578125}, {"start": 1361.37, "end": 1361.51, "word": " and", "probability": 0.5576171875}, {"start": 1361.51, "end": 1361.73, "word": " I'll", "probability": 0.8955078125}, {"start": 1361.73, "end": 1361.89, "word": " talk", "probability": 0.9033203125}, {"start": 1361.89, "end": 1362.13, "word": " about", "probability": 0.9033203125}, {"start": 1362.13, "end": 1362.31, "word": " this", "probability": 0.9453125}, {"start": 1362.31, "end": 1362.69, "word": " later,", "probability": 0.9541015625}, {"start": 1363.19, "end": 1363.47, "word": " but", "probability": 0.9208984375}, {"start": 1363.47, "end": 1364.05, "word": " now", "probability": 0.9267578125}, {"start": 1364.05, "end": 1364.25, "word": " we", "probability": 0.91357421875}, {"start": 1364.25, "end": 1364.47, "word": " move", "probability": 0.88232421875}, {"start": 1364.47, "end": 1364.63, "word": " on", "probability": 0.916015625}, {"start": 1364.63, "end": 1364.73, "word": " to", "probability": 0.970703125}, {"start": 1364.73, "end": 1364.95, "word": " talk", "probability": 0.85791015625}, {"start": 1364.95, "end": 1365.23, "word": " about", "probability": 0.90673828125}, {"start": 1365.23, "end": 1365.91, "word": " describing", "probability": 0.9150390625}, {"start": 1365.91, "end": 1367.21, "word": " people.", "probability": 0.72509765625}, {"start": 1367.43, "end": 1367.57, "word": " Whenever", "probability": 0.85888671875}, {"start": 1367.57, "end": 1367.91, "word": " we", "probability": 0.9560546875}, {"start": 1367.91, "end": 1368.41, "word": " describe", "probability": 0.87890625}, {"start": 1368.41, "end": 1368.63, "word": " a", "probability": 0.9970703125}, {"start": 1368.63, "end": 1369.09, "word": " person,", "probability": 0.91796875}, {"start": 1369.23, "end": 1369.35, "word": " for", "probability": 0.951171875}, {"start": 1369.35, "end": 1369.77, "word": " example,", "probability": 0.97265625}, {"start": 1369.89, "end": 1370.03, "word": " what", "probability": 0.9453125}, {"start": 1370.03, "end": 1370.23, "word": " sort", "probability": 0.8623046875}, {"start": 1370.23, "end": 1370.37, "word": " of", "probability": 0.9697265625}, {"start": 1370.37, "end": 1370.57, "word": " things", "probability": 0.85888671875}, {"start": 1370.57, "end": 1370.75, "word": " that", "probability": 0.83203125}, {"start": 1370.75, "end": 1370.91, "word": " we", "probability": 0.96533203125}, {"start": 1370.91, "end": 1371.51, "word": " describe?", "probability": 0.8466796875}, {"start": 1372.41, "end": 1372.93, "word": " We", "probability": 0.64208984375}, {"start": 1372.93, "end": 1373.49, "word": " describe", "probability": 0.833984375}, {"start": 1373.49, "end": 1374.69, "word": " his", "probability": 0.73193359375}, {"start": 1374.69, "end": 1375.73, "word": " age,", "probability": 0.271728515625}, {"start": 1376.43, "end": 1378.33, "word": " his", "probability": 0.78466796875}, {"start": 1378.33, "end": 1379.13, "word": " height,", "probability": 0.9638671875}, {"start": 1379.53, "end": 1380.19, "word": " for", "probability": 0.48583984375}, {"start": 1380.19, "end": 1380.63, "word": " instance.", "probability": 0.94677734375}], "temperature": 1.0}, {"id": 49, "seek": 140572, "start": 1381.34, "end": 1405.72, "text": " His color, his color of the skin for instance, his hair, his eyes, some facial features, his personality and probably his religious or political affiliation if that's necessary and so on. Let's look at some of the things that we can use in describing people and some of the adjectives that can be used to describe", "tokens": [2812, 2017, 11, 702, 2017, 295, 264, 3178, 337, 5197, 11, 702, 2578, 11, 702, 2575, 11, 512, 15642, 4122, 11, 702, 9033, 293, 1391, 702, 7185, 420, 3905, 14863, 399, 498, 300, 311, 4818, 293, 370, 322, 13, 961, 311, 574, 412, 512, 295, 264, 721, 300, 321, 393, 764, 294, 16141, 561, 293, 512, 295, 264, 29378, 1539, 300, 393, 312, 1143, 281, 6786], "avg_logprob": -0.15998133750104193, "compression_ratio": 1.6613756613756614, "no_speech_prob": 5.960464477539063e-08, "words": [{"start": 1381.34, "end": 1381.86, "word": " His", "probability": 0.4951171875}, {"start": 1381.86, "end": 1382.26, "word": " color,", "probability": 0.7470703125}, {"start": 1382.6, "end": 1383.12, "word": " his", "probability": 0.91748046875}, {"start": 1383.12, "end": 1383.36, "word": " color", "probability": 0.58203125}, {"start": 1383.36, "end": 1383.52, "word": " of", "probability": 0.95263671875}, {"start": 1383.52, "end": 1383.62, "word": " the", "probability": 0.68310546875}, {"start": 1383.62, "end": 1383.82, "word": " skin", "probability": 0.9423828125}, {"start": 1383.82, "end": 1384.02, "word": " for", "probability": 0.58544921875}, {"start": 1384.02, "end": 1384.48, "word": " instance,", "probability": 0.95263671875}, {"start": 1384.7, "end": 1384.84, "word": " his", "probability": 0.9501953125}, {"start": 1384.84, "end": 1385.32, "word": " hair,", "probability": 0.9482421875}, {"start": 1385.86, "end": 1386.04, "word": " his", "probability": 0.95849609375}, {"start": 1386.04, "end": 1386.66, "word": " eyes,", "probability": 0.90966796875}, {"start": 1387.22, "end": 1387.66, "word": " some", "probability": 0.755859375}, {"start": 1387.66, "end": 1388.22, "word": " facial", "probability": 0.775390625}, {"start": 1388.22, "end": 1388.86, "word": " features,", "probability": 0.81201171875}, {"start": 1389.34, "end": 1389.56, "word": " his", "probability": 0.947265625}, {"start": 1389.56, "end": 1390.28, "word": " personality", "probability": 0.9423828125}, {"start": 1390.28, "end": 1391.7, "word": " and", "probability": 0.26416015625}, {"start": 1391.7, "end": 1392.22, "word": " probably", "probability": 0.94482421875}, {"start": 1392.22, "end": 1392.68, "word": " his", "probability": 0.85546875}, {"start": 1392.68, "end": 1393.52, "word": " religious", "probability": 0.86181640625}, {"start": 1393.52, "end": 1393.82, "word": " or", "probability": 0.94091796875}, {"start": 1393.82, "end": 1394.3, "word": " political", "probability": 0.89892578125}, {"start": 1394.3, "end": 1395.08, "word": " affiliation", "probability": 0.9677734375}, {"start": 1395.08, "end": 1395.28, "word": " if", "probability": 0.83642578125}, {"start": 1395.28, "end": 1395.66, "word": " that's", "probability": 0.932861328125}, {"start": 1395.66, "end": 1396.16, "word": " necessary", "probability": 0.9482421875}, {"start": 1396.16, "end": 1396.44, "word": " and", "probability": 0.841796875}, {"start": 1396.44, "end": 1396.7, "word": " so", "probability": 0.95166015625}, {"start": 1396.7, "end": 1397.42, "word": " on.", "probability": 0.52685546875}, {"start": 1397.56, "end": 1397.82, "word": " Let's", "probability": 0.92724609375}, {"start": 1397.82, "end": 1398.04, "word": " look", "probability": 0.9619140625}, {"start": 1398.04, "end": 1398.38, "word": " at", "probability": 0.95947265625}, {"start": 1398.38, "end": 1399.04, "word": " some", "probability": 0.83544921875}, {"start": 1399.04, "end": 1399.2, "word": " of", "probability": 0.95751953125}, {"start": 1399.2, "end": 1399.32, "word": " the", "probability": 0.90869140625}, {"start": 1399.32, "end": 1399.58, "word": " things", "probability": 0.86376953125}, {"start": 1399.58, "end": 1399.8, "word": " that", "probability": 0.9052734375}, {"start": 1399.8, "end": 1400.02, "word": " we", "probability": 0.9599609375}, {"start": 1400.02, "end": 1400.3, "word": " can", "probability": 0.94140625}, {"start": 1400.3, "end": 1400.64, "word": " use", "probability": 0.8916015625}, {"start": 1400.64, "end": 1400.94, "word": " in", "probability": 0.9365234375}, {"start": 1400.94, "end": 1401.58, "word": " describing", "probability": 0.89599609375}, {"start": 1401.58, "end": 1402.14, "word": " people", "probability": 0.9677734375}, {"start": 1402.14, "end": 1402.32, "word": " and", "probability": 0.88818359375}, {"start": 1402.32, "end": 1402.56, "word": " some", "probability": 0.8984375}, {"start": 1402.56, "end": 1402.7, "word": " of", "probability": 0.91796875}, {"start": 1402.7, "end": 1402.86, "word": " the", "probability": 0.908203125}, {"start": 1402.86, "end": 1403.62, "word": " adjectives", "probability": 0.96826171875}, {"start": 1403.62, "end": 1404.34, "word": " that", "probability": 0.93310546875}, {"start": 1404.34, "end": 1404.54, "word": " can", "probability": 0.9345703125}, {"start": 1404.54, "end": 1404.74, "word": " be", "probability": 0.953125}, {"start": 1404.74, "end": 1404.98, "word": " used", "probability": 0.92138671875}, {"start": 1404.98, "end": 1405.1, "word": " to", "probability": 0.95458984375}, {"start": 1405.1, "end": 1405.72, "word": " describe", "probability": 0.85595703125}], "temperature": 1.0}, {"id": 50, "seek": 142468, "start": 1406.14, "end": 1424.68, "text": " A person, for example, we can describe his or her age. For example, she is 21 years old. He is or she is a young woman. He is an elderly man, for example, or an elderly woman, for example. He is an old person or an old man or woman.", "tokens": [316, 954, 11, 337, 1365, 11, 321, 393, 6786, 702, 420, 720, 3205, 13, 1171, 1365, 11, 750, 307, 5080, 924, 1331, 13, 634, 307, 420, 750, 307, 257, 2037, 3059, 13, 634, 307, 364, 19682, 587, 11, 337, 1365, 11, 420, 364, 19682, 3059, 11, 337, 1365, 13, 634, 307, 364, 1331, 954, 420, 364, 1331, 587, 420, 3059, 13], "avg_logprob": -0.149067536717461, "compression_ratio": 1.7651515151515151, "no_speech_prob": 1.7881393432617188e-07, "words": [{"start": 1406.14, "end": 1406.36, "word": " A", "probability": 0.2291259765625}, {"start": 1406.36, "end": 1406.72, "word": " person,", "probability": 0.931640625}, {"start": 1406.82, "end": 1406.96, "word": " for", "probability": 0.951171875}, {"start": 1406.96, "end": 1407.46, "word": " example,", "probability": 0.9775390625}, {"start": 1407.82, "end": 1408.0, "word": " we", "probability": 0.9521484375}, {"start": 1408.0, "end": 1408.34, "word": " can", "probability": 0.9482421875}, {"start": 1408.34, "end": 1409.0, "word": " describe", "probability": 0.77294921875}, {"start": 1409.0, "end": 1409.34, "word": " his", "probability": 0.9501953125}, {"start": 1409.34, "end": 1409.58, "word": " or", "probability": 0.7509765625}, {"start": 1409.58, "end": 1409.98, "word": " her", "probability": 0.966796875}, {"start": 1409.98, "end": 1410.58, "word": " age.", "probability": 0.93359375}, {"start": 1410.64, "end": 1410.78, "word": " For", "probability": 0.916015625}, {"start": 1410.78, "end": 1411.34, "word": " example,", "probability": 0.9765625}, {"start": 1411.68, "end": 1411.9, "word": " she", "probability": 0.90283203125}, {"start": 1411.9, "end": 1412.36, "word": " is", "probability": 0.9365234375}, {"start": 1412.36, "end": 1413.42, "word": " 21", "probability": 0.58740234375}, {"start": 1413.42, "end": 1414.0, "word": " years", "probability": 0.919921875}, {"start": 1414.0, "end": 1414.28, "word": " old.", "probability": 0.9228515625}, {"start": 1414.5, "end": 1414.76, "word": " He", "probability": 0.837890625}, {"start": 1414.76, "end": 1415.16, "word": " is", "probability": 0.90869140625}, {"start": 1415.16, "end": 1415.4, "word": " or", "probability": 0.5908203125}, {"start": 1415.4, "end": 1415.6, "word": " she", "probability": 0.9208984375}, {"start": 1415.6, "end": 1415.92, "word": " is", "probability": 0.95361328125}, {"start": 1415.92, "end": 1416.08, "word": " a", "probability": 0.96484375}, {"start": 1416.08, "end": 1416.34, "word": " young", "probability": 0.93701171875}, {"start": 1416.34, "end": 1416.76, "word": " woman.", "probability": 0.8759765625}, {"start": 1417.16, "end": 1417.3, "word": " He", "probability": 0.95458984375}, {"start": 1417.3, "end": 1417.56, "word": " is", "probability": 0.93896484375}, {"start": 1417.56, "end": 1417.88, "word": " an", "probability": 0.919921875}, {"start": 1417.88, "end": 1418.34, "word": " elderly", "probability": 0.96044921875}, {"start": 1418.34, "end": 1418.84, "word": " man,", "probability": 0.92431640625}, {"start": 1418.94, "end": 1419.02, "word": " for", "probability": 0.9375}, {"start": 1419.02, "end": 1419.4, "word": " example,", "probability": 0.9775390625}, {"start": 1419.54, "end": 1419.72, "word": " or", "probability": 0.9609375}, {"start": 1419.72, "end": 1419.96, "word": " an", "probability": 0.9013671875}, {"start": 1419.96, "end": 1420.36, "word": " elderly", "probability": 0.95068359375}, {"start": 1420.36, "end": 1421.2, "word": " woman,", "probability": 0.88671875}, {"start": 1421.36, "end": 1421.46, "word": " for", "probability": 0.9453125}, {"start": 1421.46, "end": 1421.88, "word": " example.", "probability": 0.97705078125}, {"start": 1422.14, "end": 1422.26, "word": " He", "probability": 0.9599609375}, {"start": 1422.26, "end": 1422.4, "word": " is", "probability": 0.7021484375}, {"start": 1422.4, "end": 1422.54, "word": " an", "probability": 0.94287109375}, {"start": 1422.54, "end": 1422.82, "word": " old", "probability": 0.94775390625}, {"start": 1422.82, "end": 1423.32, "word": " person", "probability": 0.9296875}, {"start": 1423.32, "end": 1423.7, "word": " or", "probability": 0.73828125}, {"start": 1423.7, "end": 1423.82, "word": " an", "probability": 0.92578125}, {"start": 1423.82, "end": 1424.06, "word": " old", "probability": 0.94384765625}, {"start": 1424.06, "end": 1424.3, "word": " man", "probability": 0.9296875}, {"start": 1424.3, "end": 1424.44, "word": " or", "probability": 0.90673828125}, {"start": 1424.44, "end": 1424.68, "word": " woman.", "probability": 0.8310546875}], "temperature": 1.0}, {"id": 51, "seek": 145198, "start": 1425.18, "end": 1451.98, "text": " she is middle-aged okay or he is in his mid-thirties in his mid-fifties in his in his mid-twenties and so on she is in her late twenties late forties late eighties and so and so on we can look at the hair for example the color of the hair dark blonde", "tokens": [750, 307, 2808, 12, 2980, 1392, 420, 415, 307, 294, 702, 2062, 12, 392, 2498, 530, 294, 702, 2062, 12, 69, 2008, 530, 294, 702, 294, 702, 2062, 12, 20270, 317, 530, 293, 370, 322, 750, 307, 294, 720, 3469, 49398, 3469, 5009, 530, 3469, 3180, 530, 293, 370, 293, 370, 322, 321, 393, 574, 412, 264, 2578, 337, 1365, 264, 2017, 295, 264, 2578, 2877, 30043], "avg_logprob": -0.1516544100116281, "compression_ratio": 1.9763779527559056, "no_speech_prob": 0.0, "words": [{"start": 1425.18, "end": 1425.54, "word": " she", "probability": 0.459716796875}, {"start": 1425.54, "end": 1425.94, "word": " is", "probability": 0.92724609375}, {"start": 1425.94, "end": 1426.52, "word": " middle", "probability": 0.94775390625}, {"start": 1426.52, "end": 1426.9, "word": "-aged", "probability": 0.759521484375}, {"start": 1426.9, "end": 1427.74, "word": " okay", "probability": 0.53271484375}, {"start": 1427.74, "end": 1428.66, "word": " or", "probability": 0.6298828125}, {"start": 1428.66, "end": 1429.12, "word": " he", "probability": 0.95458984375}, {"start": 1429.12, "end": 1429.5, "word": " is", "probability": 0.94775390625}, {"start": 1429.5, "end": 1429.76, "word": " in", "probability": 0.94091796875}, {"start": 1429.76, "end": 1430.16, "word": " his", "probability": 0.9716796875}, {"start": 1430.16, "end": 1431.24, "word": " mid", "probability": 0.955078125}, {"start": 1431.24, "end": 1431.92, "word": "-thirties", "probability": 0.7940673828125}, {"start": 1431.92, "end": 1432.12, "word": " in", "probability": 0.5380859375}, {"start": 1432.12, "end": 1432.46, "word": " his", "probability": 0.9658203125}, {"start": 1432.46, "end": 1433.04, "word": " mid", "probability": 0.96728515625}, {"start": 1433.04, "end": 1433.62, "word": "-fifties", "probability": 0.9324951171875}, {"start": 1433.62, "end": 1433.86, "word": " in", "probability": 0.85888671875}, {"start": 1433.86, "end": 1434.16, "word": " his", "probability": 0.9619140625}, {"start": 1434.16, "end": 1434.48, "word": " in", "probability": 0.771484375}, {"start": 1434.48, "end": 1434.76, "word": " his", "probability": 0.9638671875}, {"start": 1434.76, "end": 1435.08, "word": " mid", "probability": 0.95068359375}, {"start": 1435.08, "end": 1435.7, "word": "-twenties", "probability": 0.936767578125}, {"start": 1435.7, "end": 1435.94, "word": " and", "probability": 0.93359375}, {"start": 1435.94, "end": 1436.18, "word": " so", "probability": 0.951171875}, {"start": 1436.18, "end": 1436.42, "word": " on", "probability": 0.94775390625}, {"start": 1436.42, "end": 1437.7, "word": " she", "probability": 0.7490234375}, {"start": 1437.7, "end": 1438.08, "word": " is", "probability": 0.802734375}, {"start": 1438.08, "end": 1438.38, "word": " in", "probability": 0.94677734375}, {"start": 1438.38, "end": 1438.76, "word": " her", "probability": 0.9609375}, {"start": 1438.76, "end": 1439.62, "word": " late", "probability": 0.92626953125}, {"start": 1439.62, "end": 1440.52, "word": " twenties", "probability": 0.8505859375}, {"start": 1440.52, "end": 1441.52, "word": " late", "probability": 0.7373046875}, {"start": 1441.52, "end": 1442.26, "word": " forties", "probability": 0.914306640625}, {"start": 1442.26, "end": 1442.82, "word": " late", "probability": 0.9150390625}, {"start": 1442.82, "end": 1443.38, "word": " eighties", "probability": 0.962646484375}, {"start": 1443.38, "end": 1443.66, "word": " and", "probability": 0.94091796875}, {"start": 1443.66, "end": 1443.98, "word": " so", "probability": 0.95361328125}, {"start": 1443.98, "end": 1444.52, "word": " and", "probability": 0.7841796875}, {"start": 1444.52, "end": 1444.78, "word": " so", "probability": 0.94677734375}, {"start": 1444.78, "end": 1444.92, "word": " on", "probability": 0.88671875}, {"start": 1444.92, "end": 1445.08, "word": " we", "probability": 0.79248046875}, {"start": 1445.08, "end": 1445.3, "word": " can", "probability": 0.94189453125}, {"start": 1445.3, "end": 1445.54, "word": " look", "probability": 0.9658203125}, {"start": 1445.54, "end": 1445.8, "word": " at", "probability": 0.96630859375}, {"start": 1445.8, "end": 1446.12, "word": " the", "probability": 0.6875}, {"start": 1446.12, "end": 1447.42, "word": " hair", "probability": 0.8818359375}, {"start": 1447.42, "end": 1447.72, "word": " for", "probability": 0.87939453125}, {"start": 1447.72, "end": 1448.28, "word": " example", "probability": 0.97021484375}, {"start": 1448.28, "end": 1449.02, "word": " the", "probability": 0.80419921875}, {"start": 1449.02, "end": 1450.16, "word": " color", "probability": 0.7734375}, {"start": 1450.16, "end": 1450.4, "word": " of", "probability": 0.96337890625}, {"start": 1450.4, "end": 1450.52, "word": " the", "probability": 0.89599609375}, {"start": 1450.52, "end": 1450.72, "word": " hair", "probability": 0.9306640625}, {"start": 1450.72, "end": 1451.32, "word": " dark", "probability": 0.76025390625}, {"start": 1451.32, "end": 1451.98, "word": " blonde", "probability": 0.63623046875}], "temperature": 1.0}, {"id": 52, "seek": 147934, "start": 1452.38, "end": 1479.34, "text": " grey. We can look at the length of the hair, for example, straight, short, long, curly, bald, he is bald, no hair, wavy and so on. We can look at the eyes, for example, the color of the eyes, blue, dark, brown, green and so on. Shape of the eyes, for example, large eyes, round eyes, almond shape eyes and so on. We can look at", "tokens": [16578, 13, 492, 393, 574, 412, 264, 4641, 295, 264, 2578, 11, 337, 1365, 11, 2997, 11, 2099, 11, 938, 11, 32066, 11, 21096, 11, 415, 307, 21096, 11, 572, 2578, 11, 261, 15498, 293, 370, 322, 13, 492, 393, 574, 412, 264, 2575, 11, 337, 1365, 11, 264, 2017, 295, 264, 2575, 11, 3344, 11, 2877, 11, 6292, 11, 3092, 293, 370, 322, 13, 49148, 295, 264, 2575, 11, 337, 1365, 11, 2416, 2575, 11, 3098, 2575, 11, 29506, 3909, 2575, 293, 370, 322, 13, 492, 393, 574, 412], "avg_logprob": -0.1553056348156143, "compression_ratio": 1.9878787878787878, "no_speech_prob": 2.384185791015625e-07, "words": [{"start": 1452.38, "end": 1452.86, "word": " grey.", "probability": 0.306396484375}, {"start": 1453.24, "end": 1453.36, "word": " We", "probability": 0.9013671875}, {"start": 1453.36, "end": 1453.66, "word": " can", "probability": 0.95068359375}, {"start": 1453.66, "end": 1453.96, "word": " look", "probability": 0.96240234375}, {"start": 1453.96, "end": 1454.3, "word": " at", "probability": 0.96875}, {"start": 1454.3, "end": 1454.86, "word": " the", "probability": 0.87841796875}, {"start": 1454.86, "end": 1455.38, "word": " length", "probability": 0.82666015625}, {"start": 1455.38, "end": 1455.86, "word": " of", "probability": 0.9609375}, {"start": 1455.86, "end": 1456.96, "word": " the", "probability": 0.845703125}, {"start": 1456.96, "end": 1457.2, "word": " hair,", "probability": 0.94970703125}, {"start": 1457.32, "end": 1457.44, "word": " for", "probability": 0.9150390625}, {"start": 1457.44, "end": 1457.92, "word": " example,", "probability": 0.96923828125}, {"start": 1458.04, "end": 1458.4, "word": " straight,", "probability": 0.76318359375}, {"start": 1458.56, "end": 1458.76, "word": " short,", "probability": 0.9453125}, {"start": 1458.9, "end": 1459.26, "word": " long,", "probability": 0.888671875}, {"start": 1459.76, "end": 1460.32, "word": " curly,", "probability": 0.9560546875}, {"start": 1460.64, "end": 1461.12, "word": " bald,", "probability": 0.8759765625}, {"start": 1461.42, "end": 1461.58, "word": " he", "probability": 0.8837890625}, {"start": 1461.58, "end": 1461.76, "word": " is", "probability": 0.84375}, {"start": 1461.76, "end": 1462.04, "word": " bald,", "probability": 0.923828125}, {"start": 1462.12, "end": 1462.24, "word": " no", "probability": 0.93701171875}, {"start": 1462.24, "end": 1462.68, "word": " hair,", "probability": 0.94189453125}, {"start": 1463.26, "end": 1463.62, "word": " wavy", "probability": 0.906494140625}, {"start": 1463.62, "end": 1463.94, "word": " and", "probability": 0.6669921875}, {"start": 1463.94, "end": 1464.28, "word": " so", "probability": 0.95166015625}, {"start": 1464.28, "end": 1464.74, "word": " on.", "probability": 0.94775390625}, {"start": 1464.92, "end": 1465.1, "word": " We", "probability": 0.955078125}, {"start": 1465.1, "end": 1465.3, "word": " can", "probability": 0.9462890625}, {"start": 1465.3, "end": 1465.54, "word": " look", "probability": 0.96630859375}, {"start": 1465.54, "end": 1465.9, "word": " at", "probability": 0.96875}, {"start": 1465.9, "end": 1467.2, "word": " the", "probability": 0.900390625}, {"start": 1467.2, "end": 1467.56, "word": " eyes,", "probability": 0.91357421875}, {"start": 1467.66, "end": 1467.76, "word": " for", "probability": 0.927734375}, {"start": 1467.76, "end": 1468.2, "word": " example,", "probability": 0.9716796875}, {"start": 1468.26, "end": 1468.4, "word": " the", "probability": 0.9150390625}, {"start": 1468.4, "end": 1468.64, "word": " color", "probability": 0.6220703125}, {"start": 1468.64, "end": 1468.78, "word": " of", "probability": 0.96240234375}, {"start": 1468.78, "end": 1468.86, "word": " the", "probability": 0.875}, {"start": 1468.86, "end": 1469.04, "word": " eyes,", "probability": 0.89990234375}, {"start": 1469.14, "end": 1469.36, "word": " blue,", "probability": 0.94580078125}, {"start": 1469.48, "end": 1469.78, "word": " dark,", "probability": 0.88232421875}, {"start": 1469.94, "end": 1470.26, "word": " brown,", "probability": 0.9052734375}, {"start": 1470.52, "end": 1470.84, "word": " green", "probability": 0.927734375}, {"start": 1470.84, "end": 1471.08, "word": " and", "probability": 0.61767578125}, {"start": 1471.08, "end": 1471.32, "word": " so", "probability": 0.951171875}, {"start": 1471.32, "end": 1471.66, "word": " on.", "probability": 0.94921875}, {"start": 1472.26, "end": 1472.64, "word": " Shape", "probability": 0.87109375}, {"start": 1472.64, "end": 1472.82, "word": " of", "probability": 0.9677734375}, {"start": 1472.82, "end": 1473.0, "word": " the", "probability": 0.91943359375}, {"start": 1473.0, "end": 1473.44, "word": " eyes,", "probability": 0.90625}, {"start": 1473.78, "end": 1473.88, "word": " for", "probability": 0.94189453125}, {"start": 1473.88, "end": 1474.14, "word": " example,", "probability": 0.97802734375}, {"start": 1474.22, "end": 1474.56, "word": " large", "probability": 0.95703125}, {"start": 1474.56, "end": 1474.96, "word": " eyes,", "probability": 0.9091796875}, {"start": 1475.32, "end": 1475.66, "word": " round", "probability": 0.884765625}, {"start": 1475.66, "end": 1476.06, "word": " eyes,", "probability": 0.91943359375}, {"start": 1476.28, "end": 1476.56, "word": " almond", "probability": 0.8837890625}, {"start": 1476.56, "end": 1477.16, "word": " shape", "probability": 0.57275390625}, {"start": 1477.16, "end": 1477.5, "word": " eyes", "probability": 0.8525390625}, {"start": 1477.5, "end": 1477.72, "word": " and", "probability": 0.81689453125}, {"start": 1477.72, "end": 1478.0, "word": " so", "probability": 0.9501953125}, {"start": 1478.0, "end": 1478.22, "word": " on.", "probability": 0.947265625}, {"start": 1478.46, "end": 1478.64, "word": " We", "probability": 0.95849609375}, {"start": 1478.64, "end": 1478.82, "word": " can", "probability": 0.94580078125}, {"start": 1478.82, "end": 1479.0, "word": " look", "probability": 0.96630859375}, {"start": 1479.0, "end": 1479.34, "word": " at", "probability": 0.9658203125}], "temperature": 1.0}, {"id": 53, "seek": 150559, "start": 1480.29, "end": 1505.59, "text": " The height. How tall a person is for example. She is tall for example. He is short. She is short. He is one hundred and eighty centimeters tall for example. Alright? She is an average person. Okay? An average height for example. We can describe the facial features for instance. We can look at smooth face, wrinkled face, thin face. We can look at", "tokens": [440, 6681, 13, 1012, 6764, 257, 954, 307, 337, 1365, 13, 1240, 307, 6764, 337, 1365, 13, 634, 307, 2099, 13, 1240, 307, 2099, 13, 634, 307, 472, 3262, 293, 26348, 23300, 6764, 337, 1365, 13, 2798, 30, 1240, 307, 364, 4274, 954, 13, 1033, 30, 1107, 4274, 6681, 337, 1365, 13, 492, 393, 6786, 264, 15642, 4122, 337, 5197, 13, 492, 393, 574, 412, 5508, 1851, 11, 928, 475, 1493, 1851, 11, 5862, 1851, 13, 492, 393, 574, 412], "avg_logprob": -0.20640432098765432, "compression_ratio": 1.8709677419354838, "no_speech_prob": 1.7881393432617188e-07, "words": [{"start": 1480.29, "end": 1480.53, "word": " The", "probability": 0.453857421875}, {"start": 1480.53, "end": 1480.89, "word": " height.", "probability": 0.939453125}, {"start": 1481.01, "end": 1481.21, "word": " How", "probability": 0.9150390625}, {"start": 1481.21, "end": 1481.67, "word": " tall", "probability": 0.9072265625}, {"start": 1481.67, "end": 1481.89, "word": " a", "probability": 0.9375}, {"start": 1481.89, "end": 1482.45, "word": " person", "probability": 0.91357421875}, {"start": 1482.45, "end": 1483.15, "word": " is", "probability": 0.94287109375}, {"start": 1483.15, "end": 1483.31, "word": " for", "probability": 0.485595703125}, {"start": 1483.31, "end": 1483.73, "word": " example.", "probability": 0.9765625}, {"start": 1483.93, "end": 1484.05, "word": " She", "probability": 0.56103515625}, {"start": 1484.05, "end": 1484.33, "word": " is", "probability": 0.94091796875}, {"start": 1484.33, "end": 1484.73, "word": " tall", "probability": 0.9404296875}, {"start": 1484.73, "end": 1485.15, "word": " for", "probability": 0.625}, {"start": 1485.15, "end": 1485.69, "word": " example.", "probability": 0.97705078125}, {"start": 1486.31, "end": 1486.45, "word": " He", "probability": 0.89208984375}, {"start": 1486.45, "end": 1486.87, "word": " is", "probability": 0.94287109375}, {"start": 1486.87, "end": 1487.69, "word": " short.", "probability": 0.92529296875}, {"start": 1487.87, "end": 1487.99, "word": " She", "probability": 0.861328125}, {"start": 1487.99, "end": 1488.19, "word": " is", "probability": 0.9453125}, {"start": 1488.19, "end": 1488.47, "word": " short.", "probability": 0.955078125}, {"start": 1488.79, "end": 1488.91, "word": " He", "probability": 0.9345703125}, {"start": 1488.91, "end": 1489.13, "word": " is", "probability": 0.955078125}, {"start": 1489.13, "end": 1489.33, "word": " one", "probability": 0.46142578125}, {"start": 1489.33, "end": 1489.57, "word": " hundred", "probability": 0.87939453125}, {"start": 1489.57, "end": 1489.79, "word": " and", "probability": 0.81103515625}, {"start": 1489.79, "end": 1490.03, "word": " eighty", "probability": 0.85400390625}, {"start": 1490.03, "end": 1490.59, "word": " centimeters", "probability": 0.6630859375}, {"start": 1490.59, "end": 1490.95, "word": " tall", "probability": 0.93505859375}, {"start": 1490.95, "end": 1491.17, "word": " for", "probability": 0.82373046875}, {"start": 1491.17, "end": 1491.69, "word": " example.", "probability": 0.9736328125}, {"start": 1492.15, "end": 1492.39, "word": " Alright?", "probability": 0.525390625}, {"start": 1492.71, "end": 1492.89, "word": " She", "probability": 0.8916015625}, {"start": 1492.89, "end": 1493.11, "word": " is", "probability": 0.93603515625}, {"start": 1493.11, "end": 1493.27, "word": " an", "probability": 0.9443359375}, {"start": 1493.27, "end": 1493.67, "word": " average", "probability": 0.77490234375}, {"start": 1493.67, "end": 1494.17, "word": " person.", "probability": 0.91064453125}, {"start": 1494.67, "end": 1494.79, "word": " Okay?", "probability": 0.6474609375}, {"start": 1494.87, "end": 1495.01, "word": " An", "probability": 0.9345703125}, {"start": 1495.01, "end": 1495.49, "word": " average", "probability": 0.76708984375}, {"start": 1495.49, "end": 1495.85, "word": " height", "probability": 0.93408203125}, {"start": 1495.85, "end": 1496.07, "word": " for", "probability": 0.8681640625}, {"start": 1496.07, "end": 1496.43, "word": " example.", "probability": 0.9736328125}, {"start": 1496.81, "end": 1496.97, "word": " We", "probability": 0.94970703125}, {"start": 1496.97, "end": 1497.17, "word": " can", "probability": 0.9453125}, {"start": 1497.17, "end": 1497.71, "word": " describe", "probability": 0.8486328125}, {"start": 1497.71, "end": 1497.93, "word": " the", "probability": 0.80859375}, {"start": 1497.93, "end": 1498.45, "word": " facial", "probability": 0.97021484375}, {"start": 1498.45, "end": 1499.39, "word": " features", "probability": 0.787109375}, {"start": 1499.39, "end": 1499.63, "word": " for", "probability": 0.79150390625}, {"start": 1499.63, "end": 1499.95, "word": " instance.", "probability": 0.931640625}, {"start": 1500.13, "end": 1500.23, "word": " We", "probability": 0.94189453125}, {"start": 1500.23, "end": 1500.45, "word": " can", "probability": 0.94189453125}, {"start": 1500.45, "end": 1500.69, "word": " look", "probability": 0.9677734375}, {"start": 1500.69, "end": 1500.99, "word": " at", "probability": 0.96240234375}, {"start": 1500.99, "end": 1501.75, "word": " smooth", "probability": 0.76025390625}, {"start": 1501.75, "end": 1502.13, "word": " face,", "probability": 0.916015625}, {"start": 1502.39, "end": 1502.97, "word": " wrinkled", "probability": 0.8035481770833334}, {"start": 1502.97, "end": 1503.43, "word": " face,", "probability": 0.91650390625}, {"start": 1503.95, "end": 1504.19, "word": " thin", "probability": 0.9033203125}, {"start": 1504.19, "end": 1504.51, "word": " face.", "probability": 0.92724609375}, {"start": 1504.71, "end": 1504.87, "word": " We", "probability": 0.94873046875}, {"start": 1504.87, "end": 1505.05, "word": " can", "probability": 0.9453125}, {"start": 1505.05, "end": 1505.25, "word": " look", "probability": 0.96728515625}, {"start": 1505.25, "end": 1505.59, "word": " at", "probability": 0.96923828125}], "temperature": 1.0}, {"id": 54, "seek": 152363, "start": 1506.51, "end": 1523.63, "text": " The eyebrows, okay? For example, bushy eyebrows. For example, we can look at the body, for example. Fat, thin, although I don't prefer to use the word fat, but thin, chubby, well-built and so on. Athletic, for example.", "tokens": [440, 19916, 11, 1392, 30, 1171, 1365, 11, 1255, 3495, 19916, 13, 1171, 1365, 11, 321, 393, 574, 412, 264, 1772, 11, 337, 1365, 13, 16948, 11, 5862, 11, 4878, 286, 500, 380, 4382, 281, 764, 264, 1349, 4046, 11, 457, 5862, 11, 417, 35654, 11, 731, 12, 23018, 293, 370, 322, 13, 34318, 299, 11, 337, 1365, 13], "avg_logprob": -0.18789061903953552, "compression_ratio": 1.5103448275862068, "no_speech_prob": 7.748603820800781e-07, "words": [{"start": 1506.51, "end": 1506.77, "word": " The", "probability": 0.335693359375}, {"start": 1506.77, "end": 1507.49, "word": " eyebrows,", "probability": 0.89892578125}, {"start": 1507.81, "end": 1508.07, "word": " okay?", "probability": 0.7431640625}, {"start": 1508.19, "end": 1508.31, "word": " For", "probability": 0.93115234375}, {"start": 1508.31, "end": 1508.67, "word": " example,", "probability": 0.9775390625}, {"start": 1508.85, "end": 1509.23, "word": " bushy", "probability": 0.890380859375}, {"start": 1509.23, "end": 1510.41, "word": " eyebrows.", "probability": 0.9365234375}, {"start": 1510.73, "end": 1510.87, "word": " For", "probability": 0.943359375}, {"start": 1510.87, "end": 1511.31, "word": " example,", "probability": 0.97802734375}, {"start": 1511.43, "end": 1511.51, "word": " we", "probability": 0.93505859375}, {"start": 1511.51, "end": 1511.71, "word": " can", "probability": 0.9404296875}, {"start": 1511.71, "end": 1511.89, "word": " look", "probability": 0.962890625}, {"start": 1511.89, "end": 1512.11, "word": " at", "probability": 0.96826171875}, {"start": 1512.11, "end": 1512.23, "word": " the", "probability": 0.85009765625}, {"start": 1512.23, "end": 1512.57, "word": " body,", "probability": 0.85888671875}, {"start": 1512.73, "end": 1512.85, "word": " for", "probability": 0.70703125}, {"start": 1512.85, "end": 1513.27, "word": " example.", "probability": 0.97412109375}, {"start": 1513.97, "end": 1514.49, "word": " Fat,", "probability": 0.9638671875}, {"start": 1514.99, "end": 1515.47, "word": " thin,", "probability": 0.93505859375}, {"start": 1515.77, "end": 1515.89, "word": " although", "probability": 0.64697265625}, {"start": 1515.89, "end": 1516.11, "word": " I", "probability": 0.97412109375}, {"start": 1516.11, "end": 1516.37, "word": " don't", "probability": 0.952880859375}, {"start": 1516.37, "end": 1516.65, "word": " prefer", "probability": 0.97705078125}, {"start": 1516.65, "end": 1516.87, "word": " to", "probability": 0.95068359375}, {"start": 1516.87, "end": 1517.05, "word": " use", "probability": 0.88671875}, {"start": 1517.05, "end": 1517.19, "word": " the", "probability": 0.916015625}, {"start": 1517.19, "end": 1517.43, "word": " word", "probability": 0.92236328125}, {"start": 1517.43, "end": 1517.81, "word": " fat,", "probability": 0.88427734375}, {"start": 1518.29, "end": 1518.43, "word": " but", "probability": 0.88623046875}, {"start": 1518.43, "end": 1519.23, "word": " thin,", "probability": 0.908203125}, {"start": 1519.55, "end": 1519.97, "word": " chubby,", "probability": 0.885498046875}, {"start": 1520.33, "end": 1520.47, "word": " well", "probability": 0.951171875}, {"start": 1520.47, "end": 1520.91, "word": "-built", "probability": 0.80224609375}, {"start": 1520.91, "end": 1521.57, "word": " and", "probability": 0.4990234375}, {"start": 1521.57, "end": 1521.75, "word": " so", "probability": 0.96484375}, {"start": 1521.75, "end": 1521.91, "word": " on.", "probability": 0.8740234375}, {"start": 1522.27, "end": 1522.79, "word": " Athletic,", "probability": 0.929443359375}, {"start": 1522.99, "end": 1523.17, "word": " for", "probability": 0.95458984375}, {"start": 1523.17, "end": 1523.63, "word": " example.", "probability": 0.9736328125}], "temperature": 1.0}, {"id": 55, "seek": 155359, "start": 1524.71, "end": 1553.59, "text": " And finally, we can look at the personality. For example, she is really optimistic, he is really kind, angry, considerate, thoughtful, happy, cheerful, annoying person, helpful person, and so on. So these are some physical appearance, some sort of appearance, all right? And also we can look at the personality of that person, okay?", "tokens": [400, 2721, 11, 321, 393, 574, 412, 264, 9033, 13, 1171, 1365, 11, 750, 307, 534, 19397, 11, 415, 307, 534, 733, 11, 6884, 11, 1949, 473, 11, 21566, 11, 2055, 11, 36942, 11, 11304, 954, 11, 4961, 954, 11, 293, 370, 322, 13, 407, 613, 366, 512, 4001, 8967, 11, 512, 1333, 295, 8967, 11, 439, 558, 30, 400, 611, 321, 393, 574, 412, 264, 9033, 295, 300, 954, 11, 1392, 30], "avg_logprob": -0.15720017193942457, "compression_ratio": 1.734375, "no_speech_prob": 0.0, "words": [{"start": 1524.71, "end": 1525.05, "word": " And", "probability": 0.72314453125}, {"start": 1525.05, "end": 1525.43, "word": " finally,", "probability": 0.81689453125}, {"start": 1525.53, "end": 1525.63, "word": " we", "probability": 0.95947265625}, {"start": 1525.63, "end": 1525.83, "word": " can", "probability": 0.94091796875}, {"start": 1525.83, "end": 1526.05, "word": " look", "probability": 0.96337890625}, {"start": 1526.05, "end": 1526.29, "word": " at", "probability": 0.96728515625}, {"start": 1526.29, "end": 1526.45, "word": " the", "probability": 0.88134765625}, {"start": 1526.45, "end": 1527.09, "word": " personality.", "probability": 0.92919921875}, {"start": 1527.41, "end": 1527.51, "word": " For", "probability": 0.94775390625}, {"start": 1527.51, "end": 1527.97, "word": " example,", "probability": 0.97314453125}, {"start": 1528.11, "end": 1528.43, "word": " she", "probability": 0.82373046875}, {"start": 1528.43, "end": 1528.89, "word": " is", "probability": 0.9462890625}, {"start": 1528.89, "end": 1529.87, "word": " really", "probability": 0.8291015625}, {"start": 1529.87, "end": 1530.69, "word": " optimistic,", "probability": 0.923828125}, {"start": 1531.01, "end": 1531.17, "word": " he", "probability": 0.9521484375}, {"start": 1531.17, "end": 1531.51, "word": " is", "probability": 0.9462890625}, {"start": 1531.51, "end": 1531.95, "word": " really", "probability": 0.875}, {"start": 1531.95, "end": 1532.57, "word": " kind,", "probability": 0.9111328125}, {"start": 1533.03, "end": 1533.61, "word": " angry,", "probability": 0.91748046875}, {"start": 1534.29, "end": 1535.45, "word": " considerate,", "probability": 0.85888671875}, {"start": 1535.61, "end": 1536.03, "word": " thoughtful,", "probability": 0.95654296875}, {"start": 1536.47, "end": 1536.75, "word": " happy,", "probability": 0.931640625}, {"start": 1536.99, "end": 1537.31, "word": " cheerful,", "probability": 0.9755859375}, {"start": 1538.01, "end": 1538.39, "word": " annoying", "probability": 0.8828125}, {"start": 1538.39, "end": 1539.21, "word": " person,", "probability": 0.91357421875}, {"start": 1539.67, "end": 1539.99, "word": " helpful", "probability": 0.88623046875}, {"start": 1539.99, "end": 1540.65, "word": " person,", "probability": 0.90185546875}, {"start": 1541.03, "end": 1541.15, "word": " and", "probability": 0.9375}, {"start": 1541.15, "end": 1541.43, "word": " so", "probability": 0.95556640625}, {"start": 1541.43, "end": 1542.07, "word": " on.", "probability": 0.63720703125}, {"start": 1542.15, "end": 1542.25, "word": " So", "probability": 0.8583984375}, {"start": 1542.25, "end": 1542.51, "word": " these", "probability": 0.67236328125}, {"start": 1542.51, "end": 1542.69, "word": " are", "probability": 0.93798828125}, {"start": 1542.69, "end": 1543.03, "word": " some", "probability": 0.90625}, {"start": 1543.03, "end": 1543.87, "word": " physical", "probability": 0.87841796875}, {"start": 1543.87, "end": 1545.11, "word": " appearance,", "probability": 0.75439453125}, {"start": 1545.25, "end": 1545.41, "word": " some", "probability": 0.90478515625}, {"start": 1545.41, "end": 1545.65, "word": " sort", "probability": 0.91015625}, {"start": 1545.65, "end": 1545.77, "word": " of", "probability": 0.9677734375}, {"start": 1545.77, "end": 1546.41, "word": " appearance,", "probability": 0.8603515625}, {"start": 1546.61, "end": 1546.75, "word": " all", "probability": 0.669921875}, {"start": 1546.75, "end": 1546.97, "word": " right?", "probability": 0.912109375}, {"start": 1547.17, "end": 1547.41, "word": " And", "probability": 0.953125}, {"start": 1547.41, "end": 1547.69, "word": " also", "probability": 0.85888671875}, {"start": 1547.69, "end": 1547.87, "word": " we", "probability": 0.5771484375}, {"start": 1547.87, "end": 1548.07, "word": " can", "probability": 0.9423828125}, {"start": 1548.07, "end": 1548.31, "word": " look", "probability": 0.96484375}, {"start": 1548.31, "end": 1548.73, "word": " at", "probability": 0.9658203125}, {"start": 1548.73, "end": 1549.67, "word": " the", "probability": 0.87890625}, {"start": 1549.67, "end": 1551.39, "word": " personality", "probability": 0.888671875}, {"start": 1551.39, "end": 1551.83, "word": " of", "probability": 0.96630859375}, {"start": 1551.83, "end": 1552.25, "word": " that", "probability": 0.9365234375}, {"start": 1552.25, "end": 1553.15, "word": " person,", "probability": 0.919921875}, {"start": 1553.33, "end": 1553.59, "word": " okay?", "probability": 0.892578125}], "temperature": 1.0}, {"id": 56, "seek": 156850, "start": 1555.16, "end": 1568.5, "text": " Let us just do this very quick activity and try to fill in the missing with some words from the list here describing Mr. Khalil, okay? Yes, please.", "tokens": [961, 505, 445, 360, 341, 588, 1702, 5191, 293, 853, 281, 2836, 294, 264, 5361, 365, 512, 2283, 490, 264, 1329, 510, 16141, 2221, 13, 27724, 388, 11, 1392, 30, 1079, 11, 1767, 13], "avg_logprob": -0.19787947024617877, "compression_ratio": 1.2131147540983607, "no_speech_prob": 0.0, "words": [{"start": 1555.16, "end": 1555.44, "word": " Let", "probability": 0.66015625}, {"start": 1555.44, "end": 1555.6, "word": " us", "probability": 0.89013671875}, {"start": 1555.6, "end": 1555.84, "word": " just", "probability": 0.85205078125}, {"start": 1555.84, "end": 1556.04, "word": " do", "probability": 0.9345703125}, {"start": 1556.04, "end": 1556.24, "word": " this", "probability": 0.9423828125}, {"start": 1556.24, "end": 1556.48, "word": " very", "probability": 0.82421875}, {"start": 1556.48, "end": 1556.82, "word": " quick", "probability": 0.958984375}, {"start": 1556.82, "end": 1557.44, "word": " activity", "probability": 0.92724609375}, {"start": 1557.44, "end": 1558.82, "word": " and", "probability": 0.8212890625}, {"start": 1558.82, "end": 1559.36, "word": " try", "probability": 0.9404296875}, {"start": 1559.36, "end": 1559.62, "word": " to", "probability": 0.96923828125}, {"start": 1559.62, "end": 1559.88, "word": " fill", "probability": 0.90478515625}, {"start": 1559.88, "end": 1560.28, "word": " in", "probability": 0.94091796875}, {"start": 1560.28, "end": 1560.82, "word": " the", "probability": 0.89794921875}, {"start": 1560.82, "end": 1561.2, "word": " missing", "probability": 0.91455078125}, {"start": 1561.2, "end": 1562.08, "word": " with", "probability": 0.8515625}, {"start": 1562.08, "end": 1562.7, "word": " some", "probability": 0.8505859375}, {"start": 1562.7, "end": 1563.16, "word": " words", "probability": 0.87158203125}, {"start": 1563.16, "end": 1563.42, "word": " from", "probability": 0.873046875}, {"start": 1563.42, "end": 1563.62, "word": " the", "probability": 0.9130859375}, {"start": 1563.62, "end": 1564.02, "word": " list", "probability": 0.94384765625}, {"start": 1564.02, "end": 1564.7, "word": " here", "probability": 0.72705078125}, {"start": 1564.7, "end": 1565.52, "word": " describing", "probability": 0.818359375}, {"start": 1565.52, "end": 1566.34, "word": " Mr.", "probability": 0.92578125}, {"start": 1566.46, "end": 1566.88, "word": " Khalil,", "probability": 0.687255859375}, {"start": 1567.12, "end": 1567.38, "word": " okay?", "probability": 0.587890625}, {"start": 1567.98, "end": 1568.22, "word": " Yes,", "probability": 0.94921875}, {"start": 1568.28, "end": 1568.5, "word": " please.", "probability": 0.82275390625}], "temperature": 1.0}, {"id": 57, "seek": 159247, "start": 1589.91, "end": 1592.47, "text": " Actually, I was going to say something, but I forgot.", "tokens": [5135, 11, 286, 390, 516, 281, 584, 746, 11, 457, 286, 5298, 13], "avg_logprob": -1.316964328289032, "compression_ratio": 0.9, "no_speech_prob": 8.827447891235352e-05, "words": [{"start": 1589.91, "end": 1590.31, "word": " Actually,", "probability": 0.0224151611328125}, {"start": 1590.53, "end": 1590.53, "word": " I", "probability": 0.6474609375}, {"start": 1590.53, "end": 1590.69, "word": " was", "probability": 0.1788330078125}, {"start": 1590.69, "end": 1590.79, "word": " going", "probability": 0.156494140625}, {"start": 1590.79, "end": 1590.89, "word": " to", "probability": 0.93212890625}, {"start": 1590.89, "end": 1591.07, "word": " say", "probability": 0.21630859375}, {"start": 1591.07, "end": 1591.39, "word": " something,", "probability": 0.10748291015625}, {"start": 1592.03, "end": 1592.07, "word": " but", "probability": 0.53515625}, {"start": 1592.07, "end": 1592.11, "word": " I", "probability": 0.51318359375}, {"start": 1592.11, "end": 1592.47, "word": " forgot.", "probability": 0.1591796875}], "temperature": 1.0}, {"id": 58, "seek": 163553, "start": 1622.15, "end": 1635.53, "text": " I started this when I was five.", "tokens": [286, 1409, 341, 562, 286, 390, 1732, 13], "avg_logprob": -1.1467013888888888, "compression_ratio": 0.8, "no_speech_prob": 6.556510925292969e-07, "words": [{"start": 1622.15, "end": 1622.65, "word": " I", "probability": 0.118408203125}, {"start": 1622.65, "end": 1623.15, "word": " started", "probability": 0.359130859375}, {"start": 1623.15, "end": 1623.31, "word": " this", "probability": 0.049652099609375}, {"start": 1623.31, "end": 1635.25, "word": " when", "probability": 0.3994140625}, {"start": 1635.25, "end": 1635.27, "word": " I", "probability": 0.97607421875}, {"start": 1635.27, "end": 1635.39, "word": " was", "probability": 0.91064453125}, {"start": 1635.39, "end": 1635.53, "word": " five.", "probability": 0.20458984375}], "temperature": 1.0}, {"id": 59, "seek": 166335, "start": 1661.81, "end": 1663.35, "text": " It's very strong.", "tokens": [467, 311, 588, 2068, 13], "avg_logprob": -1.2044270833333333, "compression_ratio": 0.6923076923076923, "no_speech_prob": 0.0003046989440917969, "words": [{"start": 1661.8100000000002, "end": 1662.65, "word": " It's", "probability": 0.36727142333984375}, {"start": 1662.65, "end": 1662.87, "word": " very", "probability": 0.186767578125}, {"start": 1662.87, "end": 1663.35, "word": " strong.", "probability": 0.2322998046875}], "temperature": 1.0}, {"id": 60, "seek": 166704, "start": 1666.24, "end": 1667.04, "text": " I'm going to take a break.", "tokens": [286, 478, 516, 281, 747, 257, 1821, 13], "avg_logprob": -1.3784722222222223, "compression_ratio": 0.7714285714285715, "no_speech_prob": 0.0005583763122558594, "words": [{"start": 1666.24, "end": 1666.52, "word": " I'm", "probability": 0.160888671875}, {"start": 1666.52, "end": 1666.64, "word": " going", "probability": 0.1812744140625}, {"start": 1666.64, "end": 1666.64, "word": " to", "probability": 0.9375}, {"start": 1666.64, "end": 1666.76, "word": " take", "probability": 0.0841064453125}, {"start": 1666.76, "end": 1666.88, "word": " a", "probability": 0.4091796875}, {"start": 1666.88, "end": 1667.04, "word": " break.", "probability": 0.173095703125}], "temperature": 1.0}, {"id": 61, "seek": 170148, "start": 1699.5, "end": 1701.48, "text": " Okay. Okay.", "tokens": [1033, 13, 1033, 13], "avg_logprob": -1.446875, "compression_ratio": 0.75, "no_speech_prob": 0.0017261505126953125, "words": [{"start": 1699.5, "end": 1700.9, "word": " Okay.", "probability": 0.0233612060546875}, {"start": 1701.48, "end": 1701.48, "word": " Okay.", "probability": 0.2127685546875}], "temperature": 1.0}, {"id": 62, "seek": 175653, "start": 1727.83, "end": 1756.53, "text": " Alright, are we done? Yes, please. Let's see. Khalil is an old man. Yes, he's an old man in his mid-sixties. Alright. Alright, we'd like to continue. His face is thin and wrinkled. His face is thin and wrinkled.", "tokens": [2798, 11, 366, 321, 1096, 30, 1079, 11, 1767, 13, 961, 311, 536, 13, 27724, 388, 307, 364, 1331, 587, 13, 1079, 11, 415, 311, 364, 1331, 587, 294, 702, 2062, 12, 7691, 734, 530, 13, 2798, 13, 2798, 11, 321, 1116, 411, 281, 2354, 13, 2812, 1851, 307, 5862, 293, 928, 475, 1493, 13, 2812, 1851, 307, 5862, 293, 928, 475, 1493, 13], "avg_logprob": -0.24639423076923078, "compression_ratio": 1.5703703703703704, "no_speech_prob": 3.5762786865234375e-07, "words": [{"start": 1727.83, "end": 1728.21, "word": " Alright,", "probability": 0.446044921875}, {"start": 1728.37, "end": 1728.45, "word": " are", "probability": 0.85302734375}, {"start": 1728.45, "end": 1728.55, "word": " we", "probability": 0.96337890625}, {"start": 1728.55, "end": 1728.75, "word": " done?", "probability": 0.92626953125}, {"start": 1729.29, "end": 1729.53, "word": " Yes,", "probability": 0.8681640625}, {"start": 1729.61, "end": 1729.79, "word": " please.", "probability": 0.794921875}, {"start": 1729.89, "end": 1730.11, "word": " Let's", "probability": 0.968994140625}, {"start": 1730.11, "end": 1730.35, "word": " see.", "probability": 0.92626953125}, {"start": 1730.49, "end": 1730.81, "word": " Khalil", "probability": 0.63232421875}, {"start": 1730.81, "end": 1732.11, "word": " is", "probability": 0.4091796875}, {"start": 1732.11, "end": 1735.35, "word": " an", "probability": 0.78564453125}, {"start": 1735.35, "end": 1735.85, "word": " old", "probability": 0.8994140625}, {"start": 1735.85, "end": 1736.73, "word": " man.", "probability": 0.9375}, {"start": 1737.09, "end": 1737.41, "word": " Yes,", "probability": 0.73681640625}, {"start": 1737.53, "end": 1737.69, "word": " he's", "probability": 0.8291015625}, {"start": 1737.69, "end": 1737.89, "word": " an", "probability": 0.9443359375}, {"start": 1737.89, "end": 1738.13, "word": " old", "probability": 0.9384765625}, {"start": 1738.13, "end": 1738.59, "word": " man", "probability": 0.931640625}, {"start": 1738.59, "end": 1739.07, "word": " in", "probability": 0.87646484375}, {"start": 1739.07, "end": 1739.37, "word": " his", "probability": 0.96875}, {"start": 1739.37, "end": 1740.43, "word": " mid", "probability": 0.9501953125}, {"start": 1740.43, "end": 1742.01, "word": "-sixties.", "probability": 0.68701171875}, {"start": 1742.41, "end": 1742.75, "word": " Alright.", "probability": 0.6611328125}, {"start": 1743.75, "end": 1744.39, "word": " Alright,", "probability": 0.486083984375}, {"start": 1744.57, "end": 1744.77, "word": " we'd", "probability": 0.56982421875}, {"start": 1744.77, "end": 1744.85, "word": " like", "probability": 0.8740234375}, {"start": 1744.85, "end": 1744.99, "word": " to", "probability": 0.96533203125}, {"start": 1744.99, "end": 1745.35, "word": " continue.", "probability": 0.8974609375}, {"start": 1745.47, "end": 1745.59, "word": " His", "probability": 0.95166015625}, {"start": 1745.59, "end": 1746.01, "word": " face", "probability": 0.90625}, {"start": 1746.01, "end": 1746.59, "word": " is", "probability": 0.9541015625}, {"start": 1746.59, "end": 1748.83, "word": " thin", "probability": 0.8095703125}, {"start": 1748.83, "end": 1750.45, "word": " and", "probability": 0.93701171875}, {"start": 1750.45, "end": 1751.31, "word": " wrinkled.", "probability": 0.9466145833333334}, {"start": 1752.33, "end": 1752.55, "word": " His", "probability": 0.85546875}, {"start": 1752.55, "end": 1752.91, "word": " face", "probability": 0.91162109375}, {"start": 1752.91, "end": 1753.09, "word": " is", "probability": 0.9501953125}, {"start": 1753.09, "end": 1753.47, "word": " thin", "probability": 0.91796875}, {"start": 1753.47, "end": 1755.07, "word": " and", "probability": 0.94384765625}, {"start": 1755.07, "end": 1756.53, "word": " wrinkled.", "probability": 0.95703125}], "temperature": 1.0}, {"id": 63, "seek": 178559, "start": 1759.53, "end": 1785.59, "text": " Wrinkled. Alright? That's right. Wrinkled. Okay because of old age. Alright? Yes please. His hair is pushy and his eyebrows are green. That would be spooky. His hair is short. His hair is short and eyebrows are green.", "tokens": [10159, 475, 1493, 13, 2798, 30, 663, 311, 558, 13, 10159, 475, 1493, 13, 1033, 570, 295, 1331, 3205, 13, 2798, 30, 1079, 1767, 13, 2812, 2578, 307, 2944, 88, 293, 702, 19916, 366, 3092, 13, 663, 576, 312, 30510, 13, 2812, 2578, 307, 2099, 13, 2812, 2578, 307, 2099, 293, 19916, 366, 3092, 13], "avg_logprob": -0.3175223113170692, "compression_ratio": 1.6390977443609023, "no_speech_prob": 1.1920928955078125e-07, "words": [{"start": 1759.53, "end": 1760.35, "word": " Wrinkled.", "probability": 0.722412109375}, {"start": 1760.63, "end": 1761.03, "word": " Alright?", "probability": 0.487548828125}, {"start": 1761.51, "end": 1761.83, "word": " That's", "probability": 0.637939453125}, {"start": 1761.83, "end": 1762.07, "word": " right.", "probability": 0.46484375}, {"start": 1762.07, "end": 1762.67, "word": " Wrinkled.", "probability": 0.9484049479166666}, {"start": 1762.93, "end": 1763.17, "word": " Okay", "probability": 0.49267578125}, {"start": 1763.17, "end": 1763.47, "word": " because", "probability": 0.329833984375}, {"start": 1763.47, "end": 1763.69, "word": " of", "probability": 0.94482421875}, {"start": 1763.69, "end": 1764.01, "word": " old", "probability": 0.92138671875}, {"start": 1764.01, "end": 1764.33, "word": " age.", "probability": 0.94287109375}, {"start": 1764.63, "end": 1764.83, "word": " Alright?", "probability": 0.646484375}, {"start": 1765.29, "end": 1765.65, "word": " Yes", "probability": 0.44775390625}, {"start": 1765.65, "end": 1765.99, "word": " please.", "probability": 0.6181640625}, {"start": 1766.31, "end": 1766.53, "word": " His", "probability": 0.79541015625}, {"start": 1766.53, "end": 1766.77, "word": " hair", "probability": 0.9404296875}, {"start": 1766.77, "end": 1767.21, "word": " is", "probability": 0.9580078125}, {"start": 1767.21, "end": 1767.99, "word": " pushy", "probability": 0.7354736328125}, {"start": 1767.99, "end": 1768.37, "word": " and", "probability": 0.93603515625}, {"start": 1768.37, "end": 1768.77, "word": " his", "probability": 0.9677734375}, {"start": 1768.77, "end": 1769.49, "word": " eyebrows", "probability": 0.95263671875}, {"start": 1769.49, "end": 1769.87, "word": " are", "probability": 0.94384765625}, {"start": 1769.87, "end": 1770.21, "word": " green.", "probability": 0.96044921875}, {"start": 1771.09, "end": 1771.91, "word": " That", "probability": 0.369140625}, {"start": 1771.91, "end": 1774.01, "word": " would", "probability": 0.81787109375}, {"start": 1774.01, "end": 1774.19, "word": " be", "probability": 0.955078125}, {"start": 1774.19, "end": 1774.73, "word": " spooky.", "probability": 0.92138671875}, {"start": 1775.25, "end": 1776.07, "word": " His", "probability": 0.434326171875}, {"start": 1776.07, "end": 1776.53, "word": " hair", "probability": 0.94384765625}, {"start": 1776.53, "end": 1776.95, "word": " is", "probability": 0.95703125}, {"start": 1776.95, "end": 1778.53, "word": " short.", "probability": 0.7001953125}, {"start": 1779.49, "end": 1780.09, "word": " His", "probability": 0.435546875}, {"start": 1780.09, "end": 1782.21, "word": " hair", "probability": 0.935546875}, {"start": 1782.21, "end": 1782.53, "word": " is", "probability": 0.9521484375}, {"start": 1782.53, "end": 1783.15, "word": " short", "probability": 0.95458984375}, {"start": 1783.15, "end": 1784.01, "word": " and", "probability": 0.91357421875}, {"start": 1784.01, "end": 1784.63, "word": " eyebrows", "probability": 0.62646484375}, {"start": 1784.63, "end": 1785.11, "word": " are", "probability": 0.8779296875}, {"start": 1785.11, "end": 1785.59, "word": " green.", "probability": 0.58203125}], "temperature": 1.0}, {"id": 64, "seek": 181379, "start": 1788.49, "end": 1813.79, "text": " They're not organized, they're sort of, you know, all over the place. Yes, please. Noura, on the other hand, is in her late twenties. Twenties, yes. She's in her late twenties. She has straight hair and brown eyes.", "tokens": [814, 434, 406, 9983, 11, 436, 434, 1333, 295, 11, 291, 458, 11, 439, 670, 264, 1081, 13, 1079, 11, 1767, 13, 426, 396, 64, 11, 322, 264, 661, 1011, 11, 307, 294, 720, 3469, 49398, 13, 2574, 317, 530, 11, 2086, 13, 1240, 311, 294, 720, 3469, 49398, 13, 1240, 575, 2997, 2578, 293, 6292, 2575, 13], "avg_logprob": -0.2603283999329906, "compression_ratio": 1.5357142857142858, "no_speech_prob": 5.960464477539063e-08, "words": [{"start": 1788.49, "end": 1789.05, "word": " They're", "probability": 0.37847900390625}, {"start": 1789.05, "end": 1789.21, "word": " not", "probability": 0.9365234375}, {"start": 1789.21, "end": 1789.71, "word": " organized,", "probability": 0.919921875}, {"start": 1789.95, "end": 1790.19, "word": " they're", "probability": 0.86865234375}, {"start": 1790.19, "end": 1790.43, "word": " sort", "probability": 0.79541015625}, {"start": 1790.43, "end": 1790.61, "word": " of,", "probability": 0.97265625}, {"start": 1790.67, "end": 1791.13, "word": " you", "probability": 0.95361328125}, {"start": 1791.13, "end": 1791.27, "word": " know,", "probability": 0.88818359375}, {"start": 1791.59, "end": 1791.75, "word": " all", "probability": 0.87646484375}, {"start": 1791.75, "end": 1792.01, "word": " over", "probability": 0.9248046875}, {"start": 1792.01, "end": 1792.25, "word": " the", "probability": 0.580078125}, {"start": 1792.25, "end": 1792.35, "word": " place.", "probability": 0.67236328125}, {"start": 1792.63, "end": 1792.99, "word": " Yes,", "probability": 0.8955078125}, {"start": 1793.05, "end": 1793.31, "word": " please.", "probability": 0.798828125}, {"start": 1793.61, "end": 1794.01, "word": " Noura,", "probability": 0.66015625}, {"start": 1794.09, "end": 1794.15, "word": " on", "probability": 0.93896484375}, {"start": 1794.15, "end": 1794.39, "word": " the", "probability": 0.56201171875}, {"start": 1794.39, "end": 1794.43, "word": " other", "probability": 0.88720703125}, {"start": 1794.43, "end": 1794.85, "word": " hand,", "probability": 0.9150390625}, {"start": 1795.31, "end": 1795.79, "word": " is", "probability": 0.9228515625}, {"start": 1795.79, "end": 1796.05, "word": " in", "probability": 0.9423828125}, {"start": 1796.05, "end": 1796.33, "word": " her", "probability": 0.95703125}, {"start": 1796.33, "end": 1796.79, "word": " late", "probability": 0.9248046875}, {"start": 1796.79, "end": 1798.61, "word": " twenties.", "probability": 0.759765625}, {"start": 1799.07, "end": 1799.63, "word": " Twenties,", "probability": 0.93115234375}, {"start": 1799.69, "end": 1799.93, "word": " yes.", "probability": 0.95654296875}, {"start": 1800.05, "end": 1800.37, "word": " She's", "probability": 0.885498046875}, {"start": 1800.37, "end": 1800.53, "word": " in", "probability": 0.95068359375}, {"start": 1800.53, "end": 1800.73, "word": " her", "probability": 0.96240234375}, {"start": 1800.73, "end": 1801.13, "word": " late", "probability": 0.9091796875}, {"start": 1801.13, "end": 1802.17, "word": " twenties.", "probability": 0.9345703125}, {"start": 1803.99, "end": 1804.55, "word": " She", "probability": 0.87841796875}, {"start": 1804.55, "end": 1805.81, "word": " has", "probability": 0.9365234375}, {"start": 1805.81, "end": 1806.33, "word": " straight", "probability": 0.87255859375}, {"start": 1806.33, "end": 1808.13, "word": " hair", "probability": 0.95556640625}, {"start": 1808.13, "end": 1809.41, "word": " and", "probability": 0.59033203125}, {"start": 1809.41, "end": 1811.09, "word": " brown", "probability": 0.58984375}, {"start": 1811.09, "end": 1813.79, "word": " eyes.", "probability": 0.73193359375}], "temperature": 1.0}, {"id": 65, "seek": 184256, "start": 1813.88, "end": 1842.56, "text": " Green eyes? Yes, green eyes. Green and round. Green and round eyes. All right? Round and green eyes. Round green eyes. She's approximately 100 centimeters tall. All right? So these are some physical sort of characteristics of Noura and Kalim. Okay? So remember these things that we used to describe", "tokens": [6969, 2575, 30, 1079, 11, 3092, 2575, 13, 6969, 293, 3098, 13, 6969, 293, 3098, 2575, 13, 1057, 558, 30, 18525, 293, 3092, 2575, 13, 18525, 3092, 2575, 13, 1240, 311, 10447, 2319, 23300, 6764, 13, 1057, 558, 30, 407, 613, 366, 512, 4001, 1333, 295, 10891, 295, 426, 396, 64, 293, 12655, 332, 13, 1033, 30, 407, 1604, 613, 721, 300, 321, 1143, 281, 6786], "avg_logprob": -0.29337686478202024, "compression_ratio": 1.633879781420765, "no_speech_prob": 0.0, "words": [{"start": 1813.88, "end": 1814.28, "word": " Green", "probability": 0.64990234375}, {"start": 1814.28, "end": 1814.82, "word": " eyes?", "probability": 0.80712890625}, {"start": 1814.98, "end": 1815.42, "word": " Yes,", "probability": 0.8505859375}, {"start": 1815.56, "end": 1815.78, "word": " green", "probability": 0.93310546875}, {"start": 1815.78, "end": 1815.92, "word": " eyes.", "probability": 0.8095703125}, {"start": 1815.92, "end": 1815.98, "word": " Green", "probability": 0.62255859375}, {"start": 1815.98, "end": 1816.2, "word": " and", "probability": 0.90478515625}, {"start": 1816.2, "end": 1816.52, "word": " round.", "probability": 0.82958984375}, {"start": 1816.7, "end": 1817.32, "word": " Green", "probability": 0.5498046875}, {"start": 1817.32, "end": 1819.16, "word": " and", "probability": 0.890625}, {"start": 1819.16, "end": 1819.82, "word": " round", "probability": 0.85546875}, {"start": 1819.82, "end": 1820.34, "word": " eyes.", "probability": 0.88623046875}, {"start": 1820.52, "end": 1820.66, "word": " All", "probability": 0.3115234375}, {"start": 1820.66, "end": 1820.9, "word": " right?", "probability": 0.908203125}, {"start": 1821.32, "end": 1821.96, "word": " Round", "probability": 0.70556640625}, {"start": 1821.96, "end": 1822.2, "word": " and", "probability": 0.939453125}, {"start": 1822.2, "end": 1822.52, "word": " green", "probability": 0.95458984375}, {"start": 1822.52, "end": 1822.9, "word": " eyes.", "probability": 0.9287109375}, {"start": 1823.12, "end": 1823.48, "word": " Round", "probability": 0.78759765625}, {"start": 1823.48, "end": 1823.88, "word": " green", "probability": 0.65185546875}, {"start": 1823.88, "end": 1824.16, "word": " eyes.", "probability": 0.91650390625}, {"start": 1825.02, "end": 1825.44, "word": " She's", "probability": 0.765625}, {"start": 1825.44, "end": 1826.36, "word": " approximately", "probability": 0.8828125}, {"start": 1826.36, "end": 1827.62, "word": " 100", "probability": 0.382080078125}, {"start": 1827.62, "end": 1829.24, "word": " centimeters", "probability": 0.7412109375}, {"start": 1829.24, "end": 1831.12, "word": " tall.", "probability": 0.89306640625}, {"start": 1831.5, "end": 1831.7, "word": " All", "probability": 0.83935546875}, {"start": 1831.7, "end": 1831.9, "word": " right?", "probability": 0.9150390625}, {"start": 1832.04, "end": 1832.16, "word": " So", "probability": 0.93603515625}, {"start": 1832.16, "end": 1832.4, "word": " these", "probability": 0.64306640625}, {"start": 1832.4, "end": 1832.54, "word": " are", "probability": 0.9384765625}, {"start": 1832.54, "end": 1832.8, "word": " some", "probability": 0.9130859375}, {"start": 1832.8, "end": 1833.34, "word": " physical", "probability": 0.861328125}, {"start": 1833.34, "end": 1834.04, "word": " sort", "probability": 0.560546875}, {"start": 1834.04, "end": 1834.28, "word": " of", "probability": 0.9697265625}, {"start": 1834.28, "end": 1835.02, "word": " characteristics", "probability": 0.89306640625}, {"start": 1835.02, "end": 1835.64, "word": " of", "probability": 0.9697265625}, {"start": 1835.64, "end": 1837.46, "word": " Noura", "probability": 0.7191569010416666}, {"start": 1837.46, "end": 1838.0, "word": " and", "probability": 0.93603515625}, {"start": 1838.0, "end": 1838.8, "word": " Kalim.", "probability": 0.48162841796875}, {"start": 1838.92, "end": 1839.2, "word": " Okay?", "probability": 0.74267578125}, {"start": 1839.54, "end": 1839.7, "word": " So", "probability": 0.96044921875}, {"start": 1839.7, "end": 1840.02, "word": " remember", "probability": 0.7890625}, {"start": 1840.02, "end": 1840.68, "word": " these", "probability": 0.5048828125}, {"start": 1840.68, "end": 1840.98, "word": " things", "probability": 0.85498046875}, {"start": 1840.98, "end": 1841.18, "word": " that", "probability": 0.921875}, {"start": 1841.18, "end": 1841.34, "word": " we", "probability": 0.962890625}, {"start": 1841.34, "end": 1841.66, "word": " used", "probability": 0.6533203125}, {"start": 1841.66, "end": 1841.88, "word": " to", "probability": 0.97021484375}, {"start": 1841.88, "end": 1842.56, "word": " describe", "probability": 0.86376953125}], "temperature": 1.0}, {"id": 66, "seek": 185237, "start": 1846.53, "end": 1852.37, "text": " Now let's look at an example of what describing a place should look like.", "tokens": [823, 718, 311, 574, 412, 364, 1365, 295, 437, 16141, 257, 1081, 820, 574, 411, 13], "avg_logprob": -0.20795036764705882, "compression_ratio": 1.0, "no_speech_prob": 0.0, "words": [{"start": 1846.5299999999997, "end": 1847.1699999999998, "word": " Now", "probability": 0.166015625}, {"start": 1847.1699999999998, "end": 1847.81, "word": " let's", "probability": 0.8359375}, {"start": 1847.81, "end": 1847.99, "word": " look", "probability": 0.95703125}, {"start": 1847.99, "end": 1848.17, "word": " at", "probability": 0.9619140625}, {"start": 1848.17, "end": 1848.31, "word": " an", "probability": 0.91357421875}, {"start": 1848.31, "end": 1848.79, "word": " example", "probability": 0.9755859375}, {"start": 1848.79, "end": 1849.03, "word": " of", "probability": 0.8740234375}, {"start": 1849.03, "end": 1849.45, "word": " what", "probability": 0.8994140625}, {"start": 1849.45, "end": 1850.71, "word": " describing", "probability": 0.7783203125}, {"start": 1850.71, "end": 1850.99, "word": " a", "probability": 0.98779296875}, {"start": 1850.99, "end": 1851.29, "word": " place", "probability": 0.89404296875}, {"start": 1851.29, "end": 1851.63, "word": " should", "probability": 0.95703125}, {"start": 1851.63, "end": 1852.05, "word": " look", "probability": 0.96240234375}, {"start": 1852.05, "end": 1852.37, "word": " like.", "probability": 0.890625}], "temperature": 1.0}, {"id": 67, "seek": 187495, "start": 1853.23, "end": 1874.95, "text": " We burn whenever we describe a place. We look at his or her characteristics, physical appearance and also some of the things about his personality and what he did or what he or she did in his life. For example, Jacqueline is the most amazing person I have ever met. He came to my school and talked about his difficult life.", "tokens": [492, 5064, 5699, 321, 6786, 257, 1081, 13, 492, 574, 412, 702, 420, 720, 10891, 11, 4001, 8967, 293, 611, 512, 295, 264, 721, 466, 702, 9033, 293, 437, 415, 630, 420, 437, 415, 420, 750, 630, 294, 702, 993, 13, 1171, 1365, 11, 49770, 5440, 307, 264, 881, 2243, 954, 286, 362, 1562, 1131, 13, 634, 1361, 281, 452, 1395, 293, 2825, 466, 702, 2252, 993, 13], "avg_logprob": -0.19214221532794012, "compression_ratio": 1.5502392344497609, "no_speech_prob": 3.5762786865234375e-07, "words": [{"start": 1853.23, "end": 1853.79, "word": " We", "probability": 0.260009765625}, {"start": 1853.79, "end": 1854.15, "word": " burn", "probability": 0.470703125}, {"start": 1854.15, "end": 1854.61, "word": " whenever", "probability": 0.29541015625}, {"start": 1854.61, "end": 1854.87, "word": " we", "probability": 0.95654296875}, {"start": 1854.87, "end": 1855.17, "word": " describe", "probability": 0.78515625}, {"start": 1855.17, "end": 1855.37, "word": " a", "probability": 0.52880859375}, {"start": 1855.37, "end": 1855.51, "word": " place.", "probability": 0.79833984375}, {"start": 1855.61, "end": 1855.71, "word": " We", "probability": 0.92138671875}, {"start": 1855.71, "end": 1855.93, "word": " look", "probability": 0.95556640625}, {"start": 1855.93, "end": 1856.21, "word": " at", "probability": 0.96728515625}, {"start": 1856.21, "end": 1856.59, "word": " his", "probability": 0.958984375}, {"start": 1856.59, "end": 1856.85, "word": " or", "probability": 0.86328125}, {"start": 1856.85, "end": 1857.13, "word": " her", "probability": 0.96240234375}, {"start": 1857.13, "end": 1858.05, "word": " characteristics,", "probability": 0.86669921875}, {"start": 1858.19, "end": 1858.59, "word": " physical", "probability": 0.8935546875}, {"start": 1858.59, "end": 1859.17, "word": " appearance", "probability": 0.79248046875}, {"start": 1859.17, "end": 1859.75, "word": " and", "probability": 0.568359375}, {"start": 1859.75, "end": 1860.11, "word": " also", "probability": 0.84521484375}, {"start": 1860.11, "end": 1860.43, "word": " some", "probability": 0.8818359375}, {"start": 1860.43, "end": 1860.55, "word": " of", "probability": 0.962890625}, {"start": 1860.55, "end": 1860.65, "word": " the", "probability": 0.90966796875}, {"start": 1860.65, "end": 1860.93, "word": " things", "probability": 0.8583984375}, {"start": 1860.93, "end": 1861.29, "word": " about", "probability": 0.908203125}, {"start": 1861.29, "end": 1861.51, "word": " his", "probability": 0.96337890625}, {"start": 1861.51, "end": 1862.21, "word": " personality", "probability": 0.91943359375}, {"start": 1862.21, "end": 1862.91, "word": " and", "probability": 0.87646484375}, {"start": 1862.91, "end": 1863.17, "word": " what", "probability": 0.9453125}, {"start": 1863.17, "end": 1863.39, "word": " he", "probability": 0.96533203125}, {"start": 1863.39, "end": 1863.71, "word": " did", "probability": 0.900390625}, {"start": 1863.71, "end": 1863.93, "word": " or", "probability": 0.890625}, {"start": 1863.93, "end": 1864.11, "word": " what", "probability": 0.91357421875}, {"start": 1864.11, "end": 1864.29, "word": " he", "probability": 0.9326171875}, {"start": 1864.29, "end": 1864.47, "word": " or", "probability": 0.86962890625}, {"start": 1864.47, "end": 1864.67, "word": " she", "probability": 0.9208984375}, {"start": 1864.67, "end": 1864.97, "word": " did", "probability": 0.95654296875}, {"start": 1864.97, "end": 1865.13, "word": " in", "probability": 0.94287109375}, {"start": 1865.13, "end": 1865.51, "word": " his", "probability": 0.96044921875}, {"start": 1865.51, "end": 1866.37, "word": " life.", "probability": 0.94482421875}, {"start": 1866.49, "end": 1866.61, "word": " For", "probability": 0.9365234375}, {"start": 1866.61, "end": 1866.99, "word": " example,", "probability": 0.970703125}, {"start": 1867.17, "end": 1867.81, "word": " Jacqueline", "probability": 0.55859375}, {"start": 1867.81, "end": 1868.17, "word": " is", "probability": 0.75341796875}, {"start": 1868.17, "end": 1868.73, "word": " the", "probability": 0.9228515625}, {"start": 1868.73, "end": 1869.09, "word": " most", "probability": 0.9033203125}, {"start": 1869.09, "end": 1869.75, "word": " amazing", "probability": 0.90185546875}, {"start": 1869.75, "end": 1870.67, "word": " person", "probability": 0.92041015625}, {"start": 1870.67, "end": 1870.91, "word": " I", "probability": 0.97998046875}, {"start": 1870.91, "end": 1871.11, "word": " have", "probability": 0.8955078125}, {"start": 1871.11, "end": 1871.43, "word": " ever", "probability": 0.8671875}, {"start": 1871.43, "end": 1871.71, "word": " met.", "probability": 0.92041015625}, {"start": 1871.81, "end": 1871.95, "word": " He", "probability": 0.85107421875}, {"start": 1871.95, "end": 1872.21, "word": " came", "probability": 0.8466796875}, {"start": 1872.21, "end": 1872.35, "word": " to", "probability": 0.96826171875}, {"start": 1872.35, "end": 1872.57, "word": " my", "probability": 0.9677734375}, {"start": 1872.57, "end": 1872.89, "word": " school", "probability": 0.953125}, {"start": 1872.89, "end": 1873.17, "word": " and", "probability": 0.9345703125}, {"start": 1873.17, "end": 1873.47, "word": " talked", "probability": 0.888671875}, {"start": 1873.47, "end": 1873.81, "word": " about", "probability": 0.90283203125}, {"start": 1873.81, "end": 1874.03, "word": " his", "probability": 0.95849609375}, {"start": 1874.03, "end": 1874.43, "word": " difficult", "probability": 0.93603515625}, {"start": 1874.43, "end": 1874.95, "word": " life.", "probability": 0.9462890625}], "temperature": 1.0}, {"id": 68, "seek": 188565, "start": 1875.67, "end": 1885.65, "text": " In prison, he was in prison for 15 years. He made a lot of mistakes when he was young, but now he has, but now he has changed his life.", "tokens": [682, 6168, 11, 415, 390, 294, 6168, 337, 2119, 924, 13, 634, 1027, 257, 688, 295, 8038, 562, 415, 390, 2037, 11, 457, 586, 415, 575, 11, 457, 586, 415, 575, 3105, 702, 993, 13], "avg_logprob": -0.206163190305233, "compression_ratio": 1.3333333333333333, "no_speech_prob": 7.152557373046875e-07, "words": [{"start": 1875.67, "end": 1876.15, "word": " In", "probability": 0.39111328125}, {"start": 1876.15, "end": 1876.47, "word": " prison,", "probability": 0.90478515625}, {"start": 1876.59, "end": 1876.69, "word": " he", "probability": 0.9404296875}, {"start": 1876.69, "end": 1876.93, "word": " was", "probability": 0.9580078125}, {"start": 1876.93, "end": 1877.11, "word": " in", "probability": 0.94970703125}, {"start": 1877.11, "end": 1877.33, "word": " prison", "probability": 0.89990234375}, {"start": 1877.33, "end": 1877.61, "word": " for", "probability": 0.94580078125}, {"start": 1877.61, "end": 1878.03, "word": " 15", "probability": 0.69189453125}, {"start": 1878.03, "end": 1878.63, "word": " years.", "probability": 0.92919921875}, {"start": 1879.17, "end": 1879.31, "word": " He", "probability": 0.94140625}, {"start": 1879.31, "end": 1879.65, "word": " made", "probability": 0.86865234375}, {"start": 1879.65, "end": 1879.81, "word": " a", "probability": 0.94580078125}, {"start": 1879.81, "end": 1879.99, "word": " lot", "probability": 0.9619140625}, {"start": 1879.99, "end": 1880.15, "word": " of", "probability": 0.9716796875}, {"start": 1880.15, "end": 1880.73, "word": " mistakes", "probability": 0.88671875}, {"start": 1880.73, "end": 1881.13, "word": " when", "probability": 0.9306640625}, {"start": 1881.13, "end": 1881.31, "word": " he", "probability": 0.96826171875}, {"start": 1881.31, "end": 1881.55, "word": " was", "probability": 0.958984375}, {"start": 1881.55, "end": 1881.85, "word": " young,", "probability": 0.94873046875}, {"start": 1881.99, "end": 1882.13, "word": " but", "probability": 0.92041015625}, {"start": 1882.13, "end": 1882.41, "word": " now", "probability": 0.9404296875}, {"start": 1882.41, "end": 1882.59, "word": " he", "probability": 0.94189453125}, {"start": 1882.59, "end": 1882.97, "word": " has,", "probability": 0.9365234375}, {"start": 1883.29, "end": 1884.07, "word": " but", "probability": 0.75830078125}, {"start": 1884.07, "end": 1884.27, "word": " now", "probability": 0.93017578125}, {"start": 1884.27, "end": 1884.47, "word": " he", "probability": 0.947265625}, {"start": 1884.47, "end": 1884.63, "word": " has", "probability": 0.8564453125}, {"start": 1884.63, "end": 1885.09, "word": " changed", "probability": 0.90771484375}, {"start": 1885.09, "end": 1885.33, "word": " his", "probability": 0.955078125}, {"start": 1885.33, "end": 1885.65, "word": " life.", "probability": 0.94287109375}], "temperature": 1.0}, {"id": 69, "seek": 191478, "start": 1885.9, "end": 1914.78, "text": " He saw a lot of violence in prison, so he uses his experience to help high school students. Jack is tall and strong and looks a little scary like Mr. Khalid. The thing I remember most about him is his sensitive personality. He is really kind and wants to help young people. In a word, in short, in conclusion, I've never met anyone like", "tokens": [634, 1866, 257, 688, 295, 6270, 294, 6168, 11, 370, 415, 4960, 702, 1752, 281, 854, 1090, 1395, 1731, 13, 4718, 307, 6764, 293, 2068, 293, 1542, 257, 707, 6958, 411, 2221, 13, 27724, 327, 13, 440, 551, 286, 1604, 881, 466, 796, 307, 702, 9477, 9033, 13, 634, 307, 534, 733, 293, 2738, 281, 854, 2037, 561, 13, 682, 257, 1349, 11, 294, 2099, 11, 294, 10063, 11, 286, 600, 1128, 1131, 2878, 411], "avg_logprob": -0.1772203874823294, "compression_ratio": 1.518018018018018, "no_speech_prob": 2.384185791015625e-07, "words": [{"start": 1885.9, "end": 1886.14, "word": " He", "probability": 0.716796875}, {"start": 1886.14, "end": 1886.46, "word": " saw", "probability": 0.818359375}, {"start": 1886.46, "end": 1886.68, "word": " a", "probability": 0.9794921875}, {"start": 1886.68, "end": 1886.8, "word": " lot", "probability": 0.95751953125}, {"start": 1886.8, "end": 1886.98, "word": " of", "probability": 0.962890625}, {"start": 1886.98, "end": 1887.52, "word": " violence", "probability": 0.89404296875}, {"start": 1887.52, "end": 1887.9, "word": " in", "probability": 0.92578125}, {"start": 1887.9, "end": 1888.2, "word": " prison,", "probability": 0.5927734375}, {"start": 1888.4, "end": 1888.5, "word": " so", "probability": 0.93603515625}, {"start": 1888.5, "end": 1888.68, "word": " he", "probability": 0.9267578125}, {"start": 1888.68, "end": 1888.96, "word": " uses", "probability": 0.6982421875}, {"start": 1888.96, "end": 1889.16, "word": " his", "probability": 0.94287109375}, {"start": 1889.16, "end": 1889.68, "word": " experience", "probability": 0.90625}, {"start": 1889.68, "end": 1889.88, "word": " to", "probability": 0.96533203125}, {"start": 1889.88, "end": 1890.12, "word": " help", "probability": 0.9072265625}, {"start": 1890.12, "end": 1890.36, "word": " high", "probability": 0.88720703125}, {"start": 1890.36, "end": 1890.6, "word": " school", "probability": 0.90966796875}, {"start": 1890.6, "end": 1891.18, "word": " students.", "probability": 0.96435546875}, {"start": 1891.72, "end": 1892.06, "word": " Jack", "probability": 0.875}, {"start": 1892.06, "end": 1892.48, "word": " is", "probability": 0.95263671875}, {"start": 1892.48, "end": 1893.16, "word": " tall", "probability": 0.7578125}, {"start": 1893.16, "end": 1894.3, "word": " and", "probability": 0.83447265625}, {"start": 1894.3, "end": 1894.76, "word": " strong", "probability": 0.8984375}, {"start": 1894.76, "end": 1895.3, "word": " and", "probability": 0.744140625}, {"start": 1895.3, "end": 1895.6, "word": " looks", "probability": 0.8095703125}, {"start": 1895.6, "end": 1895.74, "word": " a", "probability": 0.98291015625}, {"start": 1895.74, "end": 1896.12, "word": " little", "probability": 0.8603515625}, {"start": 1896.12, "end": 1897.24, "word": " scary", "probability": 0.85546875}, {"start": 1897.24, "end": 1897.62, "word": " like", "probability": 0.466796875}, {"start": 1897.62, "end": 1898.6, "word": " Mr.", "probability": 0.640625}, {"start": 1898.72, "end": 1899.08, "word": " Khalid.", "probability": 0.4810791015625}, {"start": 1899.46, "end": 1900.14, "word": " The", "probability": 0.425048828125}, {"start": 1900.14, "end": 1900.46, "word": " thing", "probability": 0.90869140625}, {"start": 1900.46, "end": 1900.62, "word": " I", "probability": 0.8623046875}, {"start": 1900.62, "end": 1900.96, "word": " remember", "probability": 0.8984375}, {"start": 1900.96, "end": 1901.36, "word": " most", "probability": 0.88525390625}, {"start": 1901.36, "end": 1901.72, "word": " about", "probability": 0.89990234375}, {"start": 1901.72, "end": 1901.9, "word": " him", "probability": 0.92529296875}, {"start": 1901.9, "end": 1902.14, "word": " is", "probability": 0.92431640625}, {"start": 1902.14, "end": 1902.4, "word": " his", "probability": 0.9716796875}, {"start": 1902.4, "end": 1903.04, "word": " sensitive", "probability": 0.88623046875}, {"start": 1903.04, "end": 1904.3, "word": " personality.", "probability": 0.947265625}, {"start": 1904.96, "end": 1905.62, "word": " He", "probability": 0.77685546875}, {"start": 1905.62, "end": 1905.9, "word": " is", "probability": 0.8828125}, {"start": 1905.9, "end": 1906.26, "word": " really", "probability": 0.84375}, {"start": 1906.26, "end": 1906.88, "word": " kind", "probability": 0.90966796875}, {"start": 1906.88, "end": 1907.26, "word": " and", "probability": 0.92431640625}, {"start": 1907.26, "end": 1907.58, "word": " wants", "probability": 0.81884765625}, {"start": 1907.58, "end": 1907.78, "word": " to", "probability": 0.96875}, {"start": 1907.78, "end": 1908.24, "word": " help", "probability": 0.89892578125}, {"start": 1908.24, "end": 1908.96, "word": " young", "probability": 0.92138671875}, {"start": 1908.96, "end": 1909.48, "word": " people.", "probability": 0.96728515625}, {"start": 1909.72, "end": 1909.94, "word": " In", "probability": 0.96630859375}, {"start": 1909.94, "end": 1910.06, "word": " a", "probability": 0.865234375}, {"start": 1910.06, "end": 1910.46, "word": " word,", "probability": 0.939453125}, {"start": 1910.72, "end": 1910.9, "word": " in", "probability": 0.9453125}, {"start": 1910.9, "end": 1911.32, "word": " short,", "probability": 0.7958984375}, {"start": 1911.52, "end": 1911.68, "word": " in", "probability": 0.931640625}, {"start": 1911.68, "end": 1912.28, "word": " conclusion,", "probability": 0.90576171875}, {"start": 1912.84, "end": 1913.3, "word": " I've", "probability": 0.884521484375}, {"start": 1913.3, "end": 1913.6, "word": " never", "probability": 0.92578125}, {"start": 1913.6, "end": 1913.92, "word": " met", "probability": 0.9267578125}, {"start": 1913.92, "end": 1914.32, "word": " anyone", "probability": 0.96142578125}, {"start": 1914.32, "end": 1914.78, "word": " like", "probability": 0.94140625}], "temperature": 1.0}, {"id": 70, "seek": 193872, "start": 1915.14, "end": 1938.72, "text": " Jack before so here we talked about some of the things that he did in his life his personality and his physical appearance okay now let's conclude with this activity I'd like you to think about your grandfather okay let's look at this topic sentence my grandfather is a great person who often had a difficult life", "tokens": [4718, 949, 370, 510, 321, 2825, 466, 512, 295, 264, 721, 300, 415, 630, 294, 702, 993, 702, 9033, 293, 702, 4001, 8967, 1392, 586, 718, 311, 16886, 365, 341, 5191, 286, 1116, 411, 291, 281, 519, 466, 428, 14754, 1392, 718, 311, 574, 412, 341, 4829, 8174, 452, 14754, 307, 257, 869, 954, 567, 2049, 632, 257, 2252, 993], "avg_logprob": -0.15356045277392277, "compression_ratio": 1.6354166666666667, "no_speech_prob": 5.960464477539063e-08, "words": [{"start": 1915.14, "end": 1915.66, "word": " Jack", "probability": 0.5986328125}, {"start": 1915.66, "end": 1916.62, "word": " before", "probability": 0.62890625}, {"start": 1916.62, "end": 1916.92, "word": " so", "probability": 0.29345703125}, {"start": 1916.92, "end": 1917.18, "word": " here", "probability": 0.78515625}, {"start": 1917.18, "end": 1917.38, "word": " we", "probability": 0.9130859375}, {"start": 1917.38, "end": 1917.64, "word": " talked", "probability": 0.7470703125}, {"start": 1917.64, "end": 1917.92, "word": " about", "probability": 0.8955078125}, {"start": 1917.92, "end": 1918.22, "word": " some", "probability": 0.8779296875}, {"start": 1918.22, "end": 1918.42, "word": " of", "probability": 0.935546875}, {"start": 1918.42, "end": 1918.54, "word": " the", "probability": 0.89794921875}, {"start": 1918.54, "end": 1918.86, "word": " things", "probability": 0.8564453125}, {"start": 1918.86, "end": 1919.12, "word": " that", "probability": 0.85791015625}, {"start": 1919.12, "end": 1919.32, "word": " he", "probability": 0.94482421875}, {"start": 1919.32, "end": 1919.5, "word": " did", "probability": 0.94189453125}, {"start": 1919.5, "end": 1919.64, "word": " in", "probability": 0.9267578125}, {"start": 1919.64, "end": 1919.78, "word": " his", "probability": 0.96044921875}, {"start": 1919.78, "end": 1920.08, "word": " life", "probability": 0.9306640625}, {"start": 1920.08, "end": 1920.68, "word": " his", "probability": 0.6865234375}, {"start": 1920.68, "end": 1921.26, "word": " personality", "probability": 0.9130859375}, {"start": 1921.26, "end": 1921.74, "word": " and", "probability": 0.92138671875}, {"start": 1921.74, "end": 1922.12, "word": " his", "probability": 0.9521484375}, {"start": 1922.12, "end": 1923.04, "word": " physical", "probability": 0.80419921875}, {"start": 1923.04, "end": 1923.72, "word": " appearance", "probability": 0.8408203125}, {"start": 1923.72, "end": 1924.06, "word": " okay", "probability": 0.67578125}, {"start": 1924.06, "end": 1924.7, "word": " now", "probability": 0.7470703125}, {"start": 1924.7, "end": 1924.96, "word": " let's", "probability": 0.9677734375}, {"start": 1924.96, "end": 1925.4, "word": " conclude", "probability": 0.83056640625}, {"start": 1925.4, "end": 1925.66, "word": " with", "probability": 0.89990234375}, {"start": 1925.66, "end": 1925.96, "word": " this", "probability": 0.9462890625}, {"start": 1925.96, "end": 1926.62, "word": " activity", "probability": 0.95849609375}, {"start": 1926.62, "end": 1926.9, "word": " I'd", "probability": 0.793701171875}, {"start": 1926.9, "end": 1927.14, "word": " like", "probability": 0.9423828125}, {"start": 1927.14, "end": 1927.28, "word": " you", "probability": 0.96044921875}, {"start": 1927.28, "end": 1927.42, "word": " to", "probability": 0.96875}, {"start": 1927.42, "end": 1927.68, "word": " think", "probability": 0.912109375}, {"start": 1927.68, "end": 1927.98, "word": " about", "probability": 0.89990234375}, {"start": 1927.98, "end": 1928.18, "word": " your", "probability": 0.88720703125}, {"start": 1928.18, "end": 1928.68, "word": " grandfather", "probability": 0.89599609375}, {"start": 1928.68, "end": 1929.86, "word": " okay", "probability": 0.8828125}, {"start": 1929.86, "end": 1930.4, "word": " let's", "probability": 0.86669921875}, {"start": 1930.4, "end": 1930.62, "word": " look", "probability": 0.96044921875}, {"start": 1930.62, "end": 1930.86, "word": " at", "probability": 0.96533203125}, {"start": 1930.86, "end": 1931.22, "word": " this", "probability": 0.94287109375}, {"start": 1931.22, "end": 1932.24, "word": " topic", "probability": 0.87353515625}, {"start": 1932.24, "end": 1932.7, "word": " sentence", "probability": 0.62060546875}, {"start": 1932.7, "end": 1933.02, "word": " my", "probability": 0.85205078125}, {"start": 1933.02, "end": 1933.76, "word": " grandfather", "probability": 0.85888671875}, {"start": 1933.76, "end": 1935.56, "word": " is", "probability": 0.939453125}, {"start": 1935.56, "end": 1935.82, "word": " a", "probability": 0.998046875}, {"start": 1935.82, "end": 1936.16, "word": " great", "probability": 0.90087890625}, {"start": 1936.16, "end": 1936.66, "word": " person", "probability": 0.9150390625}, {"start": 1936.66, "end": 1937.1, "word": " who", "probability": 0.90380859375}, {"start": 1937.1, "end": 1937.44, "word": " often", "probability": 0.80126953125}, {"start": 1937.44, "end": 1937.7, "word": " had", "probability": 0.9033203125}, {"start": 1937.7, "end": 1937.82, "word": " a", "probability": 0.99462890625}, {"start": 1937.82, "end": 1938.2, "word": " difficult", "probability": 0.93017578125}, {"start": 1938.2, "end": 1938.72, "word": " life", "probability": 0.94384765625}], "temperature": 1.0}, {"id": 71, "seek": 196226, "start": 1941.28, "end": 1962.26, "text": "when he was yeah sorry my grandfather is a great person who had a difficult life when he was a yeah okay there is some mistake here in writing the topic sentence my grandfather is a great person who had a difficult life when he was a yeah you see that conclusion", "tokens": [18822, 415, 390, 1338, 2597, 452, 14754, 307, 257, 869, 954, 567, 632, 257, 2252, 993, 562, 415, 390, 257, 1338, 1392, 456, 307, 512, 6146, 510, 294, 3579, 264, 4829, 8174, 452, 14754, 307, 257, 869, 954, 567, 632, 257, 2252, 993, 562, 415, 390, 257, 1338, 291, 536, 300, 10063], "avg_logprob": -0.2094634456454583, "compression_ratio": 2.062992125984252, "no_speech_prob": 5.960464477539063e-08, "words": [{"start": 1941.28, "end": 1941.6, "word": "when", "probability": 0.41552734375}, {"start": 1941.6, "end": 1942.08, "word": " he", "probability": 0.97119140625}, {"start": 1942.08, "end": 1943.14, "word": " was", "probability": 0.95361328125}, {"start": 1943.14, "end": 1943.62, "word": " yeah", "probability": 0.2296142578125}, {"start": 1943.62, "end": 1943.96, "word": " sorry", "probability": 0.79443359375}, {"start": 1943.96, "end": 1944.54, "word": " my", "probability": 0.814453125}, {"start": 1944.54, "end": 1945.12, "word": " grandfather", "probability": 0.8466796875}, {"start": 1945.12, "end": 1945.4, "word": " is", "probability": 0.92333984375}, {"start": 1945.4, "end": 1945.52, "word": " a", "probability": 0.96533203125}, {"start": 1945.52, "end": 1945.8, "word": " great", "probability": 0.92431640625}, {"start": 1945.8, "end": 1947.98, "word": " person", "probability": 0.6953125}, {"start": 1947.98, "end": 1948.42, "word": " who", "probability": 0.8017578125}, {"start": 1948.42, "end": 1948.86, "word": " had", "probability": 0.876953125}, {"start": 1948.86, "end": 1949.02, "word": " a", "probability": 0.9736328125}, {"start": 1949.02, "end": 1949.34, "word": " difficult", "probability": 0.923828125}, {"start": 1949.34, "end": 1949.8, "word": " life", "probability": 0.9521484375}, {"start": 1949.8, "end": 1950.06, "word": " when", "probability": 0.93359375}, {"start": 1950.06, "end": 1950.2, "word": " he", "probability": 0.95654296875}, {"start": 1950.2, "end": 1950.58, "word": " was", "probability": 0.9462890625}, {"start": 1950.58, "end": 1950.82, "word": " a", "probability": 0.6240234375}, {"start": 1950.82, "end": 1951.48, "word": " yeah", "probability": 0.479248046875}, {"start": 1951.48, "end": 1952.02, "word": " okay", "probability": 0.78076171875}, {"start": 1952.02, "end": 1952.34, "word": " there", "probability": 0.6435546875}, {"start": 1952.34, "end": 1952.46, "word": " is", "probability": 0.5771484375}, {"start": 1952.46, "end": 1952.64, "word": " some", "probability": 0.86865234375}, {"start": 1952.64, "end": 1952.96, "word": " mistake", "probability": 0.912109375}, {"start": 1952.96, "end": 1953.3, "word": " here", "probability": 0.84228515625}, {"start": 1953.3, "end": 1953.92, "word": " in", "probability": 0.8779296875}, {"start": 1953.92, "end": 1954.78, "word": " writing", "probability": 0.7451171875}, {"start": 1954.78, "end": 1954.96, "word": " the", "probability": 0.8818359375}, {"start": 1954.96, "end": 1955.18, "word": " topic", "probability": 0.8818359375}, {"start": 1955.18, "end": 1955.58, "word": " sentence", "probability": 0.9501953125}, {"start": 1955.58, "end": 1955.8, "word": " my", "probability": 0.806640625}, {"start": 1955.8, "end": 1956.26, "word": " grandfather", "probability": 0.88525390625}, {"start": 1956.26, "end": 1956.6, "word": " is", "probability": 0.9501953125}, {"start": 1956.6, "end": 1956.72, "word": " a", "probability": 0.99267578125}, {"start": 1956.72, "end": 1956.94, "word": " great", "probability": 0.92333984375}, {"start": 1956.94, "end": 1957.38, "word": " person", "probability": 0.91796875}, {"start": 1957.38, "end": 1957.82, "word": " who", "probability": 0.91552734375}, {"start": 1957.82, "end": 1958.56, "word": " had", "probability": 0.88623046875}, {"start": 1958.56, "end": 1958.68, "word": " a", "probability": 0.99560546875}, {"start": 1958.68, "end": 1959.0, "word": " difficult", "probability": 0.921875}, {"start": 1959.0, "end": 1959.4, "word": " life", "probability": 0.9404296875}, {"start": 1959.4, "end": 1959.64, "word": " when", "probability": 0.93994140625}, {"start": 1959.64, "end": 1959.8, "word": " he", "probability": 0.96435546875}, {"start": 1959.8, "end": 1960.08, "word": " was", "probability": 0.95849609375}, {"start": 1960.08, "end": 1960.34, "word": " a", "probability": 0.9345703125}, {"start": 1960.34, "end": 1960.8, "word": " yeah", "probability": 0.466064453125}, {"start": 1960.8, "end": 1961.0, "word": " you", "probability": 0.59228515625}, {"start": 1961.0, "end": 1961.22, "word": " see", "probability": 0.90478515625}, {"start": 1961.22, "end": 1961.54, "word": " that", "probability": 0.603515625}, {"start": 1961.54, "end": 1962.26, "word": " conclusion", "probability": 0.77734375}], "temperature": 1.0}, {"id": 72, "seek": 198217, "start": 1962.51, "end": 1982.17, "text": " In short, spending time with my grandfather is always great as I can learn many things from his stories. What I'd like you to do now is very quickly write a description of your father. Start with how he looks if you want and then talk about his personality and what he did in his", "tokens": [682, 2099, 11, 6434, 565, 365, 452, 14754, 307, 1009, 869, 382, 286, 393, 1466, 867, 721, 490, 702, 3676, 13, 708, 286, 1116, 411, 291, 281, 360, 586, 307, 588, 2661, 2464, 257, 3855, 295, 428, 3086, 13, 6481, 365, 577, 415, 1542, 498, 291, 528, 293, 550, 751, 466, 702, 9033, 293, 437, 415, 630, 294, 702], "avg_logprob": -0.12851562201976777, "compression_ratio": 1.4973262032085561, "no_speech_prob": 1.7881393432617188e-07, "words": [{"start": 1962.51, "end": 1962.79, "word": " In", "probability": 0.85791015625}, {"start": 1962.79, "end": 1963.29, "word": " short,", "probability": 0.9462890625}, {"start": 1963.59, "end": 1964.01, "word": " spending", "probability": 0.8447265625}, {"start": 1964.01, "end": 1964.45, "word": " time", "probability": 0.8681640625}, {"start": 1964.45, "end": 1964.65, "word": " with", "probability": 0.90869140625}, {"start": 1964.65, "end": 1964.87, "word": " my", "probability": 0.9580078125}, {"start": 1964.87, "end": 1965.65, "word": " grandfather", "probability": 0.841796875}, {"start": 1965.65, "end": 1966.37, "word": " is", "probability": 0.84912109375}, {"start": 1966.37, "end": 1966.75, "word": " always", "probability": 0.873046875}, {"start": 1966.75, "end": 1967.31, "word": " great", "probability": 0.8603515625}, {"start": 1967.31, "end": 1968.01, "word": " as", "probability": 0.71044921875}, {"start": 1968.01, "end": 1968.23, "word": " I", "probability": 0.9912109375}, {"start": 1968.23, "end": 1968.47, "word": " can", "probability": 0.92529296875}, {"start": 1968.47, "end": 1968.75, "word": " learn", "probability": 0.9736328125}, {"start": 1968.75, "end": 1969.03, "word": " many", "probability": 0.8935546875}, {"start": 1969.03, "end": 1969.37, "word": " things", "probability": 0.853515625}, {"start": 1969.37, "end": 1969.61, "word": " from", "probability": 0.884765625}, {"start": 1969.61, "end": 1970.03, "word": " his", "probability": 0.93408203125}, {"start": 1970.03, "end": 1971.21, "word": " stories.", "probability": 0.833984375}, {"start": 1971.21, "end": 1971.53, "word": " What", "probability": 0.79931640625}, {"start": 1971.53, "end": 1971.67, "word": " I'd", "probability": 0.91455078125}, {"start": 1971.67, "end": 1971.87, "word": " like", "probability": 0.9375}, {"start": 1971.87, "end": 1971.97, "word": " you", "probability": 0.951171875}, {"start": 1971.97, "end": 1972.05, "word": " to", "probability": 0.9609375}, {"start": 1972.05, "end": 1972.17, "word": " do", "probability": 0.95849609375}, {"start": 1972.17, "end": 1972.37, "word": " now", "probability": 0.91748046875}, {"start": 1972.37, "end": 1972.53, "word": " is", "probability": 0.919921875}, {"start": 1972.53, "end": 1972.73, "word": " very", "probability": 0.70654296875}, {"start": 1972.73, "end": 1973.07, "word": " quickly", "probability": 0.91650390625}, {"start": 1973.07, "end": 1973.57, "word": " write", "probability": 0.84326171875}, {"start": 1973.57, "end": 1974.21, "word": " a", "probability": 0.9755859375}, {"start": 1974.21, "end": 1974.65, "word": " description", "probability": 0.89013671875}, {"start": 1974.65, "end": 1974.93, "word": " of", "probability": 0.95556640625}, {"start": 1974.93, "end": 1975.09, "word": " your", "probability": 0.89208984375}, {"start": 1975.09, "end": 1975.53, "word": " father.", "probability": 0.84326171875}, {"start": 1975.97, "end": 1976.25, "word": " Start", "probability": 0.96484375}, {"start": 1976.25, "end": 1976.45, "word": " with", "probability": 0.88671875}, {"start": 1976.45, "end": 1976.69, "word": " how", "probability": 0.94287109375}, {"start": 1976.69, "end": 1976.89, "word": " he", "probability": 0.966796875}, {"start": 1976.89, "end": 1977.27, "word": " looks", "probability": 0.82861328125}, {"start": 1977.27, "end": 1977.63, "word": " if", "probability": 0.578125}, {"start": 1977.63, "end": 1977.77, "word": " you", "probability": 0.96630859375}, {"start": 1977.77, "end": 1978.09, "word": " want", "probability": 0.884765625}, {"start": 1978.09, "end": 1978.91, "word": " and", "probability": 0.68017578125}, {"start": 1978.91, "end": 1979.11, "word": " then", "probability": 0.830078125}, {"start": 1979.11, "end": 1979.31, "word": " talk", "probability": 0.884765625}, {"start": 1979.31, "end": 1979.61, "word": " about", "probability": 0.90185546875}, {"start": 1979.61, "end": 1979.81, "word": " his", "probability": 0.96533203125}, {"start": 1979.81, "end": 1980.43, "word": " personality", "probability": 0.94384765625}, {"start": 1980.43, "end": 1981.03, "word": " and", "probability": 0.9130859375}, {"start": 1981.03, "end": 1981.29, "word": " what", "probability": 0.939453125}, {"start": 1981.29, "end": 1981.45, "word": " he", "probability": 0.9560546875}, {"start": 1981.45, "end": 1981.67, "word": " did", "probability": 0.95361328125}, {"start": 1981.67, "end": 1981.83, "word": " in", "probability": 0.91552734375}, {"start": 1981.83, "end": 1982.17, "word": " his", "probability": 0.9599609375}], "temperature": 1.0}, {"id": 73, "seek": 198409, "start": 1982.61, "end": 1984.09, "text": " If you'd like, very briefly please.", "tokens": [759, 291, 1116, 411, 11, 588, 10515, 1767, 13], "avg_logprob": -0.5609375059604644, "compression_ratio": 0.8181818181818182, "no_speech_prob": 4.76837158203125e-07, "words": [{"start": 1982.61, "end": 1982.89, "word": " If", "probability": 0.08575439453125}, {"start": 1982.89, "end": 1982.89, "word": " you'd", "probability": 0.6612548828125}, {"start": 1982.89, "end": 1983.03, "word": " like,", "probability": 0.9345703125}, {"start": 1983.07, "end": 1983.29, "word": " very", "probability": 0.861328125}, {"start": 1983.29, "end": 1983.63, "word": " briefly", "probability": 0.931640625}, {"start": 1983.63, "end": 1984.09, "word": " please.", "probability": 0.384033203125}], "temperature": 1.0}, {"id": 74, "seek": 204139, "start": 2034.27, "end": 2041.39, "text": " Okay. Okay. Okay.", "tokens": [1033, 13, 1033, 13, 1033, 13], "avg_logprob": -1.3526785714285714, "compression_ratio": 1.125, "no_speech_prob": 5.811452865600586e-05, "words": [{"start": 2034.27, "end": 2035.67, "word": " Okay.", "probability": 0.047882080078125}, {"start": 2035.67, "end": 2035.83, "word": " Okay.", "probability": 0.1776123046875}, {"start": 2039.99, "end": 2041.39, "word": " Okay.", "probability": 0.29931640625}], "temperature": 1.0}, {"id": 75, "seek": 207950, "start": 2060.2, "end": 2079.5, "text": " I don't know if I'm going to be able to do it.", "tokens": [286, 500, 380, 458, 498, 286, 478, 516, 281, 312, 1075, 281, 360, 309, 13], "avg_logprob": -1.269531212747097, "compression_ratio": 0.9038461538461539, "no_speech_prob": 6.020069122314453e-06, "words": [{"start": 2060.2, "end": 2060.54, "word": " I", "probability": 0.05255126953125}, {"start": 2060.54, "end": 2060.96, "word": " don't", "probability": 0.52532958984375}, {"start": 2060.96, "end": 2060.96, "word": " know", "probability": 0.415771484375}, {"start": 2060.96, "end": 2060.96, "word": " if", "probability": 0.2388916015625}, {"start": 2060.96, "end": 2061.44, "word": " I'm", "probability": 0.21795654296875}, {"start": 2061.44, "end": 2061.44, "word": " going", "probability": 0.20947265625}, {"start": 2061.44, "end": 2061.44, "word": " to", "probability": 0.9521484375}, {"start": 2061.44, "end": 2065.28, "word": " be", "probability": 0.12310791015625}, {"start": 2065.28, "end": 2070.38, "word": " able", "probability": 0.60546875}, {"start": 2070.38, "end": 2070.38, "word": " to", "probability": 0.96630859375}, {"start": 2070.38, "end": 2071.36, "word": " do", "probability": 0.12152099609375}, {"start": 2071.36, "end": 2079.5, "word": " it.", "probability": 0.300048828125}], "temperature": 1.0}, {"id": 76, "seek": 212159, "start": 2118.45, "end": 2121.59, "text": " You can strike his arms.", "tokens": [509, 393, 9302, 702, 5812, 13], "avg_logprob": -0.6166294813156128, "compression_ratio": 0.7575757575757576, "no_speech_prob": 1.7881393432617188e-07, "words": [{"start": 2118.45, "end": 2119.41, "word": " You", "probability": 0.1343994140625}, {"start": 2119.41, "end": 2120.37, "word": " can", "probability": 0.90966796875}, {"start": 2120.37, "end": 2120.87, "word": " strike", "probability": 0.7265625}, {"start": 2120.87, "end": 2121.13, "word": " his", "probability": 0.7001953125}, {"start": 2121.13, "end": 2121.59, "word": " arms.", "probability": 0.83740234375}], "temperature": 1.0}, {"id": 77, "seek": 214051, "start": 2123.55, "end": 2140.51, "text": " His personality, for instance. So a lot of things that you can talk about if you want to try to describe your grandfather. Chin. It was called long beard or short beard.", "tokens": [2812, 9033, 11, 337, 5197, 13, 407, 257, 688, 295, 721, 300, 291, 393, 751, 466, 498, 291, 528, 281, 853, 281, 6786, 428, 14754, 13, 4430, 13, 467, 390, 1219, 938, 17455, 420, 2099, 17455, 13], "avg_logprob": -0.46751646070103897, "compression_ratio": 1.317829457364341, "no_speech_prob": 1.1324882507324219e-06, "words": [{"start": 2123.55, "end": 2124.11, "word": " His", "probability": 0.08099365234375}, {"start": 2124.11, "end": 2124.67, "word": " personality,", "probability": 0.72705078125}, {"start": 2127.65, "end": 2127.81, "word": " for", "probability": 0.609375}, {"start": 2127.81, "end": 2128.21, "word": " instance.", "probability": 0.8740234375}, {"start": 2128.55, "end": 2128.65, "word": " So", "probability": 0.68896484375}, {"start": 2128.65, "end": 2128.79, "word": " a", "probability": 0.38134765625}, {"start": 2128.79, "end": 2128.93, "word": " lot", "probability": 0.95703125}, {"start": 2128.93, "end": 2129.03, "word": " of", "probability": 0.96728515625}, {"start": 2129.03, "end": 2129.25, "word": " things", "probability": 0.81298828125}, {"start": 2129.25, "end": 2129.41, "word": " that", "probability": 0.66455078125}, {"start": 2129.41, "end": 2129.55, "word": " you", "probability": 0.85009765625}, {"start": 2129.55, "end": 2129.73, "word": " can", "probability": 0.93359375}, {"start": 2129.73, "end": 2129.95, "word": " talk", "probability": 0.8857421875}, {"start": 2129.95, "end": 2130.23, "word": " about", "probability": 0.90185546875}, {"start": 2130.23, "end": 2130.43, "word": " if", "probability": 0.1644287109375}, {"start": 2130.43, "end": 2130.53, "word": " you", "probability": 0.96484375}, {"start": 2130.53, "end": 2130.73, "word": " want", "probability": 0.78955078125}, {"start": 2130.73, "end": 2130.89, "word": " to", "probability": 0.62255859375}, {"start": 2130.89, "end": 2131.13, "word": " try", "probability": 0.38671875}, {"start": 2131.13, "end": 2131.57, "word": " to", "probability": 0.79345703125}, {"start": 2131.57, "end": 2132.15, "word": " describe", "probability": 0.91796875}, {"start": 2132.15, "end": 2132.41, "word": " your", "probability": 0.8896484375}, {"start": 2132.41, "end": 2132.95, "word": " grandfather.", "probability": 0.8408203125}, {"start": 2134.73, "end": 2135.29, "word": " Chin.", "probability": 0.68994140625}, {"start": 2136.57, "end": 2136.97, "word": " It", "probability": 0.279541015625}, {"start": 2136.97, "end": 2138.09, "word": " was", "probability": 0.50341796875}, {"start": 2138.09, "end": 2138.67, "word": " called", "probability": 0.2626953125}, {"start": 2138.67, "end": 2139.19, "word": " long", "probability": 0.481201171875}, {"start": 2139.19, "end": 2139.47, "word": " beard", "probability": 0.6650390625}, {"start": 2139.47, "end": 2139.77, "word": " or", "probability": 0.89404296875}, {"start": 2139.77, "end": 2140.15, "word": " short", "probability": 0.966796875}, {"start": 2140.15, "end": 2140.51, "word": " beard.", "probability": 0.95458984375}], "temperature": 1.0}, {"id": 78, "seek": 215702, "start": 2150.6, "end": 2157.02, "text": " Thank you. Thank you.", "tokens": [1044, 291, 13, 1044, 291, 13], "avg_logprob": -0.9743303571428571, "compression_ratio": 1.0476190476190477, "no_speech_prob": 0.01111602783203125, "words": [{"start": 2150.6, "end": 2150.88, "word": " Thank", "probability": 0.049102783203125}, {"start": 2150.88, "end": 2151.06, "word": " you.", "probability": 0.90869140625}, {"start": 2155.88, "end": 2156.6, "word": " Thank", "probability": 0.29052734375}, {"start": 2156.6, "end": 2157.02, "word": " you.", "probability": 0.95361328125}], "temperature": 1.0}, {"id": 79, "seek": 217855, "start": 2177.59, "end": 2178.55, "text": " I'm going to take a picture.", "tokens": [286, 478, 516, 281, 747, 257, 3036, 13], "avg_logprob": -1.4661458333333333, "compression_ratio": 0.7837837837837838, "no_speech_prob": 0.0009741783142089844, "words": [{"start": 2177.59, "end": 2178.07, "word": " I'm", "probability": 0.1470489501953125}, {"start": 2178.07, "end": 2178.25, "word": " going", "probability": 0.13330078125}, {"start": 2178.25, "end": 2178.25, "word": " to", "probability": 0.9375}, {"start": 2178.25, "end": 2178.25, "word": " take", "probability": 0.050994873046875}, {"start": 2178.25, "end": 2178.49, "word": " a", "probability": 0.344482421875}, {"start": 2178.49, "end": 2178.55, "word": " picture.", "probability": 0.423095703125}], "temperature": 1.0}, {"id": 80, "seek": 221891, "start": 2211.03, "end": 2218.91, "text": " But we don't need to use commas between sentences. We talked about this before. And in addition, moreover,", "tokens": [583, 321, 500, 380, 643, 281, 764, 800, 296, 1296, 16579, 13, 492, 2825, 466, 341, 949, 13, 400, 294, 4500, 11, 544, 3570, 11], "avg_logprob": -0.3921274095773697, "compression_ratio": 1.1505376344086022, "no_speech_prob": 0.0, "words": [{"start": 2211.03, "end": 2211.69, "word": " But", "probability": 0.6337890625}, {"start": 2211.69, "end": 2211.97, "word": " we", "probability": 0.9052734375}, {"start": 2211.97, "end": 2212.35, "word": " don't", "probability": 0.971435546875}, {"start": 2212.35, "end": 2212.67, "word": " need", "probability": 0.414794921875}, {"start": 2212.67, "end": 2212.85, "word": " to", "probability": 0.974609375}, {"start": 2212.85, "end": 2213.09, "word": " use", "probability": 0.91455078125}, {"start": 2213.09, "end": 2213.51, "word": " commas", "probability": 0.828125}, {"start": 2213.51, "end": 2213.85, "word": " between", "probability": 0.87548828125}, {"start": 2213.85, "end": 2214.41, "word": " sentences.", "probability": 0.951171875}, {"start": 2214.91, "end": 2214.99, "word": " We", "probability": 0.70263671875}, {"start": 2214.99, "end": 2215.17, "word": " talked", "probability": 0.1279296875}, {"start": 2215.17, "end": 2215.35, "word": " about", "probability": 0.92041015625}, {"start": 2215.35, "end": 2215.61, "word": " this", "probability": 0.6337890625}, {"start": 2215.61, "end": 2215.93, "word": " before.", "probability": 0.15380859375}, {"start": 2216.77, "end": 2217.43, "word": " And", "probability": 0.583984375}, {"start": 2217.43, "end": 2217.85, "word": " in", "probability": 0.58935546875}, {"start": 2217.85, "end": 2218.19, "word": " addition,", "probability": 0.97216796875}, {"start": 2218.49, "end": 2218.91, "word": " moreover,", "probability": 0.873779296875}], "temperature": 1.0}, {"id": 81, "seek": 223812, "start": 2219.08, "end": 2238.12, "text": " So, remember these connectors, but don't use commas between sentences because this would be something we talked about, this is comma slice, right? Full stop. His hair is short and his eyes are blue, for example. He's very tall and thin or slim. Okay? Or a little bit chubby. And so on.", "tokens": [407, 11, 1604, 613, 31865, 11, 457, 500, 380, 764, 800, 296, 1296, 16579, 570, 341, 576, 312, 746, 321, 2825, 466, 11, 341, 307, 22117, 13153, 11, 558, 30, 13841, 1590, 13, 2812, 2578, 307, 2099, 293, 702, 2575, 366, 3344, 11, 337, 1365, 13, 634, 311, 588, 6764, 293, 5862, 420, 25357, 13, 1033, 30, 1610, 257, 707, 857, 417, 35654, 13, 400, 370, 322, 13], "avg_logprob": -0.3369565200114596, "compression_ratio": 1.4517766497461928, "no_speech_prob": 7.748603820800781e-07, "words": [{"start": 2219.08, "end": 2219.56, "word": " So,", "probability": 0.68115234375}, {"start": 2219.8, "end": 2220.12, "word": " remember", "probability": 0.8623046875}, {"start": 2220.12, "end": 2220.4, "word": " these", "probability": 0.849609375}, {"start": 2220.4, "end": 2220.9, "word": " connectors,", "probability": 0.406005859375}, {"start": 2221.04, "end": 2221.16, "word": " but", "probability": 0.607421875}, {"start": 2221.16, "end": 2221.54, "word": " don't", "probability": 0.9697265625}, {"start": 2221.54, "end": 2221.84, "word": " use", "probability": 0.884765625}, {"start": 2221.84, "end": 2222.3, "word": " commas", "probability": 0.870361328125}, {"start": 2222.3, "end": 2222.62, "word": " between", "probability": 0.8779296875}, {"start": 2222.62, "end": 2223.18, "word": " sentences", "probability": 0.9345703125}, {"start": 2223.18, "end": 2223.46, "word": " because", "probability": 0.5458984375}, {"start": 2223.46, "end": 2223.66, "word": " this", "probability": 0.9345703125}, {"start": 2223.66, "end": 2223.86, "word": " would", "probability": 0.54248046875}, {"start": 2223.86, "end": 2224.18, "word": " be", "probability": 0.943359375}, {"start": 2224.18, "end": 2224.76, "word": " something", "probability": 0.8095703125}, {"start": 2224.76, "end": 2224.98, "word": " we", "probability": 0.822265625}, {"start": 2224.98, "end": 2225.16, "word": " talked", "probability": 0.82666015625}, {"start": 2225.16, "end": 2225.4, "word": " about,", "probability": 0.90966796875}, {"start": 2225.6, "end": 2225.62, "word": " this", "probability": 0.64306640625}, {"start": 2225.62, "end": 2225.72, "word": " is", "probability": 0.76025390625}, {"start": 2225.72, "end": 2225.94, "word": " comma", "probability": 0.30517578125}, {"start": 2225.94, "end": 2226.5, "word": " slice,", "probability": 0.314697265625}, {"start": 2226.66, "end": 2226.8, "word": " right?", "probability": 0.8681640625}, {"start": 2227.0, "end": 2227.12, "word": " Full", "probability": 0.2210693359375}, {"start": 2227.12, "end": 2227.36, "word": " stop.", "probability": 0.81787109375}, {"start": 2227.52, "end": 2227.68, "word": " His", "probability": 0.57080078125}, {"start": 2227.68, "end": 2227.9, "word": " hair", "probability": 0.8603515625}, {"start": 2227.9, "end": 2228.08, "word": " is", "probability": 0.94775390625}, {"start": 2228.08, "end": 2228.4, "word": " short", "probability": 0.958984375}, {"start": 2228.4, "end": 2228.82, "word": " and", "probability": 0.84521484375}, {"start": 2228.82, "end": 2229.56, "word": " his", "probability": 0.94775390625}, {"start": 2229.56, "end": 2229.9, "word": " eyes", "probability": 0.89111328125}, {"start": 2229.9, "end": 2230.14, "word": " are", "probability": 0.94091796875}, {"start": 2230.14, "end": 2230.5, "word": " blue,", "probability": 0.9765625}, {"start": 2230.6, "end": 2230.74, "word": " for", "probability": 0.9462890625}, {"start": 2230.74, "end": 2231.16, "word": " example.", "probability": 0.970703125}, {"start": 2231.82, "end": 2232.08, "word": " He's", "probability": 0.73486328125}, {"start": 2232.08, "end": 2232.32, "word": " very", "probability": 0.8564453125}, {"start": 2232.32, "end": 2232.78, "word": " tall", "probability": 0.8876953125}, {"start": 2232.78, "end": 2233.34, "word": " and", "probability": 0.9345703125}, {"start": 2233.34, "end": 2234.66, "word": " thin", "probability": 0.89404296875}, {"start": 2234.66, "end": 2235.02, "word": " or", "probability": 0.6103515625}, {"start": 2235.02, "end": 2235.48, "word": " slim.", "probability": 0.796875}, {"start": 2235.9, "end": 2236.06, "word": " Okay?", "probability": 0.364501953125}, {"start": 2236.1, "end": 2236.22, "word": " Or", "probability": 0.79541015625}, {"start": 2236.22, "end": 2236.36, "word": " a", "probability": 0.92041015625}, {"start": 2236.36, "end": 2236.5, "word": " little", "probability": 0.87939453125}, {"start": 2236.5, "end": 2236.84, "word": " bit", "probability": 0.9052734375}, {"start": 2236.84, "end": 2237.48, "word": " chubby.", "probability": 0.675048828125}, {"start": 2237.66, "end": 2237.8, "word": " And", "probability": 0.89111328125}, {"start": 2237.8, "end": 2237.94, "word": " so", "probability": 0.951171875}, {"start": 2237.94, "end": 2238.12, "word": " on.", "probability": 0.8310546875}], "temperature": 1.0}, {"id": 82, "seek": 228657, "start": 2273.19, "end": 2286.57, "text": " My father is on his legs or is on his legs always or or or in his legs. He has all his legs. Full stop. Full stop.", "tokens": [1222, 3086, 307, 322, 702, 5668, 420, 307, 322, 702, 5668, 1009, 420, 420, 420, 294, 702, 5668, 13, 634, 575, 439, 702, 5668, 13, 13841, 1590, 13, 13841, 1590, 13], "avg_logprob": -0.5883789081126451, "compression_ratio": 1.7164179104477613, "no_speech_prob": 1.1920928955078125e-07, "words": [{"start": 2273.19, "end": 2273.87, "word": " My", "probability": 0.36328125}, {"start": 2273.87, "end": 2274.27, "word": " father", "probability": 0.78076171875}, {"start": 2274.27, "end": 2274.57, "word": " is", "probability": 0.6787109375}, {"start": 2274.57, "end": 2274.83, "word": " on", "probability": 0.6904296875}, {"start": 2274.83, "end": 2275.11, "word": " his", "probability": 0.89306640625}, {"start": 2275.11, "end": 2275.47, "word": " legs", "probability": 0.529296875}, {"start": 2275.47, "end": 2275.95, "word": " or", "probability": 0.428955078125}, {"start": 2275.95, "end": 2276.29, "word": " is", "probability": 0.38818359375}, {"start": 2276.29, "end": 2276.57, "word": " on", "probability": 0.82861328125}, {"start": 2276.57, "end": 2276.83, "word": " his", "probability": 0.96875}, {"start": 2276.83, "end": 2277.15, "word": " legs", "probability": 0.88916015625}, {"start": 2277.15, "end": 2278.27, "word": " always", "probability": 0.55517578125}, {"start": 2278.27, "end": 2279.13, "word": " or", "probability": 0.72216796875}, {"start": 2279.13, "end": 2279.51, "word": " or", "probability": 0.225341796875}, {"start": 2279.51, "end": 2279.69, "word": " or", "probability": 0.82275390625}, {"start": 2279.69, "end": 2279.95, "word": " in", "probability": 0.232421875}, {"start": 2279.95, "end": 2281.55, "word": " his", "probability": 0.6279296875}, {"start": 2281.55, "end": 2281.91, "word": " legs.", "probability": 0.86669921875}, {"start": 2282.65, "end": 2282.91, "word": " He", "probability": 0.44482421875}, {"start": 2282.91, "end": 2283.09, "word": " has", "probability": 0.64306640625}, {"start": 2283.09, "end": 2283.27, "word": " all", "probability": 0.541015625}, {"start": 2283.27, "end": 2283.45, "word": " his", "probability": 0.350341796875}, {"start": 2283.45, "end": 2283.63, "word": " legs.", "probability": 0.388427734375}, {"start": 2284.57, "end": 2284.89, "word": " Full", "probability": 0.419677734375}, {"start": 2284.89, "end": 2285.27, "word": " stop.", "probability": 0.8681640625}, {"start": 2285.65, "end": 2286.07, "word": " Full", "probability": 0.273193359375}, {"start": 2286.07, "end": 2286.57, "word": " stop.", "probability": 0.91455078125}], "temperature": 1.0}, {"id": 83, "seek": 230103, "start": 2291.05, "end": 2301.03, "text": " Post-op, post-op, post-op, post-op, post-op, post-op, post-op, post-op", "tokens": [10223, 12, 404, 11, 2183, 12, 404, 11, 2183, 12, 404, 11, 2183, 12, 404, 11, 2183, 12, 404, 11, 2183, 12, 404, 11, 2183, 12, 404, 11, 2183, 12, 404], "avg_logprob": -0.5454101413488388, "compression_ratio": 3.380952380952381, "no_speech_prob": 2.384185791015625e-07, "words": [{"start": 2291.05, "end": 2291.53, "word": " Post", "probability": 0.032440185546875}, {"start": 2291.53, "end": 2291.75, "word": "-op,", "probability": 0.5726318359375}, {"start": 2291.91, "end": 2292.05, "word": " post", "probability": 0.3310546875}, {"start": 2292.05, "end": 2292.29, "word": "-op,", "probability": 0.890380859375}, {"start": 2292.45, "end": 2292.81, "word": " post", "probability": 0.4921875}, {"start": 2292.81, "end": 2293.17, "word": "-op,", "probability": 0.97998046875}, {"start": 2293.17, "end": 2293.45, "word": " post", "probability": 0.5361328125}, {"start": 2293.45, "end": 2294.59, "word": "-op,", "probability": 0.987060546875}, {"start": 2294.69, "end": 2294.69, "word": " post", "probability": 0.6669921875}, {"start": 2294.69, "end": 2294.69, "word": "-op,", "probability": 0.9853515625}, {"start": 2294.79, "end": 2294.97, "word": " post", "probability": 0.75048828125}, {"start": 2294.97, "end": 2295.35, "word": "-op,", "probability": 0.984619140625}, {"start": 2295.35, "end": 2295.53, "word": " post", "probability": 0.80712890625}, {"start": 2295.53, "end": 2295.53, "word": "-op,", "probability": 0.990478515625}, {"start": 2295.53, "end": 2296.29, "word": " post", "probability": 0.8359375}, {"start": 2296.29, "end": 2301.03, "word": "-op", "probability": 0.994140625}], "temperature": 1.0}, {"id": 84, "seek": 233755, "start": 2333.89, "end": 2337.55, "text": " Yes, attitude is important.", "tokens": [1079, 11, 10157, 307, 1021, 13], "avg_logprob": -1.0491071769169398, "compression_ratio": 0.7777777777777778, "no_speech_prob": 5.960464477539063e-08, "words": [{"start": 2333.89, "end": 2335.29, "word": " Yes,", "probability": 0.052886962890625}, {"start": 2335.29, "end": 2336.69, "word": " attitude", "probability": 0.66748046875}, {"start": 2336.69, "end": 2337.17, "word": " is", "probability": 0.260986328125}, {"start": 2337.17, "end": 2337.55, "word": " important.", "probability": 0.33544921875}], "temperature": 1.0}, {"id": 85, "seek": 236348, "start": 2346.5, "end": 2363.48, "text": " I need to see sentences. This is a very long sentence, okay? Just use full stop squareness. Okay?", "tokens": [286, 643, 281, 536, 16579, 13, 639, 307, 257, 588, 938, 8174, 11, 1392, 30, 1449, 764, 1577, 1590, 3732, 1287, 13, 1033, 30], "avg_logprob": -0.5665624809265136, "compression_ratio": 1.101123595505618, "no_speech_prob": 3.5762786865234375e-07, "words": [{"start": 2346.5000000000005, "end": 2347.1600000000003, "word": " I", "probability": 0.12017822265625}, {"start": 2347.1600000000003, "end": 2347.82, "word": " need", "probability": 0.65576171875}, {"start": 2347.82, "end": 2347.98, "word": " to", "probability": 0.875}, {"start": 2347.98, "end": 2348.16, "word": " see", "probability": 0.8486328125}, {"start": 2348.16, "end": 2348.84, "word": " sentences.", "probability": 0.943359375}, {"start": 2348.96, "end": 2349.3, "word": " This", "probability": 0.81103515625}, {"start": 2349.3, "end": 2349.4, "word": " is", "probability": 0.95166015625}, {"start": 2349.4, "end": 2349.54, "word": " a", "probability": 0.82666015625}, {"start": 2349.54, "end": 2349.74, "word": " very", "probability": 0.81591796875}, {"start": 2349.74, "end": 2350.02, "word": " long", "probability": 0.82080078125}, {"start": 2350.02, "end": 2350.58, "word": " sentence,", "probability": 0.97705078125}, {"start": 2350.58, "end": 2351.52, "word": " okay?", "probability": 0.76171875}, {"start": 2352.02, "end": 2352.2, "word": " Just", "probability": 0.315673828125}, {"start": 2352.2, "end": 2352.52, "word": " use", "probability": 0.421142578125}, {"start": 2352.52, "end": 2352.72, "word": " full", "probability": 0.6640625}, {"start": 2352.72, "end": 2353.0, "word": " stop", "probability": 0.7861328125}, {"start": 2353.0, "end": 2353.68, "word": " squareness.", "probability": 0.5291748046875}, {"start": 2362.82, "end": 2363.48, "word": " Okay?", "probability": 0.1375732421875}], "temperature": 1.0}, {"id": 86, "seek": 239640, "start": 2389.68, "end": 2396.4, "text": " All right, let's see. Let's see, get to hear some examples of your writing. Yes, at the back. Here, please.", "tokens": [1057, 558, 11, 718, 311, 536, 13, 961, 311, 536, 11, 483, 281, 1568, 512, 5110, 295, 428, 3579, 13, 1079, 11, 412, 264, 646, 13, 1692, 11, 1767, 13], "avg_logprob": -0.3145161174958752, "compression_ratio": 1.1020408163265305, "no_speech_prob": 1.3113021850585938e-06, "words": [{"start": 2389.68, "end": 2390.14, "word": " All", "probability": 0.1300048828125}, {"start": 2390.14, "end": 2390.6, "word": " right,", "probability": 0.90478515625}, {"start": 2390.78, "end": 2391.14, "word": " let's", "probability": 0.939208984375}, {"start": 2391.14, "end": 2391.36, "word": " see.", "probability": 0.88525390625}, {"start": 2391.48, "end": 2391.76, "word": " Let's", "probability": 0.828857421875}, {"start": 2391.76, "end": 2391.94, "word": " see,", "probability": 0.63671875}, {"start": 2392.08, "end": 2392.34, "word": " get", "probability": 0.69287109375}, {"start": 2392.34, "end": 2392.5, "word": " to", "probability": 0.9462890625}, {"start": 2392.5, "end": 2392.7, "word": " hear", "probability": 0.83935546875}, {"start": 2392.7, "end": 2392.94, "word": " some", "probability": 0.90234375}, {"start": 2392.94, "end": 2393.52, "word": " examples", "probability": 0.84912109375}, {"start": 2393.52, "end": 2393.76, "word": " of", "probability": 0.837890625}, {"start": 2393.76, "end": 2394.24, "word": " your", "probability": 0.72265625}, {"start": 2394.24, "end": 2394.74, "word": " writing.", "probability": 0.93701171875}, {"start": 2395.08, "end": 2395.22, "word": " Yes,", "probability": 0.9619140625}, {"start": 2395.28, "end": 2395.36, "word": " at", "probability": 0.90185546875}, {"start": 2395.36, "end": 2395.46, "word": " the", "probability": 0.92333984375}, {"start": 2395.46, "end": 2395.74, "word": " back.", "probability": 0.8623046875}, {"start": 2395.88, "end": 2396.04, "word": " Here,", "probability": 0.68994140625}, {"start": 2396.16, "end": 2396.4, "word": " please.", "probability": 0.8076171875}], "temperature": 1.0}, {"id": 87, "seek": 243082, "start": 2405.36, "end": 2430.82, "text": " Uh-huh. Okay. And he's got a lot of experiences in life experience. Very nice. Yes, please. Yes. Very good. All right. Very nice. Yes, please.", "tokens": [4019, 12, 18710, 13, 1033, 13, 400, 415, 311, 658, 257, 688, 295, 5235, 294, 993, 1752, 13, 4372, 1481, 13, 1079, 11, 1767, 13, 1079, 13, 4372, 665, 13, 1057, 558, 13, 4372, 1481, 13, 1079, 11, 1767, 13], "avg_logprob": -0.29782774971752635, "compression_ratio": 1.375, "no_speech_prob": 5.960464477539063e-08, "words": [{"start": 2405.36, "end": 2405.84, "word": " Uh", "probability": 0.1060791015625}, {"start": 2405.84, "end": 2406.32, "word": "-huh.", "probability": 0.717041015625}, {"start": 2408.4, "end": 2408.88, "word": " Okay.", "probability": 0.57568359375}, {"start": 2412.58, "end": 2413.06, "word": " And", "probability": 0.84375}, {"start": 2413.06, "end": 2413.32, "word": " he's", "probability": 0.92919921875}, {"start": 2413.32, "end": 2413.62, "word": " got", "probability": 0.93115234375}, {"start": 2413.62, "end": 2413.8, "word": " a", "probability": 0.98828125}, {"start": 2413.8, "end": 2414.0, "word": " lot", "probability": 0.95703125}, {"start": 2414.0, "end": 2414.18, "word": " of", "probability": 0.96337890625}, {"start": 2414.18, "end": 2415.08, "word": " experiences", "probability": 0.8564453125}, {"start": 2415.08, "end": 2415.78, "word": " in", "probability": 0.466064453125}, {"start": 2415.78, "end": 2416.1, "word": " life", "probability": 0.93408203125}, {"start": 2416.1, "end": 2416.84, "word": " experience.", "probability": 0.75927734375}, {"start": 2416.96, "end": 2417.22, "word": " Very", "probability": 0.810546875}, {"start": 2417.22, "end": 2417.54, "word": " nice.", "probability": 0.89404296875}, {"start": 2417.78, "end": 2417.96, "word": " Yes,", "probability": 0.9599609375}, {"start": 2418.04, "end": 2418.18, "word": " please.", "probability": 0.79052734375}, {"start": 2418.98, "end": 2419.08, "word": " Yes.", "probability": 0.64208984375}, {"start": 2423.52, "end": 2424.0, "word": " Very", "probability": 0.35107421875}, {"start": 2424.0, "end": 2429.3, "word": " good.", "probability": 0.9072265625}, {"start": 2429.46, "end": 2429.66, "word": " All", "probability": 0.41552734375}, {"start": 2429.66, "end": 2429.82, "word": " right.", "probability": 0.91015625}, {"start": 2429.88, "end": 2430.1, "word": " Very", "probability": 0.41845703125}, {"start": 2430.1, "end": 2430.28, "word": " nice.", "probability": 0.8525390625}, {"start": 2430.28, "end": 2430.46, "word": " Yes,", "probability": 0.96923828125}, {"start": 2430.52, "end": 2430.82, "word": " please.", "probability": 0.8173828125}], "temperature": 1.0}, {"id": 88, "seek": 245465, "start": 2432.31, "end": 2454.65, "text": " He had a light body because he suffered a lot in diaspora and missed two daughters. In addition, he has a long chin with blue eyes and light skin. He's very beautiful, but the difficulties of life make him seem very old. He's always a man and that make him maybe a lot of difficulties. That make him what?", "tokens": [634, 632, 257, 1442, 1772, 570, 415, 12770, 257, 688, 294, 21084, 47076, 293, 6721, 732, 17070, 13, 682, 4500, 11, 415, 575, 257, 938, 14210, 365, 3344, 2575, 293, 1442, 3178, 13, 634, 311, 588, 2238, 11, 457, 264, 14399, 295, 993, 652, 796, 1643, 588, 1331, 13, 634, 311, 1009, 257, 587, 293, 300, 652, 796, 1310, 257, 688, 295, 14399, 13, 663, 652, 796, 437, 30], "avg_logprob": -0.2549107049192701, "compression_ratio": 1.6020942408376964, "no_speech_prob": 2.980232238769531e-07, "words": [{"start": 2432.31, "end": 2432.87, "word": " He", "probability": 0.58154296875}, {"start": 2432.87, "end": 2433.31, "word": " had", "probability": 0.52783203125}, {"start": 2433.31, "end": 2433.59, "word": " a", "probability": 0.97119140625}, {"start": 2433.59, "end": 2433.87, "word": " light", "probability": 0.8779296875}, {"start": 2433.87, "end": 2434.23, "word": " body", "probability": 0.8818359375}, {"start": 2434.23, "end": 2434.73, "word": " because", "probability": 0.82080078125}, {"start": 2434.73, "end": 2435.59, "word": " he", "probability": 0.79638671875}, {"start": 2435.59, "end": 2435.85, "word": " suffered", "probability": 0.261474609375}, {"start": 2435.85, "end": 2436.03, "word": " a", "probability": 0.86669921875}, {"start": 2436.03, "end": 2436.21, "word": " lot", "probability": 0.95849609375}, {"start": 2436.21, "end": 2436.49, "word": " in", "probability": 0.61572265625}, {"start": 2436.49, "end": 2437.05, "word": " diaspora", "probability": 0.70361328125}, {"start": 2437.05, "end": 2437.73, "word": " and", "probability": 0.75341796875}, {"start": 2437.73, "end": 2437.95, "word": " missed", "probability": 0.43896484375}, {"start": 2437.95, "end": 2438.19, "word": " two", "probability": 0.79052734375}, {"start": 2438.19, "end": 2438.63, "word": " daughters.", "probability": 0.91357421875}, {"start": 2439.05, "end": 2439.19, "word": " In", "probability": 0.8984375}, {"start": 2439.19, "end": 2439.57, "word": " addition,", "probability": 0.94580078125}, {"start": 2439.79, "end": 2439.91, "word": " he", "probability": 0.9609375}, {"start": 2439.91, "end": 2440.49, "word": " has", "probability": 0.89453125}, {"start": 2440.49, "end": 2440.91, "word": " a", "probability": 0.96875}, {"start": 2440.91, "end": 2441.35, "word": " long", "probability": 0.935546875}, {"start": 2441.35, "end": 2441.99, "word": " chin", "probability": 0.9697265625}, {"start": 2441.99, "end": 2442.29, "word": " with", "probability": 0.89697265625}, {"start": 2442.29, "end": 2442.63, "word": " blue", "probability": 0.96484375}, {"start": 2442.63, "end": 2443.03, "word": " eyes", "probability": 0.87841796875}, {"start": 2443.03, "end": 2443.31, "word": " and", "probability": 0.9326171875}, {"start": 2443.31, "end": 2443.53, "word": " light", "probability": 0.23486328125}, {"start": 2443.53, "end": 2443.89, "word": " skin.", "probability": 0.83984375}, {"start": 2444.45, "end": 2444.81, "word": " He's", "probability": 0.717529296875}, {"start": 2444.81, "end": 2444.99, "word": " very", "probability": 0.85888671875}, {"start": 2444.99, "end": 2445.39, "word": " beautiful,", "probability": 0.96142578125}, {"start": 2445.65, "end": 2445.77, "word": " but", "probability": 0.923828125}, {"start": 2445.77, "end": 2446.03, "word": " the", "probability": 0.89599609375}, {"start": 2446.03, "end": 2446.75, "word": " difficulties", "probability": 0.892578125}, {"start": 2446.75, "end": 2447.03, "word": " of", "probability": 0.96240234375}, {"start": 2447.03, "end": 2447.25, "word": " life", "probability": 0.91552734375}, {"start": 2447.25, "end": 2447.57, "word": " make", "probability": 0.791015625}, {"start": 2447.57, "end": 2447.81, "word": " him", "probability": 0.92431640625}, {"start": 2447.81, "end": 2448.07, "word": " seem", "probability": 0.8505859375}, {"start": 2448.07, "end": 2448.37, "word": " very", "probability": 0.8505859375}, {"start": 2448.37, "end": 2448.73, "word": " old.", "probability": 0.91943359375}, {"start": 2449.25, "end": 2449.47, "word": " He's", "probability": 0.92138671875}, {"start": 2449.47, "end": 2449.71, "word": " always", "probability": 0.17529296875}, {"start": 2449.71, "end": 2449.87, "word": " a", "probability": 0.81201171875}, {"start": 2449.87, "end": 2450.15, "word": " man", "probability": 0.93994140625}, {"start": 2450.15, "end": 2450.53, "word": " and", "probability": 0.66796875}, {"start": 2450.53, "end": 2450.83, "word": " that", "probability": 0.93017578125}, {"start": 2450.83, "end": 2451.17, "word": " make", "probability": 0.5869140625}, {"start": 2451.17, "end": 2451.55, "word": " him", "probability": 0.93603515625}, {"start": 2451.55, "end": 2451.91, "word": " maybe", "probability": 0.52978515625}, {"start": 2451.91, "end": 2452.07, "word": " a", "probability": 0.8955078125}, {"start": 2452.07, "end": 2452.21, "word": " lot", "probability": 0.9599609375}, {"start": 2452.21, "end": 2452.39, "word": " of", "probability": 0.95947265625}, {"start": 2452.39, "end": 2452.79, "word": " difficulties.", "probability": 0.8193359375}, {"start": 2452.91, "end": 2453.23, "word": " That", "probability": 0.83251953125}, {"start": 2453.23, "end": 2453.63, "word": " make", "probability": 0.80126953125}, {"start": 2453.63, "end": 2454.39, "word": " him", "probability": 0.7119140625}, {"start": 2454.39, "end": 2454.65, "word": " what?", "probability": 0.8974609375}], "temperature": 1.0}, {"id": 89, "seek": 247864, "start": 2457.82, "end": 2478.64, "text": " Okay, withstood a lot of things, overcame a lot of hardships. Very good. Yes, ma'am, over there, please. My father is a very surrounded man. He is very tall and slim. His hair is short and neat. In addition, my father is a very great teacher. He is a semaphore to our students.", "tokens": [1033, 11, 365, 6431, 257, 688, 295, 721, 11, 670, 3005, 257, 688, 295, 41351, 13, 4372, 665, 13, 1079, 11, 463, 6, 335, 11, 670, 456, 11, 1767, 13, 1222, 3086, 307, 257, 588, 13221, 587, 13, 634, 307, 588, 6764, 293, 25357, 13, 2812, 2578, 307, 2099, 293, 10654, 13, 682, 4500, 11, 452, 3086, 307, 257, 588, 869, 5027, 13, 634, 307, 257, 4361, 13957, 418, 281, 527, 1731, 13], "avg_logprob": -0.33635980776838353, "compression_ratio": 1.553072625698324, "no_speech_prob": 1.7881393432617188e-07, "words": [{"start": 2457.82, "end": 2458.34, "word": " Okay,", "probability": 0.405029296875}, {"start": 2458.34, "end": 2458.86, "word": " withstood", "probability": 0.5302734375}, {"start": 2458.86, "end": 2459.08, "word": " a", "probability": 0.96923828125}, {"start": 2459.08, "end": 2459.28, "word": " lot", "probability": 0.9599609375}, {"start": 2459.28, "end": 2459.42, "word": " of", "probability": 0.96923828125}, {"start": 2459.42, "end": 2459.66, "word": " things,", "probability": 0.79052734375}, {"start": 2459.72, "end": 2460.08, "word": " overcame", "probability": 0.578857421875}, {"start": 2460.08, "end": 2460.22, "word": " a", "probability": 0.9501953125}, {"start": 2460.22, "end": 2460.4, "word": " lot", "probability": 0.95947265625}, {"start": 2460.4, "end": 2460.64, "word": " of", "probability": 0.962890625}, {"start": 2460.64, "end": 2461.64, "word": " hardships.", "probability": 0.8486328125}, {"start": 2461.98, "end": 2462.08, "word": " Very", "probability": 0.455078125}, {"start": 2462.08, "end": 2462.4, "word": " good.", "probability": 0.91357421875}, {"start": 2462.64, "end": 2462.82, "word": " Yes,", "probability": 0.9384765625}, {"start": 2462.88, "end": 2462.94, "word": " ma", "probability": 0.08197021484375}, {"start": 2462.94, "end": 2463.0, "word": "'am,", "probability": 0.95751953125}, {"start": 2463.08, "end": 2463.24, "word": " over", "probability": 0.91015625}, {"start": 2463.24, "end": 2463.42, "word": " there,", "probability": 0.916015625}, {"start": 2463.5, "end": 2463.72, "word": " please.", "probability": 0.818359375}, {"start": 2464.64, "end": 2464.84, "word": " My", "probability": 0.94287109375}, {"start": 2464.84, "end": 2465.18, "word": " father", "probability": 0.82177734375}, {"start": 2465.18, "end": 2465.4, "word": " is", "probability": 0.935546875}, {"start": 2465.4, "end": 2465.54, "word": " a", "probability": 0.97314453125}, {"start": 2465.54, "end": 2465.74, "word": " very", "probability": 0.71875}, {"start": 2465.74, "end": 2466.16, "word": " surrounded", "probability": 0.09210205078125}, {"start": 2466.16, "end": 2466.9, "word": " man.", "probability": 0.92626953125}, {"start": 2467.34, "end": 2467.52, "word": " He", "probability": 0.9580078125}, {"start": 2467.52, "end": 2467.84, "word": " is", "probability": 0.8994140625}, {"start": 2467.84, "end": 2468.18, "word": " very", "probability": 0.84033203125}, {"start": 2468.18, "end": 2468.56, "word": " tall", "probability": 0.8876953125}, {"start": 2468.56, "end": 2468.98, "word": " and", "probability": 0.88037109375}, {"start": 2468.98, "end": 2469.8, "word": " slim.", "probability": 0.377685546875}, {"start": 2470.38, "end": 2470.66, "word": " His", "probability": 0.9580078125}, {"start": 2470.66, "end": 2470.96, "word": " hair", "probability": 0.91064453125}, {"start": 2470.96, "end": 2471.48, "word": " is", "probability": 0.9443359375}, {"start": 2471.48, "end": 2471.86, "word": " short", "probability": 0.50634765625}, {"start": 2471.86, "end": 2472.2, "word": " and", "probability": 0.9423828125}, {"start": 2472.2, "end": 2472.54, "word": " neat.", "probability": 0.32958984375}, {"start": 2473.1, "end": 2473.48, "word": " In", "probability": 0.9658203125}, {"start": 2473.48, "end": 2473.82, "word": " addition,", "probability": 0.94873046875}, {"start": 2474.0, "end": 2474.12, "word": " my", "probability": 0.96240234375}, {"start": 2474.12, "end": 2474.42, "word": " father", "probability": 0.87109375}, {"start": 2474.42, "end": 2474.64, "word": " is", "probability": 0.943359375}, {"start": 2474.64, "end": 2474.74, "word": " a", "probability": 0.802734375}, {"start": 2474.74, "end": 2474.88, "word": " very", "probability": 0.81494140625}, {"start": 2474.88, "end": 2475.16, "word": " great", "probability": 0.62744140625}, {"start": 2475.16, "end": 2475.56, "word": " teacher.", "probability": 0.96240234375}, {"start": 2475.8, "end": 2475.94, "word": " He", "probability": 0.95849609375}, {"start": 2475.94, "end": 2476.14, "word": " is", "probability": 0.66943359375}, {"start": 2476.14, "end": 2476.34, "word": " a", "probability": 0.53857421875}, {"start": 2476.34, "end": 2477.58, "word": " semaphore", "probability": 0.628662109375}, {"start": 2477.58, "end": 2477.92, "word": " to", "probability": 0.87255859375}, {"start": 2477.92, "end": 2478.2, "word": " our", "probability": 0.83154296875}, {"start": 2478.2, "end": 2478.64, "word": " students.", "probability": 0.7177734375}], "temperature": 1.0}, {"id": 90, "seek": 249706, "start": 2478.82, "end": 2497.06, "text": " He is tall and strong, although his age is 73, but he has a huge energy to go shopping, watch TV, reading a newspaper, and he always collects us and starts saying sorry. We enjoy a lot.", "tokens": [634, 307, 6764, 293, 2068, 11, 4878, 702, 3205, 307, 28387, 11, 457, 415, 575, 257, 2603, 2281, 281, 352, 8688, 11, 1159, 3558, 11, 3760, 257, 13669, 11, 293, 415, 1009, 39897, 505, 293, 3719, 1566, 2597, 13, 492, 2103, 257, 688, 13], "avg_logprob": -0.2631944338480631, "compression_ratio": 1.3285714285714285, "no_speech_prob": 2.86102294921875e-06, "words": [{"start": 2478.82, "end": 2479.76, "word": " He", "probability": 0.10174560546875}, {"start": 2479.76, "end": 2480.02, "word": " is", "probability": 0.6953125}, {"start": 2480.02, "end": 2483.42, "word": " tall", "probability": 0.845703125}, {"start": 2483.42, "end": 2483.76, "word": " and", "probability": 0.93701171875}, {"start": 2483.76, "end": 2484.34, "word": " strong,", "probability": 0.90234375}, {"start": 2484.52, "end": 2484.8, "word": " although", "probability": 0.87060546875}, {"start": 2484.8, "end": 2485.2, "word": " his", "probability": 0.740234375}, {"start": 2485.2, "end": 2485.6, "word": " age", "probability": 0.9501953125}, {"start": 2485.6, "end": 2485.94, "word": " is", "probability": 0.95166015625}, {"start": 2485.94, "end": 2486.86, "word": " 73,", "probability": 0.83984375}, {"start": 2487.58, "end": 2487.82, "word": " but", "probability": 0.81298828125}, {"start": 2487.82, "end": 2488.14, "word": " he", "probability": 0.94921875}, {"start": 2488.14, "end": 2488.6, "word": " has", "probability": 0.943359375}, {"start": 2488.6, "end": 2488.74, "word": " a", "probability": 0.7607421875}, {"start": 2488.74, "end": 2489.04, "word": " huge", "probability": 0.90673828125}, {"start": 2489.04, "end": 2489.54, "word": " energy", "probability": 0.9501953125}, {"start": 2489.54, "end": 2489.76, "word": " to", "probability": 0.9599609375}, {"start": 2489.76, "end": 2489.92, "word": " go", "probability": 0.94775390625}, {"start": 2489.92, "end": 2490.3, "word": " shopping,", "probability": 0.94189453125}, {"start": 2490.52, "end": 2490.7, "word": " watch", "probability": 0.87646484375}, {"start": 2490.7, "end": 2491.04, "word": " TV,", "probability": 0.84326171875}, {"start": 2491.26, "end": 2491.6, "word": " reading", "probability": 0.888671875}, {"start": 2491.6, "end": 2491.86, "word": " a", "probability": 0.82421875}, {"start": 2491.86, "end": 2492.16, "word": " newspaper,", "probability": 0.83349609375}, {"start": 2492.84, "end": 2492.98, "word": " and", "probability": 0.91455078125}, {"start": 2492.98, "end": 2493.1, "word": " he", "probability": 0.9580078125}, {"start": 2493.1, "end": 2493.44, "word": " always", "probability": 0.900390625}, {"start": 2493.44, "end": 2493.9, "word": " collects", "probability": 0.496826171875}, {"start": 2493.9, "end": 2494.3, "word": " us", "probability": 0.8681640625}, {"start": 2494.3, "end": 2494.62, "word": " and", "probability": 0.8701171875}, {"start": 2494.62, "end": 2494.98, "word": " starts", "probability": 0.64501953125}, {"start": 2494.98, "end": 2495.38, "word": " saying", "probability": 0.91455078125}, {"start": 2495.38, "end": 2495.88, "word": " sorry.", "probability": 0.62451171875}, {"start": 2496.32, "end": 2496.42, "word": " We", "probability": 0.9208984375}, {"start": 2496.42, "end": 2496.72, "word": " enjoy", "probability": 0.86669921875}, {"start": 2496.72, "end": 2496.9, "word": " a", "probability": 0.708984375}, {"start": 2496.9, "end": 2497.06, "word": " lot.", "probability": 0.95361328125}], "temperature": 1.0}, {"id": 91, "seek": 252761, "start": 2497.79, "end": 2527.61, "text": " In addition, he has brown eyes and white hair, so he's a really kind person. So he is a really kind person. Let's see an example of what I did here to describe my grandfather. My grandfather is a great person who often told stories about the difficult life he had when he was young. He is 94 years old, but his voice is still strong and clear.", "tokens": [682, 4500, 11, 415, 575, 6292, 2575, 293, 2418, 2578, 11, 370, 415, 311, 257, 534, 733, 954, 13, 407, 415, 307, 257, 534, 733, 954, 13, 961, 311, 536, 364, 1365, 295, 437, 286, 630, 510, 281, 6786, 452, 14754, 13, 1222, 14754, 307, 257, 869, 954, 567, 2049, 1907, 3676, 466, 264, 2252, 993, 415, 632, 562, 415, 390, 2037, 13, 634, 307, 30849, 924, 1331, 11, 457, 702, 3177, 307, 920, 2068, 293, 1850, 13], "avg_logprob": -0.18136867616750016, "compression_ratio": 1.6074766355140186, "no_speech_prob": 2.980232238769531e-07, "words": [{"start": 2497.79, "end": 2498.05, "word": " In", "probability": 0.5390625}, {"start": 2498.05, "end": 2498.39, "word": " addition,", "probability": 0.95458984375}, {"start": 2498.59, "end": 2498.65, "word": " he", "probability": 0.94970703125}, {"start": 2498.65, "end": 2499.05, "word": " has", "probability": 0.9375}, {"start": 2499.05, "end": 2499.47, "word": " brown", "probability": 0.677734375}, {"start": 2499.47, "end": 2500.03, "word": " eyes", "probability": 0.89501953125}, {"start": 2500.03, "end": 2500.65, "word": " and", "probability": 0.81591796875}, {"start": 2500.65, "end": 2501.53, "word": " white", "probability": 0.35546875}, {"start": 2501.53, "end": 2502.01, "word": " hair,", "probability": 0.92431640625}, {"start": 2502.47, "end": 2502.53, "word": " so", "probability": 0.88623046875}, {"start": 2502.53, "end": 2502.77, "word": " he's", "probability": 0.71728515625}, {"start": 2502.77, "end": 2502.89, "word": " a", "probability": 0.92626953125}, {"start": 2502.89, "end": 2503.07, "word": " really", "probability": 0.79638671875}, {"start": 2503.07, "end": 2503.39, "word": " kind", "probability": 0.89697265625}, {"start": 2503.39, "end": 2503.75, "word": " person.", "probability": 0.90234375}, {"start": 2503.85, "end": 2504.03, "word": " So", "probability": 0.75146484375}, {"start": 2504.03, "end": 2504.23, "word": " he", "probability": 0.71337890625}, {"start": 2504.23, "end": 2504.47, "word": " is", "probability": 0.6494140625}, {"start": 2504.47, "end": 2504.65, "word": " a", "probability": 0.96240234375}, {"start": 2504.65, "end": 2504.97, "word": " really", "probability": 0.85595703125}, {"start": 2504.97, "end": 2505.59, "word": " kind", "probability": 0.91455078125}, {"start": 2505.59, "end": 2506.15, "word": " person.", "probability": 0.9072265625}, {"start": 2506.37, "end": 2506.65, "word": " Let's", "probability": 0.9521484375}, {"start": 2506.65, "end": 2506.99, "word": " see", "probability": 0.91455078125}, {"start": 2506.99, "end": 2508.31, "word": " an", "probability": 0.72509765625}, {"start": 2508.31, "end": 2508.77, "word": " example", "probability": 0.974609375}, {"start": 2508.77, "end": 2508.99, "word": " of", "probability": 0.94873046875}, {"start": 2508.99, "end": 2509.19, "word": " what", "probability": 0.9443359375}, {"start": 2509.19, "end": 2509.37, "word": " I", "probability": 0.94384765625}, {"start": 2509.37, "end": 2509.59, "word": " did", "probability": 0.95361328125}, {"start": 2509.59, "end": 2509.89, "word": " here", "probability": 0.83349609375}, {"start": 2509.89, "end": 2510.13, "word": " to", "probability": 0.70751953125}, {"start": 2510.13, "end": 2510.55, "word": " describe", "probability": 0.8916015625}, {"start": 2510.55, "end": 2510.83, "word": " my", "probability": 0.96337890625}, {"start": 2510.83, "end": 2511.37, "word": " grandfather.", "probability": 0.86181640625}, {"start": 2512.21, "end": 2512.43, "word": " My", "probability": 0.96728515625}, {"start": 2512.43, "end": 2512.77, "word": " grandfather", "probability": 0.87255859375}, {"start": 2512.77, "end": 2513.03, "word": " is", "probability": 0.7880859375}, {"start": 2513.03, "end": 2513.11, "word": " a", "probability": 0.9931640625}, {"start": 2513.11, "end": 2513.33, "word": " great", "probability": 0.91796875}, {"start": 2513.33, "end": 2513.69, "word": " person", "probability": 0.91455078125}, {"start": 2513.69, "end": 2514.13, "word": " who", "probability": 0.82861328125}, {"start": 2514.13, "end": 2515.87, "word": " often", "probability": 0.74853515625}, {"start": 2515.87, "end": 2516.29, "word": " told", "probability": 0.8701171875}, {"start": 2516.29, "end": 2516.71, "word": " stories", "probability": 0.82568359375}, {"start": 2516.71, "end": 2516.97, "word": " about", "probability": 0.892578125}, {"start": 2516.97, "end": 2517.13, "word": " the", "probability": 0.8232421875}, {"start": 2517.13, "end": 2517.45, "word": " difficult", "probability": 0.92431640625}, {"start": 2517.45, "end": 2517.85, "word": " life", "probability": 0.93017578125}, {"start": 2517.85, "end": 2518.07, "word": " he", "probability": 0.95166015625}, {"start": 2518.07, "end": 2518.43, "word": " had", "probability": 0.89990234375}, {"start": 2518.43, "end": 2518.93, "word": " when", "probability": 0.908203125}, {"start": 2518.93, "end": 2519.15, "word": " he", "probability": 0.966796875}, {"start": 2519.15, "end": 2519.55, "word": " was", "probability": 0.9541015625}, {"start": 2519.55, "end": 2520.19, "word": " young.", "probability": 0.9228515625}, {"start": 2520.53, "end": 2520.73, "word": " He", "probability": 0.95947265625}, {"start": 2520.73, "end": 2521.21, "word": " is", "probability": 0.91064453125}, {"start": 2521.21, "end": 2522.59, "word": " 94", "probability": 0.755859375}, {"start": 2522.59, "end": 2523.11, "word": " years", "probability": 0.91064453125}, {"start": 2523.11, "end": 2523.53, "word": " old,", "probability": 0.9287109375}, {"start": 2523.67, "end": 2524.25, "word": " but", "probability": 0.9248046875}, {"start": 2524.25, "end": 2524.49, "word": " his", "probability": 0.96337890625}, {"start": 2524.49, "end": 2524.83, "word": " voice", "probability": 0.908203125}, {"start": 2524.83, "end": 2525.01, "word": " is", "probability": 0.93798828125}, {"start": 2525.01, "end": 2525.55, "word": " still", "probability": 0.9541015625}, {"start": 2525.55, "end": 2526.53, "word": " strong", "probability": 0.87646484375}, {"start": 2526.53, "end": 2527.07, "word": " and", "probability": 0.77001953125}, {"start": 2527.07, "end": 2527.61, "word": " clear.", "probability": 0.303955078125}], "temperature": 1.0}, {"id": 92, "seek": 255106, "start": 2527.72, "end": 2551.06, "text": " clear he speaks quietly and slowly when he tells stories his life was difficult when he was young his family didn't have much money so he worked hard to support him so even though his life was not easy he's still positive and optimistic personality all right", "tokens": [1850, 415, 10789, 19141, 293, 5692, 562, 415, 5112, 3676, 702, 993, 390, 2252, 562, 415, 390, 2037, 702, 1605, 994, 380, 362, 709, 1460, 370, 415, 2732, 1152, 281, 1406, 796, 370, 754, 1673, 702, 993, 390, 406, 1858, 415, 311, 920, 3353, 293, 19397, 9033, 439, 558], "avg_logprob": -0.1657812476158142, "compression_ratio": 1.5602409638554218, "no_speech_prob": 1.9073486328125e-06, "words": [{"start": 2527.72, "end": 2528.2, "word": " clear", "probability": 0.31201171875}, {"start": 2528.2, "end": 2528.74, "word": " he", "probability": 0.18115234375}, {"start": 2528.74, "end": 2529.24, "word": " speaks", "probability": 0.88037109375}, {"start": 2529.24, "end": 2530.02, "word": " quietly", "probability": 0.80126953125}, {"start": 2530.02, "end": 2531.06, "word": " and", "probability": 0.9306640625}, {"start": 2531.06, "end": 2531.74, "word": " slowly", "probability": 0.91015625}, {"start": 2531.74, "end": 2532.06, "word": " when", "probability": 0.8837890625}, {"start": 2532.06, "end": 2532.62, "word": " he", "probability": 0.962890625}, {"start": 2532.62, "end": 2533.26, "word": " tells", "probability": 0.8642578125}, {"start": 2533.26, "end": 2534.06, "word": " stories", "probability": 0.5966796875}, {"start": 2534.06, "end": 2534.74, "word": " his", "probability": 0.65673828125}, {"start": 2534.74, "end": 2535.14, "word": " life", "probability": 0.9404296875}, {"start": 2535.14, "end": 2535.38, "word": " was", "probability": 0.95751953125}, {"start": 2535.38, "end": 2535.8, "word": " difficult", "probability": 0.91650390625}, {"start": 2535.8, "end": 2536.16, "word": " when", "probability": 0.94482421875}, {"start": 2536.16, "end": 2536.34, "word": " he", "probability": 0.96630859375}, {"start": 2536.34, "end": 2536.66, "word": " was", "probability": 0.9560546875}, {"start": 2536.66, "end": 2537.68, "word": " young", "probability": 0.841796875}, {"start": 2537.68, "end": 2538.16, "word": " his", "probability": 0.87890625}, {"start": 2538.16, "end": 2538.54, "word": " family", "probability": 0.91162109375}, {"start": 2538.54, "end": 2538.92, "word": " didn't", "probability": 0.96142578125}, {"start": 2538.92, "end": 2539.2, "word": " have", "probability": 0.951171875}, {"start": 2539.2, "end": 2539.52, "word": " much", "probability": 0.92236328125}, {"start": 2539.52, "end": 2539.76, "word": " money", "probability": 0.92529296875}, {"start": 2539.76, "end": 2540.02, "word": " so", "probability": 0.9375}, {"start": 2540.02, "end": 2540.26, "word": " he", "probability": 0.95849609375}, {"start": 2540.26, "end": 2540.72, "word": " worked", "probability": 0.88232421875}, {"start": 2540.72, "end": 2541.12, "word": " hard", "probability": 0.90966796875}, {"start": 2541.12, "end": 2541.34, "word": " to", "probability": 0.9677734375}, {"start": 2541.34, "end": 2541.94, "word": " support", "probability": 0.978515625}, {"start": 2541.94, "end": 2542.96, "word": " him", "probability": 0.92138671875}, {"start": 2542.96, "end": 2543.58, "word": " so", "probability": 0.85009765625}, {"start": 2543.58, "end": 2544.34, "word": " even", "probability": 0.62890625}, {"start": 2544.34, "end": 2544.62, "word": " though", "probability": 0.81689453125}, {"start": 2544.62, "end": 2544.84, "word": " his", "probability": 0.96435546875}, {"start": 2544.84, "end": 2545.1, "word": " life", "probability": 0.94189453125}, {"start": 2545.1, "end": 2545.3, "word": " was", "probability": 0.953125}, {"start": 2545.3, "end": 2545.56, "word": " not", "probability": 0.94677734375}, {"start": 2545.56, "end": 2546.06, "word": " easy", "probability": 0.912109375}, {"start": 2546.06, "end": 2546.86, "word": " he's", "probability": 0.927734375}, {"start": 2546.86, "end": 2547.2, "word": " still", "probability": 0.89599609375}, {"start": 2547.2, "end": 2547.66, "word": " positive", "probability": 0.8671875}, {"start": 2547.66, "end": 2548.18, "word": " and", "probability": 0.943359375}, {"start": 2548.18, "end": 2549.54, "word": " optimistic", "probability": 0.91845703125}, {"start": 2549.54, "end": 2550.5, "word": " personality", "probability": 0.9365234375}, {"start": 2550.5, "end": 2550.88, "word": " all", "probability": 0.77099609375}, {"start": 2550.88, "end": 2551.06, "word": " right", "probability": 0.91357421875}], "temperature": 1.0}, {"id": 93, "seek": 258119, "start": 2551.82, "end": 2581.2, "text": " and so on, spending time with my father is always great as I can learn a lot of things or many things from his story. So over here we did some description of what he looks like, then about his life and then about his personality and what he did for us, all right? So this is in general what we need to include in describing people, all right? Think looking at the age,", "tokens": [293, 370, 322, 11, 6434, 565, 365, 452, 3086, 307, 1009, 869, 382, 286, 393, 1466, 257, 688, 295, 721, 420, 867, 721, 490, 702, 1657, 13, 407, 670, 510, 321, 630, 512, 3855, 295, 437, 415, 1542, 411, 11, 550, 466, 702, 993, 293, 550, 466, 702, 9033, 293, 437, 415, 630, 337, 505, 11, 439, 558, 30, 407, 341, 307, 294, 2674, 437, 321, 643, 281, 4090, 294, 16141, 561, 11, 439, 558, 30, 6557, 1237, 412, 264, 3205, 11], "avg_logprob": -0.20368975616363158, "compression_ratio": 1.654708520179372, "no_speech_prob": 0.0, "words": [{"start": 2551.82, "end": 2552.12, "word": " and", "probability": 0.3857421875}, {"start": 2552.12, "end": 2552.3, "word": " so", "probability": 0.685546875}, {"start": 2552.3, "end": 2552.48, "word": " on,", "probability": 0.72607421875}, {"start": 2552.52, "end": 2552.84, "word": " spending", "probability": 0.791015625}, {"start": 2552.84, "end": 2553.24, "word": " time", "probability": 0.87060546875}, {"start": 2553.24, "end": 2553.42, "word": " with", "probability": 0.90478515625}, {"start": 2553.42, "end": 2553.6, "word": " my", "probability": 0.9599609375}, {"start": 2553.6, "end": 2553.9, "word": " father", "probability": 0.84619140625}, {"start": 2553.9, "end": 2554.12, "word": " is", "probability": 0.7880859375}, {"start": 2554.12, "end": 2554.36, "word": " always", "probability": 0.8486328125}, {"start": 2554.36, "end": 2554.7, "word": " great", "probability": 0.65771484375}, {"start": 2554.7, "end": 2554.96, "word": " as", "probability": 0.7431640625}, {"start": 2554.96, "end": 2555.12, "word": " I", "probability": 0.9775390625}, {"start": 2555.12, "end": 2555.42, "word": " can", "probability": 0.9326171875}, {"start": 2555.42, "end": 2555.8, "word": " learn", "probability": 0.962890625}, {"start": 2555.8, "end": 2556.38, "word": " a", "probability": 0.96533203125}, {"start": 2556.38, "end": 2556.56, "word": " lot", "probability": 0.9541015625}, {"start": 2556.56, "end": 2556.72, "word": " of", "probability": 0.96630859375}, {"start": 2556.72, "end": 2556.96, "word": " things", "probability": 0.8583984375}, {"start": 2556.96, "end": 2557.12, "word": " or", "probability": 0.79345703125}, {"start": 2557.12, "end": 2557.3, "word": " many", "probability": 0.9091796875}, {"start": 2557.3, "end": 2557.74, "word": " things", "probability": 0.85498046875}, {"start": 2557.74, "end": 2558.46, "word": " from", "probability": 0.87939453125}, {"start": 2558.46, "end": 2558.92, "word": " his", "probability": 0.9609375}, {"start": 2558.92, "end": 2559.66, "word": " story.", "probability": 0.47900390625}, {"start": 2559.74, "end": 2559.84, "word": " So", "probability": 0.7744140625}, {"start": 2559.84, "end": 2560.04, "word": " over", "probability": 0.475341796875}, {"start": 2560.04, "end": 2560.22, "word": " here", "probability": 0.869140625}, {"start": 2560.22, "end": 2560.38, "word": " we", "probability": 0.623046875}, {"start": 2560.38, "end": 2560.56, "word": " did", "probability": 0.61376953125}, {"start": 2560.56, "end": 2560.92, "word": " some", "probability": 0.880859375}, {"start": 2560.92, "end": 2562.72, "word": " description", "probability": 0.8076171875}, {"start": 2562.72, "end": 2563.04, "word": " of", "probability": 0.95458984375}, {"start": 2563.04, "end": 2563.24, "word": " what", "probability": 0.94189453125}, {"start": 2563.24, "end": 2563.4, "word": " he", "probability": 0.96630859375}, {"start": 2563.4, "end": 2563.68, "word": " looks", "probability": 0.8447265625}, {"start": 2563.68, "end": 2564.04, "word": " like,", "probability": 0.94091796875}, {"start": 2564.3, "end": 2564.58, "word": " then", "probability": 0.8486328125}, {"start": 2564.58, "end": 2564.9, "word": " about", "probability": 0.90478515625}, {"start": 2564.9, "end": 2565.1, "word": " his", "probability": 0.962890625}, {"start": 2565.1, "end": 2565.42, "word": " life", "probability": 0.9267578125}, {"start": 2565.42, "end": 2565.64, "word": " and", "probability": 0.60009765625}, {"start": 2565.64, "end": 2565.94, "word": " then", "probability": 0.8408203125}, {"start": 2565.94, "end": 2566.58, "word": " about", "probability": 0.896484375}, {"start": 2566.58, "end": 2566.96, "word": " his", "probability": 0.96435546875}, {"start": 2566.96, "end": 2567.82, "word": " personality", "probability": 0.9228515625}, {"start": 2567.82, "end": 2568.08, "word": " and", "probability": 0.89892578125}, {"start": 2568.08, "end": 2568.18, "word": " what", "probability": 0.94287109375}, {"start": 2568.18, "end": 2568.32, "word": " he", "probability": 0.96484375}, {"start": 2568.32, "end": 2568.52, "word": " did", "probability": 0.955078125}, {"start": 2568.52, "end": 2568.84, "word": " for", "probability": 0.953125}, {"start": 2568.84, "end": 2569.72, "word": " us,", "probability": 0.72509765625}, {"start": 2569.88, "end": 2569.98, "word": " all", "probability": 0.57763671875}, {"start": 2569.98, "end": 2570.16, "word": " right?", "probability": 0.916015625}, {"start": 2570.46, "end": 2570.76, "word": " So", "probability": 0.95068359375}, {"start": 2570.76, "end": 2571.06, "word": " this", "probability": 0.8701171875}, {"start": 2571.06, "end": 2571.26, "word": " is", "probability": 0.9404296875}, {"start": 2571.26, "end": 2571.5, "word": " in", "probability": 0.830078125}, {"start": 2571.5, "end": 2571.76, "word": " general", "probability": 0.9150390625}, {"start": 2571.76, "end": 2572.02, "word": " what", "probability": 0.8369140625}, {"start": 2572.02, "end": 2572.36, "word": " we", "probability": 0.9619140625}, {"start": 2572.36, "end": 2573.12, "word": " need", "probability": 0.89404296875}, {"start": 2573.12, "end": 2573.32, "word": " to", "probability": 0.9697265625}, {"start": 2573.32, "end": 2573.92, "word": " include", "probability": 0.85546875}, {"start": 2573.92, "end": 2574.34, "word": " in", "probability": 0.9453125}, {"start": 2574.34, "end": 2575.52, "word": " describing", "probability": 0.88818359375}, {"start": 2575.52, "end": 2577.92, "word": " people,", "probability": 0.93701171875}, {"start": 2578.3, "end": 2578.52, "word": " all", "probability": 0.93115234375}, {"start": 2578.52, "end": 2578.76, "word": " right?", "probability": 0.92041015625}, {"start": 2579.38, "end": 2579.74, "word": " Think", "probability": 0.47998046875}, {"start": 2579.74, "end": 2580.3, "word": " looking", "probability": 0.73828125}, {"start": 2580.3, "end": 2580.58, "word": " at", "probability": 0.96826171875}, {"start": 2580.58, "end": 2580.82, "word": " the", "probability": 0.9111328125}, {"start": 2580.82, "end": 2581.2, "word": " age,", "probability": 0.94384765625}], "temperature": 1.0}, {"id": 94, "seek": 260677, "start": 2581.47, "end": 2606.77, "text": " the height, the hair, facial expressions, and also the personality and qualities that people have. All right? Okay, is this clear? All right. Next time, we'll talk about adjectives and how can we use adjectives to describe or in describing people. In the meantime, thank you very much, and I'll see you next time, inshallah.", "tokens": [264, 6681, 11, 264, 2578, 11, 15642, 15277, 11, 293, 611, 264, 9033, 293, 16477, 300, 561, 362, 13, 1057, 558, 30, 1033, 11, 307, 341, 1850, 30, 1057, 558, 13, 3087, 565, 11, 321, 603, 751, 466, 29378, 1539, 293, 577, 393, 321, 764, 29378, 1539, 281, 6786, 420, 294, 16141, 561, 13, 682, 264, 14991, 11, 1309, 291, 588, 709, 11, 293, 286, 603, 536, 291, 958, 565, 11, 1028, 71, 13492, 13], "avg_logprob": -0.20425576030423767, "compression_ratio": 1.5931372549019607, "no_speech_prob": 9.179115295410156e-05, "words": [{"start": 2581.47, "end": 2581.69, "word": " the", "probability": 0.5458984375}, {"start": 2581.69, "end": 2582.15, "word": " height,", "probability": 0.94775390625}, {"start": 2582.91, "end": 2583.13, "word": " the", "probability": 0.888671875}, {"start": 2583.13, "end": 2583.67, "word": " hair,", "probability": 0.92529296875}, {"start": 2583.95, "end": 2584.63, "word": " facial", "probability": 0.91357421875}, {"start": 2584.63, "end": 2585.41, "word": " expressions,", "probability": 0.94921875}, {"start": 2586.03, "end": 2586.21, "word": " and", "probability": 0.9345703125}, {"start": 2586.21, "end": 2586.75, "word": " also", "probability": 0.8671875}, {"start": 2586.75, "end": 2588.67, "word": " the", "probability": 0.36474609375}, {"start": 2588.67, "end": 2589.31, "word": " personality", "probability": 0.92919921875}, {"start": 2589.31, "end": 2590.15, "word": " and", "probability": 0.8857421875}, {"start": 2590.15, "end": 2590.73, "word": " qualities", "probability": 0.9111328125}, {"start": 2590.73, "end": 2591.01, "word": " that", "probability": 0.93310546875}, {"start": 2591.01, "end": 2591.39, "word": " people", "probability": 0.9638671875}, {"start": 2591.39, "end": 2592.37, "word": " have.", "probability": 0.943359375}, {"start": 2592.57, "end": 2592.71, "word": " All", "probability": 0.47900390625}, {"start": 2592.71, "end": 2592.95, "word": " right?", "probability": 0.90673828125}, {"start": 2593.35, "end": 2593.59, "word": " Okay,", "probability": 0.7763671875}, {"start": 2593.69, "end": 2593.79, "word": " is", "probability": 0.927734375}, {"start": 2593.79, "end": 2593.95, "word": " this", "probability": 0.9482421875}, {"start": 2593.95, "end": 2594.23, "word": " clear?", "probability": 0.91015625}, {"start": 2595.01, "end": 2595.15, "word": " All", "probability": 0.7197265625}, {"start": 2595.15, "end": 2595.31, "word": " right.", "probability": 0.91064453125}, {"start": 2595.41, "end": 2595.87, "word": " Next", "probability": 0.5263671875}, {"start": 2595.87, "end": 2596.19, "word": " time,", "probability": 0.87109375}, {"start": 2596.25, "end": 2596.37, "word": " we'll", "probability": 0.897705078125}, {"start": 2596.37, "end": 2596.57, "word": " talk", "probability": 0.88818359375}, {"start": 2596.57, "end": 2596.93, "word": " about", "probability": 0.9140625}, {"start": 2596.93, "end": 2597.71, "word": " adjectives", "probability": 0.969482421875}, {"start": 2597.71, "end": 2597.87, "word": " and", "probability": 0.849609375}, {"start": 2597.87, "end": 2598.13, "word": " how", "probability": 0.93896484375}, {"start": 2598.13, "end": 2598.51, "word": " can", "probability": 0.69189453125}, {"start": 2598.51, "end": 2598.69, "word": " we", "probability": 0.95703125}, {"start": 2598.69, "end": 2598.95, "word": " use", "probability": 0.88134765625}, {"start": 2598.95, "end": 2599.61, "word": " adjectives", "probability": 0.976806640625}, {"start": 2599.61, "end": 2599.95, "word": " to", "probability": 0.96826171875}, {"start": 2599.95, "end": 2601.65, "word": " describe", "probability": 0.89453125}, {"start": 2601.65, "end": 2601.85, "word": " or", "probability": 0.953125}, {"start": 2601.85, "end": 2602.01, "word": " in", "probability": 0.49853515625}, {"start": 2602.01, "end": 2602.57, "word": " describing", "probability": 0.7978515625}, {"start": 2602.57, "end": 2603.15, "word": " people.", "probability": 0.96826171875}, {"start": 2603.27, "end": 2603.31, "word": " In", "probability": 0.83154296875}, {"start": 2603.31, "end": 2603.39, "word": " the", "probability": 0.93408203125}, {"start": 2603.39, "end": 2603.67, "word": " meantime,", "probability": 0.9140625}, {"start": 2603.85, "end": 2604.05, "word": " thank", "probability": 0.84375}, {"start": 2604.05, "end": 2604.15, "word": " you", "probability": 0.9638671875}, {"start": 2604.15, "end": 2604.35, "word": " very", "probability": 0.8466796875}, {"start": 2604.35, "end": 2604.67, "word": " much,", "probability": 0.9052734375}, {"start": 2605.07, "end": 2605.27, "word": " and", "probability": 0.9384765625}, {"start": 2605.27, "end": 2605.45, "word": " I'll", "probability": 0.966064453125}, {"start": 2605.45, "end": 2605.61, "word": " see", "probability": 0.92138671875}, {"start": 2605.61, "end": 2605.75, "word": " you", "probability": 0.96484375}, {"start": 2605.75, "end": 2605.99, "word": " next", "probability": 0.9248046875}, {"start": 2605.99, "end": 2606.33, "word": " time,", "probability": 0.8759765625}, {"start": 2606.47, "end": 2606.77, "word": " inshallah.", "probability": 0.6260579427083334}], "temperature": 1.0}], "language": "en", "language_probability": 1.0, "duration": 2607.78675, "duration_after_vad": 2058.054374999993} \ No newline at end of file diff --git a/PL9fwy3NUQKwbknFHzECJkgNOSFOth6GiS/9pEwA-sDNQM_raw.srt b/PL9fwy3NUQKwbknFHzECJkgNOSFOth6GiS/9pEwA-sDNQM_raw.srt new file mode 100644 index 0000000000000000000000000000000000000000..301839d41c0735fd0c9a659ed96964108d2436cb --- /dev/null +++ b/PL9fwy3NUQKwbknFHzECJkgNOSFOth6GiS/9pEwA-sDNQM_raw.srt @@ -0,0 +1,1780 @@ +1 +00:00:20,720 --> 00:00:23,120 +Hi, Assalamualaikum. Good morning, how are you + +2 +00:00:23,120 --> 00:00:25,820 +today? Fine. Very good, very good. All right, + +3 +00:00:25,840 --> 00:00:28,500 +let's today continue talking about descriptive + +4 +00:00:28,500 --> 00:00:34,000 +paragraphs. And last time we addressed some of the + +5 +00:00:34,000 --> 00:00:37,860 +features of good descriptive writing. Today we + +6 +00:00:37,860 --> 00:00:42,320 +continue and talking especially on describing + +7 +00:00:42,320 --> 00:00:47,620 +places or what we call description in terms of a + +8 +00:00:47,620 --> 00:00:51,500 +spatial that is to say describing a location or + +9 +00:00:51,500 --> 00:00:55,100 +describing a place. It shows a spatial order + +10 +00:00:55,100 --> 00:00:59,360 +basically shows how people and objects are + +11 +00:00:59,360 --> 00:01:03,720 +located, are situated, are arranged in a space, in + +12 +00:01:03,720 --> 00:01:09,300 +an area or a scene. So how can we organize a + +13 +00:01:09,300 --> 00:01:12,620 +place? How can we describe a place? We can + +14 +00:01:12,620 --> 00:01:15,480 +describe it from different angles or from + +15 +00:01:15,480 --> 00:01:19,720 +different perspectives. We can look at it from top + +16 +00:01:19,720 --> 00:01:23,540 +to bottom. So we start from the top and then we go + +17 +00:01:23,540 --> 00:01:28,420 +down to describe the bottom of that place. From + +18 +00:01:28,420 --> 00:01:32,440 +outside over the patient to the inside of a + +19 +00:01:32,440 --> 00:01:39,180 +location. From right to left or from near to far + +20 +00:01:39,180 --> 00:01:43,820 +or the other way around. From inside to outside or + +21 +00:01:43,820 --> 00:01:48,000 +the reverse of any of these. or any of these + +22 +00:01:48,000 --> 00:01:52,060 +orders. Let's just look at this example of a + +23 +00:01:52,060 --> 00:01:56,020 +paragraph where we describe a place. For instance, + +24 +00:01:57,180 --> 00:02:00,280 +in Mr. Adams' classroom, we see a lot of + +25 +00:02:00,280 --> 00:02:03,100 +interesting things. This is the topic sentence. It + +26 +00:02:03,100 --> 00:02:07,520 +names the topic and it mentions or states the + +27 +00:02:07,520 --> 00:02:09,920 +controlling idea. We see a lot of interesting + +28 +00:02:09,920 --> 00:02:14,100 +things. To the left of the class, We see 10 + +29 +00:02:14,100 --> 00:02:17,780 +posters in the colors of a rainbow. To the right, + +30 +00:02:18,360 --> 00:02:21,160 +there is a black radio on top of the silver file + +31 +00:02:21,160 --> 00:02:25,340 +cabinet. In the back, there is a huge blue curtain + +32 +00:02:25,340 --> 00:02:29,060 +hanging on the wall. And in front of the class, we + +33 +00:02:29,060 --> 00:02:32,780 +see a great rectangular chalkboard. Indeed, this + +34 +00:02:32,780 --> 00:02:35,280 +is the conclusion. Indeed, Mrs. Adams' classroom + +35 +00:02:35,280 --> 00:02:38,980 +is very interesting. What we notice here are these + +36 +00:02:38,980 --> 00:02:42,580 +sort of transitions. Indicating, describing a + +37 +00:02:42,580 --> 00:02:46,380 +location to the left, to the right, in the back, + +38 +00:02:46,640 --> 00:02:52,410 +in the front and so on. Alright? Okay. Let's just + +39 +00:02:52,410 --> 00:02:55,430 +look, read this paragraph very quickly and decide + +40 +00:02:55,430 --> 00:02:59,830 +how is the order, what is the order of the spatial + +41 +00:02:59,830 --> 00:03:03,070 +order. In other words, for describing my favorite + +42 +00:03:03,070 --> 00:03:07,330 +place to relax is a small cafe down the street + +43 +00:03:07,330 --> 00:03:11,410 +from where I live. Look at it and decide what is + +44 +00:03:11,410 --> 00:03:16,230 +the spatial order used in describing my favorite + +45 +00:03:16,230 --> 00:03:17,350 +place which is the cafe. + +46 +00:04:44,600 --> 00:04:47,460 +Alright, if we look at this paragraph, what is + +47 +00:04:47,460 --> 00:04:51,780 +this special order used in describing my favorite + +48 +00:04:51,780 --> 00:04:56,000 +cafe, my favorite place to relax? Yes please. From + +49 +00:04:56,000 --> 00:04:59,040 +outside to inside. From first, from outside to + +50 +00:04:59,040 --> 00:05:01,340 +inside. How do you know about this? First it + +51 +00:05:01,340 --> 00:05:04,280 +started with the street. With the scene of the + +52 +00:05:04,280 --> 00:05:09,500 +street. For example, this cafe is on a small side + +53 +00:05:09,500 --> 00:05:12,200 +street and as soon as you see it, you are still + +54 +00:05:12,200 --> 00:05:15,010 +outside. As soon as you see it, you feel light + +55 +00:05:15,010 --> 00:05:17,910 +going, so I'm still outside. Notice the + +56 +00:05:17,910 --> 00:05:20,850 +perspective here of the writer. He is or she is + +57 +00:05:20,850 --> 00:05:25,070 +outside, not inside that cafe. There are three + +58 +00:05:25,070 --> 00:05:28,910 +windows on either side of the door and each window + +59 +00:05:28,910 --> 00:05:32,750 +has a small window box with brightly colored + +60 +00:05:32,750 --> 00:05:36,370 +flowers. there is a small wooden door that opens + +61 +00:05:36,370 --> 00:05:39,370 +into the cafe, not as if I'm still outside the + +62 +00:05:39,370 --> 00:05:43,050 +cafe. Opens into, not outside, out of the cafe. + +63 +00:05:43,450 --> 00:05:48,430 +And as soon as you go in, you can see a a small or + +64 +00:05:48,430 --> 00:05:52,130 +a dozen small tables all around the room, okay? So + +65 +00:05:52,130 --> 00:05:55,830 +from outside to inside of the cafe. I always like + +66 +00:05:55,830 --> 00:05:59,670 +to sit at a small table in the corner near the + +67 +00:05:59,670 --> 00:06:04,130 +front window. So I'm now moving to, from front to + +68 +00:06:04,130 --> 00:06:08,290 +the back of the cafe. From here, from the front + +69 +00:06:08,290 --> 00:06:09,530 +window, okay? + +70 +00:06:12,250 --> 00:06:15,350 +artwork on the walls and at the pretty green + +71 +00:06:15,350 --> 00:06:21,710 +plants hanging from the ceiling. So again from top + +72 +00:06:21,710 --> 00:06:25,270 +to bottom more or less. With a strong cup of + +73 +00:06:25,270 --> 00:06:28,170 +coffee and a good book, I feel very happy and + +74 +00:06:28,170 --> 00:06:31,590 +relaxed in my favorite place. Alright? So we + +75 +00:06:31,590 --> 00:06:34,070 +started from outside to the inside, from the front + +76 +00:06:34,380 --> 00:06:37,040 +to the back and we can see clearly some + +77 +00:06:37,040 --> 00:06:41,360 +description from top to bottom all right okay so + +78 +00:06:41,360 --> 00:06:45,120 +what sort of prepositions or transitions that we + +79 +00:06:45,120 --> 00:06:48,140 +can actually use in describing a place we can + +80 +00:06:48,140 --> 00:06:50,160 +think of these one and we should use them whenever + +81 +00:06:50,160 --> 00:06:54,180 +we feel like writing or describing a place in + +82 +00:06:54,180 --> 00:07:00,190 +front of and back of behind on top of the the A + +83 +00:07:00,190 --> 00:07:02,790 +room, for example, on the bottom of something, + +84 +00:07:02,950 --> 00:07:08,430 +next to, above, below, underneath, across, to the + +85 +00:07:08,430 --> 00:07:10,750 +right, to the left, in the middle of something, + +86 +00:07:10,910 --> 00:07:13,890 +across, around, between, and behind. So these are + +87 +00:07:13,890 --> 00:07:16,070 +some transitions, some prepositions and + +88 +00:07:16,070 --> 00:07:19,550 +prepositional phrases that we can use to describe + +89 +00:07:19,550 --> 00:07:24,950 +or locate things in space, all right? Alright, now + +90 +00:07:24,950 --> 00:07:27,490 +whenever we describe something, we have to start + +91 +00:07:27,490 --> 00:07:29,890 +writing a descriptive paragraph, we have to write + +92 +00:07:29,890 --> 00:07:33,330 +a topic sentence. And this is very important. Like + +93 +00:07:33,330 --> 00:07:37,110 +we said before, it has to have two things, naming + +94 +00:07:37,110 --> 00:07:41,250 +the topic and specifying the controlling ideas. So + +95 +00:07:41,250 --> 00:07:43,190 +the topic sentence of a descriptive paragraph + +96 +00:07:43,190 --> 00:07:45,950 +should name the topic. Alright? And the + +97 +00:07:45,950 --> 00:07:49,130 +controlling idea should give your overall + +98 +00:07:49,130 --> 00:07:52,910 +impression, your central idea, why you are writing + +99 +00:07:52,910 --> 00:07:56,990 +or why are you describing this place. For example, + +100 +00:07:57,950 --> 00:08:02,630 +my bedroom is my refuge from the outside world. + +101 +00:08:02,830 --> 00:08:05,940 +What is the controlling idea? How it is my + +102 +00:08:05,940 --> 00:08:09,400 +shelter? How it is my refuge from? That is to say + +103 +00:08:09,400 --> 00:08:14,200 +it's a safe, secure place for me. For example, the + +104 +00:08:14,200 --> 00:08:20,580 +campus of our university is like a small city. Or + +105 +00:08:20,580 --> 00:08:25,340 +the cafeteria at lunchtime is the school's social + +106 +00:08:25,340 --> 00:08:28,160 +center. So we have here the topic centers naming + +107 +00:08:28,160 --> 00:08:31,870 +the topic, my bedroom. the campus, the cafeteria, + +108 +00:08:32,430 --> 00:08:34,550 +and then we also have day controlling ideas + +109 +00:08:34,550 --> 00:08:37,410 +specifying your overall idea, your overall + +110 +00:08:37,410 --> 00:08:41,330 +impression of that place that you're writing + +111 +00:08:41,330 --> 00:08:46,130 +about. Okay? Alright. Now let's just think, start + +112 +00:08:46,130 --> 00:08:48,490 +into the habit of writing and thinking about + +113 +00:08:48,490 --> 00:08:51,410 +describing places. Now this is a topic sentence + +114 +00:08:51,410 --> 00:08:53,790 +and what I'd like you to do is to give some + +115 +00:08:53,790 --> 00:08:58,270 +details for what you would think what you would + +116 +00:08:58,270 --> 00:09:01,430 +include in describing or talking about this topic + +117 +00:09:01,430 --> 00:09:05,650 +sentence the park near my house is full of + +118 +00:09:05,650 --> 00:09:11,330 +activity on a Sunday on a sunny weekend afternoon + +119 +00:09:11,330 --> 00:09:15,810 +okay so I'd like you to give me some details as to + +120 +00:09:15,810 --> 00:09:19,030 +what you would include for this topic sentence + +121 +00:09:19,030 --> 00:09:23,910 +okay the park near my house is full of activity on + +122 +00:09:23,910 --> 00:09:27,730 +a sunny weekend afternoon What would you include + +123 +00:09:27,730 --> 00:09:30,310 +as details for this topic sentence? Please. + +124 +00:09:59,160 --> 00:10:02,320 +So you can describe what people are doing, what + +125 +00:10:02,320 --> 00:10:08,840 +things are there in that place, and so on. Plants, + +126 +00:10:09,020 --> 00:10:13,960 +gardens, children. So a lot of things that you can + +127 +00:10:13,960 --> 00:10:16,540 +talk about. What sort of details do you include in + +128 +00:10:16,540 --> 00:10:17,720 +describing this place? + +129 +00:11:24,880 --> 00:11:27,100 +Sweetness. Sweetness. Sweetness. + +130 +00:11:52,700 --> 00:11:56,180 +Alright, let's see what sort of details that would + +131 +00:11:56,180 --> 00:11:59,740 +you use to describe this place, this part that is + +132 +00:11:59,740 --> 00:12:02,800 +full of life, that is full of activity, this place + +133 +00:12:03,750 --> 00:12:05,850 +A lot of families go there to have more + +134 +00:12:05,850 --> 00:12:08,550 +relaxation. Very nice. There are a lot of families + +135 +00:12:08,550 --> 00:12:12,870 +going there with their children in the park. Very + +136 +00:12:12,870 --> 00:12:16,030 +nice. Yes, please. It also has a pool on it. There + +137 +00:12:16,030 --> 00:12:18,590 +is a pool. There is a big pool, a large swimming + +138 +00:12:18,590 --> 00:12:21,350 +pool in the middle, for example, where children + +139 +00:12:21,350 --> 00:12:26,410 +and people are swimming and having fun. Very nice. + +140 +00:12:26,610 --> 00:12:29,130 +Yes, please. The children can play in the back of + +141 +00:12:29,130 --> 00:12:32,890 +the car. Alright, so there are children playing in + +142 +00:12:32,890 --> 00:12:36,310 +the back or around the corner of the park. Very + +143 +00:12:36,310 --> 00:12:43,110 +nice. There is a clown who + +144 +00:12:43,110 --> 00:12:46,490 +is for instance playing with the children, making + +145 +00:12:46,490 --> 00:12:49,510 +them laugh and having fun. Yes, please. In the + +146 +00:12:49,510 --> 00:12:51,930 +middle of the park are the swings and slides where + +147 +00:12:51,930 --> 00:12:54,310 +kids are the most loudest. Very nice. There are + +148 +00:12:54,310 --> 00:12:57,670 +lots of children playing on the swings and slides + +149 +00:12:57,670 --> 00:13:01,130 +and having Fun. Yes, please. There's many types of + +150 +00:13:01,130 --> 00:13:03,690 +flowers and trees in that park. There are many + +151 +00:13:03,690 --> 00:13:07,490 +flowers and green plants that are in the park. And + +152 +00:13:07,490 --> 00:13:10,650 +finally? Yes, the attractive flowers in the sides + +153 +00:13:10,650 --> 00:13:13,670 +of the park feel you refresh all the time. + +154 +00:13:13,790 --> 00:13:17,290 +Balance. The nice scenery, okay, where are lots of + +155 +00:13:17,290 --> 00:13:20,540 +flowers and plants and trees. are making people + +156 +00:13:20,540 --> 00:13:24,260 +having fun and enjoying the beautiful park. So + +157 +00:13:24,260 --> 00:13:28,020 +these are some nice ideas that we can include in + +158 +00:13:28,020 --> 00:13:31,520 +describing a place. Remember, always have some + +159 +00:13:31,520 --> 00:13:35,680 +kind of an order where you can describe a place. + +160 +00:13:35,780 --> 00:13:39,860 +So you can start from the front to the back, from + +161 +00:13:39,860 --> 00:13:43,000 +the right to the left, and so on. Okay? So always + +162 +00:13:43,000 --> 00:13:45,180 +have this kind of organization because this is + +163 +00:13:45,180 --> 00:13:48,160 +very important. It makes your writing neat and + +164 +00:13:48,160 --> 00:13:51,740 +well organized. All right? Let's see. All right? + +165 +00:13:51,860 --> 00:13:54,780 +Now, we're going to do this writing activity. All + +166 +00:13:54,780 --> 00:13:57,640 +right? And I'd like you to think about completing + +167 +00:13:57,640 --> 00:13:59,600 +this paragraph. For example, let's see the + +168 +00:13:59,600 --> 00:14:03,200 +paragraph here. My mother's kitchen is not very + +169 +00:14:03,200 --> 00:14:08,260 +big, but it is warm and comfortable. What is the + +170 +00:14:08,260 --> 00:14:12,650 +controlling idea here? that is warm and + +171 +00:14:12,650 --> 00:14:16,210 +comfortable. So I'm going to describe my mother's + +172 +00:14:16,210 --> 00:14:18,870 +kitchen, what it is like, what is it like, okay? + +173 +00:14:19,350 --> 00:14:22,610 +What are the different things in this? kitchen all + +174 +00:14:22,610 --> 00:14:25,390 +right you can start describing the front to the + +175 +00:14:25,390 --> 00:14:28,770 +back right to the left top to bottom and whatever + +176 +00:14:28,770 --> 00:14:31,650 +organization that you think is suitable talk about + +177 +00:14:31,650 --> 00:14:33,850 +the different things that you can see talk about + +178 +00:14:33,850 --> 00:14:37,770 +the activity of your mother or your you or your + +179 +00:14:37,770 --> 00:14:42,370 +family in this kitchen and so on now the + +180 +00:14:42,370 --> 00:14:45,930 +conclusion is now I live far away but I often + +181 +00:14:45,930 --> 00:14:52,290 +think about So let's spend about 5 minutes trying + +182 +00:14:52,290 --> 00:14:55,650 +to complete this paragraph talking about my + +183 +00:14:55,650 --> 00:14:56,950 +mother's kitchen. + +184 +00:15:15,060 --> 00:15:18,200 +Good morning. Morning. + +185 +00:16:05,910 --> 00:16:07,410 +Thank you. + +186 +00:17:19,860 --> 00:17:21,020 +Decide the next year. + +187 +00:17:24,980 --> 00:17:25,760 +It's really important. + +188 +00:17:58,600 --> 00:17:59,360 +What's next? + +189 +00:18:03,340 --> 00:18:08,020 +What do + +190 +00:18:08,020 --> 00:18:13,980 +you + +191 +00:18:13,980 --> 00:18:19,840 +call a pool? What's the name of it? Lodge. Lodge. + +192 +00:18:20,820 --> 00:18:23,780 +What's the name of that? I'm not sure. I'm not + +193 +00:18:23,780 --> 00:18:25,760 +sure. Paragraph? Paragraph. + +194 +00:18:31,880 --> 00:18:33,040 +Paragraph. + +195 +00:18:57,160 --> 00:19:00,780 +It's going to change the command to that minus + +196 +00:19:00,780 --> 00:19:03,820 +sign. It's going to be a wrong result. + +197 +00:19:32,200 --> 00:19:35,740 +Alright, alright, let's see. Let's just get some + +198 +00:19:35,740 --> 00:19:38,980 +ideas, some answers of your .. some examples of + +199 +00:19:38,980 --> 00:19:43,560 +your writings. Yes, please. Can I .. can I take .. + +200 +00:19:43,560 --> 00:19:45,800 +You just .. you just read it very quickly, please. + +201 +00:19:46,550 --> 00:19:49,550 +My mother's kitchen is not very big, but it's warm + +202 +00:19:49,550 --> 00:19:52,410 +and comfortable. I remember well that when my + +203 +00:19:52,410 --> 00:19:54,550 +mother started cooking, the whole family were + +204 +00:19:54,550 --> 00:19:57,650 +standing behind her. You can find a lot of things + +205 +00:19:57,650 --> 00:20:00,830 +in this small kitchen. The fridge next to the + +206 +00:20:00,830 --> 00:20:03,370 +washing machine, the oven is opposite of the door. + +207 +00:20:03,810 --> 00:20:08,730 +The smell of the hair cooking is tasty and I + +208 +00:20:08,730 --> 00:20:11,990 +remember it all the time. I always remember it or + +209 +00:20:11,990 --> 00:20:14,550 +I remember it all the time. Very, very nice. So we + +210 +00:20:14,550 --> 00:20:18,790 +saw some description or some things in the + +211 +00:20:18,790 --> 00:20:21,590 +kitchen. Who would like to have a go at and show + +212 +00:20:21,590 --> 00:20:25,710 +and just let's listen to you please. My mother's + +213 +00:20:25,710 --> 00:20:27,790 +kitchen is not very big but it's warm and + +214 +00:20:27,790 --> 00:20:30,950 +comfortable. To the left lies a dining table made + +215 +00:20:30,950 --> 00:20:34,390 +of light brown wood and to the right resides our + +216 +00:20:34,390 --> 00:20:37,290 +fridge and facing to the front is a sink with two + +217 +00:20:37,290 --> 00:20:39,990 +counters in either side. Very nice and you will + +218 +00:20:39,990 --> 00:20:43,290 +continue completing this paragraph. Let's see how + +219 +00:20:43,290 --> 00:20:47,070 +I completed this paragraph. My mother's kitchen is + +220 +00:20:47,070 --> 00:20:51,090 +not very big but it is warm and comfortable. On + +221 +00:20:51,090 --> 00:20:55,410 +the left side there is a nice small fridge with + +222 +00:20:55,410 --> 00:21:00,830 +some family pictures placed on the fridge door. To + +223 +00:21:00,830 --> 00:21:05,150 +the right there is a small round table with four + +224 +00:21:05,150 --> 00:21:09,010 +wooden chairs. In the left corner of the kitchen + +225 +00:21:09,760 --> 00:21:13,460 +stands the food cabinet which has my mother's + +226 +00:21:13,460 --> 00:21:17,920 +favorite spices and utensils. My mother, my + +227 +00:21:17,920 --> 00:21:21,820 +brother and I used to sit on the chairs around the + +228 +00:21:21,820 --> 00:21:25,500 +table watching my mother's cooking. We liked + +229 +00:21:25,500 --> 00:21:30,220 +learning new things, talking and making delicious + +230 +00:21:30,220 --> 00:21:34,320 +food. But now I live far away, but I often think + +231 +00:21:34,320 --> 00:21:37,280 +about my mother's kitchen. So what we see here, + +232 +00:21:37,340 --> 00:21:42,140 +what is the order here? Front, left, to the right, + +233 +00:21:42,680 --> 00:21:46,380 +and again, generally from the left corner, from + +234 +00:21:46,380 --> 00:21:49,100 +left to the right, and what we see somewhere here + +235 +00:21:49,100 --> 00:21:52,740 +is in the middle. And we have not only places + +236 +00:21:52,740 --> 00:21:55,740 +describing things in a place, but also describing + +237 +00:21:55,740 --> 00:22:00,360 +how we felt about the kitchen, what we did in that + +238 +00:22:00,360 --> 00:22:05,910 +kitchen in the times gone by. Alright? Alright. So + +239 +00:22:05,910 --> 00:22:08,910 +this is going to be homework for you next time. + +240 +00:22:09,650 --> 00:22:12,990 +Whenever we want to describe a place, we have to + +241 +00:22:12,990 --> 00:22:16,130 +talk about where is this place? How big is it, for + +242 +00:22:16,130 --> 00:22:19,970 +instance? How warm or cold is this place? How does + +243 +00:22:19,970 --> 00:22:23,490 +the place make you feel for example? What things + +244 +00:22:23,490 --> 00:22:28,050 +you can see in that place? What colors do you see? + +245 +00:22:28,230 --> 00:22:31,870 +What smells do you smell? What sounds do you hear? + +246 +00:22:32,250 --> 00:22:35,090 +And so on. So these are some ideas, some questions + +247 +00:22:35,090 --> 00:22:38,570 +just to give you some idea about how to describe a + +248 +00:22:38,570 --> 00:22:41,890 +place. Is this clear? Yes. Alright, and I'll talk + +249 +00:22:41,890 --> 00:22:45,230 +about this later, but now we move on to talk about + +250 +00:22:45,230 --> 00:22:49,090 +describing people. Whenever we describe a person, + +251 +00:22:49,230 --> 00:22:51,510 +for example, what sort of things that we describe? + +252 +00:22:52,410 --> 00:23:01,860 +We describe his age, his height, for instance. His + +253 +00:23:01,860 --> 00:23:04,840 +color, his color of the skin for instance, his + +254 +00:23:04,840 --> 00:23:09,560 +hair, his eyes, some facial features, his + +255 +00:23:09,560 --> 00:23:13,820 +personality and probably his religious or + +256 +00:23:13,820 --> 00:23:16,700 +political affiliation if that's necessary and so + +257 +00:23:16,700 --> 00:23:20,300 +on. Let's look at some of the things that we can + +258 +00:23:20,300 --> 00:23:22,860 +use in describing people and some of the + +259 +00:23:22,860 --> 00:23:26,720 +adjectives that can be used to describe A person, + +260 +00:23:26,820 --> 00:23:30,780 +for example, we can describe his or her age. For + +261 +00:23:30,780 --> 00:23:36,080 +example, she is 21 years old. He is or she is a + +262 +00:23:36,080 --> 00:23:39,720 +young woman. He is an elderly man, for example, or + +263 +00:23:39,720 --> 00:23:43,320 +an elderly woman, for example. He is an old person + +264 +00:23:43,320 --> 00:23:48,660 +or an old man or woman. she is middle-aged okay or + +265 +00:23:48,660 --> 00:23:53,860 +he is in his mid-thirties in his mid-fifties in + +266 +00:23:53,860 --> 00:23:58,760 +his in his mid-twenties and so on she is in her + +267 +00:23:58,760 --> 00:24:03,980 +late twenties late forties late eighties and so + +268 +00:24:03,980 --> 00:24:09,020 +and so on we can look at the hair for example the + +269 +00:24:09,020 --> 00:24:14,300 +color of the hair dark blonde grey. We can look at + +270 +00:24:14,300 --> 00:24:18,400 +the length of the hair, for example, straight, + +271 +00:24:18,560 --> 00:24:22,680 +short, long, curly, bald, he is bald, no hair, + +272 +00:24:23,260 --> 00:24:27,760 +wavy and so on. We can look at the eyes, for + +273 +00:24:27,760 --> 00:24:30,260 +example, the color of the eyes, blue, dark, brown, + +274 +00:24:30,520 --> 00:24:34,140 +green and so on. Shape of the eyes, for example, + +275 +00:24:34,220 --> 00:24:38,000 +large eyes, round eyes, almond shape eyes and so + +276 +00:24:38,000 --> 00:24:42,450 +on. We can look at The height. How tall a person + +277 +00:24:42,450 --> 00:24:46,870 +is for example. She is tall for example. He is + +278 +00:24:46,870 --> 00:24:50,030 +short. She is short. He is one hundred and eighty + +279 +00:24:50,030 --> 00:24:53,270 +centimeters tall for example. Alright? She is an + +280 +00:24:53,270 --> 00:24:56,070 +average person. Okay? An average height for + +281 +00:24:56,070 --> 00:24:59,630 +example. We can describe the facial features for + +282 +00:24:59,630 --> 00:25:02,970 +instance. We can look at smooth face, wrinkled + +283 +00:25:02,970 --> 00:25:07,490 +face, thin face. We can look at The eyebrows, + +284 +00:25:07,810 --> 00:25:11,510 +okay? For example, bushy eyebrows. For example, we + +285 +00:25:11,510 --> 00:25:15,470 +can look at the body, for example. Fat, thin, + +286 +00:25:15,770 --> 00:25:18,430 +although I don't prefer to use the word fat, but + +287 +00:25:18,430 --> 00:25:23,170 +thin, chubby, well-built and so on. Athletic, for + +288 +00:25:23,170 --> 00:25:26,450 +example. And finally, we can look at the + +289 +00:25:26,450 --> 00:25:29,870 +personality. For example, she is really + +290 +00:25:29,870 --> 00:25:35,450 +optimistic, he is really kind, angry, considerate, + +291 +00:25:35,610 --> 00:25:39,210 +thoughtful, happy, cheerful, annoying person, + +292 +00:25:39,670 --> 00:25:43,030 +helpful person, and so on. So these are some + +293 +00:25:43,030 --> 00:25:46,750 +physical appearance, some sort of appearance, all + +294 +00:25:46,750 --> 00:25:51,830 +right? And also we can look at the personality of + +295 +00:25:51,830 --> 00:25:56,820 +that person, okay? Let us just do this very quick + +296 +00:25:56,820 --> 00:26:02,700 +activity and try to fill in the missing with some + +297 +00:26:02,700 --> 00:26:06,880 +words from the list here describing Mr. Khalil, + +298 +00:26:07,120 --> 00:26:08,500 +okay? Yes, please. + +299 +00:26:29,910 --> 00:26:32,110 +Actually, I was going to say something, but I + +300 +00:26:32,110 --> 00:26:32,470 +forgot. + +301 +00:27:02,150 --> 00:27:15,250 +I started this when + +302 +00:27:15,250 --> 00:27:15,530 +I was five. + +303 +00:27:41,810 --> 00:27:43,350 +It's very strong. + +304 +00:27:46,240 --> 00:27:47,040 +I'm going to take a break. + +305 +00:28:19,500 --> 00:28:21,480 +Okay. Okay. + +306 +00:28:47,830 --> 00:28:50,350 +Alright, are we done? Yes, please. Let's see. + +307 +00:28:50,490 --> 00:28:55,350 +Khalil is an + +308 +00:28:55,350 --> 00:29:02,010 +old man. Yes, he's an old man in his mid-sixties. + +309 +00:29:02,410 --> 00:29:06,010 +Alright. Alright, we'd like to continue. His face + +310 +00:29:06,010 --> 00:29:15,070 +is thin and wrinkled. His face is thin and + +311 +00:29:15,070 --> 00:29:16,530 +wrinkled. + +312 +00:29:19,530 --> 00:29:23,170 +Wrinkled. Alright? That's right. Wrinkled. Okay + +313 +00:29:23,170 --> 00:29:26,770 +because of old age. Alright? Yes please. His hair + +314 +00:29:26,770 --> 00:29:34,190 +is pushy and his eyebrows are green. That would be + +315 +00:29:34,190 --> 00:29:44,010 +spooky. His hair is short. His hair is short and + +316 +00:29:44,010 --> 00:29:45,590 +eyebrows are green. + +317 +00:29:48,490 --> 00:29:51,270 +They're not organized, they're sort of, you know, + +318 +00:29:51,590 --> 00:29:54,390 +all over the place. Yes, please. Noura, on the + +319 +00:29:54,390 --> 00:29:59,630 +other hand, is in her late twenties. Twenties, + +320 +00:29:59,690 --> 00:30:06,330 +yes. She's in her late twenties. She has straight + +321 +00:30:06,330 --> 00:30:15,920 +hair and brown eyes. Green eyes? Yes, green eyes. + +322 +00:30:15,920 --> 00:30:20,900 +Green and round. Green and round eyes. All right? + +323 +00:30:21,320 --> 00:30:25,440 +Round and green eyes. Round green eyes. She's + +324 +00:30:25,440 --> 00:30:32,160 +approximately 100 centimeters tall. All right? So + +325 +00:30:32,160 --> 00:30:35,640 +these are some physical sort of characteristics of + +326 +00:30:35,640 --> 00:30:40,980 +Noura and Kalim. Okay? So remember these things + +327 +00:30:40,980 --> 00:30:42,560 +that we used to describe + +328 +00:30:46,530 --> 00:30:50,990 +Now let's look at an example of what describing a + +329 +00:30:50,990 --> 00:30:54,870 +place should look like. We burn whenever we + +330 +00:30:54,870 --> 00:30:57,130 +describe a place. We look at his or her + +331 +00:30:57,130 --> 00:31:00,430 +characteristics, physical appearance and also some + +332 +00:31:00,430 --> 00:31:03,390 +of the things about his personality and what he + +333 +00:31:03,390 --> 00:31:06,610 +did or what he or she did in his life. For + +334 +00:31:06,610 --> 00:31:10,910 +example, Jacqueline is the most amazing person I + +335 +00:31:10,910 --> 00:31:13,470 +have ever met. He came to my school and talked + +336 +00:31:13,470 --> 00:31:17,110 +about his difficult life. In prison, he was in + +337 +00:31:17,110 --> 00:31:20,730 +prison for 15 years. He made a lot of mistakes + +338 +00:31:20,730 --> 00:31:24,630 +when he was young, but now he has, but now he has + +339 +00:31:24,630 --> 00:31:27,900 +changed his life. He saw a lot of violence in + +340 +00:31:27,900 --> 00:31:30,360 +prison, so he uses his experience to help high + +341 +00:31:30,360 --> 00:31:35,600 +school students. Jack is tall and strong and looks + +342 +00:31:35,600 --> 00:31:40,620 +a little scary like Mr. Khalid. The thing I + +343 +00:31:40,620 --> 00:31:43,040 +remember most about him is his sensitive + +344 +00:31:43,040 --> 00:31:48,240 +personality. He is really kind and wants to help + +345 +00:31:48,240 --> 00:31:52,280 +young people. In a word, in short, in conclusion, + +346 +00:31:52,840 --> 00:31:57,380 +I've never met anyone like Jack before so here we + +347 +00:31:57,380 --> 00:31:59,780 +talked about some of the things that he did in his + +348 +00:31:59,780 --> 00:32:03,720 +life his personality and his physical appearance + +349 +00:32:03,720 --> 00:32:06,900 +okay now let's conclude with this activity I'd + +350 +00:32:06,900 --> 00:32:09,860 +like you to think about your grandfather okay + +351 +00:32:09,860 --> 00:32:13,760 +let's look at this topic sentence my grandfather + +352 +00:32:13,760 --> 00:32:18,720 +is a great person who often had a difficult life + +353 +00:32:21,280 --> 00:32:25,800 +when he was yeah sorry my grandfather is a great + +354 +00:32:25,800 --> 00:32:31,480 +person who had a difficult life when he was a yeah + +355 +00:32:31,480 --> 00:32:34,960 +okay there is some mistake here in writing the + +356 +00:32:34,960 --> 00:32:37,380 +topic sentence my grandfather is a great person + +357 +00:32:37,380 --> 00:32:41,000 +who had a difficult life when he was a yeah you + +358 +00:32:41,000 --> 00:32:44,650 +see that conclusion In short, spending time with + +359 +00:32:44,650 --> 00:32:49,030 +my grandfather is always great as I can learn many + +360 +00:32:49,030 --> 00:32:52,170 +things from his stories. What I'd like you to do + +361 +00:32:52,170 --> 00:32:55,090 +now is very quickly write a description of your + +362 +00:32:55,090 --> 00:32:58,910 +father. Start with how he looks if you want and + +363 +00:32:58,910 --> 00:33:01,830 +then talk about his personality and what he did in + +364 +00:33:01,830 --> 00:33:04,090 +his If you'd like, very briefly please. + +365 +00:33:54,270 --> 00:33:55,830 +Okay. Okay. + +366 +00:33:59,990 --> 00:34:01,390 +Okay. + +367 +00:34:20,200 --> 00:34:25,280 +I don't know if I'm going to be + +368 +00:34:25,280 --> 00:34:30,380 +able + +369 +00:34:30,380 --> 00:34:39,500 +to do it. + +370 +00:35:18,450 --> 00:35:24,670 +You can strike his arms. His personality, + +371 +00:35:27,650 --> 00:35:29,950 +for instance. So a lot of things that you can talk + +372 +00:35:29,950 --> 00:35:32,410 +about if you want to try to describe your + +373 +00:35:32,410 --> 00:35:39,770 +grandfather. Chin. It was called long beard or + +374 +00:35:39,770 --> 00:35:40,510 +short beard. + +375 +00:35:50,600 --> 00:35:51,060 +Thank you. + +376 +00:35:55,880 --> 00:35:57,020 +Thank you. + +377 +00:36:17,590 --> 00:36:18,550 +I'm going to take a picture. + +378 +00:36:51,030 --> 00:36:54,410 +But we don't need to use commas between sentences. + +379 +00:36:54,910 --> 00:36:58,190 +We talked about this before. And in addition, + +380 +00:36:58,490 --> 00:37:01,540 +moreover, So, remember these connectors, but don't + +381 +00:37:01,540 --> 00:37:04,180 +use commas between sentences because this would be + +382 +00:37:04,180 --> 00:37:06,500 +something we talked about, this is comma slice, + +383 +00:37:06,660 --> 00:37:09,900 +right? Full stop. His hair is short and his eyes + +384 +00:37:09,900 --> 00:37:15,020 +are blue, for example. He's very tall and thin or + +385 +00:37:15,020 --> 00:37:18,120 +slim. Okay? Or a little bit chubby. And so on. + +386 +00:37:53,190 --> 00:37:58,270 +My father is on his legs or is on his legs always + +387 +00:37:58,270 --> 00:38:04,890 +or or or in his legs. He has all his legs. Full + +388 +00:38:04,890 --> 00:38:06,570 +stop. Full stop. + +389 +00:38:11,050 --> 00:38:14,970 +Post-op, post-op, post-op, post-op, post-op, post + +390 +00:38:14,970 --> 00:38:21,030 +-op, post-op, post-op + +391 +00:38:53,890 --> 00:38:57,550 +Yes, attitude is important. + +392 +00:39:06,500 --> 00:39:10,020 +I need to see sentences. This is a very long + +393 +00:39:10,020 --> 00:39:13,680 +sentence, okay? Just use full stop squareness. + +394 +00:39:22,820 --> 00:39:23,480 +Okay? + +395 +00:39:49,680 --> 00:39:52,940 +All right, let's see. Let's see, get to hear some + +396 +00:39:52,940 --> 00:39:56,040 +examples of your writing. Yes, at the back. Here, + +397 +00:39:56,160 --> 00:39:56,400 +please. + +398 +00:40:05,360 --> 00:40:08,880 +Uh-huh. Okay. + +399 +00:40:12,580 --> 00:40:16,100 +And he's got a lot of experiences in life + +400 +00:40:16,100 --> 00:40:19,080 +experience. Very nice. Yes, please. Yes. + +401 +00:40:23,520 --> 00:40:29,300 +Very good. + +402 +00:40:29,460 --> 00:40:33,870 +All right. Very nice. Yes, please. He had a light + +403 +00:40:33,870 --> 00:40:37,730 +body because he suffered a lot in diaspora and + +404 +00:40:37,730 --> 00:40:41,350 +missed two daughters. In addition, he has a long + +405 +00:40:41,350 --> 00:40:44,990 +chin with blue eyes and light skin. He's very + +406 +00:40:44,990 --> 00:40:47,810 +beautiful, but the difficulties of life make him + +407 +00:40:47,810 --> 00:40:51,550 +seem very old. He's always a man and that make him + +408 +00:40:51,550 --> 00:40:54,650 +maybe a lot of difficulties. That make him what? + +409 +00:40:57,820 --> 00:41:00,640 +Okay, withstood a lot of things, overcame a lot of + +410 +00:41:00,640 --> 00:41:03,420 +hardships. Very good. Yes, ma'am, over there, + +411 +00:41:03,500 --> 00:41:07,840 +please. My father is a very surrounded man. He is + +412 +00:41:07,840 --> 00:41:13,480 +very tall and slim. His hair is short and neat. In + +413 +00:41:13,480 --> 00:41:16,140 +addition, my father is a very great teacher. He is + +414 +00:41:16,140 --> 00:41:23,420 +a semaphore to our students. He is tall + +415 +00:41:23,420 --> 00:41:28,740 +and strong, although his age is 73, but he has a + +416 +00:41:28,740 --> 00:41:31,860 +huge energy to go shopping, watch TV, reading a + +417 +00:41:31,860 --> 00:41:34,980 +newspaper, and he always collects us and starts + +418 +00:41:34,980 --> 00:41:39,050 +saying sorry. We enjoy a lot. In addition, he has + +419 +00:41:39,050 --> 00:41:43,390 +brown eyes and white hair, so he's a really kind + +420 +00:41:43,390 --> 00:41:46,990 +person. So he is a really kind person. Let's see + +421 +00:41:46,990 --> 00:41:50,830 +an example of what I did here to describe my + +422 +00:41:50,830 --> 00:41:54,130 +grandfather. My grandfather is a great person who + +423 +00:41:54,130 --> 00:41:58,430 +often told stories about the difficult life he had + +424 +00:41:58,430 --> 00:42:04,490 +when he was young. He is 94 years old, but his + +425 +00:42:04,490 --> 00:42:09,240 +voice is still strong and clear. clear he speaks + +426 +00:42:09,240 --> 00:42:15,140 +quietly and slowly when he tells stories his life + +427 +00:42:15,140 --> 00:42:18,920 +was difficult when he was young his family didn't + +428 +00:42:18,920 --> 00:42:22,960 +have much money so he worked hard to support him + +429 +00:42:22,960 --> 00:42:27,200 +so even though his life was not easy he's still + +430 +00:42:27,200 --> 00:42:32,120 +positive and optimistic personality all right and + +431 +00:42:32,120 --> 00:42:34,360 +so on, spending time with my father is always + +432 +00:42:34,360 --> 00:42:37,300 +great as I can learn a lot of things or many + +433 +00:42:37,300 --> 00:42:40,920 +things from his story. So over here we did some + +434 +00:42:40,920 --> 00:42:45,100 +description of what he looks like, then about his + +435 +00:42:45,100 --> 00:42:48,320 +life and then about his personality and what he + +436 +00:42:48,320 --> 00:42:52,020 +did for us, all right? So this is in general what + +437 +00:42:52,020 --> 00:42:58,520 +we need to include in describing people, all + +438 +00:42:58,520 --> 00:43:03,130 +right? Think looking at the age, the height, the + +439 +00:43:03,130 --> 00:43:09,310 +hair, facial expressions, and also the personality + +440 +00:43:09,310 --> 00:43:13,590 +and qualities that people have. All right? Okay, + +441 +00:43:13,690 --> 00:43:16,570 +is this clear? All right. Next time, we'll talk + +442 +00:43:16,570 --> 00:43:19,950 +about adjectives and how can we use adjectives to + +443 +00:43:19,950 --> 00:43:23,670 +describe or in describing people. In the meantime, + +444 +00:43:23,850 --> 00:43:26,330 +thank you very much, and I'll see you next time, + +445 +00:43:26,470 --> 00:43:26,770 +inshallah. + diff --git a/PL9fwy3NUQKwbknFHzECJkgNOSFOth6GiS/BZuUJi8I4QI_raw.srt b/PL9fwy3NUQKwbknFHzECJkgNOSFOth6GiS/BZuUJi8I4QI_raw.srt new file mode 100644 index 0000000000000000000000000000000000000000..624a796ff432a3e9f63c836df3a928367d53db54 --- /dev/null +++ b/PL9fwy3NUQKwbknFHzECJkgNOSFOth6GiS/BZuUJi8I4QI_raw.srt @@ -0,0 +1,1600 @@ +1 +00:00:20,690 --> 00:00:23,010 +Alright, Assalamualaikum. Good morning, how are + +2 +00:00:23,010 --> 00:00:25,890 +you today? Very good, very good. Alright, today + +3 +00:00:25,890 --> 00:00:29,330 +we're looking at an important topic in writing, in + +4 +00:00:29,330 --> 00:00:31,610 +academic writing, and this has to do with + +5 +00:00:31,610 --> 00:00:37,310 +punctuation or correctly punctuate your sentences. + +6 +00:00:37,550 --> 00:00:40,160 +So, as you know, Punctuation is very important. It + +7 +00:00:40,160 --> 00:00:45,000 +is like signposts, okay? It's like traffic lights, + +8 +00:00:45,540 --> 00:00:47,920 +alright? Every punctuation, for example, a comma + +9 +00:00:47,920 --> 00:00:51,420 +or a colon or a semicolon has or sends the reader + +10 +00:00:51,420 --> 00:00:54,660 +a message that this is something that we need to + +11 +00:00:54,660 --> 00:00:57,740 +stop. It is something to introduce something. or + +12 +00:00:57,740 --> 00:01:01,540 +to pause momentarily for something else and so on + +13 +00:01:01,540 --> 00:01:05,280 +so punctuation in general is very important and + +14 +00:01:05,280 --> 00:01:08,900 +today we're looking at rules for using commas + +15 +00:01:08,900 --> 00:01:12,540 +rules for using colon and rules for using + +16 +00:01:12,540 --> 00:01:16,980 +semicolon first when do I use a comma? + +17 +00:01:19,360 --> 00:01:23,780 +what are the different uses of comma all right yes + +18 +00:01:23,780 --> 00:01:28,680 +okay after introductory words for example another + +19 +00:01:28,680 --> 00:01:32,140 +thing is before we talked about this is before + +20 +00:01:32,140 --> 00:01:37,360 +compound sentences joining two sentences two + +21 +00:01:37,360 --> 00:01:39,360 +independent clauses very nice so let's very + +22 +00:01:39,360 --> 00:01:43,100 +quickly go over them and do some exercises on this + +23 +00:01:43,100 --> 00:01:47,510 +topic so the first thing is using the comma after + +24 +00:01:47,510 --> 00:01:51,050 +introductory words or after introductory phrases + +25 +00:01:51,050 --> 00:01:57,290 +for instance during the summer of 1999 we visited + +26 +00:01:57,290 --> 00:02:03,350 +Spain or we can say unfortunately we did not speak + +27 +00:02:03,350 --> 00:02:09,150 +Spanish or finally we arrived at our hotel so + +28 +00:02:09,150 --> 00:02:12,530 +after introductory words introductory phrases, + +29 +00:02:13,450 --> 00:02:17,530 +where signals such as time signals, for example, + +30 +00:02:17,650 --> 00:02:21,130 +or listing signals, first, second, third, in + +31 +00:02:21,130 --> 00:02:24,130 +addition, moreover, these ones we use a comma + +32 +00:02:24,130 --> 00:02:27,950 +immediately after this word or this phrase. The + +33 +00:02:27,950 --> 00:02:30,790 +second rule is something we talked about before, + +34 +00:02:31,190 --> 00:02:35,030 +which is before coordinating conjunctions, these + +35 +00:02:35,030 --> 00:02:38,330 +fanboys, we talked about this. We are bringing + +36 +00:02:38,330 --> 00:02:43,510 +sandwiches comma and tom is bringing soft drinks + +37 +00:02:43,510 --> 00:02:47,070 +to the picnic all right or another example we + +38 +00:02:47,070 --> 00:02:51,930 +don't need to bring raincoats comma for the sun is + +39 +00:02:51,930 --> 00:02:56,870 +shining brightly so after or before sorry fanboys + +40 +00:02:56,870 --> 00:03:01,030 +coordinating conjunctions we use a comma a third + +41 +00:03:01,030 --> 00:03:05,100 +tool for using comma is thatwe use it after a + +42 +00:03:05,100 --> 00:03:09,320 +dependent clause for instance when they begin a + +43 +00:03:09,320 --> 00:03:14,860 +sentence for example although I was sick I went to + +44 +00:03:14,860 --> 00:03:19,460 +my classes or because it was raining the game was + +45 +00:03:19,460 --> 00:03:23,580 +cast so after dependent clause we use when they + +46 +00:03:23,580 --> 00:03:28,720 +begin a sentence and number four And this is + +47 +00:03:28,720 --> 00:03:32,220 +something new, to separate certain phrases from + +48 +00:03:32,220 --> 00:03:35,600 +the rest of the sentence. That is to say, if there + +49 +00:03:35,600 --> 00:03:39,520 +is some extra information, we sort of separate it + +50 +00:03:39,520 --> 00:03:43,380 +from the rest of the sentence by using a comma at + +51 +00:03:43,380 --> 00:03:46,480 +the beginning and comma at the end of this extra + +52 +00:03:46,480 --> 00:03:49,360 +information. For example, let's look at this + +53 +00:03:49,360 --> 00:03:54,670 +example. MalariaOnce a widespread disease, this is + +54 +00:03:54,670 --> 00:03:58,070 +we consider it as extra information, so we sort of + +55 +00:03:58,070 --> 00:04:01,890 +separate it from the rest of sentence by commas or + +56 +00:04:01,890 --> 00:04:05,450 +Mr. Obama present this is something called a + +57 +00:04:05,450 --> 00:04:08,890 +positive or sort of extra information we put it + +58 +00:04:08,890 --> 00:04:13,830 +between commas or the amazon the second largest + +59 +00:04:13,830 --> 00:04:17,970 +river comma comma is four thousand mile long so + +60 +00:04:17,970 --> 00:04:20,630 +this is considered extra information so we sort of + +61 +00:04:20,630 --> 00:04:23,510 +separate it from the rest of the sentence by using + +62 +00:04:23,510 --> 00:04:27,030 +a comma number five is something similar similar + +63 +00:04:27,030 --> 00:04:30,750 +which is To separate extra information, adjective + +64 +00:04:30,750 --> 00:04:35,470 +closes. For example, the Nile, which is the + +65 +00:04:35,470 --> 00:04:39,550 +longest river in the world, comma, comma, is four + +66 +00:04:39,550 --> 00:04:42,690 +thousand one hundred and sixty miles long. Notice + +67 +00:04:42,690 --> 00:04:45,190 +that this is, we consider it an adjective close, + +68 +00:04:45,270 --> 00:04:48,530 +but it's sort of not necessary, okay? We'll talk + +69 +00:04:48,530 --> 00:04:51,010 +about it later. That is sort of called non + +70 +00:04:51,010 --> 00:04:54,090 +-restrictive, non-defining close. We use a comma + +71 +00:04:54,090 --> 00:04:58,930 +to separate it fromthe main sentence, alright? Or + +72 +00:04:58,930 --> 00:05:03,970 +we can say, my new computer which I bought + +73 +00:05:03,970 --> 00:05:08,650 +yesterday stopped working today. So adjective + +74 +00:05:08,650 --> 00:05:11,430 +close is considered extra information, that is to + +75 +00:05:11,430 --> 00:05:15,060 +say non-essential information to the sentence. We + +76 +00:05:15,060 --> 00:05:20,140 +sort of separate it by using commas. Alright? And + +77 +00:05:20,140 --> 00:05:22,900 +finally, this is something that I'm sure that you + +78 +00:05:22,900 --> 00:05:26,420 +will know, to separate elements in a series of + +79 +00:05:26,420 --> 00:05:28,880 +things. Okay? In a list of things. When we are + +80 +00:05:28,880 --> 00:05:32,240 +listing a number of things, we separate each one + +81 +00:05:32,240 --> 00:05:36,380 +of these items by using a comma. For example, the + +82 +00:05:36,380 --> 00:05:40,200 +English professor adjusted her glasses, comma, + +83 +00:05:40,760 --> 00:05:43,720 +arranged her notes, comma, Graded the students + +84 +00:05:43,720 --> 00:05:48,400 +comma and began her lecture or the other way. Her + +85 +00:05:48,400 --> 00:05:53,500 +room was spooky cold comma cold comma dark comma + +86 +00:05:53,500 --> 00:05:57,810 +and dirty. So these are We separate the elements + +87 +00:05:57,810 --> 00:06:02,250 +in a series with using a comma before each one of + +88 +00:06:02,250 --> 00:06:05,950 +these items. This is clear? So, we have six rules + +89 +00:06:05,950 --> 00:06:08,850 +generally, very important six rules that we can + +90 +00:06:08,850 --> 00:06:12,350 +use to for using commas in other words. For + +91 +00:06:12,350 --> 00:06:15,770 +example, after introductory words, before fanboys + +92 +00:06:15,770 --> 00:06:19,330 +coordinating conjunctions, after dependent clause, + +93 +00:06:19,530 --> 00:06:22,710 +to separate extra informationto separate + +94 +00:06:22,710 --> 00:06:25,270 +adjectives that close extra information and + +95 +00:06:25,270 --> 00:06:29,150 +finally number six to separate elements in a + +96 +00:06:29,150 --> 00:06:32,210 +series okay is this clear all right let's apply + +97 +00:06:32,210 --> 00:06:36,130 +these six rules to these sentences just consider + +98 +00:06:36,130 --> 00:06:40,430 +these ones and try to know where or to use commas + +99 +00:06:40,430 --> 00:06:44,110 +where necessary all right just very quickly read + +100 +00:06:44,110 --> 00:06:47,270 +one these ones and use commas where necessary + +101 +00:07:47,440 --> 00:07:50,440 +All right. Let's see the first one. Yes, please. + +102 +00:07:50,540 --> 00:07:53,920 +Here. Oil, which is lighter than water, rises to + +103 +00:07:53,920 --> 00:07:57,100 +the surface, which is lighter than water. Oil, + +104 +00:07:58,020 --> 00:08:02,340 +which is lighter than water, rises to the surface. + +105 +00:08:02,520 --> 00:08:04,900 +All right. So this is sort of extra information, + +106 +00:08:05,020 --> 00:08:08,040 +adjectives, closed, non-essential information. And + +107 +00:08:08,040 --> 00:08:10,400 +therefore, we separated it from the rest of the + +108 +00:08:10,400 --> 00:08:12,720 +sentence by using commas. Yes, please. Number two. + +109 +00:08:15,090 --> 00:08:18,510 +and some of them are the very nice and some of + +110 +00:08:18,510 --> 00:08:20,630 +them why did you use a comma here before and + +111 +00:08:20,630 --> 00:08:23,790 +conjunction it's a coordinating conjunctions one + +112 +00:08:23,790 --> 00:08:26,890 +of the fanboys we have an independent clause and + +113 +00:08:26,890 --> 00:08:29,250 +another independent clause and we use a comma + +114 +00:08:29,250 --> 00:08:32,670 +before them number three after surviving this + +115 +00:08:32,670 --> 00:08:37,110 +hardship comma my friend felt very nice so after + +116 +00:08:37,110 --> 00:08:42,270 +surviving this hardship my friend felt Relieve, + +117 +00:08:42,430 --> 00:08:44,650 +preferred to relieve. Alright? So again, we have a + +118 +00:08:44,650 --> 00:08:47,370 +dependent clause and a privated dependent clause + +119 +00:08:47,370 --> 00:08:49,870 +and then we have a comma at the end of this + +120 +00:08:49,870 --> 00:08:53,290 +dependent clause. Number four. Yes. Glamour. Yes, + +121 +00:08:53,350 --> 00:08:55,510 +please. Glamour, the women's fashion magazine has + +122 +00:08:55,510 --> 00:08:57,610 +recently sold millions of copies. Millions of + +123 +00:08:57,610 --> 00:09:01,930 +copies. Of the women's fashion magazine. Very + +124 +00:09:01,930 --> 00:09:04,570 +nice. So, we have. Next information. Very nice. + +125 +00:09:04,670 --> 00:09:08,190 +Why is it? this because it's considered sort of + +126 +00:09:08,190 --> 00:09:11,350 +annex it's extra information and therefore we + +127 +00:09:11,350 --> 00:09:13,690 +separated it from the main clause the main + +128 +00:09:13,690 --> 00:09:18,390 +sentence is lama sold or has sold millions of + +129 +00:09:18,390 --> 00:09:22,050 +copies all right number five number five yes + +130 +00:09:22,050 --> 00:09:22,410 +please + +131 +00:09:32,350 --> 00:09:37,130 +Very nice. So Mr. and Mrs. Ali, my parents, best + +132 +00:09:37,130 --> 00:09:40,190 +friends. Again, this is extra information and + +133 +00:09:40,190 --> 00:09:42,570 +therefore we separated it from the rest of the + +134 +00:09:42,570 --> 00:09:44,930 +sentences. Let's continue the rest of these + +135 +00:09:44,930 --> 00:09:51,650 +sentences and try to put commas where necessary. + +136 +00:09:52,330 --> 00:09:52,890 +Yes, please. + +137 +00:10:17,340 --> 00:10:19,680 +Okay. Yeah. Yeah. + +138 +00:11:19,470 --> 00:11:26,710 +all right okay yes please number six comma + +139 +00:11:26,710 --> 00:11:32,190 +very nice to get tickets for this movie you have + +140 +00:11:32,190 --> 00:11:35,090 +to order three months in advance this is sort of + +141 +00:11:35,090 --> 00:11:38,350 +an introductory phrase an introductory infinitive + +142 +00:11:38,350 --> 00:11:40,690 +phrase and therefore we use the comma yes please + +143 +00:11:41,220 --> 00:11:44,780 +Chris didn't see how he could organize write Kona + +144 +00:11:44,780 --> 00:11:50,140 +and he did his paper in only two hours so very + +145 +00:11:50,140 --> 00:11:54,000 +nice Chris didn't see how he could organize Kona + +146 +00:11:54,000 --> 00:12:00,480 +write Kona and added this paper so we have a list + +147 +00:12:00,480 --> 00:12:04,800 +of items and therefore we separated them by using + +148 +00:12:04,800 --> 00:12:07,040 +commas. Yes, tell me. Dauphin Island located off + +149 +00:12:07,040 --> 00:12:10,500 +the coast of Alabama is a favorite spot for + +150 +00:12:10,500 --> 00:12:15,320 +fishing. Very nice. Located off the coast of + +151 +00:12:15,320 --> 00:12:21,460 +Alabama. Dauphin Island located off the coast of + +152 +00:12:21,460 --> 00:12:25,110 +Alabama So this is sort of extra information. It's + +153 +00:12:25,110 --> 00:12:29,210 +a good spot. It's a favorite spot for fishing. + +154 +00:12:29,450 --> 00:12:32,270 +Okay? So extra information. Yes, please. Mark + +155 +00:12:32,270 --> 00:12:35,010 +Adam, my cousin, hopes to graduate from law school + +156 +00:12:35,010 --> 00:12:38,730 +in two years. My cousin. My cousin. So Mark Adam, + +157 +00:12:39,310 --> 00:12:42,950 +my cousin. All right. Again, extra information. + +158 +00:12:43,030 --> 00:12:45,290 +And finally, please. There are six headed jam, + +159 +00:12:45,530 --> 00:12:50,210 +cauliflower, and camisole. Sugar. Very nice. So + +160 +00:12:50,210 --> 00:12:51,790 +the recipe needed jam. + +161 +00:12:57,700 --> 00:13:02,280 +And baking powder. So we have a list of things, a + +162 +00:13:02,280 --> 00:13:05,300 +list of items and therefore we use commas for + +163 +00:13:05,300 --> 00:13:09,040 +them. Alright? Very nice. So now let's look at + +164 +00:13:09,040 --> 00:13:14,380 +using columns. When do I use a column? Alright? + +165 +00:13:15,340 --> 00:13:18,820 +It's very common to use columns but sometimes + +166 +00:13:18,820 --> 00:13:22,930 +people don't know how to when or how to use or + +167 +00:13:22,930 --> 00:13:26,330 +when to use colons there are two simple rules that + +168 +00:13:26,330 --> 00:13:29,670 +we need to remember whenever we use a colon all + +169 +00:13:29,670 --> 00:13:32,910 +right a colon is often used to introduce to + +170 +00:13:32,910 --> 00:13:37,230 +introduce a list of items so this is the first + +171 +00:13:37,230 --> 00:13:41,430 +common use of the colon so is to introduce a list + +172 +00:13:41,430 --> 00:13:45,290 +of items for example you will need to bring three + +173 +00:13:45,290 --> 00:13:50,990 +things to the party colon What do I need to bring? + +174 +00:13:51,330 --> 00:13:54,370 +Some food, something to drink, and a small gift + +175 +00:13:54,370 --> 00:13:58,430 +for the hostess. Here I use the colon to introduce + +176 +00:13:58,430 --> 00:14:02,070 +a list of items. Okay? For example, a second + +177 +00:14:02,070 --> 00:14:07,690 +sentence. In the bag with the following colon. So + +178 +00:14:07,690 --> 00:14:10,370 +here I'm again introducing a list of things. + +179 +00:14:10,770 --> 00:14:15,390 +Alright? Scissors, a hairbrush, and her address + +180 +00:14:15,390 --> 00:14:19,270 +book. Alright? And a third example. These are my + +181 +00:14:19,270 --> 00:14:23,990 +favorite breakfast, meals, colonna, okay? + +182 +00:14:25,070 --> 00:14:28,050 +Cornflakes, scrambled eggs, and peanut butter + +183 +00:14:28,050 --> 00:14:30,970 +toast, for example. So, what we have here is that + +184 +00:14:30,970 --> 00:14:35,010 +I use a colon to introduce a list of items, + +185 +00:14:35,350 --> 00:14:41,370 +alright? A second use is also for introducing, but + +186 +00:14:41,370 --> 00:14:46,690 +this time I am introducing an idea. an explanation + +187 +00:14:46,690 --> 00:14:51,230 +or a definition okay for example i'll tell you + +188 +00:14:51,230 --> 00:14:56,230 +what i am going to do colon i am going to quick + +189 +00:14:56,230 --> 00:15:00,130 +here i am introducing an idea or introducing an + +190 +00:15:00,130 --> 00:15:04,130 +explanation okay a second example these are the + +191 +00:15:04,130 --> 00:15:08,250 +things i look for in a new house i'm introducing + +192 +00:15:08,250 --> 00:15:11,730 +an idea here what are they modern spacious and + +193 +00:15:11,730 --> 00:15:15,490 +luxurious sort of kind of new house for example or + +194 +00:15:16,110 --> 00:15:20,250 +We have to stop these doing these harmful things. + +195 +00:15:20,610 --> 00:15:23,610 +Colon. What are they? Polluting the rivers, + +196 +00:15:23,790 --> 00:15:27,690 +burning fossil fuels and using our private cars + +197 +00:15:27,690 --> 00:15:32,090 +for example. Or finally elephant. Elephant noun + +198 +00:15:32,090 --> 00:15:36,730 +colona large grey mammal found in Africa and India + +199 +00:15:36,730 --> 00:15:40,210 +what we have here is clearly a definition and I + +200 +00:15:40,210 --> 00:15:43,710 +introduced this definition by using a comma so + +201 +00:15:43,710 --> 00:15:46,910 +commas are used for two things to introduce a list + +202 +00:15:46,910 --> 00:15:51,520 +of items or To introduce an explanation, an idea, + +203 +00:15:51,720 --> 00:15:55,020 +or a definition. Is this clear? Yes. Very nice. + +204 +00:15:55,280 --> 00:15:57,860 +Alright, now let's move on to talk about using + +205 +00:15:57,860 --> 00:16:00,400 +semicolons. When do I use a semicolon? Do you + +206 +00:16:00,400 --> 00:16:03,120 +remember? We talked about this. When we generally + +207 +00:16:03,120 --> 00:16:09,700 +introduce two closely independent ideas. So + +208 +00:16:09,700 --> 00:16:12,960 +dependent clauses which are closely related in + +209 +00:16:12,960 --> 00:16:17,360 +meaning, which are closely related in meaning. So + +210 +00:16:17,360 --> 00:16:21,540 +we use a semicolon. For example, Mary drives a + +211 +00:16:21,540 --> 00:16:27,000 +Mercedes, semicolon, Joanne drives a Toyota. So we + +212 +00:16:27,000 --> 00:16:31,020 +have two independent clauses and they are and we + +213 +00:16:31,020 --> 00:16:34,460 +use a semicolon to join them because the meaning + +214 +00:16:34,460 --> 00:16:38,740 +is closely related. These two independent clauses + +215 +00:16:38,740 --> 00:16:42,160 +are clauses are closely related in meaning. For + +216 +00:16:42,160 --> 00:16:49,850 +example,He ate six sandwiches. He also got a + +217 +00:16:49,850 --> 00:16:53,610 +stomachache. Or Tom always slept with the lights + +218 +00:16:53,610 --> 00:16:59,790 +on. He was afraid of the dark. So, the first use + +219 +00:16:59,790 --> 00:17:02,630 +is whenever I have two independent clauses which + +220 +00:17:02,630 --> 00:17:06,410 +are related in meaning, we use or I can use a + +221 +00:17:06,410 --> 00:17:10,560 +semicolon. A second use is that we have something + +222 +00:17:10,560 --> 00:17:14,020 +called conjunctive adverbs, the likes of however, + +223 +00:17:14,900 --> 00:17:19,060 +furthermore, moreover, nevertheless, as a result, + +224 +00:17:19,280 --> 00:17:22,460 +on the other hand, for example, for instance, and + +225 +00:17:22,460 --> 00:17:24,680 +so on. These are called conjunctive adverbs. + +226 +00:17:24,860 --> 00:17:28,300 +Whenever I use them, especially to join two + +227 +00:17:28,300 --> 00:17:32,180 +sentences, I use a semicolon at the beginning and + +228 +00:17:32,180 --> 00:17:35,960 +a comma afterwards. For example, he was very ill. + +229 +00:17:36,200 --> 00:17:40,500 +semicolon therefore comma he decided to take the + +230 +00:17:40,500 --> 00:17:45,540 +day off he was poor semicolon however comma he + +231 +00:17:45,540 --> 00:17:48,920 +left a apprentice so these conjunctive adverbs are + +232 +00:17:48,920 --> 00:17:51,720 +generally used we use a semicolon with them before + +233 +00:17:51,720 --> 00:17:55,060 +them okay semicolon therefore comma semicolon + +234 +00:17:55,060 --> 00:17:59,120 +however comma and so on is this clear so two + +235 +00:17:59,120 --> 00:18:04,640 +simple uses for semicolons okay all right now + +236 +00:18:04,640 --> 00:18:08,360 +let's this do this exercise trying to apply all + +237 +00:18:08,360 --> 00:18:12,540 +this information on these five sentences please + +238 +00:18:12,540 --> 00:18:15,520 +punctuate where necessary you can put a semicolon + +239 +00:18:15,520 --> 00:18:19,340 +or a colon or a comma where necessary and also + +240 +00:18:19,340 --> 00:18:23,000 +full stops and capital letters please go ahead + +241 +00:19:57,630 --> 00:19:58,910 +Yes, yes, yes, yes. + +242 +00:20:26,880 --> 00:20:28,020 +Yeah. Yeah. + +243 +00:20:52,110 --> 00:20:55,910 +Okay. Okay. Okay. + +244 +00:21:01,420 --> 00:21:30,260 +I have a question for + +245 +00:21:30,260 --> 00:21:35,700 +you. All right, are we done? Yes, please. Okay, + +246 +00:21:35,860 --> 00:21:41,760 +Professor Smith is at conference, semicolon, very + +247 +00:21:41,760 --> 00:21:46,940 +nice, comma, however, doctor, is that right? Yes. + +248 +00:21:47,880 --> 00:21:53,680 +Johns, who, yes, comma, who is the president, will + +249 +00:21:53,680 --> 00:21:57,600 +be here, very nice, very, very nice, very good, + +250 +00:21:57,820 --> 00:22:00,690 +all right. yes please all right so what we see + +251 +00:22:00,690 --> 00:22:07,010 +here is capital letter and who is the president + +252 +00:22:07,010 --> 00:22:09,750 +sort of we consider it is as essential information + +253 +00:22:09,750 --> 00:22:13,070 +and therefore separating them with using commas + +254 +00:22:13,070 --> 00:22:17,630 +yes please my favorite very nice mine is + +255 +00:22:17,630 --> 00:22:23,170 +capitalized yes go ahead include going to movies + +256 +00:22:28,610 --> 00:22:34,530 +reading novels, and participating in some works. + +257 +00:22:35,390 --> 00:22:38,250 +Do you think we need a colon after include? + +258 +00:22:38,490 --> 00:22:41,470 +Actually, there is no need for it. There is no + +259 +00:22:41,470 --> 00:22:45,490 +need for it. Okay. But if I said my favorite + +260 +00:22:45,490 --> 00:22:49,130 +hobbies without the word include, we can use a + +261 +00:22:49,130 --> 00:22:52,130 +comma. But since we have the main verb here, there + +262 +00:22:52,130 --> 00:22:55,110 +is no need for a comma. All right. So my favorite + +263 +00:22:55,110 --> 00:22:57,590 +hobbies include going to the movies, comma, + +264 +00:22:58,470 --> 00:23:02,670 +reading novels, and participating in sports. There + +265 +00:23:02,670 --> 00:23:05,110 +is no need for a colon after include, okay? + +266 +00:23:05,250 --> 00:23:07,670 +Because we have the essential, we have the main + +267 +00:23:07,670 --> 00:23:11,650 +verb here. Yes, please. The future of our wild + +268 +00:23:11,650 --> 00:23:16,350 +animal is uncertain. Uncertain. So, the future, T + +269 +00:23:16,350 --> 00:23:19,290 +is capitalized. Yes, for example, we put a + +270 +00:23:19,290 --> 00:23:22,890 +semicolon. Very good. So, semicolon, for example, + +271 +00:23:23,810 --> 00:23:27,850 +illegal shooting and chemical poisoning. Threaten + +272 +00:23:27,850 --> 00:23:31,250 +the bald eagle. For example, if you have a fork + +273 +00:23:31,250 --> 00:23:33,330 +stop, don't forget the fork stop. Yes, please. + +274 +00:23:33,610 --> 00:23:36,170 +Some people feel that grades are unnecessary, + +275 +00:23:36,450 --> 00:23:39,130 +others feel grades motivate them to use some + +276 +00:23:39,130 --> 00:23:42,270 +chemical energy. Okay, some is capitalized. And + +277 +00:23:42,270 --> 00:23:46,170 +then we have comma after where? Before others. No, + +278 +00:23:46,290 --> 00:23:49,070 +we don't use a comma here. That would be a comma + +279 +00:23:49,070 --> 00:23:53,600 +splice. We have a semicolon. A semicolon. Okay, + +280 +00:23:53,740 --> 00:23:56,480 +two sentences are closely related in meaning we + +281 +00:23:56,480 --> 00:24:00,220 +use a semicolon between them So some people feel + +282 +00:24:00,220 --> 00:24:02,820 +their grades are necessary semicolon others feel + +283 +00:24:02,820 --> 00:24:08,080 +that grades motivate students and number five + +284 +00:24:08,080 --> 00:24:13,340 +Advertising is essential Yes, please Advertising + +285 +00:24:13,340 --> 00:24:18,180 +is capitalized is essential to free your students + +286 +00:24:18,470 --> 00:24:23,430 +Enterprise system yet very nice we have because + +287 +00:24:23,430 --> 00:24:28,030 +it's one of those fanboys yet it can sometimes be + +288 +00:24:28,030 --> 00:24:32,150 +very annoying and we have a approach okay let's + +289 +00:24:32,150 --> 00:24:35,610 +continue the remaining sentences all right and the + +290 +00:24:35,610 --> 00:24:44,170 +same thing punctuate where necessary yes + +291 +00:24:44,170 --> 00:24:45,470 +please very quickly please + +292 +00:25:01,370 --> 00:25:04,270 +I'm going to start with a quote from a book. The + +293 +00:25:04,270 --> 00:25:07,970 +quote is about a woman who was forced to leave her + +294 +00:25:07,970 --> 00:25:11,850 +husband's house in order to find a job. The story + +295 +00:25:11,850 --> 00:25:16,950 +is about a woman who was forced to leave her + +296 +00:25:16,950 --> 00:25:16,950 +husband's house in order to find a job. The story + +297 +00:25:16,950 --> 00:25:21,590 +is about a woman who was forced to leave her + +298 +00:25:21,590 --> 00:25:22,650 +husband's house in order to find a job. + +299 +00:25:49,290 --> 00:25:51,210 +It's beautiful. + +300 +00:25:57,110 --> 00:26:01,430 +Okay. Okay. Okay. + +301 +00:26:10,670 --> 00:26:13,330 +Okay. Okay. + +302 +00:26:45,630 --> 00:26:49,610 +What's that? Circulation. Circulation, yes. + +303 +00:26:52,990 --> 00:26:55,770 +The library, which library? + +304 +00:27:02,090 --> 00:27:16,050 +I have a question for + +305 +00:27:16,050 --> 00:27:16,330 +you. + +306 +00:27:42,080 --> 00:27:46,880 +Alright, let's see. Number six. Yes, please. The + +307 +00:27:46,880 --> 00:27:50,100 +library offers many special services that come to + +308 +00:27:50,100 --> 00:27:52,340 +life. Very nice. So, T is the library. It's the + +309 +00:27:52,340 --> 00:27:53,900 +beginning of the sentence. The library has skoma. + +310 +00:27:54,140 --> 00:27:57,160 +So, this is skoma or? Economy. Actually, economy. + +311 +00:27:58,120 --> 00:28:01,240 +Why is it a colon here? Because I'm introducing + +312 +00:28:01,240 --> 00:28:04,420 +the list of things. For example, what are these + +313 +00:28:04,420 --> 00:28:07,920 +special services? The student learning center, + +314 +00:28:08,460 --> 00:28:14,340 +comma, the photo record library, comma, and the + +315 +00:28:14,340 --> 00:28:18,160 +group study rooms. And we have full stop. So I + +316 +00:28:18,160 --> 00:28:21,280 +used a colon here because I am introducing the + +317 +00:28:21,280 --> 00:28:25,380 +list of items, the list of things. So I used a + +318 +00:28:25,380 --> 00:28:27,080 +colon. Yes Hima, please. + +319 +00:28:31,280 --> 00:28:37,060 +So, T, yes of course, very + +320 +00:28:37,060 --> 00:28:46,620 +nice, comma, you should follow these, okay, + +321 +00:28:47,140 --> 00:28:52,760 +you should follow these procedures, very nice, + +322 +00:28:53,120 --> 00:28:58,180 +okay, write down the whole number of the book, + +323 +00:28:58,580 --> 00:29:02,780 +comma, fine? Very nice. Bring it to the + +324 +00:29:02,780 --> 00:29:11,720 +circulation. Fill out the core and show your ID. + +325 +00:29:12,920 --> 00:29:16,960 +Alright? So here, to check a book out of the + +326 +00:29:16,960 --> 00:29:20,780 +library, you should follow these procedures. What + +327 +00:29:20,780 --> 00:29:24,320 +are they? These are the procedures that you have + +328 +00:29:24,320 --> 00:29:28,460 +to follow. Number eight. I have only one thing to + +329 +00:29:28,460 --> 00:29:31,700 +say. Yes, please.I have only one thing to say to + +330 +00:29:31,700 --> 00:29:36,940 +you colon colon very nice get off my land so + +331 +00:29:36,940 --> 00:29:42,820 +balance I have only one thing to say to you colon + +332 +00:29:42,820 --> 00:29:46,220 +why get off why is it what did you use colon here + +333 +00:29:46,220 --> 00:29:50,640 +because I'm introducing an idea or an explanation + +334 +00:29:50,640 --> 00:29:54,000 +I have one thing to say to you what is that colon + +335 +00:29:54,000 --> 00:29:57,460 +get off my land leave my land all right full stop + +336 +00:29:57,760 --> 00:30:00,780 +Alright, so I use a colon here because I'm + +337 +00:30:00,780 --> 00:30:05,580 +producing an idea in kind in in in the form of an + +338 +00:30:05,580 --> 00:30:20,180 +explanation nine Even even capitalized + +339 +00:30:20,180 --> 00:30:25,060 +even if you fail dependent + +340 +00:30:25,060 --> 00:30:35,730 +clauseAt least you tried and you are a better + +341 +00:30:35,730 --> 00:30:40,590 +person for it. So even if you fail, because it's a + +342 +00:30:40,590 --> 00:30:43,790 +dependent clause, at least you tried, and you are + +343 +00:30:43,790 --> 00:30:48,250 +a better person for it. at a full stop okay is + +344 +00:30:48,250 --> 00:30:51,150 +this clear? alright so what we've done so far is + +345 +00:30:51,150 --> 00:30:55,710 +looking at different rules for using commas, + +346 +00:30:55,870 --> 00:30:59,090 +colons and semicolons now we come to the rather + +347 +00:30:59,090 --> 00:31:01,930 +difficult exercise and this is the last exercise + +348 +00:31:01,930 --> 00:31:04,370 +this is please very quickly read this paragraph + +349 +00:31:04,370 --> 00:31:10,830 +and what I'd like you is to use commas, colons, + +350 +00:31:11,010 --> 00:31:16,280 +semicolons and full stops where necessary In other + +351 +00:31:16,280 --> 00:31:18,080 +words, punctuate this paragraph. + +352 +00:32:29,670 --> 00:32:31,070 +Okay. + +353 +00:32:33,190 --> 00:32:33,190 +Okay. + +354 +00:32:52,490 --> 00:32:54,210 +Okay. Okay. + +355 +00:33:00,430 --> 00:33:01,830 +Okay. + +356 +00:33:03,890 --> 00:33:05,290 +Okay. + +357 +00:33:18,230 --> 00:33:22,850 +I'm not sure. I don't know. I don't know. + +358 +00:34:04,380 --> 00:34:05,780 +Mushroom? + +359 +00:34:29,280 --> 00:34:33,140 +All right, let's start with the, yes please. + +360 +00:34:33,780 --> 00:34:36,980 +Australia, which is the home of many unusual + +361 +00:34:36,980 --> 00:34:42,660 +animals, is the home of the kangaroos. Australia, + +362 +00:34:43,760 --> 00:34:46,920 +which is the home of many unusual animals, + +363 +00:34:51,820 --> 00:34:55,280 +Very nice now we would like to continue all right. + +364 +00:34:55,560 --> 00:34:59,460 +Yes, please Pockets + +365 +00:34:59,460 --> 00:35:05,780 +or pouches All right kangaroos are animals that + +366 +00:35:05,780 --> 00:35:12,280 +have pockets or pouches All right, just we finish + +367 +00:35:12,280 --> 00:35:16,980 +the idea and we have a full stop and after that A + +368 +00:35:16,980 --> 00:35:21,120 +kangaroo baby Which is only about the size of a + +369 +00:35:21,120 --> 00:35:29,120 +little bird. When it is born. Okay, see how it can + +370 +00:35:29,120 --> 00:35:32,100 +be confusing. All right, let's see. I would like + +371 +00:35:32,100 --> 00:35:35,260 +to try again. All right, what you've done is good, + +372 +00:35:35,360 --> 00:35:39,300 +but we need just to complete the sentence. Yes, + +373 +00:35:39,580 --> 00:35:40,300 +which is? + +374 +00:35:47,450 --> 00:35:51,510 +A kangaroo baby, which is only about the size of a + +375 +00:35:51,510 --> 00:35:55,430 +little bird when it is born, lives in its mother's + +376 +00:35:55,430 --> 00:36:00,950 +pouch until its back and legs have grown strong. + +377 +00:36:01,550 --> 00:36:04,590 +See now it is a complete idea. Now does it make + +378 +00:36:04,590 --> 00:36:09,730 +sense? It does actually now make sense. Alright? + +379 +00:36:10,190 --> 00:36:13,930 +So, a kangaroo baby which is about the size of a + +380 +00:36:13,930 --> 00:36:17,230 +little bird when it is born this is the witchy + +381 +00:36:17,230 --> 00:36:20,950 +close, the adjective close lives in its mother + +382 +00:36:20,950 --> 00:36:26,110 +pouch until its legs and back have grown strong. + +383 +00:36:26,210 --> 00:36:30,510 +Would you like to continue? Yes, please. Iman, + +384 +00:36:30,610 --> 00:36:34,010 +please. Kangaroos come up which have very long + +385 +00:36:34,010 --> 00:36:39,650 +legs, come up. Very nice. Can. Fierce kicks to + +386 +00:36:39,650 --> 00:36:45,790 +other animals. Full stop. Okay. Kangaroos which + +387 +00:36:45,790 --> 00:36:50,690 +have very long legs, can make fierce kicks to + +388 +00:36:50,690 --> 00:36:56,990 +other animals. And finally, other animals. Yes. + +389 +00:36:57,630 --> 00:37:04,910 +Other animals which are in pouches are + +390 +00:37:17,540 --> 00:37:21,580 +Kuma which rear their babies in pouches are + +391 +00:37:21,580 --> 00:37:28,120 +possums, wombats and koa. So what we see here are + +392 +00:37:28,120 --> 00:37:31,180 +lots of kumas and as you can see we have to be + +393 +00:37:31,180 --> 00:37:34,140 +very careful about using punctuation marks because + +394 +00:37:34,140 --> 00:37:37,720 +it can sometimes be confusing to the reader if we + +395 +00:37:37,720 --> 00:37:41,480 +misplace one comma with a full stop or one comma + +396 +00:37:41,480 --> 00:37:46,020 +with a semicolon or a colon and so on okay that + +397 +00:37:46,020 --> 00:37:48,920 +does anyone have any question all right very nice + +398 +00:37:48,920 --> 00:37:52,240 +so just go over what we've done today just do some + +399 +00:37:52,240 --> 00:37:55,000 +revisions and i'll see you next time inshallah + +400 +00:37:55,000 --> 00:37:56,140 +thank you very much + diff --git a/PL9fwy3NUQKwbknFHzECJkgNOSFOth6GiS/Bcsayo3OXr8_raw.json b/PL9fwy3NUQKwbknFHzECJkgNOSFOth6GiS/Bcsayo3OXr8_raw.json new file mode 100644 index 0000000000000000000000000000000000000000..299eb3d38e2b1ab2cea67f5af42bedff540d7ad5 --- /dev/null +++ b/PL9fwy3NUQKwbknFHzECJkgNOSFOth6GiS/Bcsayo3OXr8_raw.json @@ -0,0 +1 @@ +{"segments": [{"id": 1, "seek": 3697, "start": 20.69, "end": 36.97, "text": " Hi, Assalamualaikum, good morning. How are you today? Very good. Alright, today we're looking at a very important topic which is both related to writing and also grammar and this is about pluralism. I hope that you're prepared for this lecture.", "tokens": [2421, 11, 6281, 23819, 901, 64, 35518, 11, 665, 2446, 13, 1012, 366, 291, 965, 30, 4372, 665, 13, 2798, 11, 965, 321, 434, 1237, 412, 257, 588, 1021, 4829, 597, 307, 1293, 4077, 281, 3579, 293, 611, 22317, 293, 341, 307, 466, 25377, 1434, 13, 286, 1454, 300, 291, 434, 4927, 337, 341, 7991, 13], "avg_logprob": -0.25493421889187995, "compression_ratio": 1.4080459770114941, "no_speech_prob": 3.2186508178710938e-06, "words": [{"start": 20.69, "end": 20.99, "word": " Hi,", "probability": 0.474853515625}, {"start": 21.11, "end": 21.49, "word": " Assalamualaikum,", "probability": 0.6802734375}, {"start": 21.57, "end": 21.71, "word": " good", "probability": 0.74560546875}, {"start": 21.71, "end": 21.99, "word": " morning.", "probability": 0.896484375}, {"start": 22.07, "end": 22.19, "word": " How", "probability": 0.9599609375}, {"start": 22.19, "end": 22.29, "word": " are", "probability": 0.94970703125}, {"start": 22.29, "end": 22.37, "word": " you", "probability": 0.970703125}, {"start": 22.37, "end": 22.69, "word": " today?", "probability": 0.8115234375}, {"start": 23.11, "end": 23.63, "word": " Very", "probability": 0.466064453125}, {"start": 23.63, "end": 23.91, "word": " good.", "probability": 0.90869140625}, {"start": 24.05, "end": 24.25, "word": " Alright,", "probability": 0.486083984375}, {"start": 24.41, "end": 24.65, "word": " today", "probability": 0.8056640625}, {"start": 24.65, "end": 24.91, "word": " we're", "probability": 0.685302734375}, {"start": 24.91, "end": 25.15, "word": " looking", "probability": 0.91748046875}, {"start": 25.15, "end": 25.35, "word": " at", "probability": 0.966796875}, {"start": 25.35, "end": 25.47, "word": " a", "probability": 0.98876953125}, {"start": 25.47, "end": 25.67, "word": " very", "probability": 0.85595703125}, {"start": 25.67, "end": 26.13, "word": " important", "probability": 0.87939453125}, {"start": 26.13, "end": 26.59, "word": " topic", "probability": 0.94970703125}, {"start": 26.59, "end": 27.37, "word": " which", "probability": 0.67578125}, {"start": 27.37, "end": 27.71, "word": " is", "probability": 0.9501953125}, {"start": 27.71, "end": 28.19, "word": " both", "probability": 0.8828125}, {"start": 28.19, "end": 28.85, "word": " related", "probability": 0.96240234375}, {"start": 28.85, "end": 29.09, "word": " to", "probability": 0.97265625}, {"start": 29.09, "end": 29.43, "word": " writing", "probability": 0.93212890625}, {"start": 29.43, "end": 29.97, "word": " and", "probability": 0.93310546875}, {"start": 29.97, "end": 30.49, "word": " also", "probability": 0.8486328125}, {"start": 30.49, "end": 30.89, "word": " grammar", "probability": 0.94287109375}, {"start": 30.89, "end": 31.99, "word": " and", "probability": 0.47607421875}, {"start": 31.99, "end": 32.21, "word": " this", "probability": 0.9521484375}, {"start": 32.21, "end": 32.33, "word": " is", "probability": 0.94580078125}, {"start": 32.33, "end": 32.65, "word": " about", "probability": 0.92626953125}, {"start": 32.65, "end": 33.27, "word": " pluralism.", "probability": 0.779541015625}, {"start": 33.53, "end": 33.79, "word": " I", "probability": 0.99609375}, {"start": 33.79, "end": 33.99, "word": " hope", "probability": 0.888671875}, {"start": 33.99, "end": 34.19, "word": " that", "probability": 0.92724609375}, {"start": 34.19, "end": 34.39, "word": " you're", "probability": 0.6834716796875}, {"start": 34.39, "end": 34.87, "word": " prepared", "probability": 0.9248046875}, {"start": 34.87, "end": 35.41, "word": " for", "probability": 0.94873046875}, {"start": 35.41, "end": 35.85, "word": " this", "probability": 0.947265625}, {"start": 35.85, "end": 36.97, "word": " lecture.", "probability": 0.9228515625}], "temperature": 1.0}, {"id": 2, "seek": 6656, "start": 37.29, "end": 66.57, "text": " But before we start, we would like to introduce Layla, and she's going to give us a quick presentation on the topic, and then we'll take it from there. So the floor is yours, Layla, please. Thank you. Assalamualaikum, everyone. I'm Layla Abu Hashim. Today, we're talking about parallelism. It's a very easy topic. Parallelism, the main idea is to be the same grammatical structure, that the sentence has to be balanced in grammar. So let's look at the first example.", "tokens": [583, 949, 321, 722, 11, 321, 576, 411, 281, 5366, 20084, 875, 11, 293, 750, 311, 516, 281, 976, 505, 257, 1702, 5860, 322, 264, 4829, 11, 293, 550, 321, 603, 747, 309, 490, 456, 13, 407, 264, 4123, 307, 6342, 11, 20084, 875, 11, 1767, 13, 1044, 291, 13, 6281, 23819, 901, 64, 35518, 11, 1518, 13, 286, 478, 20084, 875, 26874, 30775, 332, 13, 2692, 11, 321, 434, 1417, 466, 8952, 1434, 13, 467, 311, 257, 588, 1858, 4829, 13, 3457, 336, 338, 1434, 11, 264, 2135, 1558, 307, 281, 312, 264, 912, 17570, 267, 804, 3877, 11, 300, 264, 8174, 575, 281, 312, 13902, 294, 22317, 13, 407, 718, 311, 574, 412, 264, 700, 1365, 13], "avg_logprob": -0.15820312388241292, "compression_ratio": 1.610344827586207, "no_speech_prob": 1.990795135498047e-05, "words": [{"start": 37.29, "end": 37.87, "word": " But", "probability": 0.72509765625}, {"start": 37.87, "end": 38.19, "word": " before", "probability": 0.8154296875}, {"start": 38.19, "end": 38.43, "word": " we", "probability": 0.96435546875}, {"start": 38.43, "end": 38.89, "word": " start,", "probability": 0.92822265625}, {"start": 38.97, "end": 39.05, "word": " we", "probability": 0.9541015625}, {"start": 39.05, "end": 39.19, "word": " would", "probability": 0.8916015625}, {"start": 39.19, "end": 39.47, "word": " like", "probability": 0.9384765625}, {"start": 39.47, "end": 39.61, "word": " to", "probability": 0.96728515625}, {"start": 39.61, "end": 40.03, "word": " introduce", "probability": 0.79443359375}, {"start": 40.03, "end": 40.41, "word": " Layla,", "probability": 0.783935546875}, {"start": 40.51, "end": 40.67, "word": " and", "probability": 0.927734375}, {"start": 40.67, "end": 40.91, "word": " she's", "probability": 0.8662109375}, {"start": 40.91, "end": 41.09, "word": " going", "probability": 0.94921875}, {"start": 41.09, "end": 41.25, "word": " to", "probability": 0.96923828125}, {"start": 41.25, "end": 41.39, "word": " give", "probability": 0.89013671875}, {"start": 41.39, "end": 41.57, "word": " us", "probability": 0.9326171875}, {"start": 41.57, "end": 41.85, "word": " a", "probability": 0.99267578125}, {"start": 41.85, "end": 42.27, "word": " quick", "probability": 0.90771484375}, {"start": 42.27, "end": 42.89, "word": " presentation", "probability": 0.92626953125}, {"start": 42.89, "end": 43.29, "word": " on", "probability": 0.947265625}, {"start": 43.29, "end": 43.47, "word": " the", "probability": 0.9189453125}, {"start": 43.47, "end": 43.71, "word": " topic,", "probability": 0.9423828125}, {"start": 43.83, "end": 43.89, "word": " and", "probability": 0.927734375}, {"start": 43.89, "end": 44.07, "word": " then", "probability": 0.8486328125}, {"start": 44.07, "end": 44.27, "word": " we'll", "probability": 0.927490234375}, {"start": 44.27, "end": 44.47, "word": " take", "probability": 0.88330078125}, {"start": 44.47, "end": 44.59, "word": " it", "probability": 0.94775390625}, {"start": 44.59, "end": 44.85, "word": " from", "probability": 0.89697265625}, {"start": 44.85, "end": 45.21, "word": " there.", "probability": 0.78076171875}, {"start": 45.47, "end": 45.59, "word": " So", "probability": 0.958984375}, {"start": 45.59, "end": 45.73, "word": " the", "probability": 0.7158203125}, {"start": 45.73, "end": 45.95, "word": " floor", "probability": 0.9404296875}, {"start": 45.95, "end": 46.13, "word": " is", "probability": 0.90234375}, {"start": 46.13, "end": 46.37, "word": " yours,", "probability": 0.75732421875}, {"start": 46.43, "end": 46.61, "word": " Layla,", "probability": 0.969970703125}, {"start": 46.69, "end": 46.87, "word": " please.", "probability": 0.8017578125}, {"start": 46.93, "end": 47.07, "word": " Thank", "probability": 0.260009765625}, {"start": 47.07, "end": 47.19, "word": " you.", "probability": 0.962890625}, {"start": 47.31, "end": 47.71, "word": " Assalamualaikum,", "probability": 0.77705078125}, {"start": 47.85, "end": 48.09, "word": " everyone.", "probability": 0.9423828125}, {"start": 48.73, "end": 49.07, "word": " I'm", "probability": 0.95947265625}, {"start": 49.07, "end": 49.25, "word": " Layla", "probability": 0.952392578125}, {"start": 49.25, "end": 49.45, "word": " Abu", "probability": 0.57958984375}, {"start": 49.45, "end": 49.77, "word": " Hashim.", "probability": 0.698974609375}, {"start": 49.85, "end": 50.07, "word": " Today,", "probability": 0.869140625}, {"start": 50.13, "end": 50.27, "word": " we're", "probability": 0.821044921875}, {"start": 50.27, "end": 50.63, "word": " talking", "probability": 0.8583984375}, {"start": 50.63, "end": 51.15, "word": " about", "probability": 0.916015625}, {"start": 51.15, "end": 51.73, "word": " parallelism.", "probability": 0.91015625}, {"start": 51.95, "end": 52.25, "word": " It's", "probability": 0.98193359375}, {"start": 52.25, "end": 52.35, "word": " a", "probability": 0.9853515625}, {"start": 52.35, "end": 52.71, "word": " very", "probability": 0.86279296875}, {"start": 52.71, "end": 53.71, "word": " easy", "probability": 0.91455078125}, {"start": 53.71, "end": 54.11, "word": " topic.", "probability": 0.9482421875}, {"start": 55.19, "end": 55.67, "word": " Parallelism,", "probability": 0.9896240234375}, {"start": 56.11, "end": 56.51, "word": " the", "probability": 0.91796875}, {"start": 56.51, "end": 56.69, "word": " main", "probability": 0.91650390625}, {"start": 56.69, "end": 56.99, "word": " idea", "probability": 0.9189453125}, {"start": 56.99, "end": 57.23, "word": " is", "probability": 0.9130859375}, {"start": 57.23, "end": 57.37, "word": " to", "probability": 0.96923828125}, {"start": 57.37, "end": 57.71, "word": " be", "probability": 0.95458984375}, {"start": 57.71, "end": 58.39, "word": " the", "probability": 0.88134765625}, {"start": 58.39, "end": 58.81, "word": " same", "probability": 0.9140625}, {"start": 58.81, "end": 59.37, "word": " grammatical", "probability": 0.7042643229166666}, {"start": 59.37, "end": 59.83, "word": " structure,", "probability": 0.8642578125}, {"start": 60.17, "end": 60.35, "word": " that", "probability": 0.828125}, {"start": 60.35, "end": 60.83, "word": " the", "probability": 0.91552734375}, {"start": 60.83, "end": 61.43, "word": " sentence", "probability": 0.89794921875}, {"start": 61.43, "end": 61.81, "word": " has", "probability": 0.9462890625}, {"start": 61.81, "end": 61.99, "word": " to", "probability": 0.97216796875}, {"start": 61.99, "end": 62.57, "word": " be", "probability": 0.95263671875}, {"start": 62.57, "end": 63.51, "word": " balanced", "probability": 0.95654296875}, {"start": 63.51, "end": 63.77, "word": " in", "probability": 0.90380859375}, {"start": 63.77, "end": 64.01, "word": " grammar.", "probability": 0.673828125}, {"start": 64.59, "end": 64.83, "word": " So", "probability": 0.95654296875}, {"start": 64.83, "end": 65.25, "word": " let's", "probability": 0.89208984375}, {"start": 65.25, "end": 65.49, "word": " look", "probability": 0.953125}, {"start": 65.49, "end": 65.61, "word": " at", "probability": 0.96630859375}, {"start": 65.61, "end": 65.73, "word": " the", "probability": 0.91162109375}, {"start": 65.73, "end": 65.99, "word": " first", "probability": 0.88720703125}, {"start": 65.99, "end": 66.57, "word": " example.", "probability": 0.9697265625}], "temperature": 1.0}, {"id": 3, "seek": 9087, "start": 67.33, "end": 90.87, "text": "When talking to the group, he spoke sincerely and with passion. Here we have sincerely, it's an adverb and with passion, it's a phrase, right? So here there's no balance in grammar, so the right way to say it is sincerely and passionately. It's passionately.", "tokens": [11645, 1417, 281, 264, 1594, 11, 415, 7179, 30694, 293, 365, 5418, 13, 1692, 321, 362, 30694, 11, 309, 311, 364, 614, 25809, 293, 365, 5418, 11, 309, 311, 257, 9535, 11, 558, 30, 407, 510, 456, 311, 572, 4772, 294, 22317, 11, 370, 264, 558, 636, 281, 584, 309, 307, 30694, 293, 5418, 1592, 13, 467, 311, 5418, 1592, 13], "avg_logprob": -0.24848790755195002, "compression_ratio": 1.664516129032258, "no_speech_prob": 6.556510925292969e-07, "words": [{"start": 67.33, "end": 67.61, "word": "When", "probability": 0.525390625}, {"start": 67.61, "end": 67.99, "word": " talking", "probability": 0.8466796875}, {"start": 67.99, "end": 68.35, "word": " to", "probability": 0.96044921875}, {"start": 68.35, "end": 68.49, "word": " the", "probability": 0.91259765625}, {"start": 68.49, "end": 68.81, "word": " group,", "probability": 0.962890625}, {"start": 69.17, "end": 69.29, "word": " he", "probability": 0.91796875}, {"start": 69.29, "end": 69.61, "word": " spoke", "probability": 0.66748046875}, {"start": 69.61, "end": 70.15, "word": " sincerely", "probability": 0.83251953125}, {"start": 70.15, "end": 70.77, "word": " and", "probability": 0.919921875}, {"start": 70.77, "end": 70.93, "word": " with", "probability": 0.88232421875}, {"start": 70.93, "end": 71.37, "word": " passion.", "probability": 0.95703125}, {"start": 71.81, "end": 72.17, "word": " Here", "probability": 0.5986328125}, {"start": 72.17, "end": 72.35, "word": " we", "probability": 0.77197265625}, {"start": 72.35, "end": 72.65, "word": " have", "probability": 0.94482421875}, {"start": 72.65, "end": 73.19, "word": " sincerely,", "probability": 0.79736328125}, {"start": 73.71, "end": 74.15, "word": " it's", "probability": 0.943603515625}, {"start": 74.15, "end": 74.53, "word": " an", "probability": 0.1236572265625}, {"start": 74.53, "end": 74.95, "word": " adverb", "probability": 0.94482421875}, {"start": 74.95, "end": 77.05, "word": " and", "probability": 0.445068359375}, {"start": 77.05, "end": 77.27, "word": " with", "probability": 0.90283203125}, {"start": 77.27, "end": 77.73, "word": " passion,", "probability": 0.94921875}, {"start": 78.57, "end": 79.37, "word": " it's", "probability": 0.970947265625}, {"start": 79.37, "end": 79.59, "word": " a", "probability": 0.66162109375}, {"start": 79.59, "end": 79.93, "word": " phrase,", "probability": 0.82861328125}, {"start": 80.39, "end": 80.83, "word": " right?", "probability": 0.8857421875}, {"start": 81.23, "end": 81.53, "word": " So", "probability": 0.85205078125}, {"start": 81.53, "end": 82.49, "word": " here", "probability": 0.51416015625}, {"start": 82.49, "end": 83.21, "word": " there's", "probability": 0.648193359375}, {"start": 83.21, "end": 83.43, "word": " no", "probability": 0.93701171875}, {"start": 83.43, "end": 83.95, "word": " balance", "probability": 0.96044921875}, {"start": 83.95, "end": 84.19, "word": " in", "probability": 0.9443359375}, {"start": 84.19, "end": 84.55, "word": " grammar,", "probability": 0.9130859375}, {"start": 84.75, "end": 84.97, "word": " so", "probability": 0.94189453125}, {"start": 84.97, "end": 85.33, "word": " the", "probability": 0.90869140625}, {"start": 85.33, "end": 85.59, "word": " right", "probability": 0.9169921875}, {"start": 85.59, "end": 85.81, "word": " way", "probability": 0.94970703125}, {"start": 85.81, "end": 85.99, "word": " to", "probability": 0.974609375}, {"start": 85.99, "end": 86.37, "word": " say", "probability": 0.880859375}, {"start": 86.37, "end": 86.61, "word": " it", "probability": 0.9375}, {"start": 86.61, "end": 86.91, "word": " is", "probability": 0.93212890625}, {"start": 86.91, "end": 87.55, "word": " sincerely", "probability": 0.7607421875}, {"start": 87.55, "end": 88.43, "word": " and", "probability": 0.9599609375}, {"start": 88.43, "end": 89.29, "word": " passionately.", "probability": 0.92041015625}, {"start": 89.83, "end": 90.09, "word": " It's", "probability": 0.91015625}, {"start": 90.09, "end": 90.87, "word": " passionately.", "probability": 0.984375}], "temperature": 1.0}, {"id": 4, "seek": 12073, "start": 95.39, "end": 120.73, "text": " Okay, passionately. Passionately, okay. Let's move to the other example. The cafeteria was messy, noisy, and it was crowded. What's the problem in that example? It wasn't crowded. Yes, Rowan. It wasn't crowded. Yeah, here we have two adjectives. Here's adjective and adjective.", "tokens": [1033, 11, 5418, 1592, 13, 45554, 1592, 11, 1392, 13, 961, 311, 1286, 281, 264, 661, 1365, 13, 440, 42230, 390, 16191, 11, 24518, 11, 293, 309, 390, 21634, 13, 708, 311, 264, 1154, 294, 300, 1365, 30, 467, 2067, 380, 21634, 13, 1079, 11, 20309, 282, 13, 467, 2067, 380, 21634, 13, 865, 11, 510, 321, 362, 732, 29378, 1539, 13, 1692, 311, 44129, 293, 44129, 13], "avg_logprob": -0.2323369504748911, "compression_ratio": 1.6162790697674418, "no_speech_prob": 5.960464477539063e-08, "words": [{"start": 95.39, "end": 95.71, "word": " Okay,", "probability": 0.2259521484375}, {"start": 95.83, "end": 96.45, "word": " passionately.", "probability": 0.958740234375}, {"start": 96.69, "end": 97.25, "word": " Passionately,", "probability": 0.9140625}, {"start": 97.39, "end": 97.65, "word": " okay.", "probability": 0.89208984375}, {"start": 98.25, "end": 98.89, "word": " Let's", "probability": 0.921142578125}, {"start": 98.89, "end": 99.29, "word": " move", "probability": 0.94580078125}, {"start": 99.29, "end": 99.57, "word": " to", "probability": 0.97314453125}, {"start": 99.57, "end": 100.15, "word": " the", "probability": 0.86328125}, {"start": 100.15, "end": 100.43, "word": " other", "probability": 0.89501953125}, {"start": 100.43, "end": 100.95, "word": " example.", "probability": 0.96875}, {"start": 101.45, "end": 101.55, "word": " The", "probability": 0.81298828125}, {"start": 101.55, "end": 101.97, "word": " cafeteria", "probability": 0.93994140625}, {"start": 101.97, "end": 102.53, "word": " was", "probability": 0.95166015625}, {"start": 102.53, "end": 102.89, "word": " messy,", "probability": 0.9130859375}, {"start": 103.39, "end": 103.67, "word": " noisy,", "probability": 0.8271484375}, {"start": 104.01, "end": 104.29, "word": " and", "probability": 0.94384765625}, {"start": 104.29, "end": 104.41, "word": " it", "probability": 0.92919921875}, {"start": 104.41, "end": 104.57, "word": " was", "probability": 0.95751953125}, {"start": 104.57, "end": 105.03, "word": " crowded.", "probability": 0.810546875}, {"start": 105.65, "end": 105.93, "word": " What's", "probability": 0.918701171875}, {"start": 105.93, "end": 106.07, "word": " the", "probability": 0.92578125}, {"start": 106.07, "end": 106.51, "word": " problem", "probability": 0.88232421875}, {"start": 106.51, "end": 106.79, "word": " in", "probability": 0.923828125}, {"start": 106.79, "end": 107.05, "word": " that", "probability": 0.91162109375}, {"start": 107.05, "end": 107.69, "word": " example?", "probability": 0.97509765625}, {"start": 107.93, "end": 108.11, "word": " It", "probability": 0.4921875}, {"start": 108.11, "end": 110.09, "word": " wasn't", "probability": 0.7279052734375}, {"start": 110.09, "end": 110.25, "word": " crowded.", "probability": 0.265869140625}, {"start": 110.65, "end": 110.83, "word": " Yes,", "probability": 0.88525390625}, {"start": 110.91, "end": 111.17, "word": " Rowan.", "probability": 0.6331787109375}, {"start": 111.25, "end": 111.47, "word": " It", "probability": 0.88037109375}, {"start": 111.47, "end": 111.83, "word": " wasn't", "probability": 0.9521484375}, {"start": 111.83, "end": 112.05, "word": " crowded.", "probability": 0.80859375}, {"start": 112.57, "end": 112.89, "word": " Yeah,", "probability": 0.84423828125}, {"start": 113.15, "end": 113.43, "word": " here", "probability": 0.8466796875}, {"start": 113.43, "end": 113.61, "word": " we", "probability": 0.734375}, {"start": 113.61, "end": 114.25, "word": " have", "probability": 0.94482421875}, {"start": 114.25, "end": 116.29, "word": " two", "probability": 0.88330078125}, {"start": 116.29, "end": 117.11, "word": " adjectives.", "probability": 0.96826171875}, {"start": 117.55, "end": 118.17, "word": " Here's", "probability": 0.750244140625}, {"start": 118.17, "end": 118.83, "word": " adjective", "probability": 0.90673828125}, {"start": 118.83, "end": 119.93, "word": " and", "probability": 0.70361328125}, {"start": 119.93, "end": 120.73, "word": " adjective.", "probability": 0.95556640625}], "temperature": 1.0}, {"id": 5, "seek": 14524, "start": 121.7, "end": 145.24, "text": "and quasi-crowded, it's closed, closed, yeah, so anyone could tell me the right, how to correct it, yeah quasi-crowded, without quasi-crowded okay, so here's the idea, we have to make the sentence balanced", "tokens": [474, 20954, 12, 66, 1892, 9207, 11, 309, 311, 5395, 11, 5395, 11, 1338, 11, 370, 2878, 727, 980, 385, 264, 558, 11, 577, 281, 3006, 309, 11, 1338, 20954, 12, 66, 1892, 9207, 11, 1553, 20954, 12, 66, 1892, 9207, 1392, 11, 370, 510, 311, 264, 1558, 11, 321, 362, 281, 652, 264, 8174, 13902], "avg_logprob": -0.37527411862423543, "compression_ratio": 1.5769230769230769, "no_speech_prob": 1.1920928955078125e-07, "words": [{"start": 121.7, "end": 122.24, "word": "and", "probability": 0.440185546875}, {"start": 122.24, "end": 122.62, "word": " quasi", "probability": 0.296142578125}, {"start": 122.62, "end": 123.16, "word": "-crowded,", "probability": 0.7996826171875}, {"start": 123.42, "end": 123.8, "word": " it's", "probability": 0.93896484375}, {"start": 123.8, "end": 124.26, "word": " closed,", "probability": 0.5517578125}, {"start": 124.38, "end": 124.74, "word": " closed,", "probability": 0.693359375}, {"start": 125.02, "end": 125.28, "word": " yeah,", "probability": 0.4755859375}, {"start": 125.6, "end": 125.98, "word": " so", "probability": 0.92041015625}, {"start": 125.98, "end": 127.4, "word": " anyone", "probability": 0.81787109375}, {"start": 127.4, "end": 127.76, "word": " could", "probability": 0.78466796875}, {"start": 127.76, "end": 127.96, "word": " tell", "probability": 0.89306640625}, {"start": 127.96, "end": 128.1, "word": " me", "probability": 0.962890625}, {"start": 128.1, "end": 128.26, "word": " the", "probability": 0.90625}, {"start": 128.26, "end": 128.64, "word": " right,", "probability": 0.9150390625}, {"start": 130.8, "end": 131.6, "word": " how", "probability": 0.6328125}, {"start": 131.6, "end": 131.7, "word": " to", "probability": 0.9482421875}, {"start": 131.7, "end": 131.96, "word": " correct", "probability": 0.8935546875}, {"start": 131.96, "end": 132.16, "word": " it,", "probability": 0.89697265625}, {"start": 132.42, "end": 133.44, "word": " yeah", "probability": 0.55126953125}, {"start": 133.44, "end": 133.8, "word": " quasi", "probability": 0.7822265625}, {"start": 133.8, "end": 134.26, "word": "-crowded,", "probability": 0.9195556640625}, {"start": 134.62, "end": 135.02, "word": " without", "probability": 0.8154296875}, {"start": 135.02, "end": 135.46, "word": " quasi", "probability": 0.84912109375}, {"start": 135.46, "end": 136.16, "word": "-crowded", "probability": 0.76715087890625}, {"start": 136.16, "end": 140.4, "word": " okay,", "probability": 0.356201171875}, {"start": 141.2, "end": 142.04, "word": " so", "probability": 0.92919921875}, {"start": 142.04, "end": 142.62, "word": " here's", "probability": 0.725830078125}, {"start": 142.62, "end": 142.72, "word": " the", "probability": 0.82763671875}, {"start": 142.72, "end": 143.1, "word": " idea,", "probability": 0.9228515625}, {"start": 143.28, "end": 143.4, "word": " we", "probability": 0.865234375}, {"start": 143.4, "end": 143.6, "word": " have", "probability": 0.9482421875}, {"start": 143.6, "end": 143.74, "word": " to", "probability": 0.970703125}, {"start": 143.74, "end": 143.92, "word": " make", "probability": 0.94384765625}, {"start": 143.92, "end": 144.1, "word": " the", "probability": 0.90576171875}, {"start": 144.1, "end": 144.6, "word": " sentence", "probability": 0.93994140625}, {"start": 144.6, "end": 145.24, "word": " balanced", "probability": 0.75146484375}], "temperature": 1.0}, {"id": 6, "seek": 17343, "start": 146.13, "end": 173.43, "text": " Let's move to the third one. Trying desperately to find his keys, he looked in his bedroom, the sofa and the kitchen corner. Here we have two phrases that he looked in his bedroom and kitchen corner and we have one noun, it's sofa. So we can say that two phrases in one noun", "tokens": [961, 311, 1286, 281, 264, 2636, 472, 13, 20180, 23726, 281, 915, 702, 9317, 11, 415, 2956, 294, 702, 11211, 11, 264, 28668, 293, 264, 6525, 4538, 13, 1692, 321, 362, 732, 20312, 300, 415, 2956, 294, 702, 11211, 293, 6525, 4538, 293, 321, 362, 472, 23307, 11, 309, 311, 28668, 13, 407, 321, 393, 584, 300, 732, 20312, 294, 472, 23307], "avg_logprob": -0.20027282077168662, "compression_ratio": 1.6975308641975309, "no_speech_prob": 7.152557373046875e-07, "words": [{"start": 146.13, "end": 146.81, "word": " Let's", "probability": 0.810791015625}, {"start": 146.81, "end": 147.01, "word": " move", "probability": 0.94384765625}, {"start": 147.01, "end": 147.23, "word": " to", "probability": 0.9560546875}, {"start": 147.23, "end": 147.45, "word": " the", "probability": 0.9189453125}, {"start": 147.45, "end": 147.69, "word": " third", "probability": 0.90380859375}, {"start": 147.69, "end": 148.03, "word": " one.", "probability": 0.92919921875}, {"start": 148.63, "end": 149.01, "word": " Trying", "probability": 0.51611328125}, {"start": 149.01, "end": 149.61, "word": " desperately", "probability": 0.84228515625}, {"start": 149.61, "end": 149.97, "word": " to", "probability": 0.9677734375}, {"start": 149.97, "end": 150.25, "word": " find", "probability": 0.89208984375}, {"start": 150.25, "end": 150.45, "word": " his", "probability": 0.95068359375}, {"start": 150.45, "end": 150.83, "word": " keys,", "probability": 0.93115234375}, {"start": 151.49, "end": 151.63, "word": " he", "probability": 0.93603515625}, {"start": 151.63, "end": 151.95, "word": " looked", "probability": 0.365966796875}, {"start": 151.95, "end": 152.23, "word": " in", "probability": 0.94580078125}, {"start": 152.23, "end": 152.43, "word": " his", "probability": 0.95751953125}, {"start": 152.43, "end": 152.83, "word": " bedroom,", "probability": 0.97509765625}, {"start": 153.31, "end": 153.49, "word": " the", "probability": 0.89794921875}, {"start": 153.49, "end": 153.81, "word": " sofa", "probability": 0.92578125}, {"start": 153.81, "end": 154.79, "word": " and", "probability": 0.440673828125}, {"start": 154.79, "end": 155.07, "word": " the", "probability": 0.90283203125}, {"start": 155.07, "end": 155.33, "word": " kitchen", "probability": 0.92822265625}, {"start": 155.33, "end": 155.81, "word": " corner.", "probability": 0.8759765625}, {"start": 156.59, "end": 156.85, "word": " Here", "probability": 0.80615234375}, {"start": 156.85, "end": 157.03, "word": " we", "probability": 0.841796875}, {"start": 157.03, "end": 157.47, "word": " have", "probability": 0.9453125}, {"start": 157.47, "end": 157.93, "word": " two", "probability": 0.89404296875}, {"start": 157.93, "end": 158.43, "word": " phrases", "probability": 0.79833984375}, {"start": 158.43, "end": 159.95, "word": " that", "probability": 0.7314453125}, {"start": 159.95, "end": 160.23, "word": " he", "probability": 0.94287109375}, {"start": 160.23, "end": 160.49, "word": " looked", "probability": 0.8271484375}, {"start": 160.49, "end": 160.77, "word": " in", "probability": 0.91845703125}, {"start": 160.77, "end": 161.27, "word": " his", "probability": 0.80615234375}, {"start": 161.27, "end": 161.83, "word": " bedroom", "probability": 0.974609375}, {"start": 161.83, "end": 163.61, "word": " and", "probability": 0.837890625}, {"start": 163.61, "end": 164.51, "word": " kitchen", "probability": 0.88037109375}, {"start": 164.51, "end": 165.09, "word": " corner", "probability": 0.87451171875}, {"start": 165.09, "end": 166.67, "word": " and", "probability": 0.56982421875}, {"start": 166.67, "end": 166.81, "word": " we", "probability": 0.93603515625}, {"start": 166.81, "end": 167.07, "word": " have", "probability": 0.94873046875}, {"start": 167.07, "end": 167.31, "word": " one", "probability": 0.919921875}, {"start": 167.31, "end": 168.29, "word": " noun,", "probability": 0.939453125}, {"start": 168.79, "end": 168.85, "word": " it's", "probability": 0.618896484375}, {"start": 168.85, "end": 169.17, "word": " sofa.", "probability": 0.89697265625}, {"start": 169.59, "end": 169.79, "word": " So", "probability": 0.923828125}, {"start": 169.79, "end": 169.99, "word": " we", "probability": 0.740234375}, {"start": 169.99, "end": 170.25, "word": " can", "probability": 0.94873046875}, {"start": 170.25, "end": 170.69, "word": " say", "probability": 0.86376953125}, {"start": 170.69, "end": 171.09, "word": " that", "probability": 0.92724609375}, {"start": 171.09, "end": 171.93, "word": " two", "probability": 0.90966796875}, {"start": 171.93, "end": 172.45, "word": " phrases", "probability": 0.8154296875}, {"start": 172.45, "end": 172.77, "word": " in", "probability": 0.6015625}, {"start": 172.77, "end": 173.09, "word": " one", "probability": 0.92578125}, {"start": 173.09, "end": 173.43, "word": " noun", "probability": 0.95263671875}], "temperature": 1.0}, {"id": 7, "seek": 19864, "start": 174.08, "end": 198.64, "text": " It has to be a paras. So the right way to say it is under the sofa. Under the sofa. Because the sentence has to be the same grammar structure. Let's move to the last example. Anyone can read it? You want to share? That's okay.", "tokens": [467, 575, 281, 312, 257, 21012, 13, 407, 264, 558, 636, 281, 584, 309, 307, 833, 264, 28668, 13, 6974, 264, 28668, 13, 1436, 264, 8174, 575, 281, 312, 264, 912, 22317, 3877, 13, 961, 311, 1286, 281, 264, 1036, 1365, 13, 14643, 393, 1401, 309, 30, 509, 528, 281, 2073, 30, 663, 311, 1392, 13], "avg_logprob": -0.19120066416891, "compression_ratio": 1.4645161290322581, "no_speech_prob": 4.172325134277344e-07, "words": [{"start": 174.08, "end": 174.32, "word": " It", "probability": 0.494384765625}, {"start": 174.32, "end": 174.64, "word": " has", "probability": 0.94775390625}, {"start": 174.64, "end": 174.82, "word": " to", "probability": 0.9755859375}, {"start": 174.82, "end": 175.22, "word": " be", "probability": 0.96044921875}, {"start": 175.22, "end": 175.54, "word": " a", "probability": 0.41943359375}, {"start": 175.54, "end": 175.86, "word": " paras.", "probability": 0.19873046875}, {"start": 176.28, "end": 176.68, "word": " So", "probability": 0.91357421875}, {"start": 176.68, "end": 176.92, "word": " the", "probability": 0.63525390625}, {"start": 176.92, "end": 177.2, "word": " right", "probability": 0.919921875}, {"start": 177.2, "end": 177.4, "word": " way", "probability": 0.95458984375}, {"start": 177.4, "end": 177.56, "word": " to", "probability": 0.96826171875}, {"start": 177.56, "end": 177.82, "word": " say", "probability": 0.9521484375}, {"start": 177.82, "end": 178.12, "word": " it", "probability": 0.94482421875}, {"start": 178.12, "end": 178.78, "word": " is", "probability": 0.9208984375}, {"start": 178.78, "end": 179.28, "word": " under", "probability": 0.59326171875}, {"start": 179.28, "end": 179.5, "word": " the", "probability": 0.9345703125}, {"start": 179.5, "end": 179.84, "word": " sofa.", "probability": 0.93798828125}, {"start": 182.68, "end": 183.32, "word": " Under", "probability": 0.67578125}, {"start": 183.32, "end": 183.58, "word": " the", "probability": 0.9248046875}, {"start": 183.58, "end": 183.86, "word": " sofa.", "probability": 0.9208984375}, {"start": 186.5, "end": 187.14, "word": " Because", "probability": 0.9228515625}, {"start": 187.14, "end": 187.48, "word": " the", "probability": 0.921875}, {"start": 187.48, "end": 187.92, "word": " sentence", "probability": 0.94189453125}, {"start": 187.92, "end": 188.44, "word": " has", "probability": 0.94921875}, {"start": 188.44, "end": 188.62, "word": " to", "probability": 0.97265625}, {"start": 188.62, "end": 189.0, "word": " be", "probability": 0.93408203125}, {"start": 189.0, "end": 190.24, "word": " the", "probability": 0.84765625}, {"start": 190.24, "end": 190.56, "word": " same", "probability": 0.9111328125}, {"start": 190.56, "end": 190.96, "word": " grammar", "probability": 0.92041015625}, {"start": 190.96, "end": 191.54, "word": " structure.", "probability": 0.869140625}, {"start": 191.92, "end": 192.22, "word": " Let's", "probability": 0.9658203125}, {"start": 192.22, "end": 192.42, "word": " move", "probability": 0.93896484375}, {"start": 192.42, "end": 192.62, "word": " to", "probability": 0.9619140625}, {"start": 192.62, "end": 192.84, "word": " the", "probability": 0.919921875}, {"start": 192.84, "end": 193.12, "word": " last", "probability": 0.869140625}, {"start": 193.12, "end": 193.7, "word": " example.", "probability": 0.9697265625}, {"start": 194.74, "end": 195.22, "word": " Anyone", "probability": 0.89404296875}, {"start": 195.22, "end": 195.66, "word": " can", "probability": 0.8193359375}, {"start": 195.66, "end": 195.86, "word": " read", "probability": 0.96728515625}, {"start": 195.86, "end": 196.1, "word": " it?", "probability": 0.94921875}, {"start": 196.88, "end": 197.52, "word": " You", "probability": 0.79345703125}, {"start": 197.52, "end": 197.66, "word": " want", "probability": 0.448486328125}, {"start": 197.66, "end": 197.76, "word": " to", "probability": 0.97607421875}, {"start": 197.76, "end": 197.92, "word": " share?", "probability": 0.837890625}, {"start": 198.16, "end": 198.46, "word": " That's", "probability": 0.755126953125}, {"start": 198.46, "end": 198.64, "word": " okay.", "probability": 0.73388671875}], "temperature": 1.0}, {"id": 8, "seek": 21227, "start": 199.39, "end": 212.27, "text": " University students use the internet to research essay topics, business people use it to hold video conferences, and it is used by teachers to deliver homework assignments.", "tokens": [3535, 1731, 764, 264, 4705, 281, 2132, 16238, 8378, 11, 1606, 561, 764, 309, 281, 1797, 960, 22032, 11, 293, 309, 307, 1143, 538, 6023, 281, 4239, 14578, 22546, 13], "avg_logprob": -0.21572580260615196, "compression_ratio": 1.384, "no_speech_prob": 1.0728836059570312e-06, "words": [{"start": 199.39, "end": 199.91, "word": " University", "probability": 0.60791015625}, {"start": 199.91, "end": 200.59, "word": " students", "probability": 0.91650390625}, {"start": 200.59, "end": 201.35, "word": " use", "probability": 0.8505859375}, {"start": 201.35, "end": 201.49, "word": " the", "probability": 0.88134765625}, {"start": 201.49, "end": 201.87, "word": " internet", "probability": 0.74951171875}, {"start": 201.87, "end": 202.55, "word": " to", "probability": 0.9619140625}, {"start": 202.55, "end": 203.13, "word": " research", "probability": 0.97216796875}, {"start": 203.13, "end": 203.63, "word": " essay", "probability": 0.3056640625}, {"start": 203.63, "end": 204.17, "word": " topics,", "probability": 0.9306640625}, {"start": 204.83, "end": 205.23, "word": " business", "probability": 0.90771484375}, {"start": 205.23, "end": 205.77, "word": " people", "probability": 0.94677734375}, {"start": 205.77, "end": 206.05, "word": " use", "probability": 0.8828125}, {"start": 206.05, "end": 206.23, "word": " it", "probability": 0.947265625}, {"start": 206.23, "end": 206.41, "word": " to", "probability": 0.96533203125}, {"start": 206.41, "end": 206.75, "word": " hold", "probability": 0.8330078125}, {"start": 206.75, "end": 207.09, "word": " video", "probability": 0.833984375}, {"start": 207.09, "end": 207.65, "word": " conferences,", "probability": 0.6015625}, {"start": 208.29, "end": 208.37, "word": " and", "probability": 0.92041015625}, {"start": 208.37, "end": 208.61, "word": " it", "probability": 0.935546875}, {"start": 208.61, "end": 208.77, "word": " is", "probability": 0.908203125}, {"start": 208.77, "end": 209.05, "word": " used", "probability": 0.9111328125}, {"start": 209.05, "end": 209.57, "word": " by", "probability": 0.96630859375}, {"start": 209.57, "end": 210.25, "word": " teachers", "probability": 0.67431640625}, {"start": 210.25, "end": 210.61, "word": " to", "probability": 0.97314453125}, {"start": 210.61, "end": 210.95, "word": " deliver", "probability": 0.94970703125}, {"start": 210.95, "end": 211.53, "word": " homework", "probability": 0.82861328125}, {"start": 211.53, "end": 212.27, "word": " assignments.", "probability": 0.95361328125}], "temperature": 1.0}, {"id": 9, "seek": 24461, "start": 214.97, "end": 244.61, "text": " two phrases yes or no? active active with a vessel yeah excellent we have two active vowels two phrases active vowels and we have one phrase passive vowel yeah because we want it to be the same grammar structure as we said we will correct teacher here used by teacher we have to say teacher used it to so and so and so", "tokens": [732, 20312, 2086, 420, 572, 30, 4967, 4967, 365, 257, 18098, 1338, 7103, 321, 362, 732, 4967, 44972, 732, 20312, 4967, 44972, 293, 321, 362, 472, 9535, 14975, 29410, 1338, 570, 321, 528, 309, 281, 312, 264, 912, 22317, 3877, 382, 321, 848, 321, 486, 3006, 5027, 510, 1143, 538, 5027, 321, 362, 281, 584, 5027, 1143, 309, 281, 370, 293, 370, 293, 370], "avg_logprob": -0.28221153846153846, "compression_ratio": 1.9216867469879517, "no_speech_prob": 1.430511474609375e-06, "words": [{"start": 214.97, "end": 215.29, "word": " two", "probability": 0.2210693359375}, {"start": 215.29, "end": 215.99, "word": " phrases", "probability": 0.8388671875}, {"start": 215.99, "end": 216.47, "word": " yes", "probability": 0.26953125}, {"start": 216.47, "end": 216.63, "word": " or", "probability": 0.53369140625}, {"start": 216.63, "end": 216.79, "word": " no?", "probability": 0.83740234375}, {"start": 217.05, "end": 217.45, "word": " active", "probability": 0.58642578125}, {"start": 217.45, "end": 217.87, "word": " active", "probability": 0.7578125}, {"start": 217.87, "end": 218.11, "word": " with", "probability": 0.77685546875}, {"start": 218.11, "end": 218.23, "word": " a", "probability": 0.65771484375}, {"start": 218.23, "end": 218.51, "word": " vessel", "probability": 0.2529296875}, {"start": 218.51, "end": 218.87, "word": " yeah", "probability": 0.369140625}, {"start": 218.87, "end": 219.37, "word": " excellent", "probability": 0.85107421875}, {"start": 219.37, "end": 219.81, "word": " we", "probability": 0.7041015625}, {"start": 219.81, "end": 220.11, "word": " have", "probability": 0.9375}, {"start": 220.11, "end": 220.61, "word": " two", "probability": 0.92333984375}, {"start": 220.61, "end": 221.47, "word": " active", "probability": 0.9462890625}, {"start": 221.47, "end": 222.09, "word": " vowels", "probability": 0.529296875}, {"start": 222.09, "end": 222.53, "word": " two", "probability": 0.65576171875}, {"start": 222.53, "end": 222.83, "word": " phrases", "probability": 0.86328125}, {"start": 222.83, "end": 223.09, "word": " active", "probability": 0.76318359375}, {"start": 223.09, "end": 223.43, "word": " vowels", "probability": 0.80712890625}, {"start": 223.43, "end": 223.87, "word": " and", "probability": 0.92529296875}, {"start": 223.87, "end": 223.99, "word": " we", "probability": 0.76220703125}, {"start": 223.99, "end": 224.15, "word": " have", "probability": 0.94873046875}, {"start": 224.15, "end": 224.45, "word": " one", "probability": 0.89794921875}, {"start": 224.45, "end": 226.67, "word": " phrase", "probability": 0.264892578125}, {"start": 226.67, "end": 228.87, "word": " passive", "probability": 0.62646484375}, {"start": 228.87, "end": 229.27, "word": " vowel", "probability": 0.3984375}, {"start": 229.27, "end": 229.91, "word": " yeah", "probability": 0.58056640625}, {"start": 229.91, "end": 230.53, "word": " because", "probability": 0.84326171875}, {"start": 230.53, "end": 230.87, "word": " we", "probability": 0.96142578125}, {"start": 230.87, "end": 231.21, "word": " want", "probability": 0.6318359375}, {"start": 231.21, "end": 231.43, "word": " it", "probability": 0.8779296875}, {"start": 231.43, "end": 231.61, "word": " to", "probability": 0.970703125}, {"start": 231.61, "end": 231.89, "word": " be", "probability": 0.95068359375}, {"start": 231.89, "end": 232.75, "word": " the", "probability": 0.794921875}, {"start": 232.75, "end": 233.03, "word": " same", "probability": 0.9111328125}, {"start": 233.03, "end": 233.33, "word": " grammar", "probability": 0.9208984375}, {"start": 233.33, "end": 233.75, "word": " structure", "probability": 0.8564453125}, {"start": 233.75, "end": 233.97, "word": " as", "probability": 0.94384765625}, {"start": 233.97, "end": 234.09, "word": " we", "probability": 0.9580078125}, {"start": 234.09, "end": 234.37, "word": " said", "probability": 0.93212890625}, {"start": 234.37, "end": 235.45, "word": " we", "probability": 0.77490234375}, {"start": 235.45, "end": 235.75, "word": " will", "probability": 0.8935546875}, {"start": 235.75, "end": 236.31, "word": " correct", "probability": 0.93017578125}, {"start": 236.31, "end": 236.99, "word": " teacher", "probability": 0.94189453125}, {"start": 236.99, "end": 237.85, "word": " here", "probability": 0.77490234375}, {"start": 237.85, "end": 239.03, "word": " used", "probability": 0.9130859375}, {"start": 239.03, "end": 239.47, "word": " by", "probability": 0.9775390625}, {"start": 239.47, "end": 240.73, "word": " teacher", "probability": 0.94580078125}, {"start": 240.73, "end": 241.83, "word": " we", "probability": 0.87255859375}, {"start": 241.83, "end": 242.07, "word": " have", "probability": 0.94482421875}, {"start": 242.07, "end": 242.23, "word": " to", "probability": 0.96875}, {"start": 242.23, "end": 242.49, "word": " say", "probability": 0.94921875}, {"start": 242.49, "end": 242.93, "word": " teacher", "probability": 0.94384765625}, {"start": 242.93, "end": 243.29, "word": " used", "probability": 0.85595703125}, {"start": 243.29, "end": 243.53, "word": " it", "probability": 0.84912109375}, {"start": 243.53, "end": 243.85, "word": " to", "probability": 0.900390625}, {"start": 243.85, "end": 244.07, "word": " so", "probability": 0.8916015625}, {"start": 244.07, "end": 244.21, "word": " and", "probability": 0.58642578125}, {"start": 244.21, "end": 244.33, "word": " so", "probability": 0.96337890625}, {"start": 244.33, "end": 244.47, "word": " and", "probability": 0.9267578125}, {"start": 244.47, "end": 244.61, "word": " so", "probability": 0.955078125}], "temperature": 1.0}, {"id": 10, "seek": 27170, "start": 245.09, "end": 271.71, "text": " So teacher uses to deliver homework assignment. It's not capital U. So this is, it's very easy topic, and this is the main idea of parallelism. You have to make the sentence the same grammar structure and balanced grammatically. And thank you, I hope you understand everything.", "tokens": [407, 5027, 4960, 281, 4239, 14578, 15187, 13, 467, 311, 406, 4238, 624, 13, 407, 341, 307, 11, 309, 311, 588, 1858, 4829, 11, 293, 341, 307, 264, 2135, 1558, 295, 8952, 1434, 13, 509, 362, 281, 652, 264, 8174, 264, 912, 22317, 3877, 293, 13902, 17570, 5030, 13, 400, 1309, 291, 11, 286, 1454, 291, 1223, 1203, 13], "avg_logprob": -0.2018229196468989, "compression_ratio": 1.4946236559139785, "no_speech_prob": 5.960464477539062e-07, "words": [{"start": 245.09, "end": 245.59, "word": " So", "probability": 0.88916015625}, {"start": 245.59, "end": 247.55, "word": " teacher", "probability": 0.65185546875}, {"start": 247.55, "end": 249.17, "word": " uses", "probability": 0.89501953125}, {"start": 249.17, "end": 250.97, "word": " to", "probability": 0.65234375}, {"start": 250.97, "end": 252.21, "word": " deliver", "probability": 0.94677734375}, {"start": 252.21, "end": 252.99, "word": " homework", "probability": 0.8095703125}, {"start": 252.99, "end": 253.57, "word": " assignment.", "probability": 0.48681640625}, {"start": 254.11, "end": 254.39, "word": " It's", "probability": 0.95361328125}, {"start": 254.39, "end": 254.59, "word": " not", "probability": 0.9443359375}, {"start": 254.59, "end": 254.91, "word": " capital", "probability": 0.3330078125}, {"start": 254.91, "end": 255.17, "word": " U.", "probability": 0.51416015625}, {"start": 255.69, "end": 256.23, "word": " So", "probability": 0.91650390625}, {"start": 256.23, "end": 256.69, "word": " this", "probability": 0.80859375}, {"start": 256.69, "end": 256.93, "word": " is,", "probability": 0.953125}, {"start": 257.35, "end": 257.71, "word": " it's", "probability": 0.975341796875}, {"start": 257.71, "end": 257.89, "word": " very", "probability": 0.7763671875}, {"start": 257.89, "end": 258.15, "word": " easy", "probability": 0.91650390625}, {"start": 258.15, "end": 258.53, "word": " topic,", "probability": 0.94287109375}, {"start": 258.71, "end": 258.89, "word": " and", "probability": 0.93505859375}, {"start": 258.89, "end": 259.05, "word": " this", "probability": 0.9423828125}, {"start": 259.05, "end": 259.21, "word": " is", "probability": 0.94140625}, {"start": 259.21, "end": 259.39, "word": " the", "probability": 0.916015625}, {"start": 259.39, "end": 259.55, "word": " main", "probability": 0.9140625}, {"start": 259.55, "end": 259.91, "word": " idea", "probability": 0.9287109375}, {"start": 259.91, "end": 260.25, "word": " of", "probability": 0.97314453125}, {"start": 260.25, "end": 261.11, "word": " parallelism.", "probability": 0.919921875}, {"start": 261.57, "end": 262.27, "word": " You", "probability": 0.95703125}, {"start": 262.27, "end": 262.57, "word": " have", "probability": 0.9501953125}, {"start": 262.57, "end": 262.73, "word": " to", "probability": 0.97021484375}, {"start": 262.73, "end": 263.01, "word": " make", "probability": 0.93896484375}, {"start": 263.01, "end": 263.23, "word": " the", "probability": 0.91455078125}, {"start": 263.23, "end": 263.75, "word": " sentence", "probability": 0.9375}, {"start": 263.75, "end": 264.89, "word": " the", "probability": 0.79638671875}, {"start": 264.89, "end": 265.33, "word": " same", "probability": 0.90771484375}, {"start": 265.33, "end": 265.81, "word": " grammar", "probability": 0.90869140625}, {"start": 265.81, "end": 266.53, "word": " structure", "probability": 0.8408203125}, {"start": 266.53, "end": 267.23, "word": " and", "probability": 0.72119140625}, {"start": 267.23, "end": 267.65, "word": " balanced", "probability": 0.4697265625}, {"start": 267.65, "end": 268.19, "word": " grammatically.", "probability": 0.90869140625}, {"start": 268.71, "end": 268.95, "word": " And", "probability": 0.85107421875}, {"start": 268.95, "end": 269.19, "word": " thank", "probability": 0.8427734375}, {"start": 269.19, "end": 269.31, "word": " you,", "probability": 0.96484375}, {"start": 269.39, "end": 269.47, "word": " I", "probability": 0.9990234375}, {"start": 269.47, "end": 269.71, "word": " hope", "probability": 0.90185546875}, {"start": 269.71, "end": 270.11, "word": " you", "probability": 0.96533203125}, {"start": 270.11, "end": 271.23, "word": " understand", "probability": 0.49365234375}, {"start": 271.23, "end": 271.71, "word": " everything.", "probability": 0.64306640625}], "temperature": 1.0}, {"id": 11, "seek": 28729, "start": 272.17, "end": 287.29, "text": " Thank you very much Leila for this very good presentation about parallelism. It is very well prepared and nicely presented. So like Leila said parallelism is about making balance between different parts", "tokens": [1044, 291, 588, 709, 1456, 7371, 337, 341, 588, 665, 5860, 466, 8952, 1434, 13, 467, 307, 588, 731, 4927, 293, 9594, 8212, 13, 407, 411, 1456, 7371, 848, 8952, 1434, 307, 466, 1455, 4772, 1296, 819, 3166], "avg_logprob": -0.21334134538968405, "compression_ratio": 1.4926470588235294, "no_speech_prob": 9.238719940185547e-06, "words": [{"start": 272.17, "end": 272.79, "word": " Thank", "probability": 0.5166015625}, {"start": 272.79, "end": 272.91, "word": " you", "probability": 0.947265625}, {"start": 272.91, "end": 273.07, "word": " very", "probability": 0.76513671875}, {"start": 273.07, "end": 274.17, "word": " much", "probability": 0.89306640625}, {"start": 274.17, "end": 274.55, "word": " Leila", "probability": 0.5897216796875}, {"start": 274.55, "end": 274.89, "word": " for", "probability": 0.79833984375}, {"start": 274.89, "end": 275.19, "word": " this", "probability": 0.91552734375}, {"start": 275.19, "end": 275.49, "word": " very", "probability": 0.79345703125}, {"start": 275.49, "end": 275.77, "word": " good", "probability": 0.9150390625}, {"start": 275.77, "end": 276.57, "word": " presentation", "probability": 0.90283203125}, {"start": 276.57, "end": 277.19, "word": " about", "probability": 0.85009765625}, {"start": 277.19, "end": 278.09, "word": " parallelism.", "probability": 0.840576171875}, {"start": 279.09, "end": 279.25, "word": " It", "probability": 0.9130859375}, {"start": 279.25, "end": 279.45, "word": " is", "probability": 0.87353515625}, {"start": 279.45, "end": 279.79, "word": " very", "probability": 0.82763671875}, {"start": 279.79, "end": 280.05, "word": " well", "probability": 0.93994140625}, {"start": 280.05, "end": 280.45, "word": " prepared", "probability": 0.85693359375}, {"start": 280.45, "end": 280.73, "word": " and", "probability": 0.92138671875}, {"start": 280.73, "end": 281.01, "word": " nicely", "probability": 0.91943359375}, {"start": 281.01, "end": 281.59, "word": " presented.", "probability": 0.81787109375}, {"start": 282.07, "end": 282.23, "word": " So", "probability": 0.72119140625}, {"start": 282.23, "end": 282.59, "word": " like", "probability": 0.5341796875}, {"start": 282.59, "end": 282.77, "word": " Leila", "probability": 0.961669921875}, {"start": 282.77, "end": 283.21, "word": " said", "probability": 0.9267578125}, {"start": 283.21, "end": 283.85, "word": " parallelism", "probability": 0.857666015625}, {"start": 283.85, "end": 283.99, "word": " is", "probability": 0.95361328125}, {"start": 283.99, "end": 284.39, "word": " about", "probability": 0.89892578125}, {"start": 284.39, "end": 284.83, "word": " making", "probability": 0.85791015625}, {"start": 284.83, "end": 285.35, "word": " balance", "probability": 0.9599609375}, {"start": 285.35, "end": 285.91, "word": " between", "probability": 0.87744140625}, {"start": 285.91, "end": 286.73, "word": " different", "probability": 0.86572265625}, {"start": 286.73, "end": 287.29, "word": " parts", "probability": 0.85888671875}], "temperature": 1.0}, {"id": 12, "seek": 31518, "start": 287.58, "end": 315.18, "text": " of the sentence, especially if we are listing, especially if we are listing things. So we'll introduce a quick, we'll give a quick presentation of what parallelism is, and then we'll have some exercises. It's not a difficult topic as much as it is about just, all right, so parallelism is basically about balance, like what Layla just said. It's about linking together grammatical parts or grammatical structures in", "tokens": [295, 264, 8174, 11, 2318, 498, 321, 366, 22161, 11, 2318, 498, 321, 366, 22161, 721, 13, 407, 321, 603, 5366, 257, 1702, 11, 321, 603, 976, 257, 1702, 5860, 295, 437, 8952, 1434, 307, 11, 293, 550, 321, 603, 362, 512, 11900, 13, 467, 311, 406, 257, 2252, 4829, 382, 709, 382, 309, 307, 466, 445, 11, 439, 558, 11, 370, 8952, 1434, 307, 1936, 466, 4772, 11, 411, 437, 20084, 875, 445, 848, 13, 467, 311, 466, 25775, 1214, 17570, 267, 804, 3166, 420, 17570, 267, 804, 9227, 294], "avg_logprob": -0.17136549641904625, "compression_ratio": 1.7702127659574467, "no_speech_prob": 2.980232238769531e-07, "words": [{"start": 287.58, "end": 287.98, "word": " of", "probability": 0.70654296875}, {"start": 287.98, "end": 288.56, "word": " the", "probability": 0.86767578125}, {"start": 288.56, "end": 289.0, "word": " sentence,", "probability": 0.8681640625}, {"start": 289.22, "end": 289.44, "word": " especially", "probability": 0.818359375}, {"start": 289.44, "end": 289.68, "word": " if", "probability": 0.947265625}, {"start": 289.68, "end": 289.82, "word": " we", "probability": 0.96044921875}, {"start": 289.82, "end": 290.02, "word": " are", "probability": 0.94384765625}, {"start": 290.02, "end": 290.42, "word": " listing,", "probability": 0.9521484375}, {"start": 290.84, "end": 291.26, "word": " especially", "probability": 0.7763671875}, {"start": 291.26, "end": 291.46, "word": " if", "probability": 0.95166015625}, {"start": 291.46, "end": 291.6, "word": " we", "probability": 0.96728515625}, {"start": 291.6, "end": 291.8, "word": " are", "probability": 0.9443359375}, {"start": 291.8, "end": 292.2, "word": " listing", "probability": 0.93017578125}, {"start": 292.2, "end": 293.06, "word": " things.", "probability": 0.69287109375}, {"start": 293.18, "end": 293.3, "word": " So", "probability": 0.935546875}, {"start": 293.3, "end": 293.68, "word": " we'll", "probability": 0.659912109375}, {"start": 293.68, "end": 294.06, "word": " introduce", "probability": 0.6806640625}, {"start": 294.06, "end": 294.3, "word": " a", "probability": 0.98291015625}, {"start": 294.3, "end": 294.62, "word": " quick,", "probability": 0.9521484375}, {"start": 294.9, "end": 295.2, "word": " we'll", "probability": 0.93212890625}, {"start": 295.2, "end": 295.5, "word": " give", "probability": 0.88330078125}, {"start": 295.5, "end": 295.68, "word": " a", "probability": 0.970703125}, {"start": 295.68, "end": 295.92, "word": " quick", "probability": 0.94384765625}, {"start": 295.92, "end": 296.48, "word": " presentation", "probability": 0.9228515625}, {"start": 296.48, "end": 296.76, "word": " of", "probability": 0.96240234375}, {"start": 296.76, "end": 297.02, "word": " what", "probability": 0.935546875}, {"start": 297.02, "end": 297.5, "word": " parallelism", "probability": 0.853271484375}, {"start": 297.5, "end": 297.86, "word": " is,", "probability": 0.947265625}, {"start": 298.58, "end": 298.76, "word": " and", "probability": 0.9326171875}, {"start": 298.76, "end": 298.96, "word": " then", "probability": 0.845703125}, {"start": 298.96, "end": 299.38, "word": " we'll", "probability": 0.952880859375}, {"start": 299.38, "end": 300.04, "word": " have", "probability": 0.94287109375}, {"start": 300.04, "end": 300.28, "word": " some", "probability": 0.9033203125}, {"start": 300.28, "end": 300.82, "word": " exercises.", "probability": 0.61328125}, {"start": 301.06, "end": 301.1, "word": " It's", "probability": 0.971923828125}, {"start": 301.1, "end": 301.52, "word": " not", "probability": 0.9453125}, {"start": 301.52, "end": 301.62, "word": " a", "probability": 0.64892578125}, {"start": 301.62, "end": 302.0, "word": " difficult", "probability": 0.935546875}, {"start": 302.0, "end": 302.58, "word": " topic", "probability": 0.95556640625}, {"start": 302.58, "end": 303.18, "word": " as", "probability": 0.640625}, {"start": 303.18, "end": 303.4, "word": " much", "probability": 0.8974609375}, {"start": 303.4, "end": 303.6, "word": " as", "probability": 0.94873046875}, {"start": 303.6, "end": 303.74, "word": " it", "probability": 0.95751953125}, {"start": 303.74, "end": 303.88, "word": " is", "probability": 0.94921875}, {"start": 303.88, "end": 304.36, "word": " about", "probability": 0.90283203125}, {"start": 304.36, "end": 305.38, "word": " just,", "probability": 0.87060546875}, {"start": 305.76, "end": 305.9, "word": " all", "probability": 0.64208984375}, {"start": 305.9, "end": 306.06, "word": " right,", "probability": 0.91650390625}, {"start": 306.14, "end": 306.44, "word": " so", "probability": 0.92822265625}, {"start": 306.44, "end": 307.16, "word": " parallelism", "probability": 0.962890625}, {"start": 307.16, "end": 307.32, "word": " is", "probability": 0.9541015625}, {"start": 307.32, "end": 307.84, "word": " basically", "probability": 0.9599609375}, {"start": 307.84, "end": 308.36, "word": " about", "probability": 0.900390625}, {"start": 308.36, "end": 308.78, "word": " balance,", "probability": 0.90283203125}, {"start": 308.88, "end": 309.08, "word": " like", "probability": 0.94482421875}, {"start": 309.08, "end": 309.36, "word": " what", "probability": 0.8984375}, {"start": 309.36, "end": 310.12, "word": " Layla", "probability": 0.784912109375}, {"start": 310.12, "end": 310.48, "word": " just", "probability": 0.919921875}, {"start": 310.48, "end": 311.0, "word": " said.", "probability": 0.841796875}, {"start": 311.08, "end": 311.18, "word": " It's", "probability": 0.980712890625}, {"start": 311.18, "end": 311.4, "word": " about", "probability": 0.9091796875}, {"start": 311.4, "end": 311.74, "word": " linking", "probability": 0.9306640625}, {"start": 311.74, "end": 312.26, "word": " together", "probability": 0.84228515625}, {"start": 312.26, "end": 313.0, "word": " grammatical", "probability": 0.92138671875}, {"start": 313.0, "end": 313.4, "word": " parts", "probability": 0.83837890625}, {"start": 313.4, "end": 313.58, "word": " or", "probability": 0.73046875}, {"start": 313.58, "end": 314.14, "word": " grammatical", "probability": 0.93994140625}, {"start": 314.14, "end": 314.68, "word": " structures", "probability": 0.84033203125}, {"start": 314.68, "end": 315.18, "word": " in", "probability": 0.90234375}], "temperature": 1.0}, {"id": 13, "seek": 33567, "start": 316.43, "end": 335.67, "text": " sentence so if we have a series of items all the items in a series must have the same grammatical structure whether they are infinitives or gerunds or phrases or clauses or adjectives and so on and so forth let's look at this sentence and see what is the problem here", "tokens": [8174, 370, 498, 321, 362, 257, 2638, 295, 4754, 439, 264, 4754, 294, 257, 2638, 1633, 362, 264, 912, 17570, 267, 804, 3877, 1968, 436, 366, 7193, 38970, 420, 5713, 997, 82, 420, 20312, 420, 49072, 420, 29378, 1539, 293, 370, 322, 293, 370, 5220, 718, 311, 574, 412, 341, 8174, 293, 536, 437, 307, 264, 1154, 510], "avg_logprob": -0.14645127421718532, "compression_ratio": 1.675, "no_speech_prob": 5.960464477539062e-07, "words": [{"start": 316.43, "end": 317.07, "word": " sentence", "probability": 0.327392578125}, {"start": 317.07, "end": 317.43, "word": " so", "probability": 0.3212890625}, {"start": 317.43, "end": 317.61, "word": " if", "probability": 0.93017578125}, {"start": 317.61, "end": 317.75, "word": " we", "probability": 0.94873046875}, {"start": 317.75, "end": 317.93, "word": " have", "probability": 0.94677734375}, {"start": 317.93, "end": 318.05, "word": " a", "probability": 0.9794921875}, {"start": 318.05, "end": 318.41, "word": " series", "probability": 0.8896484375}, {"start": 318.41, "end": 318.61, "word": " of", "probability": 0.96923828125}, {"start": 318.61, "end": 319.13, "word": " items", "probability": 0.826171875}, {"start": 319.13, "end": 319.79, "word": " all", "probability": 0.61572265625}, {"start": 319.79, "end": 319.97, "word": " the", "probability": 0.88671875}, {"start": 319.97, "end": 320.35, "word": " items", "probability": 0.84619140625}, {"start": 320.35, "end": 320.63, "word": " in", "probability": 0.92041015625}, {"start": 320.63, "end": 320.83, "word": " a", "probability": 0.771484375}, {"start": 320.83, "end": 321.15, "word": " series", "probability": 0.89404296875}, {"start": 321.15, "end": 321.89, "word": " must", "probability": 0.8583984375}, {"start": 321.89, "end": 322.25, "word": " have", "probability": 0.9462890625}, {"start": 322.25, "end": 322.45, "word": " the", "probability": 0.9072265625}, {"start": 322.45, "end": 322.79, "word": " same", "probability": 0.923828125}, {"start": 322.79, "end": 323.53, "word": " grammatical", "probability": 0.91845703125}, {"start": 323.53, "end": 324.01, "word": " structure", "probability": 0.845703125}, {"start": 324.01, "end": 324.29, "word": " whether", "probability": 0.76318359375}, {"start": 324.29, "end": 324.51, "word": " they", "probability": 0.8505859375}, {"start": 324.51, "end": 324.67, "word": " are", "probability": 0.92333984375}, {"start": 324.67, "end": 325.33, "word": " infinitives", "probability": 0.936767578125}, {"start": 325.33, "end": 326.05, "word": " or", "probability": 0.91650390625}, {"start": 326.05, "end": 326.91, "word": " gerunds", "probability": 0.96044921875}, {"start": 326.91, "end": 327.07, "word": " or", "probability": 0.93115234375}, {"start": 327.07, "end": 327.63, "word": " phrases", "probability": 0.845703125}, {"start": 327.63, "end": 328.17, "word": " or", "probability": 0.90234375}, {"start": 328.17, "end": 328.67, "word": " clauses", "probability": 0.95556640625}, {"start": 328.67, "end": 328.99, "word": " or", "probability": 0.892578125}, {"start": 328.99, "end": 329.63, "word": " adjectives", "probability": 0.9638671875}, {"start": 329.63, "end": 329.83, "word": " and", "probability": 0.93359375}, {"start": 329.83, "end": 330.05, "word": " so", "probability": 0.95166015625}, {"start": 330.05, "end": 330.25, "word": " on", "probability": 0.94677734375}, {"start": 330.25, "end": 330.77, "word": " and", "probability": 0.9111328125}, {"start": 330.77, "end": 331.13, "word": " so", "probability": 0.95947265625}, {"start": 331.13, "end": 331.63, "word": " forth", "probability": 0.8857421875}, {"start": 331.63, "end": 331.91, "word": " let's", "probability": 0.6964111328125}, {"start": 331.91, "end": 332.11, "word": " look", "probability": 0.962890625}, {"start": 332.11, "end": 332.29, "word": " at", "probability": 0.9638671875}, {"start": 332.29, "end": 332.51, "word": " this", "probability": 0.94189453125}, {"start": 332.51, "end": 333.19, "word": " sentence", "probability": 0.93896484375}, {"start": 333.19, "end": 334.29, "word": " and", "probability": 0.93603515625}, {"start": 334.29, "end": 334.53, "word": " see", "probability": 0.9228515625}, {"start": 334.53, "end": 334.71, "word": " what", "probability": 0.94091796875}, {"start": 334.71, "end": 334.81, "word": " is", "probability": 0.93896484375}, {"start": 334.81, "end": 334.95, "word": " the", "probability": 0.921875}, {"start": 334.95, "end": 335.35, "word": " problem", "probability": 0.8740234375}, {"start": 335.35, "end": 335.67, "word": " here", "probability": 0.849609375}], "temperature": 1.0}, {"id": 14, "seek": 35166, "start": 335.98, "end": 351.66, "text": " Tom ate his dinner, watched his favorite TV program and going to bed later at night. What is the problem here in this sentence? Clearly it is about good because what we have here is a weakness, past weakness.", "tokens": [5041, 8468, 702, 6148, 11, 6337, 702, 2954, 3558, 1461, 293, 516, 281, 2901, 1780, 412, 1818, 13, 708, 307, 264, 1154, 510, 294, 341, 8174, 30, 24120, 309, 307, 466, 665, 570, 437, 321, 362, 510, 307, 257, 12772, 11, 1791, 12772, 13], "avg_logprob": -0.2845486111111111, "compression_ratio": 1.4026845637583893, "no_speech_prob": 2.980232238769531e-07, "words": [{"start": 335.98, "end": 336.48, "word": " Tom", "probability": 0.51904296875}, {"start": 336.48, "end": 337.16, "word": " ate", "probability": 0.8408203125}, {"start": 337.16, "end": 337.46, "word": " his", "probability": 0.96923828125}, {"start": 337.46, "end": 337.78, "word": " dinner,", "probability": 0.9501953125}, {"start": 338.2, "end": 338.5, "word": " watched", "probability": 0.8369140625}, {"start": 338.5, "end": 338.86, "word": " his", "probability": 0.96826171875}, {"start": 338.86, "end": 339.32, "word": " favorite", "probability": 0.66845703125}, {"start": 339.32, "end": 339.62, "word": " TV", "probability": 0.873046875}, {"start": 339.62, "end": 340.44, "word": " program", "probability": 0.87353515625}, {"start": 340.44, "end": 341.32, "word": " and", "probability": 0.58837890625}, {"start": 341.32, "end": 341.94, "word": " going", "probability": 0.8974609375}, {"start": 341.94, "end": 342.16, "word": " to", "probability": 0.970703125}, {"start": 342.16, "end": 342.4, "word": " bed", "probability": 0.96240234375}, {"start": 342.4, "end": 342.98, "word": " later", "probability": 0.89453125}, {"start": 342.98, "end": 343.66, "word": " at", "probability": 0.94580078125}, {"start": 343.66, "end": 343.98, "word": " night.", "probability": 0.87890625}, {"start": 344.12, "end": 344.18, "word": " What", "probability": 0.7861328125}, {"start": 344.18, "end": 344.3, "word": " is", "probability": 0.861328125}, {"start": 344.3, "end": 344.42, "word": " the", "probability": 0.91943359375}, {"start": 344.42, "end": 344.72, "word": " problem", "probability": 0.8818359375}, {"start": 344.72, "end": 344.96, "word": " here", "probability": 0.81396484375}, {"start": 344.96, "end": 345.06, "word": " in", "probability": 0.89111328125}, {"start": 345.06, "end": 345.22, "word": " this", "probability": 0.9111328125}, {"start": 345.22, "end": 345.54, "word": " sentence?", "probability": 0.9453125}, {"start": 346.32, "end": 346.8, "word": " Clearly", "probability": 0.73779296875}, {"start": 346.8, "end": 347.02, "word": " it", "probability": 0.724609375}, {"start": 347.02, "end": 347.18, "word": " is", "probability": 0.89697265625}, {"start": 347.18, "end": 347.68, "word": " about", "probability": 0.89013671875}, {"start": 347.68, "end": 348.28, "word": " good", "probability": 0.08209228515625}, {"start": 348.28, "end": 348.64, "word": " because", "probability": 0.5546875}, {"start": 348.64, "end": 348.82, "word": " what", "probability": 0.91552734375}, {"start": 348.82, "end": 348.98, "word": " we", "probability": 0.958984375}, {"start": 348.98, "end": 349.2, "word": " have", "probability": 0.94970703125}, {"start": 349.2, "end": 349.38, "word": " here", "probability": 0.85107421875}, {"start": 349.38, "end": 349.74, "word": " is", "probability": 0.89990234375}, {"start": 349.74, "end": 350.02, "word": " a", "probability": 0.70556640625}, {"start": 350.02, "end": 350.64, "word": " weakness,", "probability": 0.10174560546875}, {"start": 350.98, "end": 351.24, "word": " past", "probability": 0.708984375}, {"start": 351.24, "end": 351.66, "word": " weakness.", "probability": 0.9755859375}], "temperature": 1.0}, {"id": 15, "seek": 37867, "start": 352.35, "end": 378.67, "text": " Passwords are what we have here is a German ING present participle and this is not parallel, this is not a balanced sort of presentation of the different items in a series. So it shouldn't look like this, okay? They all have to have the same type or the same form of or the same structure. Now if we fix this same sentence, it would be something like Tom ate his dinner,", "tokens": [10319, 13832, 366, 437, 321, 362, 510, 307, 257, 6521, 6892, 38, 1974, 3421, 306, 293, 341, 307, 406, 8952, 11, 341, 307, 406, 257, 13902, 1333, 295, 5860, 295, 264, 819, 4754, 294, 257, 2638, 13, 407, 309, 4659, 380, 574, 411, 341, 11, 1392, 30, 814, 439, 362, 281, 362, 264, 912, 2010, 420, 264, 912, 1254, 295, 420, 264, 912, 3877, 13, 823, 498, 321, 3191, 341, 912, 8174, 11, 309, 576, 312, 746, 411, 5041, 8468, 702, 6148, 11], "avg_logprob": -0.28124999964521047, "compression_ratio": 1.6130434782608696, "no_speech_prob": 2.384185791015625e-07, "words": [{"start": 352.35, "end": 352.91, "word": " Passwords", "probability": 0.1820068359375}, {"start": 352.91, "end": 353.43, "word": " are", "probability": 0.7119140625}, {"start": 353.43, "end": 353.59, "word": " what", "probability": 0.6005859375}, {"start": 353.59, "end": 353.73, "word": " we", "probability": 0.94482421875}, {"start": 353.73, "end": 353.97, "word": " have", "probability": 0.9296875}, {"start": 353.97, "end": 354.19, "word": " here", "probability": 0.830078125}, {"start": 354.19, "end": 354.41, "word": " is", "probability": 0.467041015625}, {"start": 354.41, "end": 354.57, "word": " a", "probability": 0.85107421875}, {"start": 354.57, "end": 354.81, "word": " German", "probability": 0.335205078125}, {"start": 354.81, "end": 355.71, "word": " ING", "probability": 0.6143798828125}, {"start": 355.71, "end": 356.09, "word": " present", "probability": 0.5625}, {"start": 356.09, "end": 356.71, "word": " participle", "probability": 0.968017578125}, {"start": 356.71, "end": 356.87, "word": " and", "probability": 0.5498046875}, {"start": 356.87, "end": 357.09, "word": " this", "probability": 0.9443359375}, {"start": 357.09, "end": 357.27, "word": " is", "probability": 0.93701171875}, {"start": 357.27, "end": 357.69, "word": " not", "probability": 0.9423828125}, {"start": 357.69, "end": 358.45, "word": " parallel,", "probability": 0.8388671875}, {"start": 358.81, "end": 358.95, "word": " this", "probability": 0.921875}, {"start": 358.95, "end": 359.09, "word": " is", "probability": 0.9404296875}, {"start": 359.09, "end": 359.31, "word": " not", "probability": 0.93798828125}, {"start": 359.31, "end": 359.47, "word": " a", "probability": 0.80712890625}, {"start": 359.47, "end": 359.85, "word": " balanced", "probability": 0.53173828125}, {"start": 359.85, "end": 360.17, "word": " sort", "probability": 0.6494140625}, {"start": 360.17, "end": 360.75, "word": " of", "probability": 0.9697265625}, {"start": 360.75, "end": 361.77, "word": " presentation", "probability": 0.90673828125}, {"start": 361.77, "end": 362.09, "word": " of", "probability": 0.958984375}, {"start": 362.09, "end": 362.21, "word": " the", "probability": 0.833984375}, {"start": 362.21, "end": 362.61, "word": " different", "probability": 0.87744140625}, {"start": 362.61, "end": 363.19, "word": " items", "probability": 0.86376953125}, {"start": 363.19, "end": 363.55, "word": " in", "probability": 0.93408203125}, {"start": 363.55, "end": 364.43, "word": " a", "probability": 0.72216796875}, {"start": 364.43, "end": 364.61, "word": " series.", "probability": 0.90283203125}, {"start": 364.77, "end": 364.85, "word": " So", "probability": 0.91845703125}, {"start": 364.85, "end": 364.99, "word": " it", "probability": 0.830078125}, {"start": 364.99, "end": 365.25, "word": " shouldn't", "probability": 0.942626953125}, {"start": 365.25, "end": 365.53, "word": " look", "probability": 0.9609375}, {"start": 365.53, "end": 365.93, "word": " like", "probability": 0.93994140625}, {"start": 365.93, "end": 366.37, "word": " this,", "probability": 0.9482421875}, {"start": 366.65, "end": 366.85, "word": " okay?", "probability": 0.77587890625}, {"start": 367.19, "end": 367.31, "word": " They", "probability": 0.7705078125}, {"start": 367.31, "end": 367.59, "word": " all", "probability": 0.9111328125}, {"start": 367.59, "end": 367.89, "word": " have", "probability": 0.9482421875}, {"start": 367.89, "end": 368.03, "word": " to", "probability": 0.96728515625}, {"start": 368.03, "end": 368.27, "word": " have", "probability": 0.947265625}, {"start": 368.27, "end": 368.47, "word": " the", "probability": 0.916015625}, {"start": 368.47, "end": 368.87, "word": " same", "probability": 0.91162109375}, {"start": 368.87, "end": 369.43, "word": " type", "probability": 0.98095703125}, {"start": 369.43, "end": 370.07, "word": " or", "probability": 0.71826171875}, {"start": 370.07, "end": 370.25, "word": " the", "probability": 0.9228515625}, {"start": 370.25, "end": 370.51, "word": " same", "probability": 0.91064453125}, {"start": 370.51, "end": 370.99, "word": " form", "probability": 0.9091796875}, {"start": 370.99, "end": 371.39, "word": " of", "probability": 0.71630859375}, {"start": 371.39, "end": 371.83, "word": " or", "probability": 0.42822265625}, {"start": 371.83, "end": 372.07, "word": " the", "probability": 0.92041015625}, {"start": 372.07, "end": 372.49, "word": " same", "probability": 0.89794921875}, {"start": 372.49, "end": 373.41, "word": " structure.", "probability": 0.86572265625}, {"start": 373.71, "end": 373.93, "word": " Now", "probability": 0.9541015625}, {"start": 373.93, "end": 374.13, "word": " if", "probability": 0.58203125}, {"start": 374.13, "end": 374.25, "word": " we", "probability": 0.9345703125}, {"start": 374.25, "end": 374.61, "word": " fix", "probability": 0.841796875}, {"start": 374.61, "end": 374.91, "word": " this", "probability": 0.73876953125}, {"start": 374.91, "end": 375.23, "word": " same", "probability": 0.8955078125}, {"start": 375.23, "end": 375.65, "word": " sentence,", "probability": 0.95654296875}, {"start": 375.89, "end": 375.99, "word": " it", "probability": 0.943359375}, {"start": 375.99, "end": 376.11, "word": " would", "probability": 0.517578125}, {"start": 376.11, "end": 376.27, "word": " be", "probability": 0.9521484375}, {"start": 376.27, "end": 376.55, "word": " something", "probability": 0.86083984375}, {"start": 376.55, "end": 377.03, "word": " like", "probability": 0.931640625}, {"start": 377.03, "end": 377.79, "word": " Tom", "probability": 0.440673828125}, {"start": 377.79, "end": 378.15, "word": " ate", "probability": 0.8837890625}, {"start": 378.15, "end": 378.33, "word": " his", "probability": 0.9619140625}, {"start": 378.33, "end": 378.67, "word": " dinner,", "probability": 0.9560546875}], "temperature": 1.0}, {"id": 16, "seek": 41028, "start": 381.34, "end": 410.28, "text": " and when, not going, when. So we all have the three verb tenses in the past and they should look like this all belonging to the same time, to the same category and so on. So this is what we mean by parallelism if we are listing a number of things. So parallel structure, like I just said, can be a word, can be a phrase, can be a sentence, can be a clause and so on and so forth. Let's consider some examples. For example, first one,", "tokens": [293, 562, 11, 406, 516, 11, 562, 13, 407, 321, 439, 362, 264, 1045, 9595, 10688, 279, 294, 264, 1791, 293, 436, 820, 574, 411, 341, 439, 22957, 281, 264, 912, 565, 11, 281, 264, 912, 7719, 293, 370, 322, 13, 407, 341, 307, 437, 321, 914, 538, 8952, 1434, 498, 321, 366, 22161, 257, 1230, 295, 721, 13, 407, 8952, 3877, 11, 411, 286, 445, 848, 11, 393, 312, 257, 1349, 11, 393, 312, 257, 9535, 11, 393, 312, 257, 8174, 11, 393, 312, 257, 25925, 293, 370, 322, 293, 370, 5220, 13, 961, 311, 1949, 512, 5110, 13, 1171, 1365, 11, 700, 472, 11], "avg_logprob": -0.15873247496435575, "compression_ratio": 1.757085020242915, "no_speech_prob": 5.960464477539063e-08, "words": [{"start": 381.34, "end": 381.82, "word": " and", "probability": 0.54833984375}, {"start": 381.82, "end": 382.3, "word": " when,", "probability": 0.361328125}, {"start": 382.48, "end": 382.7, "word": " not", "probability": 0.8974609375}, {"start": 382.7, "end": 383.14, "word": " going,", "probability": 0.95458984375}, {"start": 383.4, "end": 383.58, "word": " when.", "probability": 0.82861328125}, {"start": 383.72, "end": 383.78, "word": " So", "probability": 0.93896484375}, {"start": 383.78, "end": 384.02, "word": " we", "probability": 0.748046875}, {"start": 384.02, "end": 384.24, "word": " all", "probability": 0.89501953125}, {"start": 384.24, "end": 384.5, "word": " have", "probability": 0.94775390625}, {"start": 384.5, "end": 384.66, "word": " the", "probability": 0.88037109375}, {"start": 384.66, "end": 385.02, "word": " three", "probability": 0.9208984375}, {"start": 385.02, "end": 385.74, "word": " verb", "probability": 0.68896484375}, {"start": 385.74, "end": 386.2, "word": " tenses", "probability": 0.6470947265625}, {"start": 386.2, "end": 386.6, "word": " in", "probability": 0.71923828125}, {"start": 386.6, "end": 387.0, "word": " the", "probability": 0.91162109375}, {"start": 387.0, "end": 387.36, "word": " past", "probability": 0.92041015625}, {"start": 387.36, "end": 387.6, "word": " and", "probability": 0.64208984375}, {"start": 387.6, "end": 387.8, "word": " they", "probability": 0.70654296875}, {"start": 387.8, "end": 388.04, "word": " should", "probability": 0.95556640625}, {"start": 388.04, "end": 388.34, "word": " look", "probability": 0.9560546875}, {"start": 388.34, "end": 388.76, "word": " like", "probability": 0.9306640625}, {"start": 388.76, "end": 389.3, "word": " this", "probability": 0.5751953125}, {"start": 389.3, "end": 389.68, "word": " all", "probability": 0.60009765625}, {"start": 389.68, "end": 390.24, "word": " belonging", "probability": 0.9130859375}, {"start": 390.24, "end": 390.48, "word": " to", "probability": 0.9697265625}, {"start": 390.48, "end": 390.66, "word": " the", "probability": 0.9169921875}, {"start": 390.66, "end": 391.02, "word": " same", "probability": 0.9072265625}, {"start": 391.02, "end": 391.72, "word": " time,", "probability": 0.66552734375}, {"start": 391.84, "end": 391.94, "word": " to", "probability": 0.96630859375}, {"start": 391.94, "end": 392.12, "word": " the", "probability": 0.9189453125}, {"start": 392.12, "end": 392.36, "word": " same", "probability": 0.904296875}, {"start": 392.36, "end": 392.94, "word": " category", "probability": 0.95361328125}, {"start": 392.94, "end": 393.36, "word": " and", "probability": 0.66552734375}, {"start": 393.36, "end": 393.58, "word": " so", "probability": 0.953125}, {"start": 393.58, "end": 393.7, "word": " on.", "probability": 0.94384765625}, {"start": 393.76, "end": 393.88, "word": " So", "probability": 0.947265625}, {"start": 393.88, "end": 394.12, "word": " this", "probability": 0.89892578125}, {"start": 394.12, "end": 394.28, "word": " is", "probability": 0.94677734375}, {"start": 394.28, "end": 394.42, "word": " what", "probability": 0.94580078125}, {"start": 394.42, "end": 394.62, "word": " we", "probability": 0.96142578125}, {"start": 394.62, "end": 394.86, "word": " mean", "probability": 0.947265625}, {"start": 394.86, "end": 395.22, "word": " by", "probability": 0.97412109375}, {"start": 395.22, "end": 395.9, "word": " parallelism", "probability": 0.931884765625}, {"start": 395.9, "end": 396.12, "word": " if", "probability": 0.5126953125}, {"start": 396.12, "end": 396.26, "word": " we", "probability": 0.9462890625}, {"start": 396.26, "end": 396.44, "word": " are", "probability": 0.9384765625}, {"start": 396.44, "end": 396.8, "word": " listing", "probability": 0.9697265625}, {"start": 396.8, "end": 397.44, "word": " a", "probability": 0.99658203125}, {"start": 397.44, "end": 397.72, "word": " number", "probability": 0.9296875}, {"start": 397.72, "end": 398.06, "word": " of", "probability": 0.9697265625}, {"start": 398.06, "end": 398.26, "word": " things.", "probability": 0.85400390625}, {"start": 398.36, "end": 398.5, "word": " So", "probability": 0.93310546875}, {"start": 398.5, "end": 398.84, "word": " parallel", "probability": 0.91455078125}, {"start": 398.84, "end": 399.34, "word": " structure,", "probability": 0.875}, {"start": 399.74, "end": 399.96, "word": " like", "probability": 0.9345703125}, {"start": 399.96, "end": 400.06, "word": " I", "probability": 0.98486328125}, {"start": 400.06, "end": 400.24, "word": " just", "probability": 0.8994140625}, {"start": 400.24, "end": 400.54, "word": " said,", "probability": 0.94677734375}, {"start": 400.9, "end": 401.06, "word": " can", "probability": 0.92578125}, {"start": 401.06, "end": 401.22, "word": " be", "probability": 0.95703125}, {"start": 401.22, "end": 401.4, "word": " a", "probability": 0.96630859375}, {"start": 401.4, "end": 401.7, "word": " word,", "probability": 0.701171875}, {"start": 401.94, "end": 402.1, "word": " can", "probability": 0.91357421875}, {"start": 402.1, "end": 402.26, "word": " be", "probability": 0.95947265625}, {"start": 402.26, "end": 402.44, "word": " a", "probability": 0.99462890625}, {"start": 402.44, "end": 402.82, "word": " phrase,", "probability": 0.880859375}, {"start": 403.0, "end": 403.38, "word": " can", "probability": 0.93701171875}, {"start": 403.38, "end": 403.6, "word": " be", "probability": 0.95703125}, {"start": 403.6, "end": 403.8, "word": " a", "probability": 0.99072265625}, {"start": 403.8, "end": 404.16, "word": " sentence,", "probability": 0.9521484375}, {"start": 404.4, "end": 404.52, "word": " can", "probability": 0.94287109375}, {"start": 404.52, "end": 404.66, "word": " be", "probability": 0.95654296875}, {"start": 404.66, "end": 404.82, "word": " a", "probability": 0.91796875}, {"start": 404.82, "end": 405.14, "word": " clause", "probability": 0.91064453125}, {"start": 405.14, "end": 405.4, "word": " and", "probability": 0.6689453125}, {"start": 405.4, "end": 405.64, "word": " so", "probability": 0.9521484375}, {"start": 405.64, "end": 405.9, "word": " on", "probability": 0.94873046875}, {"start": 405.9, "end": 406.34, "word": " and", "probability": 0.89013671875}, {"start": 406.34, "end": 406.54, "word": " so", "probability": 0.9560546875}, {"start": 406.54, "end": 406.7, "word": " forth.", "probability": 0.94970703125}, {"start": 406.72, "end": 406.9, "word": " Let's", "probability": 0.96826171875}, {"start": 406.9, "end": 407.26, "word": " consider", "probability": 0.91162109375}, {"start": 407.26, "end": 407.56, "word": " some", "probability": 0.89697265625}, {"start": 407.56, "end": 408.26, "word": " examples.", "probability": 0.8427734375}, {"start": 408.6, "end": 408.74, "word": " For", "probability": 0.90478515625}, {"start": 408.74, "end": 409.18, "word": " example,", "probability": 0.9765625}, {"start": 409.72, "end": 410.02, "word": " first", "probability": 0.77099609375}, {"start": 410.02, "end": 410.28, "word": " one,", "probability": 0.9326171875}], "temperature": 1.0}, {"id": 17, "seek": 43459, "start": 411.01, "end": 434.59, "text": " I'm reading about dogs, cats, and birds. So what we have here are words and they are all nouns. They are all nouns. And the second one, I plan to walk the dog, write a letter, and go to Petrus. What we have here is again a verb phrase. A phrase starting with a verb. And number three is he was", "tokens": [286, 478, 3760, 466, 7197, 11, 11111, 11, 293, 9009, 13, 407, 437, 321, 362, 510, 366, 2283, 293, 436, 366, 439, 48184, 13, 814, 366, 439, 48184, 13, 400, 264, 1150, 472, 11, 286, 1393, 281, 1792, 264, 3000, 11, 2464, 257, 5063, 11, 293, 352, 281, 10472, 13783, 13, 708, 321, 362, 510, 307, 797, 257, 9595, 9535, 13, 316, 9535, 2891, 365, 257, 9595, 13, 400, 1230, 1045, 307, 415, 390], "avg_logprob": -0.23708332618077596, "compression_ratio": 1.6333333333333333, "no_speech_prob": 5.960464477539063e-08, "words": [{"start": 411.01, "end": 411.23, "word": " I'm", "probability": 0.70947265625}, {"start": 411.23, "end": 411.55, "word": " reading", "probability": 0.94189453125}, {"start": 411.55, "end": 412.19, "word": " about", "probability": 0.91845703125}, {"start": 412.19, "end": 413.37, "word": " dogs,", "probability": 0.73876953125}, {"start": 413.65, "end": 414.03, "word": " cats,", "probability": 0.90185546875}, {"start": 414.35, "end": 414.49, "word": " and", "probability": 0.93505859375}, {"start": 414.49, "end": 415.57, "word": " birds.", "probability": 0.82958984375}, {"start": 415.77, "end": 415.83, "word": " So", "probability": 0.84765625}, {"start": 415.83, "end": 415.97, "word": " what", "probability": 0.67919921875}, {"start": 415.97, "end": 416.13, "word": " we", "probability": 0.958984375}, {"start": 416.13, "end": 416.33, "word": " have", "probability": 0.94775390625}, {"start": 416.33, "end": 416.55, "word": " here", "probability": 0.85205078125}, {"start": 416.55, "end": 416.97, "word": " are", "probability": 0.92919921875}, {"start": 416.97, "end": 417.67, "word": " words", "probability": 0.85009765625}, {"start": 417.67, "end": 418.01, "word": " and", "probability": 0.79638671875}, {"start": 418.01, "end": 418.15, "word": " they", "probability": 0.88671875}, {"start": 418.15, "end": 418.33, "word": " are", "probability": 0.89501953125}, {"start": 418.33, "end": 418.69, "word": " all", "probability": 0.88037109375}, {"start": 418.69, "end": 419.43, "word": " nouns.", "probability": 0.94775390625}, {"start": 419.83, "end": 419.97, "word": " They", "probability": 0.6376953125}, {"start": 419.97, "end": 420.13, "word": " are", "probability": 0.923828125}, {"start": 420.13, "end": 420.43, "word": " all", "probability": 0.94873046875}, {"start": 420.43, "end": 420.89, "word": " nouns.", "probability": 0.9345703125}, {"start": 421.05, "end": 421.11, "word": " And", "probability": 0.826171875}, {"start": 421.11, "end": 421.19, "word": " the", "probability": 0.86865234375}, {"start": 421.19, "end": 421.45, "word": " second", "probability": 0.89794921875}, {"start": 421.45, "end": 421.67, "word": " one,", "probability": 0.5283203125}, {"start": 421.99, "end": 422.11, "word": " I", "probability": 0.953125}, {"start": 422.11, "end": 422.45, "word": " plan", "probability": 0.908203125}, {"start": 422.45, "end": 422.91, "word": " to", "probability": 0.97119140625}, {"start": 422.91, "end": 424.11, "word": " walk", "probability": 0.83447265625}, {"start": 424.11, "end": 424.29, "word": " the", "probability": 0.3076171875}, {"start": 424.29, "end": 424.59, "word": " dog,", "probability": 0.94677734375}, {"start": 424.75, "end": 424.95, "word": " write", "probability": 0.93359375}, {"start": 424.95, "end": 425.11, "word": " a", "probability": 0.9716796875}, {"start": 425.11, "end": 425.35, "word": " letter,", "probability": 0.9521484375}, {"start": 425.61, "end": 425.87, "word": " and", "probability": 0.93896484375}, {"start": 425.87, "end": 426.35, "word": " go", "probability": 0.96240234375}, {"start": 426.35, "end": 426.75, "word": " to", "probability": 0.9697265625}, {"start": 426.75, "end": 427.09, "word": " Petrus.", "probability": 0.36065673828125}, {"start": 427.15, "end": 427.27, "word": " What", "probability": 0.56787109375}, {"start": 427.27, "end": 427.39, "word": " we", "probability": 0.95849609375}, {"start": 427.39, "end": 427.59, "word": " have", "probability": 0.94775390625}, {"start": 427.59, "end": 427.75, "word": " here", "probability": 0.84912109375}, {"start": 427.75, "end": 427.93, "word": " is", "probability": 0.90966796875}, {"start": 427.93, "end": 428.35, "word": " again", "probability": 0.87451171875}, {"start": 428.35, "end": 428.81, "word": " a", "probability": 0.72021484375}, {"start": 428.81, "end": 429.21, "word": " verb", "probability": 0.685546875}, {"start": 429.21, "end": 429.71, "word": " phrase.", "probability": 0.80322265625}, {"start": 429.85, "end": 430.01, "word": " A", "probability": 0.95166015625}, {"start": 430.01, "end": 430.27, "word": " phrase", "probability": 0.85546875}, {"start": 430.27, "end": 430.83, "word": " starting", "probability": 0.7333984375}, {"start": 430.83, "end": 431.23, "word": " with", "probability": 0.890625}, {"start": 431.23, "end": 431.69, "word": " a", "probability": 0.98876953125}, {"start": 431.69, "end": 431.87, "word": " verb.", "probability": 0.86328125}, {"start": 431.95, "end": 432.05, "word": " And", "probability": 0.8291015625}, {"start": 432.05, "end": 432.31, "word": " number", "probability": 0.91748046875}, {"start": 432.31, "end": 432.65, "word": " three", "probability": 0.8974609375}, {"start": 432.65, "end": 433.03, "word": " is", "probability": 0.9345703125}, {"start": 433.03, "end": 434.13, "word": " he", "probability": 0.50341796875}, {"start": 434.13, "end": 434.59, "word": " was", "probability": 0.94873046875}], "temperature": 1.0}, {"id": 18, "seek": 46471, "start": 436.13, "end": 464.71, "text": " talking on the phone and doing his homework. It shouldn't be he was talking on the phone and to do his homework, it has to be doing his home homework. Some more examples will be something like this. It's not just a word or a phrase, it can be a clause. For example, we expect that the dinner will be over by 9pm and that. So what we have here is a balanced structure of that clause. Okay? And number four, the road", "tokens": [1417, 322, 264, 2593, 293, 884, 702, 14578, 13, 467, 4659, 380, 312, 415, 390, 1417, 322, 264, 2593, 293, 281, 360, 702, 14578, 11, 309, 575, 281, 312, 884, 702, 1280, 14578, 13, 2188, 544, 5110, 486, 312, 746, 411, 341, 13, 467, 311, 406, 445, 257, 1349, 420, 257, 9535, 11, 309, 393, 312, 257, 25925, 13, 1171, 1365, 11, 321, 2066, 300, 264, 6148, 486, 312, 670, 538, 1722, 14395, 293, 300, 13, 407, 437, 321, 362, 510, 307, 257, 13902, 3877, 295, 300, 25925, 13, 1033, 30, 400, 1230, 1451, 11, 264, 3060], "avg_logprob": -0.24394133185245553, "compression_ratio": 1.7364016736401673, "no_speech_prob": 5.960464477539063e-08, "words": [{"start": 436.13, "end": 436.57, "word": " talking", "probability": 0.2279052734375}, {"start": 436.57, "end": 436.79, "word": " on", "probability": 0.943359375}, {"start": 436.79, "end": 436.93, "word": " the", "probability": 0.60302734375}, {"start": 436.93, "end": 437.19, "word": " phone", "probability": 0.95654296875}, {"start": 437.19, "end": 437.59, "word": " and", "probability": 0.91064453125}, {"start": 437.59, "end": 438.19, "word": " doing", "probability": 0.93896484375}, {"start": 438.19, "end": 439.05, "word": " his", "probability": 0.8251953125}, {"start": 439.05, "end": 439.23, "word": " homework.", "probability": 0.88525390625}, {"start": 439.53, "end": 439.63, "word": " It", "probability": 0.55810546875}, {"start": 439.63, "end": 439.91, "word": " shouldn't", "probability": 0.907470703125}, {"start": 439.91, "end": 440.07, "word": " be", "probability": 0.94873046875}, {"start": 440.07, "end": 440.31, "word": " he", "probability": 0.75}, {"start": 440.31, "end": 440.53, "word": " was", "probability": 0.93798828125}, {"start": 440.53, "end": 440.81, "word": " talking", "probability": 0.83154296875}, {"start": 440.81, "end": 440.99, "word": " on", "probability": 0.94921875}, {"start": 440.99, "end": 441.11, "word": " the", "probability": 0.76123046875}, {"start": 441.11, "end": 441.27, "word": " phone", "probability": 0.95458984375}, {"start": 441.27, "end": 441.57, "word": " and", "probability": 0.9033203125}, {"start": 441.57, "end": 441.73, "word": " to", "probability": 0.67578125}, {"start": 441.73, "end": 441.91, "word": " do", "probability": 0.939453125}, {"start": 441.91, "end": 442.11, "word": " his", "probability": 0.93701171875}, {"start": 442.11, "end": 442.33, "word": " homework,", "probability": 0.8427734375}, {"start": 442.41, "end": 442.49, "word": " it", "probability": 0.74755859375}, {"start": 442.49, "end": 442.65, "word": " has", "probability": 0.93359375}, {"start": 442.65, "end": 442.77, "word": " to", "probability": 0.9677734375}, {"start": 442.77, "end": 442.93, "word": " be", "probability": 0.923828125}, {"start": 442.93, "end": 443.43, "word": " doing", "probability": 0.90380859375}, {"start": 443.43, "end": 444.15, "word": " his", "probability": 0.8583984375}, {"start": 444.15, "end": 445.17, "word": " home", "probability": 0.58740234375}, {"start": 445.17, "end": 445.83, "word": " homework.", "probability": 0.419921875}, {"start": 445.93, "end": 446.09, "word": " Some", "probability": 0.8671875}, {"start": 446.09, "end": 446.27, "word": " more", "probability": 0.6640625}, {"start": 446.27, "end": 446.67, "word": " examples", "probability": 0.80859375}, {"start": 446.67, "end": 446.97, "word": " will", "probability": 0.443359375}, {"start": 446.97, "end": 447.09, "word": " be", "probability": 0.9521484375}, {"start": 447.09, "end": 447.37, "word": " something", "probability": 0.8505859375}, {"start": 447.37, "end": 447.67, "word": " like", "probability": 0.9326171875}, {"start": 447.67, "end": 447.87, "word": " this.", "probability": 0.943359375}, {"start": 447.91, "end": 448.01, "word": " It's", "probability": 0.94775390625}, {"start": 448.01, "end": 448.19, "word": " not", "probability": 0.9375}, {"start": 448.19, "end": 448.39, "word": " just", "probability": 0.9140625}, {"start": 448.39, "end": 448.55, "word": " a", "probability": 0.9873046875}, {"start": 448.55, "end": 448.77, "word": " word", "probability": 0.9287109375}, {"start": 448.77, "end": 448.95, "word": " or", "probability": 0.9541015625}, {"start": 448.95, "end": 449.07, "word": " a", "probability": 0.927734375}, {"start": 449.07, "end": 449.25, "word": " phrase,", "probability": 0.865234375}, {"start": 449.31, "end": 449.41, "word": " it", "probability": 0.939453125}, {"start": 449.41, "end": 449.63, "word": " can", "probability": 0.939453125}, {"start": 449.63, "end": 450.29, "word": " be", "probability": 0.9560546875}, {"start": 450.29, "end": 450.53, "word": " a", "probability": 0.5625}, {"start": 450.53, "end": 450.83, "word": " clause.", "probability": 0.80419921875}, {"start": 450.91, "end": 451.03, "word": " For", "probability": 0.9501953125}, {"start": 451.03, "end": 451.45, "word": " example,", "probability": 0.97314453125}, {"start": 451.59, "end": 451.73, "word": " we", "probability": 0.86474609375}, {"start": 451.73, "end": 452.43, "word": " expect", "probability": 0.93701171875}, {"start": 452.43, "end": 453.99, "word": " that", "probability": 0.876953125}, {"start": 453.99, "end": 454.29, "word": " the", "probability": 0.81689453125}, {"start": 454.29, "end": 454.49, "word": " dinner", "probability": 0.94873046875}, {"start": 454.49, "end": 454.75, "word": " will", "probability": 0.88037109375}, {"start": 454.75, "end": 454.93, "word": " be", "probability": 0.95654296875}, {"start": 454.93, "end": 455.21, "word": " over", "probability": 0.92431640625}, {"start": 455.21, "end": 455.63, "word": " by", "probability": 0.96875}, {"start": 455.63, "end": 456.77, "word": " 9pm", "probability": 0.420654296875}, {"start": 456.77, "end": 457.47, "word": " and", "probability": 0.78466796875}, {"start": 457.47, "end": 458.55, "word": " that.", "probability": 0.94091796875}, {"start": 458.71, "end": 458.89, "word": " So", "probability": 0.94091796875}, {"start": 458.89, "end": 459.01, "word": " what", "probability": 0.437744140625}, {"start": 459.01, "end": 459.13, "word": " we", "probability": 0.95751953125}, {"start": 459.13, "end": 459.37, "word": " have", "probability": 0.947265625}, {"start": 459.37, "end": 459.55, "word": " here", "probability": 0.841796875}, {"start": 459.55, "end": 459.71, "word": " is", "probability": 0.94091796875}, {"start": 459.71, "end": 459.81, "word": " a", "probability": 0.9658203125}, {"start": 459.81, "end": 460.13, "word": " balanced", "probability": 0.75048828125}, {"start": 460.13, "end": 460.67, "word": " structure", "probability": 0.82275390625}, {"start": 460.67, "end": 461.05, "word": " of", "probability": 0.958984375}, {"start": 461.05, "end": 461.47, "word": " that", "probability": 0.86083984375}, {"start": 461.47, "end": 462.01, "word": " clause.", "probability": 0.92529296875}, {"start": 462.55, "end": 462.79, "word": " Okay?", "probability": 0.6064453125}, {"start": 463.19, "end": 463.33, "word": " And", "probability": 0.662109375}, {"start": 463.33, "end": 463.53, "word": " number", "probability": 0.9169921875}, {"start": 463.53, "end": 463.89, "word": " four,", "probability": 0.8125}, {"start": 464.21, "end": 464.37, "word": " the", "probability": 0.869140625}, {"start": 464.37, "end": 464.71, "word": " road", "probability": 0.9521484375}], "temperature": 1.0}, {"id": 19, "seek": 49485, "start": 466.05, "end": 494.85, "text": " crosses the river and climbs up the mountain. So in both cases, if we are introducing more than one structure and the car is parked in front of the truck and behind the motorcycle, so what we have here is again a prepositional phrase. Both are prepositional phrases. So this is actually what we mean by parallelism. What is the problem here? Again, some more exercises.", "tokens": [28467, 264, 6810, 293, 48439, 493, 264, 6937, 13, 407, 294, 1293, 3331, 11, 498, 321, 366, 15424, 544, 813, 472, 3877, 293, 264, 1032, 307, 28491, 294, 1868, 295, 264, 5898, 293, 2261, 264, 20554, 11, 370, 437, 321, 362, 510, 307, 797, 257, 2666, 329, 2628, 9535, 13, 6767, 366, 2666, 329, 2628, 20312, 13, 407, 341, 307, 767, 437, 321, 914, 538, 8952, 1434, 13, 708, 307, 264, 1154, 510, 30, 3764, 11, 512, 544, 11900, 13], "avg_logprob": -0.14197530569853606, "compression_ratio": 1.6444444444444444, "no_speech_prob": 0.0, "words": [{"start": 466.05, "end": 466.53, "word": " crosses", "probability": 0.607421875}, {"start": 466.53, "end": 466.89, "word": " the", "probability": 0.91650390625}, {"start": 466.89, "end": 467.23, "word": " river", "probability": 0.8798828125}, {"start": 467.23, "end": 467.83, "word": " and", "probability": 0.8369140625}, {"start": 467.83, "end": 468.31, "word": " climbs", "probability": 0.95654296875}, {"start": 468.31, "end": 468.71, "word": " up", "probability": 0.96826171875}, {"start": 468.71, "end": 469.07, "word": " the", "probability": 0.86083984375}, {"start": 469.07, "end": 469.53, "word": " mountain.", "probability": 0.85498046875}, {"start": 469.85, "end": 469.85, "word": " So", "probability": 0.8779296875}, {"start": 469.85, "end": 470.81, "word": " in", "probability": 0.392333984375}, {"start": 470.81, "end": 471.23, "word": " both", "probability": 0.873046875}, {"start": 471.23, "end": 471.87, "word": " cases,", "probability": 0.91650390625}, {"start": 472.15, "end": 472.27, "word": " if", "probability": 0.9443359375}, {"start": 472.27, "end": 472.43, "word": " we", "probability": 0.962890625}, {"start": 472.43, "end": 472.73, "word": " are", "probability": 0.9365234375}, {"start": 472.73, "end": 473.81, "word": " introducing", "probability": 0.73193359375}, {"start": 473.81, "end": 474.25, "word": " more", "probability": 0.9365234375}, {"start": 474.25, "end": 474.53, "word": " than", "probability": 0.94677734375}, {"start": 474.53, "end": 474.77, "word": " one", "probability": 0.92236328125}, {"start": 474.77, "end": 475.37, "word": " structure", "probability": 0.86083984375}, {"start": 475.37, "end": 475.91, "word": " and", "probability": 0.60205078125}, {"start": 475.91, "end": 476.09, "word": " the", "probability": 0.8544921875}, {"start": 476.09, "end": 476.33, "word": " car", "probability": 0.9365234375}, {"start": 476.33, "end": 476.53, "word": " is", "probability": 0.9384765625}, {"start": 476.53, "end": 477.05, "word": " parked", "probability": 0.9208984375}, {"start": 477.05, "end": 477.55, "word": " in", "probability": 0.93603515625}, {"start": 477.55, "end": 478.41, "word": " front", "probability": 0.7841796875}, {"start": 478.41, "end": 479.03, "word": " of", "probability": 0.9658203125}, {"start": 479.03, "end": 479.23, "word": " the", "probability": 0.91259765625}, {"start": 479.23, "end": 479.55, "word": " truck", "probability": 0.91455078125}, {"start": 479.55, "end": 480.15, "word": " and", "probability": 0.8798828125}, {"start": 480.15, "end": 480.65, "word": " behind", "probability": 0.94189453125}, {"start": 480.65, "end": 481.17, "word": " the", "probability": 0.87744140625}, {"start": 481.17, "end": 482.05, "word": " motorcycle,", "probability": 0.92626953125}, {"start": 482.21, "end": 482.35, "word": " so", "probability": 0.90283203125}, {"start": 482.35, "end": 482.51, "word": " what", "probability": 0.437744140625}, {"start": 482.51, "end": 482.55, "word": " we", "probability": 0.94775390625}, {"start": 482.55, "end": 482.77, "word": " have", "probability": 0.94775390625}, {"start": 482.77, "end": 482.95, "word": " here", "probability": 0.85595703125}, {"start": 482.95, "end": 483.09, "word": " is", "probability": 0.92919921875}, {"start": 483.09, "end": 483.53, "word": " again", "probability": 0.873046875}, {"start": 483.53, "end": 484.73, "word": " a", "probability": 0.796875}, {"start": 484.73, "end": 485.93, "word": " prepositional", "probability": 0.8971354166666666}, {"start": 485.93, "end": 486.49, "word": " phrase.", "probability": 0.88525390625}, {"start": 486.79, "end": 487.05, "word": " Both", "probability": 0.82421875}, {"start": 487.05, "end": 487.41, "word": " are", "probability": 0.9384765625}, {"start": 487.41, "end": 488.21, "word": " prepositional", "probability": 0.9319661458333334}, {"start": 488.21, "end": 488.99, "word": " phrases.", "probability": 0.76708984375}, {"start": 489.13, "end": 489.25, "word": " So", "probability": 0.94287109375}, {"start": 489.25, "end": 489.49, "word": " this", "probability": 0.90283203125}, {"start": 489.49, "end": 489.61, "word": " is", "probability": 0.94091796875}, {"start": 489.61, "end": 490.01, "word": " actually", "probability": 0.88818359375}, {"start": 490.01, "end": 490.23, "word": " what", "probability": 0.9443359375}, {"start": 490.23, "end": 490.41, "word": " we", "probability": 0.96533203125}, {"start": 490.41, "end": 490.71, "word": " mean", "probability": 0.96240234375}, {"start": 490.71, "end": 491.19, "word": " by", "probability": 0.974609375}, {"start": 491.19, "end": 492.41, "word": " parallelism.", "probability": 0.9345703125}, {"start": 492.45, "end": 492.57, "word": " What", "probability": 0.8662109375}, {"start": 492.57, "end": 492.67, "word": " is", "probability": 0.884765625}, {"start": 492.67, "end": 492.83, "word": " the", "probability": 0.91748046875}, {"start": 492.83, "end": 493.13, "word": " problem", "probability": 0.8818359375}, {"start": 493.13, "end": 493.45, "word": " here?", "probability": 0.8525390625}, {"start": 493.53, "end": 493.75, "word": " Again,", "probability": 0.86572265625}, {"start": 493.89, "end": 494.07, "word": " some", "probability": 0.90234375}, {"start": 494.07, "end": 494.29, "word": " more", "probability": 0.8486328125}, {"start": 494.29, "end": 494.85, "word": " exercises.", "probability": 0.974609375}], "temperature": 1.0}, {"id": 20, "seek": 52073, "start": 495.43, "end": 520.73, "text": " Mary likes hiking, swimming and to ride a bicycle. It should be the correct one. Very nice. It should be Mary likes hiking, swimming and riding a motorcycle or a bicycle. Okay? What is wrong here? I'm trying to fix it. The production manager was asked to write his report quickly, accurately and in a thorough manner.", "tokens": [6059, 5902, 23784, 11, 11989, 293, 281, 5077, 257, 20888, 13, 467, 820, 312, 264, 3006, 472, 13, 4372, 1481, 13, 467, 820, 312, 6059, 5902, 23784, 11, 11989, 293, 9546, 257, 20554, 420, 257, 20888, 13, 1033, 30, 708, 307, 2085, 510, 30, 286, 478, 1382, 281, 3191, 309, 13, 440, 4265, 6598, 390, 2351, 281, 2464, 702, 2275, 2661, 11, 20095, 293, 294, 257, 12934, 9060, 13], "avg_logprob": -0.17968750489609583, "compression_ratio": 1.6224489795918366, "no_speech_prob": 0.0, "words": [{"start": 495.43, "end": 495.89, "word": " Mary", "probability": 0.7060546875}, {"start": 495.89, "end": 496.37, "word": " likes", "probability": 0.82373046875}, {"start": 496.37, "end": 496.81, "word": " hiking,", "probability": 0.888671875}, {"start": 497.15, "end": 497.43, "word": " swimming", "probability": 0.89892578125}, {"start": 497.43, "end": 497.95, "word": " and", "probability": 0.6640625}, {"start": 497.95, "end": 498.13, "word": " to", "probability": 0.623046875}, {"start": 498.13, "end": 498.37, "word": " ride", "probability": 0.9345703125}, {"start": 498.37, "end": 498.53, "word": " a", "probability": 0.95947265625}, {"start": 498.53, "end": 498.89, "word": " bicycle.", "probability": 0.88916015625}, {"start": 499.51, "end": 499.89, "word": " It", "probability": 0.7158203125}, {"start": 499.89, "end": 500.11, "word": " should", "probability": 0.9521484375}, {"start": 500.11, "end": 500.51, "word": " be", "probability": 0.95361328125}, {"start": 500.51, "end": 500.83, "word": " the", "probability": 0.603515625}, {"start": 500.83, "end": 501.21, "word": " correct", "probability": 0.91357421875}, {"start": 501.21, "end": 501.61, "word": " one.", "probability": 0.8271484375}, {"start": 501.87, "end": 502.01, "word": " Very", "probability": 0.7861328125}, {"start": 502.01, "end": 502.27, "word": " nice.", "probability": 0.88037109375}, {"start": 502.67, "end": 502.77, "word": " It", "probability": 0.82373046875}, {"start": 502.77, "end": 502.97, "word": " should", "probability": 0.9619140625}, {"start": 502.97, "end": 503.17, "word": " be", "probability": 0.953125}, {"start": 503.17, "end": 503.41, "word": " Mary", "probability": 0.7275390625}, {"start": 503.41, "end": 503.65, "word": " likes", "probability": 0.837890625}, {"start": 503.65, "end": 503.87, "word": " hiking,", "probability": 0.91845703125}, {"start": 504.03, "end": 504.21, "word": " swimming", "probability": 0.89111328125}, {"start": 504.21, "end": 504.67, "word": " and", "probability": 0.89013671875}, {"start": 504.67, "end": 506.15, "word": " riding", "probability": 0.78125}, {"start": 506.15, "end": 506.47, "word": " a", "probability": 0.98876953125}, {"start": 506.47, "end": 507.09, "word": " motorcycle", "probability": 0.8720703125}, {"start": 507.09, "end": 507.55, "word": " or", "probability": 0.802734375}, {"start": 507.55, "end": 507.73, "word": " a", "probability": 0.9287109375}, {"start": 507.73, "end": 508.11, "word": " bicycle.", "probability": 0.421630859375}, {"start": 508.93, "end": 509.17, "word": " Okay?", "probability": 0.572265625}, {"start": 509.53, "end": 509.71, "word": " What", "probability": 0.89501953125}, {"start": 509.71, "end": 509.81, "word": " is", "probability": 0.88037109375}, {"start": 509.81, "end": 510.05, "word": " wrong", "probability": 0.92431640625}, {"start": 510.05, "end": 510.35, "word": " here?", "probability": 0.8505859375}, {"start": 511.99, "end": 512.21, "word": " I'm", "probability": 0.58642578125}, {"start": 512.21, "end": 512.33, "word": " trying", "probability": 0.865234375}, {"start": 512.33, "end": 512.49, "word": " to", "probability": 0.97021484375}, {"start": 512.49, "end": 512.73, "word": " fix", "probability": 0.93701171875}, {"start": 512.73, "end": 512.89, "word": " it.", "probability": 0.93896484375}, {"start": 513.37, "end": 513.57, "word": " The", "probability": 0.86279296875}, {"start": 513.57, "end": 514.13, "word": " production", "probability": 0.93359375}, {"start": 514.13, "end": 514.67, "word": " manager", "probability": 0.95068359375}, {"start": 514.67, "end": 515.11, "word": " was", "probability": 0.947265625}, {"start": 515.11, "end": 515.47, "word": " asked", "probability": 0.826171875}, {"start": 515.47, "end": 515.63, "word": " to", "probability": 0.9677734375}, {"start": 515.63, "end": 515.87, "word": " write", "probability": 0.92578125}, {"start": 515.87, "end": 516.09, "word": " his", "probability": 0.94921875}, {"start": 516.09, "end": 516.89, "word": " report", "probability": 0.818359375}, {"start": 516.89, "end": 517.45, "word": " quickly,", "probability": 0.81982421875}, {"start": 518.21, "end": 518.81, "word": " accurately", "probability": 0.93115234375}, {"start": 518.81, "end": 519.33, "word": " and", "probability": 0.76513671875}, {"start": 519.33, "end": 519.47, "word": " in", "probability": 0.9375}, {"start": 519.47, "end": 519.65, "word": " a", "probability": 0.95068359375}, {"start": 519.65, "end": 519.99, "word": " thorough", "probability": 0.90478515625}, {"start": 519.99, "end": 520.73, "word": " manner.", "probability": 0.91845703125}], "temperature": 1.0}, {"id": 21, "seek": 55180, "start": 522.87, "end": 551.81, "text": " So, what we have here is an adverb, another adverb but here is a preposition and a phrase. So, how can we fix it? So, quickly, accurately and thoroughly. So, we change it into thoroughly. Thoroughly means accurately, meticulously. Thoroughly means accurately already in a detailed way. Okay? Alright? So, what is wrong here again? How can we fix it? The culture?", "tokens": [407, 11, 437, 321, 362, 510, 307, 364, 614, 25809, 11, 1071, 614, 25809, 457, 510, 307, 257, 2666, 5830, 293, 257, 9535, 13, 407, 11, 577, 393, 321, 3191, 309, 30, 407, 11, 2661, 11, 20095, 293, 17987, 13, 407, 11, 321, 1319, 309, 666, 17987, 13, 17777, 581, 356, 1355, 20095, 11, 41566, 25038, 13, 17777, 581, 356, 1355, 20095, 1217, 294, 257, 9942, 636, 13, 1033, 30, 2798, 30, 407, 11, 437, 307, 2085, 510, 797, 30, 1012, 393, 321, 3191, 309, 30, 440, 3713, 30], "avg_logprob": -0.2178819477558136, "compression_ratio": 1.7621359223300972, "no_speech_prob": 0.0, "words": [{"start": 522.87, "end": 523.15, "word": " So,", "probability": 0.66796875}, {"start": 523.21, "end": 523.29, "word": " what", "probability": 0.82421875}, {"start": 523.29, "end": 523.45, "word": " we", "probability": 0.94482421875}, {"start": 523.45, "end": 523.69, "word": " have", "probability": 0.943359375}, {"start": 523.69, "end": 523.89, "word": " here", "probability": 0.8486328125}, {"start": 523.89, "end": 524.27, "word": " is", "probability": 0.94140625}, {"start": 524.27, "end": 524.77, "word": " an", "probability": 0.8447265625}, {"start": 524.77, "end": 525.29, "word": " adverb,", "probability": 0.86669921875}, {"start": 525.69, "end": 526.45, "word": " another", "probability": 0.87744140625}, {"start": 526.45, "end": 527.05, "word": " adverb", "probability": 0.958984375}, {"start": 527.05, "end": 527.33, "word": " but", "probability": 0.453857421875}, {"start": 527.33, "end": 527.63, "word": " here", "probability": 0.82421875}, {"start": 527.63, "end": 527.83, "word": " is", "probability": 0.857421875}, {"start": 527.83, "end": 527.99, "word": " a", "probability": 0.91455078125}, {"start": 527.99, "end": 528.51, "word": " preposition", "probability": 0.86083984375}, {"start": 528.51, "end": 528.77, "word": " and", "probability": 0.467041015625}, {"start": 528.77, "end": 528.87, "word": " a", "probability": 0.86083984375}, {"start": 528.87, "end": 529.19, "word": " phrase.", "probability": 0.8603515625}, {"start": 529.59, "end": 529.73, "word": " So,", "probability": 0.87451171875}, {"start": 529.77, "end": 529.87, "word": " how", "probability": 0.94189453125}, {"start": 529.87, "end": 530.05, "word": " can", "probability": 0.93310546875}, {"start": 530.05, "end": 530.21, "word": " we", "probability": 0.90283203125}, {"start": 530.21, "end": 530.41, "word": " fix", "probability": 0.939453125}, {"start": 530.41, "end": 530.63, "word": " it?", "probability": 0.93212890625}, {"start": 531.85, "end": 532.47, "word": " So,", "probability": 0.64208984375}, {"start": 533.17, "end": 533.17, "word": " quickly,", "probability": 0.8837890625}, {"start": 533.49, "end": 533.95, "word": " accurately", "probability": 0.9326171875}, {"start": 533.95, "end": 534.45, "word": " and", "probability": 0.73681640625}, {"start": 534.45, "end": 535.25, "word": " thoroughly.", "probability": 0.81689453125}, {"start": 535.91, "end": 536.25, "word": " So,", "probability": 0.904296875}, {"start": 536.29, "end": 536.41, "word": " we", "probability": 0.8662109375}, {"start": 536.41, "end": 536.67, "word": " change", "probability": 0.80810546875}, {"start": 536.67, "end": 536.85, "word": " it", "probability": 0.94287109375}, {"start": 536.85, "end": 537.19, "word": " into", "probability": 0.73291015625}, {"start": 537.19, "end": 537.71, "word": " thoroughly.", "probability": 0.73779296875}, {"start": 537.79, "end": 538.09, "word": " Thoroughly", "probability": 0.9674479166666666}, {"start": 538.09, "end": 538.27, "word": " means", "probability": 0.93359375}, {"start": 538.27, "end": 538.83, "word": " accurately,", "probability": 0.87841796875}, {"start": 539.39, "end": 540.19, "word": " meticulously.", "probability": 0.97900390625}, {"start": 540.75, "end": 541.09, "word": " Thoroughly", "probability": 0.9749348958333334}, {"start": 541.09, "end": 541.35, "word": " means", "probability": 0.9306640625}, {"start": 541.35, "end": 542.13, "word": " accurately", "probability": 0.87646484375}, {"start": 542.13, "end": 542.59, "word": " already", "probability": 0.45068359375}, {"start": 542.59, "end": 543.33, "word": " in", "probability": 0.8955078125}, {"start": 543.33, "end": 543.51, "word": " a", "probability": 0.97265625}, {"start": 543.51, "end": 543.85, "word": " detailed", "probability": 0.85888671875}, {"start": 543.85, "end": 544.17, "word": " way.", "probability": 0.95654296875}, {"start": 544.37, "end": 544.63, "word": " Okay?", "probability": 0.5888671875}, {"start": 545.13, "end": 545.45, "word": " Alright?", "probability": 0.5380859375}, {"start": 546.55, "end": 546.83, "word": " So,", "probability": 0.9521484375}, {"start": 547.21, "end": 547.61, "word": " what", "probability": 0.923828125}, {"start": 547.61, "end": 547.75, "word": " is", "probability": 0.87548828125}, {"start": 547.75, "end": 547.99, "word": " wrong", "probability": 0.9296875}, {"start": 547.99, "end": 548.19, "word": " here", "probability": 0.8349609375}, {"start": 548.19, "end": 548.55, "word": " again?", "probability": 0.912109375}, {"start": 548.77, "end": 548.95, "word": " How", "probability": 0.5087890625}, {"start": 548.95, "end": 549.83, "word": " can", "probability": 0.93115234375}, {"start": 549.83, "end": 549.97, "word": " we", "probability": 0.951171875}, {"start": 549.97, "end": 550.29, "word": " fix", "probability": 0.9423828125}, {"start": 550.29, "end": 550.53, "word": " it?", "probability": 0.94482421875}, {"start": 551.13, "end": 551.33, "word": " The", "probability": 0.8876953125}, {"start": 551.33, "end": 551.81, "word": " culture?", "probability": 0.93408203125}], "temperature": 1.0}, {"id": 22, "seek": 57623, "start": 552.87, "end": 576.23, "text": " to the players that they should get a lot of sleep, that they should not eat too much and to do some warm-up exercises before the game. Excellent. And that they should do some warm-up activities or exercises before a game. So we all have three", "tokens": [281, 264, 4150, 300, 436, 820, 483, 257, 688, 295, 2817, 11, 300, 436, 820, 406, 1862, 886, 709, 293, 281, 360, 512, 4561, 12, 1010, 11900, 949, 264, 1216, 13, 16723, 13, 400, 300, 436, 820, 360, 512, 4561, 12, 1010, 5354, 420, 11900, 949, 257, 1216, 13, 407, 321, 439, 362, 1045], "avg_logprob": -0.21874999945813958, "compression_ratio": 1.7304964539007093, "no_speech_prob": 5.960464477539063e-08, "words": [{"start": 552.87, "end": 553.17, "word": " to", "probability": 0.377197265625}, {"start": 553.17, "end": 553.45, "word": " the", "probability": 0.74072265625}, {"start": 553.45, "end": 553.93, "word": " players", "probability": 0.91943359375}, {"start": 553.93, "end": 554.29, "word": " that", "probability": 0.7587890625}, {"start": 554.29, "end": 554.63, "word": " they", "probability": 0.8681640625}, {"start": 554.63, "end": 554.89, "word": " should", "probability": 0.9384765625}, {"start": 554.89, "end": 555.15, "word": " get", "probability": 0.93212890625}, {"start": 555.15, "end": 555.31, "word": " a", "probability": 0.97509765625}, {"start": 555.31, "end": 555.43, "word": " lot", "probability": 0.9599609375}, {"start": 555.43, "end": 555.59, "word": " of", "probability": 0.96923828125}, {"start": 555.59, "end": 556.03, "word": " sleep,", "probability": 0.95751953125}, {"start": 556.89, "end": 557.07, "word": " that", "probability": 0.8203125}, {"start": 557.07, "end": 557.31, "word": " they", "probability": 0.876953125}, {"start": 557.31, "end": 557.49, "word": " should", "probability": 0.9609375}, {"start": 557.49, "end": 557.79, "word": " not", "probability": 0.93994140625}, {"start": 557.79, "end": 557.99, "word": " eat", "probability": 0.98388671875}, {"start": 557.99, "end": 558.23, "word": " too", "probability": 0.92919921875}, {"start": 558.23, "end": 558.57, "word": " much", "probability": 0.90869140625}, {"start": 558.57, "end": 558.93, "word": " and", "probability": 0.6962890625}, {"start": 558.93, "end": 559.07, "word": " to", "probability": 0.802734375}, {"start": 559.07, "end": 559.25, "word": " do", "probability": 0.9609375}, {"start": 559.25, "end": 559.57, "word": " some", "probability": 0.8916015625}, {"start": 559.57, "end": 559.85, "word": " warm", "probability": 0.916015625}, {"start": 559.85, "end": 560.01, "word": "-up", "probability": 0.840087890625}, {"start": 560.01, "end": 560.65, "word": " exercises", "probability": 0.9482421875}, {"start": 560.65, "end": 561.05, "word": " before", "probability": 0.87646484375}, {"start": 561.05, "end": 561.25, "word": " the", "probability": 0.92041015625}, {"start": 561.25, "end": 561.63, "word": " game.", "probability": 0.904296875}, {"start": 564.71, "end": 565.29, "word": " Excellent.", "probability": 0.1614990234375}, {"start": 568.89, "end": 568.91, "word": " And", "probability": 0.76025390625}, {"start": 568.91, "end": 569.21, "word": " that", "probability": 0.54052734375}, {"start": 569.21, "end": 569.45, "word": " they", "probability": 0.8740234375}, {"start": 569.45, "end": 569.73, "word": " should", "probability": 0.95458984375}, {"start": 569.73, "end": 569.93, "word": " do", "probability": 0.935546875}, {"start": 569.93, "end": 570.37, "word": " some", "probability": 0.8828125}, {"start": 570.37, "end": 571.01, "word": " warm", "probability": 0.865234375}, {"start": 571.01, "end": 571.29, "word": "-up", "probability": 0.933837890625}, {"start": 571.29, "end": 572.41, "word": " activities", "probability": 0.9599609375}, {"start": 572.41, "end": 573.55, "word": " or", "probability": 0.78271484375}, {"start": 573.55, "end": 574.11, "word": " exercises", "probability": 0.9599609375}, {"start": 574.11, "end": 574.51, "word": " before", "probability": 0.86279296875}, {"start": 574.51, "end": 574.63, "word": " a", "probability": 0.464599609375}, {"start": 574.63, "end": 574.75, "word": " game.", "probability": 0.8974609375}, {"start": 574.83, "end": 574.95, "word": " So", "probability": 0.92138671875}, {"start": 574.95, "end": 575.13, "word": " we", "probability": 0.72119140625}, {"start": 575.13, "end": 575.43, "word": " all", "probability": 0.9384765625}, {"start": 575.43, "end": 575.81, "word": " have", "probability": 0.919921875}, {"start": 575.81, "end": 576.23, "word": " three", "probability": 0.81494140625}], "temperature": 1.0}, {"id": 23, "seek": 60207, "start": 577.09, "end": 602.07, "text": " that closes, okay? Or we can do it the other way. The coach told the players to get enough sleep, to not eat much, and to do some warm-up exercise. So the idea of parallelism is we have to keep balance, we have to keep all the items belonging to the same structure or form, okay? What is wrong here?", "tokens": [300, 24157, 11, 1392, 30, 1610, 321, 393, 360, 309, 264, 661, 636, 13, 440, 6560, 1907, 264, 4150, 281, 483, 1547, 2817, 11, 281, 406, 1862, 709, 11, 293, 281, 360, 512, 4561, 12, 1010, 5380, 13, 407, 264, 1558, 295, 8952, 1434, 307, 321, 362, 281, 1066, 4772, 11, 321, 362, 281, 1066, 439, 264, 4754, 22957, 281, 264, 912, 3877, 420, 1254, 11, 1392, 30, 708, 307, 2085, 510, 30], "avg_logprob": -0.2093538803023261, "compression_ratio": 1.5228426395939085, "no_speech_prob": 1.1920928955078125e-07, "words": [{"start": 577.0899999999999, "end": 577.65, "word": " that", "probability": 0.232421875}, {"start": 577.65, "end": 578.19, "word": " closes,", "probability": 0.63916015625}, {"start": 578.47, "end": 578.79, "word": " okay?", "probability": 0.8056640625}, {"start": 579.19, "end": 579.37, "word": " Or", "probability": 0.87744140625}, {"start": 579.37, "end": 579.51, "word": " we", "probability": 0.74658203125}, {"start": 579.51, "end": 579.73, "word": " can", "probability": 0.9423828125}, {"start": 579.73, "end": 579.91, "word": " do", "probability": 0.96337890625}, {"start": 579.91, "end": 580.17, "word": " it", "probability": 0.95361328125}, {"start": 580.17, "end": 580.43, "word": " the", "probability": 0.91162109375}, {"start": 580.43, "end": 580.67, "word": " other", "probability": 0.89208984375}, {"start": 580.67, "end": 580.91, "word": " way.", "probability": 0.95947265625}, {"start": 581.03, "end": 581.11, "word": " The", "probability": 0.86083984375}, {"start": 581.11, "end": 581.41, "word": " coach", "probability": 0.9296875}, {"start": 581.41, "end": 582.07, "word": " told", "probability": 0.2030029296875}, {"start": 582.07, "end": 582.45, "word": " the", "probability": 0.9052734375}, {"start": 582.45, "end": 582.89, "word": " players", "probability": 0.93212890625}, {"start": 582.89, "end": 583.27, "word": " to", "probability": 0.95263671875}, {"start": 583.27, "end": 584.27, "word": " get", "probability": 0.70654296875}, {"start": 584.27, "end": 584.57, "word": " enough", "probability": 0.462890625}, {"start": 584.57, "end": 585.05, "word": " sleep,", "probability": 0.95361328125}, {"start": 585.21, "end": 585.57, "word": " to", "probability": 0.92578125}, {"start": 585.57, "end": 586.23, "word": " not", "probability": 0.9375}, {"start": 586.23, "end": 586.59, "word": " eat", "probability": 0.9208984375}, {"start": 586.59, "end": 587.01, "word": " much,", "probability": 0.89306640625}, {"start": 587.33, "end": 587.47, "word": " and", "probability": 0.93310546875}, {"start": 587.47, "end": 587.79, "word": " to", "probability": 0.96240234375}, {"start": 587.79, "end": 589.15, "word": " do", "probability": 0.8984375}, {"start": 589.15, "end": 589.63, "word": " some", "probability": 0.89404296875}, {"start": 589.63, "end": 590.01, "word": " warm", "probability": 0.923828125}, {"start": 590.01, "end": 590.17, "word": "-up", "probability": 0.7459716796875}, {"start": 590.17, "end": 590.61, "word": " exercise.", "probability": 0.5341796875}, {"start": 590.75, "end": 590.83, "word": " So", "probability": 0.92919921875}, {"start": 590.83, "end": 590.97, "word": " the", "probability": 0.6865234375}, {"start": 590.97, "end": 591.15, "word": " idea", "probability": 0.89404296875}, {"start": 591.15, "end": 591.37, "word": " of", "probability": 0.95947265625}, {"start": 591.37, "end": 591.83, "word": " parallelism", "probability": 0.859130859375}, {"start": 591.83, "end": 591.97, "word": " is", "probability": 0.92822265625}, {"start": 591.97, "end": 592.19, "word": " we", "probability": 0.7822265625}, {"start": 592.19, "end": 592.47, "word": " have", "probability": 0.94677734375}, {"start": 592.47, "end": 592.63, "word": " to", "probability": 0.97119140625}, {"start": 592.63, "end": 592.95, "word": " keep", "probability": 0.908203125}, {"start": 592.95, "end": 593.35, "word": " balance,", "probability": 0.93603515625}, {"start": 593.67, "end": 593.81, "word": " we", "probability": 0.9541015625}, {"start": 593.81, "end": 594.05, "word": " have", "probability": 0.9462890625}, {"start": 594.05, "end": 594.19, "word": " to", "probability": 0.96728515625}, {"start": 594.19, "end": 594.41, "word": " keep", "probability": 0.90380859375}, {"start": 594.41, "end": 594.73, "word": " all", "probability": 0.95166015625}, {"start": 594.73, "end": 594.91, "word": " the", "probability": 0.87939453125}, {"start": 594.91, "end": 595.55, "word": " items", "probability": 0.84521484375}, {"start": 595.55, "end": 596.81, "word": " belonging", "probability": 0.92724609375}, {"start": 596.81, "end": 597.09, "word": " to", "probability": 0.9677734375}, {"start": 597.09, "end": 597.25, "word": " the", "probability": 0.9140625}, {"start": 597.25, "end": 597.47, "word": " same", "probability": 0.9033203125}, {"start": 597.47, "end": 598.01, "word": " structure", "probability": 0.85302734375}, {"start": 598.01, "end": 598.41, "word": " or", "probability": 0.94140625}, {"start": 598.41, "end": 599.21, "word": " form,", "probability": 0.90478515625}, {"start": 599.61, "end": 599.89, "word": " okay?", "probability": 0.9052734375}, {"start": 601.09, "end": 601.51, "word": " What", "probability": 0.890625}, {"start": 601.51, "end": 601.63, "word": " is", "probability": 0.93310546875}, {"start": 601.63, "end": 601.83, "word": " wrong", "probability": 0.93310546875}, {"start": 601.83, "end": 602.07, "word": " here?", "probability": 0.84716796875}], "temperature": 1.0}, {"id": 24, "seek": 61057, "start": 604.17, "end": 610.57, "text": " The dictionary can be used for these purposes to find word meanings clear", "tokens": [440, 25890, 393, 312, 1143, 337, 613, 9932, 281, 915, 1349, 28138, 1850], "avg_logprob": -0.29101561435631346, "compression_ratio": 1.0724637681159421, "no_speech_prob": 1.0728836059570312e-06, "words": [{"start": 604.17, "end": 604.43, "word": " The", "probability": 0.55078125}, {"start": 604.43, "end": 605.03, "word": " dictionary", "probability": 0.90283203125}, {"start": 605.03, "end": 605.95, "word": " can", "probability": 0.93017578125}, {"start": 605.95, "end": 606.17, "word": " be", "probability": 0.94970703125}, {"start": 606.17, "end": 606.49, "word": " used", "probability": 0.9033203125}, {"start": 606.49, "end": 606.71, "word": " for", "probability": 0.9130859375}, {"start": 606.71, "end": 606.99, "word": " these", "probability": 0.810546875}, {"start": 606.99, "end": 607.67, "word": " purposes", "probability": 0.87939453125}, {"start": 607.67, "end": 608.31, "word": " to", "probability": 0.4208984375}, {"start": 608.31, "end": 608.95, "word": " find", "probability": 0.83349609375}, {"start": 608.95, "end": 609.27, "word": " word", "probability": 0.85107421875}, {"start": 609.27, "end": 609.77, "word": " meanings", "probability": 0.94091796875}, {"start": 609.77, "end": 610.57, "word": " clear", "probability": 0.53857421875}], "temperature": 1.0}, {"id": 25, "seek": 63479, "start": 611.5, "end": 634.8, "text": " to find word meanings, clear pronunciations, correct spellings, and looking up irregular verbs. Okay, so the problem is here, which is not the same as these ones. These ones are noun phrases, word meanings, correct spellings, clear pronunciations, whereas this one is a participial phrase beginning with a gerund, with a verb plus ing.", "tokens": [281, 915, 1349, 28138, 11, 1850, 7569, 11228, 763, 11, 3006, 9827, 1109, 11, 293, 1237, 493, 29349, 30051, 13, 1033, 11, 370, 264, 1154, 307, 510, 11, 597, 307, 406, 264, 912, 382, 613, 2306, 13, 1981, 2306, 366, 23307, 20312, 11, 1349, 28138, 11, 3006, 9827, 1109, 11, 1850, 7569, 11228, 763, 11, 9735, 341, 472, 307, 257, 3421, 831, 9535, 2863, 365, 257, 5713, 997, 11, 365, 257, 9595, 1804, 3957, 13], "avg_logprob": -0.23478618087737183, "compression_ratio": 1.7777777777777777, "no_speech_prob": 1.1920928955078125e-07, "words": [{"start": 611.5, "end": 611.98, "word": " to", "probability": 0.39599609375}, {"start": 611.98, "end": 612.32, "word": " find", "probability": 0.84423828125}, {"start": 612.32, "end": 612.7, "word": " word", "probability": 0.66650390625}, {"start": 612.7, "end": 613.04, "word": " meanings,", "probability": 0.8720703125}, {"start": 613.26, "end": 613.56, "word": " clear", "probability": 0.8525390625}, {"start": 613.56, "end": 614.32, "word": " pronunciations,", "probability": 0.912109375}, {"start": 614.5, "end": 614.72, "word": " correct", "probability": 0.880859375}, {"start": 614.72, "end": 615.34, "word": " spellings,", "probability": 0.764892578125}, {"start": 615.54, "end": 615.74, "word": " and", "probability": 0.9189453125}, {"start": 615.74, "end": 616.44, "word": " looking", "probability": 0.80419921875}, {"start": 616.44, "end": 616.7, "word": " up", "probability": 0.7197265625}, {"start": 616.7, "end": 617.2, "word": " irregular", "probability": 0.92822265625}, {"start": 617.2, "end": 617.72, "word": " verbs.", "probability": 0.93896484375}, {"start": 619.52, "end": 619.8, "word": " Okay,", "probability": 0.50244140625}, {"start": 619.88, "end": 619.96, "word": " so", "probability": 0.9140625}, {"start": 619.96, "end": 620.14, "word": " the", "probability": 0.86328125}, {"start": 620.14, "end": 620.46, "word": " problem", "probability": 0.87109375}, {"start": 620.46, "end": 620.66, "word": " is", "probability": 0.91064453125}, {"start": 620.66, "end": 620.9, "word": " here,", "probability": 0.845703125}, {"start": 621.1, "end": 622.2, "word": " which", "probability": 0.8115234375}, {"start": 622.2, "end": 622.42, "word": " is", "probability": 0.9423828125}, {"start": 622.42, "end": 622.76, "word": " not", "probability": 0.9482421875}, {"start": 622.76, "end": 623.04, "word": " the", "probability": 0.90869140625}, {"start": 623.04, "end": 623.38, "word": " same", "probability": 0.9091796875}, {"start": 623.38, "end": 623.74, "word": " as", "probability": 0.96484375}, {"start": 623.74, "end": 624.14, "word": " these", "probability": 0.83642578125}, {"start": 624.14, "end": 624.42, "word": " ones.", "probability": 0.82861328125}, {"start": 624.52, "end": 624.68, "word": " These", "probability": 0.8994140625}, {"start": 624.68, "end": 624.92, "word": " ones", "probability": 0.85205078125}, {"start": 624.92, "end": 625.18, "word": " are", "probability": 0.939453125}, {"start": 625.18, "end": 625.58, "word": " noun", "probability": 0.8564453125}, {"start": 625.58, "end": 626.14, "word": " phrases,", "probability": 0.64404296875}, {"start": 626.64, "end": 627.02, "word": " word", "probability": 0.90087890625}, {"start": 627.02, "end": 627.4, "word": " meanings,", "probability": 0.94970703125}, {"start": 627.58, "end": 627.84, "word": " correct", "probability": 0.87939453125}, {"start": 627.84, "end": 628.34, "word": " spellings,", "probability": 0.85693359375}, {"start": 628.48, "end": 628.74, "word": " clear", "probability": 0.8486328125}, {"start": 628.74, "end": 629.38, "word": " pronunciations,", "probability": 0.9523111979166666}, {"start": 629.78, "end": 629.94, "word": " whereas", "probability": 0.88134765625}, {"start": 629.94, "end": 630.2, "word": " this", "probability": 0.9248046875}, {"start": 630.2, "end": 630.4, "word": " one", "probability": 0.92822265625}, {"start": 630.4, "end": 630.62, "word": " is", "probability": 0.9365234375}, {"start": 630.62, "end": 630.78, "word": " a", "probability": 0.93408203125}, {"start": 630.78, "end": 631.44, "word": " participial", "probability": 0.8427734375}, {"start": 631.44, "end": 631.7, "word": " phrase", "probability": 0.95947265625}, {"start": 631.7, "end": 632.08, "word": " beginning", "probability": 0.81884765625}, {"start": 632.08, "end": 632.32, "word": " with", "probability": 0.8974609375}, {"start": 632.32, "end": 632.44, "word": " a", "probability": 0.8818359375}, {"start": 632.44, "end": 632.7, "word": " gerund,", "probability": 0.6400146484375}, {"start": 633.04, "end": 633.14, "word": " with", "probability": 0.86474609375}, {"start": 633.14, "end": 633.52, "word": " a", "probability": 0.96142578125}, {"start": 633.52, "end": 633.86, "word": " verb", "probability": 0.8359375}, {"start": 633.86, "end": 634.18, "word": " plus", "probability": 0.81005859375}, {"start": 634.18, "end": 634.8, "word": " ing.", "probability": 0.403564453125}], "temperature": 1.0}, {"id": 26, "seek": 66102, "start": 636.86, "end": 661.02, "text": " it could be something like correct spellings and irregular verbs now it is a verb but now it is it is a noun phrase okay so we don't need looking up all of them now are noun phrases okay this is clear yes all right uh let's just do a", "tokens": [309, 727, 312, 746, 411, 3006, 9827, 1109, 293, 29349, 30051, 586, 309, 307, 257, 9595, 457, 586, 309, 307, 309, 307, 257, 23307, 9535, 1392, 370, 321, 500, 380, 643, 1237, 493, 439, 295, 552, 586, 366, 23307, 20312, 1392, 341, 307, 1850, 2086, 439, 558, 2232, 718, 311, 445, 360, 257], "avg_logprob": -0.20211226410335964, "compression_ratio": 1.6027397260273972, "no_speech_prob": 0.0, "words": [{"start": 636.86, "end": 637.18, "word": " it", "probability": 0.352783203125}, {"start": 637.18, "end": 637.4, "word": " could", "probability": 0.84814453125}, {"start": 637.4, "end": 637.6, "word": " be", "probability": 0.94677734375}, {"start": 637.6, "end": 637.96, "word": " something", "probability": 0.77001953125}, {"start": 637.96, "end": 638.44, "word": " like", "probability": 0.83154296875}, {"start": 638.44, "end": 638.8, "word": " correct", "probability": 0.61962890625}, {"start": 638.8, "end": 639.3, "word": " spellings", "probability": 0.6837158203125}, {"start": 639.3, "end": 639.82, "word": " and", "probability": 0.9111328125}, {"start": 639.82, "end": 642.1, "word": " irregular", "probability": 0.73876953125}, {"start": 642.1, "end": 642.98, "word": " verbs", "probability": 0.95166015625}, {"start": 642.98, "end": 644.0, "word": " now", "probability": 0.346435546875}, {"start": 644.0, "end": 644.18, "word": " it", "probability": 0.89208984375}, {"start": 644.18, "end": 644.34, "word": " is", "probability": 0.900390625}, {"start": 644.34, "end": 644.66, "word": " a", "probability": 0.9453125}, {"start": 644.66, "end": 645.32, "word": " verb", "probability": 0.7451171875}, {"start": 645.32, "end": 645.64, "word": " but", "probability": 0.437744140625}, {"start": 645.64, "end": 645.92, "word": " now", "probability": 0.8720703125}, {"start": 645.92, "end": 646.06, "word": " it", "probability": 0.95751953125}, {"start": 646.06, "end": 646.2, "word": " is", "probability": 0.9365234375}, {"start": 646.2, "end": 646.36, "word": " it", "probability": 0.7568359375}, {"start": 646.36, "end": 646.58, "word": " is", "probability": 0.95361328125}, {"start": 646.58, "end": 646.9, "word": " a", "probability": 0.99072265625}, {"start": 646.9, "end": 647.44, "word": " noun", "probability": 0.9248046875}, {"start": 647.44, "end": 647.86, "word": " phrase", "probability": 0.75146484375}, {"start": 647.86, "end": 648.44, "word": " okay", "probability": 0.8369140625}, {"start": 648.44, "end": 648.8, "word": " so", "probability": 0.88330078125}, {"start": 648.8, "end": 649.0, "word": " we", "probability": 0.92138671875}, {"start": 649.0, "end": 649.26, "word": " don't", "probability": 0.980712890625}, {"start": 649.26, "end": 649.48, "word": " need", "probability": 0.923828125}, {"start": 649.48, "end": 649.8, "word": " looking", "probability": 0.93505859375}, {"start": 649.8, "end": 650.32, "word": " up", "probability": 0.9716796875}, {"start": 650.32, "end": 650.96, "word": " all", "probability": 0.89404296875}, {"start": 650.96, "end": 651.12, "word": " of", "probability": 0.9716796875}, {"start": 651.12, "end": 651.32, "word": " them", "probability": 0.89306640625}, {"start": 651.32, "end": 651.66, "word": " now", "probability": 0.9248046875}, {"start": 651.66, "end": 652.12, "word": " are", "probability": 0.93603515625}, {"start": 652.12, "end": 652.58, "word": " noun", "probability": 0.86572265625}, {"start": 652.58, "end": 653.26, "word": " phrases", "probability": 0.84423828125}, {"start": 653.26, "end": 654.56, "word": " okay", "probability": 0.88232421875}, {"start": 654.56, "end": 655.1, "word": " this", "probability": 0.488037109375}, {"start": 655.1, "end": 655.24, "word": " is", "probability": 0.947265625}, {"start": 655.24, "end": 655.54, "word": " clear", "probability": 0.9140625}, {"start": 655.54, "end": 656.46, "word": " yes", "probability": 0.822265625}, {"start": 656.46, "end": 658.04, "word": " all", "probability": 0.84033203125}, {"start": 658.04, "end": 658.26, "word": " right", "probability": 0.91015625}, {"start": 658.26, "end": 659.64, "word": " uh", "probability": 0.609375}, {"start": 659.64, "end": 660.2, "word": " let's", "probability": 0.978271484375}, {"start": 660.2, "end": 660.52, "word": " just", "probability": 0.91748046875}, {"start": 660.52, "end": 660.98, "word": " do", "probability": 0.9580078125}, {"start": 660.98, "end": 661.02, "word": " a", "probability": 0.6455078125}], "temperature": 1.0}, {"id": 27, "seek": 67998, "start": 662.54, "end": 679.98, "text": " and see if these sentences are parallel or not parallel, okay? Let's look at the first one and check if this is a correct sentence or a parallel sentence or it has a problem in the balance of their grammatical structure, okay?", "tokens": [293, 536, 498, 613, 16579, 366, 8952, 420, 406, 8952, 11, 1392, 30, 961, 311, 574, 412, 264, 700, 472, 293, 1520, 498, 341, 307, 257, 3006, 8174, 420, 257, 8952, 8174, 420, 309, 575, 257, 1154, 294, 264, 4772, 295, 641, 17570, 267, 804, 3877, 11, 1392, 30], "avg_logprob": -0.162812502682209, "compression_ratio": 1.6099290780141844, "no_speech_prob": 0.0, "words": [{"start": 662.54, "end": 662.72, "word": " and", "probability": 0.493408203125}, {"start": 662.72, "end": 662.94, "word": " see", "probability": 0.880859375}, {"start": 662.94, "end": 663.24, "word": " if", "probability": 0.9404296875}, {"start": 663.24, "end": 663.58, "word": " these", "probability": 0.8251953125}, {"start": 663.58, "end": 664.66, "word": " sentences", "probability": 0.94580078125}, {"start": 664.66, "end": 665.24, "word": " are", "probability": 0.95703125}, {"start": 665.24, "end": 666.22, "word": " parallel", "probability": 0.89453125}, {"start": 666.22, "end": 667.44, "word": " or", "probability": 0.91748046875}, {"start": 667.44, "end": 668.02, "word": " not", "probability": 0.91845703125}, {"start": 668.02, "end": 668.4, "word": " parallel,", "probability": 0.87060546875}, {"start": 668.56, "end": 668.86, "word": " okay?", "probability": 0.5595703125}, {"start": 669.22, "end": 669.38, "word": " Let's", "probability": 0.830810546875}, {"start": 669.38, "end": 669.56, "word": " look", "probability": 0.955078125}, {"start": 669.56, "end": 669.68, "word": " at", "probability": 0.96044921875}, {"start": 669.68, "end": 669.8, "word": " the", "probability": 0.9150390625}, {"start": 669.8, "end": 670.06, "word": " first", "probability": 0.890625}, {"start": 670.06, "end": 670.24, "word": " one", "probability": 0.93408203125}, {"start": 670.24, "end": 670.36, "word": " and", "probability": 0.81396484375}, {"start": 670.36, "end": 670.54, "word": " check", "probability": 0.9267578125}, {"start": 670.54, "end": 670.7, "word": " if", "probability": 0.8583984375}, {"start": 670.7, "end": 670.88, "word": " this", "probability": 0.884765625}, {"start": 670.88, "end": 671.0, "word": " is", "probability": 0.93017578125}, {"start": 671.0, "end": 671.12, "word": " a", "probability": 0.97509765625}, {"start": 671.12, "end": 671.38, "word": " correct", "probability": 0.90869140625}, {"start": 671.38, "end": 671.9, "word": " sentence", "probability": 0.9365234375}, {"start": 671.9, "end": 672.12, "word": " or", "probability": 0.91845703125}, {"start": 672.12, "end": 672.28, "word": " a", "probability": 0.880859375}, {"start": 672.28, "end": 672.54, "word": " parallel", "probability": 0.904296875}, {"start": 672.54, "end": 673.14, "word": " sentence", "probability": 0.9443359375}, {"start": 673.14, "end": 673.62, "word": " or", "probability": 0.76513671875}, {"start": 673.62, "end": 673.74, "word": " it", "probability": 0.826171875}, {"start": 673.74, "end": 673.9, "word": " has", "probability": 0.94775390625}, {"start": 673.9, "end": 674.04, "word": " a", "probability": 0.9892578125}, {"start": 674.04, "end": 674.42, "word": " problem", "probability": 0.87939453125}, {"start": 674.42, "end": 674.84, "word": " in", "probability": 0.9375}, {"start": 674.84, "end": 675.72, "word": " the", "probability": 0.91552734375}, {"start": 675.72, "end": 676.4, "word": " balance", "probability": 0.96728515625}, {"start": 676.4, "end": 676.84, "word": " of", "probability": 0.9658203125}, {"start": 676.84, "end": 677.28, "word": " their", "probability": 0.8037109375}, {"start": 677.28, "end": 678.1, "word": " grammatical", "probability": 0.9288736979166666}, {"start": 678.1, "end": 679.12, "word": " structure,", "probability": 0.865234375}, {"start": 679.64, "end": 679.98, "word": " okay?", "probability": 0.90625}], "temperature": 1.0}, {"id": 28, "seek": 69733, "start": 681.81, "end": 697.33, "text": " The manager wanted a staff who arrived on time, smiled at customers and worked hard on tasks. Correct or not? Yes, it is a balanced structure. Ok, let's see the second one.", "tokens": [440, 6598, 1415, 257, 3525, 567, 6678, 322, 565, 11, 35132, 412, 4581, 293, 2732, 1152, 322, 9608, 13, 12753, 420, 406, 30, 1079, 11, 309, 307, 257, 13902, 3877, 13, 3477, 11, 718, 311, 536, 264, 1150, 472, 13], "avg_logprob": -0.23799542973681195, "compression_ratio": 1.291044776119403, "no_speech_prob": 5.960464477539063e-08, "words": [{"start": 681.8100000000001, "end": 682.33, "word": " The", "probability": 0.5615234375}, {"start": 682.33, "end": 682.85, "word": " manager", "probability": 0.9248046875}, {"start": 682.85, "end": 684.37, "word": " wanted", "probability": 0.8388671875}, {"start": 684.37, "end": 684.61, "word": " a", "probability": 0.55078125}, {"start": 684.61, "end": 685.01, "word": " staff", "probability": 0.87744140625}, {"start": 685.01, "end": 685.53, "word": " who", "probability": 0.80908203125}, {"start": 685.53, "end": 686.27, "word": " arrived", "probability": 0.8564453125}, {"start": 686.27, "end": 686.49, "word": " on", "probability": 0.93310546875}, {"start": 686.49, "end": 687.11, "word": " time,", "probability": 0.82470703125}, {"start": 688.31, "end": 688.95, "word": " smiled", "probability": 0.6064453125}, {"start": 688.95, "end": 689.21, "word": " at", "probability": 0.95166015625}, {"start": 689.21, "end": 690.23, "word": " customers", "probability": 0.7666015625}, {"start": 690.23, "end": 690.63, "word": " and", "probability": 0.75830078125}, {"start": 690.63, "end": 690.97, "word": " worked", "probability": 0.8876953125}, {"start": 690.97, "end": 691.23, "word": " hard", "probability": 0.880859375}, {"start": 691.23, "end": 691.39, "word": " on", "probability": 0.92724609375}, {"start": 691.39, "end": 691.77, "word": " tasks.", "probability": 0.85009765625}, {"start": 691.85, "end": 692.09, "word": " Correct", "probability": 0.72607421875}, {"start": 692.09, "end": 692.27, "word": " or", "probability": 0.94580078125}, {"start": 692.27, "end": 692.51, "word": " not?", "probability": 0.9111328125}, {"start": 693.21, "end": 693.49, "word": " Yes,", "probability": 0.70654296875}, {"start": 693.57, "end": 693.67, "word": " it", "probability": 0.921875}, {"start": 693.67, "end": 693.85, "word": " is", "probability": 0.7255859375}, {"start": 693.85, "end": 693.97, "word": " a", "probability": 0.544921875}, {"start": 693.97, "end": 694.25, "word": " balanced", "probability": 0.85302734375}, {"start": 694.25, "end": 695.95, "word": " structure.", "probability": 0.8662109375}, {"start": 696.19, "end": 696.39, "word": " Ok,", "probability": 0.333984375}, {"start": 696.45, "end": 696.57, "word": " let's", "probability": 0.93310546875}, {"start": 696.57, "end": 696.67, "word": " see", "probability": 0.91455078125}, {"start": 696.67, "end": 696.81, "word": " the", "probability": 0.9052734375}, {"start": 696.81, "end": 697.07, "word": " second", "probability": 0.89794921875}, {"start": 697.07, "end": 697.33, "word": " one.", "probability": 0.9091796875}], "temperature": 1.0}, {"id": 29, "seek": 71909, "start": 698.07, "end": 719.09, "text": " The second one. Yes, please. Lexation can include reading for pleasure, playing with your friends or to participate in sports activities. Okay, so is it parallel? Of course not. We have here is German and German but this one is infinitive so it has to be and or participating. Participating in sports activities. Number three.", "tokens": [440, 1150, 472, 13, 1079, 11, 1767, 13, 24086, 399, 393, 4090, 3760, 337, 6834, 11, 2433, 365, 428, 1855, 420, 281, 8197, 294, 6573, 5354, 13, 1033, 11, 370, 307, 309, 8952, 30, 2720, 1164, 406, 13, 492, 362, 510, 307, 6521, 293, 6521, 457, 341, 472, 307, 7193, 2187, 370, 309, 575, 281, 312, 293, 420, 13950, 13, 35247, 990, 294, 6573, 5354, 13, 5118, 1045, 13], "avg_logprob": -0.29531251404966624, "compression_ratio": 1.587378640776699, "no_speech_prob": 5.960464477539062e-07, "words": [{"start": 698.07, "end": 698.31, "word": " The", "probability": 0.55126953125}, {"start": 698.31, "end": 698.57, "word": " second", "probability": 0.85791015625}, {"start": 698.57, "end": 698.91, "word": " one.", "probability": 0.88916015625}, {"start": 699.25, "end": 699.39, "word": " Yes,", "probability": 0.896484375}, {"start": 699.47, "end": 699.67, "word": " please.", "probability": 0.796875}, {"start": 699.83, "end": 700.33, "word": " Lexation", "probability": 0.6356201171875}, {"start": 700.33, "end": 700.55, "word": " can", "probability": 0.9326171875}, {"start": 700.55, "end": 700.87, "word": " include", "probability": 0.876953125}, {"start": 700.87, "end": 701.21, "word": " reading", "probability": 0.8330078125}, {"start": 701.21, "end": 701.47, "word": " for", "probability": 0.88427734375}, {"start": 701.47, "end": 701.79, "word": " pleasure,", "probability": 0.9482421875}, {"start": 701.95, "end": 702.15, "word": " playing", "probability": 0.84912109375}, {"start": 702.15, "end": 702.41, "word": " with", "probability": 0.8974609375}, {"start": 702.41, "end": 702.57, "word": " your", "probability": 0.900390625}, {"start": 702.57, "end": 703.03, "word": " friends", "probability": 0.81591796875}, {"start": 703.03, "end": 703.43, "word": " or", "probability": 0.61376953125}, {"start": 703.43, "end": 703.81, "word": " to", "probability": 0.81103515625}, {"start": 703.81, "end": 704.33, "word": " participate", "probability": 0.90625}, {"start": 704.33, "end": 704.73, "word": " in", "probability": 0.6728515625}, {"start": 704.73, "end": 704.75, "word": " sports", "probability": 0.69921875}, {"start": 704.75, "end": 704.75, "word": " activities.", "probability": 0.5341796875}, {"start": 704.75, "end": 705.01, "word": " Okay,", "probability": 0.415771484375}, {"start": 705.21, "end": 705.37, "word": " so", "probability": 0.859375}, {"start": 705.37, "end": 705.59, "word": " is", "probability": 0.44287109375}, {"start": 705.59, "end": 705.75, "word": " it", "probability": 0.63427734375}, {"start": 705.75, "end": 706.13, "word": " parallel?", "probability": 0.90576171875}, {"start": 706.73, "end": 707.03, "word": " Of", "probability": 0.9013671875}, {"start": 707.03, "end": 707.15, "word": " course", "probability": 0.9521484375}, {"start": 707.15, "end": 707.35, "word": " not.", "probability": 0.8759765625}, {"start": 707.45, "end": 707.55, "word": " We", "probability": 0.71435546875}, {"start": 707.55, "end": 707.83, "word": " have", "probability": 0.9482421875}, {"start": 707.83, "end": 708.09, "word": " here", "probability": 0.8671875}, {"start": 708.09, "end": 708.41, "word": " is", "probability": 0.6240234375}, {"start": 708.41, "end": 708.83, "word": " German", "probability": 0.368408203125}, {"start": 708.83, "end": 709.41, "word": " and", "probability": 0.444091796875}, {"start": 709.41, "end": 709.97, "word": " German", "probability": 0.74853515625}, {"start": 709.97, "end": 710.29, "word": " but", "probability": 0.374755859375}, {"start": 710.29, "end": 710.59, "word": " this", "probability": 0.94580078125}, {"start": 710.59, "end": 710.75, "word": " one", "probability": 0.91748046875}, {"start": 710.75, "end": 710.91, "word": " is", "probability": 0.93701171875}, {"start": 710.91, "end": 711.49, "word": " infinitive", "probability": 0.920166015625}, {"start": 711.49, "end": 711.81, "word": " so", "probability": 0.4208984375}, {"start": 711.81, "end": 711.91, "word": " it", "probability": 0.9326171875}, {"start": 711.91, "end": 712.11, "word": " has", "probability": 0.94580078125}, {"start": 712.11, "end": 712.25, "word": " to", "probability": 0.97314453125}, {"start": 712.25, "end": 712.53, "word": " be", "probability": 0.955078125}, {"start": 712.53, "end": 712.99, "word": " and", "probability": 0.6748046875}, {"start": 712.99, "end": 713.65, "word": " or", "probability": 0.64453125}, {"start": 713.65, "end": 714.91, "word": " participating.", "probability": 0.91552734375}, {"start": 716.07, "end": 716.63, "word": " Participating", "probability": 0.897705078125}, {"start": 716.63, "end": 716.85, "word": " in", "probability": 0.93994140625}, {"start": 716.85, "end": 717.37, "word": " sports", "probability": 0.830078125}, {"start": 717.37, "end": 718.43, "word": " activities.", "probability": 0.9599609375}, {"start": 718.59, "end": 718.79, "word": " Number", "probability": 0.85498046875}, {"start": 718.79, "end": 719.09, "word": " three.", "probability": 0.88818359375}], "temperature": 1.0}, {"id": 30, "seek": 74177, "start": 720.65, "end": 741.77, "text": " One way to fight stress is to discuss your problem with either a friend or relative. Yes, it is a balance, a correct structure. Alright? So this is what we mean by the idea of balance. Let's do some more activities now and choose the correct one from A, B, C or D. Yes, please.", "tokens": [1485, 636, 281, 2092, 4244, 307, 281, 2248, 428, 1154, 365, 2139, 257, 1277, 420, 4972, 13, 1079, 11, 309, 307, 257, 4772, 11, 257, 3006, 3877, 13, 2798, 30, 407, 341, 307, 437, 321, 914, 538, 264, 1558, 295, 4772, 13, 961, 311, 360, 512, 544, 5354, 586, 293, 2826, 264, 3006, 472, 490, 316, 11, 363, 11, 383, 420, 413, 13, 1079, 11, 1767, 13], "avg_logprob": -0.23667279850034154, "compression_ratio": 1.455497382198953, "no_speech_prob": 1.7881393432617188e-07, "words": [{"start": 720.65, "end": 720.95, "word": " One", "probability": 0.4755859375}, {"start": 720.95, "end": 721.15, "word": " way", "probability": 0.8212890625}, {"start": 721.15, "end": 721.33, "word": " to", "probability": 0.95654296875}, {"start": 721.33, "end": 721.59, "word": " fight", "probability": 0.89794921875}, {"start": 721.59, "end": 722.23, "word": " stress", "probability": 0.80224609375}, {"start": 722.23, "end": 723.03, "word": " is", "probability": 0.9140625}, {"start": 723.03, "end": 724.81, "word": " to", "probability": 0.2734375}, {"start": 724.81, "end": 725.19, "word": " discuss", "probability": 0.8408203125}, {"start": 725.19, "end": 725.41, "word": " your", "probability": 0.74755859375}, {"start": 725.41, "end": 725.87, "word": " problem", "probability": 0.6240234375}, {"start": 725.87, "end": 726.11, "word": " with", "probability": 0.71923828125}, {"start": 726.11, "end": 726.39, "word": " either", "probability": 0.7607421875}, {"start": 726.39, "end": 726.63, "word": " a", "probability": 0.91650390625}, {"start": 726.63, "end": 726.93, "word": " friend", "probability": 0.8173828125}, {"start": 726.93, "end": 727.23, "word": " or", "probability": 0.935546875}, {"start": 727.23, "end": 727.81, "word": " relative.", "probability": 0.5078125}, {"start": 728.61, "end": 728.91, "word": " Yes,", "probability": 0.6298828125}, {"start": 729.03, "end": 729.11, "word": " it", "probability": 0.90478515625}, {"start": 729.11, "end": 729.37, "word": " is", "probability": 0.88232421875}, {"start": 729.37, "end": 729.59, "word": " a", "probability": 0.94921875}, {"start": 729.59, "end": 730.05, "word": " balance,", "probability": 0.439453125}, {"start": 730.43, "end": 730.63, "word": " a", "probability": 0.92822265625}, {"start": 730.63, "end": 731.05, "word": " correct", "probability": 0.8955078125}, {"start": 731.05, "end": 731.89, "word": " structure.", "probability": 0.84765625}, {"start": 732.25, "end": 732.27, "word": " Alright?", "probability": 0.37744140625}, {"start": 732.63, "end": 732.75, "word": " So", "probability": 0.91162109375}, {"start": 732.75, "end": 732.93, "word": " this", "probability": 0.7255859375}, {"start": 732.93, "end": 733.05, "word": " is", "probability": 0.93994140625}, {"start": 733.05, "end": 733.21, "word": " what", "probability": 0.94482421875}, {"start": 733.21, "end": 733.33, "word": " we", "probability": 0.9384765625}, {"start": 733.33, "end": 733.51, "word": " mean", "probability": 0.9453125}, {"start": 733.51, "end": 733.71, "word": " by", "probability": 0.95947265625}, {"start": 733.71, "end": 733.91, "word": " the", "probability": 0.89697265625}, {"start": 733.91, "end": 734.23, "word": " idea", "probability": 0.92626953125}, {"start": 734.23, "end": 734.73, "word": " of", "probability": 0.96630859375}, {"start": 734.73, "end": 735.67, "word": " balance.", "probability": 0.68701171875}, {"start": 735.87, "end": 736.03, "word": " Let's", "probability": 0.94140625}, {"start": 736.03, "end": 736.19, "word": " do", "probability": 0.943359375}, {"start": 736.19, "end": 736.45, "word": " some", "probability": 0.87109375}, {"start": 736.45, "end": 736.81, "word": " more", "probability": 0.9072265625}, {"start": 736.81, "end": 737.29, "word": " activities", "probability": 0.9609375}, {"start": 737.29, "end": 737.67, "word": " now", "probability": 0.8505859375}, {"start": 737.67, "end": 737.91, "word": " and", "probability": 0.57958984375}, {"start": 737.91, "end": 738.13, "word": " choose", "probability": 0.900390625}, {"start": 738.13, "end": 738.35, "word": " the", "probability": 0.9130859375}, {"start": 738.35, "end": 738.71, "word": " correct", "probability": 0.9140625}, {"start": 738.71, "end": 738.95, "word": " one", "probability": 0.89794921875}, {"start": 738.95, "end": 739.23, "word": " from", "probability": 0.85693359375}, {"start": 739.23, "end": 739.45, "word": " A,", "probability": 0.9169921875}, {"start": 739.53, "end": 739.73, "word": " B,", "probability": 0.74609375}, {"start": 739.79, "end": 739.93, "word": " C", "probability": 0.9736328125}, {"start": 739.93, "end": 740.37, "word": " or", "probability": 0.73974609375}, {"start": 740.37, "end": 741.13, "word": " D.", "probability": 0.99365234375}, {"start": 741.25, "end": 741.43, "word": " Yes,", "probability": 0.94482421875}, {"start": 741.53, "end": 741.77, "word": " please.", "probability": 0.7998046875}], "temperature": 1.0}, {"id": 31, "seek": 77271, "start": 753.65, "end": 772.71, "text": " Alright, it has to be C. Is that correct? Yes. During our vacation in Egypt, we hope to eat delicious food, to enjoy beautiful sunsets and to visit amazing. So infinitive, infinitive and infinitive. The second one. Correct? Yes, please. Please read it. Please.", "tokens": [2798, 11, 309, 575, 281, 312, 383, 13, 1119, 300, 3006, 30, 1079, 13, 6842, 527, 12830, 294, 9582, 11, 321, 1454, 281, 1862, 4809, 1755, 11, 281, 2103, 2238, 3295, 82, 1385, 293, 281, 3441, 2243, 13, 407, 7193, 2187, 11, 7193, 2187, 293, 7193, 2187, 13, 440, 1150, 472, 13, 12753, 30, 1079, 11, 1767, 13, 2555, 1401, 309, 13, 2555, 13], "avg_logprob": -0.26802884615384615, "compression_ratio": 1.4745762711864407, "no_speech_prob": 1.6093254089355469e-06, "words": [{"start": 753.65, "end": 754.01, "word": " Alright,", "probability": 0.2744140625}, {"start": 754.17, "end": 754.25, "word": " it", "probability": 0.92724609375}, {"start": 754.25, "end": 754.43, "word": " has", "probability": 0.93701171875}, {"start": 754.43, "end": 754.59, "word": " to", "probability": 0.978515625}, {"start": 754.59, "end": 755.01, "word": " be", "probability": 0.9619140625}, {"start": 755.01, "end": 755.91, "word": " C.", "probability": 0.689453125}, {"start": 756.01, "end": 756.09, "word": " Is", "probability": 0.7080078125}, {"start": 756.09, "end": 756.21, "word": " that", "probability": 0.93505859375}, {"start": 756.21, "end": 756.45, "word": " correct?", "probability": 0.888671875}, {"start": 756.77, "end": 757.29, "word": " Yes.", "probability": 0.7431640625}, {"start": 757.53, "end": 757.83, "word": " During", "probability": 0.6845703125}, {"start": 757.83, "end": 758.19, "word": " our", "probability": 0.8828125}, {"start": 758.19, "end": 758.65, "word": " vacation", "probability": 0.9580078125}, {"start": 758.65, "end": 758.91, "word": " in", "probability": 0.83544921875}, {"start": 758.91, "end": 759.05, "word": " Egypt,", "probability": 0.89990234375}, {"start": 759.17, "end": 759.29, "word": " we", "probability": 0.96044921875}, {"start": 759.29, "end": 759.79, "word": " hope", "probability": 0.845703125}, {"start": 759.79, "end": 760.61, "word": " to", "probability": 0.955078125}, {"start": 760.61, "end": 760.89, "word": " eat", "probability": 0.9736328125}, {"start": 760.89, "end": 761.27, "word": " delicious", "probability": 0.84912109375}, {"start": 761.27, "end": 761.71, "word": " food,", "probability": 0.9169921875}, {"start": 761.85, "end": 761.93, "word": " to", "probability": 0.89599609375}, {"start": 761.93, "end": 762.23, "word": " enjoy", "probability": 0.859375}, {"start": 762.23, "end": 762.63, "word": " beautiful", "probability": 0.8955078125}, {"start": 762.63, "end": 763.15, "word": " sunsets", "probability": 0.9046223958333334}, {"start": 763.15, "end": 763.65, "word": " and", "probability": 0.64599609375}, {"start": 763.65, "end": 763.91, "word": " to", "probability": 0.95166015625}, {"start": 763.91, "end": 764.29, "word": " visit", "probability": 0.962890625}, {"start": 764.29, "end": 764.77, "word": " amazing.", "probability": 0.89697265625}, {"start": 765.05, "end": 765.21, "word": " So", "probability": 0.94482421875}, {"start": 765.21, "end": 765.71, "word": " infinitive,", "probability": 0.71826171875}, {"start": 765.77, "end": 766.29, "word": " infinitive", "probability": 0.963623046875}, {"start": 766.29, "end": 766.63, "word": " and", "probability": 0.74658203125}, {"start": 766.63, "end": 767.89, "word": " infinitive.", "probability": 0.799560546875}, {"start": 768.07, "end": 768.23, "word": " The", "probability": 0.6259765625}, {"start": 768.23, "end": 768.51, "word": " second", "probability": 0.890625}, {"start": 768.51, "end": 769.63, "word": " one.", "probability": 0.91943359375}, {"start": 770.59, "end": 771.05, "word": " Correct?", "probability": 0.234130859375}, {"start": 771.37, "end": 771.55, "word": " Yes,", "probability": 0.93505859375}, {"start": 771.61, "end": 771.77, "word": " please.", "probability": 0.7744140625}, {"start": 771.83, "end": 772.05, "word": " Please", "probability": 0.79345703125}, {"start": 772.05, "end": 772.23, "word": " read", "probability": 0.87646484375}, {"start": 772.23, "end": 772.39, "word": " it.", "probability": 0.9482421875}, {"start": 772.49, "end": 772.71, "word": " Please.", "probability": 0.83447265625}], "temperature": 1.0}, {"id": 32, "seek": 81092, "start": 787.28, "end": 810.92, "text": " It has to be parallel structure. So which are the three? Yes, please. Karen thought that Ray was everything she wanted in a husband, for they were tall, intelligent. And it has to be T because they are all adjectives. Okay, so adjective, adjective and the last one is actually an adjective. Alright, number three.", "tokens": [467, 575, 281, 312, 8952, 3877, 13, 407, 597, 366, 264, 1045, 30, 1079, 11, 1767, 13, 14834, 1194, 300, 10883, 390, 1203, 750, 1415, 294, 257, 5213, 11, 337, 436, 645, 6764, 11, 13232, 13, 400, 309, 575, 281, 312, 314, 570, 436, 366, 439, 29378, 1539, 13, 1033, 11, 370, 44129, 11, 44129, 293, 264, 1036, 472, 307, 767, 364, 44129, 13, 2798, 11, 1230, 1045, 13], "avg_logprob": -0.3627232049192701, "compression_ratio": 1.57, "no_speech_prob": 1.1920928955078125e-07, "words": [{"start": 787.28, "end": 787.52, "word": " It", "probability": 0.6064453125}, {"start": 787.52, "end": 787.76, "word": " has", "probability": 0.94384765625}, {"start": 787.76, "end": 787.86, "word": " to", "probability": 0.97509765625}, {"start": 787.86, "end": 788.04, "word": " be", "probability": 0.93798828125}, {"start": 788.04, "end": 788.46, "word": " parallel", "probability": 0.8876953125}, {"start": 788.46, "end": 789.04, "word": " structure.", "probability": 0.755859375}, {"start": 789.2, "end": 789.32, "word": " So", "probability": 0.8759765625}, {"start": 789.32, "end": 789.6, "word": " which", "probability": 0.72216796875}, {"start": 789.6, "end": 790.04, "word": " are", "probability": 0.9482421875}, {"start": 790.04, "end": 790.28, "word": " the", "probability": 0.91455078125}, {"start": 790.28, "end": 790.7, "word": " three?", "probability": 0.8544921875}, {"start": 791.26, "end": 791.56, "word": " Yes,", "probability": 0.62255859375}, {"start": 791.66, "end": 791.94, "word": " please.", "probability": 0.67919921875}, {"start": 793.46, "end": 794.02, "word": " Karen", "probability": 0.1856689453125}, {"start": 794.02, "end": 794.48, "word": " thought", "probability": 0.47265625}, {"start": 794.48, "end": 794.86, "word": " that", "probability": 0.90380859375}, {"start": 794.86, "end": 795.12, "word": " Ray", "probability": 0.81591796875}, {"start": 795.12, "end": 795.36, "word": " was", "probability": 0.9287109375}, {"start": 795.36, "end": 795.84, "word": " everything", "probability": 0.9423828125}, {"start": 795.84, "end": 796.32, "word": " she", "probability": 0.79638671875}, {"start": 796.32, "end": 796.64, "word": " wanted", "probability": 0.89697265625}, {"start": 796.64, "end": 796.84, "word": " in", "probability": 0.9462890625}, {"start": 796.84, "end": 796.98, "word": " a", "probability": 0.87158203125}, {"start": 796.98, "end": 797.34, "word": " husband,", "probability": 0.912109375}, {"start": 797.5, "end": 797.66, "word": " for", "probability": 0.74609375}, {"start": 797.66, "end": 797.88, "word": " they", "probability": 0.3935546875}, {"start": 797.88, "end": 798.12, "word": " were", "probability": 0.7353515625}, {"start": 798.12, "end": 798.6, "word": " tall,", "probability": 0.57958984375}, {"start": 798.84, "end": 799.26, "word": " intelligent.", "probability": 0.83251953125}, {"start": 800.46, "end": 800.68, "word": " And", "probability": 0.736328125}, {"start": 800.68, "end": 800.84, "word": " it", "probability": 0.8974609375}, {"start": 800.84, "end": 801.02, "word": " has", "probability": 0.94775390625}, {"start": 801.02, "end": 801.16, "word": " to", "probability": 0.9697265625}, {"start": 801.16, "end": 801.48, "word": " be", "probability": 0.955078125}, {"start": 801.48, "end": 802.0, "word": " T", "probability": 0.1512451171875}, {"start": 802.0, "end": 802.44, "word": " because", "probability": 0.53271484375}, {"start": 802.44, "end": 802.7, "word": " they", "probability": 0.87109375}, {"start": 802.7, "end": 802.98, "word": " are", "probability": 0.9130859375}, {"start": 802.98, "end": 803.34, "word": " all", "probability": 0.84423828125}, {"start": 803.34, "end": 804.28, "word": " adjectives.", "probability": 0.966796875}, {"start": 804.54, "end": 804.8, "word": " Okay,", "probability": 0.64892578125}, {"start": 805.26, "end": 805.42, "word": " so", "probability": 0.884765625}, {"start": 805.42, "end": 805.92, "word": " adjective,", "probability": 0.67919921875}, {"start": 806.06, "end": 806.44, "word": " adjective", "probability": 0.95947265625}, {"start": 806.44, "end": 806.78, "word": " and", "probability": 0.44482421875}, {"start": 806.78, "end": 806.96, "word": " the", "probability": 0.90673828125}, {"start": 806.96, "end": 807.22, "word": " last", "probability": 0.87451171875}, {"start": 807.22, "end": 807.42, "word": " one", "probability": 0.923828125}, {"start": 807.42, "end": 807.78, "word": " is", "probability": 0.94580078125}, {"start": 807.78, "end": 808.54, "word": " actually", "probability": 0.92138671875}, {"start": 808.54, "end": 809.16, "word": " an", "probability": 0.8662109375}, {"start": 809.16, "end": 809.76, "word": " adjective.", "probability": 0.93896484375}, {"start": 809.94, "end": 810.16, "word": " Alright,", "probability": 0.59130859375}, {"start": 810.38, "end": 810.6, "word": " number", "probability": 0.9150390625}, {"start": 810.6, "end": 810.92, "word": " three.", "probability": 0.83056640625}], "temperature": 1.0}, {"id": 33, "seek": 81774, "start": 813.0, "end": 817.74, "text": " pasta boiling in water. Continue, please. Yes, please.", "tokens": [13296, 16208, 294, 1281, 13, 24472, 11, 1767, 13, 1079, 11, 1767, 13], "avg_logprob": -0.38699776359966825, "compression_ratio": 1.0, "no_speech_prob": 4.172325134277344e-07, "words": [{"start": 813.0, "end": 813.6, "word": " pasta", "probability": 0.289306640625}, {"start": 813.6, "end": 814.2, "word": " boiling", "probability": 0.77197265625}, {"start": 814.2, "end": 814.6, "word": " in", "probability": 0.94873046875}, {"start": 814.6, "end": 815.0, "word": " water.", "probability": 0.9150390625}, {"start": 815.22, "end": 815.52, "word": " Continue,", "probability": 0.89306640625}, {"start": 815.66, "end": 815.88, "word": " please.", "probability": 0.8173828125}, {"start": 816.86, "end": 817.46, "word": " Yes,", "probability": 0.83740234375}, {"start": 817.5, "end": 817.74, "word": " please.", "probability": 0.81591796875}], "temperature": 1.0}, {"id": 34, "seek": 86139, "start": 836.41, "end": 861.39, "text": " Difficult? No. Yes please. So it has to be B. Yes, because we have pasta boiling, tomato sauce simmering and garlic bread baking. So it has to be B because we have the same grammatical structure. Okay? Number four.", "tokens": [35940, 1786, 723, 30, 883, 13, 1079, 1767, 13, 407, 309, 575, 281, 312, 363, 13, 1079, 11, 570, 321, 362, 13296, 16208, 11, 9288, 4880, 29835, 278, 293, 9168, 5961, 12102, 13, 407, 309, 575, 281, 312, 363, 570, 321, 362, 264, 912, 17570, 267, 804, 3877, 13, 1033, 30, 5118, 1451, 13], "avg_logprob": -0.26832384954799304, "compression_ratio": 1.4827586206896552, "no_speech_prob": 1.1920928955078125e-07, "words": [{"start": 836.41, "end": 837.03, "word": " Difficult?", "probability": 0.8299967447916666}, {"start": 837.29, "end": 837.49, "word": " No.", "probability": 0.51123046875}, {"start": 838.43, "end": 838.59, "word": " Yes", "probability": 0.66064453125}, {"start": 838.59, "end": 838.91, "word": " please.", "probability": 0.50927734375}, {"start": 841.67, "end": 842.39, "word": " So", "probability": 0.240966796875}, {"start": 842.39, "end": 846.13, "word": " it", "probability": 0.8720703125}, {"start": 846.13, "end": 846.31, "word": " has", "probability": 0.9453125}, {"start": 846.31, "end": 846.43, "word": " to", "probability": 0.9765625}, {"start": 846.43, "end": 846.81, "word": " be", "probability": 0.9501953125}, {"start": 846.81, "end": 847.63, "word": " B.", "probability": 0.66796875}, {"start": 847.83, "end": 848.11, "word": " Yes,", "probability": 0.6640625}, {"start": 848.23, "end": 848.59, "word": " because", "probability": 0.869140625}, {"start": 848.59, "end": 848.79, "word": " we", "probability": 0.9404296875}, {"start": 848.79, "end": 848.97, "word": " have", "probability": 0.94873046875}, {"start": 848.97, "end": 849.47, "word": " pasta", "probability": 0.90185546875}, {"start": 849.47, "end": 849.97, "word": " boiling,", "probability": 0.87109375}, {"start": 850.71, "end": 851.03, "word": " tomato", "probability": 0.9384765625}, {"start": 851.03, "end": 851.41, "word": " sauce", "probability": 0.8798828125}, {"start": 851.41, "end": 852.15, "word": " simmering", "probability": 0.98974609375}, {"start": 852.15, "end": 852.61, "word": " and", "probability": 0.615234375}, {"start": 852.61, "end": 853.47, "word": " garlic", "probability": 0.6962890625}, {"start": 853.47, "end": 853.99, "word": " bread", "probability": 0.95947265625}, {"start": 853.99, "end": 854.77, "word": " baking.", "probability": 0.90380859375}, {"start": 855.13, "end": 855.19, "word": " So", "probability": 0.92333984375}, {"start": 855.19, "end": 855.35, "word": " it", "probability": 0.89306640625}, {"start": 855.35, "end": 855.55, "word": " has", "probability": 0.94580078125}, {"start": 855.55, "end": 855.73, "word": " to", "probability": 0.970703125}, {"start": 855.73, "end": 856.01, "word": " be", "probability": 0.9423828125}, {"start": 856.01, "end": 856.47, "word": " B", "probability": 0.986328125}, {"start": 856.47, "end": 857.05, "word": " because", "probability": 0.720703125}, {"start": 857.05, "end": 857.29, "word": " we", "probability": 0.9580078125}, {"start": 857.29, "end": 857.53, "word": " have", "probability": 0.94921875}, {"start": 857.53, "end": 857.75, "word": " the", "probability": 0.87060546875}, {"start": 857.75, "end": 858.17, "word": " same", "probability": 0.92236328125}, {"start": 858.17, "end": 859.03, "word": " grammatical", "probability": 0.9357096354166666}, {"start": 859.03, "end": 859.77, "word": " structure.", "probability": 0.83935546875}, {"start": 860.21, "end": 860.27, "word": " Okay?", "probability": 0.5048828125}, {"start": 860.77, "end": 860.99, "word": " Number", "probability": 0.8369140625}, {"start": 860.99, "end": 861.39, "word": " four.", "probability": 0.6513671875}], "temperature": 1.0}, {"id": 35, "seek": 89545, "start": 871.69, "end": 895.45, "text": " Alright, that should be an easy one. Yes please, at the back. It has to be B. Yes, it has to be B. Yes, I don't ever want to be friends with Adam because he is too decorative, too noisy and too polite. So again, we have adjective phrases in the three cases, in the three structures. Okay, the last one I think.", "tokens": [2798, 11, 300, 820, 312, 364, 1858, 472, 13, 1079, 1767, 11, 412, 264, 646, 13, 467, 575, 281, 312, 363, 13, 1079, 11, 309, 575, 281, 312, 363, 13, 1079, 11, 286, 500, 380, 1562, 528, 281, 312, 1855, 365, 7938, 570, 415, 307, 886, 35185, 11, 886, 24518, 293, 886, 25171, 13, 407, 797, 11, 321, 362, 44129, 20312, 294, 264, 1045, 3331, 11, 294, 264, 1045, 9227, 13, 1033, 11, 264, 1036, 472, 286, 519, 13], "avg_logprob": -0.22285156268626452, "compression_ratio": 1.5707070707070707, "no_speech_prob": 4.172325134277344e-07, "words": [{"start": 871.6899999999999, "end": 872.13, "word": " Alright,", "probability": 0.390869140625}, {"start": 872.51, "end": 872.59, "word": " that", "probability": 0.87548828125}, {"start": 872.59, "end": 873.17, "word": " should", "probability": 0.84716796875}, {"start": 873.17, "end": 873.35, "word": " be", "probability": 0.9541015625}, {"start": 873.35, "end": 873.47, "word": " an", "probability": 0.92822265625}, {"start": 873.47, "end": 873.65, "word": " easy", "probability": 0.9111328125}, {"start": 873.65, "end": 873.81, "word": " one.", "probability": 0.93115234375}, {"start": 873.85, "end": 873.99, "word": " Yes", "probability": 0.84619140625}, {"start": 873.99, "end": 874.21, "word": " please,", "probability": 0.53466796875}, {"start": 874.33, "end": 874.43, "word": " at", "probability": 0.9287109375}, {"start": 874.43, "end": 874.53, "word": " the", "probability": 0.9306640625}, {"start": 874.53, "end": 874.73, "word": " back.", "probability": 0.87646484375}, {"start": 875.97, "end": 876.13, "word": " It", "probability": 0.81396484375}, {"start": 876.13, "end": 876.33, "word": " has", "probability": 0.9443359375}, {"start": 876.33, "end": 876.45, "word": " to", "probability": 0.97705078125}, {"start": 876.45, "end": 877.01, "word": " be", "probability": 0.96435546875}, {"start": 877.01, "end": 878.05, "word": " B.", "probability": 0.58251953125}, {"start": 878.91, "end": 879.13, "word": " Yes,", "probability": 0.8330078125}, {"start": 879.25, "end": 879.35, "word": " it", "probability": 0.87939453125}, {"start": 879.35, "end": 879.53, "word": " has", "probability": 0.94775390625}, {"start": 879.53, "end": 879.67, "word": " to", "probability": 0.9716796875}, {"start": 879.67, "end": 879.83, "word": " be", "probability": 0.94482421875}, {"start": 879.83, "end": 880.07, "word": " B.", "probability": 0.98681640625}, {"start": 880.31, "end": 880.55, "word": " Yes,", "probability": 0.69580078125}, {"start": 880.75, "end": 880.91, "word": " I", "probability": 0.9892578125}, {"start": 880.91, "end": 881.13, "word": " don't", "probability": 0.97265625}, {"start": 881.13, "end": 881.43, "word": " ever", "probability": 0.75537109375}, {"start": 881.43, "end": 881.71, "word": " want", "probability": 0.89599609375}, {"start": 881.71, "end": 881.81, "word": " to", "probability": 0.9716796875}, {"start": 881.81, "end": 881.91, "word": " be", "probability": 0.95654296875}, {"start": 881.91, "end": 882.19, "word": " friends", "probability": 0.84912109375}, {"start": 882.19, "end": 882.37, "word": " with", "probability": 0.90966796875}, {"start": 882.37, "end": 882.61, "word": " Adam", "probability": 0.9375}, {"start": 882.61, "end": 883.03, "word": " because", "probability": 0.7958984375}, {"start": 883.03, "end": 883.29, "word": " he", "probability": 0.9599609375}, {"start": 883.29, "end": 883.57, "word": " is", "probability": 0.8740234375}, {"start": 883.57, "end": 883.83, "word": " too", "probability": 0.93505859375}, {"start": 883.83, "end": 884.21, "word": " decorative,", "probability": 0.10467529296875}, {"start": 884.77, "end": 884.97, "word": " too", "probability": 0.91015625}, {"start": 884.97, "end": 885.41, "word": " noisy", "probability": 0.96435546875}, {"start": 885.41, "end": 885.99, "word": " and", "probability": 0.626953125}, {"start": 885.99, "end": 887.13, "word": " too", "probability": 0.9296875}, {"start": 887.13, "end": 888.01, "word": " polite.", "probability": 0.9580078125}, {"start": 888.33, "end": 888.45, "word": " So", "probability": 0.9384765625}, {"start": 888.45, "end": 888.73, "word": " again,", "probability": 0.8056640625}, {"start": 888.83, "end": 888.93, "word": " we", "probability": 0.962890625}, {"start": 888.93, "end": 889.21, "word": " have", "probability": 0.94140625}, {"start": 889.21, "end": 889.73, "word": " adjective", "probability": 0.7734375}, {"start": 889.73, "end": 890.33, "word": " phrases", "probability": 0.87841796875}, {"start": 890.33, "end": 890.99, "word": " in", "probability": 0.91845703125}, {"start": 890.99, "end": 891.17, "word": " the", "probability": 0.8564453125}, {"start": 891.17, "end": 891.45, "word": " three", "probability": 0.8857421875}, {"start": 891.45, "end": 892.13, "word": " cases,", "probability": 0.9287109375}, {"start": 892.47, "end": 892.55, "word": " in", "probability": 0.92626953125}, {"start": 892.55, "end": 892.67, "word": " the", "probability": 0.90087890625}, {"start": 892.67, "end": 892.89, "word": " three", "probability": 0.9287109375}, {"start": 892.89, "end": 893.45, "word": " structures.", "probability": 0.845703125}, {"start": 894.07, "end": 894.27, "word": " Okay,", "probability": 0.599609375}, {"start": 894.53, "end": 894.69, "word": " the", "probability": 0.91357421875}, {"start": 894.69, "end": 894.89, "word": " last", "probability": 0.8740234375}, {"start": 894.89, "end": 895.05, "word": " one", "probability": 0.927734375}, {"start": 895.05, "end": 895.19, "word": " I", "probability": 0.72607421875}, {"start": 895.19, "end": 895.45, "word": " think.", "probability": 0.9228515625}], "temperature": 1.0}, {"id": 36, "seek": 94115, "start": 916.41, "end": 941.15, "text": " To buy a birthday gift for his friend, the average business is the florist for roses, the shop for a box of chocolates, and the jeweler for inexpensive gold rings. Okay, so it has to be again, be the jeweler for inexpensive, so we have the florist for roses, the shop for a box of chocolates, and the jeweler for inexpensive gold rings. So is this fair? Yes.", "tokens": [1407, 2256, 257, 6154, 5306, 337, 702, 1277, 11, 264, 4274, 1606, 307, 264, 37342, 468, 337, 28620, 11, 264, 3945, 337, 257, 2424, 295, 42018, 11, 293, 264, 13149, 6185, 337, 28382, 3821, 11136, 13, 1033, 11, 370, 309, 575, 281, 312, 797, 11, 312, 264, 13149, 6185, 337, 28382, 11, 370, 321, 362, 264, 37342, 468, 337, 28620, 11, 264, 3945, 337, 257, 2424, 295, 42018, 11, 293, 264, 13149, 6185, 337, 28382, 3821, 11136, 13, 407, 307, 341, 3143, 30, 1079, 13], "avg_logprob": -0.277434601340183, "compression_ratio": 2.136904761904762, "no_speech_prob": 1.1920928955078125e-07, "words": [{"start": 916.41, "end": 916.61, "word": " To", "probability": 0.478759765625}, {"start": 916.61, "end": 916.87, "word": " buy", "probability": 0.91943359375}, {"start": 916.87, "end": 917.29, "word": " a", "probability": 0.5830078125}, {"start": 917.29, "end": 917.29, "word": " birthday", "probability": 0.890625}, {"start": 917.29, "end": 917.69, "word": " gift", "probability": 0.91064453125}, {"start": 917.69, "end": 917.95, "word": " for", "probability": 0.93603515625}, {"start": 917.95, "end": 918.25, "word": " his", "probability": 0.93701171875}, {"start": 918.25, "end": 918.71, "word": " friend,", "probability": 0.5810546875}, {"start": 918.97, "end": 918.97, "word": " the", "probability": 0.322998046875}, {"start": 918.97, "end": 919.21, "word": " average", "probability": 0.76171875}, {"start": 919.21, "end": 919.57, "word": " business", "probability": 0.4462890625}, {"start": 919.57, "end": 919.81, "word": " is", "probability": 0.623046875}, {"start": 919.81, "end": 920.07, "word": " the", "probability": 0.755859375}, {"start": 920.07, "end": 921.23, "word": " florist", "probability": 0.59197998046875}, {"start": 921.23, "end": 921.51, "word": " for", "probability": 0.7373046875}, {"start": 921.51, "end": 922.11, "word": " roses,", "probability": 0.916015625}, {"start": 922.53, "end": 922.67, "word": " the", "probability": 0.728515625}, {"start": 922.67, "end": 922.91, "word": " shop", "probability": 0.904296875}, {"start": 922.91, "end": 923.17, "word": " for", "probability": 0.9306640625}, {"start": 923.17, "end": 923.33, "word": " a", "probability": 0.9814453125}, {"start": 923.33, "end": 923.53, "word": " box", "probability": 0.958984375}, {"start": 923.53, "end": 923.75, "word": " of", "probability": 0.96728515625}, {"start": 923.75, "end": 924.23, "word": " chocolates,", "probability": 0.458984375}, {"start": 924.47, "end": 924.75, "word": " and", "probability": 0.85009765625}, {"start": 924.75, "end": 924.91, "word": " the", "probability": 0.5478515625}, {"start": 924.91, "end": 925.23, "word": " jeweler", "probability": 0.703125}, {"start": 925.23, "end": 925.63, "word": " for", "probability": 0.93505859375}, {"start": 925.63, "end": 926.33, "word": " inexpensive", "probability": 0.56494140625}, {"start": 926.33, "end": 926.69, "word": " gold", "probability": 0.32568359375}, {"start": 926.69, "end": 926.95, "word": " rings.", "probability": 0.20166015625}, {"start": 926.99, "end": 927.23, "word": " Okay,", "probability": 0.52099609375}, {"start": 927.35, "end": 927.45, "word": " so", "probability": 0.904296875}, {"start": 927.45, "end": 927.59, "word": " it", "probability": 0.9033203125}, {"start": 927.59, "end": 927.85, "word": " has", "probability": 0.9423828125}, {"start": 927.85, "end": 927.99, "word": " to", "probability": 0.970703125}, {"start": 927.99, "end": 928.17, "word": " be", "probability": 0.8681640625}, {"start": 928.17, "end": 928.59, "word": " again,", "probability": 0.85791015625}, {"start": 928.79, "end": 928.99, "word": " be", "probability": 0.8466796875}, {"start": 928.99, "end": 929.19, "word": " the", "probability": 0.89697265625}, {"start": 929.19, "end": 929.59, "word": " jeweler", "probability": 0.919189453125}, {"start": 929.59, "end": 929.95, "word": " for", "probability": 0.92724609375}, {"start": 929.95, "end": 930.81, "word": " inexpensive,", "probability": 0.388671875}, {"start": 931.35, "end": 931.69, "word": " so", "probability": 0.9326171875}, {"start": 931.69, "end": 931.93, "word": " we", "probability": 0.9384765625}, {"start": 931.93, "end": 932.13, "word": " have", "probability": 0.94580078125}, {"start": 932.13, "end": 932.69, "word": " the", "probability": 0.88330078125}, {"start": 932.69, "end": 933.13, "word": " florist", "probability": 0.976806640625}, {"start": 933.13, "end": 933.37, "word": " for", "probability": 0.95068359375}, {"start": 933.37, "end": 933.73, "word": " roses,", "probability": 0.89013671875}, {"start": 934.15, "end": 934.27, "word": " the", "probability": 0.81884765625}, {"start": 934.27, "end": 934.55, "word": " shop", "probability": 0.93896484375}, {"start": 934.55, "end": 934.79, "word": " for", "probability": 0.95166015625}, {"start": 934.79, "end": 934.95, "word": " a", "probability": 0.986328125}, {"start": 934.95, "end": 935.23, "word": " box", "probability": 0.9560546875}, {"start": 935.23, "end": 935.39, "word": " of", "probability": 0.96923828125}, {"start": 935.39, "end": 935.77, "word": " chocolates,", "probability": 0.95849609375}, {"start": 936.07, "end": 936.19, "word": " and", "probability": 0.94091796875}, {"start": 936.19, "end": 936.61, "word": " the", "probability": 0.7275390625}, {"start": 936.61, "end": 937.43, "word": " jeweler", "probability": 0.93505859375}, {"start": 937.43, "end": 938.05, "word": " for", "probability": 0.95068359375}, {"start": 938.05, "end": 939.11, "word": " inexpensive", "probability": 0.8330078125}, {"start": 939.11, "end": 939.59, "word": " gold", "probability": 0.95166015625}, {"start": 939.59, "end": 939.79, "word": " rings.", "probability": 0.935546875}, {"start": 939.95, "end": 940.11, "word": " So", "probability": 0.904296875}, {"start": 940.11, "end": 940.25, "word": " is", "probability": 0.59912109375}, {"start": 940.25, "end": 940.43, "word": " this", "probability": 0.9443359375}, {"start": 940.43, "end": 940.77, "word": " fair?", "probability": 0.92529296875}, {"start": 940.97, "end": 941.15, "word": " Yes.", "probability": 0.92529296875}], "temperature": 1.0}, {"id": 37, "seek": 96344, "start": 941.3, "end": 963.44, "text": " Yes, it's not that difficult, but we need to pay attention in writing that we have to maintain parallel structures all the time when we list a number of things in a series, okay? Now, this activity, I'd like you to fix the parallel structure, the problems in parallel structure in each one of these", "tokens": [1079, 11, 309, 311, 406, 300, 2252, 11, 457, 321, 643, 281, 1689, 3202, 294, 3579, 300, 321, 362, 281, 6909, 8952, 9227, 439, 264, 565, 562, 321, 1329, 257, 1230, 295, 721, 294, 257, 2638, 11, 1392, 30, 823, 11, 341, 5191, 11, 286, 1116, 411, 291, 281, 3191, 264, 8952, 3877, 11, 264, 2740, 294, 8952, 3877, 294, 1184, 472, 295, 613], "avg_logprob": -0.16490384615384615, "compression_ratio": 1.6428571428571428, "no_speech_prob": 5.960464477539063e-08, "words": [{"start": 941.3, "end": 941.68, "word": " Yes,", "probability": 0.62548828125}, {"start": 941.82, "end": 941.96, "word": " it's", "probability": 0.88818359375}, {"start": 941.96, "end": 942.14, "word": " not", "probability": 0.9453125}, {"start": 942.14, "end": 942.36, "word": " that", "probability": 0.92333984375}, {"start": 942.36, "end": 942.76, "word": " difficult,", "probability": 0.9345703125}, {"start": 943.06, "end": 943.08, "word": " but", "probability": 0.9189453125}, {"start": 943.08, "end": 943.26, "word": " we", "probability": 0.90478515625}, {"start": 943.26, "end": 943.44, "word": " need", "probability": 0.90869140625}, {"start": 943.44, "end": 943.6, "word": " to", "probability": 0.970703125}, {"start": 943.6, "end": 943.78, "word": " pay", "probability": 0.93212890625}, {"start": 943.78, "end": 944.2, "word": " attention", "probability": 0.92822265625}, {"start": 944.2, "end": 944.48, "word": " in", "probability": 0.865234375}, {"start": 944.48, "end": 944.84, "word": " writing", "probability": 0.92578125}, {"start": 944.84, "end": 945.54, "word": " that", "probability": 0.857421875}, {"start": 945.54, "end": 945.72, "word": " we", "probability": 0.9619140625}, {"start": 945.72, "end": 945.96, "word": " have", "probability": 0.93896484375}, {"start": 945.96, "end": 946.1, "word": " to", "probability": 0.96826171875}, {"start": 946.1, "end": 946.68, "word": " maintain", "probability": 0.81982421875}, {"start": 946.68, "end": 947.16, "word": " parallel", "probability": 0.9619140625}, {"start": 947.16, "end": 947.76, "word": " structures", "probability": 0.8212890625}, {"start": 947.76, "end": 948.4, "word": " all", "probability": 0.89892578125}, {"start": 948.4, "end": 948.54, "word": " the", "probability": 0.92041015625}, {"start": 948.54, "end": 948.9, "word": " time", "probability": 0.89111328125}, {"start": 948.9, "end": 949.26, "word": " when", "probability": 0.8359375}, {"start": 949.26, "end": 950.48, "word": " we", "probability": 0.95556640625}, {"start": 950.48, "end": 950.98, "word": " list", "probability": 0.93310546875}, {"start": 950.98, "end": 951.16, "word": " a", "probability": 0.98828125}, {"start": 951.16, "end": 951.44, "word": " number", "probability": 0.923828125}, {"start": 951.44, "end": 951.72, "word": " of", "probability": 0.96630859375}, {"start": 951.72, "end": 952.14, "word": " things", "probability": 0.86083984375}, {"start": 952.14, "end": 952.6, "word": " in", "probability": 0.9462890625}, {"start": 952.6, "end": 953.06, "word": " a", "probability": 0.5478515625}, {"start": 953.06, "end": 953.42, "word": " series,", "probability": 0.892578125}, {"start": 953.52, "end": 953.74, "word": " okay?", "probability": 0.6650390625}, {"start": 953.96, "end": 954.2, "word": " Now,", "probability": 0.94287109375}, {"start": 954.46, "end": 954.68, "word": " this", "probability": 0.927734375}, {"start": 954.68, "end": 955.2, "word": " activity,", "probability": 0.9423828125}, {"start": 955.36, "end": 955.54, "word": " I'd", "probability": 0.970703125}, {"start": 955.54, "end": 955.76, "word": " like", "probability": 0.939453125}, {"start": 955.76, "end": 955.94, "word": " you", "probability": 0.95703125}, {"start": 955.94, "end": 956.42, "word": " to", "probability": 0.97119140625}, {"start": 956.42, "end": 957.56, "word": " fix", "probability": 0.91748046875}, {"start": 957.56, "end": 958.58, "word": " the", "probability": 0.8544921875}, {"start": 958.58, "end": 960.1, "word": " parallel", "probability": 0.8720703125}, {"start": 960.1, "end": 960.58, "word": " structure,", "probability": 0.767578125}, {"start": 960.72, "end": 960.84, "word": " the", "probability": 0.916015625}, {"start": 960.84, "end": 961.22, "word": " problems", "probability": 0.82568359375}, {"start": 961.22, "end": 961.46, "word": " in", "probability": 0.9248046875}, {"start": 961.46, "end": 961.74, "word": " parallel", "probability": 0.955078125}, {"start": 961.74, "end": 962.22, "word": " structure", "probability": 0.83544921875}, {"start": 962.22, "end": 962.52, "word": " in", "probability": 0.80419921875}, {"start": 962.52, "end": 962.8, "word": " each", "probability": 0.94189453125}, {"start": 962.8, "end": 963.0, "word": " one", "probability": 0.919921875}, {"start": 963.0, "end": 963.16, "word": " of", "probability": 0.9677734375}, {"start": 963.16, "end": 963.44, "word": " these", "probability": 0.83984375}], "temperature": 1.0}, {"id": 38, "seek": 97202, "start": 963.66, "end": 972.02, "text": " sentences. So take your time please and read these five sentences and try to fix each one of these sentences.", "tokens": [16579, 13, 407, 747, 428, 565, 1767, 293, 1401, 613, 1732, 16579, 293, 853, 281, 3191, 1184, 472, 295, 613, 16579, 13], "avg_logprob": -0.18546195781749228, "compression_ratio": 1.3095238095238095, "no_speech_prob": 0.00013184547424316406, "words": [{"start": 963.66, "end": 964.26, "word": " sentences.", "probability": 0.87255859375}, {"start": 964.42, "end": 964.46, "word": " So", "probability": 0.84228515625}, {"start": 964.46, "end": 964.66, "word": " take", "probability": 0.6396484375}, {"start": 964.66, "end": 964.82, "word": " your", "probability": 0.8994140625}, {"start": 964.82, "end": 965.08, "word": " time", "probability": 0.89599609375}, {"start": 965.08, "end": 965.34, "word": " please", "probability": 0.66748046875}, {"start": 965.34, "end": 965.84, "word": " and", "probability": 0.79638671875}, {"start": 965.84, "end": 966.1, "word": " read", "probability": 0.97509765625}, {"start": 966.1, "end": 966.3, "word": " these", "probability": 0.86572265625}, {"start": 966.3, "end": 966.54, "word": " five", "probability": 0.9033203125}, {"start": 966.54, "end": 967.06, "word": " sentences", "probability": 0.95166015625}, {"start": 967.06, "end": 967.92, "word": " and", "probability": 0.86181640625}, {"start": 967.92, "end": 968.24, "word": " try", "probability": 0.94775390625}, {"start": 968.24, "end": 968.44, "word": " to", "probability": 0.9716796875}, {"start": 968.44, "end": 968.74, "word": " fix", "probability": 0.88623046875}, {"start": 968.74, "end": 969.8, "word": " each", "probability": 0.9208984375}, {"start": 969.8, "end": 970.24, "word": " one", "probability": 0.9375}, {"start": 970.24, "end": 970.56, "word": " of", "probability": 0.9677734375}, {"start": 970.56, "end": 970.92, "word": " these", "probability": 0.85595703125}, {"start": 970.92, "end": 972.02, "word": " sentences.", "probability": 0.92724609375}], "temperature": 1.0}, {"id": 39, "seek": 99525, "start": 986.77, "end": 995.25, "text": " It's good. It's good. It's good. It's good.", "tokens": [467, 311, 665, 13, 467, 311, 665, 13, 467, 311, 665, 13, 467, 311, 665, 13], "avg_logprob": -0.8814338235294118, "compression_ratio": 2.0, "no_speech_prob": 1.1324882507324219e-06, "words": [{"start": 986.77, "end": 987.71, "word": " It's", "probability": 0.401763916015625}, {"start": 987.71, "end": 987.95, "word": " good.", "probability": 0.0654296875}, {"start": 990.55, "end": 990.93, "word": " It's", "probability": 0.5343017578125}, {"start": 990.93, "end": 991.43, "word": " good.", "probability": 0.53271484375}, {"start": 992.97, "end": 993.91, "word": " It's", "probability": 0.54736328125}, {"start": 993.91, "end": 994.01, "word": " good.", "probability": 0.5712890625}, {"start": 994.91, "end": 995.21, "word": " It's", "probability": 0.620361328125}, {"start": 995.21, "end": 995.25, "word": " good.", "probability": 0.72802734375}], "temperature": 1.0}, {"id": 40, "seek": 101475, "start": 1013.35, "end": 1014.75, "text": " Okay.", "tokens": [1033, 13], "avg_logprob": -1.5390625, "compression_ratio": 0.42857142857142855, "no_speech_prob": 0.7646484375, "words": [{"start": 1013.35, "end": 1014.75, "word": " Okay.", "probability": 0.0133056640625}], "temperature": 1.0}, {"id": 41, "seek": 104814, "start": 1038.76, "end": 1048.14, "text": " Take some notes and try to see the prior structure in each one of these sentences.", "tokens": [3664, 512, 5570, 293, 853, 281, 536, 264, 4059, 3877, 294, 1184, 472, 295, 613, 16579, 13], "avg_logprob": -0.1842447949780358, "compression_ratio": 1.1216216216216217, "no_speech_prob": 0.0, "words": [{"start": 1038.76, "end": 1039.6, "word": " Take", "probability": 0.7158203125}, {"start": 1039.6, "end": 1039.86, "word": " some", "probability": 0.90771484375}, {"start": 1039.86, "end": 1040.2, "word": " notes", "probability": 0.91650390625}, {"start": 1040.2, "end": 1040.7, "word": " and", "probability": 0.7265625}, {"start": 1040.7, "end": 1041.12, "word": " try", "probability": 0.93701171875}, {"start": 1041.12, "end": 1041.7, "word": " to", "probability": 0.97216796875}, {"start": 1041.7, "end": 1042.66, "word": " see", "probability": 0.9091796875}, {"start": 1042.66, "end": 1044.22, "word": " the", "probability": 0.8828125}, {"start": 1044.22, "end": 1044.5, "word": " prior", "probability": 0.2396240234375}, {"start": 1044.5, "end": 1045.0, "word": " structure", "probability": 0.8642578125}, {"start": 1045.0, "end": 1045.26, "word": " in", "probability": 0.86328125}, {"start": 1045.26, "end": 1045.54, "word": " each", "probability": 0.95361328125}, {"start": 1045.54, "end": 1045.96, "word": " one", "probability": 0.93896484375}, {"start": 1045.96, "end": 1047.64, "word": " of", "probability": 0.93310546875}, {"start": 1047.64, "end": 1047.82, "word": " these", "probability": 0.8447265625}, {"start": 1047.82, "end": 1048.14, "word": " sentences.", "probability": 0.9169921875}], "temperature": 1.0}, {"id": 42, "seek": 108146, "start": 1063.62, "end": 1081.46, "text": " Okay. Okay. Okay. Okay.", "tokens": [1033, 13, 1033, 13, 1033, 13, 1033, 13], "avg_logprob": -1.3020833333333333, "compression_ratio": 1.5, "no_speech_prob": 1.0311603546142578e-05, "words": [{"start": 1063.62, "end": 1065.02, "word": " Okay.", "probability": 0.01346588134765625}, {"start": 1066.94, "end": 1068.34, "word": " Okay.", "probability": 0.194580078125}, {"start": 1072.16, "end": 1073.56, "word": " Okay.", "probability": 0.3330078125}, {"start": 1080.06, "end": 1081.46, "word": " Okay.", "probability": 0.432861328125}], "temperature": 1.0}, {"id": 43, "seek": 109148, "start": 1090.68, "end": 1091.48, "text": " Thank you so much.", "tokens": [1044, 291, 370, 709, 13], "avg_logprob": -1.0475260019302368, "compression_ratio": 0.7037037037037037, "no_speech_prob": 0.008819580078125, "words": [{"start": 1090.68, "end": 1090.8, "word": " Thank", "probability": 0.0258636474609375}, {"start": 1090.8, "end": 1090.8, "word": " you", "probability": 0.904296875}, {"start": 1090.8, "end": 1091.32, "word": " so", "probability": 0.122802734375}, {"start": 1091.32, "end": 1091.48, "word": " much.", "probability": 0.923828125}], "temperature": 1.0}, {"id": 44, "seek": 112003, "start": 1101.01, "end": 1120.03, "text": " Alright, let's see. It's the first one. It is easier to tell the truth than lying to people you love. Yes please. Than to lie. Exactly. It is to tell than to lie. So what we have here, infinitive, infinitive.", "tokens": [2798, 11, 718, 311, 536, 13, 467, 311, 264, 700, 472, 13, 467, 307, 3571, 281, 980, 264, 3494, 813, 8493, 281, 561, 291, 959, 13, 1079, 1767, 13, 18289, 281, 4544, 13, 7587, 13, 467, 307, 281, 980, 813, 281, 4544, 13, 407, 437, 321, 362, 510, 11, 7193, 2187, 11, 7193, 2187, 13], "avg_logprob": -0.25265067017504145, "compression_ratio": 1.5035971223021583, "no_speech_prob": 1.1920928955078125e-07, "words": [{"start": 1101.01, "end": 1101.41, "word": " Alright,", "probability": 0.41943359375}, {"start": 1101.71, "end": 1101.99, "word": " let's", "probability": 0.927001953125}, {"start": 1101.99, "end": 1102.23, "word": " see.", "probability": 0.92333984375}, {"start": 1102.77, "end": 1103.19, "word": " It's", "probability": 0.6229248046875}, {"start": 1103.19, "end": 1103.29, "word": " the", "probability": 0.9033203125}, {"start": 1103.29, "end": 1103.53, "word": " first", "probability": 0.8837890625}, {"start": 1103.53, "end": 1103.83, "word": " one.", "probability": 0.92724609375}, {"start": 1104.25, "end": 1104.31, "word": " It", "probability": 0.69384765625}, {"start": 1104.31, "end": 1104.49, "word": " is", "probability": 0.7587890625}, {"start": 1104.49, "end": 1104.85, "word": " easier", "probability": 0.970703125}, {"start": 1104.85, "end": 1105.07, "word": " to", "probability": 0.97265625}, {"start": 1105.07, "end": 1105.27, "word": " tell", "probability": 0.88916015625}, {"start": 1105.27, "end": 1105.45, "word": " the", "probability": 0.89794921875}, {"start": 1105.45, "end": 1105.71, "word": " truth", "probability": 0.9501953125}, {"start": 1105.71, "end": 1106.01, "word": " than", "probability": 0.94091796875}, {"start": 1106.01, "end": 1106.35, "word": " lying", "probability": 0.83837890625}, {"start": 1106.35, "end": 1106.61, "word": " to", "probability": 0.97216796875}, {"start": 1106.61, "end": 1107.13, "word": " people", "probability": 0.955078125}, {"start": 1107.13, "end": 1108.05, "word": " you", "probability": 0.9384765625}, {"start": 1108.05, "end": 1109.31, "word": " love.", "probability": 0.95751953125}, {"start": 1109.87, "end": 1110.15, "word": " Yes", "probability": 0.794921875}, {"start": 1110.15, "end": 1110.49, "word": " please.", "probability": 0.60400390625}, {"start": 1111.33, "end": 1111.89, "word": " Than", "probability": 0.81396484375}, {"start": 1111.89, "end": 1112.27, "word": " to", "probability": 0.9716796875}, {"start": 1112.27, "end": 1112.99, "word": " lie.", "probability": 0.61083984375}, {"start": 1113.11, "end": 1113.47, "word": " Exactly.", "probability": 0.59765625}, {"start": 1113.69, "end": 1113.79, "word": " It", "probability": 0.9296875}, {"start": 1113.79, "end": 1113.95, "word": " is", "probability": 0.88916015625}, {"start": 1113.95, "end": 1114.11, "word": " to", "probability": 0.8662109375}, {"start": 1114.11, "end": 1114.53, "word": " tell", "probability": 0.90478515625}, {"start": 1114.53, "end": 1115.23, "word": " than", "probability": 0.603515625}, {"start": 1115.23, "end": 1116.27, "word": " to", "probability": 0.97119140625}, {"start": 1116.27, "end": 1117.57, "word": " lie.", "probability": 0.9208984375}, {"start": 1117.73, "end": 1117.85, "word": " So", "probability": 0.939453125}, {"start": 1117.85, "end": 1117.99, "word": " what", "probability": 0.69287109375}, {"start": 1117.99, "end": 1118.15, "word": " we", "probability": 0.87646484375}, {"start": 1118.15, "end": 1118.43, "word": " have", "probability": 0.95166015625}, {"start": 1118.43, "end": 1118.69, "word": " here,", "probability": 0.8525390625}, {"start": 1118.83, "end": 1119.47, "word": " infinitive,", "probability": 0.9345703125}, {"start": 1119.57, "end": 1120.03, "word": " infinitive.", "probability": 0.968505859375}], "temperature": 1.0}, {"id": 45, "seek": 114785, "start": 1120.94, "end": 1147.86, "text": " We can, otherwise it is easier telling the truth than lying to people you love. The second one, managing your time at this place, your mind, is excellent, is preparing for the future. So managing your time is preparing, preparing, or is being prepared.", "tokens": [492, 393, 11, 5911, 309, 307, 3571, 3585, 264, 3494, 813, 8493, 281, 561, 291, 959, 13, 440, 1150, 472, 11, 11642, 428, 565, 412, 341, 1081, 11, 428, 1575, 11, 307, 7103, 11, 307, 10075, 337, 264, 2027, 13, 407, 11642, 428, 565, 307, 10075, 11, 10075, 11, 420, 307, 885, 4927, 13], "avg_logprob": -0.27258522618900644, "compression_ratio": 1.65359477124183, "no_speech_prob": 0.0, "words": [{"start": 1120.94, "end": 1121.12, "word": " We", "probability": 0.36279296875}, {"start": 1121.12, "end": 1121.44, "word": " can,", "probability": 0.94775390625}, {"start": 1121.72, "end": 1121.88, "word": " otherwise", "probability": 0.85595703125}, {"start": 1121.88, "end": 1122.5, "word": " it", "probability": 0.71728515625}, {"start": 1122.5, "end": 1122.76, "word": " is", "probability": 0.8271484375}, {"start": 1122.76, "end": 1123.24, "word": " easier", "probability": 0.81298828125}, {"start": 1123.24, "end": 1123.64, "word": " telling", "probability": 0.52001953125}, {"start": 1123.64, "end": 1123.96, "word": " the", "probability": 0.89501953125}, {"start": 1123.96, "end": 1124.26, "word": " truth", "probability": 0.94384765625}, {"start": 1124.26, "end": 1124.74, "word": " than", "probability": 0.85986328125}, {"start": 1124.74, "end": 1125.48, "word": " lying", "probability": 0.68896484375}, {"start": 1125.48, "end": 1126.08, "word": " to", "probability": 0.97119140625}, {"start": 1126.08, "end": 1126.7, "word": " people", "probability": 0.9404296875}, {"start": 1126.7, "end": 1127.32, "word": " you", "probability": 0.9560546875}, {"start": 1127.32, "end": 1127.86, "word": " love.", "probability": 0.958984375}, {"start": 1127.94, "end": 1128.08, "word": " The", "probability": 0.83837890625}, {"start": 1128.08, "end": 1128.44, "word": " second", "probability": 0.90380859375}, {"start": 1128.44, "end": 1128.68, "word": " one,", "probability": 0.8798828125}, {"start": 1128.78, "end": 1129.14, "word": " managing", "probability": 0.9228515625}, {"start": 1129.14, "end": 1129.5, "word": " your", "probability": 0.89599609375}, {"start": 1129.5, "end": 1130.0, "word": " time", "probability": 0.8671875}, {"start": 1130.0, "end": 1130.56, "word": " at", "probability": 0.4365234375}, {"start": 1130.56, "end": 1130.8, "word": " this", "probability": 0.86865234375}, {"start": 1130.8, "end": 1131.1, "word": " place,", "probability": 0.888671875}, {"start": 1132.74, "end": 1132.86, "word": " your", "probability": 0.8037109375}, {"start": 1132.86, "end": 1133.14, "word": " mind,", "probability": 0.65478515625}, {"start": 1135.04, "end": 1135.52, "word": " is", "probability": 0.88525390625}, {"start": 1135.52, "end": 1136.98, "word": " excellent,", "probability": 0.6953125}, {"start": 1137.2, "end": 1137.5, "word": " is", "probability": 0.59765625}, {"start": 1137.5, "end": 1138.26, "word": " preparing", "probability": 0.89892578125}, {"start": 1138.26, "end": 1139.04, "word": " for", "probability": 0.9365234375}, {"start": 1139.04, "end": 1139.74, "word": " the", "probability": 0.91357421875}, {"start": 1139.74, "end": 1140.1, "word": " future.", "probability": 0.978515625}, {"start": 1140.24, "end": 1140.34, "word": " So", "probability": 0.884765625}, {"start": 1140.34, "end": 1140.68, "word": " managing", "probability": 0.82568359375}, {"start": 1140.68, "end": 1141.06, "word": " your", "probability": 0.8916015625}, {"start": 1141.06, "end": 1141.34, "word": " time", "probability": 0.88720703125}, {"start": 1141.34, "end": 1141.6, "word": " is", "probability": 0.92626953125}, {"start": 1141.6, "end": 1142.36, "word": " preparing,", "probability": 0.9052734375}, {"start": 1142.88, "end": 1144.68, "word": " preparing,", "probability": 0.7724609375}, {"start": 1145.4, "end": 1146.38, "word": " or", "probability": 0.9501953125}, {"start": 1146.38, "end": 1146.8, "word": " is", "probability": 0.8779296875}, {"start": 1146.8, "end": 1147.28, "word": " being", "probability": 0.9619140625}, {"start": 1147.28, "end": 1147.86, "word": " prepared.", "probability": 0.90625}], "temperature": 1.0}, {"id": 46, "seek": 117384, "start": 1149.69, "end": 1173.85, "text": " Both are correct. Is being prepared or is preparing for the future. Or we can do it the other way. To manage your time well is to be prepared for the future. Okay? Number three. Yes, please. Jan wanted a ghost story and", "tokens": [6767, 366, 3006, 13, 1119, 885, 4927, 420, 307, 10075, 337, 264, 2027, 13, 1610, 321, 393, 360, 309, 264, 661, 636, 13, 1407, 3067, 428, 565, 731, 307, 281, 312, 4927, 337, 264, 2027, 13, 1033, 30, 5118, 1045, 13, 1079, 11, 1767, 13, 4956, 1415, 257, 8359, 1657, 293], "avg_logprob": -0.2325721179636625, "compression_ratio": 1.4569536423841059, "no_speech_prob": 0.0, "words": [{"start": 1149.69, "end": 1150.05, "word": " Both", "probability": 0.57373046875}, {"start": 1150.05, "end": 1150.25, "word": " are", "probability": 0.92529296875}, {"start": 1150.25, "end": 1150.71, "word": " correct.", "probability": 0.90185546875}, {"start": 1151.69, "end": 1151.89, "word": " Is", "probability": 0.3896484375}, {"start": 1151.89, "end": 1152.25, "word": " being", "probability": 0.9189453125}, {"start": 1152.25, "end": 1152.85, "word": " prepared", "probability": 0.84521484375}, {"start": 1152.85, "end": 1153.29, "word": " or", "probability": 0.82421875}, {"start": 1153.29, "end": 1153.53, "word": " is", "probability": 0.82666015625}, {"start": 1153.53, "end": 1154.13, "word": " preparing", "probability": 0.85791015625}, {"start": 1154.13, "end": 1154.77, "word": " for", "probability": 0.9560546875}, {"start": 1154.77, "end": 1154.97, "word": " the", "probability": 0.9111328125}, {"start": 1154.97, "end": 1155.23, "word": " future.", "probability": 0.982421875}, {"start": 1155.39, "end": 1155.51, "word": " Or", "probability": 0.92626953125}, {"start": 1155.51, "end": 1155.75, "word": " we", "probability": 0.88427734375}, {"start": 1155.75, "end": 1156.15, "word": " can", "probability": 0.9462890625}, {"start": 1156.15, "end": 1156.91, "word": " do", "probability": 0.9052734375}, {"start": 1156.91, "end": 1157.07, "word": " it", "probability": 0.52685546875}, {"start": 1157.07, "end": 1157.17, "word": " the", "probability": 0.849609375}, {"start": 1157.17, "end": 1157.39, "word": " other", "probability": 0.8955078125}, {"start": 1157.39, "end": 1157.69, "word": " way.", "probability": 0.9580078125}, {"start": 1157.89, "end": 1158.09, "word": " To", "probability": 0.90869140625}, {"start": 1158.09, "end": 1158.55, "word": " manage", "probability": 0.92431640625}, {"start": 1158.55, "end": 1158.81, "word": " your", "probability": 0.89599609375}, {"start": 1158.81, "end": 1159.19, "word": " time", "probability": 0.8935546875}, {"start": 1159.19, "end": 1159.65, "word": " well", "probability": 0.93994140625}, {"start": 1159.65, "end": 1160.37, "word": " is", "probability": 0.88134765625}, {"start": 1160.37, "end": 1160.79, "word": " to", "probability": 0.96484375}, {"start": 1160.79, "end": 1160.99, "word": " be", "probability": 0.93603515625}, {"start": 1160.99, "end": 1161.73, "word": " prepared", "probability": 0.90087890625}, {"start": 1161.73, "end": 1162.35, "word": " for", "probability": 0.953125}, {"start": 1162.35, "end": 1162.93, "word": " the", "probability": 0.9140625}, {"start": 1162.93, "end": 1163.57, "word": " future.", "probability": 0.98095703125}, {"start": 1164.09, "end": 1164.23, "word": " Okay?", "probability": 0.64208984375}, {"start": 1164.53, "end": 1164.75, "word": " Number", "probability": 0.828125}, {"start": 1164.75, "end": 1165.15, "word": " three.", "probability": 0.78466796875}, {"start": 1165.37, "end": 1165.49, "word": " Yes,", "probability": 0.97265625}, {"start": 1165.57, "end": 1165.73, "word": " please.", "probability": 0.794921875}, {"start": 1166.71, "end": 1167.47, "word": " Jan", "probability": 0.1512451171875}, {"start": 1167.47, "end": 1168.53, "word": " wanted", "probability": 0.84814453125}, {"start": 1168.53, "end": 1170.11, "word": " a", "probability": 0.84033203125}, {"start": 1170.11, "end": 1172.67, "word": " ghost", "probability": 0.82470703125}, {"start": 1172.67, "end": 1173.37, "word": " story", "probability": 0.9248046875}, {"start": 1173.37, "end": 1173.85, "word": " and", "probability": 0.8701171875}], "temperature": 1.0}, {"id": 47, "seek": 119343, "start": 1175.65, "end": 1193.43, "text": " and he showed us our movie it shouldn't be he showed us what is the correct one by showing exactly so john by telling us and showing and showing us our movie okay number four", "tokens": [293, 415, 4712, 505, 527, 3169, 309, 4659, 380, 312, 415, 4712, 505, 437, 307, 264, 3006, 472, 538, 4099, 2293, 370, 35097, 538, 3585, 505, 293, 4099, 293, 4099, 505, 527, 3169, 1392, 1230, 1451], "avg_logprob": -0.18887245977247083, "compression_ratio": 1.5765765765765767, "no_speech_prob": 5.364418029785156e-07, "words": [{"start": 1175.65, "end": 1175.99, "word": " and", "probability": 0.322021484375}, {"start": 1175.99, "end": 1176.21, "word": " he", "probability": 0.91162109375}, {"start": 1176.21, "end": 1176.61, "word": " showed", "probability": 0.89453125}, {"start": 1176.61, "end": 1177.13, "word": " us", "probability": 0.94140625}, {"start": 1177.13, "end": 1177.51, "word": " our", "probability": 0.87744140625}, {"start": 1177.51, "end": 1178.01, "word": " movie", "probability": 0.92724609375}, {"start": 1178.01, "end": 1178.57, "word": " it", "probability": 0.48583984375}, {"start": 1178.57, "end": 1178.91, "word": " shouldn't", "probability": 0.94189453125}, {"start": 1178.91, "end": 1179.01, "word": " be", "probability": 0.95068359375}, {"start": 1179.01, "end": 1179.21, "word": " he", "probability": 0.89892578125}, {"start": 1179.21, "end": 1179.55, "word": " showed", "probability": 0.9091796875}, {"start": 1179.55, "end": 1179.87, "word": " us", "probability": 0.93505859375}, {"start": 1179.87, "end": 1180.09, "word": " what", "probability": 0.84716796875}, {"start": 1180.09, "end": 1180.23, "word": " is", "probability": 0.9501953125}, {"start": 1180.23, "end": 1180.37, "word": " the", "probability": 0.92431640625}, {"start": 1180.37, "end": 1180.63, "word": " correct", "probability": 0.90673828125}, {"start": 1180.63, "end": 1180.89, "word": " one", "probability": 0.833984375}, {"start": 1180.89, "end": 1182.19, "word": " by", "probability": 0.58837890625}, {"start": 1182.19, "end": 1182.61, "word": " showing", "probability": 0.90478515625}, {"start": 1182.61, "end": 1183.17, "word": " exactly", "probability": 0.87939453125}, {"start": 1183.17, "end": 1183.53, "word": " so", "probability": 0.9169921875}, {"start": 1183.53, "end": 1183.97, "word": " john", "probability": 0.5302734375}, {"start": 1183.97, "end": 1184.61, "word": " by", "probability": 0.8671875}, {"start": 1184.61, "end": 1184.95, "word": " telling", "probability": 0.779296875}, {"start": 1184.95, "end": 1185.47, "word": " us", "probability": 0.93798828125}, {"start": 1185.47, "end": 1186.15, "word": " and", "probability": 0.93505859375}, {"start": 1186.15, "end": 1187.79, "word": " showing", "probability": 0.61083984375}, {"start": 1187.79, "end": 1190.27, "word": " and", "probability": 0.72509765625}, {"start": 1190.27, "end": 1190.71, "word": " showing", "probability": 0.888671875}, {"start": 1190.71, "end": 1191.01, "word": " us", "probability": 0.95166015625}, {"start": 1191.01, "end": 1191.33, "word": " our", "probability": 0.65771484375}, {"start": 1191.33, "end": 1192.27, "word": " movie", "probability": 0.93212890625}, {"start": 1192.27, "end": 1192.77, "word": " okay", "probability": 0.9365234375}, {"start": 1192.77, "end": 1193.23, "word": " number", "probability": 0.93408203125}, {"start": 1193.23, "end": 1193.43, "word": " four", "probability": 0.94091796875}], "temperature": 1.0}, {"id": 48, "seek": 121314, "start": 1196.54, "end": 1213.14, "text": " He wanted three things out of college, to master a skill, to make good friends, and to learn, and to learn about life. Infinitive, infinitive and infinitive. The last sentence in this slide.", "tokens": [634, 1415, 1045, 721, 484, 295, 3859, 11, 281, 4505, 257, 5389, 11, 281, 652, 665, 1855, 11, 293, 281, 1466, 11, 293, 281, 1466, 466, 993, 13, 22145, 2187, 11, 7193, 2187, 293, 7193, 2187, 13, 440, 1036, 8174, 294, 341, 4137, 13], "avg_logprob": -0.33645834392971463, "compression_ratio": 1.5158730158730158, "no_speech_prob": 1.7881393432617188e-07, "words": [{"start": 1196.54, "end": 1196.74, "word": " He", "probability": 0.69384765625}, {"start": 1196.74, "end": 1197.06, "word": " wanted", "probability": 0.7958984375}, {"start": 1197.06, "end": 1197.38, "word": " three", "probability": 0.10430908203125}, {"start": 1197.38, "end": 1197.76, "word": " things", "probability": 0.50634765625}, {"start": 1197.76, "end": 1198.04, "word": " out", "probability": 0.85498046875}, {"start": 1198.04, "end": 1198.18, "word": " of", "probability": 0.95947265625}, {"start": 1198.18, "end": 1198.64, "word": " college,", "probability": 0.80859375}, {"start": 1199.0, "end": 1199.1, "word": " to", "probability": 0.9111328125}, {"start": 1199.1, "end": 1199.44, "word": " master", "probability": 0.94189453125}, {"start": 1199.44, "end": 1199.68, "word": " a", "probability": 0.72412109375}, {"start": 1199.68, "end": 1199.9, "word": " skill,", "probability": 0.9453125}, {"start": 1200.12, "end": 1200.18, "word": " to", "probability": 0.9462890625}, {"start": 1200.18, "end": 1200.38, "word": " make", "probability": 0.93798828125}, {"start": 1200.38, "end": 1200.56, "word": " good", "probability": 0.25390625}, {"start": 1200.56, "end": 1200.94, "word": " friends,", "probability": 0.80859375}, {"start": 1201.08, "end": 1201.32, "word": " and", "probability": 0.83642578125}, {"start": 1201.32, "end": 1202.26, "word": " to", "probability": 0.95751953125}, {"start": 1202.26, "end": 1202.92, "word": " learn,", "probability": 0.951171875}, {"start": 1203.42, "end": 1203.82, "word": " and", "probability": 0.83740234375}, {"start": 1203.82, "end": 1204.16, "word": " to", "probability": 0.9443359375}, {"start": 1204.16, "end": 1206.3, "word": " learn", "probability": 0.4697265625}, {"start": 1206.3, "end": 1206.62, "word": " about", "probability": 0.4267578125}, {"start": 1206.62, "end": 1207.7, "word": " life.", "probability": 0.828125}, {"start": 1207.82, "end": 1208.34, "word": " Infinitive,", "probability": 0.678466796875}, {"start": 1208.46, "end": 1209.08, "word": " infinitive", "probability": 0.902099609375}, {"start": 1209.08, "end": 1209.48, "word": " and", "probability": 0.456787109375}, {"start": 1209.48, "end": 1210.38, "word": " infinitive.", "probability": 0.974853515625}, {"start": 1210.96, "end": 1211.64, "word": " The", "probability": 0.806640625}, {"start": 1211.64, "end": 1211.88, "word": " last", "probability": 0.876953125}, {"start": 1211.88, "end": 1212.22, "word": " sentence", "probability": 0.94287109375}, {"start": 1212.22, "end": 1212.46, "word": " in", "probability": 0.87158203125}, {"start": 1212.46, "end": 1212.66, "word": " this", "probability": 0.9375}, {"start": 1212.66, "end": 1213.14, "word": " slide.", "probability": 0.96044921875}], "temperature": 1.0}, {"id": 49, "seek": 124039, "start": 1214.05, "end": 1240.39, "text": " The project plan is a creative but a risk. So we have here, we have an adjective and we have a noun. Or a noun if it is to be accurate. So what we have to do is make them both as adjectives or as nouns. So what is the correct one? Yes Imam. But risky. Very nice. But risky. Creative but risky.", "tokens": [440, 1716, 1393, 307, 257, 5880, 457, 257, 3148, 13, 407, 321, 362, 510, 11, 321, 362, 364, 44129, 293, 321, 362, 257, 23307, 13, 1610, 257, 23307, 498, 309, 307, 281, 312, 8559, 13, 407, 437, 321, 362, 281, 360, 307, 652, 552, 1293, 382, 29378, 1539, 420, 382, 48184, 13, 407, 437, 307, 264, 3006, 472, 30, 1079, 39875, 13, 583, 21137, 13, 4372, 1481, 13, 583, 21137, 13, 26598, 457, 21137, 13], "avg_logprob": -0.26254111802891683, "compression_ratio": 1.699421965317919, "no_speech_prob": 1.7881393432617188e-07, "words": [{"start": 1214.05, "end": 1214.53, "word": " The", "probability": 0.6845703125}, {"start": 1214.53, "end": 1215.01, "word": " project", "probability": 0.94482421875}, {"start": 1215.01, "end": 1215.77, "word": " plan", "probability": 0.64697265625}, {"start": 1215.77, "end": 1216.31, "word": " is", "probability": 0.94775390625}, {"start": 1216.31, "end": 1216.57, "word": " a", "probability": 0.3466796875}, {"start": 1216.57, "end": 1217.49, "word": " creative", "probability": 0.93408203125}, {"start": 1217.49, "end": 1217.93, "word": " but", "probability": 0.6953125}, {"start": 1217.93, "end": 1218.15, "word": " a", "probability": 0.9228515625}, {"start": 1218.15, "end": 1218.53, "word": " risk.", "probability": 0.931640625}, {"start": 1219.01, "end": 1219.35, "word": " So", "probability": 0.908203125}, {"start": 1219.35, "end": 1219.57, "word": " we", "probability": 0.59912109375}, {"start": 1219.57, "end": 1219.75, "word": " have", "probability": 0.9404296875}, {"start": 1219.75, "end": 1219.95, "word": " here,", "probability": 0.7470703125}, {"start": 1220.05, "end": 1220.09, "word": " we", "probability": 0.9453125}, {"start": 1220.09, "end": 1220.25, "word": " have", "probability": 0.9404296875}, {"start": 1220.25, "end": 1220.39, "word": " an", "probability": 0.87841796875}, {"start": 1220.39, "end": 1220.69, "word": " adjective", "probability": 0.97802734375}, {"start": 1220.69, "end": 1220.99, "word": " and", "probability": 0.8544921875}, {"start": 1220.99, "end": 1221.15, "word": " we", "probability": 0.9541015625}, {"start": 1221.15, "end": 1221.31, "word": " have", "probability": 0.943359375}, {"start": 1221.31, "end": 1221.43, "word": " a", "probability": 0.92919921875}, {"start": 1221.43, "end": 1221.67, "word": " noun.", "probability": 0.93994140625}, {"start": 1222.17, "end": 1222.29, "word": " Or", "probability": 0.51416015625}, {"start": 1222.29, "end": 1222.37, "word": " a", "probability": 0.7880859375}, {"start": 1222.37, "end": 1222.53, "word": " noun", "probability": 0.890625}, {"start": 1222.53, "end": 1222.67, "word": " if", "probability": 0.11083984375}, {"start": 1222.67, "end": 1222.75, "word": " it", "probability": 0.56982421875}, {"start": 1222.75, "end": 1222.89, "word": " is", "probability": 0.6220703125}, {"start": 1222.89, "end": 1223.01, "word": " to", "probability": 0.95068359375}, {"start": 1223.01, "end": 1223.15, "word": " be", "probability": 0.9560546875}, {"start": 1223.15, "end": 1223.53, "word": " accurate.", "probability": 0.87158203125}, {"start": 1223.85, "end": 1223.95, "word": " So", "probability": 0.92822265625}, {"start": 1223.95, "end": 1224.15, "word": " what", "probability": 0.87060546875}, {"start": 1224.15, "end": 1224.33, "word": " we", "probability": 0.96044921875}, {"start": 1224.33, "end": 1224.59, "word": " have", "probability": 0.951171875}, {"start": 1224.59, "end": 1224.75, "word": " to", "probability": 0.9716796875}, {"start": 1224.75, "end": 1224.99, "word": " do", "probability": 0.96142578125}, {"start": 1224.99, "end": 1225.41, "word": " is", "probability": 0.95458984375}, {"start": 1225.41, "end": 1226.23, "word": " make", "probability": 0.482177734375}, {"start": 1226.23, "end": 1227.43, "word": " them", "probability": 0.8681640625}, {"start": 1227.43, "end": 1227.81, "word": " both", "probability": 0.89892578125}, {"start": 1227.81, "end": 1228.21, "word": " as", "probability": 0.86572265625}, {"start": 1228.21, "end": 1228.67, "word": " adjectives", "probability": 0.9794921875}, {"start": 1228.67, "end": 1228.85, "word": " or", "probability": 0.75390625}, {"start": 1228.85, "end": 1229.05, "word": " as", "probability": 0.8486328125}, {"start": 1229.05, "end": 1229.21, "word": " nouns.", "probability": 0.859375}, {"start": 1229.45, "end": 1229.63, "word": " So", "probability": 0.919921875}, {"start": 1229.63, "end": 1229.87, "word": " what", "probability": 0.8642578125}, {"start": 1229.87, "end": 1230.05, "word": " is", "probability": 0.94140625}, {"start": 1230.05, "end": 1230.23, "word": " the", "probability": 0.9130859375}, {"start": 1230.23, "end": 1230.57, "word": " correct", "probability": 0.921875}, {"start": 1230.57, "end": 1230.93, "word": " one?", "probability": 0.91259765625}, {"start": 1231.51, "end": 1231.65, "word": " Yes", "probability": 0.8955078125}, {"start": 1231.65, "end": 1231.89, "word": " Imam.", "probability": 0.1793212890625}, {"start": 1232.27, "end": 1232.43, "word": " But", "probability": 0.6767578125}, {"start": 1232.43, "end": 1234.87, "word": " risky.", "probability": 0.7666015625}, {"start": 1235.23, "end": 1235.31, "word": " Very", "probability": 0.53515625}, {"start": 1235.31, "end": 1235.69, "word": " nice.", "probability": 0.892578125}, {"start": 1235.81, "end": 1236.09, "word": " But", "probability": 0.8740234375}, {"start": 1236.09, "end": 1236.69, "word": " risky.", "probability": 0.7421875}, {"start": 1236.97, "end": 1237.45, "word": " Creative", "probability": 0.8564453125}, {"start": 1237.45, "end": 1238.37, "word": " but", "probability": 0.75439453125}, {"start": 1238.37, "end": 1240.39, "word": " risky.", "probability": 0.69921875}], "temperature": 1.0}, {"id": 50, "seek": 125934, "start": 1241.75, "end": 1259.35, "text": " Now it is adjective. It is an adjective. So the project plan is creative but risky. All right? Okay. Let's see the second slide. And please do the same. Try to fix the problems in each one of these sentences.", "tokens": [823, 309, 307, 44129, 13, 467, 307, 364, 44129, 13, 407, 264, 1716, 1393, 307, 5880, 457, 21137, 13, 1057, 558, 30, 1033, 13, 961, 311, 536, 264, 1150, 4137, 13, 400, 1767, 360, 264, 912, 13, 6526, 281, 3191, 264, 2740, 294, 1184, 472, 295, 613, 16579, 13], "avg_logprob": -0.2245312488079071, "compression_ratio": 1.412162162162162, "no_speech_prob": 5.364418029785156e-07, "words": [{"start": 1241.75, "end": 1242.13, "word": " Now", "probability": 0.69873046875}, {"start": 1242.13, "end": 1242.31, "word": " it", "probability": 0.72509765625}, {"start": 1242.31, "end": 1242.47, "word": " is", "probability": 0.75146484375}, {"start": 1242.47, "end": 1242.95, "word": " adjective.", "probability": 0.496337890625}, {"start": 1243.61, "end": 1243.73, "word": " It", "probability": 0.794921875}, {"start": 1243.73, "end": 1243.93, "word": " is", "probability": 0.9091796875}, {"start": 1243.93, "end": 1244.25, "word": " an", "probability": 0.89892578125}, {"start": 1244.25, "end": 1244.85, "word": " adjective.", "probability": 0.93798828125}, {"start": 1245.19, "end": 1245.19, "word": " So", "probability": 0.85107421875}, {"start": 1245.19, "end": 1245.75, "word": " the", "probability": 0.54345703125}, {"start": 1245.75, "end": 1246.23, "word": " project", "probability": 0.95751953125}, {"start": 1246.23, "end": 1246.49, "word": " plan", "probability": 0.94580078125}, {"start": 1246.49, "end": 1246.67, "word": " is", "probability": 0.93896484375}, {"start": 1246.67, "end": 1247.11, "word": " creative", "probability": 0.93017578125}, {"start": 1247.11, "end": 1247.63, "word": " but", "probability": 0.6591796875}, {"start": 1247.63, "end": 1248.59, "word": " risky.", "probability": 0.697265625}, {"start": 1248.97, "end": 1249.09, "word": " All", "probability": 0.30224609375}, {"start": 1249.09, "end": 1249.27, "word": " right?", "probability": 0.884765625}, {"start": 1249.57, "end": 1249.83, "word": " Okay.", "probability": 0.6494140625}, {"start": 1250.07, "end": 1250.27, "word": " Let's", "probability": 0.95166015625}, {"start": 1250.27, "end": 1250.39, "word": " see", "probability": 0.8154296875}, {"start": 1250.39, "end": 1250.59, "word": " the", "probability": 0.8671875}, {"start": 1250.59, "end": 1250.95, "word": " second", "probability": 0.9013671875}, {"start": 1250.95, "end": 1251.39, "word": " slide.", "probability": 0.97119140625}, {"start": 1251.73, "end": 1251.87, "word": " And", "probability": 0.85693359375}, {"start": 1251.87, "end": 1252.15, "word": " please", "probability": 0.77001953125}, {"start": 1252.15, "end": 1252.33, "word": " do", "probability": 0.9267578125}, {"start": 1252.33, "end": 1252.53, "word": " the", "probability": 0.91943359375}, {"start": 1252.53, "end": 1252.83, "word": " same.", "probability": 0.9150390625}, {"start": 1253.15, "end": 1253.37, "word": " Try", "probability": 0.904296875}, {"start": 1253.37, "end": 1253.59, "word": " to", "probability": 0.96875}, {"start": 1253.59, "end": 1254.07, "word": " fix", "probability": 0.93359375}, {"start": 1254.07, "end": 1254.95, "word": " the", "probability": 0.91162109375}, {"start": 1254.95, "end": 1255.83, "word": " problems", "probability": 0.82568359375}, {"start": 1255.83, "end": 1256.21, "word": " in", "probability": 0.92431640625}, {"start": 1256.21, "end": 1256.63, "word": " each", "probability": 0.943359375}, {"start": 1256.63, "end": 1257.13, "word": " one", "probability": 0.9189453125}, {"start": 1257.13, "end": 1257.65, "word": " of", "probability": 0.966796875}, {"start": 1257.65, "end": 1258.05, "word": " these", "probability": 0.85302734375}, {"start": 1258.05, "end": 1259.35, "word": " sentences.", "probability": 0.9453125}], "temperature": 1.0}, {"id": 51, "seek": 128270, "start": 1277.4, "end": 1282.7, "text": " Thank you. Thank you.", "tokens": [1044, 291, 13, 1044, 291, 13], "avg_logprob": -1.1808035373687744, "compression_ratio": 1.0476190476190477, "no_speech_prob": 0.0002048015594482422, "words": [{"start": 1277.4, "end": 1278.32, "word": " Thank", "probability": 0.015533447265625}, {"start": 1278.32, "end": 1278.5, "word": " you.", "probability": 0.93310546875}, {"start": 1280.98, "end": 1282.3, "word": " Thank", "probability": 0.1563720703125}, {"start": 1282.3, "end": 1282.7, "word": " you.", "probability": 0.9580078125}], "temperature": 1.0}, {"id": 52, "seek": 131738, "start": 1317.04, "end": 1317.38, "text": " Okay.", "tokens": [1033, 13], "avg_logprob": -1.5052083333333333, "compression_ratio": 0.42857142857142855, "no_speech_prob": 0.003063201904296875, "words": [{"start": 1317.04, "end": 1317.38, "word": " Okay.", "probability": 0.0162353515625}], "temperature": 1.0}, {"id": 53, "seek": 135594, "start": 1344.02, "end": 1355.94, "text": " Thank you. Thank you.", "tokens": [1044, 291, 13, 1044, 291, 13], "avg_logprob": -1.2131696769169398, "compression_ratio": 1.0476190476190477, "no_speech_prob": 0.00044608116149902344, "words": [{"start": 1344.02, "end": 1344.74, "word": " Thank", "probability": 0.0157928466796875}, {"start": 1344.74, "end": 1344.74, "word": " you.", "probability": 0.8798828125}, {"start": 1350.52, "end": 1350.52, "word": " Thank", "probability": 0.2054443359375}, {"start": 1350.52, "end": 1355.94, "word": " you.", "probability": 0.94580078125}], "temperature": 1.0}, {"id": 54, "seek": 139451, "start": 1366.55, "end": 1394.51, "text": " How are you? I'm great. It's great to see you. How are you? I'm great. It's great to see you. I'm great.", "tokens": [1012, 366, 291, 30, 286, 478, 869, 13, 467, 311, 869, 281, 536, 291, 13, 1012, 366, 291, 30, 286, 478, 869, 13, 467, 311, 869, 281, 536, 291, 13, 286, 478, 869, 13], "avg_logprob": -0.701785717691694, "compression_ratio": 1.9811320754716981, "no_speech_prob": 2.5093555450439453e-05, "words": [{"start": 1366.55, "end": 1367.05, "word": " How", "probability": 0.036651611328125}, {"start": 1367.05, "end": 1367.35, "word": " are", "probability": 0.1865234375}, {"start": 1367.35, "end": 1367.67, "word": " you?", "probability": 0.8046875}, {"start": 1367.83, "end": 1368.15, "word": " I'm", "probability": 0.5220947265625}, {"start": 1368.15, "end": 1368.47, "word": " great.", "probability": 0.60498046875}, {"start": 1369.09, "end": 1369.81, "word": " It's", "probability": 0.53265380859375}, {"start": 1369.81, "end": 1370.19, "word": " great", "probability": 0.2288818359375}, {"start": 1370.19, "end": 1370.35, "word": " to", "probability": 0.8115234375}, {"start": 1370.35, "end": 1370.69, "word": " see", "probability": 0.79150390625}, {"start": 1370.69, "end": 1371.05, "word": " you.", "probability": 0.92041015625}, {"start": 1372.05, "end": 1372.77, "word": " How", "probability": 0.09088134765625}, {"start": 1372.77, "end": 1374.15, "word": " are", "probability": 0.366943359375}, {"start": 1374.15, "end": 1375.97, "word": " you?", "probability": 0.92529296875}, {"start": 1379.25, "end": 1379.97, "word": " I'm", "probability": 0.681884765625}, {"start": 1379.97, "end": 1389.19, "word": " great.", "probability": 0.343505859375}, {"start": 1392.03, "end": 1392.75, "word": " It's", "probability": 0.6048583984375}, {"start": 1392.75, "end": 1392.91, "word": " great", "probability": 0.83544921875}, {"start": 1392.91, "end": 1392.91, "word": " to", "probability": 0.9638671875}, {"start": 1392.91, "end": 1392.91, "word": " see", "probability": 0.92919921875}, {"start": 1392.91, "end": 1393.15, "word": " you.", "probability": 0.96826171875}, {"start": 1393.45, "end": 1393.63, "word": " I'm", "probability": 0.6771240234375}, {"start": 1393.63, "end": 1394.51, "word": " great.", "probability": 0.76904296875}], "temperature": 1.0}, {"id": 55, "seek": 140217, "start": 1399.39, "end": 1402.17, "text": " Bless you. Bless you.", "tokens": [21562, 291, 13, 21562, 291, 13], "avg_logprob": -1.074218784059797, "compression_ratio": 1.0476190476190477, "no_speech_prob": 2.2232532501220703e-05, "words": [{"start": 1399.3899999999999, "end": 1400.53, "word": " Bless", "probability": 0.01097869873046875}, {"start": 1400.53, "end": 1400.73, "word": " you.", "probability": 0.60888671875}, {"start": 1401.27, "end": 1401.87, "word": " Bless", "probability": 0.76123046875}, {"start": 1401.87, "end": 1402.17, "word": " you.", "probability": 0.94384765625}], "temperature": 1.0}, {"id": 56, "seek": 141583, "start": 1411.63, "end": 1415.83, "text": " Energy, energetic energy, energy, energy, energy.", "tokens": [14939, 11, 24935, 2281, 11, 2281, 11, 2281, 11, 2281, 13], "avg_logprob": -1.1367187996705372, "compression_ratio": 1.6666666666666667, "no_speech_prob": 2.8789043426513672e-05, "words": [{"start": 1411.63, "end": 1412.49, "word": " Energy,", "probability": 0.0251007080078125}, {"start": 1412.73, "end": 1413.21, "word": " energetic", "probability": 0.1561279296875}, {"start": 1413.21, "end": 1413.65, "word": " energy,", "probability": 0.95947265625}, {"start": 1413.97, "end": 1414.37, "word": " energy,", "probability": 0.333251953125}, {"start": 1415.01, "end": 1415.83, "word": " energy,", "probability": 0.8291015625}, {"start": 1415.83, "end": 1415.83, "word": " energy.", "probability": 0.81201171875}], "temperature": 1.0}, {"id": 57, "seek": 146131, "start": 1451.15, "end": 1461.31, "text": " Alright, let's see number six. Yes, at the back please. Yes, Dina doesn't like to sing, dance or act.", "tokens": [2798, 11, 718, 311, 536, 1230, 2309, 13, 1079, 11, 412, 264, 646, 1767, 13, 1079, 11, 413, 1426, 1177, 380, 411, 281, 1522, 11, 4489, 420, 605, 13], "avg_logprob": -0.2796874870856603, "compression_ratio": 1.120879120879121, "no_speech_prob": 2.980232238769531e-07, "words": [{"start": 1451.15, "end": 1451.61, "word": " Alright,", "probability": 0.2154541015625}, {"start": 1452.03, "end": 1452.27, "word": " let's", "probability": 0.925537109375}, {"start": 1452.27, "end": 1452.41, "word": " see", "probability": 0.923828125}, {"start": 1452.41, "end": 1452.71, "word": " number", "probability": 0.875}, {"start": 1452.71, "end": 1453.19, "word": " six.", "probability": 0.51318359375}, {"start": 1453.43, "end": 1453.59, "word": " Yes,", "probability": 0.92626953125}, {"start": 1453.67, "end": 1453.77, "word": " at", "probability": 0.5859375}, {"start": 1453.77, "end": 1453.87, "word": " the", "probability": 0.931640625}, {"start": 1453.87, "end": 1454.07, "word": " back", "probability": 0.87158203125}, {"start": 1454.07, "end": 1454.41, "word": " please.", "probability": 0.53271484375}, {"start": 1457.31, "end": 1457.89, "word": " Yes,", "probability": 0.374267578125}, {"start": 1458.23, "end": 1458.51, "word": " Dina", "probability": 0.82177734375}, {"start": 1458.51, "end": 1458.99, "word": " doesn't", "probability": 0.956298828125}, {"start": 1458.99, "end": 1459.21, "word": " like", "probability": 0.93603515625}, {"start": 1459.21, "end": 1459.37, "word": " to", "probability": 0.966796875}, {"start": 1459.37, "end": 1459.77, "word": " sing,", "probability": 0.93017578125}, {"start": 1459.99, "end": 1460.39, "word": " dance", "probability": 0.923828125}, {"start": 1460.39, "end": 1460.83, "word": " or", "probability": 0.71240234375}, {"start": 1460.83, "end": 1461.31, "word": " act.", "probability": 0.46142578125}], "temperature": 1.0}, {"id": 58, "seek": 148745, "start": 1461.61, "end": 1487.45, "text": " Or actor, or we can say doesn't like cinemas or acting. Alright, number seven. Yes, please. The witness described the suspect as tall, light-skinned and bearded. And bearded, okay, but because we have adjective, light-skinned adjective, and this one, there's a preposition in the phrase, so it's not balanced, so it has to be bearded.", "tokens": [1610, 8747, 11, 420, 321, 393, 584, 1177, 380, 411, 6539, 26062, 420, 6577, 13, 2798, 11, 1230, 3407, 13, 1079, 11, 1767, 13, 440, 7286, 7619, 264, 9091, 382, 6764, 11, 1442, 12, 5161, 45508, 293, 17455, 292, 13, 400, 17455, 292, 11, 1392, 11, 457, 570, 321, 362, 44129, 11, 1442, 12, 5161, 45508, 44129, 11, 293, 341, 472, 11, 456, 311, 257, 2666, 5830, 294, 264, 9535, 11, 370, 309, 311, 406, 13902, 11, 370, 309, 575, 281, 312, 17455, 292, 13], "avg_logprob": -0.3101380914449692, "compression_ratio": 1.5952380952380953, "no_speech_prob": 2.980232238769531e-07, "words": [{"start": 1461.61, "end": 1461.97, "word": " Or", "probability": 0.376708984375}, {"start": 1461.97, "end": 1462.61, "word": " actor,", "probability": 0.49560546875}, {"start": 1463.11, "end": 1463.39, "word": " or", "probability": 0.89306640625}, {"start": 1463.39, "end": 1463.57, "word": " we", "probability": 0.78076171875}, {"start": 1463.57, "end": 1463.75, "word": " can", "probability": 0.9453125}, {"start": 1463.75, "end": 1464.21, "word": " say", "probability": 0.953125}, {"start": 1464.21, "end": 1465.11, "word": " doesn't", "probability": 0.75}, {"start": 1465.11, "end": 1465.33, "word": " like", "probability": 0.92822265625}, {"start": 1465.33, "end": 1465.99, "word": " cinemas", "probability": 0.4027099609375}, {"start": 1465.99, "end": 1466.57, "word": " or", "probability": 0.912109375}, {"start": 1466.57, "end": 1467.57, "word": " acting.", "probability": 0.95849609375}, {"start": 1467.79, "end": 1468.07, "word": " Alright,", "probability": 0.377685546875}, {"start": 1468.23, "end": 1468.49, "word": " number", "probability": 0.90380859375}, {"start": 1468.49, "end": 1469.17, "word": " seven.", "probability": 0.630859375}, {"start": 1469.43, "end": 1469.69, "word": " Yes,", "probability": 0.49853515625}, {"start": 1469.69, "end": 1469.69, "word": " please.", "probability": 0.330078125}, {"start": 1470.97, "end": 1471.33, "word": " The", "probability": 0.59912109375}, {"start": 1471.33, "end": 1471.65, "word": " witness", "probability": 0.69384765625}, {"start": 1471.65, "end": 1472.21, "word": " described", "probability": 0.845703125}, {"start": 1472.21, "end": 1472.37, "word": " the", "probability": 0.89794921875}, {"start": 1472.37, "end": 1472.77, "word": " suspect", "probability": 0.85888671875}, {"start": 1472.77, "end": 1473.19, "word": " as", "probability": 0.9541015625}, {"start": 1473.19, "end": 1473.43, "word": " tall,", "probability": 0.75830078125}, {"start": 1473.65, "end": 1473.69, "word": " light", "probability": 0.86083984375}, {"start": 1473.69, "end": 1473.99, "word": "-skinned", "probability": 0.67138671875}, {"start": 1473.99, "end": 1474.29, "word": " and", "probability": 0.65234375}, {"start": 1474.29, "end": 1474.73, "word": " bearded.", "probability": 0.98095703125}, {"start": 1474.87, "end": 1475.37, "word": " And", "probability": 0.74609375}, {"start": 1475.37, "end": 1477.05, "word": " bearded,", "probability": 0.918212890625}, {"start": 1477.19, "end": 1477.39, "word": " okay,", "probability": 0.6953125}, {"start": 1477.53, "end": 1477.63, "word": " but", "probability": 0.740234375}, {"start": 1477.63, "end": 1478.01, "word": " because", "probability": 0.88916015625}, {"start": 1478.01, "end": 1478.21, "word": " we", "probability": 0.95556640625}, {"start": 1478.21, "end": 1478.57, "word": " have", "probability": 0.931640625}, {"start": 1478.57, "end": 1479.17, "word": " adjective,", "probability": 0.84912109375}, {"start": 1479.69, "end": 1480.35, "word": " light", "probability": 0.83447265625}, {"start": 1480.35, "end": 1480.63, "word": "-skinned", "probability": 0.84912109375}, {"start": 1480.63, "end": 1481.07, "word": " adjective,", "probability": 0.47607421875}, {"start": 1481.29, "end": 1481.45, "word": " and", "probability": 0.87744140625}, {"start": 1481.45, "end": 1481.69, "word": " this", "probability": 0.947265625}, {"start": 1481.69, "end": 1482.05, "word": " one,", "probability": 0.57763671875}, {"start": 1482.43, "end": 1482.73, "word": " there's", "probability": 0.72119140625}, {"start": 1482.73, "end": 1482.85, "word": " a", "probability": 0.927734375}, {"start": 1482.85, "end": 1483.35, "word": " preposition", "probability": 0.97216796875}, {"start": 1483.35, "end": 1483.57, "word": " in", "probability": 0.908203125}, {"start": 1483.57, "end": 1483.71, "word": " the", "probability": 0.77197265625}, {"start": 1483.71, "end": 1484.09, "word": " phrase,", "probability": 0.87255859375}, {"start": 1484.19, "end": 1484.29, "word": " so", "probability": 0.9296875}, {"start": 1484.29, "end": 1484.45, "word": " it's", "probability": 0.968017578125}, {"start": 1484.45, "end": 1484.61, "word": " not", "probability": 0.94189453125}, {"start": 1484.61, "end": 1485.09, "word": " balanced,", "probability": 0.91162109375}, {"start": 1485.55, "end": 1485.75, "word": " so", "probability": 0.93896484375}, {"start": 1485.75, "end": 1485.91, "word": " it", "probability": 0.94482421875}, {"start": 1485.91, "end": 1486.09, "word": " has", "probability": 0.9423828125}, {"start": 1486.09, "end": 1486.23, "word": " to", "probability": 0.97021484375}, {"start": 1486.23, "end": 1486.49, "word": " be", "probability": 0.95068359375}, {"start": 1486.49, "end": 1487.45, "word": " bearded.", "probability": 0.93505859375}], "temperature": 1.0}, {"id": 59, "seek": 149728, "start": 1488.0, "end": 1497.28, "text": " So bearded is the adjective of a person with a beard, so he is bearded. Okay, see number eight.", "tokens": [407, 17455, 292, 307, 264, 44129, 295, 257, 954, 365, 257, 17455, 11, 370, 415, 307, 17455, 292, 13, 1033, 11, 536, 1230, 3180, 13], "avg_logprob": -0.2627704292535782, "compression_ratio": 1.1428571428571428, "no_speech_prob": 0.0, "words": [{"start": 1488.0, "end": 1488.4, "word": " So", "probability": 0.433837890625}, {"start": 1488.4, "end": 1488.84, "word": " bearded", "probability": 0.753662109375}, {"start": 1488.84, "end": 1489.04, "word": " is", "probability": 0.94921875}, {"start": 1489.04, "end": 1489.22, "word": " the", "probability": 0.859375}, {"start": 1489.22, "end": 1489.72, "word": " adjective", "probability": 0.95166015625}, {"start": 1489.72, "end": 1490.22, "word": " of", "probability": 0.955078125}, {"start": 1490.22, "end": 1490.48, "word": " a", "probability": 0.751953125}, {"start": 1490.48, "end": 1492.12, "word": " person", "probability": 0.9228515625}, {"start": 1492.12, "end": 1492.38, "word": " with", "probability": 0.9150390625}, {"start": 1492.38, "end": 1492.54, "word": " a", "probability": 0.943359375}, {"start": 1492.54, "end": 1492.8, "word": " beard,", "probability": 0.91845703125}, {"start": 1493.1, "end": 1493.26, "word": " so", "probability": 0.94091796875}, {"start": 1493.26, "end": 1493.58, "word": " he", "probability": 0.9541015625}, {"start": 1493.58, "end": 1494.04, "word": " is", "probability": 0.93115234375}, {"start": 1494.04, "end": 1495.24, "word": " bearded.", "probability": 0.94189453125}, {"start": 1495.54, "end": 1495.68, "word": " Okay,", "probability": 0.693359375}, {"start": 1496.14, "end": 1496.32, "word": " see", "probability": 0.57958984375}, {"start": 1496.32, "end": 1496.68, "word": " number", "probability": 0.90283203125}, {"start": 1496.68, "end": 1497.28, "word": " eight.", "probability": 0.78076171875}], "temperature": 1.0}, {"id": 60, "seek": 152702, "start": 1499.0, "end": 1527.02, "text": " Okay. In English class, Tim learned to read poems critically and he appreciated good poems. So it has to be and to appreciate. So it is again learning to read and to appreciate poems, good poems. Okay? Alright. Number nine. We found Thelma Eastleigh's. Guess who that is.", "tokens": [1033, 13, 682, 3669, 1508, 11, 7172, 3264, 281, 1401, 24014, 22797, 293, 415, 17169, 665, 24014, 13, 407, 309, 575, 281, 312, 293, 281, 4449, 13, 407, 309, 307, 797, 2539, 281, 1401, 293, 281, 4449, 24014, 11, 665, 24014, 13, 1033, 30, 2798, 13, 5118, 4949, 13, 492, 1352, 334, 338, 1696, 6747, 45533, 311, 13, 17795, 567, 300, 307, 13], "avg_logprob": -0.30346678337082267, "compression_ratio": 1.5632183908045978, "no_speech_prob": 1.1920928955078125e-07, "words": [{"start": 1499.0, "end": 1499.58, "word": " Okay.", "probability": 0.50537109375}, {"start": 1499.92, "end": 1500.1, "word": " In", "probability": 0.92724609375}, {"start": 1500.1, "end": 1500.38, "word": " English", "probability": 0.95068359375}, {"start": 1500.38, "end": 1501.06, "word": " class,", "probability": 0.9619140625}, {"start": 1501.34, "end": 1501.58, "word": " Tim", "probability": 0.90283203125}, {"start": 1501.58, "end": 1502.16, "word": " learned", "probability": 0.861328125}, {"start": 1502.16, "end": 1502.8, "word": " to", "probability": 0.96923828125}, {"start": 1502.8, "end": 1503.14, "word": " read", "probability": 0.9794921875}, {"start": 1503.14, "end": 1503.56, "word": " poems", "probability": 0.9365234375}, {"start": 1503.56, "end": 1504.26, "word": " critically", "probability": 0.884765625}, {"start": 1504.26, "end": 1505.1, "word": " and", "probability": 0.662109375}, {"start": 1505.1, "end": 1505.74, "word": " he", "probability": 0.923828125}, {"start": 1505.74, "end": 1506.82, "word": " appreciated", "probability": 0.96337890625}, {"start": 1506.82, "end": 1507.7, "word": " good", "probability": 0.90087890625}, {"start": 1507.7, "end": 1508.06, "word": " poems.", "probability": 0.71337890625}, {"start": 1508.3, "end": 1508.48, "word": " So", "probability": 0.92041015625}, {"start": 1508.48, "end": 1508.66, "word": " it", "probability": 0.755859375}, {"start": 1508.66, "end": 1508.88, "word": " has", "probability": 0.94091796875}, {"start": 1508.88, "end": 1509.04, "word": " to", "probability": 0.97509765625}, {"start": 1509.04, "end": 1509.28, "word": " be", "probability": 0.9541015625}, {"start": 1509.28, "end": 1510.54, "word": " and", "probability": 0.79541015625}, {"start": 1510.54, "end": 1510.94, "word": " to", "probability": 0.82666015625}, {"start": 1510.94, "end": 1511.54, "word": " appreciate.", "probability": 0.95361328125}, {"start": 1511.84, "end": 1511.92, "word": " So", "probability": 0.9189453125}, {"start": 1511.92, "end": 1512.06, "word": " it", "probability": 0.89453125}, {"start": 1512.06, "end": 1512.22, "word": " is", "probability": 0.8984375}, {"start": 1512.22, "end": 1512.58, "word": " again", "probability": 0.87841796875}, {"start": 1512.58, "end": 1512.96, "word": " learning", "probability": 0.2724609375}, {"start": 1512.96, "end": 1513.26, "word": " to", "probability": 0.87744140625}, {"start": 1513.26, "end": 1514.54, "word": " read", "probability": 0.8056640625}, {"start": 1514.54, "end": 1515.04, "word": " and", "probability": 0.931640625}, {"start": 1515.04, "end": 1516.12, "word": " to", "probability": 0.93798828125}, {"start": 1516.12, "end": 1517.36, "word": " appreciate", "probability": 0.9482421875}, {"start": 1517.36, "end": 1519.1, "word": " poems,", "probability": 0.53466796875}, {"start": 1519.3, "end": 1519.56, "word": " good", "probability": 0.931640625}, {"start": 1519.56, "end": 1519.96, "word": " poems.", "probability": 0.96142578125}, {"start": 1520.44, "end": 1520.66, "word": " Okay?", "probability": 0.75634765625}, {"start": 1521.44, "end": 1521.66, "word": " Alright.", "probability": 0.28369140625}, {"start": 1521.98, "end": 1522.26, "word": " Number", "probability": 0.853515625}, {"start": 1522.26, "end": 1522.7, "word": " nine.", "probability": 0.8623046875}, {"start": 1523.06, "end": 1523.22, "word": " We", "probability": 0.86279296875}, {"start": 1523.22, "end": 1523.8, "word": " found", "probability": 0.91064453125}, {"start": 1523.8, "end": 1524.56, "word": " Thelma", "probability": 0.705322265625}, {"start": 1524.56, "end": 1526.52, "word": " Eastleigh's.", "probability": 0.3929443359375}, {"start": 1526.6, "end": 1526.72, "word": " Guess", "probability": 0.77587890625}, {"start": 1526.72, "end": 1526.9, "word": " who", "probability": 0.6923828125}, {"start": 1526.9, "end": 1526.98, "word": " that", "probability": 0.86767578125}, {"start": 1526.98, "end": 1527.02, "word": " is.", "probability": 0.6767578125}], "temperature": 1.0}, {"id": 61, "seek": 154696, "start": 1528.2, "end": 1546.96, "text": "We concept offensive and we thought it was embarrassing. Okay now we thought this is like a full sentence, this is a clause but we don't need a sentence here. We found an adjective. Offensive is another adjective and embarrassing.", "tokens": [4360, 3410, 15710, 293, 321, 1194, 309, 390, 17299, 13, 1033, 586, 321, 1194, 341, 307, 411, 257, 1577, 8174, 11, 341, 307, 257, 25925, 457, 321, 500, 380, 643, 257, 8174, 510, 13, 492, 1352, 364, 44129, 13, 6318, 2953, 307, 1071, 44129, 293, 17299, 13], "avg_logprob": -0.39192708767950535, "compression_ratio": 1.5972222222222223, "no_speech_prob": 1.1920928955078125e-07, "words": [{"start": 1528.2, "end": 1528.88, "word": "We", "probability": 0.2135009765625}, {"start": 1528.88, "end": 1529.24, "word": " concept", "probability": 0.1300048828125}, {"start": 1529.24, "end": 1530.14, "word": " offensive", "probability": 0.7880859375}, {"start": 1530.14, "end": 1531.0, "word": " and", "probability": 0.442138671875}, {"start": 1531.0, "end": 1531.56, "word": " we", "probability": 0.9267578125}, {"start": 1531.56, "end": 1531.86, "word": " thought", "probability": 0.82861328125}, {"start": 1531.86, "end": 1532.04, "word": " it", "probability": 0.9072265625}, {"start": 1532.04, "end": 1532.32, "word": " was", "probability": 0.94384765625}, {"start": 1532.32, "end": 1532.78, "word": " embarrassing.", "probability": 0.7734375}, {"start": 1533.84, "end": 1533.84, "word": " Okay", "probability": 0.35205078125}, {"start": 1533.84, "end": 1534.28, "word": " now", "probability": 0.341552734375}, {"start": 1534.28, "end": 1535.8, "word": " we", "probability": 0.65380859375}, {"start": 1535.8, "end": 1536.22, "word": " thought", "probability": 0.8662109375}, {"start": 1536.22, "end": 1536.6, "word": " this", "probability": 0.81982421875}, {"start": 1536.6, "end": 1536.76, "word": " is", "probability": 0.8671875}, {"start": 1536.76, "end": 1536.98, "word": " like", "probability": 0.8173828125}, {"start": 1536.98, "end": 1537.18, "word": " a", "probability": 0.87548828125}, {"start": 1537.18, "end": 1537.4, "word": " full", "probability": 0.94189453125}, {"start": 1537.4, "end": 1537.86, "word": " sentence,", "probability": 0.96484375}, {"start": 1538.02, "end": 1538.12, "word": " this", "probability": 0.87109375}, {"start": 1538.12, "end": 1538.24, "word": " is", "probability": 0.94091796875}, {"start": 1538.24, "end": 1538.38, "word": " a", "probability": 0.7890625}, {"start": 1538.38, "end": 1538.64, "word": " clause", "probability": 0.3720703125}, {"start": 1538.64, "end": 1539.16, "word": " but", "probability": 0.445556640625}, {"start": 1539.16, "end": 1539.42, "word": " we", "probability": 0.958984375}, {"start": 1539.42, "end": 1539.68, "word": " don't", "probability": 0.975830078125}, {"start": 1539.68, "end": 1539.86, "word": " need", "probability": 0.92236328125}, {"start": 1539.86, "end": 1540.02, "word": " a", "probability": 0.73291015625}, {"start": 1540.02, "end": 1540.36, "word": " sentence", "probability": 0.953125}, {"start": 1540.36, "end": 1540.76, "word": " here.", "probability": 0.8369140625}, {"start": 1541.12, "end": 1541.38, "word": " We", "probability": 0.5263671875}, {"start": 1541.38, "end": 1541.64, "word": " found", "probability": 0.74267578125}, {"start": 1541.64, "end": 1541.8, "word": " an", "probability": 0.2369384765625}, {"start": 1541.8, "end": 1542.22, "word": " adjective.", "probability": 0.9873046875}, {"start": 1542.6, "end": 1542.94, "word": " Offensive", "probability": 0.925537109375}, {"start": 1542.94, "end": 1543.16, "word": " is", "probability": 0.93017578125}, {"start": 1543.16, "end": 1543.52, "word": " another", "probability": 0.90625}, {"start": 1543.52, "end": 1544.12, "word": " adjective", "probability": 0.951171875}, {"start": 1544.12, "end": 1545.74, "word": " and", "probability": 0.7001953125}, {"start": 1545.74, "end": 1546.96, "word": " embarrassing.", "probability": 0.8046875}], "temperature": 1.0}, {"id": 62, "seek": 157579, "start": 1550.23, "end": 1575.79, "text": " Embarrassing. Adjective, adjective and adjective. Okay? Alright. Number ten. Number ten. Yes please. Unarranged or you can even say unconveniently arranged because here it is part of an adjective phrase and all of them are adjective phrases in grammatical terms.", "tokens": [24234, 8596, 278, 13, 1999, 1020, 488, 11, 44129, 293, 44129, 13, 1033, 30, 2798, 13, 5118, 2064, 13, 5118, 2064, 13, 1079, 1767, 13, 1156, 2284, 10296, 420, 291, 393, 754, 584, 35847, 553, 1196, 356, 18721, 570, 510, 309, 307, 644, 295, 364, 44129, 9535, 293, 439, 295, 552, 366, 44129, 20312, 294, 17570, 267, 804, 2115, 13], "avg_logprob": -0.2904713056126579, "compression_ratio": 1.593939393939394, "no_speech_prob": 0.0, "words": [{"start": 1550.23, "end": 1550.91, "word": " Embarrassing.", "probability": 0.766845703125}, {"start": 1551.11, "end": 1551.75, "word": " Adjective,", "probability": 0.9456380208333334}, {"start": 1551.97, "end": 1552.55, "word": " adjective", "probability": 0.93310546875}, {"start": 1552.55, "end": 1553.35, "word": " and", "probability": 0.6865234375}, {"start": 1553.35, "end": 1554.25, "word": " adjective.", "probability": 0.95654296875}, {"start": 1554.55, "end": 1554.71, "word": " Okay?", "probability": 0.373291015625}, {"start": 1555.37, "end": 1555.61, "word": " Alright.", "probability": 0.54150390625}, {"start": 1555.89, "end": 1556.23, "word": " Number", "probability": 0.876953125}, {"start": 1556.23, "end": 1556.93, "word": " ten.", "probability": 0.4921875}, {"start": 1557.59, "end": 1557.83, "word": " Number", "probability": 0.62255859375}, {"start": 1557.83, "end": 1558.23, "word": " ten.", "probability": 0.890625}, {"start": 1558.51, "end": 1558.67, "word": " Yes", "probability": 0.951171875}, {"start": 1558.67, "end": 1558.95, "word": " please.", "probability": 0.552734375}, {"start": 1563.17, "end": 1563.85, "word": " Unarranged", "probability": 0.6707356770833334}, {"start": 1563.85, "end": 1564.03, "word": " or", "probability": 0.669921875}, {"start": 1564.03, "end": 1564.19, "word": " you", "probability": 0.75927734375}, {"start": 1564.19, "end": 1564.37, "word": " can", "probability": 0.943359375}, {"start": 1564.37, "end": 1564.67, "word": " even", "probability": 0.853515625}, {"start": 1564.67, "end": 1565.05, "word": " say", "probability": 0.9580078125}, {"start": 1565.05, "end": 1566.89, "word": " unconveniently", "probability": 0.70404052734375}, {"start": 1566.89, "end": 1567.93, "word": " arranged", "probability": 0.841796875}, {"start": 1567.93, "end": 1568.27, "word": " because", "probability": 0.56591796875}, {"start": 1568.27, "end": 1568.75, "word": " here", "probability": 0.78076171875}, {"start": 1568.75, "end": 1568.95, "word": " it", "probability": 0.8994140625}, {"start": 1568.95, "end": 1569.11, "word": " is", "probability": 0.87890625}, {"start": 1569.11, "end": 1569.43, "word": " part", "probability": 0.89013671875}, {"start": 1569.43, "end": 1569.61, "word": " of", "probability": 0.970703125}, {"start": 1569.61, "end": 1569.81, "word": " an", "probability": 0.85302734375}, {"start": 1569.81, "end": 1570.27, "word": " adjective", "probability": 0.94677734375}, {"start": 1570.27, "end": 1570.83, "word": " phrase", "probability": 0.60595703125}, {"start": 1570.83, "end": 1571.85, "word": " and", "probability": 0.615234375}, {"start": 1571.85, "end": 1572.51, "word": " all", "probability": 0.94580078125}, {"start": 1572.51, "end": 1572.65, "word": " of", "probability": 0.96142578125}, {"start": 1572.65, "end": 1572.81, "word": " them", "probability": 0.86669921875}, {"start": 1572.81, "end": 1572.99, "word": " are", "probability": 0.95263671875}, {"start": 1572.99, "end": 1573.33, "word": " adjective", "probability": 0.73291015625}, {"start": 1573.33, "end": 1574.23, "word": " phrases", "probability": 0.9072265625}, {"start": 1574.23, "end": 1574.63, "word": " in", "probability": 0.904296875}, {"start": 1574.63, "end": 1575.31, "word": " grammatical", "probability": 0.9104817708333334}, {"start": 1575.31, "end": 1575.79, "word": " terms.", "probability": 0.90771484375}], "temperature": 1.0}, {"id": 63, "seek": 159256, "start": 1591.16, "end": 1592.56, "text": " Okay.", "tokens": [1033, 13], "avg_logprob": -1.3528645833333333, "compression_ratio": 0.42857142857142855, "no_speech_prob": 0.0008988380432128906, "words": [{"start": 1591.1599999999999, "end": 1592.56, "word": " Okay.", "probability": 0.022308349609375}], "temperature": 1.0}, {"id": 64, "seek": 160578, "start": 1596.54, "end": 1605.78, "text": " It's really important for us as a community to support each other. It's really important for us as a community to support each other.", "tokens": [467, 311, 534, 1021, 337, 505, 382, 257, 1768, 281, 1406, 1184, 661, 13, 467, 311, 534, 1021, 337, 505, 382, 257, 1768, 281, 1406, 1184, 661, 13], "avg_logprob": -0.9870689984025627, "compression_ratio": 1.8108108108108107, "no_speech_prob": 5.692243576049805e-05, "words": [{"start": 1596.54, "end": 1596.6, "word": " It's", "probability": 0.2978477478027344}, {"start": 1596.6, "end": 1596.72, "word": " really", "probability": 0.059967041015625}, {"start": 1596.72, "end": 1596.98, "word": " important", "probability": 0.434814453125}, {"start": 1596.98, "end": 1597.1, "word": " for", "probability": 0.1817626953125}, {"start": 1597.1, "end": 1597.32, "word": " us", "probability": 0.34228515625}, {"start": 1597.32, "end": 1597.94, "word": " as", "probability": 0.295166015625}, {"start": 1597.94, "end": 1598.66, "word": " a", "probability": 0.11627197265625}, {"start": 1598.66, "end": 1598.98, "word": " community", "probability": 0.4013671875}, {"start": 1598.98, "end": 1599.26, "word": " to", "probability": 0.8623046875}, {"start": 1599.26, "end": 1599.84, "word": " support", "probability": 0.16943359375}, {"start": 1599.84, "end": 1600.24, "word": " each", "probability": 0.5849609375}, {"start": 1600.24, "end": 1600.64, "word": " other.", "probability": 0.873046875}, {"start": 1600.96, "end": 1601.18, "word": " It's", "probability": 0.44696044921875}, {"start": 1601.18, "end": 1601.52, "word": " really", "probability": 0.413330078125}, {"start": 1601.52, "end": 1602.44, "word": " important", "probability": 0.7783203125}, {"start": 1602.44, "end": 1602.64, "word": " for", "probability": 0.46337890625}, {"start": 1602.64, "end": 1603.06, "word": " us", "probability": 0.69189453125}, {"start": 1603.06, "end": 1603.1, "word": " as", "probability": 0.5}, {"start": 1603.1, "end": 1603.16, "word": " a", "probability": 0.7998046875}, {"start": 1603.16, "end": 1603.36, "word": " community", "probability": 0.8525390625}, {"start": 1603.36, "end": 1604.48, "word": " to", "probability": 0.85302734375}, {"start": 1604.48, "end": 1605.0, "word": " support", "probability": 0.61767578125}, {"start": 1605.0, "end": 1605.78, "word": " each", "probability": 0.90673828125}, {"start": 1605.78, "end": 1605.78, "word": " other.", "probability": 0.89892578125}], "temperature": 1.0}, {"id": 65, "seek": 163324, "start": 1620.74, "end": 1633.24, "text": " Okay. Okay. Okay. Okay.", "tokens": [1033, 13, 1033, 13, 1033, 13, 1033, 13], "avg_logprob": -1.2170138888888888, "compression_ratio": 1.5, "no_speech_prob": 5.841255187988281e-06, "words": [{"start": 1620.74, "end": 1621.22, "word": " Okay.", "probability": 0.01708984375}, {"start": 1622.68, "end": 1622.68, "word": " Okay.", "probability": 0.2210693359375}, {"start": 1627.8, "end": 1629.2, "word": " Okay.", "probability": 0.343017578125}, {"start": 1633.24, "end": 1633.24, "word": " Okay.", "probability": 0.400390625}], "temperature": 1.0}, {"id": 66, "seek": 164462, "start": 1641.82, "end": 1644.62, "text": " Thank you very much.", "tokens": [1044, 291, 588, 709, 13], "avg_logprob": -1.1927083134651184, "compression_ratio": 0.7241379310344828, "no_speech_prob": 0.0002949237823486328, "words": [{"start": 1641.82, "end": 1642.24, "word": " Thank", "probability": 0.01226043701171875}, {"start": 1642.24, "end": 1642.24, "word": " you", "probability": 0.89697265625}, {"start": 1642.24, "end": 1644.22, "word": " very", "probability": 0.10760498046875}, {"start": 1644.22, "end": 1644.62, "word": " much.", "probability": 0.92333984375}], "temperature": 1.0}, {"id": 67, "seek": 167385, "start": 1670.05, "end": 1673.85, "text": " Thank you so much. Thank you.", "tokens": [1044, 291, 370, 709, 13, 1044, 291, 13], "avg_logprob": -1.0911458333333333, "compression_ratio": 0.967741935483871, "no_speech_prob": 0.00014221668243408203, "words": [{"start": 1670.05, "end": 1670.19, "word": " Thank", "probability": 0.0198974609375}, {"start": 1670.19, "end": 1670.41, "word": " you", "probability": 0.90771484375}, {"start": 1670.41, "end": 1670.63, "word": " so", "probability": 0.173095703125}, {"start": 1670.63, "end": 1670.87, "word": " much.", "probability": 0.91552734375}, {"start": 1673.43, "end": 1673.69, "word": " Thank", "probability": 0.1893310546875}, {"start": 1673.69, "end": 1673.85, "word": " you.", "probability": 0.95458984375}], "temperature": 1.0}, {"id": 68, "seek": 171248, "start": 1705.84, "end": 1712.48, "text": " Thank you very much.", "tokens": [1044, 291, 588, 709, 13], "avg_logprob": -1.1666666467984517, "compression_ratio": 0.7241379310344828, "no_speech_prob": 0.00046634674072265625, "words": [{"start": 1705.84, "end": 1707.24, "word": " Thank", "probability": 0.0210113525390625}, {"start": 1707.24, "end": 1708.64, "word": " you", "probability": 0.90576171875}, {"start": 1708.64, "end": 1711.88, "word": " very", "probability": 0.065185546875}, {"start": 1711.88, "end": 1712.48, "word": " much.", "probability": 0.92578125}], "temperature": 1.0}, {"id": 69, "seek": 173393, "start": 1727.59, "end": 1733.93, "text": " Thank you. Thank you.", "tokens": [1044, 291, 13, 1044, 291, 13], "avg_logprob": -1.171875, "compression_ratio": 1.0476190476190477, "no_speech_prob": 0.0004017353057861328, "words": [{"start": 1727.59, "end": 1728.99, "word": " Thank", "probability": 0.0158843994140625}, {"start": 1728.99, "end": 1730.39, "word": " you.", "probability": 0.90478515625}, {"start": 1730.75, "end": 1731.83, "word": " Thank", "probability": 0.258544921875}, {"start": 1731.83, "end": 1733.93, "word": " you.", "probability": 0.953125}], "temperature": 1.0}, {"id": 70, "seek": 176962, "start": 1766.02, "end": 1769.62, "text": " All right, let's see number 11.", "tokens": [1057, 558, 11, 718, 311, 536, 1230, 2975, 13], "avg_logprob": -0.14697266221046448, "compression_ratio": 0.8, "no_speech_prob": 5.960464477539063e-08, "words": [{"start": 1766.02, "end": 1767.02, "word": " All", "probability": 0.53369140625}, {"start": 1767.02, "end": 1768.02, "word": " right,", "probability": 0.9169921875}, {"start": 1768.2, "end": 1768.48, "word": " let's", "probability": 0.96435546875}, {"start": 1768.48, "end": 1768.62, "word": " see", "probability": 0.9296875}, {"start": 1768.62, "end": 1769.04, "word": " number", "probability": 0.89794921875}, {"start": 1769.04, "end": 1769.62, "word": " 11.", "probability": 0.86474609375}], "temperature": 1.0}, {"id": 71, "seek": 180039, "start": 1770.73, "end": 1800.39, "text": " It's a bit challenging one. Yes, please. Sabrina was with a human and a pleasant personality. And? And? Very nice. And an extremely pleasant personality. Sabrina has wit, charm, okay, and? Alright, let's analyze the sentence. What do we have here? Naam. Wit means smallness, cleverness. Naam. What do we have here? Naam also.", "tokens": [467, 311, 257, 857, 7595, 472, 13, 1079, 11, 1767, 13, 45439, 390, 365, 257, 1952, 293, 257, 16232, 9033, 13, 400, 30, 400, 30, 4372, 1481, 13, 400, 364, 4664, 16232, 9033, 13, 45439, 575, 32161, 11, 18904, 11, 1392, 11, 293, 30, 2798, 11, 718, 311, 12477, 264, 8174, 13, 708, 360, 321, 362, 510, 30, 6056, 335, 13, 42299, 1355, 1359, 1287, 11, 13494, 1287, 13, 6056, 335, 13, 708, 360, 321, 362, 510, 30, 6056, 335, 611, 13], "avg_logprob": -0.3678463733339884, "compression_ratio": 1.663265306122449, "no_speech_prob": 1.1920928955078125e-07, "words": [{"start": 1770.73, "end": 1770.93, "word": " It's", "probability": 0.73486328125}, {"start": 1770.93, "end": 1771.01, "word": " a", "probability": 0.96630859375}, {"start": 1771.01, "end": 1771.15, "word": " bit", "probability": 0.89599609375}, {"start": 1771.15, "end": 1771.57, "word": " challenging", "probability": 0.8876953125}, {"start": 1771.57, "end": 1771.89, "word": " one.", "probability": 0.85205078125}, {"start": 1772.19, "end": 1772.37, "word": " Yes,", "probability": 0.92724609375}, {"start": 1772.41, "end": 1772.71, "word": " please.", "probability": 0.7900390625}, {"start": 1773.01, "end": 1773.59, "word": " Sabrina", "probability": 0.6513671875}, {"start": 1773.59, "end": 1773.95, "word": " was", "probability": 0.55419921875}, {"start": 1773.95, "end": 1774.29, "word": " with", "probability": 0.22119140625}, {"start": 1774.29, "end": 1774.77, "word": " a", "probability": 0.472900390625}, {"start": 1774.77, "end": 1775.13, "word": " human", "probability": 0.119384765625}, {"start": 1775.13, "end": 1775.97, "word": " and", "probability": 0.85888671875}, {"start": 1775.97, "end": 1776.83, "word": " a", "probability": 0.4169921875}, {"start": 1776.83, "end": 1777.19, "word": " pleasant", "probability": 0.8701171875}, {"start": 1777.19, "end": 1777.95, "word": " personality.", "probability": 0.8671875}, {"start": 1778.17, "end": 1778.81, "word": " And?", "probability": 0.6357421875}, {"start": 1779.55, "end": 1780.19, "word": " And?", "probability": 0.3642578125}, {"start": 1780.37, "end": 1780.81, "word": " Very", "probability": 0.5419921875}, {"start": 1780.81, "end": 1781.09, "word": " nice.", "probability": 0.8955078125}, {"start": 1781.37, "end": 1781.57, "word": " And", "probability": 0.8369140625}, {"start": 1781.57, "end": 1782.35, "word": " an", "probability": 0.5732421875}, {"start": 1782.35, "end": 1782.87, "word": " extremely", "probability": 0.77197265625}, {"start": 1782.87, "end": 1783.27, "word": " pleasant", "probability": 0.9296875}, {"start": 1783.27, "end": 1783.83, "word": " personality.", "probability": 0.9580078125}, {"start": 1783.95, "end": 1784.29, "word": " Sabrina", "probability": 0.9248046875}, {"start": 1784.29, "end": 1785.01, "word": " has", "probability": 0.91796875}, {"start": 1785.01, "end": 1785.69, "word": " wit,", "probability": 0.6650390625}, {"start": 1786.33, "end": 1786.95, "word": " charm,", "probability": 0.96435546875}, {"start": 1787.39, "end": 1787.71, "word": " okay,", "probability": 0.7685546875}, {"start": 1787.83, "end": 1788.27, "word": " and?", "probability": 0.939453125}, {"start": 1788.77, "end": 1789.41, "word": " Alright,", "probability": 0.265380859375}, {"start": 1789.55, "end": 1789.83, "word": " let's", "probability": 0.847412109375}, {"start": 1789.83, "end": 1790.13, "word": " analyze", "probability": 0.80859375}, {"start": 1790.13, "end": 1790.45, "word": " the", "probability": 0.61962890625}, {"start": 1790.45, "end": 1790.75, "word": " sentence.", "probability": 0.955078125}, {"start": 1790.93, "end": 1791.11, "word": " What", "probability": 0.90283203125}, {"start": 1791.11, "end": 1791.23, "word": " do", "probability": 0.93017578125}, {"start": 1791.23, "end": 1791.33, "word": " we", "probability": 0.9501953125}, {"start": 1791.33, "end": 1791.59, "word": " have", "probability": 0.9482421875}, {"start": 1791.59, "end": 1791.93, "word": " here?", "probability": 0.8603515625}, {"start": 1792.67, "end": 1793.31, "word": " Naam.", "probability": 0.31103515625}, {"start": 1793.49, "end": 1794.03, "word": " Wit", "probability": 0.83740234375}, {"start": 1794.03, "end": 1794.53, "word": " means", "probability": 0.82568359375}, {"start": 1794.53, "end": 1795.71, "word": " smallness,", "probability": 0.654296875}, {"start": 1795.75, "end": 1796.37, "word": " cleverness.", "probability": 0.946533203125}, {"start": 1796.53, "end": 1797.11, "word": " Naam.", "probability": 0.859619140625}, {"start": 1797.41, "end": 1797.63, "word": " What", "probability": 0.86279296875}, {"start": 1797.63, "end": 1797.75, "word": " do", "probability": 0.94775390625}, {"start": 1797.75, "end": 1797.85, "word": " we", "probability": 0.9189453125}, {"start": 1797.85, "end": 1798.07, "word": " have", "probability": 0.94921875}, {"start": 1798.07, "end": 1798.37, "word": " here?", "probability": 0.86083984375}, {"start": 1799.25, "end": 1799.73, "word": " Naam", "probability": 0.9794921875}, {"start": 1799.73, "end": 1800.39, "word": " also.", "probability": 0.423828125}], "temperature": 1.0}, {"id": 72, "seek": 182445, "start": 1800.81, "end": 1824.45, "text": " Okay, and what do we have here? A sentence. Is that correct? Yes. So we cannot have a noun, a noun and a sentence. So they all have to be nouns or they have to be sentences. We take the easy one. So Sabrina has wed a child and there is no need for a sentence. And Anne is extremely pleasant.", "tokens": [1033, 11, 293, 437, 360, 321, 362, 510, 30, 316, 8174, 13, 1119, 300, 3006, 30, 1079, 13, 407, 321, 2644, 362, 257, 23307, 11, 257, 23307, 293, 257, 8174, 13, 407, 436, 439, 362, 281, 312, 48184, 420, 436, 362, 281, 312, 16579, 13, 492, 747, 264, 1858, 472, 13, 407, 45439, 575, 6393, 257, 1440, 293, 456, 307, 572, 643, 337, 257, 8174, 13, 400, 13706, 307, 4664, 16232, 13], "avg_logprob": -0.2465753424657534, "compression_ratio": 1.6497175141242937, "no_speech_prob": 1.1920928955078125e-07, "words": [{"start": 1800.81, "end": 1801.27, "word": " Okay,", "probability": 0.5908203125}, {"start": 1801.57, "end": 1801.89, "word": " and", "probability": 0.9267578125}, {"start": 1801.89, "end": 1802.09, "word": " what", "probability": 0.94189453125}, {"start": 1802.09, "end": 1802.19, "word": " do", "probability": 0.88916015625}, {"start": 1802.19, "end": 1802.33, "word": " we", "probability": 0.95849609375}, {"start": 1802.33, "end": 1802.57, "word": " have", "probability": 0.94873046875}, {"start": 1802.57, "end": 1802.91, "word": " here?", "probability": 0.84033203125}, {"start": 1803.73, "end": 1803.93, "word": " A", "probability": 0.52978515625}, {"start": 1803.93, "end": 1804.37, "word": " sentence.", "probability": 0.88134765625}, {"start": 1804.71, "end": 1804.83, "word": " Is", "probability": 0.84912109375}, {"start": 1804.83, "end": 1804.95, "word": " that", "probability": 0.93994140625}, {"start": 1804.95, "end": 1805.33, "word": " correct?", "probability": 0.9013671875}, {"start": 1805.51, "end": 1805.69, "word": " Yes.", "probability": 0.341064453125}, {"start": 1805.85, "end": 1806.07, "word": " So", "probability": 0.9033203125}, {"start": 1806.07, "end": 1806.25, "word": " we", "probability": 0.57421875}, {"start": 1806.25, "end": 1806.43, "word": " cannot", "probability": 0.83740234375}, {"start": 1806.43, "end": 1806.69, "word": " have", "probability": 0.94482421875}, {"start": 1806.69, "end": 1806.81, "word": " a", "probability": 0.92822265625}, {"start": 1806.81, "end": 1806.99, "word": " noun,", "probability": 0.9580078125}, {"start": 1807.09, "end": 1807.15, "word": " a", "probability": 0.61181640625}, {"start": 1807.15, "end": 1807.37, "word": " noun", "probability": 0.97509765625}, {"start": 1807.37, "end": 1807.87, "word": " and", "probability": 0.6328125}, {"start": 1807.87, "end": 1808.59, "word": " a", "probability": 0.96142578125}, {"start": 1808.59, "end": 1808.91, "word": " sentence.", "probability": 0.93310546875}, {"start": 1809.27, "end": 1809.27, "word": " So", "probability": 0.9033203125}, {"start": 1809.27, "end": 1809.49, "word": " they", "probability": 0.8291015625}, {"start": 1809.49, "end": 1809.71, "word": " all", "probability": 0.81884765625}, {"start": 1809.71, "end": 1809.95, "word": " have", "probability": 0.9443359375}, {"start": 1809.95, "end": 1810.07, "word": " to", "probability": 0.97119140625}, {"start": 1810.07, "end": 1810.19, "word": " be", "probability": 0.94921875}, {"start": 1810.19, "end": 1810.53, "word": " nouns", "probability": 0.9521484375}, {"start": 1810.53, "end": 1810.97, "word": " or", "probability": 0.89111328125}, {"start": 1810.97, "end": 1811.73, "word": " they", "probability": 0.56298828125}, {"start": 1811.73, "end": 1811.97, "word": " have", "probability": 0.64306640625}, {"start": 1811.97, "end": 1812.09, "word": " to", "probability": 0.97021484375}, {"start": 1812.09, "end": 1812.83, "word": " be", "probability": 0.94580078125}, {"start": 1812.83, "end": 1814.33, "word": " sentences.", "probability": 0.94775390625}, {"start": 1814.71, "end": 1814.85, "word": " We", "probability": 0.94580078125}, {"start": 1814.85, "end": 1815.07, "word": " take", "probability": 0.8544921875}, {"start": 1815.07, "end": 1815.21, "word": " the", "probability": 0.919921875}, {"start": 1815.21, "end": 1815.49, "word": " easy", "probability": 0.908203125}, {"start": 1815.49, "end": 1815.71, "word": " one.", "probability": 0.6708984375}, {"start": 1815.95, "end": 1816.03, "word": " So", "probability": 0.744140625}, {"start": 1816.03, "end": 1816.63, "word": " Sabrina", "probability": 0.9140625}, {"start": 1816.63, "end": 1816.95, "word": " has", "probability": 0.9375}, {"start": 1816.95, "end": 1817.31, "word": " wed", "probability": 0.2333984375}, {"start": 1817.31, "end": 1818.29, "word": " a", "probability": 0.884765625}, {"start": 1818.29, "end": 1819.53, "word": " child", "probability": 0.86279296875}, {"start": 1819.53, "end": 1820.13, "word": " and", "probability": 0.8515625}, {"start": 1820.13, "end": 1820.93, "word": " there", "probability": 0.8466796875}, {"start": 1820.93, "end": 1821.09, "word": " is", "probability": 0.8583984375}, {"start": 1821.09, "end": 1821.25, "word": " no", "probability": 0.947265625}, {"start": 1821.25, "end": 1821.45, "word": " need", "probability": 0.95263671875}, {"start": 1821.45, "end": 1821.59, "word": " for", "probability": 0.95068359375}, {"start": 1821.59, "end": 1821.75, "word": " a", "probability": 0.958984375}, {"start": 1821.75, "end": 1822.13, "word": " sentence.", "probability": 0.958984375}, {"start": 1822.69, "end": 1823.07, "word": " And", "probability": 0.79296875}, {"start": 1823.07, "end": 1823.45, "word": " Anne", "probability": 0.63720703125}, {"start": 1823.45, "end": 1823.65, "word": " is", "probability": 0.4375}, {"start": 1823.65, "end": 1823.95, "word": " extremely", "probability": 0.8115234375}, {"start": 1823.95, "end": 1824.45, "word": " pleasant.", "probability": 0.8662109375}], "temperature": 1.0}, {"id": 73, "seek": 185095, "start": 1825.79, "end": 1850.95, "text": " Personality. A noun phrase or noun phrase and this one is a noun phrase. We just removed she has because this would make it a sentence. Okay? Number twelve. During class, Sami spent his time talking to Ahmed. He ate a candy and squibbled. And his assignment, she eats up. Yes, please. During class, Sami spent his time talking to Ahmed, eating and squibbling.", "tokens": [44523, 13, 316, 23307, 9535, 420, 23307, 9535, 293, 341, 472, 307, 257, 23307, 9535, 13, 492, 445, 7261, 750, 575, 570, 341, 576, 652, 309, 257, 8174, 13, 1033, 30, 5118, 14390, 13, 6842, 1508, 11, 44029, 4418, 702, 565, 1417, 281, 39189, 13, 634, 8468, 257, 11237, 293, 2339, 897, 18320, 13, 400, 702, 15187, 11, 750, 18109, 493, 13, 1079, 11, 1767, 13, 6842, 1508, 11, 44029, 4418, 702, 565, 1417, 281, 39189, 11, 3936, 293, 2339, 897, 18262, 13], "avg_logprob": -0.26190476687181563, "compression_ratio": 1.7307692307692308, "no_speech_prob": 5.960464477539063e-08, "words": [{"start": 1825.79, "end": 1826.35, "word": " Personality.", "probability": 0.6669921875}, {"start": 1826.93, "end": 1827.05, "word": " A", "probability": 0.478271484375}, {"start": 1827.05, "end": 1827.21, "word": " noun", "probability": 0.763671875}, {"start": 1827.21, "end": 1827.43, "word": " phrase", "probability": 0.7470703125}, {"start": 1827.43, "end": 1827.97, "word": " or", "probability": 0.75048828125}, {"start": 1827.97, "end": 1828.21, "word": " noun", "probability": 0.7802734375}, {"start": 1828.21, "end": 1828.59, "word": " phrase", "probability": 0.8759765625}, {"start": 1828.59, "end": 1828.85, "word": " and", "probability": 0.6318359375}, {"start": 1828.85, "end": 1829.03, "word": " this", "probability": 0.9423828125}, {"start": 1829.03, "end": 1829.21, "word": " one", "probability": 0.8974609375}, {"start": 1829.21, "end": 1829.35, "word": " is", "probability": 0.94970703125}, {"start": 1829.35, "end": 1829.45, "word": " a", "probability": 0.958984375}, {"start": 1829.45, "end": 1829.59, "word": " noun", "probability": 0.96533203125}, {"start": 1829.59, "end": 1829.89, "word": " phrase.", "probability": 0.87548828125}, {"start": 1829.99, "end": 1830.07, "word": " We", "probability": 0.92529296875}, {"start": 1830.07, "end": 1830.29, "word": " just", "probability": 0.88623046875}, {"start": 1830.29, "end": 1830.83, "word": " removed", "probability": 0.52392578125}, {"start": 1830.83, "end": 1831.35, "word": " she", "probability": 0.8203125}, {"start": 1831.35, "end": 1831.73, "word": " has", "probability": 0.9453125}, {"start": 1831.73, "end": 1832.03, "word": " because", "probability": 0.86962890625}, {"start": 1832.03, "end": 1832.29, "word": " this", "probability": 0.93115234375}, {"start": 1832.29, "end": 1832.45, "word": " would", "probability": 0.87060546875}, {"start": 1832.45, "end": 1832.71, "word": " make", "probability": 0.93994140625}, {"start": 1832.71, "end": 1832.87, "word": " it", "probability": 0.95361328125}, {"start": 1832.87, "end": 1833.07, "word": " a", "probability": 0.90625}, {"start": 1833.07, "end": 1833.63, "word": " sentence.", "probability": 0.98291015625}, {"start": 1834.25, "end": 1834.39, "word": " Okay?", "probability": 0.7060546875}, {"start": 1835.07, "end": 1835.47, "word": " Number", "probability": 0.845703125}, {"start": 1835.47, "end": 1836.43, "word": " twelve.", "probability": 0.701171875}, {"start": 1837.09, "end": 1837.65, "word": " During", "probability": 0.8154296875}, {"start": 1837.65, "end": 1838.41, "word": " class,", "probability": 0.95166015625}, {"start": 1838.99, "end": 1839.29, "word": " Sami", "probability": 0.5966796875}, {"start": 1839.29, "end": 1839.67, "word": " spent", "probability": 0.84423828125}, {"start": 1839.67, "end": 1839.87, "word": " his", "probability": 0.96533203125}, {"start": 1839.87, "end": 1840.07, "word": " time", "probability": 0.900390625}, {"start": 1840.07, "end": 1840.33, "word": " talking", "probability": 0.859375}, {"start": 1840.33, "end": 1840.53, "word": " to", "probability": 0.97412109375}, {"start": 1840.53, "end": 1840.77, "word": " Ahmed.", "probability": 0.515625}, {"start": 1840.89, "end": 1841.03, "word": " He", "probability": 0.9580078125}, {"start": 1841.03, "end": 1841.33, "word": " ate", "probability": 0.9287109375}, {"start": 1841.33, "end": 1841.49, "word": " a", "probability": 0.896484375}, {"start": 1841.49, "end": 1841.83, "word": " candy", "probability": 0.8154296875}, {"start": 1841.83, "end": 1842.23, "word": " and", "probability": 0.93408203125}, {"start": 1842.23, "end": 1842.99, "word": " squibbled.", "probability": 0.6949055989583334}, {"start": 1843.27, "end": 1843.77, "word": " And", "probability": 0.49169921875}, {"start": 1843.77, "end": 1843.93, "word": " his", "probability": 0.82763671875}, {"start": 1843.93, "end": 1844.27, "word": " assignment,", "probability": 0.91064453125}, {"start": 1844.45, "end": 1844.57, "word": " she", "probability": 0.91357421875}, {"start": 1844.57, "end": 1844.85, "word": " eats", "probability": 0.5380859375}, {"start": 1844.85, "end": 1845.05, "word": " up.", "probability": 0.47216796875}, {"start": 1845.33, "end": 1845.53, "word": " Yes,", "probability": 0.92236328125}, {"start": 1845.59, "end": 1845.81, "word": " please.", "probability": 0.8056640625}, {"start": 1846.09, "end": 1846.59, "word": " During", "probability": 0.765625}, {"start": 1846.59, "end": 1847.15, "word": " class,", "probability": 0.9521484375}, {"start": 1847.27, "end": 1847.55, "word": " Sami", "probability": 0.89453125}, {"start": 1847.55, "end": 1847.87, "word": " spent", "probability": 0.82763671875}, {"start": 1847.87, "end": 1848.17, "word": " his", "probability": 0.96337890625}, {"start": 1848.17, "end": 1848.53, "word": " time", "probability": 0.90380859375}, {"start": 1848.53, "end": 1848.99, "word": " talking", "probability": 0.8447265625}, {"start": 1848.99, "end": 1849.29, "word": " to", "probability": 0.96826171875}, {"start": 1849.29, "end": 1849.59, "word": " Ahmed,", "probability": 0.94775390625}, {"start": 1849.83, "end": 1850.17, "word": " eating", "probability": 0.91015625}, {"start": 1850.17, "end": 1850.59, "word": " and", "probability": 0.43310546875}, {"start": 1850.59, "end": 1850.95, "word": " squibbling.", "probability": 0.8121744791666666}], "temperature": 1.0}, {"id": 74, "seek": 187029, "start": 1851.29, "end": 1870.29, "text": " Very nice, and scribbling. Alright, so he spent his time doing what? Cooking, okay, eating, and scribbling has to be scribbling, jarring, jarring, jarring, okay, or participative phrasing.", "tokens": [4372, 1481, 11, 293, 39435, 18262, 13, 2798, 11, 370, 415, 4418, 702, 565, 884, 437, 30, 36647, 11, 1392, 11, 3936, 11, 293, 39435, 18262, 575, 281, 312, 39435, 18262, 11, 361, 18285, 11, 361, 18285, 11, 361, 18285, 11, 1392, 11, 420, 3421, 1166, 7636, 3349, 13], "avg_logprob": -0.4618749988079071, "compression_ratio": 1.5241935483870968, "no_speech_prob": 5.960464477539063e-08, "words": [{"start": 1851.29, "end": 1851.69, "word": " Very", "probability": 0.09649658203125}, {"start": 1851.69, "end": 1853.95, "word": " nice,", "probability": 0.8818359375}, {"start": 1854.11, "end": 1854.23, "word": " and", "probability": 0.89453125}, {"start": 1854.23, "end": 1855.03, "word": " scribbling.", "probability": 0.873291015625}, {"start": 1855.43, "end": 1855.53, "word": " Alright,", "probability": 0.2469482421875}, {"start": 1855.91, "end": 1855.91, "word": " so", "probability": 0.89501953125}, {"start": 1855.91, "end": 1856.25, "word": " he", "probability": 0.60205078125}, {"start": 1856.25, "end": 1856.57, "word": " spent", "probability": 0.65234375}, {"start": 1856.57, "end": 1856.77, "word": " his", "probability": 0.95703125}, {"start": 1856.77, "end": 1857.05, "word": " time", "probability": 0.8623046875}, {"start": 1857.05, "end": 1857.23, "word": " doing", "probability": 0.9560546875}, {"start": 1857.23, "end": 1857.63, "word": " what?", "probability": 0.9521484375}, {"start": 1857.93, "end": 1858.29, "word": " Cooking,", "probability": 0.30859375}, {"start": 1859.09, "end": 1859.45, "word": " okay,", "probability": 0.51513671875}, {"start": 1859.73, "end": 1860.59, "word": " eating,", "probability": 0.78369140625}, {"start": 1861.45, "end": 1862.51, "word": " and", "probability": 0.90478515625}, {"start": 1862.51, "end": 1863.81, "word": " scribbling", "probability": 0.8662109375}, {"start": 1863.81, "end": 1863.99, "word": " has", "probability": 0.5439453125}, {"start": 1863.99, "end": 1864.13, "word": " to", "probability": 0.978515625}, {"start": 1864.13, "end": 1864.57, "word": " be", "probability": 0.9560546875}, {"start": 1864.57, "end": 1866.43, "word": " scribbling,", "probability": 0.872802734375}, {"start": 1867.01, "end": 1867.51, "word": " jarring,", "probability": 0.4130859375}, {"start": 1867.61, "end": 1867.81, "word": " jarring,", "probability": 0.919189453125}, {"start": 1868.23, "end": 1868.23, "word": " jarring,", "probability": 0.93359375}, {"start": 1868.39, "end": 1868.67, "word": " okay,", "probability": 0.7734375}, {"start": 1868.85, "end": 1868.95, "word": " or", "probability": 0.17333984375}, {"start": 1868.95, "end": 1869.77, "word": " participative", "probability": 0.662109375}, {"start": 1869.77, "end": 1870.29, "word": " phrasing.", "probability": 0.7005615234375}], "temperature": 1.0}, {"id": 75, "seek": 190267, "start": 1874.51, "end": 1902.67, "text": " 13. Is it a difficult one? I don't think so. Yes, please. Alex looked everywhere for his math book under the bed on his desk and inside the refrigerator. Yes, there is no need for he searched inside because this is a sentence so it has to be and inside the refrigerator and inside. So prepositional phrase, prepositional phrase and a third prepositional.", "tokens": [3705, 13, 1119, 309, 257, 2252, 472, 30, 286, 500, 380, 519, 370, 13, 1079, 11, 1767, 13, 5202, 2956, 5315, 337, 702, 5221, 1446, 833, 264, 2901, 322, 702, 10026, 293, 1854, 264, 19655, 13, 1079, 11, 456, 307, 572, 643, 337, 415, 22961, 1854, 570, 341, 307, 257, 8174, 370, 309, 575, 281, 312, 293, 1854, 264, 19655, 293, 1854, 13, 407, 2666, 329, 2628, 9535, 11, 2666, 329, 2628, 9535, 293, 257, 2636, 2666, 329, 2628, 13], "avg_logprob": -0.2592592474855023, "compression_ratio": 1.7661691542288558, "no_speech_prob": 5.960464477539063e-08, "words": [{"start": 1874.51, "end": 1875.15, "word": " 13.", "probability": 0.233154296875}, {"start": 1875.55, "end": 1875.89, "word": " Is", "probability": 0.79931640625}, {"start": 1875.89, "end": 1875.97, "word": " it", "probability": 0.892578125}, {"start": 1875.97, "end": 1876.07, "word": " a", "probability": 0.9619140625}, {"start": 1876.07, "end": 1876.37, "word": " difficult", "probability": 0.92724609375}, {"start": 1876.37, "end": 1876.75, "word": " one?", "probability": 0.91162109375}, {"start": 1876.91, "end": 1877.23, "word": " I", "probability": 0.740234375}, {"start": 1877.23, "end": 1877.39, "word": " don't", "probability": 0.97314453125}, {"start": 1877.39, "end": 1877.71, "word": " think", "probability": 0.91943359375}, {"start": 1877.71, "end": 1877.97, "word": " so.", "probability": 0.93115234375}, {"start": 1878.21, "end": 1878.39, "word": " Yes,", "probability": 0.92431640625}, {"start": 1878.45, "end": 1878.71, "word": " please.", "probability": 0.794921875}, {"start": 1878.79, "end": 1879.31, "word": " Alex", "probability": 0.41796875}, {"start": 1879.31, "end": 1879.59, "word": " looked", "probability": 0.80712890625}, {"start": 1879.59, "end": 1880.17, "word": " everywhere", "probability": 0.7548828125}, {"start": 1880.17, "end": 1880.53, "word": " for", "probability": 0.9453125}, {"start": 1880.53, "end": 1880.85, "word": " his", "probability": 0.95263671875}, {"start": 1880.85, "end": 1881.29, "word": " math", "probability": 0.84619140625}, {"start": 1881.29, "end": 1881.57, "word": " book", "probability": 0.94970703125}, {"start": 1881.57, "end": 1881.89, "word": " under", "probability": 0.7841796875}, {"start": 1881.89, "end": 1882.15, "word": " the", "probability": 0.86376953125}, {"start": 1882.15, "end": 1882.37, "word": " bed", "probability": 0.9296875}, {"start": 1882.37, "end": 1882.71, "word": " on", "probability": 0.7236328125}, {"start": 1882.71, "end": 1883.33, "word": " his", "probability": 0.7001953125}, {"start": 1883.33, "end": 1883.73, "word": " desk", "probability": 0.9501953125}, {"start": 1883.73, "end": 1884.47, "word": " and", "probability": 0.7109375}, {"start": 1884.47, "end": 1885.29, "word": " inside", "probability": 0.712890625}, {"start": 1885.29, "end": 1885.51, "word": " the", "probability": 0.1541748046875}, {"start": 1885.51, "end": 1885.63, "word": " refrigerator.", "probability": 0.70849609375}, {"start": 1885.63, "end": 1886.17, "word": " Yes,", "probability": 0.6328125}, {"start": 1886.23, "end": 1886.37, "word": " there", "probability": 0.87890625}, {"start": 1886.37, "end": 1886.51, "word": " is", "probability": 0.85107421875}, {"start": 1886.51, "end": 1886.65, "word": " no", "probability": 0.9423828125}, {"start": 1886.65, "end": 1886.85, "word": " need", "probability": 0.9501953125}, {"start": 1886.85, "end": 1887.09, "word": " for", "probability": 0.93115234375}, {"start": 1887.09, "end": 1887.53, "word": " he", "probability": 0.7431640625}, {"start": 1887.53, "end": 1888.41, "word": " searched", "probability": 0.9384765625}, {"start": 1888.41, "end": 1888.73, "word": " inside", "probability": 0.53076171875}, {"start": 1888.73, "end": 1889.03, "word": " because", "probability": 0.49951171875}, {"start": 1889.03, "end": 1889.21, "word": " this", "probability": 0.9228515625}, {"start": 1889.21, "end": 1889.33, "word": " is", "probability": 0.94482421875}, {"start": 1889.33, "end": 1889.45, "word": " a", "probability": 0.931640625}, {"start": 1889.45, "end": 1889.79, "word": " sentence", "probability": 0.95361328125}, {"start": 1889.79, "end": 1890.31, "word": " so", "probability": 0.52490234375}, {"start": 1890.31, "end": 1890.47, "word": " it", "probability": 0.9482421875}, {"start": 1890.47, "end": 1890.67, "word": " has", "probability": 0.94580078125}, {"start": 1890.67, "end": 1890.81, "word": " to", "probability": 0.97119140625}, {"start": 1890.81, "end": 1891.07, "word": " be", "probability": 0.93896484375}, {"start": 1891.07, "end": 1891.79, "word": " and", "probability": 0.6962890625}, {"start": 1891.79, "end": 1893.83, "word": " inside", "probability": 0.720703125}, {"start": 1893.83, "end": 1895.81, "word": " the", "probability": 0.8466796875}, {"start": 1895.81, "end": 1896.65, "word": " refrigerator", "probability": 0.80419921875}, {"start": 1896.65, "end": 1897.67, "word": " and", "probability": 0.533203125}, {"start": 1897.67, "end": 1897.99, "word": " inside.", "probability": 0.92919921875}, {"start": 1898.27, "end": 1898.43, "word": " So", "probability": 0.9189453125}, {"start": 1898.43, "end": 1899.03, "word": " prepositional", "probability": 0.7682291666666666}, {"start": 1899.03, "end": 1899.49, "word": " phrase,", "probability": 0.8935546875}, {"start": 1899.81, "end": 1900.39, "word": " prepositional", "probability": 0.9093424479166666}, {"start": 1900.39, "end": 1900.83, "word": " phrase", "probability": 0.88037109375}, {"start": 1900.83, "end": 1901.25, "word": " and", "probability": 0.72216796875}, {"start": 1901.25, "end": 1901.55, "word": " a", "probability": 0.9140625}, {"start": 1901.55, "end": 1901.91, "word": " third", "probability": 0.916015625}, {"start": 1901.91, "end": 1902.67, "word": " prepositional.", "probability": 0.884765625}], "temperature": 1.0}, {"id": 76, "seek": 191576, "start": 1903.92, "end": 1915.76, "text": " Let's see the last one. Yes please. Ali was a poor student because he waited until the last minute to study and completed his lab problems.", "tokens": [961, 311, 536, 264, 1036, 472, 13, 1079, 1767, 13, 12020, 390, 257, 4716, 3107, 570, 415, 15240, 1826, 264, 1036, 3456, 281, 2979, 293, 7365, 702, 2715, 2740, 13], "avg_logprob": -0.2958669489429843, "compression_ratio": 1.2727272727272727, "no_speech_prob": 3.5762786865234375e-07, "words": [{"start": 1903.9199999999998, "end": 1904.6, "word": " Let's", "probability": 0.5106048583984375}, {"start": 1904.6, "end": 1904.7, "word": " see", "probability": 0.90087890625}, {"start": 1904.7, "end": 1904.88, "word": " the", "probability": 0.90283203125}, {"start": 1904.88, "end": 1905.44, "word": " last", "probability": 0.89453125}, {"start": 1905.44, "end": 1905.88, "word": " one.", "probability": 0.9404296875}, {"start": 1906.2, "end": 1906.36, "word": " Yes", "probability": 0.814453125}, {"start": 1906.36, "end": 1906.64, "word": " please.", "probability": 0.578125}, {"start": 1906.94, "end": 1907.28, "word": " Ali", "probability": 0.7744140625}, {"start": 1907.28, "end": 1907.5, "word": " was", "probability": 0.9501953125}, {"start": 1907.5, "end": 1907.62, "word": " a", "probability": 0.9501953125}, {"start": 1907.62, "end": 1907.8, "word": " poor", "probability": 0.94921875}, {"start": 1907.8, "end": 1908.2, "word": " student", "probability": 0.97509765625}, {"start": 1908.2, "end": 1908.6, "word": " because", "probability": 0.876953125}, {"start": 1908.6, "end": 1908.82, "word": " he", "probability": 0.96533203125}, {"start": 1908.82, "end": 1909.2, "word": " waited", "probability": 0.9306640625}, {"start": 1909.2, "end": 1909.56, "word": " until", "probability": 0.8583984375}, {"start": 1909.56, "end": 1909.78, "word": " the", "probability": 0.90087890625}, {"start": 1909.78, "end": 1910.08, "word": " last", "probability": 0.89208984375}, {"start": 1910.08, "end": 1910.36, "word": " minute", "probability": 0.9013671875}, {"start": 1910.36, "end": 1910.62, "word": " to", "probability": 0.966796875}, {"start": 1910.62, "end": 1910.98, "word": " study", "probability": 0.9375}, {"start": 1910.98, "end": 1912.5, "word": " and", "probability": 0.83447265625}, {"start": 1912.5, "end": 1913.42, "word": " completed", "probability": 0.69140625}, {"start": 1913.42, "end": 1913.98, "word": " his", "probability": 0.9599609375}, {"start": 1913.98, "end": 1914.42, "word": " lab", "probability": 0.91650390625}, {"start": 1914.42, "end": 1915.76, "word": " problems.", "probability": 0.78955078125}], "temperature": 1.0}, {"id": 77, "seek": 194048, "start": 1917.72, "end": 1940.48, "text": " and had a low motivation excellent had a low motivation is that correct yes of course because i just said excellent all right very good all right all right how do we how did you fix it what is your rationale for this what is your justification for using this past symbol past symbol the second one has to be the past symbol and the last one do you notice it's it's a sentence", "tokens": [293, 632, 257, 2295, 12335, 7103, 632, 257, 2295, 12335, 307, 300, 3006, 2086, 295, 1164, 570, 741, 445, 848, 7103, 439, 558, 588, 665, 439, 558, 439, 558, 577, 360, 321, 577, 630, 291, 3191, 309, 437, 307, 428, 41989, 337, 341, 437, 307, 428, 31591, 337, 1228, 341, 1791, 5986, 1791, 5986, 264, 1150, 472, 575, 281, 312, 264, 1791, 5986, 293, 264, 1036, 472, 360, 291, 3449, 309, 311, 309, 311, 257, 8174], "avg_logprob": -0.20738636673270883, "compression_ratio": 1.9282051282051282, "no_speech_prob": 1.1920928955078125e-07, "words": [{"start": 1917.72, "end": 1918.16, "word": " and", "probability": 0.29443359375}, {"start": 1918.16, "end": 1918.6, "word": " had", "probability": 0.68994140625}, {"start": 1918.6, "end": 1918.86, "word": " a", "probability": 0.94384765625}, {"start": 1918.86, "end": 1918.98, "word": " low", "probability": 0.94873046875}, {"start": 1918.98, "end": 1919.44, "word": " motivation", "probability": 0.96923828125}, {"start": 1919.44, "end": 1920.04, "word": " excellent", "probability": 0.238525390625}, {"start": 1920.04, "end": 1920.76, "word": " had", "probability": 0.79052734375}, {"start": 1920.76, "end": 1921.08, "word": " a", "probability": 0.99169921875}, {"start": 1921.08, "end": 1921.32, "word": " low", "probability": 0.9443359375}, {"start": 1921.32, "end": 1922.16, "word": " motivation", "probability": 0.96337890625}, {"start": 1922.16, "end": 1922.58, "word": " is", "probability": 0.78271484375}, {"start": 1922.58, "end": 1922.7, "word": " that", "probability": 0.9365234375}, {"start": 1922.7, "end": 1923.32, "word": " correct", "probability": 0.9140625}, {"start": 1923.32, "end": 1923.46, "word": " yes", "probability": 0.384521484375}, {"start": 1923.46, "end": 1923.8, "word": " of", "probability": 0.6337890625}, {"start": 1923.8, "end": 1924.08, "word": " course", "probability": 0.95703125}, {"start": 1924.08, "end": 1924.3, "word": " because", "probability": 0.87939453125}, {"start": 1924.3, "end": 1924.48, "word": " i", "probability": 0.5908203125}, {"start": 1924.48, "end": 1924.7, "word": " just", "probability": 0.923828125}, {"start": 1924.7, "end": 1924.94, "word": " said", "probability": 0.9541015625}, {"start": 1924.94, "end": 1925.46, "word": " excellent", "probability": 0.9150390625}, {"start": 1925.46, "end": 1925.96, "word": " all", "probability": 0.884765625}, {"start": 1925.96, "end": 1926.2, "word": " right", "probability": 0.91015625}, {"start": 1926.2, "end": 1926.78, "word": " very", "probability": 0.8505859375}, {"start": 1926.78, "end": 1927.06, "word": " good", "probability": 0.9208984375}, {"start": 1927.06, "end": 1927.4, "word": " all", "probability": 0.9404296875}, {"start": 1927.4, "end": 1927.66, "word": " right", "probability": 0.91259765625}, {"start": 1927.66, "end": 1927.96, "word": " all", "probability": 0.89111328125}, {"start": 1927.96, "end": 1928.2, "word": " right", "probability": 0.91455078125}, {"start": 1928.2, "end": 1928.42, "word": " how", "probability": 0.9404296875}, {"start": 1928.42, "end": 1928.58, "word": " do", "probability": 0.732421875}, {"start": 1928.58, "end": 1928.76, "word": " we", "probability": 0.962890625}, {"start": 1928.76, "end": 1928.94, "word": " how", "probability": 0.94921875}, {"start": 1928.94, "end": 1929.06, "word": " did", "probability": 0.958984375}, {"start": 1929.06, "end": 1929.18, "word": " you", "probability": 0.9677734375}, {"start": 1929.18, "end": 1929.38, "word": " fix", "probability": 0.69580078125}, {"start": 1929.38, "end": 1929.48, "word": " it", "probability": 0.94873046875}, {"start": 1929.48, "end": 1929.62, "word": " what", "probability": 0.90478515625}, {"start": 1929.62, "end": 1929.76, "word": " is", "probability": 0.94873046875}, {"start": 1929.76, "end": 1929.92, "word": " your", "probability": 0.89501953125}, {"start": 1929.92, "end": 1930.3, "word": " rationale", "probability": 0.8720703125}, {"start": 1930.3, "end": 1930.62, "word": " for", "probability": 0.95166015625}, {"start": 1930.62, "end": 1930.78, "word": " this", "probability": 0.951171875}, {"start": 1930.78, "end": 1930.92, "word": " what", "probability": 0.9345703125}, {"start": 1930.92, "end": 1931.06, "word": " is", "probability": 0.94873046875}, {"start": 1931.06, "end": 1931.24, "word": " your", "probability": 0.89697265625}, {"start": 1931.24, "end": 1931.72, "word": " justification", "probability": 0.96484375}, {"start": 1931.72, "end": 1932.18, "word": " for", "probability": 0.95703125}, {"start": 1932.18, "end": 1932.42, "word": " using", "probability": 0.92919921875}, {"start": 1932.42, "end": 1932.76, "word": " this", "probability": 0.9169921875}, {"start": 1932.76, "end": 1933.42, "word": " past", "probability": 0.56494140625}, {"start": 1933.42, "end": 1934.08, "word": " symbol", "probability": 0.5869140625}, {"start": 1934.08, "end": 1934.54, "word": " past", "probability": 0.386962890625}, {"start": 1934.54, "end": 1934.9, "word": " symbol", "probability": 0.84423828125}, {"start": 1934.9, "end": 1935.26, "word": " the", "probability": 0.8720703125}, {"start": 1935.26, "end": 1935.58, "word": " second", "probability": 0.88720703125}, {"start": 1935.58, "end": 1935.74, "word": " one", "probability": 0.9345703125}, {"start": 1935.74, "end": 1935.88, "word": " has", "probability": 0.9443359375}, {"start": 1935.88, "end": 1936.0, "word": " to", "probability": 0.96923828125}, {"start": 1936.0, "end": 1936.14, "word": " be", "probability": 0.95703125}, {"start": 1936.14, "end": 1936.26, "word": " the", "probability": 0.353271484375}, {"start": 1936.26, "end": 1936.66, "word": " past", "probability": 0.8701171875}, {"start": 1936.66, "end": 1937.06, "word": " symbol", "probability": 0.8662109375}, {"start": 1937.06, "end": 1937.5, "word": " and", "probability": 0.935546875}, {"start": 1937.5, "end": 1937.64, "word": " the", "probability": 0.91845703125}, {"start": 1937.64, "end": 1937.98, "word": " last", "probability": 0.8701171875}, {"start": 1937.98, "end": 1938.2, "word": " one", "probability": 0.93310546875}, {"start": 1938.2, "end": 1938.32, "word": " do", "probability": 0.95556640625}, {"start": 1938.32, "end": 1938.4, "word": " you", "probability": 0.96923828125}, {"start": 1938.4, "end": 1938.68, "word": " notice", "probability": 0.9345703125}, {"start": 1938.68, "end": 1939.1, "word": " it's", "probability": 0.7314453125}, {"start": 1939.1, "end": 1939.2, "word": " it's", "probability": 0.815185546875}, {"start": 1939.2, "end": 1939.36, "word": " a", "probability": 0.47900390625}, {"start": 1939.36, "end": 1940.48, "word": " sentence", "probability": 0.57275390625}], "temperature": 1.0}, {"id": 78, "seek": 196877, "start": 1940.91, "end": 1968.77, "text": " His motivation was low. We have to change it into a past limit. And he had a low motivation. So what we have here are verb tenses in the past. He waited until the last minute, was always completing or completed his lab problems courageously and had low motivation.", "tokens": [2812, 12335, 390, 2295, 13, 492, 362, 281, 1319, 309, 666, 257, 1791, 4948, 13, 400, 415, 632, 257, 2295, 12335, 13, 407, 437, 321, 362, 510, 366, 371, 260, 65, 10688, 279, 294, 264, 1791, 13, 634, 15240, 1826, 264, 1036, 3456, 11, 390, 1009, 19472, 420, 7365, 702, 2715, 2740, 9892, 5098, 293, 632, 2295, 12335, 13], "avg_logprob": -0.29322916120290754, "compression_ratio": 1.5497076023391814, "no_speech_prob": 0.0, "words": [{"start": 1940.91, "end": 1941.23, "word": " His", "probability": 0.5185546875}, {"start": 1941.23, "end": 1941.89, "word": " motivation", "probability": 0.96826171875}, {"start": 1941.89, "end": 1942.31, "word": " was", "probability": 0.95361328125}, {"start": 1942.31, "end": 1942.51, "word": " low.", "probability": 0.46728515625}, {"start": 1942.51, "end": 1942.63, "word": " We", "probability": 0.76611328125}, {"start": 1942.63, "end": 1942.79, "word": " have", "probability": 0.9169921875}, {"start": 1942.79, "end": 1942.91, "word": " to", "probability": 0.95947265625}, {"start": 1942.91, "end": 1943.21, "word": " change", "probability": 0.89208984375}, {"start": 1943.21, "end": 1943.39, "word": " it", "probability": 0.92578125}, {"start": 1943.39, "end": 1943.79, "word": " into", "probability": 0.80224609375}, {"start": 1943.79, "end": 1944.37, "word": " a", "probability": 0.86279296875}, {"start": 1944.37, "end": 1944.63, "word": " past", "probability": 0.55908203125}, {"start": 1944.63, "end": 1944.85, "word": " limit.", "probability": 0.58642578125}, {"start": 1945.13, "end": 1945.43, "word": " And", "probability": 0.82421875}, {"start": 1945.43, "end": 1945.73, "word": " he", "probability": 0.90869140625}, {"start": 1945.73, "end": 1946.43, "word": " had", "probability": 0.908203125}, {"start": 1946.43, "end": 1946.97, "word": " a", "probability": 0.23046875}, {"start": 1946.97, "end": 1949.07, "word": " low", "probability": 0.466796875}, {"start": 1949.07, "end": 1951.21, "word": " motivation.", "probability": 0.96728515625}, {"start": 1952.93, "end": 1953.23, "word": " So", "probability": 0.783203125}, {"start": 1953.23, "end": 1953.39, "word": " what", "probability": 0.533203125}, {"start": 1953.39, "end": 1953.55, "word": " we", "probability": 0.96142578125}, {"start": 1953.55, "end": 1953.81, "word": " have", "probability": 0.951171875}, {"start": 1953.81, "end": 1954.11, "word": " here", "probability": 0.865234375}, {"start": 1954.11, "end": 1954.61, "word": " are", "probability": 0.91162109375}, {"start": 1954.61, "end": 1955.89, "word": " verb", "probability": 0.4540608723958333}, {"start": 1955.89, "end": 1956.33, "word": " tenses", "probability": 0.6937255859375}, {"start": 1956.33, "end": 1956.59, "word": " in", "probability": 0.88232421875}, {"start": 1956.59, "end": 1956.75, "word": " the", "probability": 0.91796875}, {"start": 1956.75, "end": 1957.09, "word": " past.", "probability": 0.89404296875}, {"start": 1957.21, "end": 1957.39, "word": " He", "probability": 0.9248046875}, {"start": 1957.39, "end": 1958.45, "word": " waited", "probability": 0.9140625}, {"start": 1958.45, "end": 1959.07, "word": " until", "probability": 0.85888671875}, {"start": 1959.07, "end": 1959.35, "word": " the", "probability": 0.921875}, {"start": 1959.35, "end": 1959.63, "word": " last", "probability": 0.876953125}, {"start": 1959.63, "end": 1959.99, "word": " minute,", "probability": 0.9130859375}, {"start": 1960.53, "end": 1960.75, "word": " was", "probability": 0.90576171875}, {"start": 1960.75, "end": 1961.15, "word": " always", "probability": 0.9228515625}, {"start": 1961.15, "end": 1961.83, "word": " completing", "probability": 0.82763671875}, {"start": 1961.83, "end": 1962.09, "word": " or", "probability": 0.78857421875}, {"start": 1962.09, "end": 1962.75, "word": " completed", "probability": 0.8408203125}, {"start": 1962.75, "end": 1963.41, "word": " his", "probability": 0.96337890625}, {"start": 1963.41, "end": 1963.73, "word": " lab", "probability": 0.77490234375}, {"start": 1963.73, "end": 1964.33, "word": " problems", "probability": 0.81689453125}, {"start": 1964.33, "end": 1965.07, "word": " courageously", "probability": 0.6419677734375}, {"start": 1965.07, "end": 1965.57, "word": " and", "probability": 0.63720703125}, {"start": 1965.57, "end": 1966.39, "word": " had", "probability": 0.900390625}, {"start": 1966.39, "end": 1967.83, "word": " low", "probability": 0.7626953125}, {"start": 1967.83, "end": 1968.77, "word": " motivation.", "probability": 0.9521484375}], "temperature": 1.0}, {"id": 79, "seek": 199211, "start": 1969.09, "end": 1992.11, "text": " Is this clear? So in each case of these questions, of these statements, we make sure that there is a parallel structure. Do we have time? Yes, we have time for one, I'd like you to just write two sentences, okay? Write two sentences, making sure that you list a number of things and you maintain parallelism. Let's talk about the first one, Gaza.", "tokens": [1119, 341, 1850, 30, 407, 294, 1184, 1389, 295, 613, 1651, 11, 295, 613, 12363, 11, 321, 652, 988, 300, 456, 307, 257, 8952, 3877, 13, 1144, 321, 362, 565, 30, 1079, 11, 321, 362, 565, 337, 472, 11, 286, 1116, 411, 291, 281, 445, 2464, 732, 16579, 11, 1392, 30, 23499, 732, 16579, 11, 1455, 988, 300, 291, 1329, 257, 1230, 295, 721, 293, 291, 6909, 8952, 1434, 13, 961, 311, 751, 466, 264, 700, 472, 11, 37800, 13], "avg_logprob": -0.18142361699798962, "compression_ratio": 1.613953488372093, "no_speech_prob": 2.384185791015625e-07, "words": [{"start": 1969.09, "end": 1969.35, "word": " Is", "probability": 0.293701171875}, {"start": 1969.35, "end": 1969.51, "word": " this", "probability": 0.9111328125}, {"start": 1969.51, "end": 1969.85, "word": " clear?", "probability": 0.87060546875}, {"start": 1970.25, "end": 1970.35, "word": " So", "probability": 0.62890625}, {"start": 1970.35, "end": 1970.57, "word": " in", "probability": 0.72216796875}, {"start": 1970.57, "end": 1970.91, "word": " each", "probability": 0.9404296875}, {"start": 1970.91, "end": 1971.27, "word": " case", "probability": 0.9130859375}, {"start": 1971.27, "end": 1971.43, "word": " of", "probability": 0.95458984375}, {"start": 1971.43, "end": 1971.69, "word": " these", "probability": 0.82568359375}, {"start": 1971.69, "end": 1972.19, "word": " questions,", "probability": 0.912109375}, {"start": 1972.39, "end": 1972.43, "word": " of", "probability": 0.60595703125}, {"start": 1972.43, "end": 1972.61, "word": " these", "probability": 0.84765625}, {"start": 1972.61, "end": 1973.19, "word": " statements,", "probability": 0.83056640625}, {"start": 1973.37, "end": 1973.45, "word": " we", "probability": 0.95654296875}, {"start": 1973.45, "end": 1973.77, "word": " make", "probability": 0.6884765625}, {"start": 1973.77, "end": 1974.05, "word": " sure", "probability": 0.91650390625}, {"start": 1974.05, "end": 1974.51, "word": " that", "probability": 0.92578125}, {"start": 1974.51, "end": 1975.27, "word": " there", "probability": 0.9013671875}, {"start": 1975.27, "end": 1975.51, "word": " is", "probability": 0.9326171875}, {"start": 1975.51, "end": 1975.79, "word": " a", "probability": 0.986328125}, {"start": 1975.79, "end": 1976.17, "word": " parallel", "probability": 0.984375}, {"start": 1976.17, "end": 1976.99, "word": " structure.", "probability": 0.876953125}, {"start": 1977.11, "end": 1977.17, "word": " Do", "probability": 0.95068359375}, {"start": 1977.17, "end": 1977.33, "word": " we", "probability": 0.9599609375}, {"start": 1977.33, "end": 1977.51, "word": " have", "probability": 0.95361328125}, {"start": 1977.51, "end": 1977.83, "word": " time?", "probability": 0.88818359375}, {"start": 1977.93, "end": 1978.05, "word": " Yes,", "probability": 0.96142578125}, {"start": 1978.13, "end": 1978.21, "word": " we", "probability": 0.96044921875}, {"start": 1978.21, "end": 1978.49, "word": " have", "probability": 0.9501953125}, {"start": 1978.49, "end": 1978.79, "word": " time", "probability": 0.88720703125}, {"start": 1978.79, "end": 1979.21, "word": " for", "probability": 0.91748046875}, {"start": 1979.21, "end": 1980.59, "word": " one,", "probability": 0.6044921875}, {"start": 1980.79, "end": 1981.05, "word": " I'd", "probability": 0.843017578125}, {"start": 1981.05, "end": 1981.21, "word": " like", "probability": 0.92041015625}, {"start": 1981.21, "end": 1981.31, "word": " you", "probability": 0.93115234375}, {"start": 1981.31, "end": 1981.41, "word": " to", "probability": 0.89013671875}, {"start": 1981.41, "end": 1981.69, "word": " just", "probability": 0.818359375}, {"start": 1981.69, "end": 1982.03, "word": " write", "probability": 0.80908203125}, {"start": 1982.03, "end": 1982.23, "word": " two", "probability": 0.91845703125}, {"start": 1982.23, "end": 1982.75, "word": " sentences,", "probability": 0.95654296875}, {"start": 1983.07, "end": 1983.31, "word": " okay?", "probability": 0.80029296875}, {"start": 1983.69, "end": 1983.91, "word": " Write", "probability": 0.849609375}, {"start": 1983.91, "end": 1984.11, "word": " two", "probability": 0.92431640625}, {"start": 1984.11, "end": 1984.59, "word": " sentences,", "probability": 0.95361328125}, {"start": 1984.75, "end": 1985.01, "word": " making", "probability": 0.90087890625}, {"start": 1985.01, "end": 1985.37, "word": " sure", "probability": 0.9072265625}, {"start": 1985.37, "end": 1985.79, "word": " that", "probability": 0.935546875}, {"start": 1985.79, "end": 1986.07, "word": " you", "probability": 0.962890625}, {"start": 1986.07, "end": 1986.53, "word": " list", "probability": 0.9453125}, {"start": 1986.53, "end": 1986.69, "word": " a", "probability": 0.6572265625}, {"start": 1986.69, "end": 1986.95, "word": " number", "probability": 0.9287109375}, {"start": 1986.95, "end": 1987.17, "word": " of", "probability": 0.96875}, {"start": 1987.17, "end": 1987.51, "word": " things", "probability": 0.5517578125}, {"start": 1987.51, "end": 1988.27, "word": " and", "probability": 0.73095703125}, {"start": 1988.27, "end": 1988.53, "word": " you", "probability": 0.95361328125}, {"start": 1988.53, "end": 1989.39, "word": " maintain", "probability": 0.79736328125}, {"start": 1989.39, "end": 1990.25, "word": " parallelism.", "probability": 0.932861328125}, {"start": 1990.31, "end": 1990.47, "word": " Let's", "probability": 0.972412109375}, {"start": 1990.47, "end": 1990.69, "word": " talk", "probability": 0.90087890625}, {"start": 1990.69, "end": 1991.05, "word": " about", "probability": 0.90283203125}, {"start": 1991.05, "end": 1991.25, "word": " the", "probability": 0.46142578125}, {"start": 1991.25, "end": 1991.49, "word": " first", "probability": 0.8818359375}, {"start": 1991.49, "end": 1991.69, "word": " one,", "probability": 0.92578125}, {"start": 1991.79, "end": 1992.11, "word": " Gaza.", "probability": 0.90771484375}], "temperature": 1.0}, {"id": 80, "seek": 202044, "start": 1994.08, "end": 2020.44, "text": " Okay? And write a sentence on Gaza where you have a list of items maintaining parallelism and the second one is about what do you suggest? University? Okay. Our university. So now just write one sentence like this maintaining parallelism. Okay? Very good. Be within a couple of minutes. Please.", "tokens": [1033, 30, 400, 2464, 257, 8174, 322, 37800, 689, 291, 362, 257, 1329, 295, 4754, 14916, 8952, 1434, 293, 264, 1150, 472, 307, 466, 437, 360, 291, 3402, 30, 3535, 30, 1033, 13, 2621, 5454, 13, 407, 586, 445, 2464, 472, 8174, 411, 341, 14916, 8952, 1434, 13, 1033, 30, 4372, 665, 13, 879, 1951, 257, 1916, 295, 2077, 13, 2555, 13], "avg_logprob": -0.2690972222222222, "compression_ratio": 1.544502617801047, "no_speech_prob": 1.7881393432617188e-07, "words": [{"start": 1994.0800000000002, "end": 1994.64, "word": " Okay?", "probability": 0.5888671875}, {"start": 1995.38, "end": 1995.82, "word": " And", "probability": 0.90673828125}, {"start": 1995.82, "end": 1996.06, "word": " write", "probability": 0.457763671875}, {"start": 1996.06, "end": 1996.2, "word": " a", "probability": 0.685546875}, {"start": 1996.2, "end": 1996.54, "word": " sentence", "probability": 0.96240234375}, {"start": 1996.54, "end": 1997.6, "word": " on", "probability": 0.8720703125}, {"start": 1997.6, "end": 1998.16, "word": " Gaza", "probability": 0.951171875}, {"start": 1998.16, "end": 1998.8, "word": " where", "probability": 0.74560546875}, {"start": 1998.8, "end": 1999.0, "word": " you", "probability": 0.95751953125}, {"start": 1999.0, "end": 1999.24, "word": " have", "probability": 0.943359375}, {"start": 1999.24, "end": 1999.36, "word": " a", "probability": 0.990234375}, {"start": 1999.36, "end": 1999.6, "word": " list", "probability": 0.9443359375}, {"start": 1999.6, "end": 1999.8, "word": " of", "probability": 0.96826171875}, {"start": 1999.8, "end": 2000.32, "word": " items", "probability": 0.76904296875}, {"start": 2000.32, "end": 2001.08, "word": " maintaining", "probability": 0.7353515625}, {"start": 2001.08, "end": 2001.86, "word": " parallelism", "probability": 0.7744140625}, {"start": 2001.86, "end": 2002.56, "word": " and", "probability": 0.49267578125}, {"start": 2002.56, "end": 2002.76, "word": " the", "probability": 0.86572265625}, {"start": 2002.76, "end": 2003.02, "word": " second", "probability": 0.89599609375}, {"start": 2003.02, "end": 2003.26, "word": " one", "probability": 0.9189453125}, {"start": 2003.26, "end": 2003.42, "word": " is", "probability": 0.94677734375}, {"start": 2003.42, "end": 2003.88, "word": " about", "probability": 0.91064453125}, {"start": 2003.88, "end": 2004.54, "word": " what", "probability": 0.401123046875}, {"start": 2004.54, "end": 2004.68, "word": " do", "probability": 0.62744140625}, {"start": 2004.68, "end": 2004.76, "word": " you", "probability": 0.96240234375}, {"start": 2004.76, "end": 2005.2, "word": " suggest?", "probability": 0.8671875}, {"start": 2006.4, "end": 2006.96, "word": " University?", "probability": 0.438720703125}, {"start": 2007.62, "end": 2007.94, "word": " Okay.", "probability": 0.6025390625}, {"start": 2008.56, "end": 2008.86, "word": " Our", "probability": 0.830078125}, {"start": 2008.86, "end": 2009.98, "word": " university.", "probability": 0.8232421875}, {"start": 2012.54, "end": 2012.7, "word": " So", "probability": 0.73388671875}, {"start": 2012.7, "end": 2012.96, "word": " now", "probability": 0.6845703125}, {"start": 2012.96, "end": 2013.28, "word": " just", "probability": 0.5703125}, {"start": 2013.28, "end": 2013.56, "word": " write", "probability": 0.91748046875}, {"start": 2013.56, "end": 2013.84, "word": " one", "probability": 0.921875}, {"start": 2013.84, "end": 2014.36, "word": " sentence", "probability": 0.9462890625}, {"start": 2014.36, "end": 2014.72, "word": " like", "probability": 0.9169921875}, {"start": 2014.72, "end": 2015.16, "word": " this", "probability": 0.8681640625}, {"start": 2015.16, "end": 2016.28, "word": " maintaining", "probability": 0.548828125}, {"start": 2016.28, "end": 2017.82, "word": " parallelism.", "probability": 0.92822265625}, {"start": 2018.06, "end": 2018.28, "word": " Okay?", "probability": 0.7744140625}, {"start": 2018.38, "end": 2018.6, "word": " Very", "probability": 0.80322265625}, {"start": 2018.6, "end": 2018.78, "word": " good.", "probability": 0.8935546875}, {"start": 2018.86, "end": 2018.96, "word": " Be", "probability": 0.309326171875}, {"start": 2018.96, "end": 2019.14, "word": " within", "probability": 0.436767578125}, {"start": 2019.14, "end": 2019.4, "word": " a", "probability": 0.98486328125}, {"start": 2019.4, "end": 2019.6, "word": " couple", "probability": 0.8525390625}, {"start": 2019.6, "end": 2019.76, "word": " of", "probability": 0.93408203125}, {"start": 2019.76, "end": 2020.0, "word": " minutes.", "probability": 0.91845703125}, {"start": 2020.22, "end": 2020.44, "word": " Please.", "probability": 0.80517578125}], "temperature": 1.0}, {"id": 81, "seek": 203356, "start": 2024.34, "end": 2033.56, "text": " Write a sentence on Gaza and a sentence on our university making sure that you have a list of items and these items are in a parallel structure.", "tokens": [23499, 257, 8174, 322, 37800, 293, 257, 8174, 322, 527, 5454, 1455, 988, 300, 291, 362, 257, 1329, 295, 4754, 293, 613, 4754, 366, 294, 257, 8952, 3877, 13], "avg_logprob": -0.17096354762713115, "compression_ratio": 1.355140186915888, "no_speech_prob": 0.00316619873046875, "words": [{"start": 2024.34, "end": 2024.7, "word": " Write", "probability": 0.52685546875}, {"start": 2024.7, "end": 2024.9, "word": " a", "probability": 0.97412109375}, {"start": 2024.9, "end": 2025.18, "word": " sentence", "probability": 0.93701171875}, {"start": 2025.18, "end": 2025.56, "word": " on", "probability": 0.685546875}, {"start": 2025.56, "end": 2025.94, "word": " Gaza", "probability": 0.94091796875}, {"start": 2025.94, "end": 2026.5, "word": " and", "probability": 0.7744140625}, {"start": 2026.5, "end": 2026.64, "word": " a", "probability": 0.91162109375}, {"start": 2026.64, "end": 2026.9, "word": " sentence", "probability": 0.94677734375}, {"start": 2026.9, "end": 2027.16, "word": " on", "probability": 0.921875}, {"start": 2027.16, "end": 2027.4, "word": " our", "probability": 0.87548828125}, {"start": 2027.4, "end": 2028.08, "word": " university", "probability": 0.755859375}, {"start": 2028.08, "end": 2028.44, "word": " making", "probability": 0.483154296875}, {"start": 2028.44, "end": 2028.76, "word": " sure", "probability": 0.890625}, {"start": 2028.76, "end": 2029.0, "word": " that", "probability": 0.87744140625}, {"start": 2029.0, "end": 2029.18, "word": " you", "probability": 0.95654296875}, {"start": 2029.18, "end": 2029.38, "word": " have", "probability": 0.95166015625}, {"start": 2029.38, "end": 2029.52, "word": " a", "probability": 0.99169921875}, {"start": 2029.52, "end": 2029.74, "word": " list", "probability": 0.939453125}, {"start": 2029.74, "end": 2029.92, "word": " of", "probability": 0.96826171875}, {"start": 2029.92, "end": 2030.44, "word": " items", "probability": 0.810546875}, {"start": 2030.44, "end": 2031.1, "word": " and", "probability": 0.77197265625}, {"start": 2031.1, "end": 2031.34, "word": " these", "probability": 0.85009765625}, {"start": 2031.34, "end": 2031.72, "word": " items", "probability": 0.8037109375}, {"start": 2031.72, "end": 2032.22, "word": " are", "probability": 0.9443359375}, {"start": 2032.22, "end": 2032.54, "word": " in", "probability": 0.94921875}, {"start": 2032.54, "end": 2032.7, "word": " a", "probability": 0.91455078125}, {"start": 2032.7, "end": 2033.04, "word": " parallel", "probability": 0.6572265625}, {"start": 2033.04, "end": 2033.56, "word": " structure.", "probability": 0.8759765625}], "temperature": 1.0}, {"id": 82, "seek": 208235, "start": 2080.95, "end": 2082.35, "text": " Thank you very much.", "tokens": [1044, 291, 588, 709, 13], "avg_logprob": -1.1634114384651184, "compression_ratio": 0.7241379310344828, "no_speech_prob": 0.00020992755889892578, "words": [{"start": 2080.95, "end": 2082.35, "word": " Thank", "probability": 0.0152587890625}, {"start": 2082.35, "end": 2082.35, "word": " you", "probability": 0.92578125}, {"start": 2082.35, "end": 2082.35, "word": " very", "probability": 0.0892333984375}, {"start": 2082.35, "end": 2082.35, "word": " much.", "probability": 0.92529296875}], "temperature": 1.0}, {"id": 83, "seek": 208330, "start": 2083.0, "end": 2083.3, "text": " Thank you.", "tokens": [1044, 291, 13], "avg_logprob": -0.9130859076976776, "compression_ratio": 0.5789473684210527, "no_speech_prob": 8.314847946166992e-05, "words": [{"start": 2083.0, "end": 2083.3, "word": " Thank", "probability": 0.044158935546875}, {"start": 2083.3, "end": 2083.3, "word": " you.", "probability": 0.92236328125}], "temperature": 1.0}, {"id": 84, "seek": 212375, "start": 2112.99, "end": 2123.75, "text": " Okay. Okay. Okay. Okay.", "tokens": [1033, 13, 1033, 13, 1033, 13, 1033, 13], "avg_logprob": -1.2057291666666667, "compression_ratio": 1.5, "no_speech_prob": 2.4437904357910156e-05, "words": [{"start": 2112.99, "end": 2114.39, "word": " Okay.", "probability": 0.019256591796875}, {"start": 2115.11, "end": 2115.11, "word": " Okay.", "probability": 0.212158203125}, {"start": 2118.67, "end": 2120.07, "word": " Okay.", "probability": 0.28955078125}, {"start": 2122.35, "end": 2123.75, "word": " Okay.", "probability": 0.403564453125}], "temperature": 1.0}, {"id": 85, "seek": 215771, "start": 2156.64, "end": 2157.72, "text": " I'm lost.", "tokens": [286, 478, 2731, 13], "avg_logprob": -1.0375, "compression_ratio": 0.5555555555555556, "no_speech_prob": 1.1742115020751953e-05, "words": [{"start": 2156.64, "end": 2157.44, "word": " I'm", "probability": 0.190765380859375}, {"start": 2157.44, "end": 2157.72, "word": " lost.", "probability": 0.4345703125}], "temperature": 1.0}, {"id": 86, "seek": 218621, "start": 2179.01, "end": 2186.21, "text": " All right, all right, okay. Who wants a sentence on Gaza with a parallel structure? Yes, please.", "tokens": [1057, 558, 11, 439, 558, 11, 1392, 13, 2102, 2738, 257, 8174, 322, 37800, 365, 257, 8952, 3877, 30, 1079, 11, 1767, 13], "avg_logprob": -0.24739584575096765, "compression_ratio": 1.0898876404494382, "no_speech_prob": 0.0, "words": [{"start": 2179.01, "end": 2179.57, "word": " All", "probability": 0.413818359375}, {"start": 2179.57, "end": 2179.85, "word": " right,", "probability": 0.92041015625}, {"start": 2181.05, "end": 2181.39, "word": " all", "probability": 0.744140625}, {"start": 2181.39, "end": 2181.57, "word": " right,", "probability": 0.92578125}, {"start": 2181.73, "end": 2181.97, "word": " okay.", "probability": 0.8955078125}, {"start": 2182.31, "end": 2182.83, "word": " Who", "probability": 0.8857421875}, {"start": 2182.83, "end": 2183.11, "word": " wants", "probability": 0.34619140625}, {"start": 2183.11, "end": 2183.23, "word": " a", "probability": 0.86474609375}, {"start": 2183.23, "end": 2183.47, "word": " sentence", "probability": 0.9580078125}, {"start": 2183.47, "end": 2183.93, "word": " on", "probability": 0.94677734375}, {"start": 2183.93, "end": 2184.35, "word": " Gaza", "probability": 0.962890625}, {"start": 2184.35, "end": 2184.71, "word": " with", "probability": 0.8818359375}, {"start": 2184.71, "end": 2185.15, "word": " a", "probability": 0.8994140625}, {"start": 2185.15, "end": 2185.39, "word": " parallel", "probability": 0.85107421875}, {"start": 2185.39, "end": 2185.75, "word": " structure?", "probability": 0.90087890625}, {"start": 2185.85, "end": 2185.97, "word": " Yes,", "probability": 0.96923828125}, {"start": 2186.03, "end": 2186.21, "word": " please.", "probability": 0.8056640625}], "temperature": 1.0}, {"id": 87, "seek": 221137, "start": 2187.25, "end": 2211.37, "text": " Yes, please. Gaza has streets, cars and malls. Okay, and malls. So streets, cars and malls. Very nice. Another thing. Another thing. Another sentence on Gaza. Yes, please. Gaza citizens are patient, strong and brave. Yes, Gaza people or the people of Gaza or the people of Palestine are patient", "tokens": [1079, 11, 1767, 13, 37800, 575, 8481, 11, 5163, 293, 16026, 82, 13, 1033, 11, 293, 16026, 82, 13, 407, 8481, 11, 5163, 293, 16026, 82, 13, 4372, 1481, 13, 3996, 551, 13, 3996, 551, 13, 3996, 8174, 322, 37800, 13, 1079, 11, 1767, 13, 37800, 7180, 366, 4537, 11, 2068, 293, 12653, 13, 1079, 11, 37800, 561, 420, 264, 561, 295, 37800, 420, 264, 561, 295, 33030, 366, 4537], "avg_logprob": -0.30721831909367736, "compression_ratio": 1.9536423841059603, "no_speech_prob": 5.960464477539063e-08, "words": [{"start": 2187.25, "end": 2187.53, "word": " Yes,", "probability": 0.326171875}, {"start": 2187.61, "end": 2187.85, "word": " please.", "probability": 0.8076171875}, {"start": 2188.45, "end": 2188.97, "word": " Gaza", "probability": 0.73583984375}, {"start": 2188.97, "end": 2189.37, "word": " has", "probability": 0.89892578125}, {"start": 2189.37, "end": 2189.99, "word": " streets,", "probability": 0.501953125}, {"start": 2190.23, "end": 2190.73, "word": " cars", "probability": 0.74951171875}, {"start": 2190.73, "end": 2191.41, "word": " and", "probability": 0.6826171875}, {"start": 2191.41, "end": 2193.93, "word": " malls.", "probability": 0.83251953125}, {"start": 2193.93, "end": 2194.37, "word": " Okay,", "probability": 0.44482421875}, {"start": 2194.47, "end": 2194.75, "word": " and", "probability": 0.82177734375}, {"start": 2194.75, "end": 2195.31, "word": " malls.", "probability": 0.926025390625}, {"start": 2195.43, "end": 2195.45, "word": " So", "probability": 0.83740234375}, {"start": 2195.45, "end": 2195.71, "word": " streets,", "probability": 0.53076171875}, {"start": 2195.83, "end": 2196.03, "word": " cars", "probability": 0.912109375}, {"start": 2196.03, "end": 2196.33, "word": " and", "probability": 0.74072265625}, {"start": 2196.33, "end": 2196.89, "word": " malls.", "probability": 0.93701171875}, {"start": 2196.93, "end": 2197.09, "word": " Very", "probability": 0.82470703125}, {"start": 2197.09, "end": 2197.45, "word": " nice.", "probability": 0.90185546875}, {"start": 2197.69, "end": 2197.91, "word": " Another", "probability": 0.857421875}, {"start": 2197.91, "end": 2198.29, "word": " thing.", "probability": 0.84521484375}, {"start": 2199.19, "end": 2199.49, "word": " Another", "probability": 0.8564453125}, {"start": 2199.49, "end": 2199.75, "word": " thing.", "probability": 0.43505859375}, {"start": 2199.85, "end": 2200.03, "word": " Another", "probability": 0.861328125}, {"start": 2200.03, "end": 2200.41, "word": " sentence", "probability": 0.97509765625}, {"start": 2200.41, "end": 2200.73, "word": " on", "probability": 0.9189453125}, {"start": 2200.73, "end": 2200.95, "word": " Gaza.", "probability": 0.88623046875}, {"start": 2201.07, "end": 2201.21, "word": " Yes,", "probability": 0.935546875}, {"start": 2201.27, "end": 2201.47, "word": " please.", "probability": 0.79833984375}, {"start": 2201.51, "end": 2201.71, "word": " Gaza", "probability": 0.62255859375}, {"start": 2201.71, "end": 2202.45, "word": " citizens", "probability": 0.72314453125}, {"start": 2202.45, "end": 2203.67, "word": " are", "probability": 0.62841796875}, {"start": 2203.67, "end": 2204.35, "word": " patient,", "probability": 0.56787109375}, {"start": 2204.61, "end": 2204.87, "word": " strong", "probability": 0.485595703125}, {"start": 2204.87, "end": 2205.09, "word": " and", "probability": 0.845703125}, {"start": 2205.09, "end": 2205.41, "word": " brave.", "probability": 0.220458984375}, {"start": 2205.49, "end": 2205.95, "word": " Yes,", "probability": 0.83056640625}, {"start": 2206.05, "end": 2206.41, "word": " Gaza", "probability": 0.78466796875}, {"start": 2206.41, "end": 2206.95, "word": " people", "probability": 0.95361328125}, {"start": 2206.95, "end": 2207.39, "word": " or", "probability": 0.7314453125}, {"start": 2207.39, "end": 2207.53, "word": " the", "probability": 0.89697265625}, {"start": 2207.53, "end": 2207.79, "word": " people", "probability": 0.9697265625}, {"start": 2207.79, "end": 2207.97, "word": " of", "probability": 0.96826171875}, {"start": 2207.97, "end": 2208.17, "word": " Gaza", "probability": 0.80908203125}, {"start": 2208.17, "end": 2208.29, "word": " or", "probability": 0.67041015625}, {"start": 2208.29, "end": 2208.41, "word": " the", "probability": 0.90771484375}, {"start": 2208.41, "end": 2208.63, "word": " people", "probability": 0.9716796875}, {"start": 2208.63, "end": 2208.81, "word": " of", "probability": 0.9716796875}, {"start": 2208.81, "end": 2209.33, "word": " Palestine", "probability": 0.96728515625}, {"start": 2209.33, "end": 2210.53, "word": " are", "probability": 0.93212890625}, {"start": 2210.53, "end": 2211.37, "word": " patient", "probability": 0.88623046875}], "temperature": 1.0}, {"id": 88, "seek": 223023, "start": 2214.09, "end": 2230.23, "text": " creative or whatever we can say a sentence like this Gaza will always be direct triumphant", "tokens": [5880, 420, 2035, 321, 393, 584, 257, 8174, 411, 341, 37800, 486, 1009, 312, 2047, 1376, 449, 15071], "avg_logprob": -0.38959704261077077, "compression_ratio": 1.1518987341772151, "no_speech_prob": 0.0, "words": [{"start": 2214.09, "end": 2214.73, "word": " creative", "probability": 0.2568359375}, {"start": 2214.73, "end": 2214.95, "word": " or", "probability": 0.51416015625}, {"start": 2214.95, "end": 2215.17, "word": " whatever", "probability": 0.6982421875}, {"start": 2215.17, "end": 2215.43, "word": " we", "probability": 0.46142578125}, {"start": 2215.43, "end": 2215.61, "word": " can", "probability": 0.92529296875}, {"start": 2215.61, "end": 2215.85, "word": " say", "probability": 0.95068359375}, {"start": 2215.85, "end": 2215.99, "word": " a", "probability": 0.266357421875}, {"start": 2215.99, "end": 2216.27, "word": " sentence", "probability": 0.96337890625}, {"start": 2216.27, "end": 2216.59, "word": " like", "probability": 0.93359375}, {"start": 2216.59, "end": 2216.91, "word": " this", "probability": 0.92333984375}, {"start": 2216.91, "end": 2217.71, "word": " Gaza", "probability": 0.5400390625}, {"start": 2217.71, "end": 2219.93, "word": " will", "probability": 0.865234375}, {"start": 2219.93, "end": 2222.49, "word": " always", "probability": 0.6279296875}, {"start": 2222.49, "end": 2226.73, "word": " be", "probability": 0.9443359375}, {"start": 2226.73, "end": 2228.71, "word": " direct", "probability": 0.37744140625}, {"start": 2228.71, "end": 2230.23, "word": " triumphant", "probability": 0.8902994791666666}], "temperature": 1.0}, {"id": 89, "seek": 225171, "start": 2242.1, "end": 2251.72, "text": " Okay, resilient and hopeful.", "tokens": [1033, 11, 23699, 293, 20531, 13], "avg_logprob": -0.41880581208637785, "compression_ratio": 0.7837837837837838, "no_speech_prob": 5.960464477539063e-08, "words": [{"start": 2242.1, "end": 2242.72, "word": " Okay,", "probability": 0.34130859375}, {"start": 2243.06, "end": 2243.86, "word": " resilient", "probability": 0.9111328125}, {"start": 2243.86, "end": 2247.8, "word": " and", "probability": 0.5439453125}, {"start": 2247.8, "end": 2251.72, "word": " hopeful.", "probability": 0.927734375}], "temperature": 1.0}, {"id": 90, "seek": 228542, "start": 2256.35, "end": 2285.43, "text": " Always be triumphant, victorious, resilient, and hopeful for a better future of independence, okay? For independence and liberation and self-determination. Our university. Our university. A sentence on our university. Yes, please. Our university has excellent staff of teachers, good workers, and very good internet system. Very nice. Very nice. Okay, write your sentence. Another sentence on our university?", "tokens": [11270, 312, 1376, 449, 15071, 11, 42557, 11, 23699, 11, 293, 20531, 337, 257, 1101, 2027, 295, 14640, 11, 1392, 30, 1171, 14640, 293, 27736, 293, 2698, 12, 49136, 2486, 13, 2621, 5454, 13, 2621, 5454, 13, 316, 8174, 322, 527, 5454, 13, 1079, 11, 1767, 13, 2621, 5454, 575, 7103, 3525, 295, 6023, 11, 665, 5600, 11, 293, 588, 665, 4705, 1185, 13, 4372, 1481, 13, 4372, 1481, 13, 1033, 11, 2464, 428, 8174, 13, 3996, 8174, 322, 527, 5454, 30], "avg_logprob": -0.2307981934892126, "compression_ratio": 1.8177777777777777, "no_speech_prob": 7.748603820800781e-07, "words": [{"start": 2256.35, "end": 2256.51, "word": " Always", "probability": 0.053253173828125}, {"start": 2256.51, "end": 2256.79, "word": " be", "probability": 0.865234375}, {"start": 2256.79, "end": 2257.59, "word": " triumphant,", "probability": 0.9308268229166666}, {"start": 2257.71, "end": 2258.31, "word": " victorious,", "probability": 0.87646484375}, {"start": 2258.79, "end": 2259.31, "word": " resilient,", "probability": 0.9365234375}, {"start": 2259.71, "end": 2260.13, "word": " and", "probability": 0.9140625}, {"start": 2260.13, "end": 2260.61, "word": " hopeful", "probability": 0.93017578125}, {"start": 2260.61, "end": 2260.91, "word": " for", "probability": 0.9248046875}, {"start": 2260.91, "end": 2261.11, "word": " a", "probability": 0.8251953125}, {"start": 2261.11, "end": 2261.31, "word": " better", "probability": 0.85595703125}, {"start": 2261.31, "end": 2262.21, "word": " future", "probability": 0.97119140625}, {"start": 2262.21, "end": 2262.85, "word": " of", "probability": 0.8408203125}, {"start": 2262.85, "end": 2263.83, "word": " independence,", "probability": 0.88037109375}, {"start": 2264.13, "end": 2264.47, "word": " okay?", "probability": 0.69677734375}, {"start": 2265.25, "end": 2265.83, "word": " For", "probability": 0.91943359375}, {"start": 2265.83, "end": 2266.39, "word": " independence", "probability": 0.876953125}, {"start": 2266.39, "end": 2266.73, "word": " and", "probability": 0.814453125}, {"start": 2266.73, "end": 2267.21, "word": " liberation", "probability": 0.95703125}, {"start": 2267.21, "end": 2267.47, "word": " and", "probability": 0.85009765625}, {"start": 2267.47, "end": 2267.65, "word": " self", "probability": 0.89599609375}, {"start": 2267.65, "end": 2268.29, "word": "-determination.", "probability": 0.8868815104166666}, {"start": 2268.69, "end": 2268.99, "word": " Our", "probability": 0.876953125}, {"start": 2268.99, "end": 2269.71, "word": " university.", "probability": 0.8505859375}, {"start": 2270.63, "end": 2270.95, "word": " Our", "probability": 0.75048828125}, {"start": 2270.95, "end": 2271.53, "word": " university.", "probability": 0.87646484375}, {"start": 2271.69, "end": 2271.77, "word": " A", "probability": 0.83349609375}, {"start": 2271.77, "end": 2272.03, "word": " sentence", "probability": 0.97802734375}, {"start": 2272.03, "end": 2272.29, "word": " on", "probability": 0.487548828125}, {"start": 2272.29, "end": 2272.53, "word": " our", "probability": 0.880859375}, {"start": 2272.53, "end": 2273.09, "word": " university.", "probability": 0.8916015625}, {"start": 2273.39, "end": 2273.55, "word": " Yes,", "probability": 0.93408203125}, {"start": 2273.59, "end": 2273.81, "word": " please.", "probability": 0.79150390625}, {"start": 2274.21, "end": 2274.59, "word": " Our", "probability": 0.37939453125}, {"start": 2274.59, "end": 2275.25, "word": " university", "probability": 0.875}, {"start": 2275.25, "end": 2275.59, "word": " has", "probability": 0.9462890625}, {"start": 2275.59, "end": 2276.01, "word": " excellent", "probability": 0.87548828125}, {"start": 2276.01, "end": 2276.47, "word": " staff", "probability": 0.8984375}, {"start": 2276.47, "end": 2276.67, "word": " of", "probability": 0.9619140625}, {"start": 2276.67, "end": 2277.11, "word": " teachers,", "probability": 0.72998046875}, {"start": 2277.27, "end": 2277.49, "word": " good", "probability": 0.6318359375}, {"start": 2277.49, "end": 2278.85, "word": " workers,", "probability": 0.625}, {"start": 2279.27, "end": 2279.33, "word": " and", "probability": 0.92138671875}, {"start": 2279.33, "end": 2279.61, "word": " very", "probability": 0.7548828125}, {"start": 2279.61, "end": 2279.93, "word": " good", "probability": 0.92724609375}, {"start": 2279.93, "end": 2280.45, "word": " internet", "probability": 0.7724609375}, {"start": 2280.45, "end": 2280.91, "word": " system.", "probability": 0.82958984375}, {"start": 2281.17, "end": 2281.49, "word": " Very", "probability": 0.82373046875}, {"start": 2281.49, "end": 2281.85, "word": " nice.", "probability": 0.8935546875}, {"start": 2281.95, "end": 2282.17, "word": " Very", "probability": 0.63818359375}, {"start": 2282.17, "end": 2282.47, "word": " nice.", "probability": 0.888671875}, {"start": 2282.49, "end": 2282.75, "word": " Okay,", "probability": 0.72119140625}, {"start": 2282.83, "end": 2283.09, "word": " write", "probability": 0.455322265625}, {"start": 2283.09, "end": 2283.31, "word": " your", "probability": 0.89111328125}, {"start": 2283.31, "end": 2283.65, "word": " sentence.", "probability": 0.94775390625}, {"start": 2283.77, "end": 2284.03, "word": " Another", "probability": 0.88134765625}, {"start": 2284.03, "end": 2284.41, "word": " sentence", "probability": 0.95751953125}, {"start": 2284.41, "end": 2284.75, "word": " on", "probability": 0.865234375}, {"start": 2284.75, "end": 2284.95, "word": " our", "probability": 0.82080078125}, {"start": 2284.95, "end": 2285.43, "word": " university?", "probability": 0.88232421875}], "temperature": 1.0}, {"id": 91, "seek": 230162, "start": 2286.78, "end": 2301.62, "text": "Okay, it was what you said then, so what? Okay. Our university has excellent faculty members.", "tokens": [8297, 11, 309, 390, 437, 291, 848, 550, 11, 370, 437, 30, 1033, 13, 2621, 5454, 575, 7103, 6389, 2679, 13], "avg_logprob": -0.43821023404598236, "compression_ratio": 1.0689655172413792, "no_speech_prob": 0.0, "words": [{"start": 2286.78, "end": 2287.1, "word": "Okay,", "probability": 0.39697265625}, {"start": 2287.24, "end": 2287.28, "word": " it", "probability": 0.475830078125}, {"start": 2287.28, "end": 2287.38, "word": " was", "probability": 0.5986328125}, {"start": 2287.38, "end": 2287.56, "word": " what", "probability": 0.87548828125}, {"start": 2287.56, "end": 2287.7, "word": " you", "probability": 0.96435546875}, {"start": 2287.7, "end": 2287.98, "word": " said", "probability": 0.93505859375}, {"start": 2287.98, "end": 2288.22, "word": " then,", "probability": 0.275390625}, {"start": 2288.26, "end": 2288.38, "word": " so", "probability": 0.88671875}, {"start": 2288.38, "end": 2288.58, "word": " what?", "probability": 0.5087890625}, {"start": 2288.86, "end": 2289.3, "word": " Okay.", "probability": 0.57275390625}, {"start": 2289.94, "end": 2290.46, "word": " Our", "probability": 0.7333984375}, {"start": 2290.46, "end": 2291.16, "word": " university", "probability": 0.79931640625}, {"start": 2291.16, "end": 2294.66, "word": " has", "probability": 0.82666015625}, {"start": 2294.66, "end": 2297.36, "word": " excellent", "probability": 0.86328125}, {"start": 2297.36, "end": 2300.64, "word": " faculty", "probability": 0.8818359375}, {"start": 2300.64, "end": 2301.62, "word": " members.", "probability": 0.8095703125}], "temperature": 1.0}, {"id": 92, "seek": 232330, "start": 2309.98, "end": 2323.3, "text": " Good facilities and high efficiency.", "tokens": [2205, 9406, 293, 1090, 10493, 13], "avg_logprob": -0.45982141154153006, "compression_ratio": 0.8222222222222222, "no_speech_prob": 5.960464477539063e-08, "words": [{"start": 2309.98, "end": 2310.46, "word": " Good", "probability": 0.203125}, {"start": 2310.46, "end": 2312.54, "word": " facilities", "probability": 0.91748046875}, {"start": 2312.54, "end": 2316.16, "word": " and", "probability": 0.73388671875}, {"start": 2316.16, "end": 2320.66, "word": " high", "probability": 0.4228515625}, {"start": 2320.66, "end": 2323.3, "word": " efficiency.", "probability": 0.91455078125}], "temperature": 1.0}, {"id": 93, "seek": 235587, "start": 2327.45, "end": 2355.87, "text": " Okay, in management and in management and technology. Okay, and that's all we have here Noun phrase, noun phrase and another noun phrase in another noun phrase, okay? All right. Now, so this is what we've been talking about in this class. Make sure that in every time you write sentences, make sure that you have a parallel structure. Thank you very much and I'll see you next time. Inshallah. Thank you.", "tokens": [1033, 11, 294, 4592, 293, 294, 4592, 293, 2899, 13, 1033, 11, 293, 300, 311, 439, 321, 362, 510, 426, 1733, 9535, 11, 23307, 9535, 293, 1071, 23307, 9535, 294, 1071, 23307, 9535, 11, 1392, 30, 1057, 558, 13, 823, 11, 370, 341, 307, 437, 321, 600, 668, 1417, 466, 294, 341, 1508, 13, 4387, 988, 300, 294, 633, 565, 291, 2464, 16579, 11, 652, 988, 300, 291, 362, 257, 8952, 3877, 13, 1044, 291, 588, 709, 293, 286, 603, 536, 291, 958, 565, 13, 682, 2716, 13492, 13, 1044, 291, 13], "avg_logprob": -0.2884744700565133, "compression_ratio": 1.7685589519650655, "no_speech_prob": 9.918212890625e-05, "words": [{"start": 2327.45, "end": 2327.97, "word": " Okay,", "probability": 0.43359375}, {"start": 2328.15, "end": 2328.35, "word": " in", "probability": 0.8046875}, {"start": 2328.35, "end": 2328.97, "word": " management", "probability": 0.86279296875}, {"start": 2328.97, "end": 2329.73, "word": " and", "probability": 0.912109375}, {"start": 2329.73, "end": 2330.47, "word": " in", "probability": 0.74365234375}, {"start": 2330.47, "end": 2330.89, "word": " management", "probability": 0.8720703125}, {"start": 2330.89, "end": 2331.29, "word": " and", "probability": 0.93408203125}, {"start": 2331.29, "end": 2331.97, "word": " technology.", "probability": 0.955078125}, {"start": 2332.27, "end": 2332.57, "word": " Okay,", "probability": 0.84326171875}, {"start": 2332.87, "end": 2333.03, "word": " and", "probability": 0.26220703125}, {"start": 2333.03, "end": 2333.23, "word": " that's", "probability": 0.74755859375}, {"start": 2333.23, "end": 2333.35, "word": " all", "probability": 0.54296875}, {"start": 2333.35, "end": 2333.51, "word": " we", "probability": 0.95849609375}, {"start": 2333.51, "end": 2333.73, "word": " have", "probability": 0.94775390625}, {"start": 2333.73, "end": 2334.03, "word": " here", "probability": 0.84228515625}, {"start": 2334.03, "end": 2334.81, "word": " Noun", "probability": 0.4771728515625}, {"start": 2334.81, "end": 2335.29, "word": " phrase,", "probability": 0.63916015625}, {"start": 2335.61, "end": 2336.07, "word": " noun", "probability": 0.88037109375}, {"start": 2336.07, "end": 2336.37, "word": " phrase", "probability": 0.85888671875}, {"start": 2336.37, "end": 2336.73, "word": " and", "probability": 0.7568359375}, {"start": 2336.73, "end": 2337.15, "word": " another", "probability": 0.8974609375}, {"start": 2337.15, "end": 2338.39, "word": " noun", "probability": 0.6474609375}, {"start": 2338.39, "end": 2338.87, "word": " phrase", "probability": 0.875}, {"start": 2338.87, "end": 2339.21, "word": " in", "probability": 0.77197265625}, {"start": 2339.21, "end": 2340.63, "word": " another", "probability": 0.7021484375}, {"start": 2340.63, "end": 2340.93, "word": " noun", "probability": 0.94873046875}, {"start": 2340.93, "end": 2341.29, "word": " phrase,", "probability": 0.7197265625}, {"start": 2341.37, "end": 2341.63, "word": " okay?", "probability": 0.81494140625}, {"start": 2342.03, "end": 2342.23, "word": " All", "probability": 0.458740234375}, {"start": 2342.23, "end": 2342.37, "word": " right.", "probability": 0.9091796875}, {"start": 2342.61, "end": 2342.73, "word": " Now,", "probability": 0.7255859375}, {"start": 2342.85, "end": 2343.09, "word": " so", "probability": 0.78173828125}, {"start": 2343.09, "end": 2343.29, "word": " this", "probability": 0.9130859375}, {"start": 2343.29, "end": 2343.39, "word": " is", "probability": 0.94677734375}, {"start": 2343.39, "end": 2343.55, "word": " what", "probability": 0.94921875}, {"start": 2343.55, "end": 2343.73, "word": " we've", "probability": 0.959228515625}, {"start": 2343.73, "end": 2343.89, "word": " been", "probability": 0.90673828125}, {"start": 2343.89, "end": 2344.19, "word": " talking", "probability": 0.857421875}, {"start": 2344.19, "end": 2344.49, "word": " about", "probability": 0.896484375}, {"start": 2344.49, "end": 2344.69, "word": " in", "probability": 0.9375}, {"start": 2344.69, "end": 2344.89, "word": " this", "probability": 0.9375}, {"start": 2344.89, "end": 2345.19, "word": " class.", "probability": 0.97021484375}, {"start": 2345.29, "end": 2345.45, "word": " Make", "probability": 0.90966796875}, {"start": 2345.45, "end": 2345.57, "word": " sure", "probability": 0.89404296875}, {"start": 2345.57, "end": 2346.17, "word": " that", "probability": 0.50537109375}, {"start": 2346.17, "end": 2346.35, "word": " in", "probability": 0.8251953125}, {"start": 2346.35, "end": 2346.59, "word": " every", "probability": 0.80908203125}, {"start": 2346.59, "end": 2346.93, "word": " time", "probability": 0.88916015625}, {"start": 2346.93, "end": 2347.65, "word": " you", "probability": 0.90576171875}, {"start": 2347.65, "end": 2348.03, "word": " write", "probability": 0.919921875}, {"start": 2348.03, "end": 2348.61, "word": " sentences,", "probability": 0.94482421875}, {"start": 2348.83, "end": 2349.01, "word": " make", "probability": 0.93115234375}, {"start": 2349.01, "end": 2349.21, "word": " sure", "probability": 0.9111328125}, {"start": 2349.21, "end": 2349.45, "word": " that", "probability": 0.9365234375}, {"start": 2349.45, "end": 2349.61, "word": " you", "probability": 0.9638671875}, {"start": 2349.61, "end": 2350.03, "word": " have", "probability": 0.94921875}, {"start": 2350.03, "end": 2350.55, "word": " a", "probability": 0.95947265625}, {"start": 2350.55, "end": 2350.93, "word": " parallel", "probability": 0.9384765625}, {"start": 2350.93, "end": 2351.71, "word": " structure.", "probability": 0.88671875}, {"start": 2351.87, "end": 2352.05, "word": " Thank", "probability": 0.89208984375}, {"start": 2352.05, "end": 2352.17, "word": " you", "probability": 0.96337890625}, {"start": 2352.17, "end": 2352.35, "word": " very", "probability": 0.84716796875}, {"start": 2352.35, "end": 2352.65, "word": " much", "probability": 0.90673828125}, {"start": 2352.65, "end": 2352.91, "word": " and", "probability": 0.5400390625}, {"start": 2352.91, "end": 2353.31, "word": " I'll", "probability": 0.95849609375}, {"start": 2353.31, "end": 2353.47, "word": " see", "probability": 0.9208984375}, {"start": 2353.47, "end": 2353.61, "word": " you", "probability": 0.96630859375}, {"start": 2353.61, "end": 2353.89, "word": " next", "probability": 0.9326171875}, {"start": 2353.89, "end": 2354.27, "word": " time.", "probability": 0.87890625}, {"start": 2354.65, "end": 2355.15, "word": " Inshallah.", "probability": 0.7049153645833334}, {"start": 2355.43, "end": 2355.69, "word": " Thank", "probability": 0.89501953125}, {"start": 2355.69, "end": 2355.87, "word": " you.", "probability": 0.95947265625}], "temperature": 1.0}], "language": "en", "language_probability": 1.0, "duration": 2356.779, "duration_after_vad": 2086.0062499999917} \ No newline at end of file diff --git a/PL9fwy3NUQKwbknFHzECJkgNOSFOth6GiS/Ed0_ouOJPGo_raw.srt b/PL9fwy3NUQKwbknFHzECJkgNOSFOth6GiS/Ed0_ouOJPGo_raw.srt new file mode 100644 index 0000000000000000000000000000000000000000..882ced38c1722905f9d321a1acbc7c620acaac2f --- /dev/null +++ b/PL9fwy3NUQKwbknFHzECJkgNOSFOth6GiS/Ed0_ouOJPGo_raw.srt @@ -0,0 +1,1928 @@ +1 +00:00:21,450 --> 00:00:24,170 +Good morning, how are you today? Fine. Very good, + +2 +00:00:24,250 --> 00:00:26,550 +very good. All right, today we're looking at a + +3 +00:00:26,550 --> 00:00:30,850 +sort of a problem or a grammatical point that + +4 +00:00:30,850 --> 00:00:35,190 +happen results in some problems especially if we + +5 +00:00:35,190 --> 00:00:39,410 +misunderstand the grammatical issue involved here + +6 +00:00:39,410 --> 00:00:43,150 +and this has to do with noun pronoun agreement. + +7 +00:00:43,870 --> 00:00:47,410 +This is a familiar topic to you but it's important + +8 +00:00:47,410 --> 00:00:50,600 +because as I looked through your writings there is + +9 +00:00:50,600 --> 00:00:56,260 +often seems to be problems in noun pronoun + +10 +00:00:56,260 --> 00:00:59,380 +agreement. So here today we're just sort of + +11 +00:00:59,380 --> 00:01:03,720 +zooming in on this grammatical point which has to + +12 +00:01:03,720 --> 00:01:06,920 +do with noun pronoun agreement. We'll quickly go + +13 +00:01:06,920 --> 00:01:10,100 +over some points that I imagine that you are + +14 +00:01:10,100 --> 00:01:13,840 +familiar with, but it's important always to sort + +15 +00:01:13,840 --> 00:01:17,270 +of cast light on these issues. So that you avoid + +16 +00:01:17,270 --> 00:01:20,250 +making mistakes in this particular problematic + +17 +00:01:20,250 --> 00:01:26,310 +area. So what is a pronoun? A pronoun is a part of + +18 +00:01:26,310 --> 00:01:29,190 +a speech. It's pronoun. So pro means helping, + +19 +00:01:29,370 --> 00:01:32,310 +helping the noun. So it does sometimes the work of + +20 +00:01:32,310 --> 00:01:35,530 +a noun. So a pronoun is very much a part of a + +21 +00:01:35,530 --> 00:01:39,390 +speech that replaces, that substitutes for nouns + +22 +00:01:39,390 --> 00:01:44,450 +or noun phrases. And designate refers to persons, + +23 +00:01:45,130 --> 00:01:49,490 +issues, things and so and so on. Of course, we all + +24 +00:01:49,490 --> 00:01:52,650 +know that a pronoun can be a subject pronoun. For + +25 +00:01:52,650 --> 00:01:59,130 +example, I, he, you, she, it, they, we and so and + +26 +00:01:59,130 --> 00:02:02,830 +so on. And sometimes pronouns come as object + +27 +00:02:02,830 --> 00:02:06,570 +pronouns. For example, me. He taught me. He gave + +28 +00:02:06,570 --> 00:02:10,530 +me the book. Me is an object pronoun. Him or her + +29 +00:02:10,530 --> 00:02:15,010 +or it or us or them. I told them about the story. + +30 +00:02:15,330 --> 00:02:19,370 +I told them the story and so on. And sometimes + +31 +00:02:19,370 --> 00:02:23,150 +pronouns come as possessive pronouns. For example, + +32 +00:02:24,160 --> 00:02:31,620 +My book, okay? Our university, okay? Your child, + +33 +00:02:31,780 --> 00:02:34,880 +for example, your book, your textbook, his or her, + +34 +00:02:35,040 --> 00:02:41,100 +and so on. We also know that nouns can be singular + +35 +00:02:41,100 --> 00:02:48,690 +and plural, for example. Him, them, you, you as a + +36 +00:02:48,690 --> 00:02:51,690 +plural and so on and so forth. Pronouns can also + +37 +00:02:51,690 --> 00:02:53,730 +be singular and plural. + +38 +00:02:56,630 --> 00:03:01,150 +we have to remember something that every noun this + +39 +00:03:01,150 --> 00:03:04,090 +is the point that we are trying to look at today + +40 +00:03:04,090 --> 00:03:07,990 +in this class that every pronoun must agree with + +41 +00:03:07,990 --> 00:03:10,330 +its noun or something we call it in grammar with + +42 +00:03:10,330 --> 00:03:14,250 +its antecedent okay so a noun or a pronoun must + +43 +00:03:14,250 --> 00:03:17,330 +agree with its antecedent or pronoun let's just + +44 +00:03:17,330 --> 00:03:20,910 +look at this example Sammy purchased an airline + +45 +00:03:20,910 --> 00:03:25,570 +ticket and now he cannot find it so we have here + +46 +00:03:25,570 --> 00:03:30,640 +is Sammy and an airline ticket and he refers to + +47 +00:03:30,640 --> 00:03:35,520 +Sam or he refers to its antecedent okay and it + +48 +00:03:35,520 --> 00:03:39,420 +again refers to its antecedent airliner ticket + +49 +00:03:39,420 --> 00:03:43,540 +okay so Sam is the antecedent for he and airline + +50 +00:03:43,540 --> 00:03:47,100 +ticket is the antecedent for it okay so the rule + +51 +00:03:47,100 --> 00:03:51,080 +here and we want to focus on this is every pronoun + +52 +00:03:51,080 --> 00:03:58,110 +must agree with its noun it number In gender and + +53 +00:03:58,110 --> 00:04:02,090 +in person. Okay? Let's highlight these issues. + +54 +00:04:02,310 --> 00:04:04,710 +First, number agreement. What does it mean to say + +55 +00:04:04,710 --> 00:04:07,550 +number agreement? Whether it is singular or + +56 +00:04:07,550 --> 00:04:13,870 +plural. Okay? Sammy purchased an airline ticket, + +57 +00:04:14,010 --> 00:04:17,970 +so we have he is singular, airline ticket, so it + +58 +00:04:17,970 --> 00:04:22,110 +is it not them for that matter. Okay? So an + +59 +00:04:22,110 --> 00:04:26,270 +airline passengers must show their. So their is + +60 +00:04:26,270 --> 00:04:30,650 +the plural pronoun for passengers. Okay? So the + +61 +00:04:30,650 --> 00:04:33,790 +idea here is every noun must, pronoun must agree + +62 +00:04:33,790 --> 00:04:35,990 +with its noun in number. That is to say whether it + +63 +00:04:35,990 --> 00:04:40,310 +is singular or plural. Gender agreement has to do + +64 +00:04:40,310 --> 00:04:46,140 +whetherfeminine or masculine alright so Jane wants + +65 +00:04:46,140 --> 00:04:51,120 +to crease hair not his not their Jane because it's + +66 +00:04:51,120 --> 00:04:55,280 +feminine and will Ali tell us about his so again + +67 +00:04:55,280 --> 00:04:59,000 +number agreement gender agreement and the same + +68 +00:04:59,000 --> 00:05:03,990 +thing Justin He. Okay? And our staff members + +69 +00:05:03,990 --> 00:05:08,230 +completed? They are. Because there it's plural, so + +70 +00:05:08,230 --> 00:05:12,090 +the gender here is not sort of marked + +71 +00:05:12,090 --> 00:05:16,490 +grammatically in English. Okay? And then we have + +72 +00:05:16,490 --> 00:05:21,230 +each passenger is responsible for getting his or + +73 +00:05:21,230 --> 00:05:24,570 +her. When did I say his or her? Not his or her. + +74 +00:05:25,750 --> 00:05:29,950 +because passenger can be a mixed yeah a group of + +75 +00:05:29,950 --> 00:05:34,230 +male and female passengers so that's why I use his + +76 +00:05:34,230 --> 00:05:39,230 +or her passengers okay so the university has + +77 +00:05:39,230 --> 00:05:43,030 +changed its recommendation notice that I used it's + +78 +00:05:43,030 --> 00:05:49,240 +not his or her because it's It's universal. It's + +79 +00:05:49,240 --> 00:05:51,880 +something we call it neutral. Neutral, that is to + +80 +00:05:51,880 --> 00:05:55,680 +say not male, not female, not masculine, not + +81 +00:05:55,680 --> 00:05:59,410 +feminine. Okay? Alright. And the third thing is + +82 +00:05:59,410 --> 00:06:02,890 +something called person agreement. That is to say, + +83 +00:06:03,690 --> 00:06:06,510 +the position or the point of view of the speaker, + +84 +00:06:06,710 --> 00:06:12,350 +okay? Person is first person speaking, + +85 +00:06:12,530 --> 00:06:16,410 +first person singular, I, or first person plural, + +86 +00:06:16,690 --> 00:06:21,690 +we, second person singular, you, or second person + +87 +00:06:21,690 --> 00:06:26,330 +plural, you, all of you, and third person, he or + +88 +00:06:26,330 --> 00:06:31,140 +she or plural or they or them and so on so it is + +89 +00:06:31,140 --> 00:06:35,700 +the point of view of the speaker whether I you or + +90 +00:06:35,700 --> 00:06:40,980 +they and so on okay so what is wrong with this + +91 +00:06:40,980 --> 00:06:45,320 +sentence incorrect I hate to proofread my paper + +92 +00:06:46,220 --> 00:06:49,520 +Because proofreading is such a boring thing for + +93 +00:06:49,520 --> 00:06:54,460 +you to do. Why is it for me, not for you? Because + +94 +00:06:54,460 --> 00:06:58,760 +we are mixing first person with second person. So + +95 +00:06:58,760 --> 00:07:01,860 +this is not consistent, this is not an agreement + +96 +00:07:01,860 --> 00:07:06,280 +in person. So we have to maintain the same sort of + +97 +00:07:06,280 --> 00:07:11,770 +point of view, okay? So, the correct thing is I + +98 +00:07:11,770 --> 00:07:14,170 +hated proofread my paper because proofreading is + +99 +00:07:14,170 --> 00:07:18,010 +such a boring thing for me to do. Alright? What's + +100 +00:07:18,010 --> 00:07:22,150 +wrong here? When a person turns 30, your + +101 +00:07:22,150 --> 00:07:26,010 +perspective on life changes in his, in many ways. + +102 +00:07:27,130 --> 00:07:29,850 +It has to be his or her. Why? Because this is + +103 +00:07:29,850 --> 00:07:32,630 +their personal point of view, not a second + +104 +00:07:32,630 --> 00:07:38,030 +person's. So, it has to be his or her perspective. + +105 +00:07:38,580 --> 00:07:42,680 +of life changes. So again, we have to maintain the + +106 +00:07:42,680 --> 00:07:46,600 +third case of personal agreement. Okay? This is + +107 +00:07:46,600 --> 00:07:49,000 +something that generally you know and you're + +108 +00:07:49,000 --> 00:07:52,640 +familiar with, but I see some problems here. So + +109 +00:07:52,640 --> 00:07:55,220 +it's important to always remember this. You have + +110 +00:07:55,220 --> 00:07:58,120 +to maintain number agreement. All right. + +111 +00:07:58,600 --> 00:08:00,740 +Additionally, there are some definite or + +112 +00:08:00,740 --> 00:08:04,040 +indefinite pronouns that are always singular. + +113 +00:08:04,940 --> 00:08:06,020 +Okay? For instance, + +114 +00:08:10,020 --> 00:08:14,640 +Nothing, someone, somebody, everyone, everybody + +115 +00:08:14,640 --> 00:08:17,300 +and so on. Whenever we see them, they have to take + +116 +00:08:17,300 --> 00:08:21,540 +a singular verb and a singular pronoun. Let's see + +117 +00:08:21,540 --> 00:08:27,660 +some examples. Someone left his or her. Why his or + +118 +00:08:27,660 --> 00:08:33,140 +her? It's not really clear who, if it's she or he. + +119 +00:08:34,670 --> 00:08:40,650 +Anyone knows the + +120 +00:08:40,650 --> 00:08:43,470 +story of the town. And the same thing, nobody + +121 +00:08:43,470 --> 00:08:46,870 +wants his or her. Nobody. It's in different + +122 +00:08:46,870 --> 00:08:50,070 +pronouns. It always takes a singular pronoun or a + +123 +00:08:50,070 --> 00:08:55,600 +singular verb. Each of the participants wants. Why + +124 +00:08:55,600 --> 00:09:00,340 +not singular? Because each is sort of the hit word + +125 +00:09:00,340 --> 00:09:04,620 +here. Okay. Neither of the men looks as if he. + +126 +00:09:05,180 --> 00:09:09,420 +Again, neither alone takes a singular pronoun and + +127 +00:09:09,420 --> 00:09:13,500 +a singular verb. This is clear? Yes. Alright. Then + +128 +00:09:13,500 --> 00:09:17,240 +we also have these indefinite pronouns that are + +129 +00:09:17,240 --> 00:09:23,270 +always plural such as bothfew, many, others, and + +130 +00:09:23,270 --> 00:09:27,630 +several, okay? And from their name, it's meaning + +131 +00:09:27,630 --> 00:09:31,350 +that they are always plural. For instance, the few + +132 +00:09:31,350 --> 00:09:35,630 +who completed, not his or her, they, because it + +133 +00:09:35,630 --> 00:09:38,870 +takes a plural pronoun. The police asked both + +134 +00:09:38,870 --> 00:09:43,310 +witnesses if They. They. Okay, so both plural. And + +135 +00:09:43,310 --> 00:09:47,570 +several students expressed their interest. Again, + +136 +00:09:47,990 --> 00:09:51,590 +there has to be plural because of the word + +137 +00:09:51,590 --> 00:09:54,530 +several. Okay? Now, the last thing here on this + +138 +00:09:54,530 --> 00:09:58,510 +note is that some of these pronouns can be + +139 +00:09:58,510 --> 00:10:03,110 +singular or plural depending on the context. Okay? + +140 +00:10:03,390 --> 00:10:06,130 +So the context tells me if I am going to use a + +141 +00:10:06,130 --> 00:10:10,320 +singular pronounand so on. For example all, any, + +142 +00:10:10,560 --> 00:10:15,260 +more, some, none, were, most. For example all of + +143 +00:10:15,260 --> 00:10:19,940 +the gas is gone whereas all of the children are + +144 +00:10:19,940 --> 00:10:23,020 +gone. Why is it the first case is, the second case + +145 +00:10:23,020 --> 00:10:23,400 +are? + +146 +00:10:26,620 --> 00:10:30,920 +Because the context between yes to are. The word + +147 +00:10:30,920 --> 00:10:35,440 +gas is uncountable, okay? So it is singular, + +148 +00:10:35,660 --> 00:10:39,420 +whereas here it's a word sort of countable noun + +149 +00:10:39,420 --> 00:10:42,060 +and therefore it takes are. And the same thing, + +150 +00:10:42,360 --> 00:10:46,680 +any of the jewelry is, whereas any of my cousins + +151 +00:10:46,680 --> 00:10:50,920 +are. And the same thing, more of the plot is + +152 +00:10:50,920 --> 00:10:54,720 +revealed, whereas more of the plans are. So again, + +153 +00:10:54,860 --> 00:10:58,160 +it depends on the context, okay? And the same + +154 +00:10:58,160 --> 00:11:03,100 +thing, Most of the cake was whereas most of the + +155 +00:11:03,100 --> 00:11:07,100 +cookies were. None of the material was discovered + +156 +00:11:07,100 --> 00:11:10,820 +or was covered and none of the students were. And + +157 +00:11:10,820 --> 00:11:15,080 +finally some of the food was with the teacher and + +158 +00:11:15,080 --> 00:11:18,520 +some of the students were. So these six pronouns + +159 +00:11:18,520 --> 00:11:22,180 +depending on the context that can be singular or + +160 +00:11:22,180 --> 00:11:28,220 +plural. Okay? All right. So far so good. But let's + +161 +00:11:28,220 --> 00:11:32,340 +just consider how we use nouns, pronouns and verbs + +162 +00:11:32,340 --> 00:11:38,200 +with words like either or, none or, not only but + +163 +00:11:38,200 --> 00:11:42,920 +also. Let's just consider these two examples. + +164 +00:11:44,660 --> 00:11:48,480 +Either Mary or either Mary or Mary or the students + +165 +00:11:48,480 --> 00:11:52,820 +will bring their notebooks to the class. Either + +166 +00:11:52,820 --> 00:11:56,820 +the students or Mary will bring her notebooks to + +167 +00:11:56,820 --> 00:12:00,400 +the class. Why did I use their in the first case + +168 +00:12:00,400 --> 00:12:03,300 +and whereas in the second example I used her? + +169 +00:12:06,670 --> 00:12:09,210 +Why is it in the first case I used their whereas + +170 +00:12:09,210 --> 00:12:14,650 +in the second case I used her? Yes, + +171 +00:12:18,150 --> 00:12:22,510 +yes email please. The first sentence is their and + +172 +00:12:22,510 --> 00:12:25,510 +this email is for the students. Okay, very nice. + +173 +00:12:25,690 --> 00:12:28,310 +So, whereas in the second case, very good, + +174 +00:12:28,370 --> 00:12:31,690 +alright. So, the pronoun, the pronoun must agree + +175 +00:12:31,690 --> 00:12:37,470 +with the closer, with the closer noun, okay? So, + +176 +00:12:37,530 --> 00:12:41,550 +what's the after or is a plural noun, therefore it + +177 +00:12:41,550 --> 00:12:45,970 +takes a plural pronoun. And the same thing, after, + +178 +00:12:46,870 --> 00:12:52,640 +after or is a singular noun. noun and therefore it + +179 +00:12:52,640 --> 00:12:58,640 +has to be a singular pronoun. So in other words, + +180 +00:12:58,780 --> 00:13:02,600 +the pronoun must agree with the closer noun to it, + +181 +00:13:02,800 --> 00:13:06,540 +with the closer noun to it, okay? Alright, a + +182 +00:13:06,540 --> 00:13:10,460 +second example, okay? Neither the woman nor the + +183 +00:13:10,460 --> 00:13:14,320 +man will do their exam on Friday Neither the men + +184 +00:13:14,320 --> 00:13:19,040 +nor the women will do her exam on Friday. Why is + +185 +00:13:19,040 --> 00:13:21,720 +it in the first case there whereas in the second + +186 +00:13:21,720 --> 00:13:26,440 +case her? Because we have to look at the closer + +187 +00:13:26,440 --> 00:13:29,440 +noun. The closer noun to it. So after noun we have + +188 +00:13:29,440 --> 00:13:33,060 +a closer noun and therefore it takes there. + +189 +00:13:33,320 --> 00:13:36,440 +Whereas after noun here it's a singular noun and + +190 +00:13:36,440 --> 00:13:39,960 +therefore again it has to take a singular pronoun. + +191 +00:13:40,200 --> 00:13:44,320 +Is this clear? Yes.And the same thing, not only my + +192 +00:13:44,320 --> 00:13:48,400 +parents, but also my brother, fixed, fixed, but + +193 +00:13:48,400 --> 00:13:51,460 +also my brother singular. Whereas in second case, + +194 +00:13:51,580 --> 00:13:55,220 +not only my brother, but also my parents, fixed, + +195 +00:13:55,420 --> 00:13:59,560 +there. So again, it agrees with the closest + +196 +00:13:59,560 --> 00:14:03,080 +pronoun or closest noun to it. + +197 +00:14:08,340 --> 00:14:11,980 +The last point on this, we have something called + +198 +00:14:11,980 --> 00:14:16,160 +collective nouns, okay? And collective nouns are + +199 +00:14:16,160 --> 00:14:20,700 +or can be singular or plural depending on the + +200 +00:14:20,700 --> 00:14:24,100 +context. What are collective nouns? Are nouns or + +201 +00:14:24,100 --> 00:14:27,140 +groups of individuals, okay? It could be people, + +202 +00:14:27,360 --> 00:14:29,500 +could be animals, could be anything. For example, + +203 +00:14:29,940 --> 00:14:34,990 +team or jury.Or class, okay? Or committee, + +204 +00:14:35,410 --> 00:14:38,690 +alright? Or army or family. These are we called + +205 +00:14:38,690 --> 00:14:42,250 +collective nouns. So we can use singular or plural + +206 +00:14:42,250 --> 00:14:46,930 +verbs or pronouns depending on the context, okay? + +207 +00:14:48,100 --> 00:14:51,580 +Alright, so when do I use them? If all the members + +208 +00:14:51,580 --> 00:14:57,220 +of the group are acting as one unit, then I use a + +209 +00:14:57,220 --> 00:15:00,580 +singular pronoun or a singular verb. If they are + +210 +00:15:00,580 --> 00:15:06,180 +acting individually, we use a plural verb or a + +211 +00:15:06,180 --> 00:15:10,960 +plural pronoun. Okay? Let's see. The team + +212 +00:15:10,960 --> 00:15:16,880 +celebrated its victory whereas the second one, the + +213 +00:15:16,880 --> 00:15:20,060 +team changed into their street clothes and went + +214 +00:15:20,060 --> 00:15:23,860 +home happy. Why did I use its here with the team + +215 +00:15:23,860 --> 00:15:26,580 +whereas in the second case I used their. + +216 +00:15:28,930 --> 00:15:35,510 +Yes, please. As a unit, as one single unit, as one + +217 +00:15:35,510 --> 00:15:37,630 +group, as one unit. Where is the second case? + +218 +00:15:38,270 --> 00:15:41,610 +Everyone paralyzed. Everyone on their own, + +219 +00:15:41,790 --> 00:15:44,430 +individually. They were acting individually. They + +220 +00:15:44,430 --> 00:15:48,230 +were acting separately, not as one group. Everyone + +221 +00:15:48,230 --> 00:15:51,190 +of them changed into their clothes and went home + +222 +00:15:51,190 --> 00:15:55,730 +happily. Okay, so if the collective noun is acted + +223 +00:15:55,730 --> 00:15:58,850 +or they are acting as one group we use singular if + +224 +00:15:58,850 --> 00:16:03,850 +they are acting as as a Individually we use plural + +225 +00:16:03,850 --> 00:16:07,890 +Okay, and the same thing Why is it in the case the + +226 +00:16:07,890 --> 00:16:10,310 +first case we use it's whereas in the second case + +227 +00:16:10,310 --> 00:16:18,580 +I used the pronoun the The class is meeting in its + +228 +00:16:18,580 --> 00:16:22,900 +scheduled room today whereas the class must turn + +229 +00:16:22,900 --> 00:16:28,700 +in their assignments tomorrow. Alright, so, yes + +230 +00:16:28,700 --> 00:16:28,980 +please. + +231 +00:16:32,060 --> 00:16:34,420 +The first sentence is very nice, so as a unit, as + +232 +00:16:34,420 --> 00:16:36,920 +one group, they are acting as one group, so they + +233 +00:16:36,920 --> 00:16:40,200 +are meeting in there or in its scheduled room + +234 +00:16:40,200 --> 00:16:44,420 +today, whereas the second case, every one of them + +235 +00:16:44,420 --> 00:16:48,520 +must hand in his or her assignments individually, + +236 +00:16:48,720 --> 00:16:51,740 +independently, okay? Alright, and the same thing + +237 +00:16:51,740 --> 00:16:57,530 +here.Alright. The union can do only as much as its + +238 +00:16:57,530 --> 00:17:01,710 +members. The union and its members as one group. + +239 +00:17:01,970 --> 00:17:04,630 +As one group. And the same thing. This is the army + +240 +00:17:04,630 --> 00:17:10,890 +and it is. Not they are. It is. And it is a fine + +241 +00:17:10,890 --> 00:17:13,890 +organization because the army we treating it here + +242 +00:17:13,890 --> 00:17:19,400 +in this case as one unit. Okay? Alright? And the + +243 +00:17:19,400 --> 00:17:22,620 +last one here, my family are fighting among + +244 +00:17:22,620 --> 00:17:26,220 +themselves. Not my family is fighting among + +245 +00:17:26,220 --> 00:17:30,150 +itself. Why is that? Because each one is like my + +246 +00:17:30,150 --> 00:17:33,070 +brother, my sister, my father, my mother. They are + +247 +00:17:33,070 --> 00:17:36,270 +acting individually and therefore I use the are + +248 +00:17:36,270 --> 00:17:40,470 +fighting not is fighting. Okay? Whereas my family + +249 +00:17:40,470 --> 00:17:44,050 +lives in Gaza. It means all of them as one group + +250 +00:17:44,050 --> 00:17:48,470 +lives in Gaza. So all of them as a single unit. Is + +251 +00:17:48,470 --> 00:17:53,310 +this clear? Yes. All right. Okay. All right. Let's + +252 +00:17:53,310 --> 00:17:58,930 +see. And sharpen our thinking here and choose the + +253 +00:17:58,930 --> 00:18:02,710 +correct answer. Let's have some fun here, okay? + +254 +00:18:03,110 --> 00:18:07,810 +Not only my brothers, but also mom loves to drench + +255 +00:18:07,810 --> 00:18:11,130 +their omelette, her omelette, his or her and her + +256 +00:18:11,130 --> 00:18:15,490 +omelette or its omelette in ketchup. It has to be + +257 +00:18:15,490 --> 00:18:19,810 +hair. Why is that? But also my mom's. I agree it's + +258 +00:18:19,810 --> 00:18:23,210 +very nice. So the rule that you know now that that + +259 +00:18:23,210 --> 00:18:27,350 +pronoun must agree with the closest mom but also + +260 +00:18:27,350 --> 00:18:30,970 +my mom. Okay, let's see the second one. So hair is + +261 +00:18:30,970 --> 00:18:34,010 +the correct answer. Let's see number two. + +262 +00:18:37,490 --> 00:18:42,260 +Each of these white studentsis wondering how to + +263 +00:18:42,260 --> 00:18:47,800 +answer effectively on their her his or her their + +264 +00:18:47,800 --> 00:18:50,280 +top trash into answering just read it carefully + +265 +00:18:51,970 --> 00:18:55,350 +Each of these worried students is wondering how to + +266 +00:18:55,350 --> 00:19:00,610 +answer effectively or has to be his or her. Why is + +267 +00:19:00,610 --> 00:19:04,930 +that? Each. Don't be tricked into students. We're + +268 +00:19:04,930 --> 00:19:07,450 +looking at each. We said these are indefinite + +269 +00:19:07,450 --> 00:19:10,850 +pronouns that are always singular. Each, every, + +270 +00:19:11,210 --> 00:19:14,830 +neither, everybody, somebody, each person and so + +271 +00:19:14,830 --> 00:19:19,570 +on. So it has to be his or her. Okay. See number + +272 +00:19:19,570 --> 00:19:24,600 +three. The girls, and this is a tricky one, the + +273 +00:19:24,600 --> 00:19:29,400 +girls and their professor sweated in the hot + +274 +00:19:29,400 --> 00:19:34,420 +classroom. Each one of them wondered why they, + +275 +00:19:34,720 --> 00:19:38,060 +her, his or her or she had decided to go to summer + +276 +00:19:38,060 --> 00:19:45,300 +school. Just read it carefully. Just read it + +277 +00:19:45,300 --> 00:19:47,420 +carefully. All right, this is going to be fun, + +278 +00:19:47,720 --> 00:19:55,000 +okay? Which is the correct one.She. Why is it she? + +279 +00:19:55,780 --> 00:20:00,520 +It's a subject pronoun. Subject pronoun. She had + +280 +00:20:00,520 --> 00:20:03,600 +decided. I cannot say his or her had decided. It's + +281 +00:20:03,600 --> 00:20:07,280 +a subject pronoun. Okay. Not something else. Okay. + +282 +00:20:07,280 --> 00:20:10,660 +Not a possessive pronoun. Okay. Why she had + +283 +00:20:10,660 --> 00:20:15,100 +decided. Okay. So here is a subject pronoun that + +284 +00:20:15,100 --> 00:20:17,760 +is missing here. Not an object or possessive + +285 +00:20:17,760 --> 00:20:19,300 +pronoun. Okay. Number four. + +286 +00:20:22,100 --> 00:20:26,220 +Robert, this is easy, Robert and Sue concentrated + +287 +00:20:26,220 --> 00:20:30,480 +on the essay topic, discussed different topics. + +288 +00:20:30,940 --> 00:20:34,140 +Now this is they because it is a subject problem. + +289 +00:20:34,520 --> 00:20:37,180 +Clearly it is a subject problem. You can always + +290 +00:20:37,180 --> 00:20:41,180 +work by a process of elimination. You exclude, you + +291 +00:20:41,180 --> 00:20:44,940 +remove the very unlikely choices, the very + +292 +00:20:44,940 --> 00:20:49,200 +unlikely answers here and then you focus on one or + +293 +00:20:49,200 --> 00:20:55,160 +two, okay? Alright, number five. Either of these + +294 +00:20:55,160 --> 00:20:58,720 +thick books by respected authors will have the + +295 +00:20:58,720 --> 00:21:03,340 +answer to your research questions in many pages. + +296 +00:21:04,540 --> 00:21:07,340 +In his many pages, his or her many pages, its many + +297 +00:21:07,340 --> 00:21:13,500 +pages or their many pages. Its? Do you agree? Who + +298 +00:21:13,500 --> 00:21:20,790 +said no? Of course it's X. Why is it X? Either of + +299 +00:21:20,790 --> 00:21:24,270 +the books. Okay? And it has to be in X many pages. + +300 +00:21:24,470 --> 00:21:28,510 +Not there because of this either. Either of the + +301 +00:21:28,510 --> 00:21:31,430 +books in X many pages, not in there many pages. + +302 +00:21:31,710 --> 00:21:34,830 +Okay? So read carefully. Read carefully. It's a + +303 +00:21:34,830 --> 00:21:39,550 +tricky one. Alright. Sam is starving and his + +304 +00:21:39,550 --> 00:21:43,520 +friends have just ordered their meals.Despite + +305 +00:21:43,520 --> 00:21:48,240 +Sam's hunger, neither of them will pay for sharing + +306 +00:21:48,240 --> 00:21:51,820 +the meal. Neither of them will pay for their + +307 +00:21:51,820 --> 00:21:55,680 +share, him share, his share, or its share in the + +308 +00:21:55,680 --> 00:22:02,360 +meal. Remember the rule on neither. All mistakes + +309 +00:22:02,360 --> 00:22:08,160 +singular. So it has to be his. Neither of them + +310 +00:22:08,160 --> 00:22:11,760 +wants his. Why is it not there? Because it doesn't + +311 +00:22:11,760 --> 00:22:15,220 +take a plural. It doesn't take neither itself. It + +312 +00:22:15,220 --> 00:22:17,640 +doesn't take a plural pronoun. So it has to be + +313 +00:22:17,640 --> 00:22:20,520 +his. Both of them are males. Both of them are men. + +314 +00:22:20,920 --> 00:22:25,360 +Not men and women and so on. Okay? So neither of + +315 +00:22:25,360 --> 00:22:29,760 +them will pay for his share in the meal. Okay? + +316 +00:22:30,860 --> 00:22:35,900 +Okay. Carl refuses to return to the weight room. + +317 +00:22:36,930 --> 00:22:42,690 +Because staff always spokesman of his skinny arms + +318 +00:22:42,690 --> 00:22:46,630 +and legs. His staff, their staff, their staff or + +319 +00:22:46,630 --> 00:22:52,590 +its staff. You are wrong. Okay. Why is it not his + +320 +00:22:52,590 --> 00:23:00,330 +staff? Okay. Car refuses to return to the weight + +321 +00:23:00,330 --> 00:23:06,350 +room. X staff refuses to return to the weight + +322 +00:23:06,350 --> 00:23:11,030 +room. X refers to the room. Not his. It doesn't + +323 +00:23:11,030 --> 00:23:14,290 +refer to anybody here in this group. So, X staff. + +324 +00:23:16,150 --> 00:23:20,650 +Spokesman. They make fun, in other words. Number + +325 +00:23:20,650 --> 00:23:25,110 +eight. I'll leave you to read this one and think + +326 +00:23:25,110 --> 00:23:25,590 +about it. + +327 +00:23:36,420 --> 00:23:41,340 +Do you agree? Yes. Yes. All right. All right. The + +328 +00:23:41,340 --> 00:23:44,460 +students should memorize Shakespeare's poem for + +329 +00:23:44,460 --> 00:23:47,620 +Mr. Adam because the extra credits will help them + +330 +00:23:47,620 --> 00:23:52,360 +improve. This is the easiest one actually. All + +331 +00:23:52,360 --> 00:23:56,920 +right. The second last, I hope. All right. A + +332 +00:23:56,920 --> 00:24:01,890 +person. should be allowed to make up his or her + +333 +00:24:01,890 --> 00:24:07,050 +very nice his or her because a person singular and + +334 +00:24:07,050 --> 00:24:10,330 +it can be both men and male and female so it has + +335 +00:24:10,330 --> 00:24:14,510 +to be his or her very nice all right number 10 + +336 +00:24:14,510 --> 00:24:22,450 +okay still 20 more please at the zoo every lion + +337 +00:24:22,450 --> 00:24:28,080 +tiger bear snake and crocodile roared Approval. + +338 +00:24:28,440 --> 00:24:32,080 +Their approval, its approval, his or her approval, + +339 +00:24:32,280 --> 00:24:33,040 +or his approval. + +340 +00:24:36,320 --> 00:24:42,620 +Every lion has to be its lioness. Why is that? + +341 +00:24:43,400 --> 00:24:46,920 +Every singular lion we call him. It's not his, + +342 +00:24:47,300 --> 00:24:52,100 +okay? Unless we saw the give human eyes, + +343 +00:24:52,580 --> 00:24:59,180 +personalize these animals, okay? And finally, + +344 +00:24:59,480 --> 00:25:04,320 +either Sabrina or her friends will ask the + +345 +00:25:04,320 --> 00:25:07,580 +professor for permission to use dictionaries in + +346 +00:25:07,580 --> 00:25:14,520 +the exam. Either Sabrina or her friends will ask + +347 +00:25:14,520 --> 00:25:18,100 +the professor, do you agree that it is there? + +348 +00:25:23,340 --> 00:25:29,120 +So it has to be their dictionaries, not her + +349 +00:25:29,120 --> 00:25:32,580 +dictionaries, either Sabrina or her friends. Okay, + +350 +00:25:33,220 --> 00:25:36,580 +correct? Is this clear? Alright, now let's do some + +351 +00:25:36,580 --> 00:25:39,640 +more exercises and this time we're going to choose + +352 +00:25:39,640 --> 00:25:44,880 +the correct answer and in between the brackets. + +353 +00:25:45,760 --> 00:25:47,980 +Yes, please take some time to read these five + +354 +00:25:47,980 --> 00:25:51,920 +sentences first. and choose the correct answer for + +355 +00:25:51,920 --> 00:25:57,480 +this. So remember all the rules, okay, on + +356 +00:25:57,480 --> 00:26:00,940 +indefinite pronouns, neither, more, either, + +357 +00:26:01,080 --> 00:26:02,260 +already, so and so. + +358 +00:26:10,560 --> 00:26:14,560 +Take some notes of your answers. + +359 +00:26:18,710 --> 00:26:26,450 +Japs? Jachuri. Height Muhalafin. + +360 +00:26:58,400 --> 00:26:59,960 +Oh, that's nice. + +361 +00:27:21,430 --> 00:27:27,370 +Okay. Okay. Okay. + +362 +00:27:51,580 --> 00:27:55,680 +Alright, let's see. Alright. Yes please, over + +363 +00:27:55,680 --> 00:27:56,620 +there. + +364 +00:27:59,800 --> 00:28:03,100 +Is that correct, yeah? Yes, each of the girls is + +365 +00:28:03,100 --> 00:28:06,400 +not studying in the verb yet. Mixed, singular + +366 +00:28:06,400 --> 00:28:10,370 +verb. makes her because each of her okay number + +367 +00:28:10,370 --> 00:28:13,910 +two the jury the jury finally made its decision + +368 +00:28:13,910 --> 00:28:17,630 +its decision why is that it's a very nice they're + +369 +00:28:17,630 --> 00:28:21,550 +acting as one group as one unit okay if 19 of them + +370 +00:28:21,550 --> 00:28:24,590 +said yes and one of them said no then there is no + +371 +00:28:24,590 --> 00:28:27,780 +ruling here so all of them must agree on a + +372 +00:28:27,780 --> 00:28:31,700 +decision so it has to be it's not them finally + +373 +00:28:31,700 --> 00:28:35,040 +made its decision number three yes please it often + +374 +00:28:35,040 --> 00:28:37,200 +seems that television programmers are not + +375 +00:28:37,200 --> 00:28:40,360 +concerned with their viewers is that correct yes + +376 +00:28:40,360 --> 00:28:45,340 +television programmers not programmer programmers + +377 +00:28:45,340 --> 00:28:50,220 +okay their viewers number four both them yes or no + +378 +00:28:50,220 --> 00:28:56,010 +please Very nice. Very nice. Plural. Plural then + +379 +00:28:56,010 --> 00:28:59,730 +plural. Plural then plural. Both of them write to + +380 +00:28:59,730 --> 00:29:02,070 +their mothers twice a week. Okay, number five. + +381 +00:29:02,450 --> 00:29:05,670 +Neither. Neither. Yes please, here. + +382 +00:29:08,610 --> 00:29:09,210 +Congress. + +383 +00:29:13,590 --> 00:29:19,690 +Very nice. Why is it X? Because it's lower than + +384 +00:29:19,690 --> 00:29:23,410 +New York Public Library. As is. Very nice. Okay + +385 +00:29:23,410 --> 00:29:26,550 +let's see the second set of sentences. + +386 +00:29:43,850 --> 00:29:49,490 +I wonder if it's possible to have animals such as + +387 +00:29:49,490 --> 00:29:51,310 +birds, whales, and so on. + +388 +00:30:06,130 --> 00:30:09,190 +Thank you. Thank you. + +389 +00:30:43,310 --> 00:30:47,790 +All right. Let's see either. Yes, Habib, please. + +390 +00:30:51,990 --> 00:30:57,170 +His. Very nice. Very nice. Because of either. + +391 +00:30:57,690 --> 00:31:01,950 +Either of the two boys will offer his. Okay. His + +392 +00:31:01,950 --> 00:31:08,170 +help. Okay. Number seven. Yes, please. Very nice. + +393 +00:31:08,330 --> 00:31:09,690 +Because neither of the boys + +394 +00:31:15,400 --> 00:31:18,420 +All right. Let's see number eight. Number eight. + +395 +00:31:18,740 --> 00:31:21,140 +This place here. Either that one Chris Han or + +396 +00:31:21,140 --> 00:31:24,360 +Santa is number eight. Santa is James. Well, it + +397 +00:31:24,360 --> 00:31:30,580 +has to be his or their? His. His. Why is that? And + +398 +00:31:30,580 --> 00:31:36,580 +we have James, so it has to be his. Okay. All + +399 +00:31:36,580 --> 00:31:39,440 +right. Let's see number. Is that correct? Yes. + +400 +00:31:39,720 --> 00:31:44,000 +Number nine. Number nine. Yes, please. American + +401 +00:31:44,000 --> 00:31:44,720 +citizen must + +402 +00:31:48,110 --> 00:31:53,090 +Yes, because we have the noun or the pronoun must + +403 +00:31:53,090 --> 00:31:56,910 +agree with its noun, with its antecedent. Plural, + +404 +00:31:57,090 --> 00:32:02,770 +plural. Alright. And finally, nine, ten. Okay, + +405 +00:32:02,930 --> 00:32:07,940 +what is his or her? Male or female. Every person + +406 +00:32:07,940 --> 00:32:12,140 +and this will be a mixed group of individuals, + +407 +00:32:12,480 --> 00:32:16,740 +okay? His or her own savings account. Is this + +408 +00:32:16,740 --> 00:32:20,200 +clear? Alright, let's conclude with, ah, there's + +409 +00:32:20,200 --> 00:32:22,480 +got more, some more. We've got some more, sorry. + +410 +00:32:23,140 --> 00:32:25,220 +Sorry. Ah, still some. + +411 +00:32:27,440 --> 00:32:29,400 +Alright, let's conclude this finished one, these + +412 +00:32:29,400 --> 00:32:33,240 +ones. Yes. All right. We'll just take one more + +413 +00:32:33,240 --> 00:32:35,700 +minute to read these very quickly. + +414 +00:32:59,300 --> 00:33:05,080 +I'm from Paris. Paris. Paris. Paris. Paris. Paris. + +415 +00:33:06,860 --> 00:33:09,620 +Paris. Paris. + +416 +00:33:14,680 --> 00:33:16,060 +Paris. + +417 +00:33:22,360 --> 00:33:23,900 +Paris. Paris. + +418 +00:33:48,260 --> 00:33:51,880 +Alright, let's see. Neither, yes please. Neither + +419 +00:33:51,880 --> 00:33:55,500 +of the best players in our dimension want to lose + +420 +00:33:55,500 --> 00:33:57,200 +his side of the island. + +421 +00:33:59,940 --> 00:34:04,740 +It has to be there. What is that? More the + +422 +00:34:04,740 --> 00:34:10,240 +managers. Has to be there. More the managers. + +423 +00:34:10,760 --> 00:34:17,120 +Okay, guess me the next one. Is that correct? Yes. + +424 +00:34:17,280 --> 00:34:21,460 +Each student should turn in his or her number 13. + +425 +00:34:21,620 --> 00:34:27,450 +Does anyone? Guess me that please.Okay, does + +426 +00:34:27,450 --> 00:34:31,690 +anyone have this? Okay, because anyone, + +427 +00:34:32,070 --> 00:34:34,630 +indefinite, always singular. And that's why I said + +428 +00:34:34,630 --> 00:34:39,570 +not to say thus, singular verb. Fourteen. + +429 +00:34:40,090 --> 00:34:43,690 +Fourteen. Alright? Fourteen. Yes, please. Each of + +430 +00:34:43,690 --> 00:34:45,690 +the freshman women called her mothers. + +431 +00:34:48,230 --> 00:34:52,790 +Not the her, is that her, correct? Yes. Because of + +432 +00:34:52,790 --> 00:34:58,190 +age, each of the women called her mother, okay? + +433 +00:34:58,970 --> 00:35:01,510 +Okay, the last ones, I promise, I promise, okay? + +434 +00:35:01,790 --> 00:35:07,410 +The last ones, right? Fine. The last ones, the + +435 +00:35:07,410 --> 00:35:07,930 +last row. + +436 +00:35:17,610 --> 00:35:19,090 +Okay. Yeah. Yeah. + +437 +00:35:29,570 --> 00:35:32,750 +Yeah, it depends on what you want to do. For + +438 +00:35:32,750 --> 00:35:35,070 +example, if you want to go to the movies, you have + +439 +00:35:35,070 --> 00:35:38,570 +to go to the movies. If you want to go to the + +440 +00:35:38,570 --> 00:35:39,550 +movies, you have to go to the movies. If you want + +441 +00:35:39,550 --> 00:35:41,470 +to go to the movies, you have to go to the movies. + +442 +00:35:41,510 --> 00:35:43,790 +If you want to go to the movies, you have to go to + +443 +00:35:43,790 --> 00:35:45,230 +the movies. If you want to go to the movies, you + +444 +00:35:45,230 --> 00:35:46,130 +have to go to the movies. + +445 +00:36:00,130 --> 00:36:04,050 +I'm going to ask a very important question. I'm + +446 +00:36:04,050 --> 00:36:05,010 +going to ask a very important question. I'm going + +447 +00:36:05,010 --> 00:36:05,130 +to ask a very important question. I'm going to ask + +448 +00:36:05,130 --> 00:36:07,550 +a very important question. I'm going to ask a very + +449 +00:36:07,550 --> 00:36:08,530 +important question. I'm going to ask a very + +450 +00:36:08,530 --> 00:36:09,990 +important question. I'm going to ask a very + +451 +00:36:09,990 --> 00:36:11,230 +important question. I'm going to ask a very + +452 +00:36:11,230 --> 00:36:11,450 +important question. I'm going to ask a very + +453 +00:36:11,450 --> 00:36:13,810 +important question. I'm going to ask a very + +454 +00:36:13,810 --> 00:36:14,710 +important question. I'm going to ask a very + +455 +00:36:14,710 --> 00:36:14,710 +important question. I'm going to ask a very + +456 +00:36:14,710 --> 00:36:14,710 +important question. I'm going to ask a very + +457 +00:36:14,710 --> 00:36:14,710 +important question. I'm going to ask a very + +458 +00:36:14,710 --> 00:36:14,710 +important question. I'm going to ask a very + +459 +00:36:14,710 --> 00:36:15,210 +important question. I'm going to ask a very + +460 +00:36:15,210 --> 00:36:15,650 +important question. I'm going to ask a very + +461 +00:36:15,650 --> 00:36:17,530 +important question. I'm going to ask a very + +462 +00:36:17,530 --> 00:36:19,590 +important question. I'm going to ask a very + +463 +00:36:19,590 --> 00:36:21,110 +important question. I'm going to ask a very + +464 +00:36:21,110 --> 00:36:24,690 +important question. I'm going to ask a very + +465 +00:36:24,690 --> 00:36:29,670 +important question. I'm going to ask a + +466 +00:36:29,670 --> 00:36:31,530 +very important question. I'm going to All right, + +467 +00:36:31,570 --> 00:36:34,350 +let's see number 15. Yes, please. The president + +468 +00:36:34,350 --> 00:36:40,090 +and Mr. and Mrs. Clinton. Okay, it has to be the, + +469 +00:36:40,330 --> 00:36:44,530 +okay, 16. Yes, please. One of the girls agreed to + +470 +00:36:44,530 --> 00:36:47,590 +drive the helicopter. All right, because one, one + +471 +00:36:47,590 --> 00:36:50,890 +of the girls agreed to drive her number 17. + +472 +00:36:53,700 --> 00:36:59,920 +Okay it has to be he is singular and finally yes + +473 +00:36:59,920 --> 00:37:06,460 +basically. With they? Yes because they are acting + +474 +00:37:06,460 --> 00:37:11,240 +sort of individually not as a singular unit okay? + +475 +00:37:11,580 --> 00:37:15,120 +Alright? Alright. I think we'll leave this last + +476 +00:37:15,120 --> 00:37:20,140 +exercise because of time to as homework. So, thank + +477 +00:37:20,140 --> 00:37:22,420 +you very much. I hope you just make sure that + +478 +00:37:22,420 --> 00:37:25,380 +whenever you write that you always maintain + +479 +00:37:25,380 --> 00:37:28,760 +subject-verb agreement and pay attention to these + +480 +00:37:28,760 --> 00:37:31,340 +issues that we talked about today. In the + +481 +00:37:31,340 --> 00:37:33,200 +meantime, take very good care and I'll see you + +482 +00:37:33,200 --> 00:37:34,120 +next time, Inshallah. + diff --git a/PL9fwy3NUQKwbknFHzECJkgNOSFOth6GiS/GvdQkBzYmCs_raw.json b/PL9fwy3NUQKwbknFHzECJkgNOSFOth6GiS/GvdQkBzYmCs_raw.json new file mode 100644 index 0000000000000000000000000000000000000000..86e0adceb9bf69eee143fd360d9f211eb78edf56 --- /dev/null +++ b/PL9fwy3NUQKwbknFHzECJkgNOSFOth6GiS/GvdQkBzYmCs_raw.json @@ -0,0 +1 @@ +{"segments": [{"id": 1, "seek": 4658, "start": 20.74, "end": 46.58, "text": " Assalamualaikum. Good morning everybody. How are you today? Very good. All right. Today we'll continue talking about narrative writing, narrative paragraph writing. And today we'll focus particularly on the tenses in narration. As you know that narrative writing or narratives generally about storytelling. So we are narrating things that happened", "tokens": [6281, 23819, 901, 64, 35518, 13, 2205, 2446, 2201, 13, 1012, 366, 291, 965, 30, 4372, 665, 13, 1057, 558, 13, 2692, 321, 603, 2354, 1417, 466, 9977, 3579, 11, 9977, 18865, 3579, 13, 400, 965, 321, 603, 1879, 4098, 322, 264, 10688, 279, 294, 43299, 13, 1018, 291, 458, 300, 9977, 3579, 420, 28016, 5101, 466, 21479, 13, 407, 321, 366, 6397, 990, 721, 300, 2011], "avg_logprob": -0.28239888347247066, "compression_ratio": 1.6415094339622642, "no_speech_prob": 2.1457672119140625e-06, "words": [{"start": 20.740000000000002, "end": 21.54, "word": " Assalamualaikum.", "probability": 0.6010986328125}, {"start": 22.24, "end": 22.4, "word": " Good", "probability": 0.84521484375}, {"start": 22.4, "end": 22.66, "word": " morning", "probability": 0.87548828125}, {"start": 22.66, "end": 23.04, "word": " everybody.", "probability": 0.64208984375}, {"start": 23.2, "end": 23.28, "word": " How", "probability": 0.9599609375}, {"start": 23.28, "end": 23.42, "word": " are", "probability": 0.94580078125}, {"start": 23.42, "end": 23.52, "word": " you", "probability": 0.96826171875}, {"start": 23.52, "end": 23.86, "word": " today?", "probability": 0.814453125}, {"start": 24.1, "end": 24.88, "word": " Very", "probability": 0.5302734375}, {"start": 24.88, "end": 25.14, "word": " good.", "probability": 0.91162109375}, {"start": 25.28, "end": 25.44, "word": " All", "probability": 0.376953125}, {"start": 25.44, "end": 25.58, "word": " right.", "probability": 0.90673828125}, {"start": 25.66, "end": 25.84, "word": " Today", "probability": 0.875}, {"start": 25.84, "end": 26.14, "word": " we'll", "probability": 0.579345703125}, {"start": 26.14, "end": 26.58, "word": " continue", "probability": 0.9072265625}, {"start": 26.58, "end": 27.16, "word": " talking", "probability": 0.81494140625}, {"start": 27.16, "end": 27.66, "word": " about", "probability": 0.890625}, {"start": 27.66, "end": 28.18, "word": " narrative", "probability": 0.85107421875}, {"start": 28.18, "end": 28.72, "word": " writing,", "probability": 0.91943359375}, {"start": 29.24, "end": 29.5, "word": " narrative", "probability": 0.86328125}, {"start": 29.5, "end": 30.02, "word": " paragraph", "probability": 0.9404296875}, {"start": 30.02, "end": 31.02, "word": " writing.", "probability": 0.9248046875}, {"start": 31.22, "end": 31.26, "word": " And", "probability": 0.91455078125}, {"start": 31.26, "end": 31.48, "word": " today", "probability": 0.81201171875}, {"start": 31.48, "end": 32.22, "word": " we'll", "probability": 0.87060546875}, {"start": 32.22, "end": 33.08, "word": " focus", "probability": 0.947265625}, {"start": 33.08, "end": 34.42, "word": " particularly", "probability": 0.84033203125}, {"start": 34.42, "end": 35.02, "word": " on", "probability": 0.94970703125}, {"start": 35.02, "end": 35.7, "word": " the", "probability": 0.491455078125}, {"start": 35.7, "end": 36.54, "word": " tenses", "probability": 0.54425048828125}, {"start": 36.54, "end": 37.0, "word": " in", "probability": 0.873046875}, {"start": 37.0, "end": 38.12, "word": " narration.", "probability": 0.9189453125}, {"start": 38.56, "end": 38.82, "word": " As", "probability": 0.96630859375}, {"start": 38.82, "end": 39.0, "word": " you", "probability": 0.96337890625}, {"start": 39.0, "end": 39.36, "word": " know", "probability": 0.8720703125}, {"start": 39.36, "end": 39.86, "word": " that", "probability": 0.76025390625}, {"start": 39.86, "end": 40.9, "word": " narrative", "probability": 0.76416015625}, {"start": 40.9, "end": 41.36, "word": " writing", "probability": 0.92138671875}, {"start": 41.36, "end": 41.54, "word": " or", "probability": 0.47021484375}, {"start": 41.54, "end": 41.94, "word": " narratives", "probability": 0.69140625}, {"start": 41.94, "end": 42.34, "word": " generally", "probability": 0.65966796875}, {"start": 42.34, "end": 42.9, "word": " about", "probability": 0.8251953125}, {"start": 42.9, "end": 44.0, "word": " storytelling.", "probability": 0.7861328125}, {"start": 44.44, "end": 44.5, "word": " So", "probability": 0.94482421875}, {"start": 44.5, "end": 44.74, "word": " we", "probability": 0.8642578125}, {"start": 44.74, "end": 44.96, "word": " are", "probability": 0.94775390625}, {"start": 44.96, "end": 45.4, "word": " narrating", "probability": 0.964599609375}, {"start": 45.4, "end": 45.78, "word": " things", "probability": 0.837890625}, {"start": 45.78, "end": 46.0, "word": " that", "probability": 0.935546875}, {"start": 46.0, "end": 46.58, "word": " happened", "probability": 0.8251953125}], "temperature": 1.0}, {"id": 2, "seek": 7630, "start": 47.04, "end": 76.3, "text": " in the past, okay? And therefore, it is important that we pay attention to our verb tense use, okay? What are the source of verb tenses and how they interact together, these verb tenses, in order to describe or narrate events in the past. It's a familiar topic to you, but it's always important to highlight these important issues in your writing, okay? All right, today we're looking at four types of tenses.", "tokens": [294, 264, 1791, 11, 1392, 30, 400, 4412, 11, 309, 307, 1021, 300, 321, 1689, 3202, 281, 527, 9595, 18760, 764, 11, 1392, 30, 708, 366, 264, 4009, 295, 9595, 18760, 82, 293, 577, 436, 4648, 1214, 11, 613, 9595, 18760, 82, 11, 294, 1668, 281, 6786, 420, 6397, 473, 3931, 294, 264, 1791, 13, 467, 311, 257, 4963, 4829, 281, 291, 11, 457, 309, 311, 1009, 1021, 281, 5078, 613, 1021, 2663, 294, 428, 3579, 11, 1392, 30, 1057, 558, 11, 965, 321, 434, 1237, 412, 1451, 3467, 295, 256, 9085, 13], "avg_logprob": -0.20345744443066577, "compression_ratio": 1.7521367521367521, "no_speech_prob": 8.344650268554688e-07, "words": [{"start": 47.04, "end": 47.46, "word": " in", "probability": 0.408935546875}, {"start": 47.46, "end": 47.6, "word": " the", "probability": 0.9189453125}, {"start": 47.6, "end": 47.98, "word": " past,", "probability": 0.90087890625}, {"start": 48.06, "end": 48.3, "word": " okay?", "probability": 0.80615234375}, {"start": 48.4, "end": 48.56, "word": " And", "probability": 0.9052734375}, {"start": 48.56, "end": 49.14, "word": " therefore,", "probability": 0.771484375}, {"start": 49.4, "end": 49.56, "word": " it", "probability": 0.95166015625}, {"start": 49.56, "end": 49.72, "word": " is", "probability": 0.927734375}, {"start": 49.72, "end": 50.16, "word": " important", "probability": 0.88037109375}, {"start": 50.16, "end": 50.56, "word": " that", "probability": 0.93212890625}, {"start": 50.56, "end": 50.74, "word": " we", "probability": 0.95751953125}, {"start": 50.74, "end": 51.12, "word": " pay", "probability": 0.9521484375}, {"start": 51.12, "end": 51.64, "word": " attention", "probability": 0.92626953125}, {"start": 51.64, "end": 52.14, "word": " to", "probability": 0.96533203125}, {"start": 52.14, "end": 53.06, "word": " our", "probability": 0.515625}, {"start": 53.06, "end": 53.64, "word": " verb", "probability": 0.60986328125}, {"start": 53.64, "end": 53.92, "word": " tense", "probability": 0.87939453125}, {"start": 53.92, "end": 54.32, "word": " use,", "probability": 0.84765625}, {"start": 54.4, "end": 54.66, "word": " okay?", "probability": 0.88134765625}, {"start": 54.72, "end": 54.92, "word": " What", "probability": 0.89013671875}, {"start": 54.92, "end": 55.28, "word": " are", "probability": 0.94287109375}, {"start": 55.28, "end": 55.48, "word": " the", "probability": 0.9169921875}, {"start": 55.48, "end": 55.84, "word": " source", "probability": 0.5595703125}, {"start": 55.84, "end": 56.26, "word": " of", "probability": 0.94970703125}, {"start": 56.26, "end": 57.1, "word": " verb", "probability": 0.5654296875}, {"start": 57.1, "end": 57.66, "word": " tenses", "probability": 0.6641845703125}, {"start": 57.66, "end": 57.86, "word": " and", "probability": 0.58984375}, {"start": 57.86, "end": 58.12, "word": " how", "probability": 0.9404296875}, {"start": 58.12, "end": 58.3, "word": " they", "probability": 0.69873046875}, {"start": 58.3, "end": 58.98, "word": " interact", "probability": 0.9365234375}, {"start": 58.98, "end": 59.4, "word": " together,", "probability": 0.85693359375}, {"start": 59.56, "end": 59.78, "word": " these", "probability": 0.857421875}, {"start": 59.78, "end": 60.14, "word": " verb", "probability": 0.7861328125}, {"start": 60.14, "end": 60.6, "word": " tenses,", "probability": 0.70166015625}, {"start": 60.64, "end": 60.74, "word": " in", "probability": 0.93017578125}, {"start": 60.74, "end": 61.04, "word": " order", "probability": 0.91796875}, {"start": 61.04, "end": 61.84, "word": " to", "probability": 0.970703125}, {"start": 61.84, "end": 63.0, "word": " describe", "probability": 0.86474609375}, {"start": 63.0, "end": 63.32, "word": " or", "probability": 0.94482421875}, {"start": 63.32, "end": 63.96, "word": " narrate", "probability": 0.963134765625}, {"start": 63.96, "end": 64.54, "word": " events", "probability": 0.90234375}, {"start": 64.54, "end": 65.04, "word": " in", "probability": 0.93701171875}, {"start": 65.04, "end": 65.74, "word": " the", "probability": 0.91796875}, {"start": 65.74, "end": 65.96, "word": " past.", "probability": 0.88525390625}, {"start": 66.02, "end": 66.2, "word": " It's", "probability": 0.9775390625}, {"start": 66.2, "end": 66.32, "word": " a", "probability": 0.99267578125}, {"start": 66.32, "end": 66.68, "word": " familiar", "probability": 0.869140625}, {"start": 66.68, "end": 67.0, "word": " topic", "probability": 0.94970703125}, {"start": 67.0, "end": 67.22, "word": " to", "probability": 0.962890625}, {"start": 67.22, "end": 67.38, "word": " you,", "probability": 0.9638671875}, {"start": 67.4, "end": 67.52, "word": " but", "probability": 0.91357421875}, {"start": 67.52, "end": 67.7, "word": " it's", "probability": 0.96875}, {"start": 67.7, "end": 67.94, "word": " always", "probability": 0.89501953125}, {"start": 67.94, "end": 68.48, "word": " important", "probability": 0.88037109375}, {"start": 68.48, "end": 68.74, "word": " to", "probability": 0.970703125}, {"start": 68.74, "end": 69.1, "word": " highlight", "probability": 0.93505859375}, {"start": 69.1, "end": 69.52, "word": " these", "probability": 0.8388671875}, {"start": 69.52, "end": 70.14, "word": " important", "probability": 0.88818359375}, {"start": 70.14, "end": 70.6, "word": " issues", "probability": 0.9326171875}, {"start": 70.6, "end": 70.88, "word": " in", "probability": 0.9384765625}, {"start": 70.88, "end": 71.22, "word": " your", "probability": 0.8876953125}, {"start": 71.22, "end": 72.68, "word": " writing,", "probability": 0.8642578125}, {"start": 72.92, "end": 73.16, "word": " okay?", "probability": 0.90966796875}, {"start": 73.54, "end": 73.74, "word": " All", "probability": 0.64013671875}, {"start": 73.74, "end": 73.82, "word": " right,", "probability": 0.91357421875}, {"start": 74.0, "end": 74.26, "word": " today", "probability": 0.80859375}, {"start": 74.26, "end": 74.54, "word": " we're", "probability": 0.821044921875}, {"start": 74.54, "end": 74.82, "word": " looking", "probability": 0.912109375}, {"start": 74.82, "end": 75.04, "word": " at", "probability": 0.96435546875}, {"start": 75.04, "end": 75.34, "word": " four", "probability": 0.93896484375}, {"start": 75.34, "end": 75.68, "word": " types", "probability": 0.83056640625}, {"start": 75.68, "end": 75.94, "word": " of", "probability": 0.97119140625}, {"start": 75.94, "end": 76.3, "word": " tenses.", "probability": 0.6805419921875}], "temperature": 1.0}, {"id": 3, "seek": 9209, "start": 76.63, "end": 92.09, "text": " And the first one is the simple past tense. When do I use the simple past tense? It is about describing an action.", "tokens": [400, 264, 700, 472, 307, 264, 2199, 1791, 18760, 13, 1133, 360, 286, 764, 264, 2199, 1791, 18760, 30, 467, 307, 466, 16141, 364, 3069, 13], "avg_logprob": -0.3194444576899211, "compression_ratio": 1.3068181818181819, "no_speech_prob": 5.960464477539063e-08, "words": [{"start": 76.63, "end": 77.19, "word": " And", "probability": 0.2509765625}, {"start": 77.19, "end": 77.33, "word": " the", "probability": 0.87890625}, {"start": 77.33, "end": 77.61, "word": " first", "probability": 0.884765625}, {"start": 77.61, "end": 77.81, "word": " one", "probability": 0.8974609375}, {"start": 77.81, "end": 78.15, "word": " is", "probability": 0.93408203125}, {"start": 78.15, "end": 78.47, "word": " the", "probability": 0.73828125}, {"start": 78.47, "end": 79.21, "word": " simple", "probability": 0.62109375}, {"start": 79.21, "end": 79.83, "word": " past", "probability": 0.92138671875}, {"start": 79.83, "end": 80.35, "word": " tense.", "probability": 0.88916015625}, {"start": 80.45, "end": 80.63, "word": " When", "probability": 0.69970703125}, {"start": 80.63, "end": 80.73, "word": " do", "probability": 0.9501953125}, {"start": 80.73, "end": 80.89, "word": " I", "probability": 0.98681640625}, {"start": 80.89, "end": 81.11, "word": " use", "probability": 0.8994140625}, {"start": 81.11, "end": 81.27, "word": " the", "probability": 0.833984375}, {"start": 81.27, "end": 81.55, "word": " simple", "probability": 0.93115234375}, {"start": 81.55, "end": 81.93, "word": " past", "probability": 0.85498046875}, {"start": 81.93, "end": 82.37, "word": " tense?", "probability": 0.9072265625}, {"start": 86.07, "end": 86.17, "word": " It", "probability": 0.180419921875}, {"start": 86.17, "end": 90.43, "word": " is", "probability": 0.42138671875}, {"start": 90.43, "end": 90.61, "word": " about", "probability": 0.5869140625}, {"start": 90.61, "end": 91.45, "word": " describing", "probability": 0.92578125}, {"start": 91.45, "end": 91.69, "word": " an", "probability": 0.783203125}, {"start": 91.69, "end": 92.09, "word": " action.", "probability": 0.94140625}], "temperature": 1.0}, {"id": 4, "seek": 11632, "start": 93.36, "end": 116.32, "text": " happened and finished and completed in the past. So it's basically it is used to express a completed action at a definite point. It could be yesterday, it could be last week, it could be three hours ago, it could be last year and so on. So it's a definite time in the past and it is also used to describe a sequence of events. Let's see. So if we imagine that", "tokens": [2011, 293, 4335, 293, 7365, 294, 264, 1791, 13, 407, 309, 311, 1936, 309, 307, 1143, 281, 5109, 257, 7365, 3069, 412, 257, 25131, 935, 13, 467, 727, 312, 5186, 11, 309, 727, 312, 1036, 1243, 11, 309, 727, 312, 1045, 2496, 2057, 11, 309, 727, 312, 1036, 1064, 293, 370, 322, 13, 407, 309, 311, 257, 25131, 565, 294, 264, 1791, 293, 309, 307, 611, 1143, 281, 6786, 257, 8310, 295, 3931, 13, 961, 311, 536, 13, 407, 498, 321, 3811, 300], "avg_logprob": -0.16424851740399996, "compression_ratio": 1.8, "no_speech_prob": 4.5299530029296875e-06, "words": [{"start": 93.35999999999999, "end": 93.83999999999999, "word": " happened", "probability": 0.44287109375}, {"start": 93.83999999999999, "end": 94.32, "word": " and", "probability": 0.7626953125}, {"start": 94.32, "end": 94.98, "word": " finished", "probability": 0.493408203125}, {"start": 94.98, "end": 95.26, "word": " and", "probability": 0.8759765625}, {"start": 95.26, "end": 95.86, "word": " completed", "probability": 0.8056640625}, {"start": 95.86, "end": 96.44, "word": " in", "probability": 0.93212890625}, {"start": 96.44, "end": 96.68, "word": " the", "probability": 0.9228515625}, {"start": 96.68, "end": 96.92, "word": " past.", "probability": 0.90087890625}, {"start": 97.16, "end": 97.16, "word": " So", "probability": 0.87646484375}, {"start": 97.16, "end": 97.3, "word": " it's", "probability": 0.800537109375}, {"start": 97.3, "end": 97.84, "word": " basically", "probability": 0.96240234375}, {"start": 97.84, "end": 98.36, "word": " it", "probability": 0.6669921875}, {"start": 98.36, "end": 98.52, "word": " is", "probability": 0.88037109375}, {"start": 98.52, "end": 98.76, "word": " used", "probability": 0.923828125}, {"start": 98.76, "end": 98.96, "word": " to", "probability": 0.96044921875}, {"start": 98.96, "end": 99.26, "word": " express", "probability": 0.87353515625}, {"start": 99.26, "end": 99.44, "word": " a", "probability": 0.9560546875}, {"start": 99.44, "end": 100.06, "word": " completed", "probability": 0.81396484375}, {"start": 100.06, "end": 100.62, "word": " action", "probability": 0.93310546875}, {"start": 100.62, "end": 101.36, "word": " at", "probability": 0.91845703125}, {"start": 101.36, "end": 101.6, "word": " a", "probability": 0.99560546875}, {"start": 101.6, "end": 102.0, "word": " definite", "probability": 0.94091796875}, {"start": 102.0, "end": 102.66, "word": " point.", "probability": 0.96923828125}, {"start": 103.02, "end": 103.32, "word": " It", "probability": 0.74365234375}, {"start": 103.32, "end": 103.46, "word": " could", "probability": 0.8720703125}, {"start": 103.46, "end": 103.66, "word": " be", "probability": 0.93994140625}, {"start": 103.66, "end": 104.04, "word": " yesterday,", "probability": 0.81201171875}, {"start": 104.36, "end": 104.56, "word": " it", "probability": 0.51904296875}, {"start": 104.56, "end": 104.64, "word": " could", "probability": 0.89599609375}, {"start": 104.64, "end": 104.78, "word": " be", "probability": 0.94921875}, {"start": 104.78, "end": 105.06, "word": " last", "probability": 0.87451171875}, {"start": 105.06, "end": 105.34, "word": " week,", "probability": 0.921875}, {"start": 105.5, "end": 105.5, "word": " it", "probability": 0.76123046875}, {"start": 105.5, "end": 105.62, "word": " could", "probability": 0.8798828125}, {"start": 105.62, "end": 105.76, "word": " be", "probability": 0.94921875}, {"start": 105.76, "end": 106.0, "word": " three", "probability": 0.85498046875}, {"start": 106.0, "end": 106.4, "word": " hours", "probability": 0.92041015625}, {"start": 106.4, "end": 106.8, "word": " ago,", "probability": 0.884765625}, {"start": 107.08, "end": 107.36, "word": " it", "probability": 0.94091796875}, {"start": 107.36, "end": 107.52, "word": " could", "probability": 0.88525390625}, {"start": 107.52, "end": 107.7, "word": " be", "probability": 0.94873046875}, {"start": 107.7, "end": 108.02, "word": " last", "probability": 0.8701171875}, {"start": 108.02, "end": 108.24, "word": " year", "probability": 0.93603515625}, {"start": 108.24, "end": 108.44, "word": " and", "probability": 0.7333984375}, {"start": 108.44, "end": 108.68, "word": " so", "probability": 0.955078125}, {"start": 108.68, "end": 108.84, "word": " on.", "probability": 0.943359375}, {"start": 108.88, "end": 108.98, "word": " So", "probability": 0.9326171875}, {"start": 108.98, "end": 109.18, "word": " it's", "probability": 0.950439453125}, {"start": 109.18, "end": 109.3, "word": " a", "probability": 0.916015625}, {"start": 109.3, "end": 109.62, "word": " definite", "probability": 0.94970703125}, {"start": 109.62, "end": 110.1, "word": " time", "probability": 0.89599609375}, {"start": 110.1, "end": 110.32, "word": " in", "probability": 0.94384765625}, {"start": 110.32, "end": 110.44, "word": " the", "probability": 0.91357421875}, {"start": 110.44, "end": 110.86, "word": " past", "probability": 0.89013671875}, {"start": 110.86, "end": 111.78, "word": " and", "probability": 0.6630859375}, {"start": 111.78, "end": 111.9, "word": " it", "probability": 0.9384765625}, {"start": 111.9, "end": 112.04, "word": " is", "probability": 0.87109375}, {"start": 112.04, "end": 112.34, "word": " also", "probability": 0.87744140625}, {"start": 112.34, "end": 112.56, "word": " used", "probability": 0.9130859375}, {"start": 112.56, "end": 112.7, "word": " to", "probability": 0.95703125}, {"start": 112.7, "end": 113.16, "word": " describe", "probability": 0.86181640625}, {"start": 113.16, "end": 113.36, "word": " a", "probability": 0.99072265625}, {"start": 113.36, "end": 113.74, "word": " sequence", "probability": 0.97119140625}, {"start": 113.74, "end": 113.94, "word": " of", "probability": 0.95068359375}, {"start": 113.94, "end": 114.1, "word": " events.", "probability": 0.95947265625}, {"start": 114.32, "end": 114.38, "word": " Let's", "probability": 0.9267578125}, {"start": 114.38, "end": 114.48, "word": " see.", "probability": 0.9208984375}, {"start": 114.8, "end": 114.94, "word": " So", "probability": 0.9384765625}, {"start": 114.94, "end": 115.14, "word": " if", "probability": 0.8818359375}, {"start": 115.14, "end": 115.26, "word": " we", "probability": 0.9609375}, {"start": 115.26, "end": 115.7, "word": " imagine", "probability": 0.896484375}, {"start": 115.7, "end": 116.32, "word": " that", "probability": 0.9375}], "temperature": 1.0}, {"id": 5, "seek": 13465, "start": 116.81, "end": 134.65, "text": " The moment of talking is now, okay, this moment of talking, and then we have of course on a limit, so a line, the future, all the events, number one, two, three, and four are all past actions, okay, and therefore they are used", "tokens": [440, 1623, 295, 1417, 307, 586, 11, 1392, 11, 341, 1623, 295, 1417, 11, 293, 550, 321, 362, 295, 1164, 322, 257, 4948, 11, 370, 257, 1622, 11, 264, 2027, 11, 439, 264, 3931, 11, 1230, 472, 11, 732, 11, 1045, 11, 293, 1451, 366, 439, 1791, 5909, 11, 1392, 11, 293, 4412, 436, 366, 1143], "avg_logprob": -0.26603617584496214, "compression_ratio": 1.5985915492957747, "no_speech_prob": 1.7881393432617188e-07, "words": [{"start": 116.81, "end": 117.05, "word": " The", "probability": 0.65087890625}, {"start": 117.05, "end": 117.39, "word": " moment", "probability": 0.95751953125}, {"start": 117.39, "end": 117.61, "word": " of", "probability": 0.9736328125}, {"start": 117.61, "end": 117.95, "word": " talking", "probability": 0.86279296875}, {"start": 117.95, "end": 118.21, "word": " is", "probability": 0.94091796875}, {"start": 118.21, "end": 118.69, "word": " now,", "probability": 0.9033203125}, {"start": 119.19, "end": 119.31, "word": " okay,", "probability": 0.49365234375}, {"start": 119.55, "end": 119.83, "word": " this", "probability": 0.90625}, {"start": 119.83, "end": 120.21, "word": " moment", "probability": 0.93896484375}, {"start": 120.21, "end": 120.43, "word": " of", "probability": 0.96630859375}, {"start": 120.43, "end": 120.79, "word": " talking,", "probability": 0.86572265625}, {"start": 121.29, "end": 121.41, "word": " and", "probability": 0.9296875}, {"start": 121.41, "end": 121.57, "word": " then", "probability": 0.7939453125}, {"start": 121.57, "end": 121.77, "word": " we", "probability": 0.93359375}, {"start": 121.77, "end": 122.09, "word": " have", "probability": 0.9404296875}, {"start": 122.09, "end": 122.25, "word": " of", "probability": 0.260986328125}, {"start": 122.25, "end": 122.41, "word": " course", "probability": 0.951171875}, {"start": 122.41, "end": 122.59, "word": " on", "probability": 0.40576171875}, {"start": 122.59, "end": 122.69, "word": " a", "probability": 0.6689453125}, {"start": 122.69, "end": 123.05, "word": " limit,", "probability": 0.90478515625}, {"start": 123.69, "end": 123.69, "word": " so", "probability": 0.685546875}, {"start": 123.69, "end": 124.51, "word": " a", "probability": 0.5947265625}, {"start": 124.51, "end": 125.21, "word": " line,", "probability": 0.92236328125}, {"start": 125.73, "end": 125.91, "word": " the", "probability": 0.90673828125}, {"start": 125.91, "end": 126.35, "word": " future,", "probability": 0.978515625}, {"start": 126.65, "end": 126.97, "word": " all", "probability": 0.94482421875}, {"start": 126.97, "end": 127.19, "word": " the", "probability": 0.89599609375}, {"start": 127.19, "end": 127.63, "word": " events,", "probability": 0.9150390625}, {"start": 127.77, "end": 127.99, "word": " number", "probability": 0.85791015625}, {"start": 127.99, "end": 128.43, "word": " one,", "probability": 0.69091796875}, {"start": 128.61, "end": 128.81, "word": " two,", "probability": 0.9423828125}, {"start": 129.01, "end": 129.25, "word": " three,", "probability": 0.93408203125}, {"start": 129.35, "end": 129.47, "word": " and", "probability": 0.88427734375}, {"start": 129.47, "end": 129.71, "word": " four", "probability": 0.93603515625}, {"start": 129.71, "end": 129.99, "word": " are", "probability": 0.73486328125}, {"start": 129.99, "end": 130.51, "word": " all", "probability": 0.32470703125}, {"start": 130.51, "end": 132.07, "word": " past", "probability": 0.80322265625}, {"start": 132.07, "end": 132.71, "word": " actions,", "probability": 0.90380859375}, {"start": 132.93, "end": 133.17, "word": " okay,", "probability": 0.814453125}, {"start": 133.31, "end": 133.43, "word": " and", "probability": 0.93359375}, {"start": 133.43, "end": 133.79, "word": " therefore", "probability": 0.8046875}, {"start": 133.79, "end": 134.07, "word": " they", "probability": 0.818359375}, {"start": 134.07, "end": 134.23, "word": " are", "probability": 0.93994140625}, {"start": 134.23, "end": 134.65, "word": " used", "probability": 0.9267578125}], "temperature": 1.0}, {"id": 6, "seek": 14943, "start": 134.83, "end": 149.43, "text": " Or they should be used or the verb tense used should be in the past. Number two, three and four are all past sentences and are complete actions in the past. Let's consider this sentence. Mohamed was driving.", "tokens": [1610, 436, 820, 312, 1143, 420, 264, 9595, 18760, 1143, 820, 312, 294, 264, 1791, 13, 5118, 732, 11, 1045, 293, 1451, 366, 439, 1791, 16579, 293, 366, 3566, 5909, 294, 264, 1791, 13, 961, 311, 1949, 341, 8174, 13, 16123, 3475, 390, 4840, 13], "avg_logprob": -0.3320312370424685, "compression_ratio": 1.5182481751824817, "no_speech_prob": 5.960464477539063e-08, "words": [{"start": 134.83, "end": 135.09, "word": " Or", "probability": 0.287353515625}, {"start": 135.09, "end": 135.27, "word": " they", "probability": 0.62255859375}, {"start": 135.27, "end": 135.45, "word": " should", "probability": 0.9560546875}, {"start": 135.45, "end": 135.65, "word": " be", "probability": 0.93310546875}, {"start": 135.65, "end": 135.99, "word": " used", "probability": 0.892578125}, {"start": 135.99, "end": 136.19, "word": " or", "probability": 0.52294921875}, {"start": 136.19, "end": 136.33, "word": " the", "probability": 0.89208984375}, {"start": 136.33, "end": 136.65, "word": " verb", "probability": 0.76318359375}, {"start": 136.65, "end": 136.95, "word": " tense", "probability": 0.576171875}, {"start": 136.95, "end": 137.33, "word": " used", "probability": 0.4375}, {"start": 137.33, "end": 137.61, "word": " should", "probability": 0.91064453125}, {"start": 137.61, "end": 137.83, "word": " be", "probability": 0.92919921875}, {"start": 137.83, "end": 138.19, "word": " in", "probability": 0.91650390625}, {"start": 138.19, "end": 138.87, "word": " the", "probability": 0.86083984375}, {"start": 138.87, "end": 139.17, "word": " past.", "probability": 0.83935546875}, {"start": 139.25, "end": 139.43, "word": " Number", "probability": 0.5322265625}, {"start": 139.43, "end": 139.69, "word": " two,", "probability": 0.64990234375}, {"start": 139.81, "end": 139.95, "word": " three", "probability": 0.93603515625}, {"start": 139.95, "end": 140.05, "word": " and", "probability": 0.4755859375}, {"start": 140.05, "end": 140.29, "word": " four", "probability": 0.93505859375}, {"start": 140.29, "end": 140.49, "word": " are", "probability": 0.8515625}, {"start": 140.49, "end": 140.91, "word": " all", "probability": 0.9130859375}, {"start": 140.91, "end": 141.41, "word": " past", "probability": 0.873046875}, {"start": 141.41, "end": 142.73, "word": " sentences", "probability": 0.765625}, {"start": 142.73, "end": 144.47, "word": " and", "probability": 0.79052734375}, {"start": 144.47, "end": 144.79, "word": " are", "probability": 0.6083984375}, {"start": 144.79, "end": 145.11, "word": " complete", "probability": 0.451904296875}, {"start": 145.11, "end": 145.73, "word": " actions", "probability": 0.72314453125}, {"start": 145.73, "end": 145.97, "word": " in", "probability": 0.90869140625}, {"start": 145.97, "end": 146.07, "word": " the", "probability": 0.8974609375}, {"start": 146.07, "end": 146.19, "word": " past.", "probability": 0.8681640625}, {"start": 146.29, "end": 146.41, "word": " Let's", "probability": 0.875}, {"start": 146.41, "end": 146.75, "word": " consider", "probability": 0.89892578125}, {"start": 146.75, "end": 147.21, "word": " this", "probability": 0.939453125}, {"start": 147.21, "end": 148.19, "word": " sentence.", "probability": 0.93701171875}, {"start": 148.33, "end": 148.71, "word": " Mohamed", "probability": 0.45654296875}, {"start": 148.71, "end": 148.97, "word": " was", "probability": 0.9462890625}, {"start": 148.97, "end": 149.43, "word": " driving.", "probability": 0.95361328125}], "temperature": 1.0}, {"id": 7, "seek": 16896, "start": 150.12, "end": 168.96, "text": " along the road when suddenly he saw, not sees, obviously of course when he saw a cameraman out in front of him. He braked as hard as he could but did not stop.", "tokens": [2051, 264, 3060, 562, 5800, 415, 1866, 11, 406, 8194, 11, 2745, 295, 1164, 562, 415, 1866, 257, 46858, 484, 294, 1868, 295, 796, 13, 634, 1548, 34601, 382, 1152, 382, 415, 727, 457, 630, 406, 1590, 13], "avg_logprob": -0.3325320604519966, "compression_ratio": 1.3675213675213675, "no_speech_prob": 7.748603820800781e-07, "words": [{"start": 150.12, "end": 150.62, "word": " along", "probability": 0.2308349609375}, {"start": 150.62, "end": 150.94, "word": " the", "probability": 0.9189453125}, {"start": 150.94, "end": 151.26, "word": " road", "probability": 0.9521484375}, {"start": 151.26, "end": 151.72, "word": " when", "probability": 0.74951171875}, {"start": 151.72, "end": 152.16, "word": " suddenly", "probability": 0.8251953125}, {"start": 152.16, "end": 152.78, "word": " he", "probability": 0.94482421875}, {"start": 152.78, "end": 154.0, "word": " saw,", "probability": 0.84033203125}, {"start": 154.3, "end": 154.72, "word": " not", "probability": 0.55810546875}, {"start": 154.72, "end": 155.26, "word": " sees,", "probability": 0.8720703125}, {"start": 155.84, "end": 156.2, "word": " obviously", "probability": 0.28076171875}, {"start": 156.2, "end": 156.5, "word": " of", "probability": 0.7451171875}, {"start": 156.5, "end": 156.8, "word": " course", "probability": 0.94970703125}, {"start": 156.8, "end": 157.04, "word": " when", "probability": 0.80029296875}, {"start": 157.04, "end": 157.22, "word": " he", "probability": 0.9541015625}, {"start": 157.22, "end": 157.66, "word": " saw", "probability": 0.88525390625}, {"start": 157.66, "end": 158.24, "word": " a", "probability": 0.87255859375}, {"start": 158.24, "end": 158.54, "word": " cameraman", "probability": 0.1572265625}, {"start": 158.54, "end": 159.1, "word": " out", "probability": 0.7744140625}, {"start": 159.1, "end": 159.28, "word": " in", "probability": 0.90966796875}, {"start": 159.28, "end": 159.86, "word": " front", "probability": 0.9267578125}, {"start": 159.86, "end": 160.32, "word": " of", "probability": 0.97021484375}, {"start": 160.32, "end": 161.08, "word": " him.", "probability": 0.92822265625}, {"start": 161.28, "end": 161.62, "word": " He", "probability": 0.8974609375}, {"start": 161.62, "end": 162.88, "word": " braked", "probability": 0.817626953125}, {"start": 162.88, "end": 164.8, "word": " as", "probability": 0.310546875}, {"start": 164.8, "end": 165.72, "word": " hard", "probability": 0.89794921875}, {"start": 165.72, "end": 165.9, "word": " as", "probability": 0.966796875}, {"start": 165.9, "end": 166.06, "word": " he", "probability": 0.97216796875}, {"start": 166.06, "end": 166.38, "word": " could", "probability": 0.88671875}, {"start": 166.38, "end": 167.0, "word": " but", "probability": 0.71142578125}, {"start": 167.0, "end": 167.84, "word": " did", "probability": 0.74462890625}, {"start": 167.84, "end": 168.32, "word": " not", "probability": 0.94677734375}, {"start": 168.32, "end": 168.96, "word": " stop.", "probability": 0.9345703125}], "temperature": 1.0}, {"id": 8, "seek": 19918, "start": 170.06, "end": 199.18, "text": " in time, that the car hit, the past tense of hit, hit, hit, the car hit, the camel, the man got out, not gets out, got out of the car and checked to see if the animal was there, so as we can see these are sequence events, a sequence of events in the past and they all describe completed actions in the past, so you will notice that all the verbs are in the verb past, simple past, adding, this is another example", "tokens": [294, 565, 11, 300, 264, 1032, 2045, 11, 264, 1791, 18760, 295, 2045, 11, 2045, 11, 2045, 11, 264, 1032, 2045, 11, 264, 37755, 11, 264, 587, 658, 484, 11, 406, 2170, 484, 11, 658, 484, 295, 264, 1032, 293, 10033, 281, 536, 498, 264, 5496, 390, 456, 11, 370, 382, 321, 393, 536, 613, 366, 8310, 3931, 11, 257, 8310, 295, 3931, 294, 264, 1791, 293, 436, 439, 6786, 7365, 5909, 294, 264, 1791, 11, 370, 291, 486, 3449, 300, 439, 264, 30051, 366, 294, 264, 9595, 1791, 11, 2199, 1791, 11, 5127, 11, 341, 307, 1071, 1365], "avg_logprob": -0.2590624988079071, "compression_ratio": 1.9666666666666666, "no_speech_prob": 1.7881393432617188e-07, "words": [{"start": 170.06, "end": 170.52, "word": " in", "probability": 0.478759765625}, {"start": 170.52, "end": 170.9, "word": " time,", "probability": 0.7890625}, {"start": 171.02, "end": 171.08, "word": " that", "probability": 0.71142578125}, {"start": 171.08, "end": 171.28, "word": " the", "probability": 0.56787109375}, {"start": 171.28, "end": 171.68, "word": " car", "probability": 0.908203125}, {"start": 171.68, "end": 172.42, "word": " hit,", "probability": 0.81396484375}, {"start": 173.08, "end": 173.28, "word": " the", "probability": 0.69873046875}, {"start": 173.28, "end": 173.58, "word": " past", "probability": 0.9033203125}, {"start": 173.58, "end": 173.9, "word": " tense", "probability": 0.900390625}, {"start": 173.9, "end": 174.22, "word": " of", "probability": 0.67919921875}, {"start": 174.22, "end": 174.42, "word": " hit,", "probability": 0.5390625}, {"start": 174.58, "end": 175.08, "word": " hit,", "probability": 0.9111328125}, {"start": 175.12, "end": 175.36, "word": " hit,", "probability": 0.96337890625}, {"start": 175.4, "end": 175.74, "word": " the", "probability": 0.78076171875}, {"start": 175.74, "end": 176.06, "word": " car", "probability": 0.88525390625}, {"start": 176.06, "end": 176.22, "word": " hit,", "probability": 0.81103515625}, {"start": 176.3, "end": 176.36, "word": " the", "probability": 0.75146484375}, {"start": 176.36, "end": 176.56, "word": " camel,", "probability": 0.1387939453125}, {"start": 176.7, "end": 176.8, "word": " the", "probability": 0.904296875}, {"start": 176.8, "end": 177.02, "word": " man", "probability": 0.92138671875}, {"start": 177.02, "end": 177.42, "word": " got", "probability": 0.60595703125}, {"start": 177.42, "end": 177.84, "word": " out,", "probability": 0.89794921875}, {"start": 177.96, "end": 178.1, "word": " not", "probability": 0.88671875}, {"start": 178.1, "end": 178.48, "word": " gets", "probability": 0.8466796875}, {"start": 178.48, "end": 178.84, "word": " out,", "probability": 0.8935546875}, {"start": 179.12, "end": 179.4, "word": " got", "probability": 0.82080078125}, {"start": 179.4, "end": 179.74, "word": " out", "probability": 0.9013671875}, {"start": 179.74, "end": 180.34, "word": " of", "probability": 0.9541015625}, {"start": 180.34, "end": 180.54, "word": " the", "probability": 0.9228515625}, {"start": 180.54, "end": 180.84, "word": " car", "probability": 0.93798828125}, {"start": 180.84, "end": 181.2, "word": " and", "probability": 0.89501953125}, {"start": 181.2, "end": 181.92, "word": " checked", "probability": 0.8583984375}, {"start": 181.92, "end": 182.48, "word": " to", "probability": 0.89404296875}, {"start": 182.48, "end": 182.74, "word": " see", "probability": 0.92529296875}, {"start": 182.74, "end": 182.96, "word": " if", "probability": 0.95458984375}, {"start": 182.96, "end": 183.1, "word": " the", "probability": 0.91943359375}, {"start": 183.1, "end": 183.36, "word": " animal", "probability": 0.921875}, {"start": 183.36, "end": 183.78, "word": " was", "probability": 0.94775390625}, {"start": 183.78, "end": 183.96, "word": " there,", "probability": 0.27783203125}, {"start": 184.22, "end": 184.58, "word": " so", "probability": 0.67138671875}, {"start": 184.58, "end": 184.76, "word": " as", "probability": 0.9130859375}, {"start": 184.76, "end": 184.92, "word": " we", "probability": 0.92138671875}, {"start": 184.92, "end": 185.12, "word": " can", "probability": 0.9453125}, {"start": 185.12, "end": 185.34, "word": " see", "probability": 0.92236328125}, {"start": 185.34, "end": 185.6, "word": " these", "probability": 0.59423828125}, {"start": 185.6, "end": 185.76, "word": " are", "probability": 0.93701171875}, {"start": 185.76, "end": 186.34, "word": " sequence", "probability": 0.93017578125}, {"start": 186.34, "end": 186.7, "word": " events,", "probability": 0.6982421875}, {"start": 186.82, "end": 186.96, "word": " a", "probability": 0.552734375}, {"start": 186.96, "end": 187.34, "word": " sequence", "probability": 0.96337890625}, {"start": 187.34, "end": 187.54, "word": " of", "probability": 0.96240234375}, {"start": 187.54, "end": 187.84, "word": " events", "probability": 0.9228515625}, {"start": 187.84, "end": 188.0, "word": " in", "probability": 0.91748046875}, {"start": 188.0, "end": 188.14, "word": " the", "probability": 0.91455078125}, {"start": 188.14, "end": 188.42, "word": " past", "probability": 0.884765625}, {"start": 188.42, "end": 188.68, "word": " and", "probability": 0.71826171875}, {"start": 188.68, "end": 188.86, "word": " they", "probability": 0.87646484375}, {"start": 188.86, "end": 189.08, "word": " all", "probability": 0.8916015625}, {"start": 189.08, "end": 189.54, "word": " describe", "probability": 0.7919921875}, {"start": 189.54, "end": 190.38, "word": " completed", "probability": 0.80126953125}, {"start": 190.38, "end": 191.08, "word": " actions", "probability": 0.90185546875}, {"start": 191.08, "end": 192.04, "word": " in", "probability": 0.92431640625}, {"start": 192.04, "end": 192.26, "word": " the", "probability": 0.919921875}, {"start": 192.26, "end": 193.06, "word": " past,", "probability": 0.89013671875}, {"start": 193.12, "end": 193.26, "word": " so", "probability": 0.9326171875}, {"start": 193.26, "end": 193.42, "word": " you", "probability": 0.89208984375}, {"start": 193.42, "end": 193.58, "word": " will", "probability": 0.82373046875}, {"start": 193.58, "end": 193.86, "word": " notice", "probability": 0.9296875}, {"start": 193.86, "end": 194.08, "word": " that", "probability": 0.92578125}, {"start": 194.08, "end": 194.3, "word": " all", "probability": 0.9462890625}, {"start": 194.3, "end": 194.46, "word": " the", "probability": 0.890625}, {"start": 194.46, "end": 194.74, "word": " verbs", "probability": 0.94287109375}, {"start": 194.74, "end": 194.98, "word": " are", "probability": 0.93310546875}, {"start": 194.98, "end": 195.14, "word": " in", "probability": 0.94677734375}, {"start": 195.14, "end": 195.3, "word": " the", "probability": 0.90478515625}, {"start": 195.3, "end": 195.62, "word": " verb", "probability": 0.791015625}, {"start": 195.62, "end": 196.16, "word": " past,", "probability": 0.57373046875}, {"start": 196.6, "end": 196.96, "word": " simple", "probability": 0.95361328125}, {"start": 196.96, "end": 197.48, "word": " past,", "probability": 0.869140625}, {"start": 197.62, "end": 197.9, "word": " adding,", "probability": 0.28955078125}, {"start": 198.06, "end": 198.22, "word": " this", "probability": 0.93212890625}, {"start": 198.22, "end": 198.34, "word": " is", "probability": 0.94189453125}, {"start": 198.34, "end": 198.64, "word": " another", "probability": 0.90380859375}, {"start": 198.64, "end": 199.18, "word": " example", "probability": 0.97314453125}], "temperature": 1.0}, {"id": 9, "seek": 22123, "start": 200.51, "end": 221.23, "text": " The two men were crossing the bazaar when they heard a loud bang. It sounded like a rifle, but they were not sure. They heard another shot, but this time", "tokens": [440, 732, 1706, 645, 14712, 264, 272, 12257, 289, 562, 436, 2198, 257, 6588, 8550, 13, 467, 17714, 411, 257, 18008, 11, 457, 436, 645, 406, 988, 13, 814, 2198, 1071, 3347, 11, 457, 341, 565], "avg_logprob": -0.33044762869138977, "compression_ratio": 1.3508771929824561, "no_speech_prob": 5.960464477539063e-08, "words": [{"start": 200.51, "end": 200.99, "word": " The", "probability": 0.42578125}, {"start": 200.99, "end": 201.25, "word": " two", "probability": 0.89599609375}, {"start": 201.25, "end": 201.55, "word": " men", "probability": 0.96044921875}, {"start": 201.55, "end": 201.75, "word": " were", "probability": 0.67041015625}, {"start": 201.75, "end": 202.35, "word": " crossing", "probability": 0.84814453125}, {"start": 202.35, "end": 203.17, "word": " the", "probability": 0.693359375}, {"start": 203.17, "end": 203.55, "word": " bazaar", "probability": 0.7040201822916666}, {"start": 203.55, "end": 203.77, "word": " when", "probability": 0.6337890625}, {"start": 203.77, "end": 204.23, "word": " they", "probability": 0.8857421875}, {"start": 204.23, "end": 205.31, "word": " heard", "probability": 0.865234375}, {"start": 205.31, "end": 208.29, "word": " a", "probability": 0.23388671875}, {"start": 208.29, "end": 208.57, "word": " loud", "probability": 0.19873046875}, {"start": 208.57, "end": 209.01, "word": " bang.", "probability": 0.67333984375}, {"start": 209.39, "end": 209.45, "word": " It", "probability": 0.89501953125}, {"start": 209.45, "end": 211.11, "word": " sounded", "probability": 0.91015625}, {"start": 211.11, "end": 213.77, "word": " like", "probability": 0.90478515625}, {"start": 213.77, "end": 214.07, "word": " a", "probability": 0.984375}, {"start": 214.07, "end": 214.39, "word": " rifle,", "probability": 0.90576171875}, {"start": 214.71, "end": 214.73, "word": " but", "probability": 0.91796875}, {"start": 214.73, "end": 215.11, "word": " they", "probability": 0.8857421875}, {"start": 215.11, "end": 216.05, "word": " were", "probability": 0.8203125}, {"start": 216.05, "end": 216.29, "word": " not", "probability": 0.939453125}, {"start": 216.29, "end": 217.81, "word": " sure.", "probability": 0.9140625}, {"start": 218.69, "end": 219.03, "word": " They", "probability": 0.79052734375}, {"start": 219.03, "end": 219.37, "word": " heard", "probability": 0.90380859375}, {"start": 219.37, "end": 219.75, "word": " another", "probability": 0.9169921875}, {"start": 219.75, "end": 220.17, "word": " shot,", "probability": 0.96923828125}, {"start": 220.33, "end": 220.43, "word": " but", "probability": 0.9248046875}, {"start": 220.43, "end": 220.71, "word": " this", "probability": 0.94482421875}, {"start": 220.71, "end": 221.23, "word": " time", "probability": 0.89501953125}], "temperature": 1.0}, {"id": 10, "seek": 24882, "start": 221.82, "end": 248.82, "text": " something at the side of the car now they were sure at that time not now at this moment at that time they were sure it was a gunshot okay so we see here all verbs in the past because we are narrating things that happened and completed that happened and finished in the past okay all right now we come to a second type of verb tenses which is the", "tokens": [746, 412, 264, 1252, 295, 264, 1032, 586, 436, 645, 988, 412, 300, 565, 406, 586, 412, 341, 1623, 412, 300, 565, 436, 645, 988, 309, 390, 257, 3874, 18402, 1392, 370, 321, 536, 510, 439, 30051, 294, 264, 1791, 570, 321, 366, 6397, 990, 721, 300, 2011, 293, 7365, 300, 2011, 293, 4335, 294, 264, 1791, 1392, 439, 558, 586, 321, 808, 281, 257, 1150, 2010, 295, 9595, 10688, 279, 597, 307, 264], "avg_logprob": -0.17937499324480694, "compression_ratio": 1.8804347826086956, "no_speech_prob": 1.1920928955078125e-07, "words": [{"start": 221.82, "end": 222.52, "word": " something", "probability": 0.462890625}, {"start": 222.52, "end": 222.82, "word": " at", "probability": 0.5810546875}, {"start": 222.82, "end": 223.04, "word": " the", "probability": 0.91796875}, {"start": 223.04, "end": 223.24, "word": " side", "probability": 0.873046875}, {"start": 223.24, "end": 223.38, "word": " of", "probability": 0.97119140625}, {"start": 223.38, "end": 223.52, "word": " the", "probability": 0.8935546875}, {"start": 223.52, "end": 223.78, "word": " car", "probability": 0.943359375}, {"start": 223.78, "end": 224.14, "word": " now", "probability": 0.305908203125}, {"start": 224.14, "end": 224.48, "word": " they", "probability": 0.8740234375}, {"start": 224.48, "end": 224.76, "word": " were", "probability": 0.87939453125}, {"start": 224.76, "end": 225.24, "word": " sure", "probability": 0.9208984375}, {"start": 225.24, "end": 225.74, "word": " at", "probability": 0.81298828125}, {"start": 225.74, "end": 225.96, "word": " that", "probability": 0.93212890625}, {"start": 225.96, "end": 226.3, "word": " time", "probability": 0.8779296875}, {"start": 226.3, "end": 226.64, "word": " not", "probability": 0.64306640625}, {"start": 226.64, "end": 226.9, "word": " now", "probability": 0.92138671875}, {"start": 226.9, "end": 227.1, "word": " at", "probability": 0.89306640625}, {"start": 227.1, "end": 227.3, "word": " this", "probability": 0.9375}, {"start": 227.3, "end": 227.58, "word": " moment", "probability": 0.9501953125}, {"start": 227.58, "end": 228.02, "word": " at", "probability": 0.7705078125}, {"start": 228.02, "end": 228.32, "word": " that", "probability": 0.9345703125}, {"start": 228.32, "end": 228.66, "word": " time", "probability": 0.86962890625}, {"start": 228.66, "end": 229.14, "word": " they", "probability": 0.84619140625}, {"start": 229.14, "end": 229.38, "word": " were", "probability": 0.9052734375}, {"start": 229.38, "end": 229.7, "word": " sure", "probability": 0.92041015625}, {"start": 229.7, "end": 230.06, "word": " it", "probability": 0.91943359375}, {"start": 230.06, "end": 231.48, "word": " was", "probability": 0.89501953125}, {"start": 231.48, "end": 232.28, "word": " a", "probability": 0.9697265625}, {"start": 232.28, "end": 232.94, "word": " gunshot", "probability": 0.86767578125}, {"start": 232.94, "end": 233.28, "word": " okay", "probability": 0.51953125}, {"start": 233.28, "end": 233.54, "word": " so", "probability": 0.69189453125}, {"start": 233.54, "end": 233.82, "word": " we", "probability": 0.9052734375}, {"start": 233.82, "end": 234.0, "word": " see", "probability": 0.927734375}, {"start": 234.0, "end": 234.4, "word": " here", "probability": 0.865234375}, {"start": 234.4, "end": 234.9, "word": " all", "probability": 0.84716796875}, {"start": 234.9, "end": 235.5, "word": " verbs", "probability": 0.92333984375}, {"start": 235.5, "end": 235.82, "word": " in", "probability": 0.9443359375}, {"start": 235.82, "end": 235.98, "word": " the", "probability": 0.92138671875}, {"start": 235.98, "end": 236.26, "word": " past", "probability": 0.90185546875}, {"start": 236.26, "end": 236.6, "word": " because", "probability": 0.89453125}, {"start": 236.6, "end": 236.78, "word": " we", "probability": 0.95458984375}, {"start": 236.78, "end": 236.94, "word": " are", "probability": 0.92529296875}, {"start": 236.94, "end": 237.46, "word": " narrating", "probability": 0.964111328125}, {"start": 237.46, "end": 238.04, "word": " things", "probability": 0.845703125}, {"start": 238.04, "end": 238.88, "word": " that", "probability": 0.9365234375}, {"start": 238.88, "end": 239.36, "word": " happened", "probability": 0.81982421875}, {"start": 239.36, "end": 239.62, "word": " and", "probability": 0.923828125}, {"start": 239.62, "end": 240.24, "word": " completed", "probability": 0.86962890625}, {"start": 240.24, "end": 240.62, "word": " that", "probability": 0.5732421875}, {"start": 240.62, "end": 241.1, "word": " happened", "probability": 0.74658203125}, {"start": 241.1, "end": 241.32, "word": " and", "probability": 0.93603515625}, {"start": 241.32, "end": 241.8, "word": " finished", "probability": 0.81201171875}, {"start": 241.8, "end": 242.58, "word": " in", "probability": 0.92138671875}, {"start": 242.58, "end": 243.2, "word": " the", "probability": 0.912109375}, {"start": 243.2, "end": 243.64, "word": " past", "probability": 0.86572265625}, {"start": 243.64, "end": 244.0, "word": " okay", "probability": 0.849609375}, {"start": 244.0, "end": 244.64, "word": " all", "probability": 0.42724609375}, {"start": 244.64, "end": 244.84, "word": " right", "probability": 0.91357421875}, {"start": 244.84, "end": 245.22, "word": " now", "probability": 0.86083984375}, {"start": 245.22, "end": 245.62, "word": " we", "probability": 0.80615234375}, {"start": 245.62, "end": 245.94, "word": " come", "probability": 0.8525390625}, {"start": 245.94, "end": 246.14, "word": " to", "probability": 0.96826171875}, {"start": 246.14, "end": 246.34, "word": " a", "probability": 0.9931640625}, {"start": 246.34, "end": 246.64, "word": " second", "probability": 0.89599609375}, {"start": 246.64, "end": 247.08, "word": " type", "probability": 0.978515625}, {"start": 247.08, "end": 247.26, "word": " of", "probability": 0.97314453125}, {"start": 247.26, "end": 247.54, "word": " verb", "probability": 0.681640625}, {"start": 247.54, "end": 248.0, "word": " tenses", "probability": 0.670654296875}, {"start": 248.0, "end": 248.3, "word": " which", "probability": 0.939453125}, {"start": 248.3, "end": 248.56, "word": " is", "probability": 0.94921875}, {"start": 248.56, "end": 248.82, "word": " the", "probability": 0.90673828125}], "temperature": 1.0}, {"id": 11, "seek": 26262, "start": 249.92, "end": 262.62, "text": " Past continuous, what is the past continuous tense? Of course, past continuous is a simple tense if we want to be very specific. Would I use the past continuous tense? Yes, please.", "tokens": [18408, 10957, 11, 437, 307, 264, 1791, 10957, 18760, 30, 2720, 1164, 11, 1791, 10957, 307, 257, 2199, 18760, 498, 321, 528, 281, 312, 588, 2685, 13, 6068, 286, 764, 264, 1791, 10957, 18760, 30, 1079, 11, 1767, 13], "avg_logprob": -0.3208984315395355, "compression_ratio": 1.5603448275862069, "no_speech_prob": 0.0, "words": [{"start": 249.92000000000002, "end": 250.4, "word": " Past", "probability": 0.258056640625}, {"start": 250.4, "end": 250.88, "word": " continuous,", "probability": 0.77783203125}, {"start": 251.2, "end": 251.44, "word": " what", "probability": 0.91796875}, {"start": 251.44, "end": 251.6, "word": " is", "probability": 0.9375}, {"start": 251.6, "end": 251.76, "word": " the", "probability": 0.85986328125}, {"start": 251.76, "end": 252.06, "word": " past", "probability": 0.8505859375}, {"start": 252.06, "end": 252.9, "word": " continuous", "probability": 0.869140625}, {"start": 252.9, "end": 253.78, "word": " tense?", "probability": 0.9296875}, {"start": 254.14, "end": 254.14, "word": " Of", "probability": 0.8095703125}, {"start": 254.14, "end": 256.02, "word": " course,", "probability": 0.94091796875}, {"start": 256.12, "end": 256.28, "word": " past", "probability": 0.64111328125}, {"start": 256.28, "end": 256.64, "word": " continuous", "probability": 0.86962890625}, {"start": 256.64, "end": 256.84, "word": " is", "probability": 0.365478515625}, {"start": 256.84, "end": 256.84, "word": " a", "probability": 0.66650390625}, {"start": 256.84, "end": 257.08, "word": " simple", "probability": 0.89306640625}, {"start": 257.08, "end": 257.36, "word": " tense", "probability": 0.873046875}, {"start": 257.36, "end": 257.58, "word": " if", "probability": 0.51904296875}, {"start": 257.58, "end": 257.72, "word": " we", "probability": 0.82666015625}, {"start": 257.72, "end": 257.98, "word": " want", "probability": 0.57666015625}, {"start": 257.98, "end": 258.1, "word": " to", "probability": 0.96533203125}, {"start": 258.1, "end": 258.26, "word": " be", "probability": 0.95361328125}, {"start": 258.26, "end": 258.56, "word": " very", "probability": 0.8193359375}, {"start": 258.56, "end": 259.18, "word": " specific.", "probability": 0.9169921875}, {"start": 259.44, "end": 259.62, "word": " Would", "probability": 0.319580078125}, {"start": 259.62, "end": 259.86, "word": " I", "probability": 0.6142578125}, {"start": 259.86, "end": 260.18, "word": " use", "probability": 0.8720703125}, {"start": 260.18, "end": 260.38, "word": " the", "probability": 0.873046875}, {"start": 260.38, "end": 260.84, "word": " past", "probability": 0.8662109375}, {"start": 260.84, "end": 261.64, "word": " continuous", "probability": 0.85107421875}, {"start": 261.64, "end": 261.94, "word": " tense?", "probability": 0.86572265625}, {"start": 262.14, "end": 262.34, "word": " Yes,", "probability": 0.93798828125}, {"start": 262.4, "end": 262.62, "word": " please.", "probability": 0.81298828125}], "temperature": 1.0}, {"id": 12, "seek": 28592, "start": 266.08, "end": 285.92, "text": " That was progressing at some point for some time in the past. That's why we call it past continuous or progressive. It wasn't progressing, it was going on for some time in the past, not in the present, in the past tense, okay? So it is used for an action.", "tokens": [663, 390, 36305, 412, 512, 935, 337, 512, 565, 294, 264, 1791, 13, 663, 311, 983, 321, 818, 309, 1791, 10957, 420, 16131, 13, 467, 2067, 380, 36305, 11, 309, 390, 516, 322, 337, 512, 565, 294, 264, 1791, 11, 406, 294, 264, 1974, 11, 294, 264, 1791, 18760, 11, 1392, 30, 407, 309, 307, 1143, 337, 364, 3069, 13], "avg_logprob": -0.23962601775028666, "compression_ratio": 1.695364238410596, "no_speech_prob": 2.980232238769531e-07, "words": [{"start": 266.08, "end": 266.48, "word": " That", "probability": 0.2861328125}, {"start": 266.48, "end": 267.12, "word": " was", "probability": 0.9345703125}, {"start": 267.12, "end": 268.78, "word": " progressing", "probability": 0.8564453125}, {"start": 268.78, "end": 269.2, "word": " at", "probability": 0.880859375}, {"start": 269.2, "end": 269.56, "word": " some", "probability": 0.9111328125}, {"start": 269.56, "end": 269.92, "word": " point", "probability": 0.97021484375}, {"start": 269.92, "end": 270.18, "word": " for", "probability": 0.6171875}, {"start": 270.18, "end": 270.48, "word": " some", "probability": 0.82177734375}, {"start": 270.48, "end": 270.92, "word": " time", "probability": 0.8818359375}, {"start": 270.92, "end": 271.28, "word": " in", "probability": 0.8828125}, {"start": 271.28, "end": 271.82, "word": " the", "probability": 0.92333984375}, {"start": 271.82, "end": 272.04, "word": " past.", "probability": 0.87939453125}, {"start": 272.38, "end": 272.98, "word": " That's", "probability": 0.637451171875}, {"start": 272.98, "end": 273.12, "word": " why", "probability": 0.9111328125}, {"start": 273.12, "end": 273.28, "word": " we", "probability": 0.6650390625}, {"start": 273.28, "end": 273.52, "word": " call", "probability": 0.873046875}, {"start": 273.52, "end": 273.66, "word": " it", "probability": 0.9453125}, {"start": 273.66, "end": 273.98, "word": " past", "probability": 0.60693359375}, {"start": 273.98, "end": 274.6, "word": " continuous", "probability": 0.8330078125}, {"start": 274.6, "end": 275.32, "word": " or", "probability": 0.71923828125}, {"start": 275.32, "end": 275.98, "word": " progressive.", "probability": 0.86376953125}, {"start": 276.32, "end": 276.72, "word": " It", "probability": 0.327392578125}, {"start": 276.72, "end": 277.16, "word": " wasn't", "probability": 0.7183837890625}, {"start": 277.16, "end": 277.66, "word": " progressing,", "probability": 0.84765625}, {"start": 277.8, "end": 277.94, "word": " it", "probability": 0.9326171875}, {"start": 277.94, "end": 278.18, "word": " was", "probability": 0.95166015625}, {"start": 278.18, "end": 278.54, "word": " going", "probability": 0.9560546875}, {"start": 278.54, "end": 278.94, "word": " on", "probability": 0.9482421875}, {"start": 278.94, "end": 279.16, "word": " for", "probability": 0.9453125}, {"start": 279.16, "end": 279.52, "word": " some", "probability": 0.849609375}, {"start": 279.52, "end": 279.98, "word": " time", "probability": 0.8857421875}, {"start": 279.98, "end": 280.3, "word": " in", "probability": 0.9521484375}, {"start": 280.3, "end": 280.48, "word": " the", "probability": 0.91748046875}, {"start": 280.48, "end": 280.86, "word": " past,", "probability": 0.87255859375}, {"start": 281.06, "end": 281.32, "word": " not", "probability": 0.9423828125}, {"start": 281.32, "end": 281.48, "word": " in", "probability": 0.935546875}, {"start": 281.48, "end": 281.62, "word": " the", "probability": 0.91015625}, {"start": 281.62, "end": 282.04, "word": " present,", "probability": 0.89599609375}, {"start": 282.28, "end": 282.54, "word": " in", "probability": 0.87451171875}, {"start": 282.54, "end": 282.78, "word": " the", "probability": 0.91650390625}, {"start": 282.78, "end": 283.22, "word": " past", "probability": 0.91943359375}, {"start": 283.22, "end": 283.84, "word": " tense,", "probability": 0.71240234375}, {"start": 283.9, "end": 284.18, "word": " okay?", "probability": 0.59765625}, {"start": 284.48, "end": 284.66, "word": " So", "probability": 0.92626953125}, {"start": 284.66, "end": 284.8, "word": " it", "probability": 0.7490234375}, {"start": 284.8, "end": 284.94, "word": " is", "probability": 0.74072265625}, {"start": 284.94, "end": 285.2, "word": " used", "probability": 0.9013671875}, {"start": 285.2, "end": 285.42, "word": " for", "probability": 0.94580078125}, {"start": 285.42, "end": 285.58, "word": " an", "probability": 0.78369140625}, {"start": 285.58, "end": 285.92, "word": " action.", "probability": 0.95947265625}], "temperature": 1.0}, {"id": 13, "seek": 31049, "start": 286.37, "end": 310.49, "text": "that was in progress that was continuing for some time and is usually used with an action with in with an action in the past so if we look at now of course future now so number two is in the past continuous it was progressing in the past so this is a simple past tense", "tokens": [6780, 390, 294, 4205, 300, 390, 9289, 337, 512, 565, 293, 307, 2673, 1143, 365, 364, 3069, 365, 294, 365, 364, 3069, 294, 264, 1791, 370, 498, 321, 574, 412, 586, 295, 1164, 2027, 586, 370, 1230, 732, 307, 294, 264, 1791, 10957, 309, 390, 36305, 294, 264, 1791, 370, 341, 307, 257, 2199, 1791, 18760], "avg_logprob": -0.17242323933986195, "compression_ratio": 1.8231292517006803, "no_speech_prob": 5.960464477539063e-08, "words": [{"start": 286.37, "end": 286.91, "word": "that", "probability": 0.501953125}, {"start": 286.91, "end": 287.21, "word": " was", "probability": 0.95263671875}, {"start": 287.21, "end": 287.51, "word": " in", "probability": 0.9248046875}, {"start": 287.51, "end": 288.11, "word": " progress", "probability": 0.77880859375}, {"start": 288.11, "end": 288.41, "word": " that", "probability": 0.5087890625}, {"start": 288.41, "end": 288.67, "word": " was", "probability": 0.9404296875}, {"start": 288.67, "end": 289.41, "word": " continuing", "probability": 0.8330078125}, {"start": 289.41, "end": 290.69, "word": " for", "probability": 0.908203125}, {"start": 290.69, "end": 291.07, "word": " some", "probability": 0.72216796875}, {"start": 291.07, "end": 291.37, "word": " time", "probability": 0.87841796875}, {"start": 291.37, "end": 291.65, "word": " and", "probability": 0.8935546875}, {"start": 291.65, "end": 291.79, "word": " is", "probability": 0.6728515625}, {"start": 291.79, "end": 292.07, "word": " usually", "probability": 0.873046875}, {"start": 292.07, "end": 292.39, "word": " used", "probability": 0.88330078125}, {"start": 292.39, "end": 292.55, "word": " with", "probability": 0.8525390625}, {"start": 292.55, "end": 292.69, "word": " an", "probability": 0.9052734375}, {"start": 292.69, "end": 293.15, "word": " action", "probability": 0.9521484375}, {"start": 293.15, "end": 293.93, "word": " with", "probability": 0.66796875}, {"start": 293.93, "end": 294.43, "word": " in", "probability": 0.5888671875}, {"start": 294.43, "end": 295.71, "word": " with", "probability": 0.505859375}, {"start": 295.71, "end": 295.87, "word": " an", "probability": 0.9345703125}, {"start": 295.87, "end": 296.19, "word": " action", "probability": 0.93603515625}, {"start": 296.19, "end": 296.55, "word": " in", "probability": 0.947265625}, {"start": 296.55, "end": 296.77, "word": " the", "probability": 0.9267578125}, {"start": 296.77, "end": 296.95, "word": " past", "probability": 0.888671875}, {"start": 296.95, "end": 297.29, "word": " so", "probability": 0.473876953125}, {"start": 297.29, "end": 297.67, "word": " if", "probability": 0.90185546875}, {"start": 297.67, "end": 297.85, "word": " we", "probability": 0.92626953125}, {"start": 297.85, "end": 298.13, "word": " look", "probability": 0.9609375}, {"start": 298.13, "end": 298.39, "word": " at", "probability": 0.95166015625}, {"start": 298.39, "end": 298.77, "word": " now", "probability": 0.93505859375}, {"start": 298.77, "end": 299.05, "word": " of", "probability": 0.81396484375}, {"start": 299.05, "end": 299.31, "word": " course", "probability": 0.93896484375}, {"start": 299.31, "end": 299.81, "word": " future", "probability": 0.943359375}, {"start": 299.81, "end": 300.37, "word": " now", "probability": 0.86474609375}, {"start": 300.37, "end": 300.93, "word": " so", "probability": 0.81787109375}, {"start": 300.93, "end": 301.35, "word": " number", "probability": 0.92578125}, {"start": 301.35, "end": 301.99, "word": " two", "probability": 0.85986328125}, {"start": 301.99, "end": 303.03, "word": " is", "probability": 0.89697265625}, {"start": 303.03, "end": 303.99, "word": " in", "probability": 0.78076171875}, {"start": 303.99, "end": 304.23, "word": " the", "probability": 0.921875}, {"start": 304.23, "end": 304.73, "word": " past", "probability": 0.888671875}, {"start": 304.73, "end": 305.47, "word": " continuous", "probability": 0.9130859375}, {"start": 305.47, "end": 305.77, "word": " it", "probability": 0.857421875}, {"start": 305.77, "end": 306.03, "word": " was", "probability": 0.9482421875}, {"start": 306.03, "end": 306.93, "word": " progressing", "probability": 0.8759765625}, {"start": 306.93, "end": 307.81, "word": " in", "probability": 0.9482421875}, {"start": 307.81, "end": 308.43, "word": " the", "probability": 0.92138671875}, {"start": 308.43, "end": 308.77, "word": " past", "probability": 0.9033203125}, {"start": 308.77, "end": 308.97, "word": " so", "probability": 0.8642578125}, {"start": 308.97, "end": 309.19, "word": " this", "probability": 0.951171875}, {"start": 309.19, "end": 309.33, "word": " is", "probability": 0.94677734375}, {"start": 309.33, "end": 309.49, "word": " a", "probability": 0.60986328125}, {"start": 309.49, "end": 309.81, "word": " simple", "probability": 0.95068359375}, {"start": 309.81, "end": 310.17, "word": " past", "probability": 0.8935546875}, {"start": 310.17, "end": 310.49, "word": " tense", "probability": 0.88525390625}], "temperature": 1.0}, {"id": 14, "seek": 33305, "start": 310.79, "end": 333.05, "text": " But at the same time, there was also something that was continuing for some, for five hours, for two minutes, for one week, four, and so, and so. Let's just consider this example. Muhammad was on a truck, he was driving for some time, and all of a sudden he ran out of petrol. Okay? So this happened why?", "tokens": [583, 412, 264, 912, 565, 11, 456, 390, 611, 746, 300, 390, 9289, 337, 512, 11, 337, 1732, 2496, 11, 337, 732, 2077, 11, 337, 472, 1243, 11, 1451, 11, 293, 370, 11, 293, 370, 13, 961, 311, 445, 1949, 341, 1365, 13, 19360, 390, 322, 257, 5898, 11, 415, 390, 4840, 337, 512, 565, 11, 293, 439, 295, 257, 3990, 415, 5872, 484, 295, 32377, 13, 1033, 30, 407, 341, 2011, 983, 30], "avg_logprob": -0.26645832061767577, "compression_ratio": 1.5482233502538072, "no_speech_prob": 0.0, "words": [{"start": 310.79, "end": 311.05, "word": " But", "probability": 0.4775390625}, {"start": 311.05, "end": 311.23, "word": " at", "probability": 0.890625}, {"start": 311.23, "end": 311.37, "word": " the", "probability": 0.92138671875}, {"start": 311.37, "end": 311.61, "word": " same", "probability": 0.90576171875}, {"start": 311.61, "end": 311.87, "word": " time,", "probability": 0.88720703125}, {"start": 311.95, "end": 312.05, "word": " there", "probability": 0.78076171875}, {"start": 312.05, "end": 312.29, "word": " was", "probability": 0.92529296875}, {"start": 312.29, "end": 312.71, "word": " also", "probability": 0.83203125}, {"start": 312.71, "end": 313.15, "word": " something", "probability": 0.87060546875}, {"start": 313.15, "end": 313.53, "word": " that", "probability": 0.92724609375}, {"start": 313.53, "end": 313.97, "word": " was", "probability": 0.94287109375}, {"start": 313.97, "end": 314.71, "word": " continuing", "probability": 0.79736328125}, {"start": 314.71, "end": 315.09, "word": " for", "probability": 0.90283203125}, {"start": 315.09, "end": 315.39, "word": " some,", "probability": 0.75}, {"start": 315.67, "end": 315.83, "word": " for", "probability": 0.9365234375}, {"start": 315.83, "end": 316.19, "word": " five", "probability": 0.6201171875}, {"start": 316.19, "end": 316.61, "word": " hours,", "probability": 0.91796875}, {"start": 316.75, "end": 316.85, "word": " for", "probability": 0.92138671875}, {"start": 316.85, "end": 317.13, "word": " two", "probability": 0.91357421875}, {"start": 317.13, "end": 317.41, "word": " minutes,", "probability": 0.88720703125}, {"start": 317.55, "end": 317.65, "word": " for", "probability": 0.92724609375}, {"start": 317.65, "end": 317.95, "word": " one", "probability": 0.80224609375}, {"start": 317.95, "end": 318.23, "word": " week,", "probability": 0.7666015625}, {"start": 318.33, "end": 318.55, "word": " four,", "probability": 0.59375}, {"start": 318.87, "end": 319.07, "word": " and", "probability": 0.9384765625}, {"start": 319.07, "end": 319.39, "word": " so,", "probability": 0.9521484375}, {"start": 319.67, "end": 319.95, "word": " and", "probability": 0.92919921875}, {"start": 319.95, "end": 320.13, "word": " so.", "probability": 0.947265625}, {"start": 320.21, "end": 320.45, "word": " Let's", "probability": 0.944580078125}, {"start": 320.45, "end": 320.65, "word": " just", "probability": 0.90576171875}, {"start": 320.65, "end": 321.05, "word": " consider", "probability": 0.9189453125}, {"start": 321.05, "end": 321.29, "word": " this", "probability": 0.85400390625}, {"start": 321.29, "end": 321.71, "word": " example.", "probability": 0.97900390625}, {"start": 321.93, "end": 322.35, "word": " Muhammad", "probability": 0.353759765625}, {"start": 322.35, "end": 322.99, "word": " was", "probability": 0.92041015625}, {"start": 322.99, "end": 323.79, "word": " on", "probability": 0.2498779296875}, {"start": 323.79, "end": 323.85, "word": " a", "probability": 0.8505859375}, {"start": 323.85, "end": 324.35, "word": " truck,", "probability": 0.673828125}, {"start": 324.43, "end": 324.59, "word": " he", "probability": 0.93310546875}, {"start": 324.59, "end": 324.81, "word": " was", "probability": 0.90625}, {"start": 324.81, "end": 325.29, "word": " driving", "probability": 0.92919921875}, {"start": 325.29, "end": 325.63, "word": " for", "probability": 0.9482421875}, {"start": 325.63, "end": 325.95, "word": " some", "probability": 0.8798828125}, {"start": 325.95, "end": 326.45, "word": " time,", "probability": 0.8818359375}, {"start": 326.99, "end": 327.15, "word": " and", "probability": 0.53759765625}, {"start": 327.15, "end": 327.39, "word": " all", "probability": 0.471923828125}, {"start": 327.39, "end": 327.53, "word": " of", "probability": 0.9677734375}, {"start": 327.53, "end": 327.67, "word": " a", "probability": 0.82861328125}, {"start": 327.67, "end": 328.17, "word": " sudden", "probability": 0.93408203125}, {"start": 328.17, "end": 328.87, "word": " he", "probability": 0.57275390625}, {"start": 328.87, "end": 329.85, "word": " ran", "probability": 0.9267578125}, {"start": 329.85, "end": 330.31, "word": " out", "probability": 0.884765625}, {"start": 330.31, "end": 330.61, "word": " of", "probability": 0.96728515625}, {"start": 330.61, "end": 331.13, "word": " petrol.", "probability": 0.94482421875}, {"start": 331.43, "end": 331.67, "word": " Okay?", "probability": 0.59521484375}, {"start": 332.01, "end": 332.15, "word": " So", "probability": 0.96142578125}, {"start": 332.15, "end": 332.41, "word": " this", "probability": 0.81787109375}, {"start": 332.41, "end": 332.87, "word": " happened", "probability": 0.837890625}, {"start": 332.87, "end": 333.05, "word": " why?", "probability": 0.31298828125}], "temperature": 1.0}, {"id": 15, "seek": 34876, "start": 334.22, "end": 348.76, "text": " But this was progressing for some time. So running out of petrol and number two is the driving. It was driving for some time along the road in the past. And the second example.", "tokens": [583, 341, 390, 36305, 337, 512, 565, 13, 407, 2614, 484, 295, 32377, 293, 1230, 732, 307, 264, 4840, 13, 467, 390, 4840, 337, 512, 565, 2051, 264, 3060, 294, 264, 1791, 13, 400, 264, 1150, 1365, 13], "avg_logprob": -0.26983173229755497, "compression_ratio": 1.4274193548387097, "no_speech_prob": 4.76837158203125e-07, "words": [{"start": 334.22, "end": 334.74, "word": " But", "probability": 0.372314453125}, {"start": 334.74, "end": 335.02, "word": " this", "probability": 0.8701171875}, {"start": 335.02, "end": 335.44, "word": " was", "probability": 0.86279296875}, {"start": 335.44, "end": 337.48, "word": " progressing", "probability": 0.40771484375}, {"start": 337.48, "end": 337.86, "word": " for", "probability": 0.92822265625}, {"start": 337.86, "end": 338.3, "word": " some", "probability": 0.8310546875}, {"start": 338.3, "end": 339.04, "word": " time.", "probability": 0.8828125}, {"start": 339.18, "end": 339.3, "word": " So", "probability": 0.8779296875}, {"start": 339.3, "end": 339.62, "word": " running", "probability": 0.68359375}, {"start": 339.62, "end": 339.96, "word": " out", "probability": 0.8876953125}, {"start": 339.96, "end": 340.14, "word": " of", "probability": 0.96435546875}, {"start": 340.14, "end": 340.56, "word": " petrol", "probability": 0.89794921875}, {"start": 340.56, "end": 341.18, "word": " and", "probability": 0.541015625}, {"start": 341.18, "end": 341.46, "word": " number", "probability": 0.8837890625}, {"start": 341.46, "end": 341.76, "word": " two", "probability": 0.673828125}, {"start": 341.76, "end": 342.14, "word": " is", "probability": 0.89453125}, {"start": 342.14, "end": 342.8, "word": " the", "probability": 0.414306640625}, {"start": 342.8, "end": 343.3, "word": " driving.", "probability": 0.9638671875}, {"start": 343.56, "end": 343.72, "word": " It", "probability": 0.62109375}, {"start": 343.72, "end": 343.96, "word": " was", "probability": 0.95751953125}, {"start": 343.96, "end": 344.46, "word": " driving", "probability": 0.80078125}, {"start": 344.46, "end": 344.74, "word": " for", "probability": 0.94384765625}, {"start": 344.74, "end": 345.04, "word": " some", "probability": 0.81298828125}, {"start": 345.04, "end": 345.42, "word": " time", "probability": 0.8857421875}, {"start": 345.42, "end": 346.64, "word": " along", "probability": 0.68017578125}, {"start": 346.64, "end": 346.96, "word": " the", "probability": 0.900390625}, {"start": 346.96, "end": 347.22, "word": " road", "probability": 0.71240234375}, {"start": 347.22, "end": 347.5, "word": " in", "probability": 0.57373046875}, {"start": 347.5, "end": 347.62, "word": " the", "probability": 0.91748046875}, {"start": 347.62, "end": 347.86, "word": " past.", "probability": 0.818359375}, {"start": 347.94, "end": 348.02, "word": " And", "probability": 0.60009765625}, {"start": 348.02, "end": 348.1, "word": " the", "probability": 0.83056640625}, {"start": 348.1, "end": 348.3, "word": " second", "probability": 0.8955078125}, {"start": 348.3, "end": 348.76, "word": " example.", "probability": 0.9384765625}], "temperature": 1.0}, {"id": 16, "seek": 37426, "start": 349.44, "end": 374.26, "text": " As the two men were crossing, it's not just crossing once. So it is a time that was going on for some time. So the scene happens once, okay? Whereas the crossing was going on for some time. Notice that interaction between the past simple tense and the present past continuous. There is interaction. So they go along together, okay?", "tokens": [1018, 264, 732, 1706, 645, 14712, 11, 309, 311, 406, 445, 14712, 1564, 13, 407, 309, 307, 257, 565, 300, 390, 516, 322, 337, 512, 565, 13, 407, 264, 4145, 2314, 1564, 11, 1392, 30, 13813, 264, 14712, 390, 516, 322, 337, 512, 565, 13, 13428, 300, 9285, 1296, 264, 1791, 2199, 18760, 293, 264, 1974, 1791, 10957, 13, 821, 307, 9285, 13, 407, 436, 352, 2051, 1214, 11, 1392, 30], "avg_logprob": -0.2274305627991756, "compression_ratio": 1.7659574468085106, "no_speech_prob": 0.0, "words": [{"start": 349.44, "end": 349.96, "word": " As", "probability": 0.498291015625}, {"start": 349.96, "end": 350.18, "word": " the", "probability": 0.90478515625}, {"start": 350.18, "end": 350.44, "word": " two", "probability": 0.89013671875}, {"start": 350.44, "end": 350.88, "word": " men", "probability": 0.95263671875}, {"start": 350.88, "end": 351.48, "word": " were", "probability": 0.83740234375}, {"start": 351.48, "end": 352.16, "word": " crossing,", "probability": 0.91650390625}, {"start": 352.5, "end": 352.62, "word": " it's", "probability": 0.8427734375}, {"start": 352.62, "end": 352.78, "word": " not", "probability": 0.94091796875}, {"start": 352.78, "end": 353.02, "word": " just", "probability": 0.88037109375}, {"start": 353.02, "end": 353.44, "word": " crossing", "probability": 0.65625}, {"start": 353.44, "end": 353.72, "word": " once.", "probability": 0.8154296875}, {"start": 354.04, "end": 354.18, "word": " So", "probability": 0.84619140625}, {"start": 354.18, "end": 354.3, "word": " it", "probability": 0.6279296875}, {"start": 354.3, "end": 354.44, "word": " is", "probability": 0.57080078125}, {"start": 354.44, "end": 354.58, "word": " a", "probability": 0.94189453125}, {"start": 354.58, "end": 354.9, "word": " time", "probability": 0.7626953125}, {"start": 354.9, "end": 355.1, "word": " that", "probability": 0.88037109375}, {"start": 355.1, "end": 355.34, "word": " was", "probability": 0.89306640625}, {"start": 355.34, "end": 355.7, "word": " going", "probability": 0.95263671875}, {"start": 355.7, "end": 355.98, "word": " on", "probability": 0.94775390625}, {"start": 355.98, "end": 356.2, "word": " for", "probability": 0.95361328125}, {"start": 356.2, "end": 356.46, "word": " some", "probability": 0.82666015625}, {"start": 356.46, "end": 356.82, "word": " time.", "probability": 0.8837890625}, {"start": 357.56, "end": 358.16, "word": " So", "probability": 0.290771484375}, {"start": 358.16, "end": 359.14, "word": " the", "probability": 0.677734375}, {"start": 359.14, "end": 359.46, "word": " scene", "probability": 0.91796875}, {"start": 359.46, "end": 360.06, "word": " happens", "probability": 0.8623046875}, {"start": 360.06, "end": 361.06, "word": " once,", "probability": 0.865234375}, {"start": 361.32, "end": 361.62, "word": " okay?", "probability": 0.54345703125}, {"start": 361.96, "end": 362.24, "word": " Whereas", "probability": 0.708984375}, {"start": 362.24, "end": 362.82, "word": " the", "probability": 0.82080078125}, {"start": 362.82, "end": 363.34, "word": " crossing", "probability": 0.6455078125}, {"start": 363.34, "end": 364.6, "word": " was", "probability": 0.9326171875}, {"start": 364.6, "end": 364.9, "word": " going", "probability": 0.947265625}, {"start": 364.9, "end": 365.16, "word": " on", "probability": 0.931640625}, {"start": 365.16, "end": 365.32, "word": " for", "probability": 0.9375}, {"start": 365.32, "end": 365.52, "word": " some", "probability": 0.75146484375}, {"start": 365.52, "end": 365.62, "word": " time.", "probability": 0.82861328125}, {"start": 366.02, "end": 366.36, "word": " Notice", "probability": 0.951171875}, {"start": 366.36, "end": 366.66, "word": " that", "probability": 0.8310546875}, {"start": 366.66, "end": 367.3, "word": " interaction", "probability": 0.86279296875}, {"start": 367.3, "end": 367.68, "word": " between", "probability": 0.861328125}, {"start": 367.68, "end": 367.9, "word": " the", "probability": 0.90234375}, {"start": 367.9, "end": 368.28, "word": " past", "probability": 0.86474609375}, {"start": 368.28, "end": 368.76, "word": " simple", "probability": 0.93359375}, {"start": 368.76, "end": 369.2, "word": " tense", "probability": 0.93310546875}, {"start": 369.2, "end": 369.8, "word": " and", "probability": 0.89892578125}, {"start": 369.8, "end": 370.0, "word": " the", "probability": 0.89404296875}, {"start": 370.0, "end": 370.36, "word": " present", "probability": 0.869140625}, {"start": 370.36, "end": 370.8, "word": " past", "probability": 0.415771484375}, {"start": 370.8, "end": 371.28, "word": " continuous.", "probability": 0.86669921875}, {"start": 371.44, "end": 371.52, "word": " There", "probability": 0.74365234375}, {"start": 371.52, "end": 371.64, "word": " is", "probability": 0.86767578125}, {"start": 371.64, "end": 372.24, "word": " interaction.", "probability": 0.82958984375}, {"start": 372.4, "end": 372.64, "word": " So", "probability": 0.85498046875}, {"start": 372.64, "end": 372.84, "word": " they", "probability": 0.86572265625}, {"start": 372.84, "end": 373.06, "word": " go", "probability": 0.962890625}, {"start": 373.06, "end": 373.38, "word": " along", "probability": 0.947265625}, {"start": 373.38, "end": 373.8, "word": " together,", "probability": 0.84619140625}, {"start": 374.02, "end": 374.26, "word": " okay?", "probability": 0.90478515625}], "temperature": 1.0}, {"id": 17, "seek": 38299, "start": 375.01, "end": 382.99, "text": " The third one, when the mites went out, because they happened once, when the mites went out, I…", "tokens": [440, 2636, 472, 11, 562, 264, 2194, 279, 1437, 484, 11, 570, 436, 2011, 1564, 11, 562, 264, 2194, 279, 1437, 484, 11, 286, 1260], "avg_logprob": -0.3680889423076923, "compression_ratio": 1.3066666666666666, "no_speech_prob": 1.1920928955078125e-06, "words": [{"start": 375.01, "end": 375.25, "word": " The", "probability": 0.17431640625}, {"start": 375.25, "end": 375.47, "word": " third", "probability": 0.88037109375}, {"start": 375.47, "end": 375.73, "word": " one,", "probability": 0.9208984375}, {"start": 376.09, "end": 376.33, "word": " when", "probability": 0.480224609375}, {"start": 376.33, "end": 376.53, "word": " the", "probability": 0.92431640625}, {"start": 376.53, "end": 377.01, "word": " mites", "probability": 0.6556396484375}, {"start": 377.01, "end": 377.49, "word": " went", "probability": 0.89306640625}, {"start": 377.49, "end": 377.91, "word": " out,", "probability": 0.90234375}, {"start": 378.07, "end": 378.49, "word": " because", "probability": 0.78564453125}, {"start": 378.49, "end": 378.71, "word": " they", "probability": 0.8984375}, {"start": 378.71, "end": 379.13, "word": " happened", "probability": 0.50048828125}, {"start": 379.13, "end": 379.61, "word": " once,", "probability": 0.90576171875}, {"start": 380.05, "end": 380.21, "word": " when", "probability": 0.6708984375}, {"start": 380.21, "end": 380.39, "word": " the", "probability": 0.9248046875}, {"start": 380.39, "end": 380.71, "word": " mites", "probability": 0.89697265625}, {"start": 380.71, "end": 380.99, "word": " went", "probability": 0.87646484375}, {"start": 380.99, "end": 381.53, "word": " out,", "probability": 0.8955078125}, {"start": 382.25, "end": 382.99, "word": " I…", "probability": 0.615966796875}], "temperature": 1.0}, {"id": 18, "seek": 40939, "start": 383.25, "end": 409.39, "text": "was talking to a friend or to my brother so again we have a past simpatence and then there was something that was going at the time going on at the time of that event okay this is use number one that is to say going for some action or an action that was going on for some time yes please I think a past action cut the past promise okay", "tokens": [6569, 1417, 281, 257, 1277, 420, 281, 452, 3708, 370, 797, 321, 362, 257, 1791, 1034, 11584, 655, 293, 550, 456, 390, 746, 300, 390, 516, 412, 264, 565, 516, 322, 412, 264, 565, 295, 300, 2280, 1392, 341, 307, 764, 1230, 472, 300, 307, 281, 584, 516, 337, 512, 3069, 420, 364, 3069, 300, 390, 516, 322, 337, 512, 565, 2086, 1767, 286, 519, 257, 1791, 3069, 1723, 264, 1791, 6228, 1392], "avg_logprob": -0.22276182714346293, "compression_ratio": 1.8406593406593406, "no_speech_prob": 3.5762786865234375e-07, "words": [{"start": 383.25, "end": 383.75, "word": "was", "probability": 0.37451171875}, {"start": 383.75, "end": 384.39, "word": " talking", "probability": 0.8662109375}, {"start": 384.39, "end": 384.85, "word": " to", "probability": 0.97021484375}, {"start": 384.85, "end": 385.15, "word": " a", "probability": 0.9736328125}, {"start": 385.15, "end": 385.45, "word": " friend", "probability": 0.787109375}, {"start": 385.45, "end": 385.69, "word": " or", "probability": 0.75244140625}, {"start": 385.69, "end": 385.85, "word": " to", "probability": 0.82275390625}, {"start": 385.85, "end": 386.25, "word": " my", "probability": 0.9677734375}, {"start": 386.25, "end": 387.01, "word": " brother", "probability": 0.8603515625}, {"start": 387.01, "end": 387.27, "word": " so", "probability": 0.306884765625}, {"start": 387.27, "end": 387.59, "word": " again", "probability": 0.89892578125}, {"start": 387.59, "end": 387.79, "word": " we", "probability": 0.8330078125}, {"start": 387.79, "end": 387.99, "word": " have", "probability": 0.9169921875}, {"start": 387.99, "end": 388.11, "word": " a", "probability": 0.9228515625}, {"start": 388.11, "end": 388.39, "word": " past", "probability": 0.8935546875}, {"start": 388.39, "end": 389.15, "word": " simpatence", "probability": 0.518310546875}, {"start": 389.15, "end": 389.35, "word": " and", "probability": 0.91845703125}, {"start": 389.35, "end": 389.49, "word": " then", "probability": 0.76171875}, {"start": 389.49, "end": 389.65, "word": " there", "probability": 0.86767578125}, {"start": 389.65, "end": 389.85, "word": " was", "probability": 0.94482421875}, {"start": 389.85, "end": 390.21, "word": " something", "probability": 0.8583984375}, {"start": 390.21, "end": 390.41, "word": " that", "probability": 0.88330078125}, {"start": 390.41, "end": 390.63, "word": " was", "probability": 0.94384765625}, {"start": 390.63, "end": 390.99, "word": " going", "probability": 0.94384765625}, {"start": 390.99, "end": 391.43, "word": " at", "probability": 0.54443359375}, {"start": 391.43, "end": 391.61, "word": " the", "probability": 0.806640625}, {"start": 391.61, "end": 392.09, "word": " time", "probability": 0.896484375}, {"start": 392.09, "end": 392.65, "word": " going", "probability": 0.69091796875}, {"start": 392.65, "end": 392.93, "word": " on", "probability": 0.9130859375}, {"start": 392.93, "end": 393.07, "word": " at", "probability": 0.95654296875}, {"start": 393.07, "end": 393.23, "word": " the", "probability": 0.89501953125}, {"start": 393.23, "end": 393.51, "word": " time", "probability": 0.8916015625}, {"start": 393.51, "end": 393.87, "word": " of", "probability": 0.9521484375}, {"start": 393.87, "end": 394.67, "word": " that", "probability": 0.685546875}, {"start": 394.67, "end": 395.75, "word": " event", "probability": 0.82177734375}, {"start": 395.75, "end": 396.19, "word": " okay", "probability": 0.599609375}, {"start": 396.19, "end": 396.59, "word": " this", "probability": 0.703125}, {"start": 396.59, "end": 396.77, "word": " is", "probability": 0.9453125}, {"start": 396.77, "end": 397.03, "word": " use", "probability": 0.87158203125}, {"start": 397.03, "end": 397.57, "word": " number", "probability": 0.91650390625}, {"start": 397.57, "end": 398.23, "word": " one", "probability": 0.7841796875}, {"start": 398.23, "end": 398.91, "word": " that", "probability": 0.81396484375}, {"start": 398.91, "end": 399.07, "word": " is", "probability": 0.90673828125}, {"start": 399.07, "end": 399.19, "word": " to", "probability": 0.9658203125}, {"start": 399.19, "end": 399.55, "word": " say", "probability": 0.955078125}, {"start": 399.55, "end": 400.25, "word": " going", "probability": 0.9296875}, {"start": 400.25, "end": 400.49, "word": " for", "probability": 0.90185546875}, {"start": 400.49, "end": 400.77, "word": " some", "probability": 0.9072265625}, {"start": 400.77, "end": 401.21, "word": " action", "probability": 0.958984375}, {"start": 401.21, "end": 401.47, "word": " or", "probability": 0.9541015625}, {"start": 401.47, "end": 401.67, "word": " an", "probability": 0.8876953125}, {"start": 401.67, "end": 401.93, "word": " action", "probability": 0.96044921875}, {"start": 401.93, "end": 402.11, "word": " that", "probability": 0.92333984375}, {"start": 402.11, "end": 402.27, "word": " was", "probability": 0.94677734375}, {"start": 402.27, "end": 402.59, "word": " going", "probability": 0.94580078125}, {"start": 402.59, "end": 402.85, "word": " on", "probability": 0.94482421875}, {"start": 402.85, "end": 403.05, "word": " for", "probability": 0.94970703125}, {"start": 403.05, "end": 403.33, "word": " some", "probability": 0.771484375}, {"start": 403.33, "end": 403.53, "word": " time", "probability": 0.8759765625}, {"start": 403.53, "end": 403.69, "word": " yes", "probability": 0.60107421875}, {"start": 403.69, "end": 403.97, "word": " please", "probability": 0.765625}, {"start": 403.97, "end": 404.43, "word": " I", "probability": 0.43408203125}, {"start": 404.43, "end": 404.85, "word": " think", "probability": 0.91455078125}, {"start": 404.85, "end": 405.53, "word": " a", "probability": 0.8427734375}, {"start": 405.53, "end": 405.85, "word": " past", "probability": 0.89404296875}, {"start": 405.85, "end": 406.45, "word": " action", "probability": 0.94384765625}, {"start": 406.45, "end": 406.93, "word": " cut", "probability": 0.8115234375}, {"start": 406.93, "end": 407.21, "word": " the", "probability": 0.8623046875}, {"start": 407.21, "end": 408.11, "word": " past", "probability": 0.84716796875}, {"start": 408.11, "end": 408.57, "word": " promise", "probability": 0.2420654296875}, {"start": 408.57, "end": 409.39, "word": " okay", "probability": 0.8017578125}], "temperature": 1.0}, {"id": 19, "seek": 43085, "start": 409.65, "end": 430.85, "text": " Yes, of course, yeah, so because we have the interaction, there was something going on and then there was something that happened at that time when that thing was progressing, okay? So you're right, you're completely right, of course. The second use for past continuous tense is something that we do in storytelling, which is setting the scene.", "tokens": [1079, 11, 295, 1164, 11, 1338, 11, 370, 570, 321, 362, 264, 9285, 11, 456, 390, 746, 516, 322, 293, 550, 456, 390, 746, 300, 2011, 412, 300, 565, 562, 300, 551, 390, 36305, 11, 1392, 30, 407, 291, 434, 558, 11, 291, 434, 2584, 558, 11, 295, 1164, 13, 440, 1150, 764, 337, 1791, 10957, 18760, 307, 746, 300, 321, 360, 294, 21479, 11, 597, 307, 3287, 264, 4145, 13], "avg_logprob": -0.18880208084980646, "compression_ratio": 1.6911764705882353, "no_speech_prob": 2.980232238769531e-07, "words": [{"start": 409.65, "end": 410.11, "word": " Yes,", "probability": 0.71923828125}, {"start": 410.21, "end": 410.35, "word": " of", "probability": 0.9609375}, {"start": 410.35, "end": 410.59, "word": " course,", "probability": 0.96142578125}, {"start": 410.69, "end": 410.81, "word": " yeah,", "probability": 0.6484375}, {"start": 410.97, "end": 411.15, "word": " so", "probability": 0.6025390625}, {"start": 411.15, "end": 411.67, "word": " because", "probability": 0.6376953125}, {"start": 411.67, "end": 411.87, "word": " we", "probability": 0.9580078125}, {"start": 411.87, "end": 412.05, "word": " have", "probability": 0.83544921875}, {"start": 412.05, "end": 412.17, "word": " the", "probability": 0.50439453125}, {"start": 412.17, "end": 412.63, "word": " interaction,", "probability": 0.8671875}, {"start": 412.77, "end": 412.85, "word": " there", "probability": 0.7578125}, {"start": 412.85, "end": 413.03, "word": " was", "probability": 0.93994140625}, {"start": 413.03, "end": 413.33, "word": " something", "probability": 0.87255859375}, {"start": 413.33, "end": 413.63, "word": " going", "probability": 0.94580078125}, {"start": 413.63, "end": 413.99, "word": " on", "probability": 0.94482421875}, {"start": 413.99, "end": 414.19, "word": " and", "probability": 0.63330078125}, {"start": 414.19, "end": 414.37, "word": " then", "probability": 0.82666015625}, {"start": 414.37, "end": 414.51, "word": " there", "probability": 0.80712890625}, {"start": 414.51, "end": 414.73, "word": " was", "probability": 0.95263671875}, {"start": 414.73, "end": 415.05, "word": " something", "probability": 0.861328125}, {"start": 415.05, "end": 415.43, "word": " that", "probability": 0.92919921875}, {"start": 415.43, "end": 416.25, "word": " happened", "probability": 0.84228515625}, {"start": 416.25, "end": 416.73, "word": " at", "probability": 0.9580078125}, {"start": 416.73, "end": 417.09, "word": " that", "probability": 0.93408203125}, {"start": 417.09, "end": 417.51, "word": " time", "probability": 0.89404296875}, {"start": 417.51, "end": 417.83, "word": " when", "probability": 0.89013671875}, {"start": 417.83, "end": 418.41, "word": " that", "probability": 0.9111328125}, {"start": 418.41, "end": 418.65, "word": " thing", "probability": 0.91796875}, {"start": 418.65, "end": 418.85, "word": " was", "probability": 0.94873046875}, {"start": 418.85, "end": 419.41, "word": " progressing,", "probability": 0.875}, {"start": 419.57, "end": 419.77, "word": " okay?", "probability": 0.84033203125}, {"start": 419.91, "end": 420.01, "word": " So", "probability": 0.95263671875}, {"start": 420.01, "end": 420.17, "word": " you're", "probability": 0.828369140625}, {"start": 420.17, "end": 420.35, "word": " right,", "probability": 0.91552734375}, {"start": 420.43, "end": 420.57, "word": " you're", "probability": 0.963623046875}, {"start": 420.57, "end": 420.95, "word": " completely", "probability": 0.76123046875}, {"start": 420.95, "end": 421.37, "word": " right,", "probability": 0.9189453125}, {"start": 421.51, "end": 421.65, "word": " of", "probability": 0.970703125}, {"start": 421.65, "end": 421.85, "word": " course.", "probability": 0.95751953125}, {"start": 422.41, "end": 422.55, "word": " The", "probability": 0.88671875}, {"start": 422.55, "end": 422.95, "word": " second", "probability": 0.90576171875}, {"start": 422.95, "end": 423.37, "word": " use", "probability": 0.89501953125}, {"start": 423.37, "end": 424.01, "word": " for", "probability": 0.94384765625}, {"start": 424.01, "end": 424.93, "word": " past", "probability": 0.486328125}, {"start": 424.93, "end": 425.47, "word": " continuous", "probability": 0.82080078125}, {"start": 425.47, "end": 425.83, "word": " tense", "probability": 0.9375}, {"start": 425.83, "end": 426.35, "word": " is", "probability": 0.91943359375}, {"start": 426.35, "end": 426.71, "word": " something", "probability": 0.8603515625}, {"start": 426.71, "end": 427.15, "word": " that", "probability": 0.93359375}, {"start": 427.15, "end": 427.35, "word": " we", "probability": 0.9619140625}, {"start": 427.35, "end": 427.63, "word": " do", "probability": 0.96435546875}, {"start": 427.63, "end": 427.95, "word": " in", "probability": 0.94775390625}, {"start": 427.95, "end": 428.85, "word": " storytelling,", "probability": 0.80615234375}, {"start": 429.05, "end": 429.25, "word": " which", "probability": 0.95068359375}, {"start": 429.25, "end": 429.51, "word": " is", "probability": 0.94873046875}, {"start": 429.51, "end": 430.05, "word": " setting", "probability": 0.91455078125}, {"start": 430.05, "end": 430.55, "word": " the", "probability": 0.9169921875}, {"start": 430.55, "end": 430.85, "word": " scene.", "probability": 0.93408203125}], "temperature": 1.0}, {"id": 20, "seek": 46053, "start": 431.29, "end": 460.53, "text": " Okay, setting the scene. What was the situation like when something at some point in, so it is used for setting the scene. It is used to describe the situation, in other words, in which the events of the narrative or the story were happening. So again, number two is the scene, what was happening at that time. Let's just consider the first, this example. When I woke up at eight a.m.,", "tokens": [1033, 11, 3287, 264, 4145, 13, 708, 390, 264, 2590, 411, 562, 746, 412, 512, 935, 294, 11, 370, 309, 307, 1143, 337, 3287, 264, 4145, 13, 467, 307, 1143, 281, 6786, 264, 2590, 11, 294, 661, 2283, 11, 294, 597, 264, 3931, 295, 264, 9977, 420, 264, 1657, 645, 2737, 13, 407, 797, 11, 1230, 732, 307, 264, 4145, 11, 437, 390, 2737, 412, 300, 565, 13, 961, 311, 445, 1949, 264, 700, 11, 341, 1365, 13, 1133, 286, 12852, 493, 412, 3180, 257, 13, 76, 7933], "avg_logprob": -0.18785112493493583, "compression_ratio": 1.7004405286343611, "no_speech_prob": 5.960464477539063e-08, "words": [{"start": 431.29, "end": 431.75, "word": " Okay,", "probability": 0.345947265625}, {"start": 432.33, "end": 432.53, "word": " setting", "probability": 0.92724609375}, {"start": 432.53, "end": 432.79, "word": " the", "probability": 0.90478515625}, {"start": 432.79, "end": 432.93, "word": " scene.", "probability": 0.93359375}, {"start": 433.07, "end": 433.23, "word": " What", "probability": 0.880859375}, {"start": 433.23, "end": 433.59, "word": " was", "probability": 0.9560546875}, {"start": 433.59, "end": 433.75, "word": " the", "probability": 0.91748046875}, {"start": 433.75, "end": 434.37, "word": " situation", "probability": 0.9384765625}, {"start": 434.37, "end": 434.99, "word": " like", "probability": 0.935546875}, {"start": 434.99, "end": 435.57, "word": " when", "probability": 0.80517578125}, {"start": 435.57, "end": 436.13, "word": " something", "probability": 0.84814453125}, {"start": 436.13, "end": 437.31, "word": " at", "probability": 0.759765625}, {"start": 437.31, "end": 437.67, "word": " some", "probability": 0.86474609375}, {"start": 437.67, "end": 438.09, "word": " point", "probability": 0.9716796875}, {"start": 438.09, "end": 438.37, "word": " in,", "probability": 0.8388671875}, {"start": 438.81, "end": 438.99, "word": " so", "probability": 0.837890625}, {"start": 438.99, "end": 439.37, "word": " it", "probability": 0.86962890625}, {"start": 439.37, "end": 439.51, "word": " is", "probability": 0.92236328125}, {"start": 439.51, "end": 439.77, "word": " used", "probability": 0.59228515625}, {"start": 439.77, "end": 440.13, "word": " for", "probability": 0.93701171875}, {"start": 440.13, "end": 440.63, "word": " setting", "probability": 0.958984375}, {"start": 440.63, "end": 440.93, "word": " the", "probability": 0.88720703125}, {"start": 440.93, "end": 441.25, "word": " scene.", "probability": 0.92333984375}, {"start": 441.67, "end": 441.75, "word": " It", "probability": 0.9638671875}, {"start": 441.75, "end": 441.91, "word": " is", "probability": 0.93603515625}, {"start": 441.91, "end": 442.13, "word": " used", "probability": 0.9111328125}, {"start": 442.13, "end": 442.37, "word": " to", "probability": 0.9716796875}, {"start": 442.37, "end": 443.25, "word": " describe", "probability": 0.8740234375}, {"start": 443.25, "end": 443.43, "word": " the", "probability": 0.9072265625}, {"start": 443.43, "end": 443.91, "word": " situation,", "probability": 0.9287109375}, {"start": 443.97, "end": 444.09, "word": " in", "probability": 0.5361328125}, {"start": 444.09, "end": 444.29, "word": " other", "probability": 0.904296875}, {"start": 444.29, "end": 444.87, "word": " words,", "probability": 0.86865234375}, {"start": 445.33, "end": 445.51, "word": " in", "probability": 0.94384765625}, {"start": 445.51, "end": 445.73, "word": " which", "probability": 0.94677734375}, {"start": 445.73, "end": 445.89, "word": " the", "probability": 0.90673828125}, {"start": 445.89, "end": 446.29, "word": " events", "probability": 0.89111328125}, {"start": 446.29, "end": 446.51, "word": " of", "probability": 0.962890625}, {"start": 446.51, "end": 446.69, "word": " the", "probability": 0.91455078125}, {"start": 446.69, "end": 447.13, "word": " narrative", "probability": 0.9248046875}, {"start": 447.13, "end": 447.45, "word": " or", "probability": 0.437255859375}, {"start": 447.45, "end": 447.65, "word": " the", "probability": 0.87890625}, {"start": 447.65, "end": 448.03, "word": " story", "probability": 0.9599609375}, {"start": 448.03, "end": 448.53, "word": " were", "probability": 0.865234375}, {"start": 448.53, "end": 449.37, "word": " happening.", "probability": 0.7705078125}, {"start": 449.49, "end": 449.61, "word": " So", "probability": 0.95556640625}, {"start": 449.61, "end": 450.01, "word": " again,", "probability": 0.79296875}, {"start": 450.29, "end": 450.59, "word": " number", "probability": 0.92822265625}, {"start": 450.59, "end": 451.03, "word": " two", "probability": 0.9345703125}, {"start": 451.03, "end": 451.47, "word": " is", "probability": 0.9140625}, {"start": 451.47, "end": 451.73, "word": " the", "probability": 0.92236328125}, {"start": 451.73, "end": 452.01, "word": " scene,", "probability": 0.943359375}, {"start": 452.31, "end": 452.53, "word": " what", "probability": 0.58740234375}, {"start": 452.53, "end": 452.93, "word": " was", "probability": 0.9453125}, {"start": 452.93, "end": 453.39, "word": " happening", "probability": 0.81396484375}, {"start": 453.39, "end": 453.73, "word": " at", "probability": 0.96337890625}, {"start": 453.73, "end": 453.97, "word": " that", "probability": 0.9326171875}, {"start": 453.97, "end": 454.17, "word": " time.", "probability": 0.84814453125}, {"start": 454.45, "end": 454.67, "word": " Let's", "probability": 0.955078125}, {"start": 454.67, "end": 454.87, "word": " just", "probability": 0.90576171875}, {"start": 454.87, "end": 455.25, "word": " consider", "probability": 0.9169921875}, {"start": 455.25, "end": 455.47, "word": " the", "probability": 0.88671875}, {"start": 455.47, "end": 455.85, "word": " first,", "probability": 0.89794921875}, {"start": 456.39, "end": 456.59, "word": " this", "probability": 0.9501953125}, {"start": 456.59, "end": 457.05, "word": " example.", "probability": 0.98486328125}, {"start": 457.39, "end": 457.65, "word": " When", "probability": 0.73583984375}, {"start": 457.65, "end": 457.93, "word": " I", "probability": 0.9990234375}, {"start": 457.93, "end": 458.25, "word": " woke", "probability": 0.85888671875}, {"start": 458.25, "end": 458.57, "word": " up", "probability": 0.96728515625}, {"start": 458.57, "end": 458.87, "word": " at", "probability": 0.9658203125}, {"start": 458.87, "end": 459.39, "word": " eight", "probability": 0.482421875}, {"start": 459.39, "end": 460.01, "word": " a", "probability": 0.53173828125}, {"start": 460.01, "end": 460.53, "word": ".m.,", "probability": 0.87841796875}], "temperature": 1.0}, {"id": 21, "seek": 47574, "start": 461.06, "end": 475.74, "text": " What was happening? What was the scene? The sun was shining and the birds were singing. That was the scene. That was the situation. So I use it in the past continuous tense to describe the setting.", "tokens": [708, 390, 2737, 30, 708, 390, 264, 4145, 30, 440, 3295, 390, 18269, 293, 264, 9009, 645, 6726, 13, 663, 390, 264, 4145, 13, 663, 390, 264, 2590, 13, 407, 286, 764, 309, 294, 264, 1791, 10957, 18760, 281, 6786, 264, 3287, 13], "avg_logprob": -0.22602982446551323, "compression_ratio": 1.596774193548387, "no_speech_prob": 5.960464477539063e-08, "words": [{"start": 461.06, "end": 461.36, "word": " What", "probability": 0.457275390625}, {"start": 461.36, "end": 461.58, "word": " was", "probability": 0.93896484375}, {"start": 461.58, "end": 462.04, "word": " happening?", "probability": 0.7138671875}, {"start": 462.58, "end": 463.22, "word": " What", "probability": 0.70361328125}, {"start": 463.22, "end": 463.44, "word": " was", "probability": 0.95068359375}, {"start": 463.44, "end": 463.62, "word": " the", "probability": 0.919921875}, {"start": 463.62, "end": 463.9, "word": " scene?", "probability": 0.94482421875}, {"start": 464.54, "end": 464.68, "word": " The", "probability": 0.83984375}, {"start": 464.68, "end": 465.0, "word": " sun", "probability": 0.83349609375}, {"start": 465.0, "end": 465.3, "word": " was", "probability": 0.94140625}, {"start": 465.3, "end": 465.84, "word": " shining", "probability": 0.90673828125}, {"start": 465.84, "end": 466.68, "word": " and", "probability": 0.77734375}, {"start": 466.68, "end": 466.86, "word": " the", "probability": 0.744140625}, {"start": 466.86, "end": 467.2, "word": " birds", "probability": 0.82666015625}, {"start": 467.2, "end": 467.52, "word": " were", "probability": 0.87939453125}, {"start": 467.52, "end": 468.26, "word": " singing.", "probability": 0.65966796875}, {"start": 468.38, "end": 468.56, "word": " That", "probability": 0.80029296875}, {"start": 468.56, "end": 468.86, "word": " was", "probability": 0.94677734375}, {"start": 468.86, "end": 469.08, "word": " the", "probability": 0.91943359375}, {"start": 469.08, "end": 469.52, "word": " scene.", "probability": 0.91015625}, {"start": 469.92, "end": 470.36, "word": " That", "probability": 0.451416015625}, {"start": 470.36, "end": 470.64, "word": " was", "probability": 0.9482421875}, {"start": 470.64, "end": 470.82, "word": " the", "probability": 0.9208984375}, {"start": 470.82, "end": 471.44, "word": " situation.", "probability": 0.9453125}, {"start": 471.8, "end": 471.94, "word": " So", "probability": 0.611328125}, {"start": 471.94, "end": 472.3, "word": " I", "probability": 0.70703125}, {"start": 472.3, "end": 472.64, "word": " use", "probability": 0.625}, {"start": 472.64, "end": 472.84, "word": " it", "probability": 0.9130859375}, {"start": 472.84, "end": 473.08, "word": " in", "probability": 0.91748046875}, {"start": 473.08, "end": 473.24, "word": " the", "probability": 0.86376953125}, {"start": 473.24, "end": 473.56, "word": " past", "probability": 0.90283203125}, {"start": 473.56, "end": 474.24, "word": " continuous", "probability": 0.8193359375}, {"start": 474.24, "end": 474.46, "word": " tense", "probability": 0.431396484375}, {"start": 474.46, "end": 474.62, "word": " to", "probability": 0.92138671875}, {"start": 474.62, "end": 475.14, "word": " describe", "probability": 0.87158203125}, {"start": 475.14, "end": 475.4, "word": " the", "probability": 0.904296875}, {"start": 475.4, "end": 475.74, "word": " setting.", "probability": 0.83154296875}], "temperature": 1.0}, {"id": 22, "seek": 49197, "start": 476.09, "end": 491.97, "text": " situation at that time I had a shower I ate some breakfast and left for work at 9 a.m. or 9 and so on okay so the second use for the past simple tense especially in narrative writing is to set the scene okay", "tokens": [2590, 412, 300, 565, 286, 632, 257, 10128, 286, 8468, 512, 8201, 293, 1411, 337, 589, 412, 1722, 257, 13, 76, 13, 420, 1722, 293, 370, 322, 1392, 370, 264, 1150, 764, 337, 264, 1791, 2199, 18760, 2318, 294, 9977, 3579, 307, 281, 992, 264, 4145, 1392], "avg_logprob": -0.23095703745881715, "compression_ratio": 1.4545454545454546, "no_speech_prob": 2.384185791015625e-07, "words": [{"start": 476.09, "end": 476.85, "word": " situation", "probability": 0.252685546875}, {"start": 476.85, "end": 477.31, "word": " at", "probability": 0.888671875}, {"start": 477.31, "end": 477.55, "word": " that", "probability": 0.9228515625}, {"start": 477.55, "end": 477.83, "word": " time", "probability": 0.88720703125}, {"start": 477.83, "end": 478.21, "word": " I", "probability": 0.3251953125}, {"start": 478.21, "end": 478.39, "word": " had", "probability": 0.83935546875}, {"start": 478.39, "end": 478.51, "word": " a", "probability": 0.9482421875}, {"start": 478.51, "end": 478.77, "word": " shower", "probability": 0.96533203125}, {"start": 478.77, "end": 479.01, "word": " I", "probability": 0.6455078125}, {"start": 479.01, "end": 479.15, "word": " ate", "probability": 0.44140625}, {"start": 479.15, "end": 479.33, "word": " some", "probability": 0.77001953125}, {"start": 479.33, "end": 479.75, "word": " breakfast", "probability": 0.86865234375}, {"start": 479.75, "end": 479.99, "word": " and", "probability": 0.8740234375}, {"start": 479.99, "end": 480.17, "word": " left", "probability": 0.85888671875}, {"start": 480.17, "end": 480.37, "word": " for", "probability": 0.8935546875}, {"start": 480.37, "end": 480.65, "word": " work", "probability": 0.91796875}, {"start": 480.65, "end": 481.15, "word": " at", "probability": 0.9453125}, {"start": 481.15, "end": 481.49, "word": " 9", "probability": 0.8828125}, {"start": 481.49, "end": 481.81, "word": " a", "probability": 0.39697265625}, {"start": 481.81, "end": 482.07, "word": ".m.", "probability": 0.997802734375}, {"start": 482.13, "end": 482.23, "word": " or", "probability": 0.9091796875}, {"start": 482.23, "end": 482.53, "word": " 9", "probability": 0.6357421875}, {"start": 482.53, "end": 482.97, "word": " and", "probability": 0.7783203125}, {"start": 482.97, "end": 483.19, "word": " so", "probability": 0.93115234375}, {"start": 483.19, "end": 483.39, "word": " on", "probability": 0.9453125}, {"start": 483.39, "end": 483.69, "word": " okay", "probability": 0.646484375}, {"start": 483.69, "end": 484.11, "word": " so", "probability": 0.70556640625}, {"start": 484.11, "end": 484.27, "word": " the", "probability": 0.91796875}, {"start": 484.27, "end": 484.53, "word": " second", "probability": 0.91162109375}, {"start": 484.53, "end": 484.77, "word": " use", "probability": 0.84033203125}, {"start": 484.77, "end": 484.97, "word": " for", "probability": 0.94091796875}, {"start": 484.97, "end": 485.11, "word": " the", "probability": 0.8974609375}, {"start": 485.11, "end": 485.43, "word": " past", "probability": 0.7783203125}, {"start": 485.43, "end": 485.71, "word": " simple", "probability": 0.91455078125}, {"start": 485.71, "end": 485.99, "word": " tense", "probability": 0.86669921875}, {"start": 485.99, "end": 486.55, "word": " especially", "probability": 0.796875}, {"start": 486.55, "end": 486.79, "word": " in", "probability": 0.88525390625}, {"start": 486.79, "end": 487.25, "word": " narrative", "probability": 0.88525390625}, {"start": 487.25, "end": 487.69, "word": " writing", "probability": 0.91064453125}, {"start": 487.69, "end": 488.41, "word": " is", "probability": 0.93505859375}, {"start": 488.41, "end": 490.05, "word": " to", "probability": 0.94287109375}, {"start": 490.05, "end": 490.59, "word": " set", "probability": 0.8681640625}, {"start": 490.59, "end": 491.21, "word": " the", "probability": 0.7666015625}, {"start": 491.21, "end": 491.55, "word": " scene", "probability": 0.9140625}, {"start": 491.55, "end": 491.97, "word": " okay", "probability": 0.8056640625}], "temperature": 1.0}, {"id": 23, "seek": 51895, "start": 492.85, "end": 518.95, "text": " Alright, now we have the third type of past tense, the past tense, which is the past perfect sample. When do I use it? The past perfect sample. Of course, you studied this before. Very nice. So when we're talking about two past events in the past, the earlier of the two is in the past perfect.", "tokens": [2798, 11, 586, 321, 362, 264, 2636, 2010, 295, 1791, 18760, 11, 264, 1791, 18760, 11, 597, 307, 264, 1791, 2176, 6889, 13, 1133, 360, 286, 764, 309, 30, 440, 1791, 2176, 6889, 13, 2720, 1164, 11, 291, 9454, 341, 949, 13, 4372, 1481, 13, 407, 562, 321, 434, 1417, 466, 732, 1791, 3931, 294, 264, 1791, 11, 264, 3071, 295, 264, 732, 307, 294, 264, 1791, 2176, 13], "avg_logprob": -0.2808035705770765, "compression_ratio": 1.6298342541436464, "no_speech_prob": 0.0, "words": [{"start": 492.85, "end": 493.23, "word": " Alright,", "probability": 0.2333984375}, {"start": 493.53, "end": 493.73, "word": " now", "probability": 0.7666015625}, {"start": 493.73, "end": 493.95, "word": " we", "probability": 0.93505859375}, {"start": 493.95, "end": 494.31, "word": " have", "probability": 0.951171875}, {"start": 494.31, "end": 494.45, "word": " the", "probability": 0.8916015625}, {"start": 494.45, "end": 494.81, "word": " third", "probability": 0.86572265625}, {"start": 494.81, "end": 495.17, "word": " type", "probability": 0.98046875}, {"start": 495.17, "end": 495.43, "word": " of", "probability": 0.97021484375}, {"start": 495.43, "end": 495.73, "word": " past", "probability": 0.8369140625}, {"start": 495.73, "end": 496.11, "word": " tense,", "probability": 0.90576171875}, {"start": 496.57, "end": 496.73, "word": " the", "probability": 0.70458984375}, {"start": 496.73, "end": 497.07, "word": " past", "probability": 0.89453125}, {"start": 497.07, "end": 497.25, "word": " tense,", "probability": 0.861328125}, {"start": 497.35, "end": 497.45, "word": " which", "probability": 0.9423828125}, {"start": 497.45, "end": 497.65, "word": " is", "probability": 0.955078125}, {"start": 497.65, "end": 497.87, "word": " the", "probability": 0.86328125}, {"start": 497.87, "end": 498.25, "word": " past", "probability": 0.876953125}, {"start": 498.25, "end": 499.15, "word": " perfect", "probability": 0.92431640625}, {"start": 499.15, "end": 500.29, "word": " sample.", "probability": 0.64794921875}, {"start": 500.55, "end": 500.77, "word": " When", "probability": 0.82666015625}, {"start": 500.77, "end": 500.91, "word": " do", "probability": 0.9482421875}, {"start": 500.91, "end": 501.13, "word": " I", "probability": 0.99072265625}, {"start": 501.13, "end": 501.49, "word": " use", "probability": 0.890625}, {"start": 501.49, "end": 501.69, "word": " it?", "probability": 0.78515625}, {"start": 501.79, "end": 501.87, "word": " The", "probability": 0.47265625}, {"start": 501.87, "end": 502.09, "word": " past", "probability": 0.87451171875}, {"start": 502.09, "end": 502.47, "word": " perfect", "probability": 0.9072265625}, {"start": 502.47, "end": 502.87, "word": " sample.", "probability": 0.81494140625}, {"start": 503.49, "end": 504.07, "word": " Of", "probability": 0.43505859375}, {"start": 504.07, "end": 504.27, "word": " course,", "probability": 0.95703125}, {"start": 504.37, "end": 504.39, "word": " you", "probability": 0.95263671875}, {"start": 504.39, "end": 504.69, "word": " studied", "probability": 0.72021484375}, {"start": 504.69, "end": 504.93, "word": " this", "probability": 0.92431640625}, {"start": 504.93, "end": 505.41, "word": " before.", "probability": 0.87744140625}, {"start": 509.47, "end": 509.77, "word": " Very", "probability": 0.12255859375}, {"start": 509.77, "end": 511.95, "word": " nice.", "probability": 0.8837890625}, {"start": 512.09, "end": 512.17, "word": " So", "probability": 0.8974609375}, {"start": 512.17, "end": 512.29, "word": " when", "probability": 0.56591796875}, {"start": 512.29, "end": 512.43, "word": " we're", "probability": 0.6458740234375}, {"start": 512.43, "end": 512.61, "word": " talking", "probability": 0.85888671875}, {"start": 512.61, "end": 512.95, "word": " about", "probability": 0.90234375}, {"start": 512.95, "end": 513.19, "word": " two", "probability": 0.86962890625}, {"start": 513.19, "end": 513.57, "word": " past", "probability": 0.88232421875}, {"start": 513.57, "end": 513.99, "word": " events", "probability": 0.91943359375}, {"start": 513.99, "end": 514.21, "word": " in", "probability": 0.92431640625}, {"start": 514.21, "end": 514.35, "word": " the", "probability": 0.91845703125}, {"start": 514.35, "end": 514.67, "word": " past,", "probability": 0.88818359375}, {"start": 515.07, "end": 515.25, "word": " the", "probability": 0.91162109375}, {"start": 515.25, "end": 515.73, "word": " earlier", "probability": 0.80810546875}, {"start": 515.73, "end": 516.25, "word": " of", "probability": 0.9619140625}, {"start": 516.25, "end": 516.41, "word": " the", "probability": 0.91015625}, {"start": 516.41, "end": 516.71, "word": " two", "probability": 0.93798828125}, {"start": 516.71, "end": 517.05, "word": " is", "probability": 0.87939453125}, {"start": 517.05, "end": 517.33, "word": " in", "probability": 0.71630859375}, {"start": 517.33, "end": 517.95, "word": " the", "probability": 0.78076171875}, {"start": 517.95, "end": 518.43, "word": " past", "probability": 0.8798828125}, {"start": 518.43, "end": 518.95, "word": " perfect.", "probability": 0.8984375}], "temperature": 1.0}, {"id": 24, "seek": 52823, "start": 519.29, "end": 528.23, "text": " which is head plus the past participle. So when we are talking about two actions, the earlier, the first of the two is in the past perfect.", "tokens": [597, 307, 1378, 1804, 264, 1791, 3421, 306, 13, 407, 562, 321, 366, 1417, 466, 732, 5909, 11, 264, 3071, 11, 264, 700, 295, 264, 732, 307, 294, 264, 1791, 2176, 13], "avg_logprob": -0.2937973484848485, "compression_ratio": 1.3333333333333333, "no_speech_prob": 1.0728836059570312e-06, "words": [{"start": 519.29, "end": 519.35, "word": " which", "probability": 0.1993408203125}, {"start": 519.35, "end": 519.51, "word": " is", "probability": 0.8955078125}, {"start": 519.51, "end": 520.09, "word": " head", "probability": 0.492431640625}, {"start": 520.09, "end": 520.55, "word": " plus", "probability": 0.65673828125}, {"start": 520.55, "end": 520.75, "word": " the", "probability": 0.79296875}, {"start": 520.75, "end": 521.17, "word": " past", "probability": 0.93798828125}, {"start": 521.17, "end": 522.33, "word": " participle.", "probability": 0.81640625}, {"start": 522.39, "end": 522.51, "word": " So", "probability": 0.79931640625}, {"start": 522.51, "end": 522.67, "word": " when", "probability": 0.5888671875}, {"start": 522.67, "end": 522.77, "word": " we", "probability": 0.58447265625}, {"start": 522.77, "end": 522.79, "word": " are", "probability": 0.362548828125}, {"start": 522.79, "end": 522.99, "word": " talking", "probability": 0.8447265625}, {"start": 522.99, "end": 523.27, "word": " about", "probability": 0.90673828125}, {"start": 523.27, "end": 523.45, "word": " two", "probability": 0.8662109375}, {"start": 523.45, "end": 523.95, "word": " actions,", "probability": 0.875}, {"start": 524.41, "end": 524.49, "word": " the", "probability": 0.8916015625}, {"start": 524.49, "end": 524.99, "word": " earlier,", "probability": 0.59912109375}, {"start": 525.21, "end": 525.33, "word": " the", "probability": 0.91015625}, {"start": 525.33, "end": 525.67, "word": " first", "probability": 0.88671875}, {"start": 525.67, "end": 525.85, "word": " of", "probability": 0.9267578125}, {"start": 525.85, "end": 525.99, "word": " the", "probability": 0.9052734375}, {"start": 525.99, "end": 526.33, "word": " two", "probability": 0.94189453125}, {"start": 526.33, "end": 526.83, "word": " is", "probability": 0.68701171875}, {"start": 526.83, "end": 527.05, "word": " in", "probability": 0.9208984375}, {"start": 527.05, "end": 527.23, "word": " the", "probability": 0.9140625}, {"start": 527.23, "end": 527.63, "word": " past", "probability": 0.8994140625}, {"start": 527.63, "end": 528.23, "word": " perfect.", "probability": 0.96044921875}], "temperature": 1.0}, {"id": 25, "seek": 55813, "start": 530.53, "end": 558.13, "text": " it is an action or chosen action or a situation happened before something or another event in the past. So if we consider one, three, four and five are past actions in the past, number two is in the past perfect because it happened earlier, it happened before. For example, when I woke up at 8 AM, the sun was shining and the birds were singing,", "tokens": [309, 307, 364, 3069, 420, 8614, 3069, 420, 257, 2590, 2011, 949, 746, 420, 1071, 2280, 294, 264, 1791, 13, 407, 498, 321, 1949, 472, 11, 1045, 11, 1451, 293, 1732, 366, 1791, 5909, 294, 264, 1791, 11, 1230, 732, 307, 294, 264, 1791, 2176, 570, 309, 2011, 3071, 11, 309, 2011, 949, 13, 1171, 1365, 11, 562, 286, 12852, 493, 412, 1649, 6475, 11, 264, 3295, 390, 18269, 293, 264, 9009, 645, 6726, 11], "avg_logprob": -0.20631167939619013, "compression_ratio": 1.6555023923444976, "no_speech_prob": 0.0, "words": [{"start": 530.53, "end": 530.81, "word": " it", "probability": 0.438720703125}, {"start": 530.81, "end": 531.01, "word": " is", "probability": 0.884765625}, {"start": 531.01, "end": 531.27, "word": " an", "probability": 0.9287109375}, {"start": 531.27, "end": 531.65, "word": " action", "probability": 0.9521484375}, {"start": 531.65, "end": 531.93, "word": " or", "probability": 0.88134765625}, {"start": 531.93, "end": 532.31, "word": " chosen", "probability": 0.73681640625}, {"start": 532.31, "end": 533.03, "word": " action", "probability": 0.94921875}, {"start": 533.03, "end": 533.35, "word": " or", "probability": 0.861328125}, {"start": 533.35, "end": 533.47, "word": " a", "probability": 0.69775390625}, {"start": 533.47, "end": 533.85, "word": " situation", "probability": 0.93798828125}, {"start": 533.85, "end": 534.67, "word": " happened", "probability": 0.79443359375}, {"start": 534.67, "end": 536.05, "word": " before", "probability": 0.83544921875}, {"start": 536.05, "end": 537.35, "word": " something", "probability": 0.818359375}, {"start": 537.35, "end": 537.79, "word": " or", "probability": 0.9541015625}, {"start": 537.79, "end": 538.15, "word": " another", "probability": 0.912109375}, {"start": 538.15, "end": 538.77, "word": " event", "probability": 0.84375}, {"start": 538.77, "end": 539.17, "word": " in", "probability": 0.79345703125}, {"start": 539.17, "end": 539.71, "word": " the", "probability": 0.77392578125}, {"start": 539.71, "end": 539.91, "word": " past.", "probability": 0.935546875}, {"start": 540.17, "end": 540.23, "word": " So", "probability": 0.79638671875}, {"start": 540.23, "end": 540.43, "word": " if", "probability": 0.36474609375}, {"start": 540.43, "end": 540.57, "word": " we", "probability": 0.89453125}, {"start": 540.57, "end": 540.97, "word": " consider", "probability": 0.63818359375}, {"start": 540.97, "end": 541.37, "word": " one,", "probability": 0.505859375}, {"start": 541.51, "end": 541.69, "word": " three,", "probability": 0.92724609375}, {"start": 541.85, "end": 542.05, "word": " four", "probability": 0.93603515625}, {"start": 542.05, "end": 542.21, "word": " and", "probability": 0.6220703125}, {"start": 542.21, "end": 542.59, "word": " five", "probability": 0.91162109375}, {"start": 542.59, "end": 542.87, "word": " are", "probability": 0.7548828125}, {"start": 542.87, "end": 543.31, "word": " past", "probability": 0.8603515625}, {"start": 543.31, "end": 543.95, "word": " actions", "probability": 0.908203125}, {"start": 543.95, "end": 544.89, "word": " in", "probability": 0.69873046875}, {"start": 544.89, "end": 545.25, "word": " the", "probability": 0.87744140625}, {"start": 545.25, "end": 545.65, "word": " past,", "probability": 0.8916015625}, {"start": 545.85, "end": 546.65, "word": " number", "probability": 0.92138671875}, {"start": 546.65, "end": 547.21, "word": " two", "probability": 0.92529296875}, {"start": 547.21, "end": 547.73, "word": " is", "probability": 0.9375}, {"start": 547.73, "end": 548.03, "word": " in", "probability": 0.93994140625}, {"start": 548.03, "end": 548.19, "word": " the", "probability": 0.91455078125}, {"start": 548.19, "end": 548.57, "word": " past", "probability": 0.8994140625}, {"start": 548.57, "end": 549.01, "word": " perfect", "probability": 0.92578125}, {"start": 549.01, "end": 549.43, "word": " because", "probability": 0.6708984375}, {"start": 549.43, "end": 549.61, "word": " it", "probability": 0.951171875}, {"start": 549.61, "end": 550.07, "word": " happened", "probability": 0.833984375}, {"start": 550.07, "end": 551.09, "word": " earlier,", "probability": 0.88037109375}, {"start": 551.23, "end": 551.39, "word": " it", "probability": 0.9482421875}, {"start": 551.39, "end": 551.83, "word": " happened", "probability": 0.84130859375}, {"start": 551.83, "end": 552.69, "word": " before.", "probability": 0.86328125}, {"start": 552.85, "end": 552.97, "word": " For", "probability": 0.95556640625}, {"start": 552.97, "end": 553.43, "word": " example,", "probability": 0.9736328125}, {"start": 553.83, "end": 554.05, "word": " when", "probability": 0.90283203125}, {"start": 554.05, "end": 554.29, "word": " I", "probability": 0.9970703125}, {"start": 554.29, "end": 554.59, "word": " woke", "probability": 0.8798828125}, {"start": 554.59, "end": 554.83, "word": " up", "probability": 0.96728515625}, {"start": 554.83, "end": 555.11, "word": " at", "probability": 0.96728515625}, {"start": 555.11, "end": 555.47, "word": " 8", "probability": 0.61279296875}, {"start": 555.47, "end": 555.89, "word": " AM,", "probability": 0.2481689453125}, {"start": 556.25, "end": 556.37, "word": " the", "probability": 0.9091796875}, {"start": 556.37, "end": 556.55, "word": " sun", "probability": 0.92041015625}, {"start": 556.55, "end": 556.71, "word": " was", "probability": 0.94287109375}, {"start": 556.71, "end": 557.07, "word": " shining", "probability": 0.9208984375}, {"start": 557.07, "end": 557.33, "word": " and", "probability": 0.89990234375}, {"start": 557.33, "end": 557.49, "word": " the", "probability": 0.89453125}, {"start": 557.49, "end": 557.67, "word": " birds", "probability": 0.86962890625}, {"start": 557.67, "end": 557.81, "word": " were", "probability": 0.90576171875}, {"start": 557.81, "end": 558.13, "word": " singing,", "probability": 0.9345703125}], "temperature": 1.0}, {"id": 26, "seek": 57498, "start": 558.42, "end": 574.98, "text": " I had slept. So the sleeping happened before waking up. I had slept really well that night before I had a shower, ate breakfast and blah blah blah. So here the sleeping is number two. Is that right?", "tokens": [286, 632, 17400, 13, 407, 264, 8296, 2011, 949, 20447, 493, 13, 286, 632, 17400, 534, 731, 300, 1818, 949, 286, 632, 257, 10128, 11, 8468, 8201, 293, 12288, 12288, 12288, 13, 407, 510, 264, 8296, 307, 1230, 732, 13, 1119, 300, 558, 30], "avg_logprob": -0.21041666269302367, "compression_ratio": 1.5190839694656488, "no_speech_prob": 2.384185791015625e-07, "words": [{"start": 558.42, "end": 559.04, "word": " I", "probability": 0.578125}, {"start": 559.04, "end": 559.54, "word": " had", "probability": 0.89208984375}, {"start": 559.54, "end": 560.82, "word": " slept.", "probability": 0.8857421875}, {"start": 561.0, "end": 561.26, "word": " So", "probability": 0.84619140625}, {"start": 561.26, "end": 561.46, "word": " the", "probability": 0.79296875}, {"start": 561.46, "end": 561.84, "word": " sleeping", "probability": 0.91796875}, {"start": 561.84, "end": 562.34, "word": " happened", "probability": 0.80810546875}, {"start": 562.34, "end": 562.86, "word": " before", "probability": 0.88134765625}, {"start": 562.86, "end": 563.54, "word": " waking", "probability": 0.943359375}, {"start": 563.54, "end": 563.92, "word": " up.", "probability": 0.97509765625}, {"start": 564.32, "end": 564.84, "word": " I", "probability": 0.6796875}, {"start": 564.84, "end": 565.16, "word": " had", "probability": 0.89501953125}, {"start": 565.16, "end": 565.6, "word": " slept", "probability": 0.845703125}, {"start": 565.6, "end": 566.02, "word": " really", "probability": 0.69970703125}, {"start": 566.02, "end": 566.34, "word": " well", "probability": 0.68603515625}, {"start": 566.34, "end": 566.66, "word": " that", "probability": 0.892578125}, {"start": 566.66, "end": 567.14, "word": " night", "probability": 0.87451171875}, {"start": 567.14, "end": 568.2, "word": " before", "probability": 0.8310546875}, {"start": 568.2, "end": 568.9, "word": " I", "probability": 0.9619140625}, {"start": 568.9, "end": 569.18, "word": " had", "probability": 0.904296875}, {"start": 569.18, "end": 569.3, "word": " a", "probability": 0.7021484375}, {"start": 569.3, "end": 569.52, "word": " shower,", "probability": 0.9892578125}, {"start": 569.64, "end": 569.78, "word": " ate", "probability": 0.7568359375}, {"start": 569.78, "end": 570.24, "word": " breakfast", "probability": 0.919921875}, {"start": 570.24, "end": 570.46, "word": " and", "probability": 0.80224609375}, {"start": 570.46, "end": 570.62, "word": " blah", "probability": 0.82666015625}, {"start": 570.62, "end": 570.84, "word": " blah", "probability": 0.8212890625}, {"start": 570.84, "end": 570.98, "word": " blah.", "probability": 0.87744140625}, {"start": 571.28, "end": 571.46, "word": " So", "probability": 0.85400390625}, {"start": 571.46, "end": 571.98, "word": " here", "probability": 0.775390625}, {"start": 571.98, "end": 572.22, "word": " the", "probability": 0.75927734375}, {"start": 572.22, "end": 572.64, "word": " sleeping", "probability": 0.826171875}, {"start": 572.64, "end": 573.12, "word": " is", "probability": 0.93896484375}, {"start": 573.12, "end": 573.38, "word": " number", "probability": 0.9375}, {"start": 573.38, "end": 573.76, "word": " two.", "probability": 0.87109375}, {"start": 574.12, "end": 574.64, "word": " Is", "probability": 0.798828125}, {"start": 574.64, "end": 574.72, "word": " that", "probability": 0.89404296875}, {"start": 574.72, "end": 574.98, "word": " right?", "probability": 0.91357421875}], "temperature": 1.0}, {"id": 27, "seek": 59562, "start": 575.54, "end": 595.62, "text": " Yes, here the sleeping is number two and therefore it is I had slept for some time already really well last night, okay? Another example, the car was speeding down the desert, down the deserted highway when the accident happened. What happened? The driver", "tokens": [1079, 11, 510, 264, 8296, 307, 1230, 732, 293, 4412, 309, 307, 286, 632, 17400, 337, 512, 565, 1217, 534, 731, 1036, 1818, 11, 1392, 30, 3996, 1365, 11, 264, 1032, 390, 35593, 760, 264, 11029, 11, 760, 264, 47983, 17205, 562, 264, 6398, 2011, 13, 708, 2011, 30, 440, 6787], "avg_logprob": -0.2549579298266998, "compression_ratio": 1.5238095238095237, "no_speech_prob": 0.0, "words": [{"start": 575.54, "end": 575.9, "word": " Yes,", "probability": 0.66796875}, {"start": 576.04, "end": 576.28, "word": " here", "probability": 0.78515625}, {"start": 576.28, "end": 576.48, "word": " the", "probability": 0.478759765625}, {"start": 576.48, "end": 576.8, "word": " sleeping", "probability": 0.916015625}, {"start": 576.8, "end": 577.66, "word": " is", "probability": 0.93408203125}, {"start": 577.66, "end": 577.96, "word": " number", "probability": 0.9306640625}, {"start": 577.96, "end": 578.18, "word": " two", "probability": 0.7666015625}, {"start": 578.18, "end": 578.36, "word": " and", "probability": 0.74951171875}, {"start": 578.36, "end": 578.7, "word": " therefore", "probability": 0.783203125}, {"start": 578.7, "end": 578.92, "word": " it", "probability": 0.8056640625}, {"start": 578.92, "end": 579.16, "word": " is", "probability": 0.91650390625}, {"start": 579.16, "end": 579.5, "word": " I", "probability": 0.77685546875}, {"start": 579.5, "end": 579.98, "word": " had", "probability": 0.85205078125}, {"start": 579.98, "end": 580.36, "word": " slept", "probability": 0.88720703125}, {"start": 580.36, "end": 580.72, "word": " for", "probability": 0.9423828125}, {"start": 580.72, "end": 581.36, "word": " some", "probability": 0.7216796875}, {"start": 581.36, "end": 581.74, "word": " time", "probability": 0.876953125}, {"start": 581.74, "end": 582.08, "word": " already", "probability": 0.42236328125}, {"start": 582.08, "end": 582.5, "word": " really", "probability": 0.51611328125}, {"start": 582.5, "end": 582.78, "word": " well", "probability": 0.943359375}, {"start": 582.78, "end": 583.4, "word": " last", "probability": 0.83349609375}, {"start": 583.4, "end": 583.8, "word": " night,", "probability": 0.8544921875}, {"start": 583.82, "end": 584.06, "word": " okay?", "probability": 0.67431640625}, {"start": 584.42, "end": 584.68, "word": " Another", "probability": 0.82861328125}, {"start": 584.68, "end": 585.22, "word": " example,", "probability": 0.970703125}, {"start": 585.66, "end": 585.82, "word": " the", "probability": 0.84765625}, {"start": 585.82, "end": 586.18, "word": " car", "probability": 0.94384765625}, {"start": 586.18, "end": 586.5, "word": " was", "probability": 0.94580078125}, {"start": 586.5, "end": 587.18, "word": " speeding", "probability": 0.908203125}, {"start": 587.18, "end": 587.66, "word": " down", "probability": 0.85205078125}, {"start": 587.66, "end": 587.86, "word": " the", "probability": 0.90625}, {"start": 587.86, "end": 588.32, "word": " desert,", "probability": 0.8173828125}, {"start": 589.02, "end": 589.48, "word": " down", "probability": 0.84521484375}, {"start": 589.48, "end": 589.7, "word": " the", "probability": 0.91259765625}, {"start": 589.7, "end": 590.18, "word": " deserted", "probability": 0.92138671875}, {"start": 590.18, "end": 590.96, "word": " highway", "probability": 0.96630859375}, {"start": 590.96, "end": 592.04, "word": " when", "probability": 0.458740234375}, {"start": 592.04, "end": 592.16, "word": " the", "probability": 0.9208984375}, {"start": 592.16, "end": 593.24, "word": " accident", "probability": 0.92626953125}, {"start": 593.24, "end": 593.8, "word": " happened.", "probability": 0.84619140625}, {"start": 594.24, "end": 594.54, "word": " What", "probability": 0.8740234375}, {"start": 594.54, "end": 594.92, "word": " happened?", "probability": 0.83740234375}, {"start": 595.02, "end": 595.12, "word": " The", "probability": 0.87158203125}, {"start": 595.12, "end": 595.62, "word": " driver", "probability": 0.90771484375}], "temperature": 1.0}, {"id": 28, "seek": 61720, "start": 596.24, "end": 617.2, "text": " He had fallen asleep. The falling asleep of the driver happened before the accident. That's why we said he had fallen asleep before he had the accident. The driver had fallen asleep at the wheel and driven straight into a trip. And the third example.", "tokens": [634, 632, 11547, 11039, 13, 440, 7440, 11039, 295, 264, 6787, 2011, 949, 264, 6398, 13, 663, 311, 983, 321, 848, 415, 632, 11547, 11039, 949, 415, 632, 264, 6398, 13, 440, 6787, 632, 11547, 11039, 412, 264, 5589, 293, 9555, 2997, 666, 257, 4931, 13, 400, 264, 2636, 1365, 13], "avg_logprob": -0.3000300589662332, "compression_ratio": 1.7801418439716312, "no_speech_prob": 1.1920928955078125e-07, "words": [{"start": 596.24, "end": 596.66, "word": " He", "probability": 0.0472412109375}, {"start": 596.66, "end": 597.1, "word": " had", "probability": 0.81689453125}, {"start": 597.1, "end": 597.58, "word": " fallen", "probability": 0.7802734375}, {"start": 597.58, "end": 598.3, "word": " asleep.", "probability": 0.822265625}, {"start": 599.0, "end": 599.86, "word": " The", "probability": 0.35302734375}, {"start": 599.86, "end": 600.28, "word": " falling", "probability": 0.7568359375}, {"start": 600.28, "end": 600.74, "word": " asleep", "probability": 0.80078125}, {"start": 600.74, "end": 600.96, "word": " of", "probability": 0.939453125}, {"start": 600.96, "end": 601.1, "word": " the", "probability": 0.91064453125}, {"start": 601.1, "end": 601.46, "word": " driver", "probability": 0.900390625}, {"start": 601.46, "end": 601.92, "word": " happened", "probability": 0.81103515625}, {"start": 601.92, "end": 602.28, "word": " before", "probability": 0.865234375}, {"start": 602.28, "end": 602.62, "word": " the", "probability": 0.91845703125}, {"start": 602.62, "end": 603.12, "word": " accident.", "probability": 0.9169921875}, {"start": 603.7, "end": 604.08, "word": " That's", "probability": 0.6541748046875}, {"start": 604.08, "end": 604.22, "word": " why", "probability": 0.927734375}, {"start": 604.22, "end": 604.36, "word": " we", "probability": 0.91552734375}, {"start": 604.36, "end": 604.54, "word": " said", "probability": 0.8505859375}, {"start": 604.54, "end": 604.98, "word": " he", "probability": 0.69482421875}, {"start": 604.98, "end": 605.46, "word": " had", "probability": 0.89794921875}, {"start": 605.46, "end": 605.8, "word": " fallen", "probability": 0.8173828125}, {"start": 605.8, "end": 606.26, "word": " asleep", "probability": 0.857421875}, {"start": 606.26, "end": 606.7, "word": " before", "probability": 0.84814453125}, {"start": 606.7, "end": 607.0, "word": " he", "probability": 0.9462890625}, {"start": 607.0, "end": 607.48, "word": " had", "probability": 0.90234375}, {"start": 607.48, "end": 608.22, "word": " the", "probability": 0.90234375}, {"start": 608.22, "end": 608.72, "word": " accident.", "probability": 0.931640625}, {"start": 609.22, "end": 609.78, "word": " The", "probability": 0.75}, {"start": 609.78, "end": 610.18, "word": " driver", "probability": 0.8994140625}, {"start": 610.18, "end": 610.5, "word": " had", "probability": 0.88720703125}, {"start": 610.5, "end": 610.8, "word": " fallen", "probability": 0.79443359375}, {"start": 610.8, "end": 611.26, "word": " asleep", "probability": 0.85986328125}, {"start": 611.26, "end": 611.46, "word": " at", "probability": 0.541015625}, {"start": 611.46, "end": 611.6, "word": " the", "probability": 0.91259765625}, {"start": 611.6, "end": 611.9, "word": " wheel", "probability": 0.91796875}, {"start": 611.9, "end": 612.14, "word": " and", "probability": 0.900390625}, {"start": 612.14, "end": 612.5, "word": " driven", "probability": 0.62646484375}, {"start": 612.5, "end": 613.46, "word": " straight", "probability": 0.90185546875}, {"start": 613.46, "end": 614.08, "word": " into", "probability": 0.8388671875}, {"start": 614.08, "end": 614.82, "word": " a", "probability": 0.9375}, {"start": 614.82, "end": 615.0, "word": " trip.", "probability": 0.314453125}, {"start": 615.62, "end": 616.28, "word": " And", "probability": 0.63671875}, {"start": 616.28, "end": 616.42, "word": " the", "probability": 0.8720703125}, {"start": 616.42, "end": 616.68, "word": " third", "probability": 0.91259765625}, {"start": 616.68, "end": 617.2, "word": " example.", "probability": 0.97607421875}], "temperature": 1.0}, {"id": 29, "seek": 64728, "start": 617.74, "end": 647.28, "text": " I woke up at seven and left for work. I had had a shower and had eaten. Okay, so the eating and shower happened before going to work. And that's why we use the past perfect simple tense. Had plus the past participle. Is this clear? Excellent. Alright, the last one is something we call the past perfect continuous. What is it made of? It's made of had", "tokens": [286, 12852, 493, 412, 3407, 293, 1411, 337, 589, 13, 286, 632, 632, 257, 10128, 293, 632, 12158, 13, 1033, 11, 370, 264, 3936, 293, 10128, 2011, 949, 516, 281, 589, 13, 400, 300, 311, 983, 321, 764, 264, 1791, 2176, 2199, 18760, 13, 12298, 1804, 264, 1791, 3421, 306, 13, 1119, 341, 1850, 30, 16723, 13, 2798, 11, 264, 1036, 472, 307, 746, 321, 818, 264, 1791, 2176, 10957, 13, 708, 307, 309, 1027, 295, 30, 467, 311, 1027, 295, 632], "avg_logprob": -0.20877259000238166, "compression_ratio": 1.6, "no_speech_prob": 5.960464477539063e-08, "words": [{"start": 617.74, "end": 618.14, "word": " I", "probability": 0.6484375}, {"start": 618.14, "end": 618.48, "word": " woke", "probability": 0.849609375}, {"start": 618.48, "end": 618.72, "word": " up", "probability": 0.9677734375}, {"start": 618.72, "end": 618.96, "word": " at", "probability": 0.9638671875}, {"start": 618.96, "end": 619.24, "word": " seven", "probability": 0.70068359375}, {"start": 619.24, "end": 619.48, "word": " and", "probability": 0.9345703125}, {"start": 619.48, "end": 619.7, "word": " left", "probability": 0.96533203125}, {"start": 619.7, "end": 619.96, "word": " for", "probability": 0.94970703125}, {"start": 619.96, "end": 620.32, "word": " work.", "probability": 0.9189453125}, {"start": 620.52, "end": 620.94, "word": " I", "probability": 0.9794921875}, {"start": 620.94, "end": 621.26, "word": " had", "probability": 0.9267578125}, {"start": 621.26, "end": 621.56, "word": " had", "probability": 0.919921875}, {"start": 621.56, "end": 621.74, "word": " a", "probability": 0.8671875}, {"start": 621.74, "end": 622.02, "word": " shower", "probability": 0.955078125}, {"start": 622.02, "end": 622.78, "word": " and", "probability": 0.873046875}, {"start": 622.78, "end": 623.28, "word": " had", "probability": 0.912109375}, {"start": 623.28, "end": 624.24, "word": " eaten.", "probability": 0.81982421875}, {"start": 624.58, "end": 624.74, "word": " Okay,", "probability": 0.56005859375}, {"start": 624.86, "end": 624.96, "word": " so", "probability": 0.92431640625}, {"start": 624.96, "end": 625.1, "word": " the", "probability": 0.77099609375}, {"start": 625.1, "end": 625.4, "word": " eating", "probability": 0.9033203125}, {"start": 625.4, "end": 625.62, "word": " and", "probability": 0.83837890625}, {"start": 625.62, "end": 625.82, "word": " shower", "probability": 0.84033203125}, {"start": 625.82, "end": 626.22, "word": " happened", "probability": 0.81396484375}, {"start": 626.22, "end": 626.64, "word": " before", "probability": 0.8681640625}, {"start": 626.64, "end": 627.1, "word": " going", "probability": 0.9560546875}, {"start": 627.1, "end": 627.32, "word": " to", "probability": 0.97314453125}, {"start": 627.32, "end": 627.58, "word": " work.", "probability": 0.91357421875}, {"start": 627.9, "end": 628.02, "word": " And", "probability": 0.87548828125}, {"start": 628.02, "end": 628.28, "word": " that's", "probability": 0.9501953125}, {"start": 628.28, "end": 628.46, "word": " why", "probability": 0.9267578125}, {"start": 628.46, "end": 628.64, "word": " we", "probability": 0.96044921875}, {"start": 628.64, "end": 629.06, "word": " use", "probability": 0.58447265625}, {"start": 629.06, "end": 629.36, "word": " the", "probability": 0.8486328125}, {"start": 629.36, "end": 630.2, "word": " past", "probability": 0.70556640625}, {"start": 630.2, "end": 630.76, "word": " perfect", "probability": 0.89599609375}, {"start": 630.76, "end": 631.52, "word": " simple", "probability": 0.82080078125}, {"start": 631.52, "end": 632.46, "word": " tense.", "probability": 0.92529296875}, {"start": 633.12, "end": 633.48, "word": " Had", "probability": 0.37060546875}, {"start": 633.48, "end": 633.92, "word": " plus", "probability": 0.865234375}, {"start": 633.92, "end": 634.14, "word": " the", "probability": 0.83251953125}, {"start": 634.14, "end": 634.54, "word": " past", "probability": 0.90478515625}, {"start": 634.54, "end": 635.8, "word": " participle.", "probability": 0.882568359375}, {"start": 635.9, "end": 636.04, "word": " Is", "probability": 0.81005859375}, {"start": 636.04, "end": 636.18, "word": " this", "probability": 0.87841796875}, {"start": 636.18, "end": 636.5, "word": " clear?", "probability": 0.892578125}, {"start": 637.06, "end": 637.66, "word": " Excellent.", "probability": 0.65283203125}, {"start": 637.96, "end": 638.08, "word": " Alright,", "probability": 0.352783203125}, {"start": 638.1, "end": 638.26, "word": " the", "probability": 0.90234375}, {"start": 638.26, "end": 638.68, "word": " last", "probability": 0.875}, {"start": 638.68, "end": 639.12, "word": " one", "probability": 0.93359375}, {"start": 639.12, "end": 640.5, "word": " is", "probability": 0.375732421875}, {"start": 640.5, "end": 640.84, "word": " something", "probability": 0.85595703125}, {"start": 640.84, "end": 641.14, "word": " we", "probability": 0.85400390625}, {"start": 641.14, "end": 641.4, "word": " call", "probability": 0.88037109375}, {"start": 641.4, "end": 641.58, "word": " the", "probability": 0.89697265625}, {"start": 641.58, "end": 642.06, "word": " past", "probability": 0.849609375}, {"start": 642.06, "end": 642.76, "word": " perfect", "probability": 0.90673828125}, {"start": 642.76, "end": 644.04, "word": " continuous.", "probability": 0.8125}, {"start": 644.4, "end": 644.54, "word": " What", "probability": 0.89111328125}, {"start": 644.54, "end": 644.64, "word": " is", "probability": 0.92626953125}, {"start": 644.64, "end": 644.8, "word": " it", "probability": 0.9443359375}, {"start": 644.8, "end": 645.04, "word": " made", "probability": 0.88037109375}, {"start": 645.04, "end": 645.38, "word": " of?", "probability": 0.95703125}, {"start": 645.88, "end": 646.16, "word": " It's", "probability": 0.918212890625}, {"start": 646.16, "end": 646.44, "word": " made", "probability": 0.876953125}, {"start": 646.44, "end": 646.82, "word": " of", "probability": 0.97314453125}, {"start": 646.82, "end": 647.28, "word": " had", "probability": 0.904296875}], "temperature": 1.0}, {"id": 30, "seek": 66330, "start": 647.54, "end": 663.3, "text": " plus B plus the past participle had been going had been driving okay so let's just say had", "tokens": [1804, 363, 1804, 264, 1791, 3421, 306, 632, 668, 516, 632, 668, 4840, 1392, 370, 718, 311, 445, 584, 632], "avg_logprob": -0.42410714285714285, "compression_ratio": 1.1518987341772151, "no_speech_prob": 1.7881393432617188e-07, "words": [{"start": 647.54, "end": 648.06, "word": " plus", "probability": 0.279296875}, {"start": 648.06, "end": 648.94, "word": " B", "probability": 0.2044677734375}, {"start": 648.94, "end": 649.6, "word": " plus", "probability": 0.61962890625}, {"start": 649.6, "end": 649.86, "word": " the", "probability": 0.8427734375}, {"start": 649.86, "end": 650.16, "word": " past", "probability": 0.82080078125}, {"start": 650.16, "end": 650.74, "word": " participle", "probability": 0.920654296875}, {"start": 650.74, "end": 651.3, "word": " had", "probability": 0.427001953125}, {"start": 651.3, "end": 651.84, "word": " been", "probability": 0.91943359375}, {"start": 651.84, "end": 656.76, "word": " going", "probability": 0.283935546875}, {"start": 656.76, "end": 660.08, "word": " had", "probability": 0.42626953125}, {"start": 660.08, "end": 660.36, "word": " been", "probability": 0.8818359375}, {"start": 660.36, "end": 660.84, "word": " driving", "probability": 0.92333984375}, {"start": 660.84, "end": 661.28, "word": " okay", "probability": 0.63134765625}, {"start": 661.28, "end": 661.66, "word": " so", "probability": 0.62109375}, {"start": 661.66, "end": 661.88, "word": " let's", "probability": 0.872802734375}, {"start": 661.88, "end": 662.12, "word": " just", "probability": 0.904296875}, {"start": 662.12, "end": 662.52, "word": " say", "probability": 0.955078125}, {"start": 662.52, "end": 663.3, "word": " had", "probability": 0.80712890625}], "temperature": 1.0}, {"id": 31, "seek": 69253, "start": 665.55, "end": 692.53, "text": " plus B, B plus B plus I and G, okay? Have B because it's the past perfect, I and G because it is continuous. So it is a mix of continuous and perfect tenses together, okay? So when do I use it? It's basically, yes please. To express the duration of N and G. Very nice. It's very much like the past perfect simple tense except I am focusing on", "tokens": [1804, 363, 11, 363, 1804, 363, 1804, 286, 293, 460, 11, 1392, 30, 3560, 363, 570, 309, 311, 264, 1791, 2176, 11, 286, 293, 460, 570, 309, 307, 10957, 13, 407, 309, 307, 257, 2890, 295, 10957, 293, 2176, 18760, 82, 1214, 11, 1392, 30, 407, 562, 360, 286, 764, 309, 30, 467, 311, 1936, 11, 2086, 1767, 13, 1407, 5109, 264, 16365, 295, 426, 293, 460, 13, 4372, 1481, 13, 467, 311, 588, 709, 411, 264, 1791, 2176, 2199, 18760, 3993, 286, 669, 8416, 322], "avg_logprob": -0.30783046662122354, "compression_ratio": 1.6490384615384615, "no_speech_prob": 1.1920928955078125e-07, "words": [{"start": 665.55, "end": 666.03, "word": " plus", "probability": 0.440185546875}, {"start": 666.03, "end": 666.51, "word": " B,", "probability": 0.31982421875}, {"start": 666.97, "end": 667.01, "word": " B", "probability": 0.77783203125}, {"start": 667.01, "end": 667.31, "word": " plus", "probability": 0.51416015625}, {"start": 667.31, "end": 667.89, "word": " B", "probability": 0.638671875}, {"start": 667.89, "end": 669.71, "word": " plus", "probability": 0.830078125}, {"start": 669.71, "end": 670.45, "word": " I", "probability": 0.95751953125}, {"start": 670.45, "end": 670.89, "word": " and", "probability": 0.8740234375}, {"start": 670.89, "end": 671.19, "word": " G,", "probability": 0.9755859375}, {"start": 671.41, "end": 671.73, "word": " okay?", "probability": 0.62060546875}, {"start": 672.15, "end": 672.49, "word": " Have", "probability": 0.2191162109375}, {"start": 672.49, "end": 672.69, "word": " B", "probability": 0.7470703125}, {"start": 672.69, "end": 673.03, "word": " because", "probability": 0.771484375}, {"start": 673.03, "end": 673.25, "word": " it's", "probability": 0.85107421875}, {"start": 673.25, "end": 673.37, "word": " the", "probability": 0.73193359375}, {"start": 673.37, "end": 673.61, "word": " past", "probability": 0.94140625}, {"start": 673.61, "end": 674.03, "word": " perfect,", "probability": 0.91259765625}, {"start": 674.51, "end": 674.97, "word": " I", "probability": 0.97412109375}, {"start": 674.97, "end": 675.15, "word": " and", "probability": 0.9365234375}, {"start": 675.15, "end": 675.25, "word": " G", "probability": 0.99853515625}, {"start": 675.25, "end": 675.61, "word": " because", "probability": 0.89990234375}, {"start": 675.61, "end": 675.77, "word": " it", "probability": 0.91552734375}, {"start": 675.77, "end": 675.95, "word": " is", "probability": 0.73095703125}, {"start": 675.95, "end": 676.57, "word": " continuous.", "probability": 0.853515625}, {"start": 676.81, "end": 676.95, "word": " So", "probability": 0.93408203125}, {"start": 676.95, "end": 677.07, "word": " it", "probability": 0.734375}, {"start": 677.07, "end": 677.21, "word": " is", "probability": 0.7490234375}, {"start": 677.21, "end": 677.35, "word": " a", "probability": 0.96044921875}, {"start": 677.35, "end": 677.63, "word": " mix", "probability": 0.92236328125}, {"start": 677.63, "end": 677.95, "word": " of", "probability": 0.97119140625}, {"start": 677.95, "end": 678.59, "word": " continuous", "probability": 0.8701171875}, {"start": 678.59, "end": 679.11, "word": " and", "probability": 0.94970703125}, {"start": 679.11, "end": 680.11, "word": " perfect", "probability": 0.9013671875}, {"start": 680.11, "end": 681.23, "word": " tenses", "probability": 0.54296875}, {"start": 681.23, "end": 681.59, "word": " together,", "probability": 0.83251953125}, {"start": 681.75, "end": 681.97, "word": " okay?", "probability": 0.87060546875}, {"start": 682.13, "end": 682.29, "word": " So", "probability": 0.95458984375}, {"start": 682.29, "end": 682.49, "word": " when", "probability": 0.669921875}, {"start": 682.49, "end": 682.63, "word": " do", "probability": 0.95263671875}, {"start": 682.63, "end": 682.83, "word": " I", "probability": 0.99560546875}, {"start": 682.83, "end": 683.07, "word": " use", "probability": 0.89404296875}, {"start": 683.07, "end": 683.27, "word": " it?", "probability": 0.9482421875}, {"start": 683.63, "end": 683.85, "word": " It's", "probability": 0.933349609375}, {"start": 683.85, "end": 684.51, "word": " basically,", "probability": 0.9658203125}, {"start": 684.71, "end": 684.95, "word": " yes", "probability": 0.8125}, {"start": 684.95, "end": 685.17, "word": " please.", "probability": 0.7392578125}, {"start": 685.21, "end": 685.37, "word": " To", "probability": 0.336669921875}, {"start": 685.37, "end": 685.61, "word": " express", "probability": 0.87255859375}, {"start": 685.61, "end": 685.99, "word": " the", "probability": 0.9130859375}, {"start": 685.99, "end": 686.49, "word": " duration", "probability": 0.97314453125}, {"start": 686.49, "end": 686.69, "word": " of", "probability": 0.92529296875}, {"start": 686.69, "end": 686.91, "word": " N", "probability": 0.802734375}, {"start": 686.91, "end": 687.07, "word": " and", "probability": 0.81396484375}, {"start": 687.07, "end": 687.09, "word": " G.", "probability": 0.315185546875}, {"start": 687.13, "end": 687.41, "word": " Very", "probability": 0.72900390625}, {"start": 687.41, "end": 687.57, "word": " nice.", "probability": 0.87646484375}, {"start": 687.63, "end": 687.75, "word": " It's", "probability": 0.958251953125}, {"start": 687.75, "end": 687.93, "word": " very", "probability": 0.8251953125}, {"start": 687.93, "end": 688.15, "word": " much", "probability": 0.90478515625}, {"start": 688.15, "end": 688.39, "word": " like", "probability": 0.9365234375}, {"start": 688.39, "end": 688.59, "word": " the", "probability": 0.90087890625}, {"start": 688.59, "end": 688.95, "word": " past", "probability": 0.912109375}, {"start": 688.95, "end": 689.45, "word": " perfect", "probability": 0.90234375}, {"start": 689.45, "end": 689.87, "word": " simple", "probability": 0.69287109375}, {"start": 689.87, "end": 690.27, "word": " tense", "probability": 0.90673828125}, {"start": 690.27, "end": 690.85, "word": " except", "probability": 0.73828125}, {"start": 690.85, "end": 691.29, "word": " I", "probability": 0.904296875}, {"start": 691.29, "end": 691.47, "word": " am", "probability": 0.8896484375}, {"start": 691.47, "end": 691.95, "word": " focusing", "probability": 0.896484375}, {"start": 691.95, "end": 692.53, "word": " on", "probability": 0.943359375}], "temperature": 1.0}, {"id": 32, "seek": 72317, "start": 693.51, "end": 723.17, "text": " that duration, that it took longer time than a minute or something like that. So I'm focusing on the time length, okay? That it is a longer activity. That you see that duration, okay? So it's used for longer activity that activities that were happening continuously up until a specific time. So number two is in the past perfect continuous. Let's see an example.", "tokens": [300, 16365, 11, 300, 309, 1890, 2854, 565, 813, 257, 3456, 420, 746, 411, 300, 13, 407, 286, 478, 8416, 322, 264, 565, 4641, 11, 1392, 30, 663, 309, 307, 257, 2854, 5191, 13, 663, 291, 536, 300, 16365, 11, 1392, 30, 407, 309, 311, 1143, 337, 2854, 5191, 300, 5354, 300, 645, 2737, 15684, 493, 1826, 257, 2685, 565, 13, 407, 1230, 732, 307, 294, 264, 1791, 2176, 10957, 13, 961, 311, 536, 364, 1365, 13], "avg_logprob": -0.29827723441979825, "compression_ratio": 1.7122641509433962, "no_speech_prob": 0.1260986328125, "words": [{"start": 693.51, "end": 693.81, "word": " that", "probability": 0.1627197265625}, {"start": 693.81, "end": 694.37, "word": " duration,", "probability": 0.900390625}, {"start": 694.67, "end": 694.87, "word": " that", "probability": 0.7958984375}, {"start": 694.87, "end": 695.03, "word": " it", "probability": 0.63623046875}, {"start": 695.03, "end": 695.41, "word": " took", "probability": 0.88720703125}, {"start": 695.41, "end": 696.15, "word": " longer", "probability": 0.849609375}, {"start": 696.15, "end": 696.67, "word": " time", "probability": 0.76220703125}, {"start": 696.67, "end": 697.47, "word": " than", "probability": 0.7890625}, {"start": 697.47, "end": 698.91, "word": " a", "probability": 0.5341796875}, {"start": 698.91, "end": 699.11, "word": " minute", "probability": 0.6826171875}, {"start": 699.11, "end": 699.29, "word": " or", "probability": 0.90771484375}, {"start": 699.29, "end": 699.61, "word": " something", "probability": 0.8173828125}, {"start": 699.61, "end": 699.81, "word": " like", "probability": 0.669921875}, {"start": 699.81, "end": 699.87, "word": " that.", "probability": 0.87060546875}, {"start": 699.89, "end": 699.99, "word": " So", "probability": 0.7568359375}, {"start": 699.99, "end": 700.27, "word": " I'm", "probability": 0.681640625}, {"start": 700.27, "end": 700.67, "word": " focusing", "probability": 0.89111328125}, {"start": 700.67, "end": 701.05, "word": " on", "probability": 0.9423828125}, {"start": 701.05, "end": 701.23, "word": " the", "probability": 0.9033203125}, {"start": 701.23, "end": 701.71, "word": " time", "probability": 0.833984375}, {"start": 701.71, "end": 702.59, "word": " length,", "probability": 0.77783203125}, {"start": 702.81, "end": 702.95, "word": " okay?", "probability": 0.48779296875}, {"start": 703.09, "end": 703.39, "word": " That", "probability": 0.76220703125}, {"start": 703.39, "end": 703.59, "word": " it", "probability": 0.9150390625}, {"start": 703.59, "end": 703.75, "word": " is", "probability": 0.90478515625}, {"start": 703.75, "end": 703.95, "word": " a", "probability": 0.98046875}, {"start": 703.95, "end": 704.39, "word": " longer", "probability": 0.92578125}, {"start": 704.39, "end": 705.43, "word": " activity.", "probability": 0.94580078125}, {"start": 706.01, "end": 706.31, "word": " That", "probability": 0.67724609375}, {"start": 706.31, "end": 706.45, "word": " you", "probability": 0.351318359375}, {"start": 706.45, "end": 706.71, "word": " see", "probability": 0.82666015625}, {"start": 706.71, "end": 706.97, "word": " that", "probability": 0.57763671875}, {"start": 706.97, "end": 707.51, "word": " duration,", "probability": 0.97705078125}, {"start": 708.05, "end": 708.33, "word": " okay?", "probability": 0.88916015625}, {"start": 708.67, "end": 708.89, "word": " So", "probability": 0.9453125}, {"start": 708.89, "end": 709.17, "word": " it's", "probability": 0.80615234375}, {"start": 709.17, "end": 709.41, "word": " used", "probability": 0.853515625}, {"start": 709.41, "end": 709.65, "word": " for", "probability": 0.95166015625}, {"start": 709.65, "end": 710.11, "word": " longer", "probability": 0.86279296875}, {"start": 710.11, "end": 710.79, "word": " activity", "probability": 0.74560546875}, {"start": 710.79, "end": 711.43, "word": " that", "probability": 0.46923828125}, {"start": 711.43, "end": 712.75, "word": " activities", "probability": 0.31689453125}, {"start": 712.75, "end": 713.07, "word": " that", "probability": 0.84375}, {"start": 713.07, "end": 713.27, "word": " were", "probability": 0.7744140625}, {"start": 713.27, "end": 713.71, "word": " happening", "probability": 0.7333984375}, {"start": 713.71, "end": 714.49, "word": " continuously", "probability": 0.90380859375}, {"start": 714.49, "end": 715.03, "word": " up", "probability": 0.9384765625}, {"start": 715.03, "end": 715.47, "word": " until", "probability": 0.85009765625}, {"start": 715.47, "end": 716.05, "word": " a", "probability": 0.97900390625}, {"start": 716.05, "end": 716.47, "word": " specific", "probability": 0.90380859375}, {"start": 716.47, "end": 717.11, "word": " time.", "probability": 0.89453125}, {"start": 717.69, "end": 718.25, "word": " So", "probability": 0.494384765625}, {"start": 718.25, "end": 718.85, "word": " number", "probability": 0.8291015625}, {"start": 718.85, "end": 719.15, "word": " two", "probability": 0.8046875}, {"start": 719.15, "end": 719.43, "word": " is", "probability": 0.92431640625}, {"start": 719.43, "end": 719.65, "word": " in", "probability": 0.82958984375}, {"start": 719.65, "end": 719.81, "word": " the", "probability": 0.919921875}, {"start": 719.81, "end": 720.13, "word": " past", "probability": 0.9482421875}, {"start": 720.13, "end": 720.69, "word": " perfect", "probability": 0.89453125}, {"start": 720.69, "end": 721.85, "word": " continuous.", "probability": 0.74755859375}, {"start": 722.27, "end": 722.51, "word": " Let's", "probability": 0.956787109375}, {"start": 722.51, "end": 722.63, "word": " see", "probability": 0.92333984375}, {"start": 722.63, "end": 722.79, "word": " an", "probability": 0.9501953125}, {"start": 722.79, "end": 723.17, "word": " example.", "probability": 0.9755859375}], "temperature": 1.0}, {"id": 33, "seek": 74906, "start": 724.16, "end": 749.06, "text": " He looked very tired. Why? Because he had been working very hard. He had been working very hard, so it is longer. I could say he had worked hard, but I am focusing on that he spent a really longer time working. That's why I said he had been working over the past three weeks. Okay? Another example.", "tokens": [634, 2956, 588, 5868, 13, 1545, 30, 1436, 415, 632, 668, 1364, 588, 1152, 13, 634, 632, 668, 1364, 588, 1152, 11, 370, 309, 307, 2854, 13, 286, 727, 584, 415, 632, 2732, 1152, 11, 457, 286, 669, 8416, 322, 300, 415, 4418, 257, 534, 2854, 565, 1364, 13, 663, 311, 983, 286, 848, 415, 632, 668, 1364, 670, 264, 1791, 1045, 3259, 13, 1033, 30, 3996, 1365, 13], "avg_logprob": -0.23482143133878708, "compression_ratio": 1.625, "no_speech_prob": 5.960464477539063e-08, "words": [{"start": 724.16, "end": 724.44, "word": " He", "probability": 0.5107421875}, {"start": 724.44, "end": 724.84, "word": " looked", "probability": 0.85693359375}, {"start": 724.84, "end": 725.16, "word": " very", "probability": 0.85400390625}, {"start": 725.16, "end": 725.66, "word": " tired.", "probability": 0.80322265625}, {"start": 726.04, "end": 726.32, "word": " Why?", "probability": 0.86865234375}, {"start": 727.04, "end": 727.58, "word": " Because", "probability": 0.89111328125}, {"start": 727.58, "end": 728.04, "word": " he", "probability": 0.96240234375}, {"start": 728.04, "end": 729.18, "word": " had", "probability": 0.83544921875}, {"start": 729.18, "end": 729.64, "word": " been", "probability": 0.8974609375}, {"start": 729.64, "end": 730.32, "word": " working", "probability": 0.90478515625}, {"start": 730.32, "end": 730.94, "word": " very", "probability": 0.69970703125}, {"start": 730.94, "end": 731.78, "word": " hard.", "probability": 0.87548828125}, {"start": 731.84, "end": 731.98, "word": " He", "probability": 0.4765625}, {"start": 731.98, "end": 732.16, "word": " had", "probability": 0.673828125}, {"start": 732.16, "end": 732.34, "word": " been", "probability": 0.8896484375}, {"start": 732.34, "end": 732.68, "word": " working", "probability": 0.90673828125}, {"start": 732.68, "end": 733.0, "word": " very", "probability": 0.86181640625}, {"start": 733.0, "end": 733.24, "word": " hard,", "probability": 0.8916015625}, {"start": 733.3, "end": 733.42, "word": " so", "probability": 0.935546875}, {"start": 733.42, "end": 733.52, "word": " it", "probability": 0.92236328125}, {"start": 733.52, "end": 733.62, "word": " is", "probability": 0.56103515625}, {"start": 733.62, "end": 734.0, "word": " longer.", "probability": 0.68310546875}, {"start": 734.08, "end": 734.2, "word": " I", "probability": 0.95654296875}, {"start": 734.2, "end": 734.4, "word": " could", "probability": 0.8486328125}, {"start": 734.4, "end": 734.64, "word": " say", "probability": 0.943359375}, {"start": 734.64, "end": 734.84, "word": " he", "probability": 0.83544921875}, {"start": 734.84, "end": 735.1, "word": " had", "probability": 0.87548828125}, {"start": 735.1, "end": 735.48, "word": " worked", "probability": 0.8857421875}, {"start": 735.48, "end": 735.94, "word": " hard,", "probability": 0.904296875}, {"start": 736.4, "end": 736.64, "word": " but", "probability": 0.90869140625}, {"start": 736.64, "end": 736.8, "word": " I", "probability": 0.98095703125}, {"start": 736.8, "end": 736.92, "word": " am", "probability": 0.64306640625}, {"start": 736.92, "end": 737.38, "word": " focusing", "probability": 0.8828125}, {"start": 737.38, "end": 737.68, "word": " on", "probability": 0.92626953125}, {"start": 737.68, "end": 738.0, "word": " that", "probability": 0.9287109375}, {"start": 738.0, "end": 738.56, "word": " he", "probability": 0.74560546875}, {"start": 738.56, "end": 739.02, "word": " spent", "probability": 0.828125}, {"start": 739.02, "end": 739.2, "word": " a", "probability": 0.58642578125}, {"start": 739.2, "end": 739.5, "word": " really", "probability": 0.74365234375}, {"start": 739.5, "end": 739.84, "word": " longer", "probability": 0.80078125}, {"start": 739.84, "end": 741.2, "word": " time", "probability": 0.8857421875}, {"start": 741.2, "end": 741.52, "word": " working.", "probability": 0.61328125}, {"start": 741.7, "end": 741.86, "word": " That's", "probability": 0.88623046875}, {"start": 741.86, "end": 742.0, "word": " why", "probability": 0.923828125}, {"start": 742.0, "end": 742.16, "word": " I", "probability": 0.96484375}, {"start": 742.16, "end": 742.24, "word": " said", "probability": 0.859375}, {"start": 742.24, "end": 743.02, "word": " he", "probability": 0.4541015625}, {"start": 743.02, "end": 743.38, "word": " had", "probability": 0.87158203125}, {"start": 743.38, "end": 743.64, "word": " been", "probability": 0.89697265625}, {"start": 743.64, "end": 744.5, "word": " working", "probability": 0.90771484375}, {"start": 744.5, "end": 745.48, "word": " over", "probability": 0.4541015625}, {"start": 745.48, "end": 745.8, "word": " the", "probability": 0.91845703125}, {"start": 745.8, "end": 746.14, "word": " past", "probability": 0.873046875}, {"start": 746.14, "end": 746.62, "word": " three", "probability": 0.79345703125}, {"start": 746.62, "end": 747.64, "word": " weeks.", "probability": 0.86865234375}, {"start": 747.84, "end": 747.98, "word": " Okay?", "probability": 0.5380859375}, {"start": 748.24, "end": 748.58, "word": " Another", "probability": 0.85107421875}, {"start": 748.58, "end": 749.06, "word": " example.", "probability": 0.97119140625}], "temperature": 1.0}, {"id": 34, "seek": 75957, "start": 749.87, "end": 759.57, "text": "He hadn't heard the telephone ring because he had been reading. I could say he had read but", "tokens": [5205, 8782, 380, 2198, 264, 19800, 4875, 570, 415, 632, 668, 3760, 13, 286, 727, 584, 415, 632, 1401, 457], "avg_logprob": -0.29743302436102004, "compression_ratio": 1.1375, "no_speech_prob": 5.960464477539063e-08, "words": [{"start": 749.87, "end": 750.25, "word": "He", "probability": 0.60498046875}, {"start": 750.25, "end": 750.81, "word": " hadn't", "probability": 0.649658203125}, {"start": 750.81, "end": 751.21, "word": " heard", "probability": 0.91748046875}, {"start": 751.21, "end": 751.59, "word": " the", "probability": 0.91455078125}, {"start": 751.59, "end": 751.95, "word": " telephone", "probability": 0.81298828125}, {"start": 751.95, "end": 752.39, "word": " ring", "probability": 0.7763671875}, {"start": 752.39, "end": 753.91, "word": " because", "probability": 0.77197265625}, {"start": 753.91, "end": 755.25, "word": " he", "probability": 0.892578125}, {"start": 755.25, "end": 755.85, "word": " had", "probability": 0.796875}, {"start": 755.85, "end": 756.33, "word": " been", "probability": 0.84521484375}, {"start": 756.33, "end": 757.27, "word": " reading.", "probability": 0.96728515625}, {"start": 757.39, "end": 757.49, "word": " I", "probability": 0.89111328125}, {"start": 757.49, "end": 757.69, "word": " could", "probability": 0.830078125}, {"start": 757.69, "end": 758.03, "word": " say", "probability": 0.94873046875}, {"start": 758.03, "end": 758.27, "word": " he", "probability": 0.7451171875}, {"start": 758.27, "end": 758.59, "word": " had", "probability": 0.79296875}, {"start": 758.59, "end": 758.89, "word": " read", "probability": 0.97900390625}, {"start": 758.89, "end": 759.57, "word": " but", "probability": 0.5634765625}], "temperature": 1.0}, {"id": 35, "seek": 78848, "start": 760.32, "end": 788.48, "text": " Because I'm focusing on the duration, on the time length, I'm using he has been waiting. Okay? So these are actually the four types of verb tenses in the past that we should actually be using all the time whenever we are writing about storytelling. So it is past perfect continuous, past perfect simple, okay? And then we have the past continuous and then we have the simple past.", "tokens": [1436, 286, 478, 8416, 322, 264, 16365, 11, 322, 264, 565, 4641, 11, 286, 478, 1228, 415, 575, 668, 3806, 13, 1033, 30, 407, 613, 366, 767, 264, 1451, 3467, 295, 9595, 10688, 279, 294, 264, 1791, 300, 321, 820, 767, 312, 1228, 439, 264, 565, 5699, 321, 366, 3579, 466, 21479, 13, 407, 309, 307, 1791, 2176, 10957, 11, 1791, 2176, 2199, 11, 1392, 30, 400, 550, 321, 362, 264, 1791, 10957, 293, 550, 321, 362, 264, 2199, 1791, 13], "avg_logprob": -0.2419969504926263, "compression_ratio": 1.7557603686635945, "no_speech_prob": 1.1920928955078125e-07, "words": [{"start": 760.32, "end": 760.7, "word": " Because", "probability": 0.501953125}, {"start": 760.7, "end": 761.02, "word": " I'm", "probability": 0.7822265625}, {"start": 761.02, "end": 761.48, "word": " focusing", "probability": 0.88818359375}, {"start": 761.48, "end": 761.8, "word": " on", "probability": 0.947265625}, {"start": 761.8, "end": 761.96, "word": " the", "probability": 0.84814453125}, {"start": 761.96, "end": 762.52, "word": " duration,", "probability": 0.97900390625}, {"start": 763.04, "end": 763.36, "word": " on", "probability": 0.91748046875}, {"start": 763.36, "end": 763.52, "word": " the", "probability": 0.9248046875}, {"start": 763.52, "end": 763.82, "word": " time", "probability": 0.53515625}, {"start": 763.82, "end": 764.18, "word": " length,", "probability": 0.8056640625}, {"start": 764.46, "end": 764.74, "word": " I'm", "probability": 0.939208984375}, {"start": 764.74, "end": 765.1, "word": " using", "probability": 0.92236328125}, {"start": 765.1, "end": 765.3, "word": " he", "probability": 0.7890625}, {"start": 765.3, "end": 765.6, "word": " has", "probability": 0.434326171875}, {"start": 765.6, "end": 765.92, "word": " been", "probability": 0.91845703125}, {"start": 765.92, "end": 766.96, "word": " waiting.", "probability": 0.266845703125}, {"start": 767.18, "end": 767.4, "word": " Okay?", "probability": 0.485107421875}, {"start": 767.64, "end": 767.82, "word": " So", "probability": 0.9375}, {"start": 767.82, "end": 768.12, "word": " these", "probability": 0.67724609375}, {"start": 768.12, "end": 768.5, "word": " are", "probability": 0.94287109375}, {"start": 768.5, "end": 768.98, "word": " actually", "probability": 0.87939453125}, {"start": 768.98, "end": 769.22, "word": " the", "probability": 0.88525390625}, {"start": 769.22, "end": 769.52, "word": " four", "probability": 0.83203125}, {"start": 769.52, "end": 769.92, "word": " types", "probability": 0.83935546875}, {"start": 769.92, "end": 770.18, "word": " of", "probability": 0.9736328125}, {"start": 770.18, "end": 770.48, "word": " verb", "probability": 0.462890625}, {"start": 770.48, "end": 770.98, "word": " tenses", "probability": 0.646240234375}, {"start": 770.98, "end": 771.32, "word": " in", "probability": 0.927734375}, {"start": 771.32, "end": 771.54, "word": " the", "probability": 0.935546875}, {"start": 771.54, "end": 771.84, "word": " past", "probability": 0.90185546875}, {"start": 771.84, "end": 772.52, "word": " that", "probability": 0.80078125}, {"start": 772.52, "end": 772.74, "word": " we", "probability": 0.94970703125}, {"start": 772.74, "end": 772.94, "word": " should", "probability": 0.96533203125}, {"start": 772.94, "end": 773.46, "word": " actually", "probability": 0.8837890625}, {"start": 773.46, "end": 774.62, "word": " be", "probability": 0.9482421875}, {"start": 774.62, "end": 775.12, "word": " using", "probability": 0.935546875}, {"start": 775.12, "end": 775.7, "word": " all", "probability": 0.95166015625}, {"start": 775.7, "end": 775.82, "word": " the", "probability": 0.921875}, {"start": 775.82, "end": 776.06, "word": " time", "probability": 0.89892578125}, {"start": 776.06, "end": 776.34, "word": " whenever", "probability": 0.86962890625}, {"start": 776.34, "end": 776.58, "word": " we", "probability": 0.70849609375}, {"start": 776.58, "end": 776.64, "word": " are", "probability": 0.4619140625}, {"start": 776.64, "end": 776.92, "word": " writing", "probability": 0.9091796875}, {"start": 776.92, "end": 777.26, "word": " about", "probability": 0.8798828125}, {"start": 777.26, "end": 777.9, "word": " storytelling.", "probability": 0.83740234375}, {"start": 778.12, "end": 778.22, "word": " So", "probability": 0.9443359375}, {"start": 778.22, "end": 778.34, "word": " it", "probability": 0.8271484375}, {"start": 778.34, "end": 778.5, "word": " is", "probability": 0.79052734375}, {"start": 778.5, "end": 778.76, "word": " past", "probability": 0.73876953125}, {"start": 778.76, "end": 779.18, "word": " perfect", "probability": 0.82470703125}, {"start": 779.18, "end": 779.76, "word": " continuous,", "probability": 0.7939453125}, {"start": 780.84, "end": 781.3, "word": " past", "probability": 0.8486328125}, {"start": 781.3, "end": 782.18, "word": " perfect", "probability": 0.9013671875}, {"start": 782.18, "end": 782.96, "word": " simple,", "probability": 0.90478515625}, {"start": 783.44, "end": 783.74, "word": " okay?", "probability": 0.8544921875}, {"start": 784.4, "end": 784.94, "word": " And", "probability": 0.87060546875}, {"start": 784.94, "end": 785.14, "word": " then", "probability": 0.8505859375}, {"start": 785.14, "end": 785.3, "word": " we", "probability": 0.90380859375}, {"start": 785.3, "end": 785.48, "word": " have", "probability": 0.9443359375}, {"start": 785.48, "end": 785.6, "word": " the", "probability": 0.90283203125}, {"start": 785.6, "end": 785.86, "word": " past", "probability": 0.86962890625}, {"start": 785.86, "end": 786.34, "word": " continuous", "probability": 0.8447265625}, {"start": 786.34, "end": 786.74, "word": " and", "probability": 0.66455078125}, {"start": 786.74, "end": 786.98, "word": " then", "probability": 0.845703125}, {"start": 786.98, "end": 787.16, "word": " we", "probability": 0.95849609375}, {"start": 787.16, "end": 787.5, "word": " have", "probability": 0.9462890625}, {"start": 787.5, "end": 787.68, "word": " the", "probability": 0.86669921875}, {"start": 787.68, "end": 788.06, "word": " simple", "probability": 0.94580078125}, {"start": 788.06, "end": 788.48, "word": " past.", "probability": 0.65673828125}], "temperature": 1.0}, {"id": 36, "seek": 80643, "start": 790.69, "end": 806.43, "text": " Now let's do some activities. These are familiar topics to you but again I'd like you to pay attention to these ones. Let's do the first activity. I'd like you to correct the verb between", "tokens": [823, 718, 311, 360, 512, 5354, 13, 1981, 366, 4963, 8378, 281, 291, 457, 797, 286, 1116, 411, 291, 281, 1689, 3202, 281, 613, 2306, 13, 961, 311, 360, 264, 700, 5191, 13, 286, 1116, 411, 291, 281, 3006, 264, 9595, 1296], "avg_logprob": -0.23873547135397447, "compression_ratio": 1.4461538461538461, "no_speech_prob": 1.3113021850585938e-06, "words": [{"start": 790.6899999999999, "end": 791.41, "word": " Now", "probability": 0.09381103515625}, {"start": 791.41, "end": 792.13, "word": " let's", "probability": 0.7098388671875}, {"start": 792.13, "end": 792.31, "word": " do", "probability": 0.84423828125}, {"start": 792.31, "end": 792.55, "word": " some", "probability": 0.86181640625}, {"start": 792.55, "end": 793.11, "word": " activities.", "probability": 0.9423828125}, {"start": 793.99, "end": 794.23, "word": " These", "probability": 0.80078125}, {"start": 794.23, "end": 794.41, "word": " are", "probability": 0.943359375}, {"start": 794.41, "end": 794.81, "word": " familiar", "probability": 0.84619140625}, {"start": 794.81, "end": 795.23, "word": " topics", "probability": 0.92431640625}, {"start": 795.23, "end": 795.39, "word": " to", "probability": 0.93212890625}, {"start": 795.39, "end": 795.51, "word": " you", "probability": 0.96435546875}, {"start": 795.51, "end": 795.85, "word": " but", "probability": 0.6396484375}, {"start": 795.85, "end": 796.31, "word": " again", "probability": 0.798828125}, {"start": 796.31, "end": 796.95, "word": " I'd", "probability": 0.84033203125}, {"start": 796.95, "end": 797.15, "word": " like", "probability": 0.943359375}, {"start": 797.15, "end": 797.27, "word": " you", "probability": 0.9443359375}, {"start": 797.27, "end": 797.47, "word": " to", "probability": 0.9677734375}, {"start": 797.47, "end": 797.69, "word": " pay", "probability": 0.92822265625}, {"start": 797.69, "end": 798.37, "word": " attention", "probability": 0.9248046875}, {"start": 798.37, "end": 798.85, "word": " to", "probability": 0.95947265625}, {"start": 798.85, "end": 799.27, "word": " these", "probability": 0.818359375}, {"start": 799.27, "end": 800.13, "word": " ones.", "probability": 0.445556640625}, {"start": 800.43, "end": 800.81, "word": " Let's", "probability": 0.788818359375}, {"start": 800.81, "end": 800.91, "word": " do", "probability": 0.9462890625}, {"start": 800.91, "end": 801.07, "word": " the", "probability": 0.91357421875}, {"start": 801.07, "end": 801.31, "word": " first", "probability": 0.88525390625}, {"start": 801.31, "end": 801.79, "word": " activity.", "probability": 0.92822265625}, {"start": 802.25, "end": 802.47, "word": " I'd", "probability": 0.976318359375}, {"start": 802.47, "end": 802.69, "word": " like", "probability": 0.9384765625}, {"start": 802.69, "end": 802.83, "word": " you", "probability": 0.95068359375}, {"start": 802.83, "end": 803.03, "word": " to", "probability": 0.9697265625}, {"start": 803.03, "end": 803.51, "word": " correct", "probability": 0.88623046875}, {"start": 803.51, "end": 804.49, "word": " the", "probability": 0.89892578125}, {"start": 804.49, "end": 805.11, "word": " verb", "probability": 0.70849609375}, {"start": 805.11, "end": 806.43, "word": " between", "probability": 0.88720703125}], "temperature": 1.0}, {"id": 37, "seek": 82205, "start": 807.43, "end": 822.05, "text": " brackets, and think about these four tenses that we might use in these situations, okay? Alright? Let's take some time and correct the sentences in each one between brackets.", "tokens": [26179, 11, 293, 519, 466, 613, 1451, 256, 9085, 300, 321, 1062, 764, 294, 613, 6851, 11, 1392, 30, 2798, 30, 961, 311, 747, 512, 565, 293, 3006, 264, 16579, 294, 1184, 472, 1296, 26179, 13], "avg_logprob": -0.33192568534129374, "compression_ratio": 1.3565891472868217, "no_speech_prob": 1.6093254089355469e-06, "words": [{"start": 807.43, "end": 808.11, "word": " brackets,", "probability": 0.65234375}, {"start": 808.33, "end": 808.43, "word": " and", "probability": 0.86865234375}, {"start": 808.43, "end": 808.67, "word": " think", "probability": 0.8603515625}, {"start": 808.67, "end": 808.99, "word": " about", "probability": 0.89892578125}, {"start": 808.99, "end": 809.25, "word": " these", "probability": 0.7802734375}, {"start": 809.25, "end": 809.57, "word": " four", "probability": 0.67578125}, {"start": 809.57, "end": 810.03, "word": " tenses", "probability": 0.6470947265625}, {"start": 810.03, "end": 810.97, "word": " that", "probability": 0.9130859375}, {"start": 810.97, "end": 811.47, "word": " we", "probability": 0.93603515625}, {"start": 811.47, "end": 811.87, "word": " might", "probability": 0.87939453125}, {"start": 811.87, "end": 812.41, "word": " use", "probability": 0.892578125}, {"start": 812.41, "end": 813.31, "word": " in", "probability": 0.54443359375}, {"start": 813.31, "end": 814.17, "word": " these", "probability": 0.826171875}, {"start": 814.17, "end": 815.29, "word": " situations,", "probability": 0.76171875}, {"start": 815.57, "end": 815.83, "word": " okay?", "probability": 0.67333984375}, {"start": 816.49, "end": 816.65, "word": " Alright?", "probability": 0.52587890625}, {"start": 816.97, "end": 817.15, "word": " Let's", "probability": 0.77685546875}, {"start": 817.15, "end": 817.27, "word": " take", "probability": 0.87841796875}, {"start": 817.27, "end": 817.45, "word": " some", "probability": 0.9111328125}, {"start": 817.45, "end": 817.79, "word": " time", "probability": 0.89453125}, {"start": 817.79, "end": 818.25, "word": " and", "probability": 0.880859375}, {"start": 818.25, "end": 818.69, "word": " correct", "probability": 0.8623046875}, {"start": 818.69, "end": 819.33, "word": " the", "probability": 0.89697265625}, {"start": 819.33, "end": 819.97, "word": " sentences", "probability": 0.26611328125}, {"start": 819.97, "end": 820.51, "word": " in", "probability": 0.87353515625}, {"start": 820.51, "end": 820.83, "word": " each", "probability": 0.953125}, {"start": 820.83, "end": 821.13, "word": " one", "probability": 0.935546875}, {"start": 821.13, "end": 821.47, "word": " between", "probability": 0.80810546875}, {"start": 821.47, "end": 822.05, "word": " brackets.", "probability": 0.68505859375}], "temperature": 1.0}, {"id": 38, "seek": 85200, "start": 841.62, "end": 852.0, "text": " Helicopter. Helicopter.", "tokens": [6128, 14149, 391, 13, 6128, 14149, 391, 13], "avg_logprob": -0.7065972222222222, "compression_ratio": 1.0434782608695652, "no_speech_prob": 3.3974647521972656e-05, "words": [{"start": 841.62, "end": 843.02, "word": " Helicopter.", "probability": 0.6338094075520834}, {"start": 850.6, "end": 852.0, "word": " Helicopter.", "probability": 0.7897135416666666}], "temperature": 1.0}, {"id": 39, "seek": 88025, "start": 864.91, "end": 880.25, "text": " So it's very much like a story here. It's about a bank robbery. So what happened? Try to imagine the situation, the different events and how they interacted together. I'm using, focusing on the vertices here.", "tokens": [407, 309, 311, 588, 709, 411, 257, 1657, 510, 13, 467, 311, 466, 257, 3765, 37418, 13, 407, 437, 2011, 30, 6526, 281, 3811, 264, 2590, 11, 264, 819, 3931, 293, 577, 436, 49621, 1214, 13, 286, 478, 1228, 11, 8416, 322, 264, 32053, 510, 13], "avg_logprob": -0.21359707002944134, "compression_ratio": 1.375, "no_speech_prob": 8.344650268554688e-06, "words": [{"start": 864.91, "end": 865.51, "word": " So", "probability": 0.351806640625}, {"start": 865.51, "end": 865.61, "word": " it's", "probability": 0.88232421875}, {"start": 865.61, "end": 865.83, "word": " very", "probability": 0.83740234375}, {"start": 865.83, "end": 866.03, "word": " much", "probability": 0.91650390625}, {"start": 866.03, "end": 866.27, "word": " like", "probability": 0.931640625}, {"start": 866.27, "end": 866.43, "word": " a", "probability": 0.99072265625}, {"start": 866.43, "end": 866.87, "word": " story", "probability": 0.9501953125}, {"start": 866.87, "end": 867.37, "word": " here.", "probability": 0.83740234375}, {"start": 867.85, "end": 867.99, "word": " It's", "probability": 0.9755859375}, {"start": 867.99, "end": 868.33, "word": " about", "probability": 0.9111328125}, {"start": 868.33, "end": 868.59, "word": " a", "probability": 0.96337890625}, {"start": 868.59, "end": 868.85, "word": " bank", "probability": 0.896484375}, {"start": 868.85, "end": 869.31, "word": " robbery.", "probability": 0.96533203125}, {"start": 869.95, "end": 870.11, "word": " So", "probability": 0.95703125}, {"start": 870.11, "end": 870.37, "word": " what", "probability": 0.90234375}, {"start": 870.37, "end": 870.81, "word": " happened?", "probability": 0.57177734375}, {"start": 871.41, "end": 871.69, "word": " Try", "probability": 0.82763671875}, {"start": 871.69, "end": 871.87, "word": " to", "probability": 0.9326171875}, {"start": 871.87, "end": 872.45, "word": " imagine", "probability": 0.8896484375}, {"start": 872.45, "end": 872.69, "word": " the", "probability": 0.89794921875}, {"start": 872.69, "end": 873.23, "word": " situation,", "probability": 0.9287109375}, {"start": 873.37, "end": 873.45, "word": " the", "probability": 0.91064453125}, {"start": 873.45, "end": 873.97, "word": " different", "probability": 0.82421875}, {"start": 873.97, "end": 874.89, "word": " events", "probability": 0.88623046875}, {"start": 874.89, "end": 875.15, "word": " and", "probability": 0.693359375}, {"start": 875.15, "end": 875.41, "word": " how", "probability": 0.94287109375}, {"start": 875.41, "end": 875.57, "word": " they", "probability": 0.888671875}, {"start": 875.57, "end": 876.23, "word": " interacted", "probability": 0.875}, {"start": 876.23, "end": 876.87, "word": " together.", "probability": 0.83740234375}, {"start": 877.45, "end": 877.85, "word": " I'm", "probability": 0.6546630859375}, {"start": 877.85, "end": 878.23, "word": " using,", "probability": 0.87451171875}, {"start": 878.51, "end": 878.81, "word": " focusing", "probability": 0.87841796875}, {"start": 878.81, "end": 879.07, "word": " on", "probability": 0.92578125}, {"start": 879.07, "end": 879.21, "word": " the", "probability": 0.81494140625}, {"start": 879.21, "end": 879.73, "word": " vertices", "probability": 0.408203125}, {"start": 879.73, "end": 880.25, "word": " here.", "probability": 0.85009765625}], "temperature": 1.0}, {"id": 40, "seek": 88485, "start": 884.25, "end": 884.85, "text": " I love you.", "tokens": [286, 959, 291, 13], "avg_logprob": -1.4953125, "compression_ratio": 0.6, "no_speech_prob": 1.8477439880371094e-06, "words": [{"start": 884.25, "end": 884.43, "word": " I", "probability": 0.052947998046875}, {"start": 884.43, "end": 884.57, "word": " love", "probability": 0.1220703125}, {"start": 884.57, "end": 884.85, "word": " you.", "probability": 0.58447265625}], "temperature": 1.0}, {"id": 41, "seek": 91826, "start": 890.1, "end": 918.26, "text": " So, I guess, in the home, I found this book. I don't know if you read it. I don't know if you read it. I don't know if you read it. I don't know if you read it. I don't know if you read it. I don't know if you read it. I don't know if you read it. I don't know if you read it. I don't know if you read it. I don't know if you read it. I don't know if you read it. I don't know if you read it. I don't know if you read it. I don't know if you read it. I don't know if you read it. I don't know if you read it. I don't know if you read it. I don't know if you read it. I don't know if you read it. I don't know if you read it. I don't know if you read it. I don't know if you read it. I don't know if you read it. I don't", "tokens": [407, 11, 286, 2041, 11, 294, 264, 1280, 11, 286, 1352, 341, 1446, 13, 286, 500, 380, 458, 498, 291, 1401, 309, 13, 286, 500, 380, 458, 498, 291, 1401, 309, 13, 286, 500, 380, 458, 498, 291, 1401, 309, 13, 286, 500, 380, 458, 498, 291, 1401, 309, 13, 286, 500, 380, 458, 498, 291, 1401, 309, 13, 286, 500, 380, 458, 498, 291, 1401, 309, 13, 286, 500, 380, 458, 498, 291, 1401, 309, 13, 286, 500, 380, 458, 498, 291, 1401, 309, 13, 286, 500, 380, 458, 498, 291, 1401, 309, 13, 286, 500, 380, 458, 498, 291, 1401, 309, 13, 286, 500, 380, 458, 498, 291, 1401, 309, 13, 286, 500, 380, 458, 498, 291, 1401, 309, 13, 286, 500, 380, 458, 498, 291, 1401, 309, 13, 286, 500, 380, 458, 498, 291, 1401, 309, 13, 286, 500, 380, 458, 498, 291, 1401, 309, 13, 286, 500, 380, 458, 498, 291, 1401, 309, 13, 286, 500, 380, 458, 498, 291, 1401, 309, 13, 286, 500, 380, 458, 498, 291, 1401, 309, 13, 286, 500, 380, 458, 498, 291, 1401, 309, 13, 286, 500, 380, 458, 498, 291, 1401, 309, 13, 286, 500, 380, 458, 498, 291, 1401, 309, 13, 286, 500, 380, 458, 498, 291, 1401, 309, 13, 286, 500, 380, 458, 498, 291, 1401, 309, 13, 286, 500, 380], "avg_logprob": -0.20430555131700304, "compression_ratio": 8.88888888888889, "no_speech_prob": 2.980232238769531e-07, "words": [{"start": 890.1, "end": 890.44, "word": " So,", "probability": 0.07696533203125}, {"start": 890.82, "end": 890.84, "word": " I", "probability": 0.457275390625}, {"start": 890.84, "end": 892.58, "word": " guess,", "probability": 0.14306640625}, {"start": 892.78, "end": 892.9, "word": " in", "probability": 0.0889892578125}, {"start": 892.9, "end": 893.0, "word": " the", "probability": 0.447509765625}, {"start": 893.0, "end": 893.32, "word": " home,", "probability": 0.666015625}, {"start": 894.1, "end": 894.46, "word": " I", "probability": 0.1923828125}, {"start": 894.46, "end": 894.68, "word": " found", "probability": 0.296630859375}, {"start": 894.68, "end": 894.94, "word": " this", "probability": 0.1292724609375}, {"start": 894.94, "end": 895.36, "word": " book.", "probability": 0.1475830078125}, {"start": 895.72, "end": 895.88, "word": " I", "probability": 0.59326171875}, {"start": 895.88, "end": 896.02, "word": " don't", "probability": 0.54510498046875}, {"start": 896.02, "end": 896.4, "word": " know", "probability": 0.6572265625}, {"start": 896.4, "end": 896.98, "word": " if", "probability": 0.477294921875}, {"start": 896.98, "end": 897.12, "word": " you", "probability": 0.43212890625}, {"start": 897.12, "end": 897.32, "word": " read", "probability": 0.409912109375}, {"start": 897.32, "end": 897.48, "word": " it.", "probability": 0.650390625}, {"start": 897.6, "end": 897.6, "word": " I", "probability": 0.625}, {"start": 897.6, "end": 897.72, "word": " don't", "probability": 0.624267578125}, {"start": 897.72, "end": 897.96, "word": " know", "probability": 0.70849609375}, {"start": 897.96, "end": 898.02, "word": " if", "probability": 0.7470703125}, {"start": 898.02, "end": 898.04, "word": " you", "probability": 0.79833984375}, {"start": 898.04, "end": 898.3, "word": " read", "probability": 0.47509765625}, {"start": 898.3, "end": 898.3, "word": " it.", "probability": 0.81884765625}, {"start": 898.3, "end": 898.3, "word": " I", "probability": 0.6142578125}, {"start": 898.3, "end": 898.52, "word": " don't", "probability": 0.61602783203125}, {"start": 898.52, "end": 898.54, "word": " know", "probability": 0.7666015625}, {"start": 898.54, "end": 898.54, "word": " if", "probability": 0.76171875}, {"start": 898.54, "end": 898.54, "word": " you", "probability": 0.92578125}, {"start": 898.54, "end": 898.7, "word": " read", "probability": 0.75048828125}, {"start": 898.7, "end": 898.7, "word": " it.", "probability": 0.92919921875}, {"start": 898.82, "end": 899.06, "word": " I", "probability": 0.60205078125}, {"start": 899.06, "end": 899.06, "word": " don't", "probability": 0.78271484375}, {"start": 899.06, "end": 899.12, "word": " know", "probability": 0.8408203125}, {"start": 899.12, "end": 899.12, "word": " if", "probability": 0.8251953125}, {"start": 899.12, "end": 899.12, "word": " you", "probability": 0.9501953125}, {"start": 899.12, "end": 899.12, "word": " read", "probability": 0.9013671875}, {"start": 899.12, "end": 899.12, "word": " it.", "probability": 0.9501953125}, {"start": 899.14, "end": 899.52, "word": " I", "probability": 0.630859375}, {"start": 899.52, "end": 899.64, "word": " don't", "probability": 0.87353515625}, {"start": 899.64, "end": 899.86, "word": " know", "probability": 0.86962890625}, {"start": 899.86, "end": 899.86, "word": " if", "probability": 0.8740234375}, {"start": 899.86, "end": 899.86, "word": " you", "probability": 0.95947265625}, {"start": 899.86, "end": 900.12, "word": " read", "probability": 0.93994140625}, {"start": 900.12, "end": 900.18, "word": " it.", "probability": 0.95361328125}, {"start": 901.24, "end": 901.62, "word": " I", "probability": 0.69677734375}, {"start": 901.62, "end": 901.62, "word": " don't", "probability": 0.907958984375}, {"start": 901.62, "end": 901.62, "word": " know", "probability": 0.88916015625}, {"start": 901.62, "end": 901.62, "word": " if", "probability": 0.90185546875}, {"start": 901.62, "end": 901.62, "word": " you", "probability": 0.9638671875}, {"start": 901.62, "end": 901.62, "word": " read", "probability": 0.9580078125}, {"start": 901.62, "end": 901.62, "word": " it.", "probability": 0.9560546875}, {"start": 901.62, "end": 901.62, "word": " I", "probability": 0.73681640625}, {"start": 901.62, "end": 901.62, "word": " don't", "probability": 0.926025390625}, {"start": 901.62, "end": 901.62, "word": " know", "probability": 0.89501953125}, {"start": 901.62, "end": 901.62, "word": " if", "probability": 0.9111328125}, {"start": 901.62, "end": 901.62, "word": " you", "probability": 0.96533203125}, {"start": 901.62, "end": 901.62, "word": " read", "probability": 0.9658203125}, {"start": 901.62, "end": 901.62, "word": " it.", "probability": 0.955078125}, {"start": 901.62, "end": 901.62, "word": " I", "probability": 0.77783203125}, {"start": 901.62, "end": 901.62, "word": " don't", "probability": 0.940673828125}, {"start": 901.62, "end": 901.62, "word": " know", "probability": 0.89794921875}, {"start": 901.62, "end": 901.62, "word": " if", "probability": 0.91650390625}, {"start": 901.62, "end": 901.62, "word": " you", "probability": 0.966796875}, {"start": 901.62, "end": 901.62, "word": " read", "probability": 0.97021484375}, {"start": 901.62, "end": 901.62, "word": " it.", "probability": 0.9560546875}, {"start": 901.62, "end": 901.64, "word": " I", "probability": 0.8056640625}, {"start": 901.64, "end": 901.64, "word": " don't", "probability": 0.94970703125}, {"start": 901.64, "end": 901.64, "word": " know", "probability": 0.8994140625}, {"start": 901.64, "end": 901.64, "word": " if", "probability": 0.92041015625}, {"start": 901.64, "end": 901.64, "word": " you", "probability": 0.966796875}, {"start": 901.64, "end": 901.66, "word": " read", "probability": 0.97265625}, {"start": 901.66, "end": 901.66, "word": " it.", "probability": 0.9560546875}, {"start": 901.82, "end": 901.94, "word": " I", "probability": 0.82958984375}, {"start": 901.94, "end": 901.94, "word": " don't", "probability": 0.955322265625}, {"start": 901.94, "end": 901.94, "word": " know", "probability": 0.89892578125}, {"start": 901.94, "end": 902.28, "word": " if", "probability": 0.9228515625}, {"start": 902.28, "end": 902.28, "word": " you", "probability": 0.9677734375}, {"start": 902.28, "end": 902.28, "word": " read", "probability": 0.97412109375}, {"start": 902.28, "end": 902.28, "word": " it.", "probability": 0.95654296875}, {"start": 903.12, "end": 903.5, "word": " I", "probability": 0.857421875}, {"start": 903.5, "end": 903.5, "word": " don't", "probability": 0.961181640625}, {"start": 903.5, "end": 903.58, "word": " know", "probability": 0.90234375}, {"start": 903.58, "end": 903.58, "word": " if", "probability": 0.9267578125}, {"start": 903.58, "end": 903.58, "word": " you", "probability": 0.96728515625}, {"start": 903.58, "end": 903.58, "word": " read", "probability": 0.9755859375}, {"start": 903.58, "end": 903.58, "word": " it.", "probability": 0.95654296875}, {"start": 903.58, "end": 903.58, "word": " I", "probability": 0.88427734375}, {"start": 903.58, "end": 903.58, "word": " don't", "probability": 0.965576171875}, {"start": 903.58, "end": 903.62, "word": " know", "probability": 0.90087890625}, {"start": 903.62, "end": 904.02, "word": " if", "probability": 0.93115234375}, {"start": 904.02, "end": 904.02, "word": " you", "probability": 0.96826171875}, {"start": 904.02, "end": 904.02, "word": " read", "probability": 0.97607421875}, {"start": 904.02, "end": 904.02, "word": " it.", "probability": 0.95703125}, {"start": 904.18, "end": 904.56, "word": " I", "probability": 0.90185546875}, {"start": 904.56, "end": 904.56, "word": " don't", "probability": 0.96875}, {"start": 904.56, "end": 904.56, "word": " know", "probability": 0.904296875}, {"start": 904.56, "end": 904.56, "word": " if", "probability": 0.93603515625}, {"start": 904.56, "end": 904.56, "word": " you", "probability": 0.96826171875}, {"start": 904.56, "end": 904.56, "word": " read", "probability": 0.9775390625}, {"start": 904.56, "end": 904.56, "word": " it.", "probability": 0.95703125}, {"start": 904.6, "end": 904.74, "word": " I", "probability": 0.9111328125}, {"start": 904.74, "end": 904.74, "word": " don't", "probability": 0.970947265625}, {"start": 904.74, "end": 904.74, "word": " know", "probability": 0.9052734375}, {"start": 904.74, "end": 904.74, "word": " if", "probability": 0.93994140625}, {"start": 904.74, "end": 904.74, "word": " you", "probability": 0.96875}, {"start": 904.74, "end": 904.74, "word": " read", "probability": 0.9775390625}, {"start": 904.74, "end": 904.74, "word": " it.", "probability": 0.95703125}, {"start": 904.94, "end": 905.32, "word": " I", "probability": 0.91796875}, {"start": 905.32, "end": 905.62, "word": " don't", "probability": 0.9716796875}, {"start": 905.62, "end": 905.62, "word": " know", "probability": 0.90576171875}, {"start": 905.62, "end": 905.62, "word": " if", "probability": 0.9404296875}, {"start": 905.62, "end": 905.62, "word": " you", "probability": 0.96923828125}, {"start": 905.62, "end": 905.62, "word": " read", "probability": 0.97802734375}, {"start": 905.62, "end": 905.62, "word": " it.", "probability": 0.95703125}, {"start": 905.92, "end": 906.3, "word": " I", "probability": 0.92041015625}, {"start": 906.3, "end": 906.38, "word": " don't", "probability": 0.97314453125}, {"start": 906.38, "end": 906.42, "word": " know", "probability": 0.90625}, {"start": 906.42, "end": 906.46, "word": " if", "probability": 0.94189453125}, {"start": 906.46, "end": 906.46, "word": " you", "probability": 0.96826171875}, {"start": 906.46, "end": 906.46, "word": " read", "probability": 0.978515625}, {"start": 906.46, "end": 906.46, "word": " it.", "probability": 0.95849609375}, {"start": 906.46, "end": 906.46, "word": " I", "probability": 0.9208984375}, {"start": 906.46, "end": 906.46, "word": " don't", "probability": 0.973388671875}, {"start": 906.46, "end": 906.46, "word": " know", "probability": 0.90380859375}, {"start": 906.46, "end": 906.74, "word": " if", "probability": 0.94482421875}, {"start": 906.74, "end": 906.74, "word": " you", "probability": 0.96875}, {"start": 906.74, "end": 906.74, "word": " read", "probability": 0.97900390625}, {"start": 906.74, "end": 906.74, "word": " it.", "probability": 0.95849609375}, {"start": 906.74, "end": 906.74, "word": " I", "probability": 0.9228515625}, {"start": 906.74, "end": 906.74, "word": " don't", "probability": 0.974365234375}, {"start": 906.74, "end": 906.74, "word": " know", "probability": 0.90380859375}, {"start": 906.74, "end": 906.9, "word": " if", "probability": 0.9443359375}, {"start": 906.9, "end": 906.9, "word": " you", "probability": 0.96923828125}, {"start": 906.9, "end": 906.9, "word": " read", "probability": 0.9794921875}, {"start": 906.9, "end": 906.9, "word": " it.", "probability": 0.95849609375}, {"start": 906.9, "end": 906.98, "word": " I", "probability": 0.92529296875}, {"start": 906.98, "end": 907.22, "word": " don't", "probability": 0.974609375}, {"start": 907.22, "end": 907.26, "word": " know", "probability": 0.90673828125}, {"start": 907.26, "end": 907.5, "word": " if", "probability": 0.9462890625}, {"start": 907.5, "end": 907.5, "word": " you", "probability": 0.96923828125}, {"start": 907.5, "end": 907.5, "word": " read", "probability": 0.97998046875}, {"start": 907.5, "end": 907.5, "word": " it.", "probability": 0.95947265625}, {"start": 907.5, "end": 907.5, "word": " I", "probability": 0.92919921875}, {"start": 907.5, "end": 907.5, "word": " don't", "probability": 0.97607421875}, {"start": 907.5, "end": 907.5, "word": " know", "probability": 0.90673828125}, {"start": 907.5, "end": 907.72, "word": " if", "probability": 0.9462890625}, {"start": 907.72, "end": 907.8, "word": " you", "probability": 0.97021484375}, {"start": 907.8, "end": 907.98, "word": " read", "probability": 0.98046875}, {"start": 907.98, "end": 908.04, "word": " it.", "probability": 0.95947265625}, {"start": 908.68, "end": 908.76, "word": " I", "probability": 0.9326171875}, {"start": 908.76, "end": 908.82, "word": " don't", "probability": 0.97607421875}, {"start": 908.82, "end": 908.82, "word": " know", "probability": 0.90380859375}, {"start": 908.82, "end": 908.82, "word": " if", "probability": 0.9462890625}, {"start": 908.82, "end": 908.82, "word": " you", "probability": 0.97021484375}, {"start": 908.82, "end": 908.82, "word": " read", "probability": 0.98046875}, {"start": 908.82, "end": 908.82, "word": " it.", "probability": 0.95947265625}, {"start": 909.38, "end": 909.76, "word": " I", "probability": 0.9345703125}, {"start": 909.76, "end": 909.76, "word": " don't", "probability": 0.976806640625}, {"start": 909.76, "end": 909.78, "word": " know", "probability": 0.90673828125}, {"start": 909.78, "end": 911.58, "word": " if", "probability": 0.9462890625}, {"start": 911.58, "end": 911.58, "word": " you", "probability": 0.97021484375}, {"start": 911.58, "end": 911.58, "word": " read", "probability": 0.9814453125}, {"start": 911.58, "end": 911.64, "word": " it.", "probability": 0.95947265625}, {"start": 912.94, "end": 913.32, "word": " I", "probability": 0.9365234375}, {"start": 913.32, "end": 913.32, "word": " don't", "probability": 0.977294921875}, {"start": 913.32, "end": 913.32, "word": " know", "probability": 0.90380859375}, {"start": 913.32, "end": 917.32, "word": " if", "probability": 0.947265625}, {"start": 917.32, "end": 917.32, "word": " you", "probability": 0.97021484375}, {"start": 917.32, "end": 917.32, "word": " read", "probability": 0.9814453125}, {"start": 917.32, "end": 917.32, "word": " it.", "probability": 0.96044921875}, {"start": 918.12, "end": 918.26, "word": " I", "probability": 0.93310546875}, {"start": 918.26, "end": 918.26, "word": " don't", "probability": 0.97705078125}], "temperature": 1.0}, {"id": 42, "seek": 93964, "start": 920.8, "end": 939.64, "text": " I'm trying to stop my mind from playing with animals. And now I'm having trouble trying to do that alone. I'm trying to stop my mind from playing with animals.", "tokens": [286, 478, 1382, 281, 1590, 452, 1575, 490, 2433, 365, 4882, 13, 400, 586, 286, 478, 1419, 5253, 1382, 281, 360, 300, 3312, 13, 286, 478, 1382, 281, 1590, 452, 1575, 490, 2433, 365, 4882, 13], "avg_logprob": -0.8433276898152119, "compression_ratio": 1.7391304347826086, "no_speech_prob": 0.00027751922607421875, "words": [{"start": 920.8000000000001, "end": 921.84, "word": " I'm", "probability": 0.113555908203125}, {"start": 921.84, "end": 922.88, "word": " trying", "probability": 0.129638671875}, {"start": 922.88, "end": 925.14, "word": " to", "probability": 0.80126953125}, {"start": 925.14, "end": 925.48, "word": " stop", "probability": 0.1087646484375}, {"start": 925.48, "end": 925.78, "word": " my", "probability": 0.6845703125}, {"start": 925.78, "end": 925.98, "word": " mind", "probability": 0.1441650390625}, {"start": 925.98, "end": 926.22, "word": " from", "probability": 0.75537109375}, {"start": 926.22, "end": 926.5, "word": " playing", "probability": 0.654296875}, {"start": 926.5, "end": 926.72, "word": " with", "probability": 0.671875}, {"start": 926.72, "end": 927.2, "word": " animals.", "probability": 0.1016845703125}, {"start": 928.28, "end": 928.38, "word": " And", "probability": 0.405517578125}, {"start": 928.38, "end": 928.94, "word": " now", "probability": 0.67333984375}, {"start": 928.94, "end": 929.42, "word": " I'm", "probability": 0.574951171875}, {"start": 929.42, "end": 929.98, "word": " having", "probability": 0.276611328125}, {"start": 929.98, "end": 930.56, "word": " trouble", "probability": 0.29541015625}, {"start": 930.56, "end": 931.5, "word": " trying", "probability": 0.18408203125}, {"start": 931.5, "end": 931.86, "word": " to", "probability": 0.88037109375}, {"start": 931.86, "end": 932.42, "word": " do", "probability": 0.19482421875}, {"start": 932.42, "end": 932.92, "word": " that", "probability": 0.2440185546875}, {"start": 932.92, "end": 933.46, "word": " alone.", "probability": 0.296630859375}, {"start": 933.96, "end": 934.92, "word": " I'm", "probability": 0.4864501953125}, {"start": 934.92, "end": 935.52, "word": " trying", "probability": 0.66357421875}, {"start": 935.52, "end": 935.52, "word": " to", "probability": 0.87060546875}, {"start": 935.52, "end": 935.94, "word": " stop", "probability": 0.92724609375}, {"start": 935.94, "end": 936.6, "word": " my", "probability": 0.634765625}, {"start": 936.6, "end": 936.68, "word": " mind", "probability": 0.6669921875}, {"start": 936.68, "end": 937.16, "word": " from", "probability": 0.8271484375}, {"start": 937.16, "end": 937.64, "word": " playing", "probability": 0.60205078125}, {"start": 937.64, "end": 938.86, "word": " with", "probability": 0.87548828125}, {"start": 938.86, "end": 939.64, "word": " animals.", "probability": 0.92138671875}], "temperature": 1.0}, {"id": 43, "seek": 96248, "start": 942.8, "end": 962.48, "text": " I have a girl job. I have an education program. I have an education program. Dance. Dance. Dance. Dance. Dance. Dance. Dance.", "tokens": [286, 362, 257, 2013, 1691, 13, 286, 362, 364, 3309, 1461, 13, 286, 362, 364, 3309, 1461, 13, 16114, 13, 16114, 13, 16114, 13, 16114, 13, 16114, 13, 16114, 13, 16114, 13], "avg_logprob": -0.9422348484848485, "compression_ratio": 2.1724137931034484, "no_speech_prob": 1.0907649993896484e-05, "words": [{"start": 942.8, "end": 943.06, "word": " I", "probability": 0.046783447265625}, {"start": 943.06, "end": 944.06, "word": " have", "probability": 0.06622314453125}, {"start": 944.06, "end": 944.06, "word": " a", "probability": 0.471435546875}, {"start": 944.06, "end": 944.66, "word": " girl", "probability": 0.142822265625}, {"start": 944.66, "end": 945.2, "word": " job.", "probability": 0.74951171875}, {"start": 946.38, "end": 946.62, "word": " I", "probability": 0.154541015625}, {"start": 946.62, "end": 946.86, "word": " have", "probability": 0.126953125}, {"start": 946.86, "end": 947.1, "word": " an", "probability": 0.30322265625}, {"start": 947.1, "end": 948.1, "word": " education", "probability": 0.279296875}, {"start": 948.1, "end": 948.8, "word": " program.", "probability": 0.2479248046875}, {"start": 949.84, "end": 950.38, "word": " I", "probability": 0.2203369140625}, {"start": 950.38, "end": 950.54, "word": " have", "probability": 0.46826171875}, {"start": 950.54, "end": 950.68, "word": " an", "probability": 0.6142578125}, {"start": 950.68, "end": 951.46, "word": " education", "probability": 0.274169921875}, {"start": 951.46, "end": 952.08, "word": " program.", "probability": 0.890625}, {"start": 952.98, "end": 953.32, "word": " Dance.", "probability": 0.422607421875}, {"start": 953.72, "end": 954.54, "word": " Dance.", "probability": 0.7919921875}, {"start": 954.86, "end": 955.88, "word": " Dance.", "probability": 0.50146484375}, {"start": 956.48, "end": 957.72, "word": " Dance.", "probability": 0.4501953125}, {"start": 957.92, "end": 958.96, "word": " Dance.", "probability": 0.634765625}, {"start": 959.52, "end": 960.34, "word": " Dance.", "probability": 0.73974609375}, {"start": 961.54, "end": 962.48, "word": " Dance.", "probability": 0.8359375}], "temperature": 1.0}, {"id": 44, "seek": 97677, "start": 970.49, "end": 976.77, "text": " I don't know. I don't know.", "tokens": [286, 500, 380, 458, 13, 286, 500, 380, 458, 13], "avg_logprob": -1.2208806384693494, "compression_ratio": 1.12, "no_speech_prob": 2.4139881134033203e-05, "words": [{"start": 970.49, "end": 971.89, "word": " I", "probability": 0.04388427734375}, {"start": 971.89, "end": 973.09, "word": " don't", "probability": 0.5229949951171875}, {"start": 973.09, "end": 973.41, "word": " know.", "probability": 0.38720703125}, {"start": 974.05, "end": 974.31, "word": " I", "probability": 0.220458984375}, {"start": 974.31, "end": 974.69, "word": " don't", "probability": 0.65673828125}, {"start": 974.69, "end": 976.77, "word": " know.", "probability": 0.5615234375}], "temperature": 1.0}, {"id": 45, "seek": 100875, "start": 997.83, "end": 1008.75, "text": " I'm the goddess of love. I'm the goddess of love. I'm the goddess of love.", "tokens": [286, 478, 264, 24508, 295, 959, 13, 286, 478, 264, 24508, 295, 959, 13, 286, 478, 264, 24508, 295, 959, 13], "avg_logprob": -0.8714488392526453, "compression_ratio": 2.0833333333333335, "no_speech_prob": 6.973743438720703e-06, "words": [{"start": 997.83, "end": 998.51, "word": " I'm", "probability": 0.196258544921875}, {"start": 998.51, "end": 998.65, "word": " the", "probability": 0.27978515625}, {"start": 998.65, "end": 999.03, "word": " goddess", "probability": 0.130859375}, {"start": 999.03, "end": 999.35, "word": " of", "probability": 0.7412109375}, {"start": 999.35, "end": 1000.03, "word": " love.", "probability": 0.373046875}, {"start": 1000.75, "end": 1000.89, "word": " I'm", "probability": 0.37762451171875}, {"start": 1000.89, "end": 1000.93, "word": " the", "probability": 0.52880859375}, {"start": 1000.93, "end": 1001.29, "word": " goddess", "probability": 0.388671875}, {"start": 1001.29, "end": 1001.43, "word": " of", "probability": 0.9033203125}, {"start": 1001.43, "end": 1004.93, "word": " love.", "probability": 0.18701171875}, {"start": 1006.87, "end": 1007.55, "word": " I'm", "probability": 0.511474609375}, {"start": 1007.55, "end": 1007.67, "word": " the", "probability": 0.634765625}, {"start": 1007.67, "end": 1007.93, "word": " goddess", "probability": 0.794921875}, {"start": 1007.93, "end": 1008.45, "word": " of", "probability": 0.93994140625}, {"start": 1008.45, "end": 1008.75, "word": " love.", "probability": 0.873046875}], "temperature": 1.0}, {"id": 46, "seek": 103430, "start": 1018.3, "end": 1034.3, "text": " Are you finished? Okay, are we done? This should not be difficult. Alright, let's see the first one. Yes, please, over there in the back. Yes, please. Okay, finished. So the police went. Completed action. The police went.", "tokens": [2014, 291, 4335, 30, 1033, 11, 366, 321, 1096, 30, 639, 820, 406, 312, 2252, 13, 2798, 11, 718, 311, 536, 264, 700, 472, 13, 1079, 11, 1767, 11, 670, 456, 294, 264, 646, 13, 1079, 11, 1767, 13, 1033, 11, 4335, 13, 407, 264, 3804, 1437, 13, 33736, 10993, 3069, 13, 440, 3804, 1437, 13], "avg_logprob": -0.3056469423729077, "compression_ratio": 1.4605263157894737, "no_speech_prob": 9.5367431640625e-07, "words": [{"start": 1018.3, "end": 1018.54, "word": " Are", "probability": 0.57861328125}, {"start": 1018.54, "end": 1018.68, "word": " you", "probability": 0.5634765625}, {"start": 1018.68, "end": 1019.04, "word": " finished?", "probability": 0.734375}, {"start": 1019.94, "end": 1020.38, "word": " Okay,", "probability": 0.26025390625}, {"start": 1020.6, "end": 1020.7, "word": " are", "probability": 0.59521484375}, {"start": 1020.7, "end": 1020.8, "word": " we", "probability": 0.95068359375}, {"start": 1020.8, "end": 1020.98, "word": " done?", "probability": 0.92626953125}, {"start": 1021.54, "end": 1021.7, "word": " This", "probability": 0.40234375}, {"start": 1021.7, "end": 1021.92, "word": " should", "probability": 0.7578125}, {"start": 1021.92, "end": 1022.2, "word": " not", "probability": 0.94091796875}, {"start": 1022.2, "end": 1022.36, "word": " be", "probability": 0.95849609375}, {"start": 1022.36, "end": 1022.8, "word": " difficult.", "probability": 0.92822265625}, {"start": 1023.12, "end": 1023.26, "word": " Alright,", "probability": 0.477783203125}, {"start": 1023.5, "end": 1023.7, "word": " let's", "probability": 0.946533203125}, {"start": 1023.7, "end": 1023.92, "word": " see", "probability": 0.92138671875}, {"start": 1023.92, "end": 1024.2, "word": " the", "probability": 0.7001953125}, {"start": 1024.2, "end": 1024.5, "word": " first", "probability": 0.89794921875}, {"start": 1024.5, "end": 1024.74, "word": " one.", "probability": 0.9404296875}, {"start": 1024.88, "end": 1025.04, "word": " Yes,", "probability": 0.87841796875}, {"start": 1025.08, "end": 1025.22, "word": " please,", "probability": 0.8251953125}, {"start": 1025.28, "end": 1025.4, "word": " over", "probability": 0.88720703125}, {"start": 1025.4, "end": 1025.62, "word": " there", "probability": 0.912109375}, {"start": 1025.62, "end": 1025.74, "word": " in", "probability": 0.60595703125}, {"start": 1025.74, "end": 1025.82, "word": " the", "probability": 0.9111328125}, {"start": 1025.82, "end": 1026.08, "word": " back.", "probability": 0.8720703125}, {"start": 1027.3, "end": 1027.48, "word": " Yes,", "probability": 0.68359375}, {"start": 1027.54, "end": 1027.68, "word": " please.", "probability": 0.8046875}, {"start": 1029.12, "end": 1029.38, "word": " Okay,", "probability": 0.6640625}, {"start": 1029.52, "end": 1029.9, "word": " finished.", "probability": 0.60693359375}, {"start": 1030.06, "end": 1030.18, "word": " So", "probability": 0.93603515625}, {"start": 1030.18, "end": 1030.34, "word": " the", "probability": 0.419677734375}, {"start": 1030.34, "end": 1030.8, "word": " police", "probability": 0.666015625}, {"start": 1030.8, "end": 1031.6, "word": " went.", "probability": 0.82763671875}, {"start": 1032.06, "end": 1032.5, "word": " Completed", "probability": 0.89990234375}, {"start": 1032.5, "end": 1032.88, "word": " action.", "probability": 0.81201171875}, {"start": 1033.02, "end": 1033.16, "word": " The", "probability": 0.88525390625}, {"start": 1033.16, "end": 1033.6, "word": " police", "probability": 0.876953125}, {"start": 1033.6, "end": 1034.3, "word": " went.", "probability": 0.87890625}], "temperature": 1.0}, {"id": 47, "seek": 104864, "start": 1035.18, "end": 1048.64, "text": "to the bank after enabling a hedge fund or a fund in hedge fund, okay? I would stick to the rule of using past perfect as hedge fund then.", "tokens": [1353, 264, 3765, 934, 23148, 257, 25304, 2374, 420, 257, 2374, 294, 25304, 2374, 11, 1392, 30, 286, 576, 2897, 281, 264, 4978, 295, 1228, 1791, 2176, 382, 25304, 2374, 550, 13], "avg_logprob": -0.6136363636363636, "compression_ratio": 1.3269230769230769, "no_speech_prob": 0.0, "words": [{"start": 1035.18, "end": 1035.46, "word": "to", "probability": 0.1859130859375}, {"start": 1035.46, "end": 1035.62, "word": " the", "probability": 0.90673828125}, {"start": 1035.62, "end": 1036.1, "word": " bank", "probability": 0.5380859375}, {"start": 1036.1, "end": 1036.82, "word": " after", "probability": 0.6689453125}, {"start": 1036.82, "end": 1037.38, "word": " enabling", "probability": 0.62451171875}, {"start": 1037.38, "end": 1038.36, "word": " a", "probability": 0.1219482421875}, {"start": 1038.36, "end": 1039.14, "word": " hedge", "probability": 0.342041015625}, {"start": 1039.14, "end": 1040.02, "word": " fund", "probability": 0.70751953125}, {"start": 1040.02, "end": 1040.26, "word": " or", "probability": 0.296142578125}, {"start": 1040.26, "end": 1040.44, "word": " a", "probability": 0.268798828125}, {"start": 1040.44, "end": 1040.74, "word": " fund", "probability": 0.31103515625}, {"start": 1040.74, "end": 1040.96, "word": " in", "probability": 0.81640625}, {"start": 1040.96, "end": 1041.3, "word": " hedge", "probability": 0.6005859375}, {"start": 1041.3, "end": 1041.74, "word": " fund,", "probability": 0.76513671875}, {"start": 1042.04, "end": 1042.42, "word": " okay?", "probability": 0.58251953125}, {"start": 1043.2, "end": 1043.22, "word": " I", "probability": 0.11895751953125}, {"start": 1043.22, "end": 1043.38, "word": " would", "probability": 0.27587890625}, {"start": 1043.38, "end": 1043.9, "word": " stick", "probability": 0.78515625}, {"start": 1043.9, "end": 1044.1, "word": " to", "probability": 0.9580078125}, {"start": 1044.1, "end": 1044.24, "word": " the", "probability": 0.87451171875}, {"start": 1044.24, "end": 1044.5, "word": " rule", "probability": 0.904296875}, {"start": 1044.5, "end": 1044.92, "word": " of", "probability": 0.9599609375}, {"start": 1044.92, "end": 1045.34, "word": " using", "probability": 0.8759765625}, {"start": 1045.34, "end": 1045.8, "word": " past", "probability": 0.80908203125}, {"start": 1045.8, "end": 1046.28, "word": " perfect", "probability": 0.87939453125}, {"start": 1046.28, "end": 1047.16, "word": " as", "probability": 0.49951171875}, {"start": 1047.16, "end": 1047.7, "word": " hedge", "probability": 0.72412109375}, {"start": 1047.7, "end": 1048.22, "word": " fund", "probability": 0.90869140625}, {"start": 1048.22, "end": 1048.64, "word": " then.", "probability": 0.343505859375}], "temperature": 1.0}, {"id": 48, "seek": 108043, "start": 1051.77, "end": 1080.43, "text": " All right, you can say phone because after sort of arranges the events, but this is fine. Had phone them to tell them what happened, completed action in the past. So we need simple past tense. What happened? All right. They soon discovered. Can I say they were discovering? No, because it only happens once. There's no need for a continuous tense here.", "tokens": [1057, 558, 11, 291, 393, 584, 2593, 570, 934, 1333, 295, 5539, 10350, 264, 3931, 11, 457, 341, 307, 2489, 13, 12298, 2593, 552, 281, 980, 552, 437, 2011, 11, 7365, 3069, 294, 264, 1791, 13, 407, 321, 643, 2199, 1791, 18760, 13, 708, 2011, 30, 1057, 558, 13, 814, 2321, 6941, 13, 1664, 286, 584, 436, 645, 24773, 30, 883, 11, 570, 309, 787, 2314, 1564, 13, 821, 311, 572, 643, 337, 257, 10957, 18760, 510, 13], "avg_logprob": -0.2859968377065055, "compression_ratio": 1.6045454545454545, "no_speech_prob": 5.960464477539063e-08, "words": [{"start": 1051.77, "end": 1052.09, "word": " All", "probability": 0.2330322265625}, {"start": 1052.09, "end": 1052.25, "word": " right,", "probability": 0.90380859375}, {"start": 1052.31, "end": 1052.41, "word": " you", "probability": 0.45654296875}, {"start": 1052.41, "end": 1052.57, "word": " can", "probability": 0.765625}, {"start": 1052.57, "end": 1052.91, "word": " say", "probability": 0.9287109375}, {"start": 1052.91, "end": 1053.31, "word": " phone", "probability": 0.3447265625}, {"start": 1053.31, "end": 1053.85, "word": " because", "probability": 0.6474609375}, {"start": 1053.85, "end": 1054.29, "word": " after", "probability": 0.8134765625}, {"start": 1054.29, "end": 1054.61, "word": " sort", "probability": 0.68310546875}, {"start": 1054.61, "end": 1054.71, "word": " of", "probability": 0.97265625}, {"start": 1054.71, "end": 1055.29, "word": " arranges", "probability": 0.81884765625}, {"start": 1055.29, "end": 1055.59, "word": " the", "probability": 0.91015625}, {"start": 1055.59, "end": 1055.93, "word": " events,", "probability": 0.461181640625}, {"start": 1056.27, "end": 1056.41, "word": " but", "probability": 0.91943359375}, {"start": 1056.41, "end": 1056.59, "word": " this", "probability": 0.94091796875}, {"start": 1056.59, "end": 1056.77, "word": " is", "probability": 0.94873046875}, {"start": 1056.77, "end": 1057.05, "word": " fine.", "probability": 0.94189453125}, {"start": 1057.15, "end": 1057.35, "word": " Had", "probability": 0.79736328125}, {"start": 1057.35, "end": 1057.79, "word": " phone", "probability": 0.84912109375}, {"start": 1057.79, "end": 1058.13, "word": " them", "probability": 0.40771484375}, {"start": 1058.13, "end": 1058.61, "word": " to", "probability": 0.73828125}, {"start": 1058.61, "end": 1058.87, "word": " tell", "probability": 0.89208984375}, {"start": 1058.87, "end": 1059.35, "word": " them", "probability": 0.8984375}, {"start": 1059.35, "end": 1059.65, "word": " what", "probability": 0.865234375}, {"start": 1059.65, "end": 1060.89, "word": " happened,", "probability": 0.830078125}, {"start": 1061.35, "end": 1061.93, "word": " completed", "probability": 0.818359375}, {"start": 1061.93, "end": 1062.45, "word": " action", "probability": 0.865234375}, {"start": 1062.45, "end": 1062.71, "word": " in", "probability": 0.9404296875}, {"start": 1062.71, "end": 1062.87, "word": " the", "probability": 0.921875}, {"start": 1062.87, "end": 1063.15, "word": " past.", "probability": 0.93310546875}, {"start": 1063.33, "end": 1063.33, "word": " So", "probability": 0.86328125}, {"start": 1063.33, "end": 1063.51, "word": " we", "probability": 0.68310546875}, {"start": 1063.51, "end": 1063.69, "word": " need", "probability": 0.92529296875}, {"start": 1063.69, "end": 1064.11, "word": " simple", "probability": 0.91162109375}, {"start": 1064.11, "end": 1064.47, "word": " past", "probability": 0.87109375}, {"start": 1064.47, "end": 1064.73, "word": " tense.", "probability": 0.91259765625}, {"start": 1065.05, "end": 1065.25, "word": " What", "probability": 0.86767578125}, {"start": 1065.25, "end": 1065.97, "word": " happened?", "probability": 0.84423828125}, {"start": 1068.37, "end": 1068.97, "word": " All", "probability": 0.91552734375}, {"start": 1068.97, "end": 1069.33, "word": " right.", "probability": 0.9150390625}, {"start": 1070.01, "end": 1070.23, "word": " They", "probability": 0.450927734375}, {"start": 1070.23, "end": 1070.75, "word": " soon", "probability": 0.81787109375}, {"start": 1070.75, "end": 1071.67, "word": " discovered.", "probability": 0.603515625}, {"start": 1072.15, "end": 1072.59, "word": " Can", "probability": 0.36181640625}, {"start": 1072.59, "end": 1073.69, "word": " I", "probability": 0.99462890625}, {"start": 1073.69, "end": 1073.99, "word": " say", "probability": 0.94384765625}, {"start": 1073.99, "end": 1074.27, "word": " they", "probability": 0.84326171875}, {"start": 1074.27, "end": 1074.55, "word": " were", "probability": 0.90380859375}, {"start": 1074.55, "end": 1075.15, "word": " discovering?", "probability": 0.833984375}, {"start": 1075.43, "end": 1075.93, "word": " No,", "probability": 0.60498046875}, {"start": 1076.19, "end": 1076.87, "word": " because", "probability": 0.86474609375}, {"start": 1076.87, "end": 1077.27, "word": " it", "probability": 0.9501953125}, {"start": 1077.27, "end": 1077.53, "word": " only", "probability": 0.8115234375}, {"start": 1077.53, "end": 1078.01, "word": " happens", "probability": 0.97021484375}, {"start": 1078.01, "end": 1078.31, "word": " once.", "probability": 0.91064453125}, {"start": 1078.47, "end": 1078.73, "word": " There's", "probability": 0.65673828125}, {"start": 1078.73, "end": 1078.91, "word": " no", "probability": 0.94970703125}, {"start": 1078.91, "end": 1079.05, "word": " need", "probability": 0.9423828125}, {"start": 1079.05, "end": 1079.23, "word": " for", "probability": 0.94921875}, {"start": 1079.23, "end": 1079.35, "word": " a", "probability": 0.966796875}, {"start": 1079.35, "end": 1079.73, "word": " continuous", "probability": 0.8681640625}, {"start": 1079.73, "end": 1080.19, "word": " tense", "probability": 0.916015625}, {"start": 1080.19, "end": 1080.43, "word": " here.", "probability": 0.82373046875}], "temperature": 1.0}, {"id": 49, "seek": 110594, "start": 1080.64, "end": 1105.94, "text": " They soon discovered that the robbers escaped or had escaped. Because the escaping happened before the discovery. They soon discovered that the robbers had escaped. Had escaped in a van, in a storm, alright?", "tokens": [814, 2321, 6941, 300, 264, 3870, 1616, 20397, 420, 632, 20397, 13, 1436, 264, 32554, 2011, 949, 264, 12114, 13, 814, 2321, 6941, 300, 264, 3870, 1616, 632, 20397, 13, 12298, 20397, 294, 257, 3161, 11, 294, 257, 7679, 11, 5845, 30], "avg_logprob": -0.32503633443699326, "compression_ratio": 1.7049180327868851, "no_speech_prob": 1.1920928955078125e-07, "words": [{"start": 1080.64, "end": 1081.12, "word": " They", "probability": 0.442138671875}, {"start": 1081.12, "end": 1081.42, "word": " soon", "probability": 0.94921875}, {"start": 1081.42, "end": 1083.1, "word": " discovered", "probability": 0.7705078125}, {"start": 1083.1, "end": 1087.82, "word": " that", "probability": 0.6484375}, {"start": 1087.82, "end": 1088.54, "word": " the", "probability": 0.78076171875}, {"start": 1088.54, "end": 1089.12, "word": " robbers", "probability": 0.93017578125}, {"start": 1089.12, "end": 1090.6, "word": " escaped", "probability": 0.3779296875}, {"start": 1090.6, "end": 1090.94, "word": " or", "probability": 0.70068359375}, {"start": 1090.94, "end": 1091.66, "word": " had", "probability": 0.85986328125}, {"start": 1091.66, "end": 1092.24, "word": " escaped.", "probability": 0.79736328125}, {"start": 1092.4, "end": 1092.6, "word": " Because", "probability": 0.492919921875}, {"start": 1092.6, "end": 1092.88, "word": " the", "probability": 0.70361328125}, {"start": 1092.88, "end": 1093.32, "word": " escaping", "probability": 0.8994140625}, {"start": 1093.32, "end": 1093.86, "word": " happened", "probability": 0.80419921875}, {"start": 1093.86, "end": 1094.38, "word": " before", "probability": 0.86181640625}, {"start": 1094.38, "end": 1095.06, "word": " the", "probability": 0.8984375}, {"start": 1095.06, "end": 1095.66, "word": " discovery.", "probability": 0.619140625}, {"start": 1096.1, "end": 1096.7, "word": " They", "probability": 0.56494140625}, {"start": 1096.7, "end": 1096.98, "word": " soon", "probability": 0.96240234375}, {"start": 1096.98, "end": 1097.5, "word": " discovered", "probability": 0.74462890625}, {"start": 1097.5, "end": 1097.82, "word": " that", "probability": 0.9326171875}, {"start": 1097.82, "end": 1097.96, "word": " the", "probability": 0.85791015625}, {"start": 1097.96, "end": 1098.42, "word": " robbers", "probability": 0.89599609375}, {"start": 1098.42, "end": 1098.9, "word": " had", "probability": 0.9072265625}, {"start": 1098.9, "end": 1099.56, "word": " escaped.", "probability": 0.8173828125}, {"start": 1101.76, "end": 1102.68, "word": " Had", "probability": 0.7626953125}, {"start": 1102.68, "end": 1103.14, "word": " escaped", "probability": 0.8232421875}, {"start": 1103.14, "end": 1103.34, "word": " in", "probability": 0.94482421875}, {"start": 1103.34, "end": 1103.48, "word": " a", "probability": 0.98974609375}, {"start": 1103.48, "end": 1103.8, "word": " van,", "probability": 0.91796875}, {"start": 1104.14, "end": 1104.5, "word": " in", "probability": 0.65478515625}, {"start": 1104.5, "end": 1104.68, "word": " a", "probability": 0.99072265625}, {"start": 1104.68, "end": 1105.02, "word": " storm,", "probability": 0.31103515625}, {"start": 1105.36, "end": 1105.94, "word": " alright?", "probability": 0.81298828125}], "temperature": 1.0}, {"id": 50, "seek": 113181, "start": 1107.27, "end": 1131.81, "text": " The man killed one of the guards who was trying to do something.", "tokens": [440, 587, 4652, 472, 295, 264, 17652, 567, 390, 1382, 281, 360, 746, 13], "avg_logprob": -0.4963541507720947, "compression_ratio": 0.9701492537313433, "no_speech_prob": 0.1622314453125, "words": [{"start": 1107.27, "end": 1107.49, "word": " The", "probability": 0.323974609375}, {"start": 1107.49, "end": 1107.83, "word": " man", "probability": 0.55908203125}, {"start": 1107.83, "end": 1109.91, "word": " killed", "probability": 0.59326171875}, {"start": 1109.91, "end": 1114.45, "word": " one", "probability": 0.65087890625}, {"start": 1114.45, "end": 1117.03, "word": " of", "probability": 0.94287109375}, {"start": 1117.03, "end": 1117.19, "word": " the", "probability": 0.9130859375}, {"start": 1117.19, "end": 1117.73, "word": " guards", "probability": 0.83349609375}, {"start": 1117.73, "end": 1119.19, "word": " who", "probability": 0.68896484375}, {"start": 1119.19, "end": 1121.93, "word": " was", "probability": 0.65576171875}, {"start": 1121.93, "end": 1124.35, "word": " trying", "probability": 0.8671875}, {"start": 1124.35, "end": 1128.41, "word": " to", "probability": 0.39501953125}, {"start": 1128.41, "end": 1131.31, "word": " do", "probability": 0.254150390625}, {"start": 1131.31, "end": 1131.81, "word": " something.", "probability": 0.82763671875}], "temperature": 1.0}, {"id": 51, "seek": 115644, "start": 1137.84, "end": 1156.44, "text": " trying to escape or to stop them. He wasn't trying to stop them as they were driving or even as they drove away. Okay? He wasn't trying, they drove away and he wasn't trying to stop them. Just imagine the situation as they drove away.", "tokens": [1382, 281, 7615, 420, 281, 1590, 552, 13, 634, 2067, 380, 1382, 281, 1590, 552, 382, 436, 645, 4840, 420, 754, 382, 436, 13226, 1314, 13, 1033, 30, 634, 2067, 380, 1382, 11, 436, 13226, 1314, 293, 415, 2067, 380, 1382, 281, 1590, 552, 13, 1449, 3811, 264, 2590, 382, 436, 13226, 1314, 13], "avg_logprob": -0.22386363094503228, "compression_ratio": 1.88, "no_speech_prob": 3.5762786865234375e-07, "words": [{"start": 1137.84, "end": 1138.52, "word": " trying", "probability": 0.1737060546875}, {"start": 1138.52, "end": 1139.2, "word": " to", "probability": 0.96533203125}, {"start": 1139.2, "end": 1139.68, "word": " escape", "probability": 0.7900390625}, {"start": 1139.68, "end": 1139.92, "word": " or", "probability": 0.89404296875}, {"start": 1139.92, "end": 1140.14, "word": " to", "probability": 0.8759765625}, {"start": 1140.14, "end": 1140.48, "word": " stop", "probability": 0.94091796875}, {"start": 1140.48, "end": 1140.78, "word": " them.", "probability": 0.9033203125}, {"start": 1141.28, "end": 1141.44, "word": " He", "probability": 0.91552734375}, {"start": 1141.44, "end": 1141.84, "word": " wasn't", "probability": 0.818603515625}, {"start": 1141.84, "end": 1142.08, "word": " trying", "probability": 0.91552734375}, {"start": 1142.08, "end": 1142.28, "word": " to", "probability": 0.97021484375}, {"start": 1142.28, "end": 1142.66, "word": " stop", "probability": 0.92724609375}, {"start": 1142.66, "end": 1143.06, "word": " them", "probability": 0.89892578125}, {"start": 1143.06, "end": 1143.74, "word": " as", "probability": 0.89306640625}, {"start": 1143.74, "end": 1144.04, "word": " they", "probability": 0.89453125}, {"start": 1144.04, "end": 1144.38, "word": " were", "probability": 0.5576171875}, {"start": 1144.38, "end": 1146.06, "word": " driving", "probability": 0.84912109375}, {"start": 1146.06, "end": 1146.44, "word": " or", "probability": 0.6572265625}, {"start": 1146.44, "end": 1146.72, "word": " even", "probability": 0.78759765625}, {"start": 1146.72, "end": 1147.06, "word": " as", "probability": 0.9580078125}, {"start": 1147.06, "end": 1147.26, "word": " they", "probability": 0.904296875}, {"start": 1147.26, "end": 1147.6, "word": " drove", "probability": 0.931640625}, {"start": 1147.6, "end": 1148.06, "word": " away.", "probability": 0.85986328125}, {"start": 1148.72, "end": 1148.74, "word": " Okay?", "probability": 0.4267578125}, {"start": 1149.38, "end": 1149.58, "word": " He", "probability": 0.92529296875}, {"start": 1149.58, "end": 1149.9, "word": " wasn't", "probability": 0.9404296875}, {"start": 1149.9, "end": 1150.16, "word": " trying,", "probability": 0.92919921875}, {"start": 1150.26, "end": 1150.38, "word": " they", "probability": 0.85888671875}, {"start": 1150.38, "end": 1150.72, "word": " drove", "probability": 0.86572265625}, {"start": 1150.72, "end": 1150.98, "word": " away", "probability": 0.85791015625}, {"start": 1150.98, "end": 1151.18, "word": " and", "probability": 0.84912109375}, {"start": 1151.18, "end": 1151.3, "word": " he", "probability": 0.9462890625}, {"start": 1151.3, "end": 1151.54, "word": " wasn't", "probability": 0.8798828125}, {"start": 1151.54, "end": 1151.94, "word": " trying", "probability": 0.92919921875}, {"start": 1151.94, "end": 1152.26, "word": " to", "probability": 0.96923828125}, {"start": 1152.26, "end": 1152.68, "word": " stop", "probability": 0.93310546875}, {"start": 1152.68, "end": 1152.98, "word": " them.", "probability": 0.87841796875}, {"start": 1153.02, "end": 1153.2, "word": " Just", "probability": 0.8642578125}, {"start": 1153.2, "end": 1153.56, "word": " imagine", "probability": 0.9111328125}, {"start": 1153.56, "end": 1153.78, "word": " the", "probability": 0.9072265625}, {"start": 1153.78, "end": 1154.4, "word": " situation", "probability": 0.92041015625}, {"start": 1154.4, "end": 1154.62, "word": " as", "probability": 0.296630859375}, {"start": 1154.62, "end": 1155.46, "word": " they", "probability": 0.90185546875}, {"start": 1155.46, "end": 1155.94, "word": " drove", "probability": 0.9140625}, {"start": 1155.94, "end": 1156.44, "word": " away.", "probability": 0.8603515625}], "temperature": 1.0}, {"id": 52, "seek": 118282, "start": 1157.94, "end": 1182.82, "text": " Or as they were driving. Both are correct I think. Okay? The guard jumped. This happens once, not all the time. Okay? The guard jumped. The guard jumped out in front of them, but they just ran over him. Okay? But they just ran over him.", "tokens": [1610, 382, 436, 645, 4840, 13, 6767, 366, 3006, 286, 519, 13, 1033, 30, 440, 6290, 13864, 13, 639, 2314, 1564, 11, 406, 439, 264, 565, 13, 1033, 30, 440, 6290, 13864, 13, 440, 6290, 13864, 484, 294, 1868, 295, 552, 11, 457, 436, 445, 5872, 670, 796, 13, 1033, 30, 583, 436, 445, 5872, 670, 796, 13], "avg_logprob": -0.24298199758691302, "compression_ratio": 1.6690140845070423, "no_speech_prob": 5.960464477539063e-08, "words": [{"start": 1157.94, "end": 1158.28, "word": " Or", "probability": 0.375244140625}, {"start": 1158.28, "end": 1158.5, "word": " as", "probability": 0.84814453125}, {"start": 1158.5, "end": 1158.66, "word": " they", "probability": 0.8642578125}, {"start": 1158.66, "end": 1158.88, "word": " were", "probability": 0.89599609375}, {"start": 1158.88, "end": 1159.24, "word": " driving.", "probability": 0.93701171875}, {"start": 1159.46, "end": 1159.84, "word": " Both", "probability": 0.77734375}, {"start": 1159.84, "end": 1160.02, "word": " are", "probability": 0.935546875}, {"start": 1160.02, "end": 1160.36, "word": " correct", "probability": 0.89794921875}, {"start": 1160.36, "end": 1160.54, "word": " I", "probability": 0.6611328125}, {"start": 1160.54, "end": 1160.8, "word": " think.", "probability": 0.9228515625}, {"start": 1161.1, "end": 1161.2, "word": " Okay?", "probability": 0.3740234375}, {"start": 1161.92, "end": 1162.08, "word": " The", "probability": 0.85546875}, {"start": 1162.08, "end": 1162.56, "word": " guard", "probability": 0.57568359375}, {"start": 1162.56, "end": 1163.98, "word": " jumped.", "probability": 0.7333984375}, {"start": 1164.12, "end": 1164.76, "word": " This", "probability": 0.46728515625}, {"start": 1164.76, "end": 1165.16, "word": " happens", "probability": 0.84423828125}, {"start": 1165.16, "end": 1165.54, "word": " once,", "probability": 0.90478515625}, {"start": 1165.68, "end": 1165.96, "word": " not", "probability": 0.92236328125}, {"start": 1165.96, "end": 1166.88, "word": " all", "probability": 0.93994140625}, {"start": 1166.88, "end": 1167.02, "word": " the", "probability": 0.92041015625}, {"start": 1167.02, "end": 1167.26, "word": " time.", "probability": 0.890625}, {"start": 1167.38, "end": 1167.58, "word": " Okay?", "probability": 0.73486328125}, {"start": 1168.04, "end": 1168.24, "word": " The", "probability": 0.8916015625}, {"start": 1168.24, "end": 1168.86, "word": " guard", "probability": 0.95947265625}, {"start": 1168.86, "end": 1169.5, "word": " jumped.", "probability": 0.84521484375}, {"start": 1171.48, "end": 1172.12, "word": " The", "probability": 0.8759765625}, {"start": 1172.12, "end": 1172.52, "word": " guard", "probability": 0.94287109375}, {"start": 1172.52, "end": 1173.2, "word": " jumped", "probability": 0.87841796875}, {"start": 1173.2, "end": 1174.62, "word": " out", "probability": 0.705078125}, {"start": 1174.62, "end": 1174.8, "word": " in", "probability": 0.67138671875}, {"start": 1174.8, "end": 1175.3, "word": " front", "probability": 0.89306640625}, {"start": 1175.3, "end": 1175.56, "word": " of", "probability": 0.96533203125}, {"start": 1175.56, "end": 1175.92, "word": " them,", "probability": 0.8984375}, {"start": 1176.34, "end": 1176.66, "word": " but", "probability": 0.91552734375}, {"start": 1176.66, "end": 1177.22, "word": " they", "probability": 0.8984375}, {"start": 1177.22, "end": 1178.46, "word": " just", "probability": 0.92236328125}, {"start": 1178.46, "end": 1179.16, "word": " ran", "probability": 0.94091796875}, {"start": 1179.16, "end": 1179.96, "word": " over", "probability": 0.91748046875}, {"start": 1179.96, "end": 1180.44, "word": " him.", "probability": 0.92333984375}, {"start": 1180.66, "end": 1180.94, "word": " Okay?", "probability": 0.82373046875}, {"start": 1181.0, "end": 1181.16, "word": " But", "probability": 0.92431640625}, {"start": 1181.16, "end": 1181.38, "word": " they", "probability": 0.88134765625}, {"start": 1181.38, "end": 1181.7, "word": " just", "probability": 0.9248046875}, {"start": 1181.7, "end": 1182.12, "word": " ran", "probability": 0.9375}, {"start": 1182.12, "end": 1182.54, "word": " over", "probability": 0.927734375}, {"start": 1182.54, "end": 1182.82, "word": " him.", "probability": 0.79638671875}], "temperature": 1.0}, {"id": 53, "seek": 119850, "start": 1183.54, "end": 1198.5, "text": " Because running again is not continuous. You just run a person God forbids once, not just going back and forth on him. That would be really brutal. Okay. All right. So we can see", "tokens": [1436, 2614, 797, 307, 406, 10957, 13, 509, 445, 1190, 257, 954, 1265, 16603, 3742, 1564, 11, 406, 445, 516, 646, 293, 5220, 322, 796, 13, 663, 576, 312, 534, 17878, 13, 1033, 13, 1057, 558, 13, 407, 321, 393, 536], "avg_logprob": -0.3022693551722027, "compression_ratio": 1.3065693430656935, "no_speech_prob": 2.384185791015625e-07, "words": [{"start": 1183.54, "end": 1184.02, "word": " Because", "probability": 0.45068359375}, {"start": 1184.02, "end": 1184.38, "word": " running", "probability": 0.42529296875}, {"start": 1184.38, "end": 1184.78, "word": " again", "probability": 0.8662109375}, {"start": 1184.78, "end": 1184.98, "word": " is", "probability": 0.900390625}, {"start": 1184.98, "end": 1185.18, "word": " not", "probability": 0.93701171875}, {"start": 1185.18, "end": 1185.72, "word": " continuous.", "probability": 0.85791015625}, {"start": 1186.0, "end": 1186.06, "word": " You", "probability": 0.92138671875}, {"start": 1186.06, "end": 1186.32, "word": " just", "probability": 0.9140625}, {"start": 1186.32, "end": 1186.68, "word": " run", "probability": 0.9462890625}, {"start": 1186.68, "end": 1187.24, "word": " a", "probability": 0.8408203125}, {"start": 1187.24, "end": 1187.6, "word": " person", "probability": 0.953125}, {"start": 1187.6, "end": 1187.92, "word": " God", "probability": 0.27783203125}, {"start": 1187.92, "end": 1188.46, "word": " forbids", "probability": 0.71826171875}, {"start": 1188.46, "end": 1189.12, "word": " once,", "probability": 0.837890625}, {"start": 1189.44, "end": 1189.68, "word": " not", "probability": 0.92919921875}, {"start": 1189.68, "end": 1189.92, "word": " just", "probability": 0.88525390625}, {"start": 1189.92, "end": 1190.24, "word": " going", "probability": 0.9287109375}, {"start": 1190.24, "end": 1190.56, "word": " back", "probability": 0.87841796875}, {"start": 1190.56, "end": 1190.74, "word": " and", "probability": 0.9365234375}, {"start": 1190.74, "end": 1191.0, "word": " forth", "probability": 0.9501953125}, {"start": 1191.0, "end": 1191.18, "word": " on", "probability": 0.85205078125}, {"start": 1191.18, "end": 1191.42, "word": " him.", "probability": 0.921875}, {"start": 1191.72, "end": 1191.82, "word": " That", "probability": 0.8896484375}, {"start": 1191.82, "end": 1192.0, "word": " would", "probability": 0.822265625}, {"start": 1192.0, "end": 1192.36, "word": " be", "probability": 0.94970703125}, {"start": 1192.36, "end": 1192.84, "word": " really", "probability": 0.85693359375}, {"start": 1192.84, "end": 1193.34, "word": " brutal.", "probability": 0.94873046875}, {"start": 1194.02, "end": 1194.02, "word": " Okay.", "probability": 0.5927734375}, {"start": 1194.3, "end": 1194.54, "word": " All", "probability": 0.45166015625}, {"start": 1194.54, "end": 1197.4, "word": " right.", "probability": 0.9091796875}, {"start": 1197.48, "end": 1197.54, "word": " So", "probability": 0.47607421875}, {"start": 1197.54, "end": 1197.78, "word": " we", "probability": 0.787109375}, {"start": 1197.78, "end": 1198.0, "word": " can", "probability": 0.94921875}, {"start": 1198.0, "end": 1198.5, "word": " see", "probability": 0.927734375}], "temperature": 1.0}, {"id": 54, "seek": 122148, "start": 1202.74, "end": 1221.48, "text": " That we use different past tenses in interaction, in conjunction with each other in a seamless way. That would be very nice if you could do that. All right, let's do the same thing. Let's correct the verbs between the brackets in each one of these cases, in each one of these sentences. Please, go ahead.", "tokens": [663, 321, 764, 819, 1791, 10688, 279, 294, 9285, 11, 294, 27482, 365, 1184, 661, 294, 257, 28677, 636, 13, 663, 576, 312, 588, 1481, 498, 291, 727, 360, 300, 13, 1057, 558, 11, 718, 311, 360, 264, 912, 551, 13, 961, 311, 3006, 264, 30051, 1296, 264, 26179, 294, 1184, 472, 295, 613, 3331, 11, 294, 1184, 472, 295, 613, 16579, 13, 2555, 11, 352, 2286, 13], "avg_logprob": -0.20538948670677518, "compression_ratio": 1.5885416666666667, "no_speech_prob": 7.748603820800781e-06, "words": [{"start": 1202.74, "end": 1203.22, "word": " That", "probability": 0.1478271484375}, {"start": 1203.22, "end": 1203.52, "word": " we", "probability": 0.849609375}, {"start": 1203.52, "end": 1203.9, "word": " use", "probability": 0.8525390625}, {"start": 1203.9, "end": 1204.4, "word": " different", "probability": 0.8779296875}, {"start": 1204.4, "end": 1204.86, "word": " past", "probability": 0.93408203125}, {"start": 1204.86, "end": 1205.44, "word": " tenses", "probability": 0.57958984375}, {"start": 1205.44, "end": 1206.26, "word": " in", "probability": 0.89111328125}, {"start": 1206.26, "end": 1207.08, "word": " interaction,", "probability": 0.84619140625}, {"start": 1207.28, "end": 1207.36, "word": " in", "probability": 0.85302734375}, {"start": 1207.36, "end": 1207.8, "word": " conjunction", "probability": 0.97705078125}, {"start": 1207.8, "end": 1208.12, "word": " with", "probability": 0.85205078125}, {"start": 1208.12, "end": 1208.36, "word": " each", "probability": 0.93994140625}, {"start": 1208.36, "end": 1208.66, "word": " other", "probability": 0.892578125}, {"start": 1208.66, "end": 1209.0, "word": " in", "probability": 0.66796875}, {"start": 1209.0, "end": 1209.26, "word": " a", "probability": 0.97119140625}, {"start": 1209.26, "end": 1209.64, "word": " seamless", "probability": 0.904296875}, {"start": 1209.64, "end": 1210.12, "word": " way.", "probability": 0.9560546875}, {"start": 1210.5, "end": 1210.58, "word": " That", "probability": 0.88818359375}, {"start": 1210.58, "end": 1210.74, "word": " would", "probability": 0.900390625}, {"start": 1210.74, "end": 1210.9, "word": " be", "probability": 0.95068359375}, {"start": 1210.9, "end": 1211.26, "word": " very", "probability": 0.833984375}, {"start": 1211.26, "end": 1211.84, "word": " nice", "probability": 0.89990234375}, {"start": 1211.84, "end": 1212.0, "word": " if", "probability": 0.89794921875}, {"start": 1212.0, "end": 1212.1, "word": " you", "probability": 0.95751953125}, {"start": 1212.1, "end": 1212.26, "word": " could", "probability": 0.875}, {"start": 1212.26, "end": 1212.44, "word": " do", "probability": 0.9599609375}, {"start": 1212.44, "end": 1212.7, "word": " that.", "probability": 0.9384765625}, {"start": 1212.82, "end": 1212.92, "word": " All", "probability": 0.422607421875}, {"start": 1212.92, "end": 1213.02, "word": " right,", "probability": 0.90380859375}, {"start": 1213.22, "end": 1213.4, "word": " let's", "probability": 0.958984375}, {"start": 1213.4, "end": 1213.54, "word": " do", "probability": 0.95849609375}, {"start": 1213.54, "end": 1213.74, "word": " the", "probability": 0.9091796875}, {"start": 1213.74, "end": 1213.94, "word": " same", "probability": 0.9130859375}, {"start": 1213.94, "end": 1214.24, "word": " thing.", "probability": 0.912109375}, {"start": 1214.52, "end": 1214.74, "word": " Let's", "probability": 0.9638671875}, {"start": 1214.74, "end": 1215.34, "word": " correct", "probability": 0.93359375}, {"start": 1215.34, "end": 1215.78, "word": " the", "probability": 0.91796875}, {"start": 1215.78, "end": 1216.32, "word": " verbs", "probability": 0.93408203125}, {"start": 1216.32, "end": 1217.22, "word": " between", "probability": 0.8466796875}, {"start": 1217.22, "end": 1217.4, "word": " the", "probability": 0.4404296875}, {"start": 1217.4, "end": 1217.66, "word": " brackets", "probability": 0.9638671875}, {"start": 1217.66, "end": 1217.9, "word": " in", "probability": 0.87451171875}, {"start": 1217.9, "end": 1218.1, "word": " each", "probability": 0.93505859375}, {"start": 1218.1, "end": 1218.28, "word": " one", "probability": 0.931640625}, {"start": 1218.28, "end": 1218.42, "word": " of", "probability": 0.962890625}, {"start": 1218.42, "end": 1218.66, "word": " these", "probability": 0.837890625}, {"start": 1218.66, "end": 1219.12, "word": " cases,", "probability": 0.916015625}, {"start": 1219.26, "end": 1219.38, "word": " in", "probability": 0.9140625}, {"start": 1219.38, "end": 1219.54, "word": " each", "probability": 0.93359375}, {"start": 1219.54, "end": 1219.7, "word": " one", "probability": 0.92626953125}, {"start": 1219.7, "end": 1219.82, "word": " of", "probability": 0.96435546875}, {"start": 1219.82, "end": 1220.0, "word": " these", "probability": 0.841796875}, {"start": 1220.0, "end": 1220.46, "word": " sentences.", "probability": 0.94384765625}, {"start": 1220.72, "end": 1220.92, "word": " Please,", "probability": 0.77587890625}, {"start": 1221.16, "end": 1221.32, "word": " go", "probability": 0.87939453125}, {"start": 1221.32, "end": 1221.48, "word": " ahead.", "probability": 0.85009765625}], "temperature": 1.0}, {"id": 55, "seek": 126020, "start": 1239.64, "end": 1260.2, "text": " I have a question for you.", "tokens": [286, 362, 257, 1168, 337, 291, 13], "avg_logprob": -1.2744140774011612, "compression_ratio": 0.7714285714285715, "no_speech_prob": 2.9802322387695312e-06, "words": [{"start": 1239.6399999999999, "end": 1241.04, "word": " I", "probability": 0.058349609375}, {"start": 1241.04, "end": 1242.44, "word": " have", "probability": 0.0919189453125}, {"start": 1242.44, "end": 1245.9, "word": " a", "probability": 0.47021484375}, {"start": 1245.9, "end": 1255.9, "word": " question", "probability": 0.48876953125}, {"start": 1255.9, "end": 1256.86, "word": " for", "probability": 0.1776123046875}, {"start": 1256.86, "end": 1260.2, "word": " you.", "probability": 0.56591796875}], "temperature": 1.0}, {"id": 56, "seek": 127557, "start": 1267.75, "end": 1275.57, "text": " No, I don't know. I don't know. I don't know. I don't know. I don't know.", "tokens": [883, 11, 286, 500, 380, 458, 13, 286, 500, 380, 458, 13, 286, 500, 380, 458, 13, 286, 500, 380, 458, 13, 286, 500, 380, 458, 13], "avg_logprob": -0.8476562350988388, "compression_ratio": 2.642857142857143, "no_speech_prob": 8.344650268554688e-07, "words": [{"start": 1267.75, "end": 1268.27, "word": " No,", "probability": 0.034698486328125}, {"start": 1268.45, "end": 1268.61, "word": " I", "probability": 0.34130859375}, {"start": 1268.61, "end": 1268.61, "word": " don't", "probability": 0.558929443359375}, {"start": 1268.61, "end": 1268.73, "word": " know.", "probability": 0.151611328125}, {"start": 1269.47, "end": 1269.47, "word": " I", "probability": 0.498779296875}, {"start": 1269.47, "end": 1269.69, "word": " don't", "probability": 0.63671875}, {"start": 1269.69, "end": 1269.85, "word": " know.", "probability": 0.5478515625}, {"start": 1270.17, "end": 1270.51, "word": " I", "probability": 0.36865234375}, {"start": 1270.51, "end": 1270.59, "word": " don't", "probability": 0.659423828125}, {"start": 1270.59, "end": 1270.73, "word": " know.", "probability": 0.642578125}, {"start": 1271.47, "end": 1271.47, "word": " I", "probability": 0.404541015625}, {"start": 1271.47, "end": 1271.47, "word": " don't", "probability": 0.70556640625}, {"start": 1271.47, "end": 1271.69, "word": " know.", "probability": 0.76220703125}, {"start": 1273.19, "end": 1273.83, "word": " I", "probability": 0.49609375}, {"start": 1273.83, "end": 1275.57, "word": " don't", "probability": 0.78271484375}, {"start": 1275.57, "end": 1275.57, "word": " know.", "probability": 0.83837890625}], "temperature": 1.0}, {"id": 57, "seek": 131799, "start": 1294.89, "end": 1317.99, "text": " It's fashion. Good one. Good one. Good one. Good one. Good one. Good one.", "tokens": [467, 311, 6700, 13, 2205, 472, 13, 2205, 472, 13, 2205, 472, 13, 2205, 472, 13, 2205, 472, 13, 2205, 472, 13], "avg_logprob": -0.8872282556865526, "compression_ratio": 2.242424242424242, "no_speech_prob": 1.3113021850585938e-06, "words": [{"start": 1294.8899999999999, "end": 1296.09, "word": " It's", "probability": 0.35881805419921875}, {"start": 1296.09, "end": 1296.49, "word": " fashion.", "probability": 0.2276611328125}, {"start": 1297.17, "end": 1297.97, "word": " Good", "probability": 0.140869140625}, {"start": 1297.97, "end": 1298.37, "word": " one.", "probability": 0.2095947265625}, {"start": 1299.05, "end": 1299.13, "word": " Good", "probability": 0.2100830078125}, {"start": 1299.13, "end": 1301.37, "word": " one.", "probability": 0.7138671875}, {"start": 1301.37, "end": 1301.95, "word": " Good", "probability": 0.1695556640625}, {"start": 1301.95, "end": 1302.01, "word": " one.", "probability": 0.7607421875}, {"start": 1303.37, "end": 1303.37, "word": " Good", "probability": 0.2490234375}, {"start": 1303.37, "end": 1303.97, "word": " one.", "probability": 0.8466796875}, {"start": 1304.49, "end": 1305.17, "word": " Good", "probability": 0.40283203125}, {"start": 1305.17, "end": 1305.61, "word": " one.", "probability": 0.89404296875}, {"start": 1306.85, "end": 1307.05, "word": " Good", "probability": 0.56005859375}, {"start": 1307.05, "end": 1317.99, "word": " one.", "probability": 0.91748046875}], "temperature": 1.0}, {"id": 58, "seek": 132903, "start": 1318.85, "end": 1329.03, "text": " It is in the stars. It is in the stars. It is in the stars. It is in the stars.", "tokens": [467, 307, 294, 264, 6105, 13, 467, 307, 294, 264, 6105, 13, 467, 307, 294, 264, 6105, 13, 467, 307, 294, 264, 6105, 13], "avg_logprob": -0.81, "compression_ratio": 2.5806451612903225, "no_speech_prob": 6.258487701416016e-05, "words": [{"start": 1318.85, "end": 1319.11, "word": " It", "probability": 0.11663818359375}, {"start": 1319.11, "end": 1319.33, "word": " is", "probability": 0.51806640625}, {"start": 1319.33, "end": 1319.53, "word": " in", "probability": 0.270751953125}, {"start": 1319.53, "end": 1319.65, "word": " the", "probability": 0.52197265625}, {"start": 1319.65, "end": 1320.01, "word": " stars.", "probability": 0.1856689453125}, {"start": 1320.89, "end": 1320.95, "word": " It", "probability": 0.10687255859375}, {"start": 1320.95, "end": 1321.51, "word": " is", "probability": 0.2020263671875}, {"start": 1321.51, "end": 1322.49, "word": " in", "probability": 0.33349609375}, {"start": 1322.49, "end": 1322.49, "word": " the", "probability": 0.78759765625}, {"start": 1322.49, "end": 1323.33, "word": " stars.", "probability": 0.7412109375}, {"start": 1323.65, "end": 1323.91, "word": " It", "probability": 0.1744384765625}, {"start": 1323.91, "end": 1324.01, "word": " is", "probability": 0.48486328125}, {"start": 1324.01, "end": 1324.41, "word": " in", "probability": 0.61474609375}, {"start": 1324.41, "end": 1324.49, "word": " the", "probability": 0.8818359375}, {"start": 1324.49, "end": 1324.85, "word": " stars.", "probability": 0.8310546875}, {"start": 1327.35, "end": 1327.35, "word": " It", "probability": 0.3369140625}, {"start": 1327.35, "end": 1327.69, "word": " is", "probability": 0.66015625}, {"start": 1327.69, "end": 1328.23, "word": " in", "probability": 0.7734375}, {"start": 1328.23, "end": 1329.03, "word": " the", "probability": 0.89990234375}, {"start": 1329.03, "end": 1329.03, "word": " stars.", "probability": 0.87353515625}], "temperature": 1.0}, {"id": 59, "seek": 135052, "start": 1348.6, "end": 1350.52, "text": " Where did you learn to speak English?", "tokens": [2305, 630, 291, 1466, 281, 1710, 3669, 30], "avg_logprob": -1.2586805555555556, "compression_ratio": 0.8260869565217391, "no_speech_prob": 1.531839370727539e-05, "words": [{"start": 1348.6000000000001, "end": 1349.14, "word": " Where", "probability": 0.04754638671875}, {"start": 1349.14, "end": 1349.4, "word": " did", "probability": 0.49365234375}, {"start": 1349.4, "end": 1349.62, "word": " you", "probability": 0.80078125}, {"start": 1349.62, "end": 1349.9, "word": " learn", "probability": 0.326171875}, {"start": 1349.9, "end": 1350.04, "word": " to", "probability": 0.12176513671875}, {"start": 1350.04, "end": 1350.2, "word": " speak", "probability": 0.41943359375}, {"start": 1350.2, "end": 1350.52, "word": " English?", "probability": 0.1112060546875}], "temperature": 1.0}, {"id": 60, "seek": 140496, "start": 1377.1, "end": 1404.96, "text": " All right, let's see the first one. Suddenly. Okay, this is another situation that we need to consider here. All right, would you like to try? Yes, please. They heard a strange noise and looked at each other.", "tokens": [1057, 558, 11, 718, 311, 536, 264, 700, 472, 13, 21194, 13, 1033, 11, 341, 307, 1071, 2590, 300, 321, 643, 281, 1949, 510, 13, 1057, 558, 11, 576, 291, 411, 281, 853, 30, 1079, 11, 1767, 13, 814, 2198, 257, 5861, 5658, 293, 2956, 412, 1184, 661, 13], "avg_logprob": -0.2959374976158142, "compression_ratio": 1.3841059602649006, "no_speech_prob": 5.960464477539063e-08, "words": [{"start": 1377.1, "end": 1377.4, "word": " All", "probability": 0.2286376953125}, {"start": 1377.4, "end": 1377.64, "word": " right,", "probability": 0.86181640625}, {"start": 1377.82, "end": 1378.1, "word": " let's", "probability": 0.941162109375}, {"start": 1378.1, "end": 1378.3, "word": " see", "probability": 0.923828125}, {"start": 1378.3, "end": 1378.68, "word": " the", "probability": 0.61669921875}, {"start": 1378.68, "end": 1379.12, "word": " first", "probability": 0.890625}, {"start": 1379.12, "end": 1379.5, "word": " one.", "probability": 0.93408203125}, {"start": 1379.92, "end": 1380.34, "word": " Suddenly.", "probability": 0.841796875}, {"start": 1381.48, "end": 1381.78, "word": " Okay,", "probability": 0.693359375}, {"start": 1381.94, "end": 1382.18, "word": " this", "probability": 0.9404296875}, {"start": 1382.18, "end": 1382.3, "word": " is", "probability": 0.94921875}, {"start": 1382.3, "end": 1382.66, "word": " another", "probability": 0.912109375}, {"start": 1382.66, "end": 1383.46, "word": " situation", "probability": 0.93359375}, {"start": 1383.46, "end": 1383.76, "word": " that", "probability": 0.919921875}, {"start": 1383.76, "end": 1383.94, "word": " we", "probability": 0.9609375}, {"start": 1383.94, "end": 1384.16, "word": " need", "probability": 0.92578125}, {"start": 1384.16, "end": 1384.3, "word": " to", "probability": 0.9697265625}, {"start": 1384.3, "end": 1384.78, "word": " consider", "probability": 0.9228515625}, {"start": 1384.78, "end": 1385.18, "word": " here.", "probability": 0.84228515625}, {"start": 1385.28, "end": 1385.68, "word": " All", "probability": 0.7275390625}, {"start": 1385.68, "end": 1385.78, "word": " right,", "probability": 0.91357421875}, {"start": 1385.86, "end": 1385.96, "word": " would", "probability": 0.93359375}, {"start": 1385.96, "end": 1386.02, "word": " you", "probability": 0.96728515625}, {"start": 1386.02, "end": 1386.18, "word": " like", "probability": 0.93212890625}, {"start": 1386.18, "end": 1386.28, "word": " to", "probability": 0.9677734375}, {"start": 1386.28, "end": 1386.48, "word": " try?", "probability": 0.93798828125}, {"start": 1386.56, "end": 1386.68, "word": " Yes,", "probability": 0.8935546875}, {"start": 1386.74, "end": 1386.98, "word": " please.", "probability": 0.80712890625}, {"start": 1388.6, "end": 1389.2, "word": " They", "probability": 0.39990234375}, {"start": 1389.2, "end": 1390.18, "word": " heard", "probability": 0.5712890625}, {"start": 1390.18, "end": 1393.56, "word": " a", "probability": 0.34033203125}, {"start": 1393.56, "end": 1397.6, "word": " strange", "probability": 0.8203125}, {"start": 1397.6, "end": 1398.14, "word": " noise", "probability": 0.94580078125}, {"start": 1398.14, "end": 1398.68, "word": " and", "probability": 0.7158203125}, {"start": 1398.68, "end": 1399.8, "word": " looked", "probability": 0.78857421875}, {"start": 1399.8, "end": 1402.2, "word": " at", "probability": 0.6171875}, {"start": 1402.2, "end": 1402.5, "word": " each", "probability": 0.955078125}, {"start": 1402.5, "end": 1404.96, "word": " other.", "probability": 0.89111328125}], "temperature": 1.0}, {"id": 61, "seek": 143448, "start": 1406.82, "end": 1434.48, "text": " terror. Okay? What happened all evening? Yes please. All evening they had been playing cards. Very nice. They had. I could say they were playing. This is fine. But I'm talking about all evening. So it just indicates that it is a very long activity. It's a longer duration of time. So all evening they had been playing. Playing.", "tokens": [8127, 13, 1033, 30, 708, 2011, 439, 5634, 30, 1079, 1767, 13, 1057, 5634, 436, 632, 668, 2433, 5632, 13, 4372, 1481, 13, 814, 632, 13, 286, 727, 584, 436, 645, 2433, 13, 639, 307, 2489, 13, 583, 286, 478, 1417, 466, 439, 5634, 13, 407, 309, 445, 16203, 300, 309, 307, 257, 588, 938, 5191, 13, 467, 311, 257, 2854, 16365, 295, 565, 13, 407, 439, 5634, 436, 632, 668, 2433, 13, 24801, 13], "avg_logprob": -0.338198999433141, "compression_ratio": 1.6565656565656566, "no_speech_prob": 1.7881393432617188e-07, "words": [{"start": 1406.82, "end": 1407.28, "word": " terror.", "probability": 0.1141357421875}, {"start": 1407.64, "end": 1407.92, "word": " Okay?", "probability": 0.458984375}, {"start": 1408.16, "end": 1408.54, "word": " What", "probability": 0.8369140625}, {"start": 1408.54, "end": 1409.0, "word": " happened", "probability": 0.82763671875}, {"start": 1409.0, "end": 1409.42, "word": " all", "probability": 0.48046875}, {"start": 1409.42, "end": 1410.4, "word": " evening?", "probability": 0.9228515625}, {"start": 1410.96, "end": 1411.1, "word": " Yes", "probability": 0.537109375}, {"start": 1411.1, "end": 1411.34, "word": " please.", "probability": 0.50927734375}, {"start": 1411.5, "end": 1411.66, "word": " All", "probability": 0.6337890625}, {"start": 1411.66, "end": 1412.02, "word": " evening", "probability": 0.904296875}, {"start": 1412.02, "end": 1412.36, "word": " they", "probability": 0.78466796875}, {"start": 1412.36, "end": 1412.64, "word": " had", "probability": 0.7822265625}, {"start": 1412.64, "end": 1412.82, "word": " been", "probability": 0.90966796875}, {"start": 1412.82, "end": 1413.24, "word": " playing", "probability": 0.8896484375}, {"start": 1413.24, "end": 1413.66, "word": " cards.", "probability": 0.826171875}, {"start": 1413.68, "end": 1413.94, "word": " Very", "probability": 0.73291015625}, {"start": 1413.94, "end": 1414.28, "word": " nice.", "probability": 0.89404296875}, {"start": 1414.44, "end": 1414.78, "word": " They", "probability": 0.65771484375}, {"start": 1414.78, "end": 1415.4, "word": " had.", "probability": 0.89794921875}, {"start": 1415.54, "end": 1416.14, "word": " I", "probability": 0.9072265625}, {"start": 1416.14, "end": 1416.34, "word": " could", "probability": 0.8681640625}, {"start": 1416.34, "end": 1416.58, "word": " say", "probability": 0.94140625}, {"start": 1416.58, "end": 1416.82, "word": " they", "probability": 0.87841796875}, {"start": 1416.82, "end": 1417.04, "word": " were", "probability": 0.89599609375}, {"start": 1417.04, "end": 1417.62, "word": " playing.", "probability": 0.86328125}, {"start": 1417.92, "end": 1418.12, "word": " This", "probability": 0.272705078125}, {"start": 1418.12, "end": 1418.22, "word": " is", "probability": 0.935546875}, {"start": 1418.22, "end": 1418.5, "word": " fine.", "probability": 0.8828125}, {"start": 1418.78, "end": 1418.92, "word": " But", "probability": 0.7177734375}, {"start": 1418.92, "end": 1419.12, "word": " I'm", "probability": 0.913818359375}, {"start": 1419.12, "end": 1419.38, "word": " talking", "probability": 0.85791015625}, {"start": 1419.38, "end": 1419.84, "word": " about", "probability": 0.9091796875}, {"start": 1419.84, "end": 1420.14, "word": " all", "probability": 0.646484375}, {"start": 1420.14, "end": 1420.52, "word": " evening.", "probability": 0.444580078125}, {"start": 1420.84, "end": 1421.26, "word": " So", "probability": 0.46142578125}, {"start": 1421.26, "end": 1421.48, "word": " it", "probability": 0.46875}, {"start": 1421.48, "end": 1421.7, "word": " just", "probability": 0.8798828125}, {"start": 1421.7, "end": 1422.12, "word": " indicates", "probability": 0.95751953125}, {"start": 1422.12, "end": 1422.46, "word": " that", "probability": 0.92138671875}, {"start": 1422.46, "end": 1422.6, "word": " it", "probability": 0.9072265625}, {"start": 1422.6, "end": 1422.72, "word": " is", "probability": 0.8349609375}, {"start": 1422.72, "end": 1422.84, "word": " a", "probability": 0.982421875}, {"start": 1422.84, "end": 1423.06, "word": " very", "probability": 0.84033203125}, {"start": 1423.06, "end": 1423.28, "word": " long", "probability": 0.9072265625}, {"start": 1423.28, "end": 1423.84, "word": " activity.", "probability": 0.94482421875}, {"start": 1424.28, "end": 1424.76, "word": " It's", "probability": 0.7685546875}, {"start": 1424.76, "end": 1424.88, "word": " a", "probability": 0.94287109375}, {"start": 1424.88, "end": 1425.24, "word": " longer", "probability": 0.9287109375}, {"start": 1425.24, "end": 1425.9, "word": " duration", "probability": 0.97705078125}, {"start": 1425.9, "end": 1426.16, "word": " of", "probability": 0.9677734375}, {"start": 1426.16, "end": 1426.44, "word": " time.", "probability": 0.88671875}, {"start": 1426.76, "end": 1426.92, "word": " So", "probability": 0.95458984375}, {"start": 1426.92, "end": 1427.2, "word": " all", "probability": 0.86767578125}, {"start": 1427.2, "end": 1427.66, "word": " evening", "probability": 0.9384765625}, {"start": 1427.66, "end": 1428.58, "word": " they", "probability": 0.74560546875}, {"start": 1428.58, "end": 1429.52, "word": " had", "probability": 0.87646484375}, {"start": 1429.52, "end": 1430.66, "word": " been", "probability": 0.90380859375}, {"start": 1430.66, "end": 1432.2, "word": " playing.", "probability": 0.65625}, {"start": 1433.88, "end": 1434.48, "word": " Playing.", "probability": 0.7802734375}], "temperature": 1.0}, {"id": 62, "seek": 145139, "start": 1439.35, "end": 1451.39, "text": " We all have been playing and watching TV without thinking about or of the course", "tokens": [492, 439, 362, 668, 2433, 293, 1976, 3558, 1553, 1953, 466, 420, 295, 264, 1164], "avg_logprob": -0.7275390811264515, "compression_ratio": 1.0945945945945945, "no_speech_prob": 0.52001953125, "words": [{"start": 1439.3500000000001, "end": 1440.67, "word": " We", "probability": 0.0235137939453125}, {"start": 1440.67, "end": 1441.99, "word": " all", "probability": 0.38623046875}, {"start": 1441.99, "end": 1442.25, "word": " have", "probability": 0.77099609375}, {"start": 1442.25, "end": 1442.61, "word": " been", "probability": 0.8388671875}, {"start": 1442.61, "end": 1443.19, "word": " playing", "probability": 0.74169921875}, {"start": 1443.19, "end": 1443.83, "word": " and", "probability": 0.456787109375}, {"start": 1443.83, "end": 1444.83, "word": " watching", "probability": 0.77685546875}, {"start": 1444.83, "end": 1447.07, "word": " TV", "probability": 0.66845703125}, {"start": 1447.07, "end": 1447.79, "word": " without", "probability": 0.7265625}, {"start": 1447.79, "end": 1448.49, "word": " thinking", "probability": 0.837890625}, {"start": 1448.49, "end": 1449.11, "word": " about", "probability": 0.86181640625}, {"start": 1449.11, "end": 1449.81, "word": " or", "probability": 0.5048828125}, {"start": 1449.81, "end": 1450.33, "word": " of", "probability": 0.90625}, {"start": 1450.33, "end": 1450.99, "word": " the", "probability": 0.755859375}, {"start": 1450.99, "end": 1451.39, "word": " course", "probability": 0.4697265625}], "temperature": 1.0}, {"id": 63, "seek": 148929, "start": 1467.13, "end": 1489.29, "text": " After I had finished, what happened? I continued to work. Okay? Alright. I could say after I finished but this is the exact rule that we need to really to master here. Past perfect simple tense. Number three. As soon as. Yes please. As soon as I could find my brother was going out.", "tokens": [2381, 286, 632, 4335, 11, 437, 2011, 30, 286, 7014, 281, 589, 13, 1033, 30, 2798, 13, 286, 727, 584, 934, 286, 4335, 457, 341, 307, 264, 1900, 4978, 300, 321, 643, 281, 534, 281, 4505, 510, 13, 18408, 2176, 2199, 18760, 13, 5118, 1045, 13, 1018, 2321, 382, 13, 1079, 1767, 13, 1018, 2321, 382, 286, 727, 915, 452, 3708, 390, 516, 484, 13], "avg_logprob": -0.3645833446220918, "compression_ratio": 1.5053191489361701, "no_speech_prob": 1.1563301086425781e-05, "words": [{"start": 1467.13, "end": 1467.71, "word": " After", "probability": 0.334228515625}, {"start": 1467.71, "end": 1468.29, "word": " I", "probability": 0.94775390625}, {"start": 1468.29, "end": 1468.73, "word": " had", "probability": 0.286865234375}, {"start": 1468.73, "end": 1469.29, "word": " finished,", "probability": 0.765625}, {"start": 1471.05, "end": 1471.21, "word": " what", "probability": 0.8232421875}, {"start": 1471.21, "end": 1471.73, "word": " happened?", "probability": 0.80419921875}, {"start": 1472.33, "end": 1472.59, "word": " I", "probability": 0.9716796875}, {"start": 1472.59, "end": 1473.35, "word": " continued", "probability": 0.74169921875}, {"start": 1473.35, "end": 1473.67, "word": " to", "probability": 0.380859375}, {"start": 1473.67, "end": 1474.51, "word": " work.", "probability": 0.89208984375}, {"start": 1474.93, "end": 1475.27, "word": " Okay?", "probability": 0.41015625}, {"start": 1475.67, "end": 1475.91, "word": " Alright.", "probability": 0.406494140625}, {"start": 1475.91, "end": 1476.05, "word": " I", "probability": 0.6123046875}, {"start": 1476.05, "end": 1476.13, "word": " could", "probability": 0.8486328125}, {"start": 1476.13, "end": 1476.37, "word": " say", "probability": 0.921875}, {"start": 1476.37, "end": 1476.61, "word": " after", "probability": 0.56494140625}, {"start": 1476.61, "end": 1476.83, "word": " I", "probability": 0.9912109375}, {"start": 1476.83, "end": 1477.07, "word": " finished", "probability": 0.5703125}, {"start": 1477.07, "end": 1477.35, "word": " but", "probability": 0.5888671875}, {"start": 1477.35, "end": 1477.93, "word": " this", "probability": 0.86181640625}, {"start": 1477.93, "end": 1478.09, "word": " is", "probability": 0.94140625}, {"start": 1478.09, "end": 1478.25, "word": " the", "probability": 0.908203125}, {"start": 1478.25, "end": 1478.69, "word": " exact", "probability": 0.9140625}, {"start": 1478.69, "end": 1479.03, "word": " rule", "probability": 0.923828125}, {"start": 1479.03, "end": 1479.53, "word": " that", "probability": 0.90234375}, {"start": 1479.53, "end": 1479.71, "word": " we", "probability": 0.94677734375}, {"start": 1479.71, "end": 1479.93, "word": " need", "probability": 0.89501953125}, {"start": 1479.93, "end": 1480.05, "word": " to", "probability": 0.888671875}, {"start": 1480.05, "end": 1480.25, "word": " really", "probability": 0.625}, {"start": 1480.25, "end": 1480.59, "word": " to", "probability": 0.333251953125}, {"start": 1480.59, "end": 1481.29, "word": " master", "probability": 0.88818359375}, {"start": 1481.29, "end": 1481.81, "word": " here.", "probability": 0.82958984375}, {"start": 1481.99, "end": 1482.29, "word": " Past", "probability": 0.2154541015625}, {"start": 1482.29, "end": 1482.63, "word": " perfect", "probability": 0.7822265625}, {"start": 1482.63, "end": 1483.17, "word": " simple", "probability": 0.6787109375}, {"start": 1483.17, "end": 1483.89, "word": " tense.", "probability": 0.3935546875}, {"start": 1484.05, "end": 1484.27, "word": " Number", "probability": 0.8076171875}, {"start": 1484.27, "end": 1484.69, "word": " three.", "probability": 0.6669921875}, {"start": 1484.97, "end": 1485.17, "word": " As", "probability": 0.7822265625}, {"start": 1485.17, "end": 1485.31, "word": " soon", "probability": 0.93017578125}, {"start": 1485.31, "end": 1485.61, "word": " as.", "probability": 0.970703125}, {"start": 1485.81, "end": 1486.09, "word": " Yes", "probability": 0.89697265625}, {"start": 1486.09, "end": 1486.39, "word": " please.", "probability": 0.6083984375}, {"start": 1486.57, "end": 1486.81, "word": " As", "probability": 0.638671875}, {"start": 1486.81, "end": 1486.95, "word": " soon", "probability": 0.96044921875}, {"start": 1486.95, "end": 1487.13, "word": " as", "probability": 0.96484375}, {"start": 1487.13, "end": 1487.35, "word": " I", "probability": 0.8681640625}, {"start": 1487.35, "end": 1487.55, "word": " could", "probability": 0.61669921875}, {"start": 1487.55, "end": 1487.79, "word": " find", "probability": 0.85791015625}, {"start": 1487.79, "end": 1487.99, "word": " my", "probability": 0.94287109375}, {"start": 1487.99, "end": 1488.33, "word": " brother", "probability": 0.91064453125}, {"start": 1488.33, "end": 1488.69, "word": " was", "probability": 0.72509765625}, {"start": 1488.69, "end": 1488.99, "word": " going", "probability": 0.422119140625}, {"start": 1488.99, "end": 1489.29, "word": " out.", "probability": 0.80224609375}], "temperature": 1.0}, {"id": 64, "seek": 151488, "start": 1490.6, "end": 1514.88, "text": " Why? Most of you said no, was going out, went out. Ok this is why I was going out. It's a bit awkward I think. As soon as I got home, my brother went out. So this happened first and this happened next. So we are talking about teratopia. One after another, one after another. All my brother went out.", "tokens": [1545, 30, 4534, 295, 291, 848, 572, 11, 390, 516, 484, 11, 1437, 484, 13, 3477, 341, 307, 983, 286, 390, 516, 484, 13, 467, 311, 257, 857, 11411, 286, 519, 13, 1018, 2321, 382, 286, 658, 1280, 11, 452, 3708, 1437, 484, 13, 407, 341, 2011, 700, 293, 341, 2011, 958, 13, 407, 321, 366, 1417, 466, 1796, 267, 22376, 13, 1485, 934, 1071, 11, 472, 934, 1071, 13, 1057, 452, 3708, 1437, 484, 13], "avg_logprob": -0.30235388991120576, "compression_ratio": 1.694915254237288, "no_speech_prob": 1.1920928955078125e-07, "words": [{"start": 1490.6, "end": 1491.12, "word": " Why?", "probability": 0.1934814453125}, {"start": 1491.82, "end": 1492.12, "word": " Most", "probability": 0.304443359375}, {"start": 1492.12, "end": 1492.26, "word": " of", "probability": 0.9619140625}, {"start": 1492.26, "end": 1492.44, "word": " you", "probability": 0.95849609375}, {"start": 1492.44, "end": 1492.68, "word": " said", "probability": 0.953125}, {"start": 1492.68, "end": 1493.06, "word": " no,", "probability": 0.6875}, {"start": 1493.24, "end": 1493.42, "word": " was", "probability": 0.60009765625}, {"start": 1493.42, "end": 1493.8, "word": " going", "probability": 0.95068359375}, {"start": 1493.8, "end": 1494.2, "word": " out,", "probability": 0.86279296875}, {"start": 1494.94, "end": 1495.4, "word": " went", "probability": 0.87158203125}, {"start": 1495.4, "end": 1495.6, "word": " out.", "probability": 0.900390625}, {"start": 1495.68, "end": 1495.84, "word": " Ok", "probability": 0.5126953125}, {"start": 1495.84, "end": 1496.08, "word": " this", "probability": 0.50537109375}, {"start": 1496.08, "end": 1496.24, "word": " is", "probability": 0.92236328125}, {"start": 1496.24, "end": 1496.46, "word": " why", "probability": 0.76220703125}, {"start": 1496.46, "end": 1496.58, "word": " I", "probability": 0.83984375}, {"start": 1496.58, "end": 1496.72, "word": " was", "probability": 0.94091796875}, {"start": 1496.72, "end": 1497.0, "word": " going", "probability": 0.94970703125}, {"start": 1497.0, "end": 1497.2, "word": " out.", "probability": 0.88037109375}, {"start": 1497.36, "end": 1497.46, "word": " It's", "probability": 0.6396484375}, {"start": 1497.46, "end": 1497.54, "word": " a", "probability": 0.97412109375}, {"start": 1497.54, "end": 1497.7, "word": " bit", "probability": 0.8896484375}, {"start": 1497.7, "end": 1498.02, "word": " awkward", "probability": 0.943359375}, {"start": 1498.02, "end": 1498.3, "word": " I", "probability": 0.85693359375}, {"start": 1498.3, "end": 1498.58, "word": " think.", "probability": 0.91943359375}, {"start": 1498.92, "end": 1499.18, "word": " As", "probability": 0.935546875}, {"start": 1499.18, "end": 1499.38, "word": " soon", "probability": 0.9541015625}, {"start": 1499.38, "end": 1499.64, "word": " as", "probability": 0.96142578125}, {"start": 1499.64, "end": 1499.84, "word": " I", "probability": 0.99658203125}, {"start": 1499.84, "end": 1500.42, "word": " got", "probability": 0.904296875}, {"start": 1500.42, "end": 1500.9, "word": " home,", "probability": 0.8623046875}, {"start": 1501.36, "end": 1501.56, "word": " my", "probability": 0.96630859375}, {"start": 1501.56, "end": 1502.02, "word": " brother", "probability": 0.8779296875}, {"start": 1502.02, "end": 1502.68, "word": " went", "probability": 0.2061767578125}, {"start": 1502.68, "end": 1502.88, "word": " out.", "probability": 0.88330078125}, {"start": 1502.96, "end": 1503.04, "word": " So", "probability": 0.8076171875}, {"start": 1503.04, "end": 1503.24, "word": " this", "probability": 0.890625}, {"start": 1503.24, "end": 1503.72, "word": " happened", "probability": 0.5966796875}, {"start": 1503.72, "end": 1504.22, "word": " first", "probability": 0.88427734375}, {"start": 1504.22, "end": 1504.74, "word": " and", "probability": 0.61328125}, {"start": 1504.74, "end": 1504.96, "word": " this", "probability": 0.880859375}, {"start": 1504.96, "end": 1505.36, "word": " happened", "probability": 0.81640625}, {"start": 1505.36, "end": 1506.4, "word": " next.", "probability": 0.92431640625}, {"start": 1506.66, "end": 1506.68, "word": " So", "probability": 0.61181640625}, {"start": 1506.68, "end": 1506.84, "word": " we", "probability": 0.302734375}, {"start": 1506.84, "end": 1506.92, "word": " are", "probability": 0.430908203125}, {"start": 1506.92, "end": 1507.16, "word": " talking", "probability": 0.84765625}, {"start": 1507.16, "end": 1507.48, "word": " about", "probability": 0.88427734375}, {"start": 1507.48, "end": 1508.16, "word": " teratopia.", "probability": 0.62451171875}, {"start": 1508.6, "end": 1508.86, "word": " One", "probability": 0.56298828125}, {"start": 1508.86, "end": 1509.46, "word": " after", "probability": 0.8515625}, {"start": 1509.46, "end": 1509.9, "word": " another,", "probability": 0.896484375}, {"start": 1510.1, "end": 1510.28, "word": " one", "probability": 0.935546875}, {"start": 1510.28, "end": 1510.66, "word": " after", "probability": 0.833984375}, {"start": 1510.66, "end": 1511.48, "word": " another.", "probability": 0.90673828125}, {"start": 1511.6, "end": 1511.88, "word": " All", "probability": 0.48486328125}, {"start": 1511.88, "end": 1512.08, "word": " my", "probability": 0.9384765625}, {"start": 1512.08, "end": 1512.58, "word": " brother", "probability": 0.76318359375}, {"start": 1512.58, "end": 1514.46, "word": " went", "probability": 0.83642578125}, {"start": 1514.46, "end": 1514.88, "word": " out.", "probability": 0.8955078125}], "temperature": 1.0}, {"id": 65, "seek": 153118, "start": 1523.52, "end": 1531.18, "text": " The children had this place.", "tokens": [440, 2227, 632, 341, 1081, 13], "avg_logprob": -0.5758928571428571, "compression_ratio": 0.7837837837837838, "no_speech_prob": 3.5762786865234375e-07, "words": [{"start": 1523.5199999999998, "end": 1524.9199999999998, "word": " The", "probability": 0.1363525390625}, {"start": 1524.9199999999998, "end": 1526.32, "word": " children", "probability": 0.5517578125}, {"start": 1526.32, "end": 1529.64, "word": " had", "probability": 0.74609375}, {"start": 1529.64, "end": 1530.84, "word": " this", "probability": 0.5732421875}, {"start": 1530.84, "end": 1531.18, "word": " place.", "probability": 0.87451171875}], "temperature": 1.0}, {"id": 66, "seek": 155886, "start": 1533.42, "end": 1558.86, "text": " The children had to stay in a nest until the rain stopped or until the rain had stopped. Okay, both are correct, until the rain had stopped or the rain stopped. Just think about, I know that verbs are sometimes tricky and sometimes can be confusing.", "tokens": [440, 2227, 632, 281, 1754, 294, 257, 15646, 1826, 264, 4830, 5936, 420, 1826, 264, 4830, 632, 5936, 13, 1033, 11, 1293, 366, 3006, 11, 1826, 264, 4830, 632, 5936, 420, 264, 4830, 5936, 13, 1449, 519, 466, 11, 286, 458, 300, 371, 260, 929, 366, 2171, 12414, 293, 2171, 393, 312, 13181, 13], "avg_logprob": -0.41590908440676605, "compression_ratio": 1.7006802721088434, "no_speech_prob": 5.960464477539063e-08, "words": [{"start": 1533.4199999999998, "end": 1534.1, "word": " The", "probability": 0.1177978515625}, {"start": 1534.1, "end": 1534.78, "word": " children", "probability": 0.76806640625}, {"start": 1534.78, "end": 1535.2, "word": " had", "probability": 0.9150390625}, {"start": 1535.2, "end": 1535.44, "word": " to", "probability": 0.97509765625}, {"start": 1535.44, "end": 1535.76, "word": " stay", "probability": 0.876953125}, {"start": 1535.76, "end": 1536.3, "word": " in", "probability": 0.44091796875}, {"start": 1536.3, "end": 1536.86, "word": " a", "probability": 0.1309814453125}, {"start": 1536.86, "end": 1536.86, "word": " nest", "probability": 0.30029296875}, {"start": 1536.86, "end": 1537.78, "word": " until", "probability": 0.779296875}, {"start": 1537.78, "end": 1538.16, "word": " the", "probability": 0.89208984375}, {"start": 1538.16, "end": 1538.34, "word": " rain", "probability": 0.9287109375}, {"start": 1538.34, "end": 1540.08, "word": " stopped", "probability": 0.83837890625}, {"start": 1540.08, "end": 1540.3, "word": " or", "probability": 0.470458984375}, {"start": 1540.3, "end": 1540.68, "word": " until", "probability": 0.71240234375}, {"start": 1540.68, "end": 1540.9, "word": " the", "probability": 0.9140625}, {"start": 1540.9, "end": 1541.18, "word": " rain", "probability": 0.556640625}, {"start": 1541.18, "end": 1541.78, "word": " had", "probability": 0.84521484375}, {"start": 1541.78, "end": 1542.32, "word": " stopped.", "probability": 0.9072265625}, {"start": 1542.42, "end": 1542.74, "word": " Okay,", "probability": 0.31640625}, {"start": 1542.86, "end": 1543.18, "word": " both", "probability": 0.73681640625}, {"start": 1543.18, "end": 1544.1, "word": " are", "probability": 0.7431640625}, {"start": 1544.1, "end": 1544.68, "word": " correct,", "probability": 0.841796875}, {"start": 1544.78, "end": 1544.94, "word": " until", "probability": 0.81640625}, {"start": 1544.94, "end": 1545.2, "word": " the", "probability": 0.90966796875}, {"start": 1545.2, "end": 1545.4, "word": " rain", "probability": 0.94873046875}, {"start": 1545.4, "end": 1545.62, "word": " had", "probability": 0.84765625}, {"start": 1545.62, "end": 1545.96, "word": " stopped", "probability": 0.921875}, {"start": 1545.96, "end": 1546.16, "word": " or", "probability": 0.8935546875}, {"start": 1546.16, "end": 1546.3, "word": " the", "probability": 0.763671875}, {"start": 1546.3, "end": 1546.6, "word": " rain", "probability": 0.84326171875}, {"start": 1546.6, "end": 1547.46, "word": " stopped.", "probability": 0.9208984375}, {"start": 1551.18, "end": 1551.86, "word": " Just", "probability": 0.19775390625}, {"start": 1551.86, "end": 1553.78, "word": " think", "probability": 0.90478515625}, {"start": 1553.78, "end": 1554.22, "word": " about,", "probability": 0.87451171875}, {"start": 1554.32, "end": 1554.42, "word": " I", "probability": 0.9814453125}, {"start": 1554.42, "end": 1554.64, "word": " know", "probability": 0.88720703125}, {"start": 1554.64, "end": 1555.0, "word": " that", "probability": 0.927734375}, {"start": 1555.0, "end": 1555.6, "word": " verbs", "probability": 0.5634765625}, {"start": 1555.6, "end": 1555.92, "word": " are", "probability": 0.45263671875}, {"start": 1555.92, "end": 1556.54, "word": " sometimes", "probability": 0.84326171875}, {"start": 1556.54, "end": 1557.06, "word": " tricky", "probability": 0.8720703125}, {"start": 1557.06, "end": 1557.36, "word": " and", "probability": 0.90185546875}, {"start": 1557.36, "end": 1557.8, "word": " sometimes", "probability": 0.72314453125}, {"start": 1557.8, "end": 1558.0, "word": " can", "probability": 0.859375}, {"start": 1558.0, "end": 1558.18, "word": " be", "probability": 0.95654296875}, {"start": 1558.18, "end": 1558.86, "word": " confusing.", "probability": 0.97705078125}], "temperature": 1.0}, {"id": 67, "seek": 158341, "start": 1559.37, "end": 1583.41, "text": " But just all the events in your mind, which one happened before the other, which one happened after and so on, did they happen together at the same time and so on. This will help you know which tense is to use. Okay? Finally, while I was playing football, I had fun. Exactly, so going on for some time. While I was playing football, I had fun.", "tokens": [583, 445, 439, 264, 3931, 294, 428, 1575, 11, 597, 472, 2011, 949, 264, 661, 11, 597, 472, 2011, 934, 293, 370, 322, 11, 630, 436, 1051, 1214, 412, 264, 912, 565, 293, 370, 322, 13, 639, 486, 854, 291, 458, 597, 18760, 307, 281, 764, 13, 1033, 30, 6288, 11, 1339, 286, 390, 2433, 7346, 11, 286, 632, 1019, 13, 7587, 11, 370, 516, 322, 337, 512, 565, 13, 3987, 286, 390, 2433, 7346, 11, 286, 632, 1019, 13], "avg_logprob": -0.24614197236520272, "compression_ratio": 1.72, "no_speech_prob": 8.344650268554688e-07, "words": [{"start": 1559.37, "end": 1559.65, "word": " But", "probability": 0.49560546875}, {"start": 1559.65, "end": 1559.99, "word": " just", "probability": 0.82421875}, {"start": 1559.99, "end": 1560.53, "word": " all", "probability": 0.58154296875}, {"start": 1560.53, "end": 1560.77, "word": " the", "probability": 0.89306640625}, {"start": 1560.77, "end": 1561.37, "word": " events", "probability": 0.8994140625}, {"start": 1561.37, "end": 1561.81, "word": " in", "probability": 0.935546875}, {"start": 1561.81, "end": 1562.03, "word": " your", "probability": 0.88818359375}, {"start": 1562.03, "end": 1562.39, "word": " mind,", "probability": 0.89892578125}, {"start": 1562.73, "end": 1562.87, "word": " which", "probability": 0.93115234375}, {"start": 1562.87, "end": 1563.11, "word": " one", "probability": 0.8359375}, {"start": 1563.11, "end": 1563.55, "word": " happened", "probability": 0.83642578125}, {"start": 1563.55, "end": 1564.11, "word": " before", "probability": 0.859375}, {"start": 1564.11, "end": 1565.31, "word": " the", "probability": 0.525390625}, {"start": 1565.31, "end": 1565.57, "word": " other,", "probability": 0.87255859375}, {"start": 1565.73, "end": 1565.89, "word": " which", "probability": 0.849609375}, {"start": 1565.89, "end": 1566.03, "word": " one", "probability": 0.8525390625}, {"start": 1566.03, "end": 1566.47, "word": " happened", "probability": 0.85205078125}, {"start": 1566.47, "end": 1566.89, "word": " after", "probability": 0.82763671875}, {"start": 1566.89, "end": 1567.17, "word": " and", "probability": 0.6640625}, {"start": 1567.17, "end": 1567.41, "word": " so", "probability": 0.94873046875}, {"start": 1567.41, "end": 1567.65, "word": " on,", "probability": 0.9462890625}, {"start": 1567.87, "end": 1568.03, "word": " did", "probability": 0.90966796875}, {"start": 1568.03, "end": 1568.23, "word": " they", "probability": 0.88427734375}, {"start": 1568.23, "end": 1568.55, "word": " happen", "probability": 0.8740234375}, {"start": 1568.55, "end": 1569.01, "word": " together", "probability": 0.80810546875}, {"start": 1569.01, "end": 1569.27, "word": " at", "probability": 0.95361328125}, {"start": 1569.27, "end": 1569.43, "word": " the", "probability": 0.919921875}, {"start": 1569.43, "end": 1569.69, "word": " same", "probability": 0.91162109375}, {"start": 1569.69, "end": 1569.99, "word": " time", "probability": 0.888671875}, {"start": 1569.99, "end": 1570.15, "word": " and", "probability": 0.70556640625}, {"start": 1570.15, "end": 1570.31, "word": " so", "probability": 0.9482421875}, {"start": 1570.31, "end": 1570.47, "word": " on.", "probability": 0.94580078125}, {"start": 1570.67, "end": 1570.83, "word": " This", "probability": 0.86865234375}, {"start": 1570.83, "end": 1571.01, "word": " will", "probability": 0.87744140625}, {"start": 1571.01, "end": 1571.31, "word": " help", "probability": 0.8828125}, {"start": 1571.31, "end": 1571.53, "word": " you", "probability": 0.96630859375}, {"start": 1571.53, "end": 1571.83, "word": " know", "probability": 0.83837890625}, {"start": 1571.83, "end": 1572.23, "word": " which", "probability": 0.92919921875}, {"start": 1572.23, "end": 1573.15, "word": " tense", "probability": 0.501953125}, {"start": 1573.15, "end": 1573.85, "word": " is", "probability": 0.89111328125}, {"start": 1573.85, "end": 1574.05, "word": " to", "probability": 0.9375}, {"start": 1574.05, "end": 1574.35, "word": " use.", "probability": 0.875}, {"start": 1574.57, "end": 1574.69, "word": " Okay?", "probability": 0.3818359375}, {"start": 1575.05, "end": 1575.45, "word": " Finally,", "probability": 0.56884765625}, {"start": 1575.89, "end": 1576.31, "word": " while", "probability": 0.865234375}, {"start": 1576.31, "end": 1576.65, "word": " I", "probability": 0.45751953125}, {"start": 1576.65, "end": 1576.85, "word": " was", "probability": 0.93798828125}, {"start": 1576.85, "end": 1577.13, "word": " playing", "probability": 0.8330078125}, {"start": 1577.13, "end": 1577.49, "word": " football,", "probability": 0.94970703125}, {"start": 1577.61, "end": 1577.79, "word": " I", "probability": 0.984375}, {"start": 1577.79, "end": 1578.05, "word": " had", "probability": 0.84765625}, {"start": 1578.05, "end": 1578.23, "word": " fun.", "probability": 0.67626953125}, {"start": 1578.27, "end": 1578.79, "word": " Exactly,", "probability": 0.66943359375}, {"start": 1579.03, "end": 1579.21, "word": " so", "probability": 0.87841796875}, {"start": 1579.21, "end": 1579.83, "word": " going", "probability": 0.8134765625}, {"start": 1579.83, "end": 1580.07, "word": " on", "probability": 0.9462890625}, {"start": 1580.07, "end": 1580.27, "word": " for", "probability": 0.95751953125}, {"start": 1580.27, "end": 1580.55, "word": " some", "probability": 0.85107421875}, {"start": 1580.55, "end": 1580.81, "word": " time.", "probability": 0.8828125}, {"start": 1580.93, "end": 1581.13, "word": " While", "probability": 0.81591796875}, {"start": 1581.13, "end": 1581.37, "word": " I", "probability": 0.9873046875}, {"start": 1581.37, "end": 1581.63, "word": " was", "probability": 0.9541015625}, {"start": 1581.63, "end": 1582.03, "word": " playing", "probability": 0.86328125}, {"start": 1582.03, "end": 1582.45, "word": " football,", "probability": 0.93994140625}, {"start": 1582.75, "end": 1582.99, "word": " I", "probability": 0.9765625}, {"start": 1582.99, "end": 1583.19, "word": " had", "probability": 0.8896484375}, {"start": 1583.19, "end": 1583.41, "word": " fun.", "probability": 0.81298828125}], "temperature": 1.0}, {"id": 68, "seek": 160630, "start": 1586.98, "end": 1606.3, "text": " I hurt my leg. So hurting happens once playing football was going on for some time, okay? All right, let's see. Oh yes, there's someone. I, there's someone. Yes, please.", "tokens": [286, 4607, 452, 1676, 13, 407, 17744, 2314, 1564, 2433, 7346, 390, 516, 322, 337, 512, 565, 11, 1392, 30, 1057, 558, 11, 718, 311, 536, 13, 876, 2086, 11, 456, 311, 1580, 13, 286, 11, 456, 311, 1580, 13, 1079, 11, 1767, 13], "avg_logprob": -0.30225693119896785, "compression_ratio": 1.3709677419354838, "no_speech_prob": 5.960464477539063e-08, "words": [{"start": 1586.98, "end": 1587.72, "word": " I", "probability": 0.66943359375}, {"start": 1587.72, "end": 1588.46, "word": " hurt", "probability": 0.5830078125}, {"start": 1588.46, "end": 1591.12, "word": " my", "probability": 0.456787109375}, {"start": 1591.12, "end": 1592.14, "word": " leg.", "probability": 0.63037109375}, {"start": 1592.22, "end": 1592.34, "word": " So", "probability": 0.779296875}, {"start": 1592.34, "end": 1592.7, "word": " hurting", "probability": 0.62109375}, {"start": 1592.7, "end": 1593.18, "word": " happens", "probability": 0.87060546875}, {"start": 1593.18, "end": 1593.58, "word": " once", "probability": 0.837890625}, {"start": 1593.58, "end": 1593.98, "word": " playing", "probability": 0.830078125}, {"start": 1593.98, "end": 1594.38, "word": " football", "probability": 0.9423828125}, {"start": 1594.38, "end": 1594.68, "word": " was", "probability": 0.86376953125}, {"start": 1594.68, "end": 1595.06, "word": " going", "probability": 0.95849609375}, {"start": 1595.06, "end": 1595.48, "word": " on", "probability": 0.94970703125}, {"start": 1595.48, "end": 1595.98, "word": " for", "probability": 0.955078125}, {"start": 1595.98, "end": 1596.36, "word": " some", "probability": 0.5927734375}, {"start": 1596.36, "end": 1597.14, "word": " time,", "probability": 0.86962890625}, {"start": 1597.38, "end": 1597.66, "word": " okay?", "probability": 0.81298828125}, {"start": 1598.46, "end": 1598.62, "word": " All", "probability": 0.47412109375}, {"start": 1598.62, "end": 1598.76, "word": " right,", "probability": 0.91015625}, {"start": 1599.04, "end": 1599.32, "word": " let's", "probability": 0.954345703125}, {"start": 1599.32, "end": 1599.54, "word": " see.", "probability": 0.91943359375}, {"start": 1599.58, "end": 1599.72, "word": " Oh", "probability": 0.81640625}, {"start": 1599.72, "end": 1599.92, "word": " yes,", "probability": 0.5244140625}, {"start": 1600.02, "end": 1600.36, "word": " there's", "probability": 0.778076171875}, {"start": 1600.36, "end": 1600.74, "word": " someone.", "probability": 0.8544921875}, {"start": 1601.06, "end": 1601.32, "word": " I,", "probability": 0.36279296875}, {"start": 1602.02, "end": 1602.52, "word": " there's", "probability": 0.93017578125}, {"start": 1602.52, "end": 1602.86, "word": " someone.", "probability": 0.9580078125}, {"start": 1605.48, "end": 1606.16, "word": " Yes,", "probability": 0.7626953125}, {"start": 1606.3, "end": 1606.3, "word": " please.", "probability": 0.78466796875}], "temperature": 1.0}, {"id": 69, "seek": 162636, "start": 1623.0, "end": 1626.36, "text": " I don't know. I don't know.", "tokens": [286, 500, 380, 458, 13, 286, 500, 380, 458, 13], "avg_logprob": -1.144176179712469, "compression_ratio": 1.12, "no_speech_prob": 0.001285552978515625, "words": [{"start": 1623.0, "end": 1623.14, "word": " I", "probability": 0.050506591796875}, {"start": 1623.14, "end": 1623.52, "word": " don't", "probability": 0.536407470703125}, {"start": 1623.52, "end": 1623.7, "word": " know.", "probability": 0.37841796875}, {"start": 1624.8, "end": 1624.92, "word": " I", "probability": 0.329833984375}, {"start": 1624.92, "end": 1625.68, "word": " don't", "probability": 0.6612548828125}, {"start": 1625.68, "end": 1626.36, "word": " know.", "probability": 0.66064453125}], "temperature": 1.0}, {"id": 70, "seek": 166339, "start": 1661.87, "end": 1663.39, "text": " What's up?", "tokens": [708, 311, 493, 30], "avg_logprob": -1.428125, "compression_ratio": 0.5789473684210527, "no_speech_prob": 2.7418136596679688e-06, "words": [{"start": 1661.87, "end": 1663.27, "word": " What's", "probability": 0.12494277954101562}, {"start": 1663.27, "end": 1663.39, "word": " up?", "probability": 0.387451171875}], "temperature": 1.0}, {"id": 71, "seek": 169023, "start": 1685.89, "end": 1690.23, "text": " I'm sorry, I'm sorry, I'm sorry.", "tokens": [286, 478, 2597, 11, 286, 478, 2597, 11, 286, 478, 2597, 13], "avg_logprob": -1.3197115384615385, "compression_ratio": 1.434782608695652, "no_speech_prob": 0.0002484321594238281, "words": [{"start": 1685.8899999999999, "end": 1686.77, "word": " I'm", "probability": 0.129791259765625}, {"start": 1686.77, "end": 1687.21, "word": " sorry,", "probability": 0.0771484375}, {"start": 1687.43, "end": 1688.09, "word": " I'm", "probability": 0.33251953125}, {"start": 1688.09, "end": 1688.53, "word": " sorry,", "probability": 0.115966796875}, {"start": 1688.55, "end": 1689.69, "word": " I'm", "probability": 0.814453125}, {"start": 1689.69, "end": 1690.23, "word": " sorry.", "probability": 0.81103515625}], "temperature": 1.0}, {"id": 72, "seek": 171372, "start": 1695.16, "end": 1713.72, "text": " I'm supposed to look like me? I'm supposed to look like me? I'm supposed to look like me? I'm supposed to look like me? I'm supposed to look like me? I'm supposed to look like me?", "tokens": [286, 478, 3442, 281, 574, 411, 385, 30, 286, 478, 3442, 281, 574, 411, 385, 30, 286, 478, 3442, 281, 574, 411, 385, 30, 286, 478, 3442, 281, 574, 411, 385, 30, 286, 478, 3442, 281, 574, 411, 385, 30, 286, 478, 3442, 281, 574, 411, 385, 30], "avg_logprob": -0.5041454081632653, "compression_ratio": 4.390243902439025, "no_speech_prob": 1.049041748046875e-05, "words": [{"start": 1695.16, "end": 1695.56, "word": " I'm", "probability": 0.459228515625}, {"start": 1695.56, "end": 1695.86, "word": " supposed", "probability": 0.21630859375}, {"start": 1695.86, "end": 1696.1, "word": " to", "probability": 0.97412109375}, {"start": 1696.1, "end": 1696.24, "word": " look", "probability": 0.026763916015625}, {"start": 1696.24, "end": 1696.58, "word": " like", "probability": 0.3095703125}, {"start": 1696.58, "end": 1696.8, "word": " me?", "probability": 0.142578125}, {"start": 1697.68, "end": 1697.98, "word": " I'm", "probability": 0.1998291015625}, {"start": 1697.98, "end": 1697.98, "word": " supposed", "probability": 0.8291015625}, {"start": 1697.98, "end": 1698.1, "word": " to", "probability": 0.97119140625}, {"start": 1698.1, "end": 1698.3, "word": " look", "probability": 0.73486328125}, {"start": 1698.3, "end": 1698.32, "word": " like", "probability": 0.7939453125}, {"start": 1698.32, "end": 1698.32, "word": " me?", "probability": 0.65869140625}, {"start": 1698.46, "end": 1699.14, "word": " I'm", "probability": 0.28265380859375}, {"start": 1699.14, "end": 1699.56, "word": " supposed", "probability": 0.81982421875}, {"start": 1699.56, "end": 1699.56, "word": " to", "probability": 0.96728515625}, {"start": 1699.56, "end": 1699.56, "word": " look", "probability": 0.8779296875}, {"start": 1699.56, "end": 1701.4, "word": " like", "probability": 0.92724609375}, {"start": 1701.4, "end": 1705.18, "word": " me?", "probability": 0.86865234375}, {"start": 1707.54, "end": 1707.98, "word": " I'm", "probability": 0.498779296875}, {"start": 1707.98, "end": 1708.98, "word": " supposed", "probability": 0.86669921875}, {"start": 1708.98, "end": 1708.98, "word": " to", "probability": 0.96728515625}, {"start": 1708.98, "end": 1709.28, "word": " look", "probability": 0.90625}, {"start": 1709.28, "end": 1709.62, "word": " like", "probability": 0.9345703125}, {"start": 1709.62, "end": 1710.08, "word": " me?", "probability": 0.89794921875}, {"start": 1710.28, "end": 1710.64, "word": " I'm", "probability": 0.65478515625}, {"start": 1710.64, "end": 1710.84, "word": " supposed", "probability": 0.89208984375}, {"start": 1710.84, "end": 1710.92, "word": " to", "probability": 0.96630859375}, {"start": 1710.92, "end": 1711.38, "word": " look", "probability": 0.919921875}, {"start": 1711.38, "end": 1711.92, "word": " like", "probability": 0.9345703125}, {"start": 1711.92, "end": 1712.4, "word": " me?", "probability": 0.90966796875}, {"start": 1712.64, "end": 1712.78, "word": " I'm", "probability": 0.742431640625}, {"start": 1712.78, "end": 1713.12, "word": " supposed", "probability": 0.91064453125}, {"start": 1713.12, "end": 1713.32, "word": " to", "probability": 0.9677734375}, {"start": 1713.32, "end": 1713.52, "word": " look", "probability": 0.9306640625}, {"start": 1713.52, "end": 1713.72, "word": " like", "probability": 0.935546875}, {"start": 1713.72, "end": 1713.72, "word": " me?", "probability": 0.92431640625}], "temperature": 1.0}, {"id": 73, "seek": 172902, "start": 1726.1, "end": 1729.02, "text": " I get it. Good.", "tokens": [286, 483, 309, 13, 2205, 13], "avg_logprob": -0.7594865901129586, "compression_ratio": 0.6666666666666666, "no_speech_prob": 1.1920928955078125e-06, "words": [{"start": 1726.1000000000001, "end": 1727.22, "word": " I", "probability": 0.7158203125}, {"start": 1727.22, "end": 1727.48, "word": " get", "probability": 0.493408203125}, {"start": 1727.48, "end": 1727.9, "word": " it.", "probability": 0.473876953125}, {"start": 1728.54, "end": 1729.02, "word": " Good.", "probability": 0.45458984375}], "temperature": 1.0}, {"id": 74, "seek": 176341, "start": 1733.81, "end": 1763.41, "text": " Alright. Let's see. Number six. Number six. Alright. Yes please. Here. Please. My landlord paid out of my debt because I hadn't paid the rent for six months. I had not paid the rent for six months. So I could say I did not pay. No problem in saying I did not pay the rent for the past six months. Can I say I didn't pay for four months? Yes. I have not paid. Yes. I have not paid.", "tokens": [2798, 13, 961, 311, 536, 13, 5118, 2309, 13, 5118, 2309, 13, 2798, 13, 1079, 1767, 13, 1692, 13, 2555, 13, 1222, 32654, 4835, 484, 295, 452, 7831, 570, 286, 8782, 380, 4835, 264, 6214, 337, 2309, 2493, 13, 286, 632, 406, 4835, 264, 6214, 337, 2309, 2493, 13, 407, 286, 727, 584, 286, 630, 406, 1689, 13, 883, 1154, 294, 1566, 286, 630, 406, 1689, 264, 6214, 337, 264, 1791, 2309, 2493, 13, 1664, 286, 584, 286, 994, 380, 1689, 337, 1451, 2493, 30, 1079, 13, 286, 362, 406, 4835, 13, 1079, 13, 286, 362, 406, 4835, 13], "avg_logprob": -0.2673437359929085, "compression_ratio": 1.984375, "no_speech_prob": 1.0132789611816406e-06, "words": [{"start": 1733.81, "end": 1734.33, "word": " Alright.", "probability": 0.492431640625}, {"start": 1734.75, "end": 1734.97, "word": " Let's", "probability": 0.861083984375}, {"start": 1734.97, "end": 1735.15, "word": " see.", "probability": 0.8955078125}, {"start": 1735.69, "end": 1735.91, "word": " Number", "probability": 0.7509765625}, {"start": 1735.91, "end": 1736.37, "word": " six.", "probability": 0.56982421875}, {"start": 1736.91, "end": 1737.43, "word": " Number", "probability": 0.56396484375}, {"start": 1737.43, "end": 1737.93, "word": " six.", "probability": 0.9423828125}, {"start": 1738.47, "end": 1738.79, "word": " Alright.", "probability": 0.7119140625}, {"start": 1739.15, "end": 1739.31, "word": " Yes", "probability": 0.935546875}, {"start": 1739.31, "end": 1739.51, "word": " please.", "probability": 0.41015625}, {"start": 1739.63, "end": 1739.75, "word": " Here.", "probability": 0.61767578125}, {"start": 1739.89, "end": 1740.15, "word": " Please.", "probability": 0.7705078125}, {"start": 1740.59, "end": 1740.87, "word": " My", "probability": 0.8203125}, {"start": 1740.87, "end": 1741.35, "word": " landlord", "probability": 0.85986328125}, {"start": 1741.35, "end": 1742.41, "word": " paid", "probability": 0.767578125}, {"start": 1742.41, "end": 1743.15, "word": " out", "probability": 0.85546875}, {"start": 1743.15, "end": 1743.31, "word": " of", "probability": 0.9658203125}, {"start": 1743.31, "end": 1743.55, "word": " my", "probability": 0.97802734375}, {"start": 1743.55, "end": 1743.79, "word": " debt", "probability": 0.7236328125}, {"start": 1743.79, "end": 1744.21, "word": " because", "probability": 0.87841796875}, {"start": 1744.21, "end": 1744.47, "word": " I", "probability": 0.99609375}, {"start": 1744.47, "end": 1744.81, "word": " hadn't", "probability": 0.80615234375}, {"start": 1744.81, "end": 1745.17, "word": " paid", "probability": 0.88037109375}, {"start": 1745.17, "end": 1745.43, "word": " the", "probability": 0.84423828125}, {"start": 1745.43, "end": 1745.59, "word": " rent", "probability": 0.8994140625}, {"start": 1745.59, "end": 1745.83, "word": " for", "probability": 0.92431640625}, {"start": 1745.83, "end": 1746.01, "word": " six", "probability": 0.7275390625}, {"start": 1746.01, "end": 1746.01, "word": " months.", "probability": 0.8134765625}, {"start": 1746.03, "end": 1746.43, "word": " I", "probability": 0.2261962890625}, {"start": 1746.43, "end": 1746.93, "word": " had", "probability": 0.6572265625}, {"start": 1746.93, "end": 1747.19, "word": " not", "probability": 0.95458984375}, {"start": 1747.19, "end": 1747.83, "word": " paid", "probability": 0.8994140625}, {"start": 1747.83, "end": 1748.75, "word": " the", "probability": 0.828125}, {"start": 1748.75, "end": 1749.13, "word": " rent", "probability": 0.90576171875}, {"start": 1749.13, "end": 1749.53, "word": " for", "probability": 0.9189453125}, {"start": 1749.53, "end": 1750.07, "word": " six", "probability": 0.9140625}, {"start": 1750.07, "end": 1750.23, "word": " months.", "probability": 0.837890625}, {"start": 1750.33, "end": 1750.59, "word": " So", "probability": 0.32373046875}, {"start": 1750.59, "end": 1750.79, "word": " I", "probability": 0.6328125}, {"start": 1750.79, "end": 1750.95, "word": " could", "probability": 0.8232421875}, {"start": 1750.95, "end": 1751.21, "word": " say", "probability": 0.943359375}, {"start": 1751.21, "end": 1751.37, "word": " I", "probability": 0.7978515625}, {"start": 1751.37, "end": 1751.57, "word": " did", "probability": 0.77001953125}, {"start": 1751.57, "end": 1751.77, "word": " not", "probability": 0.9521484375}, {"start": 1751.77, "end": 1752.35, "word": " pay.", "probability": 0.94384765625}, {"start": 1752.49, "end": 1752.75, "word": " No", "probability": 0.880859375}, {"start": 1752.75, "end": 1753.13, "word": " problem", "probability": 0.8896484375}, {"start": 1753.13, "end": 1753.37, "word": " in", "probability": 0.86279296875}, {"start": 1753.37, "end": 1753.67, "word": " saying", "probability": 0.89892578125}, {"start": 1753.67, "end": 1754.09, "word": " I", "probability": 0.8486328125}, {"start": 1754.09, "end": 1754.23, "word": " did", "probability": 0.95361328125}, {"start": 1754.23, "end": 1754.47, "word": " not", "probability": 0.95068359375}, {"start": 1754.47, "end": 1754.67, "word": " pay", "probability": 0.94140625}, {"start": 1754.67, "end": 1754.85, "word": " the", "probability": 0.89990234375}, {"start": 1754.85, "end": 1755.05, "word": " rent", "probability": 0.89208984375}, {"start": 1755.05, "end": 1755.29, "word": " for", "probability": 0.9482421875}, {"start": 1755.29, "end": 1755.41, "word": " the", "probability": 0.912109375}, {"start": 1755.41, "end": 1755.87, "word": " past", "probability": 0.87255859375}, {"start": 1755.87, "end": 1756.81, "word": " six", "probability": 0.94482421875}, {"start": 1756.81, "end": 1757.11, "word": " months.", "probability": 0.84423828125}, {"start": 1757.47, "end": 1757.97, "word": " Can", "probability": 0.40771484375}, {"start": 1757.97, "end": 1758.11, "word": " I", "probability": 0.990234375}, {"start": 1758.11, "end": 1758.29, "word": " say", "probability": 0.947265625}, {"start": 1758.29, "end": 1758.47, "word": " I", "probability": 0.8984375}, {"start": 1758.47, "end": 1758.83, "word": " didn't", "probability": 0.635009765625}, {"start": 1758.83, "end": 1759.17, "word": " pay", "probability": 0.93017578125}, {"start": 1759.17, "end": 1760.09, "word": " for", "probability": 0.470458984375}, {"start": 1760.09, "end": 1760.43, "word": " four", "probability": 0.7685546875}, {"start": 1760.43, "end": 1760.57, "word": " months?", "probability": 0.39404296875}, {"start": 1760.65, "end": 1760.93, "word": " Yes.", "probability": 0.9111328125}, {"start": 1761.07, "end": 1761.17, "word": " I", "probability": 0.92431640625}, {"start": 1761.17, "end": 1761.65, "word": " have", "probability": 0.34912109375}, {"start": 1761.65, "end": 1761.87, "word": " not", "probability": 0.94873046875}, {"start": 1761.87, "end": 1762.19, "word": " paid.", "probability": 0.9130859375}, {"start": 1762.31, "end": 1762.47, "word": " Yes.", "probability": 0.81640625}, {"start": 1762.55, "end": 1762.63, "word": " I", "probability": 0.9873046875}, {"start": 1762.63, "end": 1762.79, "word": " have", "probability": 0.8525390625}, {"start": 1762.79, "end": 1763.05, "word": " not", "probability": 0.947265625}, {"start": 1763.05, "end": 1763.41, "word": " paid.", "probability": 0.916015625}], "temperature": 1.0}, {"id": 75, "seek": 179016, "start": 1763.86, "end": 1790.16, "text": " Or I did not even say I did not pay the rent for the past six months. Both are correct, by the way. Okay? Let's see number seven. When I eventually got out, got to the meeting, I was bad tempered and very tired, exhausted. I sit in traffic jam for 45 minutes. I'm motorist.", "tokens": [1610, 286, 630, 406, 754, 584, 286, 630, 406, 1689, 264, 6214, 337, 264, 1791, 2309, 2493, 13, 6767, 366, 3006, 11, 538, 264, 636, 13, 1033, 30, 961, 311, 536, 1230, 3407, 13, 1133, 286, 4728, 658, 484, 11, 658, 281, 264, 3440, 11, 286, 390, 1578, 3393, 292, 293, 588, 5868, 11, 17992, 13, 286, 1394, 294, 6419, 7872, 337, 6905, 2077, 13, 286, 478, 5932, 468, 13], "avg_logprob": -0.22557218939485685, "compression_ratio": 1.4196891191709844, "no_speech_prob": 1.7881393432617188e-07, "words": [{"start": 1763.86, "end": 1764.34, "word": " Or", "probability": 0.468505859375}, {"start": 1764.34, "end": 1765.18, "word": " I", "probability": 0.740234375}, {"start": 1765.18, "end": 1765.38, "word": " did", "probability": 0.89404296875}, {"start": 1765.38, "end": 1765.78, "word": " not", "probability": 0.95166015625}, {"start": 1765.78, "end": 1766.28, "word": " even", "probability": 0.7607421875}, {"start": 1766.28, "end": 1766.58, "word": " say", "probability": 0.73779296875}, {"start": 1766.58, "end": 1766.82, "word": " I", "probability": 0.51318359375}, {"start": 1766.82, "end": 1767.0, "word": " did", "probability": 0.87353515625}, {"start": 1767.0, "end": 1767.42, "word": " not", "probability": 0.92431640625}, {"start": 1767.42, "end": 1768.12, "word": " pay", "probability": 0.9111328125}, {"start": 1768.12, "end": 1768.74, "word": " the", "probability": 0.485107421875}, {"start": 1768.74, "end": 1769.0, "word": " rent", "probability": 0.91943359375}, {"start": 1769.0, "end": 1769.24, "word": " for", "probability": 0.931640625}, {"start": 1769.24, "end": 1769.36, "word": " the", "probability": 0.88720703125}, {"start": 1769.36, "end": 1769.74, "word": " past", "probability": 0.84423828125}, {"start": 1769.74, "end": 1770.24, "word": " six", "probability": 0.59765625}, {"start": 1770.24, "end": 1770.72, "word": " months.", "probability": 0.775390625}, {"start": 1770.84, "end": 1771.04, "word": " Both", "probability": 0.7705078125}, {"start": 1771.04, "end": 1771.24, "word": " are", "probability": 0.92822265625}, {"start": 1771.24, "end": 1771.68, "word": " correct,", "probability": 0.89697265625}, {"start": 1771.84, "end": 1772.0, "word": " by", "probability": 0.9580078125}, {"start": 1772.0, "end": 1772.12, "word": " the", "probability": 0.923828125}, {"start": 1772.12, "end": 1772.32, "word": " way.", "probability": 0.95751953125}, {"start": 1772.7, "end": 1772.74, "word": " Okay?", "probability": 0.400146484375}, {"start": 1773.16, "end": 1773.32, "word": " Let's", "probability": 0.801025390625}, {"start": 1773.32, "end": 1773.4, "word": " see", "probability": 0.916015625}, {"start": 1773.4, "end": 1773.7, "word": " number", "probability": 0.7626953125}, {"start": 1773.7, "end": 1774.28, "word": " seven.", "probability": 0.8447265625}, {"start": 1775.72, "end": 1776.02, "word": " When", "probability": 0.85546875}, {"start": 1776.02, "end": 1776.24, "word": " I", "probability": 0.99462890625}, {"start": 1776.24, "end": 1776.82, "word": " eventually", "probability": 0.89892578125}, {"start": 1776.82, "end": 1777.3, "word": " got", "probability": 0.90087890625}, {"start": 1777.3, "end": 1777.84, "word": " out,", "probability": 0.8193359375}, {"start": 1778.02, "end": 1778.18, "word": " got", "probability": 0.90966796875}, {"start": 1778.18, "end": 1778.4, "word": " to", "probability": 0.9677734375}, {"start": 1778.4, "end": 1778.54, "word": " the", "probability": 0.91650390625}, {"start": 1778.54, "end": 1778.96, "word": " meeting,", "probability": 0.90869140625}, {"start": 1779.68, "end": 1780.56, "word": " I", "probability": 0.98193359375}, {"start": 1780.56, "end": 1780.88, "word": " was", "probability": 0.95166015625}, {"start": 1780.88, "end": 1781.2, "word": " bad", "probability": 0.80419921875}, {"start": 1781.2, "end": 1782.04, "word": " tempered", "probability": 0.693359375}, {"start": 1782.04, "end": 1782.48, "word": " and", "probability": 0.90576171875}, {"start": 1782.48, "end": 1783.38, "word": " very", "probability": 0.7900390625}, {"start": 1783.38, "end": 1783.68, "word": " tired,", "probability": 0.89599609375}, {"start": 1783.76, "end": 1784.26, "word": " exhausted.", "probability": 0.958984375}, {"start": 1784.7, "end": 1785.02, "word": " I", "probability": 0.9970703125}, {"start": 1785.02, "end": 1785.5, "word": " sit", "probability": 0.677734375}, {"start": 1785.5, "end": 1785.8, "word": " in", "probability": 0.9306640625}, {"start": 1785.8, "end": 1786.2, "word": " traffic", "probability": 0.71826171875}, {"start": 1786.2, "end": 1786.66, "word": " jam", "probability": 0.97314453125}, {"start": 1786.66, "end": 1787.0, "word": " for", "probability": 0.95458984375}, {"start": 1787.0, "end": 1787.78, "word": " 45", "probability": 0.73095703125}, {"start": 1787.78, "end": 1788.66, "word": " minutes.", "probability": 0.91748046875}, {"start": 1789.34, "end": 1789.56, "word": " I'm", "probability": 0.656982421875}, {"start": 1789.56, "end": 1790.16, "word": " motorist.", "probability": 0.77490234375}], "temperature": 1.0}, {"id": 76, "seek": 181333, "start": 1790.81, "end": 1813.33, "text": " Okay, bummed to me and I get completely lost, okay? So imagine the situation, that would be something like roughly, I was sitting in a traffic jam for, okay, but what do you think I had been sitting because I was very tired and exhausted, so 45 minutes is a very long time because I wanted to go to the meeting, so I had", "tokens": [1033, 11, 13309, 1912, 281, 385, 293, 286, 483, 2584, 2731, 11, 1392, 30, 407, 3811, 264, 2590, 11, 300, 576, 312, 746, 411, 9810, 11, 286, 390, 3798, 294, 257, 6419, 7872, 337, 11, 1392, 11, 457, 437, 360, 291, 519, 286, 632, 668, 3798, 570, 286, 390, 588, 5868, 293, 17992, 11, 370, 6905, 2077, 307, 257, 588, 938, 565, 570, 286, 1415, 281, 352, 281, 264, 3440, 11, 370, 286, 632], "avg_logprob": -0.30499998728434247, "compression_ratio": 1.558252427184466, "no_speech_prob": 1.0132789611816406e-06, "words": [{"start": 1790.81, "end": 1791.19, "word": " Okay,", "probability": 0.27490234375}, {"start": 1791.29, "end": 1791.63, "word": " bummed", "probability": 0.5008544921875}, {"start": 1791.63, "end": 1791.75, "word": " to", "probability": 0.2342529296875}, {"start": 1791.75, "end": 1791.85, "word": " me", "probability": 0.96875}, {"start": 1791.85, "end": 1791.97, "word": " and", "probability": 0.849609375}, {"start": 1791.97, "end": 1792.11, "word": " I", "probability": 0.9765625}, {"start": 1792.11, "end": 1792.33, "word": " get", "probability": 0.90771484375}, {"start": 1792.33, "end": 1792.93, "word": " completely", "probability": 0.77587890625}, {"start": 1792.93, "end": 1793.27, "word": " lost,", "probability": 0.89404296875}, {"start": 1793.45, "end": 1793.55, "word": " okay?", "probability": 0.88037109375}, {"start": 1793.85, "end": 1793.97, "word": " So", "probability": 0.935546875}, {"start": 1793.97, "end": 1794.23, "word": " imagine", "probability": 0.73046875}, {"start": 1794.23, "end": 1794.41, "word": " the", "probability": 0.5654296875}, {"start": 1794.41, "end": 1794.91, "word": " situation,", "probability": 0.9287109375}, {"start": 1795.23, "end": 1795.45, "word": " that", "probability": 0.9267578125}, {"start": 1795.45, "end": 1795.67, "word": " would", "probability": 0.88134765625}, {"start": 1795.67, "end": 1795.85, "word": " be", "probability": 0.955078125}, {"start": 1795.85, "end": 1796.17, "word": " something", "probability": 0.88916015625}, {"start": 1796.17, "end": 1796.61, "word": " like", "probability": 0.93896484375}, {"start": 1796.61, "end": 1796.97, "word": " roughly,", "probability": 0.57177734375}, {"start": 1797.09, "end": 1797.15, "word": " I", "probability": 0.77001953125}, {"start": 1797.15, "end": 1797.41, "word": " was", "probability": 0.95166015625}, {"start": 1797.41, "end": 1797.79, "word": " sitting", "probability": 0.83642578125}, {"start": 1797.79, "end": 1798.95, "word": " in", "probability": 0.6640625}, {"start": 1798.95, "end": 1799.03, "word": " a", "probability": 0.47021484375}, {"start": 1799.03, "end": 1799.29, "word": " traffic", "probability": 0.87939453125}, {"start": 1799.29, "end": 1799.75, "word": " jam", "probability": 0.9755859375}, {"start": 1799.75, "end": 1800.17, "word": " for,", "probability": 0.93310546875}, {"start": 1800.49, "end": 1800.83, "word": " okay,", "probability": 0.86279296875}, {"start": 1801.37, "end": 1801.51, "word": " but", "probability": 0.884765625}, {"start": 1801.51, "end": 1801.79, "word": " what", "probability": 0.7080078125}, {"start": 1801.79, "end": 1801.91, "word": " do", "probability": 0.8369140625}, {"start": 1801.91, "end": 1801.97, "word": " you", "probability": 0.9150390625}, {"start": 1801.97, "end": 1802.21, "word": " think", "probability": 0.91650390625}, {"start": 1802.21, "end": 1802.43, "word": " I", "probability": 0.94775390625}, {"start": 1802.43, "end": 1802.73, "word": " had", "probability": 0.72705078125}, {"start": 1802.73, "end": 1802.97, "word": " been", "probability": 0.8916015625}, {"start": 1802.97, "end": 1803.57, "word": " sitting", "probability": 0.84619140625}, {"start": 1803.57, "end": 1804.01, "word": " because", "probability": 0.343017578125}, {"start": 1804.01, "end": 1804.21, "word": " I", "probability": 0.99560546875}, {"start": 1804.21, "end": 1804.39, "word": " was", "probability": 0.9541015625}, {"start": 1804.39, "end": 1804.79, "word": " very", "probability": 0.84375}, {"start": 1804.79, "end": 1805.45, "word": " tired", "probability": 0.80517578125}, {"start": 1805.45, "end": 1805.71, "word": " and", "probability": 0.94287109375}, {"start": 1805.71, "end": 1806.17, "word": " exhausted,", "probability": 0.939453125}, {"start": 1806.39, "end": 1806.51, "word": " so", "probability": 0.921875}, {"start": 1806.51, "end": 1807.03, "word": " 45", "probability": 0.73876953125}, {"start": 1807.03, "end": 1807.39, "word": " minutes", "probability": 0.9052734375}, {"start": 1807.39, "end": 1807.55, "word": " is", "probability": 0.91845703125}, {"start": 1807.55, "end": 1807.65, "word": " a", "probability": 0.9794921875}, {"start": 1807.65, "end": 1807.81, "word": " very", "probability": 0.85888671875}, {"start": 1807.81, "end": 1808.09, "word": " long", "probability": 0.927734375}, {"start": 1808.09, "end": 1808.45, "word": " time", "probability": 0.88623046875}, {"start": 1808.45, "end": 1808.93, "word": " because", "probability": 0.70849609375}, {"start": 1808.93, "end": 1809.09, "word": " I", "probability": 0.99658203125}, {"start": 1809.09, "end": 1809.43, "word": " wanted", "probability": 0.89111328125}, {"start": 1809.43, "end": 1809.67, "word": " to", "probability": 0.96728515625}, {"start": 1809.67, "end": 1809.87, "word": " go", "probability": 0.96826171875}, {"start": 1809.87, "end": 1809.99, "word": " to", "probability": 0.951171875}, {"start": 1809.99, "end": 1810.09, "word": " the", "probability": 0.9189453125}, {"start": 1810.09, "end": 1810.39, "word": " meeting,", "probability": 0.9189453125}, {"start": 1810.57, "end": 1811.09, "word": " so", "probability": 0.93896484375}, {"start": 1811.09, "end": 1811.75, "word": " I", "probability": 0.87255859375}, {"start": 1811.75, "end": 1813.33, "word": " had", "probability": 0.89013671875}], "temperature": 1.0}, {"id": 77, "seek": 182512, "start": 1815.38, "end": 1825.12, "text": " I have been sitting. That's why I was very furious and exhausted.", "tokens": [286, 362, 668, 3798, 13, 663, 311, 983, 286, 390, 588, 33470, 293, 17992, 13], "avg_logprob": -0.4570312611758709, "compression_ratio": 0.9565217391304348, "no_speech_prob": 2.5033950805664062e-06, "words": [{"start": 1815.38, "end": 1815.8, "word": " I", "probability": 0.1280517578125}, {"start": 1815.8, "end": 1815.8, "word": " have", "probability": 0.397216796875}, {"start": 1815.8, "end": 1815.8, "word": " been", "probability": 0.873046875}, {"start": 1815.8, "end": 1816.56, "word": " sitting.", "probability": 0.716796875}, {"start": 1819.94, "end": 1821.12, "word": " That's", "probability": 0.85888671875}, {"start": 1821.12, "end": 1821.38, "word": " why", "probability": 0.9306640625}, {"start": 1821.38, "end": 1821.58, "word": " I", "probability": 0.990234375}, {"start": 1821.58, "end": 1821.8, "word": " was", "probability": 0.9443359375}, {"start": 1821.8, "end": 1822.24, "word": " very", "probability": 0.7998046875}, {"start": 1822.24, "end": 1823.58, "word": " furious", "probability": 0.64501953125}, {"start": 1823.58, "end": 1824.38, "word": " and", "probability": 0.9423828125}, {"start": 1824.38, "end": 1825.12, "word": " exhausted.", "probability": 0.9130859375}], "temperature": 1.0}, {"id": 78, "seek": 185785, "start": 1829.07, "end": 1857.85, "text": " In traffic jam for 45 minutes, a motorist bumped into me and I got completely lost. So we can see that I had been sitting in traffic jam, I got completely lost and a motorist bumped into me. This is number 8.", "tokens": [682, 6419, 7872, 337, 6905, 2077, 11, 257, 5932, 468, 42696, 666, 385, 293, 286, 658, 2584, 2731, 13, 407, 321, 393, 536, 300, 286, 632, 668, 3798, 294, 6419, 7872, 11, 286, 658, 2584, 2731, 293, 257, 5932, 468, 42696, 666, 385, 13, 639, 307, 1230, 1649, 13], "avg_logprob": -0.3104687589406967, "compression_ratio": 1.5597014925373134, "no_speech_prob": 1.430511474609375e-06, "words": [{"start": 1829.07, "end": 1829.79, "word": " In", "probability": 0.372802734375}, {"start": 1829.79, "end": 1830.11, "word": " traffic", "probability": 0.63525390625}, {"start": 1830.11, "end": 1830.41, "word": " jam", "probability": 0.96435546875}, {"start": 1830.41, "end": 1830.67, "word": " for", "probability": 0.81787109375}, {"start": 1830.67, "end": 1831.63, "word": " 45", "probability": 0.87548828125}, {"start": 1831.63, "end": 1832.15, "word": " minutes,", "probability": 0.80126953125}, {"start": 1832.51, "end": 1832.59, "word": " a", "probability": 0.9228515625}, {"start": 1832.59, "end": 1833.25, "word": " motorist", "probability": 0.92626953125}, {"start": 1833.25, "end": 1834.55, "word": " bumped", "probability": 0.5810546875}, {"start": 1834.55, "end": 1837.29, "word": " into", "probability": 0.5400390625}, {"start": 1837.29, "end": 1837.69, "word": " me", "probability": 0.9580078125}, {"start": 1837.69, "end": 1839.89, "word": " and", "probability": 0.1483154296875}, {"start": 1839.89, "end": 1841.15, "word": " I", "probability": 0.875}, {"start": 1841.15, "end": 1841.55, "word": " got", "probability": 0.9208984375}, {"start": 1841.55, "end": 1844.23, "word": " completely", "probability": 0.70849609375}, {"start": 1844.23, "end": 1848.09, "word": " lost.", "probability": 0.86279296875}, {"start": 1848.45, "end": 1848.45, "word": " So", "probability": 0.4775390625}, {"start": 1848.45, "end": 1849.19, "word": " we", "probability": 0.65087890625}, {"start": 1849.19, "end": 1849.35, "word": " can", "probability": 0.93798828125}, {"start": 1849.35, "end": 1849.61, "word": " see", "probability": 0.849609375}, {"start": 1849.61, "end": 1849.89, "word": " that", "probability": 0.904296875}, {"start": 1849.89, "end": 1850.67, "word": " I", "probability": 0.92919921875}, {"start": 1850.67, "end": 1850.91, "word": " had", "probability": 0.59814453125}, {"start": 1850.91, "end": 1851.27, "word": " been", "probability": 0.90234375}, {"start": 1851.27, "end": 1851.89, "word": " sitting", "probability": 0.82958984375}, {"start": 1851.89, "end": 1852.09, "word": " in", "probability": 0.9404296875}, {"start": 1852.09, "end": 1852.35, "word": " traffic", "probability": 0.68408203125}, {"start": 1852.35, "end": 1852.75, "word": " jam,", "probability": 0.94140625}, {"start": 1853.07, "end": 1853.21, "word": " I", "probability": 0.95361328125}, {"start": 1853.21, "end": 1853.47, "word": " got", "probability": 0.92431640625}, {"start": 1853.47, "end": 1853.97, "word": " completely", "probability": 0.69287109375}, {"start": 1853.97, "end": 1854.39, "word": " lost", "probability": 0.876953125}, {"start": 1854.39, "end": 1855.01, "word": " and", "probability": 0.74609375}, {"start": 1855.01, "end": 1855.63, "word": " a", "probability": 0.783203125}, {"start": 1855.63, "end": 1856.01, "word": " motorist", "probability": 0.96728515625}, {"start": 1856.01, "end": 1856.27, "word": " bumped", "probability": 0.8359375}, {"start": 1856.27, "end": 1856.53, "word": " into", "probability": 0.85009765625}, {"start": 1856.53, "end": 1856.71, "word": " me.", "probability": 0.95849609375}, {"start": 1856.91, "end": 1857.11, "word": " This", "probability": 0.417236328125}, {"start": 1857.11, "end": 1857.21, "word": " is", "probability": 0.71826171875}, {"start": 1857.21, "end": 1857.39, "word": " number", "probability": 0.63818359375}, {"start": 1857.39, "end": 1857.85, "word": " 8.", "probability": 0.55517578125}], "temperature": 1.0}, {"id": 79, "seek": 186827, "start": 1859.95, "end": 1868.27, "text": " By the time, yes darling, please. By the time five o'clock arrived, Brenda was furious. She was furious. She was very angry. Why?", "tokens": [3146, 264, 565, 11, 2086, 22405, 11, 1767, 13, 3146, 264, 565, 1732, 277, 6, 9023, 6678, 11, 39610, 390, 33470, 13, 1240, 390, 33470, 13, 1240, 390, 588, 6884, 13, 1545, 30], "avg_logprob": -0.44967832109507394, "compression_ratio": 1.3131313131313131, "no_speech_prob": 7.152557373046875e-07, "words": [{"start": 1859.95, "end": 1860.43, "word": " By", "probability": 0.165283203125}, {"start": 1860.43, "end": 1860.67, "word": " the", "probability": 0.90576171875}, {"start": 1860.67, "end": 1861.25, "word": " time,", "probability": 0.8701171875}, {"start": 1861.31, "end": 1861.61, "word": " yes", "probability": 0.5869140625}, {"start": 1861.61, "end": 1861.85, "word": " darling,", "probability": 0.6630859375}, {"start": 1861.93, "end": 1862.13, "word": " please.", "probability": 0.77783203125}, {"start": 1862.17, "end": 1862.37, "word": " By", "probability": 0.52294921875}, {"start": 1862.37, "end": 1862.53, "word": " the", "probability": 0.92626953125}, {"start": 1862.53, "end": 1862.79, "word": " time", "probability": 0.8662109375}, {"start": 1862.79, "end": 1863.03, "word": " five", "probability": 0.3720703125}, {"start": 1863.03, "end": 1863.23, "word": " o", "probability": 0.9248046875}, {"start": 1863.23, "end": 1863.35, "word": "'clock", "probability": 0.910888671875}, {"start": 1863.35, "end": 1863.71, "word": " arrived,", "probability": 0.1729736328125}, {"start": 1863.85, "end": 1864.09, "word": " Brenda", "probability": 0.5908203125}, {"start": 1864.09, "end": 1864.39, "word": " was", "probability": 0.95068359375}, {"start": 1864.39, "end": 1864.83, "word": " furious.", "probability": 0.9453125}, {"start": 1865.31, "end": 1865.45, "word": " She", "probability": 0.86962890625}, {"start": 1865.45, "end": 1866.21, "word": " was", "probability": 0.272216796875}, {"start": 1866.21, "end": 1866.59, "word": " furious.", "probability": 0.92138671875}, {"start": 1866.79, "end": 1866.85, "word": " She", "probability": 0.85498046875}, {"start": 1866.85, "end": 1867.03, "word": " was", "probability": 0.92919921875}, {"start": 1867.03, "end": 1867.35, "word": " very", "probability": 0.8466796875}, {"start": 1867.35, "end": 1867.77, "word": " angry.", "probability": 0.90966796875}, {"start": 1867.91, "end": 1868.27, "word": " Why?", "probability": 0.89306640625}], "temperature": 1.0}, {"id": 80, "seek": 189832, "start": 1869.56, "end": 1898.32, "text": " She had been waiting for an hour. Okay, she had been waiting for an hour, four, five. She was five eating, both are great. She was waiting for an hour, drank or drank? Drank. Drank. Drank six cups of tea. And if they did not arrive or they did not arrive, both are great. So, she had been waiting", "tokens": [1240, 632, 668, 3806, 337, 364, 1773, 13, 1033, 11, 750, 632, 668, 3806, 337, 364, 1773, 11, 1451, 11, 1732, 13, 1240, 390, 1732, 3936, 11, 1293, 366, 869, 13, 1240, 390, 3806, 337, 364, 1773, 11, 21011, 420, 21011, 30, 2491, 657, 13, 2491, 657, 13, 2491, 657, 2309, 13381, 295, 5817, 13, 400, 498, 436, 630, 406, 8881, 420, 436, 630, 406, 8881, 11, 1293, 366, 869, 13, 407, 11, 750, 632, 668, 3806], "avg_logprob": -0.3471554349630307, "compression_ratio": 2.091549295774648, "no_speech_prob": 2.980232238769531e-07, "words": [{"start": 1869.56, "end": 1869.84, "word": " She", "probability": 0.295654296875}, {"start": 1869.84, "end": 1870.76, "word": " had", "probability": 0.45654296875}, {"start": 1870.76, "end": 1871.0, "word": " been", "probability": 0.880859375}, {"start": 1871.0, "end": 1871.32, "word": " waiting", "probability": 0.90283203125}, {"start": 1871.32, "end": 1871.56, "word": " for", "probability": 0.921875}, {"start": 1871.56, "end": 1871.76, "word": " an", "probability": 0.8994140625}, {"start": 1871.76, "end": 1872.02, "word": " hour.", "probability": 0.95166015625}, {"start": 1872.08, "end": 1872.42, "word": " Okay,", "probability": 0.1361083984375}, {"start": 1872.46, "end": 1872.64, "word": " she", "probability": 0.8603515625}, {"start": 1872.64, "end": 1872.88, "word": " had", "probability": 0.84228515625}, {"start": 1872.88, "end": 1873.06, "word": " been", "probability": 0.90087890625}, {"start": 1873.06, "end": 1873.4, "word": " waiting", "probability": 0.92626953125}, {"start": 1873.4, "end": 1873.66, "word": " for", "probability": 0.9296875}, {"start": 1873.66, "end": 1873.82, "word": " an", "probability": 0.85009765625}, {"start": 1873.82, "end": 1874.0, "word": " hour,", "probability": 0.9404296875}, {"start": 1874.1, "end": 1874.32, "word": " four,", "probability": 0.209228515625}, {"start": 1874.54, "end": 1874.84, "word": " five.", "probability": 0.88818359375}, {"start": 1875.26, "end": 1875.58, "word": " She", "probability": 0.40234375}, {"start": 1875.58, "end": 1875.9, "word": " was", "probability": 0.94677734375}, {"start": 1875.9, "end": 1876.22, "word": " five", "probability": 0.634765625}, {"start": 1876.22, "end": 1876.68, "word": " eating,", "probability": 0.348876953125}, {"start": 1876.94, "end": 1877.24, "word": " both", "probability": 0.86474609375}, {"start": 1877.24, "end": 1877.74, "word": " are", "probability": 0.94189453125}, {"start": 1877.74, "end": 1878.26, "word": " great.", "probability": 0.11712646484375}, {"start": 1878.44, "end": 1878.62, "word": " She", "probability": 0.869140625}, {"start": 1878.62, "end": 1878.82, "word": " was", "probability": 0.94873046875}, {"start": 1878.82, "end": 1879.14, "word": " waiting", "probability": 0.9150390625}, {"start": 1879.14, "end": 1879.38, "word": " for", "probability": 0.953125}, {"start": 1879.38, "end": 1879.56, "word": " an", "probability": 0.9599609375}, {"start": 1879.56, "end": 1879.8, "word": " hour,", "probability": 0.9482421875}, {"start": 1880.14, "end": 1880.64, "word": " drank", "probability": 0.9013671875}, {"start": 1880.64, "end": 1880.84, "word": " or", "probability": 0.9375}, {"start": 1880.84, "end": 1881.2, "word": " drank?", "probability": 0.935546875}, {"start": 1881.56, "end": 1882.18, "word": " Drank.", "probability": 0.796630859375}, {"start": 1882.58, "end": 1883.2, "word": " Drank.", "probability": 0.833984375}, {"start": 1883.6, "end": 1884.22, "word": " Drank", "probability": 0.841796875}, {"start": 1884.22, "end": 1884.58, "word": " six", "probability": 0.8046875}, {"start": 1884.58, "end": 1884.96, "word": " cups", "probability": 0.87060546875}, {"start": 1884.96, "end": 1885.28, "word": " of", "probability": 0.97021484375}, {"start": 1885.28, "end": 1885.48, "word": " tea.", "probability": 0.9306640625}, {"start": 1886.14, "end": 1886.14, "word": " And", "probability": 0.9013671875}, {"start": 1886.14, "end": 1887.06, "word": " if", "probability": 0.6982421875}, {"start": 1887.06, "end": 1887.5, "word": " they", "probability": 0.88720703125}, {"start": 1887.5, "end": 1888.38, "word": " did", "probability": 0.70166015625}, {"start": 1888.38, "end": 1888.74, "word": " not", "probability": 0.9365234375}, {"start": 1888.74, "end": 1889.7, "word": " arrive", "probability": 0.62646484375}, {"start": 1889.7, "end": 1890.0, "word": " or", "probability": 0.70458984375}, {"start": 1890.0, "end": 1890.24, "word": " they", "probability": 0.7626953125}, {"start": 1890.24, "end": 1890.48, "word": " did", "probability": 0.95849609375}, {"start": 1890.48, "end": 1890.98, "word": " not", "probability": 0.94775390625}, {"start": 1890.98, "end": 1891.6, "word": " arrive,", "probability": 0.44091796875}, {"start": 1891.6, "end": 1892.34, "word": " both", "probability": 0.83056640625}, {"start": 1892.34, "end": 1892.84, "word": " are", "probability": 0.94775390625}, {"start": 1892.84, "end": 1893.28, "word": " great.", "probability": 0.94287109375}, {"start": 1893.4, "end": 1893.58, "word": " So,", "probability": 0.92138671875}, {"start": 1893.84, "end": 1894.1, "word": " she", "probability": 0.88623046875}, {"start": 1894.1, "end": 1894.96, "word": " had", "probability": 0.90673828125}, {"start": 1894.96, "end": 1896.76, "word": " been", "probability": 0.87890625}, {"start": 1896.76, "end": 1898.32, "word": " waiting", "probability": 0.919921875}], "temperature": 1.0}, {"id": 81, "seek": 192900, "start": 1899.82, "end": 1929.0, "text": " Or she was waiting. Both are correct. Okay? It's just where you emphasize things. Drank six cups of tea and yet they have not arrived. They did not arrive. Both are also correct. Alright? Is this clear? Yes please. Why did you say happy day?", "tokens": [1610, 750, 390, 3806, 13, 6767, 366, 3006, 13, 1033, 30, 467, 311, 445, 689, 291, 16078, 721, 13, 2491, 657, 2309, 13381, 295, 5817, 293, 1939, 436, 362, 406, 6678, 13, 814, 630, 406, 8881, 13, 6767, 366, 611, 3006, 13, 2798, 30, 1119, 341, 1850, 30, 1079, 1767, 13, 1545, 630, 291, 584, 2055, 786, 30], "avg_logprob": -0.3003177865076873, "compression_ratio": 1.4319526627218935, "no_speech_prob": 5.960464477539063e-08, "words": [{"start": 1899.82, "end": 1900.22, "word": " Or", "probability": 0.128173828125}, {"start": 1900.22, "end": 1900.44, "word": " she", "probability": 0.83740234375}, {"start": 1900.44, "end": 1900.78, "word": " was", "probability": 0.94384765625}, {"start": 1900.78, "end": 1901.1, "word": " waiting.", "probability": 0.83642578125}, {"start": 1901.26, "end": 1901.4, "word": " Both", "probability": 0.8046875}, {"start": 1901.4, "end": 1901.58, "word": " are", "probability": 0.93017578125}, {"start": 1901.58, "end": 1901.92, "word": " correct.", "probability": 0.90478515625}, {"start": 1902.08, "end": 1902.4, "word": " Okay?", "probability": 0.52978515625}, {"start": 1902.76, "end": 1902.98, "word": " It's", "probability": 0.92919921875}, {"start": 1902.98, "end": 1903.24, "word": " just", "probability": 0.90771484375}, {"start": 1903.24, "end": 1903.58, "word": " where", "probability": 0.841796875}, {"start": 1903.58, "end": 1903.78, "word": " you", "probability": 0.9609375}, {"start": 1903.78, "end": 1904.22, "word": " emphasize", "probability": 0.76513671875}, {"start": 1904.22, "end": 1904.76, "word": " things.", "probability": 0.85888671875}, {"start": 1906.26, "end": 1906.96, "word": " Drank", "probability": 0.6082763671875}, {"start": 1906.96, "end": 1909.16, "word": " six", "probability": 0.79443359375}, {"start": 1909.16, "end": 1909.54, "word": " cups", "probability": 0.87255859375}, {"start": 1909.54, "end": 1909.84, "word": " of", "probability": 0.97412109375}, {"start": 1909.84, "end": 1910.2, "word": " tea", "probability": 0.92626953125}, {"start": 1910.2, "end": 1911.28, "word": " and", "probability": 0.7373046875}, {"start": 1911.28, "end": 1912.44, "word": " yet", "probability": 0.66455078125}, {"start": 1912.44, "end": 1912.9, "word": " they", "probability": 0.87158203125}, {"start": 1912.9, "end": 1913.3, "word": " have", "probability": 0.427001953125}, {"start": 1913.3, "end": 1913.58, "word": " not", "probability": 0.93994140625}, {"start": 1913.58, "end": 1914.32, "word": " arrived.", "probability": 0.82568359375}, {"start": 1918.18, "end": 1918.88, "word": " They", "probability": 0.35009765625}, {"start": 1918.88, "end": 1919.24, "word": " did", "probability": 0.70947265625}, {"start": 1919.24, "end": 1919.58, "word": " not", "probability": 0.9541015625}, {"start": 1919.58, "end": 1919.98, "word": " arrive.", "probability": 0.77197265625}, {"start": 1920.28, "end": 1920.58, "word": " Both", "probability": 0.82080078125}, {"start": 1920.58, "end": 1920.96, "word": " are", "probability": 0.9345703125}, {"start": 1920.96, "end": 1921.48, "word": " also", "probability": 0.845703125}, {"start": 1921.48, "end": 1922.36, "word": " correct.", "probability": 0.90673828125}, {"start": 1922.68, "end": 1922.92, "word": " Alright?", "probability": 0.638671875}, {"start": 1923.32, "end": 1923.46, "word": " Is", "probability": 0.71826171875}, {"start": 1923.46, "end": 1923.62, "word": " this", "probability": 0.92138671875}, {"start": 1923.62, "end": 1923.84, "word": " clear?", "probability": 0.9384765625}, {"start": 1924.06, "end": 1924.28, "word": " Yes", "probability": 0.890625}, {"start": 1924.28, "end": 1924.5, "word": " please.", "probability": 0.5205078125}, {"start": 1925.24, "end": 1925.94, "word": " Why", "probability": 0.17529296875}, {"start": 1925.94, "end": 1926.44, "word": " did", "probability": 0.83056640625}, {"start": 1926.44, "end": 1926.68, "word": " you", "probability": 0.95703125}, {"start": 1926.68, "end": 1927.24, "word": " say", "probability": 0.87451171875}, {"start": 1927.24, "end": 1928.26, "word": " happy", "probability": 0.5048828125}, {"start": 1928.26, "end": 1929.0, "word": " day?", "probability": 0.74609375}], "temperature": 1.0}, {"id": 82, "seek": 195978, "start": 1930.48, "end": 1959.78, "text": " It's a bit of what I had not been paying, which is fine I think also. Because if you're focusing, this is the difference between past perfect simple and past perfect continuous. When you're not using the continuous, your focus is on the time length, on the duration of something. It's very much like the use of past simple tense. Both are correct except that one is longer than the past perfect simple tense.", "tokens": [467, 311, 257, 857, 295, 437, 286, 632, 406, 668, 6229, 11, 597, 307, 2489, 286, 519, 611, 13, 1436, 498, 291, 434, 8416, 11, 341, 307, 264, 2649, 1296, 1791, 2176, 2199, 293, 1791, 2176, 10957, 13, 1133, 291, 434, 406, 1228, 264, 10957, 11, 428, 1879, 307, 322, 264, 565, 4641, 11, 322, 264, 16365, 295, 746, 13, 467, 311, 588, 709, 411, 264, 764, 295, 1791, 2199, 18760, 13, 6767, 366, 3006, 3993, 300, 472, 307, 2854, 813, 264, 1791, 2176, 2199, 18760, 13], "avg_logprob": -0.21892755732617594, "compression_ratio": 1.7629310344827587, "no_speech_prob": 0.1348876953125, "words": [{"start": 1930.48, "end": 1931.1, "word": " It's", "probability": 0.6710205078125}, {"start": 1931.1, "end": 1931.22, "word": " a", "probability": 0.85888671875}, {"start": 1931.22, "end": 1931.38, "word": " bit", "probability": 0.91357421875}, {"start": 1931.38, "end": 1931.62, "word": " of", "probability": 0.212158203125}, {"start": 1931.62, "end": 1931.86, "word": " what", "probability": 0.892578125}, {"start": 1931.86, "end": 1932.06, "word": " I", "probability": 0.72802734375}, {"start": 1932.06, "end": 1932.9, "word": " had", "probability": 0.744140625}, {"start": 1932.9, "end": 1933.14, "word": " not", "probability": 0.84912109375}, {"start": 1933.14, "end": 1933.52, "word": " been", "probability": 0.90771484375}, {"start": 1933.52, "end": 1933.96, "word": " paying,", "probability": 0.9384765625}, {"start": 1934.84, "end": 1935.0, "word": " which", "probability": 0.943359375}, {"start": 1935.0, "end": 1935.52, "word": " is", "probability": 0.94873046875}, {"start": 1935.52, "end": 1935.76, "word": " fine", "probability": 0.85888671875}, {"start": 1935.76, "end": 1935.92, "word": " I", "probability": 0.61328125}, {"start": 1935.92, "end": 1936.12, "word": " think", "probability": 0.9228515625}, {"start": 1936.12, "end": 1936.52, "word": " also.", "probability": 0.66259765625}, {"start": 1936.86, "end": 1937.06, "word": " Because", "probability": 0.74658203125}, {"start": 1937.06, "end": 1937.58, "word": " if", "probability": 0.5400390625}, {"start": 1937.58, "end": 1937.84, "word": " you're", "probability": 0.764892578125}, {"start": 1937.84, "end": 1938.32, "word": " focusing,", "probability": 0.859375}, {"start": 1938.48, "end": 1938.64, "word": " this", "probability": 0.9130859375}, {"start": 1938.64, "end": 1938.74, "word": " is", "probability": 0.94287109375}, {"start": 1938.74, "end": 1938.86, "word": " the", "probability": 0.9091796875}, {"start": 1938.86, "end": 1939.22, "word": " difference", "probability": 0.85595703125}, {"start": 1939.22, "end": 1939.6, "word": " between", "probability": 0.8642578125}, {"start": 1939.6, "end": 1939.92, "word": " past", "probability": 0.7041015625}, {"start": 1939.92, "end": 1940.3, "word": " perfect", "probability": 0.890625}, {"start": 1940.3, "end": 1940.72, "word": " simple", "probability": 0.93701171875}, {"start": 1940.72, "end": 1941.68, "word": " and", "probability": 0.861328125}, {"start": 1941.68, "end": 1942.06, "word": " past", "probability": 0.8544921875}, {"start": 1942.06, "end": 1942.48, "word": " perfect", "probability": 0.91259765625}, {"start": 1942.48, "end": 1943.06, "word": " continuous.", "probability": 0.8583984375}, {"start": 1943.34, "end": 1943.44, "word": " When", "probability": 0.7275390625}, {"start": 1943.44, "end": 1943.56, "word": " you're", "probability": 0.743408203125}, {"start": 1943.56, "end": 1943.7, "word": " not", "probability": 0.6728515625}, {"start": 1943.7, "end": 1943.96, "word": " using", "probability": 0.93017578125}, {"start": 1943.96, "end": 1944.14, "word": " the", "probability": 0.828125}, {"start": 1944.14, "end": 1944.54, "word": " continuous,", "probability": 0.8564453125}, {"start": 1945.06, "end": 1945.34, "word": " your", "probability": 0.83447265625}, {"start": 1945.34, "end": 1945.9, "word": " focus", "probability": 0.94775390625}, {"start": 1945.9, "end": 1946.28, "word": " is", "probability": 0.94091796875}, {"start": 1946.28, "end": 1946.68, "word": " on", "probability": 0.94677734375}, {"start": 1946.68, "end": 1947.14, "word": " the", "probability": 0.916015625}, {"start": 1947.14, "end": 1947.66, "word": " time", "probability": 0.8515625}, {"start": 1947.66, "end": 1948.12, "word": " length,", "probability": 0.787109375}, {"start": 1948.26, "end": 1948.42, "word": " on", "probability": 0.93310546875}, {"start": 1948.42, "end": 1948.58, "word": " the", "probability": 0.92138671875}, {"start": 1948.58, "end": 1948.98, "word": " duration", "probability": 0.97314453125}, {"start": 1948.98, "end": 1949.22, "word": " of", "probability": 0.96240234375}, {"start": 1949.22, "end": 1949.68, "word": " something.", "probability": 0.865234375}, {"start": 1950.02, "end": 1950.32, "word": " It's", "probability": 0.62451171875}, {"start": 1950.32, "end": 1950.5, "word": " very", "probability": 0.84814453125}, {"start": 1950.5, "end": 1950.74, "word": " much", "probability": 0.9091796875}, {"start": 1950.74, "end": 1950.98, "word": " like", "probability": 0.92333984375}, {"start": 1950.98, "end": 1951.14, "word": " the", "probability": 0.87158203125}, {"start": 1951.14, "end": 1951.4, "word": " use", "probability": 0.88671875}, {"start": 1951.4, "end": 1951.66, "word": " of", "probability": 0.96630859375}, {"start": 1951.66, "end": 1952.0, "word": " past", "probability": 0.83740234375}, {"start": 1952.0, "end": 1952.46, "word": " simple", "probability": 0.96044921875}, {"start": 1952.46, "end": 1953.52, "word": " tense.", "probability": 0.837890625}, {"start": 1953.74, "end": 1953.98, "word": " Both", "probability": 0.8359375}, {"start": 1953.98, "end": 1954.26, "word": " are", "probability": 0.93310546875}, {"start": 1954.26, "end": 1954.58, "word": " correct", "probability": 0.9287109375}, {"start": 1954.58, "end": 1954.96, "word": " except", "probability": 0.6171875}, {"start": 1954.96, "end": 1955.3, "word": " that", "probability": 0.908203125}, {"start": 1955.3, "end": 1955.58, "word": " one", "probability": 0.90234375}, {"start": 1955.58, "end": 1955.94, "word": " is", "probability": 0.9423828125}, {"start": 1955.94, "end": 1956.52, "word": " longer", "probability": 0.92529296875}, {"start": 1956.52, "end": 1957.6, "word": " than", "probability": 0.94287109375}, {"start": 1957.6, "end": 1958.08, "word": " the", "probability": 0.89990234375}, {"start": 1958.08, "end": 1958.44, "word": " past", "probability": 0.890625}, {"start": 1958.44, "end": 1958.92, "word": " perfect", "probability": 0.90478515625}, {"start": 1958.92, "end": 1959.34, "word": " simple", "probability": 0.966796875}, {"start": 1959.34, "end": 1959.78, "word": " tense.", "probability": 0.86767578125}], "temperature": 1.0}, {"id": 83, "seek": 196801, "start": 1961.03, "end": 1968.01, "text": " Alright, let's see the last effect of these activities and again this is a story, alright?", "tokens": [2798, 11, 718, 311, 536, 264, 1036, 1802, 295, 613, 5354, 293, 797, 341, 307, 257, 1657, 11, 5845, 30], "avg_logprob": -0.3284970351627895, "compression_ratio": 1.123456790123457, "no_speech_prob": 4.76837158203125e-07, "words": [{"start": 1961.03, "end": 1961.39, "word": " Alright,", "probability": 0.397705078125}, {"start": 1961.87, "end": 1962.23, "word": " let's", "probability": 0.93505859375}, {"start": 1962.23, "end": 1962.49, "word": " see", "probability": 0.9306640625}, {"start": 1962.49, "end": 1962.89, "word": " the", "probability": 0.91845703125}, {"start": 1962.89, "end": 1963.19, "word": " last", "probability": 0.8837890625}, {"start": 1963.19, "end": 1963.57, "word": " effect", "probability": 0.253173828125}, {"start": 1963.57, "end": 1963.79, "word": " of", "probability": 0.95556640625}, {"start": 1963.79, "end": 1964.03, "word": " these", "probability": 0.826171875}, {"start": 1964.03, "end": 1964.67, "word": " activities", "probability": 0.96337890625}, {"start": 1964.67, "end": 1966.07, "word": " and", "probability": 0.34619140625}, {"start": 1966.07, "end": 1966.33, "word": " again", "probability": 0.89892578125}, {"start": 1966.33, "end": 1966.55, "word": " this", "probability": 0.85546875}, {"start": 1966.55, "end": 1966.67, "word": " is", "probability": 0.9404296875}, {"start": 1966.67, "end": 1966.81, "word": " a", "probability": 0.94775390625}, {"start": 1966.81, "end": 1967.25, "word": " story,", "probability": 0.892578125}, {"start": 1967.71, "end": 1968.01, "word": " alright?", "probability": 0.8681640625}], "temperature": 1.0}, {"id": 84, "seek": 199566, "start": 1971.0, "end": 1995.66, "text": " We need to complete this story. The unlucky thief or the unlucky burglar. Okay? The unlucky burglar. Alright. Just imagine the situation because this will put you in context for this story. One evening boil, the television and so on. So please read and correct them. The verbs in brackets please.", "tokens": [492, 643, 281, 3566, 341, 1657, 13, 440, 38838, 23176, 420, 264, 38838, 41000, 2200, 13, 1033, 30, 440, 38838, 41000, 2200, 13, 2798, 13, 1449, 3811, 264, 2590, 570, 341, 486, 829, 291, 294, 4319, 337, 341, 1657, 13, 1485, 5634, 13329, 11, 264, 8815, 293, 370, 322, 13, 407, 1767, 1401, 293, 3006, 552, 13, 440, 30051, 294, 26179, 1767, 13], "avg_logprob": -0.2934570265933871, "compression_ratio": 1.5714285714285714, "no_speech_prob": 1.0907649993896484e-05, "words": [{"start": 1971.0, "end": 1971.28, "word": " We", "probability": 0.373291015625}, {"start": 1971.28, "end": 1971.66, "word": " need", "probability": 0.884765625}, {"start": 1971.66, "end": 1971.8, "word": " to", "probability": 0.9638671875}, {"start": 1971.8, "end": 1972.32, "word": " complete", "probability": 0.78564453125}, {"start": 1972.32, "end": 1972.86, "word": " this", "probability": 0.90234375}, {"start": 1972.86, "end": 1974.08, "word": " story.", "probability": 0.9169921875}, {"start": 1974.36, "end": 1974.52, "word": " The", "probability": 0.6689453125}, {"start": 1974.52, "end": 1975.04, "word": " unlucky", "probability": 0.6181640625}, {"start": 1975.04, "end": 1975.56, "word": " thief", "probability": 0.8349609375}, {"start": 1975.56, "end": 1975.8, "word": " or", "probability": 0.732421875}, {"start": 1975.8, "end": 1976.0, "word": " the", "probability": 0.837890625}, {"start": 1976.0, "end": 1976.58, "word": " unlucky", "probability": 0.90576171875}, {"start": 1976.58, "end": 1977.76, "word": " burglar.", "probability": 0.961669921875}, {"start": 1978.28, "end": 1978.32, "word": " Okay?", "probability": 0.302001953125}, {"start": 1978.7, "end": 1978.88, "word": " The", "probability": 0.79736328125}, {"start": 1978.88, "end": 1979.26, "word": " unlucky", "probability": 0.9091796875}, {"start": 1979.26, "end": 1979.9, "word": " burglar.", "probability": 0.97216796875}, {"start": 1980.42, "end": 1980.62, "word": " Alright.", "probability": 0.317138671875}, {"start": 1980.76, "end": 1980.94, "word": " Just", "probability": 0.86474609375}, {"start": 1980.94, "end": 1981.26, "word": " imagine", "probability": 0.91455078125}, {"start": 1981.26, "end": 1981.44, "word": " the", "probability": 0.71826171875}, {"start": 1981.44, "end": 1981.92, "word": " situation", "probability": 0.94580078125}, {"start": 1981.92, "end": 1982.28, "word": " because", "probability": 0.76416015625}, {"start": 1982.28, "end": 1982.48, "word": " this", "probability": 0.93310546875}, {"start": 1982.48, "end": 1982.66, "word": " will", "probability": 0.78466796875}, {"start": 1982.66, "end": 1982.9, "word": " put", "probability": 0.916015625}, {"start": 1982.9, "end": 1983.1, "word": " you", "probability": 0.96044921875}, {"start": 1983.1, "end": 1983.36, "word": " in", "probability": 0.93603515625}, {"start": 1983.36, "end": 1984.2, "word": " context", "probability": 0.85693359375}, {"start": 1984.2, "end": 1984.5, "word": " for", "probability": 0.8828125}, {"start": 1984.5, "end": 1984.86, "word": " this", "probability": 0.94140625}, {"start": 1984.86, "end": 1986.06, "word": " story.", "probability": 0.919921875}, {"start": 1986.58, "end": 1986.76, "word": " One", "probability": 0.7353515625}, {"start": 1986.76, "end": 1987.14, "word": " evening", "probability": 0.93115234375}, {"start": 1987.14, "end": 1987.62, "word": " boil,", "probability": 0.15625}, {"start": 1988.0, "end": 1988.24, "word": " the", "probability": 0.84521484375}, {"start": 1988.24, "end": 1988.7, "word": " television", "probability": 0.87841796875}, {"start": 1988.7, "end": 1988.98, "word": " and", "probability": 0.7607421875}, {"start": 1988.98, "end": 1989.12, "word": " so", "probability": 0.94482421875}, {"start": 1989.12, "end": 1989.26, "word": " on.", "probability": 0.94287109375}, {"start": 1989.38, "end": 1989.52, "word": " So", "probability": 0.94287109375}, {"start": 1989.52, "end": 1989.86, "word": " please", "probability": 0.52197265625}, {"start": 1989.86, "end": 1990.58, "word": " read", "probability": 0.5810546875}, {"start": 1990.58, "end": 1990.88, "word": " and", "probability": 0.9345703125}, {"start": 1990.88, "end": 1991.4, "word": " correct", "probability": 0.91015625}, {"start": 1991.4, "end": 1992.28, "word": " them.", "probability": 0.71875}, {"start": 1993.54, "end": 1994.14, "word": " The", "probability": 0.71435546875}, {"start": 1994.14, "end": 1994.5, "word": " verbs", "probability": 0.861328125}, {"start": 1994.5, "end": 1994.76, "word": " in", "probability": 0.93017578125}, {"start": 1994.76, "end": 1995.14, "word": " brackets", "probability": 0.90966796875}, {"start": 1995.14, "end": 1995.66, "word": " please.", "probability": 0.5263671875}], "temperature": 1.0}, {"id": 85, "seek": 201964, "start": 2006.78, "end": 2019.64, "text": " Okay. Okay. Okay.", "tokens": [1033, 13, 1033, 13, 1033, 13], "avg_logprob": -1.3493303571428572, "compression_ratio": 1.125, "no_speech_prob": 0.00011652708053588867, "words": [{"start": 2006.78, "end": 2008.18, "word": " Okay.", "probability": 0.01537322998046875}, {"start": 2009.62, "end": 2009.98, "word": " Okay.", "probability": 0.1988525390625}, {"start": 2018.24, "end": 2019.64, "word": " Okay.", "probability": 0.277587890625}], "temperature": 1.0}, {"id": 86, "seek": 205467, "start": 2044.44, "end": 2054.68, "text": " Okay. Okay. Okay. Okay.", "tokens": [1033, 13, 1033, 13, 1033, 13, 1033, 13], "avg_logprob": -1.2109375, "compression_ratio": 1.5, "no_speech_prob": 1.3053417205810547e-05, "words": [{"start": 2044.4399999999998, "end": 2045.84, "word": " Okay.", "probability": 0.04248046875}, {"start": 2045.84, "end": 2047.24, "word": " Okay.", "probability": 0.1729736328125}, {"start": 2047.64, "end": 2047.94, "word": " Okay.", "probability": 0.28271484375}, {"start": 2053.28, "end": 2054.68, "word": " Okay.", "probability": 0.4384765625}], "temperature": 1.0}, {"id": 87, "seek": 208951, "start": 2088.11, "end": 2089.51, "text": " Thank you.", "tokens": [1044, 291, 13], "avg_logprob": -1.2167969048023224, "compression_ratio": 0.5789473684210527, "no_speech_prob": 0.004695892333984375, "words": [{"start": 2088.11, "end": 2089.51, "word": " Thank", "probability": 0.012054443359375}, {"start": 2089.51, "end": 2089.51, "word": " you.", "probability": 0.89697265625}], "temperature": 1.0}, {"id": 88, "seek": 210373, "start": 2098.607, "end": 2103.73, "text": " Okay. Okay.", "tokens": [1033, 13, 1033, 13], "avg_logprob": -1.240625, "compression_ratio": 0.75, "no_speech_prob": 1.6689300537109375e-05, "words": [{"start": 2098.3599999999997, "end": 2098.93, "word": " Okay.", "probability": 0.07476806640625}, {"start": 2102.59, "end": 2103.73, "word": " Okay.", "probability": 0.1849365234375}], "temperature": 1.0}, {"id": 89, "seek": 214012, "start": 2127.6, "end": 2140.12, "text": " Because it's hard for me to take care of my family. I have to take care of my children. I have to take care of my family.", "tokens": [1436, 309, 311, 1152, 337, 385, 281, 747, 1127, 295, 452, 1605, 13, 286, 362, 281, 747, 1127, 295, 452, 2227, 13, 286, 362, 281, 747, 1127, 295, 452, 1605, 13], "avg_logprob": -1.1816405951976776, "compression_ratio": 1.5443037974683544, "no_speech_prob": 2.0265579223632812e-06, "words": [{"start": 2127.6, "end": 2128.22, "word": " Because", "probability": 0.24365234375}, {"start": 2128.22, "end": 2128.56, "word": " it's", "probability": 0.203460693359375}, {"start": 2128.56, "end": 2128.98, "word": " hard", "probability": 0.09942626953125}, {"start": 2128.98, "end": 2128.98, "word": " for", "probability": 0.2127685546875}, {"start": 2128.98, "end": 2129.18, "word": " me", "probability": 0.303955078125}, {"start": 2129.18, "end": 2129.34, "word": " to", "probability": 0.8828125}, {"start": 2129.34, "end": 2129.54, "word": " take", "probability": 0.0631103515625}, {"start": 2129.54, "end": 2130.06, "word": " care", "probability": 0.1607666015625}, {"start": 2130.06, "end": 2130.36, "word": " of", "probability": 0.9560546875}, {"start": 2130.36, "end": 2130.86, "word": " my", "probability": 0.284912109375}, {"start": 2130.86, "end": 2130.86, "word": " family.", "probability": 0.1964111328125}, {"start": 2131.32, "end": 2131.32, "word": " I", "probability": 0.286865234375}, {"start": 2131.32, "end": 2131.32, "word": " have", "probability": 0.1385498046875}, {"start": 2131.32, "end": 2131.78, "word": " to", "probability": 0.62451171875}, {"start": 2131.78, "end": 2131.8, "word": " take", "probability": 0.1668701171875}, {"start": 2131.8, "end": 2131.8, "word": " care", "probability": 0.83837890625}, {"start": 2131.8, "end": 2131.8, "word": " of", "probability": 0.95263671875}, {"start": 2131.8, "end": 2132.08, "word": " my", "probability": 0.366943359375}, {"start": 2132.08, "end": 2132.74, "word": " children.", "probability": 0.1318359375}, {"start": 2134.56, "end": 2135.48, "word": " I", "probability": 0.296875}, {"start": 2135.48, "end": 2135.54, "word": " have", "probability": 0.2059326171875}, {"start": 2135.54, "end": 2135.54, "word": " to", "probability": 0.6474609375}, {"start": 2135.54, "end": 2135.7, "word": " take", "probability": 0.258056640625}, {"start": 2135.7, "end": 2138.0, "word": " care", "probability": 0.86279296875}, {"start": 2138.0, "end": 2138.72, "word": " of", "probability": 0.96044921875}, {"start": 2138.72, "end": 2138.82, "word": " my", "probability": 0.6240234375}, {"start": 2138.82, "end": 2140.12, "word": " family.", "probability": 0.2176513671875}], "temperature": 1.0}, {"id": 90, "seek": 216392, "start": 2146.33, "end": 2163.93, "text": " It was dark and it was cold and he could not die. It was cold and cold and cold and cold and cold and cold and cold and cold and cold and cold and cold and cold and cold and cold and cold and cold and cold and cold and cold and cold and cold and cold and cold and cold and cold and cold and cold and cold and cold and cold and cold and cold and cold and cold and cold and cold and cold and cold and cold and cold and cold and cold and cold and cold and cold and cold and cold and cold and cold and cold and cold and cold and cold and cold and cold and cold and cold and cold and cold and cold and cold and cold and cold and cold and cold and cold and cold and cold and cold and cold and cold and cold and cold and cold and cold and cold and cold and cold and cold and cold and cold and cold and cold and cold and cold and cold and cold and cold and cold and cold and cold and cold and cold and cold and cold and cold and cold and cold and cold and cold and cold and cold and cold and cold and cold", "tokens": [467, 390, 2877, 293, 309, 390, 3554, 293, 415, 727, 406, 978, 13, 467, 390, 3554, 293, 3554, 293, 3554, 293, 3554, 293, 3554, 293, 3554, 293, 3554, 293, 3554, 293, 3554, 293, 3554, 293, 3554, 293, 3554, 293, 3554, 293, 3554, 293, 3554, 293, 3554, 293, 3554, 293, 3554, 293, 3554, 293, 3554, 293, 3554, 293, 3554, 293, 3554, 293, 3554, 293, 3554, 293, 3554, 293, 3554, 293, 3554, 293, 3554, 293, 3554, 293, 3554, 293, 3554, 293, 3554, 293, 3554, 293, 3554, 293, 3554, 293, 3554, 293, 3554, 293, 3554, 293, 3554, 293, 3554, 293, 3554, 293, 3554, 293, 3554, 293, 3554, 293, 3554, 293, 3554, 293, 3554, 293, 3554, 293, 3554, 293, 3554, 293, 3554, 293, 3554, 293, 3554, 293, 3554, 293, 3554, 293, 3554, 293, 3554, 293, 3554, 293, 3554, 293, 3554, 293, 3554, 293, 3554, 293, 3554, 293, 3554, 293, 3554, 293, 3554, 293, 3554, 293, 3554, 293, 3554, 293, 3554, 293, 3554, 293, 3554, 293, 3554, 293, 3554, 293, 3554, 293, 3554, 293, 3554, 293, 3554, 293, 3554, 293, 3554, 293, 3554, 293, 3554, 293, 3554, 293, 3554, 293, 3554, 293, 3554, 293, 3554, 293, 3554, 293, 3554, 293, 3554, 293, 3554, 293, 3554, 293, 3554, 293, 3554, 293, 3554, 293, 3554, 293, 3554, 293, 3554, 293, 3554, 293, 3554, 293, 3554, 293, 3554, 293, 3554, 293, 3554], "avg_logprob": -0.15999999788072375, "compression_ratio": 16.633333333333333, "no_speech_prob": 8.940696716308594e-06, "words": [{"start": 2146.33, "end": 2146.81, "word": " It", "probability": 0.1312255859375}, {"start": 2146.81, "end": 2146.81, "word": " was", "probability": 0.75341796875}, {"start": 2146.81, "end": 2147.33, "word": " dark", "probability": 0.244384765625}, {"start": 2147.33, "end": 2147.75, "word": " and", "probability": 0.361572265625}, {"start": 2147.75, "end": 2147.93, "word": " it", "probability": 0.267333984375}, {"start": 2147.93, "end": 2148.15, "word": " was", "probability": 0.6875}, {"start": 2148.15, "end": 2148.43, "word": " cold", "probability": 0.10906982421875}, {"start": 2148.43, "end": 2149.33, "word": " and", "probability": 0.2763671875}, {"start": 2149.33, "end": 2149.59, "word": " he", "probability": 0.50439453125}, {"start": 2149.59, "end": 2149.93, "word": " could", "probability": 0.31884765625}, {"start": 2149.93, "end": 2150.13, "word": " not", "probability": 0.80419921875}, {"start": 2150.13, "end": 2150.57, "word": " die.", "probability": 0.8115234375}, {"start": 2150.83, "end": 2151.01, "word": " It", "probability": 0.268310546875}, {"start": 2151.01, "end": 2151.01, "word": " was", "probability": 0.9345703125}, {"start": 2151.01, "end": 2151.35, "word": " cold", "probability": 0.66015625}, {"start": 2151.35, "end": 2151.71, "word": " and", "probability": 0.2203369140625}, {"start": 2151.71, "end": 2151.95, "word": " cold", "probability": 0.38134765625}, {"start": 2151.95, "end": 2152.01, "word": " and", "probability": 0.64697265625}, {"start": 2152.01, "end": 2152.23, "word": " cold", "probability": 0.74853515625}, {"start": 2152.23, "end": 2152.23, "word": " and", "probability": 0.6484375}, {"start": 2152.23, "end": 2152.39, "word": " cold", "probability": 0.8564453125}, {"start": 2152.39, "end": 2152.97, "word": " and", "probability": 0.64208984375}, {"start": 2152.97, "end": 2152.99, "word": " cold", "probability": 0.90478515625}, {"start": 2152.99, "end": 2152.99, "word": " and", "probability": 0.671875}, {"start": 2152.99, "end": 2153.09, "word": " cold", "probability": 0.92041015625}, {"start": 2153.09, "end": 2153.09, "word": " and", "probability": 0.72021484375}, {"start": 2153.09, "end": 2153.09, "word": " cold", "probability": 0.92333984375}, {"start": 2153.09, "end": 2153.09, "word": " and", "probability": 0.74560546875}, {"start": 2153.09, "end": 2153.09, "word": " cold", "probability": 0.9248046875}, {"start": 2153.09, "end": 2153.83, "word": " and", "probability": 0.7607421875}, {"start": 2153.83, "end": 2153.83, "word": " cold", "probability": 0.92578125}, {"start": 2153.83, "end": 2154.13, "word": " and", "probability": 0.77783203125}, {"start": 2154.13, "end": 2154.13, "word": " cold", "probability": 0.92529296875}, {"start": 2154.13, "end": 2154.21, "word": " and", "probability": 0.79443359375}, {"start": 2154.21, "end": 2154.21, "word": " cold", "probability": 0.92578125}, {"start": 2154.21, "end": 2154.21, "word": " and", "probability": 0.81005859375}, {"start": 2154.21, "end": 2154.21, "word": " cold", "probability": 0.9248046875}, {"start": 2154.21, "end": 2154.21, "word": " and", "probability": 0.81982421875}, {"start": 2154.21, "end": 2154.25, "word": " cold", "probability": 0.92578125}, {"start": 2154.25, "end": 2154.49, "word": " and", "probability": 0.83203125}, {"start": 2154.49, "end": 2154.49, "word": " cold", "probability": 0.92529296875}, {"start": 2154.49, "end": 2154.71, "word": " and", "probability": 0.84130859375}, {"start": 2154.71, "end": 2154.71, "word": " cold", "probability": 0.92626953125}, {"start": 2154.71, "end": 2154.73, "word": " and", "probability": 0.8486328125}, {"start": 2154.73, "end": 2154.73, "word": " cold", "probability": 0.92626953125}, {"start": 2154.73, "end": 2154.87, "word": " and", "probability": 0.85546875}, {"start": 2154.87, "end": 2154.87, "word": " cold", "probability": 0.92626953125}, {"start": 2154.87, "end": 2155.07, "word": " and", "probability": 0.859375}, {"start": 2155.07, "end": 2155.57, "word": " cold", "probability": 0.9267578125}, {"start": 2155.57, "end": 2156.59, "word": " and", "probability": 0.8642578125}, {"start": 2156.59, "end": 2156.59, "word": " cold", "probability": 0.9267578125}, {"start": 2156.59, "end": 2156.59, "word": " and", "probability": 0.869140625}, {"start": 2156.59, "end": 2156.59, "word": " cold", "probability": 0.92724609375}, {"start": 2156.59, "end": 2157.93, "word": " and", "probability": 0.87158203125}, {"start": 2157.93, "end": 2157.93, "word": " cold", "probability": 0.927734375}, {"start": 2157.93, "end": 2157.93, "word": " and", "probability": 0.87646484375}, {"start": 2157.93, "end": 2157.93, "word": " cold", "probability": 0.92724609375}, {"start": 2157.93, "end": 2157.93, "word": " and", "probability": 0.876953125}, {"start": 2157.93, "end": 2157.93, "word": " cold", "probability": 0.927734375}, {"start": 2157.93, "end": 2158.55, "word": " and", "probability": 0.880859375}, {"start": 2158.55, "end": 2158.55, "word": " cold", "probability": 0.92724609375}, {"start": 2158.55, "end": 2158.55, "word": " and", "probability": 0.8828125}, {"start": 2158.55, "end": 2158.55, "word": " cold", "probability": 0.92822265625}, {"start": 2158.55, "end": 2158.55, "word": " and", "probability": 0.8857421875}, {"start": 2158.55, "end": 2158.55, "word": " cold", "probability": 0.927734375}, {"start": 2158.55, "end": 2158.55, "word": " and", "probability": 0.88623046875}, {"start": 2158.55, "end": 2158.55, "word": " cold", "probability": 0.92822265625}, {"start": 2158.55, "end": 2158.55, "word": " and", "probability": 0.888671875}, {"start": 2158.55, "end": 2158.55, "word": " cold", "probability": 0.92822265625}, {"start": 2158.55, "end": 2158.55, "word": " and", "probability": 0.89111328125}, {"start": 2158.55, "end": 2158.55, "word": " cold", "probability": 0.9287109375}, {"start": 2158.55, "end": 2158.55, "word": " and", "probability": 0.89306640625}, {"start": 2158.55, "end": 2158.55, "word": " cold", "probability": 0.92919921875}, {"start": 2158.55, "end": 2158.55, "word": " and", "probability": 0.89599609375}, {"start": 2158.55, "end": 2158.55, "word": " cold", "probability": 0.9296875}, {"start": 2158.55, "end": 2158.55, "word": " and", "probability": 0.8974609375}, {"start": 2158.55, "end": 2158.55, "word": " cold", "probability": 0.93017578125}, {"start": 2158.55, "end": 2158.55, "word": " and", "probability": 0.89990234375}, {"start": 2158.55, "end": 2158.55, "word": " cold", "probability": 0.93017578125}, {"start": 2158.55, "end": 2158.55, "word": " and", "probability": 0.9013671875}, {"start": 2158.55, "end": 2158.55, "word": " cold", "probability": 0.93115234375}, {"start": 2158.55, "end": 2158.83, "word": " and", "probability": 0.904296875}, {"start": 2158.83, "end": 2158.83, "word": " cold", "probability": 0.9306640625}, {"start": 2158.83, "end": 2158.83, "word": " and", "probability": 0.9072265625}, {"start": 2158.83, "end": 2158.83, "word": " cold", "probability": 0.931640625}, {"start": 2158.83, "end": 2158.83, "word": " and", "probability": 0.90966796875}, {"start": 2158.83, "end": 2158.83, "word": " cold", "probability": 0.9326171875}, {"start": 2158.83, "end": 2158.83, "word": " and", "probability": 0.91162109375}, {"start": 2158.83, "end": 2158.83, "word": " cold", "probability": 0.9326171875}, {"start": 2158.83, "end": 2158.83, "word": " and", "probability": 0.91259765625}, {"start": 2158.83, "end": 2158.83, "word": " cold", "probability": 0.93359375}, {"start": 2158.83, "end": 2158.83, "word": " and", "probability": 0.91552734375}, {"start": 2158.83, "end": 2158.83, "word": " cold", "probability": 0.93359375}, {"start": 2158.83, "end": 2158.83, "word": " and", "probability": 0.9169921875}, {"start": 2158.83, "end": 2158.83, "word": " cold", "probability": 0.9345703125}, {"start": 2158.83, "end": 2158.83, "word": " and", "probability": 0.91943359375}, {"start": 2158.83, "end": 2158.83, "word": " cold", "probability": 0.93408203125}, {"start": 2158.83, "end": 2158.83, "word": " and", "probability": 0.9208984375}, {"start": 2158.83, "end": 2158.83, "word": " cold", "probability": 0.935546875}, {"start": 2158.83, "end": 2158.83, "word": " and", "probability": 0.9228515625}, {"start": 2158.83, "end": 2158.83, "word": " cold", "probability": 0.935546875}, {"start": 2158.83, "end": 2158.83, "word": " and", "probability": 0.9248046875}, {"start": 2158.83, "end": 2158.83, "word": " cold", "probability": 0.93603515625}, {"start": 2158.83, "end": 2158.83, "word": " and", "probability": 0.92626953125}, {"start": 2158.83, "end": 2158.83, "word": " cold", "probability": 0.9365234375}, {"start": 2158.83, "end": 2158.83, "word": " and", "probability": 0.9267578125}, {"start": 2158.83, "end": 2158.83, "word": " cold", "probability": 0.9375}, {"start": 2158.83, "end": 2158.83, "word": " and", "probability": 0.9296875}, {"start": 2158.83, "end": 2158.83, "word": " cold", "probability": 0.93798828125}, {"start": 2158.83, "end": 2158.83, "word": " and", "probability": 0.93017578125}, {"start": 2158.83, "end": 2158.83, "word": " cold", "probability": 0.9384765625}, {"start": 2158.83, "end": 2158.83, "word": " and", "probability": 0.93212890625}, {"start": 2158.83, "end": 2158.83, "word": " cold", "probability": 0.93896484375}, {"start": 2158.83, "end": 2159.43, "word": " and", "probability": 0.9326171875}, {"start": 2159.43, "end": 2159.43, "word": " cold", "probability": 0.939453125}, {"start": 2159.43, "end": 2159.43, "word": " and", "probability": 0.9345703125}, {"start": 2159.43, "end": 2159.43, "word": " cold", "probability": 0.93994140625}, {"start": 2159.43, "end": 2159.43, "word": " and", "probability": 0.93603515625}, {"start": 2159.43, "end": 2159.43, "word": " cold", "probability": 0.93994140625}, {"start": 2159.43, "end": 2159.43, "word": " and", "probability": 0.9365234375}, {"start": 2159.43, "end": 2159.43, "word": " cold", "probability": 0.94091796875}, {"start": 2159.43, "end": 2159.43, "word": " and", "probability": 0.93798828125}, {"start": 2159.43, "end": 2159.43, "word": " cold", "probability": 0.94091796875}, {"start": 2159.43, "end": 2159.43, "word": " and", "probability": 0.9384765625}, {"start": 2159.43, "end": 2159.43, "word": " cold", "probability": 0.94091796875}, {"start": 2159.43, "end": 2159.43, "word": " and", "probability": 0.939453125}, {"start": 2159.43, "end": 2159.43, "word": " cold", "probability": 0.94189453125}, {"start": 2159.43, "end": 2159.43, "word": " and", "probability": 0.93994140625}, {"start": 2159.43, "end": 2159.43, "word": " cold", "probability": 0.94189453125}, {"start": 2159.43, "end": 2159.43, "word": " and", "probability": 0.94091796875}, {"start": 2159.43, "end": 2159.43, "word": " cold", "probability": 0.9423828125}, {"start": 2159.43, "end": 2159.43, "word": " and", "probability": 0.94140625}, {"start": 2159.43, "end": 2159.43, "word": " cold", "probability": 0.9423828125}, {"start": 2159.43, "end": 2159.43, "word": " and", "probability": 0.94287109375}, {"start": 2159.43, "end": 2159.43, "word": " cold", "probability": 0.943359375}, {"start": 2159.43, "end": 2159.43, "word": " and", "probability": 0.94287109375}, {"start": 2159.43, "end": 2159.43, "word": " cold", "probability": 0.943359375}, {"start": 2159.43, "end": 2159.43, "word": " and", "probability": 0.94384765625}, {"start": 2159.43, "end": 2159.43, "word": " cold", "probability": 0.94384765625}, {"start": 2159.43, "end": 2159.43, "word": " and", "probability": 0.9443359375}, {"start": 2159.43, "end": 2159.43, "word": " cold", "probability": 0.94384765625}, {"start": 2159.43, "end": 2159.43, "word": " and", "probability": 0.9453125}, {"start": 2159.43, "end": 2159.43, "word": " cold", "probability": 0.94384765625}, {"start": 2159.43, "end": 2159.43, "word": " and", "probability": 0.9453125}, {"start": 2159.43, "end": 2159.43, "word": " cold", "probability": 0.94384765625}, {"start": 2159.43, "end": 2159.43, "word": " and", "probability": 0.9462890625}, {"start": 2159.43, "end": 2159.43, "word": " cold", "probability": 0.94482421875}, {"start": 2159.43, "end": 2159.43, "word": " and", "probability": 0.94677734375}, {"start": 2159.43, "end": 2159.43, "word": " cold", "probability": 0.94384765625}, {"start": 2159.43, "end": 2159.43, "word": " and", "probability": 0.947265625}, {"start": 2159.43, "end": 2159.43, "word": " cold", "probability": 0.94482421875}, {"start": 2159.43, "end": 2159.43, "word": " and", "probability": 0.9482421875}, {"start": 2159.43, "end": 2159.43, "word": " cold", "probability": 0.94482421875}, {"start": 2159.43, "end": 2159.91, "word": " and", "probability": 0.94873046875}, {"start": 2159.91, "end": 2159.91, "word": " cold", "probability": 0.9453125}, {"start": 2159.91, "end": 2159.91, "word": " and", "probability": 0.9482421875}, {"start": 2159.91, "end": 2159.91, "word": " cold", "probability": 0.9453125}, {"start": 2159.91, "end": 2159.93, "word": " and", "probability": 0.94921875}, {"start": 2159.93, "end": 2159.93, "word": " cold", "probability": 0.9453125}, {"start": 2159.93, "end": 2159.93, "word": " and", "probability": 0.94873046875}, {"start": 2159.93, "end": 2159.93, "word": " cold", "probability": 0.94482421875}, {"start": 2159.93, "end": 2159.93, "word": " and", "probability": 0.94873046875}, {"start": 2159.93, "end": 2159.93, "word": " cold", "probability": 0.9453125}, {"start": 2159.93, "end": 2159.93, "word": " and", "probability": 0.94921875}, {"start": 2159.93, "end": 2159.93, "word": " cold", "probability": 0.94580078125}, {"start": 2159.93, "end": 2159.93, "word": " and", "probability": 0.94921875}, {"start": 2159.93, "end": 2159.93, "word": " cold", "probability": 0.94580078125}, {"start": 2159.93, "end": 2159.93, "word": " and", "probability": 0.94970703125}, {"start": 2159.93, "end": 2159.93, "word": " cold", "probability": 0.94580078125}, {"start": 2159.93, "end": 2159.93, "word": " and", "probability": 0.94970703125}, {"start": 2159.93, "end": 2159.93, "word": " cold", "probability": 0.94580078125}, {"start": 2159.93, "end": 2159.93, "word": " and", "probability": 0.95068359375}, {"start": 2159.93, "end": 2159.93, "word": " cold", "probability": 0.94482421875}, {"start": 2159.93, "end": 2159.93, "word": " and", "probability": 0.95068359375}, {"start": 2159.93, "end": 2159.93, "word": " cold", "probability": 0.94580078125}, {"start": 2159.93, "end": 2159.97, "word": " and", "probability": 0.95068359375}, {"start": 2159.97, "end": 2159.97, "word": " cold", "probability": 0.94580078125}, {"start": 2159.97, "end": 2159.97, "word": " and", "probability": 0.951171875}, {"start": 2159.97, "end": 2159.97, "word": " cold", "probability": 0.9462890625}, {"start": 2159.97, "end": 2159.97, "word": " and", "probability": 0.951171875}, {"start": 2159.97, "end": 2159.97, "word": " cold", "probability": 0.9462890625}, {"start": 2159.97, "end": 2159.97, "word": " and", "probability": 0.951171875}, {"start": 2159.97, "end": 2159.97, "word": " cold", "probability": 0.9453125}, {"start": 2159.97, "end": 2159.97, "word": " and", "probability": 0.951171875}, {"start": 2159.97, "end": 2159.97, "word": " cold", "probability": 0.9462890625}, {"start": 2159.97, "end": 2159.97, "word": " and", "probability": 0.951171875}, {"start": 2159.97, "end": 2159.97, "word": " cold", "probability": 0.9462890625}, {"start": 2159.97, "end": 2159.97, "word": " and", "probability": 0.951171875}, {"start": 2159.97, "end": 2159.97, "word": " cold", "probability": 0.94580078125}, {"start": 2159.97, "end": 2159.97, "word": " and", "probability": 0.951171875}, {"start": 2159.97, "end": 2159.97, "word": " cold", "probability": 0.9462890625}, {"start": 2159.97, "end": 2159.97, "word": " and", "probability": 0.9521484375}, {"start": 2159.97, "end": 2159.97, "word": " cold", "probability": 0.94580078125}, {"start": 2159.97, "end": 2159.97, "word": " and", "probability": 0.951171875}, {"start": 2159.97, "end": 2159.97, "word": " cold", "probability": 0.94580078125}, {"start": 2159.97, "end": 2159.97, "word": " and", "probability": 0.951171875}, {"start": 2159.97, "end": 2159.97, "word": " cold", "probability": 0.94580078125}, {"start": 2159.97, "end": 2159.97, "word": " and", "probability": 0.951171875}, {"start": 2159.97, "end": 2159.97, "word": " cold", "probability": 0.94580078125}, {"start": 2159.97, "end": 2159.97, "word": " and", "probability": 0.95166015625}, {"start": 2159.97, "end": 2159.97, "word": " cold", "probability": 0.9453125}, {"start": 2159.97, "end": 2159.97, "word": " and", "probability": 0.95166015625}, {"start": 2159.97, "end": 2159.97, "word": " cold", "probability": 0.9453125}, {"start": 2159.97, "end": 2159.97, "word": " and", "probability": 0.951171875}, {"start": 2159.97, "end": 2159.97, "word": " cold", "probability": 0.94580078125}, {"start": 2159.97, "end": 2159.97, "word": " and", "probability": 0.95166015625}, {"start": 2159.97, "end": 2159.97, "word": " cold", "probability": 0.9453125}, {"start": 2159.97, "end": 2159.97, "word": " and", "probability": 0.95166015625}, {"start": 2159.97, "end": 2159.97, "word": " cold", "probability": 0.9453125}, {"start": 2159.97, "end": 2159.97, "word": " and", "probability": 0.95068359375}, {"start": 2159.97, "end": 2159.97, "word": " cold", "probability": 0.94482421875}, {"start": 2159.97, "end": 2159.97, "word": " and", "probability": 0.951171875}, {"start": 2159.97, "end": 2159.97, "word": " cold", "probability": 0.94482421875}, {"start": 2159.97, "end": 2159.97, "word": " and", "probability": 0.95068359375}, {"start": 2159.97, "end": 2159.97, "word": " cold", "probability": 0.94384765625}, {"start": 2159.97, "end": 2159.97, "word": " and", "probability": 0.951171875}, {"start": 2159.97, "end": 2159.97, "word": " cold", "probability": 0.94482421875}, {"start": 2159.97, "end": 2159.97, "word": " and", "probability": 0.951171875}, {"start": 2159.97, "end": 2159.97, "word": " cold", "probability": 0.9453125}, {"start": 2159.97, "end": 2163.57, "word": " and", "probability": 0.951171875}, {"start": 2163.57, "end": 2163.57, "word": " cold", "probability": 0.94384765625}, {"start": 2163.57, "end": 2163.57, "word": " and", "probability": 0.951171875}, {"start": 2163.57, "end": 2163.93, "word": " cold", "probability": 0.9462890625}], "temperature": 1.0}, {"id": 91, "seek": 217248, "start": 2164.22, "end": 2172.48, "text": " In the name of Jesus Christ. Amen. Amen.", "tokens": [682, 264, 1315, 295, 508, 26739, 2040, 13, 14092, 13, 14092, 13], "avg_logprob": -1.4302884248586802, "compression_ratio": 0.9534883720930233, "no_speech_prob": 2.1696090698242188e-05, "words": [{"start": 2164.22, "end": 2164.82, "word": " In", "probability": 0.0190887451171875}, {"start": 2164.82, "end": 2164.88, "word": " the", "probability": 0.224609375}, {"start": 2164.88, "end": 2165.0, "word": " name", "probability": 0.11456298828125}, {"start": 2165.0, "end": 2165.16, "word": " of", "probability": 0.9609375}, {"start": 2165.16, "end": 2167.86, "word": " Jesus", "probability": 0.523590087890625}, {"start": 2167.86, "end": 2169.68, "word": " Christ.", "probability": 0.17138671875}, {"start": 2170.7, "end": 2171.64, "word": " Amen.", "probability": 0.153076171875}, {"start": 2171.8, "end": 2172.48, "word": " Amen.", "probability": 0.349609375}], "temperature": 1.0}, {"id": 92, "seek": 221421, "start": 2186.24, "end": 2214.22, "text": " All right, let's see. The unlucky burner. This is an interesting story that narrates a sequence of events. Let's start with you, please. Yes, one evening. Paul was watching the television. Correct, Paul was watching. Perfect, yes. Paul was watching television and eating. Was watching and eating.", "tokens": [1057, 558, 11, 718, 311, 536, 13, 440, 38838, 36116, 13, 639, 307, 364, 1880, 1657, 300, 6397, 1024, 257, 8310, 295, 3931, 13, 961, 311, 722, 365, 291, 11, 1767, 13, 1079, 11, 472, 5634, 13, 4552, 390, 1976, 264, 8815, 13, 12753, 11, 4552, 390, 1976, 13, 10246, 11, 2086, 13, 4552, 390, 1976, 8815, 293, 3936, 13, 3027, 1976, 293, 3936, 13], "avg_logprob": -0.3290719629237146, "compression_ratio": 1.65, "no_speech_prob": 4.76837158203125e-07, "words": [{"start": 2186.2400000000002, "end": 2186.9, "word": " All", "probability": 0.1859130859375}, {"start": 2186.9, "end": 2187.16, "word": " right,", "probability": 0.8876953125}, {"start": 2187.38, "end": 2187.6, "word": " let's", "probability": 0.94970703125}, {"start": 2187.6, "end": 2187.8, "word": " see.", "probability": 0.9208984375}, {"start": 2188.22, "end": 2188.34, "word": " The", "probability": 0.7060546875}, {"start": 2188.34, "end": 2188.78, "word": " unlucky", "probability": 0.42822265625}, {"start": 2188.78, "end": 2189.36, "word": " burner.", "probability": 0.37744140625}, {"start": 2189.56, "end": 2189.66, "word": " This", "probability": 0.86865234375}, {"start": 2189.66, "end": 2189.78, "word": " is", "probability": 0.943359375}, {"start": 2189.78, "end": 2189.96, "word": " an", "probability": 0.92431640625}, {"start": 2189.96, "end": 2190.32, "word": " interesting", "probability": 0.84228515625}, {"start": 2190.32, "end": 2190.96, "word": " story", "probability": 0.93603515625}, {"start": 2190.96, "end": 2191.84, "word": " that", "probability": 0.8134765625}, {"start": 2191.84, "end": 2192.84, "word": " narrates", "probability": 0.957275390625}, {"start": 2192.84, "end": 2193.04, "word": " a", "probability": 0.90869140625}, {"start": 2193.04, "end": 2193.62, "word": " sequence", "probability": 0.974609375}, {"start": 2193.62, "end": 2194.1, "word": " of", "probability": 0.9619140625}, {"start": 2194.1, "end": 2195.12, "word": " events.", "probability": 0.90283203125}, {"start": 2195.3, "end": 2195.48, "word": " Let's", "probability": 0.92919921875}, {"start": 2195.48, "end": 2195.82, "word": " start", "probability": 0.90966796875}, {"start": 2195.82, "end": 2195.98, "word": " with", "probability": 0.88623046875}, {"start": 2195.98, "end": 2196.14, "word": " you,", "probability": 0.95458984375}, {"start": 2196.28, "end": 2196.52, "word": " please.", "probability": 0.7314453125}, {"start": 2196.8, "end": 2196.92, "word": " Yes,", "probability": 0.7451171875}, {"start": 2197.12, "end": 2197.42, "word": " one", "probability": 0.80712890625}, {"start": 2197.42, "end": 2197.78, "word": " evening.", "probability": 0.95751953125}, {"start": 2198.04, "end": 2198.2, "word": " Paul", "probability": 0.10357666015625}, {"start": 2198.2, "end": 2198.48, "word": " was", "probability": 0.9228515625}, {"start": 2198.48, "end": 2198.88, "word": " watching", "probability": 0.79541015625}, {"start": 2198.88, "end": 2199.12, "word": " the", "probability": 0.6650390625}, {"start": 2199.12, "end": 2199.5, "word": " television.", "probability": 0.8818359375}, {"start": 2199.68, "end": 2200.2, "word": " Correct,", "probability": 0.376708984375}, {"start": 2200.74, "end": 2200.96, "word": " Paul", "probability": 0.69482421875}, {"start": 2200.96, "end": 2201.18, "word": " was", "probability": 0.951171875}, {"start": 2201.18, "end": 2201.58, "word": " watching.", "probability": 0.78125}, {"start": 2202.04, "end": 2202.7, "word": " Perfect,", "probability": 0.41552734375}, {"start": 2203.08, "end": 2203.3, "word": " yes.", "probability": 0.93701171875}, {"start": 2203.58, "end": 2203.98, "word": " Paul", "probability": 0.7880859375}, {"start": 2203.98, "end": 2204.52, "word": " was", "probability": 0.9501953125}, {"start": 2204.52, "end": 2206.22, "word": " watching", "probability": 0.75634765625}, {"start": 2206.22, "end": 2210.06, "word": " television", "probability": 0.50341796875}, {"start": 2210.06, "end": 2210.66, "word": " and", "probability": 0.876953125}, {"start": 2210.66, "end": 2211.74, "word": " eating.", "probability": 0.5947265625}, {"start": 2212.14, "end": 2212.8, "word": " Was", "probability": 0.354736328125}, {"start": 2212.8, "end": 2213.22, "word": " watching", "probability": 0.818359375}, {"start": 2213.22, "end": 2213.6, "word": " and", "probability": 0.935546875}, {"start": 2213.6, "end": 2214.22, "word": " eating.", "probability": 0.9052734375}], "temperature": 1.0}, {"id": 93, "seek": 224404, "start": 2215.6, "end": 2244.04, "text": " Continue please. When the door suddenly opened and a burglar came in. Not coming in, came in because it happens once. Next please. He was wearing a situation that was going on.", "tokens": [24472, 1767, 13, 1133, 264, 2853, 5800, 5625, 293, 257, 41000, 2200, 1361, 294, 13, 1726, 1348, 294, 11, 1361, 294, 570, 309, 2314, 1564, 13, 3087, 1767, 13, 634, 390, 4769, 257, 2590, 300, 390, 516, 322, 13], "avg_logprob": -0.3722656309604645, "compression_ratio": 1.3615384615384616, "no_speech_prob": 2.384185791015625e-07, "words": [{"start": 2215.6, "end": 2216.0, "word": " Continue", "probability": 0.357666015625}, {"start": 2216.0, "end": 2216.44, "word": " please.", "probability": 0.74658203125}, {"start": 2216.54, "end": 2216.74, "word": " When", "probability": 0.7685546875}, {"start": 2216.74, "end": 2216.92, "word": " the", "probability": 0.9208984375}, {"start": 2216.92, "end": 2217.12, "word": " door", "probability": 0.8916015625}, {"start": 2217.12, "end": 2217.58, "word": " suddenly", "probability": 0.80859375}, {"start": 2217.58, "end": 2220.34, "word": " opened", "probability": 0.8173828125}, {"start": 2220.34, "end": 2223.78, "word": " and", "probability": 0.51708984375}, {"start": 2223.78, "end": 2226.02, "word": " a", "probability": 0.90087890625}, {"start": 2226.02, "end": 2226.8, "word": " burglar", "probability": 0.900634765625}, {"start": 2226.8, "end": 2228.02, "word": " came", "probability": 0.85693359375}, {"start": 2228.02, "end": 2228.76, "word": " in.", "probability": 0.92724609375}, {"start": 2230.42, "end": 2231.26, "word": " Not", "probability": 0.1513671875}, {"start": 2231.26, "end": 2233.02, "word": " coming", "probability": 0.85791015625}, {"start": 2233.02, "end": 2233.36, "word": " in,", "probability": 0.9462890625}, {"start": 2233.78, "end": 2234.26, "word": " came", "probability": 0.78466796875}, {"start": 2234.26, "end": 2234.52, "word": " in", "probability": 0.94921875}, {"start": 2234.52, "end": 2234.86, "word": " because", "probability": 0.587890625}, {"start": 2234.86, "end": 2235.12, "word": " it", "probability": 0.8212890625}, {"start": 2235.12, "end": 2235.44, "word": " happens", "probability": 0.9326171875}, {"start": 2235.44, "end": 2235.88, "word": " once.", "probability": 0.90087890625}, {"start": 2236.72, "end": 2237.36, "word": " Next", "probability": 0.302734375}, {"start": 2237.36, "end": 2238.08, "word": " please.", "probability": 0.294189453125}, {"start": 2238.38, "end": 2238.8, "word": " He", "probability": 0.859375}, {"start": 2238.8, "end": 2241.38, "word": " was", "probability": 0.94775390625}, {"start": 2241.38, "end": 2242.2, "word": " wearing", "probability": 0.9453125}, {"start": 2242.2, "end": 2242.5, "word": " a", "probability": 0.60595703125}, {"start": 2242.5, "end": 2243.04, "word": " situation", "probability": 0.51220703125}, {"start": 2243.04, "end": 2243.38, "word": " that", "probability": 0.5048828125}, {"start": 2243.38, "end": 2243.58, "word": " was", "probability": 0.6015625}, {"start": 2243.58, "end": 2243.84, "word": " going", "probability": 0.59619140625}, {"start": 2243.84, "end": 2244.04, "word": " on.", "probability": 0.87353515625}], "temperature": 1.0}, {"id": 94, "seek": 227142, "start": 2245.93, "end": 2271.43, "text": " He was wearing a mask and carrying, he was wearing and carrying a sack, carrying and carrying a sack. Alright. Before doing anything, he tied, before doing anything, he tied, very nice, he tied a power together.", "tokens": [634, 390, 4769, 257, 6094, 293, 9792, 11, 415, 390, 4769, 293, 9792, 257, 33209, 11, 9792, 293, 9792, 257, 33209, 13, 2798, 13, 4546, 884, 1340, 11, 415, 9601, 11, 949, 884, 1340, 11, 415, 9601, 11, 588, 1481, 11, 415, 9601, 257, 1347, 1214, 13], "avg_logprob": -0.4576822991172473, "compression_ratio": 1.8761061946902655, "no_speech_prob": 5.960464477539063e-08, "words": [{"start": 2245.93, "end": 2246.13, "word": " He", "probability": 0.1319580078125}, {"start": 2246.13, "end": 2246.51, "word": " was", "probability": 0.8935546875}, {"start": 2246.51, "end": 2247.05, "word": " wearing", "probability": 0.9140625}, {"start": 2247.05, "end": 2248.81, "word": " a", "probability": 0.54248046875}, {"start": 2248.81, "end": 2249.25, "word": " mask", "probability": 0.876953125}, {"start": 2249.25, "end": 2250.11, "word": " and", "probability": 0.8564453125}, {"start": 2250.11, "end": 2250.51, "word": " carrying,", "probability": 0.62158203125}, {"start": 2250.79, "end": 2251.65, "word": " he", "probability": 0.8271484375}, {"start": 2251.65, "end": 2251.89, "word": " was", "probability": 0.9560546875}, {"start": 2251.89, "end": 2252.35, "word": " wearing", "probability": 0.859375}, {"start": 2252.35, "end": 2252.73, "word": " and", "probability": 0.9150390625}, {"start": 2252.73, "end": 2253.19, "word": " carrying", "probability": 0.90869140625}, {"start": 2253.19, "end": 2254.23, "word": " a", "probability": 0.974609375}, {"start": 2254.23, "end": 2254.99, "word": " sack,", "probability": 0.98779296875}, {"start": 2255.19, "end": 2255.69, "word": " carrying", "probability": 0.84716796875}, {"start": 2255.69, "end": 2258.17, "word": " and", "probability": 0.66455078125}, {"start": 2258.17, "end": 2258.71, "word": " carrying", "probability": 0.90087890625}, {"start": 2258.71, "end": 2259.17, "word": " a", "probability": 0.99169921875}, {"start": 2259.17, "end": 2259.53, "word": " sack.", "probability": 0.96875}, {"start": 2259.75, "end": 2259.95, "word": " Alright.", "probability": 0.28466796875}, {"start": 2260.41, "end": 2260.81, "word": " Before", "probability": 0.8564453125}, {"start": 2260.81, "end": 2261.21, "word": " doing", "probability": 0.9443359375}, {"start": 2261.21, "end": 2261.79, "word": " anything,", "probability": 0.85693359375}, {"start": 2262.27, "end": 2263.81, "word": " he", "probability": 0.22802734375}, {"start": 2263.81, "end": 2264.29, "word": " tied,", "probability": 0.71435546875}, {"start": 2264.59, "end": 2264.95, "word": " before", "probability": 0.285888671875}, {"start": 2264.95, "end": 2265.39, "word": " doing", "probability": 0.94970703125}, {"start": 2265.39, "end": 2265.75, "word": " anything,", "probability": 0.8779296875}, {"start": 2266.01, "end": 2266.13, "word": " he", "probability": 0.939453125}, {"start": 2266.13, "end": 2267.17, "word": " tied,", "probability": 0.80419921875}, {"start": 2267.43, "end": 2267.63, "word": " very", "probability": 0.7275390625}, {"start": 2267.63, "end": 2267.97, "word": " nice,", "probability": 0.90869140625}, {"start": 2268.13, "end": 2268.27, "word": " he", "probability": 0.943359375}, {"start": 2268.27, "end": 2268.85, "word": " tied", "probability": 0.86474609375}, {"start": 2268.85, "end": 2269.11, "word": " a", "probability": 0.328125}, {"start": 2269.11, "end": 2270.83, "word": " power", "probability": 0.07843017578125}, {"start": 2270.83, "end": 2271.43, "word": " together.", "probability": 0.70654296875}], "temperature": 1.0}, {"id": 95, "seek": 230262, "start": 2274.66, "end": 2302.62, "text": " He had tied. Oh, he had tied. Okay, this is fine. Both are correct. Okay. He had tied or tied. Very nice. Very good point. All right. Abi, please. Although he didn't find any money. Very nice. He did not find although he didn't find. He didn't find. Sorry. Any money. He found a lot of jewelry. He found", "tokens": [634, 632, 9601, 13, 876, 11, 415, 632, 9601, 13, 1033, 11, 341, 307, 2489, 13, 6767, 366, 3006, 13, 1033, 13, 634, 632, 9601, 420, 9601, 13, 4372, 1481, 13, 4372, 665, 935, 13, 1057, 558, 13, 31205, 11, 1767, 13, 5780, 415, 994, 380, 915, 604, 1460, 13, 4372, 1481, 13, 634, 630, 406, 915, 4878, 415, 994, 380, 915, 13, 634, 994, 380, 915, 13, 4919, 13, 2639, 1460, 13, 634, 1352, 257, 688, 295, 19982, 13, 634, 1352], "avg_logprob": -0.3354668566979558, "compression_ratio": 1.8313253012048192, "no_speech_prob": 1.1920928955078125e-07, "words": [{"start": 2274.66, "end": 2274.94, "word": " He", "probability": 0.2958984375}, {"start": 2274.94, "end": 2275.1, "word": " had", "probability": 0.76953125}, {"start": 2275.1, "end": 2275.46, "word": " tied.", "probability": 0.599609375}, {"start": 2276.28, "end": 2276.62, "word": " Oh,", "probability": 0.2998046875}, {"start": 2276.72, "end": 2276.86, "word": " he", "probability": 0.755859375}, {"start": 2276.86, "end": 2277.2, "word": " had", "probability": 0.87060546875}, {"start": 2277.2, "end": 2277.54, "word": " tied.", "probability": 0.8896484375}, {"start": 2277.76, "end": 2277.9, "word": " Okay,", "probability": 0.59716796875}, {"start": 2278.1, "end": 2278.28, "word": " this", "probability": 0.849609375}, {"start": 2278.28, "end": 2278.44, "word": " is", "probability": 0.93408203125}, {"start": 2278.44, "end": 2278.62, "word": " fine.", "probability": 0.9375}, {"start": 2278.7, "end": 2278.92, "word": " Both", "probability": 0.763671875}, {"start": 2278.92, "end": 2279.1, "word": " are", "probability": 0.93212890625}, {"start": 2279.1, "end": 2279.48, "word": " correct.", "probability": 0.89599609375}, {"start": 2279.86, "end": 2279.86, "word": " Okay.", "probability": 0.60302734375}, {"start": 2280.14, "end": 2280.32, "word": " He", "probability": 0.8955078125}, {"start": 2280.32, "end": 2280.58, "word": " had", "probability": 0.88818359375}, {"start": 2280.58, "end": 2280.96, "word": " tied", "probability": 0.89599609375}, {"start": 2280.96, "end": 2281.34, "word": " or", "probability": 0.83544921875}, {"start": 2281.34, "end": 2281.9, "word": " tied.", "probability": 0.57568359375}, {"start": 2282.04, "end": 2282.2, "word": " Very", "probability": 0.6337890625}, {"start": 2282.2, "end": 2282.42, "word": " nice.", "probability": 0.912109375}, {"start": 2282.5, "end": 2282.64, "word": " Very", "probability": 0.79931640625}, {"start": 2282.64, "end": 2282.84, "word": " good", "probability": 0.9267578125}, {"start": 2282.84, "end": 2283.22, "word": " point.", "probability": 0.97119140625}, {"start": 2283.38, "end": 2283.5, "word": " All", "probability": 0.364501953125}, {"start": 2283.5, "end": 2283.68, "word": " right.", "probability": 0.90283203125}, {"start": 2283.94, "end": 2284.12, "word": " Abi,", "probability": 0.37646484375}, {"start": 2284.26, "end": 2284.56, "word": " please.", "probability": 0.5537109375}, {"start": 2286.32, "end": 2286.88, "word": " Although", "probability": 0.6826171875}, {"start": 2286.88, "end": 2287.04, "word": " he", "probability": 0.462646484375}, {"start": 2287.04, "end": 2287.34, "word": " didn't", "probability": 0.857421875}, {"start": 2287.34, "end": 2287.72, "word": " find", "probability": 0.8994140625}, {"start": 2287.72, "end": 2288.06, "word": " any", "probability": 0.44873046875}, {"start": 2288.06, "end": 2288.16, "word": " money.", "probability": 0.8974609375}, {"start": 2288.18, "end": 2288.42, "word": " Very", "probability": 0.380126953125}, {"start": 2288.42, "end": 2288.72, "word": " nice.", "probability": 0.921875}, {"start": 2288.82, "end": 2288.92, "word": " He", "probability": 0.95458984375}, {"start": 2288.92, "end": 2289.16, "word": " did", "probability": 0.94921875}, {"start": 2289.16, "end": 2289.56, "word": " not", "probability": 0.951171875}, {"start": 2289.56, "end": 2290.12, "word": " find", "probability": 0.91552734375}, {"start": 2290.12, "end": 2290.58, "word": " although", "probability": 0.34521484375}, {"start": 2290.58, "end": 2290.9, "word": " he", "probability": 0.9599609375}, {"start": 2290.9, "end": 2291.24, "word": " didn't", "probability": 0.94677734375}, {"start": 2291.24, "end": 2291.68, "word": " find.", "probability": 0.89697265625}, {"start": 2293.54, "end": 2294.1, "word": " He", "probability": 0.92724609375}, {"start": 2294.1, "end": 2294.5, "word": " didn't", "probability": 0.95654296875}, {"start": 2294.5, "end": 2294.78, "word": " find.", "probability": 0.9013671875}, {"start": 2294.88, "end": 2295.1, "word": " Sorry.", "probability": 0.84521484375}, {"start": 2296.48, "end": 2297.04, "word": " Any", "probability": 0.464599609375}, {"start": 2297.04, "end": 2297.32, "word": " money.", "probability": 0.93017578125}, {"start": 2297.8, "end": 2297.8, "word": " He", "probability": 0.826171875}, {"start": 2297.8, "end": 2299.42, "word": " found", "probability": 0.60986328125}, {"start": 2299.42, "end": 2299.7, "word": " a", "probability": 0.8798828125}, {"start": 2299.7, "end": 2299.94, "word": " lot", "probability": 0.9482421875}, {"start": 2299.94, "end": 2300.2, "word": " of", "probability": 0.97119140625}, {"start": 2300.2, "end": 2300.68, "word": " jewelry.", "probability": 0.76220703125}, {"start": 2301.48, "end": 2301.9, "word": " He", "probability": 0.95751953125}, {"start": 2301.9, "end": 2302.62, "word": " found", "probability": 0.92138671875}], "temperature": 1.0}, {"id": 96, "seek": 232027, "start": 2303.33, "end": 2320.27, "text": " A lot of jewelry, okay? Alright, which he put, put in the past, which he put into his sack, okay? Alright, afterwards, in his rush,", "tokens": [316, 688, 295, 19982, 11, 1392, 30, 2798, 11, 597, 415, 829, 11, 829, 294, 264, 1791, 11, 597, 415, 829, 666, 702, 33209, 11, 1392, 30, 2798, 11, 10543, 11, 294, 702, 9300, 11], "avg_logprob": -0.3771701372332043, "compression_ratio": 1.4193548387096775, "no_speech_prob": 6.556510925292969e-07, "words": [{"start": 2303.33, "end": 2303.53, "word": " A", "probability": 0.18115234375}, {"start": 2303.53, "end": 2303.75, "word": " lot", "probability": 0.951171875}, {"start": 2303.75, "end": 2304.01, "word": " of", "probability": 0.97216796875}, {"start": 2304.01, "end": 2304.45, "word": " jewelry,", "probability": 0.66455078125}, {"start": 2304.79, "end": 2305.15, "word": " okay?", "probability": 0.65478515625}, {"start": 2306.83, "end": 2307.13, "word": " Alright,", "probability": 0.38623046875}, {"start": 2307.45, "end": 2307.73, "word": " which", "probability": 0.9345703125}, {"start": 2307.73, "end": 2308.15, "word": " he", "probability": 0.962890625}, {"start": 2308.15, "end": 2309.31, "word": " put,", "probability": 0.84814453125}, {"start": 2309.41, "end": 2310.17, "word": " put", "probability": 0.88671875}, {"start": 2310.17, "end": 2310.33, "word": " in", "probability": 0.93408203125}, {"start": 2310.33, "end": 2310.45, "word": " the", "probability": 0.91357421875}, {"start": 2310.45, "end": 2310.83, "word": " past,", "probability": 0.91015625}, {"start": 2311.13, "end": 2311.37, "word": " which", "probability": 0.91357421875}, {"start": 2311.37, "end": 2311.63, "word": " he", "probability": 0.96728515625}, {"start": 2311.63, "end": 2312.09, "word": " put", "probability": 0.92431640625}, {"start": 2312.09, "end": 2312.85, "word": " into", "probability": 0.76171875}, {"start": 2312.85, "end": 2314.99, "word": " his", "probability": 0.9609375}, {"start": 2314.99, "end": 2316.11, "word": " sack,", "probability": 0.412353515625}, {"start": 2316.37, "end": 2316.63, "word": " okay?", "probability": 0.806640625}, {"start": 2317.21, "end": 2317.43, "word": " Alright,", "probability": 0.66796875}, {"start": 2318.29, "end": 2318.39, "word": " afterwards,", "probability": 0.66650390625}, {"start": 2318.93, "end": 2319.47, "word": " in", "probability": 0.94921875}, {"start": 2319.47, "end": 2319.79, "word": " his", "probability": 0.966796875}, {"start": 2319.79, "end": 2320.27, "word": " rush,", "probability": 0.5810546875}], "temperature": 1.0}, {"id": 97, "seek": 234508, "start": 2321.34, "end": 2345.08, "text": " to get down the stairs that says he didn't see. Yes. He did not see. He didn't see the dog that was lying. That was lying. Very nice. That was lying.", "tokens": [281, 483, 760, 264, 13471, 300, 1619, 415, 994, 380, 536, 13, 1079, 13, 634, 630, 406, 536, 13, 634, 994, 380, 536, 264, 3000, 300, 390, 8493, 13, 663, 390, 8493, 13, 4372, 1481, 13, 663, 390, 8493, 13], "avg_logprob": -0.3475609639795815, "compression_ratio": 1.5625, "no_speech_prob": 2.384185791015625e-07, "words": [{"start": 2321.34, "end": 2321.92, "word": " to", "probability": 0.345703125}, {"start": 2321.92, "end": 2322.48, "word": " get", "probability": 0.84912109375}, {"start": 2322.48, "end": 2322.78, "word": " down", "probability": 0.828125}, {"start": 2322.78, "end": 2322.98, "word": " the", "probability": 0.8193359375}, {"start": 2322.98, "end": 2323.5, "word": " stairs", "probability": 0.93896484375}, {"start": 2323.5, "end": 2323.88, "word": " that", "probability": 0.79541015625}, {"start": 2323.88, "end": 2324.34, "word": " says", "probability": 0.8193359375}, {"start": 2324.34, "end": 2325.48, "word": " he", "probability": 0.55908203125}, {"start": 2325.48, "end": 2326.66, "word": " didn't", "probability": 0.662109375}, {"start": 2326.66, "end": 2326.84, "word": " see.", "probability": 0.80810546875}, {"start": 2327.02, "end": 2327.3, "word": " Yes.", "probability": 0.669921875}, {"start": 2327.76, "end": 2327.92, "word": " He", "probability": 0.91357421875}, {"start": 2327.92, "end": 2328.16, "word": " did", "probability": 0.92724609375}, {"start": 2328.16, "end": 2328.52, "word": " not", "probability": 0.94775390625}, {"start": 2328.52, "end": 2328.96, "word": " see.", "probability": 0.9130859375}, {"start": 2329.16, "end": 2329.26, "word": " He", "probability": 0.92333984375}, {"start": 2329.26, "end": 2329.76, "word": " didn't", "probability": 0.860107421875}, {"start": 2329.76, "end": 2331.4, "word": " see", "probability": 0.92431640625}, {"start": 2331.4, "end": 2333.54, "word": " the", "probability": 0.78857421875}, {"start": 2333.54, "end": 2334.72, "word": " dog", "probability": 0.9375}, {"start": 2334.72, "end": 2335.2, "word": " that", "probability": 0.9169921875}, {"start": 2335.2, "end": 2335.52, "word": " was", "probability": 0.2210693359375}, {"start": 2335.52, "end": 2336.46, "word": " lying.", "probability": 0.7919921875}, {"start": 2338.08, "end": 2338.46, "word": " That", "probability": 0.1866455078125}, {"start": 2338.46, "end": 2340.66, "word": " was", "probability": 0.76513671875}, {"start": 2340.66, "end": 2341.28, "word": " lying.", "probability": 0.849609375}, {"start": 2341.44, "end": 2341.56, "word": " Very", "probability": 0.58203125}, {"start": 2341.56, "end": 2341.86, "word": " nice.", "probability": 0.845703125}, {"start": 2342.26, "end": 2342.48, "word": " That", "probability": 0.8466796875}, {"start": 2342.48, "end": 2343.02, "word": " was", "probability": 0.94873046875}, {"start": 2343.02, "end": 2345.08, "word": " lying.", "probability": 0.85986328125}], "temperature": 1.0}, {"id": 98, "seek": 237264, "start": 2346.62, "end": 2372.64, "text": " at the bottom of the stairs and he fell it happens once he fell over it and he fell over it okay all right afterwards losing his glasses okay okay uh when the professor he knows this one yes when the professor looked", "tokens": [412, 264, 2767, 295, 264, 13471, 293, 415, 5696, 309, 2314, 1564, 415, 5696, 670, 309, 293, 415, 5696, 670, 309, 1392, 439, 558, 10543, 7027, 702, 10812, 1392, 1392, 2232, 562, 264, 8304, 415, 3255, 341, 472, 2086, 562, 264, 8304, 2956], "avg_logprob": -0.3916903456503695, "compression_ratio": 1.682170542635659, "no_speech_prob": 5.960464477539063e-08, "words": [{"start": 2346.62, "end": 2347.0, "word": " at", "probability": 0.34423828125}, {"start": 2347.0, "end": 2347.54, "word": " the", "probability": 0.92724609375}, {"start": 2347.54, "end": 2347.92, "word": " bottom", "probability": 0.85400390625}, {"start": 2347.92, "end": 2348.44, "word": " of", "probability": 0.96728515625}, {"start": 2348.44, "end": 2348.94, "word": " the", "probability": 0.92041015625}, {"start": 2348.94, "end": 2349.74, "word": " stairs", "probability": 0.81494140625}, {"start": 2349.74, "end": 2350.32, "word": " and", "probability": 0.71728515625}, {"start": 2350.32, "end": 2350.8, "word": " he", "probability": 0.94873046875}, {"start": 2350.8, "end": 2351.32, "word": " fell", "probability": 0.80810546875}, {"start": 2351.32, "end": 2352.32, "word": " it", "probability": 0.1822509765625}, {"start": 2352.32, "end": 2352.74, "word": " happens", "probability": 0.8955078125}, {"start": 2352.74, "end": 2353.2, "word": " once", "probability": 0.89599609375}, {"start": 2353.2, "end": 2353.4, "word": " he", "probability": 0.72705078125}, {"start": 2353.4, "end": 2353.76, "word": " fell", "probability": 0.83837890625}, {"start": 2353.76, "end": 2354.18, "word": " over", "probability": 0.90087890625}, {"start": 2354.18, "end": 2354.68, "word": " it", "probability": 0.94921875}, {"start": 2354.68, "end": 2355.26, "word": " and", "probability": 0.75830078125}, {"start": 2355.26, "end": 2355.64, "word": " he", "probability": 0.9560546875}, {"start": 2355.64, "end": 2356.7, "word": " fell", "probability": 0.8759765625}, {"start": 2356.7, "end": 2357.82, "word": " over", "probability": 0.81298828125}, {"start": 2357.82, "end": 2358.32, "word": " it", "probability": 0.95849609375}, {"start": 2358.32, "end": 2359.06, "word": " okay", "probability": 0.6767578125}, {"start": 2359.06, "end": 2359.66, "word": " all", "probability": 0.241455078125}, {"start": 2359.66, "end": 2359.9, "word": " right", "probability": 0.91064453125}, {"start": 2359.9, "end": 2360.5, "word": " afterwards", "probability": 0.76025390625}, {"start": 2360.5, "end": 2361.6, "word": " losing", "probability": 0.89111328125}, {"start": 2361.6, "end": 2362.16, "word": " his", "probability": 0.97216796875}, {"start": 2362.16, "end": 2363.02, "word": " glasses", "probability": 0.90576171875}, {"start": 2363.02, "end": 2363.58, "word": " okay", "probability": 0.91455078125}, {"start": 2363.58, "end": 2365.82, "word": " okay", "probability": 0.84130859375}, {"start": 2365.82, "end": 2366.58, "word": " uh", "probability": 0.274658203125}, {"start": 2366.58, "end": 2366.92, "word": " when", "probability": 0.8408203125}, {"start": 2366.92, "end": 2367.16, "word": " the", "probability": 0.89990234375}, {"start": 2367.16, "end": 2367.86, "word": " professor", "probability": 0.6591796875}, {"start": 2367.86, "end": 2368.16, "word": " he", "probability": 0.88232421875}, {"start": 2368.16, "end": 2368.32, "word": " knows", "probability": 0.081298828125}, {"start": 2368.32, "end": 2368.58, "word": " this", "probability": 0.330810546875}, {"start": 2368.58, "end": 2368.96, "word": " one", "probability": 0.546875}, {"start": 2368.96, "end": 2369.62, "word": " yes", "probability": 0.492919921875}, {"start": 2369.62, "end": 2370.4, "word": " when", "probability": 0.88720703125}, {"start": 2370.4, "end": 2371.16, "word": " the", "probability": 0.62548828125}, {"start": 2371.16, "end": 2371.7, "word": " professor", "probability": 0.55615234375}, {"start": 2371.7, "end": 2372.64, "word": " looked", "probability": 0.7509765625}], "temperature": 1.0}, {"id": 99, "seek": 239505, "start": 2374.63, "end": 2395.05, "text": " Sorry, not when, why. Sorry, I forgot to put here. Yes, I forgot to put why. While the burger was looking for them for trying or even was trying. Okay? Was trying.", "tokens": [4919, 11, 406, 562, 11, 983, 13, 4919, 11, 286, 5298, 281, 829, 510, 13, 1079, 11, 286, 5298, 281, 829, 983, 13, 3987, 264, 16393, 390, 1237, 337, 552, 337, 1382, 420, 754, 390, 1382, 13, 1033, 30, 3027, 1382, 13], "avg_logprob": -0.37463662513466767, "compression_ratio": 1.4513274336283186, "no_speech_prob": 5.960464477539063e-08, "words": [{"start": 2374.63, "end": 2375.01, "word": " Sorry,", "probability": 0.443359375}, {"start": 2375.11, "end": 2375.29, "word": " not", "probability": 0.8359375}, {"start": 2375.29, "end": 2375.61, "word": " when,", "probability": 0.6318359375}, {"start": 2376.01, "end": 2376.27, "word": " why.", "probability": 0.8046875}, {"start": 2376.41, "end": 2376.55, "word": " Sorry,", "probability": 0.642578125}, {"start": 2376.65, "end": 2376.73, "word": " I", "probability": 0.99169921875}, {"start": 2376.73, "end": 2377.01, "word": " forgot", "probability": 0.91748046875}, {"start": 2377.01, "end": 2377.19, "word": " to", "probability": 0.96923828125}, {"start": 2377.19, "end": 2377.39, "word": " put", "probability": 0.9248046875}, {"start": 2377.39, "end": 2377.71, "word": " here.", "probability": 0.70751953125}, {"start": 2378.39, "end": 2379.03, "word": " Yes,", "probability": 0.1898193359375}, {"start": 2381.03, "end": 2381.17, "word": " I", "probability": 0.9794921875}, {"start": 2381.17, "end": 2381.43, "word": " forgot", "probability": 0.90576171875}, {"start": 2381.43, "end": 2381.57, "word": " to", "probability": 0.96875}, {"start": 2381.57, "end": 2381.75, "word": " put", "probability": 0.916015625}, {"start": 2381.75, "end": 2382.05, "word": " why.", "probability": 0.80029296875}, {"start": 2382.25, "end": 2382.83, "word": " While", "probability": 0.50927734375}, {"start": 2382.83, "end": 2383.07, "word": " the", "probability": 0.9150390625}, {"start": 2383.07, "end": 2383.53, "word": " burger", "probability": 0.489990234375}, {"start": 2383.53, "end": 2385.09, "word": " was", "probability": 0.8486328125}, {"start": 2385.09, "end": 2386.71, "word": " looking", "probability": 0.2467041015625}, {"start": 2386.71, "end": 2387.21, "word": " for", "probability": 0.94970703125}, {"start": 2387.21, "end": 2387.65, "word": " them", "probability": 0.8876953125}, {"start": 2387.65, "end": 2389.15, "word": " for", "probability": 0.6455078125}, {"start": 2389.15, "end": 2390.65, "word": " trying", "probability": 0.36474609375}, {"start": 2390.65, "end": 2390.97, "word": " or", "probability": 0.58642578125}, {"start": 2390.97, "end": 2391.37, "word": " even", "probability": 0.7626953125}, {"start": 2391.37, "end": 2391.77, "word": " was", "probability": 0.908203125}, {"start": 2391.77, "end": 2392.27, "word": " trying.", "probability": 0.93603515625}, {"start": 2392.75, "end": 2392.81, "word": " Okay?", "probability": 0.454833984375}, {"start": 2393.95, "end": 2394.33, "word": " Was", "probability": 0.94775390625}, {"start": 2394.33, "end": 2395.05, "word": " trying.", "probability": 0.939453125}], "temperature": 1.0}, {"id": 100, "seek": 242451, "start": 2396.55, "end": 2424.51, "text": " Paul tried more than once, depending on your perspective here. If it's just tried once or was trying for some time, depending on your perspective as a writer. He, Paul was trying to free himself. Finally, so now it was trying. Finally he managed, means he succeeded. Finally he managed, he managed to escape and he found the police.", "tokens": [4552, 3031, 544, 813, 1564, 11, 5413, 322, 428, 4585, 510, 13, 759, 309, 311, 445, 3031, 1564, 420, 390, 1382, 337, 512, 565, 11, 5413, 322, 428, 4585, 382, 257, 9936, 13, 634, 11, 4552, 390, 1382, 281, 1737, 3647, 13, 6288, 11, 370, 586, 309, 390, 1382, 13, 6288, 415, 6453, 11, 1355, 415, 20263, 13, 6288, 415, 6453, 11, 415, 6453, 281, 7615, 293, 415, 1352, 264, 3804, 13], "avg_logprob": -0.3013698597476907, "compression_ratio": 1.8, "no_speech_prob": 4.76837158203125e-07, "words": [{"start": 2396.55, "end": 2396.93, "word": " Paul", "probability": 0.286376953125}, {"start": 2396.93, "end": 2397.29, "word": " tried", "probability": 0.74462890625}, {"start": 2397.29, "end": 2397.57, "word": " more", "probability": 0.1480712890625}, {"start": 2397.57, "end": 2397.73, "word": " than", "probability": 0.80419921875}, {"start": 2397.73, "end": 2398.01, "word": " once,", "probability": 0.376708984375}, {"start": 2398.07, "end": 2398.45, "word": " depending", "probability": 0.8583984375}, {"start": 2398.45, "end": 2398.69, "word": " on", "probability": 0.9423828125}, {"start": 2398.69, "end": 2398.87, "word": " your", "probability": 0.849609375}, {"start": 2398.87, "end": 2399.55, "word": " perspective", "probability": 0.837890625}, {"start": 2399.55, "end": 2399.99, "word": " here.", "probability": 0.755859375}, {"start": 2400.35, "end": 2400.59, "word": " If", "probability": 0.72705078125}, {"start": 2400.59, "end": 2400.99, "word": " it's", "probability": 0.814208984375}, {"start": 2400.99, "end": 2401.27, "word": " just", "probability": 0.85205078125}, {"start": 2401.27, "end": 2401.61, "word": " tried", "probability": 0.71826171875}, {"start": 2401.61, "end": 2401.95, "word": " once", "probability": 0.90478515625}, {"start": 2401.95, "end": 2402.29, "word": " or", "probability": 0.87060546875}, {"start": 2402.29, "end": 2402.57, "word": " was", "probability": 0.85009765625}, {"start": 2402.57, "end": 2402.97, "word": " trying", "probability": 0.83154296875}, {"start": 2402.97, "end": 2403.19, "word": " for", "probability": 0.94677734375}, {"start": 2403.19, "end": 2403.49, "word": " some", "probability": 0.72900390625}, {"start": 2403.49, "end": 2403.79, "word": " time,", "probability": 0.8798828125}, {"start": 2404.09, "end": 2404.45, "word": " depending", "probability": 0.90380859375}, {"start": 2404.45, "end": 2404.71, "word": " on", "probability": 0.95068359375}, {"start": 2404.71, "end": 2404.93, "word": " your", "probability": 0.8876953125}, {"start": 2404.93, "end": 2405.35, "word": " perspective", "probability": 0.8427734375}, {"start": 2405.35, "end": 2405.67, "word": " as", "probability": 0.943359375}, {"start": 2405.67, "end": 2405.79, "word": " a", "probability": 0.98876953125}, {"start": 2405.79, "end": 2406.03, "word": " writer.", "probability": 0.91455078125}, {"start": 2406.45, "end": 2406.81, "word": " He,", "probability": 0.74462890625}, {"start": 2407.37, "end": 2407.91, "word": " Paul", "probability": 0.8154296875}, {"start": 2407.91, "end": 2408.15, "word": " was", "probability": 0.611328125}, {"start": 2408.15, "end": 2408.47, "word": " trying", "probability": 0.9326171875}, {"start": 2408.47, "end": 2408.67, "word": " to", "probability": 0.9609375}, {"start": 2408.67, "end": 2408.89, "word": " free", "probability": 0.93994140625}, {"start": 2408.89, "end": 2409.21, "word": " himself.", "probability": 0.85400390625}, {"start": 2409.59, "end": 2409.79, "word": " Finally,", "probability": 0.5888671875}, {"start": 2410.35, "end": 2410.59, "word": " so", "probability": 0.79541015625}, {"start": 2410.59, "end": 2410.93, "word": " now", "probability": 0.92529296875}, {"start": 2410.93, "end": 2411.09, "word": " it", "probability": 0.72802734375}, {"start": 2411.09, "end": 2411.21, "word": " was", "probability": 0.428955078125}, {"start": 2411.21, "end": 2411.99, "word": " trying.", "probability": 0.7109375}, {"start": 2412.61, "end": 2413.13, "word": " Finally", "probability": 0.56005859375}, {"start": 2413.13, "end": 2413.39, "word": " he", "probability": 0.64697265625}, {"start": 2413.39, "end": 2413.65, "word": " managed,", "probability": 0.888671875}, {"start": 2413.73, "end": 2413.95, "word": " means", "probability": 0.80322265625}, {"start": 2413.95, "end": 2414.09, "word": " he", "probability": 0.955078125}, {"start": 2414.09, "end": 2414.79, "word": " succeeded.", "probability": 0.8623046875}, {"start": 2415.23, "end": 2415.71, "word": " Finally", "probability": 0.60791015625}, {"start": 2415.71, "end": 2416.05, "word": " he", "probability": 0.8544921875}, {"start": 2416.05, "end": 2416.51, "word": " managed,", "probability": 0.9052734375}, {"start": 2416.71, "end": 2416.93, "word": " he", "probability": 0.8330078125}, {"start": 2416.93, "end": 2418.69, "word": " managed", "probability": 0.8779296875}, {"start": 2418.69, "end": 2420.25, "word": " to", "probability": 0.24755859375}, {"start": 2420.25, "end": 2421.33, "word": " escape", "probability": 0.8349609375}, {"start": 2421.33, "end": 2421.69, "word": " and", "probability": 0.7548828125}, {"start": 2421.69, "end": 2422.13, "word": " he", "probability": 0.94580078125}, {"start": 2422.13, "end": 2423.07, "word": " found", "probability": 0.6748046875}, {"start": 2423.07, "end": 2423.67, "word": " the", "probability": 0.9033203125}, {"start": 2423.67, "end": 2424.51, "word": " police.", "probability": 0.6806640625}], "temperature": 1.0}, {"id": 101, "seek": 245253, "start": 2426.39, "end": 2452.53, "text": " When the burglar found his glasses, what happened? He ran. He ran. A sequence of events. He found and then ran. Okay. However, unfortunately for him, the police were waiting for him or he had been waiting for very nice. The police had been waiting.", "tokens": [1133, 264, 41000, 2200, 1352, 702, 10812, 11, 437, 2011, 30, 634, 5872, 13, 634, 5872, 13, 316, 8310, 295, 3931, 13, 634, 1352, 293, 550, 5872, 13, 1033, 13, 2908, 11, 7015, 337, 796, 11, 264, 3804, 645, 3806, 337, 796, 420, 415, 632, 668, 3806, 337, 588, 1481, 13, 440, 3804, 632, 668, 3806, 13], "avg_logprob": -0.24434267755212455, "compression_ratio": 1.5759493670886076, "no_speech_prob": 3.5762786865234375e-07, "words": [{"start": 2426.39, "end": 2426.77, "word": " When", "probability": 0.630859375}, {"start": 2426.77, "end": 2427.03, "word": " the", "probability": 0.88916015625}, {"start": 2427.03, "end": 2427.63, "word": " burglar", "probability": 0.8203125}, {"start": 2427.63, "end": 2428.77, "word": " found", "probability": 0.89794921875}, {"start": 2428.77, "end": 2430.85, "word": " his", "probability": 0.75439453125}, {"start": 2430.85, "end": 2431.39, "word": " glasses,", "probability": 0.85205078125}, {"start": 2431.61, "end": 2431.63, "word": " what", "probability": 0.86962890625}, {"start": 2431.63, "end": 2432.15, "word": " happened?", "probability": 0.8056640625}, {"start": 2433.29, "end": 2434.05, "word": " He", "probability": 0.74658203125}, {"start": 2434.05, "end": 2434.91, "word": " ran.", "probability": 0.923828125}, {"start": 2435.39, "end": 2435.57, "word": " He", "probability": 0.431640625}, {"start": 2435.57, "end": 2435.95, "word": " ran.", "probability": 0.94482421875}, {"start": 2436.59, "end": 2436.77, "word": " A", "probability": 0.8818359375}, {"start": 2436.77, "end": 2437.15, "word": " sequence", "probability": 0.94140625}, {"start": 2437.15, "end": 2437.51, "word": " of", "probability": 0.96533203125}, {"start": 2437.51, "end": 2437.83, "word": " events.", "probability": 0.8916015625}, {"start": 2437.93, "end": 2438.05, "word": " He", "probability": 0.94091796875}, {"start": 2438.05, "end": 2438.57, "word": " found", "probability": 0.86376953125}, {"start": 2438.57, "end": 2439.13, "word": " and", "probability": 0.77490234375}, {"start": 2439.13, "end": 2439.41, "word": " then", "probability": 0.82080078125}, {"start": 2439.41, "end": 2439.83, "word": " ran.", "probability": 0.82568359375}, {"start": 2440.13, "end": 2440.45, "word": " Okay.", "probability": 0.48876953125}, {"start": 2441.51, "end": 2441.97, "word": " However,", "probability": 0.81982421875}, {"start": 2442.03, "end": 2442.59, "word": " unfortunately", "probability": 0.92236328125}, {"start": 2442.59, "end": 2443.09, "word": " for", "probability": 0.92626953125}, {"start": 2443.09, "end": 2443.35, "word": " him,", "probability": 0.9228515625}, {"start": 2443.67, "end": 2443.87, "word": " the", "probability": 0.92138671875}, {"start": 2443.87, "end": 2444.35, "word": " police", "probability": 0.87451171875}, {"start": 2444.35, "end": 2445.89, "word": " were", "probability": 0.8115234375}, {"start": 2445.89, "end": 2446.37, "word": " waiting", "probability": 0.8818359375}, {"start": 2446.37, "end": 2446.65, "word": " for", "probability": 0.94189453125}, {"start": 2446.65, "end": 2446.87, "word": " him", "probability": 0.931640625}, {"start": 2446.87, "end": 2447.23, "word": " or", "probability": 0.65185546875}, {"start": 2447.23, "end": 2447.53, "word": " he", "probability": 0.8125}, {"start": 2447.53, "end": 2447.83, "word": " had", "probability": 0.5419921875}, {"start": 2447.83, "end": 2448.09, "word": " been", "probability": 0.91943359375}, {"start": 2448.09, "end": 2448.63, "word": " waiting", "probability": 0.9296875}, {"start": 2448.63, "end": 2449.71, "word": " for", "probability": 0.935546875}, {"start": 2449.71, "end": 2450.53, "word": " very", "probability": 0.169921875}, {"start": 2450.53, "end": 2450.69, "word": " nice.", "probability": 0.469482421875}, {"start": 2450.77, "end": 2450.93, "word": " The", "probability": 0.87841796875}, {"start": 2450.93, "end": 2451.37, "word": " police", "probability": 0.86474609375}, {"start": 2451.37, "end": 2451.81, "word": " had", "probability": 0.671875}, {"start": 2451.81, "end": 2452.07, "word": " been", "probability": 0.90283203125}, {"start": 2452.07, "end": 2452.53, "word": " waiting.", "probability": 0.93408203125}], "temperature": 1.0}, {"id": 102, "seek": 248421, "start": 2457.17, "end": 2484.21, "text": " have been waiting for him at the end of the garden or at the gate of the garden. So we can see here a mix of verb tenses that are used in a narrative, in a storytelling sort of text. So make sure that whenever you're writing about verb tenses or in the past, sorry, narrative writing, make sure that you have a good command over different tenses in the past that you are required to use.", "tokens": [362, 668, 3806, 337, 796, 412, 264, 917, 295, 264, 7431, 420, 412, 264, 8539, 295, 264, 7431, 13, 407, 321, 393, 536, 510, 257, 2890, 295, 9595, 256, 9085, 300, 366, 1143, 294, 257, 9977, 11, 294, 257, 21479, 1333, 295, 2487, 13, 407, 652, 988, 300, 5699, 291, 434, 3579, 466, 9595, 256, 9085, 420, 294, 264, 1791, 11, 2597, 11, 9977, 3579, 11, 652, 988, 300, 291, 362, 257, 665, 5622, 670, 819, 256, 9085, 294, 264, 1791, 300, 291, 366, 4739, 281, 764, 13], "avg_logprob": -0.20242275682727942, "compression_ratio": 1.838862559241706, "no_speech_prob": 2.384185791015625e-07, "words": [{"start": 2457.17, "end": 2457.61, "word": " have", "probability": 0.467041015625}, {"start": 2457.61, "end": 2457.81, "word": " been", "probability": 0.90478515625}, {"start": 2457.81, "end": 2458.25, "word": " waiting", "probability": 0.93017578125}, {"start": 2458.25, "end": 2458.67, "word": " for", "probability": 0.94140625}, {"start": 2458.67, "end": 2458.91, "word": " him", "probability": 0.8525390625}, {"start": 2458.91, "end": 2459.27, "word": " at", "probability": 0.95361328125}, {"start": 2459.27, "end": 2460.13, "word": " the", "probability": 0.927734375}, {"start": 2460.13, "end": 2460.51, "word": " end", "probability": 0.89111328125}, {"start": 2460.51, "end": 2460.67, "word": " of", "probability": 0.96630859375}, {"start": 2460.67, "end": 2460.81, "word": " the", "probability": 0.9111328125}, {"start": 2460.81, "end": 2461.13, "word": " garden", "probability": 0.9697265625}, {"start": 2461.13, "end": 2461.35, "word": " or", "probability": 0.78466796875}, {"start": 2461.35, "end": 2461.53, "word": " at", "probability": 0.8974609375}, {"start": 2461.53, "end": 2461.65, "word": " the", "probability": 0.923828125}, {"start": 2461.65, "end": 2461.97, "word": " gate", "probability": 0.93994140625}, {"start": 2461.97, "end": 2462.19, "word": " of", "probability": 0.951171875}, {"start": 2462.19, "end": 2462.33, "word": " the", "probability": 0.91845703125}, {"start": 2462.33, "end": 2462.49, "word": " garden.", "probability": 0.96044921875}, {"start": 2462.57, "end": 2462.67, "word": " So", "probability": 0.9072265625}, {"start": 2462.67, "end": 2462.91, "word": " we", "probability": 0.74951171875}, {"start": 2462.91, "end": 2463.11, "word": " can", "probability": 0.85302734375}, {"start": 2463.11, "end": 2463.33, "word": " see", "probability": 0.85302734375}, {"start": 2463.33, "end": 2463.51, "word": " here", "probability": 0.274658203125}, {"start": 2463.51, "end": 2463.73, "word": " a", "probability": 0.87060546875}, {"start": 2463.73, "end": 2464.13, "word": " mix", "probability": 0.93408203125}, {"start": 2464.13, "end": 2464.53, "word": " of", "probability": 0.9697265625}, {"start": 2464.53, "end": 2465.55, "word": " verb", "probability": 0.1524658203125}, {"start": 2465.55, "end": 2465.89, "word": " tenses", "probability": 0.7044677734375}, {"start": 2465.89, "end": 2466.23, "word": " that", "probability": 0.91845703125}, {"start": 2466.23, "end": 2466.41, "word": " are", "probability": 0.93798828125}, {"start": 2466.41, "end": 2466.73, "word": " used", "probability": 0.9228515625}, {"start": 2466.73, "end": 2467.09, "word": " in", "probability": 0.94580078125}, {"start": 2467.09, "end": 2467.29, "word": " a", "probability": 0.85693359375}, {"start": 2467.29, "end": 2467.61, "word": " narrative,", "probability": 0.9052734375}, {"start": 2467.85, "end": 2468.07, "word": " in", "probability": 0.9296875}, {"start": 2468.07, "end": 2468.59, "word": " a", "probability": 0.94140625}, {"start": 2468.59, "end": 2469.17, "word": " storytelling", "probability": 0.73876953125}, {"start": 2469.17, "end": 2470.27, "word": " sort", "probability": 0.76220703125}, {"start": 2470.27, "end": 2470.55, "word": " of", "probability": 0.96875}, {"start": 2470.55, "end": 2471.29, "word": " text.", "probability": 0.85888671875}, {"start": 2471.57, "end": 2471.75, "word": " So", "probability": 0.60302734375}, {"start": 2471.75, "end": 2471.99, "word": " make", "probability": 0.84375}, {"start": 2471.99, "end": 2472.17, "word": " sure", "probability": 0.9091796875}, {"start": 2472.17, "end": 2472.39, "word": " that", "probability": 0.91015625}, {"start": 2472.39, "end": 2472.69, "word": " whenever", "probability": 0.79736328125}, {"start": 2472.69, "end": 2473.01, "word": " you're", "probability": 0.774169921875}, {"start": 2473.01, "end": 2473.35, "word": " writing", "probability": 0.9189453125}, {"start": 2473.35, "end": 2473.89, "word": " about", "probability": 0.91015625}, {"start": 2473.89, "end": 2474.59, "word": " verb", "probability": 0.84814453125}, {"start": 2474.59, "end": 2475.03, "word": " tenses", "probability": 0.6864013671875}, {"start": 2475.03, "end": 2475.35, "word": " or", "probability": 0.81982421875}, {"start": 2475.35, "end": 2475.53, "word": " in", "probability": 0.92236328125}, {"start": 2475.53, "end": 2475.67, "word": " the", "probability": 0.908203125}, {"start": 2475.67, "end": 2476.03, "word": " past,", "probability": 0.88232421875}, {"start": 2476.55, "end": 2476.73, "word": " sorry,", "probability": 0.78125}, {"start": 2476.81, "end": 2477.21, "word": " narrative", "probability": 0.693359375}, {"start": 2477.21, "end": 2477.77, "word": " writing,", "probability": 0.90771484375}, {"start": 2478.35, "end": 2478.57, "word": " make", "probability": 0.93798828125}, {"start": 2478.57, "end": 2478.73, "word": " sure", "probability": 0.90771484375}, {"start": 2478.73, "end": 2478.99, "word": " that", "probability": 0.92138671875}, {"start": 2478.99, "end": 2479.11, "word": " you", "probability": 0.9599609375}, {"start": 2479.11, "end": 2479.27, "word": " have", "probability": 0.94873046875}, {"start": 2479.27, "end": 2479.35, "word": " a", "probability": 0.986328125}, {"start": 2479.35, "end": 2479.53, "word": " good", "probability": 0.92578125}, {"start": 2479.53, "end": 2479.97, "word": " command", "probability": 0.947265625}, {"start": 2479.97, "end": 2480.45, "word": " over", "probability": 0.82177734375}, {"start": 2480.45, "end": 2481.31, "word": " different", "probability": 0.81982421875}, {"start": 2481.31, "end": 2481.65, "word": " tenses", "probability": 0.6473388671875}, {"start": 2481.65, "end": 2481.87, "word": " in", "probability": 0.92626953125}, {"start": 2481.87, "end": 2482.01, "word": " the", "probability": 0.9169921875}, {"start": 2482.01, "end": 2482.25, "word": " past", "probability": 0.91845703125}, {"start": 2482.25, "end": 2482.43, "word": " that", "probability": 0.919921875}, {"start": 2482.43, "end": 2482.55, "word": " you", "probability": 0.94140625}, {"start": 2482.55, "end": 2482.69, "word": " are", "probability": 0.92333984375}, {"start": 2482.69, "end": 2483.21, "word": " required", "probability": 0.8017578125}, {"start": 2483.21, "end": 2483.97, "word": " to", "probability": 0.96630859375}, {"start": 2483.97, "end": 2484.21, "word": " use.", "probability": 0.8828125}], "temperature": 1.0}, {"id": 103, "seek": 248898, "start": 2484.39, "end": 2488.99, "text": " Thank you very much and I'll see you next time and have a nice day. Thank you.", "tokens": [1044, 291, 588, 709, 293, 286, 603, 536, 291, 958, 565, 293, 362, 257, 1481, 786, 13, 1044, 291, 13], "avg_logprob": -0.15085565192358835, "compression_ratio": 1.0972222222222223, "no_speech_prob": 5.960464477539063e-08, "words": [{"start": 2484.39, "end": 2484.67, "word": " Thank", "probability": 0.8125}, {"start": 2484.67, "end": 2484.77, "word": " you", "probability": 0.94921875}, {"start": 2484.77, "end": 2484.95, "word": " very", "probability": 0.857421875}, {"start": 2484.95, "end": 2485.25, "word": " much", "probability": 0.919921875}, {"start": 2485.25, "end": 2485.51, "word": " and", "probability": 0.818359375}, {"start": 2485.51, "end": 2485.81, "word": " I'll", "probability": 0.804931640625}, {"start": 2485.81, "end": 2485.95, "word": " see", "probability": 0.93115234375}, {"start": 2485.95, "end": 2486.07, "word": " you", "probability": 0.96142578125}, {"start": 2486.07, "end": 2486.37, "word": " next", "probability": 0.93701171875}, {"start": 2486.37, "end": 2486.85, "word": " time", "probability": 0.8818359375}, {"start": 2486.85, "end": 2487.47, "word": " and", "probability": 0.841796875}, {"start": 2487.47, "end": 2487.73, "word": " have", "probability": 0.955078125}, {"start": 2487.73, "end": 2487.85, "word": " a", "probability": 0.99462890625}, {"start": 2487.85, "end": 2488.11, "word": " nice", "probability": 0.9091796875}, {"start": 2488.11, "end": 2488.43, "word": " day.", "probability": 0.9501953125}, {"start": 2488.55, "end": 2488.81, "word": " Thank", "probability": 0.8955078125}, {"start": 2488.81, "end": 2488.99, "word": " you.", "probability": 0.93310546875}], "temperature": 1.0}], "language": "en", "language_probability": 1.0, "duration": 2490.0615, "duration_after_vad": 2356.8287499999924} \ No newline at end of file diff --git a/PL9fwy3NUQKwbknFHzECJkgNOSFOth6GiS/Jo0n08nKIHM.srt b/PL9fwy3NUQKwbknFHzECJkgNOSFOth6GiS/Jo0n08nKIHM.srt new file mode 100644 index 0000000000000000000000000000000000000000..a6dd676db36803696f860874e27c5552daaf8c7f --- /dev/null +++ b/PL9fwy3NUQKwbknFHzECJkgNOSFOth6GiS/Jo0n08nKIHM.srt @@ -0,0 +1,1470 @@ +1 +00:00:21,090 --> 00:00:23,210 +Assalamualaikum, good morning, how are you today? + +2 +00:00:23,610 --> 00:00:26,510 +Very good, very good. Alright, today we're looking + +3 +00:00:26,510 --> 00:00:30,530 +at an important grammatical point and this is also + +4 +00:00:30,530 --> 00:00:35,870 +relevant to our talk on opinion paragraph writing. + +5 +00:00:36,190 --> 00:00:38,750 +And this point has to do with writing good + +6 +00:00:38,750 --> 00:00:43,130 +adjective clauses. So, what is an adjective clause + +7 +00:00:43,130 --> 00:00:45,840 +if you know? Does anyone know what is an adjective + +8 +00:00:45,840 --> 00:00:49,880 +clause? Describe a noun or pronoun. + +9 +00:00:52,700 --> 00:00:56,300 +Okay, very nice. So it is from the title. It's an + +10 +00:00:56,300 --> 00:00:58,760 +adjective clause. So it's a clause first of all. + +11 +00:00:59,020 --> 00:01:02,500 +Clause means that it has a subject and a verb and + +12 +00:01:02,500 --> 00:01:04,900 +there is some group of words which has a subject + +13 +00:01:04,900 --> 00:01:09,300 +and a verb and generally begins with relative + +14 +00:01:09,300 --> 00:01:16,060 +pronouns such as which or who or whom. And it + +15 +00:01:16,060 --> 00:01:19,460 +generally does what an adjective does, which is + +16 +00:01:19,460 --> 00:01:22,860 +describing a noun or pronoun. So this is what we + +17 +00:01:22,860 --> 00:01:26,120 +mean by an adjective clause. It is used to modify, + +18 +00:01:26,280 --> 00:01:29,720 +that is to say it is used to describe a noun or + +19 +00:01:29,720 --> 00:01:31,890 +pronoun. They have a pronoun and they do what + +20 +00:01:31,890 --> 00:01:35,390 +regular adjectives do, generally describing or + +21 +00:01:35,390 --> 00:01:38,510 +modifying nouns, so an adjective clause again + +22 +00:01:38,510 --> 00:01:44,870 +is a dependent clause that modifies or describes a + +23 +00:01:44,870 --> 00:01:49,620 +noun and begins with who, which, whom, that, and so + +24 +00:01:49,620 --> 00:01:53,880 +on, or whose, okay? Just look at these examples. Let's + +25 +00:01:53,880 --> 00:01:58,980 +just discuss these examples. The book which I like is + +26 +00:01:58,980 --> 00:02:01,840 +on the table. Where is the adjective clause in the + +27 +00:02:01,840 --> 00:02:05,340 +sentence? Which I + +28 +00:02:05,340 --> 00:02:08,780 +like, okay? So it begins, it has a subject and a + +29 +00:02:08,780 --> 00:02:12,440 +verb and it is a clause that begins with the which + +30 +00:02:12,440 --> 00:02:16,310 +in this case. What book am I talking about? Which + +31 +00:02:16,310 --> 00:02:19,170 +I like. So again it is not the red book, it is not + +32 +00:02:19,170 --> 00:02:21,530 +the blue book, it is not the new book or the old + +33 +00:02:21,530 --> 00:02:25,370 +book, it is a book which I like. So this clause is + +34 +00:02:25,370 --> 00:02:29,450 +actually functions as a description, as describing + +35 +00:02:30,130 --> 00:02:32,350 +the book, okay, and that's why we call it an + +36 +00:02:32,350 --> 00:02:35,090 +adjective clause, not an adverb clause, for example, + +37 +00:02:35,170 --> 00:02:39,130 +or something else. The man who wants the book is + +38 +00:02:39,130 --> 00:02:41,910 +here. Where is the adjective clause? Who wants the + +39 +00:02:41,910 --> 00:02:45,310 +book. And what man am I talking about? Boy. So + +40 +00:02:45,310 --> 00:02:48,410 +this becomes like an adjective to the man. Not + +41 +00:02:48,410 --> 00:02:50,930 +that old man, not that old man or the young man. + +42 +00:02:51,050 --> 00:02:54,550 +It is the man who wants the book. And so this is + +43 +00:02:54,550 --> 00:02:56,750 +the idea of an adjective clause. It is a group of + +44 +00:02:56,750 --> 00:03:00,650 +words beginning with which or who, or whom, or that + +45 +00:03:00,650 --> 00:03:06,550 +and does the work of a la shifte, okay? Seven, the + +46 +00:03:06,550 --> 00:03:11,960 +students whose hands were up were or gave the wrong + +47 +00:03:11,960 --> 00:03:16,520 +answer. So the adjective clause here is what were + +48 +00:03:16,520 --> 00:03:19,300 +up and it describes the students. And the last + +49 +00:03:19,300 --> 00:03:23,120 +example, the car that Ahmed is driving is not + +50 +00:03:23,120 --> 00:03:26,160 +here. That Ahmed is driving is an adjective clause + +51 +00:03:26,160 --> 00:03:29,760 +describing the car. Is this clear? All right. Very + +52 +00:03:29,760 --> 00:03:32,140 +good. All right. Now let's look at these examples + +53 +00:03:32,140 --> 00:03:37,660 +and identify the adjective clause in each one of + +54 +00:03:37,660 --> 00:03:40,340 +these sentences. Who would like to do the first + +55 +00:03:40,340 --> 00:03:44,180 +one? Yes, please. I play a kind of music that + +56 +00:03:44,180 --> 00:03:47,220 +nobody likes. Adjective that nobody likes. That + +57 +00:03:47,220 --> 00:03:50,660 +nobody likes. Yes. So this is the adjective that + +58 +00:03:50,660 --> 00:03:55,300 +nobody likes. The second one. Second one. Yes, + +59 +00:03:55,380 --> 00:03:59,340 +please. Yes, you please. Yes. The man who you saw + +60 +00:03:59,340 --> 00:04:02,020 +was not the famous actor. Was not the famous + +61 +00:04:02,020 --> 00:04:06,120 +actor. Whom you saw. Very nice. So this is the + +62 +00:04:06,120 --> 00:04:06,880 +adjective clause. + +63 +00:04:09,700 --> 00:04:12,380 +Yes please. I remember the day when I took my + +64 +00:04:12,380 --> 00:04:15,140 +first English class. When I took my first English + +65 +00:04:15,140 --> 00:04:19,400 +class. Yes, when I took it, all of it is the + +66 +00:04:19,400 --> 00:04:22,400 +adjective clause, all right? Number four, number + +67 +00:04:22,400 --> 00:04:25,060 +four. Yes please. I have a neighbor whose parents + +68 +00:04:25,060 --> 00:04:27,140 +live in Australia. And whose parents live in + +69 +00:04:27,140 --> 00:04:30,160 +Australia. Whose neighbor lives in Australia is + +70 +00:04:30,160 --> 00:04:33,840 +the adjective clause describing my or neighbor. + +71 +00:04:35,740 --> 00:04:39,100 +Describing the neighbor, okay? And finally, yes + +72 +00:04:39,100 --> 00:04:47,160 +please. Which I like is the adjectives describing + +73 +00:04:47,160 --> 00:04:51,460 +the book. So this is the idea of adjectives. Let's + +74 +00:04:51,460 --> 00:04:58,660 +look at our textbook, page 158, please. Page 158. + +75 +00:05:05,010 --> 00:05:08,510 +All right, and let's just look at the box at the + +76 +00:05:08,510 --> 00:05:12,710 +top of the page. And what we have here, the first + +77 +00:05:12,710 --> 00:05:16,610 +one, just a quick reminder of the adjective + +78 +00:05:16,610 --> 00:05:19,730 +clauses. Number one, 158 I'm talking about. + +79 +00:05:20,650 --> 00:05:23,630 +Adjective clauses begin with the words who, which, + +80 +00:05:23,810 --> 00:05:27,450 +and that. And who is generally used for people, + +81 +00:05:27,830 --> 00:05:31,150 +which is used for things, and that is used for + +82 +00:05:31,150 --> 00:05:34,810 +people, for things, and in formal English, it's + +83 +00:05:34,810 --> 00:05:40,130 +used for people. Now, in the exercise below, in + +84 +00:05:40,130 --> 00:05:42,090 +exercise A, what I'd like you to do is just to + +85 +00:05:42,090 --> 00:05:46,490 +quickly read these examples and identify the + +86 +00:05:46,490 --> 00:05:48,810 +adjective clauses in each one, the adjectives + +87 +00:05:48,810 --> 00:05:51,330 +and clauses in each one of these sub-sentences. + +88 +00:07:23,340 --> 00:07:26,360 +All right, let's see number, as you can see in + +89 +00:07:26,360 --> 00:07:30,280 +number one, George Kingsley, who is 12 years old, + +90 +00:07:30,400 --> 00:07:34,420 +wants to divorce his mother. Okay, so what we see + +91 +00:07:34,420 --> 00:07:37,580 +is who is 12 years old is the adjective clause. + +92 +00:07:37,840 --> 00:07:41,180 +And notice that begins with who, and notice also + +93 +00:07:41,180 --> 00:07:45,000 +the verb with an S. Why do we put a verb that + +94 +00:07:45,000 --> 00:07:50,870 +wants, not want? Because it applies to him, to + +95 +00:07:50,870 --> 00:07:54,070 +George Kingsley. Okay, so just remember that the + +96 +00:07:54,070 --> 00:07:57,890 +verb also agrees with the noun it is being + +97 +00:07:57,890 --> 00:08:01,790 +modified by the adjective clause. See number two. + +98 +00:08:01,790 --> 00:08:05,010 +Yes, please. His mother who neglected him and his + +99 +00:08:05,010 --> 00:08:08,710 +brother wants to give him. Okay, nice. Very nice. So + +100 +00:08:08,710 --> 00:08:11,590 +who neglected him and his brother. Number three. + +101 +00:08:11,590 --> 00:08:14,670 +Number three. Yes, please. Okay. He wants to be + +102 +00:08:14,670 --> 00:08:19,010 +adopted by the professors who are his foster + +103 +00:08:19,010 --> 00:08:22,270 +parents. + +104 +00:08:23,630 --> 00:08:24,890 +So, it refers to? + +105 +00:08:30,870 --> 00:08:33,490 +Most of the parents are people who take care of abused + +106 +00:08:33,490 --> 00:08:39,010 +or neglected children. Who take care of abused or + +107 +00:08:39,010 --> 00:08:41,890 +neglected children is the adjective clause + +108 +00:08:41,890 --> 00:08:44,730 +referring to the people, and notice also + +109 +00:08:51,330 --> 00:08:55,730 +a box that contained marijuana was in the living + +110 +00:08:55,730 --> 00:09:03,850 +room. That contained marijuana. Number six. Number + +111 +00:09:03,850 --> 00:09:06,930 +six, Derek, please. Mr. King's smoking marijuana + +112 +00:09:06,930 --> 00:09:10,250 +which is an illegal drug. Okay, which is an + +113 +00:09:10,250 --> 00:09:13,150 +illegal drug is as you can close beginning with + +114 +00:09:13,150 --> 00:09:17,110 +which. Number seven, please. The boy's father who + +115 +00:09:17,110 --> 00:09:20,010 +didn't live with their mother, didn't want the + +116 +00:09:20,010 --> 00:09:22,470 +children to live with them, who didn't live with + +117 +00:09:22,470 --> 00:09:24,570 +their mother. Very nice, who didn't live with + +118 +00:09:24,570 --> 00:09:28,990 +their mother. Okay, number the next one. Yes, + +119 +00:09:29,070 --> 00:09:32,420 +Sima, please. A lion who resents his misuse can + +120 +00:09:32,420 --> 00:09:36,630 +transform a woman who resents him. All right, who + +121 +00:09:36,630 --> 00:09:40,790 +represents Mrs. Kingsley is the adjective clause. + +122 +00:09:40,930 --> 00:09:45,270 +And finally, the judge made a decision that those + +123 +00:09:45,270 --> 00:09:48,550 +people who will win is the adjective clause. That + +124 +00:09:48,550 --> 00:09:53,470 +refers to the decision, okay? So just to rule, the + +125 +00:09:53,470 --> 00:09:56,770 +adjective clause must immediately come after the + +126 +00:09:56,770 --> 00:10:02,130 +noun or pronoun it modifies. So here, that or that + +127 +00:10:02,130 --> 00:10:06,260 +clause comes after the decision. And again, who + +128 +00:10:06,260 --> 00:10:09,600 +represented comes after the lawyer, and so on. + +129 +00:10:09,720 --> 00:10:13,440 +Don't make a space or a gap between the adjective + +130 +00:10:13,440 --> 00:10:16,460 +clause and the noun it describes. Otherwise, it + +131 +00:10:16,460 --> 00:10:20,580 +would be confusing to the reader. Okay? So, back + +132 +00:10:20,580 --> 00:10:24,400 +to the point about uses of the adjective and the + +133 +00:10:24,400 --> 00:10:27,820 +clause. Like we said, just said, who and whom are + +134 +00:10:27,820 --> 00:10:32,100 +used only for people, whereas which is used for + +135 +00:10:32,880 --> 00:10:35,060 +sorry, who is the subject of the clause, of + +136 +00:10:35,060 --> 00:10:37,920 +course, and whom is the object of the clause, + +137 +00:10:38,440 --> 00:10:42,200 +whom, which is used for things and that is used + +138 +00:10:42,200 --> 00:10:45,960 +for things, but even in formal English, it is used + +139 +00:10:45,960 --> 00:10:50,680 +for people as well. Okay. What I'd like you to do is + +140 +00:10:50,680 --> 00:10:56,240 +let's look at exercise B in the next page, on 159. + +141 +00:10:56,240 --> 00:10:59,800 +And what I'd like you to do is to use either who + +142 +00:10:59,800 --> 00:11:04,920 +or which in the appropriate blank in this exercise. + +143 +00:11:04,920 --> 00:11:11,800 +So, put who or which in the appropriate place. Guess, + +144 +00:11:11,800 --> 00:11:12,060 +please. + +145 +00:12:52,920 --> 00:12:55,840 +All right, let's see number two. Yes, please. + +146 +00:12:58,380 --> 00:13:03,000 +Okay, so we need to use who here. Who knows + +147 +00:13:03,000 --> 00:13:06,780 +their child better than anyone else, blah blah + +148 +00:13:06,780 --> 00:13:08,820 +blah. Okay, this is the second one, number three. + +149 +00:13:09,340 --> 00:13:20,560 +Yes, please. A matchmaker + +150 +00:13:20,560 --> 00:13:23,480 +is a person, it's a woman who actually gets people + +151 +00:13:23,480 --> 00:13:26,540 +together or links people. Okay, + +152 +00:13:30,980 --> 00:13:35,540 +which. All right, number four. Yes, please. Oh + +153 +00:13:39,030 --> 00:13:42,450 +Alright, cool. Thank you. Thank you. Okay. It's + +154 +00:13:42,450 --> 00:13:44,990 +a first. All right, number four. Yes, please. The + +155 +00:13:44,990 --> 00:13:47,410 +children present are probably very nervous at + +156 +00:13:47,410 --> 00:13:50,370 +their first meet, which usually… Which, yes, + +157 +00:13:50,430 --> 00:13:53,930 +because it's at the first meeting, which usually + +158 +00:13:53,930 --> 00:13:56,770 +blah blah blah blah. Number five. Yes, please. + +159 +00:13:57,930 --> 00:14:02,270 +In some cultures, any man or woman who doesn’t... + +160 +00:14:02,270 --> 00:14:05,510 +Who doesn't like, so it is… + +161 +00:14:10,110 --> 00:14:12,570 +Marrying for love which is a custom in most Muslim + +162 +00:14:12,570 --> 00:14:16,970 +cultures. Why is it not good? Because this is not + +163 +00:14:16,970 --> 00:14:19,950 +a reference. This is not a person. It’s a thing. + +164 +00:14:20,250 --> 00:14:22,910 +Marrying for love. And number seven. Yes please. + +165 +00:14:23,250 --> 00:14:26,130 +The divorce rate among couples who marry for love + +166 +00:14:26,130 --> 00:14:28,850 +is very high. Very high. So the divorce rate is + +167 +00:14:28,850 --> 00:14:32,190 +among couples that you have to use. + +168 +00:14:37,890 --> 00:14:40,750 +Okay. And finally? People who listen only to their + +169 +00:14:40,750 --> 00:14:44,410 +heart. Very nice. So people, very nice. People who + +170 +00:14:44,410 --> 00:14:49,390 +listen only to their heart. Sometimes they had + +171 +00:14:49,390 --> 00:14:52,850 +listened to their kids. Is this clear? Fine. Let’s + +172 +00:14:52,850 --> 00:14:55,850 +do some one more activity on this. And what I'd + +173 +00:14:55,850 --> 00:14:59,810 +like you to do is to join + +174 +00:15:01,440 --> 00:15:06,120 +each pair of sentences using who or whose, or whom, + +175 +00:15:06,120 --> 00:15:07,840 +or which, or + +176 +00:17:56,360 --> 00:17:57,760 +Okay. + +177 +00:18:13,470 --> 00:18:17,510 +Alright, let's see number one, number one. Yes, + +178 +00:18:17,510 --> 00:18:17,910 +please. + +179 +00:18:21,910 --> 00:18:27,370 +Very nice. So it has to be who. Who? Why is it who + +180 +00:18:27,370 --> 00:18:31,390 +not whom or whose? Because here who is the subject + +181 +00:18:31,390 --> 00:18:34,850 +of the clause because it replaces here and here. + +182 +00:18:35,130 --> 00:18:37,590 +The man is the subject of the second clause, not + +183 +00:18:37,590 --> 00:18:40,310 +the object of the second clause. That’s why we use + +184 +00:18:40,310 --> 00:18:43,930 +who generally. Okay? All right. Yes, please. I + +185 +00:18:43,930 --> 00:18:46,070 +bought them a book which is about + +186 +00:18:49,290 --> 00:18:53,070 +It’s a thing, not a person. Which is about magic + +187 +00:18:53,070 --> 00:18:56,010 +okay. Let’s see number three. Number three, yes + +188 +00:18:56,010 --> 00:18:59,710 +please. Okay. + +189 +00:18:59,710 --> 00:19:00,530 +Let's see. + +190 +00:19:06,830 --> 00:19:10,250 +No, it’s not correct. Why is it not correct? We + +191 +00:19:10,250 --> 00:19:13,810 +said whom is usually as the object of the clause, + +192 +00:19:13,870 + +223 +00:21:42,070 --> 00:21:45,870 +in the accident is the adjective close describing + +224 +00:21:45,870 --> 00:21:50,290 +the boy. Okay? And it is in a possessive case, not + +225 +00:21:50,290 --> 00:21:54,190 +in object, as an object or a subject of close. + +226 +00:21:54,430 --> 00:21:57,210 +Alright? Okay, all right. Let's look at the second + +227 +00:21:57,210 --> 00:22:00,570 +number six the sixth one. All right, the parents + +228 +00:22:00,570 --> 00:22:06,810 +had this is an easy one. Yes, please Very + +229 +00:22:06,810 --> 00:22:09,670 +nice because the teacher here is acting as a + +230 +00:22:09,670 --> 00:22:12,510 +subject of the clause and therefore we have to use + +231 +00:22:12,510 --> 00:22:17,630 +the who Okay, who had taught their children. Is + +232 +00:22:17,630 --> 00:22:22,430 +this clear? We come to something new which is + +233 +00:22:22,430 --> 00:22:25,830 +related to, I'm going to check if it closes and + +234 +00:22:25,830 --> 00:22:29,410 +this has to do with punctuating. + +235 +00:22:30,520 --> 00:22:34,040 +This has to do with punctuating adjective clauses. + +236 +00:22:34,200 --> 00:22:36,780 +Generally, whenever we want to punctuate adjective + +237 +00:22:36,780 --> 00:22:39,420 +clauses, there are two cases or there are two + +238 +00:22:39,420 --> 00:22:43,220 +terms that you are familiar with, defining or non + +239 +00:22:43,220 --> 00:22:47,440 +-defining adjective clauses or restrictive and non + +240 +00:22:47,440 --> 00:22:49,920 +-restrictive adjective clauses. Does anyone know + +241 +00:22:49,920 --> 00:22:51,920 +what do you mean by defining, non-defining or + +242 +00:22:51,920 --> 00:22:57,070 +restrictive, non-restrictive adjective clauses? It + +243 +00:22:57,070 --> 00:23:03,230 +has to do with if the information that is in the + +244 +00:23:03,230 --> 00:23:06,550 +clause necessary, then we call it restrictive or + +245 +00:23:06,550 --> 00:23:10,250 +defining. If the information is extra, then we + +246 +00:23:10,250 --> 00:23:12,310 +call it non-restrictive or non-defining, and + +247 +00:23:12,310 --> 00:23:15,750 +therefore we have to put two commas to separate + +248 +00:23:15,750 --> 00:23:18,710 +this extra information, adjective clause, from the + +249 +00:23:18,710 --> 00:23:21,850 +rest of the sentence. Is this clear? Just + +250 +00:23:21,850 --> 00:23:24,650 +generally this is the rule. So descriptive or + +251 +00:23:24,650 --> 00:23:29,210 +defining adjective clauses they identify. They are + +252 +00:23:29,210 --> 00:23:31,890 +very much necessary information. They identify the + +253 +00:23:31,890 --> 00:23:35,650 +noun or pronoun they describe or they modify. They + +254 +00:23:35,650 --> 00:23:40,710 +give necessary information and need it in order to + +255 +00:23:40,710 --> 00:23:44,370 +know the noun or the pronoun being referred to. + +256 +00:23:44,650 --> 00:23:46,690 +Okay? For instance, let's look at the sentence. + +257 +00:23:47,050 --> 00:23:52,610 +The doctor Who lives in California is my sister. + +258 +00:23:52,790 --> 00:23:57,310 +Now this is necessary information. This is + +259 +00:23:57,310 --> 00:23:59,730 +defining or restricting information. This is + +260 +00:23:59,730 --> 00:24:03,770 +necessary information to define The doctor, all + +261 +00:24:03,770 --> 00:24:07,070 +right? So when I say necessary information, this + +262 +00:24:07,070 --> 00:24:10,310 +is information without which I cannot understand + +263 +00:24:10,310 --> 00:24:14,150 +the meaning or I don't know who the doctor is. + +264 +00:24:14,370 --> 00:24:18,010 +Just imagine removing this is not really very + +265 +00:24:18,010 --> 00:24:20,870 +clear. So the doctor who lives in California is + +266 +00:24:20,870 --> 00:24:25,230 +necessary information. Students who do not attend + +267 +00:24:25,230 --> 00:24:29,300 +the classes, will fail the course or who do not + +268 +00:24:29,300 --> 00:24:32,280 +attend the class is necessary information and + +269 +00:24:32,280 --> 00:24:36,100 +therefore no commas are used with adjective + +270 +00:24:36,100 --> 00:24:39,360 +clauses which have necessary information. Under + +271 +00:24:39,360 --> 00:24:43,660 +the Aswan, the car that has broken headlights + +272 +00:24:43,660 --> 00:24:47,440 +belongs to my brother and again this is necessary + +273 +00:24:47,440 --> 00:24:51,130 +information and remember that never You never put + +274 +00:24:51,130 --> 00:24:53,930 +a comma with that. This is the general rule. You + +275 +00:24:53,930 --> 00:24:57,030 +never put a comma with that. On the other hand, + +276 +00:24:58,490 --> 00:25:02,970 +non-restrictive adjective clauses give extra + +277 +00:25:02,970 --> 00:25:05,390 +information. So they are not necessary to the + +278 +00:25:05,390 --> 00:25:08,470 +meaning or to the definition of the noun they + +279 +00:25:08,470 --> 00:25:13,790 +refer to. And therefore, we put commas in order to + +280 +00:25:13,790 --> 00:25:15,590 +separate the adjective clause from + +281 +00:25:23,140 --> 00:25:29,250 +One, all individuals who bought tickets will be + +282 +00:25:29,250 --> 00:25:31,810 +admitted and finally the evil tower, I know + +283 +00:25:31,810 --> 00:25:34,510 +already what is the evil tower is and therefore + +284 +00:25:34,510 --> 00:25:38,670 +which I wrote at the top has an elevator. So these + +285 +00:25:38,670 --> 00:25:42,670 +three cases indicate that these are all non + +286 +00:25:42,670 --> 00:25:46,010 +-defining, non-restrictive or extra information + +287 +00:25:46,010 --> 00:25:49,730 +and therefore we use commas between or to separate + +288 +00:25:49,730 --> 00:25:52,910 +them from the rest of the sentence. Is this clear? + +289 +00:25:53,150 --> 00:25:59,030 +All right. So now let's look at page 161. Alright? + +290 +00:26:00,670 --> 00:26:07,210 +And do the question on number 8, in number 8. + +291 +00:26:07,650 --> 00:26:11,150 +Okay? What I'd like you to do in number 8, these 8 + +292 +00:26:11,150 --> 00:26:13,850 +sentences, is to punctuate the adjective clauses. + +293 +00:26:14,130 --> 00:26:17,170 +So put commas where necessary. And remember the + +294 +00:26:17,170 --> 00:26:20,510 +rule, if the information is necessary, no commas. + +295 +00:26:21,150 --> 00:26:25,770 +If it is extra, put commas in this sentence. + +296 +00:27:37,910 --> 00:27:40,450 +It's only a quick check to see if there's a + +297 +00:27:40,450 --> 00:27:40,670 +solution. + +298 +00:28:08,310 --> 00:28:10,930 +All right, let's see. As you can see, a country + +299 +00:28:10,930 --> 00:28:14,890 +that has a queen or a king is called a monarchy. + +300 +00:28:15,050 --> 00:28:18,090 +Now, with that clause, we never put commas. We + +301 +00:28:18,090 --> 00:28:21,970 +never put commas, sorry. And a country, of + +302 +00:28:21,970 --> 00:28:24,810 +course, this is essential information. See number + +303 +00:28:24,810 --> 00:28:27,970 +two, England. which has a queen again, we know + +304 +00:28:27,970 --> 00:28:30,670 +what England is, so it is already defined, so + +305 +00:28:30,670 --> 00:28:33,590 +which has a queen is considered extra information + +306 +00:28:33,590 --> 00:28:36,490 +and therefore we put commas between them to + +307 +00:28:36,490 --> 00:28:37,990 +separate them from the rest of the sentence. + +308 +00:28:38,150 --> 00:28:42,970 +Number three, number three, yes please. A + +309 +00:28:42,970 --> 00:28:46,230 +pediatrician. A pediatrician is a doctor who takes + +310 +00:28:46,230 --> 00:28:48,870 +care of children. Do we need commas? No. No, + +311 +00:28:48,970 --> 00:28:51,870 +because we need this as essential information to + +312 +00:28:51,870 --> 00:28:55,450 +define what a pediatrician is. Okay, so there is + +313 +00:28:55,450 --> 00:28:58,570 +no need for commas here. Number four. Yes, + +314 +00:28:58,690 --> 00:29:01,630 +please. Doctor. Dr. Jones, who is our neighbor, is + +315 +00:29:01,630 --> 00:29:04,070 +a pediatrician. A pediatrician. + +316 +00:29:14,600 --> 00:29:18,920 +Students who studied got A's on the final exam, no + +317 +00:29:18,920 --> 00:29:21,640 +commas. No commas, why is that? Very nice. Because + +318 +00:29:21,640 --> 00:29:24,940 +this is essential information to define the + +319 +00:29:24,940 --> 00:29:27,740 +students, to define the students. Which students? + +320 +00:29:28,040 --> 00:29:30,480 +This is necessary information and therefore it + +321 +00:29:30,480 --> 00:29:32,960 +requires no commas. + +322 +00:29:37,210 --> 00:29:42,030 +Gabriella who studied in commerce got A's. Okay, + +323 +00:29:42,310 --> 00:29:46,430 +so who studied? Alexa. Okay, why is that? Because + +324 +00:29:46,430 --> 00:29:49,490 +it's considered, we know who these people are, so + +325 +00:29:49,490 --> 00:29:53,830 +it's just already sort of extra information. Got + +326 +00:29:53,830 --> 00:29:57,810 +A's on the final exam. Please. My birthday is next + +327 +00:29:57,810 --> 00:30:04,200 +month, which is holiday. We actually use it + +328 +00:30:04,200 --> 00:30:07,860 +because we already what a Monday, it's already + +329 +00:30:07,860 --> 00:30:12,300 +defined, okay? And finally, a holiday that is + +330 +00:30:12,300 --> 00:30:15,800 +especially fun for children is we don't need to + +331 +00:30:15,800 --> 00:30:19,460 +commence with that clause, okay? And it is already + +332 +00:30:19,460 --> 00:30:23,820 +essential information or necessary information. Is + +333 +00:30:23,820 --> 00:30:29,880 +this clear? Very nice, very nice. Now, we need a + +334 +00:30:29,880 --> 00:30:32,380 +comma here. We need a comma because we know that + +335 +00:30:32,380 --> 00:30:37,060 +Monday is already defined. Okay? Now, let's just + +336 +00:30:37,060 --> 00:30:41,000 +conclude with this activity on page 163. 63, + +337 +00:30:41,320 --> 00:30:44,640 +please. All right? And this is an easy exercise. + +338 +00:30:44,780 --> 00:30:48,320 +All we have to do is basically join the two pairs + +339 +00:30:48,320 --> 00:30:51,400 +of sentences, each pair of sentences with using + +340 +00:30:51,400 --> 00:30:58,360 +which or who in the appropriate way. Okay? 163. + +341 +00:30:59,100 --> 00:30:59,620 +Please. + +342 +00:31:25,960 --> 00:31:28,760 +Okay. Okay. + +343 +00:31:54,880 --> 00:31:57,680 +Thank you. + +344 +00:33:47,610 --> 00:33:50,690 +Thank you very much. + +345 +00:34:11,980 --> 00:34:20,700 +Thank you so + +346 +00:34:20,700 --> 00:34:21,040 +much. + +347 +00:35:08,190 --> 00:35:11,290 +Alright, are we done? Are we finished? Yes please, + +348 +00:35:11,470 --> 00:35:15,410 +alright. Number three, mister? Mister and Mrs + +349 +00:35:15,410 --> 00:35:18,350 +Haddad who are from Lebanon and study Spanish. Is + +350 +00:35:18,350 --> 00:35:23,850 +that correct? Yes. Mister and Mrs Haddad are who + +351 +00:35:23,850 --> 00:35:24,510 +are + +352 +00:35:32,850 --> 00:35:36,570 +are very traditional, okay? Poets from Lebanon are + +353 +00:35:36,570 --> 00:35:39,130 +very traditional. Okay, number four, yes please. + +354 +00:35:45,050 --> 00:35:48,110 +Great, which but this is not really the correct + +355 +00:35:48,110 --> 00:35:52,210 +use of the, which here? The family, persons or + +356 +00:35:52,210 --> 00:35:56,810 +people or things? People, so it has to be who, is + +357 +00:35:56,810 --> 00:36:00,910 +that correct? Yes, who immigrated to this country + +358 +00:36:01,460 --> 00:36:04,700 +It's a person, it's a group of people, so we need + +359 +00:36:04,700 --> 00:36:08,760 +who, not which, okay? Next, please. The parents + +360 +00:36:08,760 --> 00:36:12,780 +want her to marry a man who is 32 years old. Yes, + +361 +00:36:12,880 --> 00:36:19,260 +so again, to marry a man who is 30 years old. Yes, + +362 +00:36:19,380 --> 00:36:23,340 +please. The husband-to-be lives in Lebanon, which + +363 +00:36:23,340 --> 00:36:25,660 +is a country in the Middle East. The husband-to-be + +364 +00:36:25,660 --> 00:36:33,400 +lives in Lebanon, which is Which is a country that + +365 +00:36:33,400 --> 00:36:40,240 +is in the Middle East, okay? Number seven. He owns + +366 +00:36:40,240 --> 00:36:44,580 +a business. Yes Iman, please. Okay. + +367 +00:36:47,540 --> 00:36:55,140 +Say again. He owns a business which is? which is + +368 +00:36:55,140 --> 00:36:58,880 +very successful. Alright? Number eight. Yes, + +369 +00:36:58,960 --> 00:37:02,920 +please. People who know him say that... Very nice. + +370 +00:37:03,020 --> 00:37:07,020 +So people who... We don't actually know him yet. + +371 +00:37:07,180 --> 00:37:12,940 +People who know him say that... This is essential + +372 +00:37:12,940 --> 00:37:15,880 +information to define the people. People who know + +373 +00:37:15,880 --> 00:37:22,360 +him say that he is very nice. Okay? Alright. Yes. + +374 +00:37:23,330 --> 00:37:27,330 +Number nine, number nine. Yes, please. Jamila who + +375 +00:37:27,330 --> 00:37:30,970 +went to go to college in her new country ran away + +376 +00:37:30,970 --> 00:37:34,290 +from the home rather to marry the man. Excellent. + +377 +00:37:34,530 --> 00:37:37,410 +So Jamila, we need to define who Jamila is. So + +378 +00:37:37,410 --> 00:37:46,370 +Jamila who was to blah blah blah blah country. + +379 +00:37:48,170 --> 00:37:48,710 +Okay. + +380 +00:37:53,720 --> 00:37:54,440 +Mr. + +381 +00:37:58,540 --> 00:37:58,900 +and Mrs. + +382 +00:38:02,720 --> 00:38:06,400 +Haddad who thought they had arranged a good future + +383 +00:38:06,400 --> 00:38:08,800 +for their daughter Mr. + +384 +00:38:12,960 --> 00:38:17,470 +and Mrs. Haddad who We just bring in a second + +385 +00:38:17,470 --> 00:38:20,050 +clause because it defines who Mr. and Mrs. Haddad + +386 +00:38:20,050 --> 00:38:25,550 +is. Who thought that + +387 +00:38:25,550 --> 00:38:33,310 +they have the do not understand why she ran. Okay, + +388 +00:38:34,010 --> 00:38:36,650 +so again, the idea here is that we basically put + +389 +00:38:36,650 --> 00:38:39,770 +or embed the adjective clause as a defining clause + +390 +00:38:39,770 --> 00:38:44,290 +in the main clause or in the main sentence. So + +391 +00:38:44,290 --> 00:38:46,450 +what we've done today is basically looking at + +392 +00:38:46,450 --> 00:38:49,350 +adjective clauses, and just to recap, adjective + +393 +00:38:49,350 --> 00:38:52,690 +clauses are groups of words, clauses, which has a + +394 +00:38:52,690 --> 00:38:57,410 +subject and a verb, and generally does the work of + +395 +00:38:57,410 --> 00:38:58,630 +an adjective, which is + +396 +00:39:01,710 --> 00:39:04,530 +Okay, we'll continue talking about this next time, + +397 +00:39:04,630 --> 00:39:08,030 +inshallah. In the meantime, take care and I'll see + +398 +00:39:08,030 --> 00:39:10,030 +you next time, inshallah. Thank you very much. diff --git a/PL9fwy3NUQKwbknFHzECJkgNOSFOth6GiS/JpIMqzfgHNw.srt b/PL9fwy3NUQKwbknFHzECJkgNOSFOth6GiS/JpIMqzfgHNw.srt new file mode 100644 index 0000000000000000000000000000000000000000..2f93157c0552beeb19fe822aa5bdf97039d8b851 --- /dev/null +++ b/PL9fwy3NUQKwbknFHzECJkgNOSFOth6GiS/JpIMqzfgHNw.srt @@ -0,0 +1,1774 @@ + +1 +00:00:20,960 --> 00:00:23,480 +All right, Assalamualaikum. Good morning, how are + +2 +00:00:23,480 --> 00:00:26,340 +you today? Very good, very good. All right, today + +3 +00:00:26,340 --> 00:00:29,380 +we're looking at a very important topic and this + +4 +00:00:29,380 --> 00:00:32,400 +has to do with sentence fragments. Remember last + +5 +00:00:32,400 --> 00:00:36,220 +time we talked about complex sentences and in the + +6 +00:00:36,220 --> 00:00:38,420 +previous lectures we also talked about different + +7 +00:00:38,420 --> 00:00:41,400 +sentence structures such as simple sentences, + +8 +00:00:41,760 --> 00:00:44,600 +compound and complex sentences. And we also talked + +9 +00:00:44,600 --> 00:00:47,760 +about comma splice and run-on as very common + +10 +00:00:48,400 --> 00:00:50,800 +sentence errors. Today we're looking at the third + +11 +00:00:50,800 --> 00:00:55,140 +very common type of sentence problem which is + +12 +00:00:55,140 --> 00:00:57,900 +sentence fragments. What is sentence fragments? + +13 +00:00:58,980 --> 00:01:01,560 +Fragment and how can we solve a sentence fragment? + +14 +00:01:01,760 --> 00:01:03,820 +This is something that we'll look at today + +15 +00:01:03,820 --> 00:01:08,000 +inshallah. But before I start my class, excuse me, + +16 +00:01:08,380 --> 00:01:10,620 +I have Iman and she's going to give us a + +17 +00:01:10,620 --> 00:01:13,560 +presentation on the topic. So the floor is yours, + +18 +00:01:13,680 --> 00:01:18,290 +Iman. Okay, hi, I'm Iman Awad. Today I'm going to + +19 +00:01:18,290 --> 00:01:21,030 +present a small presentation about sentences + +20 +00:01:21,030 --> 00:01:24,530 +fragments and how to avoid it and fix a sentence + +21 +00:01:24,530 --> 00:01:27,550 +fragment. First of all, we would like to know what + +22 +00:01:27,550 --> 00:01:30,570 +is a sentence fragment. Sentence fragment is an + +23 +00:01:30,570 --> 00:01:34,310 +incomplete sentence. It is a part of a sentence that + +24 +00:01:34,310 --> 00:01:37,290 +doesn't express complete thought. So it's a part + +25 +00:01:37,290 --> 00:01:39,450 +of a sentence that doesn't express complete thought. + +26 +00:01:39,550 --> 00:01:42,290 +We call it sentence fragment. Sentence fragment + +27 +00:01:42,290 --> 00:01:47,640 +may lack may lack three elements. May lack one of + +28 +00:01:47,640 --> 00:01:50,640 +three elements. It may lack a subject, a verb, or + +29 +00:01:50,640 --> 00:01:54,300 +an independent clause. Okay. + +30 +00:02:01,580 --> 00:02:05,220 +We're going to look at this example. Inspires my + +31 +00:02:05,220 --> 00:02:09,600 +mini books and songwriters. + +32 +00:02:11,120 --> 00:02:14,100 +Here this sentence lacks a subject. So what + +33 +00:02:14,100 --> 00:02:19,000 +inspires many books and songwriters? It could be + +34 +00:02:19,000 --> 00:02:23,320 +spring, nature, and here another, the pleasant + +35 +00:02:23,320 --> 00:02:30,780 +weather of May, and what? Is fun, make me happy. + +36 +00:02:31,000 --> 00:02:33,120 +We need a verb. We don't have a verb in this + +37 +00:02:33,120 --> 00:02:33,540 +sentence. + +38 +00:02:38,690 --> 00:02:42,530 +Here we have some exercises. I need you to + +39 +00:02:42,530 --> 00:02:46,470 +identify and correct fragments. Try to look at + +40 +00:02:46,470 --> 00:02:51,750 +examples and note what is missing here in these + +41 +00:02:51,750 --> 00:02:52,150 +fragments. + +42 +00:03:07,130 --> 00:03:10,030 +The first one is wrong about her emotions. What is + +43 +00:03:10,030 --> 00:03:16,150 +the problem here? The sentence lacks a subject. + +44 +00:03:16,310 --> 00:03:17,610 +Very nice. What about the other one? + +45 +00:03:22,420 --> 00:03:26,940 +Has fought cold midas, maybe the player. The + +46 +00:03:26,940 --> 00:03:31,300 +player, midas subject. Okay, Jack is clever, so he + +47 +00:03:31,300 --> 00:03:34,300 +always gets high marks. What do you think? What's + +48 +00:03:34,300 --> 00:03:38,260 +wrong with him? It's lacking a verb. Jack is + +49 +00:03:38,260 --> 00:03:42,060 +clever. Jack is, yes. We need a verb here. John + +50 +00:03:42,060 --> 00:03:46,340 +working extra hard on his hogshot lately. The verb + +51 +00:03:46,340 --> 00:03:51,040 +is missing. Yes, the verb is missing. John is + +52 +00:03:51,040 --> 00:03:51,520 +working. + +53 +00:03:55,950 --> 00:04:01,910 +Because of time we're going to, here we have a + +54 +00:04:01,910 --> 00:04:06,380 +dependent. Dependency clause fragments begin with + +55 +00:04:06,380 --> 00:04:09,780 +a subordinating conjunction. We talked before + +56 +00:04:09,780 --> 00:04:13,120 +about subordinating conjunction. We have time + +57 +00:04:13,120 --> 00:04:16,060 +subordinating such as before, after, when, + +58 +00:04:16,140 --> 00:04:20,520 +whenever. And we have place subordinating such as + +59 +00:04:20,520 --> 00:04:24,760 +where and so on. We have reasons such as because, + +60 +00:04:25,420 --> 00:04:30,800 +since. If we look at this sentence, after he + +61 +00:04:30,800 --> 00:04:34,110 +promised his mother to go to school, Is it a + +62 +00:04:34,110 --> 00:04:36,570 +complete sentence? Is it explaining a complete + +63 +00:04:36,570 --> 00:04:39,910 +thing? No. What do you think is missing here? This + +64 +00:04:39,910 --> 00:04:42,810 +is a dependent clause. So, it's missing + +65 +00:04:42,810 --> 00:04:46,570 +an independent clause. We can fix it by saying, after + +66 +00:04:46,570 --> 00:04:50,110 +he promised his mother to go to school, he stayed + +67 +00:04:50,110 --> 00:04:53,210 +home to watch TV. Okay. + +68 +00:04:57,650 --> 00:05:00,670 +As we said before, clauses start with + +69 +00:05:00,670 --> 00:05:04,730 +subordinating conjunctions. Here we give us another example, if + +70 +00:05:04,730 --> 00:05:09,210 +it rains today, is it a complete? It starts with a + +71 +00:05:09,210 --> 00:05:13,630 +conditional conjunction. And here because snow is beautiful, + +72 +00:05:13,810 --> 00:05:17,150 +the moon is in the moonlight. Okay, let's look at + +73 +00:05:17,150 --> 00:05:24,410 +exercises. Oh no, relative pronouns. We have + +74 +00:05:24,410 --> 00:05:28,590 +another sentence fragment which is relative + +75 +00:05:28,590 --> 00:05:31,320 +pronouns. What is a relative pronoun? Relative + +76 +00:05:31,320 --> 00:05:35,720 +pronouns introduce clauses that modify nouns or + +77 +00:05:35,720 --> 00:05:40,580 +pronouns. We have three, such as who, which, and + +78 +00:05:40,580 --> 00:05:44,820 +that. For example, the instructor who, this is a + +79 +00:05:44,820 --> 00:05:48,160 +relative pronoun. It modifies the subject, the + +80 +00:05:48,160 --> 00:05:51,700 +instructor. The instructor who argued against + +81 +00:05:51,700 --> 00:05:58,140 +class cancellation forced no. So if this is a + +82 +00:05:58,140 --> 00:06:02,900 +relative pronoun, Close. And this is the subject. + +83 +00:06:04,660 --> 00:06:07,020 +Relatively close have a verb. What is missing + +84 +00:06:07,020 --> 00:06:11,700 +here? We don't have a verb for our subject. So we + +85 +00:06:11,700 --> 00:06:16,860 +need to fix it. It's a little bit tricky. Okay? We + +86 +00:06:16,860 --> 00:06:20,380 +can fix it by two ways. First, we can say the + +87 +00:06:20,380 --> 00:06:23,820 +instructor who argued against class cancellation + +88 +00:06:23,820 --> 00:06:28,460 +for snow was very unrealistic. Or we have another + +89 +00:06:28,460 --> 00:06:32,260 +way to fix it, which just we can cancel the + +90 +00:06:32,260 --> 00:06:35,280 +pronoun where it is, and here it is. The + +91 +00:06:35,280 --> 00:06:38,160 +instructor argued against class cancellation for + +92 +00:06:38,160 --> 00:06:38,460 +snow. + +93 +00:06:42,040 --> 00:06:46,080 +Here it's + +94 +00:06:46,080 --> 00:06:48,760 +another example, and we're going to look at + +95 +00:06:48,760 --> 00:06:54,740 +exercises. Okay. Please identify and correct + +96 +00:06:54,740 --> 00:06:55,640 +fragments here. + +97 +00:07:03,980 --> 00:07:06,640 +Just read it for them and say what the problem is. + +98 +00:07:07,180 --> 00:07:08,100 +The second one. + +99 +00:07:11,480 --> 00:07:16,500 +My sister who went to school in America. Yes. + +100 +00:07:17,080 --> 00:07:19,320 +First you can say my sister went to school in + +101 +00:07:19,320 --> 00:07:22,220 +America. Yes, we can cancel it with the pronoun. Or + +102 +00:07:22,220 --> 00:07:24,280 +complete it. My sister who went to school in + +103 +00:07:24,280 --> 00:07:28,500 +America is a nurse for example. Okay, I hope you + +104 +00:07:28,500 --> 00:07:31,620 +enjoy. Thank you for listening and thank you for + +105 +00:07:31,620 --> 00:07:34,720 +my professor. Thank you. Alright, sentence + +106 +00:07:34,720 --> 00:07:38,080 +fragments. So, if you like what Iman said, first, + +107 +00:07:38,300 --> 00:07:41,880 +what is a sentence fragment? What is a sentence + +108 +00:07:41,880 --> 00:07:46,500 +fragment? Yes, over there, please, Iman. Yes, + +109 +00:07:46,500 --> 00:07:46,800 +please. + +110 +00:07:55,450 --> 00:07:58,710 +Very nice, it's not a complete sentence. Very + +111 +00:07:58,710 --> 00:08:00,990 +good, very good. Ok, let's see, let's see these + +112 +00:08:00,990 --> 00:08:04,310 +examples, alright? Because my cat loves it, + +113 +00:08:04,430 --> 00:08:08,710 +alright? Since he came to New York, before you see + +114 +00:08:08,710 --> 00:08:12,010 +me, the boy with the blue jeans, what do you + +115 +00:08:12,010 --> 00:08:15,870 +notice about these groups of words? Are these + +116 +00:08:15,870 --> 00:08:20,110 +sentences? No, who is it now? Why are they now? + +117 +00:08:21,170 --> 00:08:23,910 +Very nice, very nice. They don't give a full idea. + +118 +00:08:24,050 --> 00:08:27,570 +Remember that we once defined a sentence as a + +119 +00:08:27,570 --> 00:08:29,990 +group of words that has a subject and a verb and + +120 +00:08:29,990 --> 00:08:32,590 +expresses a complete meaning. So when I say, + +121 +00:08:32,970 --> 00:08:38,810 +because my cat loves it, the reader would say, so + +122 +00:08:38,810 --> 00:08:41,170 +what? There is something missing in the meaning + +123 +00:08:41,170 --> 00:08:44,450 +here, okay? And the same thing when I say, when I + +124 +00:08:44,450 --> 00:08:47,440 +write, since he came to New York, The reader would + +125 +00:08:47,440 --> 00:08:51,260 +say, what has he been doing? He's been doing, + +126 +00:08:51,440 --> 00:08:54,560 +alright? So again, the idea is not complete, + +127 +00:08:54,760 --> 00:08:58,840 +alright? Before you see me, what will happen? And + +128 +00:08:58,840 --> 00:09:01,040 +the same thing also for the boy with the blue + +129 +00:09:01,040 --> 00:09:04,460 +jeans. The idea is, what about him? Okay? So the + +130 +00:09:04,460 --> 00:09:08,800 +idea of a fragment is that They are incomplete + +131 +00:09:08,800 --> 00:09:10,920 +ideas. In other words, they are incomplete + +132 +00:09:10,920 --> 00:09:14,720 +sentences because there is something missing in + +133 +00:09:14,720 --> 00:09:17,840 +the idea for it to be complete. And that's why we + +134 +00:09:17,840 --> 00:09:21,080 +call them fragments or sentence fragments. A + +135 +00:09:21,080 --> 00:09:25,420 +sentence fragment is a part of a sentence, not a + +136 +00:09:25,420 --> 00:09:28,840 +complete sentence. And that's because it's either + +137 +00:09:29,190 --> 00:09:33,090 +lacks a subject or lacks a verb, doesn't have a + +138 +00:09:33,090 --> 00:09:37,990 +verb or the idea is not really complete. Alright? + +139 +00:09:38,390 --> 00:09:42,210 +So, a sentence fragment consists of sometimes it + +140 +00:09:42,210 --> 00:09:45,590 +can come in the form of a dependent clause. + +141 +00:09:45,690 --> 00:09:47,470 +Remember what we talked about in the dependent + +142 +00:09:47,470 --> 00:09:50,590 +clauses last time? A subject and a verb but the + +143 +00:09:50,590 --> 00:09:53,550 +idea is not complete. For example, because I was + +144 +00:09:53,550 --> 00:09:57,180 +quite busy. We cannot deal with this as a sentence + +145 +00:09:57,180 --> 00:10:00,720 +because it's not a complete idea. It's not a + +146 +00:10:00,720 --> 00:10:05,060 +complete thought. Sometimes a fragment comes as a + +147 +00:10:05,060 --> 00:10:08,900 +phrase, not a clause. For example, I like ice + +148 +00:10:08,900 --> 00:10:11,940 +cream. Perfect sentence. But what about specially + +149 +00:10:11,940 --> 00:10:15,400 +chocolate? This is not a sentence. This is a + +150 +00:10:15,400 --> 00:10:18,740 +phrase. Okay? And sometimes, and I notice this + +151 +00:10:18,740 --> 00:10:23,400 +quite often, sometimes in your writings, it comes + +152 +00:10:23,400 --> 00:10:28,360 +as a word for example finally schools full stop. So + +153 +00:10:28,360 --> 00:10:31,400 +it is not really a sentence it's actually one word. + +154 +00:10:31,400 --> 00:10:35,100 +So this is again another example of sentence + +155 +00:10:35,100 --> 00:10:40,140 +fragments. Okay, all right so let's look at this + +156 +00:10:40,140 --> 00:10:43,840 +example of a fragment. What is the problem here, the + +157 +00:10:43,840 --> 00:10:48,200 +increase in the cost of renting a house. What is + +158 +00:10:48,200 --> 00:10:52,700 +the problem here, is this a sentence? According to + +159 +00:10:52,700 --> 00:10:54,780 +the definition of a sentence. Is this a sentence? + +160 +00:10:55,520 --> 00:10:58,320 +No, of course not. It is not a sentence. It is a + +161 +00:10:58,320 --> 00:11:02,510 +fragment. And why is it a fragment? It is missing + +162 +00:11:02,510 --> 00:11:05,830 +a verb. Where is the verb? Okay, where is the + +163 +00:11:05,830 --> 00:11:08,030 +complete idea? It is not a sentence, it is + +164 +00:11:08,030 --> 00:11:11,010 +actually a phrase or it is not a sentence, not a + +165 +00:11:11,010 --> 00:11:14,290 +clause because it is missing a verb or there is no + +166 +00:11:14,290 --> 00:11:16,850 +main verb in the sentence, there is no subject + +167 +00:11:16,850 --> 00:11:20,170 +there, relationship, okay? Alright, how can we fix + +168 +00:11:20,170 --> 00:11:23,230 +it? We can look at the example, the cost of + +169 +00:11:23,230 --> 00:11:27,200 +renting a house has increased. Now I have a + +170 +00:11:27,200 --> 00:11:30,840 +subject-verb relationship and the sentence is + +171 +00:11:30,840 --> 00:11:34,740 +meaningful, the sentence is complete in terms of + +172 +00:11:34,740 --> 00:11:37,260 +idea. So I always have to look at these three + +173 +00:11:37,260 --> 00:11:40,980 +elements, subject and verb and a complete idea. + +174 +00:11:41,080 --> 00:11:45,720 +Let's consider a second example. After he finishes + +175 +00:11:45,720 --> 00:11:51,440 +work, Yes, it is not a complete idea. Yes, I have + +176 +00:11:51,440 --> 00:11:53,520 +a subject and a verb, but the idea is not really + +177 +00:11:53,520 --> 00:11:57,200 +complete. So, it is not a complete idea because it + +178 +00:11:57,200 --> 00:12:03,280 +is a dependent clause, not a sentence, not a full + +179 +00:12:03,280 --> 00:12:06,520 +sentence. How can I fix it? He teaches you. How + +180 +00:12:06,520 --> 00:12:09,140 +can I fix it? After he finishes work. Yes, please. + +181 +00:12:09,180 --> 00:12:13,160 +He goes abroad. He goes or he will go abroad. + +182 +00:12:13,400 --> 00:12:16,940 +Another example would be something like after he + +183 +00:12:16,940 --> 00:12:21,240 +finishes work, he will meet his friend at a cafe. + +184 +00:12:21,580 --> 00:12:24,260 +Now we have a dependent clause and independent + +185 +00:12:24,260 --> 00:12:27,220 +clause and we have a complex sentence that is + +186 +00:12:27,220 --> 00:12:30,100 +a meaningful sentence. Okay, is this clear? Yes. + +187 +00:12:30,340 --> 00:12:34,600 +Let's see a third example. Walking in the park + +188 +00:12:34,600 --> 00:12:38,320 +alone this morning. What is the problem here in + +189 +00:12:38,320 --> 00:12:41,100 +this sentence, the fragment? Remember the three + +190 +00:12:41,100 --> 00:12:43,480 +things we talked about. Walking alone in the park + +191 +00:12:43,480 --> 00:12:46,220 +alone, working in the park alone this morning. + +192 +00:12:47,540 --> 00:12:51,720 +Yes, please. There is no subject and there is no + +193 +00:12:51,720 --> 00:12:54,940 +verb. Just walking itself is not a subject-verb + +194 +00:12:54,940 --> 00:12:57,900 +relationship. It's something we call a participle + +195 +00:12:57,900 --> 00:13:01,040 +phrase.Okay? There is no subject. The + +1 + +223 +00:14:45,320 --> 00:14:49,120 +an infinitive. To visit Cairo during summer. Okay? + +224 +00:14:49,220 --> 00:14:52,220 +How can I fix it? That's easy. Just change it into + +225 +00:14:52,220 --> 00:14:55,020 +a sentence. Into a complete sentence. Yes please. + +226 +00:14:55,080 --> 00:14:56,900 +I would love to visit Cairo during summer. I would + +227 +00:14:56,900 --> 00:15:01,320 +love to visit Cairo during summer. Okay? Or, yes + +228 +00:15:01,320 --> 00:15:05,630 +please. He decided to visit Cairo this summer. + +229 +00:15:05,810 --> 00:15:08,750 +What? I have a plan to visit Cairo. Excellent. I + +230 +00:15:08,750 --> 00:15:12,130 +have a plan to visit Cairo this summer. So what we + +231 +00:15:12,130 --> 00:15:15,070 +have here is that all of your good examples is to + +232 +00:15:15,070 --> 00:15:18,670 +change the phrase or to fix the sentence fragment + +233 +00:15:18,670 --> 00:15:21,710 +by changing it into a complete sentence. I could + +234 +00:15:21,710 --> 00:15:25,810 +say to visit Cairo during summer subject can be + +235 +00:15:25,810 --> 00:15:28,770 +good. To visit Cairo during summer can be very + +236 +00:15:28,770 --> 00:15:29,130 +important. + +237 +00:15:31,800 --> 00:15:35,160 +Or it can be very exhausting to visit Cairo during + +238 +00:15:35,160 --> 00:15:39,320 +summer. Now here I fixed the sentence fragment by + +239 +00:15:39,320 --> 00:15:42,720 +making sure that I have a complete sentence, a + +240 +00:15:42,720 --> 00:15:45,780 +subject and a verb and the idea is complete. Is + +241 +00:15:45,780 --> 00:15:49,640 +this clear? Yes. Alright. Yeah. Let's do first + +242 +00:15:49,640 --> 00:15:52,460 +practice and let's look at our page on your + +243 +00:15:52,460 --> 00:15:59,000 +textbook on page eighty two. Eighty two. Very + +244 +00:15:59,000 --> 00:16:03,380 +nice. Eighty two. Yes, please. Alright, so in + +245 +00:16:03,380 --> 00:16:07,480 +exercise 7, what I'd like you to do is just to + +246 +00:16:07,480 --> 00:16:11,140 +quickly go over these sentences and decide if the + +247 +00:16:11,140 --> 00:16:14,740 +sentence is complete and say it is complete and if + +248 +00:16:14,740 --> 00:16:17,280 +it is a fragment, just say it is a fragment and + +249 +00:16:17,280 --> 00:16:20,860 +try to fix it. Try to fix the fragments. Okay? + +250 +00:16:21,460 --> 00:16:27,480 +Yes, please. You see the first example, before I + +251 +00:16:27,480 --> 00:16:30,640 +learned to speak English well. What is the problem + +252 +00:16:30,640 --> 00:16:33,480 +here? A fragment or a sentence? Fragment because + +253 +00:16:33,480 --> 00:16:37,980 +it is a dependency clause. How can I fix it? I + +254 +00:16:37,980 --> 00:16:42,540 +could simply say delete before I learned to speak + +255 +00:16:42,540 --> 00:16:45,780 +English well or before I learned to speak English + +256 +00:16:45,780 --> 00:16:51,460 +well, I was suffering with a lot of grammatical + +257 +00:16:51,460 --> 00:16:55,100 +problems and so on. Look at the other example + +258 +00:16:55,100 --> 00:16:55,480 +please. + +259 +00:17:42,110 --> 00:17:44,870 +Alright, let's look at number 2. Who would like to + +260 +00:17:44,870 --> 00:17:45,990 +do number 2? Yes please. + +261 +00:17:49,190 --> 00:17:52,890 +Fragment or sentence? Fragments. Alright, how can + +262 +00:17:52,890 --> 00:17:56,010 +I fix it? It's because it's not a complete idea. + +263 +00:17:56,110 --> 00:17:58,450 +It's just a dependent clause. How can I fix it? + +264 +00:18:01,990 --> 00:18:05,170 +Every night after I finish my homework, I chat + +265 +00:18:05,170 --> 00:18:09,370 +with my friends. Very nice. I chat with my + +266 +00:18:09,370 --> 00:18:15,270 +friends. With my friends. + +267 +00:18:16,710 --> 00:18:20,110 +Very nice. Okay, now I added an independent clause + +268 +00:18:20,110 --> 00:18:23,790 +to this fragment to make it a complete sentence. + +269 +00:18:24,130 --> 00:18:26,870 +Yes please, over there. As soon as we heard the + +270 +00:18:26,870 --> 00:18:30,390 +crash, it's a fragment. It's a fragment, yes. How + +271 +00:18:30,390 --> 00:18:33,130 +to fix it? As soon as we heard the crash, we ran + +272 +00:18:33,130 --> 00:18:35,530 +to see what happened. We ran, we ran, excellent. + +273 +00:18:35,710 --> 00:18:38,590 +We ran to see what happened or we called the + +274 +00:18:38,590 --> 00:18:44,670 +police and so on, alright? Yes. We ran to see, + +275 +00:18:45,070 --> 00:18:47,690 +that's a Palestinian thing. We ran to see what + +276 +00:18:47,690 --> 00:18:52,930 +happened. Yes. What happened. Yes. Okay, very + +277 +00:18:52,930 --> 00:18:59,250 +nice. Okay, number four. Yes. Yes, please. Yes, at + +278 +00:18:59,250 --> 00:19:00,230 +the end. Yes, please. + +279 +00:19:05,270 --> 00:19:07,610 +That's a sentence. Very nice. That's a sentence. + +280 +00:19:07,770 --> 00:19:11,750 +Number five. Yes, please. Over there. Wait until + +281 +00:19:11,750 --> 00:19:14,050 +you hear the bell, then you can go home. It's a + +282 +00:19:14,050 --> 00:19:17,230 +fragment I grew up by learning. Let's look at + +283 +00:19:17,230 --> 00:19:20,510 +number five again. What is the sentence? Wait + +284 +00:19:20,510 --> 00:19:23,870 +until I, until you hear the bell. What's the + +285 +00:19:23,870 --> 00:19:26,970 +sentence? It's an Ugha. It's an imperative. So it + +286 +00:19:26,970 --> 00:19:29,490 +is a complete sentence. There is no problem in it. + +287 +00:19:29,870 --> 00:19:34,700 +Number six. Yes, please. Whenever my children have + +288 +00:19:34,700 --> 00:19:37,200 +a school holiday, I go out for shopping. Venice, + +289 +00:19:37,300 --> 00:19:40,340 +is it a fragment or not? It's a fragment. Whenever + +290 +00:19:40,340 --> 00:19:43,940 +my children have a school holiday, what happens? + +291 +00:19:44,040 --> 00:19:46,680 +So again, the idea is not complete. I could say, + +292 +00:19:46,840 --> 00:19:54,280 +we go out, we go + +293 +00:19:54,280 --> 00:19:58,940 +shopping. Okay? So now it is a complete idea. Now + +294 +00:19:58,940 --> 00:20:02,640 +it is a sentence. Funny? Yes please. It's a + +295 +00:20:02,640 --> 00:20:05,100 +sentence. I work at night while my husband stays + +296 +00:20:05,100 --> 00:20:07,660 +home with the children. Very nice. It is a + +297 +00:20:07,660 --> 00:20:10,980 +sentence. It's a complete sentence that has all + +298 +00:20:10,980 --> 00:20:14,020 +the elements of a good sentence. So alright. Let's + +299 +00:20:14,020 --> 00:20:20,280 +look at these examples. of sentence fragments and + +300 +00:20:20,280 --> 00:20:23,940 +we're going to work together and try to fix them + +301 +00:20:23,940 --> 00:20:26,160 +very quickly. Remember we said that a sentence + +302 +00:20:26,160 --> 00:20:30,400 +fragment could be a dependent clause or a phrase + +303 +00:20:30,400 --> 00:20:33,680 +or just a word. So these we have examples of the + +304 +00:20:33,680 --> 00:20:37,440 +three kinds of sentence problems. Let's look at + +305 +00:20:37,440 --> 00:20:40,520 +number one and just answer it together. Hundreds + +306 +00:20:40,520 --> 00:20:45,580 +of people in the street. It's a fragment. Why? No + +307 +00:20:45,580 --> 00:20:49,440 +subject, no verb, no pre-idea. It's a phrase, not + +308 +00:20:49,440 --> 00:20:52,360 +a sentence. How can I fix it? Very easy. I could + +309 +00:20:52,360 --> 00:20:58,320 +say there are hundreds of people in the street or + +310 +00:20:58,320 --> 00:21:01,870 +hundreds of people in the streets where? walking + +311 +00:21:01,870 --> 00:21:05,230 +or they're gathering or shouting or whatever okay + +312 +00:21:05,230 --> 00:21:07,610 +so as long as I make sure that there is a subject + +313 +00:21:07,610 --> 00:21:11,790 +and a verb and I can play it idea fairness just + +314 +00:21:11,790 --> 00:21:15,170 +very quickly in pairs look at these examples of + +315 +00:21:15,170 --> 00:21:17,450 +sentences fragments and try to fix them + +316 +00:21:43,920 --> 00:21:45,260 +I don't know. + +317 +00:21:50,740 --> 00:21:53,840 +Thank you very much. + +318 +00:22:16,680 --> 00:22:20,100 +I'm going to show you how to do it. I'm going to + +319 +00:22:20,100 --> 00:22:24,780 +show + +320 +00:22:24,780 --> 00:22:27,460 +you how to do it. I'm going to show you how to do + +321 +00:22:27,460 --> 00:22:31,800 +it. + +322 +00:22:57,920 --> 00:23:00,640 +Okay. Okay. + +323 +00:23:23,860 --> 00:23:24,160 +Okay. + +324 +00:23:42,880 --> 00:23:47,760 +Alright? Let's address them, each one, everyone of + +325 +00:23:47,760 --> 00:23:51,720 +them. Yes, please. Second one. If your parents + +326 +00:23:51,720 --> 00:23:54,800 +think you are not doing your homework, it's a + +327 +00:23:54,800 --> 00:23:56,800 +fragment. It's a fragment. How can I deal with + +328 +00:23:56,800 --> 00:24:00,200 +that? You go and drive to your mom and inform + +329 +00:24:00,200 --> 00:24:03,440 +them. So I add something to it. So if your parents + +330 +00:24:03,440 --> 00:24:07,250 +think you are not doing your homework,Okay? Do + +331 +00:24:07,250 --> 00:24:11,570 +something to please them, alright? Do something in + +332 +00:24:11,570 --> 00:24:20,430 +front of them, okay? Just make sure you are doing + +333 +00:24:20,430 --> 00:24:22,190 +your homework. + +334 +00:24:24,450 --> 00:24:28,530 +Okay? Very nice. Very nice. So I added another + +335 +00:24:28,530 --> 00:24:32,490 +clause to complete the sentence. Or else I could + +336 +00:24:32,490 --> 00:24:36,330 +just simply delete F. Now it's a complete idea + +337 +00:24:36,330 --> 00:24:39,670 +because it has no subordinators. Alright? Number + +338 +00:24:39,670 --> 00:24:42,690 +three. Having no money and being lonely in the + +339 +00:24:42,690 --> 00:24:44,290 +city. Yes please. + +340 +00:24:48,640 --> 00:24:53,960 +We can say we are having no money and being lonely + +341 +00:24:53,960 --> 00:25:01,440 +in the city. Or we can say he had no money and was + +342 +00:25:01,440 --> 00:25:05,130 +lonely in the city because of this Participial + +343 +00:25:05,130 --> 00:25:08,230 +cannot function as a finite verb, as a verb, as a + +344 +00:25:08,230 --> 00:25:11,310 +main verb. So we cannot change it into he had no + +345 +00:25:11,310 --> 00:25:15,350 +money and was alone or was lonely in the city. No, + +346 +00:25:15,410 --> 00:25:18,410 +so I have a subject and verb relationship. Number + +347 +00:25:18,410 --> 00:25:21,470 +four, when you drive, please. When you drive in + +348 +00:25:21,470 --> 00:25:24,270 +the city during the evening rush hour, you should + +349 +00:25:24,270 --> 00:25:28,010 +be careful. You should be careful. Is that right? + +350 +00:25:28,270 --> 00:25:33,090 +Yes. So we add a clause to it. So you should + +351 +00:25:35,910 --> 00:25:42,520 +Be careful, okay?Is that right? Yes. Now I have a + +352 +00:25:42,520 --> 00:25:45,020 +complex sentence like what we said last time. + +353 +00:25:45,120 --> 00:25:48,380 +Please. To apply for a job at the new store in the + +354 +00:25:48,380 --> 00:25:52,200 +mall, you should be ready. To apply for a job at + +355 +00:25:52,200 --> 00:25:55,280 +the new store at the mall, you should be prepared + +356 +00:25:55,280 --> 00:25:59,700 +or you should be ready. Or you can say, you ought + +357 +00:25:59,700 --> 00:26:04,260 +to apply or you can apply or you have to apply at. + +358 +00:26:04,560 --> 00:26:05,400 +Is that right? Yes. + +359 +00:26:10,130 --> 00:26:13,410 +Okay? Is that correct? Yes, I simply just changed + +360 +00:26:13,410 --> 00:26:17,350 +it into a sentence. Number six. Yes, please. As + +361 +00:26:17,350 --> 00:26:19,770 +soon as Frank found out how expensive the cleaning + +362 +00:26:19,770 --> 00:26:23,250 +job would be, just we can delete as soon as. Okay, + +363 +00:26:23,630 --> 00:26:26,510 +okay. Right, right. Very nice, very nice. Frank + +364 +00:26:26,510 --> 00:26:31,830 +found out how expensive the cleaning job would be, + +365 +00:26:31,910 --> 00:26:35,880 +all we can help is first we can say comma Alright. + +366 +00:26:36,240 --> 00:26:38,180 +Guess please. He decided to clean his car by + +367 +00:26:38,180 --> 00:26:43,900 +himself. Very nice. He decided to do the job of + +368 +00:26:43,900 --> 00:26:49,000 +cleaning the car himself. + +369 +00:26:50,820 --> 00:26:54,420 +Okay. Now we have a complete idea. Very nice. + +370 +00:26:54,580 --> 00:26:58,960 +Number seven. Number seven. Guess please. Many + +371 +00:26:58,960 --> 00:27:02,480 +customers come and buy three or four times over + +372 +00:27:02,480 --> 00:27:06,440 +the summer. It's sometimesNo, it's not a sentence. + +373 +00:27:06,680 --> 00:27:09,240 +Why is it not a sentence? Because the name of the + +374 +00:27:09,240 --> 00:27:13,760 +subject is coming from the verb. No, no. We say + +375 +00:27:13,760 --> 00:27:17,410 +come, has come.will be coming, have been coming + +376 +00:27:17,410 --> 00:27:19,830 +and so on. But coming as a self is not a verb. + +377 +00:27:19,930 --> 00:27:22,370 +It's not something called a finite verb. Okay? + +378 +00:27:22,430 --> 00:27:25,850 +It's not a main verb. Okay? So I can't fix it. My + +379 +00:27:25,850 --> 00:27:31,110 +customers are coming or will be coming. Now it is + +380 +00:27:31,110 --> 00:27:32,730 +something called a finite verb. But I'll talk + +381 +00:27:32,730 --> 00:27:37,610 +about it later inshallah. Will be coming three or + +382 +00:27:37,610 --> 00:27:41,290 +four times a year during the summer. Alright? + +383 +00:27:42,100 --> 00:27:44,180 +Let's see number eight. We saw an example of this. + +384 +00:27:44,580 --> 00:27:47,140 +Having very little time for anything else. + +385 +00:27:49,140 --> 00:27:51,700 +Obviously. Which he is or he is having very little + +386 +00:27:51,700 --> 00:27:54,620 +time. Very less. He is having very little time or + +387 +00:27:54,620 --> 00:28:00,720 +he has very little time. He has. So having because + +388 +00:28:00,720 --> 00:28:03,800 +having as a subject cannot function as a subject + +389 +00:28:03,800 --> 00:28:06,800 +or a verb by itself. So I have to change the verb. + +390 +00:28:07,120 --> 00:28:11,010 +He has very little time for anything else. Now, + +391 +00:28:11,110 --> 00:28:14,350 +number nine, because she didn't want to tell where + +392 +00:28:14,350 --> 00:28:18,350 +she had bought the strange shirt. Yes, please. We + +393 +00:28:18,350 --> 00:28:22,650 +can say that she doesn't want to tell anyone. No, + +394 +00:28:22,890 --> 00:28:25,970 +this is a fragment. How can we fix it? Because + +395 +00:28:25,970 --> 00:28:29,110 +this is a dependent clause only. We can simply + +396 +00:28:29,110 --> 00:28:34,810 +say, she didn't want to tell anyone where she had + +397 +00:28:34,810 --> 00:28:38,810 +bought the strange shirt. Or we could say,she kept + +398 +00:28:38,810 --> 00:28:43,790 +silent or her friends were angry with her okay + +399 +00:28:43,790 --> 00:28:50,450 +it's a comma her friends were + +400 +00:28:50,450 --> 00:28:58,270 +upset were angry with her were upset okay last one + +401 +00:28:58,270 --> 00:29:03,090 +for example in the restaurant for example in the + +402 +00:29:03,090 --> 00:29:06,770 +restaurant yes please I want to meet youOkay, for + +403 +00:29:06,770 --> 00:29:10,770 +example, I will meet you in the restaurant. Now I + +404 +00:29:10,770 --> 00:29:14,290 +have a sentence, okay? Or for example, in the + +405 +00:29:14,290 --> 00:29:16,530 +restaurant you can find lots of? + +406 +00:29:21,860 --> 00:29:25,400 +Alright? Now this is what we mean by trying to + +407 +00:29:25,400 --> 00:29:29,140 +address or solve sentence fragments because a + +408 +00:29:29,140 --> 00:29:32,720 +fragment is part of a sentence not a complete + +409 +00:29:32,720 --> 00:29:37,220 +sentence. Alright? Now let's do this again. We're + +410 +00:29:37,220 --> 00:29:43,880 +going to zoom + +445 +00:33:38,280 --> 00:33:43,260 +mainly because they are missing a subject or a + +446 +00:33:43,260 --> 00:33:47,800 +verb. And this is how it would look like. Okay. + +447 +00:33:47,900 --> 00:33:49,880 +The answer would be something like many + +448 +00:33:49,880 --> 00:33:54,030 +interesting people, their daughter, and so on. We + +449 +00:33:54,030 --> 00:33:58,190 +often met, and so on. All right, let's conclude + +450 +00:33:58,190 --> 00:34:01,310 +with this, again with this paragraph and try to + +451 +00:34:01,310 --> 00:34:06,790 +identify the sentence fragments in this paragraph. + +452 +00:34:07,770 --> 00:34:09,050 +Very quickly please. + +453 +00:34:54,540 --> 00:34:55,240 +It's pretty nice. + +454 +00:35:45,230 --> 00:35:46,750 +Yes. Yes. + +455 +00:36:18,830 --> 00:36:23,750 +Alright, let's see. What is the problem here? Who + +456 +00:36:23,750 --> 00:36:26,630 +would like to start first? After I had gotten up, + +457 +00:36:26,690 --> 00:36:30,890 +got an apple. Full stop. I ate my breakfast. What + +458 +00:36:30,890 --> 00:36:34,170 +is the problem here? This is a dependency closed + +459 +00:36:34,170 --> 00:36:37,090 +up. Alright? So this is a problem. This is a + +460 +00:36:37,090 --> 00:36:39,510 +fragment. How come I have to fix that? Simple + +461 +00:36:39,510 --> 00:36:45,010 +comma. Yes. After I had gotten up late, what + +462 +00:36:45,010 --> 00:36:50,230 +happened? I ate my breakfast. Alright? No. Yes + +463 +00:36:50,230 --> 00:36:54,150 +please. While I was eating breakfast? Yes. Yes. + +464 +00:36:54,290 --> 00:36:57,770 +While I was eating breakfast. Again, it's a + +465 +00:36:57,770 --> 00:37:00,870 +fragment because it's dependent. How to fix that? + +466 +00:37:01,330 --> 00:37:06,250 +Why I was eating breakfast, I heard a squeaking sound + +467 +00:37:06,250 --> 00:37:11,410 +at my door. It was a little kitten that was crying, it + +468 +00:37:11,410 --> 00:37:15,880 +was really cute. I picked her up and took her + +469 +00:37:15,880 --> 00:37:19,460 +inside and gave her a bowl of milk and a soft + +470 +00:37:19,460 --> 00:37:23,740 +blanket. Problem? No. I took the day off so that I + +471 +00:37:23,740 --> 00:37:26,520 +could take her to the vet. The vet told me she was + +472 +00:37:26,520 --> 00:37:31,120 +fine. Full stop. Problem? No. Because I had given + +473 +00:37:31,120 --> 00:37:33,720 +her what she needed, milk and a warm blanket. + +474 +00:37:34,470 --> 00:37:38,210 +Problem? Yes, there is a problem. What is the + +475 +00:37:38,210 --> 00:37:44,810 +problem here? This is again a dependent clause. + +476 +00:37:45,590 --> 00:37:48,350 +Alright? Just a dependent clause. So again this is + +477 +00:37:48,350 --> 00:37:52,860 +a fragment. How to fix it? It's just attach it to + +478 +00:37:52,860 --> 00:37:55,260 +the previous sentence, to the independent clause. + +479 +00:37:55,780 --> 00:38:00,220 +But the vet told me she was fine, no comments + +480 +00:38:00,220 --> 00:38:05,160 +because I had given her what she needed, warm milk + +481 +00:38:05,160 --> 00:38:08,460 +and a warm blanket. Now we have a complex + +482 +00:38:08,460 --> 00:38:11,140 +sentence, okay? Independent and dependent + +483 +00:38:11,140 --> 00:38:15,980 +clause, okay? She's sending it home. I asked all + +484 +00:38:15,980 --> 00:38:18,020 +my friends to take care of her. They all wanted the + +485 +00:38:18,020 --> 00:38:20,520 +little kitten. However, they couldn't keep pets in + +486 +00:38:20,520 --> 00:38:24,200 +their apartments. They couldn't. Is that right? + +487 +00:38:24,440 --> 00:38:29,340 +Yes. The subject is missing. Now she is my pet and + +488 +00:38:29,340 --> 00:38:32,420 +friend. So the answer would be something like + +489 +00:38:32,420 --> 00:38:33,400 +this. + +490 +00:38:38,490 --> 00:38:40,910 +All right, the answer would be something like + +491 +00:38:40,910 --> 00:38:44,370 +this. All of these are fragments mainly because + +492 +00:38:44,370 --> 00:38:48,970 +they are dependent clauses only. They are not + +493 +00:38:48,970 --> 00:38:52,310 +complete sentences. And the only way to solve it + +494 +00:38:52,310 --> 00:38:56,410 +is by adding the dependent clause to its main + +495 +00:38:56,410 --> 00:38:59,810 +clause, to its independent clause. So just to + +496 +00:38:59,810 --> 00:39:03,310 +recap, what we talked about today is basically a + +497 +00:39:03,310 --> 00:39:06,610 +problem of sentence fragments, which can come as + +498 +00:39:06,960 --> 00:39:13,760 +a, a dependent clause or as a phrase or as a word + +499 +00:39:13,760 --> 00:39:16,560 +and the only way to solve them is by changing them + +500 +00:39:16,560 --> 00:39:20,200 +into complete sentences. That is to say, a subject + +501 +00:39:20,200 --> 00:39:23,540 +and a verb and a complete idea. Is this clear? + +502 +00:39:23,920 --> 00:39:25,700 +Yes. Alright, we'll do more practice inshallah + +503 +00:39:25,700 --> 00:39:28,620 +next time, but for now thank you very much and I'll + +504 +00:39:28,620 --> 00:39:30,440 +see you inshallah next time. Thank you. diff --git a/PL9fwy3NUQKwbknFHzECJkgNOSFOth6GiS/KHbJ-ApKcfo_raw.srt b/PL9fwy3NUQKwbknFHzECJkgNOSFOth6GiS/KHbJ-ApKcfo_raw.srt new file mode 100644 index 0000000000000000000000000000000000000000..0b7b5f92210e46823c0c303f3c1eb8e13bd38d76 --- /dev/null +++ b/PL9fwy3NUQKwbknFHzECJkgNOSFOth6GiS/KHbJ-ApKcfo_raw.srt @@ -0,0 +1,1792 @@ +1 +00:00:20,750 --> 00:00:22,950 +As-salamu alaykum. Good morning, how are you + +2 +00:00:22,950 --> 00:00:27,090 +today? Very good, very good. Alright, we are going + +3 +00:00:27,090 --> 00:00:29,850 +today to look at a very important type of + +4 +00:00:29,850 --> 00:00:33,210 +paragraph and this is called cause and effect + +5 +00:00:33,210 --> 00:00:36,290 +paragraph. Previously we talked about different + +6 +00:00:36,290 --> 00:00:38,650 +types of paragraph, the comparison contrast + +7 +00:00:38,650 --> 00:00:41,210 +paragraph and descriptive paragraph and today + +8 +00:00:41,210 --> 00:00:45,270 +we're looking at a third common type of academic + +9 +00:00:45,270 --> 00:00:48,150 +writing which involves looking at causes and + +10 +00:00:48,150 --> 00:00:52,700 +effect or in other words and effect paragraph + +11 +00:00:52,700 --> 00:00:56,220 +writing. So what is a cause and effect paragraph? + +12 +00:00:56,500 --> 00:01:01,220 +Generally, whenever we look at causes and effects, + +13 +00:01:01,600 --> 00:01:05,400 +we actually look at how they affect each other. In + +14 +00:01:05,400 --> 00:01:09,320 +other words, cause and effect depend on each + +15 +00:01:09,320 --> 00:01:13,340 +other. For example, you can't have one without the + +16 +00:01:13,340 --> 00:01:16,320 +other. For example, if we looked at like a plane + +17 +00:01:16,320 --> 00:01:19,960 +crash, okay? we immediately think of what caused + +18 +00:01:19,960 --> 00:01:23,280 +that plane crash. Was it a technical error? Was it + +19 +00:01:23,280 --> 00:01:29,080 +a human error? And sometimes we also look at the + +20 +00:01:29,080 --> 00:01:32,840 +results or the effects of a plane crash. For + +21 +00:01:32,840 --> 00:01:36,800 +example, how many people were killed, for example, + +22 +00:01:36,900 --> 00:01:40,280 +and so on. So generally, in this kind of writing, + +23 +00:01:40,440 --> 00:01:43,920 +we look at how the causes and effects of + +24 +00:01:43,920 --> 00:01:45,460 +something. + +25 +00:01:47,560 --> 00:01:51,000 +Cause and effect writing analyzes why something + +26 +00:01:51,000 --> 00:01:55,740 +happens. Sometimes some effects are caused by + +27 +00:01:55,740 --> 00:02:01,420 +multiple causes and sometimes one cause results in + +28 +00:02:01,420 --> 00:02:05,240 +multiple effects. So today we're going in the next + +29 +00:02:05,240 --> 00:02:07,940 +class, inshallah, we're going to look at doing + +30 +00:02:07,940 --> 00:02:11,420 +some more practice in the cause and effect, in + +31 +00:02:11,420 --> 00:02:15,740 +writing cause and effect paragraphs, okay? So + +32 +00:02:15,740 --> 00:02:19,180 +generally, in other words, writers, when we use + +33 +00:02:19,180 --> 00:02:23,260 +raw cause and effect writing, we actually try to + +34 +00:02:23,260 --> 00:02:25,940 +write about why something happens or the results + +35 +00:02:25,940 --> 00:02:29,580 +of something. In other words, generally we ask + +36 +00:02:29,580 --> 00:02:33,100 +ourselves, what are the causes of X, for instance? + +37 +00:02:33,740 --> 00:02:38,380 +What led to X? Why did X happen, in other words? + +38 +00:02:41,530 --> 00:02:44,330 +of pollution for example? What are the effects of + +39 +00:02:44,330 --> 00:02:47,910 +water pollution? What are the causes of the last + +40 +00:02:47,910 --> 00:02:50,770 +war on Gaza for instance? What are the + +41 +00:02:50,770 --> 00:02:53,670 +consequences of the last aggression on Gaza for + +42 +00:02:53,670 --> 00:02:57,530 +example? What would be the effects of X and so on? + +43 +00:02:57,550 --> 00:03:01,870 +So generally we look at the causes and effects. + +44 +00:03:02,520 --> 00:03:06,240 +Okay, let us just look quickly at these examples + +45 +00:03:06,240 --> 00:03:10,340 +and try to identify the cause and the effect in + +46 +00:03:10,340 --> 00:03:13,320 +each one of these paragraphs. Let's start with the + +47 +00:03:13,320 --> 00:03:17,580 +first one. A very cold weather make people stay + +48 +00:03:17,580 --> 00:03:22,100 +indoor. What is the cause here? What is the cause + +49 +00:03:22,100 --> 00:03:24,060 +here? A very cold weather will make people stay + +50 +00:03:24,060 --> 00:03:30,050 +indoor? Yes, please. Daniel, please. A very cold + +51 +00:03:30,050 --> 00:03:36,450 +weather and the result will be people staying + +52 +00:03:36,450 --> 00:03:40,110 +indoors. Very nice. The next one. As a result of + +53 +00:03:40,110 --> 00:03:45,290 +his injury he could no longer play tennis. As a + +54 +00:03:45,290 --> 00:03:48,450 +result of his injury he could no longer + +55 +00:04:05,590 --> 00:04:09,650 +Economic growth creates many jobs, which in turn + +56 +00:04:09,650 --> 00:04:13,990 +make many families live in poor conditions. + +57 +00:04:15,520 --> 00:04:18,740 +Economic growth creates many jobs which in turn + +58 +00:04:18,740 --> 00:04:23,880 +make many families live in better conditions. So, + +59 +00:04:24,240 --> 00:04:28,960 +Dalia please. Economic growth is the cause which + +60 +00:04:28,960 --> 00:04:35,360 +leads to creating jobs. And these many jobs, it + +61 +00:04:35,360 --> 00:04:40,560 +becomes the first core Alright, families living in + +62 +00:04:40,560 --> 00:04:43,460 +poor conditions. Okay, so it is one cause leading + +63 +00:04:43,460 --> 00:04:46,820 +to an effect and this effect becomes a cause for + +64 +00:04:46,820 --> 00:04:51,600 +another effect, okay? Number four, according to + +65 +00:04:51,600 --> 00:04:57,660 +experts, new agricultural methods will help solve + +66 +00:04:57,660 --> 00:05:03,490 +many problems. New agricultural methods will help + +67 +00:05:03,490 --> 00:05:05,930 +solve many problems. Yes, please. Agricultural + +68 +00:05:05,930 --> 00:05:08,610 +methods is the cause. It helps solve many + +69 +00:05:08,610 --> 00:05:11,450 +problems. Very nice. So helping solve many + +70 +00:05:11,450 --> 00:05:15,850 +problems is the effect or the result of something. + +71 +00:05:16,390 --> 00:05:20,370 +Necessity is the mother of invention. What is the + +72 +00:05:20,370 --> 00:05:26,000 +cause here? Necessity is the cause and the result + +73 +00:05:26,000 --> 00:05:29,060 +is the mother of the invention. This is the + +74 +00:05:29,060 --> 00:05:30,900 +result, this is the consequence, this is the + +75 +00:05:30,900 --> 00:05:36,120 +effect of necessities that it leads to other, to + +76 +00:05:36,120 --> 00:05:38,920 +the invention. Look at the remaining sentences, + +77 +00:05:39,140 --> 00:05:43,360 +try to identify the causes and effects in each one + +78 +00:05:43,360 --> 00:05:44,820 +of these sentences. + +79 +00:06:51,930 --> 00:06:54,770 +All right, let's see. Number six. Yes, please. + +80 +00:06:55,110 --> 00:06:58,070 +Having a cold is a cause. Yes. Not going to class + +81 +00:06:58,070 --> 00:07:00,990 +is a result. Yes, I had a cold. This is the cause. + +82 +00:07:01,130 --> 00:07:03,670 +I'm not going to class. This is the effect. Yes, + +83 +00:07:03,730 --> 00:07:06,830 +please. Very good. Yes, please. Over there. I + +84 +00:07:06,830 --> 00:07:09,750 +didn't go to class because I had a cold. Because I + +85 +00:07:09,750 --> 00:07:13,430 +had a cold. Yes, this is the effect. Very nice. + +86 +00:07:13,690 --> 00:07:18,450 +And the cause is having + +87 +00:07:18,450 --> 00:07:23,520 +a cold. Let's see number eight. Yes, please. This + +88 +00:07:23,520 --> 00:07:31,360 +is the cause for providing food for the needy as a + +89 +00:07:31,360 --> 00:07:35,560 +result. Okay. Or we can say the other way. This + +90 +00:07:35,560 --> 00:07:39,220 +becomes the cause for why the government spends a + +91 +00:07:39,220 --> 00:07:42,000 +lot of money. So it's the other way around as + +92 +00:07:42,000 --> 00:07:44,420 +well. Yes, please start. Higher prices are often + +93 +00:07:44,420 --> 00:07:48,240 +the result of the increase inConsumption. A higher + +94 +00:07:48,240 --> 00:07:52,740 +price is a result and increase in consumption is a + +95 +00:07:52,740 --> 00:07:55,540 +reason. Is the result of the effect and increase + +96 +00:07:55,540 --> 00:07:59,860 +in consumption is the cause. And finally, bad road + +97 +00:07:59,860 --> 00:08:03,780 +conditions cause the car accident of their place. + +98 +00:08:06,580 --> 00:08:11,960 +It's the cause and the core accident is. So + +99 +00:08:11,960 --> 00:08:14,620 +clearly this is just to give you a perspective, to + +100 +00:08:14,620 --> 00:08:17,960 +put you on perspective on the need in this kind of + +101 +00:08:17,960 --> 00:08:22,000 +writing to actually identify causes and identify + +102 +00:08:22,000 --> 00:08:25,990 +being able to identify causes. The effects, + +103 +00:08:26,090 --> 00:08:29,290 +alright? So, what sort of transitions do I use in + +104 +00:08:29,290 --> 00:08:34,510 +this kind of writing? Many of them are familiar to + +105 +00:08:34,510 --> 00:08:38,390 +you. For example, we can use a as a result because + +106 +00:08:38,390 --> 00:08:45,420 +consequently due to if then leads to, for example, + +107 +00:08:45,700 --> 00:08:48,800 +pollution or air pollution leads to health + +108 +00:08:48,800 --> 00:08:51,400 +problems, for example, or too many diseases and so + +109 +00:08:51,400 --> 00:08:55,400 +on. Therefore, thus, as a consequent, + +110 +00:08:55,480 --> 00:08:59,200 +consequently, and so on. We can also add something + +111 +00:08:59,200 --> 00:09:04,480 +called degrees of certainty. That is to say, how + +112 +00:09:04,480 --> 00:09:09,240 +much inputs, how much certainty do you add to the + +113 +00:09:09,240 --> 00:09:11,400 +proposition, to the statement you are saying. For + +114 +00:09:11,400 --> 00:09:17,840 +example, air pollution certainly leads to health + +115 +00:09:17,840 --> 00:09:21,540 +problems, for example. Soil pollution may cause + +116 +00:09:21,540 --> 00:09:24,820 +some problems, okay? So degrees of certainty is + +117 +00:09:24,820 --> 00:09:28,740 +about the degree of certainty you attach to + +118 +00:09:28,740 --> 00:09:31,300 +something, to your proposition. For example, + +119 +00:09:31,500 --> 00:09:35,470 +certainly, may. necessarily, perhaps, likely, + +120 +00:09:36,190 --> 00:09:40,670 +probably, undoubtedly, unquestionably, + +121 +00:09:40,810 --> 00:09:44,090 +indisputably and so on. So these are also helpful + +122 +00:09:44,090 --> 00:09:48,310 +adverbs that you can actually use to attach + +123 +00:09:48,310 --> 00:09:51,210 +certain degree of certainty to your proposition. + +124 +00:09:51,670 --> 00:09:56,370 +And also we can organize our causes or effects in + +125 +00:09:56,370 --> 00:09:59,490 +terms of their level of importance. For example, + +126 +00:10:00,110 --> 00:10:03,830 +above all, air pollution is the most serious + +127 +00:10:03,830 --> 00:10:08,070 +health problem to people in Gaza, for example. Or + +128 +00:10:08,070 --> 00:10:11,770 +equally important, water pollution cause very + +129 +00:10:11,770 --> 00:10:17,010 +harmful effects to people's health. Or most + +130 +00:10:17,010 --> 00:10:21,560 +importantly, or first, second, initially, + +131 +00:10:22,200 --> 00:10:26,800 +essentially, primarily and finally and so on. So + +132 +00:10:26,800 --> 00:10:29,260 +we should actually use some of these and some of + +133 +00:10:29,260 --> 00:10:32,340 +these and of course transitions indicating cause + +134 +00:10:32,340 --> 00:10:35,800 +and effect in order to make our writing look more + +135 +00:10:35,800 --> 00:10:40,360 +sophisticated and more interesting. Alright? Okay. + +136 +00:10:42,600 --> 00:10:44,820 +What sort of transitions? Do some practice in + +137 +00:10:44,820 --> 00:10:47,980 +terms of the transitions that we can actually use. + +138 +00:10:48,080 --> 00:10:50,220 +For example, I'm going to use a punctuation here. + +139 +00:10:50,560 --> 00:10:54,690 +For example, the weather was cold. Therefore, + +140 +00:10:55,090 --> 00:10:59,270 +Sally closed the window. Sally put on her coat + +141 +00:10:59,270 --> 00:11:02,970 +because the weather was cold. Notice the + +142 +00:11:02,970 --> 00:11:05,470 +punctuation here. And the same thing with number + +143 +00:11:05,470 --> 00:11:08,750 +three. The weather was cold. The semicolon + +144 +00:11:08,750 --> 00:11:12,970 +consequently comma Sally put on her coat or her + +145 +00:11:12,970 --> 00:11:17,640 +scarf. A storm hit the town. As a result, okay, + +146 +00:11:18,180 --> 00:11:21,680 +the schools were closed or the schools were closed + +147 +00:11:21,680 --> 00:11:26,020 +because the school had the downside. So, it's + +148 +00:11:26,020 --> 00:11:28,480 +rather clear. Let's just very quickly complete + +149 +00:11:28,480 --> 00:11:34,840 +these two sentences. He saw starving children. He + +150 +00:11:34,840 --> 00:11:38,640 +had their food. Okay, so we can use their food + +151 +00:11:38,640 --> 00:11:41,880 +subsequently or as a result. + +152 +00:11:47,380 --> 00:11:54,700 +The second one, he helped Hans because he's + +153 +00:11:54,700 --> 00:12:00,200 +so starving. Now, let's just choose the correct + +154 +00:12:00,200 --> 00:12:06,660 +answer from this one. Janet got home late, is it + +155 +00:12:06,660 --> 00:12:10,220 +therefore since because of or due to she missed + +156 +00:12:10,220 --> 00:12:15,250 +her evening TV program. What is the correct + +157 +00:12:15,250 --> 00:12:16,830 +transition in this case? + +158 +00:12:19,450 --> 00:12:23,250 +Ah right, yes please. Therefore, therefore yes, so + +159 +00:12:23,250 --> 00:12:27,730 +Hani got, Janet got home on ice, therefore she + +160 +00:12:27,730 --> 00:12:33,670 +missed her evening TV program. Ali missed the bus, + +161 +00:12:34,150 --> 00:12:39,260 +he woke up late. Yes, because he woke up very + +162 +00:12:39,260 --> 00:12:44,400 +good. Not due to or because of. Sins. It's not + +163 +00:12:44,400 --> 00:12:49,460 +because, sorry. It has to be sins. Okay. Why is it + +164 +00:12:49,460 --> 00:12:53,780 +not because of or due to? Because, balance. + +165 +00:12:54,100 --> 00:12:57,660 +Whenever we have because of or due to, we have to + +166 +00:12:57,660 --> 00:13:01,880 +have a phrase or a noun but a sentence not a + +167 +00:13:01,880 --> 00:13:04,240 +clause not a sentence okay so it has to be sincere + +168 +00:13:04,240 --> 00:13:07,880 +it has the meaning of because all right very good + +169 +00:13:07,880 --> 00:13:13,220 +number three since tomorrow is a holiday have to + +170 +00:13:13,220 --> 00:13:16,580 +go to work so we don't have to go to work we don't + +171 +00:13:16,580 --> 00:13:20,300 +have to go to work as a result we don't I have to + +172 +00:13:20,300 --> 00:13:26,920 +go to work thus we don't have to go to work just + +173 +00:13:26,920 --> 00:13:29,900 +look at the sentence and see what sort of + +174 +00:13:29,900 --> 00:13:36,940 +transition can we actually use here and + +175 +00:13:36,940 --> 00:13:38,400 +also notice the punctuation + +176 +00:13:42,250 --> 00:13:47,150 +So we don't have to go to work? I actually do not + +177 +00:13:47,150 --> 00:13:49,850 +agree. Why is that? Because we cannot use two + +178 +00:13:49,850 --> 00:13:52,130 +transitions in one sentence. We have sense + +179 +00:13:52,130 --> 00:13:56,050 +already. So the correct one is we don't have to go + +180 +00:13:56,050 --> 00:14:01,320 +to work tomorrow. So it has to be B. Alright? Why + +181 +00:14:01,320 --> 00:14:05,820 +is C is not correct? Because our punctuation is + +182 +00:14:05,820 --> 00:14:08,460 +not correct. We cannot use a comma. We have to use + +183 +00:14:08,460 --> 00:14:11,280 +a semicolon as a result comma. Not a comma as a + +184 +00:14:11,280 --> 00:14:14,920 +result comma. Okay? So, the second one is the + +185 +00:14:14,920 --> 00:14:19,740 +correct one. Yousef went back to Saudi Arabia and + +186 +00:14:19,740 --> 00:14:22,140 +he needed to take care of some business because he + +187 +00:14:22,140 --> 00:14:25,240 +needed to take some care of his business and which + +188 +00:14:25,240 --> 00:14:27,020 +he needed or because he need. + +189 +00:14:37,190 --> 00:14:41,690 +it has to be B very nice very nice has to be B + +190 +00:14:41,690 --> 00:14:45,230 +because he needed to take care of some of his own + +191 +00:14:45,230 --> 00:14:48,650 +business in his company okay so Yusuf went back to + +192 +00:14:48,650 --> 00:14:51,170 +Saudi Arabia because he needed to take care of + +193 +00:14:51,170 --> 00:14:55,990 +some business in his company all right number five + +194 +00:14:55,990 --> 00:15:00,510 +an officiator he is going to change the bait he is + +195 +00:15:00,510 --> 00:15:01,610 +using + +196 +00:15:05,140 --> 00:15:08,600 +And check the grammar here. I'm just giving you a + +197 +00:15:08,600 --> 00:15:10,100 +clue. Check the grammar. + +198 +00:15:21,740 --> 00:15:25,220 +It's B? Ali is not cold. C? + +199 +00:15:28,440 --> 00:15:36,140 +It has to be C. Why is it C? Because Ali had not + +200 +00:15:36,140 --> 00:15:39,840 +cold. Not Ali had not cold. Why? Because it's the + +201 +00:15:39,840 --> 00:15:43,600 +present perfect. It's not the past perfect. He's + +202 +00:15:43,600 --> 00:15:46,800 +going to change the past. Not he was going to + +203 +00:15:46,800 --> 00:15:50,760 +change. He is going. Clearly number C or the + +204 +00:15:50,760 --> 00:15:54,500 +letter C because he has not caught, not catched + +205 +00:15:54,500 --> 00:15:56,900 +because there is no catch, it is to be caught, + +206 +00:15:57,100 --> 00:16:01,860 +alright? Finally, number 6, the temperature should + +207 +00:16:01,860 --> 00:16:05,800 +begin going up, okay? Which is the correct one. + +208 +00:16:05,840 --> 00:16:07,340 +And again, check the grammar. + +209 +00:16:25,800 --> 00:16:35,310 +Six, five, four, three, two, one. Now it's neither + +210 +00:16:35,310 --> 00:16:41,830 +C nor D nor A, it is not B, it is A. Now that the + +211 +00:16:41,830 --> 00:16:46,270 +sun has started to rise, the temperature should + +212 +00:16:46,270 --> 00:16:50,750 +begin going up or to go up, okay? Because this is + +213 +00:16:50,750 --> 00:16:53,170 +the correct grammatical structure where the + +214 +00:16:53,170 --> 00:16:56,630 +formation has started. Because we cannot say the + +215 +00:16:56,630 --> 00:17:00,250 +sun start, it has to be starts, okay? So the + +216 +00:17:00,250 --> 00:17:02,760 +grammar doesn't fit here. And the same thing, + +217 +00:17:03,000 --> 00:17:05,360 +there is nothing called now that the sun rising. + +218 +00:17:05,700 --> 00:17:08,600 +It is not grammatically correct. Forming, + +219 +00:17:08,760 --> 00:17:11,340 +formation, conjugation of the verb, any clear + +220 +00:17:11,340 --> 00:17:14,560 +number, we cannot say the sun starting. So the + +221 +00:17:14,560 --> 00:17:17,880 +grammar helps us here is that now that the sun has + +222 +00:17:17,880 --> 00:17:20,880 +started, this is the cause, the temperature should + +223 +00:17:20,880 --> 00:17:24,780 +begin going down or going up. This is the result. + +224 +00:17:25,060 --> 00:17:27,700 +So always pay attention to grammar because it is + +225 +00:17:27,700 --> 00:17:30,340 +very helpful and it is very important. Let's do + +226 +00:17:30,340 --> 00:17:33,710 +the next activity. And this time I'd like you to + +227 +00:17:33,710 --> 00:17:38,570 +complete each one of these sentences on yes using + +228 +00:17:38,570 --> 00:17:42,270 +a cause or an effect and you should use a + +229 +00:17:42,270 --> 00:17:46,770 +transition here because due to because of that + +230 +00:17:46,770 --> 00:17:50,250 +therefore and so and so on. Yeah let's do this. + +231 +00:20:02,460 --> 00:20:03,860 +Okay. + +232 +00:21:18,770 --> 00:21:21,870 +Alright, let's do the first five. Okay. We turned + +233 +00:21:21,870 --> 00:21:24,050 +on the heat. Let's do it again. Because we felt + +234 +00:21:24,050 --> 00:21:26,250 +cold. Because we felt cold. Is there another + +235 +00:21:26,250 --> 00:21:30,410 +answer? Yes. Because the weather was cold. Because + +236 +00:21:30,410 --> 00:21:32,870 +the weather was cold. Because it was cold. Okay. + +237 +00:21:33,150 --> 00:21:40,430 +Because we felt cold. Very nice. Alright. Let's + +238 +00:21:40,430 --> 00:21:45,290 +see number two. When I fell off my bike. Jessima, + +239 +00:21:45,430 --> 00:21:53,180 +please. The second one. Yes please. My leg + +240 +00:21:53,180 --> 00:21:59,620 +was broken when I + +241 +00:21:59,620 --> 00:22:10,100 +fell off my bike because I had a few bruises when + +242 +00:22:10,100 --> 00:22:13,660 +I fell off my bike. Alright, let's see number + +243 +00:22:13,660 --> 00:22:16,360 +three. Iman, please. Because I took too much + +244 +00:22:16,360 --> 00:22:23,320 +exercise in our timeline. I succeeded in your + +245 +00:22:23,320 --> 00:22:27,020 +life. Alright? Is there another answer? Yes + +246 +00:22:27,020 --> 00:22:32,740 +please. Very good. I got very good grades. I did + +247 +00:22:32,740 --> 00:22:35,520 +well. Very nice. Because I helped my mother, I + +248 +00:22:35,520 --> 00:22:36,420 +felt happy. + +249 +00:22:44,340 --> 00:22:48,380 +I was very pleased with this, okay? Number four, + +250 +00:22:48,700 --> 00:22:51,280 +it was a very cold day yesterday. All right, yes, + +251 +00:22:51,320 --> 00:22:54,320 +please. Yes, yes, go ahead, please. + +252 +00:22:57,380 --> 00:23:01,280 +I put on my coat because it was very cold + +253 +00:23:01,280 --> 00:23:09,740 +yesterday. Yes? We had, okay, we took the day + +254 +00:23:12,880 --> 00:23:17,200 +Okay because yes don't forget the transition + +255 +00:23:17,200 --> 00:23:22,560 +because it was a very cold day yesterday okay + +256 +00:23:22,560 --> 00:23:27,420 +number five Huda spilled some milk on the floor + +257 +00:23:27,420 --> 00:23:33,260 +yes please consequently or as a result and + +258 +00:23:33,260 --> 00:23:42,670 +therefore she had therefore she had She had to + +259 +00:23:42,670 --> 00:23:48,730 +clean it. She had to clean up. Clean it up. Okay? + +260 +00:23:49,730 --> 00:23:52,370 +Alright, just two more minutes just to continue + +261 +00:23:52,370 --> 00:23:54,430 +the remaining sentences. + +262 +00:24:05,170 --> 00:24:06,110 +Yes, please. + +263 +00:25:29,300 --> 00:25:30,440 +Thank you. + +264 +00:25:57,440 --> 00:25:59,800 +All right, let's see number six. All right. Yes, + +265 +00:25:59,820 --> 00:26:03,820 +please. She was very tired last night because she + +266 +00:26:03,820 --> 00:26:06,580 +had a lot of work. Because she had to do a lot of + +267 +00:26:06,580 --> 00:26:10,260 +work. Very nice. Yes. So she went to sleep. So she + +268 +00:26:10,260 --> 00:26:14,340 +went to sleep. So she was very tired last night + +269 +00:26:14,340 --> 00:26:26,240 +because since she had to do a lot of things, a lot + +270 +00:26:26,240 --> 00:26:30,870 +of work. Okay? Number seven. Alan forgot to come + +271 +00:26:30,870 --> 00:26:33,290 +to class today or early today. Yes, please. + +272 +00:26:33,530 --> 00:26:39,370 +Therefore, he messed up the most important lecture + +273 +00:26:39,370 --> 00:26:45,230 +in today's class. Therefore, due to his hard work, + +274 +00:26:46,210 --> 00:26:54,210 +he forgot to + +275 +00:26:54,210 --> 00:26:56,170 +come to class.Because he was coming late and + +276 +00:26:56,170 --> 00:26:58,730 +started forgetting. I don't forgot to come to + +277 +00:26:58,730 --> 00:27:05,970 +class today because he just didn't + +278 +00:27:05,970 --> 00:27:12,050 +notice the time. + +279 +00:27:13,730 --> 00:27:19,280 +Okay, alright. Let's see number eight.Our teacher + +280 +00:27:19,280 --> 00:27:24,500 +was surprised. Yes please. Because of our marks in + +281 +00:27:24,500 --> 00:27:29,410 +the exam. Okay very good. Or? Going up, not going + +282 +00:27:29,410 --> 00:27:33,570 +down. Preferably give us our bonus marks. Okay, + +283 +00:27:33,710 --> 00:27:36,090 +okay. That means that your grades were not really + +284 +00:27:36,090 --> 00:27:39,870 +good. Our teacher was surprised because our + +285 +00:27:39,870 --> 00:27:41,470 +teacher was surprised since their school was won a + +286 +00:27:41,470 --> 00:27:44,950 +challenge. Say again please. Our teacher was + +287 +00:27:44,950 --> 00:27:47,610 +surprised since their school was won a challenge. + +288 +00:27:47,890 --> 00:27:50,570 +Okay, very nice, very nice. Okay, we can say our + +289 +00:27:50,570 --> 00:28:01,230 +teacher was surprised becauseWe all got A's in our + +290 +00:28:01,230 --> 00:28:04,930 +midterm exam. A's means like excellent degrees, + +291 +00:28:05,150 --> 00:28:09,470 +okay? Because we all got A's in our midterm exam. + +292 +00:28:11,870 --> 00:28:13,810 +Yes, please. Because they lost the game, the + +293 +00:28:13,810 --> 00:28:16,190 +football team was angry. Okay, because they lost + +294 +00:28:16,190 --> 00:28:19,650 +the game, the football team was angry. Why? + +295 +00:28:19,970 --> 00:28:21,830 +Because the match was delayed, the football team + +296 +00:28:21,830 --> 00:28:23,850 +was angry. Because the match was delayed or + +297 +00:28:23,850 --> 00:28:29,110 +postponed by the football team. So, because they + +298 +00:28:29,110 --> 00:28:37,590 +lost the game, they were .. the football team was + +299 +00:28:37,590 --> 00:28:42,870 +very angry and finally when the cat is away this + +300 +00:28:42,870 --> 00:28:47,370 +is not a proverb a proverb does the mice will play + +301 +00:28:47,370 --> 00:28:55,970 +the mice will play the mice will play okay when + +302 +00:28:55,970 --> 00:28:59,430 +the cat is away mice will play okay so this is + +303 +00:28:59,430 --> 00:29:06,480 +like a proverb okay okay Alright, so if we're + +304 +00:29:06,480 --> 00:29:10,900 +looking at a good example of a cause and effect + +305 +00:29:10,900 --> 00:29:14,980 +paragraph, let's just consider this paragraph and + +306 +00:29:14,980 --> 00:29:19,820 +see how we can actually use causes and effects in + +307 +00:29:19,820 --> 00:29:21,760 +writing a good + +308 +00:29:24,750 --> 00:29:27,710 +good paragraph already. Just very quickly look at + +309 +00:29:27,710 --> 00:29:31,210 +this paragraph. There are several first several + +310 +00:29:31,210 --> 00:29:33,650 +possible reasons why my father is in excellent + +311 +00:29:33,650 --> 00:29:39,770 +health even though he is over 70 years of age. So + +312 +00:29:39,770 --> 00:29:43,430 +we're looking at the causes. So we have the effect + +313 +00:29:43,430 --> 00:29:46,750 +is my father's good health. So we're looking at + +314 +00:29:46,750 --> 00:29:50,030 +the causes. First, he is in excellent condition + +315 +00:29:50,030 --> 00:29:53,100 +because he has stopped smoking. cigarettes and + +316 +00:29:53,100 --> 00:29:56,200 +then we have he quit smoking cigarettes since + +317 +00:29:56,200 --> 00:29:59,840 +whenever he go downstairs he quickly stop several + +318 +00:29:59,840 --> 00:30:03,260 +times. The second reason or the second cause is he + +319 +00:30:03,260 --> 00:30:06,060 +also is a result of stopping eating the wrong kind + +320 +00:30:06,060 --> 00:30:11,580 +of food and the third reason is he is also in good + +321 +00:30:11,580 --> 00:30:15,960 +physical shape before he exercises a lot and we + +322 +00:30:15,960 --> 00:30:19,760 +have an example here, a specific example. He swims + +323 +00:30:19,760 --> 00:30:23,880 +three times a week at the local gym and on Sundays + +324 +00:30:23,880 --> 00:30:28,560 +he prefers to walk home rather than take a So we + +325 +00:30:28,560 --> 00:30:32,040 +see here and conclusion, my father is in better + +326 +00:30:32,040 --> 00:30:34,880 +shape than some of his students, some of his + +327 +00:30:34,880 --> 00:30:37,600 +children. So we see this is a good model. + +328 +00:30:38,400 --> 00:30:41,460 +Paragraphs or how to write a cause and effect + +329 +00:30:41,460 --> 00:30:44,520 +paragraph. You can discuss the causes or you can + +330 +00:30:44,520 --> 00:30:47,880 +discuss the results and make sure that you provide + +331 +00:30:47,880 --> 00:30:52,940 +exams. You can read it later on. But let's go back + +332 +00:30:52,940 --> 00:30:57,430 +and focus on how we can actually use as a result + +333 +00:30:57,430 --> 00:31:00,810 +there and therefore and consequently. There are + +334 +00:31:00,810 --> 00:31:03,890 +two ways, two easy ways that we can actually use + +335 +00:31:03,890 --> 00:31:06,070 +them. Just notice the punctuation and how we use + +336 +00:31:06,070 --> 00:31:10,430 +them. I finally decided to tell my parents, full + +337 +00:31:10,430 --> 00:31:16,970 +stop, as a result comma. They made sure she ateAll + +338 +00:31:16,970 --> 00:31:21,790 +her meals. And I finally decided to tell her + +339 +00:31:21,790 --> 00:31:25,990 +parents what is here comma and as a result. Okay? + +340 +00:31:26,670 --> 00:31:32,230 +So comma and as a result they made sure she ate + +341 +00:31:32,230 --> 00:31:36,010 +all her meals. So the same thing applies to + +342 +00:31:36,010 --> 00:31:39,190 +consequently and how we use consequently here. My + +343 +00:31:39,190 --> 00:31:41,190 +friend thought she was fat for a start, + +344 +00:31:41,570 --> 00:31:46,710 +consequently commashe wouldn't eat any food or you + +345 +00:31:46,710 --> 00:31:49,610 +can say my friend thought she was fat and + +346 +00:31:49,610 --> 00:31:53,690 +consequently she wouldn't eat any food and the + +347 +00:31:53,690 --> 00:31:58,810 +third thing therefore or we can say and therefore + +348 +00:31:58,810 --> 00:32:03,350 +okay all right okay let's do this activity using + +349 +00:32:03,350 --> 00:32:08,170 +as a result or consequently or therefore with + +350 +00:32:08,170 --> 00:32:10,490 +these sentences let's do one the first one + +351 +00:32:10,490 --> 00:32:14,140 +together My parents needed help in their + +352 +00:32:14,140 --> 00:32:18,540 +restaurant. I moved back home and worked for them. + +353 +00:32:18,740 --> 00:32:25,360 +Therefore. Okay, say therefore. Kona. Kona. First + +354 +00:32:25,360 --> 00:32:29,320 +stop, therefore. Kona. Kona. Or you can say + +355 +00:32:29,320 --> 00:32:35,420 +therefore. And therefore, they were not going. But + +356 +00:32:35,420 --> 00:32:37,380 +there is no Kona after therefore here in the + +357 +00:32:37,380 --> 00:32:40,680 +second case. Okay? A second one. Cars are very + +358 +00:32:40,680 --> 00:32:45,590 +convenient.For a start, consequently, is that + +359 +00:32:45,590 --> 00:32:50,570 +right? Yes, for a start, consequently. Or, or, or, + +360 +00:32:50,690 --> 00:32:53,330 +or, or, or, or, or, or, or, or, or, or, or, or, + +361 +00:32:53,330 --> 00:32:53,890 +or, or, or, or, or, or, or, or, or, or, or, or, + +362 +00:32:53,890 --> 00:32:54,350 +or, or, or, or, or, or, or, or, or, or, or, or, + +363 +00:32:54,370 --> 00:32:55,190 +or, or, or, or, or, or, or, or, or, or, or, or, + +364 +00:32:55,190 --> 00:33:00,610 +or, or, or, or, or, or, or, or, or, or, or, or, + +365 +00:33:00,610 --> 00:33:00,610 +or, or, or, or, or, or, or, or, or, or, or, or, + +366 +00:33:00,610 --> 00:33:00,610 +or, or, or, or, or, or, or, or, or, or, or, or, + +367 +00:33:00,610 --> 00:33:00,610 +or, or, or, or, or, or, or, or, or, or, or, or, + +368 +00:33:00,610 --> 00:33:06,810 +or, or, or, or, to go over the rest of the + +369 +00:33:06,810 --> 00:33:11,210 +sentences and use as a result therefore or + +370 +00:33:11,210 --> 00:33:14,230 +consequently or the other case of and therefore + +371 +00:33:14,230 --> 00:33:15,090 +and consequently. + +372 +00:33:53,620 --> 00:33:55,240 +My parents wanted me to help her because my + +373 +00:33:55,240 --> 00:34:00,860 +parents wanted me + +374 +00:34:00,860 --> 00:34:04,300 +to help her because my parents wanted me to help + +375 +00:34:04,300 --> 00:34:05,160 +her because my parents wanted me to help her + +376 +00:34:05,160 --> 00:34:05,420 +because my parents wanted me to help her because + +377 +00:34:05,420 --> 00:34:08,680 +my parents wanted me to help her because my + +378 +00:34:08,680 --> 00:34:12,540 +parents wanted me to help her because my parents + +379 +00:34:12,540 --> 00:34:13,280 +wanted me to help her because my parents wanted me + +380 +00:34:13,280 --> 00:34:13,280 +to help her because my parents wanted me to help + +381 +00:34:13,280 --> 00:34:13,280 +her because my parents wanted me to help her + +382 +00:34:13,280 --> 00:34:13,280 +because my parents wanted me to help her because + +383 +00:34:13,280 --> 00:34:13,280 +my parents wanted me to help her because my + +384 +00:34:13,280 --> 00:34:13,280 +parents wanted me to help her because my parents + +385 +00:34:13,280 --> 00:34:13,280 +wanted me to help her because my parents wanted me + +386 +00:34:13,280 --> 00:34:13,320 +to help her because my parents wanted me to help + +387 +00:34:13,320 --> 00:34:13,320 +her because my parents wanted me to help her + +388 +00:34:13,320 --> 00:34:13,320 +because my parents wanted me to help her because + +389 +00:34:13,320 --> 00:34:13,320 +my parents wanted me to help her because my + +390 +00:34:13,320 --> 00:34:13,320 +parents wanted me to help her because my parents + +391 +00:34:13,320 --> 00:34:13,320 +wanted me to help her because my parents wanted me + +392 +00:34:13,320 --> 00:34:13,320 +to help her because my parents wanted me to help + +393 +00:34:13,320 --> 00:34:13,320 +her because my parents wanted me to help her + +394 +00:34:13,320 --> 00:34:14,520 +because my parents wanted me to help her because + +395 +00:34:14,520 --> 00:34:15,980 +my parents wanted me to help her because my + +396 +00:34:15,980 --> 00:34:20,150 +parents wanted me to help her because What one are + +397 +00:34:20,150 --> 00:34:27,590 +you reading? Number three, is that right? Okay, I + +398 +00:34:27,590 --> 00:34:33,130 +told her that + +399 +00:34:33,130 --> 00:34:40,850 +I couldn't meet her as a result because + +400 +00:34:40,850 --> 00:34:44,930 +my parents wanted me to help my sister with her + +401 +00:34:44,930 --> 00:34:48,700 +homework, okay? Alright, number four. I didn't go + +402 +00:34:48,700 --> 00:34:54,420 +to college right away. Yes, please. Yes, please. + +403 +00:34:54,520 --> 00:34:57,980 +Right, please. And therefore, I wanted to travel + +404 +00:34:57,980 --> 00:35:05,240 +for life sometimes. Very nice. And therefore, I + +405 +00:35:05,240 --> 00:35:07,380 +wanted to blah, blah, blah, blah. Yes, please. + +406 +00:35:07,440 --> 00:35:09,700 +Number five. Our school didn't have a lot of + +407 +00:35:09,700 --> 00:35:12,420 +money. As a result, the administration decided to + +408 +00:35:12,420 --> 00:35:14,300 +cancel some of our activities. Very nice. As a + +409 +00:35:14,300 --> 00:35:21,200 +result. As a result. And number six, my friends + +410 +00:35:21,200 --> 00:35:24,080 +complained that it was difficult to communicate + +411 +00:35:24,080 --> 00:35:29,300 +with me consequently, consequently, consequently + +412 +00:35:29,300 --> 00:35:32,420 +and consequently. + +413 +00:35:37,160 --> 00:35:41,220 +I've bought a cell phone, okay? All right, so I'm + +414 +00:35:41,220 --> 00:35:43,600 +just getting you into the habit of using these + +415 +00:35:43,600 --> 00:35:45,940 +transitions because these are very important in + +416 +00:35:45,940 --> 00:35:49,240 +this kind of writing because you are building a + +417 +00:35:49,240 --> 00:35:51,860 +causal relationship between two propositions, + +418 +00:35:52,000 --> 00:35:54,640 +between two statements. So it's very important to + +419 +00:35:54,640 --> 00:35:57,820 +keep this in mind, using because as a result, + +420 +00:35:57,920 --> 00:36:00,800 +consequently, therefore, and you have to use them + +421 +00:36:00,800 --> 00:36:02,680 +variously, okay? + +422 +00:36:05,520 --> 00:36:08,400 +What I'd like you to do now is that, and this is + +423 +00:36:08,400 --> 00:36:13,360 +going to be as a homework for you, inshallah. All + +424 +00:36:13,360 --> 00:36:16,200 +right, let's see. Many situations can cause a + +425 +00:36:16,200 --> 00:36:19,820 +friendship to end. All right, this is the topic + +426 +00:36:19,820 --> 00:36:23,040 +sentence. One of those situations happens when a + +427 +00:36:23,040 --> 00:36:25,720 +friend moves away and makes new friends. As a + +428 +00:36:25,720 --> 00:36:28,720 +result, his or her older friends are often + +429 +00:36:28,720 --> 00:36:34,680 +forgotten. Furthermore, Busy schedules can cause + +430 +00:36:34,680 --> 00:36:38,760 +friendships to end. For example, it is hard to + +431 +00:36:38,760 --> 00:36:43,920 +spend time with a friend if you or if one is busy + +432 +00:36:43,920 --> 00:36:46,560 +with university, with work and other + +433 +00:36:46,560 --> 00:36:49,280 +responsibilities. What I'd like you to do is to + +434 +00:36:49,280 --> 00:36:55,800 +complete with a third course of The failure or the + +435 +00:36:55,800 --> 00:36:59,540 +breakup in or the ending in friendships between + +436 +00:36:59,540 --> 00:37:03,280 +two people, okay? All right? All right. Let's just + +437 +00:37:03,280 --> 00:37:06,080 +spend two or three minutes trying to think about a + +438 +00:37:06,080 --> 00:37:09,480 +third cause for why a friendship goes. And give me + +439 +00:37:09,480 --> 00:37:12,100 +one example of this, all right? Let's do it now. + +440 +00:37:12,820 --> 00:37:13,360 +Yes, please. + +441 +00:37:34,710 --> 00:37:42,470 +Hi, my name is Maya. Nice to meet you. + +442 +00:37:43,610 --> 00:37:44,330 +Nice to meet you. + +443 +00:38:03,690 --> 00:38:14,030 +I don't know. I don't know. I don't know. + +444 +00:38:38,710 --> 00:38:43,590 +All right, okay, so we'll continue this activity + +445 +00:38:43,590 --> 00:38:45,770 +next time, Inshallah, and we'll take it as a + +446 +00:38:45,770 --> 00:38:48,910 +homework, and you can do it as a homework next + +447 +00:38:48,910 --> 00:38:51,210 +time, Inshallah, all right? Thank you very much, + +448 +00:38:51,250 --> 00:38:52,230 +and see you next time. + diff --git a/PL9fwy3NUQKwbknFHzECJkgNOSFOth6GiS/NJlG1-XQOFw_raw.json b/PL9fwy3NUQKwbknFHzECJkgNOSFOth6GiS/NJlG1-XQOFw_raw.json new file mode 100644 index 0000000000000000000000000000000000000000..72328c3d7d3d854dfeb74075b4bbfed3aa28c80a --- /dev/null +++ b/PL9fwy3NUQKwbknFHzECJkgNOSFOth6GiS/NJlG1-XQOFw_raw.json @@ -0,0 +1 @@ +{"segments": [{"id": 1, "seek": 4496, "start": 20.84, "end": 44.96, "text": " All right, Assalamualaikum, good morning, how are you today? Fine. Very good, very good. All right, we'll start today with some revision of what the things that we've studied so far throughout this course and today we'll focus on some sentence problems that I would like you to pay attention to. This is a kind of feedback that I'd like to give you on some of your writing problems that I've seen", "tokens": [1057, 558, 11, 6281, 23819, 901, 64, 35518, 11, 665, 2446, 11, 577, 366, 291, 965, 30, 12024, 13, 4372, 665, 11, 588, 665, 13, 1057, 558, 11, 321, 603, 722, 965, 365, 512, 34218, 295, 437, 264, 721, 300, 321, 600, 9454, 370, 1400, 3710, 341, 1164, 293, 965, 321, 603, 1879, 322, 512, 8174, 2740, 300, 286, 576, 411, 291, 281, 1689, 3202, 281, 13, 639, 307, 257, 733, 295, 5824, 300, 286, 1116, 411, 281, 976, 291, 322, 512, 295, 428, 3579, 2740, 300, 286, 600, 1612], "avg_logprob": -0.20604395113148533, "compression_ratio": 1.6893617021276597, "no_speech_prob": 6.020069122314453e-06, "words": [{"start": 20.84, "end": 21.12, "word": " All", "probability": 0.17041015625}, {"start": 21.12, "end": 21.32, "word": " right,", "probability": 0.8857421875}, {"start": 21.38, "end": 21.88, "word": " Assalamualaikum,", "probability": 0.666259765625}, {"start": 22.06, "end": 22.18, "word": " good", "probability": 0.80859375}, {"start": 22.18, "end": 22.48, "word": " morning,", "probability": 0.89501953125}, {"start": 22.54, "end": 22.62, "word": " how", "probability": 0.92578125}, {"start": 22.62, "end": 22.74, "word": " are", "probability": 0.94775390625}, {"start": 22.74, "end": 22.84, "word": " you", "probability": 0.97021484375}, {"start": 22.84, "end": 23.22, "word": " today?", "probability": 0.81982421875}, {"start": 23.36, "end": 23.64, "word": " Fine.", "probability": 0.52197265625}, {"start": 23.94, "end": 24.18, "word": " Very", "probability": 0.8076171875}, {"start": 24.18, "end": 24.4, "word": " good,", "probability": 0.9169921875}, {"start": 24.46, "end": 24.64, "word": " very", "probability": 0.82373046875}, {"start": 24.64, "end": 24.84, "word": " good.", "probability": 0.91748046875}, {"start": 24.92, "end": 25.1, "word": " All", "probability": 0.83056640625}, {"start": 25.1, "end": 25.24, "word": " right,", "probability": 0.9150390625}, {"start": 25.3, "end": 25.5, "word": " we'll", "probability": 0.878173828125}, {"start": 25.5, "end": 25.78, "word": " start", "probability": 0.92529296875}, {"start": 25.78, "end": 26.08, "word": " today", "probability": 0.81298828125}, {"start": 26.08, "end": 26.5, "word": " with", "probability": 0.896484375}, {"start": 26.5, "end": 27.16, "word": " some", "probability": 0.73681640625}, {"start": 27.16, "end": 27.66, "word": " revision", "probability": 0.97412109375}, {"start": 27.66, "end": 28.46, "word": " of", "probability": 0.95703125}, {"start": 28.46, "end": 28.7, "word": " what", "probability": 0.7568359375}, {"start": 28.7, "end": 28.94, "word": " the", "probability": 0.69921875}, {"start": 28.94, "end": 29.2, "word": " things", "probability": 0.85791015625}, {"start": 29.2, "end": 29.34, "word": " that", "probability": 0.916015625}, {"start": 29.34, "end": 29.56, "word": " we've", "probability": 0.96630859375}, {"start": 29.56, "end": 29.86, "word": " studied", "probability": 0.94287109375}, {"start": 29.86, "end": 30.16, "word": " so", "probability": 0.95166015625}, {"start": 30.16, "end": 30.46, "word": " far", "probability": 0.95703125}, {"start": 30.46, "end": 30.82, "word": " throughout", "probability": 0.83935546875}, {"start": 30.82, "end": 31.2, "word": " this", "probability": 0.9443359375}, {"start": 31.2, "end": 31.66, "word": " course", "probability": 0.96337890625}, {"start": 31.66, "end": 33.0, "word": " and", "probability": 0.340087890625}, {"start": 33.0, "end": 33.3, "word": " today", "probability": 0.82373046875}, {"start": 33.3, "end": 33.54, "word": " we'll", "probability": 0.862548828125}, {"start": 33.54, "end": 33.94, "word": " focus", "probability": 0.9462890625}, {"start": 33.94, "end": 34.2, "word": " on", "probability": 0.94921875}, {"start": 34.2, "end": 34.64, "word": " some", "probability": 0.90576171875}, {"start": 34.64, "end": 35.72, "word": " sentence", "probability": 0.77490234375}, {"start": 35.72, "end": 36.22, "word": " problems", "probability": 0.81298828125}, {"start": 36.22, "end": 36.5, "word": " that", "probability": 0.90380859375}, {"start": 36.5, "end": 36.62, "word": " I", "probability": 0.98681640625}, {"start": 36.62, "end": 36.74, "word": " would", "probability": 0.73486328125}, {"start": 36.74, "end": 37.02, "word": " like", "probability": 0.94091796875}, {"start": 37.02, "end": 37.34, "word": " you", "probability": 0.58447265625}, {"start": 37.34, "end": 37.6, "word": " to", "probability": 0.97265625}, {"start": 37.6, "end": 37.86, "word": " pay", "probability": 0.93896484375}, {"start": 37.86, "end": 38.34, "word": " attention", "probability": 0.91845703125}, {"start": 38.34, "end": 39.04, "word": " to.", "probability": 0.93798828125}, {"start": 39.22, "end": 39.38, "word": " This", "probability": 0.88818359375}, {"start": 39.38, "end": 39.5, "word": " is", "probability": 0.94921875}, {"start": 39.5, "end": 39.62, "word": " a", "probability": 0.97998046875}, {"start": 39.62, "end": 39.86, "word": " kind", "probability": 0.88916015625}, {"start": 39.86, "end": 40.02, "word": " of", "probability": 0.96826171875}, {"start": 40.02, "end": 40.32, "word": " feedback", "probability": 0.92724609375}, {"start": 40.32, "end": 40.76, "word": " that", "probability": 0.9248046875}, {"start": 40.76, "end": 40.9, "word": " I'd", "probability": 0.906005859375}, {"start": 40.9, "end": 41.08, "word": " like", "probability": 0.9423828125}, {"start": 41.08, "end": 41.24, "word": " to", "probability": 0.96630859375}, {"start": 41.24, "end": 41.42, "word": " give", "probability": 0.875}, {"start": 41.42, "end": 41.72, "word": " you", "probability": 0.95751953125}, {"start": 41.72, "end": 42.6, "word": " on", "probability": 0.939453125}, {"start": 42.6, "end": 42.92, "word": " some", "probability": 0.89306640625}, {"start": 42.92, "end": 43.14, "word": " of", "probability": 0.96728515625}, {"start": 43.14, "end": 43.3, "word": " your", "probability": 0.88330078125}, {"start": 43.3, "end": 43.72, "word": " writing", "probability": 0.927734375}, {"start": 43.72, "end": 44.3, "word": " problems", "probability": 0.81689453125}, {"start": 44.3, "end": 44.5, "word": " that", "probability": 0.93212890625}, {"start": 44.5, "end": 44.64, "word": " I've", "probability": 0.973876953125}, {"start": 44.64, "end": 44.96, "word": " seen", "probability": 0.953125}], "temperature": 1.0}, {"id": 2, "seek": 7503, "start": 45.15, "end": 75.03, "text": " in your writings, and also to highlight some issues that you need to pay attention to whenever you are writing your paragraphs. These issues related to sentence problems, for example, subject-verb agreement, noun-pronoun agreement, issues that have to do with punctuation, such as using commas, such as using colons, and so on. So it's going to be a lot of practice today trying to cast light on some of the issues that you need to pay attention to.", "tokens": [294, 428, 30083, 11, 293, 611, 281, 5078, 512, 2663, 300, 291, 643, 281, 1689, 3202, 281, 5699, 291, 366, 3579, 428, 48910, 13, 1981, 2663, 4077, 281, 8174, 2740, 11, 337, 1365, 11, 3983, 12, 25809, 8106, 11, 23307, 12, 1424, 266, 1733, 8106, 11, 2663, 300, 362, 281, 360, 365, 27006, 16073, 11, 1270, 382, 1228, 800, 296, 11, 1270, 382, 1228, 1173, 892, 11, 293, 370, 322, 13, 407, 309, 311, 516, 281, 312, 257, 688, 295, 3124, 965, 1382, 281, 4193, 1442, 322, 512, 295, 264, 2663, 300, 291, 643, 281, 1689, 3202, 281, 13], "avg_logprob": -0.13328124582767487, "compression_ratio": 1.875, "no_speech_prob": 5.412101745605469e-05, "words": [{"start": 45.15, "end": 45.61, "word": " in", "probability": 0.54052734375}, {"start": 45.61, "end": 46.35, "word": " your", "probability": 0.7890625}, {"start": 46.35, "end": 46.79, "word": " writings,", "probability": 0.8857421875}, {"start": 46.91, "end": 46.99, "word": " and", "probability": 0.9287109375}, {"start": 46.99, "end": 47.33, "word": " also", "probability": 0.865234375}, {"start": 47.33, "end": 47.57, "word": " to", "probability": 0.9453125}, {"start": 47.57, "end": 47.97, "word": " highlight", "probability": 0.88623046875}, {"start": 47.97, "end": 48.25, "word": " some", "probability": 0.8994140625}, {"start": 48.25, "end": 48.63, "word": " issues", "probability": 0.9296875}, {"start": 48.63, "end": 48.87, "word": " that", "probability": 0.89990234375}, {"start": 48.87, "end": 49.05, "word": " you", "probability": 0.966796875}, {"start": 49.05, "end": 49.23, "word": " need", "probability": 0.9208984375}, {"start": 49.23, "end": 49.37, "word": " to", "probability": 0.96826171875}, {"start": 49.37, "end": 49.57, "word": " pay", "probability": 0.9443359375}, {"start": 49.57, "end": 49.91, "word": " attention", "probability": 0.9296875}, {"start": 49.91, "end": 50.19, "word": " to", "probability": 0.95361328125}, {"start": 50.19, "end": 50.53, "word": " whenever", "probability": 0.9287109375}, {"start": 50.53, "end": 50.73, "word": " you", "probability": 0.9638671875}, {"start": 50.73, "end": 51.03, "word": " are", "probability": 0.923828125}, {"start": 51.03, "end": 51.87, "word": " writing", "probability": 0.92919921875}, {"start": 51.87, "end": 52.93, "word": " your", "probability": 0.88623046875}, {"start": 52.93, "end": 53.97, "word": " paragraphs.", "probability": 0.94873046875}, {"start": 54.23, "end": 54.43, "word": " These", "probability": 0.9150390625}, {"start": 54.43, "end": 54.75, "word": " issues", "probability": 0.9345703125}, {"start": 54.75, "end": 55.15, "word": " related", "probability": 0.81591796875}, {"start": 55.15, "end": 55.53, "word": " to", "probability": 0.9677734375}, {"start": 55.53, "end": 56.39, "word": " sentence", "probability": 0.93798828125}, {"start": 56.39, "end": 57.33, "word": " problems,", "probability": 0.80322265625}, {"start": 57.53, "end": 57.61, "word": " for", "probability": 0.94384765625}, {"start": 57.61, "end": 57.97, "word": " example,", "probability": 0.8828125}, {"start": 58.01, "end": 58.35, "word": " subject", "probability": 0.8798828125}, {"start": 58.35, "end": 58.69, "word": "-verb", "probability": 0.793701171875}, {"start": 58.69, "end": 59.13, "word": " agreement,", "probability": 0.86669921875}, {"start": 59.43, "end": 59.53, "word": " noun", "probability": 0.80419921875}, {"start": 59.53, "end": 59.95, "word": "-pronoun", "probability": 0.9495849609375}, {"start": 59.95, "end": 60.55, "word": " agreement,", "probability": 0.9052734375}, {"start": 61.05, "end": 61.89, "word": " issues", "probability": 0.9306640625}, {"start": 61.89, "end": 62.23, "word": " that", "probability": 0.9365234375}, {"start": 62.23, "end": 62.45, "word": " have", "probability": 0.94384765625}, {"start": 62.45, "end": 62.61, "word": " to", "probability": 0.974609375}, {"start": 62.61, "end": 62.77, "word": " do", "probability": 0.95751953125}, {"start": 62.77, "end": 63.07, "word": " with", "probability": 0.9033203125}, {"start": 63.07, "end": 63.77, "word": " punctuation,", "probability": 0.873046875}, {"start": 63.91, "end": 64.07, "word": " such", "probability": 0.95947265625}, {"start": 64.07, "end": 64.29, "word": " as", "probability": 0.9716796875}, {"start": 64.29, "end": 64.53, "word": " using", "probability": 0.9228515625}, {"start": 64.53, "end": 65.07, "word": " commas,", "probability": 0.93603515625}, {"start": 65.15, "end": 65.31, "word": " such", "probability": 0.94775390625}, {"start": 65.31, "end": 65.53, "word": " as", "probability": 0.9716796875}, {"start": 65.53, "end": 65.81, "word": " using", "probability": 0.91845703125}, {"start": 65.81, "end": 66.23, "word": " colons,", "probability": 0.8603515625}, {"start": 66.61, "end": 66.81, "word": " and", "probability": 0.93798828125}, {"start": 66.81, "end": 67.05, "word": " so", "probability": 0.95654296875}, {"start": 67.05, "end": 67.19, "word": " on.", "probability": 0.94384765625}, {"start": 67.19, "end": 67.35, "word": " So", "probability": 0.91796875}, {"start": 67.35, "end": 67.55, "word": " it's", "probability": 0.842041015625}, {"start": 67.55, "end": 67.67, "word": " going", "probability": 0.449462890625}, {"start": 67.67, "end": 67.71, "word": " to", "probability": 0.966796875}, {"start": 67.71, "end": 67.83, "word": " be", "probability": 0.95654296875}, {"start": 67.83, "end": 67.97, "word": " a", "probability": 0.99755859375}, {"start": 67.97, "end": 68.07, "word": " lot", "probability": 0.951171875}, {"start": 68.07, "end": 68.21, "word": " of", "probability": 0.9638671875}, {"start": 68.21, "end": 68.61, "word": " practice", "probability": 0.93896484375}, {"start": 68.61, "end": 68.99, "word": " today", "probability": 0.81494140625}, {"start": 68.99, "end": 69.63, "word": " trying", "probability": 0.70654296875}, {"start": 69.63, "end": 70.19, "word": " to", "probability": 0.97119140625}, {"start": 70.19, "end": 72.07, "word": " cast", "probability": 0.85791015625}, {"start": 72.07, "end": 72.45, "word": " light", "probability": 0.85205078125}, {"start": 72.45, "end": 72.73, "word": " on", "probability": 0.94873046875}, {"start": 72.73, "end": 72.97, "word": " some", "probability": 0.89013671875}, {"start": 72.97, "end": 73.09, "word": " of", "probability": 0.96826171875}, {"start": 73.09, "end": 73.21, "word": " the", "probability": 0.92041015625}, {"start": 73.21, "end": 73.47, "word": " issues", "probability": 0.93603515625}, {"start": 73.47, "end": 73.67, "word": " that", "probability": 0.9287109375}, {"start": 73.67, "end": 73.85, "word": " you", "probability": 0.9609375}, {"start": 73.85, "end": 74.03, "word": " need", "probability": 0.92529296875}, {"start": 74.03, "end": 74.15, "word": " to", "probability": 0.9697265625}, {"start": 74.15, "end": 74.31, "word": " pay", "probability": 0.93994140625}, {"start": 74.31, "end": 74.69, "word": " attention", "probability": 0.9228515625}, {"start": 74.69, "end": 75.03, "word": " to.", "probability": 0.966796875}], "temperature": 1.0}, {"id": 3, "seek": 9884, "start": 75.14, "end": 98.84, "text": " So, let's look at the first example, at the first sentence here in this slide and let's identify the problem or problems that you can see in this example. Let's see. All over the country, people sell products over the internet, these people are making impressive profits. Do you see any problems here? Do you see any problems here?", "tokens": [407, 11, 718, 311, 574, 412, 264, 700, 1365, 11, 412, 264, 700, 8174, 510, 294, 341, 4137, 293, 718, 311, 5876, 264, 1154, 420, 2740, 300, 291, 393, 536, 294, 341, 1365, 13, 961, 311, 536, 13, 1057, 670, 264, 1941, 11, 561, 3607, 3383, 670, 264, 4705, 11, 613, 561, 366, 1455, 8992, 17982, 13, 1144, 291, 536, 604, 2740, 510, 30, 1144, 291, 536, 604, 2740, 510, 30], "avg_logprob": -0.15711804872585666, "compression_ratio": 1.8043478260869565, "no_speech_prob": 2.384185791015625e-07, "words": [{"start": 75.14, "end": 75.52, "word": " So,", "probability": 0.8564453125}, {"start": 75.98, "end": 76.86, "word": " let's", "probability": 0.947021484375}, {"start": 76.86, "end": 77.08, "word": " look", "probability": 0.96337890625}, {"start": 77.08, "end": 77.44, "word": " at", "probability": 0.96630859375}, {"start": 77.44, "end": 77.82, "word": " the", "probability": 0.916015625}, {"start": 77.82, "end": 78.14, "word": " first", "probability": 0.89208984375}, {"start": 78.14, "end": 78.56, "word": " example,", "probability": 0.89892578125}, {"start": 78.74, "end": 78.8, "word": " at", "probability": 0.77880859375}, {"start": 78.8, "end": 78.94, "word": " the", "probability": 0.919921875}, {"start": 78.94, "end": 79.18, "word": " first", "probability": 0.89453125}, {"start": 79.18, "end": 79.58, "word": " sentence", "probability": 0.93896484375}, {"start": 79.58, "end": 79.9, "word": " here", "probability": 0.8095703125}, {"start": 79.9, "end": 80.04, "word": " in", "probability": 0.77978515625}, {"start": 80.04, "end": 80.26, "word": " this", "probability": 0.7412109375}, {"start": 80.26, "end": 80.66, "word": " slide", "probability": 0.9580078125}, {"start": 80.66, "end": 81.46, "word": " and", "probability": 0.47900390625}, {"start": 81.46, "end": 81.92, "word": " let's", "probability": 0.967529296875}, {"start": 81.92, "end": 82.44, "word": " identify", "probability": 0.94189453125}, {"start": 82.44, "end": 82.66, "word": " the", "probability": 0.90771484375}, {"start": 82.66, "end": 83.02, "word": " problem", "probability": 0.8076171875}, {"start": 83.02, "end": 83.22, "word": " or", "probability": 0.9345703125}, {"start": 83.22, "end": 83.78, "word": " problems", "probability": 0.81591796875}, {"start": 83.78, "end": 84.38, "word": " that", "probability": 0.90966796875}, {"start": 84.38, "end": 84.56, "word": " you", "probability": 0.9619140625}, {"start": 84.56, "end": 84.74, "word": " can", "probability": 0.94482421875}, {"start": 84.74, "end": 84.96, "word": " see", "probability": 0.92431640625}, {"start": 84.96, "end": 85.12, "word": " in", "probability": 0.939453125}, {"start": 85.12, "end": 85.3, "word": " this", "probability": 0.9423828125}, {"start": 85.3, "end": 85.9, "word": " example.", "probability": 0.97509765625}, {"start": 86.2, "end": 86.42, "word": " Let's", "probability": 0.95166015625}, {"start": 86.42, "end": 86.56, "word": " see.", "probability": 0.91943359375}, {"start": 86.66, "end": 86.88, "word": " All", "probability": 0.79443359375}, {"start": 86.88, "end": 87.14, "word": " over", "probability": 0.921875}, {"start": 87.14, "end": 87.36, "word": " the", "probability": 0.921875}, {"start": 87.36, "end": 87.68, "word": " country,", "probability": 0.916015625}, {"start": 87.8, "end": 88.04, "word": " people", "probability": 0.966796875}, {"start": 88.04, "end": 88.36, "word": " sell", "probability": 0.8818359375}, {"start": 88.36, "end": 88.78, "word": " products", "probability": 0.85498046875}, {"start": 88.78, "end": 89.12, "word": " over", "probability": 0.9267578125}, {"start": 89.12, "end": 89.3, "word": " the", "probability": 0.91796875}, {"start": 89.3, "end": 89.86, "word": " internet,", "probability": 0.677734375}, {"start": 90.42, "end": 91.0, "word": " these", "probability": 0.64794921875}, {"start": 91.0, "end": 91.36, "word": " people", "probability": 0.96533203125}, {"start": 91.36, "end": 91.62, "word": " are", "probability": 0.94140625}, {"start": 91.62, "end": 92.0, "word": " making", "probability": 0.90380859375}, {"start": 92.0, "end": 92.76, "word": " impressive", "probability": 0.84521484375}, {"start": 92.76, "end": 93.64, "word": " profits.", "probability": 0.9248046875}, {"start": 94.22, "end": 94.5, "word": " Do", "probability": 0.95654296875}, {"start": 94.5, "end": 94.6, "word": " you", "probability": 0.96630859375}, {"start": 94.6, "end": 94.74, "word": " see", "probability": 0.91796875}, {"start": 94.74, "end": 94.92, "word": " any", "probability": 0.89599609375}, {"start": 94.92, "end": 95.4, "word": " problems", "probability": 0.85205078125}, {"start": 95.4, "end": 95.74, "word": " here?", "probability": 0.84130859375}, {"start": 96.8, "end": 97.42, "word": " Do", "probability": 0.9248046875}, {"start": 97.42, "end": 97.56, "word": " you", "probability": 0.96533203125}, {"start": 97.56, "end": 97.68, "word": " see", "probability": 0.919921875}, {"start": 97.68, "end": 97.88, "word": " any", "probability": 0.90185546875}, {"start": 97.88, "end": 98.34, "word": " problems", "probability": 0.85107421875}, {"start": 98.34, "end": 98.84, "word": " here?", "probability": 0.85302734375}], "temperature": 1.0}, {"id": 4, "seek": 12133, "start": 100.47, "end": 121.33, "text": " Just read it, just read it. This is a kind of sort of reflecting on some of your writings and trying to identify and locate some of the issues that you need to pay attention to. All right? All over the country, people sell products over the internet, these people are making impressive gains or impressive profits. Yes, please.", "tokens": [1449, 1401, 309, 11, 445, 1401, 309, 13, 639, 307, 257, 733, 295, 1333, 295, 23543, 322, 512, 295, 428, 30083, 293, 1382, 281, 5876, 293, 22370, 512, 295, 264, 2663, 300, 291, 643, 281, 1689, 3202, 281, 13, 1057, 558, 30, 1057, 670, 264, 1941, 11, 561, 3607, 3383, 670, 264, 4705, 11, 613, 561, 366, 1455, 8992, 16823, 420, 8992, 17982, 13, 1079, 11, 1767, 13], "avg_logprob": -0.18206521479979806, "compression_ratio": 1.6318407960199004, "no_speech_prob": 5.960464477539062e-07, "words": [{"start": 100.47, "end": 100.91, "word": " Just", "probability": 0.533203125}, {"start": 100.91, "end": 101.15, "word": " read", "probability": 0.962890625}, {"start": 101.15, "end": 101.29, "word": " it,", "probability": 0.93994140625}, {"start": 101.31, "end": 101.47, "word": " just", "probability": 0.76318359375}, {"start": 101.47, "end": 101.67, "word": " read", "probability": 0.97607421875}, {"start": 101.67, "end": 101.83, "word": " it.", "probability": 0.94140625}, {"start": 101.95, "end": 102.11, "word": " This", "probability": 0.841796875}, {"start": 102.11, "end": 102.21, "word": " is", "probability": 0.9404296875}, {"start": 102.21, "end": 102.33, "word": " a", "probability": 0.92138671875}, {"start": 102.33, "end": 102.57, "word": " kind", "probability": 0.8271484375}, {"start": 102.57, "end": 102.77, "word": " of", "probability": 0.966796875}, {"start": 102.77, "end": 102.95, "word": " sort", "probability": 0.416259765625}, {"start": 102.95, "end": 103.19, "word": " of", "probability": 0.96484375}, {"start": 103.19, "end": 104.09, "word": " reflecting", "probability": 0.91650390625}, {"start": 104.09, "end": 104.57, "word": " on", "probability": 0.9384765625}, {"start": 104.57, "end": 104.81, "word": " some", "probability": 0.8857421875}, {"start": 104.81, "end": 104.99, "word": " of", "probability": 0.96630859375}, {"start": 104.99, "end": 105.15, "word": " your", "probability": 0.89794921875}, {"start": 105.15, "end": 105.57, "word": " writings", "probability": 0.9189453125}, {"start": 105.57, "end": 105.87, "word": " and", "probability": 0.86669921875}, {"start": 105.87, "end": 106.17, "word": " trying", "probability": 0.91748046875}, {"start": 106.17, "end": 106.45, "word": " to", "probability": 0.9716796875}, {"start": 106.45, "end": 107.15, "word": " identify", "probability": 0.9375}, {"start": 107.15, "end": 107.85, "word": " and", "probability": 0.86572265625}, {"start": 107.85, "end": 108.47, "word": " locate", "probability": 0.6171875}, {"start": 108.47, "end": 108.95, "word": " some", "probability": 0.89501953125}, {"start": 108.95, "end": 109.09, "word": " of", "probability": 0.96630859375}, {"start": 109.09, "end": 109.21, "word": " the", "probability": 0.92041015625}, {"start": 109.21, "end": 109.49, "word": " issues", "probability": 0.93896484375}, {"start": 109.49, "end": 109.67, "word": " that", "probability": 0.8994140625}, {"start": 109.67, "end": 109.81, "word": " you", "probability": 0.96533203125}, {"start": 109.81, "end": 109.97, "word": " need", "probability": 0.9287109375}, {"start": 109.97, "end": 110.09, "word": " to", "probability": 0.96923828125}, {"start": 110.09, "end": 110.31, "word": " pay", "probability": 0.94921875}, {"start": 110.31, "end": 110.67, "word": " attention", "probability": 0.9296875}, {"start": 110.67, "end": 111.09, "word": " to.", "probability": 0.9482421875}, {"start": 111.57, "end": 111.77, "word": " All", "probability": 0.54296875}, {"start": 111.77, "end": 111.91, "word": " right?", "probability": 0.732421875}, {"start": 112.29, "end": 112.45, "word": " All", "probability": 0.8466796875}, {"start": 112.45, "end": 112.65, "word": " over", "probability": 0.91650390625}, {"start": 112.65, "end": 112.83, "word": " the", "probability": 0.9208984375}, {"start": 112.83, "end": 113.17, "word": " country,", "probability": 0.91162109375}, {"start": 113.31, "end": 113.55, "word": " people", "probability": 0.9677734375}, {"start": 113.55, "end": 113.87, "word": " sell", "probability": 0.88232421875}, {"start": 113.87, "end": 114.37, "word": " products", "probability": 0.85595703125}, {"start": 114.37, "end": 114.67, "word": " over", "probability": 0.919921875}, {"start": 114.67, "end": 114.85, "word": " the", "probability": 0.91650390625}, {"start": 114.85, "end": 115.35, "word": " internet,", "probability": 0.70361328125}, {"start": 115.81, "end": 116.35, "word": " these", "probability": 0.681640625}, {"start": 116.35, "end": 116.67, "word": " people", "probability": 0.9638671875}, {"start": 116.67, "end": 116.87, "word": " are", "probability": 0.9365234375}, {"start": 116.87, "end": 117.17, "word": " making", "probability": 0.9033203125}, {"start": 117.17, "end": 117.67, "word": " impressive", "probability": 0.8125}, {"start": 117.67, "end": 118.27, "word": " gains", "probability": 0.84765625}, {"start": 118.27, "end": 118.61, "word": " or", "probability": 0.92724609375}, {"start": 118.61, "end": 119.25, "word": " impressive", "probability": 0.94140625}, {"start": 119.25, "end": 120.15, "word": " profits.", "probability": 0.9228515625}, {"start": 120.77, "end": 121.03, "word": " Yes,", "probability": 0.9580078125}, {"start": 121.11, "end": 121.33, "word": " please.", "probability": 0.806640625}], "temperature": 1.0}, {"id": 5, "seek": 13478, "start": 123.22, "end": 134.78, "text": " Okay, so we have to use a capital letter. Just remember this. And this is one of the capitalization rules of the society. We need to start a sentence with a capital letter.", "tokens": [1033, 11, 370, 321, 362, 281, 764, 257, 4238, 5063, 13, 1449, 1604, 341, 13, 400, 341, 307, 472, 295, 264, 4238, 2144, 4474, 295, 264, 4086, 13, 492, 643, 281, 722, 257, 8174, 365, 257, 4238, 5063, 13], "avg_logprob": -0.2916015610098839, "compression_ratio": 1.4065040650406504, "no_speech_prob": 5.841255187988281e-06, "words": [{"start": 123.22, "end": 123.58, "word": " Okay,", "probability": 0.309326171875}, {"start": 123.74, "end": 123.86, "word": " so", "probability": 0.81640625}, {"start": 123.86, "end": 124.18, "word": " we", "probability": 0.3212890625}, {"start": 124.18, "end": 124.22, "word": " have", "probability": 0.79443359375}, {"start": 124.22, "end": 125.44, "word": " to", "probability": 0.9580078125}, {"start": 125.44, "end": 125.66, "word": " use", "probability": 0.8466796875}, {"start": 125.66, "end": 125.8, "word": " a", "probability": 0.431884765625}, {"start": 125.8, "end": 126.04, "word": " capital", "probability": 0.95166015625}, {"start": 126.04, "end": 126.32, "word": " letter.", "probability": 0.91943359375}, {"start": 126.44, "end": 126.58, "word": " Just", "probability": 0.68798828125}, {"start": 126.58, "end": 126.9, "word": " remember", "probability": 0.8818359375}, {"start": 126.9, "end": 127.22, "word": " this.", "probability": 0.9189453125}, {"start": 127.8, "end": 127.88, "word": " And", "probability": 0.63134765625}, {"start": 127.88, "end": 128.0, "word": " this", "probability": 0.91845703125}, {"start": 128.0, "end": 128.12, "word": " is", "probability": 0.94140625}, {"start": 128.12, "end": 128.26, "word": " one", "probability": 0.92431640625}, {"start": 128.26, "end": 128.36, "word": " of", "probability": 0.9697265625}, {"start": 128.36, "end": 128.48, "word": " the", "probability": 0.916015625}, {"start": 128.48, "end": 129.22, "word": " capitalization", "probability": 0.919677734375}, {"start": 129.22, "end": 129.64, "word": " rules", "probability": 0.8349609375}, {"start": 129.64, "end": 129.84, "word": " of", "probability": 0.33203125}, {"start": 129.84, "end": 129.94, "word": " the", "probability": 0.379150390625}, {"start": 129.94, "end": 130.36, "word": " society.", "probability": 0.94775390625}, {"start": 130.74, "end": 130.88, "word": " We", "probability": 0.89990234375}, {"start": 130.88, "end": 131.26, "word": " need", "probability": 0.89501953125}, {"start": 131.26, "end": 131.58, "word": " to", "probability": 0.94873046875}, {"start": 131.58, "end": 131.94, "word": " start", "probability": 0.9189453125}, {"start": 131.94, "end": 132.16, "word": " a", "probability": 0.87109375}, {"start": 132.16, "end": 132.66, "word": " sentence", "probability": 0.95849609375}, {"start": 132.66, "end": 133.1, "word": " with", "probability": 0.900390625}, {"start": 133.1, "end": 133.98, "word": " a", "probability": 0.91845703125}, {"start": 133.98, "end": 134.38, "word": " capital", "probability": 0.93017578125}, {"start": 134.38, "end": 134.78, "word": " letter.", "probability": 0.9404296875}], "temperature": 1.0}, {"id": 6, "seek": 16216, "start": 143.15, "end": 162.17, "text": " here and we talked about this that what we see here is a comma splice. This is a sentence problem and this is a punctuation problem. We have two sentences here and there is only a comma between them and this is a sentence problem that we talked about it before that this is a comma splice. How do we fix it?", "tokens": [510, 293, 321, 2825, 466, 341, 300, 437, 321, 536, 510, 307, 257, 22117, 4732, 573, 13, 639, 307, 257, 8174, 1154, 293, 341, 307, 257, 27006, 16073, 1154, 13, 492, 362, 732, 16579, 510, 293, 456, 307, 787, 257, 22117, 1296, 552, 293, 341, 307, 257, 8174, 1154, 300, 321, 2825, 466, 309, 949, 300, 341, 307, 257, 22117, 4732, 573, 13, 1012, 360, 321, 3191, 309, 30], "avg_logprob": -0.16227678741727555, "compression_ratio": 1.9743589743589745, "no_speech_prob": 2.384185791015625e-06, "words": [{"start": 143.15, "end": 143.49, "word": " here", "probability": 0.380126953125}, {"start": 143.49, "end": 143.69, "word": " and", "probability": 0.6240234375}, {"start": 143.69, "end": 143.85, "word": " we", "probability": 0.9501953125}, {"start": 143.85, "end": 144.13, "word": " talked", "probability": 0.86962890625}, {"start": 144.13, "end": 144.45, "word": " about", "probability": 0.90576171875}, {"start": 144.45, "end": 144.69, "word": " this", "probability": 0.93115234375}, {"start": 144.69, "end": 144.93, "word": " that", "probability": 0.65087890625}, {"start": 144.93, "end": 145.13, "word": " what", "probability": 0.71826171875}, {"start": 145.13, "end": 145.27, "word": " we", "probability": 0.92919921875}, {"start": 145.27, "end": 145.45, "word": " see", "probability": 0.9267578125}, {"start": 145.45, "end": 145.67, "word": " here", "probability": 0.81298828125}, {"start": 145.67, "end": 145.95, "word": " is", "probability": 0.91650390625}, {"start": 145.95, "end": 146.19, "word": " a", "probability": 0.89453125}, {"start": 146.19, "end": 147.03, "word": " comma", "probability": 0.7578125}, {"start": 147.03, "end": 147.45, "word": " splice.", "probability": 0.787841796875}, {"start": 147.57, "end": 147.63, "word": " This", "probability": 0.8427734375}, {"start": 147.63, "end": 147.73, "word": " is", "probability": 0.94482421875}, {"start": 147.73, "end": 147.89, "word": " a", "probability": 0.8994140625}, {"start": 147.89, "end": 148.25, "word": " sentence", "probability": 0.962890625}, {"start": 148.25, "end": 148.69, "word": " problem", "probability": 0.87255859375}, {"start": 148.69, "end": 148.89, "word": " and", "probability": 0.447509765625}, {"start": 148.89, "end": 148.97, "word": " this", "probability": 0.7978515625}, {"start": 148.97, "end": 149.07, "word": " is", "probability": 0.93994140625}, {"start": 149.07, "end": 149.17, "word": " a", "probability": 0.98193359375}, {"start": 149.17, "end": 149.75, "word": " punctuation", "probability": 0.84716796875}, {"start": 149.75, "end": 150.23, "word": " problem.", "probability": 0.8720703125}, {"start": 150.57, "end": 150.69, "word": " We", "probability": 0.9462890625}, {"start": 150.69, "end": 150.97, "word": " have", "probability": 0.94921875}, {"start": 150.97, "end": 151.13, "word": " two", "probability": 0.8759765625}, {"start": 151.13, "end": 151.63, "word": " sentences", "probability": 0.9619140625}, {"start": 151.63, "end": 152.01, "word": " here", "probability": 0.853515625}, {"start": 152.01, "end": 152.67, "word": " and", "probability": 0.8779296875}, {"start": 152.67, "end": 152.79, "word": " there", "probability": 0.89306640625}, {"start": 152.79, "end": 152.91, "word": " is", "probability": 0.7529296875}, {"start": 152.91, "end": 153.15, "word": " only", "probability": 0.93310546875}, {"start": 153.15, "end": 153.33, "word": " a", "probability": 0.99658203125}, {"start": 153.33, "end": 153.55, "word": " comma", "probability": 0.8916015625}, {"start": 153.55, "end": 153.91, "word": " between", "probability": 0.87353515625}, {"start": 153.91, "end": 154.17, "word": " them", "probability": 0.8876953125}, {"start": 154.17, "end": 154.31, "word": " and", "probability": 0.81201171875}, {"start": 154.31, "end": 154.49, "word": " this", "probability": 0.94580078125}, {"start": 154.49, "end": 154.73, "word": " is", "probability": 0.943359375}, {"start": 154.73, "end": 154.95, "word": " a", "probability": 0.97021484375}, {"start": 154.95, "end": 155.43, "word": " sentence", "probability": 0.96240234375}, {"start": 155.43, "end": 155.91, "word": " problem", "probability": 0.8193359375}, {"start": 155.91, "end": 156.19, "word": " that", "probability": 0.90283203125}, {"start": 156.19, "end": 156.41, "word": " we", "probability": 0.96240234375}, {"start": 156.41, "end": 157.09, "word": " talked", "probability": 0.8828125}, {"start": 157.09, "end": 157.35, "word": " about", "probability": 0.91015625}, {"start": 157.35, "end": 157.49, "word": " it", "probability": 0.7900390625}, {"start": 157.49, "end": 157.81, "word": " before", "probability": 0.85986328125}, {"start": 157.81, "end": 158.27, "word": " that", "probability": 0.69482421875}, {"start": 158.27, "end": 158.47, "word": " this", "probability": 0.94140625}, {"start": 158.47, "end": 158.63, "word": " is", "probability": 0.94287109375}, {"start": 158.63, "end": 158.79, "word": " a", "probability": 0.99169921875}, {"start": 158.79, "end": 159.03, "word": " comma", "probability": 0.83056640625}, {"start": 159.03, "end": 159.89, "word": " splice.", "probability": 0.77587890625}, {"start": 160.85, "end": 161.29, "word": " How", "probability": 0.955078125}, {"start": 161.29, "end": 161.47, "word": " do", "probability": 0.96142578125}, {"start": 161.47, "end": 161.65, "word": " we", "probability": 0.95654296875}, {"start": 161.65, "end": 161.95, "word": " fix", "probability": 0.9326171875}, {"start": 161.95, "end": 162.17, "word": " it?", "probability": 0.88525390625}], "temperature": 1.0}, {"id": 7, "seek": 18913, "start": 168.97, "end": 189.13, "text": " a comma with a full stop and start a new sentence. There is another way which is a comma and or so or yet or but whatever or just adding a coordinator or a fanboy connected. So all over the country people say put that over the internet, full stop.", "tokens": [257, 22117, 365, 257, 1577, 1590, 293, 722, 257, 777, 8174, 13, 821, 307, 1071, 636, 597, 307, 257, 22117, 293, 420, 370, 420, 1939, 420, 457, 2035, 420, 445, 5127, 257, 27394, 420, 257, 3429, 12795, 4582, 13, 407, 439, 670, 264, 1941, 561, 584, 829, 300, 670, 264, 4705, 11, 1577, 1590, 13], "avg_logprob": -0.3688616066106728, "compression_ratio": 1.559748427672956, "no_speech_prob": 4.76837158203125e-07, "words": [{"start": 168.97, "end": 169.13, "word": " a", "probability": 0.03814697265625}, {"start": 169.13, "end": 169.21, "word": " comma", "probability": 0.338134765625}, {"start": 169.21, "end": 169.49, "word": " with", "probability": 0.8046875}, {"start": 169.49, "end": 169.57, "word": " a", "probability": 0.96044921875}, {"start": 169.57, "end": 169.75, "word": " full", "probability": 0.92041015625}, {"start": 169.75, "end": 170.09, "word": " stop", "probability": 0.93798828125}, {"start": 170.09, "end": 171.07, "word": " and", "probability": 0.58984375}, {"start": 171.07, "end": 172.27, "word": " start", "probability": 0.8203125}, {"start": 172.27, "end": 172.61, "word": " a", "probability": 0.98876953125}, {"start": 172.61, "end": 172.81, "word": " new", "probability": 0.91650390625}, {"start": 172.81, "end": 173.41, "word": " sentence.", "probability": 0.94775390625}, {"start": 173.77, "end": 174.21, "word": " There", "probability": 0.411865234375}, {"start": 174.21, "end": 174.33, "word": " is", "probability": 0.83642578125}, {"start": 174.33, "end": 174.63, "word": " another", "probability": 0.90966796875}, {"start": 174.63, "end": 174.87, "word": " way", "probability": 0.9267578125}, {"start": 174.87, "end": 175.07, "word": " which", "probability": 0.82763671875}, {"start": 175.07, "end": 175.41, "word": " is", "probability": 0.94970703125}, {"start": 175.41, "end": 175.67, "word": " a", "probability": 0.82763671875}, {"start": 175.67, "end": 176.51, "word": " comma", "probability": 0.8935546875}, {"start": 176.51, "end": 177.01, "word": " and", "probability": 0.80859375}, {"start": 177.01, "end": 178.07, "word": " or", "probability": 0.293701171875}, {"start": 178.07, "end": 178.51, "word": " so", "probability": 0.7392578125}, {"start": 178.51, "end": 178.91, "word": " or", "probability": 0.7861328125}, {"start": 178.91, "end": 179.19, "word": " yet", "probability": 0.96923828125}, {"start": 179.19, "end": 179.39, "word": " or", "probability": 0.90380859375}, {"start": 179.39, "end": 179.71, "word": " but", "probability": 0.78564453125}, {"start": 179.71, "end": 180.23, "word": " whatever", "probability": 0.65087890625}, {"start": 180.23, "end": 180.49, "word": " or", "probability": 0.58251953125}, {"start": 180.49, "end": 180.71, "word": " just", "probability": 0.91845703125}, {"start": 180.71, "end": 181.25, "word": " adding", "probability": 0.87744140625}, {"start": 181.25, "end": 182.03, "word": " a", "probability": 0.9541015625}, {"start": 182.03, "end": 182.61, "word": " coordinator", "probability": 0.78369140625}, {"start": 182.61, "end": 182.97, "word": " or", "probability": 0.95849609375}, {"start": 182.97, "end": 183.17, "word": " a", "probability": 0.78466796875}, {"start": 183.17, "end": 183.73, "word": " fanboy", "probability": 0.931396484375}, {"start": 183.73, "end": 184.91, "word": " connected.", "probability": 0.5341796875}, {"start": 185.41, "end": 185.73, "word": " So", "probability": 0.39501953125}, {"start": 185.73, "end": 185.91, "word": " all", "probability": 0.6484375}, {"start": 185.91, "end": 186.07, "word": " over", "probability": 0.91845703125}, {"start": 186.07, "end": 186.25, "word": " the", "probability": 0.92724609375}, {"start": 186.25, "end": 186.51, "word": " country", "probability": 0.90380859375}, {"start": 186.51, "end": 186.79, "word": " people", "probability": 0.62890625}, {"start": 186.79, "end": 187.05, "word": " say", "probability": 0.51904296875}, {"start": 187.05, "end": 187.21, "word": " put", "probability": 0.10345458984375}, {"start": 187.21, "end": 187.37, "word": " that", "probability": 0.541015625}, {"start": 187.37, "end": 187.59, "word": " over", "probability": 0.8505859375}, {"start": 187.59, "end": 187.75, "word": " the", "probability": 0.9111328125}, {"start": 187.75, "end": 188.11, "word": " internet,", "probability": 0.84912109375}, {"start": 188.35, "end": 188.71, "word": " full", "probability": 0.8818359375}, {"start": 188.71, "end": 189.13, "word": " stop.", "probability": 0.92333984375}], "temperature": 1.0}, {"id": 8, "seek": 21642, "start": 189.52, "end": 216.42, "text": " We finish the idea, finish the sentence. These people are making impressive profits. I could also use akuma here. Yes, I do. Akuma. Yes. Because it's an introductory phrase that we said. All over the country, people are or people sell products over the internet, okay? Let's see the second example and identify any problems here in this second example and then I'll give you a chance to go over the remaining sentences.", "tokens": [492, 2413, 264, 1558, 11, 2413, 264, 8174, 13, 1981, 561, 366, 1455, 8992, 17982, 13, 286, 727, 611, 764, 9308, 5544, 510, 13, 1079, 11, 286, 360, 13, 9629, 5544, 13, 1079, 13, 1436, 309, 311, 364, 39048, 9535, 300, 321, 848, 13, 1057, 670, 264, 1941, 11, 561, 366, 420, 561, 3607, 3383, 670, 264, 4705, 11, 1392, 30, 961, 311, 536, 264, 1150, 1365, 293, 5876, 604, 2740, 510, 294, 341, 1150, 1365, 293, 550, 286, 603, 976, 291, 257, 2931, 281, 352, 670, 264, 8877, 16579, 13], "avg_logprob": -0.23318614859295927, "compression_ratio": 1.7004048582995952, "no_speech_prob": 1.7881393432617188e-07, "words": [{"start": 189.52, "end": 189.88, "word": " We", "probability": 0.71630859375}, {"start": 189.88, "end": 190.18, "word": " finish", "probability": 0.71044921875}, {"start": 190.18, "end": 190.34, "word": " the", "probability": 0.919921875}, {"start": 190.34, "end": 190.66, "word": " idea,", "probability": 0.8876953125}, {"start": 190.78, "end": 191.0, "word": " finish", "probability": 0.8359375}, {"start": 191.0, "end": 191.22, "word": " the", "probability": 0.9208984375}, {"start": 191.22, "end": 191.64, "word": " sentence.", "probability": 0.958984375}, {"start": 192.16, "end": 192.54, "word": " These", "probability": 0.78662109375}, {"start": 192.54, "end": 192.86, "word": " people", "probability": 0.9658203125}, {"start": 192.86, "end": 193.08, "word": " are", "probability": 0.94482421875}, {"start": 193.08, "end": 193.44, "word": " making", "probability": 0.9013671875}, {"start": 193.44, "end": 194.02, "word": " impressive", "probability": 0.84130859375}, {"start": 194.02, "end": 194.42, "word": " profits.", "probability": 0.8984375}, {"start": 194.76, "end": 194.92, "word": " I", "probability": 0.96923828125}, {"start": 194.92, "end": 195.14, "word": " could", "probability": 0.865234375}, {"start": 195.14, "end": 195.54, "word": " also", "probability": 0.8837890625}, {"start": 195.54, "end": 195.96, "word": " use", "probability": 0.88427734375}, {"start": 195.96, "end": 196.3, "word": " akuma", "probability": 0.6407470703125}, {"start": 196.3, "end": 196.74, "word": " here.", "probability": 0.8544921875}, {"start": 196.94, "end": 197.22, "word": " Yes,", "probability": 0.65185546875}, {"start": 197.36, "end": 197.5, "word": " I", "probability": 0.441162109375}, {"start": 197.5, "end": 197.68, "word": " do.", "probability": 0.497314453125}, {"start": 197.86, "end": 198.04, "word": " Akuma.", "probability": 0.805908203125}, {"start": 198.18, "end": 198.38, "word": " Yes.", "probability": 0.83740234375}, {"start": 198.58, "end": 199.0, "word": " Because", "probability": 0.2254638671875}, {"start": 199.0, "end": 199.22, "word": " it's", "probability": 0.849609375}, {"start": 199.22, "end": 199.42, "word": " an", "probability": 0.89111328125}, {"start": 199.42, "end": 200.0, "word": " introductory", "probability": 0.84716796875}, {"start": 200.0, "end": 200.44, "word": " phrase", "probability": 0.8662109375}, {"start": 200.44, "end": 200.58, "word": " that", "probability": 0.77197265625}, {"start": 200.58, "end": 200.72, "word": " we", "probability": 0.9580078125}, {"start": 200.72, "end": 200.98, "word": " said.", "probability": 0.8369140625}, {"start": 201.26, "end": 201.42, "word": " All", "probability": 0.93115234375}, {"start": 201.42, "end": 201.58, "word": " over", "probability": 0.9228515625}, {"start": 201.58, "end": 201.74, "word": " the", "probability": 0.921875}, {"start": 201.74, "end": 202.16, "word": " country,", "probability": 0.90283203125}, {"start": 202.46, "end": 203.16, "word": " people", "probability": 0.5849609375}, {"start": 203.16, "end": 203.6, "word": " are", "probability": 0.92529296875}, {"start": 203.6, "end": 204.46, "word": " or", "probability": 0.58203125}, {"start": 204.46, "end": 204.76, "word": " people", "probability": 0.9580078125}, {"start": 204.76, "end": 205.08, "word": " sell", "probability": 0.88134765625}, {"start": 205.08, "end": 205.58, "word": " products", "probability": 0.84619140625}, {"start": 205.58, "end": 206.44, "word": " over", "probability": 0.91650390625}, {"start": 206.44, "end": 207.02, "word": " the", "probability": 0.837890625}, {"start": 207.02, "end": 207.44, "word": " internet,", "probability": 0.703125}, {"start": 207.66, "end": 207.88, "word": " okay?", "probability": 0.7392578125}, {"start": 208.16, "end": 208.42, "word": " Let's", "probability": 0.9521484375}, {"start": 208.42, "end": 208.6, "word": " see", "probability": 0.9306640625}, {"start": 208.6, "end": 208.82, "word": " the", "probability": 0.9111328125}, {"start": 208.82, "end": 209.12, "word": " second", "probability": 0.904296875}, {"start": 209.12, "end": 209.66, "word": " example", "probability": 0.94580078125}, {"start": 209.66, "end": 210.24, "word": " and", "probability": 0.8583984375}, {"start": 210.24, "end": 210.8, "word": " identify", "probability": 0.93603515625}, {"start": 210.8, "end": 211.14, "word": " any", "probability": 0.91015625}, {"start": 211.14, "end": 211.68, "word": " problems", "probability": 0.84814453125}, {"start": 211.68, "end": 212.1, "word": " here", "probability": 0.84423828125}, {"start": 212.1, "end": 212.72, "word": " in", "probability": 0.92041015625}, {"start": 212.72, "end": 212.9, "word": " this", "probability": 0.56005859375}, {"start": 212.9, "end": 213.2, "word": " second", "probability": 0.91748046875}, {"start": 213.2, "end": 213.58, "word": " example", "probability": 0.931640625}, {"start": 213.58, "end": 213.76, "word": " and", "probability": 0.361328125}, {"start": 213.76, "end": 213.88, "word": " then", "probability": 0.8427734375}, {"start": 213.88, "end": 214.04, "word": " I'll", "probability": 0.901611328125}, {"start": 214.04, "end": 214.16, "word": " give", "probability": 0.89111328125}, {"start": 214.16, "end": 214.24, "word": " you", "probability": 0.96337890625}, {"start": 214.24, "end": 214.38, "word": " a", "probability": 0.99267578125}, {"start": 214.38, "end": 214.64, "word": " chance", "probability": 0.97021484375}, {"start": 214.64, "end": 214.82, "word": " to", "probability": 0.9677734375}, {"start": 214.82, "end": 214.98, "word": " go", "probability": 0.9677734375}, {"start": 214.98, "end": 215.22, "word": " over", "probability": 0.931640625}, {"start": 215.22, "end": 215.4, "word": " the", "probability": 0.916015625}, {"start": 215.4, "end": 215.74, "word": " remaining", "probability": 0.89794921875}, {"start": 215.74, "end": 216.42, "word": " sentences.", "probability": 0.93896484375}], "temperature": 1.0}, {"id": 9, "seek": 23992, "start": 217.36, "end": 239.92, "text": " Finally, Facebook help you to find people who lost communicator with them. Yes please. Okay, so finally, capital letter. Facebook, it's a spelling problem, okay? And Facebook has to be capital letter as well. So, Facebook.", "tokens": [6288, 11, 4384, 854, 291, 281, 915, 561, 567, 2731, 3363, 1639, 365, 552, 13, 1079, 1767, 13, 1033, 11, 370, 2721, 11, 4238, 5063, 13, 12710, 384, 2939, 11, 309, 311, 257, 22254, 1154, 11, 1392, 30, 400, 4384, 575, 281, 312, 4238, 5063, 382, 731, 13, 407, 11, 4384, 13], "avg_logprob": -0.3231132120456336, "compression_ratio": 1.4768211920529801, "no_speech_prob": 0.0, "words": [{"start": 217.36, "end": 218.0, "word": " Finally,", "probability": 0.338623046875}, {"start": 218.46, "end": 219.04, "word": " Facebook", "probability": 0.69189453125}, {"start": 219.04, "end": 219.7, "word": " help", "probability": 0.4501953125}, {"start": 219.7, "end": 219.94, "word": " you", "probability": 0.97119140625}, {"start": 219.94, "end": 220.12, "word": " to", "probability": 0.9306640625}, {"start": 220.12, "end": 220.36, "word": " find", "probability": 0.8955078125}, {"start": 220.36, "end": 220.72, "word": " people", "probability": 0.96337890625}, {"start": 220.72, "end": 220.96, "word": " who", "probability": 0.90673828125}, {"start": 220.96, "end": 221.26, "word": " lost", "probability": 0.81689453125}, {"start": 221.26, "end": 222.32, "word": " communicator", "probability": 0.888916015625}, {"start": 222.32, "end": 223.28, "word": " with", "probability": 0.8994140625}, {"start": 223.28, "end": 223.8, "word": " them.", "probability": 0.9189453125}, {"start": 224.3, "end": 224.32, "word": " Yes", "probability": 0.38525390625}, {"start": 224.32, "end": 225.12, "word": " please.", "probability": 0.646484375}, {"start": 227.76, "end": 228.06, "word": " Okay,", "probability": 0.487548828125}, {"start": 228.2, "end": 228.34, "word": " so", "probability": 0.9208984375}, {"start": 228.34, "end": 228.9, "word": " finally,", "probability": 0.8349609375}, {"start": 229.34, "end": 229.7, "word": " capital", "probability": 0.9248046875}, {"start": 229.7, "end": 230.14, "word": " letter.", "probability": 0.951171875}, {"start": 232.32, "end": 232.96, "word": " Facebook,", "probability": 0.7421875}, {"start": 233.14, "end": 234.04, "word": " it's", "probability": 0.92529296875}, {"start": 234.04, "end": 234.14, "word": " a", "probability": 0.46337890625}, {"start": 234.14, "end": 235.08, "word": " spelling", "probability": 0.68359375}, {"start": 235.08, "end": 235.6, "word": " problem,", "probability": 0.9267578125}, {"start": 235.9, "end": 236.12, "word": " okay?", "probability": 0.81591796875}, {"start": 236.3, "end": 236.46, "word": " And", "probability": 0.904296875}, {"start": 236.46, "end": 236.82, "word": " Facebook", "probability": 0.73583984375}, {"start": 236.82, "end": 237.08, "word": " has", "probability": 0.9267578125}, {"start": 237.08, "end": 237.18, "word": " to", "probability": 0.97314453125}, {"start": 237.18, "end": 237.32, "word": " be", "probability": 0.96337890625}, {"start": 237.32, "end": 237.6, "word": " capital", "probability": 0.8037109375}, {"start": 237.6, "end": 237.92, "word": " letter", "probability": 0.94140625}, {"start": 237.92, "end": 238.14, "word": " as", "probability": 0.96044921875}, {"start": 238.14, "end": 239.02, "word": " well.", "probability": 0.9423828125}, {"start": 239.24, "end": 239.24, "word": " So,", "probability": 0.86181640625}, {"start": 239.4, "end": 239.92, "word": " Facebook.", "probability": 0.7333984375}], "temperature": 1.0}, {"id": 10, "seek": 26063, "start": 242.07, "end": 260.63, "text": " Capitalize. Help helps. So what we see here is a subject-verb agreement problem. And this is very common. Almost 60% of your mistakes relate to subject-verb agreement problem. Okay? So finally, Facebook helps you to find people who lost communicate with you. Is there a problem here?", "tokens": [21502, 1125, 13, 10773, 3665, 13, 407, 437, 321, 536, 510, 307, 257, 3983, 12, 25809, 8106, 1154, 13, 400, 341, 307, 588, 2689, 13, 12627, 4060, 4, 295, 428, 8038, 10961, 281, 3983, 12, 25809, 8106, 1154, 13, 1033, 30, 407, 2721, 11, 4384, 3665, 291, 281, 915, 561, 567, 2731, 7890, 365, 291, 13, 1119, 456, 257, 1154, 510, 30], "avg_logprob": -0.23821924981616793, "compression_ratio": 1.4947368421052631, "no_speech_prob": 5.960464477539062e-07, "words": [{"start": 242.07, "end": 242.63, "word": " Capitalize.", "probability": 0.6353759765625}, {"start": 242.75, "end": 243.15, "word": " Help", "probability": 0.6201171875}, {"start": 243.15, "end": 244.27, "word": " helps.", "probability": 0.443603515625}, {"start": 244.39, "end": 244.53, "word": " So", "probability": 0.8798828125}, {"start": 244.53, "end": 244.65, "word": " what", "probability": 0.546875}, {"start": 244.65, "end": 244.79, "word": " we", "probability": 0.91064453125}, {"start": 244.79, "end": 244.95, "word": " see", "probability": 0.93115234375}, {"start": 244.95, "end": 245.19, "word": " here", "probability": 0.84326171875}, {"start": 245.19, "end": 245.53, "word": " is", "probability": 0.94140625}, {"start": 245.53, "end": 246.25, "word": " a", "probability": 0.91357421875}, {"start": 246.25, "end": 246.73, "word": " subject", "probability": 0.92822265625}, {"start": 246.73, "end": 247.15, "word": "-verb", "probability": 0.75341796875}, {"start": 247.15, "end": 247.89, "word": " agreement", "probability": 0.8828125}, {"start": 247.89, "end": 248.39, "word": " problem.", "probability": 0.8701171875}, {"start": 248.55, "end": 248.59, "word": " And", "probability": 0.71826171875}, {"start": 248.59, "end": 248.73, "word": " this", "probability": 0.93603515625}, {"start": 248.73, "end": 248.85, "word": " is", "probability": 0.94287109375}, {"start": 248.85, "end": 249.01, "word": " very", "probability": 0.83447265625}, {"start": 249.01, "end": 249.25, "word": " common.", "probability": 0.8759765625}, {"start": 249.39, "end": 249.59, "word": " Almost", "probability": 0.763671875}, {"start": 249.59, "end": 249.91, "word": " 60", "probability": 0.79443359375}, {"start": 249.91, "end": 250.19, "word": "%", "probability": 0.85498046875}, {"start": 250.19, "end": 250.45, "word": " of", "probability": 0.9619140625}, {"start": 250.45, "end": 250.57, "word": " your", "probability": 0.85693359375}, {"start": 250.57, "end": 250.97, "word": " mistakes", "probability": 0.9013671875}, {"start": 250.97, "end": 251.39, "word": " relate", "probability": 0.935546875}, {"start": 251.39, "end": 251.69, "word": " to", "probability": 0.9658203125}, {"start": 251.69, "end": 252.35, "word": " subject", "probability": 0.841796875}, {"start": 252.35, "end": 252.71, "word": "-verb", "probability": 0.92919921875}, {"start": 252.71, "end": 253.21, "word": " agreement", "probability": 0.84375}, {"start": 253.21, "end": 253.83, "word": " problem.", "probability": 0.75927734375}, {"start": 254.29, "end": 254.35, "word": " Okay?", "probability": 0.451171875}, {"start": 254.73, "end": 254.89, "word": " So", "probability": 0.9501953125}, {"start": 254.89, "end": 255.47, "word": " finally,", "probability": 0.5390625}, {"start": 255.67, "end": 256.05, "word": " Facebook", "probability": 0.77099609375}, {"start": 256.05, "end": 256.57, "word": " helps", "probability": 0.8154296875}, {"start": 256.57, "end": 256.75, "word": " you", "probability": 0.9599609375}, {"start": 256.75, "end": 256.93, "word": " to", "probability": 0.9326171875}, {"start": 256.93, "end": 257.19, "word": " find", "probability": 0.89794921875}, {"start": 257.19, "end": 257.61, "word": " people", "probability": 0.96630859375}, {"start": 257.61, "end": 257.89, "word": " who", "probability": 0.89990234375}, {"start": 257.89, "end": 258.15, "word": " lost", "probability": 0.5859375}, {"start": 258.15, "end": 258.65, "word": " communicate", "probability": 0.697265625}, {"start": 258.65, "end": 259.05, "word": " with", "probability": 0.90673828125}, {"start": 259.05, "end": 259.29, "word": " you.", "probability": 0.962890625}, {"start": 259.67, "end": 259.85, "word": " Is", "probability": 0.94580078125}, {"start": 259.85, "end": 259.93, "word": " there", "probability": 0.896484375}, {"start": 259.93, "end": 260.05, "word": " a", "probability": 0.98388671875}, {"start": 260.05, "end": 260.35, "word": " problem", "probability": 0.88330078125}, {"start": 260.35, "end": 260.63, "word": " here?", "probability": 0.84912109375}], "temperature": 1.0}, {"id": 11, "seek": 29070, "start": 261.56, "end": 290.7, "text": " What is the problem here? It doesn't make any sense. No, that is grammatically correct. Okay, so there is a problem with the sentence structure and again the verb and the subject, the subject-verb agreement. How can we fix it? Who lost communicating, communicate with you? You can change it. Who you lose or who you lost communication. I could just say who Facebook helps you, helps you.", "tokens": [708, 307, 264, 1154, 510, 30, 467, 1177, 380, 652, 604, 2020, 13, 883, 11, 300, 307, 17570, 5030, 3006, 13, 1033, 11, 370, 456, 307, 257, 1154, 365, 264, 8174, 3877, 293, 797, 264, 9595, 293, 264, 3983, 11, 264, 3983, 12, 25809, 8106, 13, 1012, 393, 321, 3191, 309, 30, 2102, 2731, 17559, 11, 7890, 365, 291, 30, 509, 393, 1319, 309, 13, 2102, 291, 3624, 420, 567, 291, 2731, 6101, 13, 286, 727, 445, 584, 567, 4384, 3665, 291, 11, 3665, 291, 13], "avg_logprob": -0.24263648842943125, "compression_ratio": 1.6652360515021458, "no_speech_prob": 0.0, "words": [{"start": 261.56, "end": 261.78, "word": " What", "probability": 0.689453125}, {"start": 261.78, "end": 261.94, "word": " is", "probability": 0.8330078125}, {"start": 261.94, "end": 262.1, "word": " the", "probability": 0.87353515625}, {"start": 262.1, "end": 262.54, "word": " problem", "probability": 0.8857421875}, {"start": 262.54, "end": 262.74, "word": " here?", "probability": 0.517578125}, {"start": 262.84, "end": 263.14, "word": " It", "probability": 0.697265625}, {"start": 263.14, "end": 263.32, "word": " doesn't", "probability": 0.92724609375}, {"start": 263.32, "end": 263.52, "word": " make", "probability": 0.93798828125}, {"start": 263.52, "end": 263.74, "word": " any", "probability": 0.89501953125}, {"start": 263.74, "end": 264.08, "word": " sense.", "probability": 0.83251953125}, {"start": 265.14, "end": 265.32, "word": " No,", "probability": 0.5888671875}, {"start": 265.6, "end": 265.82, "word": " that", "probability": 0.2022705078125}, {"start": 265.82, "end": 266.08, "word": " is", "probability": 0.7001953125}, {"start": 266.08, "end": 266.84, "word": " grammatically", "probability": 0.92041015625}, {"start": 266.84, "end": 267.34, "word": " correct.", "probability": 0.82861328125}, {"start": 267.76, "end": 268.3, "word": " Okay,", "probability": 0.3388671875}, {"start": 268.92, "end": 269.04, "word": " so", "probability": 0.8798828125}, {"start": 269.04, "end": 269.26, "word": " there", "probability": 0.87255859375}, {"start": 269.26, "end": 269.38, "word": " is", "probability": 0.912109375}, {"start": 269.38, "end": 269.5, "word": " a", "probability": 0.9833984375}, {"start": 269.5, "end": 269.8, "word": " problem", "probability": 0.8798828125}, {"start": 269.8, "end": 270.18, "word": " with", "probability": 0.900390625}, {"start": 270.18, "end": 271.36, "word": " the", "probability": 0.791015625}, {"start": 271.36, "end": 271.78, "word": " sentence", "probability": 0.951171875}, {"start": 271.78, "end": 272.36, "word": " structure", "probability": 0.84423828125}, {"start": 272.36, "end": 272.72, "word": " and", "probability": 0.796875}, {"start": 272.72, "end": 273.14, "word": " again", "probability": 0.8994140625}, {"start": 273.14, "end": 273.58, "word": " the", "probability": 0.5576171875}, {"start": 273.58, "end": 273.98, "word": " verb", "probability": 0.8056640625}, {"start": 273.98, "end": 274.22, "word": " and", "probability": 0.93310546875}, {"start": 274.22, "end": 274.4, "word": " the", "probability": 0.85107421875}, {"start": 274.4, "end": 274.62, "word": " subject,", "probability": 0.97314453125}, {"start": 274.72, "end": 274.82, "word": " the", "probability": 0.85986328125}, {"start": 274.82, "end": 275.08, "word": " subject", "probability": 0.93896484375}, {"start": 275.08, "end": 275.44, "word": "-verb", "probability": 0.7227783203125}, {"start": 275.44, "end": 275.9, "word": " agreement.", "probability": 0.935546875}, {"start": 276.16, "end": 276.28, "word": " How", "probability": 0.8896484375}, {"start": 276.28, "end": 276.48, "word": " can", "probability": 0.93359375}, {"start": 276.48, "end": 276.64, "word": " we", "probability": 0.85009765625}, {"start": 276.64, "end": 276.88, "word": " fix", "probability": 0.935546875}, {"start": 276.88, "end": 277.08, "word": " it?", "probability": 0.87841796875}, {"start": 277.12, "end": 277.28, "word": " Who", "probability": 0.85791015625}, {"start": 277.28, "end": 277.6, "word": " lost", "probability": 0.69677734375}, {"start": 277.6, "end": 278.44, "word": " communicating,", "probability": 0.66845703125}, {"start": 278.72, "end": 279.16, "word": " communicate", "probability": 0.876953125}, {"start": 279.16, "end": 279.58, "word": " with", "probability": 0.9140625}, {"start": 279.58, "end": 279.8, "word": " you?", "probability": 0.96484375}, {"start": 281.88, "end": 282.42, "word": " You", "probability": 0.548828125}, {"start": 282.42, "end": 282.68, "word": " can", "probability": 0.9375}, {"start": 282.68, "end": 283.04, "word": " change", "probability": 0.865234375}, {"start": 283.04, "end": 283.2, "word": " it.", "probability": 0.953125}, {"start": 283.24, "end": 283.56, "word": " Who", "probability": 0.865234375}, {"start": 283.56, "end": 284.86, "word": " you", "probability": 0.55908203125}, {"start": 284.86, "end": 285.4, "word": " lose", "probability": 0.779296875}, {"start": 285.4, "end": 285.7, "word": " or", "probability": 0.8759765625}, {"start": 285.7, "end": 285.96, "word": " who", "probability": 0.8759765625}, {"start": 285.96, "end": 286.14, "word": " you", "probability": 0.93603515625}, {"start": 286.14, "end": 286.4, "word": " lost", "probability": 0.78955078125}, {"start": 286.4, "end": 287.04, "word": " communication.", "probability": 0.873046875}, {"start": 287.18, "end": 287.28, "word": " I", "probability": 0.81640625}, {"start": 287.28, "end": 287.44, "word": " could", "probability": 0.78515625}, {"start": 287.44, "end": 287.74, "word": " just", "probability": 0.91162109375}, {"start": 287.74, "end": 288.06, "word": " say", "probability": 0.95947265625}, {"start": 288.06, "end": 288.38, "word": " who", "probability": 0.5712890625}, {"start": 288.38, "end": 289.08, "word": " Facebook", "probability": 0.64404296875}, {"start": 289.08, "end": 289.62, "word": " helps", "probability": 0.8056640625}, {"start": 289.62, "end": 289.92, "word": " you,", "probability": 0.96484375}, {"start": 290.06, "end": 290.36, "word": " helps", "probability": 0.78369140625}, {"start": 290.36, "end": 290.7, "word": " you.", "probability": 0.96142578125}], "temperature": 1.0}, {"id": 12, "seek": 29723, "start": 290.81, "end": 297.23, "text": "to find people who you lost communication with.", "tokens": [1353, 915, 561, 567, 291, 2731, 6101, 365, 13], "avg_logprob": -0.21660156100988387, "compression_ratio": 0.8867924528301887, "no_speech_prob": 5.960464477539063e-08, "words": [{"start": 290.81, "end": 291.05, "word": "to", "probability": 0.45556640625}, {"start": 291.05, "end": 291.41, "word": " find", "probability": 0.89697265625}, {"start": 291.41, "end": 292.01, "word": " people", "probability": 0.96337890625}, {"start": 292.01, "end": 292.75, "word": " who", "probability": 0.78515625}, {"start": 292.75, "end": 293.65, "word": " you", "probability": 0.7470703125}, {"start": 293.65, "end": 294.99, "word": " lost", "probability": 0.876953125}, {"start": 294.99, "end": 296.71, "word": " communication", "probability": 0.8876953125}, {"start": 296.71, "end": 297.23, "word": " with.", "probability": 0.82275390625}], "temperature": 1.0}, {"id": 13, "seek": 33103, "start": 301.35, "end": 331.03, "text": " As simple as that. Whom you lost communication or whom you lost communication with. Now it is grammatically correct. We have a relative clause and we have a clear structure. Whom you lost communication or whom you lost communication with. All right? Fine. Now, I'll just give you a couple of minutes to look at the remaining three sentences here in this slide and try to locate any problems that you see in these three sentences. Yes, please. And of course, you can take some notes.", "tokens": [1018, 2199, 382, 300, 13, 506, 298, 291, 2731, 6101, 420, 7101, 291, 2731, 6101, 365, 13, 823, 309, 307, 17570, 5030, 3006, 13, 492, 362, 257, 4972, 25925, 293, 321, 362, 257, 1850, 3877, 13, 506, 298, 291, 2731, 6101, 420, 7101, 291, 2731, 6101, 365, 13, 1057, 558, 30, 12024, 13, 823, 11, 286, 603, 445, 976, 291, 257, 1916, 295, 2077, 281, 574, 412, 264, 8877, 1045, 16579, 510, 294, 341, 4137, 293, 853, 281, 22370, 604, 2740, 300, 291, 536, 294, 613, 1045, 16579, 13, 1079, 11, 1767, 13, 400, 295, 1164, 11, 291, 393, 747, 512, 5570, 13], "avg_logprob": -0.19396033324301243, "compression_ratio": 1.9090909090909092, "no_speech_prob": 1.1920928955078125e-07, "words": [{"start": 301.35, "end": 301.65, "word": " As", "probability": 0.491943359375}, {"start": 301.65, "end": 301.97, "word": " simple", "probability": 0.9375}, {"start": 301.97, "end": 302.23, "word": " as", "probability": 0.96484375}, {"start": 302.23, "end": 302.51, "word": " that.", "probability": 0.92626953125}, {"start": 302.91, "end": 303.09, "word": " Whom", "probability": 0.644287109375}, {"start": 303.09, "end": 303.25, "word": " you", "probability": 0.95849609375}, {"start": 303.25, "end": 303.49, "word": " lost", "probability": 0.87255859375}, {"start": 303.49, "end": 304.17, "word": " communication", "probability": 0.87646484375}, {"start": 304.17, "end": 304.35, "word": " or", "probability": 0.39697265625}, {"start": 304.35, "end": 304.59, "word": " whom", "probability": 0.91357421875}, {"start": 304.59, "end": 304.79, "word": " you", "probability": 0.96533203125}, {"start": 304.79, "end": 305.01, "word": " lost", "probability": 0.8974609375}, {"start": 305.01, "end": 305.77, "word": " communication", "probability": 0.87548828125}, {"start": 305.77, "end": 306.27, "word": " with.", "probability": 0.853515625}, {"start": 307.11, "end": 307.35, "word": " Now", "probability": 0.9267578125}, {"start": 307.35, "end": 307.55, "word": " it", "probability": 0.77978515625}, {"start": 307.55, "end": 307.69, "word": " is", "probability": 0.904296875}, {"start": 307.69, "end": 308.37, "word": " grammatically", "probability": 0.8291015625}, {"start": 308.37, "end": 308.75, "word": " correct.", "probability": 0.8291015625}, {"start": 308.87, "end": 308.97, "word": " We", "probability": 0.93408203125}, {"start": 308.97, "end": 309.13, "word": " have", "probability": 0.9443359375}, {"start": 309.13, "end": 309.25, "word": " a", "probability": 0.93603515625}, {"start": 309.25, "end": 309.55, "word": " relative", "probability": 0.859375}, {"start": 309.55, "end": 310.03, "word": " clause", "probability": 0.90966796875}, {"start": 310.03, "end": 310.69, "word": " and", "probability": 0.8076171875}, {"start": 310.69, "end": 310.87, "word": " we", "probability": 0.95263671875}, {"start": 310.87, "end": 311.11, "word": " have", "probability": 0.94775390625}, {"start": 311.11, "end": 311.25, "word": " a", "probability": 0.98876953125}, {"start": 311.25, "end": 311.49, "word": " clear", "probability": 0.921875}, {"start": 311.49, "end": 312.01, "word": " structure.", "probability": 0.8681640625}, {"start": 312.11, "end": 312.33, "word": " Whom", "probability": 0.958251953125}, {"start": 312.33, "end": 312.53, "word": " you", "probability": 0.95361328125}, {"start": 312.53, "end": 312.79, "word": " lost", "probability": 0.88623046875}, {"start": 312.79, "end": 313.39, "word": " communication", "probability": 0.86083984375}, {"start": 313.39, "end": 313.63, "word": " or", "probability": 0.7197265625}, {"start": 313.63, "end": 313.79, "word": " whom", "probability": 0.471923828125}, {"start": 313.79, "end": 313.99, "word": " you", "probability": 0.96728515625}, {"start": 313.99, "end": 314.19, "word": " lost", "probability": 0.89404296875}, {"start": 314.19, "end": 315.47, "word": " communication", "probability": 0.8623046875}, {"start": 315.47, "end": 316.23, "word": " with.", "probability": 0.90625}, {"start": 316.43, "end": 316.53, "word": " All", "probability": 0.369384765625}, {"start": 316.53, "end": 316.79, "word": " right?", "probability": 0.8564453125}, {"start": 317.03, "end": 317.25, "word": " Fine.", "probability": 0.470458984375}, {"start": 317.53, "end": 317.73, "word": " Now,", "probability": 0.92138671875}, {"start": 317.83, "end": 318.21, "word": " I'll", "probability": 0.699951171875}, {"start": 318.21, "end": 318.41, "word": " just", "probability": 0.82080078125}, {"start": 318.41, "end": 318.61, "word": " give", "probability": 0.880859375}, {"start": 318.61, "end": 318.73, "word": " you", "probability": 0.96142578125}, {"start": 318.73, "end": 318.85, "word": " a", "probability": 0.99609375}, {"start": 318.85, "end": 319.05, "word": " couple", "probability": 0.8466796875}, {"start": 319.05, "end": 319.21, "word": " of", "probability": 0.96044921875}, {"start": 319.21, "end": 319.45, "word": " minutes", "probability": 0.931640625}, {"start": 319.45, "end": 319.65, "word": " to", "probability": 0.9345703125}, {"start": 319.65, "end": 319.81, "word": " look", "probability": 0.9677734375}, {"start": 319.81, "end": 319.95, "word": " at", "probability": 0.9638671875}, {"start": 319.95, "end": 320.09, "word": " the", "probability": 0.9111328125}, {"start": 320.09, "end": 320.39, "word": " remaining", "probability": 0.88330078125}, {"start": 320.39, "end": 320.71, "word": " three", "probability": 0.89697265625}, {"start": 320.71, "end": 321.19, "word": " sentences", "probability": 0.95361328125}, {"start": 321.19, "end": 321.53, "word": " here", "probability": 0.8251953125}, {"start": 321.53, "end": 321.71, "word": " in", "probability": 0.89453125}, {"start": 321.71, "end": 321.89, "word": " this", "probability": 0.9453125}, {"start": 321.89, "end": 322.33, "word": " slide", "probability": 0.96435546875}, {"start": 322.33, "end": 322.97, "word": " and", "probability": 0.70849609375}, {"start": 322.97, "end": 323.23, "word": " try", "probability": 0.93017578125}, {"start": 323.23, "end": 323.47, "word": " to", "probability": 0.9697265625}, {"start": 323.47, "end": 323.93, "word": " locate", "probability": 0.9658203125}, {"start": 323.93, "end": 324.27, "word": " any", "probability": 0.89794921875}, {"start": 324.27, "end": 324.69, "word": " problems", "probability": 0.8330078125}, {"start": 324.69, "end": 324.91, "word": " that", "probability": 0.93408203125}, {"start": 324.91, "end": 325.07, "word": " you", "probability": 0.96337890625}, {"start": 325.07, "end": 325.45, "word": " see", "probability": 0.93115234375}, {"start": 325.45, "end": 325.93, "word": " in", "probability": 0.94091796875}, {"start": 325.93, "end": 326.21, "word": " these", "probability": 0.8466796875}, {"start": 326.21, "end": 326.73, "word": " three", "probability": 0.94287109375}, {"start": 326.73, "end": 327.61, "word": " sentences.", "probability": 0.93505859375}, {"start": 328.13, "end": 328.27, "word": " Yes,", "probability": 0.955078125}, {"start": 328.33, "end": 328.61, "word": " please.", "probability": 0.79248046875}, {"start": 329.31, "end": 329.79, "word": " And", "probability": 0.93896484375}, {"start": 329.79, "end": 329.93, "word": " of", "probability": 0.79736328125}, {"start": 329.93, "end": 330.09, "word": " course,", "probability": 0.95654296875}, {"start": 330.13, "end": 330.25, "word": " you", "probability": 0.96044921875}, {"start": 330.25, "end": 330.39, "word": " can", "probability": 0.94287109375}, {"start": 330.39, "end": 330.57, "word": " take", "probability": 0.87890625}, {"start": 330.57, "end": 330.79, "word": " some", "probability": 0.91357421875}, {"start": 330.79, "end": 331.03, "word": " notes.", "probability": 0.91259765625}], "temperature": 1.0}, {"id": 14, "seek": 37390, "start": 373.68, "end": 373.9, "text": " Thank you.", "tokens": [1044, 291, 13], "avg_logprob": -0.7832031548023224, "compression_ratio": 0.5789473684210527, "no_speech_prob": 0.02593994140625, "words": [{"start": 373.68, "end": 373.8, "word": " Thank", "probability": 0.03857421875}, {"start": 373.8, "end": 373.9, "word": " you.", "probability": 0.9130859375}], "temperature": 1.0}, {"id": 15, "seek": 41972, "start": 418.64, "end": 419.72, "text": " Mm-hmm.", "tokens": [8266, 12, 10250, 13], "avg_logprob": -1.1484375, "compression_ratio": 0.5, "no_speech_prob": 0.044647216796875, "words": [{"start": 418.64, "end": 419.36, "word": " Mm", "probability": 0.01349639892578125}, {"start": 419.36, "end": 419.72, "word": "-hmm.", "probability": 0.537353515625}], "temperature": 1.0}, {"id": 16, "seek": 44630, "start": 423.66, "end": 446.3, "text": " Alright, let's see. Number three. My friend Larry has a bad habit. He never on time for or to anything. Arrives 10 minutes late everywhere. Clearly, there are some problems here. The first problem is. Yes, please. Okay, so there is a missing verb. Okay, he is never. So, we need a verb here.", "tokens": [2798, 11, 718, 311, 536, 13, 5118, 1045, 13, 1222, 1277, 18145, 575, 257, 1578, 7164, 13, 634, 1128, 322, 565, 337, 420, 281, 1340, 13, 45188, 977, 1266, 2077, 3469, 5315, 13, 24120, 11, 456, 366, 512, 2740, 510, 13, 440, 700, 1154, 307, 13, 1079, 11, 1767, 13, 1033, 11, 370, 456, 307, 257, 5361, 9595, 13, 1033, 11, 415, 307, 1128, 13, 407, 11, 321, 643, 257, 9595, 510, 13], "avg_logprob": -0.280405394128851, "compression_ratio": 1.489795918367347, "no_speech_prob": 3.5762786865234375e-07, "words": [{"start": 423.66, "end": 424.12, "word": " Alright,", "probability": 0.4208984375}, {"start": 424.48, "end": 424.72, "word": " let's", "probability": 0.9453125}, {"start": 424.72, "end": 424.96, "word": " see.", "probability": 0.93115234375}, {"start": 425.24, "end": 425.4, "word": " Number", "probability": 0.78564453125}, {"start": 425.4, "end": 425.82, "word": " three.", "probability": 0.70263671875}, {"start": 426.1, "end": 426.3, "word": " My", "probability": 0.8857421875}, {"start": 426.3, "end": 426.86, "word": " friend", "probability": 0.74609375}, {"start": 426.86, "end": 427.24, "word": " Larry", "probability": 0.8671875}, {"start": 427.24, "end": 427.46, "word": " has", "probability": 0.94091796875}, {"start": 427.46, "end": 427.6, "word": " a", "probability": 0.99462890625}, {"start": 427.6, "end": 427.8, "word": " bad", "probability": 0.96142578125}, {"start": 427.8, "end": 428.2, "word": " habit.", "probability": 0.9306640625}, {"start": 428.62, "end": 428.76, "word": " He", "probability": 0.95263671875}, {"start": 428.76, "end": 428.98, "word": " never", "probability": 0.49609375}, {"start": 428.98, "end": 429.22, "word": " on", "probability": 0.8505859375}, {"start": 429.22, "end": 429.5, "word": " time", "probability": 0.88037109375}, {"start": 429.5, "end": 429.92, "word": " for", "probability": 0.8779296875}, {"start": 429.92, "end": 430.32, "word": " or", "probability": 0.931640625}, {"start": 430.32, "end": 430.46, "word": " to", "probability": 0.9638671875}, {"start": 430.46, "end": 431.08, "word": " anything.", "probability": 0.890625}, {"start": 431.44, "end": 432.0, "word": " Arrives", "probability": 0.78466796875}, {"start": 432.0, "end": 432.22, "word": " 10", "probability": 0.53955078125}, {"start": 432.22, "end": 432.44, "word": " minutes", "probability": 0.890625}, {"start": 432.44, "end": 432.82, "word": " late", "probability": 0.91845703125}, {"start": 432.82, "end": 433.54, "word": " everywhere.", "probability": 0.787109375}, {"start": 433.94, "end": 434.2, "word": " Clearly,", "probability": 0.84521484375}, {"start": 434.26, "end": 434.42, "word": " there", "probability": 0.89501953125}, {"start": 434.42, "end": 434.56, "word": " are", "probability": 0.9267578125}, {"start": 434.56, "end": 434.78, "word": " some", "probability": 0.89697265625}, {"start": 434.78, "end": 435.32, "word": " problems", "probability": 0.83984375}, {"start": 435.32, "end": 435.78, "word": " here.", "probability": 0.83642578125}, {"start": 436.28, "end": 436.34, "word": " The", "probability": 0.64208984375}, {"start": 436.34, "end": 436.68, "word": " first", "probability": 0.8955078125}, {"start": 436.68, "end": 437.08, "word": " problem", "probability": 0.8837890625}, {"start": 437.08, "end": 437.38, "word": " is.", "probability": 0.943359375}, {"start": 437.4, "end": 437.54, "word": " Yes,", "probability": 0.83154296875}, {"start": 437.64, "end": 437.8, "word": " please.", "probability": 0.80419921875}, {"start": 438.64, "end": 439.24, "word": " Okay,", "probability": 0.42431640625}, {"start": 439.56, "end": 439.9, "word": " so", "probability": 0.87939453125}, {"start": 439.9, "end": 440.28, "word": " there", "probability": 0.77099609375}, {"start": 440.28, "end": 440.54, "word": " is", "probability": 0.9287109375}, {"start": 440.54, "end": 440.86, "word": " a", "probability": 0.86962890625}, {"start": 440.86, "end": 441.56, "word": " missing", "probability": 0.861328125}, {"start": 441.56, "end": 442.4, "word": " verb.", "probability": 0.455810546875}, {"start": 442.62, "end": 442.92, "word": " Okay,", "probability": 0.52880859375}, {"start": 443.06, "end": 443.24, "word": " he", "probability": 0.93701171875}, {"start": 443.24, "end": 443.64, "word": " is", "probability": 0.84912109375}, {"start": 443.64, "end": 443.96, "word": " never.", "probability": 0.93359375}, {"start": 444.36, "end": 444.66, "word": " So,", "probability": 0.91748046875}, {"start": 444.78, "end": 444.86, "word": " we", "probability": 0.91552734375}, {"start": 444.86, "end": 445.18, "word": " need", "probability": 0.9267578125}, {"start": 445.18, "end": 445.48, "word": " a", "probability": 0.99560546875}, {"start": 445.48, "end": 445.9, "word": " verb", "probability": 0.90185546875}, {"start": 445.9, "end": 446.3, "word": " here.", "probability": 0.85009765625}], "temperature": 1.0}, {"id": 17, "seek": 47397, "start": 447.25, "end": 473.97, "text": "So he is never on time to anything, arrives 10 minutes later, he arrives again and here what we see is a missing subject. He arrives 10 minutes later and everywhere and what we see here is about three simple very short sentences we can actually combine them but this is a different story we'll talk about it later", "tokens": [6455, 415, 307, 1128, 322, 565, 281, 1340, 11, 20116, 1266, 2077, 1780, 11, 415, 20116, 797, 293, 510, 437, 321, 536, 307, 257, 5361, 3983, 13, 634, 20116, 1266, 2077, 1780, 293, 5315, 293, 437, 321, 536, 510, 307, 466, 1045, 2199, 588, 2099, 16579, 321, 393, 767, 10432, 552, 457, 341, 307, 257, 819, 1657, 321, 603, 751, 466, 309, 1780], "avg_logprob": -0.3615722651593387, "compression_ratio": 1.691891891891892, "no_speech_prob": 5.960464477539063e-08, "words": [{"start": 447.25, "end": 447.57, "word": "So", "probability": 0.365966796875}, {"start": 447.57, "end": 447.85, "word": " he", "probability": 0.71240234375}, {"start": 447.85, "end": 448.25, "word": " is", "probability": 0.88671875}, {"start": 448.25, "end": 448.61, "word": " never", "probability": 0.93701171875}, {"start": 448.61, "end": 448.95, "word": " on", "probability": 0.953125}, {"start": 448.95, "end": 449.21, "word": " time", "probability": 0.88818359375}, {"start": 449.21, "end": 449.37, "word": " to", "probability": 0.939453125}, {"start": 449.37, "end": 449.93, "word": " anything,", "probability": 0.857421875}, {"start": 450.41, "end": 450.71, "word": " arrives", "probability": 0.77587890625}, {"start": 450.71, "end": 450.93, "word": " 10", "probability": 0.444580078125}, {"start": 450.93, "end": 451.21, "word": " minutes", "probability": 0.87646484375}, {"start": 451.21, "end": 451.77, "word": " later,", "probability": 0.74169921875}, {"start": 452.37, "end": 453.33, "word": " he", "probability": 0.88134765625}, {"start": 453.33, "end": 453.91, "word": " arrives", "probability": 0.76025390625}, {"start": 453.91, "end": 454.07, "word": " again", "probability": 0.1357421875}, {"start": 454.07, "end": 454.27, "word": " and", "probability": 0.47509765625}, {"start": 454.27, "end": 454.53, "word": " here", "probability": 0.7861328125}, {"start": 454.53, "end": 454.73, "word": " what", "probability": 0.62060546875}, {"start": 454.73, "end": 454.89, "word": " we", "probability": 0.9326171875}, {"start": 454.89, "end": 455.09, "word": " see", "probability": 0.93359375}, {"start": 455.09, "end": 455.31, "word": " is", "probability": 0.931640625}, {"start": 455.31, "end": 455.55, "word": " a", "probability": 0.97021484375}, {"start": 455.55, "end": 455.95, "word": " missing", "probability": 0.896484375}, {"start": 455.95, "end": 456.77, "word": " subject.", "probability": 0.9658203125}, {"start": 457.39, "end": 457.97, "word": " He", "probability": 0.427978515625}, {"start": 457.97, "end": 460.53, "word": " arrives", "probability": 0.353515625}, {"start": 460.53, "end": 462.19, "word": " 10", "probability": 0.460205078125}, {"start": 462.19, "end": 462.61, "word": " minutes", "probability": 0.9033203125}, {"start": 462.61, "end": 463.69, "word": " later", "probability": 0.58203125}, {"start": 463.69, "end": 464.67, "word": " and", "probability": 0.3173828125}, {"start": 464.67, "end": 465.69, "word": " everywhere", "probability": 0.76171875}, {"start": 465.69, "end": 466.75, "word": " and", "probability": 0.50341796875}, {"start": 466.75, "end": 466.95, "word": " what", "probability": 0.91796875}, {"start": 466.95, "end": 467.07, "word": " we", "probability": 0.85888671875}, {"start": 467.07, "end": 467.25, "word": " see", "probability": 0.88330078125}, {"start": 467.25, "end": 467.47, "word": " here", "probability": 0.8408203125}, {"start": 467.47, "end": 467.61, "word": " is", "probability": 0.724609375}, {"start": 467.61, "end": 467.79, "word": " about", "probability": 0.2027587890625}, {"start": 467.79, "end": 468.03, "word": " three", "probability": 0.75048828125}, {"start": 468.03, "end": 468.59, "word": " simple", "probability": 0.884765625}, {"start": 468.59, "end": 468.97, "word": " very", "probability": 0.5517578125}, {"start": 468.97, "end": 469.25, "word": " short", "probability": 0.9072265625}, {"start": 469.25, "end": 469.77, "word": " sentences", "probability": 0.95263671875}, {"start": 469.77, "end": 470.03, "word": " we", "probability": 0.36865234375}, {"start": 470.03, "end": 470.23, "word": " can", "probability": 0.947265625}, {"start": 470.23, "end": 470.55, "word": " actually", "probability": 0.88330078125}, {"start": 470.55, "end": 471.05, "word": " combine", "probability": 0.9501953125}, {"start": 471.05, "end": 471.45, "word": " them", "probability": 0.89111328125}, {"start": 471.45, "end": 471.95, "word": " but", "probability": 0.7587890625}, {"start": 471.95, "end": 472.15, "word": " this", "probability": 0.947265625}, {"start": 472.15, "end": 472.25, "word": " is", "probability": 0.94970703125}, {"start": 472.25, "end": 472.35, "word": " a", "probability": 0.9931640625}, {"start": 472.35, "end": 472.59, "word": " different", "probability": 0.884765625}, {"start": 472.59, "end": 472.93, "word": " story", "probability": 0.94384765625}, {"start": 472.93, "end": 473.13, "word": " we'll", "probability": 0.70166015625}, {"start": 473.13, "end": 473.29, "word": " talk", "probability": 0.8896484375}, {"start": 473.29, "end": 473.49, "word": " about", "probability": 0.904296875}, {"start": 473.49, "end": 473.65, "word": " it", "probability": 0.81982421875}, {"start": 473.65, "end": 473.97, "word": " later", "probability": 0.95166015625}], "temperature": 1.0}, {"id": 18, "seek": 50087, "start": 474.27, "end": 500.87, "text": " so the problem here is there is a missing verb and there is a missing subject and this is something that we need to avoid all right number four Gaza streets have a big traffic problems that make the street more dangerous clearly there is a problem clear problem here which is Gaza has to be capital letter capital S beginning with a sentence yes", "tokens": [370, 264, 1154, 510, 307, 456, 307, 257, 5361, 9595, 293, 456, 307, 257, 5361, 3983, 293, 341, 307, 746, 300, 321, 643, 281, 5042, 439, 558, 1230, 1451, 37800, 8481, 362, 257, 955, 6419, 2740, 300, 652, 264, 4838, 544, 5795, 4448, 456, 307, 257, 1154, 1850, 1154, 510, 597, 307, 37800, 575, 281, 312, 4238, 5063, 4238, 318, 2863, 365, 257, 8174, 2086], "avg_logprob": -0.21472537607857675, "compression_ratio": 1.7743589743589743, "no_speech_prob": 1.7881393432617188e-07, "words": [{"start": 474.27, "end": 474.63, "word": " so", "probability": 0.1600341796875}, {"start": 474.63, "end": 475.07, "word": " the", "probability": 0.6337890625}, {"start": 475.07, "end": 475.43, "word": " problem", "probability": 0.88330078125}, {"start": 475.43, "end": 475.71, "word": " here", "probability": 0.7666015625}, {"start": 475.71, "end": 475.87, "word": " is", "probability": 0.92822265625}, {"start": 475.87, "end": 476.15, "word": " there", "probability": 0.6669921875}, {"start": 476.15, "end": 476.31, "word": " is", "probability": 0.89453125}, {"start": 476.31, "end": 476.49, "word": " a", "probability": 0.974609375}, {"start": 476.49, "end": 476.81, "word": " missing", "probability": 0.8779296875}, {"start": 476.81, "end": 477.27, "word": " verb", "probability": 0.8759765625}, {"start": 477.27, "end": 477.87, "word": " and", "probability": 0.9345703125}, {"start": 477.87, "end": 478.57, "word": " there", "probability": 0.88134765625}, {"start": 478.57, "end": 478.83, "word": " is", "probability": 0.94287109375}, {"start": 478.83, "end": 479.27, "word": " a", "probability": 0.9716796875}, {"start": 479.27, "end": 479.97, "word": " missing", "probability": 0.87353515625}, {"start": 479.97, "end": 480.43, "word": " subject", "probability": 0.97216796875}, {"start": 480.43, "end": 480.77, "word": " and", "probability": 0.8681640625}, {"start": 480.77, "end": 480.93, "word": " this", "probability": 0.9345703125}, {"start": 480.93, "end": 481.07, "word": " is", "probability": 0.94580078125}, {"start": 481.07, "end": 481.37, "word": " something", "probability": 0.876953125}, {"start": 481.37, "end": 481.53, "word": " that", "probability": 0.701171875}, {"start": 481.53, "end": 481.63, "word": " we", "probability": 0.9580078125}, {"start": 481.63, "end": 481.81, "word": " need", "probability": 0.90966796875}, {"start": 481.81, "end": 481.91, "word": " to", "probability": 0.96923828125}, {"start": 481.91, "end": 482.35, "word": " avoid", "probability": 0.91455078125}, {"start": 482.35, "end": 482.71, "word": " all", "probability": 0.36572265625}, {"start": 482.71, "end": 482.85, "word": " right", "probability": 0.9072265625}, {"start": 482.85, "end": 483.25, "word": " number", "probability": 0.86865234375}, {"start": 483.25, "end": 483.65, "word": " four", "probability": 0.91259765625}, {"start": 483.65, "end": 484.25, "word": " Gaza", "probability": 0.8671875}, {"start": 484.25, "end": 484.69, "word": " streets", "probability": 0.91162109375}, {"start": 484.69, "end": 485.11, "word": " have", "probability": 0.9482421875}, {"start": 485.11, "end": 485.29, "word": " a", "probability": 0.7099609375}, {"start": 485.29, "end": 485.53, "word": " big", "probability": 0.93408203125}, {"start": 485.53, "end": 485.91, "word": " traffic", "probability": 0.86865234375}, {"start": 485.91, "end": 486.65, "word": " problems", "probability": 0.8291015625}, {"start": 486.65, "end": 487.61, "word": " that", "probability": 0.75390625}, {"start": 487.61, "end": 488.57, "word": " make", "probability": 0.8818359375}, {"start": 488.57, "end": 488.75, "word": " the", "probability": 0.9169921875}, {"start": 488.75, "end": 489.07, "word": " street", "probability": 0.837890625}, {"start": 489.07, "end": 489.41, "word": " more", "probability": 0.9423828125}, {"start": 489.41, "end": 490.29, "word": " dangerous", "probability": 0.890625}, {"start": 490.29, "end": 492.21, "word": " clearly", "probability": 0.62939453125}, {"start": 492.21, "end": 492.43, "word": " there", "probability": 0.86865234375}, {"start": 492.43, "end": 492.55, "word": " is", "probability": 0.86376953125}, {"start": 492.55, "end": 492.67, "word": " a", "probability": 0.99560546875}, {"start": 492.67, "end": 492.97, "word": " problem", "probability": 0.82470703125}, {"start": 492.97, "end": 493.27, "word": " clear", "probability": 0.5830078125}, {"start": 493.27, "end": 493.71, "word": " problem", "probability": 0.83349609375}, {"start": 493.71, "end": 493.97, "word": " here", "probability": 0.8271484375}, {"start": 493.97, "end": 494.19, "word": " which", "probability": 0.9443359375}, {"start": 494.19, "end": 494.39, "word": " is", "probability": 0.95263671875}, {"start": 494.39, "end": 496.09, "word": " Gaza", "probability": 0.386474609375}, {"start": 496.09, "end": 496.37, "word": " has", "probability": 0.91259765625}, {"start": 496.37, "end": 496.51, "word": " to", "probability": 0.9638671875}, {"start": 496.51, "end": 497.11, "word": " be", "probability": 0.9521484375}, {"start": 497.11, "end": 498.01, "word": " capital", "probability": 0.83251953125}, {"start": 498.01, "end": 498.39, "word": " letter", "probability": 0.6787109375}, {"start": 498.39, "end": 499.03, "word": " capital", "probability": 0.65185546875}, {"start": 499.03, "end": 499.25, "word": " S", "probability": 0.51123046875}, {"start": 499.25, "end": 499.51, "word": " beginning", "probability": 0.79052734375}, {"start": 499.51, "end": 500.21, "word": " with", "probability": 0.783203125}, {"start": 500.21, "end": 500.31, "word": " a", "probability": 0.8603515625}, {"start": 500.31, "end": 500.51, "word": " sentence", "probability": 0.845703125}, {"start": 500.51, "end": 500.87, "word": " yes", "probability": 0.9013671875}], "temperature": 1.0}, {"id": 19, "seek": 52583, "start": 502.01, "end": 525.83, "text": " Okay, this is also another common problem I see which is confusing plural with singular nouns and verbs and pronouns and so on. So this is something we talked about, it's number agreements. A big traffic problem, big traffic problems. One problem, some problems and so on.", "tokens": [1033, 11, 341, 307, 611, 1071, 2689, 1154, 286, 536, 597, 307, 13181, 25377, 365, 20010, 48184, 293, 30051, 293, 35883, 293, 370, 322, 13, 407, 341, 307, 746, 321, 2825, 466, 11, 309, 311, 1230, 21422, 13, 316, 955, 6419, 1154, 11, 955, 6419, 2740, 13, 1485, 1154, 11, 512, 2740, 293, 370, 322, 13], "avg_logprob": -0.21984648704528809, "compression_ratio": 1.625, "no_speech_prob": 1.1920928955078125e-07, "words": [{"start": 502.01, "end": 502.35, "word": " Okay,", "probability": 0.466796875}, {"start": 502.59, "end": 502.81, "word": " this", "probability": 0.92431640625}, {"start": 502.81, "end": 502.95, "word": " is", "probability": 0.95068359375}, {"start": 502.95, "end": 503.19, "word": " also", "probability": 0.83837890625}, {"start": 503.19, "end": 503.47, "word": " another", "probability": 0.900390625}, {"start": 503.47, "end": 503.87, "word": " common", "probability": 0.8798828125}, {"start": 503.87, "end": 504.27, "word": " problem", "probability": 0.8759765625}, {"start": 504.27, "end": 504.49, "word": " I", "probability": 0.908203125}, {"start": 504.49, "end": 504.79, "word": " see", "probability": 0.93310546875}, {"start": 504.79, "end": 505.27, "word": " which", "probability": 0.63525390625}, {"start": 505.27, "end": 505.79, "word": " is", "probability": 0.947265625}, {"start": 505.79, "end": 509.03, "word": " confusing", "probability": 0.69287109375}, {"start": 509.03, "end": 509.95, "word": " plural", "probability": 0.9140625}, {"start": 509.95, "end": 510.83, "word": " with", "probability": 0.8818359375}, {"start": 510.83, "end": 511.47, "word": " singular", "probability": 0.97314453125}, {"start": 511.47, "end": 511.89, "word": " nouns", "probability": 0.953125}, {"start": 511.89, "end": 512.23, "word": " and", "probability": 0.89306640625}, {"start": 512.23, "end": 512.63, "word": " verbs", "probability": 0.8212890625}, {"start": 512.63, "end": 512.91, "word": " and", "probability": 0.9208984375}, {"start": 512.91, "end": 513.23, "word": " pronouns", "probability": 0.9052734375}, {"start": 513.23, "end": 513.53, "word": " and", "probability": 0.91845703125}, {"start": 513.53, "end": 513.75, "word": " so", "probability": 0.95654296875}, {"start": 513.75, "end": 513.87, "word": " on.", "probability": 0.943359375}, {"start": 513.97, "end": 514.03, "word": " So", "probability": 0.7802734375}, {"start": 514.03, "end": 514.25, "word": " this", "probability": 0.69287109375}, {"start": 514.25, "end": 514.35, "word": " is", "probability": 0.9345703125}, {"start": 514.35, "end": 514.57, "word": " something", "probability": 0.87890625}, {"start": 514.57, "end": 514.79, "word": " we", "probability": 0.9140625}, {"start": 514.79, "end": 515.51, "word": " talked", "probability": 0.74853515625}, {"start": 515.51, "end": 515.73, "word": " about,", "probability": 0.91357421875}, {"start": 516.13, "end": 516.41, "word": " it's", "probability": 0.92919921875}, {"start": 516.41, "end": 516.81, "word": " number", "probability": 0.87158203125}, {"start": 516.81, "end": 517.27, "word": " agreements.", "probability": 0.779296875}, {"start": 517.89, "end": 518.43, "word": " A", "probability": 0.486572265625}, {"start": 518.43, "end": 518.67, "word": " big", "probability": 0.90869140625}, {"start": 518.67, "end": 519.09, "word": " traffic", "probability": 0.9140625}, {"start": 519.09, "end": 519.67, "word": " problem,", "probability": 0.86328125}, {"start": 520.03, "end": 520.27, "word": " big", "probability": 0.634765625}, {"start": 520.27, "end": 520.71, "word": " traffic", "probability": 0.90283203125}, {"start": 520.71, "end": 521.39, "word": " problems.", "probability": 0.798828125}, {"start": 521.85, "end": 522.07, "word": " One", "probability": 0.9140625}, {"start": 522.07, "end": 522.55, "word": " problem,", "probability": 0.8935546875}, {"start": 522.97, "end": 523.59, "word": " some", "probability": 0.84814453125}, {"start": 523.59, "end": 524.31, "word": " problems", "probability": 0.83203125}, {"start": 524.31, "end": 524.79, "word": " and", "probability": 0.77685546875}, {"start": 524.79, "end": 525.05, "word": " so", "probability": 0.95068359375}, {"start": 525.05, "end": 525.83, "word": " on.", "probability": 0.77197265625}], "temperature": 1.0}, {"id": 20, "seek": 55780, "start": 529.91, "end": 557.81, "text": " traffic problem that comma that street more that make the streets more dangerous just one little note is that we don't need a comma before that just remember this we don't need or we don't put a comma before that that doesn't take commas in terms of punctuation it does not take any comma before or after it immediately that make the street or make the streets", "tokens": [6419, 1154, 300, 22117, 300, 4838, 544, 300, 652, 264, 8481, 544, 5795, 445, 472, 707, 3637, 307, 300, 321, 500, 380, 643, 257, 22117, 949, 300, 445, 1604, 341, 321, 500, 380, 643, 420, 321, 500, 380, 829, 257, 22117, 949, 300, 300, 1177, 380, 747, 800, 296, 294, 2115, 295, 27006, 16073, 309, 775, 406, 747, 604, 22117, 949, 420, 934, 309, 4258, 300, 652, 264, 4838, 420, 652, 264, 8481], "avg_logprob": -0.19045607483870275, "compression_ratio": 2.111111111111111, "no_speech_prob": 2.980232238769531e-07, "words": [{"start": 529.9100000000001, "end": 530.5500000000001, "word": " traffic", "probability": 0.6181640625}, {"start": 530.5500000000001, "end": 531.19, "word": " problem", "probability": 0.309814453125}, {"start": 531.19, "end": 532.39, "word": " that", "probability": 0.52734375}, {"start": 532.39, "end": 532.77, "word": " comma", "probability": 0.460205078125}, {"start": 532.77, "end": 533.23, "word": " that", "probability": 0.89697265625}, {"start": 533.23, "end": 533.67, "word": " street", "probability": 0.55078125}, {"start": 533.67, "end": 534.09, "word": " more", "probability": 0.9111328125}, {"start": 534.09, "end": 534.55, "word": " that", "probability": 0.7578125}, {"start": 534.55, "end": 534.75, "word": " make", "probability": 0.73095703125}, {"start": 534.75, "end": 534.89, "word": " the", "probability": 0.86669921875}, {"start": 534.89, "end": 535.13, "word": " streets", "probability": 0.92333984375}, {"start": 535.13, "end": 535.35, "word": " more", "probability": 0.931640625}, {"start": 535.35, "end": 535.87, "word": " dangerous", "probability": 0.91064453125}, {"start": 535.87, "end": 536.87, "word": " just", "probability": 0.434326171875}, {"start": 536.87, "end": 537.09, "word": " one", "probability": 0.86669921875}, {"start": 537.09, "end": 537.35, "word": " little", "probability": 0.71435546875}, {"start": 537.35, "end": 537.67, "word": " note", "probability": 0.8515625}, {"start": 537.67, "end": 537.83, "word": " is", "probability": 0.8662109375}, {"start": 537.83, "end": 538.05, "word": " that", "probability": 0.9267578125}, {"start": 538.05, "end": 538.29, "word": " we", "probability": 0.55859375}, {"start": 538.29, "end": 540.15, "word": " don't", "probability": 0.8662109375}, {"start": 540.15, "end": 540.35, "word": " need", "probability": 0.919921875}, {"start": 540.35, "end": 540.51, "word": " a", "probability": 0.94677734375}, {"start": 540.51, "end": 540.73, "word": " comma", "probability": 0.84912109375}, {"start": 540.73, "end": 541.29, "word": " before", "probability": 0.86376953125}, {"start": 541.29, "end": 541.59, "word": " that", "probability": 0.88671875}, {"start": 541.59, "end": 541.89, "word": " just", "probability": 0.7314453125}, {"start": 541.89, "end": 542.27, "word": " remember", "probability": 0.8779296875}, {"start": 542.27, "end": 542.69, "word": " this", "probability": 0.931640625}, {"start": 542.69, "end": 543.53, "word": " we", "probability": 0.837890625}, {"start": 543.53, "end": 543.89, "word": " don't", "probability": 0.97998046875}, {"start": 543.89, "end": 544.21, "word": " need", "probability": 0.9091796875}, {"start": 544.21, "end": 544.37, "word": " or", "probability": 0.92138671875}, {"start": 544.37, "end": 544.55, "word": " we", "probability": 0.939453125}, {"start": 544.55, "end": 544.75, "word": " don't", "probability": 0.973876953125}, {"start": 544.75, "end": 545.09, "word": " put", "probability": 0.93505859375}, {"start": 545.09, "end": 545.29, "word": " a", "probability": 0.94580078125}, {"start": 545.29, "end": 545.49, "word": " comma", "probability": 0.84228515625}, {"start": 545.49, "end": 546.11, "word": " before", "probability": 0.86181640625}, {"start": 546.11, "end": 546.75, "word": " that", "probability": 0.9189453125}, {"start": 546.75, "end": 547.01, "word": " that", "probability": 0.7197265625}, {"start": 547.01, "end": 547.45, "word": " doesn't", "probability": 0.95068359375}, {"start": 547.45, "end": 547.69, "word": " take", "probability": 0.87646484375}, {"start": 547.69, "end": 548.05, "word": " commas", "probability": 0.904052734375}, {"start": 548.05, "end": 548.59, "word": " in", "probability": 0.86962890625}, {"start": 548.59, "end": 548.87, "word": " terms", "probability": 0.87646484375}, {"start": 548.87, "end": 549.01, "word": " of", "probability": 0.9677734375}, {"start": 549.01, "end": 549.59, "word": " punctuation", "probability": 0.972900390625}, {"start": 549.59, "end": 549.85, "word": " it", "probability": 0.92626953125}, {"start": 549.85, "end": 550.09, "word": " does", "probability": 0.97265625}, {"start": 550.09, "end": 550.35, "word": " not", "probability": 0.94580078125}, {"start": 550.35, "end": 550.71, "word": " take", "probability": 0.89599609375}, {"start": 550.71, "end": 551.01, "word": " any", "probability": 0.90380859375}, {"start": 551.01, "end": 551.29, "word": " comma", "probability": 0.85302734375}, {"start": 551.29, "end": 551.67, "word": " before", "probability": 0.8681640625}, {"start": 551.67, "end": 551.97, "word": " or", "probability": 0.9072265625}, {"start": 551.97, "end": 552.39, "word": " after", "probability": 0.82470703125}, {"start": 552.39, "end": 552.81, "word": " it", "probability": 0.9453125}, {"start": 552.81, "end": 554.05, "word": " immediately", "probability": 0.79296875}, {"start": 554.05, "end": 554.87, "word": " that", "probability": 0.87109375}, {"start": 554.87, "end": 555.19, "word": " make", "probability": 0.7744140625}, {"start": 555.19, "end": 555.37, "word": " the", "probability": 0.873046875}, {"start": 555.37, "end": 555.75, "word": " street", "probability": 0.5205078125}, {"start": 555.75, "end": 556.57, "word": " or", "probability": 0.5625}, {"start": 556.57, "end": 557.21, "word": " make", "probability": 0.87158203125}, {"start": 557.21, "end": 557.39, "word": " the", "probability": 0.892578125}, {"start": 557.39, "end": 557.81, "word": " streets", "probability": 0.94677734375}], "temperature": 1.0}, {"id": 21, "seek": 58425, "start": 558.19, "end": 584.25, "text": " Because we're talking about the streets. Yes. Okay, that makes the streets more dangerous, okay? Yes. So if we can say number four, problem number four is something we just said, number agreement. Number agreement is very common, so we need to avoid it. Number agreement, this is a very common problem. Miss C number? Yes. Five, number five.", "tokens": [1436, 321, 434, 1417, 466, 264, 8481, 13, 1079, 13, 1033, 11, 300, 1669, 264, 8481, 544, 5795, 11, 1392, 30, 1079, 13, 407, 498, 321, 393, 584, 1230, 1451, 11, 1154, 1230, 1451, 307, 746, 321, 445, 848, 11, 1230, 8106, 13, 5118, 8106, 307, 588, 2689, 11, 370, 321, 643, 281, 5042, 309, 13, 5118, 8106, 11, 341, 307, 257, 588, 2689, 1154, 13, 5275, 383, 1230, 30, 1079, 13, 9436, 11, 1230, 1732, 13], "avg_logprob": -0.26342148582140607, "compression_ratio": 1.71, "no_speech_prob": 2.384185791015625e-07, "words": [{"start": 558.19, "end": 558.41, "word": " Because", "probability": 0.08306884765625}, {"start": 558.41, "end": 558.51, "word": " we're", "probability": 0.602783203125}, {"start": 558.51, "end": 558.63, "word": " talking", "probability": 0.67138671875}, {"start": 558.63, "end": 558.85, "word": " about", "probability": 0.9052734375}, {"start": 558.85, "end": 559.05, "word": " the", "probability": 0.8681640625}, {"start": 559.05, "end": 559.39, "word": " streets.", "probability": 0.974609375}, {"start": 559.69, "end": 559.79, "word": " Yes.", "probability": 0.264404296875}, {"start": 560.13, "end": 560.43, "word": " Okay,", "probability": 0.634765625}, {"start": 560.73, "end": 560.97, "word": " that", "probability": 0.939453125}, {"start": 560.97, "end": 561.21, "word": " makes", "probability": 0.58203125}, {"start": 561.21, "end": 561.39, "word": " the", "probability": 0.89990234375}, {"start": 561.39, "end": 561.71, "word": " streets", "probability": 0.978515625}, {"start": 561.71, "end": 562.15, "word": " more", "probability": 0.9375}, {"start": 562.15, "end": 563.13, "word": " dangerous,", "probability": 0.8828125}, {"start": 563.37, "end": 563.67, "word": " okay?", "probability": 0.9013671875}, {"start": 564.01, "end": 564.33, "word": " Yes.", "probability": 0.734375}, {"start": 564.57, "end": 564.81, "word": " So", "probability": 0.94091796875}, {"start": 564.81, "end": 565.03, "word": " if", "probability": 0.59375}, {"start": 565.03, "end": 565.15, "word": " we", "probability": 0.9033203125}, {"start": 565.15, "end": 565.35, "word": " can", "probability": 0.935546875}, {"start": 565.35, "end": 565.67, "word": " say", "probability": 0.9443359375}, {"start": 565.67, "end": 565.91, "word": " number", "probability": 0.80078125}, {"start": 565.91, "end": 566.35, "word": " four,", "probability": 0.8525390625}, {"start": 566.53, "end": 566.85, "word": " problem", "probability": 0.8232421875}, {"start": 566.85, "end": 567.13, "word": " number", "probability": 0.93017578125}, {"start": 567.13, "end": 567.45, "word": " four", "probability": 0.939453125}, {"start": 567.45, "end": 567.69, "word": " is", "probability": 0.8974609375}, {"start": 567.69, "end": 568.01, "word": " something", "probability": 0.88232421875}, {"start": 568.01, "end": 568.27, "word": " we", "probability": 0.94140625}, {"start": 568.27, "end": 568.65, "word": " just", "probability": 0.8369140625}, {"start": 568.65, "end": 569.17, "word": " said,", "probability": 0.95263671875}, {"start": 569.57, "end": 570.01, "word": " number", "probability": 0.884765625}, {"start": 570.01, "end": 571.53, "word": " agreement.", "probability": 0.8330078125}, {"start": 573.05, "end": 573.61, "word": " Number", "probability": 0.86572265625}, {"start": 573.61, "end": 574.13, "word": " agreement", "probability": 0.8984375}, {"start": 574.13, "end": 574.43, "word": " is", "probability": 0.7978515625}, {"start": 574.43, "end": 574.83, "word": " very", "probability": 0.85009765625}, {"start": 574.83, "end": 575.99, "word": " common,", "probability": 0.8583984375}, {"start": 576.09, "end": 576.21, "word": " so", "probability": 0.9501953125}, {"start": 576.21, "end": 576.39, "word": " we", "probability": 0.95654296875}, {"start": 576.39, "end": 576.57, "word": " need", "probability": 0.91845703125}, {"start": 576.57, "end": 576.69, "word": " to", "probability": 0.97216796875}, {"start": 576.69, "end": 577.25, "word": " avoid", "probability": 0.91552734375}, {"start": 577.25, "end": 577.53, "word": " it.", "probability": 0.6728515625}, {"start": 577.61, "end": 577.99, "word": " Number", "probability": 0.62353515625}, {"start": 577.99, "end": 579.59, "word": " agreement,", "probability": 0.89404296875}, {"start": 579.77, "end": 579.87, "word": " this", "probability": 0.93603515625}, {"start": 579.87, "end": 580.01, "word": " is", "probability": 0.9482421875}, {"start": 580.01, "end": 580.13, "word": " a", "probability": 0.9921875}, {"start": 580.13, "end": 580.31, "word": " very", "probability": 0.84765625}, {"start": 580.31, "end": 580.71, "word": " common", "probability": 0.8662109375}, {"start": 580.71, "end": 581.55, "word": " problem.", "probability": 0.88330078125}, {"start": 581.65, "end": 581.83, "word": " Miss", "probability": 0.58203125}, {"start": 581.83, "end": 581.95, "word": " C", "probability": 0.31884765625}, {"start": 581.95, "end": 582.25, "word": " number?", "probability": 0.65087890625}, {"start": 582.57, "end": 582.87, "word": " Yes.", "probability": 0.8017578125}, {"start": 583.01, "end": 583.29, "word": " Five,", "probability": 0.8095703125}, {"start": 583.57, "end": 583.87, "word": " number", "probability": 0.93310546875}, {"start": 583.87, "end": 584.25, "word": " five.", "probability": 0.89892578125}], "temperature": 1.0}, {"id": 22, "seek": 61349, "start": 584.73, "end": 613.49, "text": " In concluding, the government must work hard to solve these problems. Yes. Yes, please. In concluding, the government must work hard to solve these problems. In concluding, the government must work hard to solve these problems. In concluding, the government must work hard to solve these problems. In concluding, the government must work hard to solve these problems. In concluding, the government must work hard to solve these problems. In concluding, the government must work hard to solve these problems. In concluding, the government must work hard to solve these problems. In concluding, the government must work hard to solve these problems. In concluding, the government must work hard to solve these problems. In concluding, the government must work hard to solve these problems. In concluding, the government must work hard to solve these problems. In concluding, the government must work hard to solve these problems. In concluding, the government must work hard to solve these problems. In concluding, the government must work hard to solve these problems. In concluding, the government must work", "tokens": [682, 9312, 278, 11, 264, 2463, 1633, 589, 1152, 281, 5039, 613, 2740, 13, 1079, 13, 1079, 11, 1767, 13, 682, 9312, 278, 11, 264, 2463, 1633, 589, 1152, 281, 5039, 613, 2740, 13, 682, 9312, 278, 11, 264, 2463, 1633, 589, 1152, 281, 5039, 613, 2740, 13, 682, 9312, 278, 11, 264, 2463, 1633, 589, 1152, 281, 5039, 613, 2740, 13, 682, 9312, 278, 11, 264, 2463, 1633, 589, 1152, 281, 5039, 613, 2740, 13, 682, 9312, 278, 11, 264, 2463, 1633, 589, 1152, 281, 5039, 613, 2740, 13, 682, 9312, 278, 11, 264, 2463, 1633, 589, 1152, 281, 5039, 613, 2740, 13, 682, 9312, 278, 11, 264, 2463, 1633, 589, 1152, 281, 5039, 613, 2740, 13, 682, 9312, 278, 11, 264, 2463, 1633, 589, 1152, 281, 5039, 613, 2740, 13, 682, 9312, 278, 11, 264, 2463, 1633, 589, 1152, 281, 5039, 613, 2740, 13, 682, 9312, 278, 11, 264, 2463, 1633, 589, 1152, 281, 5039, 613, 2740, 13, 682, 9312, 278, 11, 264, 2463, 1633, 589, 1152, 281, 5039, 613, 2740, 13, 682, 9312, 278, 11, 264, 2463, 1633, 589, 1152, 281, 5039, 613, 2740, 13, 682, 9312, 278, 11, 264, 2463, 1633, 589, 1152, 281, 5039, 613, 2740, 13, 682, 9312, 278, 11, 264, 2463, 1633, 589, 1152, 281, 5039, 613, 2740, 13, 682, 9312, 278, 11, 264, 2463, 1633, 589], "avg_logprob": -0.16444444020589194, "compression_ratio": 11.541666666666666, "no_speech_prob": 4.172325134277344e-07, "words": [{"start": 584.73, "end": 585.25, "word": " In", "probability": 0.533203125}, {"start": 585.25, "end": 585.99, "word": " concluding,", "probability": 0.903076171875}, {"start": 586.29, "end": 586.89, "word": " the", "probability": 0.86767578125}, {"start": 586.89, "end": 587.29, "word": " government", "probability": 0.90087890625}, {"start": 587.29, "end": 587.67, "word": " must", "probability": 0.85498046875}, {"start": 587.67, "end": 588.05, "word": " work", "probability": 0.9189453125}, {"start": 588.05, "end": 588.33, "word": " hard", "probability": 0.88720703125}, {"start": 588.33, "end": 588.55, "word": " to", "probability": 0.96044921875}, {"start": 588.55, "end": 588.85, "word": " solve", "probability": 0.93505859375}, {"start": 588.85, "end": 589.13, "word": " these", "probability": 0.6572265625}, {"start": 589.13, "end": 589.85, "word": " problems.", "probability": 0.83349609375}, {"start": 590.29, "end": 590.53, "word": " Yes.", "probability": 0.50537109375}, {"start": 591.31, "end": 591.95, "word": " Yes,", "probability": 0.2025146484375}, {"start": 592.41, "end": 592.83, "word": " please.", "probability": 0.67236328125}, {"start": 593.27, "end": 593.47, "word": " In", "probability": 0.76708984375}, {"start": 593.47, "end": 594.21, "word": " concluding,", "probability": 0.9599609375}, {"start": 594.73, "end": 594.73, "word": " the", "probability": 0.2095947265625}, {"start": 594.73, "end": 594.73, "word": " government", "probability": 0.88671875}, {"start": 594.73, "end": 596.21, "word": " must", "probability": 0.87158203125}, {"start": 596.21, "end": 596.61, "word": " work", "probability": 0.91748046875}, {"start": 596.61, "end": 596.81, "word": " hard", "probability": 0.363525390625}, {"start": 596.81, "end": 596.81, "word": " to", "probability": 0.66943359375}, {"start": 596.81, "end": 596.81, "word": " solve", "probability": 0.79052734375}, {"start": 596.81, "end": 596.81, "word": " these", "probability": 0.826171875}, {"start": 596.81, "end": 596.81, "word": " problems.", "probability": 0.83154296875}, {"start": 596.81, "end": 597.37, "word": " In", "probability": 0.255126953125}, {"start": 597.37, "end": 598.23, "word": " concluding,", "probability": 0.943359375}, {"start": 598.47, "end": 598.69, "word": " the", "probability": 0.6884765625}, {"start": 598.69, "end": 599.25, "word": " government", "probability": 0.9228515625}, {"start": 599.25, "end": 599.99, "word": " must", "probability": 0.86328125}, {"start": 599.99, "end": 599.99, "word": " work", "probability": 0.91748046875}, {"start": 599.99, "end": 599.99, "word": " hard", "probability": 0.908203125}, {"start": 599.99, "end": 599.99, "word": " to", "probability": 0.95361328125}, {"start": 599.99, "end": 599.99, "word": " solve", "probability": 0.9130859375}, {"start": 599.99, "end": 600.09, "word": " these", "probability": 0.86767578125}, {"start": 600.09, "end": 600.37, "word": " problems.", "probability": 0.83740234375}, {"start": 601.49, "end": 601.49, "word": " In", "probability": 0.322509765625}, {"start": 601.49, "end": 603.23, "word": " concluding,", "probability": 0.939208984375}, {"start": 603.31, "end": 603.57, "word": " the", "probability": 0.8076171875}, {"start": 603.57, "end": 603.57, "word": " government", "probability": 0.92041015625}, {"start": 603.57, "end": 603.57, "word": " must", "probability": 0.87841796875}, {"start": 603.57, "end": 603.57, "word": " work", "probability": 0.9248046875}, {"start": 603.57, "end": 603.57, "word": " hard", "probability": 0.91796875}, {"start": 603.57, "end": 603.57, "word": " to", "probability": 0.96728515625}, {"start": 603.57, "end": 603.57, "word": " solve", "probability": 0.93017578125}, {"start": 603.57, "end": 603.57, "word": " these", "probability": 0.86572265625}, {"start": 603.57, "end": 603.57, "word": " problems.", "probability": 0.8359375}, {"start": 603.57, "end": 603.57, "word": " In", "probability": 0.35791015625}, {"start": 603.57, "end": 606.11, "word": " concluding,", "probability": 0.946533203125}, {"start": 606.17, "end": 607.37, "word": " the", "probability": 0.8310546875}, {"start": 607.37, "end": 607.37, "word": " government", "probability": 0.91943359375}, {"start": 607.37, "end": 607.37, "word": " must", "probability": 0.88427734375}, {"start": 607.37, "end": 607.37, "word": " work", "probability": 0.9287109375}, {"start": 607.37, "end": 607.37, "word": " hard", "probability": 0.91650390625}, {"start": 607.37, "end": 607.37, "word": " to", "probability": 0.9716796875}, {"start": 607.37, "end": 607.37, "word": " solve", "probability": 0.935546875}, {"start": 607.37, "end": 607.37, "word": " these", "probability": 0.86328125}, {"start": 607.37, "end": 607.37, "word": " problems.", "probability": 0.83203125}, {"start": 607.37, "end": 607.37, "word": " In", "probability": 0.415283203125}, {"start": 607.37, "end": 607.53, "word": " concluding,", "probability": 0.9521484375}, {"start": 607.53, "end": 607.99, "word": " the", "probability": 0.84912109375}, {"start": 607.99, "end": 608.17, "word": " government", "probability": 0.91943359375}, {"start": 608.17, "end": 608.17, "word": " must", "probability": 0.88818359375}, {"start": 608.17, "end": 608.17, "word": " work", "probability": 0.92919921875}, {"start": 608.17, "end": 608.17, "word": " hard", "probability": 0.91357421875}, {"start": 608.17, "end": 608.17, "word": " to", "probability": 0.9736328125}, {"start": 608.17, "end": 608.17, "word": " solve", "probability": 0.93994140625}, {"start": 608.17, "end": 608.17, "word": " these", "probability": 0.86376953125}, {"start": 608.17, "end": 608.17, "word": " problems.", "probability": 0.83154296875}, {"start": 608.17, "end": 608.17, "word": " In", "probability": 0.471435546875}, {"start": 608.17, "end": 608.39, "word": " concluding,", "probability": 0.95556640625}, {"start": 608.45, "end": 608.55, "word": " the", "probability": 0.86962890625}, {"start": 608.55, "end": 608.55, "word": " government", "probability": 0.9169921875}, {"start": 608.55, "end": 608.55, "word": " must", "probability": 0.8896484375}, {"start": 608.55, "end": 608.93, "word": " work", "probability": 0.92919921875}, {"start": 608.93, "end": 608.93, "word": " hard", "probability": 0.9111328125}, {"start": 608.93, "end": 608.93, "word": " to", "probability": 0.9736328125}, {"start": 608.93, "end": 608.93, "word": " solve", "probability": 0.94189453125}, {"start": 608.93, "end": 608.93, "word": " these", "probability": 0.86181640625}, {"start": 608.93, "end": 608.93, "word": " problems.", "probability": 0.8310546875}, {"start": 608.93, "end": 608.93, "word": " In", "probability": 0.505859375}, {"start": 608.93, "end": 609.13, "word": " concluding,", "probability": 0.95751953125}, {"start": 609.13, "end": 609.13, "word": " the", "probability": 0.884765625}, {"start": 609.13, "end": 609.13, "word": " government", "probability": 0.91357421875}, {"start": 609.13, "end": 609.13, "word": " must", "probability": 0.8896484375}, {"start": 609.13, "end": 609.13, "word": " work", "probability": 0.92919921875}, {"start": 609.13, "end": 609.13, "word": " hard", "probability": 0.908203125}, {"start": 609.13, "end": 609.17, "word": " to", "probability": 0.9755859375}, {"start": 609.17, "end": 609.17, "word": " solve", "probability": 0.94384765625}, {"start": 609.17, "end": 609.39, "word": " these", "probability": 0.8623046875}, {"start": 609.39, "end": 609.39, "word": " problems.", "probability": 0.83251953125}, {"start": 609.39, "end": 609.39, "word": " In", "probability": 0.54052734375}, {"start": 609.39, "end": 609.39, "word": " concluding,", "probability": 0.957763671875}, {"start": 609.39, "end": 609.47, "word": " the", "probability": 0.89599609375}, {"start": 609.47, "end": 609.81, "word": " government", "probability": 0.91015625}, {"start": 609.81, "end": 609.97, "word": " must", "probability": 0.8916015625}, {"start": 609.97, "end": 609.97, "word": " work", "probability": 0.9306640625}, {"start": 609.97, "end": 609.97, "word": " hard", "probability": 0.90625}, {"start": 609.97, "end": 609.97, "word": " to", "probability": 0.97607421875}, {"start": 609.97, "end": 610.05, "word": " solve", "probability": 0.9453125}, {"start": 610.05, "end": 611.03, "word": " these", "probability": 0.8623046875}, {"start": 611.03, "end": 611.35, "word": " problems.", "probability": 0.8330078125}, {"start": 611.35, "end": 611.35, "word": " In", "probability": 0.5859375}, {"start": 611.35, "end": 611.57, "word": " concluding,", "probability": 0.957275390625}, {"start": 611.57, "end": 611.57, "word": " the", "probability": 0.904296875}, {"start": 611.57, "end": 611.57, "word": " government", "probability": 0.908203125}, {"start": 611.57, "end": 611.57, "word": " must", "probability": 0.89501953125}, {"start": 611.57, "end": 611.57, "word": " work", "probability": 0.93212890625}, {"start": 611.57, "end": 611.57, "word": " hard", "probability": 0.9052734375}, {"start": 611.57, "end": 611.57, "word": " to", "probability": 0.9765625}, {"start": 611.57, "end": 611.57, "word": " solve", "probability": 0.94580078125}, {"start": 611.57, "end": 611.57, "word": " these", "probability": 0.86328125}, {"start": 611.57, "end": 611.61, "word": " problems.", "probability": 0.833984375}, {"start": 611.93, "end": 611.95, "word": " In", "probability": 0.640625}, {"start": 611.95, "end": 612.67, "word": " concluding,", "probability": 0.956298828125}, {"start": 612.67, "end": 612.67, "word": " the", "probability": 0.9140625}, {"start": 612.67, "end": 612.67, "word": " government", "probability": 0.9072265625}, {"start": 612.67, "end": 612.67, "word": " must", "probability": 0.8955078125}, {"start": 612.67, "end": 612.67, "word": " work", "probability": 0.93310546875}, {"start": 612.67, "end": 612.67, "word": " hard", "probability": 0.9072265625}, {"start": 612.67, "end": 612.67, "word": " to", "probability": 0.9765625}, {"start": 612.67, "end": 612.67, "word": " solve", "probability": 0.94775390625}, {"start": 612.67, "end": 612.67, "word": " these", "probability": 0.86328125}, {"start": 612.67, "end": 612.67, "word": " problems.", "probability": 0.83154296875}, {"start": 612.67, "end": 612.67, "word": " In", "probability": 0.7041015625}, {"start": 612.67, "end": 612.67, "word": " concluding,", "probability": 0.95458984375}, {"start": 612.67, "end": 612.67, "word": " the", "probability": 0.92041015625}, {"start": 612.67, "end": 612.67, "word": " government", "probability": 0.9052734375}, {"start": 612.67, "end": 612.67, "word": " must", "probability": 0.8974609375}, {"start": 612.67, "end": 612.67, "word": " work", "probability": 0.9345703125}, {"start": 612.67, "end": 612.67, "word": " hard", "probability": 0.90673828125}, {"start": 612.67, "end": 612.67, "word": " to", "probability": 0.9775390625}, {"start": 612.67, "end": 612.67, "word": " solve", "probability": 0.94970703125}, {"start": 612.67, "end": 612.67, "word": " these", "probability": 0.86376953125}, {"start": 612.67, "end": 612.67, "word": " problems.", "probability": 0.8291015625}, {"start": 612.67, "end": 612.67, "word": " In", "probability": 0.7470703125}, {"start": 612.67, "end": 612.67, "word": " concluding,", "probability": 0.953125}, {"start": 612.67, "end": 612.67, "word": " the", "probability": 0.9228515625}, {"start": 612.67, "end": 612.67, "word": " government", "probability": 0.90625}, {"start": 612.67, "end": 612.67, "word": " must", "probability": 0.8994140625}, {"start": 612.67, "end": 612.67, "word": " work", "probability": 0.93603515625}, {"start": 612.67, "end": 612.67, "word": " hard", "probability": 0.91015625}, {"start": 612.67, "end": 612.67, "word": " to", "probability": 0.97705078125}, {"start": 612.67, "end": 612.67, "word": " solve", "probability": 0.9501953125}, {"start": 612.67, "end": 612.67, "word": " these", "probability": 0.86767578125}, {"start": 612.67, "end": 612.67, "word": " problems.", "probability": 0.82666015625}, {"start": 612.67, "end": 612.67, "word": " In", "probability": 0.77734375}, {"start": 612.67, "end": 612.67, "word": " concluding,", "probability": 0.950439453125}, {"start": 612.67, "end": 612.67, "word": " the", "probability": 0.92333984375}, {"start": 612.67, "end": 612.67, "word": " government", "probability": 0.90673828125}, {"start": 612.67, "end": 612.67, "word": " must", "probability": 0.8994140625}, {"start": 612.67, "end": 612.67, "word": " work", "probability": 0.93603515625}, {"start": 612.67, "end": 612.67, "word": " hard", "probability": 0.91162109375}, {"start": 612.67, "end": 612.67, "word": " to", "probability": 0.9775390625}, {"start": 612.67, "end": 612.67, "word": " solve", "probability": 0.951171875}, {"start": 612.67, "end": 612.67, "word": " these", "probability": 0.86767578125}, {"start": 612.67, "end": 612.67, "word": " problems.", "probability": 0.8212890625}, {"start": 612.67, "end": 612.67, "word": " In", "probability": 0.8017578125}, {"start": 612.67, "end": 612.67, "word": " concluding,", "probability": 0.946533203125}, {"start": 612.67, "end": 612.67, "word": " the", "probability": 0.92333984375}, {"start": 612.67, "end": 612.67, "word": " government", "probability": 0.9091796875}, {"start": 612.67, "end": 612.67, "word": " must", "probability": 0.8974609375}, {"start": 612.67, "end": 612.67, "word": " work", "probability": 0.935546875}, {"start": 612.67, "end": 612.67, "word": " hard", "probability": 0.912109375}, {"start": 612.67, "end": 612.67, "word": " to", "probability": 0.9775390625}, {"start": 612.67, "end": 612.67, "word": " solve", "probability": 0.95166015625}, {"start": 612.67, "end": 612.67, "word": " these", "probability": 0.87109375}, {"start": 612.67, "end": 612.67, "word": " problems.", "probability": 0.81591796875}, {"start": 612.67, "end": 612.67, "word": " In", "probability": 0.8134765625}, {"start": 612.67, "end": 613.33, "word": " concluding,", "probability": 0.944580078125}, {"start": 613.33, "end": 613.49, "word": " the", "probability": 0.92431640625}, {"start": 613.49, "end": 613.49, "word": " government", "probability": 0.91162109375}, {"start": 613.49, "end": 613.49, "word": " must", "probability": 0.89990234375}, {"start": 613.49, "end": 613.49, "word": " work", "probability": 0.9365234375}], "temperature": 1.0}, {"id": 23, "seek": 63846, "start": 614.7, "end": 638.46, "text": "in conclusion, comment, or to conclude to conclude or in conclusion remember this I've seen quite a few mistakes in this the government must work hard to solve this problem, this problem, this problem or this problem", "tokens": [259, 10063, 11, 2871, 11, 420, 281, 16886, 281, 16886, 420, 294, 10063, 1604, 341, 286, 600, 1612, 1596, 257, 1326, 8038, 294, 341, 264, 2463, 1633, 589, 1152, 281, 5039, 341, 1154, 11, 341, 1154, 11, 341, 1154, 420, 341, 1154], "avg_logprob": -0.3446584399356398, "compression_ratio": 1.728, "no_speech_prob": 0.0, "words": [{"start": 614.7, "end": 615.0, "word": "in", "probability": 0.607421875}, {"start": 615.0, "end": 615.7, "word": " conclusion,", "probability": 0.890625}, {"start": 616.28, "end": 616.56, "word": " comment,", "probability": 0.4814453125}, {"start": 617.08, "end": 617.36, "word": " or", "probability": 0.9404296875}, {"start": 617.36, "end": 617.74, "word": " to", "probability": 0.92431640625}, {"start": 617.74, "end": 618.44, "word": " conclude", "probability": 0.89794921875}, {"start": 618.44, "end": 619.5, "word": " to", "probability": 0.08056640625}, {"start": 619.5, "end": 620.5, "word": " conclude", "probability": 0.87890625}, {"start": 620.5, "end": 620.72, "word": " or", "probability": 0.90234375}, {"start": 620.72, "end": 620.92, "word": " in", "probability": 0.87744140625}, {"start": 620.92, "end": 621.42, "word": " conclusion", "probability": 0.884765625}, {"start": 621.42, "end": 621.82, "word": " remember", "probability": 0.380615234375}, {"start": 621.82, "end": 622.14, "word": " this", "probability": 0.68896484375}, {"start": 622.14, "end": 622.36, "word": " I've", "probability": 0.7578125}, {"start": 622.36, "end": 622.62, "word": " seen", "probability": 0.94970703125}, {"start": 622.62, "end": 623.14, "word": " quite", "probability": 0.9033203125}, {"start": 623.14, "end": 623.32, "word": " a", "probability": 0.98583984375}, {"start": 623.32, "end": 623.64, "word": " few", "probability": 0.93212890625}, {"start": 623.64, "end": 625.5, "word": " mistakes", "probability": 0.8720703125}, {"start": 625.5, "end": 625.74, "word": " in", "probability": 0.94091796875}, {"start": 625.74, "end": 626.08, "word": " this", "probability": 0.9443359375}, {"start": 626.08, "end": 626.54, "word": " the", "probability": 0.70166015625}, {"start": 626.54, "end": 627.04, "word": " government", "probability": 0.8955078125}, {"start": 627.04, "end": 630.14, "word": " must", "probability": 0.29296875}, {"start": 630.14, "end": 631.12, "word": " work", "probability": 0.91796875}, {"start": 631.12, "end": 631.4, "word": " hard", "probability": 0.74365234375}, {"start": 631.4, "end": 631.58, "word": " to", "probability": 0.9638671875}, {"start": 631.58, "end": 631.84, "word": " solve", "probability": 0.927734375}, {"start": 631.84, "end": 632.08, "word": " this", "probability": 0.63427734375}, {"start": 632.08, "end": 632.58, "word": " problem,", "probability": 0.59033203125}, {"start": 633.64, "end": 634.2, "word": " this", "probability": 0.7138671875}, {"start": 634.2, "end": 635.38, "word": " problem,", "probability": 0.81591796875}, {"start": 635.74, "end": 636.44, "word": " this", "probability": 0.79736328125}, {"start": 636.44, "end": 636.92, "word": " problem", "probability": 0.84423828125}, {"start": 636.92, "end": 637.18, "word": " or", "probability": 0.57568359375}, {"start": 637.18, "end": 637.72, "word": " this", "probability": 0.962890625}, {"start": 637.72, "end": 638.46, "word": " problem", "probability": 0.888671875}], "temperature": 1.0}, {"id": 24, "seek": 65840, "start": 638.68, "end": 658.4, "text": " Again, the number agreement is very important to pay attention to whenever you are writing. So, we can add the number four. Number five, avoid missing verbs and or subjects.", "tokens": [3764, 11, 264, 1230, 8106, 307, 588, 1021, 281, 1689, 3202, 281, 5699, 291, 366, 3579, 13, 407, 11, 321, 393, 909, 264, 1230, 1451, 13, 5118, 1732, 11, 5042, 5361, 30051, 293, 420, 13066, 13], "avg_logprob": -0.18148226351351351, "compression_ratio": 1.3384615384615384, "no_speech_prob": 0.0, "words": [{"start": 638.68, "end": 639.14, "word": " Again,", "probability": 0.5810546875}, {"start": 639.52, "end": 639.66, "word": " the", "probability": 0.91552734375}, {"start": 639.66, "end": 639.98, "word": " number", "probability": 0.912109375}, {"start": 639.98, "end": 640.5, "word": " agreement", "probability": 0.896484375}, {"start": 640.5, "end": 641.02, "word": " is", "probability": 0.9560546875}, {"start": 641.02, "end": 641.86, "word": " very", "probability": 0.84326171875}, {"start": 641.86, "end": 642.54, "word": " important", "probability": 0.8818359375}, {"start": 642.54, "end": 643.74, "word": " to", "probability": 0.92626953125}, {"start": 643.74, "end": 644.0, "word": " pay", "probability": 0.9443359375}, {"start": 644.0, "end": 644.44, "word": " attention", "probability": 0.9267578125}, {"start": 644.44, "end": 644.74, "word": " to", "probability": 0.95361328125}, {"start": 644.74, "end": 645.04, "word": " whenever", "probability": 0.90185546875}, {"start": 645.04, "end": 645.34, "word": " you", "probability": 0.96875}, {"start": 645.34, "end": 645.74, "word": " are", "probability": 0.923828125}, {"start": 645.74, "end": 646.44, "word": " writing.", "probability": 0.92333984375}, {"start": 646.58, "end": 646.7, "word": " So,", "probability": 0.92919921875}, {"start": 646.8, "end": 646.92, "word": " we", "probability": 0.953125}, {"start": 646.92, "end": 647.12, "word": " can", "probability": 0.92822265625}, {"start": 647.12, "end": 647.36, "word": " add", "probability": 0.837890625}, {"start": 647.36, "end": 647.52, "word": " the", "probability": 0.367919921875}, {"start": 647.52, "end": 647.76, "word": " number", "probability": 0.91650390625}, {"start": 647.76, "end": 648.16, "word": " four.", "probability": 0.609375}, {"start": 648.44, "end": 648.72, "word": " Number", "probability": 0.88671875}, {"start": 648.72, "end": 649.22, "word": " five,", "probability": 0.8759765625}, {"start": 649.58, "end": 650.26, "word": " avoid", "probability": 0.87939453125}, {"start": 650.26, "end": 652.18, "word": " missing", "probability": 0.88671875}, {"start": 652.18, "end": 654.1, "word": " verbs", "probability": 0.94873046875}, {"start": 654.1, "end": 656.34, "word": " and", "probability": 0.921875}, {"start": 656.34, "end": 657.72, "word": " or", "probability": 0.42431640625}, {"start": 657.72, "end": 658.4, "word": " subjects.", "probability": 0.91845703125}], "temperature": 1.0}, {"id": 25, "seek": 68276, "start": 663.88, "end": 682.76, "text": " Make sure that every sentence has a subject, has a clear subject and clear verbs. Let's continue with the remaining sentences and again the idea here is to identify the problems that you actually see here in these examples of your writings.", "tokens": [4387, 988, 300, 633, 8174, 575, 257, 3983, 11, 575, 257, 1850, 3983, 293, 1850, 30051, 13, 961, 311, 2354, 365, 264, 8877, 16579, 293, 797, 264, 1558, 510, 307, 281, 5876, 264, 2740, 300, 291, 767, 536, 510, 294, 613, 5110, 295, 428, 30083, 13], "avg_logprob": -0.21243350556556215, "compression_ratio": 1.5649350649350648, "no_speech_prob": 5.960464477539063e-08, "words": [{"start": 663.88, "end": 664.48, "word": " Make", "probability": 0.409423828125}, {"start": 664.48, "end": 664.72, "word": " sure", "probability": 0.92529296875}, {"start": 664.72, "end": 665.0, "word": " that", "probability": 0.892578125}, {"start": 665.0, "end": 665.38, "word": " every", "probability": 0.8232421875}, {"start": 665.38, "end": 665.8, "word": " sentence", "probability": 0.939453125}, {"start": 665.8, "end": 666.08, "word": " has", "probability": 0.3466796875}, {"start": 666.08, "end": 666.18, "word": " a", "probability": 0.95703125}, {"start": 666.18, "end": 666.56, "word": " subject,", "probability": 0.75244140625}, {"start": 666.84, "end": 667.04, "word": " has", "probability": 0.8564453125}, {"start": 667.04, "end": 667.18, "word": " a", "probability": 0.98779296875}, {"start": 667.18, "end": 667.56, "word": " clear", "probability": 0.9248046875}, {"start": 667.56, "end": 668.2, "word": " subject", "probability": 0.9619140625}, {"start": 668.2, "end": 668.46, "word": " and", "probability": 0.77197265625}, {"start": 668.46, "end": 668.94, "word": " clear", "probability": 0.5810546875}, {"start": 668.94, "end": 670.04, "word": " verbs.", "probability": 0.8115234375}, {"start": 670.16, "end": 670.32, "word": " Let's", "probability": 0.763427734375}, {"start": 670.32, "end": 670.76, "word": " continue", "probability": 0.89453125}, {"start": 670.76, "end": 671.48, "word": " with", "probability": 0.89306640625}, {"start": 671.48, "end": 671.68, "word": " the", "probability": 0.90234375}, {"start": 671.68, "end": 672.12, "word": " remaining", "probability": 0.88916015625}, {"start": 672.12, "end": 673.24, "word": " sentences", "probability": 0.93505859375}, {"start": 673.24, "end": 673.5, "word": " and", "probability": 0.436279296875}, {"start": 673.5, "end": 673.74, "word": " again", "probability": 0.9306640625}, {"start": 673.74, "end": 673.92, "word": " the", "probability": 0.6171875}, {"start": 673.92, "end": 674.16, "word": " idea", "probability": 0.92431640625}, {"start": 674.16, "end": 674.46, "word": " here", "probability": 0.814453125}, {"start": 674.46, "end": 674.7, "word": " is", "probability": 0.94482421875}, {"start": 674.7, "end": 675.3, "word": " to", "probability": 0.9697265625}, {"start": 675.3, "end": 677.02, "word": " identify", "probability": 0.90673828125}, {"start": 677.02, "end": 677.4, "word": " the", "probability": 0.78857421875}, {"start": 677.4, "end": 678.02, "word": " problems", "probability": 0.8154296875}, {"start": 678.02, "end": 678.58, "word": " that", "probability": 0.900390625}, {"start": 678.58, "end": 678.72, "word": " you", "probability": 0.9619140625}, {"start": 678.72, "end": 679.08, "word": " actually", "probability": 0.81884765625}, {"start": 679.08, "end": 679.38, "word": " see", "probability": 0.9326171875}, {"start": 679.38, "end": 679.68, "word": " here", "probability": 0.8095703125}, {"start": 679.68, "end": 679.82, "word": " in", "probability": 0.8837890625}, {"start": 679.82, "end": 680.08, "word": " these", "probability": 0.72021484375}, {"start": 680.08, "end": 680.86, "word": " examples", "probability": 0.82421875}, {"start": 680.86, "end": 682.04, "word": " of", "probability": 0.9580078125}, {"start": 682.04, "end": 682.26, "word": " your", "probability": 0.8974609375}, {"start": 682.26, "end": 682.76, "word": " writings.", "probability": 0.88525390625}], "temperature": 1.0}, {"id": 26, "seek": 71233, "start": 709.71, "end": 712.33, "text": " Okay. Okay.", "tokens": [1033, 13, 1033, 13], "avg_logprob": -1.328125, "compression_ratio": 0.75, "no_speech_prob": 0.02783203125, "words": [{"start": 709.71, "end": 711.11, "word": " Okay.", "probability": 0.037689208984375}, {"start": 711.23, "end": 712.33, "word": " Okay.", "probability": 0.289794921875}], "temperature": 1.0}, {"id": 27, "seek": 77939, "start": 775.95, "end": 779.39, "text": " All right, let's say number six. Yes, please, over there.", "tokens": [1057, 558, 11, 718, 311, 584, 1230, 2309, 13, 1079, 11, 1767, 11, 670, 456, 13], "avg_logprob": -0.22966452205882354, "compression_ratio": 0.8923076923076924, "no_speech_prob": 0.0, "words": [{"start": 775.95, "end": 776.35, "word": " All", "probability": 0.6435546875}, {"start": 776.35, "end": 776.59, "word": " right,", "probability": 0.91552734375}, {"start": 776.69, "end": 776.93, "word": " let's", "probability": 0.950927734375}, {"start": 776.93, "end": 777.11, "word": " say", "probability": 0.3515625}, {"start": 777.11, "end": 777.51, "word": " number", "probability": 0.84228515625}, {"start": 777.51, "end": 778.09, "word": " six.", "probability": 0.88818359375}, {"start": 778.27, "end": 778.63, "word": " Yes,", "probability": 0.935546875}, {"start": 778.67, "end": 778.87, "word": " please,", "probability": 0.7978515625}, {"start": 778.91, "end": 779.09, "word": " over", "probability": 0.927734375}, {"start": 779.09, "end": 779.39, "word": " there.", "probability": 0.919921875}], "temperature": 1.0}, {"id": 28, "seek": 80841, "start": 779.79, "end": 808.41, "text": " There are some negative effects. Okay, so we see here is a missing. There. There are some negative effects of unemployment on society. Full stop. Full stop, yes. Notice that I just stopped here because the idea is complete. Yes. So I have to clearly demarcate the sentence. Yes. So end of the sentence, full stop, alright? And then? Capitalize. Capitalize first or? Or? Or? Unemployment causes unemployment.", "tokens": [821, 366, 512, 3671, 5065, 13, 1033, 11, 370, 321, 536, 510, 307, 257, 5361, 13, 821, 13, 821, 366, 512, 3671, 5065, 295, 17438, 322, 4086, 13, 13841, 1590, 13, 13841, 1590, 11, 2086, 13, 13428, 300, 286, 445, 5936, 510, 570, 264, 1558, 307, 3566, 13, 1079, 13, 407, 286, 362, 281, 4448, 1371, 40088, 473, 264, 8174, 13, 1079, 13, 407, 917, 295, 264, 8174, 11, 1577, 1590, 11, 5845, 30, 400, 550, 30, 21502, 1125, 13, 21502, 1125, 700, 420, 30, 1610, 30, 1610, 30, 1156, 12112, 518, 7700, 17438, 13], "avg_logprob": -0.34602865887184936, "compression_ratio": 1.7894736842105263, "no_speech_prob": 1.4901161193847656e-06, "words": [{"start": 779.79, "end": 780.29, "word": " There", "probability": 0.30029296875}, {"start": 780.29, "end": 780.77, "word": " are", "probability": 0.9267578125}, {"start": 780.77, "end": 781.05, "word": " some", "probability": 0.89013671875}, {"start": 781.05, "end": 781.39, "word": " negative", "probability": 0.9140625}, {"start": 781.39, "end": 781.93, "word": " effects.", "probability": 0.900390625}, {"start": 782.15, "end": 782.55, "word": " Okay,", "probability": 0.38037109375}, {"start": 782.77, "end": 782.93, "word": " so", "probability": 0.88330078125}, {"start": 782.93, "end": 783.21, "word": " we", "probability": 0.765625}, {"start": 783.21, "end": 783.39, "word": " see", "probability": 0.9140625}, {"start": 783.39, "end": 783.61, "word": " here", "probability": 0.654296875}, {"start": 783.61, "end": 783.83, "word": " is", "probability": 0.466552734375}, {"start": 783.83, "end": 784.05, "word": " a", "probability": 0.92724609375}, {"start": 784.05, "end": 784.45, "word": " missing.", "probability": 0.80126953125}, {"start": 784.59, "end": 785.05, "word": " There.", "probability": 0.55810546875}, {"start": 785.51, "end": 786.11, "word": " There", "probability": 0.517578125}, {"start": 786.11, "end": 786.69, "word": " are", "probability": 0.77099609375}, {"start": 786.69, "end": 787.87, "word": " some", "probability": 0.78955078125}, {"start": 787.87, "end": 788.27, "word": " negative", "probability": 0.93701171875}, {"start": 788.27, "end": 788.63, "word": " effects", "probability": 0.90966796875}, {"start": 788.63, "end": 788.83, "word": " of", "probability": 0.92138671875}, {"start": 788.83, "end": 789.33, "word": " unemployment", "probability": 0.8837890625}, {"start": 789.33, "end": 789.63, "word": " on", "probability": 0.5224609375}, {"start": 789.63, "end": 790.29, "word": " society.", "probability": 0.912109375}, {"start": 790.87, "end": 791.05, "word": " Full", "probability": 0.84521484375}, {"start": 791.05, "end": 791.37, "word": " stop.", "probability": 0.896484375}, {"start": 791.45, "end": 791.71, "word": " Full", "probability": 0.66015625}, {"start": 791.71, "end": 792.03, "word": " stop,", "probability": 0.919921875}, {"start": 792.19, "end": 792.45, "word": " yes.", "probability": 0.9423828125}, {"start": 792.93, "end": 793.27, "word": " Notice", "probability": 0.267333984375}, {"start": 793.27, "end": 793.49, "word": " that", "probability": 0.3349609375}, {"start": 793.49, "end": 793.57, "word": " I", "probability": 0.955078125}, {"start": 793.57, "end": 793.83, "word": " just", "probability": 0.85302734375}, {"start": 793.83, "end": 794.31, "word": " stopped", "probability": 0.86474609375}, {"start": 794.31, "end": 794.55, "word": " here", "probability": 0.8427734375}, {"start": 794.55, "end": 794.89, "word": " because", "probability": 0.63671875}, {"start": 794.89, "end": 795.05, "word": " the", "probability": 0.90673828125}, {"start": 795.05, "end": 795.29, "word": " idea", "probability": 0.9189453125}, {"start": 795.29, "end": 795.45, "word": " is", "probability": 0.94580078125}, {"start": 795.45, "end": 795.89, "word": " complete.", "probability": 0.73828125}, {"start": 796.07, "end": 796.09, "word": " Yes.", "probability": 0.57080078125}, {"start": 796.23, "end": 796.37, "word": " So", "probability": 0.9345703125}, {"start": 796.37, "end": 796.61, "word": " I", "probability": 0.69140625}, {"start": 796.61, "end": 796.91, "word": " have", "probability": 0.9462890625}, {"start": 796.91, "end": 797.29, "word": " to", "probability": 0.9697265625}, {"start": 797.29, "end": 797.95, "word": " clearly", "probability": 0.87060546875}, {"start": 797.95, "end": 798.65, "word": " demarcate", "probability": 0.93701171875}, {"start": 798.65, "end": 798.83, "word": " the", "probability": 0.9091796875}, {"start": 798.83, "end": 799.19, "word": " sentence.", "probability": 0.95068359375}, {"start": 799.51, "end": 799.51, "word": " Yes.", "probability": 0.576171875}, {"start": 799.57, "end": 799.57, "word": " So", "probability": 0.6298828125}, {"start": 799.57, "end": 800.01, "word": " end", "probability": 0.57763671875}, {"start": 800.01, "end": 800.33, "word": " of", "probability": 0.9697265625}, {"start": 800.33, "end": 800.55, "word": " the", "probability": 0.9033203125}, {"start": 800.55, "end": 801.01, "word": " sentence,", "probability": 0.9384765625}, {"start": 801.23, "end": 801.41, "word": " full", "probability": 0.88720703125}, {"start": 801.41, "end": 801.97, "word": " stop,", "probability": 0.92236328125}, {"start": 802.05, "end": 802.29, "word": " alright?", "probability": 0.61474609375}, {"start": 802.51, "end": 802.51, "word": " And", "probability": 0.724609375}, {"start": 802.51, "end": 802.79, "word": " then?", "probability": 0.85009765625}, {"start": 802.83, "end": 803.43, "word": " Capitalize.", "probability": 0.703369140625}, {"start": 803.71, "end": 804.31, "word": " Capitalize", "probability": 0.951171875}, {"start": 804.31, "end": 804.73, "word": " first", "probability": 0.6025390625}, {"start": 804.73, "end": 804.99, "word": " or?", "probability": 0.5986328125}, {"start": 805.41, "end": 805.79, "word": " Or?", "probability": 0.787109375}, {"start": 805.79, "end": 806.17, "word": " Or?", "probability": 0.70556640625}, {"start": 806.81, "end": 807.41, "word": " Unemployment", "probability": 0.8313802083333334}, {"start": 807.41, "end": 807.97, "word": " causes", "probability": 0.76025390625}, {"start": 807.97, "end": 808.41, "word": " unemployment.", "probability": 0.60888671875}], "temperature": 1.0}, {"id": 29, "seek": 84256, "start": 813.46, "end": 842.56, "text": " Unemployment causes subject-verb agreement. Unemployment causes country economic destruction. So there is a problem with ordering the different parts of speech. Destroying the economy of a country or a country's economy. Or causes destruction of a country's economy. Very nice. So cause destruction or destroying a country's economy.", "tokens": [1156, 12112, 518, 7700, 3983, 12, 25809, 8106, 13, 1156, 12112, 518, 7700, 1941, 4836, 13563, 13, 407, 456, 307, 257, 1154, 365, 21739, 264, 819, 3166, 295, 6218, 13, 16339, 340, 1840, 264, 5010, 295, 257, 1941, 420, 257, 1941, 311, 5010, 13, 1610, 7700, 13563, 295, 257, 1941, 311, 5010, 13, 4372, 1481, 13, 407, 3082, 13563, 420, 19926, 257, 1941, 311, 5010, 13], "avg_logprob": -0.2992070904418604, "compression_ratio": 1.964705882352941, "no_speech_prob": 1.1920928955078125e-07, "words": [{"start": 813.46, "end": 814.34, "word": " Unemployment", "probability": 0.755615234375}, {"start": 814.34, "end": 814.68, "word": " causes", "probability": 0.78857421875}, {"start": 814.68, "end": 815.18, "word": " subject", "probability": 0.82568359375}, {"start": 815.18, "end": 815.56, "word": "-verb", "probability": 0.714111328125}, {"start": 815.56, "end": 816.24, "word": " agreement.", "probability": 0.66943359375}, {"start": 817.4, "end": 818.32, "word": " Unemployment", "probability": 0.722900390625}, {"start": 818.32, "end": 819.04, "word": " causes", "probability": 0.81982421875}, {"start": 819.04, "end": 819.56, "word": " country", "probability": 0.74267578125}, {"start": 819.56, "end": 820.24, "word": " economic", "probability": 0.65185546875}, {"start": 820.24, "end": 821.14, "word": " destruction.", "probability": 0.802734375}, {"start": 821.5, "end": 821.96, "word": " So", "probability": 0.390625}, {"start": 821.96, "end": 822.2, "word": " there", "probability": 0.67578125}, {"start": 822.2, "end": 822.34, "word": " is", "probability": 0.85595703125}, {"start": 822.34, "end": 822.46, "word": " a", "probability": 0.9755859375}, {"start": 822.46, "end": 822.84, "word": " problem", "probability": 0.87744140625}, {"start": 822.84, "end": 823.24, "word": " with", "probability": 0.84228515625}, {"start": 823.24, "end": 823.88, "word": " ordering", "probability": 0.9228515625}, {"start": 823.88, "end": 824.36, "word": " the", "probability": 0.740234375}, {"start": 824.36, "end": 825.04, "word": " different", "probability": 0.828125}, {"start": 825.04, "end": 825.46, "word": " parts", "probability": 0.87255859375}, {"start": 825.46, "end": 825.58, "word": " of", "probability": 0.96728515625}, {"start": 825.58, "end": 825.86, "word": " speech.", "probability": 0.57958984375}, {"start": 826.16, "end": 826.76, "word": " Destroying", "probability": 0.9283854166666666}, {"start": 826.76, "end": 827.2, "word": " the", "probability": 0.8984375}, {"start": 827.2, "end": 828.26, "word": " economy", "probability": 0.94189453125}, {"start": 828.26, "end": 828.92, "word": " of", "probability": 0.94384765625}, {"start": 828.92, "end": 829.42, "word": " a", "probability": 0.93212890625}, {"start": 829.42, "end": 829.8, "word": " country", "probability": 0.92333984375}, {"start": 829.8, "end": 830.26, "word": " or", "probability": 0.5859375}, {"start": 830.26, "end": 830.52, "word": " a", "probability": 0.46435546875}, {"start": 830.52, "end": 831.96, "word": " country's", "probability": 0.925537109375}, {"start": 831.96, "end": 832.46, "word": " economy.", "probability": 0.89599609375}, {"start": 834.2, "end": 834.22, "word": " Or", "probability": 0.54296875}, {"start": 834.22, "end": 835.06, "word": " causes", "probability": 0.31494140625}, {"start": 835.06, "end": 835.68, "word": " destruction", "probability": 0.54638671875}, {"start": 835.68, "end": 836.02, "word": " of", "probability": 0.80224609375}, {"start": 836.02, "end": 836.14, "word": " a", "probability": 0.86328125}, {"start": 836.14, "end": 836.64, "word": " country's", "probability": 0.962890625}, {"start": 836.64, "end": 837.12, "word": " economy.", "probability": 0.88916015625}, {"start": 837.52, "end": 837.62, "word": " Very", "probability": 0.62646484375}, {"start": 837.62, "end": 837.86, "word": " nice.", "probability": 0.8984375}, {"start": 838.1, "end": 838.12, "word": " So", "probability": 0.88525390625}, {"start": 838.12, "end": 838.42, "word": " cause", "probability": 0.1571044921875}, {"start": 838.42, "end": 839.92, "word": " destruction", "probability": 0.8349609375}, {"start": 839.92, "end": 840.3, "word": " or", "probability": 0.6123046875}, {"start": 840.3, "end": 840.86, "word": " destroying", "probability": 0.84716796875}, {"start": 840.86, "end": 841.36, "word": " a", "probability": 0.830078125}, {"start": 841.36, "end": 842.36, "word": " country's", "probability": 0.8671875}, {"start": 842.36, "end": 842.56, "word": " economy.", "probability": 0.79541015625}], "temperature": 1.0}, {"id": 30, "seek": 86339, "start": 843.17, "end": 863.39, "text": " Economy. Economy. Now it is correct. Or the economy of a country or causes the destruction of a country's economy. Right? Let's see number seven. Visitors can't see many interesting places in Egypt full stop. For example, the pyramids. We talked about this in one of the subjects in one of the courses previously.", "tokens": [48223, 13, 48223, 13, 823, 309, 307, 3006, 13, 1610, 264, 5010, 295, 257, 1941, 420, 7700, 264, 13563, 295, 257, 1941, 311, 5010, 13, 1779, 30, 961, 311, 536, 1230, 3407, 13, 10410, 9862, 393, 380, 536, 867, 1880, 3190, 294, 9582, 1577, 1590, 13, 1171, 1365, 11, 264, 20543, 3742, 13, 492, 2825, 466, 341, 294, 472, 295, 264, 13066, 294, 472, 295, 264, 7712, 8046, 13], "avg_logprob": -0.21897320981536592, "compression_ratio": 1.5392156862745099, "no_speech_prob": 2.980232238769531e-07, "words": [{"start": 843.17, "end": 843.65, "word": " Economy.", "probability": 0.73486328125}, {"start": 843.65, "end": 844.09, "word": " Economy.", "probability": 0.68212890625}, {"start": 845.19, "end": 845.79, "word": " Now", "probability": 0.83056640625}, {"start": 845.79, "end": 845.95, "word": " it", "probability": 0.85107421875}, {"start": 845.95, "end": 846.09, "word": " is", "probability": 0.86669921875}, {"start": 846.09, "end": 846.41, "word": " correct.", "probability": 0.89208984375}, {"start": 846.55, "end": 846.67, "word": " Or", "probability": 0.83447265625}, {"start": 846.67, "end": 846.81, "word": " the", "probability": 0.857421875}, {"start": 846.81, "end": 847.27, "word": " economy", "probability": 0.89697265625}, {"start": 847.27, "end": 847.85, "word": " of", "probability": 0.9716796875}, {"start": 847.85, "end": 848.25, "word": " a", "probability": 0.97509765625}, {"start": 848.25, "end": 848.97, "word": " country", "probability": 0.92578125}, {"start": 848.97, "end": 849.25, "word": " or", "probability": 0.50830078125}, {"start": 849.25, "end": 849.61, "word": " causes", "probability": 0.6416015625}, {"start": 849.61, "end": 849.97, "word": " the", "probability": 0.485595703125}, {"start": 849.97, "end": 850.61, "word": " destruction", "probability": 0.958984375}, {"start": 850.61, "end": 850.85, "word": " of", "probability": 0.9677734375}, {"start": 850.85, "end": 850.97, "word": " a", "probability": 0.87109375}, {"start": 850.97, "end": 851.39, "word": " country's", "probability": 0.92626953125}, {"start": 851.39, "end": 851.95, "word": " economy.", "probability": 0.896484375}, {"start": 852.45, "end": 852.51, "word": " Right?", "probability": 0.341796875}, {"start": 852.77, "end": 852.91, "word": " Let's", "probability": 0.868408203125}, {"start": 852.91, "end": 852.99, "word": " see", "probability": 0.93017578125}, {"start": 852.99, "end": 853.17, "word": " number", "probability": 0.7734375}, {"start": 853.17, "end": 853.55, "word": " seven.", "probability": 0.7099609375}, {"start": 853.95, "end": 854.45, "word": " Visitors", "probability": 0.96875}, {"start": 854.45, "end": 854.93, "word": " can't", "probability": 0.6885986328125}, {"start": 854.93, "end": 855.09, "word": " see", "probability": 0.92919921875}, {"start": 855.09, "end": 855.25, "word": " many", "probability": 0.90869140625}, {"start": 855.25, "end": 855.63, "word": " interesting", "probability": 0.859375}, {"start": 855.63, "end": 856.01, "word": " places", "probability": 0.916015625}, {"start": 856.01, "end": 856.19, "word": " in", "probability": 0.9482421875}, {"start": 856.19, "end": 856.41, "word": " Egypt", "probability": 0.923828125}, {"start": 856.41, "end": 856.63, "word": " full", "probability": 0.603515625}, {"start": 856.63, "end": 856.99, "word": " stop.", "probability": 0.869140625}, {"start": 857.11, "end": 857.21, "word": " For", "probability": 0.9560546875}, {"start": 857.21, "end": 857.67, "word": " example,", "probability": 0.9716796875}, {"start": 857.79, "end": 858.01, "word": " the", "probability": 0.88671875}, {"start": 858.01, "end": 858.67, "word": " pyramids.", "probability": 0.974609375}, {"start": 859.15, "end": 859.75, "word": " We", "probability": 0.81640625}, {"start": 859.75, "end": 860.03, "word": " talked", "probability": 0.8603515625}, {"start": 860.03, "end": 860.29, "word": " about", "probability": 0.90087890625}, {"start": 860.29, "end": 860.59, "word": " this", "probability": 0.9443359375}, {"start": 860.59, "end": 860.81, "word": " in", "probability": 0.9384765625}, {"start": 860.81, "end": 860.97, "word": " one", "probability": 0.92626953125}, {"start": 860.97, "end": 861.07, "word": " of", "probability": 0.96826171875}, {"start": 861.07, "end": 861.19, "word": " the", "probability": 0.9169921875}, {"start": 861.19, "end": 861.59, "word": " subjects", "probability": 0.87939453125}, {"start": 861.59, "end": 862.03, "word": " in", "probability": 0.64501953125}, {"start": 862.03, "end": 862.17, "word": " one", "probability": 0.91943359375}, {"start": 862.17, "end": 862.27, "word": " of", "probability": 0.96728515625}, {"start": 862.27, "end": 862.41, "word": " the", "probability": 0.916015625}, {"start": 862.41, "end": 862.75, "word": " courses", "probability": 0.89208984375}, {"start": 862.75, "end": 863.39, "word": " previously.", "probability": 0.7890625}], "temperature": 1.0}, {"id": 31, "seek": 88627, "start": 865.35, "end": 886.27, "text": " So where is the problem here? Yes, please. The second part. Can we actually consider it a sentence first? No, it is what we said, a fragment. It's a fragment. That is to say it is not a complete sentence. The first sentence is perfect, there is nothing wrong with it. The problem is with the second part.", "tokens": [407, 689, 307, 264, 1154, 510, 30, 1079, 11, 1767, 13, 440, 1150, 644, 13, 1664, 321, 767, 1949, 309, 257, 8174, 700, 30, 883, 11, 309, 307, 437, 321, 848, 11, 257, 26424, 13, 467, 311, 257, 26424, 13, 663, 307, 281, 584, 309, 307, 406, 257, 3566, 8174, 13, 440, 700, 8174, 307, 2176, 11, 456, 307, 1825, 2085, 365, 309, 13, 440, 1154, 307, 365, 264, 1150, 644, 13], "avg_logprob": -0.19702483040012725, "compression_ratio": 1.6666666666666667, "no_speech_prob": 1.1920928955078125e-07, "words": [{"start": 865.35, "end": 865.83, "word": " So", "probability": 0.6728515625}, {"start": 865.83, "end": 866.09, "word": " where", "probability": 0.52294921875}, {"start": 866.09, "end": 866.19, "word": " is", "probability": 0.59375}, {"start": 866.19, "end": 866.37, "word": " the", "probability": 0.6748046875}, {"start": 866.37, "end": 866.99, "word": " problem", "probability": 0.8759765625}, {"start": 866.99, "end": 867.41, "word": " here?", "probability": 0.83984375}, {"start": 867.67, "end": 867.81, "word": " Yes,", "probability": 0.818359375}, {"start": 867.91, "end": 868.13, "word": " please.", "probability": 0.80126953125}, {"start": 868.45, "end": 868.67, "word": " The", "probability": 0.630859375}, {"start": 868.67, "end": 868.91, "word": " second", "probability": 0.8916015625}, {"start": 868.91, "end": 870.39, "word": " part.", "probability": 0.8671875}, {"start": 870.75, "end": 870.87, "word": " Can", "probability": 0.94189453125}, {"start": 870.87, "end": 871.09, "word": " we", "probability": 0.9501953125}, {"start": 871.09, "end": 871.43, "word": " actually", "probability": 0.87353515625}, {"start": 871.43, "end": 871.97, "word": " consider", "probability": 0.91015625}, {"start": 871.97, "end": 872.11, "word": " it", "probability": 0.93115234375}, {"start": 872.11, "end": 872.23, "word": " a", "probability": 0.91748046875}, {"start": 872.23, "end": 872.63, "word": " sentence", "probability": 0.95556640625}, {"start": 872.63, "end": 873.05, "word": " first?", "probability": 0.85302734375}, {"start": 873.15, "end": 873.31, "word": " No,", "probability": 0.85107421875}, {"start": 873.97, "end": 874.17, "word": " it", "probability": 0.90673828125}, {"start": 874.17, "end": 874.39, "word": " is", "probability": 0.89111328125}, {"start": 874.39, "end": 874.71, "word": " what", "probability": 0.451904296875}, {"start": 874.71, "end": 874.99, "word": " we", "probability": 0.94775390625}, {"start": 874.99, "end": 875.31, "word": " said,", "probability": 0.93310546875}, {"start": 875.73, "end": 876.23, "word": " a", "probability": 0.86083984375}, {"start": 876.23, "end": 876.79, "word": " fragment.", "probability": 0.90283203125}, {"start": 877.25, "end": 877.69, "word": " It's", "probability": 0.769775390625}, {"start": 877.69, "end": 877.87, "word": " a", "probability": 0.99462890625}, {"start": 877.87, "end": 878.33, "word": " fragment.", "probability": 0.90869140625}, {"start": 878.51, "end": 878.61, "word": " That", "probability": 0.8837890625}, {"start": 878.61, "end": 878.79, "word": " is", "probability": 0.8798828125}, {"start": 878.79, "end": 878.91, "word": " to", "probability": 0.966796875}, {"start": 878.91, "end": 879.11, "word": " say", "probability": 0.9521484375}, {"start": 879.11, "end": 879.29, "word": " it", "probability": 0.6630859375}, {"start": 879.29, "end": 879.43, "word": " is", "probability": 0.75537109375}, {"start": 879.43, "end": 879.63, "word": " not", "probability": 0.94580078125}, {"start": 879.63, "end": 879.77, "word": " a", "probability": 0.9912109375}, {"start": 879.77, "end": 880.31, "word": " complete", "probability": 0.7978515625}, {"start": 880.31, "end": 880.81, "word": " sentence.", "probability": 0.95556640625}, {"start": 881.19, "end": 881.35, "word": " The", "probability": 0.88427734375}, {"start": 881.35, "end": 881.61, "word": " first", "probability": 0.892578125}, {"start": 881.61, "end": 881.97, "word": " sentence", "probability": 0.95654296875}, {"start": 881.97, "end": 882.19, "word": " is", "probability": 0.9453125}, {"start": 882.19, "end": 882.57, "word": " perfect,", "probability": 0.91357421875}, {"start": 882.69, "end": 882.79, "word": " there", "probability": 0.8994140625}, {"start": 882.79, "end": 882.91, "word": " is", "probability": 0.84326171875}, {"start": 882.91, "end": 883.15, "word": " nothing", "probability": 0.91552734375}, {"start": 883.15, "end": 883.49, "word": " wrong", "probability": 0.92724609375}, {"start": 883.49, "end": 883.69, "word": " with", "probability": 0.89892578125}, {"start": 883.69, "end": 883.83, "word": " it.", "probability": 0.94287109375}, {"start": 884.17, "end": 884.35, "word": " The", "probability": 0.8935546875}, {"start": 884.35, "end": 884.67, "word": " problem", "probability": 0.869140625}, {"start": 884.67, "end": 884.95, "word": " is", "probability": 0.93896484375}, {"start": 884.95, "end": 885.19, "word": " with", "probability": 0.8896484375}, {"start": 885.19, "end": 885.37, "word": " the", "probability": 0.9140625}, {"start": 885.37, "end": 885.71, "word": " second", "probability": 0.9052734375}, {"start": 885.71, "end": 886.27, "word": " part.", "probability": 0.892578125}], "temperature": 1.0}, {"id": 32, "seek": 90845, "start": 886.61, "end": 908.45, "text": " The pyramids, is this a sentence? No. Okay, so the solution is to change it into a sentence. We can say, for example, they can see the pyramids. Okay, they can see the pyramids. Or the pyramids are one of these places that can be. Or we can see alternatively.", "tokens": [440, 20543, 3742, 11, 307, 341, 257, 8174, 30, 883, 13, 1033, 11, 370, 264, 3827, 307, 281, 1319, 309, 666, 257, 8174, 13, 492, 393, 584, 11, 337, 1365, 11, 436, 393, 536, 264, 20543, 3742, 13, 1033, 11, 436, 393, 536, 264, 20543, 3742, 13, 1610, 264, 20543, 3742, 366, 472, 295, 613, 3190, 300, 393, 312, 13, 1610, 321, 393, 536, 8535, 356, 13], "avg_logprob": -0.21507352612474384, "compression_ratio": 1.7218543046357615, "no_speech_prob": 5.960464477539063e-08, "words": [{"start": 886.61, "end": 886.97, "word": " The", "probability": 0.6416015625}, {"start": 886.97, "end": 887.47, "word": " pyramids,", "probability": 0.936767578125}, {"start": 887.57, "end": 887.69, "word": " is", "probability": 0.927734375}, {"start": 887.69, "end": 887.91, "word": " this", "probability": 0.94189453125}, {"start": 887.91, "end": 888.09, "word": " a", "probability": 0.89697265625}, {"start": 888.09, "end": 888.47, "word": " sentence?", "probability": 0.9599609375}, {"start": 888.67, "end": 888.87, "word": " No.", "probability": 0.7529296875}, {"start": 889.65, "end": 890.01, "word": " Okay,", "probability": 0.3720703125}, {"start": 890.23, "end": 890.33, "word": " so", "probability": 0.93017578125}, {"start": 890.33, "end": 890.49, "word": " the", "probability": 0.8896484375}, {"start": 890.49, "end": 890.83, "word": " solution", "probability": 0.95068359375}, {"start": 890.83, "end": 891.07, "word": " is", "probability": 0.94873046875}, {"start": 891.07, "end": 891.21, "word": " to", "probability": 0.96337890625}, {"start": 891.21, "end": 891.53, "word": " change", "probability": 0.89453125}, {"start": 891.53, "end": 891.67, "word": " it", "probability": 0.94140625}, {"start": 891.67, "end": 891.87, "word": " into", "probability": 0.79296875}, {"start": 891.87, "end": 892.03, "word": " a", "probability": 0.9853515625}, {"start": 892.03, "end": 892.33, "word": " sentence.", "probability": 0.9501953125}, {"start": 892.47, "end": 892.55, "word": " We", "probability": 0.87646484375}, {"start": 892.55, "end": 892.75, "word": " can", "probability": 0.94921875}, {"start": 892.75, "end": 893.17, "word": " say,", "probability": 0.95556640625}, {"start": 893.59, "end": 894.73, "word": " for", "probability": 0.7763671875}, {"start": 894.73, "end": 895.37, "word": " example,", "probability": 0.97119140625}, {"start": 895.63, "end": 895.77, "word": " they", "probability": 0.880859375}, {"start": 895.77, "end": 896.11, "word": " can", "probability": 0.96044921875}, {"start": 896.11, "end": 896.53, "word": " see", "probability": 0.93505859375}, {"start": 896.53, "end": 897.15, "word": " the", "probability": 0.91357421875}, {"start": 897.15, "end": 897.71, "word": " pyramids.", "probability": 0.9677734375}, {"start": 897.97, "end": 898.07, "word": " Okay,", "probability": 0.591796875}, {"start": 898.19, "end": 898.31, "word": " they", "probability": 0.90283203125}, {"start": 898.31, "end": 898.53, "word": " can", "probability": 0.9541015625}, {"start": 898.53, "end": 898.71, "word": " see", "probability": 0.9306640625}, {"start": 898.71, "end": 898.91, "word": " the", "probability": 0.9111328125}, {"start": 898.91, "end": 899.33, "word": " pyramids.", "probability": 0.967041015625}, {"start": 899.49, "end": 899.57, "word": " Or", "probability": 0.92529296875}, {"start": 899.57, "end": 901.67, "word": " the", "probability": 0.398193359375}, {"start": 901.67, "end": 902.33, "word": " pyramids", "probability": 0.970947265625}, {"start": 902.33, "end": 903.27, "word": " are", "probability": 0.93603515625}, {"start": 903.27, "end": 903.75, "word": " one", "probability": 0.93017578125}, {"start": 903.75, "end": 903.97, "word": " of", "probability": 0.966796875}, {"start": 903.97, "end": 904.35, "word": " these", "probability": 0.83154296875}, {"start": 904.35, "end": 904.97, "word": " places", "probability": 0.919921875}, {"start": 904.97, "end": 905.35, "word": " that", "probability": 0.88232421875}, {"start": 905.35, "end": 905.81, "word": " can", "probability": 0.92333984375}, {"start": 905.81, "end": 906.21, "word": " be.", "probability": 0.8212890625}, {"start": 906.33, "end": 906.61, "word": " Or", "probability": 0.96142578125}, {"start": 906.61, "end": 906.81, "word": " we", "probability": 0.88720703125}, {"start": 906.81, "end": 906.99, "word": " can", "probability": 0.9453125}, {"start": 906.99, "end": 907.29, "word": " see", "probability": 0.548828125}, {"start": 907.29, "end": 908.45, "word": " alternatively.", "probability": 0.83203125}], "temperature": 1.0}, {"id": 33, "seek": 91812, "start": 909.12, "end": 918.12, "text": "we can just change the first word into a comma and now we say for example noun phrase comma comma", "tokens": [826, 393, 445, 1319, 264, 700, 1349, 666, 257, 22117, 293, 586, 321, 584, 337, 1365, 23307, 9535, 22117, 22117], "avg_logprob": -0.37686013040088473, "compression_ratio": 1.2125, "no_speech_prob": 0.0, "words": [{"start": 909.12, "end": 909.34, "word": "we", "probability": 0.414306640625}, {"start": 909.34, "end": 909.58, "word": " can", "probability": 0.92529296875}, {"start": 909.58, "end": 909.88, "word": " just", "probability": 0.8740234375}, {"start": 909.88, "end": 910.54, "word": " change", "probability": 0.8671875}, {"start": 910.54, "end": 911.18, "word": " the", "probability": 0.25}, {"start": 911.18, "end": 912.04, "word": " first", "probability": 0.488525390625}, {"start": 912.04, "end": 912.28, "word": " word", "probability": 0.423828125}, {"start": 912.28, "end": 912.76, "word": " into", "probability": 0.79638671875}, {"start": 912.76, "end": 913.08, "word": " a", "probability": 0.9765625}, {"start": 913.08, "end": 913.32, "word": " comma", "probability": 0.8251953125}, {"start": 913.32, "end": 914.02, "word": " and", "probability": 0.67431640625}, {"start": 914.02, "end": 914.48, "word": " now", "probability": 0.9033203125}, {"start": 914.48, "end": 914.96, "word": " we", "probability": 0.87109375}, {"start": 914.96, "end": 915.24, "word": " say", "probability": 0.83837890625}, {"start": 915.24, "end": 915.48, "word": " for", "probability": 0.86572265625}, {"start": 915.48, "end": 916.04, "word": " example", "probability": 0.97265625}, {"start": 916.04, "end": 916.44, "word": " noun", "probability": 0.65478515625}, {"start": 916.44, "end": 916.96, "word": " phrase", "probability": 0.77490234375}, {"start": 916.96, "end": 917.8, "word": " comma", "probability": 0.49462890625}, {"start": 917.8, "end": 918.12, "word": " comma", "probability": 0.6689453125}], "temperature": 1.0}, {"id": 34, "seek": 95055, "start": 923.31, "end": 950.55, "text": " pyramids, for example, the pyramids. Or alternatively, we can put, follow stop, for example, that they can see the pyramids. Okay, just remember, I focus too much on punctuation because I think punctuation is very much like traffic lights. They tell us when to stop, when to pause, momentarily, when to go on. They help clarify the ideas, okay? And the different ideas in the text.", "tokens": [20543, 3742, 11, 337, 1365, 11, 264, 20543, 3742, 13, 1610, 8535, 356, 11, 321, 393, 829, 11, 1524, 1590, 11, 337, 1365, 11, 300, 436, 393, 536, 264, 20543, 3742, 13, 1033, 11, 445, 1604, 11, 286, 1879, 886, 709, 322, 27006, 16073, 570, 286, 519, 27006, 16073, 307, 588, 709, 411, 6419, 5811, 13, 814, 980, 505, 562, 281, 1590, 11, 562, 281, 10465, 11, 1623, 3289, 11, 562, 281, 352, 322, 13, 814, 854, 17594, 264, 3487, 11, 1392, 30, 400, 264, 819, 3487, 294, 264, 2487, 13], "avg_logprob": -0.2004076151744179, "compression_ratio": 1.7130044843049328, "no_speech_prob": 2.980232238769531e-07, "words": [{"start": 923.31, "end": 923.81, "word": " pyramids,", "probability": 0.7362060546875}, {"start": 924.01, "end": 924.13, "word": " for", "probability": 0.9345703125}, {"start": 924.13, "end": 924.59, "word": " example,", "probability": 0.96630859375}, {"start": 924.77, "end": 924.89, "word": " the", "probability": 0.7138671875}, {"start": 924.89, "end": 925.21, "word": " pyramids.", "probability": 0.960205078125}, {"start": 925.37, "end": 925.61, "word": " Or", "probability": 0.7919921875}, {"start": 925.61, "end": 926.69, "word": " alternatively,", "probability": 0.7705078125}, {"start": 926.75, "end": 926.85, "word": " we", "probability": 0.955078125}, {"start": 926.85, "end": 927.13, "word": " can", "probability": 0.94287109375}, {"start": 927.13, "end": 927.51, "word": " put,", "probability": 0.93603515625}, {"start": 927.73, "end": 927.85, "word": " follow", "probability": 0.335693359375}, {"start": 927.85, "end": 928.15, "word": " stop,", "probability": 0.68310546875}, {"start": 928.25, "end": 928.37, "word": " for", "probability": 0.95068359375}, {"start": 928.37, "end": 928.87, "word": " example,", "probability": 0.97412109375}, {"start": 929.09, "end": 929.29, "word": " that", "probability": 0.59521484375}, {"start": 929.29, "end": 929.89, "word": " they", "probability": 0.8203125}, {"start": 929.89, "end": 930.21, "word": " can", "probability": 0.95166015625}, {"start": 930.21, "end": 930.69, "word": " see", "probability": 0.92822265625}, {"start": 930.69, "end": 931.25, "word": " the", "probability": 0.8466796875}, {"start": 931.25, "end": 931.73, "word": " pyramids.", "probability": 0.96337890625}, {"start": 931.89, "end": 931.99, "word": " Okay,", "probability": 0.5361328125}, {"start": 932.03, "end": 932.23, "word": " just", "probability": 0.91015625}, {"start": 932.23, "end": 932.55, "word": " remember,", "probability": 0.78173828125}, {"start": 932.93, "end": 933.29, "word": " I", "probability": 0.91064453125}, {"start": 933.29, "end": 933.91, "word": " focus", "probability": 0.68115234375}, {"start": 933.91, "end": 934.13, "word": " too", "probability": 0.9296875}, {"start": 934.13, "end": 934.35, "word": " much", "probability": 0.90673828125}, {"start": 934.35, "end": 934.59, "word": " on", "probability": 0.88134765625}, {"start": 934.59, "end": 935.43, "word": " punctuation", "probability": 0.984619140625}, {"start": 935.43, "end": 935.87, "word": " because", "probability": 0.693359375}, {"start": 935.87, "end": 936.55, "word": " I", "probability": 0.98095703125}, {"start": 936.55, "end": 936.73, "word": " think", "probability": 0.92236328125}, {"start": 936.73, "end": 937.27, "word": " punctuation", "probability": 0.985107421875}, {"start": 937.27, "end": 937.51, "word": " is", "probability": 0.9150390625}, {"start": 937.51, "end": 937.71, "word": " very", "probability": 0.8408203125}, {"start": 937.71, "end": 937.87, "word": " much", "probability": 0.912109375}, {"start": 937.87, "end": 938.11, "word": " like", "probability": 0.93701171875}, {"start": 938.11, "end": 938.51, "word": " traffic", "probability": 0.82080078125}, {"start": 938.51, "end": 938.91, "word": " lights.", "probability": 0.8310546875}, {"start": 939.61, "end": 939.83, "word": " They", "probability": 0.80517578125}, {"start": 939.83, "end": 940.01, "word": " tell", "probability": 0.8974609375}, {"start": 940.01, "end": 940.23, "word": " us", "probability": 0.93701171875}, {"start": 940.23, "end": 940.41, "word": " when", "probability": 0.94091796875}, {"start": 940.41, "end": 940.65, "word": " to", "probability": 0.96435546875}, {"start": 940.65, "end": 941.11, "word": " stop,", "probability": 0.9208984375}, {"start": 941.45, "end": 941.65, "word": " when", "probability": 0.94873046875}, {"start": 941.65, "end": 941.89, "word": " to", "probability": 0.97119140625}, {"start": 941.89, "end": 942.23, "word": " pause,", "probability": 0.884765625}, {"start": 942.61, "end": 943.27, "word": " momentarily,", "probability": 0.90869140625}, {"start": 943.41, "end": 943.53, "word": " when", "probability": 0.94775390625}, {"start": 943.53, "end": 943.71, "word": " to", "probability": 0.96875}, {"start": 943.71, "end": 943.95, "word": " go", "probability": 0.96923828125}, {"start": 943.95, "end": 944.23, "word": " on.", "probability": 0.9482421875}, {"start": 944.47, "end": 944.67, "word": " They", "probability": 0.81494140625}, {"start": 944.67, "end": 945.01, "word": " help", "probability": 0.89111328125}, {"start": 945.01, "end": 945.57, "word": " clarify", "probability": 0.935546875}, {"start": 945.57, "end": 945.91, "word": " the", "probability": 0.9013671875}, {"start": 945.91, "end": 946.41, "word": " ideas,", "probability": 0.92236328125}, {"start": 946.69, "end": 947.03, "word": " okay?", "probability": 0.89013671875}, {"start": 947.41, "end": 947.85, "word": " And", "probability": 0.9580078125}, {"start": 947.85, "end": 948.05, "word": " the", "probability": 0.8779296875}, {"start": 948.05, "end": 948.41, "word": " different", "probability": 0.88720703125}, {"start": 948.41, "end": 948.91, "word": " ideas", "probability": 0.9248046875}, {"start": 948.91, "end": 949.39, "word": " in", "probability": 0.9462890625}, {"start": 949.39, "end": 950.35, "word": " the", "probability": 0.783203125}, {"start": 950.35, "end": 950.55, "word": " text.", "probability": 0.82421875}], "temperature": 1.0}, {"id": 35, "seek": 98093, "start": 951.63, "end": 980.93, "text": " And for example, yes, for example, all right. Let's see number eight. Yes. Second, the negative effects of the pollution on the environment. Yes. All right. What do you, what do you see? What problem do you see here? Fragment. Again, it is very nice. It is a fragment. Why is it a fragment? It's not cohesive. It is not a cohesive thing. Where is the verb? Look for the verb. There is no verb. So change it into a sentence. We can say", "tokens": [400, 337, 1365, 11, 2086, 11, 337, 1365, 11, 439, 558, 13, 961, 311, 536, 1230, 3180, 13, 1079, 13, 5736, 11, 264, 3671, 5065, 295, 264, 16727, 322, 264, 2823, 13, 1079, 13, 1057, 558, 13, 708, 360, 291, 11, 437, 360, 291, 536, 30, 708, 1154, 360, 291, 536, 510, 30, 479, 3731, 518, 13, 3764, 11, 309, 307, 588, 1481, 13, 467, 307, 257, 26424, 13, 1545, 307, 309, 257, 26424, 30, 467, 311, 406, 43025, 13, 467, 307, 406, 257, 43025, 551, 13, 2305, 307, 264, 9595, 30, 2053, 337, 264, 9595, 13, 821, 307, 572, 9595, 13, 407, 1319, 309, 666, 257, 8174, 13, 492, 393, 584], "avg_logprob": -0.22829093342333767, "compression_ratio": 1.7755102040816326, "no_speech_prob": 0.0, "words": [{"start": 951.63, "end": 951.99, "word": " And", "probability": 0.480224609375}, {"start": 951.99, "end": 952.19, "word": " for", "probability": 0.90966796875}, {"start": 952.19, "end": 952.73, "word": " example,", "probability": 0.96826171875}, {"start": 953.09, "end": 954.03, "word": " yes,", "probability": 0.488037109375}, {"start": 954.27, "end": 954.41, "word": " for", "probability": 0.93017578125}, {"start": 954.41, "end": 954.99, "word": " example,", "probability": 0.9775390625}, {"start": 955.41, "end": 955.89, "word": " all", "probability": 0.173583984375}, {"start": 955.89, "end": 956.31, "word": " right.", "probability": 0.91015625}, {"start": 956.49, "end": 956.65, "word": " Let's", "probability": 0.905517578125}, {"start": 956.65, "end": 956.79, "word": " see", "probability": 0.89111328125}, {"start": 956.79, "end": 957.09, "word": " number", "probability": 0.87255859375}, {"start": 957.09, "end": 957.53, "word": " eight.", "probability": 0.83154296875}, {"start": 957.81, "end": 957.91, "word": " Yes.", "probability": 0.375732421875}, {"start": 959.09, "end": 959.51, "word": " Second,", "probability": 0.84228515625}, {"start": 960.09, "end": 960.33, "word": " the", "probability": 0.8740234375}, {"start": 960.33, "end": 960.93, "word": " negative", "probability": 0.94091796875}, {"start": 960.93, "end": 961.47, "word": " effects", "probability": 0.89453125}, {"start": 961.47, "end": 961.85, "word": " of", "probability": 0.96923828125}, {"start": 961.85, "end": 962.01, "word": " the", "probability": 0.8896484375}, {"start": 962.01, "end": 962.59, "word": " pollution", "probability": 0.97412109375}, {"start": 962.59, "end": 963.03, "word": " on", "probability": 0.9189453125}, {"start": 963.03, "end": 963.19, "word": " the", "probability": 0.91357421875}, {"start": 963.19, "end": 963.81, "word": " environment.", "probability": 0.92041015625}, {"start": 964.01, "end": 964.17, "word": " Yes.", "probability": 0.5908203125}, {"start": 965.13, "end": 965.55, "word": " All", "probability": 0.91357421875}, {"start": 965.55, "end": 965.77, "word": " right.", "probability": 0.91650390625}, {"start": 965.85, "end": 965.99, "word": " What", "probability": 0.8720703125}, {"start": 965.99, "end": 966.09, "word": " do", "probability": 0.916015625}, {"start": 966.09, "end": 966.21, "word": " you,", "probability": 0.9658203125}, {"start": 966.29, "end": 966.51, "word": " what", "probability": 0.9482421875}, {"start": 966.51, "end": 966.65, "word": " do", "probability": 0.94384765625}, {"start": 966.65, "end": 966.73, "word": " you", "probability": 0.96533203125}, {"start": 966.73, "end": 966.89, "word": " see?", "probability": 0.9248046875}, {"start": 966.97, "end": 967.07, "word": " What", "probability": 0.89501953125}, {"start": 967.07, "end": 967.43, "word": " problem", "probability": 0.603515625}, {"start": 967.43, "end": 967.59, "word": " do", "probability": 0.953125}, {"start": 967.59, "end": 967.69, "word": " you", "probability": 0.96435546875}, {"start": 967.69, "end": 967.91, "word": " see", "probability": 0.9248046875}, {"start": 967.91, "end": 968.25, "word": " here?", "probability": 0.84375}, {"start": 968.41, "end": 968.83, "word": " Fragment.", "probability": 0.7373860677083334}, {"start": 969.37, "end": 969.65, "word": " Again,", "probability": 0.662109375}, {"start": 969.83, "end": 969.97, "word": " it", "probability": 0.90576171875}, {"start": 969.97, "end": 970.17, "word": " is", "probability": 0.88671875}, {"start": 970.17, "end": 970.43, "word": " very", "probability": 0.5986328125}, {"start": 970.43, "end": 970.65, "word": " nice.", "probability": 0.88623046875}, {"start": 970.75, "end": 970.79, "word": " It", "probability": 0.90869140625}, {"start": 970.79, "end": 970.95, "word": " is", "probability": 0.935546875}, {"start": 970.95, "end": 971.15, "word": " a", "probability": 0.982421875}, {"start": 971.15, "end": 971.57, "word": " fragment.", "probability": 0.880859375}, {"start": 971.77, "end": 971.95, "word": " Why", "probability": 0.8701171875}, {"start": 971.95, "end": 972.09, "word": " is", "probability": 0.91455078125}, {"start": 972.09, "end": 972.17, "word": " it", "probability": 0.91796875}, {"start": 972.17, "end": 972.33, "word": " a", "probability": 0.98291015625}, {"start": 972.33, "end": 972.67, "word": " fragment?", "probability": 0.90380859375}, {"start": 972.99, "end": 973.21, "word": " It's", "probability": 0.787109375}, {"start": 973.21, "end": 973.41, "word": " not", "probability": 0.91064453125}, {"start": 973.41, "end": 973.77, "word": " cohesive.", "probability": 0.2391357421875}, {"start": 973.99, "end": 974.15, "word": " It", "probability": 0.900390625}, {"start": 974.15, "end": 974.29, "word": " is", "probability": 0.77392578125}, {"start": 974.29, "end": 974.47, "word": " not", "probability": 0.9111328125}, {"start": 974.47, "end": 974.61, "word": " a", "probability": 0.44287109375}, {"start": 974.61, "end": 974.89, "word": " cohesive", "probability": 0.91015625}, {"start": 974.89, "end": 975.15, "word": " thing.", "probability": 0.828125}, {"start": 975.19, "end": 975.37, "word": " Where", "probability": 0.79345703125}, {"start": 975.37, "end": 975.49, "word": " is", "probability": 0.716796875}, {"start": 975.49, "end": 975.67, "word": " the", "probability": 0.91943359375}, {"start": 975.67, "end": 975.95, "word": " verb?", "probability": 0.93505859375}, {"start": 976.15, "end": 976.37, "word": " Look", "probability": 0.82763671875}, {"start": 976.37, "end": 976.53, "word": " for", "probability": 0.94921875}, {"start": 976.53, "end": 976.69, "word": " the", "probability": 0.91748046875}, {"start": 976.69, "end": 976.91, "word": " verb.", "probability": 0.85791015625}, {"start": 976.99, "end": 977.09, "word": " There", "probability": 0.7314453125}, {"start": 977.09, "end": 977.27, "word": " is", "probability": 0.88037109375}, {"start": 977.27, "end": 977.55, "word": " no", "probability": 0.9443359375}, {"start": 977.55, "end": 977.85, "word": " verb.", "probability": 0.826171875}, {"start": 978.47, "end": 978.63, "word": " So", "probability": 0.921875}, {"start": 978.63, "end": 979.15, "word": " change", "probability": 0.61279296875}, {"start": 979.15, "end": 979.29, "word": " it", "probability": 0.9482421875}, {"start": 979.29, "end": 979.53, "word": " into", "probability": 0.85205078125}, {"start": 979.53, "end": 979.71, "word": " a", "probability": 0.9921875}, {"start": 979.71, "end": 980.07, "word": " sentence.", "probability": 0.95556640625}, {"start": 980.31, "end": 980.47, "word": " We", "probability": 0.93603515625}, {"start": 980.47, "end": 980.69, "word": " can", "probability": 0.94384765625}, {"start": 980.69, "end": 980.93, "word": " say", "probability": 0.9609375}], "temperature": 1.0}, {"id": 36, "seek": 100304, "start": 982.46, "end": 1003.04, "text": " There are some negative or there are the negative effects of pollution on the environment or the negative effects of pollution on the environment are harmful. Very nice. Harmful. Are harmful to human health, okay? To people's health.", "tokens": [821, 366, 512, 3671, 420, 456, 366, 264, 3671, 5065, 295, 16727, 322, 264, 2823, 420, 264, 3671, 5065, 295, 16727, 322, 264, 2823, 366, 19727, 13, 4372, 1481, 13, 43523, 906, 13, 2014, 19727, 281, 1952, 1585, 11, 1392, 30, 1407, 561, 311, 1585, 13], "avg_logprob": -0.20827792236145506, "compression_ratio": 1.786259541984733, "no_speech_prob": 0.0, "words": [{"start": 982.46, "end": 982.88, "word": " There", "probability": 0.425537109375}, {"start": 982.88, "end": 983.3, "word": " are", "probability": 0.94140625}, {"start": 983.3, "end": 985.18, "word": " some", "probability": 0.724609375}, {"start": 985.18, "end": 985.6, "word": " negative", "probability": 0.8466796875}, {"start": 985.6, "end": 985.86, "word": " or", "probability": 0.64208984375}, {"start": 985.86, "end": 986.04, "word": " there", "probability": 0.82177734375}, {"start": 986.04, "end": 986.24, "word": " are", "probability": 0.93505859375}, {"start": 986.24, "end": 986.4, "word": " the", "probability": 0.489990234375}, {"start": 986.4, "end": 986.9, "word": " negative", "probability": 0.931640625}, {"start": 986.9, "end": 987.4, "word": " effects", "probability": 0.90380859375}, {"start": 987.4, "end": 987.62, "word": " of", "probability": 0.9580078125}, {"start": 987.62, "end": 988.02, "word": " pollution", "probability": 0.970703125}, {"start": 988.02, "end": 988.64, "word": " on", "probability": 0.94921875}, {"start": 988.64, "end": 989.42, "word": " the", "probability": 0.91259765625}, {"start": 989.42, "end": 990.04, "word": " environment", "probability": 0.89697265625}, {"start": 990.04, "end": 990.56, "word": " or", "probability": 0.6748046875}, {"start": 990.56, "end": 991.08, "word": " the", "probability": 0.83447265625}, {"start": 991.08, "end": 991.54, "word": " negative", "probability": 0.93408203125}, {"start": 991.54, "end": 992.0, "word": " effects", "probability": 0.8984375}, {"start": 992.0, "end": 992.2, "word": " of", "probability": 0.94873046875}, {"start": 992.2, "end": 992.54, "word": " pollution", "probability": 0.95703125}, {"start": 992.54, "end": 992.76, "word": " on", "probability": 0.931640625}, {"start": 992.76, "end": 992.92, "word": " the", "probability": 0.91015625}, {"start": 992.92, "end": 993.46, "word": " environment", "probability": 0.88720703125}, {"start": 993.46, "end": 994.06, "word": " are", "probability": 0.935546875}, {"start": 994.06, "end": 995.28, "word": " harmful.", "probability": 0.95849609375}, {"start": 995.78, "end": 995.98, "word": " Very", "probability": 0.763671875}, {"start": 995.98, "end": 996.34, "word": " nice.", "probability": 0.89892578125}, {"start": 997.42, "end": 998.26, "word": " Harmful.", "probability": 0.942138671875}, {"start": 998.8, "end": 999.4, "word": " Are", "probability": 0.39794921875}, {"start": 999.4, "end": 999.68, "word": " harmful", "probability": 0.953125}, {"start": 999.68, "end": 1000.04, "word": " to", "probability": 0.962890625}, {"start": 1000.04, "end": 1000.4, "word": " human", "probability": 0.91845703125}, {"start": 1000.4, "end": 1000.86, "word": " health,", "probability": 0.9345703125}, {"start": 1001.44, "end": 1001.72, "word": " okay?", "probability": 0.5390625}, {"start": 1001.92, "end": 1002.2, "word": " To", "probability": 0.9619140625}, {"start": 1002.2, "end": 1002.78, "word": " people's", "probability": 0.947265625}, {"start": 1002.78, "end": 1003.04, "word": " health.", "probability": 0.92578125}], "temperature": 1.0}, {"id": 37, "seek": 103243, "start": 1004.43, "end": 1032.43, "text": " So we change it into a complete sentence, all right? So avoid a fragment. This is something that also I see in some of your writing, okay? So go over the class on fragments and how you avoid fragments and what kinds of fragments that we discuss and try to avoid this. The last sentence here is university is more difficult than high school", "tokens": [407, 321, 1319, 309, 666, 257, 3566, 8174, 11, 439, 558, 30, 407, 5042, 257, 26424, 13, 639, 307, 746, 300, 611, 286, 536, 294, 512, 295, 428, 3579, 11, 1392, 30, 407, 352, 670, 264, 1508, 322, 29197, 293, 577, 291, 5042, 29197, 293, 437, 3685, 295, 29197, 300, 321, 2248, 293, 853, 281, 5042, 341, 13, 440, 1036, 8174, 510, 307, 5454, 307, 544, 2252, 813, 1090, 1395], "avg_logprob": -0.191461271803144, "compression_ratio": 1.683168316831683, "no_speech_prob": 5.960464477539063e-08, "words": [{"start": 1004.43, "end": 1005.03, "word": " So", "probability": 0.37548828125}, {"start": 1005.03, "end": 1005.31, "word": " we", "probability": 0.77490234375}, {"start": 1005.31, "end": 1005.61, "word": " change", "probability": 0.78369140625}, {"start": 1005.61, "end": 1005.79, "word": " it", "probability": 0.94384765625}, {"start": 1005.79, "end": 1006.15, "word": " into", "probability": 0.8056640625}, {"start": 1006.15, "end": 1006.37, "word": " a", "probability": 0.9921875}, {"start": 1006.37, "end": 1007.01, "word": " complete", "probability": 0.79931640625}, {"start": 1007.01, "end": 1007.69, "word": " sentence,", "probability": 0.95751953125}, {"start": 1008.17, "end": 1008.35, "word": " all", "probability": 0.42724609375}, {"start": 1008.35, "end": 1008.57, "word": " right?", "probability": 0.912109375}, {"start": 1008.85, "end": 1008.95, "word": " So", "probability": 0.94091796875}, {"start": 1008.95, "end": 1009.53, "word": " avoid", "probability": 0.83349609375}, {"start": 1009.53, "end": 1009.77, "word": " a", "probability": 0.94189453125}, {"start": 1009.77, "end": 1010.23, "word": " fragment.", "probability": 0.88916015625}, {"start": 1010.41, "end": 1010.53, "word": " This", "probability": 0.89208984375}, {"start": 1010.53, "end": 1010.67, "word": " is", "probability": 0.94873046875}, {"start": 1010.67, "end": 1011.05, "word": " something", "probability": 0.8671875}, {"start": 1011.05, "end": 1011.83, "word": " that", "probability": 0.93017578125}, {"start": 1011.83, "end": 1012.17, "word": " also", "probability": 0.85009765625}, {"start": 1012.17, "end": 1012.41, "word": " I", "probability": 0.98681640625}, {"start": 1012.41, "end": 1012.71, "word": " see", "probability": 0.93603515625}, {"start": 1012.71, "end": 1013.97, "word": " in", "probability": 0.92919921875}, {"start": 1013.97, "end": 1014.33, "word": " some", "probability": 0.8974609375}, {"start": 1014.33, "end": 1014.49, "word": " of", "probability": 0.96826171875}, {"start": 1014.49, "end": 1014.63, "word": " your", "probability": 0.8603515625}, {"start": 1014.63, "end": 1014.99, "word": " writing,", "probability": 0.90185546875}, {"start": 1015.21, "end": 1015.45, "word": " okay?", "probability": 0.88427734375}, {"start": 1015.77, "end": 1015.97, "word": " So", "probability": 0.9580078125}, {"start": 1015.97, "end": 1016.41, "word": " go", "probability": 0.84619140625}, {"start": 1016.41, "end": 1016.73, "word": " over", "probability": 0.9326171875}, {"start": 1016.73, "end": 1017.15, "word": " the", "probability": 0.74462890625}, {"start": 1017.15, "end": 1018.19, "word": " class", "probability": 0.9658203125}, {"start": 1018.19, "end": 1018.51, "word": " on", "probability": 0.94140625}, {"start": 1018.51, "end": 1019.09, "word": " fragments", "probability": 0.837890625}, {"start": 1019.09, "end": 1019.37, "word": " and", "probability": 0.79052734375}, {"start": 1019.37, "end": 1019.57, "word": " how", "probability": 0.943359375}, {"start": 1019.57, "end": 1019.71, "word": " you", "probability": 0.96240234375}, {"start": 1019.71, "end": 1020.11, "word": " avoid", "probability": 0.8955078125}, {"start": 1020.11, "end": 1020.57, "word": " fragments", "probability": 0.7568359375}, {"start": 1020.57, "end": 1020.79, "word": " and", "probability": 0.720703125}, {"start": 1020.79, "end": 1020.97, "word": " what", "probability": 0.939453125}, {"start": 1020.97, "end": 1021.27, "word": " kinds", "probability": 0.84912109375}, {"start": 1021.27, "end": 1021.41, "word": " of", "probability": 0.96875}, {"start": 1021.41, "end": 1021.95, "word": " fragments", "probability": 0.8857421875}, {"start": 1021.95, "end": 1022.23, "word": " that", "probability": 0.93310546875}, {"start": 1022.23, "end": 1022.45, "word": " we", "probability": 0.96142578125}, {"start": 1022.45, "end": 1024.61, "word": " discuss", "probability": 0.40185546875}, {"start": 1024.61, "end": 1025.09, "word": " and", "probability": 0.88525390625}, {"start": 1025.09, "end": 1025.33, "word": " try", "probability": 0.92236328125}, {"start": 1025.33, "end": 1025.49, "word": " to", "probability": 0.97314453125}, {"start": 1025.49, "end": 1025.79, "word": " avoid", "probability": 0.93115234375}, {"start": 1025.79, "end": 1025.95, "word": " this.", "probability": 0.484375}, {"start": 1026.21, "end": 1026.35, "word": " The", "probability": 0.83251953125}, {"start": 1026.35, "end": 1026.63, "word": " last", "probability": 0.7919921875}, {"start": 1026.63, "end": 1027.05, "word": " sentence", "probability": 0.95703125}, {"start": 1027.05, "end": 1027.53, "word": " here", "probability": 0.8525390625}, {"start": 1027.53, "end": 1028.47, "word": " is", "probability": 0.89794921875}, {"start": 1028.47, "end": 1029.95, "word": " university", "probability": 0.470458984375}, {"start": 1029.95, "end": 1030.53, "word": " is", "probability": 0.9384765625}, {"start": 1030.53, "end": 1030.91, "word": " more", "probability": 0.931640625}, {"start": 1030.91, "end": 1031.35, "word": " difficult", "probability": 0.92041015625}, {"start": 1031.35, "end": 1031.67, "word": " than", "probability": 0.94873046875}, {"start": 1031.67, "end": 1031.97, "word": " high", "probability": 0.92431640625}, {"start": 1031.97, "end": 1032.43, "word": " school", "probability": 0.95361328125}], "temperature": 1.0}, {"id": 38, "seek": 105851, "start": 1032.95, "end": 1058.51, "text": " It depends on students to study hard to get marks. Again, there's a problem with punctuation here. There's a problem with punctuation with another topic that we talked about previously. University is more difficult than high school. It depends on students to study hard to get marks. Yes, please. University clearly has to be capitalized. Yes?", "tokens": [467, 5946, 322, 1731, 281, 2979, 1152, 281, 483, 10640, 13, 3764, 11, 456, 311, 257, 1154, 365, 27006, 16073, 510, 13, 821, 311, 257, 1154, 365, 27006, 16073, 365, 1071, 4829, 300, 321, 2825, 466, 8046, 13, 3535, 307, 544, 2252, 813, 1090, 1395, 13, 467, 5946, 322, 1731, 281, 2979, 1152, 281, 483, 10640, 13, 1079, 11, 1767, 13, 3535, 4448, 575, 281, 312, 4238, 1602, 13, 1079, 30], "avg_logprob": -0.1591796891556846, "compression_ratio": 1.8297872340425532, "no_speech_prob": 1.1920928955078125e-07, "words": [{"start": 1032.95, "end": 1033.29, "word": " It", "probability": 0.63525390625}, {"start": 1033.29, "end": 1033.69, "word": " depends", "probability": 0.90283203125}, {"start": 1033.69, "end": 1033.93, "word": " on", "probability": 0.93798828125}, {"start": 1033.93, "end": 1034.27, "word": " students", "probability": 0.96240234375}, {"start": 1034.27, "end": 1034.45, "word": " to", "probability": 0.62646484375}, {"start": 1034.45, "end": 1034.73, "word": " study", "probability": 0.93505859375}, {"start": 1034.73, "end": 1035.01, "word": " hard", "probability": 0.91259765625}, {"start": 1035.01, "end": 1035.21, "word": " to", "probability": 0.927734375}, {"start": 1035.21, "end": 1035.49, "word": " get", "probability": 0.94677734375}, {"start": 1035.49, "end": 1036.23, "word": " marks.", "probability": 0.87548828125}, {"start": 1038.69, "end": 1039.25, "word": " Again,", "probability": 0.63818359375}, {"start": 1039.35, "end": 1039.59, "word": " there's", "probability": 0.6915283203125}, {"start": 1039.59, "end": 1039.71, "word": " a", "probability": 0.99462890625}, {"start": 1039.71, "end": 1040.03, "word": " problem", "probability": 0.8681640625}, {"start": 1040.03, "end": 1040.37, "word": " with", "probability": 0.888671875}, {"start": 1040.37, "end": 1041.41, "word": " punctuation", "probability": 0.970947265625}, {"start": 1041.41, "end": 1041.75, "word": " here.", "probability": 0.6953125}, {"start": 1042.55, "end": 1042.93, "word": " There's", "probability": 0.756591796875}, {"start": 1042.93, "end": 1043.05, "word": " a", "probability": 0.9921875}, {"start": 1043.05, "end": 1043.37, "word": " problem", "probability": 0.87646484375}, {"start": 1043.37, "end": 1043.57, "word": " with", "probability": 0.8583984375}, {"start": 1043.57, "end": 1044.23, "word": " punctuation", "probability": 0.983154296875}, {"start": 1044.23, "end": 1044.45, "word": " with", "probability": 0.8017578125}, {"start": 1044.45, "end": 1044.79, "word": " another", "probability": 0.91650390625}, {"start": 1044.79, "end": 1045.19, "word": " topic", "probability": 0.95458984375}, {"start": 1045.19, "end": 1045.39, "word": " that", "probability": 0.9228515625}, {"start": 1045.39, "end": 1045.53, "word": " we", "probability": 0.96533203125}, {"start": 1045.53, "end": 1045.85, "word": " talked", "probability": 0.86181640625}, {"start": 1045.85, "end": 1046.25, "word": " about", "probability": 0.9072265625}, {"start": 1046.25, "end": 1047.39, "word": " previously.", "probability": 0.7880859375}, {"start": 1048.65, "end": 1049.21, "word": " University", "probability": 0.6552734375}, {"start": 1049.21, "end": 1049.49, "word": " is", "probability": 0.92333984375}, {"start": 1049.49, "end": 1049.71, "word": " more", "probability": 0.93310546875}, {"start": 1049.71, "end": 1049.99, "word": " difficult", "probability": 0.9189453125}, {"start": 1049.99, "end": 1050.21, "word": " than", "probability": 0.94384765625}, {"start": 1050.21, "end": 1050.39, "word": " high", "probability": 0.85595703125}, {"start": 1050.39, "end": 1050.59, "word": " school.", "probability": 0.94580078125}, {"start": 1050.71, "end": 1050.75, "word": " It", "probability": 0.95947265625}, {"start": 1050.75, "end": 1051.17, "word": " depends", "probability": 0.90966796875}, {"start": 1051.17, "end": 1051.57, "word": " on", "probability": 0.9462890625}, {"start": 1051.57, "end": 1051.93, "word": " students", "probability": 0.97265625}, {"start": 1051.93, "end": 1052.15, "word": " to", "probability": 0.9541015625}, {"start": 1052.15, "end": 1052.43, "word": " study", "probability": 0.93359375}, {"start": 1052.43, "end": 1052.69, "word": " hard", "probability": 0.908203125}, {"start": 1052.69, "end": 1052.89, "word": " to", "probability": 0.94140625}, {"start": 1052.89, "end": 1053.13, "word": " get", "probability": 0.95068359375}, {"start": 1053.13, "end": 1053.59, "word": " marks.", "probability": 0.87841796875}, {"start": 1053.89, "end": 1054.01, "word": " Yes,", "probability": 0.943359375}, {"start": 1054.09, "end": 1054.43, "word": " please.", "probability": 0.7998046875}, {"start": 1055.75, "end": 1056.31, "word": " University", "probability": 0.308837890625}, {"start": 1056.31, "end": 1056.77, "word": " clearly", "probability": 0.8525390625}, {"start": 1056.77, "end": 1057.13, "word": " has", "probability": 0.9375}, {"start": 1057.13, "end": 1057.25, "word": " to", "probability": 0.9697265625}, {"start": 1057.25, "end": 1057.45, "word": " be", "probability": 0.9658203125}, {"start": 1057.45, "end": 1058.29, "word": " capitalized.", "probability": 0.956787109375}, {"start": 1058.37, "end": 1058.51, "word": " Yes?", "probability": 0.8037109375}], "temperature": 1.0}, {"id": 39, "seek": 108848, "start": 1060.74, "end": 1088.48, "text": " After high school, we had a full stop. This is something that we said before. It is a run-on sentence. Run-on sentence probably. When you have two sentences with no punctuation between them, then we have a run-on sentence. So if we list it, so number six is avoid run-on sentence error. Sentence error.", "tokens": [2381, 1090, 1395, 11, 321, 632, 257, 1577, 1590, 13, 639, 307, 746, 300, 321, 848, 949, 13, 467, 307, 257, 1190, 12, 266, 8174, 13, 8950, 12, 266, 8174, 1391, 13, 1133, 291, 362, 732, 16579, 365, 572, 27006, 16073, 1296, 552, 11, 550, 321, 362, 257, 1190, 12, 266, 8174, 13, 407, 498, 321, 1329, 309, 11, 370, 1230, 2309, 307, 5042, 1190, 12, 266, 8174, 6713, 13, 23652, 655, 6713, 13], "avg_logprob": -0.24437500596046446, "compression_ratio": 1.6557377049180328, "no_speech_prob": 5.960464477539063e-08, "words": [{"start": 1060.74, "end": 1061.26, "word": " After", "probability": 0.650390625}, {"start": 1061.26, "end": 1061.56, "word": " high", "probability": 0.80224609375}, {"start": 1061.56, "end": 1061.88, "word": " school,", "probability": 0.88134765625}, {"start": 1062.1, "end": 1062.12, "word": " we", "probability": 0.93798828125}, {"start": 1062.12, "end": 1062.48, "word": " had", "probability": 0.5546875}, {"start": 1062.48, "end": 1062.94, "word": " a", "probability": 0.6328125}, {"start": 1062.94, "end": 1063.06, "word": " full", "probability": 0.06610107421875}, {"start": 1063.06, "end": 1064.32, "word": " stop.", "probability": 0.9375}, {"start": 1064.58, "end": 1064.74, "word": " This", "probability": 0.701171875}, {"start": 1064.74, "end": 1064.88, "word": " is", "probability": 0.943359375}, {"start": 1064.88, "end": 1065.22, "word": " something", "probability": 0.8662109375}, {"start": 1065.22, "end": 1065.4, "word": " that", "probability": 0.72265625}, {"start": 1065.4, "end": 1065.58, "word": " we", "probability": 0.96142578125}, {"start": 1065.58, "end": 1065.88, "word": " said", "probability": 0.9228515625}, {"start": 1065.88, "end": 1066.34, "word": " before.", "probability": 0.86767578125}, {"start": 1066.7, "end": 1066.74, "word": " It", "probability": 0.94482421875}, {"start": 1066.74, "end": 1066.94, "word": " is", "probability": 0.90966796875}, {"start": 1066.94, "end": 1067.12, "word": " a", "probability": 0.9716796875}, {"start": 1067.12, "end": 1067.28, "word": " run", "probability": 0.91552734375}, {"start": 1067.28, "end": 1067.46, "word": "-on", "probability": 0.704345703125}, {"start": 1067.46, "end": 1068.2, "word": " sentence.", "probability": 0.95654296875}, {"start": 1068.4, "end": 1068.78, "word": " Run", "probability": 0.9208984375}, {"start": 1068.78, "end": 1069.02, "word": "-on", "probability": 0.92041015625}, {"start": 1069.02, "end": 1069.6, "word": " sentence", "probability": 0.83740234375}, {"start": 1069.6, "end": 1070.04, "word": " probably.", "probability": 0.2193603515625}, {"start": 1070.24, "end": 1070.28, "word": " When", "probability": 0.75537109375}, {"start": 1070.28, "end": 1070.4, "word": " you", "probability": 0.75830078125}, {"start": 1070.4, "end": 1070.62, "word": " have", "probability": 0.94580078125}, {"start": 1070.62, "end": 1070.84, "word": " two", "probability": 0.87158203125}, {"start": 1070.84, "end": 1071.4, "word": " sentences", "probability": 0.96337890625}, {"start": 1071.4, "end": 1071.76, "word": " with", "probability": 0.88232421875}, {"start": 1071.76, "end": 1072.02, "word": " no", "probability": 0.953125}, {"start": 1072.02, "end": 1072.76, "word": " punctuation", "probability": 0.982177734375}, {"start": 1072.76, "end": 1073.26, "word": " between", "probability": 0.86181640625}, {"start": 1073.26, "end": 1073.64, "word": " them,", "probability": 0.89404296875}, {"start": 1073.98, "end": 1074.42, "word": " then", "probability": 0.865234375}, {"start": 1074.42, "end": 1074.72, "word": " we", "probability": 0.9482421875}, {"start": 1074.72, "end": 1075.16, "word": " have", "probability": 0.947265625}, {"start": 1075.16, "end": 1075.5, "word": " a", "probability": 0.98681640625}, {"start": 1075.5, "end": 1075.92, "word": " run", "probability": 0.93798828125}, {"start": 1075.92, "end": 1076.5, "word": "-on", "probability": 0.955810546875}, {"start": 1076.5, "end": 1077.02, "word": " sentence.", "probability": 0.9599609375}, {"start": 1078.4, "end": 1079.08, "word": " So", "probability": 0.4892578125}, {"start": 1079.08, "end": 1079.64, "word": " if", "probability": 0.53759765625}, {"start": 1079.64, "end": 1079.84, "word": " we", "probability": 0.94482421875}, {"start": 1079.84, "end": 1080.14, "word": " list", "probability": 0.5810546875}, {"start": 1080.14, "end": 1080.38, "word": " it,", "probability": 0.884765625}, {"start": 1080.52, "end": 1080.7, "word": " so", "probability": 0.66259765625}, {"start": 1080.7, "end": 1081.1, "word": " number", "probability": 0.521484375}, {"start": 1081.1, "end": 1081.56, "word": " six", "probability": 0.8134765625}, {"start": 1081.56, "end": 1082.14, "word": " is", "probability": 0.93359375}, {"start": 1082.14, "end": 1083.18, "word": " avoid", "probability": 0.8291015625}, {"start": 1083.18, "end": 1084.06, "word": " run", "probability": 0.90966796875}, {"start": 1084.06, "end": 1084.96, "word": "-on", "probability": 0.919677734375}, {"start": 1084.96, "end": 1085.86, "word": " sentence", "probability": 0.9267578125}, {"start": 1085.86, "end": 1086.3, "word": " error.", "probability": 0.765625}, {"start": 1087.46, "end": 1088.14, "word": " Sentence", "probability": 0.953125}, {"start": 1088.14, "end": 1088.48, "word": " error.", "probability": 0.88720703125}], "temperature": 1.0}, {"id": 40, "seek": 112126, "start": 1092.96, "end": 1121.26, "text": " No punctuation between the sentences. And number seven is avoid, of course, sentence fragments. Sentence fragments. This is also something that we need to pay very much attention to because these are serious problems at the sentence level that you need to avoid. This is clear? So what we've done so far is identifying seven.", "tokens": [883, 27006, 16073, 1296, 264, 16579, 13, 400, 1230, 3407, 307, 5042, 11, 295, 1164, 11, 8174, 29197, 13, 23652, 655, 29197, 13, 639, 307, 611, 746, 300, 321, 643, 281, 1689, 588, 709, 3202, 281, 570, 613, 366, 3156, 2740, 412, 264, 8174, 1496, 300, 291, 643, 281, 5042, 13, 639, 307, 1850, 30, 407, 437, 321, 600, 1096, 370, 1400, 307, 16696, 3407, 13], "avg_logprob": -0.15298507551648724, "compression_ratio": 1.6218905472636815, "no_speech_prob": 0.0, "words": [{"start": 1092.96, "end": 1093.32, "word": " No", "probability": 0.74169921875}, {"start": 1093.32, "end": 1094.24, "word": " punctuation", "probability": 0.97021484375}, {"start": 1094.24, "end": 1094.58, "word": " between", "probability": 0.86279296875}, {"start": 1094.58, "end": 1094.76, "word": " the", "probability": 0.79736328125}, {"start": 1094.76, "end": 1095.14, "word": " sentences.", "probability": 0.939453125}, {"start": 1095.32, "end": 1095.4, "word": " And", "probability": 0.78955078125}, {"start": 1095.4, "end": 1095.68, "word": " number", "probability": 0.91455078125}, {"start": 1095.68, "end": 1096.08, "word": " seven", "probability": 0.88720703125}, {"start": 1096.08, "end": 1096.92, "word": " is", "probability": 0.90966796875}, {"start": 1096.92, "end": 1098.1, "word": " avoid,", "probability": 0.79150390625}, {"start": 1098.2, "end": 1098.4, "word": " of", "probability": 0.9677734375}, {"start": 1098.4, "end": 1098.82, "word": " course,", "probability": 0.95703125}, {"start": 1099.48, "end": 1100.44, "word": " sentence", "probability": 0.93359375}, {"start": 1100.44, "end": 1101.24, "word": " fragments.", "probability": 0.90234375}, {"start": 1104.64, "end": 1105.28, "word": " Sentence", "probability": 0.9482421875}, {"start": 1105.28, "end": 1105.72, "word": " fragments.", "probability": 0.884765625}, {"start": 1105.94, "end": 1106.0, "word": " This", "probability": 0.89892578125}, {"start": 1106.0, "end": 1106.12, "word": " is", "probability": 0.947265625}, {"start": 1106.12, "end": 1106.42, "word": " also", "probability": 0.88330078125}, {"start": 1106.42, "end": 1106.86, "word": " something", "probability": 0.8671875}, {"start": 1106.86, "end": 1107.1, "word": " that", "probability": 0.9248046875}, {"start": 1107.1, "end": 1107.38, "word": " we", "probability": 0.66796875}, {"start": 1107.38, "end": 1107.9, "word": " need", "probability": 0.8896484375}, {"start": 1107.9, "end": 1108.12, "word": " to", "probability": 0.96875}, {"start": 1108.12, "end": 1108.44, "word": " pay", "probability": 0.95556640625}, {"start": 1108.44, "end": 1109.0, "word": " very", "probability": 0.86376953125}, {"start": 1109.0, "end": 1109.2, "word": " much", "probability": 0.90771484375}, {"start": 1109.2, "end": 1109.64, "word": " attention", "probability": 0.9306640625}, {"start": 1109.64, "end": 1109.98, "word": " to", "probability": 0.94384765625}, {"start": 1109.98, "end": 1110.36, "word": " because", "probability": 0.6875}, {"start": 1110.36, "end": 1110.66, "word": " these", "probability": 0.82958984375}, {"start": 1110.66, "end": 1111.0, "word": " are", "probability": 0.94384765625}, {"start": 1111.0, "end": 1111.9, "word": " serious", "probability": 0.912109375}, {"start": 1111.9, "end": 1113.44, "word": " problems", "probability": 0.830078125}, {"start": 1113.44, "end": 1113.76, "word": " at", "probability": 0.9521484375}, {"start": 1113.76, "end": 1113.9, "word": " the", "probability": 0.57275390625}, {"start": 1113.9, "end": 1114.44, "word": " sentence", "probability": 0.9482421875}, {"start": 1114.44, "end": 1115.14, "word": " level", "probability": 0.80615234375}, {"start": 1115.14, "end": 1115.38, "word": " that", "probability": 0.92431640625}, {"start": 1115.38, "end": 1115.54, "word": " you", "probability": 0.958984375}, {"start": 1115.54, "end": 1115.7, "word": " need", "probability": 0.9228515625}, {"start": 1115.7, "end": 1116.32, "word": " to", "probability": 0.9736328125}, {"start": 1116.32, "end": 1116.78, "word": " avoid.", "probability": 0.9111328125}, {"start": 1117.02, "end": 1117.18, "word": " This", "probability": 0.7109375}, {"start": 1117.18, "end": 1117.34, "word": " is", "probability": 0.94140625}, {"start": 1117.34, "end": 1117.68, "word": " clear?", "probability": 0.8955078125}, {"start": 1118.0, "end": 1118.14, "word": " So", "probability": 0.9501953125}, {"start": 1118.14, "end": 1118.32, "word": " what", "probability": 0.428955078125}, {"start": 1118.32, "end": 1118.44, "word": " we've", "probability": 0.902099609375}, {"start": 1118.44, "end": 1118.66, "word": " done", "probability": 0.91455078125}, {"start": 1118.66, "end": 1119.08, "word": " so", "probability": 0.94189453125}, {"start": 1119.08, "end": 1119.38, "word": " far", "probability": 0.9423828125}, {"start": 1119.38, "end": 1119.68, "word": " is", "probability": 0.94140625}, {"start": 1119.68, "end": 1120.68, "word": " identifying", "probability": 0.90673828125}, {"start": 1120.68, "end": 1121.26, "word": " seven.", "probability": 0.9052734375}], "temperature": 1.0}, {"id": 41, "seek": 114579, "start": 1121.71, "end": 1145.79, "text": " common problems at the sentence level avoid subject-verb agreement problems in subject-verb agreement make sure that you always capitalize where necessary especially at the beginning of sentences okay the third one is avoid making comma splice two sentences with a comma between them only this is wrong number agreements okay avoid missing", "tokens": [2689, 2740, 412, 264, 8174, 1496, 5042, 3983, 12, 25809, 8106, 2740, 294, 3983, 12, 25809, 8106, 652, 988, 300, 291, 1009, 48114, 689, 4818, 2318, 412, 264, 2863, 295, 16579, 1392, 264, 2636, 472, 307, 5042, 1455, 22117, 4732, 573, 732, 16579, 365, 257, 22117, 1296, 552, 787, 341, 307, 2085, 1230, 21422, 1392, 5042, 5361], "avg_logprob": -0.19167564757939043, "compression_ratio": 1.7989417989417988, "no_speech_prob": 3.5762786865234375e-07, "words": [{"start": 1121.71, "end": 1122.23, "word": " common", "probability": 0.423583984375}, {"start": 1122.23, "end": 1123.15, "word": " problems", "probability": 0.83251953125}, {"start": 1123.15, "end": 1124.05, "word": " at", "probability": 0.89697265625}, {"start": 1124.05, "end": 1124.27, "word": " the", "probability": 0.87158203125}, {"start": 1124.27, "end": 1124.65, "word": " sentence", "probability": 0.94287109375}, {"start": 1124.65, "end": 1125.05, "word": " level", "probability": 0.93408203125}, {"start": 1125.05, "end": 1125.87, "word": " avoid", "probability": 0.3623046875}, {"start": 1125.87, "end": 1126.31, "word": " subject", "probability": 0.91357421875}, {"start": 1126.31, "end": 1126.71, "word": "-verb", "probability": 0.687255859375}, {"start": 1126.71, "end": 1127.85, "word": " agreement", "probability": 0.80126953125}, {"start": 1127.85, "end": 1128.35, "word": " problems", "probability": 0.5517578125}, {"start": 1128.35, "end": 1128.59, "word": " in", "probability": 0.72412109375}, {"start": 1128.59, "end": 1128.91, "word": " subject", "probability": 0.9462890625}, {"start": 1128.91, "end": 1129.15, "word": "-verb", "probability": 0.8466796875}, {"start": 1129.15, "end": 1129.55, "word": " agreement", "probability": 0.880859375}, {"start": 1129.55, "end": 1130.07, "word": " make", "probability": 0.71240234375}, {"start": 1130.07, "end": 1130.27, "word": " sure", "probability": 0.91552734375}, {"start": 1130.27, "end": 1130.51, "word": " that", "probability": 0.93115234375}, {"start": 1130.51, "end": 1130.65, "word": " you", "probability": 0.95751953125}, {"start": 1130.65, "end": 1130.99, "word": " always", "probability": 0.8720703125}, {"start": 1130.99, "end": 1131.53, "word": " capitalize", "probability": 0.80615234375}, {"start": 1131.53, "end": 1132.05, "word": " where", "probability": 0.8642578125}, {"start": 1132.05, "end": 1132.69, "word": " necessary", "probability": 0.9462890625}, {"start": 1132.69, "end": 1133.39, "word": " especially", "probability": 0.76171875}, {"start": 1133.39, "end": 1133.59, "word": " at", "probability": 0.9580078125}, {"start": 1133.59, "end": 1133.71, "word": " the", "probability": 0.919921875}, {"start": 1133.71, "end": 1133.97, "word": " beginning", "probability": 0.91015625}, {"start": 1133.97, "end": 1134.19, "word": " of", "probability": 0.96044921875}, {"start": 1134.19, "end": 1134.73, "word": " sentences", "probability": 0.9453125}, {"start": 1134.73, "end": 1135.13, "word": " okay", "probability": 0.705078125}, {"start": 1135.13, "end": 1135.63, "word": " the", "probability": 0.69775390625}, {"start": 1135.63, "end": 1135.95, "word": " third", "probability": 0.93798828125}, {"start": 1135.95, "end": 1136.19, "word": " one", "probability": 0.8095703125}, {"start": 1136.19, "end": 1136.43, "word": " is", "probability": 0.9287109375}, {"start": 1136.43, "end": 1137.55, "word": " avoid", "probability": 0.72265625}, {"start": 1137.55, "end": 1138.01, "word": " making", "probability": 0.904296875}, {"start": 1138.01, "end": 1138.39, "word": " comma", "probability": 0.75537109375}, {"start": 1138.39, "end": 1138.85, "word": " splice", "probability": 0.816650390625}, {"start": 1138.85, "end": 1139.07, "word": " two", "probability": 0.77880859375}, {"start": 1139.07, "end": 1139.53, "word": " sentences", "probability": 0.95849609375}, {"start": 1139.53, "end": 1139.75, "word": " with", "probability": 0.89990234375}, {"start": 1139.75, "end": 1139.89, "word": " a", "probability": 0.94140625}, {"start": 1139.89, "end": 1140.07, "word": " comma", "probability": 0.8876953125}, {"start": 1140.07, "end": 1140.53, "word": " between", "probability": 0.89453125}, {"start": 1140.53, "end": 1140.81, "word": " them", "probability": 0.89501953125}, {"start": 1140.81, "end": 1141.27, "word": " only", "probability": 0.91650390625}, {"start": 1141.27, "end": 1141.53, "word": " this", "probability": 0.87451171875}, {"start": 1141.53, "end": 1141.67, "word": " is", "probability": 0.935546875}, {"start": 1141.67, "end": 1141.93, "word": " wrong", "probability": 0.8828125}, {"start": 1141.93, "end": 1142.73, "word": " number", "probability": 0.859375}, {"start": 1142.73, "end": 1143.37, "word": " agreements", "probability": 0.6318359375}, {"start": 1143.37, "end": 1143.81, "word": " okay", "probability": 0.888671875}, {"start": 1143.81, "end": 1145.27, "word": " avoid", "probability": 0.83349609375}, {"start": 1145.27, "end": 1145.79, "word": " missing", "probability": 0.90380859375}], "temperature": 1.0}, {"id": 42, "seek": 116599, "start": 1146.65, "end": 1165.99, "text": " Verbs, every sentence has to have a subject and a verb, then avoid run-on sentences and sentence fragments. Is this clear? Alright, because I expect you to really avoid these kinds of problems almost all the time. Of course. Yes, please. Second, negative adjectives don't have an evolution.", "tokens": [4281, 929, 11, 633, 8174, 575, 281, 362, 257, 3983, 293, 257, 9595, 11, 550, 5042, 1190, 12, 266, 16579, 293, 8174, 29197, 13, 1119, 341, 1850, 30, 2798, 11, 570, 286, 2066, 291, 281, 534, 5042, 613, 3685, 295, 2740, 1920, 439, 264, 565, 13, 2720, 1164, 13, 1079, 11, 1767, 13, 5736, 11, 3671, 29378, 1539, 500, 380, 362, 364, 9303, 13], "avg_logprob": -0.32572115384615385, "compression_ratio": 1.4623115577889447, "no_speech_prob": 5.960464477539062e-07, "words": [{"start": 1146.65, "end": 1147.17, "word": " Verbs,", "probability": 0.7078857421875}, {"start": 1147.21, "end": 1147.47, "word": " every", "probability": 0.81103515625}, {"start": 1147.47, "end": 1147.89, "word": " sentence", "probability": 0.947265625}, {"start": 1147.89, "end": 1148.13, "word": " has", "probability": 0.8544921875}, {"start": 1148.13, "end": 1148.27, "word": " to", "probability": 0.96875}, {"start": 1148.27, "end": 1148.51, "word": " have", "probability": 0.947265625}, {"start": 1148.51, "end": 1148.73, "word": " a", "probability": 0.95947265625}, {"start": 1148.73, "end": 1149.11, "word": " subject", "probability": 0.970703125}, {"start": 1149.11, "end": 1149.89, "word": " and", "probability": 0.5185546875}, {"start": 1149.89, "end": 1150.33, "word": " a", "probability": 0.89453125}, {"start": 1150.33, "end": 1150.71, "word": " verb,", "probability": 0.89404296875}, {"start": 1151.03, "end": 1151.23, "word": " then", "probability": 0.82080078125}, {"start": 1151.23, "end": 1151.69, "word": " avoid", "probability": 0.92724609375}, {"start": 1151.69, "end": 1151.93, "word": " run", "probability": 0.85498046875}, {"start": 1151.93, "end": 1152.11, "word": "-on", "probability": 0.781005859375}, {"start": 1152.11, "end": 1152.67, "word": " sentences", "probability": 0.947265625}, {"start": 1152.67, "end": 1153.27, "word": " and", "probability": 0.76708984375}, {"start": 1153.27, "end": 1154.35, "word": " sentence", "probability": 0.9208984375}, {"start": 1154.35, "end": 1155.47, "word": " fragments.", "probability": 0.9296875}, {"start": 1155.67, "end": 1155.81, "word": " Is", "probability": 0.5947265625}, {"start": 1155.81, "end": 1155.97, "word": " this", "probability": 0.88525390625}, {"start": 1155.97, "end": 1156.27, "word": " clear?", "probability": 0.892578125}, {"start": 1156.61, "end": 1157.15, "word": " Alright,", "probability": 0.251953125}, {"start": 1157.27, "end": 1157.41, "word": " because", "probability": 0.791015625}, {"start": 1157.41, "end": 1157.85, "word": " I", "probability": 0.978515625}, {"start": 1157.85, "end": 1158.39, "word": " expect", "probability": 0.49462890625}, {"start": 1158.39, "end": 1158.67, "word": " you", "probability": 0.96337890625}, {"start": 1158.67, "end": 1159.05, "word": " to", "probability": 0.96630859375}, {"start": 1159.05, "end": 1159.71, "word": " really", "probability": 0.845703125}, {"start": 1159.71, "end": 1160.13, "word": " avoid", "probability": 0.9111328125}, {"start": 1160.13, "end": 1160.33, "word": " these", "probability": 0.83251953125}, {"start": 1160.33, "end": 1160.65, "word": " kinds", "probability": 0.82861328125}, {"start": 1160.65, "end": 1160.89, "word": " of", "probability": 0.966796875}, {"start": 1160.89, "end": 1161.25, "word": " problems", "probability": 0.8408203125}, {"start": 1161.25, "end": 1162.05, "word": " almost", "probability": 0.70458984375}, {"start": 1162.05, "end": 1162.27, "word": " all", "probability": 0.95556640625}, {"start": 1162.27, "end": 1162.37, "word": " the", "probability": 0.8720703125}, {"start": 1162.37, "end": 1162.65, "word": " time.", "probability": 0.88916015625}, {"start": 1162.95, "end": 1162.95, "word": " Of", "probability": 0.420654296875}, {"start": 1162.95, "end": 1163.31, "word": " course.", "probability": 0.95556640625}, {"start": 1163.35, "end": 1163.47, "word": " Yes,", "probability": 0.908203125}, {"start": 1163.53, "end": 1163.71, "word": " please.", "probability": 0.787109375}, {"start": 1163.97, "end": 1164.31, "word": " Second,", "probability": 0.533203125}, {"start": 1164.47, "end": 1164.65, "word": " negative", "probability": 0.85888671875}, {"start": 1164.65, "end": 1165.01, "word": " adjectives", "probability": 0.709228515625}, {"start": 1165.01, "end": 1165.21, "word": " don't", "probability": 0.696533203125}, {"start": 1165.21, "end": 1165.31, "word": " have", "probability": 0.6640625}, {"start": 1165.31, "end": 1165.45, "word": " an", "probability": 0.468505859375}, {"start": 1165.45, "end": 1165.99, "word": " evolution.", "probability": 0.12939453125}], "temperature": 1.0}, {"id": 43, "seek": 118886, "start": 1171.65, "end": 1188.87, "text": " article here, it just needs a zero article. Very nice, very nice. Alright. Now, let's do another thing. We remember we talked about comparison contrast and we used, if you remember, some transitions", "tokens": [7222, 510, 11, 309, 445, 2203, 257, 4018, 7222, 13, 4372, 1481, 11, 588, 1481, 13, 2798, 13, 823, 11, 718, 311, 360, 1071, 551, 13, 492, 1604, 321, 2825, 466, 9660, 8712, 293, 321, 1143, 11, 498, 291, 1604, 11, 512, 23767], "avg_logprob": -0.33043322508985346, "compression_ratio": 1.3724137931034484, "no_speech_prob": 2.384185791015625e-07, "words": [{"start": 1171.65, "end": 1172.31, "word": " article", "probability": 0.1778564453125}, {"start": 1172.31, "end": 1172.73, "word": " here,", "probability": 0.759765625}, {"start": 1173.23, "end": 1173.55, "word": " it", "probability": 0.916015625}, {"start": 1173.55, "end": 1173.95, "word": " just", "probability": 0.69091796875}, {"start": 1173.95, "end": 1174.27, "word": " needs", "probability": 0.7197265625}, {"start": 1174.27, "end": 1174.53, "word": " a", "probability": 0.80322265625}, {"start": 1174.53, "end": 1174.83, "word": " zero", "probability": 0.7412109375}, {"start": 1174.83, "end": 1175.29, "word": " article.", "probability": 0.91162109375}, {"start": 1175.63, "end": 1175.87, "word": " Very", "probability": 0.7412109375}, {"start": 1175.87, "end": 1176.13, "word": " nice,", "probability": 0.896484375}, {"start": 1176.21, "end": 1176.37, "word": " very", "probability": 0.79736328125}, {"start": 1176.37, "end": 1176.59, "word": " nice.", "probability": 0.900390625}, {"start": 1176.67, "end": 1176.85, "word": " Alright.", "probability": 0.454833984375}, {"start": 1177.23, "end": 1177.65, "word": " Now,", "probability": 0.9453125}, {"start": 1178.15, "end": 1178.61, "word": " let's", "probability": 0.95263671875}, {"start": 1178.61, "end": 1178.97, "word": " do", "probability": 0.9609375}, {"start": 1178.97, "end": 1179.57, "word": " another", "probability": 0.91650390625}, {"start": 1179.57, "end": 1179.87, "word": " thing.", "probability": 0.90234375}, {"start": 1179.93, "end": 1180.09, "word": " We", "probability": 0.90478515625}, {"start": 1180.09, "end": 1180.53, "word": " remember", "probability": 0.65478515625}, {"start": 1180.53, "end": 1180.83, "word": " we", "probability": 0.73486328125}, {"start": 1180.83, "end": 1181.09, "word": " talked", "probability": 0.85009765625}, {"start": 1181.09, "end": 1181.49, "word": " about", "probability": 0.91552734375}, {"start": 1181.49, "end": 1182.65, "word": " comparison", "probability": 0.876953125}, {"start": 1182.65, "end": 1183.23, "word": " contrast", "probability": 0.321533203125}, {"start": 1183.23, "end": 1185.39, "word": " and", "probability": 0.572265625}, {"start": 1185.39, "end": 1186.21, "word": " we", "probability": 0.9248046875}, {"start": 1186.21, "end": 1186.91, "word": " used,", "probability": 0.7158203125}, {"start": 1187.07, "end": 1187.25, "word": " if", "probability": 0.951171875}, {"start": 1187.25, "end": 1187.33, "word": " you", "probability": 0.9638671875}, {"start": 1187.33, "end": 1187.69, "word": " remember,", "probability": 0.87939453125}, {"start": 1187.97, "end": 1188.21, "word": " some", "probability": 0.89453125}, {"start": 1188.21, "end": 1188.87, "word": " transitions", "probability": 0.88720703125}], "temperature": 1.0}, {"id": 44, "seek": 121651, "start": 1189.45, "end": 1216.51, "text": " with comparison contrast for example despite different from differ from similarly also like to and so on this is another exercise what I'd like you to do is to read the paragraph and complete this paragraph with a suitable transitions which are difference despite however different in contrast whereas also and", "tokens": [365, 9660, 8712, 337, 1365, 7228, 819, 490, 743, 490, 14138, 611, 411, 281, 293, 370, 322, 341, 307, 1071, 5380, 437, 286, 1116, 411, 291, 281, 360, 307, 281, 1401, 264, 18865, 293, 3566, 341, 18865, 365, 257, 12873, 23767, 597, 366, 2649, 7228, 4461, 819, 294, 8712, 9735, 611, 293], "avg_logprob": -0.16863207547169812, "compression_ratio": 1.7374301675977655, "no_speech_prob": 5.364418029785156e-07, "words": [{"start": 1189.45, "end": 1189.85, "word": " with", "probability": 0.52978515625}, {"start": 1189.85, "end": 1190.41, "word": " comparison", "probability": 0.84375}, {"start": 1190.41, "end": 1190.87, "word": " contrast", "probability": 0.52880859375}, {"start": 1190.87, "end": 1191.11, "word": " for", "probability": 0.59130859375}, {"start": 1191.11, "end": 1191.53, "word": " example", "probability": 0.95556640625}, {"start": 1191.53, "end": 1192.11, "word": " despite", "probability": 0.83056640625}, {"start": 1192.11, "end": 1193.43, "word": " different", "probability": 0.6552734375}, {"start": 1193.43, "end": 1194.15, "word": " from", "probability": 0.8857421875}, {"start": 1194.15, "end": 1194.51, "word": " differ", "probability": 0.88623046875}, {"start": 1194.51, "end": 1194.97, "word": " from", "probability": 0.884765625}, {"start": 1194.97, "end": 1195.67, "word": " similarly", "probability": 0.880859375}, {"start": 1195.67, "end": 1196.43, "word": " also", "probability": 0.8212890625}, {"start": 1196.43, "end": 1196.89, "word": " like", "probability": 0.8828125}, {"start": 1196.89, "end": 1197.11, "word": " to", "probability": 0.9208984375}, {"start": 1197.11, "end": 1197.35, "word": " and", "probability": 0.92333984375}, {"start": 1197.35, "end": 1197.59, "word": " so", "probability": 0.9384765625}, {"start": 1197.59, "end": 1197.69, "word": " on", "probability": 0.93994140625}, {"start": 1197.69, "end": 1198.07, "word": " this", "probability": 0.59423828125}, {"start": 1198.07, "end": 1198.23, "word": " is", "probability": 0.94189453125}, {"start": 1198.23, "end": 1198.63, "word": " another", "probability": 0.90576171875}, {"start": 1198.63, "end": 1199.25, "word": " exercise", "probability": 0.94921875}, {"start": 1199.25, "end": 1199.45, "word": " what", "probability": 0.73779296875}, {"start": 1199.45, "end": 1199.59, "word": " I'd", "probability": 0.74462890625}, {"start": 1199.59, "end": 1199.73, "word": " like", "probability": 0.935546875}, {"start": 1199.73, "end": 1199.83, "word": " you", "probability": 0.9501953125}, {"start": 1199.83, "end": 1199.93, "word": " to", "probability": 0.96923828125}, {"start": 1199.93, "end": 1200.09, "word": " do", "probability": 0.9599609375}, {"start": 1200.09, "end": 1200.45, "word": " is", "probability": 0.94384765625}, {"start": 1200.45, "end": 1200.97, "word": " to", "probability": 0.94580078125}, {"start": 1200.97, "end": 1201.17, "word": " read", "probability": 0.97216796875}, {"start": 1201.17, "end": 1201.31, "word": " the", "probability": 0.7197265625}, {"start": 1201.31, "end": 1201.73, "word": " paragraph", "probability": 0.9462890625}, {"start": 1201.73, "end": 1202.97, "word": " and", "probability": 0.923828125}, {"start": 1202.97, "end": 1203.61, "word": " complete", "probability": 0.7802734375}, {"start": 1203.61, "end": 1204.05, "word": " this", "probability": 0.9384765625}, {"start": 1204.05, "end": 1204.47, "word": " paragraph", "probability": 0.9599609375}, {"start": 1204.47, "end": 1205.17, "word": " with", "probability": 0.912109375}, {"start": 1205.17, "end": 1205.33, "word": " a", "probability": 0.50830078125}, {"start": 1205.33, "end": 1205.73, "word": " suitable", "probability": 0.9619140625}, {"start": 1205.73, "end": 1206.43, "word": " transitions", "probability": 0.78515625}, {"start": 1206.43, "end": 1207.15, "word": " which", "probability": 0.9267578125}, {"start": 1207.15, "end": 1207.47, "word": " are", "probability": 0.9384765625}, {"start": 1207.47, "end": 1208.15, "word": " difference", "probability": 0.84375}, {"start": 1208.15, "end": 1209.55, "word": " despite", "probability": 0.91552734375}, {"start": 1209.55, "end": 1210.63, "word": " however", "probability": 0.90087890625}, {"start": 1210.63, "end": 1211.79, "word": " different", "probability": 0.87939453125}, {"start": 1211.79, "end": 1212.57, "word": " in", "probability": 0.9384765625}, {"start": 1212.57, "end": 1213.27, "word": " contrast", "probability": 0.904296875}, {"start": 1213.27, "end": 1214.11, "word": " whereas", "probability": 0.81005859375}, {"start": 1214.11, "end": 1215.61, "word": " also", "probability": 0.8828125}, {"start": 1215.61, "end": 1216.51, "word": " and", "probability": 0.93408203125}], "temperature": 1.0}, {"id": 45, "seek": 122458, "start": 1216.7, "end": 1224.58, "text": " because okay so please quickly read it and fill in the blanks with the suitable transition word or phrase", "tokens": [570, 1392, 370, 1767, 2661, 1401, 309, 293, 2836, 294, 264, 8247, 82, 365, 264, 12873, 6034, 1349, 420, 9535], "avg_logprob": -0.22842262472425187, "compression_ratio": 1.2325581395348837, "no_speech_prob": 1.7285346984863281e-06, "words": [{"start": 1216.7, "end": 1217.24, "word": " because", "probability": 0.480712890625}, {"start": 1217.24, "end": 1217.72, "word": " okay", "probability": 0.5859375}, {"start": 1217.72, "end": 1218.04, "word": " so", "probability": 0.68017578125}, {"start": 1218.04, "end": 1218.36, "word": " please", "probability": 0.7998046875}, {"start": 1218.36, "end": 1218.74, "word": " quickly", "probability": 0.85791015625}, {"start": 1218.74, "end": 1219.02, "word": " read", "probability": 0.955078125}, {"start": 1219.02, "end": 1219.24, "word": " it", "probability": 0.91943359375}, {"start": 1219.24, "end": 1220.16, "word": " and", "probability": 0.89306640625}, {"start": 1220.16, "end": 1220.38, "word": " fill", "probability": 0.91943359375}, {"start": 1220.38, "end": 1220.52, "word": " in", "probability": 0.9375}, {"start": 1220.52, "end": 1220.62, "word": " the", "probability": 0.92626953125}, {"start": 1220.62, "end": 1221.0, "word": " blanks", "probability": 0.85595703125}, {"start": 1221.0, "end": 1221.22, "word": " with", "probability": 0.9169921875}, {"start": 1221.22, "end": 1221.48, "word": " the", "probability": 0.6181640625}, {"start": 1221.48, "end": 1221.92, "word": " suitable", "probability": 0.9658203125}, {"start": 1221.92, "end": 1222.7, "word": " transition", "probability": 0.923828125}, {"start": 1222.7, "end": 1223.78, "word": " word", "probability": 0.46826171875}, {"start": 1223.78, "end": 1224.04, "word": " or", "probability": 0.95751953125}, {"start": 1224.04, "end": 1224.58, "word": " phrase", "probability": 0.7744140625}], "temperature": 1.0}, {"id": 46, "seek": 127425, "start": 1257.83, "end": 1274.25, "text": " Just remember always to, the grammar always helps you, alright? So check if you need an adjective here, a verb, a noun, an adverb, and so on. The grammar always helps you in choosing the correct signal, the correct transition.", "tokens": [1449, 1604, 1009, 281, 11, 264, 22317, 1009, 3665, 291, 11, 5845, 30, 407, 1520, 498, 291, 643, 364, 44129, 510, 11, 257, 9595, 11, 257, 23307, 11, 364, 614, 25809, 11, 293, 370, 322, 13, 440, 22317, 1009, 3665, 291, 294, 10875, 264, 3006, 6358, 11, 264, 3006, 6034, 13], "avg_logprob": -0.1798377438233449, "compression_ratio": 1.5763888888888888, "no_speech_prob": 2.384185791015625e-07, "words": [{"start": 1257.83, "end": 1258.09, "word": " Just", "probability": 0.498046875}, {"start": 1258.09, "end": 1258.43, "word": " remember", "probability": 0.86279296875}, {"start": 1258.43, "end": 1258.95, "word": " always", "probability": 0.83740234375}, {"start": 1258.95, "end": 1259.27, "word": " to,", "probability": 0.80224609375}, {"start": 1259.89, "end": 1260.43, "word": " the", "probability": 0.63037109375}, {"start": 1260.43, "end": 1260.75, "word": " grammar", "probability": 0.91455078125}, {"start": 1260.75, "end": 1261.21, "word": " always", "probability": 0.90087890625}, {"start": 1261.21, "end": 1261.55, "word": " helps", "probability": 0.818359375}, {"start": 1261.55, "end": 1261.87, "word": " you,", "probability": 0.96240234375}, {"start": 1262.13, "end": 1262.37, "word": " alright?", "probability": 0.69287109375}, {"start": 1262.83, "end": 1262.99, "word": " So", "probability": 0.921875}, {"start": 1262.99, "end": 1263.35, "word": " check", "probability": 0.693359375}, {"start": 1263.35, "end": 1263.51, "word": " if", "probability": 0.95458984375}, {"start": 1263.51, "end": 1263.63, "word": " you", "probability": 0.9658203125}, {"start": 1263.63, "end": 1263.79, "word": " need", "probability": 0.9267578125}, {"start": 1263.79, "end": 1263.97, "word": " an", "probability": 0.888671875}, {"start": 1263.97, "end": 1264.41, "word": " adjective", "probability": 0.9716796875}, {"start": 1264.41, "end": 1264.87, "word": " here,", "probability": 0.82421875}, {"start": 1265.17, "end": 1265.41, "word": " a", "probability": 0.98681640625}, {"start": 1265.41, "end": 1265.89, "word": " verb,", "probability": 0.88232421875}, {"start": 1266.33, "end": 1266.51, "word": " a", "probability": 0.9716796875}, {"start": 1266.51, "end": 1266.97, "word": " noun,", "probability": 0.955078125}, {"start": 1267.59, "end": 1268.23, "word": " an", "probability": 0.7958984375}, {"start": 1268.23, "end": 1268.87, "word": " adverb,", "probability": 0.8974609375}, {"start": 1269.01, "end": 1269.09, "word": " and", "probability": 0.94189453125}, {"start": 1269.09, "end": 1269.31, "word": " so", "probability": 0.9521484375}, {"start": 1269.31, "end": 1269.49, "word": " on.", "probability": 0.94775390625}, {"start": 1269.73, "end": 1270.13, "word": " The", "probability": 0.8486328125}, {"start": 1270.13, "end": 1270.41, "word": " grammar", "probability": 0.884765625}, {"start": 1270.41, "end": 1270.87, "word": " always", "probability": 0.888671875}, {"start": 1270.87, "end": 1271.15, "word": " helps", "probability": 0.79345703125}, {"start": 1271.15, "end": 1271.35, "word": " you", "probability": 0.962890625}, {"start": 1271.35, "end": 1271.55, "word": " in", "probability": 0.9150390625}, {"start": 1271.55, "end": 1271.85, "word": " choosing", "probability": 0.943359375}, {"start": 1271.85, "end": 1272.07, "word": " the", "probability": 0.912109375}, {"start": 1272.07, "end": 1272.37, "word": " correct", "probability": 0.91796875}, {"start": 1272.37, "end": 1272.83, "word": " signal,", "probability": 0.8955078125}, {"start": 1273.31, "end": 1273.41, "word": " the", "probability": 0.912109375}, {"start": 1273.41, "end": 1273.69, "word": " correct", "probability": 0.89892578125}, {"start": 1273.69, "end": 1274.25, "word": " transition.", "probability": 0.8466796875}], "temperature": 1.0}, {"id": 47, "seek": 129731, "start": 1295.83, "end": 1297.31, "text": " Okay. Okay.", "tokens": [1033, 13, 1033, 13], "avg_logprob": -1.26953125, "compression_ratio": 0.75, "no_speech_prob": 0.00036525726318359375, "words": [{"start": 1295.83, "end": 1296.57, "word": " Okay.", "probability": 0.0631103515625}, {"start": 1296.57, "end": 1297.31, "word": " Okay.", "probability": 0.244140625}], "temperature": 1.0}, {"id": 48, "seek": 135937, "start": 1354.99, "end": 1359.37, "text": " Reading a book is always much better than watching a movie based on a book.", "tokens": [29766, 257, 1446, 307, 1009, 709, 1101, 813, 1976, 257, 3169, 2361, 322, 257, 1446, 13], "avg_logprob": -0.26286764705882354, "compression_ratio": 1.0704225352112675, "no_speech_prob": 1.7881393432617188e-07, "words": [{"start": 1354.99, "end": 1355.55, "word": " Reading", "probability": 0.383056640625}, {"start": 1355.55, "end": 1356.11, "word": " a", "probability": 0.9453125}, {"start": 1356.11, "end": 1356.23, "word": " book", "probability": 0.95751953125}, {"start": 1356.23, "end": 1356.47, "word": " is", "probability": 0.92333984375}, {"start": 1356.47, "end": 1356.77, "word": " always", "probability": 0.70458984375}, {"start": 1356.77, "end": 1357.07, "word": " much", "probability": 0.62744140625}, {"start": 1357.07, "end": 1357.39, "word": " better", "probability": 0.91162109375}, {"start": 1357.39, "end": 1357.67, "word": " than", "probability": 0.90234375}, {"start": 1357.67, "end": 1358.01, "word": " watching", "probability": 0.75830078125}, {"start": 1358.01, "end": 1358.21, "word": " a", "probability": 0.85400390625}, {"start": 1358.21, "end": 1358.49, "word": " movie", "probability": 0.806640625}, {"start": 1358.49, "end": 1358.79, "word": " based", "probability": 0.94580078125}, {"start": 1358.79, "end": 1359.01, "word": " on", "probability": 0.94189453125}, {"start": 1359.01, "end": 1359.13, "word": " a", "probability": 0.953125}, {"start": 1359.13, "end": 1359.37, "word": " book.", "probability": 0.9560546875}], "temperature": 1.0}, {"id": 49, "seek": 138096, "start": 1361.32, "end": 1380.96, "text": " Despite, do you agree with Amanda that there is a despite here? Yes. Why is that? Why not however or sorry whereas or also or because? Remember despite is always followed by a phrase, never a complete sentence, okay? Okay, so despite", "tokens": [11334, 11, 360, 291, 3986, 365, 20431, 300, 456, 307, 257, 7228, 510, 30, 1079, 13, 1545, 307, 300, 30, 1545, 406, 4461, 420, 2597, 9735, 420, 611, 420, 570, 30, 5459, 7228, 307, 1009, 6263, 538, 257, 9535, 11, 1128, 257, 3566, 8174, 11, 1392, 30, 1033, 11, 370, 7228], "avg_logprob": -0.3978365476314838, "compression_ratio": 1.4444444444444444, "no_speech_prob": 1.2516975402832031e-06, "words": [{"start": 1361.32, "end": 1361.78, "word": " Despite,", "probability": 0.1937255859375}, {"start": 1362.3, "end": 1362.42, "word": " do", "probability": 0.82177734375}, {"start": 1362.42, "end": 1362.54, "word": " you", "probability": 0.97021484375}, {"start": 1362.54, "end": 1362.78, "word": " agree", "probability": 0.91748046875}, {"start": 1362.78, "end": 1362.98, "word": " with", "probability": 0.8671875}, {"start": 1362.98, "end": 1363.36, "word": " Amanda", "probability": 0.281494140625}, {"start": 1363.36, "end": 1363.64, "word": " that", "probability": 0.290771484375}, {"start": 1363.64, "end": 1363.74, "word": " there", "probability": 0.335693359375}, {"start": 1363.74, "end": 1363.9, "word": " is", "probability": 0.60595703125}, {"start": 1363.9, "end": 1364.1, "word": " a", "probability": 0.5830078125}, {"start": 1364.1, "end": 1364.34, "word": " despite", "probability": 0.8486328125}, {"start": 1364.34, "end": 1364.68, "word": " here?", "probability": 0.82080078125}, {"start": 1364.84, "end": 1365.04, "word": " Yes.", "probability": 0.56640625}, {"start": 1365.4, "end": 1365.7, "word": " Why", "probability": 0.779296875}, {"start": 1365.7, "end": 1365.9, "word": " is", "probability": 0.9267578125}, {"start": 1365.9, "end": 1366.14, "word": " that?", "probability": 0.93701171875}, {"start": 1366.3, "end": 1366.9, "word": " Why", "probability": 0.6396484375}, {"start": 1366.9, "end": 1367.14, "word": " not", "probability": 0.9326171875}, {"start": 1367.14, "end": 1367.62, "word": " however", "probability": 0.90380859375}, {"start": 1367.62, "end": 1368.3, "word": " or", "probability": 0.73876953125}, {"start": 1368.3, "end": 1368.64, "word": " sorry", "probability": 0.806640625}, {"start": 1368.64, "end": 1369.84, "word": " whereas", "probability": 0.7490234375}, {"start": 1369.84, "end": 1370.32, "word": " or", "probability": 0.86865234375}, {"start": 1370.32, "end": 1370.68, "word": " also", "probability": 0.80322265625}, {"start": 1370.68, "end": 1370.84, "word": " or", "probability": 0.349609375}, {"start": 1370.84, "end": 1371.26, "word": " because?", "probability": 0.93212890625}, {"start": 1371.62, "end": 1372.26, "word": " Remember", "probability": 0.6259765625}, {"start": 1372.26, "end": 1374.3, "word": " despite", "probability": 0.61376953125}, {"start": 1374.3, "end": 1374.64, "word": " is", "probability": 0.93994140625}, {"start": 1374.64, "end": 1374.96, "word": " always", "probability": 0.90380859375}, {"start": 1374.96, "end": 1375.26, "word": " followed", "probability": 0.9072265625}, {"start": 1375.26, "end": 1375.78, "word": " by", "probability": 0.97314453125}, {"start": 1375.78, "end": 1376.22, "word": " a", "probability": 0.98291015625}, {"start": 1376.22, "end": 1376.94, "word": " phrase,", "probability": 0.8642578125}, {"start": 1377.26, "end": 1377.44, "word": " never", "probability": 0.53173828125}, {"start": 1377.44, "end": 1377.7, "word": " a", "probability": 0.9853515625}, {"start": 1377.7, "end": 1378.06, "word": " complete", "probability": 0.78076171875}, {"start": 1378.06, "end": 1378.6, "word": " sentence,", "probability": 0.9482421875}, {"start": 1378.94, "end": 1379.08, "word": " okay?", "probability": 0.6357421875}, {"start": 1379.22, "end": 1379.72, "word": " Okay,", "probability": 0.279541015625}, {"start": 1379.98, "end": 1380.14, "word": " so", "probability": 0.88720703125}, {"start": 1380.14, "end": 1380.96, "word": " despite", "probability": 0.9033203125}], "temperature": 1.0}, {"id": 50, "seek": 140756, "start": 1384.46, "end": 1407.56, "text": " This is fine. Saying a picture is worth a thousand words in a phrase. Okay, this is fine. Alright. A book is able to give much information that a movie can give. Who would like to continue? Yes, please. The author can also give. Very good.", "tokens": [639, 307, 2489, 13, 34087, 257, 3036, 307, 3163, 257, 4714, 2283, 294, 257, 9535, 13, 1033, 11, 341, 307, 2489, 13, 2798, 13, 316, 1446, 307, 1075, 281, 976, 709, 1589, 300, 257, 3169, 393, 976, 13, 2102, 576, 411, 281, 2354, 30, 1079, 11, 1767, 13, 440, 3793, 393, 611, 976, 13, 4372, 665, 13], "avg_logprob": -0.26225753847894995, "compression_ratio": 1.411764705882353, "no_speech_prob": 2.980232238769531e-07, "words": [{"start": 1384.46, "end": 1384.9, "word": " This", "probability": 0.462158203125}, {"start": 1384.9, "end": 1384.94, "word": " is", "probability": 0.9287109375}, {"start": 1384.94, "end": 1385.1, "word": " fine.", "probability": 0.88427734375}, {"start": 1385.16, "end": 1385.72, "word": " Saying", "probability": 0.436767578125}, {"start": 1385.72, "end": 1387.28, "word": " a", "probability": 0.447509765625}, {"start": 1387.28, "end": 1387.58, "word": " picture", "probability": 0.83447265625}, {"start": 1387.58, "end": 1387.8, "word": " is", "probability": 0.85791015625}, {"start": 1387.8, "end": 1388.2, "word": " worth", "probability": 0.9482421875}, {"start": 1388.2, "end": 1389.04, "word": " a", "probability": 0.390625}, {"start": 1389.04, "end": 1389.38, "word": " thousand", "probability": 0.80615234375}, {"start": 1389.38, "end": 1389.82, "word": " words", "probability": 0.81982421875}, {"start": 1389.82, "end": 1390.1, "word": " in", "probability": 0.460205078125}, {"start": 1390.1, "end": 1390.22, "word": " a", "probability": 0.830078125}, {"start": 1390.22, "end": 1390.56, "word": " phrase.", "probability": 0.828125}, {"start": 1390.84, "end": 1391.12, "word": " Okay,", "probability": 0.47119140625}, {"start": 1391.3, "end": 1391.5, "word": " this", "probability": 0.92724609375}, {"start": 1391.5, "end": 1391.6, "word": " is", "probability": 0.94189453125}, {"start": 1391.6, "end": 1391.84, "word": " fine.", "probability": 0.93310546875}, {"start": 1392.24, "end": 1392.36, "word": " Alright.", "probability": 0.50048828125}, {"start": 1392.78, "end": 1392.88, "word": " A", "probability": 0.9375}, {"start": 1392.88, "end": 1393.12, "word": " book", "probability": 0.95556640625}, {"start": 1393.12, "end": 1393.38, "word": " is", "probability": 0.95458984375}, {"start": 1393.38, "end": 1393.66, "word": " able", "probability": 0.94921875}, {"start": 1393.66, "end": 1396.04, "word": " to", "probability": 0.53662109375}, {"start": 1396.04, "end": 1396.3, "word": " give", "probability": 0.69873046875}, {"start": 1396.3, "end": 1396.56, "word": " much", "probability": 0.8408203125}, {"start": 1396.56, "end": 1397.22, "word": " information", "probability": 0.83740234375}, {"start": 1397.22, "end": 1397.74, "word": " that", "probability": 0.916015625}, {"start": 1397.74, "end": 1398.12, "word": " a", "probability": 0.97607421875}, {"start": 1398.12, "end": 1398.38, "word": " movie", "probability": 0.9306640625}, {"start": 1398.38, "end": 1398.96, "word": " can", "probability": 0.9521484375}, {"start": 1398.96, "end": 1399.46, "word": " give.", "probability": 0.81884765625}, {"start": 1399.66, "end": 1399.82, "word": " Who", "probability": 0.77734375}, {"start": 1399.82, "end": 1399.94, "word": " would", "probability": 0.85400390625}, {"start": 1399.94, "end": 1400.08, "word": " like", "probability": 0.943359375}, {"start": 1400.08, "end": 1400.2, "word": " to", "probability": 0.970703125}, {"start": 1400.2, "end": 1400.56, "word": " continue?", "probability": 0.9130859375}, {"start": 1401.32, "end": 1401.52, "word": " Yes,", "probability": 0.6337890625}, {"start": 1401.58, "end": 1401.74, "word": " please.", "probability": 0.81298828125}, {"start": 1403.22, "end": 1403.36, "word": " The", "probability": 0.7666015625}, {"start": 1403.36, "end": 1403.68, "word": " author", "probability": 0.908203125}, {"start": 1403.68, "end": 1404.3, "word": " can", "probability": 0.95556640625}, {"start": 1404.3, "end": 1405.78, "word": " also", "probability": 0.67724609375}, {"start": 1405.78, "end": 1406.22, "word": " give.", "probability": 0.86083984375}, {"start": 1407.16, "end": 1407.4, "word": " Very", "probability": 0.72412109375}, {"start": 1407.4, "end": 1407.56, "word": " good.", "probability": 0.92041015625}], "temperature": 1.0}, {"id": 51, "seek": 142254, "start": 1410.8, "end": 1422.54, "text": " Okay, however, why however? The punctuation, I cannot use whereas here because clearly however is the right place because of the punctuation. So I need either however.", "tokens": [1033, 11, 4461, 11, 983, 4461, 30, 440, 27006, 16073, 11, 286, 2644, 764, 9735, 510, 570, 4448, 4461, 307, 264, 558, 1081, 570, 295, 264, 27006, 16073, 13, 407, 286, 643, 2139, 4461, 13], "avg_logprob": -0.3116319494114982, "compression_ratio": 1.423728813559322, "no_speech_prob": 3.5762786865234375e-06, "words": [{"start": 1410.8, "end": 1411.44, "word": " Okay,", "probability": 0.0814208984375}, {"start": 1411.76, "end": 1412.04, "word": " however,", "probability": 0.91650390625}, {"start": 1412.36, "end": 1412.52, "word": " why", "probability": 0.87255859375}, {"start": 1412.52, "end": 1412.94, "word": " however?", "probability": 0.94775390625}, {"start": 1413.42, "end": 1413.62, "word": " The", "probability": 0.81689453125}, {"start": 1413.62, "end": 1414.48, "word": " punctuation,", "probability": 0.975341796875}, {"start": 1414.66, "end": 1414.74, "word": " I", "probability": 0.97314453125}, {"start": 1414.74, "end": 1414.92, "word": " cannot", "probability": 0.8017578125}, {"start": 1414.92, "end": 1415.24, "word": " use", "probability": 0.890625}, {"start": 1415.24, "end": 1415.58, "word": " whereas", "probability": 0.865234375}, {"start": 1415.58, "end": 1416.02, "word": " here", "probability": 0.83056640625}, {"start": 1416.02, "end": 1416.68, "word": " because", "probability": 0.62353515625}, {"start": 1416.68, "end": 1417.18, "word": " clearly", "probability": 0.53466796875}, {"start": 1417.18, "end": 1418.06, "word": " however", "probability": 0.87890625}, {"start": 1418.06, "end": 1418.36, "word": " is", "probability": 0.94970703125}, {"start": 1418.36, "end": 1418.48, "word": " the", "probability": 0.89013671875}, {"start": 1418.48, "end": 1418.64, "word": " right", "probability": 0.9033203125}, {"start": 1418.64, "end": 1418.92, "word": " place", "probability": 0.85009765625}, {"start": 1418.92, "end": 1419.22, "word": " because", "probability": 0.81494140625}, {"start": 1419.22, "end": 1419.4, "word": " of", "probability": 0.96728515625}, {"start": 1419.4, "end": 1419.54, "word": " the", "probability": 0.822265625}, {"start": 1419.54, "end": 1420.3, "word": " punctuation.", "probability": 0.984375}, {"start": 1420.74, "end": 1421.2, "word": " So", "probability": 0.71240234375}, {"start": 1421.2, "end": 1421.44, "word": " I", "probability": 0.7734375}, {"start": 1421.44, "end": 1421.62, "word": " need", "probability": 0.6337890625}, {"start": 1421.62, "end": 1422.06, "word": " either", "probability": 0.93603515625}, {"start": 1422.06, "end": 1422.54, "word": " however.", "probability": 0.9521484375}], "temperature": 1.0}, {"id": 52, "seek": 145429, "start": 1428.99, "end": 1454.29, "text": " Yes, because they are or they take the same kind of punctuation. They are actually adverbial, adverbials. Okay, we call them adverbials. Okay, so because the punctuation is semicolon and comma. I cannot use whereas here. I have to use however or in contrast. A movie usually conveys only the actions and words of the characters. I would like to continue.", "tokens": [1079, 11, 570, 436, 366, 420, 436, 747, 264, 912, 733, 295, 27006, 16073, 13, 814, 366, 767, 614, 25809, 831, 11, 614, 25809, 12356, 13, 1033, 11, 321, 818, 552, 614, 25809, 12356, 13, 1033, 11, 370, 570, 264, 27006, 16073, 307, 27515, 38780, 293, 22117, 13, 286, 2644, 764, 9735, 510, 13, 286, 362, 281, 764, 4461, 420, 294, 8712, 13, 316, 3169, 2673, 18053, 749, 787, 264, 5909, 293, 2283, 295, 264, 4342, 13, 286, 576, 411, 281, 2354, 13], "avg_logprob": -0.24181548328626723, "compression_ratio": 1.714975845410628, "no_speech_prob": 5.960464477539063e-08, "words": [{"start": 1428.9900000000002, "end": 1429.5700000000002, "word": " Yes,", "probability": 0.487060546875}, {"start": 1429.5700000000002, "end": 1430.15, "word": " because", "probability": 0.56005859375}, {"start": 1430.15, "end": 1430.69, "word": " they", "probability": 0.90283203125}, {"start": 1430.69, "end": 1431.09, "word": " are", "probability": 0.92333984375}, {"start": 1431.09, "end": 1431.51, "word": " or", "probability": 0.78955078125}, {"start": 1431.51, "end": 1431.71, "word": " they", "probability": 0.88427734375}, {"start": 1431.71, "end": 1431.95, "word": " take", "probability": 0.8779296875}, {"start": 1431.95, "end": 1432.09, "word": " the", "probability": 0.9130859375}, {"start": 1432.09, "end": 1432.33, "word": " same", "probability": 0.91552734375}, {"start": 1432.33, "end": 1432.57, "word": " kind", "probability": 0.55615234375}, {"start": 1432.57, "end": 1432.69, "word": " of", "probability": 0.96728515625}, {"start": 1432.69, "end": 1433.17, "word": " punctuation.", "probability": 0.987060546875}, {"start": 1433.37, "end": 1433.37, "word": " They", "probability": 0.68798828125}, {"start": 1433.37, "end": 1433.49, "word": " are", "probability": 0.521484375}, {"start": 1433.49, "end": 1433.81, "word": " actually", "probability": 0.88427734375}, {"start": 1433.81, "end": 1434.55, "word": " adverbial,", "probability": 0.8313802083333334}, {"start": 1435.09, "end": 1435.95, "word": " adverbials.", "probability": 0.9181315104166666}, {"start": 1436.13, "end": 1436.43, "word": " Okay,", "probability": 0.73193359375}, {"start": 1436.57, "end": 1436.63, "word": " we", "probability": 0.8193359375}, {"start": 1436.63, "end": 1436.79, "word": " call", "probability": 0.6513671875}, {"start": 1436.79, "end": 1436.93, "word": " them", "probability": 0.8955078125}, {"start": 1436.93, "end": 1437.59, "word": " adverbials.", "probability": 0.9646809895833334}, {"start": 1438.01, "end": 1438.25, "word": " Okay,", "probability": 0.77294921875}, {"start": 1438.65, "end": 1438.91, "word": " so", "probability": 0.8701171875}, {"start": 1438.91, "end": 1439.39, "word": " because", "probability": 0.78955078125}, {"start": 1439.39, "end": 1439.61, "word": " the", "probability": 0.90087890625}, {"start": 1439.61, "end": 1440.25, "word": " punctuation", "probability": 0.977783203125}, {"start": 1440.25, "end": 1440.47, "word": " is", "probability": 0.295166015625}, {"start": 1440.47, "end": 1441.29, "word": " semicolon", "probability": 0.81591796875}, {"start": 1441.29, "end": 1441.87, "word": " and", "probability": 0.92724609375}, {"start": 1441.87, "end": 1442.15, "word": " comma.", "probability": 0.87109375}, {"start": 1442.33, "end": 1442.37, "word": " I", "probability": 0.97509765625}, {"start": 1442.37, "end": 1442.51, "word": " cannot", "probability": 0.82568359375}, {"start": 1442.51, "end": 1442.83, "word": " use", "probability": 0.87646484375}, {"start": 1442.83, "end": 1443.11, "word": " whereas", "probability": 0.88330078125}, {"start": 1443.11, "end": 1443.59, "word": " here.", "probability": 0.826171875}, {"start": 1443.75, "end": 1444.03, "word": " I", "probability": 0.986328125}, {"start": 1444.03, "end": 1444.29, "word": " have", "probability": 0.94677734375}, {"start": 1444.29, "end": 1444.45, "word": " to", "probability": 0.96923828125}, {"start": 1444.45, "end": 1444.75, "word": " use", "probability": 0.8935546875}, {"start": 1444.75, "end": 1445.43, "word": " however", "probability": 0.953125}, {"start": 1445.43, "end": 1445.87, "word": " or", "probability": 0.8623046875}, {"start": 1445.87, "end": 1446.15, "word": " in", "probability": 0.916015625}, {"start": 1446.15, "end": 1446.81, "word": " contrast.", "probability": 0.90771484375}, {"start": 1447.79, "end": 1447.95, "word": " A", "probability": 0.81591796875}, {"start": 1447.95, "end": 1448.21, "word": " movie", "probability": 0.9140625}, {"start": 1448.21, "end": 1448.55, "word": " usually", "probability": 0.88232421875}, {"start": 1448.55, "end": 1449.05, "word": " conveys", "probability": 0.91064453125}, {"start": 1449.05, "end": 1449.27, "word": " only", "probability": 0.9013671875}, {"start": 1449.27, "end": 1449.45, "word": " the", "probability": 0.7939453125}, {"start": 1449.45, "end": 1450.07, "word": " actions", "probability": 0.85205078125}, {"start": 1450.07, "end": 1450.53, "word": " and", "probability": 0.9111328125}, {"start": 1450.53, "end": 1450.93, "word": " words", "probability": 0.33544921875}, {"start": 1450.93, "end": 1451.17, "word": " of", "probability": 0.96240234375}, {"start": 1451.17, "end": 1451.39, "word": " the", "probability": 0.90966796875}, {"start": 1451.39, "end": 1452.17, "word": " characters.", "probability": 0.91552734375}, {"start": 1452.97, "end": 1453.47, "word": " I", "probability": 0.50146484375}, {"start": 1453.47, "end": 1453.57, "word": " would", "probability": 0.92138671875}, {"start": 1453.57, "end": 1453.73, "word": " like", "probability": 0.9423828125}, {"start": 1453.73, "end": 1453.87, "word": " to", "probability": 0.9658203125}, {"start": 1453.87, "end": 1454.29, "word": " continue.", "probability": 0.89892578125}], "temperature": 1.0}, {"id": 53, "seek": 146370, "start": 1456.58, "end": 1463.7, "text": "A book can follow the characters and plot line's corner. A movie usually, so it has to be...", "tokens": [32, 1446, 393, 1524, 264, 4342, 293, 7542, 1622, 311, 4538, 13, 316, 3169, 2673, 11, 370, 309, 575, 281, 312, 485], "avg_logprob": -0.4670516304347826, "compression_ratio": 1.108433734939759, "no_speech_prob": 0.0, "words": [{"start": 1456.58, "end": 1456.82, "word": "A", "probability": 0.78955078125}, {"start": 1456.82, "end": 1457.14, "word": " book", "probability": 0.822265625}, {"start": 1457.14, "end": 1457.64, "word": " can", "probability": 0.931640625}, {"start": 1457.64, "end": 1457.96, "word": " follow", "probability": 0.87939453125}, {"start": 1457.96, "end": 1458.12, "word": " the", "probability": 0.8955078125}, {"start": 1458.12, "end": 1458.74, "word": " characters", "probability": 0.89306640625}, {"start": 1458.74, "end": 1459.3, "word": " and", "probability": 0.904296875}, {"start": 1459.3, "end": 1460.08, "word": " plot", "probability": 0.947265625}, {"start": 1460.08, "end": 1460.6, "word": " line's", "probability": 0.227783203125}, {"start": 1460.6, "end": 1460.86, "word": " corner.", "probability": 0.640625}, {"start": 1461.14, "end": 1461.28, "word": " A", "probability": 0.40625}, {"start": 1461.28, "end": 1461.62, "word": " movie", "probability": 0.916015625}, {"start": 1461.62, "end": 1462.28, "word": " usually,", "probability": 0.71484375}, {"start": 1462.74, "end": 1463.0, "word": " so", "probability": 0.85595703125}, {"start": 1463.0, "end": 1463.1, "word": " it", "probability": 0.94970703125}, {"start": 1463.1, "end": 1463.26, "word": " has", "probability": 0.94482421875}, {"start": 1463.26, "end": 1463.38, "word": " to", "probability": 0.9794921875}, {"start": 1463.38, "end": 1463.7, "word": " be...", "probability": 0.5318603515625}], "temperature": 1.0}, {"id": 54, "seek": 149082, "start": 1472.68, "end": 1490.82, "text": "can has less than two hours to sell the story and must follow one plot line. Okay, the final difference. Yes, why? Because I need a noun here. The final article or the terminal adjective and then noun is. So, the final difference.", "tokens": [7035, 575, 1570, 813, 732, 2496, 281, 3607, 264, 1657, 293, 1633, 1524, 472, 7542, 1622, 13, 1033, 11, 264, 2572, 2649, 13, 1079, 11, 983, 30, 1436, 286, 643, 257, 23307, 510, 13, 440, 2572, 7222, 420, 264, 14709, 44129, 293, 550, 23307, 307, 13, 407, 11, 264, 2572, 2649, 13], "avg_logprob": -0.3228183849802557, "compression_ratio": 1.5333333333333334, "no_speech_prob": 4.172325134277344e-07, "words": [{"start": 1472.68, "end": 1473.24, "word": "can", "probability": 0.059539794921875}, {"start": 1473.24, "end": 1473.76, "word": " has", "probability": 0.433349609375}, {"start": 1473.76, "end": 1475.08, "word": " less", "probability": 0.94384765625}, {"start": 1475.08, "end": 1475.38, "word": " than", "probability": 0.87548828125}, {"start": 1475.38, "end": 1475.58, "word": " two", "probability": 0.68017578125}, {"start": 1475.58, "end": 1475.9, "word": " hours", "probability": 0.91748046875}, {"start": 1475.9, "end": 1476.08, "word": " to", "probability": 0.95947265625}, {"start": 1476.08, "end": 1476.26, "word": " sell", "probability": 0.513671875}, {"start": 1476.26, "end": 1476.38, "word": " the", "probability": 0.7490234375}, {"start": 1476.38, "end": 1476.68, "word": " story", "probability": 0.92529296875}, {"start": 1476.68, "end": 1476.96, "word": " and", "probability": 0.869140625}, {"start": 1476.96, "end": 1477.26, "word": " must", "probability": 0.87646484375}, {"start": 1477.26, "end": 1477.66, "word": " follow", "probability": 0.87060546875}, {"start": 1477.66, "end": 1478.32, "word": " one", "probability": 0.92431640625}, {"start": 1478.32, "end": 1478.96, "word": " plot", "probability": 0.98388671875}, {"start": 1478.96, "end": 1479.94, "word": " line.", "probability": 0.904296875}, {"start": 1480.22, "end": 1480.46, "word": " Okay,", "probability": 0.359619140625}, {"start": 1480.56, "end": 1480.7, "word": " the", "probability": 0.89794921875}, {"start": 1480.7, "end": 1481.24, "word": " final", "probability": 0.94970703125}, {"start": 1481.24, "end": 1481.96, "word": " difference.", "probability": 0.7431640625}, {"start": 1482.4, "end": 1482.58, "word": " Yes,", "probability": 0.6103515625}, {"start": 1482.68, "end": 1483.0, "word": " why?", "probability": 0.853515625}, {"start": 1483.12, "end": 1483.3, "word": " Because", "probability": 0.7373046875}, {"start": 1483.3, "end": 1483.44, "word": " I", "probability": 0.98828125}, {"start": 1483.44, "end": 1483.6, "word": " need", "probability": 0.9384765625}, {"start": 1483.6, "end": 1483.74, "word": " a", "probability": 0.9306640625}, {"start": 1483.74, "end": 1483.96, "word": " noun", "probability": 0.978515625}, {"start": 1483.96, "end": 1484.32, "word": " here.", "probability": 0.8427734375}, {"start": 1484.48, "end": 1484.82, "word": " The", "probability": 0.6015625}, {"start": 1484.82, "end": 1485.3, "word": " final", "probability": 0.9208984375}, {"start": 1485.3, "end": 1485.8, "word": " article", "probability": 0.75048828125}, {"start": 1485.8, "end": 1486.0, "word": " or", "probability": 0.361572265625}, {"start": 1486.0, "end": 1486.08, "word": " the", "probability": 0.74169921875}, {"start": 1486.08, "end": 1486.44, "word": " terminal", "probability": 0.6142578125}, {"start": 1486.44, "end": 1487.06, "word": " adjective", "probability": 0.82666015625}, {"start": 1487.06, "end": 1487.64, "word": " and", "probability": 0.73193359375}, {"start": 1487.64, "end": 1487.9, "word": " then", "probability": 0.646484375}, {"start": 1487.9, "end": 1488.32, "word": " noun", "probability": 0.966796875}, {"start": 1488.32, "end": 1488.66, "word": " is.", "probability": 0.92919921875}, {"start": 1489.0, "end": 1489.22, "word": " So,", "probability": 0.93505859375}, {"start": 1489.46, "end": 1489.62, "word": " the", "probability": 0.92431640625}, {"start": 1489.62, "end": 1490.0, "word": " final", "probability": 0.9423828125}, {"start": 1490.0, "end": 1490.82, "word": " difference.", "probability": 0.87939453125}], "temperature": 1.0}, {"id": 55, "seek": 151223, "start": 1494.99, "end": 1512.23, "text": "The final difference is one of imagination. Each book's character can create a mental picture. If I write a different adjective, a can create a different picture.", "tokens": [2278, 2572, 2649, 307, 472, 295, 12938, 13, 6947, 1446, 311, 2517, 393, 1884, 257, 4973, 3036, 13, 759, 286, 2464, 257, 819, 44129, 11, 257, 393, 1884, 257, 819, 3036, 13], "avg_logprob": -0.4055397727272727, "compression_ratio": 1.4210526315789473, "no_speech_prob": 5.960464477539063e-08, "words": [{"start": 1494.9899999999998, "end": 1495.9099999999999, "word": "The", "probability": 0.08026123046875}, {"start": 1495.9099999999999, "end": 1496.83, "word": " final", "probability": 0.7197265625}, {"start": 1496.83, "end": 1499.65, "word": " difference", "probability": 0.8818359375}, {"start": 1499.65, "end": 1499.83, "word": " is", "probability": 0.4638671875}, {"start": 1499.83, "end": 1500.05, "word": " one", "probability": 0.79541015625}, {"start": 1500.05, "end": 1500.25, "word": " of", "probability": 0.95751953125}, {"start": 1500.25, "end": 1500.93, "word": " imagination.", "probability": 0.91162109375}, {"start": 1501.33, "end": 1501.59, "word": " Each", "probability": 0.70458984375}, {"start": 1501.59, "end": 1502.07, "word": " book's", "probability": 0.775390625}, {"start": 1502.07, "end": 1502.53, "word": " character", "probability": 0.80419921875}, {"start": 1502.53, "end": 1502.97, "word": " can", "probability": 0.93896484375}, {"start": 1502.97, "end": 1503.67, "word": " create", "probability": 0.73193359375}, {"start": 1503.67, "end": 1504.01, "word": " a", "probability": 0.841796875}, {"start": 1504.01, "end": 1504.43, "word": " mental", "probability": 0.8984375}, {"start": 1504.43, "end": 1505.23, "word": " picture.", "probability": 0.91943359375}, {"start": 1505.29, "end": 1505.29, "word": " If", "probability": 0.1595458984375}, {"start": 1505.29, "end": 1506.37, "word": " I", "probability": 0.94970703125}, {"start": 1506.37, "end": 1506.59, "word": " write", "probability": 0.91162109375}, {"start": 1506.59, "end": 1506.89, "word": " a", "probability": 0.91552734375}, {"start": 1506.89, "end": 1507.61, "word": " different", "probability": 0.87451171875}, {"start": 1507.61, "end": 1508.89, "word": " adjective,", "probability": 0.71728515625}, {"start": 1509.55, "end": 1509.73, "word": " a", "probability": 0.18505859375}, {"start": 1509.73, "end": 1510.47, "word": " can", "probability": 0.86669921875}, {"start": 1510.47, "end": 1510.97, "word": " create", "probability": 0.8984375}, {"start": 1510.97, "end": 1511.25, "word": " a", "probability": 0.9658203125}, {"start": 1511.25, "end": 1511.97, "word": " different", "probability": 0.87939453125}, {"start": 1511.97, "end": 1512.23, "word": " picture.", "probability": 0.39306640625}], "temperature": 1.0}, {"id": 56, "seek": 153625, "start": 1513.31, "end": 1536.25, "text": " A different mental picture of the characters. A movie can offer only the vision of the characters, of the director. Either however or in contrast, both. A movie however, why is however here? Because it is within the same sentence. We talked about this.", "tokens": [316, 819, 4973, 3036, 295, 264, 4342, 13, 316, 3169, 393, 2626, 787, 264, 5201, 295, 264, 4342, 11, 295, 264, 5391, 13, 13746, 4461, 420, 294, 8712, 11, 1293, 13, 316, 3169, 4461, 11, 983, 307, 4461, 510, 30, 1436, 309, 307, 1951, 264, 912, 8174, 13, 492, 2825, 466, 341, 13], "avg_logprob": -0.22554976879446595, "compression_ratio": 1.58125, "no_speech_prob": 1.7881393432617188e-07, "words": [{"start": 1513.31, "end": 1513.99, "word": " A", "probability": 0.184814453125}, {"start": 1513.99, "end": 1514.51, "word": " different", "probability": 0.7900390625}, {"start": 1514.51, "end": 1514.91, "word": " mental", "probability": 0.95703125}, {"start": 1514.91, "end": 1515.47, "word": " picture", "probability": 0.93212890625}, {"start": 1515.47, "end": 1516.47, "word": " of", "probability": 0.67529296875}, {"start": 1516.47, "end": 1516.67, "word": " the", "probability": 0.90966796875}, {"start": 1516.67, "end": 1517.13, "word": " characters.", "probability": 0.9140625}, {"start": 1517.31, "end": 1517.49, "word": " A", "probability": 0.95703125}, {"start": 1517.49, "end": 1517.97, "word": " movie", "probability": 0.91455078125}, {"start": 1517.97, "end": 1519.55, "word": " can", "probability": 0.326416015625}, {"start": 1519.55, "end": 1520.11, "word": " offer", "probability": 0.8251953125}, {"start": 1520.11, "end": 1520.43, "word": " only", "probability": 0.9052734375}, {"start": 1520.43, "end": 1520.63, "word": " the", "probability": 0.8544921875}, {"start": 1520.63, "end": 1520.87, "word": " vision", "probability": 0.89794921875}, {"start": 1520.87, "end": 1521.03, "word": " of", "probability": 0.96630859375}, {"start": 1521.03, "end": 1521.17, "word": " the", "probability": 0.8984375}, {"start": 1521.17, "end": 1521.91, "word": " characters,", "probability": 0.8271484375}, {"start": 1522.65, "end": 1522.89, "word": " of", "probability": 0.91455078125}, {"start": 1522.89, "end": 1523.03, "word": " the", "probability": 0.91552734375}, {"start": 1523.03, "end": 1523.49, "word": " director.", "probability": 0.85595703125}, {"start": 1524.05, "end": 1524.37, "word": " Either", "probability": 0.64208984375}, {"start": 1524.37, "end": 1524.83, "word": " however", "probability": 0.84716796875}, {"start": 1524.83, "end": 1525.17, "word": " or", "probability": 0.79296875}, {"start": 1525.17, "end": 1525.61, "word": " in", "probability": 0.92529296875}, {"start": 1525.61, "end": 1526.27, "word": " contrast,", "probability": 0.8798828125}, {"start": 1526.77, "end": 1527.03, "word": " both.", "probability": 0.86865234375}, {"start": 1527.43, "end": 1527.57, "word": " A", "probability": 0.89990234375}, {"start": 1527.57, "end": 1527.99, "word": " movie", "probability": 0.91943359375}, {"start": 1527.99, "end": 1528.65, "word": " however,", "probability": 0.7041015625}, {"start": 1531.25, "end": 1531.55, "word": " why", "probability": 0.51220703125}, {"start": 1531.55, "end": 1531.71, "word": " is", "probability": 0.78759765625}, {"start": 1531.71, "end": 1532.01, "word": " however", "probability": 0.9306640625}, {"start": 1532.01, "end": 1532.35, "word": " here?", "probability": 0.8408203125}, {"start": 1532.47, "end": 1532.91, "word": " Because", "probability": 0.91064453125}, {"start": 1532.91, "end": 1533.15, "word": " it", "probability": 0.94384765625}, {"start": 1533.15, "end": 1533.29, "word": " is", "probability": 0.90283203125}, {"start": 1533.29, "end": 1533.55, "word": " within", "probability": 0.88330078125}, {"start": 1533.55, "end": 1533.75, "word": " the", "probability": 0.9189453125}, {"start": 1533.75, "end": 1534.07, "word": " same", "probability": 0.9130859375}, {"start": 1534.07, "end": 1534.69, "word": " sentence.", "probability": 0.94384765625}, {"start": 1534.87, "end": 1535.23, "word": " We", "probability": 0.90380859375}, {"start": 1535.23, "end": 1535.69, "word": " talked", "probability": 0.765625}, {"start": 1535.69, "end": 1536.01, "word": " about", "probability": 0.90185546875}, {"start": 1536.01, "end": 1536.25, "word": " this.", "probability": 0.94189453125}], "temperature": 1.0}, {"id": 57, "seek": 156132, "start": 1536.42, "end": 1561.32, "text": " It is within the same sentence, we can just use comma, comma instead of semicolon and comma, right? So again, again, the idea here is always look for the grammar and look for the punctuation whenever you read these kinds of questions, okay? Because every transition has a particular way of punctuation and usage in the paragraph. Is this clear? Yes.", "tokens": [467, 307, 1951, 264, 912, 8174, 11, 321, 393, 445, 764, 22117, 11, 22117, 2602, 295, 27515, 38780, 293, 22117, 11, 558, 30, 407, 797, 11, 797, 11, 264, 1558, 510, 307, 1009, 574, 337, 264, 22317, 293, 574, 337, 264, 27006, 16073, 5699, 291, 1401, 613, 3685, 295, 1651, 11, 1392, 30, 1436, 633, 6034, 575, 257, 1729, 636, 295, 27006, 16073, 293, 14924, 294, 264, 18865, 13, 1119, 341, 1850, 30, 1079, 13], "avg_logprob": -0.19150904722903905, "compression_ratio": 1.5981735159817352, "no_speech_prob": 0.0, "words": [{"start": 1536.42, "end": 1536.68, "word": " It", "probability": 0.410888671875}, {"start": 1536.68, "end": 1536.88, "word": " is", "probability": 0.9013671875}, {"start": 1536.88, "end": 1537.14, "word": " within", "probability": 0.90283203125}, {"start": 1537.14, "end": 1537.34, "word": " the", "probability": 0.91650390625}, {"start": 1537.34, "end": 1537.54, "word": " same", "probability": 0.9091796875}, {"start": 1537.54, "end": 1537.84, "word": " sentence,", "probability": 0.9326171875}, {"start": 1538.08, "end": 1538.1, "word": " we", "probability": 0.87353515625}, {"start": 1538.1, "end": 1538.3, "word": " can", "probability": 0.93896484375}, {"start": 1538.3, "end": 1538.64, "word": " just", "probability": 0.86083984375}, {"start": 1538.64, "end": 1539.42, "word": " use", "probability": 0.853515625}, {"start": 1539.42, "end": 1539.8, "word": " comma,", "probability": 0.810546875}, {"start": 1539.88, "end": 1540.06, "word": " comma", "probability": 0.75537109375}, {"start": 1540.06, "end": 1540.38, "word": " instead", "probability": 0.83251953125}, {"start": 1540.38, "end": 1540.56, "word": " of", "probability": 0.96484375}, {"start": 1540.56, "end": 1541.12, "word": " semicolon", "probability": 0.592041015625}, {"start": 1541.12, "end": 1541.62, "word": " and", "probability": 0.556640625}, {"start": 1541.62, "end": 1542.12, "word": " comma,", "probability": 0.74951171875}, {"start": 1542.3, "end": 1542.52, "word": " right?", "probability": 0.8017578125}, {"start": 1542.76, "end": 1542.92, "word": " So", "probability": 0.90478515625}, {"start": 1542.92, "end": 1543.4, "word": " again,", "probability": 0.767578125}, {"start": 1544.06, "end": 1544.46, "word": " again,", "probability": 0.75048828125}, {"start": 1544.94, "end": 1545.02, "word": " the", "probability": 0.908203125}, {"start": 1545.02, "end": 1545.3, "word": " idea", "probability": 0.919921875}, {"start": 1545.3, "end": 1545.54, "word": " here", "probability": 0.84326171875}, {"start": 1545.54, "end": 1545.66, "word": " is", "probability": 0.943359375}, {"start": 1545.66, "end": 1545.98, "word": " always", "probability": 0.86572265625}, {"start": 1545.98, "end": 1546.64, "word": " look", "probability": 0.83544921875}, {"start": 1546.64, "end": 1546.88, "word": " for", "probability": 0.95068359375}, {"start": 1546.88, "end": 1547.04, "word": " the", "probability": 0.912109375}, {"start": 1547.04, "end": 1547.32, "word": " grammar", "probability": 0.8798828125}, {"start": 1547.32, "end": 1547.8, "word": " and", "probability": 0.89794921875}, {"start": 1547.8, "end": 1548.02, "word": " look", "probability": 0.95751953125}, {"start": 1548.02, "end": 1548.26, "word": " for", "probability": 0.9521484375}, {"start": 1548.26, "end": 1548.42, "word": " the", "probability": 0.84912109375}, {"start": 1548.42, "end": 1549.06, "word": " punctuation", "probability": 0.976318359375}, {"start": 1549.06, "end": 1549.38, "word": " whenever", "probability": 0.9169921875}, {"start": 1549.38, "end": 1549.72, "word": " you", "probability": 0.96142578125}, {"start": 1549.72, "end": 1550.06, "word": " read", "probability": 0.9755859375}, {"start": 1550.06, "end": 1550.66, "word": " these", "probability": 0.84423828125}, {"start": 1550.66, "end": 1550.94, "word": " kinds", "probability": 0.861328125}, {"start": 1550.94, "end": 1551.1, "word": " of", "probability": 0.97021484375}, {"start": 1551.1, "end": 1551.64, "word": " questions,", "probability": 0.94140625}, {"start": 1551.84, "end": 1552.1, "word": " okay?", "probability": 0.7001953125}, {"start": 1552.6, "end": 1553.0, "word": " Because", "probability": 0.90966796875}, {"start": 1553.0, "end": 1553.74, "word": " every", "probability": 0.814453125}, {"start": 1553.74, "end": 1554.34, "word": " transition", "probability": 0.96337890625}, {"start": 1554.34, "end": 1554.76, "word": " has", "probability": 0.9443359375}, {"start": 1554.76, "end": 1554.92, "word": " a", "probability": 0.99658203125}, {"start": 1554.92, "end": 1555.44, "word": " particular", "probability": 0.90380859375}, {"start": 1555.44, "end": 1555.86, "word": " way", "probability": 0.69677734375}, {"start": 1555.86, "end": 1556.26, "word": " of", "probability": 0.9716796875}, {"start": 1556.26, "end": 1557.42, "word": " punctuation", "probability": 0.820556640625}, {"start": 1557.42, "end": 1557.88, "word": " and", "probability": 0.84912109375}, {"start": 1557.88, "end": 1558.7, "word": " usage", "probability": 0.8154296875}, {"start": 1558.7, "end": 1559.2, "word": " in", "probability": 0.931640625}, {"start": 1559.2, "end": 1559.74, "word": " the", "probability": 0.89599609375}, {"start": 1559.74, "end": 1560.16, "word": " paragraph.", "probability": 0.93505859375}, {"start": 1560.42, "end": 1560.5, "word": " Is", "probability": 0.9091796875}, {"start": 1560.5, "end": 1560.64, "word": " this", "probability": 0.94287109375}, {"start": 1560.64, "end": 1560.92, "word": " clear?", "probability": 0.90380859375}, {"start": 1561.08, "end": 1561.32, "word": " Yes.", "probability": 0.72802734375}], "temperature": 1.0}, {"id": 58, "seek": 157642, "start": 1562.08, "end": 1576.42, "text": " Alright, let's see a third activity here and instead we're talking about transitions and it's an easy one. We just need to read a sentence and choose the correct transition in this, for this sentence.", "tokens": [2798, 11, 718, 311, 536, 257, 2636, 5191, 510, 293, 2602, 321, 434, 1417, 466, 23767, 293, 309, 311, 364, 1858, 472, 13, 492, 445, 643, 281, 1401, 257, 8174, 293, 2826, 264, 3006, 6034, 294, 341, 11, 337, 341, 8174, 13], "avg_logprob": -0.22165697535803153, "compression_ratio": 1.467153284671533, "no_speech_prob": 0.0, "words": [{"start": 1562.08, "end": 1562.42, "word": " Alright,", "probability": 0.405517578125}, {"start": 1562.62, "end": 1562.8, "word": " let's", "probability": 0.7001953125}, {"start": 1562.8, "end": 1562.92, "word": " see", "probability": 0.921875}, {"start": 1562.92, "end": 1563.08, "word": " a", "probability": 0.88916015625}, {"start": 1563.08, "end": 1563.42, "word": " third", "probability": 0.9208984375}, {"start": 1563.42, "end": 1563.96, "word": " activity", "probability": 0.93896484375}, {"start": 1563.96, "end": 1564.2, "word": " here", "probability": 0.81787109375}, {"start": 1564.2, "end": 1564.38, "word": " and", "probability": 0.53564453125}, {"start": 1564.38, "end": 1564.58, "word": " instead", "probability": 0.399658203125}, {"start": 1564.58, "end": 1564.78, "word": " we're", "probability": 0.719482421875}, {"start": 1564.78, "end": 1565.06, "word": " talking", "probability": 0.85888671875}, {"start": 1565.06, "end": 1565.4, "word": " about", "probability": 0.9111328125}, {"start": 1565.4, "end": 1566.08, "word": " transitions", "probability": 0.87451171875}, {"start": 1566.08, "end": 1568.5, "word": " and", "probability": 0.5693359375}, {"start": 1568.5, "end": 1569.38, "word": " it's", "probability": 0.97021484375}, {"start": 1569.38, "end": 1569.5, "word": " an", "probability": 0.951171875}, {"start": 1569.5, "end": 1569.82, "word": " easy", "probability": 0.9169921875}, {"start": 1569.82, "end": 1570.1, "word": " one.", "probability": 0.93603515625}, {"start": 1570.46, "end": 1570.6, "word": " We", "probability": 0.9365234375}, {"start": 1570.6, "end": 1570.88, "word": " just", "probability": 0.921875}, {"start": 1570.88, "end": 1571.12, "word": " need", "probability": 0.92822265625}, {"start": 1571.12, "end": 1571.26, "word": " to", "probability": 0.97021484375}, {"start": 1571.26, "end": 1571.44, "word": " read", "probability": 0.96728515625}, {"start": 1571.44, "end": 1571.6, "word": " a", "probability": 0.728515625}, {"start": 1571.6, "end": 1571.94, "word": " sentence", "probability": 0.951171875}, {"start": 1571.94, "end": 1572.4, "word": " and", "probability": 0.93408203125}, {"start": 1572.4, "end": 1572.8, "word": " choose", "probability": 0.90087890625}, {"start": 1572.8, "end": 1573.04, "word": " the", "probability": 0.91259765625}, {"start": 1573.04, "end": 1573.5, "word": " correct", "probability": 0.9091796875}, {"start": 1573.5, "end": 1574.7, "word": " transition", "probability": 0.95703125}, {"start": 1574.7, "end": 1574.98, "word": " in", "probability": 0.7734375}, {"start": 1574.98, "end": 1575.34, "word": " this,", "probability": 0.9501953125}, {"start": 1575.62, "end": 1575.86, "word": " for", "probability": 0.95068359375}, {"start": 1575.86, "end": 1576.1, "word": " this", "probability": 0.9482421875}, {"start": 1576.1, "end": 1576.42, "word": " sentence.", "probability": 0.94189453125}], "temperature": 1.0}, {"id": 59, "seek": 165363, "start": 1652.23, "end": 1653.63, "text": " Okay.", "tokens": [1033, 13], "avg_logprob": -0.9986979166666666, "compression_ratio": 0.42857142857142855, "no_speech_prob": 0.00658416748046875, "words": [{"start": 1652.23, "end": 1653.63, "word": " Okay.", "probability": 0.06689453125}], "temperature": 1.0}, {"id": 60, "seek": 168914, "start": 1660.04, "end": 1689.14, "text": " Alright? Are we done? Teacher. Yes. Teacher. We'd like to do this one. Distance education is a kind of learning that takes place when the student is on vacation away from the classroom building or outside. Online courses are distance learning courses. So it has to be? For instance. For instance. Is that correct? Yes. Yes. For instance is the correct one. Alright? Because this one is an example of the other one. Okay?", "tokens": [2798, 30, 2014, 321, 1096, 30, 19745, 13, 1079, 13, 19745, 13, 492, 1116, 411, 281, 360, 341, 472, 13, 9840, 719, 3309, 307, 257, 733, 295, 2539, 300, 2516, 1081, 562, 264, 3107, 307, 322, 12830, 1314, 490, 264, 7419, 2390, 420, 2380, 13, 16930, 7712, 366, 4560, 2539, 7712, 13, 407, 309, 575, 281, 312, 30, 1171, 5197, 13, 1171, 5197, 13, 1119, 300, 3006, 30, 1079, 13, 1079, 13, 1171, 5197, 307, 264, 3006, 472, 13, 2798, 30, 1436, 341, 472, 307, 364, 1365, 295, 264, 661, 472, 13, 1033, 30], "avg_logprob": -0.22812500690159046, "compression_ratio": 1.7254098360655739, "no_speech_prob": 1.1920928955078125e-07, "words": [{"start": 1660.04, "end": 1660.42, "word": " Alright?", "probability": 0.556640625}, {"start": 1660.76, "end": 1660.96, "word": " Are", "probability": 0.8564453125}, {"start": 1660.96, "end": 1661.02, "word": " we", "probability": 0.943359375}, {"start": 1661.02, "end": 1661.18, "word": " done?", "probability": 0.93408203125}, {"start": 1661.24, "end": 1661.42, "word": " Teacher.", "probability": 0.483642578125}, {"start": 1661.56, "end": 1661.84, "word": " Yes.", "probability": 0.25537109375}, {"start": 1663.32, "end": 1663.88, "word": " Teacher.", "probability": 0.7373046875}, {"start": 1664.04, "end": 1664.32, "word": " We'd", "probability": 0.5015869140625}, {"start": 1664.32, "end": 1664.48, "word": " like", "probability": 0.94287109375}, {"start": 1664.48, "end": 1664.56, "word": " to", "probability": 0.96826171875}, {"start": 1664.56, "end": 1664.68, "word": " do", "probability": 0.94580078125}, {"start": 1664.68, "end": 1664.9, "word": " this", "probability": 0.95703125}, {"start": 1664.9, "end": 1665.24, "word": " one.", "probability": 0.92919921875}, {"start": 1666.0, "end": 1666.36, "word": " Distance", "probability": 0.910888671875}, {"start": 1666.36, "end": 1666.84, "word": " education", "probability": 0.8828125}, {"start": 1666.84, "end": 1667.12, "word": " is", "probability": 0.95458984375}, {"start": 1667.12, "end": 1667.24, "word": " a", "probability": 0.982421875}, {"start": 1667.24, "end": 1667.5, "word": " kind", "probability": 0.890625}, {"start": 1667.5, "end": 1667.66, "word": " of", "probability": 0.9677734375}, {"start": 1667.66, "end": 1667.96, "word": " learning", "probability": 0.943359375}, {"start": 1667.96, "end": 1668.28, "word": " that", "probability": 0.93310546875}, {"start": 1668.28, "end": 1668.58, "word": " takes", "probability": 0.80419921875}, {"start": 1668.58, "end": 1668.94, "word": " place", "probability": 0.880859375}, {"start": 1668.94, "end": 1669.22, "word": " when", "probability": 0.935546875}, {"start": 1669.22, "end": 1669.4, "word": " the", "probability": 0.87646484375}, {"start": 1669.4, "end": 1669.66, "word": " student", "probability": 0.947265625}, {"start": 1669.66, "end": 1669.96, "word": " is", "probability": 0.9462890625}, {"start": 1669.96, "end": 1670.16, "word": " on", "probability": 0.5419921875}, {"start": 1670.16, "end": 1670.74, "word": " vacation", "probability": 0.513671875}, {"start": 1670.74, "end": 1671.7, "word": " away", "probability": 0.57958984375}, {"start": 1671.7, "end": 1672.06, "word": " from", "probability": 0.88671875}, {"start": 1672.06, "end": 1672.22, "word": " the", "probability": 0.896484375}, {"start": 1672.22, "end": 1672.6, "word": " classroom", "probability": 0.970703125}, {"start": 1672.6, "end": 1673.08, "word": " building", "probability": 0.76318359375}, {"start": 1673.08, "end": 1673.4, "word": " or", "probability": 0.91064453125}, {"start": 1673.4, "end": 1673.94, "word": " outside.", "probability": 0.64794921875}, {"start": 1674.32, "end": 1674.7, "word": " Online", "probability": 0.97802734375}, {"start": 1674.7, "end": 1675.18, "word": " courses", "probability": 0.9072265625}, {"start": 1675.18, "end": 1675.48, "word": " are", "probability": 0.93017578125}, {"start": 1675.48, "end": 1675.9, "word": " distance", "probability": 0.552734375}, {"start": 1675.9, "end": 1676.3, "word": " learning", "probability": 0.92138671875}, {"start": 1676.3, "end": 1676.86, "word": " courses.", "probability": 0.92431640625}, {"start": 1677.22, "end": 1677.34, "word": " So", "probability": 0.91552734375}, {"start": 1677.34, "end": 1677.48, "word": " it", "probability": 0.71923828125}, {"start": 1677.48, "end": 1677.66, "word": " has", "probability": 0.943359375}, {"start": 1677.66, "end": 1677.8, "word": " to", "probability": 0.97265625}, {"start": 1677.8, "end": 1678.18, "word": " be?", "probability": 0.95361328125}, {"start": 1678.32, "end": 1678.46, "word": " For", "probability": 0.880859375}, {"start": 1678.46, "end": 1678.76, "word": " instance.", "probability": 0.927734375}, {"start": 1678.96, "end": 1679.2, "word": " For", "probability": 0.92529296875}, {"start": 1679.2, "end": 1679.7, "word": " instance.", "probability": 0.96728515625}, {"start": 1679.84, "end": 1679.94, "word": " Is", "probability": 0.61767578125}, {"start": 1679.94, "end": 1679.96, "word": " that", "probability": 0.92919921875}, {"start": 1679.96, "end": 1680.24, "word": " correct?", "probability": 0.90771484375}, {"start": 1680.58, "end": 1681.12, "word": " Yes.", "probability": 0.6396484375}, {"start": 1681.26, "end": 1681.26, "word": " Yes.", "probability": 0.5380859375}, {"start": 1681.48, "end": 1681.68, "word": " For", "probability": 0.724609375}, {"start": 1681.68, "end": 1682.02, "word": " instance", "probability": 0.96875}, {"start": 1682.02, "end": 1682.32, "word": " is", "probability": 0.75732421875}, {"start": 1682.32, "end": 1682.52, "word": " the", "probability": 0.90673828125}, {"start": 1682.52, "end": 1682.82, "word": " correct", "probability": 0.9013671875}, {"start": 1682.82, "end": 1683.1, "word": " one.", "probability": 0.931640625}, {"start": 1683.48, "end": 1683.7, "word": " Alright?", "probability": 0.6748046875}, {"start": 1684.0, "end": 1684.28, "word": " Because", "probability": 0.9189453125}, {"start": 1684.28, "end": 1684.56, "word": " this", "probability": 0.947265625}, {"start": 1684.56, "end": 1684.8, "word": " one", "probability": 0.92138671875}, {"start": 1684.8, "end": 1685.16, "word": " is", "probability": 0.95263671875}, {"start": 1685.16, "end": 1685.68, "word": " an", "probability": 0.9248046875}, {"start": 1685.68, "end": 1686.8, "word": " example", "probability": 0.97021484375}, {"start": 1686.8, "end": 1687.52, "word": " of", "probability": 0.96435546875}, {"start": 1687.52, "end": 1688.14, "word": " the", "probability": 0.75732421875}, {"start": 1688.14, "end": 1688.4, "word": " other", "probability": 0.89501953125}, {"start": 1688.4, "end": 1688.7, "word": " one.", "probability": 0.91845703125}, {"start": 1688.86, "end": 1689.14, "word": " Okay?", "probability": 0.76416015625}], "temperature": 1.0}, {"id": 61, "seek": 171578, "start": 1689.56, "end": 1715.78, "text": " This one is actually an example of the other one. And again, the punctuation semicolon and comma. So we only have to use for instance, not similarity to, this is not correct. Okay? So it is for instance is the correct choice. You see the second one. Now again, we're talking about punctuation. Choose the sentence that is punctuated correctly.", "tokens": [639, 472, 307, 767, 364, 1365, 295, 264, 661, 472, 13, 400, 797, 11, 264, 27006, 16073, 27515, 38780, 293, 22117, 13, 407, 321, 787, 362, 281, 764, 337, 5197, 11, 406, 32194, 281, 11, 341, 307, 406, 3006, 13, 1033, 30, 407, 309, 307, 337, 5197, 307, 264, 3006, 3922, 13, 509, 536, 264, 1150, 472, 13, 823, 797, 11, 321, 434, 1417, 466, 27006, 16073, 13, 21661, 264, 8174, 300, 307, 27006, 27275, 8944, 13], "avg_logprob": -0.17247595886389414, "compression_ratio": 1.6303317535545023, "no_speech_prob": 0.0, "words": [{"start": 1689.56, "end": 1689.88, "word": " This", "probability": 0.7236328125}, {"start": 1689.88, "end": 1690.1, "word": " one", "probability": 0.9208984375}, {"start": 1690.1, "end": 1690.28, "word": " is", "probability": 0.94580078125}, {"start": 1690.28, "end": 1690.68, "word": " actually", "probability": 0.88623046875}, {"start": 1690.68, "end": 1690.92, "word": " an", "probability": 0.93994140625}, {"start": 1690.92, "end": 1691.44, "word": " example", "probability": 0.9775390625}, {"start": 1691.44, "end": 1691.76, "word": " of", "probability": 0.96337890625}, {"start": 1691.76, "end": 1691.9, "word": " the", "probability": 0.916015625}, {"start": 1691.9, "end": 1692.14, "word": " other", "probability": 0.88720703125}, {"start": 1692.14, "end": 1692.46, "word": " one.", "probability": 0.9287109375}, {"start": 1692.74, "end": 1692.9, "word": " And", "probability": 0.8935546875}, {"start": 1692.9, "end": 1693.32, "word": " again,", "probability": 0.947265625}, {"start": 1693.98, "end": 1694.16, "word": " the", "probability": 0.892578125}, {"start": 1694.16, "end": 1694.96, "word": " punctuation", "probability": 0.9716796875}, {"start": 1694.96, "end": 1695.76, "word": " semicolon", "probability": 0.6854248046875}, {"start": 1695.76, "end": 1696.84, "word": " and", "probability": 0.91650390625}, {"start": 1696.84, "end": 1697.18, "word": " comma.", "probability": 0.81396484375}, {"start": 1697.38, "end": 1697.46, "word": " So", "probability": 0.94140625}, {"start": 1697.46, "end": 1697.68, "word": " we", "probability": 0.68408203125}, {"start": 1697.68, "end": 1698.02, "word": " only", "probability": 0.921875}, {"start": 1698.02, "end": 1698.36, "word": " have", "probability": 0.9501953125}, {"start": 1698.36, "end": 1698.5, "word": " to", "probability": 0.97216796875}, {"start": 1698.5, "end": 1698.9, "word": " use", "probability": 0.89111328125}, {"start": 1698.9, "end": 1699.64, "word": " for", "probability": 0.489013671875}, {"start": 1699.64, "end": 1700.08, "word": " instance,", "probability": 0.95361328125}, {"start": 1700.3, "end": 1700.48, "word": " not", "probability": 0.923828125}, {"start": 1700.48, "end": 1701.12, "word": " similarity", "probability": 0.90380859375}, {"start": 1701.12, "end": 1701.44, "word": " to,", "probability": 0.8193359375}, {"start": 1701.6, "end": 1701.76, "word": " this", "probability": 0.92138671875}, {"start": 1701.76, "end": 1701.92, "word": " is", "probability": 0.951171875}, {"start": 1701.92, "end": 1702.24, "word": " not", "probability": 0.94921875}, {"start": 1702.24, "end": 1702.94, "word": " correct.", "probability": 0.9189453125}, {"start": 1703.26, "end": 1703.4, "word": " Okay?", "probability": 0.64208984375}, {"start": 1703.54, "end": 1703.64, "word": " So", "probability": 0.95849609375}, {"start": 1703.64, "end": 1703.78, "word": " it", "probability": 0.85546875}, {"start": 1703.78, "end": 1703.94, "word": " is", "probability": 0.9248046875}, {"start": 1703.94, "end": 1704.22, "word": " for", "probability": 0.740234375}, {"start": 1704.22, "end": 1704.84, "word": " instance", "probability": 0.96435546875}, {"start": 1704.84, "end": 1705.4, "word": " is", "probability": 0.77490234375}, {"start": 1705.4, "end": 1705.56, "word": " the", "probability": 0.9140625}, {"start": 1705.56, "end": 1705.96, "word": " correct", "probability": 0.89697265625}, {"start": 1705.96, "end": 1707.0, "word": " choice.", "probability": 0.91357421875}, {"start": 1707.84, "end": 1708.0, "word": " You", "probability": 0.88427734375}, {"start": 1708.0, "end": 1708.1, "word": " see", "probability": 0.9306640625}, {"start": 1708.1, "end": 1708.28, "word": " the", "probability": 0.8447265625}, {"start": 1708.28, "end": 1708.68, "word": " second", "probability": 0.89892578125}, {"start": 1708.68, "end": 1709.02, "word": " one.", "probability": 0.92431640625}, {"start": 1709.26, "end": 1709.44, "word": " Now", "probability": 0.93896484375}, {"start": 1709.44, "end": 1709.78, "word": " again,", "probability": 0.60791015625}, {"start": 1709.8, "end": 1710.0, "word": " we're", "probability": 0.90869140625}, {"start": 1710.0, "end": 1710.26, "word": " talking", "probability": 0.8564453125}, {"start": 1710.26, "end": 1710.7, "word": " about", "probability": 0.9150390625}, {"start": 1710.7, "end": 1711.62, "word": " punctuation.", "probability": 0.9833984375}, {"start": 1711.88, "end": 1712.16, "word": " Choose", "probability": 0.81396484375}, {"start": 1712.16, "end": 1712.46, "word": " the", "probability": 0.92138671875}, {"start": 1712.46, "end": 1712.88, "word": " sentence", "probability": 0.9482421875}, {"start": 1712.88, "end": 1713.18, "word": " that", "probability": 0.9013671875}, {"start": 1713.18, "end": 1713.44, "word": " is", "probability": 0.943359375}, {"start": 1713.44, "end": 1715.08, "word": " punctuated", "probability": 0.975341796875}, {"start": 1715.08, "end": 1715.78, "word": " correctly.", "probability": 0.9072265625}], "temperature": 1.0}, {"id": 62, "seek": 172454, "start": 1718.06, "end": 1724.54, "text": " Read them carefully and notice the punctuation marks. Which sentence is the one that is correctly punctuated?", "tokens": [17604, 552, 7500, 293, 3449, 264, 27006, 16073, 10640, 13, 3013, 8174, 307, 264, 472, 300, 307, 8944, 27006, 27275, 30], "avg_logprob": -0.14018110659989444, "compression_ratio": 1.1956521739130435, "no_speech_prob": 1.1920928955078125e-07, "words": [{"start": 1718.06, "end": 1718.36, "word": " Read", "probability": 0.4208984375}, {"start": 1718.36, "end": 1718.52, "word": " them", "probability": 0.79248046875}, {"start": 1718.52, "end": 1719.0, "word": " carefully", "probability": 0.81591796875}, {"start": 1719.0, "end": 1719.22, "word": " and", "probability": 0.892578125}, {"start": 1719.22, "end": 1719.48, "word": " notice", "probability": 0.9697265625}, {"start": 1719.48, "end": 1719.64, "word": " the", "probability": 0.88916015625}, {"start": 1719.64, "end": 1720.2, "word": " punctuation", "probability": 0.974853515625}, {"start": 1720.2, "end": 1720.62, "word": " marks.", "probability": 0.84375}, {"start": 1721.18, "end": 1721.36, "word": " Which", "probability": 0.88037109375}, {"start": 1721.36, "end": 1721.84, "word": " sentence", "probability": 0.955078125}, {"start": 1721.84, "end": 1722.18, "word": " is", "probability": 0.94482421875}, {"start": 1722.18, "end": 1722.36, "word": " the", "probability": 0.89501953125}, {"start": 1722.36, "end": 1722.6, "word": " one", "probability": 0.939453125}, {"start": 1722.6, "end": 1722.8, "word": " that", "probability": 0.9248046875}, {"start": 1722.8, "end": 1723.06, "word": " is", "probability": 0.939453125}, {"start": 1723.06, "end": 1723.62, "word": " correctly", "probability": 0.90087890625}, {"start": 1723.62, "end": 1724.54, "word": " punctuated?", "probability": 0.98046875}], "temperature": 1.0}, {"id": 63, "seek": 176141, "start": 1760.61, "end": 1761.41, "text": " Thank you.", "tokens": [1044, 291, 13], "avg_logprob": -0.9375, "compression_ratio": 0.5789473684210527, "no_speech_prob": 0.002712249755859375, "words": [{"start": 1760.6100000000001, "end": 1761.17, "word": " Thank", "probability": 0.04376220703125}, {"start": 1761.17, "end": 1761.41, "word": " you.", "probability": 0.88037109375}], "temperature": 1.0}, {"id": 64, "seek": 181042, "start": 1792.48, "end": 1810.42, "text": " Which sentence do you think is the correct answer? The first one? Yes, it's the first one. Why is that? Yes, we say that with relative clauses if they are extra information, we just separate them.", "tokens": [3013, 8174, 360, 291, 519, 307, 264, 3006, 1867, 30, 440, 700, 472, 30, 1079, 11, 309, 311, 264, 700, 472, 13, 1545, 307, 300, 30, 1079, 11, 321, 584, 300, 365, 4972, 49072, 498, 436, 366, 2857, 1589, 11, 321, 445, 4994, 552, 13], "avg_logprob": -0.39741847826086957, "compression_ratio": 1.4172661870503598, "no_speech_prob": 7.748603820800781e-07, "words": [{"start": 1792.48, "end": 1792.76, "word": " Which", "probability": 0.62060546875}, {"start": 1792.76, "end": 1793.4, "word": " sentence", "probability": 0.64501953125}, {"start": 1793.4, "end": 1793.76, "word": " do", "probability": 0.6943359375}, {"start": 1793.76, "end": 1793.82, "word": " you", "probability": 0.9658203125}, {"start": 1793.82, "end": 1794.12, "word": " think", "probability": 0.90576171875}, {"start": 1794.12, "end": 1794.48, "word": " is", "probability": 0.88330078125}, {"start": 1794.48, "end": 1794.74, "word": " the", "probability": 0.86962890625}, {"start": 1794.74, "end": 1795.08, "word": " correct", "probability": 0.7265625}, {"start": 1795.08, "end": 1796.56, "word": " answer?", "probability": 0.3310546875}, {"start": 1797.72, "end": 1797.8, "word": " The", "probability": 0.3642578125}, {"start": 1797.8, "end": 1798.76, "word": " first", "probability": 0.509765625}, {"start": 1798.76, "end": 1799.02, "word": " one?", "probability": 0.74853515625}, {"start": 1799.42, "end": 1800.06, "word": " Yes,", "probability": 0.736328125}, {"start": 1800.36, "end": 1800.66, "word": " it's", "probability": 0.4671630859375}, {"start": 1800.66, "end": 1800.8, "word": " the", "probability": 0.87841796875}, {"start": 1800.8, "end": 1801.22, "word": " first", "probability": 0.8681640625}, {"start": 1801.22, "end": 1801.8, "word": " one.", "probability": 0.8662109375}, {"start": 1802.24, "end": 1802.4, "word": " Why", "probability": 0.5029296875}, {"start": 1802.4, "end": 1802.54, "word": " is", "probability": 0.89453125}, {"start": 1802.54, "end": 1802.78, "word": " that?", "probability": 0.9326171875}, {"start": 1804.16, "end": 1804.38, "word": " Yes,", "probability": 0.25830078125}, {"start": 1804.72, "end": 1804.84, "word": " we", "probability": 0.76025390625}, {"start": 1804.84, "end": 1805.1, "word": " say", "probability": 0.419921875}, {"start": 1805.1, "end": 1805.58, "word": " that", "probability": 0.70166015625}, {"start": 1805.58, "end": 1806.06, "word": " with", "probability": 0.6181640625}, {"start": 1806.06, "end": 1806.78, "word": " relative", "probability": 0.6484375}, {"start": 1806.78, "end": 1807.28, "word": " clauses", "probability": 0.9716796875}, {"start": 1807.28, "end": 1807.64, "word": " if", "probability": 0.46630859375}, {"start": 1807.64, "end": 1807.76, "word": " they", "probability": 0.58984375}, {"start": 1807.76, "end": 1807.94, "word": " are", "probability": 0.81005859375}, {"start": 1807.94, "end": 1808.32, "word": " extra", "probability": 0.931640625}, {"start": 1808.32, "end": 1808.96, "word": " information,", "probability": 0.83544921875}, {"start": 1809.28, "end": 1809.34, "word": " we", "probability": 0.66552734375}, {"start": 1809.34, "end": 1809.62, "word": " just", "probability": 0.5341796875}, {"start": 1809.62, "end": 1810.1, "word": " separate", "probability": 0.95068359375}, {"start": 1810.1, "end": 1810.42, "word": " them.", "probability": 0.8779296875}], "temperature": 1.0}, {"id": 65, "seek": 183447, "start": 1810.79, "end": 1834.47, "text": " from the rest of the sentence using extra information okay so whereas the second one it is not punctuated correctly neither the third nor the fourth sentence are correctly is correctly punctuated so the first one is actually the one that has the correct punctuation marks okay all right do we have another question yes select the one that is not a fragment", "tokens": [490, 264, 1472, 295, 264, 8174, 1228, 2857, 1589, 1392, 370, 9735, 264, 1150, 472, 309, 307, 406, 27006, 27275, 8944, 9662, 264, 2636, 6051, 264, 6409, 8174, 366, 8944, 307, 8944, 27006, 27275, 370, 264, 700, 472, 307, 767, 264, 472, 300, 575, 264, 3006, 27006, 16073, 10640, 1392, 439, 558, 360, 321, 362, 1071, 1168, 2086, 3048, 264, 472, 300, 307, 406, 257, 26424], "avg_logprob": -0.14797107675182286, "compression_ratio": 1.8888888888888888, "no_speech_prob": 2.384185791015625e-07, "words": [{"start": 1810.79, "end": 1811.15, "word": " from", "probability": 0.60400390625}, {"start": 1811.15, "end": 1811.37, "word": " the", "probability": 0.90869140625}, {"start": 1811.37, "end": 1811.57, "word": " rest", "probability": 0.91845703125}, {"start": 1811.57, "end": 1811.67, "word": " of", "probability": 0.9677734375}, {"start": 1811.67, "end": 1811.81, "word": " the", "probability": 0.90869140625}, {"start": 1811.81, "end": 1812.15, "word": " sentence", "probability": 0.8623046875}, {"start": 1812.15, "end": 1812.61, "word": " using", "probability": 0.8896484375}, {"start": 1812.61, "end": 1813.05, "word": " extra", "probability": 0.91748046875}, {"start": 1813.05, "end": 1813.75, "word": " information", "probability": 0.7939453125}, {"start": 1813.75, "end": 1814.57, "word": " okay", "probability": 0.29638671875}, {"start": 1814.57, "end": 1815.17, "word": " so", "probability": 0.5732421875}, {"start": 1815.17, "end": 1815.51, "word": " whereas", "probability": 0.798828125}, {"start": 1815.51, "end": 1815.69, "word": " the", "probability": 0.91162109375}, {"start": 1815.69, "end": 1815.99, "word": " second", "probability": 0.904296875}, {"start": 1815.99, "end": 1816.41, "word": " one", "probability": 0.93505859375}, {"start": 1816.41, "end": 1817.03, "word": " it", "probability": 0.91357421875}, {"start": 1817.03, "end": 1817.17, "word": " is", "probability": 0.94921875}, {"start": 1817.17, "end": 1817.43, "word": " not", "probability": 0.94677734375}, {"start": 1817.43, "end": 1818.09, "word": " punctuated", "probability": 0.97900390625}, {"start": 1818.09, "end": 1818.61, "word": " correctly", "probability": 0.92041015625}, {"start": 1818.61, "end": 1818.95, "word": " neither", "probability": 0.85498046875}, {"start": 1818.95, "end": 1819.23, "word": " the", "probability": 0.91845703125}, {"start": 1819.23, "end": 1819.55, "word": " third", "probability": 0.93701171875}, {"start": 1819.55, "end": 1819.83, "word": " nor", "probability": 0.9501953125}, {"start": 1819.83, "end": 1820.09, "word": " the", "probability": 0.89111328125}, {"start": 1820.09, "end": 1820.47, "word": " fourth", "probability": 0.92333984375}, {"start": 1820.47, "end": 1821.03, "word": " sentence", "probability": 0.92822265625}, {"start": 1821.03, "end": 1821.31, "word": " are", "probability": 0.90673828125}, {"start": 1821.31, "end": 1821.83, "word": " correctly", "probability": 0.89111328125}, {"start": 1821.83, "end": 1822.43, "word": " is", "probability": 0.393310546875}, {"start": 1822.43, "end": 1822.81, "word": " correctly", "probability": 0.80078125}, {"start": 1822.81, "end": 1823.27, "word": " punctuated", "probability": 0.95361328125}, {"start": 1823.27, "end": 1823.49, "word": " so", "probability": 0.73828125}, {"start": 1823.49, "end": 1823.63, "word": " the", "probability": 0.91796875}, {"start": 1823.63, "end": 1823.91, "word": " first", "probability": 0.8974609375}, {"start": 1823.91, "end": 1824.13, "word": " one", "probability": 0.93212890625}, {"start": 1824.13, "end": 1824.37, "word": " is", "probability": 0.94873046875}, {"start": 1824.37, "end": 1824.81, "word": " actually", "probability": 0.89111328125}, {"start": 1824.81, "end": 1825.25, "word": " the", "probability": 0.91943359375}, {"start": 1825.25, "end": 1825.51, "word": " one", "probability": 0.93505859375}, {"start": 1825.51, "end": 1825.79, "word": " that", "probability": 0.94189453125}, {"start": 1825.79, "end": 1826.15, "word": " has", "probability": 0.94091796875}, {"start": 1826.15, "end": 1826.43, "word": " the", "probability": 0.58837890625}, {"start": 1826.43, "end": 1826.93, "word": " correct", "probability": 0.91064453125}, {"start": 1826.93, "end": 1827.63, "word": " punctuation", "probability": 0.980224609375}, {"start": 1827.63, "end": 1827.99, "word": " marks", "probability": 0.8662109375}, {"start": 1827.99, "end": 1828.35, "word": " okay", "probability": 0.85400390625}, {"start": 1828.35, "end": 1828.95, "word": " all", "probability": 0.53759765625}, {"start": 1828.95, "end": 1829.07, "word": " right", "probability": 0.9150390625}, {"start": 1829.07, "end": 1829.17, "word": " do", "probability": 0.9140625}, {"start": 1829.17, "end": 1829.25, "word": " we", "probability": 0.96337890625}, {"start": 1829.25, "end": 1829.39, "word": " have", "probability": 0.94482421875}, {"start": 1829.39, "end": 1829.61, "word": " another", "probability": 0.92236328125}, {"start": 1829.61, "end": 1830.09, "word": " question", "probability": 0.91748046875}, {"start": 1830.09, "end": 1830.95, "word": " yes", "probability": 0.8515625}, {"start": 1830.95, "end": 1831.91, "word": " select", "probability": 0.84033203125}, {"start": 1831.91, "end": 1832.13, "word": " the", "probability": 0.92333984375}, {"start": 1832.13, "end": 1832.37, "word": " one", "probability": 0.93505859375}, {"start": 1832.37, "end": 1832.65, "word": " that", "probability": 0.939453125}, {"start": 1832.65, "end": 1832.87, "word": " is", "probability": 0.94921875}, {"start": 1832.87, "end": 1833.35, "word": " not", "probability": 0.9462890625}, {"start": 1833.35, "end": 1833.95, "word": " a", "probability": 0.99755859375}, {"start": 1833.95, "end": 1834.47, "word": " fragment", "probability": 0.912109375}], "temperature": 1.0}, {"id": 66, "seek": 184605, "start": 1838.11, "end": 1846.05, "text": " All of them are fragments except one of them is not. So select the sentence that is not a fragment.", "tokens": [1057, 295, 552, 366, 29197, 3993, 472, 295, 552, 307, 406, 13, 407, 3048, 264, 8174, 300, 307, 406, 257, 26424, 13], "avg_logprob": -0.1793478260869565, "compression_ratio": 1.25, "no_speech_prob": 0.0, "words": [{"start": 1838.11, "end": 1838.41, "word": " All", "probability": 0.73486328125}, {"start": 1838.41, "end": 1838.53, "word": " of", "probability": 0.95263671875}, {"start": 1838.53, "end": 1838.65, "word": " them", "probability": 0.912109375}, {"start": 1838.65, "end": 1838.79, "word": " are", "probability": 0.9501953125}, {"start": 1838.79, "end": 1839.19, "word": " fragments", "probability": 0.8505859375}, {"start": 1839.19, "end": 1839.85, "word": " except", "probability": 0.75244140625}, {"start": 1839.85, "end": 1840.63, "word": " one", "probability": 0.8876953125}, {"start": 1840.63, "end": 1841.21, "word": " of", "probability": 0.95849609375}, {"start": 1841.21, "end": 1841.63, "word": " them", "probability": 0.900390625}, {"start": 1841.63, "end": 1842.15, "word": " is", "probability": 0.93408203125}, {"start": 1842.15, "end": 1842.47, "word": " not.", "probability": 0.6064453125}, {"start": 1843.51, "end": 1843.77, "word": " So", "probability": 0.87646484375}, {"start": 1843.77, "end": 1844.21, "word": " select", "probability": 0.68505859375}, {"start": 1844.21, "end": 1844.41, "word": " the", "probability": 0.6796875}, {"start": 1844.41, "end": 1844.69, "word": " sentence", "probability": 0.9306640625}, {"start": 1844.69, "end": 1844.93, "word": " that", "probability": 0.63720703125}, {"start": 1844.93, "end": 1845.11, "word": " is", "probability": 0.90576171875}, {"start": 1845.11, "end": 1845.39, "word": " not", "probability": 0.931640625}, {"start": 1845.39, "end": 1845.63, "word": " a", "probability": 0.8955078125}, {"start": 1845.63, "end": 1846.05, "word": " fragment.", "probability": 0.9091796875}], "temperature": 1.0}, {"id": 67, "seek": 187886, "start": 1868.58, "end": 1878.86, "text": " One, two, three, four, five, six, seven, eight, nine, ten.", "tokens": [1485, 11, 732, 11, 1045, 11, 1451, 11, 1732, 11, 2309, 11, 3407, 11, 3180, 11, 4949, 11, 2064, 13], "avg_logprob": -0.37500001135326566, "compression_ratio": 1.0350877192982457, "no_speech_prob": 9.298324584960938e-06, "words": [{"start": 1868.58, "end": 1868.92, "word": " One,", "probability": 0.0248565673828125}, {"start": 1869.36, "end": 1870.26, "word": " two,", "probability": 0.75244140625}, {"start": 1871.04, "end": 1872.4, "word": " three,", "probability": 0.93798828125}, {"start": 1872.58, "end": 1873.06, "word": " four,", "probability": 0.9287109375}, {"start": 1873.8, "end": 1874.32, "word": " five,", "probability": 0.873046875}, {"start": 1876.66, "end": 1876.84, "word": " six,", "probability": 0.93310546875}, {"start": 1876.86, "end": 1876.86, "word": " seven,", "probability": 0.87109375}, {"start": 1877.14, "end": 1877.14, "word": " eight,", "probability": 0.91357421875}, {"start": 1878.86, "end": 1878.86, "word": " nine,", "probability": 0.9404296875}, {"start": 1878.86, "end": 1878.86, "word": " ten.", "probability": 0.87939453125}], "temperature": 1.0}, {"id": 68, "seek": 191992, "start": 1904.36, "end": 1919.92, "text": " Okay, that's good. The second one? Do you agree? Who thinks that the first one is the correct one? Number two, that is the correct term, that is not a fragment. Why is that?", "tokens": [1033, 11, 300, 311, 665, 13, 440, 1150, 472, 30, 1144, 291, 3986, 30, 2102, 7309, 300, 264, 700, 472, 307, 264, 3006, 472, 30, 5118, 732, 11, 300, 307, 264, 3006, 1433, 11, 300, 307, 406, 257, 26424, 13, 1545, 307, 300, 30], "avg_logprob": -0.36527776453230115, "compression_ratio": 1.403225806451613, "no_speech_prob": 4.0531158447265625e-06, "words": [{"start": 1904.36, "end": 1904.84, "word": " Okay,", "probability": 0.07025146484375}, {"start": 1904.84, "end": 1905.32, "word": " that's", "probability": 0.737548828125}, {"start": 1905.32, "end": 1905.56, "word": " good.", "probability": 0.869140625}, {"start": 1906.02, "end": 1906.5, "word": " The", "probability": 0.2120361328125}, {"start": 1906.5, "end": 1906.82, "word": " second", "probability": 0.86767578125}, {"start": 1906.82, "end": 1908.6, "word": " one?", "probability": 0.8935546875}, {"start": 1909.16, "end": 1909.64, "word": " Do", "probability": 0.525390625}, {"start": 1909.64, "end": 1909.74, "word": " you", "probability": 0.96533203125}, {"start": 1909.74, "end": 1910.1, "word": " agree?", "probability": 0.92431640625}, {"start": 1910.86, "end": 1911.0, "word": " Who", "probability": 0.53271484375}, {"start": 1911.0, "end": 1911.3, "word": " thinks", "probability": 0.8515625}, {"start": 1911.3, "end": 1911.48, "word": " that", "probability": 0.7607421875}, {"start": 1911.48, "end": 1911.64, "word": " the", "probability": 0.89892578125}, {"start": 1911.64, "end": 1911.88, "word": " first", "probability": 0.88818359375}, {"start": 1911.88, "end": 1912.04, "word": " one", "probability": 0.9072265625}, {"start": 1912.04, "end": 1912.16, "word": " is", "probability": 0.9453125}, {"start": 1912.16, "end": 1912.3, "word": " the", "probability": 0.873046875}, {"start": 1912.3, "end": 1912.54, "word": " correct", "probability": 0.91064453125}, {"start": 1912.54, "end": 1912.8, "word": " one?", "probability": 0.90087890625}, {"start": 1914.4, "end": 1914.88, "word": " Number", "probability": 0.1456298828125}, {"start": 1914.88, "end": 1916.56, "word": " two,", "probability": 0.62841796875}, {"start": 1916.68, "end": 1916.8, "word": " that", "probability": 0.8759765625}, {"start": 1916.8, "end": 1917.06, "word": " is", "probability": 0.9140625}, {"start": 1917.06, "end": 1917.28, "word": " the", "probability": 0.66162109375}, {"start": 1917.28, "end": 1917.7, "word": " correct", "probability": 0.912109375}, {"start": 1917.7, "end": 1917.98, "word": " term,", "probability": 0.51171875}, {"start": 1918.32, "end": 1918.42, "word": " that", "probability": 0.791015625}, {"start": 1918.42, "end": 1918.54, "word": " is", "probability": 0.90966796875}, {"start": 1918.54, "end": 1918.76, "word": " not", "probability": 0.9384765625}, {"start": 1918.76, "end": 1918.92, "word": " a", "probability": 0.89599609375}, {"start": 1918.92, "end": 1919.26, "word": " fragment.", "probability": 0.86865234375}, {"start": 1919.46, "end": 1919.62, "word": " Why", "probability": 0.8935546875}, {"start": 1919.62, "end": 1919.76, "word": " is", "probability": 0.9189453125}, {"start": 1919.76, "end": 1919.92, "word": " that?", "probability": 0.93798828125}], "temperature": 1.0}, {"id": 69, "seek": 194651, "start": 1920.49, "end": 1946.51, "text": " We have a preposition in the phrase and we have a complete sentence and so we have a complete idea with us. Number one it's only a dependent clause it's not a complete sentence and number three again number four are dependent clauses they are not complete sentences they don't express a complete idea okay all right let's finish with this last question and this one is just to", "tokens": [492, 362, 257, 2666, 5830, 294, 264, 9535, 293, 321, 362, 257, 3566, 8174, 293, 370, 321, 362, 257, 3566, 1558, 365, 505, 13, 5118, 472, 309, 311, 787, 257, 12334, 25925, 309, 311, 406, 257, 3566, 8174, 293, 1230, 1045, 797, 1230, 1451, 366, 12334, 49072, 436, 366, 406, 3566, 16579, 436, 500, 380, 5109, 257, 3566, 1558, 1392, 439, 558, 718, 311, 2413, 365, 341, 1036, 1168, 293, 341, 472, 307, 445, 281], "avg_logprob": -0.246299342497399, "compression_ratio": 1.9947089947089947, "no_speech_prob": 3.5762786865234375e-07, "words": [{"start": 1920.49, "end": 1920.79, "word": " We", "probability": 0.441650390625}, {"start": 1920.79, "end": 1921.13, "word": " have", "probability": 0.94580078125}, {"start": 1921.13, "end": 1921.33, "word": " a", "probability": 0.8837890625}, {"start": 1921.33, "end": 1921.95, "word": " preposition", "probability": 0.964111328125}, {"start": 1921.95, "end": 1922.15, "word": " in", "probability": 0.52587890625}, {"start": 1922.15, "end": 1922.27, "word": " the", "probability": 0.275146484375}, {"start": 1922.27, "end": 1922.65, "word": " phrase", "probability": 0.85107421875}, {"start": 1922.65, "end": 1922.95, "word": " and", "probability": 0.8486328125}, {"start": 1922.95, "end": 1923.11, "word": " we", "probability": 0.43505859375}, {"start": 1923.11, "end": 1923.37, "word": " have", "probability": 0.84521484375}, {"start": 1923.37, "end": 1923.51, "word": " a", "probability": 0.9677734375}, {"start": 1923.51, "end": 1923.87, "word": " complete", "probability": 0.78662109375}, {"start": 1923.87, "end": 1924.43, "word": " sentence", "probability": 0.943359375}, {"start": 1924.43, "end": 1925.17, "word": " and", "probability": 0.62744140625}, {"start": 1925.17, "end": 1925.55, "word": " so", "probability": 0.88671875}, {"start": 1925.55, "end": 1925.79, "word": " we", "probability": 0.9287109375}, {"start": 1925.79, "end": 1925.95, "word": " have", "probability": 0.94873046875}, {"start": 1925.95, "end": 1926.09, "word": " a", "probability": 0.98388671875}, {"start": 1926.09, "end": 1926.49, "word": " complete", "probability": 0.81298828125}, {"start": 1926.49, "end": 1926.83, "word": " idea", "probability": 0.9306640625}, {"start": 1926.83, "end": 1926.99, "word": " with", "probability": 0.286376953125}, {"start": 1926.99, "end": 1927.15, "word": " us.", "probability": 0.7607421875}, {"start": 1927.21, "end": 1927.43, "word": " Number", "probability": 0.81640625}, {"start": 1927.43, "end": 1927.89, "word": " one", "probability": 0.78857421875}, {"start": 1927.89, "end": 1928.71, "word": " it's", "probability": 0.5965576171875}, {"start": 1928.71, "end": 1929.07, "word": " only", "probability": 0.92333984375}, {"start": 1929.07, "end": 1929.35, "word": " a", "probability": 0.916015625}, {"start": 1929.35, "end": 1929.87, "word": " dependent", "probability": 0.91943359375}, {"start": 1929.87, "end": 1930.27, "word": " clause", "probability": 0.35546875}, {"start": 1930.27, "end": 1930.65, "word": " it's", "probability": 0.6744384765625}, {"start": 1930.65, "end": 1930.85, "word": " not", "probability": 0.94384765625}, {"start": 1930.85, "end": 1930.99, "word": " a", "probability": 0.9814453125}, {"start": 1930.99, "end": 1931.35, "word": " complete", "probability": 0.76611328125}, {"start": 1931.35, "end": 1931.71, "word": " sentence", "probability": 0.95654296875}, {"start": 1931.71, "end": 1931.97, "word": " and", "probability": 0.50830078125}, {"start": 1931.97, "end": 1932.25, "word": " number", "probability": 0.919921875}, {"start": 1932.25, "end": 1932.71, "word": " three", "probability": 0.92578125}, {"start": 1932.71, "end": 1933.47, "word": " again", "probability": 0.7822265625}, {"start": 1933.47, "end": 1933.81, "word": " number", "probability": 0.79296875}, {"start": 1933.81, "end": 1934.31, "word": " four", "probability": 0.9384765625}, {"start": 1934.31, "end": 1934.79, "word": " are", "probability": 0.9384765625}, {"start": 1934.79, "end": 1935.83, "word": " dependent", "probability": 0.939453125}, {"start": 1935.83, "end": 1936.31, "word": " clauses", "probability": 0.93701171875}, {"start": 1936.31, "end": 1936.51, "word": " they", "probability": 0.60498046875}, {"start": 1936.51, "end": 1936.61, "word": " are", "probability": 0.646484375}, {"start": 1936.61, "end": 1936.79, "word": " not", "probability": 0.94677734375}, {"start": 1936.79, "end": 1937.35, "word": " complete", "probability": 0.74755859375}, {"start": 1937.35, "end": 1937.87, "word": " sentences", "probability": 0.78564453125}, {"start": 1937.87, "end": 1938.15, "word": " they", "probability": 0.6376953125}, {"start": 1938.15, "end": 1938.39, "word": " don't", "probability": 0.9775390625}, {"start": 1938.39, "end": 1938.81, "word": " express", "probability": 0.8701171875}, {"start": 1938.81, "end": 1938.99, "word": " a", "probability": 0.986328125}, {"start": 1938.99, "end": 1939.57, "word": " complete", "probability": 0.794921875}, {"start": 1939.57, "end": 1940.29, "word": " idea", "probability": 0.91943359375}, {"start": 1940.29, "end": 1941.17, "word": " okay", "probability": 0.57470703125}, {"start": 1941.17, "end": 1941.77, "word": " all", "probability": 0.54931640625}, {"start": 1941.77, "end": 1941.97, "word": " right", "probability": 0.908203125}, {"start": 1941.97, "end": 1942.63, "word": " let's", "probability": 0.88916015625}, {"start": 1942.63, "end": 1943.45, "word": " finish", "probability": 0.943359375}, {"start": 1943.45, "end": 1943.75, "word": " with", "probability": 0.896484375}, {"start": 1943.75, "end": 1944.03, "word": " this", "probability": 0.92724609375}, {"start": 1944.03, "end": 1944.63, "word": " last", "probability": 0.8232421875}, {"start": 1944.63, "end": 1945.13, "word": " question", "probability": 0.93212890625}, {"start": 1945.13, "end": 1945.33, "word": " and", "probability": 0.92919921875}, {"start": 1945.33, "end": 1945.51, "word": " this", "probability": 0.95068359375}, {"start": 1945.51, "end": 1945.73, "word": " one", "probability": 0.9306640625}, {"start": 1945.73, "end": 1945.93, "word": " is", "probability": 0.94921875}, {"start": 1945.93, "end": 1946.21, "word": " just", "probability": 0.923828125}, {"start": 1946.21, "end": 1946.51, "word": " to", "probability": 0.96484375}], "temperature": 1.0}, {"id": 70, "seek": 197027, "start": 1947.43, "end": 1970.27, "text": " ask you to punctuate the sentences correctly, all right? So apply all the, or some of the punctuation rules that you learned in the previous lectures on, in punctuating these ones. You can take notes on, of course, you can take some notes of this.", "tokens": [1029, 291, 281, 27006, 10107, 264, 16579, 8944, 11, 439, 558, 30, 407, 3079, 439, 264, 11, 420, 512, 295, 264, 27006, 16073, 4474, 300, 291, 3264, 294, 264, 3894, 16564, 322, 11, 294, 27006, 32438, 613, 2306, 13, 509, 393, 747, 5570, 322, 11, 295, 1164, 11, 291, 393, 747, 512, 5570, 295, 341, 13], "avg_logprob": -0.21710526943206787, "compression_ratio": 1.6, "no_speech_prob": 5.960464477539063e-08, "words": [{"start": 1947.43, "end": 1947.95, "word": " ask", "probability": 0.303466796875}, {"start": 1947.95, "end": 1948.21, "word": " you", "probability": 0.9638671875}, {"start": 1948.21, "end": 1948.47, "word": " to", "probability": 0.96337890625}, {"start": 1948.47, "end": 1949.07, "word": " punctuate", "probability": 0.962646484375}, {"start": 1949.07, "end": 1949.27, "word": " the", "probability": 0.66357421875}, {"start": 1949.27, "end": 1950.11, "word": " sentences", "probability": 0.91015625}, {"start": 1950.11, "end": 1950.95, "word": " correctly,", "probability": 0.88330078125}, {"start": 1951.35, "end": 1951.57, "word": " all", "probability": 0.439208984375}, {"start": 1951.57, "end": 1951.73, "word": " right?", "probability": 0.90869140625}, {"start": 1952.01, "end": 1952.15, "word": " So", "probability": 0.9326171875}, {"start": 1952.15, "end": 1952.57, "word": " apply", "probability": 0.7548828125}, {"start": 1952.57, "end": 1952.89, "word": " all", "probability": 0.89208984375}, {"start": 1952.89, "end": 1953.15, "word": " the,", "probability": 0.873046875}, {"start": 1953.45, "end": 1953.57, "word": " or", "probability": 0.64990234375}, {"start": 1953.57, "end": 1953.75, "word": " some", "probability": 0.8916015625}, {"start": 1953.75, "end": 1953.91, "word": " of", "probability": 0.95849609375}, {"start": 1953.91, "end": 1954.01, "word": " the", "probability": 0.79931640625}, {"start": 1954.01, "end": 1954.65, "word": " punctuation", "probability": 0.956787109375}, {"start": 1954.65, "end": 1955.09, "word": " rules", "probability": 0.81396484375}, {"start": 1955.09, "end": 1955.85, "word": " that", "probability": 0.90673828125}, {"start": 1955.85, "end": 1956.03, "word": " you", "probability": 0.9609375}, {"start": 1956.03, "end": 1956.47, "word": " learned", "probability": 0.87890625}, {"start": 1956.47, "end": 1958.81, "word": " in", "probability": 0.916015625}, {"start": 1958.81, "end": 1958.95, "word": " the", "probability": 0.91943359375}, {"start": 1958.95, "end": 1959.25, "word": " previous", "probability": 0.8486328125}, {"start": 1959.25, "end": 1959.75, "word": " lectures", "probability": 0.880859375}, {"start": 1959.75, "end": 1960.23, "word": " on,", "probability": 0.70751953125}, {"start": 1960.55, "end": 1960.83, "word": " in", "probability": 0.890625}, {"start": 1960.83, "end": 1961.43, "word": " punctuating", "probability": 0.980712890625}, {"start": 1961.43, "end": 1961.81, "word": " these", "probability": 0.806640625}, {"start": 1961.81, "end": 1962.25, "word": " ones.", "probability": 0.9365234375}, {"start": 1967.05, "end": 1967.57, "word": " You", "probability": 0.93505859375}, {"start": 1967.57, "end": 1967.75, "word": " can", "probability": 0.9443359375}, {"start": 1967.75, "end": 1967.97, "word": " take", "probability": 0.8671875}, {"start": 1967.97, "end": 1968.21, "word": " notes", "probability": 0.7890625}, {"start": 1968.21, "end": 1968.41, "word": " on,", "probability": 0.4921875}, {"start": 1968.51, "end": 1968.67, "word": " of", "probability": 0.958984375}, {"start": 1968.67, "end": 1968.83, "word": " course,", "probability": 0.95556640625}, {"start": 1968.91, "end": 1968.99, "word": " you", "probability": 0.95947265625}, {"start": 1968.99, "end": 1969.17, "word": " can", "probability": 0.93896484375}, {"start": 1969.17, "end": 1969.45, "word": " take", "probability": 0.8759765625}, {"start": 1969.45, "end": 1969.67, "word": " some", "probability": 0.896484375}, {"start": 1969.67, "end": 1969.87, "word": " notes", "probability": 0.880859375}, {"start": 1969.87, "end": 1970.05, "word": " of", "probability": 0.78173828125}, {"start": 1970.05, "end": 1970.27, "word": " this.", "probability": 0.94482421875}], "temperature": 1.0}, {"id": 71, "seek": 199173, "start": 1990.33, "end": 1991.73, "text": " Okay.", "tokens": [1033, 13], "avg_logprob": -1.1588541666666667, "compression_ratio": 0.42857142857142855, "no_speech_prob": 0.0093536376953125, "words": [{"start": 1990.33, "end": 1991.73, "word": " Okay.", "probability": 0.046661376953125}], "temperature": 1.0}, {"id": 72, "seek": 202124, "start": 2018.44, "end": 2021.24, "text": " Okay. Okay.", "tokens": [1033, 13, 1033, 13], "avg_logprob": -1.29375, "compression_ratio": 0.75, "no_speech_prob": 6.681680679321289e-05, "words": [{"start": 2018.4399999999998, "end": 2019.84, "word": " Okay.", "probability": 0.07568359375}, {"start": 2019.84, "end": 2021.24, "word": " Okay.", "probability": 0.1746826171875}], "temperature": 1.0}, {"id": 73, "seek": 206508, "start": 2064.54, "end": 2065.08, "text": " Thank you. Thank you.", "tokens": [1044, 291, 13, 1044, 291, 13], "avg_logprob": -1.2399553912026542, "compression_ratio": 1.0476190476190477, "no_speech_prob": 0.00021255016326904297, "words": [{"start": 2064.54, "end": 2064.82, "word": " Thank", "probability": 0.01324462890625}, {"start": 2064.82, "end": 2064.94, "word": " you.", "probability": 0.89892578125}, {"start": 2065.08, "end": 2065.08, "word": " Thank", "probability": 0.1746826171875}, {"start": 2065.08, "end": 2065.08, "word": " you.", "probability": 0.9521484375}], "temperature": 1.0}, {"id": 74, "seek": 208959, "start": 2081.39, "end": 2089.59, "text": " Thank you so much.", "tokens": [1044, 291, 370, 709, 13], "avg_logprob": -1.1373697717984517, "compression_ratio": 0.7037037037037037, "no_speech_prob": 0.00029277801513671875, "words": [{"start": 2081.39, "end": 2081.89, "word": " Thank", "probability": 0.0190582275390625}, {"start": 2081.89, "end": 2082.75, "word": " you", "probability": 0.86181640625}, {"start": 2082.75, "end": 2088.37, "word": " so", "probability": 0.09765625}, {"start": 2088.37, "end": 2089.59, "word": " much.", "probability": 0.92578125}], "temperature": 1.0}, {"id": 75, "seek": 212630, "start": 2112.52, "end": 2126.3, "text": " All right, who would like to come here and punctuate these ones? Yes, please. Let's see. And let's see if we agree with our classmates here.", "tokens": [1057, 558, 11, 567, 576, 411, 281, 808, 510, 293, 27006, 10107, 613, 2306, 30, 1079, 11, 1767, 13, 961, 311, 536, 13, 400, 718, 311, 536, 498, 321, 3986, 365, 527, 24964, 510, 13], "avg_logprob": -0.3009982572661506, "compression_ratio": 1.236842105263158, "no_speech_prob": 5.960464477539063e-08, "words": [{"start": 2112.5200000000004, "end": 2113.2400000000002, "word": " All", "probability": 0.299560546875}, {"start": 2113.2400000000002, "end": 2113.96, "word": " right,", "probability": 0.91357421875}, {"start": 2114.28, "end": 2114.64, "word": " who", "probability": 0.8759765625}, {"start": 2114.64, "end": 2114.82, "word": " would", "probability": 0.923828125}, {"start": 2114.82, "end": 2115.02, "word": " like", "probability": 0.73291015625}, {"start": 2115.02, "end": 2115.18, "word": " to", "probability": 0.97021484375}, {"start": 2115.18, "end": 2115.44, "word": " come", "probability": 0.85986328125}, {"start": 2115.44, "end": 2115.8, "word": " here", "probability": 0.8564453125}, {"start": 2115.8, "end": 2117.5, "word": " and", "probability": 0.884765625}, {"start": 2117.5, "end": 2118.36, "word": " punctuate", "probability": 0.950439453125}, {"start": 2118.36, "end": 2118.66, "word": " these", "probability": 0.78759765625}, {"start": 2118.66, "end": 2119.08, "word": " ones?", "probability": 0.8271484375}, {"start": 2119.82, "end": 2120.0, "word": " Yes,", "probability": 0.59033203125}, {"start": 2120.06, "end": 2120.26, "word": " please.", "probability": 0.83056640625}, {"start": 2120.98, "end": 2121.28, "word": " Let's", "probability": 0.936767578125}, {"start": 2121.28, "end": 2121.5, "word": " see.", "probability": 0.51123046875}, {"start": 2122.1, "end": 2122.14, "word": " And", "probability": 0.806640625}, {"start": 2122.14, "end": 2122.84, "word": " let's", "probability": 0.5980224609375}, {"start": 2122.84, "end": 2123.04, "word": " see", "probability": 0.8935546875}, {"start": 2123.04, "end": 2123.92, "word": " if", "probability": 0.93994140625}, {"start": 2123.92, "end": 2124.04, "word": " we", "probability": 0.9609375}, {"start": 2124.04, "end": 2124.38, "word": " agree", "probability": 0.91552734375}, {"start": 2124.38, "end": 2124.76, "word": " with", "probability": 0.896484375}, {"start": 2124.76, "end": 2125.32, "word": " our", "probability": 0.8896484375}, {"start": 2125.32, "end": 2125.78, "word": " classmates", "probability": 0.84765625}, {"start": 2125.78, "end": 2126.3, "word": " here.", "probability": 0.8212890625}], "temperature": 1.0}, {"id": 76, "seek": 216352, "start": 2136.2, "end": 2163.52, "text": " Okay, pita. And ice cream. But? But her first friend loves only pasta. Pasta and chocolate. Okay. Alright? Yes. Is that all? No, no, no. There's more things. Okay, it has to be capitalized. Okay, is that all? No. Now, Maya will say something else, which is? Quran. Quran. Quran.", "tokens": [1033, 11, 280, 2786, 13, 400, 4435, 4689, 13, 583, 30, 583, 720, 700, 1277, 6752, 787, 13296, 13, 430, 12468, 293, 6215, 13, 1033, 13, 2798, 30, 1079, 13, 1119, 300, 439, 30, 883, 11, 572, 11, 572, 13, 821, 311, 544, 721, 13, 1033, 11, 309, 575, 281, 312, 4238, 1602, 13, 1033, 11, 307, 300, 439, 30, 883, 13, 823, 11, 21695, 486, 584, 746, 1646, 11, 597, 307, 30, 19375, 13, 19375, 13, 19375, 13], "avg_logprob": -0.4671874925494194, "compression_ratio": 1.4919786096256684, "no_speech_prob": 1.7881393432617188e-07, "words": [{"start": 2136.2000000000003, "end": 2136.84, "word": " Okay,", "probability": 0.29931640625}, {"start": 2137.24, "end": 2137.8, "word": " pita.", "probability": 0.50140380859375}, {"start": 2138.74, "end": 2139.38, "word": " And", "probability": 0.4931640625}, {"start": 2139.38, "end": 2139.82, "word": " ice", "probability": 0.916015625}, {"start": 2139.82, "end": 2140.3, "word": " cream.", "probability": 0.89208984375}, {"start": 2141.42, "end": 2142.06, "word": " But?", "probability": 0.8828125}, {"start": 2142.38, "end": 2142.72, "word": " But", "probability": 0.859375}, {"start": 2142.72, "end": 2142.98, "word": " her", "probability": 0.90283203125}, {"start": 2142.98, "end": 2143.4, "word": " first", "probability": 0.3671875}, {"start": 2143.4, "end": 2143.72, "word": " friend", "probability": 0.7255859375}, {"start": 2143.72, "end": 2144.12, "word": " loves", "probability": 0.88818359375}, {"start": 2144.12, "end": 2144.6, "word": " only", "probability": 0.9013671875}, {"start": 2144.6, "end": 2144.9, "word": " pasta.", "probability": 0.490478515625}, {"start": 2144.9, "end": 2145.26, "word": " Pasta", "probability": 0.7095947265625}, {"start": 2145.26, "end": 2145.48, "word": " and", "probability": 0.884765625}, {"start": 2145.48, "end": 2145.88, "word": " chocolate.", "probability": 0.423828125}, {"start": 2146.24, "end": 2146.24, "word": " Okay.", "probability": 0.6416015625}, {"start": 2146.56, "end": 2146.82, "word": " Alright?", "probability": 0.62841796875}, {"start": 2147.22, "end": 2147.42, "word": " Yes.", "probability": 0.5576171875}, {"start": 2147.58, "end": 2147.72, "word": " Is", "probability": 0.939453125}, {"start": 2147.72, "end": 2147.8, "word": " that", "probability": 0.9482421875}, {"start": 2147.8, "end": 2148.06, "word": " all?", "probability": 0.958984375}, {"start": 2148.82, "end": 2149.46, "word": " No,", "probability": 0.23193359375}, {"start": 2149.7, "end": 2149.88, "word": " no,", "probability": 0.5576171875}, {"start": 2150.08, "end": 2150.2, "word": " no.", "probability": 0.48974609375}, {"start": 2150.2, "end": 2150.38, "word": " There's", "probability": 0.312255859375}, {"start": 2150.38, "end": 2151.12, "word": " more", "probability": 0.5400390625}, {"start": 2151.12, "end": 2151.6, "word": " things.", "probability": 0.8505859375}, {"start": 2152.5, "end": 2152.98, "word": " Okay,", "probability": 0.5380859375}, {"start": 2153.18, "end": 2153.28, "word": " it", "probability": 0.51611328125}, {"start": 2153.28, "end": 2153.44, "word": " has", "probability": 0.9462890625}, {"start": 2153.44, "end": 2153.58, "word": " to", "probability": 0.9755859375}, {"start": 2153.58, "end": 2154.04, "word": " be", "probability": 0.97314453125}, {"start": 2154.04, "end": 2155.56, "word": " capitalized.", "probability": 0.89990234375}, {"start": 2157.36, "end": 2157.68, "word": " Okay,", "probability": 0.765625}, {"start": 2158.04, "end": 2158.22, "word": " is", "probability": 0.93798828125}, {"start": 2158.22, "end": 2158.36, "word": " that", "probability": 0.943359375}, {"start": 2158.36, "end": 2158.64, "word": " all?", "probability": 0.95703125}, {"start": 2159.06, "end": 2159.7, "word": " No.", "probability": 0.57568359375}, {"start": 2159.7, "end": 2159.9, "word": " Now,", "probability": 0.394775390625}, {"start": 2160.0, "end": 2160.24, "word": " Maya", "probability": 0.2342529296875}, {"start": 2160.24, "end": 2160.4, "word": " will", "probability": 0.63916015625}, {"start": 2160.4, "end": 2160.56, "word": " say", "probability": 0.873046875}, {"start": 2160.56, "end": 2160.88, "word": " something", "probability": 0.869140625}, {"start": 2160.88, "end": 2161.2, "word": " else,", "probability": 0.9384765625}, {"start": 2161.38, "end": 2161.52, "word": " which", "probability": 0.95068359375}, {"start": 2161.52, "end": 2161.82, "word": " is?", "probability": 0.9521484375}, {"start": 2162.08, "end": 2162.6, "word": " Quran.", "probability": 0.1534423828125}, {"start": 2162.76, "end": 2163.06, "word": " Quran.", "probability": 0.90478515625}, {"start": 2163.2, "end": 2163.52, "word": " Quran.", "probability": 0.8779296875}], "temperature": 1.0}, {"id": 77, "seek": 218037, "start": 2164.25, "end": 2180.37, "text": "and okay this is optional we say that and here thank you and here is optional okay so we can put it or we can leave it but still there is one more punctuation mark which is so you can stay here okay with her French", "tokens": [474, 1392, 341, 307, 17312, 321, 584, 300, 293, 510, 1309, 291, 293, 510, 307, 17312, 1392, 370, 321, 393, 829, 309, 420, 321, 393, 1856, 309, 457, 920, 456, 307, 472, 544, 27006, 16073, 1491, 597, 307, 370, 291, 393, 1754, 510, 1392, 365, 720, 5522], "avg_logprob": -0.26318359064559144, "compression_ratio": 1.6589147286821706, "no_speech_prob": 2.384185791015625e-07, "words": [{"start": 2164.25, "end": 2164.75, "word": "and", "probability": 0.19091796875}, {"start": 2164.75, "end": 2165.11, "word": " okay", "probability": 0.60693359375}, {"start": 2165.11, "end": 2165.45, "word": " this", "probability": 0.71826171875}, {"start": 2165.45, "end": 2165.57, "word": " is", "probability": 0.9521484375}, {"start": 2165.57, "end": 2165.95, "word": " optional", "probability": 0.8857421875}, {"start": 2165.95, "end": 2166.19, "word": " we", "probability": 0.4169921875}, {"start": 2166.19, "end": 2166.39, "word": " say", "probability": 0.47607421875}, {"start": 2166.39, "end": 2166.75, "word": " that", "probability": 0.94091796875}, {"start": 2166.75, "end": 2167.13, "word": " and", "probability": 0.8974609375}, {"start": 2167.13, "end": 2167.31, "word": " here", "probability": 0.8134765625}, {"start": 2167.31, "end": 2167.55, "word": " thank", "probability": 0.5341796875}, {"start": 2167.55, "end": 2167.75, "word": " you", "probability": 0.96435546875}, {"start": 2167.75, "end": 2168.43, "word": " and", "probability": 0.8251953125}, {"start": 2168.43, "end": 2168.73, "word": " here", "probability": 0.86767578125}, {"start": 2168.73, "end": 2169.03, "word": " is", "probability": 0.91552734375}, {"start": 2169.03, "end": 2169.61, "word": " optional", "probability": 0.89794921875}, {"start": 2169.61, "end": 2170.19, "word": " okay", "probability": 0.861328125}, {"start": 2170.19, "end": 2170.51, "word": " so", "probability": 0.88916015625}, {"start": 2170.51, "end": 2170.69, "word": " we", "probability": 0.951171875}, {"start": 2170.69, "end": 2170.95, "word": " can", "probability": 0.9501953125}, {"start": 2170.95, "end": 2171.17, "word": " put", "probability": 0.9287109375}, {"start": 2171.17, "end": 2171.31, "word": " it", "probability": 0.95947265625}, {"start": 2171.31, "end": 2171.43, "word": " or", "probability": 0.830078125}, {"start": 2171.43, "end": 2171.57, "word": " we", "probability": 0.95556640625}, {"start": 2171.57, "end": 2171.69, "word": " can", "probability": 0.8779296875}, {"start": 2171.69, "end": 2171.83, "word": " leave", "probability": 0.56689453125}, {"start": 2171.83, "end": 2171.87, "word": " it", "probability": 0.9296875}, {"start": 2171.87, "end": 2172.07, "word": " but", "probability": 0.69384765625}, {"start": 2172.07, "end": 2172.31, "word": " still", "probability": 0.94140625}, {"start": 2172.31, "end": 2172.51, "word": " there", "probability": 0.89306640625}, {"start": 2172.51, "end": 2172.63, "word": " is", "probability": 0.5986328125}, {"start": 2172.63, "end": 2172.89, "word": " one", "probability": 0.92529296875}, {"start": 2172.89, "end": 2173.17, "word": " more", "probability": 0.9482421875}, {"start": 2173.17, "end": 2173.79, "word": " punctuation", "probability": 0.984619140625}, {"start": 2173.79, "end": 2174.03, "word": " mark", "probability": 0.84716796875}, {"start": 2174.03, "end": 2174.23, "word": " which", "probability": 0.91845703125}, {"start": 2174.23, "end": 2174.55, "word": " is", "probability": 0.9501953125}, {"start": 2174.55, "end": 2175.23, "word": " so", "probability": 0.29541015625}, {"start": 2175.23, "end": 2175.35, "word": " you", "probability": 0.623046875}, {"start": 2175.35, "end": 2175.51, "word": " can", "probability": 0.951171875}, {"start": 2175.51, "end": 2175.75, "word": " stay", "probability": 0.87109375}, {"start": 2175.75, "end": 2176.09, "word": " here", "probability": 0.84326171875}, {"start": 2176.09, "end": 2178.93, "word": " okay", "probability": 0.37353515625}, {"start": 2178.93, "end": 2179.31, "word": " with", "probability": 0.814453125}, {"start": 2179.31, "end": 2179.73, "word": " her", "probability": 0.95166015625}, {"start": 2179.73, "end": 2180.37, "word": " French", "probability": 0.74755859375}], "temperature": 1.0}, {"id": 78, "seek": 219798, "start": 2181.19, "end": 2197.99, "text": " Yes, yes we.. it is capitalized, okay? So Karen's three favorite foods are pasta comma pizza comma an ice cream but her French friend loves only pasta and chocolate cake. Can I put here a corner?", "tokens": [1079, 11, 2086, 321, 353, 309, 307, 4238, 1602, 11, 1392, 30, 407, 14834, 311, 1045, 2954, 8656, 366, 13296, 22117, 8298, 22117, 364, 4435, 4689, 457, 720, 5522, 1277, 6752, 787, 13296, 293, 6215, 5908, 13, 1664, 286, 829, 510, 257, 4538, 30], "avg_logprob": -0.29045139418707955, "compression_ratio": 1.3154362416107384, "no_speech_prob": 2.562999725341797e-06, "words": [{"start": 2181.19, "end": 2181.67, "word": " Yes,", "probability": 0.6376953125}, {"start": 2182.33, "end": 2182.53, "word": " yes", "probability": 0.69970703125}, {"start": 2182.53, "end": 2183.17, "word": " we..", "probability": 0.283203125}, {"start": 2183.17, "end": 2183.35, "word": " it", "probability": 0.6962890625}, {"start": 2183.35, "end": 2183.61, "word": " is", "probability": 0.919921875}, {"start": 2183.61, "end": 2184.73, "word": " capitalized,", "probability": 0.912841796875}, {"start": 2184.79, "end": 2185.07, "word": " okay?", "probability": 0.66943359375}, {"start": 2185.49, "end": 2185.65, "word": " So", "probability": 0.919921875}, {"start": 2185.65, "end": 2186.51, "word": " Karen's", "probability": 0.88427734375}, {"start": 2186.51, "end": 2186.75, "word": " three", "probability": 0.869140625}, {"start": 2186.75, "end": 2187.19, "word": " favorite", "probability": 0.81591796875}, {"start": 2187.19, "end": 2187.53, "word": " foods", "probability": 0.91552734375}, {"start": 2187.53, "end": 2187.81, "word": " are", "probability": 0.94873046875}, {"start": 2187.81, "end": 2188.33, "word": " pasta", "probability": 0.83544921875}, {"start": 2188.33, "end": 2188.61, "word": " comma", "probability": 0.224609375}, {"start": 2188.61, "end": 2189.03, "word": " pizza", "probability": 0.85400390625}, {"start": 2189.03, "end": 2189.29, "word": " comma", "probability": 0.90576171875}, {"start": 2189.29, "end": 2189.51, "word": " an", "probability": 0.64208984375}, {"start": 2189.51, "end": 2189.75, "word": " ice", "probability": 0.9306640625}, {"start": 2189.75, "end": 2190.09, "word": " cream", "probability": 0.89208984375}, {"start": 2190.09, "end": 2190.89, "word": " but", "probability": 0.6572265625}, {"start": 2190.89, "end": 2191.43, "word": " her", "probability": 0.94873046875}, {"start": 2191.43, "end": 2191.83, "word": " French", "probability": 0.83349609375}, {"start": 2191.83, "end": 2192.75, "word": " friend", "probability": 0.73095703125}, {"start": 2192.75, "end": 2193.69, "word": " loves", "probability": 0.931640625}, {"start": 2193.69, "end": 2194.11, "word": " only", "probability": 0.9052734375}, {"start": 2194.11, "end": 2194.57, "word": " pasta", "probability": 0.89404296875}, {"start": 2194.57, "end": 2194.83, "word": " and", "probability": 0.94873046875}, {"start": 2194.83, "end": 2195.33, "word": " chocolate", "probability": 0.7373046875}, {"start": 2195.33, "end": 2196.33, "word": " cake.", "probability": 0.4150390625}, {"start": 2196.61, "end": 2196.77, "word": " Can", "probability": 0.94677734375}, {"start": 2196.77, "end": 2196.91, "word": " I", "probability": 0.96630859375}, {"start": 2196.91, "end": 2197.13, "word": " put", "probability": 0.916015625}, {"start": 2197.13, "end": 2197.49, "word": " here", "probability": 0.86376953125}, {"start": 2197.49, "end": 2197.77, "word": " a", "probability": 0.966796875}, {"start": 2197.77, "end": 2197.99, "word": " corner?", "probability": 0.5810546875}], "temperature": 1.0}, {"id": 79, "seek": 222576, "start": 2199.98, "end": 2225.76, "text": " Now, now, because there is already a verb, so there is no need for a colon here, because we already have the verb and the verb will do what a colon does, actually, right? Let's see the second one. The National Shakespeare Company will perform the following plays, Atelier Macbeth and Hamlet, okay? Yes, please, yes. Okay, sorry, sorry, okay.", "tokens": [823, 11, 586, 11, 570, 456, 307, 1217, 257, 9595, 11, 370, 456, 307, 572, 643, 337, 257, 8255, 510, 11, 570, 321, 1217, 362, 264, 9595, 293, 264, 9595, 486, 360, 437, 257, 8255, 775, 11, 767, 11, 558, 30, 961, 311, 536, 264, 1150, 472, 13, 440, 4862, 22825, 13918, 486, 2042, 264, 3480, 5749, 11, 1711, 46273, 5707, 65, 3293, 293, 8234, 2631, 11, 1392, 30, 1079, 11, 1767, 11, 2086, 13, 1033, 11, 2597, 11, 2597, 11, 1392, 13], "avg_logprob": -0.2553943590748878, "compression_ratio": 1.5833333333333333, "no_speech_prob": 5.960464477539062e-07, "words": [{"start": 2199.98, "end": 2200.52, "word": " Now,", "probability": 0.310791015625}, {"start": 2201.48, "end": 2201.68, "word": " now,", "probability": 0.400146484375}, {"start": 2201.94, "end": 2202.1, "word": " because", "probability": 0.8896484375}, {"start": 2202.1, "end": 2202.46, "word": " there", "probability": 0.9072265625}, {"start": 2202.46, "end": 2202.6, "word": " is", "probability": 0.88818359375}, {"start": 2202.6, "end": 2202.98, "word": " already", "probability": 0.9228515625}, {"start": 2202.98, "end": 2203.26, "word": " a", "probability": 0.95849609375}, {"start": 2203.26, "end": 2203.48, "word": " verb,", "probability": 0.87451171875}, {"start": 2203.7, "end": 2203.82, "word": " so", "probability": 0.791015625}, {"start": 2203.82, "end": 2204.16, "word": " there", "probability": 0.87890625}, {"start": 2204.16, "end": 2204.28, "word": " is", "probability": 0.77001953125}, {"start": 2204.28, "end": 2204.48, "word": " no", "probability": 0.947265625}, {"start": 2204.48, "end": 2204.7, "word": " need", "probability": 0.9453125}, {"start": 2204.7, "end": 2205.1, "word": " for", "probability": 0.955078125}, {"start": 2205.1, "end": 2205.96, "word": " a", "probability": 0.966796875}, {"start": 2205.96, "end": 2206.34, "word": " colon", "probability": 0.9697265625}, {"start": 2206.34, "end": 2206.66, "word": " here,", "probability": 0.828125}, {"start": 2206.74, "end": 2206.96, "word": " because", "probability": 0.89208984375}, {"start": 2206.96, "end": 2207.12, "word": " we", "probability": 0.95361328125}, {"start": 2207.12, "end": 2207.36, "word": " already", "probability": 0.91455078125}, {"start": 2207.36, "end": 2207.58, "word": " have", "probability": 0.94482421875}, {"start": 2207.58, "end": 2207.74, "word": " the", "probability": 0.890625}, {"start": 2207.74, "end": 2208.06, "word": " verb", "probability": 0.90234375}, {"start": 2208.06, "end": 2208.24, "word": " and", "probability": 0.4892578125}, {"start": 2208.24, "end": 2208.42, "word": " the", "probability": 0.7939453125}, {"start": 2208.42, "end": 2208.72, "word": " verb", "probability": 0.92529296875}, {"start": 2208.72, "end": 2208.96, "word": " will", "probability": 0.85302734375}, {"start": 2208.96, "end": 2209.42, "word": " do", "probability": 0.962890625}, {"start": 2209.42, "end": 2209.96, "word": " what", "probability": 0.94140625}, {"start": 2209.96, "end": 2210.12, "word": " a", "probability": 0.83740234375}, {"start": 2210.12, "end": 2210.4, "word": " colon", "probability": 0.9658203125}, {"start": 2210.4, "end": 2211.0, "word": " does,", "probability": 0.97216796875}, {"start": 2211.12, "end": 2211.46, "word": " actually,", "probability": 0.712890625}, {"start": 2211.7, "end": 2211.98, "word": " right?", "probability": 0.67578125}, {"start": 2212.3, "end": 2212.54, "word": " Let's", "probability": 0.77001953125}, {"start": 2212.54, "end": 2212.62, "word": " see", "probability": 0.9267578125}, {"start": 2212.62, "end": 2212.76, "word": " the", "probability": 0.90966796875}, {"start": 2212.76, "end": 2213.04, "word": " second", "probability": 0.89599609375}, {"start": 2213.04, "end": 2213.26, "word": " one.", "probability": 0.91845703125}, {"start": 2213.54, "end": 2213.66, "word": " The", "probability": 0.498046875}, {"start": 2213.66, "end": 2213.96, "word": " National", "probability": 0.73046875}, {"start": 2213.96, "end": 2214.3, "word": " Shakespeare", "probability": 0.94580078125}, {"start": 2214.3, "end": 2214.9, "word": " Company", "probability": 0.8828125}, {"start": 2214.9, "end": 2215.16, "word": " will", "probability": 0.5859375}, {"start": 2215.16, "end": 2215.5, "word": " perform", "probability": 0.86083984375}, {"start": 2215.5, "end": 2215.7, "word": " the", "probability": 0.92578125}, {"start": 2215.7, "end": 2215.92, "word": " following", "probability": 0.83349609375}, {"start": 2215.92, "end": 2216.42, "word": " plays,", "probability": 0.857421875}, {"start": 2216.78, "end": 2217.08, "word": " Atelier", "probability": 0.37237548828125}, {"start": 2217.08, "end": 2217.56, "word": " Macbeth", "probability": 0.8308919270833334}, {"start": 2217.56, "end": 2219.02, "word": " and", "probability": 0.83740234375}, {"start": 2219.02, "end": 2220.52, "word": " Hamlet,", "probability": 0.908935546875}, {"start": 2220.76, "end": 2221.02, "word": " okay?", "probability": 0.86767578125}, {"start": 2221.42, "end": 2221.8, "word": " Yes,", "probability": 0.93505859375}, {"start": 2221.86, "end": 2222.06, "word": " please,", "probability": 0.81005859375}, {"start": 2222.34, "end": 2222.54, "word": " yes.", "probability": 0.9501953125}, {"start": 2223.66, "end": 2224.2, "word": " Okay,", "probability": 0.8515625}, {"start": 2224.36, "end": 2224.56, "word": " sorry,", "probability": 0.8212890625}, {"start": 2224.7, "end": 2224.94, "word": " sorry,", "probability": 0.7939453125}, {"start": 2225.38, "end": 2225.76, "word": " okay.", "probability": 0.92138671875}], "temperature": 1.0}, {"id": 80, "seek": 224775, "start": 2228.43, "end": 2247.75, "text": " okay so the T is capitalized Shakespeare but don't forget to forget to capitalize Shakespeare as synagogue all right we'll perform the following plays", "tokens": [1392, 370, 264, 314, 307, 4238, 1602, 22825, 457, 500, 380, 2870, 281, 2870, 281, 48114, 22825, 382, 5451, 559, 7213, 439, 558, 321, 603, 2042, 264, 3480, 5749], "avg_logprob": -0.4497395783662796, "compression_ratio": 1.411214953271028, "no_speech_prob": 2.86102294921875e-06, "words": [{"start": 2228.43, "end": 2228.83, "word": " okay", "probability": 0.1922607421875}, {"start": 2228.83, "end": 2229.31, "word": " so", "probability": 0.74951171875}, {"start": 2229.31, "end": 2229.73, "word": " the", "probability": 0.470458984375}, {"start": 2229.73, "end": 2230.41, "word": " T", "probability": 0.640625}, {"start": 2230.41, "end": 2230.67, "word": " is", "probability": 0.9111328125}, {"start": 2230.67, "end": 2231.53, "word": " capitalized", "probability": 0.93310546875}, {"start": 2231.53, "end": 2233.17, "word": " Shakespeare", "probability": 0.796875}, {"start": 2233.17, "end": 2235.19, "word": " but", "probability": 0.65185546875}, {"start": 2235.19, "end": 2235.43, "word": " don't", "probability": 0.905517578125}, {"start": 2235.43, "end": 2235.77, "word": " forget", "probability": 0.947265625}, {"start": 2235.77, "end": 2235.89, "word": " to", "probability": 0.958984375}, {"start": 2235.89, "end": 2236.21, "word": " forget", "probability": 0.191650390625}, {"start": 2236.21, "end": 2236.59, "word": " to", "probability": 0.94921875}, {"start": 2236.59, "end": 2237.39, "word": " capitalize", "probability": 0.83447265625}, {"start": 2237.39, "end": 2238.29, "word": " Shakespeare", "probability": 0.8828125}, {"start": 2238.29, "end": 2238.61, "word": " as", "probability": 0.332275390625}, {"start": 2238.61, "end": 2239.55, "word": " synagogue", "probability": 0.5806477864583334}, {"start": 2239.55, "end": 2239.81, "word": " all", "probability": 0.379638671875}, {"start": 2239.81, "end": 2240.17, "word": " right", "probability": 0.904296875}, {"start": 2240.17, "end": 2246.37, "word": " we'll", "probability": 0.4219970703125}, {"start": 2246.37, "end": 2246.73, "word": " perform", "probability": 0.7880859375}, {"start": 2246.73, "end": 2246.89, "word": " the", "probability": 0.92138671875}, {"start": 2246.89, "end": 2247.25, "word": " following", "probability": 0.87646484375}, {"start": 2247.25, "end": 2247.75, "word": " plays", "probability": 0.716796875}], "temperature": 1.0}, {"id": 81, "seek": 228363, "start": 2256.47, "end": 2283.63, "text": " Alright, okay. You took care of all of the corners, but still we need to take care of some other things. Alright? Yes, please. We need to take care of the capital letters as well. So, Athelia, okay, Connor, Macbeth, alright, Connor, and Hamlet. Hamlet is H, of course. Alright.", "tokens": [2798, 11, 1392, 13, 509, 1890, 1127, 295, 439, 295, 264, 12413, 11, 457, 920, 321, 643, 281, 747, 1127, 295, 512, 661, 721, 13, 2798, 30, 1079, 11, 1767, 13, 492, 643, 281, 747, 1127, 295, 264, 4238, 7825, 382, 731, 13, 407, 11, 16487, 26091, 11, 1392, 11, 33133, 11, 5707, 65, 3293, 11, 5845, 11, 33133, 11, 293, 8234, 2631, 13, 8234, 2631, 307, 389, 11, 295, 1164, 13, 2798, 13], "avg_logprob": -0.28812501112620037, "compression_ratio": 1.606936416184971, "no_speech_prob": 1.7881393432617188e-07, "words": [{"start": 2256.47, "end": 2256.75, "word": " Alright,", "probability": 0.2188720703125}, {"start": 2256.97, "end": 2257.29, "word": " okay.", "probability": 0.7275390625}, {"start": 2257.59, "end": 2257.81, "word": " You", "probability": 0.93408203125}, {"start": 2257.81, "end": 2258.07, "word": " took", "probability": 0.92919921875}, {"start": 2258.07, "end": 2258.35, "word": " care", "probability": 0.92431640625}, {"start": 2258.35, "end": 2258.51, "word": " of", "probability": 0.80712890625}, {"start": 2258.51, "end": 2258.59, "word": " all", "probability": 0.7900390625}, {"start": 2258.59, "end": 2258.75, "word": " of", "probability": 0.7763671875}, {"start": 2258.75, "end": 2258.91, "word": " the", "probability": 0.8974609375}, {"start": 2258.91, "end": 2259.27, "word": " corners,", "probability": 0.314208984375}, {"start": 2259.49, "end": 2259.71, "word": " but", "probability": 0.92529296875}, {"start": 2259.71, "end": 2260.05, "word": " still", "probability": 0.93017578125}, {"start": 2260.05, "end": 2260.23, "word": " we", "probability": 0.61669921875}, {"start": 2260.23, "end": 2260.39, "word": " need", "probability": 0.91796875}, {"start": 2260.39, "end": 2260.49, "word": " to", "probability": 0.9677734375}, {"start": 2260.49, "end": 2260.67, "word": " take", "probability": 0.88330078125}, {"start": 2260.67, "end": 2260.83, "word": " care", "probability": 0.9052734375}, {"start": 2260.83, "end": 2260.93, "word": " of", "probability": 0.96533203125}, {"start": 2260.93, "end": 2261.11, "word": " some", "probability": 0.88525390625}, {"start": 2261.11, "end": 2261.33, "word": " other", "probability": 0.85546875}, {"start": 2261.33, "end": 2261.75, "word": " things.", "probability": 0.8623046875}, {"start": 2262.23, "end": 2262.79, "word": " Alright?", "probability": 0.393310546875}, {"start": 2263.41, "end": 2263.63, "word": " Yes,", "probability": 0.91064453125}, {"start": 2263.71, "end": 2263.97, "word": " please.", "probability": 0.80810546875}, {"start": 2267.15, "end": 2267.71, "word": " We", "probability": 0.82177734375}, {"start": 2267.71, "end": 2267.91, "word": " need", "probability": 0.9189453125}, {"start": 2267.91, "end": 2268.01, "word": " to", "probability": 0.96875}, {"start": 2268.01, "end": 2268.23, "word": " take", "probability": 0.88037109375}, {"start": 2268.23, "end": 2268.47, "word": " care", "probability": 0.9072265625}, {"start": 2268.47, "end": 2268.79, "word": " of", "probability": 0.95947265625}, {"start": 2268.79, "end": 2269.07, "word": " the", "probability": 0.50634765625}, {"start": 2269.07, "end": 2269.91, "word": " capital", "probability": 0.67333984375}, {"start": 2269.91, "end": 2270.45, "word": " letters", "probability": 0.82958984375}, {"start": 2270.45, "end": 2271.03, "word": " as", "probability": 0.77490234375}, {"start": 2271.03, "end": 2271.27, "word": " well.", "probability": 0.93994140625}, {"start": 2271.93, "end": 2272.21, "word": " So,", "probability": 0.9462890625}, {"start": 2272.47, "end": 2272.91, "word": " Athelia,", "probability": 0.550537109375}, {"start": 2273.67, "end": 2274.03, "word": " okay,", "probability": 0.8291015625}, {"start": 2274.73, "end": 2274.99, "word": " Connor,", "probability": 0.429443359375}, {"start": 2275.47, "end": 2276.09, "word": " Macbeth,", "probability": 0.9700520833333334}, {"start": 2276.77, "end": 2277.41, "word": " alright,", "probability": 0.8740234375}, {"start": 2277.85, "end": 2278.15, "word": " Connor,", "probability": 0.8330078125}, {"start": 2278.83, "end": 2279.21, "word": " and", "probability": 0.9287109375}, {"start": 2279.21, "end": 2280.69, "word": " Hamlet.", "probability": 0.72802734375}, {"start": 2280.79, "end": 2281.09, "word": " Hamlet", "probability": 0.9755859375}, {"start": 2281.09, "end": 2281.39, "word": " is", "probability": 0.91259765625}, {"start": 2281.39, "end": 2281.77, "word": " H,", "probability": 0.72265625}, {"start": 2281.99, "end": 2282.39, "word": " of", "probability": 0.92822265625}, {"start": 2282.39, "end": 2282.43, "word": " course.", "probability": 0.955078125}, {"start": 2283.23, "end": 2283.63, "word": " Alright.", "probability": 0.85107421875}], "temperature": 1.0}, {"id": 82, "seek": 230607, "start": 2285.83, "end": 2306.07, "text": " Hamlet. Is that correct? And again, the national and company. It's the name of an institution. Okay? So the national Shakespeare company will perform the following plays. Cologne. Now, you forgot the Cologne. And this is sort of like, this is what I'm actually looking for.", "tokens": [8234, 2631, 13, 1119, 300, 3006, 30, 400, 797, 11, 264, 4048, 293, 2237, 13, 467, 311, 264, 1315, 295, 364, 7818, 13, 1033, 30, 407, 264, 4048, 22825, 2237, 486, 2042, 264, 3480, 5749, 13, 383, 44162, 13, 823, 11, 291, 5298, 264, 383, 44162, 13, 400, 341, 307, 1333, 295, 411, 11, 341, 307, 437, 286, 478, 767, 1237, 337, 13], "avg_logprob": -0.27148436615243554, "compression_ratio": 1.5054945054945055, "no_speech_prob": 1.3709068298339844e-06, "words": [{"start": 2285.83, "end": 2286.41, "word": " Hamlet.", "probability": 0.6898193359375}, {"start": 2286.67, "end": 2286.97, "word": " Is", "probability": 0.78515625}, {"start": 2286.97, "end": 2287.09, "word": " that", "probability": 0.939453125}, {"start": 2287.09, "end": 2287.41, "word": " correct?", "probability": 0.78515625}, {"start": 2287.85, "end": 2288.03, "word": " And", "probability": 0.75927734375}, {"start": 2288.03, "end": 2288.33, "word": " again,", "probability": 0.912109375}, {"start": 2288.43, "end": 2288.53, "word": " the", "probability": 0.7822265625}, {"start": 2288.53, "end": 2289.05, "word": " national", "probability": 0.845703125}, {"start": 2289.05, "end": 2290.63, "word": " and", "probability": 0.491455078125}, {"start": 2290.63, "end": 2291.25, "word": " company.", "probability": 0.87255859375}, {"start": 2291.69, "end": 2292.11, "word": " It's", "probability": 0.8984375}, {"start": 2292.11, "end": 2292.25, "word": " the", "probability": 0.9189453125}, {"start": 2292.25, "end": 2292.45, "word": " name", "probability": 0.90576171875}, {"start": 2292.45, "end": 2292.59, "word": " of", "probability": 0.966796875}, {"start": 2292.59, "end": 2292.79, "word": " an", "probability": 0.90380859375}, {"start": 2292.79, "end": 2293.47, "word": " institution.", "probability": 0.93603515625}, {"start": 2294.31, "end": 2294.61, "word": " Okay?", "probability": 0.6337890625}, {"start": 2295.03, "end": 2295.13, "word": " So", "probability": 0.953125}, {"start": 2295.13, "end": 2295.37, "word": " the", "probability": 0.63818359375}, {"start": 2295.37, "end": 2296.03, "word": " national", "probability": 0.66943359375}, {"start": 2296.03, "end": 2296.51, "word": " Shakespeare", "probability": 0.9375}, {"start": 2296.51, "end": 2297.23, "word": " company", "probability": 0.72119140625}, {"start": 2297.23, "end": 2297.73, "word": " will", "probability": 0.7861328125}, {"start": 2297.73, "end": 2298.05, "word": " perform", "probability": 0.8427734375}, {"start": 2298.05, "end": 2298.23, "word": " the", "probability": 0.91552734375}, {"start": 2298.23, "end": 2298.53, "word": " following", "probability": 0.87744140625}, {"start": 2298.53, "end": 2299.01, "word": " plays.", "probability": 0.62451171875}, {"start": 2299.27, "end": 2299.69, "word": " Cologne.", "probability": 0.57122802734375}, {"start": 2301.03, "end": 2301.29, "word": " Now,", "probability": 0.9541015625}, {"start": 2301.37, "end": 2301.47, "word": " you", "probability": 0.96142578125}, {"start": 2301.47, "end": 2301.79, "word": " forgot", "probability": 0.89111328125}, {"start": 2301.79, "end": 2302.01, "word": " the", "probability": 0.8388671875}, {"start": 2302.01, "end": 2302.29, "word": " Cologne.", "probability": 0.946044921875}, {"start": 2302.89, "end": 2303.19, "word": " And", "probability": 0.8994140625}, {"start": 2303.19, "end": 2303.33, "word": " this", "probability": 0.91552734375}, {"start": 2303.33, "end": 2303.49, "word": " is", "probability": 0.9453125}, {"start": 2303.49, "end": 2303.73, "word": " sort", "probability": 0.873046875}, {"start": 2303.73, "end": 2303.89, "word": " of", "probability": 0.970703125}, {"start": 2303.89, "end": 2304.15, "word": " like,", "probability": 0.90966796875}, {"start": 2304.27, "end": 2304.47, "word": " this", "probability": 0.94091796875}, {"start": 2304.47, "end": 2304.59, "word": " is", "probability": 0.9404296875}, {"start": 2304.59, "end": 2304.75, "word": " what", "probability": 0.72021484375}, {"start": 2304.75, "end": 2304.93, "word": " I'm", "probability": 0.6646728515625}, {"start": 2304.93, "end": 2305.29, "word": " actually", "probability": 0.87353515625}, {"start": 2305.29, "end": 2305.65, "word": " looking", "probability": 0.92626953125}, {"start": 2305.65, "end": 2306.07, "word": " for.", "probability": 0.9501953125}], "temperature": 1.0}, {"id": 83, "seek": 233233, "start": 2308.01, "end": 2332.33, "text": " Okay, you should review the rules on using columns because I'm introducing a list of things. So you have to put the columns here. Okay, the National Shakespeare Company would perform the following plays column Athelia Macbeth and Hamlet capital letter capital letter capital letter. Don't forget that. Let's see number three.", "tokens": [1033, 11, 291, 820, 3131, 264, 4474, 322, 1228, 13766, 570, 286, 478, 15424, 257, 1329, 295, 721, 13, 407, 291, 362, 281, 829, 264, 13766, 510, 13, 1033, 11, 264, 4862, 22825, 13918, 576, 2042, 264, 3480, 5749, 7738, 16487, 26091, 5707, 65, 3293, 293, 8234, 2631, 4238, 5063, 4238, 5063, 4238, 5063, 13, 1468, 380, 2870, 300, 13, 961, 311, 536, 1230, 1045, 13], "avg_logprob": -0.2467350888608107, "compression_ratio": 1.5673076923076923, "no_speech_prob": 5.960464477539063e-08, "words": [{"start": 2308.01, "end": 2308.37, "word": " Okay,", "probability": 0.56201171875}, {"start": 2308.43, "end": 2308.53, "word": " you", "probability": 0.9453125}, {"start": 2308.53, "end": 2308.71, "word": " should", "probability": 0.96875}, {"start": 2308.71, "end": 2309.15, "word": " review", "probability": 0.76611328125}, {"start": 2309.15, "end": 2309.63, "word": " the", "probability": 0.82861328125}, {"start": 2309.63, "end": 2310.47, "word": " rules", "probability": 0.826171875}, {"start": 2310.47, "end": 2310.89, "word": " on", "probability": 0.89404296875}, {"start": 2310.89, "end": 2311.85, "word": " using", "probability": 0.90087890625}, {"start": 2311.85, "end": 2312.29, "word": " columns", "probability": 0.59814453125}, {"start": 2312.29, "end": 2312.95, "word": " because", "probability": 0.5458984375}, {"start": 2312.95, "end": 2313.39, "word": " I'm", "probability": 0.9443359375}, {"start": 2313.39, "end": 2314.07, "word": " introducing", "probability": 0.794921875}, {"start": 2314.07, "end": 2314.83, "word": " a", "probability": 0.982421875}, {"start": 2314.83, "end": 2315.11, "word": " list", "probability": 0.9365234375}, {"start": 2315.11, "end": 2315.33, "word": " of", "probability": 0.9677734375}, {"start": 2315.33, "end": 2315.55, "word": " things.", "probability": 0.85546875}, {"start": 2315.67, "end": 2315.75, "word": " So", "probability": 0.93505859375}, {"start": 2315.75, "end": 2315.95, "word": " you", "probability": 0.6923828125}, {"start": 2315.95, "end": 2316.25, "word": " have", "probability": 0.9482421875}, {"start": 2316.25, "end": 2316.41, "word": " to", "probability": 0.966796875}, {"start": 2316.41, "end": 2316.63, "word": " put", "probability": 0.93798828125}, {"start": 2316.63, "end": 2316.81, "word": " the", "probability": 0.89990234375}, {"start": 2316.81, "end": 2317.15, "word": " columns", "probability": 0.93359375}, {"start": 2317.15, "end": 2317.51, "word": " here.", "probability": 0.84716796875}, {"start": 2318.31, "end": 2318.69, "word": " Okay,", "probability": 0.80322265625}, {"start": 2319.05, "end": 2319.17, "word": " the", "probability": 0.63427734375}, {"start": 2319.17, "end": 2319.59, "word": " National", "probability": 0.6220703125}, {"start": 2319.59, "end": 2319.97, "word": " Shakespeare", "probability": 0.9091796875}, {"start": 2319.97, "end": 2320.51, "word": " Company", "probability": 0.8076171875}, {"start": 2320.51, "end": 2320.71, "word": " would", "probability": 0.36962890625}, {"start": 2320.71, "end": 2320.99, "word": " perform", "probability": 0.8125}, {"start": 2320.99, "end": 2321.17, "word": " the", "probability": 0.86572265625}, {"start": 2321.17, "end": 2321.45, "word": " following", "probability": 0.73486328125}, {"start": 2321.45, "end": 2322.49, "word": " plays", "probability": 0.8232421875}, {"start": 2322.49, "end": 2323.53, "word": " column", "probability": 0.248779296875}, {"start": 2323.53, "end": 2324.79, "word": " Athelia", "probability": 0.45263671875}, {"start": 2324.79, "end": 2325.97, "word": " Macbeth", "probability": 0.916015625}, {"start": 2325.97, "end": 2326.59, "word": " and", "probability": 0.8759765625}, {"start": 2326.59, "end": 2327.67, "word": " Hamlet", "probability": 0.94873046875}, {"start": 2327.67, "end": 2328.67, "word": " capital", "probability": 0.81787109375}, {"start": 2328.67, "end": 2329.05, "word": " letter", "probability": 0.82568359375}, {"start": 2329.05, "end": 2329.33, "word": " capital", "probability": 0.76318359375}, {"start": 2329.33, "end": 2329.71, "word": " letter", "probability": 0.90576171875}, {"start": 2329.71, "end": 2329.95, "word": " capital", "probability": 0.90771484375}, {"start": 2329.95, "end": 2330.09, "word": " letter.", "probability": 0.78125}, {"start": 2330.09, "end": 2330.23, "word": " Don't", "probability": 0.95751953125}, {"start": 2330.23, "end": 2330.53, "word": " forget", "probability": 0.90771484375}, {"start": 2330.53, "end": 2330.79, "word": " that.", "probability": 0.923828125}, {"start": 2331.09, "end": 2331.31, "word": " Let's", "probability": 0.943603515625}, {"start": 2331.31, "end": 2331.49, "word": " see", "probability": 0.9208984375}, {"start": 2331.49, "end": 2331.95, "word": " number", "probability": 0.74755859375}, {"start": 2331.95, "end": 2332.33, "word": " three.", "probability": 0.89404296875}], "temperature": 1.0}, {"id": 84, "seek": 234116, "start": 2333.36, "end": 2341.16, "text": " While working out, she discovered an amazing fact. She was now able to bench press 10 pounds more than the week before.", "tokens": [3987, 1364, 484, 11, 750, 6941, 364, 2243, 1186, 13, 1240, 390, 586, 1075, 281, 10638, 1886, 1266, 8319, 544, 813, 264, 1243, 949, 13], "avg_logprob": -0.22070311869566256, "compression_ratio": 1.188118811881188, "no_speech_prob": 0.0, "words": [{"start": 2333.36, "end": 2333.78, "word": " While", "probability": 0.489501953125}, {"start": 2333.78, "end": 2334.2, "word": " working", "probability": 0.91943359375}, {"start": 2334.2, "end": 2334.54, "word": " out,", "probability": 0.89208984375}, {"start": 2334.64, "end": 2334.72, "word": " she", "probability": 0.89697265625}, {"start": 2334.72, "end": 2335.26, "word": " discovered", "probability": 0.7392578125}, {"start": 2335.26, "end": 2335.48, "word": " an", "probability": 0.92822265625}, {"start": 2335.48, "end": 2335.86, "word": " amazing", "probability": 0.908203125}, {"start": 2335.86, "end": 2336.24, "word": " fact.", "probability": 0.91748046875}, {"start": 2336.34, "end": 2336.5, "word": " She", "probability": 0.85205078125}, {"start": 2336.5, "end": 2336.8, "word": " was", "probability": 0.88623046875}, {"start": 2336.8, "end": 2337.06, "word": " now", "probability": 0.80126953125}, {"start": 2337.06, "end": 2337.3, "word": " able", "probability": 0.92626953125}, {"start": 2337.3, "end": 2337.52, "word": " to", "probability": 0.9658203125}, {"start": 2337.52, "end": 2337.78, "word": " bench", "probability": 0.9794921875}, {"start": 2337.78, "end": 2338.22, "word": " press", "probability": 0.5751953125}, {"start": 2338.22, "end": 2338.88, "word": " 10", "probability": 0.861328125}, {"start": 2338.88, "end": 2339.22, "word": " pounds", "probability": 0.806640625}, {"start": 2339.22, "end": 2339.48, "word": " more", "probability": 0.9287109375}, {"start": 2339.48, "end": 2339.7, "word": " than", "probability": 0.93701171875}, {"start": 2339.7, "end": 2339.88, "word": " the", "probability": 0.71875}, {"start": 2339.88, "end": 2340.64, "word": " week", "probability": 0.87646484375}, {"start": 2340.64, "end": 2341.16, "word": " before.", "probability": 0.87939453125}], "temperature": 1.0}, {"id": 85, "seek": 237410, "start": 2344.76, "end": 2374.1, "text": " Yes, Amir. Okay, you can just tell me what I have to do here. Why is capital lies? No, no, no. I think there is some more than that. It's okay. It's a verb, sort of a adjective. It's a verb. It's sort of a compound. Okay, but there is something else I have to do. While we were working out, she discovered an amazing fact about capital lies.", "tokens": [1079, 11, 2012, 347, 13, 1033, 11, 291, 393, 445, 980, 385, 437, 286, 362, 281, 360, 510, 13, 1545, 307, 4238, 9134, 30, 883, 11, 572, 11, 572, 13, 286, 519, 456, 307, 512, 544, 813, 300, 13, 467, 311, 1392, 13, 467, 311, 257, 9595, 11, 1333, 295, 257, 44129, 13, 467, 311, 257, 9595, 13, 467, 311, 1333, 295, 257, 14154, 13, 1033, 11, 457, 456, 307, 746, 1646, 286, 362, 281, 360, 13, 3987, 321, 645, 1364, 484, 11, 750, 6941, 364, 2243, 1186, 466, 4238, 9134, 13], "avg_logprob": -0.2836021492558141, "compression_ratio": 1.6682926829268292, "no_speech_prob": 1.7881393432617188e-07, "words": [{"start": 2344.76, "end": 2345.08, "word": " Yes,", "probability": 0.6923828125}, {"start": 2345.2, "end": 2345.34, "word": " Amir.", "probability": 0.6773681640625}, {"start": 2345.4, "end": 2345.6, "word": " Okay,", "probability": 0.48193359375}, {"start": 2345.62, "end": 2345.74, "word": " you", "probability": 0.93310546875}, {"start": 2345.74, "end": 2345.9, "word": " can", "probability": 0.92236328125}, {"start": 2345.9, "end": 2346.1, "word": " just", "probability": 0.9013671875}, {"start": 2346.1, "end": 2346.28, "word": " tell", "probability": 0.88623046875}, {"start": 2346.28, "end": 2346.42, "word": " me", "probability": 0.96484375}, {"start": 2346.42, "end": 2346.66, "word": " what", "probability": 0.93310546875}, {"start": 2346.66, "end": 2346.94, "word": " I", "probability": 0.97119140625}, {"start": 2346.94, "end": 2347.1, "word": " have", "probability": 0.93994140625}, {"start": 2347.1, "end": 2347.2, "word": " to", "probability": 0.97314453125}, {"start": 2347.2, "end": 2347.34, "word": " do", "probability": 0.96484375}, {"start": 2347.34, "end": 2347.54, "word": " here.", "probability": 0.8447265625}, {"start": 2347.68, "end": 2347.9, "word": " Why", "probability": 0.89794921875}, {"start": 2347.9, "end": 2348.06, "word": " is", "probability": 0.68505859375}, {"start": 2348.06, "end": 2348.32, "word": " capital", "probability": 0.6630859375}, {"start": 2348.32, "end": 2348.78, "word": " lies?", "probability": 0.66943359375}, {"start": 2351.56, "end": 2351.96, "word": " No,", "probability": 0.2020263671875}, {"start": 2354.3, "end": 2354.42, "word": " no,", "probability": 0.74755859375}, {"start": 2354.46, "end": 2354.5, "word": " no.", "probability": 0.44775390625}, {"start": 2354.5, "end": 2354.62, "word": " I", "probability": 0.9453125}, {"start": 2354.62, "end": 2354.82, "word": " think", "probability": 0.9267578125}, {"start": 2354.82, "end": 2355.12, "word": " there", "probability": 0.86962890625}, {"start": 2355.12, "end": 2355.28, "word": " is", "probability": 0.5234375}, {"start": 2355.28, "end": 2355.54, "word": " some", "probability": 0.71875}, {"start": 2355.54, "end": 2355.72, "word": " more", "probability": 0.89404296875}, {"start": 2355.72, "end": 2355.88, "word": " than", "probability": 0.802734375}, {"start": 2355.88, "end": 2356.02, "word": " that.", "probability": 0.88720703125}, {"start": 2356.14, "end": 2356.38, "word": " It's", "probability": 0.7900390625}, {"start": 2356.38, "end": 2356.66, "word": " okay.", "probability": 0.845703125}, {"start": 2356.76, "end": 2356.9, "word": " It's", "probability": 0.9658203125}, {"start": 2356.9, "end": 2357.12, "word": " a", "probability": 0.97021484375}, {"start": 2357.12, "end": 2357.58, "word": " verb,", "probability": 0.9052734375}, {"start": 2357.8, "end": 2358.02, "word": " sort", "probability": 0.63818359375}, {"start": 2358.02, "end": 2358.16, "word": " of", "probability": 0.97216796875}, {"start": 2358.16, "end": 2358.4, "word": " a", "probability": 0.4599609375}, {"start": 2358.4, "end": 2359.46, "word": " adjective.", "probability": 0.79345703125}, {"start": 2359.96, "end": 2360.22, "word": " It's", "probability": 0.95556640625}, {"start": 2360.22, "end": 2360.48, "word": " a", "probability": 0.9443359375}, {"start": 2360.48, "end": 2360.8, "word": " verb.", "probability": 0.89892578125}, {"start": 2361.02, "end": 2361.16, "word": " It's", "probability": 0.61572265625}, {"start": 2361.16, "end": 2361.38, "word": " sort", "probability": 0.5712890625}, {"start": 2361.38, "end": 2361.48, "word": " of", "probability": 0.97119140625}, {"start": 2361.48, "end": 2361.58, "word": " a", "probability": 0.95654296875}, {"start": 2361.58, "end": 2361.96, "word": " compound.", "probability": 0.95849609375}, {"start": 2362.72, "end": 2362.84, "word": " Okay,", "probability": 0.1884765625}, {"start": 2362.84, "end": 2363.04, "word": " but", "probability": 0.875}, {"start": 2363.04, "end": 2363.18, "word": " there", "probability": 0.90478515625}, {"start": 2363.18, "end": 2363.3, "word": " is", "probability": 0.8359375}, {"start": 2363.3, "end": 2363.56, "word": " something", "probability": 0.8671875}, {"start": 2363.56, "end": 2363.86, "word": " else", "probability": 0.91796875}, {"start": 2363.86, "end": 2364.02, "word": " I", "probability": 0.8916015625}, {"start": 2364.02, "end": 2364.14, "word": " have", "probability": 0.8857421875}, {"start": 2364.14, "end": 2364.24, "word": " to", "probability": 0.9677734375}, {"start": 2364.24, "end": 2364.38, "word": " do.", "probability": 0.962890625}, {"start": 2364.4, "end": 2364.6, "word": " While", "probability": 0.77685546875}, {"start": 2364.6, "end": 2364.78, "word": " we", "probability": 0.77197265625}, {"start": 2364.78, "end": 2364.94, "word": " were", "probability": 0.77685546875}, {"start": 2364.94, "end": 2365.28, "word": " working", "probability": 0.8955078125}, {"start": 2365.28, "end": 2366.98, "word": " out,", "probability": 0.8515625}, {"start": 2367.04, "end": 2368.7, "word": " she", "probability": 0.7587890625}, {"start": 2368.7, "end": 2370.64, "word": " discovered", "probability": 0.7890625}, {"start": 2370.64, "end": 2371.02, "word": " an", "probability": 0.7470703125}, {"start": 2371.02, "end": 2371.48, "word": " amazing", "probability": 0.90380859375}, {"start": 2371.48, "end": 2372.12, "word": " fact", "probability": 0.9169921875}, {"start": 2372.12, "end": 2372.64, "word": " about", "probability": 0.34033203125}, {"start": 2372.64, "end": 2373.58, "word": " capital", "probability": 0.34814453125}, {"start": 2373.58, "end": 2374.1, "word": " lies.", "probability": 0.76416015625}], "temperature": 1.0}, {"id": 86, "seek": 240404, "start": 2376.94, "end": 2404.04, "text": " Ah, colon. Because here I'm introducing this fact, okay? She discovered an amazing fact. What is this amazing fact? She was now able to bench press 10 pounds more than the week before. Notice that I use the colon here because clearly I'm explaining that fact, which is being able to bench press 10 times, okay?", "tokens": [2438, 11, 8255, 13, 1436, 510, 286, 478, 15424, 341, 1186, 11, 1392, 30, 1240, 6941, 364, 2243, 1186, 13, 708, 307, 341, 2243, 1186, 30, 1240, 390, 586, 1075, 281, 10638, 1886, 1266, 8319, 544, 813, 264, 1243, 949, 13, 13428, 300, 286, 764, 264, 8255, 510, 570, 4448, 286, 478, 13468, 300, 1186, 11, 597, 307, 885, 1075, 281, 10638, 1886, 1266, 1413, 11, 1392, 30], "avg_logprob": -0.23086503795955493, "compression_ratio": 1.6197916666666667, "no_speech_prob": 2.384185791015625e-07, "words": [{"start": 2376.94, "end": 2377.22, "word": " Ah,", "probability": 0.26953125}, {"start": 2377.36, "end": 2377.5, "word": " colon.", "probability": 0.63037109375}, {"start": 2377.96, "end": 2378.36, "word": " Because", "probability": 0.921875}, {"start": 2378.36, "end": 2378.6, "word": " here", "probability": 0.84130859375}, {"start": 2378.6, "end": 2378.8, "word": " I'm", "probability": 0.920166015625}, {"start": 2378.8, "end": 2379.56, "word": " introducing", "probability": 0.7978515625}, {"start": 2379.56, "end": 2380.08, "word": " this", "probability": 0.947265625}, {"start": 2380.08, "end": 2380.42, "word": " fact,", "probability": 0.890625}, {"start": 2380.98, "end": 2381.3, "word": " okay?", "probability": 0.8193359375}, {"start": 2381.6, "end": 2381.82, "word": " She", "probability": 0.84765625}, {"start": 2381.82, "end": 2382.38, "word": " discovered", "probability": 0.75244140625}, {"start": 2382.38, "end": 2382.74, "word": " an", "probability": 0.95166015625}, {"start": 2382.74, "end": 2383.24, "word": " amazing", "probability": 0.900390625}, {"start": 2383.24, "end": 2383.72, "word": " fact.", "probability": 0.9091796875}, {"start": 2383.9, "end": 2384.02, "word": " What", "probability": 0.873046875}, {"start": 2384.02, "end": 2384.16, "word": " is", "probability": 0.92529296875}, {"start": 2384.16, "end": 2384.36, "word": " this", "probability": 0.94677734375}, {"start": 2384.36, "end": 2384.74, "word": " amazing", "probability": 0.919921875}, {"start": 2384.74, "end": 2385.12, "word": " fact?", "probability": 0.9150390625}, {"start": 2385.34, "end": 2385.94, "word": " She", "probability": 0.8369140625}, {"start": 2385.94, "end": 2386.24, "word": " was", "probability": 0.94873046875}, {"start": 2386.24, "end": 2386.5, "word": " now", "probability": 0.91259765625}, {"start": 2386.5, "end": 2386.76, "word": " able", "probability": 0.93701171875}, {"start": 2386.76, "end": 2387.0, "word": " to", "probability": 0.9736328125}, {"start": 2387.0, "end": 2387.26, "word": " bench", "probability": 0.9619140625}, {"start": 2387.26, "end": 2387.7, "word": " press", "probability": 0.54443359375}, {"start": 2387.7, "end": 2389.22, "word": " 10", "probability": 0.335205078125}, {"start": 2389.22, "end": 2389.48, "word": " pounds", "probability": 0.64697265625}, {"start": 2389.48, "end": 2389.76, "word": " more", "probability": 0.82470703125}, {"start": 2389.76, "end": 2389.94, "word": " than", "probability": 0.94091796875}, {"start": 2389.94, "end": 2390.14, "word": " the", "probability": 0.83203125}, {"start": 2390.14, "end": 2390.52, "word": " week", "probability": 0.97509765625}, {"start": 2390.52, "end": 2392.0, "word": " before.", "probability": 0.8583984375}, {"start": 2392.26, "end": 2392.54, "word": " Notice", "probability": 0.8994140625}, {"start": 2392.54, "end": 2392.82, "word": " that", "probability": 0.91455078125}, {"start": 2392.82, "end": 2392.94, "word": " I", "probability": 0.288818359375}, {"start": 2392.94, "end": 2393.16, "word": " use", "probability": 0.5029296875}, {"start": 2393.16, "end": 2393.3, "word": " the", "probability": 0.7568359375}, {"start": 2393.3, "end": 2393.54, "word": " colon", "probability": 0.95947265625}, {"start": 2393.54, "end": 2393.88, "word": " here", "probability": 0.85302734375}, {"start": 2393.88, "end": 2394.52, "word": " because", "probability": 0.8134765625}, {"start": 2394.52, "end": 2395.28, "word": " clearly", "probability": 0.77685546875}, {"start": 2395.28, "end": 2395.66, "word": " I'm", "probability": 0.930419921875}, {"start": 2395.66, "end": 2396.94, "word": " explaining", "probability": 0.6298828125}, {"start": 2396.94, "end": 2398.16, "word": " that", "probability": 0.935546875}, {"start": 2398.16, "end": 2398.68, "word": " fact,", "probability": 0.9228515625}, {"start": 2398.98, "end": 2399.16, "word": " which", "probability": 0.953125}, {"start": 2399.16, "end": 2399.44, "word": " is", "probability": 0.94482421875}, {"start": 2399.44, "end": 2399.94, "word": " being", "probability": 0.9453125}, {"start": 2399.94, "end": 2400.24, "word": " able", "probability": 0.94677734375}, {"start": 2400.24, "end": 2400.44, "word": " to", "probability": 0.97412109375}, {"start": 2400.44, "end": 2400.82, "word": " bench", "probability": 0.69287109375}, {"start": 2400.82, "end": 2402.54, "word": " press", "probability": 0.74560546875}, {"start": 2402.54, "end": 2403.16, "word": " 10", "probability": 0.89306640625}, {"start": 2403.16, "end": 2403.6, "word": " times,", "probability": 0.92041015625}, {"start": 2403.72, "end": 2404.04, "word": " okay?", "probability": 0.912109375}], "temperature": 1.0}, {"id": 87, "seek": 242266, "start": 2407.34, "end": 2422.66, "text": " No, you don't need that to capitalize this. So as you can see, you actually have to go and review and revise rules on using commas and using semicolons", "tokens": [883, 11, 291, 500, 380, 643, 300, 281, 48114, 341, 13, 407, 382, 291, 393, 536, 11, 291, 767, 362, 281, 352, 293, 3131, 293, 44252, 4474, 322, 1228, 800, 296, 293, 1228, 27515, 401, 892], "avg_logprob": -0.305320955611564, "compression_ratio": 1.3217391304347825, "no_speech_prob": 4.172325134277344e-07, "words": [{"start": 2407.34, "end": 2407.94, "word": " No,", "probability": 0.253173828125}, {"start": 2408.38, "end": 2408.82, "word": " you", "probability": 0.225830078125}, {"start": 2408.82, "end": 2409.98, "word": " don't", "probability": 0.97265625}, {"start": 2409.98, "end": 2410.14, "word": " need", "probability": 0.92236328125}, {"start": 2410.14, "end": 2410.34, "word": " that", "probability": 0.439208984375}, {"start": 2410.34, "end": 2410.52, "word": " to", "probability": 0.9541015625}, {"start": 2410.52, "end": 2410.96, "word": " capitalize", "probability": 0.6748046875}, {"start": 2410.96, "end": 2411.44, "word": " this.", "probability": 0.88232421875}, {"start": 2411.74, "end": 2411.86, "word": " So", "probability": 0.86767578125}, {"start": 2411.86, "end": 2412.04, "word": " as", "probability": 0.61083984375}, {"start": 2412.04, "end": 2412.16, "word": " you", "probability": 0.9697265625}, {"start": 2412.16, "end": 2412.32, "word": " can", "probability": 0.94384765625}, {"start": 2412.32, "end": 2412.48, "word": " see,", "probability": 0.923828125}, {"start": 2412.54, "end": 2412.62, "word": " you", "probability": 0.95654296875}, {"start": 2412.62, "end": 2412.98, "word": " actually", "probability": 0.82861328125}, {"start": 2412.98, "end": 2413.22, "word": " have", "probability": 0.92822265625}, {"start": 2413.22, "end": 2413.34, "word": " to", "probability": 0.97021484375}, {"start": 2413.34, "end": 2413.52, "word": " go", "probability": 0.90478515625}, {"start": 2413.52, "end": 2413.82, "word": " and", "probability": 0.90185546875}, {"start": 2413.82, "end": 2414.74, "word": " review", "probability": 0.7744140625}, {"start": 2414.74, "end": 2415.22, "word": " and", "probability": 0.9228515625}, {"start": 2415.22, "end": 2415.98, "word": " revise", "probability": 0.984375}, {"start": 2415.98, "end": 2418.18, "word": " rules", "probability": 0.7607421875}, {"start": 2418.18, "end": 2418.4, "word": " on", "probability": 0.288330078125}, {"start": 2418.4, "end": 2418.78, "word": " using", "probability": 0.93896484375}, {"start": 2418.78, "end": 2419.42, "word": " commas", "probability": 0.6845703125}, {"start": 2419.42, "end": 2419.7, "word": " and", "probability": 0.8603515625}, {"start": 2419.7, "end": 2421.44, "word": " using", "probability": 0.849609375}, {"start": 2421.44, "end": 2422.66, "word": " semicolons", "probability": 0.8395182291666666}], "temperature": 1.0}, {"id": 88, "seek": 245166, "start": 2423.08, "end": 2451.66, "text": " All right? So far what we've done today is just going very quickly over some of the common issues, common problems that you need to pay attention to, such as subject-verb agreement, comma use, comma splice run on using columns, okay? And so on and so forth. For next time, take this as homework, okay? What you need to do is to read the paragraph and", "tokens": [1057, 558, 30, 407, 1400, 437, 321, 600, 1096, 965, 307, 445, 516, 588, 2661, 670, 512, 295, 264, 2689, 2663, 11, 2689, 2740, 300, 291, 643, 281, 1689, 3202, 281, 11, 1270, 382, 3983, 12, 25809, 8106, 11, 22117, 764, 11, 22117, 4732, 573, 1190, 322, 1228, 13766, 11, 1392, 30, 400, 370, 322, 293, 370, 5220, 13, 1171, 958, 565, 11, 747, 341, 382, 14578, 11, 1392, 30, 708, 291, 643, 281, 360, 307, 281, 1401, 264, 18865, 293], "avg_logprob": -0.26219511286514563, "compression_ratio": 1.5530973451327434, "no_speech_prob": 4.172325134277344e-07, "words": [{"start": 2423.08, "end": 2423.32, "word": " All", "probability": 0.2142333984375}, {"start": 2423.32, "end": 2423.52, "word": " right?", "probability": 0.87939453125}, {"start": 2424.28, "end": 2424.82, "word": " So", "probability": 0.135009765625}, {"start": 2424.82, "end": 2426.44, "word": " far", "probability": 0.71484375}, {"start": 2426.44, "end": 2426.7, "word": " what", "probability": 0.65673828125}, {"start": 2426.7, "end": 2427.0, "word": " we've", "probability": 0.892333984375}, {"start": 2427.0, "end": 2427.2, "word": " done", "probability": 0.92138671875}, {"start": 2427.2, "end": 2427.58, "word": " today", "probability": 0.8115234375}, {"start": 2427.58, "end": 2427.8, "word": " is", "probability": 0.8447265625}, {"start": 2427.8, "end": 2428.04, "word": " just", "probability": 0.84326171875}, {"start": 2428.04, "end": 2428.44, "word": " going", "probability": 0.927734375}, {"start": 2428.44, "end": 2428.74, "word": " very", "probability": 0.77099609375}, {"start": 2428.74, "end": 2429.08, "word": " quickly", "probability": 0.92724609375}, {"start": 2429.08, "end": 2429.4, "word": " over", "probability": 0.92138671875}, {"start": 2429.4, "end": 2429.72, "word": " some", "probability": 0.87060546875}, {"start": 2429.72, "end": 2429.86, "word": " of", "probability": 0.9052734375}, {"start": 2429.86, "end": 2430.0, "word": " the", "probability": 0.91259765625}, {"start": 2430.0, "end": 2430.36, "word": " common", "probability": 0.91796875}, {"start": 2430.36, "end": 2430.92, "word": " issues,", "probability": 0.8798828125}, {"start": 2431.52, "end": 2431.74, "word": " common", "probability": 0.8095703125}, {"start": 2431.74, "end": 2432.14, "word": " problems", "probability": 0.830078125}, {"start": 2432.14, "end": 2432.38, "word": " that", "probability": 0.888671875}, {"start": 2432.38, "end": 2432.58, "word": " you", "probability": 0.962890625}, {"start": 2432.58, "end": 2432.8, "word": " need", "probability": 0.92041015625}, {"start": 2432.8, "end": 2432.96, "word": " to", "probability": 0.97021484375}, {"start": 2432.96, "end": 2433.16, "word": " pay", "probability": 0.939453125}, {"start": 2433.16, "end": 2433.56, "word": " attention", "probability": 0.9345703125}, {"start": 2433.56, "end": 2433.98, "word": " to,", "probability": 0.955078125}, {"start": 2434.22, "end": 2434.54, "word": " such", "probability": 0.95263671875}, {"start": 2434.54, "end": 2434.82, "word": " as", "probability": 0.953125}, {"start": 2434.82, "end": 2435.24, "word": " subject", "probability": 0.85009765625}, {"start": 2435.24, "end": 2435.54, "word": "-verb", "probability": 0.5458984375}, {"start": 2435.54, "end": 2436.02, "word": " agreement,", "probability": 0.6875}, {"start": 2436.26, "end": 2436.48, "word": " comma", "probability": 0.791015625}, {"start": 2436.48, "end": 2436.8, "word": " use,", "probability": 0.84326171875}, {"start": 2436.98, "end": 2437.18, "word": " comma", "probability": 0.6318359375}, {"start": 2437.18, "end": 2437.72, "word": " splice", "probability": 0.821533203125}, {"start": 2437.72, "end": 2437.98, "word": " run", "probability": 0.8544921875}, {"start": 2437.98, "end": 2438.28, "word": " on", "probability": 0.80810546875}, {"start": 2438.28, "end": 2439.3, "word": " using", "probability": 0.55126953125}, {"start": 2439.3, "end": 2439.94, "word": " columns,", "probability": 0.76123046875}, {"start": 2440.16, "end": 2440.44, "word": " okay?", "probability": 0.5703125}, {"start": 2441.2, "end": 2441.5, "word": " And", "probability": 0.8828125}, {"start": 2441.5, "end": 2441.96, "word": " so", "probability": 0.76953125}, {"start": 2441.96, "end": 2442.12, "word": " on", "probability": 0.91796875}, {"start": 2442.12, "end": 2442.22, "word": " and", "probability": 0.91552734375}, {"start": 2442.22, "end": 2442.36, "word": " so", "probability": 0.955078125}, {"start": 2442.36, "end": 2442.54, "word": " forth.", "probability": 0.951171875}, {"start": 2442.64, "end": 2442.74, "word": " For", "probability": 0.7958984375}, {"start": 2442.74, "end": 2443.0, "word": " next", "probability": 0.85400390625}, {"start": 2443.0, "end": 2443.28, "word": " time,", "probability": 0.83203125}, {"start": 2444.66, "end": 2445.9, "word": " take", "probability": 0.484130859375}, {"start": 2445.9, "end": 2446.16, "word": " this", "probability": 0.94580078125}, {"start": 2446.16, "end": 2446.34, "word": " as", "probability": 0.95703125}, {"start": 2446.34, "end": 2446.74, "word": " homework,", "probability": 0.509765625}, {"start": 2447.06, "end": 2447.38, "word": " okay?", "probability": 0.8994140625}, {"start": 2448.88, "end": 2449.42, "word": " What", "probability": 0.88134765625}, {"start": 2449.42, "end": 2449.58, "word": " you", "probability": 0.95263671875}, {"start": 2449.58, "end": 2449.72, "word": " need", "probability": 0.92333984375}, {"start": 2449.72, "end": 2449.82, "word": " to", "probability": 0.96630859375}, {"start": 2449.82, "end": 2449.98, "word": " do", "probability": 0.96142578125}, {"start": 2449.98, "end": 2450.2, "word": " is", "probability": 0.9453125}, {"start": 2450.2, "end": 2450.36, "word": " to", "probability": 0.7529296875}, {"start": 2450.36, "end": 2450.5, "word": " read", "probability": 0.97119140625}, {"start": 2450.5, "end": 2450.66, "word": " the", "probability": 0.67236328125}, {"start": 2450.66, "end": 2451.02, "word": " paragraph", "probability": 0.9404296875}, {"start": 2451.02, "end": 2451.66, "word": " and", "probability": 0.70263671875}], "temperature": 1.0}, {"id": 89, "seek": 246271, "start": 2452.17, "end": 2462.71, "text": "Complete the sentence, sorry the paragraph with suitable supporting sentence. Thank you very much and I will see you next time inshallah.", "tokens": [14627, 17220, 264, 8174, 11, 2597, 264, 18865, 365, 12873, 7231, 8174, 13, 1044, 291, 588, 709, 293, 286, 486, 536, 291, 958, 565, 1028, 71, 13492, 13], "avg_logprob": -0.3362069088837196, "compression_ratio": 1.2342342342342343, "no_speech_prob": 6.508827209472656e-05, "words": [{"start": 2452.17, "end": 2452.87, "word": "Complete", "probability": 0.6556396484375}, {"start": 2452.87, "end": 2453.59, "word": " the", "probability": 0.8798828125}, {"start": 2453.59, "end": 2454.15, "word": " sentence,", "probability": 0.92138671875}, {"start": 2454.35, "end": 2454.89, "word": " sorry", "probability": 0.2413330078125}, {"start": 2454.89, "end": 2455.07, "word": " the", "probability": 0.4736328125}, {"start": 2455.07, "end": 2455.47, "word": " paragraph", "probability": 0.92724609375}, {"start": 2455.47, "end": 2456.03, "word": " with", "probability": 0.87646484375}, {"start": 2456.03, "end": 2456.51, "word": " suitable", "probability": 0.83251953125}, {"start": 2456.51, "end": 2457.69, "word": " supporting", "probability": 0.912109375}, {"start": 2457.69, "end": 2458.11, "word": " sentence.", "probability": 0.8359375}, {"start": 2458.37, "end": 2459.17, "word": " Thank", "probability": 0.3671875}, {"start": 2459.17, "end": 2459.35, "word": " you", "probability": 0.94677734375}, {"start": 2459.35, "end": 2459.55, "word": " very", "probability": 0.84716796875}, {"start": 2459.55, "end": 2459.87, "word": " much", "probability": 0.91845703125}, {"start": 2459.87, "end": 2460.41, "word": " and", "probability": 0.890625}, {"start": 2460.41, "end": 2461.41, "word": " I", "probability": 0.95361328125}, {"start": 2461.41, "end": 2461.57, "word": " will", "probability": 0.83056640625}, {"start": 2461.57, "end": 2461.75, "word": " see", "probability": 0.92919921875}, {"start": 2461.75, "end": 2461.87, "word": " you", "probability": 0.9697265625}, {"start": 2461.87, "end": 2462.03, "word": " next", "probability": 0.93310546875}, {"start": 2462.03, "end": 2462.27, "word": " time", "probability": 0.87890625}, {"start": 2462.27, "end": 2462.71, "word": " inshallah.", "probability": 0.61474609375}], "temperature": 1.0}], "language": "en", "language_probability": 1.0, "duration": 2463.49775, "duration_after_vad": 1960.8293749999923} \ No newline at end of file diff --git a/PL9fwy3NUQKwbknFHzECJkgNOSFOth6GiS/NLaxFPPt4Jw_postprocess.srt b/PL9fwy3NUQKwbknFHzECJkgNOSFOth6GiS/NLaxFPPt4Jw_postprocess.srt new file mode 100644 index 0000000000000000000000000000000000000000..d85b85e348f61c26cbead2a38363245ff1d46566 --- /dev/null +++ b/PL9fwy3NUQKwbknFHzECJkgNOSFOth6GiS/NLaxFPPt4Jw_postprocess.srt @@ -0,0 +1,1860 @@ +1 +00:00:21,260 --> 00:00:24,700 +Good morning, how are you today? Very good, very + +2 +00:00:24,700 --> 00:00:27,040 +good. Alright, today we're looking at a very + +3 +00:00:27,040 --> 00:00:29,880 +important topic and this has to do with getting + +4 +00:00:29,880 --> 00:00:33,860 +your punctuation right. We're talking today about + +5 +00:00:33,860 --> 00:00:37,420 +a common sort of writing problem that a lot of + +6 +00:00:37,420 --> 00:00:42,400 +students have or make when they write their + +7 +00:00:42,400 --> 00:00:46,000 +sentences and this is about not being able to + +8 +00:00:46,000 --> 00:00:49,400 +write or to punctuate sentences correctly. + +9 +00:00:51,030 --> 00:00:54,450 +sentences problems and these are run-on sentences + +10 +00:00:54,450 --> 00:00:59,610 +and comma splice sentences. It's an easy concept, + +11 +00:00:59,750 --> 00:01:01,970 +it's not a very difficult concept to understand, + +12 +00:01:02,350 --> 00:01:06,570 +but it's all about just writing good punctuation, + +13 +00:01:06,730 --> 00:01:09,560 +writing or punctuating your sentences. Correctly. + +14 +00:01:09,800 --> 00:01:13,520 +What is a run-on sentence? It's basically a + +15 +00:01:13,520 --> 00:01:17,180 +sentence error caused by running one sentence + +16 +00:01:17,180 --> 00:01:19,900 +after another. For example, let's just consider + +17 +00:01:19,900 --> 00:01:23,520 +this example for instance. We all like writing. We + +18 +00:01:23,520 --> 00:01:27,240 +all love this. Plus we have two sentences but + +19 +00:01:27,240 --> 00:01:31,040 +there is no punctuation marks between them. So + +20 +00:01:31,040 --> 00:01:33,700 +this is a kind of problem that we call a run-on + +21 +00:01:33,700 --> 00:01:36,260 +sentence. Let's just say one sentence running + +22 +00:01:36,260 --> 00:01:39,500 +after another without any clear punctuation + +23 +00:01:39,500 --> 00:01:42,280 +between them and this is not correct. This is + +24 +00:01:42,280 --> 00:01:46,720 +actually wrong punctuation. Alright? We also have + +25 +00:01:46,720 --> 00:01:51,670 +another common sentence error which is a comma + +26 +00:01:51,670 --> 00:01:54,710 +splice which is a different kind of punctuation + +27 +00:01:54,710 --> 00:01:57,990 +problem which is let's consider this example we + +28 +00:01:57,990 --> 00:02:03,770 +all like writing comma we all love this class what + +29 +00:02:03,770 --> 00:02:08,260 +is wrong here? is that there are two sentences, + +30 +00:02:08,560 --> 00:02:11,540 +but there is only a comma, a poor little comma + +31 +00:02:11,540 --> 00:02:14,980 +between them, and this is again incorrect + +32 +00:02:14,980 --> 00:02:18,300 +punctuation. So next time you're going to write + +33 +00:02:18,300 --> 00:02:22,140 +sentences, we have to avoid these kinds of run-on + +34 +00:02:22,140 --> 00:02:28,140 +and comma splice sentences. How can we solve run + +35 +00:02:28,140 --> 00:02:31,820 +-on and comma splice sentences? There are two easy + +36 +00:02:31,820 --> 00:02:35,760 +ways to solve artifacts. run on and comma splice + +37 +00:02:35,760 --> 00:02:40,820 +sentences. The first one is to add a period. Let's + +38 +00:02:40,820 --> 00:02:44,040 +consider this example. We all like writing full + +39 +00:02:44,040 --> 00:02:49,660 +stop. Okay? We all love this plus. So it's an easy + +40 +00:02:49,660 --> 00:02:53,160 +solution. It's just to put a comma to separate the + +41 +00:02:53,160 --> 00:02:56,260 +two sentences. All right? So we all like writing. + +42 +00:02:56,400 --> 00:03:00,840 +We all love this plus. All right? So what is, how + +43 +00:03:00,840 --> 00:03:05,410 +can we fix this one?I received a letter. It was + +44 +00:03:05,410 --> 00:03:08,790 +from my overseas friend. The solution is by + +45 +00:03:08,790 --> 00:03:14,310 +putting a full stop just or a period between the + +46 +00:03:14,310 --> 00:03:18,410 +two sentences. I received a letter full stop. It + +47 +00:03:18,410 --> 00:03:22,930 +was from my overseas friend. Another example would + +48 +00:03:22,930 --> 00:03:26,320 +be something like My supervisor has been making a + +49 +00:03:26,320 --> 00:03:29,040 +lot of changes because she's really causing + +50 +00:03:29,040 --> 00:03:34,580 +problems to me. How can we fix it? Basically, we + +51 +00:03:34,580 --> 00:03:38,720 +change the comma into apostrophe and this is the + +52 +00:03:38,720 --> 00:03:41,620 +way to solve one way or the first way to solve + +53 +00:03:41,620 --> 00:03:44,860 +comma splice and run on sentence. It's basically + +54 +00:03:44,860 --> 00:03:50,390 +replace the comma with a full stop or just put a + +55 +00:03:50,390 --> 00:03:53,910 +full stop between the two run run sentences. Is + +56 +00:03:53,910 --> 00:03:56,390 +this clear? Yes. Alright, this is solution number + +57 +00:03:56,390 --> 00:04:01,190 +one. We have a second solution which isBasically, + +58 +00:04:01,570 --> 00:04:05,850 +we add a connector. One of the fanboys I told you + +59 +00:04:05,850 --> 00:04:09,410 +about last time. That is to say we add a sub + +60 +00:04:09,410 --> 00:04:13,490 +coordinating conjunction or one of these groups + +61 +00:04:13,490 --> 00:04:17,890 +for and nor but or yet and so between the two + +62 +00:04:17,890 --> 00:04:21,790 +sentences so that we can join them correctly and + +63 +00:04:21,790 --> 00:04:24,410 +in the correct punctuation. For example, + +64 +00:04:28,380 --> 00:04:32,740 +And we all love this plus. So we fix the run on + +65 +00:04:32,740 --> 00:04:36,140 +sentence by adding a connector, by adding the + +66 +00:04:36,140 --> 00:04:39,660 +coordinating conjunction and or any of these seven + +67 +00:04:39,660 --> 00:04:43,340 +coordinators in the word fanboys to correct the + +68 +00:04:43,340 --> 00:04:47,260 +punctuation. Another example would be I want a + +69 +00:04:47,260 --> 00:04:50,540 +promotion. I want more vacation days. This is a + +70 +00:04:50,540 --> 00:04:56,020 +run on sentence. We can fix it by comma and I want + +71 +00:04:56,020 --> 00:05:00,440 +a promotion and I want more vacation days. So this + +72 +00:05:00,440 --> 00:05:04,860 +is actually or these are the two correct ways of + +73 +00:05:04,860 --> 00:05:10,420 +fixing run on and comma splice punctuation + +74 +00:05:10,420 --> 00:05:13,020 +problems. Let's see this example. Which one is the + +75 +00:05:13,020 --> 00:05:16,400 +correct one? Men like to shop quickly. Women like + +76 +00:05:16,400 --> 00:05:19,820 +to browse. The correct way would be Men like to + +77 +00:05:19,820 --> 00:05:24,080 +shop. Men like to shop quickly, but women like to + +78 +00:05:24,080 --> 00:05:27,540 +browse. So the solution here is by adding the + +79 +00:05:27,540 --> 00:05:32,260 +connector or the coordinating word to join the two + +80 +00:05:32,260 --> 00:05:35,800 +sentences correctly. Is this clear? Yes. Actually, + +81 +00:05:35,840 --> 00:05:38,980 +it's not a very difficult concept to understand, + +82 +00:05:39,400 --> 00:05:42,980 +okay? How can we fix again my, this is one + +83 +00:05:42,980 --> 00:05:45,360 +example. What is the problem here? Run one more + +84 +00:05:45,360 --> 00:05:48,810 +comma splice? My best subject is English, my worst + +85 +00:05:48,810 --> 00:05:51,830 +subject is Computer Science. It's a run-on + +86 +00:05:51,830 --> 00:05:55,850 +sentence and here are the two ways of fixing them, + +87 +00:05:56,090 --> 00:06:01,310 +a full stop or a but and we added a second + +88 +00:06:01,310 --> 00:06:05,930 +sentence. Alright? Okay? Excellent. Alright. And + +89 +00:06:05,930 --> 00:06:09,390 +this is the way to fix them correctly. All right. + +90 +00:06:09,630 --> 00:06:11,850 +Which is correct, do you think? Is it the first + +91 +00:06:11,850 --> 00:06:14,750 +one or the second one in terms of punctuation and + +92 +00:06:14,750 --> 00:06:17,470 +in terms of avoiding run on and comma splice + +93 +00:06:17,470 --> 00:06:22,390 +problems? First or the second sentence is the + +94 +00:06:22,390 --> 00:06:25,990 +correct? Yes, I agree with you. It is the second + +95 +00:06:25,990 --> 00:06:30,290 +problem. All right. I have a back problem. So I am + +96 +00:06:30,290 --> 00:06:33,710 +usually go to a chiropractor. So we have here the + +97 +00:06:33,710 --> 00:06:38,660 +correct So this is what we should punctuate all + +98 +00:06:38,660 --> 00:06:41,920 +the time correctly. All right, let's see which one + +99 +00:06:41,920 --> 00:06:43,940 +is the correct one, the first or the second + +100 +00:06:43,940 --> 00:06:48,700 +sentence? The first. Clearly the first sentence is + +101 +00:06:48,700 --> 00:06:52,740 +the correct one. College is not like high school, + +102 +00:06:53,180 --> 00:06:58,180 +full stop. It is a lot harder. Okay, let's see the + +103 +00:06:58,180 --> 00:07:02,780 +third example, which is the correct, the correctly + +104 +00:07:02,780 --> 00:07:05,000 +punctuated sentence, the first one or the second + +105 +00:07:05,000 --> 00:07:09,960 +one? Do you agree? Second one? Yes. The second one + +106 +00:07:09,960 --> 00:07:12,620 +is the correct one. Tanya got an excellent grade + +107 +00:07:12,620 --> 00:07:17,200 +on her test. Four. So one of the fanboys. Comma. + +108 +00:07:17,320 --> 00:07:22,640 +Four. She studied really hard. Okay. The next one. + +109 +00:07:22,940 --> 00:07:27,960 +Which is the correct punctuation of sentences? No. + +110 +00:07:28,680 --> 00:07:32,280 +The first one. First one or the second one? The + +111 +00:07:32,280 --> 00:07:38,000 +first one. Who says the first one? It's not a + +112 +00:07:38,000 --> 00:07:40,920 +threat, it's not a threat actually. It's actually + +113 +00:07:40,920 --> 00:07:43,840 +the second one. Why? Because for example this is + +114 +00:07:43,840 --> 00:07:46,940 +not the way we correct or punctuate sentences + +115 +00:07:46,940 --> 00:07:50,020 +using for example usually for example semicolon, + +116 +00:07:50,460 --> 00:07:53,400 +for example comma or full stop for example comma. + +117 +00:07:53,680 --> 00:07:56,960 +But the correct way is actually the second one. + +118 +00:07:57,240 --> 00:08:00,980 +Okay? I've been given a number of new duties, full + +119 +00:08:00,980 --> 00:08:05,150 +stop. and then we write the second sentence I now + +120 +00:08:05,150 --> 00:08:08,630 +have to do all the work or all day finding filing + +121 +00:08:08,630 --> 00:08:13,850 +myself okay all right which is the correct one the + +122 +00:08:13,850 --> 00:08:16,090 +first or the second one I think this is the last + +123 +00:08:16,090 --> 00:08:22,570 +example second yes it is the second one which is + +124 +00:08:22,570 --> 00:08:25,630 +the correct punctuation is this clear all right so + +125 +00:08:25,630 --> 00:08:28,170 +whenever we find a run-on sentence which is + +126 +00:08:28,170 --> 00:08:31,630 +basically two sentences running after another + +127 +00:08:31,630 --> 00:08:34,490 +without any punctuation between them or we have + +128 +00:08:34,490 --> 00:08:37,890 +only just a comma between two sentences then this + +129 +00:08:37,890 --> 00:08:41,240 +is incorrect punctuation and we have to fix them + +130 +00:08:41,240 --> 00:08:44,760 +either by adding a full stop or a comma. This is + +131 +00:08:44,760 --> 00:08:47,240 +the last exam here. Maria and John liked this but + +132 +00:08:47,240 --> 00:08:49,760 +Karen doesn't. Maria and John liked this, Karen + +133 +00:08:49,760 --> 00:08:54,220 +doesn't. Clearly the first one is the correct + +134 +00:08:54,220 --> 00:08:58,800 +punctuation. Is this clear? Yes. Alright. Let's + +135 +00:08:58,800 --> 00:09:01,320 +look first at our textbook before we do this + +136 +00:09:01,320 --> 00:09:05,720 +exercise. Page 60. Page 60 please. + +137 +00:09:08,740 --> 00:09:11,420 +And we're going to look at these sentences on page + +138 +00:09:11,420 --> 00:09:15,780 +60 and 61 and try to identify to determine which + +139 +00:09:15,780 --> 00:09:19,120 +sentence is the correct sentence, the correctly + +140 +00:09:19,120 --> 00:09:22,040 +punctuated sentence, and which sentences are + +141 +00:09:22,040 --> 00:09:25,960 +either run on sentence or comma splice sentence + +142 +00:09:25,960 --> 00:09:29,040 +and try to fix them either using either of the two + +143 +00:09:29,040 --> 00:09:34,000 +values run on, sorry, full stop or using a + +144 +00:09:34,000 --> 00:09:34,500 +connector. + +145 +00:12:06,220 --> 00:12:11,180 +Alright, let's see. Let's see sentence number two. + +146 +00:12:11,400 --> 00:12:16,180 +Number two. Yes, please. Kittens are cute. They + +147 +00:12:16,180 --> 00:12:19,200 +like to play. Kittens are cute and they like to + +148 +00:12:19,200 --> 00:12:22,260 +play. Alright, so is this a correct sentence or a + +149 +00:12:22,260 --> 00:12:25,960 +problem with that punctuation here? It's a comma + +150 +00:12:25,960 --> 00:12:29,580 +splice, exactly. So, how do we fix it? Kittens are + +151 +00:12:29,580 --> 00:12:32,950 +cute. And they like to play. Very nice. And + +152 +00:12:32,950 --> 00:12:37,390 +comment and they like to play and they like to + +153 +00:12:37,390 --> 00:12:40,870 +play. Oh, full stop. Full stop. They like. Okay, + +154 +00:12:41,290 --> 00:12:45,170 +let's see. Number three. Books are good companions + +155 +00:12:45,170 --> 00:12:48,610 +and they can also protect you. This is correct + +156 +00:12:48,610 --> 00:12:51,890 +punctuation and these are too correct and this is + +157 +00:12:51,890 --> 00:12:53,870 +a correct sentence. Number four. + +158 +00:12:59,630 --> 00:13:00,590 +At strangers. + +159 +00:13:05,810 --> 00:13:11,050 +For dogs to bark at strangers. Very nice. But. + +160 +00:13:11,990 --> 00:13:14,610 +Very nice. So we have to. This is a run on + +161 +00:13:14,610 --> 00:13:17,070 +sentence. There is no punctuation between the two + +162 +00:13:17,070 --> 00:13:20,650 +sentences. So fix it by adding a connector to it. + +163 +00:13:20,730 --> 00:13:21,090 +Yes please. + +164 +00:13:28,240 --> 00:13:31,580 +It's a correct or a correctly punctuated sentence. + +165 +00:13:31,720 --> 00:13:35,680 +Number six. Penguins. Yes, please. Penguins always + +166 +00:13:35,680 --> 00:13:39,380 +be outsiders. They are good pets for people who + +167 +00:13:39,380 --> 00:13:43,060 +like to go to fancy parties. It's a comma splice. + +168 +00:13:43,080 --> 00:13:47,400 +It's a comma splice. Comma, so. So after the comma + +169 +00:13:47,400 --> 00:13:50,900 +here, so they are good pets, blah, blah, blah, + +170 +00:13:51,000 --> 00:13:54,320 +blah. Okay? So they are good pets because it's a + +171 +00:13:54,320 --> 00:13:57,490 +comma splice problem here. Yes, please.A bad + +172 +00:13:57,490 --> 00:14:02,310 +elephant can fan you with his ears and spray you + +173 +00:14:02,310 --> 00:14:07,050 +with his trunk. You won't need air conditioning or + +174 +00:14:07,050 --> 00:14:11,630 +a shower or a spice. It's a common spice. So we + +175 +00:14:11,630 --> 00:14:14,250 +can say so because this is sort of a logical + +176 +00:14:14,250 --> 00:14:18,670 +connector here. So you won't need a shower or air + +177 +00:14:18,670 --> 00:14:23,070 +conditioning. Yes please. Goats eat + +178 +00:14:29,130 --> 00:14:33,330 +You learn, you learn. So it's a correctly + +179 +00:14:33,330 --> 00:14:37,450 +punctuated sentence, alright? See number nine? + +180 +00:14:37,630 --> 00:14:41,190 +Yes. Number nine. Yes please. Giraffe can really + +181 +00:14:41,190 --> 00:14:46,960 +sing on high notes? And it can see over the heads + +182 +00:14:46,960 --> 00:14:50,400 +of people. Very nice. And it can. So we need to + +183 +00:14:50,400 --> 00:14:55,580 +fix it by adding and it can see over the heads of + +184 +00:14:55,580 --> 00:14:56,700 +people at the right. + +185 +00:14:59,940 --> 00:15:04,840 +Both are correct as logical connectors here in + +186 +00:15:04,840 --> 00:15:08,740 +this sentence. And finally number ten, number ten. + +187 +00:15:09,320 --> 00:15:11,960 +Keeping a boa constrictor as a pet if you enjoy + +188 +00:15:11,960 --> 00:15:18,200 +being alone then no one will ever visit you. After + +189 +00:15:18,200 --> 00:15:24,280 +alone we can say then, alright, no one will ever + +190 +00:15:24,280 --> 00:15:31,240 +saw or we can say and then. or so then or and then + +191 +00:15:31,240 --> 00:15:33,860 +is the correct one and then no one but it has to + +192 +00:15:33,860 --> 00:15:38,900 +be comma and then no one will ever visit you. Is + +193 +00:15:38,900 --> 00:15:43,140 +this clear? All right so this is just about all + +194 +00:15:43,140 --> 00:15:46,540 +right we've got one more exercise to do before + +195 +00:15:46,540 --> 00:15:51,340 +moving to a new topic all right all right let's + +196 +00:15:51,340 --> 00:15:58,180 +fix let us fix these I'll run on and cross-place + +197 +00:15:58,180 --> 00:15:59,840 +sentences, all right? + +198 +00:16:02,960 --> 00:16:04,240 +Very quickly, please. + +199 +00:16:38,150 --> 00:16:38,390 +Okay. + +200 +00:17:34,170 --> 00:17:37,670 +All right? All right. This should be easy once. So + +201 +00:17:37,670 --> 00:17:40,350 +you can either solve a course by solving alone by + +202 +00:17:40,350 --> 00:17:42,610 +adding a full stop between the two sentences or + +203 +00:17:42,610 --> 00:17:45,390 +adding one of these coordinators. Yes, please. + +204 +00:17:46,010 --> 00:17:51,190 +First, some people are friendly. Full stop. I like + +205 +00:17:51,190 --> 00:17:57,790 +to talk. Then, so you can, then I like to talk and + +206 +00:17:57,790 --> 00:18:00,570 +also I like to talk. + +207 +00:18:08,050 --> 00:18:13,510 +So you have to study every day all right over + +208 +00:18:13,510 --> 00:18:21,050 +there, please And + +209 +00:18:21,050 --> 00:18:24,730 +comment and she went to the birthday party Yes + +210 +00:18:24,730 --> 00:18:29,790 +please over there So + +211 +00:18:29,790 --> 00:18:35,230 +he got very good so We got very wet. Very nice. + +212 +00:18:35,470 --> 00:18:39,230 +Yes please. One day we went outside for a short + +213 +00:18:39,230 --> 00:18:43,970 +coma and it was fun. Coma and it was? Also it was + +214 +00:18:43,970 --> 00:18:47,950 +fun. It was fun. + +215 +00:18:49,750 --> 00:18:55,490 +Alright. Six. Yes please. The kids last night they + +216 +00:18:55,490 --> 00:19:00,620 +ate too much. The kids last nightand they ate too + +217 +00:19:00,620 --> 00:19:07,560 +much or but they ate too much but they ate too + +218 +00:19:07,560 --> 00:19:10,700 +much and finally yes yes please the show begins at + +219 +00:19:10,700 --> 00:19:13,680 +seven thirty make sure you are there before seven + +220 +00:19:13,680 --> 00:19:21,000 +fifty fifteen and so so make sure so make sure you + +221 +00:19:21,000 --> 00:19:27,410 +are there before seven fifteen all right We have + +222 +00:19:27,410 --> 00:19:32,150 +still time for one more exercise on this topic and + +223 +00:19:32,150 --> 00:19:36,930 +I invite you to look at the sentences here and try + +224 +00:19:36,930 --> 00:19:42,650 +to find what sentences are considered comma splice + +225 +00:19:42,650 --> 00:19:47,830 +or run-on sentences in this paragraph. Please read + +226 +00:19:47,830 --> 00:19:51,030 +very quickly and try to identify the run-on and + +227 +00:19:51,030 --> 00:19:52,450 +comma splice sentences here. + +228 +00:20:13,700 --> 00:20:15,100 +Okay. + +229 +00:21:57,410 --> 00:22:00,790 +Are we finished? Yes. Sure. Yes, let's start. We'd + +230 +00:22:00,790 --> 00:22:03,910 +love to start. Yes, please. My mother doesn't own + +231 +00:22:03,910 --> 00:22:08,190 +a motel and I work there as a young woman. So + +232 +00:22:08,190 --> 00:22:13,390 +there's a problem here with a comma here and I + +233 +00:22:13,390 --> 00:22:16,250 +work there. Very nice. And I work there as a young + +234 +00:22:16,250 --> 00:22:21,730 +woman. Why? What else? Yes, please. I enjoy doing + +235 +00:22:21,730 --> 00:22:24,030 +this work very much. I met many interesting + +236 +00:22:24,030 --> 00:22:26,650 +people. Comma. So I enjoy + +237 +00:22:37,370 --> 00:22:40,430 +There is a run on here between the two sentences + +238 +00:22:40,430 --> 00:22:42,810 +where there is no punctuation. So we can put + +239 +00:22:42,810 --> 00:22:49,110 +punctuation first or comma and I enjoyed and I met + +240 +00:22:49,110 --> 00:22:53,050 +many interesting people. One time a family came to + +241 +00:22:53,050 --> 00:22:56,710 +stay in the hotel. Problem? No. They had a + +242 +00:22:56,710 --> 00:23:02,510 +daughter, she was my age. And she was my age. And + +243 +00:23:02,510 --> 00:23:06,450 +she was my age. Alright, who would like to + +244 +00:23:06,450 --> 00:23:12,030 +continue? We, we often, yes ma'am. We often met + +245 +00:23:12,030 --> 00:23:15,870 +and talked about our lives. Probably? No. No? I + +246 +00:23:15,870 --> 00:23:19,730 +invited her to my house to meet my family. We + +247 +00:23:19,730 --> 00:23:24,250 +shared our customs with her. Later my mother told + +248 +00:23:24,250 --> 00:23:29,160 +me Alright, problem? Yes, there is a problem. + +249 +00:23:29,320 --> 00:23:33,320 +Where is it? Alright, we shared our customs with + +250 +00:23:33,320 --> 00:23:37,540 +her later which so we have two sentences here and + +251 +00:23:37,540 --> 00:23:38,620 +we need some punctuation. + +252 +00:23:43,590 --> 00:23:48,910 +Later, my mother taught me something + +253 +00:23:48,910 --> 00:23:51,770 +unforgettable. She said, I know that you're going + +254 +00:23:51,770 --> 00:23:54,230 +to live in America. My mother was a very smart + +255 +00:23:54,230 --> 00:24:01,050 +woman. She was right. And she was right. And she + +256 +00:24:01,050 --> 00:24:05,350 +was right. I came to America searching for my + +257 +00:24:05,350 --> 00:24:09,110 +friend. full stop and still looking. So what we + +258 +00:24:09,110 --> 00:24:12,330 +see here are some examples of run-on or comma + +259 +00:24:12,330 --> 00:24:15,130 +-slice sentences that we all the time need to fix + +260 +00:24:15,130 --> 00:24:20,090 +them by adding a full stop or a coordinate. There + +261 +00:24:20,090 --> 00:24:22,130 +are three more ways but we'll talk about them + +262 +00:24:22,130 --> 00:24:25,750 +later on. Is this clear? Now let's move on to + +263 +00:24:25,750 --> 00:24:28,910 +something else which has to do with + +264 +00:24:28,910 --> 00:24:34,930 +capitalization. Alright? It's about using capital + +265 +00:24:34,930 --> 00:24:37,590 +letters. Alright? When do I use capital letters? + +266 +00:24:38,870 --> 00:24:43,350 +Alright, one way is by? Okay, whenever I begin a + +267 +00:24:43,350 --> 00:24:47,050 +sentence, I have to capitalize the first letter of + +268 +00:24:47,050 --> 00:24:49,490 +the first word. So, I capitalize the beginning of + +269 +00:24:49,490 --> 00:24:52,690 +sentences. Anything else? Yes, please. Names. + +270 +00:24:53,050 --> 00:24:57,450 +Okay, proper names. Proper nouns, we capitalize + +271 +00:24:57,450 --> 00:25:02,280 +them. Anything else? Yes, please. Famous places. + +272 +00:25:02,460 --> 00:25:06,500 +Very nice. What else? The first word in a + +273 +00:25:06,500 --> 00:25:10,300 +sentence. Very nice. And nationalities, religions, + +274 +00:25:10,720 --> 00:25:15,220 +languages and so on. And abbreviations or + +275 +00:25:15,220 --> 00:25:17,900 +acronyms. Very very nice. Alright. Let's just go + +276 +00:25:17,900 --> 00:25:21,260 +over them and just to remind you if you forgot any + +277 +00:25:21,260 --> 00:25:26,480 +of these rules on when I capitalize words. + +278 +00:25:26,680 --> 00:25:30,570 +Alright? Correctly. Alright, so it is the first + +279 +00:25:30,570 --> 00:25:35,430 +word in a sentence, names of people, places, and + +280 +00:25:35,430 --> 00:25:39,330 +things or specific things that we refer to, titles + +281 +00:25:39,330 --> 00:25:45,250 +of books, of magazines, and so on, and days and + +282 +00:25:45,250 --> 00:25:49,360 +months. Let's just have some examples to + +283 +00:25:49,360 --> 00:25:52,680 +illustrate these ideas. So the easiest rule is + +284 +00:25:52,680 --> 00:25:56,000 +whenever I start a sentence, I have to capitalize + +285 +00:25:56,000 --> 00:25:59,520 +it, okay? This might be something negligible, + +286 +00:25:59,640 --> 00:26:03,160 +something that some students forget, but always + +287 +00:26:03,160 --> 00:26:06,780 +make sure that you capitalize the beginning of + +288 +00:26:06,780 --> 00:26:11,920 +your sentences, okay? For example, he went for the + +289 +00:26:11,920 --> 00:26:16,830 +store for men or wait or There is the book U plus + +290 +00:26:16,830 --> 00:26:20,070 +O. Capitalize the first, the beginning of the + +291 +00:26:20,070 --> 00:26:22,830 +sentence with a capital letter. Alright? Another + +292 +00:26:22,830 --> 00:26:26,970 +example is capitalize proper nouns. Okay? For + +293 +00:26:26,970 --> 00:26:30,790 +example, Georgia, Washington for example or also + +294 +00:26:30,790 --> 00:26:35,920 +the names of specific places. or specific things. + +295 +00:26:36,060 --> 00:26:40,120 +For example, New York State, Gaza City, + +296 +00:26:40,560 --> 00:26:45,000 +Disneyland, Winter Olympics are all capitalized + +297 +00:26:45,000 --> 00:26:47,580 +because they are either specific places or + +298 +00:26:47,580 --> 00:26:53,420 +specific things. Also capitalized titles of books, + +299 +00:26:54,200 --> 00:26:58,880 +of magazines, of articles, of movies and so on. + +300 +00:26:58,940 --> 00:27:03,180 +For example, Goodnight too. Notice that we + +301 +00:27:03,180 --> 00:27:07,040 +capitalize the two words, okay? Or finding Nemo. + +302 +00:27:07,420 --> 00:27:12,060 +Or local team goes to save finals. Notice here the + +303 +00:27:12,060 --> 00:27:15,360 +last one, the last title or headline. Why did I + +304 +00:27:15,360 --> 00:27:20,410 +not capitalize too? Because it's a preposition and + +305 +00:27:20,410 --> 00:27:23,290 +also it's a preposition that is less than, fewer + +306 +00:27:23,290 --> 00:27:26,430 +than four letters. So any preposition that is + +307 +00:27:26,430 --> 00:27:29,830 +fewer than three, four letters, then we don't + +308 +00:27:29,830 --> 00:27:33,450 +capitalize. So a word like N is not capitalized in + +309 +00:27:33,450 --> 00:27:36,910 +titles. A word like at is not capitalized in + +310 +00:27:36,910 --> 00:27:41,090 +titles because it is less than three or four + +311 +00:27:41,090 --> 00:27:45,910 +letters. All right? Okay?Let's say Alice + +312 +00:27:45,910 --> 00:27:50,230 +adventures in Wonderland. Notice that the N here + +313 +00:27:50,230 --> 00:27:54,510 +is not capitalized in this sentence because it's + +314 +00:27:54,510 --> 00:27:55,930 +fewer than four. + +315 +00:28:00,040 --> 00:28:03,660 +All right, and finally, we capitalize days and + +316 +00:28:03,660 --> 00:28:06,920 +months. For example, Monday, Tuesday, Wednesday, + +317 +00:28:07,160 --> 00:28:10,120 +Thursday, and so on. And of course, months, July, + +318 +00:28:11,480 --> 00:28:14,000 +August, September, February are all also + +319 +00:28:14,000 --> 00:28:18,480 +capitalized, all right? But not seasons, not the + +320 +00:28:18,480 --> 00:28:21,700 +four seasons that we know. Winter, spring, autumn, + +321 +00:28:21,820 --> 00:28:25,780 +and summer are not capitalized unless they are + +322 +00:28:25,780 --> 00:28:31,840 +part of name. For example, the Fula festival, the + +323 +00:28:31,840 --> 00:28:35,560 +autumn festival. It's part of the name so it is in + +324 +00:28:35,560 --> 00:28:40,000 +this case capitalized, alright? Or when they begin + +325 +00:28:40,000 --> 00:28:44,520 +of course the sentence it is also another case of + +326 +00:28:44,520 --> 00:28:47,980 +capitalizing seasons. Is this clear? Yes. Alright. + +327 +00:28:49,110 --> 00:28:53,110 +Alright, now let's do the exercise here first. Try + +328 +00:28:53,110 --> 00:28:56,830 +to capitalize where necessary before we move on to + +329 +00:28:56,830 --> 00:28:59,490 +talk about the exercise in your textbook. So + +330 +00:28:59,490 --> 00:29:04,650 +capitalize where necessary in these sentences. You + +331 +00:29:04,650 --> 00:29:06,130 +may take some notes of course. + +332 +00:29:47,650 --> 00:29:48,190 +Thank you. + +333 +00:30:27,430 --> 00:30:30,370 +Alright? Yes. Alright. Very nice. Yes, please. The + +334 +00:30:30,370 --> 00:30:33,590 +first one. You really only have one golden chance + +335 +00:30:33,590 --> 00:30:36,150 +to get a reputation. We capitalized on you. We + +336 +00:30:36,150 --> 00:30:39,770 +capitalized on you because it is the beginning of + +337 +00:30:39,770 --> 00:30:42,910 +a sentence. Very nice. Yes, please. I'm going to + +338 +00:30:42,910 --> 00:30:46,210 +the bar with my friends Cathy and Bart. We + +339 +00:30:46,210 --> 00:30:49,710 +capitalized on them. Cathy and Bart. Yes, because + +340 +00:30:49,710 --> 00:30:55,410 +they are rappers. Next. Okay. Cathy and Bart. + +341 +00:30:55,610 --> 00:30:58,910 +Okay. Yes, please.Powell's classical includes + +342 +00:30:58,910 --> 00:31:01,590 +American history, Spanish, English, Alphabet, + +343 +00:31:01,810 --> 00:31:06,230 +values and languages.Powell is capital letter and + +344 +00:31:06,230 --> 00:31:11,350 +American Spanish language. + +345 +00:31:12,130 --> 00:31:15,430 +English, English because there are names on it. + +346 +00:31:15,470 --> 00:31:18,750 +But no, it's not capitalized because it's a common + +347 +00:31:18,750 --> 00:31:25,150 +noun, not a name of a language or a nationality. + +348 +00:31:25,250 --> 00:31:27,210 +Yes please. The Chicago River ran into the + +349 +00:31:27,210 --> 00:31:29,850 +Mississippi Valley waterway, the Chicago capital + +350 +00:31:29,850 --> 00:31:35,870 +of the Chicago River, Mississippi Valley. Very + +351 +00:31:35,870 --> 00:31:38,650 +nice. Water. Water raised up, capitalized. + +352 +00:31:38,770 --> 00:31:41,030 +Alright? Because this is the name of a specific + +353 +00:31:41,030 --> 00:31:44,550 +place that we can find on the map. So it is + +354 +00:31:44,550 --> 00:31:53,110 +capitalized. Yes, please. Clark. Clark. Very nice. + +355 +00:31:53,270 --> 00:31:58,450 +Mrs. M is capitalized and Clark and M is + +356 +00:31:58,450 --> 00:32:01,410 +capitalized. So M is capitalized. Yes, please. + +357 +00:32:10,760 --> 00:32:16,860 +My aunt and + +358 +00:32:16,860 --> 00:32:20,180 +I picked up the papers along with my aunt and I. + +359 +00:32:24,780 --> 00:32:29,800 +When she + +360 +00:32:29,800 --> 00:32:36,840 +was half years old, she She had snow white when + +361 +00:32:36,840 --> 00:32:41,560 +she was first. So it's the name of a cartoon or a + +362 +00:32:41,560 --> 00:32:44,920 +film. Okay? All right? This is clear? Number + +363 +00:32:44,920 --> 00:32:48,580 +three, why we didn't capitalize math? Math because + +364 +00:32:48,580 --> 00:32:53,160 +it's not a, it's just a subject. It's not a name + +365 +00:32:53,160 --> 00:32:56,380 +of a subject like English or Spanish or anything + +366 +00:32:56,380 --> 00:32:58,420 +like that. This is something that we need to look + +367 +00:32:58,420 --> 00:33:01,000 +at on page 16 in your page. All right? + +368 +00:33:05,810 --> 00:33:08,470 +Alright, let's see just a quick review of these + +369 +00:33:08,470 --> 00:33:11,770 +rules before we move on to talk about the last, do + +370 +00:33:11,770 --> 00:33:14,450 +the last exercise. Let's see number one is + +371 +00:33:15,640 --> 00:33:18,620 +Capitalize the first word in a sentence, like my + +372 +00:33:18,620 --> 00:33:21,960 +neighbor is a mechanic. The pronoun I is always + +373 +00:33:21,960 --> 00:33:24,700 +capitalized. Some students forget to capitalize I. + +374 +00:33:24,940 --> 00:33:28,620 +It's always capitalized regardless of where it is. + +375 +00:33:28,940 --> 00:33:32,000 +And number three, names of people and their + +376 +00:33:32,000 --> 00:33:36,260 +titles. For example, King Abdullah II. Notice that + +377 +00:33:36,260 --> 00:33:39,980 +King is capitalized and Abdullah is capitalized. + +378 +00:33:40,020 --> 00:33:43,450 +We're talking about page 16. Yes. All right. And + +379 +00:33:43,450 --> 00:33:47,810 +President Putin, P is capital, P is also another + +380 +00:33:47,810 --> 00:33:51,450 +capital. Professor, Indiana Jones, so notice that + +381 +00:33:51,450 --> 00:33:54,890 +the title professor is capitalized and also + +382 +00:33:54,890 --> 00:33:58,950 +Indiana Jones is also capitalized. Notice not a + +383 +00:33:58,950 --> 00:34:02,490 +name, not a title without a name. For example, + +384 +00:34:02,770 --> 00:34:06,090 +king, a king is not capitalized because it is not + +385 +00:34:06,090 --> 00:34:10,450 +followed by a name, all right? Have you met your + +386 +00:34:10,450 --> 00:34:14,690 +love? Professor. Professor is not capitalized + +387 +00:34:14,690 --> 00:34:17,990 +because it's a title without a name also. But + +388 +00:34:17,990 --> 00:34:22,190 +notice sometimes if the title refers to a specific + +389 +00:34:22,190 --> 00:34:27,090 +person, we capitalize. For example, the President. + +390 +00:34:27,670 --> 00:34:30,410 +P here is the President of the United States, the + +391 +00:34:30,410 --> 00:34:33,630 +President of Palestine. P here is capitalized + +392 +00:34:33,630 --> 00:34:37,450 +because it refers to only a specific person and + +393 +00:34:37,450 --> 00:34:40,250 +therefore we capitalize the P. Is this clear? Yes. + +394 +00:34:40,490 --> 00:34:43,530 +Yes. Nationalities, we know this. Nationalities, + +395 +00:34:43,950 --> 00:34:47,550 +languages, religions and ethnic groups are always + +396 +00:34:47,550 --> 00:34:50,490 +capitalized. For example, Jewish, Christian, + +397 +00:34:50,730 --> 00:34:53,790 +Muslim, Hispanic, Swedish, English, Palestinian + +398 +00:34:53,790 --> 00:34:57,810 +are always capitalized. Names of school courses + +399 +00:34:57,810 --> 00:35:03,540 +with numbers. For example, Psychology 101 for + +400 +00:35:03,540 --> 00:35:07,200 +example, but not history because it's not followed + +401 +00:35:07,200 --> 00:35:11,100 +by a number. Math is not capitalized because it is + +402 +00:35:11,100 --> 00:35:12,860 +not followed by a number. + +403 +00:35:18,750 --> 00:35:23,430 +Physics 352 is capitalized. History 101 and + +404 +00:35:23,430 --> 00:35:26,590 +Russian history. Notice that history here is not + +405 +00:35:26,590 --> 00:35:29,310 +capitalized but Russian is capitalized because it + +406 +00:35:29,310 --> 00:35:34,290 +is a name of nationality. And finally specific + +407 +00:35:34,290 --> 00:35:38,490 +places that you can find on the map you have to + +408 +00:35:38,490 --> 00:35:41,570 +capitalize. Is this clear? Yes. Now let's finish + +409 +00:35:41,570 --> 00:35:45,730 +with this last exercise on page 18. And the + +410 +00:35:45,730 --> 00:35:48,750 +paragraph on nursing Monday that I'd like you to + +411 +00:35:48,750 --> 00:35:52,750 +capitalize where necessary. Alright? Very quickly + +412 +00:35:52,750 --> 00:35:53,050 +please. + +413 +00:36:16,550 --> 00:36:16,750 +Okay. + +414 +00:39:09,050 --> 00:39:13,630 +My name is Nelson Mandela and I have had an + +415 +00:39:13,630 --> 00:39:18,610 +unusual life and + +416 +00:39:18,610 --> 00:39:24,490 +I + +417 +00:39:24,490 --> 00:39:30,860 +have had an unusual life.I have been both a + +418 +00:39:30,860 --> 00:39:33,160 +prisoner and a prisoner to my country. We + +419 +00:39:33,160 --> 00:39:38,200 +capitalized I. I have been both. Hold on a sec, + +420 +00:39:38,340 --> 00:39:39,360 +just a fixed statement. + +421 +00:39:47,170 --> 00:39:52,830 +been both a prisoner and a president. Is a + +422 +00:39:52,830 --> 00:39:55,490 +president here capitalized? No, because it does + +423 +00:39:55,490 --> 00:39:58,850 +not refer to a specific person. It's an indefinite + +424 +00:39:58,850 --> 00:40:01,830 +noun, not a definite noun. Yes, please. Very nice. + +425 +00:40:02,290 --> 00:40:07,030 +I was born in 1918 in a small village in South + +426 +00:40:07,030 --> 00:40:11,090 +Africa. South Africa is capitalized because it + +427 +00:40:11,090 --> 00:40:14,350 +refers to a specific location. Very good. All + +428 +00:40:14,350 --> 00:40:14,970 +right. Yes, please. + +429 +00:40:18,880 --> 00:40:24,380 +Henry and Mandela was the chief of our tribe. + +430 +00:40:24,640 --> 00:40:29,240 +There's no capitalization here. As a child, I took + +431 +00:40:29,240 --> 00:40:33,320 +care of the family's cattle and goats. All right? + +432 +00:40:34,340 --> 00:40:40,320 +Yes, please. When I grew up, I decided to become a + +433 +00:40:40,320 --> 00:40:44,400 +lawyer. This seemed to be + +434 +00:40:49,170 --> 00:40:55,230 +I became the leader of a group of young Africans. + +435 +00:40:55,550 --> 00:40:59,910 +Africans is a capitalized nationality who wanted + +436 +00:40:59,910 --> 00:41:02,490 +to change the system of discrimination in our + +437 +00:41:02,490 --> 00:41:10,800 +country because of my political activities. I went + +438 +00:41:10,800 --> 00:41:14,480 +to prison for 27 years. Prison. Prison. Prison. + +439 +00:41:14,820 --> 00:41:16,540 +Prison. Prison. Prison. Prison. Prison. Prison. + +440 +00:41:16,540 --> 00:41:16,780 +Prison. Prison. Prison. Prison. Prison. Prison. + +441 +00:41:16,780 --> 00:41:16,800 +Prison. Prison. Prison. Prison. Prison. Prison. + +442 +00:41:16,800 --> 00:41:16,820 +Prison. Prison. Prison. Prison. Prison. Prison. + +443 +00:41:16,820 --> 00:41:17,120 +Prison. Prison. Prison. Prison. Prison. Prison. + +444 +00:41:17,160 --> 00:41:17,660 +Prison. Prison. Prison. Prison. Prison. Prison. + +445 +00:41:18,060 --> 00:41:18,540 +Prison. Prison. Prison. Prison. Prison. Prison. + +446 +00:41:18,540 --> 00:41:22,060 +Prison. Prison. Prison. Prison. Prison. Prison. + +447 +00:41:23,320 --> 00:41:27,540 +Prison. Prison. Prison. + +448 +00:41:36,990 --> 00:41:40,650 +from all over the world. I also learned that + +449 +00:41:40,650 --> 00:41:46,530 +Africa is the name of a language which is Hamasa. + +450 +00:42:05,950 --> 00:42:12,090 +capital letter Y for South Africans. Of course, I + +451 +00:42:12,090 --> 00:42:16,290 +also speak English and Xhosa, which is also a name + +452 +00:42:16,290 --> 00:42:19,670 +of a language. Xhosa, which is the language of my + +453 +00:42:19,670 --> 00:42:30,110 +tribe. In 1990, I was 33. I became the President + +454 +00:42:30,110 --> 00:42:31,270 +of South Africa. + +455 +00:42:35,650 --> 00:42:41,050 +Africa in 1994. During my time in office, I tried + +456 +00:42:41,050 --> 00:42:46,330 +to bring peace, democracy and prosperity to all my + +457 +00:42:46,330 --> 00:42:52,070 +country people. Now, I am retired full stop. + +458 +00:42:52,310 --> 00:42:54,910 +Alright? Is this clear? So what we see here are + +459 +00:42:54,910 --> 00:42:58,970 +examples of when to use capitalization. There are + +460 +00:42:58,970 --> 00:43:02,140 +some rules that we just applied. in this respect. + +461 +00:43:02,340 --> 00:43:05,000 +So from now on please pay attention whenever you + +462 +00:43:05,000 --> 00:43:07,920 +write to capitalize according to these rules that + +463 +00:43:07,920 --> 00:43:12,380 +we just applied and studied. Alright? Thank you + +464 +00:43:12,380 --> 00:43:14,960 +very much and see you next time inshallah. Thank + +465 +00:43:14,960 --> 00:43:15,100 +you. + diff --git a/PL9fwy3NUQKwbknFHzECJkgNOSFOth6GiS/NLaxFPPt4Jw_raw.json b/PL9fwy3NUQKwbknFHzECJkgNOSFOth6GiS/NLaxFPPt4Jw_raw.json new file mode 100644 index 0000000000000000000000000000000000000000..a826aa3d56eb66256859492fdd0ea2efe46f6f3a --- /dev/null +++ b/PL9fwy3NUQKwbknFHzECJkgNOSFOth6GiS/NLaxFPPt4Jw_raw.json @@ -0,0 +1 @@ +{"segments": [{"id": 1, "seek": 4940, "start": 21.26, "end": 49.4, "text": " Good morning, how are you today? Very good, very good. Alright, today we're looking at a very important topic and this has to do with getting your punctuation right. We're talking today about a common sort of writing problem that a lot of students have or make when they write their sentences and this is about not being able to write or to punctuate sentences correctly.", "tokens": [2205, 2446, 11, 577, 366, 291, 965, 30, 4372, 665, 11, 588, 665, 13, 2798, 11, 965, 321, 434, 1237, 412, 257, 588, 1021, 4829, 293, 341, 575, 281, 360, 365, 1242, 428, 27006, 16073, 558, 13, 492, 434, 1417, 965, 466, 257, 2689, 1333, 295, 3579, 1154, 300, 257, 688, 295, 1731, 362, 420, 652, 562, 436, 2464, 641, 16579, 293, 341, 307, 466, 406, 885, 1075, 281, 2464, 420, 281, 27006, 10107, 16579, 8944, 13], "avg_logprob": -0.2081330118653102, "compression_ratio": 1.6756756756756757, "no_speech_prob": 0.298095703125, "words": [{"start": 21.259999999999998, "end": 21.86, "word": " Good", "probability": 0.273193359375}, {"start": 21.86, "end": 22.46, "word": " morning,", "probability": 0.77197265625}, {"start": 22.54, "end": 22.62, "word": " how", "probability": 0.8974609375}, {"start": 22.62, "end": 22.76, "word": " are", "probability": 0.947265625}, {"start": 22.76, "end": 22.82, "word": " you", "probability": 0.970703125}, {"start": 22.82, "end": 23.1, "word": " today?", "probability": 0.77880859375}, {"start": 23.58, "end": 24.18, "word": " Very", "probability": 0.345703125}, {"start": 24.18, "end": 24.42, "word": " good,", "probability": 0.9052734375}, {"start": 24.5, "end": 24.7, "word": " very", "probability": 0.67236328125}, {"start": 24.7, "end": 24.9, "word": " good.", "probability": 0.91162109375}, {"start": 24.94, "end": 25.2, "word": " Alright,", "probability": 0.5283203125}, {"start": 25.5, "end": 26.02, "word": " today", "probability": 0.81201171875}, {"start": 26.02, "end": 26.24, "word": " we're", "probability": 0.73291015625}, {"start": 26.24, "end": 26.48, "word": " looking", "probability": 0.91162109375}, {"start": 26.48, "end": 26.7, "word": " at", "probability": 0.96337890625}, {"start": 26.7, "end": 26.84, "word": " a", "probability": 0.98681640625}, {"start": 26.84, "end": 27.04, "word": " very", "probability": 0.859375}, {"start": 27.04, "end": 27.5, "word": " important", "probability": 0.88232421875}, {"start": 27.5, "end": 27.84, "word": " topic", "probability": 0.9482421875}, {"start": 27.84, "end": 28.14, "word": " and", "probability": 0.72705078125}, {"start": 28.14, "end": 28.38, "word": " this", "probability": 0.943359375}, {"start": 28.38, "end": 28.6, "word": " has", "probability": 0.94580078125}, {"start": 28.6, "end": 28.74, "word": " to", "probability": 0.97314453125}, {"start": 28.74, "end": 28.9, "word": " do", "probability": 0.96435546875}, {"start": 28.9, "end": 29.24, "word": " with", "probability": 0.91162109375}, {"start": 29.24, "end": 29.88, "word": " getting", "probability": 0.9169921875}, {"start": 29.88, "end": 30.16, "word": " your", "probability": 0.8857421875}, {"start": 30.16, "end": 30.96, "word": " punctuation", "probability": 0.972900390625}, {"start": 30.96, "end": 31.88, "word": " right.", "probability": 0.89794921875}, {"start": 32.36, "end": 32.96, "word": " We're", "probability": 0.92724609375}, {"start": 32.96, "end": 33.2, "word": " talking", "probability": 0.8583984375}, {"start": 33.2, "end": 33.48, "word": " today", "probability": 0.7001953125}, {"start": 33.48, "end": 33.86, "word": " about", "probability": 0.90234375}, {"start": 33.86, "end": 34.16, "word": " a", "probability": 0.99169921875}, {"start": 34.16, "end": 34.58, "word": " common", "probability": 0.84814453125}, {"start": 34.58, "end": 35.18, "word": " sort", "probability": 0.75341796875}, {"start": 35.18, "end": 35.32, "word": " of", "probability": 0.96337890625}, {"start": 35.32, "end": 35.7, "word": " writing", "probability": 0.94140625}, {"start": 35.7, "end": 36.24, "word": " problem", "probability": 0.873046875}, {"start": 36.24, "end": 36.7, "word": " that", "probability": 0.93310546875}, {"start": 36.7, "end": 37.18, "word": " a", "probability": 0.9765625}, {"start": 37.18, "end": 37.3, "word": " lot", "probability": 0.953125}, {"start": 37.3, "end": 37.42, "word": " of", "probability": 0.9638671875}, {"start": 37.42, "end": 37.92, "word": " students", "probability": 0.96875}, {"start": 37.92, "end": 39.64, "word": " have", "probability": 0.90869140625}, {"start": 39.64, "end": 39.92, "word": " or", "probability": 0.6845703125}, {"start": 39.92, "end": 40.18, "word": " make", "probability": 0.9375}, {"start": 40.18, "end": 40.54, "word": " when", "probability": 0.935546875}, {"start": 40.54, "end": 41.3, "word": " they", "probability": 0.896484375}, {"start": 41.3, "end": 42.1, "word": " write", "probability": 0.9296875}, {"start": 42.1, "end": 42.4, "word": " their", "probability": 0.94775390625}, {"start": 42.4, "end": 42.92, "word": " sentences", "probability": 0.9560546875}, {"start": 42.92, "end": 43.6, "word": " and", "probability": 0.388427734375}, {"start": 43.6, "end": 43.8, "word": " this", "probability": 0.94921875}, {"start": 43.8, "end": 43.94, "word": " is", "probability": 0.93896484375}, {"start": 43.94, "end": 44.36, "word": " about", "probability": 0.89794921875}, {"start": 44.36, "end": 44.96, "word": " not", "probability": 0.935546875}, {"start": 44.96, "end": 45.36, "word": " being", "probability": 0.95849609375}, {"start": 45.36, "end": 45.72, "word": " able", "probability": 0.95166015625}, {"start": 45.72, "end": 46.0, "word": " to", "probability": 0.9716796875}, {"start": 46.0, "end": 46.4, "word": " write", "probability": 0.9287109375}, {"start": 46.4, "end": 47.46, "word": " or", "probability": 0.85693359375}, {"start": 47.46, "end": 47.62, "word": " to", "probability": 0.85009765625}, {"start": 47.62, "end": 48.22, "word": " punctuate", "probability": 0.9736328125}, {"start": 48.22, "end": 48.92, "word": " sentences", "probability": 0.9609375}, {"start": 48.92, "end": 49.4, "word": " correctly.", "probability": 0.8818359375}], "temperature": 1.0}, {"id": 2, "seek": 6869, "start": 51.03, "end": 68.69, "text": " sentences problems and these are run-on sentences and comma splice sentences. It's an easy concept, it's not a very difficult concept to understand, but it's all about just writing good punctuation, writing or punctuating your sentences.", "tokens": [16579, 2740, 293, 613, 366, 1190, 12, 266, 16579, 293, 22117, 4732, 573, 16579, 13, 467, 311, 364, 1858, 3410, 11, 309, 311, 406, 257, 588, 2252, 3410, 281, 1223, 11, 457, 309, 311, 439, 466, 445, 3579, 665, 27006, 16073, 11, 3579, 420, 27006, 32438, 428, 16579, 13], "avg_logprob": -0.22265624970197678, "compression_ratio": 1.63013698630137, "no_speech_prob": 1.3709068298339844e-06, "words": [{"start": 51.03, "end": 51.81, "word": " sentences", "probability": 0.438720703125}, {"start": 51.81, "end": 52.27, "word": " problems", "probability": 0.6123046875}, {"start": 52.27, "end": 52.57, "word": " and", "probability": 0.484375}, {"start": 52.57, "end": 52.77, "word": " these", "probability": 0.78173828125}, {"start": 52.77, "end": 53.07, "word": " are", "probability": 0.927734375}, {"start": 53.07, "end": 53.43, "word": " run", "probability": 0.87353515625}, {"start": 53.43, "end": 53.71, "word": "-on", "probability": 0.7322998046875}, {"start": 53.71, "end": 54.45, "word": " sentences", "probability": 0.9521484375}, {"start": 54.45, "end": 54.97, "word": " and", "probability": 0.87744140625}, {"start": 54.97, "end": 55.83, "word": " comma", "probability": 0.427001953125}, {"start": 55.83, "end": 56.61, "word": " splice", "probability": 0.748779296875}, {"start": 56.61, "end": 57.61, "word": " sentences.", "probability": 0.94775390625}, {"start": 58.03, "end": 58.55, "word": " It's", "probability": 0.908203125}, {"start": 58.55, "end": 58.73, "word": " an", "probability": 0.68212890625}, {"start": 58.73, "end": 59.13, "word": " easy", "probability": 0.90625}, {"start": 59.13, "end": 59.61, "word": " concept,", "probability": 0.869140625}, {"start": 59.75, "end": 59.85, "word": " it's", "probability": 0.94921875}, {"start": 59.85, "end": 60.01, "word": " not", "probability": 0.93994140625}, {"start": 60.01, "end": 60.17, "word": " a", "probability": 0.7275390625}, {"start": 60.17, "end": 60.35, "word": " very", "probability": 0.82080078125}, {"start": 60.35, "end": 60.77, "word": " difficult", "probability": 0.927734375}, {"start": 60.77, "end": 61.19, "word": " concept", "probability": 0.84130859375}, {"start": 61.19, "end": 61.37, "word": " to", "probability": 0.96728515625}, {"start": 61.37, "end": 61.97, "word": " understand,", "probability": 0.7958984375}, {"start": 62.35, "end": 62.51, "word": " but", "probability": 0.90771484375}, {"start": 62.51, "end": 62.75, "word": " it's", "probability": 0.969482421875}, {"start": 62.75, "end": 62.93, "word": " all", "probability": 0.9443359375}, {"start": 62.93, "end": 63.37, "word": " about", "probability": 0.91015625}, {"start": 63.37, "end": 64.01, "word": " just", "probability": 0.90185546875}, {"start": 64.01, "end": 64.57, "word": " writing", "probability": 0.92138671875}, {"start": 64.57, "end": 65.71, "word": " good", "probability": 0.84375}, {"start": 65.71, "end": 66.57, "word": " punctuation,", "probability": 0.963623046875}, {"start": 66.73, "end": 67.07, "word": " writing", "probability": 0.86669921875}, {"start": 67.07, "end": 67.39, "word": " or", "probability": 0.64111328125}, {"start": 67.39, "end": 68.03, "word": " punctuating", "probability": 0.9794921875}, {"start": 68.03, "end": 68.25, "word": " your", "probability": 0.72998046875}, {"start": 68.25, "end": 68.69, "word": " sentences.", "probability": 0.94970703125}], "temperature": 1.0}, {"id": 3, "seek": 8272, "start": 69.02, "end": 82.72, "text": " Correctly. What is a run-on sentence? It's basically a sentence error caused by running one sentence after another. For example, let's just consider this example for instance. We all like writing.", "tokens": [12753, 356, 13, 708, 307, 257, 1190, 12, 266, 8174, 30, 467, 311, 1936, 257, 8174, 6713, 7008, 538, 2614, 472, 8174, 934, 1071, 13, 1171, 1365, 11, 718, 311, 445, 1949, 341, 1365, 337, 5197, 13, 492, 439, 411, 3579, 13], "avg_logprob": -0.14989098421362942, "compression_ratio": 1.3776223776223777, "no_speech_prob": 3.5762786865234375e-07, "words": [{"start": 69.02, "end": 69.56, "word": " Correctly.", "probability": 0.765380859375}, {"start": 69.8, "end": 69.96, "word": " What", "probability": 0.650390625}, {"start": 69.96, "end": 70.12, "word": " is", "probability": 0.93701171875}, {"start": 70.12, "end": 70.24, "word": " a", "probability": 0.90234375}, {"start": 70.24, "end": 70.34, "word": " run", "probability": 0.8408203125}, {"start": 70.34, "end": 70.54, "word": "-on", "probability": 0.796875}, {"start": 70.54, "end": 70.9, "word": " sentence?", "probability": 0.916015625}, {"start": 71.6, "end": 71.98, "word": " It's", "probability": 0.95361328125}, {"start": 71.98, "end": 72.7, "word": " basically", "probability": 0.95849609375}, {"start": 72.7, "end": 73.52, "word": " a", "probability": 0.97607421875}, {"start": 73.52, "end": 73.98, "word": " sentence", "probability": 0.962890625}, {"start": 73.98, "end": 74.38, "word": " error", "probability": 0.8203125}, {"start": 74.38, "end": 74.8, "word": " caused", "probability": 0.8271484375}, {"start": 74.8, "end": 75.06, "word": " by", "probability": 0.9716796875}, {"start": 75.06, "end": 75.5, "word": " running", "probability": 0.92822265625}, {"start": 75.5, "end": 76.56, "word": " one", "probability": 0.87109375}, {"start": 76.56, "end": 77.18, "word": " sentence", "probability": 0.9326171875}, {"start": 77.18, "end": 77.8, "word": " after", "probability": 0.84716796875}, {"start": 77.8, "end": 78.48, "word": " another.", "probability": 0.91943359375}, {"start": 78.66, "end": 78.78, "word": " For", "probability": 0.9306640625}, {"start": 78.78, "end": 79.12, "word": " example,", "probability": 0.89453125}, {"start": 79.24, "end": 79.32, "word": " let's", "probability": 0.705810546875}, {"start": 79.32, "end": 79.52, "word": " just", "probability": 0.76416015625}, {"start": 79.52, "end": 79.9, "word": " consider", "probability": 0.92529296875}, {"start": 79.9, "end": 80.14, "word": " this", "probability": 0.9462890625}, {"start": 80.14, "end": 80.6, "word": " example", "probability": 0.9736328125}, {"start": 80.6, "end": 80.86, "word": " for", "probability": 0.6044921875}, {"start": 80.86, "end": 81.2, "word": " instance.", "probability": 0.9462890625}, {"start": 81.54, "end": 81.7, "word": " We", "probability": 0.9248046875}, {"start": 81.7, "end": 82.0, "word": " all", "probability": 0.95263671875}, {"start": 82.0, "end": 82.32, "word": " like", "probability": 0.94091796875}, {"start": 82.32, "end": 82.72, "word": " writing.", "probability": 0.91845703125}], "temperature": 1.0}, {"id": 4, "seek": 10742, "start": 83.28, "end": 107.42, "text": " We all love this. Plus we have two sentences but there is no punctuation marks between them. So this is a kind of problem that we call a run-on sentence. Let's just say one sentence running after another without any clear punctuation between them and this is not correct. This is actually wrong punctuation. Alright? We also have another", "tokens": [492, 439, 959, 341, 13, 7721, 321, 362, 732, 16579, 457, 456, 307, 572, 27006, 16073, 10640, 1296, 552, 13, 407, 341, 307, 257, 733, 295, 1154, 300, 321, 818, 257, 1190, 12, 266, 8174, 13, 961, 311, 445, 584, 472, 8174, 2614, 934, 1071, 1553, 604, 1850, 27006, 16073, 1296, 552, 293, 341, 307, 406, 3006, 13, 639, 307, 767, 2085, 27006, 16073, 13, 2798, 30, 492, 611, 362, 1071], "avg_logprob": -0.18565537656346956, "compression_ratio": 1.6732673267326732, "no_speech_prob": 4.76837158203125e-07, "words": [{"start": 83.28, "end": 83.52, "word": " We", "probability": 0.80712890625}, {"start": 83.52, "end": 83.82, "word": " all", "probability": 0.8544921875}, {"start": 83.82, "end": 84.1, "word": " love", "probability": 0.75732421875}, {"start": 84.1, "end": 84.48, "word": " this.", "probability": 0.93701171875}, {"start": 84.9, "end": 85.34, "word": " Plus", "probability": 0.7392578125}, {"start": 85.34, "end": 85.62, "word": " we", "probability": 0.50537109375}, {"start": 85.62, "end": 85.94, "word": " have", "probability": 0.9501953125}, {"start": 85.94, "end": 86.2, "word": " two", "probability": 0.8583984375}, {"start": 86.2, "end": 86.72, "word": " sentences", "probability": 0.95947265625}, {"start": 86.72, "end": 87.24, "word": " but", "probability": 0.63525390625}, {"start": 87.24, "end": 87.98, "word": " there", "probability": 0.88671875}, {"start": 87.98, "end": 88.14, "word": " is", "probability": 0.7451171875}, {"start": 88.14, "end": 88.34, "word": " no", "probability": 0.94970703125}, {"start": 88.34, "end": 89.1, "word": " punctuation", "probability": 0.9775390625}, {"start": 89.1, "end": 89.56, "word": " marks", "probability": 0.896484375}, {"start": 89.56, "end": 90.06, "word": " between", "probability": 0.8642578125}, {"start": 90.06, "end": 90.74, "word": " them.", "probability": 0.87939453125}, {"start": 90.98, "end": 91.04, "word": " So", "probability": 0.81787109375}, {"start": 91.04, "end": 91.26, "word": " this", "probability": 0.8486328125}, {"start": 91.26, "end": 91.38, "word": " is", "probability": 0.93359375}, {"start": 91.38, "end": 91.52, "word": " a", "probability": 0.82421875}, {"start": 91.52, "end": 91.72, "word": " kind", "probability": 0.84619140625}, {"start": 91.72, "end": 91.84, "word": " of", "probability": 0.9658203125}, {"start": 91.84, "end": 92.12, "word": " problem", "probability": 0.87890625}, {"start": 92.12, "end": 92.28, "word": " that", "probability": 0.89453125}, {"start": 92.28, "end": 92.42, "word": " we", "probability": 0.958984375}, {"start": 92.42, "end": 92.78, "word": " call", "probability": 0.8984375}, {"start": 92.78, "end": 93.16, "word": " a", "probability": 0.8759765625}, {"start": 93.16, "end": 93.38, "word": " run", "probability": 0.8466796875}, {"start": 93.38, "end": 93.7, "word": "-on", "probability": 0.740478515625}, {"start": 93.7, "end": 94.32, "word": " sentence.", "probability": 0.93310546875}, {"start": 94.46, "end": 94.6, "word": " Let's", "probability": 0.675048828125}, {"start": 94.6, "end": 94.72, "word": " just", "probability": 0.69140625}, {"start": 94.72, "end": 94.9, "word": " say", "probability": 0.9443359375}, {"start": 94.9, "end": 95.14, "word": " one", "probability": 0.8857421875}, {"start": 95.14, "end": 95.64, "word": " sentence", "probability": 0.94970703125}, {"start": 95.64, "end": 96.26, "word": " running", "probability": 0.87158203125}, {"start": 96.26, "end": 96.7, "word": " after", "probability": 0.83349609375}, {"start": 96.7, "end": 97.14, "word": " another", "probability": 0.91650390625}, {"start": 97.14, "end": 97.92, "word": " without", "probability": 0.88525390625}, {"start": 97.92, "end": 98.28, "word": " any", "probability": 0.89892578125}, {"start": 98.28, "end": 98.7, "word": " clear", "probability": 0.6630859375}, {"start": 98.7, "end": 99.5, "word": " punctuation", "probability": 0.981201171875}, {"start": 99.5, "end": 99.96, "word": " between", "probability": 0.87939453125}, {"start": 99.96, "end": 100.24, "word": " them", "probability": 0.8837890625}, {"start": 100.24, "end": 100.46, "word": " and", "probability": 0.59814453125}, {"start": 100.46, "end": 100.64, "word": " this", "probability": 0.94580078125}, {"start": 100.64, "end": 100.82, "word": " is", "probability": 0.9423828125}, {"start": 100.82, "end": 101.1, "word": " not", "probability": 0.94580078125}, {"start": 101.1, "end": 101.5, "word": " correct.", "probability": 0.93994140625}, {"start": 101.66, "end": 101.8, "word": " This", "probability": 0.8935546875}, {"start": 101.8, "end": 102.28, "word": " is", "probability": 0.9443359375}, {"start": 102.28, "end": 102.74, "word": " actually", "probability": 0.9013671875}, {"start": 102.74, "end": 103.44, "word": " wrong", "probability": 0.90625}, {"start": 103.44, "end": 104.74, "word": " punctuation.", "probability": 0.98193359375}, {"start": 104.96, "end": 105.16, "word": " Alright?", "probability": 0.60888671875}, {"start": 105.52, "end": 105.8, "word": " We", "probability": 0.962890625}, {"start": 105.8, "end": 106.16, "word": " also", "probability": 0.88232421875}, {"start": 106.16, "end": 106.72, "word": " have", "probability": 0.94580078125}, {"start": 106.72, "end": 107.42, "word": " another", "probability": 0.9052734375}], "temperature": 1.0}, {"id": 5, "seek": 12451, "start": 107.81, "end": 124.51, "text": " common sentence error which is a comma splice which is a different kind of punctuation problem which is let's consider this example we all like writing comma we all love this class what is wrong here?", "tokens": [2689, 8174, 6713, 597, 307, 257, 22117, 4732, 573, 597, 307, 257, 819, 733, 295, 27006, 16073, 1154, 597, 307, 718, 311, 1949, 341, 1365, 321, 439, 411, 3579, 22117, 321, 439, 959, 341, 1508, 437, 307, 2085, 510, 30], "avg_logprob": -0.24485518292682926, "compression_ratio": 1.5227272727272727, "no_speech_prob": 1.1920928955078125e-07, "words": [{"start": 107.81, "end": 108.23, "word": " common", "probability": 0.33447265625}, {"start": 108.23, "end": 109.17, "word": " sentence", "probability": 0.921875}, {"start": 109.17, "end": 109.47, "word": " error", "probability": 0.8134765625}, {"start": 109.47, "end": 109.75, "word": " which", "probability": 0.703125}, {"start": 109.75, "end": 110.11, "word": " is", "probability": 0.95166015625}, {"start": 110.11, "end": 111.43, "word": " a", "probability": 0.7626953125}, {"start": 111.43, "end": 111.67, "word": " comma", "probability": 0.386962890625}, {"start": 111.67, "end": 112.17, "word": " splice", "probability": 0.779296875}, {"start": 112.17, "end": 112.35, "word": " which", "probability": 0.611328125}, {"start": 112.35, "end": 112.53, "word": " is", "probability": 0.93408203125}, {"start": 112.53, "end": 112.67, "word": " a", "probability": 0.93408203125}, {"start": 112.67, "end": 113.03, "word": " different", "probability": 0.86572265625}, {"start": 113.03, "end": 113.45, "word": " kind", "probability": 0.8681640625}, {"start": 113.45, "end": 113.71, "word": " of", "probability": 0.97265625}, {"start": 113.71, "end": 114.71, "word": " punctuation", "probability": 0.966064453125}, {"start": 114.71, "end": 115.13, "word": " problem", "probability": 0.468017578125}, {"start": 115.13, "end": 115.51, "word": " which", "probability": 0.78125}, {"start": 115.51, "end": 115.85, "word": " is", "probability": 0.91943359375}, {"start": 115.85, "end": 116.53, "word": " let's", "probability": 0.6712646484375}, {"start": 116.53, "end": 116.99, "word": " consider", "probability": 0.6826171875}, {"start": 116.99, "end": 117.25, "word": " this", "probability": 0.9306640625}, {"start": 117.25, "end": 117.71, "word": " example", "probability": 0.97021484375}, {"start": 117.71, "end": 117.99, "word": " we", "probability": 0.445068359375}, {"start": 117.99, "end": 118.39, "word": " all", "probability": 0.94970703125}, {"start": 118.39, "end": 118.65, "word": " like", "probability": 0.90966796875}, {"start": 118.65, "end": 119.11, "word": " writing", "probability": 0.921875}, {"start": 119.11, "end": 120.53, "word": " comma", "probability": 0.6123046875}, {"start": 120.53, "end": 121.09, "word": " we", "probability": 0.8525390625}, {"start": 121.09, "end": 121.45, "word": " all", "probability": 0.951171875}, {"start": 121.45, "end": 121.79, "word": " love", "probability": 0.92724609375}, {"start": 121.79, "end": 122.19, "word": " this", "probability": 0.955078125}, {"start": 122.19, "end": 123.53, "word": " class", "probability": 0.75732421875}, {"start": 123.53, "end": 123.77, "word": " what", "probability": 0.6494140625}, {"start": 123.77, "end": 123.93, "word": " is", "probability": 0.88671875}, {"start": 123.93, "end": 124.19, "word": " wrong", "probability": 0.92822265625}, {"start": 124.19, "end": 124.51, "word": " here?", "probability": 0.8330078125}], "temperature": 1.0}, {"id": 6, "seek": 15394, "start": 124.94, "end": 153.94, "text": " is that there are two sentences, but there is only a comma, a poor little comma between them, and this is again incorrect punctuation. So next time you're going to write sentences, we have to avoid these kinds of run-on and comma splice sentences. How can we solve run-on and comma splice sentences? There are two easy ways to solve artifacts.", "tokens": [307, 300, 456, 366, 732, 16579, 11, 457, 456, 307, 787, 257, 22117, 11, 257, 4716, 707, 22117, 1296, 552, 11, 293, 341, 307, 797, 18424, 27006, 16073, 13, 407, 958, 565, 291, 434, 516, 281, 2464, 16579, 11, 321, 362, 281, 5042, 613, 3685, 295, 1190, 12, 266, 293, 22117, 4732, 573, 16579, 13, 1012, 393, 321, 5039, 1190, 12, 266, 293, 22117, 4732, 573, 16579, 30, 821, 366, 732, 1858, 2098, 281, 5039, 24617, 13], "avg_logprob": -0.14072516369513977, "compression_ratio": 1.7373737373737375, "no_speech_prob": 5.960464477539063e-08, "words": [{"start": 124.94, "end": 125.46, "word": " is", "probability": 0.7392578125}, {"start": 125.46, "end": 126.84, "word": " that", "probability": 0.82763671875}, {"start": 126.84, "end": 127.12, "word": " there", "probability": 0.87744140625}, {"start": 127.12, "end": 127.34, "word": " are", "probability": 0.94091796875}, {"start": 127.34, "end": 127.64, "word": " two", "probability": 0.896484375}, {"start": 127.64, "end": 128.26, "word": " sentences,", "probability": 0.96484375}, {"start": 128.56, "end": 128.82, "word": " but", "probability": 0.92822265625}, {"start": 128.82, "end": 129.28, "word": " there", "probability": 0.890625}, {"start": 129.28, "end": 129.44, "word": " is", "probability": 0.9052734375}, {"start": 129.44, "end": 129.78, "word": " only", "probability": 0.92919921875}, {"start": 129.78, "end": 130.12, "word": " a", "probability": 0.994140625}, {"start": 130.12, "end": 130.34, "word": " comma,", "probability": 0.7529296875}, {"start": 130.56, "end": 130.68, "word": " a", "probability": 0.9716796875}, {"start": 130.68, "end": 130.9, "word": " poor", "probability": 0.80517578125}, {"start": 130.9, "end": 131.16, "word": " little", "probability": 0.86279296875}, {"start": 131.16, "end": 131.54, "word": " comma", "probability": 0.900390625}, {"start": 131.54, "end": 131.96, "word": " between", "probability": 0.83837890625}, {"start": 131.96, "end": 132.32, "word": " them,", "probability": 0.89697265625}, {"start": 132.42, "end": 132.54, "word": " and", "probability": 0.93603515625}, {"start": 132.54, "end": 132.74, "word": " this", "probability": 0.94189453125}, {"start": 132.74, "end": 133.0, "word": " is", "probability": 0.921875}, {"start": 133.0, "end": 133.62, "word": " again", "probability": 0.74072265625}, {"start": 133.62, "end": 134.98, "word": " incorrect", "probability": 0.74365234375}, {"start": 134.98, "end": 136.3, "word": " punctuation.", "probability": 0.970458984375}, {"start": 136.52, "end": 136.68, "word": " So", "probability": 0.9111328125}, {"start": 136.68, "end": 137.16, "word": " next", "probability": 0.73583984375}, {"start": 137.16, "end": 137.48, "word": " time", "probability": 0.8896484375}, {"start": 137.48, "end": 137.74, "word": " you're", "probability": 0.77197265625}, {"start": 137.74, "end": 137.96, "word": " going", "probability": 0.9453125}, {"start": 137.96, "end": 138.14, "word": " to", "probability": 0.970703125}, {"start": 138.14, "end": 138.3, "word": " write", "probability": 0.91259765625}, {"start": 138.3, "end": 138.84, "word": " sentences,", "probability": 0.9501953125}, {"start": 139.06, "end": 139.18, "word": " we", "probability": 0.95263671875}, {"start": 139.18, "end": 139.56, "word": " have", "probability": 0.94873046875}, {"start": 139.56, "end": 139.7, "word": " to", "probability": 0.97216796875}, {"start": 139.7, "end": 140.16, "word": " avoid", "probability": 0.90673828125}, {"start": 140.16, "end": 140.48, "word": " these", "probability": 0.7724609375}, {"start": 140.48, "end": 141.52, "word": " kinds", "probability": 0.8525390625}, {"start": 141.52, "end": 141.76, "word": " of", "probability": 0.7763671875}, {"start": 141.76, "end": 141.96, "word": " run", "probability": 0.90087890625}, {"start": 141.96, "end": 142.14, "word": "-on", "probability": 0.84814453125}, {"start": 142.14, "end": 142.5, "word": " and", "probability": 0.904296875}, {"start": 142.5, "end": 142.76, "word": " comma", "probability": 0.845703125}, {"start": 142.76, "end": 143.3, "word": " splice", "probability": 0.67822265625}, {"start": 143.3, "end": 144.64, "word": " sentences.", "probability": 0.9423828125}, {"start": 144.94, "end": 145.16, "word": " How", "probability": 0.958984375}, {"start": 145.16, "end": 145.58, "word": " can", "probability": 0.94140625}, {"start": 145.58, "end": 145.94, "word": " we", "probability": 0.96240234375}, {"start": 145.94, "end": 147.02, "word": " solve", "probability": 0.92041015625}, {"start": 147.02, "end": 148.14, "word": " run", "probability": 0.82470703125}, {"start": 148.14, "end": 148.42, "word": "-on", "probability": 0.9892578125}, {"start": 148.42, "end": 148.74, "word": " and", "probability": 0.9296875}, {"start": 148.74, "end": 149.02, "word": " comma", "probability": 0.89208984375}, {"start": 149.02, "end": 149.68, "word": " splice", "probability": 0.910400390625}, {"start": 149.68, "end": 150.62, "word": " sentences?", "probability": 0.92333984375}, {"start": 150.76, "end": 150.9, "word": " There", "probability": 0.80126953125}, {"start": 150.9, "end": 151.08, "word": " are", "probability": 0.9384765625}, {"start": 151.08, "end": 151.34, "word": " two", "probability": 0.93359375}, {"start": 151.34, "end": 151.82, "word": " easy", "probability": 0.88720703125}, {"start": 151.82, "end": 152.22, "word": " ways", "probability": 0.9091796875}, {"start": 152.22, "end": 152.48, "word": " to", "probability": 0.970703125}, {"start": 152.48, "end": 152.92, "word": " solve", "probability": 0.9326171875}, {"start": 152.92, "end": 153.94, "word": " artifacts.", "probability": 0.80322265625}], "temperature": 1.0}, {"id": 7, "seek": 18184, "start": 154.4, "end": 181.84, "text": " run on and comma splice sentences. The first one is to add a period. Let's consider this example. We all like writing full stop. Okay? We all love this plus. So it's an easy solution. It's just to put a comma to separate the two sentences. All right? So we all like writing. We all love this plus. All right? So what is, how can we fix this one?", "tokens": [1190, 322, 293, 22117, 4732, 573, 16579, 13, 440, 700, 472, 307, 281, 909, 257, 2896, 13, 961, 311, 1949, 341, 1365, 13, 492, 439, 411, 3579, 1577, 1590, 13, 1033, 30, 492, 439, 959, 341, 1804, 13, 407, 309, 311, 364, 1858, 3827, 13, 467, 311, 445, 281, 829, 257, 22117, 281, 4994, 264, 732, 16579, 13, 1057, 558, 30, 407, 321, 439, 411, 3579, 13, 492, 439, 959, 341, 1804, 13, 1057, 558, 30, 407, 437, 307, 11, 577, 393, 321, 3191, 341, 472, 30], "avg_logprob": -0.18874289247800002, "compression_ratio": 1.6634615384615385, "no_speech_prob": 5.960464477539063e-08, "words": [{"start": 154.4, "end": 154.68, "word": " run", "probability": 0.591796875}, {"start": 154.68, "end": 154.88, "word": " on", "probability": 0.57861328125}, {"start": 154.88, "end": 155.06, "word": " and", "probability": 0.481201171875}, {"start": 155.06, "end": 155.26, "word": " comma", "probability": 0.8017578125}, {"start": 155.26, "end": 155.76, "word": " splice", "probability": 0.782958984375}, {"start": 155.76, "end": 156.54, "word": " sentences.", "probability": 0.8916015625}, {"start": 156.68, "end": 156.76, "word": " The", "probability": 0.8583984375}, {"start": 156.76, "end": 157.08, "word": " first", "probability": 0.890625}, {"start": 157.08, "end": 157.3, "word": " one", "probability": 0.927734375}, {"start": 157.3, "end": 157.56, "word": " is", "probability": 0.9453125}, {"start": 157.56, "end": 157.94, "word": " to", "probability": 0.96044921875}, {"start": 157.94, "end": 159.04, "word": " add", "probability": 0.81787109375}, {"start": 159.04, "end": 159.52, "word": " a", "probability": 0.716796875}, {"start": 159.52, "end": 160.56, "word": " period.", "probability": 0.9814453125}, {"start": 160.68, "end": 160.82, "word": " Let's", "probability": 0.933349609375}, {"start": 160.82, "end": 161.12, "word": " consider", "probability": 0.8984375}, {"start": 161.12, "end": 161.32, "word": " this", "probability": 0.6015625}, {"start": 161.32, "end": 161.68, "word": " example.", "probability": 0.873046875}, {"start": 161.84, "end": 162.04, "word": " We", "probability": 0.77392578125}, {"start": 162.04, "end": 162.36, "word": " all", "probability": 0.95166015625}, {"start": 162.36, "end": 162.64, "word": " like", "probability": 0.9384765625}, {"start": 162.64, "end": 163.1, "word": " writing", "probability": 0.91796875}, {"start": 163.1, "end": 164.04, "word": " full", "probability": 0.56396484375}, {"start": 164.04, "end": 164.46, "word": " stop.", "probability": 0.91162109375}, {"start": 164.76, "end": 165.08, "word": " Okay?", "probability": 0.6865234375}, {"start": 165.36, "end": 165.72, "word": " We", "probability": 0.83203125}, {"start": 165.72, "end": 166.16, "word": " all", "probability": 0.947265625}, {"start": 166.16, "end": 166.66, "word": " love", "probability": 0.95654296875}, {"start": 166.66, "end": 167.76, "word": " this", "probability": 0.88037109375}, {"start": 167.76, "end": 168.26, "word": " plus.", "probability": 0.441650390625}, {"start": 168.44, "end": 168.66, "word": " So", "probability": 0.78173828125}, {"start": 168.66, "end": 169.08, "word": " it's", "probability": 0.81884765625}, {"start": 169.08, "end": 169.3, "word": " an", "probability": 0.94921875}, {"start": 169.3, "end": 169.66, "word": " easy", "probability": 0.9091796875}, {"start": 169.66, "end": 170.24, "word": " solution.", "probability": 0.951171875}, {"start": 170.24, "end": 170.5, "word": " It's", "probability": 0.9384765625}, {"start": 170.5, "end": 170.76, "word": " just", "probability": 0.91845703125}, {"start": 170.76, "end": 170.96, "word": " to", "probability": 0.95068359375}, {"start": 170.96, "end": 171.16, "word": " put", "probability": 0.93408203125}, {"start": 171.16, "end": 171.34, "word": " a", "probability": 0.982421875}, {"start": 171.34, "end": 171.56, "word": " comma", "probability": 0.9189453125}, {"start": 171.56, "end": 171.82, "word": " to", "probability": 0.87255859375}, {"start": 171.82, "end": 172.46, "word": " separate", "probability": 0.939453125}, {"start": 172.46, "end": 173.16, "word": " the", "probability": 0.888671875}, {"start": 173.16, "end": 173.38, "word": " two", "probability": 0.939453125}, {"start": 173.38, "end": 173.9, "word": " sentences.", "probability": 0.9501953125}, {"start": 174.1, "end": 174.22, "word": " All", "probability": 0.71875}, {"start": 174.22, "end": 174.48, "word": " right?", "probability": 0.91357421875}, {"start": 174.76, "end": 175.08, "word": " So", "probability": 0.9404296875}, {"start": 175.08, "end": 175.4, "word": " we", "probability": 0.8232421875}, {"start": 175.4, "end": 175.64, "word": " all", "probability": 0.947265625}, {"start": 175.64, "end": 175.9, "word": " like", "probability": 0.90234375}, {"start": 175.9, "end": 176.26, "word": " writing.", "probability": 0.89697265625}, {"start": 176.4, "end": 176.52, "word": " We", "probability": 0.955078125}, {"start": 176.52, "end": 176.8, "word": " all", "probability": 0.9462890625}, {"start": 176.8, "end": 177.14, "word": " love", "probability": 0.9560546875}, {"start": 177.14, "end": 177.62, "word": " this", "probability": 0.94873046875}, {"start": 177.62, "end": 178.52, "word": " plus.", "probability": 0.849609375}, {"start": 178.94, "end": 179.08, "word": " All", "probability": 0.76806640625}, {"start": 179.08, "end": 179.3, "word": " right?", "probability": 0.90625}, {"start": 179.76, "end": 180.0, "word": " So", "probability": 0.93505859375}, {"start": 180.0, "end": 180.36, "word": " what", "probability": 0.5615234375}, {"start": 180.36, "end": 180.6, "word": " is,", "probability": 0.9443359375}, {"start": 180.7, "end": 180.84, "word": " how", "probability": 0.9306640625}, {"start": 180.84, "end": 181.02, "word": " can", "probability": 0.94775390625}, {"start": 181.02, "end": 181.18, "word": " we", "probability": 0.96240234375}, {"start": 181.18, "end": 181.42, "word": " fix", "probability": 0.94189453125}, {"start": 181.42, "end": 181.66, "word": " this", "probability": 0.94677734375}, {"start": 181.66, "end": 181.84, "word": " one?", "probability": 0.9208984375}], "temperature": 1.0}, {"id": 8, "seek": 20409, "start": 182.65, "end": 204.09, "text": "I received a letter. It was from my overseas friend. The solution is by putting a full stop just or a period between the two sentences. I received a letter full stop. It was from my overseas friend. Another example would be something like", "tokens": [40, 4613, 257, 5063, 13, 467, 390, 490, 452, 16274, 1277, 13, 440, 3827, 307, 538, 3372, 257, 1577, 1590, 445, 420, 257, 2896, 1296, 264, 732, 16579, 13, 286, 4613, 257, 5063, 1577, 1590, 13, 467, 390, 490, 452, 16274, 1277, 13, 3996, 1365, 576, 312, 746, 411], "avg_logprob": -0.18421874612569808, "compression_ratio": 1.6643356643356644, "no_speech_prob": 1.1920928955078125e-07, "words": [{"start": 182.65, "end": 182.93, "word": "I", "probability": 0.56982421875}, {"start": 182.93, "end": 183.37, "word": " received", "probability": 0.783203125}, {"start": 183.37, "end": 183.57, "word": " a", "probability": 0.9755859375}, {"start": 183.57, "end": 183.83, "word": " letter.", "probability": 0.94921875}, {"start": 184.73, "end": 185.13, "word": " It", "probability": 0.82568359375}, {"start": 185.13, "end": 185.41, "word": " was", "probability": 0.95458984375}, {"start": 185.41, "end": 185.71, "word": " from", "probability": 0.88623046875}, {"start": 185.71, "end": 185.97, "word": " my", "probability": 0.96728515625}, {"start": 185.97, "end": 186.49, "word": " overseas", "probability": 0.92138671875}, {"start": 186.49, "end": 187.07, "word": " friend.", "probability": 0.76123046875}, {"start": 187.49, "end": 187.69, "word": " The", "probability": 0.82373046875}, {"start": 187.69, "end": 188.05, "word": " solution", "probability": 0.9501953125}, {"start": 188.05, "end": 188.39, "word": " is", "probability": 0.94873046875}, {"start": 188.39, "end": 188.79, "word": " by", "probability": 0.94921875}, {"start": 188.79, "end": 190.07, "word": " putting", "probability": 0.92431640625}, {"start": 190.07, "end": 190.71, "word": " a", "probability": 0.97900390625}, {"start": 190.71, "end": 191.05, "word": " full", "probability": 0.93798828125}, {"start": 191.05, "end": 191.53, "word": " stop", "probability": 0.94482421875}, {"start": 191.53, "end": 192.17, "word": " just", "probability": 0.445556640625}, {"start": 192.17, "end": 192.67, "word": " or", "probability": 0.60986328125}, {"start": 192.67, "end": 192.83, "word": " a", "probability": 0.90478515625}, {"start": 192.83, "end": 193.13, "word": " period", "probability": 0.98974609375}, {"start": 193.13, "end": 193.77, "word": " between", "probability": 0.90087890625}, {"start": 193.77, "end": 194.31, "word": " the", "probability": 0.88037109375}, {"start": 194.31, "end": 194.63, "word": " two", "probability": 0.90869140625}, {"start": 194.63, "end": 195.59, "word": " sentences.", "probability": 0.93701171875}, {"start": 195.87, "end": 195.97, "word": " I", "probability": 0.80419921875}, {"start": 195.97, "end": 196.47, "word": " received", "probability": 0.80712890625}, {"start": 196.47, "end": 196.71, "word": " a", "probability": 0.97021484375}, {"start": 196.71, "end": 196.97, "word": " letter", "probability": 0.9482421875}, {"start": 196.97, "end": 197.37, "word": " full", "probability": 0.642578125}, {"start": 197.37, "end": 197.77, "word": " stop.", "probability": 0.90185546875}, {"start": 198.05, "end": 198.41, "word": " It", "probability": 0.919921875}, {"start": 198.41, "end": 198.77, "word": " was", "probability": 0.95068359375}, {"start": 198.77, "end": 199.17, "word": " from", "probability": 0.88720703125}, {"start": 199.17, "end": 199.75, "word": " my", "probability": 0.720703125}, {"start": 199.75, "end": 200.63, "word": " overseas", "probability": 0.9296875}, {"start": 200.63, "end": 201.65, "word": " friend.", "probability": 0.72705078125}, {"start": 201.81, "end": 202.09, "word": " Another", "probability": 0.7880859375}, {"start": 202.09, "end": 202.65, "word": " example", "probability": 0.97021484375}, {"start": 202.65, "end": 202.93, "word": " would", "probability": 0.88427734375}, {"start": 202.93, "end": 203.13, "word": " be", "probability": 0.95361328125}, {"start": 203.13, "end": 203.47, "word": " something", "probability": 0.86572265625}, {"start": 203.47, "end": 204.09, "word": " like", "probability": 0.9404296875}], "temperature": 1.0}, {"id": 9, "seek": 22588, "start": 204.42, "end": 225.88, "text": " My supervisor has been making a lot of changes because she's really causing problems to me. How can we fix it? Basically, we change the comma into apostrophe and this is the way to solve one way or the first way to solve comma splice and run on sentence. It's basically replace", "tokens": [1222, 24610, 575, 668, 1455, 257, 688, 295, 2962, 570, 750, 311, 534, 9853, 2740, 281, 385, 13, 1012, 393, 321, 3191, 309, 30, 8537, 11, 321, 1319, 264, 22117, 666, 19484, 27194, 293, 341, 307, 264, 636, 281, 5039, 472, 636, 420, 264, 700, 636, 281, 5039, 22117, 4732, 573, 293, 1190, 322, 8174, 13, 467, 311, 1936, 7406], "avg_logprob": -0.19403176229508196, "compression_ratio": 1.5444444444444445, "no_speech_prob": 5.364418029785156e-07, "words": [{"start": 204.42, "end": 204.7, "word": " My", "probability": 0.497802734375}, {"start": 204.7, "end": 205.44, "word": " supervisor", "probability": 0.884765625}, {"start": 205.44, "end": 205.68, "word": " has", "probability": 0.791015625}, {"start": 205.68, "end": 205.86, "word": " been", "probability": 0.900390625}, {"start": 205.86, "end": 206.14, "word": " making", "probability": 0.91162109375}, {"start": 206.14, "end": 206.32, "word": " a", "probability": 0.9599609375}, {"start": 206.32, "end": 206.44, "word": " lot", "probability": 0.9580078125}, {"start": 206.44, "end": 206.56, "word": " of", "probability": 0.96728515625}, {"start": 206.56, "end": 207.12, "word": " changes", "probability": 0.89306640625}, {"start": 207.12, "end": 207.5, "word": " because", "probability": 0.35205078125}, {"start": 207.5, "end": 208.1, "word": " she's", "probability": 0.78125}, {"start": 208.1, "end": 208.46, "word": " really", "probability": 0.73388671875}, {"start": 208.46, "end": 209.04, "word": " causing", "probability": 0.916015625}, {"start": 209.04, "end": 210.22, "word": " problems", "probability": 0.77197265625}, {"start": 210.22, "end": 210.76, "word": " to", "probability": 0.857421875}, {"start": 210.76, "end": 211.56, "word": " me.", "probability": 0.94970703125}, {"start": 211.64, "end": 211.76, "word": " How", "probability": 0.87841796875}, {"start": 211.76, "end": 211.96, "word": " can", "probability": 0.93115234375}, {"start": 211.96, "end": 212.1, "word": " we", "probability": 0.884765625}, {"start": 212.1, "end": 212.34, "word": " fix", "probability": 0.9384765625}, {"start": 212.34, "end": 212.54, "word": " it?", "probability": 0.8671875}, {"start": 212.96, "end": 213.52, "word": " Basically,", "probability": 0.861328125}, {"start": 214.42, "end": 214.58, "word": " we", "probability": 0.94970703125}, {"start": 214.58, "end": 215.24, "word": " change", "probability": 0.859375}, {"start": 215.24, "end": 215.64, "word": " the", "probability": 0.892578125}, {"start": 215.64, "end": 216.72, "word": " comma", "probability": 0.80810546875}, {"start": 216.72, "end": 217.24, "word": " into", "probability": 0.8388671875}, {"start": 217.24, "end": 218.0, "word": " apostrophe", "probability": 0.813720703125}, {"start": 218.0, "end": 218.2, "word": " and", "probability": 0.78076171875}, {"start": 218.2, "end": 218.42, "word": " this", "probability": 0.9296875}, {"start": 218.42, "end": 218.56, "word": " is", "probability": 0.94384765625}, {"start": 218.56, "end": 218.72, "word": " the", "probability": 0.90625}, {"start": 218.72, "end": 219.04, "word": " way", "probability": 0.94921875}, {"start": 219.04, "end": 219.44, "word": " to", "probability": 0.95751953125}, {"start": 219.44, "end": 219.8, "word": " solve", "probability": 0.92724609375}, {"start": 219.8, "end": 220.06, "word": " one", "probability": 0.7529296875}, {"start": 220.06, "end": 220.32, "word": " way", "probability": 0.8369140625}, {"start": 220.32, "end": 220.5, "word": " or", "probability": 0.76171875}, {"start": 220.5, "end": 220.64, "word": " the", "probability": 0.91650390625}, {"start": 220.64, "end": 220.94, "word": " first", "probability": 0.8740234375}, {"start": 220.94, "end": 221.14, "word": " way", "probability": 0.955078125}, {"start": 221.14, "end": 221.3, "word": " to", "probability": 0.96923828125}, {"start": 221.3, "end": 221.62, "word": " solve", "probability": 0.92724609375}, {"start": 221.62, "end": 221.9, "word": " comma", "probability": 0.599609375}, {"start": 221.9, "end": 222.46, "word": " splice", "probability": 0.7822265625}, {"start": 222.46, "end": 222.96, "word": " and", "probability": 0.9052734375}, {"start": 222.96, "end": 223.18, "word": " run", "probability": 0.9462890625}, {"start": 223.18, "end": 223.42, "word": " on", "probability": 0.78564453125}, {"start": 223.42, "end": 224.0, "word": " sentence.", "probability": 0.6005859375}, {"start": 224.16, "end": 224.24, "word": " It's", "probability": 0.89501953125}, {"start": 224.24, "end": 224.86, "word": " basically", "probability": 0.9658203125}, {"start": 224.86, "end": 225.88, "word": " replace", "probability": 0.61669921875}], "temperature": 1.0}, {"id": 10, "seek": 23865, "start": 226.49, "end": 238.65, "text": " the comma with a full stop or just put a full stop between the two run run sentences. Is this clear? Yes. Alright, this is solution number one. We have a second solution which is", "tokens": [264, 22117, 365, 257, 1577, 1590, 420, 445, 829, 257, 1577, 1590, 1296, 264, 732, 1190, 1190, 16579, 13, 1119, 341, 1850, 30, 1079, 13, 2798, 11, 341, 307, 3827, 1230, 472, 13, 492, 362, 257, 1150, 3827, 597, 307], "avg_logprob": -0.29306403020533117, "compression_ratio": 1.3984375, "no_speech_prob": 6.258487701416016e-06, "words": [{"start": 226.49, "end": 226.73, "word": " the", "probability": 0.212158203125}, {"start": 226.73, "end": 227.11, "word": " comma", "probability": 0.82763671875}, {"start": 227.11, "end": 227.47, "word": " with", "probability": 0.88916015625}, {"start": 227.47, "end": 227.63, "word": " a", "probability": 0.57275390625}, {"start": 227.63, "end": 227.81, "word": " full", "probability": 0.35546875}, {"start": 227.81, "end": 228.23, "word": " stop", "probability": 0.94189453125}, {"start": 228.23, "end": 228.77, "word": " or", "probability": 0.73291015625}, {"start": 228.77, "end": 229.33, "word": " just", "probability": 0.8310546875}, {"start": 229.33, "end": 229.79, "word": " put", "probability": 0.92333984375}, {"start": 229.79, "end": 230.39, "word": " a", "probability": 0.95751953125}, {"start": 230.39, "end": 230.67, "word": " full", "probability": 0.9453125}, {"start": 230.67, "end": 230.93, "word": " stop", "probability": 0.92919921875}, {"start": 230.93, "end": 231.31, "word": " between", "probability": 0.87890625}, {"start": 231.31, "end": 231.61, "word": " the", "probability": 0.81640625}, {"start": 231.61, "end": 231.97, "word": " two", "probability": 0.90771484375}, {"start": 231.97, "end": 232.51, "word": " run", "probability": 0.47265625}, {"start": 232.51, "end": 232.75, "word": " run", "probability": 0.54296875}, {"start": 232.75, "end": 233.57, "word": " sentences.", "probability": 0.95361328125}, {"start": 233.75, "end": 233.91, "word": " Is", "probability": 0.359375}, {"start": 233.91, "end": 234.05, "word": " this", "probability": 0.91259765625}, {"start": 234.05, "end": 234.33, "word": " clear?", "probability": 0.8974609375}, {"start": 234.63, "end": 234.63, "word": " Yes.", "probability": 0.396728515625}, {"start": 234.95, "end": 235.17, "word": " Alright,", "probability": 0.64453125}, {"start": 235.35, "end": 235.49, "word": " this", "probability": 0.93994140625}, {"start": 235.49, "end": 235.63, "word": " is", "probability": 0.9462890625}, {"start": 235.63, "end": 236.05, "word": " solution", "probability": 0.90576171875}, {"start": 236.05, "end": 236.39, "word": " number", "probability": 0.93310546875}, {"start": 236.39, "end": 236.63, "word": " one.", "probability": 0.8505859375}, {"start": 236.67, "end": 236.81, "word": " We", "probability": 0.94873046875}, {"start": 236.81, "end": 236.99, "word": " have", "probability": 0.95166015625}, {"start": 236.99, "end": 237.15, "word": " a", "probability": 0.9794921875}, {"start": 237.15, "end": 237.41, "word": " second", "probability": 0.9033203125}, {"start": 237.41, "end": 237.95, "word": " solution", "probability": 0.94677734375}, {"start": 237.95, "end": 238.31, "word": " which", "probability": 0.85205078125}, {"start": 238.31, "end": 238.65, "word": " is", "probability": 0.9560546875}], "temperature": 1.0}, {"id": 11, "seek": 26441, "start": 240.51, "end": 264.41, "text": "Basically, we add a connector. One of the fanboys I told you about last time. That is to say we add a sub coordinating conjunction or one of these groups for and nor but or yet and so between the two sentences so that we can join them correctly and in the correct punctuation. For example,", "tokens": [33, 296, 984, 11, 321, 909, 257, 19127, 13, 1485, 295, 264, 3429, 31638, 286, 1907, 291, 466, 1036, 565, 13, 663, 307, 281, 584, 321, 909, 257, 1422, 37824, 27482, 420, 472, 295, 613, 3935, 337, 293, 6051, 457, 420, 1939, 293, 370, 1296, 264, 732, 16579, 370, 300, 321, 393, 3917, 552, 8944, 293, 294, 264, 3006, 27006, 16073, 13, 1171, 1365, 11], "avg_logprob": -0.19045927307822488, "compression_ratio": 1.529100529100529, "no_speech_prob": 5.364418029785156e-07, "words": [{"start": 240.51, "end": 241.19, "word": "Basically,", "probability": 0.7639973958333334}, {"start": 241.57, "end": 241.87, "word": " we", "probability": 0.94873046875}, {"start": 241.87, "end": 243.07, "word": " add", "probability": 0.88916015625}, {"start": 243.07, "end": 243.41, "word": " a", "probability": 0.98681640625}, {"start": 243.41, "end": 243.85, "word": " connector.", "probability": 0.81982421875}, {"start": 244.23, "end": 244.43, "word": " One", "probability": 0.7734375}, {"start": 244.43, "end": 244.59, "word": " of", "probability": 0.9697265625}, {"start": 244.59, "end": 244.73, "word": " the", "probability": 0.91650390625}, {"start": 244.73, "end": 245.13, "word": " fanboys", "probability": 0.8896484375}, {"start": 245.13, "end": 245.35, "word": " I", "probability": 0.900390625}, {"start": 245.35, "end": 245.59, "word": " told", "probability": 0.90185546875}, {"start": 245.59, "end": 245.85, "word": " you", "probability": 0.73046875}, {"start": 245.85, "end": 246.75, "word": " about", "probability": 0.61181640625}, {"start": 246.75, "end": 247.61, "word": " last", "probability": 0.84765625}, {"start": 247.61, "end": 247.89, "word": " time.", "probability": 0.8857421875}, {"start": 247.95, "end": 248.13, "word": " That", "probability": 0.86279296875}, {"start": 248.13, "end": 248.29, "word": " is", "probability": 0.927734375}, {"start": 248.29, "end": 248.43, "word": " to", "probability": 0.95654296875}, {"start": 248.43, "end": 248.57, "word": " say", "probability": 0.94970703125}, {"start": 248.57, "end": 248.77, "word": " we", "probability": 0.63818359375}, {"start": 248.77, "end": 249.05, "word": " add", "probability": 0.89111328125}, {"start": 249.05, "end": 249.21, "word": " a", "probability": 0.96142578125}, {"start": 249.21, "end": 249.41, "word": " sub", "probability": 0.94775390625}, {"start": 249.41, "end": 250.17, "word": " coordinating", "probability": 0.278564453125}, {"start": 250.17, "end": 250.91, "word": " conjunction", "probability": 0.95068359375}, {"start": 250.91, "end": 251.93, "word": " or", "probability": 0.7890625}, {"start": 251.93, "end": 252.79, "word": " one", "probability": 0.9208984375}, {"start": 252.79, "end": 252.93, "word": " of", "probability": 0.96630859375}, {"start": 252.93, "end": 253.13, "word": " these", "probability": 0.8203125}, {"start": 253.13, "end": 253.49, "word": " groups", "probability": 0.94970703125}, {"start": 253.49, "end": 253.89, "word": " for", "probability": 0.441162109375}, {"start": 253.89, "end": 254.37, "word": " and", "probability": 0.814453125}, {"start": 254.37, "end": 254.79, "word": " nor", "probability": 0.79052734375}, {"start": 254.79, "end": 255.11, "word": " but", "probability": 0.77685546875}, {"start": 255.11, "end": 255.47, "word": " or", "probability": 0.90625}, {"start": 255.47, "end": 255.75, "word": " yet", "probability": 0.98095703125}, {"start": 255.75, "end": 256.09, "word": " and", "probability": 0.89501953125}, {"start": 256.09, "end": 256.47, "word": " so", "probability": 0.9326171875}, {"start": 256.47, "end": 257.09, "word": " between", "probability": 0.8046875}, {"start": 257.09, "end": 257.45, "word": " the", "probability": 0.88916015625}, {"start": 257.45, "end": 257.89, "word": " two", "probability": 0.888671875}, {"start": 257.89, "end": 258.81, "word": " sentences", "probability": 0.94140625}, {"start": 258.81, "end": 259.37, "word": " so", "probability": 0.437744140625}, {"start": 259.37, "end": 259.61, "word": " that", "probability": 0.9326171875}, {"start": 259.61, "end": 259.77, "word": " we", "probability": 0.96533203125}, {"start": 259.77, "end": 260.05, "word": " can", "probability": 0.94287109375}, {"start": 260.05, "end": 260.45, "word": " join", "probability": 0.90283203125}, {"start": 260.45, "end": 260.81, "word": " them", "probability": 0.888671875}, {"start": 260.81, "end": 261.45, "word": " correctly", "probability": 0.88037109375}, {"start": 261.45, "end": 261.79, "word": " and", "probability": 0.9091796875}, {"start": 261.79, "end": 261.97, "word": " in", "probability": 0.9482421875}, {"start": 261.97, "end": 262.11, "word": " the", "probability": 0.90673828125}, {"start": 262.11, "end": 262.55, "word": " correct", "probability": 0.89501953125}, {"start": 262.55, "end": 263.69, "word": " punctuation.", "probability": 0.97119140625}, {"start": 263.79, "end": 263.93, "word": " For", "probability": 0.90234375}, {"start": 263.93, "end": 264.41, "word": " example,", "probability": 0.97412109375}], "temperature": 1.0}, {"id": 12, "seek": 29266, "start": 268.38, "end": 292.66, "text": " And we all love this plus. So we fix the run on sentence by adding a connector, by adding the coordinating conjunction and or any of these seven coordinators in the word fanboys to correct the punctuation. Another example would be I want a promotion. I want more vacation days. This is a run on sentence. We can fix it by", "tokens": [400, 321, 439, 959, 341, 1804, 13, 407, 321, 3191, 264, 1190, 322, 8174, 538, 5127, 257, 19127, 11, 538, 5127, 264, 37824, 27482, 293, 420, 604, 295, 613, 3407, 8285, 3391, 294, 264, 1349, 3429, 31638, 281, 3006, 264, 27006, 16073, 13, 3996, 1365, 576, 312, 286, 528, 257, 15783, 13, 286, 528, 544, 12830, 1708, 13, 639, 307, 257, 1190, 322, 8174, 13, 492, 393, 3191, 309, 538], "avg_logprob": -0.19256161971830985, "compression_ratio": 1.6180904522613064, "no_speech_prob": 1.1920928955078125e-07, "words": [{"start": 268.38, "end": 268.76, "word": " And", "probability": 0.30908203125}, {"start": 268.76, "end": 269.6, "word": " we", "probability": 0.7490234375}, {"start": 269.6, "end": 269.88, "word": " all", "probability": 0.94091796875}, {"start": 269.88, "end": 270.36, "word": " love", "probability": 0.9150390625}, {"start": 270.36, "end": 270.9, "word": " this", "probability": 0.94580078125}, {"start": 270.9, "end": 271.46, "word": " plus.", "probability": 0.69189453125}, {"start": 271.6, "end": 271.74, "word": " So", "probability": 0.8544921875}, {"start": 271.74, "end": 272.0, "word": " we", "probability": 0.74072265625}, {"start": 272.0, "end": 272.28, "word": " fix", "probability": 0.8076171875}, {"start": 272.28, "end": 272.46, "word": " the", "probability": 0.8681640625}, {"start": 272.46, "end": 272.6, "word": " run", "probability": 0.73193359375}, {"start": 272.6, "end": 272.74, "word": " on", "probability": 0.68701171875}, {"start": 272.74, "end": 273.2, "word": " sentence", "probability": 0.94775390625}, {"start": 273.2, "end": 273.62, "word": " by", "probability": 0.96044921875}, {"start": 273.62, "end": 274.26, "word": " adding", "probability": 0.8564453125}, {"start": 274.26, "end": 274.6, "word": " a", "probability": 0.947265625}, {"start": 274.6, "end": 275.16, "word": " connector,", "probability": 0.86767578125}, {"start": 275.54, "end": 275.68, "word": " by", "probability": 0.9462890625}, {"start": 275.68, "end": 275.94, "word": " adding", "probability": 0.85546875}, {"start": 275.94, "end": 276.14, "word": " the", "probability": 0.85107421875}, {"start": 276.14, "end": 276.7, "word": " coordinating", "probability": 0.3798828125}, {"start": 276.7, "end": 277.36, "word": " conjunction", "probability": 0.91015625}, {"start": 277.36, "end": 277.86, "word": " and", "probability": 0.828125}, {"start": 277.86, "end": 278.44, "word": " or", "probability": 0.5380859375}, {"start": 278.44, "end": 278.7, "word": " any", "probability": 0.9228515625}, {"start": 278.7, "end": 278.92, "word": " of", "probability": 0.96142578125}, {"start": 278.92, "end": 279.26, "word": " these", "probability": 0.81396484375}, {"start": 279.26, "end": 279.66, "word": " seven", "probability": 0.765625}, {"start": 279.66, "end": 280.54, "word": " coordinators", "probability": 0.89697265625}, {"start": 280.54, "end": 280.78, "word": " in", "probability": 0.93017578125}, {"start": 280.78, "end": 280.92, "word": " the", "probability": 0.916015625}, {"start": 280.92, "end": 281.18, "word": " word", "probability": 0.85595703125}, {"start": 281.18, "end": 281.88, "word": " fanboys", "probability": 0.699462890625}, {"start": 281.88, "end": 282.2, "word": " to", "probability": 0.94775390625}, {"start": 282.2, "end": 282.98, "word": " correct", "probability": 0.9140625}, {"start": 282.98, "end": 283.34, "word": " the", "probability": 0.826171875}, {"start": 283.34, "end": 284.12, "word": " punctuation.", "probability": 0.966796875}, {"start": 284.22, "end": 284.46, "word": " Another", "probability": 0.85107421875}, {"start": 284.46, "end": 284.96, "word": " example", "probability": 0.97021484375}, {"start": 284.96, "end": 285.26, "word": " would", "probability": 0.9248046875}, {"start": 285.26, "end": 285.54, "word": " be", "probability": 0.95556640625}, {"start": 285.54, "end": 286.06, "word": " I", "probability": 0.68359375}, {"start": 286.06, "end": 286.56, "word": " want", "probability": 0.90576171875}, {"start": 286.56, "end": 287.26, "word": " a", "probability": 0.98828125}, {"start": 287.26, "end": 287.8, "word": " promotion.", "probability": 0.88720703125}, {"start": 288.44, "end": 288.68, "word": " I", "probability": 0.990234375}, {"start": 288.68, "end": 289.0, "word": " want", "probability": 0.8798828125}, {"start": 289.0, "end": 289.22, "word": " more", "probability": 0.94580078125}, {"start": 289.22, "end": 289.64, "word": " vacation", "probability": 0.97265625}, {"start": 289.64, "end": 290.02, "word": " days.", "probability": 0.9140625}, {"start": 290.12, "end": 290.26, "word": " This", "probability": 0.8681640625}, {"start": 290.26, "end": 290.4, "word": " is", "probability": 0.95361328125}, {"start": 290.4, "end": 290.54, "word": " a", "probability": 0.82763671875}, {"start": 290.54, "end": 290.68, "word": " run", "probability": 0.93798828125}, {"start": 290.68, "end": 290.84, "word": " on", "probability": 0.91943359375}, {"start": 290.84, "end": 291.32, "word": " sentence.", "probability": 0.94970703125}, {"start": 291.42, "end": 291.54, "word": " We", "probability": 0.94921875}, {"start": 291.54, "end": 291.74, "word": " can", "probability": 0.94384765625}, {"start": 291.74, "end": 292.0, "word": " fix", "probability": 0.9384765625}, {"start": 292.0, "end": 292.16, "word": " it", "probability": 0.94970703125}, {"start": 292.16, "end": 292.66, "word": " by", "probability": 0.96484375}], "temperature": 1.0}, {"id": 13, "seek": 31882, "start": 294.02, "end": 318.82, "text": " comma and I want a promotion and I want more vacation days. So this is actually or these are the two correct ways of fixing run on and comma splice punctuation problems. Let's see this example. Which one is the correct one? Men like to shop quickly. Women like to browse. The correct way would be", "tokens": [22117, 293, 286, 528, 257, 15783, 293, 286, 528, 544, 12830, 1708, 13, 407, 341, 307, 767, 420, 613, 366, 264, 732, 3006, 2098, 295, 19442, 1190, 322, 293, 22117, 4732, 573, 27006, 16073, 2740, 13, 961, 311, 536, 341, 1365, 13, 3013, 472, 307, 264, 3006, 472, 30, 6685, 411, 281, 3945, 2661, 13, 11065, 411, 281, 31442, 13, 440, 3006, 636, 576, 312], "avg_logprob": -0.174360800195824, "compression_ratio": 1.5797872340425532, "no_speech_prob": 2.980232238769531e-07, "words": [{"start": 294.02, "end": 294.62, "word": " comma", "probability": 0.36083984375}, {"start": 294.62, "end": 295.22, "word": " and", "probability": 0.623046875}, {"start": 295.22, "end": 295.66, "word": " I", "probability": 0.91064453125}, {"start": 295.66, "end": 296.02, "word": " want", "probability": 0.89892578125}, {"start": 296.02, "end": 296.22, "word": " a", "probability": 0.787109375}, {"start": 296.22, "end": 296.66, "word": " promotion", "probability": 0.9072265625}, {"start": 296.66, "end": 297.38, "word": " and", "probability": 0.80517578125}, {"start": 297.38, "end": 298.06, "word": " I", "probability": 0.990234375}, {"start": 298.06, "end": 298.42, "word": " want", "probability": 0.88232421875}, {"start": 298.42, "end": 298.66, "word": " more", "probability": 0.943359375}, {"start": 298.66, "end": 299.3, "word": " vacation", "probability": 0.96044921875}, {"start": 299.3, "end": 300.0, "word": " days.", "probability": 0.4658203125}, {"start": 300.14, "end": 300.2, "word": " So", "probability": 0.875}, {"start": 300.2, "end": 300.44, "word": " this", "probability": 0.60205078125}, {"start": 300.44, "end": 300.62, "word": " is", "probability": 0.9326171875}, {"start": 300.62, "end": 301.06, "word": " actually", "probability": 0.8837890625}, {"start": 301.06, "end": 301.3, "word": " or", "probability": 0.333251953125}, {"start": 301.3, "end": 301.5, "word": " these", "probability": 0.83935546875}, {"start": 301.5, "end": 301.86, "word": " are", "probability": 0.94140625}, {"start": 301.86, "end": 302.22, "word": " the", "probability": 0.8818359375}, {"start": 302.22, "end": 302.74, "word": " two", "probability": 0.884765625}, {"start": 302.74, "end": 303.66, "word": " correct", "probability": 0.90673828125}, {"start": 303.66, "end": 304.44, "word": " ways", "probability": 0.91845703125}, {"start": 304.44, "end": 304.86, "word": " of", "probability": 0.9619140625}, {"start": 304.86, "end": 305.88, "word": " fixing", "probability": 0.95068359375}, {"start": 305.88, "end": 306.54, "word": " run", "probability": 0.8759765625}, {"start": 306.54, "end": 306.8, "word": " on", "probability": 0.6015625}, {"start": 306.8, "end": 307.1, "word": " and", "probability": 0.91015625}, {"start": 307.1, "end": 307.36, "word": " comma", "probability": 0.888671875}, {"start": 307.36, "end": 308.0, "word": " splice", "probability": 0.855712890625}, {"start": 308.0, "end": 310.42, "word": " punctuation", "probability": 0.98095703125}, {"start": 310.42, "end": 311.22, "word": " problems.", "probability": 0.79296875}, {"start": 311.5, "end": 311.66, "word": " Let's", "probability": 0.898681640625}, {"start": 311.66, "end": 311.76, "word": " see", "probability": 0.9228515625}, {"start": 311.76, "end": 311.94, "word": " this", "probability": 0.9404296875}, {"start": 311.94, "end": 312.3, "word": " example.", "probability": 0.9765625}, {"start": 312.42, "end": 312.56, "word": " Which", "probability": 0.8896484375}, {"start": 312.56, "end": 312.74, "word": " one", "probability": 0.923828125}, {"start": 312.74, "end": 312.88, "word": " is", "probability": 0.94921875}, {"start": 312.88, "end": 313.02, "word": " the", "probability": 0.91650390625}, {"start": 313.02, "end": 313.3, "word": " correct", "probability": 0.896484375}, {"start": 313.3, "end": 313.56, "word": " one?", "probability": 0.921875}, {"start": 314.34, "end": 314.52, "word": " Men", "probability": 0.94970703125}, {"start": 314.52, "end": 314.82, "word": " like", "probability": 0.92822265625}, {"start": 314.82, "end": 314.96, "word": " to", "probability": 0.96826171875}, {"start": 314.96, "end": 315.2, "word": " shop", "probability": 0.96533203125}, {"start": 315.2, "end": 315.6, "word": " quickly.", "probability": 0.9228515625}, {"start": 315.78, "end": 315.96, "word": " Women", "probability": 0.9619140625}, {"start": 315.96, "end": 316.4, "word": " like", "probability": 0.93701171875}, {"start": 316.4, "end": 316.62, "word": " to", "probability": 0.96875}, {"start": 316.62, "end": 317.1, "word": " browse.", "probability": 0.94677734375}, {"start": 317.54, "end": 317.78, "word": " The", "probability": 0.88525390625}, {"start": 317.78, "end": 318.08, "word": " correct", "probability": 0.8974609375}, {"start": 318.08, "end": 318.26, "word": " way", "probability": 0.81298828125}, {"start": 318.26, "end": 318.46, "word": " would", "probability": 0.9033203125}, {"start": 318.46, "end": 318.82, "word": " be", "probability": 0.9560546875}], "temperature": 1.0}, {"id": 14, "seek": 34606, "start": 319.22, "end": 346.06, "text": " Men like to shop. Men like to shop quickly, but women like to browse. So the solution here is by adding the connector or the coordinating word to join the two sentences correctly. Is this clear? Yes. Actually, it's not a very difficult concept to understand, okay? How can we fix again my, this is one example. What is the problem here? Run one more comma splice?", "tokens": [6685, 411, 281, 3945, 13, 6685, 411, 281, 3945, 2661, 11, 457, 2266, 411, 281, 31442, 13, 407, 264, 3827, 510, 307, 538, 5127, 264, 19127, 420, 264, 37824, 1349, 281, 3917, 264, 732, 16579, 8944, 13, 1119, 341, 1850, 30, 1079, 13, 5135, 11, 309, 311, 406, 257, 588, 2252, 3410, 281, 1223, 11, 1392, 30, 1012, 393, 321, 3191, 797, 452, 11, 341, 307, 472, 1365, 13, 708, 307, 264, 1154, 510, 30, 8950, 472, 544, 22117, 4732, 573, 30], "avg_logprob": -0.25941265347492265, "compression_ratio": 1.548936170212766, "no_speech_prob": 2.384185791015625e-07, "words": [{"start": 319.22, "end": 319.44, "word": " Men", "probability": 0.5498046875}, {"start": 319.44, "end": 319.72, "word": " like", "probability": 0.9111328125}, {"start": 319.72, "end": 319.82, "word": " to", "probability": 0.92919921875}, {"start": 319.82, "end": 319.84, "word": " shop.", "probability": 0.94482421875}, {"start": 319.84, "end": 320.16, "word": " Men", "probability": 0.424072265625}, {"start": 320.16, "end": 320.4, "word": " like", "probability": 0.9248046875}, {"start": 320.4, "end": 320.56, "word": " to", "probability": 0.966796875}, {"start": 320.56, "end": 320.84, "word": " shop", "probability": 0.943359375}, {"start": 320.84, "end": 321.48, "word": " quickly,", "probability": 0.4091796875}, {"start": 321.58, "end": 322.08, "word": " but", "probability": 0.91748046875}, {"start": 322.08, "end": 322.7, "word": " women", "probability": 0.849609375}, {"start": 322.7, "end": 323.66, "word": " like", "probability": 0.935546875}, {"start": 323.66, "end": 324.08, "word": " to", "probability": 0.96826171875}, {"start": 324.08, "end": 324.72, "word": " browse.", "probability": 0.97998046875}, {"start": 324.9, "end": 324.92, "word": " So", "probability": 0.91455078125}, {"start": 324.92, "end": 325.08, "word": " the", "probability": 0.666015625}, {"start": 325.08, "end": 325.44, "word": " solution", "probability": 0.947265625}, {"start": 325.44, "end": 325.76, "word": " here", "probability": 0.8486328125}, {"start": 325.76, "end": 325.94, "word": " is", "probability": 0.9423828125}, {"start": 325.94, "end": 326.14, "word": " by", "probability": 0.94189453125}, {"start": 326.14, "end": 326.76, "word": " adding", "probability": 0.87744140625}, {"start": 326.76, "end": 327.54, "word": " the", "probability": 0.71875}, {"start": 327.54, "end": 328.14, "word": " connector", "probability": 0.84619140625}, {"start": 328.14, "end": 328.54, "word": " or", "probability": 0.9130859375}, {"start": 328.54, "end": 328.74, "word": " the", "probability": 0.8740234375}, {"start": 328.74, "end": 329.34, "word": " coordinating", "probability": 0.9130859375}, {"start": 329.34, "end": 329.94, "word": " word", "probability": 0.9375}, {"start": 329.94, "end": 331.3, "word": " to", "probability": 0.9072265625}, {"start": 331.3, "end": 331.92, "word": " join", "probability": 0.8662109375}, {"start": 331.92, "end": 332.08, "word": " the", "probability": 0.916015625}, {"start": 332.08, "end": 332.26, "word": " two", "probability": 0.91455078125}, {"start": 332.26, "end": 332.86, "word": " sentences", "probability": 0.95556640625}, {"start": 332.86, "end": 333.94, "word": " correctly.", "probability": 0.86669921875}, {"start": 334.2, "end": 334.28, "word": " Is", "probability": 0.85205078125}, {"start": 334.28, "end": 334.44, "word": " this", "probability": 0.91845703125}, {"start": 334.44, "end": 334.86, "word": " clear?", "probability": 0.8876953125}, {"start": 335.1, "end": 335.3, "word": " Yes.", "probability": 0.70654296875}, {"start": 335.48, "end": 335.8, "word": " Actually,", "probability": 0.61083984375}, {"start": 335.84, "end": 336.0, "word": " it's", "probability": 0.94580078125}, {"start": 336.0, "end": 336.16, "word": " not", "probability": 0.91796875}, {"start": 336.16, "end": 336.3, "word": " a", "probability": 0.97314453125}, {"start": 336.3, "end": 336.46, "word": " very", "probability": 0.83740234375}, {"start": 336.46, "end": 336.84, "word": " difficult", "probability": 0.93701171875}, {"start": 336.84, "end": 337.34, "word": " concept", "probability": 0.873046875}, {"start": 337.34, "end": 337.7, "word": " to", "probability": 0.96875}, {"start": 337.7, "end": 338.98, "word": " understand,", "probability": 0.79296875}, {"start": 339.4, "end": 339.72, "word": " okay?", "probability": 0.78515625}, {"start": 340.12, "end": 340.34, "word": " How", "probability": 0.951171875}, {"start": 340.34, "end": 340.56, "word": " can", "probability": 0.9365234375}, {"start": 340.56, "end": 340.72, "word": " we", "probability": 0.9482421875}, {"start": 340.72, "end": 341.12, "word": " fix", "probability": 0.9404296875}, {"start": 341.12, "end": 341.62, "word": " again", "probability": 0.703125}, {"start": 341.62, "end": 342.36, "word": " my,", "probability": 0.607421875}, {"start": 342.52, "end": 342.68, "word": " this", "probability": 0.94091796875}, {"start": 342.68, "end": 342.8, "word": " is", "probability": 0.939453125}, {"start": 342.8, "end": 342.98, "word": " one", "probability": 0.927734375}, {"start": 342.98, "end": 343.46, "word": " example.", "probability": 0.96728515625}, {"start": 343.88, "end": 344.04, "word": " What", "probability": 0.85498046875}, {"start": 344.04, "end": 344.16, "word": " is", "probability": 0.91650390625}, {"start": 344.16, "end": 344.3, "word": " the", "probability": 0.91552734375}, {"start": 344.3, "end": 344.58, "word": " problem", "probability": 0.87841796875}, {"start": 344.58, "end": 344.82, "word": " here?", "probability": 0.84716796875}, {"start": 344.88, "end": 345.04, "word": " Run", "probability": 0.57958984375}, {"start": 345.04, "end": 345.2, "word": " one", "probability": 0.147705078125}, {"start": 345.2, "end": 345.36, "word": " more", "probability": 0.7099609375}, {"start": 345.36, "end": 345.58, "word": " comma", "probability": 0.320068359375}, {"start": 345.58, "end": 346.06, "word": " splice?", "probability": 0.872314453125}], "temperature": 1.0}, {"id": 15, "seek": 36479, "start": 346.63, "end": 364.79, "text": " My best subject is English, my worst subject is Computer Science. It's a run-on sentence and here are the two ways of fixing them, a full stop or a but and we added a second sentence. Alright? Okay? Excellent. Alright.", "tokens": [1222, 1151, 3983, 307, 3669, 11, 452, 5855, 3983, 307, 22289, 8976, 13, 467, 311, 257, 1190, 12, 266, 8174, 293, 510, 366, 264, 732, 2098, 295, 19442, 552, 11, 257, 1577, 1590, 420, 257, 457, 293, 321, 3869, 257, 1150, 8174, 13, 2798, 30, 1033, 30, 16723, 13, 2798, 13], "avg_logprob": -0.2956730666068884, "compression_ratio": 1.3773584905660377, "no_speech_prob": 1.6093254089355469e-06, "words": [{"start": 346.63, "end": 346.89, "word": " My", "probability": 0.61376953125}, {"start": 346.89, "end": 347.15, "word": " best", "probability": 0.91259765625}, {"start": 347.15, "end": 347.61, "word": " subject", "probability": 0.97119140625}, {"start": 347.61, "end": 347.95, "word": " is", "probability": 0.9404296875}, {"start": 347.95, "end": 348.29, "word": " English,", "probability": 0.958984375}, {"start": 348.47, "end": 348.59, "word": " my", "probability": 0.94580078125}, {"start": 348.59, "end": 348.81, "word": " worst", "probability": 0.974609375}, {"start": 348.81, "end": 349.17, "word": " subject", "probability": 0.962890625}, {"start": 349.17, "end": 349.41, "word": " is", "probability": 0.9482421875}, {"start": 349.41, "end": 349.77, "word": " Computer", "probability": 0.64208984375}, {"start": 349.77, "end": 350.23, "word": " Science.", "probability": 0.89794921875}, {"start": 350.79, "end": 351.03, "word": " It's", "probability": 0.929931640625}, {"start": 351.03, "end": 351.23, "word": " a", "probability": 0.80224609375}, {"start": 351.23, "end": 351.39, "word": " run", "probability": 0.79833984375}, {"start": 351.39, "end": 351.83, "word": "-on", "probability": 0.6728515625}, {"start": 351.83, "end": 352.79, "word": " sentence", "probability": 0.96240234375}, {"start": 352.79, "end": 353.43, "word": " and", "probability": 0.6162109375}, {"start": 353.43, "end": 353.69, "word": " here", "probability": 0.86181640625}, {"start": 353.69, "end": 353.89, "word": " are", "probability": 0.9384765625}, {"start": 353.89, "end": 354.03, "word": " the", "probability": 0.76708984375}, {"start": 354.03, "end": 354.25, "word": " two", "probability": 0.8466796875}, {"start": 354.25, "end": 354.71, "word": " ways", "probability": 0.92431640625}, {"start": 354.71, "end": 355.11, "word": " of", "probability": 0.953125}, {"start": 355.11, "end": 355.47, "word": " fixing", "probability": 0.884765625}, {"start": 355.47, "end": 355.85, "word": " them,", "probability": 0.80712890625}, {"start": 356.09, "end": 356.19, "word": " a", "probability": 0.72119140625}, {"start": 356.19, "end": 356.35, "word": " full", "probability": 0.91015625}, {"start": 356.35, "end": 356.73, "word": " stop", "probability": 0.86474609375}, {"start": 356.73, "end": 357.03, "word": " or", "probability": 0.2939453125}, {"start": 357.03, "end": 357.33, "word": " a", "probability": 0.642578125}, {"start": 357.33, "end": 358.87, "word": " but", "probability": 0.2139892578125}, {"start": 358.87, "end": 359.97, "word": " and", "probability": 0.73291015625}, {"start": 359.97, "end": 360.29, "word": " we", "probability": 0.943359375}, {"start": 360.29, "end": 360.69, "word": " added", "probability": 0.8515625}, {"start": 360.69, "end": 360.89, "word": " a", "probability": 0.7451171875}, {"start": 360.89, "end": 361.31, "word": " second", "probability": 0.90869140625}, {"start": 361.31, "end": 362.21, "word": " sentence.", "probability": 0.9638671875}, {"start": 362.25, "end": 362.53, "word": " Alright?", "probability": 0.615234375}, {"start": 362.87, "end": 363.33, "word": " Okay?", "probability": 0.51708984375}, {"start": 363.79, "end": 364.21, "word": " Excellent.", "probability": 0.8828125}, {"start": 364.57, "end": 364.79, "word": " Alright.", "probability": 0.6767578125}], "temperature": 1.0}, {"id": 16, "seek": 39417, "start": 365.63, "end": 394.17, "text": " And this is the way to fix them correctly. All right. Which is correct, do you think? Is it the first one or the second one in terms of punctuation and in terms of avoiding run on and comma splice problems? First or the second sentence is the correct? Yes, I agree with you. It is the second problem. All right. I have a back problem. So I am usually go to a chiropractor. So we have here the correct", "tokens": [400, 341, 307, 264, 636, 281, 3191, 552, 8944, 13, 1057, 558, 13, 3013, 307, 3006, 11, 360, 291, 519, 30, 1119, 309, 264, 700, 472, 420, 264, 1150, 472, 294, 2115, 295, 27006, 16073, 293, 294, 2115, 295, 20220, 1190, 322, 293, 22117, 4732, 573, 2740, 30, 2386, 420, 264, 1150, 8174, 307, 264, 3006, 30, 1079, 11, 286, 3986, 365, 291, 13, 467, 307, 264, 1150, 1154, 13, 1057, 558, 13, 286, 362, 257, 646, 1154, 13, 407, 286, 669, 2673, 352, 281, 257, 417, 5182, 1424, 15104, 13, 407, 321, 362, 510, 264, 3006], "avg_logprob": -0.19866071322134563, "compression_ratio": 1.7510917030567685, "no_speech_prob": 5.960464477539063e-08, "words": [{"start": 365.63, "end": 365.93, "word": " And", "probability": 0.40185546875}, {"start": 365.93, "end": 366.11, "word": " this", "probability": 0.935546875}, {"start": 366.11, "end": 366.23, "word": " is", "probability": 0.94580078125}, {"start": 366.23, "end": 366.35, "word": " the", "probability": 0.89794921875}, {"start": 366.35, "end": 366.55, "word": " way", "probability": 0.94921875}, {"start": 366.55, "end": 366.69, "word": " to", "probability": 0.9697265625}, {"start": 366.69, "end": 367.01, "word": " fix", "probability": 0.93359375}, {"start": 367.01, "end": 367.29, "word": " them", "probability": 0.892578125}, {"start": 367.29, "end": 368.37, "word": " correctly.", "probability": 0.86279296875}, {"start": 369.09, "end": 369.21, "word": " All", "probability": 0.441162109375}, {"start": 369.21, "end": 369.39, "word": " right.", "probability": 0.90966796875}, {"start": 369.63, "end": 369.91, "word": " Which", "probability": 0.87353515625}, {"start": 369.91, "end": 370.09, "word": " is", "probability": 0.9375}, {"start": 370.09, "end": 370.41, "word": " correct,", "probability": 0.85302734375}, {"start": 370.49, "end": 370.59, "word": " do", "probability": 0.92724609375}, {"start": 370.59, "end": 370.71, "word": " you", "probability": 0.966796875}, {"start": 370.71, "end": 370.99, "word": " think?", "probability": 0.912109375}, {"start": 371.13, "end": 371.23, "word": " Is", "probability": 0.93701171875}, {"start": 371.23, "end": 371.35, "word": " it", "probability": 0.92578125}, {"start": 371.35, "end": 371.55, "word": " the", "probability": 0.9169921875}, {"start": 371.55, "end": 371.85, "word": " first", "probability": 0.88818359375}, {"start": 371.85, "end": 372.09, "word": " one", "probability": 0.9345703125}, {"start": 372.09, "end": 372.25, "word": " or", "probability": 0.92236328125}, {"start": 372.25, "end": 372.39, "word": " the", "probability": 0.91650390625}, {"start": 372.39, "end": 372.73, "word": " second", "probability": 0.8916015625}, {"start": 372.73, "end": 372.97, "word": " one", "probability": 0.9189453125}, {"start": 372.97, "end": 373.39, "word": " in", "probability": 0.6953125}, {"start": 373.39, "end": 373.65, "word": " terms", "probability": 0.89111328125}, {"start": 373.65, "end": 373.81, "word": " of", "probability": 0.97119140625}, {"start": 373.81, "end": 374.53, "word": " punctuation", "probability": 0.984375}, {"start": 374.53, "end": 374.75, "word": " and", "probability": 0.85791015625}, {"start": 374.75, "end": 374.91, "word": " in", "probability": 0.89599609375}, {"start": 374.91, "end": 375.19, "word": " terms", "probability": 0.8974609375}, {"start": 375.19, "end": 375.49, "word": " of", "probability": 0.96337890625}, {"start": 375.49, "end": 376.07, "word": " avoiding", "probability": 0.96826171875}, {"start": 376.07, "end": 376.31, "word": " run", "probability": 0.85400390625}, {"start": 376.31, "end": 376.53, "word": " on", "probability": 0.5478515625}, {"start": 376.53, "end": 376.81, "word": " and", "probability": 0.90673828125}, {"start": 376.81, "end": 377.05, "word": " comma", "probability": 0.54248046875}, {"start": 377.05, "end": 377.47, "word": " splice", "probability": 0.838134765625}, {"start": 377.47, "end": 378.11, "word": " problems?", "probability": 0.82763671875}, {"start": 380.31, "end": 380.75, "word": " First", "probability": 0.7744140625}, {"start": 380.75, "end": 380.91, "word": " or", "probability": 0.63671875}, {"start": 380.91, "end": 381.03, "word": " the", "probability": 0.83251953125}, {"start": 381.03, "end": 381.31, "word": " second", "probability": 0.88720703125}, {"start": 381.31, "end": 381.71, "word": " sentence", "probability": 0.94775390625}, {"start": 381.71, "end": 382.23, "word": " is", "probability": 0.8330078125}, {"start": 382.23, "end": 382.39, "word": " the", "probability": 0.6708984375}, {"start": 382.39, "end": 382.77, "word": " correct?", "probability": 0.9150390625}, {"start": 383.77, "end": 384.05, "word": " Yes,", "probability": 0.81591796875}, {"start": 384.13, "end": 384.29, "word": " I", "probability": 0.97119140625}, {"start": 384.29, "end": 384.51, "word": " agree", "probability": 0.90576171875}, {"start": 384.51, "end": 384.71, "word": " with", "probability": 0.892578125}, {"start": 384.71, "end": 384.85, "word": " you.", "probability": 0.95849609375}, {"start": 384.95, "end": 385.09, "word": " It", "probability": 0.95703125}, {"start": 385.09, "end": 385.25, "word": " is", "probability": 0.93896484375}, {"start": 385.25, "end": 385.45, "word": " the", "probability": 0.91650390625}, {"start": 385.45, "end": 385.99, "word": " second", "probability": 0.90673828125}, {"start": 385.99, "end": 387.05, "word": " problem.", "probability": 0.8740234375}, {"start": 387.25, "end": 387.47, "word": " All", "probability": 0.90673828125}, {"start": 387.47, "end": 387.67, "word": " right.", "probability": 0.9169921875}, {"start": 387.75, "end": 387.93, "word": " I", "probability": 0.99658203125}, {"start": 387.93, "end": 388.17, "word": " have", "probability": 0.9501953125}, {"start": 388.17, "end": 388.33, "word": " a", "probability": 0.912109375}, {"start": 388.33, "end": 388.55, "word": " back", "probability": 0.92041015625}, {"start": 388.55, "end": 388.97, "word": " problem.", "probability": 0.8662109375}, {"start": 389.15, "end": 389.37, "word": " So", "probability": 0.9365234375}, {"start": 389.37, "end": 390.09, "word": " I", "probability": 0.8037109375}, {"start": 390.09, "end": 390.29, "word": " am", "probability": 0.63623046875}, {"start": 390.29, "end": 390.83, "word": " usually", "probability": 0.63720703125}, {"start": 390.83, "end": 391.27, "word": " go", "probability": 0.5732421875}, {"start": 391.27, "end": 391.45, "word": " to", "probability": 0.96484375}, {"start": 391.45, "end": 391.65, "word": " a", "probability": 0.98046875}, {"start": 391.65, "end": 392.19, "word": " chiropractor.", "probability": 0.85546875}, {"start": 392.31, "end": 392.45, "word": " So", "probability": 0.95947265625}, {"start": 392.45, "end": 392.69, "word": " we", "probability": 0.91943359375}, {"start": 392.69, "end": 392.95, "word": " have", "probability": 0.9443359375}, {"start": 392.95, "end": 393.21, "word": " here", "probability": 0.84765625}, {"start": 393.21, "end": 393.71, "word": " the", "probability": 0.6708984375}, {"start": 393.71, "end": 394.17, "word": " correct", "probability": 0.91552734375}], "temperature": 1.0}, {"id": 17, "seek": 42524, "start": 396.66, "end": 425.24, "text": " So this is what we should punctuate all the time correctly. All right, let's see which one is the correct one, the first or the second sentence? The first. Clearly the first sentence is the correct one. College is not like high school, full stop. It is a lot harder. Okay, let's see the third example, which is the correct, the correctly punctuated sentence, the first one or the second one?", "tokens": [407, 341, 307, 437, 321, 820, 27006, 10107, 439, 264, 565, 8944, 13, 1057, 558, 11, 718, 311, 536, 597, 472, 307, 264, 3006, 472, 11, 264, 700, 420, 264, 1150, 8174, 30, 440, 700, 13, 24120, 264, 700, 8174, 307, 264, 3006, 472, 13, 6745, 307, 406, 411, 1090, 1395, 11, 1577, 1590, 13, 467, 307, 257, 688, 6081, 13, 1033, 11, 718, 311, 536, 264, 2636, 1365, 11, 597, 307, 264, 3006, 11, 264, 8944, 27006, 27275, 8174, 11, 264, 700, 472, 420, 264, 1150, 472, 30], "avg_logprob": -0.21597221493721008, "compression_ratio": 1.8578199052132702, "no_speech_prob": 6.556510925292969e-07, "words": [{"start": 396.66, "end": 396.84, "word": " So", "probability": 0.826171875}, {"start": 396.84, "end": 397.06, "word": " this", "probability": 0.84130859375}, {"start": 397.06, "end": 397.2, "word": " is", "probability": 0.9375}, {"start": 397.2, "end": 397.36, "word": " what", "probability": 0.91748046875}, {"start": 397.36, "end": 397.52, "word": " we", "probability": 0.93408203125}, {"start": 397.52, "end": 397.76, "word": " should", "probability": 0.97021484375}, {"start": 397.76, "end": 398.4, "word": " punctuate", "probability": 0.97412109375}, {"start": 398.4, "end": 398.66, "word": " all", "probability": 0.9365234375}, {"start": 398.66, "end": 398.8, "word": " the", "probability": 0.92822265625}, {"start": 398.8, "end": 399.12, "word": " time", "probability": 0.89013671875}, {"start": 399.12, "end": 400.38, "word": " correctly.", "probability": 0.81884765625}, {"start": 400.82, "end": 400.92, "word": " All", "probability": 0.328125}, {"start": 400.92, "end": 401.06, "word": " right,", "probability": 0.904296875}, {"start": 401.2, "end": 401.38, "word": " let's", "probability": 0.942138671875}, {"start": 401.38, "end": 401.52, "word": " see", "probability": 0.92236328125}, {"start": 401.52, "end": 401.72, "word": " which", "probability": 0.52099609375}, {"start": 401.72, "end": 401.92, "word": " one", "probability": 0.92919921875}, {"start": 401.92, "end": 402.06, "word": " is", "probability": 0.94873046875}, {"start": 402.06, "end": 402.2, "word": " the", "probability": 0.91552734375}, {"start": 402.2, "end": 402.5, "word": " correct", "probability": 0.908203125}, {"start": 402.5, "end": 402.7, "word": " one,", "probability": 0.931640625}, {"start": 402.78, "end": 402.86, "word": " the", "probability": 0.90771484375}, {"start": 402.86, "end": 403.16, "word": " first", "probability": 0.8984375}, {"start": 403.16, "end": 403.32, "word": " or", "probability": 0.88427734375}, {"start": 403.32, "end": 403.46, "word": " the", "probability": 0.90869140625}, {"start": 403.46, "end": 403.94, "word": " second", "probability": 0.900390625}, {"start": 403.94, "end": 404.7, "word": " sentence?", "probability": 0.93798828125}, {"start": 405.14, "end": 405.24, "word": " The", "probability": 0.250244140625}, {"start": 405.24, "end": 405.42, "word": " first.", "probability": 0.82958984375}, {"start": 406.68, "end": 407.16, "word": " Clearly", "probability": 0.5478515625}, {"start": 407.16, "end": 407.54, "word": " the", "probability": 0.53759765625}, {"start": 407.54, "end": 408.02, "word": " first", "probability": 0.90478515625}, {"start": 408.02, "end": 408.48, "word": " sentence", "probability": 0.94091796875}, {"start": 408.48, "end": 408.7, "word": " is", "probability": 0.943359375}, {"start": 408.7, "end": 408.88, "word": " the", "probability": 0.88134765625}, {"start": 408.88, "end": 409.32, "word": " correct", "probability": 0.8671875}, {"start": 409.32, "end": 410.74, "word": " one.", "probability": 0.69775390625}, {"start": 410.98, "end": 411.26, "word": " College", "probability": 0.83642578125}, {"start": 411.26, "end": 411.48, "word": " is", "probability": 0.94580078125}, {"start": 411.48, "end": 411.72, "word": " not", "probability": 0.95166015625}, {"start": 411.72, "end": 412.1, "word": " like", "probability": 0.94384765625}, {"start": 412.1, "end": 412.34, "word": " high", "probability": 0.90087890625}, {"start": 412.34, "end": 412.74, "word": " school,", "probability": 0.9482421875}, {"start": 413.18, "end": 413.4, "word": " full", "probability": 0.90380859375}, {"start": 413.4, "end": 413.98, "word": " stop.", "probability": 0.66455078125}, {"start": 414.3, "end": 414.78, "word": " It", "probability": 0.8564453125}, {"start": 414.78, "end": 414.98, "word": " is", "probability": 0.64990234375}, {"start": 414.98, "end": 415.22, "word": " a", "probability": 0.9677734375}, {"start": 415.22, "end": 415.62, "word": " lot", "probability": 0.9619140625}, {"start": 415.62, "end": 416.68, "word": " harder.", "probability": 0.89794921875}, {"start": 417.02, "end": 417.22, "word": " Okay,", "probability": 0.69189453125}, {"start": 417.72, "end": 417.9, "word": " let's", "probability": 0.95556640625}, {"start": 417.9, "end": 418.02, "word": " see", "probability": 0.9248046875}, {"start": 418.02, "end": 418.18, "word": " the", "probability": 0.8935546875}, {"start": 418.18, "end": 418.48, "word": " third", "probability": 0.9384765625}, {"start": 418.48, "end": 419.82, "word": " example,", "probability": 0.80078125}, {"start": 420.0, "end": 420.18, "word": " which", "probability": 0.947265625}, {"start": 420.18, "end": 420.76, "word": " is", "probability": 0.9423828125}, {"start": 420.76, "end": 420.94, "word": " the", "probability": 0.91015625}, {"start": 420.94, "end": 421.36, "word": " correct,", "probability": 0.4521484375}, {"start": 421.6, "end": 422.38, "word": " the", "probability": 0.83349609375}, {"start": 422.38, "end": 422.78, "word": " correctly", "probability": 0.90234375}, {"start": 422.78, "end": 423.44, "word": " punctuated", "probability": 0.982421875}, {"start": 423.44, "end": 423.86, "word": " sentence,", "probability": 0.9423828125}, {"start": 424.0, "end": 424.1, "word": " the", "probability": 0.904296875}, {"start": 424.1, "end": 424.34, "word": " first", "probability": 0.89453125}, {"start": 424.34, "end": 424.5, "word": " one", "probability": 0.9208984375}, {"start": 424.5, "end": 424.6, "word": " or", "probability": 0.9462890625}, {"start": 424.6, "end": 424.74, "word": " the", "probability": 0.91455078125}, {"start": 424.74, "end": 425.0, "word": " second", "probability": 0.8916015625}, {"start": 425.0, "end": 425.24, "word": " one?", "probability": 0.91552734375}], "temperature": 1.0}, {"id": 18, "seek": 45536, "start": 426.58, "end": 455.36, "text": " Do you agree? Second one? Yes. The second one is the correct one. Tanya got an excellent grade on her test. Four. So one of the fanboys. Comma. Four. She studied really hard. Okay. The next one. Which is the correct punctuation of sentences? No. The first one. First one or the second one? The first one. Who says the first one?", "tokens": [1144, 291, 3986, 30, 5736, 472, 30, 1079, 13, 440, 1150, 472, 307, 264, 3006, 472, 13, 314, 8791, 658, 364, 7103, 7204, 322, 720, 1500, 13, 7451, 13, 407, 472, 295, 264, 3429, 31638, 13, 3046, 64, 13, 7451, 13, 1240, 9454, 534, 1152, 13, 1033, 13, 440, 958, 472, 13, 3013, 307, 264, 3006, 27006, 16073, 295, 16579, 30, 883, 13, 440, 700, 472, 13, 2386, 472, 420, 264, 1150, 472, 30, 440, 700, 472, 13, 2102, 1619, 264, 700, 472, 30], "avg_logprob": -0.2216911701595082, "compression_ratio": 1.7046632124352332, "no_speech_prob": 5.960464477539063e-08, "words": [{"start": 426.58, "end": 426.8, "word": " Do", "probability": 0.6806640625}, {"start": 426.8, "end": 426.88, "word": " you", "probability": 0.97119140625}, {"start": 426.88, "end": 427.16, "word": " agree?", "probability": 0.91845703125}, {"start": 427.34, "end": 427.6, "word": " Second", "probability": 0.71484375}, {"start": 427.6, "end": 427.84, "word": " one?", "probability": 0.939453125}, {"start": 428.34, "end": 428.9, "word": " Yes.", "probability": 0.80224609375}, {"start": 429.22, "end": 429.38, "word": " The", "probability": 0.73828125}, {"start": 429.38, "end": 429.72, "word": " second", "probability": 0.8994140625}, {"start": 429.72, "end": 429.96, "word": " one", "probability": 0.92822265625}, {"start": 429.96, "end": 430.16, "word": " is", "probability": 0.9306640625}, {"start": 430.16, "end": 430.36, "word": " the", "probability": 0.9150390625}, {"start": 430.36, "end": 430.64, "word": " correct", "probability": 0.89990234375}, {"start": 430.64, "end": 430.88, "word": " one.", "probability": 0.9306640625}, {"start": 431.04, "end": 431.36, "word": " Tanya", "probability": 0.64990234375}, {"start": 431.36, "end": 431.72, "word": " got", "probability": 0.91552734375}, {"start": 431.72, "end": 431.94, "word": " an", "probability": 0.94970703125}, {"start": 431.94, "end": 432.28, "word": " excellent", "probability": 0.884765625}, {"start": 432.28, "end": 432.62, "word": " grade", "probability": 0.9375}, {"start": 432.62, "end": 432.78, "word": " on", "probability": 0.94189453125}, {"start": 432.78, "end": 433.04, "word": " her", "probability": 0.958984375}, {"start": 433.04, "end": 433.46, "word": " test.", "probability": 0.83740234375}, {"start": 433.68, "end": 434.12, "word": " Four.", "probability": 0.421630859375}, {"start": 435.32, "end": 435.5, "word": " So", "probability": 0.82421875}, {"start": 435.5, "end": 435.88, "word": " one", "probability": 0.59912109375}, {"start": 435.88, "end": 436.02, "word": " of", "probability": 0.9677734375}, {"start": 436.02, "end": 436.18, "word": " the", "probability": 0.921875}, {"start": 436.18, "end": 436.7, "word": " fanboys.", "probability": 0.9501953125}, {"start": 436.88, "end": 437.2, "word": " Comma.", "probability": 0.76904296875}, {"start": 437.32, "end": 437.76, "word": " Four.", "probability": 0.8994140625}, {"start": 438.12, "end": 438.42, "word": " She", "probability": 0.82177734375}, {"start": 438.42, "end": 438.82, "word": " studied", "probability": 0.9169921875}, {"start": 438.82, "end": 439.28, "word": " really", "probability": 0.875}, {"start": 439.28, "end": 440.12, "word": " hard.", "probability": 0.8681640625}, {"start": 440.4, "end": 440.52, "word": " Okay.", "probability": 0.58349609375}, {"start": 440.98, "end": 441.14, "word": " The", "probability": 0.8359375}, {"start": 441.14, "end": 442.34, "word": " next", "probability": 0.6611328125}, {"start": 442.34, "end": 442.64, "word": " one.", "probability": 0.9326171875}, {"start": 442.94, "end": 443.42, "word": " Which", "probability": 0.86279296875}, {"start": 443.42, "end": 443.62, "word": " is", "probability": 0.95068359375}, {"start": 443.62, "end": 443.78, "word": " the", "probability": 0.91845703125}, {"start": 443.78, "end": 444.16, "word": " correct", "probability": 0.896484375}, {"start": 444.16, "end": 445.1, "word": " punctuation", "probability": 0.97412109375}, {"start": 445.1, "end": 445.88, "word": " of", "probability": 0.96533203125}, {"start": 445.88, "end": 446.48, "word": " sentences?", "probability": 0.94384765625}, {"start": 447.74, "end": 447.96, "word": " No.", "probability": 0.4990234375}, {"start": 448.68, "end": 449.02, "word": " The", "probability": 0.8544921875}, {"start": 449.02, "end": 449.24, "word": " first", "probability": 0.89599609375}, {"start": 449.24, "end": 449.54, "word": " one.", "probability": 0.93408203125}, {"start": 450.3, "end": 450.84, "word": " First", "probability": 0.81689453125}, {"start": 450.84, "end": 451.02, "word": " one", "probability": 0.93115234375}, {"start": 451.02, "end": 451.14, "word": " or", "probability": 0.92431640625}, {"start": 451.14, "end": 451.28, "word": " the", "probability": 0.91015625}, {"start": 451.28, "end": 451.6, "word": " second", "probability": 0.89306640625}, {"start": 451.6, "end": 451.86, "word": " one?", "probability": 0.92578125}, {"start": 452.1, "end": 452.28, "word": " The", "probability": 0.56396484375}, {"start": 452.28, "end": 453.04, "word": " first", "probability": 0.85107421875}, {"start": 453.04, "end": 453.28, "word": " one.", "probability": 0.78662109375}, {"start": 454.12, "end": 454.46, "word": " Who", "probability": 0.70263671875}, {"start": 454.46, "end": 454.66, "word": " says", "probability": 0.8642578125}, {"start": 454.66, "end": 454.86, "word": " the", "probability": 0.9130859375}, {"start": 454.86, "end": 455.1, "word": " first", "probability": 0.88916015625}, {"start": 455.1, "end": 455.36, "word": " one?", "probability": 0.92919921875}], "temperature": 1.0}, {"id": 19, "seek": 48142, "start": 457.38, "end": 481.42, "text": " It's not a threat, it's not a threat actually. It's actually the second one. Why? Because for example this is not the way we correct or punctuate sentences using for example usually for example semicolon, for example comma or full stop for example comma. But the correct way is actually the second one. Okay? I've been given a number of new duties, full stop.", "tokens": [467, 311, 406, 257, 4734, 11, 309, 311, 406, 257, 4734, 767, 13, 467, 311, 767, 264, 1150, 472, 13, 1545, 30, 1436, 337, 1365, 341, 307, 406, 264, 636, 321, 3006, 420, 27006, 10107, 16579, 1228, 337, 1365, 2673, 337, 1365, 27515, 38780, 11, 337, 1365, 22117, 420, 1577, 1590, 337, 1365, 22117, 13, 583, 264, 3006, 636, 307, 767, 264, 1150, 472, 13, 1033, 30, 286, 600, 668, 2212, 257, 1230, 295, 777, 20910, 11, 1577, 1590, 13], "avg_logprob": -0.18364196942176347, "compression_ratio": 1.8556701030927836, "no_speech_prob": 2.980232238769531e-07, "words": [{"start": 457.38, "end": 457.6, "word": " It's", "probability": 0.760986328125}, {"start": 457.6, "end": 457.74, "word": " not", "probability": 0.92822265625}, {"start": 457.74, "end": 458.0, "word": " a", "probability": 0.98974609375}, {"start": 458.0, "end": 458.22, "word": " threat,", "probability": 0.94140625}, {"start": 458.36, "end": 458.5, "word": " it's", "probability": 0.95556640625}, {"start": 458.5, "end": 458.6, "word": " not", "probability": 0.8125}, {"start": 458.6, "end": 458.8, "word": " a", "probability": 0.98193359375}, {"start": 458.8, "end": 459.04, "word": " threat", "probability": 0.9443359375}, {"start": 459.04, "end": 459.4, "word": " actually.", "probability": 0.82666015625}, {"start": 459.98, "end": 460.58, "word": " It's", "probability": 0.97216796875}, {"start": 460.58, "end": 460.92, "word": " actually", "probability": 0.8994140625}, {"start": 460.92, "end": 461.14, "word": " the", "probability": 0.88037109375}, {"start": 461.14, "end": 461.46, "word": " second", "probability": 0.9013671875}, {"start": 461.46, "end": 461.7, "word": " one.", "probability": 0.93408203125}, {"start": 461.76, "end": 461.98, "word": " Why?", "probability": 0.8935546875}, {"start": 462.48, "end": 462.92, "word": " Because", "probability": 0.90283203125}, {"start": 462.92, "end": 463.12, "word": " for", "probability": 0.8466796875}, {"start": 463.12, "end": 463.48, "word": " example", "probability": 0.95703125}, {"start": 463.48, "end": 463.72, "word": " this", "probability": 0.69482421875}, {"start": 463.72, "end": 463.84, "word": " is", "probability": 0.9384765625}, {"start": 463.84, "end": 464.02, "word": " not", "probability": 0.93505859375}, {"start": 464.02, "end": 464.18, "word": " the", "probability": 0.91162109375}, {"start": 464.18, "end": 464.38, "word": " way", "probability": 0.94580078125}, {"start": 464.38, "end": 464.56, "word": " we", "probability": 0.93603515625}, {"start": 464.56, "end": 464.84, "word": " correct", "probability": 0.939453125}, {"start": 464.84, "end": 465.14, "word": " or", "probability": 0.912109375}, {"start": 465.14, "end": 465.92, "word": " punctuate", "probability": 0.990234375}, {"start": 465.92, "end": 466.94, "word": " sentences", "probability": 0.939453125}, {"start": 466.94, "end": 467.48, "word": " using", "probability": 0.8896484375}, {"start": 467.48, "end": 467.7, "word": " for", "probability": 0.828125}, {"start": 467.7, "end": 468.04, "word": " example", "probability": 0.96826171875}, {"start": 468.04, "end": 468.5, "word": " usually", "probability": 0.5634765625}, {"start": 468.5, "end": 469.0, "word": " for", "probability": 0.74169921875}, {"start": 469.0, "end": 469.34, "word": " example", "probability": 0.95751953125}, {"start": 469.34, "end": 470.02, "word": " semicolon,", "probability": 0.747314453125}, {"start": 470.46, "end": 470.56, "word": " for", "probability": 0.63427734375}, {"start": 470.56, "end": 470.98, "word": " example", "probability": 0.97412109375}, {"start": 470.98, "end": 471.28, "word": " comma", "probability": 0.619140625}, {"start": 471.28, "end": 471.58, "word": " or", "probability": 0.72216796875}, {"start": 471.58, "end": 471.84, "word": " full", "probability": 0.93505859375}, {"start": 471.84, "end": 472.18, "word": " stop", "probability": 0.87646484375}, {"start": 472.18, "end": 472.42, "word": " for", "probability": 0.7685546875}, {"start": 472.42, "end": 472.98, "word": " example", "probability": 0.9765625}, {"start": 472.98, "end": 473.4, "word": " comma.", "probability": 0.82763671875}, {"start": 473.68, "end": 473.78, "word": " But", "probability": 0.93310546875}, {"start": 473.78, "end": 473.96, "word": " the", "probability": 0.90673828125}, {"start": 473.96, "end": 474.3, "word": " correct", "probability": 0.92138671875}, {"start": 474.3, "end": 474.58, "word": " way", "probability": 0.7431640625}, {"start": 474.58, "end": 474.8, "word": " is", "probability": 0.94482421875}, {"start": 474.8, "end": 475.4, "word": " actually", "probability": 0.89990234375}, {"start": 475.4, "end": 476.2, "word": " the", "probability": 0.8095703125}, {"start": 476.2, "end": 476.52, "word": " second", "probability": 0.90673828125}, {"start": 476.52, "end": 476.96, "word": " one.", "probability": 0.8359375}, {"start": 477.24, "end": 477.56, "word": " Okay?", "probability": 0.5703125}, {"start": 478.0, "end": 478.32, "word": " I've", "probability": 0.937255859375}, {"start": 478.32, "end": 478.48, "word": " been", "probability": 0.908203125}, {"start": 478.48, "end": 478.74, "word": " given", "probability": 0.90478515625}, {"start": 478.74, "end": 478.9, "word": " a", "probability": 0.98486328125}, {"start": 478.9, "end": 479.2, "word": " number", "probability": 0.9345703125}, {"start": 479.2, "end": 479.38, "word": " of", "probability": 0.970703125}, {"start": 479.38, "end": 479.62, "word": " new", "probability": 0.66748046875}, {"start": 479.62, "end": 480.12, "word": " duties,", "probability": 0.99169921875}, {"start": 480.62, "end": 480.98, "word": " full", "probability": 0.9296875}, {"start": 480.98, "end": 481.42, "word": " stop.", "probability": 0.92236328125}], "temperature": 1.0}, {"id": 20, "seek": 50869, "start": 481.93, "end": 508.69, "text": " and then we write the second sentence I now have to do all the work or all day finding filing myself okay all right which is the correct one the first or the second one I think this is the last example second yes it is the second one which is the correct punctuation is this clear all right so whenever we find a run-on sentence which is basically", "tokens": [293, 550, 321, 2464, 264, 1150, 8174, 286, 586, 362, 281, 360, 439, 264, 589, 420, 439, 786, 5006, 26854, 2059, 1392, 439, 558, 597, 307, 264, 3006, 472, 264, 700, 420, 264, 1150, 472, 286, 519, 341, 307, 264, 1036, 1365, 1150, 2086, 309, 307, 264, 1150, 472, 597, 307, 264, 3006, 27006, 16073, 307, 341, 1850, 439, 558, 370, 5699, 321, 915, 257, 1190, 12, 266, 8174, 597, 307, 1936], "avg_logprob": -0.17765410795603712, "compression_ratio": 1.891304347826087, "no_speech_prob": 0.0, "words": [{"start": 481.93, "end": 482.29, "word": " and", "probability": 0.350830078125}, {"start": 482.29, "end": 482.55, "word": " then", "probability": 0.8671875}, {"start": 482.55, "end": 483.03, "word": " we", "probability": 0.91552734375}, {"start": 483.03, "end": 483.57, "word": " write", "probability": 0.91455078125}, {"start": 483.57, "end": 483.73, "word": " the", "probability": 0.8916015625}, {"start": 483.73, "end": 483.99, "word": " second", "probability": 0.87939453125}, {"start": 483.99, "end": 484.51, "word": " sentence", "probability": 0.94482421875}, {"start": 484.51, "end": 484.89, "word": " I", "probability": 0.459716796875}, {"start": 484.89, "end": 485.15, "word": " now", "probability": 0.87353515625}, {"start": 485.15, "end": 485.45, "word": " have", "probability": 0.9541015625}, {"start": 485.45, "end": 485.59, "word": " to", "probability": 0.9677734375}, {"start": 485.59, "end": 485.73, "word": " do", "probability": 0.95703125}, {"start": 485.73, "end": 485.97, "word": " all", "probability": 0.94580078125}, {"start": 485.97, "end": 486.07, "word": " the", "probability": 0.916015625}, {"start": 486.07, "end": 486.57, "word": " work", "probability": 0.9287109375}, {"start": 486.57, "end": 486.83, "word": " or", "probability": 0.62841796875}, {"start": 486.83, "end": 487.07, "word": " all", "probability": 0.923828125}, {"start": 487.07, "end": 487.33, "word": " day", "probability": 0.9306640625}, {"start": 487.33, "end": 487.99, "word": " finding", "probability": 0.80615234375}, {"start": 487.99, "end": 488.63, "word": " filing", "probability": 0.36376953125}, {"start": 488.63, "end": 489.57, "word": " myself", "probability": 0.85595703125}, {"start": 489.57, "end": 489.99, "word": " okay", "probability": 0.5791015625}, {"start": 489.99, "end": 490.63, "word": " all", "probability": 0.40673828125}, {"start": 490.63, "end": 490.85, "word": " right", "probability": 0.90625}, {"start": 490.85, "end": 492.41, "word": " which", "probability": 0.806640625}, {"start": 492.41, "end": 492.57, "word": " is", "probability": 0.95166015625}, {"start": 492.57, "end": 492.75, "word": " the", "probability": 0.91943359375}, {"start": 492.75, "end": 493.09, "word": " correct", "probability": 0.90771484375}, {"start": 493.09, "end": 493.45, "word": " one", "probability": 0.93994140625}, {"start": 493.45, "end": 493.85, "word": " the", "probability": 0.74853515625}, {"start": 493.85, "end": 494.19, "word": " first", "probability": 0.8994140625}, {"start": 494.19, "end": 494.35, "word": " or", "probability": 0.93896484375}, {"start": 494.35, "end": 494.49, "word": " the", "probability": 0.919921875}, {"start": 494.49, "end": 494.79, "word": " second", "probability": 0.8984375}, {"start": 494.79, "end": 495.03, "word": " one", "probability": 0.8505859375}, {"start": 495.03, "end": 495.43, "word": " I", "probability": 0.5986328125}, {"start": 495.43, "end": 495.61, "word": " think", "probability": 0.91552734375}, {"start": 495.61, "end": 495.75, "word": " this", "probability": 0.9423828125}, {"start": 495.75, "end": 495.85, "word": " is", "probability": 0.94873046875}, {"start": 495.85, "end": 495.95, "word": " the", "probability": 0.92431640625}, {"start": 495.95, "end": 496.09, "word": " last", "probability": 0.8701171875}, {"start": 496.09, "end": 496.51, "word": " example", "probability": 0.9453125}, {"start": 496.51, "end": 498.27, "word": " second", "probability": 0.41455078125}, {"start": 498.27, "end": 499.35, "word": " yes", "probability": 0.67041015625}, {"start": 499.35, "end": 499.97, "word": " it", "probability": 0.912109375}, {"start": 499.97, "end": 500.13, "word": " is", "probability": 0.9482421875}, {"start": 500.13, "end": 500.31, "word": " the", "probability": 0.9208984375}, {"start": 500.31, "end": 501.01, "word": " second", "probability": 0.91943359375}, {"start": 501.01, "end": 502.03, "word": " one", "probability": 0.93408203125}, {"start": 502.03, "end": 502.35, "word": " which", "probability": 0.947265625}, {"start": 502.35, "end": 502.57, "word": " is", "probability": 0.94873046875}, {"start": 502.57, "end": 502.75, "word": " the", "probability": 0.9140625}, {"start": 502.75, "end": 503.11, "word": " correct", "probability": 0.90576171875}, {"start": 503.11, "end": 503.93, "word": " punctuation", "probability": 0.97021484375}, {"start": 503.93, "end": 504.17, "word": " is", "probability": 0.80078125}, {"start": 504.17, "end": 504.33, "word": " this", "probability": 0.9404296875}, {"start": 504.33, "end": 504.69, "word": " clear", "probability": 0.86279296875}, {"start": 504.69, "end": 505.37, "word": " all", "probability": 0.5400390625}, {"start": 505.37, "end": 505.47, "word": " right", "probability": 0.91455078125}, {"start": 505.47, "end": 505.63, "word": " so", "probability": 0.9443359375}, {"start": 505.63, "end": 505.99, "word": " whenever", "probability": 0.951171875}, {"start": 505.99, "end": 506.25, "word": " we", "probability": 0.9658203125}, {"start": 506.25, "end": 506.71, "word": " find", "probability": 0.89306640625}, {"start": 506.71, "end": 506.93, "word": " a", "probability": 0.9912109375}, {"start": 506.93, "end": 507.09, "word": " run", "probability": 0.77978515625}, {"start": 507.09, "end": 507.23, "word": "-on", "probability": 0.80908203125}, {"start": 507.23, "end": 507.67, "word": " sentence", "probability": 0.94580078125}, {"start": 507.67, "end": 507.95, "word": " which", "probability": 0.94873046875}, {"start": 507.95, "end": 508.17, "word": " is", "probability": 0.95068359375}, {"start": 508.17, "end": 508.69, "word": " basically", "probability": 0.9580078125}], "temperature": 1.0}, {"id": 21, "seek": 51879, "start": 508.97, "end": 518.79, "text": " two sentences running after another without any punctuation between them or we have only just a comma between two sentences then this is incorrect", "tokens": [732, 16579, 2614, 934, 1071, 1553, 604, 27006, 16073, 1296, 552, 420, 321, 362, 787, 445, 257, 22117, 1296, 732, 16579, 550, 341, 307, 18424], "avg_logprob": -0.16661658883094788, "compression_ratio": 1.4554455445544554, "no_speech_prob": 5.0067901611328125e-06, "words": [{"start": 508.97, "end": 509.23, "word": " two", "probability": 0.50390625}, {"start": 509.23, "end": 509.89, "word": " sentences", "probability": 0.95556640625}, {"start": 509.89, "end": 510.67, "word": " running", "probability": 0.86962890625}, {"start": 510.67, "end": 511.27, "word": " after", "probability": 0.8525390625}, {"start": 511.27, "end": 511.63, "word": " another", "probability": 0.916015625}, {"start": 511.63, "end": 512.01, "word": " without", "probability": 0.8642578125}, {"start": 512.01, "end": 512.35, "word": " any", "probability": 0.90625}, {"start": 512.35, "end": 512.97, "word": " punctuation", "probability": 0.981201171875}, {"start": 512.97, "end": 513.31, "word": " between", "probability": 0.8681640625}, {"start": 513.31, "end": 513.57, "word": " them", "probability": 0.9052734375}, {"start": 513.57, "end": 513.95, "word": " or", "probability": 0.54541015625}, {"start": 513.95, "end": 514.27, "word": " we", "probability": 0.81103515625}, {"start": 514.27, "end": 514.49, "word": " have", "probability": 0.93359375}, {"start": 514.49, "end": 514.83, "word": " only", "probability": 0.908203125}, {"start": 514.83, "end": 515.19, "word": " just", "probability": 0.9169921875}, {"start": 515.19, "end": 515.33, "word": " a", "probability": 0.96484375}, {"start": 515.33, "end": 515.65, "word": " comma", "probability": 0.89404296875}, {"start": 515.65, "end": 516.33, "word": " between", "probability": 0.89013671875}, {"start": 516.33, "end": 516.73, "word": " two", "probability": 0.9296875}, {"start": 516.73, "end": 517.29, "word": " sentences", "probability": 0.953125}, {"start": 517.29, "end": 517.65, "word": " then", "probability": 0.60498046875}, {"start": 517.65, "end": 517.89, "word": " this", "probability": 0.93505859375}, {"start": 517.89, "end": 518.09, "word": " is", "probability": 0.9296875}, {"start": 518.09, "end": 518.79, "word": " incorrect", "probability": 0.93896484375}], "temperature": 1.0}, {"id": 22, "seek": 54572, "start": 519.8, "end": 545.72, "text": " punctuation and we have to fix them either by adding a full stop or a comma. This is the last exam here. Maria and John liked this but Karen doesn't. Maria and John liked this, Karen doesn't. Clearly the first one is the correct punctuation. Is this clear? Yes. Alright. Let's look first at our textbook before we do this exercise. Page 60. Page 60 please.", "tokens": [27006, 16073, 293, 321, 362, 281, 3191, 552, 2139, 538, 5127, 257, 1577, 1590, 420, 257, 22117, 13, 639, 307, 264, 1036, 1139, 510, 13, 12734, 293, 2619, 4501, 341, 457, 14834, 1177, 380, 13, 12734, 293, 2619, 4501, 341, 11, 14834, 1177, 380, 13, 24120, 264, 700, 472, 307, 264, 3006, 27006, 16073, 13, 1119, 341, 1850, 30, 1079, 13, 2798, 13, 961, 311, 574, 700, 412, 527, 25591, 949, 321, 360, 341, 5380, 13, 21217, 4060, 13, 21217, 4060, 1767, 13], "avg_logprob": -0.20442708457509676, "compression_ratio": 1.6153846153846154, "no_speech_prob": 4.172325134277344e-07, "words": [{"start": 519.8, "end": 520.3, "word": " punctuation", "probability": 0.87158203125}, {"start": 520.3, "end": 520.48, "word": " and", "probability": 0.65087890625}, {"start": 520.48, "end": 520.58, "word": " we", "probability": 0.83544921875}, {"start": 520.58, "end": 520.72, "word": " have", "probability": 0.9228515625}, {"start": 520.72, "end": 520.84, "word": " to", "probability": 0.9697265625}, {"start": 520.84, "end": 521.06, "word": " fix", "probability": 0.9208984375}, {"start": 521.06, "end": 521.24, "word": " them", "probability": 0.865234375}, {"start": 521.24, "end": 521.48, "word": " either", "probability": 0.84912109375}, {"start": 521.48, "end": 521.72, "word": " by", "probability": 0.94921875}, {"start": 521.72, "end": 522.04, "word": " adding", "probability": 0.8583984375}, {"start": 522.04, "end": 522.16, "word": " a", "probability": 0.94921875}, {"start": 522.16, "end": 522.34, "word": " full", "probability": 0.91845703125}, {"start": 522.34, "end": 522.68, "word": " stop", "probability": 0.947265625}, {"start": 522.68, "end": 523.18, "word": " or", "probability": 0.92724609375}, {"start": 523.18, "end": 523.94, "word": " a", "probability": 0.6201171875}, {"start": 523.94, "end": 524.32, "word": " comma.", "probability": 0.82666015625}, {"start": 524.52, "end": 524.68, "word": " This", "probability": 0.79052734375}, {"start": 524.68, "end": 524.76, "word": " is", "probability": 0.9267578125}, {"start": 524.76, "end": 524.88, "word": " the", "probability": 0.89111328125}, {"start": 524.88, "end": 525.1, "word": " last", "probability": 0.8779296875}, {"start": 525.1, "end": 525.44, "word": " exam", "probability": 0.94482421875}, {"start": 525.44, "end": 525.68, "word": " here.", "probability": 0.73583984375}, {"start": 525.78, "end": 526.04, "word": " Maria", "probability": 0.587890625}, {"start": 526.04, "end": 526.26, "word": " and", "probability": 0.9208984375}, {"start": 526.26, "end": 526.46, "word": " John", "probability": 0.78173828125}, {"start": 526.46, "end": 526.76, "word": " liked", "probability": 0.6865234375}, {"start": 526.76, "end": 526.98, "word": " this", "probability": 0.2113037109375}, {"start": 526.98, "end": 527.24, "word": " but", "probability": 0.6943359375}, {"start": 527.24, "end": 527.68, "word": " Karen", "probability": 0.87451171875}, {"start": 527.68, "end": 528.28, "word": " doesn't.", "probability": 0.939453125}, {"start": 528.64, "end": 528.84, "word": " Maria", "probability": 0.481689453125}, {"start": 528.84, "end": 529.02, "word": " and", "probability": 0.935546875}, {"start": 529.02, "end": 529.14, "word": " John", "probability": 0.8310546875}, {"start": 529.14, "end": 529.36, "word": " liked", "probability": 0.8994140625}, {"start": 529.36, "end": 529.52, "word": " this,", "probability": 0.927734375}, {"start": 529.66, "end": 529.76, "word": " Karen", "probability": 0.9013671875}, {"start": 529.76, "end": 530.16, "word": " doesn't.", "probability": 0.96240234375}, {"start": 530.56, "end": 531.06, "word": " Clearly", "probability": 0.83935546875}, {"start": 531.06, "end": 531.7, "word": " the", "probability": 0.61669921875}, {"start": 531.7, "end": 532.7, "word": " first", "probability": 0.8955078125}, {"start": 532.7, "end": 533.1, "word": " one", "probability": 0.9326171875}, {"start": 533.1, "end": 533.58, "word": " is", "probability": 0.9453125}, {"start": 533.58, "end": 533.76, "word": " the", "probability": 0.9150390625}, {"start": 533.76, "end": 534.22, "word": " correct", "probability": 0.8603515625}, {"start": 534.22, "end": 535.52, "word": " punctuation.", "probability": 0.98681640625}, {"start": 535.74, "end": 535.86, "word": " Is", "probability": 0.92236328125}, {"start": 535.86, "end": 536.04, "word": " this", "probability": 0.9384765625}, {"start": 536.04, "end": 536.36, "word": " clear?", "probability": 0.89990234375}, {"start": 536.6, "end": 536.78, "word": " Yes.", "probability": 0.65283203125}, {"start": 537.3, "end": 537.8, "word": " Alright.", "probability": 0.64453125}, {"start": 538.48, "end": 538.8, "word": " Let's", "probability": 0.96875}, {"start": 538.8, "end": 539.02, "word": " look", "probability": 0.96240234375}, {"start": 539.02, "end": 539.48, "word": " first", "probability": 0.8759765625}, {"start": 539.48, "end": 539.8, "word": " at", "probability": 0.9599609375}, {"start": 539.8, "end": 540.1, "word": " our", "probability": 0.888671875}, {"start": 540.1, "end": 540.5, "word": " textbook", "probability": 0.80810546875}, {"start": 540.5, "end": 540.78, "word": " before", "probability": 0.65283203125}, {"start": 540.78, "end": 540.98, "word": " we", "probability": 0.9638671875}, {"start": 540.98, "end": 541.1, "word": " do", "probability": 0.96337890625}, {"start": 541.1, "end": 541.32, "word": " this", "probability": 0.9453125}, {"start": 541.32, "end": 541.94, "word": " exercise.", "probability": 0.955078125}, {"start": 542.36, "end": 542.86, "word": " Page", "probability": 0.87646484375}, {"start": 542.86, "end": 543.56, "word": " 60.", "probability": 0.47265625}, {"start": 544.54, "end": 545.04, "word": " Page", "probability": 0.712890625}, {"start": 545.04, "end": 545.4, "word": " 60", "probability": 0.95849609375}, {"start": 545.4, "end": 545.72, "word": " please.", "probability": 0.57373046875}], "temperature": 1.0}, {"id": 23, "seek": 57450, "start": 548.74, "end": 574.5, "text": " And we're going to look at these sentences on page 60 and 61 and try to identify to determine which sentence is the correct sentence, the correctly punctuated sentence, and which sentences are either run on sentence or comma splice sentence and try to fix them either using either of the two values run on, sorry, full stop or using a connector.", "tokens": [400, 321, 434, 516, 281, 574, 412, 613, 16579, 322, 3028, 4060, 293, 28294, 293, 853, 281, 5876, 281, 6997, 597, 8174, 307, 264, 3006, 8174, 11, 264, 8944, 27006, 27275, 8174, 11, 293, 597, 16579, 366, 2139, 1190, 322, 8174, 420, 22117, 4732, 573, 8174, 293, 853, 281, 3191, 552, 2139, 1228, 2139, 295, 264, 732, 4190, 1190, 322, 11, 2597, 11, 1577, 1590, 420, 1228, 257, 19127, 13], "avg_logprob": -0.1919014080309532, "compression_ratio": 1.7835051546391754, "no_speech_prob": 5.960464477539063e-08, "words": [{"start": 548.74, "end": 549.16, "word": " And", "probability": 0.71728515625}, {"start": 549.16, "end": 549.44, "word": " we're", "probability": 0.820068359375}, {"start": 549.44, "end": 549.66, "word": " going", "probability": 0.9423828125}, {"start": 549.66, "end": 549.82, "word": " to", "probability": 0.96630859375}, {"start": 549.82, "end": 550.02, "word": " look", "probability": 0.96630859375}, {"start": 550.02, "end": 550.22, "word": " at", "probability": 0.9619140625}, {"start": 550.22, "end": 550.44, "word": " these", "probability": 0.83056640625}, {"start": 550.44, "end": 550.94, "word": " sentences", "probability": 0.9501953125}, {"start": 550.94, "end": 551.22, "word": " on", "probability": 0.9189453125}, {"start": 551.22, "end": 551.42, "word": " page", "probability": 0.8359375}, {"start": 551.42, "end": 551.8, "word": " 60", "probability": 0.923828125}, {"start": 551.8, "end": 551.98, "word": " and", "probability": 0.92578125}, {"start": 551.98, "end": 552.4, "word": " 61", "probability": 0.9873046875}, {"start": 552.4, "end": 553.2, "word": " and", "probability": 0.59521484375}, {"start": 553.2, "end": 553.56, "word": " try", "probability": 0.94970703125}, {"start": 553.56, "end": 553.76, "word": " to", "probability": 0.97021484375}, {"start": 553.76, "end": 554.36, "word": " identify", "probability": 0.93212890625}, {"start": 554.36, "end": 554.74, "word": " to", "probability": 0.5595703125}, {"start": 554.74, "end": 555.32, "word": " determine", "probability": 0.90185546875}, {"start": 555.32, "end": 555.78, "word": " which", "probability": 0.935546875}, {"start": 555.78, "end": 556.76, "word": " sentence", "probability": 0.93701171875}, {"start": 556.76, "end": 557.08, "word": " is", "probability": 0.947265625}, {"start": 557.08, "end": 557.28, "word": " the", "probability": 0.9169921875}, {"start": 557.28, "end": 557.64, "word": " correct", "probability": 0.91357421875}, {"start": 557.64, "end": 558.26, "word": " sentence,", "probability": 0.95068359375}, {"start": 558.7, "end": 558.8, "word": " the", "probability": 0.78125}, {"start": 558.8, "end": 559.12, "word": " correctly", "probability": 0.8876953125}, {"start": 559.12, "end": 559.68, "word": " punctuated", "probability": 0.97705078125}, {"start": 559.68, "end": 560.0, "word": " sentence,", "probability": 0.916015625}, {"start": 560.3, "end": 560.32, "word": " and", "probability": 0.8935546875}, {"start": 560.32, "end": 560.56, "word": " which", "probability": 0.94287109375}, {"start": 560.56, "end": 561.12, "word": " sentences", "probability": 0.9384765625}, {"start": 561.12, "end": 562.04, "word": " are", "probability": 0.94140625}, {"start": 562.04, "end": 562.92, "word": " either", "probability": 0.92236328125}, {"start": 562.92, "end": 563.32, "word": " run", "probability": 0.8779296875}, {"start": 563.32, "end": 563.5, "word": " on", "probability": 0.46630859375}, {"start": 563.5, "end": 564.02, "word": " sentence", "probability": 0.861328125}, {"start": 564.02, "end": 564.46, "word": " or", "probability": 0.9267578125}, {"start": 564.46, "end": 565.22, "word": " comma", "probability": 0.6259765625}, {"start": 565.22, "end": 565.6, "word": " splice", "probability": 0.690185546875}, {"start": 565.6, "end": 565.96, "word": " sentence", "probability": 0.9267578125}, {"start": 565.96, "end": 566.3, "word": " and", "probability": 0.57421875}, {"start": 566.3, "end": 566.52, "word": " try", "probability": 0.91943359375}, {"start": 566.52, "end": 566.72, "word": " to", "probability": 0.96826171875}, {"start": 566.72, "end": 566.98, "word": " fix", "probability": 0.939453125}, {"start": 566.98, "end": 567.28, "word": " them", "probability": 0.8837890625}, {"start": 567.28, "end": 567.82, "word": " either", "probability": 0.83154296875}, {"start": 567.82, "end": 568.24, "word": " using", "probability": 0.89794921875}, {"start": 568.24, "end": 568.56, "word": " either", "probability": 0.927734375}, {"start": 568.56, "end": 568.76, "word": " of", "probability": 0.9599609375}, {"start": 568.76, "end": 568.86, "word": " the", "probability": 0.92236328125}, {"start": 568.86, "end": 569.04, "word": " two", "probability": 0.92431640625}, {"start": 569.04, "end": 569.42, "word": " values", "probability": 0.6044921875}, {"start": 569.42, "end": 569.96, "word": " run", "probability": 0.53515625}, {"start": 569.96, "end": 570.18, "word": " on,", "probability": 0.69189453125}, {"start": 570.28, "end": 570.46, "word": " sorry,", "probability": 0.8212890625}, {"start": 570.94, "end": 571.08, "word": " full", "probability": 0.63134765625}, {"start": 571.08, "end": 571.46, "word": " stop", "probability": 0.8173828125}, {"start": 571.46, "end": 572.32, "word": " or", "probability": 0.73876953125}, {"start": 572.32, "end": 573.58, "word": " using", "probability": 0.84716796875}, {"start": 573.58, "end": 574.0, "word": " a", "probability": 0.650390625}, {"start": 574.0, "end": 574.5, "word": " connector.", "probability": 0.86474609375}], "temperature": 1.0}, {"id": 24, "seek": 74988, "start": 726.22, "end": 749.88, "text": " Alright, let's see. Let's see sentence number two. Number two. Yes, please. Kittens are cute. They like to play. Kittens are cute and they like to play. Alright, so is this a correct sentence or a problem with that punctuation here? It's a comma splice, exactly. So, how do we fix it? Kittens are cute.", "tokens": [2798, 11, 718, 311, 536, 13, 961, 311, 536, 8174, 1230, 732, 13, 5118, 732, 13, 1079, 11, 1767, 13, 591, 39449, 366, 4052, 13, 814, 411, 281, 862, 13, 591, 39449, 366, 4052, 293, 436, 411, 281, 862, 13, 2798, 11, 370, 307, 341, 257, 3006, 8174, 420, 257, 1154, 365, 300, 27006, 16073, 510, 30, 467, 311, 257, 22117, 4732, 573, 11, 2293, 13, 407, 11, 577, 360, 321, 3191, 309, 30, 591, 39449, 366, 4052, 13], "avg_logprob": -0.22636718694120644, "compression_ratio": 1.6740331491712708, "no_speech_prob": 2.384185791015625e-07, "words": [{"start": 726.22, "end": 726.78, "word": " Alright,", "probability": 0.5087890625}, {"start": 727.38, "end": 727.64, "word": " let's", "probability": 0.95703125}, {"start": 727.64, "end": 727.86, "word": " see.", "probability": 0.9375}, {"start": 728.56, "end": 728.8, "word": " Let's", "probability": 0.86083984375}, {"start": 728.8, "end": 729.18, "word": " see", "probability": 0.9404296875}, {"start": 729.18, "end": 730.08, "word": " sentence", "probability": 0.8291015625}, {"start": 730.08, "end": 730.52, "word": " number", "probability": 0.90771484375}, {"start": 730.52, "end": 731.18, "word": " two.", "probability": 0.49658203125}, {"start": 731.4, "end": 731.58, "word": " Number", "probability": 0.64697265625}, {"start": 731.58, "end": 731.88, "word": " two.", "probability": 0.9326171875}, {"start": 732.1, "end": 732.26, "word": " Yes,", "probability": 0.9384765625}, {"start": 732.3, "end": 732.54, "word": " please.", "probability": 0.7919921875}, {"start": 734.9, "end": 735.46, "word": " Kittens", "probability": 0.746826171875}, {"start": 735.46, "end": 735.72, "word": " are", "probability": 0.951171875}, {"start": 735.72, "end": 735.94, "word": " cute.", "probability": 0.919921875}, {"start": 736.08, "end": 736.18, "word": " They", "probability": 0.80810546875}, {"start": 736.18, "end": 736.68, "word": " like", "probability": 0.8134765625}, {"start": 736.68, "end": 736.86, "word": " to", "probability": 0.970703125}, {"start": 736.86, "end": 737.26, "word": " play.", "probability": 0.96044921875}, {"start": 737.58, "end": 737.96, "word": " Kittens", "probability": 0.88037109375}, {"start": 737.96, "end": 738.16, "word": " are", "probability": 0.94677734375}, {"start": 738.16, "end": 738.4, "word": " cute", "probability": 0.90673828125}, {"start": 738.4, "end": 738.62, "word": " and", "probability": 0.80859375}, {"start": 738.62, "end": 738.8, "word": " they", "probability": 0.90478515625}, {"start": 738.8, "end": 739.04, "word": " like", "probability": 0.9423828125}, {"start": 739.04, "end": 739.2, "word": " to", "probability": 0.9697265625}, {"start": 739.2, "end": 739.5, "word": " play.", "probability": 0.95703125}, {"start": 739.78, "end": 740.02, "word": " Alright,", "probability": 0.6904296875}, {"start": 740.14, "end": 740.22, "word": " so", "probability": 0.8623046875}, {"start": 740.22, "end": 740.38, "word": " is", "probability": 0.8623046875}, {"start": 740.38, "end": 740.52, "word": " this", "probability": 0.93603515625}, {"start": 740.52, "end": 740.66, "word": " a", "probability": 0.94384765625}, {"start": 740.66, "end": 740.92, "word": " correct", "probability": 0.93310546875}, {"start": 740.92, "end": 741.38, "word": " sentence", "probability": 0.9453125}, {"start": 741.38, "end": 741.88, "word": " or", "probability": 0.85986328125}, {"start": 741.88, "end": 742.26, "word": " a", "probability": 0.93505859375}, {"start": 742.26, "end": 742.62, "word": " problem", "probability": 0.88134765625}, {"start": 742.62, "end": 743.12, "word": " with", "probability": 0.892578125}, {"start": 743.12, "end": 743.42, "word": " that", "probability": 0.7734375}, {"start": 743.42, "end": 744.16, "word": " punctuation", "probability": 0.983642578125}, {"start": 744.16, "end": 744.46, "word": " here?", "probability": 0.8232421875}, {"start": 744.74, "end": 745.08, "word": " It's", "probability": 0.9443359375}, {"start": 745.08, "end": 745.4, "word": " a", "probability": 0.98828125}, {"start": 745.4, "end": 745.96, "word": " comma", "probability": 0.405029296875}, {"start": 745.96, "end": 746.38, "word": " splice,", "probability": 0.789794921875}, {"start": 746.42, "end": 746.84, "word": " exactly.", "probability": 0.87744140625}, {"start": 747.12, "end": 747.28, "word": " So,", "probability": 0.93603515625}, {"start": 747.32, "end": 747.52, "word": " how", "probability": 0.93603515625}, {"start": 747.52, "end": 747.66, "word": " do", "probability": 0.51513671875}, {"start": 747.66, "end": 747.74, "word": " we", "probability": 0.8173828125}, {"start": 747.74, "end": 748.1, "word": " fix", "probability": 0.912109375}, {"start": 748.1, "end": 748.32, "word": " it?", "probability": 0.94677734375}, {"start": 748.66, "end": 749.22, "word": " Kittens", "probability": 0.6890869140625}, {"start": 749.22, "end": 749.58, "word": " are", "probability": 0.955078125}, {"start": 749.58, "end": 749.88, "word": " cute.", "probability": 0.9140625}], "temperature": 1.0}, {"id": 25, "seek": 77387, "start": 750.41, "end": 773.87, "text": " And they like to play. Very nice. And comment and they like to play and they like to play. Oh, full stop. Full stop. They like. Okay, let's see. Number three. Books are good companions and they can also protect you. This is correct punctuation and these are too correct and this is a correct sentence. Number four.", "tokens": [400, 436, 411, 281, 862, 13, 4372, 1481, 13, 400, 2871, 293, 436, 411, 281, 862, 293, 436, 411, 281, 862, 13, 876, 11, 1577, 1590, 13, 13841, 1590, 13, 814, 411, 13, 1033, 11, 718, 311, 536, 13, 5118, 1045, 13, 33843, 366, 665, 28009, 293, 436, 393, 611, 2371, 291, 13, 639, 307, 3006, 27006, 16073, 293, 613, 366, 886, 3006, 293, 341, 307, 257, 3006, 8174, 13, 5118, 1451, 13], "avg_logprob": -0.24809965652388496, "compression_ratio": 1.8103448275862069, "no_speech_prob": 4.172325134277344e-07, "words": [{"start": 750.41, "end": 750.87, "word": " And", "probability": 0.3212890625}, {"start": 750.87, "end": 751.17, "word": " they", "probability": 0.6640625}, {"start": 751.17, "end": 751.43, "word": " like", "probability": 0.9228515625}, {"start": 751.43, "end": 751.59, "word": " to", "probability": 0.970703125}, {"start": 751.59, "end": 751.87, "word": " play.", "probability": 0.9580078125}, {"start": 752.01, "end": 752.25, "word": " Very", "probability": 0.61669921875}, {"start": 752.25, "end": 752.55, "word": " nice.", "probability": 0.88671875}, {"start": 752.75, "end": 752.95, "word": " And", "probability": 0.830078125}, {"start": 752.95, "end": 753.27, "word": " comment", "probability": 0.396728515625}, {"start": 753.27, "end": 754.07, "word": " and", "probability": 0.467041015625}, {"start": 754.07, "end": 754.81, "word": " they", "probability": 0.89404296875}, {"start": 754.81, "end": 755.27, "word": " like", "probability": 0.94482421875}, {"start": 755.27, "end": 755.61, "word": " to", "probability": 0.97265625}, {"start": 755.61, "end": 756.49, "word": " play", "probability": 0.95361328125}, {"start": 756.49, "end": 756.91, "word": " and", "probability": 0.70947265625}, {"start": 756.91, "end": 757.05, "word": " they", "probability": 0.90869140625}, {"start": 757.05, "end": 757.27, "word": " like", "probability": 0.94287109375}, {"start": 757.27, "end": 757.39, "word": " to", "probability": 0.9716796875}, {"start": 757.39, "end": 757.57, "word": " play.", "probability": 0.95556640625}, {"start": 757.63, "end": 757.77, "word": " Oh,", "probability": 0.407958984375}, {"start": 757.97, "end": 758.17, "word": " full", "probability": 0.87548828125}, {"start": 758.17, "end": 758.55, "word": " stop.", "probability": 0.94580078125}, {"start": 758.77, "end": 758.97, "word": " Full", "probability": 0.52880859375}, {"start": 758.97, "end": 759.27, "word": " stop.", "probability": 0.8720703125}, {"start": 759.47, "end": 759.71, "word": " They", "probability": 0.58349609375}, {"start": 759.71, "end": 760.19, "word": " like.", "probability": 0.9453125}, {"start": 760.55, "end": 760.87, "word": " Okay,", "probability": 0.7041015625}, {"start": 761.29, "end": 761.51, "word": " let's", "probability": 0.952880859375}, {"start": 761.51, "end": 761.71, "word": " see.", "probability": 0.9306640625}, {"start": 761.95, "end": 762.25, "word": " Number", "probability": 0.81591796875}, {"start": 762.25, "end": 762.87, "word": " three.", "probability": 0.84033203125}, {"start": 763.81, "end": 764.09, "word": " Books", "probability": 0.43115234375}, {"start": 764.09, "end": 764.37, "word": " are", "probability": 0.9423828125}, {"start": 764.37, "end": 764.61, "word": " good", "probability": 0.91796875}, {"start": 764.61, "end": 765.17, "word": " companions", "probability": 0.95947265625}, {"start": 765.17, "end": 765.57, "word": " and", "probability": 0.9033203125}, {"start": 765.57, "end": 765.83, "word": " they", "probability": 0.89111328125}, {"start": 765.83, "end": 766.19, "word": " can", "probability": 0.94189453125}, {"start": 766.19, "end": 766.51, "word": " also", "probability": 0.85546875}, {"start": 766.51, "end": 766.87, "word": " protect", "probability": 0.94384765625}, {"start": 766.87, "end": 767.13, "word": " you.", "probability": 0.9658203125}, {"start": 767.37, "end": 767.37, "word": " This", "probability": 0.880859375}, {"start": 767.37, "end": 768.27, "word": " is", "probability": 0.9423828125}, {"start": 768.27, "end": 768.61, "word": " correct", "probability": 0.86572265625}, {"start": 768.61, "end": 769.71, "word": " punctuation", "probability": 0.96435546875}, {"start": 769.71, "end": 769.93, "word": " and", "probability": 0.7333984375}, {"start": 769.93, "end": 770.15, "word": " these", "probability": 0.86572265625}, {"start": 770.15, "end": 770.35, "word": " are", "probability": 0.93115234375}, {"start": 770.35, "end": 770.53, "word": " too", "probability": 0.41845703125}, {"start": 770.53, "end": 771.01, "word": " correct", "probability": 0.8740234375}, {"start": 771.01, "end": 771.57, "word": " and", "probability": 0.6787109375}, {"start": 771.57, "end": 771.75, "word": " this", "probability": 0.94580078125}, {"start": 771.75, "end": 771.89, "word": " is", "probability": 0.9453125}, {"start": 771.89, "end": 772.03, "word": " a", "probability": 0.96728515625}, {"start": 772.03, "end": 772.29, "word": " correct", "probability": 0.9072265625}, {"start": 772.29, "end": 772.79, "word": " sentence.", "probability": 0.9443359375}, {"start": 773.13, "end": 773.37, "word": " Number", "probability": 0.86376953125}, {"start": 773.37, "end": 773.87, "word": " four.", "probability": 0.93603515625}], "temperature": 1.0}, {"id": 26, "seek": 80109, "start": 779.63, "end": 801.09, "text": " At strangers. For dogs to bark at strangers. Very nice. But. Very nice. So we have to. This is a run on sentence. There is no punctuation between the two sentences. So fix it by adding a connector to it. Yes please.", "tokens": [1711, 22724, 13, 1171, 7197, 281, 16202, 412, 22724, 13, 4372, 1481, 13, 583, 13, 4372, 1481, 13, 407, 321, 362, 281, 13, 639, 307, 257, 1190, 322, 8174, 13, 821, 307, 572, 27006, 16073, 1296, 264, 732, 16579, 13, 407, 3191, 309, 538, 5127, 257, 19127, 281, 309, 13, 1079, 1767, 13], "avg_logprob": -0.309895818984067, "compression_ratio": 1.4594594594594594, "no_speech_prob": 1.7881393432617188e-07, "words": [{"start": 779.63, "end": 780.11, "word": " At", "probability": 0.132080078125}, {"start": 780.11, "end": 780.59, "word": " strangers.", "probability": 0.892578125}, {"start": 785.81, "end": 786.29, "word": " For", "probability": 0.45849609375}, {"start": 786.29, "end": 786.63, "word": " dogs", "probability": 0.95263671875}, {"start": 786.63, "end": 786.81, "word": " to", "probability": 0.9716796875}, {"start": 786.81, "end": 787.09, "word": " bark", "probability": 0.9482421875}, {"start": 787.09, "end": 787.23, "word": " at", "probability": 0.96044921875}, {"start": 787.23, "end": 787.95, "word": " strangers.", "probability": 0.91015625}, {"start": 789.79, "end": 790.27, "word": " Very", "probability": 0.54296875}, {"start": 790.27, "end": 790.57, "word": " nice.", "probability": 0.89306640625}, {"start": 790.71, "end": 791.05, "word": " But.", "probability": 0.828125}, {"start": 791.99, "end": 792.45, "word": " Very", "probability": 0.60888671875}, {"start": 792.45, "end": 792.69, "word": " nice.", "probability": 0.89892578125}, {"start": 792.77, "end": 792.89, "word": " So", "probability": 0.86767578125}, {"start": 792.89, "end": 793.09, "word": " we", "probability": 0.7548828125}, {"start": 793.09, "end": 793.43, "word": " have", "probability": 0.9541015625}, {"start": 793.43, "end": 793.67, "word": " to.", "probability": 0.931640625}, {"start": 793.83, "end": 794.05, "word": " This", "probability": 0.85107421875}, {"start": 794.05, "end": 794.17, "word": " is", "probability": 0.955078125}, {"start": 794.17, "end": 794.31, "word": " a", "probability": 0.9658203125}, {"start": 794.31, "end": 794.41, "word": " run", "probability": 0.87744140625}, {"start": 794.41, "end": 794.61, "word": " on", "probability": 0.556640625}, {"start": 794.61, "end": 795.09, "word": " sentence.", "probability": 0.94921875}, {"start": 795.41, "end": 795.59, "word": " There", "probability": 0.66455078125}, {"start": 795.59, "end": 795.69, "word": " is", "probability": 0.5390625}, {"start": 795.69, "end": 795.87, "word": " no", "probability": 0.9453125}, {"start": 795.87, "end": 796.41, "word": " punctuation", "probability": 0.991455078125}, {"start": 796.41, "end": 796.73, "word": " between", "probability": 0.865234375}, {"start": 796.73, "end": 796.91, "word": " the", "probability": 0.88232421875}, {"start": 796.91, "end": 797.07, "word": " two", "probability": 0.8447265625}, {"start": 797.07, "end": 797.53, "word": " sentences.", "probability": 0.94873046875}, {"start": 797.87, "end": 797.89, "word": " So", "probability": 0.79931640625}, {"start": 797.89, "end": 798.47, "word": " fix", "probability": 0.73974609375}, {"start": 798.47, "end": 798.67, "word": " it", "probability": 0.9501953125}, {"start": 798.67, "end": 798.89, "word": " by", "probability": 0.9619140625}, {"start": 798.89, "end": 799.37, "word": " adding", "probability": 0.88134765625}, {"start": 799.37, "end": 799.87, "word": " a", "probability": 0.9931640625}, {"start": 799.87, "end": 800.27, "word": " connector", "probability": 0.6611328125}, {"start": 800.27, "end": 800.53, "word": " to", "probability": 0.94970703125}, {"start": 800.53, "end": 800.65, "word": " it.", "probability": 0.9521484375}, {"start": 800.73, "end": 800.87, "word": " Yes", "probability": 0.94970703125}, {"start": 800.87, "end": 801.09, "word": " please.", "probability": 0.6064453125}], "temperature": 1.0}, {"id": 27, "seek": 83626, "start": 808.24, "end": 836.26, "text": " It's a correct or a correctly punctuated sentence. Number six. Penguins. Yes, please. Penguins always be outsiders. They are good pets for people who like to go to fancy parties. It's a comma splice. It's a comma splice. Comma, so. So after the comma here, so they are good pets, blah, blah, blah, blah. Okay? So they are good pets because it's a comma splice problem here. Yes, please.", "tokens": [467, 311, 257, 3006, 420, 257, 8944, 27006, 27275, 8174, 13, 5118, 2309, 13, 25783, 44790, 13, 1079, 11, 1767, 13, 25783, 44790, 1009, 312, 49825, 13, 814, 366, 665, 19897, 337, 561, 567, 411, 281, 352, 281, 10247, 8265, 13, 467, 311, 257, 22117, 4732, 573, 13, 467, 311, 257, 22117, 4732, 573, 13, 3046, 64, 11, 370, 13, 407, 934, 264, 22117, 510, 11, 370, 436, 366, 665, 19897, 11, 12288, 11, 12288, 11, 12288, 11, 12288, 13, 1033, 30, 407, 436, 366, 665, 19897, 570, 309, 311, 257, 22117, 4732, 573, 1154, 510, 13, 1079, 11, 1767, 13], "avg_logprob": -0.24770220675889185, "compression_ratio": 1.8605769230769231, "no_speech_prob": 5.960464477539063e-08, "words": [{"start": 808.24, "end": 808.62, "word": " It's", "probability": 0.830322265625}, {"start": 808.62, "end": 808.76, "word": " a", "probability": 0.8828125}, {"start": 808.76, "end": 809.2, "word": " correct", "probability": 0.82568359375}, {"start": 809.2, "end": 809.78, "word": " or", "probability": 0.78759765625}, {"start": 809.78, "end": 809.96, "word": " a", "probability": 0.52099609375}, {"start": 809.96, "end": 810.3, "word": " correctly", "probability": 0.8916015625}, {"start": 810.3, "end": 811.08, "word": " punctuated", "probability": 0.974853515625}, {"start": 811.08, "end": 811.58, "word": " sentence.", "probability": 0.93896484375}, {"start": 811.72, "end": 811.82, "word": " Number", "probability": 0.81201171875}, {"start": 811.82, "end": 812.28, "word": " six.", "probability": 0.7470703125}, {"start": 812.94, "end": 813.5, "word": " Penguins.", "probability": 0.841064453125}, {"start": 813.74, "end": 814.1, "word": " Yes,", "probability": 0.88623046875}, {"start": 814.2, "end": 814.4, "word": " please.", "probability": 0.7822265625}, {"start": 814.74, "end": 815.22, "word": " Penguins", "probability": 0.87841796875}, {"start": 815.22, "end": 815.68, "word": " always", "probability": 0.71044921875}, {"start": 815.68, "end": 816.0, "word": " be", "probability": 0.437744140625}, {"start": 816.0, "end": 816.48, "word": " outsiders.", "probability": 0.021240234375}, {"start": 817.08, "end": 817.48, "word": " They", "probability": 0.75341796875}, {"start": 817.48, "end": 817.84, "word": " are", "probability": 0.92578125}, {"start": 817.84, "end": 818.12, "word": " good", "probability": 0.9296875}, {"start": 818.12, "end": 818.54, "word": " pets", "probability": 0.94287109375}, {"start": 818.54, "end": 818.82, "word": " for", "probability": 0.93603515625}, {"start": 818.82, "end": 819.14, "word": " people", "probability": 0.9140625}, {"start": 819.14, "end": 819.38, "word": " who", "probability": 0.90673828125}, {"start": 819.38, "end": 819.6, "word": " like", "probability": 0.91552734375}, {"start": 819.6, "end": 819.8, "word": " to", "probability": 0.9208984375}, {"start": 819.8, "end": 819.94, "word": " go", "probability": 0.93505859375}, {"start": 819.94, "end": 820.1, "word": " to", "probability": 0.50537109375}, {"start": 820.1, "end": 820.86, "word": " fancy", "probability": 0.65234375}, {"start": 820.86, "end": 821.3, "word": " parties.", "probability": 0.9365234375}, {"start": 821.94, "end": 822.22, "word": " It's", "probability": 0.94873046875}, {"start": 822.22, "end": 822.4, "word": " a", "probability": 0.9140625}, {"start": 822.4, "end": 822.58, "word": " comma", "probability": 0.36865234375}, {"start": 822.58, "end": 823.06, "word": " splice.", "probability": 0.83154296875}, {"start": 823.08, "end": 823.32, "word": " It's", "probability": 0.90673828125}, {"start": 823.32, "end": 823.44, "word": " a", "probability": 0.99072265625}, {"start": 823.44, "end": 823.68, "word": " comma", "probability": 0.8779296875}, {"start": 823.68, "end": 824.24, "word": " splice.", "probability": 0.94482421875}, {"start": 824.8, "end": 825.36, "word": " Comma,", "probability": 0.6881103515625}, {"start": 825.44, "end": 825.66, "word": " so.", "probability": 0.943359375}, {"start": 826.0, "end": 826.56, "word": " So", "probability": 0.8447265625}, {"start": 826.56, "end": 826.94, "word": " after", "probability": 0.50439453125}, {"start": 826.94, "end": 827.18, "word": " the", "probability": 0.92138671875}, {"start": 827.18, "end": 827.4, "word": " comma", "probability": 0.92626953125}, {"start": 827.4, "end": 827.78, "word": " here,", "probability": 0.845703125}, {"start": 827.96, "end": 828.32, "word": " so", "probability": 0.73583984375}, {"start": 828.32, "end": 828.9, "word": " they", "probability": 0.88525390625}, {"start": 828.9, "end": 829.38, "word": " are", "probability": 0.94580078125}, {"start": 829.38, "end": 829.64, "word": " good", "probability": 0.9287109375}, {"start": 829.64, "end": 830.06, "word": " pets,", "probability": 0.94677734375}, {"start": 830.44, "end": 830.54, "word": " blah,", "probability": 0.85205078125}, {"start": 830.6, "end": 830.68, "word": " blah,", "probability": 0.92626953125}, {"start": 830.82, "end": 830.9, "word": " blah,", "probability": 0.935546875}, {"start": 831.0, "end": 831.34, "word": " blah.", "probability": 0.9384765625}, {"start": 831.42, "end": 831.64, "word": " Okay?", "probability": 0.73388671875}, {"start": 832.16, "end": 832.4, "word": " So", "probability": 0.96435546875}, {"start": 832.4, "end": 832.74, "word": " they", "probability": 0.83251953125}, {"start": 832.74, "end": 833.1, "word": " are", "probability": 0.94287109375}, {"start": 833.1, "end": 833.44, "word": " good", "probability": 0.919921875}, {"start": 833.44, "end": 833.7, "word": " pets", "probability": 0.943359375}, {"start": 833.7, "end": 833.96, "word": " because", "probability": 0.7216796875}, {"start": 833.96, "end": 834.2, "word": " it's", "probability": 0.97705078125}, {"start": 834.2, "end": 834.32, "word": " a", "probability": 0.99560546875}, {"start": 834.32, "end": 834.5, "word": " comma", "probability": 0.85595703125}, {"start": 834.5, "end": 834.84, "word": " splice", "probability": 0.927978515625}, {"start": 834.84, "end": 835.26, "word": " problem", "probability": 0.8759765625}, {"start": 835.26, "end": 835.54, "word": " here.", "probability": 0.84521484375}, {"start": 835.88, "end": 836.04, "word": " Yes,", "probability": 0.96923828125}, {"start": 836.1, "end": 836.26, "word": " please.", "probability": 0.78515625}], "temperature": 1.0}, {"id": 28, "seek": 86307, "start": 836.59, "end": 863.07, "text": "A bad elephant can fan you with his ears and spray you with his trunk. You won't need air conditioning or a shower or a spice. It's a common spice. So we can say so because this is sort of a logical connector here. So you won't need a shower or air conditioning. Yes please. Goats eat", "tokens": [32, 1578, 19791, 393, 3429, 291, 365, 702, 8798, 293, 8519, 291, 365, 702, 19849, 13, 509, 1582, 380, 643, 1988, 21901, 420, 257, 10128, 420, 257, 19436, 13, 467, 311, 257, 2689, 19436, 13, 407, 321, 393, 584, 370, 570, 341, 307, 1333, 295, 257, 14978, 19127, 510, 13, 407, 291, 1582, 380, 643, 257, 10128, 420, 1988, 21901, 13, 1079, 1767, 13, 1037, 1720, 1862], "avg_logprob": -0.33777572872007594, "compression_ratio": 1.6705882352941177, "no_speech_prob": 3.5762786865234375e-07, "words": [{"start": 836.59, "end": 837.31, "word": "A", "probability": 0.2271728515625}, {"start": 837.31, "end": 837.49, "word": " bad", "probability": 0.427001953125}, {"start": 837.49, "end": 837.91, "word": " elephant", "probability": 0.94775390625}, {"start": 837.91, "end": 838.37, "word": " can", "probability": 0.931640625}, {"start": 838.37, "end": 839.29, "word": " fan", "probability": 0.322265625}, {"start": 839.29, "end": 839.51, "word": " you", "probability": 0.86328125}, {"start": 839.51, "end": 839.81, "word": " with", "probability": 0.9013671875}, {"start": 839.81, "end": 840.07, "word": " his", "probability": 0.90234375}, {"start": 840.07, "end": 840.45, "word": " ears", "probability": 0.94921875}, {"start": 840.45, "end": 840.79, "word": " and", "probability": 0.87939453125}, {"start": 840.79, "end": 841.31, "word": " spray", "probability": 0.89306640625}, {"start": 841.31, "end": 842.31, "word": " you", "probability": 0.95068359375}, {"start": 842.31, "end": 842.71, "word": " with", "probability": 0.90625}, {"start": 842.71, "end": 843.31, "word": " his", "probability": 0.9619140625}, {"start": 843.31, "end": 843.71, "word": " trunk.", "probability": 0.74755859375}, {"start": 844.13, "end": 844.21, "word": " You", "probability": 0.7041015625}, {"start": 844.21, "end": 844.49, "word": " won't", "probability": 0.921630859375}, {"start": 844.49, "end": 844.81, "word": " need", "probability": 0.94189453125}, {"start": 844.81, "end": 845.25, "word": " air", "probability": 0.880859375}, {"start": 845.25, "end": 846.09, "word": " conditioning", "probability": 0.8642578125}, {"start": 846.09, "end": 847.05, "word": " or", "probability": 0.72265625}, {"start": 847.05, "end": 847.53, "word": " a", "probability": 0.434326171875}, {"start": 847.53, "end": 847.81, "word": " shower", "probability": 0.94091796875}, {"start": 847.81, "end": 848.37, "word": " or", "probability": 0.2587890625}, {"start": 848.37, "end": 848.51, "word": " a", "probability": 0.72021484375}, {"start": 848.51, "end": 848.99, "word": " spice.", "probability": 0.673828125}, {"start": 849.05, "end": 849.31, "word": " It's", "probability": 0.81982421875}, {"start": 849.31, "end": 849.39, "word": " a", "probability": 0.91357421875}, {"start": 849.39, "end": 849.57, "word": " common", "probability": 0.0762939453125}, {"start": 849.57, "end": 850.05, "word": " spice.", "probability": 0.381103515625}, {"start": 850.65, "end": 851.37, "word": " So", "probability": 0.64111328125}, {"start": 851.37, "end": 851.63, "word": " we", "probability": 0.77978515625}, {"start": 851.63, "end": 851.87, "word": " can", "probability": 0.94287109375}, {"start": 851.87, "end": 852.23, "word": " say", "probability": 0.953125}, {"start": 852.23, "end": 852.63, "word": " so", "probability": 0.67236328125}, {"start": 852.63, "end": 853.13, "word": " because", "probability": 0.6875}, {"start": 853.13, "end": 853.39, "word": " this", "probability": 0.90576171875}, {"start": 853.39, "end": 853.51, "word": " is", "probability": 0.9453125}, {"start": 853.51, "end": 853.71, "word": " sort", "probability": 0.75732421875}, {"start": 853.71, "end": 853.79, "word": " of", "probability": 0.96630859375}, {"start": 853.79, "end": 853.91, "word": " a", "probability": 0.931640625}, {"start": 853.91, "end": 854.25, "word": " logical", "probability": 0.8701171875}, {"start": 854.25, "end": 854.91, "word": " connector", "probability": 0.69091796875}, {"start": 854.91, "end": 855.27, "word": " here.", "probability": 0.84716796875}, {"start": 855.71, "end": 856.05, "word": " So", "probability": 0.84423828125}, {"start": 856.05, "end": 856.31, "word": " you", "probability": 0.91748046875}, {"start": 856.31, "end": 856.63, "word": " won't", "probability": 0.93994140625}, {"start": 856.63, "end": 856.93, "word": " need", "probability": 0.93798828125}, {"start": 856.93, "end": 857.11, "word": " a", "probability": 0.68994140625}, {"start": 857.11, "end": 857.37, "word": " shower", "probability": 0.9404296875}, {"start": 857.37, "end": 857.81, "word": " or", "probability": 0.9580078125}, {"start": 857.81, "end": 858.67, "word": " air", "probability": 0.84423828125}, {"start": 858.67, "end": 859.43, "word": " conditioning.", "probability": 0.90283203125}, {"start": 859.75, "end": 860.19, "word": " Yes", "probability": 0.26904296875}, {"start": 860.19, "end": 860.57, "word": " please.", "probability": 0.59033203125}, {"start": 861.99, "end": 862.71, "word": " Goats", "probability": 0.593994140625}, {"start": 862.71, "end": 863.07, "word": " eat", "probability": 0.89208984375}], "temperature": 1.0}, {"id": 29, "seek": 88361, "start": 869.13, "end": 883.61, "text": " You learn, you learn. So it's a correctly punctuated sentence, alright? See number nine? Yes. Number nine. Yes please. Giraffe can really sing on high notes?", "tokens": [509, 1466, 11, 291, 1466, 13, 407, 309, 311, 257, 8944, 27006, 27275, 8174, 11, 5845, 30, 3008, 1230, 4949, 30, 1079, 13, 5118, 4949, 13, 1079, 1767, 13, 36306, 23629, 393, 534, 1522, 322, 1090, 5570, 30], "avg_logprob": -0.43669870725044835, "compression_ratio": 1.2950819672131149, "no_speech_prob": 2.384185791015625e-07, "words": [{"start": 869.1300000000001, "end": 869.8100000000001, "word": " You", "probability": 0.0694580078125}, {"start": 869.8100000000001, "end": 870.49, "word": " learn,", "probability": 0.79248046875}, {"start": 870.69, "end": 870.87, "word": " you", "probability": 0.90087890625}, {"start": 870.87, "end": 871.17, "word": " learn.", "probability": 0.9384765625}, {"start": 871.51, "end": 871.97, "word": " So", "probability": 0.888671875}, {"start": 871.97, "end": 872.45, "word": " it's", "probability": 0.8525390625}, {"start": 872.45, "end": 872.77, "word": " a", "probability": 0.70654296875}, {"start": 872.77, "end": 873.33, "word": " correctly", "probability": 0.8876953125}, {"start": 873.33, "end": 874.45, "word": " punctuated", "probability": 0.96240234375}, {"start": 874.45, "end": 875.57, "word": " sentence,", "probability": 0.962890625}, {"start": 875.83, "end": 875.93, "word": " alright?", "probability": 0.64404296875}, {"start": 876.41, "end": 876.65, "word": " See", "probability": 0.390380859375}, {"start": 876.65, "end": 877.01, "word": " number", "probability": 0.91357421875}, {"start": 877.01, "end": 877.45, "word": " nine?", "probability": 0.62744140625}, {"start": 877.63, "end": 877.87, "word": " Yes.", "probability": 0.56494140625}, {"start": 878.05, "end": 878.41, "word": " Number", "probability": 0.7919921875}, {"start": 878.41, "end": 878.67, "word": " nine.", "probability": 0.92626953125}, {"start": 878.87, "end": 879.01, "word": " Yes", "probability": 0.94189453125}, {"start": 879.01, "end": 879.25, "word": " please.", "probability": 0.56298828125}, {"start": 879.99, "end": 880.67, "word": " Giraffe", "probability": 0.62255859375}, {"start": 880.67, "end": 880.93, "word": " can", "probability": 0.9423828125}, {"start": 880.93, "end": 881.19, "word": " really", "probability": 0.393310546875}, {"start": 881.19, "end": 881.55, "word": " sing", "probability": 0.3271484375}, {"start": 881.55, "end": 881.81, "word": " on", "probability": 0.9013671875}, {"start": 881.81, "end": 882.17, "word": " high", "probability": 0.64306640625}, {"start": 882.17, "end": 883.61, "word": " notes?", "probability": 0.452880859375}], "temperature": 1.0}, {"id": 30, "seek": 89670, "start": 884.6, "end": 896.7, "text": " And it can see over the heads of people. Very nice. And it can. So we need to fix it by adding and it can see over the heads of people at the right.", "tokens": [400, 309, 393, 536, 670, 264, 8050, 295, 561, 13, 4372, 1481, 13, 400, 309, 393, 13, 407, 321, 643, 281, 3191, 309, 538, 5127, 293, 309, 393, 536, 670, 264, 8050, 295, 561, 412, 264, 558, 13], "avg_logprob": -0.2590144368318411, "compression_ratio": 1.5360824742268042, "no_speech_prob": 3.337860107421875e-06, "words": [{"start": 884.6, "end": 885.16, "word": " And", "probability": 0.22900390625}, {"start": 885.16, "end": 885.48, "word": " it", "probability": 0.9326171875}, {"start": 885.48, "end": 885.82, "word": " can", "probability": 0.94384765625}, {"start": 885.82, "end": 886.08, "word": " see", "probability": 0.91259765625}, {"start": 886.08, "end": 886.4, "word": " over", "probability": 0.89013671875}, {"start": 886.4, "end": 886.72, "word": " the", "probability": 0.833984375}, {"start": 886.72, "end": 886.96, "word": " heads", "probability": 0.708984375}, {"start": 886.96, "end": 887.14, "word": " of", "probability": 0.9609375}, {"start": 887.14, "end": 887.34, "word": " people.", "probability": 0.9267578125}, {"start": 887.4, "end": 887.7, "word": " Very", "probability": 0.7275390625}, {"start": 887.7, "end": 888.02, "word": " nice.", "probability": 0.890625}, {"start": 888.22, "end": 888.68, "word": " And", "probability": 0.748046875}, {"start": 888.68, "end": 888.88, "word": " it", "probability": 0.95654296875}, {"start": 888.88, "end": 889.28, "word": " can.", "probability": 0.95166015625}, {"start": 889.4, "end": 889.6, "word": " So", "probability": 0.92333984375}, {"start": 889.6, "end": 889.78, "word": " we", "probability": 0.7841796875}, {"start": 889.78, "end": 890.06, "word": " need", "probability": 0.92041015625}, {"start": 890.06, "end": 890.4, "word": " to", "probability": 0.5234375}, {"start": 890.4, "end": 890.92, "word": " fix", "probability": 0.92431640625}, {"start": 890.92, "end": 891.1, "word": " it", "probability": 0.91015625}, {"start": 891.1, "end": 891.32, "word": " by", "probability": 0.95458984375}, {"start": 891.32, "end": 891.76, "word": " adding", "probability": 0.841796875}, {"start": 891.76, "end": 892.76, "word": " and", "probability": 0.68505859375}, {"start": 892.76, "end": 893.0, "word": " it", "probability": 0.96044921875}, {"start": 893.0, "end": 893.28, "word": " can", "probability": 0.9501953125}, {"start": 893.28, "end": 893.5, "word": " see", "probability": 0.92919921875}, {"start": 893.5, "end": 894.0, "word": " over", "probability": 0.9189453125}, {"start": 894.0, "end": 894.92, "word": " the", "probability": 0.91162109375}, {"start": 894.92, "end": 895.4, "word": " heads", "probability": 0.89990234375}, {"start": 895.4, "end": 895.58, "word": " of", "probability": 0.96728515625}, {"start": 895.58, "end": 895.92, "word": " people", "probability": 0.9599609375}, {"start": 895.92, "end": 896.28, "word": " at", "probability": 0.78759765625}, {"start": 896.28, "end": 896.46, "word": " the", "probability": 0.40087890625}, {"start": 896.46, "end": 896.7, "word": " right.", "probability": 0.82421875}], "temperature": 1.0}, {"id": 31, "seek": 92840, "start": 899.94, "end": 928.4, "text": " Both are correct as logical connectors here in this sentence. And finally number ten, number ten. Keeping a boa constrictor as a pet if you enjoy being alone then no one will ever visit you. After alone we can say then, alright, no one will ever saw or we can say and then.", "tokens": [6767, 366, 3006, 382, 14978, 31865, 510, 294, 341, 8174, 13, 400, 2721, 1230, 2064, 11, 1230, 2064, 13, 30187, 257, 22422, 1817, 3740, 284, 382, 257, 3817, 498, 291, 2103, 885, 3312, 550, 572, 472, 486, 1562, 3441, 291, 13, 2381, 3312, 321, 393, 584, 550, 11, 5845, 11, 572, 472, 486, 1562, 1866, 420, 321, 393, 584, 293, 550, 13], "avg_logprob": -0.2924107067168705, "compression_ratio": 1.6407185628742516, "no_speech_prob": 0.0, "words": [{"start": 899.94, "end": 900.32, "word": " Both", "probability": 0.334716796875}, {"start": 900.32, "end": 900.66, "word": " are", "probability": 0.91748046875}, {"start": 900.66, "end": 901.22, "word": " correct", "probability": 0.89208984375}, {"start": 901.22, "end": 902.28, "word": " as", "probability": 0.9091796875}, {"start": 902.28, "end": 902.76, "word": " logical", "probability": 0.9580078125}, {"start": 902.76, "end": 904.34, "word": " connectors", "probability": 0.91552734375}, {"start": 904.34, "end": 904.64, "word": " here", "probability": 0.80419921875}, {"start": 904.64, "end": 904.84, "word": " in", "probability": 0.94287109375}, {"start": 904.84, "end": 905.02, "word": " this", "probability": 0.92431640625}, {"start": 905.02, "end": 905.42, "word": " sentence.", "probability": 0.9541015625}, {"start": 905.76, "end": 906.02, "word": " And", "probability": 0.9189453125}, {"start": 906.02, "end": 906.42, "word": " finally", "probability": 0.84716796875}, {"start": 906.42, "end": 906.84, "word": " number", "probability": 0.7509765625}, {"start": 906.84, "end": 907.72, "word": " ten,", "probability": 0.4443359375}, {"start": 908.08, "end": 908.34, "word": " number", "probability": 0.884765625}, {"start": 908.34, "end": 908.74, "word": " ten.", "probability": 0.8994140625}, {"start": 909.32, "end": 909.64, "word": " Keeping", "probability": 0.67236328125}, {"start": 909.64, "end": 909.9, "word": " a", "probability": 0.499267578125}, {"start": 909.9, "end": 910.04, "word": " boa", "probability": 0.405029296875}, {"start": 910.04, "end": 910.66, "word": " constrictor", "probability": 0.7115071614583334}, {"start": 910.66, "end": 910.8, "word": " as", "probability": 0.9677734375}, {"start": 910.8, "end": 910.92, "word": " a", "probability": 0.9794921875}, {"start": 910.92, "end": 911.1, "word": " pet", "probability": 0.96142578125}, {"start": 911.1, "end": 911.3, "word": " if", "probability": 0.7041015625}, {"start": 911.3, "end": 911.46, "word": " you", "probability": 0.96875}, {"start": 911.46, "end": 911.96, "word": " enjoy", "probability": 0.88330078125}, {"start": 911.96, "end": 913.14, "word": " being", "probability": 0.93896484375}, {"start": 913.14, "end": 913.62, "word": " alone", "probability": 0.96728515625}, {"start": 913.62, "end": 914.0, "word": " then", "probability": 0.63818359375}, {"start": 914.0, "end": 914.48, "word": " no", "probability": 0.9306640625}, {"start": 914.48, "end": 914.86, "word": " one", "probability": 0.9306640625}, {"start": 914.86, "end": 915.32, "word": " will", "probability": 0.8857421875}, {"start": 915.32, "end": 915.66, "word": " ever", "probability": 0.875}, {"start": 915.66, "end": 916.04, "word": " visit", "probability": 0.96484375}, {"start": 916.04, "end": 916.46, "word": " you.", "probability": 0.96484375}, {"start": 917.44, "end": 918.2, "word": " After", "probability": 0.81982421875}, {"start": 918.2, "end": 920.0, "word": " alone", "probability": 0.360595703125}, {"start": 920.0, "end": 920.26, "word": " we", "probability": 0.57958984375}, {"start": 920.26, "end": 920.52, "word": " can", "probability": 0.94677734375}, {"start": 920.52, "end": 920.9, "word": " say", "probability": 0.955078125}, {"start": 920.9, "end": 921.44, "word": " then,", "probability": 0.765625}, {"start": 922.54, "end": 922.96, "word": " alright,", "probability": 0.63037109375}, {"start": 923.24, "end": 923.58, "word": " no", "probability": 0.90576171875}, {"start": 923.58, "end": 923.78, "word": " one", "probability": 0.93701171875}, {"start": 923.78, "end": 923.94, "word": " will", "probability": 0.87646484375}, {"start": 923.94, "end": 924.28, "word": " ever", "probability": 0.8779296875}, {"start": 924.28, "end": 924.74, "word": " saw", "probability": 0.6943359375}, {"start": 924.74, "end": 925.68, "word": " or", "probability": 0.56640625}, {"start": 925.68, "end": 926.7, "word": " we", "probability": 0.74462890625}, {"start": 926.7, "end": 926.92, "word": " can", "probability": 0.9482421875}, {"start": 926.92, "end": 927.3, "word": " say", "probability": 0.95947265625}, {"start": 927.3, "end": 927.84, "word": " and", "probability": 0.92529296875}, {"start": 927.84, "end": 928.4, "word": " then.", "probability": 0.83349609375}], "temperature": 1.0}, {"id": 32, "seek": 95456, "start": 929.56, "end": 954.56, "text": " or so then or and then is the correct one and then no one but it has to be comma and then no one will ever visit you. Is this clear? All right so this is just about all right we've got one more exercise to do before moving to a new topic all right all right let's fix let us fix these", "tokens": [420, 370, 550, 420, 293, 550, 307, 264, 3006, 472, 293, 550, 572, 472, 457, 309, 575, 281, 312, 22117, 293, 550, 572, 472, 486, 1562, 3441, 291, 13, 1119, 341, 1850, 30, 1057, 558, 370, 341, 307, 445, 466, 439, 558, 321, 600, 658, 472, 544, 5380, 281, 360, 949, 2684, 281, 257, 777, 4829, 439, 558, 439, 558, 718, 311, 3191, 718, 505, 3191, 613], "avg_logprob": -0.24724265363286524, "compression_ratio": 1.7065868263473054, "no_speech_prob": 1.7881393432617188e-07, "words": [{"start": 929.56, "end": 929.9, "word": " or", "probability": 0.332275390625}, {"start": 929.9, "end": 930.14, "word": " so", "probability": 0.73974609375}, {"start": 930.14, "end": 930.52, "word": " then", "probability": 0.72412109375}, {"start": 930.52, "end": 930.78, "word": " or", "probability": 0.67138671875}, {"start": 930.78, "end": 931.04, "word": " and", "probability": 0.92431640625}, {"start": 931.04, "end": 931.24, "word": " then", "probability": 0.84423828125}, {"start": 931.24, "end": 931.38, "word": " is", "probability": 0.8798828125}, {"start": 931.38, "end": 931.5, "word": " the", "probability": 0.90087890625}, {"start": 931.5, "end": 931.74, "word": " correct", "probability": 0.904296875}, {"start": 931.74, "end": 931.94, "word": " one", "probability": 0.9140625}, {"start": 931.94, "end": 932.38, "word": " and", "probability": 0.73876953125}, {"start": 932.38, "end": 932.68, "word": " then", "probability": 0.86572265625}, {"start": 932.68, "end": 932.98, "word": " no", "probability": 0.89697265625}, {"start": 932.98, "end": 933.2, "word": " one", "probability": 0.93115234375}, {"start": 933.2, "end": 933.4, "word": " but", "probability": 0.259521484375}, {"start": 933.4, "end": 933.58, "word": " it", "probability": 0.95068359375}, {"start": 933.58, "end": 933.76, "word": " has", "probability": 0.9453125}, {"start": 933.76, "end": 933.86, "word": " to", "probability": 0.970703125}, {"start": 933.86, "end": 934.02, "word": " be", "probability": 0.94384765625}, {"start": 934.02, "end": 934.34, "word": " comma", "probability": 0.822265625}, {"start": 934.34, "end": 935.0, "word": " and", "probability": 0.92138671875}, {"start": 935.0, "end": 935.78, "word": " then", "probability": 0.69775390625}, {"start": 935.78, "end": 935.98, "word": " no", "probability": 0.93505859375}, {"start": 935.98, "end": 936.18, "word": " one", "probability": 0.93115234375}, {"start": 936.18, "end": 936.36, "word": " will", "probability": 0.8837890625}, {"start": 936.36, "end": 936.76, "word": " ever", "probability": 0.89111328125}, {"start": 936.76, "end": 937.68, "word": " visit", "probability": 0.92578125}, {"start": 937.68, "end": 938.52, "word": " you.", "probability": 0.91064453125}, {"start": 938.76, "end": 938.9, "word": " Is", "probability": 0.69775390625}, {"start": 938.9, "end": 939.04, "word": " this", "probability": 0.93310546875}, {"start": 939.04, "end": 939.38, "word": " clear?", "probability": 0.8720703125}, {"start": 939.6, "end": 940.08, "word": " All", "probability": 0.1575927734375}, {"start": 940.08, "end": 940.22, "word": " right", "probability": 0.8935546875}, {"start": 940.22, "end": 940.56, "word": " so", "probability": 0.36962890625}, {"start": 940.56, "end": 940.98, "word": " this", "probability": 0.93017578125}, {"start": 940.98, "end": 941.24, "word": " is", "probability": 0.95556640625}, {"start": 941.24, "end": 941.8, "word": " just", "probability": 0.68603515625}, {"start": 941.8, "end": 942.4, "word": " about", "probability": 0.90625}, {"start": 942.4, "end": 943.14, "word": " all", "probability": 0.394775390625}, {"start": 943.14, "end": 943.26, "word": " right", "probability": 0.9072265625}, {"start": 943.26, "end": 943.7, "word": " we've", "probability": 0.84033203125}, {"start": 943.7, "end": 943.9, "word": " got", "probability": 0.89013671875}, {"start": 943.9, "end": 944.14, "word": " one", "probability": 0.767578125}, {"start": 944.14, "end": 944.48, "word": " more", "probability": 0.88037109375}, {"start": 944.48, "end": 945.18, "word": " exercise", "probability": 0.7255859375}, {"start": 945.18, "end": 945.72, "word": " to", "probability": 0.96533203125}, {"start": 945.72, "end": 945.98, "word": " do", "probability": 0.96630859375}, {"start": 945.98, "end": 946.54, "word": " before", "probability": 0.8720703125}, {"start": 946.54, "end": 946.92, "word": " moving", "probability": 0.896484375}, {"start": 946.92, "end": 947.14, "word": " to", "probability": 0.96533203125}, {"start": 947.14, "end": 947.3, "word": " a", "probability": 0.99755859375}, {"start": 947.3, "end": 947.7, "word": " new", "probability": 0.90087890625}, {"start": 947.7, "end": 948.46, "word": " topic", "probability": 0.9453125}, {"start": 948.46, "end": 949.26, "word": " all", "probability": 0.494384765625}, {"start": 949.26, "end": 949.5, "word": " right", "probability": 0.9140625}, {"start": 949.5, "end": 950.4, "word": " all", "probability": 0.4912109375}, {"start": 950.4, "end": 950.78, "word": " right", "probability": 0.91162109375}, {"start": 950.78, "end": 951.34, "word": " let's", "probability": 0.8212890625}, {"start": 951.34, "end": 951.8, "word": " fix", "probability": 0.92529296875}, {"start": 951.8, "end": 952.66, "word": " let", "probability": 0.72265625}, {"start": 952.66, "end": 952.96, "word": " us", "probability": 0.87353515625}, {"start": 952.96, "end": 953.4, "word": " fix", "probability": 0.93017578125}, {"start": 953.4, "end": 954.56, "word": " these", "probability": 0.671875}], "temperature": 1.0}, {"id": 33, "seek": 96424, "start": 956.14, "end": 964.24, "text": " I'll run on and cross-place sentences, all right? Very quickly, please.", "tokens": [286, 603, 1190, 322, 293, 3278, 12, 6742, 16579, 11, 439, 558, 30, 4372, 2661, 11, 1767, 13], "avg_logprob": -0.5501644925067299, "compression_ratio": 0.9473684210526315, "no_speech_prob": 1.7881393432617188e-07, "words": [{"start": 956.14, "end": 956.46, "word": " I'll", "probability": 0.3524169921875}, {"start": 956.46, "end": 956.62, "word": " run", "probability": 0.65966796875}, {"start": 956.62, "end": 957.06, "word": " on", "probability": 0.822265625}, {"start": 957.06, "end": 957.48, "word": " and", "probability": 0.229736328125}, {"start": 957.48, "end": 957.78, "word": " cross", "probability": 0.250732421875}, {"start": 957.78, "end": 958.18, "word": "-place", "probability": 0.435791015625}, {"start": 958.18, "end": 959.22, "word": " sentences,", "probability": 0.94482421875}, {"start": 959.4, "end": 959.54, "word": " all", "probability": 0.367919921875}, {"start": 959.54, "end": 959.84, "word": " right?", "probability": 0.91796875}, {"start": 962.96, "end": 963.48, "word": " Very", "probability": 0.6953125}, {"start": 963.48, "end": 963.76, "word": " quickly,", "probability": 0.92724609375}, {"start": 963.96, "end": 964.24, "word": " please.", "probability": 0.8173828125}], "temperature": 1.0}, {"id": 34, "seek": 99839, "start": 998.15, "end": 998.39, "text": " Okay.", "tokens": [1033, 13], "avg_logprob": -0.6803385416666666, "compression_ratio": 0.42857142857142855, "no_speech_prob": 7.134675979614258e-05, "words": [{"start": 998.15, "end": 998.39, "word": " Okay.", "probability": 0.15576171875}], "temperature": 1.0}, {"id": 35, "seek": 105715, "start": 1054.17, "end": 1057.15, "text": " All right? All right. This should be easy once.", "tokens": [1057, 558, 30, 1057, 558, 13, 639, 820, 312, 1858, 1564, 13], "avg_logprob": -0.28125, "compression_ratio": 1.0, "no_speech_prob": 5.960464477539063e-08, "words": [{"start": 1054.1699999999998, "end": 1054.61, "word": " All", "probability": 0.31982421875}, {"start": 1054.61, "end": 1055.05, "word": " right?", "probability": 0.919921875}, {"start": 1055.33, "end": 1055.77, "word": " All", "probability": 0.86279296875}, {"start": 1055.77, "end": 1055.95, "word": " right.", "probability": 0.91650390625}, {"start": 1056.13, "end": 1056.31, "word": " This", "probability": 0.76611328125}, {"start": 1056.31, "end": 1056.45, "word": " should", "probability": 0.966796875}, {"start": 1056.45, "end": 1056.61, "word": " be", "probability": 0.958984375}, {"start": 1056.61, "end": 1056.89, "word": " easy", "probability": 0.923828125}, {"start": 1056.89, "end": 1057.15, "word": " once.", "probability": 0.63623046875}], "temperature": 1.0}, {"id": 36, "seek": 108057, "start": 1057.35, "end": 1080.57, "text": " So you can either solve a course by solving alone by adding a full stop between the two sentences or adding one of these coordinators. Yes, please. First, some people are friendly. Full stop. I like to talk. Then, so you can, then I like to talk and also I like to talk.", "tokens": [407, 291, 393, 2139, 5039, 257, 1164, 538, 12606, 3312, 538, 5127, 257, 1577, 1590, 1296, 264, 732, 16579, 420, 5127, 472, 295, 613, 8285, 3391, 13, 1079, 11, 1767, 13, 2386, 11, 512, 561, 366, 9208, 13, 13841, 1590, 13, 286, 411, 281, 751, 13, 1396, 11, 370, 291, 393, 11, 550, 286, 411, 281, 751, 293, 611, 286, 411, 281, 751, 13], "avg_logprob": -0.3752403846153846, "compression_ratio": 1.6424242424242423, "no_speech_prob": 5.960464477539063e-08, "words": [{"start": 1057.35, "end": 1057.67, "word": " So", "probability": 0.77783203125}, {"start": 1057.67, "end": 1057.85, "word": " you", "probability": 0.697265625}, {"start": 1057.85, "end": 1058.05, "word": " can", "probability": 0.939453125}, {"start": 1058.05, "end": 1058.45, "word": " either", "probability": 0.9306640625}, {"start": 1058.45, "end": 1058.87, "word": " solve", "probability": 0.9384765625}, {"start": 1058.87, "end": 1059.05, "word": " a", "probability": 0.8369140625}, {"start": 1059.05, "end": 1059.33, "word": " course", "probability": 0.1474609375}, {"start": 1059.33, "end": 1059.57, "word": " by", "probability": 0.54541015625}, {"start": 1059.57, "end": 1059.77, "word": " solving", "probability": 0.533203125}, {"start": 1059.77, "end": 1060.09, "word": " alone", "probability": 0.28564453125}, {"start": 1060.09, "end": 1060.35, "word": " by", "probability": 0.7021484375}, {"start": 1060.35, "end": 1060.65, "word": " adding", "probability": 0.79345703125}, {"start": 1060.65, "end": 1060.83, "word": " a", "probability": 0.923828125}, {"start": 1060.83, "end": 1061.01, "word": " full", "probability": 0.87255859375}, {"start": 1061.01, "end": 1061.23, "word": " stop", "probability": 0.9365234375}, {"start": 1061.23, "end": 1061.53, "word": " between", "probability": 0.8544921875}, {"start": 1061.53, "end": 1061.69, "word": " the", "probability": 0.7470703125}, {"start": 1061.69, "end": 1061.83, "word": " two", "probability": 0.78515625}, {"start": 1061.83, "end": 1062.29, "word": " sentences", "probability": 0.96875}, {"start": 1062.29, "end": 1062.61, "word": " or", "probability": 0.8642578125}, {"start": 1062.61, "end": 1063.05, "word": " adding", "probability": 0.7294921875}, {"start": 1063.05, "end": 1063.71, "word": " one", "probability": 0.919921875}, {"start": 1063.71, "end": 1063.87, "word": " of", "probability": 0.96923828125}, {"start": 1063.87, "end": 1064.05, "word": " these", "probability": 0.837890625}, {"start": 1064.05, "end": 1064.89, "word": " coordinators.", "probability": 0.64013671875}, {"start": 1065.01, "end": 1065.11, "word": " Yes,", "probability": 0.8896484375}, {"start": 1065.19, "end": 1065.39, "word": " please.", "probability": 0.80712890625}, {"start": 1066.01, "end": 1066.61, "word": " First,", "probability": 0.552734375}, {"start": 1066.93, "end": 1067.13, "word": " some", "probability": 0.8916015625}, {"start": 1067.13, "end": 1067.43, "word": " people", "probability": 0.96533203125}, {"start": 1067.43, "end": 1067.69, "word": " are", "probability": 0.9423828125}, {"start": 1067.69, "end": 1068.23, "word": " friendly.", "probability": 0.83544921875}, {"start": 1068.95, "end": 1069.55, "word": " Full", "probability": 0.8837890625}, {"start": 1069.55, "end": 1069.99, "word": " stop.", "probability": 0.9130859375}, {"start": 1070.47, "end": 1070.69, "word": " I", "probability": 0.9619140625}, {"start": 1070.69, "end": 1071.19, "word": " like", "probability": 0.92578125}, {"start": 1071.19, "end": 1071.41, "word": " to", "probability": 0.912109375}, {"start": 1071.41, "end": 1071.77, "word": " talk.", "probability": 0.880859375}, {"start": 1071.97, "end": 1072.33, "word": " Then,", "probability": 0.484130859375}, {"start": 1072.49, "end": 1072.63, "word": " so", "probability": 0.76416015625}, {"start": 1072.63, "end": 1072.81, "word": " you", "probability": 0.7509765625}, {"start": 1072.81, "end": 1073.07, "word": " can,", "probability": 0.94091796875}, {"start": 1073.37, "end": 1073.81, "word": " then", "probability": 0.468017578125}, {"start": 1073.81, "end": 1075.03, "word": " I", "probability": 0.646484375}, {"start": 1075.03, "end": 1075.67, "word": " like", "probability": 0.908203125}, {"start": 1075.67, "end": 1075.83, "word": " to", "probability": 0.65576171875}, {"start": 1075.83, "end": 1076.17, "word": " talk", "probability": 0.70947265625}, {"start": 1076.17, "end": 1077.79, "word": " and", "probability": 0.327392578125}, {"start": 1077.79, "end": 1079.25, "word": " also", "probability": 0.64697265625}, {"start": 1079.25, "end": 1079.61, "word": " I", "probability": 0.92041015625}, {"start": 1079.61, "end": 1079.93, "word": " like", "probability": 0.94091796875}, {"start": 1079.93, "end": 1080.09, "word": " to", "probability": 0.96923828125}, {"start": 1080.09, "end": 1080.57, "word": " talk.", "probability": 0.876953125}], "temperature": 1.0}, {"id": 37, "seek": 111273, "start": 1088.05, "end": 1112.73, "text": " So you have to study every day all right over there, please And comment and she went to the birthday party Yes please over there So he got very good so", "tokens": [407, 291, 362, 281, 2979, 633, 786, 439, 558, 670, 456, 11, 1767, 400, 2871, 293, 750, 1437, 281, 264, 6154, 3595, 1079, 1767, 670, 456, 407, 415, 658, 588, 665, 370], "avg_logprob": -0.4753787878787879, "compression_ratio": 1.3333333333333333, "no_speech_prob": 1.7285346984863281e-06, "words": [{"start": 1088.05, "end": 1088.99, "word": " So", "probability": 0.15185546875}, {"start": 1088.99, "end": 1089.93, "word": " you", "probability": 0.71533203125}, {"start": 1089.93, "end": 1090.41, "word": " have", "probability": 0.80908203125}, {"start": 1090.41, "end": 1090.61, "word": " to", "probability": 0.94921875}, {"start": 1090.61, "end": 1091.05, "word": " study", "probability": 0.92626953125}, {"start": 1091.05, "end": 1091.75, "word": " every", "probability": 0.6640625}, {"start": 1091.75, "end": 1092.47, "word": " day", "probability": 0.88720703125}, {"start": 1092.47, "end": 1092.77, "word": " all", "probability": 0.063720703125}, {"start": 1092.77, "end": 1093.25, "word": " right", "probability": 0.90966796875}, {"start": 1093.25, "end": 1093.51, "word": " over", "probability": 0.77685546875}, {"start": 1093.51, "end": 1093.79, "word": " there,", "probability": 0.9013671875}, {"start": 1093.87, "end": 1094.75, "word": " please", "probability": 0.794921875}, {"start": 1094.75, "end": 1101.05, "word": " And", "probability": 0.64697265625}, {"start": 1101.05, "end": 1101.53, "word": " comment", "probability": 0.334228515625}, {"start": 1101.53, "end": 1102.31, "word": " and", "probability": 0.82275390625}, {"start": 1102.31, "end": 1102.65, "word": " she", "probability": 0.9130859375}, {"start": 1102.65, "end": 1102.97, "word": " went", "probability": 0.87353515625}, {"start": 1102.97, "end": 1103.09, "word": " to", "probability": 0.9677734375}, {"start": 1103.09, "end": 1103.23, "word": " the", "probability": 0.923828125}, {"start": 1103.23, "end": 1103.53, "word": " birthday", "probability": 0.9228515625}, {"start": 1103.53, "end": 1104.27, "word": " party", "probability": 0.8837890625}, {"start": 1104.27, "end": 1104.73, "word": " Yes", "probability": 0.2587890625}, {"start": 1104.73, "end": 1104.93, "word": " please", "probability": 0.489013671875}, {"start": 1104.93, "end": 1105.15, "word": " over", "probability": 0.755859375}, {"start": 1105.15, "end": 1105.33, "word": " there", "probability": 0.92333984375}, {"start": 1105.33, "end": 1109.79, "word": " So", "probability": 0.5498046875}, {"start": 1109.79, "end": 1110.61, "word": " he", "probability": 0.7900390625}, {"start": 1110.61, "end": 1111.09, "word": " got", "probability": 0.93115234375}, {"start": 1111.09, "end": 1111.91, "word": " very", "probability": 0.298583984375}, {"start": 1111.91, "end": 1112.15, "word": " good", "probability": 0.61669921875}, {"start": 1112.15, "end": 1112.73, "word": " so", "probability": 0.662109375}], "temperature": 1.0}, {"id": 38, "seek": 113823, "start": 1113.41, "end": 1138.23, "text": " We got very wet. Very nice. Yes please. One day we went outside for a short coma and it was fun. Coma and it was? Also it was fun. It was fun. Alright. Six. Yes please. The kids last night they ate too much. The kids last night", "tokens": [492, 658, 588, 6630, 13, 4372, 1481, 13, 1079, 1767, 13, 1485, 786, 321, 1437, 2380, 337, 257, 2099, 35106, 293, 309, 390, 1019, 13, 383, 6440, 293, 309, 390, 30, 2743, 309, 390, 1019, 13, 467, 390, 1019, 13, 2798, 13, 11678, 13, 1079, 1767, 13, 440, 2301, 1036, 1818, 436, 8468, 886, 709, 13, 440, 2301, 1036, 1818], "avg_logprob": -0.4090676249050703, "compression_ratio": 1.6170212765957446, "no_speech_prob": 1.1920928955078125e-07, "words": [{"start": 1113.41, "end": 1113.63, "word": " We", "probability": 0.1002197265625}, {"start": 1113.63, "end": 1113.85, "word": " got", "probability": 0.89599609375}, {"start": 1113.85, "end": 1114.17, "word": " very", "probability": 0.8623046875}, {"start": 1114.17, "end": 1114.49, "word": " wet.", "probability": 0.80712890625}, {"start": 1114.69, "end": 1114.91, "word": " Very", "probability": 0.61962890625}, {"start": 1114.91, "end": 1115.23, "word": " nice.", "probability": 0.8896484375}, {"start": 1115.47, "end": 1115.67, "word": " Yes", "probability": 0.83984375}, {"start": 1115.67, "end": 1115.89, "word": " please.", "probability": 0.50927734375}, {"start": 1116.33, "end": 1116.67, "word": " One", "probability": 0.59228515625}, {"start": 1116.67, "end": 1117.11, "word": " day", "probability": 0.9560546875}, {"start": 1117.11, "end": 1117.39, "word": " we", "probability": 0.7001953125}, {"start": 1117.39, "end": 1117.67, "word": " went", "probability": 0.8837890625}, {"start": 1117.67, "end": 1118.59, "word": " outside", "probability": 0.81787109375}, {"start": 1118.59, "end": 1118.97, "word": " for", "probability": 0.89794921875}, {"start": 1118.97, "end": 1119.01, "word": " a", "probability": 0.94287109375}, {"start": 1119.01, "end": 1119.23, "word": " short", "probability": 0.58349609375}, {"start": 1119.23, "end": 1120.07, "word": " coma", "probability": 0.326416015625}, {"start": 1120.07, "end": 1120.63, "word": " and", "probability": 0.71142578125}, {"start": 1120.63, "end": 1120.81, "word": " it", "probability": 0.9482421875}, {"start": 1120.81, "end": 1121.07, "word": " was", "probability": 0.9580078125}, {"start": 1121.07, "end": 1121.19, "word": " fun.", "probability": 0.70703125}, {"start": 1121.21, "end": 1121.55, "word": " Coma", "probability": 0.6376953125}, {"start": 1121.55, "end": 1122.37, "word": " and", "probability": 0.8701171875}, {"start": 1122.37, "end": 1122.85, "word": " it", "probability": 0.8291015625}, {"start": 1122.85, "end": 1123.39, "word": " was?", "probability": 0.96044921875}, {"start": 1123.45, "end": 1123.75, "word": " Also", "probability": 0.1590576171875}, {"start": 1123.75, "end": 1123.95, "word": " it", "probability": 0.71240234375}, {"start": 1123.95, "end": 1123.97, "word": " was", "probability": 0.921875}, {"start": 1123.97, "end": 1124.11, "word": " fun.", "probability": 0.72021484375}, {"start": 1124.47, "end": 1125.09, "word": " It", "probability": 0.358154296875}, {"start": 1125.09, "end": 1126.59, "word": " was", "probability": 0.95947265625}, {"start": 1126.59, "end": 1127.95, "word": " fun.", "probability": 0.323486328125}, {"start": 1129.75, "end": 1129.93, "word": " Alright.", "probability": 0.55029296875}, {"start": 1130.61, "end": 1131.01, "word": " Six.", "probability": 0.73388671875}, {"start": 1132.33, "end": 1132.77, "word": " Yes", "probability": 0.66845703125}, {"start": 1132.77, "end": 1133.09, "word": " please.", "probability": 0.72216796875}, {"start": 1133.83, "end": 1134.07, "word": " The", "probability": 0.83056640625}, {"start": 1134.07, "end": 1134.35, "word": " kids", "probability": 0.91650390625}, {"start": 1134.35, "end": 1134.73, "word": " last", "probability": 0.398193359375}, {"start": 1134.73, "end": 1135.11, "word": " night", "probability": 0.8798828125}, {"start": 1135.11, "end": 1135.49, "word": " they", "probability": 0.634765625}, {"start": 1135.49, "end": 1136.21, "word": " ate", "probability": 0.923828125}, {"start": 1136.21, "end": 1136.47, "word": " too", "probability": 0.9287109375}, {"start": 1136.47, "end": 1136.75, "word": " much.", "probability": 0.9052734375}, {"start": 1137.13, "end": 1137.41, "word": " The", "probability": 0.65478515625}, {"start": 1137.41, "end": 1137.61, "word": " kids", "probability": 0.69921875}, {"start": 1137.61, "end": 1137.91, "word": " last", "probability": 0.86767578125}, {"start": 1137.91, "end": 1138.23, "word": " night", "probability": 0.880859375}], "temperature": 1.0}, {"id": 39, "seek": 116480, "start": 1139.6, "end": 1164.8, "text": "and they ate too much or but they ate too much but they ate too much and finally yes yes please the show begins at seven thirty make sure you are there before seven fifty fifteen and so so make sure so make sure you are there before seven fifteen all right", "tokens": [474, 436, 8468, 886, 709, 420, 457, 436, 8468, 886, 709, 457, 436, 8468, 886, 709, 293, 2721, 2086, 2086, 1767, 264, 855, 7338, 412, 3407, 11790, 652, 988, 291, 366, 456, 949, 3407, 13442, 18126, 293, 370, 370, 652, 988, 370, 652, 988, 291, 366, 456, 949, 3407, 18126, 439, 558], "avg_logprob": -0.25412736298902977, "compression_ratio": 2.048, "no_speech_prob": 1.7881393432617188e-07, "words": [{"start": 1139.6, "end": 1139.94, "word": "and", "probability": 0.286865234375}, {"start": 1139.94, "end": 1140.16, "word": " they", "probability": 0.90380859375}, {"start": 1140.16, "end": 1140.4, "word": " ate", "probability": 0.923828125}, {"start": 1140.4, "end": 1140.62, "word": " too", "probability": 0.931640625}, {"start": 1140.62, "end": 1140.84, "word": " much", "probability": 0.92041015625}, {"start": 1140.84, "end": 1141.24, "word": " or", "probability": 0.630859375}, {"start": 1141.24, "end": 1141.74, "word": " but", "probability": 0.8994140625}, {"start": 1141.74, "end": 1142.2, "word": " they", "probability": 0.91650390625}, {"start": 1142.2, "end": 1142.62, "word": " ate", "probability": 0.92431640625}, {"start": 1142.62, "end": 1143.04, "word": " too", "probability": 0.939453125}, {"start": 1143.04, "end": 1144.04, "word": " much", "probability": 0.8955078125}, {"start": 1144.04, "end": 1144.8, "word": " but", "probability": 0.369384765625}, {"start": 1144.8, "end": 1146.3, "word": " they", "probability": 0.89892578125}, {"start": 1146.3, "end": 1146.88, "word": " ate", "probability": 0.931640625}, {"start": 1146.88, "end": 1147.56, "word": " too", "probability": 0.93701171875}, {"start": 1147.56, "end": 1147.82, "word": " much", "probability": 0.927734375}, {"start": 1147.82, "end": 1148.02, "word": " and", "probability": 0.73388671875}, {"start": 1148.02, "end": 1148.54, "word": " finally", "probability": 0.88134765625}, {"start": 1148.54, "end": 1148.98, "word": " yes", "probability": 0.5869140625}, {"start": 1148.98, "end": 1149.34, "word": " yes", "probability": 0.55859375}, {"start": 1149.34, "end": 1149.6, "word": " please", "probability": 0.80078125}, {"start": 1149.6, "end": 1149.92, "word": " the", "probability": 0.7353515625}, {"start": 1149.92, "end": 1150.06, "word": " show", "probability": 0.94970703125}, {"start": 1150.06, "end": 1150.44, "word": " begins", "probability": 0.830078125}, {"start": 1150.44, "end": 1150.7, "word": " at", "probability": 0.96240234375}, {"start": 1150.7, "end": 1151.22, "word": " seven", "probability": 0.47265625}, {"start": 1151.22, "end": 1151.54, "word": " thirty", "probability": 0.775390625}, {"start": 1151.54, "end": 1151.86, "word": " make", "probability": 0.88720703125}, {"start": 1151.86, "end": 1152.08, "word": " sure", "probability": 0.92431640625}, {"start": 1152.08, "end": 1152.24, "word": " you", "probability": 0.96875}, {"start": 1152.24, "end": 1152.42, "word": " are", "probability": 0.9462890625}, {"start": 1152.42, "end": 1152.9, "word": " there", "probability": 0.92236328125}, {"start": 1152.9, "end": 1153.32, "word": " before", "probability": 0.8681640625}, {"start": 1153.32, "end": 1153.68, "word": " seven", "probability": 0.8310546875}, {"start": 1153.68, "end": 1154.46, "word": " fifty", "probability": 0.58447265625}, {"start": 1154.46, "end": 1155.48, "word": " fifteen", "probability": 0.85546875}, {"start": 1155.48, "end": 1156.1, "word": " and", "probability": 0.767578125}, {"start": 1156.1, "end": 1156.38, "word": " so", "probability": 0.94921875}, {"start": 1156.38, "end": 1156.96, "word": " so", "probability": 0.63427734375}, {"start": 1156.96, "end": 1157.3, "word": " make", "probability": 0.93212890625}, {"start": 1157.3, "end": 1157.86, "word": " sure", "probability": 0.9208984375}, {"start": 1157.86, "end": 1158.72, "word": " so", "probability": 0.12890625}, {"start": 1158.72, "end": 1160.36, "word": " make", "probability": 0.92626953125}, {"start": 1160.36, "end": 1160.74, "word": " sure", "probability": 0.91650390625}, {"start": 1160.74, "end": 1161.0, "word": " you", "probability": 0.96240234375}, {"start": 1161.0, "end": 1161.22, "word": " are", "probability": 0.93994140625}, {"start": 1161.22, "end": 1161.66, "word": " there", "probability": 0.89697265625}, {"start": 1161.66, "end": 1162.64, "word": " before", "probability": 0.865234375}, {"start": 1162.64, "end": 1163.2, "word": " seven", "probability": 0.8583984375}, {"start": 1163.2, "end": 1164.18, "word": " fifteen", "probability": 0.443115234375}, {"start": 1164.18, "end": 1164.64, "word": " all", "probability": 0.71142578125}, {"start": 1164.64, "end": 1164.8, "word": " right", "probability": 0.90966796875}], "temperature": 1.0}, {"id": 40, "seek": 119245, "start": 1166.25, "end": 1192.45, "text": " We have still time for one more exercise on this topic and I invite you to look at the sentences here and try to find what sentences are considered comma splice or run-on sentences in this paragraph. Please read very quickly and try to identify the run-on and comma splice sentences here.", "tokens": [492, 362, 920, 565, 337, 472, 544, 5380, 322, 341, 4829, 293, 286, 7980, 291, 281, 574, 412, 264, 16579, 510, 293, 853, 281, 915, 437, 16579, 366, 4888, 22117, 4732, 573, 420, 1190, 12, 266, 16579, 294, 341, 18865, 13, 2555, 1401, 588, 2661, 293, 853, 281, 5876, 264, 1190, 12, 266, 293, 22117, 4732, 573, 16579, 510, 13], "avg_logprob": -0.12019723165230672, "compression_ratio": 1.6900584795321638, "no_speech_prob": 5.960464477539063e-08, "words": [{"start": 1166.25, "end": 1166.93, "word": " We", "probability": 0.85400390625}, {"start": 1166.93, "end": 1167.41, "word": " have", "probability": 0.93310546875}, {"start": 1167.41, "end": 1167.85, "word": " still", "probability": 0.94189453125}, {"start": 1167.85, "end": 1168.61, "word": " time", "probability": 0.89208984375}, {"start": 1168.61, "end": 1169.19, "word": " for", "probability": 0.95263671875}, {"start": 1169.19, "end": 1170.11, "word": " one", "probability": 0.9267578125}, {"start": 1170.11, "end": 1170.41, "word": " more", "probability": 0.92724609375}, {"start": 1170.41, "end": 1171.11, "word": " exercise", "probability": 0.96142578125}, {"start": 1171.11, "end": 1171.41, "word": " on", "probability": 0.9404296875}, {"start": 1171.41, "end": 1171.65, "word": " this", "probability": 0.94775390625}, {"start": 1171.65, "end": 1171.93, "word": " topic", "probability": 0.96142578125}, {"start": 1171.93, "end": 1172.15, "word": " and", "probability": 0.404296875}, {"start": 1172.15, "end": 1172.25, "word": " I", "probability": 0.98828125}, {"start": 1172.25, "end": 1172.59, "word": " invite", "probability": 0.6982421875}, {"start": 1172.59, "end": 1172.79, "word": " you", "probability": 0.958984375}, {"start": 1172.79, "end": 1173.13, "word": " to", "probability": 0.9638671875}, {"start": 1173.13, "end": 1173.83, "word": " look", "probability": 0.9619140625}, {"start": 1173.83, "end": 1174.17, "word": " at", "probability": 0.958984375}, {"start": 1174.17, "end": 1174.35, "word": " the", "probability": 0.89599609375}, {"start": 1174.35, "end": 1174.81, "word": " sentences", "probability": 0.955078125}, {"start": 1174.81, "end": 1175.31, "word": " here", "probability": 0.8603515625}, {"start": 1175.31, "end": 1176.39, "word": " and", "probability": 0.830078125}, {"start": 1176.39, "end": 1176.93, "word": " try", "probability": 0.9384765625}, {"start": 1176.93, "end": 1177.63, "word": " to", "probability": 0.97021484375}, {"start": 1177.63, "end": 1179.47, "word": " find", "probability": 0.88671875}, {"start": 1179.47, "end": 1180.05, "word": " what", "probability": 0.94873046875}, {"start": 1180.05, "end": 1180.87, "word": " sentences", "probability": 0.94140625}, {"start": 1180.87, "end": 1181.25, "word": " are", "probability": 0.9423828125}, {"start": 1181.25, "end": 1181.73, "word": " considered", "probability": 0.7958984375}, {"start": 1181.73, "end": 1182.05, "word": " comma", "probability": 0.486083984375}, {"start": 1182.05, "end": 1182.65, "word": " splice", "probability": 0.6904296875}, {"start": 1182.65, "end": 1183.43, "word": " or", "probability": 0.9482421875}, {"start": 1183.43, "end": 1183.87, "word": " run", "probability": 0.923828125}, {"start": 1183.87, "end": 1184.19, "word": "-on", "probability": 0.82373046875}, {"start": 1184.19, "end": 1185.05, "word": " sentences", "probability": 0.96484375}, {"start": 1185.05, "end": 1185.39, "word": " in", "probability": 0.94091796875}, {"start": 1185.39, "end": 1185.75, "word": " this", "probability": 0.943359375}, {"start": 1185.75, "end": 1186.57, "word": " paragraph.", "probability": 0.9716796875}, {"start": 1186.99, "end": 1187.23, "word": " Please", "probability": 0.82177734375}, {"start": 1187.23, "end": 1187.83, "word": " read", "probability": 0.89453125}, {"start": 1187.83, "end": 1188.07, "word": " very", "probability": 0.83251953125}, {"start": 1188.07, "end": 1188.41, "word": " quickly", "probability": 0.919921875}, {"start": 1188.41, "end": 1188.87, "word": " and", "probability": 0.91015625}, {"start": 1188.87, "end": 1189.05, "word": " try", "probability": 0.9453125}, {"start": 1189.05, "end": 1189.21, "word": " to", "probability": 0.9716796875}, {"start": 1189.21, "end": 1189.75, "word": " identify", "probability": 0.9482421875}, {"start": 1189.75, "end": 1190.01, "word": " the", "probability": 0.90283203125}, {"start": 1190.01, "end": 1190.17, "word": " run", "probability": 0.92529296875}, {"start": 1190.17, "end": 1190.47, "word": "-on", "probability": 0.981689453125}, {"start": 1190.47, "end": 1191.03, "word": " and", "probability": 0.93603515625}, {"start": 1191.03, "end": 1191.27, "word": " comma", "probability": 0.8916015625}, {"start": 1191.27, "end": 1191.67, "word": " splice", "probability": 0.8876953125}, {"start": 1191.67, "end": 1192.13, "word": " sentences", "probability": 0.94287109375}, {"start": 1192.13, "end": 1192.45, "word": " here.", "probability": 0.85302734375}], "temperature": 1.0}, {"id": 41, "seek": 121509, "start": 1213.7, "end": 1215.1, "text": " Okay.", "tokens": [1033, 13], "avg_logprob": -1.08984375, "compression_ratio": 0.42857142857142855, "no_speech_prob": 0.0018253326416015625, "words": [{"start": 1213.6999999999998, "end": 1215.1, "word": " Okay.", "probability": 0.06402587890625}], "temperature": 1.0}, {"id": 42, "seek": 134665, "start": 1317.41, "end": 1346.65, "text": " Are we finished? Yes. Sure. Yes, let's start. We'd love to start. Yes, please. My mother doesn't own a motel and I work there as a young woman. So there's a problem here with a comma here and I work there. Very nice. And I work there as a young woman. Why? What else? Yes, please. I enjoy doing this work very much. I met many interesting people. Comma. So I enjoy", "tokens": [2014, 321, 4335, 30, 1079, 13, 4894, 13, 1079, 11, 718, 311, 722, 13, 492, 1116, 959, 281, 722, 13, 1079, 11, 1767, 13, 1222, 2895, 1177, 380, 1065, 257, 2184, 338, 293, 286, 589, 456, 382, 257, 2037, 3059, 13, 407, 456, 311, 257, 1154, 510, 365, 257, 22117, 510, 293, 286, 589, 456, 13, 4372, 1481, 13, 400, 286, 589, 456, 382, 257, 2037, 3059, 13, 1545, 30, 708, 1646, 30, 1079, 11, 1767, 13, 286, 2103, 884, 341, 589, 588, 709, 13, 286, 1131, 867, 1880, 561, 13, 3046, 64, 13, 407, 286, 2103], "avg_logprob": -0.25286989643865704, "compression_ratio": 1.7298578199052133, "no_speech_prob": 1.430511474609375e-06, "words": [{"start": 1317.41, "end": 1317.61, "word": " Are", "probability": 0.306396484375}, {"start": 1317.61, "end": 1317.71, "word": " we", "probability": 0.94873046875}, {"start": 1317.71, "end": 1318.05, "word": " finished?", "probability": 0.744140625}, {"start": 1318.69, "end": 1319.07, "word": " Yes.", "probability": 0.36376953125}, {"start": 1319.07, "end": 1319.39, "word": " Sure.", "probability": 0.7001953125}, {"start": 1319.73, "end": 1320.01, "word": " Yes,", "probability": 0.78271484375}, {"start": 1320.13, "end": 1320.35, "word": " let's", "probability": 0.81201171875}, {"start": 1320.35, "end": 1320.59, "word": " start.", "probability": 0.92529296875}, {"start": 1320.69, "end": 1320.79, "word": " We'd", "probability": 0.76123046875}, {"start": 1320.79, "end": 1320.87, "word": " love", "probability": 0.9482421875}, {"start": 1320.87, "end": 1321.01, "word": " to", "probability": 0.9677734375}, {"start": 1321.01, "end": 1321.23, "word": " start.", "probability": 0.92236328125}, {"start": 1321.51, "end": 1321.65, "word": " Yes,", "probability": 0.89501953125}, {"start": 1321.69, "end": 1321.89, "word": " please.", "probability": 0.8076171875}, {"start": 1322.09, "end": 1322.63, "word": " My", "probability": 0.89208984375}, {"start": 1322.63, "end": 1323.05, "word": " mother", "probability": 0.8388671875}, {"start": 1323.05, "end": 1323.57, "word": " doesn't", "probability": 0.6007080078125}, {"start": 1323.57, "end": 1323.91, "word": " own", "probability": 0.9091796875}, {"start": 1323.91, "end": 1324.19, "word": " a", "probability": 0.9814453125}, {"start": 1324.19, "end": 1324.65, "word": " motel", "probability": 0.733154296875}, {"start": 1324.65, "end": 1325.47, "word": " and", "probability": 0.69189453125}, {"start": 1325.47, "end": 1326.11, "word": " I", "probability": 0.9931640625}, {"start": 1326.11, "end": 1326.49, "word": " work", "probability": 0.70751953125}, {"start": 1326.49, "end": 1326.85, "word": " there", "probability": 0.908203125}, {"start": 1326.85, "end": 1327.21, "word": " as", "probability": 0.95263671875}, {"start": 1327.21, "end": 1327.35, "word": " a", "probability": 0.9697265625}, {"start": 1327.35, "end": 1327.49, "word": " young", "probability": 0.93310546875}, {"start": 1327.49, "end": 1327.83, "word": " woman.", "probability": 0.88818359375}, {"start": 1327.95, "end": 1328.19, "word": " So", "probability": 0.93798828125}, {"start": 1328.19, "end": 1328.55, "word": " there's", "probability": 0.5323486328125}, {"start": 1328.55, "end": 1328.67, "word": " a", "probability": 0.99365234375}, {"start": 1328.67, "end": 1328.97, "word": " problem", "probability": 0.8798828125}, {"start": 1328.97, "end": 1329.33, "word": " here", "probability": 0.8408203125}, {"start": 1329.33, "end": 1329.83, "word": " with", "probability": 0.87841796875}, {"start": 1329.83, "end": 1330.91, "word": " a", "probability": 0.2076416015625}, {"start": 1330.91, "end": 1331.15, "word": " comma", "probability": 0.87451171875}, {"start": 1331.15, "end": 1331.49, "word": " here", "probability": 0.83349609375}, {"start": 1331.49, "end": 1332.35, "word": " and", "probability": 0.5224609375}, {"start": 1332.35, "end": 1333.39, "word": " I", "probability": 0.9189453125}, {"start": 1333.39, "end": 1333.81, "word": " work", "probability": 0.9228515625}, {"start": 1333.81, "end": 1334.01, "word": " there.", "probability": 0.90966796875}, {"start": 1334.15, "end": 1334.27, "word": " Very", "probability": 0.7841796875}, {"start": 1334.27, "end": 1334.55, "word": " nice.", "probability": 0.89111328125}, {"start": 1334.67, "end": 1334.79, "word": " And", "probability": 0.84716796875}, {"start": 1334.79, "end": 1334.95, "word": " I", "probability": 0.9794921875}, {"start": 1334.95, "end": 1335.23, "word": " work", "probability": 0.89306640625}, {"start": 1335.23, "end": 1335.43, "word": " there", "probability": 0.9091796875}, {"start": 1335.43, "end": 1335.69, "word": " as", "probability": 0.9658203125}, {"start": 1335.69, "end": 1335.83, "word": " a", "probability": 0.9931640625}, {"start": 1335.83, "end": 1336.25, "word": " young", "probability": 0.94287109375}, {"start": 1336.25, "end": 1336.85, "word": " woman.", "probability": 0.88330078125}, {"start": 1337.01, "end": 1337.01, "word": " Why?", "probability": 0.583984375}, {"start": 1337.01, "end": 1337.17, "word": " What", "probability": 0.80859375}, {"start": 1337.17, "end": 1337.41, "word": " else?", "probability": 0.93310546875}, {"start": 1338.31, "end": 1338.57, "word": " Yes,", "probability": 0.94677734375}, {"start": 1338.65, "end": 1338.85, "word": " please.", "probability": 0.80419921875}, {"start": 1340.49, "end": 1341.05, "word": " I", "probability": 0.9287109375}, {"start": 1341.05, "end": 1341.39, "word": " enjoy", "probability": 0.8486328125}, {"start": 1341.39, "end": 1341.73, "word": " doing", "probability": 0.9658203125}, {"start": 1341.73, "end": 1341.97, "word": " this", "probability": 0.95166015625}, {"start": 1341.97, "end": 1342.27, "word": " work", "probability": 0.89404296875}, {"start": 1342.27, "end": 1342.55, "word": " very", "probability": 0.85595703125}, {"start": 1342.55, "end": 1342.85, "word": " much.", "probability": 0.90673828125}, {"start": 1342.95, "end": 1343.09, "word": " I", "probability": 0.9990234375}, {"start": 1343.09, "end": 1343.35, "word": " met", "probability": 0.57080078125}, {"start": 1343.35, "end": 1343.59, "word": " many", "probability": 0.78369140625}, {"start": 1343.59, "end": 1344.03, "word": " interesting", "probability": 0.85791015625}, {"start": 1344.03, "end": 1344.63, "word": " people.", "probability": 0.96923828125}, {"start": 1345.09, "end": 1345.57, "word": " Comma.", "probability": 0.86767578125}, {"start": 1345.77, "end": 1346.07, "word": " So", "probability": 0.759765625}, {"start": 1346.07, "end": 1346.33, "word": " I", "probability": 0.810546875}, {"start": 1346.33, "end": 1346.65, "word": " enjoy", "probability": 0.81689453125}], "temperature": 1.0}, {"id": 43, "seek": 137477, "start": 1357.37, "end": 1374.77, "text": " There is a run on here between the two sentences where there is no punctuation. So we can put punctuation first or comma and I enjoyed and I met many interesting people. One time a family came to stay in the hotel. Problem? No.", "tokens": [821, 307, 257, 1190, 322, 510, 1296, 264, 732, 16579, 689, 456, 307, 572, 27006, 16073, 13, 407, 321, 393, 829, 27006, 16073, 700, 420, 22117, 293, 286, 4626, 293, 286, 1131, 867, 1880, 561, 13, 1485, 565, 257, 1605, 1361, 281, 1754, 294, 264, 7622, 13, 11676, 30, 883, 13], "avg_logprob": -0.3392427855959305, "compression_ratio": 1.4805194805194806, "no_speech_prob": 2.384185791015625e-07, "words": [{"start": 1357.3700000000001, "end": 1357.97, "word": " There", "probability": 0.0345458984375}, {"start": 1357.97, "end": 1358.57, "word": " is", "probability": 0.638671875}, {"start": 1358.57, "end": 1358.67, "word": " a", "probability": 0.9072265625}, {"start": 1358.67, "end": 1358.85, "word": " run", "probability": 0.491943359375}, {"start": 1358.85, "end": 1359.07, "word": " on", "probability": 0.63671875}, {"start": 1359.07, "end": 1359.39, "word": " here", "probability": 0.7529296875}, {"start": 1359.39, "end": 1359.73, "word": " between", "probability": 0.77783203125}, {"start": 1359.73, "end": 1359.91, "word": " the", "probability": 0.81103515625}, {"start": 1359.91, "end": 1360.09, "word": " two", "probability": 0.82177734375}, {"start": 1360.09, "end": 1360.43, "word": " sentences", "probability": 0.953125}, {"start": 1360.43, "end": 1360.69, "word": " where", "probability": 0.198974609375}, {"start": 1360.69, "end": 1360.91, "word": " there", "probability": 0.89453125}, {"start": 1360.91, "end": 1361.11, "word": " is", "probability": 0.876953125}, {"start": 1361.11, "end": 1361.37, "word": " no", "probability": 0.92041015625}, {"start": 1361.37, "end": 1361.99, "word": " punctuation.", "probability": 0.9921875}, {"start": 1362.13, "end": 1362.21, "word": " So", "probability": 0.806640625}, {"start": 1362.21, "end": 1362.37, "word": " we", "probability": 0.6650390625}, {"start": 1362.37, "end": 1362.57, "word": " can", "probability": 0.91015625}, {"start": 1362.57, "end": 1362.81, "word": " put", "probability": 0.572265625}, {"start": 1362.81, "end": 1363.91, "word": " punctuation", "probability": 0.743408203125}, {"start": 1363.91, "end": 1364.35, "word": " first", "probability": 0.7138671875}, {"start": 1364.35, "end": 1364.81, "word": " or", "probability": 0.6181640625}, {"start": 1364.81, "end": 1365.91, "word": " comma", "probability": 0.6181640625}, {"start": 1365.91, "end": 1366.49, "word": " and", "probability": 0.5537109375}, {"start": 1366.49, "end": 1366.77, "word": " I", "probability": 0.95068359375}, {"start": 1366.77, "end": 1367.33, "word": " enjoyed", "probability": 0.81787109375}, {"start": 1367.33, "end": 1368.03, "word": " and", "probability": 0.5078125}, {"start": 1368.03, "end": 1368.69, "word": " I", "probability": 0.9521484375}, {"start": 1368.69, "end": 1369.11, "word": " met", "probability": 0.89697265625}, {"start": 1369.11, "end": 1369.57, "word": " many", "probability": 0.7275390625}, {"start": 1369.57, "end": 1369.95, "word": " interesting", "probability": 0.8232421875}, {"start": 1369.95, "end": 1371.07, "word": " people.", "probability": 0.9697265625}, {"start": 1371.45, "end": 1371.69, "word": " One", "probability": 0.86767578125}, {"start": 1371.69, "end": 1372.05, "word": " time", "probability": 0.8837890625}, {"start": 1372.05, "end": 1372.23, "word": " a", "probability": 0.82373046875}, {"start": 1372.23, "end": 1372.57, "word": " family", "probability": 0.91015625}, {"start": 1372.57, "end": 1372.87, "word": " came", "probability": 0.89013671875}, {"start": 1372.87, "end": 1373.05, "word": " to", "probability": 0.96923828125}, {"start": 1373.05, "end": 1373.31, "word": " stay", "probability": 0.9794921875}, {"start": 1373.31, "end": 1373.47, "word": " in", "probability": 0.9091796875}, {"start": 1373.47, "end": 1373.59, "word": " the", "probability": 0.80029296875}, {"start": 1373.59, "end": 1373.89, "word": " hotel.", "probability": 0.9453125}, {"start": 1374.01, "end": 1374.21, "word": " Problem?", "probability": 0.888671875}, {"start": 1374.55, "end": 1374.77, "word": " No.", "probability": 0.89599609375}], "temperature": 1.0}, {"id": 44, "seek": 140453, "start": 1375.87, "end": 1404.53, "text": " They had a daughter, she was my age. And she was my age. And she was my age. Alright, who would like to continue? We, we often, yes ma'am. We often met and talked about our lives. Probably? No. No? I invited her to my house to meet my family. We shared our customs with her. Later my mother told me", "tokens": [814, 632, 257, 4653, 11, 750, 390, 452, 3205, 13, 400, 750, 390, 452, 3205, 13, 400, 750, 390, 452, 3205, 13, 2798, 11, 567, 576, 411, 281, 2354, 30, 492, 11, 321, 2049, 11, 2086, 463, 6, 335, 13, 492, 2049, 1131, 293, 2825, 466, 527, 2909, 13, 9210, 30, 883, 13, 883, 30, 286, 9185, 720, 281, 452, 1782, 281, 1677, 452, 1605, 13, 492, 5507, 527, 27330, 365, 720, 13, 11965, 452, 2895, 1907, 385], "avg_logprob": -0.2733386106128934, "compression_ratio": 1.5572916666666667, "no_speech_prob": 1.1920928955078125e-07, "words": [{"start": 1375.87, "end": 1376.21, "word": " They", "probability": 0.331787109375}, {"start": 1376.21, "end": 1376.59, "word": " had", "probability": 0.87646484375}, {"start": 1376.59, "end": 1376.71, "word": " a", "probability": 0.9697265625}, {"start": 1376.71, "end": 1376.97, "word": " daughter,", "probability": 0.931640625}, {"start": 1377.13, "end": 1377.25, "word": " she", "probability": 0.88818359375}, {"start": 1377.25, "end": 1377.47, "word": " was", "probability": 0.95703125}, {"start": 1377.47, "end": 1377.69, "word": " my", "probability": 0.96875}, {"start": 1377.69, "end": 1378.01, "word": " age.", "probability": 0.88427734375}, {"start": 1378.19, "end": 1378.53, "word": " And", "probability": 0.67529296875}, {"start": 1378.53, "end": 1380.15, "word": " she", "probability": 0.8974609375}, {"start": 1380.15, "end": 1380.65, "word": " was", "probability": 0.90185546875}, {"start": 1380.65, "end": 1381.67, "word": " my", "probability": 0.470458984375}, {"start": 1381.67, "end": 1382.07, "word": " age.", "probability": 0.921875}, {"start": 1382.19, "end": 1382.51, "word": " And", "probability": 0.2724609375}, {"start": 1382.51, "end": 1383.07, "word": " she", "probability": 0.91845703125}, {"start": 1383.07, "end": 1383.31, "word": " was", "probability": 0.9580078125}, {"start": 1383.31, "end": 1383.71, "word": " my", "probability": 0.923828125}, {"start": 1383.71, "end": 1384.77, "word": " age.", "probability": 0.92529296875}, {"start": 1385.25, "end": 1385.81, "word": " Alright,", "probability": 0.5029296875}, {"start": 1385.99, "end": 1386.07, "word": " who", "probability": 0.50341796875}, {"start": 1386.07, "end": 1386.15, "word": " would", "probability": 0.9228515625}, {"start": 1386.15, "end": 1386.31, "word": " like", "probability": 0.9462890625}, {"start": 1386.31, "end": 1386.45, "word": " to", "probability": 0.970703125}, {"start": 1386.45, "end": 1386.87, "word": " continue?", "probability": 0.91650390625}, {"start": 1387.19, "end": 1387.51, "word": " We,", "probability": 0.82666015625}, {"start": 1387.69, "end": 1389.29, "word": " we", "probability": 0.92822265625}, {"start": 1389.29, "end": 1389.95, "word": " often,", "probability": 0.77001953125}, {"start": 1390.43, "end": 1390.61, "word": " yes", "probability": 0.87890625}, {"start": 1390.61, "end": 1390.77, "word": " ma", "probability": 0.326416015625}, {"start": 1390.77, "end": 1390.83, "word": "'am.", "probability": 0.94921875}, {"start": 1391.09, "end": 1391.45, "word": " We", "probability": 0.90380859375}, {"start": 1391.45, "end": 1391.71, "word": " often", "probability": 0.80859375}, {"start": 1391.71, "end": 1392.03, "word": " met", "probability": 0.8056640625}, {"start": 1392.03, "end": 1392.29, "word": " and", "probability": 0.9228515625}, {"start": 1392.29, "end": 1392.57, "word": " talked", "probability": 0.900390625}, {"start": 1392.57, "end": 1392.91, "word": " about", "probability": 0.89208984375}, {"start": 1392.91, "end": 1393.43, "word": " our", "probability": 0.896484375}, {"start": 1393.43, "end": 1393.91, "word": " lives.", "probability": 0.80224609375}, {"start": 1393.97, "end": 1394.21, "word": " Probably?", "probability": 0.3271484375}, {"start": 1394.53, "end": 1394.71, "word": " No.", "probability": 0.91796875}, {"start": 1394.95, "end": 1395.17, "word": " No?", "probability": 0.68017578125}, {"start": 1395.27, "end": 1395.87, "word": " I", "probability": 0.87158203125}, {"start": 1395.87, "end": 1396.31, "word": " invited", "probability": 0.89794921875}, {"start": 1396.31, "end": 1396.57, "word": " her", "probability": 0.9619140625}, {"start": 1396.57, "end": 1396.79, "word": " to", "probability": 0.9609375}, {"start": 1396.79, "end": 1397.03, "word": " my", "probability": 0.96337890625}, {"start": 1397.03, "end": 1397.53, "word": " house", "probability": 0.87939453125}, {"start": 1397.53, "end": 1397.83, "word": " to", "probability": 0.90087890625}, {"start": 1397.83, "end": 1397.99, "word": " meet", "probability": 0.95703125}, {"start": 1397.99, "end": 1398.27, "word": " my", "probability": 0.9599609375}, {"start": 1398.27, "end": 1398.69, "word": " family.", "probability": 0.9130859375}, {"start": 1399.13, "end": 1399.73, "word": " We", "probability": 0.87890625}, {"start": 1399.73, "end": 1400.07, "word": " shared", "probability": 0.83642578125}, {"start": 1400.07, "end": 1400.35, "word": " our", "probability": 0.88720703125}, {"start": 1400.35, "end": 1400.81, "word": " customs", "probability": 0.916015625}, {"start": 1400.81, "end": 1401.13, "word": " with", "probability": 0.90283203125}, {"start": 1401.13, "end": 1401.41, "word": " her.", "probability": 0.94775390625}, {"start": 1402.69, "end": 1403.29, "word": " Later", "probability": 0.931640625}, {"start": 1403.29, "end": 1403.59, "word": " my", "probability": 0.61572265625}, {"start": 1403.59, "end": 1403.89, "word": " mother", "probability": 0.86669921875}, {"start": 1403.89, "end": 1404.25, "word": " told", "probability": 0.9580078125}, {"start": 1404.25, "end": 1404.53, "word": " me", "probability": 0.96337890625}], "temperature": 1.0}, {"id": 45, "seek": 141862, "start": 1406.02, "end": 1418.62, "text": " Alright, problem? Yes, there is a problem. Where is it? Alright, we shared our customs with her later which so we have two sentences here and we need some punctuation.", "tokens": [2798, 11, 1154, 30, 1079, 11, 456, 307, 257, 1154, 13, 2305, 307, 309, 30, 2798, 11, 321, 5507, 527, 27330, 365, 720, 1780, 597, 370, 321, 362, 732, 16579, 510, 293, 321, 643, 512, 27006, 16073, 13], "avg_logprob": -0.27443910103577834, "compression_ratio": 1.3770491803278688, "no_speech_prob": 2.562999725341797e-06, "words": [{"start": 1406.02, "end": 1406.4, "word": " Alright,", "probability": 0.291259765625}, {"start": 1406.68, "end": 1406.96, "word": " problem?", "probability": 0.86474609375}, {"start": 1407.9, "end": 1408.2, "word": " Yes,", "probability": 0.87158203125}, {"start": 1408.3, "end": 1408.5, "word": " there", "probability": 0.89697265625}, {"start": 1408.5, "end": 1408.66, "word": " is", "probability": 0.8125}, {"start": 1408.66, "end": 1408.78, "word": " a", "probability": 0.9931640625}, {"start": 1408.78, "end": 1409.16, "word": " problem.", "probability": 0.8857421875}, {"start": 1409.32, "end": 1409.52, "word": " Where", "probability": 0.81591796875}, {"start": 1409.52, "end": 1409.66, "word": " is", "probability": 0.90625}, {"start": 1409.66, "end": 1409.76, "word": " it?", "probability": 0.626953125}, {"start": 1410.28, "end": 1410.48, "word": " Alright,", "probability": 0.3994140625}, {"start": 1410.9, "end": 1411.12, "word": " we", "probability": 0.92578125}, {"start": 1411.12, "end": 1411.54, "word": " shared", "probability": 0.64404296875}, {"start": 1411.54, "end": 1412.54, "word": " our", "probability": 0.88623046875}, {"start": 1412.54, "end": 1413.06, "word": " customs", "probability": 0.9228515625}, {"start": 1413.06, "end": 1413.32, "word": " with", "probability": 0.90869140625}, {"start": 1413.32, "end": 1413.7, "word": " her", "probability": 0.95703125}, {"start": 1413.7, "end": 1414.36, "word": " later", "probability": 0.61572265625}, {"start": 1414.36, "end": 1414.84, "word": " which", "probability": 0.29345703125}, {"start": 1414.84, "end": 1415.06, "word": " so", "probability": 0.318359375}, {"start": 1415.06, "end": 1415.22, "word": " we", "probability": 0.88427734375}, {"start": 1415.22, "end": 1415.38, "word": " have", "probability": 0.94140625}, {"start": 1415.38, "end": 1415.58, "word": " two", "probability": 0.8779296875}, {"start": 1415.58, "end": 1416.12, "word": " sentences", "probability": 0.97509765625}, {"start": 1416.12, "end": 1416.54, "word": " here", "probability": 0.8525390625}, {"start": 1416.54, "end": 1417.54, "word": " and", "probability": 0.8056640625}, {"start": 1417.54, "end": 1417.72, "word": " we", "probability": 0.95947265625}, {"start": 1417.72, "end": 1417.94, "word": " need", "probability": 0.93212890625}, {"start": 1417.94, "end": 1418.22, "word": " some", "probability": 0.85791015625}, {"start": 1418.22, "end": 1418.62, "word": " punctuation.", "probability": 0.931396484375}], "temperature": 1.0}, {"id": 46, "seek": 144565, "start": 1423.59, "end": 1445.65, "text": " Later, my mother taught me something unforgettable. She said, I know that you're going to live in America. My mother was a very smart woman. She was right. And she was right. And she was right. I came to America searching for my friend.", "tokens": [11965, 11, 452, 2895, 5928, 385, 746, 46194, 13, 1240, 848, 11, 286, 458, 300, 291, 434, 516, 281, 1621, 294, 3374, 13, 1222, 2895, 390, 257, 588, 4069, 3059, 13, 1240, 390, 558, 13, 400, 750, 390, 558, 13, 400, 750, 390, 558, 13, 286, 1361, 281, 3374, 10808, 337, 452, 1277, 13], "avg_logprob": -0.19971590800718828, "compression_ratio": 1.5490196078431373, "no_speech_prob": 1.1920928955078125e-07, "words": [{"start": 1423.5900000000001, "end": 1424.19, "word": " Later,", "probability": 0.73291015625}, {"start": 1424.19, "end": 1424.79, "word": " my", "probability": 0.381591796875}, {"start": 1424.79, "end": 1427.77, "word": " mother", "probability": 0.86376953125}, {"start": 1427.77, "end": 1428.11, "word": " taught", "probability": 0.57275390625}, {"start": 1428.11, "end": 1428.33, "word": " me", "probability": 0.96826171875}, {"start": 1428.33, "end": 1428.91, "word": " something", "probability": 0.86474609375}, {"start": 1428.91, "end": 1430.03, "word": " unforgettable.", "probability": 0.8447265625}, {"start": 1430.27, "end": 1430.41, "word": " She", "probability": 0.84912109375}, {"start": 1430.41, "end": 1430.71, "word": " said,", "probability": 0.94970703125}, {"start": 1430.79, "end": 1430.87, "word": " I", "probability": 0.32421875}, {"start": 1430.87, "end": 1431.07, "word": " know", "probability": 0.89697265625}, {"start": 1431.07, "end": 1431.29, "word": " that", "probability": 0.86474609375}, {"start": 1431.29, "end": 1431.51, "word": " you're", "probability": 0.788330078125}, {"start": 1431.51, "end": 1431.77, "word": " going", "probability": 0.943359375}, {"start": 1431.77, "end": 1431.97, "word": " to", "probability": 0.9697265625}, {"start": 1431.97, "end": 1432.17, "word": " live", "probability": 0.93212890625}, {"start": 1432.17, "end": 1432.29, "word": " in", "probability": 0.94287109375}, {"start": 1432.29, "end": 1432.67, "word": " America.", "probability": 0.87451171875}, {"start": 1432.83, "end": 1432.95, "word": " My", "probability": 0.96923828125}, {"start": 1432.95, "end": 1433.25, "word": " mother", "probability": 0.85546875}, {"start": 1433.25, "end": 1433.57, "word": " was", "probability": 0.951171875}, {"start": 1433.57, "end": 1433.69, "word": " a", "probability": 0.9873046875}, {"start": 1433.69, "end": 1433.89, "word": " very", "probability": 0.85546875}, {"start": 1433.89, "end": 1434.23, "word": " smart", "probability": 0.97802734375}, {"start": 1434.23, "end": 1434.67, "word": " woman.", "probability": 0.91162109375}, {"start": 1435.23, "end": 1435.43, "word": " She", "probability": 0.865234375}, {"start": 1435.43, "end": 1435.83, "word": " was", "probability": 0.9521484375}, {"start": 1435.83, "end": 1436.15, "word": " right.", "probability": 0.92333984375}, {"start": 1437.01, "end": 1437.41, "word": " And", "probability": 0.89599609375}, {"start": 1437.41, "end": 1437.75, "word": " she", "probability": 0.88134765625}, {"start": 1437.75, "end": 1438.09, "word": " was", "probability": 0.92822265625}, {"start": 1438.09, "end": 1438.41, "word": " right.", "probability": 0.88671875}, {"start": 1438.53, "end": 1438.97, "word": " And", "probability": 0.39013671875}, {"start": 1438.97, "end": 1441.05, "word": " she", "probability": 0.91552734375}, {"start": 1441.05, "end": 1441.51, "word": " was", "probability": 0.95458984375}, {"start": 1441.51, "end": 1443.83, "word": " right.", "probability": 0.480224609375}, {"start": 1443.93, "end": 1444.05, "word": " I", "probability": 0.82421875}, {"start": 1444.05, "end": 1444.31, "word": " came", "probability": 0.86328125}, {"start": 1444.31, "end": 1444.47, "word": " to", "probability": 0.96044921875}, {"start": 1444.47, "end": 1444.69, "word": " America", "probability": 0.81103515625}, {"start": 1444.69, "end": 1445.03, "word": " searching", "probability": 0.57470703125}, {"start": 1445.03, "end": 1445.21, "word": " for", "probability": 0.9423828125}, {"start": 1445.21, "end": 1445.35, "word": " my", "probability": 0.9482421875}, {"start": 1445.35, "end": 1445.65, "word": " friend.", "probability": 0.69482421875}], "temperature": 1.0}, {"id": 47, "seek": 147109, "start": 1446.05, "end": 1471.09, "text": " full stop and still looking. So what we see here are some examples of run-on or comma-slice sentences that we all the time need to fix them by adding a full stop or a coordinate. There are three more ways but we'll talk about them later on. Is this clear? Now let's move on to something else which has to do with capitalization.", "tokens": [1577, 1590, 293, 920, 1237, 13, 407, 437, 321, 536, 510, 366, 512, 5110, 295, 1190, 12, 266, 420, 22117, 12, 10418, 573, 16579, 300, 321, 439, 264, 565, 643, 281, 3191, 552, 538, 5127, 257, 1577, 1590, 420, 257, 15670, 13, 821, 366, 1045, 544, 2098, 457, 321, 603, 751, 466, 552, 1780, 322, 13, 1119, 341, 1850, 30, 823, 718, 311, 1286, 322, 281, 746, 1646, 597, 575, 281, 360, 365, 4238, 2144, 13], "avg_logprob": -0.22625812152763466, "compression_ratio": 1.5231481481481481, "no_speech_prob": 5.960464477539063e-08, "words": [{"start": 1446.05, "end": 1446.31, "word": " full", "probability": 0.346923828125}, {"start": 1446.31, "end": 1446.79, "word": " stop", "probability": 0.7314453125}, {"start": 1446.79, "end": 1447.35, "word": " and", "probability": 0.328125}, {"start": 1447.35, "end": 1447.91, "word": " still", "probability": 0.64453125}, {"start": 1447.91, "end": 1448.53, "word": " looking.", "probability": 0.89453125}, {"start": 1448.71, "end": 1448.77, "word": " So", "probability": 0.880859375}, {"start": 1448.77, "end": 1448.95, "word": " what", "probability": 0.6640625}, {"start": 1448.95, "end": 1449.11, "word": " we", "probability": 0.95556640625}, {"start": 1449.11, "end": 1449.29, "word": " see", "probability": 0.92578125}, {"start": 1449.29, "end": 1449.51, "word": " here", "probability": 0.8408203125}, {"start": 1449.51, "end": 1449.65, "word": " are", "probability": 0.896484375}, {"start": 1449.65, "end": 1449.89, "word": " some", "probability": 0.88232421875}, {"start": 1449.89, "end": 1450.45, "word": " examples", "probability": 0.845703125}, {"start": 1450.45, "end": 1450.71, "word": " of", "probability": 0.9482421875}, {"start": 1450.71, "end": 1450.91, "word": " run", "probability": 0.85205078125}, {"start": 1450.91, "end": 1451.21, "word": "-on", "probability": 0.7215576171875}, {"start": 1451.21, "end": 1451.63, "word": " or", "probability": 0.8095703125}, {"start": 1451.63, "end": 1452.33, "word": " comma", "probability": 0.61767578125}, {"start": 1452.33, "end": 1452.75, "word": "-slice", "probability": 0.5665690104166666}, {"start": 1452.75, "end": 1453.47, "word": " sentences", "probability": 0.95068359375}, {"start": 1453.47, "end": 1453.71, "word": " that", "probability": 0.8876953125}, {"start": 1453.71, "end": 1453.85, "word": " we", "probability": 0.9501953125}, {"start": 1453.85, "end": 1454.13, "word": " all", "probability": 0.91162109375}, {"start": 1454.13, "end": 1454.25, "word": " the", "probability": 0.890625}, {"start": 1454.25, "end": 1454.51, "word": " time", "probability": 0.8779296875}, {"start": 1454.51, "end": 1454.73, "word": " need", "probability": 0.91943359375}, {"start": 1454.73, "end": 1454.91, "word": " to", "probability": 0.96826171875}, {"start": 1454.91, "end": 1455.13, "word": " fix", "probability": 0.9423828125}, {"start": 1455.13, "end": 1455.35, "word": " them", "probability": 0.86328125}, {"start": 1455.35, "end": 1455.59, "word": " by", "probability": 0.96484375}, {"start": 1455.59, "end": 1455.91, "word": " adding", "probability": 0.8662109375}, {"start": 1455.91, "end": 1456.05, "word": " a", "probability": 0.97998046875}, {"start": 1456.05, "end": 1456.27, "word": " full", "probability": 0.9345703125}, {"start": 1456.27, "end": 1456.63, "word": " stop", "probability": 0.89013671875}, {"start": 1456.63, "end": 1457.59, "word": " or", "probability": 0.916015625}, {"start": 1457.59, "end": 1458.11, "word": " a", "probability": 0.98046875}, {"start": 1458.11, "end": 1459.69, "word": " coordinate.", "probability": 0.46484375}, {"start": 1459.95, "end": 1460.09, "word": " There", "probability": 0.42919921875}, {"start": 1460.09, "end": 1460.25, "word": " are", "probability": 0.93994140625}, {"start": 1460.25, "end": 1460.45, "word": " three", "probability": 0.83837890625}, {"start": 1460.45, "end": 1460.67, "word": " more", "probability": 0.943359375}, {"start": 1460.67, "end": 1460.93, "word": " ways", "probability": 0.919921875}, {"start": 1460.93, "end": 1461.21, "word": " but", "probability": 0.57958984375}, {"start": 1461.21, "end": 1461.43, "word": " we'll", "probability": 0.8515625}, {"start": 1461.43, "end": 1461.61, "word": " talk", "probability": 0.8955078125}, {"start": 1461.61, "end": 1461.87, "word": " about", "probability": 0.904296875}, {"start": 1461.87, "end": 1462.13, "word": " them", "probability": 0.88720703125}, {"start": 1462.13, "end": 1462.87, "word": " later", "probability": 0.95068359375}, {"start": 1462.87, "end": 1463.09, "word": " on.", "probability": 0.90625}, {"start": 1463.17, "end": 1463.25, "word": " Is", "probability": 0.8828125}, {"start": 1463.25, "end": 1463.41, "word": " this", "probability": 0.94384765625}, {"start": 1463.41, "end": 1463.73, "word": " clear?", "probability": 0.88427734375}, {"start": 1464.15, "end": 1464.63, "word": " Now", "probability": 0.19091796875}, {"start": 1464.63, "end": 1465.21, "word": " let's", "probability": 0.84423828125}, {"start": 1465.21, "end": 1465.45, "word": " move", "probability": 0.93701171875}, {"start": 1465.45, "end": 1465.61, "word": " on", "probability": 0.8359375}, {"start": 1465.61, "end": 1465.75, "word": " to", "probability": 0.96484375}, {"start": 1465.75, "end": 1466.25, "word": " something", "probability": 0.8701171875}, {"start": 1466.25, "end": 1467.69, "word": " else", "probability": 0.8515625}, {"start": 1467.69, "end": 1467.91, "word": " which", "probability": 0.8759765625}, {"start": 1467.91, "end": 1468.17, "word": " has", "probability": 0.94189453125}, {"start": 1468.17, "end": 1468.33, "word": " to", "probability": 0.970703125}, {"start": 1468.33, "end": 1468.51, "word": " do", "probability": 0.9619140625}, {"start": 1468.51, "end": 1468.91, "word": " with", "probability": 0.89697265625}, {"start": 1468.91, "end": 1471.09, "word": " capitalization.", "probability": 0.95458984375}], "temperature": 1.0}, {"id": 48, "seek": 149953, "start": 1471.73, "end": 1499.53, "text": " Alright? It's about using capital letters. Alright? When do I use capital letters? Alright, one way is by? Okay, whenever I begin a sentence, I have to capitalize the first letter of the first word. So, I capitalize the beginning of sentences. Anything else? Yes, please. Names. Okay, proper names. Proper nouns, we capitalize them. Anything else? Yes, please.", "tokens": [2798, 30, 467, 311, 466, 1228, 4238, 7825, 13, 2798, 30, 1133, 360, 286, 764, 4238, 7825, 30, 2798, 11, 472, 636, 307, 538, 30, 1033, 11, 5699, 286, 1841, 257, 8174, 11, 286, 362, 281, 48114, 264, 700, 5063, 295, 264, 700, 1349, 13, 407, 11, 286, 48114, 264, 2863, 295, 16579, 13, 11998, 1646, 30, 1079, 11, 1767, 13, 426, 1632, 13, 1033, 11, 2296, 5288, 13, 27627, 48184, 11, 321, 48114, 552, 13, 11998, 1646, 30, 1079, 11, 1767, 13], "avg_logprob": -0.24702380952380953, "compression_ratio": 1.83248730964467, "no_speech_prob": 9.5367431640625e-07, "words": [{"start": 1471.73, "end": 1472.09, "word": " Alright?", "probability": 0.52392578125}, {"start": 1473.11, "end": 1473.37, "word": " It's", "probability": 0.9404296875}, {"start": 1473.37, "end": 1473.69, "word": " about", "probability": 0.9111328125}, {"start": 1473.69, "end": 1474.21, "word": " using", "probability": 0.92041015625}, {"start": 1474.21, "end": 1474.93, "word": " capital", "probability": 0.8544921875}, {"start": 1474.93, "end": 1475.55, "word": " letters.", "probability": 0.89111328125}, {"start": 1475.71, "end": 1475.87, "word": " Alright?", "probability": 0.79931640625}, {"start": 1476.25, "end": 1476.41, "word": " When", "probability": 0.900390625}, {"start": 1476.41, "end": 1476.53, "word": " do", "probability": 0.95166015625}, {"start": 1476.53, "end": 1476.69, "word": " I", "probability": 0.99267578125}, {"start": 1476.69, "end": 1476.89, "word": " use", "probability": 0.87353515625}, {"start": 1476.89, "end": 1477.17, "word": " capital", "probability": 0.919921875}, {"start": 1477.17, "end": 1477.59, "word": " letters?", "probability": 0.87646484375}, {"start": 1478.87, "end": 1479.45, "word": " Alright,", "probability": 0.48876953125}, {"start": 1479.77, "end": 1479.93, "word": " one", "probability": 0.6220703125}, {"start": 1479.93, "end": 1480.15, "word": " way", "probability": 0.947265625}, {"start": 1480.15, "end": 1480.31, "word": " is", "probability": 0.93798828125}, {"start": 1480.31, "end": 1480.65, "word": " by?", "probability": 0.97119140625}, {"start": 1481.49, "end": 1482.07, "word": " Okay,", "probability": 0.436279296875}, {"start": 1482.09, "end": 1482.39, "word": " whenever", "probability": 0.9287109375}, {"start": 1482.39, "end": 1482.71, "word": " I", "probability": 0.99462890625}, {"start": 1482.71, "end": 1483.05, "word": " begin", "probability": 0.8564453125}, {"start": 1483.05, "end": 1483.35, "word": " a", "probability": 0.56494140625}, {"start": 1483.35, "end": 1483.81, "word": " sentence,", "probability": 0.9482421875}, {"start": 1483.97, "end": 1484.07, "word": " I", "probability": 0.998046875}, {"start": 1484.07, "end": 1484.37, "word": " have", "probability": 0.94580078125}, {"start": 1484.37, "end": 1484.55, "word": " to", "probability": 0.97314453125}, {"start": 1484.55, "end": 1485.01, "word": " capitalize", "probability": 0.7958984375}, {"start": 1485.01, "end": 1485.85, "word": " the", "probability": 0.9189453125}, {"start": 1485.85, "end": 1486.27, "word": " first", "probability": 0.8896484375}, {"start": 1486.27, "end": 1486.87, "word": " letter", "probability": 0.9580078125}, {"start": 1486.87, "end": 1487.05, "word": " of", "probability": 0.87451171875}, {"start": 1487.05, "end": 1487.19, "word": " the", "probability": 0.9169921875}, {"start": 1487.19, "end": 1487.47, "word": " first", "probability": 0.888671875}, {"start": 1487.47, "end": 1487.73, "word": " word.", "probability": 0.94482421875}, {"start": 1487.77, "end": 1487.89, "word": " So,", "probability": 0.95751953125}, {"start": 1487.97, "end": 1488.05, "word": " I", "probability": 0.9970703125}, {"start": 1488.05, "end": 1488.51, "word": " capitalize", "probability": 0.354736328125}, {"start": 1488.51, "end": 1489.01, "word": " the", "probability": 0.91552734375}, {"start": 1489.01, "end": 1489.31, "word": " beginning", "probability": 0.9052734375}, {"start": 1489.31, "end": 1489.49, "word": " of", "probability": 0.83935546875}, {"start": 1489.49, "end": 1489.89, "word": " sentences.", "probability": 0.94384765625}, {"start": 1490.37, "end": 1490.63, "word": " Anything", "probability": 0.8408203125}, {"start": 1490.63, "end": 1491.09, "word": " else?", "probability": 0.93017578125}, {"start": 1491.25, "end": 1491.45, "word": " Yes,", "probability": 0.91455078125}, {"start": 1491.45, "end": 1491.49, "word": " please.", "probability": 0.771484375}, {"start": 1492.19, "end": 1492.69, "word": " Names.", "probability": 0.949951171875}, {"start": 1493.05, "end": 1493.31, "word": " Okay,", "probability": 0.77392578125}, {"start": 1493.43, "end": 1493.71, "word": " proper", "probability": 0.8759765625}, {"start": 1493.71, "end": 1494.23, "word": " names.", "probability": 0.85595703125}, {"start": 1495.65, "end": 1496.23, "word": " Proper", "probability": 0.45068359375}, {"start": 1496.23, "end": 1496.61, "word": " nouns,", "probability": 0.95751953125}, {"start": 1496.71, "end": 1496.83, "word": " we", "probability": 0.955078125}, {"start": 1496.83, "end": 1497.45, "word": " capitalize", "probability": 0.82080078125}, {"start": 1497.45, "end": 1497.89, "word": " them.", "probability": 0.89013671875}, {"start": 1497.97, "end": 1498.19, "word": " Anything", "probability": 0.83349609375}, {"start": 1498.19, "end": 1498.57, "word": " else?", "probability": 0.93408203125}, {"start": 1498.71, "end": 1499.29, "word": " Yes,", "probability": 0.357421875}, {"start": 1499.33, "end": 1499.53, "word": " please.", "probability": 0.80517578125}], "temperature": 1.0}, {"id": 49, "seek": 152694, "start": 1501.24, "end": 1526.94, "text": " Famous places. Very nice. What else? The first word in a sentence. Very nice. And nationalities, religions, languages and so on. And abbreviations or acronyms. Very very nice. Alright. Let's just go over them and just to remind you if you forgot any of these rules on when I capitalize words. Alright?", "tokens": [7342, 563, 3190, 13, 4372, 1481, 13, 708, 1646, 30, 440, 700, 1349, 294, 257, 8174, 13, 4372, 1481, 13, 400, 4048, 1088, 11, 21212, 11, 8650, 293, 370, 322, 13, 400, 35839, 763, 420, 31713, 88, 2592, 13, 4372, 588, 1481, 13, 2798, 13, 961, 311, 445, 352, 670, 552, 293, 445, 281, 4160, 291, 498, 291, 5298, 604, 295, 613, 4474, 322, 562, 286, 48114, 2283, 13, 2798, 30], "avg_logprob": -0.2254774243467384, "compression_ratio": 1.5408163265306123, "no_speech_prob": 0.0, "words": [{"start": 1501.24, "end": 1501.76, "word": " Famous", "probability": 0.830322265625}, {"start": 1501.76, "end": 1502.28, "word": " places.", "probability": 0.84423828125}, {"start": 1502.46, "end": 1502.6, "word": " Very", "probability": 0.60400390625}, {"start": 1502.6, "end": 1503.04, "word": " nice.", "probability": 0.88134765625}, {"start": 1503.16, "end": 1503.34, "word": " What", "probability": 0.75634765625}, {"start": 1503.34, "end": 1503.5, "word": " else?", "probability": 0.93603515625}, {"start": 1503.7, "end": 1503.7, "word": " The", "probability": 0.74169921875}, {"start": 1503.7, "end": 1503.94, "word": " first", "probability": 0.89306640625}, {"start": 1503.94, "end": 1504.26, "word": " word", "probability": 0.94287109375}, {"start": 1504.26, "end": 1506.38, "word": " in", "probability": 0.83935546875}, {"start": 1506.38, "end": 1506.5, "word": " a", "probability": 0.85888671875}, {"start": 1506.5, "end": 1506.8, "word": " sentence.", "probability": 0.96875}, {"start": 1506.98, "end": 1507.08, "word": " Very", "probability": 0.71044921875}, {"start": 1507.08, "end": 1507.4, "word": " nice.", "probability": 0.89404296875}, {"start": 1507.74, "end": 1507.78, "word": " And", "probability": 0.85498046875}, {"start": 1507.78, "end": 1509.74, "word": " nationalities,", "probability": 0.802490234375}, {"start": 1509.9, "end": 1510.3, "word": " religions,", "probability": 0.90478515625}, {"start": 1510.72, "end": 1511.18, "word": " languages", "probability": 0.97216796875}, {"start": 1511.18, "end": 1511.6, "word": " and", "probability": 0.63525390625}, {"start": 1511.6, "end": 1511.82, "word": " so", "probability": 0.923828125}, {"start": 1511.82, "end": 1512.1, "word": " on.", "probability": 0.94921875}, {"start": 1512.64, "end": 1512.64, "word": " And", "probability": 0.76123046875}, {"start": 1512.64, "end": 1514.94, "word": " abbreviations", "probability": 0.8779296875}, {"start": 1514.94, "end": 1515.22, "word": " or", "probability": 0.86767578125}, {"start": 1515.22, "end": 1515.84, "word": " acronyms.", "probability": 0.95703125}, {"start": 1515.96, "end": 1516.2, "word": " Very", "probability": 0.81640625}, {"start": 1516.2, "end": 1516.5, "word": " very", "probability": 0.5205078125}, {"start": 1516.5, "end": 1516.74, "word": " nice.", "probability": 0.89453125}, {"start": 1516.88, "end": 1516.96, "word": " Alright.", "probability": 0.343505859375}, {"start": 1517.2, "end": 1517.42, "word": " Let's", "probability": 0.92578125}, {"start": 1517.42, "end": 1517.66, "word": " just", "probability": 0.90771484375}, {"start": 1517.66, "end": 1517.9, "word": " go", "probability": 0.966796875}, {"start": 1517.9, "end": 1518.14, "word": " over", "probability": 0.92724609375}, {"start": 1518.14, "end": 1518.48, "word": " them", "probability": 0.89208984375}, {"start": 1518.48, "end": 1519.04, "word": " and", "probability": 0.62744140625}, {"start": 1519.04, "end": 1519.28, "word": " just", "probability": 0.8798828125}, {"start": 1519.28, "end": 1519.38, "word": " to", "probability": 0.62353515625}, {"start": 1519.38, "end": 1519.7, "word": " remind", "probability": 0.9072265625}, {"start": 1519.7, "end": 1519.88, "word": " you", "probability": 0.95751953125}, {"start": 1519.88, "end": 1520.06, "word": " if", "probability": 0.859375}, {"start": 1520.06, "end": 1520.2, "word": " you", "probability": 0.96728515625}, {"start": 1520.2, "end": 1520.88, "word": " forgot", "probability": 0.89013671875}, {"start": 1520.88, "end": 1521.26, "word": " any", "probability": 0.88720703125}, {"start": 1521.26, "end": 1521.42, "word": " of", "probability": 0.96533203125}, {"start": 1521.42, "end": 1521.62, "word": " these", "probability": 0.8603515625}, {"start": 1521.62, "end": 1522.1, "word": " rules", "probability": 0.828125}, {"start": 1522.1, "end": 1522.88, "word": " on", "probability": 0.8173828125}, {"start": 1522.88, "end": 1523.46, "word": " when", "probability": 0.6328125}, {"start": 1523.46, "end": 1523.94, "word": " I", "probability": 0.95703125}, {"start": 1523.94, "end": 1524.66, "word": " capitalize", "probability": 0.75341796875}, {"start": 1524.66, "end": 1526.48, "word": " words.", "probability": 0.89306640625}, {"start": 1526.68, "end": 1526.94, "word": " Alright?", "probability": 0.86376953125}], "temperature": 1.0}, {"id": 50, "seek": 154573, "start": 1527.83, "end": 1545.73, "text": " Correctly. Alright, so it is the first word in a sentence, names of people, places, and things or specific things that we refer to, titles of books, of magazines, and so on, and days and months.", "tokens": [12753, 356, 13, 2798, 11, 370, 309, 307, 264, 700, 1349, 294, 257, 8174, 11, 5288, 295, 561, 11, 3190, 11, 293, 721, 420, 2685, 721, 300, 321, 2864, 281, 11, 12992, 295, 3642, 11, 295, 22975, 11, 293, 370, 322, 11, 293, 1708, 293, 2493, 13], "avg_logprob": -0.20670572823534408, "compression_ratio": 1.4338235294117647, "no_speech_prob": 1.3113021850585938e-06, "words": [{"start": 1527.83, "end": 1528.53, "word": " Correctly.", "probability": 0.6580810546875}, {"start": 1529.09, "end": 1529.37, "word": " Alright,", "probability": 0.51025390625}, {"start": 1529.55, "end": 1529.71, "word": " so", "probability": 0.89453125}, {"start": 1529.71, "end": 1529.95, "word": " it", "probability": 0.71044921875}, {"start": 1529.95, "end": 1530.07, "word": " is", "probability": 0.6767578125}, {"start": 1530.07, "end": 1530.25, "word": " the", "probability": 0.92138671875}, {"start": 1530.25, "end": 1530.57, "word": " first", "probability": 0.8896484375}, {"start": 1530.57, "end": 1531.03, "word": " word", "probability": 0.93115234375}, {"start": 1531.03, "end": 1531.35, "word": " in", "probability": 0.9169921875}, {"start": 1531.35, "end": 1531.49, "word": " a", "probability": 0.96240234375}, {"start": 1531.49, "end": 1531.95, "word": " sentence,", "probability": 0.94140625}, {"start": 1532.65, "end": 1533.01, "word": " names", "probability": 0.8935546875}, {"start": 1533.01, "end": 1533.25, "word": " of", "probability": 0.97021484375}, {"start": 1533.25, "end": 1533.67, "word": " people,", "probability": 0.9658203125}, {"start": 1534.11, "end": 1534.69, "word": " places,", "probability": 0.9296875}, {"start": 1534.97, "end": 1535.43, "word": " and", "probability": 0.87109375}, {"start": 1535.43, "end": 1536.27, "word": " things", "probability": 0.84375}, {"start": 1536.27, "end": 1536.49, "word": " or", "probability": 0.77490234375}, {"start": 1536.49, "end": 1537.03, "word": " specific", "probability": 0.9228515625}, {"start": 1537.03, "end": 1537.43, "word": " things", "probability": 0.857421875}, {"start": 1537.43, "end": 1537.57, "word": " that", "probability": 0.92333984375}, {"start": 1537.57, "end": 1537.73, "word": " we", "probability": 0.9619140625}, {"start": 1537.73, "end": 1538.03, "word": " refer", "probability": 0.88720703125}, {"start": 1538.03, "end": 1538.41, "word": " to,", "probability": 0.97802734375}, {"start": 1538.87, "end": 1539.33, "word": " titles", "probability": 0.91650390625}, {"start": 1539.33, "end": 1539.77, "word": " of", "probability": 0.955078125}, {"start": 1539.77, "end": 1540.15, "word": " books,", "probability": 0.89501953125}, {"start": 1540.43, "end": 1540.51, "word": " of", "probability": 0.81591796875}, {"start": 1540.51, "end": 1541.19, "word": " magazines,", "probability": 0.939453125}, {"start": 1541.57, "end": 1541.99, "word": " and", "probability": 0.52685546875}, {"start": 1541.99, "end": 1542.27, "word": " so", "probability": 0.95068359375}, {"start": 1542.27, "end": 1542.69, "word": " on,", "probability": 0.95068359375}, {"start": 1543.53, "end": 1544.23, "word": " and", "probability": 0.8837890625}, {"start": 1544.23, "end": 1544.71, "word": " days", "probability": 0.9091796875}, {"start": 1544.71, "end": 1545.25, "word": " and", "probability": 0.64111328125}, {"start": 1545.25, "end": 1545.73, "word": " months.", "probability": 0.78955078125}], "temperature": 1.0}, {"id": 51, "seek": 157484, "start": 1547.34, "end": 1574.84, "text": " Let's just have some examples to illustrate these ideas. So the easiest rule is whenever I start a sentence, I have to capitalize it, okay? This might be something negligible, something that some students forget, but always make sure that you capitalize the beginning of your sentences, okay? For example, he went for the store for men or wait or", "tokens": [961, 311, 445, 362, 512, 5110, 281, 23221, 613, 3487, 13, 407, 264, 12889, 4978, 307, 5699, 286, 722, 257, 8174, 11, 286, 362, 281, 48114, 309, 11, 1392, 30, 639, 1062, 312, 746, 32570, 964, 11, 746, 300, 512, 1731, 2870, 11, 457, 1009, 652, 988, 300, 291, 48114, 264, 2863, 295, 428, 16579, 11, 1392, 30, 1171, 1365, 11, 415, 1437, 337, 264, 3531, 337, 1706, 420, 1699, 420], "avg_logprob": -0.2612847226361434, "compression_ratio": 1.599078341013825, "no_speech_prob": 2.384185791015625e-07, "words": [{"start": 1547.3400000000001, "end": 1547.94, "word": " Let's", "probability": 0.499420166015625}, {"start": 1547.94, "end": 1548.16, "word": " just", "probability": 0.76123046875}, {"start": 1548.16, "end": 1548.38, "word": " have", "probability": 0.9326171875}, {"start": 1548.38, "end": 1548.58, "word": " some", "probability": 0.900390625}, {"start": 1548.58, "end": 1549.1, "word": " examples", "probability": 0.82470703125}, {"start": 1549.1, "end": 1549.36, "word": " to", "probability": 0.95166015625}, {"start": 1549.36, "end": 1549.8, "word": " illustrate", "probability": 0.93115234375}, {"start": 1549.8, "end": 1550.34, "word": " these", "probability": 0.79736328125}, {"start": 1550.34, "end": 1550.8, "word": " ideas.", "probability": 0.89501953125}, {"start": 1551.16, "end": 1551.26, "word": " So", "probability": 0.71875}, {"start": 1551.26, "end": 1551.44, "word": " the", "probability": 0.60693359375}, {"start": 1551.44, "end": 1551.8, "word": " easiest", "probability": 0.93408203125}, {"start": 1551.8, "end": 1552.28, "word": " rule", "probability": 0.888671875}, {"start": 1552.28, "end": 1552.68, "word": " is", "probability": 0.94384765625}, {"start": 1552.68, "end": 1553.82, "word": " whenever", "probability": 0.71923828125}, {"start": 1553.82, "end": 1554.14, "word": " I", "probability": 0.9716796875}, {"start": 1554.14, "end": 1554.4, "word": " start", "probability": 0.87451171875}, {"start": 1554.4, "end": 1554.56, "word": " a", "probability": 0.9228515625}, {"start": 1554.56, "end": 1554.88, "word": " sentence,", "probability": 0.9482421875}, {"start": 1555.06, "end": 1555.14, "word": " I", "probability": 0.994140625}, {"start": 1555.14, "end": 1555.4, "word": " have", "probability": 0.94140625}, {"start": 1555.4, "end": 1555.58, "word": " to", "probability": 0.96923828125}, {"start": 1555.58, "end": 1556.0, "word": " capitalize", "probability": 0.85400390625}, {"start": 1556.0, "end": 1556.48, "word": " it,", "probability": 0.9375}, {"start": 1556.66, "end": 1556.78, "word": " okay?", "probability": 0.83642578125}, {"start": 1557.02, "end": 1557.26, "word": " This", "probability": 0.845703125}, {"start": 1557.26, "end": 1557.54, "word": " might", "probability": 0.87158203125}, {"start": 1557.54, "end": 1557.76, "word": " be", "probability": 0.9501953125}, {"start": 1557.76, "end": 1558.3, "word": " something", "probability": 0.8134765625}, {"start": 1558.3, "end": 1559.52, "word": " negligible,", "probability": 0.907470703125}, {"start": 1559.64, "end": 1559.86, "word": " something", "probability": 0.85791015625}, {"start": 1559.86, "end": 1560.18, "word": " that", "probability": 0.93798828125}, {"start": 1560.18, "end": 1560.48, "word": " some", "probability": 0.83447265625}, {"start": 1560.48, "end": 1561.9, "word": " students", "probability": 0.80859375}, {"start": 1561.9, "end": 1562.5, "word": " forget,", "probability": 0.91259765625}, {"start": 1562.66, "end": 1562.72, "word": " but", "probability": 0.9130859375}, {"start": 1562.72, "end": 1563.16, "word": " always", "probability": 0.880859375}, {"start": 1563.16, "end": 1563.44, "word": " make", "probability": 0.9365234375}, {"start": 1563.44, "end": 1563.64, "word": " sure", "probability": 0.9072265625}, {"start": 1563.64, "end": 1563.9, "word": " that", "probability": 0.93212890625}, {"start": 1563.9, "end": 1564.12, "word": " you", "probability": 0.966796875}, {"start": 1564.12, "end": 1564.7, "word": " capitalize", "probability": 0.904296875}, {"start": 1564.7, "end": 1565.52, "word": " the", "probability": 0.51904296875}, {"start": 1565.52, "end": 1566.56, "word": " beginning", "probability": 0.90185546875}, {"start": 1566.56, "end": 1566.78, "word": " of", "probability": 0.9677734375}, {"start": 1566.78, "end": 1566.92, "word": " your", "probability": 0.88671875}, {"start": 1566.92, "end": 1567.44, "word": " sentences,", "probability": 0.89306640625}, {"start": 1567.6, "end": 1567.92, "word": " okay?", "probability": 0.9091796875}, {"start": 1568.22, "end": 1568.38, "word": " For", "probability": 0.95556640625}, {"start": 1568.38, "end": 1568.78, "word": " example,", "probability": 0.974609375}, {"start": 1569.2, "end": 1569.48, "word": " he", "probability": 0.62255859375}, {"start": 1569.48, "end": 1570.12, "word": " went", "probability": 0.86572265625}, {"start": 1570.12, "end": 1570.5, "word": " for", "probability": 0.80078125}, {"start": 1570.5, "end": 1571.92, "word": " the", "probability": 0.43359375}, {"start": 1571.92, "end": 1572.2, "word": " store", "probability": 0.93701171875}, {"start": 1572.2, "end": 1572.42, "word": " for", "probability": 0.87109375}, {"start": 1572.42, "end": 1572.64, "word": " men", "probability": 0.44189453125}, {"start": 1572.64, "end": 1573.08, "word": " or", "probability": 0.5380859375}, {"start": 1573.08, "end": 1574.06, "word": " wait", "probability": 0.5}, {"start": 1574.06, "end": 1574.84, "word": " or", "probability": 0.491943359375}], "temperature": 1.0}, {"id": 52, "seek": 159287, "start": 1575.13, "end": 1592.87, "text": " There is the book U plus O. Capitalize the first, the beginning of the sentence with a capital letter. Alright? Another example is capitalize proper nouns. Okay? For example, Georgia, Washington for example or also the names of specific places.", "tokens": [821, 307, 264, 1446, 624, 1804, 422, 13, 21502, 1125, 264, 700, 11, 264, 2863, 295, 264, 8174, 365, 257, 4238, 5063, 13, 2798, 30, 3996, 1365, 307, 48114, 2296, 48184, 13, 1033, 30, 1171, 1365, 11, 11859, 11, 6149, 337, 1365, 420, 611, 264, 5288, 295, 2685, 3190, 13], "avg_logprob": -0.2536764624072056, "compression_ratio": 1.4759036144578312, "no_speech_prob": 0.0, "words": [{"start": 1575.13, "end": 1575.49, "word": " There", "probability": 0.437744140625}, {"start": 1575.49, "end": 1575.77, "word": " is", "probability": 0.88525390625}, {"start": 1575.77, "end": 1575.93, "word": " the", "probability": 0.8193359375}, {"start": 1575.93, "end": 1576.21, "word": " book", "probability": 0.8818359375}, {"start": 1576.21, "end": 1576.49, "word": " U", "probability": 0.2354736328125}, {"start": 1576.49, "end": 1576.83, "word": " plus", "probability": 0.529296875}, {"start": 1576.83, "end": 1577.03, "word": " O.", "probability": 0.48876953125}, {"start": 1577.33, "end": 1577.97, "word": " Capitalize", "probability": 0.943603515625}, {"start": 1577.97, "end": 1578.35, "word": " the", "probability": 0.873046875}, {"start": 1578.35, "end": 1578.85, "word": " first,", "probability": 0.8515625}, {"start": 1579.21, "end": 1579.43, "word": " the", "probability": 0.9091796875}, {"start": 1579.43, "end": 1579.75, "word": " beginning", "probability": 0.8955078125}, {"start": 1579.75, "end": 1579.93, "word": " of", "probability": 0.9541015625}, {"start": 1579.93, "end": 1580.07, "word": " the", "probability": 0.8798828125}, {"start": 1580.07, "end": 1580.43, "word": " sentence", "probability": 0.94482421875}, {"start": 1580.43, "end": 1580.63, "word": " with", "probability": 0.89013671875}, {"start": 1580.63, "end": 1580.75, "word": " a", "probability": 0.76611328125}, {"start": 1580.75, "end": 1581.03, "word": " capital", "probability": 0.9462890625}, {"start": 1581.03, "end": 1581.41, "word": " letter.", "probability": 0.96142578125}, {"start": 1581.99, "end": 1582.01, "word": " Alright?", "probability": 0.6650390625}, {"start": 1582.51, "end": 1582.83, "word": " Another", "probability": 0.88330078125}, {"start": 1582.83, "end": 1583.29, "word": " example", "probability": 0.97412109375}, {"start": 1583.29, "end": 1583.61, "word": " is", "probability": 0.9462890625}, {"start": 1583.61, "end": 1584.09, "word": " capitalize", "probability": 0.63232421875}, {"start": 1584.09, "end": 1584.93, "word": " proper", "probability": 0.7958984375}, {"start": 1584.93, "end": 1586.27, "word": " nouns.", "probability": 0.93017578125}, {"start": 1586.65, "end": 1586.79, "word": " Okay?", "probability": 0.49267578125}, {"start": 1586.89, "end": 1586.97, "word": " For", "probability": 0.94482421875}, {"start": 1586.97, "end": 1587.27, "word": " example,", "probability": 0.9755859375}, {"start": 1587.41, "end": 1587.79, "word": " Georgia,", "probability": 0.84814453125}, {"start": 1588.45, "end": 1588.87, "word": " Washington", "probability": 0.865234375}, {"start": 1588.87, "end": 1589.15, "word": " for", "probability": 0.68798828125}, {"start": 1589.15, "end": 1589.61, "word": " example", "probability": 0.97705078125}, {"start": 1589.61, "end": 1590.15, "word": " or", "probability": 0.4375}, {"start": 1590.15, "end": 1590.79, "word": " also", "probability": 0.84033203125}, {"start": 1590.79, "end": 1591.01, "word": " the", "probability": 0.8916015625}, {"start": 1591.01, "end": 1591.29, "word": " names", "probability": 0.828125}, {"start": 1591.29, "end": 1591.47, "word": " of", "probability": 0.96337890625}, {"start": 1591.47, "end": 1592.15, "word": " specific", "probability": 0.8818359375}, {"start": 1592.15, "end": 1592.87, "word": " places.", "probability": 0.91748046875}], "temperature": 1.0}, {"id": 53, "seek": 161954, "start": 1593.64, "end": 1619.54, "text": " or specific things. For example, New York State, Gaza City, Disneyland, Winter Olympics are all capitalized because they are either specific places or specific things. Also capitalized titles of books, of magazines, of articles, of movies and so on. For example,", "tokens": [420, 2685, 721, 13, 1171, 1365, 11, 1873, 3609, 4533, 11, 37800, 4392, 11, 34797, 11, 16444, 19854, 366, 439, 4238, 1602, 570, 436, 366, 2139, 2685, 3190, 420, 2685, 721, 13, 2743, 4238, 1602, 12992, 295, 3642, 11, 295, 22975, 11, 295, 11290, 11, 295, 6233, 293, 370, 322, 13, 1171, 1365, 11], "avg_logprob": -0.19119318398562343, "compression_ratio": 1.5562130177514792, "no_speech_prob": 0.0, "words": [{"start": 1593.64, "end": 1593.98, "word": " or", "probability": 0.28173828125}, {"start": 1593.98, "end": 1594.56, "word": " specific", "probability": 0.9072265625}, {"start": 1594.56, "end": 1595.92, "word": " things.", "probability": 0.85986328125}, {"start": 1596.06, "end": 1596.2, "word": " For", "probability": 0.93212890625}, {"start": 1596.2, "end": 1596.58, "word": " example,", "probability": 0.974609375}, {"start": 1596.68, "end": 1596.94, "word": " New", "probability": 0.802734375}, {"start": 1596.94, "end": 1597.34, "word": " York", "probability": 0.962890625}, {"start": 1597.34, "end": 1598.32, "word": " State,", "probability": 0.291259765625}, {"start": 1598.62, "end": 1599.18, "word": " Gaza", "probability": 0.7265625}, {"start": 1599.18, "end": 1600.12, "word": " City,", "probability": 0.86279296875}, {"start": 1600.56, "end": 1601.52, "word": " Disneyland,", "probability": 0.74560546875}, {"start": 1601.9, "end": 1602.28, "word": " Winter", "probability": 0.82275390625}, {"start": 1602.28, "end": 1603.62, "word": " Olympics", "probability": 0.560546875}, {"start": 1603.62, "end": 1604.04, "word": " are", "probability": 0.57177734375}, {"start": 1604.04, "end": 1604.4, "word": " all", "probability": 0.939453125}, {"start": 1604.4, "end": 1605.0, "word": " capitalized", "probability": 0.93115234375}, {"start": 1605.0, "end": 1605.28, "word": " because", "probability": 0.89306640625}, {"start": 1605.28, "end": 1605.52, "word": " they", "probability": 0.90576171875}, {"start": 1605.52, "end": 1605.66, "word": " are", "probability": 0.87890625}, {"start": 1605.66, "end": 1605.98, "word": " either", "probability": 0.892578125}, {"start": 1605.98, "end": 1606.78, "word": " specific", "probability": 0.89990234375}, {"start": 1606.78, "end": 1607.32, "word": " places", "probability": 0.9091796875}, {"start": 1607.32, "end": 1607.58, "word": " or", "probability": 0.96337890625}, {"start": 1607.58, "end": 1608.2, "word": " specific", "probability": 0.888671875}, {"start": 1608.2, "end": 1609.38, "word": " things.", "probability": 0.85986328125}, {"start": 1610.24, "end": 1611.1, "word": " Also", "probability": 0.85400390625}, {"start": 1611.1, "end": 1611.98, "word": " capitalized", "probability": 0.77294921875}, {"start": 1611.98, "end": 1612.68, "word": " titles", "probability": 0.91259765625}, {"start": 1612.68, "end": 1613.02, "word": " of", "probability": 0.95703125}, {"start": 1613.02, "end": 1613.42, "word": " books,", "probability": 0.91064453125}, {"start": 1614.2, "end": 1614.3, "word": " of", "probability": 0.8974609375}, {"start": 1614.3, "end": 1614.92, "word": " magazines,", "probability": 0.9365234375}, {"start": 1615.5, "end": 1615.62, "word": " of", "probability": 0.966796875}, {"start": 1615.62, "end": 1616.38, "word": " articles,", "probability": 0.919921875}, {"start": 1616.9, "end": 1617.1, "word": " of", "probability": 0.95556640625}, {"start": 1617.1, "end": 1617.66, "word": " movies", "probability": 0.9169921875}, {"start": 1617.66, "end": 1618.24, "word": " and", "probability": 0.79541015625}, {"start": 1618.24, "end": 1618.7, "word": " so", "probability": 0.87255859375}, {"start": 1618.7, "end": 1618.88, "word": " on.", "probability": 0.94921875}, {"start": 1618.94, "end": 1619.1, "word": " For", "probability": 0.95947265625}, {"start": 1619.1, "end": 1619.54, "word": " example,", "probability": 0.97265625}], "temperature": 1.0}, {"id": 54, "seek": 163676, "start": 1621.26, "end": 1636.76, "text": " Goodnight too. Notice that we capitalize the two words, okay? Or finding Nemo. Or local team goes to save finals. Notice here the last one, the last title or headline. Why did I not capitalize too?", "tokens": [45889, 886, 13, 13428, 300, 321, 48114, 264, 732, 2283, 11, 1392, 30, 1610, 5006, 22210, 78, 13, 1610, 2654, 1469, 1709, 281, 3155, 25526, 13, 13428, 510, 264, 1036, 472, 11, 264, 1036, 4876, 420, 28380, 13, 1545, 630, 286, 406, 48114, 886, 30], "avg_logprob": -0.2527173835298289, "compression_ratio": 1.4244604316546763, "no_speech_prob": 5.960464477539063e-08, "words": [{"start": 1621.26, "end": 1621.78, "word": " Goodnight", "probability": 0.251708984375}, {"start": 1621.78, "end": 1622.26, "word": " too.", "probability": 0.658203125}, {"start": 1622.42, "end": 1622.64, "word": " Notice", "probability": 0.9208984375}, {"start": 1622.64, "end": 1622.9, "word": " that", "probability": 0.9208984375}, {"start": 1622.9, "end": 1623.18, "word": " we", "probability": 0.95849609375}, {"start": 1623.18, "end": 1623.82, "word": " capitalize", "probability": 0.70947265625}, {"start": 1623.82, "end": 1624.58, "word": " the", "probability": 0.8681640625}, {"start": 1624.58, "end": 1624.82, "word": " two", "probability": 0.88427734375}, {"start": 1624.82, "end": 1625.18, "word": " words,", "probability": 0.88330078125}, {"start": 1625.4, "end": 1625.54, "word": " okay?", "probability": 0.5634765625}, {"start": 1625.74, "end": 1626.0, "word": " Or", "probability": 0.87646484375}, {"start": 1626.0, "end": 1626.54, "word": " finding", "probability": 0.67529296875}, {"start": 1626.54, "end": 1627.04, "word": " Nemo.", "probability": 0.921875}, {"start": 1627.42, "end": 1627.62, "word": " Or", "probability": 0.67041015625}, {"start": 1627.62, "end": 1628.16, "word": " local", "probability": 0.77783203125}, {"start": 1628.16, "end": 1628.58, "word": " team", "probability": 0.802734375}, {"start": 1628.58, "end": 1629.02, "word": " goes", "probability": 0.93408203125}, {"start": 1629.02, "end": 1629.52, "word": " to", "probability": 0.96728515625}, {"start": 1629.52, "end": 1630.22, "word": " save", "probability": 0.68798828125}, {"start": 1630.22, "end": 1630.9, "word": " finals.", "probability": 0.35009765625}, {"start": 1631.4, "end": 1631.72, "word": " Notice", "probability": 0.8125}, {"start": 1631.72, "end": 1631.92, "word": " here", "probability": 0.837890625}, {"start": 1631.92, "end": 1632.06, "word": " the", "probability": 0.79345703125}, {"start": 1632.06, "end": 1632.3, "word": " last", "probability": 0.88623046875}, {"start": 1632.3, "end": 1632.52, "word": " one,", "probability": 0.91943359375}, {"start": 1632.62, "end": 1632.72, "word": " the", "probability": 0.9091796875}, {"start": 1632.72, "end": 1632.94, "word": " last", "probability": 0.876953125}, {"start": 1632.94, "end": 1633.36, "word": " title", "probability": 0.951171875}, {"start": 1633.36, "end": 1633.82, "word": " or", "probability": 0.81103515625}, {"start": 1633.82, "end": 1634.34, "word": " headline.", "probability": 0.9609375}, {"start": 1634.78, "end": 1634.96, "word": " Why", "probability": 0.7861328125}, {"start": 1634.96, "end": 1635.12, "word": " did", "probability": 0.95751953125}, {"start": 1635.12, "end": 1635.36, "word": " I", "probability": 0.9951171875}, {"start": 1635.36, "end": 1635.76, "word": " not", "probability": 0.93701171875}, {"start": 1635.76, "end": 1636.32, "word": " capitalize", "probability": 0.90869140625}, {"start": 1636.32, "end": 1636.76, "word": " too?", "probability": 0.8564453125}], "temperature": 1.0}, {"id": 55, "seek": 166315, "start": 1637.87, "end": 1663.15, "text": " Because it's a preposition and also it's a preposition that is less than, fewer than four letters. So any preposition that is fewer than three, four letters, then we don't capitalize. So a word like N is not capitalized in titles. A word like at is not capitalized in titles because it is less than three or four letters. All right? Okay?", "tokens": [1436, 309, 311, 257, 2666, 5830, 293, 611, 309, 311, 257, 2666, 5830, 300, 307, 1570, 813, 11, 13366, 813, 1451, 7825, 13, 407, 604, 2666, 5830, 300, 307, 13366, 813, 1045, 11, 1451, 7825, 11, 550, 321, 500, 380, 4238, 72, 1381, 13, 407, 257, 1349, 411, 426, 307, 406, 4238, 1602, 294, 12992, 13, 316, 1349, 411, 412, 307, 406, 4238, 1602, 294, 12992, 570, 309, 307, 1570, 813, 1045, 420, 1451, 7825, 13, 1057, 558, 30, 1033, 30], "avg_logprob": -0.22713414343391977, "compression_ratio": 2.029940119760479, "no_speech_prob": 1.7881393432617188e-07, "words": [{"start": 1637.87, "end": 1638.51, "word": " Because", "probability": 0.300048828125}, {"start": 1638.51, "end": 1638.97, "word": " it's", "probability": 0.890869140625}, {"start": 1638.97, "end": 1639.11, "word": " a", "probability": 0.7568359375}, {"start": 1639.11, "end": 1639.75, "word": " preposition", "probability": 0.977294921875}, {"start": 1639.75, "end": 1640.41, "word": " and", "probability": 0.68115234375}, {"start": 1640.41, "end": 1640.71, "word": " also", "probability": 0.77783203125}, {"start": 1640.71, "end": 1640.91, "word": " it's", "probability": 0.933837890625}, {"start": 1640.91, "end": 1641.03, "word": " a", "probability": 0.98974609375}, {"start": 1641.03, "end": 1641.51, "word": " preposition", "probability": 0.979736328125}, {"start": 1641.51, "end": 1641.83, "word": " that", "probability": 0.92529296875}, {"start": 1641.83, "end": 1642.01, "word": " is", "probability": 0.9052734375}, {"start": 1642.01, "end": 1642.33, "word": " less", "probability": 0.896484375}, {"start": 1642.33, "end": 1642.83, "word": " than,", "probability": 0.9375}, {"start": 1643.17, "end": 1643.29, "word": " fewer", "probability": 0.849609375}, {"start": 1643.29, "end": 1643.65, "word": " than", "probability": 0.94580078125}, {"start": 1643.65, "end": 1643.97, "word": " four", "probability": 0.7021484375}, {"start": 1643.97, "end": 1644.43, "word": " letters.", "probability": 0.8681640625}, {"start": 1644.63, "end": 1645.19, "word": " So", "probability": 0.90966796875}, {"start": 1645.19, "end": 1645.39, "word": " any", "probability": 0.7294921875}, {"start": 1645.39, "end": 1645.89, "word": " preposition", "probability": 0.94677734375}, {"start": 1645.89, "end": 1646.23, "word": " that", "probability": 0.93359375}, {"start": 1646.23, "end": 1646.43, "word": " is", "probability": 0.92431640625}, {"start": 1646.43, "end": 1647.09, "word": " fewer", "probability": 0.8759765625}, {"start": 1647.09, "end": 1647.39, "word": " than", "probability": 0.94287109375}, {"start": 1647.39, "end": 1647.73, "word": " three,", "probability": 0.6962890625}, {"start": 1647.95, "end": 1648.27, "word": " four", "probability": 0.873046875}, {"start": 1648.27, "end": 1648.69, "word": " letters,", "probability": 0.86474609375}, {"start": 1648.87, "end": 1649.01, "word": " then", "probability": 0.837890625}, {"start": 1649.01, "end": 1649.31, "word": " we", "probability": 0.95166015625}, {"start": 1649.31, "end": 1649.83, "word": " don't", "probability": 0.9794921875}, {"start": 1649.83, "end": 1650.85, "word": " capitalize.", "probability": 0.6726888020833334}, {"start": 1650.89, "end": 1651.05, "word": " So", "probability": 0.81494140625}, {"start": 1651.05, "end": 1651.31, "word": " a", "probability": 0.63916015625}, {"start": 1651.31, "end": 1651.37, "word": " word", "probability": 0.921875}, {"start": 1651.37, "end": 1651.67, "word": " like", "probability": 0.93505859375}, {"start": 1651.67, "end": 1651.95, "word": " N", "probability": 0.31982421875}, {"start": 1651.95, "end": 1652.15, "word": " is", "probability": 0.93896484375}, {"start": 1652.15, "end": 1652.41, "word": " not", "probability": 0.95166015625}, {"start": 1652.41, "end": 1653.19, "word": " capitalized", "probability": 0.948974609375}, {"start": 1653.19, "end": 1653.45, "word": " in", "probability": 0.9365234375}, {"start": 1653.45, "end": 1653.93, "word": " titles.", "probability": 0.8984375}, {"start": 1654.09, "end": 1654.19, "word": " A", "probability": 0.943359375}, {"start": 1654.19, "end": 1654.45, "word": " word", "probability": 0.92236328125}, {"start": 1654.45, "end": 1654.91, "word": " like", "probability": 0.9248046875}, {"start": 1654.91, "end": 1655.23, "word": " at", "probability": 0.495361328125}, {"start": 1655.23, "end": 1655.55, "word": " is", "probability": 0.916015625}, {"start": 1655.55, "end": 1655.79, "word": " not", "probability": 0.94970703125}, {"start": 1655.79, "end": 1656.55, "word": " capitalized", "probability": 0.9580078125}, {"start": 1656.55, "end": 1656.91, "word": " in", "probability": 0.9453125}, {"start": 1656.91, "end": 1658.39, "word": " titles", "probability": 0.8388671875}, {"start": 1658.39, "end": 1658.79, "word": " because", "probability": 0.802734375}, {"start": 1658.79, "end": 1659.01, "word": " it", "probability": 0.880859375}, {"start": 1659.01, "end": 1659.17, "word": " is", "probability": 0.8896484375}, {"start": 1659.17, "end": 1659.41, "word": " less", "probability": 0.9423828125}, {"start": 1659.41, "end": 1659.73, "word": " than", "probability": 0.94775390625}, {"start": 1659.73, "end": 1660.41, "word": " three", "probability": 0.92578125}, {"start": 1660.41, "end": 1660.73, "word": " or", "probability": 0.95849609375}, {"start": 1660.73, "end": 1661.09, "word": " four", "probability": 0.94287109375}, {"start": 1661.09, "end": 1661.75, "word": " letters.", "probability": 0.87255859375}, {"start": 1661.91, "end": 1662.01, "word": " All", "probability": 0.458251953125}, {"start": 1662.01, "end": 1662.25, "word": " right?", "probability": 0.90966796875}, {"start": 1662.81, "end": 1663.15, "word": " Okay?", "probability": 0.8212890625}], "temperature": 1.0}, {"id": 56, "seek": 167593, "start": 1664.73, "end": 1675.93, "text": "Let's say Alice adventures in Wonderland. Notice that the N here is not capitalized in this sentence because it's fewer than four.", "tokens": [8373, 311, 584, 16004, 20905, 294, 13224, 1661, 13, 13428, 300, 264, 426, 510, 307, 406, 4238, 1602, 294, 341, 8174, 570, 309, 311, 13366, 813, 1451, 13], "avg_logprob": -0.2124191872004805, "compression_ratio": 1.1926605504587156, "no_speech_prob": 0.0, "words": [{"start": 1664.73, "end": 1665.09, "word": "Let's", "probability": 0.789306640625}, {"start": 1665.09, "end": 1665.29, "word": " say", "probability": 0.408447265625}, {"start": 1665.29, "end": 1665.91, "word": " Alice", "probability": 0.79833984375}, {"start": 1665.91, "end": 1666.81, "word": " adventures", "probability": 0.671875}, {"start": 1666.81, "end": 1667.31, "word": " in", "probability": 0.951171875}, {"start": 1667.31, "end": 1668.73, "word": " Wonderland.", "probability": 0.756591796875}, {"start": 1668.83, "end": 1669.39, "word": " Notice", "probability": 0.88134765625}, {"start": 1669.39, "end": 1669.67, "word": " that", "probability": 0.7314453125}, {"start": 1669.67, "end": 1669.83, "word": " the", "probability": 0.81689453125}, {"start": 1669.83, "end": 1669.99, "word": " N", "probability": 0.7041015625}, {"start": 1669.99, "end": 1670.23, "word": " here", "probability": 0.81591796875}, {"start": 1670.23, "end": 1670.45, "word": " is", "probability": 0.93505859375}, {"start": 1670.45, "end": 1670.79, "word": " not", "probability": 0.951171875}, {"start": 1670.79, "end": 1672.31, "word": " capitalized", "probability": 0.943603515625}, {"start": 1672.31, "end": 1672.49, "word": " in", "probability": 0.845703125}, {"start": 1672.49, "end": 1672.85, "word": " this", "probability": 0.9462890625}, {"start": 1672.85, "end": 1673.65, "word": " sentence", "probability": 0.78369140625}, {"start": 1673.65, "end": 1674.09, "word": " because", "probability": 0.84033203125}, {"start": 1674.09, "end": 1674.51, "word": " it's", "probability": 0.957763671875}, {"start": 1674.51, "end": 1674.87, "word": " fewer", "probability": 0.873046875}, {"start": 1674.87, "end": 1675.35, "word": " than", "probability": 0.93994140625}, {"start": 1675.35, "end": 1675.93, "word": " four.", "probability": 0.658203125}], "temperature": 1.0}, {"id": 57, "seek": 170758, "start": 1680.04, "end": 1707.58, "text": " All right, and finally, we capitalize days and months. For example, Monday, Tuesday, Wednesday, Thursday, and so on. And of course, months, July, August, September, February are all also capitalized, all right? But not seasons, not the four seasons that we know. Winter, spring, autumn, and summer are not capitalized unless they are part of", "tokens": [1057, 558, 11, 293, 2721, 11, 321, 48114, 1708, 293, 2493, 13, 1171, 1365, 11, 8138, 11, 10017, 11, 10579, 11, 10383, 11, 293, 370, 322, 13, 400, 295, 1164, 11, 2493, 11, 7370, 11, 6897, 11, 7216, 11, 8711, 366, 439, 611, 4238, 1602, 11, 439, 558, 30, 583, 406, 15050, 11, 406, 264, 1451, 15050, 300, 321, 458, 13, 16444, 11, 5587, 11, 24604, 11, 293, 4266, 366, 406, 4238, 1602, 5969, 436, 366, 644, 295], "avg_logprob": -0.17889636641816248, "compression_ratio": 1.576036866359447, "no_speech_prob": 1.1920928955078125e-07, "words": [{"start": 1680.04, "end": 1680.3, "word": " All", "probability": 0.3681640625}, {"start": 1680.3, "end": 1680.52, "word": " right,", "probability": 0.91357421875}, {"start": 1680.72, "end": 1681.12, "word": " and", "probability": 0.9306640625}, {"start": 1681.12, "end": 1681.58, "word": " finally,", "probability": 0.8583984375}, {"start": 1681.78, "end": 1681.94, "word": " we", "probability": 0.96435546875}, {"start": 1681.94, "end": 1682.34, "word": " capitalize", "probability": 0.82177734375}, {"start": 1682.34, "end": 1683.0, "word": " days", "probability": 0.9453125}, {"start": 1683.0, "end": 1683.66, "word": " and", "probability": 0.93798828125}, {"start": 1683.66, "end": 1684.72, "word": " months.", "probability": 0.806640625}, {"start": 1684.78, "end": 1684.96, "word": " For", "probability": 0.9423828125}, {"start": 1684.96, "end": 1685.32, "word": " example,", "probability": 0.97119140625}, {"start": 1685.52, "end": 1685.8, "word": " Monday,", "probability": 0.8447265625}, {"start": 1686.1, "end": 1686.42, "word": " Tuesday,", "probability": 0.88720703125}, {"start": 1686.68, "end": 1686.92, "word": " Wednesday,", "probability": 0.9609375}, {"start": 1687.16, "end": 1687.48, "word": " Thursday,", "probability": 0.93408203125}, {"start": 1687.62, "end": 1687.72, "word": " and", "probability": 0.94091796875}, {"start": 1687.72, "end": 1687.9, "word": " so", "probability": 0.95849609375}, {"start": 1687.9, "end": 1688.1, "word": " on.", "probability": 0.94775390625}, {"start": 1688.42, "end": 1688.78, "word": " And", "probability": 0.9404296875}, {"start": 1688.78, "end": 1689.04, "word": " of", "probability": 0.787109375}, {"start": 1689.04, "end": 1689.3, "word": " course,", "probability": 0.9560546875}, {"start": 1689.4, "end": 1689.6, "word": " months,", "probability": 0.70703125}, {"start": 1689.7, "end": 1690.12, "word": " July,", "probability": 0.857421875}, {"start": 1691.48, "end": 1691.86, "word": " August,", "probability": 0.884765625}, {"start": 1692.06, "end": 1692.42, "word": " September,", "probability": 0.8818359375}, {"start": 1692.6, "end": 1692.98, "word": " February", "probability": 0.759765625}, {"start": 1692.98, "end": 1693.3, "word": " are", "probability": 0.560546875}, {"start": 1693.3, "end": 1693.54, "word": " all", "probability": 0.7578125}, {"start": 1693.54, "end": 1694.0, "word": " also", "probability": 0.8935546875}, {"start": 1694.0, "end": 1695.44, "word": " capitalized,", "probability": 0.870361328125}, {"start": 1695.48, "end": 1695.62, "word": " all", "probability": 0.908203125}, {"start": 1695.62, "end": 1695.78, "word": " right?", "probability": 0.9150390625}, {"start": 1695.94, "end": 1696.3, "word": " But", "probability": 0.95849609375}, {"start": 1696.3, "end": 1696.92, "word": " not", "probability": 0.9150390625}, {"start": 1696.92, "end": 1697.78, "word": " seasons,", "probability": 0.82763671875}, {"start": 1698.1, "end": 1698.28, "word": " not", "probability": 0.91064453125}, {"start": 1698.28, "end": 1698.48, "word": " the", "probability": 0.92919921875}, {"start": 1698.48, "end": 1698.64, "word": " four", "probability": 0.876953125}, {"start": 1698.64, "end": 1698.92, "word": " seasons", "probability": 0.8779296875}, {"start": 1698.92, "end": 1699.12, "word": " that", "probability": 0.93017578125}, {"start": 1699.12, "end": 1699.26, "word": " we", "probability": 0.96484375}, {"start": 1699.26, "end": 1699.46, "word": " know.", "probability": 0.88427734375}, {"start": 1699.6, "end": 1699.82, "word": " Winter,", "probability": 0.8818359375}, {"start": 1700.06, "end": 1700.36, "word": " spring,", "probability": 0.8115234375}, {"start": 1701.36, "end": 1701.7, "word": " autumn,", "probability": 0.9580078125}, {"start": 1701.82, "end": 1702.28, "word": " and", "probability": 0.93994140625}, {"start": 1702.28, "end": 1703.24, "word": " summer", "probability": 0.96923828125}, {"start": 1703.24, "end": 1703.52, "word": " are", "probability": 0.79150390625}, {"start": 1703.52, "end": 1703.78, "word": " not", "probability": 0.93701171875}, {"start": 1703.78, "end": 1704.46, "word": " capitalized", "probability": 0.96630859375}, {"start": 1704.46, "end": 1704.94, "word": " unless", "probability": 0.6015625}, {"start": 1704.94, "end": 1705.24, "word": " they", "probability": 0.88818359375}, {"start": 1705.24, "end": 1705.78, "word": " are", "probability": 0.94140625}, {"start": 1705.78, "end": 1707.14, "word": " part", "probability": 0.90771484375}, {"start": 1707.14, "end": 1707.58, "word": " of", "probability": 0.95947265625}], "temperature": 1.0}, {"id": 58, "seek": 172798, "start": 1708.56, "end": 1727.98, "text": " name. For example, the Fula festival, the autumn festival. It's part of the name so it is in this case capitalized, alright? Or when they begin of course the sentence it is also another case of capitalizing seasons. Is this clear? Yes. Alright.", "tokens": [1315, 13, 1171, 1365, 11, 264, 479, 3780, 12091, 11, 264, 24604, 12091, 13, 467, 311, 644, 295, 264, 1315, 370, 309, 307, 294, 341, 1389, 4238, 1602, 11, 5845, 30, 1610, 562, 436, 1841, 295, 1164, 264, 8174, 309, 307, 611, 1071, 1389, 295, 4238, 3319, 15050, 13, 1119, 341, 1850, 30, 1079, 13, 2798, 13], "avg_logprob": -0.22737068631525698, "compression_ratio": 1.4939024390243902, "no_speech_prob": 5.960464477539062e-07, "words": [{"start": 1708.56, "end": 1708.84, "word": " name.", "probability": 0.4462890625}, {"start": 1708.94, "end": 1709.06, "word": " For", "probability": 0.93798828125}, {"start": 1709.06, "end": 1709.54, "word": " example,", "probability": 0.974609375}, {"start": 1709.98, "end": 1710.18, "word": " the", "probability": 0.884765625}, {"start": 1710.18, "end": 1710.72, "word": " Fula", "probability": 0.344482421875}, {"start": 1710.72, "end": 1711.56, "word": " festival,", "probability": 0.74951171875}, {"start": 1711.72, "end": 1711.84, "word": " the", "probability": 0.888671875}, {"start": 1711.84, "end": 1712.26, "word": " autumn", "probability": 0.7275390625}, {"start": 1712.26, "end": 1713.28, "word": " festival.", "probability": 0.9287109375}, {"start": 1713.4, "end": 1713.6, "word": " It's", "probability": 0.94921875}, {"start": 1713.6, "end": 1713.9, "word": " part", "probability": 0.90478515625}, {"start": 1713.9, "end": 1714.06, "word": " of", "probability": 0.9736328125}, {"start": 1714.06, "end": 1714.16, "word": " the", "probability": 0.921875}, {"start": 1714.16, "end": 1714.42, "word": " name", "probability": 0.89404296875}, {"start": 1714.42, "end": 1714.8, "word": " so", "probability": 0.5654296875}, {"start": 1714.8, "end": 1715.12, "word": " it", "probability": 0.916015625}, {"start": 1715.12, "end": 1715.36, "word": " is", "probability": 0.91943359375}, {"start": 1715.36, "end": 1715.56, "word": " in", "probability": 0.9150390625}, {"start": 1715.56, "end": 1715.8, "word": " this", "probability": 0.953125}, {"start": 1715.8, "end": 1716.2, "word": " case", "probability": 0.9091796875}, {"start": 1716.2, "end": 1717.74, "word": " capitalized,", "probability": 0.91455078125}, {"start": 1717.84, "end": 1718.08, "word": " alright?", "probability": 0.79150390625}, {"start": 1718.68, "end": 1719.08, "word": " Or", "probability": 0.9423828125}, {"start": 1719.08, "end": 1719.42, "word": " when", "probability": 0.73486328125}, {"start": 1719.42, "end": 1719.6, "word": " they", "probability": 0.7998046875}, {"start": 1719.6, "end": 1720.0, "word": " begin", "probability": 0.86767578125}, {"start": 1720.0, "end": 1720.38, "word": " of", "probability": 0.59619140625}, {"start": 1720.38, "end": 1720.68, "word": " course", "probability": 0.95849609375}, {"start": 1720.68, "end": 1721.1, "word": " the", "probability": 0.79931640625}, {"start": 1721.1, "end": 1721.64, "word": " sentence", "probability": 0.95703125}, {"start": 1721.64, "end": 1722.34, "word": " it", "probability": 0.52001953125}, {"start": 1722.34, "end": 1722.66, "word": " is", "probability": 0.9521484375}, {"start": 1722.66, "end": 1723.28, "word": " also", "probability": 0.87158203125}, {"start": 1723.28, "end": 1723.92, "word": " another", "probability": 0.91796875}, {"start": 1723.92, "end": 1724.34, "word": " case", "probability": 0.91162109375}, {"start": 1724.34, "end": 1724.52, "word": " of", "probability": 0.97216796875}, {"start": 1724.52, "end": 1725.44, "word": " capitalizing", "probability": 0.9765625}, {"start": 1725.44, "end": 1726.2, "word": " seasons.", "probability": 0.93017578125}, {"start": 1726.38, "end": 1726.52, "word": " Is", "probability": 0.94287109375}, {"start": 1726.52, "end": 1726.7, "word": " this", "probability": 0.9521484375}, {"start": 1726.7, "end": 1727.04, "word": " clear?", "probability": 0.90771484375}, {"start": 1727.18, "end": 1727.44, "word": " Yes.", "probability": 0.54736328125}, {"start": 1727.64, "end": 1727.98, "word": " Alright.", "probability": 0.81396484375}], "temperature": 1.0}, {"id": 59, "seek": 174613, "start": 1729.11, "end": 1746.13, "text": " Alright, now let's do the exercise here first. Try to capitalize where necessary before we move on to talk about the exercise in your textbook. So capitalize where necessary in these sentences. You may take some notes of course.", "tokens": [2798, 11, 586, 718, 311, 360, 264, 5380, 510, 700, 13, 6526, 281, 48114, 689, 4818, 949, 321, 1286, 322, 281, 751, 466, 264, 5380, 294, 428, 25591, 13, 407, 48114, 689, 4818, 294, 613, 16579, 13, 509, 815, 747, 512, 5570, 295, 1164, 13], "avg_logprob": -0.17102581003437872, "compression_ratio": 1.5684931506849316, "no_speech_prob": 0.0, "words": [{"start": 1729.11, "end": 1729.41, "word": " Alright,", "probability": 0.378662109375}, {"start": 1729.71, "end": 1730.03, "word": " now", "probability": 0.87646484375}, {"start": 1730.03, "end": 1730.47, "word": " let's", "probability": 0.93212890625}, {"start": 1730.47, "end": 1730.89, "word": " do", "probability": 0.955078125}, {"start": 1730.89, "end": 1731.13, "word": " the", "probability": 0.88037109375}, {"start": 1731.13, "end": 1731.63, "word": " exercise", "probability": 0.9443359375}, {"start": 1731.63, "end": 1731.95, "word": " here", "probability": 0.833984375}, {"start": 1731.95, "end": 1732.49, "word": " first.", "probability": 0.876953125}, {"start": 1732.87, "end": 1733.11, "word": " Try", "probability": 0.91015625}, {"start": 1733.11, "end": 1733.37, "word": " to", "probability": 0.974609375}, {"start": 1733.37, "end": 1733.87, "word": " capitalize", "probability": 0.77587890625}, {"start": 1733.87, "end": 1734.77, "word": " where", "probability": 0.93408203125}, {"start": 1734.77, "end": 1735.73, "word": " necessary", "probability": 0.93310546875}, {"start": 1735.73, "end": 1736.09, "word": " before", "probability": 0.630859375}, {"start": 1736.09, "end": 1736.35, "word": " we", "probability": 0.74560546875}, {"start": 1736.35, "end": 1736.55, "word": " move", "probability": 0.90966796875}, {"start": 1736.55, "end": 1736.73, "word": " on", "probability": 0.927734375}, {"start": 1736.73, "end": 1736.83, "word": " to", "probability": 0.9365234375}, {"start": 1736.83, "end": 1737.03, "word": " talk", "probability": 0.85009765625}, {"start": 1737.03, "end": 1737.37, "word": " about", "probability": 0.90283203125}, {"start": 1737.37, "end": 1737.87, "word": " the", "probability": 0.88671875}, {"start": 1737.87, "end": 1738.31, "word": " exercise", "probability": 0.8974609375}, {"start": 1738.31, "end": 1738.57, "word": " in", "probability": 0.93359375}, {"start": 1738.57, "end": 1738.77, "word": " your", "probability": 0.88720703125}, {"start": 1738.77, "end": 1739.21, "word": " textbook.", "probability": 0.7978515625}, {"start": 1739.37, "end": 1739.49, "word": " So", "probability": 0.9306640625}, {"start": 1739.49, "end": 1740.31, "word": " capitalize", "probability": 0.57275390625}, {"start": 1740.31, "end": 1741.45, "word": " where", "probability": 0.92578125}, {"start": 1741.45, "end": 1741.97, "word": " necessary", "probability": 0.9560546875}, {"start": 1741.97, "end": 1742.21, "word": " in", "probability": 0.9404296875}, {"start": 1742.21, "end": 1742.55, "word": " these", "probability": 0.8291015625}, {"start": 1742.55, "end": 1743.45, "word": " sentences.", "probability": 0.927734375}, {"start": 1744.45, "end": 1744.65, "word": " You", "probability": 0.93994140625}, {"start": 1744.65, "end": 1745.15, "word": " may", "probability": 0.8623046875}, {"start": 1745.15, "end": 1745.33, "word": " take", "probability": 0.80810546875}, {"start": 1745.33, "end": 1745.57, "word": " some", "probability": 0.91650390625}, {"start": 1745.57, "end": 1745.75, "word": " notes", "probability": 0.76220703125}, {"start": 1745.75, "end": 1745.95, "word": " of", "probability": 0.771484375}, {"start": 1745.95, "end": 1746.13, "word": " course.", "probability": 0.9482421875}], "temperature": 1.0}, {"id": 60, "seek": 178819, "start": 1787.65, "end": 1788.19, "text": " Thank you.", "tokens": [1044, 291, 13], "avg_logprob": -0.9692383110523224, "compression_ratio": 0.5789473684210527, "no_speech_prob": 0.00453948974609375, "words": [{"start": 1787.65, "end": 1788.11, "word": " Thank", "probability": 0.0369873046875}, {"start": 1788.11, "end": 1788.19, "word": " you.", "probability": 0.8916015625}], "temperature": 1.0}, {"id": 61, "seek": 185677, "start": 1827.43, "end": 1856.77, "text": " Alright? Yes. Alright. Very nice. Yes, please. The first one. You really only have one golden chance to get a reputation. We capitalized on you. We capitalized on you because it is the beginning of a sentence. Very nice. Yes, please. I'm going to the bar with my friends Cathy and Bart. We capitalized on them. Cathy and Bart. Yes, because they are rappers. Next. Okay. Cathy and Bart. Okay. Yes, please.", "tokens": [2798, 30, 1079, 13, 2798, 13, 4372, 1481, 13, 1079, 11, 1767, 13, 440, 700, 472, 13, 509, 534, 787, 362, 472, 9729, 2931, 281, 483, 257, 13061, 13, 492, 4238, 1602, 322, 291, 13, 492, 4238, 1602, 322, 291, 570, 309, 307, 264, 2863, 295, 257, 8174, 13, 4372, 1481, 13, 1079, 11, 1767, 13, 286, 478, 516, 281, 264, 2159, 365, 452, 1855, 39799, 293, 22338, 13, 492, 4238, 1602, 322, 552, 13, 39799, 293, 22338, 13, 1079, 11, 570, 436, 366, 45025, 13, 3087, 13, 1033, 13, 39799, 293, 22338, 13, 1033, 13, 1079, 11, 1767, 13], "avg_logprob": -0.249690584617086, "compression_ratio": 1.8577981651376148, "no_speech_prob": 1.7881393432617188e-07, "words": [{"start": 1827.43, "end": 1827.75, "word": " Alright?", "probability": 0.5078125}, {"start": 1828.09, "end": 1828.35, "word": " Yes.", "probability": 0.7734375}, {"start": 1828.53, "end": 1828.75, "word": " Alright.", "probability": 0.76025390625}, {"start": 1828.97, "end": 1829.27, "word": " Very", "probability": 0.4755859375}, {"start": 1829.27, "end": 1829.41, "word": " nice.", "probability": 0.88720703125}, {"start": 1829.61, "end": 1829.85, "word": " Yes,", "probability": 0.9296875}, {"start": 1829.89, "end": 1830.09, "word": " please.", "probability": 0.79833984375}, {"start": 1830.25, "end": 1830.37, "word": " The", "probability": 0.76806640625}, {"start": 1830.37, "end": 1830.57, "word": " first", "probability": 0.89697265625}, {"start": 1830.57, "end": 1830.77, "word": " one.", "probability": 0.93408203125}, {"start": 1831.19, "end": 1831.71, "word": " You", "probability": 0.7265625}, {"start": 1831.71, "end": 1832.05, "word": " really", "probability": 0.80029296875}, {"start": 1832.05, "end": 1832.31, "word": " only", "probability": 0.8271484375}, {"start": 1832.31, "end": 1832.73, "word": " have", "probability": 0.9345703125}, {"start": 1832.73, "end": 1832.95, "word": " one", "probability": 0.8994140625}, {"start": 1832.95, "end": 1833.21, "word": " golden", "probability": 0.6630859375}, {"start": 1833.21, "end": 1833.59, "word": " chance", "probability": 0.974609375}, {"start": 1833.59, "end": 1833.77, "word": " to", "probability": 0.9677734375}, {"start": 1833.77, "end": 1833.97, "word": " get", "probability": 0.939453125}, {"start": 1833.97, "end": 1834.15, "word": " a", "probability": 0.5322265625}, {"start": 1834.15, "end": 1834.69, "word": " reputation.", "probability": 0.5654296875}, {"start": 1835.23, "end": 1835.37, "word": " We", "probability": 0.951171875}, {"start": 1835.37, "end": 1835.97, "word": " capitalized", "probability": 0.6986083984375}, {"start": 1835.97, "end": 1835.97, "word": " on", "probability": 0.4453125}, {"start": 1835.97, "end": 1835.97, "word": " you.", "probability": 0.62548828125}, {"start": 1835.97, "end": 1836.15, "word": " We", "probability": 0.8955078125}, {"start": 1836.15, "end": 1836.93, "word": " capitalized", "probability": 0.935546875}, {"start": 1836.93, "end": 1837.17, "word": " on", "probability": 0.83154296875}, {"start": 1837.17, "end": 1837.71, "word": " you", "probability": 0.8212890625}, {"start": 1837.71, "end": 1838.13, "word": " because", "probability": 0.82373046875}, {"start": 1838.13, "end": 1838.59, "word": " it", "probability": 0.71728515625}, {"start": 1838.59, "end": 1838.71, "word": " is", "probability": 0.7255859375}, {"start": 1838.71, "end": 1838.87, "word": " the", "probability": 0.91748046875}, {"start": 1838.87, "end": 1839.29, "word": " beginning", "probability": 0.89794921875}, {"start": 1839.29, "end": 1839.77, "word": " of", "probability": 0.96728515625}, {"start": 1839.77, "end": 1839.79, "word": " a", "probability": 0.66943359375}, {"start": 1839.79, "end": 1840.77, "word": " sentence.", "probability": 0.9560546875}, {"start": 1840.99, "end": 1841.17, "word": " Very", "probability": 0.496337890625}, {"start": 1841.17, "end": 1841.39, "word": " nice.", "probability": 0.904296875}, {"start": 1841.49, "end": 1841.67, "word": " Yes,", "probability": 0.9404296875}, {"start": 1841.73, "end": 1841.97, "word": " please.", "probability": 0.80126953125}, {"start": 1842.33, "end": 1842.49, "word": " I'm", "probability": 0.782958984375}, {"start": 1842.49, "end": 1842.75, "word": " going", "probability": 0.9482421875}, {"start": 1842.75, "end": 1842.91, "word": " to", "probability": 0.96826171875}, {"start": 1842.91, "end": 1843.11, "word": " the", "probability": 0.76025390625}, {"start": 1843.11, "end": 1843.29, "word": " bar", "probability": 0.544921875}, {"start": 1843.29, "end": 1843.59, "word": " with", "probability": 0.90087890625}, {"start": 1843.59, "end": 1843.85, "word": " my", "probability": 0.96923828125}, {"start": 1843.85, "end": 1844.23, "word": " friends", "probability": 0.7646484375}, {"start": 1844.23, "end": 1844.65, "word": " Cathy", "probability": 0.316162109375}, {"start": 1844.65, "end": 1845.09, "word": " and", "probability": 0.9482421875}, {"start": 1845.09, "end": 1845.49, "word": " Bart.", "probability": 0.93115234375}, {"start": 1845.91, "end": 1846.21, "word": " We", "probability": 0.8994140625}, {"start": 1846.21, "end": 1847.01, "word": " capitalized", "probability": 0.888427734375}, {"start": 1847.01, "end": 1847.49, "word": " on", "probability": 0.560546875}, {"start": 1847.49, "end": 1847.55, "word": " them.", "probability": 0.51708984375}, {"start": 1847.73, "end": 1848.21, "word": " Cathy", "probability": 0.76416015625}, {"start": 1848.21, "end": 1848.75, "word": " and", "probability": 0.794921875}, {"start": 1848.75, "end": 1849.07, "word": " Bart.", "probability": 0.88818359375}, {"start": 1849.15, "end": 1849.45, "word": " Yes,", "probability": 0.28955078125}, {"start": 1849.53, "end": 1849.71, "word": " because", "probability": 0.865234375}, {"start": 1849.71, "end": 1850.05, "word": " they", "probability": 0.89794921875}, {"start": 1850.05, "end": 1850.49, "word": " are", "probability": 0.92529296875}, {"start": 1850.49, "end": 1851.21, "word": " rappers.", "probability": 0.73583984375}, {"start": 1852.19, "end": 1852.23, "word": " Next.", "probability": 0.5234375}, {"start": 1852.65, "end": 1852.95, "word": " Okay.", "probability": 0.67138671875}, {"start": 1853.29, "end": 1853.67, "word": " Cathy", "probability": 0.73291015625}, {"start": 1853.67, "end": 1854.31, "word": " and", "probability": 0.95263671875}, {"start": 1854.31, "end": 1855.41, "word": " Bart.", "probability": 0.9013671875}, {"start": 1855.61, "end": 1855.87, "word": " Okay.", "probability": 0.71630859375}, {"start": 1856.33, "end": 1856.53, "word": " Yes,", "probability": 0.96142578125}, {"start": 1856.59, "end": 1856.77, "word": " please.", "probability": 0.80859375}], "temperature": 1.0}, {"id": 62, "seek": 187135, "start": 1857.01, "end": 1871.35, "text": "Powell's classical includes American history, Spanish, English, Alphabet, values and languages.Powell is capital letter and American Spanish language.", "tokens": [47, 305, 898, 311, 13735, 5974, 2665, 2503, 11, 8058, 11, 3669, 11, 967, 20890, 11, 4190, 293, 8650, 13, 47, 305, 898, 307, 4238, 5063, 293, 2665, 8058, 2856, 13], "avg_logprob": -0.7021484319120646, "compression_ratio": 1.3043478260869565, "no_speech_prob": 5.960464477539063e-08, "words": [{"start": 1857.01, "end": 1857.61, "word": "Powell's", "probability": 0.621246337890625}, {"start": 1857.61, "end": 1858.05, "word": " classical", "probability": 0.50341796875}, {"start": 1858.05, "end": 1858.91, "word": " includes", "probability": 0.7080078125}, {"start": 1858.91, "end": 1859.69, "word": " American", "probability": 0.83544921875}, {"start": 1859.69, "end": 1860.11, "word": " history,", "probability": 0.72900390625}, {"start": 1860.29, "end": 1860.53, "word": " Spanish,", "probability": 0.84033203125}, {"start": 1860.75, "end": 1861.03, "word": " English,", "probability": 0.978515625}, {"start": 1861.21, "end": 1861.59, "word": " Alphabet,", "probability": 0.53582763671875}, {"start": 1861.81, "end": 1862.27, "word": " values", "probability": 0.38037109375}, {"start": 1862.27, "end": 1862.73, "word": " and", "probability": 0.10162353515625}, {"start": 1862.73, "end": 1863.13, "word": " languages", "probability": 0.0767822265625}, {"start": 1863.13, "end": 1863.93, "word": ".Powell", "probability": 0.600830078125}, {"start": 1863.93, "end": 1864.29, "word": " is", "probability": 0.86328125}, {"start": 1864.29, "end": 1864.71, "word": " capital", "probability": 0.6298828125}, {"start": 1864.71, "end": 1865.15, "word": " letter", "probability": 0.94140625}, {"start": 1865.15, "end": 1866.23, "word": " and", "probability": 0.2861328125}, {"start": 1866.23, "end": 1867.57, "word": " American", "probability": 0.6689453125}, {"start": 1867.57, "end": 1868.61, "word": " Spanish", "probability": 0.29052734375}, {"start": 1868.61, "end": 1871.35, "word": " language.", "probability": 0.28125}], "temperature": 1.0}, {"id": 63, "seek": 189471, "start": 1872.13, "end": 1894.71, "text": "English, English because there are names on it. But no, it's not capitalized because it's a common noun, not a name of a language or a nationality. Yes please. The Chicago River ran into the Mississippi Valley waterway, the Chicago capital of the Chicago River, Mississippi Valley.", "tokens": [31254, 1933, 11, 3669, 570, 456, 366, 5288, 322, 309, 13, 583, 572, 11, 309, 311, 406, 4238, 1602, 570, 309, 311, 257, 2689, 23307, 11, 406, 257, 1315, 295, 257, 2856, 420, 257, 4048, 507, 13, 1079, 1767, 13, 440, 9525, 8640, 5872, 666, 264, 20347, 10666, 1281, 676, 11, 264, 9525, 4238, 295, 264, 9525, 8640, 11, 20347, 10666, 13], "avg_logprob": -0.3841765948704311, "compression_ratio": 1.6149425287356323, "no_speech_prob": 0.0, "words": [{"start": 1872.13, "end": 1872.75, "word": "English,", "probability": 0.819091796875}, {"start": 1872.91, "end": 1873.33, "word": " English", "probability": 0.431640625}, {"start": 1873.33, "end": 1873.81, "word": " because", "probability": 0.599609375}, {"start": 1873.81, "end": 1874.01, "word": " there", "probability": 0.61962890625}, {"start": 1874.01, "end": 1874.15, "word": " are", "probability": 0.9423828125}, {"start": 1874.15, "end": 1874.55, "word": " names", "probability": 0.89892578125}, {"start": 1874.55, "end": 1874.83, "word": " on", "probability": 0.152587890625}, {"start": 1874.83, "end": 1875.43, "word": " it.", "probability": 0.61083984375}, {"start": 1875.47, "end": 1875.57, "word": " But", "probability": 0.82421875}, {"start": 1875.57, "end": 1875.81, "word": " no,", "probability": 0.810546875}, {"start": 1875.95, "end": 1876.23, "word": " it's", "probability": 0.95458984375}, {"start": 1876.23, "end": 1876.63, "word": " not", "probability": 0.9443359375}, {"start": 1876.63, "end": 1877.53, "word": " capitalized", "probability": 0.7041015625}, {"start": 1877.53, "end": 1877.87, "word": " because", "probability": 0.8134765625}, {"start": 1877.87, "end": 1878.17, "word": " it's", "probability": 0.969970703125}, {"start": 1878.17, "end": 1878.47, "word": " a", "probability": 0.9296875}, {"start": 1878.47, "end": 1878.75, "word": " common", "probability": 0.90625}, {"start": 1878.75, "end": 1879.13, "word": " noun,", "probability": 0.97265625}, {"start": 1879.47, "end": 1879.85, "word": " not", "probability": 0.9248046875}, {"start": 1879.85, "end": 1880.97, "word": " a", "probability": 0.77783203125}, {"start": 1880.97, "end": 1881.47, "word": " name", "probability": 0.8857421875}, {"start": 1881.47, "end": 1881.63, "word": " of", "probability": 0.9638671875}, {"start": 1881.63, "end": 1881.83, "word": " a", "probability": 0.9462890625}, {"start": 1881.83, "end": 1882.61, "word": " language", "probability": 0.84228515625}, {"start": 1882.61, "end": 1882.99, "word": " or", "probability": 0.943359375}, {"start": 1882.99, "end": 1884.03, "word": " a", "probability": 0.79296875}, {"start": 1884.03, "end": 1885.15, "word": " nationality.", "probability": 0.916748046875}, {"start": 1885.25, "end": 1885.35, "word": " Yes", "probability": 0.64208984375}, {"start": 1885.35, "end": 1885.59, "word": " please.", "probability": 0.51953125}, {"start": 1885.59, "end": 1885.59, "word": " The", "probability": 0.3701171875}, {"start": 1885.59, "end": 1885.71, "word": " Chicago", "probability": 0.62158203125}, {"start": 1885.71, "end": 1886.03, "word": " River", "probability": 0.59375}, {"start": 1886.03, "end": 1886.75, "word": " ran", "probability": 0.375}, {"start": 1886.75, "end": 1887.01, "word": " into", "probability": 0.85205078125}, {"start": 1887.01, "end": 1887.21, "word": " the", "probability": 0.890625}, {"start": 1887.21, "end": 1887.53, "word": " Mississippi", "probability": 0.90185546875}, {"start": 1887.53, "end": 1888.03, "word": " Valley", "probability": 0.70703125}, {"start": 1888.03, "end": 1888.73, "word": " waterway,", "probability": 0.7265625}, {"start": 1888.81, "end": 1888.95, "word": " the", "probability": 0.8037109375}, {"start": 1888.95, "end": 1889.39, "word": " Chicago", "probability": 0.8681640625}, {"start": 1889.39, "end": 1889.85, "word": " capital", "probability": 0.66845703125}, {"start": 1889.85, "end": 1890.93, "word": " of", "probability": 0.336181640625}, {"start": 1890.93, "end": 1890.97, "word": " the", "probability": 0.490478515625}, {"start": 1890.97, "end": 1891.15, "word": " Chicago", "probability": 0.6162109375}, {"start": 1891.15, "end": 1891.87, "word": " River,", "probability": 0.83984375}, {"start": 1892.55, "end": 1893.19, "word": " Mississippi", "probability": 0.55615234375}, {"start": 1893.19, "end": 1894.71, "word": " Valley.", "probability": 0.66552734375}], "temperature": 1.0}, {"id": 64, "seek": 192141, "start": 1895.43, "end": 1921.41, "text": " Very nice. Water. Water raised up, capitalized. Alright? Because this is the name of a specific place that we can find on the map. So it is capitalized. Yes, please. Clark. Clark. Very nice. Mrs. M is capitalized and Clark and M is capitalized. So M is capitalized. Yes, please.", "tokens": [4372, 1481, 13, 8772, 13, 8772, 6005, 493, 11, 4238, 1602, 13, 2798, 30, 1436, 341, 307, 264, 1315, 295, 257, 2685, 1081, 300, 321, 393, 915, 322, 264, 4471, 13, 407, 309, 307, 4238, 1602, 13, 1079, 11, 1767, 13, 18572, 13, 18572, 13, 4372, 1481, 13, 9814, 13, 376, 307, 4238, 1602, 293, 18572, 293, 376, 307, 4238, 1602, 13, 407, 376, 307, 4238, 1602, 13, 1079, 11, 1767, 13], "avg_logprob": -0.3184931408869077, "compression_ratio": 1.7884615384615385, "no_speech_prob": 1.7881393432617188e-07, "words": [{"start": 1895.43, "end": 1895.87, "word": " Very", "probability": 0.53662109375}, {"start": 1895.87, "end": 1896.21, "word": " nice.", "probability": 0.89794921875}, {"start": 1896.43, "end": 1896.81, "word": " Water.", "probability": 0.9453125}, {"start": 1896.83, "end": 1897.19, "word": " Water", "probability": 0.92626953125}, {"start": 1897.19, "end": 1897.61, "word": " raised", "probability": 0.11004638671875}, {"start": 1897.61, "end": 1897.89, "word": " up,", "probability": 0.96484375}, {"start": 1898.05, "end": 1898.65, "word": " capitalized.", "probability": 0.919189453125}, {"start": 1898.77, "end": 1898.91, "word": " Alright?", "probability": 0.66064453125}, {"start": 1899.29, "end": 1899.53, "word": " Because", "probability": 0.9140625}, {"start": 1899.53, "end": 1899.73, "word": " this", "probability": 0.94189453125}, {"start": 1899.73, "end": 1899.87, "word": " is", "probability": 0.9453125}, {"start": 1899.87, "end": 1900.03, "word": " the", "probability": 0.86376953125}, {"start": 1900.03, "end": 1900.29, "word": " name", "probability": 0.93115234375}, {"start": 1900.29, "end": 1900.47, "word": " of", "probability": 0.93310546875}, {"start": 1900.47, "end": 1900.61, "word": " a", "probability": 0.89892578125}, {"start": 1900.61, "end": 1901.03, "word": " specific", "probability": 0.94189453125}, {"start": 1901.03, "end": 1901.51, "word": " place", "probability": 0.8857421875}, {"start": 1901.51, "end": 1901.67, "word": " that", "probability": 0.9140625}, {"start": 1901.67, "end": 1901.85, "word": " we", "probability": 0.95166015625}, {"start": 1901.85, "end": 1902.11, "word": " can", "probability": 0.9482421875}, {"start": 1902.11, "end": 1902.55, "word": " find", "probability": 0.90234375}, {"start": 1902.55, "end": 1903.25, "word": " on", "probability": 0.94970703125}, {"start": 1903.25, "end": 1903.37, "word": " the", "probability": 0.8974609375}, {"start": 1903.37, "end": 1903.57, "word": " map.", "probability": 0.8779296875}, {"start": 1903.71, "end": 1903.89, "word": " So", "probability": 0.94287109375}, {"start": 1903.89, "end": 1904.29, "word": " it", "probability": 0.68359375}, {"start": 1904.29, "end": 1904.55, "word": " is", "probability": 0.935546875}, {"start": 1904.55, "end": 1905.61, "word": " capitalized.", "probability": 0.9365234375}, {"start": 1905.91, "end": 1906.05, "word": " Yes,", "probability": 0.94140625}, {"start": 1906.11, "end": 1906.27, "word": " please.", "probability": 0.7978515625}, {"start": 1907.85, "end": 1908.37, "word": " Clark.", "probability": 0.408203125}, {"start": 1909.69, "end": 1909.69, "word": " Clark.", "probability": 0.356689453125}, {"start": 1912.31, "end": 1912.83, "word": " Very", "probability": 0.477783203125}, {"start": 1912.83, "end": 1913.11, "word": " nice.", "probability": 0.90478515625}, {"start": 1913.27, "end": 1913.65, "word": " Mrs.", "probability": 0.473388671875}, {"start": 1913.89, "end": 1914.21, "word": " M", "probability": 0.5390625}, {"start": 1914.21, "end": 1914.39, "word": " is", "probability": 0.92724609375}, {"start": 1914.39, "end": 1915.17, "word": " capitalized", "probability": 0.96728515625}, {"start": 1915.17, "end": 1915.63, "word": " and", "probability": 0.61279296875}, {"start": 1915.63, "end": 1916.23, "word": " Clark", "probability": 0.92724609375}, {"start": 1916.23, "end": 1917.23, "word": " and", "probability": 0.72802734375}, {"start": 1917.23, "end": 1918.17, "word": " M", "probability": 0.90234375}, {"start": 1918.17, "end": 1918.45, "word": " is", "probability": 0.1551513671875}, {"start": 1918.45, "end": 1919.15, "word": " capitalized.", "probability": 0.8759765625}, {"start": 1919.15, "end": 1919.29, "word": " So", "probability": 0.421630859375}, {"start": 1919.29, "end": 1919.47, "word": " M", "probability": 0.73828125}, {"start": 1919.47, "end": 1919.67, "word": " is", "probability": 0.86962890625}, {"start": 1919.67, "end": 1920.27, "word": " capitalized.", "probability": 0.970947265625}, {"start": 1920.33, "end": 1920.53, "word": " Yes,", "probability": 0.74951171875}, {"start": 1920.59, "end": 1921.41, "word": " please.", "probability": 0.77294921875}], "temperature": 1.0}, {"id": 65, "seek": 195110, "start": 1930.76, "end": 1951.1, "text": " My aunt and I picked up the papers along with my aunt and I. When she was half years old, she", "tokens": [1222, 15654, 293, 286, 6183, 493, 264, 10577, 2051, 365, 452, 15654, 293, 286, 13, 1133, 750, 390, 1922, 924, 1331, 11, 750], "avg_logprob": -0.583007832368215, "compression_ratio": 1.1325301204819278, "no_speech_prob": 1.1920928955078125e-07, "words": [{"start": 1930.7600000000002, "end": 1931.3600000000001, "word": " My", "probability": 0.053375244140625}, {"start": 1931.3600000000001, "end": 1931.96, "word": " aunt", "probability": 0.226318359375}, {"start": 1931.96, "end": 1936.86, "word": " and", "probability": 0.91748046875}, {"start": 1936.86, "end": 1937.12, "word": " I", "probability": 0.99267578125}, {"start": 1937.12, "end": 1937.36, "word": " picked", "probability": 0.7001953125}, {"start": 1937.36, "end": 1937.6, "word": " up", "probability": 0.86083984375}, {"start": 1937.6, "end": 1937.76, "word": " the", "probability": 0.88525390625}, {"start": 1937.76, "end": 1938.2, "word": " papers", "probability": 0.9375}, {"start": 1938.2, "end": 1938.72, "word": " along", "probability": 0.5380859375}, {"start": 1938.72, "end": 1939.54, "word": " with", "probability": 0.344970703125}, {"start": 1939.54, "end": 1939.56, "word": " my", "probability": 0.75830078125}, {"start": 1939.56, "end": 1939.88, "word": " aunt", "probability": 0.3935546875}, {"start": 1939.88, "end": 1939.96, "word": " and", "probability": 0.67529296875}, {"start": 1939.96, "end": 1940.18, "word": " I.", "probability": 0.73193359375}, {"start": 1944.78, "end": 1945.16, "word": " When", "probability": 0.1593017578125}, {"start": 1945.16, "end": 1949.8, "word": " she", "probability": 0.8095703125}, {"start": 1949.8, "end": 1950.1, "word": " was", "probability": 0.94921875}, {"start": 1950.1, "end": 1950.42, "word": " half", "probability": 0.60595703125}, {"start": 1950.42, "end": 1950.66, "word": " years", "probability": 0.71240234375}, {"start": 1950.66, "end": 1950.88, "word": " old,", "probability": 0.9345703125}, {"start": 1951.04, "end": 1951.1, "word": " she", "probability": 0.89111328125}], "temperature": 1.0}, {"id": 66, "seek": 198100, "start": 1951.52, "end": 1981.0, "text": " She had snow white when she was first. So it's the name of a cartoon or a film. Okay? All right? This is clear? Number three, why we didn't capitalize math? Math because it's not a, it's just a subject. It's not a name of a subject like English or Spanish or anything like that. This is something that we need to look at on page 16 in your page. All right?", "tokens": [1240, 632, 5756, 2418, 562, 750, 390, 700, 13, 407, 309, 311, 264, 1315, 295, 257, 18569, 420, 257, 2007, 13, 1033, 30, 1057, 558, 30, 639, 307, 1850, 30, 5118, 1045, 11, 983, 321, 994, 380, 48114, 5221, 30, 15776, 570, 309, 311, 406, 257, 11, 309, 311, 445, 257, 3983, 13, 467, 311, 406, 257, 1315, 295, 257, 3983, 411, 3669, 420, 8058, 420, 1340, 411, 300, 13, 639, 307, 746, 300, 321, 643, 281, 574, 412, 322, 3028, 3165, 294, 428, 3028, 13, 1057, 558, 30], "avg_logprob": -0.23958333515458638, "compression_ratio": 1.5589519650655022, "no_speech_prob": 5.960464477539063e-08, "words": [{"start": 1951.52, "end": 1951.98, "word": " She", "probability": 0.3994140625}, {"start": 1951.98, "end": 1953.46, "word": " had", "probability": 0.1868896484375}, {"start": 1953.46, "end": 1954.48, "word": " snow", "probability": 0.5400390625}, {"start": 1954.48, "end": 1955.2, "word": " white", "probability": 0.8466796875}, {"start": 1955.2, "end": 1956.84, "word": " when", "probability": 0.75830078125}, {"start": 1956.84, "end": 1957.22, "word": " she", "probability": 0.9248046875}, {"start": 1957.22, "end": 1957.54, "word": " was", "probability": 0.95166015625}, {"start": 1957.54, "end": 1958.08, "word": " first.", "probability": 0.888671875}, {"start": 1958.44, "end": 1958.6, "word": " So", "probability": 0.8408203125}, {"start": 1958.6, "end": 1958.82, "word": " it's", "probability": 0.84375}, {"start": 1958.82, "end": 1958.94, "word": " the", "probability": 0.73779296875}, {"start": 1958.94, "end": 1959.16, "word": " name", "probability": 0.8974609375}, {"start": 1959.16, "end": 1959.54, "word": " of", "probability": 0.96630859375}, {"start": 1959.54, "end": 1959.98, "word": " a", "probability": 0.97509765625}, {"start": 1959.98, "end": 1960.34, "word": " cartoon", "probability": 0.92041015625}, {"start": 1960.34, "end": 1960.9, "word": " or", "probability": 0.91015625}, {"start": 1960.9, "end": 1961.56, "word": " a", "probability": 0.93408203125}, {"start": 1961.56, "end": 1962.26, "word": " film.", "probability": 0.908203125}, {"start": 1962.52, "end": 1962.8, "word": " Okay?", "probability": 0.53955078125}, {"start": 1963.22, "end": 1963.38, "word": " All", "probability": 0.183349609375}, {"start": 1963.38, "end": 1963.52, "word": " right?", "probability": 0.8857421875}, {"start": 1963.56, "end": 1963.64, "word": " This", "probability": 0.461669921875}, {"start": 1963.64, "end": 1963.76, "word": " is", "probability": 0.90966796875}, {"start": 1963.76, "end": 1964.06, "word": " clear?", "probability": 0.8798828125}, {"start": 1964.5, "end": 1964.92, "word": " Number", "probability": 0.59423828125}, {"start": 1964.92, "end": 1965.28, "word": " three,", "probability": 0.787109375}, {"start": 1965.4, "end": 1965.64, "word": " why", "probability": 0.90869140625}, {"start": 1965.64, "end": 1966.14, "word": " we", "probability": 0.484375}, {"start": 1966.14, "end": 1966.52, "word": " didn't", "probability": 0.6142578125}, {"start": 1966.52, "end": 1966.92, "word": " capitalize", "probability": 0.82421875}, {"start": 1966.92, "end": 1967.52, "word": " math?", "probability": 0.83447265625}, {"start": 1967.88, "end": 1968.24, "word": " Math", "probability": 0.8232421875}, {"start": 1968.24, "end": 1968.58, "word": " because", "probability": 0.70458984375}, {"start": 1968.58, "end": 1968.82, "word": " it's", "probability": 0.970703125}, {"start": 1968.82, "end": 1969.22, "word": " not", "probability": 0.82958984375}, {"start": 1969.22, "end": 1970.22, "word": " a,", "probability": 0.88818359375}, {"start": 1970.38, "end": 1971.1, "word": " it's", "probability": 0.938232421875}, {"start": 1971.1, "end": 1971.3, "word": " just", "probability": 0.9169921875}, {"start": 1971.3, "end": 1971.46, "word": " a", "probability": 0.97998046875}, {"start": 1971.46, "end": 1971.74, "word": " subject.", "probability": 0.9775390625}, {"start": 1971.86, "end": 1972.02, "word": " It's", "probability": 0.978759765625}, {"start": 1972.02, "end": 1972.28, "word": " not", "probability": 0.94091796875}, {"start": 1972.28, "end": 1972.72, "word": " a", "probability": 0.95556640625}, {"start": 1972.72, "end": 1973.16, "word": " name", "probability": 0.91162109375}, {"start": 1973.16, "end": 1973.32, "word": " of", "probability": 0.96484375}, {"start": 1973.32, "end": 1973.46, "word": " a", "probability": 0.9912109375}, {"start": 1973.46, "end": 1973.78, "word": " subject", "probability": 0.9765625}, {"start": 1973.78, "end": 1974.32, "word": " like", "probability": 0.861328125}, {"start": 1974.32, "end": 1974.72, "word": " English", "probability": 0.97802734375}, {"start": 1974.72, "end": 1975.0, "word": " or", "probability": 0.95703125}, {"start": 1975.0, "end": 1975.44, "word": " Spanish", "probability": 0.9072265625}, {"start": 1975.44, "end": 1975.9, "word": " or", "probability": 0.94384765625}, {"start": 1975.9, "end": 1976.38, "word": " anything", "probability": 0.8818359375}, {"start": 1976.38, "end": 1976.62, "word": " like", "probability": 0.92041015625}, {"start": 1976.62, "end": 1976.72, "word": " that.", "probability": 0.54833984375}, {"start": 1976.88, "end": 1977.18, "word": " This", "probability": 0.88525390625}, {"start": 1977.18, "end": 1977.3, "word": " is", "probability": 0.94970703125}, {"start": 1977.3, "end": 1977.58, "word": " something", "probability": 0.869140625}, {"start": 1977.58, "end": 1977.8, "word": " that", "probability": 0.935546875}, {"start": 1977.8, "end": 1977.94, "word": " we", "probability": 0.9599609375}, {"start": 1977.94, "end": 1978.1, "word": " need", "probability": 0.9296875}, {"start": 1978.1, "end": 1978.22, "word": " to", "probability": 0.9638671875}, {"start": 1978.22, "end": 1978.42, "word": " look", "probability": 0.9658203125}, {"start": 1978.42, "end": 1978.64, "word": " at", "probability": 0.962890625}, {"start": 1978.64, "end": 1978.88, "word": " on", "probability": 0.90673828125}, {"start": 1978.88, "end": 1979.12, "word": " page", "probability": 0.91064453125}, {"start": 1979.12, "end": 1979.6, "word": " 16", "probability": 0.8955078125}, {"start": 1979.6, "end": 1979.78, "word": " in", "probability": 0.52490234375}, {"start": 1979.78, "end": 1979.94, "word": " your", "probability": 0.87109375}, {"start": 1979.94, "end": 1980.32, "word": " page.", "probability": 0.873046875}, {"start": 1980.68, "end": 1980.9, "word": " All", "probability": 0.828125}, {"start": 1980.9, "end": 1981.0, "word": " right?", "probability": 0.92041015625}], "temperature": 1.0}, {"id": 67, "seek": 199445, "start": 1985.81, "end": 1994.45, "text": " Alright, let's see just a quick review of these rules before we move on to talk about the last, do the last exercise. Let's see number one is", "tokens": [2798, 11, 718, 311, 536, 445, 257, 1702, 3131, 295, 613, 4474, 949, 321, 1286, 322, 281, 751, 466, 264, 1036, 11, 360, 264, 1036, 5380, 13, 961, 311, 536, 1230, 472, 307], "avg_logprob": -0.24080882528248956, "compression_ratio": 1.3148148148148149, "no_speech_prob": 2.980232238769531e-07, "words": [{"start": 1985.81, "end": 1986.25, "word": " Alright,", "probability": 0.40380859375}, {"start": 1986.39, "end": 1986.55, "word": " let's", "probability": 0.840087890625}, {"start": 1986.55, "end": 1986.67, "word": " see", "probability": 0.74853515625}, {"start": 1986.67, "end": 1986.91, "word": " just", "probability": 0.802734375}, {"start": 1986.91, "end": 1987.09, "word": " a", "probability": 0.98681640625}, {"start": 1987.09, "end": 1987.39, "word": " quick", "probability": 0.95458984375}, {"start": 1987.39, "end": 1987.79, "word": " review", "probability": 0.81298828125}, {"start": 1987.79, "end": 1988.03, "word": " of", "probability": 0.94580078125}, {"start": 1988.03, "end": 1988.47, "word": " these", "probability": 0.84619140625}, {"start": 1988.47, "end": 1989.25, "word": " rules", "probability": 0.7509765625}, {"start": 1989.25, "end": 1989.57, "word": " before", "probability": 0.791015625}, {"start": 1989.57, "end": 1989.81, "word": " we", "probability": 0.93505859375}, {"start": 1989.81, "end": 1990.03, "word": " move", "probability": 0.87255859375}, {"start": 1990.03, "end": 1990.23, "word": " on", "probability": 0.923828125}, {"start": 1990.23, "end": 1990.31, "word": " to", "probability": 0.908203125}, {"start": 1990.31, "end": 1990.51, "word": " talk", "probability": 0.74169921875}, {"start": 1990.51, "end": 1990.73, "word": " about", "probability": 0.91162109375}, {"start": 1990.73, "end": 1990.91, "word": " the", "probability": 0.88330078125}, {"start": 1990.91, "end": 1991.39, "word": " last,", "probability": 0.890625}, {"start": 1991.59, "end": 1991.77, "word": " do", "probability": 0.91162109375}, {"start": 1991.77, "end": 1991.93, "word": " the", "probability": 0.8974609375}, {"start": 1991.93, "end": 1992.17, "word": " last", "probability": 0.88330078125}, {"start": 1992.17, "end": 1992.71, "word": " exercise.", "probability": 0.95703125}, {"start": 1992.99, "end": 1993.19, "word": " Let's", "probability": 0.942138671875}, {"start": 1993.19, "end": 1993.27, "word": " see", "probability": 0.92529296875}, {"start": 1993.27, "end": 1993.53, "word": " number", "probability": 0.55517578125}, {"start": 1993.53, "end": 1993.85, "word": " one", "probability": 0.61767578125}, {"start": 1993.85, "end": 1994.45, "word": " is", "probability": 0.78466796875}], "temperature": 1.0}, {"id": 68, "seek": 202254, "start": 1995.64, "end": 2022.54, "text": " Capitalize the first word in a sentence, like my neighbor is a mechanic. The pronoun I is always capitalized. Some students forget to capitalize I. It's always capitalized regardless of where it is. And number three, names of people and their titles. For example, King Abdullah II. Notice that King is capitalized and Abdullah is capitalized. We're talking about page 16. Yes. All right.", "tokens": [21502, 1125, 264, 700, 1349, 294, 257, 8174, 11, 411, 452, 5987, 307, 257, 23860, 13, 440, 14144, 286, 307, 1009, 4238, 1602, 13, 2188, 1731, 2870, 281, 48114, 286, 13, 467, 311, 1009, 4238, 1602, 10060, 295, 689, 309, 307, 13, 400, 1230, 1045, 11, 5288, 295, 561, 293, 641, 12992, 13, 1171, 1365, 11, 3819, 45625, 6351, 13, 13428, 300, 3819, 307, 4238, 1602, 293, 45625, 307, 4238, 1602, 13, 492, 434, 1417, 466, 3028, 3165, 13, 1079, 13, 1057, 558, 13], "avg_logprob": -0.1647977913127226, "compression_ratio": 1.6371308016877637, "no_speech_prob": 1.1920928955078125e-07, "words": [{"start": 1995.6399999999999, "end": 1996.28, "word": " Capitalize", "probability": 0.7275390625}, {"start": 1996.28, "end": 1996.44, "word": " the", "probability": 0.90625}, {"start": 1996.44, "end": 1996.7, "word": " first", "probability": 0.89501953125}, {"start": 1996.7, "end": 1996.98, "word": " word", "probability": 0.9404296875}, {"start": 1996.98, "end": 1997.1, "word": " in", "probability": 0.9287109375}, {"start": 1997.1, "end": 1997.2, "word": " a", "probability": 0.95947265625}, {"start": 1997.2, "end": 1997.72, "word": " sentence,", "probability": 0.95654296875}, {"start": 1998.1, "end": 1998.28, "word": " like", "probability": 0.896484375}, {"start": 1998.28, "end": 1998.62, "word": " my", "probability": 0.61669921875}, {"start": 1998.62, "end": 1999.02, "word": " neighbor", "probability": 0.77197265625}, {"start": 1999.02, "end": 1999.2, "word": " is", "probability": 0.92041015625}, {"start": 1999.2, "end": 1999.3, "word": " a", "probability": 0.9658203125}, {"start": 1999.3, "end": 1999.7, "word": " mechanic.", "probability": 0.9384765625}, {"start": 2000.48, "end": 2000.48, "word": " The", "probability": 0.4638671875}, {"start": 2000.48, "end": 2000.94, "word": " pronoun", "probability": 0.9541015625}, {"start": 2000.94, "end": 2001.32, "word": " I", "probability": 0.6875}, {"start": 2001.32, "end": 2001.54, "word": " is", "probability": 0.85595703125}, {"start": 2001.54, "end": 2001.96, "word": " always", "probability": 0.90234375}, {"start": 2001.96, "end": 2002.68, "word": " capitalized.", "probability": 0.970947265625}, {"start": 2002.74, "end": 2002.92, "word": " Some", "probability": 0.82763671875}, {"start": 2002.92, "end": 2003.2, "word": " students", "probability": 0.9638671875}, {"start": 2003.2, "end": 2003.68, "word": " forget", "probability": 0.90478515625}, {"start": 2003.68, "end": 2003.9, "word": " to", "probability": 0.96728515625}, {"start": 2003.9, "end": 2004.36, "word": " capitalize", "probability": 0.564453125}, {"start": 2004.36, "end": 2004.7, "word": " I.", "probability": 0.568359375}, {"start": 2004.94, "end": 2005.24, "word": " It's", "probability": 0.876953125}, {"start": 2005.24, "end": 2005.64, "word": " always", "probability": 0.90576171875}, {"start": 2005.64, "end": 2006.62, "word": " capitalized", "probability": 0.967041015625}, {"start": 2006.62, "end": 2007.24, "word": " regardless", "probability": 0.7880859375}, {"start": 2007.24, "end": 2007.8, "word": " of", "probability": 0.9619140625}, {"start": 2007.8, "end": 2008.18, "word": " where", "probability": 0.9443359375}, {"start": 2008.18, "end": 2008.4, "word": " it", "probability": 0.94873046875}, {"start": 2008.4, "end": 2008.62, "word": " is.", "probability": 0.94580078125}, {"start": 2008.94, "end": 2009.18, "word": " And", "probability": 0.87939453125}, {"start": 2009.18, "end": 2009.46, "word": " number", "probability": 0.81396484375}, {"start": 2009.46, "end": 2009.8, "word": " three,", "probability": 0.8193359375}, {"start": 2010.04, "end": 2010.52, "word": " names", "probability": 0.8642578125}, {"start": 2010.52, "end": 2010.74, "word": " of", "probability": 0.96435546875}, {"start": 2010.74, "end": 2011.16, "word": " people", "probability": 0.96484375}, {"start": 2011.16, "end": 2011.54, "word": " and", "probability": 0.9296875}, {"start": 2011.54, "end": 2012.0, "word": " their", "probability": 0.947265625}, {"start": 2012.0, "end": 2013.12, "word": " titles.", "probability": 0.83544921875}, {"start": 2013.34, "end": 2013.46, "word": " For", "probability": 0.92236328125}, {"start": 2013.46, "end": 2013.94, "word": " example,", "probability": 0.97314453125}, {"start": 2014.18, "end": 2014.3, "word": " King", "probability": 0.84765625}, {"start": 2014.3, "end": 2014.8, "word": " Abdullah", "probability": 0.91845703125}, {"start": 2014.8, "end": 2015.42, "word": " II.", "probability": 0.62109375}, {"start": 2015.66, "end": 2016.0, "word": " Notice", "probability": 0.84423828125}, {"start": 2016.0, "end": 2016.26, "word": " that", "probability": 0.91796875}, {"start": 2016.26, "end": 2016.6, "word": " King", "probability": 0.57421875}, {"start": 2016.6, "end": 2016.82, "word": " is", "probability": 0.9560546875}, {"start": 2016.82, "end": 2017.68, "word": " capitalized", "probability": 0.965576171875}, {"start": 2017.68, "end": 2018.14, "word": " and", "probability": 0.8349609375}, {"start": 2018.14, "end": 2018.8, "word": " Abdullah", "probability": 0.91162109375}, {"start": 2018.8, "end": 2019.54, "word": " is", "probability": 0.9501953125}, {"start": 2019.54, "end": 2019.98, "word": " capitalized.", "probability": 0.9755859375}, {"start": 2020.02, "end": 2020.14, "word": " We're", "probability": 0.896240234375}, {"start": 2020.14, "end": 2020.32, "word": " talking", "probability": 0.8671875}, {"start": 2020.32, "end": 2020.56, "word": " about", "probability": 0.9189453125}, {"start": 2020.56, "end": 2020.8, "word": " page", "probability": 0.86474609375}, {"start": 2020.8, "end": 2021.36, "word": " 16.", "probability": 0.7607421875}, {"start": 2021.68, "end": 2022.02, "word": " Yes.", "probability": 0.6015625}, {"start": 2022.18, "end": 2022.38, "word": " All", "probability": 0.53076171875}, {"start": 2022.38, "end": 2022.54, "word": " right.", "probability": 0.91357421875}], "temperature": 1.0}, {"id": 69, "seek": 205092, "start": 2022.97, "end": 2050.93, "text": " And President Putin, P is capital, P is also another capital. Professor, Indiana Jones, so notice that the title professor is capitalized and also Indiana Jones is also capitalized. Notice not a name, not a title without a name. For example, king, a king is not capitalized because it is not followed by a name, all right? Have you met your love?", "tokens": [400, 3117, 19818, 11, 430, 307, 4238, 11, 430, 307, 611, 1071, 4238, 13, 8419, 11, 21858, 10512, 11, 370, 3449, 300, 264, 4876, 8304, 307, 4238, 1602, 293, 611, 21858, 10512, 307, 611, 4238, 1602, 13, 13428, 406, 257, 1315, 11, 406, 257, 4876, 1553, 257, 1315, 13, 1171, 1365, 11, 4867, 11, 257, 4867, 307, 406, 4238, 1602, 570, 309, 307, 406, 6263, 538, 257, 1315, 11, 439, 558, 30, 3560, 291, 1131, 428, 959, 30], "avg_logprob": -0.230814871154254, "compression_ratio": 1.7704081632653061, "no_speech_prob": 1.1920928955078125e-07, "words": [{"start": 2022.97, "end": 2023.45, "word": " And", "probability": 0.55419921875}, {"start": 2023.45, "end": 2023.93, "word": " President", "probability": 0.72216796875}, {"start": 2023.93, "end": 2024.65, "word": " Putin,", "probability": 0.97119140625}, {"start": 2024.83, "end": 2024.99, "word": " P", "probability": 0.9150390625}, {"start": 2024.99, "end": 2025.23, "word": " is", "probability": 0.92822265625}, {"start": 2025.23, "end": 2025.59, "word": " capital,", "probability": 0.94140625}, {"start": 2026.01, "end": 2026.49, "word": " P", "probability": 0.8349609375}, {"start": 2026.49, "end": 2027.07, "word": " is", "probability": 0.93017578125}, {"start": 2027.07, "end": 2027.41, "word": " also", "probability": 0.87841796875}, {"start": 2027.41, "end": 2027.81, "word": " another", "probability": 0.9482421875}, {"start": 2027.81, "end": 2028.29, "word": " capital.", "probability": 0.91357421875}, {"start": 2028.57, "end": 2029.19, "word": " Professor,", "probability": 0.8125}, {"start": 2029.77, "end": 2030.33, "word": " Indiana", "probability": 0.70068359375}, {"start": 2030.33, "end": 2030.67, "word": " Jones,", "probability": 0.904296875}, {"start": 2030.83, "end": 2030.91, "word": " so", "probability": 0.70751953125}, {"start": 2030.91, "end": 2031.21, "word": " notice", "probability": 0.935546875}, {"start": 2031.21, "end": 2031.45, "word": " that", "probability": 0.90673828125}, {"start": 2031.45, "end": 2031.61, "word": " the", "probability": 0.908203125}, {"start": 2031.61, "end": 2031.91, "word": " title", "probability": 0.966796875}, {"start": 2031.91, "end": 2032.35, "word": " professor", "probability": 0.3759765625}, {"start": 2032.35, "end": 2032.69, "word": " is", "probability": 0.9521484375}, {"start": 2032.69, "end": 2033.47, "word": " capitalized", "probability": 0.952392578125}, {"start": 2033.47, "end": 2034.35, "word": " and", "probability": 0.48974609375}, {"start": 2034.35, "end": 2034.89, "word": " also", "probability": 0.7939453125}, {"start": 2034.89, "end": 2035.39, "word": " Indiana", "probability": 0.7529296875}, {"start": 2035.39, "end": 2035.71, "word": " Jones", "probability": 0.93115234375}, {"start": 2035.71, "end": 2035.93, "word": " is", "probability": 0.94677734375}, {"start": 2035.93, "end": 2036.21, "word": " also", "probability": 0.8896484375}, {"start": 2036.21, "end": 2036.91, "word": " capitalized.", "probability": 0.9677734375}, {"start": 2037.43, "end": 2037.97, "word": " Notice", "probability": 0.9462890625}, {"start": 2037.97, "end": 2038.67, "word": " not", "probability": 0.64208984375}, {"start": 2038.67, "end": 2038.95, "word": " a", "probability": 0.87451171875}, {"start": 2038.95, "end": 2039.19, "word": " name,", "probability": 0.85693359375}, {"start": 2039.29, "end": 2039.47, "word": " not", "probability": 0.94091796875}, {"start": 2039.47, "end": 2039.65, "word": " a", "probability": 0.966796875}, {"start": 2039.65, "end": 2039.95, "word": " title", "probability": 0.98291015625}, {"start": 2039.95, "end": 2040.61, "word": " without", "probability": 0.8505859375}, {"start": 2040.61, "end": 2040.93, "word": " a", "probability": 0.41943359375}, {"start": 2040.93, "end": 2041.19, "word": " name.", "probability": 0.8974609375}, {"start": 2041.95, "end": 2042.05, "word": " For", "probability": 0.7060546875}, {"start": 2042.05, "end": 2042.49, "word": " example,", "probability": 0.97216796875}, {"start": 2042.77, "end": 2043.15, "word": " king,", "probability": 0.440185546875}, {"start": 2043.35, "end": 2043.53, "word": " a", "probability": 0.46875}, {"start": 2043.53, "end": 2043.89, "word": " king", "probability": 0.9365234375}, {"start": 2043.89, "end": 2044.11, "word": " is", "probability": 0.9306640625}, {"start": 2044.11, "end": 2044.43, "word": " not", "probability": 0.95068359375}, {"start": 2044.43, "end": 2045.11, "word": " capitalized", "probability": 0.970947265625}, {"start": 2045.11, "end": 2045.41, "word": " because", "probability": 0.8544921875}, {"start": 2045.41, "end": 2045.63, "word": " it", "probability": 0.95654296875}, {"start": 2045.63, "end": 2045.81, "word": " is", "probability": 0.93017578125}, {"start": 2045.81, "end": 2046.09, "word": " not", "probability": 0.94140625}, {"start": 2046.09, "end": 2046.33, "word": " followed", "probability": 0.88330078125}, {"start": 2046.33, "end": 2046.97, "word": " by", "probability": 0.970703125}, {"start": 2046.97, "end": 2047.85, "word": " a", "probability": 0.98486328125}, {"start": 2047.85, "end": 2048.15, "word": " name,", "probability": 0.89990234375}, {"start": 2048.31, "end": 2048.51, "word": " all", "probability": 0.515625}, {"start": 2048.51, "end": 2048.71, "word": " right?", "probability": 0.91357421875}, {"start": 2049.03, "end": 2049.39, "word": " Have", "probability": 0.9111328125}, {"start": 2049.39, "end": 2049.63, "word": " you", "probability": 0.966796875}, {"start": 2049.63, "end": 2050.01, "word": " met", "probability": 0.8369140625}, {"start": 2050.01, "end": 2050.45, "word": " your", "probability": 0.1953125}, {"start": 2050.45, "end": 2050.93, "word": " love?", "probability": 0.57666015625}], "temperature": 1.0}, {"id": 70, "seek": 207131, "start": 2051.31, "end": 2071.31, "text": " Professor. Professor is not capitalized because it's a title without a name also. But notice sometimes if the title refers to a specific person, we capitalize. For example, the President. P here is the President of the United States, the President of Palestine.", "tokens": [8419, 13, 8419, 307, 406, 4238, 1602, 570, 309, 311, 257, 4876, 1553, 257, 1315, 611, 13, 583, 3449, 2171, 498, 264, 4876, 14942, 281, 257, 2685, 954, 11, 321, 48114, 13, 1171, 1365, 11, 264, 3117, 13, 430, 510, 307, 264, 3117, 295, 264, 2824, 3040, 11, 264, 3117, 295, 33030, 13], "avg_logprob": -0.17968749696457828, "compression_ratio": 1.5975609756097562, "no_speech_prob": 1.7881393432617188e-07, "words": [{"start": 2051.31, "end": 2051.91, "word": " Professor.", "probability": 0.53515625}, {"start": 2052.07, "end": 2052.49, "word": " Professor", "probability": 0.8671875}, {"start": 2052.49, "end": 2052.99, "word": " is", "probability": 0.94970703125}, {"start": 2052.99, "end": 2053.69, "word": " not", "probability": 0.92236328125}, {"start": 2053.69, "end": 2054.69, "word": " capitalized", "probability": 0.927001953125}, {"start": 2054.69, "end": 2054.97, "word": " because", "probability": 0.79248046875}, {"start": 2054.97, "end": 2055.17, "word": " it's", "probability": 0.904541015625}, {"start": 2055.17, "end": 2055.31, "word": " a", "probability": 0.94091796875}, {"start": 2055.31, "end": 2055.59, "word": " title", "probability": 0.9716796875}, {"start": 2055.59, "end": 2056.11, "word": " without", "probability": 0.89697265625}, {"start": 2056.11, "end": 2056.85, "word": " a", "probability": 0.9833984375}, {"start": 2056.85, "end": 2057.07, "word": " name", "probability": 0.90478515625}, {"start": 2057.07, "end": 2057.39, "word": " also.", "probability": 0.67431640625}, {"start": 2057.73, "end": 2057.99, "word": " But", "probability": 0.939453125}, {"start": 2057.99, "end": 2058.65, "word": " notice", "probability": 0.6865234375}, {"start": 2058.65, "end": 2059.49, "word": " sometimes", "probability": 0.744140625}, {"start": 2059.49, "end": 2060.29, "word": " if", "probability": 0.833984375}, {"start": 2060.29, "end": 2060.53, "word": " the", "probability": 0.90478515625}, {"start": 2060.53, "end": 2060.85, "word": " title", "probability": 0.97900390625}, {"start": 2060.85, "end": 2061.35, "word": " refers", "probability": 0.87939453125}, {"start": 2061.35, "end": 2061.51, "word": " to", "probability": 0.9697265625}, {"start": 2061.51, "end": 2061.67, "word": " a", "probability": 0.98681640625}, {"start": 2061.67, "end": 2062.19, "word": " specific", "probability": 0.92333984375}, {"start": 2062.19, "end": 2062.91, "word": " person,", "probability": 0.91357421875}, {"start": 2063.51, "end": 2063.77, "word": " we", "probability": 0.96044921875}, {"start": 2063.77, "end": 2064.75, "word": " capitalize.", "probability": 0.73388671875}, {"start": 2065.05, "end": 2065.13, "word": " For", "probability": 0.947265625}, {"start": 2065.13, "end": 2065.53, "word": " example,", "probability": 0.9755859375}, {"start": 2065.73, "end": 2066.01, "word": " the", "probability": 0.51953125}, {"start": 2066.01, "end": 2067.09, "word": " President.", "probability": 0.49267578125}, {"start": 2067.67, "end": 2067.83, "word": " P", "probability": 0.59814453125}, {"start": 2067.83, "end": 2068.13, "word": " here", "probability": 0.8369140625}, {"start": 2068.13, "end": 2068.45, "word": " is", "probability": 0.947265625}, {"start": 2068.45, "end": 2068.79, "word": " the", "probability": 0.85498046875}, {"start": 2068.79, "end": 2069.17, "word": " President", "probability": 0.76806640625}, {"start": 2069.17, "end": 2069.63, "word": " of", "probability": 0.97265625}, {"start": 2069.63, "end": 2069.81, "word": " the", "probability": 0.87890625}, {"start": 2069.81, "end": 2070.01, "word": " United", "probability": 0.9140625}, {"start": 2070.01, "end": 2070.23, "word": " States,", "probability": 0.92578125}, {"start": 2070.31, "end": 2070.41, "word": " the", "probability": 0.8447265625}, {"start": 2070.41, "end": 2070.77, "word": " President", "probability": 0.87060546875}, {"start": 2070.77, "end": 2071.01, "word": " of", "probability": 0.978515625}, {"start": 2071.01, "end": 2071.31, "word": " Palestine.", "probability": 0.82373046875}], "temperature": 1.0}, {"id": 71, "seek": 210023, "start": 2071.69, "end": 2100.23, "text": " P here is capitalized because it refers to only a specific person and therefore we capitalize the P. Is this clear? Yes. Yes. Nationalities, we know this. Nationalities, languages, religions and ethnic groups are always capitalized. For example, Jewish, Christian, Muslim, Hispanic, Swedish, English, Palestinian are always capitalized. Names of school courses with numbers. For example,", "tokens": [430, 510, 307, 4238, 1602, 570, 309, 14942, 281, 787, 257, 2685, 954, 293, 4412, 321, 48114, 264, 430, 13, 1119, 341, 1850, 30, 1079, 13, 1079, 13, 4862, 1088, 11, 321, 458, 341, 13, 4862, 1088, 11, 8650, 11, 21212, 293, 14363, 3935, 366, 1009, 4238, 1602, 13, 1171, 1365, 11, 9246, 11, 5778, 11, 8178, 11, 29559, 11, 23523, 11, 3669, 11, 28202, 366, 1009, 4238, 1602, 13, 426, 1632, 295, 1395, 7712, 365, 3547, 13, 1171, 1365, 11], "avg_logprob": -0.15453505534224393, "compression_ratio": 1.6869565217391305, "no_speech_prob": 5.364418029785156e-07, "words": [{"start": 2071.69, "end": 2071.93, "word": " P", "probability": 0.6767578125}, {"start": 2071.93, "end": 2072.25, "word": " here", "probability": 0.83349609375}, {"start": 2072.25, "end": 2072.63, "word": " is", "probability": 0.927734375}, {"start": 2072.63, "end": 2073.63, "word": " capitalized", "probability": 0.8974609375}, {"start": 2073.63, "end": 2073.89, "word": " because", "probability": 0.82763671875}, {"start": 2073.89, "end": 2074.11, "word": " it", "probability": 0.94140625}, {"start": 2074.11, "end": 2074.47, "word": " refers", "probability": 0.85546875}, {"start": 2074.47, "end": 2074.71, "word": " to", "probability": 0.94775390625}, {"start": 2074.71, "end": 2075.09, "word": " only", "probability": 0.90673828125}, {"start": 2075.09, "end": 2075.35, "word": " a", "probability": 0.95556640625}, {"start": 2075.35, "end": 2075.85, "word": " specific", "probability": 0.9150390625}, {"start": 2075.85, "end": 2077.13, "word": " person", "probability": 0.890625}, {"start": 2077.13, "end": 2077.45, "word": " and", "probability": 0.72314453125}, {"start": 2077.45, "end": 2077.83, "word": " therefore", "probability": 0.81591796875}, {"start": 2077.83, "end": 2078.07, "word": " we", "probability": 0.8095703125}, {"start": 2078.07, "end": 2078.57, "word": " capitalize", "probability": 0.734375}, {"start": 2078.57, "end": 2078.97, "word": " the", "probability": 0.70751953125}, {"start": 2078.97, "end": 2079.21, "word": " P.", "probability": 0.90234375}, {"start": 2079.35, "end": 2079.43, "word": " Is", "probability": 0.84912109375}, {"start": 2079.43, "end": 2079.57, "word": " this", "probability": 0.91943359375}, {"start": 2079.57, "end": 2079.85, "word": " clear?", "probability": 0.88427734375}, {"start": 2080.01, "end": 2080.25, "word": " Yes.", "probability": 0.8291015625}, {"start": 2080.49, "end": 2080.77, "word": " Yes.", "probability": 0.6953125}, {"start": 2081.23, "end": 2081.91, "word": " Nationalities,", "probability": 0.9462890625}, {"start": 2082.03, "end": 2082.11, "word": " we", "probability": 0.962890625}, {"start": 2082.11, "end": 2082.35, "word": " know", "probability": 0.88818359375}, {"start": 2082.35, "end": 2082.57, "word": " this.", "probability": 0.94287109375}, {"start": 2082.85, "end": 2083.53, "word": " Nationalities,", "probability": 0.892333984375}, {"start": 2083.95, "end": 2084.73, "word": " languages,", "probability": 0.384033203125}, {"start": 2085.15, "end": 2085.49, "word": " religions", "probability": 0.90771484375}, {"start": 2085.49, "end": 2085.81, "word": " and", "probability": 0.6796875}, {"start": 2085.81, "end": 2086.21, "word": " ethnic", "probability": 0.86767578125}, {"start": 2086.21, "end": 2086.59, "word": " groups", "probability": 0.9453125}, {"start": 2086.59, "end": 2086.87, "word": " are", "probability": 0.92578125}, {"start": 2086.87, "end": 2087.55, "word": " always", "probability": 0.912109375}, {"start": 2087.55, "end": 2088.67, "word": " capitalized.", "probability": 0.955810546875}, {"start": 2088.83, "end": 2088.83, "word": " For", "probability": 0.94873046875}, {"start": 2088.83, "end": 2089.25, "word": " example,", "probability": 0.96923828125}, {"start": 2089.35, "end": 2089.69, "word": " Jewish,", "probability": 0.904296875}, {"start": 2090.07, "end": 2090.49, "word": " Christian,", "probability": 0.7275390625}, {"start": 2090.73, "end": 2090.99, "word": " Muslim,", "probability": 0.95703125}, {"start": 2091.25, "end": 2091.67, "word": " Hispanic,", "probability": 0.83740234375}, {"start": 2092.31, "end": 2092.65, "word": " Swedish,", "probability": 0.9306640625}, {"start": 2092.93, "end": 2093.25, "word": " English,", "probability": 0.9775390625}, {"start": 2093.41, "end": 2093.79, "word": " Palestinian", "probability": 0.76904296875}, {"start": 2093.79, "end": 2094.09, "word": " are", "probability": 0.80419921875}, {"start": 2094.09, "end": 2094.55, "word": " always", "probability": 0.9072265625}, {"start": 2094.55, "end": 2095.55, "word": " capitalized.", "probability": 0.963134765625}, {"start": 2096.25, "end": 2096.81, "word": " Names", "probability": 0.929931640625}, {"start": 2096.81, "end": 2096.97, "word": " of", "probability": 0.9306640625}, {"start": 2096.97, "end": 2097.35, "word": " school", "probability": 0.8349609375}, {"start": 2097.35, "end": 2097.81, "word": " courses", "probability": 0.9208984375}, {"start": 2097.81, "end": 2098.25, "word": " with", "probability": 0.8203125}, {"start": 2098.25, "end": 2099.05, "word": " numbers.", "probability": 0.71337890625}, {"start": 2099.05, "end": 2099.67, "word": " For", "probability": 0.8349609375}, {"start": 2099.67, "end": 2100.23, "word": " example,", "probability": 0.97412109375}], "temperature": 1.0}, {"id": 72, "seek": 211286, "start": 2101.24, "end": 2112.86, "text": " Psychology 101 for example, but not history because it's not followed by a number. Math is not capitalized because it is not followed by a number.", "tokens": [42827, 21055, 337, 1365, 11, 457, 406, 2503, 570, 309, 311, 406, 6263, 538, 257, 1230, 13, 15776, 307, 406, 4238, 1602, 570, 309, 307, 406, 6263, 538, 257, 1230, 13], "avg_logprob": -0.21044922014698386, "compression_ratio": 1.3867924528301887, "no_speech_prob": 2.199411392211914e-05, "words": [{"start": 2101.2400000000002, "end": 2101.92, "word": " Psychology", "probability": 0.6748046875}, {"start": 2101.92, "end": 2102.6, "word": " 101", "probability": 0.80078125}, {"start": 2102.6, "end": 2103.54, "word": " for", "probability": 0.75732421875}, {"start": 2103.54, "end": 2104.04, "word": " example,", "probability": 0.97265625}, {"start": 2104.54, "end": 2104.88, "word": " but", "probability": 0.9169921875}, {"start": 2104.88, "end": 2105.46, "word": " not", "probability": 0.888671875}, {"start": 2105.46, "end": 2105.98, "word": " history", "probability": 0.8193359375}, {"start": 2105.98, "end": 2106.52, "word": " because", "probability": 0.66943359375}, {"start": 2106.52, "end": 2106.76, "word": " it's", "probability": 0.885498046875}, {"start": 2106.76, "end": 2106.98, "word": " not", "probability": 0.9404296875}, {"start": 2106.98, "end": 2107.2, "word": " followed", "probability": 0.90478515625}, {"start": 2107.2, "end": 2107.68, "word": " by", "probability": 0.9677734375}, {"start": 2107.68, "end": 2108.3, "word": " a", "probability": 0.974609375}, {"start": 2108.3, "end": 2108.58, "word": " number.", "probability": 0.947265625}, {"start": 2108.94, "end": 2109.28, "word": " Math", "probability": 0.96484375}, {"start": 2109.28, "end": 2109.56, "word": " is", "probability": 0.5673828125}, {"start": 2109.56, "end": 2109.78, "word": " not", "probability": 0.947265625}, {"start": 2109.78, "end": 2110.48, "word": " capitalized", "probability": 0.867431640625}, {"start": 2110.48, "end": 2110.76, "word": " because", "probability": 0.8896484375}, {"start": 2110.76, "end": 2110.92, "word": " it", "probability": 0.9560546875}, {"start": 2110.92, "end": 2111.1, "word": " is", "probability": 0.52197265625}, {"start": 2111.1, "end": 2111.48, "word": " not", "probability": 0.93505859375}, {"start": 2111.48, "end": 2112.28, "word": " followed", "probability": 0.87939453125}, {"start": 2112.28, "end": 2112.52, "word": " by", "probability": 0.96826171875}, {"start": 2112.52, "end": 2112.68, "word": " a", "probability": 0.984375}, {"start": 2112.68, "end": 2112.86, "word": " number.", "probability": 0.93896484375}], "temperature": 1.0}, {"id": 73, "seek": 214392, "start": 2118.75, "end": 2143.93, "text": " Physics 352 is capitalized. History 101 and Russian history. Notice that history here is not capitalized but Russian is capitalized because it is a name of nationality. And finally specific places that you can find on the map you have to capitalize. Is this clear? Yes. Now let's finish with this last exercise on page 18.", "tokens": [38355, 6976, 17, 307, 4238, 1602, 13, 12486, 21055, 293, 7220, 2503, 13, 13428, 300, 2503, 510, 307, 406, 4238, 1602, 457, 7220, 307, 4238, 1602, 570, 309, 307, 257, 1315, 295, 4048, 507, 13, 400, 2721, 2685, 3190, 300, 291, 393, 915, 322, 264, 4471, 291, 362, 281, 48114, 13, 1119, 341, 1850, 30, 1079, 13, 823, 718, 311, 2413, 365, 341, 1036, 5380, 322, 3028, 2443, 13], "avg_logprob": -0.16573661352906907, "compression_ratio": 1.5603864734299517, "no_speech_prob": 2.384185791015625e-07, "words": [{"start": 2118.7500000000005, "end": 2119.3900000000003, "word": " Physics", "probability": 0.83740234375}, {"start": 2119.3900000000003, "end": 2120.03, "word": " 352", "probability": 0.6558837890625}, {"start": 2120.03, "end": 2120.39, "word": " is", "probability": 0.7802734375}, {"start": 2120.39, "end": 2121.05, "word": " capitalized.", "probability": 0.942138671875}, {"start": 2121.47, "end": 2121.89, "word": " History", "probability": 0.9384765625}, {"start": 2121.89, "end": 2122.55, "word": " 101", "probability": 0.939453125}, {"start": 2122.55, "end": 2123.43, "word": " and", "probability": 0.443359375}, {"start": 2123.43, "end": 2123.93, "word": " Russian", "probability": 0.8828125}, {"start": 2123.93, "end": 2124.91, "word": " history.", "probability": 0.66064453125}, {"start": 2125.11, "end": 2125.23, "word": " Notice", "probability": 0.96630859375}, {"start": 2125.23, "end": 2125.51, "word": " that", "probability": 0.92333984375}, {"start": 2125.51, "end": 2125.79, "word": " history", "probability": 0.85888671875}, {"start": 2125.79, "end": 2126.07, "word": " here", "probability": 0.81689453125}, {"start": 2126.07, "end": 2126.25, "word": " is", "probability": 0.9423828125}, {"start": 2126.25, "end": 2126.59, "word": " not", "probability": 0.9462890625}, {"start": 2126.59, "end": 2127.45, "word": " capitalized", "probability": 0.95068359375}, {"start": 2127.45, "end": 2127.63, "word": " but", "probability": 0.407958984375}, {"start": 2127.63, "end": 2127.95, "word": " Russian", "probability": 0.8134765625}, {"start": 2127.95, "end": 2128.21, "word": " is", "probability": 0.94775390625}, {"start": 2128.21, "end": 2128.77, "word": " capitalized", "probability": 0.97314453125}, {"start": 2128.77, "end": 2129.11, "word": " because", "probability": 0.876953125}, {"start": 2129.11, "end": 2129.31, "word": " it", "probability": 0.94482421875}, {"start": 2129.31, "end": 2129.65, "word": " is", "probability": 0.9384765625}, {"start": 2129.65, "end": 2130.61, "word": " a", "probability": 0.88818359375}, {"start": 2130.61, "end": 2130.97, "word": " name", "probability": 0.923828125}, {"start": 2130.97, "end": 2131.37, "word": " of", "probability": 0.9658203125}, {"start": 2131.37, "end": 2132.65, "word": " nationality.", "probability": 0.860107421875}, {"start": 2133.05, "end": 2133.27, "word": " And", "probability": 0.9443359375}, {"start": 2133.27, "end": 2133.61, "word": " finally", "probability": 0.84228515625}, {"start": 2133.61, "end": 2134.29, "word": " specific", "probability": 0.64453125}, {"start": 2134.29, "end": 2134.83, "word": " places", "probability": 0.88525390625}, {"start": 2134.83, "end": 2135.13, "word": " that", "probability": 0.93212890625}, {"start": 2135.13, "end": 2135.31, "word": " you", "probability": 0.96337890625}, {"start": 2135.31, "end": 2135.55, "word": " can", "probability": 0.94287109375}, {"start": 2135.55, "end": 2136.05, "word": " find", "probability": 0.89794921875}, {"start": 2136.05, "end": 2136.47, "word": " on", "probability": 0.9404296875}, {"start": 2136.47, "end": 2137.41, "word": " the", "probability": 0.84130859375}, {"start": 2137.41, "end": 2137.65, "word": " map", "probability": 0.8935546875}, {"start": 2137.65, "end": 2137.87, "word": " you", "probability": 0.6845703125}, {"start": 2137.87, "end": 2138.19, "word": " have", "probability": 0.94677734375}, {"start": 2138.19, "end": 2138.49, "word": " to", "probability": 0.97021484375}, {"start": 2138.49, "end": 2139.19, "word": " capitalize.", "probability": 0.6484375}, {"start": 2139.47, "end": 2139.59, "word": " Is", "probability": 0.89208984375}, {"start": 2139.59, "end": 2139.77, "word": " this", "probability": 0.939453125}, {"start": 2139.77, "end": 2140.11, "word": " clear?", "probability": 0.87451171875}, {"start": 2140.25, "end": 2140.45, "word": " Yes.", "probability": 0.51513671875}, {"start": 2140.77, "end": 2140.95, "word": " Now", "probability": 0.8310546875}, {"start": 2140.95, "end": 2141.27, "word": " let's", "probability": 0.85400390625}, {"start": 2141.27, "end": 2141.57, "word": " finish", "probability": 0.9638671875}, {"start": 2141.57, "end": 2141.81, "word": " with", "probability": 0.890625}, {"start": 2141.81, "end": 2142.03, "word": " this", "probability": 0.93896484375}, {"start": 2142.03, "end": 2142.43, "word": " last", "probability": 0.8798828125}, {"start": 2142.43, "end": 2142.97, "word": " exercise", "probability": 0.9501953125}, {"start": 2142.97, "end": 2143.21, "word": " on", "probability": 0.927734375}, {"start": 2143.21, "end": 2143.45, "word": " page", "probability": 0.90771484375}, {"start": 2143.45, "end": 2143.93, "word": " 18.", "probability": 0.92138671875}], "temperature": 1.0}, {"id": 74, "seek": 215305, "start": 2144.81, "end": 2153.05, "text": " And the paragraph on nursing Monday that I'd like you to capitalize where necessary. Alright? Very quickly please.", "tokens": [400, 264, 18865, 322, 15423, 8138, 300, 286, 1116, 411, 291, 281, 48114, 689, 4818, 13, 2798, 30, 4372, 2661, 1767, 13], "avg_logprob": -0.40353260869565216, "compression_ratio": 1.116504854368932, "no_speech_prob": 0.0, "words": [{"start": 2144.81, "end": 2145.35, "word": " And", "probability": 0.46484375}, {"start": 2145.35, "end": 2145.73, "word": " the", "probability": 0.53759765625}, {"start": 2145.73, "end": 2146.27, "word": " paragraph", "probability": 0.92236328125}, {"start": 2146.27, "end": 2146.73, "word": " on", "probability": 0.76708984375}, {"start": 2146.73, "end": 2147.03, "word": " nursing", "probability": 0.181640625}, {"start": 2147.03, "end": 2147.39, "word": " Monday", "probability": 0.26953125}, {"start": 2147.39, "end": 2147.57, "word": " that", "probability": 0.4384765625}, {"start": 2147.57, "end": 2147.79, "word": " I'd", "probability": 0.871826171875}, {"start": 2147.79, "end": 2148.13, "word": " like", "probability": 0.947265625}, {"start": 2148.13, "end": 2148.41, "word": " you", "probability": 0.9541015625}, {"start": 2148.41, "end": 2148.75, "word": " to", "probability": 0.97607421875}, {"start": 2148.75, "end": 2149.79, "word": " capitalize", "probability": 0.70703125}, {"start": 2149.79, "end": 2150.41, "word": " where", "probability": 0.849609375}, {"start": 2150.41, "end": 2151.11, "word": " necessary.", "probability": 0.9189453125}, {"start": 2151.63, "end": 2151.85, "word": " Alright?", "probability": 0.59228515625}, {"start": 2152.19, "end": 2152.47, "word": " Very", "probability": 0.64453125}, {"start": 2152.47, "end": 2152.75, "word": " quickly", "probability": 0.93212890625}, {"start": 2152.75, "end": 2153.05, "word": " please.", "probability": 0.62158203125}], "temperature": 1.0}, {"id": 75, "seek": 217675, "start": 2176.55, "end": 2176.75, "text": " Okay.", "tokens": [1033, 13], "avg_logprob": -1.5013020833333333, "compression_ratio": 0.42857142857142855, "no_speech_prob": 0.0012712478637695312, "words": [{"start": 2176.55, "end": 2176.75, "word": " Okay.", "probability": 0.0236663818359375}], "temperature": 1.0}, {"id": 76, "seek": 236744, "start": 2349.05, "end": 2367.45, "text": " My name is Nelson Mandela and I have had an unusual life and I have had an unusual life.", "tokens": [1222, 1315, 307, 23857, 15458, 4053, 293, 286, 362, 632, 364, 10901, 993, 293, 286, 362, 632, 364, 10901, 993, 13], "avg_logprob": -0.4112215868451379, "compression_ratio": 1.390625, "no_speech_prob": 3.5762786865234375e-07, "words": [{"start": 2349.0499999999997, "end": 2349.99, "word": " My", "probability": 0.0657958984375}, {"start": 2349.99, "end": 2350.93, "word": " name", "probability": 0.89501953125}, {"start": 2350.93, "end": 2351.07, "word": " is", "probability": 0.9130859375}, {"start": 2351.07, "end": 2351.35, "word": " Nelson", "probability": 0.806640625}, {"start": 2351.35, "end": 2351.89, "word": " Mandela", "probability": 0.918701171875}, {"start": 2351.89, "end": 2352.19, "word": " and", "probability": 0.80029296875}, {"start": 2352.19, "end": 2352.37, "word": " I", "probability": 0.97802734375}, {"start": 2352.37, "end": 2352.69, "word": " have", "probability": 0.880859375}, {"start": 2352.69, "end": 2353.39, "word": " had", "probability": 0.6962890625}, {"start": 2353.39, "end": 2353.63, "word": " an", "probability": 0.87744140625}, {"start": 2353.63, "end": 2354.01, "word": " unusual", "probability": 0.97802734375}, {"start": 2354.01, "end": 2354.49, "word": " life", "probability": 0.95068359375}, {"start": 2354.49, "end": 2358.61, "word": " and", "probability": 0.10723876953125}, {"start": 2358.61, "end": 2364.49, "word": " I", "probability": 0.81640625}, {"start": 2364.49, "end": 2365.31, "word": " have", "probability": 0.76123046875}, {"start": 2365.31, "end": 2366.53, "word": " had", "probability": 0.56005859375}, {"start": 2366.53, "end": 2366.75, "word": " an", "probability": 0.8857421875}, {"start": 2366.75, "end": 2366.99, "word": " unusual", "probability": 0.90576171875}, {"start": 2366.99, "end": 2367.45, "word": " life.", "probability": 0.9501953125}], "temperature": 1.0}, {"id": 77, "seek": 237936, "start": 2369.54, "end": 2379.36, "text": "I have been both a prisoner and a prisoner to my country. We capitalized I. I have been both. Hold on a sec, just a fixed statement.", "tokens": [40, 362, 668, 1293, 257, 28114, 293, 257, 28114, 281, 452, 1941, 13, 492, 4238, 1602, 286, 13, 286, 362, 668, 1293, 13, 6962, 322, 257, 907, 11, 445, 257, 6806, 5629, 13], "avg_logprob": -0.39820772409439087, "compression_ratio": 1.306930693069307, "no_speech_prob": 1.1920928955078125e-07, "words": [{"start": 2369.54, "end": 2369.86, "word": "I", "probability": 0.68115234375}, {"start": 2369.86, "end": 2370.12, "word": " have", "probability": 0.900390625}, {"start": 2370.12, "end": 2370.36, "word": " been", "probability": 0.8896484375}, {"start": 2370.36, "end": 2370.7, "word": " both", "probability": 0.85888671875}, {"start": 2370.7, "end": 2370.86, "word": " a", "probability": 0.94921875}, {"start": 2370.86, "end": 2371.18, "word": " prisoner", "probability": 0.91845703125}, {"start": 2371.18, "end": 2371.5, "word": " and", "probability": 0.9228515625}, {"start": 2371.5, "end": 2371.62, "word": " a", "probability": 0.87646484375}, {"start": 2371.62, "end": 2371.86, "word": " prisoner", "probability": 0.81005859375}, {"start": 2371.86, "end": 2372.14, "word": " to", "probability": 0.93310546875}, {"start": 2372.14, "end": 2372.34, "word": " my", "probability": 0.97412109375}, {"start": 2372.34, "end": 2372.82, "word": " country.", "probability": 0.923828125}, {"start": 2373.02, "end": 2373.16, "word": " We", "probability": 0.84716796875}, {"start": 2373.16, "end": 2373.7, "word": " capitalized", "probability": 0.421875}, {"start": 2373.7, "end": 2374.08, "word": " I.", "probability": 0.80126953125}, {"start": 2374.38, "end": 2374.68, "word": " I", "probability": 0.90185546875}, {"start": 2374.68, "end": 2375.44, "word": " have", "probability": 0.9365234375}, {"start": 2375.44, "end": 2375.74, "word": " been", "probability": 0.919921875}, {"start": 2375.74, "end": 2376.16, "word": " both.", "probability": 0.8935546875}, {"start": 2377.26, "end": 2377.84, "word": " Hold", "probability": 0.189453125}, {"start": 2377.84, "end": 2377.98, "word": " on", "probability": 0.92919921875}, {"start": 2377.98, "end": 2378.08, "word": " a", "probability": 0.880859375}, {"start": 2378.08, "end": 2378.2, "word": " sec,", "probability": 0.7294921875}, {"start": 2378.34, "end": 2378.46, "word": " just", "probability": 0.912109375}, {"start": 2378.46, "end": 2378.88, "word": " a", "probability": 0.54541015625}, {"start": 2378.88, "end": 2379.1, "word": " fixed", "probability": 0.376708984375}, {"start": 2379.1, "end": 2379.36, "word": " statement.", "probability": 0.1676025390625}], "temperature": 1.0}, {"id": 78, "seek": 241496, "start": 2387.17, "end": 2414.97, "text": " been both a prisoner and a president. Is a president here capitalized? No, because it does not refer to a specific person. It's an indefinite noun, not a definite noun. Yes, please. Very nice. I was born in 1918 in a small village in South Africa. South Africa is capitalized because it refers to a specific location. Very good. All right. Yes, please.", "tokens": [668, 1293, 257, 28114, 293, 257, 3868, 13, 1119, 257, 3868, 510, 4238, 1602, 30, 883, 11, 570, 309, 775, 406, 2864, 281, 257, 2685, 954, 13, 467, 311, 364, 24162, 5194, 642, 23307, 11, 406, 257, 25131, 23307, 13, 1079, 11, 1767, 13, 4372, 1481, 13, 286, 390, 4232, 294, 36588, 294, 257, 1359, 7288, 294, 4242, 7349, 13, 4242, 7349, 307, 4238, 1602, 570, 309, 14942, 281, 257, 2685, 4914, 13, 4372, 665, 13, 1057, 558, 13, 1079, 11, 1767, 13], "avg_logprob": -0.24032738166196005, "compression_ratio": 1.7053140096618358, "no_speech_prob": 4.76837158203125e-07, "words": [{"start": 2387.17, "end": 2387.43, "word": " been", "probability": 0.1895751953125}, {"start": 2387.43, "end": 2387.95, "word": " both", "probability": 0.87158203125}, {"start": 2387.95, "end": 2389.01, "word": " a", "probability": 0.88134765625}, {"start": 2389.01, "end": 2389.51, "word": " prisoner", "probability": 0.9384765625}, {"start": 2389.51, "end": 2390.35, "word": " and", "probability": 0.92431640625}, {"start": 2390.35, "end": 2391.67, "word": " a", "probability": 0.61083984375}, {"start": 2391.67, "end": 2392.07, "word": " president.", "probability": 0.43603515625}, {"start": 2392.47, "end": 2392.67, "word": " Is", "probability": 0.73046875}, {"start": 2392.67, "end": 2392.83, "word": " a", "probability": 0.765625}, {"start": 2392.83, "end": 2393.13, "word": " president", "probability": 0.84375}, {"start": 2393.13, "end": 2393.39, "word": " here", "probability": 0.8349609375}, {"start": 2393.39, "end": 2394.07, "word": " capitalized?", "probability": 0.896728515625}, {"start": 2394.53, "end": 2394.75, "word": " No,", "probability": 0.5419921875}, {"start": 2394.89, "end": 2395.01, "word": " because", "probability": 0.44482421875}, {"start": 2395.01, "end": 2395.19, "word": " it", "probability": 0.90380859375}, {"start": 2395.19, "end": 2395.49, "word": " does", "probability": 0.92236328125}, {"start": 2395.49, "end": 2395.71, "word": " not", "probability": 0.9375}, {"start": 2395.71, "end": 2396.67, "word": " refer", "probability": 0.619140625}, {"start": 2396.67, "end": 2396.99, "word": " to", "probability": 0.9677734375}, {"start": 2396.99, "end": 2397.15, "word": " a", "probability": 0.96240234375}, {"start": 2397.15, "end": 2397.51, "word": " specific", "probability": 0.92724609375}, {"start": 2397.51, "end": 2397.87, "word": " person.", "probability": 0.86572265625}, {"start": 2398.01, "end": 2398.09, "word": " It's", "probability": 0.88427734375}, {"start": 2398.09, "end": 2398.29, "word": " an", "probability": 0.85009765625}, {"start": 2398.29, "end": 2398.85, "word": " indefinite", "probability": 0.8720703125}, {"start": 2398.85, "end": 2399.09, "word": " noun,", "probability": 0.9404296875}, {"start": 2399.33, "end": 2399.67, "word": " not", "probability": 0.89599609375}, {"start": 2399.67, "end": 2399.87, "word": " a", "probability": 0.982421875}, {"start": 2399.87, "end": 2400.23, "word": " definite", "probability": 0.94873046875}, {"start": 2400.23, "end": 2400.61, "word": " noun.", "probability": 0.96728515625}, {"start": 2400.91, "end": 2401.07, "word": " Yes,", "probability": 0.93310546875}, {"start": 2401.11, "end": 2401.27, "word": " please.", "probability": 0.75048828125}, {"start": 2401.39, "end": 2401.55, "word": " Very", "probability": 0.75732421875}, {"start": 2401.55, "end": 2401.83, "word": " nice.", "probability": 0.89794921875}, {"start": 2402.29, "end": 2402.69, "word": " I", "probability": 0.89501953125}, {"start": 2402.69, "end": 2402.91, "word": " was", "probability": 0.9501953125}, {"start": 2402.91, "end": 2403.19, "word": " born", "probability": 0.876953125}, {"start": 2403.19, "end": 2403.47, "word": " in", "probability": 0.94482421875}, {"start": 2403.47, "end": 2405.39, "word": " 1918", "probability": 0.279541015625}, {"start": 2405.39, "end": 2405.85, "word": " in", "probability": 0.54052734375}, {"start": 2405.85, "end": 2405.97, "word": " a", "probability": 0.9248046875}, {"start": 2405.97, "end": 2406.27, "word": " small", "probability": 0.90966796875}, {"start": 2406.27, "end": 2406.55, "word": " village", "probability": 0.95361328125}, {"start": 2406.55, "end": 2406.81, "word": " in", "probability": 0.90673828125}, {"start": 2406.81, "end": 2407.03, "word": " South", "probability": 0.81201171875}, {"start": 2407.03, "end": 2407.43, "word": " Africa.", "probability": 0.876953125}, {"start": 2408.23, "end": 2408.79, "word": " South", "probability": 0.77978515625}, {"start": 2408.79, "end": 2409.41, "word": " Africa", "probability": 0.8759765625}, {"start": 2409.41, "end": 2409.93, "word": " is", "probability": 0.82763671875}, {"start": 2409.93, "end": 2410.73, "word": " capitalized", "probability": 0.962158203125}, {"start": 2410.73, "end": 2410.95, "word": " because", "probability": 0.8515625}, {"start": 2410.95, "end": 2411.09, "word": " it", "probability": 0.94140625}, {"start": 2411.09, "end": 2411.43, "word": " refers", "probability": 0.892578125}, {"start": 2411.43, "end": 2411.59, "word": " to", "probability": 0.9658203125}, {"start": 2411.59, "end": 2411.75, "word": " a", "probability": 0.99462890625}, {"start": 2411.75, "end": 2412.19, "word": " specific", "probability": 0.91259765625}, {"start": 2412.19, "end": 2412.89, "word": " location.", "probability": 0.93505859375}, {"start": 2413.33, "end": 2413.53, "word": " Very", "probability": 0.78076171875}, {"start": 2413.53, "end": 2413.81, "word": " good.", "probability": 0.91796875}, {"start": 2414.13, "end": 2414.35, "word": " All", "probability": 0.297119140625}, {"start": 2414.35, "end": 2414.47, "word": " right.", "probability": 0.91943359375}, {"start": 2414.51, "end": 2414.67, "word": " Yes,", "probability": 0.9697265625}, {"start": 2414.73, "end": 2414.97, "word": " please.", "probability": 0.78515625}], "temperature": 1.0}, {"id": 79, "seek": 244440, "start": 2418.88, "end": 2444.4, "text": " Henry and Mandela was the chief of our tribe. There's no capitalization here. As a child, I took care of the family's cattle and goats. All right? Yes, please. When I grew up, I decided to become a lawyer. This seemed to be", "tokens": [11085, 293, 15458, 4053, 390, 264, 9588, 295, 527, 17625, 13, 821, 311, 572, 4238, 2144, 510, 13, 1018, 257, 1440, 11, 286, 1890, 1127, 295, 264, 1605, 311, 19992, 293, 34219, 13, 1057, 558, 30, 1079, 11, 1767, 13, 1133, 286, 6109, 493, 11, 286, 3047, 281, 1813, 257, 11613, 13, 639, 6576, 281, 312], "avg_logprob": -0.1807839933194612, "compression_ratio": 1.3493975903614457, "no_speech_prob": 1.7285346984863281e-06, "words": [{"start": 2418.88, "end": 2419.34, "word": " Henry", "probability": 0.7021484375}, {"start": 2419.34, "end": 2419.9, "word": " and", "probability": 0.8359375}, {"start": 2419.9, "end": 2421.1, "word": " Mandela", "probability": 0.782470703125}, {"start": 2421.1, "end": 2421.4, "word": " was", "probability": 0.75927734375}, {"start": 2421.4, "end": 2421.76, "word": " the", "probability": 0.85400390625}, {"start": 2421.76, "end": 2422.48, "word": " chief", "probability": 0.9267578125}, {"start": 2422.48, "end": 2422.64, "word": " of", "probability": 0.96337890625}, {"start": 2422.64, "end": 2422.98, "word": " our", "probability": 0.8837890625}, {"start": 2422.98, "end": 2424.38, "word": " tribe.", "probability": 0.58251953125}, {"start": 2424.64, "end": 2424.76, "word": " There's", "probability": 0.74169921875}, {"start": 2424.76, "end": 2424.92, "word": " no", "probability": 0.94482421875}, {"start": 2424.92, "end": 2425.64, "word": " capitalization", "probability": 0.960205078125}, {"start": 2425.64, "end": 2426.06, "word": " here.", "probability": 0.8291015625}, {"start": 2426.22, "end": 2426.72, "word": " As", "probability": 0.5849609375}, {"start": 2426.72, "end": 2426.98, "word": " a", "probability": 0.9404296875}, {"start": 2426.98, "end": 2428.36, "word": " child,", "probability": 0.87744140625}, {"start": 2428.54, "end": 2428.88, "word": " I", "probability": 0.986328125}, {"start": 2428.88, "end": 2429.24, "word": " took", "probability": 0.9130859375}, {"start": 2429.24, "end": 2430.08, "word": " care", "probability": 0.9013671875}, {"start": 2430.08, "end": 2430.2, "word": " of", "probability": 0.96630859375}, {"start": 2430.2, "end": 2430.32, "word": " the", "probability": 0.7685546875}, {"start": 2430.32, "end": 2430.86, "word": " family's", "probability": 0.850341796875}, {"start": 2430.86, "end": 2431.14, "word": " cattle", "probability": 0.98291015625}, {"start": 2431.14, "end": 2431.7, "word": " and", "probability": 0.921875}, {"start": 2431.7, "end": 2432.58, "word": " goats.", "probability": 0.87109375}, {"start": 2432.96, "end": 2433.1, "word": " All", "probability": 0.4970703125}, {"start": 2433.1, "end": 2433.32, "word": " right?", "probability": 0.91357421875}, {"start": 2434.34, "end": 2434.5, "word": " Yes,", "probability": 0.6953125}, {"start": 2434.56, "end": 2434.76, "word": " please.", "probability": 0.7890625}, {"start": 2434.8, "end": 2435.02, "word": " When", "probability": 0.83056640625}, {"start": 2435.02, "end": 2437.1, "word": " I", "probability": 0.99365234375}, {"start": 2437.1, "end": 2437.36, "word": " grew", "probability": 0.955078125}, {"start": 2437.36, "end": 2437.64, "word": " up,", "probability": 0.97314453125}, {"start": 2437.72, "end": 2437.9, "word": " I", "probability": 0.994140625}, {"start": 2437.9, "end": 2438.94, "word": " decided", "probability": 0.9443359375}, {"start": 2438.94, "end": 2439.18, "word": " to", "probability": 0.96826171875}, {"start": 2439.18, "end": 2439.64, "word": " become", "probability": 0.8818359375}, {"start": 2439.64, "end": 2440.32, "word": " a", "probability": 0.98876953125}, {"start": 2440.32, "end": 2440.68, "word": " lawyer.", "probability": 0.92724609375}, {"start": 2442.26, "end": 2442.74, "word": " This", "probability": 0.81396484375}, {"start": 2442.74, "end": 2443.86, "word": " seemed", "probability": 0.7353515625}, {"start": 2443.86, "end": 2444.06, "word": " to", "probability": 0.9677734375}, {"start": 2444.06, "end": 2444.4, "word": " be", "probability": 0.92333984375}], "temperature": 1.0}, {"id": 80, "seek": 246759, "start": 2449.17, "end": 2467.59, "text": " I became the leader of a group of young Africans. Africans is a capitalized nationality who wanted to change the system of discrimination in our country because of my political activities.", "tokens": [286, 3062, 264, 5263, 295, 257, 1594, 295, 2037, 42228, 13, 42228, 307, 257, 4238, 1602, 4048, 507, 567, 1415, 281, 1319, 264, 1185, 295, 15973, 294, 527, 1941, 570, 295, 452, 3905, 5354, 13], "avg_logprob": -0.2380642377667957, "compression_ratio": 1.4, "no_speech_prob": 4.172325134277344e-07, "words": [{"start": 2449.17, "end": 2449.47, "word": " I", "probability": 0.84765625}, {"start": 2449.47, "end": 2450.13, "word": " became", "probability": 0.89208984375}, {"start": 2450.13, "end": 2452.39, "word": " the", "probability": 0.6298828125}, {"start": 2452.39, "end": 2452.93, "word": " leader", "probability": 0.94091796875}, {"start": 2452.93, "end": 2453.71, "word": " of", "probability": 0.951171875}, {"start": 2453.71, "end": 2453.79, "word": " a", "probability": 0.921875}, {"start": 2453.79, "end": 2453.99, "word": " group", "probability": 0.94775390625}, {"start": 2453.99, "end": 2454.21, "word": " of", "probability": 0.96875}, {"start": 2454.21, "end": 2454.49, "word": " young", "probability": 0.90380859375}, {"start": 2454.49, "end": 2455.23, "word": " Africans.", "probability": 0.943359375}, {"start": 2455.55, "end": 2456.15, "word": " Africans", "probability": 0.86962890625}, {"start": 2456.15, "end": 2456.55, "word": " is", "probability": 0.697265625}, {"start": 2456.55, "end": 2457.09, "word": " a", "probability": 0.3271484375}, {"start": 2457.09, "end": 2457.91, "word": " capitalized", "probability": 0.503173828125}, {"start": 2457.91, "end": 2459.23, "word": " nationality", "probability": 0.8232421875}, {"start": 2459.23, "end": 2459.61, "word": " who", "probability": 0.65576171875}, {"start": 2459.61, "end": 2459.91, "word": " wanted", "probability": 0.8388671875}, {"start": 2459.91, "end": 2460.07, "word": " to", "probability": 0.9658203125}, {"start": 2460.07, "end": 2460.29, "word": " change", "probability": 0.89501953125}, {"start": 2460.29, "end": 2460.43, "word": " the", "probability": 0.8662109375}, {"start": 2460.43, "end": 2460.77, "word": " system", "probability": 0.939453125}, {"start": 2460.77, "end": 2461.11, "word": " of", "probability": 0.93603515625}, {"start": 2461.11, "end": 2461.83, "word": " discrimination", "probability": 0.9423828125}, {"start": 2461.83, "end": 2462.25, "word": " in", "probability": 0.75537109375}, {"start": 2462.25, "end": 2462.49, "word": " our", "probability": 0.7548828125}, {"start": 2462.49, "end": 2463.17, "word": " country", "probability": 0.91162109375}, {"start": 2463.17, "end": 2464.69, "word": " because", "probability": 0.5595703125}, {"start": 2464.69, "end": 2465.19, "word": " of", "probability": 0.955078125}, {"start": 2465.19, "end": 2465.37, "word": " my", "probability": 0.982421875}, {"start": 2465.37, "end": 2466.79, "word": " political", "probability": 0.921875}, {"start": 2466.79, "end": 2467.59, "word": " activities.", "probability": 0.81396484375}], "temperature": 1.0}, {"id": 81, "seek": 248754, "start": 2469.28, "end": 2487.54, "text": " I went to prison for 27 years. Prison. Prison. Prison. Prison. Prison. Prison. Prison. Prison. Prison. Prison. Prison. Prison. Prison. Prison. Prison. Prison. Prison. Prison. Prison. Prison. Prison. Prison. Prison. Prison. Prison. Prison. Prison. Prison. Prison. Prison. Prison. Prison. Prison. Prison. Prison. Prison. Prison. Prison. Prison. Prison. Prison. Prison. Prison. Prison. Prison. Prison. Prison. Prison. Prison. Prison. Prison. Prison. Prison. Prison. Prison. Prison. Prison. Prison. Prison. Prison. Prison. Prison. Prison. Prison. Prison. Prison. Prison. Prison. Prison. Prison. Prison. Prison. Prison. Prison. Prison. Prison. Prison. Prison. Prison. Prison. Prison. Prison. Prison. Prison. Prison. Prison. Prison. Prison. Prison. Prison. Prison. Prison. Prison. Prison. Prison. Prison. Prison. Prison. Prison. Prison. Prison. Prison. Prison. Prison. Prison. Prison. Prison. Prison.", "tokens": [286, 1437, 281, 6168, 337, 7634, 924, 13, 38888, 13, 38888, 13, 38888, 13, 38888, 13, 38888, 13, 38888, 13, 38888, 13, 38888, 13, 38888, 13, 38888, 13, 38888, 13, 38888, 13, 38888, 13, 38888, 13, 38888, 13, 38888, 13, 38888, 13, 38888, 13, 38888, 13, 38888, 13, 38888, 13, 38888, 13, 38888, 13, 38888, 13, 38888, 13, 38888, 13, 38888, 13, 38888, 13, 38888, 13, 38888, 13, 38888, 13, 38888, 13, 38888, 13, 38888, 13, 38888, 13, 38888, 13, 38888, 13, 38888, 13, 38888, 13, 38888, 13, 38888, 13, 38888, 13, 38888, 13, 38888, 13, 38888, 13, 38888, 13, 38888, 13, 38888, 13, 38888, 13, 38888, 13, 38888, 13, 38888, 13, 38888, 13, 38888, 13, 38888, 13, 38888, 13, 38888, 13, 38888, 13, 38888, 13, 38888, 13, 38888, 13, 38888, 13, 38888, 13, 38888, 13, 38888, 13, 38888, 13, 38888, 13, 38888, 13, 38888, 13, 38888, 13, 38888, 13, 38888, 13, 38888, 13, 38888, 13, 38888, 13, 38888, 13, 38888, 13, 38888, 13, 38888, 13, 38888, 13, 38888, 13, 38888, 13, 38888, 13, 38888, 13, 38888, 13, 38888, 13, 38888, 13, 38888, 13, 38888, 13, 38888, 13, 38888, 13, 38888, 13, 38888, 13, 38888, 13, 38888, 13, 38888, 13, 38888, 13, 38888, 13, 38888, 13, 38888, 13, 38888, 13, 38888, 13, 38888, 13, 38888, 13, 38888, 13, 38888, 13, 38888, 13, 38888, 13], "avg_logprob": -0.0649999968210856, "compression_ratio": 17.9, "no_speech_prob": 1.7881393432617188e-07, "words": [{"start": 2469.2799999999997, "end": 2470.04, "word": " I", "probability": 0.77734375}, {"start": 2470.04, "end": 2470.8, "word": " went", "probability": 0.859375}, {"start": 2470.8, "end": 2471.02, "word": " to", "probability": 0.9345703125}, {"start": 2471.02, "end": 2471.26, "word": " prison", "probability": 0.83349609375}, {"start": 2471.26, "end": 2471.5, "word": " for", "probability": 0.9384765625}, {"start": 2471.5, "end": 2472.28, "word": " 27", "probability": 0.4345703125}, {"start": 2472.28, "end": 2473.06, "word": " years.", "probability": 0.86669921875}, {"start": 2473.28, "end": 2473.72, "word": " Prison.", "probability": 0.5673828125}, {"start": 2473.96, "end": 2474.08, "word": " Prison.", "probability": 0.495361328125}, {"start": 2474.46, "end": 2474.48, "word": " Prison.", "probability": 0.317138671875}, {"start": 2474.82, "end": 2475.58, "word": " Prison.", "probability": 0.278564453125}, {"start": 2476.18, "end": 2476.18, "word": " Prison.", "probability": 0.428466796875}, {"start": 2476.5, "end": 2476.5, "word": " Prison.", "probability": 0.62548828125}, {"start": 2476.54, "end": 2476.54, "word": " Prison.", "probability": 0.7470703125}, {"start": 2476.54, "end": 2476.54, "word": " Prison.", "probability": 0.81640625}, {"start": 2476.54, "end": 2476.54, "word": " Prison.", "probability": 0.8544921875}, {"start": 2476.54, "end": 2476.54, "word": " Prison.", "probability": 0.87646484375}, {"start": 2476.54, "end": 2476.54, "word": " Prison.", "probability": 0.888671875}, {"start": 2476.54, "end": 2476.54, "word": " Prison.", "probability": 0.8984375}, {"start": 2476.54, "end": 2476.54, "word": " Prison.", "probability": 0.90576171875}, {"start": 2476.54, "end": 2476.54, "word": " Prison.", "probability": 0.91064453125}, {"start": 2476.54, "end": 2476.54, "word": " Prison.", "probability": 0.91650390625}, {"start": 2476.54, "end": 2476.54, "word": " Prison.", "probability": 0.9208984375}, {"start": 2476.54, "end": 2476.54, "word": " Prison.", "probability": 0.92431640625}, {"start": 2476.54, "end": 2476.54, "word": " Prison.", "probability": 0.9287109375}, {"start": 2476.54, "end": 2476.54, "word": " Prison.", "probability": 0.931640625}, {"start": 2476.54, "end": 2476.54, "word": " Prison.", "probability": 0.93505859375}, {"start": 2476.54, "end": 2476.54, "word": " Prison.", "probability": 0.9375}, {"start": 2476.54, "end": 2476.54, "word": " Prison.", "probability": 0.93994140625}, {"start": 2476.54, "end": 2476.54, "word": " Prison.", "probability": 0.94189453125}, {"start": 2476.54, "end": 2476.54, "word": " Prison.", "probability": 0.94287109375}, {"start": 2476.54, "end": 2476.54, "word": " Prison.", "probability": 0.9443359375}, {"start": 2476.54, "end": 2476.54, "word": " Prison.", "probability": 0.9453125}, {"start": 2476.54, "end": 2476.54, "word": " Prison.", "probability": 0.94580078125}, {"start": 2476.54, "end": 2476.54, "word": " Prison.", "probability": 0.94775390625}, {"start": 2476.54, "end": 2476.54, "word": " Prison.", "probability": 0.9482421875}, {"start": 2476.54, "end": 2476.54, "word": " Prison.", "probability": 0.94873046875}, {"start": 2476.54, "end": 2476.54, "word": " Prison.", "probability": 0.9501953125}, {"start": 2476.54, "end": 2476.54, "word": " Prison.", "probability": 0.95068359375}, {"start": 2476.54, "end": 2476.54, "word": " Prison.", "probability": 0.951171875}, {"start": 2476.54, "end": 2476.54, "word": " Prison.", "probability": 0.95166015625}, {"start": 2476.54, "end": 2476.54, "word": " Prison.", "probability": 0.9521484375}, {"start": 2476.54, "end": 2476.54, "word": " Prison.", "probability": 0.953125}, {"start": 2476.54, "end": 2476.76, "word": " Prison.", "probability": 0.953125}, {"start": 2476.78, "end": 2476.78, "word": " Prison.", "probability": 0.9541015625}, {"start": 2476.78, "end": 2476.78, "word": " Prison.", "probability": 0.95458984375}, {"start": 2476.78, "end": 2476.78, "word": " Prison.", "probability": 0.955078125}, {"start": 2476.78, "end": 2476.78, "word": " Prison.", "probability": 0.95556640625}, {"start": 2476.78, "end": 2476.78, "word": " Prison.", "probability": 0.9560546875}, {"start": 2476.78, "end": 2476.78, "word": " Prison.", "probability": 0.9560546875}, {"start": 2476.78, "end": 2476.78, "word": " Prison.", "probability": 0.95703125}, {"start": 2476.78, "end": 2476.78, "word": " Prison.", "probability": 0.95703125}, {"start": 2476.78, "end": 2476.78, "word": " Prison.", "probability": 0.95751953125}, {"start": 2476.78, "end": 2476.78, "word": " Prison.", "probability": 0.95751953125}, {"start": 2476.78, "end": 2476.78, "word": " Prison.", "probability": 0.9580078125}, {"start": 2476.78, "end": 2476.78, "word": " Prison.", "probability": 0.9580078125}, {"start": 2476.8, "end": 2476.8, "word": " Prison.", "probability": 0.958984375}, {"start": 2476.8, "end": 2476.8, "word": " Prison.", "probability": 0.958984375}, {"start": 2476.8, "end": 2476.8, "word": " Prison.", "probability": 0.95947265625}, {"start": 2476.8, "end": 2476.8, "word": " Prison.", "probability": 0.95947265625}, {"start": 2476.8, "end": 2476.8, "word": " Prison.", "probability": 0.95947265625}, {"start": 2476.8, "end": 2476.8, "word": " Prison.", "probability": 0.9599609375}, {"start": 2476.8, "end": 2476.8, "word": " Prison.", "probability": 0.9599609375}, {"start": 2476.8, "end": 2476.8, "word": " Prison.", "probability": 0.9609375}, {"start": 2476.8, "end": 2476.8, "word": " Prison.", "probability": 0.9609375}, {"start": 2476.8, "end": 2476.8, "word": " Prison.", "probability": 0.9609375}, {"start": 2476.8, "end": 2476.8, "word": " Prison.", "probability": 0.96142578125}, {"start": 2476.8, "end": 2476.8, "word": " Prison.", "probability": 0.9619140625}, {"start": 2476.8, "end": 2476.8, "word": " Prison.", "probability": 0.9619140625}, {"start": 2476.8, "end": 2476.8, "word": " Prison.", "probability": 0.96240234375}, {"start": 2476.8, "end": 2476.8, "word": " Prison.", "probability": 0.96240234375}, {"start": 2476.8, "end": 2476.8, "word": " Prison.", "probability": 0.962890625}, {"start": 2476.8, "end": 2476.8, "word": " Prison.", "probability": 0.96337890625}, {"start": 2476.8, "end": 2476.8, "word": " Prison.", "probability": 0.96337890625}, {"start": 2476.8, "end": 2476.8, "word": " Prison.", "probability": 0.96337890625}, {"start": 2476.8, "end": 2476.8, "word": " Prison.", "probability": 0.9638671875}, {"start": 2476.8, "end": 2476.8, "word": " Prison.", "probability": 0.9638671875}, {"start": 2476.8, "end": 2476.8, "word": " Prison.", "probability": 0.96435546875}, {"start": 2476.8, "end": 2476.8, "word": " Prison.", "probability": 0.96484375}, {"start": 2476.8, "end": 2476.8, "word": " Prison.", "probability": 0.96484375}, {"start": 2476.8, "end": 2476.8, "word": " Prison.", "probability": 0.96533203125}, {"start": 2476.8, "end": 2476.8, "word": " Prison.", "probability": 0.96533203125}, {"start": 2476.8, "end": 2476.8, "word": " Prison.", "probability": 0.9658203125}, {"start": 2476.82, "end": 2476.82, "word": " Prison.", "probability": 0.9658203125}, {"start": 2476.82, "end": 2476.82, "word": " Prison.", "probability": 0.96630859375}, {"start": 2476.82, "end": 2476.82, "word": " Prison.", "probability": 0.9658203125}, {"start": 2476.82, "end": 2476.82, "word": " Prison.", "probability": 0.96630859375}, {"start": 2476.82, "end": 2476.82, "word": " Prison.", "probability": 0.96630859375}, {"start": 2476.82, "end": 2476.82, "word": " Prison.", "probability": 0.96630859375}, {"start": 2476.82, "end": 2476.82, "word": " Prison.", "probability": 0.966796875}, {"start": 2476.82, "end": 2476.82, "word": " Prison.", "probability": 0.966796875}, {"start": 2476.82, "end": 2476.82, "word": " Prison.", "probability": 0.966796875}, {"start": 2476.82, "end": 2476.82, "word": " Prison.", "probability": 0.966796875}, {"start": 2476.84, "end": 2477.12, "word": " Prison.", "probability": 0.96728515625}, {"start": 2477.16, "end": 2477.16, "word": " Prison.", "probability": 0.9677734375}, {"start": 2477.16, "end": 2477.16, "word": " Prison.", "probability": 0.96728515625}, {"start": 2477.16, "end": 2477.16, "word": " Prison.", "probability": 0.96728515625}, {"start": 2477.16, "end": 2477.16, "word": " Prison.", "probability": 0.96728515625}, {"start": 2477.16, "end": 2477.16, "word": " Prison.", "probability": 0.96728515625}, {"start": 2477.66, "end": 2477.66, "word": " Prison.", "probability": 0.96728515625}, {"start": 2478.06, "end": 2478.42, "word": " Prison.", "probability": 0.966796875}, {"start": 2478.54, "end": 2478.54, "word": " Prison.", "probability": 0.966796875}, {"start": 2478.54, "end": 2478.54, "word": " Prison.", "probability": 0.966796875}, {"start": 2478.54, "end": 2478.54, "word": " Prison.", "probability": 0.96630859375}, {"start": 2478.54, "end": 2478.54, "word": " Prison.", "probability": 0.96630859375}, {"start": 2478.54, "end": 2478.54, "word": " Prison.", "probability": 0.9658203125}, {"start": 2478.54, "end": 2478.54, "word": " Prison.", "probability": 0.96630859375}, {"start": 2478.54, "end": 2479.02, "word": " Prison.", "probability": 0.9658203125}, {"start": 2480.3, "end": 2480.86, "word": " Prison.", "probability": 0.9658203125}, {"start": 2480.9, "end": 2480.9, "word": " Prison.", "probability": 0.9658203125}, {"start": 2480.98, "end": 2481.14, "word": " Prison.", "probability": 0.9658203125}, {"start": 2481.66, "end": 2482.06, "word": " Prison.", "probability": 0.9658203125}, {"start": 2483.32, "end": 2484.08, "word": " Prison.", "probability": 0.96533203125}, {"start": 2485.32, "end": 2485.84, "word": " Prison.", "probability": 0.9638671875}, {"start": 2487.1, "end": 2487.54, "word": " Prison.", "probability": 0.9638671875}], "temperature": 1.0}, {"id": 82, "seek": 250653, "start": 2496.99, "end": 2506.53, "text": " from all over the world. I also learned that Africa is the name of a language which is Hamasa.", "tokens": [490, 439, 670, 264, 1002, 13, 286, 611, 3264, 300, 7349, 307, 264, 1315, 295, 257, 2856, 597, 307, 8234, 296, 64, 13], "avg_logprob": -0.4899088641007741, "compression_ratio": 1.144578313253012, "no_speech_prob": 4.172325134277344e-07, "words": [{"start": 2496.99, "end": 2497.13, "word": " from", "probability": 0.1002197265625}, {"start": 2497.13, "end": 2497.37, "word": " all", "probability": 0.92529296875}, {"start": 2497.37, "end": 2497.75, "word": " over", "probability": 0.9248046875}, {"start": 2497.75, "end": 2498.33, "word": " the", "probability": 0.80908203125}, {"start": 2498.33, "end": 2498.53, "word": " world.", "probability": 0.94580078125}, {"start": 2498.71, "end": 2498.93, "word": " I", "probability": 0.919921875}, {"start": 2498.93, "end": 2499.21, "word": " also", "probability": 0.7802734375}, {"start": 2499.21, "end": 2499.71, "word": " learned", "probability": 0.6630859375}, {"start": 2499.71, "end": 2500.65, "word": " that", "probability": 0.7392578125}, {"start": 2500.65, "end": 2501.81, "word": " Africa", "probability": 0.350341796875}, {"start": 2501.81, "end": 2502.73, "word": " is", "probability": 0.78759765625}, {"start": 2502.73, "end": 2504.33, "word": " the", "probability": 0.85302734375}, {"start": 2504.33, "end": 2504.61, "word": " name", "probability": 0.8779296875}, {"start": 2504.61, "end": 2504.75, "word": " of", "probability": 0.96484375}, {"start": 2504.75, "end": 2504.85, "word": " a", "probability": 0.57275390625}, {"start": 2504.85, "end": 2505.19, "word": " language", "probability": 0.83837890625}, {"start": 2505.19, "end": 2505.47, "word": " which", "probability": 0.521484375}, {"start": 2505.47, "end": 2505.85, "word": " is", "probability": 0.88037109375}, {"start": 2505.85, "end": 2506.53, "word": " Hamasa.", "probability": 0.4044392903645833}], "temperature": 1.0}, {"id": 83, "seek": 255127, "start": 2525.95, "end": 2551.27, "text": " capital letter Y for South Africans. Of course, I also speak English and Xhosa, which is also a name of a language. Xhosa, which is the language of my tribe. In 1990, I was 33. I became the President of South Africa.", "tokens": [4238, 5063, 398, 337, 4242, 42228, 13, 2720, 1164, 11, 286, 611, 1710, 3669, 293, 1783, 71, 6447, 11, 597, 307, 611, 257, 1315, 295, 257, 2856, 13, 1783, 71, 6447, 11, 597, 307, 264, 2856, 295, 452, 17625, 13, 682, 13384, 11, 286, 390, 11816, 13, 286, 3062, 264, 3117, 295, 4242, 7349, 13], "avg_logprob": -0.30161829399211065, "compression_ratio": 1.4, "no_speech_prob": 1.0728836059570312e-06, "words": [{"start": 2525.95, "end": 2526.35, "word": " capital", "probability": 0.2451171875}, {"start": 2526.35, "end": 2526.73, "word": " letter", "probability": 0.69384765625}, {"start": 2526.73, "end": 2527.27, "word": " Y", "probability": 0.6552734375}, {"start": 2527.27, "end": 2527.95, "word": " for", "probability": 0.5029296875}, {"start": 2527.95, "end": 2528.59, "word": " South", "probability": 0.78564453125}, {"start": 2528.59, "end": 2529.61, "word": " Africans.", "probability": 0.92919921875}, {"start": 2530.07, "end": 2530.39, "word": " Of", "probability": 0.82275390625}, {"start": 2530.39, "end": 2530.97, "word": " course,", "probability": 0.955078125}, {"start": 2531.05, "end": 2532.09, "word": " I", "probability": 0.9814453125}, {"start": 2532.09, "end": 2532.39, "word": " also", "probability": 0.76513671875}, {"start": 2532.39, "end": 2532.73, "word": " speak", "probability": 0.9814453125}, {"start": 2532.73, "end": 2533.23, "word": " English", "probability": 0.95703125}, {"start": 2533.23, "end": 2533.75, "word": " and", "probability": 0.5908203125}, {"start": 2533.75, "end": 2534.47, "word": " Xhosa,", "probability": 0.6893717447916666}, {"start": 2534.71, "end": 2535.43, "word": " which", "probability": 0.732421875}, {"start": 2535.43, "end": 2535.61, "word": " is", "probability": 0.95166015625}, {"start": 2535.61, "end": 2535.91, "word": " also", "probability": 0.87158203125}, {"start": 2535.91, "end": 2536.09, "word": " a", "probability": 0.69189453125}, {"start": 2536.09, "end": 2536.29, "word": " name", "probability": 0.86328125}, {"start": 2536.29, "end": 2536.43, "word": " of", "probability": 0.96533203125}, {"start": 2536.43, "end": 2536.53, "word": " a", "probability": 0.90185546875}, {"start": 2536.53, "end": 2536.93, "word": " language.", "probability": 0.8671875}, {"start": 2537.33, "end": 2538.17, "word": " Xhosa,", "probability": 0.8719075520833334}, {"start": 2538.29, "end": 2538.41, "word": " which", "probability": 0.943359375}, {"start": 2538.41, "end": 2538.59, "word": " is", "probability": 0.947265625}, {"start": 2538.59, "end": 2538.73, "word": " the", "probability": 0.865234375}, {"start": 2538.73, "end": 2539.03, "word": " language", "probability": 0.873046875}, {"start": 2539.03, "end": 2539.25, "word": " of", "probability": 0.9677734375}, {"start": 2539.25, "end": 2539.67, "word": " my", "probability": 0.97314453125}, {"start": 2539.67, "end": 2540.87, "word": " tribe.", "probability": 0.96240234375}, {"start": 2541.21, "end": 2541.83, "word": " In", "probability": 0.70849609375}, {"start": 2541.83, "end": 2543.77, "word": " 1990,", "probability": 0.87158203125}, {"start": 2544.65, "end": 2545.11, "word": " I", "probability": 0.91748046875}, {"start": 2545.11, "end": 2545.97, "word": " was", "probability": 0.59716796875}, {"start": 2545.97, "end": 2546.81, "word": " 33.", "probability": 0.85546875}, {"start": 2547.07, "end": 2547.57, "word": " I", "probability": 0.99072265625}, {"start": 2547.57, "end": 2548.21, "word": " became", "probability": 0.8974609375}, {"start": 2548.21, "end": 2549.57, "word": " the", "probability": 0.8828125}, {"start": 2549.57, "end": 2550.11, "word": " President", "probability": 0.455078125}, {"start": 2550.11, "end": 2550.39, "word": " of", "probability": 0.974609375}, {"start": 2550.39, "end": 2550.79, "word": " South", "probability": 0.93115234375}, {"start": 2550.79, "end": 2551.27, "word": " Africa.", "probability": 0.80908203125}], "temperature": 1.0}, {"id": 84, "seek": 258065, "start": 2555.65, "end": 2580.65, "text": " Africa in 1994. During my time in office, I tried to bring peace, democracy and prosperity to all my country people. Now, I am retired full stop. Alright? Is this clear? So what we see here are examples of when to use capitalization. There are some rules that we just applied.", "tokens": [7349, 294, 22736, 13, 6842, 452, 565, 294, 3398, 11, 286, 3031, 281, 1565, 4336, 11, 10528, 293, 22434, 281, 439, 452, 1941, 561, 13, 823, 11, 286, 669, 16776, 1577, 1590, 13, 2798, 30, 1119, 341, 1850, 30, 407, 437, 321, 536, 510, 366, 5110, 295, 562, 281, 764, 4238, 2144, 13, 821, 366, 512, 4474, 300, 321, 445, 6456, 13], "avg_logprob": -0.29861111962606035, "compression_ratio": 1.398989898989899, "no_speech_prob": 5.0067901611328125e-06, "words": [{"start": 2555.65, "end": 2556.17, "word": " Africa", "probability": 0.366943359375}, {"start": 2556.17, "end": 2556.45, "word": " in", "probability": 0.8564453125}, {"start": 2556.45, "end": 2557.71, "word": " 1994.", "probability": 0.63134765625}, {"start": 2558.71, "end": 2559.05, "word": " During", "probability": 0.806640625}, {"start": 2559.05, "end": 2559.41, "word": " my", "probability": 0.96875}, {"start": 2559.41, "end": 2559.71, "word": " time", "probability": 0.859375}, {"start": 2559.71, "end": 2559.85, "word": " in", "probability": 0.9375}, {"start": 2559.85, "end": 2560.31, "word": " office,", "probability": 0.845703125}, {"start": 2560.53, "end": 2560.61, "word": " I", "probability": 0.92578125}, {"start": 2560.61, "end": 2561.05, "word": " tried", "probability": 0.740234375}, {"start": 2561.05, "end": 2563.53, "word": " to", "probability": 0.966796875}, {"start": 2563.53, "end": 2563.79, "word": " bring", "probability": 0.9462890625}, {"start": 2563.79, "end": 2564.33, "word": " peace,", "probability": 0.85888671875}, {"start": 2564.59, "end": 2565.21, "word": " democracy", "probability": 0.93017578125}, {"start": 2565.21, "end": 2565.43, "word": " and", "probability": 0.50341796875}, {"start": 2565.43, "end": 2565.77, "word": " prosperity", "probability": 0.82666015625}, {"start": 2565.77, "end": 2565.99, "word": " to", "probability": 0.76513671875}, {"start": 2565.99, "end": 2566.13, "word": " all", "probability": 0.89404296875}, {"start": 2566.13, "end": 2566.33, "word": " my", "probability": 0.5029296875}, {"start": 2566.33, "end": 2566.57, "word": " country", "probability": 0.92724609375}, {"start": 2566.57, "end": 2566.99, "word": " people.", "probability": 0.626953125}, {"start": 2567.65, "end": 2568.17, "word": " Now,", "probability": 0.70703125}, {"start": 2569.71, "end": 2569.95, "word": " I", "probability": 0.98974609375}, {"start": 2569.95, "end": 2570.45, "word": " am", "probability": 0.8056640625}, {"start": 2570.45, "end": 2571.29, "word": " retired", "probability": 0.7685546875}, {"start": 2571.29, "end": 2571.69, "word": " full", "probability": 0.415771484375}, {"start": 2571.69, "end": 2572.07, "word": " stop.", "probability": 0.837890625}, {"start": 2572.31, "end": 2572.43, "word": " Alright?", "probability": 0.288818359375}, {"start": 2572.83, "end": 2572.91, "word": " Is", "probability": 0.7216796875}, {"start": 2572.91, "end": 2573.07, "word": " this", "probability": 0.9140625}, {"start": 2573.07, "end": 2573.39, "word": " clear?", "probability": 0.90234375}, {"start": 2573.61, "end": 2573.79, "word": " So", "probability": 0.65966796875}, {"start": 2573.79, "end": 2573.93, "word": " what", "probability": 0.62646484375}, {"start": 2573.93, "end": 2574.09, "word": " we", "probability": 0.802734375}, {"start": 2574.09, "end": 2574.31, "word": " see", "probability": 0.927734375}, {"start": 2574.31, "end": 2574.65, "word": " here", "probability": 0.86181640625}, {"start": 2574.65, "end": 2574.91, "word": " are", "probability": 0.896484375}, {"start": 2574.91, "end": 2575.45, "word": " examples", "probability": 0.79638671875}, {"start": 2575.45, "end": 2575.73, "word": " of", "probability": 0.94091796875}, {"start": 2575.73, "end": 2575.97, "word": " when", "probability": 0.7392578125}, {"start": 2575.97, "end": 2576.13, "word": " to", "probability": 0.8154296875}, {"start": 2576.13, "end": 2576.57, "word": " use", "probability": 0.87890625}, {"start": 2576.57, "end": 2578.63, "word": " capitalization.", "probability": 0.892578125}, {"start": 2578.77, "end": 2578.85, "word": " There", "probability": 0.74951171875}, {"start": 2578.85, "end": 2578.97, "word": " are", "probability": 0.9208984375}, {"start": 2578.97, "end": 2579.23, "word": " some", "probability": 0.89013671875}, {"start": 2579.23, "end": 2579.47, "word": " rules", "probability": 0.8408203125}, {"start": 2579.47, "end": 2579.65, "word": " that", "probability": 0.90380859375}, {"start": 2579.65, "end": 2579.81, "word": " we", "probability": 0.95654296875}, {"start": 2579.81, "end": 2580.15, "word": " just", "probability": 0.87646484375}, {"start": 2580.15, "end": 2580.65, "word": " applied.", "probability": 0.77783203125}], "temperature": 1.0}, {"id": 85, "seek": 259510, "start": 2580.88, "end": 2595.1, "text": " in this respect. So from now on please pay attention whenever you write to capitalize according to these rules that we just applied and studied. Alright? Thank you very much and see you next time inshallah. Thank you.", "tokens": [294, 341, 3104, 13, 407, 490, 586, 322, 1767, 1689, 3202, 5699, 291, 2464, 281, 48114, 4650, 281, 613, 4474, 300, 321, 445, 6456, 293, 9454, 13, 2798, 30, 1044, 291, 588, 709, 293, 536, 291, 958, 565, 1028, 71, 13492, 13, 1044, 291, 13], "avg_logprob": -0.2399796166497728, "compression_ratio": 1.4248366013071896, "no_speech_prob": 0.0001392364501953125, "words": [{"start": 2580.88, "end": 2581.26, "word": " in", "probability": 0.486328125}, {"start": 2581.26, "end": 2581.62, "word": " this", "probability": 0.8818359375}, {"start": 2581.62, "end": 2582.14, "word": " respect.", "probability": 0.78369140625}, {"start": 2582.34, "end": 2582.34, "word": " So", "probability": 0.8212890625}, {"start": 2582.34, "end": 2582.48, "word": " from", "probability": 0.763671875}, {"start": 2582.48, "end": 2582.7, "word": " now", "probability": 0.9462890625}, {"start": 2582.7, "end": 2582.96, "word": " on", "probability": 0.93359375}, {"start": 2582.96, "end": 2583.56, "word": " please", "probability": 0.446533203125}, {"start": 2583.56, "end": 2584.06, "word": " pay", "probability": 0.94189453125}, {"start": 2584.06, "end": 2584.36, "word": " attention", "probability": 0.94482421875}, {"start": 2584.36, "end": 2584.78, "word": " whenever", "probability": 0.449951171875}, {"start": 2584.78, "end": 2585.0, "word": " you", "probability": 0.962890625}, {"start": 2585.0, "end": 2585.32, "word": " write", "probability": 0.92919921875}, {"start": 2585.32, "end": 2585.82, "word": " to", "probability": 0.904296875}, {"start": 2585.82, "end": 2586.32, "word": " capitalize", "probability": 0.64794921875}, {"start": 2586.32, "end": 2587.0, "word": " according", "probability": 0.923828125}, {"start": 2587.0, "end": 2587.26, "word": " to", "probability": 0.95166015625}, {"start": 2587.26, "end": 2587.5, "word": " these", "probability": 0.81689453125}, {"start": 2587.5, "end": 2587.74, "word": " rules", "probability": 0.83642578125}, {"start": 2587.74, "end": 2587.92, "word": " that", "probability": 0.90966796875}, {"start": 2587.92, "end": 2588.12, "word": " we", "probability": 0.95654296875}, {"start": 2588.12, "end": 2588.54, "word": " just", "probability": 0.88623046875}, {"start": 2588.54, "end": 2589.64, "word": " applied", "probability": 0.75341796875}, {"start": 2589.64, "end": 2589.94, "word": " and", "probability": 0.935546875}, {"start": 2589.94, "end": 2590.3, "word": " studied.", "probability": 0.94189453125}, {"start": 2590.64, "end": 2590.88, "word": " Alright?", "probability": 0.57666015625}, {"start": 2592.06, "end": 2592.28, "word": " Thank", "probability": 0.888671875}, {"start": 2592.28, "end": 2592.38, "word": " you", "probability": 0.95361328125}, {"start": 2592.38, "end": 2592.62, "word": " very", "probability": 0.8544921875}, {"start": 2592.62, "end": 2592.86, "word": " much", "probability": 0.916015625}, {"start": 2592.86, "end": 2593.04, "word": " and", "probability": 0.81982421875}, {"start": 2593.04, "end": 2593.22, "word": " see", "probability": 0.90625}, {"start": 2593.22, "end": 2593.34, "word": " you", "probability": 0.96728515625}, {"start": 2593.34, "end": 2593.52, "word": " next", "probability": 0.93310546875}, {"start": 2593.52, "end": 2593.78, "word": " time", "probability": 0.87744140625}, {"start": 2593.78, "end": 2594.26, "word": " inshallah.", "probability": 0.484375}, {"start": 2594.64, "end": 2594.96, "word": " Thank", "probability": 0.8955078125}, {"start": 2594.96, "end": 2595.1, "word": " you.", "probability": 0.93994140625}], "temperature": 1.0}], "language": "en", "language_probability": 1.0, "duration": 2596.3625, "duration_after_vad": 1937.815624999993} \ No newline at end of file diff --git a/PL9fwy3NUQKwbknFHzECJkgNOSFOth6GiS/NLaxFPPt4Jw_raw.srt b/PL9fwy3NUQKwbknFHzECJkgNOSFOth6GiS/NLaxFPPt4Jw_raw.srt new file mode 100644 index 0000000000000000000000000000000000000000..2d146b5f48831bf16ab86235f61d17d9bc260c88 --- /dev/null +++ b/PL9fwy3NUQKwbknFHzECJkgNOSFOth6GiS/NLaxFPPt4Jw_raw.srt @@ -0,0 +1,1896 @@ +1 +00:00:21,260 --> 00:00:24,700 +Good morning, how are you today? Very good, very + +2 +00:00:24,700 --> 00:00:27,040 +good. Alright, today we're looking at a very + +3 +00:00:27,040 --> 00:00:29,880 +important topic and this has to do with getting + +4 +00:00:29,880 --> 00:00:33,860 +your punctuation right. We're talking today about + +5 +00:00:33,860 --> 00:00:37,420 +a common sort of writing problem that a lot of + +6 +00:00:37,420 --> 00:00:42,400 +students have or make when they write their + +7 +00:00:42,400 --> 00:00:46,000 +sentences and this is about not being able to + +8 +00:00:46,000 --> 00:00:49,400 +write or to punctuate sentences correctly. + +9 +00:00:51,030 --> 00:00:54,450 +sentences problems and these are run-on sentences + +10 +00:00:54,450 --> 00:00:59,610 +and comma splice sentences. It's an easy concept, + +11 +00:00:59,750 --> 00:01:01,970 +it's not a very difficult concept to understand, + +12 +00:01:02,350 --> 00:01:06,570 +but it's all about just writing good punctuation, + +13 +00:01:06,730 --> 00:01:09,560 +writing or punctuating your sentences. Correctly. + +14 +00:01:09,800 --> 00:01:13,520 +What is a run-on sentence? It's basically a + +15 +00:01:13,520 --> 00:01:17,180 +sentence error caused by running one sentence + +16 +00:01:17,180 --> 00:01:19,900 +after another. For example, let's just consider + +17 +00:01:19,900 --> 00:01:23,520 +this example for instance. We all like writing. We + +18 +00:01:23,520 --> 00:01:27,240 +all love this. Plus we have two sentences but + +19 +00:01:27,240 --> 00:01:31,040 +there is no punctuation marks between them. So + +20 +00:01:31,040 --> 00:01:33,700 +this is a kind of problem that we call a run-on + +21 +00:01:33,700 --> 00:01:36,260 +sentence. Let's just say one sentence running + +22 +00:01:36,260 --> 00:01:39,500 +after another without any clear punctuation + +23 +00:01:39,500 --> 00:01:42,280 +between them and this is not correct. This is + +24 +00:01:42,280 --> 00:01:46,720 +actually wrong punctuation. Alright? We also have + +25 +00:01:46,720 --> 00:01:51,670 +another common sentence error which is a comma + +26 +00:01:51,670 --> 00:01:54,710 +splice which is a different kind of punctuation + +27 +00:01:54,710 --> 00:01:57,990 +problem which is let's consider this example we + +28 +00:01:57,990 --> 00:02:03,770 +all like writing comma we all love this class what + +29 +00:02:03,770 --> 00:02:08,260 +is wrong here? is that there are two sentences, + +30 +00:02:08,560 --> 00:02:11,540 +but there is only a comma, a poor little comma + +31 +00:02:11,540 --> 00:02:14,980 +between them, and this is again incorrect + +32 +00:02:14,980 --> 00:02:18,300 +punctuation. So next time you're going to write + +33 +00:02:18,300 --> 00:02:22,140 +sentences, we have to avoid these kinds of run-on + +34 +00:02:22,140 --> 00:02:28,140 +and comma splice sentences. How can we solve run + +35 +00:02:28,140 --> 00:02:31,820 +-on and comma splice sentences? There are two easy + +36 +00:02:31,820 --> 00:02:35,760 +ways to solve artifacts. run on and comma splice + +37 +00:02:35,760 --> 00:02:40,820 +sentences. The first one is to add a period. Let's + +38 +00:02:40,820 --> 00:02:44,040 +consider this example. We all like writing full + +39 +00:02:44,040 --> 00:02:49,660 +stop. Okay? We all love this plus. So it's an easy + +40 +00:02:49,660 --> 00:02:53,160 +solution. It's just to put a comma to separate the + +41 +00:02:53,160 --> 00:02:56,260 +two sentences. All right? So we all like writing. + +42 +00:02:56,400 --> 00:03:00,840 +We all love this plus. All right? So what is, how + +43 +00:03:00,840 --> 00:03:05,410 +can we fix this one?I received a letter. It was + +44 +00:03:05,410 --> 00:03:08,790 +from my overseas friend. The solution is by + +45 +00:03:08,790 --> 00:03:14,310 +putting a full stop just or a period between the + +46 +00:03:14,310 --> 00:03:18,410 +two sentences. I received a letter full stop. It + +47 +00:03:18,410 --> 00:03:22,930 +was from my overseas friend. Another example would + +48 +00:03:22,930 --> 00:03:26,320 +be something like My supervisor has been making a + +49 +00:03:26,320 --> 00:03:29,040 +lot of changes because she's really causing + +50 +00:03:29,040 --> 00:03:34,580 +problems to me. How can we fix it? Basically, we + +51 +00:03:34,580 --> 00:03:38,720 +change the comma into apostrophe and this is the + +52 +00:03:38,720 --> 00:03:41,620 +way to solve one way or the first way to solve + +53 +00:03:41,620 --> 00:03:44,860 +comma splice and run on sentence. It's basically + +54 +00:03:44,860 --> 00:03:50,390 +replace the comma with a full stop or just put a + +55 +00:03:50,390 --> 00:03:53,910 +full stop between the two run run sentences. Is + +56 +00:03:53,910 --> 00:03:56,390 +this clear? Yes. Alright, this is solution number + +57 +00:03:56,390 --> 00:04:01,190 +one. We have a second solution which isBasically, + +58 +00:04:01,570 --> 00:04:05,850 +we add a connector. One of the fanboys I told you + +59 +00:04:05,850 --> 00:04:09,410 +about last time. That is to say we add a sub + +60 +00:04:09,410 --> 00:04:13,490 +coordinating conjunction or one of these groups + +61 +00:04:13,490 --> 00:04:17,890 +for and nor but or yet and so between the two + +62 +00:04:17,890 --> 00:04:21,790 +sentences so that we can join them correctly and + +63 +00:04:21,790 --> 00:04:24,410 +in the correct punctuation. For example, + +64 +00:04:28,380 --> 00:04:32,740 +And we all love this plus. So we fix the run on + +65 +00:04:32,740 --> 00:04:36,140 +sentence by adding a connector, by adding the + +66 +00:04:36,140 --> 00:04:39,660 +coordinating conjunction and or any of these seven + +67 +00:04:39,660 --> 00:04:43,340 +coordinators in the word fanboys to correct the + +68 +00:04:43,340 --> 00:04:47,260 +punctuation. Another example would be I want a + +69 +00:04:47,260 --> 00:04:50,540 +promotion. I want more vacation days. This is a + +70 +00:04:50,540 --> 00:04:56,020 +run on sentence. We can fix it by comma and I want + +71 +00:04:56,020 --> 00:05:00,440 +a promotion and I want more vacation days. So this + +72 +00:05:00,440 --> 00:05:04,860 +is actually or these are the two correct ways of + +73 +00:05:04,860 --> 00:05:10,420 +fixing run on and comma splice punctuation + +74 +00:05:10,420 --> 00:05:13,020 +problems. Let's see this example. Which one is the + +75 +00:05:13,020 --> 00:05:16,400 +correct one? Men like to shop quickly. Women like + +76 +00:05:16,400 --> 00:05:19,820 +to browse. The correct way would be Men like to + +77 +00:05:19,820 --> 00:05:24,080 +shop. Men like to shop quickly, but women like to + +78 +00:05:24,080 --> 00:05:27,540 +browse. So the solution here is by adding the + +79 +00:05:27,540 --> 00:05:32,260 +connector or the coordinating word to join the two + +80 +00:05:32,260 --> 00:05:35,800 +sentences correctly. Is this clear? Yes. Actually, + +81 +00:05:35,840 --> 00:05:38,980 +it's not a very difficult concept to understand, + +82 +00:05:39,400 --> 00:05:42,980 +okay? How can we fix again my, this is one + +83 +00:05:42,980 --> 00:05:45,360 +example. What is the problem here? Run one more + +84 +00:05:45,360 --> 00:05:48,810 +comma splice? My best subject is English, my worst + +85 +00:05:48,810 --> 00:05:51,830 +subject is Computer Science. It's a run-on + +86 +00:05:51,830 --> 00:05:55,850 +sentence and here are the two ways of fixing them, + +87 +00:05:56,090 --> 00:06:01,310 +a full stop or a but and we added a second + +88 +00:06:01,310 --> 00:06:05,930 +sentence. Alright? Okay? Excellent. Alright. And + +89 +00:06:05,930 --> 00:06:09,390 +this is the way to fix them correctly. All right. + +90 +00:06:09,630 --> 00:06:11,850 +Which is correct, do you think? Is it the first + +91 +00:06:11,850 --> 00:06:14,750 +one or the second one in terms of punctuation and + +92 +00:06:14,750 --> 00:06:17,470 +in terms of avoiding run on and comma splice + +93 +00:06:17,470 --> 00:06:22,390 +problems? First or the second sentence is the + +94 +00:06:22,390 --> 00:06:25,990 +correct? Yes, I agree with you. It is the second + +95 +00:06:25,990 --> 00:06:30,290 +problem. All right. I have a back problem. So I am + +96 +00:06:30,290 --> 00:06:33,710 +usually go to a chiropractor. So we have here the + +97 +00:06:33,710 --> 00:06:38,660 +correct So this is what we should punctuate all + +98 +00:06:38,660 --> 00:06:41,920 +the time correctly. All right, let's see which one + +99 +00:06:41,920 --> 00:06:43,940 +is the correct one, the first or the second + +100 +00:06:43,940 --> 00:06:48,700 +sentence? The first. Clearly the first sentence is + +101 +00:06:48,700 --> 00:06:52,740 +the correct one. College is not like high school, + +102 +00:06:53,180 --> 00:06:58,180 +full stop. It is a lot harder. Okay, let's see the + +103 +00:06:58,180 --> 00:07:02,780 +third example, which is the correct, the correctly + +104 +00:07:02,780 --> 00:07:05,000 +punctuated sentence, the first one or the second + +105 +00:07:05,000 --> 00:07:09,960 +one? Do you agree? Second one? Yes. The second one + +106 +00:07:09,960 --> 00:07:12,620 +is the correct one. Tanya got an excellent grade + +107 +00:07:12,620 --> 00:07:17,200 +on her test. Four. So one of the fanboys. Comma. + +108 +00:07:17,320 --> 00:07:22,640 +Four. She studied really hard. Okay. The next one. + +109 +00:07:22,940 --> 00:07:27,960 +Which is the correct punctuation of sentences? No. + +110 +00:07:28,680 --> 00:07:32,280 +The first one. First one or the second one? The + +111 +00:07:32,280 --> 00:07:38,000 +first one. Who says the first one? It's not a + +112 +00:07:38,000 --> 00:07:40,920 +threat, it's not a threat actually. It's actually + +113 +00:07:40,920 --> 00:07:43,840 +the second one. Why? Because for example this is + +114 +00:07:43,840 --> 00:07:46,940 +not the way we correct or punctuate sentences + +115 +00:07:46,940 --> 00:07:50,020 +using for example usually for example semicolon, + +116 +00:07:50,460 --> 00:07:53,400 +for example comma or full stop for example comma. + +117 +00:07:53,680 --> 00:07:56,960 +But the correct way is actually the second one. + +118 +00:07:57,240 --> 00:08:00,980 +Okay? I've been given a number of new duties, full + +119 +00:08:00,980 --> 00:08:05,150 +stop. and then we write the second sentence I now + +120 +00:08:05,150 --> 00:08:08,630 +have to do all the work or all day finding filing + +121 +00:08:08,630 --> 00:08:13,850 +myself okay all right which is the correct one the + +122 +00:08:13,850 --> 00:08:16,090 +first or the second one I think this is the last + +123 +00:08:16,090 --> 00:08:22,570 +example second yes it is the second one which is + +124 +00:08:22,570 --> 00:08:25,630 +the correct punctuation is this clear all right so + +125 +00:08:25,630 --> 00:08:28,170 +whenever we find a run-on sentence which is + +126 +00:08:28,170 --> 00:08:31,630 +basically two sentences running after another + +127 +00:08:31,630 --> 00:08:34,490 +without any punctuation between them or we have + +128 +00:08:34,490 --> 00:08:37,890 +only just a comma between two sentences then this + +129 +00:08:37,890 --> 00:08:41,240 +is incorrect punctuation and we have to fix them + +130 +00:08:41,240 --> 00:08:44,760 +either by adding a full stop or a comma. This is + +131 +00:08:44,760 --> 00:08:47,240 +the last exam here. Maria and John liked this but + +132 +00:08:47,240 --> 00:08:49,760 +Karen doesn't. Maria and John liked this, Karen + +133 +00:08:49,760 --> 00:08:54,220 +doesn't. Clearly the first one is the correct + +134 +00:08:54,220 --> 00:08:58,800 +punctuation. Is this clear? Yes. Alright. Let's + +135 +00:08:58,800 --> 00:09:01,320 +look first at our textbook before we do this + +136 +00:09:01,320 --> 00:09:05,720 +exercise. Page 60. Page 60 please. + +137 +00:09:08,740 --> 00:09:11,420 +And we're going to look at these sentences on page + +138 +00:09:11,420 --> 00:09:15,780 +60 and 61 and try to identify to determine which + +139 +00:09:15,780 --> 00:09:19,120 +sentence is the correct sentence, the correctly + +140 +00:09:19,120 --> 00:09:22,040 +punctuated sentence, and which sentences are + +141 +00:09:22,040 --> 00:09:25,960 +either run on sentence or comma splice sentence + +142 +00:09:25,960 --> 00:09:29,040 +and try to fix them either using either of the two + +143 +00:09:29,040 --> 00:09:34,000 +values run on, sorry, full stop or using a + +144 +00:09:34,000 --> 00:09:34,500 +connector. + +145 +00:12:06,220 --> 00:12:11,180 +Alright, let's see. Let's see sentence number two. + +146 +00:12:11,400 --> 00:12:16,180 +Number two. Yes, please. Kittens are cute. They + +147 +00:12:16,180 --> 00:12:19,200 +like to play. Kittens are cute and they like to + +148 +00:12:19,200 --> 00:12:22,260 +play. Alright, so is this a correct sentence or a + +149 +00:12:22,260 --> 00:12:25,960 +problem with that punctuation here? It's a comma + +150 +00:12:25,960 --> 00:12:29,580 +splice, exactly. So, how do we fix it? Kittens are + +151 +00:12:29,580 --> 00:12:32,950 +cute. And they like to play. Very nice. And + +152 +00:12:32,950 --> 00:12:37,390 +comment and they like to play and they like to + +153 +00:12:37,390 --> 00:12:40,870 +play. Oh, full stop. Full stop. They like. Okay, + +154 +00:12:41,290 --> 00:12:45,170 +let's see. Number three. Books are good companions + +155 +00:12:45,170 --> 00:12:48,610 +and they can also protect you. This is correct + +156 +00:12:48,610 --> 00:12:51,890 +punctuation and these are too correct and this is + +157 +00:12:51,890 --> 00:12:53,870 +a correct sentence. Number four. + +158 +00:12:59,630 --> 00:13:00,590 +At strangers. + +159 +00:13:05,810 --> 00:13:11,050 +For dogs to bark at strangers. Very nice. But. + +160 +00:13:11,990 --> 00:13:14,610 +Very nice. So we have to. This is a run on + +161 +00:13:14,610 --> 00:13:17,070 +sentence. There is no punctuation between the two + +162 +00:13:17,070 --> 00:13:20,650 +sentences. So fix it by adding a connector to it. + +163 +00:13:20,730 --> 00:13:21,090 +Yes please. + +164 +00:13:28,240 --> 00:13:31,580 +It's a correct or a correctly punctuated sentence. + +165 +00:13:31,720 --> 00:13:35,680 +Number six. Penguins. Yes, please. Penguins always + +166 +00:13:35,680 --> 00:13:39,380 +be outsiders. They are good pets for people who + +167 +00:13:39,380 --> 00:13:43,060 +like to go to fancy parties. It's a comma splice. + +168 +00:13:43,080 --> 00:13:47,400 +It's a comma splice. Comma, so. So after the comma + +169 +00:13:47,400 --> 00:13:50,900 +here, so they are good pets, blah, blah, blah, + +170 +00:13:51,000 --> 00:13:54,320 +blah. Okay? So they are good pets because it's a + +171 +00:13:54,320 --> 00:13:57,490 +comma splice problem here. Yes, please.A bad + +172 +00:13:57,490 --> 00:14:02,310 +elephant can fan you with his ears and spray you + +173 +00:14:02,310 --> 00:14:07,050 +with his trunk. You won't need air conditioning or + +174 +00:14:07,050 --> 00:14:11,630 +a shower or a spice. It's a common spice. So we + +175 +00:14:11,630 --> 00:14:14,250 +can say so because this is sort of a logical + +176 +00:14:14,250 --> 00:14:18,670 +connector here. So you won't need a shower or air + +177 +00:14:18,670 --> 00:14:23,070 +conditioning. Yes please. Goats eat + +178 +00:14:29,130 --> 00:14:33,330 +You learn, you learn. So it's a correctly + +179 +00:14:33,330 --> 00:14:37,450 +punctuated sentence, alright? See number nine? + +180 +00:14:37,630 --> 00:14:41,190 +Yes. Number nine. Yes please. Giraffe can really + +181 +00:14:41,190 --> 00:14:46,960 +sing on high notes? And it can see over the heads + +182 +00:14:46,960 --> 00:14:50,400 +of people. Very nice. And it can. So we need to + +183 +00:14:50,400 --> 00:14:55,580 +fix it by adding and it can see over the heads of + +184 +00:14:55,580 --> 00:14:56,700 +people at the right. + +185 +00:14:59,940 --> 00:15:04,840 +Both are correct as logical connectors here in + +186 +00:15:04,840 --> 00:15:08,740 +this sentence. And finally number ten, number ten. + +187 +00:15:09,320 --> 00:15:11,960 +Keeping a boa constrictor as a pet if you enjoy + +188 +00:15:11,960 --> 00:15:18,200 +being alone then no one will ever visit you. After + +189 +00:15:18,200 --> 00:15:24,280 +alone we can say then, alright, no one will ever + +190 +00:15:24,280 --> 00:15:31,240 +saw or we can say and then. or so then or and then + +191 +00:15:31,240 --> 00:15:33,860 +is the correct one and then no one but it has to + +192 +00:15:33,860 --> 00:15:38,900 +be comma and then no one will ever visit you. Is + +193 +00:15:38,900 --> 00:15:43,140 +this clear? All right so this is just about all + +194 +00:15:43,140 --> 00:15:46,540 +right we've got one more exercise to do before + +195 +00:15:46,540 --> 00:15:51,340 +moving to a new topic all right all right let's + +196 +00:15:51,340 --> 00:15:58,180 +fix let us fix these I'll run on and cross-place + +197 +00:15:58,180 --> 00:15:59,840 +sentences, all right? + +198 +00:16:02,960 --> 00:16:04,240 +Very quickly, please. + +199 +00:16:38,150 --> 00:16:38,390 +Okay. + +200 +00:17:34,170 --> 00:17:37,670 +All right? All right. This should be easy once. So + +201 +00:17:37,670 --> 00:17:40,350 +you can either solve a course by solving alone by + +202 +00:17:40,350 --> 00:17:42,610 +adding a full stop between the two sentences or + +203 +00:17:42,610 --> 00:17:45,390 +adding one of these coordinators. Yes, please. + +204 +00:17:46,010 --> 00:17:51,190 +First, some people are friendly. Full stop. I like + +205 +00:17:51,190 --> 00:17:57,790 +to talk. Then, so you can, then I like to talk and + +206 +00:17:57,790 --> 00:18:00,570 +also I like to talk. + +207 +00:18:08,050 --> 00:18:13,510 +So you have to study every day all right over + +208 +00:18:13,510 --> 00:18:21,050 +there, please And + +209 +00:18:21,050 --> 00:18:24,730 +comment and she went to the birthday party Yes + +210 +00:18:24,730 --> 00:18:29,790 +please over there So + +211 +00:18:29,790 --> 00:18:35,230 +he got very good so We got very wet. Very nice. + +212 +00:18:35,470 --> 00:18:39,230 +Yes please. One day we went outside for a short + +213 +00:18:39,230 --> 00:18:43,970 +coma and it was fun. Coma and it was? Also it was + +214 +00:18:43,970 --> 00:18:47,950 +fun. It was fun. + +215 +00:18:49,750 --> 00:18:55,490 +Alright. Six. Yes please. The kids last night they + +216 +00:18:55,490 --> 00:19:00,620 +ate too much. The kids last nightand they ate too + +217 +00:19:00,620 --> 00:19:07,560 +much or but they ate too much but they ate too + +218 +00:19:07,560 --> 00:19:10,700 +much and finally yes yes please the show begins at + +219 +00:19:10,700 --> 00:19:13,680 +seven thirty make sure you are there before seven + +220 +00:19:13,680 --> 00:19:21,000 +fifty fifteen and so so make sure so make sure you + +221 +00:19:21,000 --> 00:19:27,410 +are there before seven fifteen all right We have + +222 +00:19:27,410 --> 00:19:32,150 +still time for one more exercise on this topic and + +223 +00:19:32,150 --> 00:19:36,930 +I invite you to look at the sentences here and try + +224 +00:19:36,930 --> 00:19:42,650 +to find what sentences are considered comma splice + +225 +00:19:42,650 --> 00:19:47,830 +or run-on sentences in this paragraph. Please read + +226 +00:19:47,830 --> 00:19:51,030 +very quickly and try to identify the run-on and + +227 +00:19:51,030 --> 00:19:52,450 +comma splice sentences here. + +228 +00:20:13,700 --> 00:20:15,100 +Okay. + +229 +00:21:57,410 --> 00:22:00,790 +Are we finished? Yes. Sure. Yes, let's start. We'd + +230 +00:22:00,790 --> 00:22:03,910 +love to start. Yes, please. My mother doesn't own + +231 +00:22:03,910 --> 00:22:08,190 +a motel and I work there as a young woman. So + +232 +00:22:08,190 --> 00:22:13,390 +there's a problem here with a comma here and I + +233 +00:22:13,390 --> 00:22:16,250 +work there. Very nice. And I work there as a young + +234 +00:22:16,250 --> 00:22:21,730 +woman. Why? What else? Yes, please. I enjoy doing + +235 +00:22:21,730 --> 00:22:24,030 +this work very much. I met many interesting + +236 +00:22:24,030 --> 00:22:26,650 +people. Comma. So I enjoy + +237 +00:22:37,370 --> 00:22:40,430 +There is a run on here between the two sentences + +238 +00:22:40,430 --> 00:22:42,810 +where there is no punctuation. So we can put + +239 +00:22:42,810 --> 00:22:49,110 +punctuation first or comma and I enjoyed and I met + +240 +00:22:49,110 --> 00:22:53,050 +many interesting people. One time a family came to + +241 +00:22:53,050 --> 00:22:56,710 +stay in the hotel. Problem? No. They had a + +242 +00:22:56,710 --> 00:23:02,510 +daughter, she was my age. And she was my age. And + +243 +00:23:02,510 --> 00:23:06,450 +she was my age. Alright, who would like to + +244 +00:23:06,450 --> 00:23:12,030 +continue? We, we often, yes ma'am. We often met + +245 +00:23:12,030 --> 00:23:15,870 +and talked about our lives. Probably? No. No? I + +246 +00:23:15,870 --> 00:23:19,730 +invited her to my house to meet my family. We + +247 +00:23:19,730 --> 00:23:24,250 +shared our customs with her. Later my mother told + +248 +00:23:24,250 --> 00:23:29,160 +me Alright, problem? Yes, there is a problem. + +249 +00:23:29,320 --> 00:23:33,320 +Where is it? Alright, we shared our customs with + +250 +00:23:33,320 --> 00:23:37,540 +her later which so we have two sentences here and + +251 +00:23:37,540 --> 00:23:38,620 +we need some punctuation. + +252 +00:23:43,590 --> 00:23:48,910 +Later, my mother taught me something + +253 +00:23:48,910 --> 00:23:51,770 +unforgettable. She said, I know that you're going + +254 +00:23:51,770 --> 00:23:54,230 +to live in America. My mother was a very smart + +255 +00:23:54,230 --> 00:24:01,050 +woman. She was right. And she was right. And she + +256 +00:24:01,050 --> 00:24:05,350 +was right. I came to America searching for my + +257 +00:24:05,350 --> 00:24:09,110 +friend. full stop and still looking. So what we + +258 +00:24:09,110 --> 00:24:12,330 +see here are some examples of run-on or comma + +259 +00:24:12,330 --> 00:24:15,130 +-slice sentences that we all the time need to fix + +260 +00:24:15,130 --> 00:24:20,090 +them by adding a full stop or a coordinate. There + +261 +00:24:20,090 --> 00:24:22,130 +are three more ways but we'll talk about them + +262 +00:24:22,130 --> 00:24:25,750 +later on. Is this clear? Now let's move on to + +263 +00:24:25,750 --> 00:24:28,910 +something else which has to do with + +264 +00:24:28,910 --> 00:24:34,930 +capitalization. Alright? It's about using capital + +265 +00:24:34,930 --> 00:24:37,590 +letters. Alright? When do I use capital letters? + +266 +00:24:38,870 --> 00:24:43,350 +Alright, one way is by? Okay, whenever I begin a + +267 +00:24:43,350 --> 00:24:47,050 +sentence, I have to capitalize the first letter of + +268 +00:24:47,050 --> 00:24:49,490 +the first word. So, I capitalize the beginning of + +269 +00:24:49,490 --> 00:24:52,690 +sentences. Anything else? Yes, please. Names. + +270 +00:24:53,050 --> 00:24:57,450 +Okay, proper names. Proper nouns, we capitalize + +271 +00:24:57,450 --> 00:25:02,280 +them. Anything else? Yes, please. Famous places. + +272 +00:25:02,460 --> 00:25:06,500 +Very nice. What else? The first word in a + +273 +00:25:06,500 --> 00:25:10,300 +sentence. Very nice. And nationalities, religions, + +274 +00:25:10,720 --> 00:25:15,220 +languages and so on. And abbreviations or + +275 +00:25:15,220 --> 00:25:17,900 +acronyms. Very very nice. Alright. Let's just go + +276 +00:25:17,900 --> 00:25:21,260 +over them and just to remind you if you forgot any + +277 +00:25:21,260 --> 00:25:26,480 +of these rules on when I capitalize words. + +278 +00:25:26,680 --> 00:25:30,570 +Alright? Correctly. Alright, so it is the first + +279 +00:25:30,570 --> 00:25:35,430 +word in a sentence, names of people, places, and + +280 +00:25:35,430 --> 00:25:39,330 +things or specific things that we refer to, titles + +281 +00:25:39,330 --> 00:25:45,250 +of books, of magazines, and so on, and days and + +282 +00:25:45,250 --> 00:25:49,360 +months. Let's just have some examples to + +283 +00:25:49,360 --> 00:25:52,680 +illustrate these ideas. So the easiest rule is + +284 +00:25:52,680 --> 00:25:56,000 +whenever I start a sentence, I have to capitalize + +285 +00:25:56,000 --> 00:25:59,520 +it, okay? This might be something negligible, + +286 +00:25:59,640 --> 00:26:03,160 +something that some students forget, but always + +287 +00:26:03,160 --> 00:26:06,780 +make sure that you capitalize the beginning of + +288 +00:26:06,780 --> 00:26:11,920 +your sentences, okay? For example, he went for the + +289 +00:26:11,920 --> 00:26:16,830 +store for men or wait or There is the book U plus + +290 +00:26:16,830 --> 00:26:20,070 +O. Capitalize the first, the beginning of the + +291 +00:26:20,070 --> 00:26:22,830 +sentence with a capital letter. Alright? Another + +292 +00:26:22,830 --> 00:26:26,970 +example is capitalize proper nouns. Okay? For + +293 +00:26:26,970 --> 00:26:30,790 +example, Georgia, Washington for example or also + +294 +00:26:30,790 --> 00:26:35,920 +the names of specific places. or specific things. + +295 +00:26:36,060 --> 00:26:40,120 +For example, New York State, Gaza City, + +296 +00:26:40,560 --> 00:26:45,000 +Disneyland, Winter Olympics are all capitalized + +297 +00:26:45,000 --> 00:26:47,580 +because they are either specific places or + +298 +00:26:47,580 --> 00:26:53,420 +specific things. Also capitalized titles of books, + +299 +00:26:54,200 --> 00:26:58,880 +of magazines, of articles, of movies and so on. + +300 +00:26:58,940 --> 00:27:03,180 +For example, Goodnight too. Notice that we + +301 +00:27:03,180 --> 00:27:07,040 +capitalize the two words, okay? Or finding Nemo. + +302 +00:27:07,420 --> 00:27:12,060 +Or local team goes to save finals. Notice here the + +303 +00:27:12,060 --> 00:27:15,360 +last one, the last title or headline. Why did I + +304 +00:27:15,360 --> 00:27:20,410 +not capitalize too? Because it's a preposition and + +305 +00:27:20,410 --> 00:27:23,290 +also it's a preposition that is less than, fewer + +306 +00:27:23,290 --> 00:27:26,430 +than four letters. So any preposition that is + +307 +00:27:26,430 --> 00:27:29,830 +fewer than three, four letters, then we don't + +308 +00:27:29,830 --> 00:27:33,450 +capitalize. So a word like N is not capitalized in + +309 +00:27:33,450 --> 00:27:36,910 +titles. A word like at is not capitalized in + +310 +00:27:36,910 --> 00:27:41,090 +titles because it is less than three or four + +311 +00:27:41,090 --> 00:27:45,910 +letters. All right? Okay?Let's say Alice + +312 +00:27:45,910 --> 00:27:50,230 +adventures in Wonderland. Notice that the N here + +313 +00:27:50,230 --> 00:27:54,510 +is not capitalized in this sentence because it's + +314 +00:27:54,510 --> 00:27:55,930 +fewer than four. + +315 +00:28:00,040 --> 00:28:03,660 +All right, and finally, we capitalize days and + +316 +00:28:03,660 --> 00:28:06,920 +months. For example, Monday, Tuesday, Wednesday, + +317 +00:28:07,160 --> 00:28:10,120 +Thursday, and so on. And of course, months, July, + +318 +00:28:11,480 --> 00:28:14,000 +August, September, February are all also + +319 +00:28:14,000 --> 00:28:18,480 +capitalized, all right? But not seasons, not the + +320 +00:28:18,480 --> 00:28:21,700 +four seasons that we know. Winter, spring, autumn, + +321 +00:28:21,820 --> 00:28:25,780 +and summer are not capitalized unless they are + +322 +00:28:25,780 --> 00:28:31,840 +part of name. For example, the Fula festival, the + +323 +00:28:31,840 --> 00:28:35,560 +autumn festival. It's part of the name so it is in + +324 +00:28:35,560 --> 00:28:40,000 +this case capitalized, alright? Or when they begin + +325 +00:28:40,000 --> 00:28:44,520 +of course the sentence it is also another case of + +326 +00:28:44,520 --> 00:28:47,980 +capitalizing seasons. Is this clear? Yes. Alright. + +327 +00:28:49,110 --> 00:28:53,110 +Alright, now let's do the exercise here first. Try + +328 +00:28:53,110 --> 00:28:56,830 +to capitalize where necessary before we move on to + +329 +00:28:56,830 --> 00:28:59,490 +talk about the exercise in your textbook. So + +330 +00:28:59,490 --> 00:29:04,650 +capitalize where necessary in these sentences. You + +331 +00:29:04,650 --> 00:29:06,130 +may take some notes of course. + +332 +00:29:47,650 --> 00:29:48,190 +Thank you. + +333 +00:30:27,430 --> 00:30:30,370 +Alright? Yes. Alright. Very nice. Yes, please. The + +334 +00:30:30,370 --> 00:30:33,590 +first one. You really only have one golden chance + +335 +00:30:33,590 --> 00:30:36,150 +to get a reputation. We capitalized on you. We + +336 +00:30:36,150 --> 00:30:39,770 +capitalized on you because it is the beginning of + +337 +00:30:39,770 --> 00:30:42,910 +a sentence. Very nice. Yes, please. I'm going to + +338 +00:30:42,910 --> 00:30:46,210 +the bar with my friends Cathy and Bart. We + +339 +00:30:46,210 --> 00:30:49,710 +capitalized on them. Cathy and Bart. Yes, because + +340 +00:30:49,710 --> 00:30:55,410 +they are rappers. Next. Okay. Cathy and Bart. + +341 +00:30:55,610 --> 00:30:58,910 +Okay. Yes, please.Powell's classical includes + +342 +00:30:58,910 --> 00:31:01,590 +American history, Spanish, English, Alphabet, + +343 +00:31:01,810 --> 00:31:06,230 +values and languages.Powell is capital letter and + +344 +00:31:06,230 --> 00:31:11,350 +American Spanish language. + +345 +00:31:12,130 --> 00:31:15,430 +English, English because there are names on it. + +346 +00:31:15,470 --> 00:31:18,750 +But no, it's not capitalized because it's a common + +347 +00:31:18,750 --> 00:31:25,150 +noun, not a name of a language or a nationality. + +348 +00:31:25,250 --> 00:31:27,210 +Yes please. The Chicago River ran into the + +349 +00:31:27,210 --> 00:31:29,850 +Mississippi Valley waterway, the Chicago capital + +350 +00:31:29,850 --> 00:31:35,870 +of the Chicago River, Mississippi Valley. Very + +351 +00:31:35,870 --> 00:31:38,650 +nice. Water. Water raised up, capitalized. + +352 +00:31:38,770 --> 00:31:41,030 +Alright? Because this is the name of a specific + +353 +00:31:41,030 --> 00:31:44,550 +place that we can find on the map. So it is + +354 +00:31:44,550 --> 00:31:53,110 +capitalized. Yes, please. Clark. Clark. Very nice. + +355 +00:31:53,270 --> 00:31:58,450 +Mrs. M is capitalized and Clark and M is + +356 +00:31:58,450 --> 00:32:01,410 +capitalized. So M is capitalized. Yes, please. + +357 +00:32:10,760 --> 00:32:16,860 +My aunt and + +358 +00:32:16,860 --> 00:32:20,180 +I picked up the papers along with my aunt and I. + +359 +00:32:24,780 --> 00:32:29,800 +When she + +360 +00:32:29,800 --> 00:32:36,840 +was half years old, she She had snow white when + +361 +00:32:36,840 --> 00:32:41,560 +she was first. So it's the name of a cartoon or a + +362 +00:32:41,560 --> 00:32:44,920 +film. Okay? All right? This is clear? Number + +363 +00:32:44,920 --> 00:32:48,580 +three, why we didn't capitalize math? Math because + +364 +00:32:48,580 --> 00:32:53,160 +it's not a, it's just a subject. It's not a name + +365 +00:32:53,160 --> 00:32:56,380 +of a subject like English or Spanish or anything + +366 +00:32:56,380 --> 00:32:58,420 +like that. This is something that we need to look + +367 +00:32:58,420 --> 00:33:01,000 +at on page 16 in your page. All right? + +368 +00:33:05,810 --> 00:33:08,470 +Alright, let's see just a quick review of these + +369 +00:33:08,470 --> 00:33:11,770 +rules before we move on to talk about the last, do + +370 +00:33:11,770 --> 00:33:14,450 +the last exercise. Let's see number one is + +371 +00:33:15,640 --> 00:33:18,620 +Capitalize the first word in a sentence, like my + +372 +00:33:18,620 --> 00:33:21,960 +neighbor is a mechanic. The pronoun I is always + +373 +00:33:21,960 --> 00:33:24,700 +capitalized. Some students forget to capitalize I. + +374 +00:33:24,940 --> 00:33:28,620 +It's always capitalized regardless of where it is. + +375 +00:33:28,940 --> 00:33:32,000 +And number three, names of people and their + +376 +00:33:32,000 --> 00:33:36,260 +titles. For example, King Abdullah II. Notice that + +377 +00:33:36,260 --> 00:33:39,980 +King is capitalized and Abdullah is capitalized. + +378 +00:33:40,020 --> 00:33:43,450 +We're talking about page 16. Yes. All right. And + +379 +00:33:43,450 --> 00:33:47,810 +President Putin, P is capital, P is also another + +380 +00:33:47,810 --> 00:33:51,450 +capital. Professor, Indiana Jones, so notice that + +381 +00:33:51,450 --> 00:33:54,890 +the title professor is capitalized and also + +382 +00:33:54,890 --> 00:33:58,950 +Indiana Jones is also capitalized. Notice not a + +383 +00:33:58,950 --> 00:34:02,490 +name, not a title without a name. For example, + +384 +00:34:02,770 --> 00:34:06,090 +king, a king is not capitalized because it is not + +385 +00:34:06,090 --> 00:34:10,450 +followed by a name, all right? Have you met your + +386 +00:34:10,450 --> 00:34:14,690 +love? Professor. Professor is not capitalized + +387 +00:34:14,690 --> 00:34:17,990 +because it's a title without a name also. But + +388 +00:34:17,990 --> 00:34:22,190 +notice sometimes if the title refers to a specific + +389 +00:34:22,190 --> 00:34:27,090 +person, we capitalize. For example, the President. + +390 +00:34:27,670 --> 00:34:30,410 +P here is the President of the United States, the + +391 +00:34:30,410 --> 00:34:33,630 +President of Palestine. P here is capitalized + +392 +00:34:33,630 --> 00:34:37,450 +because it refers to only a specific person and + +393 +00:34:37,450 --> 00:34:40,250 +therefore we capitalize the P. Is this clear? Yes. + +394 +00:34:40,490 --> 00:34:43,530 +Yes. Nationalities, we know this. Nationalities, + +395 +00:34:43,950 --> 00:34:47,550 +languages, religions and ethnic groups are always + +396 +00:34:47,550 --> 00:34:50,490 +capitalized. For example, Jewish, Christian, + +397 +00:34:50,730 --> 00:34:53,790 +Muslim, Hispanic, Swedish, English, Palestinian + +398 +00:34:53,790 --> 00:34:57,810 +are always capitalized. Names of school courses + +399 +00:34:57,810 --> 00:35:03,540 +with numbers. For example, Psychology 101 for + +400 +00:35:03,540 --> 00:35:07,200 +example, but not history because it's not followed + +401 +00:35:07,200 --> 00:35:11,100 +by a number. Math is not capitalized because it is + +402 +00:35:11,100 --> 00:35:12,860 +not followed by a number. + +403 +00:35:18,750 --> 00:35:23,430 +Physics 352 is capitalized. History 101 and + +404 +00:35:23,430 --> 00:35:26,590 +Russian history. Notice that history here is not + +405 +00:35:26,590 --> 00:35:29,310 +capitalized but Russian is capitalized because it + +406 +00:35:29,310 --> 00:35:34,290 +is a name of nationality. And finally specific + +407 +00:35:34,290 --> 00:35:38,490 +places that you can find on the map you have to + +408 +00:35:38,490 --> 00:35:41,570 +capitalize. Is this clear? Yes. Now let's finish + +409 +00:35:41,570 --> 00:35:45,730 +with this last exercise on page 18. And the + +410 +00:35:45,730 --> 00:35:48,750 +paragraph on nursing Monday that I'd like you to + +411 +00:35:48,750 --> 00:35:52,750 +capitalize where necessary. Alright? Very quickly + +412 +00:35:52,750 --> 00:35:53,050 +please. + +413 +00:36:16,550 --> 00:36:16,750 +Okay. + +414 +00:39:09,050 --> 00:39:13,630 +My name is Nelson Mandela and I have had an + +415 +00:39:13,630 --> 00:39:18,610 +unusual life and + +416 +00:39:18,610 --> 00:39:24,490 +I + +417 +00:39:24,490 --> 00:39:30,860 +have had an unusual life.I have been both a + +418 +00:39:30,860 --> 00:39:33,160 +prisoner and a prisoner to my country. We + +419 +00:39:33,160 --> 00:39:38,200 +capitalized I. I have been both. Hold on a sec, + +420 +00:39:38,340 --> 00:39:39,360 +just a fixed statement. + +421 +00:39:47,170 --> 00:39:52,830 +been both a prisoner and a president. Is a + +422 +00:39:52,830 --> 00:39:55,490 +president here capitalized? No, because it does + +423 +00:39:55,490 --> 00:39:58,850 +not refer to a specific person. It's an indefinite + +424 +00:39:58,850 --> 00:40:01,830 +noun, not a definite noun. Yes, please. Very nice. + +425 +00:40:02,290 --> 00:40:07,030 +I was born in 1918 in a small village in South + +426 +00:40:07,030 --> 00:40:11,090 +Africa. South Africa is capitalized because it + +427 +00:40:11,090 --> 00:40:14,350 +refers to a specific location. Very good. All + +428 +00:40:14,350 --> 00:40:14,970 +right. Yes, please. + +429 +00:40:18,880 --> 00:40:24,380 +Henry and Mandela was the chief of our tribe. + +430 +00:40:24,640 --> 00:40:29,240 +There's no capitalization here. As a child, I took + +431 +00:40:29,240 --> 00:40:33,320 +care of the family's cattle and goats. All right? + +432 +00:40:34,340 --> 00:40:40,320 +Yes, please. When I grew up, I decided to become a + +433 +00:40:40,320 --> 00:40:44,400 +lawyer. This seemed to be + +434 +00:40:49,170 --> 00:40:55,230 +I became the leader of a group of young Africans. + +435 +00:40:55,550 --> 00:40:59,910 +Africans is a capitalized nationality who wanted + +436 +00:40:59,910 --> 00:41:02,490 +to change the system of discrimination in our + +437 +00:41:02,490 --> 00:41:10,800 +country because of my political activities. I went + +438 +00:41:10,800 --> 00:41:14,480 +to prison for 27 years. Prison. Prison. Prison. + +439 +00:41:14,820 --> 00:41:16,540 +Prison. Prison. Prison. Prison. Prison. Prison. + +440 +00:41:16,540 --> 00:41:16,540 +Prison. Prison. Prison. Prison. Prison. Prison. + +441 +00:41:16,540 --> 00:41:16,540 +Prison. Prison. Prison. Prison. Prison. Prison. + +442 +00:41:16,540 --> 00:41:16,540 +Prison. Prison. Prison. Prison. Prison. Prison. + +443 +00:41:16,540 --> 00:41:16,540 +Prison. Prison. Prison. Prison. Prison. Prison. + +444 +00:41:16,540 --> 00:41:16,780 +Prison. Prison. Prison. Prison. Prison. Prison. + +445 +00:41:16,780 --> 00:41:16,780 +Prison. Prison. Prison. Prison. Prison. Prison. + +446 +00:41:16,780 --> 00:41:16,800 +Prison. Prison. Prison. Prison. Prison. Prison. + +447 +00:41:16,800 --> 00:41:16,800 +Prison. Prison. Prison. Prison. Prison. Prison. + +448 +00:41:16,800 --> 00:41:16,800 +Prison. Prison. Prison. Prison. Prison. Prison. + +449 +00:41:16,800 --> 00:41:16,800 +Prison. Prison. Prison. Prison. Prison. Prison. + +450 +00:41:16,800 --> 00:41:16,800 +Prison. Prison. Prison. Prison. Prison. Prison. + +451 +00:41:16,800 --> 00:41:16,820 +Prison. Prison. Prison. Prison. Prison. Prison. + +452 +00:41:16,820 --> 00:41:17,120 +Prison. Prison. Prison. Prison. Prison. Prison. + +453 +00:41:17,160 --> 00:41:17,660 +Prison. Prison. Prison. Prison. Prison. Prison. + +454 +00:41:18,060 --> 00:41:18,540 +Prison. Prison. Prison. Prison. Prison. Prison. + +455 +00:41:18,540 --> 00:41:22,060 +Prison. Prison. Prison. Prison. Prison. Prison. + +456 +00:41:23,320 --> 00:41:27,540 +Prison. Prison. Prison. + +457 +00:41:36,990 --> 00:41:40,650 +from all over the world. I also learned that + +458 +00:41:40,650 --> 00:41:46,530 +Africa is the name of a language which is Hamasa. + +459 +00:42:05,950 --> 00:42:12,090 +capital letter Y for South Africans. Of course, I + +460 +00:42:12,090 --> 00:42:16,290 +also speak English and Xhosa, which is also a name + +461 +00:42:16,290 --> 00:42:19,670 +of a language. Xhosa, which is the language of my + +462 +00:42:19,670 --> 00:42:30,110 +tribe. In 1990, I was 33. I became the President + +463 +00:42:30,110 --> 00:42:31,270 +of South Africa. + +464 +00:42:35,650 --> 00:42:41,050 +Africa in 1994. During my time in office, I tried + +465 +00:42:41,050 --> 00:42:46,330 +to bring peace, democracy and prosperity to all my + +466 +00:42:46,330 --> 00:42:52,070 +country people. Now, I am retired full stop. + +467 +00:42:52,310 --> 00:42:54,910 +Alright? Is this clear? So what we see here are + +468 +00:42:54,910 --> 00:42:58,970 +examples of when to use capitalization. There are + +469 +00:42:58,970 --> 00:43:02,140 +some rules that we just applied. in this respect. + +470 +00:43:02,340 --> 00:43:05,000 +So from now on please pay attention whenever you + +471 +00:43:05,000 --> 00:43:07,920 +write to capitalize according to these rules that + +472 +00:43:07,920 --> 00:43:12,380 +we just applied and studied. Alright? Thank you + +473 +00:43:12,380 --> 00:43:14,960 +very much and see you next time inshallah. Thank + +474 +00:43:14,960 --> 00:43:15,100 +you. + diff --git a/PL9fwy3NUQKwbknFHzECJkgNOSFOth6GiS/Q1z3TQdLMP4.srt b/PL9fwy3NUQKwbknFHzECJkgNOSFOth6GiS/Q1z3TQdLMP4.srt new file mode 100644 index 0000000000000000000000000000000000000000..331ca151292b97cb66d999985b764351a712485c --- /dev/null +++ b/PL9fwy3NUQKwbknFHzECJkgNOSFOth6GiS/Q1z3TQdLMP4.srt @@ -0,0 +1,1443 @@ + +1 +00:00:20,640 --> 00:00:23,180 +Hi, good morning. Assalamualaikum, how are you + +2 +00:00:23,180 --> 00:00:26,400 +today? Very good, very good. Alright, last time we + +3 +00:00:26,400 --> 00:00:29,680 +talked about the paragraph and we talked about + +4 +00:00:29,680 --> 00:00:33,180 +sentences and we said that a sentence, there are + +5 +00:00:33,180 --> 00:00:35,600 +three conditions for writing a grammatically + +6 +00:00:35,600 --> 00:00:38,600 +correct and meaningful sentence. What are they? + +7 +00:00:39,960 --> 00:00:44,320 +Yes, please. The good sentence should have a + +8 +00:00:44,320 --> 00:00:46,720 +subject, verb and complete meaning? Yes, there are + +9 +00:00:46,720 --> 00:00:48,880 +three requirements for writing a grammatically + +10 +00:00:48,880 --> 00:00:52,460 +correct and meaningful sentence which are it must + +11 +00:00:52,460 --> 00:00:56,580 +have a subject and a verb and expresses a complete + +12 +00:00:56,580 --> 00:00:58,960 +meaning. So I want you to keep this in mind. + +13 +00:00:59,040 --> 00:01:02,480 +Whenever you write a sentence, write it as having + +14 +00:01:02,480 --> 00:01:05,510 +a subject and a verb and a complete idea. Now + +15 +00:01:05,510 --> 00:01:08,590 +today we're gonna look at the first types of + +16 +00:01:08,590 --> 00:01:10,410 +sentences because there are different types of + +17 +00:01:10,410 --> 00:01:13,090 +sentences that we write and it's important to + +18 +00:01:13,090 --> 00:01:14,970 +write different types of sentences to make your + +19 +00:01:14,970 --> 00:01:18,970 +writing at a higher level and a more sophisticated + +20 +00:01:18,970 --> 00:01:21,350 +and interesting writing. The first type of + +21 +00:01:21,350 --> 00:01:24,510 +sentences is called a simple sentence. What is a + +22 +00:01:24,510 --> 00:01:28,680 +simple sentence? What is a simple sentence if + +23 +00:01:28,680 --> 00:01:30,760 +anybody knows what do you mean by a simple + +24 +00:01:30,760 --> 00:01:35,220 +sentence? Yes please. Sentence consists of verb, + +25 +00:01:35,360 --> 00:01:38,900 +subject and object and a combination of them. + +26 +00:01:39,100 --> 00:01:41,460 +Okay, so it's very much like what we talked about + +27 +00:01:41,460 --> 00:01:44,720 +last time. It has a subject and a verb combination + +28 +00:01:44,720 --> 00:01:48,650 +or subject and a verb pair. For example A sentence + +29 +00:01:48,650 --> 00:01:52,610 +like this one is considered a simple sentence. I + +30 +00:01:52,610 --> 00:01:56,970 +live in Gaza. So a simple sentence is one with a + +31 +00:01:56,970 --> 00:02:00,290 +sentence that has one subject, one verb, one + +32 +00:02:00,290 --> 00:02:03,370 +subject, one verb paired. So just remember that + +33 +00:02:03,370 --> 00:02:06,370 +every simple sentence should have at least one + +34 +00:02:06,370 --> 00:02:10,690 +subject and one verb combination. Let's look at + +35 +00:02:10,690 --> 00:02:14,890 +some more examples. For example, Maria travels to + +36 +00:02:14,890 --> 00:02:18,450 +Amsterdam every year in the summer. What is the + +37 +00:02:18,450 --> 00:02:21,970 +subject here? Maria. What is the verb? Travels. + +38 +00:02:21,970 --> 00:02:24,350 +Travels. And there is the completion or the + +39 +00:02:24,350 --> 00:02:27,570 +subject complement which is which makes a sentence + +40 +00:02:27,570 --> 00:02:30,550 +complete. So this is something that we call a + +41 +00:02:30,550 --> 00:02:33,970 +simple sentence because it has a subject verb + +42 +00:02:33,970 --> 00:02:38,090 +pairing. A subject verb pairing. Okay? All right. + +43 +00:02:39,130 --> 00:02:44,550 +Sometimes We can write or we can have a compound + +44 +00:02:44,550 --> 00:02:49,390 +subject. For example, Mariam and Tom travel to + +45 +00:02:49,390 --> 00:02:53,970 +Amsterdam every year. So here it is still a simple + +46 +00:02:53,970 --> 00:02:59,090 +sentence but it has not one subject but more than + +47 +00:02:59,090 --> 00:03:03,110 +one subject. So we call it a compound subject plus + +48 +00:03:03,110 --> 00:03:08,310 +a verb in this sentence. Another one is For + +49 +00:03:08,310 --> 00:03:10,810 +example, we can have a compound subject and a + +50 +00:03:10,810 --> 00:03:14,530 +compound verb. For example, Mariam and Tom travel + +51 +00:03:14,530 --> 00:03:18,870 +to Amsterdam and visit. So the subjects here are + +52 +00:03:18,870 --> 00:03:25,150 +Mariam and Tom and the verbs are travel and visit + +53 +00:03:25,150 --> 00:03:30,310 +relatives. Okay? What we mean here is always that + +54 +00:03:30,310 --> 00:03:32,610 +whenever we think about a simple sentence it has a + +55 +00:03:32,610 --> 00:03:36,290 +subject and a verb. Sometimes I have more than one + +56 +00:03:36,290 --> 00:03:38,810 +subject, sometimes I have more than one verb. + +57 +00:03:39,390 --> 00:03:43,630 +Let's quickly do this exercise. Decide what is or + +58 +00:03:43,630 --> 00:03:45,750 +where is the verb and where is the subject. What + +59 +00:03:45,750 --> 00:03:48,610 +is the sentence like? Is it a subject-verb + +60 +00:03:48,610 --> 00:03:52,010 +sentence and we call it SV sentence? Or is it a + +61 +00:03:52,010 --> 00:03:57,560 +subject-subject sentence? SSV or SSV? and so on. + +62 +00:03:57,720 --> 00:04:01,520 +Let's look at the first one. The car stopped. Yes, + +63 +00:04:01,680 --> 00:04:04,080 +please. It's a simple sentence. Yes, it's simple. + +64 +00:04:04,140 --> 00:04:06,480 +Of course, it is a simple sentence and it is + +65 +00:04:06,480 --> 00:04:12,380 +subject and very nice. So it's a subject-verb + +66 +00:04:12,380 --> 00:04:14,560 +sentence. Okay, let's look at the next one. We + +67 +00:04:14,560 --> 00:04:19,330 +were happy to see him. Yes please. Yes it is we + +68 +00:04:19,330 --> 00:04:27,250 +subject and verb subject. Still an sv sorry + +69 +00:04:27,250 --> 00:04:32,590 +sentence, simple sentence. The third one. Sami and + +70 +00:04:32,590 --> 00:04:34,710 +Chris were late. Yes please. + +71 +00:04:59,390 --> 00:05:04,710 +Subject and where is the verb. Yes please. + +72 +00:05:08,960 --> 00:05:15,980 +and drawn coffee, so hoda is subject, the, and + +73 +00:05:15,980 --> 00:05:21,840 +then, so it's an sv, v, all right? Now, the next + +74 +00:05:21,840 --> 00:05:22,780 +one, yes please. + +75 +00:05:26,680 --> 00:05:32,280 +Subject, the, and watch is another verb, so it's + +76 +00:05:32,280 --> 00:05:36,200 +subject, the, verb, okay? The next one, yes + +77 +00:05:36,200 --> 00:05:36,440 +please. + +78 +00:05:40,440 --> 00:05:48,200 +And, okay, subject, subject, verb, and verb is + +79 +00:05:48,200 --> 00:05:51,900 +also another verb. So it's S-S-V-V-N. Finally, + +80 +00:05:52,320 --> 00:05:56,440 +Chris and I played football and watched TV. Yes, + +81 +00:05:56,520 --> 00:05:56,800 +please. + +82 +00:05:59,680 --> 00:06:07,700 +Subject, verb, S. So these are still code, they + +83 +00:06:07,700 --> 00:06:11,000 +are still code simple sentences but we can have + +84 +00:06:11,000 --> 00:06:13,180 +more than one subject and therefore we call it a + +85 +00:06:13,180 --> 00:06:15,840 +compound subject. A sentence which has a compound + +86 +00:06:15,840 --> 00:06:19,640 +subject or a sentence which has a compound. Is + +87 +00:06:19,640 --> 00:06:22,240 +this clear? Yes. What I would like to ask you now + +88 +00:06:22,240 --> 00:06:27,980 +is to think, is to write three sentences. One is + +89 +00:06:27,980 --> 00:06:33,510 +an SV. The second one is SSV, the second one is + +90 +00:06:33,510 --> 00:06:34,850 +SSVV. + +91 +00:06:37,150 --> 00:06:41,950 +Write three sentences. One type is a simple + +92 +00:06:41,950 --> 00:06:44,630 +sentence which has an SV structure, a subject and + +93 +00:06:44,630 --> 00:06:48,150 +a verb only. A second one is a sentence which has + +94 +00:06:48,150 --> 00:06:52,070 +a subject and a subject and a verb. And the last + +95 +00:06:52,070 --> 00:06:56,770 +one SSVV, two subjects, a compound subject and a + +96 +00:06:56,770 --> 00:06:58,130 +compound verb. + +97 +00:08:20,120 --> 00:08:25,820 +Alright, okay, let's see. The first type is a + +98 +00:08:25,820 --> 00:08:29,860 +subject-verb sentence. Yes, please. USA sits in + +99 +00:08:29,860 --> 00:08:33,980 +the heart of Jerusalem. Okay, USA sits in the + +100 +00:08:33,980 --> 00:08:36,780 +heart of Jerusalem. Okay, alright, so we have a + +101 +00:08:36,780 --> 00:08:39,100 +subject and a verb, a clear subject and a clear + +102 +00:08:39,100 --> 00:08:43,240 +verb. Yes, please. My find is English. My find is + +103 +00:08:43,240 --> 00:08:46,890 +English. What is my find? My field.My favorite + +104 +00:08:46,890 --> 00:08:49,930 +subject is English. So my favorite subject is the + +105 +00:08:49,930 --> 00:08:56,590 +subject and is the verb. Very nice. Very nice. Ok, + +106 +00:08:56,670 --> 00:08:59,330 +let's look at the second type. Subject, subject + +107 +00:08:59,330 --> 00:09:01,690 +plus a verb, single sentence. + +108 +00:09:04,580 --> 00:09:07,560 +Noor and I studied for the exam together. Okay, + +109 +00:09:07,660 --> 00:09:11,680 +very nice. Noor and I studied for the exam today + +110 +00:09:11,680 --> 00:09:15,020 +or for the exam yesterday or today. Very nice, + +111 +00:09:15,200 --> 00:09:17,480 +very nice. Yes, please. There was a cold war + +112 +00:09:17,480 --> 00:09:21,100 +between the Soviet Union and the USA. Okay, let's + +113 +00:09:21,100 --> 00:09:24,380 +look at this one. There was a cold war between the + +114 +00:09:24,380 --> 00:09:30,380 +Soviet Union and the USA. Is this a simple subject + +115 +00:09:30,380 --> 00:09:33,820 +and a verb or a subject-subject?there was it's + +116 +00:09:33,820 --> 00:09:38,360 +actually the first time there was so it's still + +117 +00:09:38,360 --> 00:09:40,720 +the first time we're looking at the second type + +118 +00:09:40,720 --> 00:09:45,040 +right now yes please my + +119 +00:09:45,040 --> 00:09:49,100 +father and my mother travel to Cairo every now and + +120 +00:09:49,100 --> 00:09:53,920 +then very nice yes please okay + +121 +00:09:53,920 --> 00:09:58,140 +very nice we have a subject and a verb combination + +122 +00:09:58,140 --> 00:10:00,900 +subject subject and a verb yes and finally + +123 +00:10:04,640 --> 00:10:07,640 +Venice, my sister and I recite the holy Quran + +124 +00:10:07,640 --> 00:10:10,820 +every day. Let's look at the third type. Subject, + +125 +00:10:10,900 --> 00:10:14,220 +subject, verb, verb. An easy one. Yes please. My + +126 +00:10:14,220 --> 00:10:17,660 +friend and I are going to the market and making + +127 +00:10:17,660 --> 00:10:20,560 +shopping. Very nice. My friend and I are going to + +128 +00:10:20,560 --> 00:10:25,060 +the market and making shopping or going or doing + +129 +00:10:25,060 --> 00:10:28,240 +shopping. Okay, very nice. Yes, please. My mother + +130 +00:10:28,240 --> 00:10:32,240 +and I leave the home and visit my parents. Yes, my + +131 +00:10:32,240 --> 00:10:35,840 +mother and I left home and visited some relatives + +132 +00:10:35,840 --> 00:10:39,200 +or some friends. Okay, so this is what we mean by + +133 +00:10:39,200 --> 00:10:42,690 +a subject there. A simple sentence although It can + +134 +00:10:42,690 --> 00:10:45,090 +sometimes have a compound subject and a compound. + +135 +00:10:45,510 --> 00:10:48,150 +Let's look at our text. Go to page 20. + +136 +00:10:57,820 --> 00:11:01,700 +Alright, what we have here is just a table that + +137 +00:11:01,700 --> 00:11:04,840 +illustrates what we are talking about. Let's just + +138 +00:11:04,840 --> 00:11:08,100 +look at the table, okay? For example, number one, + +139 +00:11:08,360 --> 00:11:10,620 +at the bottom of the page, of the page, alright? + +140 +00:11:11,140 --> 00:11:15,200 +My younger sister speaks English well. This is an + +141 +00:11:15,200 --> 00:11:19,020 +SV. My mother and father speak English well. It's + +142 +00:11:19,020 --> 00:11:24,030 +an SSV. My mother and father speak and write + +143 +00:11:24,030 --> 00:11:29,730 +English in SVV. My parents will retire from SVV + +144 +00:11:29,730 --> 00:11:34,330 +and then they will move into a small apartment and + +145 +00:11:34,330 --> 00:11:38,890 +live with my older brother and his family. So it's + +146 +00:11:38,890 --> 00:11:43,830 +an SVV sentence. Just remember these are still + +147 +00:11:43,830 --> 00:11:49,710 +simple sentences. Let's look at the following page + +148 +00:11:49,710 --> 00:11:54,890 +and the paragraph titled My Grandfather. My + +149 +00:11:54,890 --> 00:11:58,890 +Grandfather, okay? What I'd like you to do is to + +150 +00:11:58,890 --> 00:12:02,150 +underline the subject and the verbs in every + +151 +00:12:02,150 --> 00:12:06,090 +sentence in this paragraph and decide what is the + +152 +00:12:06,090 --> 00:12:12,190 +type. Is it an SV, SVV, or SSVV, and so and so on. + +153 +00:12:12,750 --> 00:12:13,250 +Yes please. + +154 +00:13:03,070 --> 00:13:03,530 +Interior. + +155 +00:13:40,040 --> 00:13:40,320 +Okay. + +156 +00:14:10,410 --> 00:14:13,790 +Alright, let's see this paragraph. Let's decide + +157 +00:14:13,790 --> 00:14:18,110 +where is the subject and the verb and what is the + +158 +00:14:18,110 --> 00:14:21,050 +sentence type in each one of these sentences. Yes, + +159 +00:14:21,150 --> 00:14:25,210 +please. My grandfather is old in years, but young + +160 +00:14:25,210 --> 00:14:29,050 +and superior. Very nice. The subject is my + +161 +00:14:29,050 --> 00:14:35,810 +grandfather. The verb is the verb. Very nice. And + +162 +00:14:35,810 --> 00:14:41,280 +the verb is is. Yes please. He swims a while and + +163 +00:14:41,280 --> 00:14:44,340 +works in his garden and he is subject. He is + +164 +00:14:44,340 --> 00:14:47,820 +subject. He swims a verb and works. Verb. And + +165 +00:14:47,820 --> 00:14:51,600 +works is also the verb. Very nice. Yes please. He + +166 +00:14:51,600 --> 00:14:55,040 +and my grandfather. He and my grandmother have + +167 +00:14:55,040 --> 00:14:58,380 +four children and ten grandchildren. Very nice. So + +168 +00:14:58,380 --> 00:15:01,120 +he is the subject. My grandmother subject. He is a + +169 +00:15:01,120 --> 00:15:04,960 +mother subject. And have the verb. And have is a. + +170 +00:15:05,210 --> 00:15:09,010 +A verb for children and grandchildren. Yes please, + +171 +00:15:09,130 --> 00:15:09,670 +over there. + +172 +00:15:14,990 --> 00:15:15,670 +Yes. + +173 +00:15:21,010 --> 00:15:26,750 +It's a subject. Loves is the verb and invites is + +174 +00:15:26,750 --> 00:15:30,130 +also another verb. For Lauren retired for a big + +175 +00:15:30,130 --> 00:15:34,870 +dinner on his birthday. Yes please. All twenty of + +176 +00:15:34,870 --> 00:15:42,630 +us is the subject. + +177 +00:15:43,170 --> 00:15:47,170 +Eat and tell is the verb. Eat and tell is also + +178 +00:15:47,170 --> 00:15:51,650 +another verb. Okay? Yes please. He never gets + +179 +00:15:51,650 --> 00:15:55,930 +tired and is always the last to go to the toilet. + +180 +00:15:57,700 --> 00:16:05,260 +He subject gets his verb and his is also another + +181 +00:16:05,260 --> 00:16:09,220 +verb or is the last to go to back. + +182 +00:16:11,960 --> 00:16:15,780 +My brothers and I gave him a present. Yes, on his + +183 +00:16:15,780 --> 00:16:18,880 +last birthday, my brothers and I gave him a + +184 +00:16:18,880 --> 00:16:22,960 +present. Subject, yes. I, also subject. Subject, + +185 +00:16:23,060 --> 00:16:27,380 +subject. Game. Sorry, subject, subject and game is + +186 +00:16:27,380 --> 00:16:30,960 +also the verb. Yes, please. We got our money + +187 +00:16:30,960 --> 00:16:33,900 +together and bought him a video game system. We + +188 +00:16:33,900 --> 00:16:35,080 +subject. Subject. + +189 +00:16:38,960 --> 00:16:43,400 +Vote is also another verb. Very nice. Yes please. + +190 +00:16:49,940 --> 00:16:54,240 +Invise is the verb. So it's an S. Very nice. It's + +191 +00:16:54,240 --> 00:16:57,990 +an SV. Sentence, simple sentence. And finally the + +192 +00:16:57,990 --> 00:17:00,810 +last sentence. My grandfather will always seem + +193 +00:17:00,810 --> 00:17:04,910 +young to me. My grandfather is a subject. Will + +194 +00:17:04,910 --> 00:17:10,070 +always seem. Will seem. Very nice. Is that. SV + +195 +00:17:10,070 --> 00:17:14 + +223 +00:20:40,490 --> 00:20:42,890 +We'll come back to this topic later on inshallah + +224 +00:20:42,890 --> 00:20:48,000 +throughout this course. Types of sentences such as + +225 +00:20:48,000 --> 00:20:50,760 +the compound sentence structure and the complex + +226 +00:20:50,760 --> 00:20:53,600 +sentence structure. Now we come to an easy topic + +227 +00:20:53,600 --> 00:20:57,760 +that you are familiar with that it's good to visit + +228 +00:20:57,760 --> 00:21:01,940 +it and remind people of these things. It is about + +229 +00:21:01,940 --> 00:21:07,890 +the use of and. Or as connectors, as connecting + +230 +00:21:07,890 --> 00:21:11,790 +words, as linking words between words, and we'll + +231 +00:21:11,790 --> 00:21:14,210 +come to this when we talk about connecting + +232 +00:21:14,210 --> 00:21:16,390 +sentences later on, but we're talking about + +233 +00:21:16,390 --> 00:21:20,080 +connecting words at this time. When do we use and? + +234 +00:21:20,400 --> 00:21:24,560 +Clearly, we use it to connect to more similar + +235 +00:21:24,560 --> 00:21:29,240 +things in positive sentences. For example, I like + +236 +00:21:29,240 --> 00:21:33,440 +Chinese and Italian. So it's a linking word, it's + +237 +00:21:33,440 --> 00:21:37,240 +a connecting word and between two words, Chinese + +238 +00:21:37,240 --> 00:21:40,320 +and Italian, Chinese food and Italian. For another + +239 +00:21:40,320 --> 00:21:44,060 +example, we had classes on Monday, Tuesday and + +240 +00:21:44,060 --> 00:21:47,840 +Wednesday. So and, the first use of and is to + +241 +00:21:47,840 --> 00:21:51,640 +connect between things in positive, in affirmative + +242 +00:21:51,640 --> 00:21:55,250 +sentences. Or connects two or more similar things + +243 +00:21:55,250 --> 00:22:01,370 +in negative things. For example, I don't like warm + +244 +00:22:01,370 --> 00:22:04,750 +milk or cold coffee. I don't say I don't like warm + +245 +00:22:04,750 --> 00:22:10,730 +milk and cold coffee but it's warm milk or cold + +246 +00:22:10,730 --> 00:22:16,090 +coffee. And we don't have classes on Thursdays or + +247 +00:22:16,850 --> 00:22:20,310 +Friday. So again or is used to connect between two + +248 +00:22:20,310 --> 00:22:23,890 +more similar things in negative sentences. There + +249 +00:22:23,890 --> 00:22:27,710 +is a second use for or which is to connect to + +250 +00:22:27,710 --> 00:22:30,630 +remote choices and this is something that we know + +251 +00:22:30,630 --> 00:22:33,270 +when you have an option we have more than one + +252 +00:22:33,270 --> 00:22:37,370 +option we can use always or as a linking word + +253 +00:22:37,370 --> 00:22:39,430 +between these different choices and different + +254 +00:22:39,430 --> 00:22:44,900 +options for example Do you want to stay home or go + +255 +00:22:44,900 --> 00:22:48,880 +out tonight? One other example, my mother or my + +256 +00:22:48,880 --> 00:22:52,740 +father will meet me at the airport. So my mother + +257 +00:22:52,740 --> 00:22:56,720 +or my father. Is this clear? Yes. Very nice. Let's + +258 +00:22:56,720 --> 00:23:03,500 +look at page 24 in your textbook. What we're going + +259 +00:23:03,500 --> 00:23:07,920 +to do is to write these sentences in this page + +260 +00:23:07,920 --> 00:23:14,660 +trying to use and, or, or. Okay? Very quickly + +261 +00:23:14,660 --> 00:23:15,000 +please. + +262 +00:23:43,300 --> 00:23:45,180 +Thank you. + +263 +00:24:48,790 --> 00:24:54,230 +In the name of the Father, the Son, and the Holy + +264 +00:25:22,430 --> 00:25:23,830 +Okay. + +265 +00:25:45,930 --> 00:25:49,270 +Alright? Fine. The first example is done for us in + +266 +00:25:49,270 --> 00:25:52,570 +this exercise. For instance, I like chocolate ice + +267 +00:25:52,570 --> 00:25:55,610 +cream. I like coffee ice cream. The answer would + +268 +00:25:55,610 --> 00:25:58,870 +be I like chocolate and coffee ice cream. Let's + +269 +00:25:58,870 --> 00:26:02,930 +see the second example. Yes, please. I like ice + +270 +00:26:02,930 --> 00:26:06,830 +cream and understand English. Very nice. I can + +271 +00:26:06,830 --> 00:26:16,580 +speak and understand English. Understand English. + +272 +00:26:17,380 --> 00:26:21,260 +Very nice. Yes please. The next one. The next one. + +273 +00:26:21,500 --> 00:26:26,960 +Yes please. I can't speak Tagalog + +274 +00:26:26,960 --> 00:26:31,000 +and Cantonese or Japanese. + +275 +00:26:45,440 --> 00:26:52,020 +Yes, blue and yellow are my favorite + +276 +00:26:52,020 --> 00:26:57,760 +colors. The next one number five. Alright, number + +277 +00:26:57,760 --> 00:27:00,640 +five. Yes, please. Would you like soup or salad? + +278 +00:27:01,060 --> 00:27:04,640 +Yes, would you like soup or salad? Would you like + +279 +00:27:04,640 --> 00:27:08,440 +soup or salad? Because here we're having choices + +280 +00:27:08,440 --> 00:27:12,720 +or alternatives. Would you like soup or salad? + +281 +00:27:12,820 --> 00:27:16,810 +Number six. Yes, please. You can eat pizza or take + +282 +00:27:16,810 --> 00:27:20,410 +it home. Very nice. Also, we have options here. + +283 +00:27:20,550 --> 00:27:26,130 +So, you can eat pizza here or take it home. You + +284 +00:27:26,130 --> 00:27:29,450 +can eat pizza here or take it home. Alright? Yes + +285 +00:27:29,450 --> 00:27:31,610 +please. Helen Keller, a famous American woman, was + +286 +00:27:31,610 --> 00:27:36,110 +blind and deaf. Helen Keller, a famous American + +287 +00:27:36,110 --> 00:27:40,610 +woman, was blind and deaf. Very nice. Helen? A + +288 +00:27:40,610 --> 00:27:48,310 +famous American woman was blind and deaf. Was + +289 +00:27:48,310 --> 00:27:51,710 +blind and deaf. Very nice. She was blind and deaf. + +290 +00:27:51,830 --> 00:27:55,030 +We have two things similar things in a positive + +291 +00:27:55,030 --> 00:28:01,150 +sentence. Yes please over there. She could not see + +292 +00:28:01,150 --> 00:28:05,410 +or hear. Very nice. She could not see or hear. And + +293 +00:28:05,410 --> 00:28:09,920 +number nine. Yes please. With the help of her + +294 +00:28:09,920 --> 00:28:13,680 +teacher, Helen learned to speak and became a + +295 +00:28:13,680 --> 00:28:19,080 +famous spokesperson for people all over the world. + +296 +00:28:19,220 --> 00:28:23,880 +So with the help of her teacher, Helen learned to + +297 +00:28:23,880 --> 00:28:30,050 +speak and became a famous person for handicapped + +298 +00:28:30,050 --> 00:28:32,690 +people all over the world. So this is what we mean + +299 +00:28:32,690 --> 00:28:37,170 +by using and, or, or and is used to join similar + +300 +00:28:37,170 --> 00:28:40,330 +things in positive sentences and or is used for + +301 +00:28:40,330 --> 00:28:45,280 +alternatives for choices and Or to join things in + +302 +00:28:45,280 --> 00:28:48,940 +negative sentences. Okay? Let's do just the last + +303 +00:28:48,940 --> 00:28:52,620 +exercise. What I'd like you to do is to write two + +304 +00:28:52,620 --> 00:28:56,080 +sentences. One sentence with using and and another + +305 +00:28:56,080 --> 00:29:00,420 +sentence for using our. Yes please. + +306 +00:29:13,970 --> 00:29:14,850 +It's awesome. + +307 +00:29:45,530 --> 00:29:48,190 +You're done. I'm done with this. + +308 +00:30:35,980 --> 00:30:38,540 +Alright? Who would like to write her sentence on + +309 +00:30:38,540 --> 00:30:41,740 +the board? Yes, please. + +310 +00:30:44,500 --> 00:30:46,920 +Very quickly. Who would like another volunteer? + +311 +00:30:47,460 --> 00:30:57,960 +Yes, please. A sentence + +312 +00:30:57,960 --> 00:31:04,300 +using or. A sentence using and, please. Just over + +313 +00:31:04,300 --> 00:31:06,380 +there, over there. Yeah, it should be fine. + +314 +00:31:10,900 --> 00:31:13,700 +Yes, alright. There's something missing. + +315 +00:31:16,500 --> 00:31:19,000 +Yes, please. Very nice. Excellent. + +316 +00:31:30,710 --> 00:31:33,950 +Very nice, very nice. So the first example is I + +317 +00:31:33,950 --> 00:31:38,410 +like reading and writing stories. Second example + +318 +00:31:38,410 --> 00:31:41,890 +is would you like pizza or salad? What is your + +319 +00:31:41,890 --> 00:31:46,540 +sentence? I don't have academic writing on Mondays + +320 +00:31:46,540 --> 00:31:49,260 +or Saturdays. Yes, I don't have the academic + +321 +00:31:49,260 --> 00:31:52,740 +writing course on Mondays and Saturdays. Very + +322 +00:31:52,740 --> 00:31:54,800 +nice. Yes, what is your sentence? Freedom and + +323 +00:31:54,800 --> 00:31:57,220 +justice is the most important thing in our life. + +324 +00:31:57,260 --> 00:32:00,840 +Okay, freedom and justice are, don't forget that + +325 +00:32:00,840 --> 00:32:04,200 +verb. Subjective agreements are the most precious + +326 +00:32:04,200 --> 00:32:10,360 +things on this planet. Yes, please. The problem is + +327 +00:32:10,360 --> 00:32:15,560 +trust and honesty with a lot of people, okay? Very + +328 +00:32:15,560 --> 00:32:19,140 +nice, okay? Now, just the last thing, we can also + +329 +00:32:19,140 --> 00:32:23,500 +not only use and and or to join sentence, to join + +330 +00:32:23,500 --> 00:32:26,600 +words, we can also use them to join sentences. + +331 +00:32:26,940 --> 00:32:31,320 +Just look at the next page on page 25. There are + +332 +00:32:31,320 --> 00:32:36,140 +examples of joining and, using and to join two + +333 +00:32:36,140 --> 00:32:41,680 +sentences. For example, Example 1. I am a man. I + +334 +00:32:41,680 --> 00:32:46,700 +am famous. It becomes I am a famous man. It's + +335 +00:32:46,700 --> 00:32:49,120 +easy. It doesn't require too much thinking about + +336 +00:32:49,120 --> 00:32:52,660 +it. Number 2. I have white hair. I have a long + +337 +00:32:52,660 --> 00:32:57,080 +white beard. It becomes I have white hair and a + +338 +00:32:57,080 --> 00:33:01,780 +long white beard. So we can also use and to join + +339 +00:33:01,780 --> 00:33:04,520 +two sentences. Let's finish with this last + +340 +00:33:04,520 --> 00:33:09,070 +exercise on the following page. And the example is + +341 +00:33:09,070 --> 00:33:14,270 +who am I? The riddle is who am I? Ok? I am a + +342 +00:33:14,270 --> 00:33:18,610 +cartoon animal. I am famous because I am famous + +343 +00:33:18,610 --> 00:33:23,450 +cartoon animal. Let's draw each pair of sentences + +344 +00:33:23,450 --> 00:33:27,010 +and into one sentence. Yes. + +345 +00:33:31,750 --> 00:33:32,570 +Okay, next one. + +346 +00:34:08,300 --> 00:34:11,100 +Yes. Okay. + +347 +00:34:13,980 --> 00:34:15,380 +Okay. + +348 +00:34:21,980 --> 00:34:23,380 +Okay. + +349 +00:34:35,300 --> 00:34:36,880 +It's okay. + +350 +00:35:13,620 --> 00:35:16,420 +Okay. Okay. + +351 +00:35:40,470 --> 00:35:44,790 +Alright? Let's see. Number two. Number two. It's + +352 +00:35:44,790 --> 00:35:47,730 +an easy one. Yes, please. Yes, please. Here. I + +353 +00:35:47,730 --> 00:35:51,790 +have big black ears. I have big ears. I have black + +354 +00:35:51,790 --> 00:35:55,530 +ears. I have big black ears. Not me. It's just + +355 +00:35:55,530 --> 00:36:03,770 +that person. Okay? I have big black ears. Next + +356 +00:36:03,770 --> 00:36:08,860 +one. Yes, please. I always wear red shorts and + +357 +00:36:08,860 --> 00:36:15,180 +wear white gloves. Okay. I always wear red shorts + +358 +00:36:15,180 --> 00:36:18,360 +and white gloves. There's no need for repeating + +359 +00:36:18,360 --> 00:36:30,820 +the word. Okay. I always wear red shorts and white + +360 +00:36:30,820 --> 00:36:31,220 +gloves. + +361 +00:36:36,870 --> 00:36:39,410 +All right, the next one. All right, the next one. + +362 +00:36:39,610 --> 00:36:44,910 +Yes, please. I look like an animal and I talk like + +363 +00:36:44,910 --> 00:36:49,130 +a lion. Venice. I look like an animal and talk + +364 +00:36:49,130 --> 00:36:52,070 +like a lion. + +365 +00:36:53,970 --> 00:37:00,900 +All right, number, the next one. Yes, please. Yes, + +366 +00:37:02,220 --> 00:37:08,220 +I live and work in a place + +367 +00:37:08,220 --> 00:37:11,780 +called Disneyland. Number six. Yes. Alright, + +368 +00:37:11,900 --> 00:37:15,780 +number six. Yes, please. In Disneyland, I stand + +369 +00:37:15,780 --> 00:37:19,540 +around and smile a lot. In Disneyland, I stand + +370 +00:37:19,540 --> 00:37:29,600 +around and smile a lot. And yes, please. I usually + +371 +00:37:29,600 --> 00:37:36,060 +get up when my friend coffee or my friend meal. + +372 +00:37:39,620 --> 00:37:44,860 +Or my friend meal. + +373 +00:37:50,120 --> 00:37:53,120 +And number, the last one, eight. + +374 +00:37:55,860 --> 00:38:02,140 +Together we greet + +375 +00:38:02,140 --> 00:38:06,820 +visitors and pose for photographs. I think you + +376 +00:38:06,820 --> 00:38:10,540 +know this character. It's making love. Alright? So + +377 +00:38:10,540 --> 00:38:14,500 +this is what we talked about in this class. It's a + +378 +00:38:14,500 --> 00:38:17,710 +simple sentence structure. Can sometimes have one + +379 +00:38:17,710 --> 00:38:22,390 +subject, one verb. Sometimes having has a compound + +380 +00:38:22,390 --> 00:38:26,090 +subject or a compound and or a compound verb. And + +381 +00:38:26,090 --> 00:38:31,870 +we also discussed the use of and, or, or okay? And + +382 +00:38:31,870 --> 00:38:35,120 +to join words and to join sentences. Next time + +383 +00:38:35,120 --> 00:38:38,420 +inshallah we'll start looking at the structure of + +384 +00:38:38,420 --> 00:38:41,780 +the paragraph, the structure of paragraph and then + +385 +00:38:41,780 --> 00:38:44,780 +we'll talk about topic sentences and we'll get to + +386 +00:38:44,780 --> 00:38:48,220 +the actual writing of the paragraph. So thank you + +387 +00:38:48,220 --> 00:38:50,700 +very much and I'll see you next class inshallah. + +388 +00:38:50,900 --> 00:38:51,340 +Thank you. diff --git a/PL9fwy3NUQKwbknFHzECJkgNOSFOth6GiS/Q1z3TQdLMP4_postprocess.srt b/PL9fwy3NUQKwbknFHzECJkgNOSFOth6GiS/Q1z3TQdLMP4_postprocess.srt new file mode 100644 index 0000000000000000000000000000000000000000..a79afec172d80084f65bdb9ff79c2b400188b60c --- /dev/null +++ b/PL9fwy3NUQKwbknFHzECJkgNOSFOth6GiS/Q1z3TQdLMP4_postprocess.srt @@ -0,0 +1,1552 @@ +1 +00:00:20,640 --> 00:00:23,180 +Hi, good morning. Assalamualaikum, how are you + +2 +00:00:23,180 --> 00:00:26,400 +today? Very good, very good. Alright, last time we + +3 +00:00:26,400 --> 00:00:29,680 +talked about the paragraph and we talked about + +4 +00:00:29,680 --> 00:00:33,180 +sentences and we said that a sentence, there are + +5 +00:00:33,180 --> 00:00:35,600 +three conditions for writing a grammatically + +6 +00:00:35,600 --> 00:00:38,600 +correct and meaningful sentence. What are they? + +7 +00:00:39,960 --> 00:00:44,320 +Yes, please. The good sentence should have a + +8 +00:00:44,320 --> 00:00:46,720 +subject, verb and complete meaning? Yes, there are + +9 +00:00:46,720 --> 00:00:48,880 +three requirements for writing a grammatically + +10 +00:00:48,880 --> 00:00:52,460 +correct and meaningful sentence which are it must + +11 +00:00:52,460 --> 00:00:56,580 +have a subject and a verb and expresses a complete + +12 +00:00:56,580 --> 00:00:58,960 +meaning. So I want you to keep this in mind. + +13 +00:00:59,040 --> 00:01:02,480 +Whenever you write a sentence, write it as having + +14 +00:01:02,480 --> 00:01:05,510 +a subject and a verb and a complete idea. Now + +15 +00:01:05,510 --> 00:01:08,590 +today we're gonna look at the first types of + +16 +00:01:08,590 --> 00:01:10,410 +sentences because there are different types of + +17 +00:01:10,410 --> 00:01:13,090 +sentences that we write and it's important to + +18 +00:01:13,090 --> 00:01:14,970 +write different types of sentences to make your + +19 +00:01:14,970 --> 00:01:18,970 +writing at a higher level and a more sophisticated + +20 +00:01:18,970 --> 00:01:21,350 +and interesting writing. The first type of + +21 +00:01:21,350 --> 00:01:24,510 +sentences is called a simple sentence. What is a + +22 +00:01:24,510 --> 00:01:28,680 +simple sentence? What is a simple sentence if + +23 +00:01:28,680 --> 00:01:30,760 +anybody knows what do you mean by a simple + +24 +00:01:30,760 --> 00:01:35,220 +sentence? Yes please. Sentence consists of verb, + +25 +00:01:35,360 --> 00:01:38,900 +subject and object and a combination of them. + +26 +00:01:39,100 --> 00:01:41,460 +Okay, so it's very much like what we talked about + +27 +00:01:41,460 --> 00:01:44,720 +last time. It has a subject and a verb combination + +28 +00:01:44,720 --> 00:01:48,650 +or subject and a verb pair. For example A sentence + +29 +00:01:48,650 --> 00:01:52,610 +like this one is considered a simple sentence. I + +30 +00:01:52,610 --> 00:01:56,970 +live in Gaza. So a simple sentence is one with a + +31 +00:01:56,970 --> 00:02:00,290 +sentence that has one subject, one verb, one + +32 +00:02:00,290 --> 00:02:03,370 +subject, one verb paired. So just remember that + +33 +00:02:03,370 --> 00:02:06,370 +every simple sentence should have at least one + +34 +00:02:06,370 --> 00:02:10,690 +subject and one verb combination. Let's look at + +35 +00:02:10,690 --> 00:02:14,890 +some more examples. For example, Maria travels to + +36 +00:02:14,890 --> 00:02:18,450 +Amsterdam every year in the summer. What is the + +37 +00:02:18,450 --> 00:02:21,970 +subject here? Maria. What is the verb? Travels. + +38 +00:02:21,970 --> 00:02:24,350 +Travels. And there is the completion or the + +39 +00:02:24,350 --> 00:02:27,570 +subject complement which is which makes a sentence + +40 +00:02:27,570 --> 00:02:30,550 +complete. So this is something that we call a + +41 +00:02:30,550 --> 00:02:33,970 +simple sentence because it has a subject verb + +42 +00:02:33,970 --> 00:02:38,090 +pairing. A subject verb pairing. Okay? All right. + +43 +00:02:39,130 --> 00:02:44,550 +Sometimes We can write or we can have a compound + +44 +00:02:44,550 --> 00:02:49,390 +subject. For example, Mariam and Tom travel to + +45 +00:02:49,390 --> 00:02:53,970 +Amsterdam every year. So here it is still a simple + +46 +00:02:53,970 --> 00:02:59,090 +sentence but it has not one subject but more than + +47 +00:02:59,090 --> 00:03:03,110 +one subject. So we call it a compound subject plus + +48 +00:03:03,110 --> 00:03:08,310 +a verb in this sentence. Another one is For + +49 +00:03:08,310 --> 00:03:10,810 +example, we can have a compound subject and a + +50 +00:03:10,810 --> 00:03:14,530 +compound verb. For example, Mariam and Tom travel + +51 +00:03:14,530 --> 00:03:18,870 +to Amsterdam and visit. So the subjects here are + +52 +00:03:18,870 --> 00:03:25,150 +Mariam and Tom and the verbs are travel and visit + +53 +00:03:25,150 --> 00:03:30,310 +relatives. Okay? What we mean here is always that + +54 +00:03:30,310 --> 00:03:32,610 +whenever we think about a simple sentence it has a + +55 +00:03:32,610 --> 00:03:36,290 +subject and a verb. Sometimes I have more than one + +56 +00:03:36,290 --> 00:03:38,810 +subject, sometimes I have more than one verb. + +57 +00:03:39,390 --> 00:03:43,630 +Let's quickly do this exercise. Decide what is or + +58 +00:03:43,630 --> 00:03:45,750 +where is the verb and where is the subject. What + +59 +00:03:45,750 --> 00:03:48,610 +is the sentence like? Is it a subject-verb + +60 +00:03:48,610 --> 00:03:52,010 +sentence and we call it SV sentence? Or is it a + +61 +00:03:52,010 --> 00:03:57,560 +subject-subject sentence? SSV or SSV? and so on. + +62 +00:03:57,720 --> 00:04:01,520 +Let's look at the first one. The car stopped. Yes, + +63 +00:04:01,680 --> 00:04:04,080 +please. It's a simple sentence. Yes, it's simple. + +64 +00:04:04,140 --> 00:04:06,480 +Of course, it is a simple sentence and it is + +65 +00:04:06,480 --> 00:04:12,380 +subject and very nice. So it's a subject-verb + +66 +00:04:12,380 --> 00:04:14,560 +sentence. Okay, let's look at the next one. We + +67 +00:04:14,560 --> 00:04:19,330 +were happy to see him. Yes please. Yes it is we + +68 +00:04:19,330 --> 00:04:27,250 +subject and verb subject. Still an sv sorry + +69 +00:04:27,250 --> 00:04:32,590 +sentence, simple sentence. The third one. Sami and + +70 +00:04:32,590 --> 00:04:34,710 +Chris were late. Yes please. + +71 +00:04:59,390 --> 00:05:04,710 +Subject and where is the verb. Yes please. + +72 +00:05:08,960 --> 00:05:15,980 +and drawn coffee, so hoda is subject, the, and + +73 +00:05:15,980 --> 00:05:21,840 +then, so it's an sv, v, all right? Now, the next + +74 +00:05:21,840 --> 00:05:22,780 +one, yes please. + +75 +00:05:26,680 --> 00:05:32,280 +Subject, the, and watch is another verb, so it's + +76 +00:05:32,280 --> 00:05:36,200 +subject, the, verb, okay? The next one, yes + +77 +00:05:36,200 --> 00:05:36,440 +please. + +78 +00:05:40,440 --> 00:05:48,200 +And, okay, subject, subject, verb, and verb is + +79 +00:05:48,200 --> 00:05:51,900 +also another verb. So it's S-S-V-V-N. Finally, + +80 +00:05:52,320 --> 00:05:56,440 +Chris and I played football and watched TV. Yes, + +81 +00:05:56,520 --> 00:05:56,800 +please. + +82 +00:05:59,680 --> 00:06:07,700 +Subject, verb, S. So these are still code, they + +83 +00:06:07,700 --> 00:06:11,000 +are still code simple sentences but we can have + +84 +00:06:11,000 --> 00:06:13,180 +more than one subject and therefore we call it a + +85 +00:06:13,180 --> 00:06:15,840 +compound subject. A sentence which has a compound + +86 +00:06:15,840 --> 00:06:19,640 +subject or a sentence which has a compound. Is + +87 +00:06:19,640 --> 00:06:22,240 +this clear? Yes. What I would like to ask you now + +88 +00:06:22,240 --> 00:06:27,980 +is to think, is to write three sentences. One is + +89 +00:06:27,980 --> 00:06:33,510 +an SV. The second one is SSV, the second one is + +90 +00:06:33,510 --> 00:06:34,850 +SSVV. + +91 +00:06:37,150 --> 00:06:41,950 +Write three sentences. One type is a simple + +92 +00:06:41,950 --> 00:06:44,630 +sentence which has an SV structure, a subject and + +93 +00:06:44,630 --> 00:06:48,150 +a verb only. A second one is a sentence which has + +94 +00:06:48,150 --> 00:06:52,070 +a subject and a subject and a verb. And the last + +95 +00:06:52,070 --> 00:06:56,770 +one SSVV, two subjects, a compound subject and a + +96 +00:06:56,770 --> 00:06:58,130 +compound verb. + +97 +00:08:20,120 --> 00:08:25,820 +Alright, okay, let's see. The first type is a + +98 +00:08:25,820 --> 00:08:29,860 +subject-verb sentence. Yes, please. USA sits in + +99 +00:08:29,860 --> 00:08:33,980 +the heart of Jerusalem. Okay, USA sits in the + +100 +00:08:33,980 --> 00:08:36,780 +heart of Jerusalem. Okay, alright, so we have a + +101 +00:08:36,780 --> 00:08:39,100 +subject and a verb, a clear subject and a clear + +102 +00:08:39,100 --> 00:08:43,240 +verb. Yes, please. My find is English. My find is + +103 +00:08:43,240 --> 00:08:46,890 +English. What is my find? My field.My favorite + +104 +00:08:46,890 --> 00:08:49,930 +subject is English. So my favorite subject is the + +105 +00:08:49,930 --> 00:08:56,590 +subject and is the verb. Very nice. Very nice. Ok, + +106 +00:08:56,670 --> 00:08:59,330 +let's look at the second type. Subject, subject + +107 +00:08:59,330 --> 00:09:01,690 +plus a verb, single sentence. + +108 +00:09:04,580 --> 00:09:07,560 +Noor and I studied for the exam together. Okay, + +109 +00:09:07,660 --> 00:09:11,680 +very nice. Noor and I studied for the exam today + +110 +00:09:11,680 --> 00:09:15,020 +or for the exam yesterday or today. Very nice, + +111 +00:09:15,200 --> 00:09:17,480 +very nice. Yes, please. There was a cold war + +112 +00:09:17,480 --> 00:09:21,100 +between the Soviet Union and the USA. Okay, let's + +113 +00:09:21,100 --> 00:09:24,380 +look at this one. There was a cold war between the + +114 +00:09:24,380 --> 00:09:30,380 +Soviet Union and the USA. Is this a simple subject + +115 +00:09:30,380 --> 00:09:33,820 +and a verb or a subject-subject?there was it's + +116 +00:09:33,820 --> 00:09:38,360 +actually the first time there was so it's still + +117 +00:09:38,360 --> 00:09:40,720 +the first time we're looking at the second type + +118 +00:09:40,720 --> 00:09:45,040 +right now yes please my + +119 +00:09:45,040 --> 00:09:49,100 +father and my mother travel to Cairo every now and + +120 +00:09:49,100 --> 00:09:53,920 +then very nice yes please okay + +121 +00:09:53,920 --> 00:09:58,140 +very nice we have a subject and a verb combination + +122 +00:09:58,140 --> 00:10:00,900 +subject subject and a verb yes and finally + +123 +00:10:04,640 --> 00:10:07,640 +Venice, my sister and I recite the holy Quran + +124 +00:10:07,640 --> 00:10:10,820 +every day. Let's look at the third type. Subject, + +125 +00:10:10,900 --> 00:10:14,220 +subject, verb, verb. An easy one. Yes please. My + +126 +00:10:14,220 --> 00:10:17,660 +friend and I are going to the market and making + +127 +00:10:17,660 --> 00:10:20,560 +shopping. Very nice. My friend and I are going to + +128 +00:10:20,560 --> 00:10:25,060 +the market and making shopping or going or doing + +129 +00:10:25,060 --> 00:10:28,240 +shopping. Okay, very nice. Yes, please. My mother + +130 +00:10:28,240 --> 00:10:32,240 +and I leave the home and visit my parents. Yes, my + +131 +00:10:32,240 --> 00:10:35,840 +mother and I left home and visited some relatives + +132 +00:10:35,840 --> 00:10:39,200 +or some friends. Okay, so this is what we mean by + +133 +00:10:39,200 --> 00:10:42,690 +a subject there. A simple sentence although It can + +134 +00:10:42,690 --> 00:10:45,090 +sometimes have a compound subject and a compound. + +135 +00:10:45,510 --> 00:10:48,150 +Let's look at our text. Go to page 20. + +136 +00:10:57,820 --> 00:11:01,700 +Alright, what we have here is just a table that + +137 +00:11:01,700 --> 00:11:04,840 +illustrates what we are talking about. Let's just + +138 +00:11:04,840 --> 00:11:08,100 +look at the table, okay? For example, number one, + +139 +00:11:08,360 --> 00:11:10,620 +at the bottom of the page, of the page, alright? + +140 +00:11:11,140 --> 00:11:15,200 +My younger sister speaks English well. This is an + +141 +00:11:15,200 --> 00:11:19,020 +SV. My mother and father speak English well. It's + +142 +00:11:19,020 --> 00:11:24,030 +an SSV. My mother and father speak and write + +143 +00:11:24,030 --> 00:11:29,730 +English in SVV. My parents will retire from SVV + +144 +00:11:29,730 --> 00:11:34,330 +and then they will move into a small apartment and + +145 +00:11:34,330 --> 00:11:38,890 +live with my older brother and his family. So it's + +146 +00:11:38,890 --> 00:11:43,830 +an SVV sentence. Just remember these are still + +147 +00:11:43,830 --> 00:11:49,710 +simple sentences. Let's look at the following page + +148 +00:11:49,710 --> 00:11:54,890 +and the paragraph titled My Grandfather. My + +149 +00:11:54,890 --> 00:11:58,890 +Grandfather, okay? What I'd like you to do is to + +150 +00:11:58,890 --> 00:12:02,150 +underline the subject and the verbs in every + +151 +00:12:02,150 --> 00:12:06,090 +sentence in this paragraph and decide what is the + +152 +00:12:06,090 --> 00:12:12,190 +type. Is it an SV, SVV, or SSVV, and so and so on. + +153 +00:12:12,750 --> 00:12:13,250 +Yes please. + +154 +00:13:03,070 --> 00:13:03,530 +Interior. + +155 +00:13:40,040 --> 00:13:40,320 +Okay. + +156 +00:14:10,410 --> 00:14:13,790 +Alright, let's see this paragraph. Let's decide + +157 +00:14:13,790 --> 00:14:18,110 +where is the subject and the verb and what is the + +158 +00:14:18,110 --> 00:14:21,050 +sentence type in each one of these sentences. Yes, + +159 +00:14:21,150 --> 00:14:25,210 +please. My grandfather is old in years, but young + +160 +00:14:25,210 --> 00:14:29,050 +and superior. Very nice. The subject is my + +161 +00:14:29,050 --> 00:14:35,810 +grandfather. The verb is the verb. Very nice. And + +162 +00:14:35,810 --> 00:14:41,280 +the verb is is. Yes please. He swims a while and + +163 +00:14:41,280 --> 00:14:44,340 +works in his garden and he is subject. He is + +164 +00:14:44,340 --> 00:14:47,820 +subject. He swims a verb and works. Verb. And + +165 +00:14:47,820 --> 00:14:51,600 +works is also the verb. Very nice. Yes please. He + +166 +00:14:51,600 --> 00:14:55,040 +and my grandfather. He and my grandmother have + +167 +00:14:55,040 --> 00:14:58,380 +four children and ten grandchildren. Very nice. So + +168 +00:14:58,380 --> 00:15:01,120 +he is the subject. My grandmother subject. He is a + +169 +00:15:01,120 --> 00:15:04,960 +mother subject. And have the verb. And have is a. + +170 +00:15:05,210 --> 00:15:09,010 +A verb for children and grandchildren. Yes please, + +171 +00:15:09,130 --> 00:15:09,670 +over there. + +172 +00:15:14,990 --> 00:15:15,670 +Yes. + +173 +00:15:21,010 --> 00:15:26,750 +It's a subject. Loves is the verb and invites is + +174 +00:15:26,750 --> 00:15:30,130 +also another verb. For Lauren retired for a big + +175 +00:15:30,130 --> 00:15:34,870 +dinner on his birthday. Yes please. All twenty of + +176 +00:15:34,870 --> 00:15:42,630 +us is the subject. + +177 +00:15:43,170 --> 00:15:47,170 +Eat and tell is the verb. Eat and tell is also + +178 +00:15:47,170 --> 00:15:51,650 +another verb. Okay? Yes please. He never gets + +179 +00:15:51,650 --> 00:15:55,930 +tired and is always the last to go to the toilet. + +180 +00:15:57,700 --> 00:16:05,260 +He subject gets his verb and his is also another + +181 +00:16:05,260 --> 00:16:09,220 +verb or is the last to go to back. + +182 +00:16:11,960 --> 00:16:15,780 +My brothers and I gave him a present. Yes, on his + +183 +00:16:15,780 --> 00:16:18,880 +last birthday, my brothers and I gave him a + +184 +00:16:18,880 --> 00:16:22,960 +present. Subject, yes. I, also subject. Subject, + +185 +00:16:23,060 --> 00:16:27,380 +subject. Game. Sorry, subject, subject and game is + +186 +00:16:27,380 --> 00:16:30,960 +also the verb. Yes, please. We got our money + +187 +00:16:30,960 --> 00:16:33,900 +together and bought him a video game system. We + +188 +00:16:33,900 --> 00:16:35,080 +subject. Subject. + +189 +00:16:38,960 --> 00:16:43,400 +Vote is also another verb. Very nice. Yes please. + +190 +00:16:49,940 --> 00:16:54,240 +Invise is the verb. So it's an S. Very nice. It's + +191 +00:16:54,240 --> 00:16:57,990 +an SV. Sentence, simple sentence. And finally the + +192 +00:16:57,990 --> 00:17:00,810 +last sentence. My grandfather will always seem + +193 +00:17:00,810 --> 00:17:04,910 +young to me. My grandfather is a subject. Will + +194 +00:17:04,910 --> 00:17:10,070 +always seem. Will seem. Very nice. Is that. SV + +195 +00:17:10,070 --> 00:17:14,170 +sentence. It's an SV sentence. Okay. SV is the + +196 +00:17:14,170 --> 00:17:17,010 +simple sentence. Alright. What I'd like you to + +197 +00:17:17,010 --> 00:17:20,560 +know to do now The paragraph that you wrote as a + +198 +00:17:20,560 --> 00:17:22,180 +homework, what I'd like you to do is just to + +199 +00:17:22,180 --> 00:17:26,080 +quickly read it and underline the subject and the + +200 +00:17:26,080 --> 00:17:33,040 +verbs in every sentence that you wrote. Okay? Look + +201 +00:17:33,040 --> 00:17:35,880 +at the paragraph that you wrote as a homework and + +202 +00:17:35,880 --> 00:17:40,160 +just identify the subject and the verbs in every + +203 +00:17:40,160 --> 00:17:42,440 +sentence that you wrote. Very quickly. + +204 +00:18:10,550 --> 00:18:11,170 +Yes, just under + +205 +00:19:17,820 --> 00:19:21,740 +Alright. let's see who can give me some examples + +206 +00:19:21,740 --> 00:19:29,760 +of sentences they wrote yes please yes + +207 +00:19:29,760 --> 00:19:33,580 +the + +208 +00:19:33,580 --> 00:19:36,600 +internet is is needed is the verb okay it's in the + +209 +00:19:36,600 --> 00:19:39,200 +passive the internet is needed so it's a subject + +210 +00:19:39,200 --> 00:19:43,600 +verb sentence type very nice yes another example + +211 +00:19:55,830 --> 00:19:59,230 +The internet allows people from all over the world + +212 +00:19:59,230 --> 00:20:02,650 +to communicate and make information available. The + +213 +00:20:02,650 --> 00:20:07,770 +internet subject allows verb and make.Alright, to + +214 +00:20:07,770 --> 00:20:10,230 +make is not actually the verb, it's something + +215 +00:20:10,230 --> 00:20:13,390 +called a non-finite verb, it's not really the main + +216 +00:20:13,390 --> 00:20:16,350 +verb in the sentence, we'll talk about this later, + +217 +00:20:16,770 --> 00:20:20,010 +but the internet allows this is the subject verb + +218 +00:20:20,010 --> 00:20:22,650 +for the sentence. And finally, yes please. + +219 +00:20:26,710 --> 00:20:30,650 +Okay, the internet is the subject, connects is the + +220 +00:20:30,650 --> 00:20:34,890 +verb and makes is also another verb for this + +221 +00:20:34,890 --> 00:20:37,530 +sentence. Very nice. Is this clear? Alright, very + +222 +00:20:37,530 --> 00:20:40,290 +nice. So this is the simple sentence structure. + +223 +00:20:40,490 --> 00:20:42,890 +We'll come back to this topic later on inshallah + +224 +00:20:42,890 --> 00:20:48,000 +throughout this course. types of sentences such as + +225 +00:20:48,000 --> 00:20:50,760 +the compound sentence structure and the complex + +226 +00:20:50,760 --> 00:20:53,600 +sentence structure. Now we come to an easy topic + +227 +00:20:53,600 --> 00:20:57,760 +that you are familiar with that it's good to visit + +228 +00:20:57,760 --> 00:21:01,940 +it and remind people of these things. It is about + +229 +00:21:01,940 --> 00:21:07,890 +the use of and. Or as connectors, as connecting + +230 +00:21:07,890 --> 00:21:11,790 +words, as linking words between words, and we'll + +231 +00:21:11,790 --> 00:21:14,210 +come to this when we talk about connecting + +232 +00:21:14,210 --> 00:21:16,390 +sentences later on, but we're talking about + +233 +00:21:16,390 --> 00:21:20,080 +connecting words at this time.When do we use and? + +234 +00:21:20,400 --> 00:21:24,560 +Clearly, we use it to connect to more similar + +235 +00:21:24,560 --> 00:21:29,240 +things in positive sentences. For example, I like + +236 +00:21:29,240 --> 00:21:33,440 +Chinese and Italian. So it's a linking word, it's + +237 +00:21:33,440 --> 00:21:37,240 +a connecting word and between two words, Chinese + +238 +00:21:37,240 --> 00:21:40,320 +and Italian, Chinese food and Italian. For another + +239 +00:21:40,320 --> 00:21:44,060 +example, we had classes on Monday, Tuesday and + +240 +00:21:44,060 --> 00:21:47,840 +Wednesday. So and, the first use of and is to + +241 +00:21:47,840 --> 00:21:51,640 +connect between things in positive, in affirmative + +242 +00:21:51,640 --> 00:21:55,250 +sentences.Or connects two or more similar things + +243 +00:21:55,250 --> 00:22:01,370 +in negative things. For example, I don't like warm + +244 +00:22:01,370 --> 00:22:04,750 +milk or cold coffee. I don't say I don't like warm + +245 +00:22:04,750 --> 00:22:10,730 +milk and cold coffee but it's warm milk or cold + +246 +00:22:10,730 --> 00:22:16,090 +coffee. And we don't have classes on Thursdays or + +247 +00:22:16,850 --> 00:22:20,310 +Friday. So again or is used to connect between two + +248 +00:22:20,310 --> 00:22:23,890 +more similar things in negative sentences. There + +249 +00:22:23,890 --> 00:22:27,710 +is a second use for or which is to connect to + +250 +00:22:27,710 --> 00:22:30,630 +remote choices and this is something that we know + +251 +00:22:30,630 --> 00:22:33,270 +when you have an option we have more than one + +252 +00:22:33,270 --> 00:22:37,370 +option we can use always or as a linking word + +253 +00:22:37,370 --> 00:22:39,430 +between these different choices and different + +254 +00:22:39,430 --> 00:22:44,900 +options for example Do you want to stay home or go + +255 +00:22:44,900 --> 00:22:48,880 +out tonight? One other example, my mother or my + +256 +00:22:48,880 --> 00:22:52,740 +father will meet me at the airport. So my mother + +257 +00:22:52,740 --> 00:22:56,720 +or my father. Is this clear? Yes. Very nice. Let's + +258 +00:22:56,720 --> 00:23:03,500 +look at page 24 in your textbook. What we're going + +259 +00:23:03,500 --> 00:23:07,920 +to do is to write these sentences in this page + +260 +00:23:07,920 --> 00:23:14,660 +trying to use and, or, or. Okay? Very quickly + +261 +00:23:14,660 --> 00:23:15,000 +please. + +262 +00:23:43,300 --> 00:23:45,180 +Thank you. + +263 +00:24:48,790 --> 00:24:54,230 +In the name of the Father, the Son, and the Holy + +264 +00:25:22,430 --> 00:25:23,830 +Okay. + +265 +00:25:45,930 --> 00:25:49,270 +Alright? Fine. The first example is done for us in + +266 +00:25:49,270 --> 00:25:52,570 +this exercise. For instance, I like chocolate ice + +267 +00:25:52,570 --> 00:25:55,610 +cream. I like coffee ice cream. The answer would + +268 +00:25:55,610 --> 00:25:58,870 +be I like chocolate and coffee ice cream. Let's + +269 +00:25:58,870 --> 00:26:02,930 +see the second example. Yes, please. I like ice + +270 +00:26:02,930 --> 00:26:06,830 +cream and understand English. Very nice. I can + +271 +00:26:06,830 --> 00:26:16,580 +speak and understand English.Understand English. + +272 +00:26:17,380 --> 00:26:21,260 +Very nice. Yes please. The next one. The next one. + +273 +00:26:21,500 --> 00:26:26,960 +Yes please. I can't speak Tagalog + +274 +00:26:26,960 --> 00:26:31,000 +and Cantonese or Japanese. + +275 +00:26:45,440 --> 00:26:52,020 +Yes, blue and yellow are my favorite + +276 +00:26:52,020 --> 00:26:57,760 +colors. The next one number five. Alright, number + +277 +00:26:57,760 --> 00:27:00,640 +five. Yes, please. Would you like soup or salad? + +278 +00:27:01,060 --> 00:27:04,640 +Yes, would you like soup or salad? Would you like + +279 +00:27:04,640 --> 00:27:08,440 +soup or salad? Because here we're having choices + +280 +00:27:08,440 --> 00:27:12,720 +or alternatives. Would you like soup or salad? + +281 +00:27:12,820 --> 00:27:16,810 +Number six. Yes, please.You can eat pizza or take + +282 +00:27:16,810 --> 00:27:20,410 +it home. Very nice. Also, we have options here. + +283 +00:27:20,550 --> 00:27:26,130 +So, you can eat pizza here or take it home. You + +284 +00:27:26,130 --> 00:27:29,450 +can eat pizza here or take it home. Alright? Yes + +285 +00:27:29,450 --> 00:27:31,610 +please. Helen Keller, a famous American woman, was + +286 +00:27:31,610 --> 00:27:36,110 +blind and deaf. Helen Keller, a famous American + +287 +00:27:36,110 --> 00:27:40,610 +woman, was blind and deaf. Very nice. Helen? A + +288 +00:27:40,610 --> 00:27:48,310 +famous American woman was blind and deaf. Was + +289 +00:27:48,310 --> 00:27:51,710 +blind and deaf. Very nice. She was blind and deaf. + +290 +00:27:51,830 --> 00:27:55,030 +We have two things similar things in a positive + +291 +00:27:55,030 --> 00:28:01,150 +sentence. Yes please over there. She could not see + +292 +00:28:01,150 --> 00:28:05,410 +or hear. Very nice. She could not see or hear. And + +293 +00:28:05,410 --> 00:28:09,920 +number nine. Yes please. With the help of her + +294 +00:28:09,920 --> 00:28:13,680 +teacher, Helen learned to speak and became a + +295 +00:28:13,680 --> 00:28:19,080 +famous spokesperson for people all over the world. + +296 +00:28:19,220 --> 00:28:23,880 +So with the help of her teacher, Helen learned to + +297 +00:28:23,880 --> 00:28:30,050 +speak. and became a famous person for handicapped + +298 +00:28:30,050 --> 00:28:32,690 +people all over the world. So this is what we mean + +299 +00:28:32,690 --> 00:28:37,170 +by using and, or, or and is used to join similar + +300 +00:28:37,170 --> 00:28:40,330 +things in positive sentences and or is used for + +301 +00:28:40,330 --> 00:28:45,280 +alternatives for choices and Or to join things in + +302 +00:28:45,280 --> 00:28:48,940 +negative sentences. Okay? Let's do just the last + +303 +00:28:48,940 --> 00:28:52,620 +exercise. What I'd like you to do is to write two + +304 +00:28:52,620 --> 00:28:56,080 +sentences. One sentence with using and and another + +305 +00:28:56,080 --> 00:29:00,420 +sentence for using our. Yes please. + +306 +00:29:13,970 --> 00:29:14,850 +It's awesome. + +307 +00:29:45,530 --> 00:29:48,190 +You're done. I'm done with this. + +308 +00:30:35,980 --> 00:30:38,540 +Alright? Who would like to write her sentence on + +309 +00:30:38,540 --> 00:30:41,740 +the board? Yes, please. + +310 +00:30:44,500 --> 00:30:46,920 +Very quickly. Who would like another volunteer? + +311 +00:30:47,460 --> 00:30:57,960 +Yes, please. A sentence + +312 +00:30:57,960 --> 00:31:04,300 +using or. A sentence using and, please. Just over + +313 +00:31:04,300 --> 00:31:06,380 +there, over there. Yeah, it should be fine. + +314 +00:31:10,900 --> 00:31:13,700 +Yes, alright. There's something missing. + +315 +00:31:16,500 --> 00:31:19,000 +Yes, please. Very nice. Excellent. + +316 +00:31:30,710 --> 00:31:33,950 +Very nice, very nice. So the first example is I + +317 +00:31:33,950 --> 00:31:38,410 +like reading and writing stories. Second example + +318 +00:31:38,410 --> 00:31:41,890 +is would you like pizza or salad? What is your + +319 +00:31:41,890 --> 00:31:46,540 +sentence? I don't have academic writing on Mondays + +320 +00:31:46,540 --> 00:31:49,260 +or Saturdays. Yes, I don't have the academic + +321 +00:31:49,260 --> 00:31:52,740 +writing course on Mondays and Saturdays. Very + +322 +00:31:52,740 --> 00:31:54,800 +nice. Yes, what is your sentence? Freedom and + +323 +00:31:54,800 --> 00:31:57,220 +justice is the most important thing in our life. + +324 +00:31:57,260 --> 00:32:00,840 +Okay, freedom and justice are, don't forget that + +325 +00:32:00,840 --> 00:32:04,200 +verb. Subjective agreements are the most precious + +326 +00:32:04,200 --> 00:32:10,360 +things on this planet. Yes, please. The problem is + +327 +00:32:10,360 --> 00:32:15,560 +trust and honesty with a lot of people, okay? Very + +328 +00:32:15,560 --> 00:32:19,140 +nice, okay? Now, just the last thing, we can also + +329 +00:32:19,140 --> 00:32:23,500 +not only use and and or to join sentence, to join + +330 +00:32:23,500 --> 00:32:26,600 +words, we can also use them to join sentences. + +331 +00:32:26,940 --> 00:32:31,320 +Just look at the next page on page 25. There are + +332 +00:32:31,320 --> 00:32:36,140 +examples of joining and, using and to join two + +333 +00:32:36,140 --> 00:32:41,680 +sentences. For example, Example 1. I am a man. I + +334 +00:32:41,680 --> 00:32:46,700 +am famous. It becomes I am a famous man. It's + +335 +00:32:46,700 --> 00:32:49,120 +easy. It doesn't require too much thinking about + +336 +00:32:49,120 --> 00:32:52,660 +it. Number 2. I have white hair. I have a long + +337 +00:32:52,660 --> 00:32:57,080 +white beard. It becomes I have white hair and a + +338 +00:32:57,080 --> 00:33:01,780 +long white beard. So we can also use and to join + +339 +00:33:01,780 --> 00:33:04,520 +two sentences. Let's finish with this last + +340 +00:33:04,520 --> 00:33:09,070 +exercise on the following page. And the example is + +341 +00:33:09,070 --> 00:33:14,270 +who am I? The riddle is who am I? Ok? I am a + +342 +00:33:14,270 --> 00:33:18,610 +cartoon animal. I am famous because I am famous + +343 +00:33:18,610 --> 00:33:23,450 +cartoon animal. Let's draw each pair of sentences + +344 +00:33:23,450 --> 00:33:27,010 +and into one sentence. Yes. + +345 +00:33:31,750 --> 00:33:32,570 +Okay, next one. + +346 +00:34:08,300 --> 00:34:11,100 +Yes. Okay. + +347 +00:34:13,980 --> 00:34:15,380 +Okay. + +348 +00:34:21,980 --> 00:34:23,380 +Okay. + +349 +00:34:35,300 --> 00:34:36,880 +It's okay. + +350 +00:35:13,620 --> 00:35:16,420 +Okay. Okay. + +351 +00:35:40,470 --> 00:35:44,790 +Alright? Let's see. Number two. Number two. It's + +352 +00:35:44,790 --> 00:35:47,730 +an easy one. Yes, please. Yes, please. Here. I + +353 +00:35:47,730 --> 00:35:51,790 +have big black ears. I have big ears. I have black + +354 +00:35:51,790 --> 00:35:55,530 +ears. I have big black ears. Not me. It's just + +355 +00:35:55,530 --> 00:36:03,770 +that person. Okay? I have big black ears. Next + +356 +00:36:03,770 --> 00:36:08,860 +one. Yes, please. I always wear red shorts and + +357 +00:36:08,860 --> 00:36:15,180 +wear white gloves. Okay. I always wear red shorts + +358 +00:36:15,180 --> 00:36:18,360 +and white gloves. There's no need for repeating + +359 +00:36:18,360 --> 00:36:30,820 +the word. Okay. I always wear red shorts and white + +360 +00:36:30,820 --> 00:36:31,220 +gloves. + +361 +00:36:36,870 --> 00:36:39,410 +All right, the next one. All right, the next one. + +362 +00:36:39,610 --> 00:36:44,910 +Yes, please. I look like an animal and I talk like + +363 +00:36:44,910 --> 00:36:49,130 +a lion. Venice. I look like an animal and talk + +364 +00:36:49,130 --> 00:36:52,070 +like a lion. + +365 +00:36:53,970 --> 00:37:00,900 +All right, number, the next one. Yes, please. Yes, + +366 +00:37:02,220 --> 00:37:08,220 +I live and work in a place + +367 +00:37:08,220 --> 00:37:11,780 +called Disneyland. Number six. Yes. Alright, + +368 +00:37:11,900 --> 00:37:15,780 +number six. Yes, please. In Disneyland, I stand + +369 +00:37:15,780 --> 00:37:19,540 +around and smile a lot. In Disneyland, I stand + +370 +00:37:19,540 --> 00:37:29,600 +around and smile a lot. And yes, please.I usually + +371 +00:37:29,600 --> 00:37:36,060 +get up when my friend coffee or my friend meal. + +372 +00:37:39,620 --> 00:37:44,860 +Or my friend meal. + +373 +00:37:50,120 --> 00:37:53,120 +And number, the last one, eight. + +374 +00:37:55,860 --> 00:38:02,140 +Together we greet + +375 +00:38:02,140 --> 00:38:06,820 +visitors and pose for photographs. I think you + +376 +00:38:06,820 --> 00:38:10,540 +know this character. It's making love. Alright? So + +377 +00:38:10,540 --> 00:38:14,500 +this is what we talked about in this class. It's a + +378 +00:38:14,500 --> 00:38:17,710 +simple sentence structure. Can sometimes have one + +379 +00:38:17,710 --> 00:38:22,390 +subject, one verb. Sometimes having has a compound + +380 +00:38:22,390 --> 00:38:26,090 +subject or a compound and or a compound verb. And + +381 +00:38:26,090 --> 00:38:31,870 +we also discussed the use of and, or, or okay? And + +382 +00:38:31,870 --> 00:38:35,120 +to join words and to join sentences. Next time + +383 +00:38:35,120 --> 00:38:38,420 +inshallah we'll start looking at the structure of + +384 +00:38:38,420 --> 00:38:41,780 +the paragraph, the structure of paragraph and then + +385 +00:38:41,780 --> 00:38:44,780 +we'll talk about topic sentences and we'll get to + +386 +00:38:44,780 --> 00:38:48,220 +the actual writing of the paragraph. So thank you + +387 +00:38:48,220 --> 00:38:50,700 +very much and I'll see you next class inshallah. + +388 +00:38:50,900 --> 00:38:51,340 +Thank you. + diff --git a/PL9fwy3NUQKwbknFHzECJkgNOSFOth6GiS/QS6hr3EofNo_raw.srt b/PL9fwy3NUQKwbknFHzECJkgNOSFOth6GiS/QS6hr3EofNo_raw.srt new file mode 100644 index 0000000000000000000000000000000000000000..48b31fd2ec9dabfd4c13dd29e7dba16b5f6547ae --- /dev/null +++ b/PL9fwy3NUQKwbknFHzECJkgNOSFOth6GiS/QS6hr3EofNo_raw.srt @@ -0,0 +1,2184 @@ +1 +00:00:20,990 --> 00:00:23,850 +Good morning everyone. How are you today? All + +2 +00:00:23,850 --> 00:00:27,130 +right. Allow me first to welcome you to all to + +3 +00:00:27,130 --> 00:00:31,790 +this first class in this course, academic writing + +4 +00:00:31,790 --> 00:00:34,610 +course. It gives me great pleasure to be here with + +5 +00:00:34,610 --> 00:00:37,710 +you and I am looking forward to working with you + +6 +00:00:37,710 --> 00:00:42,290 +on this very important academic course. This + +7 +00:00:42,290 --> 00:00:46,270 +course actually aims to improve your writing + +8 +00:00:46,270 --> 00:00:50,470 +abilities, academic writing, skills at a paragraph + +9 +00:00:50,470 --> 00:00:54,010 +level. So we'll be going and having a lot of + +10 +00:00:54,010 --> 00:00:58,570 +practice working on writing paragraphs, different + +11 +00:00:58,570 --> 00:01:01,130 +kinds of paragraphs, in other words the + +12 +00:01:01,130 --> 00:01:03,970 +organizational patterns of paragraphs and also + +13 +00:01:03,970 --> 00:01:07,290 +we're going to focus on the structure of a + +14 +00:01:07,290 --> 00:01:09,030 +paragraph. As you know paragraph is a very + +15 +00:01:09,030 --> 00:01:12,870 +important component of academic writing and we + +16 +00:01:12,870 --> 00:01:15,890 +cannot have good writing without writing very good + +17 +00:01:16,050 --> 00:01:19,450 +paragraphs in this course also we're going we're + +18 +00:01:19,450 --> 00:01:24,010 +aiming to focus on writing grammatically correct + +19 +00:01:24,010 --> 00:01:27,050 +sentences as you soon as you know the sentence is + +20 +00:01:27,050 --> 00:01:30,380 +the building block of any kind of writing. So + +21 +00:01:30,380 --> 00:01:32,300 +without writing grammatically correct and + +22 +00:01:32,300 --> 00:01:35,800 +meaningful sentences, our writing is not up to + +23 +00:01:35,800 --> 00:01:39,560 +that level accepted at university level. So, + +24 +00:01:39,620 --> 00:01:42,140 +inshallah, we're going to work on writing, + +25 +00:01:42,600 --> 00:01:46,000 +improving and refining your writing skills in + +26 +00:01:46,000 --> 00:01:50,800 +order to enable you to be perfect, in order to + +27 +00:01:50,800 --> 00:01:54,740 +enable you to be excellent in writing, especially + +28 +00:01:54,740 --> 00:01:59,940 +at the academic level. For this course, the course + +29 +00:01:59,940 --> 00:02:02,100 +assessment, just very quickly to introduce you to + +30 +00:02:02,100 --> 00:02:04,840 +the course assessment, we're going to have a final + +31 +00:02:04,840 --> 00:02:10,360 +exam of 50% totaling a total of 50% of the total + +32 +00:02:10,360 --> 00:02:15,590 +mark. I'm going to have 25% go for the midterm + +33 +00:02:15,590 --> 00:02:20,610 +exam and 10% of the total mark will go for + +34 +00:02:20,610 --> 00:02:23,310 +assignments. I'm going to assign you different + +35 +00:02:23,310 --> 00:02:27,970 +homework, different assignments and then we're + +36 +00:02:27,970 --> 00:02:30,830 +going to have a portfolio and this portfolio + +37 +00:02:30,830 --> 00:02:33,790 +includes your writing throughout this course. So + +38 +00:02:33,790 --> 00:02:36,520 +I'm going to ask you throughout this course to + +39 +00:02:36,520 --> 00:02:40,400 +write paragraphs and anything any kind of writing + +40 +00:02:40,400 --> 00:02:42,860 +that you do in this course you're going to include + +41 +00:02:42,860 --> 00:02:45,900 +it in this portfolio and I'm going to collect this + +42 +00:02:45,900 --> 00:02:50,940 +portfolio by the end of this course and We're + +43 +00:02:50,940 --> 00:02:57,720 +going to have a quiz, and this has 5% of the total + +44 +00:02:57,720 --> 00:03:02,020 +mark. In addition to that, all materials that we + +45 +00:03:02,020 --> 00:03:04,700 +use in this class, all the PowerPoint + +46 +00:03:04,700 --> 00:03:07,420 +presentations, any kind of materials that we use, + +47 +00:03:07,920 --> 00:03:10,460 +we're gonna have it on, I'm gonna put it on my + +48 +00:03:10,460 --> 00:03:13,960 +webpage, the university webpage, as you can see. + +49 +00:03:14,130 --> 00:03:20,830 +Here is site.iogaza.edu.ps forward slash M Amir. + +50 +00:03:21,130 --> 00:03:26,250 +All right, any questions? In I I do really I'm + +51 +00:03:26,250 --> 00:03:28,370 +sure actually that we're going to have a very + +52 +00:03:28,370 --> 00:03:31,190 +productive Very useful and also an enjoyable + +53 +00:03:31,190 --> 00:03:36,130 +course to take in This semester inshallah. All + +54 +00:03:36,130 --> 00:03:39,770 +right. Okay, so let's start with just refreshing + +55 +00:03:39,770 --> 00:03:42,710 +our ideas about writing and we start with the idea + +56 +00:03:42,710 --> 00:03:47,990 +of What is a sentence? Like I just previously, I + +57 +00:03:47,990 --> 00:03:50,370 +just said that sentence is the building block of + +58 +00:03:50,370 --> 00:03:54,330 +any good writing, any good text. What do we mean + +59 +00:03:54,330 --> 00:03:57,370 +by a sentence? What is meant by sentence? We all + +60 +00:03:57,370 --> 00:04:00,430 +the time use sentences and so on. What is a + +61 +00:04:00,430 --> 00:04:06,490 +sentence? Yes, please. A group of words. Okay. All + +62 +00:04:06,490 --> 00:04:09,150 +right. Yes, please. Very nice. + +63 +00:04:12,380 --> 00:04:15,360 +Okay, so it's a group of words that has a subject + +64 +00:04:15,360 --> 00:04:18,100 +and a verb. Let's just have a quote. What do you + +65 +00:04:18,100 --> 00:04:23,860 +think of this? In the garden. Is this a sentence? + +66 +00:04:24,180 --> 00:04:33,820 +No. Back in 2010. Is this a sentence? No. What + +67 +00:04:33,820 --> 00:04:41,350 +about this one? in Gaza. Why is it a sentence? Why + +68 +00:04:41,350 --> 00:04:44,710 +the first two are not considered sentences whereas + +69 +00:04:44,710 --> 00:04:48,550 +the third one is considered a sentence? Yes + +70 +00:04:48,550 --> 00:04:52,930 +please. Because it contains a subject and a verb + +71 +00:04:52,930 --> 00:04:59,070 +and an object. Gaza is not an object. So it has a + +72 +00:04:59,070 --> 00:05:02,760 +subject and a verb and Is the meaning complete? + +73 +00:05:02,960 --> 00:05:05,720 +Yes. So remember these are the three + +74 +00:05:05,720 --> 00:05:09,280 +prerequisites, the three conditions for a sentence + +75 +00:05:09,280 --> 00:05:12,000 +to be considered a sentence. It has to have a + +76 +00:05:12,000 --> 00:05:16,700 +subject and a verb and an incomplete meaning. + +77 +00:05:16,920 --> 00:05:19,280 +Without these three conditions, we cannot consider + +78 +00:05:19,280 --> 00:05:22,320 +it a sentence. It could be a phrase, it could be a + +79 +00:05:22,320 --> 00:05:25,800 +dependent clause, it could be anything, but not a + +80 +00:05:25,800 --> 00:05:28,920 +sentence as we know it. Okay? So a sentence, just + +81 +00:05:28,920 --> 00:05:31,470 +remember this whenever you're writing. A sentence + +82 +00:05:31,470 --> 00:05:34,610 +is a sentence because it has a subject and a verb + +83 +00:05:34,610 --> 00:05:38,770 +and expresses a complete idea. Just look, let's + +84 +00:05:38,770 --> 00:05:41,130 +see the definition of a sentence and we'll start + +85 +00:05:41,130 --> 00:05:44,910 +from there. A sentence is a group of words that + +86 +00:05:44,910 --> 00:05:47,630 +contains a subject and a verb and expresses a + +87 +00:05:47,630 --> 00:05:49,530 +complete thought or a complete meaning or a + +88 +00:05:49,530 --> 00:05:53,210 +complete idea. From an orthographic point of view, + +89 +00:05:53,270 --> 00:05:56,320 +from a writing point of view, it begins with a + +90 +00:05:56,320 --> 00:05:59,940 +capital letter and ends with a full stop this is + +91 +00:05:59,940 --> 00:06:04,200 +for punctuation sake okay so a sentence like this + +92 +00:06:04,200 --> 00:06:08,600 +I live in Gaza is is a sentence because it has a + +93 +00:06:08,600 --> 00:06:15,160 +subject and a verb and a complete meaning all + +94 +00:06:15,160 --> 00:06:18,540 +right let's just have a quick exercise and decide + +95 +00:06:18,540 --> 00:06:22,460 +which one of these is a sentence okay I'll just + +96 +00:06:22,460 --> 00:06:25,880 +give you one minute to go over them and then we'll + +97 +00:06:25,880 --> 00:06:31,700 +discuss afterwards which one is a sentence and + +98 +00:06:31,700 --> 00:06:35,320 +which one is not considered a sentence and why and + +99 +00:06:35,320 --> 00:06:36,640 +why okay + +100 +00:06:56,320 --> 00:06:59,260 +Alright, let's see. The first one. Yes, please. + +101 +00:06:59,720 --> 00:07:02,900 +Yes, first one is a sentence. Ali is a student. Is + +102 +00:07:02,900 --> 00:07:06,500 +it a sentence? Yes. Yes. Why is that? It has a + +103 +00:07:06,500 --> 00:07:12,780 +subject. The meaning is complete. Alright, the + +104 +00:07:12,780 --> 00:07:14,620 +second one. Yes, please. Over there. + +105 +00:07:17,520 --> 00:07:20,720 +Sentence? Not a sentence. Why is it not a + +106 +00:07:20,720 --> 00:07:25,100 +sentence? The subject is missing. There is no + +107 +00:07:25,100 --> 00:07:31,780 +subject. Alright, so the subject here is missing. + +108 +00:07:32,400 --> 00:07:37,680 +He graduated in May 2005. She graduated. My + +109 +00:07:37,680 --> 00:07:40,960 +brother graduated. Ahmed graduated. Huda + +110 +00:07:40,960 --> 00:07:43,800 +graduated. So it is not a sentence because the + +111 +00:07:43,800 --> 00:07:47,140 +subject is not there. So we have to put the + +112 +00:07:47,140 --> 00:07:51,240 +subject. The third way. His friends are not in his + +113 +00:07:51,240 --> 00:07:55,470 +class. It's a sentence because it has a and + +114 +00:07:55,470 --> 00:07:58,710 +expresses a complete meaning very nice very nice + +115 +00:07:58,710 --> 00:08:03,570 +number four is going shopping this weekend is this + +116 +00:08:03,570 --> 00:08:08,090 +a sentence yes please it is not a sentence why + +117 +00:08:08,090 --> 00:08:13,250 +again the subject very nice again the subject here + +118 +00:08:13,250 --> 00:08:18,270 +is missing he is going shopping Salma is going + +119 +00:08:18,270 --> 00:08:20,830 +shopping my mother is going shopping this weekend + +120 +00:08:20,830 --> 00:08:25,340 +and so on let's see number five after school at + +121 +00:08:25,340 --> 00:08:32,740 +around 2 p.m. yes please yes please why is it not + +122 +00:08:32,740 --> 00:08:36,460 +a sentence yes + +123 +00:08:36,460 --> 00:08:39,480 +the three conditions the three requirements for a + +124 +00:08:39,480 --> 00:08:42,660 +sentence are not there there is no subject there + +125 +00:08:42,660 --> 00:08:45,800 +is no verb and the meaning is not really complete + +126 +00:08:45,800 --> 00:08:49,100 +here what do we mean by after school at around 2 p + +127 +00:08:49,100 --> 00:08:52,560 +.m. so it is not a grammatical sentence okay + +128 +00:08:52,560 --> 00:08:57,420 +number Sixth, don't be late. + +129 +00:08:59,260 --> 00:09:03,540 +Yes please. It is a sentence? Yes, it is a + +130 +00:09:03,540 --> 00:09:06,860 +sentence in the form of an imperative, of an + +131 +00:09:06,860 --> 00:09:10,500 +order. What about the verb? Oh sorry, what about + +132 +00:09:10,500 --> 00:09:14,860 +the subject? You, but it is implicit. Okay, it's + +133 +00:09:14,860 --> 00:09:19,380 +sort of understood that the subject is you. Yes, + +134 +00:09:19,500 --> 00:09:22,720 +it's implicit subject, so it is you don't be late. + +135 +00:09:23,020 --> 00:09:26,380 +Okay, so it is a sentence that, you know, has a + +136 +00:09:26,380 --> 00:09:30,120 +subject, an implicit one, a verb, and expresses a + +137 +00:09:30,120 --> 00:09:34,500 +complete idea. Let's see number seven. Who's + +138 +00:09:34,500 --> 00:09:40,010 +there? Who's there? Sentence? It is a sentence, + +139 +00:09:40,170 --> 00:09:44,350 +subject, verb and a complete idea. It is a + +140 +00:09:44,350 --> 00:09:46,870 +sentence in the form of an interrogative, of a + +141 +00:09:46,870 --> 00:09:51,590 +question. Okay? So it is a sentence. The man vote. + +142 +00:09:53,210 --> 00:09:59,590 +The man vote. Yes please. Yes, yes please. It is + +143 +00:09:59,590 --> 00:10:05,170 +not a sentence. Why is that? It doesn't express a + +144 +00:10:05,170 --> 00:10:08,650 +complete idea. Yes, I have a subject, the man. + +145 +00:10:09,290 --> 00:10:13,530 +Yes, I have a verb, both, but, but what? Exactly. + +146 +00:10:13,950 --> 00:10:17,690 +So the meaning is not complete because both is a + +147 +00:10:17,690 --> 00:10:21,170 +kind of verb that must take an object. We call it + +148 +00:10:21,170 --> 00:10:25,450 +a transitive verb. So the man bought it. the man + +149 +00:10:25,450 --> 00:10:28,730 +bought a car, the man bought the house and so on + +150 +00:10:28,730 --> 00:10:32,190 +so the meaning is not complete here so we have so + +151 +00:10:32,190 --> 00:10:35,170 +we cannot consider it a sentence let's see number + +152 +00:10:35,170 --> 00:10:40,610 +nine when I finish my education When I finish my + +153 +00:10:40,610 --> 00:10:43,790 +education, it's not a sentence because it doesn't + +154 +00:10:43,790 --> 00:10:46,910 +express a complete thing. Very nice. When I finish + +155 +00:10:46,910 --> 00:10:50,510 +my education and I stop talking, the meaning, the + +156 +00:10:50,510 --> 00:10:53,050 +reader would expect something like what happened, + +157 +00:10:53,190 --> 00:10:55,470 +what will happen. Okay? So the meaning is not + +158 +00:10:55,470 --> 00:11:00,830 +complete. Yes, I have a subject, I.I have finished + +159 +00:11:00,830 --> 00:11:06,130 +but the meaning is not complete yet. So I have to + +160 +00:11:06,130 --> 00:11:09,430 +attach something to this part of the sentence in + +161 +00:11:09,430 --> 00:11:12,270 +order to complete the meaning. For example, how + +162 +00:11:12,270 --> 00:11:14,470 +can I finish it? How can I make it complete + +163 +00:11:14,470 --> 00:11:19,870 +meaning? Yes please. Very nice. When I finish my + +164 +00:11:19,870 --> 00:11:23,610 +education, I will travel. + +165 +00:11:28,380 --> 00:11:31,140 +So now it is considered a sentence because it has + +166 +00:11:31,140 --> 00:11:34,760 +a subject and a verb and the meaning is complete. + +167 +00:11:34,880 --> 00:11:36,700 +By the way, this is a kind of sentence we will + +168 +00:11:36,700 --> 00:11:39,200 +talk about. It's called complex sentence because + +169 +00:11:39,200 --> 00:11:42,120 +it has a dependent to close when I finish my + +170 +00:11:42,120 --> 00:11:47,460 +education plus an independent to close which is I + +171 +00:11:47,460 --> 00:11:51,000 +will travel overseas or travel abroad, okay? And + +172 +00:11:51,000 --> 00:11:56,080 +finally, wait for me. Sentence? definitely it is a + +173 +00:11:56,080 --> 00:11:59,760 +sentence it's very much like number six it is a + +174 +00:11:59,760 --> 00:12:04,200 +command it is an order the subject is not stated + +175 +00:12:04,200 --> 00:12:09,080 +explicitly it is sort of understood you don't you + +176 +00:12:09,080 --> 00:12:12,560 +wait for for me all right so again just to remind + +177 +00:12:12,560 --> 00:12:15,060 +you a sentence is a sentence because it has a + +178 +00:12:15,060 --> 00:12:18,080 +subject and a verb and expresses a complete + +179 +00:12:18,080 --> 00:12:22,440 +meaning let's have another exercise all right + +180 +00:12:22,440 --> 00:12:28,000 +decide which one of theseis a sentence and which + +181 +00:12:28,000 --> 00:12:29,780 +one is not a sentence? + +182 +00:12:33,240 --> 00:12:35,420 +Just a second, just a second, just a couple of, + +183 +00:12:35,840 --> 00:12:37,140 +just a half a minute or so + +184 +00:13:01,610 --> 00:13:06,170 +Alright. His place. It's very cold today. His + +185 +00:13:06,170 --> 00:13:09,890 +place over there. It's not a sentence again + +186 +00:13:09,890 --> 00:13:14,350 +because the subject is not there. It's missing. + +187 +00:13:14,550 --> 00:13:19,490 +So, how can we fix it? It is very cold today. So, + +188 +00:13:19,570 --> 00:13:22,250 +we have to add a subject. So, it is very cold + +189 +00:13:22,250 --> 00:13:24,830 +today. So, it is not a sentence because the + +190 +00:13:24,830 --> 00:13:28,370 +subject is missing. A second example. The second + +191 +00:13:28,370 --> 00:13:33,410 +sentence please. Alright, my friend from Canada. + +192 +00:13:33,550 --> 00:13:38,430 +Is it a sentence? No. Why is it not a sentence? + +193 +00:13:39,850 --> 00:13:42,510 +Just look at the three conditions that we just + +194 +00:13:42,510 --> 00:13:45,870 +talked about. Is there a subject? Yes, my friend. + +195 +00:13:46,190 --> 00:13:50,390 +Okay. Where's the verb? No. Okay, it's missing. So + +196 +00:13:50,390 --> 00:13:54,250 +it is not considered a sentence. In Arabic, we can + +197 +00:13:54,250 --> 00:13:58,950 +say صديقي من كندا without having to add a verb, + +198 +00:13:59,150 --> 00:14:03,410 +okay? Whereas in English, every sentence must have + +199 +00:14:03,410 --> 00:14:08,950 +a verb. So, my friend is from Canada, comes from + +200 +00:14:08,950 --> 00:14:13,150 +Canada, was from Canada, traveled from Canada. The + +201 +00:14:13,150 --> 00:14:15,970 +important thing is that to have a verb to this + +202 +00:14:15,970 --> 00:14:20,950 +sentence. So, my friend is from Canada, okay? The + +203 +00:14:20,950 --> 00:14:27,430 +third one. He speaks three languages fluently. He + +204 +00:14:27,430 --> 00:14:30,450 +speaks three languages fluently. Please. It is a + +205 +00:14:30,450 --> 00:14:35,930 +sentence. It is a sentence. Yes. He speaks three + +206 +00:14:35,930 --> 00:14:37,570 +languages fluently. He speaks three languages + +207 +00:14:37,570 --> 00:14:38,070 +fluently. He speaks three languages fluently. He + +208 +00:14:38,070 --> 00:14:40,610 +speaks three languages fluently. He speaks three + +209 +00:14:40,610 --> 00:14:41,610 +languages fluently. He speaks three languages + +210 +00:14:41,610 --> 00:14:43,130 +fluently. He speaks three languages fluently. He + +211 +00:14:43,130 --> 00:14:44,910 +speaks three languages fluently. He speaks three + +212 +00:14:44,910 --> 00:14:47,590 +languages fluently. He speaks three languages + +213 +00:14:47,590 --> 00:14:48,190 +fluently. He speaks three languages fluently. He + +214 +00:14:48,190 --> 00:14:48,210 +speaks three languages fluently. He speaks three + +215 +00:14:48,210 --> 00:14:48,430 +languages fluently. He speaks three languages + +216 +00:14:48,430 --> 00:14:48,910 +fluently. He speaks three languages fluently. He + +217 +00:14:48,910 --> 00:14:48,910 +speaks three languages fluently. He speaks three + +218 +00:14:48,910 --> 00:14:48,910 +languages fluently. He speaks three languages + +219 +00:14:48,910 --> 00:14:48,910 +fluently. He speaks three languages fluently. He + +220 +00:14:48,910 --> 00:14:48,930 +speaks three languages fluently. He speaks three + +221 +00:14:48,930 --> 00:14:48,930 +languages fluently. He speaks three languages + +222 +00:14:48,930 --> 00:14:48,930 +fluently. He speaks three languages fluently. He + +223 +00:14:48,930 --> 00:14:48,930 +speaks three languages fluently. He speaks three + +224 +00:14:48,930 --> 00:14:48,930 +languages fluently. He speaks three languages + +225 +00:14:48,930 --> 00:14:48,930 +fluently. He speaks three languages fluently. He + +226 +00:14:48,930 --> 00:14:52,650 +speaks three languages fluently. Yes, we have a + +227 +00:14:52,650 --> 00:14:56,370 +subject and a verb and the meaning is its complete + +228 +00:14:56,370 --> 00:15:00,290 +meaning. Number five, the children hungry. Please. + +229 +00:15:00,390 --> 00:15:03,590 +It's not a sentence. There is no verb. There is no + +230 +00:15:03,590 --> 00:15:08,490 +verb. The children are hungry. So the verb is + +231 +00:15:08,490 --> 00:15:13,590 +missing or were hungry or will be hungry. The + +232 +00:15:13,590 --> 00:15:16,430 +important thing is to have or to include a verb + +233 +00:15:16,430 --> 00:15:20,270 +for this sentence. All right. Number six, they + +234 +00:15:20,270 --> 00:15:24,710 +don't want. Please. Not a sentence. Not a sentence + +235 +00:15:24,710 --> 00:15:28,450 +because? Because the meaning is not complete. + +236 +00:15:28,790 --> 00:15:30,810 +Because the reader would say they don't want what. + +237 +00:15:31,230 --> 00:15:35,130 +Okay? So again because want is a kind of verb that + +238 +00:15:35,130 --> 00:15:38,810 +requires an object. They don't want it. They don't + +239 +00:15:38,810 --> 00:15:41,870 +want to travel. They don't want to eat and so on. + +240 +00:15:41,930 --> 00:15:46,510 +So it is not a sentence because the meaning is not + +241 +00:15:46,510 --> 00:15:51,280 +complete yet. Alright? Let's see. Go to bed? Yes, + +242 +00:15:51,540 --> 00:15:55,760 +please. It is a sentence in the form of an order. + +243 +00:15:56,700 --> 00:16:01,100 +Enjoys many sports, especially basketball. Is this + +244 +00:16:01,100 --> 00:16:04,360 +a sentence? Yes, please. This is not a sentence + +245 +00:16:04,360 --> 00:16:07,220 +because the name is missing the subject. The + +246 +00:16:07,220 --> 00:16:10,700 +subject is missing. Very nice. So, she enjoys. + +247 +00:16:12,740 --> 00:16:16,340 +Jane enjoys when it was especially basketball and + +248 +00:16:16,340 --> 00:16:20,080 +so and so on. Very nice. The man in the red shirt. + +249 +00:16:20,260 --> 00:16:25,360 +The man in the red shirt. Yes, please. It is not a + +250 +00:16:25,360 --> 00:16:29,360 +sentence because again the subject-verb pairing, + +251 +00:16:29,580 --> 00:16:32,020 +the subject-verb combination, the subject-verb + +252 +00:16:32,020 --> 00:16:35,360 +relationship is not there. There is no subject and + +253 +00:16:35,360 --> 00:16:40,800 +there is no verb. How can you accept? We have to + +254 +00:16:40,800 --> 00:16:43,680 +put a verb or we can't complete the sentence. For + +255 +00:16:43,680 --> 00:16:47,820 +example, the man is in the red shirt, right? The + +256 +00:16:47,820 --> 00:16:50,660 +man is in the red shirt, okay? Or the man in the + +257 +00:16:50,660 --> 00:16:56,960 +red shirt is my uncle, works here, works in this + +258 +00:16:56,960 --> 00:17:00,540 +company, works in this university. Or the man in + +259 +00:17:00,540 --> 00:17:03,560 +the red shirt is my uncle. So all of this becomes + +260 +00:17:03,560 --> 00:17:06,140 +a subject to the verb + +261 +00:17:13,440 --> 00:17:17,900 +It's not a + +262 +00:17:17,900 --> 00:17:21,940 +sentence. It has no meaning. Yes, the meaning is + +263 +00:17:21,940 --> 00:17:25,280 +not very nice. The meaning is not complete. Why + +264 +00:17:25,280 --> 00:17:29,150 +are we going to the market? we saw an accident I + +265 +00:17:29,150 --> 00:17:33,410 +bumped into my an old friend for example I met a + +266 +00:17:33,410 --> 00:17:36,910 +couple of old friends and so on so I have to + +267 +00:17:36,910 --> 00:17:39,430 +complete this in order to express the complete + +268 +00:17:39,430 --> 00:17:43,750 +meaning all right let's see number 11 the last one + +269 +00:17:43,750 --> 00:17:47,490 +they didn't like yes please they didn't like this + +270 +00:17:47,490 --> 00:17:53,890 +sentence because they very nice it doesn't have a + +271 +00:17:53,890 --> 00:17:57,830 +complete meaning so they don't like chocolate they + +272 +00:17:57,830 --> 00:18:01,230 +don't like food they don't like and so on so there + +273 +00:18:01,230 --> 00:18:05,210 +has to be an object after the verb like in order + +274 +00:18:05,210 --> 00:18:07,790 +to express the complete meaning is this clear + +275 +00:18:07,790 --> 00:18:12,450 +let's have a third exercise let's look let's + +276 +00:18:12,450 --> 00:18:16,590 +correct these sentence problems in the following + +277 +00:18:16,590 --> 00:18:20,630 +some of these all of these are actuallyNot correct + +278 +00:18:20,630 --> 00:18:23,810 +sentences, so try to fix them, alright? Change + +279 +00:18:23,810 --> 00:18:28,490 +them into correct sentences. Remember, again, a + +280 +00:18:28,490 --> 00:18:31,770 +sentence must have a subject and a verb and + +281 +00:18:31,770 --> 00:18:34,250 +expresses a complete meaning. + +282 +00:19:23,710 --> 00:19:27,730 +All right, let's see. First one, some foods spicy. + +283 +00:19:28,550 --> 00:19:33,390 +Yes, please. Okay, how can you fix it? + +284 +00:19:37,680 --> 00:19:43,180 +Some food is spicy. Yes. As simple as that. Just + +285 +00:19:43,180 --> 00:19:47,420 +include a suitable verb for it. So some food is + +286 +00:19:47,420 --> 00:19:51,720 +spicy. Alright? So now it is considered a + +287 +00:19:51,720 --> 00:19:56,040 +sentence. Yes please. Corn my favorite vegetable. + +288 +00:19:56,660 --> 00:20:00,220 +Corn is my favorite vegetable. Was my favorite. So + +289 +00:20:00,220 --> 00:20:04,280 +the verb here is needed. Corn is my favorite + +290 +00:20:04,280 --> 00:20:07,930 +vegetable. Yes please. It's very bright in the + +291 +00:20:07,930 --> 00:20:12,530 +afternoon. That's not a sentence of course. And + +292 +00:20:12,530 --> 00:20:17,410 +how to fix it? It's the sun very bright. Very + +293 +00:20:17,410 --> 00:20:19,490 +nice. It's the sun very nice in the form of a + +294 +00:20:19,490 --> 00:20:24,930 +question or you can say it is very bright in the + +295 +00:20:24,930 --> 00:20:28,630 +afternoon. Okay. All right. Number four. Takes a + +296 +00:20:28,630 --> 00:20:34,210 +nap for two or three hours. Takes a nap for two or + +297 +00:20:34,210 --> 00:20:37,670 +three hours. Yes please. She takes a nap for two + +298 +00:20:37,670 --> 00:20:40,390 +hours. Yes, she takes a nap for, so the subject + +299 +00:20:40,390 --> 00:20:47,170 +has to be included here. So she, Margaret takes a + +300 +00:20:47,170 --> 00:20:49,830 +nap, Ahmed takes a nap for two or three hours, + +301 +00:20:50,010 --> 00:20:52,950 +John takes a nap for, my father takes a nap for + +302 +00:20:52,950 --> 00:20:56,750 +two or three hours a day and so on. Alright? Let's + +303 +00:20:56,750 --> 00:20:57,690 +see number five. + +304 +00:21:03,780 --> 00:21:07,480 +comes with this. She, Oda, Salma, Ahmed, my sister + +305 +00:21:07,480 --> 00:21:11,960 +eats. So the subject here, she eats rice. All + +306 +00:21:11,960 --> 00:21:15,920 +right. Let's see number six. There are flowers in + +307 +00:21:15,920 --> 00:21:19,680 +the market. There are flowers in the market. Yes, + +308 +00:21:19,760 --> 00:21:25,240 +please. Very nice. There are flowers in the + +309 +00:21:25,240 --> 00:21:28,080 +market. There were flowers in the market. There + +310 +00:21:28,080 --> 00:21:31,260 +will be flowers in the market. So we have to + +311 +00:21:31,260 --> 00:21:35,940 +include the verb here there are for example + +312 +00:21:35,940 --> 00:21:40,460 +flowers in the market all right let's see number + +313 +00:21:40,460 --> 00:21:44,540 +seven for example the increase in the cost of + +314 +00:21:44,540 --> 00:21:49,020 +living clearly it is not a sentence because none + +315 +00:21:49,020 --> 00:21:51,920 +of the three conditions are met here there is no + +316 +00:21:51,920 --> 00:21:55,470 +subject there is no verb And the meaning is not + +317 +00:21:55,470 --> 00:21:58,170 +really, doesn't get through. It's not clear. + +318 +00:21:58,610 --> 00:22:02,170 +Alright? How can we rewrite the sentence in order + +319 +00:22:02,170 --> 00:22:06,330 +to make it a meaningful sentence? Rewrite it to + +320 +00:22:06,330 --> 00:22:09,950 +make it a meaningful sentence. For example, the + +321 +00:22:09,950 --> 00:22:13,390 +coast and the, sorry, the increase in the cost of + +322 +00:22:13,390 --> 00:22:17,280 +living. How can you fix it? Please. We can say the + +323 +00:22:17,280 --> 00:22:20,160 +increase in the cost of living is becoming higher. + +324 +00:22:20,320 --> 00:22:25,640 +Very nice. Is becoming higher. So all of this is + +325 +00:22:25,640 --> 00:22:32,100 +becomes a subject to the verb is becoming higher. + +326 +00:22:33,980 --> 00:22:38,470 +Okay. Now, we added a verb to this phrase to make + +327 +00:22:38,470 --> 00:22:41,350 +it, to change it into a sentence. For example, the + +328 +00:22:41,350 --> 00:22:46,130 +increase in the cost of living is making life or + +329 +00:22:46,130 --> 00:22:49,590 +is becoming higher or makes life difficult, + +330 +00:22:49,870 --> 00:22:53,150 +alright? Or anything like that. Or we can say the + +331 +00:22:53,150 --> 00:22:57,030 +increase is in the cost of living. + +332 +00:23:00,760 --> 00:23:04,820 +Let's see number eight. Having no money and being + +333 +00:23:04,820 --> 00:23:11,300 +lonely in the city. Is having a verb? Not a verb. + +334 +00:23:11,930 --> 00:23:15,030 +Something that we call it not a finite verb. Okay. + +335 +00:23:15,050 --> 00:23:17,450 +But we'll talk about this later. All right. So it + +336 +00:23:17,450 --> 00:23:20,430 +is not a verb in the sense that we know there is + +337 +00:23:20,430 --> 00:23:24,570 +no subject verb relationship. Okay. So how can we + +338 +00:23:24,570 --> 00:23:28,630 +change it into a grammatically and a grammatically + +339 +00:23:28,630 --> 00:23:32,810 +meaningful sentence? Yes, please. She is having no + +340 +00:23:32,810 --> 00:23:36,350 +money. Very nice. That is right. She's having no + +341 +00:23:36,350 --> 00:23:40,840 +money and is lonely in the city. Alright? Or you + +342 +00:23:40,840 --> 00:23:45,980 +can say, she's having, she's having no money and + +343 +00:23:45,980 --> 00:23:50,220 +is lonely in the city. Another way is we can say, + +344 +00:23:50,860 --> 00:23:54,120 +yes please. It's very difficult. Make having as a + +345 +00:23:54,120 --> 00:23:57,920 +subject. Very nice. Having no money in the city, + +346 +00:24:00,680 --> 00:24:04,900 +having no money and being lonely in the city made + +347 +00:24:04,900 --> 00:24:11,220 +him made his life terrible okay made his life very + +348 +00:24:11,220 --> 00:24:15,800 +bad for example alright so let's see number eight + +349 +00:24:15,800 --> 00:24:18,980 +having no money and being lonely in the city + +350 +00:24:18,980 --> 00:24:24,180 +clearly it is not a sentence how can we fix it? + +351 +00:24:25,120 --> 00:24:28,920 +again she is having no money and is lonely in the + +352 +00:24:28,920 --> 00:24:32,280 +city or we can say having no money and being + +353 +00:24:32,280 --> 00:24:34,180 +lonely in the city made + +354 +00:24:41,270 --> 00:24:46,930 +made him depressed very nice made him depressed + +355 +00:24:46,930 --> 00:24:53,330 +okay made him so now we have a subject verb + +356 +00:24:53,330 --> 00:24:56,710 +relationship having no money and being lonely in + +357 +00:24:56,710 --> 00:24:59,190 +the city is the subject all of this is a subject + +358 +00:24:59,190 --> 00:25:03,530 +to the verb made so subject verb relationship and + +359 +00:25:03,530 --> 00:25:10,240 +there is a complete idea number nine because some + +360 +00:25:10,240 --> 00:25:14,900 +students have part-time jobs. Again, this is not a + +361 +00:25:14,900 --> 00:25:17,220 +sentence. Yes, we have a subject some students and + +362 +00:25:17,220 --> 00:25:20,420 +a verb have, but because there is because in the + +363 +00:25:20,420 --> 00:25:24,920 +sentence, it makes it dependent on something. It + +364 +00:25:24,920 --> 00:25:27,640 +makes it incomplete. That is to say, we have to + +365 +00:25:27,640 --> 00:25:30,860 +add something to this to make it a complete + +366 +00:25:30,860 --> 00:25:34,660 +sentence. So, yes, Iman. They can't concentrate on + +367 +00:25:34,660 --> 00:25:37,380 +their studies. Very nice. Because some students + +368 +00:25:37,380 --> 00:25:42,050 +havepart-time jobs, they cannot concentrate on + +369 +00:25:42,050 --> 00:25:50,750 +their studies. They can't + +370 +00:25:50,750 --> 00:25:56,690 +concentrate on + +371 +00:25:56,690 --> 00:25:59,350 +their studies. + +372 +00:26:01,640 --> 00:26:05,640 +now it becomes a complete sentence or we can say + +373 +00:26:05,640 --> 00:26:08,160 +because some students have part-time jobs they + +374 +00:26:08,160 --> 00:26:12,040 +don't often get high grades or high marks okay + +375 +00:26:12,040 --> 00:26:16,980 +let's see number 10 some people are polite full + +376 +00:26:16,980 --> 00:26:21,880 +stop my neighbor for example what is the problem + +377 +00:26:21,880 --> 00:26:26,210 +here Where is the problem here? Is it the first + +378 +00:26:26,210 --> 00:26:29,190 +part or the second part? Really it is the second + +379 +00:26:29,190 --> 00:26:32,570 +part because this is no problem here. My some + +380 +00:26:32,570 --> 00:26:35,590 +people are polite. The second part is it treated + +381 +00:26:35,590 --> 00:26:39,190 +as a sentence, but it is not. How can we fix it? + +382 +00:26:41,650 --> 00:26:44,350 +Yes, please. My neighbor, for example, one of + +383 +00:26:44,350 --> 00:26:48,700 +them. Very nice. My neighbor is one of them, for + +384 +00:26:48,700 --> 00:26:52,260 +example. For example, my neighbor is one of them. + +385 +00:26:52,500 --> 00:26:58,340 +Okay. So the second part is my neighbor is one of + +386 +00:26:58,340 --> 00:27:04,960 +them, for example, or we can say, for example, my + +387 +00:27:04,960 --> 00:27:08,520 +neighbor is one of them. So just my neighbor by + +388 +00:27:08,520 --> 00:27:12,800 +itself is not a sentence. So we have to add a verb + +389 +00:27:12,800 --> 00:27:18,230 +and a complete idea to it let's see number 11 we + +390 +00:27:18,230 --> 00:27:23,190 +all ran inside for a stop because it was very cold + +391 +00:27:23,190 --> 00:27:28,750 +where's the problem here first or second part the + +392 +00:27:28,750 --> 00:27:34,030 +second part because we all it was very cold it is + +393 +00:27:34,030 --> 00:27:38,330 +not a complete idea how can we fix it very easy we + +394 +00:27:38,330 --> 00:27:42,600 +just say we all ran inside Just remove the full + +395 +00:27:42,600 --> 00:27:47,240 +stop and add it to the rest of the sentence. So, + +396 +00:27:47,600 --> 00:27:50,840 +we all ran inside because it was very cold. Is + +397 +00:27:50,840 --> 00:27:54,060 +that right? Yes, as simple as that. Because just + +398 +00:27:54,060 --> 00:27:58,540 +remove the full stop and add or join the two parts + +399 +00:27:58,540 --> 00:28:02,680 +together to form a sentence. Okay? So, we all ran + +400 +00:28:02,680 --> 00:28:07,180 +inside because it was very cold. Alright? Let's + +401 +00:28:07,180 --> 00:28:11,160 +see the last one. As I was listening to the radio. + +402 +00:28:12,490 --> 00:28:16,410 +As I was listening to the radio, again, not a + +403 +00:28:16,410 --> 00:28:19,850 +complete idea. How can we fix it? How can we fix + +404 +00:28:19,850 --> 00:28:24,950 +it? Yes, please. My father came. My father came. + +405 +00:28:25,270 --> 00:28:27,870 +Alright, another answer. Very nice. Yes, please. + +406 +00:28:27,890 --> 00:28:31,110 +The telephone rang. The telephone rang. What else? + +407 +00:28:31,690 --> 00:28:35,830 +Yes, please. My mother was cooking. So the idea + +408 +00:28:35,830 --> 00:28:40,250 +here is to add something to complete the meaning. + +409 +00:28:40,590 --> 00:28:44,890 +Another way is just to remove the as, this + +410 +00:28:44,890 --> 00:28:49,670 +subordinator. Alright? Because if we add as or why + +411 +00:28:49,670 --> 00:28:52,930 +or because it makes the sentence say something we + +412 +00:28:52,930 --> 00:28:56,490 +call dependent clause, subordinate clause. That is + +413 +00:28:56,490 --> 00:29:00,090 +to say not a complete idea. So we can say I was + +414 +00:29:00,090 --> 00:29:04,800 +listening to the radio. Okay? As simple as that. + +415 +00:29:04,980 --> 00:29:08,000 +Okay? Alright. Alright. Now, what I'd like you to + +416 +00:29:08,000 --> 00:29:11,280 +do is trust to write two sentences. Any two + +417 +00:29:11,280 --> 00:29:14,780 +sentences that you can think of. Alright? Alright? + +418 +00:29:14,940 --> 00:29:18,300 +Right now. Yes, please. Just write two sentences + +419 +00:29:18,300 --> 00:29:20,660 +that come to your mind. Just remember these three + +420 +00:29:20,660 --> 00:29:23,980 +conditions. It has to have a subject and a verb + +421 +00:29:23,980 --> 00:29:26,760 +and must express a complete idea. + +422 +00:30:40,820 --> 00:30:46,360 +Alright? Yes, please. Palestine will be free soon. + +423 +00:30:46,740 --> 00:30:50,020 +Palestine will be free soon. Is that a correct + +424 +00:30:50,020 --> 00:30:52,640 +sentence? Yes. And a perfect sentence. Yes, + +425 +00:30:52,720 --> 00:30:57,000 +Palestine will be free. Very nice. Yes, please. I + +426 +00:30:57,000 --> 00:30:59,880 +have finished only one semester in university. + +427 +00:31:00,000 --> 00:31:03,160 +Alright, very nice. I have finished only one + +428 +00:31:03,160 --> 00:31:06,100 +semester at university. Very nice. Yes, please. + +429 +00:31:09,680 --> 00:31:12,420 +Very nice. Very nice. Hopefully not. Hopefully + +430 +00:31:12,420 --> 00:31:14,440 +not. Very good. Very good. Yes please. + +431 +00:31:18,100 --> 00:31:20,880 +Very nice. We have to decide on blah blah blah. + +432 +00:31:21,040 --> 00:31:23,340 +Very very good. Very nice. Yes please. + +433 +00:31:26,380 --> 00:31:29,400 +Very nice. Palestinian refugees need medical + +434 +00:31:29,400 --> 00:31:32,380 +support, medical help from different + +435 +00:31:32,380 --> 00:31:34,980 +organizations. Very nice. Okay. + +436 +00:31:38,170 --> 00:31:42,510 +I start my lectures and I start my classes at 9 a + +437 +00:31:42,510 --> 00:31:45,750 +.m all right so this is what we need actually to + +438 +00:31:45,750 --> 00:31:48,650 +think about whenever we write something just think + +439 +00:31:48,650 --> 00:31:52,350 +that the preconditions the requirements for + +440 +00:31:52,350 --> 00:31:54,970 +writing a good sentence is that it must have a + +441 +00:31:54,970 --> 00:31:59,110 +subject and a verb and expresses a complete idea + +442 +00:31:59,110 --> 00:32:02,470 +okay now let's move to the book and look at page + +443 +00:32:02,470 --> 00:32:07,830 +15 An easy exercise, just to reinforce this idea + +444 +00:32:07,830 --> 00:32:14,030 +of checking your writing for clarity of sentences, + +445 +00:32:14,190 --> 00:32:19,290 +okay? Page 15 in your textbook, Larry's, I also + +446 +00:32:19,290 --> 00:32:24,810 +have it here on the slide, Larry's bad habit. Can + +447 +00:32:24,810 --> 00:32:28,390 +you see it? Yes. What I'd like you to do is to + +448 +00:32:28,390 --> 00:32:32,090 +look for missing subjects and verbs in this + +449 +00:32:32,090 --> 00:32:36,690 +paragraph. Just quickly read it and identify + +450 +00:32:36,690 --> 00:32:41,270 +sentences which are missing, which are missing in + +451 +00:32:41,270 --> 00:32:45,250 +verbs and subjects and fix them very quickly. + +452 +00:32:45,310 --> 00:32:47,510 +We'll just have less than one minute to quickly + +453 +00:32:47,510 --> 00:32:53,770 +read it and fix the problems in this sentence. + +454 +00:32:55,110 --> 00:32:55,710 +Okay? + +455 +00:34:04,170 --> 00:34:12,290 +Alright, let's see. Yes, please. Problem? No + +456 +00:34:12,290 --> 00:34:16,250 +problem. Very nice. He is never on time to + +457 +00:34:16,250 --> 00:34:20,070 +anything. He is never on time to anything. So the + +458 +00:34:20,070 --> 00:34:24,430 +verb is missing. He is never on time to anything. + +459 +00:34:24,830 --> 00:34:26,990 +Yes, please. He arrives ten minutes late. And + +460 +00:34:26,990 --> 00:34:30,190 +again, arrives ten minutes late. He arrives ten + +461 +00:34:30,190 --> 00:34:33,410 +minutes late. He arrives + +462 +00:34:39,840 --> 00:34:52,620 +Larry always has an excuse + +463 +00:34:52,620 --> 00:34:56,740 +What + +464 +00:34:56,740 --> 00:35:02,250 +he says? I missed the bus. My alarm clock didn't + +465 +00:35:02,250 --> 00:35:02,550 +ring. + +466 +00:35:05,310 --> 00:35:08,790 +My watch stopped. My mother telephoned me just as + +467 +00:35:08,790 --> 00:35:16,690 +I was leaving. Okay. Next. Next. Uses each excuse + +468 +00:35:16,690 --> 00:35:22,450 +at least twice a week. He uses. Right? Yes. So the + +469 +00:35:22,450 --> 00:35:29,780 +subject here is missing. He uses He uses each + +470 +00:35:29,780 --> 00:35:34,740 +excuse at least twice a week. I know them all. Who + +471 +00:35:34,740 --> 00:35:35,500 +would like to continue? + +472 +00:35:39,380 --> 00:35:42,520 +Yes, please. Whenever Larry rushes in 10 minutes + +473 +00:35:42,520 --> 00:35:46,220 +late, of course, and starts to say, sorry I'm + +474 +00:35:46,220 --> 00:35:51,240 +late, but I, or sorry I'm late, but my, or sorry + +475 +00:35:51,240 --> 00:35:54,540 +I'm late, but my mother, I can't finish the + +476 +00:35:54,540 --> 00:35:57,880 +sentence for him. Problem? No problem in the + +477 +00:35:57,880 --> 00:36:00,920 +sentence structure. What about the next one? There + +478 +00:36:00,920 --> 00:36:06,340 +is bad habit not a problem for me any longer. Very + +479 +00:36:06,340 --> 00:36:10,540 +nice. There is bad habit is not a problem for me + +480 +00:36:10,540 --> 00:36:17,200 +any longer. Is not a problem for me any longer. If + +481 +00:36:17,200 --> 00:36:21,790 +the movie at seven. Yes please. If the movie is at + +482 +00:36:21,790 --> 00:36:24,750 +seven, I tell Larry it starts at six forty-five. + +483 +00:36:24,810 --> 00:36:27,710 +Fairness. Fairness. If the movie is at seven or if + +484 +00:36:27,710 --> 00:36:30,870 +the movie starts at seven, I tell Larry it starts + +485 +00:36:30,870 --> 00:36:35,890 +at six forty-five. So here the verb is missing. If + +486 +00:36:35,890 --> 00:36:41,290 +the movie starts at seven, I tell Larry it starts + +487 +00:36:41,290 --> 00:36:47,080 +at six forty-five. Then he early. Then he comes + +488 +00:36:47,080 --> 00:36:51,040 +early, then he arrives early. Okay? So again, then + +489 +00:36:51,040 --> 00:36:55,940 +he arrives and he comes early. Alright? So in this + +490 +00:36:55,940 --> 00:36:58,160 +paragraph, there were a few sentences that were + +491 +00:36:58,160 --> 00:37:02,640 +lacking subjects or verbs. And you have to always + +492 +00:37:02,640 --> 00:37:05,980 +be attentive to this in our writing. Just to make + +493 +00:37:05,980 --> 00:37:08,820 +sure that every sentence we write must have a + +494 +00:37:08,820 --> 00:37:13,090 +subject and a verb and a complete idea. Alright? A + +495 +00:37:13,090 --> 00:37:15,730 +second and last exercise for today's class, + +496 +00:37:15,890 --> 00:37:19,610 +alright? The second paragraph in your book on page + +497 +00:37:19,610 --> 00:37:24,350 +15, My Neighbors, okay? What we have to do here is + +498 +00:37:24,350 --> 00:37:28,890 +just to punctuate this paragraph, to add capital + +499 +00:37:28,890 --> 00:37:32,910 +letters and false tops where necessary. Yes + +500 +00:37:32,910 --> 00:37:33,170 +please. + +501 +00:38:20,970 --> 00:38:21,870 +It's cold outside. + +502 +00:39:09,590 --> 00:39:13,310 +Are we finished? Yes? Yes, it shouldn't be a + +503 +00:39:13,310 --> 00:39:16,150 +difficult one to do. Alright, who would like to + +504 +00:39:16,150 --> 00:39:19,610 +start? Yes, please. A young couple from India + +505 +00:39:19,610 --> 00:39:24,710 +lives next door to me, comma. Full stop, not a + +506 +00:39:24,710 --> 00:39:27,590 +comma. Alright, so a young, it has to be a capital + +507 +00:39:27,590 --> 00:39:30,970 +letter. A young couple from India lives next door + +508 +00:39:30,970 --> 00:39:34,610 +to me. Full stop. The sentence finished here + +509 +00:39:34,610 --> 00:39:36,510 +because the idea finished here. + +510 +00:39:39,880 --> 00:39:45,500 +The husband's name is Aja. Full stop. The wife's + +511 +00:39:45,500 --> 00:39:52,340 +name is Anjou. Full stop. Everyone calls her + +512 +00:39:52,340 --> 00:39:58,780 +Anjou. Full stop. Yes. Capital letter for they. + +513 +00:39:59,060 --> 00:40:03,720 +They have a young son and are expecting their + +514 +00:40:03,720 --> 00:40:06,780 +second child in a few weeks. Full stop. + +515 +00:40:09,980 --> 00:40:13,380 +They hope to have a girl this time. Full stop. + +516 +00:40:13,940 --> 00:40:16,440 +They hope to have a girl this time. Full stop. + +517 +00:40:17,100 --> 00:40:24,700 +Both a J and a Jew have good jobs. Yes, full stop. + +518 +00:40:25,440 --> 00:40:31,740 +He is an executive in in a computer company, full + +519 +00:40:31,740 --> 00:40:37,720 +stop. She is a computer programmer and works in + +520 +00:40:37,720 --> 00:40:42,400 +our local hospital, full stop. And you is a + +521 +00:40:42,400 --> 00:40:47,280 +wonderful cook. Alright, very nice. She cooks + +522 +00:40:47,280 --> 00:40:53,300 +mostly Indian food, full stop. They sometimes + +523 +00:40:53,300 --> 00:40:57,950 +invite neighbors on weekend for a potluck For a + +524 +00:40:57,950 --> 00:41:01,370 +potluck. For a stop. For a stop. Capital letter. + +525 +00:41:01,650 --> 00:41:05,810 +Yes, capital letter W is capitalized. All bring + +526 +00:41:05,810 --> 00:41:08,770 +something to share. All bring something to share. + +527 +00:41:08,950 --> 00:41:09,450 +All bring something to share. For a stop. For a + +528 +00:41:09,450 --> 00:41:13,470 +stop. It is fun to live next door to Ajay and. + +529 +00:41:13,770 --> 00:41:17,830 +Ajay and for a stop. Great. Okay, so here we have + +530 +00:41:17,830 --> 00:41:22,830 +a perfectly punctuated sentence okay so this is + +531 +00:41:22,830 --> 00:41:25,190 +again just to recap what we talked about today + +532 +00:41:25,190 --> 00:41:27,790 +every sentence whenever you write think about + +533 +00:41:27,790 --> 00:41:32,310 +these three requirements a subject, a verb and + +534 +00:41:32,310 --> 00:41:36,950 +must it must express express a complete idea okay + +535 +00:41:36,950 --> 00:41:39,430 +for next time what I'd like you to do is to start + +536 +00:41:39,430 --> 00:41:42,850 +writing and I'd like you to write something about + +537 +00:41:42,850 --> 00:41:48,690 +the benefits of the + +538 +00:41:51,890 --> 00:41:56,150 +internet okay just an easy topic that everyone can + +539 +00:41:56,150 --> 00:41:59,310 +write about just write a paragraph a kind of + +540 +00:41:59,310 --> 00:42:04,270 +writing a paragraph about this topic the benefits + +541 +00:42:04,270 --> 00:42:08,530 +of the internet all right all right in the form + +542 +00:42:08,530 --> 00:42:12,310 +about 15 lines or something like this and we'll + +543 +00:42:12,310 --> 00:42:15,030 +see you next time inshallah thank you very much + +544 +00:42:15,420 --> 00:42:19,180 +for being very attentive and active and inshallah + +545 +00:42:19,180 --> 00:42:21,100 +we'll see you next time inshallah. Thank you very + +546 +00:42:21,100 --> 00:42:21,320 +much. + diff --git a/PL9fwy3NUQKwbknFHzECJkgNOSFOth6GiS/Wl553JTdP7w.srt b/PL9fwy3NUQKwbknFHzECJkgNOSFOth6GiS/Wl553JTdP7w.srt new file mode 100644 index 0000000000000000000000000000000000000000..4ae9da3cdf1bf420f62dfea6fee88be7682731a5 --- /dev/null +++ b/PL9fwy3NUQKwbknFHzECJkgNOSFOth6GiS/Wl553JTdP7w.srt @@ -0,0 +1,1698 @@ + +1 +00:00:20,700 --> 00:00:23,020 +All right. Assalamualaikum. Good morning. How are + +2 +00:00:23,020 --> 00:00:25,660 +you today? Fine. Very good. All right. Today we're + +3 +00:00:25,660 --> 00:00:29,420 +looking at a very important topic and this is also + +4 +00:00:29,420 --> 00:00:34,140 +good for you as English major students and this + +5 +00:00:34,140 --> 00:00:37,760 +has to do with narrative paragraph. As you will + +6 +00:00:37,760 --> 00:00:40,500 +see in your writing in different courses that you + +7 +00:00:40,500 --> 00:00:43,300 +will study, you will be reading a lot of + +8 +00:00:43,300 --> 00:00:47,440 +literature works, a lot of literary works and you + +9 +00:00:47,440 --> 00:00:50,000 +will be doing critiques and things like that on + +10 +00:00:50,180 --> 00:00:53,340 +different novels, different plays and different + +11 +00:00:53,340 --> 00:00:57,040 +short stories and so on and it is also a kind of + +12 +00:00:57,040 --> 00:01:01,140 +important topic that you will be doing as part of + +13 +00:01:01,140 --> 00:01:04,260 +your academic study and this has to do with + +14 +00:01:04,260 --> 00:01:08,020 +narrative writing. What is narrative? Narrative is + +15 +00:01:08,020 --> 00:01:11,220 +basically storytelling, is that right? Yes, it's + +16 +00:01:11,220 --> 00:01:13,740 +about Serdia, we call it in Arabic, it's Serda, + +17 +00:01:13,760 --> 00:01:16,520 +النص السردي. So it is about narrative paragraphs, + +18 +00:01:16,720 --> 00:01:19,900 +so it's about storytelling in other words. So + +19 +00:01:19,900 --> 00:01:25,040 +narratives tell stories. So everyone has of course + +20 +00:01:25,040 --> 00:01:29,220 +of us, read a story, told a story about something, + +21 +00:01:29,420 --> 00:01:31,720 +watched something on television, watched a story + +22 +00:01:31,720 --> 00:01:34,280 +or something on television, or heard it from + +23 +00:01:34,280 --> 00:01:38,820 +friends or classmates or family members and so on. + +24 +00:01:38,920 --> 00:01:41,500 +So basically a narrative paragraph, and here we're + +25 +00:01:41,500 --> 00:01:45,300 +focusing on a narrative paragraph writing. tells a + +26 +00:01:45,300 --> 00:01:50,460 +short story or describes a sequence of events. In + +27 +00:01:50,460 --> 00:01:55,240 +other words, a narrative tells a story about a + +28 +00:01:55,240 --> 00:01:59,500 +personal memory, a personal experience and so on. + +29 +00:01:59,600 --> 00:02:02,560 +So it is important that we actually zoom in on + +30 +00:02:02,850 --> 00:02:06,730 +this type of paragraph writing and do some + +31 +00:02:06,730 --> 00:02:09,830 +practice in this because this is also it needs + +32 +00:02:09,830 --> 00:02:13,790 +skill but also as well it needs talent and + +33 +00:02:13,790 --> 00:02:17,210 +experience and training and everything that we can + +34 +00:02:17,210 --> 00:02:22,270 +think of. Let's look at these two lists of things + +35 +00:02:22,270 --> 00:02:27,490 +and say what would make a good story and what + +36 +00:02:27,490 --> 00:02:29,790 +would not make a good story, what would make a + +37 +00:02:29,790 --> 00:02:33,070 +good narrative and what wouldn't let's look at + +38 +00:02:33,070 --> 00:02:38,170 +these ones good choice for a story is a house fire + +39 +00:02:38,170 --> 00:02:42,650 +a good story or good choice for a story is a car + +40 +00:02:42,650 --> 00:02:47,770 +accident a death or getting lost somewhere or a + +41 +00:02:47,770 --> 00:02:51,090 +scary time or a beautiful time in one's life and + +42 +00:02:51,090 --> 00:02:54,630 +so on whereas here bad choice for a story getting + +43 +00:02:54,630 --> 00:02:59,110 +out of bed eating dinner meeting your friend and + +44 +00:02:59,110 --> 00:03:01,890 +so on, while these topics are good narrative + +45 +00:03:01,890 --> 00:03:05,210 +topics, whereas these ones are not good really + +46 +00:03:05,210 --> 00:03:06,930 +narrative topics. + +47 +00:03:09,530 --> 00:03:12,890 +What does this not make, doesn't make a good + +48 +00:03:12,890 --> 00:03:15,910 +story, a good topic for a story? Getting out of + +49 +00:03:15,910 --> 00:03:18,890 +bed. Yes ones, please. Because they are boring + +50 +00:03:18,890 --> 00:03:21,230 +things that happen in daily life and they are not + +51 +00:03:21,230 --> 00:03:23,950 +interesting in life. Very nice, very nice. + +52 +00:03:23,970 --> 00:03:27,210 +Anything else? Basically, yes, because these are + +53 +00:03:27,210 --> 00:03:30,650 +some very common mundane ordinary things that + +54 +00:03:30,650 --> 00:03:33,190 +happen every day. So there is nothing interesting + +55 +00:03:33,190 --> 00:03:35,890 +about reading about them. There is nothing + +56 +00:03:35,890 --> 00:03:39,670 +interesting about writing about them. Every day we + +57 +00:03:39,670 --> 00:03:44,370 +get out of bed, every day we eat dinner or we meet + +58 +00:03:44,370 --> 00:03:47,330 +friends or family members and so. And so these + +59 +00:03:47,330 --> 00:03:49,990 +are, so they are not good because they are not + +60 +00:03:49,990 --> 00:03:54,190 +interesting. They are very usual mundane things in + +61 +00:03:54,190 --> 00:03:58,270 +life. Whereas these ones do not happen every day, + +62 +00:03:58,650 --> 00:04:01,250 +okay? And sometimes they are serious things that + +63 +00:04:01,250 --> 00:04:04,710 +happen in our life. And therefore, a good choice + +64 +00:04:04,710 --> 00:04:08,250 +for a narrative is one that is interesting, + +65 +00:04:08,890 --> 00:04:11,430 +basically something interesting. Always keep in + +66 +00:04:11,430 --> 00:04:15,710 +mind, how can I make the reader interested in this + +67 +00:04:15,710 --> 00:04:18,330 +would this be interesting for the reader and this + +68 +00:04:18,330 --> 00:04:21,230 +is really the crux of every story at the heart of + +69 +00:04:21,230 --> 00:04:24,850 +every story is something attractive something + +70 +00:04:24,850 --> 00:04:28,610 +interesting that you want to tell the reader the + +71 +00:04:28,610 --> 00:04:31,350 +reader about okay all right so a personal + +72 +00:04:31,350 --> 00:04:33,450 +narrative or a personal story is generally + +73 +00:04:33,450 --> 00:04:36,270 +something that really happened okay so it's about + +74 +00:04:36,270 --> 00:04:39,430 +a true story we see a lot of films on tv that says + +75 +00:04:39,430 --> 00:04:43,530 +based on a true story so we always say it so + +76 +00:04:43,530 --> 00:04:45,650 +generally and this is something that people are + +77 +00:04:45,650 --> 00:04:47,890 +generally interested in they are not really + +78 +00:04:47,890 --> 00:04:51,770 +interested in something fictional or imaginative + +79 +00:04:51,770 --> 00:04:55,070 +but they are interested in something that is based + +80 +00:04:55,070 --> 00:04:59,130 +on real-life situations real-life experiences okay + +81 +00:04:59,130 --> 00:05:04,870 +so a good story is one that makes the reader think + +82 +00:05:04,870 --> 00:05:09,250 +or feel about the situation being written about. + +83 +00:05:09,390 --> 00:05:13,250 +So it is if you are making, if you succeed in + +84 +00:05:13,250 --> 00:05:17,490 +making the reader feel as if he or she is in the + +85 +00:05:17,490 --> 00:05:20,570 +story, that would be good writing, good narrative + +86 +00:05:20,570 --> 00:05:26,030 +writing. So a story that shows strong emotions and + +87 +00:05:26,030 --> 00:05:27,570 +strong feelings. Remember when we talked about + +88 +00:05:27,570 --> 00:05:30,940 +descriptive writing, we said, A good story is one + +89 +00:05:30,940 --> 00:05:33,720 +that or good writing is one that paints a picture + +90 +00:05:33,720 --> 00:05:38,540 +with words, okay? That imagery sort of that vivid + +91 +00:05:38,540 --> 00:05:42,680 +sensory details that really create a picture in + +92 +00:05:42,680 --> 00:05:48,520 +words. And generally, it tells things in a time + +93 +00:05:48,520 --> 00:05:52,420 +order, in a chronological order, what happened + +94 +00:05:52,420 --> 00:05:55,480 +first and then second and third and so and so on. + +95 +00:05:55,540 --> 00:05:57,520 +And usually, the last thing about this + +96 +00:05:57,520 --> 00:06:00,600 +theoretically, short theoretical introduction is + +97 +00:06:00,600 --> 00:06:04,940 +that we generally tell a story from first person + +98 +00:06:04,940 --> 00:06:10,820 +singular or profunda I for example the pronoun I + +99 +00:06:10,820 --> 00:06:14,180 +or we or what happened I then and so on so it's + +100 +00:06:14,180 --> 00:06:17,560 +usually told from the first person a perspective + +101 +00:06:17,560 --> 00:06:23,900 +okay I or we not you or he or she okay all right + +102 +00:06:23,900 --> 00:06:26,660 +so what sort of transitions that we can actually + +103 +00:06:26,660 --> 00:06:29,720 +use in narrative writing Things that you are + +104 +00:06:29,720 --> 00:06:33,500 +familiar with, of course. First, second, third, + +105 +00:06:33,760 --> 00:06:37,940 +afterwards, then, before, soon after, as soon as, + +106 +00:06:38,340 --> 00:06:42,520 +eventually, meanwhile, finally, finally, at last, + +107 +00:06:42,660 --> 00:06:45,080 +soon, and so on. So all the transitions that you + +108 +00:06:45,080 --> 00:06:49,080 +know that are common time transitions that they + +109 +00:06:49,080 --> 00:06:52,360 +help order, that they help arrange time, arrange + +110 +00:06:52,360 --> 00:06:57,480 +events in sequence, in a chronological order, + +111 +00:06:57,960 --> 00:07:02,400 +okay? Let's do the first activity here and what + +112 +00:07:02,400 --> 00:07:07,860 +I'd like you to do is to arrange this story in the + +113 +00:07:07,860 --> 00:07:11,800 +correct order. Are you able to see this? Can you + +114 +00:07:11,800 --> 00:07:18,270 +see this? Yes? Yes, okay. Alright. Okay, what I'd + +115 +00:07:18,270 --> 00:07:21,370 +like you to do is to arrange this story in the + +116 +00:07:21,370 --> 00:07:25,030 +correct order. These are in jumbled order. Okay, + +117 +00:07:25,070 --> 00:07:28,290 +let's see the first one here. A few years ago, + +118 +00:07:28,730 --> 00:07:31,910 +this is the first thing. This is the first line of + +119 +00:07:31,910 --> 00:07:34,630 +the story. This is the first event of this story. + +120 +00:07:34,930 --> 00:07:38,270 +A few years ago, my two older brothers and I went + +121 +00:07:38,270 --> 00:07:43,800 +trekking in the mountains. What is trekking? Like + +122 +00:07:43,800 --> 00:07:48,080 +walking in a trip, usually a difficult trip. Did + +123 +00:07:48,080 --> 00:07:51,670 +you hear of Star Trek? No, okay. That's alright. + +124 +00:07:52,130 --> 00:07:55,250 +So tricking basically going on a trip, okay? + +125 +00:07:55,390 --> 00:07:58,130 +Usually going up in the mountains or in the woods + +126 +00:07:58,130 --> 00:08:01,670 +and it is a very difficult trip, okay? So please + +127 +00:08:01,670 --> 00:08:04,970 +put these sentences in the correct order and we + +128 +00:08:04,970 --> 00:08:07,830 +started with this sentence. A few years ago, my + +129 +00:08:07,830 --> 00:08:11,850 +two older brothers and I went tricking in the + +130 +00:08:11,850 --> 00:08:14,550 +mountains. What happened then? Please put them in + +131 +00:08:14,550 --> 00:08:15,470 +the correct order. + +132 +00:08:27,140 --> 00:08:32,460 +I don't know. I don't know. + +133 +00:08:45,990 --> 00:08:50,090 +It's really hard for me to make a decision. It's + +134 +00:08:50,090 --> 00:08:51,650 +really hard for me to make a decision. It's really + +135 +00:08:51,650 --> 00:08:53,850 +hard for me to make a decision. It's really hard + +136 +00:08:53,850 --> 00:08:58,030 +for me to make a decision. It's really hard for me + +137 +00:08:58,030 --> 00:09:01,050 +to make a decision. It's really hard for me to + +138 +00:09:01,050 --> 00:09:02,090 +make a decision. It's really hard for me to make a + +139 +00:09:02,090 --> 00:09:02,450 +decision. It's really hard for me to make a + +140 +00:09:02,450 --> 00:09:03,710 +decision. It's really hard for me to make a + +141 +00:09:03,710 --> 00:09:05,470 +decision. It's really hard for me to make a + +142 +00:09:05,470 --> 00:09:06,410 +decision. It's really hard for me to make a + +143 +00:09:06,410 --> 00:09:08,890 +decision. It's really hard for me to make a + +144 +00:09:08,890 --> 00:09:13,170 +decision. It's really hard for me to make a + +145 +00:09:13,170 --> 00:09:13,810 +decision. + +146 +00:09:23,120 --> 00:09:30,840 +I have a question for you. I have a + +147 +00:09:30,840 --> 00:09:34,720 +question for you. + +148 +00:10:04,690 --> 00:10:05,730 +Okay, I'm done. + +149 +00:10:20,600 --> 00:10:24,000 +Alright? Would you manage to do this? Yes, please. + +150 +00:10:24,470 --> 00:10:26,910 +So, the first one is a few years ago, my two older + +151 +00:10:26,910 --> 00:10:29,050 +brothers and I went trekking in the mountains. + +152 +00:10:29,570 --> 00:10:33,050 +Then? Then we set out from our camp. Very nice. + +153 +00:10:33,170 --> 00:10:36,090 +So, it has to be number two. Then we set out. We + +154 +00:10:36,090 --> 00:10:40,830 +started from our base camp, from camp on a bright + +155 +00:10:40,830 --> 00:10:45,410 +winter morning. What happened then? Yes, please. + +156 +00:10:45,530 --> 00:10:50,550 +Sea. Sea? So, we... Very nice. So, we went up. + +157 +00:10:50,900 --> 00:10:54,460 +Very nice. Soon we were hiking through pine + +158 +00:10:54,460 --> 00:10:58,940 +forest. Okay. What happened afterwards? Yes, + +159 +00:10:59,000 --> 00:11:02,100 +please. F. A little while later we stopped to eat + +160 +00:11:02,100 --> 00:11:04,240 +and my oldest brother said we should turn around. + +161 +00:11:04,360 --> 00:11:07,220 +Excellent. Excellent. So number four. A little + +162 +00:11:07,220 --> 00:11:11,520 +while later we stopped to eat and my oldest + +163 +00:11:11,520 --> 00:11:15,300 +brother said we should turn around because we were + +164 +00:11:15,300 --> 00:11:19,480 +losing the trail in the snow. What happened then? + +165 +00:11:21,560 --> 00:11:26,000 +Yes please. Hatch. Hatch. Very nice. So going back + +166 +00:11:26,000 --> 00:11:30,400 +down the mountain was harder because it was icy + +167 +00:11:30,400 --> 00:11:33,640 +and slippery and we could not find the way. We + +168 +00:11:33,640 --> 00:11:39,720 +became tired, cold, and thirsty. Thirsty. Okay? + +169 +00:11:40,320 --> 00:11:45,480 +And then afterwards the E means? E. E? Not E. G. + +170 +00:11:45,860 --> 00:11:50,970 +G. Yes. Eventually Yes, very nice. We became very, + +171 +00:11:51,250 --> 00:11:55,910 +it began to snow and visibility became very poor. + +172 +00:11:56,290 --> 00:11:59,830 +Finally, just before finally, yes, yes please. B, + +173 +00:12:00,950 --> 00:12:05,930 +finally, yes. Finally I found the muddy trail and + +174 +00:12:05,930 --> 00:12:09,370 +we made it back to our base camp. And finally the + +175 +00:12:09,370 --> 00:12:15,390 +last one is after that experience I realized it + +176 +00:12:15,390 --> 00:12:19,010 +was important to be careful. It is important to be + +177 +00:12:19,010 --> 00:12:22,490 +careful when hiking in. the mountain. So this is + +178 +00:12:22,490 --> 00:12:25,630 +sort of a narrative, a short story detailing what + +179 +00:12:25,630 --> 00:12:29,650 +happened during my trekking in the mountain. As + +180 +00:12:29,650 --> 00:12:32,810 +you can notice, there are some transitions in this + +181 +00:12:32,810 --> 00:12:36,690 +paragraph. For example, a few years ago, okay, + +182 +00:12:38,070 --> 00:12:43,090 +finally, of course, soon, we went hiking, okay? We + +183 +00:12:43,090 --> 00:12:47,470 +set, we set out as a verb, okay? We started means. + +184 +00:12:47,780 --> 00:12:52,980 +And then after that experience, a little while + +185 +00:12:52,980 --> 00:12:58,510 +later, eventually, at the end of things finally + +186 +00:12:58,510 --> 00:13:02,070 +means okay and finally going back because blah + +187 +00:13:02,070 --> 00:13:04,910 +blah blah blah so what we see here are good + +188 +00:13:04,910 --> 00:13:10,250 +transitions that help arrange or order things in + +189 +00:13:10,250 --> 00:13:14,790 +time okay they help us in ordering things in time + +190 +00:13:14,790 --> 00:13:18,030 +okay all right so when we talk about narrative + +191 +00:13:18,030 --> 00:13:19,170 +paragraph writing + +192 +00:13:23,530 --> 00:13:28,390 +We have the three common elements of a good + +193 +00:13:28,390 --> 00:13:31,470 +paragraph writing. We have a topic sentence and + +194 +00:13:31,470 --> 00:13:33,910 +this topic sentence generally introduces the + +195 +00:13:33,910 --> 00:13:37,940 +experience as I will see in a minute. then we have + +196 +00:13:37,940 --> 00:1 + +223 +00:16:40,370 --> 00:16:45,250 +tie my shoe. When I looked up again, I saw a round + +224 +00:16:45,250 --> 00:16:50,450 +object coming towards me. It was very large and shiny. + +225 +00:16:51,090 --> 00:16:53,790 +I couldn't believe what I was seeing. Before I + +226 +00:16:53,790 --> 00:16:57,830 +could shout or run, the object suddenly moved and + +227 +00:16:57,830 --> 00:17:02,150 +then disappeared. After the object disappeared, I + +228 +00:17:02,150 --> 00:17:04,570 +ran all the way home and called my best friend. + +229 +00:17:05,570 --> 00:17:08,210 +When she picked up the phone, I couldn't say + +230 +00:17:08,210 --> 00:17:12,510 +anything. I knew she would think I was crazy. I + +231 +00:17:12,510 --> 00:17:16,610 +never told anyone about my UFO sighting. So this + +232 +00:17:16,610 --> 00:17:19,630 +is a very short story, a short narrative, a short + +233 +00:17:19,630 --> 00:17:22,650 +paragraph, narrative paragraph that tells us what + +234 +00:17:22,650 --> 00:17:25,010 +happened. What do you think is the function of the + +235 +00:17:25,010 --> 00:17:29,560 +second sentence? It was a cold, dark winter + +236 +00:17:29,560 --> 00:17:32,560 +evening and I was walking home from a friend's + +237 +00:17:32,560 --> 00:17:35,520 +house. What is the function of that? This is + +238 +00:17:35,520 --> 00:17:39,340 +something that describes the place and the time. + +239 +00:17:39,620 --> 00:17:42,000 +Something that you will study, it always gives us + +240 +00:17:42,000 --> 00:17:46,220 +something called the setting. That is to say the + +241 +00:17:46,220 --> 00:17:52,500 +time and place of the story okay this is what + +242 +00:17:52,500 --> 00:17:55,680 +generally a story is so the first second sentence + +243 +00:17:55,680 --> 00:17:57,940 +or the third sentence or the first or second + +244 +00:17:57,940 --> 00:18:01,160 +paragraph generally give us the setting where was + +245 +00:18:01,160 --> 00:18:06,720 +it happening and when was it happening so it was a + +246 +00:18:06,720 --> 00:18:10,340 +cool dark winter evening that's the time and the + +247 +00:18:10,340 --> 00:18:14,500 +place was I was walking home from a friend's house + +248 +00:18:14,500 --> 00:18:16,920 +that is that place what sort of transitions do we + +249 +00:18:16,920 --> 00:18:24,820 +see here For example, one night, okay? And then + +250 +00:18:24,820 --> 00:18:29,080 +evening. But then the transitions we have when + +251 +00:18:35,970 --> 00:18:40,950 +Alright? When and so on. Okay? So these sort of + +252 +00:18:40,950 --> 00:18:45,250 +arrange again the idea of arrange events in time. + +253 +00:18:45,450 --> 00:18:49,090 +Is this clear? Alright. Perfect. Alright. Now, we + +254 +00:18:49,090 --> 00:18:52,270 +remind the story very quickly. Ask what is an + +255 +00:18:52,270 --> 00:18:55,530 +important event in your life. Hold on a second + +256 +00:18:55,530 --> 00:18:55,850 +please. + +257 +00:18:59,860 --> 00:19:02,300 +Basically, if you want to write a good story, a + +258 +00:19:02,300 --> 00:19:04,420 +good narrative, ask yourself, what was an + +259 +00:19:04,420 --> 00:19:08,120 +important event or time in your life? What has + +260 +00:19:08,120 --> 00:19:10,740 +happened in my experience that I would enjoy + +261 +00:19:10,740 --> 00:19:14,100 +writing about? Is there an event in my life that + +262 +00:19:14,100 --> 00:19:19,100 +people would be very much interested in? Then, how + +263 +00:19:19,100 --> 00:19:22,400 +did I feel about that event? Did I feel scared? + +264 +00:19:23,120 --> 00:19:26,480 +Did I feel excited? Did I feel happy, satisfied, + +265 +00:19:26,660 --> 00:19:29,760 +and so on? Who was involved? Who are the + +266 +00:19:29,760 --> 00:19:33,340 +characters? Who are the actors in this story? Was + +267 +00:19:33,340 --> 00:19:35,880 +it me? Was it a friend? Was it a mother? Was it my + +268 +00:19:35,880 --> 00:19:39,980 +father? Was it someone I know and so on? Why do I + +269 +00:19:39,980 --> 00:19:43,160 +remember this event? Why do I keep bringing this + +270 +00:19:43,160 --> 00:19:46,980 +up and want to write about this? What effect did + +271 +00:19:46,980 --> 00:19:50,900 +it have on me? And finally, did anything change + +272 +00:19:50,900 --> 00:19:54,300 +because of this experience? This is something that + +273 +00:19:54,300 --> 00:19:57,480 +you would like to mention and what is interesting + +274 +00:19:57,480 --> 00:20:00,360 +or what are interesting things or experiences do I + +275 +00:20:00,360 --> 00:20:03,930 +know? of that happen to other people. So these are + +276 +00:20:03,930 --> 00:20:07,430 +some guiding questions that help you focus on what + +277 +00:20:07,430 --> 00:20:10,270 +exactly that you want to do. Now, let's do the + +278 +00:20:10,270 --> 00:20:12,810 +second activity and last activity. It's going to + +279 +00:20:12,810 --> 00:20:16,110 +take some time. We're going to complete the story, + +280 +00:20:16,450 --> 00:20:19,410 +okay? And we're going to divide you up into + +281 +00:20:19,410 --> 00:20:22,770 +different groups. So each group will work together + +282 +00:20:22,770 --> 00:20:27,430 +and make up a story with the context and the + +283 +00:20:27,430 --> 00:20:30,890 +situation here. So somebody is going to choose One + +284 +00:20:30,890 --> 00:20:33,970 +group is going to choose the first story and the + +285 +00:20:33,970 --> 00:20:36,290 +second group is going to choose the second story. + +286 +00:20:36,370 --> 00:20:39,430 +Let's see the first one. A fright in the forest. + +287 +00:20:39,530 --> 00:20:44,560 +What is a fright? means being scared, very scared + +288 +00:20:44,560 --> 00:20:47,940 +of something, being very frightened of being very + +289 +00:20:47,940 --> 00:20:50,900 +afraid or frightened of something. Let's see the + +290 +00:20:50,900 --> 00:20:53,920 +situation here. I grew up in a small town in the + +291 +00:20:53,920 --> 00:20:58,200 +countryside. Near my house was a large forest and + +292 +00:20:58,200 --> 00:21:02,280 +my parents told me not to play in that forest + +293 +00:21:02,280 --> 00:21:06,340 +there. Okay, one day I was playing in the forest + +294 +00:21:06,340 --> 00:21:09,740 +with some of my friends some of my school friends, + +295 +00:21:10,300 --> 00:21:16,040 +suddenly I felt very cold and scared. Now you're + +296 +00:21:16,040 --> 00:21:19,780 +going to continue from here, okay? And the last + +297 +00:21:19,780 --> 00:21:24,460 +sentence is in this paragraph, after that day, I + +298 +00:21:24,460 --> 00:21:28,240 +never went back to the first. So you're going to + +299 +00:21:28,240 --> 00:21:32,880 +make up events, alright, that complete the story, + +300 +00:21:33,240 --> 00:21:35,520 +okay? And then finally, we have this last + +301 +00:21:35,520 --> 00:21:39,900 +sentence, after that day, I never went back to the + +302 +00:21:39,900 --> 00:21:43,600 +first. Let's see the second story. A strange day + +303 +00:21:43,600 --> 00:21:47,460 +in class. I have been studying English for a few + +304 +00:21:47,460 --> 00:21:51,440 +years and I really enjoy the classes. One day + +305 +00:21:51,440 --> 00:21:55,060 +something unusual happened in class. The teacher + +306 +00:21:55,060 --> 00:21:57,800 +was explaining grammar, not writing, grammar. + +307 +00:21:58,340 --> 00:22:03,080 +Okay? When I saw something, Strange. What happened + +308 +00:22:03,080 --> 00:22:06,760 +in the class? Alright, finally I heard everyone + +309 +00:22:06,760 --> 00:22:12,640 +laughing. I woke up and realized it was a dream. + +310 +00:22:13,040 --> 00:22:17,140 +Okay, so we need to continue the story with some + +311 +00:22:17,140 --> 00:22:20,020 +events. Mika, some events to complete the + +312 +00:22:20,020 --> 00:22:25,380 +paragraph here, okay? Alright, now please divide + +313 +00:22:25,380 --> 00:22:29,400 +yourself up into different groups, maybe three or + +314 +00:22:29,400 --> 00:22:33,060 +four together, and we're going to make up even sub + +315 +00:22:33,060 --> 00:22:37,160 +to complete each one of the sub stories. So choose + +316 +00:22:37,160 --> 00:22:40,180 +one or two and write the stories. + +317 +00:22:43,820 --> 00:22:44,560 +Alright? + +318 +00:22:47,850 --> 00:22:53,190 +So learn together and try to just come up with + +319 +00:22:53,190 --> 00:22:55,010 +events to complete this story. + +320 +00:23:27,170 --> 00:23:29,970 +Thank you. + +321 +00:23:32,530 --> 00:23:34,170 +Thank you. + +322 +00:23:58,800 --> 00:24:02,840 +It's hard, it's hard I'm staying home. I'm trying + +323 +00:24:02,840 --> 00:24:07,400 +to find a job. I'm trying to find a job. I'm + +324 +00:24:07,400 --> 00:24:08,620 +trying to find a job. I'm trying to find a job. + +325 +00:24:09,200 --> 00:24:10,420 +I'm trying to find a job. I'm trying to find a + +326 +00:24:10,420 --> 00:24:11,420 +job. I'm trying to find a job. I'm trying to find + +327 +00:24:11,420 --> 00:24:12,940 +a job. I'm trying to find a job. I'm trying to + +328 +00:24:12,940 --> 00:24:16,120 +find a job. I'm trying to find a job. I'm trying + +329 +00:24:16,120 --> 00:24:18,120 +to find a job. I'm trying to find a job. I'm + +330 +00:24:18,120 --> 00:24:20,240 +trying to find a job. I'm trying to find a job. + +331 +00:24:21,340 --> 00:24:23,300 +I'm trying to find a job. I'm trying to find a + +332 +00:24:23,300 --> 00:24:24,500 +job. I'm trying to find a job. I'm trying to find + +333 +00:24:24,500 --> 00:24:25,100 +a job. I'm trying to find a job. I'm trying to + +334 +00:24:25,100 --> 00:24:25,560 +trying to find a job. I'm trying to find a job. + +335 +00:24:25,560 --> 00:24:28,370 +I'm trying to find a job. I'm trying It's more + +336 +00:24:28,370 --> 00:24:35,610 +important than just a goal. It's more important + +337 +00:24:35,610 --> 00:24:40,450 +than just a goal. It's more important than just a + +338 +00:24:40,450 --> 00:24:43,950 +goal. It's more important than just a goal. It's + +339 +00:24:43,950 --> 00:24:46,850 +more important than just a goal. It's more + +340 +00:24:46,850 --> 00:24:51,210 +important than just a goal. I don't know, I don't + +341 +00:24:51,210 --> 00:24:53,570 +know, I don't know, I don't know, I don't know, I + +342 +00:24:53,570 --> 00:24:55,870 +don't know, I don't know, I don't know, I don't + +343 +00:24:55,870 --> 00:25:02,270 +know, I don't know, I don't know, I don't know, I + +344 +00:25:02,270 --> 00:25:02,530 +know, I don't know, I don't know, I don't know, I + +345 +00:25:02,530 --> 00:25:03,030 +don't know, I don't know, I don't know, I don't + +346 +00:25:03,030 --> 00:25:04,350 +know, I don't know, I don't know, I don't know, I + +347 +00:25:04,350 --> 00:25:05,290 +don't know, I don't know, I don't know, I don't + +348 +00:25:05,290 --> 00:25:06,870 +know, I don't know, I don't know, I don't know, I + +349 +00:25:10,550 --> 00:25:20,220 +I don't know, I don't know I don't know. I don't + +350 +00:25:20,220 --> 00:25:22,600 +know. I don't know. + +351 +00:25:48,340 --> 00:26:02,180 +My legs slipped. My legs slipped. My legs + +352 +00:26:02,180 --> 00:26:02,840 +slipped. + +353 +00:26:11,120 --> 00:26:15,420 +You can take + +354 +00:26:15,420 --> 00:26:22,800 +an Ipad and just use it to search something on the + +355 +00:26:22,800 --> 00:26:23,320 +internet. + +356 +00:26:27,860 --> 00:26:30,440 +By the way, I'm not a virgin. I'm not a virgin. + +357 +00:26:30,840 --> 00:26:35,720 +I'm not a virgin. I'm not a virgin. I'm not a + +358 +00:26:35,720 --> 00:26:37,740 +virgin. I'm not a virgin. I'm not a virgin. I'm + +359 +00:26:37,740 --> 00:26:39,360 +not a virgin. I'm not a virgin. I'm not a virgin. + +360 +00:26:39,600 --> 00:26:43,980 +I'm not a virgin. I'm not a virgin. I'm not a + +361 +00:26:43,980 --> 00:26:46,780 +virgin. I'm not a virgin. I'm not a virgin. I'm + +362 +00:26:46,780 --> 00:26:48,100 +not a virgin. I'm not a virgin. I'm not a virgin. + +363 +00:26:48,100 --> 00:26:48,940 +I'm not a virgin. I'm not a virgin. I'm not a + +364 +00:26:48,940 --> 00:26:51,920 +virgin. I'm not a virgin. I'm not a virgin. I'm + +365 +00:26:51,920 --> 00:26:53,920 +not a virgin. I'm not a virgin. I'm not a virgin. + +366 +00:27:04,340 --> 00:27:10,560 +French. French. French. Some of my best friends, + +367 +00:27:10,880 --> 00:27:13,660 +one of my best friends, she's an art teacher, + +368 +00:27:13,660 --> 00:27:19,600 +she's done a lot of art, she's done a lot of art, + +369 +00:27:20,640 --> 00:27:24,460 +she's done a lot of art, she's done a lot of art, + +370 +00:27:24,480 --> 00:27:31,980 +I'm not sure if I'm going to + +371 +00:27:31,980 --> 00:27:47,880 +be able to + +372 +00:27:47,880 --> 00:27:53,140 +answer all of your questions. It's a big world, + +373 +00:27:53,660 --> 00:27:57,000 +it's a big world, it's a big world, it's a big + +374 +00:27:57,000 --> 00:28:12,060 +world, it's a big world, it's + +375 +00:28:12,060 --> 00:28:16,760 +a + +376 +00:28:16,760 --> 00:28:25,930 +big world. I'm sorry. I'm sorry. + +377 +00:28:33,930 --> 00:28:35,470 +I'm sorry. + +378 +00:28:44,060 --> 00:28:47,760 +I don't want you to ask them to see what they're + +379 +00:28:47,760 --> 00:28:50,660 +doing. You don't know what you're doing. Don't ask + +380 +00:28:50,660 --> 00:28:50,900 +them. + +381 +00:29:08,570 --> 00:29:13,370 +And after that, I went home. I went home. Okay. + +382 +00:29:13,710 --> 00:29:17,430 +Well, I didn't go back, of course. Yeah. + +383 +00:29:26,740 --> 00:29:35,460 +Okay, my name is Mustafa, Mustafa, + +384 +00:29:35,480 --> 00:29:42,780 +Mustafa, Mustafa, Mustafa, Mustafa + +385 +00:29:44,190 --> 00:29:46,990 +It was real, a real ghost. After a while, it + +386 +00:29:46,990 --> 00:29:50,710 +started shouting at me, a real ghost, for the + +387 +00:29:50,710 --> 00:29:51,310 +third time. + +388 +00:30:04,360 --> 00:30:08,800 +The first thing I noticed was that there were a + +389 +00:30:08,800 --> 00:30:09,840 +lot of people who didn't speak English. They + +390 +00:30:09,840 --> 00:30:11,920 +didn't speak English at all. They didn't speak + +391 +00:30:11,920 --> 00:30:21,240 +English at all. They didn't speak English + +392 +00:30:21,240 --> 00:30:27,480 +at all. + +393 +00:30:28,030 --> 00:30:30,550 +Thank you. Thank you. + +394 +00:30:45,780 --> 00:30:51,520 +Perfect, good. Describe your sentence. Describe + +395 +00:30:51,520 --> 00:30:54,900 +your sentence. Describe your sentence. Describe + +396 +00:30:54,900 --> 00:30:55,080 +your sentence. Describe your sentence. Describe + +397 +00:30:55,080 --> 00:30:57,340 +your sentence. Describe your sentence. Describe + +398 +00:30:57,340 --> 00:30:57,660 +your sentence. Describe your sentence. Describe + +399 +00:30:57,660 --> 00:30:59,020 +your sentence. Describe your sentence. Describe + +400 +00:30:59,020 --> 00:30:59,040 +your sentence. Describe your sentence. Describe + +401 +00:30:59,040 --> 00:31:00,000 +your sentence. Describe your sentence. Describe + +402 +00:31:00,000 --> 00:31:00,020 +your sentence. Describe your sentence. Describe + +403 +00:31:00,020 --> 00:31:00,820 +your sentence. Describe your sentence. Describe + +404 +00:31:00,820 --> 00:31:02,840 +your sentence. Describe your sentence. Describe + +405 +00:31:02,840 --> 00:31:07,720 +your sentence. Describe your sentence. Describe + +406 +00:31:07,720 --> 00:31:13,180 +your + +407 +00:31:13,180 --> 00:31:15,560 +sentence. + +408 +00:31:17,650 --> 00:31:21,810 +I just read all the verses in the past. Started, + +409 +00:31:22,210 --> 00:31:24,730 +started, started. What did you say? Doctor? + +410 +00:31:48,620 --> 00:31:50,020 +Probably. + +411 +00:31:52 + +445 +00:34:56,510 --> 00:35:01,270 +holding me, strangling me. Also, I didn't move my + +446 +00:35:01,270 --> 00:35:07,130 +hand and started shouting loudly. After that, + +447 +00:35:07,650 --> 00:35:11,210 +I never went back to the forest. + +448 +00:35:13,590 --> 00:35:16,770 +You have to put all the verbs in the past tense. I + +449 +00:35:16,770 --> 00:35:19,750 +read about the first one. Suddenly I felt very + +450 +00:35:19,750 --> 00:35:22,490 +cold and scared. The trees seemed very tall, + +451 +00:35:22,570 --> 00:35:25,110 +looming up above me and casting shadows over + +452 +00:35:25,110 --> 00:35:27,930 +everything. I was sweating a lot and panic was + +453 +00:35:27,930 --> 00:35:30,650 +gathering in my stomach. I heard the sound of + +454 +00:35:44,870 --> 00:35:47,650 +Very nice, very nice. Very good connectors and + +455 +00:35:47,650 --> 00:35:50,230 +very good linking of ideas. Very nice one. Please. + +456 +00:35:52,020 --> 00:35:56,600 +Suddenly I felt, I felt very cold and scared and + +457 +00:35:56,600 --> 00:35:59,340 +it was a sunset then a surprise came to my mind + +458 +00:35:59,340 --> 00:36:02,980 +that there was an awful monster in the forest and + +459 +00:36:02,980 --> 00:36:06,600 +it had a thick and frightening sound then I took a + +460 +00:36:06,600 --> 00:36:09,860 +step forward to see if that's real or not but I + +461 +00:36:09,860 --> 00:36:13,660 +didn't see anything it was it just was a pussycat + +462 +00:36:13,660 --> 00:36:21,320 +after that day I never went back to the what to do + +463 +00:36:21,320 --> 00:36:24,200 +now is basically go over your reading your + +464 +00:36:24,200 --> 00:36:28,620 +paragraph and just double check on the tenses + +465 +00:36:28,620 --> 00:36:31,100 +because I noticed that some of you were using the + +466 +00:36:31,100 --> 00:36:35,600 +present tense verb tense so just make sure that + +467 +00:36:35,600 --> 00:36:39,780 +all the verb tenses have to be in the past okay + +468 +00:36:39,780 --> 00:36:44,220 +not in the present okay all right now just for + +469 +00:36:44,220 --> 00:36:50,460 +next time inshallah I'd like you as homework to + +470 +00:36:50,460 --> 00:36:55,760 +write about any one of these four topics. This is + +471 +00:36:55,760 --> 00:36:58,140 +your assignment for next time. So you might want + +472 +00:36:58,140 --> 00:37:02,070 +to write a narrative paragraph about a recent + +473 +00:37:02,070 --> 00:37:05,530 +experience or incident that happened to you or + +474 +00:37:05,530 --> 00:37:09,150 +that you witnessed that left a strong impression + +475 +00:37:09,150 --> 00:37:13,470 +on you or you want to write about an event when + +476 +00:37:13,470 --> 00:37:19,170 +you were proud of someone in your family or you + +477 +00:37:19,170 --> 00:37:22,430 +want to write about a time when you had to do + +478 +00:37:22,430 --> 00:37:26,670 +something against your wishes or you want to write + +479 +00:37:26,670 --> 00:37:30,790 +about the last one a memorable experience you had + +480 +00:37:30,790 --> 00:37:35,070 +or you have had and how it could be was it + +481 +00:37:35,070 --> 00:37:38,750 +frightening or amusing or exciting so choose any + +482 +00:37:38,750 --> 00:37:42,590 +of these four topics and write a paragraph for + +483 +00:37:42,590 --> 00:37:46,410 +next time for next class inshallah alright thank + +484 +00:37:46,410 --> 00:37:49,470 +you very much and I'll see you next time inshallah diff --git a/PL9fwy3NUQKwbknFHzECJkgNOSFOth6GiS/Wl553JTdP7w_raw.json b/PL9fwy3NUQKwbknFHzECJkgNOSFOth6GiS/Wl553JTdP7w_raw.json new file mode 100644 index 0000000000000000000000000000000000000000..35addb7a4f2990ae178bcb179df1a52607d1eeab --- /dev/null +++ b/PL9fwy3NUQKwbknFHzECJkgNOSFOth6GiS/Wl553JTdP7w_raw.json @@ -0,0 +1 @@ +{"segments": [{"id": 1, "seek": 5000, "start": 20.7, "end": 50.0, "text": " All right. Assalamualaikum. Good morning. How are you today? Fine. Very good. All right. Today we're looking at a very important topic and this is also good for you as English major students and this has to do with narrative paragraph. As you will see in your writing in different courses that you will study, you will be reading a lot of literature works, a lot of literary works and you will be doing critiques and things like that on", "tokens": [1057, 558, 13, 6281, 23819, 901, 64, 35518, 13, 2205, 2446, 13, 1012, 366, 291, 965, 30, 12024, 13, 4372, 665, 13, 1057, 558, 13, 2692, 321, 434, 1237, 412, 257, 588, 1021, 4829, 293, 341, 307, 611, 665, 337, 291, 382, 3669, 2563, 1731, 293, 341, 575, 281, 360, 365, 9977, 18865, 13, 1018, 291, 486, 536, 294, 428, 3579, 294, 819, 7712, 300, 291, 486, 2979, 11, 291, 486, 312, 3760, 257, 688, 295, 10394, 1985, 11, 257, 688, 295, 24194, 1985, 293, 291, 486, 312, 884, 3113, 4911, 293, 721, 411, 300, 322], "avg_logprob": -0.19813144329896906, "compression_ratio": 1.70703125, "no_speech_prob": 2.86102294921875e-06, "words": [{"start": 20.7, "end": 20.96, "word": " All", "probability": 0.154052734375}, {"start": 20.96, "end": 21.08, "word": " right.", "probability": 0.892578125}, {"start": 21.22, "end": 21.7, "word": " Assalamualaikum.", "probability": 0.712890625}, {"start": 22.18, "end": 22.42, "word": " Good", "probability": 0.86376953125}, {"start": 22.42, "end": 22.72, "word": " morning.", "probability": 0.86328125}, {"start": 22.78, "end": 22.88, "word": " How", "probability": 0.9453125}, {"start": 22.88, "end": 23.02, "word": " are", "probability": 0.947265625}, {"start": 23.02, "end": 23.1, "word": " you", "probability": 0.96923828125}, {"start": 23.1, "end": 23.4, "word": " today?", "probability": 0.8095703125}, {"start": 23.58, "end": 23.94, "word": " Fine.", "probability": 0.329833984375}, {"start": 24.14, "end": 24.44, "word": " Very", "probability": 0.78955078125}, {"start": 24.44, "end": 24.7, "word": " good.", "probability": 0.91064453125}, {"start": 24.78, "end": 24.98, "word": " All", "probability": 0.88671875}, {"start": 24.98, "end": 25.12, "word": " right.", "probability": 0.9130859375}, {"start": 25.18, "end": 25.44, "word": " Today", "probability": 0.87451171875}, {"start": 25.44, "end": 25.66, "word": " we're", "probability": 0.744873046875}, {"start": 25.66, "end": 25.94, "word": " looking", "probability": 0.9189453125}, {"start": 25.94, "end": 26.16, "word": " at", "probability": 0.9658203125}, {"start": 26.16, "end": 26.3, "word": " a", "probability": 0.99267578125}, {"start": 26.3, "end": 26.54, "word": " very", "probability": 0.85693359375}, {"start": 26.54, "end": 27.04, "word": " important", "probability": 0.88525390625}, {"start": 27.04, "end": 27.52, "word": " topic", "probability": 0.94580078125}, {"start": 27.52, "end": 28.56, "word": " and", "probability": 0.47998046875}, {"start": 28.56, "end": 28.82, "word": " this", "probability": 0.94677734375}, {"start": 28.82, "end": 29.02, "word": " is", "probability": 0.9482421875}, {"start": 29.02, "end": 29.42, "word": " also", "probability": 0.85693359375}, {"start": 29.42, "end": 29.98, "word": " good", "probability": 0.92529296875}, {"start": 29.98, "end": 30.2, "word": " for", "probability": 0.95263671875}, {"start": 30.2, "end": 30.4, "word": " you", "probability": 0.9599609375}, {"start": 30.4, "end": 30.78, "word": " as", "probability": 0.95556640625}, {"start": 30.78, "end": 31.24, "word": " English", "probability": 0.96826171875}, {"start": 31.24, "end": 31.68, "word": " major", "probability": 0.90673828125}, {"start": 31.68, "end": 32.38, "word": " students", "probability": 0.9580078125}, {"start": 32.38, "end": 33.9, "word": " and", "probability": 0.51904296875}, {"start": 33.9, "end": 34.14, "word": " this", "probability": 0.94921875}, {"start": 34.14, "end": 34.32, "word": " has", "probability": 0.94677734375}, {"start": 34.32, "end": 34.44, "word": " to", "probability": 0.96337890625}, {"start": 34.44, "end": 34.58, "word": " do", "probability": 0.96435546875}, {"start": 34.58, "end": 34.74, "word": " with", "probability": 0.90185546875}, {"start": 34.74, "end": 35.24, "word": " narrative", "probability": 0.8623046875}, {"start": 35.24, "end": 36.14, "word": " paragraph.", "probability": 0.91796875}, {"start": 36.44, "end": 36.68, "word": " As", "probability": 0.962890625}, {"start": 36.68, "end": 37.02, "word": " you", "probability": 0.9697265625}, {"start": 37.02, "end": 37.76, "word": " will", "probability": 0.400390625}, {"start": 37.76, "end": 38.06, "word": " see", "probability": 0.927734375}, {"start": 38.06, "end": 38.24, "word": " in", "probability": 0.70361328125}, {"start": 38.24, "end": 38.4, "word": " your", "probability": 0.87353515625}, {"start": 38.4, "end": 38.72, "word": " writing", "probability": 0.8955078125}, {"start": 38.72, "end": 39.34, "word": " in", "probability": 0.72021484375}, {"start": 39.34, "end": 39.78, "word": " different", "probability": 0.8759765625}, {"start": 39.78, "end": 40.16, "word": " courses", "probability": 0.90673828125}, {"start": 40.16, "end": 40.38, "word": " that", "probability": 0.9248046875}, {"start": 40.38, "end": 40.5, "word": " you", "probability": 0.9609375}, {"start": 40.5, "end": 40.66, "word": " will", "probability": 0.86767578125}, {"start": 40.66, "end": 41.02, "word": " study,", "probability": 0.9287109375}, {"start": 41.52, "end": 41.66, "word": " you", "probability": 0.95849609375}, {"start": 41.66, "end": 41.82, "word": " will", "probability": 0.876953125}, {"start": 41.82, "end": 41.96, "word": " be", "probability": 0.9580078125}, {"start": 41.96, "end": 42.38, "word": " reading", "probability": 0.93896484375}, {"start": 42.38, "end": 42.86, "word": " a", "probability": 0.99267578125}, {"start": 42.86, "end": 43.06, "word": " lot", "probability": 0.9560546875}, {"start": 43.06, "end": 43.3, "word": " of", "probability": 0.9638671875}, {"start": 43.3, "end": 43.7, "word": " literature", "probability": 0.92919921875}, {"start": 43.7, "end": 44.14, "word": " works,", "probability": 0.876953125}, {"start": 44.28, "end": 44.3, "word": " a", "probability": 0.97802734375}, {"start": 44.3, "end": 44.42, "word": " lot", "probability": 0.95166015625}, {"start": 44.42, "end": 45.04, "word": " of", "probability": 0.90966796875}, {"start": 45.04, "end": 45.44, "word": " literary", "probability": 0.79638671875}, {"start": 45.44, "end": 45.9, "word": " works", "probability": 0.861328125}, {"start": 45.9, "end": 46.86, "word": " and", "probability": 0.580078125}, {"start": 46.86, "end": 47.44, "word": " you", "probability": 0.9580078125}, {"start": 47.44, "end": 47.64, "word": " will", "probability": 0.8876953125}, {"start": 47.64, "end": 47.8, "word": " be", "probability": 0.9560546875}, {"start": 47.8, "end": 48.1, "word": " doing", "probability": 0.95947265625}, {"start": 48.1, "end": 48.68, "word": " critiques", "probability": 0.9033203125}, {"start": 48.68, "end": 48.9, "word": " and", "probability": 0.92724609375}, {"start": 48.9, "end": 49.12, "word": " things", "probability": 0.8583984375}, {"start": 49.12, "end": 49.34, "word": " like", "probability": 0.93701171875}, {"start": 49.34, "end": 49.68, "word": " that", "probability": 0.93603515625}, {"start": 49.68, "end": 50.0, "word": " on", "probability": 0.91552734375}], "temperature": 1.0}, {"id": 2, "seek": 6578, "start": 50.18, "end": 65.78, "text": " different novels, different plays and different short stories and so on and it is also a kind of important topic that you will be doing as part of your academic study and this has to do with narrative writing. What is narrative?", "tokens": [819, 24574, 11, 819, 5749, 293, 819, 2099, 3676, 293, 370, 322, 293, 309, 307, 611, 257, 733, 295, 1021, 4829, 300, 291, 486, 312, 884, 382, 644, 295, 428, 7778, 2979, 293, 341, 575, 281, 360, 365, 9977, 3579, 13, 708, 307, 9977, 30], "avg_logprob": -0.14402173783468164, "compression_ratio": 1.5578231292517006, "no_speech_prob": 1.6689300537109375e-06, "words": [{"start": 50.18, "end": 50.8, "word": " different", "probability": 0.5390625}, {"start": 50.8, "end": 51.8, "word": " novels,", "probability": 0.7890625}, {"start": 52.08, "end": 52.32, "word": " different", "probability": 0.83056640625}, {"start": 52.32, "end": 52.72, "word": " plays", "probability": 0.8486328125}, {"start": 52.72, "end": 52.9, "word": " and", "probability": 0.591796875}, {"start": 52.9, "end": 53.34, "word": " different", "probability": 0.84423828125}, {"start": 53.34, "end": 54.08, "word": " short", "probability": 0.9365234375}, {"start": 54.08, "end": 54.54, "word": " stories", "probability": 0.896484375}, {"start": 54.54, "end": 54.8, "word": " and", "probability": 0.8583984375}, {"start": 54.8, "end": 55.0, "word": " so", "probability": 0.9453125}, {"start": 55.0, "end": 55.24, "word": " on", "probability": 0.94970703125}, {"start": 55.24, "end": 55.68, "word": " and", "probability": 0.32763671875}, {"start": 55.68, "end": 55.84, "word": " it", "probability": 0.92626953125}, {"start": 55.84, "end": 56.08, "word": " is", "probability": 0.90771484375}, {"start": 56.08, "end": 56.46, "word": " also", "probability": 0.8330078125}, {"start": 56.46, "end": 56.66, "word": " a", "probability": 0.87158203125}, {"start": 56.66, "end": 56.9, "word": " kind", "probability": 0.876953125}, {"start": 56.9, "end": 57.04, "word": " of", "probability": 0.96630859375}, {"start": 57.04, "end": 57.58, "word": " important", "probability": 0.8544921875}, {"start": 57.58, "end": 58.02, "word": " topic", "probability": 0.96630859375}, {"start": 58.02, "end": 59.5, "word": " that", "probability": 0.935546875}, {"start": 59.5, "end": 59.7, "word": " you", "probability": 0.962890625}, {"start": 59.7, "end": 59.86, "word": " will", "probability": 0.8701171875}, {"start": 59.86, "end": 60.04, "word": " be", "probability": 0.9501953125}, {"start": 60.04, "end": 60.46, "word": " doing", "probability": 0.962890625}, {"start": 60.46, "end": 60.7, "word": " as", "probability": 0.96044921875}, {"start": 60.7, "end": 60.98, "word": " part", "probability": 0.8662109375}, {"start": 60.98, "end": 61.14, "word": " of", "probability": 0.96484375}, {"start": 61.14, "end": 61.28, "word": " your", "probability": 0.87841796875}, {"start": 61.28, "end": 61.88, "word": " academic", "probability": 0.96923828125}, {"start": 61.88, "end": 63.02, "word": " study", "probability": 0.9345703125}, {"start": 63.02, "end": 63.52, "word": " and", "probability": 0.84033203125}, {"start": 63.52, "end": 63.72, "word": " this", "probability": 0.94677734375}, {"start": 63.72, "end": 63.88, "word": " has", "probability": 0.94384765625}, {"start": 63.88, "end": 63.98, "word": " to", "probability": 0.97314453125}, {"start": 63.98, "end": 64.1, "word": " do", "probability": 0.962890625}, {"start": 64.1, "end": 64.26, "word": " with", "probability": 0.9033203125}, {"start": 64.26, "end": 64.68, "word": " narrative", "probability": 0.87353515625}, {"start": 64.68, "end": 65.04, "word": " writing.", "probability": 0.92041015625}, {"start": 65.18, "end": 65.26, "word": " What", "probability": 0.87158203125}, {"start": 65.26, "end": 65.42, "word": " is", "probability": 0.94189453125}, {"start": 65.42, "end": 65.78, "word": " narrative?", "probability": 0.86767578125}], "temperature": 1.0}, {"id": 3, "seek": 8392, "start": 67.4, "end": 83.92, "text": " Narrative is basically storytelling, is that right? Yes, it's about Serdia, we call it in Arabic, it's Serda, النص السردي. So it is about narrative paragraphs, so it's about storytelling in other words. So narratives tell stories. So everyone has", "tokens": [45658, 1166, 307, 1936, 21479, 11, 307, 300, 558, 30, 1079, 11, 309, 311, 466, 4210, 67, 654, 11, 321, 818, 309, 294, 19938, 11, 309, 311, 4210, 2675, 11, 28239, 9381, 21136, 2288, 16254, 13, 407, 309, 307, 466, 9977, 48910, 11, 370, 309, 311, 466, 21479, 294, 661, 2283, 13, 407, 28016, 980, 3676, 13, 407, 1518, 575], "avg_logprob": -0.3596311416782317, "compression_ratio": 1.4770114942528736, "no_speech_prob": 1.341104507446289e-05, "words": [{"start": 67.4, "end": 67.88, "word": " Narrative", "probability": 0.74267578125}, {"start": 67.88, "end": 68.02, "word": " is", "probability": 0.923828125}, {"start": 68.02, "end": 68.58, "word": " basically", "probability": 0.9541015625}, {"start": 68.58, "end": 69.44, "word": " storytelling,", "probability": 0.6572265625}, {"start": 69.76, "end": 69.84, "word": " is", "probability": 0.78271484375}, {"start": 69.84, "end": 69.94, "word": " that", "probability": 0.93212890625}, {"start": 69.94, "end": 70.18, "word": " right?", "probability": 0.90966796875}, {"start": 70.66, "end": 70.92, "word": " Yes,", "probability": 0.87060546875}, {"start": 71.0, "end": 71.22, "word": " it's", "probability": 0.909423828125}, {"start": 71.22, "end": 71.44, "word": " about", "probability": 0.90478515625}, {"start": 71.44, "end": 72.0, "word": " Serdia,", "probability": 0.4288736979166667}, {"start": 72.08, "end": 72.14, "word": " we", "probability": 0.90185546875}, {"start": 72.14, "end": 72.4, "word": " call", "probability": 0.865234375}, {"start": 72.4, "end": 72.52, "word": " it", "probability": 0.94921875}, {"start": 72.52, "end": 72.62, "word": " in", "probability": 0.89306640625}, {"start": 72.62, "end": 72.92, "word": " Arabic,", "probability": 0.87890625}, {"start": 73.32, "end": 73.48, "word": " it's", "probability": 0.85888671875}, {"start": 73.48, "end": 73.74, "word": " Serda,", "probability": 0.5738525390625}, {"start": 73.76, "end": 74.12, "word": " النص", "probability": 0.5572509765625}, {"start": 74.12, "end": 74.62, "word": " السردي.", "probability": 0.7576497395833334}, {"start": 74.68, "end": 74.84, "word": " So", "probability": 0.88525390625}, {"start": 74.84, "end": 74.96, "word": " it", "probability": 0.86181640625}, {"start": 74.96, "end": 75.12, "word": " is", "probability": 0.541015625}, {"start": 75.12, "end": 75.44, "word": " about", "probability": 0.91357421875}, {"start": 75.44, "end": 75.98, "word": " narrative", "probability": 0.89453125}, {"start": 75.98, "end": 76.52, "word": " paragraphs,", "probability": 0.57177734375}, {"start": 76.72, "end": 76.78, "word": " so", "probability": 0.609375}, {"start": 76.78, "end": 76.92, "word": " it's", "probability": 0.96435546875}, {"start": 76.92, "end": 77.18, "word": " about", "probability": 0.91259765625}, {"start": 77.18, "end": 77.8, "word": " storytelling", "probability": 0.86962890625}, {"start": 77.8, "end": 78.16, "word": " in", "probability": 0.859375}, {"start": 78.16, "end": 78.5, "word": " other", "probability": 0.896484375}, {"start": 78.5, "end": 79.58, "word": " words.", "probability": 0.40576171875}, {"start": 79.72, "end": 79.9, "word": " So", "probability": 0.951171875}, {"start": 79.9, "end": 80.34, "word": " narratives", "probability": 0.8720703125}, {"start": 80.34, "end": 81.12, "word": " tell", "probability": 0.8662109375}, {"start": 81.12, "end": 82.46, "word": " stories.", "probability": 0.875}, {"start": 82.94, "end": 82.94, "word": " So", "probability": 0.89501953125}, {"start": 82.94, "end": 83.34, "word": " everyone", "probability": 0.83740234375}, {"start": 83.34, "end": 83.92, "word": " has", "probability": 0.953125}], "temperature": 1.0}, {"id": 4, "seek": 10422, "start": 84.44, "end": 104.22, "text": " of course of us, read a story, told a story about something, watched something on television, watched a story or something on television, or heard it from friends or classmates or family members and so on. So basically a narrative paragraph, and here we're focusing on a narrative paragraph writing.", "tokens": [295, 1164, 295, 505, 11, 1401, 257, 1657, 11, 1907, 257, 1657, 466, 746, 11, 6337, 746, 322, 8815, 11, 6337, 257, 1657, 420, 746, 322, 8815, 11, 420, 2198, 309, 490, 1855, 420, 24964, 420, 1605, 2679, 293, 370, 322, 13, 407, 1936, 257, 9977, 18865, 11, 293, 510, 321, 434, 8416, 322, 257, 9977, 18865, 3579, 13], "avg_logprob": -0.22682291145126024, "compression_ratio": 1.7751479289940828, "no_speech_prob": 1.6689300537109375e-06, "words": [{"start": 84.44, "end": 84.74, "word": " of", "probability": 0.364501953125}, {"start": 84.74, "end": 85.04, "word": " course", "probability": 0.912109375}, {"start": 85.04, "end": 85.2, "word": " of", "probability": 0.61572265625}, {"start": 85.2, "end": 85.5, "word": " us,", "probability": 0.9091796875}, {"start": 85.82, "end": 86.3, "word": " read", "probability": 0.93359375}, {"start": 86.3, "end": 86.52, "word": " a", "probability": 0.88623046875}, {"start": 86.52, "end": 86.86, "word": " story,", "probability": 0.94091796875}, {"start": 87.04, "end": 87.28, "word": " told", "probability": 0.96435546875}, {"start": 87.28, "end": 87.5, "word": " a", "probability": 0.9736328125}, {"start": 87.5, "end": 87.9, "word": " story", "probability": 0.94091796875}, {"start": 87.9, "end": 88.7, "word": " about", "probability": 0.82861328125}, {"start": 88.7, "end": 89.22, "word": " something,", "probability": 0.87646484375}, {"start": 89.42, "end": 89.68, "word": " watched", "probability": 0.8447265625}, {"start": 89.68, "end": 90.16, "word": " something", "probability": 0.85107421875}, {"start": 90.16, "end": 90.42, "word": " on", "probability": 0.94580078125}, {"start": 90.42, "end": 90.9, "word": " television,", "probability": 0.84130859375}, {"start": 91.06, "end": 91.18, "word": " watched", "probability": 0.88720703125}, {"start": 91.18, "end": 91.38, "word": " a", "probability": 0.98828125}, {"start": 91.38, "end": 91.72, "word": " story", "probability": 0.9306640625}, {"start": 91.72, "end": 91.9, "word": " or", "probability": 0.73193359375}, {"start": 91.9, "end": 92.26, "word": " something", "probability": 0.85498046875}, {"start": 92.26, "end": 92.42, "word": " on", "probability": 0.91064453125}, {"start": 92.42, "end": 92.92, "word": " television,", "probability": 0.89892578125}, {"start": 93.34, "end": 93.48, "word": " or", "probability": 0.91650390625}, {"start": 93.48, "end": 93.82, "word": " heard", "probability": 0.9267578125}, {"start": 93.82, "end": 93.98, "word": " it", "probability": 0.36669921875}, {"start": 93.98, "end": 94.28, "word": " from", "probability": 0.8857421875}, {"start": 94.28, "end": 94.78, "word": " friends", "probability": 0.7939453125}, {"start": 94.78, "end": 95.24, "word": " or", "probability": 0.85009765625}, {"start": 95.24, "end": 96.04, "word": " classmates", "probability": 0.89501953125}, {"start": 96.04, "end": 96.62, "word": " or", "probability": 0.896484375}, {"start": 96.62, "end": 97.04, "word": " family", "probability": 0.923828125}, {"start": 97.04, "end": 97.56, "word": " members", "probability": 0.81884765625}, {"start": 97.56, "end": 97.82, "word": " and", "probability": 0.798828125}, {"start": 97.82, "end": 98.08, "word": " so", "probability": 0.95654296875}, {"start": 98.08, "end": 98.82, "word": " on.", "probability": 0.57861328125}, {"start": 98.92, "end": 99.04, "word": " So", "probability": 0.853515625}, {"start": 99.04, "end": 99.64, "word": " basically", "probability": 0.8076171875}, {"start": 99.64, "end": 99.94, "word": " a", "probability": 0.61376953125}, {"start": 99.94, "end": 100.34, "word": " narrative", "probability": 0.90087890625}, {"start": 100.34, "end": 100.86, "word": " paragraph,", "probability": 0.96435546875}, {"start": 101.08, "end": 101.16, "word": " and", "probability": 0.8681640625}, {"start": 101.16, "end": 101.32, "word": " here", "probability": 0.85986328125}, {"start": 101.32, "end": 101.5, "word": " we're", "probability": 0.814208984375}, {"start": 101.5, "end": 101.92, "word": " focusing", "probability": 0.8876953125}, {"start": 101.92, "end": 102.32, "word": " on", "probability": 0.94482421875}, {"start": 102.32, "end": 102.78, "word": " a", "probability": 0.94677734375}, {"start": 102.78, "end": 103.14, "word": " narrative", "probability": 0.89697265625}, {"start": 103.14, "end": 103.82, "word": " paragraph", "probability": 0.94921875}, {"start": 103.82, "end": 104.22, "word": " writing.", "probability": 0.4794921875}], "temperature": 1.0}, {"id": 5, "seek": 12256, "start": 104.54, "end": 122.56, "text": " tells a short story or describes a sequence of events. In other words, a narrative tells a story about a personal memory, a personal experience and so on. So it is important that we actually zoom in on", "tokens": [5112, 257, 2099, 1657, 420, 15626, 257, 8310, 295, 3931, 13, 682, 661, 2283, 11, 257, 9977, 5112, 257, 1657, 466, 257, 2973, 4675, 11, 257, 2973, 1752, 293, 370, 322, 13, 407, 309, 307, 1021, 300, 321, 767, 8863, 294, 322], "avg_logprob": -0.15679505675338035, "compression_ratio": 1.463768115942029, "no_speech_prob": 4.172325134277344e-07, "words": [{"start": 104.54, "end": 105.08, "word": " tells", "probability": 0.437255859375}, {"start": 105.08, "end": 105.3, "word": " a", "probability": 0.97314453125}, {"start": 105.3, "end": 105.6, "word": " short", "probability": 0.9619140625}, {"start": 105.6, "end": 106.04, "word": " story", "probability": 0.92822265625}, {"start": 106.04, "end": 106.24, "word": " or", "probability": 0.86474609375}, {"start": 106.24, "end": 107.04, "word": " describes", "probability": 0.85986328125}, {"start": 107.04, "end": 107.9, "word": " a", "probability": 0.97021484375}, {"start": 107.9, "end": 108.5, "word": " sequence", "probability": 0.97607421875}, {"start": 108.5, "end": 108.98, "word": " of", "probability": 0.96337890625}, {"start": 108.98, "end": 110.26, "word": " events.", "probability": 0.876953125}, {"start": 110.44, "end": 110.46, "word": " In", "probability": 0.96142578125}, {"start": 110.46, "end": 110.74, "word": " other", "probability": 0.8974609375}, {"start": 110.74, "end": 111.18, "word": " words,", "probability": 0.884765625}, {"start": 111.44, "end": 111.7, "word": " a", "probability": 0.79638671875}, {"start": 111.7, "end": 112.12, "word": " narrative", "probability": 0.90673828125}, {"start": 112.12, "end": 112.9, "word": " tells", "probability": 0.84375}, {"start": 112.9, "end": 113.6, "word": " a", "probability": 0.986328125}, {"start": 113.6, "end": 114.08, "word": " story", "probability": 0.93408203125}, {"start": 114.08, "end": 114.74, "word": " about", "probability": 0.904296875}, {"start": 114.74, "end": 115.24, "word": " a", "probability": 0.95849609375}, {"start": 115.24, "end": 115.8, "word": " personal", "probability": 0.87939453125}, {"start": 115.8, "end": 116.76, "word": " memory,", "probability": 0.60888671875}, {"start": 116.92, "end": 117.02, "word": " a", "probability": 0.92236328125}, {"start": 117.02, "end": 117.44, "word": " personal", "probability": 0.88427734375}, {"start": 117.44, "end": 118.3, "word": " experience", "probability": 0.91796875}, {"start": 118.3, "end": 118.54, "word": " and", "probability": 0.5458984375}, {"start": 118.54, "end": 118.84, "word": " so", "probability": 0.95361328125}, {"start": 118.84, "end": 119.5, "word": " on.", "probability": 0.88671875}, {"start": 119.6, "end": 119.78, "word": " So", "probability": 0.87744140625}, {"start": 119.78, "end": 119.94, "word": " it", "probability": 0.64794921875}, {"start": 119.94, "end": 120.08, "word": " is", "probability": 0.86376953125}, {"start": 120.08, "end": 120.56, "word": " important", "probability": 0.8857421875}, {"start": 120.56, "end": 120.94, "word": " that", "probability": 0.9306640625}, {"start": 120.94, "end": 121.22, "word": " we", "probability": 0.95751953125}, {"start": 121.22, "end": 121.6, "word": " actually", "probability": 0.71044921875}, {"start": 121.6, "end": 121.96, "word": " zoom", "probability": 0.95068359375}, {"start": 121.96, "end": 122.26, "word": " in", "probability": 0.92529296875}, {"start": 122.26, "end": 122.56, "word": " on", "probability": 0.9375}], "temperature": 1.0}, {"id": 6, "seek": 15043, "start": 122.85, "end": 150.43, "text": " this type of paragraph writing and do some practice in this because this is also it needs skill but also as well it needs talent and experience and training and everything that we can think of. Let's look at these two lists of things and say what would make a good story and what would not make a good story, what would make a good narrative", "tokens": [341, 2010, 295, 18865, 3579, 293, 360, 512, 3124, 294, 341, 570, 341, 307, 611, 309, 2203, 5389, 457, 611, 382, 731, 309, 2203, 8301, 293, 1752, 293, 3097, 293, 1203, 300, 321, 393, 519, 295, 13, 961, 311, 574, 412, 613, 732, 14511, 295, 721, 293, 584, 437, 576, 652, 257, 665, 1657, 293, 437, 576, 406, 652, 257, 665, 1657, 11, 437, 576, 652, 257, 665, 9977], "avg_logprob": -0.18638392452682767, "compression_ratio": 1.8, "no_speech_prob": 4.76837158203125e-07, "words": [{"start": 122.85, "end": 123.31, "word": " this", "probability": 0.62646484375}, {"start": 123.31, "end": 123.75, "word": " type", "probability": 0.9619140625}, {"start": 123.75, "end": 123.95, "word": " of", "probability": 0.96728515625}, {"start": 123.95, "end": 124.41, "word": " paragraph", "probability": 0.9140625}, {"start": 124.41, "end": 125.09, "word": " writing", "probability": 0.888671875}, {"start": 125.09, "end": 125.63, "word": " and", "probability": 0.8408203125}, {"start": 125.63, "end": 126.41, "word": " do", "probability": 0.89404296875}, {"start": 126.41, "end": 126.73, "word": " some", "probability": 0.90869140625}, {"start": 126.73, "end": 127.23, "word": " practice", "probability": 0.90283203125}, {"start": 127.23, "end": 127.55, "word": " in", "probability": 0.90869140625}, {"start": 127.55, "end": 127.75, "word": " this", "probability": 0.9384765625}, {"start": 127.75, "end": 128.05, "word": " because", "probability": 0.5859375}, {"start": 128.05, "end": 128.33, "word": " this", "probability": 0.8681640625}, {"start": 128.33, "end": 128.49, "word": " is", "probability": 0.8828125}, {"start": 128.49, "end": 128.91, "word": " also", "probability": 0.88232421875}, {"start": 128.91, "end": 129.51, "word": " it", "probability": 0.47900390625}, {"start": 129.51, "end": 129.83, "word": " needs", "probability": 0.798828125}, {"start": 129.83, "end": 130.29, "word": " skill", "probability": 0.52783203125}, {"start": 130.29, "end": 130.67, "word": " but", "probability": 0.75634765625}, {"start": 130.67, "end": 131.05, "word": " also", "probability": 0.83740234375}, {"start": 131.05, "end": 131.27, "word": " as", "probability": 0.92236328125}, {"start": 131.27, "end": 131.51, "word": " well", "probability": 0.93994140625}, {"start": 131.51, "end": 131.85, "word": " it", "probability": 0.91357421875}, {"start": 131.85, "end": 132.23, "word": " needs", "probability": 0.8779296875}, {"start": 132.23, "end": 133.21, "word": " talent", "probability": 0.88720703125}, {"start": 133.21, "end": 133.79, "word": " and", "probability": 0.896484375}, {"start": 133.79, "end": 134.45, "word": " experience", "probability": 0.92529296875}, {"start": 134.45, "end": 134.83, "word": " and", "probability": 0.93212890625}, {"start": 134.83, "end": 135.23, "word": " training", "probability": 0.91552734375}, {"start": 135.23, "end": 135.61, "word": " and", "probability": 0.9326171875}, {"start": 135.61, "end": 136.45, "word": " everything", "probability": 0.79345703125}, {"start": 136.45, "end": 136.77, "word": " that", "probability": 0.85400390625}, {"start": 136.77, "end": 136.97, "word": " we", "probability": 0.95703125}, {"start": 136.97, "end": 137.21, "word": " can", "probability": 0.94091796875}, {"start": 137.21, "end": 137.59, "word": " think", "probability": 0.92041015625}, {"start": 137.59, "end": 138.31, "word": " of.", "probability": 0.93505859375}, {"start": 138.65, "end": 139.25, "word": " Let's", "probability": 0.5814208984375}, {"start": 139.25, "end": 139.45, "word": " look", "probability": 0.93603515625}, {"start": 139.45, "end": 139.67, "word": " at", "probability": 0.96484375}, {"start": 139.67, "end": 139.99, "word": " these", "probability": 0.27734375}, {"start": 139.99, "end": 141.39, "word": " two", "probability": 0.85595703125}, {"start": 141.39, "end": 141.73, "word": " lists", "probability": 0.82421875}, {"start": 141.73, "end": 141.93, "word": " of", "probability": 0.9580078125}, {"start": 141.93, "end": 142.27, "word": " things", "probability": 0.865234375}, {"start": 142.27, "end": 143.17, "word": " and", "probability": 0.83251953125}, {"start": 143.17, "end": 143.73, "word": " say", "probability": 0.92724609375}, {"start": 143.73, "end": 144.25, "word": " what", "probability": 0.8720703125}, {"start": 144.25, "end": 144.57, "word": " would", "probability": 0.91796875}, {"start": 144.57, "end": 145.05, "word": " make", "probability": 0.943359375}, {"start": 145.05, "end": 146.17, "word": " a", "probability": 0.9892578125}, {"start": 146.17, "end": 146.45, "word": " good", "probability": 0.931640625}, {"start": 146.45, "end": 146.97, "word": " story", "probability": 0.9423828125}, {"start": 146.97, "end": 147.29, "word": " and", "probability": 0.888671875}, {"start": 147.29, "end": 147.49, "word": " what", "probability": 0.93994140625}, {"start": 147.49, "end": 147.73, "word": " would", "probability": 0.9326171875}, {"start": 147.73, "end": 148.07, "word": " not", "probability": 0.93408203125}, {"start": 148.07, "end": 148.39, "word": " make", "probability": 0.94873046875}, {"start": 148.39, "end": 148.51, "word": " a", "probability": 0.9951171875}, {"start": 148.51, "end": 148.67, "word": " good", "probability": 0.91943359375}, {"start": 148.67, "end": 148.93, "word": " story,", "probability": 0.94189453125}, {"start": 149.05, "end": 149.15, "word": " what", "probability": 0.93359375}, {"start": 149.15, "end": 149.37, "word": " would", "probability": 0.92822265625}, {"start": 149.37, "end": 149.65, "word": " make", "probability": 0.9365234375}, {"start": 149.65, "end": 149.79, "word": " a", "probability": 0.9970703125}, {"start": 149.79, "end": 149.99, "word": " good", "probability": 0.93505859375}, {"start": 149.99, "end": 150.43, "word": " narrative", "probability": 0.904296875}], "temperature": 1.0}, {"id": 7, "seek": 17711, "start": 150.79, "end": 177.11, "text": " and what wouldn't let's look at these ones good choice for a story is a house fire a good story or good choice for a story is a car accident a death or getting lost somewhere or a scary time or a beautiful time in one's life and so on whereas here bad choice for a story getting out of bed eating dinner", "tokens": [293, 437, 2759, 380, 718, 311, 574, 412, 613, 2306, 665, 3922, 337, 257, 1657, 307, 257, 1782, 2610, 257, 665, 1657, 420, 665, 3922, 337, 257, 1657, 307, 257, 1032, 6398, 257, 2966, 420, 1242, 2731, 4079, 420, 257, 6958, 565, 420, 257, 2238, 565, 294, 472, 311, 993, 293, 370, 322, 9735, 510, 1578, 3922, 337, 257, 1657, 1242, 484, 295, 2901, 3936, 6148], "avg_logprob": -0.14633862296147132, "compression_ratio": 1.876543209876543, "no_speech_prob": 1.7881393432617188e-07, "words": [{"start": 150.79, "end": 151.11, "word": " and", "probability": 0.39453125}, {"start": 151.11, "end": 151.39, "word": " what", "probability": 0.91650390625}, {"start": 151.39, "end": 152.09, "word": " wouldn't", "probability": 0.935546875}, {"start": 152.09, "end": 152.65, "word": " let's", "probability": 0.61090087890625}, {"start": 152.65, "end": 152.87, "word": " look", "probability": 0.9560546875}, {"start": 152.87, "end": 153.07, "word": " at", "probability": 0.96533203125}, {"start": 153.07, "end": 153.35, "word": " these", "probability": 0.6708984375}, {"start": 153.35, "end": 153.77, "word": " ones", "probability": 0.84521484375}, {"start": 153.77, "end": 154.85, "word": " good", "probability": 0.457763671875}, {"start": 154.85, "end": 155.33, "word": " choice", "probability": 0.921875}, {"start": 155.33, "end": 155.61, "word": " for", "probability": 0.94091796875}, {"start": 155.61, "end": 155.79, "word": " a", "probability": 0.974609375}, {"start": 155.79, "end": 156.13, "word": " story", "probability": 0.935546875}, {"start": 156.13, "end": 156.69, "word": " is", "probability": 0.9287109375}, {"start": 156.69, "end": 157.43, "word": " a", "probability": 0.892578125}, {"start": 157.43, "end": 157.77, "word": " house", "probability": 0.86767578125}, {"start": 157.77, "end": 158.17, "word": " fire", "probability": 0.9208984375}, {"start": 158.17, "end": 158.93, "word": " a", "probability": 0.71826171875}, {"start": 158.93, "end": 159.13, "word": " good", "probability": 0.9287109375}, {"start": 159.13, "end": 159.61, "word": " story", "probability": 0.91259765625}, {"start": 159.61, "end": 159.77, "word": " or", "probability": 0.873046875}, {"start": 159.77, "end": 159.97, "word": " good", "probability": 0.583984375}, {"start": 159.97, "end": 160.35, "word": " choice", "probability": 0.92431640625}, {"start": 160.35, "end": 160.63, "word": " for", "probability": 0.927734375}, {"start": 160.63, "end": 161.29, "word": " a", "probability": 0.98291015625}, {"start": 161.29, "end": 161.73, "word": " story", "probability": 0.9287109375}, {"start": 161.73, "end": 162.09, "word": " is", "probability": 0.94775390625}, {"start": 162.09, "end": 162.35, "word": " a", "probability": 0.9931640625}, {"start": 162.35, "end": 162.65, "word": " car", "probability": 0.93359375}, {"start": 162.65, "end": 163.29, "word": " accident", "probability": 0.9365234375}, {"start": 163.29, "end": 163.95, "word": " a", "probability": 0.60009765625}, {"start": 163.95, "end": 164.33, "word": " death", "probability": 0.98095703125}, {"start": 164.33, "end": 165.05, "word": " or", "probability": 0.939453125}, {"start": 165.05, "end": 165.45, "word": " getting", "probability": 0.95556640625}, {"start": 165.45, "end": 165.99, "word": " lost", "probability": 0.8974609375}, {"start": 165.99, "end": 166.73, "word": " somewhere", "probability": 0.87548828125}, {"start": 166.73, "end": 167.51, "word": " or", "probability": 0.94677734375}, {"start": 167.51, "end": 167.77, "word": " a", "probability": 0.96923828125}, {"start": 167.77, "end": 168.21, "word": " scary", "probability": 0.90234375}, {"start": 168.21, "end": 168.73, "word": " time", "probability": 0.89306640625}, {"start": 168.73, "end": 169.09, "word": " or", "probability": 0.95849609375}, {"start": 169.09, "end": 169.35, "word": " a", "probability": 0.9892578125}, {"start": 169.35, "end": 169.71, "word": " beautiful", "probability": 0.9658203125}, {"start": 169.71, "end": 170.15, "word": " time", "probability": 0.8935546875}, {"start": 170.15, "end": 170.31, "word": " in", "probability": 0.94482421875}, {"start": 170.31, "end": 170.65, "word": " one's", "probability": 0.947021484375}, {"start": 170.65, "end": 170.93, "word": " life", "probability": 0.94287109375}, {"start": 170.93, "end": 171.09, "word": " and", "probability": 0.9248046875}, {"start": 171.09, "end": 171.29, "word": " so", "probability": 0.9521484375}, {"start": 171.29, "end": 171.49, "word": " on", "probability": 0.94384765625}, {"start": 171.49, "end": 172.47, "word": " whereas", "probability": 0.7744140625}, {"start": 172.47, "end": 172.79, "word": " here", "probability": 0.79248046875}, {"start": 172.79, "end": 173.17, "word": " bad", "probability": 0.71826171875}, {"start": 173.17, "end": 173.63, "word": " choice", "probability": 0.8984375}, {"start": 173.63, "end": 173.89, "word": " for", "probability": 0.9482421875}, {"start": 173.89, "end": 174.01, "word": " a", "probability": 0.923828125}, {"start": 174.01, "end": 174.23, "word": " story", "probability": 0.94873046875}, {"start": 174.23, "end": 174.63, "word": " getting", "probability": 0.865234375}, {"start": 174.63, "end": 175.05, "word": " out", "probability": 0.8896484375}, {"start": 175.05, "end": 175.25, "word": " of", "probability": 0.9716796875}, {"start": 175.25, "end": 175.55, "word": " bed", "probability": 0.9521484375}, {"start": 175.55, "end": 176.61, "word": " eating", "probability": 0.78564453125}, {"start": 176.61, "end": 177.11, "word": " dinner", "probability": 0.94775390625}], "temperature": 1.0}, {"id": 8, "seek": 19619, "start": 177.71, "end": 196.19, "text": " meeting your friend and so on, while these topics are good narrative topics, whereas these ones are not good really narrative topics. What does this not make, doesn't make a good story, a good topic for a story? Getting out of bed.", "tokens": [3440, 428, 1277, 293, 370, 322, 11, 1339, 613, 8378, 366, 665, 9977, 8378, 11, 9735, 613, 2306, 366, 406, 665, 534, 9977, 8378, 13, 708, 775, 341, 406, 652, 11, 1177, 380, 652, 257, 665, 1657, 11, 257, 665, 4829, 337, 257, 1657, 30, 13674, 484, 295, 2901, 13], "avg_logprob": -0.210477937670315, "compression_ratio": 1.6111111111111112, "no_speech_prob": 5.960464477539063e-08, "words": [{"start": 177.71, "end": 178.23, "word": " meeting", "probability": 0.5458984375}, {"start": 178.23, "end": 178.51, "word": " your", "probability": 0.859375}, {"start": 178.51, "end": 178.85, "word": " friend", "probability": 0.607421875}, {"start": 178.85, "end": 179.11, "word": " and", "probability": 0.794921875}, {"start": 179.11, "end": 179.27, "word": " so", "probability": 0.9423828125}, {"start": 179.27, "end": 179.43, "word": " on,", "probability": 0.935546875}, {"start": 179.63, "end": 179.83, "word": " while", "probability": 0.78076171875}, {"start": 179.83, "end": 180.13, "word": " these", "probability": 0.85888671875}, {"start": 180.13, "end": 180.49, "word": " topics", "probability": 0.93505859375}, {"start": 180.49, "end": 180.85, "word": " are", "probability": 0.93701171875}, {"start": 180.85, "end": 181.17, "word": " good", "probability": 0.91943359375}, {"start": 181.17, "end": 181.89, "word": " narrative", "probability": 0.8779296875}, {"start": 181.89, "end": 182.69, "word": " topics,", "probability": 0.9619140625}, {"start": 183.15, "end": 183.49, "word": " whereas", "probability": 0.79345703125}, {"start": 183.49, "end": 183.77, "word": " these", "probability": 0.8642578125}, {"start": 183.77, "end": 184.03, "word": " ones", "probability": 0.84033203125}, {"start": 184.03, "end": 184.23, "word": " are", "probability": 0.935546875}, {"start": 184.23, "end": 184.53, "word": " not", "probability": 0.9384765625}, {"start": 184.53, "end": 184.81, "word": " good", "probability": 0.8037109375}, {"start": 184.81, "end": 185.21, "word": " really", "probability": 0.49462890625}, {"start": 185.21, "end": 186.31, "word": " narrative", "probability": 0.6572265625}, {"start": 186.31, "end": 186.93, "word": " topics.", "probability": 0.962890625}, {"start": 189.53, "end": 189.77, "word": " What", "probability": 0.6611328125}, {"start": 189.77, "end": 189.99, "word": " does", "probability": 0.90087890625}, {"start": 189.99, "end": 190.37, "word": " this", "probability": 0.78271484375}, {"start": 190.37, "end": 190.79, "word": " not", "probability": 0.693359375}, {"start": 190.79, "end": 191.21, "word": " make,", "probability": 0.859375}, {"start": 191.57, "end": 192.03, "word": " doesn't", "probability": 0.7734375}, {"start": 192.03, "end": 192.41, "word": " make", "probability": 0.93115234375}, {"start": 192.41, "end": 192.69, "word": " a", "probability": 0.94580078125}, {"start": 192.69, "end": 192.89, "word": " good", "probability": 0.9248046875}, {"start": 192.89, "end": 193.35, "word": " story,", "probability": 0.93994140625}, {"start": 193.63, "end": 193.73, "word": " a", "probability": 0.98291015625}, {"start": 193.73, "end": 193.89, "word": " good", "probability": 0.91650390625}, {"start": 193.89, "end": 194.19, "word": " topic", "probability": 0.9345703125}, {"start": 194.19, "end": 194.41, "word": " for", "probability": 0.91357421875}, {"start": 194.41, "end": 194.57, "word": " a", "probability": 0.9638671875}, {"start": 194.57, "end": 194.83, "word": " story?", "probability": 0.9453125}, {"start": 195.05, "end": 195.39, "word": " Getting", "probability": 0.869140625}, {"start": 195.39, "end": 195.69, "word": " out", "probability": 0.89208984375}, {"start": 195.69, "end": 195.91, "word": " of", "probability": 0.974609375}, {"start": 195.91, "end": 196.19, "word": " bed.", "probability": 0.96240234375}], "temperature": 1.0}, {"id": 9, "seek": 22643, "start": 196.81, "end": 226.43, "text": " Yes ones, please. Because they are boring things that happen in daily life and they are not interesting in life. Very nice, very nice. Anything else? Basically, yes, because these are some very common mundane ordinary things that happen every day. So there is nothing interesting about reading about them. There is nothing interesting about writing about them. Every day we get out of bed, every day we eat dinner or we meet friends or family members and so.", "tokens": [1079, 2306, 11, 1767, 13, 1436, 436, 366, 9989, 721, 300, 1051, 294, 5212, 993, 293, 436, 366, 406, 1880, 294, 993, 13, 4372, 1481, 11, 588, 1481, 13, 11998, 1646, 30, 8537, 11, 2086, 11, 570, 613, 366, 512, 588, 2689, 43497, 10547, 721, 300, 1051, 633, 786, 13, 407, 456, 307, 1825, 1880, 466, 3760, 466, 552, 13, 821, 307, 1825, 1880, 466, 3579, 466, 552, 13, 2048, 786, 321, 483, 484, 295, 2901, 11, 633, 786, 321, 1862, 6148, 420, 321, 1677, 1855, 420, 1605, 2679, 293, 370, 13], "avg_logprob": -0.2572244572383101, "compression_ratio": 1.9205020920502092, "no_speech_prob": 7.152557373046875e-07, "words": [{"start": 196.81, "end": 197.07, "word": " Yes", "probability": 0.55029296875}, {"start": 197.07, "end": 197.25, "word": " ones,", "probability": 0.33056640625}, {"start": 197.33, "end": 197.55, "word": " please.", "probability": 0.80908203125}, {"start": 197.67, "end": 198.15, "word": " Because", "probability": 0.78076171875}, {"start": 198.15, "end": 198.39, "word": " they", "probability": 0.75390625}, {"start": 198.39, "end": 198.63, "word": " are", "probability": 0.912109375}, {"start": 198.63, "end": 198.89, "word": " boring", "probability": 0.83984375}, {"start": 198.89, "end": 199.23, "word": " things", "probability": 0.84912109375}, {"start": 199.23, "end": 199.39, "word": " that", "probability": 0.916015625}, {"start": 199.39, "end": 199.63, "word": " happen", "probability": 0.8662109375}, {"start": 199.63, "end": 199.85, "word": " in", "probability": 0.9365234375}, {"start": 199.85, "end": 200.15, "word": " daily", "probability": 0.80615234375}, {"start": 200.15, "end": 200.55, "word": " life", "probability": 0.92578125}, {"start": 200.55, "end": 200.79, "word": " and", "probability": 0.5615234375}, {"start": 200.79, "end": 200.89, "word": " they", "probability": 0.814453125}, {"start": 200.89, "end": 201.13, "word": " are", "probability": 0.548828125}, {"start": 201.13, "end": 201.23, "word": " not", "probability": 0.54296875}, {"start": 201.23, "end": 201.91, "word": " interesting", "probability": 0.7158203125}, {"start": 201.91, "end": 202.17, "word": " in", "probability": 0.8203125}, {"start": 202.17, "end": 202.37, "word": " life.", "probability": 0.91064453125}, {"start": 202.67, "end": 203.17, "word": " Very", "probability": 0.58203125}, {"start": 203.17, "end": 203.55, "word": " nice,", "probability": 0.89599609375}, {"start": 203.63, "end": 203.79, "word": " very", "probability": 0.79443359375}, {"start": 203.79, "end": 203.95, "word": " nice.", "probability": 0.9072265625}, {"start": 203.97, "end": 204.19, "word": " Anything", "probability": 0.8095703125}, {"start": 204.19, "end": 204.55, "word": " else?", "probability": 0.93017578125}, {"start": 205.15, "end": 205.65, "word": " Basically,", "probability": 0.748046875}, {"start": 205.81, "end": 206.01, "word": " yes,", "probability": 0.9365234375}, {"start": 206.09, "end": 206.63, "word": " because", "probability": 0.87939453125}, {"start": 206.63, "end": 206.99, "word": " these", "probability": 0.83984375}, {"start": 206.99, "end": 207.21, "word": " are", "probability": 0.93994140625}, {"start": 207.21, "end": 207.57, "word": " some", "probability": 0.81640625}, {"start": 207.57, "end": 207.97, "word": " very", "probability": 0.8046875}, {"start": 207.97, "end": 208.57, "word": " common", "probability": 0.85205078125}, {"start": 208.57, "end": 209.29, "word": " mundane", "probability": 0.89306640625}, {"start": 209.29, "end": 210.07, "word": " ordinary", "probability": 0.62548828125}, {"start": 210.07, "end": 210.47, "word": " things", "probability": 0.85009765625}, {"start": 210.47, "end": 210.65, "word": " that", "probability": 0.9287109375}, {"start": 210.65, "end": 211.01, "word": " happen", "probability": 0.8974609375}, {"start": 211.01, "end": 211.39, "word": " every", "probability": 0.482421875}, {"start": 211.39, "end": 211.57, "word": " day.", "probability": 0.92724609375}, {"start": 211.83, "end": 211.93, "word": " So", "probability": 0.9375}, {"start": 211.93, "end": 212.13, "word": " there", "probability": 0.64794921875}, {"start": 212.13, "end": 212.27, "word": " is", "probability": 0.56005859375}, {"start": 212.27, "end": 212.59, "word": " nothing", "probability": 0.89990234375}, {"start": 212.59, "end": 213.19, "word": " interesting", "probability": 0.85888671875}, {"start": 213.19, "end": 213.81, "word": " about", "probability": 0.89208984375}, {"start": 213.81, "end": 214.69, "word": " reading", "probability": 0.947265625}, {"start": 214.69, "end": 215.13, "word": " about", "probability": 0.8984375}, {"start": 215.13, "end": 215.33, "word": " them.", "probability": 0.87890625}, {"start": 215.43, "end": 215.51, "word": " There", "probability": 0.79833984375}, {"start": 215.51, "end": 215.61, "word": " is", "probability": 0.69091796875}, {"start": 215.61, "end": 215.89, "word": " nothing", "probability": 0.89892578125}, {"start": 215.89, "end": 216.37, "word": " interesting", "probability": 0.86669921875}, {"start": 216.37, "end": 216.91, "word": " about", "probability": 0.9072265625}, {"start": 216.91, "end": 218.03, "word": " writing", "probability": 0.90771484375}, {"start": 218.03, "end": 218.45, "word": " about", "probability": 0.90478515625}, {"start": 218.45, "end": 218.67, "word": " them.", "probability": 0.8701171875}, {"start": 218.79, "end": 219.21, "word": " Every", "probability": 0.2626953125}, {"start": 219.21, "end": 219.49, "word": " day", "probability": 0.95263671875}, {"start": 219.49, "end": 219.67, "word": " we", "probability": 0.77587890625}, {"start": 219.67, "end": 219.87, "word": " get", "probability": 0.9248046875}, {"start": 219.87, "end": 220.15, "word": " out", "probability": 0.8935546875}, {"start": 220.15, "end": 220.39, "word": " of", "probability": 0.9677734375}, {"start": 220.39, "end": 220.57, "word": " bed,", "probability": 0.958984375}, {"start": 220.75, "end": 220.97, "word": " every", "probability": 0.8037109375}, {"start": 220.97, "end": 221.29, "word": " day", "probability": 0.95751953125}, {"start": 221.29, "end": 221.51, "word": " we", "probability": 0.935546875}, {"start": 221.51, "end": 221.77, "word": " eat", "probability": 0.9140625}, {"start": 221.77, "end": 223.13, "word": " dinner", "probability": 0.9306640625}, {"start": 223.13, "end": 223.89, "word": " or", "probability": 0.60595703125}, {"start": 223.89, "end": 224.13, "word": " we", "probability": 0.92724609375}, {"start": 224.13, "end": 224.37, "word": " meet", "probability": 0.89208984375}, {"start": 224.37, "end": 224.87, "word": " friends", "probability": 0.81201171875}, {"start": 224.87, "end": 225.17, "word": " or", "probability": 0.92724609375}, {"start": 225.17, "end": 225.59, "word": " family", "probability": 0.89013671875}, {"start": 225.59, "end": 226.03, "word": " members", "probability": 0.8349609375}, {"start": 226.03, "end": 226.19, "word": " and", "probability": 0.8505859375}, {"start": 226.19, "end": 226.43, "word": " so.", "probability": 0.96142578125}], "temperature": 1.0}, {"id": 10, "seek": 25499, "start": 226.63, "end": 254.99, "text": " And so these are, so they are not good because they are not interesting. They are very usual mundane things in life. Whereas these ones do not happen every day, okay? And sometimes they are serious things that happen in our life. And therefore, a good choice for a narrative is one that is interesting, basically something interesting. Always keep in mind, how can I make the reader interested in", "tokens": [400, 370, 613, 366, 11, 370, 436, 366, 406, 665, 570, 436, 366, 406, 1880, 13, 814, 366, 588, 7713, 43497, 721, 294, 993, 13, 13813, 613, 2306, 360, 406, 1051, 633, 786, 11, 1392, 30, 400, 2171, 436, 366, 3156, 721, 300, 1051, 294, 527, 993, 13, 400, 4412, 11, 257, 665, 3922, 337, 257, 9977, 307, 472, 300, 307, 1880, 11, 1936, 746, 1880, 13, 11270, 1066, 294, 1575, 11, 577, 393, 286, 652, 264, 15149, 3102, 294], "avg_logprob": -0.22511573485386224, "compression_ratio": 1.8211009174311927, "no_speech_prob": 1.1920928955078125e-07, "words": [{"start": 226.63, "end": 226.91, "word": " And", "probability": 0.25}, {"start": 226.91, "end": 227.03, "word": " so", "probability": 0.79052734375}, {"start": 227.03, "end": 227.33, "word": " these", "probability": 0.5263671875}, {"start": 227.33, "end": 227.69, "word": " are,", "probability": 0.8056640625}, {"start": 227.79, "end": 227.91, "word": " so", "probability": 0.75537109375}, {"start": 227.91, "end": 228.11, "word": " they", "probability": 0.8671875}, {"start": 228.11, "end": 228.27, "word": " are", "probability": 0.9306640625}, {"start": 228.27, "end": 228.53, "word": " not", "probability": 0.94384765625}, {"start": 228.53, "end": 228.89, "word": " good", "probability": 0.93310546875}, {"start": 228.89, "end": 229.37, "word": " because", "probability": 0.78173828125}, {"start": 229.37, "end": 229.57, "word": " they", "probability": 0.888671875}, {"start": 229.57, "end": 229.71, "word": " are", "probability": 0.93212890625}, {"start": 229.71, "end": 229.99, "word": " not", "probability": 0.94775390625}, {"start": 229.99, "end": 230.53, "word": " interesting.", "probability": 0.88134765625}, {"start": 231.21, "end": 231.33, "word": " They", "probability": 0.732421875}, {"start": 231.33, "end": 231.53, "word": " are", "probability": 0.9345703125}, {"start": 231.53, "end": 231.85, "word": " very", "probability": 0.8544921875}, {"start": 231.85, "end": 232.37, "word": " usual", "probability": 0.92431640625}, {"start": 232.37, "end": 232.85, "word": " mundane", "probability": 0.8583984375}, {"start": 232.85, "end": 233.89, "word": " things", "probability": 0.84619140625}, {"start": 233.89, "end": 234.19, "word": " in", "probability": 0.94873046875}, {"start": 234.19, "end": 234.47, "word": " life.", "probability": 0.93505859375}, {"start": 234.59, "end": 234.77, "word": " Whereas", "probability": 0.61767578125}, {"start": 234.77, "end": 235.07, "word": " these", "probability": 0.77392578125}, {"start": 235.07, "end": 235.51, "word": " ones", "probability": 0.9091796875}, {"start": 235.51, "end": 236.99, "word": " do", "probability": 0.2626953125}, {"start": 236.99, "end": 237.25, "word": " not", "probability": 0.943359375}, {"start": 237.25, "end": 237.63, "word": " happen", "probability": 0.8984375}, {"start": 237.63, "end": 237.99, "word": " every", "probability": 0.57177734375}, {"start": 237.99, "end": 238.27, "word": " day,", "probability": 0.95068359375}, {"start": 238.65, "end": 238.97, "word": " okay?", "probability": 0.8681640625}, {"start": 239.21, "end": 239.43, "word": " And", "probability": 0.93408203125}, {"start": 239.43, "end": 239.97, "word": " sometimes", "probability": 0.9482421875}, {"start": 239.97, "end": 240.15, "word": " they", "probability": 0.57568359375}, {"start": 240.15, "end": 240.29, "word": " are", "probability": 0.931640625}, {"start": 240.29, "end": 240.73, "word": " serious", "probability": 0.92138671875}, {"start": 240.73, "end": 241.07, "word": " things", "probability": 0.845703125}, {"start": 241.07, "end": 241.25, "word": " that", "probability": 0.9130859375}, {"start": 241.25, "end": 241.65, "word": " happen", "probability": 0.85205078125}, {"start": 241.65, "end": 242.29, "word": " in", "probability": 0.947265625}, {"start": 242.29, "end": 242.77, "word": " our", "probability": 0.89111328125}, {"start": 242.77, "end": 243.09, "word": " life.", "probability": 0.9296875}, {"start": 243.17, "end": 243.27, "word": " And", "probability": 0.94140625}, {"start": 243.27, "end": 243.71, "word": " therefore,", "probability": 0.77685546875}, {"start": 244.07, "end": 244.19, "word": " a", "probability": 0.998046875}, {"start": 244.19, "end": 244.39, "word": " good", "probability": 0.92578125}, {"start": 244.39, "end": 244.71, "word": " choice", "probability": 0.91064453125}, {"start": 244.71, "end": 244.95, "word": " for", "probability": 0.9453125}, {"start": 244.95, "end": 245.09, "word": " a", "probability": 0.94677734375}, {"start": 245.09, "end": 245.41, "word": " narrative", "probability": 0.9375}, {"start": 245.41, "end": 245.71, "word": " is", "probability": 0.93701171875}, {"start": 245.71, "end": 246.03, "word": " one", "probability": 0.92919921875}, {"start": 246.03, "end": 246.55, "word": " that", "probability": 0.93994140625}, {"start": 246.55, "end": 247.27, "word": " is", "probability": 0.89013671875}, {"start": 247.27, "end": 248.25, "word": " interesting,", "probability": 0.8837890625}, {"start": 248.89, "end": 249.35, "word": " basically", "probability": 0.9599609375}, {"start": 249.35, "end": 249.89, "word": " something", "probability": 0.76806640625}, {"start": 249.89, "end": 250.43, "word": " interesting.", "probability": 0.8486328125}, {"start": 250.73, "end": 250.99, "word": " Always", "probability": 0.8701171875}, {"start": 250.99, "end": 251.29, "word": " keep", "probability": 0.87548828125}, {"start": 251.29, "end": 251.43, "word": " in", "probability": 0.9443359375}, {"start": 251.43, "end": 251.69, "word": " mind,", "probability": 0.89453125}, {"start": 251.97, "end": 252.23, "word": " how", "probability": 0.818359375}, {"start": 252.23, "end": 252.55, "word": " can", "probability": 0.9423828125}, {"start": 252.55, "end": 252.71, "word": " I", "probability": 0.994140625}, {"start": 252.71, "end": 252.95, "word": " make", "probability": 0.94384765625}, {"start": 252.95, "end": 253.13, "word": " the", "probability": 0.91552734375}, {"start": 253.13, "end": 253.49, "word": " reader", "probability": 0.96337890625}, {"start": 253.49, "end": 254.41, "word": " interested", "probability": 0.8486328125}, {"start": 254.41, "end": 254.99, "word": " in", "probability": 0.90234375}], "temperature": 1.0}, {"id": 11, "seek": 28025, "start": 255.25, "end": 280.25, "text": " this would this be interesting for the reader and this is really the crux of every story at the heart of every story is something attractive something interesting that you want to tell the reader the reader about okay all right so a personal narrative or a personal story is generally something that really happened okay so it's about a true story we see a lot of films on tv that says based on", "tokens": [341, 576, 341, 312, 1880, 337, 264, 15149, 293, 341, 307, 534, 264, 5140, 87, 295, 633, 1657, 412, 264, 1917, 295, 633, 1657, 307, 746, 12609, 746, 1880, 300, 291, 528, 281, 980, 264, 15149, 264, 15149, 466, 1392, 439, 558, 370, 257, 2973, 9977, 420, 257, 2973, 1657, 307, 5101, 746, 300, 534, 2011, 1392, 370, 309, 311, 466, 257, 2074, 1657, 321, 536, 257, 688, 295, 7796, 322, 16364, 300, 1619, 2361, 322], "avg_logprob": -0.17481737245212903, "compression_ratio": 1.9651741293532339, "no_speech_prob": 4.76837158203125e-07, "words": [{"start": 255.25, "end": 255.71, "word": " this", "probability": 0.32763671875}, {"start": 255.71, "end": 256.09, "word": " would", "probability": 0.54638671875}, {"start": 256.09, "end": 256.37, "word": " this", "probability": 0.89404296875}, {"start": 256.37, "end": 256.57, "word": " be", "probability": 0.94921875}, {"start": 256.57, "end": 257.15, "word": " interesting", "probability": 0.84521484375}, {"start": 257.15, "end": 257.47, "word": " for", "probability": 0.9326171875}, {"start": 257.47, "end": 257.65, "word": " the", "probability": 0.91162109375}, {"start": 257.65, "end": 257.91, "word": " reader", "probability": 0.9599609375}, {"start": 257.91, "end": 258.15, "word": " and", "probability": 0.5068359375}, {"start": 258.15, "end": 258.33, "word": " this", "probability": 0.94189453125}, {"start": 258.33, "end": 258.47, "word": " is", "probability": 0.93994140625}, {"start": 258.47, "end": 258.67, "word": " really", "probability": 0.86669921875}, {"start": 258.67, "end": 258.87, "word": " the", "probability": 0.90185546875}, {"start": 258.87, "end": 259.21, "word": " crux", "probability": 0.86279296875}, {"start": 259.21, "end": 259.47, "word": " of", "probability": 0.96435546875}, {"start": 259.47, "end": 259.91, "word": " every", "probability": 0.8291015625}, {"start": 259.91, "end": 260.43, "word": " story", "probability": 0.91552734375}, {"start": 260.43, "end": 260.67, "word": " at", "probability": 0.8466796875}, {"start": 260.67, "end": 260.83, "word": " the", "probability": 0.92138671875}, {"start": 260.83, "end": 261.05, "word": " heart", "probability": 0.935546875}, {"start": 261.05, "end": 261.23, "word": " of", "probability": 0.96240234375}, {"start": 261.23, "end": 261.49, "word": " every", "probability": 0.83203125}, {"start": 261.49, "end": 261.89, "word": " story", "probability": 0.92724609375}, {"start": 261.89, "end": 262.27, "word": " is", "probability": 0.91552734375}, {"start": 262.27, "end": 263.71, "word": " something", "probability": 0.79443359375}, {"start": 263.71, "end": 264.39, "word": " attractive", "probability": 0.87890625}, {"start": 264.39, "end": 264.85, "word": " something", "probability": 0.7041015625}, {"start": 264.85, "end": 265.43, "word": " interesting", "probability": 0.83203125}, {"start": 265.43, "end": 265.73, "word": " that", "probability": 0.93603515625}, {"start": 265.73, "end": 265.89, "word": " you", "probability": 0.96533203125}, {"start": 265.89, "end": 266.19, "word": " want", "probability": 0.8681640625}, {"start": 266.19, "end": 266.33, "word": " to", "probability": 0.966796875}, {"start": 266.33, "end": 266.63, "word": " tell", "probability": 0.8935546875}, {"start": 266.63, "end": 267.09, "word": " the", "probability": 0.90869140625}, {"start": 267.09, "end": 267.51, "word": " reader", "probability": 0.9482421875}, {"start": 267.51, "end": 268.61, "word": " the", "probability": 0.264892578125}, {"start": 268.61, "end": 268.91, "word": " reader", "probability": 0.9609375}, {"start": 268.91, "end": 269.37, "word": " about", "probability": 0.91259765625}, {"start": 269.37, "end": 269.83, "word": " okay", "probability": 0.73828125}, {"start": 269.83, "end": 270.33, "word": " all", "probability": 0.298095703125}, {"start": 270.33, "end": 270.49, "word": " right", "probability": 0.91552734375}, {"start": 270.49, "end": 270.69, "word": " so", "probability": 0.91162109375}, {"start": 270.69, "end": 270.95, "word": " a", "probability": 0.99072265625}, {"start": 270.95, "end": 271.35, "word": " personal", "probability": 0.87890625}, {"start": 271.35, "end": 271.81, "word": " narrative", "probability": 0.9130859375}, {"start": 271.81, "end": 271.99, "word": " or", "probability": 0.94384765625}, {"start": 271.99, "end": 272.13, "word": " a", "probability": 0.98974609375}, {"start": 272.13, "end": 272.47, "word": " personal", "probability": 0.8662109375}, {"start": 272.47, "end": 272.91, "word": " story", "probability": 0.92236328125}, {"start": 272.91, "end": 273.11, "word": " is", "probability": 0.95166015625}, {"start": 273.11, "end": 273.45, "word": " generally", "probability": 0.91796875}, {"start": 273.45, "end": 273.83, "word": " something", "probability": 0.86767578125}, {"start": 273.83, "end": 274.13, "word": " that", "probability": 0.9423828125}, {"start": 274.13, "end": 274.41, "word": " really", "probability": 0.869140625}, {"start": 274.41, "end": 274.91, "word": " happened", "probability": 0.8330078125}, {"start": 274.91, "end": 275.75, "word": " okay", "probability": 0.85302734375}, {"start": 275.75, "end": 275.93, "word": " so", "probability": 0.91748046875}, {"start": 275.93, "end": 276.03, "word": " it's", "probability": 0.975341796875}, {"start": 276.03, "end": 276.27, "word": " about", "probability": 0.9033203125}, {"start": 276.27, "end": 276.43, "word": " a", "probability": 0.77587890625}, {"start": 276.43, "end": 276.65, "word": " true", "probability": 0.40283203125}, {"start": 276.65, "end": 277.11, "word": " story", "probability": 0.947265625}, {"start": 277.11, "end": 277.49, "word": " we", "probability": 0.90283203125}, {"start": 277.49, "end": 277.61, "word": " see", "probability": 0.87890625}, {"start": 277.61, "end": 277.71, "word": " a", "probability": 0.99560546875}, {"start": 277.71, "end": 277.83, "word": " lot", "probability": 0.95703125}, {"start": 277.83, "end": 277.99, "word": " of", "probability": 0.96533203125}, {"start": 277.99, "end": 278.23, "word": " films", "probability": 0.8056640625}, {"start": 278.23, "end": 278.49, "word": " on", "probability": 0.9462890625}, {"start": 278.49, "end": 278.79, "word": " tv", "probability": 0.81298828125}, {"start": 278.79, "end": 279.09, "word": " that", "probability": 0.9404296875}, {"start": 279.09, "end": 279.43, "word": " says", "probability": 0.67919921875}, {"start": 279.43, "end": 279.85, "word": " based", "probability": 0.91650390625}, {"start": 279.85, "end": 280.25, "word": " on", "probability": 0.94921875}], "temperature": 1.0}, {"id": 12, "seek": 30343, "start": 280.59, "end": 303.43, "text": " a true story so we always say it so generally and this is something that people are generally interested in they are not really interested in something fictional or imaginative but they are interested in something that is based on real-life situations real-life experiences okay so a good story is one that makes the reader", "tokens": [257, 2074, 1657, 370, 321, 1009, 584, 309, 370, 5101, 293, 341, 307, 746, 300, 561, 366, 5101, 3102, 294, 436, 366, 406, 534, 3102, 294, 746, 28911, 420, 23427, 1166, 457, 436, 366, 3102, 294, 746, 300, 307, 2361, 322, 957, 12, 9073, 6851, 957, 12, 9073, 5235, 1392, 370, 257, 665, 1657, 307, 472, 300, 1669, 264, 15149], "avg_logprob": -0.20171618852459017, "compression_ratio": 1.8620689655172413, "no_speech_prob": 1.4901161193847656e-06, "words": [{"start": 280.59, "end": 280.97, "word": " a", "probability": 0.19189453125}, {"start": 280.97, "end": 281.29, "word": " true", "probability": 0.85498046875}, {"start": 281.29, "end": 281.81, "word": " story", "probability": 0.93017578125}, {"start": 281.81, "end": 282.09, "word": " so", "probability": 0.3154296875}, {"start": 282.09, "end": 282.27, "word": " we", "probability": 0.90625}, {"start": 282.27, "end": 282.61, "word": " always", "probability": 0.88427734375}, {"start": 282.61, "end": 283.15, "word": " say", "probability": 0.88623046875}, {"start": 283.15, "end": 283.31, "word": " it", "probability": 0.93310546875}, {"start": 283.31, "end": 283.53, "word": " so", "probability": 0.447021484375}, {"start": 283.53, "end": 283.97, "word": " generally", "probability": 0.83984375}, {"start": 283.97, "end": 284.31, "word": " and", "probability": 0.74462890625}, {"start": 284.31, "end": 284.47, "word": " this", "probability": 0.94873046875}, {"start": 284.47, "end": 284.59, "word": " is", "probability": 0.947265625}, {"start": 284.59, "end": 284.91, "word": " something", "probability": 0.8603515625}, {"start": 284.91, "end": 285.15, "word": " that", "probability": 0.91455078125}, {"start": 285.15, "end": 285.43, "word": " people", "probability": 0.96044921875}, {"start": 285.43, "end": 285.65, "word": " are", "probability": 0.91650390625}, {"start": 285.65, "end": 285.97, "word": " generally", "probability": 0.716796875}, {"start": 285.97, "end": 286.53, "word": " interested", "probability": 0.85791015625}, {"start": 286.53, "end": 286.83, "word": " in", "probability": 0.93701171875}, {"start": 286.83, "end": 287.15, "word": " they", "probability": 0.74267578125}, {"start": 287.15, "end": 287.43, "word": " are", "probability": 0.935546875}, {"start": 287.43, "end": 287.69, "word": " not", "probability": 0.94482421875}, {"start": 287.69, "end": 287.89, "word": " really", "probability": 0.47705078125}, {"start": 287.89, "end": 288.35, "word": " interested", "probability": 0.85791015625}, {"start": 288.35, "end": 288.57, "word": " in", "probability": 0.947265625}, {"start": 288.57, "end": 288.95, "word": " something", "probability": 0.85791015625}, {"start": 288.95, "end": 289.53, "word": " fictional", "probability": 0.90283203125}, {"start": 289.53, "end": 289.99, "word": " or", "probability": 0.67919921875}, {"start": 289.99, "end": 291.77, "word": " imaginative", "probability": 0.96826171875}, {"start": 291.77, "end": 292.15, "word": " but", "probability": 0.689453125}, {"start": 292.15, "end": 292.27, "word": " they", "probability": 0.88037109375}, {"start": 292.27, "end": 292.41, "word": " are", "probability": 0.8955078125}, {"start": 292.41, "end": 292.83, "word": " interested", "probability": 0.8486328125}, {"start": 292.83, "end": 293.07, "word": " in", "probability": 0.9453125}, {"start": 293.07, "end": 293.41, "word": " something", "probability": 0.85302734375}, {"start": 293.41, "end": 293.69, "word": " that", "probability": 0.94091796875}, {"start": 293.69, "end": 293.95, "word": " is", "probability": 0.94970703125}, {"start": 293.95, "end": 295.07, "word": " based", "probability": 0.880859375}, {"start": 295.07, "end": 295.39, "word": " on", "probability": 0.9501953125}, {"start": 295.39, "end": 295.65, "word": " real", "probability": 0.95556640625}, {"start": 295.65, "end": 295.99, "word": "-life", "probability": 0.704345703125}, {"start": 295.99, "end": 296.65, "word": " situations", "probability": 0.7568359375}, {"start": 296.65, "end": 296.97, "word": " real", "probability": 0.6650390625}, {"start": 296.97, "end": 297.37, "word": "-life", "probability": 0.877197265625}, {"start": 297.37, "end": 298.61, "word": " experiences", "probability": 0.8974609375}, {"start": 298.61, "end": 299.13, "word": " okay", "probability": 0.8388671875}, {"start": 299.13, "end": 299.61, "word": " so", "probability": 0.8046875}, {"start": 299.61, "end": 299.77, "word": " a", "probability": 0.98193359375}, {"start": 299.77, "end": 299.95, "word": " good", "probability": 0.927734375}, {"start": 299.95, "end": 300.35, "word": " story", "probability": 0.939453125}, {"start": 300.35, "end": 300.61, "word": " is", "probability": 0.94775390625}, {"start": 300.61, "end": 300.95, "word": " one", "probability": 0.8994140625}, {"start": 300.95, "end": 301.79, "word": " that", "probability": 0.9384765625}, {"start": 301.79, "end": 302.99, "word": " makes", "probability": 0.826171875}, {"start": 302.99, "end": 303.19, "word": " the", "probability": 0.86669921875}, {"start": 303.19, "end": 303.43, "word": " reader", "probability": 0.9814453125}], "temperature": 1.0}, {"id": 13, "seek": 32911, "start": 304.31, "end": 329.11, "text": " think or feel about the situation being written about. So it is if you are making, if you succeed in making the reader feel as if he or she is in the story, that would be good writing, good narrative writing. So a story that shows strong emotions and strong feelings. Remember when we talked about descriptive writing, we said,", "tokens": [519, 420, 841, 466, 264, 2590, 885, 3720, 466, 13, 407, 309, 307, 498, 291, 366, 1455, 11, 498, 291, 7754, 294, 1455, 264, 15149, 841, 382, 498, 415, 420, 750, 307, 294, 264, 1657, 11, 300, 576, 312, 665, 3579, 11, 665, 9977, 3579, 13, 407, 257, 1657, 300, 3110, 2068, 8462, 293, 2068, 6640, 13, 5459, 562, 321, 2825, 466, 42585, 3579, 11, 321, 848, 11], "avg_logprob": -0.16598731192989627, "compression_ratio": 1.7172774869109948, "no_speech_prob": 2.980232238769531e-07, "words": [{"start": 304.31, "end": 304.87, "word": " think", "probability": 0.242919921875}, {"start": 304.87, "end": 305.35, "word": " or", "probability": 0.84619140625}, {"start": 305.35, "end": 305.97, "word": " feel", "probability": 0.96240234375}, {"start": 305.97, "end": 306.33, "word": " about", "probability": 0.90625}, {"start": 306.33, "end": 306.55, "word": " the", "probability": 0.9140625}, {"start": 306.55, "end": 307.07, "word": " situation", "probability": 0.9296875}, {"start": 307.07, "end": 307.49, "word": " being", "probability": 0.94482421875}, {"start": 307.49, "end": 308.01, "word": " written", "probability": 0.927734375}, {"start": 308.01, "end": 309.25, "word": " about.", "probability": 0.89404296875}, {"start": 309.39, "end": 309.51, "word": " So", "probability": 0.8701171875}, {"start": 309.51, "end": 309.75, "word": " it", "probability": 0.740234375}, {"start": 309.75, "end": 310.03, "word": " is", "probability": 0.9443359375}, {"start": 310.03, "end": 310.75, "word": " if", "probability": 0.53271484375}, {"start": 310.75, "end": 310.93, "word": " you", "probability": 0.96435546875}, {"start": 310.93, "end": 311.27, "word": " are", "probability": 0.85400390625}, {"start": 311.27, "end": 312.19, "word": " making,", "probability": 0.8740234375}, {"start": 312.33, "end": 312.41, "word": " if", "probability": 0.94873046875}, {"start": 312.41, "end": 312.55, "word": " you", "probability": 0.96728515625}, {"start": 312.55, "end": 313.01, "word": " succeed", "probability": 0.912109375}, {"start": 313.01, "end": 313.25, "word": " in", "probability": 0.94140625}, {"start": 313.25, "end": 313.51, "word": " making", "probability": 0.900390625}, {"start": 313.51, "end": 313.75, "word": " the", "probability": 0.9150390625}, {"start": 313.75, "end": 314.03, "word": " reader", "probability": 0.962890625}, {"start": 314.03, "end": 314.51, "word": " feel", "probability": 0.96728515625}, {"start": 314.51, "end": 314.87, "word": " as", "probability": 0.9619140625}, {"start": 314.87, "end": 315.13, "word": " if", "probability": 0.9560546875}, {"start": 315.13, "end": 315.39, "word": " he", "probability": 0.27685546875}, {"start": 315.39, "end": 316.71, "word": " or", "probability": 0.94873046875}, {"start": 316.71, "end": 316.89, "word": " she", "probability": 0.9296875}, {"start": 316.89, "end": 317.19, "word": " is", "probability": 0.90234375}, {"start": 317.19, "end": 317.35, "word": " in", "probability": 0.93505859375}, {"start": 317.35, "end": 317.49, "word": " the", "probability": 0.90576171875}, {"start": 317.49, "end": 317.85, "word": " story,", "probability": 0.939453125}, {"start": 318.27, "end": 318.37, "word": " that", "probability": 0.72021484375}, {"start": 318.37, "end": 318.57, "word": " would", "probability": 0.7353515625}, {"start": 318.57, "end": 318.75, "word": " be", "probability": 0.9541015625}, {"start": 318.75, "end": 319.11, "word": " good", "probability": 0.92822265625}, {"start": 319.11, "end": 319.71, "word": " writing,", "probability": 0.880859375}, {"start": 319.87, "end": 320.01, "word": " good", "probability": 0.93505859375}, {"start": 320.01, "end": 320.57, "word": " narrative", "probability": 0.9140625}, {"start": 320.57, "end": 321.69, "word": " writing.", "probability": 0.9267578125}, {"start": 321.87, "end": 322.01, "word": " So", "probability": 0.9365234375}, {"start": 322.01, "end": 322.47, "word": " a", "probability": 0.80419921875}, {"start": 322.47, "end": 322.81, "word": " story", "probability": 0.9306640625}, {"start": 322.81, "end": 323.05, "word": " that", "probability": 0.93505859375}, {"start": 323.05, "end": 323.49, "word": " shows", "probability": 0.931640625}, {"start": 323.49, "end": 324.97, "word": " strong", "probability": 0.80712890625}, {"start": 324.97, "end": 325.73, "word": " emotions", "probability": 0.935546875}, {"start": 325.73, "end": 326.03, "word": " and", "probability": 0.90087890625}, {"start": 326.03, "end": 326.31, "word": " strong", "probability": 0.91455078125}, {"start": 326.31, "end": 326.55, "word": " feelings.", "probability": 0.96875}, {"start": 326.71, "end": 326.87, "word": " Remember", "probability": 0.93408203125}, {"start": 326.87, "end": 327.11, "word": " when", "probability": 0.7431640625}, {"start": 327.11, "end": 327.21, "word": " we", "probability": 0.9384765625}, {"start": 327.21, "end": 327.39, "word": " talked", "probability": 0.8720703125}, {"start": 327.39, "end": 327.57, "word": " about", "probability": 0.90380859375}, {"start": 327.57, "end": 328.07, "word": " descriptive", "probability": 0.904296875}, {"start": 328.07, "end": 328.57, "word": " writing,", "probability": 0.92333984375}, {"start": 328.67, "end": 328.79, "word": " we", "probability": 0.9560546875}, {"start": 328.79, "end": 329.11, "word": " said,", "probability": 0.94580078125}], "temperature": 1.0}, {"id": 14, "seek": 34366, "start": 329.68, "end": 343.66, "text": " A good story is one that or good writing is one that paints a picture with words, okay? That imagery sort of that vivid sensory details that really create a picture in words.", "tokens": [316, 665, 1657, 307, 472, 300, 420, 665, 3579, 307, 472, 300, 28076, 257, 3036, 365, 2283, 11, 1392, 30, 663, 24340, 1333, 295, 300, 23603, 27233, 4365, 300, 534, 1884, 257, 3036, 294, 2283, 13], "avg_logprob": -0.20682010618416038, "compression_ratio": 1.4462809917355373, "no_speech_prob": 1.7881393432617188e-07, "words": [{"start": 329.68, "end": 329.92, "word": " A", "probability": 0.6669921875}, {"start": 329.92, "end": 330.12, "word": " good", "probability": 0.923828125}, {"start": 330.12, "end": 330.44, "word": " story", "probability": 0.8662109375}, {"start": 330.44, "end": 330.64, "word": " is", "probability": 0.861328125}, {"start": 330.64, "end": 330.94, "word": " one", "probability": 0.89892578125}, {"start": 330.94, "end": 331.32, "word": " that", "probability": 0.9248046875}, {"start": 331.32, "end": 331.48, "word": " or", "probability": 0.2486572265625}, {"start": 331.48, "end": 331.72, "word": " good", "probability": 0.75830078125}, {"start": 331.72, "end": 332.06, "word": " writing", "probability": 0.912109375}, {"start": 332.06, "end": 332.22, "word": " is", "probability": 0.93798828125}, {"start": 332.22, "end": 332.42, "word": " one", "probability": 0.9189453125}, {"start": 332.42, "end": 332.64, "word": " that", "probability": 0.9384765625}, {"start": 332.64, "end": 333.12, "word": " paints", "probability": 0.892578125}, {"start": 333.12, "end": 333.32, "word": " a", "probability": 0.9619140625}, {"start": 333.32, "end": 333.72, "word": " picture", "probability": 0.89208984375}, {"start": 333.72, "end": 334.48, "word": " with", "probability": 0.90283203125}, {"start": 334.48, "end": 335.5, "word": " words,", "probability": 0.8359375}, {"start": 335.68, "end": 335.94, "word": " okay?", "probability": 0.69384765625}, {"start": 336.34, "end": 336.56, "word": " That", "probability": 0.8701171875}, {"start": 336.56, "end": 337.12, "word": " imagery", "probability": 0.9609375}, {"start": 337.12, "end": 337.56, "word": " sort", "probability": 0.411376953125}, {"start": 337.56, "end": 337.8, "word": " of", "probability": 0.9658203125}, {"start": 337.8, "end": 338.16, "word": " that", "probability": 0.55078125}, {"start": 338.16, "end": 338.54, "word": " vivid", "probability": 0.9482421875}, {"start": 338.54, "end": 339.12, "word": " sensory", "probability": 0.89501953125}, {"start": 339.12, "end": 340.12, "word": " details", "probability": 0.85791015625}, {"start": 340.12, "end": 340.56, "word": " that", "probability": 0.919921875}, {"start": 340.56, "end": 340.82, "word": " really", "probability": 0.85791015625}, {"start": 340.82, "end": 341.34, "word": " create", "probability": 0.8076171875}, {"start": 341.34, "end": 341.48, "word": " a", "probability": 0.98486328125}, {"start": 341.48, "end": 341.9, "word": " picture", "probability": 0.88720703125}, {"start": 341.9, "end": 342.68, "word": " in", "probability": 0.91015625}, {"start": 342.68, "end": 343.66, "word": " words.", "probability": 0.8974609375}], "temperature": 1.0}, {"id": 15, "seek": 36780, "start": 344.6, "end": 367.8, "text": " And generally, it tells things in a time order, in a chronological order, what happened first and then second and third and so and so on. And usually, the last thing about this theoretically, short theoretical introduction is that we generally tell a story from first person singular or profunda", "tokens": [400, 5101, 11, 309, 5112, 721, 294, 257, 565, 1668, 11, 294, 257, 19393, 4383, 1668, 11, 437, 2011, 700, 293, 550, 1150, 293, 2636, 293, 370, 293, 370, 322, 13, 400, 2673, 11, 264, 1036, 551, 466, 341, 29400, 11, 2099, 20864, 9339, 307, 300, 321, 5101, 980, 257, 1657, 490, 700, 954, 20010, 420, 1740, 11946], "avg_logprob": -0.2194120793019311, "compression_ratio": 1.6914285714285715, "no_speech_prob": 5.960464477539063e-08, "words": [{"start": 344.6, "end": 344.92, "word": " And", "probability": 0.58056640625}, {"start": 344.92, "end": 345.48, "word": " generally,", "probability": 0.83447265625}, {"start": 345.9, "end": 346.06, "word": " it", "probability": 0.93408203125}, {"start": 346.06, "end": 346.52, "word": " tells", "probability": 0.78125}, {"start": 346.52, "end": 347.62, "word": " things", "probability": 0.80078125}, {"start": 347.62, "end": 347.84, "word": " in", "probability": 0.94580078125}, {"start": 347.84, "end": 347.98, "word": " a", "probability": 0.9833984375}, {"start": 347.98, "end": 348.52, "word": " time", "probability": 0.74755859375}, {"start": 348.52, "end": 349.6, "word": " order,", "probability": 0.86865234375}, {"start": 349.98, "end": 350.12, "word": " in", "probability": 0.923828125}, {"start": 350.12, "end": 350.24, "word": " a", "probability": 0.96240234375}, {"start": 350.24, "end": 350.9, "word": " chronological", "probability": 0.990478515625}, {"start": 350.9, "end": 351.76, "word": " order,", "probability": 0.92041015625}, {"start": 351.86, "end": 352.04, "word": " what", "probability": 0.92529296875}, {"start": 352.04, "end": 352.42, "word": " happened", "probability": 0.8173828125}, {"start": 352.42, "end": 352.9, "word": " first", "probability": 0.8798828125}, {"start": 352.9, "end": 353.14, "word": " and", "probability": 0.58056640625}, {"start": 353.14, "end": 353.34, "word": " then", "probability": 0.85009765625}, {"start": 353.34, "end": 353.66, "word": " second", "probability": 0.88671875}, {"start": 353.66, "end": 353.92, "word": " and", "probability": 0.83154296875}, {"start": 353.92, "end": 354.2, "word": " third", "probability": 0.93798828125}, {"start": 354.2, "end": 354.44, "word": " and", "probability": 0.63037109375}, {"start": 354.44, "end": 354.66, "word": " so", "probability": 0.95849609375}, {"start": 354.66, "end": 355.16, "word": " and", "probability": 0.319580078125}, {"start": 355.16, "end": 355.38, "word": " so", "probability": 0.9482421875}, {"start": 355.38, "end": 355.48, "word": " on.", "probability": 0.826171875}, {"start": 355.54, "end": 355.64, "word": " And", "probability": 0.921875}, {"start": 355.64, "end": 356.14, "word": " usually,", "probability": 0.875}, {"start": 356.44, "end": 356.56, "word": " the", "probability": 0.90576171875}, {"start": 356.56, "end": 356.82, "word": " last", "probability": 0.8583984375}, {"start": 356.82, "end": 357.02, "word": " thing", "probability": 0.912109375}, {"start": 357.02, "end": 357.3, "word": " about", "probability": 0.9033203125}, {"start": 357.3, "end": 357.52, "word": " this", "probability": 0.94189453125}, {"start": 357.52, "end": 358.02, "word": " theoretically,", "probability": 0.69921875}, {"start": 358.68, "end": 359.16, "word": " short", "probability": 0.7568359375}, {"start": 359.16, "end": 359.68, "word": " theoretical", "probability": 0.8994140625}, {"start": 359.68, "end": 360.24, "word": " introduction", "probability": 0.92431640625}, {"start": 360.24, "end": 360.6, "word": " is", "probability": 0.75927734375}, {"start": 360.6, "end": 360.92, "word": " that", "probability": 0.93603515625}, {"start": 360.92, "end": 361.2, "word": " we", "probability": 0.85791015625}, {"start": 361.2, "end": 361.56, "word": " generally", "probability": 0.89892578125}, {"start": 361.56, "end": 361.8, "word": " tell", "probability": 0.88232421875}, {"start": 361.8, "end": 362.0, "word": " a", "probability": 0.98046875}, {"start": 362.0, "end": 362.22, "word": " story", "probability": 0.93896484375}, {"start": 362.22, "end": 362.66, "word": " from", "probability": 0.89501953125}, {"start": 362.66, "end": 364.2, "word": " first", "probability": 0.8037109375}, {"start": 364.2, "end": 364.94, "word": " person", "probability": 0.86572265625}, {"start": 364.94, "end": 366.38, "word": " singular", "probability": 0.8720703125}, {"start": 366.38, "end": 366.96, "word": " or", "probability": 0.91748046875}, {"start": 366.96, "end": 367.8, "word": " profunda", "probability": 0.62939453125}], "temperature": 1.0}, {"id": 16, "seek": 38816, "start": 368.7, "end": 388.16, "text": " I for example the pronoun I or we or what happened I then and so on so it's usually told from the first person a perspective okay I or we not you or he or she okay all right so what sort of transitions that we can actually use in narrative writing", "tokens": [286, 337, 1365, 264, 14144, 286, 420, 321, 420, 437, 2011, 286, 550, 293, 370, 322, 370, 309, 311, 2673, 1907, 490, 264, 700, 954, 257, 4585, 1392, 286, 420, 321, 406, 291, 420, 415, 420, 750, 1392, 439, 558, 370, 437, 1333, 295, 23767, 300, 321, 393, 767, 764, 294, 9977, 3579], "avg_logprob": -0.2026909691868005, "compression_ratio": 1.5796178343949046, "no_speech_prob": 2.384185791015625e-07, "words": [{"start": 368.7, "end": 369.16, "word": " I", "probability": 0.580078125}, {"start": 369.16, "end": 369.34, "word": " for", "probability": 0.78173828125}, {"start": 369.34, "end": 369.78, "word": " example", "probability": 0.97314453125}, {"start": 369.78, "end": 369.98, "word": " the", "probability": 0.28857421875}, {"start": 369.98, "end": 370.26, "word": " pronoun", "probability": 0.93505859375}, {"start": 370.26, "end": 370.82, "word": " I", "probability": 0.9453125}, {"start": 370.82, "end": 371.1, "word": " or", "probability": 0.93017578125}, {"start": 371.1, "end": 371.38, "word": " we", "probability": 0.853515625}, {"start": 371.38, "end": 371.6, "word": " or", "probability": 0.77490234375}, {"start": 371.6, "end": 371.76, "word": " what", "probability": 0.51611328125}, {"start": 371.76, "end": 372.12, "word": " happened", "probability": 0.70458984375}, {"start": 372.12, "end": 372.74, "word": " I", "probability": 0.81689453125}, {"start": 372.74, "end": 373.1, "word": " then", "probability": 0.86572265625}, {"start": 373.1, "end": 373.42, "word": " and", "probability": 0.90869140625}, {"start": 373.42, "end": 373.68, "word": " so", "probability": 0.943359375}, {"start": 373.68, "end": 373.84, "word": " on", "probability": 0.94189453125}, {"start": 373.84, "end": 374.0, "word": " so", "probability": 0.50439453125}, {"start": 374.0, "end": 374.18, "word": " it's", "probability": 0.923095703125}, {"start": 374.18, "end": 374.48, "word": " usually", "probability": 0.88671875}, {"start": 374.48, "end": 374.8, "word": " told", "probability": 0.56884765625}, {"start": 374.8, "end": 375.04, "word": " from", "probability": 0.89013671875}, {"start": 375.04, "end": 375.26, "word": " the", "probability": 0.91015625}, {"start": 375.26, "end": 375.6, "word": " first", "probability": 0.89208984375}, {"start": 375.6, "end": 376.18, "word": " person", "probability": 0.90185546875}, {"start": 376.18, "end": 376.78, "word": " a", "probability": 0.373046875}, {"start": 376.78, "end": 377.56, "word": " perspective", "probability": 0.8896484375}, {"start": 377.56, "end": 378.2, "word": " okay", "probability": 0.77099609375}, {"start": 378.2, "end": 378.84, "word": " I", "probability": 0.92041015625}, {"start": 378.84, "end": 379.32, "word": " or", "probability": 0.9716796875}, {"start": 379.32, "end": 379.94, "word": " we", "probability": 0.94140625}, {"start": 379.94, "end": 380.44, "word": " not", "probability": 0.84423828125}, {"start": 380.44, "end": 380.74, "word": " you", "probability": 0.9609375}, {"start": 380.74, "end": 381.04, "word": " or", "probability": 0.9638671875}, {"start": 381.04, "end": 381.26, "word": " he", "probability": 0.95751953125}, {"start": 381.26, "end": 381.72, "word": " or", "probability": 0.96728515625}, {"start": 381.72, "end": 382.46, "word": " she", "probability": 0.93359375}, {"start": 382.46, "end": 382.98, "word": " okay", "probability": 0.84228515625}, {"start": 382.98, "end": 383.7, "word": " all", "probability": 0.5546875}, {"start": 383.7, "end": 383.9, "word": " right", "probability": 0.91552734375}, {"start": 383.9, "end": 384.2, "word": " so", "probability": 0.84375}, {"start": 384.2, "end": 384.58, "word": " what", "probability": 0.939453125}, {"start": 384.58, "end": 384.84, "word": " sort", "probability": 0.8515625}, {"start": 384.84, "end": 385.04, "word": " of", "probability": 0.97265625}, {"start": 385.04, "end": 385.6, "word": " transitions", "probability": 0.87109375}, {"start": 385.6, "end": 385.84, "word": " that", "probability": 0.93017578125}, {"start": 385.84, "end": 386.02, "word": " we", "probability": 0.966796875}, {"start": 386.02, "end": 386.24, "word": " can", "probability": 0.9462890625}, {"start": 386.24, "end": 386.66, "word": " actually", "probability": 0.8984375}, {"start": 386.66, "end": 387.0, "word": " use", "probability": 0.8896484375}, {"start": 387.0, "end": 387.26, "word": " in", "probability": 0.93017578125}, {"start": 387.26, "end": 387.64, "word": " narrative", "probability": 0.6162109375}, {"start": 387.64, "end": 388.16, "word": " writing", "probability": 0.9169921875}], "temperature": 1.0}, {"id": 17, "seek": 41822, "start": 388.9, "end": 418.22, "text": " Things that you are familiar with, of course. First, second, third, afterwards, then, before, soon after, as soon as, eventually, meanwhile, finally, finally, at last, soon, and so on. So all the transitions that you know that are common time transitions that they help order, that they help arrange time, arrange events in sequence, in a chronological order, okay?", "tokens": [9514, 300, 291, 366, 4963, 365, 11, 295, 1164, 13, 2386, 11, 1150, 11, 2636, 11, 10543, 11, 550, 11, 949, 11, 2321, 934, 11, 382, 2321, 382, 11, 4728, 11, 29252, 11, 2721, 11, 2721, 11, 412, 1036, 11, 2321, 11, 293, 370, 322, 13, 407, 439, 264, 23767, 300, 291, 458, 300, 366, 2689, 565, 23767, 300, 436, 854, 1668, 11, 300, 436, 854, 9424, 565, 11, 9424, 3931, 294, 8310, 11, 294, 257, 19393, 4383, 1668, 11, 1392, 30], "avg_logprob": -0.15926204352493745, "compression_ratio": 1.7428571428571429, "no_speech_prob": 2.384185791015625e-07, "words": [{"start": 388.9, "end": 389.26, "word": " Things", "probability": 0.469970703125}, {"start": 389.26, "end": 389.46, "word": " that", "probability": 0.91748046875}, {"start": 389.46, "end": 389.58, "word": " you", "probability": 0.95166015625}, {"start": 389.58, "end": 389.72, "word": " are", "probability": 0.890625}, {"start": 389.72, "end": 390.2, "word": " familiar", "probability": 0.85009765625}, {"start": 390.2, "end": 390.56, "word": " with,", "probability": 0.90576171875}, {"start": 390.66, "end": 390.82, "word": " of", "probability": 0.84033203125}, {"start": 390.82, "end": 391.02, "word": " course.", "probability": 0.958984375}, {"start": 391.58, "end": 392.02, "word": " First,", "probability": 0.876953125}, {"start": 392.38, "end": 392.8, "word": " second,", "probability": 0.884765625}, {"start": 393.14, "end": 393.5, "word": " third,", "probability": 0.931640625}, {"start": 393.76, "end": 394.38, "word": " afterwards,", "probability": 0.8271484375}, {"start": 394.88, "end": 395.46, "word": " then,", "probability": 0.85986328125}, {"start": 395.66, "end": 396.06, "word": " before,", "probability": 0.86669921875}, {"start": 396.28, "end": 396.5, "word": " soon", "probability": 0.9560546875}, {"start": 396.5, "end": 396.94, "word": " after,", "probability": 0.83056640625}, {"start": 397.12, "end": 397.34, "word": " as", "probability": 0.95263671875}, {"start": 397.34, "end": 397.58, "word": " soon", "probability": 0.96435546875}, {"start": 397.58, "end": 397.94, "word": " as,", "probability": 0.96923828125}, {"start": 398.34, "end": 398.86, "word": " eventually,", "probability": 0.8974609375}, {"start": 399.38, "end": 399.82, "word": " meanwhile,", "probability": 0.96484375}, {"start": 400.42, "end": 400.86, "word": " finally,", "probability": 0.9091796875}, {"start": 401.1, "end": 401.5, "word": " finally,", "probability": 0.6748046875}, {"start": 402.02, "end": 402.24, "word": " at", "probability": 0.97021484375}, {"start": 402.24, "end": 402.52, "word": " last,", "probability": 0.86181640625}, {"start": 402.66, "end": 402.9, "word": " soon,", "probability": 0.9677734375}, {"start": 402.98, "end": 403.1, "word": " and", "probability": 0.93310546875}, {"start": 403.1, "end": 403.26, "word": " so", "probability": 0.9521484375}, {"start": 403.26, "end": 403.36, "word": " on.", "probability": 0.84375}, {"start": 403.5, "end": 403.66, "word": " So", "probability": 0.8984375}, {"start": 403.66, "end": 403.92, "word": " all", "probability": 0.70703125}, {"start": 403.92, "end": 404.08, "word": " the", "probability": 0.8837890625}, {"start": 404.08, "end": 404.6, "word": " transitions", "probability": 0.90478515625}, {"start": 404.6, "end": 404.92, "word": " that", "probability": 0.9267578125}, {"start": 404.92, "end": 405.08, "word": " you", "probability": 0.92578125}, {"start": 405.08, "end": 405.26, "word": " know", "probability": 0.87841796875}, {"start": 405.26, "end": 405.46, "word": " that", "probability": 0.8017578125}, {"start": 405.46, "end": 405.84, "word": " are", "probability": 0.93798828125}, {"start": 405.84, "end": 406.56, "word": " common", "probability": 0.861328125}, {"start": 406.56, "end": 407.62, "word": " time", "probability": 0.75634765625}, {"start": 407.62, "end": 408.54, "word": " transitions", "probability": 0.8876953125}, {"start": 408.54, "end": 408.84, "word": " that", "probability": 0.423095703125}, {"start": 408.84, "end": 409.08, "word": " they", "probability": 0.82470703125}, {"start": 409.08, "end": 409.34, "word": " help", "probability": 0.81689453125}, {"start": 409.34, "end": 409.86, "word": " order,", "probability": 0.9052734375}, {"start": 410.3, "end": 410.46, "word": " that", "probability": 0.9189453125}, {"start": 410.46, "end": 410.66, "word": " they", "probability": 0.88232421875}, {"start": 410.66, "end": 410.92, "word": " help", "probability": 0.88330078125}, {"start": 410.92, "end": 411.4, "word": " arrange", "probability": 0.91845703125}, {"start": 411.4, "end": 411.9, "word": " time,", "probability": 0.8779296875}, {"start": 412.08, "end": 412.36, "word": " arrange", "probability": 0.90185546875}, {"start": 412.36, "end": 412.86, "word": " events", "probability": 0.9072265625}, {"start": 412.86, "end": 413.22, "word": " in", "probability": 0.8857421875}, {"start": 413.22, "end": 414.08, "word": " sequence,", "probability": 0.84375}, {"start": 414.5, "end": 414.6, "word": " in", "probability": 0.94189453125}, {"start": 414.6, "end": 414.8, "word": " a", "probability": 0.6015625}, {"start": 414.8, "end": 416.1, "word": " chronological", "probability": 0.964111328125}, {"start": 416.1, "end": 417.48, "word": " order,", "probability": 0.923828125}, {"start": 417.96, "end": 418.22, "word": " okay?", "probability": 0.88525390625}], "temperature": 1.0}, {"id": 18, "seek": 43546, "start": 419.44, "end": 435.46, "text": " Let's do the first activity here and what I'd like you to do is to arrange this story in the correct order. Are you able to see this? Can you see this? Yes? Yes, okay. Alright.", "tokens": [961, 311, 360, 264, 700, 5191, 510, 293, 437, 286, 1116, 411, 291, 281, 360, 307, 281, 9424, 341, 1657, 294, 264, 3006, 1668, 13, 2014, 291, 1075, 281, 536, 341, 30, 1664, 291, 536, 341, 30, 1079, 30, 1079, 11, 1392, 13, 2798, 13], "avg_logprob": -0.2043138606392819, "compression_ratio": 1.3615384615384616, "no_speech_prob": 5.960464477539063e-08, "words": [{"start": 419.44, "end": 419.74, "word": " Let's", "probability": 0.7548828125}, {"start": 419.74, "end": 419.86, "word": " do", "probability": 0.921875}, {"start": 419.86, "end": 420.04, "word": " the", "probability": 0.90966796875}, {"start": 420.04, "end": 420.44, "word": " first", "probability": 0.89111328125}, {"start": 420.44, "end": 421.08, "word": " activity", "probability": 0.939453125}, {"start": 421.08, "end": 421.52, "word": " here", "probability": 0.8359375}, {"start": 421.52, "end": 422.22, "word": " and", "probability": 0.4755859375}, {"start": 422.22, "end": 422.4, "word": " what", "probability": 0.921875}, {"start": 422.4, "end": 422.56, "word": " I'd", "probability": 0.93310546875}, {"start": 422.56, "end": 422.78, "word": " like", "probability": 0.943359375}, {"start": 422.78, "end": 422.88, "word": " you", "probability": 0.95361328125}, {"start": 422.88, "end": 422.98, "word": " to", "probability": 0.96630859375}, {"start": 422.98, "end": 423.16, "word": " do", "probability": 0.95947265625}, {"start": 423.16, "end": 423.38, "word": " is", "probability": 0.94287109375}, {"start": 423.38, "end": 423.86, "word": " to", "probability": 0.9072265625}, {"start": 423.86, "end": 424.98, "word": " arrange", "probability": 0.9140625}, {"start": 424.98, "end": 425.8, "word": " this", "probability": 0.60595703125}, {"start": 425.8, "end": 426.9, "word": " story", "probability": 0.8251953125}, {"start": 426.9, "end": 427.66, "word": " in", "probability": 0.93115234375}, {"start": 427.66, "end": 427.86, "word": " the", "probability": 0.8447265625}, {"start": 427.86, "end": 428.24, "word": " correct", "probability": 0.30078125}, {"start": 428.24, "end": 429.58, "word": " order.", "probability": 0.81005859375}, {"start": 430.04, "end": 430.12, "word": " Are", "probability": 0.9033203125}, {"start": 430.12, "end": 430.22, "word": " you", "probability": 0.962890625}, {"start": 430.22, "end": 430.38, "word": " able", "probability": 0.95263671875}, {"start": 430.38, "end": 430.54, "word": " to", "probability": 0.97314453125}, {"start": 430.54, "end": 430.7, "word": " see", "probability": 0.9248046875}, {"start": 430.7, "end": 431.0, "word": " this?", "probability": 0.92333984375}, {"start": 431.52, "end": 431.68, "word": " Can", "probability": 0.857421875}, {"start": 431.68, "end": 431.8, "word": " you", "probability": 0.96923828125}, {"start": 431.8, "end": 431.92, "word": " see", "probability": 0.92919921875}, {"start": 431.92, "end": 432.2, "word": " this?", "probability": 0.94677734375}, {"start": 432.92, "end": 433.52, "word": " Yes?", "probability": 0.8720703125}, {"start": 433.98, "end": 434.48, "word": " Yes,", "probability": 0.73291015625}, {"start": 434.56, "end": 434.86, "word": " okay.", "probability": 0.61083984375}, {"start": 435.18, "end": 435.46, "word": " Alright.", "probability": 0.70751953125}], "temperature": 1.0}, {"id": 19, "seek": 46167, "start": 437.65, "end": 461.67, "text": "Okay, what I'd like you to do is to arrange this story in the correct order. These are in jumbled order. Okay, let's see the first one here. A few years ago, this is the first thing. This is the first line of the story. This is the first event of this story. A few years ago, my two older brothers and I went trekking in the mountains. What is trekking?", "tokens": [8297, 11, 437, 286, 1116, 411, 291, 281, 360, 307, 281, 9424, 341, 1657, 294, 264, 3006, 1668, 13, 1981, 366, 294, 29067, 18320, 1668, 13, 1033, 11, 718, 311, 536, 264, 700, 472, 510, 13, 316, 1326, 924, 2057, 11, 341, 307, 264, 700, 551, 13, 639, 307, 264, 700, 1622, 295, 264, 1657, 13, 639, 307, 264, 700, 2280, 295, 341, 1657, 13, 316, 1326, 924, 2057, 11, 452, 732, 4906, 8452, 293, 286, 1437, 33646, 5092, 294, 264, 10233, 13, 708, 307, 33646, 5092, 30], "avg_logprob": -0.19083567817559402, "compression_ratio": 1.7918781725888324, "no_speech_prob": 5.960464477539063e-08, "words": [{"start": 437.65, "end": 437.97, "word": "Okay,", "probability": 0.419189453125}, {"start": 438.05, "end": 438.19, "word": " what", "probability": 0.88671875}, {"start": 438.19, "end": 438.27, "word": " I'd", "probability": 0.7308349609375}, {"start": 438.27, "end": 438.47, "word": " like", "probability": 0.93017578125}, {"start": 438.47, "end": 438.59, "word": " you", "probability": 0.95166015625}, {"start": 438.59, "end": 438.69, "word": " to", "probability": 0.95849609375}, {"start": 438.69, "end": 438.95, "word": " do", "probability": 0.95849609375}, {"start": 438.95, "end": 439.29, "word": " is", "probability": 0.919921875}, {"start": 439.29, "end": 439.49, "word": " to", "probability": 0.869140625}, {"start": 439.49, "end": 439.99, "word": " arrange", "probability": 0.9013671875}, {"start": 439.99, "end": 440.31, "word": " this", "probability": 0.9140625}, {"start": 440.31, "end": 440.87, "word": " story", "probability": 0.9443359375}, {"start": 440.87, "end": 441.21, "word": " in", "probability": 0.9453125}, {"start": 441.21, "end": 441.37, "word": " the", "probability": 0.85400390625}, {"start": 441.37, "end": 441.83, "word": " correct", "probability": 0.91015625}, {"start": 441.83, "end": 443.05, "word": " order.", "probability": 0.93408203125}, {"start": 443.21, "end": 443.37, "word": " These", "probability": 0.2626953125}, {"start": 443.37, "end": 443.57, "word": " are", "probability": 0.916015625}, {"start": 443.57, "end": 443.75, "word": " in", "probability": 0.912109375}, {"start": 443.75, "end": 444.17, "word": " jumbled", "probability": 0.40087890625}, {"start": 444.17, "end": 444.57, "word": " order.", "probability": 0.92138671875}, {"start": 444.81, "end": 445.03, "word": " Okay,", "probability": 0.71484375}, {"start": 445.07, "end": 445.25, "word": " let's", "probability": 0.9619140625}, {"start": 445.25, "end": 445.37, "word": " see", "probability": 0.83984375}, {"start": 445.37, "end": 445.55, "word": " the", "probability": 0.91455078125}, {"start": 445.55, "end": 445.89, "word": " first", "probability": 0.888671875}, {"start": 445.89, "end": 446.13, "word": " one", "probability": 0.9248046875}, {"start": 446.13, "end": 446.47, "word": " here.", "probability": 0.83935546875}, {"start": 446.91, "end": 447.07, "word": " A", "probability": 0.93798828125}, {"start": 447.07, "end": 447.39, "word": " few", "probability": 0.90478515625}, {"start": 447.39, "end": 447.79, "word": " years", "probability": 0.92138671875}, {"start": 447.79, "end": 448.29, "word": " ago,", "probability": 0.8916015625}, {"start": 448.73, "end": 448.93, "word": " this", "probability": 0.9384765625}, {"start": 448.93, "end": 449.05, "word": " is", "probability": 0.9453125}, {"start": 449.05, "end": 449.21, "word": " the", "probability": 0.92138671875}, {"start": 449.21, "end": 449.51, "word": " first", "probability": 0.89111328125}, {"start": 449.51, "end": 449.69, "word": " thing.", "probability": 0.83740234375}, {"start": 449.77, "end": 449.89, "word": " This", "probability": 0.8779296875}, {"start": 449.89, "end": 449.99, "word": " is", "probability": 0.9453125}, {"start": 449.99, "end": 450.13, "word": " the", "probability": 0.9189453125}, {"start": 450.13, "end": 450.53, "word": " first", "probability": 0.88623046875}, {"start": 450.53, "end": 451.31, "word": " line", "probability": 0.900390625}, {"start": 451.31, "end": 451.91, "word": " of", "probability": 0.96630859375}, {"start": 451.91, "end": 452.11, "word": " the", "probability": 0.873046875}, {"start": 452.11, "end": 452.39, "word": " story.", "probability": 0.93798828125}, {"start": 452.47, "end": 452.57, "word": " This", "probability": 0.8779296875}, {"start": 452.57, "end": 452.69, "word": " is", "probability": 0.9453125}, {"start": 452.69, "end": 452.85, "word": " the", "probability": 0.919921875}, {"start": 452.85, "end": 453.13, "word": " first", "probability": 0.8818359375}, {"start": 453.13, "end": 453.59, "word": " event", "probability": 0.8447265625}, {"start": 453.59, "end": 453.89, "word": " of", "probability": 0.96044921875}, {"start": 453.89, "end": 454.21, "word": " this", "probability": 0.9140625}, {"start": 454.21, "end": 454.63, "word": " story.", "probability": 0.94189453125}, {"start": 454.93, "end": 455.05, "word": " A", "probability": 0.89013671875}, {"start": 455.05, "end": 455.21, "word": " few", "probability": 0.9013671875}, {"start": 455.21, "end": 455.51, "word": " years", "probability": 0.9296875}, {"start": 455.51, "end": 455.81, "word": " ago,", "probability": 0.89404296875}, {"start": 455.89, "end": 456.09, "word": " my", "probability": 0.96923828125}, {"start": 456.09, "end": 456.41, "word": " two", "probability": 0.90869140625}, {"start": 456.41, "end": 456.77, "word": " older", "probability": 0.71728515625}, {"start": 456.77, "end": 457.25, "word": " brothers", "probability": 0.8076171875}, {"start": 457.25, "end": 457.51, "word": " and", "probability": 0.9423828125}, {"start": 457.51, "end": 457.79, "word": " I", "probability": 0.99755859375}, {"start": 457.79, "end": 458.27, "word": " went", "probability": 0.87451171875}, {"start": 458.27, "end": 459.63, "word": " trekking", "probability": 0.918701171875}, {"start": 459.63, "end": 460.07, "word": " in", "probability": 0.93603515625}, {"start": 460.07, "end": 460.59, "word": " the", "probability": 0.388916015625}, {"start": 460.59, "end": 460.75, "word": " mountains.", "probability": 0.42138671875}, {"start": 460.83, "end": 460.95, "word": " What", "probability": 0.8701171875}, {"start": 460.95, "end": 461.13, "word": " is", "probability": 0.94189453125}, {"start": 461.13, "end": 461.67, "word": " trekking?", "probability": 0.94189453125}], "temperature": 1.0}, {"id": 20, "seek": 46916, "start": 463.1, "end": 469.16, "text": " Like walking in a trip, usually a difficult trip. Did you hear of Star Trek?", "tokens": [1743, 4494, 294, 257, 4931, 11, 2673, 257, 2252, 4931, 13, 2589, 291, 1568, 295, 5705, 25845, 30], "avg_logprob": -0.3678042637674432, "compression_ratio": 0.9746835443037974, "no_speech_prob": 0.0, "words": [{"start": 463.1, "end": 463.8, "word": " Like", "probability": 0.432373046875}, {"start": 463.8, "end": 464.5, "word": " walking", "probability": 0.341064453125}, {"start": 464.5, "end": 464.74, "word": " in", "probability": 0.71484375}, {"start": 464.74, "end": 464.86, "word": " a", "probability": 0.9765625}, {"start": 464.86, "end": 465.2, "word": " trip,", "probability": 0.75634765625}, {"start": 465.56, "end": 465.96, "word": " usually", "probability": 0.75341796875}, {"start": 465.96, "end": 466.22, "word": " a", "probability": 0.904296875}, {"start": 466.22, "end": 466.62, "word": " difficult", "probability": 0.82568359375}, {"start": 466.62, "end": 467.04, "word": " trip.", "probability": 0.94384765625}, {"start": 467.72, "end": 468.08, "word": " Did", "probability": 0.5576171875}, {"start": 468.08, "end": 468.22, "word": " you", "probability": 0.96923828125}, {"start": 468.22, "end": 468.36, "word": " hear", "probability": 0.953125}, {"start": 468.36, "end": 468.48, "word": " of", "probability": 0.912109375}, {"start": 468.48, "end": 468.84, "word": " Star", "probability": 0.4765625}, {"start": 468.84, "end": 469.16, "word": " Trek?", "probability": 0.438720703125}], "temperature": 1.0}, {"id": 21, "seek": 49547, "start": 470.15, "end": 495.47, "text": " No, okay. That's alright. So tricking basically going on a trip, okay? Usually going up in the mountains or in the woods and it is a very difficult trip, okay? So please put these sentences in the correct order and we started with this sentence. A few years ago, my two older brothers and I went tricking in the mountains. What happened then? Please put them in the correct order.", "tokens": [883, 11, 1392, 13, 663, 311, 5845, 13, 407, 4282, 278, 1936, 516, 322, 257, 4931, 11, 1392, 30, 11419, 516, 493, 294, 264, 10233, 420, 294, 264, 15296, 293, 309, 307, 257, 588, 2252, 4931, 11, 1392, 30, 407, 1767, 829, 613, 16579, 294, 264, 3006, 1668, 293, 321, 1409, 365, 341, 8174, 13, 316, 1326, 924, 2057, 11, 452, 732, 4906, 8452, 293, 286, 1437, 4282, 278, 294, 264, 10233, 13, 708, 2011, 550, 30, 2555, 829, 552, 294, 264, 3006, 1668, 13], "avg_logprob": -0.1927688995073008, "compression_ratio": 1.7477064220183487, "no_speech_prob": 1.0132789611816406e-06, "words": [{"start": 470.15, "end": 470.49, "word": " No,", "probability": 0.634765625}, {"start": 470.73, "end": 471.07, "word": " okay.", "probability": 0.57470703125}, {"start": 471.21, "end": 471.45, "word": " That's", "probability": 0.905029296875}, {"start": 471.45, "end": 471.67, "word": " alright.", "probability": 0.607421875}, {"start": 472.13, "end": 472.21, "word": " So", "probability": 0.90673828125}, {"start": 472.21, "end": 472.61, "word": " tricking", "probability": 0.6790771484375}, {"start": 472.61, "end": 473.27, "word": " basically", "probability": 0.7099609375}, {"start": 473.27, "end": 474.03, "word": " going", "probability": 0.51953125}, {"start": 474.03, "end": 474.33, "word": " on", "probability": 0.94873046875}, {"start": 474.33, "end": 474.49, "word": " a", "probability": 0.99169921875}, {"start": 474.49, "end": 474.79, "word": " trip,", "probability": 0.9716796875}, {"start": 475.05, "end": 475.25, "word": " okay?", "probability": 0.79443359375}, {"start": 475.39, "end": 475.61, "word": " Usually", "probability": 0.75390625}, {"start": 475.61, "end": 476.11, "word": " going", "probability": 0.880859375}, {"start": 476.11, "end": 476.43, "word": " up", "probability": 0.9609375}, {"start": 476.43, "end": 476.57, "word": " in", "probability": 0.93505859375}, {"start": 476.57, "end": 476.69, "word": " the", "probability": 0.89892578125}, {"start": 476.69, "end": 477.07, "word": " mountains", "probability": 0.94873046875}, {"start": 477.07, "end": 477.37, "word": " or", "probability": 0.94287109375}, {"start": 477.37, "end": 477.63, "word": " in", "probability": 0.94287109375}, {"start": 477.63, "end": 477.79, "word": " the", "probability": 0.9189453125}, {"start": 477.79, "end": 478.13, "word": " woods", "probability": 0.71484375}, {"start": 478.13, "end": 478.79, "word": " and", "probability": 0.6787109375}, {"start": 478.79, "end": 478.93, "word": " it", "probability": 0.919921875}, {"start": 478.93, "end": 479.05, "word": " is", "probability": 0.83251953125}, {"start": 479.05, "end": 479.17, "word": " a", "probability": 0.96826171875}, {"start": 479.17, "end": 479.35, "word": " very", "probability": 0.85205078125}, {"start": 479.35, "end": 479.81, "word": " difficult", "probability": 0.9130859375}, {"start": 479.81, "end": 480.15, "word": " trip,", "probability": 0.91455078125}, {"start": 480.29, "end": 480.75, "word": " okay?", "probability": 0.88720703125}, {"start": 481.21, "end": 481.37, "word": " So", "probability": 0.931640625}, {"start": 481.37, "end": 481.67, "word": " please", "probability": 0.607421875}, {"start": 481.67, "end": 481.95, "word": " put", "probability": 0.7841796875}, {"start": 481.95, "end": 482.25, "word": " these", "probability": 0.84033203125}, {"start": 482.25, "end": 482.77, "word": " sentences", "probability": 0.9453125}, {"start": 482.77, "end": 483.15, "word": " in", "probability": 0.951171875}, {"start": 483.15, "end": 483.29, "word": " the", "probability": 0.90869140625}, {"start": 483.29, "end": 483.63, "word": " correct", "probability": 0.91015625}, {"start": 483.63, "end": 484.15, "word": " order", "probability": 0.93115234375}, {"start": 484.15, "end": 484.81, "word": " and", "probability": 0.75830078125}, {"start": 484.81, "end": 484.97, "word": " we", "probability": 0.9580078125}, {"start": 484.97, "end": 485.29, "word": " started", "probability": 0.87890625}, {"start": 485.29, "end": 485.55, "word": " with", "probability": 0.8994140625}, {"start": 485.55, "end": 485.83, "word": " this", "probability": 0.93896484375}, {"start": 485.83, "end": 486.29, "word": " sentence.", "probability": 0.94189453125}, {"start": 486.43, "end": 486.53, "word": " A", "probability": 0.86474609375}, {"start": 486.53, "end": 486.71, "word": " few", "probability": 0.89794921875}, {"start": 486.71, "end": 486.97, "word": " years", "probability": 0.927734375}, {"start": 486.97, "end": 487.29, "word": " ago,", "probability": 0.89990234375}, {"start": 487.63, "end": 487.83, "word": " my", "probability": 0.97021484375}, {"start": 487.83, "end": 488.11, "word": " two", "probability": 0.9111328125}, {"start": 488.11, "end": 488.57, "word": " older", "probability": 0.9423828125}, {"start": 488.57, "end": 489.03, "word": " brothers", "probability": 0.8212890625}, {"start": 489.03, "end": 489.45, "word": " and", "probability": 0.93798828125}, {"start": 489.45, "end": 489.69, "word": " I", "probability": 0.99609375}, {"start": 489.69, "end": 490.11, "word": " went", "probability": 0.88037109375}, {"start": 490.11, "end": 490.87, "word": " tricking", "probability": 0.919677734375}, {"start": 490.87, "end": 491.27, "word": " in", "probability": 0.9384765625}, {"start": 491.27, "end": 491.85, "word": " the", "probability": 0.90771484375}, {"start": 491.85, "end": 492.27, "word": " mountains.", "probability": 0.94970703125}, {"start": 492.51, "end": 492.63, "word": " What", "probability": 0.88623046875}, {"start": 492.63, "end": 493.05, "word": " happened", "probability": 0.8173828125}, {"start": 493.05, "end": 493.33, "word": " then?", "probability": 0.84130859375}, {"start": 493.57, "end": 493.85, "word": " Please", "probability": 0.82666015625}, {"start": 493.85, "end": 494.15, "word": " put", "probability": 0.91943359375}, {"start": 494.15, "end": 494.37, "word": " them", "probability": 0.8818359375}, {"start": 494.37, "end": 494.55, "word": " in", "probability": 0.9462890625}, {"start": 494.55, "end": 494.69, "word": " the", "probability": 0.908203125}, {"start": 494.69, "end": 495.05, "word": " correct", "probability": 0.91162109375}, {"start": 495.05, "end": 495.47, "word": " order.", "probability": 0.92041015625}], "temperature": 1.0}, {"id": 22, "seek": 51246, "start": 507.14, "end": 512.46, "text": " I don't know. I don't know.", "tokens": [286, 500, 380, 458, 13, 286, 500, 380, 458, 13], "avg_logprob": -1.0759943181818181, "compression_ratio": 1.12, "no_speech_prob": 4.76837158203125e-07, "words": [{"start": 507.14000000000004, "end": 508.54, "word": " I", "probability": 0.07659912109375}, {"start": 508.54, "end": 509.82, "word": " don't", "probability": 0.6439208984375}, {"start": 509.82, "end": 510.16, "word": " know.", "probability": 0.2174072265625}, {"start": 511.64, "end": 511.64, "word": " I", "probability": 0.309814453125}, {"start": 511.64, "end": 512.46, "word": " don't", "probability": 0.699951171875}, {"start": 512.46, "end": 512.46, "word": " know.", "probability": 0.282958984375}], "temperature": 1.0}, {"id": 23, "seek": 55380, "start": 525.99, "end": 553.81, "text": " It's really hard for me to make a decision. It's really hard for me to make a decision. It's really hard for me to make a decision. It's really hard for me to make a decision. It's really hard for me to make a decision. It's really hard for me to make a decision. It's really hard for me to make a decision. It's really hard for me to make a decision. It's really hard for me to make a decision. It's really hard for me to make a decision. It's really hard for me to make a decision. It's really hard for me to make a decision. It's really hard for me to make a decision.", "tokens": [467, 311, 534, 1152, 337, 385, 281, 652, 257, 3537, 13, 467, 311, 534, 1152, 337, 385, 281, 652, 257, 3537, 13, 467, 311, 534, 1152, 337, 385, 281, 652, 257, 3537, 13, 467, 311, 534, 1152, 337, 385, 281, 652, 257, 3537, 13, 467, 311, 534, 1152, 337, 385, 281, 652, 257, 3537, 13, 467, 311, 534, 1152, 337, 385, 281, 652, 257, 3537, 13, 467, 311, 534, 1152, 337, 385, 281, 652, 257, 3537, 13, 467, 311, 534, 1152, 337, 385, 281, 652, 257, 3537, 13, 467, 311, 534, 1152, 337, 385, 281, 652, 257, 3537, 13, 467, 311, 534, 1152, 337, 385, 281, 652, 257, 3537, 13, 467, 311, 534, 1152, 337, 385, 281, 652, 257, 3537, 13, 467, 311, 534, 1152, 337, 385, 281, 652, 257, 3537, 13, 467, 311, 534, 1152, 337, 385, 281, 652, 257, 3537, 13], "avg_logprob": -0.2964409649786022, "compression_ratio": 9.694915254237289, "no_speech_prob": 1.913309097290039e-05, "words": [{"start": 525.99, "end": 526.19, "word": " It's", "probability": 0.31812286376953125}, {"start": 526.19, "end": 526.37, "word": " really", "probability": 0.04327392578125}, {"start": 526.37, "end": 526.57, "word": " hard", "probability": 0.1917724609375}, {"start": 526.57, "end": 526.77, "word": " for", "probability": 0.37451171875}, {"start": 526.77, "end": 526.85, "word": " me", "probability": 0.76318359375}, {"start": 526.85, "end": 527.29, "word": " to", "probability": 0.61376953125}, {"start": 527.29, "end": 527.41, "word": " make", "probability": 0.040435791015625}, {"start": 527.41, "end": 527.73, "word": " a", "probability": 0.1318359375}, {"start": 527.73, "end": 528.23, "word": " decision.", "probability": 0.383056640625}, {"start": 529.53, "end": 530.09, "word": " It's", "probability": 0.4580078125}, {"start": 530.09, "end": 530.09, "word": " really", "probability": 0.212158203125}, {"start": 530.09, "end": 530.09, "word": " hard", "probability": 0.509765625}, {"start": 530.09, "end": 530.17, "word": " for", "probability": 0.5712890625}, {"start": 530.17, "end": 530.45, "word": " me", "probability": 0.869140625}, {"start": 530.45, "end": 530.59, "word": " to", "probability": 0.77294921875}, {"start": 530.59, "end": 530.93, "word": " make", "probability": 0.56298828125}, {"start": 530.93, "end": 530.93, "word": " a", "probability": 0.875}, {"start": 530.93, "end": 530.93, "word": " decision.", "probability": 0.78271484375}, {"start": 531.41, "end": 531.51, "word": " It's", "probability": 0.484619140625}, {"start": 531.51, "end": 531.65, "word": " really", "probability": 0.70654296875}, {"start": 531.65, "end": 531.95, "word": " hard", "probability": 0.8271484375}, {"start": 531.95, "end": 532.37, "word": " for", "probability": 0.79736328125}, {"start": 532.37, "end": 532.39, "word": " me", "probability": 0.93212890625}, {"start": 532.39, "end": 532.39, "word": " to", "probability": 0.91455078125}, {"start": 532.39, "end": 532.79, "word": " make", "probability": 0.8720703125}, {"start": 532.79, "end": 532.79, "word": " a", "probability": 0.98291015625}, {"start": 532.79, "end": 532.79, "word": " decision.", "probability": 0.8896484375}, {"start": 532.79, "end": 533.35, "word": " It's", "probability": 0.54052734375}, {"start": 533.35, "end": 533.55, "word": " really", "probability": 0.8115234375}, {"start": 533.55, "end": 533.85, "word": " hard", "probability": 0.85888671875}, {"start": 533.85, "end": 533.85, "word": " for", "probability": 0.83984375}, {"start": 533.85, "end": 533.91, "word": " me", "probability": 0.9423828125}, {"start": 533.91, "end": 534.01, "word": " to", "probability": 0.93603515625}, {"start": 534.01, "end": 534.55, "word": " make", "probability": 0.91357421875}, {"start": 534.55, "end": 534.55, "word": " a", "probability": 0.99169921875}, {"start": 534.55, "end": 535.19, "word": " decision.", "probability": 0.91162109375}, {"start": 537.25, "end": 537.81, "word": " It's", "probability": 0.6048583984375}, {"start": 537.81, "end": 538.01, "word": " really", "probability": 0.85546875}, {"start": 538.01, "end": 538.03, "word": " hard", "probability": 0.8837890625}, {"start": 538.03, "end": 538.03, "word": " for", "probability": 0.86865234375}, {"start": 538.03, "end": 538.03, "word": " me", "probability": 0.94921875}, {"start": 538.03, "end": 538.03, "word": " to", "probability": 0.9482421875}, {"start": 538.03, "end": 538.03, "word": " make", "probability": 0.93115234375}, {"start": 538.03, "end": 538.03, "word": " a", "probability": 0.9951171875}, {"start": 538.03, "end": 538.03, "word": " decision.", "probability": 0.923828125}, {"start": 539.45, "end": 540.01, "word": " It's", "probability": 0.6812744140625}, {"start": 540.01, "end": 540.17, "word": " really", "probability": 0.8779296875}, {"start": 540.17, "end": 540.59, "word": " hard", "probability": 0.89453125}, {"start": 540.59, "end": 541.05, "word": " for", "probability": 0.88232421875}, {"start": 541.05, "end": 541.05, "word": " me", "probability": 0.9521484375}, {"start": 541.05, "end": 541.05, "word": " to", "probability": 0.953125}, {"start": 541.05, "end": 541.05, "word": " make", "probability": 0.939453125}, {"start": 541.05, "end": 541.05, "word": " a", "probability": 0.99658203125}, {"start": 541.05, "end": 541.05, "word": " decision.", "probability": 0.92919921875}, {"start": 541.05, "end": 541.05, "word": " It's", "probability": 0.77099609375}, {"start": 541.05, "end": 541.05, "word": " really", "probability": 0.890625}, {"start": 541.05, "end": 541.23, "word": " hard", "probability": 0.90283203125}, {"start": 541.23, "end": 541.45, "word": " for", "probability": 0.89599609375}, {"start": 541.45, "end": 541.61, "word": " me", "probability": 0.95556640625}, {"start": 541.61, "end": 541.61, "word": " to", "probability": 0.95556640625}, {"start": 541.61, "end": 542.09, "word": " make", "probability": 0.94384765625}, {"start": 542.09, "end": 542.09, "word": " a", "probability": 0.99755859375}, {"start": 542.09, "end": 542.09, "word": " decision.", "probability": 0.93115234375}, {"start": 542.09, "end": 542.09, "word": " It's", "probability": 0.834228515625}, {"start": 542.09, "end": 542.09, "word": " really", "probability": 0.8955078125}, {"start": 542.09, "end": 542.09, "word": " hard", "probability": 0.90869140625}, {"start": 542.09, "end": 542.09, "word": " for", "probability": 0.91015625}, {"start": 542.09, "end": 542.21, "word": " me", "probability": 0.95849609375}, {"start": 542.21, "end": 542.37, "word": " to", "probability": 0.9599609375}, {"start": 542.37, "end": 542.45, "word": " make", "probability": 0.947265625}, {"start": 542.45, "end": 542.45, "word": " a", "probability": 0.998046875}, {"start": 542.45, "end": 542.45, "word": " decision.", "probability": 0.93115234375}, {"start": 542.53, "end": 542.97, "word": " It's", "probability": 0.871337890625}, {"start": 542.97, "end": 542.97, "word": " really", "probability": 0.8994140625}, {"start": 542.97, "end": 542.97, "word": " hard", "probability": 0.91259765625}, {"start": 542.97, "end": 543.21, "word": " for", "probability": 0.923828125}, {"start": 543.21, "end": 543.29, "word": " me", "probability": 0.95947265625}, {"start": 543.29, "end": 543.71, "word": " to", "probability": 0.9619140625}, {"start": 543.71, "end": 543.71, "word": " make", "probability": 0.94970703125}, {"start": 543.71, "end": 543.71, "word": " a", "probability": 0.99853515625}, {"start": 543.71, "end": 544.05, "word": " decision.", "probability": 0.931640625}, {"start": 544.05, "end": 544.59, "word": " It's", "probability": 0.896484375}, {"start": 544.59, "end": 544.85, "word": " really", "probability": 0.90087890625}, {"start": 544.85, "end": 545.47, "word": " hard", "probability": 0.91064453125}, {"start": 545.47, "end": 545.47, "word": " for", "probability": 0.9345703125}, {"start": 545.47, "end": 545.47, "word": " me", "probability": 0.96142578125}, {"start": 545.47, "end": 545.47, "word": " to", "probability": 0.96240234375}, {"start": 545.47, "end": 545.47, "word": " make", "probability": 0.95166015625}, {"start": 545.47, "end": 545.47, "word": " a", "probability": 0.99853515625}, {"start": 545.47, "end": 545.47, "word": " decision.", "probability": 0.93212890625}, {"start": 545.59, "end": 546.15, "word": " It's", "probability": 0.908203125}, {"start": 546.15, "end": 546.15, "word": " really", "probability": 0.9033203125}, {"start": 546.15, "end": 546.41, "word": " hard", "probability": 0.91357421875}, {"start": 546.41, "end": 546.41, "word": " for", "probability": 0.939453125}, {"start": 546.41, "end": 546.41, "word": " me", "probability": 0.96142578125}, {"start": 546.41, "end": 546.41, "word": " to", "probability": 0.96435546875}, {"start": 546.41, "end": 546.41, "word": " make", "probability": 0.95166015625}, {"start": 546.41, "end": 546.41, "word": " a", "probability": 0.99853515625}, {"start": 546.41, "end": 546.77, "word": " decision.", "probability": 0.93359375}, {"start": 547.21, "end": 547.77, "word": " It's", "probability": 0.91748046875}, {"start": 547.77, "end": 547.77, "word": " really", "probability": 0.90380859375}, {"start": 547.77, "end": 547.93, "word": " hard", "probability": 0.9130859375}, {"start": 547.93, "end": 548.01, "word": " for", "probability": 0.94482421875}, {"start": 548.01, "end": 548.01, "word": " me", "probability": 0.9619140625}, {"start": 548.01, "end": 548.89, "word": " to", "probability": 0.9658203125}, {"start": 548.89, "end": 548.89, "word": " make", "probability": 0.95361328125}, {"start": 548.89, "end": 548.89, "word": " a", "probability": 0.9990234375}, {"start": 548.89, "end": 549.23, "word": " decision.", "probability": 0.9326171875}, {"start": 550.51, "end": 551.07, "word": " It's", "probability": 0.92236328125}, {"start": 551.07, "end": 551.31, "word": " really", "probability": 0.9052734375}, {"start": 551.31, "end": 551.47, "word": " hard", "probability": 0.91259765625}, {"start": 551.47, "end": 551.73, "word": " for", "probability": 0.947265625}, {"start": 551.73, "end": 551.83, "word": " me", "probability": 0.9619140625}, {"start": 551.83, "end": 553.17, "word": " to", "probability": 0.966796875}, {"start": 553.17, "end": 553.17, "word": " make", "probability": 0.95361328125}, {"start": 553.17, "end": 553.17, "word": " a", "probability": 0.9990234375}, {"start": 553.17, "end": 553.81, "word": " decision.", "probability": 0.93359375}], "temperature": 1.0}, {"id": 24, "seek": 57472, "start": 563.12, "end": 574.72, "text": " I have a question for you. I have a question for you.", "tokens": [286, 362, 257, 1168, 337, 291, 13, 286, 362, 257, 1168, 337, 291, 13], "avg_logprob": -1.26875, "compression_ratio": 1.4210526315789473, "no_speech_prob": 5.8710575103759766e-05, "words": [{"start": 563.12, "end": 563.34, "word": " I", "probability": 0.09210205078125}, {"start": 563.34, "end": 563.5, "word": " have", "probability": 0.05609130859375}, {"start": 563.5, "end": 563.5, "word": " a", "probability": 0.305908203125}, {"start": 563.5, "end": 563.5, "word": " question", "probability": 0.55078125}, {"start": 563.5, "end": 563.84, "word": " for", "probability": 0.17333984375}, {"start": 563.84, "end": 564.34, "word": " you.", "probability": 0.267822265625}, {"start": 564.92, "end": 565.88, "word": " I", "probability": 0.1025390625}, {"start": 565.88, "end": 566.72, "word": " have", "probability": 0.15185546875}, {"start": 566.72, "end": 570.84, "word": " a", "probability": 0.41650390625}, {"start": 570.84, "end": 571.36, "word": " question", "probability": 0.68603515625}, {"start": 571.36, "end": 574.22, "word": " for", "probability": 0.50634765625}, {"start": 574.22, "end": 574.72, "word": " you.", "probability": 0.67236328125}], "temperature": 1.0}, {"id": 25, "seek": 60573, "start": 604.69, "end": 605.73, "text": " Okay, I'm done.", "tokens": [1033, 11, 286, 478, 1096, 13], "avg_logprob": -1.5345982483455114, "compression_ratio": 0.6666666666666666, "no_speech_prob": 0.00011998414993286133, "words": [{"start": 604.6899999999999, "end": 605.17, "word": " Okay,", "probability": 0.0345458984375}, {"start": 605.31, "end": 605.49, "word": " I'm", "probability": 0.3067626953125}, {"start": 605.49, "end": 605.73, "word": " done.", "probability": 0.1279296875}], "temperature": 1.0}, {"id": 26, "seek": 62400, "start": 620.6, "end": 624.0, "text": " Alright? Would you manage to do this? Yes, please.", "tokens": [2798, 30, 6068, 291, 3067, 281, 360, 341, 30, 1079, 11, 1767, 13], "avg_logprob": -0.27664621600082945, "compression_ratio": 0.864406779661017, "no_speech_prob": 0.0, "words": [{"start": 620.6, "end": 621.12, "word": " Alright?", "probability": 0.391845703125}, {"start": 621.38, "end": 621.62, "word": " Would", "probability": 0.410400390625}, {"start": 621.62, "end": 621.72, "word": " you", "probability": 0.97265625}, {"start": 621.72, "end": 622.02, "word": " manage", "probability": 0.9033203125}, {"start": 622.02, "end": 622.16, "word": " to", "probability": 0.97216796875}, {"start": 622.16, "end": 622.32, "word": " do", "probability": 0.958984375}, {"start": 622.32, "end": 622.6, "word": " this?", "probability": 0.95263671875}, {"start": 623.22, "end": 623.56, "word": " Yes,", "probability": 0.9365234375}, {"start": 623.7, "end": 624.0, "word": " please.", "probability": 0.8203125}], "temperature": 1.0}, {"id": 27, "seek": 65054, "start": 624.47, "end": 650.55, "text": " So, the first one is a few years ago, my two older brothers and I went trekking in the mountains. Then? Then we set out from our camp. Very nice. So, it has to be number two. Then we set out. We started from our base camp, from camp on a bright winter morning. What happened then? Yes, please. Sea. Sea? So, we... Very nice. So, we went up.", "tokens": [407, 11, 264, 700, 472, 307, 257, 1326, 924, 2057, 11, 452, 732, 4906, 8452, 293, 286, 1437, 33646, 5092, 294, 264, 10233, 13, 1396, 30, 1396, 321, 992, 484, 490, 527, 2255, 13, 4372, 1481, 13, 407, 11, 309, 575, 281, 312, 1230, 732, 13, 1396, 321, 992, 484, 13, 492, 1409, 490, 527, 3096, 2255, 11, 490, 2255, 322, 257, 4730, 6355, 2446, 13, 708, 2011, 550, 30, 1079, 11, 1767, 13, 11352, 13, 11352, 30, 407, 11, 321, 485, 4372, 1481, 13, 407, 11, 321, 1437, 493, 13], "avg_logprob": -0.29602582428766333, "compression_ratio": 1.6394230769230769, "no_speech_prob": 1.1920928955078125e-07, "words": [{"start": 624.47, "end": 624.77, "word": " So,", "probability": 0.5244140625}, {"start": 624.87, "end": 624.95, "word": " the", "probability": 0.912109375}, {"start": 624.95, "end": 625.17, "word": " first", "probability": 0.88427734375}, {"start": 625.17, "end": 625.37, "word": " one", "probability": 0.88232421875}, {"start": 625.37, "end": 625.49, "word": " is", "probability": 0.8115234375}, {"start": 625.49, "end": 625.59, "word": " a", "probability": 0.74755859375}, {"start": 625.59, "end": 625.77, "word": " few", "probability": 0.900390625}, {"start": 625.77, "end": 625.95, "word": " years", "probability": 0.92724609375}, {"start": 625.95, "end": 626.21, "word": " ago,", "probability": 0.8984375}, {"start": 626.31, "end": 626.45, "word": " my", "probability": 0.943359375}, {"start": 626.45, "end": 626.63, "word": " two", "probability": 0.8828125}, {"start": 626.63, "end": 626.91, "word": " older", "probability": 0.9140625}, {"start": 626.91, "end": 627.31, "word": " brothers", "probability": 0.78662109375}, {"start": 627.31, "end": 627.45, "word": " and", "probability": 0.93310546875}, {"start": 627.45, "end": 627.63, "word": " I", "probability": 0.98828125}, {"start": 627.63, "end": 627.91, "word": " went", "probability": 0.8408203125}, {"start": 627.91, "end": 628.43, "word": " trekking", "probability": 0.92626953125}, {"start": 628.43, "end": 628.55, "word": " in", "probability": 0.93505859375}, {"start": 628.55, "end": 628.67, "word": " the", "probability": 0.91748046875}, {"start": 628.67, "end": 629.05, "word": " mountains.", "probability": 0.9375}, {"start": 629.57, "end": 629.91, "word": " Then?", "probability": 0.71240234375}, {"start": 630.31, "end": 630.73, "word": " Then", "probability": 0.50439453125}, {"start": 630.73, "end": 631.43, "word": " we", "probability": 0.69287109375}, {"start": 631.43, "end": 631.75, "word": " set", "probability": 0.9033203125}, {"start": 631.75, "end": 632.17, "word": " out", "probability": 0.75048828125}, {"start": 632.17, "end": 632.41, "word": " from", "probability": 0.69677734375}, {"start": 632.41, "end": 632.47, "word": " our", "probability": 0.87646484375}, {"start": 632.47, "end": 632.47, "word": " camp.", "probability": 0.64501953125}, {"start": 632.47, "end": 632.81, "word": " Very", "probability": 0.712890625}, {"start": 632.81, "end": 633.05, "word": " nice.", "probability": 0.9052734375}, {"start": 633.17, "end": 633.37, "word": " So,", "probability": 0.90625}, {"start": 633.53, "end": 633.69, "word": " it", "probability": 0.9443359375}, {"start": 633.69, "end": 633.93, "word": " has", "probability": 0.9384765625}, {"start": 633.93, "end": 634.05, "word": " to", "probability": 0.96923828125}, {"start": 634.05, "end": 634.19, "word": " be", "probability": 0.94189453125}, {"start": 634.19, "end": 634.43, "word": " number", "probability": 0.91015625}, {"start": 634.43, "end": 634.73, "word": " two.", "probability": 0.7626953125}, {"start": 634.87, "end": 635.07, "word": " Then", "probability": 0.62060546875}, {"start": 635.07, "end": 635.33, "word": " we", "probability": 0.869140625}, {"start": 635.33, "end": 635.65, "word": " set", "probability": 0.94482421875}, {"start": 635.65, "end": 635.91, "word": " out.", "probability": 0.86279296875}, {"start": 635.99, "end": 636.09, "word": " We", "probability": 0.95458984375}, {"start": 636.09, "end": 636.73, "word": " started", "probability": 0.90185546875}, {"start": 636.73, "end": 637.61, "word": " from", "probability": 0.859375}, {"start": 637.61, "end": 637.93, "word": " our", "probability": 0.88232421875}, {"start": 637.93, "end": 638.35, "word": " base", "probability": 0.9267578125}, {"start": 638.35, "end": 638.61, "word": " camp,", "probability": 0.88232421875}, {"start": 638.71, "end": 638.87, "word": " from", "probability": 0.76806640625}, {"start": 638.87, "end": 639.49, "word": " camp", "probability": 0.818359375}, {"start": 639.49, "end": 640.03, "word": " on", "probability": 0.6240234375}, {"start": 640.03, "end": 640.21, "word": " a", "probability": 0.98388671875}, {"start": 640.21, "end": 640.83, "word": " bright", "probability": 0.93994140625}, {"start": 640.83, "end": 641.87, "word": " winter", "probability": 0.908203125}, {"start": 641.87, "end": 642.85, "word": " morning.", "probability": 0.9091796875}, {"start": 643.05, "end": 643.09, "word": " What", "probability": 0.88134765625}, {"start": 643.09, "end": 643.59, "word": " happened", "probability": 0.82861328125}, {"start": 643.59, "end": 644.07, "word": " then?", "probability": 0.83349609375}, {"start": 644.77, "end": 645.13, "word": " Yes,", "probability": 0.81005859375}, {"start": 645.15, "end": 645.41, "word": " please.", "probability": 0.802734375}, {"start": 645.53, "end": 645.61, "word": " Sea.", "probability": 0.481689453125}, {"start": 646.21, "end": 646.49, "word": " Sea?", "probability": 0.828125}, {"start": 647.03, "end": 647.27, "word": " So,", "probability": 0.240478515625}, {"start": 647.85, "end": 648.85, "word": " we...", "probability": 0.530029296875}, {"start": 648.85, "end": 649.25, "word": " Very", "probability": 0.498046875}, {"start": 649.25, "end": 649.63, "word": " nice.", "probability": 0.89404296875}, {"start": 649.79, "end": 650.01, "word": " So,", "probability": 0.8310546875}, {"start": 650.11, "end": 650.25, "word": " we", "probability": 0.77294921875}, {"start": 650.25, "end": 650.35, "word": " went", "probability": 0.375}, {"start": 650.35, "end": 650.55, "word": " up.", "probability": 0.271484375}], "temperature": 1.0}, {"id": 28, "seek": 67948, "start": 650.9, "end": 679.48, "text": " Very nice. Soon we were hiking through pine forest. Okay. What happened afterwards? Yes, please. F. A little while later we stopped to eat and my oldest brother said we should turn around. Excellent. Excellent. So number four. A little while later we stopped to eat and my oldest brother said we should turn around because we were losing the trail in the snow. What happened then?", "tokens": [4372, 1481, 13, 17610, 321, 645, 23784, 807, 15113, 6719, 13, 1033, 13, 708, 2011, 10543, 30, 1079, 11, 1767, 13, 479, 13, 316, 707, 1339, 1780, 321, 5936, 281, 1862, 293, 452, 14026, 3708, 848, 321, 820, 1261, 926, 13, 16723, 13, 16723, 13, 407, 1230, 1451, 13, 316, 707, 1339, 1780, 321, 5936, 281, 1862, 293, 452, 14026, 3708, 848, 321, 820, 1261, 926, 570, 321, 645, 7027, 264, 9924, 294, 264, 5756, 13, 708, 2011, 550, 30], "avg_logprob": -0.2029320928785536, "compression_ratio": 1.9242424242424243, "no_speech_prob": 2.384185791015625e-07, "words": [{"start": 650.9, "end": 651.32, "word": " Very", "probability": 0.560546875}, {"start": 651.32, "end": 651.64, "word": " nice.", "probability": 0.88232421875}, {"start": 651.72, "end": 652.04, "word": " Soon", "probability": 0.560546875}, {"start": 652.04, "end": 652.26, "word": " we", "probability": 0.70166015625}, {"start": 652.26, "end": 652.62, "word": " were", "probability": 0.88525390625}, {"start": 652.62, "end": 653.1, "word": " hiking", "probability": 0.8916015625}, {"start": 653.1, "end": 653.74, "word": " through", "probability": 0.8916015625}, {"start": 653.74, "end": 654.46, "word": " pine", "probability": 0.72509765625}, {"start": 654.46, "end": 655.14, "word": " forest.", "probability": 0.66015625}, {"start": 655.66, "end": 655.96, "word": " Okay.", "probability": 0.370849609375}, {"start": 656.14, "end": 656.34, "word": " What", "probability": 0.89892578125}, {"start": 656.34, "end": 656.78, "word": " happened", "probability": 0.83447265625}, {"start": 656.78, "end": 657.84, "word": " afterwards?", "probability": 0.84130859375}, {"start": 658.58, "end": 658.94, "word": " Yes,", "probability": 0.85986328125}, {"start": 659.0, "end": 659.26, "word": " please.", "probability": 0.79736328125}, {"start": 659.54, "end": 659.92, "word": " F.", "probability": 0.434326171875}, {"start": 660.0, "end": 660.34, "word": " A", "probability": 0.91455078125}, {"start": 660.34, "end": 660.58, "word": " little", "probability": 0.8408203125}, {"start": 660.58, "end": 660.84, "word": " while", "probability": 0.96826171875}, {"start": 660.84, "end": 661.18, "word": " later", "probability": 0.79443359375}, {"start": 661.18, "end": 661.42, "word": " we", "probability": 0.5322265625}, {"start": 661.42, "end": 661.64, "word": " stopped", "probability": 0.8564453125}, {"start": 661.64, "end": 661.84, "word": " to", "probability": 0.9658203125}, {"start": 661.84, "end": 662.1, "word": " eat", "probability": 0.98681640625}, {"start": 662.1, "end": 662.4, "word": " and", "probability": 0.82373046875}, {"start": 662.4, "end": 662.64, "word": " my", "probability": 0.966796875}, {"start": 662.64, "end": 663.04, "word": " oldest", "probability": 0.89697265625}, {"start": 663.04, "end": 663.36, "word": " brother", "probability": 0.86669921875}, {"start": 663.36, "end": 663.78, "word": " said", "probability": 0.93310546875}, {"start": 663.78, "end": 664.02, "word": " we", "probability": 0.87255859375}, {"start": 664.02, "end": 664.2, "word": " should", "probability": 0.9658203125}, {"start": 664.2, "end": 664.24, "word": " turn", "probability": 0.40380859375}, {"start": 664.24, "end": 664.24, "word": " around.", "probability": 0.91064453125}, {"start": 664.36, "end": 665.04, "word": " Excellent.", "probability": 0.9287109375}, {"start": 665.16, "end": 665.5, "word": " Excellent.", "probability": 0.8564453125}, {"start": 665.7, "end": 665.86, "word": " So", "probability": 0.931640625}, {"start": 665.86, "end": 666.08, "word": " number", "probability": 0.69482421875}, {"start": 666.08, "end": 666.58, "word": " four.", "probability": 0.75927734375}, {"start": 666.8, "end": 666.94, "word": " A", "probability": 0.9599609375}, {"start": 666.94, "end": 667.22, "word": " little", "probability": 0.85205078125}, {"start": 667.22, "end": 667.58, "word": " while", "probability": 0.96240234375}, {"start": 667.58, "end": 668.02, "word": " later", "probability": 0.9443359375}, {"start": 668.02, "end": 669.0, "word": " we", "probability": 0.625}, {"start": 669.0, "end": 669.4, "word": " stopped", "probability": 0.9052734375}, {"start": 669.4, "end": 669.62, "word": " to", "probability": 0.96826171875}, {"start": 669.62, "end": 669.98, "word": " eat", "probability": 0.986328125}, {"start": 669.98, "end": 670.64, "word": " and", "probability": 0.9189453125}, {"start": 670.64, "end": 671.06, "word": " my", "probability": 0.96484375}, {"start": 671.06, "end": 671.52, "word": " oldest", "probability": 0.95263671875}, {"start": 671.52, "end": 671.96, "word": " brother", "probability": 0.86962890625}, {"start": 671.96, "end": 672.26, "word": " said", "probability": 0.94384765625}, {"start": 672.26, "end": 672.44, "word": " we", "probability": 0.953125}, {"start": 672.44, "end": 672.64, "word": " should", "probability": 0.97119140625}, {"start": 672.64, "end": 673.44, "word": " turn", "probability": 0.818359375}, {"start": 673.44, "end": 673.92, "word": " around", "probability": 0.9404296875}, {"start": 673.92, "end": 674.76, "word": " because", "probability": 0.84375}, {"start": 674.76, "end": 675.1, "word": " we", "probability": 0.9609375}, {"start": 675.1, "end": 675.3, "word": " were", "probability": 0.90625}, {"start": 675.3, "end": 675.68, "word": " losing", "probability": 0.89208984375}, {"start": 675.68, "end": 675.98, "word": " the", "probability": 0.88037109375}, {"start": 675.98, "end": 676.36, "word": " trail", "probability": 0.96435546875}, {"start": 676.36, "end": 676.78, "word": " in", "probability": 0.943359375}, {"start": 676.78, "end": 677.14, "word": " the", "probability": 0.90771484375}, {"start": 677.14, "end": 677.72, "word": " snow.", "probability": 0.87353515625}, {"start": 678.5, "end": 678.72, "word": " What", "probability": 0.888671875}, {"start": 678.72, "end": 679.1, "word": " happened", "probability": 0.8173828125}, {"start": 679.1, "end": 679.48, "word": " then?", "probability": 0.849609375}], "temperature": 1.0}, {"id": 29, "seek": 70742, "start": 681.56, "end": 707.42, "text": " Yes please. Hatch. Hatch. Very nice. So going back down the mountain was harder because it was icy and slippery and we could not find the way. We became tired, cold, and thirsty. Thirsty. Okay? And then afterwards the E means? E. E? Not E. G. G. Yes. Eventually", "tokens": [1079, 1767, 13, 389, 852, 13, 389, 852, 13, 4372, 1481, 13, 407, 516, 646, 760, 264, 6937, 390, 6081, 570, 309, 390, 42015, 293, 28100, 293, 321, 727, 406, 915, 264, 636, 13, 492, 3062, 5868, 11, 3554, 11, 293, 28115, 13, 334, 15941, 13, 1033, 30, 400, 550, 10543, 264, 462, 1355, 30, 462, 13, 462, 30, 1726, 462, 13, 460, 13, 460, 13, 1079, 13, 17586], "avg_logprob": -0.3183035616363798, "compression_ratio": 1.423913043478261, "no_speech_prob": 7.748603820800781e-07, "words": [{"start": 681.56, "end": 682.04, "word": " Yes", "probability": 0.473876953125}, {"start": 682.04, "end": 682.38, "word": " please.", "probability": 0.495361328125}, {"start": 682.62, "end": 682.92, "word": " Hatch.", "probability": 0.46728515625}, {"start": 683.24, "end": 683.72, "word": " Hatch.", "probability": 0.7861328125}, {"start": 683.9, "end": 684.16, "word": " Very", "probability": 0.73486328125}, {"start": 684.16, "end": 684.52, "word": " nice.", "probability": 0.88916015625}, {"start": 684.78, "end": 684.8, "word": " So", "probability": 0.90234375}, {"start": 684.8, "end": 685.3, "word": " going", "probability": 0.68017578125}, {"start": 685.3, "end": 686.0, "word": " back", "probability": 0.87841796875}, {"start": 686.0, "end": 687.16, "word": " down", "probability": 0.65966796875}, {"start": 687.16, "end": 687.38, "word": " the", "probability": 0.92041015625}, {"start": 687.38, "end": 687.84, "word": " mountain", "probability": 0.91552734375}, {"start": 687.84, "end": 688.24, "word": " was", "probability": 0.943359375}, {"start": 688.24, "end": 688.66, "word": " harder", "probability": 0.89306640625}, {"start": 688.66, "end": 689.08, "word": " because", "probability": 0.88623046875}, {"start": 689.08, "end": 689.32, "word": " it", "probability": 0.95556640625}, {"start": 689.32, "end": 689.76, "word": " was", "probability": 0.95703125}, {"start": 689.76, "end": 690.4, "word": " icy", "probability": 0.908203125}, {"start": 690.4, "end": 690.82, "word": " and", "probability": 0.94580078125}, {"start": 690.82, "end": 691.36, "word": " slippery", "probability": 0.8173828125}, {"start": 691.36, "end": 691.68, "word": " and", "probability": 0.88037109375}, {"start": 691.68, "end": 691.84, "word": " we", "probability": 0.9619140625}, {"start": 691.84, "end": 692.02, "word": " could", "probability": 0.8896484375}, {"start": 692.02, "end": 692.28, "word": " not", "probability": 0.95068359375}, {"start": 692.28, "end": 692.68, "word": " find", "probability": 0.92236328125}, {"start": 692.68, "end": 692.84, "word": " the", "probability": 0.480712890625}, {"start": 692.84, "end": 693.08, "word": " way.", "probability": 0.9462890625}, {"start": 693.48, "end": 693.64, "word": " We", "probability": 0.9501953125}, {"start": 693.64, "end": 694.1, "word": " became", "probability": 0.892578125}, {"start": 694.1, "end": 694.64, "word": " tired,", "probability": 0.82470703125}, {"start": 695.22, "end": 695.72, "word": " cold,", "probability": 0.8984375}, {"start": 695.94, "end": 696.4, "word": " and", "probability": 0.93798828125}, {"start": 696.4, "end": 697.72, "word": " thirsty.", "probability": 0.90576171875}, {"start": 698.54, "end": 699.02, "word": " Thirsty.", "probability": 0.713623046875}, {"start": 699.46, "end": 699.72, "word": " Okay?", "probability": 0.7314453125}, {"start": 700.32, "end": 700.6, "word": " And", "probability": 0.94384765625}, {"start": 700.6, "end": 700.88, "word": " then", "probability": 0.85791015625}, {"start": 700.88, "end": 701.72, "word": " afterwards", "probability": 0.8154296875}, {"start": 701.72, "end": 701.98, "word": " the", "probability": 0.32568359375}, {"start": 701.98, "end": 702.16, "word": " E", "probability": 0.275634765625}, {"start": 702.16, "end": 702.48, "word": " means?", "probability": 0.40478515625}, {"start": 702.72, "end": 702.94, "word": " E.", "probability": 0.939453125}, {"start": 703.14, "end": 703.54, "word": " E?", "probability": 0.83349609375}, {"start": 703.66, "end": 703.78, "word": " Not", "probability": 0.74365234375}, {"start": 703.78, "end": 704.96, "word": " E.", "probability": 0.61083984375}, {"start": 705.24, "end": 705.48, "word": " G.", "probability": 0.79736328125}, {"start": 705.86, "end": 706.3, "word": " G.", "probability": 0.91796875}, {"start": 706.62, "end": 706.88, "word": " Yes.", "probability": 0.66064453125}, {"start": 707.02, "end": 707.42, "word": " Eventually", "probability": 0.8515625}], "temperature": 1.0}, {"id": 30, "seek": 72269, "start": 708.19, "end": 722.69, "text": " Yes, very nice. We became very, it began to snow and visibility became very poor. Finally, just before finally, yes, yes please. B, finally, yes.", "tokens": [1079, 11, 588, 1481, 13, 492, 3062, 588, 11, 309, 4283, 281, 5756, 293, 19883, 3062, 588, 4716, 13, 6288, 11, 445, 949, 2721, 11, 2086, 11, 2086, 1767, 13, 363, 11, 2721, 11, 2086, 13], "avg_logprob": -0.31292230696291534, "compression_ratio": 1.3394495412844036, "no_speech_prob": 4.172325134277344e-07, "words": [{"start": 708.19, "end": 708.63, "word": " Yes,", "probability": 0.59814453125}, {"start": 708.75, "end": 709.01, "word": " very", "probability": 0.77685546875}, {"start": 709.01, "end": 709.29, "word": " nice.", "probability": 0.90087890625}, {"start": 709.67, "end": 709.85, "word": " We", "probability": 0.64013671875}, {"start": 709.85, "end": 710.49, "word": " became", "probability": 0.87841796875}, {"start": 710.49, "end": 710.97, "word": " very,", "probability": 0.85302734375}, {"start": 711.25, "end": 711.39, "word": " it", "probability": 0.61083984375}, {"start": 711.39, "end": 711.87, "word": " began", "probability": 0.85107421875}, {"start": 711.87, "end": 712.15, "word": " to", "probability": 0.896484375}, {"start": 712.15, "end": 712.63, "word": " snow", "probability": 0.91796875}, {"start": 712.63, "end": 713.19, "word": " and", "probability": 0.79736328125}, {"start": 713.19, "end": 713.81, "word": " visibility", "probability": 0.97265625}, {"start": 713.81, "end": 714.73, "word": " became", "probability": 0.90576171875}, {"start": 714.73, "end": 715.33, "word": " very", "probability": 0.86328125}, {"start": 715.33, "end": 715.91, "word": " poor.", "probability": 0.962890625}, {"start": 716.29, "end": 716.77, "word": " Finally,", "probability": 0.650390625}, {"start": 717.17, "end": 717.33, "word": " just", "probability": 0.89892578125}, {"start": 717.33, "end": 717.67, "word": " before", "probability": 0.87939453125}, {"start": 717.67, "end": 718.05, "word": " finally,", "probability": 0.75146484375}, {"start": 718.17, "end": 718.39, "word": " yes,", "probability": 0.87353515625}, {"start": 718.79, "end": 719.01, "word": " yes", "probability": 0.91064453125}, {"start": 719.01, "end": 719.25, "word": " please.", "probability": 0.7412109375}, {"start": 719.61, "end": 719.83, "word": " B,", "probability": 0.64208984375}, {"start": 720.95, "end": 721.69, "word": " finally,", "probability": 0.77490234375}, {"start": 722.31, "end": 722.69, "word": " yes.", "probability": 0.95703125}], "temperature": 1.0}, {"id": 31, "seek": 74053, "start": 723.35, "end": 740.53, "text": " Finally I found the muddy trail and we made it back to our base camp. And finally the last one is after that experience I realized it was important to be careful. It is important to be careful when hiking in.", "tokens": [6288, 286, 1352, 264, 38540, 9924, 293, 321, 1027, 309, 646, 281, 527, 3096, 2255, 13, 400, 2721, 264, 1036, 472, 307, 934, 300, 1752, 286, 5334, 309, 390, 1021, 281, 312, 5026, 13, 467, 307, 1021, 281, 312, 5026, 562, 23784, 294, 13], "avg_logprob": -0.21406250529819065, "compression_ratio": 1.4822695035460993, "no_speech_prob": 5.960464477539063e-08, "words": [{"start": 723.35, "end": 723.95, "word": " Finally", "probability": 0.430419921875}, {"start": 723.95, "end": 724.41, "word": " I", "probability": 0.51806640625}, {"start": 724.41, "end": 724.83, "word": " found", "probability": 0.8798828125}, {"start": 724.83, "end": 725.05, "word": " the", "probability": 0.84375}, {"start": 725.05, "end": 725.27, "word": " muddy", "probability": 0.84033203125}, {"start": 725.27, "end": 725.67, "word": " trail", "probability": 0.93603515625}, {"start": 725.67, "end": 725.93, "word": " and", "probability": 0.916015625}, {"start": 725.93, "end": 726.13, "word": " we", "probability": 0.9423828125}, {"start": 726.13, "end": 726.41, "word": " made", "probability": 0.83642578125}, {"start": 726.41, "end": 726.55, "word": " it", "probability": 0.9443359375}, {"start": 726.55, "end": 726.85, "word": " back", "probability": 0.869140625}, {"start": 726.85, "end": 727.03, "word": " to", "probability": 0.9677734375}, {"start": 727.03, "end": 727.41, "word": " our", "probability": 0.8515625}, {"start": 727.41, "end": 727.95, "word": " base", "probability": 0.9482421875}, {"start": 727.95, "end": 728.43, "word": " camp.", "probability": 0.88671875}, {"start": 728.63, "end": 728.63, "word": " And", "probability": 0.57275390625}, {"start": 728.63, "end": 729.15, "word": " finally", "probability": 0.76708984375}, {"start": 729.15, "end": 729.37, "word": " the", "probability": 0.72412109375}, {"start": 729.37, "end": 729.77, "word": " last", "probability": 0.88525390625}, {"start": 729.77, "end": 730.03, "word": " one", "probability": 0.91796875}, {"start": 730.03, "end": 730.47, "word": " is", "probability": 0.8193359375}, {"start": 730.47, "end": 731.93, "word": " after", "probability": 0.275634765625}, {"start": 731.93, "end": 732.87, "word": " that", "probability": 0.931640625}, {"start": 732.87, "end": 733.77, "word": " experience", "probability": 0.9150390625}, {"start": 733.77, "end": 734.55, "word": " I", "probability": 0.74658203125}, {"start": 734.55, "end": 735.15, "word": " realized", "probability": 0.74169921875}, {"start": 735.15, "end": 735.39, "word": " it", "probability": 0.8935546875}, {"start": 735.39, "end": 735.67, "word": " was", "probability": 0.90478515625}, {"start": 735.67, "end": 736.31, "word": " important", "probability": 0.8798828125}, {"start": 736.31, "end": 736.65, "word": " to", "probability": 0.9736328125}, {"start": 736.65, "end": 736.83, "word": " be", "probability": 0.95751953125}, {"start": 736.83, "end": 737.43, "word": " careful.", "probability": 0.96142578125}, {"start": 737.65, "end": 737.93, "word": " It", "probability": 0.9462890625}, {"start": 737.93, "end": 738.17, "word": " is", "probability": 0.89892578125}, {"start": 738.17, "end": 738.61, "word": " important", "probability": 0.88525390625}, {"start": 738.61, "end": 738.85, "word": " to", "probability": 0.96826171875}, {"start": 738.85, "end": 739.01, "word": " be", "probability": 0.9580078125}, {"start": 739.01, "end": 739.41, "word": " careful", "probability": 0.96875}, {"start": 739.41, "end": 739.65, "word": " when", "probability": 0.9013671875}, {"start": 739.65, "end": 740.11, "word": " hiking", "probability": 0.95849609375}, {"start": 740.11, "end": 740.53, "word": " in.", "probability": 0.66650390625}], "temperature": 1.0}, {"id": 32, "seek": 76747, "start": 741.03, "end": 767.47, "text": " the mountain. So this is sort of a narrative, a short story detailing what happened during my trekking in the mountain. As you can notice, there are some transitions in this paragraph. For example, a few years ago, okay, finally, of course, soon, we went hiking, okay? We set, we set out as a verb, okay? We started means.", "tokens": [264, 6937, 13, 407, 341, 307, 1333, 295, 257, 9977, 11, 257, 2099, 1657, 42459, 437, 2011, 1830, 452, 33646, 5092, 294, 264, 6937, 13, 1018, 291, 393, 3449, 11, 456, 366, 512, 23767, 294, 341, 18865, 13, 1171, 1365, 11, 257, 1326, 924, 2057, 11, 1392, 11, 2721, 11, 295, 1164, 11, 2321, 11, 321, 1437, 23784, 11, 1392, 30, 492, 992, 11, 321, 992, 484, 382, 257, 9595, 11, 1392, 30, 492, 1409, 1355, 13], "avg_logprob": -0.25661058227221173, "compression_ratio": 1.5603864734299517, "no_speech_prob": 5.960464477539063e-08, "words": [{"start": 741.03, "end": 741.51, "word": " the", "probability": 0.2215576171875}, {"start": 741.51, "end": 741.91, "word": " mountain.", "probability": 0.397216796875}, {"start": 742.07, "end": 742.13, "word": " So", "probability": 0.8349609375}, {"start": 742.13, "end": 742.35, "word": " this", "probability": 0.79541015625}, {"start": 742.35, "end": 742.49, "word": " is", "probability": 0.9365234375}, {"start": 742.49, "end": 742.69, "word": " sort", "probability": 0.8388671875}, {"start": 742.69, "end": 742.81, "word": " of", "probability": 0.96826171875}, {"start": 742.81, "end": 742.95, "word": " a", "probability": 0.9072265625}, {"start": 742.95, "end": 743.29, "word": " narrative,", "probability": 0.84765625}, {"start": 743.49, "end": 743.59, "word": " a", "probability": 0.91455078125}, {"start": 743.59, "end": 743.91, "word": " short", "probability": 0.95849609375}, {"start": 743.91, "end": 744.53, "word": " story", "probability": 0.92919921875}, {"start": 744.53, "end": 745.33, "word": " detailing", "probability": 0.8125}, {"start": 745.33, "end": 745.63, "word": " what", "probability": 0.9306640625}, {"start": 745.63, "end": 746.21, "word": " happened", "probability": 0.8359375}, {"start": 746.21, "end": 746.89, "word": " during", "probability": 0.84912109375}, {"start": 746.89, "end": 747.23, "word": " my", "probability": 0.97509765625}, {"start": 747.23, "end": 747.71, "word": " trekking", "probability": 0.92578125}, {"start": 747.71, "end": 748.05, "word": " in", "probability": 0.87109375}, {"start": 748.05, "end": 748.83, "word": " the", "probability": 0.91845703125}, {"start": 748.83, "end": 749.17, "word": " mountain.", "probability": 0.87109375}, {"start": 749.35, "end": 749.65, "word": " As", "probability": 0.94775390625}, {"start": 749.65, "end": 749.79, "word": " you", "probability": 0.96484375}, {"start": 749.79, "end": 750.05, "word": " can", "probability": 0.94482421875}, {"start": 750.05, "end": 750.61, "word": " notice,", "probability": 0.9208984375}, {"start": 751.05, "end": 751.21, "word": " there", "probability": 0.90771484375}, {"start": 751.21, "end": 751.39, "word": " are", "probability": 0.93603515625}, {"start": 751.39, "end": 751.63, "word": " some", "probability": 0.90185546875}, {"start": 751.63, "end": 752.23, "word": " transitions", "probability": 0.87451171875}, {"start": 752.23, "end": 752.59, "word": " in", "probability": 0.94140625}, {"start": 752.59, "end": 752.81, "word": " this", "probability": 0.94189453125}, {"start": 752.81, "end": 753.17, "word": " paragraph.", "probability": 0.9560546875}, {"start": 753.39, "end": 753.51, "word": " For", "probability": 0.95361328125}, {"start": 753.51, "end": 753.93, "word": " example,", "probability": 0.96923828125}, {"start": 754.45, "end": 754.63, "word": " a", "probability": 0.88916015625}, {"start": 754.63, "end": 754.99, "word": " few", "probability": 0.8974609375}, {"start": 754.99, "end": 755.57, "word": " years", "probability": 0.93115234375}, {"start": 755.57, "end": 756.35, "word": " ago,", "probability": 0.8935546875}, {"start": 756.39, "end": 756.69, "word": " okay,", "probability": 0.7099609375}, {"start": 758.07, "end": 758.47, "word": " finally,", "probability": 0.49267578125}, {"start": 758.85, "end": 758.85, "word": " of", "probability": 0.242919921875}, {"start": 758.85, "end": 759.27, "word": " course,", "probability": 0.970703125}, {"start": 759.47, "end": 760.11, "word": " soon,", "probability": 0.6767578125}, {"start": 760.65, "end": 760.83, "word": " we", "probability": 0.95703125}, {"start": 760.83, "end": 761.17, "word": " went", "probability": 0.7822265625}, {"start": 761.17, "end": 761.67, "word": " hiking,", "probability": 0.9267578125}, {"start": 762.01, "end": 762.37, "word": " okay?", "probability": 0.89404296875}, {"start": 762.69, "end": 763.09, "word": " We", "probability": 0.9296875}, {"start": 763.09, "end": 763.45, "word": " set,", "probability": 0.8740234375}, {"start": 763.77, "end": 764.23, "word": " we", "probability": 0.8671875}, {"start": 764.23, "end": 764.57, "word": " set", "probability": 0.95556640625}, {"start": 764.57, "end": 765.01, "word": " out", "probability": 0.904296875}, {"start": 765.01, "end": 765.29, "word": " as", "probability": 0.81396484375}, {"start": 765.29, "end": 765.45, "word": " a", "probability": 0.904296875}, {"start": 765.45, "end": 765.83, "word": " verb,", "probability": 0.9521484375}, {"start": 766.05, "end": 766.35, "word": " okay?", "probability": 0.890625}, {"start": 766.43, "end": 766.57, "word": " We", "probability": 0.923828125}, {"start": 766.57, "end": 767.03, "word": " started", "probability": 0.9091796875}, {"start": 767.03, "end": 767.47, "word": " means.", "probability": 0.58935546875}], "temperature": 1.0}, {"id": 33, "seek": 77588, "start": 767.78, "end": 775.88, "text": " And then after that experience, a little while later, eventually,", "tokens": [400, 550, 934, 300, 1752, 11, 257, 707, 1339, 1780, 11, 4728, 11], "avg_logprob": -0.356305792927742, "compression_ratio": 0.9705882352941176, "no_speech_prob": 0.0, "words": [{"start": 767.78, "end": 768.36, "word": " And", "probability": 0.1444091796875}, {"start": 768.36, "end": 768.66, "word": " then", "probability": 0.798828125}, {"start": 768.66, "end": 769.42, "word": " after", "probability": 0.63623046875}, {"start": 769.42, "end": 769.94, "word": " that", "probability": 0.93212890625}, {"start": 769.94, "end": 771.1, "word": " experience,", "probability": 0.9111328125}, {"start": 771.56, "end": 772.1, "word": " a", "probability": 0.81201171875}, {"start": 772.1, "end": 772.42, "word": " little", "probability": 0.83642578125}, {"start": 772.42, "end": 772.98, "word": " while", "probability": 0.9638671875}, {"start": 772.98, "end": 773.6, "word": " later,", "probability": 0.93896484375}, {"start": 774.7, "end": 775.88, "word": " eventually,", "probability": 0.90869140625}], "temperature": 1.0}, {"id": 34, "seek": 79917, "start": 776.99, "end": 799.17, "text": " at the end of things finally means okay and finally going back because blah blah blah blah so what we see here are good transitions that help arrange or order things in time okay they help us in ordering things in time okay all right so when we talk about narrative paragraph writing", "tokens": [412, 264, 917, 295, 721, 2721, 1355, 1392, 293, 2721, 516, 646, 570, 12288, 12288, 12288, 12288, 370, 437, 321, 536, 510, 366, 665, 23767, 300, 854, 9424, 420, 1668, 721, 294, 565, 1392, 436, 854, 505, 294, 21739, 721, 294, 565, 1392, 439, 558, 370, 562, 321, 751, 466, 9977, 18865, 3579], "avg_logprob": -0.17462383845338114, "compression_ratio": 1.7861635220125787, "no_speech_prob": 0.0, "words": [{"start": 776.99, "end": 777.23, "word": " at", "probability": 0.36669921875}, {"start": 777.23, "end": 777.43, "word": " the", "probability": 0.9248046875}, {"start": 777.43, "end": 777.65, "word": " end", "probability": 0.90283203125}, {"start": 777.65, "end": 777.81, "word": " of", "probability": 0.95263671875}, {"start": 777.81, "end": 778.07, "word": " things", "probability": 0.84326171875}, {"start": 778.07, "end": 778.51, "word": " finally", "probability": 0.315673828125}, {"start": 778.51, "end": 778.89, "word": " means", "probability": 0.90234375}, {"start": 778.89, "end": 779.25, "word": " okay", "probability": 0.63671875}, {"start": 779.25, "end": 779.61, "word": " and", "probability": 0.67236328125}, {"start": 779.61, "end": 780.19, "word": " finally", "probability": 0.77734375}, {"start": 780.19, "end": 780.91, "word": " going", "probability": 0.7578125}, {"start": 780.91, "end": 781.35, "word": " back", "probability": 0.85400390625}, {"start": 781.35, "end": 781.77, "word": " because", "probability": 0.83837890625}, {"start": 781.77, "end": 782.07, "word": " blah", "probability": 0.7578125}, {"start": 782.07, "end": 782.23, "word": " blah", "probability": 0.9189453125}, {"start": 782.23, "end": 782.39, "word": " blah", "probability": 0.92041015625}, {"start": 782.39, "end": 782.63, "word": " blah", "probability": 0.78759765625}, {"start": 782.63, "end": 783.13, "word": " so", "probability": 0.57275390625}, {"start": 783.13, "end": 783.45, "word": " what", "probability": 0.9287109375}, {"start": 783.45, "end": 783.65, "word": " we", "probability": 0.96484375}, {"start": 783.65, "end": 783.89, "word": " see", "probability": 0.9228515625}, {"start": 783.89, "end": 784.15, "word": " here", "probability": 0.75634765625}, {"start": 784.15, "end": 784.51, "word": " are", "probability": 0.93359375}, {"start": 784.51, "end": 784.91, "word": " good", "probability": 0.912109375}, {"start": 784.91, "end": 785.59, "word": " transitions", "probability": 0.904296875}, {"start": 785.59, "end": 786.01, "word": " that", "probability": 0.93994140625}, {"start": 786.01, "end": 786.49, "word": " help", "probability": 0.89599609375}, {"start": 786.49, "end": 787.69, "word": " arrange", "probability": 0.90869140625}, {"start": 787.69, "end": 788.29, "word": " or", "probability": 0.9326171875}, {"start": 788.29, "end": 788.83, "word": " order", "probability": 0.92529296875}, {"start": 788.83, "end": 789.47, "word": " things", "probability": 0.85888671875}, {"start": 789.47, "end": 790.25, "word": " in", "probability": 0.94970703125}, {"start": 790.25, "end": 790.69, "word": " time", "probability": 0.8828125}, {"start": 790.69, "end": 791.19, "word": " okay", "probability": 0.78857421875}, {"start": 791.19, "end": 791.39, "word": " they", "probability": 0.84912109375}, {"start": 791.39, "end": 791.71, "word": " help", "probability": 0.90283203125}, {"start": 791.71, "end": 791.93, "word": " us", "probability": 0.9306640625}, {"start": 791.93, "end": 792.11, "word": " in", "probability": 0.951171875}, {"start": 792.11, "end": 792.47, "word": " ordering", "probability": 0.91015625}, {"start": 792.47, "end": 793.09, "word": " things", "probability": 0.86376953125}, {"start": 793.09, "end": 793.95, "word": " in", "probability": 0.927734375}, {"start": 793.95, "end": 794.79, "word": " time", "probability": 0.85986328125}, {"start": 794.79, "end": 795.35, "word": " okay", "probability": 0.8525390625}, {"start": 795.35, "end": 795.87, "word": " all", "probability": 0.68408203125}, {"start": 795.87, "end": 796.03, "word": " right", "probability": 0.91357421875}, {"start": 796.03, "end": 796.27, "word": " so", "probability": 0.89892578125}, {"start": 796.27, "end": 796.81, "word": " when", "probability": 0.94091796875}, {"start": 796.81, "end": 796.95, "word": " we", "probability": 0.94775390625}, {"start": 796.95, "end": 797.19, "word": " talk", "probability": 0.900390625}, {"start": 797.19, "end": 797.51, "word": " about", "probability": 0.90380859375}, {"start": 797.51, "end": 798.03, "word": " narrative", "probability": 0.9013671875}, {"start": 798.03, "end": 798.57, "word": " paragraph", "probability": 0.9375}, {"start": 798.57, "end": 799.17, "word": " writing", "probability": 0.9189453125}], "temperature": 1.0}, {"id": 35, "seek": 81649, "start": 803.53, "end": 816.49, "text": " We have the three common elements of a good paragraph writing. We have a topic sentence and this topic sentence generally introduces the experience as I will see in a minute.", "tokens": [492, 362, 264, 1045, 2689, 4959, 295, 257, 665, 18865, 3579, 13, 492, 362, 257, 4829, 8174, 293, 341, 4829, 8174, 5101, 31472, 264, 1752, 382, 286, 486, 536, 294, 257, 3456, 13], "avg_logprob": -0.23069852634387858, "compression_ratio": 1.4344262295081966, "no_speech_prob": 3.5762786865234375e-07, "words": [{"start": 803.53, "end": 804.01, "word": " We", "probability": 0.77294921875}, {"start": 804.01, "end": 804.47, "word": " have", "probability": 0.92578125}, {"start": 804.47, "end": 804.65, "word": " the", "probability": 0.5859375}, {"start": 804.65, "end": 804.89, "word": " three", "probability": 0.75634765625}, {"start": 804.89, "end": 805.23, "word": " common", "probability": 0.8583984375}, {"start": 805.23, "end": 805.59, "word": " elements", "probability": 0.294677734375}, {"start": 805.59, "end": 808.09, "word": " of", "probability": 0.90869140625}, {"start": 808.09, "end": 808.21, "word": " a", "probability": 0.76708984375}, {"start": 808.21, "end": 808.39, "word": " good", "probability": 0.91357421875}, {"start": 808.39, "end": 808.85, "word": " paragraph", "probability": 0.95703125}, {"start": 808.85, "end": 809.77, "word": " writing.", "probability": 0.79296875}, {"start": 809.85, "end": 809.97, "word": " We", "probability": 0.8935546875}, {"start": 809.97, "end": 810.19, "word": " have", "probability": 0.94677734375}, {"start": 810.19, "end": 810.33, "word": " a", "probability": 0.91943359375}, {"start": 810.33, "end": 810.57, "word": " topic", "probability": 0.94580078125}, {"start": 810.57, "end": 811.21, "word": " sentence", "probability": 0.9169921875}, {"start": 811.21, "end": 811.47, "word": " and", "probability": 0.4052734375}, {"start": 811.47, "end": 811.67, "word": " this", "probability": 0.91259765625}, {"start": 811.67, "end": 811.93, "word": " topic", "probability": 0.943359375}, {"start": 811.93, "end": 812.35, "word": " sentence", "probability": 0.96044921875}, {"start": 812.35, "end": 812.83, "word": " generally", "probability": 0.85205078125}, {"start": 812.83, "end": 813.67, "word": " introduces", "probability": 0.8671875}, {"start": 813.67, "end": 813.91, "word": " the", "probability": 0.603515625}, {"start": 813.91, "end": 814.73, "word": " experience", "probability": 0.8837890625}, {"start": 814.73, "end": 815.61, "word": " as", "probability": 0.492431640625}, {"start": 815.61, "end": 815.73, "word": " I", "probability": 0.5234375}, {"start": 815.73, "end": 815.85, "word": " will", "probability": 0.88037109375}, {"start": 815.85, "end": 816.07, "word": " see", "probability": 0.9091796875}, {"start": 816.07, "end": 816.19, "word": " in", "probability": 0.93701171875}, {"start": 816.19, "end": 816.25, "word": " a", "probability": 0.99169921875}, {"start": 816.25, "end": 816.49, "word": " minute.", "probability": 0.931640625}], "temperature": 1.0}, {"id": 36, "seek": 84350, "start": 817.22, "end": 843.5, "text": " then we have the body sentences or the supporting sentences, and then we have, they give us details of what happened, okay? And then we have the concluding sentence. It just gives a reflection of the writer, a writer's reflection or thoughts on the whole experience he or she is narrating. Let's see this example. For example, a UFO sighting. What is a UFO?", "tokens": [550, 321, 362, 264, 1772, 16579, 420, 264, 7231, 16579, 11, 293, 550, 321, 362, 11, 436, 976, 505, 4365, 295, 437, 2011, 11, 1392, 30, 400, 550, 321, 362, 264, 9312, 278, 8174, 13, 467, 445, 2709, 257, 12914, 295, 264, 9936, 11, 257, 9936, 311, 12914, 420, 4598, 322, 264, 1379, 1752, 415, 420, 750, 307, 6397, 990, 13, 961, 311, 536, 341, 1365, 13, 1171, 1365, 11, 257, 28318, 7860, 278, 13, 708, 307, 257, 28318, 30], "avg_logprob": -0.16782407407407407, "compression_ratio": 1.6966824644549763, "no_speech_prob": 0.0, "words": [{"start": 817.22, "end": 817.54, "word": " then", "probability": 0.4287109375}, {"start": 817.54, "end": 817.72, "word": " we", "probability": 0.56640625}, {"start": 817.72, "end": 817.94, "word": " have", "probability": 0.93115234375}, {"start": 817.94, "end": 818.08, "word": " the", "probability": 0.85595703125}, {"start": 818.08, "end": 818.28, "word": " body", "probability": 0.548828125}, {"start": 818.28, "end": 818.82, "word": " sentences", "probability": 0.9306640625}, {"start": 818.82, "end": 819.24, "word": " or", "probability": 0.85498046875}, {"start": 819.24, "end": 819.46, "word": " the", "probability": 0.81982421875}, {"start": 819.46, "end": 819.94, "word": " supporting", "probability": 0.90185546875}, {"start": 819.94, "end": 820.56, "word": " sentences,", "probability": 0.93798828125}, {"start": 820.8, "end": 820.86, "word": " and", "probability": 0.84326171875}, {"start": 820.86, "end": 821.06, "word": " then", "probability": 0.84228515625}, {"start": 821.06, "end": 821.24, "word": " we", "probability": 0.8994140625}, {"start": 821.24, "end": 821.72, "word": " have,", "probability": 0.94287109375}, {"start": 822.08, "end": 822.18, "word": " they", "probability": 0.7119140625}, {"start": 822.18, "end": 822.42, "word": " give", "probability": 0.85595703125}, {"start": 822.42, "end": 822.6, "word": " us", "probability": 0.94384765625}, {"start": 822.6, "end": 823.2, "word": " details", "probability": 0.61083984375}, {"start": 823.2, "end": 823.88, "word": " of", "probability": 0.86962890625}, {"start": 823.88, "end": 824.08, "word": " what", "probability": 0.9453125}, {"start": 824.08, "end": 824.64, "word": " happened,", "probability": 0.837890625}, {"start": 824.84, "end": 825.16, "word": " okay?", "probability": 0.82470703125}, {"start": 825.6, "end": 825.76, "word": " And", "probability": 0.93408203125}, {"start": 825.76, "end": 825.92, "word": " then", "probability": 0.83544921875}, {"start": 825.92, "end": 826.1, "word": " we", "probability": 0.888671875}, {"start": 826.1, "end": 826.32, "word": " have", "probability": 0.93310546875}, {"start": 826.32, "end": 826.46, "word": " the", "probability": 0.87841796875}, {"start": 826.46, "end": 827.08, "word": " concluding", "probability": 0.966796875}, {"start": 827.08, "end": 827.64, "word": " sentence.", "probability": 0.9072265625}, {"start": 827.82, "end": 828.04, "word": " It", "probability": 0.96044921875}, {"start": 828.04, "end": 828.5, "word": " just", "probability": 0.91455078125}, {"start": 828.5, "end": 828.9, "word": " gives", "probability": 0.90576171875}, {"start": 828.9, "end": 829.4, "word": " a", "probability": 0.9833984375}, {"start": 829.4, "end": 829.98, "word": " reflection", "probability": 0.9091796875}, {"start": 829.98, "end": 830.44, "word": " of", "probability": 0.9521484375}, {"start": 830.44, "end": 830.6, "word": " the", "probability": 0.91162109375}, {"start": 830.6, "end": 830.9, "word": " writer,", "probability": 0.9140625}, {"start": 831.02, "end": 831.1, "word": " a", "probability": 0.67236328125}, {"start": 831.1, "end": 831.52, "word": " writer's", "probability": 0.935302734375}, {"start": 831.52, "end": 832.08, "word": " reflection", "probability": 0.8828125}, {"start": 832.08, "end": 832.36, "word": " or", "probability": 0.8740234375}, {"start": 832.36, "end": 832.76, "word": " thoughts", "probability": 0.77783203125}, {"start": 832.76, "end": 833.08, "word": " on", "probability": 0.8359375}, {"start": 833.08, "end": 833.7, "word": " the", "probability": 0.86376953125}, {"start": 833.7, "end": 833.98, "word": " whole", "probability": 0.9033203125}, {"start": 833.98, "end": 834.72, "word": " experience", "probability": 0.90087890625}, {"start": 834.72, "end": 835.02, "word": " he", "probability": 0.92724609375}, {"start": 835.02, "end": 835.28, "word": " or", "probability": 0.9677734375}, {"start": 835.28, "end": 835.54, "word": " she", "probability": 0.923828125}, {"start": 835.54, "end": 835.96, "word": " is", "probability": 0.9462890625}, {"start": 835.96, "end": 837.12, "word": " narrating.", "probability": 0.968994140625}, {"start": 837.22, "end": 837.42, "word": " Let's", "probability": 0.973876953125}, {"start": 837.42, "end": 837.54, "word": " see", "probability": 0.919921875}, {"start": 837.54, "end": 837.74, "word": " this", "probability": 0.9404296875}, {"start": 837.74, "end": 838.26, "word": " example.", "probability": 0.9814453125}, {"start": 838.52, "end": 838.66, "word": " For", "probability": 0.94775390625}, {"start": 838.66, "end": 839.16, "word": " example,", "probability": 0.974609375}, {"start": 840.74, "end": 840.9, "word": " a", "probability": 0.9013671875}, {"start": 840.9, "end": 841.52, "word": " UFO", "probability": 0.970703125}, {"start": 841.52, "end": 842.6, "word": " sighting.", "probability": 0.930419921875}, {"start": 842.78, "end": 842.98, "word": " What", "probability": 0.88134765625}, {"start": 842.98, "end": 843.12, "word": " is", "probability": 0.94091796875}, {"start": 843.12, "end": 843.26, "word": " a", "probability": 0.974609375}, {"start": 843.26, "end": 843.5, "word": " UFO?", "probability": 0.96923828125}], "temperature": 1.0}, {"id": 37, "seek": 86902, "start": 845.96, "end": 869.02, "text": " Unidentified flying objects. So a UFO sighting means seeing an unidentified flying object. Let's just quickly read this paragraph and see how the narrator here, the writer, tells a story about a sighting that he or she had.", "tokens": [1156, 40613, 7137, 6565, 13, 407, 257, 28318, 7860, 278, 1355, 2577, 364, 517, 40613, 7137, 2657, 13, 961, 311, 445, 2661, 1401, 341, 18865, 293, 536, 577, 264, 32646, 510, 11, 264, 9936, 11, 5112, 257, 1657, 466, 257, 7860, 278, 300, 415, 420, 750, 632, 13], "avg_logprob": -0.22337372448979592, "compression_ratio": 1.4736842105263157, "no_speech_prob": 0.0, "words": [{"start": 845.9599999999999, "end": 846.8, "word": " Unidentified", "probability": 0.511077880859375}, {"start": 846.8, "end": 847.56, "word": " flying", "probability": 0.75439453125}, {"start": 847.56, "end": 848.22, "word": " objects.", "probability": 0.91552734375}, {"start": 850.14, "end": 850.44, "word": " So", "probability": 0.1893310546875}, {"start": 850.44, "end": 851.2, "word": " a", "probability": 0.58447265625}, {"start": 851.2, "end": 851.92, "word": " UFO", "probability": 0.97314453125}, {"start": 851.92, "end": 853.22, "word": " sighting", "probability": 0.96533203125}, {"start": 853.22, "end": 853.68, "word": " means", "probability": 0.92041015625}, {"start": 853.68, "end": 854.66, "word": " seeing", "probability": 0.89794921875}, {"start": 854.66, "end": 855.94, "word": " an", "probability": 0.56689453125}, {"start": 855.94, "end": 856.76, "word": " unidentified", "probability": 0.93701171875}, {"start": 856.76, "end": 857.64, "word": " flying", "probability": 0.88818359375}, {"start": 857.64, "end": 858.44, "word": " object.", "probability": 0.958984375}, {"start": 858.54, "end": 858.72, "word": " Let's", "probability": 0.90771484375}, {"start": 858.72, "end": 858.96, "word": " just", "probability": 0.87255859375}, {"start": 858.96, "end": 859.38, "word": " quickly", "probability": 0.859375}, {"start": 859.38, "end": 859.68, "word": " read", "probability": 0.97021484375}, {"start": 859.68, "end": 859.9, "word": " this", "probability": 0.9453125}, {"start": 859.9, "end": 860.3, "word": " paragraph", "probability": 0.9619140625}, {"start": 860.3, "end": 861.22, "word": " and", "probability": 0.77392578125}, {"start": 861.22, "end": 861.46, "word": " see", "probability": 0.92724609375}, {"start": 861.46, "end": 861.8, "word": " how", "probability": 0.93505859375}, {"start": 861.8, "end": 862.0, "word": " the", "probability": 0.90625}, {"start": 862.0, "end": 862.54, "word": " narrator", "probability": 0.94580078125}, {"start": 862.54, "end": 862.82, "word": " here,", "probability": 0.72119140625}, {"start": 862.9, "end": 863.04, "word": " the", "probability": 0.9189453125}, {"start": 863.04, "end": 863.52, "word": " writer,", "probability": 0.896484375}, {"start": 863.96, "end": 864.26, "word": " tells", "probability": 0.89453125}, {"start": 864.26, "end": 864.54, "word": " a", "probability": 0.94482421875}, {"start": 864.54, "end": 864.92, "word": " story", "probability": 0.9384765625}, {"start": 864.92, "end": 865.44, "word": " about", "probability": 0.91455078125}, {"start": 865.44, "end": 866.16, "word": " a", "probability": 0.77978515625}, {"start": 866.16, "end": 866.7, "word": " sighting", "probability": 0.94482421875}, {"start": 866.7, "end": 867.06, "word": " that", "probability": 0.92138671875}, {"start": 867.06, "end": 867.28, "word": " he", "probability": 0.9462890625}, {"start": 867.28, "end": 867.52, "word": " or", "probability": 0.9677734375}, {"start": 867.52, "end": 867.8, "word": " she", "probability": 0.92138671875}, {"start": 867.8, "end": 869.02, "word": " had.", "probability": 0.8994140625}], "temperature": 1.0}, {"id": 38, "seek": 90098, "start": 890.78, "end": 900.98, "text": " And notice the transitions and the sequence of events and how the writer weaves in different events in a cohesive way.", "tokens": [400, 3449, 264, 23767, 293, 264, 8310, 295, 3931, 293, 577, 264, 9936, 321, 5423, 294, 819, 3931, 294, 257, 43025, 636, 13], "avg_logprob": -0.2753906200329463, "compression_ratio": 1.2934782608695652, "no_speech_prob": 0.0, "words": [{"start": 890.78, "end": 891.1, "word": " And", "probability": 0.638671875}, {"start": 891.1, "end": 891.48, "word": " notice", "probability": 0.8955078125}, {"start": 891.48, "end": 891.66, "word": " the", "probability": 0.60205078125}, {"start": 891.66, "end": 892.3, "word": " transitions", "probability": 0.712890625}, {"start": 892.3, "end": 892.56, "word": " and", "probability": 0.6591796875}, {"start": 892.56, "end": 892.72, "word": " the", "probability": 0.419921875}, {"start": 892.72, "end": 893.24, "word": " sequence", "probability": 0.9365234375}, {"start": 893.24, "end": 893.6, "word": " of", "probability": 0.96435546875}, {"start": 893.6, "end": 894.04, "word": " events", "probability": 0.89697265625}, {"start": 894.04, "end": 894.26, "word": " and", "probability": 0.65234375}, {"start": 894.26, "end": 894.52, "word": " how", "probability": 0.92236328125}, {"start": 894.52, "end": 894.86, "word": " the", "probability": 0.7041015625}, {"start": 894.86, "end": 895.82, "word": " writer", "probability": 0.7353515625}, {"start": 895.82, "end": 896.34, "word": " weaves", "probability": 0.809814453125}, {"start": 896.34, "end": 896.7, "word": " in", "probability": 0.376953125}, {"start": 896.7, "end": 897.22, "word": " different", "probability": 0.5625}, {"start": 897.22, "end": 899.02, "word": " events", "probability": 0.921875}, {"start": 899.02, "end": 899.96, "word": " in", "probability": 0.923828125}, {"start": 899.96, "end": 900.18, "word": " a", "probability": 0.93994140625}, {"start": 900.18, "end": 900.6, "word": " cohesive", "probability": 0.96435546875}, {"start": 900.6, "end": 900.98, "word": " way.", "probability": 0.9599609375}], "temperature": 1.0}, {"id": 39, "seek": 92143, "start": 920.95, "end": 921.43, "text": " Thank you so much.", "tokens": [1044, 291, 370, 709, 13], "avg_logprob": -0.9635416666666666, "compression_ratio": 0.7037037037037037, "no_speech_prob": 0.002681732177734375, "words": [{"start": 920.95, "end": 921.07, "word": " Thank", "probability": 0.0289154052734375}, {"start": 921.07, "end": 921.07, "word": " you", "probability": 0.86572265625}, {"start": 921.07, "end": 921.17, "word": " so", "probability": 0.170166015625}, {"start": 921.17, "end": 921.43, "word": " much.", "probability": 0.92529296875}], "temperature": 1.0}, {"id": 40, "seek": 97665, "start": 960.51, "end": 976.65, "text": " Alright, let's see. Okay, as we can see this is a good model for a paragraph or for a narrative writing. What is the topic sentence? The first one, okay. I never believed in aliens before one night last year. What is aliens by the way?", "tokens": [2798, 11, 718, 311, 536, 13, 1033, 11, 382, 321, 393, 536, 341, 307, 257, 665, 2316, 337, 257, 18865, 420, 337, 257, 9977, 3579, 13, 708, 307, 264, 4829, 8174, 30, 440, 700, 472, 11, 1392, 13, 286, 1128, 7847, 294, 21594, 949, 472, 1818, 1036, 1064, 13, 708, 307, 21594, 538, 264, 636, 30], "avg_logprob": -0.25918310985230564, "compression_ratio": 1.4390243902439024, "no_speech_prob": 4.172325134277344e-07, "words": [{"start": 960.51, "end": 961.03, "word": " Alright,", "probability": 0.50732421875}, {"start": 961.49, "end": 961.75, "word": " let's", "probability": 0.9404296875}, {"start": 961.75, "end": 961.99, "word": " see.", "probability": 0.93115234375}, {"start": 962.25, "end": 962.49, "word": " Okay,", "probability": 0.370849609375}, {"start": 962.95, "end": 963.29, "word": " as", "probability": 0.92236328125}, {"start": 963.29, "end": 963.47, "word": " we", "probability": 0.5595703125}, {"start": 963.47, "end": 963.65, "word": " can", "probability": 0.9482421875}, {"start": 963.65, "end": 963.83, "word": " see", "probability": 0.93017578125}, {"start": 963.83, "end": 964.01, "word": " this", "probability": 0.56201171875}, {"start": 964.01, "end": 964.13, "word": " is", "probability": 0.94140625}, {"start": 964.13, "end": 964.27, "word": " a", "probability": 0.98876953125}, {"start": 964.27, "end": 964.49, "word": " good", "probability": 0.92578125}, {"start": 964.49, "end": 964.93, "word": " model", "probability": 0.93994140625}, {"start": 964.93, "end": 965.63, "word": " for", "probability": 0.95166015625}, {"start": 965.63, "end": 965.97, "word": " a", "probability": 0.393310546875}, {"start": 965.97, "end": 966.35, "word": " paragraph", "probability": 0.9541015625}, {"start": 966.35, "end": 966.63, "word": " or", "probability": 0.7919921875}, {"start": 966.63, "end": 966.83, "word": " for", "probability": 0.794921875}, {"start": 966.83, "end": 966.95, "word": " a", "probability": 0.95556640625}, {"start": 966.95, "end": 967.35, "word": " narrative", "probability": 0.90771484375}, {"start": 967.35, "end": 967.95, "word": " writing.", "probability": 0.63525390625}, {"start": 968.11, "end": 968.17, "word": " What", "probability": 0.595703125}, {"start": 968.17, "end": 968.27, "word": " is", "probability": 0.8984375}, {"start": 968.27, "end": 968.39, "word": " the", "probability": 0.91162109375}, {"start": 968.39, "end": 968.61, "word": " topic", "probability": 0.96044921875}, {"start": 968.61, "end": 969.09, "word": " sentence?", "probability": 0.8935546875}, {"start": 969.65, "end": 969.93, "word": " The", "probability": 0.81494140625}, {"start": 969.93, "end": 970.45, "word": " first", "probability": 0.89794921875}, {"start": 970.45, "end": 970.75, "word": " one,", "probability": 0.935546875}, {"start": 970.93, "end": 971.17, "word": " okay.", "probability": 0.8349609375}, {"start": 971.49, "end": 971.59, "word": " I", "probability": 0.77685546875}, {"start": 971.59, "end": 971.93, "word": " never", "probability": 0.92431640625}, {"start": 971.93, "end": 972.45, "word": " believed", "probability": 0.83447265625}, {"start": 972.45, "end": 972.67, "word": " in", "probability": 0.94091796875}, {"start": 972.67, "end": 973.19, "word": " aliens", "probability": 0.8916015625}, {"start": 973.19, "end": 973.69, "word": " before", "probability": 0.88134765625}, {"start": 973.69, "end": 974.03, "word": " one", "probability": 0.4755859375}, {"start": 974.03, "end": 974.51, "word": " night", "probability": 0.74951171875}, {"start": 974.51, "end": 975.23, "word": " last", "probability": 0.274169921875}, {"start": 975.23, "end": 975.35, "word": " year.", "probability": 0.68798828125}, {"start": 975.49, "end": 975.63, "word": " What", "probability": 0.8837890625}, {"start": 975.63, "end": 975.75, "word": " is", "probability": 0.91943359375}, {"start": 975.75, "end": 976.05, "word": " aliens", "probability": 0.8349609375}, {"start": 976.05, "end": 976.31, "word": " by", "probability": 0.7216796875}, {"start": 976.31, "end": 976.41, "word": " the", "probability": 0.92431640625}, {"start": 976.41, "end": 976.65, "word": " way?", "probability": 0.955078125}], "temperature": 1.0}, {"id": 41, "seek": 100677, "start": 977.13, "end": 1006.77, "text": " What is an alien? A strange unknown sort of a creature that is coming from outer space, okay? This is generally the meaning of an alien. I never believed in aliens before one night last year. It was a dark, a cold, dark winter evening and I was walking home from a friend's house. I stopped to tie my shoe. When I looked up again, I saw a round object coming towards", "tokens": [708, 307, 364, 12319, 30, 316, 5861, 9841, 1333, 295, 257, 12797, 300, 307, 1348, 490, 10847, 1901, 11, 1392, 30, 639, 307, 5101, 264, 3620, 295, 364, 12319, 13, 286, 1128, 7847, 294, 21594, 949, 472, 1818, 1036, 1064, 13, 467, 390, 257, 2877, 11, 257, 3554, 11, 2877, 6355, 5634, 293, 286, 390, 4494, 1280, 490, 257, 1277, 311, 1782, 13, 286, 5936, 281, 7582, 452, 12796, 13, 1133, 286, 2956, 493, 797, 11, 286, 1866, 257, 3098, 2657, 1348, 3030], "avg_logprob": -0.19512649359447615, "compression_ratio": 1.5683760683760684, "no_speech_prob": 7.152557373046875e-06, "words": [{"start": 977.13, "end": 977.59, "word": " What", "probability": 0.463134765625}, {"start": 977.59, "end": 977.75, "word": " is", "probability": 0.93310546875}, {"start": 977.75, "end": 977.95, "word": " an", "probability": 0.92431640625}, {"start": 977.95, "end": 978.21, "word": " alien?", "probability": 0.85400390625}, {"start": 978.51, "end": 979.17, "word": " A", "probability": 0.6943359375}, {"start": 979.17, "end": 979.77, "word": " strange", "probability": 0.7998046875}, {"start": 979.77, "end": 980.43, "word": " unknown", "probability": 0.52783203125}, {"start": 980.43, "end": 980.73, "word": " sort", "probability": 0.6201171875}, {"start": 980.73, "end": 980.97, "word": " of", "probability": 0.96875}, {"start": 980.97, "end": 981.71, "word": " a", "probability": 0.64306640625}, {"start": 981.71, "end": 982.09, "word": " creature", "probability": 0.9306640625}, {"start": 982.09, "end": 982.37, "word": " that", "probability": 0.91259765625}, {"start": 982.37, "end": 982.51, "word": " is", "probability": 0.9052734375}, {"start": 982.51, "end": 982.79, "word": " coming", "probability": 0.90234375}, {"start": 982.79, "end": 983.23, "word": " from", "probability": 0.89501953125}, {"start": 983.23, "end": 983.83, "word": " outer", "probability": 0.826171875}, {"start": 983.83, "end": 984.39, "word": " space,", "probability": 0.91015625}, {"start": 984.49, "end": 984.93, "word": " okay?", "probability": 0.79296875}, {"start": 985.19, "end": 985.39, "word": " This", "probability": 0.86669921875}, {"start": 985.39, "end": 985.51, "word": " is", "probability": 0.95458984375}, {"start": 985.51, "end": 985.91, "word": " generally", "probability": 0.90576171875}, {"start": 985.91, "end": 986.17, "word": " the", "probability": 0.916015625}, {"start": 986.17, "end": 986.51, "word": " meaning", "probability": 0.86572265625}, {"start": 986.51, "end": 986.85, "word": " of", "probability": 0.96728515625}, {"start": 986.85, "end": 987.11, "word": " an", "probability": 0.94091796875}, {"start": 987.11, "end": 987.45, "word": " alien.", "probability": 0.89697265625}, {"start": 987.67, "end": 987.71, "word": " I", "probability": 0.97412109375}, {"start": 987.71, "end": 987.97, "word": " never", "probability": 0.83544921875}, {"start": 987.97, "end": 988.33, "word": " believed", "probability": 0.7822265625}, {"start": 988.33, "end": 988.47, "word": " in", "probability": 0.9365234375}, {"start": 988.47, "end": 988.75, "word": " aliens", "probability": 0.82275390625}, {"start": 988.75, "end": 989.15, "word": " before", "probability": 0.85302734375}, {"start": 989.15, "end": 989.39, "word": " one", "probability": 0.85302734375}, {"start": 989.39, "end": 989.83, "word": " night", "probability": 0.8662109375}, {"start": 989.83, "end": 990.83, "word": " last", "probability": 0.6806640625}, {"start": 990.83, "end": 991.09, "word": " year.", "probability": 0.935546875}, {"start": 991.27, "end": 991.75, "word": " It", "probability": 0.94482421875}, {"start": 991.75, "end": 992.27, "word": " was", "probability": 0.95751953125}, {"start": 992.27, "end": 992.55, "word": " a", "probability": 0.7880859375}, {"start": 992.55, "end": 993.03, "word": " dark,", "probability": 0.6728515625}, {"start": 993.65, "end": 993.91, "word": " a", "probability": 0.822265625}, {"start": 993.91, "end": 994.29, "word": " cold,", "probability": 0.8134765625}, {"start": 994.45, "end": 994.73, "word": " dark", "probability": 0.896484375}, {"start": 994.73, "end": 995.15, "word": " winter", "probability": 0.8603515625}, {"start": 995.15, "end": 995.61, "word": " evening", "probability": 0.93017578125}, {"start": 995.61, "end": 995.83, "word": " and", "probability": 0.7177734375}, {"start": 995.83, "end": 995.95, "word": " I", "probability": 0.998046875}, {"start": 995.95, "end": 996.15, "word": " was", "probability": 0.953125}, {"start": 996.15, "end": 996.61, "word": " walking", "probability": 0.87890625}, {"start": 996.61, "end": 997.07, "word": " home", "probability": 0.86865234375}, {"start": 997.07, "end": 997.35, "word": " from", "probability": 0.89599609375}, {"start": 997.35, "end": 997.53, "word": " a", "probability": 0.96923828125}, {"start": 997.53, "end": 998.01, "word": " friend's", "probability": 0.81201171875}, {"start": 998.01, "end": 999.19, "word": " house.", "probability": 0.875}, {"start": 999.57, "end": 999.81, "word": " I", "probability": 0.986328125}, {"start": 999.81, "end": 1000.15, "word": " stopped", "probability": 0.63720703125}, {"start": 1000.15, "end": 1000.37, "word": " to", "probability": 0.97314453125}, {"start": 1000.37, "end": 1000.55, "word": " tie", "probability": 0.93603515625}, {"start": 1000.55, "end": 1000.83, "word": " my", "probability": 0.97216796875}, {"start": 1000.83, "end": 1001.19, "word": " shoe.", "probability": 0.81640625}, {"start": 1001.77, "end": 1002.01, "word": " When", "probability": 0.88623046875}, {"start": 1002.01, "end": 1002.19, "word": " I", "probability": 0.9990234375}, {"start": 1002.19, "end": 1002.45, "word": " looked", "probability": 0.875}, {"start": 1002.45, "end": 1002.73, "word": " up", "probability": 0.96484375}, {"start": 1002.73, "end": 1003.15, "word": " again,", "probability": 0.95263671875}, {"start": 1003.57, "end": 1003.89, "word": " I", "probability": 0.9990234375}, {"start": 1003.89, "end": 1004.39, "word": " saw", "probability": 0.90234375}, {"start": 1004.39, "end": 1004.79, "word": " a", "probability": 0.939453125}, {"start": 1004.79, "end": 1005.25, "word": " round", "probability": 0.9130859375}, {"start": 1005.25, "end": 1005.75, "word": " object", "probability": 0.974609375}, {"start": 1005.75, "end": 1006.23, "word": " coming", "probability": 0.90185546875}, {"start": 1006.23, "end": 1006.77, "word": " towards", "probability": 0.720703125}], "temperature": 1.0}, {"id": 42, "seek": 102457, "start": 1007.85, "end": 1024.57, "text": " It was very large and shiny. I couldn't believe what I was seeing. Before I could shout or run, the object suddenly moved and then disappeared. After the object disappeared, I ran all the way home and called my best friend.", "tokens": [467, 390, 588, 2416, 293, 16997, 13, 286, 2809, 380, 1697, 437, 286, 390, 2577, 13, 4546, 286, 727, 8043, 420, 1190, 11, 264, 2657, 5800, 4259, 293, 550, 13954, 13, 2381, 264, 2657, 13954, 11, 286, 5872, 439, 264, 636, 1280, 293, 1219, 452, 1151, 1277, 13], "avg_logprob": -0.1876594436411955, "compression_ratio": 1.4834437086092715, "no_speech_prob": 3.933906555175781e-06, "words": [{"start": 1007.8499999999999, "end": 1008.4499999999999, "word": " It", "probability": 0.2222900390625}, {"start": 1008.4499999999999, "end": 1009.05, "word": " was", "probability": 0.93896484375}, {"start": 1009.05, "end": 1009.31, "word": " very", "probability": 0.810546875}, {"start": 1009.31, "end": 1009.71, "word": " large", "probability": 0.93798828125}, {"start": 1009.71, "end": 1009.95, "word": " and", "probability": 0.93994140625}, {"start": 1009.95, "end": 1010.45, "word": " shiny.", "probability": 0.87841796875}, {"start": 1011.09, "end": 1011.69, "word": " I", "probability": 0.448974609375}, {"start": 1011.69, "end": 1012.05, "word": " couldn't", "probability": 0.84912109375}, {"start": 1012.05, "end": 1012.41, "word": " believe", "probability": 0.865234375}, {"start": 1012.41, "end": 1012.61, "word": " what", "probability": 0.93017578125}, {"start": 1012.61, "end": 1012.77, "word": " I", "probability": 0.98779296875}, {"start": 1012.77, "end": 1012.95, "word": " was", "probability": 0.89892578125}, {"start": 1012.95, "end": 1013.27, "word": " seeing.", "probability": 0.947265625}, {"start": 1013.37, "end": 1013.63, "word": " Before", "probability": 0.82470703125}, {"start": 1013.63, "end": 1013.79, "word": " I", "probability": 0.9853515625}, {"start": 1013.79, "end": 1013.97, "word": " could", "probability": 0.84423828125}, {"start": 1013.97, "end": 1014.43, "word": " shout", "probability": 0.853515625}, {"start": 1014.43, "end": 1015.31, "word": " or", "probability": 0.9091796875}, {"start": 1015.31, "end": 1015.65, "word": " run,", "probability": 0.80029296875}, {"start": 1016.21, "end": 1016.37, "word": " the", "probability": 0.90576171875}, {"start": 1016.37, "end": 1016.67, "word": " object", "probability": 0.9462890625}, {"start": 1016.67, "end": 1017.09, "word": " suddenly", "probability": 0.8603515625}, {"start": 1017.09, "end": 1017.57, "word": " moved", "probability": 0.79736328125}, {"start": 1017.57, "end": 1017.83, "word": " and", "probability": 0.8935546875}, {"start": 1017.83, "end": 1018.19, "word": " then", "probability": 0.7705078125}, {"start": 1018.19, "end": 1019.43, "word": " disappeared.", "probability": 0.6083984375}, {"start": 1019.95, "end": 1020.31, "word": " After", "probability": 0.87109375}, {"start": 1020.31, "end": 1020.53, "word": " the", "probability": 0.88330078125}, {"start": 1020.53, "end": 1020.91, "word": " object", "probability": 0.97314453125}, {"start": 1020.91, "end": 1021.67, "word": " disappeared,", "probability": 0.78466796875}, {"start": 1021.97, "end": 1022.15, "word": " I", "probability": 0.99755859375}, {"start": 1022.15, "end": 1022.35, "word": " ran", "probability": 0.927734375}, {"start": 1022.35, "end": 1022.59, "word": " all", "probability": 0.9306640625}, {"start": 1022.59, "end": 1022.71, "word": " the", "probability": 0.916015625}, {"start": 1022.71, "end": 1022.87, "word": " way", "probability": 0.95166015625}, {"start": 1022.87, "end": 1023.09, "word": " home", "probability": 0.8740234375}, {"start": 1023.09, "end": 1023.29, "word": " and", "probability": 0.92333984375}, {"start": 1023.29, "end": 1023.53, "word": " called", "probability": 0.87451171875}, {"start": 1023.53, "end": 1023.75, "word": " my", "probability": 0.96533203125}, {"start": 1023.75, "end": 1024.11, "word": " best", "probability": 0.90478515625}, {"start": 1024.11, "end": 1024.57, "word": " friend.", "probability": 0.78271484375}], "temperature": 1.0}, {"id": 43, "seek": 104581, "start": 1025.57, "end": 1045.81, "text": " When she picked up the phone, I couldn't say anything. I knew she would think I was crazy. I never told anyone about my UFO sighting. So this is a very short story, a short narrative, a short paragraph, narrative paragraph that tells us what happened. What do you think is the function of the second sentence?", "tokens": [1133, 750, 6183, 493, 264, 2593, 11, 286, 2809, 380, 584, 1340, 13, 286, 2586, 750, 576, 519, 286, 390, 3219, 13, 286, 1128, 1907, 2878, 466, 452, 28318, 7860, 278, 13, 407, 341, 307, 257, 588, 2099, 1657, 11, 257, 2099, 9977, 11, 257, 2099, 18865, 11, 9977, 18865, 300, 5112, 505, 437, 2011, 13, 708, 360, 291, 519, 307, 264, 2445, 295, 264, 1150, 8174, 30], "avg_logprob": -0.16100543046343155, "compression_ratio": 1.55, "no_speech_prob": 4.76837158203125e-07, "words": [{"start": 1025.5700000000002, "end": 1026.13, "word": " When", "probability": 0.640625}, {"start": 1026.13, "end": 1026.39, "word": " she", "probability": 0.91650390625}, {"start": 1026.39, "end": 1026.65, "word": " picked", "probability": 0.80712890625}, {"start": 1026.65, "end": 1026.83, "word": " up", "probability": 0.97216796875}, {"start": 1026.83, "end": 1026.99, "word": " the", "probability": 0.9248046875}, {"start": 1026.99, "end": 1027.21, "word": " phone,", "probability": 0.951171875}, {"start": 1027.31, "end": 1027.43, "word": " I", "probability": 0.99365234375}, {"start": 1027.43, "end": 1027.93, "word": " couldn't", "probability": 0.866455078125}, {"start": 1027.93, "end": 1028.21, "word": " say", "probability": 0.951171875}, {"start": 1028.21, "end": 1028.69, "word": " anything.", "probability": 0.87060546875}, {"start": 1028.89, "end": 1028.97, "word": " I", "probability": 0.98046875}, {"start": 1028.97, "end": 1029.17, "word": " knew", "probability": 0.78369140625}, {"start": 1029.17, "end": 1029.39, "word": " she", "probability": 0.888671875}, {"start": 1029.39, "end": 1029.67, "word": " would", "probability": 0.79345703125}, {"start": 1029.67, "end": 1030.05, "word": " think", "probability": 0.92529296875}, {"start": 1030.05, "end": 1030.23, "word": " I", "probability": 0.9482421875}, {"start": 1030.23, "end": 1030.55, "word": " was", "probability": 0.95703125}, {"start": 1030.55, "end": 1031.15, "word": " crazy.", "probability": 0.64453125}, {"start": 1032.43, "end": 1032.51, "word": " I", "probability": 0.90283203125}, {"start": 1032.51, "end": 1032.81, "word": " never", "probability": 0.896484375}, {"start": 1032.81, "end": 1033.17, "word": " told", "probability": 0.95654296875}, {"start": 1033.17, "end": 1033.45, "word": " anyone", "probability": 0.91796875}, {"start": 1033.45, "end": 1034.25, "word": " about", "probability": 0.8955078125}, {"start": 1034.25, "end": 1034.59, "word": " my", "probability": 0.9619140625}, {"start": 1034.59, "end": 1035.25, "word": " UFO", "probability": 0.95849609375}, {"start": 1035.25, "end": 1036.25, "word": " sighting.", "probability": 0.7998046875}, {"start": 1036.37, "end": 1036.41, "word": " So", "probability": 0.8310546875}, {"start": 1036.41, "end": 1036.61, "word": " this", "probability": 0.75048828125}, {"start": 1036.61, "end": 1036.73, "word": " is", "probability": 0.93115234375}, {"start": 1036.73, "end": 1036.85, "word": " a", "probability": 0.62548828125}, {"start": 1036.85, "end": 1036.97, "word": " very", "probability": 0.3134765625}, {"start": 1036.97, "end": 1037.39, "word": " short", "probability": 0.943359375}, {"start": 1037.39, "end": 1037.79, "word": " story,", "probability": 0.92822265625}, {"start": 1037.91, "end": 1037.99, "word": " a", "probability": 0.80712890625}, {"start": 1037.99, "end": 1038.25, "word": " short", "probability": 0.9599609375}, {"start": 1038.25, "end": 1038.67, "word": " narrative,", "probability": 0.8798828125}, {"start": 1039.17, "end": 1039.37, "word": " a", "probability": 0.9775390625}, {"start": 1039.37, "end": 1039.63, "word": " short", "probability": 0.95361328125}, {"start": 1039.63, "end": 1040.27, "word": " paragraph,", "probability": 0.9482421875}, {"start": 1040.41, "end": 1040.75, "word": " narrative", "probability": 0.8173828125}, {"start": 1040.75, "end": 1041.19, "word": " paragraph", "probability": 0.765625}, {"start": 1041.19, "end": 1041.65, "word": " that", "probability": 0.72607421875}, {"start": 1041.65, "end": 1042.03, "word": " tells", "probability": 0.802734375}, {"start": 1042.03, "end": 1042.35, "word": " us", "probability": 0.93896484375}, {"start": 1042.35, "end": 1042.65, "word": " what", "probability": 0.93994140625}, {"start": 1042.65, "end": 1043.13, "word": " happened.", "probability": 0.8173828125}, {"start": 1043.55, "end": 1043.69, "word": " What", "probability": 0.87939453125}, {"start": 1043.69, "end": 1043.85, "word": " do", "probability": 0.9462890625}, {"start": 1043.85, "end": 1043.85, "word": " you", "probability": 0.96435546875}, {"start": 1043.85, "end": 1044.03, "word": " think", "probability": 0.91650390625}, {"start": 1044.03, "end": 1044.15, "word": " is", "probability": 0.93359375}, {"start": 1044.15, "end": 1044.31, "word": " the", "probability": 0.91748046875}, {"start": 1044.31, "end": 1044.61, "word": " function", "probability": 0.95556640625}, {"start": 1044.61, "end": 1044.85, "word": " of", "probability": 0.96630859375}, {"start": 1044.85, "end": 1045.01, "word": " the", "probability": 0.91015625}, {"start": 1045.01, "end": 1045.33, "word": " second", "probability": 0.89404296875}, {"start": 1045.33, "end": 1045.81, "word": " sentence?", "probability": 0.9248046875}], "temperature": 1.0}, {"id": 44, "seek": 106830, "start": 1047.26, "end": 1068.3, "text": " It was a cold, dark winter evening and I was walking home from a friend's house. What is the function of that? This is something that describes the place and the time. Something that you will study, it always gives us something called the setting. That is to say the time and", "tokens": [467, 390, 257, 3554, 11, 2877, 6355, 5634, 293, 286, 390, 4494, 1280, 490, 257, 1277, 311, 1782, 13, 708, 307, 264, 2445, 295, 300, 30, 639, 307, 746, 300, 15626, 264, 1081, 293, 264, 565, 13, 6595, 300, 291, 486, 2979, 11, 309, 1009, 2709, 505, 746, 1219, 264, 3287, 13, 663, 307, 281, 584, 264, 565, 293], "avg_logprob": -0.20898437723517418, "compression_ratio": 1.5771428571428572, "no_speech_prob": 0.0, "words": [{"start": 1047.26, "end": 1047.52, "word": " It", "probability": 0.6181640625}, {"start": 1047.52, "end": 1047.76, "word": " was", "probability": 0.9501953125}, {"start": 1047.76, "end": 1047.96, "word": " a", "probability": 0.916015625}, {"start": 1047.96, "end": 1048.36, "word": " cold,", "probability": 0.89208984375}, {"start": 1048.7, "end": 1049.08, "word": " dark", "probability": 0.8720703125}, {"start": 1049.08, "end": 1049.56, "word": " winter", "probability": 0.69091796875}, {"start": 1049.56, "end": 1050.02, "word": " evening", "probability": 0.919921875}, {"start": 1050.02, "end": 1050.24, "word": " and", "probability": 0.80517578125}, {"start": 1050.24, "end": 1050.38, "word": " I", "probability": 0.994140625}, {"start": 1050.38, "end": 1050.6, "word": " was", "probability": 0.95166015625}, {"start": 1050.6, "end": 1051.02, "word": " walking", "probability": 0.8798828125}, {"start": 1051.02, "end": 1051.52, "word": " home", "probability": 0.8671875}, {"start": 1051.52, "end": 1051.82, "word": " from", "probability": 0.89453125}, {"start": 1051.82, "end": 1052.04, "word": " a", "probability": 0.93994140625}, {"start": 1052.04, "end": 1052.56, "word": " friend's", "probability": 0.842529296875}, {"start": 1052.56, "end": 1053.06, "word": " house.", "probability": 0.875}, {"start": 1053.54, "end": 1053.68, "word": " What", "probability": 0.84765625}, {"start": 1053.68, "end": 1053.78, "word": " is", "probability": 0.892578125}, {"start": 1053.78, "end": 1053.92, "word": " the", "probability": 0.91552734375}, {"start": 1053.92, "end": 1054.26, "word": " function", "probability": 0.955078125}, {"start": 1054.26, "end": 1054.54, "word": " of", "probability": 0.96728515625}, {"start": 1054.54, "end": 1054.74, "word": " that?", "probability": 0.85009765625}, {"start": 1054.96, "end": 1055.38, "word": " This", "probability": 0.63037109375}, {"start": 1055.38, "end": 1055.52, "word": " is", "probability": 0.9091796875}, {"start": 1055.52, "end": 1055.82, "word": " something", "probability": 0.8623046875}, {"start": 1055.82, "end": 1056.06, "word": " that", "probability": 0.3203125}, {"start": 1056.06, "end": 1056.66, "word": " describes", "probability": 0.830078125}, {"start": 1056.66, "end": 1057.48, "word": " the", "probability": 0.83447265625}, {"start": 1057.48, "end": 1058.06, "word": " place", "probability": 0.9091796875}, {"start": 1058.06, "end": 1058.6, "word": " and", "probability": 0.94384765625}, {"start": 1058.6, "end": 1059.04, "word": " the", "probability": 0.89453125}, {"start": 1059.04, "end": 1059.34, "word": " time.", "probability": 0.89892578125}, {"start": 1059.62, "end": 1059.86, "word": " Something", "probability": 0.8056640625}, {"start": 1059.86, "end": 1060.16, "word": " that", "probability": 0.89697265625}, {"start": 1060.16, "end": 1060.28, "word": " you", "probability": 0.9208984375}, {"start": 1060.28, "end": 1060.42, "word": " will", "probability": 0.693359375}, {"start": 1060.42, "end": 1060.82, "word": " study,", "probability": 0.93408203125}, {"start": 1061.04, "end": 1061.06, "word": " it", "probability": 0.63525390625}, {"start": 1061.06, "end": 1061.46, "word": " always", "probability": 0.53125}, {"start": 1061.46, "end": 1061.74, "word": " gives", "probability": 0.87060546875}, {"start": 1061.74, "end": 1062.0, "word": " us", "probability": 0.90380859375}, {"start": 1062.0, "end": 1062.42, "word": " something", "probability": 0.86572265625}, {"start": 1062.42, "end": 1062.74, "word": " called", "probability": 0.85693359375}, {"start": 1062.74, "end": 1062.98, "word": " the", "probability": 0.62451171875}, {"start": 1062.98, "end": 1063.4, "word": " setting.", "probability": 0.9375}, {"start": 1065.0, "end": 1065.38, "word": " That", "probability": 0.89794921875}, {"start": 1065.38, "end": 1065.54, "word": " is", "probability": 0.93701171875}, {"start": 1065.54, "end": 1065.7, "word": " to", "probability": 0.96435546875}, {"start": 1065.7, "end": 1066.02, "word": " say", "probability": 0.94921875}, {"start": 1066.02, "end": 1066.22, "word": " the", "probability": 0.6005859375}, {"start": 1066.22, "end": 1066.68, "word": " time", "probability": 0.89990234375}, {"start": 1066.68, "end": 1068.3, "word": " and", "probability": 0.84228515625}], "temperature": 1.0}, {"id": 45, "seek": 109746, "start": 1069.6, "end": 1097.46, "text": " place of the story okay this is what generally a story is so the first second sentence or the third sentence or the first or second paragraph generally give us the setting where was it happening and when was it happening so it was a cool dark winter evening that's the time and the place was I was walking home from a friend's house that is that place what sort of transitions do we see here", "tokens": [1081, 295, 264, 1657, 1392, 341, 307, 437, 5101, 257, 1657, 307, 370, 264, 700, 1150, 8174, 420, 264, 2636, 8174, 420, 264, 700, 420, 1150, 18865, 5101, 976, 505, 264, 3287, 689, 390, 309, 2737, 293, 562, 390, 309, 2737, 370, 309, 390, 257, 1627, 2877, 6355, 5634, 300, 311, 264, 565, 293, 264, 1081, 390, 286, 390, 4494, 1280, 490, 257, 1277, 311, 1782, 300, 307, 300, 1081, 437, 1333, 295, 23767, 360, 321, 536, 510], "avg_logprob": -0.1595134497443332, "compression_ratio": 1.8846153846153846, "no_speech_prob": 4.76837158203125e-07, "words": [{"start": 1069.6, "end": 1070.1, "word": " place", "probability": 0.50830078125}, {"start": 1070.1, "end": 1070.58, "word": " of", "probability": 0.943359375}, {"start": 1070.58, "end": 1070.76, "word": " the", "probability": 0.89501953125}, {"start": 1070.76, "end": 1071.18, "word": " story", "probability": 0.93359375}, {"start": 1071.18, "end": 1071.76, "word": " okay", "probability": 0.3759765625}, {"start": 1071.76, "end": 1072.2, "word": " this", "probability": 0.71044921875}, {"start": 1072.2, "end": 1072.34, "word": " is", "probability": 0.94921875}, {"start": 1072.34, "end": 1072.5, "word": " what", "probability": 0.8955078125}, {"start": 1072.5, "end": 1072.96, "word": " generally", "probability": 0.82861328125}, {"start": 1072.96, "end": 1073.6, "word": " a", "probability": 0.935546875}, {"start": 1073.6, "end": 1073.88, "word": " story", "probability": 0.9169921875}, {"start": 1073.88, "end": 1074.08, "word": " is", "probability": 0.71484375}, {"start": 1074.08, "end": 1074.26, "word": " so", "probability": 0.67236328125}, {"start": 1074.26, "end": 1074.5, "word": " the", "probability": 0.85302734375}, {"start": 1074.5, "end": 1074.8, "word": " first", "probability": 0.88037109375}, {"start": 1074.8, "end": 1075.16, "word": " second", "probability": 0.79248046875}, {"start": 1075.16, "end": 1075.68, "word": " sentence", "probability": 0.94140625}, {"start": 1075.68, "end": 1075.84, "word": " or", "probability": 0.7373046875}, {"start": 1075.84, "end": 1075.96, "word": " the", "probability": 0.91650390625}, {"start": 1075.96, "end": 1076.2, "word": " third", "probability": 0.93115234375}, {"start": 1076.2, "end": 1076.72, "word": " sentence", "probability": 0.94140625}, {"start": 1076.72, "end": 1076.9, "word": " or", "probability": 0.93017578125}, {"start": 1076.9, "end": 1077.1, "word": " the", "probability": 0.91064453125}, {"start": 1077.1, "end": 1077.42, "word": " first", "probability": 0.83056640625}, {"start": 1077.42, "end": 1077.6, "word": " or", "probability": 0.65869140625}, {"start": 1077.6, "end": 1077.94, "word": " second", "probability": 0.623046875}, {"start": 1077.94, "end": 1078.48, "word": " paragraph", "probability": 0.95361328125}, {"start": 1078.48, "end": 1079.24, "word": " generally", "probability": 0.90966796875}, {"start": 1079.24, "end": 1079.54, "word": " give", "probability": 0.658203125}, {"start": 1079.54, "end": 1079.82, "word": " us", "probability": 0.93701171875}, {"start": 1079.82, "end": 1079.96, "word": " the", "probability": 0.8681640625}, {"start": 1079.96, "end": 1080.26, "word": " setting", "probability": 0.9697265625}, {"start": 1080.26, "end": 1080.88, "word": " where", "probability": 0.873046875}, {"start": 1080.88, "end": 1081.16, "word": " was", "probability": 0.9521484375}, {"start": 1081.16, "end": 1081.3, "word": " it", "probability": 0.94970703125}, {"start": 1081.3, "end": 1081.78, "word": " happening", "probability": 0.79052734375}, {"start": 1081.78, "end": 1082.38, "word": " and", "probability": 0.92236328125}, {"start": 1082.38, "end": 1083.26, "word": " when", "probability": 0.943359375}, {"start": 1083.26, "end": 1083.74, "word": " was", "probability": 0.95458984375}, {"start": 1083.74, "end": 1084.0, "word": " it", "probability": 0.95361328125}, {"start": 1084.0, "end": 1085.06, "word": " happening", "probability": 0.7001953125}, {"start": 1085.06, "end": 1085.38, "word": " so", "probability": 0.85205078125}, {"start": 1085.38, "end": 1085.58, "word": " it", "probability": 0.958984375}, {"start": 1085.58, "end": 1085.98, "word": " was", "probability": 0.95703125}, {"start": 1085.98, "end": 1086.72, "word": " a", "probability": 0.9931640625}, {"start": 1086.72, "end": 1087.0, "word": " cool", "probability": 0.6376953125}, {"start": 1087.0, "end": 1087.32, "word": " dark", "probability": 0.8916015625}, {"start": 1087.32, "end": 1087.74, "word": " winter", "probability": 0.94580078125}, {"start": 1087.74, "end": 1088.32, "word": " evening", "probability": 0.93212890625}, {"start": 1088.32, "end": 1088.68, "word": " that's", "probability": 0.9521484375}, {"start": 1088.68, "end": 1088.82, "word": " the", "probability": 0.86865234375}, {"start": 1088.82, "end": 1089.18, "word": " time", "probability": 0.8935546875}, {"start": 1089.18, "end": 1089.92, "word": " and", "probability": 0.9375}, {"start": 1089.92, "end": 1090.34, "word": " the", "probability": 0.87548828125}, {"start": 1090.34, "end": 1090.76, "word": " place", "probability": 0.89013671875}, {"start": 1090.76, "end": 1091.24, "word": " was", "probability": 0.94873046875}, {"start": 1091.24, "end": 1092.02, "word": " I", "probability": 0.6328125}, {"start": 1092.02, "end": 1092.22, "word": " was", "probability": 0.95166015625}, {"start": 1092.22, "end": 1092.5, "word": " walking", "probability": 0.86279296875}, {"start": 1092.5, "end": 1092.78, "word": " home", "probability": 0.87890625}, {"start": 1092.78, "end": 1093.0, "word": " from", "probability": 0.89404296875}, {"start": 1093.0, "end": 1093.18, "word": " a", "probability": 0.86279296875}, {"start": 1093.18, "end": 1093.84, "word": " friend's", "probability": 0.702392578125}, {"start": 1093.84, "end": 1094.5, "word": " house", "probability": 0.88037109375}, {"start": 1094.5, "end": 1094.68, "word": " that", "probability": 0.85009765625}, {"start": 1094.68, "end": 1094.9, "word": " is", "probability": 0.92919921875}, {"start": 1094.9, "end": 1095.14, "word": " that", "probability": 0.900390625}, {"start": 1095.14, "end": 1095.4, "word": " place", "probability": 0.88623046875}, {"start": 1095.4, "end": 1095.8, "word": " what", "probability": 0.853515625}, {"start": 1095.8, "end": 1096.0, "word": " sort", "probability": 0.91796875}, {"start": 1096.0, "end": 1096.1, "word": " of", "probability": 0.9697265625}, {"start": 1096.1, "end": 1096.54, "word": " transitions", "probability": 0.89794921875}, {"start": 1096.54, "end": 1096.8, "word": " do", "probability": 0.96240234375}, {"start": 1096.8, "end": 1096.92, "word": " we", "probability": 0.96435546875}, {"start": 1096.92, "end": 1097.12, "word": " see", "probability": 0.92431640625}, {"start": 1097.12, "end": 1097.46, "word": " here", "probability": 0.85546875}], "temperature": 1.0}, {"id": 46, "seek": 110908, "start": 1098.78, "end": 1109.08, "text": " For example, one night, okay? And then evening. But then the transitions we have when", "tokens": [1171, 1365, 11, 472, 1818, 11, 1392, 30, 400, 550, 5634, 13, 583, 550, 264, 23767, 321, 362, 562], "avg_logprob": -0.4476562410593033, "compression_ratio": 1.0617283950617284, "no_speech_prob": 5.960464477539062e-07, "words": [{"start": 1098.78, "end": 1099.62, "word": " For", "probability": 0.429443359375}, {"start": 1099.62, "end": 1100.42, "word": " example,", "probability": 0.9619140625}, {"start": 1101.38, "end": 1101.6, "word": " one", "probability": 0.822265625}, {"start": 1101.6, "end": 1101.96, "word": " night,", "probability": 0.888671875}, {"start": 1102.92, "end": 1103.4, "word": " okay?", "probability": 0.4970703125}, {"start": 1104.26, "end": 1104.42, "word": " And", "probability": 0.78564453125}, {"start": 1104.42, "end": 1104.82, "word": " then", "probability": 0.857421875}, {"start": 1104.82, "end": 1105.96, "word": " evening.", "probability": 0.5400390625}, {"start": 1106.38, "end": 1106.54, "word": " But", "probability": 0.87939453125}, {"start": 1106.54, "end": 1106.78, "word": " then", "probability": 0.6337890625}, {"start": 1106.78, "end": 1106.92, "word": " the", "probability": 0.86328125}, {"start": 1106.92, "end": 1107.46, "word": " transitions", "probability": 0.88232421875}, {"start": 1107.46, "end": 1107.76, "word": " we", "probability": 0.95263671875}, {"start": 1107.76, "end": 1108.16, "word": " have", "probability": 0.8505859375}, {"start": 1108.16, "end": 1109.08, "word": " when", "probability": 0.546875}], "temperature": 1.0}, {"id": 47, "seek": 113584, "start": 1115.97, "end": 1135.85, "text": " Alright? When and so on. Okay? So these sort of arrange again the idea of arrange events in time. Is this clear? Alright. Perfect. Alright. Now, we remind the story very quickly. Ask what is an important event in your life. Hold on a second please.", "tokens": [2798, 30, 1133, 293, 370, 322, 13, 1033, 30, 407, 613, 1333, 295, 9424, 797, 264, 1558, 295, 9424, 3931, 294, 565, 13, 1119, 341, 1850, 30, 2798, 13, 10246, 13, 2798, 13, 823, 11, 321, 4160, 264, 1657, 588, 2661, 13, 12320, 437, 307, 364, 1021, 2280, 294, 428, 993, 13, 6962, 322, 257, 1150, 1767, 13], "avg_logprob": -0.2926377017619246, "compression_ratio": 1.439306358381503, "no_speech_prob": 1.7881393432617188e-07, "words": [{"start": 1115.97, "end": 1116.53, "word": " Alright?", "probability": 0.388671875}, {"start": 1117.53, "end": 1117.93, "word": " When", "probability": 0.6572265625}, {"start": 1117.93, "end": 1119.23, "word": " and", "probability": 0.348388671875}, {"start": 1119.23, "end": 1119.49, "word": " so", "probability": 0.90478515625}, {"start": 1119.49, "end": 1119.75, "word": " on.", "probability": 0.951171875}, {"start": 1119.89, "end": 1120.09, "word": " Okay?", "probability": 0.4375}, {"start": 1120.25, "end": 1120.33, "word": " So", "probability": 0.908203125}, {"start": 1120.33, "end": 1120.59, "word": " these", "probability": 0.38525390625}, {"start": 1120.59, "end": 1120.83, "word": " sort", "probability": 0.8125}, {"start": 1120.83, "end": 1120.95, "word": " of", "probability": 0.96533203125}, {"start": 1120.95, "end": 1121.35, "word": " arrange", "probability": 0.79833984375}, {"start": 1121.35, "end": 1121.75, "word": " again", "probability": 0.85986328125}, {"start": 1121.75, "end": 1122.25, "word": " the", "probability": 0.70947265625}, {"start": 1122.25, "end": 1122.55, "word": " idea", "probability": 0.9150390625}, {"start": 1122.55, "end": 1122.79, "word": " of", "probability": 0.921875}, {"start": 1122.79, "end": 1123.25, "word": " arrange", "probability": 0.54345703125}, {"start": 1123.25, "end": 1123.81, "word": " events", "probability": 0.90625}, {"start": 1123.81, "end": 1124.33, "word": " in", "probability": 0.95849609375}, {"start": 1124.33, "end": 1125.25, "word": " time.", "probability": 0.7998046875}, {"start": 1125.45, "end": 1125.55, "word": " Is", "probability": 0.83837890625}, {"start": 1125.55, "end": 1125.71, "word": " this", "probability": 0.90234375}, {"start": 1125.71, "end": 1126.01, "word": " clear?", "probability": 0.8955078125}, {"start": 1126.67, "end": 1126.95, "word": " Alright.", "probability": 0.64208984375}, {"start": 1127.13, "end": 1127.41, "word": " Perfect.", "probability": 0.90185546875}, {"start": 1127.89, "end": 1128.19, "word": " Alright.", "probability": 0.6103515625}, {"start": 1128.53, "end": 1128.79, "word": " Now,", "probability": 0.95263671875}, {"start": 1128.99, "end": 1129.09, "word": " we", "probability": 0.8994140625}, {"start": 1129.09, "end": 1129.43, "word": " remind", "probability": 0.41845703125}, {"start": 1129.43, "end": 1129.57, "word": " the", "probability": 0.434814453125}, {"start": 1129.57, "end": 1129.83, "word": " story", "probability": 0.95849609375}, {"start": 1129.83, "end": 1130.13, "word": " very", "probability": 0.81494140625}, {"start": 1130.13, "end": 1130.59, "word": " quickly.", "probability": 0.9189453125}, {"start": 1131.13, "end": 1131.49, "word": " Ask", "probability": 0.865234375}, {"start": 1131.49, "end": 1131.81, "word": " what", "probability": 0.7138671875}, {"start": 1131.81, "end": 1132.01, "word": " is", "probability": 0.94140625}, {"start": 1132.01, "end": 1132.27, "word": " an", "probability": 0.9296875}, {"start": 1132.27, "end": 1132.75, "word": " important", "probability": 0.90576171875}, {"start": 1132.75, "end": 1133.35, "word": " event", "probability": 0.83642578125}, {"start": 1133.35, "end": 1133.59, "word": " in", "probability": 0.94677734375}, {"start": 1133.59, "end": 1133.91, "word": " your", "probability": 0.90185546875}, {"start": 1133.91, "end": 1134.85, "word": " life.", "probability": 0.94091796875}, {"start": 1134.93, "end": 1135.09, "word": " Hold", "probability": 0.78759765625}, {"start": 1135.09, "end": 1135.23, "word": " on", "probability": 0.9189453125}, {"start": 1135.23, "end": 1135.35, "word": " a", "probability": 0.970703125}, {"start": 1135.35, "end": 1135.53, "word": " second", "probability": 0.7236328125}, {"start": 1135.53, "end": 1135.85, "word": " please.", "probability": 0.580078125}], "temperature": 1.0}, {"id": 48, "seek": 116744, "start": 1139.86, "end": 1167.44, "text": " Basically, if you want to write a good story, a good narrative, ask yourself, what was an important event or time in your life? What has happened in my experience that I would enjoy writing about? Is there an event in my life that people would be very much interested in? Then, how did I feel about that event? Did I feel scared? Did I feel excited? Did I feel happy, satisfied, and so on?", "tokens": [8537, 11, 498, 291, 528, 281, 2464, 257, 665, 1657, 11, 257, 665, 9977, 11, 1029, 1803, 11, 437, 390, 364, 1021, 2280, 420, 565, 294, 428, 993, 30, 708, 575, 2011, 294, 452, 1752, 300, 286, 576, 2103, 3579, 466, 30, 1119, 456, 364, 2280, 294, 452, 993, 300, 561, 576, 312, 588, 709, 3102, 294, 30, 1396, 11, 577, 630, 286, 841, 466, 300, 2280, 30, 2589, 286, 841, 5338, 30, 2589, 286, 841, 2919, 30, 2589, 286, 841, 2055, 11, 11239, 11, 293, 370, 322, 30], "avg_logprob": -0.11111111409134335, "compression_ratio": 1.6738197424892705, "no_speech_prob": 0.0, "words": [{"start": 1139.8600000000001, "end": 1140.38, "word": " Basically,", "probability": 0.78564453125}, {"start": 1140.6, "end": 1140.78, "word": " if", "probability": 0.818359375}, {"start": 1140.78, "end": 1140.94, "word": " you", "probability": 0.96533203125}, {"start": 1140.94, "end": 1141.2, "word": " want", "probability": 0.875}, {"start": 1141.2, "end": 1141.3, "word": " to", "probability": 0.9482421875}, {"start": 1141.3, "end": 1141.48, "word": " write", "probability": 0.9169921875}, {"start": 1141.48, "end": 1141.6, "word": " a", "probability": 0.99169921875}, {"start": 1141.6, "end": 1141.76, "word": " good", "probability": 0.92578125}, {"start": 1141.76, "end": 1142.12, "word": " story,", "probability": 0.92529296875}, {"start": 1142.26, "end": 1142.3, "word": " a", "probability": 0.95361328125}, {"start": 1142.3, "end": 1142.44, "word": " good", "probability": 0.92822265625}, {"start": 1142.44, "end": 1142.8, "word": " narrative,", "probability": 0.91162109375}, {"start": 1142.94, "end": 1143.2, "word": " ask", "probability": 0.92333984375}, {"start": 1143.2, "end": 1143.62, "word": " yourself,", "probability": 0.8251953125}, {"start": 1143.8, "end": 1143.92, "word": " what", "probability": 0.46875}, {"start": 1143.92, "end": 1144.24, "word": " was", "probability": 0.95068359375}, {"start": 1144.24, "end": 1144.42, "word": " an", "probability": 0.9306640625}, {"start": 1144.42, "end": 1144.84, "word": " important", "probability": 0.8974609375}, {"start": 1144.84, "end": 1145.4, "word": " event", "probability": 0.85205078125}, {"start": 1145.4, "end": 1145.66, "word": " or", "probability": 0.94921875}, {"start": 1145.66, "end": 1145.92, "word": " time", "probability": 0.88720703125}, {"start": 1145.92, "end": 1146.08, "word": " in", "probability": 0.94384765625}, {"start": 1146.08, "end": 1146.24, "word": " your", "probability": 0.89013671875}, {"start": 1146.24, "end": 1146.6, "word": " life?", "probability": 0.93310546875}, {"start": 1147.58, "end": 1147.84, "word": " What", "probability": 0.88671875}, {"start": 1147.84, "end": 1148.12, "word": " has", "probability": 0.95361328125}, {"start": 1148.12, "end": 1148.58, "word": " happened", "probability": 0.84423828125}, {"start": 1148.58, "end": 1148.8, "word": " in", "probability": 0.94482421875}, {"start": 1148.8, "end": 1149.06, "word": " my", "probability": 0.9677734375}, {"start": 1149.06, "end": 1149.72, "word": " experience", "probability": 0.90478515625}, {"start": 1149.72, "end": 1150.0, "word": " that", "probability": 0.8974609375}, {"start": 1150.0, "end": 1150.16, "word": " I", "probability": 0.98193359375}, {"start": 1150.16, "end": 1150.34, "word": " would", "probability": 0.91552734375}, {"start": 1150.34, "end": 1150.74, "word": " enjoy", "probability": 0.87841796875}, {"start": 1150.74, "end": 1151.22, "word": " writing", "probability": 0.91748046875}, {"start": 1151.22, "end": 1151.7, "word": " about?", "probability": 0.9052734375}, {"start": 1152.06, "end": 1152.24, "word": " Is", "probability": 0.96435546875}, {"start": 1152.24, "end": 1152.46, "word": " there", "probability": 0.91796875}, {"start": 1152.46, "end": 1152.64, "word": " an", "probability": 0.9228515625}, {"start": 1152.64, "end": 1152.96, "word": " event", "probability": 0.85986328125}, {"start": 1152.96, "end": 1153.14, "word": " in", "probability": 0.9423828125}, {"start": 1153.14, "end": 1153.4, "word": " my", "probability": 0.96826171875}, {"start": 1153.4, "end": 1153.76, "word": " life", "probability": 0.9306640625}, {"start": 1153.76, "end": 1154.1, "word": " that", "probability": 0.92431640625}, {"start": 1154.1, "end": 1155.48, "word": " people", "probability": 0.60546875}, {"start": 1155.48, "end": 1155.76, "word": " would", "probability": 0.85693359375}, {"start": 1155.76, "end": 1155.92, "word": " be", "probability": 0.94287109375}, {"start": 1155.92, "end": 1156.16, "word": " very", "probability": 0.857421875}, {"start": 1156.16, "end": 1156.44, "word": " much", "probability": 0.88818359375}, {"start": 1156.44, "end": 1157.08, "word": " interested", "probability": 0.85546875}, {"start": 1157.08, "end": 1157.44, "word": " in?", "probability": 0.9404296875}, {"start": 1158.1, "end": 1158.48, "word": " Then,", "probability": 0.83203125}, {"start": 1158.88, "end": 1159.1, "word": " how", "probability": 0.9111328125}, {"start": 1159.1, "end": 1159.26, "word": " did", "probability": 0.95849609375}, {"start": 1159.26, "end": 1159.5, "word": " I", "probability": 0.99853515625}, {"start": 1159.5, "end": 1159.8, "word": " feel", "probability": 0.9755859375}, {"start": 1159.8, "end": 1160.16, "word": " about", "probability": 0.8994140625}, {"start": 1160.16, "end": 1160.54, "word": " that", "probability": 0.93408203125}, {"start": 1160.54, "end": 1161.04, "word": " event?", "probability": 0.85546875}, {"start": 1161.26, "end": 1161.4, "word": " Did", "probability": 0.9619140625}, {"start": 1161.4, "end": 1161.58, "word": " I", "probability": 0.9990234375}, {"start": 1161.58, "end": 1161.8, "word": " feel", "probability": 0.9765625}, {"start": 1161.8, "end": 1162.4, "word": " scared?", "probability": 0.85693359375}, {"start": 1163.12, "end": 1163.24, "word": " Did", "probability": 0.955078125}, {"start": 1163.24, "end": 1163.4, "word": " I", "probability": 0.99853515625}, {"start": 1163.4, "end": 1163.62, "word": " feel", "probability": 0.9755859375}, {"start": 1163.62, "end": 1164.18, "word": " excited?", "probability": 0.96337890625}, {"start": 1164.32, "end": 1164.42, "word": " Did", "probability": 0.96484375}, {"start": 1164.42, "end": 1164.54, "word": " I", "probability": 0.99853515625}, {"start": 1164.54, "end": 1164.78, "word": " feel", "probability": 0.97509765625}, {"start": 1164.78, "end": 1165.2, "word": " happy,", "probability": 0.92578125}, {"start": 1165.7, "end": 1166.48, "word": " satisfied,", "probability": 0.90283203125}, {"start": 1166.66, "end": 1166.78, "word": " and", "probability": 0.9404296875}, {"start": 1166.78, "end": 1167.02, "word": " so", "probability": 0.9560546875}, {"start": 1167.02, "end": 1167.44, "word": " on?", "probability": 0.94921875}], "temperature": 1.0}, {"id": 49, "seek": 119246, "start": 1167.98, "end": 1192.46, "text": " Who was involved? Who are the characters? Who are the actors in this story? Was it me? Was it a friend? Was it a mother? Was it my father? Was it someone I know and so on? Why do I remember this event? Why do I keep bringing this up and want to write about this? What effect did it have on me? And finally, did anything change because of this experience?", "tokens": [2102, 390, 3288, 30, 2102, 366, 264, 4342, 30, 2102, 366, 264, 10037, 294, 341, 1657, 30, 3027, 309, 385, 30, 3027, 309, 257, 1277, 30, 3027, 309, 257, 2895, 30, 3027, 309, 452, 3086, 30, 3027, 309, 1580, 286, 458, 293, 370, 322, 30, 1545, 360, 286, 1604, 341, 2280, 30, 1545, 360, 286, 1066, 5062, 341, 493, 293, 528, 281, 2464, 466, 341, 30, 708, 1802, 630, 309, 362, 322, 385, 30, 400, 2721, 11, 630, 1340, 1319, 570, 295, 341, 1752, 30], "avg_logprob": -0.09956395123587099, "compression_ratio": 1.748768472906404, "no_speech_prob": 5.960464477539063e-08, "words": [{"start": 1167.98, "end": 1168.28, "word": " Who", "probability": 0.6591796875}, {"start": 1168.28, "end": 1168.66, "word": " was", "probability": 0.93017578125}, {"start": 1168.66, "end": 1169.16, "word": " involved?", "probability": 0.7880859375}, {"start": 1169.28, "end": 1169.38, "word": " Who", "probability": 0.85498046875}, {"start": 1169.38, "end": 1169.58, "word": " are", "probability": 0.916015625}, {"start": 1169.58, "end": 1169.76, "word": " the", "probability": 0.919921875}, {"start": 1169.76, "end": 1170.2, "word": " characters?", "probability": 0.9052734375}, {"start": 1170.42, "end": 1170.54, "word": " Who", "probability": 0.869140625}, {"start": 1170.54, "end": 1170.7, "word": " are", "probability": 0.93798828125}, {"start": 1170.7, "end": 1170.88, "word": " the", "probability": 0.9208984375}, {"start": 1170.88, "end": 1171.34, "word": " actors", "probability": 0.90087890625}, {"start": 1171.34, "end": 1171.66, "word": " in", "probability": 0.9404296875}, {"start": 1171.66, "end": 1172.0, "word": " this", "probability": 0.94580078125}, {"start": 1172.0, "end": 1172.92, "word": " story?", "probability": 0.91064453125}, {"start": 1173.16, "end": 1173.34, "word": " Was", "probability": 0.97900390625}, {"start": 1173.34, "end": 1173.5, "word": " it", "probability": 0.947265625}, {"start": 1173.5, "end": 1173.74, "word": " me?", "probability": 0.9609375}, {"start": 1173.88, "end": 1174.0, "word": " Was", "probability": 0.97900390625}, {"start": 1174.0, "end": 1174.1, "word": " it", "probability": 0.9462890625}, {"start": 1174.1, "end": 1174.26, "word": " a", "probability": 0.8984375}, {"start": 1174.26, "end": 1174.44, "word": " friend?", "probability": 0.783203125}, {"start": 1174.56, "end": 1174.66, "word": " Was", "probability": 0.9775390625}, {"start": 1174.66, "end": 1174.78, "word": " it", "probability": 0.94873046875}, {"start": 1174.78, "end": 1174.92, "word": " a", "probability": 0.94140625}, {"start": 1174.92, "end": 1175.16, "word": " mother?", "probability": 0.84375}, {"start": 1175.3, "end": 1175.38, "word": " Was", "probability": 0.9609375}, {"start": 1175.38, "end": 1175.62, "word": " it", "probability": 0.93798828125}, {"start": 1175.62, "end": 1175.88, "word": " my", "probability": 0.96337890625}, {"start": 1175.88, "end": 1176.22, "word": " father?", "probability": 0.87890625}, {"start": 1176.36, "end": 1176.46, "word": " Was", "probability": 0.9736328125}, {"start": 1176.46, "end": 1176.6, "word": " it", "probability": 0.9482421875}, {"start": 1176.6, "end": 1176.88, "word": " someone", "probability": 0.943359375}, {"start": 1176.88, "end": 1177.1, "word": " I", "probability": 0.99560546875}, {"start": 1177.1, "end": 1177.26, "word": " know", "probability": 0.8828125}, {"start": 1177.26, "end": 1177.5, "word": " and", "probability": 0.5615234375}, {"start": 1177.5, "end": 1177.8, "word": " so", "probability": 0.9638671875}, {"start": 1177.8, "end": 1179.02, "word": " on?", "probability": 0.66796875}, {"start": 1179.28, "end": 1179.6, "word": " Why", "probability": 0.8681640625}, {"start": 1179.6, "end": 1179.8, "word": " do", "probability": 0.958984375}, {"start": 1179.8, "end": 1179.98, "word": " I", "probability": 0.9970703125}, {"start": 1179.98, "end": 1180.46, "word": " remember", "probability": 0.890625}, {"start": 1180.46, "end": 1180.84, "word": " this", "probability": 0.94384765625}, {"start": 1180.84, "end": 1181.26, "word": " event?", "probability": 0.86572265625}, {"start": 1181.58, "end": 1181.82, "word": " Why", "probability": 0.89599609375}, {"start": 1181.82, "end": 1182.0, "word": " do", "probability": 0.95849609375}, {"start": 1182.0, "end": 1182.2, "word": " I", "probability": 0.99853515625}, {"start": 1182.2, "end": 1182.5, "word": " keep", "probability": 0.91650390625}, {"start": 1182.5, "end": 1182.84, "word": " bringing", "probability": 0.90283203125}, {"start": 1182.84, "end": 1183.16, "word": " this", "probability": 0.93701171875}, {"start": 1183.16, "end": 1183.5, "word": " up", "probability": 0.9755859375}, {"start": 1183.5, "end": 1184.34, "word": " and", "probability": 0.89013671875}, {"start": 1184.34, "end": 1184.62, "word": " want", "probability": 0.82177734375}, {"start": 1184.62, "end": 1184.76, "word": " to", "probability": 0.96826171875}, {"start": 1184.76, "end": 1185.0, "word": " write", "probability": 0.91552734375}, {"start": 1185.0, "end": 1185.34, "word": " about", "probability": 0.90283203125}, {"start": 1185.34, "end": 1185.72, "word": " this?", "probability": 0.931640625}, {"start": 1186.22, "end": 1186.42, "word": " What", "probability": 0.88232421875}, {"start": 1186.42, "end": 1186.76, "word": " effect", "probability": 0.90185546875}, {"start": 1186.76, "end": 1186.98, "word": " did", "probability": 0.95703125}, {"start": 1186.98, "end": 1187.14, "word": " it", "probability": 0.939453125}, {"start": 1187.14, "end": 1187.52, "word": " have", "probability": 0.94091796875}, {"start": 1187.52, "end": 1187.96, "word": " on", "probability": 0.94091796875}, {"start": 1187.96, "end": 1188.78, "word": " me?", "probability": 0.95654296875}, {"start": 1188.94, "end": 1189.04, "word": " And", "probability": 0.9130859375}, {"start": 1189.04, "end": 1189.5, "word": " finally,", "probability": 0.85302734375}, {"start": 1189.82, "end": 1190.0, "word": " did", "probability": 0.95166015625}, {"start": 1190.0, "end": 1190.38, "word": " anything", "probability": 0.87939453125}, {"start": 1190.38, "end": 1190.9, "word": " change", "probability": 0.84716796875}, {"start": 1190.9, "end": 1191.36, "word": " because", "probability": 0.8994140625}, {"start": 1191.36, "end": 1191.54, "word": " of", "probability": 0.9658203125}, {"start": 1191.54, "end": 1191.8, "word": " this", "probability": 0.9453125}, {"start": 1191.8, "end": 1192.46, "word": " experience?", "probability": 0.9140625}], "temperature": 1.0}, {"id": 50, "seek": 120068, "start": 1193.4, "end": 1200.68, "text": " This is something that you would like to mention and what is interesting or what are interesting things or experiences do I know?", "tokens": [639, 307, 746, 300, 291, 576, 411, 281, 2152, 293, 437, 307, 1880, 420, 437, 366, 1880, 721, 420, 5235, 360, 286, 458, 30], "avg_logprob": -0.2318749952316284, "compression_ratio": 1.3402061855670102, "no_speech_prob": 5.960464477539063e-08, "words": [{"start": 1193.4, "end": 1193.64, "word": " This", "probability": 0.399658203125}, {"start": 1193.64, "end": 1193.74, "word": " is", "probability": 0.9404296875}, {"start": 1193.74, "end": 1194.0, "word": " something", "probability": 0.8486328125}, {"start": 1194.0, "end": 1194.3, "word": " that", "probability": 0.7822265625}, {"start": 1194.3, "end": 1194.42, "word": " you", "probability": 0.9306640625}, {"start": 1194.42, "end": 1194.6, "word": " would", "probability": 0.859375}, {"start": 1194.6, "end": 1194.84, "word": " like", "probability": 0.9443359375}, {"start": 1194.84, "end": 1195.12, "word": " to", "probability": 0.9716796875}, {"start": 1195.12, "end": 1195.9, "word": " mention", "probability": 0.8623046875}, {"start": 1195.9, "end": 1196.46, "word": " and", "probability": 0.424072265625}, {"start": 1196.46, "end": 1196.7, "word": " what", "probability": 0.91650390625}, {"start": 1196.7, "end": 1196.9, "word": " is", "probability": 0.7177734375}, {"start": 1196.9, "end": 1197.48, "word": " interesting", "probability": 0.86083984375}, {"start": 1197.48, "end": 1197.72, "word": " or", "probability": 0.399169921875}, {"start": 1197.72, "end": 1197.88, "word": " what", "probability": 0.93359375}, {"start": 1197.88, "end": 1198.12, "word": " are", "probability": 0.9189453125}, {"start": 1198.12, "end": 1198.62, "word": " interesting", "probability": 0.84912109375}, {"start": 1198.62, "end": 1199.08, "word": " things", "probability": 0.8310546875}, {"start": 1199.08, "end": 1199.28, "word": " or", "probability": 0.9345703125}, {"start": 1199.28, "end": 1199.9, "word": " experiences", "probability": 0.89404296875}, {"start": 1199.9, "end": 1200.18, "word": " do", "probability": 0.85791015625}, {"start": 1200.18, "end": 1200.36, "word": " I", "probability": 0.97021484375}, {"start": 1200.36, "end": 1200.68, "word": " know?", "probability": 0.87890625}], "temperature": 1.0}, {"id": 51, "seek": 123015, "start": 1201.13, "end": 1230.15, "text": " of that happen to other people. So these are some guiding questions that help you focus on what exactly that you want to do. Now, let's do the second activity and last activity. It's going to take some time. We're going to complete the story, okay? And we're going to divide you up into different groups. So each group will work together and make up a story with the context and the situation here. So somebody is going to choose", "tokens": [295, 300, 1051, 281, 661, 561, 13, 407, 613, 366, 512, 25061, 1651, 300, 854, 291, 1879, 322, 437, 2293, 300, 291, 528, 281, 360, 13, 823, 11, 718, 311, 360, 264, 1150, 5191, 293, 1036, 5191, 13, 467, 311, 516, 281, 747, 512, 565, 13, 492, 434, 516, 281, 3566, 264, 1657, 11, 1392, 30, 400, 321, 434, 516, 281, 9845, 291, 493, 666, 819, 3935, 13, 407, 1184, 1594, 486, 589, 1214, 293, 652, 493, 257, 1657, 365, 264, 4319, 293, 264, 2590, 510, 13, 407, 2618, 307, 516, 281, 2826], "avg_logprob": -0.18234707748002194, "compression_ratio": 1.7063492063492063, "no_speech_prob": 2.384185791015625e-07, "words": [{"start": 1201.13, "end": 1201.45, "word": " of", "probability": 0.459228515625}, {"start": 1201.45, "end": 1201.83, "word": " that", "probability": 0.91162109375}, {"start": 1201.83, "end": 1202.21, "word": " happen", "probability": 0.446533203125}, {"start": 1202.21, "end": 1202.45, "word": " to", "probability": 0.9697265625}, {"start": 1202.45, "end": 1202.85, "word": " other", "probability": 0.70703125}, {"start": 1202.85, "end": 1203.35, "word": " people.", "probability": 0.85400390625}, {"start": 1203.45, "end": 1203.53, "word": " So", "probability": 0.8818359375}, {"start": 1203.53, "end": 1203.73, "word": " these", "probability": 0.72900390625}, {"start": 1203.73, "end": 1203.93, "word": " are", "probability": 0.939453125}, {"start": 1203.93, "end": 1204.23, "word": " some", "probability": 0.8935546875}, {"start": 1204.23, "end": 1204.69, "word": " guiding", "probability": 0.91845703125}, {"start": 1204.69, "end": 1205.23, "word": " questions", "probability": 0.95703125}, {"start": 1205.23, "end": 1205.49, "word": " that", "probability": 0.921875}, {"start": 1205.49, "end": 1205.77, "word": " help", "probability": 0.87890625}, {"start": 1205.77, "end": 1205.97, "word": " you", "probability": 0.9619140625}, {"start": 1205.97, "end": 1206.43, "word": " focus", "probability": 0.9384765625}, {"start": 1206.43, "end": 1206.83, "word": " on", "probability": 0.947265625}, {"start": 1206.83, "end": 1207.43, "word": " what", "probability": 0.90234375}, {"start": 1207.43, "end": 1207.87, "word": " exactly", "probability": 0.88037109375}, {"start": 1207.87, "end": 1208.17, "word": " that", "probability": 0.85400390625}, {"start": 1208.17, "end": 1208.31, "word": " you", "probability": 0.9658203125}, {"start": 1208.31, "end": 1208.75, "word": " want", "probability": 0.89306640625}, {"start": 1208.75, "end": 1208.93, "word": " to", "probability": 0.96630859375}, {"start": 1208.93, "end": 1209.11, "word": " do.", "probability": 0.95703125}, {"start": 1209.31, "end": 1209.49, "word": " Now,", "probability": 0.93017578125}, {"start": 1209.81, "end": 1209.95, "word": " let's", "probability": 0.939453125}, {"start": 1209.95, "end": 1210.09, "word": " do", "probability": 0.94580078125}, {"start": 1210.09, "end": 1210.27, "word": " the", "probability": 0.75}, {"start": 1210.27, "end": 1210.65, "word": " second", "probability": 0.88916015625}, {"start": 1210.65, "end": 1211.25, "word": " activity", "probability": 0.9296875}, {"start": 1211.25, "end": 1211.47, "word": " and", "probability": 0.5859375}, {"start": 1211.47, "end": 1211.89, "word": " last", "probability": 0.8466796875}, {"start": 1211.89, "end": 1212.37, "word": " activity.", "probability": 0.9345703125}, {"start": 1212.47, "end": 1212.65, "word": " It's", "probability": 0.966552734375}, {"start": 1212.65, "end": 1212.75, "word": " going", "probability": 0.58837890625}, {"start": 1212.75, "end": 1212.81, "word": " to", "probability": 0.96533203125}, {"start": 1212.81, "end": 1212.95, "word": " take", "probability": 0.876953125}, {"start": 1212.95, "end": 1213.21, "word": " some", "probability": 0.904296875}, {"start": 1213.21, "end": 1213.65, "word": " time.", "probability": 0.89306640625}, {"start": 1214.33, "end": 1214.55, "word": " We're", "probability": 0.544921875}, {"start": 1214.55, "end": 1214.79, "word": " going", "probability": 0.94384765625}, {"start": 1214.79, "end": 1215.01, "word": " to", "probability": 0.966796875}, {"start": 1215.01, "end": 1215.47, "word": " complete", "probability": 0.80859375}, {"start": 1215.47, "end": 1215.73, "word": " the", "probability": 0.515625}, {"start": 1215.73, "end": 1216.11, "word": " story,", "probability": 0.95849609375}, {"start": 1216.45, "end": 1216.73, "word": " okay?", "probability": 0.80224609375}, {"start": 1217.49, "end": 1217.73, "word": " And", "probability": 0.72265625}, {"start": 1217.73, "end": 1217.93, "word": " we're", "probability": 0.825439453125}, {"start": 1217.93, "end": 1218.01, "word": " going", "probability": 0.93701171875}, {"start": 1218.01, "end": 1218.11, "word": " to", "probability": 0.96728515625}, {"start": 1218.11, "end": 1218.51, "word": " divide", "probability": 0.92919921875}, {"start": 1218.51, "end": 1218.79, "word": " you", "probability": 0.96337890625}, {"start": 1218.79, "end": 1219.05, "word": " up", "probability": 0.962890625}, {"start": 1219.05, "end": 1219.41, "word": " into", "probability": 0.8251953125}, {"start": 1219.41, "end": 1219.91, "word": " different", "probability": 0.87060546875}, {"start": 1219.91, "end": 1220.41, "word": " groups.", "probability": 0.94482421875}, {"start": 1220.91, "end": 1221.03, "word": " So", "probability": 0.931640625}, {"start": 1221.03, "end": 1221.29, "word": " each", "probability": 0.8935546875}, {"start": 1221.29, "end": 1221.71, "word": " group", "probability": 0.966796875}, {"start": 1221.71, "end": 1222.03, "word": " will", "probability": 0.8359375}, {"start": 1222.03, "end": 1222.33, "word": " work", "probability": 0.90234375}, {"start": 1222.33, "end": 1222.77, "word": " together", "probability": 0.8388671875}, {"start": 1222.77, "end": 1223.75, "word": " and", "probability": 0.87646484375}, {"start": 1223.75, "end": 1224.19, "word": " make", "probability": 0.93798828125}, {"start": 1224.19, "end": 1224.43, "word": " up", "probability": 0.9609375}, {"start": 1224.43, "end": 1224.69, "word": " a", "probability": 0.9765625}, {"start": 1224.69, "end": 1225.13, "word": " story", "probability": 0.9306640625}, {"start": 1225.13, "end": 1225.93, "word": " with", "probability": 0.89111328125}, {"start": 1225.93, "end": 1226.53, "word": " the", "probability": 0.916015625}, {"start": 1226.53, "end": 1226.97, "word": " context", "probability": 0.876953125}, {"start": 1226.97, "end": 1227.29, "word": " and", "probability": 0.93359375}, {"start": 1227.29, "end": 1227.43, "word": " the", "probability": 0.8955078125}, {"start": 1227.43, "end": 1228.03, "word": " situation", "probability": 0.9287109375}, {"start": 1228.03, "end": 1228.71, "word": " here.", "probability": 0.384765625}, {"start": 1228.81, "end": 1228.91, "word": " So", "probability": 0.95703125}, {"start": 1228.91, "end": 1229.23, "word": " somebody", "probability": 0.77197265625}, {"start": 1229.23, "end": 1229.37, "word": " is", "probability": 0.52978515625}, {"start": 1229.37, "end": 1229.55, "word": " going", "probability": 0.94140625}, {"start": 1229.55, "end": 1229.69, "word": " to", "probability": 0.966796875}, {"start": 1229.69, "end": 1230.15, "word": " choose", "probability": 0.9267578125}], "temperature": 1.0}, {"id": 52, "seek": 124019, "start": 1230.61, "end": 1240.19, "text": " One group is going to choose the first story and the second group is going to choose the second story. Let's see the first one. A fright in the forest. What is a fright?", "tokens": [1485, 1594, 307, 516, 281, 2826, 264, 700, 1657, 293, 264, 1150, 1594, 307, 516, 281, 2826, 264, 1150, 1657, 13, 961, 311, 536, 264, 700, 472, 13, 316, 15545, 294, 264, 6719, 13, 708, 307, 257, 15545, 30], "avg_logprob": -0.1622070349752903, "compression_ratio": 1.588785046728972, "no_speech_prob": 0.0, "words": [{"start": 1230.61, "end": 1230.89, "word": " One", "probability": 0.193603515625}, {"start": 1230.89, "end": 1231.09, "word": " group", "probability": 0.95654296875}, {"start": 1231.09, "end": 1231.21, "word": " is", "probability": 0.8447265625}, {"start": 1231.21, "end": 1231.35, "word": " going", "probability": 0.90869140625}, {"start": 1231.35, "end": 1231.49, "word": " to", "probability": 0.97314453125}, {"start": 1231.49, "end": 1231.71, "word": " choose", "probability": 0.86279296875}, {"start": 1231.71, "end": 1231.91, "word": " the", "probability": 0.8466796875}, {"start": 1231.91, "end": 1232.37, "word": " first", "probability": 0.8671875}, {"start": 1232.37, "end": 1232.89, "word": " story", "probability": 0.93603515625}, {"start": 1232.89, "end": 1233.83, "word": " and", "probability": 0.6376953125}, {"start": 1233.83, "end": 1233.97, "word": " the", "probability": 0.83984375}, {"start": 1233.97, "end": 1234.25, "word": " second", "probability": 0.849609375}, {"start": 1234.25, "end": 1234.51, "word": " group", "probability": 0.94921875}, {"start": 1234.51, "end": 1234.67, "word": " is", "probability": 0.9208984375}, {"start": 1234.67, "end": 1234.85, "word": " going", "probability": 0.947265625}, {"start": 1234.85, "end": 1234.97, "word": " to", "probability": 0.96826171875}, {"start": 1234.97, "end": 1235.27, "word": " choose", "probability": 0.9130859375}, {"start": 1235.27, "end": 1235.55, "word": " the", "probability": 0.908203125}, {"start": 1235.55, "end": 1235.91, "word": " second", "probability": 0.90087890625}, {"start": 1235.91, "end": 1236.29, "word": " story.", "probability": 0.9248046875}, {"start": 1236.37, "end": 1236.53, "word": " Let's", "probability": 0.880126953125}, {"start": 1236.53, "end": 1236.65, "word": " see", "probability": 0.91162109375}, {"start": 1236.65, "end": 1236.81, "word": " the", "probability": 0.9111328125}, {"start": 1236.81, "end": 1237.09, "word": " first", "probability": 0.89697265625}, {"start": 1237.09, "end": 1237.33, "word": " one.", "probability": 0.92431640625}, {"start": 1237.79, "end": 1237.97, "word": " A", "probability": 0.701171875}, {"start": 1237.97, "end": 1238.49, "word": " fright", "probability": 0.9443359375}, {"start": 1238.49, "end": 1238.95, "word": " in", "probability": 0.94775390625}, {"start": 1238.95, "end": 1239.15, "word": " the", "probability": 0.9248046875}, {"start": 1239.15, "end": 1239.43, "word": " forest.", "probability": 0.9228515625}, {"start": 1239.53, "end": 1239.61, "word": " What", "probability": 0.88134765625}, {"start": 1239.61, "end": 1239.73, "word": " is", "probability": 0.94677734375}, {"start": 1239.73, "end": 1239.91, "word": " a", "probability": 0.90625}, {"start": 1239.91, "end": 1240.19, "word": " fright?", "probability": 0.9736328125}], "temperature": 1.0}, {"id": 53, "seek": 126780, "start": 1241.6, "end": 1267.8, "text": "means being scared, very scared of something, being very frightened of being very afraid or frightened of something. Let's see the situation here. I grew up in a small town in the countryside. Near my house was a large forest and my parents told me not to play in that forest there. Okay, one day I was playing in the forest with some of my friends", "tokens": [1398, 599, 885, 5338, 11, 588, 5338, 295, 746, 11, 885, 588, 28839, 295, 885, 588, 4638, 420, 28839, 295, 746, 13, 961, 311, 536, 264, 2590, 510, 13, 286, 6109, 493, 294, 257, 1359, 3954, 294, 264, 28252, 13, 22200, 452, 1782, 390, 257, 2416, 6719, 293, 452, 3152, 1907, 385, 406, 281, 862, 294, 300, 6719, 456, 13, 1033, 11, 472, 786, 286, 390, 2433, 294, 264, 6719, 365, 512, 295, 452, 1855], "avg_logprob": -0.2037417731787029, "compression_ratio": 1.7142857142857142, "no_speech_prob": 5.960464477539063e-08, "words": [{"start": 1241.6000000000001, "end": 1242.16, "word": "means", "probability": 0.5506591796875}, {"start": 1242.16, "end": 1242.42, "word": " being", "probability": 0.90478515625}, {"start": 1242.42, "end": 1243.26, "word": " scared,", "probability": 0.77001953125}, {"start": 1243.56, "end": 1243.84, "word": " very", "probability": 0.76123046875}, {"start": 1243.84, "end": 1244.56, "word": " scared", "probability": 0.85986328125}, {"start": 1244.56, "end": 1244.88, "word": " of", "probability": 0.5283203125}, {"start": 1244.88, "end": 1245.2, "word": " something,", "probability": 0.5576171875}, {"start": 1245.28, "end": 1245.48, "word": " being", "probability": 0.88427734375}, {"start": 1245.48, "end": 1245.76, "word": " very", "probability": 0.79833984375}, {"start": 1245.76, "end": 1246.5, "word": " frightened", "probability": 0.9375}, {"start": 1246.5, "end": 1247.36, "word": " of", "probability": 0.65673828125}, {"start": 1247.36, "end": 1247.66, "word": " being", "probability": 0.364013671875}, {"start": 1247.66, "end": 1247.94, "word": " very", "probability": 0.66650390625}, {"start": 1247.94, "end": 1248.28, "word": " afraid", "probability": 0.93896484375}, {"start": 1248.28, "end": 1248.5, "word": " or", "probability": 0.70654296875}, {"start": 1248.5, "end": 1248.96, "word": " frightened", "probability": 0.95458984375}, {"start": 1248.96, "end": 1249.48, "word": " of", "probability": 0.9580078125}, {"start": 1249.48, "end": 1250.3, "word": " something.", "probability": 0.650390625}, {"start": 1250.46, "end": 1250.64, "word": " Let's", "probability": 0.91650390625}, {"start": 1250.64, "end": 1250.76, "word": " see", "probability": 0.92724609375}, {"start": 1250.76, "end": 1250.9, "word": " the", "probability": 0.90283203125}, {"start": 1250.9, "end": 1251.32, "word": " situation", "probability": 0.93798828125}, {"start": 1251.32, "end": 1251.66, "word": " here.", "probability": 0.8349609375}, {"start": 1251.94, "end": 1252.1, "word": " I", "probability": 0.94384765625}, {"start": 1252.1, "end": 1252.38, "word": " grew", "probability": 0.93994140625}, {"start": 1252.38, "end": 1252.66, "word": " up", "probability": 0.9658203125}, {"start": 1252.66, "end": 1252.8, "word": " in", "probability": 0.94921875}, {"start": 1252.8, "end": 1252.96, "word": " a", "probability": 0.9892578125}, {"start": 1252.96, "end": 1253.24, "word": " small", "probability": 0.921875}, {"start": 1253.24, "end": 1253.6, "word": " town", "probability": 0.87060546875}, {"start": 1253.6, "end": 1253.76, "word": " in", "probability": 0.92724609375}, {"start": 1253.76, "end": 1253.92, "word": " the", "probability": 0.89111328125}, {"start": 1253.92, "end": 1254.58, "word": " countryside.", "probability": 0.8369140625}, {"start": 1255.06, "end": 1255.22, "word": " Near", "probability": 0.908203125}, {"start": 1255.22, "end": 1255.48, "word": " my", "probability": 0.9755859375}, {"start": 1255.48, "end": 1255.82, "word": " house", "probability": 0.88232421875}, {"start": 1255.82, "end": 1256.1, "word": " was", "probability": 0.90966796875}, {"start": 1256.1, "end": 1256.3, "word": " a", "probability": 0.9970703125}, {"start": 1256.3, "end": 1256.72, "word": " large", "probability": 0.9599609375}, {"start": 1256.72, "end": 1257.22, "word": " forest", "probability": 0.8759765625}, {"start": 1257.22, "end": 1258.2, "word": " and", "probability": 0.5654296875}, {"start": 1258.2, "end": 1258.48, "word": " my", "probability": 0.96875}, {"start": 1258.48, "end": 1258.72, "word": " parents", "probability": 0.8212890625}, {"start": 1258.72, "end": 1259.2, "word": " told", "probability": 0.95947265625}, {"start": 1259.2, "end": 1259.66, "word": " me", "probability": 0.96337890625}, {"start": 1259.66, "end": 1260.2, "word": " not", "probability": 0.9384765625}, {"start": 1260.2, "end": 1260.48, "word": " to", "probability": 0.96826171875}, {"start": 1260.48, "end": 1260.94, "word": " play", "probability": 0.95263671875}, {"start": 1260.94, "end": 1261.58, "word": " in", "probability": 0.9462890625}, {"start": 1261.58, "end": 1261.84, "word": " that", "probability": 0.9306640625}, {"start": 1261.84, "end": 1262.28, "word": " forest", "probability": 0.900390625}, {"start": 1262.28, "end": 1262.76, "word": " there.", "probability": 0.70263671875}, {"start": 1263.18, "end": 1263.42, "word": " Okay,", "probability": 0.4931640625}, {"start": 1263.5, "end": 1263.72, "word": " one", "probability": 0.93115234375}, {"start": 1263.72, "end": 1264.14, "word": " day", "probability": 0.95849609375}, {"start": 1264.14, "end": 1264.9, "word": " I", "probability": 0.642578125}, {"start": 1264.9, "end": 1265.1, "word": " was", "probability": 0.94921875}, {"start": 1265.1, "end": 1265.64, "word": " playing", "probability": 0.85205078125}, {"start": 1265.64, "end": 1265.94, "word": " in", "probability": 0.9443359375}, {"start": 1265.94, "end": 1266.1, "word": " the", "probability": 0.91259765625}, {"start": 1266.1, "end": 1266.34, "word": " forest", "probability": 0.873046875}, {"start": 1266.34, "end": 1266.58, "word": " with", "probability": 0.8994140625}, {"start": 1266.58, "end": 1266.94, "word": " some", "probability": 0.9013671875}, {"start": 1266.94, "end": 1267.12, "word": " of", "probability": 0.9716796875}, {"start": 1267.12, "end": 1267.32, "word": " my", "probability": 0.96826171875}, {"start": 1267.32, "end": 1267.8, "word": " friends", "probability": 0.7900390625}], "temperature": 1.0}, {"id": 54, "seek": 127828, "start": 1268.26, "end": 1278.28, "text": " some of my school friends, suddenly I felt very cold and scared. Now you're going to continue from here, okay?", "tokens": [512, 295, 452, 1395, 1855, 11, 5800, 286, 2762, 588, 3554, 293, 5338, 13, 823, 291, 434, 516, 281, 2354, 490, 510, 11, 1392, 30], "avg_logprob": -0.24579327840071458, "compression_ratio": 1.121212121212121, "no_speech_prob": 5.960464477539062e-07, "words": [{"start": 1268.26, "end": 1268.6, "word": " some", "probability": 0.2958984375}, {"start": 1268.6, "end": 1268.76, "word": " of", "probability": 0.9736328125}, {"start": 1268.76, "end": 1268.96, "word": " my", "probability": 0.97509765625}, {"start": 1268.96, "end": 1269.28, "word": " school", "probability": 0.63916015625}, {"start": 1269.28, "end": 1269.74, "word": " friends,", "probability": 0.7421875}, {"start": 1270.3, "end": 1270.78, "word": " suddenly", "probability": 0.8330078125}, {"start": 1270.78, "end": 1271.22, "word": " I", "probability": 0.904296875}, {"start": 1271.22, "end": 1271.58, "word": " felt", "probability": 0.88232421875}, {"start": 1271.58, "end": 1271.86, "word": " very", "probability": 0.84619140625}, {"start": 1271.86, "end": 1272.4, "word": " cold", "probability": 0.8896484375}, {"start": 1272.4, "end": 1272.96, "word": " and", "probability": 0.9453125}, {"start": 1272.96, "end": 1274.44, "word": " scared.", "probability": 0.8173828125}, {"start": 1275.48, "end": 1275.72, "word": " Now", "probability": 0.92041015625}, {"start": 1275.72, "end": 1276.04, "word": " you're", "probability": 0.7177734375}, {"start": 1276.04, "end": 1276.26, "word": " going", "probability": 0.95166015625}, {"start": 1276.26, "end": 1276.42, "word": " to", "probability": 0.97412109375}, {"start": 1276.42, "end": 1276.84, "word": " continue", "probability": 0.904296875}, {"start": 1276.84, "end": 1277.2, "word": " from", "probability": 0.8896484375}, {"start": 1277.2, "end": 1277.54, "word": " here,", "probability": 0.86474609375}, {"start": 1277.96, "end": 1278.28, "word": " okay?", "probability": 0.64599609375}], "temperature": 1.0}, {"id": 55, "seek": 130174, "start": 1278.9, "end": 1301.74, "text": " And the last sentence is in this paragraph, after that day, I never went back to the first. So you're going to make up events, alright, that complete the story, okay? And then finally, we have this last sentence, after that day, I never went back to the first. Let's see the second story.", "tokens": [400, 264, 1036, 8174, 307, 294, 341, 18865, 11, 934, 300, 786, 11, 286, 1128, 1437, 646, 281, 264, 700, 13, 407, 291, 434, 516, 281, 652, 493, 3931, 11, 5845, 11, 300, 3566, 264, 1657, 11, 1392, 30, 400, 550, 2721, 11, 321, 362, 341, 1036, 8174, 11, 934, 300, 786, 11, 286, 1128, 1437, 646, 281, 264, 700, 13, 961, 311, 536, 264, 1150, 1657, 13], "avg_logprob": -0.21727808316548666, "compression_ratio": 1.7409638554216869, "no_speech_prob": 5.960464477539063e-08, "words": [{"start": 1278.9, "end": 1279.32, "word": " And", "probability": 0.5712890625}, {"start": 1279.32, "end": 1279.46, "word": " the", "probability": 0.8369140625}, {"start": 1279.46, "end": 1279.78, "word": " last", "probability": 0.88427734375}, {"start": 1279.78, "end": 1280.24, "word": " sentence", "probability": 0.93798828125}, {"start": 1280.24, "end": 1280.8, "word": " is", "probability": 0.9287109375}, {"start": 1280.8, "end": 1281.34, "word": " in", "probability": 0.77294921875}, {"start": 1281.34, "end": 1281.58, "word": " this", "probability": 0.9443359375}, {"start": 1281.58, "end": 1282.16, "word": " paragraph,", "probability": 0.9384765625}, {"start": 1282.56, "end": 1283.1, "word": " after", "probability": 0.468994140625}, {"start": 1283.1, "end": 1283.52, "word": " that", "probability": 0.916015625}, {"start": 1283.52, "end": 1283.9, "word": " day,", "probability": 0.96044921875}, {"start": 1284.14, "end": 1284.46, "word": " I", "probability": 0.98974609375}, {"start": 1284.46, "end": 1284.94, "word": " never", "probability": 0.89892578125}, {"start": 1284.94, "end": 1285.34, "word": " went", "probability": 0.904296875}, {"start": 1285.34, "end": 1285.86, "word": " back", "probability": 0.87939453125}, {"start": 1285.86, "end": 1286.28, "word": " to", "probability": 0.9658203125}, {"start": 1286.28, "end": 1287.16, "word": " the", "probability": 0.26025390625}, {"start": 1287.16, "end": 1287.28, "word": " first.", "probability": 0.5830078125}, {"start": 1287.3, "end": 1287.48, "word": " So", "probability": 0.9140625}, {"start": 1287.48, "end": 1287.74, "word": " you're", "probability": 0.732666015625}, {"start": 1287.74, "end": 1288.02, "word": " going", "probability": 0.943359375}, {"start": 1288.02, "end": 1288.24, "word": " to", "probability": 0.96728515625}, {"start": 1288.24, "end": 1288.5, "word": " make", "probability": 0.95068359375}, {"start": 1288.5, "end": 1288.8, "word": " up", "probability": 0.97314453125}, {"start": 1288.8, "end": 1289.6, "word": " events,", "probability": 0.91650390625}, {"start": 1290.2, "end": 1290.54, "word": " alright,", "probability": 0.431884765625}, {"start": 1291.16, "end": 1291.42, "word": " that", "probability": 0.9296875}, {"start": 1291.42, "end": 1292.0, "word": " complete", "probability": 0.7529296875}, {"start": 1292.0, "end": 1292.32, "word": " the", "probability": 0.798828125}, {"start": 1292.32, "end": 1292.88, "word": " story,", "probability": 0.94140625}, {"start": 1293.24, "end": 1293.52, "word": " okay?", "probability": 0.78271484375}, {"start": 1293.62, "end": 1293.8, "word": " And", "probability": 0.94140625}, {"start": 1293.8, "end": 1293.98, "word": " then", "probability": 0.85205078125}, {"start": 1293.98, "end": 1294.32, "word": " finally,", "probability": 0.77734375}, {"start": 1294.34, "end": 1294.58, "word": " we", "probability": 0.95703125}, {"start": 1294.58, "end": 1294.92, "word": " have", "probability": 0.94384765625}, {"start": 1294.92, "end": 1295.2, "word": " this", "probability": 0.93994140625}, {"start": 1295.2, "end": 1295.52, "word": " last", "probability": 0.88671875}, {"start": 1295.52, "end": 1296.04, "word": " sentence,", "probability": 0.9375}, {"start": 1296.68, "end": 1297.12, "word": " after", "probability": 0.70654296875}, {"start": 1297.12, "end": 1297.46, "word": " that", "probability": 0.93505859375}, {"start": 1297.46, "end": 1297.76, "word": " day,", "probability": 0.95849609375}, {"start": 1297.8, "end": 1298.0, "word": " I", "probability": 0.998046875}, {"start": 1298.0, "end": 1298.28, "word": " never", "probability": 0.93115234375}, {"start": 1298.28, "end": 1298.58, "word": " went", "probability": 0.90478515625}, {"start": 1298.58, "end": 1298.96, "word": " back", "probability": 0.873046875}, {"start": 1298.96, "end": 1299.32, "word": " to", "probability": 0.966796875}, {"start": 1299.32, "end": 1299.9, "word": " the", "probability": 0.8271484375}, {"start": 1299.9, "end": 1300.1, "word": " first.", "probability": 0.89013671875}, {"start": 1300.14, "end": 1300.32, "word": " Let's", "probability": 0.7464599609375}, {"start": 1300.32, "end": 1300.4, "word": " see", "probability": 0.9248046875}, {"start": 1300.4, "end": 1300.58, "word": " the", "probability": 0.9140625}, {"start": 1300.58, "end": 1300.92, "word": " second", "probability": 0.8974609375}, {"start": 1300.92, "end": 1301.74, "word": " story.", "probability": 0.94775390625}], "temperature": 1.0}, {"id": 56, "seek": 132008, "start": 1302.06, "end": 1320.08, "text": " A strange day in class. I have been studying English for a few years and I really enjoy the classes. One day something unusual happened in class. The teacher was explaining grammar, not writing, grammar. Okay? When I saw something,", "tokens": [316, 5861, 786, 294, 1508, 13, 286, 362, 668, 7601, 3669, 337, 257, 1326, 924, 293, 286, 534, 2103, 264, 5359, 13, 1485, 786, 746, 10901, 2011, 294, 1508, 13, 440, 5027, 390, 13468, 22317, 11, 406, 3579, 11, 22317, 13, 1033, 30, 1133, 286, 1866, 746, 11], "avg_logprob": -0.21189413265306123, "compression_ratio": 1.4320987654320987, "no_speech_prob": 2.980232238769531e-07, "words": [{"start": 1302.06, "end": 1302.34, "word": " A", "probability": 0.51513671875}, {"start": 1302.34, "end": 1302.86, "word": " strange", "probability": 0.82861328125}, {"start": 1302.86, "end": 1303.6, "word": " day", "probability": 0.95947265625}, {"start": 1303.6, "end": 1304.08, "word": " in", "probability": 0.9267578125}, {"start": 1304.08, "end": 1305.36, "word": " class.", "probability": 0.82958984375}, {"start": 1305.72, "end": 1305.8, "word": " I", "probability": 0.94482421875}, {"start": 1305.8, "end": 1306.06, "word": " have", "probability": 0.466552734375}, {"start": 1306.06, "end": 1306.24, "word": " been", "probability": 0.91357421875}, {"start": 1306.24, "end": 1306.56, "word": " studying", "probability": 0.93359375}, {"start": 1306.56, "end": 1306.9, "word": " English", "probability": 0.95947265625}, {"start": 1306.9, "end": 1307.14, "word": " for", "probability": 0.95166015625}, {"start": 1307.14, "end": 1307.28, "word": " a", "probability": 0.9658203125}, {"start": 1307.28, "end": 1307.46, "word": " few", "probability": 0.9033203125}, {"start": 1307.46, "end": 1307.86, "word": " years", "probability": 0.92626953125}, {"start": 1307.86, "end": 1308.18, "word": " and", "probability": 0.84130859375}, {"start": 1308.18, "end": 1308.46, "word": " I", "probability": 0.98876953125}, {"start": 1308.46, "end": 1308.76, "word": " really", "probability": 0.84814453125}, {"start": 1308.76, "end": 1309.4, "word": " enjoy", "probability": 0.69091796875}, {"start": 1309.4, "end": 1310.04, "word": " the", "probability": 0.642578125}, {"start": 1310.04, "end": 1310.62, "word": " classes.", "probability": 0.89697265625}, {"start": 1311.02, "end": 1311.24, "word": " One", "probability": 0.90576171875}, {"start": 1311.24, "end": 1311.44, "word": " day", "probability": 0.9453125}, {"start": 1311.44, "end": 1311.86, "word": " something", "probability": 0.6455078125}, {"start": 1311.86, "end": 1312.52, "word": " unusual", "probability": 0.9482421875}, {"start": 1312.52, "end": 1313.74, "word": " happened", "probability": 0.837890625}, {"start": 1313.74, "end": 1314.28, "word": " in", "probability": 0.93505859375}, {"start": 1314.28, "end": 1314.6, "word": " class.", "probability": 0.9287109375}, {"start": 1314.7, "end": 1314.78, "word": " The", "probability": 0.880859375}, {"start": 1314.78, "end": 1315.06, "word": " teacher", "probability": 0.95556640625}, {"start": 1315.06, "end": 1315.38, "word": " was", "probability": 0.94970703125}, {"start": 1315.38, "end": 1315.94, "word": " explaining", "probability": 0.8759765625}, {"start": 1315.94, "end": 1316.36, "word": " grammar,", "probability": 0.9189453125}, {"start": 1316.76, "end": 1316.9, "word": " not", "probability": 0.93212890625}, {"start": 1316.9, "end": 1317.32, "word": " writing,", "probability": 0.9228515625}, {"start": 1317.5, "end": 1317.8, "word": " grammar.", "probability": 0.86083984375}, {"start": 1318.34, "end": 1318.5, "word": " Okay?", "probability": 0.433837890625}, {"start": 1319.02, "end": 1319.26, "word": " When", "probability": 0.85546875}, {"start": 1319.26, "end": 1319.44, "word": " I", "probability": 0.9970703125}, {"start": 1319.44, "end": 1319.62, "word": " saw", "probability": 0.9052734375}, {"start": 1319.62, "end": 1320.08, "word": " something,", "probability": 0.84619140625}], "temperature": 1.0}, {"id": 57, "seek": 134276, "start": 1321.26, "end": 1342.76, "text": " Strange. What happened in the class? Alright, finally I heard everyone laughing. I woke up and realized it was a dream. Okay, so we need to continue the story with some events. Mika, some events to complete the paragraph here, okay?", "tokens": [29068, 13, 708, 2011, 294, 264, 1508, 30, 2798, 11, 2721, 286, 2198, 1518, 5059, 13, 286, 12852, 493, 293, 5334, 309, 390, 257, 3055, 13, 1033, 11, 370, 321, 643, 281, 2354, 264, 1657, 365, 512, 3931, 13, 376, 5439, 11, 512, 3931, 281, 3566, 264, 18865, 510, 11, 1392, 30], "avg_logprob": -0.25545401168319415, "compression_ratio": 1.4036144578313252, "no_speech_prob": 1.5497207641601562e-06, "words": [{"start": 1321.26, "end": 1322.02, "word": " Strange.", "probability": 0.345703125}, {"start": 1322.46, "end": 1322.6, "word": " What", "probability": 0.84912109375}, {"start": 1322.6, "end": 1323.08, "word": " happened", "probability": 0.81201171875}, {"start": 1323.08, "end": 1323.28, "word": " in", "probability": 0.9423828125}, {"start": 1323.28, "end": 1323.42, "word": " the", "probability": 0.9072265625}, {"start": 1323.42, "end": 1323.84, "word": " class?", "probability": 0.9609375}, {"start": 1324.5, "end": 1324.66, "word": " Alright,", "probability": 0.5888671875}, {"start": 1324.84, "end": 1325.2, "word": " finally", "probability": 0.7958984375}, {"start": 1325.2, "end": 1325.9, "word": " I", "probability": 0.73046875}, {"start": 1325.9, "end": 1326.28, "word": " heard", "probability": 0.91455078125}, {"start": 1326.28, "end": 1326.76, "word": " everyone", "probability": 0.9287109375}, {"start": 1326.76, "end": 1327.5, "word": " laughing.", "probability": 0.95458984375}, {"start": 1327.92, "end": 1328.04, "word": " I", "probability": 0.99267578125}, {"start": 1328.04, "end": 1328.38, "word": " woke", "probability": 0.87744140625}, {"start": 1328.38, "end": 1328.7, "word": " up", "probability": 0.96923828125}, {"start": 1328.7, "end": 1328.96, "word": " and", "probability": 0.94482421875}, {"start": 1328.96, "end": 1329.62, "word": " realized", "probability": 0.78125}, {"start": 1329.62, "end": 1330.96, "word": " it", "probability": 0.8388671875}, {"start": 1330.96, "end": 1331.44, "word": " was", "probability": 0.95849609375}, {"start": 1331.44, "end": 1332.18, "word": " a", "probability": 0.97802734375}, {"start": 1332.18, "end": 1332.64, "word": " dream.", "probability": 0.94970703125}, {"start": 1333.04, "end": 1333.16, "word": " Okay,", "probability": 0.55029296875}, {"start": 1333.32, "end": 1333.44, "word": " so", "probability": 0.935546875}, {"start": 1333.44, "end": 1333.62, "word": " we", "probability": 0.93115234375}, {"start": 1333.62, "end": 1333.8, "word": " need", "probability": 0.91650390625}, {"start": 1333.8, "end": 1333.94, "word": " to", "probability": 0.97021484375}, {"start": 1333.94, "end": 1334.54, "word": " continue", "probability": 0.91357421875}, {"start": 1334.54, "end": 1335.12, "word": " the", "probability": 0.87158203125}, {"start": 1335.12, "end": 1335.64, "word": " story", "probability": 0.939453125}, {"start": 1335.64, "end": 1336.48, "word": " with", "probability": 0.89990234375}, {"start": 1336.48, "end": 1337.14, "word": " some", "probability": 0.8984375}, {"start": 1337.14, "end": 1337.72, "word": " events.", "probability": 0.9169921875}, {"start": 1338.0, "end": 1338.1, "word": " Mika,", "probability": 0.5914306640625}, {"start": 1338.5, "end": 1338.78, "word": " some", "probability": 0.88232421875}, {"start": 1338.78, "end": 1339.16, "word": " events", "probability": 0.91796875}, {"start": 1339.16, "end": 1339.4, "word": " to", "probability": 0.95947265625}, {"start": 1339.4, "end": 1339.82, "word": " complete", "probability": 0.77392578125}, {"start": 1339.82, "end": 1340.02, "word": " the", "probability": 0.89013671875}, {"start": 1340.02, "end": 1340.76, "word": " paragraph", "probability": 0.94287109375}, {"start": 1340.76, "end": 1342.08, "word": " here,", "probability": 0.5185546875}, {"start": 1342.4, "end": 1342.76, "word": " okay?", "probability": 0.8896484375}], "temperature": 1.0}, {"id": 58, "seek": 136456, "start": 1343.54, "end": 1364.56, "text": " Alright, now please divide yourself up into different groups, maybe three or four together, and we're going to make up even sub to complete each one of the sub stories. So choose one or two and write the stories. Alright?", "tokens": [2798, 11, 586, 1767, 9845, 1803, 493, 666, 819, 3935, 11, 1310, 1045, 420, 1451, 1214, 11, 293, 321, 434, 516, 281, 652, 493, 754, 1422, 281, 3566, 1184, 472, 295, 264, 1422, 3676, 13, 407, 2826, 472, 420, 732, 293, 2464, 264, 3676, 13, 2798, 30], "avg_logprob": -0.25911458892126876, "compression_ratio": 1.4509803921568627, "no_speech_prob": 5.364418029785156e-07, "words": [{"start": 1343.54, "end": 1343.86, "word": " Alright,", "probability": 0.552734375}, {"start": 1344.14, "end": 1344.34, "word": " now", "probability": 0.89892578125}, {"start": 1344.34, "end": 1344.72, "word": " please", "probability": 0.67138671875}, {"start": 1344.72, "end": 1345.38, "word": " divide", "probability": 0.8349609375}, {"start": 1345.38, "end": 1345.86, "word": " yourself", "probability": 0.63818359375}, {"start": 1345.86, "end": 1346.3, "word": " up", "probability": 0.8828125}, {"start": 1346.3, "end": 1347.2, "word": " into", "probability": 0.74609375}, {"start": 1347.2, "end": 1347.84, "word": " different", "probability": 0.865234375}, {"start": 1347.84, "end": 1348.44, "word": " groups,", "probability": 0.9521484375}, {"start": 1348.68, "end": 1348.88, "word": " maybe", "probability": 0.420654296875}, {"start": 1348.88, "end": 1349.18, "word": " three", "probability": 0.626953125}, {"start": 1349.18, "end": 1349.4, "word": " or", "probability": 0.955078125}, {"start": 1349.4, "end": 1349.62, "word": " four", "probability": 0.94384765625}, {"start": 1349.62, "end": 1350.08, "word": " together,", "probability": 0.78173828125}, {"start": 1350.76, "end": 1350.9, "word": " and", "probability": 0.912109375}, {"start": 1350.9, "end": 1351.08, "word": " we're", "probability": 0.78466796875}, {"start": 1351.08, "end": 1351.3, "word": " going", "probability": 0.94775390625}, {"start": 1351.3, "end": 1351.48, "word": " to", "probability": 0.96728515625}, {"start": 1351.48, "end": 1351.7, "word": " make", "probability": 0.951171875}, {"start": 1351.7, "end": 1351.96, "word": " up", "probability": 0.95263671875}, {"start": 1351.96, "end": 1352.48, "word": " even", "probability": 0.69140625}, {"start": 1352.48, "end": 1353.06, "word": " sub", "probability": 0.3154296875}, {"start": 1353.06, "end": 1353.64, "word": " to", "probability": 0.74755859375}, {"start": 1353.64, "end": 1354.26, "word": " complete", "probability": 0.78369140625}, {"start": 1354.26, "end": 1354.68, "word": " each", "probability": 0.93896484375}, {"start": 1354.68, "end": 1355.0, "word": " one", "probability": 0.92236328125}, {"start": 1355.0, "end": 1355.36, "word": " of", "probability": 0.96240234375}, {"start": 1355.36, "end": 1355.58, "word": " the", "probability": 0.73828125}, {"start": 1355.58, "end": 1356.06, "word": " sub", "probability": 0.82373046875}, {"start": 1356.06, "end": 1356.6, "word": " stories.", "probability": 0.64404296875}, {"start": 1356.74, "end": 1356.84, "word": " So", "probability": 0.91259765625}, {"start": 1356.84, "end": 1357.16, "word": " choose", "probability": 0.76953125}, {"start": 1357.16, "end": 1357.48, "word": " one", "probability": 0.9228515625}, {"start": 1357.48, "end": 1357.74, "word": " or", "probability": 0.94921875}, {"start": 1357.74, "end": 1358.12, "word": " two", "probability": 0.9404296875}, {"start": 1358.12, "end": 1358.96, "word": " and", "probability": 0.66943359375}, {"start": 1358.96, "end": 1359.5, "word": " write", "probability": 0.91064453125}, {"start": 1359.5, "end": 1359.7, "word": " the", "probability": 0.8359375}, {"start": 1359.7, "end": 1360.18, "word": " stories.", "probability": 0.87646484375}, {"start": 1363.82, "end": 1364.56, "word": " Alright?", "probability": 0.80517578125}], "temperature": 1.0}, {"id": 59, "seek": 137501, "start": 1367.85, "end": 1375.01, "text": " So learn together and try to just come up with events to complete this story.", "tokens": [407, 1466, 1214, 293, 853, 281, 445, 808, 493, 365, 3931, 281, 3566, 341, 1657, 13], "avg_logprob": -0.37545955882352944, "compression_ratio": 1.0684931506849316, "no_speech_prob": 3.874301910400391e-06, "words": [{"start": 1367.8500000000001, "end": 1368.63, "word": " So", "probability": 0.37353515625}, {"start": 1368.63, "end": 1368.91, "word": " learn", "probability": 0.266357421875}, {"start": 1368.91, "end": 1369.39, "word": " together", "probability": 0.74169921875}, {"start": 1369.39, "end": 1370.69, "word": " and", "probability": 0.69580078125}, {"start": 1370.69, "end": 1371.17, "word": " try", "probability": 0.78857421875}, {"start": 1371.17, "end": 1371.51, "word": " to", "probability": 0.97216796875}, {"start": 1371.51, "end": 1372.53, "word": " just", "probability": 0.8759765625}, {"start": 1372.53, "end": 1372.81, "word": " come", "probability": 0.84130859375}, {"start": 1372.81, "end": 1373.05, "word": " up", "probability": 0.94091796875}, {"start": 1373.05, "end": 1373.19, "word": " with", "probability": 0.884765625}, {"start": 1373.19, "end": 1373.61, "word": " events", "probability": 0.272705078125}, {"start": 1373.61, "end": 1373.89, "word": " to", "probability": 0.7626953125}, {"start": 1373.89, "end": 1374.25, "word": " complete", "probability": 0.7744140625}, {"start": 1374.25, "end": 1374.55, "word": " this", "probability": 0.84130859375}, {"start": 1374.55, "end": 1375.01, "word": " story.", "probability": 0.6923828125}], "temperature": 1.0}, {"id": 60, "seek": 141417, "start": 1407.17, "end": 1414.17, "text": " Thank you. Thank you.", "tokens": [1044, 291, 13, 1044, 291, 13], "avg_logprob": -0.9190848214285714, "compression_ratio": 1.0476190476190477, "no_speech_prob": 0.0002834796905517578, "words": [{"start": 1407.1699999999998, "end": 1408.57, "word": " Thank", "probability": 0.037353515625}, {"start": 1408.57, "end": 1409.97, "word": " you.", "probability": 0.92822265625}, {"start": 1412.53, "end": 1413.93, "word": " Thank", "probability": 0.419677734375}, {"start": 1413.93, "end": 1414.17, "word": " you.", "probability": 0.95654296875}], "temperature": 1.0}, {"id": 61, "seek": 143988, "start": 1438.8, "end": 1439.88, "text": " It's hard, it's hard", "tokens": [467, 311, 1152, 11, 309, 311, 1152], "avg_logprob": -1.3818359076976776, "compression_ratio": 0.9545454545454546, "no_speech_prob": 1.8477439880371094e-06, "words": [{"start": 1438.8000000000002, "end": 1439.16, "word": " It's", "probability": 0.340576171875}, {"start": 1439.16, "end": 1439.34, "word": " hard,", "probability": 0.10986328125}, {"start": 1439.6, "end": 1439.74, "word": " it's", "probability": 0.780029296875}, {"start": 1439.74, "end": 1439.88, "word": " hard", "probability": 0.6005859375}], "temperature": 1.0}, {"id": 62, "seek": 146698, "start": 1440.84, "end": 1466.98, "text": " I'm staying home. I'm trying to find a job. I'm trying to find a job. I'm trying to find a job. I'm trying to find a job. I'm trying to find a job. I'm trying to find a job. I'm trying to find a job. I'm trying to find a job. I'm trying to find a job. I'm trying to find a job. I'm trying to find a job. I'm trying to find a job. I'm trying to find a job. I'm trying to find a job. I'm trying to find a job. I'm trying to find a job. I'm trying to find a job. I'm trying to find a job. I'm trying to find a job. I'm trying to find a job. I'm trying to find a job. I'm trying to find a job. I'm trying to find a job. I'm trying to find a job. I'm trying to find a job. I'm trying to find a job. I'm trying to find a job. I'm trying", "tokens": [286, 478, 7939, 1280, 13, 286, 478, 1382, 281, 915, 257, 1691, 13, 286, 478, 1382, 281, 915, 257, 1691, 13, 286, 478, 1382, 281, 915, 257, 1691, 13, 286, 478, 1382, 281, 915, 257, 1691, 13, 286, 478, 1382, 281, 915, 257, 1691, 13, 286, 478, 1382, 281, 915, 257, 1691, 13, 286, 478, 1382, 281, 915, 257, 1691, 13, 286, 478, 1382, 281, 915, 257, 1691, 13, 286, 478, 1382, 281, 915, 257, 1691, 13, 286, 478, 1382, 281, 915, 257, 1691, 13, 286, 478, 1382, 281, 915, 257, 1691, 13, 286, 478, 1382, 281, 915, 257, 1691, 13, 286, 478, 1382, 281, 915, 257, 1691, 13, 286, 478, 1382, 281, 915, 257, 1691, 13, 286, 478, 1382, 281, 915, 257, 1691, 13, 286, 478, 1382, 281, 915, 257, 1691, 13, 286, 478, 1382, 281, 915, 257, 1691, 13, 286, 478, 1382, 281, 915, 257, 1691, 13, 286, 478, 1382, 281, 915, 257, 1691, 13, 286, 478, 1382, 281, 915, 257, 1691, 13, 286, 478, 1382, 281, 915, 257, 1691, 13, 286, 478, 1382, 281, 915, 257, 1691, 13, 286, 478, 1382, 281, 915, 257, 1691, 13, 286, 478, 1382, 281, 915, 257, 1691, 13, 286, 478, 1382, 281, 915, 257, 1691, 13, 286, 478, 1382, 281, 915, 257, 1691, 13, 286, 478, 1382, 281, 915, 257, 1691, 13, 286, 478, 1382], "avg_logprob": -0.16625, "compression_ratio": 14.057692307692308, "no_speech_prob": 1.7881393432617188e-07, "words": [{"start": 1440.84, "end": 1441.28, "word": " I'm", "probability": 0.270050048828125}, {"start": 1441.28, "end": 1441.5, "word": " staying", "probability": 0.08843994140625}, {"start": 1441.5, "end": 1442.0, "word": " home.", "probability": 0.281005859375}, {"start": 1442.36, "end": 1442.62, "word": " I'm", "probability": 0.3218994140625}, {"start": 1442.62, "end": 1442.84, "word": " trying", "probability": 0.18115234375}, {"start": 1442.84, "end": 1443.06, "word": " to", "probability": 0.9150390625}, {"start": 1443.06, "end": 1443.06, "word": " find", "probability": 0.505859375}, {"start": 1443.06, "end": 1443.08, "word": " a", "probability": 0.300048828125}, {"start": 1443.08, "end": 1443.3, "word": " job.", "probability": 0.54443359375}, {"start": 1443.94, "end": 1444.16, "word": " I'm", "probability": 0.3873291015625}, {"start": 1444.16, "end": 1445.66, "word": " trying", "probability": 0.0926513671875}, {"start": 1445.66, "end": 1445.76, "word": " to", "probability": 0.9384765625}, {"start": 1445.76, "end": 1445.94, "word": " find", "probability": 0.407958984375}, {"start": 1445.94, "end": 1446.22, "word": " a", "probability": 0.5966796875}, {"start": 1446.22, "end": 1446.54, "word": " job.", "probability": 0.69482421875}, {"start": 1447.4, "end": 1447.4, "word": " I'm", "probability": 0.5723876953125}, {"start": 1447.4, "end": 1447.46, "word": " trying", "probability": 0.54541015625}, {"start": 1447.46, "end": 1447.76, "word": " to", "probability": 0.9599609375}, {"start": 1447.76, "end": 1448.1, "word": " find", "probability": 0.70263671875}, {"start": 1448.1, "end": 1448.1, "word": " a", "probability": 0.93017578125}, {"start": 1448.1, "end": 1448.1, "word": " job.", "probability": 0.81787109375}, {"start": 1448.1, "end": 1448.1, "word": " I'm", "probability": 0.67236328125}, {"start": 1448.1, "end": 1448.1, "word": " trying", "probability": 0.67626953125}, {"start": 1448.1, "end": 1448.1, "word": " to", "probability": 0.9619140625}, {"start": 1448.1, "end": 1448.1, "word": " find", "probability": 0.79833984375}, {"start": 1448.1, "end": 1448.62, "word": " a", "probability": 0.9638671875}, {"start": 1448.62, "end": 1448.62, "word": " job.", "probability": 0.90673828125}, {"start": 1449.2, "end": 1449.64, "word": " I'm", "probability": 0.78076171875}, {"start": 1449.64, "end": 1449.64, "word": " trying", "probability": 0.76806640625}, {"start": 1449.64, "end": 1449.7, "word": " to", "probability": 0.96337890625}, {"start": 1449.7, "end": 1449.7, "word": " find", "probability": 0.8505859375}, {"start": 1449.7, "end": 1449.94, "word": " a", "probability": 0.97607421875}, {"start": 1449.94, "end": 1449.94, "word": " job.", "probability": 0.947265625}, {"start": 1449.94, "end": 1450.0, "word": " I'm", "probability": 0.855712890625}, {"start": 1450.0, "end": 1450.3, "word": " trying", "probability": 0.83154296875}, {"start": 1450.3, "end": 1450.3, "word": " to", "probability": 0.9658203125}, {"start": 1450.3, "end": 1450.3, "word": " find", "probability": 0.86962890625}, {"start": 1450.3, "end": 1450.42, "word": " a", "probability": 0.98193359375}, {"start": 1450.42, "end": 1450.42, "word": " job.", "probability": 0.95849609375}, {"start": 1450.56, "end": 1450.68, "word": " I'm", "probability": 0.8955078125}, {"start": 1450.68, "end": 1450.9, "word": " trying", "probability": 0.865234375}, {"start": 1450.9, "end": 1450.9, "word": " to", "probability": 0.96630859375}, {"start": 1450.9, "end": 1451.0, "word": " find", "probability": 0.876953125}, {"start": 1451.0, "end": 1451.04, "word": " a", "probability": 0.98486328125}, {"start": 1451.04, "end": 1451.04, "word": " job.", "probability": 0.96240234375}, {"start": 1451.42, "end": 1451.42, "word": " I'm", "probability": 0.9169921875}, {"start": 1451.42, "end": 1451.42, "word": " trying", "probability": 0.8837890625}, {"start": 1451.42, "end": 1451.42, "word": " to", "probability": 0.966796875}, {"start": 1451.42, "end": 1451.42, "word": " find", "probability": 0.88037109375}, {"start": 1451.42, "end": 1451.42, "word": " a", "probability": 0.98681640625}, {"start": 1451.42, "end": 1451.64, "word": " job.", "probability": 0.96533203125}, {"start": 1451.96, "end": 1452.2, "word": " I'm", "probability": 0.92724609375}, {"start": 1452.2, "end": 1452.34, "word": " trying", "probability": 0.89208984375}, {"start": 1452.34, "end": 1452.34, "word": " to", "probability": 0.9677734375}, {"start": 1452.34, "end": 1452.34, "word": " find", "probability": 0.88232421875}, {"start": 1452.34, "end": 1452.52, "word": " a", "probability": 0.98828125}, {"start": 1452.52, "end": 1452.52, "word": " job.", "probability": 0.96630859375}, {"start": 1452.58, "end": 1452.92, "word": " I'm", "probability": 0.9326171875}, {"start": 1452.92, "end": 1452.94, "word": " trying", "probability": 0.89697265625}, {"start": 1452.94, "end": 1452.94, "word": " to", "probability": 0.96826171875}, {"start": 1452.94, "end": 1453.1, "word": " find", "probability": 0.8828125}, {"start": 1453.1, "end": 1453.32, "word": " a", "probability": 0.9892578125}, {"start": 1453.32, "end": 1453.32, "word": " job.", "probability": 0.966796875}, {"start": 1453.94, "end": 1453.98, "word": " I'm", "probability": 0.936279296875}, {"start": 1453.98, "end": 1453.98, "word": " trying", "probability": 0.89990234375}, {"start": 1453.98, "end": 1453.98, "word": " to", "probability": 0.96923828125}, {"start": 1453.98, "end": 1453.98, "word": " find", "probability": 0.8857421875}, {"start": 1453.98, "end": 1454.14, "word": " a", "probability": 0.99072265625}, {"start": 1454.14, "end": 1454.72, "word": " job.", "probability": 0.96728515625}, {"start": 1455.24, "end": 1455.46, "word": " I'm", "probability": 0.938720703125}, {"start": 1455.46, "end": 1456.12, "word": " trying", "probability": 0.9033203125}, {"start": 1456.12, "end": 1456.12, "word": " to", "probability": 0.9697265625}, {"start": 1456.12, "end": 1456.12, "word": " find", "probability": 0.8876953125}, {"start": 1456.12, "end": 1456.12, "word": " a", "probability": 0.99169921875}, {"start": 1456.12, "end": 1456.12, "word": " job.", "probability": 0.9677734375}, {"start": 1456.4, "end": 1456.78, "word": " I'm", "probability": 0.94140625}, {"start": 1456.78, "end": 1456.92, "word": " trying", "probability": 0.90673828125}, {"start": 1456.92, "end": 1457.1, "word": " to", "probability": 0.97021484375}, {"start": 1457.1, "end": 1457.16, "word": " find", "probability": 0.8896484375}, {"start": 1457.16, "end": 1457.16, "word": " a", "probability": 0.9921875}, {"start": 1457.16, "end": 1457.6, "word": " job.", "probability": 0.96826171875}, {"start": 1458.12, "end": 1458.12, "word": " I'm", "probability": 0.943603515625}, {"start": 1458.12, "end": 1458.64, "word": " trying", "probability": 0.91064453125}, {"start": 1458.64, "end": 1459.22, "word": " to", "probability": 0.9716796875}, {"start": 1459.22, "end": 1459.22, "word": " find", "probability": 0.8916015625}, {"start": 1459.22, "end": 1459.4, "word": " a", "probability": 0.9931640625}, {"start": 1459.4, "end": 1459.48, "word": " job.", "probability": 0.96826171875}, {"start": 1459.5, "end": 1459.5, "word": " I'm", "probability": 0.94677734375}, {"start": 1459.5, "end": 1459.64, "word": " trying", "probability": 0.91357421875}, {"start": 1459.64, "end": 1459.94, "word": " to", "probability": 0.97119140625}, {"start": 1459.94, "end": 1460.22, "word": " find", "probability": 0.89501953125}, {"start": 1460.22, "end": 1460.24, "word": " a", "probability": 0.994140625}, {"start": 1460.24, "end": 1460.24, "word": " job.", "probability": 0.96923828125}, {"start": 1461.34, "end": 1461.78, "word": " I'm", "probability": 0.949951171875}, {"start": 1461.78, "end": 1461.84, "word": " trying", "probability": 0.9169921875}, {"start": 1461.84, "end": 1461.84, "word": " to", "probability": 0.97216796875}, {"start": 1461.84, "end": 1461.96, "word": " find", "probability": 0.89404296875}, {"start": 1461.96, "end": 1462.34, "word": " a", "probability": 0.99462890625}, {"start": 1462.34, "end": 1462.62, "word": " job.", "probability": 0.96875}, {"start": 1462.68, "end": 1463.1, "word": " I'm", "probability": 0.9541015625}, {"start": 1463.1, "end": 1463.1, "word": " trying", "probability": 0.92041015625}, {"start": 1463.1, "end": 1463.1, "word": " to", "probability": 0.9716796875}, {"start": 1463.1, "end": 1463.1, "word": " find", "probability": 0.89697265625}, {"start": 1463.1, "end": 1463.3, "word": " a", "probability": 0.9951171875}, {"start": 1463.3, "end": 1463.5, "word": " job.", "probability": 0.96875}, {"start": 1463.5, "end": 1463.5, "word": " I'm", "probability": 0.9580078125}, {"start": 1463.5, "end": 1463.5, "word": " trying", "probability": 0.92333984375}, {"start": 1463.5, "end": 1463.5, "word": " to", "probability": 0.97265625}, {"start": 1463.5, "end": 1463.5, "word": " find", "probability": 0.8984375}, {"start": 1463.5, "end": 1463.64, "word": " a", "probability": 0.99560546875}, {"start": 1463.64, "end": 1463.74, "word": " job.", "probability": 0.97021484375}, {"start": 1464.14, "end": 1464.34, "word": " I'm", "probability": 0.962158203125}, {"start": 1464.34, "end": 1464.48, "word": " trying", "probability": 0.9267578125}, {"start": 1464.48, "end": 1464.48, "word": " to", "probability": 0.97265625}, {"start": 1464.48, "end": 1464.5, "word": " find", "probability": 0.89892578125}, {"start": 1464.5, "end": 1464.54, "word": " a", "probability": 0.99609375}, {"start": 1464.54, "end": 1464.54, "word": " job.", "probability": 0.97021484375}, {"start": 1464.6, "end": 1465.02, "word": " I'm", "probability": 0.965576171875}, {"start": 1465.02, "end": 1465.1, "word": " trying", "probability": 0.9287109375}, {"start": 1465.1, "end": 1465.1, "word": " to", "probability": 0.97265625}, {"start": 1465.1, "end": 1465.1, "word": " find", "probability": 0.89990234375}, {"start": 1465.1, "end": 1465.1, "word": " a", "probability": 0.99658203125}, {"start": 1465.1, "end": 1465.1, "word": " job.", "probability": 0.97021484375}, {"start": 1465.1, "end": 1465.1, "word": " I'm", "probability": 0.96923828125}, {"start": 1465.1, "end": 1465.1, "word": " trying", "probability": 0.9306640625}, {"start": 1465.1, "end": 1465.1, "word": " to", "probability": 0.97314453125}, {"start": 1465.1, "end": 1465.1, "word": " find", "probability": 0.900390625}, {"start": 1465.1, "end": 1465.1, "word": " a", "probability": 0.9970703125}, {"start": 1465.1, "end": 1465.1, "word": " job.", "probability": 0.9697265625}, {"start": 1465.1, "end": 1465.1, "word": " I'm", "probability": 0.97216796875}, {"start": 1465.1, "end": 1465.1, "word": " trying", "probability": 0.93359375}, {"start": 1465.1, "end": 1465.1, "word": " to", "probability": 0.97314453125}, {"start": 1465.1, "end": 1465.1, "word": " find", "probability": 0.9013671875}, {"start": 1465.1, "end": 1465.1, "word": " a", "probability": 0.9970703125}, {"start": 1465.1, "end": 1465.1, "word": " job.", "probability": 0.970703125}, {"start": 1465.1, "end": 1465.1, "word": " I'm", "probability": 0.97509765625}, {"start": 1465.1, "end": 1465.1, "word": " trying", "probability": 0.93408203125}, {"start": 1465.1, "end": 1465.1, "word": " to", "probability": 0.97314453125}, {"start": 1465.1, "end": 1465.1, "word": " find", "probability": 0.9013671875}, {"start": 1465.1, "end": 1465.1, "word": " a", "probability": 0.99755859375}, {"start": 1465.1, "end": 1465.1, "word": " job.", "probability": 0.970703125}, {"start": 1465.1, "end": 1465.1, "word": " I'm", "probability": 0.97705078125}, {"start": 1465.1, "end": 1465.1, "word": " trying", "probability": 0.93603515625}, {"start": 1465.1, "end": 1465.1, "word": " to", "probability": 0.97412109375}, {"start": 1465.1, "end": 1465.1, "word": " find", "probability": 0.9052734375}, {"start": 1465.1, "end": 1465.1, "word": " a", "probability": 0.99755859375}, {"start": 1465.1, "end": 1465.1, "word": " job.", "probability": 0.970703125}, {"start": 1465.1, "end": 1465.1, "word": " I'm", "probability": 0.978759765625}, {"start": 1465.1, "end": 1465.1, "word": " trying", "probability": 0.9365234375}, {"start": 1465.1, "end": 1465.1, "word": " to", "probability": 0.974609375}, {"start": 1465.1, "end": 1465.1, "word": " find", "probability": 0.90576171875}, {"start": 1465.1, "end": 1465.1, "word": " a", "probability": 0.99755859375}, {"start": 1465.1, "end": 1465.1, "word": " job.", "probability": 0.970703125}, {"start": 1465.1, "end": 1465.1, "word": " I'm", "probability": 0.979736328125}, {"start": 1465.1, "end": 1465.1, "word": " trying", "probability": 0.93701171875}, {"start": 1465.1, "end": 1465.1, "word": " to", "probability": 0.974609375}, {"start": 1465.1, "end": 1465.18, "word": " find", "probability": 0.904296875}, {"start": 1465.18, "end": 1465.3, "word": " a", "probability": 0.99755859375}, {"start": 1465.3, "end": 1465.56, "word": " job.", "probability": 0.9716796875}, {"start": 1465.56, "end": 1465.68, "word": " I'm", "probability": 0.980224609375}, {"start": 1465.68, "end": 1465.9, "word": " trying", "probability": 0.93701171875}, {"start": 1465.9, "end": 1465.9, "word": " to", "probability": 0.974609375}, {"start": 1465.9, "end": 1466.36, "word": " find", "probability": 0.90478515625}, {"start": 1466.36, "end": 1466.6, "word": " a", "probability": 0.99755859375}, {"start": 1466.6, "end": 1466.9, "word": " job.", "probability": 0.9716796875}, {"start": 1466.98, "end": 1466.98, "word": " I'm", "probability": 0.9794921875}, {"start": 1466.98, "end": 1466.98, "word": " trying", "probability": 0.93798828125}], "temperature": 1.0}, {"id": 63, "seek": 148979, "start": 1467.01, "end": 1489.79, "text": " It's more important than just a goal. It's more important than just a goal. It's more important than just a goal. It's more important than just a goal. It's more important than just a goal. It's more important than just a goal.", "tokens": [467, 311, 544, 1021, 813, 445, 257, 3387, 13, 467, 311, 544, 1021, 813, 445, 257, 3387, 13, 467, 311, 544, 1021, 813, 445, 257, 3387, 13, 467, 311, 544, 1021, 813, 445, 257, 3387, 13, 467, 311, 544, 1021, 813, 445, 257, 3387, 13, 467, 311, 544, 1021, 813, 445, 257, 3387, 13], "avg_logprob": -0.5005682034925981, "compression_ratio": 4.653061224489796, "no_speech_prob": 3.5762786865234375e-07, "words": [{"start": 1467.01, "end": 1468.17, "word": " It's", "probability": 0.2869110107421875}, {"start": 1468.17, "end": 1468.37, "word": " more", "probability": 0.173095703125}, {"start": 1468.37, "end": 1468.95, "word": " important", "probability": 0.24365234375}, {"start": 1468.95, "end": 1470.67, "word": " than", "probability": 0.6689453125}, {"start": 1470.67, "end": 1471.53, "word": " just", "probability": 0.068115234375}, {"start": 1471.53, "end": 1473.05, "word": " a", "probability": 0.327880859375}, {"start": 1473.05, "end": 1473.35, "word": " goal.", "probability": 0.6884765625}, {"start": 1474.39, "end": 1474.91, "word": " It's", "probability": 0.50030517578125}, {"start": 1474.91, "end": 1474.99, "word": " more", "probability": 0.441162109375}, {"start": 1474.99, "end": 1475.61, "word": " important", "probability": 0.83544921875}, {"start": 1475.61, "end": 1477.77, "word": " than", "probability": 0.8486328125}, {"start": 1477.77, "end": 1477.77, "word": " just", "probability": 0.544921875}, {"start": 1477.77, "end": 1478.43, "word": " a", "probability": 0.43798828125}, {"start": 1478.43, "end": 1479.15, "word": " goal.", "probability": 0.256591796875}, {"start": 1480.27, "end": 1480.27, "word": " It's", "probability": 0.726318359375}, {"start": 1480.27, "end": 1480.45, "word": " more", "probability": 0.498046875}, {"start": 1480.45, "end": 1480.45, "word": " important", "probability": 0.88671875}, {"start": 1480.45, "end": 1480.45, "word": " than", "probability": 0.91455078125}, {"start": 1480.45, "end": 1480.45, "word": " just", "probability": 0.759765625}, {"start": 1480.45, "end": 1480.45, "word": " a", "probability": 0.86181640625}, {"start": 1480.45, "end": 1480.45, "word": " goal.", "probability": 0.62939453125}, {"start": 1480.45, "end": 1480.45, "word": " It's", "probability": 0.7392578125}, {"start": 1480.45, "end": 1480.45, "word": " more", "probability": 0.52001953125}, {"start": 1480.45, "end": 1481.55, "word": " important", "probability": 0.8955078125}, {"start": 1481.55, "end": 1481.67, "word": " than", "probability": 0.92431640625}, {"start": 1481.67, "end": 1482.75, "word": " just", "probability": 0.81201171875}, {"start": 1482.75, "end": 1482.75, "word": " a", "probability": 0.94970703125}, {"start": 1482.75, "end": 1482.77, "word": " goal.", "probability": 0.8916015625}, {"start": 1483.61, "end": 1483.95, "word": " It's", "probability": 0.777587890625}, {"start": 1483.95, "end": 1484.17, "word": " more", "probability": 0.7021484375}, {"start": 1484.17, "end": 1484.71, "word": " important", "probability": 0.89599609375}, {"start": 1484.71, "end": 1484.71, "word": " than", "probability": 0.93017578125}, {"start": 1484.71, "end": 1484.71, "word": " just", "probability": 0.84130859375}, {"start": 1484.71, "end": 1484.83, "word": " a", "probability": 0.97021484375}, {"start": 1484.83, "end": 1485.33, "word": " goal.", "probability": 0.9560546875}, {"start": 1486.29, "end": 1486.85, "word": " It's", "probability": 0.806884765625}, {"start": 1486.85, "end": 1486.85, "word": " more", "probability": 0.82421875}, {"start": 1486.85, "end": 1488.41, "word": " important", "probability": 0.89306640625}, {"start": 1488.41, "end": 1488.59, "word": " than", "probability": 0.9345703125}, {"start": 1488.59, "end": 1488.83, "word": " just", "probability": 0.86474609375}, {"start": 1488.83, "end": 1489.79, "word": " a", "probability": 0.978515625}, {"start": 1489.79, "end": 1489.79, "word": " goal.", "probability": 0.97021484375}], "temperature": 1.0}, {"id": 64, "seek": 151579, "start": 1490.03, "end": 1515.79, "text": " I don't know, I don't know, I don't know, I don't know, I don't know, I don't know, I don't know, I don't know, I don't know, I don't know, I don't know, I don't know, I don't know, I don't know, I don't know, I don't know, I don't know, I don't know, I don't know, I don't know, I don't know, I don't know, I don't know, I don't know, I don't know, I don't know, I don't know, I don't know, I don't know, I don't know, I don't know, I don't know, I don't know, I don't know, I don't know, I don't know, I don't know, I don't know, I don't know, I don't know, I don't know, I don't know, I don't know, I don't know, I don't know", "tokens": [286, 500, 380, 458, 11, 286, 500, 380, 458, 11, 286, 500, 380, 458, 11, 286, 500, 380, 458, 11, 286, 500, 380, 458, 11, 286, 500, 380, 458, 11, 286, 500, 380, 458, 11, 286, 500, 380, 458, 11, 286, 500, 380, 458, 11, 286, 500, 380, 458, 11, 286, 500, 380, 458, 11, 286, 500, 380, 458, 11, 286, 500, 380, 458, 11, 286, 500, 380, 458, 11, 286, 500, 380, 458, 11, 286, 500, 380, 458, 11, 286, 500, 380, 458, 11, 286, 500, 380, 458, 11, 286, 500, 380, 458, 11, 286, 500, 380, 458, 11, 286, 500, 380, 458, 11, 286, 500, 380, 458, 11, 286, 500, 380, 458, 11, 286, 500, 380, 458, 11, 286, 500, 380, 458, 11, 286, 500, 380, 458, 11, 286, 500, 380, 458, 11, 286, 500, 380, 458, 11, 286, 500, 380, 458, 11, 286, 500, 380, 458, 11, 286, 500, 380, 458, 11, 286, 500, 380, 458, 11, 286, 500, 380, 458, 11, 286, 500, 380, 458, 11, 286, 500, 380, 458, 11, 286, 500, 380, 458, 11, 286, 500, 380, 458, 11, 286, 500, 380, 458, 11, 286, 500, 380, 458, 11, 286, 500, 380, 458, 11, 286, 500, 380, 458, 11, 286, 500, 380, 458, 11, 286, 500, 380, 458, 11, 286, 500, 380, 458, 11, 286, 500, 380, 458], "avg_logprob": -0.1329166603088379, "compression_ratio": 21.689655172413794, "no_speech_prob": 3.5762786865234375e-07, "words": [{"start": 1490.03, "end": 1490.29, "word": " I", "probability": 0.21484375}, {"start": 1490.29, "end": 1490.45, "word": " don't", "probability": 0.5174407958984375}, {"start": 1490.45, "end": 1490.49, "word": " know,", "probability": 0.405517578125}, {"start": 1490.59, "end": 1490.95, "word": " I", "probability": 0.4033203125}, {"start": 1490.95, "end": 1491.21, "word": " don't", "probability": 0.5616455078125}, {"start": 1491.21, "end": 1491.37, "word": " know,", "probability": 0.4033203125}, {"start": 1491.37, "end": 1491.37, "word": " I", "probability": 0.66943359375}, {"start": 1491.37, "end": 1491.37, "word": " don't", "probability": 0.839599609375}, {"start": 1491.37, "end": 1491.83, "word": " know,", "probability": 0.80126953125}, {"start": 1491.99, "end": 1492.15, "word": " I", "probability": 0.76953125}, {"start": 1492.15, "end": 1492.15, "word": " don't", "probability": 0.916748046875}, {"start": 1492.15, "end": 1492.27, "word": " know,", "probability": 0.890625}, {"start": 1492.27, "end": 1492.27, "word": " I", "probability": 0.87060546875}, {"start": 1492.27, "end": 1492.27, "word": " don't", "probability": 0.943115234375}, {"start": 1492.27, "end": 1492.31, "word": " know,", "probability": 0.90283203125}, {"start": 1492.31, "end": 1493.57, "word": " I", "probability": 0.9267578125}, {"start": 1493.57, "end": 1494.85, "word": " don't", "probability": 0.95556640625}, {"start": 1494.85, "end": 1494.85, "word": " know,", "probability": 0.9052734375}, {"start": 1494.85, "end": 1495.27, "word": " I", "probability": 0.9462890625}, {"start": 1495.27, "end": 1495.29, "word": " don't", "probability": 0.9599609375}, {"start": 1495.29, "end": 1495.29, "word": " know,", "probability": 0.90478515625}, {"start": 1495.29, "end": 1495.29, "word": " I", "probability": 0.95458984375}, {"start": 1495.29, "end": 1495.29, "word": " don't", "probability": 0.96337890625}, {"start": 1495.29, "end": 1495.29, "word": " know,", "probability": 0.90576171875}, {"start": 1495.35, "end": 1495.87, "word": " I", "probability": 0.9599609375}, {"start": 1495.87, "end": 1495.87, "word": " don't", "probability": 0.9658203125}, {"start": 1495.87, "end": 1495.87, "word": " know,", "probability": 0.90576171875}, {"start": 1497.95, "end": 1500.01, "word": " I", "probability": 0.96435546875}, {"start": 1500.01, "end": 1500.25, "word": " don't", "probability": 0.9677734375}, {"start": 1500.25, "end": 1500.25, "word": " know,", "probability": 0.9052734375}, {"start": 1500.25, "end": 1501.05, "word": " I", "probability": 0.96875}, {"start": 1501.05, "end": 1501.59, "word": " don't", "probability": 0.9697265625}, {"start": 1501.59, "end": 1501.59, "word": " know,", "probability": 0.90625}, {"start": 1501.59, "end": 1502.27, "word": " I", "probability": 0.97119140625}, {"start": 1502.27, "end": 1502.27, "word": " don't", "probability": 0.97119140625}, {"start": 1502.27, "end": 1502.27, "word": " know,", "probability": 0.9052734375}, {"start": 1502.27, "end": 1502.27, "word": " I", "probability": 0.97314453125}, {"start": 1502.27, "end": 1502.27, "word": " don't", "probability": 0.972412109375}, {"start": 1502.27, "end": 1502.27, "word": " know,", "probability": 0.90625}, {"start": 1502.27, "end": 1502.27, "word": " I", "probability": 0.9755859375}, {"start": 1502.27, "end": 1502.27, "word": " don't", "probability": 0.9736328125}, {"start": 1502.27, "end": 1502.27, "word": " know,", "probability": 0.904296875}, {"start": 1502.27, "end": 1502.27, "word": " I", "probability": 0.97705078125}, {"start": 1502.27, "end": 1502.27, "word": " don't", "probability": 0.97412109375}, {"start": 1502.27, "end": 1502.27, "word": " know,", "probability": 0.90478515625}, {"start": 1502.27, "end": 1502.27, "word": " I", "probability": 0.978515625}, {"start": 1502.27, "end": 1502.27, "word": " don't", "probability": 0.97509765625}, {"start": 1502.27, "end": 1502.27, "word": " know,", "probability": 0.9052734375}, {"start": 1502.27, "end": 1502.27, "word": " I", "probability": 0.97998046875}, {"start": 1502.27, "end": 1502.27, "word": " don't", "probability": 0.9755859375}, {"start": 1502.27, "end": 1502.27, "word": " know,", "probability": 0.90673828125}, {"start": 1502.27, "end": 1502.27, "word": " I", "probability": 0.98095703125}, {"start": 1502.27, "end": 1502.27, "word": " don't", "probability": 0.975830078125}, {"start": 1502.27, "end": 1502.27, "word": " know,", "probability": 0.90576171875}, {"start": 1502.27, "end": 1502.27, "word": " I", "probability": 0.9814453125}, {"start": 1502.27, "end": 1502.27, "word": " don't", "probability": 0.9765625}, {"start": 1502.27, "end": 1502.27, "word": " know,", "probability": 0.9052734375}, {"start": 1502.27, "end": 1502.27, "word": " I", "probability": 0.982421875}, {"start": 1502.27, "end": 1502.27, "word": " don't", "probability": 0.976806640625}, {"start": 1502.27, "end": 1502.27, "word": " know,", "probability": 0.904296875}, {"start": 1502.27, "end": 1502.27, "word": " I", "probability": 0.98291015625}, {"start": 1502.27, "end": 1502.27, "word": " don't", "probability": 0.97705078125}, {"start": 1502.27, "end": 1502.27, "word": " know,", "probability": 0.904296875}, {"start": 1502.27, "end": 1502.27, "word": " I", "probability": 0.9833984375}, {"start": 1502.27, "end": 1502.27, "word": " don't", "probability": 0.9775390625}, {"start": 1502.27, "end": 1502.27, "word": " know,", "probability": 0.90576171875}, {"start": 1502.27, "end": 1502.27, "word": " I", "probability": 0.98388671875}, {"start": 1502.27, "end": 1502.27, "word": " don't", "probability": 0.97705078125}, {"start": 1502.27, "end": 1502.27, "word": " know,", "probability": 0.90625}, {"start": 1502.53, "end": 1502.53, "word": " I", "probability": 0.98486328125}, {"start": 1502.53, "end": 1502.53, "word": " don't", "probability": 0.977783203125}, {"start": 1502.53, "end": 1502.53, "word": " know,", "probability": 0.9052734375}, {"start": 1502.53, "end": 1502.53, "word": " I", "probability": 0.9853515625}, {"start": 1502.53, "end": 1502.53, "word": " don't", "probability": 0.978271484375}, {"start": 1502.53, "end": 1502.53, "word": " know,", "probability": 0.9052734375}, {"start": 1502.53, "end": 1502.53, "word": " I", "probability": 0.986328125}, {"start": 1502.53, "end": 1502.53, "word": " don't", "probability": 0.978271484375}, {"start": 1502.53, "end": 1502.53, "word": " know,", "probability": 0.904296875}, {"start": 1502.53, "end": 1502.53, "word": " I", "probability": 0.98681640625}, {"start": 1502.53, "end": 1502.53, "word": " don't", "probability": 0.978271484375}, {"start": 1502.53, "end": 1502.53, "word": " know,", "probability": 0.904296875}, {"start": 1502.89, "end": 1503.03, "word": " I", "probability": 0.9873046875}, {"start": 1503.03, "end": 1503.03, "word": " don't", "probability": 0.978271484375}, {"start": 1503.03, "end": 1503.03, "word": " know,", "probability": 0.90478515625}, {"start": 1503.03, "end": 1503.03, "word": " I", "probability": 0.98779296875}, {"start": 1503.03, "end": 1503.03, "word": " don't", "probability": 0.97900390625}, {"start": 1503.03, "end": 1503.03, "word": " know,", "probability": 0.90478515625}, {"start": 1503.03, "end": 1503.03, "word": " I", "probability": 0.98876953125}, {"start": 1503.03, "end": 1503.03, "word": " don't", "probability": 0.978759765625}, {"start": 1503.03, "end": 1503.03, "word": " know,", "probability": 0.90478515625}, {"start": 1503.03, "end": 1503.41, "word": " I", "probability": 0.9892578125}, {"start": 1503.41, "end": 1503.59, "word": " don't", "probability": 0.979248046875}, {"start": 1503.59, "end": 1503.59, "word": " know,", "probability": 0.90234375}, {"start": 1503.71, "end": 1503.71, "word": " I", "probability": 0.98974609375}, {"start": 1503.71, "end": 1504.03, "word": " don't", "probability": 0.97900390625}, {"start": 1504.03, "end": 1504.03, "word": " know,", "probability": 0.9052734375}, {"start": 1504.03, "end": 1504.03, "word": " I", "probability": 0.990234375}, {"start": 1504.03, "end": 1504.03, "word": " don't", "probability": 0.9794921875}, {"start": 1504.03, "end": 1504.03, "word": " know,", "probability": 0.9052734375}, {"start": 1504.35, "end": 1504.35, "word": " I", "probability": 0.99072265625}, {"start": 1504.35, "end": 1504.47, "word": " don't", "probability": 0.9794921875}, {"start": 1504.47, "end": 1504.47, "word": " know,", "probability": 0.90283203125}, {"start": 1504.47, "end": 1504.51, "word": " I", "probability": 0.9912109375}, {"start": 1504.51, "end": 1504.51, "word": " don't", "probability": 0.97998046875}, {"start": 1504.51, "end": 1504.51, "word": " know,", "probability": 0.90283203125}, {"start": 1504.51, "end": 1504.73, "word": " I", "probability": 0.9912109375}, {"start": 1504.73, "end": 1504.73, "word": " don't", "probability": 0.979736328125}, {"start": 1504.73, "end": 1504.73, "word": " know,", "probability": 0.9033203125}, {"start": 1504.85, "end": 1504.91, "word": " I", "probability": 0.99169921875}, {"start": 1504.91, "end": 1505.29, "word": " don't", "probability": 0.97998046875}, {"start": 1505.29, "end": 1505.41, "word": " know,", "probability": 0.90576171875}, {"start": 1505.49, "end": 1505.81, "word": " I", "probability": 0.9921875}, {"start": 1505.81, "end": 1505.81, "word": " don't", "probability": 0.980224609375}, {"start": 1505.81, "end": 1505.87, "word": " know,", "probability": 0.9033203125}, {"start": 1505.87, "end": 1505.87, "word": " I", "probability": 0.9921875}, {"start": 1505.87, "end": 1505.87, "word": " don't", "probability": 0.98046875}, {"start": 1505.87, "end": 1505.87, "word": " know,", "probability": 0.90625}, {"start": 1505.87, "end": 1505.87, "word": " I", "probability": 0.99267578125}, {"start": 1505.87, "end": 1505.87, "word": " don't", "probability": 0.980712890625}, {"start": 1505.87, "end": 1505.91, "word": " know,", "probability": 0.90380859375}, {"start": 1506.87, "end": 1506.87, "word": " I", "probability": 0.99267578125}, {"start": 1506.87, "end": 1506.87, "word": " don't", "probability": 0.98046875}, {"start": 1506.87, "end": 1506.87, "word": " know,", "probability": 0.90625}, {"start": 1506.87, "end": 1506.87, "word": " I", "probability": 0.9931640625}, {"start": 1506.87, "end": 1506.87, "word": " don't", "probability": 0.980712890625}, {"start": 1506.87, "end": 1506.87, "word": " know,", "probability": 0.90380859375}, {"start": 1506.87, "end": 1506.87, "word": " I", "probability": 0.9931640625}, {"start": 1506.87, "end": 1506.87, "word": " don't", "probability": 0.98095703125}, {"start": 1506.87, "end": 1506.87, "word": " know,", "probability": 0.90380859375}, {"start": 1510.55, "end": 1511.89, "word": " I", "probability": 0.99365234375}, {"start": 1511.89, "end": 1511.89, "word": " don't", "probability": 0.981201171875}, {"start": 1511.89, "end": 1511.89, "word": " know,", "probability": 0.90380859375}, {"start": 1514.55, "end": 1515.73, "word": " I", "probability": 0.994140625}, {"start": 1515.73, "end": 1515.77, "word": " don't", "probability": 0.9814453125}, {"start": 1515.77, "end": 1515.79, "word": " know", "probability": 0.904296875}], "temperature": 1.0}, {"id": 65, "seek": 152260, "start": 1518.58, "end": 1522.6, "text": " I don't know. I don't know. I don't know.", "tokens": [286, 500, 380, 458, 13, 286, 500, 380, 458, 13, 286, 500, 380, 458, 13], "avg_logprob": -1.0400390625, "compression_ratio": 1.68, "no_speech_prob": 3.808736801147461e-05, "words": [{"start": 1518.58, "end": 1519.04, "word": " I", "probability": 0.0477294921875}, {"start": 1519.04, "end": 1519.36, "word": " don't", "probability": 0.540313720703125}, {"start": 1519.36, "end": 1519.5, "word": " know.", "probability": 0.60888671875}, {"start": 1519.88, "end": 1519.94, "word": " I", "probability": 0.2117919921875}, {"start": 1519.94, "end": 1520.22, "word": " don't", "probability": 0.59918212890625}, {"start": 1520.22, "end": 1520.32, "word": " know.", "probability": 0.56884765625}, {"start": 1520.64, "end": 1520.78, "word": " I", "probability": 0.197509765625}, {"start": 1520.78, "end": 1521.8, "word": " don't", "probability": 0.7271728515625}, {"start": 1521.8, "end": 1522.6, "word": " know.", "probability": 0.74560546875}], "temperature": 1.0}, {"id": 66, "seek": 156284, "start": 1548.34, "end": 1562.84, "text": " My legs slipped. My legs slipped. My legs slipped.", "tokens": [1222, 5668, 28989, 13, 1222, 5668, 28989, 13, 1222, 5668, 28989, 13], "avg_logprob": -0.7379807875706599, "compression_ratio": 1.8214285714285714, "no_speech_prob": 4.172325134277344e-07, "words": [{"start": 1548.34, "end": 1549.74, "word": " My", "probability": 0.458251953125}, {"start": 1549.74, "end": 1550.7, "word": " legs", "probability": 0.66943359375}, {"start": 1550.7, "end": 1551.26, "word": " slipped.", "probability": 0.568359375}, {"start": 1551.62, "end": 1551.8, "word": " My", "probability": 0.382080078125}, {"start": 1551.8, "end": 1552.1, "word": " legs", "probability": 0.54541015625}, {"start": 1552.1, "end": 1553.12, "word": " slipped.", "probability": 0.794921875}, {"start": 1553.52, "end": 1554.92, "word": " My", "probability": 0.23388671875}, {"start": 1554.92, "end": 1562.18, "word": " legs", "probability": 0.54150390625}, {"start": 1562.18, "end": 1562.84, "word": " slipped.", "probability": 0.826171875}], "temperature": 1.0}, {"id": 67, "seek": 158332, "start": 1571.12, "end": 1583.32, "text": " You can take an Ipad and just use it to search something on the internet.", "tokens": [509, 393, 747, 364, 286, 13647, 293, 445, 764, 309, 281, 3164, 746, 322, 264, 4705, 13], "avg_logprob": -1.2934027446640863, "compression_ratio": 1.0277777777777777, "no_speech_prob": 1.4901161193847656e-06, "words": [{"start": 1571.1200000000001, "end": 1572.16, "word": " You", "probability": 0.037078857421875}, {"start": 1572.16, "end": 1572.16, "word": " can", "probability": 0.40673828125}, {"start": 1572.16, "end": 1575.42, "word": " take", "probability": 0.63427734375}, {"start": 1575.42, "end": 1575.82, "word": " an", "probability": 0.049530029296875}, {"start": 1575.82, "end": 1578.66, "word": " Ipad", "probability": 0.468994140625}, {"start": 1578.66, "end": 1579.26, "word": " and", "probability": 0.446044921875}, {"start": 1579.26, "end": 1580.32, "word": " just", "probability": 0.46337890625}, {"start": 1580.32, "end": 1580.74, "word": " use", "probability": 0.276123046875}, {"start": 1580.74, "end": 1580.9, "word": " it", "probability": 0.26806640625}, {"start": 1580.9, "end": 1581.14, "word": " to", "probability": 0.290283203125}, {"start": 1581.14, "end": 1581.24, "word": " search", "probability": 0.303466796875}, {"start": 1581.24, "end": 1581.74, "word": " something", "probability": 0.1434326171875}, {"start": 1581.74, "end": 1582.56, "word": " on", "probability": 0.19921875}, {"start": 1582.56, "end": 1582.8, "word": " the", "probability": 0.546875}, {"start": 1582.8, "end": 1583.32, "word": " internet.", "probability": 0.389404296875}], "temperature": 1.0}, {"id": 68, "seek": 161392, "start": 1587.86, "end": 1613.92, "text": " By the way, I'm not a virgin. I'm not a virgin. I'm not a virgin. I'm not a virgin. I'm not a virgin. I'm not a virgin. I'm not a virgin. I'm not a virgin. I'm not a virgin. I'm not a virgin. I'm not a virgin. I'm not a virgin. I'm not a virgin. I'm not a virgin. I'm not a virgin. I'm not a virgin. I'm not a virgin. I'm not a virgin. I'm not a virgin. I'm not a virgin. I'm not a virgin. I'm not a virgin. I'm not a virgin. I'm not a virgin. I'm not a virgin. I'm not a virgin. I'm not a virgin. I'm not a virgin. I'm not a virgin. I'm not a virgin. I'm not a virgin. I'm not a virgin. I'm not a virgin. I'm not a virgin. I'm not a virgin. I'm not a virgin. I'm not a", "tokens": [3146, 264, 636, 11, 286, 478, 406, 257, 26404, 13, 286, 478, 406, 257, 26404, 13, 286, 478, 406, 257, 26404, 13, 286, 478, 406, 257, 26404, 13, 286, 478, 406, 257, 26404, 13, 286, 478, 406, 257, 26404, 13, 286, 478, 406, 257, 26404, 13, 286, 478, 406, 257, 26404, 13, 286, 478, 406, 257, 26404, 13, 286, 478, 406, 257, 26404, 13, 286, 478, 406, 257, 26404, 13, 286, 478, 406, 257, 26404, 13, 286, 478, 406, 257, 26404, 13, 286, 478, 406, 257, 26404, 13, 286, 478, 406, 257, 26404, 13, 286, 478, 406, 257, 26404, 13, 286, 478, 406, 257, 26404, 13, 286, 478, 406, 257, 26404, 13, 286, 478, 406, 257, 26404, 13, 286, 478, 406, 257, 26404, 13, 286, 478, 406, 257, 26404, 13, 286, 478, 406, 257, 26404, 13, 286, 478, 406, 257, 26404, 13, 286, 478, 406, 257, 26404, 13, 286, 478, 406, 257, 26404, 13, 286, 478, 406, 257, 26404, 13, 286, 478, 406, 257, 26404, 13, 286, 478, 406, 257, 26404, 13, 286, 478, 406, 257, 26404, 13, 286, 478, 406, 257, 26404, 13, 286, 478, 406, 257, 26404, 13, 286, 478, 406, 257, 26404, 13, 286, 478, 406, 257, 26404, 13, 286, 478, 406, 257, 26404, 13, 286, 478, 406, 257, 26404, 13, 286, 478, 406, 257, 26404, 13, 286, 478, 406, 257], "avg_logprob": -0.16527777777777777, "compression_ratio": 15.227272727272727, "no_speech_prob": 3.337860107421875e-06, "words": [{"start": 1587.8600000000001, "end": 1588.42, "word": " By", "probability": 0.08953857421875}, {"start": 1588.42, "end": 1588.46, "word": " the", "probability": 0.88037109375}, {"start": 1588.46, "end": 1588.68, "word": " way,", "probability": 0.9375}, {"start": 1588.76, "end": 1589.0, "word": " I'm", "probability": 0.61962890625}, {"start": 1589.0, "end": 1589.22, "word": " not", "probability": 0.8916015625}, {"start": 1589.22, "end": 1589.58, "word": " a", "probability": 0.239501953125}, {"start": 1589.58, "end": 1589.58, "word": " virgin.", "probability": 0.10882568359375}, {"start": 1590.16, "end": 1590.16, "word": " I'm", "probability": 0.3367919921875}, {"start": 1590.16, "end": 1590.16, "word": " not", "probability": 0.189697265625}, {"start": 1590.16, "end": 1590.44, "word": " a", "probability": 0.383056640625}, {"start": 1590.44, "end": 1590.44, "word": " virgin.", "probability": 0.8408203125}, {"start": 1590.84, "end": 1591.18, "word": " I'm", "probability": 0.3677978515625}, {"start": 1591.18, "end": 1592.48, "word": " not", "probability": 0.2470703125}, {"start": 1592.48, "end": 1592.48, "word": " a", "probability": 0.54833984375}, {"start": 1592.48, "end": 1592.98, "word": " virgin.", "probability": 0.91943359375}, {"start": 1593.58, "end": 1593.64, "word": " I'm", "probability": 0.4234619140625}, {"start": 1593.64, "end": 1593.64, "word": " not", "probability": 0.40625}, {"start": 1593.64, "end": 1593.96, "word": " a", "probability": 0.7802734375}, {"start": 1593.96, "end": 1594.44, "word": " virgin.", "probability": 0.96142578125}, {"start": 1595.2, "end": 1595.42, "word": " I'm", "probability": 0.49072265625}, {"start": 1595.42, "end": 1595.64, "word": " not", "probability": 0.5869140625}, {"start": 1595.64, "end": 1595.72, "word": " a", "probability": 0.8984375}, {"start": 1595.72, "end": 1595.72, "word": " virgin.", "probability": 0.97314453125}, {"start": 1596.52, "end": 1596.98, "word": " I'm", "probability": 0.5743408203125}, {"start": 1596.98, "end": 1597.38, "word": " not", "probability": 0.70751953125}, {"start": 1597.38, "end": 1597.48, "word": " a", "probability": 0.9375}, {"start": 1597.48, "end": 1597.74, "word": " virgin.", "probability": 0.97607421875}, {"start": 1597.74, "end": 1597.74, "word": " I'm", "probability": 0.6451416015625}, {"start": 1597.74, "end": 1597.74, "word": " not", "probability": 0.7734375}, {"start": 1597.74, "end": 1597.74, "word": " a", "probability": 0.951171875}, {"start": 1597.74, "end": 1597.74, "word": " virgin.", "probability": 0.97607421875}, {"start": 1597.74, "end": 1597.74, "word": " I'm", "probability": 0.694580078125}, {"start": 1597.74, "end": 1597.74, "word": " not", "probability": 0.8134765625}, {"start": 1597.74, "end": 1597.74, "word": " a", "probability": 0.9580078125}, {"start": 1597.74, "end": 1597.74, "word": " virgin.", "probability": 0.97509765625}, {"start": 1597.74, "end": 1597.74, "word": " I'm", "probability": 0.732177734375}, {"start": 1597.74, "end": 1597.74, "word": " not", "probability": 0.8408203125}, {"start": 1597.74, "end": 1597.74, "word": " a", "probability": 0.962890625}, {"start": 1597.74, "end": 1598.64, "word": " virgin.", "probability": 0.974609375}, {"start": 1598.92, "end": 1599.08, "word": " I'm", "probability": 0.7705078125}, {"start": 1599.08, "end": 1599.28, "word": " not", "probability": 0.86328125}, {"start": 1599.28, "end": 1599.28, "word": " a", "probability": 0.9677734375}, {"start": 1599.28, "end": 1599.36, "word": " virgin.", "probability": 0.9736328125}, {"start": 1599.6, "end": 1599.6, "word": " I'm", "probability": 0.80908203125}, {"start": 1599.6, "end": 1600.02, "word": " not", "probability": 0.88232421875}, {"start": 1600.02, "end": 1600.18, "word": " a", "probability": 0.97314453125}, {"start": 1600.18, "end": 1601.28, "word": " virgin.", "probability": 0.9736328125}, {"start": 1601.32, "end": 1601.44, "word": " I'm", "probability": 0.84423828125}, {"start": 1601.44, "end": 1602.36, "word": " not", "probability": 0.89697265625}, {"start": 1602.36, "end": 1602.82, "word": " a", "probability": 0.9775390625}, {"start": 1602.82, "end": 1603.16, "word": " virgin.", "probability": 0.97265625}, {"start": 1603.52, "end": 1603.52, "word": " I'm", "probability": 0.874267578125}, {"start": 1603.52, "end": 1603.52, "word": " not", "probability": 0.90869140625}, {"start": 1603.52, "end": 1603.98, "word": " a", "probability": 0.9814453125}, {"start": 1603.98, "end": 1603.98, "word": " virgin.", "probability": 0.97265625}, {"start": 1604.44, "end": 1604.86, "word": " I'm", "probability": 0.897705078125}, {"start": 1604.86, "end": 1605.04, "word": " not", "probability": 0.91845703125}, {"start": 1605.04, "end": 1605.06, "word": " a", "probability": 0.98486328125}, {"start": 1605.06, "end": 1605.1, "word": " virgin.", "probability": 0.97216796875}, {"start": 1605.66, "end": 1606.22, "word": " I'm", "probability": 0.916015625}, {"start": 1606.22, "end": 1606.22, "word": " not", "probability": 0.92626953125}, {"start": 1606.22, "end": 1606.22, "word": " a", "probability": 0.9873046875}, {"start": 1606.22, "end": 1606.22, "word": " virgin.", "probability": 0.97216796875}, {"start": 1606.78, "end": 1606.78, "word": " I'm", "probability": 0.9296875}, {"start": 1606.78, "end": 1606.88, "word": " not", "probability": 0.93017578125}, {"start": 1606.88, "end": 1606.88, "word": " a", "probability": 0.9892578125}, {"start": 1606.88, "end": 1607.08, "word": " virgin.", "probability": 0.97216796875}, {"start": 1607.14, "end": 1607.14, "word": " I'm", "probability": 0.939453125}, {"start": 1607.14, "end": 1607.14, "word": " not", "probability": 0.935546875}, {"start": 1607.14, "end": 1607.14, "word": " a", "probability": 0.99072265625}, {"start": 1607.14, "end": 1607.14, "word": " virgin.", "probability": 0.9716796875}, {"start": 1607.66, "end": 1607.92, "word": " I'm", "probability": 0.947265625}, {"start": 1607.92, "end": 1608.04, "word": " not", "probability": 0.93798828125}, {"start": 1608.04, "end": 1608.06, "word": " a", "probability": 0.99169921875}, {"start": 1608.06, "end": 1608.1, "word": " virgin.", "probability": 0.97119140625}, {"start": 1608.1, "end": 1608.1, "word": " I'm", "probability": 0.952880859375}, {"start": 1608.1, "end": 1608.1, "word": " not", "probability": 0.939453125}, {"start": 1608.1, "end": 1608.1, "word": " a", "probability": 0.99267578125}, {"start": 1608.1, "end": 1608.1, "word": " virgin.", "probability": 0.970703125}, {"start": 1608.1, "end": 1608.1, "word": " I'm", "probability": 0.958984375}, {"start": 1608.1, "end": 1608.1, "word": " not", "probability": 0.94287109375}, {"start": 1608.1, "end": 1608.1, "word": " a", "probability": 0.99365234375}, {"start": 1608.1, "end": 1608.18, "word": " virgin.", "probability": 0.97021484375}, {"start": 1608.46, "end": 1608.74, "word": " I'm", "probability": 0.96337890625}, {"start": 1608.74, "end": 1608.74, "word": " not", "probability": 0.94384765625}, {"start": 1608.74, "end": 1608.94, "word": " a", "probability": 0.99462890625}, {"start": 1608.94, "end": 1609.54, "word": " virgin.", "probability": 0.9697265625}, {"start": 1609.88, "end": 1610.08, "word": " I'm", "probability": 0.967529296875}, {"start": 1610.08, "end": 1610.14, "word": " not", "probability": 0.94482421875}, {"start": 1610.14, "end": 1610.46, "word": " a", "probability": 0.9951171875}, {"start": 1610.46, "end": 1610.94, "word": " virgin.", "probability": 0.96826171875}, {"start": 1611.04, "end": 1611.26, "word": " I'm", "probability": 0.971435546875}, {"start": 1611.26, "end": 1611.32, "word": " not", "probability": 0.947265625}, {"start": 1611.32, "end": 1611.54, "word": " a", "probability": 0.99560546875}, {"start": 1611.54, "end": 1611.54, "word": " virgin.", "probability": 0.9677734375}, {"start": 1611.92, "end": 1611.92, "word": " I'm", "probability": 0.974365234375}, {"start": 1611.92, "end": 1611.92, "word": " not", "probability": 0.94775390625}, {"start": 1611.92, "end": 1612.74, "word": " a", "probability": 0.99609375}, {"start": 1612.74, "end": 1613.08, "word": " virgin.", "probability": 0.9658203125}, {"start": 1613.46, "end": 1613.46, "word": " I'm", "probability": 0.976806640625}, {"start": 1613.46, "end": 1613.46, "word": " not", "probability": 0.9482421875}, {"start": 1613.46, "end": 1613.46, "word": " a", "probability": 0.99658203125}, {"start": 1613.46, "end": 1613.82, "word": " virgin.", "probability": 0.96533203125}, {"start": 1613.92, "end": 1613.92, "word": " I'm", "probability": 0.97900390625}, {"start": 1613.92, "end": 1613.92, "word": " not", "probability": 0.9482421875}, {"start": 1613.92, "end": 1613.92, "word": " a", "probability": 0.9970703125}, {"start": 1613.92, "end": 1613.92, "word": " virgin.", "probability": 0.9638671875}, {"start": 1613.92, "end": 1613.92, "word": " I'm", "probability": 0.98095703125}, {"start": 1613.92, "end": 1613.92, "word": " not", "probability": 0.94873046875}, {"start": 1613.92, "end": 1613.92, "word": " a", "probability": 0.9970703125}, {"start": 1613.92, "end": 1613.92, "word": " virgin.", "probability": 0.962890625}, {"start": 1613.92, "end": 1613.92, "word": " I'm", "probability": 0.982177734375}, {"start": 1613.92, "end": 1613.92, "word": " not", "probability": 0.95068359375}, {"start": 1613.92, "end": 1613.92, "word": " a", "probability": 0.9970703125}, {"start": 1613.92, "end": 1613.92, "word": " virgin.", "probability": 0.9619140625}, {"start": 1613.92, "end": 1613.92, "word": " I'm", "probability": 0.983642578125}, {"start": 1613.92, "end": 1613.92, "word": " not", "probability": 0.94921875}, {"start": 1613.92, "end": 1613.92, "word": " a", "probability": 0.9970703125}, {"start": 1613.92, "end": 1613.92, "word": " virgin.", "probability": 0.96142578125}, {"start": 1613.92, "end": 1613.92, "word": " I'm", "probability": 0.984619140625}, {"start": 1613.92, "end": 1613.92, "word": " not", "probability": 0.94921875}, {"start": 1613.92, "end": 1613.92, "word": " a", "probability": 0.9970703125}, {"start": 1613.92, "end": 1613.92, "word": " virgin.", "probability": 0.96142578125}, {"start": 1613.92, "end": 1613.92, "word": " I'm", "probability": 0.985595703125}, {"start": 1613.92, "end": 1613.92, "word": " not", "probability": 0.94921875}, {"start": 1613.92, "end": 1613.92, "word": " a", "probability": 0.9970703125}, {"start": 1613.92, "end": 1613.92, "word": " virgin.", "probability": 0.9609375}, {"start": 1613.92, "end": 1613.92, "word": " I'm", "probability": 0.986328125}, {"start": 1613.92, "end": 1613.92, "word": " not", "probability": 0.95068359375}, {"start": 1613.92, "end": 1613.92, "word": " a", "probability": 0.9970703125}, {"start": 1613.92, "end": 1613.92, "word": " virgin.", "probability": 0.9609375}, {"start": 1613.92, "end": 1613.92, "word": " I'm", "probability": 0.98681640625}, {"start": 1613.92, "end": 1613.92, "word": " not", "probability": 0.95068359375}, {"start": 1613.92, "end": 1613.92, "word": " a", "probability": 0.9970703125}, {"start": 1613.92, "end": 1613.92, "word": " virgin.", "probability": 0.96142578125}, {"start": 1613.92, "end": 1613.92, "word": " I'm", "probability": 0.98681640625}, {"start": 1613.92, "end": 1613.92, "word": " not", "probability": 0.951171875}, {"start": 1613.92, "end": 1613.92, "word": " a", "probability": 0.9970703125}, {"start": 1613.92, "end": 1613.92, "word": " virgin.", "probability": 0.9619140625}, {"start": 1613.92, "end": 1613.92, "word": " I'm", "probability": 0.986572265625}, {"start": 1613.92, "end": 1613.92, "word": " not", "probability": 0.951171875}, {"start": 1613.92, "end": 1613.92, "word": " a", "probability": 0.99658203125}, {"start": 1613.92, "end": 1613.92, "word": " virgin.", "probability": 0.962890625}, {"start": 1613.92, "end": 1613.92, "word": " I'm", "probability": 0.986328125}, {"start": 1613.92, "end": 1613.92, "word": " not", "probability": 0.95068359375}, {"start": 1613.92, "end": 1613.92, "word": " a", "probability": 0.99658203125}, {"start": 1613.92, "end": 1613.92, "word": " virgin.", "probability": 0.96484375}, {"start": 1613.92, "end": 1613.92, "word": " I'm", "probability": 0.9853515625}, {"start": 1613.92, "end": 1613.92, "word": " not", "probability": 0.951171875}, {"start": 1613.92, "end": 1613.92, "word": " a", "probability": 0.99609375}], "temperature": 1.0}, {"id": 69, "seek": 162696, "start": 1624.34, "end": 1626.96, "text": " French. French. French.", "tokens": [5522, 13, 5522, 13, 5522, 13], "avg_logprob": -0.7940848384584699, "compression_ratio": 1.3333333333333333, "no_speech_prob": 2.4437904357910156e-06, "words": [{"start": 1624.34, "end": 1625.32, "word": " French.", "probability": 0.42919921875}, {"start": 1625.86, "end": 1626.1, "word": " French.", "probability": 0.8173828125}, {"start": 1626.54, "end": 1626.96, "word": " French.", "probability": 0.80224609375}], "temperature": 1.0}, {"id": 70, "seek": 164446, "start": 1629.48, "end": 1644.46, "text": " Some of my best friends, one of my best friends, she's an art teacher, she's done a lot of art, she's done a lot of art, she's done a lot of art, she's done a lot of art,", "tokens": [2188, 295, 452, 1151, 1855, 11, 472, 295, 452, 1151, 1855, 11, 750, 311, 364, 1523, 5027, 11, 750, 311, 1096, 257, 688, 295, 1523, 11, 750, 311, 1096, 257, 688, 295, 1523, 11, 750, 311, 1096, 257, 688, 295, 1523, 11, 750, 311, 1096, 257, 688, 295, 1523, 11], "avg_logprob": -0.9234068440456017, "compression_ratio": 2.310810810810811, "no_speech_prob": 9.5367431640625e-07, "words": [{"start": 1629.48, "end": 1629.7, "word": " Some", "probability": 0.16357421875}, {"start": 1629.7, "end": 1629.84, "word": " of", "probability": 0.6845703125}, {"start": 1629.84, "end": 1629.96, "word": " my", "probability": 0.45556640625}, {"start": 1629.96, "end": 1630.2, "word": " best", "probability": 0.87255859375}, {"start": 1630.2, "end": 1630.56, "word": " friends,", "probability": 0.8232421875}, {"start": 1630.88, "end": 1631.14, "word": " one", "probability": 0.1861572265625}, {"start": 1631.14, "end": 1631.26, "word": " of", "probability": 0.798828125}, {"start": 1631.26, "end": 1631.5, "word": " my", "probability": 0.28125}, {"start": 1631.5, "end": 1631.66, "word": " best", "probability": 0.426513671875}, {"start": 1631.66, "end": 1631.9, "word": " friends,", "probability": 0.6962890625}, {"start": 1632.22, "end": 1632.46, "word": " she's", "probability": 0.25238037109375}, {"start": 1632.46, "end": 1632.46, "word": " an", "probability": 0.14453125}, {"start": 1632.46, "end": 1632.76, "word": " art", "probability": 0.197021484375}, {"start": 1632.76, "end": 1633.66, "word": " teacher,", "probability": 0.483642578125}, {"start": 1633.66, "end": 1635.66, "word": " she's", "probability": 0.37890625}, {"start": 1635.66, "end": 1635.94, "word": " done", "probability": 0.153564453125}, {"start": 1635.94, "end": 1636.42, "word": " a", "probability": 0.111572265625}, {"start": 1636.42, "end": 1636.64, "word": " lot", "probability": 0.63037109375}, {"start": 1636.64, "end": 1637.5, "word": " of", "probability": 0.8798828125}, {"start": 1637.5, "end": 1637.5, "word": " art,", "probability": 0.1575927734375}, {"start": 1637.5, "end": 1638.42, "word": " she's", "probability": 0.476806640625}, {"start": 1638.42, "end": 1638.76, "word": " done", "probability": 0.2197265625}, {"start": 1638.76, "end": 1638.76, "word": " a", "probability": 0.14111328125}, {"start": 1638.76, "end": 1638.76, "word": " lot", "probability": 0.8681640625}, {"start": 1638.76, "end": 1638.94, "word": " of", "probability": 0.955078125}, {"start": 1638.94, "end": 1639.6, "word": " art,", "probability": 0.10565185546875}, {"start": 1640.64, "end": 1640.74, "word": " she's", "probability": 0.5933837890625}, {"start": 1640.74, "end": 1641.64, "word": " done", "probability": 0.411376953125}, {"start": 1641.64, "end": 1641.64, "word": " a", "probability": 0.403076171875}, {"start": 1641.64, "end": 1641.64, "word": " lot", "probability": 0.90576171875}, {"start": 1641.64, "end": 1641.64, "word": " of", "probability": 0.9619140625}, {"start": 1641.64, "end": 1641.64, "word": " art,", "probability": 0.37890625}, {"start": 1641.64, "end": 1642.58, "word": " she's", "probability": 0.706298828125}, {"start": 1642.58, "end": 1642.64, "word": " done", "probability": 0.68310546875}, {"start": 1642.64, "end": 1643.36, "word": " a", "probability": 0.82763671875}, {"start": 1643.36, "end": 1643.38, "word": " lot", "probability": 0.94091796875}, {"start": 1643.38, "end": 1644.46, "word": " of", "probability": 0.96923828125}, {"start": 1644.46, "end": 1644.46, "word": " art,", "probability": 0.80810546875}], "temperature": 1.0}, {"id": 71, "seek": 167192, "start": 1644.48, "end": 1671.92, "text": " I'm not sure if I'm going to be able to answer all of your questions.", "tokens": [286, 478, 406, 988, 498, 286, 478, 516, 281, 312, 1075, 281, 1867, 439, 295, 428, 1651, 13], "avg_logprob": -1.3363486967588727, "compression_ratio": 1.0144927536231885, "no_speech_prob": 1.8477439880371094e-06, "words": [{"start": 1644.48, "end": 1644.7, "word": " I'm", "probability": 0.105377197265625}, {"start": 1644.7, "end": 1644.7, "word": " not", "probability": 0.07916259765625}, {"start": 1644.7, "end": 1644.7, "word": " sure", "probability": 0.1339111328125}, {"start": 1644.7, "end": 1644.7, "word": " if", "probability": 0.322998046875}, {"start": 1644.7, "end": 1647.34, "word": " I'm", "probability": 0.25811767578125}, {"start": 1647.34, "end": 1647.38, "word": " going", "probability": 0.230712890625}, {"start": 1647.38, "end": 1651.98, "word": " to", "probability": 0.953125}, {"start": 1651.98, "end": 1653.98, "word": " be", "probability": 0.1807861328125}, {"start": 1653.98, "end": 1654.0, "word": " able", "probability": 0.5791015625}, {"start": 1654.0, "end": 1667.88, "word": " to", "probability": 0.966796875}, {"start": 1667.88, "end": 1667.88, "word": " answer", "probability": 0.09002685546875}, {"start": 1667.88, "end": 1669.42, "word": " all", "probability": 0.2232666015625}, {"start": 1669.42, "end": 1670.08, "word": " of", "probability": 0.448486328125}, {"start": 1670.08, "end": 1671.92, "word": " your", "probability": 0.362060546875}, {"start": 1671.92, "end": 1671.92, "word": " questions.", "probability": 0.9130859375}], "temperature": 1.0}, {"id": 72, "seek": 169958, "start": 1671.96, "end": 1699.58, "text": " It's a big world, it's a big world, it's a big world, it's a big world, it's a big world, it's a big world.", "tokens": [467, 311, 257, 955, 1002, 11, 309, 311, 257, 955, 1002, 11, 309, 311, 257, 955, 1002, 11, 309, 311, 257, 955, 1002, 11, 309, 311, 257, 955, 1002, 11, 309, 311, 257, 955, 1002, 13], "avg_logprob": -0.6722972844098065, "compression_ratio": 3.4838709677419355, "no_speech_prob": 3.5762786865234375e-07, "words": [{"start": 1671.96, "end": 1672.18, "word": " It's", "probability": 0.2662353515625}, {"start": 1672.18, "end": 1672.44, "word": " a", "probability": 0.353271484375}, {"start": 1672.44, "end": 1672.46, "word": " big", "probability": 0.03839111328125}, {"start": 1672.46, "end": 1673.14, "word": " world,", "probability": 0.36767578125}, {"start": 1673.66, "end": 1673.66, "word": " it's", "probability": 0.5870361328125}, {"start": 1673.66, "end": 1673.76, "word": " a", "probability": 0.1849365234375}, {"start": 1673.76, "end": 1673.98, "word": " big", "probability": 0.408203125}, {"start": 1673.98, "end": 1674.38, "word": " world,", "probability": 0.44482421875}, {"start": 1674.46, "end": 1676.12, "word": " it's", "probability": 0.6810302734375}, {"start": 1676.12, "end": 1676.12, "word": " a", "probability": 0.69140625}, {"start": 1676.12, "end": 1676.18, "word": " big", "probability": 0.62158203125}, {"start": 1676.18, "end": 1676.56, "word": " world,", "probability": 0.875}, {"start": 1676.74, "end": 1676.96, "word": " it's", "probability": 0.8408203125}, {"start": 1676.96, "end": 1676.98, "word": " a", "probability": 0.95068359375}, {"start": 1676.98, "end": 1677.0, "word": " big", "probability": 0.8466796875}, {"start": 1677.0, "end": 1679.04, "word": " world,", "probability": 0.9462890625}, {"start": 1679.46, "end": 1682.34, "word": " it's", "probability": 0.927734375}, {"start": 1682.34, "end": 1682.5, "word": " a", "probability": 0.98193359375}, {"start": 1682.5, "end": 1682.6, "word": " big", "probability": 0.892578125}, {"start": 1682.6, "end": 1682.64, "word": " world,", "probability": 0.94921875}, {"start": 1682.66, "end": 1692.06, "word": " it's", "probability": 0.9453125}, {"start": 1692.06, "end": 1696.76, "word": " a", "probability": 0.98583984375}, {"start": 1696.76, "end": 1697.06, "word": " big", "probability": 0.9033203125}, {"start": 1697.06, "end": 1699.58, "word": " world.", "probability": 0.95166015625}], "temperature": 1.0}, {"id": 73, "seek": 171547, "start": 1699.75, "end": 1715.47, "text": " I'm sorry. I'm sorry. I'm sorry.", "tokens": [286, 478, 2597, 13, 286, 478, 2597, 13, 286, 478, 2597, 13], "avg_logprob": -1.118990421295166, "compression_ratio": 1.5, "no_speech_prob": 3.933906555175781e-06, "words": [{"start": 1699.75, "end": 1700.13, "word": " I'm", "probability": 0.11248779296875}, {"start": 1700.13, "end": 1700.43, "word": " sorry.", "probability": 0.08477783203125}, {"start": 1702.93, "end": 1704.33, "word": " I'm", "probability": 0.4271240234375}, {"start": 1704.33, "end": 1705.93, "word": " sorry.", "probability": 0.474853515625}, {"start": 1713.93, "end": 1715.33, "word": " I'm", "probability": 0.569091796875}, {"start": 1715.33, "end": 1715.47, "word": " sorry.", "probability": 0.6806640625}], "temperature": 1.0}, {"id": 74, "seek": 173090, "start": 1724.06, "end": 1730.9, "text": " I don't want you to ask them to see what they're doing. You don't know what you're doing. Don't ask them.", "tokens": [286, 500, 380, 528, 291, 281, 1029, 552, 281, 536, 437, 436, 434, 884, 13, 509, 500, 380, 458, 437, 291, 434, 884, 13, 1468, 380, 1029, 552, 13], "avg_logprob": -0.9963541348775228, "compression_ratio": 1.325, "no_speech_prob": 2.6226043701171875e-06, "words": [{"start": 1724.06, "end": 1724.74, "word": " I", "probability": 0.08197021484375}, {"start": 1724.74, "end": 1725.42, "word": " don't", "probability": 0.603515625}, {"start": 1725.42, "end": 1725.62, "word": " want", "probability": 0.15576171875}, {"start": 1725.62, "end": 1725.74, "word": " you", "probability": 0.7109375}, {"start": 1725.74, "end": 1726.12, "word": " to", "probability": 0.88916015625}, {"start": 1726.12, "end": 1726.38, "word": " ask", "probability": 0.4365234375}, {"start": 1726.38, "end": 1726.54, "word": " them", "probability": 0.5205078125}, {"start": 1726.54, "end": 1726.7, "word": " to", "probability": 0.392333984375}, {"start": 1726.7, "end": 1727.06, "word": " see", "probability": 0.13232421875}, {"start": 1727.06, "end": 1727.38, "word": " what", "probability": 0.29150390625}, {"start": 1727.38, "end": 1727.76, "word": " they're", "probability": 0.24993896484375}, {"start": 1727.76, "end": 1727.96, "word": " doing.", "probability": 0.62744140625}, {"start": 1728.42, "end": 1728.42, "word": " You", "probability": 0.101806640625}, {"start": 1728.42, "end": 1728.82, "word": " don't", "probability": 0.56695556640625}, {"start": 1728.82, "end": 1728.82, "word": " know", "probability": 0.274169921875}, {"start": 1728.82, "end": 1729.12, "word": " what", "probability": 0.37353515625}, {"start": 1729.12, "end": 1729.52, "word": " you're", "probability": 0.717529296875}, {"start": 1729.52, "end": 1729.52, "word": " doing.", "probability": 0.80859375}, {"start": 1729.78, "end": 1730.32, "word": " Don't", "probability": 0.524871826171875}, {"start": 1730.32, "end": 1730.66, "word": " ask", "probability": 0.84033203125}, {"start": 1730.66, "end": 1730.9, "word": " them.", "probability": 0.429931640625}], "temperature": 1.0}, {"id": 75, "seek": 175743, "start": 1748.57, "end": 1757.43, "text": " And after that, I went home. I went home. Okay. Well, I didn't go back, of course. Yeah.", "tokens": [400, 934, 300, 11, 286, 1437, 1280, 13, 286, 1437, 1280, 13, 1033, 13, 1042, 11, 286, 994, 380, 352, 646, 11, 295, 1164, 13, 865, 13], "avg_logprob": -0.7672991114003318, "compression_ratio": 1.0853658536585367, "no_speech_prob": 1.1920928955078125e-06, "words": [{"start": 1748.5700000000002, "end": 1749.17, "word": " And", "probability": 0.051666259765625}, {"start": 1749.17, "end": 1749.77, "word": " after", "probability": 0.5693359375}, {"start": 1749.77, "end": 1750.13, "word": " that,", "probability": 0.92724609375}, {"start": 1750.27, "end": 1750.27, "word": " I", "probability": 0.52294921875}, {"start": 1750.27, "end": 1750.61, "word": " went", "probability": 0.368896484375}, {"start": 1750.61, "end": 1751.73, "word": " home.", "probability": 0.431640625}, {"start": 1752.19, "end": 1752.33, "word": " I", "probability": 0.60400390625}, {"start": 1752.33, "end": 1752.51, "word": " went", "probability": 0.267822265625}, {"start": 1752.51, "end": 1753.13, "word": " home.", "probability": 0.64990234375}, {"start": 1753.37, "end": 1753.37, "word": " Okay.", "probability": 0.214599609375}, {"start": 1753.71, "end": 1753.81, "word": " Well,", "probability": 0.269775390625}, {"start": 1753.87, "end": 1753.91, "word": " I", "probability": 0.95947265625}, {"start": 1753.91, "end": 1754.09, "word": " didn't", "probability": 0.568359375}, {"start": 1754.09, "end": 1754.21, "word": " go", "probability": 0.59033203125}, {"start": 1754.21, "end": 1754.75, "word": " back,", "probability": 0.69287109375}, {"start": 1755.01, "end": 1755.13, "word": " of", "probability": 0.58203125}, {"start": 1755.13, "end": 1755.23, "word": " course.", "probability": 0.9619140625}, {"start": 1757.03, "end": 1757.43, "word": " Yeah.", "probability": 0.323974609375}], "temperature": 1.0}, {"id": 76, "seek": 178278, "start": 1766.74, "end": 1782.78, "text": " Okay, my name is Mustafa, Mustafa, Mustafa, Mustafa, Mustafa, Mustafa", "tokens": [1033, 11, 452, 1315, 307, 37229, 11, 37229, 11, 37229, 11, 37229, 11, 37229, 11, 37229], "avg_logprob": -1.1737132352941178, "compression_ratio": 1.9444444444444444, "no_speech_prob": 5.960464477539063e-08, "words": [{"start": 1766.74, "end": 1767.02, "word": " Okay,", "probability": 0.061065673828125}, {"start": 1767.08, "end": 1767.24, "word": " my", "probability": 0.06512451171875}, {"start": 1767.24, "end": 1767.52, "word": " name", "probability": 0.30322265625}, {"start": 1767.52, "end": 1767.52, "word": " is", "probability": 0.857421875}, {"start": 1767.52, "end": 1767.76, "word": " Mustafa,", "probability": 0.2005615234375}, {"start": 1769.24, "end": 1775.46, "word": " Mustafa,", "probability": 0.54345703125}, {"start": 1775.48, "end": 1778.1, "word": " Mustafa,", "probability": 0.57421875}, {"start": 1778.24, "end": 1778.24, "word": " Mustafa,", "probability": 0.63916015625}, {"start": 1778.46, "end": 1779.32, "word": " Mustafa,", "probability": 0.70654296875}, {"start": 1779.32, "end": 1782.78, "word": " Mustafa", "probability": 0.75927734375}], "temperature": 1.0}, {"id": 77, "seek": 179131, "start": 1784.19, "end": 1791.31, "text": " It was real, a real ghost. After a while, it started shouting at me, a real ghost, for the third time.", "tokens": [467, 390, 957, 11, 257, 957, 8359, 13, 2381, 257, 1339, 11, 309, 1409, 20382, 412, 385, 11, 257, 957, 8359, 11, 337, 264, 2636, 565, 13], "avg_logprob": -0.7823660756860461, "compression_ratio": 1.2261904761904763, "no_speech_prob": 3.2186508178710938e-06, "words": [{"start": 1784.19, "end": 1784.63, "word": " It", "probability": 0.4697265625}, {"start": 1784.63, "end": 1784.87, "word": " was", "probability": 0.92431640625}, {"start": 1784.87, "end": 1785.19, "word": " real,", "probability": 0.8515625}, {"start": 1785.37, "end": 1785.53, "word": " a", "probability": 0.53759765625}, {"start": 1785.53, "end": 1785.71, "word": " real", "probability": 0.89208984375}, {"start": 1785.71, "end": 1785.93, "word": " ghost.", "probability": 0.79638671875}, {"start": 1786.03, "end": 1786.39, "word": " After", "probability": 0.6123046875}, {"start": 1786.39, "end": 1786.53, "word": " a", "probability": 0.88671875}, {"start": 1786.53, "end": 1786.75, "word": " while,", "probability": 0.9443359375}, {"start": 1786.91, "end": 1786.99, "word": " it", "probability": 0.2384033203125}, {"start": 1786.99, "end": 1787.23, "word": " started", "probability": 0.479248046875}, {"start": 1787.23, "end": 1787.69, "word": " shouting", "probability": 0.457275390625}, {"start": 1787.69, "end": 1788.05, "word": " at", "probability": 0.107177734375}, {"start": 1788.05, "end": 1788.21, "word": " me,", "probability": 0.638671875}, {"start": 1788.33, "end": 1789.59, "word": " a", "probability": 0.15869140625}, {"start": 1789.59, "end": 1790.01, "word": " real", "probability": 0.8974609375}, {"start": 1790.01, "end": 1790.39, "word": " ghost,", "probability": 0.8330078125}, {"start": 1790.61, "end": 1790.63, "word": " for", "probability": 0.131103515625}, {"start": 1790.63, "end": 1790.71, "word": " the", "probability": 0.21240234375}, {"start": 1790.71, "end": 1790.97, "word": " third", "probability": 0.54541015625}, {"start": 1790.97, "end": 1791.31, "word": " time.", "probability": 0.845703125}], "temperature": 1.0}, {"id": 78, "seek": 182748, "start": 1804.36, "end": 1827.48, "text": " The first thing I noticed was that there were a lot of people who didn't speak English. They didn't speak English at all. They didn't speak English at all. They didn't speak English at all.", "tokens": [440, 700, 551, 286, 5694, 390, 300, 456, 645, 257, 688, 295, 561, 567, 994, 380, 1710, 3669, 13, 814, 994, 380, 1710, 3669, 412, 439, 13, 814, 994, 380, 1710, 3669, 412, 439, 13, 814, 994, 380, 1710, 3669, 412, 439, 13], "avg_logprob": -1.0610795562917537, "compression_ratio": 1.958762886597938, "no_speech_prob": 2.384185791015625e-07, "words": [{"start": 1804.3600000000001, "end": 1804.94, "word": " The", "probability": 0.05291748046875}, {"start": 1804.94, "end": 1804.94, "word": " first", "probability": 0.09185791015625}, {"start": 1804.94, "end": 1805.02, "word": " thing", "probability": 0.282958984375}, {"start": 1805.02, "end": 1805.5, "word": " I", "probability": 0.370361328125}, {"start": 1805.5, "end": 1806.68, "word": " noticed", "probability": 0.12042236328125}, {"start": 1806.68, "end": 1807.9, "word": " was", "probability": 0.389404296875}, {"start": 1807.9, "end": 1808.02, "word": " that", "probability": 0.53662109375}, {"start": 1808.02, "end": 1808.18, "word": " there", "probability": 0.049224853515625}, {"start": 1808.18, "end": 1808.18, "word": " were", "probability": 0.21826171875}, {"start": 1808.18, "end": 1808.8, "word": " a", "probability": 0.09271240234375}, {"start": 1808.8, "end": 1808.96, "word": " lot", "probability": 0.80615234375}, {"start": 1808.96, "end": 1808.96, "word": " of", "probability": 0.95947265625}, {"start": 1808.96, "end": 1809.16, "word": " people", "probability": 0.138916015625}, {"start": 1809.16, "end": 1809.2, "word": " who", "probability": 0.420654296875}, {"start": 1809.2, "end": 1809.84, "word": " didn't", "probability": 0.524505615234375}, {"start": 1809.84, "end": 1809.84, "word": " speak", "probability": 0.340576171875}, {"start": 1809.84, "end": 1809.84, "word": " English.", "probability": 0.249755859375}, {"start": 1809.84, "end": 1809.84, "word": " They", "probability": 0.124267578125}, {"start": 1809.84, "end": 1810.4, "word": " didn't", "probability": 0.61248779296875}, {"start": 1810.4, "end": 1810.52, "word": " speak", "probability": 0.448486328125}, {"start": 1810.52, "end": 1810.96, "word": " English", "probability": 0.445068359375}, {"start": 1810.96, "end": 1810.96, "word": " at", "probability": 0.189208984375}, {"start": 1810.96, "end": 1810.96, "word": " all.", "probability": 0.888671875}, {"start": 1810.98, "end": 1810.98, "word": " They", "probability": 0.1793212890625}, {"start": 1810.98, "end": 1811.08, "word": " didn't", "probability": 0.6324462890625}, {"start": 1811.08, "end": 1811.92, "word": " speak", "probability": 0.51953125}, {"start": 1811.92, "end": 1812.2, "word": " English", "probability": 0.63525390625}, {"start": 1812.2, "end": 1812.4, "word": " at", "probability": 0.478515625}, {"start": 1812.4, "end": 1812.7, "word": " all.", "probability": 0.8994140625}, {"start": 1815.38, "end": 1815.96, "word": " They", "probability": 0.163330078125}, {"start": 1815.96, "end": 1816.08, "word": " didn't", "probability": 0.687255859375}, {"start": 1816.08, "end": 1816.24, "word": " speak", "probability": 0.71484375}, {"start": 1816.24, "end": 1821.24, "word": " English", "probability": 0.87158203125}, {"start": 1821.24, "end": 1821.24, "word": " at", "probability": 0.6318359375}, {"start": 1821.24, "end": 1827.48, "word": " all.", "probability": 0.94775390625}], "temperature": 1.0}, {"id": 79, "seek": 183055, "start": 1828.03, "end": 1830.55, "text": " Thank you. Thank you.", "tokens": [1044, 291, 13, 1044, 291, 13], "avg_logprob": -1.1729911054883684, "compression_ratio": 1.0476190476190477, "no_speech_prob": 0.0010385513305664062, "words": [{"start": 1828.03, "end": 1828.43, "word": " Thank", "probability": 0.0173492431640625}, {"start": 1828.43, "end": 1828.97, "word": " you.", "probability": 0.92626953125}, {"start": 1829.47, "end": 1829.47, "word": " Thank", "probability": 0.1473388671875}, {"start": 1829.47, "end": 1830.55, "word": " you.", "probability": 0.9541015625}], "temperature": 1.0}, {"id": 80, "seek": 187556, "start": 1845.78, "end": 1875.56, "text": " Perfect, good. Describe your sentence. Describe your sentence. Describe your sentence. Describe your sentence. Describe your sentence. Describe your sentence. Describe your sentence. Describe your sentence. Describe your sentence. Describe your sentence. Describe your sentence. Describe your sentence. Describe your sentence. Describe your sentence. Describe your sentence. Describe your sentence. Describe your sentence. Describe your sentence. Describe your sentence. Describe your sentence. Describe your sentence. Describe your sentence. Describe your sentence. Describe your sentence. Describe your sentence. Describe your sentence. Describe your sentence. Describe your sentence. Describe your sentence. Describe your sentence. Describe your sentence. Describe your sentence. Describe your sentence. Describe your sentence. Describe your sentence. Describe your sentence. Describe your sentence. Describe your sentence. Describe your sentence. Describe your sentence. Describe your sentence. Describe your sentence. Describe your sentence. Describe your sentence.", "tokens": [10246, 11, 665, 13, 3885, 8056, 428, 8174, 13, 3885, 8056, 428, 8174, 13, 3885, 8056, 428, 8174, 13, 3885, 8056, 428, 8174, 13, 3885, 8056, 428, 8174, 13, 3885, 8056, 428, 8174, 13, 3885, 8056, 428, 8174, 13, 3885, 8056, 428, 8174, 13, 3885, 8056, 428, 8174, 13, 3885, 8056, 428, 8174, 13, 3885, 8056, 428, 8174, 13, 3885, 8056, 428, 8174, 13, 3885, 8056, 428, 8174, 13, 3885, 8056, 428, 8174, 13, 3885, 8056, 428, 8174, 13, 3885, 8056, 428, 8174, 13, 3885, 8056, 428, 8174, 13, 3885, 8056, 428, 8174, 13, 3885, 8056, 428, 8174, 13, 3885, 8056, 428, 8174, 13, 3885, 8056, 428, 8174, 13, 3885, 8056, 428, 8174, 13, 3885, 8056, 428, 8174, 13, 3885, 8056, 428, 8174, 13, 3885, 8056, 428, 8174, 13, 3885, 8056, 428, 8174, 13, 3885, 8056, 428, 8174, 13, 3885, 8056, 428, 8174, 13, 3885, 8056, 428, 8174, 13, 3885, 8056, 428, 8174, 13, 3885, 8056, 428, 8174, 13, 3885, 8056, 428, 8174, 13, 3885, 8056, 428, 8174, 13, 3885, 8056, 428, 8174, 13, 3885, 8056, 428, 8174, 13, 3885, 8056, 428, 8174, 13, 3885, 8056, 428, 8174, 13, 3885, 8056, 428, 8174, 13, 3885, 8056, 428, 8174, 13, 3885, 8056, 428, 8174, 13, 3885, 8056, 428, 8174, 13, 3885, 8056, 428, 8174, 13, 3885, 8056, 428, 8174, 13, 3885, 8056, 428, 8174, 13], "avg_logprob": -0.13208333757188584, "compression_ratio": 19.472727272727273, "no_speech_prob": 3.5762786865234375e-07, "words": [{"start": 1845.78, "end": 1846.44, "word": " Perfect,", "probability": 0.1634521484375}, {"start": 1846.6, "end": 1846.9, "word": " good.", "probability": 0.1849365234375}, {"start": 1847.52, "end": 1847.94, "word": " Describe", "probability": 0.48614501953125}, {"start": 1847.94, "end": 1848.68, "word": " your", "probability": 0.25}, {"start": 1848.68, "end": 1850.42, "word": " sentence.", "probability": 0.509765625}, {"start": 1850.84, "end": 1851.52, "word": " Describe", "probability": 0.61187744140625}, {"start": 1851.52, "end": 1852.5, "word": " your", "probability": 0.6376953125}, {"start": 1852.5, "end": 1852.88, "word": " sentence.", "probability": 0.939453125}, {"start": 1853.36, "end": 1854.04, "word": " Describe", "probability": 0.550567626953125}, {"start": 1854.04, "end": 1854.22, "word": " your", "probability": 0.77880859375}, {"start": 1854.22, "end": 1854.9, "word": " sentence.", "probability": 0.95703125}, {"start": 1854.9, "end": 1854.9, "word": " Describe", "probability": 0.61297607421875}, {"start": 1854.9, "end": 1854.9, "word": " your", "probability": 0.8583984375}, {"start": 1854.9, "end": 1854.9, "word": " sentence.", "probability": 0.962890625}, {"start": 1854.9, "end": 1854.9, "word": " Describe", "probability": 0.7275390625}, {"start": 1854.9, "end": 1854.9, "word": " your", "probability": 0.87646484375}, {"start": 1854.9, "end": 1854.9, "word": " sentence.", "probability": 0.96630859375}, {"start": 1854.9, "end": 1854.9, "word": " Describe", "probability": 0.857177734375}, {"start": 1854.9, "end": 1854.9, "word": " your", "probability": 0.88232421875}, {"start": 1854.9, "end": 1854.9, "word": " sentence.", "probability": 0.96728515625}, {"start": 1854.9, "end": 1854.9, "word": " Describe", "probability": 0.8994140625}, {"start": 1854.9, "end": 1854.9, "word": " your", "probability": 0.8837890625}, {"start": 1854.9, "end": 1854.9, "word": " sentence.", "probability": 0.96875}, {"start": 1854.9, "end": 1854.9, "word": " Describe", "probability": 0.9150390625}, {"start": 1854.9, "end": 1854.9, "word": " your", "probability": 0.8857421875}, {"start": 1854.9, "end": 1854.9, "word": " sentence.", "probability": 0.97021484375}, {"start": 1854.9, "end": 1854.9, "word": " Describe", "probability": 0.92578125}, {"start": 1854.9, "end": 1854.9, "word": " your", "probability": 0.88720703125}, {"start": 1854.9, "end": 1854.9, "word": " sentence.", "probability": 0.970703125}, {"start": 1855.08, "end": 1855.08, "word": " Describe", "probability": 0.93603515625}, {"start": 1855.08, "end": 1855.08, "word": " your", "probability": 0.888671875}, {"start": 1855.08, "end": 1855.14, "word": " sentence.", "probability": 0.9716796875}, {"start": 1855.42, "end": 1855.9, "word": " Describe", "probability": 0.943115234375}, {"start": 1855.9, "end": 1856.8, "word": " your", "probability": 0.89013671875}, {"start": 1856.8, "end": 1856.8, "word": " sentence.", "probability": 0.97216796875}, {"start": 1857.14, "end": 1857.34, "word": " Describe", "probability": 0.94775390625}, {"start": 1857.34, "end": 1857.58, "word": " your", "probability": 0.89013671875}, {"start": 1857.58, "end": 1857.66, "word": " sentence.", "probability": 0.97314453125}, {"start": 1857.66, "end": 1857.66, "word": " Describe", "probability": 0.950439453125}, {"start": 1857.66, "end": 1857.66, "word": " your", "probability": 0.890625}, {"start": 1857.66, "end": 1857.66, "word": " sentence.", "probability": 0.97314453125}, {"start": 1857.66, "end": 1857.66, "word": " Describe", "probability": 0.950927734375}, {"start": 1857.66, "end": 1857.66, "word": " your", "probability": 0.89306640625}, {"start": 1857.66, "end": 1857.84, "word": " sentence.", "probability": 0.9736328125}, {"start": 1857.84, "end": 1857.84, "word": " Describe", "probability": 0.95068359375}, {"start": 1857.84, "end": 1857.84, "word": " your", "probability": 0.8935546875}, {"start": 1857.84, "end": 1857.84, "word": " sentence.", "probability": 0.974609375}, {"start": 1858.34, "end": 1859.02, "word": " Describe", "probability": 0.950439453125}, {"start": 1859.02, "end": 1859.02, "word": " your", "probability": 0.89453125}, {"start": 1859.02, "end": 1859.02, "word": " sentence.", "probability": 0.97509765625}, {"start": 1859.02, "end": 1859.02, "word": " Describe", "probability": 0.9501953125}, {"start": 1859.02, "end": 1859.02, "word": " your", "probability": 0.89501953125}, {"start": 1859.02, "end": 1859.02, "word": " sentence.", "probability": 0.97509765625}, {"start": 1859.02, "end": 1859.04, "word": " Describe", "probability": 0.9501953125}, {"start": 1859.04, "end": 1859.34, "word": " your", "probability": 0.89697265625}, {"start": 1859.34, "end": 1859.34, "word": " sentence.", "probability": 0.97509765625}, {"start": 1859.66, "end": 1859.66, "word": " Describe", "probability": 0.949462890625}, {"start": 1859.66, "end": 1859.8, "word": " your", "probability": 0.89697265625}, {"start": 1859.8, "end": 1859.8, "word": " sentence.", "probability": 0.9755859375}, {"start": 1859.8, "end": 1860.0, "word": " Describe", "probability": 0.948974609375}, {"start": 1860.0, "end": 1860.0, "word": " your", "probability": 0.89794921875}, {"start": 1860.0, "end": 1860.0, "word": " sentence.", "probability": 0.97607421875}, {"start": 1860.0, "end": 1860.0, "word": " Describe", "probability": 0.948486328125}, {"start": 1860.0, "end": 1860.0, "word": " your", "probability": 0.8984375}, {"start": 1860.0, "end": 1860.0, "word": " sentence.", "probability": 0.9765625}, {"start": 1860.0, "end": 1860.0, "word": " Describe", "probability": 0.94775390625}, {"start": 1860.0, "end": 1860.0, "word": " your", "probability": 0.89990234375}, {"start": 1860.0, "end": 1860.0, "word": " sentence.", "probability": 0.97607421875}, {"start": 1860.0, "end": 1860.0, "word": " Describe", "probability": 0.947021484375}, {"start": 1860.0, "end": 1860.0, "word": " your", "probability": 0.89892578125}, {"start": 1860.0, "end": 1860.0, "word": " sentence.", "probability": 0.9765625}, {"start": 1860.0, "end": 1860.0, "word": " Describe", "probability": 0.94580078125}, {"start": 1860.0, "end": 1860.0, "word": " your", "probability": 0.89892578125}, {"start": 1860.0, "end": 1860.0, "word": " sentence.", "probability": 0.9765625}, {"start": 1860.0, "end": 1860.0, "word": " Describe", "probability": 0.944580078125}, {"start": 1860.0, "end": 1860.0, "word": " your", "probability": 0.90087890625}, {"start": 1860.0, "end": 1860.0, "word": " sentence.", "probability": 0.97705078125}, {"start": 1860.0, "end": 1860.0, "word": " Describe", "probability": 0.94384765625}, {"start": 1860.0, "end": 1860.0, "word": " your", "probability": 0.90087890625}, {"start": 1860.0, "end": 1860.0, "word": " sentence.", "probability": 0.97705078125}, {"start": 1860.0, "end": 1860.02, "word": " Describe", "probability": 0.9423828125}, {"start": 1860.02, "end": 1860.02, "word": " your", "probability": 0.90087890625}, {"start": 1860.02, "end": 1860.02, "word": " sentence.", "probability": 0.97705078125}, {"start": 1860.02, "end": 1860.02, "word": " Describe", "probability": 0.94091796875}, {"start": 1860.02, "end": 1860.02, "word": " your", "probability": 0.90087890625}, {"start": 1860.02, "end": 1860.02, "word": " sentence.", "probability": 0.97705078125}, {"start": 1860.02, "end": 1860.02, "word": " Describe", "probability": 0.939208984375}, {"start": 1860.02, "end": 1860.02, "word": " your", "probability": 0.8984375}, {"start": 1860.02, "end": 1860.02, "word": " sentence.", "probability": 0.97705078125}, {"start": 1860.02, "end": 1860.02, "word": " Describe", "probability": 0.938232421875}, {"start": 1860.02, "end": 1860.02, "word": " your", "probability": 0.8984375}, {"start": 1860.02, "end": 1860.02, "word": " sentence.", "probability": 0.97705078125}, {"start": 1860.02, "end": 1860.02, "word": " Describe", "probability": 0.93701171875}, {"start": 1860.02, "end": 1860.02, "word": " your", "probability": 0.8984375}, {"start": 1860.02, "end": 1860.02, "word": " sentence.", "probability": 0.97705078125}, {"start": 1860.02, "end": 1860.02, "word": " Describe", "probability": 0.93603515625}, {"start": 1860.02, "end": 1860.02, "word": " your", "probability": 0.8984375}, {"start": 1860.02, "end": 1860.02, "word": " sentence.", "probability": 0.97705078125}, {"start": 1860.02, "end": 1860.02, "word": " Describe", "probability": 0.93505859375}, {"start": 1860.02, "end": 1860.02, "word": " your", "probability": 0.8984375}, {"start": 1860.02, "end": 1860.02, "word": " sentence.", "probability": 0.97705078125}, {"start": 1860.02, "end": 1860.02, "word": " Describe", "probability": 0.93359375}, {"start": 1860.02, "end": 1860.02, "word": " your", "probability": 0.89892578125}, {"start": 1860.02, "end": 1860.02, "word": " sentence.", "probability": 0.97705078125}, {"start": 1860.02, "end": 1860.02, "word": " Describe", "probability": 0.932373046875}, {"start": 1860.02, "end": 1860.02, "word": " your", "probability": 0.89892578125}, {"start": 1860.02, "end": 1860.02, "word": " sentence.", "probability": 0.97705078125}, {"start": 1860.02, "end": 1860.02, "word": " Describe", "probability": 0.93212890625}, {"start": 1860.02, "end": 1860.02, "word": " your", "probability": 0.89892578125}, {"start": 1860.02, "end": 1860.02, "word": " sentence.", "probability": 0.97705078125}, {"start": 1860.02, "end": 1860.02, "word": " Describe", "probability": 0.931396484375}, {"start": 1860.02, "end": 1860.02, "word": " your", "probability": 0.89892578125}, {"start": 1860.02, "end": 1860.02, "word": " sentence.", "probability": 0.97705078125}, {"start": 1860.02, "end": 1860.02, "word": " Describe", "probability": 0.9306640625}, {"start": 1860.02, "end": 1860.02, "word": " your", "probability": 0.8984375}, {"start": 1860.02, "end": 1860.02, "word": " sentence.", "probability": 0.97705078125}, {"start": 1860.02, "end": 1860.02, "word": " Describe", "probability": 0.93115234375}, {"start": 1860.02, "end": 1860.02, "word": " your", "probability": 0.89892578125}, {"start": 1860.02, "end": 1860.02, "word": " sentence.", "probability": 0.97705078125}, {"start": 1860.14, "end": 1860.82, "word": " Describe", "probability": 0.930419921875}, {"start": 1860.82, "end": 1861.3, "word": " your", "probability": 0.89892578125}, {"start": 1861.3, "end": 1861.3, "word": " sentence.", "probability": 0.97705078125}, {"start": 1861.3, "end": 1861.46, "word": " Describe", "probability": 0.9296875}, {"start": 1861.46, "end": 1861.68, "word": " your", "probability": 0.89892578125}, {"start": 1861.68, "end": 1861.68, "word": " sentence.", "probability": 0.97705078125}, {"start": 1862.16, "end": 1862.84, "word": " Describe", "probability": 0.93017578125}, {"start": 1862.84, "end": 1863.14, "word": " your", "probability": 0.89892578125}, {"start": 1863.14, "end": 1863.48, "word": " sentence.", "probability": 0.9765625}, {"start": 1864.38, "end": 1865.06, "word": " Describe", "probability": 0.92822265625}, {"start": 1865.06, "end": 1865.16, "word": " your", "probability": 0.89892578125}, {"start": 1865.16, "end": 1866.5, "word": " sentence.", "probability": 0.9765625}, {"start": 1867.04, "end": 1867.72, "word": " Describe", "probability": 0.92724609375}, {"start": 1867.72, "end": 1873.18, "word": " your", "probability": 0.9013671875}, {"start": 1873.18, "end": 1875.56, "word": " sentence.", "probability": 0.9765625}], "temperature": 1.0}, {"id": 81, "seek": 188473, "start": 1877.65, "end": 1884.73, "text": " I just read all the verses in the past. Started, started, started. What did you say? Doctor?", "tokens": [286, 445, 1401, 439, 264, 17316, 294, 264, 1791, 13, 39715, 11, 1409, 11, 1409, 13, 708, 630, 291, 584, 30, 10143, 30], "avg_logprob": -0.7363281100988388, "compression_ratio": 1.1481481481481481, "no_speech_prob": 2.205371856689453e-06, "words": [{"start": 1877.65, "end": 1878.21, "word": " I", "probability": 0.1837158203125}, {"start": 1878.21, "end": 1878.77, "word": " just", "probability": 0.5986328125}, {"start": 1878.77, "end": 1879.09, "word": " read", "probability": 0.6240234375}, {"start": 1879.09, "end": 1879.45, "word": " all", "probability": 0.6396484375}, {"start": 1879.45, "end": 1879.61, "word": " the", "probability": 0.87939453125}, {"start": 1879.61, "end": 1879.97, "word": " verses", "probability": 0.37939453125}, {"start": 1879.97, "end": 1880.15, "word": " in", "probability": 0.76220703125}, {"start": 1880.15, "end": 1880.27, "word": " the", "probability": 0.9140625}, {"start": 1880.27, "end": 1880.55, "word": " past.", "probability": 0.73876953125}, {"start": 1881.25, "end": 1881.81, "word": " Started,", "probability": 0.083251953125}, {"start": 1882.21, "end": 1882.61, "word": " started,", "probability": 0.32568359375}, {"start": 1882.61, "end": 1883.57, "word": " started.", "probability": 0.89013671875}, {"start": 1883.85, "end": 1884.05, "word": " What", "probability": 0.23828125}, {"start": 1884.05, "end": 1884.15, "word": " did", "probability": 0.316650390625}, {"start": 1884.15, "end": 1884.23, "word": " you", "probability": 0.86767578125}, {"start": 1884.23, "end": 1884.37, "word": " say?", "probability": 0.7001953125}, {"start": 1884.45, "end": 1884.73, "word": " Doctor?", "probability": 0.705078125}], "temperature": 1.0}, {"id": 82, "seek": 192048, "start": 1908.62, "end": 1920.48, "text": " Probably. Okay. Yeah.", "tokens": [9210, 13, 1033, 13, 865, 13], "avg_logprob": -0.8928571087973458, "compression_ratio": 0.7857142857142857, "no_speech_prob": 5.8710575103759766e-05, "words": [{"start": 1908.62, "end": 1910.02, "word": " Probably.", "probability": 0.0936279296875}, {"start": 1912.46, "end": 1913.76, "word": " Okay.", "probability": 0.180908203125}, {"start": 1919.08, "end": 1920.48, "word": " Yeah.", "probability": 0.54833984375}], "temperature": 1.0}, {"id": 83, "seek": 193629, "start": 1926.75, "end": 1936.29, "text": " there was there was okay just make sure and there is there was an awful monster then of course then", "tokens": [456, 390, 456, 390, 1392, 445, 652, 988, 293, 456, 307, 456, 390, 364, 11232, 10090, 550, 295, 1164, 550], "avg_logprob": -0.4784226417541504, "compression_ratio": 1.36986301369863, "no_speech_prob": 0.0, "words": [{"start": 1926.75, "end": 1927.15, "word": " there", "probability": 0.176025390625}, {"start": 1927.15, "end": 1928.03, "word": " was", "probability": 0.8408203125}, {"start": 1928.03, "end": 1928.99, "word": " there", "probability": 0.135986328125}, {"start": 1928.99, "end": 1930.03, "word": " was", "probability": 0.93701171875}, {"start": 1930.03, "end": 1930.39, "word": " okay", "probability": 0.2451171875}, {"start": 1930.39, "end": 1930.85, "word": " just", "probability": 0.60693359375}, {"start": 1930.85, "end": 1931.07, "word": " make", "probability": 0.94873046875}, {"start": 1931.07, "end": 1931.25, "word": " sure", "probability": 0.927734375}, {"start": 1931.25, "end": 1931.51, "word": " and", "probability": 0.53515625}, {"start": 1931.51, "end": 1931.75, "word": " there", "probability": 0.888671875}, {"start": 1931.75, "end": 1931.93, "word": " is", "probability": 0.8232421875}, {"start": 1931.93, "end": 1932.09, "word": " there", "probability": 0.77880859375}, {"start": 1932.09, "end": 1932.37, "word": " was", "probability": 0.95263671875}, {"start": 1932.37, "end": 1932.57, "word": " an", "probability": 0.7763671875}, {"start": 1932.57, "end": 1932.99, "word": " awful", "probability": 0.875}, {"start": 1932.99, "end": 1934.03, "word": " monster", "probability": 0.958984375}, {"start": 1934.03, "end": 1934.73, "word": " then", "probability": 0.26806640625}, {"start": 1934.73, "end": 1934.91, "word": " of", "probability": 0.8330078125}, {"start": 1934.91, "end": 1935.27, "word": " course", "probability": 0.93701171875}, {"start": 1935.27, "end": 1936.29, "word": " then", "probability": 0.6083984375}], "temperature": 1.0}, {"id": 84, "seek": 196433, "start": 1942.45, "end": 1964.33, "text": " Make a step forward. Just make sure that you have developed in advance. Then I took a step forward. I took a step forward, but I didn't see. Okay, very nice. Then, finally, I took a step forward.", "tokens": [4387, 257, 1823, 2128, 13, 1449, 652, 988, 300, 291, 362, 4743, 294, 7295, 13, 1396, 286, 1890, 257, 1823, 2128, 13, 286, 1890, 257, 1823, 2128, 11, 457, 286, 994, 380, 536, 13, 1033, 11, 588, 1481, 13, 1396, 11, 2721, 11, 286, 1890, 257, 1823, 2128, 13], "avg_logprob": -0.530312488079071, "compression_ratio": 1.6198347107438016, "no_speech_prob": 1.3113021850585938e-06, "words": [{"start": 1942.45, "end": 1942.55, "word": " Make", "probability": 0.03155517578125}, {"start": 1942.55, "end": 1942.69, "word": " a", "probability": 0.83837890625}, {"start": 1942.69, "end": 1943.07, "word": " step", "probability": 0.9423828125}, {"start": 1943.07, "end": 1943.57, "word": " forward.", "probability": 0.91796875}, {"start": 1944.53, "end": 1944.85, "word": " Just", "probability": 0.6826171875}, {"start": 1944.85, "end": 1945.03, "word": " make", "probability": 0.9423828125}, {"start": 1945.03, "end": 1945.21, "word": " sure", "probability": 0.923828125}, {"start": 1945.21, "end": 1945.37, "word": " that", "probability": 0.7998046875}, {"start": 1945.37, "end": 1945.49, "word": " you", "probability": 0.9619140625}, {"start": 1945.49, "end": 1945.63, "word": " have", "probability": 0.90771484375}, {"start": 1945.63, "end": 1946.01, "word": " developed", "probability": 0.75}, {"start": 1946.01, "end": 1946.19, "word": " in", "probability": 0.5009765625}, {"start": 1946.19, "end": 1946.51, "word": " advance.", "probability": 0.56591796875}, {"start": 1946.89, "end": 1946.99, "word": " Then", "probability": 0.1075439453125}, {"start": 1946.99, "end": 1947.13, "word": " I", "probability": 0.78125}, {"start": 1947.13, "end": 1947.33, "word": " took", "probability": 0.8701171875}, {"start": 1947.33, "end": 1947.53, "word": " a", "probability": 0.99169921875}, {"start": 1947.53, "end": 1947.73, "word": " step", "probability": 0.92724609375}, {"start": 1947.73, "end": 1949.01, "word": " forward.", "probability": 0.81884765625}, {"start": 1951.23, "end": 1951.41, "word": " I", "probability": 0.09967041015625}, {"start": 1951.41, "end": 1951.67, "word": " took", "probability": 0.78369140625}, {"start": 1951.67, "end": 1951.77, "word": " a", "probability": 0.8310546875}, {"start": 1951.77, "end": 1952.01, "word": " step", "probability": 0.798828125}, {"start": 1952.01, "end": 1952.45, "word": " forward,", "probability": 0.52734375}, {"start": 1952.45, "end": 1952.59, "word": " but", "probability": 0.63330078125}, {"start": 1952.59, "end": 1952.87, "word": " I", "probability": 0.52197265625}, {"start": 1952.87, "end": 1956.37, "word": " didn't", "probability": 0.88720703125}, {"start": 1956.37, "end": 1957.55, "word": " see.", "probability": 0.259765625}, {"start": 1959.11, "end": 1959.63, "word": " Okay,", "probability": 0.52587890625}, {"start": 1959.85, "end": 1960.15, "word": " very", "probability": 0.50341796875}, {"start": 1960.15, "end": 1960.41, "word": " nice.", "probability": 0.86328125}, {"start": 1960.77, "end": 1961.03, "word": " Then,", "probability": 0.69091796875}, {"start": 1961.51, "end": 1961.87, "word": " finally,", "probability": 0.84326171875}, {"start": 1962.13, "end": 1962.27, "word": " I", "probability": 0.331298828125}, {"start": 1962.27, "end": 1962.37, "word": " took", "probability": 0.50732421875}, {"start": 1962.37, "end": 1962.37, "word": " a", "probability": 0.966796875}, {"start": 1962.37, "end": 1962.51, "word": " step", "probability": 0.93701171875}, {"start": 1962.51, "end": 1964.33, "word": " forward.", "probability": 0.5439453125}], "temperature": 1.0}, {"id": 85, "seek": 199021, "start": 1967.81, "end": 1990.21, "text": " The first one was the name of the show called Tiger, then Gorilla, and then it was brought back in the 18th century. Then it was brought to", "tokens": [440, 700, 472, 390, 264, 1315, 295, 264, 855, 1219, 22025, 11, 550, 26144, 5291, 11, 293, 550, 309, 390, 3038, 646, 294, 264, 2443, 392, 4901, 13, 1396, 309, 390, 3038, 281], "avg_logprob": -1.0625000280492447, "compression_ratio": 1.308411214953271, "no_speech_prob": 0.0, "words": [{"start": 1967.81, "end": 1968.39, "word": " The", "probability": 0.046722412109375}, {"start": 1968.39, "end": 1968.63, "word": " first", "probability": 0.34814453125}, {"start": 1968.63, "end": 1969.17, "word": " one", "probability": 0.26171875}, {"start": 1969.17, "end": 1971.07, "word": " was", "probability": 0.60205078125}, {"start": 1971.07, "end": 1971.19, "word": " the", "probability": 0.06719970703125}, {"start": 1971.19, "end": 1972.11, "word": " name", "probability": 0.0721435546875}, {"start": 1972.11, "end": 1972.29, "word": " of", "probability": 0.751953125}, {"start": 1972.29, "end": 1972.47, "word": " the", "probability": 0.626953125}, {"start": 1972.47, "end": 1972.75, "word": " show", "probability": 0.433349609375}, {"start": 1972.75, "end": 1973.21, "word": " called", "probability": 0.415771484375}, {"start": 1973.21, "end": 1974.41, "word": " Tiger,", "probability": 0.4697265625}, {"start": 1975.15, "end": 1976.05, "word": " then", "probability": 0.256591796875}, {"start": 1976.05, "end": 1977.79, "word": " Gorilla,", "probability": 0.752197265625}, {"start": 1979.23, "end": 1979.99, "word": " and", "probability": 0.235595703125}, {"start": 1979.99, "end": 1980.67, "word": " then", "probability": 0.490478515625}, {"start": 1980.67, "end": 1980.81, "word": " it", "probability": 0.06842041015625}, {"start": 1980.81, "end": 1981.31, "word": " was", "probability": 0.53759765625}, {"start": 1981.31, "end": 1982.39, "word": " brought", "probability": 0.181884765625}, {"start": 1982.39, "end": 1982.93, "word": " back", "probability": 0.70849609375}, {"start": 1982.93, "end": 1983.35, "word": " in", "probability": 0.38330078125}, {"start": 1983.35, "end": 1983.51, "word": " the", "probability": 0.287841796875}, {"start": 1983.51, "end": 1984.03, "word": " 18th", "probability": 0.4893798828125}, {"start": 1984.03, "end": 1984.59, "word": " century.", "probability": 0.81298828125}, {"start": 1987.47, "end": 1988.55, "word": " Then", "probability": 0.505859375}, {"start": 1988.55, "end": 1989.39, "word": " it", "probability": 0.425537109375}, {"start": 1989.39, "end": 1989.55, "word": " was", "probability": 0.37646484375}, {"start": 1989.55, "end": 1989.81, "word": " brought", "probability": 0.349853515625}, {"start": 1989.81, "end": 1990.21, "word": " to", "probability": 0.4033203125}], "temperature": 1.0}, {"id": 86, "seek": 200764, "start": 1991.56, "end": 2007.64, "text": "then I started a group of my family members and they asked me if I wanted to study with them and I said yes and then I started studying with them physically", "tokens": [19096, 286, 1409, 257, 1594, 295, 452, 1605, 2679, 293, 436, 2351, 385, 498, 286, 1415, 281, 2979, 365, 552, 293, 286, 848, 2086, 293, 550, 286, 1409, 7601, 365, 552, 9762], "avg_logprob": -0.9886363636363636, "compression_ratio": 1.5145631067961165, "no_speech_prob": 4.76837158203125e-07, "words": [{"start": 1991.56, "end": 1992.52, "word": "then", "probability": 0.04217529296875}, {"start": 1992.52, "end": 1992.52, "word": " I", "probability": 0.39697265625}, {"start": 1992.52, "end": 1994.16, "word": " started", "probability": 0.814453125}, {"start": 1994.16, "end": 1994.84, "word": " a", "probability": 0.1875}, {"start": 1994.84, "end": 1995.4, "word": " group", "probability": 0.8046875}, {"start": 1995.4, "end": 1995.64, "word": " of", "probability": 0.1785888671875}, {"start": 1995.64, "end": 1995.7, "word": " my", "probability": 0.11810302734375}, {"start": 1995.7, "end": 1996.0, "word": " family", "probability": 0.1759033203125}, {"start": 1996.0, "end": 1996.36, "word": " members", "probability": 0.307861328125}, {"start": 1996.36, "end": 1996.8, "word": " and", "probability": 0.1666259765625}, {"start": 1996.8, "end": 1997.84, "word": " they", "probability": 0.436279296875}, {"start": 1997.84, "end": 1998.32, "word": " asked", "probability": 0.5654296875}, {"start": 1998.32, "end": 1998.54, "word": " me", "probability": 0.802734375}, {"start": 1998.54, "end": 1998.7, "word": " if", "probability": 0.267822265625}, {"start": 1998.7, "end": 1998.86, "word": " I", "probability": 0.89794921875}, {"start": 1998.86, "end": 1999.54, "word": " wanted", "probability": 0.40234375}, {"start": 1999.54, "end": 2000.14, "word": " to", "probability": 0.923828125}, {"start": 2000.14, "end": 2000.86, "word": " study", "probability": 0.42041015625}, {"start": 2000.86, "end": 2001.3, "word": " with", "probability": 0.61474609375}, {"start": 2001.3, "end": 2002.24, "word": " them", "probability": 0.8818359375}, {"start": 2002.24, "end": 2002.26, "word": " and", "probability": 0.1796875}, {"start": 2002.26, "end": 2002.82, "word": " I", "probability": 0.306884765625}, {"start": 2002.82, "end": 2002.82, "word": " said", "probability": 0.76171875}, {"start": 2002.82, "end": 2004.56, "word": " yes", "probability": 0.609375}, {"start": 2004.56, "end": 2004.72, "word": " and", "probability": 0.190673828125}, {"start": 2004.72, "end": 2005.68, "word": " then", "probability": 0.33642578125}, {"start": 2005.68, "end": 2005.68, "word": " I", "probability": 0.358154296875}, {"start": 2005.68, "end": 2006.3, "word": " started", "probability": 0.5546875}, {"start": 2006.3, "end": 2006.84, "word": " studying", "probability": 0.2418212890625}, {"start": 2006.84, "end": 2007.18, "word": " with", "probability": 0.291259765625}, {"start": 2007.18, "end": 2007.34, "word": " them", "probability": 0.63525390625}, {"start": 2007.34, "end": 2007.64, "word": " physically", "probability": 0.417236328125}], "temperature": 1.0}, {"id": 87, "seek": 202456, "start": 2009.36, "end": 2024.56, "text": " Alright, let's see. Who would like to tell us the part of the story? Yes please, over there. Yes please. The second one. A strange day in class. Please, please, quiet please. Yes.", "tokens": [2798, 11, 718, 311, 536, 13, 2102, 576, 411, 281, 980, 505, 264, 644, 295, 264, 1657, 30, 1079, 1767, 11, 670, 456, 13, 1079, 1767, 13, 440, 1150, 472, 13, 316, 5861, 786, 294, 1508, 13, 2555, 11, 1767, 11, 5677, 1767, 13, 1079, 13], "avg_logprob": -0.30003325609450643, "compression_ratio": 1.3740458015267176, "no_speech_prob": 4.172325134277344e-07, "words": [{"start": 2009.36, "end": 2009.74, "word": " Alright,", "probability": 0.537109375}, {"start": 2010.0, "end": 2010.38, "word": " let's", "probability": 0.966796875}, {"start": 2010.38, "end": 2010.84, "word": " see.", "probability": 0.9287109375}, {"start": 2012.24, "end": 2012.76, "word": " Who", "probability": 0.833984375}, {"start": 2012.76, "end": 2012.92, "word": " would", "probability": 0.69580078125}, {"start": 2012.92, "end": 2013.12, "word": " like", "probability": 0.94189453125}, {"start": 2013.12, "end": 2013.26, "word": " to", "probability": 0.97314453125}, {"start": 2013.26, "end": 2013.44, "word": " tell", "probability": 0.8876953125}, {"start": 2013.44, "end": 2013.8, "word": " us", "probability": 0.9404296875}, {"start": 2013.8, "end": 2014.78, "word": " the", "probability": 0.80322265625}, {"start": 2014.78, "end": 2015.6, "word": " part", "probability": 0.869140625}, {"start": 2015.6, "end": 2015.84, "word": " of", "probability": 0.97119140625}, {"start": 2015.84, "end": 2016.04, "word": " the", "probability": 0.9072265625}, {"start": 2016.04, "end": 2016.54, "word": " story?", "probability": 0.9384765625}, {"start": 2016.8, "end": 2017.02, "word": " Yes", "probability": 0.85546875}, {"start": 2017.02, "end": 2017.26, "word": " please,", "probability": 0.53369140625}, {"start": 2017.4, "end": 2017.74, "word": " over", "probability": 0.92138671875}, {"start": 2017.74, "end": 2018.26, "word": " there.", "probability": 0.91650390625}, {"start": 2018.86, "end": 2019.04, "word": " Yes", "probability": 0.79833984375}, {"start": 2019.04, "end": 2019.26, "word": " please.", "probability": 0.68701171875}, {"start": 2019.84, "end": 2020.36, "word": " The", "probability": 0.505859375}, {"start": 2020.36, "end": 2020.58, "word": " second", "probability": 0.405029296875}, {"start": 2020.58, "end": 2020.88, "word": " one.", "probability": 0.8095703125}, {"start": 2021.16, "end": 2021.26, "word": " A", "probability": 0.37890625}, {"start": 2021.26, "end": 2021.64, "word": " strange", "probability": 0.853515625}, {"start": 2021.64, "end": 2021.94, "word": " day", "probability": 0.6875}, {"start": 2021.94, "end": 2022.12, "word": " in", "probability": 0.90625}, {"start": 2022.12, "end": 2022.6, "word": " class.", "probability": 0.65185546875}, {"start": 2022.96, "end": 2023.18, "word": " Please,", "probability": 0.6669921875}, {"start": 2023.28, "end": 2023.5, "word": " please,", "probability": 0.60791015625}, {"start": 2023.54, "end": 2023.72, "word": " quiet", "probability": 0.7529296875}, {"start": 2023.72, "end": 2024.0, "word": " please.", "probability": 0.60546875}, {"start": 2024.34, "end": 2024.56, "word": " Yes.", "probability": 0.96044921875}], "temperature": 1.0}, {"id": 88, "seek": 204933, "start": 2025.03, "end": 2049.33, "text": " I thought that it was a zombie. As soon as it started screaming for my classmates to hide around, they bit me and they thought that I was crazy. Until they saw the zombie. The zombie was chasing after the teacher. After I saw my classmates trying to save their lives, so I ran to save the teacher. When I came near the zombie, I realized that it was my friend and we went.", "tokens": [286, 1194, 300, 309, 390, 257, 20310, 13, 1018, 2321, 382, 309, 1409, 12636, 337, 452, 24964, 281, 6479, 926, 11, 436, 857, 385, 293, 436, 1194, 300, 286, 390, 3219, 13, 9088, 436, 1866, 264, 20310, 13, 440, 20310, 390, 17876, 934, 264, 5027, 13, 2381, 286, 1866, 452, 24964, 1382, 281, 3155, 641, 2909, 11, 370, 286, 5872, 281, 3155, 264, 5027, 13, 1133, 286, 1361, 2651, 264, 20310, 11, 286, 5334, 300, 309, 390, 452, 1277, 293, 321, 1437, 13], "avg_logprob": -0.23604911157772654, "compression_ratio": 1.7932692307692308, "no_speech_prob": 3.039836883544922e-06, "words": [{"start": 2025.03, "end": 2025.47, "word": " I", "probability": 0.26318359375}, {"start": 2025.47, "end": 2026.03, "word": " thought", "probability": 0.328857421875}, {"start": 2026.03, "end": 2026.27, "word": " that", "probability": 0.90234375}, {"start": 2026.27, "end": 2026.41, "word": " it", "probability": 0.84619140625}, {"start": 2026.41, "end": 2026.57, "word": " was", "probability": 0.95556640625}, {"start": 2026.57, "end": 2026.73, "word": " a", "probability": 0.90380859375}, {"start": 2026.73, "end": 2027.07, "word": " zombie.", "probability": 0.89892578125}, {"start": 2027.47, "end": 2027.61, "word": " As", "probability": 0.91455078125}, {"start": 2027.61, "end": 2027.81, "word": " soon", "probability": 0.96630859375}, {"start": 2027.81, "end": 2028.01, "word": " as", "probability": 0.9609375}, {"start": 2028.01, "end": 2028.21, "word": " it", "probability": 0.513671875}, {"start": 2028.21, "end": 2028.55, "word": " started", "probability": 0.7998046875}, {"start": 2028.55, "end": 2029.63, "word": " screaming", "probability": 0.4853515625}, {"start": 2029.63, "end": 2030.07, "word": " for", "probability": 0.303955078125}, {"start": 2030.07, "end": 2030.33, "word": " my", "probability": 0.86669921875}, {"start": 2030.33, "end": 2030.91, "word": " classmates", "probability": 0.9833984375}, {"start": 2030.91, "end": 2031.31, "word": " to", "probability": 0.86279296875}, {"start": 2031.31, "end": 2031.63, "word": " hide", "probability": 0.89111328125}, {"start": 2031.63, "end": 2032.05, "word": " around,", "probability": 0.61181640625}, {"start": 2032.43, "end": 2032.63, "word": " they", "probability": 0.79638671875}, {"start": 2032.63, "end": 2032.89, "word": " bit", "probability": 0.35595703125}, {"start": 2032.89, "end": 2033.19, "word": " me", "probability": 0.95947265625}, {"start": 2033.19, "end": 2033.45, "word": " and", "probability": 0.8515625}, {"start": 2033.45, "end": 2033.65, "word": " they", "probability": 0.326171875}, {"start": 2033.65, "end": 2033.83, "word": " thought", "probability": 0.87158203125}, {"start": 2033.83, "end": 2034.01, "word": " that", "probability": 0.88330078125}, {"start": 2034.01, "end": 2034.15, "word": " I", "probability": 0.98828125}, {"start": 2034.15, "end": 2034.33, "word": " was", "probability": 0.95654296875}, {"start": 2034.33, "end": 2034.69, "word": " crazy.", "probability": 0.91552734375}, {"start": 2035.23, "end": 2035.59, "word": " Until", "probability": 0.64453125}, {"start": 2035.59, "end": 2035.81, "word": " they", "probability": 0.8759765625}, {"start": 2035.81, "end": 2036.01, "word": " saw", "probability": 0.90869140625}, {"start": 2036.01, "end": 2036.19, "word": " the", "probability": 0.9189453125}, {"start": 2036.19, "end": 2036.43, "word": " zombie.", "probability": 0.89013671875}, {"start": 2036.83, "end": 2037.07, "word": " The", "probability": 0.890625}, {"start": 2037.07, "end": 2037.35, "word": " zombie", "probability": 0.91943359375}, {"start": 2037.35, "end": 2037.63, "word": " was", "probability": 0.95068359375}, {"start": 2037.63, "end": 2037.97, "word": " chasing", "probability": 0.9560546875}, {"start": 2037.97, "end": 2038.33, "word": " after", "probability": 0.78564453125}, {"start": 2038.33, "end": 2038.55, "word": " the", "probability": 0.91796875}, {"start": 2038.55, "end": 2038.85, "word": " teacher.", "probability": 0.9638671875}, {"start": 2039.37, "end": 2039.71, "word": " After", "probability": 0.8740234375}, {"start": 2039.71, "end": 2039.95, "word": " I", "probability": 0.9326171875}, {"start": 2039.95, "end": 2040.15, "word": " saw", "probability": 0.91455078125}, {"start": 2040.15, "end": 2040.39, "word": " my", "probability": 0.97021484375}, {"start": 2040.39, "end": 2040.83, "word": " classmates", "probability": 0.96875}, {"start": 2040.83, "end": 2041.21, "word": " trying", "probability": 0.55859375}, {"start": 2041.21, "end": 2041.49, "word": " to", "probability": 0.970703125}, {"start": 2041.49, "end": 2041.73, "word": " save", "probability": 0.95361328125}, {"start": 2041.73, "end": 2041.89, "word": " their", "probability": 0.9619140625}, {"start": 2041.89, "end": 2042.25, "word": " lives,", "probability": 0.8134765625}, {"start": 2042.77, "end": 2042.99, "word": " so", "probability": 0.74560546875}, {"start": 2042.99, "end": 2043.61, "word": " I", "probability": 0.97705078125}, {"start": 2043.61, "end": 2043.83, "word": " ran", "probability": 0.89501953125}, {"start": 2043.83, "end": 2044.01, "word": " to", "probability": 0.96826171875}, {"start": 2044.01, "end": 2044.31, "word": " save", "probability": 0.939453125}, {"start": 2044.31, "end": 2044.51, "word": " the", "probability": 0.88671875}, {"start": 2044.51, "end": 2044.95, "word": " teacher.", "probability": 0.94921875}, {"start": 2045.25, "end": 2045.55, "word": " When", "probability": 0.8974609375}, {"start": 2045.55, "end": 2045.71, "word": " I", "probability": 0.998046875}, {"start": 2045.71, "end": 2045.95, "word": " came", "probability": 0.85400390625}, {"start": 2045.95, "end": 2046.15, "word": " near", "probability": 0.93505859375}, {"start": 2046.15, "end": 2046.39, "word": " the", "probability": 0.9140625}, {"start": 2046.39, "end": 2046.59, "word": " zombie,", "probability": 0.919921875}, {"start": 2046.91, "end": 2047.05, "word": " I", "probability": 0.998046875}, {"start": 2047.05, "end": 2047.43, "word": " realized", "probability": 0.76513671875}, {"start": 2047.43, "end": 2047.65, "word": " that", "probability": 0.92431640625}, {"start": 2047.65, "end": 2047.85, "word": " it", "probability": 0.92529296875}, {"start": 2047.85, "end": 2048.11, "word": " was", "probability": 0.95458984375}, {"start": 2048.11, "end": 2048.33, "word": " my", "probability": 0.9658203125}, {"start": 2048.33, "end": 2048.65, "word": " friend", "probability": 0.76904296875}, {"start": 2048.65, "end": 2048.93, "word": " and", "probability": 0.81298828125}, {"start": 2048.93, "end": 2049.11, "word": " we", "probability": 0.278076171875}, {"start": 2049.11, "end": 2049.33, "word": " went.", "probability": 0.353759765625}], "temperature": 1.0}, {"id": 89, "seek": 206203, "start": 2050.93, "end": 2062.03, "text": " Okay, very nice, very nice. Who wrote something about a strange day in class? Yes, please. Yes, please, you. Yes, you.", "tokens": [1033, 11, 588, 1481, 11, 588, 1481, 13, 2102, 4114, 746, 466, 257, 5861, 786, 294, 1508, 30, 1079, 11, 1767, 13, 1079, 11, 1767, 11, 291, 13, 1079, 11, 291, 13], "avg_logprob": -0.3515625, "compression_ratio": 1.2795698924731183, "no_speech_prob": 8.940696716308594e-07, "words": [{"start": 2050.93, "end": 2051.37, "word": " Okay,", "probability": 0.0732421875}, {"start": 2051.99, "end": 2052.19, "word": " very", "probability": 0.64111328125}, {"start": 2052.19, "end": 2052.55, "word": " nice,", "probability": 0.888671875}, {"start": 2052.61, "end": 2052.75, "word": " very", "probability": 0.77880859375}, {"start": 2052.75, "end": 2053.01, "word": " nice.", "probability": 0.89990234375}, {"start": 2053.31, "end": 2053.73, "word": " Who", "probability": 0.415771484375}, {"start": 2053.73, "end": 2053.93, "word": " wrote", "probability": 0.34326171875}, {"start": 2053.93, "end": 2054.27, "word": " something", "probability": 0.85498046875}, {"start": 2054.27, "end": 2054.61, "word": " about", "probability": 0.88916015625}, {"start": 2054.61, "end": 2054.79, "word": " a", "probability": 0.705078125}, {"start": 2054.79, "end": 2055.11, "word": " strange", "probability": 0.87548828125}, {"start": 2055.11, "end": 2055.35, "word": " day", "probability": 0.94580078125}, {"start": 2055.35, "end": 2055.55, "word": " in", "probability": 0.93359375}, {"start": 2055.55, "end": 2056.11, "word": " class?", "probability": 0.85888671875}, {"start": 2057.29, "end": 2057.47, "word": " Yes,", "probability": 0.9345703125}, {"start": 2057.55, "end": 2057.75, "word": " please.", "probability": 0.82275390625}, {"start": 2060.43, "end": 2060.87, "word": " Yes,", "probability": 0.8876953125}, {"start": 2060.97, "end": 2061.25, "word": " please,", "probability": 0.81005859375}, {"start": 2061.37, "end": 2061.51, "word": " you.", "probability": 0.9609375}, {"start": 2061.67, "end": 2061.85, "word": " Yes,", "probability": 0.927734375}, {"start": 2061.89, "end": 2062.03, "word": " you.", "probability": 0.9248046875}], "temperature": 1.0}, {"id": 90, "seek": 209021, "start": 2065.3, "end": 2090.22, "text": " I saw something strange come from me and it was a ghost and I felt very scared and I couldn't move or do anything", "tokens": [286, 1866, 746, 5861, 808, 490, 385, 293, 309, 390, 257, 8359, 293, 286, 2762, 588, 5338, 293, 286, 2809, 380, 1286, 420, 360, 1340], "avg_logprob": -0.467247601885062, "compression_ratio": 1.2258064516129032, "no_speech_prob": 3.5762786865234375e-07, "words": [{"start": 2065.2999999999997, "end": 2066.1, "word": " I", "probability": 0.353271484375}, {"start": 2066.1, "end": 2066.5, "word": " saw", "probability": 0.74169921875}, {"start": 2066.5, "end": 2077.76, "word": " something", "probability": 0.83056640625}, {"start": 2077.76, "end": 2078.12, "word": " strange", "probability": 0.5458984375}, {"start": 2078.12, "end": 2078.52, "word": " come", "probability": 0.342529296875}, {"start": 2078.52, "end": 2078.82, "word": " from", "probability": 0.57275390625}, {"start": 2078.82, "end": 2079.16, "word": " me", "probability": 0.916015625}, {"start": 2079.16, "end": 2079.6, "word": " and", "probability": 0.55859375}, {"start": 2079.6, "end": 2080.04, "word": " it", "probability": 0.253662109375}, {"start": 2080.04, "end": 2081.82, "word": " was", "probability": 0.853515625}, {"start": 2081.82, "end": 2082.08, "word": " a", "probability": 0.67919921875}, {"start": 2082.08, "end": 2082.38, "word": " ghost", "probability": 0.7138671875}, {"start": 2082.38, "end": 2082.72, "word": " and", "probability": 0.67578125}, {"start": 2082.72, "end": 2082.96, "word": " I", "probability": 0.95556640625}, {"start": 2082.96, "end": 2083.3, "word": " felt", "probability": 0.51904296875}, {"start": 2083.3, "end": 2086.22, "word": " very", "probability": 0.417724609375}, {"start": 2086.22, "end": 2086.92, "word": " scared", "probability": 0.86083984375}, {"start": 2086.92, "end": 2087.72, "word": " and", "probability": 0.27490234375}, {"start": 2087.72, "end": 2088.58, "word": " I", "probability": 0.841796875}, {"start": 2088.58, "end": 2089.0, "word": " couldn't", "probability": 0.768310546875}, {"start": 2089.0, "end": 2089.3, "word": " move", "probability": 0.890625}, {"start": 2089.3, "end": 2089.54, "word": " or", "probability": 0.8408203125}, {"start": 2089.54, "end": 2089.72, "word": " do", "probability": 0.92138671875}, {"start": 2089.72, "end": 2090.22, "word": " anything", "probability": 0.87353515625}], "temperature": 1.0}, {"id": 91, "seek": 211121, "start": 2092.11, "end": 2111.21, "text": "I started to step and defend myself, the ghost was holding me, strangling me. Also, I didn't move my hand and started shouting loudly. After that, I never went back to the forest.", "tokens": [40, 1409, 281, 1823, 293, 8602, 2059, 11, 264, 8359, 390, 5061, 385, 11, 24404, 1688, 385, 13, 2743, 11, 286, 994, 380, 1286, 452, 1011, 293, 1409, 20382, 22958, 13, 2381, 300, 11, 286, 1128, 1437, 646, 281, 264, 6719, 13], "avg_logprob": -0.3866279166798259, "compression_ratio": 1.3458646616541354, "no_speech_prob": 1.3113021850585938e-06, "words": [{"start": 2092.11, "end": 2092.11, "word": "I", "probability": 0.2080078125}, {"start": 2092.11, "end": 2092.37, "word": " started", "probability": 0.7255859375}, {"start": 2092.37, "end": 2092.59, "word": " to", "probability": 0.91552734375}, {"start": 2092.59, "end": 2093.01, "word": " step", "probability": 0.340576171875}, {"start": 2093.01, "end": 2093.73, "word": " and", "probability": 0.7978515625}, {"start": 2093.73, "end": 2094.51, "word": " defend", "probability": 0.489501953125}, {"start": 2094.51, "end": 2095.17, "word": " myself,", "probability": 0.5224609375}, {"start": 2095.73, "end": 2095.89, "word": " the", "probability": 0.72412109375}, {"start": 2095.89, "end": 2096.15, "word": " ghost", "probability": 0.7861328125}, {"start": 2096.15, "end": 2096.51, "word": " was", "probability": 0.81005859375}, {"start": 2096.51, "end": 2096.85, "word": " holding", "probability": 0.802734375}, {"start": 2096.85, "end": 2097.41, "word": " me,", "probability": 0.94580078125}, {"start": 2097.67, "end": 2098.65, "word": " strangling", "probability": 0.958984375}, {"start": 2098.65, "end": 2099.25, "word": " me.", "probability": 0.5302734375}, {"start": 2099.25, "end": 2099.65, "word": " Also,", "probability": 0.7216796875}, {"start": 2099.77, "end": 2099.91, "word": " I", "probability": 0.96875}, {"start": 2099.91, "end": 2100.35, "word": " didn't", "probability": 0.690185546875}, {"start": 2100.35, "end": 2100.73, "word": " move", "probability": 0.916015625}, {"start": 2100.73, "end": 2101.27, "word": " my", "probability": 0.95654296875}, {"start": 2101.27, "end": 2101.71, "word": " hand", "probability": 0.59228515625}, {"start": 2101.71, "end": 2102.03, "word": " and", "probability": 0.78564453125}, {"start": 2102.03, "end": 2102.51, "word": " started", "probability": 0.90380859375}, {"start": 2102.51, "end": 2103.43, "word": " shouting", "probability": 0.9453125}, {"start": 2103.43, "end": 2104.15, "word": " loudly.", "probability": 0.9169921875}, {"start": 2104.43, "end": 2104.55, "word": " After", "probability": 0.7783203125}, {"start": 2104.55, "end": 2107.13, "word": " that,", "probability": 0.94677734375}, {"start": 2107.65, "end": 2107.81, "word": " I", "probability": 0.9833984375}, {"start": 2107.81, "end": 2108.67, "word": " never", "probability": 0.74560546875}, {"start": 2108.67, "end": 2109.07, "word": " went", "probability": 0.88427734375}, {"start": 2109.07, "end": 2109.45, "word": " back", "probability": 0.87158203125}, {"start": 2109.45, "end": 2109.93, "word": " to", "probability": 0.9541015625}, {"start": 2109.93, "end": 2110.57, "word": " the", "probability": 0.75830078125}, {"start": 2110.57, "end": 2111.21, "word": " forest.", "probability": 0.9501953125}], "temperature": 1.0}, {"id": 92, "seek": 213065, "start": 2113.59, "end": 2130.65, "text": " You have to put all the verbs in the past tense. I read about the first one. Suddenly I felt very cold and scared. The trees seemed very tall, looming up above me and casting shadows over everything. I was sweating a lot and panic was gathering in my stomach. I heard the sound of", "tokens": [509, 362, 281, 829, 439, 264, 30051, 294, 264, 1791, 18760, 13, 286, 1401, 466, 264, 700, 472, 13, 21194, 286, 2762, 588, 3554, 293, 5338, 13, 440, 5852, 6576, 588, 6764, 11, 450, 10539, 493, 3673, 385, 293, 17301, 14740, 670, 1203, 13, 286, 390, 25438, 257, 688, 293, 14783, 390, 13519, 294, 452, 9665, 13, 286, 2198, 264, 1626, 295], "avg_logprob": -0.21937004677833072, "compression_ratio": 1.53551912568306, "no_speech_prob": 0.00014591217041015625, "words": [{"start": 2113.59, "end": 2114.07, "word": " You", "probability": 0.5869140625}, {"start": 2114.07, "end": 2114.31, "word": " have", "probability": 0.9140625}, {"start": 2114.31, "end": 2114.45, "word": " to", "probability": 0.96728515625}, {"start": 2114.45, "end": 2114.63, "word": " put", "probability": 0.8671875}, {"start": 2114.63, "end": 2114.85, "word": " all", "probability": 0.9267578125}, {"start": 2114.85, "end": 2114.99, "word": " the", "probability": 0.884765625}, {"start": 2114.99, "end": 2115.31, "word": " verbs", "probability": 0.89453125}, {"start": 2115.31, "end": 2115.49, "word": " in", "probability": 0.92578125}, {"start": 2115.49, "end": 2115.63, "word": " the", "probability": 0.89404296875}, {"start": 2115.63, "end": 2116.05, "word": " past", "probability": 0.93896484375}, {"start": 2116.05, "end": 2116.37, "word": " tense.", "probability": 0.62060546875}, {"start": 2116.55, "end": 2116.77, "word": " I", "probability": 0.344970703125}, {"start": 2116.77, "end": 2116.93, "word": " read", "probability": 0.708984375}, {"start": 2116.93, "end": 2117.05, "word": " about", "probability": 0.84423828125}, {"start": 2117.05, "end": 2117.29, "word": " the", "probability": 0.80859375}, {"start": 2117.29, "end": 2117.51, "word": " first", "probability": 0.88916015625}, {"start": 2117.51, "end": 2117.69, "word": " one.", "probability": 0.90576171875}, {"start": 2118.43, "end": 2118.91, "word": " Suddenly", "probability": 0.335205078125}, {"start": 2118.91, "end": 2119.27, "word": " I", "probability": 0.66845703125}, {"start": 2119.27, "end": 2119.49, "word": " felt", "probability": 0.86669921875}, {"start": 2119.49, "end": 2119.75, "word": " very", "probability": 0.771484375}, {"start": 2119.75, "end": 2120.01, "word": " cold", "probability": 0.888671875}, {"start": 2120.01, "end": 2120.25, "word": " and", "probability": 0.9365234375}, {"start": 2120.25, "end": 2120.63, "word": " scared.", "probability": 0.88671875}, {"start": 2120.95, "end": 2121.09, "word": " The", "probability": 0.71142578125}, {"start": 2121.09, "end": 2121.41, "word": " trees", "probability": 0.86376953125}, {"start": 2121.41, "end": 2121.81, "word": " seemed", "probability": 0.7890625}, {"start": 2121.81, "end": 2122.13, "word": " very", "probability": 0.81103515625}, {"start": 2122.13, "end": 2122.49, "word": " tall,", "probability": 0.86181640625}, {"start": 2122.57, "end": 2122.91, "word": " looming", "probability": 0.7607421875}, {"start": 2122.91, "end": 2123.17, "word": " up", "probability": 0.5107421875}, {"start": 2123.17, "end": 2123.57, "word": " above", "probability": 0.931640625}, {"start": 2123.57, "end": 2123.81, "word": " me", "probability": 0.9521484375}, {"start": 2123.81, "end": 2124.05, "word": " and", "probability": 0.83984375}, {"start": 2124.05, "end": 2124.39, "word": " casting", "probability": 0.87890625}, {"start": 2124.39, "end": 2124.81, "word": " shadows", "probability": 0.9384765625}, {"start": 2124.81, "end": 2125.11, "word": " over", "probability": 0.9052734375}, {"start": 2125.11, "end": 2125.57, "word": " everything.", "probability": 0.91162109375}, {"start": 2126.15, "end": 2126.35, "word": " I", "probability": 0.98388671875}, {"start": 2126.35, "end": 2126.55, "word": " was", "probability": 0.943359375}, {"start": 2126.55, "end": 2126.85, "word": " sweating", "probability": 0.98876953125}, {"start": 2126.85, "end": 2127.09, "word": " a", "probability": 0.9833984375}, {"start": 2127.09, "end": 2127.23, "word": " lot", "probability": 0.94873046875}, {"start": 2127.23, "end": 2127.43, "word": " and", "probability": 0.88330078125}, {"start": 2127.43, "end": 2127.71, "word": " panic", "probability": 0.8955078125}, {"start": 2127.71, "end": 2127.93, "word": " was", "probability": 0.82958984375}, {"start": 2127.93, "end": 2128.29, "word": " gathering", "probability": 0.82177734375}, {"start": 2128.29, "end": 2128.53, "word": " in", "probability": 0.94384765625}, {"start": 2128.53, "end": 2128.73, "word": " my", "probability": 0.970703125}, {"start": 2128.73, "end": 2129.11, "word": " stomach.", "probability": 0.89990234375}, {"start": 2129.67, "end": 2129.83, "word": " I", "probability": 0.9853515625}, {"start": 2129.83, "end": 2130.05, "word": " heard", "probability": 0.8623046875}, {"start": 2130.05, "end": 2130.19, "word": " the", "probability": 0.82421875}, {"start": 2130.19, "end": 2130.47, "word": " sound", "probability": 0.86572265625}, {"start": 2130.47, "end": 2130.65, "word": " of", "probability": 0.96240234375}], "temperature": 1.0}, {"id": 93, "seek": 215023, "start": 2144.87, "end": 2150.23, "text": " Very nice, very nice. Very good connectors and very good linking of ideas. Very nice one. Please.", "tokens": [4372, 1481, 11, 588, 1481, 13, 4372, 665, 31865, 293, 588, 665, 25775, 295, 3487, 13, 4372, 1481, 472, 13, 2555, 13], "avg_logprob": -0.31419837993124256, "compression_ratio": 1.225, "no_speech_prob": 1.7285346984863281e-06, "words": [{"start": 2144.87, "end": 2145.35, "word": " Very", "probability": 0.56689453125}, {"start": 2145.35, "end": 2145.83, "word": " nice,", "probability": 0.8681640625}, {"start": 2145.91, "end": 2146.13, "word": " very", "probability": 0.85205078125}, {"start": 2146.13, "end": 2146.35, "word": " nice.", "probability": 0.904296875}, {"start": 2146.41, "end": 2146.67, "word": " Very", "probability": 0.7763671875}, {"start": 2146.67, "end": 2146.93, "word": " good", "probability": 0.9150390625}, {"start": 2146.93, "end": 2147.37, "word": " connectors", "probability": 0.84326171875}, {"start": 2147.37, "end": 2147.65, "word": " and", "probability": 0.89013671875}, {"start": 2147.65, "end": 2147.81, "word": " very", "probability": 0.50390625}, {"start": 2147.81, "end": 2148.03, "word": " good", "probability": 0.93017578125}, {"start": 2148.03, "end": 2148.39, "word": " linking", "probability": 0.9287109375}, {"start": 2148.39, "end": 2148.57, "word": " of", "probability": 0.9541015625}, {"start": 2148.57, "end": 2148.93, "word": " ideas.", "probability": 0.9150390625}, {"start": 2149.23, "end": 2149.45, "word": " Very", "probability": 0.82080078125}, {"start": 2149.45, "end": 2149.71, "word": " nice", "probability": 0.900390625}, {"start": 2149.71, "end": 2149.87, "word": " one.", "probability": 0.195068359375}, {"start": 2149.97, "end": 2150.23, "word": " Please.", "probability": 0.68212890625}], "temperature": 1.0}, {"id": 94, "seek": 217756, "start": 2152.02, "end": 2177.56, "text": " Suddenly I felt, I felt very cold and scared and it was a sunset then a surprise come to my mind that there was an awful monster in the forest and it has a thick and frightening sound then I took a step forward to see if that's real or not but I didn't see anything it was it just was a pussycat after that day I never went back to the", "tokens": [21194, 286, 2762, 11, 286, 2762, 588, 3554, 293, 5338, 293, 309, 390, 257, 20142, 550, 257, 1022, 8900, 808, 281, 452, 1575, 300, 456, 390, 364, 11232, 10090, 294, 264, 6719, 293, 309, 575, 257, 5060, 293, 31043, 1626, 550, 286, 1890, 257, 1823, 2128, 281, 536, 498, 300, 311, 957, 420, 406, 457, 286, 994, 380, 536, 1340, 309, 390, 309, 445, 390, 257, 40169, 18035, 934, 300, 786, 286, 1128, 1437, 646, 281, 264], "avg_logprob": -0.2832531997790703, "compression_ratio": 1.6390243902439023, "no_speech_prob": 8.463859558105469e-06, "words": [{"start": 2152.02, "end": 2152.62, "word": " Suddenly", "probability": 0.3271484375}, {"start": 2152.62, "end": 2152.96, "word": " I", "probability": 0.79736328125}, {"start": 2152.96, "end": 2153.32, "word": " felt,", "probability": 0.861328125}, {"start": 2153.5, "end": 2154.24, "word": " I", "probability": 0.92626953125}, {"start": 2154.24, "end": 2154.56, "word": " felt", "probability": 0.83447265625}, {"start": 2154.56, "end": 2154.8, "word": " very", "probability": 0.67822265625}, {"start": 2154.8, "end": 2155.14, "word": " cold", "probability": 0.88427734375}, {"start": 2155.14, "end": 2155.48, "word": " and", "probability": 0.91943359375}, {"start": 2155.48, "end": 2156.14, "word": " scared", "probability": 0.857421875}, {"start": 2156.14, "end": 2156.6, "word": " and", "probability": 0.18017578125}, {"start": 2156.6, "end": 2156.7, "word": " it", "probability": 0.3271484375}, {"start": 2156.7, "end": 2156.7, "word": " was", "probability": 0.9248046875}, {"start": 2156.7, "end": 2156.84, "word": " a", "probability": 0.55126953125}, {"start": 2156.84, "end": 2157.12, "word": " sunset", "probability": 0.87890625}, {"start": 2157.12, "end": 2157.72, "word": " then", "probability": 0.310791015625}, {"start": 2157.72, "end": 2157.98, "word": " a", "probability": 0.892578125}, {"start": 2157.98, "end": 2158.38, "word": " surprise", "probability": 0.46875}, {"start": 2158.38, "end": 2158.72, "word": " come", "probability": 0.61572265625}, {"start": 2158.72, "end": 2158.86, "word": " to", "probability": 0.943359375}, {"start": 2158.86, "end": 2159.04, "word": " my", "probability": 0.9404296875}, {"start": 2159.04, "end": 2159.34, "word": " mind", "probability": 0.888671875}, {"start": 2159.34, "end": 2159.58, "word": " that", "probability": 0.66259765625}, {"start": 2159.58, "end": 2159.78, "word": " there", "probability": 0.8896484375}, {"start": 2159.78, "end": 2160.46, "word": " was", "probability": 0.54052734375}, {"start": 2160.46, "end": 2160.76, "word": " an", "probability": 0.8876953125}, {"start": 2160.76, "end": 2161.12, "word": " awful", "probability": 0.92236328125}, {"start": 2161.12, "end": 2161.68, "word": " monster", "probability": 0.943359375}, {"start": 2161.68, "end": 2161.96, "word": " in", "probability": 0.9228515625}, {"start": 2161.96, "end": 2162.1, "word": " the", "probability": 0.90771484375}, {"start": 2162.1, "end": 2162.4, "word": " forest", "probability": 0.90673828125}, {"start": 2162.4, "end": 2162.98, "word": " and", "probability": 0.71484375}, {"start": 2162.98, "end": 2163.1, "word": " it", "probability": 0.93896484375}, {"start": 2163.1, "end": 2163.3, "word": " has", "probability": 0.91357421875}, {"start": 2163.3, "end": 2163.5, "word": " a", "probability": 0.9716796875}, {"start": 2163.5, "end": 2163.66, "word": " thick", "probability": 0.666015625}, {"start": 2163.66, "end": 2163.84, "word": " and", "probability": 0.939453125}, {"start": 2163.84, "end": 2164.3, "word": " frightening", "probability": 0.970703125}, {"start": 2164.3, "end": 2164.82, "word": " sound", "probability": 0.86279296875}, {"start": 2164.82, "end": 2165.68, "word": " then", "probability": 0.30517578125}, {"start": 2165.68, "end": 2165.96, "word": " I", "probability": 0.986328125}, {"start": 2165.96, "end": 2166.42, "word": " took", "probability": 0.912109375}, {"start": 2166.42, "end": 2166.6, "word": " a", "probability": 0.9931640625}, {"start": 2166.6, "end": 2166.84, "word": " step", "probability": 0.94287109375}, {"start": 2166.84, "end": 2167.24, "word": " forward", "probability": 0.896484375}, {"start": 2167.24, "end": 2167.48, "word": " to", "probability": 0.8701171875}, {"start": 2167.48, "end": 2167.7, "word": " see", "probability": 0.916015625}, {"start": 2167.7, "end": 2167.98, "word": " if", "probability": 0.9404296875}, {"start": 2167.98, "end": 2168.44, "word": " that's", "probability": 0.74755859375}, {"start": 2168.44, "end": 2168.66, "word": " real", "probability": 0.93896484375}, {"start": 2168.66, "end": 2168.88, "word": " or", "probability": 0.9580078125}, {"start": 2168.88, "end": 2169.2, "word": " not", "probability": 0.94873046875}, {"start": 2169.2, "end": 2169.68, "word": " but", "probability": 0.77294921875}, {"start": 2169.68, "end": 2169.86, "word": " I", "probability": 0.98291015625}, {"start": 2169.86, "end": 2170.12, "word": " didn't", "probability": 0.960693359375}, {"start": 2170.12, "end": 2170.26, "word": " see", "probability": 0.91943359375}, {"start": 2170.26, "end": 2170.66, "word": " anything", "probability": 0.8623046875}, {"start": 2170.66, "end": 2171.26, "word": " it", "probability": 0.73583984375}, {"start": 2171.26, "end": 2171.5, "word": " was", "probability": 0.51953125}, {"start": 2171.5, "end": 2171.72, "word": " it", "probability": 0.62255859375}, {"start": 2171.72, "end": 2171.98, "word": " just", "probability": 0.89697265625}, {"start": 2171.98, "end": 2172.44, "word": " was", "probability": 0.94384765625}, {"start": 2172.44, "end": 2173.0, "word": " a", "probability": 0.8369140625}, {"start": 2173.0, "end": 2173.66, "word": " pussycat", "probability": 0.716064453125}, {"start": 2173.66, "end": 2174.32, "word": " after", "probability": 0.685546875}, {"start": 2174.32, "end": 2175.18, "word": " that", "probability": 0.94091796875}, {"start": 2175.18, "end": 2175.42, "word": " day", "probability": 0.94970703125}, {"start": 2175.42, "end": 2175.64, "word": " I", "probability": 0.84521484375}, {"start": 2175.64, "end": 2176.12, "word": " never", "probability": 0.8515625}, {"start": 2176.12, "end": 2176.48, "word": " went", "probability": 0.7333984375}, {"start": 2176.48, "end": 2176.92, "word": " back", "probability": 0.85400390625}, {"start": 2176.92, "end": 2177.26, "word": " to", "probability": 0.90966796875}, {"start": 2177.26, "end": 2177.56, "word": " the", "probability": 0.6015625}], "temperature": 1.0}, {"id": 95, "seek": 220528, "start": 2180.2, "end": 2205.28, "text": " what to do now is basically go over your reading your paragraph and just double check on the tenses because I noticed that some of you were using the present tense verb tense so just make sure that all the verb tenses have to be in the past okay not in the present okay all right now just for next time inshallah", "tokens": [437, 281, 360, 586, 307, 1936, 352, 670, 428, 3760, 428, 18865, 293, 445, 3834, 1520, 322, 264, 256, 9085, 570, 286, 5694, 300, 512, 295, 291, 645, 1228, 264, 1974, 18760, 9595, 18760, 370, 445, 652, 988, 300, 439, 264, 9595, 18760, 82, 362, 281, 312, 294, 264, 1791, 1392, 406, 294, 264, 1974, 1392, 439, 558, 586, 445, 337, 958, 565, 1028, 71, 13492], "avg_logprob": -0.27052239428705244, "compression_ratio": 1.691891891891892, "no_speech_prob": 4.172325134277344e-07, "words": [{"start": 2180.2, "end": 2180.54, "word": " what", "probability": 0.060943603515625}, {"start": 2180.54, "end": 2181.12, "word": " to", "probability": 0.390869140625}, {"start": 2181.12, "end": 2181.32, "word": " do", "probability": 0.9580078125}, {"start": 2181.32, "end": 2181.62, "word": " now", "probability": 0.9287109375}, {"start": 2181.62, "end": 2181.88, "word": " is", "probability": 0.88232421875}, {"start": 2181.88, "end": 2182.42, "word": " basically", "probability": 0.95166015625}, {"start": 2182.42, "end": 2182.88, "word": " go", "probability": 0.8408203125}, {"start": 2182.88, "end": 2183.26, "word": " over", "probability": 0.9248046875}, {"start": 2183.26, "end": 2183.54, "word": " your", "probability": 0.859375}, {"start": 2183.54, "end": 2183.94, "word": " reading", "probability": 0.947265625}, {"start": 2183.94, "end": 2184.2, "word": " your", "probability": 0.426513671875}, {"start": 2184.2, "end": 2184.68, "word": " paragraph", "probability": 0.94189453125}, {"start": 2184.68, "end": 2185.92, "word": " and", "probability": 0.900390625}, {"start": 2185.92, "end": 2186.2, "word": " just", "probability": 0.8759765625}, {"start": 2186.2, "end": 2187.12, "word": " double", "probability": 0.39599609375}, {"start": 2187.12, "end": 2187.6, "word": " check", "probability": 0.80859375}, {"start": 2187.6, "end": 2188.04, "word": " on", "probability": 0.92724609375}, {"start": 2188.04, "end": 2188.24, "word": " the", "probability": 0.91015625}, {"start": 2188.24, "end": 2188.62, "word": " tenses", "probability": 0.6595458984375}, {"start": 2188.62, "end": 2189.18, "word": " because", "probability": 0.82861328125}, {"start": 2189.18, "end": 2189.34, "word": " I", "probability": 0.97314453125}, {"start": 2189.34, "end": 2189.6, "word": " noticed", "probability": 0.8134765625}, {"start": 2189.6, "end": 2189.86, "word": " that", "probability": 0.92431640625}, {"start": 2189.86, "end": 2190.1, "word": " some", "probability": 0.89892578125}, {"start": 2190.1, "end": 2190.24, "word": " of", "probability": 0.9677734375}, {"start": 2190.24, "end": 2190.36, "word": " you", "probability": 0.9619140625}, {"start": 2190.36, "end": 2190.54, "word": " were", "probability": 0.52783203125}, {"start": 2190.54, "end": 2190.86, "word": " using", "probability": 0.92529296875}, {"start": 2190.86, "end": 2191.1, "word": " the", "probability": 0.9013671875}, {"start": 2191.1, "end": 2191.5, "word": " present", "probability": 0.87646484375}, {"start": 2191.5, "end": 2192.08, "word": " tense", "probability": 0.87451171875}, {"start": 2192.08, "end": 2193.28, "word": " verb", "probability": 0.418701171875}, {"start": 2193.28, "end": 2193.62, "word": " tense", "probability": 0.888671875}, {"start": 2193.62, "end": 2194.06, "word": " so", "probability": 0.74072265625}, {"start": 2194.06, "end": 2194.32, "word": " just", "probability": 0.90673828125}, {"start": 2194.32, "end": 2194.58, "word": " make", "probability": 0.94091796875}, {"start": 2194.58, "end": 2194.92, "word": " sure", "probability": 0.91552734375}, {"start": 2194.92, "end": 2195.6, "word": " that", "probability": 0.9345703125}, {"start": 2195.6, "end": 2195.92, "word": " all", "probability": 0.92431640625}, {"start": 2195.92, "end": 2196.08, "word": " the", "probability": 0.8603515625}, {"start": 2196.08, "end": 2196.38, "word": " verb", "probability": 0.767578125}, {"start": 2196.38, "end": 2196.82, "word": " tenses", "probability": 0.4486083984375}, {"start": 2196.82, "end": 2197.02, "word": " have", "probability": 0.89501953125}, {"start": 2197.02, "end": 2197.18, "word": " to", "probability": 0.970703125}, {"start": 2197.18, "end": 2197.44, "word": " be", "probability": 0.94189453125}, {"start": 2197.44, "end": 2197.74, "word": " in", "probability": 0.9013671875}, {"start": 2197.74, "end": 2198.52, "word": " the", "probability": 0.89013671875}, {"start": 2198.52, "end": 2199.2, "word": " past", "probability": 0.85302734375}, {"start": 2199.2, "end": 2199.78, "word": " okay", "probability": 0.673828125}, {"start": 2199.78, "end": 2200.1, "word": " not", "probability": 0.87060546875}, {"start": 2200.1, "end": 2200.32, "word": " in", "probability": 0.9443359375}, {"start": 2200.32, "end": 2200.46, "word": " the", "probability": 0.90771484375}, {"start": 2200.46, "end": 2200.84, "word": " present", "probability": 0.8984375}, {"start": 2200.84, "end": 2201.56, "word": " okay", "probability": 0.86279296875}, {"start": 2201.56, "end": 2202.78, "word": " all", "probability": 0.344970703125}, {"start": 2202.78, "end": 2202.94, "word": " right", "probability": 0.90966796875}, {"start": 2202.94, "end": 2203.42, "word": " now", "probability": 0.89599609375}, {"start": 2203.42, "end": 2203.92, "word": " just", "probability": 0.81005859375}, {"start": 2203.92, "end": 2204.22, "word": " for", "probability": 0.95751953125}, {"start": 2204.22, "end": 2204.52, "word": " next", "probability": 0.9150390625}, {"start": 2204.52, "end": 2204.8, "word": " time", "probability": 0.88427734375}, {"start": 2204.8, "end": 2205.28, "word": " inshallah", "probability": 0.7015787760416666}], "temperature": 1.0}, {"id": 96, "seek": 221946, "start": 2207.02, "end": 2219.46, "text": " I'd like you as homework to write about any one of these four topics. This is your assignment for next time. So you might want to write a narrative paragraph.", "tokens": [286, 1116, 411, 291, 382, 14578, 281, 2464, 466, 604, 472, 295, 613, 1451, 8378, 13, 639, 307, 428, 15187, 337, 958, 565, 13, 407, 291, 1062, 528, 281, 2464, 257, 9977, 18865, 13], "avg_logprob": -0.21205357824053084, "compression_ratio": 1.3032786885245902, "no_speech_prob": 4.172325134277344e-07, "words": [{"start": 2207.02, "end": 2207.54, "word": " I'd", "probability": 0.537109375}, {"start": 2207.54, "end": 2207.76, "word": " like", "probability": 0.93017578125}, {"start": 2207.76, "end": 2207.92, "word": " you", "probability": 0.9541015625}, {"start": 2207.92, "end": 2208.12, "word": " as", "probability": 0.83837890625}, {"start": 2208.12, "end": 2208.72, "word": " homework", "probability": 0.60595703125}, {"start": 2208.72, "end": 2210.46, "word": " to", "probability": 0.66650390625}, {"start": 2210.46, "end": 2211.26, "word": " write", "probability": 0.91552734375}, {"start": 2211.26, "end": 2211.7, "word": " about", "probability": 0.8310546875}, {"start": 2211.7, "end": 2212.0, "word": " any", "probability": 0.91064453125}, {"start": 2212.0, "end": 2213.26, "word": " one", "probability": 0.70166015625}, {"start": 2213.26, "end": 2213.74, "word": " of", "probability": 0.94384765625}, {"start": 2213.74, "end": 2214.06, "word": " these", "probability": 0.8583984375}, {"start": 2214.06, "end": 2214.62, "word": " four", "probability": 0.70556640625}, {"start": 2214.62, "end": 2215.4, "word": " topics.", "probability": 0.9306640625}, {"start": 2215.52, "end": 2215.64, "word": " This", "probability": 0.62548828125}, {"start": 2215.64, "end": 2215.76, "word": " is", "probability": 0.92626953125}, {"start": 2215.76, "end": 2215.9, "word": " your", "probability": 0.87451171875}, {"start": 2215.9, "end": 2216.28, "word": " assignment", "probability": 0.9443359375}, {"start": 2216.28, "end": 2216.52, "word": " for", "probability": 0.9326171875}, {"start": 2216.52, "end": 2216.78, "word": " next", "probability": 0.91943359375}, {"start": 2216.78, "end": 2217.04, "word": " time.", "probability": 0.68701171875}, {"start": 2217.32, "end": 2217.48, "word": " So", "probability": 0.8583984375}, {"start": 2217.48, "end": 2217.64, "word": " you", "probability": 0.78271484375}, {"start": 2217.64, "end": 2217.9, "word": " might", "probability": 0.8876953125}, {"start": 2217.9, "end": 2218.14, "word": " want", "probability": 0.8583984375}, {"start": 2218.14, "end": 2218.26, "word": " to", "probability": 0.9677734375}, {"start": 2218.26, "end": 2218.44, "word": " write", "probability": 0.91650390625}, {"start": 2218.44, "end": 2218.58, "word": " a", "probability": 0.9794921875}, {"start": 2218.58, "end": 2218.88, "word": " narrative", "probability": 0.86279296875}, {"start": 2218.88, "end": 2219.46, "word": " paragraph.", "probability": 0.96435546875}], "temperature": 1.0}, {"id": 97, "seek": 224073, "start": 2220.53, "end": 2240.73, "text": " about a recent experience or incident that happened to you or that you witnessed that left a strong impression on you or you want to write about an event when you were proud of someone in your family or you want to write about a time", "tokens": [466, 257, 5162, 1752, 420, 9348, 300, 2011, 281, 291, 420, 300, 291, 21519, 300, 1411, 257, 2068, 9995, 322, 291, 420, 291, 528, 281, 2464, 466, 364, 2280, 562, 291, 645, 4570, 295, 1580, 294, 428, 1605, 420, 291, 528, 281, 2464, 466, 257, 565], "avg_logprob": -0.15325797682112835, "compression_ratio": 1.7727272727272727, "no_speech_prob": 1.9669532775878906e-06, "words": [{"start": 2220.53, "end": 2220.91, "word": " about", "probability": 0.44189453125}, {"start": 2220.91, "end": 2221.65, "word": " a", "probability": 0.9013671875}, {"start": 2221.65, "end": 2222.07, "word": " recent", "probability": 0.9189453125}, {"start": 2222.07, "end": 2222.93, "word": " experience", "probability": 0.9091796875}, {"start": 2222.93, "end": 2223.23, "word": " or", "probability": 0.90771484375}, {"start": 2223.23, "end": 2223.77, "word": " incident", "probability": 0.85107421875}, {"start": 2223.77, "end": 2224.13, "word": " that", "probability": 0.919921875}, {"start": 2224.13, "end": 2224.47, "word": " happened", "probability": 0.81494140625}, {"start": 2224.47, "end": 2224.69, "word": " to", "probability": 0.962890625}, {"start": 2224.69, "end": 2225.05, "word": " you", "probability": 0.9677734375}, {"start": 2225.05, "end": 2225.53, "word": " or", "probability": 0.68994140625}, {"start": 2225.53, "end": 2225.73, "word": " that", "probability": 0.88671875}, {"start": 2225.73, "end": 2226.03, "word": " you", "probability": 0.96240234375}, {"start": 2226.03, "end": 2226.57, "word": " witnessed", "probability": 0.8251953125}, {"start": 2226.57, "end": 2227.49, "word": " that", "probability": 0.849609375}, {"start": 2227.49, "end": 2227.91, "word": " left", "probability": 0.888671875}, {"start": 2227.91, "end": 2228.15, "word": " a", "probability": 0.98974609375}, {"start": 2228.15, "end": 2228.51, "word": " strong", "probability": 0.85009765625}, {"start": 2228.51, "end": 2229.15, "word": " impression", "probability": 0.91259765625}, {"start": 2229.15, "end": 2229.69, "word": " on", "probability": 0.94189453125}, {"start": 2229.69, "end": 2230.25, "word": " you", "probability": 0.96630859375}, {"start": 2230.25, "end": 2230.63, "word": " or", "probability": 0.392822265625}, {"start": 2230.63, "end": 2230.81, "word": " you", "probability": 0.9453125}, {"start": 2230.81, "end": 2231.05, "word": " want", "probability": 0.88916015625}, {"start": 2231.05, "end": 2231.17, "word": " to", "probability": 0.96630859375}, {"start": 2231.17, "end": 2231.37, "word": " write", "probability": 0.923828125}, {"start": 2231.37, "end": 2231.85, "word": " about", "probability": 0.90966796875}, {"start": 2231.85, "end": 2232.71, "word": " an", "probability": 0.91162109375}, {"start": 2232.71, "end": 2233.17, "word": " event", "probability": 0.8544921875}, {"start": 2233.17, "end": 2233.47, "word": " when", "probability": 0.8740234375}, {"start": 2233.47, "end": 2233.69, "word": " you", "probability": 0.96533203125}, {"start": 2233.69, "end": 2234.11, "word": " were", "probability": 0.89013671875}, {"start": 2234.11, "end": 2234.59, "word": " proud", "probability": 0.94189453125}, {"start": 2234.59, "end": 2234.89, "word": " of", "probability": 0.96533203125}, {"start": 2234.89, "end": 2235.59, "word": " someone", "probability": 0.94091796875}, {"start": 2235.59, "end": 2236.49, "word": " in", "probability": 0.9453125}, {"start": 2236.49, "end": 2236.69, "word": " your", "probability": 0.8984375}, {"start": 2236.69, "end": 2237.27, "word": " family", "probability": 0.9169921875}, {"start": 2237.27, "end": 2238.71, "word": " or", "probability": 0.35888671875}, {"start": 2238.71, "end": 2239.17, "word": " you", "probability": 0.95458984375}, {"start": 2239.17, "end": 2239.41, "word": " want", "probability": 0.89111328125}, {"start": 2239.41, "end": 2239.53, "word": " to", "probability": 0.96630859375}, {"start": 2239.53, "end": 2239.73, "word": " write", "probability": 0.91455078125}, {"start": 2239.73, "end": 2240.13, "word": " about", "probability": 0.90185546875}, {"start": 2240.13, "end": 2240.37, "word": " a", "probability": 0.98974609375}, {"start": 2240.37, "end": 2240.73, "word": " time", "probability": 0.90283203125}], "temperature": 1.0}, {"id": 98, "seek": 226946, "start": 2241.23, "end": 2269.47, "text": " when you had to do something against your wishes or you want to write about the last one a memorable experience you had or you have had and how it could be was it frightening or amusing or exciting so choose any of these four topics and write a paragraph for next time for next class inshallah alright thank you very much and I'll see you next time inshallah", "tokens": [562, 291, 632, 281, 360, 746, 1970, 428, 15065, 420, 291, 528, 281, 2464, 466, 264, 1036, 472, 257, 20723, 1752, 291, 632, 420, 291, 362, 632, 293, 577, 309, 727, 312, 390, 309, 31043, 420, 47809, 420, 4670, 370, 2826, 604, 295, 613, 1451, 8378, 293, 2464, 257, 18865, 337, 958, 565, 337, 958, 1508, 1028, 71, 13492, 5845, 1309, 291, 588, 709, 293, 286, 603, 536, 291, 958, 565, 1028, 71, 13492], "avg_logprob": -0.17875000556310017, "compression_ratio": 1.7342995169082125, "no_speech_prob": 3.8683414459228516e-05, "words": [{"start": 2241.23, "end": 2241.61, "word": " when", "probability": 0.403564453125}, {"start": 2241.61, "end": 2241.79, "word": " you", "probability": 0.9638671875}, {"start": 2241.79, "end": 2242.11, "word": " had", "probability": 0.78759765625}, {"start": 2242.11, "end": 2242.27, "word": " to", "probability": 0.9677734375}, {"start": 2242.27, "end": 2242.43, "word": " do", "probability": 0.9521484375}, {"start": 2242.43, "end": 2242.95, "word": " something", "probability": 0.8603515625}, {"start": 2242.95, "end": 2243.59, "word": " against", "probability": 0.94140625}, {"start": 2243.59, "end": 2244.09, "word": " your", "probability": 0.904296875}, {"start": 2244.09, "end": 2245.19, "word": " wishes", "probability": 0.87060546875}, {"start": 2245.19, "end": 2245.89, "word": " or", "probability": 0.62353515625}, {"start": 2245.89, "end": 2246.05, "word": " you", "probability": 0.87646484375}, {"start": 2246.05, "end": 2246.35, "word": " want", "probability": 0.86279296875}, {"start": 2246.35, "end": 2246.49, "word": " to", "probability": 0.9677734375}, {"start": 2246.49, "end": 2246.67, "word": " write", "probability": 0.921875}, {"start": 2246.67, "end": 2247.19, "word": " about", "probability": 0.90625}, {"start": 2247.19, "end": 2247.51, "word": " the", "probability": 0.57177734375}, {"start": 2247.51, "end": 2247.83, "word": " last", "probability": 0.83154296875}, {"start": 2247.83, "end": 2248.17, "word": " one", "probability": 0.9384765625}, {"start": 2248.17, "end": 2248.73, "word": " a", "probability": 0.70166015625}, {"start": 2248.73, "end": 2249.13, "word": " memorable", "probability": 0.68017578125}, {"start": 2249.13, "end": 2250.03, "word": " experience", "probability": 0.9189453125}, {"start": 2250.03, "end": 2250.29, "word": " you", "probability": 0.951171875}, {"start": 2250.29, "end": 2250.79, "word": " had", "probability": 0.89404296875}, {"start": 2250.79, "end": 2251.53, "word": " or", "probability": 0.9052734375}, {"start": 2251.53, "end": 2251.73, "word": " you", "probability": 0.96044921875}, {"start": 2251.73, "end": 2252.03, "word": " have", "probability": 0.9033203125}, {"start": 2252.03, "end": 2252.57, "word": " had", "probability": 0.89306640625}, {"start": 2252.57, "end": 2253.03, "word": " and", "probability": 0.86962890625}, {"start": 2253.03, "end": 2253.57, "word": " how", "probability": 0.9267578125}, {"start": 2253.57, "end": 2253.77, "word": " it", "probability": 0.93701171875}, {"start": 2253.77, "end": 2253.99, "word": " could", "probability": 0.873046875}, {"start": 2253.99, "end": 2254.41, "word": " be", "probability": 0.94287109375}, {"start": 2254.41, "end": 2254.93, "word": " was", "probability": 0.4091796875}, {"start": 2254.93, "end": 2255.07, "word": " it", "probability": 0.93505859375}, {"start": 2255.07, "end": 2255.55, "word": " frightening", "probability": 0.90576171875}, {"start": 2255.55, "end": 2256.17, "word": " or", "probability": 0.92724609375}, {"start": 2256.17, "end": 2257.15, "word": " amusing", "probability": 0.97216796875}, {"start": 2257.15, "end": 2257.51, "word": " or", "probability": 0.95654296875}, {"start": 2257.51, "end": 2257.89, "word": " exciting", "probability": 0.94775390625}, {"start": 2257.89, "end": 2258.11, "word": " so", "probability": 0.455322265625}, {"start": 2258.11, "end": 2258.47, "word": " choose", "probability": 0.865234375}, {"start": 2258.47, "end": 2258.75, "word": " any", "probability": 0.908203125}, {"start": 2258.75, "end": 2258.95, "word": " of", "probability": 0.9404296875}, {"start": 2258.95, "end": 2259.19, "word": " these", "probability": 0.8359375}, {"start": 2259.19, "end": 2259.65, "word": " four", "probability": 0.72607421875}, {"start": 2259.65, "end": 2260.19, "word": " topics", "probability": 0.94775390625}, {"start": 2260.19, "end": 2261.19, "word": " and", "probability": 0.93603515625}, {"start": 2261.19, "end": 2261.45, "word": " write", "probability": 0.92333984375}, {"start": 2261.45, "end": 2261.61, "word": " a", "probability": 0.95166015625}, {"start": 2261.61, "end": 2261.95, "word": " paragraph", "probability": 0.9599609375}, {"start": 2261.95, "end": 2262.59, "word": " for", "probability": 0.9541015625}, {"start": 2262.59, "end": 2262.97, "word": " next", "probability": 0.9130859375}, {"start": 2262.97, "end": 2263.41, "word": " time", "probability": 0.77001953125}, {"start": 2263.41, "end": 2263.61, "word": " for", "probability": 0.73486328125}, {"start": 2263.61, "end": 2263.85, "word": " next", "probability": 0.8515625}, {"start": 2263.85, "end": 2264.25, "word": " class", "probability": 0.9697265625}, {"start": 2264.25, "end": 2264.67, "word": " inshallah", "probability": 0.6358235677083334}, {"start": 2264.67, "end": 2265.53, "word": " alright", "probability": 0.5537109375}, {"start": 2265.53, "end": 2266.41, "word": " thank", "probability": 0.59375}, {"start": 2266.41, "end": 2266.51, "word": " you", "probability": 0.92822265625}, {"start": 2266.51, "end": 2266.73, "word": " very", "probability": 0.84619140625}, {"start": 2266.73, "end": 2267.17, "word": " much", "probability": 0.90966796875}, {"start": 2267.17, "end": 2268.11, "word": " and", "probability": 0.93359375}, {"start": 2268.11, "end": 2268.47, "word": " I'll", "probability": 0.801025390625}, {"start": 2268.47, "end": 2268.63, "word": " see", "probability": 0.921875}, {"start": 2268.63, "end": 2268.73, "word": " you", "probability": 0.96533203125}, {"start": 2268.73, "end": 2268.93, "word": " next", "probability": 0.9267578125}, {"start": 2268.93, "end": 2269.17, "word": " time", "probability": 0.87646484375}, {"start": 2269.17, "end": 2269.47, "word": " inshallah", "probability": 0.9274088541666666}], "temperature": 1.0}], "language": "en", "language_probability": 1.0, "duration": 2270.44725, "duration_after_vad": 2097.146249999996} \ No newline at end of file diff --git a/PL9fwy3NUQKwbknFHzECJkgNOSFOth6GiS/XD6Syr04TbI.srt b/PL9fwy3NUQKwbknFHzECJkgNOSFOth6GiS/XD6Syr04TbI.srt new file mode 100644 index 0000000000000000000000000000000000000000..7267dc67271abf0dca984dcc59084cd89ee6c20a --- /dev/null +++ b/PL9fwy3NUQKwbknFHzECJkgNOSFOth6GiS/XD6Syr04TbI.srt @@ -0,0 +1,1384 @@ + +1 +00:00:20,740 --> 00:00:22,980 +Alright, Assalamualaikum. Good morning, how are + +2 +00:00:22,980 --> 00:00:25,720 +you today? Very good, very good. Alright, last + +3 +00:00:25,720 --> 00:00:29,640 +time we talked about examples and reasons and we + +4 +00:00:29,640 --> 00:00:33,360 +said that a very good writing requires stating + +5 +00:00:33,360 --> 00:00:36,820 +reasons, very good reasons and also giving a + +6 +00:00:36,820 --> 00:00:40,970 +specific and relevant example. So we will continue on + +7 +00:00:40,970 --> 00:00:44,470 +this topic and today we're looking in specific on + +8 +00:00:44,470 --> 00:00:48,990 +transitions that are used in giving reasons and + +9 +00:00:48,990 --> 00:00:54,030 +providing examples and looking at the punctuation + +10 +00:00:54,030 --> 00:01:00,620 +in this respect. So let's look at transitions that + +11 +00:01:00,620 --> 00:01:03,600 +come with reasons or with stating reasons. What + +12 +00:01:03,600 --> 00:01:07,960 +sort of transitions that we can use? Generally, if + +13 +00:01:07,960 --> 00:01:10,460 +we are listing reasons, we have to use a number of + +14 +00:01:10,460 --> 00:01:12,540 +transitions that, of course, you are familiar + +15 +00:01:12,540 --> 00:01:17,760 +with. For example, first, second, third, finally, + +16 +00:01:18,040 --> 00:01:20,760 +and so and so on. Generally, remember this. + +17 +00:01:21,400 --> 00:01:24,680 +Whenever you are starting with these transitions, + +18 +00:01:25,540 --> 00:01:28,400 +always make sure, just notice the transition here + +19 +00:01:28,400 --> 00:01:32,220 +and the punctuation, first of all, comma, second + +20 +00:01:32,220 --> 00:01:37,300 +of all, third of all, first, second, third, and + +21 +00:01:37,300 --> 00:01:40,500 +finally there is always a comma and whatever comes + +22 +00:01:40,500 --> 00:01:44,440 +after the comma it has to be or it must be a + +23 +00:01:44,440 --> 00:01:48,500 +complete sentence, okay? Because I see this in some + +24 +00:01:48,500 --> 00:01:51,580 +of your writings some problems that first, common + +25 +00:01:51,580 --> 00:01:54,400 +pollution. This is not a sentence, this is a + +26 +00:01:54,400 --> 00:01:56,760 +fragment. We talked about this before so this is + +27 +00:01:56,760 --> 00:02:00,660 +not a good thing. Always make sure that after these + +28 +00:02:00,660 --> 00:02:04,180 +transitions there is a complete sentence for + +29 +00:02:04,180 --> 00:02:09,720 +example, first of all, university study is very + +30 +00:02:09,720 --> 00:02:14,770 +costly. Alright? Or third, traffic laws are not + +31 +00:02:14,770 --> 00:02:19,170 +enforced on offenders unfortunately. So notice the + +32 +00:02:19,170 --> 00:02:23,090 +punctuation. First of all, comma, and then we have a + +33 +00:02:23,090 --> 00:02:26,150 +complete sentence. Or third, and then we have comma + +34 +00:02:26,150 --> 00:02:30,210 +and then we have a complete sentence. Okay? But + +35 +00:02:30,210 --> 00:02:36,600 +sometimes instead of saying the first, comma, third + +36 +00:02:36,600 --> 00:02:40,900 +comma, final, comma we have the first reason is, the + +37 +00:02:40,900 --> 00:02:44,280 +second reason is, the last reason is, and so on so + +38 +00:02:44,280 --> 00:02:47,200 +what comes after this since we have a subject and + +39 +00:02:47,200 --> 00:02:52,060 +a verb, is can be either a noun phrase, not a clause + +40 +00:02:52,060 --> 00:02:57,120 +not a sentence, a noun phrase or a that clause, for + +41 +00:02:57,120 --> 00:03:02,250 +example, the first reason is, it's excellent + +42 +00:03:02,250 --> 00:03:05,210 +transportation system. Notice that this is not a + +43 +00:03:05,210 --> 00:03:08,750 +this is not a sentence, this is a phrase, excellent + +44 +00:03:08,750 --> 00:03:11,630 +transportation system. But in general we have a + +45 +00:03:11,630 --> 00:03:15,670 +sentence, subject verb, and then we have a + +46 +00:03:15,670 --> 00:03:18,670 +complement, and the same thing, the second reason is + +47 +00:03:18,670 --> 00:03:24,250 +London's natural parks. And again, we have what we + +48 +00:03:24,250 --> 00:03:29,970 +have here is a noun phrase, okay? And, or we can have + +49 +00:03:29,970 --> 00:03:33,730 +a that clause. All right, for instance, the third + +50 +00:03:33,730 --> 00:03:38,830 +reason is that London has many beautiful. So what + +51 +00:03:38,830 --> 00:03:42,090 +we see here is that after the verb we have a that + +52 +00:03:42,090 --> 00:03:46,290 +clause. A that clause. A clause that begins with that + +53 +00:03:46,290 --> 00:03:52,070 +or, the final reason is that tourists often find + +54 +00:03:52,070 --> 00:03:56,600 +people. And, do you see any punctuation marks here + +55 +00:03:56,600 --> 00:03:59,140 +in terms of commas? No, there is no need for any + +56 +00:03:59,140 --> 00:04:02,040 +punctuation marks, especially commas. So what we + +57 +00:04:02,040 --> 00:04:06,030 +see here again is that if I'm starting with first, + +58 +00:04:06,170 --> 00:04:09,290 +or second, or first of all, third of all, finally + +59 +00:04:09,290 --> 00:04:12,830 +it is always a complete sentence and if I'm + +60 +00:04:12,830 --> 00:04:16,490 +starting with the first reason is, it has to be + +61 +00:04:16,490 --> 00:04:20,270 +followed by either a noun phrase or a that, + +62 +00:04:20,530 --> 00:04:23,070 +because it is clear? Alright, very quickly, the + +63 +00:04:23,070 --> 00:04:26,650 +second type of reasons, or, of signals or transition + +64 +00:04:26,650 --> 00:04:28,970 +signals, is that, if I'm using words like for + +65 +00:04:28,970 --> 00:04:33,110 +example, for instance, and so on, very much like the + +66 +00:04:33,110 --> 00:04:35,950 +first case we just talked about if I'm starting + +67 +00:04:35,950 --> 00:04:39,170 +with fair, for example, or for instance, there is + +68 +00:04:39,170 --> 00:04:42,610 +always a complete sentence that must follow for + +69 +00:04:42,610 --> 00:04:47,910 +example, a tourist can spend less than one hundred + +70 +00:04:47,910 --> 00:04:51,330 +dollars per day on food and accommodation. Or for + +71 +00:04:51,330 --> 00:04:54,650 +instance, getting a tourist visa is, So what we have + +72 +00:04:54,650 --> 00:04:58,620 +here is actually a complete sentence, rather than + +73 +00:04:58,620 --> 00:05:01,500 +another phrase and so on. And again, notice the + +74 +00:05:01,500 --> 00:05:06,470 +punctuation. For instance, comma, for example, I + +75 +00:05:06,470 --> 00:05:10,770 +cannot say, for example, comma, a tourist visa. Why + +76 +00:05:10,770 --> 00:05:13,010 +is it not the case? Because this is not a + +77 +00:05:13,010 --> 00:05:16,490 +sentence. This is a noun phrase. And this is, we + +78 +00:05:16,490 --> 00:05:18,790 +talked about this before, this is a fragment. This + +79 +00:05:18,790 --> 00:05:22,530 +is not a complete sentence. Or for instance, + +80 +00:05:22,750 --> 00:05:26,270 +friendly people, for example. This is not correct + +81 +00:05:26,270 --> 00:05:29,470 +punctuation, correct sentence. Because it is not a + +82 +00:05:29,470 --> 00:05:32,960 +sentence, it is a noun phrase. Okay? This is the + +83 +00:05:32,960 --> 00:05:35,520 +first case, if I'm using for example in this way + +84 +00:05:35,520 --> 00:05:40,740 +beginning the sentence, for example, and so on. But I + +85 +00:05:40,740 --> 00:05:44,660 +can sometimes use for example, not at the beginning + +86 +00:05:44,660 --> 00:05:47,600 +of a sentence, but in the middle of a sentence, for + +87 +00:05:47,600 --> 00:05:51,380 +instance, in this case what we see is this kind of + +88 +00:05:51,380 --> 00:05:55,360 +punctuation, alright? We have something, for example + +89 +00:05:55,360 --> 00:05:59,820 +and then something else, for instance, and then we + +90 +00:05:59,820 --> 00:06:04,310 +continue. Over the case of such as, such as the + +91 +00:06:04,310 --> 00:06:09,090 +comma always comes before, not after, such as. For + +92 +00:06:09,090 --> 00:06:14,590 +example, visitors can see ancient places. Notice + +93 +00:06:14,590 --> 00:06:18,470 +here, for example, comma, comma, the pyramids and + +94 +00:06:18,470 --> 00:06:22,150 +Saladin's citadel. What we have here is a noun + +95 +00:06:22,150 --> 00:06:26,050 +phrase, a noun or a noun phrase but not a complete + +96 +00:06:26,050 --> 00:06:29,840 +sentence, okay? And the same thing, visitors can + +97 +00:06:29,840 --> 00:06:33,820 +often visit, it's a beautiful island, for instance, + +98 +00:06:33,960 --> 00:06:38,460 +Phillip Island. So what we see here is again a noun + +99 +00:06:38,460 --> 00:06:40,740 +phrase. So, if we use it in the middle of a + +100 +00:06:40,740 --> 00:06:43,620 +sentence, it is always followed or it must be + +101 +00:06:43,620 --> 00:06:47,320 +followed by a noun phrase, never a sentence. In + +102 +00:06:47,320 --> 00:06:51,420 +the case of such as, we often stayed at nice, but + +103 +00:06:51,420 --> 00:06:56,730 +inexpensive hotels, comma such as, the old Jasmine + +104 +00:06:56,730 --> 00:07:01,050 +Jameson hotel, okay? So with such as the comma comes + +105 +00:07:01,050 --> 00:07:04,850 +before, and what comes after such as is a noun + +106 +00:07:04,850 --> 00:07:08,010 +phrase, a word or a noun phrase but never a + +107 +00:07:08,010 --> 00:07:12,730 +sentence. Is this clear? Okay? Alright, alright. + +108 +00:07:12,730 --> 00:07:21,170 +Let's look at our textbook, page 132, 132 okay. + +109 +00:07:24,110 --> 00:07:27,570 +All right, what we see here. Let's do the first + +110 +00:07:27,570 --> 00:07:32,090 +exercise, the first exercise, A. Add comments to + +111 +00:07:32,090 --> 00:07:34,950 +the following sentences. Add comments to the + +112 +00:07:34,950 --> 00:07:37,790 +following sentences. All right? One, two, three, + +113 +00:07:37,890 --> 00:07:42,430 +four, and five. Just look at these rules that we + +114 +00:07:42,430 --> 00:07:46,730 +just discussed and add comments to the following + +115 +00:07:46,730 --> 00:07:47,570 +reasons. + +116 +00:08:21,830 --> 00:08:22,390 +Let's see. + +117 +00:08:58,940 --> 00:09:01,740 +Thank you. + +118 +00:09:40,970 --> 00:09:44,570 +All right, all right. Yes, yes, please. Denmark has + +119 +00:09:44,570 --> 00:09:48,810 +many attractions for children, such as, Taiwoli + +120 +00:09:48,810 --> 00:09:52,370 +Gardens and Le Goland. Yes. So Denmark has many + +121 +00:09:52,370 --> 00:09:58,310 +attractions for children, such as, Taiwoli Gardens + +122 +00:09:58,310 --> 00:10:01,730 +and Le Goland. Yes, please. Japan is famous for + +123 +00:10:01,730 --> 00:10:06,430 +its beautiful gardens. For example, Kuma. Very + +124 +00:10:06,430 --> 00:10:09,790 +nice. For example, the Kuma, the garden of the + +125 +00:10:19,350 --> 00:10:24,070 +In Sao Paulo, there is a mix of architecture. You + +126 +00:10:24,070 --> 00:10:26,890 +can see traditional architecture in some + +127 +00:10:26,890 --> 00:10:30,430 +buildings. A Kuma, for example. Very good. For + +128 +00:10:30,430 --> 00:10:33,990 +example, Kuma, you will see here is a noun phrase. + +129 +00:10:34,190 --> 00:10:37,890 +So, noun phrase is not a sentence. All right. Let's + +130 +00:10:37,890 --> 00:10:41,890 +see number four. Yes, please. There are also modern + +131 +00:10:41,890 --> 00:10:45,370 +buildings in South Oliva, for instance, Koma, blah + +132 +00:10:45,370 --> 00:10:49,650 +blah + +133 +00:10:49,650 --> 00:10:50,610 +blah blah blah blah blah blah blah blah blah blah + +134 +00:10:50,610 --> 00:10:50,870 +blah blah blah blah blah blah blah blah blah blah + +135 +00:10:50,870 --> 00:10:50,930 +blah blah blah blah blah blah blah blah blah blah + +136 +00:10:50,930 --> 00:10:51,750 +blah blah blah blah blah blah blah blah blah blah + +137 +00:10:51,750 --> 00:10:51,770 +blah blah blah blah blah blah blah blah blah blah + +138 +00:10:51,770 --> 00:10:53,030 +blah blah blah blah blah blah blah blah blah blah + +139 +00:11:02,620 --> 00:11:06,900 +Very good. Comma, for instance, comma, the capital + +140 +00:11:06,900 --> 00:11:10,860 +city of La Paz and so on and so forth, okay? All + +141 +00:11:10,860 --> 00:11:13,320 +right, so again, this is what we need to do + +142 +00:11:13,320 --> 00:11:17,040 +whenever we actually use, for example, such as, + +143 +00:11:17,120 --> 00:11:19,560 +for instance, either in the beginning of the + +144 +00:11:19,560 --> 00:11:22,160 +sentence or at the end. Now, let's see the second + +145 +00:11:22,160 --> 00:11:25,300 +exercise in your textbook, and this one has to do + +146 +00:11:25,300 --> 00:11:29,510 +with using, for example, and for instance, and such + +147 +00:11:29,510 --> 00:11:33,970 +as, where appropriate, and just notice as you fill + +148 +00:11:33,970 --> 00:11:37,550 +in the blanks, how your punctuation should be. + +149 +00:11:37,890 --> 00:11:38,750 +Okay? Yes, please. + +150 +00:11:49,640 --> 00:11:50,180 +Thank you. + +151 +00:12:04,700 --> 00:12:05,580 +Thank you. + +152 +00:12:28,730 --> 00:12:33,610 +In the name of God, the most gracious, the most + +153 +00:12:33,610 --> 00:12:33,970 +merciful. + +154 +00:12:47,630 --> 00:12:48,870 +It's. + +155 +00:13:13,430 --> 00:13:16,850 +Alright. Let's see. Okay, yes, please. San + +156 +00:13:16,850 --> 00:13:19,670 +Francisco has several ethnic neighborhoods, such + +157 +00:13:19,670 --> 00:13:27,110 +as, not after such as, okay? So, comma, such as, + +158 +00:13:28,270 --> 00:13:31,330 +there's no need for another one after such as. But + +159 +00:13:31,330 --> 00:13:37,830 +if we said, for instance, So, for example, we can + +160 +00:13:37,830 --> 00:13:40,250 +use a comma here, because what comes after it is + +161 +00:13:40,250 --> 00:13:44,350 +actually, noun phrases or noun phrases, not a + +162 +00:13:44,350 --> 00:13:47,450 +clause or not a complete sentence, alright? Yes, + +163 +00:13:47,530 --> 00:13:50,710 +please. When you visit the ethnic neighborhood of + +164 +00:13:50,710 --> 00:13:54,930 +Miami, you feel that you are in a foreign country + +165 +00:13:54,930 --> 00:14:01,050 +for instance. Very nice. For instance, very good. + +166 +00:14:01,130 --> 00:14:05,850 +Or for example, in Little Hawaii, Havana, you can, + +167 +00:14:06,150 --> 00:14:09,230 +you can. So we have a sentence. See number three, + +168 +00:14:09,870 --> 00:14:14,290 +number three. Yes, please, over there. Summers are + +169 +00:14:14,290 --> 00:14:17,670 +much cooler in San Francisco than in Los Angeles, + +170 +00:14:17,910 --> 00:14:23,870 +for example. Yes. Summers are much cooler in, for + +171 +00:14:23,870 --> 00:14:27,540 +example, the average. The average dry temperature + +172 +00:14:27,540 --> 00:14:30,240 +in San Francisco is primarily. Very nice. So, we + +173 +00:14:30,240 --> 00:14:34,120 +have for example, or, for instance. Yes, the same + +174 +00:14:34,120 --> 00:14:36,720 +idea. We have a comma here, alright? This place. + +175 +00:14:36,840 --> 00:14:40,960 +In Mexico, you can have many lots of beach, a + +176 +00:14:40,960 --> 00:14:48,290 +comma such as. Very nice. Such as. Such as. Or for + +177 +00:14:48,290 --> 00:14:52,350 +example, Kuma, Kuma. Yes. Alright. And finally, we + +178 +00:14:52,350 --> 00:14:55,130 +have, the Yucatan is full of archaeological + +179 +00:14:55,130 --> 00:15:03,750 +resources. Very nice. Or for example. Or such as. + +180 +00:15:03,750 --> 00:15:07,960 +Or such as. Very good. Okay? Is this clear? This + +181 +00:15:07,960 --> 00:15:12,560 +is just an important punctuation note, that we have + +182 +00:15:12,560 --> 00:15:15,920 +to be careful of. When? Because, I've seen this + +183 +00:15:15,920 --> 00:15:18,360 +some problems in your writing whenever you write + +184 +00:15:18,360 --> 00:15:23,260 +for example or for instance, and such as. Just + +185 +00:15:23,260 --> 00:15:25,960 +remember this punctuation as you do your writings. + +186 +00:15:26,420 --> 00:15:31,140 +Providing examples and sentences and reasons, + +187 +00:15:31,340 --> 00:15:34,080 +okay? So again, last time we talked about + +188 +00:15:34,080 --> 00:15:38,540 +providing reasons and giving specific examples. + +189 +00:15:38,720 --> 00:15:40,960 +Let's just go over again, doing some more + +190 +00:15:40,960 --> 00:15:44,900 +exercises on this, and try to get the idea very + +191 +00:15:44,900 --> 00:15:48,240 +clear to you and do some practice on this. So + +192 +00:15:48,240 --> 00:15:50,640 +let's just + +223 +00:19:41,430 --> 00:19:45,150 +two. A doctor never knows when or what will happen + +224 +00:19:45,150 --> 00:19:47,970 +in the emergency room. Very good. Alright. Let's + +225 +00:19:47,970 --> 00:19:51,330 +see. Yes, please. Each organ in the body is + +226 +00:19:51,330 --> 00:19:51,790 +necessary. + +227 +00:19:55,550 --> 00:20:00,950 +The lungs have a person to breathe. Very nice. And + +228 +00:20:00,950 --> 00:20:03,490 +we have number three, the muscles. + +229 +00:20:06,710 --> 00:20:10,690 +Very good. Very, very good. Okay, so obviously + +230 +00:20:10,690 --> 00:20:14,870 +here is always make sure like we said before all + +231 +00:20:14,870 --> 00:20:18,830 +your exams should be specific and relevant to the + +232 +00:20:18,830 --> 00:20:22,330 +topic sentence or the controlling idea that you + +233 +00:20:22,330 --> 00:20:25,950 +are actually writing about now Let's get back to + +234 +00:20:25,950 --> 00:20:32,150 +our textbook and on page. Let's look at page 127 + +235 +00:20:32,150 --> 00:20:41,220 +127 Okay, and let's look at outline B And here we + +236 +00:20:41,220 --> 00:20:45,120 +are going to look at provide some reasons and + +237 +00:20:45,120 --> 00:20:48,760 +examples to this topic sentence that is in the + +238 +00:20:48,760 --> 00:20:53,670 +exercise, the second exercise. Pete's Pizzeria is + +239 +00:20:53,670 --> 00:20:57,970 +the worst fast food restaurant in town. It's the + +240 +00:20:57,970 --> 00:21:01,730 +worst fast food restaurant in town. So we're going + +241 +00:21:01,730 --> 00:21:07,290 +to provide three reasons and relevant specific + +242 +00:21:07,290 --> 00:21:11,370 +examples to this topic sentence, okay? You know + +243 +00:21:11,370 --> 00:21:17,140 +what's a pizzeria? A place for it's like a diner + +244 +00:21:17,140 --> 00:21:20,080 +for people to eat pizza in okay this is whatsapp + +245 +00:21:20,080 --> 00:21:22,820 +it's here yeah it's a restaurant for people to go + +246 +00:21:22,820 --> 00:21:24,680 +and eat pizza in okay + +247 +00:21:54,200 --> 00:21:55,660 +Okay. Okay. + +248 +00:21:59,080 --> 00:22:00,480 +Okay. + +249 +00:22:05,540 --> 00:22:06,940 +Okay. + +250 +00:22:27,560 --> 00:22:34,660 +Chess? Cheese. Cheese. C-H-W-E-S. Yes. + +251 +00:22:47,130 --> 00:22:55,790 +I don't know. I don't know. I don't know. + +252 +00:23:27,400 --> 00:23:29,940 +I'm not cooked yet. + +253 +00:23:43,580 --> 00:23:46,800 +This is not a good example. Why is that? Because + +254 +00:23:46,800 --> 00:23:49,020 +this pizza is the worst in the world. This is very + +255 +00:23:49,020 --> 00:23:50,380 +much like a petroleum issue. + +256 +00:23:55,130 --> 00:23:59,850 +You can say it's as if a spoon is cooled and + +257 +00:23:59,850 --> 00:24:00,710 +tastes bad. + +258 +00:24:25,200 --> 00:24:29,380 +It's really important. + +259 +00:24:30,820 --> 00:24:33,380 +It's really important. + +260 +00:25:04,530 --> 00:25:10,430 +Not height. Time. Time. + +261 +00:25:13,770 --> 00:25:15,170 +Time. + +262 +00:25:25,410 --> 00:25:29,110 +Alright, are we done? Yes, please. Pete's Pizzeria + +263 +00:25:29,110 --> 00:25:33,550 +is the worst fast food restaurant in town. Okay? + +264 +00:25:33,910 --> 00:25:38,100 +Yes, please. Give me the first reason. Waitresses + +265 +00:25:38,100 --> 00:25:42,840 +are impolite and their treatment is so bad Okay we + +266 +00:25:42,840 --> 00:25:47,740 +can say this is more of a specific reason but what + +267 +00:25:47,740 --> 00:25:50,440 +about the reason a specific example sorry this + +268 +00:25:50,440 --> 00:25:53,540 +could be as a specific example as I see the reason + +269 +00:25:53,540 --> 00:25:57,980 +is we can say service is not Okay, we can say + +270 +00:25:57,980 --> 00:26:02,480 +service is bad or service is unprofessional, for + +271 +00:26:02,480 --> 00:26:05,260 +example. Service is unprofessional. Very good, + +272 +00:26:05,340 --> 00:26:08,220 +very good. Another reason, another reason. Yes, + +273 +00:26:08,300 --> 00:26:10,580 +please. Let's talk about the food, yes. Okay, the + +274 +00:26:10,580 --> 00:26:13,520 +quality of the food is bad. Okay, so we can say + +275 +00:26:13,520 --> 00:26:18,500 +the quality of + +276 +00:26:18,500 --> 00:26:25,120 +the means is rather or we can say rather very bad. + +277 +00:26:26,150 --> 00:26:28,790 +It means, specifically examples of how the food + +278 +00:26:28,790 --> 00:26:32,350 +offered or the meals offered are really bad, for + +279 +00:26:32,350 --> 00:26:35,570 +example. The cheese tastes bad. Okay, we can say + +280 +00:26:35,570 --> 00:26:41,430 +the cheese or the pizza, okay? Pizza tastes + +281 +00:26:41,430 --> 00:26:55,390 +very bad, okay? And is always cold okay and it's + +282 +00:26:55,390 --> 00:26:59,370 +always cold another example of have the food or + +283 +00:26:59,370 --> 00:27:02,870 +have the meals offered are not really good are not + +284 +00:27:02,870 --> 00:27:07,770 +tasty okay the food is not delicious other meals + +285 +00:27:07,770 --> 00:27:19,070 +are not cooked well okay okay very nice let's see + +286 +00:27:19,070 --> 00:27:22,270 +the second reasonWhat would be a second reason + +287 +00:27:22,270 --> 00:27:25,530 +that this is the nearest fast-food restaurant in + +288 +00:27:25,530 --> 00:27:28,810 +town? Yes, please. The prices are high. Prices. + +289 +00:27:28,930 --> 00:27:31,590 +Let's talk about the prices. Very good. So, prices + +290 +00:27:31,590 --> 00:27:36,570 +are high. I can say meal prices, okay? Prices, + +291 +00:27:37,470 --> 00:27:46,170 +meal or food prices. Meal prices are high. Okay. A + +292 +00:27:46,170 --> 00:27:49,540 +specific example would be something like There is + +293 +00:27:49,540 --> 00:27:52,640 +no discount for regular customers. Okay, we can + +294 +00:27:52,640 --> 00:27:58,680 +think about there is a Okay, there is no discount. + +295 +00:27:58,860 --> 00:28:10,400 +There are no discounts offered by the restaurant. + +296 +00:28:10,520 --> 00:28:13,420 +There are no discounts offered by the restaurants. + +297 +00:28:13,740 --> 00:28:18,010 +Okay, anything else? We can say, specific example + +298 +00:28:18,010 --> 00:28:20,430 +would be this please. You have to pay a penny to + +299 +00:28:20,430 --> 00:28:24,570 +work out. Not just you, alright a penny or a + +300 +00:28:24,570 --> 00:28:27,830 +dollar or five dollars or something like this. Or + +301 +00:28:27,830 --> 00:28:38,130 +we can say, any meal would cost you + +302 +00:28:38,130 --> 00:28:46,830 +forty, forty dollars at least. Okay? will cost you + +303 +00:28:46,830 --> 00:28:51,230 +at least $40. So, what we see here is actually a + +304 +00:28:51,230 --> 00:28:54,430 +very specific example. Alright? Now, let's look at + +305 +00:28:54,430 --> 00:28:58,130 +the third reason and it's relevant examples. Yes, + +306 +00:28:58,190 --> 00:29:03,610 +please. A lot of + +307 +00:29:03,610 --> 00:29:06,790 +health problems and that would be very serious. + +308 +00:29:06,970 --> 00:29:09,150 +That restaurant would be closed right away. But + +309 +00:29:09,150 --> 00:29:12,790 +let's talk about service. Yes, service. Yes, + +310 +00:29:12,810 --> 00:29:15,510 +please. Staff is very angry and not cooperating. + +311 +00:29:15,590 --> 00:29:24,870 +So we can say service is always unprofessional + +312 +00:29:24,870 --> 00:29:28,490 +for those behave unprofessional is always + +313 +00:29:28,490 --> 00:29:35,710 +unprofessional professional okay professional okay + +314 +00:29:35,710 --> 00:29:40,330 +for instance For instance, okay, yes please. + +315 +00:29:40,430 --> 00:29:44,450 +Waitresses are very rude and unprofessional when + +316 +00:29:44,450 --> 00:29:46,670 +dealing with customers. Very nice, so we can say + +317 +00:29:46,670 --> 00:29:58,530 +waitresses for example are rude when + +318 +00:29:58,530 --> 00:30:03,690 +dealing with And the second example would be? You + +319 +00:30:03,690 --> 00:30:06,310 +will spend all day waiting for your order. Yes, + +320 +00:30:06,310 --> 00:30:09,970 +you have to spend at least 30 minutes before your + +321 +00:30:09,970 --> 00:30:14,370 +meal is presented, is delivered to you, or before + +322 +00:30:14,370 --> 00:30:17,570 +your meal arrives, okay? Or we can say, you have + +323 +00:30:17,570 --> 00:30:21,210 +to + +324 +00:30:21,210 --> 00:30:27,010 +wait at least 30 minutes. + +325 +00:30:29,590 --> 00:30:33,330 +Okay? Before you get your order. Before you get + +326 +00:30:33,330 --> 00:30:36,210 +your order. So what we see here again, this is + +327 +00:30:36,210 --> 00:30:39,590 +another exercise for how to always make sure + +328 +00:30:39,590 --> 00:30:41,450 +whenever you are writing, you write very good + +329 +00:30:41,450 --> 00:30:46,110 +reasons. and always provide specific examples that + +330 +00:30:46,110 --> 00:30:49,630 +you can support your sentences and support your + +331 +00:30:49,630 --> 00:30:53,090 +topic sentence. Let's conclude with this final + +332 +00:30:53,090 --> 00:30:57,010 +activity on this topic and I'd like you to provide + +333 +00:30:57,010 --> 00:31:00,390 +one reason and one specific example to the + +334 +00:31:00,390 --> 00:31:07,910 +following topic sentences. University life is + +335 +00:31:07,910 --> 00:31:09,510 +challenging + +336 +00:31:12,670 --> 00:31:18,410 +to a lot of students, + +337 +00:31:19,950 --> 00:31:23,130 +okay? Or it can be difficult to a lot of students. + +338 +00:31:23,510 --> 00:31:29,610 +Try to provide one reason and one example for this + +339 +00:31:29,610 --> 00:31:33,170 +topic sentence, okay? University life can be very + +340 +00:31:33,170 --> 00:31:33,710 +challenging. + +341 +00:32:12,450 --> 00:32:13,170 +Thank you. + +342 +00:32:17,690 --> 00:32:18,990 +I don't know if I'm going to be able to do it. + +343 +00:32:55,490 --> 00:32:56,830 +The same issue. + +344 +00:33:03,880 --> 00:33:05,280 +Okay. + +345 +00:33:49,510 --> 00:33:50,910 +Okay. + +346 +00:34:03,160 --> 00:34:05,920 +All right, let's see. What would be a good reason + +347 +00:34:05,920 --> 00:34:09,100 +for this topic sentence? Yes, please. University + +348 +00:34:09,100 --> 00:34:12,220 +life is changing to a lot of students. Exams are + +349 +00:34:12,220 --> 00:34:15,660 +very difficult. For example, you have to study so + +350 +00:34:15,660 --> 00:34:18,360 +hard to get good marks. Yes, we can say it's the + +351 +00:34:18,360 --> 00:34:21,800 +other way around. You have to study very hard for + +352 +00:34:21,800 --> 00:34:26,320 +your to get good grades. Another reason. Another + +353 +00:34:26,320 --> 00:34:29,080 +reason. Yes, please. Students have a lot of work + +354 +00:34:29,080 --> 00:34:32,020 +to do. Okay, let's do this. Students + +355 +00:34:36,700 --> 00:34:43,220 +a lot of assignments and work a lot of work to do + +356 +00:34:43,220 --> 00:34:47,420 +for example they always have assignment quizzes + +357 +00:34:47,420 --> 00:34:50,240 +and they also should prepare their lessons very + +358 +00:34:50,240 --> 00:34:57,280 +good very good they always always have assignments + +359 +00:34:57,280 --> 00:35:01,320 +quizzes + +360 +00:35:01,320 --> 00:35:05,040 +and + +361 +00:35:06,130 --> 00:35:11,530 +exams presentations and exams to do and exams to + +362 +00:35:11,530 --> 00:35:16,530 +worry about and to do okay another reason who + +363 +00:35:16,530 --> 00:35:19,210 +would like to do another reason yes please It's + +364 +00:35:19,210 --> 00:35:22,170 +like the main gate for the student's future life. + +365 +00:35:22,190 --> 00:35:25,950 +Okay. For example, students need to work hard. + +366 +00:35:26,690 --> 00:35:30,010 +Very good. Students need to work hard. So they can + +367 +00:35:30,010 --> 00:35:32,950 +get a high mark and get a better job. Excellent. + +368 +00:35:33,190 --> 00:35:35,230 +So they need to work hard in order to get high + +369 +00:35:35,230 --> 00:35:39,870 +marks and good grades in different subjects. Okay. + +370 +00:35:40,230 --> 00:35:43,850 +So just to sum up, what we've done today is to + +371 +00:35:43,850 --> 00:35:46,190 +emphasize the idea that whenever you are writing, + +372 +00:35:46,370 --> 00:35:50,150 +make sure that you always give good reasons and + +373 +00:35:50,150 --> 00:35:53,810 +specific relevant and relevant examples for your + +374 +00:35:53,810 --> 00:35:57,470 +writing. Is this clear? All right, so thank you + +375 +00:35:57,470 --> 00:35:59,490 +very much and I'll see you next time, inshallah. + +376 +00:35:59,710 --> 00:35:59,990 +Thank you. diff --git a/PL9fwy3NUQKwbknFHzECJkgNOSFOth6GiS/XD6Syr04TbI_postprocess.srt b/PL9fwy3NUQKwbknFHzECJkgNOSFOth6GiS/XD6Syr04TbI_postprocess.srt new file mode 100644 index 0000000000000000000000000000000000000000..945114db107110e0ac48e823d61146564ea49638 --- /dev/null +++ b/PL9fwy3NUQKwbknFHzECJkgNOSFOth6GiS/XD6Syr04TbI_postprocess.srt @@ -0,0 +1,1504 @@ +1 +00:00:20,740 --> 00:00:22,980 +Alright, Assalamualaikum. Good morning, how are + +2 +00:00:22,980 --> 00:00:25,720 +you today? Very good, very good. Alright, last + +3 +00:00:25,720 --> 00:00:29,640 +time we talked about examples and reasons and we + +4 +00:00:29,640 --> 00:00:33,360 +said that a very good writing requires stating + +5 +00:00:33,360 --> 00:00:36,820 +reasons, very good reasons and also giving a + +6 +00:00:36,820 --> 00:00:40,970 +specific and relevant So they will continue on + +7 +00:00:40,970 --> 00:00:44,470 +this topic and today we're looking in specific on + +8 +00:00:44,470 --> 00:00:48,990 +transitions that are used in giving reasons and + +9 +00:00:48,990 --> 00:00:54,030 +providing examples and looking at the punctuation + +10 +00:00:54,030 --> 00:01:00,620 +in this respect. So let's look at transitions that + +11 +00:01:00,620 --> 00:01:03,600 +come with reasons or with stating reasons. What + +12 +00:01:03,600 --> 00:01:07,960 +sort of transitions that we can use? Generally, if + +13 +00:01:07,960 --> 00:01:10,460 +we are listing reasons, we have to use a number of + +14 +00:01:10,460 --> 00:01:12,540 +transitions that, of course, you are familiar + +15 +00:01:12,540 --> 00:01:17,760 +with. For example, first, second, third, finally, + +16 +00:01:18,040 --> 00:01:20,760 +and so and so on. Generally, remember this. + +17 +00:01:21,400 --> 00:01:24,680 +Whenever you are starting with these transitions, + +18 +00:01:25,540 --> 00:01:28,400 +Always make sure, just notice the transition here + +19 +00:01:28,400 --> 00:01:32,220 +and the punctuation, first of all, comma, second + +20 +00:01:32,220 --> 00:01:37,300 +of all, third of all, first, second, third and + +21 +00:01:37,300 --> 00:01:40,500 +finally there is always a comma and whatever comes + +22 +00:01:40,500 --> 00:01:44,440 +after the comma it has to be or it must be a + +23 +00:01:44,440 --> 00:01:48,500 +complete sentence okay because I see this in some + +24 +00:01:48,500 --> 00:01:51,580 +of your writings some problems that first common + +25 +00:01:51,580 --> 00:01:54,400 +pollution this is not a sentence this is a + +26 +00:01:54,400 --> 00:01:56,760 +fragment we talked about this before so this is + +27 +00:01:56,760 --> 00:02:00,660 +not a good thing always make sure that after these + +28 +00:02:00,660 --> 00:02:04,180 +transitions there is a complete sentence for + +29 +00:02:04,180 --> 00:02:09,720 +example first of all university study is very + +30 +00:02:09,720 --> 00:02:14,770 +costly all right or third traffic laws are not + +31 +00:02:14,770 --> 00:02:19,170 +enforced on offenders unfortunately. So notice the + +32 +00:02:19,170 --> 00:02:23,090 +punctuation first of all comma and then we have a + +33 +00:02:23,090 --> 00:02:26,150 +complete sentence or third and then we have comma + +34 +00:02:26,150 --> 00:02:30,210 +and then we have a complete sentence okay? But + +35 +00:02:30,210 --> 00:02:36,600 +sometimes instead of saying the first comma third + +36 +00:02:36,600 --> 00:02:40,900 +comma final comma we have the first reason is the + +37 +00:02:40,900 --> 00:02:44,280 +second reason is the last reason is and so on so + +38 +00:02:44,280 --> 00:02:47,200 +what comes after this since we have a subject and + +39 +00:02:47,200 --> 00:02:52,060 +a verb is can be either a noun phrase not a clause + +40 +00:02:52,060 --> 00:02:57,120 +not a sentence a noun phrase or a that clause for + +41 +00:02:57,120 --> 00:03:02,250 +example the first reason is it's excellent + +42 +00:03:02,250 --> 00:03:05,210 +transportation system notice that this is not a + +43 +00:03:05,210 --> 00:03:08,750 +this is not a sentence this is a phrase excellent + +44 +00:03:08,750 --> 00:03:11,630 +transportation system but in general we have a + +45 +00:03:11,630 --> 00:03:15,670 +sentence subject verb and then we have a + +46 +00:03:15,670 --> 00:03:18,670 +complement and the same thing the second reason is + +47 +00:03:18,670 --> 00:03:24,250 +London's natural parks and again we have what we + +48 +00:03:24,250 --> 00:03:29,970 +have here is a noun phrase okay and or we can have + +49 +00:03:29,970 --> 00:03:33,730 +a that close all right for instance the third + +50 +00:03:33,730 --> 00:03:38,830 +reason is that london has many beautiful so what + +51 +00:03:38,830 --> 00:03:42,090 +we see here is that after the verb we have a that + +52 +00:03:42,090 --> 00:03:46,290 +close a that close a close that begins with that + +53 +00:03:46,290 --> 00:03:52,070 +or the final reason is that tourists often find + +54 +00:03:52,070 --> 00:03:56,600 +people And do you see any punctuation marks here + +55 +00:03:56,600 --> 00:03:59,140 +in terms of commas? No, there is no need for any + +56 +00:03:59,140 --> 00:04:02,040 +punctuation marks especially commas. So what we + +57 +00:04:02,040 --> 00:04:06,030 +see here again is that if I'm starting with first, + +58 +00:04:06,170 --> 00:04:09,290 +or second, or first of all, third of all, finally + +59 +00:04:09,290 --> 00:04:12,830 +it is always a complete sentence and if I'm + +60 +00:04:12,830 --> 00:04:16,490 +starting with the first reason is it has to be + +61 +00:04:16,490 --> 00:04:20,270 +followed by either a noun phrase or a that, + +62 +00:04:20,530 --> 00:04:23,070 +because it is clear? Alright, very quickly the + +63 +00:04:23,070 --> 00:04:26,650 +second type of reasons or of signals or transition + +64 +00:04:26,650 --> 00:04:28,970 +signals is that if I'm using words like for + +65 +00:04:28,970 --> 00:04:33,110 +example for instance and so on very much like the + +66 +00:04:33,110 --> 00:04:35,950 +first case we just talked about if I'm starting + +67 +00:04:35,950 --> 00:04:39,170 +with fair for example or for instance there is + +68 +00:04:39,170 --> 00:04:42,610 +always a complete sentence that must follow for + +69 +00:04:42,610 --> 00:04:47,910 +example a tourist can spend less than one hundred + +70 +00:04:47,910 --> 00:04:51,330 +dollars per day on food and accommodation or for + +71 +00:04:51,330 --> 00:04:54,650 +instance getting a tourist visa is so what we have + +72 +00:04:54,650 --> 00:04:58,620 +here is actually acomplete sentence rather than + +73 +00:04:58,620 --> 00:05:01,500 +another phrase and so on and again notice the + +74 +00:05:01,500 --> 00:05:06,470 +punctuation for instance comma for example I + +75 +00:05:06,470 --> 00:05:10,770 +cannot say, for example, come a tourist visa. Why + +76 +00:05:10,770 --> 00:05:13,010 +is it not the case? Because this is not a + +77 +00:05:13,010 --> 00:05:16,490 +sentence. This is a noun phrase. And this is, we + +78 +00:05:16,490 --> 00:05:18,790 +talked about this before, this is a fragment. This + +79 +00:05:18,790 --> 00:05:22,530 +is not a complete sentence. Or for instance, + +80 +00:05:22,750 --> 00:05:26,270 +friendly people, for example. This is not correct + +81 +00:05:26,270 --> 00:05:29,470 +punctuation, correct sentence. Because it is not a + +82 +00:05:29,470 --> 00:05:32,960 +sentence, it is a noun. phrase okay this is the + +83 +00:05:32,960 --> 00:05:35,520 +first case if I'm using for example in this way + +84 +00:05:35,520 --> 00:05:40,740 +beginning the sentence for example and so on but I + +85 +00:05:40,740 --> 00:05:44,660 +can sometimes use for example not at the beginning + +86 +00:05:44,660 --> 00:05:47,600 +of a sentence but in the middle of a sentence for + +87 +00:05:47,600 --> 00:05:51,380 +instance in this case what we see is this kind of + +88 +00:05:51,380 --> 00:05:55,360 +punctuation alright we have something for example + +89 +00:05:55,360 --> 00:05:59,820 +and then something else for instance and then we + +90 +00:05:59,820 --> 00:06:04,310 +continue over the case of such as, such as the + +91 +00:06:04,310 --> 00:06:09,090 +comma always comes before, not after such as. For + +92 +00:06:09,090 --> 00:06:14,590 +example, visitors can see ancient places, notice + +93 +00:06:14,590 --> 00:06:18,470 +here, for example, comma, comma, the pyramids and + +94 +00:06:18,470 --> 00:06:22,150 +Saladin's citadel. What we have here is a noun + +95 +00:06:22,150 --> 00:06:26,050 +phrase, a noun or a noun phrase but not a complete + +96 +00:06:26,050 --> 00:06:29,840 +sentence, okay? And the same thing, visitors can + +97 +00:06:29,840 --> 00:06:33,820 +often visit it's a beautiful island, for instance, + +98 +00:06:33,960 --> 00:06:38,460 +Philip Island. So what we see here is again a noun + +99 +00:06:38,460 --> 00:06:40,740 +phrase. So if we use it in the middle of a + +100 +00:06:40,740 --> 00:06:43,620 +sentence, it is always followed or it must be + +101 +00:06:43,620 --> 00:06:47,320 +followed by a noun phrase, never a sentence. In + +102 +00:06:47,320 --> 00:06:51,420 +the case of such as, we often stayed at nice but + +103 +00:06:51,420 --> 00:06:56,730 +inexpensive hotels. comma such as the old Jasmine + +104 +00:06:56,730 --> 00:07:01,050 +Jameson hotel okay so with such as the comma comes + +105 +00:07:01,050 --> 00:07:04,850 +before and what comes after such as is a noun + +106 +00:07:04,850 --> 00:07:08,010 +phrase a word or a noun phrase but never a + +107 +00:07:08,010 --> 00:07:12,730 +sentence is this clear okay all right all right + +108 +00:07:12,730 --> 00:07:21,170 +let's look at our textbook page 132 132 okay + +109 +00:07:24,110 --> 00:07:27,570 +All right, what we see here, let's do the first + +110 +00:07:27,570 --> 00:07:32,090 +exercise, the first exercise A, add comments to + +111 +00:07:32,090 --> 00:07:34,950 +the following sentences, add comments to the + +112 +00:07:34,950 --> 00:07:37,790 +following sentences, all right? One, two, three, + +113 +00:07:37,890 --> 00:07:42,430 +four, and five. Just look at these rules that we + +114 +00:07:42,430 --> 00:07:46,730 +just discussed and add comments to the following + +115 +00:07:46,730 --> 00:07:47,570 +reasons. + +116 +00:08:21,830 --> 00:08:22,390 +Let's see. + +117 +00:08:58,940 --> 00:09:01,740 +Thank you. + +118 +00:09:40,970 --> 00:09:44,570 +All right, all right. Yes, yes please. Denmark has + +119 +00:09:44,570 --> 00:09:48,810 +many attractions for children, such as Taiwoli + +120 +00:09:48,810 --> 00:09:52,370 +Gardens and Le Goland. Yes, so Denmark has many + +121 +00:09:52,370 --> 00:09:58,310 +attractions for children, such as Taiwoli Gardens + +122 +00:09:58,310 --> 00:10:01,730 +and Le Goland. Yes, please. Japan is famous for + +123 +00:10:01,730 --> 00:10:06,430 +its beautiful gardens, for example, Kuma. Very + +124 +00:10:06,430 --> 00:10:09,790 +nice. For example, the Kuma, the garden of the + +125 +00:10:19,350 --> 00:10:24,070 +In Sao Paulo, there is a mix of architecture. You + +126 +00:10:24,070 --> 00:10:26,890 +can see traditional architecture in some + +127 +00:10:26,890 --> 00:10:30,430 +buildings, a Kuma for example. Very good. For + +128 +00:10:30,430 --> 00:10:33,990 +example, Kuma you will see here is a noun phrase. + +129 +00:10:34,190 --> 00:10:37,890 +So noun phrase is not a sentence. All right. Let's + +130 +00:10:37,890 --> 00:10:41,890 +see number four. Yes, please.There are also modern + +131 +00:10:41,890 --> 00:10:45,370 +buildings in South Oliva, for instance, Koma, blah + +132 +00:10:45,370 --> 00:10:49,650 +blah + +133 +00:10:49,650 --> 00:10:50,610 +blah blah blah blah blah blah blah blah blah blah + +134 +00:10:50,610 --> 00:10:50,870 +blah blah blah blah blah blah blah blah blah blah + +135 +00:10:50,870 --> 00:10:50,930 +blah blah blah blah blah blah blah blah blah blah + +136 +00:10:50,930 --> 00:10:51,750 +blah blah blah blah blah blah blah blah blah blah + +137 +00:10:51,750 --> 00:10:51,770 +blah blah blah blah blah blah blah blah blah blah + +138 +00:10:51,770 --> 00:10:53,030 +blah blah blah blah blah blah blah blah blah blah + +139 +00:11:02,620 --> 00:11:06,900 +Very good, comma for instance, comma the capital + +140 +00:11:06,900 --> 00:11:10,860 +city of La Paz and so on and so forth, okay? All + +141 +00:11:10,860 --> 00:11:13,320 +right, so again, this is what we need to do + +142 +00:11:13,320 --> 00:11:17,040 +whenever we actually use, for example, such as, + +143 +00:11:17,120 --> 00:11:19,560 +for instance, either in the beginning of the + +144 +00:11:19,560 --> 00:11:22,160 +sentence or at the end. Now, let's see the second + +145 +00:11:22,160 --> 00:11:25,300 +exercise in your textbook, and this one has to do + +146 +00:11:25,300 --> 00:11:29,510 +with Using for example and for instance and such + +147 +00:11:29,510 --> 00:11:33,970 +as where appropriate and just notice as you fill + +148 +00:11:33,970 --> 00:11:37,550 +in the blanks how your punctuation should be. + +149 +00:11:37,890 --> 00:11:38,750 +Okay? Yes please. + +150 +00:11:49,640 --> 00:11:50,180 +Thank you. + +151 +00:12:04,700 --> 00:12:05,580 +Thank you. + +152 +00:12:28,730 --> 00:12:33,610 +In the name of God, the most gracious, the most + +153 +00:12:33,610 --> 00:12:33,970 +merciful. + +154 +00:12:47,630 --> 00:12:48,870 +It's. + +155 +00:13:13,430 --> 00:13:16,850 +Alright, let's see. Okay, yes please. San + +156 +00:13:16,850 --> 00:13:19,670 +Francisco has several ethnic neighborhoods, such + +157 +00:13:19,670 --> 00:13:27,110 +as, not after such as, okay? So, comma, such as, + +158 +00:13:28,270 --> 00:13:31,330 +there's no need for another one after such as. But + +159 +00:13:31,330 --> 00:13:37,830 +if we said, for instance, So, for example, we can + +160 +00:13:37,830 --> 00:13:40,250 +use a comma here because what comes after it is + +161 +00:13:40,250 --> 00:13:44,350 +actually noun phrases or noun phrases, not a + +162 +00:13:44,350 --> 00:13:47,450 +clause or not a complete sentence, alright? Yes, + +163 +00:13:47,530 --> 00:13:50,710 +please. When you visit the ethnic neighborhood of + +164 +00:13:50,710 --> 00:13:54,930 +Miami, you feel that you are in a foreign country + +165 +00:13:54,930 --> 00:14:01,050 +for instance. Very nice. For instance, very good. + +166 +00:14:01,130 --> 00:14:05,850 +Or for example, in Little Hawaii, Havana, you can, + +167 +00:14:06,150 --> 00:14:09,230 +you can. So we have a sentence. See number three, + +168 +00:14:09,870 --> 00:14:14,290 +number three. Yes, please, over there. Summers are + +169 +00:14:14,290 --> 00:14:17,670 +much cooler in San Francisco than in Los Angeles, + +170 +00:14:17,910 --> 00:14:23,870 +for example. Yes, summers are much cooler in, for + +171 +00:14:23,870 --> 00:14:27,540 +example, the average The average dry temperature + +172 +00:14:27,540 --> 00:14:30,240 +in San Francisco is primarily. Very nice. So we + +173 +00:14:30,240 --> 00:14:34,120 +have for example. Or for instance. Yes, the same + +174 +00:14:34,120 --> 00:14:36,720 +idea. We have a comma here, alright? This place. + +175 +00:14:36,840 --> 00:14:40,960 +In Mexico, you can have many lots of beach, a + +176 +00:14:40,960 --> 00:14:48,290 +comma such as. Very nice. Such as. Such as.Or for + +177 +00:14:48,290 --> 00:14:52,350 +example, kuma kuma. Yes, alright. And finally, we + +178 +00:14:52,350 --> 00:14:55,130 +have the Yucatan is full of archaeological + +179 +00:14:55,130 --> 00:15:03,750 +resources. Very nice. Or for example. Or such as. + +180 +00:15:03,750 --> 00:15:07,960 +Or such as. Very good. Okay? Is this clear? This + +181 +00:15:07,960 --> 00:15:12,560 +is just an important punctuation note that we have + +182 +00:15:12,560 --> 00:15:15,920 +to be careful of. When? Because I've seen this + +183 +00:15:15,920 --> 00:15:18,360 +some problems in your writing whenever you write + +184 +00:15:18,360 --> 00:15:23,260 +for example or for instance and such as. Just + +185 +00:15:23,260 --> 00:15:25,960 +remember this punctuation as you do your writings. + +186 +00:15:26,420 --> 00:15:31,140 +providing examples and sentences and reasons, + +187 +00:15:31,340 --> 00:15:34,080 +okay? So again, last time we talked about + +188 +00:15:34,080 --> 00:15:38,540 +providing reasons and giving specific examples. + +189 +00:15:38,720 --> 00:15:40,960 +Let's just go over again, doing some more + +190 +00:15:40,960 --> 00:15:44,900 +exercises on this and try to get the idea very + +191 +00:15:44,900 --> 00:15:48,240 +clear to you and do some practice on this. So + +192 +00:15:48,240 --> 00:15:50,640 +let's just read very quickly these two topic + +193 +00:15:50,640 --> 00:15:54,210 +sentences. And match these topic sentences with + +194 +00:15:54,210 --> 00:15:57,150 +the examples that relate to them and then match + +195 +00:15:57,150 --> 00:16:01,050 +them with the appropriate or the relevant + +196 +00:16:01,050 --> 00:16:04,410 +concluding sentence in this respect. So please + +197 +00:16:04,410 --> 00:16:09,250 +quickly read this and match each topic sentence + +198 +00:16:09,250 --> 00:16:13,550 +with its relevant supporting sentences or examples + +199 +00:16:13,550 --> 00:16:14,690 +in this case, please. + +200 +00:16:37,950 --> 00:16:39,550 +Okay. Okay. + +201 +00:16:44,810 --> 00:16:46,210 +Okay. + +202 +00:17:23,220 --> 00:17:26,400 +Okay. Okay. + +203 +00:17:37,260 --> 00:17:40,680 +Okay. Okay. + +204 +00:17:51,450 --> 00:17:52,850 +Okay. + +205 +00:18:24,900 --> 00:18:32,600 +How are you? + +206 +00:18:37,800 --> 00:18:41,300 +Alright, are we finished? Yes, clearly. Yes + +207 +00:18:41,300 --> 00:18:44,320 +please, up there, at the end. Yes please. Each day + +208 +00:18:44,320 --> 00:18:48,240 +the doctors and nurses in the emergency room see + +209 +00:18:48,240 --> 00:18:51,300 +patients with many different problems. Okay, this + +210 +00:18:51,300 --> 00:18:53,600 +is the topic sentence. What sort of supporting + +211 +00:18:53,600 --> 00:18:59,050 +sentences or examples? So, they see Broken? Yes. + +212 +00:18:59,350 --> 00:19:03,230 +They see broken arms, sprained ankles and twisted + +213 +00:19:03,230 --> 00:19:06,090 +thumbs. Is there another example for it? Yes, + +214 +00:19:06,150 --> 00:19:09,150 +there are. Number two, people come into the + +215 +00:19:09,150 --> 00:19:13,570 +emergency room with slight headaches or with + +216 +00:19:13,570 --> 00:19:17,390 +serious illnesses. Is there a third example? Yes, + +217 +00:19:17,430 --> 00:19:18,150 +over there please. + +218 +00:19:20,970 --> 00:19:25,250 +Yes, number five. Okay, once in a while, Very + +219 +00:19:25,250 --> 00:19:29,450 +good. Parents bring their children in because they + +220 +00:19:29,450 --> 00:19:33,090 +have eaten crayons, pennies or buttons. Okay. + +221 +00:19:33,610 --> 00:19:37,970 +Alright. And the conclusion is number two. Very + +222 +00:19:37,970 --> 00:19:41,430 +good. And the conclusion is number two. Number + +223 +00:19:41,430 --> 00:19:45,150 +two. A doctor never knows when or what will happen + +224 +00:19:45,150 --> 00:19:47,970 +in the emergency room. Very good. Alright. Let's + +225 +00:19:47,970 --> 00:19:51,330 +see. Yes, please. Each organ in the body is + +226 +00:19:51,330 --> 00:19:51,790 +necessary. + +227 +00:19:55,550 --> 00:20:00,950 +The lungs have a person to breathe. Very nice. And + +228 +00:20:00,950 --> 00:20:03,490 +we have number three, the muscles. + +229 +00:20:06,710 --> 00:20:10,690 +Very good. Very, very good. Okay, so obviously + +230 +00:20:10,690 --> 00:20:14,870 +here is always make sure like we said before all + +231 +00:20:14,870 --> 00:20:18,830 +your exams should be specific and relevant to the + +232 +00:20:18,830 --> 00:20:22,330 +Topic sentence or the controlling idea that you + +233 +00:20:22,330 --> 00:20:25,950 +are actually writing about now Let's get back to + +234 +00:20:25,950 --> 00:20:32,150 +our textbook and on page. Let's look at page 127 + +235 +00:20:32,150 --> 00:20:41,220 +127 Okay, and let's look at outline B And here we + +236 +00:20:41,220 --> 00:20:45,120 +are going to look at provide some reasons and + +237 +00:20:45,120 --> 00:20:48,760 +examples to this topic sentence that is in the + +238 +00:20:48,760 --> 00:20:53,670 +exercise, the second exercise. Pete's Pizzeria is + +239 +00:20:53,670 --> 00:20:57,970 +the worst fast food restaurant in town. It's the + +240 +00:20:57,970 --> 00:21:01,730 +worst fast food restaurant in town. So we're going + +241 +00:21:01,730 --> 00:21:07,290 +to provide three reasons and relevant specific + +242 +00:21:07,290 --> 00:21:11,370 +examples to this topic sentence, okay? You know + +243 +00:21:11,370 --> 00:21:17,140 +what's a pizzeria? A place for it's like a diner + +244 +00:21:17,140 --> 00:21:20,080 +for people to eat pizza in okay this is whatsapp + +245 +00:21:20,080 --> 00:21:22,820 +it's here yeah it's a restaurant for people to go + +246 +00:21:22,820 --> 00:21:24,680 +and eat pizza in okay + +247 +00:21:54,200 --> 00:21:55,660 +Okay. Okay. + +248 +00:21:59,080 --> 00:22:00,480 +Okay. + +249 +00:22:05,540 --> 00:22:06,940 +Okay. + +250 +00:22:27,560 --> 00:22:34,660 +Chess? Cheese. Cheese. C-H-W-E-S. Yes. + +251 +00:22:47,130 --> 00:22:55,790 +I don't know. I don't know. I don't know. + +252 +00:23:27,400 --> 00:23:29,940 +I'm not cooked yet. + +253 +00:23:43,580 --> 00:23:46,800 +This is not a good example. Why is that? Because + +254 +00:23:46,800 --> 00:23:49,020 +this pizza is the worst in the world. This is very + +255 +00:23:49,020 --> 00:23:50,380 +much like a petroleum issue. + +256 +00:23:55,130 --> 00:23:59,850 +You can say it's as if a spoon is cooled and + +257 +00:23:59,850 --> 00:24:00,710 +tastes bad. + +258 +00:24:25,200 --> 00:24:29,380 +It's really important. + +259 +00:24:30,820 --> 00:24:33,380 +It's really important. + +260 +00:25:04,530 --> 00:25:10,430 +Not height. Time. Time. + +261 +00:25:13,770 --> 00:25:15,170 +Time. + +262 +00:25:25,410 --> 00:25:29,110 +Alright, are we done? Yes, please. Pete's Pizzeria + +263 +00:25:29,110 --> 00:25:33,550 +is the worst fast food restaurant in town. Okay? + +264 +00:25:33,910 --> 00:25:38,100 +Yes, please. Give me the first reason. Waitresses + +265 +00:25:38,100 --> 00:25:42,840 +are impolite and their treatment is so bad Okay we + +266 +00:25:42,840 --> 00:25:47,740 +can say this is more of a specific reason but what + +267 +00:25:47,740 --> 00:25:50,440 +about the reason a specific example sorry this + +268 +00:25:50,440 --> 00:25:53,540 +could be as a specific example as I see the reason + +269 +00:25:53,540 --> 00:25:57,980 +is we can say service is not Okay, we can say + +270 +00:25:57,980 --> 00:26:02,480 +service is bad or service is unprofessional, for + +271 +00:26:02,480 --> 00:26:05,260 +example. Service is unprofessional. Very good, + +272 +00:26:05,340 --> 00:26:08,220 +very good. Another reason, another reason. Yes, + +273 +00:26:08,300 --> 00:26:10,580 +please. Let's talk about the food, yes. Okay, the + +274 +00:26:10,580 --> 00:26:13,520 +quality of the food is bad. Okay, so we can say + +275 +00:26:13,520 --> 00:26:18,500 +the quality of + +276 +00:26:18,500 --> 00:26:25,120 +the means is rather or we can say rather very bad. + +277 +00:26:26,150 --> 00:26:28,790 +It means, specifically examples of how the food + +278 +00:26:28,790 --> 00:26:32,350 +offered or the meals offered are really bad, for + +279 +00:26:32,350 --> 00:26:35,570 +example. The cheese tastes bad. Okay, we can say + +280 +00:26:35,570 --> 00:26:41,430 +the cheese or the pizza, okay? Pizza tastes + +281 +00:26:41,430 --> 00:26:55,390 +very bad, okay? And is always cold okay and it's + +282 +00:26:55,390 --> 00:26:59,370 +always cold another example of have the food or + +283 +00:26:59,370 --> 00:27:02,870 +have the meals offered are not really good are not + +284 +00:27:02,870 --> 00:27:07,770 +tasty okay the food is not delicious other meals + +285 +00:27:07,770 --> 00:27:19,070 +are not cooked well okay okay very nice let's see + +286 +00:27:19,070 --> 00:27:22,270 +the second reasonWhat would be a second reason + +287 +00:27:22,270 --> 00:27:25,530 +that this is the nearest fast-food restaurant in + +288 +00:27:25,530 --> 00:27:28,810 +town? Yes, please. The prices are high. Prices. + +289 +00:27:28,930 --> 00:27:31,590 +Let's talk about the prices. Very good. So, prices + +290 +00:27:31,590 --> 00:27:36,570 +are high. I can say meal prices, okay? Prices, + +291 +00:27:37,470 --> 00:27:46,170 +meal or food prices. Meal prices are high. Okay. A + +292 +00:27:46,170 --> 00:27:49,540 +specific example would be something like There is + +293 +00:27:49,540 --> 00:27:52,640 +no discount for regular customers. Okay, we can + +294 +00:27:52,640 --> 00:27:58,680 +think about there is a Okay, there is no discount. + +295 +00:27:58,860 --> 00:28:10,400 +There are no discounts offered by the restaurant. + +296 +00:28:10,520 --> 00:28:13,420 +There are no discounts offered by the restaurants. + +297 +00:28:13,740 --> 00:28:18,010 +Okay, anything else? We can say, specific example + +298 +00:28:18,010 --> 00:28:20,430 +would be this please. You have to pay a penny to + +299 +00:28:20,430 --> 00:28:24,570 +work out. Not just you, alright a penny or a + +300 +00:28:24,570 --> 00:28:27,830 +dollar or five dollars or something like this. Or + +301 +00:28:27,830 --> 00:28:38,130 +we can say, any meal would cost you + +302 +00:28:38,130 --> 00:28:46,830 +forty, forty dollars at least. Okay? will cost you + +303 +00:28:46,830 --> 00:28:51,230 +at least $40. So, what we see here is actually a + +304 +00:28:51,230 --> 00:28:54,430 +very specific example. Alright? Now, let's look at + +305 +00:28:54,430 --> 00:28:58,130 +the third reason and it's relevant examples. Yes, + +306 +00:28:58,190 --> 00:29:03,610 +please. A lot of + +307 +00:29:03,610 --> 00:29:06,790 +health problems and that would be very serious. + +308 +00:29:06,970 --> 00:29:09,150 +That restaurant would be closed right away. But + +309 +00:29:09,150 --> 00:29:12,790 +let's talk about service. Yes, service. Yes, + +310 +00:29:12,810 --> 00:29:15,510 +please. Staff is very angry and not cooperating. + +311 +00:29:15,590 --> 00:29:24,870 +So we can say service is always unprofessional + +312 +00:29:24,870 --> 00:29:28,490 +for those behave unprofessional is always + +313 +00:29:28,490 --> 00:29:35,710 +unprofessional professional okay professional okay + +314 +00:29:35,710 --> 00:29:40,330 +for instance For instance, okay, yes please. + +315 +00:29:40,430 --> 00:29:44,450 +Waitresses are very rude and unprofessional when + +316 +00:29:44,450 --> 00:29:46,670 +dealing with customers. Very nice, so we can say + +317 +00:29:46,670 --> 00:29:58,530 +waitresses for example are rude when + +318 +00:29:58,530 --> 00:30:03,690 +dealing with And the second example would be? You + +319 +00:30:03,690 --> 00:30:06,310 +will spend all day waiting for your order. Yes, + +320 +00:30:06,310 --> 00:30:09,970 +you have to spend at least 30 minutes before your + +321 +00:30:09,970 --> 00:30:14,370 +meal is presented, is delivered to you, or before + +322 +00:30:14,370 --> 00:30:17,570 +your meal arrives, okay? Or we can say, you have + +323 +00:30:17,570 --> 00:30:21,210 +to + +324 +00:30:21,210 --> 00:30:27,010 +wait at least 30 minutes. + +325 +00:30:29,590 --> 00:30:33,330 +Okay? Before you get your order. Before you get + +326 +00:30:33,330 --> 00:30:36,210 +your order. So what we see here again, this is + +327 +00:30:36,210 --> 00:30:39,590 +another exercise for how to always make sure + +328 +00:30:39,590 --> 00:30:41,450 +whenever you are writing, you write very good + +329 +00:30:41,450 --> 00:30:46,110 +reasons. and always provide specific examples that + +330 +00:30:46,110 --> 00:30:49,630 +you can support your sentences and support your + +331 +00:30:49,630 --> 00:30:53,090 +topic sentence. Let's conclude with this final + +332 +00:30:53,090 --> 00:30:57,010 +activity on this topic and I'd like you to provide + +333 +00:30:57,010 --> 00:31:00,390 +one reason and one specific example to the + +334 +00:31:00,390 --> 00:31:07,910 +following topic sentences. University life is + +335 +00:31:07,910 --> 00:31:09,510 +challenging + +336 +00:31:12,670 --> 00:31:18,410 +to a lot of students, + +337 +00:31:19,950 --> 00:31:23,130 +okay? Or it can be difficult to a lot of students. + +338 +00:31:23,510 --> 00:31:29,610 +Try to provide one reason and one example for this + +339 +00:31:29,610 --> 00:31:33,170 +topic sentence, okay? University life can be very + +340 +00:31:33,170 --> 00:31:33,710 +challenging. + +341 +00:32:12,450 --> 00:32:13,170 +Thank you. + +342 +00:32:17,690 --> 00:32:18,990 +I don't know if I'm going to be able to do it. + +343 +00:32:55,490 --> 00:32:56,830 +The same issue. + +344 +00:33:03,880 --> 00:33:05,280 +Okay. + +345 +00:33:49,510 --> 00:33:50,910 +Okay. + +346 +00:34:03,160 --> 00:34:05,920 +All right, let's see. What would be a good reason + +347 +00:34:05,920 --> 00:34:09,100 +for this topic sentence? Yes, please. University + +348 +00:34:09,100 --> 00:34:12,220 +life is changing to a lot of students. Exams are + +349 +00:34:12,220 --> 00:34:15,660 +very difficult. For example, you have to study so + +350 +00:34:15,660 --> 00:34:18,360 +hard to get good marks. Yes, we can say it's the + +351 +00:34:18,360 --> 00:34:21,800 +other way around. You have to study very hard for + +352 +00:34:21,800 --> 00:34:26,320 +your to get good grades. Another reason. Another + +353 +00:34:26,320 --> 00:34:29,080 +reason. Yes, please. Students have a lot of work + +354 +00:34:29,080 --> 00:34:32,020 +to do. Okay, let's do this. Students + +355 +00:34:36,700 --> 00:34:43,220 +a lot of assignments and work a lot of work to do + +356 +00:34:43,220 --> 00:34:47,420 +for example they always have assignment quizzes + +357 +00:34:47,420 --> 00:34:50,240 +and they also should prepare their lessons very + +358 +00:34:50,240 --> 00:34:57,280 +good very good they always always have assignments + +359 +00:34:57,280 --> 00:35:01,320 +quizzes + +360 +00:35:01,320 --> 00:35:05,040 +and + +361 +00:35:06,130 --> 00:35:11,530 +exams presentations and exams to do and exams to + +362 +00:35:11,530 --> 00:35:16,530 +worry about and to do okay another reason who + +363 +00:35:16,530 --> 00:35:19,210 +would like to do another reason yes please It's + +364 +00:35:19,210 --> 00:35:22,170 +like the main gate for the student's future life. + +365 +00:35:22,190 --> 00:35:25,950 +Okay. For example, students need to work hard. + +366 +00:35:26,690 --> 00:35:30,010 +Very good. Students need to work hard. So they can + +367 +00:35:30,010 --> 00:35:32,950 +get a high mark and get a better job. Excellent. + +368 +00:35:33,190 --> 00:35:35,230 +So they need to work hard in order to get high + +369 +00:35:35,230 --> 00:35:39,870 +marks and good grades in different subjects. Okay. + +370 +00:35:40,230 --> 00:35:43,850 +So just to sum up, what we've done today is to + +371 +00:35:43,850 --> 00:35:46,190 +emphasize the idea that whenever you are writing, + +372 +00:35:46,370 --> 00:35:50,150 +make sure that you always give good reasons and + +373 +00:35:50,150 --> 00:35:53,810 +specific relevant and relevant examples for your + +374 +00:35:53,810 --> 00:35:57,470 +writing. Is this clear? All right, so thank you + +375 +00:35:57,470 --> 00:35:59,490 +very much and I'll see you next time, inshallah. + +376 +00:35:59,710 --> 00:35:59,990 +Thank you. + diff --git a/PL9fwy3NUQKwbknFHzECJkgNOSFOth6GiS/Z6oeeWg7i5k.srt b/PL9fwy3NUQKwbknFHzECJkgNOSFOth6GiS/Z6oeeWg7i5k.srt new file mode 100644 index 0000000000000000000000000000000000000000..edb10dbfc70700a9dfefff62bc9c7a10fe7017ac --- /dev/null +++ b/PL9fwy3NUQKwbknFHzECJkgNOSFOth6GiS/Z6oeeWg7i5k.srt @@ -0,0 +1,1631 @@ + +1 +00:00:20,840 --> 00:00:24,420 +As-salamu alaykum. Good morning on this day. How + +2 +00:00:24,420 --> 00:00:27,530 +was your weekend? It was good? Very good, very + +3 +00:00:27,530 --> 00:00:29,650 +good. All right, today we'll be looking at the + +4 +00:00:29,650 --> 00:00:33,770 +third part of the paragraph, the academic + +5 +00:00:33,770 --> 00:00:36,290 +paragraph, which is the concluding sentence. + +6 +00:00:36,650 --> 00:00:39,490 +Previously, we looked at the topic sentence and we + +7 +00:00:39,490 --> 00:00:42,330 +said that the topic sentence is one that carries + +8 +00:00:42,330 --> 00:00:45,030 +the main idea or the central idea of the + +9 +00:00:45,030 --> 00:00:48,170 +paragraph. And then we looked at the supporting + +10 +00:00:48,170 --> 00:00:50,530 +sentences and we said that this is a chance for + +11 +00:00:50,530 --> 00:00:54,060 +the writer to develop to discuss, to elaborate on + +12 +00:00:54,060 --> 00:00:58,720 +his or her main idea stated in a topic sentence. + +13 +00:00:58,880 --> 00:01:01,820 +And today, we're looking at the third and final + +14 +00:01:01,820 --> 00:01:04,700 +part of the structure of a paragraph, which is the + +15 +00:01:04,700 --> 00:01:07,080 +concluding sentence. What is the concluding + +16 +00:01:07,080 --> 00:01:10,360 +sentence? What is the function of the concluding + +17 +00:01:10,360 --> 00:01:12,160 +sentence? Where is the concluding sentence? + +18 +00:01:12,540 --> 00:01:16,640 +Primarily, this way. It's the end of the + +19 +00:01:16,640 --> 00:01:19,390 +paragraph. It's the last sentence of the + +20 +00:01:19,390 --> 00:01:21,970 +paragraph and from its name it says concluding. + +21 +00:01:22,350 --> 00:01:25,170 +This means that we sort of finish the paragraph + +22 +00:01:25,170 --> 00:01:30,430 +with we conclude our ideas with this sentence. So + +23 +00:01:30,430 --> 00:01:33,530 +the function of or we can use the concluding + +24 +00:01:33,530 --> 00:01:37,820 +sentence for different things. For example, We can + +25 +00:01:37,820 --> 00:01:41,080 +use the concluding sentence to restate the topic + +26 +00:01:41,080 --> 00:01:44,240 +sentence, that is to say we can say it in + +27 +00:01:44,240 --> 00:01:48,440 +different words or we can use the concluding + +28 +00:01:48,440 --> 00:01:51,080 +sentence to summarize, to give a summary of the + +29 +00:01:51,080 --> 00:01:56,260 +main points stated in the paragraph. Or we can + +30 +00:01:56,260 --> 00:01:59,020 +actually use the concluding sentence to leave the + +31 +00:01:59,020 --> 00:02:01,960 +reader with something to think about in relation + +32 +00:02:01,960 --> 00:02:05,500 +to the topic of this paragraph. In other words, + +33 +00:02:05,600 --> 00:02:09,220 +you would like to answer the question, so what? So + +34 +00:02:09,220 --> 00:02:12,980 +what is the idea that the reader can get out of + +35 +00:02:12,980 --> 00:02:16,680 +reading this or your paragraph? And sometimes we + +36 +00:02:16,680 --> 00:02:19,020 +can use the topic, the concluding sentence either + +37 +00:02:19,020 --> 00:02:23,970 +for summary for giving a recommendation to the + +38 +00:02:23,970 --> 00:02:26,130 +reader about something, you'll see some examples + +39 +00:02:26,130 --> 00:02:30,170 +later on, or to give an opinion or to give a + +40 +00:02:30,170 --> 00:02:32,750 +warning to the reader about doing something or not + +41 +00:02:32,750 --> 00:02:34,750 +doing something or believing in something or not + +42 +00:02:34,750 --> 00:02:35,750 +believing in something + +43 +00:02:41,020 --> 00:02:43,660 +in the future. So these are some of the functions, + +44 +00:02:43,820 --> 00:02:47,180 +some of the purposes that are used for writing a + +45 +00:02:47,180 --> 00:02:52,200 +concluding sentence. Let's see an example of + +46 +00:02:52,200 --> 00:02:58,560 +restatement of the topic sentence and summarizing + +47 +00:02:58,560 --> 00:03:01,620 +it in different words by rewriting it as a + +48 +00:03:01,620 --> 00:03:04,110 +concluding sentence. The topic sentence here says, + +49 +00:03:04,270 --> 00:03:07,150 +a program to encourage people to use public + +50 +00:03:07,150 --> 00:03:11,130 +transport in our city is urgently needed. This is + +51 +00:03:11,130 --> 00:03:14,730 +the topic sentence and it is about the need for a + +52 +00:03:14,730 --> 00:03:19,670 +program to perfect or to encourage people to use + +53 +00:03:19,670 --> 00:03:22,700 +public transport. Notice that concluding, the + +54 +00:03:22,700 --> 00:03:26,440 +conclusion, in summary, this program will + +55 +00:03:26,440 --> 00:03:28,220 +definitely encourage people to use public + +56 +00:03:28,220 --> 00:03:31,460 +transport in our city in order to solve traffic + +57 +00:03:31,460 --> 00:03:35,040 +congestion and constant delays. So this is an + +58 +00:03:35,040 --> 00:03:39,340 +example of summarizing and concluding, restating, + +59 +00:03:39,440 --> 00:03:43,060 +sorry, the main idea in the topic center. There is + +60 +00:03:43,060 --> 00:03:46,640 +another example, for instance, Throughout the + +61 +00:03:46,640 --> 00:03:50,260 +centuries rats have continued to survive despite + +62 +00:03:50,260 --> 00:03:54,640 +our efforts to destroy them. Now this is the + +63 +00:03:54,640 --> 00:03:57,720 +conclusion for this summary. So it is + +64 +00:03:57,720 --> 00:04:00,780 +reemphasizing, restating the main idea or the + +65 +00:04:00,780 --> 00:04:03,480 +topic sentence in different words. For us to + +66 +00:04:03,480 --> 00:04:06,760 +conclude, and notice the transition here, to + +67 +00:04:06,760 --> 00:04:11,840 +conclude in spite of all our efforts have been + +68 +00:04:11,840 --> 00:04:17,340 +invincible and seem to continue to do well. So it + +69 +00:04:17,340 --> 00:04:20,340 +is just restating the main idea to remind the + +70 +00:04:20,340 --> 00:04:23,040 +reader that this is what we've been talking about + +71 +00:04:23,040 --> 00:04:26,960 +in this paragraph. A third chance is to use the + +72 +00:04:27,280 --> 00:04:30,240 +This is also another example. There is no day + +73 +00:04:30,240 --> 00:04:34,400 +without bread on the table in my country and + +74 +00:04:34,400 --> 00:04:38,100 +Palestine. I restated it in different words. In + +75 +00:04:38,100 --> 00:04:43,340 +short, bread is indispensable + +76 +00:04:43,340 --> 00:04:48,380 +at meals in Palestine. This is not in. Bread is + +77 +00:04:48,380 --> 00:04:52,840 +indispensable at meals in Palestine. We can also + +78 +00:04:52,840 --> 00:04:55,300 +use the conclusion, and this is also another + +79 +00:04:55,300 --> 00:05:00,880 +example, to give recommendation. For instance, in + +80 +00:05:00,880 --> 00:05:04,640 +conclusion, these examples show that if you are + +81 +00:05:04,640 --> 00:05:06,920 +considering going to university in another + +82 +00:05:06,920 --> 00:05:09,560 +country, you should begin learning about the + +83 +00:05:09,560 --> 00:05:13,640 +culture, customs, and history of your host nation. + +84 +00:05:13,780 --> 00:05:16,280 +So this is all about a recommendation to the + +85 +00:05:21,300 --> 00:05:23,760 +in a university. We can also use it to give + +86 +00:05:23,760 --> 00:05:26,800 +warning or opinion. This is also another example. + +87 +00:05:27,120 --> 00:05:30,500 +In short, if you don't do these steps, you may not + +88 +00:05:30,500 --> 00:05:36,380 +get the grade you want or we can use it as an + +89 +00:05:36,380 --> 00:05:39,260 +opinion. As I can see it, some people might + +90 +00:05:39,260 --> 00:05:42,980 +disagree, but I think LAM is the best meter for + +91 +00:05:42,980 --> 00:05:46,280 +grading. So this is also another opinion. So the + +92 +00:05:46,280 --> 00:05:49,320 +idea here is always use the conclusion as a chance + +93 +00:05:49,320 --> 00:05:52,720 +to Remind the reader of the main idea in the topic + +94 +00:05:52,720 --> 00:05:56,240 +sentence, restate or re-emphasize points in your + +95 +00:05:56,240 --> 00:05:59,840 +paragraph, summarize, give opinion, give a + +96 +00:05:59,840 --> 00:06:03,160 +recommendation or give a prediction or a summary + +97 +00:06:03,160 --> 00:06:06,820 +of the main point. Is this clear? I want you to + +98 +00:06:06,820 --> 00:06:09,800 +keep this in mind and let's look at this Just + +99 +00:06:09,800 --> 00:06:12,480 +before we look at the example, how do I indicate + +100 +00:06:12,480 --> 00:06:16,320 +to the reader that I am finishing the paragraph? + +101 +00:06:16,660 --> 00:06:18,560 +I'm reaching the end of writing about this + +102 +00:06:18,560 --> 00:06:22,520 +paragraph? We generally use transition words to + +103 +00:06:22,520 --> 00:06:24,800 +tell the reader that this is the concluding + +104 +00:06:24,800 --> 00:06:27,560 +sentence and I am here to conclude my paragraph. + +105 +00:06:27,940 --> 00:06:30,840 +And these are some transitions that we can + +106 +00:06:30,840 --> 00:06:36,060 +actually use in this regard. For example, as we + +107 +00:06:36,060 --> 00:06:40,960 +can see it in summary, as a result, in short, + +108 +00:06:41,460 --> 00:06:44,900 +finally, to sum up, in conclusion, to conclude and + +109 +00:06:44,900 --> 00:06:47,100 +there are many others but these are good ones that + +110 +00:06:47,100 --> 00:06:50,660 +we can actually use to conclude the paragraph + +111 +00:06:51,800 --> 00:06:54,900 +paragraph for it. Alright? Alright. You see now + +112 +00:06:54,900 --> 00:06:59,200 +there is an example of how to use the transition. + +113 +00:06:59,720 --> 00:07:03,140 +Notice that to conclude there is a comma. In + +114 +00:07:03,140 --> 00:07:06,420 +conclusion there is always a comma as you can see + +115 +00:07:06,420 --> 00:07:09,840 +here. Always finish your or start your transition + +116 +00:07:09,840 --> 00:07:12,100 +or after you write your transition there is always + +117 +00:07:12,100 --> 00:07:16,360 +a comma at the end of or after this transition + +118 +00:07:16,360 --> 00:07:20,210 +signal or transition device. Alright? All right, + +119 +00:07:20,390 --> 00:07:26,050 +let's do some practice and see what is the, where + +120 +00:07:26,050 --> 00:07:28,210 +is the concluding sentence and where are the + +121 +00:07:28,210 --> 00:07:33,170 +supporting sentences in this set of sentences, all + +122 +00:07:33,170 --> 00:07:35,730 +right? So the topic is about the best way to + +123 +00:07:35,730 --> 00:07:38,710 +explore San Francisco. Remember the ideas that we + +124 +00:07:38,710 --> 00:07:41,610 +just said about concluding the function of a + +125 +00:07:41,610 --> 00:07:44,110 +concluding sentence and try to find where is the + +126 +00:07:44,110 --> 00:07:47,350 +concluding sentence and where are the supporting + +127 +00:07:47,350 --> 00:07:50,560 +sentences. Yes, please. Very quickly, please. + +128 +00:08:39,230 --> 00:08:42,390 +It should be easy. Now the curve. Where is the + +129 +00:08:42,390 --> 00:08:45,970 +concluding sentence? And what are the supporting + +130 +00:08:45,970 --> 00:08:50,130 +sentences in this set of sentences? + +131 +00:09:00,850 --> 00:09:04,470 +All right. Where is the concluding sentence in + +132 +00:09:04,470 --> 00:09:07,800 +this response? Yes, please. The first one. Very + +133 +00:09:07,800 --> 00:09:10,500 +nice. The first one is the concluding sentence. + +134 +00:09:10,860 --> 00:09:13,600 +When you explore San Francisco by foot, you can + +135 +00:09:13,600 --> 00:09:18,180 +experience all the city has or can offer. This is + +136 +00:09:18,180 --> 00:09:20,720 +just an example of a supporting sentence. It's + +137 +00:09:20,720 --> 00:09:22,720 +more of an example. When you walk, you can + +138 +00:09:22,720 --> 00:09:25,160 +experience the smells of the restaurants, the + +139 +00:09:25,160 --> 00:09:29,810 +plants sometimes. Yeah, ocean. Second, you can + +140 +00:09:29,810 --> 00:09:32,810 +stop and look into the windows or sit on the bench + +141 +00:09:32,810 --> 00:09:35,510 +for a while and watch other people or interesting + +142 +00:09:35,510 --> 00:09:40,950 +people. And finally, in a car or bus, you can stop + +143 +00:09:40,950 --> 00:09:43,190 +easily to see something interesting because + +144 +00:09:43,190 --> 00:09:47,970 +parking is difficult. So these are all supporting + +145 +00:09:47,970 --> 00:09:50,470 +sentences. And we finish the paragraph with a + +146 +00:09:50,470 --> 00:09:53,050 +conclusion. If you explore San Francisco by foot, + +147 +00:09:53,110 --> 00:09:57,230 +you can see a lot of interesting Let's see another + +148 +00:09:57,230 --> 00:10:06,550 +example. The beach is + +149 +00:10:06,550 --> 00:10:10,050 +the perfect place for me to relax. What is the + +150 +00:10:10,050 --> 00:10:13,150 +conclusion or the concluding sentence and what are + +151 +00:10:13,150 --> 00:10:15,290 +the subordinate sentences? + +152 +00:10:37,500 --> 00:10:41,820 +Alright? Should be an easy one. Yes, please. The + +153 +00:10:41,820 --> 00:10:44,960 +second sentence is the conclusion. That's right? + +154 +00:10:45,300 --> 00:10:50,140 +Yes. When I want to relax in summer, I go to the + +155 +00:10:50,140 --> 00:10:52,360 +beach. This is an example of a supporting + +156 +00:10:52,360 --> 00:10:56,340 +sentence. Another one and a third. When the earth + +157 +00:10:56,340 --> 00:10:59,440 +melts from the sea, the beach is pleasantly noisy + +158 +00:10:59,440 --> 00:11:02,240 +with seagulls and children laughing. And the third + +159 +00:11:02,240 --> 00:11:05,540 +supporting sentence, I enjoy swimming and surfing. + +160 +00:11:08,990 --> 00:11:16,630 +of what a topic sentence should look like okay all + +161 +00:11:16,630 --> 00:11:19,210 +right now let's do some practice and I'd like to + +162 +00:11:19,210 --> 00:11:22,070 +do some more practice this time and this is an + +163 +00:11:22,070 --> 00:11:24,510 +example of paragraph that we need actually to + +164 +00:11:24,510 --> 00:11:28,870 +write a conclusion for okay all right it's very + +165 +00:11:28,870 --> 00:11:31,090 +quickly now I'd like you just this time to work + +166 +00:11:31,090 --> 00:11:34,510 +together in pairs read very quickly this easy + +167 +00:11:34,510 --> 00:11:38,340 +paragraph and try to write A concluding sentence + +168 +00:11:38,340 --> 00:11:43,200 +for this paragraph. Let me just read very quickly. + +169 +00:11:43,580 --> 00:11:48,090 +Driving an old car has three advantages for one + +170 +00:11:48,090 --> 00:11:50,990 +thing you will probably worry less about it being + +171 +00:11:50,990 --> 00:11:55,330 +damaged or stolen second you will find that many + +172 +00:11:55,330 --> 00:11:58,270 +older models are easier for you to repair to + +173 +00:11:58,270 --> 00:12:00,970 +repair yourself and a third advantage is that + +174 +00:12:00,970 --> 00:12:04,910 +keeping an old car for several years will save you + +175 +00:12:04,910 --> 00:12:08,210 +money now write a concluding sentence for this + +176 +00:12:08,210 --> 00:12:09,910 +paragraph right + +177 +00:13:31,990 --> 00:13:34,350 +So you can always think of your conclusion as a + +178 +00:13:34,350 --> 00:13:37,410 +summary of main points, as a prediction, as a + +179 +00:13:37,410 --> 00:13:41,950 +recommendation, as an opinion, or a restatement of + +180 +00:13:41,950 --> 00:13:46,610 +the main ideas in the topic of your topic sentence + +181 +00:13:46,610 --> 00:13:47,230 +of course. + +182 +00:14:22,780 --> 00:14:24,800 +Alright, who finished? Who would like to come + +183 +00:14:24,800 --> 00:14:27,220 +here? Yes. Would you like to write here? Yes, + +184 +00:14:27,280 --> 00:14:31,920 +please. Who else? Just see some examples of your + +185 +00:14:31,920 --> 00:14:35,860 +writing. Yes, please. Come forward. Alright. + +186 +00:14:46,680 --> 00:14:48,860 +I would like to volunteer. Yes, yes, yes. All + +187 +00:14:48,860 --> 00:14:52,120 +right. You just wait while your questions are + +188 +00:14:52,120 --> 00:14:55,600 +finished. All right. Now double check on your... + +189 +00:16:01,990 --> 00:16:05,430 +Thank you very much. Thank you. Alright, let's get + +190 +00:16:05,430 --> 00:16:09,550 +to hear some of your writings. Who did you write, + +191 +00:16:09,870 --> 00:16:15,060 +please? The same one on the board. Alright, + +192 +00:16:15,280 --> 00:16:18,220 +exactly the same one. This is very good. Very nice + +193 +00:16:18,220 --> 00:16:20,700 +telepathy. Anyways, yes please. And finally, when + +194 +00:16:20,700 --> 00:16:23,240 +you buy an old car, you will be relaxed. You will + +195 +00:16:23,240 --> 00:16:26,480 +be relaxed. When you finally, when you buy an old + +196 +00:16:26,480 --> 00:16:28,560 +car, you will feel, you will be relaxed. Yes + +197 +00:16:28,560 --> 00:16:31,560 +please. As I can see it, it's not that bad to + +198 +00:16:31,560 --> 00:16:34,220 +drive an old car + +223 +00:18:02,390 --> 00:18:07,090 +small letter. Driving old cars, an old car, + +224 +00:18:07,190 --> 00:18:11,730 +whatever, that's alright. S, why is it S? Because + +225 +00:18:11,730 --> 00:18:15,330 +this is a subject. It's not the old cars, it's the + +226 +00:18:15,330 --> 00:18:17,910 +driving old cars. So this is the subject. It's a + +227 +00:18:17,910 --> 00:18:21,790 +singular subject, alright? It's useful to use when + +228 +00:18:21,790 --> 00:18:26,840 +you have Alright, let's see the third one. To + +229 +00:18:26,840 --> 00:18:31,540 +conclude, owning an au pair isn't as bad as it + +230 +00:18:31,540 --> 00:18:35,680 +seems. What do you think? Perfect. Perfect. Very + +231 +00:18:35,680 --> 00:18:39,820 +nice concluding sentence. Very good sentence. And + +232 +00:18:39,820 --> 00:18:43,300 +finally, let's see this one. In short, there are + +233 +00:18:43,300 --> 00:18:51,060 +three advantages that suppose you to do that to do + +234 +00:18:51,060 --> 00:18:55,360 +and that tells you how to treat with these kinds + +235 +00:18:55,360 --> 00:19:00,520 +of cars. Do you have any comments? The most + +236 +00:19:00,520 --> 00:19:02,560 +important thing is that there are three + +237 +00:19:02,560 --> 00:19:06,320 +advantages. We have to make sure that we have + +238 +00:19:06,320 --> 00:19:09,400 +number agreement, all right? Number agreement. + +239 +00:19:09,580 --> 00:19:13,060 +Three students, one student, three students. + +240 +00:19:13,200 --> 00:19:16,700 +Always make sure that you have a number agreement, + +241 +00:19:16,800 --> 00:19:21,360 +all right? That we could write it differently. + +242 +00:19:21,840 --> 00:19:24,700 +That really recommends you or encourages you to + +243 +00:19:24,700 --> 00:19:31,450 +buy an old. Alright? Let's see the second example + +244 +00:19:31,450 --> 00:19:36,470 +of exercise and write and the same thing. Write a + +245 +00:19:36,470 --> 00:19:40,010 +concluding sentence for this paragraph. + +246 +00:19:42,290 --> 00:19:48,290 +Very quickly please read it and write a conclusion + +247 +00:19:48,290 --> 00:19:49,190 +for it. + +248 +00:19:57,940 --> 00:20:00,680 +Just make sure you start your conclusion with a + +249 +00:20:00,680 --> 00:20:04,800 +transition, to conclude, in summary, to summarize, + +250 +00:20:05,400 --> 00:20:10,080 +in short, in brief, in conclusion, as we can see, + +251 +00:20:10,300 --> 00:20:13,380 +as I can see it, and these kinds of transitions to + +252 +00:20:13,380 --> 00:20:16,240 +tell the reader that you are coming to the end of + +253 +00:20:16,240 --> 00:20:18,300 +writing your paragraph. + +254 +00:22:07,720 --> 00:22:11,100 +Who finished? Who finished? Yes please, come + +255 +00:22:11,100 --> 00:22:17,460 +forward. Yes please, very good. And finally? Yes. + +256 +00:22:20,540 --> 00:22:21,100 +All right. + +257 +00:22:24,520 --> 00:22:25,840 +I should be around, thank you. + +258 +00:22:38,230 --> 00:22:41,870 +check on your conclusion. Is it used for to give + +259 +00:22:41,870 --> 00:22:44,970 +an opinion? Is it to give a prediction or a + +260 +00:22:44,970 --> 00:22:48,110 +recommendation or a summary of the main points? + +261 +00:22:48,290 --> 00:22:50,450 +What is your conclusion like? + +262 +00:23:24,360 --> 00:23:29,300 +Who did you write? What did you write? Yes, + +263 +00:23:29,360 --> 00:23:34,940 +please. Yes, sure. Watching the children's program + +264 +00:23:34,940 --> 00:23:38,740 +has a lot of advantages. For foreign language + +265 +00:23:38,740 --> 00:23:42,560 +learners. Watching television programs has a lot + +266 +00:23:42,560 --> 00:23:44,960 +of advantages for foreign language learners. Just + +267 +00:23:44,960 --> 00:23:47,520 +make sure that you get the main idea in your + +268 +00:23:47,520 --> 00:23:53,540 +conclusion. Yes, Iman, please. Watching a + +269 +00:23:53,540 --> 00:23:56,400 +children's program is useful to learn a foreign + +270 +00:23:56,400 --> 00:23:59,540 +language because they could get simple vocabulary, + +271 +00:23:59,800 --> 00:24:02,700 +a lot of action and clear language. And clear + +272 +00:24:02,700 --> 00:24:05,280 +language. Very, very nice. Yes, please. Very good + +273 +00:24:05,280 --> 00:24:07,420 +summary of the main points. Very nice. Well done. + +274 +00:24:07,940 --> 00:24:11,380 +Watching children's programs on TV is useful for + +275 +00:24:11,380 --> 00:24:14,320 +them. For foreign language or for them. Very nice. + +276 +00:24:14,380 --> 00:24:16,600 +Foreign language learners. And finally, in short, + +277 +00:24:16,680 --> 00:24:19,140 +watching children's programs is a very clever way + +278 +00:24:19,140 --> 00:24:21,120 +to learn a foreign language. Very nice. In short, + +279 +00:24:21,260 --> 00:24:23,700 +watching television programs is a very clever way + +280 +00:24:23,700 --> 00:24:25,640 +to learn a foreign language. Very, very nice. + +281 +00:24:25,740 --> 00:24:27,540 +Let's see your examples, your classmates' + +282 +00:24:27,760 --> 00:24:31,220 +examples. In short, watching children's programs + +283 +00:24:31,220 --> 00:24:34,960 +has several advantages to learn a foreign + +284 +00:24:34,960 --> 00:24:40,300 +language. Good one? Yes, it is a good one. We + +285 +00:24:40,300 --> 00:24:45,120 +started with a transition and we have subject-verb + +286 +00:24:45,120 --> 00:24:49,160 +agreement and very nice idea, very nice + +287 +00:24:49,160 --> 00:24:51,480 +conclusion. Very good. Let's see the second one. + +288 +00:24:51,940 --> 00:24:56,280 +In short, watching children's programs is an easy + +289 +00:24:56,280 --> 00:25:01,510 +process to learn to learn. Good? I agree. Yes, it + +290 +00:25:01,510 --> 00:25:04,970 +is very good. Well, I could just add to learn a + +291 +00:25:04,970 --> 00:25:07,890 +foreign language just to make sure that we + +292 +00:25:07,890 --> 00:25:11,530 +captured, we got the main idea and the conclusion + +293 +00:25:11,530 --> 00:25:16,390 +to learn a foreign language. And finally, see that + +294 +00:25:16,390 --> 00:25:20,190 +third example. As we can see it, Kuma, very nice. + +295 +00:25:20,870 --> 00:25:25,530 +Children's programs are good educational system. + +296 +00:25:25,770 --> 00:25:30,300 +Okay? Good one? Yes, but not systems. I wouldn't + +297 +00:25:30,300 --> 00:25:33,380 +say system. I would prefer to use technique. Yes. + +298 +00:25:33,740 --> 00:25:37,180 +Okay. Or way. A technique or strategy. For + +299 +00:25:37,180 --> 00:25:39,680 +example, it's a good educational or a good + +300 +00:25:39,680 --> 00:25:42,100 +learning strategy or a good learning technique, + +301 +00:25:42,240 --> 00:25:44,040 +alright? Because we just want to make sure that + +302 +00:25:44,040 --> 00:25:48,660 +the idea and our world choice is perfect, okay? Is + +303 +00:25:48,660 --> 00:25:51,400 +perfect. And I could use it to give a + +304 +00:25:51,400 --> 00:25:54,540 +recommendation. For example, to conclude + +305 +00:25:57,120 --> 00:26:04,560 +I strongly recommend language + +306 +00:26:04,560 --> 00:26:11,720 +of foreign, foreign language learners + +307 +00:26:11,720 --> 00:26:15,700 +to + +308 +00:26:15,700 --> 00:26:24,260 +what? To watch? Yes, to watch children's programs. + +309 +00:26:26,280 --> 00:26:30,120 +Okay? And this conclusion is used as a + +310 +00:26:30,120 --> 00:26:35,340 +recommendation for the reader to actually to watch + +311 +00:26:35,340 --> 00:26:37,620 +children's program if they are foreign language + +312 +00:26:37,620 --> 00:26:41,360 +learners. All right? So this is also, this is used + +313 +00:26:41,360 --> 00:26:43,760 +as a recommendation. All right? Let's see the + +314 +00:26:43,760 --> 00:26:46,640 +third example. All right? Let's do more practice. + +315 +00:26:47,120 --> 00:26:54,590 +And this one is about, let's see. I have a hard + +316 +00:26:54,590 --> 00:26:57,810 +time taking notes in my history class. The + +317 +00:26:57,810 --> 00:27:01,870 +instructor talks so fast that I can't keep up with + +318 +00:27:01,870 --> 00:27:04,730 +her. She also has a soft voice and I miss a lot of + +319 +00:27:04,730 --> 00:27:07,510 +things. Blah, blah, blah, blah. Finally, she talks + +320 +00:27:07,510 --> 00:27:10,130 +about everything in the same tones and never + +321 +00:27:10,130 --> 00:27:14,810 +emphasizes the important points. When I study my + +322 +00:27:14,810 --> 00:27:17,610 +notes, I have trouble separating the important + +323 +00:27:17,610 --> 00:27:20,630 +material from theirs. What is the paragraph about? + +324 +00:27:21,890 --> 00:27:26,330 +The problems I see in my history class. This is + +325 +00:27:26,330 --> 00:27:30,170 +clearly what the paragraph is. The kinds of + +326 +00:27:30,170 --> 00:27:33,870 +problems that I see in my history class. So try to + +327 +00:27:33,870 --> 00:27:37,810 +provide a conclusion or a concluding sentence to + +328 +00:27:37,810 --> 00:27:41,050 +this paragraph. Alright? Yes please. + +329 +00:27:46,880 --> 00:27:50,700 +So use your paragraph as a recommendation or as a + +330 +00:27:50,700 --> 00:27:55,240 +summary of the main points, as a warning or as an + +331 +00:27:55,240 --> 00:27:59,520 +opinion or a prediction for what you should do in + +332 +00:27:59,520 --> 00:28:01,380 +the future or something like this. So you can + +333 +00:28:01,380 --> 00:28:05,840 +always use various functions to choose a form for + +334 +00:28:05,840 --> 00:28:06,540 +your conclusion. + +335 +00:30:30,000 --> 00:30:33,700 +Alright, okay. Let's see some examples. Alright, + +336 +00:30:33,820 --> 00:30:38,320 +I'd like just to hear you writing a conclusion for + +337 +00:30:38,320 --> 00:30:41,860 +this paragraph. Yes, please. In brief, I have many + +338 +00:30:41,860 --> 00:30:44,320 +problems to deal with in my history class. Very + +339 +00:30:44,320 --> 00:30:47,600 +nice. In brief, I have many problems to deal with + +340 +00:30:47,600 --> 00:30:51,520 +in this or my history class. Very nice conclusion. + +341 +00:30:51,800 --> 00:30:54,850 +Yes, please. In my opinion, you should be + +342 +00:30:54,850 --> 00:30:58,190 +independent and work hard by yourself and you can + +343 +00:30:58,190 --> 00:31:01,570 +ask your colleagues or other doctors. Very nice. + +344 +00:31:04,690 --> 00:31:07,170 +And ask your colleagues for help if you don't + +345 +00:31:07,170 --> 00:31:10,410 +understand anything in this history class. Very, + +346 +00:31:10,550 --> 00:31:13,720 +very good. Yes, please. In short, I'm thinking of + +347 +00:31:13,720 --> 00:31:16,100 +recording the lecture and when I'm back home, I + +348 +00:31:16,100 --> 00:31:18,820 +can write my notes. Very nice. Very good idea by + +349 +00:31:18,820 --> 00:31:20,940 +the way. In short, I'm thinking of recording the + +350 +00:31:20,940 --> 00:31:23,000 +lecture and when I have time at home, I can + +351 +00:31:23,000 --> 00:31:26,900 +actually read or go over it. Very nice. Very nice + +352 +00:31:26,900 --> 00:31:29,760 +idea. Yes, please. As a result, I really feel very + +353 +00:31:29,760 --> 00:31:32,940 +angry about instructor talks in my history class. + +354 +00:31:33,020 --> 00:31:35,720 +Alright. As a result, I feel very angry about the + +355 +00:31:35,720 --> 00:31:40,320 +way my instructor or my history class instructor + +356 +00:31:40,320 --> 00:31:42,660 +teaches us. Very nice, very good idea. Yes, + +357 +00:31:42,740 --> 00:31:45,500 +please. To summarize, there are many problems with + +358 +00:31:45,500 --> 00:31:47,540 +my history instructor's way of teaching that + +359 +00:31:47,540 --> 00:31:48,980 +create an obstacle when it comes to understanding. + +360 +00:31:48,980 --> 00:31:52,240 +That creates a lot of obstacles, very nice, to me + +361 +00:31:52,240 --> 00:31:54,460 +when I take this class. Well, I can actually try + +362 +00:31:54,460 --> 00:32:07,340 +this. In short, I am going to ask my history + +363 +00:32:09,350 --> 00:32:16,010 +teacher history class teacher plus teacher to + +364 +00:32:16,010 --> 00:32:23,790 +change her way teaching way or teaching style all + +365 +00:32:23,790 --> 00:32:29,630 +right to change her teaching style all right + +366 +00:32:29,630 --> 00:32:33,630 +various okay this is all a kind of a prediction or + +367 +00:32:33,630 --> 00:32:36,130 +you can use another sentence as a conclusion as a + +368 +00:32:36,130 --> 00:32:39,460 +way of Recommendation. What would be something + +369 +00:32:39,460 --> 00:32:42,580 +like a recommendation or an advice to the reader? + +370 +00:32:43,020 --> 00:32:47,620 +Yes, please. As I see it, I have to work hard and + +371 +00:32:47,620 --> 00:32:50,660 +pay attention to understand myself. Very nice. As + +372 +00:32:50,660 --> 00:32:53,540 +I see it, I have to study hard in order to + +373 +00:32:53,540 --> 00:32:57,820 +understand. Or you can say, to conclude, + +374 +00:33:00,400 --> 00:33:04,960 +I strongly advise + +375 +00:33:04,960 --> 00:33:06,800 +anyone + +376 +00:33:21,300 --> 00:33:35,260 +I'm going to + +377 +00:33:35,260 --> 00:33:38,480 +speak to the manager or to the department + +378 +00:33:40,880 --> 00:33:43,960 +Talking to the teacher to change her teaching + +379 +00:33:43,960 --> 00:33:48,840 +style. Let's conclude with look at page 50 in your + +380 +00:33:48,840 --> 00:33:53,000 +textbook. Alright? Look at your page 50 in your + +381 +00:33:53,000 --> 00:33:57,980 +textbook and conclude with this exercise. Alright? + +382 +00:33:58,640 --> 00:33:59,620 +Paragraph 1. + +383 +00:34:02,760 --> 00:34:05,860 +And the same thing. Alright? We're going to look + +384 +00:34:05,860 --> 00:34:08,700 +at, to read quickly this paragraph and write a + +385 +00:34:08,700 --> 00:34:13,440 +conclusion to the first paragraph on gold on + +386 +00:34:13,440 --> 00:34:16,340 +goldfish alright goldfish have three + +387 +00:34:16,340 --> 00:34:21,400 +characteristics that make them good pets alright + +388 +00:34:21,400 --> 00:34:24,120 +so very quickly write a conclusion to this + +389 +00:34:24,120 --> 00:34:24,640 +paragraph + +390 +00:35:21,610 --> 00:35:23,870 +Nice. Yeah, that's good. + +391 +00:35:55,670 --> 00:35:58,190 +Do you like to write it here? Yes please. + +392 +00:36:02,170 --> 00:36:04,910 +Who would like to volunteer to come forward and + +393 +00:36:04,910 --> 00:36:08,150 +write the sentence? Yes please. Very good. Very + +394 +00:36:08,150 --> 00:36:11,470 +good on you. And yes please. + +395 +00:36:27,150 --> 00:36:30,570 +This one, this one. + +396 +00:37:39,810 --> 00:37:43,930 +All right. What was your example? What was your + +397 +00:37:43,930 --> 00:37:48,050 +sentence? To summarize, goldfish can attract + +398 +00:37:48,050 --> 00:37:51,210 +everyone because they are quiet, economical and + +399 +00:37:51,210 --> 00:37:54,110 +will behave. Very nice. They can attract or draw + +400 +00:37:54,110 --> 00:37:56,950 +anyone's attention because they are quiet, + +401 +00:37:57,230 --> 00:38:00,690 +economical and they are? Will behave. Will behave. + +402 +00:38:00,850 --> 00:38:01,990 +Very nice. Yes, please. + +403 +00:38:13,420 --> 00:38:16,640 +In short, you have many chances about which fit + +404 +00:38:16,640 --> 00:38:19,060 +you should get when you already can get a + +405 +00:38:19,060 --> 00:38:22,260 +girlfriend. Okay, or pet fish are your only best + +406 +00:38:22,260 --> 00:38:25,240 +choice. Very nice, very nice. Yes, please. In + +407 +00:38:25,240 --> 00:38:27,560 +brief, I highly advise anyone who wants to own a + +408 +00:38:27,560 --> 00:38:30,080 +pet to buy a goldfish. Very nice. I highly advise + +409 +00:38:30,080 --> 00:38:34,280 +anyone to who wants to own a pet to buy goldfish. + +410 +00:38:34,520 --> 00:38:37,800 +You see your classmates examples here. Alright, in + +411 +00:38:37,800 --> 00:38:42,440 +short, if you want to own a good pet, just buy a + +412 +00:38:42,440 --> 00:38:45,080 +goldfish. Very nice sentence. Alright, so this is + +413 +00:38:45,080 --> 00:38:51,150 +more of a recommendation. To conclude, + +414 +00:38:51,710 --> 00:38:55,030 +goldfish are good pets because they are quiet, + +415 +00 + +445 +00:41:07,890 --> 00:41:11,530 +the future. And it's always important to begin + +446 +00:41:11,530 --> 00:41:15,090 +here. Concluding sentences with a transition, in + +447 +00:41:15,090 --> 00:41:18,790 +short, in brief, to summarize, to conclude, to sum + +448 +00:41:18,790 --> 00:41:23,280 +up, in conclusion, and so on. Today we're looking, + +449 +00:41:23,420 --> 00:41:26,320 +we have looked at the three parts of a good, of + +450 +00:41:26,320 --> 00:41:28,740 +the three elements of a good paragraph. Topic + +451 +00:41:28,740 --> 00:41:32,480 +sentence, conclusion and the concluding sentence. + +452 +00:41:32,660 --> 00:41:35,780 +Now you have the complete understanding of what a + +453 +00:41:35,780 --> 00:41:38,320 +paragraph should look like and what a paragraph + +454 +00:41:38,320 --> 00:41:42,220 +should include. Inshallah from now on we will be + +455 +00:41:42,220 --> 00:41:47,460 +looking at how to perfect our sentences and how to + +456 +00:41:47,460 --> 00:41:51,420 +write different paragraphs, different + +457 +00:41:51,420 --> 00:41:55,320 +organizational patterns of paragraphs, alright? + +458 +00:41:55,840 --> 00:41:57,680 +Thank you very much and next time we'll look at + +459 +00:41:57,680 --> 00:42:01,980 +the compound sentence as a second or an important + +460 +00:42:01,980 --> 00:42:05,540 +structure, sentence structure. Thank you very much + +461 +00:42:05,540 --> 00:42:06,340 +and see you inshallah. diff --git a/PL9fwy3NUQKwbknFHzECJkgNOSFOth6GiS/Z6oeeWg7i5k_postprocess.srt b/PL9fwy3NUQKwbknFHzECJkgNOSFOth6GiS/Z6oeeWg7i5k_postprocess.srt new file mode 100644 index 0000000000000000000000000000000000000000..8060eb714a9a880b26198ab7c475620814980d97 --- /dev/null +++ b/PL9fwy3NUQKwbknFHzECJkgNOSFOth6GiS/Z6oeeWg7i5k_postprocess.srt @@ -0,0 +1,1844 @@ +1 +00:00:20,840 --> 00:00:24,420 +As-salamu alaykum. Good morning on this day. How + +2 +00:00:24,420 --> 00:00:27,530 +was your weekend? It was good? Very good, very + +3 +00:00:27,530 --> 00:00:29,650 +good. All right, today we'll be looking at the + +4 +00:00:29,650 --> 00:00:33,770 +third part of the paragraph, the academic + +5 +00:00:33,770 --> 00:00:36,290 +paragraph, which is the concluding sentence. + +6 +00:00:36,650 --> 00:00:39,490 +Previously, we looked at the topic sentence and we + +7 +00:00:39,490 --> 00:00:42,330 +said that the topic sentence is one that carries + +8 +00:00:42,330 --> 00:00:45,030 +the main idea or the central idea of the + +9 +00:00:45,030 --> 00:00:48,170 +paragraph. And then we looked at the supporting + +10 +00:00:48,170 --> 00:00:50,530 +sentences and we said that this is a chance for + +11 +00:00:50,530 --> 00:00:54,060 +the writer to develop to discuss, to elaborate on + +12 +00:00:54,060 --> 00:00:58,720 +his or her main idea stated in a topic sentence. + +13 +00:00:58,880 --> 00:01:01,820 +And today, we're looking at the third and final + +14 +00:01:01,820 --> 00:01:04,700 +part of the structure of a paragraph, which is the + +15 +00:01:04,700 --> 00:01:07,080 +concluding sentence. What is the concluding + +16 +00:01:07,080 --> 00:01:10,360 +sentence? What is the function of the concluding + +17 +00:01:10,360 --> 00:01:12,160 +sentence? Where is the concluding sentence? + +18 +00:01:12,540 --> 00:01:16,640 +Primarily, this way. It's the end of the + +19 +00:01:16,640 --> 00:01:19,390 +paragraph. It's the last sentence. of the + +20 +00:01:19,390 --> 00:01:21,970 +paragraph and from its name it says concluding. + +21 +00:01:22,350 --> 00:01:25,170 +This means that we sort of finish the paragraph + +22 +00:01:25,170 --> 00:01:30,430 +with we conclude our ideas with this sentence. So + +23 +00:01:30,430 --> 00:01:33,530 +the function of or we can use the concluding + +24 +00:01:33,530 --> 00:01:37,820 +sentence for different things. For example, We can + +25 +00:01:37,820 --> 00:01:41,080 +use the concluding sentence to restate the topic + +26 +00:01:41,080 --> 00:01:44,240 +sentence, that is to say we can say it in + +27 +00:01:44,240 --> 00:01:48,440 +different words or we can use the concluding + +28 +00:01:48,440 --> 00:01:51,080 +sentence to summarize, to give a summary of the + +29 +00:01:51,080 --> 00:01:56,260 +main points stated in the paragraph. Or we can + +30 +00:01:56,260 --> 00:01:59,020 +actually use the concluding sentence to leave the + +31 +00:01:59,020 --> 00:02:01,960 +reader with something to think about in relation + +32 +00:02:01,960 --> 00:02:05,500 +to the topic of this paragraph. In other words, + +33 +00:02:05,600 --> 00:02:09,220 +you would like to answer the question, so what? So + +34 +00:02:09,220 --> 00:02:12,980 +what is the idea that the reader can get out of + +35 +00:02:12,980 --> 00:02:16,680 +reading this or your paragraph? And sometimes we + +36 +00:02:16,680 --> 00:02:19,020 +can use the topic, the concluding sentence either + +37 +00:02:19,020 --> 00:02:23,970 +for summary for giving a recommendation to the + +38 +00:02:23,970 --> 00:02:26,130 +reader about something, you'll see some examples + +39 +00:02:26,130 --> 00:02:30,170 +later on, or to give an opinion or to give a + +40 +00:02:30,170 --> 00:02:32,750 +warning to the reader about doing something or not + +41 +00:02:32,750 --> 00:02:34,750 +doing something or believing in something or not + +42 +00:02:34,750 --> 00:02:35,750 +believing in something + +43 +00:02:41,020 --> 00:02:43,660 +in the future. So these are some of the functions, + +44 +00:02:43,820 --> 00:02:47,180 +some of the purposes that are used for writing a + +45 +00:02:47,180 --> 00:02:52,200 +concluding sentence. Let's see an example of + +46 +00:02:52,200 --> 00:02:58,560 +restatement of the topic sentence and summarizing + +47 +00:02:58,560 --> 00:03:01,620 +it in different words by rewriting it as a + +48 +00:03:01,620 --> 00:03:04,110 +concluding sentence. The topic sentence here says, + +49 +00:03:04,270 --> 00:03:07,150 +a program to encourage people to use public + +50 +00:03:07,150 --> 00:03:11,130 +transport in our city is urgently needed. This is + +51 +00:03:11,130 --> 00:03:14,730 +the topic sentence and it is about the need for a + +52 +00:03:14,730 --> 00:03:19,670 +program to perfect or to encourage people to use + +53 +00:03:19,670 --> 00:03:22,700 +public transport. Notice that concluding, the + +54 +00:03:22,700 --> 00:03:26,440 +conclusion, in summary, this program will + +55 +00:03:26,440 --> 00:03:28,220 +definitely encourage people to use public + +56 +00:03:28,220 --> 00:03:31,460 +transport in our city in order to solve traffic + +57 +00:03:31,460 --> 00:03:35,040 +congestion and constant delays. So this is an + +58 +00:03:35,040 --> 00:03:39,340 +example of summarizing and concluding, restating, + +59 +00:03:39,440 --> 00:03:43,060 +sorry, the main idea in the topic center. There is + +60 +00:03:43,060 --> 00:03:46,640 +another example, for instance, Throughout the + +61 +00:03:46,640 --> 00:03:50,260 +centuries rats have continued to survive despite + +62 +00:03:50,260 --> 00:03:54,640 +our efforts to destroy them. Now this is the + +63 +00:03:54,640 --> 00:03:57,720 +conclusion for this summary. So it is + +64 +00:03:57,720 --> 00:04:00,780 +reemphasizing, restating the main idea or the + +65 +00:04:00,780 --> 00:04:03,480 +topic sentence in different words. For us to + +66 +00:04:03,480 --> 00:04:06,760 +conclude, and notice the transition here, to + +67 +00:04:06,760 --> 00:04:11,840 +conclude in spite of all our efforts have been + +68 +00:04:11,840 --> 00:04:17,340 +invincible and seem to continue to do well. So it + +69 +00:04:17,340 --> 00:04:20,340 +is just restating the main idea to remind the + +70 +00:04:20,340 --> 00:04:23,040 +reader that this is what we've been talking about + +71 +00:04:23,040 --> 00:04:26,960 +in this paragraph. A third chance is to use the + +72 +00:04:27,280 --> 00:04:30,240 +This is also another example. There is no day + +73 +00:04:30,240 --> 00:04:34,400 +without bread on the table in my country and + +74 +00:04:34,400 --> 00:04:38,100 +Palestine. I restated it in different words. In + +75 +00:04:38,100 --> 00:04:43,340 +short, bread is indispensable + +76 +00:04:43,340 --> 00:04:48,380 +at meals in Palestine. This is not in. Bread is + +77 +00:04:48,380 --> 00:04:52,840 +indispensable at meals in Palestine. We can also + +78 +00:04:52,840 --> 00:04:55,300 +use the conclusion, and this is also another + +79 +00:04:55,300 --> 00:05:00,880 +example, to give recommendation. For instance, in + +80 +00:05:00,880 --> 00:05:04,640 +conclusion, these examples show that if you are + +81 +00:05:04,640 --> 00:05:06,920 +considering going to university in another + +82 +00:05:06,920 --> 00:05:09,560 +country, you should begin learning about the + +83 +00:05:09,560 --> 00:05:13,640 +culture, customs, and history of your host nation. + +84 +00:05:13,780 --> 00:05:16,280 +So this is all about a recommendation to the + +85 +00:05:21,300 --> 00:05:23,760 +in a university. We can also use it to give + +86 +00:05:23,760 --> 00:05:26,800 +warning or opinion. This is also another example. + +87 +00:05:27,120 --> 00:05:30,500 +In short, if you don't do these steps, you may not + +88 +00:05:30,500 --> 00:05:36,380 +get the grade you want or we can use it as an + +89 +00:05:36,380 --> 00:05:39,260 +opinion. As I can see it, some people might + +90 +00:05:39,260 --> 00:05:42,980 +disagree, but I think LAM is the best meter for + +91 +00:05:42,980 --> 00:05:46,280 +grading. So this is also another opinion. So the + +92 +00:05:46,280 --> 00:05:49,320 +idea here is always use the conclusion as a chance + +93 +00:05:49,320 --> 00:05:52,720 +to Remind the reader of the main idea in the topic + +94 +00:05:52,720 --> 00:05:56,240 +sentence, restate or re-emphasize points in your + +95 +00:05:56,240 --> 00:05:59,840 +paragraph, summarize, give opinion, give a + +96 +00:05:59,840 --> 00:06:03,160 +recommendation or give a prediction or a summary + +97 +00:06:03,160 --> 00:06:06,820 +of the main point. Is this clear? I want you to + +98 +00:06:06,820 --> 00:06:09,800 +keep this in mind and let's look at this Just + +99 +00:06:09,800 --> 00:06:12,480 +before we look at the example, how do I indicate + +100 +00:06:12,480 --> 00:06:16,320 +to the reader that I am finishing the paragraph? + +101 +00:06:16,660 --> 00:06:18,560 +I'm reaching the end of writing about this + +102 +00:06:18,560 --> 00:06:22,520 +paragraph? We generally use transition words to + +103 +00:06:22,520 --> 00:06:24,800 +tell the reader that this is the concluding + +104 +00:06:24,800 --> 00:06:27,560 +sentence and I am here to conclude my paragraph. + +105 +00:06:27,940 --> 00:06:30,840 +And these are some transitions that we can + +106 +00:06:30,840 --> 00:06:36,060 +actually use in this regard. For example, as we + +107 +00:06:36,060 --> 00:06:40,960 +can see it in summary, as a result, in short, + +108 +00:06:41,460 --> 00:06:44,900 +finally, to sum up, in conclusion, to conclude and + +109 +00:06:44,900 --> 00:06:47,100 +there are many others but these are good ones that + +110 +00:06:47,100 --> 00:06:50,660 +we can actually use to conclude the paragraph + +111 +00:06:51,800 --> 00:06:54,900 +paragraph for it. Alright? Alright. You see now + +112 +00:06:54,900 --> 00:06:59,200 +there is an example of how to use the transition. + +113 +00:06:59,720 --> 00:07:03,140 +Notice that to conclude there is a comma. In + +114 +00:07:03,140 --> 00:07:06,420 +conclusion there is always a comma as you can see + +115 +00:07:06,420 --> 00:07:09,840 +here. Always finish your or start your transition + +116 +00:07:09,840 --> 00:07:12,100 +or after you write your transition there is always + +117 +00:07:12,100 --> 00:07:16,360 +a comma at the end of or after this transition + +118 +00:07:16,360 --> 00:07:20,210 +signal or transition device. Alright? All right, + +119 +00:07:20,390 --> 00:07:26,050 +let's do some practice and see what is the, where + +120 +00:07:26,050 --> 00:07:28,210 +is the concluding sentence and where are the + +121 +00:07:28,210 --> 00:07:33,170 +supporting sentences in this set of sentences, all + +122 +00:07:33,170 --> 00:07:35,730 +right? So the topic is about the best way to + +123 +00:07:35,730 --> 00:07:38,710 +explore San Francisco. Remember the ideas that we + +124 +00:07:38,710 --> 00:07:41,610 +just said about concluding the function of a + +125 +00:07:41,610 --> 00:07:44,110 +concluding sentence and try to find where is the + +126 +00:07:44,110 --> 00:07:47,350 +concluding sentence and where are the supporting + +127 +00:07:47,350 --> 00:07:50,560 +sentences. Yes, please. Very quickly, please. + +128 +00:08:39,230 --> 00:08:42,390 +It should be easy. Now the curve. Where is the + +129 +00:08:42,390 --> 00:08:45,970 +concluding sentence? And what are the supporting + +130 +00:08:45,970 --> 00:08:50,130 +sentences in this set of sentences? + +131 +00:09:00,850 --> 00:09:04,470 +All right. Where is the concluding sentence in + +132 +00:09:04,470 --> 00:09:07,800 +this response? Yes, please. The first one. Very + +133 +00:09:07,800 --> 00:09:10,500 +nice. The first one is the concluding sentence. + +134 +00:09:10,860 --> 00:09:13,600 +When you explore San Francisco by foot, you can + +135 +00:09:13,600 --> 00:09:18,180 +experience all the city has or can offer. This is + +136 +00:09:18,180 --> 00:09:20,720 +just an example of a supporting sentence. It's + +137 +00:09:20,720 --> 00:09:22,720 +more of an example. When you walk, you can + +138 +00:09:22,720 --> 00:09:25,160 +experience the smells of the restaurants, the + +139 +00:09:25,160 --> 00:09:29,810 +plants sometimes. Yeah, ocean. Second, you can + +140 +00:09:29,810 --> 00:09:32,810 +stop and look into the windows or sit on the bench + +141 +00:09:32,810 --> 00:09:35,510 +for a while and watch other people or interesting + +142 +00:09:35,510 --> 00:09:40,950 +people. And finally, in a car or bus, you can stop + +143 +00:09:40,950 --> 00:09:43,190 +easily to see something interesting because + +144 +00:09:43,190 --> 00:09:47,970 +parking is difficult. So these are all supporting + +145 +00:09:47,970 --> 00:09:50,470 +sentences. And we finish the paragraph with a + +146 +00:09:50,470 --> 00:09:53,050 +conclusion. If you explore San Francisco by foot, + +147 +00:09:53,110 --> 00:09:57,230 +you can see a lot of interesting Let's see another + +148 +00:09:57,230 --> 00:10:06,550 +example. The beach is + +149 +00:10:06,550 --> 00:10:10,050 +the perfect place for me to relax. What is the + +150 +00:10:10,050 --> 00:10:13,150 +conclusion or the concluding sentence and what are + +151 +00:10:13,150 --> 00:10:15,290 +the subordinate sentences? + +152 +00:10:37,500 --> 00:10:41,820 +Alright? Should be an easy one. Yes, please. The + +153 +00:10:41,820 --> 00:10:44,960 +second sentence is the conclusion. That's right? + +154 +00:10:45,300 --> 00:10:50,140 +Yes. When I want to relax in summer, I go to the + +155 +00:10:50,140 --> 00:10:52,360 +beach. This is an example of a supporting + +156 +00:10:52,360 --> 00:10:56,340 +sentence. Another one and a third. When the earth + +157 +00:10:56,340 --> 00:10:59,440 +melts from the sea, the beach is pleasantly noisy + +158 +00:10:59,440 --> 00:11:02,240 +with seagulls and children laughing. And the third + +159 +00:11:02,240 --> 00:11:05,540 +supporting sentence, I enjoy swimming and surfing. + +160 +00:11:08,990 --> 00:11:16,630 +of what a topic sentence should look like okay all + +161 +00:11:16,630 --> 00:11:19,210 +right now let's do some practice and I'd like to + +162 +00:11:19,210 --> 00:11:22,070 +do some more practice this time and this is an + +163 +00:11:22,070 --> 00:11:24,510 +example of paragraph that we need actually to + +164 +00:11:24,510 --> 00:11:28,870 +write a conclusion for okay all right it's very + +165 +00:11:28,870 --> 00:11:31,090 +quickly now I'd like you just this time to work + +166 +00:11:31,090 --> 00:11:34,510 +together in pairs read very quickly this easy + +167 +00:11:34,510 --> 00:11:38,340 +paragraph and try to write A concluding sentence + +168 +00:11:38,340 --> 00:11:43,200 +for this paragraph. Let me just read very quickly. + +169 +00:11:43,580 --> 00:11:48,090 +Driving an old car has three advantages for one + +170 +00:11:48,090 --> 00:11:50,990 +thing you will probably worry less about it being + +171 +00:11:50,990 --> 00:11:55,330 +damaged or stolen second you will find that many + +172 +00:11:55,330 --> 00:11:58,270 +older models are easier for you to repair to + +173 +00:11:58,270 --> 00:12:00,970 +repair yourself and a third advantage is that + +174 +00:12:00,970 --> 00:12:04,910 +keeping an old car for several years will save you + +175 +00:12:04,910 --> 00:12:08,210 +money now write a concluding sentence for this + +176 +00:12:08,210 --> 00:12:09,910 +paragraph right + +177 +00:13:31,990 --> 00:13:34,350 +So you can always think of your conclusion as a + +178 +00:13:34,350 --> 00:13:37,410 +summary of main points, as a prediction, as a + +179 +00:13:37,410 --> 00:13:41,950 +recommendation, as an opinion, or a restatement of + +180 +00:13:41,950 --> 00:13:46,610 +the main ideas in the topic of your topic sentence + +181 +00:13:46,610 --> 00:13:47,230 +of course. + +182 +00:14:22,780 --> 00:14:24,800 +Alright, who finished? Who would like to come + +183 +00:14:24,800 --> 00:14:27,220 +here? Yes. Would you like to write here? Yes, + +184 +00:14:27,280 --> 00:14:31,920 +please. Who else? Just see some examples of your + +185 +00:14:31,920 --> 00:14:35,860 +writing. Yes, please. Come forward. Alright. + +186 +00:14:46,680 --> 00:14:48,860 +I would like to volunteer. Yes, yes, yes. All + +187 +00:14:48,860 --> 00:14:52,120 +right. You just wait while your questions are + +188 +00:14:52,120 --> 00:14:55,600 +finished. All right. Now double check on your... + +189 +00:16:01,990 --> 00:16:05,430 +Thank you very much. Thank you. Alright, let's get + +190 +00:16:05,430 --> 00:16:09,550 +to hear some of your writings. Who did you write, + +191 +00:16:09,870 --> 00:16:15,060 +please? The same one on the board. Alright, + +192 +00:16:15,280 --> 00:16:18,220 +exactly the same one. This is very good. Very nice + +193 +00:16:18,220 --> 00:16:20,700 +telepathy. Anyways, yes please. And finally, when + +194 +00:16:20,700 --> 00:16:23,240 +you buy an old car, you will be relaxed. You will + +195 +00:16:23,240 --> 00:16:26,480 +be relaxed. When you finally, when you buy an old + +196 +00:16:26,480 --> 00:16:28,560 +car, you will feel, you will be relaxed. Yes + +197 +00:16:28,560 --> 00:16:31,560 +please. As I can see it, it's not that bad to + +198 +00:16:31,560 --> 00:16:34,220 +drive an old car. Very nice. As I can see it, it's + +199 +00:16:34,220 --> 00:16:36,980 +not that bad to drive an old car. Very good + +200 +00:16:36,980 --> 00:16:40,680 +sentence. Yes please. Yes, please. I choose old + +201 +00:16:40,680 --> 00:16:43,860 +car because it includes a lot of advantages and it + +202 +00:16:43,860 --> 00:16:47,080 +helps me to save my money. Yes, I choose the old + +203 +00:16:47,080 --> 00:16:50,220 +car because it includes a lot of advantages. Very + +204 +00:16:50,220 --> 00:16:52,440 +good, very good. Yes, please. To conclude, don't + +205 +00:16:52,440 --> 00:16:54,860 +stress out too much when you want to buy an old + +206 +00:16:54,860 --> 00:16:57,280 +car. Very good. Don't stress out too much when you + +207 +00:16:57,280 --> 00:17:00,780 +get or you have or you buy an old car. Please see + +208 +00:17:00,780 --> 00:17:04,760 +some of your classmates' examples and comment on + +209 +00:17:04,760 --> 00:17:07,320 +them if there is a need for any comment. To + +210 +00:17:07,320 --> 00:17:11,800 +conclude, Driving an old car is this way easy and + +211 +00:17:11,800 --> 00:17:16,280 +it saves money. Clearly it is sort of a summary of + +212 +00:17:16,280 --> 00:17:21,000 +the main points in this paragraph. But I would + +213 +00:17:21,000 --> 00:17:24,560 +like to remind you that it's a capital letter, + +214 +00:17:24,660 --> 00:17:27,960 +right? To conclude, very nice. Driving an old car + +215 +00:17:27,960 --> 00:17:33,130 +is this way makes you less worried. Alright? Makes + +216 +00:17:33,130 --> 00:17:39,110 +you less worried. It is easier to use and it saves + +217 +00:17:39,110 --> 00:17:41,870 +you money. Alright? We'll talk about parallelism + +218 +00:17:41,870 --> 00:17:44,310 +later on. Alright? But just make sure that you + +219 +00:17:44,310 --> 00:17:47,650 +have the same structure in every part of the + +220 +00:17:47,650 --> 00:17:52,070 +series. Very nice. To conclude, driving old cars + +221 +00:17:52,070 --> 00:17:56,830 +are useful to use when you have Do you have any + +222 +00:17:56,830 --> 00:18:02,390 +comments on this? Driving, first D, it has to be a + +223 +00:18:02,390 --> 00:18:07,090 +small letter. Driving old cars, an old car, + +224 +00:18:07,190 --> 00:18:11,730 +whatever, that's alright. S, why is it S? Because + +225 +00:18:11,730 --> 00:18:15,330 +this is a subject. It's not the old cars, it's the + +226 +00:18:15,330 --> 00:18:17,910 +driving old cars. So this is the subject. It's a + +227 +00:18:17,910 --> 00:18:21,790 +singular subject, alright? It's useful to use when + +228 +00:18:21,790 --> 00:18:26,840 +you have Alright, let's see the third one. To + +229 +00:18:26,840 --> 00:18:31,540 +conclude, owning an au pair isn't as bad as it + +230 +00:18:31,540 --> 00:18:35,680 +seems. What do you think? Perfect. Perfect. Very + +231 +00:18:35,680 --> 00:18:39,820 +nice concluding sentence. Very good sentence. And + +232 +00:18:39,820 --> 00:18:43,300 +finally, let's see this one. In short, there are + +233 +00:18:43,300 --> 00:18:51,060 +three advantages that suppose you to dothat to do + +234 +00:18:51,060 --> 00:18:55,360 +and that tells you how to treat with these kinds + +235 +00:18:55,360 --> 00:19:00,520 +of cars. Do you have any comments? The most + +236 +00:19:00,520 --> 00:19:02,560 +important thing is that there are three + +237 +00:19:02,560 --> 00:19:06,320 +advantages. We have to make sure that we have + +238 +00:19:06,320 --> 00:19:09,400 +number agreement, all right? Number agreement. + +239 +00:19:09,580 --> 00:19:13,060 +Three students, one student, three students. + +240 +00:19:13,200 --> 00:19:16,700 +Always make sure that you have a number agreement, + +241 +00:19:16,800 --> 00:19:21,360 +all right? That we could write it differently. + +242 +00:19:21,840 --> 00:19:24,700 +That really recommends you or encourages you to + +243 +00:19:24,700 --> 00:19:31,450 +buy an old. Alright? Let's see the second example + +244 +00:19:31,450 --> 00:19:36,470 +of exercise and write and the same thing. Write a + +245 +00:19:36,470 --> 00:19:40,010 +concluding sentence for this paragraph. + +246 +00:19:42,290 --> 00:19:48,290 +Very quickly please read it and write a conclusion + +247 +00:19:48,290 --> 00:19:49,190 +for it. + +248 +00:19:57,940 --> 00:20:00,680 +Just make sure you start your conclusion with a + +249 +00:20:00,680 --> 00:20:04,800 +transition, to conclude, in summary, to summarize, + +250 +00:20:05,400 --> 00:20:10,080 +in short, in brief, in conclusion, as we can see, + +251 +00:20:10,300 --> 00:20:13,380 +as I can see it, and these kinds of transitions to + +252 +00:20:13,380 --> 00:20:16,240 +tell the reader that you are coming to the end of + +253 +00:20:16,240 --> 00:20:18,300 +writing your paragraph. + +254 +00:22:07,720 --> 00:22:11,100 +Who finished? Who finished? Yes please, come + +255 +00:22:11,100 --> 00:22:17,460 +forward. Yes please, very good. And finally? Yes. + +256 +00:22:20,540 --> 00:22:21,100 +All right. + +257 +00:22:24,520 --> 00:22:25,840 +I should be around, thank you. + +258 +00:22:38,230 --> 00:22:41,870 +check on your conclusion. Is it used for to give + +259 +00:22:41,870 --> 00:22:44,970 +an opinion? Is it to give a prediction or a + +260 +00:22:44,970 --> 00:22:48,110 +recommendation or a summary of the main points? + +261 +00:22:48,290 --> 00:22:50,450 +What is your conclusion like? + +262 +00:23:24,360 --> 00:23:29,300 +Who did you write? What did you write? Yes, + +263 +00:23:29,360 --> 00:23:34,940 +please. Yes, sure. Watching the children's program + +264 +00:23:34,940 --> 00:23:38,740 +has a lot of advantages. For foreign language + +265 +00:23:38,740 --> 00:23:42,560 +learners. Watching television programs has a lot + +266 +00:23:42,560 --> 00:23:44,960 +of advantages for foreign language learners. Just + +267 +00:23:44,960 --> 00:23:47,520 +make sure that you get the main idea in your + +268 +00:23:47,520 --> 00:23:53,540 +conclusion. Yes, Iman, please. Watching a + +269 +00:23:53,540 --> 00:23:56,400 +children's program is useful to learn a foreign + +270 +00:23:56,400 --> 00:23:59,540 +language because they could get simple vocabulary, + +271 +00:23:59,800 --> 00:24:02,700 +a lot of action and clear language. And clear + +272 +00:24:02,700 --> 00:24:05,280 +language. Very, very nice. Yes, please. Very good + +273 +00:24:05,280 --> 00:24:07,420 +summary of the main points. Very nice. Well done. + +274 +00:24:07,940 --> 00:24:11,380 +Watching children's programs on TV is useful for + +275 +00:24:11,380 --> 00:24:14,320 +them. For foreign language or for them. Very nice. + +276 +00:24:14,380 --> 00:24:16,600 +Foreign language learners. And finally, in short, + +277 +00:24:16,680 --> 00:24:19,140 +watching children's programs is a very clever way + +278 +00:24:19,140 --> 00:24:21,120 +to learn a foreign language. Very nice. In short, + +279 +00:24:21,260 --> 00:24:23,700 +watching television programs is a very clever way + +280 +00:24:23,700 --> 00:24:25,640 +to learn a foreign language. Very, very nice. + +281 +00:24:25,740 --> 00:24:27,540 +Let's see your examples, your classmates' + +282 +00:24:27,760 --> 00:24:31,220 +examples. In short, watching children's programs + +283 +00:24:31,220 --> 00:24:34,960 +has several advantages to learn a foreign + +284 +00:24:34,960 --> 00:24:40,300 +language. Good one? Yes, it is a good one. We + +285 +00:24:40,300 --> 00:24:45,120 +started with a transition and we have subject-verb + +286 +00:24:45,120 --> 00:24:49,160 +agreement and very nice idea, very nice + +287 +00:24:49,160 --> 00:24:51,480 +conclusion. Very good. Let's see the second one. + +288 +00:24:51,940 --> 00:24:56,280 +In short, watching children's programs is an easy + +289 +00:24:56,280 --> 00:25:01,510 +process to learn to learn. Good? I agree. Yes, it + +290 +00:25:01,510 --> 00:25:04,970 +is very good. Well, I could just add to learn a + +291 +00:25:04,970 --> 00:25:07,890 +foreign language just to make sure that we + +292 +00:25:07,890 --> 00:25:11,530 +captured, we got the main idea and the conclusion + +293 +00:25:11,530 --> 00:25:16,390 +to learn a foreign language. And finally, see that + +294 +00:25:16,390 --> 00:25:20,190 +third example. As we can see it, Kuma, very nice. + +295 +00:25:20,870 --> 00:25:25,530 +Children's programs are good educational system. + +296 +00:25:25,770 --> 00:25:30,300 +Okay? Good one? Yes, but not systems. I wouldn't + +297 +00:25:30,300 --> 00:25:33,380 +say system. I would prefer to use technique. Yes. + +298 +00:25:33,740 --> 00:25:37,180 +Okay. Or way. A technique or strategy. For + +299 +00:25:37,180 --> 00:25:39,680 +example, it's a good educational or a good + +300 +00:25:39,680 --> 00:25:42,100 +learning strategy or a good learning technique, + +301 +00:25:42,240 --> 00:25:44,040 +alright? Because we just want to make sure that + +302 +00:25:44,040 --> 00:25:48,660 +the idea and our world choice is perfect, okay? Is + +303 +00:25:48,660 --> 00:25:51,400 +perfect. And I could use it to give a + +304 +00:25:51,400 --> 00:25:54,540 +recommendation. For example, to conclude + +305 +00:25:57,120 --> 00:26:04,560 +I strongly recommend language + +306 +00:26:04,560 --> 00:26:11,720 +of foreign, foreign language learners + +307 +00:26:11,720 --> 00:26:15,700 +to + +308 +00:26:15,700 --> 00:26:24,260 +what? To watch? Yes, to watch children's programs. + +309 +00:26:26,280 --> 00:26:30,120 +Okay? And this conclusion is used as a + +310 +00:26:30,120 --> 00:26:35,340 +recommendation for the reader to actually to watch + +311 +00:26:35,340 --> 00:26:37,620 +children's program if they are foreign language + +312 +00:26:37,620 --> 00:26:41,360 +learners. All right? So this is also, this is used + +313 +00:26:41,360 --> 00:26:43,760 +as a recommendation. All right? Let's see the + +314 +00:26:43,760 --> 00:26:46,640 +third example. All right? Let's do more practice. + +315 +00:26:47,120 --> 00:26:54,590 +And this one is about, let's see. I have a hard + +316 +00:26:54,590 --> 00:26:57,810 +time taking notes in my history class. The + +317 +00:26:57,810 --> 00:27:01,870 +instructor talks so fast that I can't keep up with + +318 +00:27:01,870 --> 00:27:04,730 +her. She also has a soft voice and I miss a lot of + +319 +00:27:04,730 --> 00:27:07,510 +things. Blah, blah, blah, blah. Finally, she talks + +320 +00:27:07,510 --> 00:27:10,130 +about everything in the same tones and never + +321 +00:27:10,130 --> 00:27:14,810 +emphasizes the important points. When I study my + +322 +00:27:14,810 --> 00:27:17,610 +notes, I have trouble separating the important + +323 +00:27:17,610 --> 00:27:20,630 +material from theirs. What is the paragraph about? + +324 +00:27:21,890 --> 00:27:26,330 +The problems I see in my history class. This is + +325 +00:27:26,330 --> 00:27:30,170 +clearly what the paragraph is. The kinds of + +326 +00:27:30,170 --> 00:27:33,870 +problems that I see in my history class. So try to + +327 +00:27:33,870 --> 00:27:37,810 +provide a conclusion or a concluding sentence to + +328 +00:27:37,810 --> 00:27:41,050 +this paragraph. Alright? Yes please. + +329 +00:27:46,880 --> 00:27:50,700 +So use your paragraph as a recommendation or as a + +330 +00:27:50,700 --> 00:27:55,240 +summary of the main points, as a warning or as an + +331 +00:27:55,240 --> 00:27:59,520 +opinion or a prediction for what you should do in + +332 +00:27:59,520 --> 00:28:01,380 +the future or something like this. So you can + +333 +00:28:01,380 --> 00:28:05,840 +always use various functions to choose a form for + +334 +00:28:05,840 --> 00:28:06,540 +your conclusion. + +335 +00:30:30,000 --> 00:30:33,700 +Alright, okay. Let's see some examples. Alright, + +336 +00:30:33,820 --> 00:30:38,320 +I'd like just to hear you writing a conclusion for + +337 +00:30:38,320 --> 00:30:41,860 +this paragraph. Yes, please. In brief, I have many + +338 +00:30:41,860 --> 00:30:44,320 +problems to deal with in my history class. Very + +339 +00:30:44,320 --> 00:30:47,600 +nice. In brief, I have many problems to deal with + +340 +00:30:47,600 --> 00:30:51,520 +in this or my history class. Very nice conclusion. + +341 +00:30:51,800 --> 00:30:54,850 +Yes, please. In my opinion, you should be + +342 +00:30:54,850 --> 00:30:58,190 +independent and work hard by yourself and you can + +343 +00:30:58,190 --> 00:31:01,570 +ask your colleagues or other doctors. Very nice. + +344 +00:31:04,690 --> 00:31:07,170 +And ask your colleagues for help if you don't + +345 +00:31:07,170 --> 00:31:10,410 +understand anything in this history class. Very, + +346 +00:31:10,550 --> 00:31:13,720 +very good. Yes, please. In short, I'm thinking of + +347 +00:31:13,720 --> 00:31:16,100 +recording the lecture and when I'm back home, I + +348 +00:31:16,100 --> 00:31:18,820 +can write my notes. Very nice. Very good idea by + +349 +00:31:18,820 --> 00:31:20,940 +the way. In short, I'm thinking of recording the + +350 +00:31:20,940 --> 00:31:23,000 +lecture and when I have time at home, I can + +351 +00:31:23,000 --> 00:31:26,900 +actually read or go over it. Very nice. Very nice + +352 +00:31:26,900 --> 00:31:29,760 +idea. Yes, please. As a result, I really feel very + +353 +00:31:29,760 --> 00:31:32,940 +angry about instructor talks in my history class. + +354 +00:31:33,020 --> 00:31:35,720 +Alright. As a result, I feel very angry about the + +355 +00:31:35,720 --> 00:31:40,320 +way my instructor or my history class instructor + +356 +00:31:40,320 --> 00:31:42,660 +teaches us. Very nice, very good idea. Yes, + +357 +00:31:42,740 --> 00:31:45,500 +please. To summarize, there are many problems with + +358 +00:31:45,500 --> 00:31:47,540 +my history instructor's way of teaching that + +359 +00:31:47,540 --> 00:31:48,980 +create an obstacle when it comes to understanding. + +360 +00:31:48,980 --> 00:31:52,240 +That creates a lot of obstacles, very nice, to me + +361 +00:31:52,240 --> 00:31:54,460 +when I take this class. Well, I can actually try + +362 +00:31:54,460 --> 00:32:07,340 +this. In short, I am going to ask my history + +363 +00:32:09,350 --> 00:32:16,010 +teacher history class teacher plus teacher to + +364 +00:32:16,010 --> 00:32:23,790 +change her way teaching way or teaching style all + +365 +00:32:23,790 --> 00:32:29,630 +right to change her teaching style all right + +366 +00:32:29,630 --> 00:32:33,630 +various okay this is all a kind of a prediction or + +367 +00:32:33,630 --> 00:32:36,130 +you can use another sentence as a conclusion as a + +368 +00:32:36,130 --> 00:32:39,460 +way of Recommendation. What would be something + +369 +00:32:39,460 --> 00:32:42,580 +like a recommendation or an advice to the reader? + +370 +00:32:43,020 --> 00:32:47,620 +Yes, please. As I see it, I have to work hard and + +371 +00:32:47,620 --> 00:32:50,660 +pay attention to understand myself. Very nice. As + +372 +00:32:50,660 --> 00:32:53,540 +I see it, I have to study hard in order to + +373 +00:32:53,540 --> 00:32:57,820 +understand. Or you can say, to conclude, + +374 +00:33:00,400 --> 00:33:04,960 +I strongly advise + +375 +00:33:04,960 --> 00:33:06,800 +anyone + +376 +00:33:21,300 --> 00:33:35,260 +I'm going to + +377 +00:33:35,260 --> 00:33:38,480 +speak to the manager or to the department + +378 +00:33:40,880 --> 00:33:43,960 +Talking to the teacher to change her teaching + +379 +00:33:43,960 --> 00:33:48,840 +style. Let's conclude with look at page 50 in your + +380 +00:33:48,840 --> 00:33:53,000 +textbook. Alright? Look at your page 50 in your + +381 +00:33:53,000 --> 00:33:57,980 +textbook and conclude with this exercise. Alright? + +382 +00:33:58,640 --> 00:33:59,620 +Paragraph 1. + +383 +00:34:02,760 --> 00:34:05,860 +And the same thing. Alright? We're going to look + +384 +00:34:05,860 --> 00:34:08,700 +at, to read quickly this paragraph and write a + +385 +00:34:08,700 --> 00:34:13,440 +conclusion.to the first paragraph on gold on + +386 +00:34:13,440 --> 00:34:16,340 +goldfish alright goldfish have three + +387 +00:34:16,340 --> 00:34:21,400 +characteristics that make them good pets alright + +388 +00:34:21,400 --> 00:34:24,120 +so very quickly write a conclusion to this + +389 +00:34:24,120 --> 00:34:24,640 +paragraph + +390 +00:35:21,610 --> 00:35:23,870 +Nice. Yeah, that's good. + +391 +00:35:55,670 --> 00:35:58,190 +Do you like to write it here? Yes please. + +392 +00:36:02,170 --> 00:36:04,910 +Who would like to volunteer to come forward and + +393 +00:36:04,910 --> 00:36:08,150 +write the sentence? Yes please. Very good. Very + +394 +00:36:08,150 --> 00:36:11,470 +good on you. And yes please. + +395 +00:36:27,150 --> 00:36:30,570 +This one, this one. + +396 +00:37:39,810 --> 00:37:43,930 +All right. What was your example? What was your + +397 +00:37:43,930 --> 00:37:48,050 +sentence? To summarize, goldfish can attract + +398 +00:37:48,050 --> 00:37:51,210 +everyone because they are quiet, economical and + +399 +00:37:51,210 --> 00:37:54,110 +will behave. Very nice. They can attract or draw + +400 +00:37:54,110 --> 00:37:56,950 +anyone's attention because they are quiet, + +401 +00:37:57,230 --> 00:38:00,690 +economical and they are? Will behave. Will behave. + +402 +00:38:00,850 --> 00:38:01,990 +Very nice. Yes, please. + +403 +00:38:13,420 --> 00:38:16,640 +In short, you have many chances about which fit + +404 +00:38:16,640 --> 00:38:19,060 +you should get when you already can get a + +405 +00:38:19,060 --> 00:38:22,260 +girlfriend. Okay, or pet fish are your only best + +406 +00:38:22,260 --> 00:38:25,240 +choice. Very nice, very nice. Yes, please. In + +407 +00:38:25,240 --> 00:38:27,560 +brief, I highly advise anyone who wants to own a + +408 +00:38:27,560 --> 00:38:30,080 +pet to buy a goldfish. Very nice. I highly advise + +409 +00:38:30,080 --> 00:38:34,280 +anyone to who wants to own a pet to buy goldfish. + +410 +00:38:34,520 --> 00:38:37,800 +You see your classmates examples here. Alright, in + +411 +00:38:37,800 --> 00:38:42,440 +short, if you want to own a good pet, just buy a + +412 +00:38:42,440 --> 00:38:45,080 +goldfish. Very nice sentence. Alright, so this is + +413 +00:38:45,080 --> 00:38:51,150 +more of a recommendation. To conclude, + +414 +00:38:51,710 --> 00:38:55,030 +goldfish are good pets because they are quiet, + +415 +00:38:55,510 --> 00:38:58,070 +economical and well-behaved. + +416 +00:39:02,290 --> 00:39:07,450 +Do you + +417 +00:39:07,450 --> 00:39:10,780 +have any comments here? This is your third + +418 +00:39:10,780 --> 00:39:13,700 +example, your classmates example. In short, it is + +419 +00:39:13,700 --> 00:39:18,460 +good to have goldfish because they are quiet. Is + +420 +00:39:18,460 --> 00:39:21,360 +this a summary of all the points? No, it's only + +421 +00:39:21,360 --> 00:39:23,440 +about the first part which is quiet. We have to + +422 +00:39:23,440 --> 00:39:27,660 +say quiet, economical and relational. Whenever you + +423 +00:39:27,660 --> 00:39:29,940 +are summarizing and you mention the specific + +424 +00:39:29,940 --> 00:39:33,300 +points, mention all of them. Like here, quiet. + +425 +00:39:34,360 --> 00:39:38,100 +economical and will behave or you can summarize it + +426 +00:39:38,100 --> 00:39:41,240 +in general like in the first sentence so we have + +427 +00:39:41,240 --> 00:39:46,520 +to add economical and will behave and is good not + +428 +00:39:46,520 --> 00:39:49,760 +a good or you can say it is a good thing alright + +429 +00:39:49,760 --> 00:39:53,940 +to have a goldfish my sentence would be something + +430 +00:39:53,940 --> 00:40:01,280 +like this in brief in + +431 +00:40:01,280 --> 00:40:05,540 +brief These qualities, + +432 +00:40:06,880 --> 00:40:15,020 +these three qualities, alright, qualities make a + +433 +00:40:15,020 --> 00:40:19,540 +goldfish an + +434 +00:40:19,540 --> 00:40:25,740 +excellent choice + +435 +00:40:25,740 --> 00:40:32,760 +of a pet.Who is an excellent, excellent pets for + +436 +00:40:32,760 --> 00:40:38,880 +example. Good fish are good choice or make good + +437 +00:40:38,880 --> 00:40:43,880 +choice for an excellent choice of pets. Alright? + +438 +00:40:44,390 --> 00:40:47,590 +Okay? So what we did here today is basically + +439 +00:40:47,590 --> 00:40:52,130 +looking at the third part of a paragraph, which is + +440 +00:40:52,130 --> 00:40:54,670 +the concluding paragraph. And like what we said + +441 +00:40:54,670 --> 00:40:58,590 +earlier, a concluding paragraph is used to + +442 +00:40:58,590 --> 00:41:02,390 +summarize the main points, state the topic + +443 +00:41:02,390 --> 00:41:04,470 +sentence in different ways, to give a + +444 +00:41:04,470 --> 00:41:07,890 +recommendation, an opinion, or a prediction about + +445 +00:41:07,890 --> 00:41:11,530 +the future. And it's always important to begin + +446 +00:41:11,530 --> 00:41:15,090 +here. Concluding sentences with a transition, in + +447 +00:41:15,090 --> 00:41:18,790 +short, in brief, to summarize, to conclude, to sum + +448 +00:41:18,790 --> 00:41:23,280 +up, in conclusion, and so on. Today we're looking, + +449 +00:41:23,420 --> 00:41:26,320 +we have looked at the three parts of a good, of + +450 +00:41:26,320 --> 00:41:28,740 +the three elements of a good paragraph. Topic + +451 +00:41:28,740 --> 00:41:32,480 +sentence, conclusion and the concluding sentence. + +452 +00:41:32,660 --> 00:41:35,780 +Now you have the complete understanding of what a + +453 +00:41:35,780 --> 00:41:38,320 +paragraph should look like and what a paragraph + +454 +00:41:38,320 --> 00:41:42,220 +should include. Inshallah from now on we will be + +455 +00:41:42,220 --> 00:41:47,460 +looking at how to perfect our sentences and how to + +456 +00:41:47,460 --> 00:41:51,420 +write different paragraphs, different + +457 +00:41:51,420 --> 00:41:55,320 +organizational patterns of paragraphs, alright? + +458 +00:41:55,840 --> 00:41:57,680 +Thank you very much and next time we'll look at + +459 +00:41:57,680 --> 00:42:01,980 +the compound sentence as a second or an important + +460 +00:42:01,980 --> 00:42:05,540 +structure, sentence structure. Thank you very much + +461 +00:42:05,540 --> 00:42:06,340 +and see you inshallah. + diff --git a/PL9fwy3NUQKwbknFHzECJkgNOSFOth6GiS/Z6oeeWg7i5k_raw.json b/PL9fwy3NUQKwbknFHzECJkgNOSFOth6GiS/Z6oeeWg7i5k_raw.json new file mode 100644 index 0000000000000000000000000000000000000000..1835acd12bf8abb6705460f6c5db2b7f7286d863 --- /dev/null +++ b/PL9fwy3NUQKwbknFHzECJkgNOSFOth6GiS/Z6oeeWg7i5k_raw.json @@ -0,0 +1 @@ +{"segments": [{"id": 1, "seek": 2504, "start": 20.84, "end": 25.04, "text": " As-salamu alaykum. Good morning on this day. How was your weekend?", "tokens": [1018, 12, 15142, 335, 84, 419, 320, 49576, 13, 2205, 2446, 322, 341, 786, 13, 1012, 390, 428, 6711, 30], "avg_logprob": -0.25539435091472806, "compression_ratio": 0.9305555555555556, "no_speech_prob": 0.0, "words": [{"start": 20.84, "end": 21.22, "word": " As", "probability": 0.2220458984375}, {"start": 21.22, "end": 21.48, "word": "-salamu", "probability": 0.6513671875}, {"start": 21.48, "end": 21.76, "word": " alaykum.", "probability": 0.8818359375}, {"start": 22.4, "end": 22.58, "word": " Good", "probability": 0.8720703125}, {"start": 22.58, "end": 22.84, "word": " morning", "probability": 0.88623046875}, {"start": 22.84, "end": 23.08, "word": " on", "probability": 0.59375}, {"start": 23.08, "end": 23.24, "word": " this", "probability": 0.9140625}, {"start": 23.24, "end": 23.54, "word": " day.", "probability": 0.96337890625}, {"start": 24.14, "end": 24.42, "word": " How", "probability": 0.9423828125}, {"start": 24.42, "end": 24.58, "word": " was", "probability": 0.9453125}, {"start": 24.58, "end": 24.72, "word": " your", "probability": 0.90087890625}, {"start": 24.72, "end": 25.04, "word": " weekend?", "probability": 0.94775390625}], "temperature": 1.0}, {"id": 2, "seek": 5163, "start": 25.83, "end": 51.63, "text": " It was good? Very good, very good. All right, today we'll be looking at the third part of the paragraph, the academic paragraph, which is the concluding sentence. Previously, we looked at the topic sentence and we said that the topic sentence is one that carries the main idea or the central idea of the paragraph. And then we looked at the supporting sentences and we said that this is a chance for the writer to develop", "tokens": [467, 390, 665, 30, 4372, 665, 11, 588, 665, 13, 1057, 558, 11, 965, 321, 603, 312, 1237, 412, 264, 2636, 644, 295, 264, 18865, 11, 264, 7778, 18865, 11, 597, 307, 264, 9312, 278, 8174, 13, 33606, 11, 321, 2956, 412, 264, 4829, 8174, 293, 321, 848, 300, 264, 4829, 8174, 307, 472, 300, 16402, 264, 2135, 1558, 420, 264, 5777, 1558, 295, 264, 18865, 13, 400, 550, 321, 2956, 412, 264, 7231, 16579, 293, 321, 848, 300, 341, 307, 257, 2931, 337, 264, 9936, 281, 1499], "avg_logprob": -0.16055125734779271, "compression_ratio": 1.9357798165137614, "no_speech_prob": 1.1920928955078125e-06, "words": [{"start": 25.83, "end": 26.07, "word": " It", "probability": 0.251220703125}, {"start": 26.07, "end": 26.19, "word": " was", "probability": 0.90478515625}, {"start": 26.19, "end": 26.45, "word": " good?", "probability": 0.91455078125}, {"start": 26.73, "end": 27.05, "word": " Very", "probability": 0.451904296875}, {"start": 27.05, "end": 27.23, "word": " good,", "probability": 0.91650390625}, {"start": 27.33, "end": 27.53, "word": " very", "probability": 0.83837890625}, {"start": 27.53, "end": 27.73, "word": " good.", "probability": 0.91943359375}, {"start": 28.05, "end": 28.21, "word": " All", "probability": 0.47119140625}, {"start": 28.21, "end": 28.33, "word": " right,", "probability": 0.91455078125}, {"start": 28.41, "end": 28.63, "word": " today", "probability": 0.81494140625}, {"start": 28.63, "end": 28.93, "word": " we'll", "probability": 0.59033203125}, {"start": 28.93, "end": 29.01, "word": " be", "probability": 0.9287109375}, {"start": 29.01, "end": 29.29, "word": " looking", "probability": 0.9091796875}, {"start": 29.29, "end": 29.49, "word": " at", "probability": 0.96728515625}, {"start": 29.49, "end": 29.65, "word": " the", "probability": 0.9169921875}, {"start": 29.65, "end": 29.93, "word": " third", "probability": 0.94384765625}, {"start": 29.93, "end": 30.41, "word": " part", "probability": 0.89697265625}, {"start": 30.41, "end": 30.83, "word": " of", "probability": 0.96630859375}, {"start": 30.83, "end": 31.33, "word": " the", "probability": 0.92431640625}, {"start": 31.33, "end": 33.03, "word": " paragraph,", "probability": 0.7880859375}, {"start": 33.31, "end": 33.39, "word": " the", "probability": 0.88623046875}, {"start": 33.39, "end": 33.77, "word": " academic", "probability": 0.984375}, {"start": 33.77, "end": 34.19, "word": " paragraph,", "probability": 0.94580078125}, {"start": 34.47, "end": 34.55, "word": " which", "probability": 0.94287109375}, {"start": 34.55, "end": 34.73, "word": " is", "probability": 0.94384765625}, {"start": 34.73, "end": 35.13, "word": " the", "probability": 0.9189453125}, {"start": 35.13, "end": 35.85, "word": " concluding", "probability": 0.954345703125}, {"start": 35.85, "end": 36.29, "word": " sentence.", "probability": 0.9384765625}, {"start": 36.65, "end": 37.05, "word": " Previously,", "probability": 0.7548828125}, {"start": 37.05, "end": 37.27, "word": " we", "probability": 0.96337890625}, {"start": 37.27, "end": 37.57, "word": " looked", "probability": 0.853515625}, {"start": 37.57, "end": 37.93, "word": " at", "probability": 0.96728515625}, {"start": 37.93, "end": 38.33, "word": " the", "probability": 0.91650390625}, {"start": 38.33, "end": 38.57, "word": " topic", "probability": 0.95458984375}, {"start": 38.57, "end": 38.99, "word": " sentence", "probability": 0.94140625}, {"start": 38.99, "end": 39.33, "word": " and", "probability": 0.50732421875}, {"start": 39.33, "end": 39.49, "word": " we", "probability": 0.95556640625}, {"start": 39.49, "end": 39.73, "word": " said", "probability": 0.94775390625}, {"start": 39.73, "end": 39.91, "word": " that", "probability": 0.92578125}, {"start": 39.91, "end": 40.07, "word": " the", "probability": 0.916015625}, {"start": 40.07, "end": 40.27, "word": " topic", "probability": 0.94580078125}, {"start": 40.27, "end": 40.81, "word": " sentence", "probability": 0.9443359375}, {"start": 40.81, "end": 41.17, "word": " is", "probability": 0.939453125}, {"start": 41.17, "end": 41.79, "word": " one", "probability": 0.82861328125}, {"start": 41.79, "end": 42.01, "word": " that", "probability": 0.935546875}, {"start": 42.01, "end": 42.33, "word": " carries", "probability": 0.8955078125}, {"start": 42.33, "end": 42.77, "word": " the", "probability": 0.91943359375}, {"start": 42.77, "end": 43.43, "word": " main", "probability": 0.9208984375}, {"start": 43.43, "end": 43.81, "word": " idea", "probability": 0.916015625}, {"start": 43.81, "end": 44.01, "word": " or", "probability": 0.50537109375}, {"start": 44.01, "end": 44.13, "word": " the", "probability": 0.81103515625}, {"start": 44.13, "end": 44.45, "word": " central", "probability": 0.9248046875}, {"start": 44.45, "end": 44.75, "word": " idea", "probability": 0.90869140625}, {"start": 44.75, "end": 44.93, "word": " of", "probability": 0.96875}, {"start": 44.93, "end": 45.03, "word": " the", "probability": 0.9228515625}, {"start": 45.03, "end": 45.39, "word": " paragraph.", "probability": 0.95263671875}, {"start": 45.83, "end": 45.97, "word": " And", "probability": 0.9287109375}, {"start": 45.97, "end": 46.13, "word": " then", "probability": 0.833984375}, {"start": 46.13, "end": 46.29, "word": " we", "probability": 0.85009765625}, {"start": 46.29, "end": 46.55, "word": " looked", "probability": 0.86669921875}, {"start": 46.55, "end": 46.93, "word": " at", "probability": 0.966796875}, {"start": 46.93, "end": 47.77, "word": " the", "probability": 0.91162109375}, {"start": 47.77, "end": 48.17, "word": " supporting", "probability": 0.9052734375}, {"start": 48.17, "end": 48.75, "word": " sentences", "probability": 0.95361328125}, {"start": 48.75, "end": 48.99, "word": " and", "probability": 0.642578125}, {"start": 48.99, "end": 49.13, "word": " we", "probability": 0.9609375}, {"start": 49.13, "end": 49.35, "word": " said", "probability": 0.94970703125}, {"start": 49.35, "end": 49.51, "word": " that", "probability": 0.93359375}, {"start": 49.51, "end": 49.71, "word": " this", "probability": 0.93896484375}, {"start": 49.71, "end": 49.83, "word": " is", "probability": 0.94287109375}, {"start": 49.83, "end": 49.97, "word": " a", "probability": 0.99365234375}, {"start": 49.97, "end": 50.29, "word": " chance", "probability": 0.9716796875}, {"start": 50.29, "end": 50.53, "word": " for", "probability": 0.95166015625}, {"start": 50.53, "end": 50.67, "word": " the", "probability": 0.91748046875}, {"start": 50.67, "end": 50.95, "word": " writer", "probability": 0.9111328125}, {"start": 50.95, "end": 51.19, "word": " to", "probability": 0.96826171875}, {"start": 51.19, "end": 51.63, "word": " develop", "probability": 0.8125}], "temperature": 1.0}, {"id": 3, "seek": 7840, "start": 52.04, "end": 78.4, "text": " to discuss, to elaborate on his or her main idea stated in a topic sentence. And today, we're looking at the third and final part of the structure of a paragraph, which is the concluding sentence. What is the concluding sentence? What is the function of the concluding sentence? Where is the concluding sentence? Primarily, this way. It's the end of the paragraph. It's the last sentence.", "tokens": [281, 2248, 11, 281, 20945, 322, 702, 420, 720, 2135, 1558, 11323, 294, 257, 4829, 8174, 13, 400, 965, 11, 321, 434, 1237, 412, 264, 2636, 293, 2572, 644, 295, 264, 3877, 295, 257, 18865, 11, 597, 307, 264, 9312, 278, 8174, 13, 708, 307, 264, 9312, 278, 8174, 30, 708, 307, 264, 2445, 295, 264, 9312, 278, 8174, 30, 2305, 307, 264, 9312, 278, 8174, 30, 19671, 3289, 11, 341, 636, 13, 467, 311, 264, 917, 295, 264, 18865, 13, 467, 311, 264, 1036, 8174, 13], "avg_logprob": -0.15731534734368324, "compression_ratio": 1.945, "no_speech_prob": 2.980232238769531e-07, "words": [{"start": 52.04, "end": 52.32, "word": " to", "probability": 0.78125}, {"start": 52.32, "end": 52.82, "word": " discuss,", "probability": 0.890625}, {"start": 53.04, "end": 53.06, "word": " to", "probability": 0.8564453125}, {"start": 53.06, "end": 53.48, "word": " elaborate", "probability": 0.94775390625}, {"start": 53.48, "end": 54.06, "word": " on", "probability": 0.916015625}, {"start": 54.06, "end": 54.36, "word": " his", "probability": 0.95166015625}, {"start": 54.36, "end": 54.62, "word": " or", "probability": 0.921875}, {"start": 54.62, "end": 54.96, "word": " her", "probability": 0.97021484375}, {"start": 54.96, "end": 55.58, "word": " main", "probability": 0.9326171875}, {"start": 55.58, "end": 56.1, "word": " idea", "probability": 0.91357421875}, {"start": 56.1, "end": 56.86, "word": " stated", "probability": 0.415771484375}, {"start": 56.86, "end": 57.18, "word": " in", "probability": 0.94970703125}, {"start": 57.18, "end": 57.44, "word": " a", "probability": 0.61474609375}, {"start": 57.44, "end": 58.22, "word": " topic", "probability": 0.865234375}, {"start": 58.22, "end": 58.72, "word": " sentence.", "probability": 0.94482421875}, {"start": 58.88, "end": 59.22, "word": " And", "probability": 0.8740234375}, {"start": 59.22, "end": 59.74, "word": " today,", "probability": 0.7060546875}, {"start": 59.82, "end": 59.92, "word": " we're", "probability": 0.879150390625}, {"start": 59.92, "end": 60.18, "word": " looking", "probability": 0.9111328125}, {"start": 60.18, "end": 60.4, "word": " at", "probability": 0.96435546875}, {"start": 60.4, "end": 60.58, "word": " the", "probability": 0.90673828125}, {"start": 60.58, "end": 61.32, "word": " third", "probability": 0.8916015625}, {"start": 61.32, "end": 61.5, "word": " and", "probability": 0.72705078125}, {"start": 61.5, "end": 61.82, "word": " final", "probability": 0.93798828125}, {"start": 61.82, "end": 62.2, "word": " part", "probability": 0.8857421875}, {"start": 62.2, "end": 62.38, "word": " of", "probability": 0.96826171875}, {"start": 62.38, "end": 62.54, "word": " the", "probability": 0.8515625}, {"start": 62.54, "end": 62.9, "word": " structure", "probability": 0.87646484375}, {"start": 62.9, "end": 63.06, "word": " of", "probability": 0.96728515625}, {"start": 63.06, "end": 63.18, "word": " a", "probability": 0.8662109375}, {"start": 63.18, "end": 63.46, "word": " paragraph,", "probability": 0.955078125}, {"start": 63.72, "end": 63.8, "word": " which", "probability": 0.9453125}, {"start": 63.8, "end": 64.44, "word": " is", "probability": 0.94482421875}, {"start": 64.44, "end": 64.7, "word": " the", "probability": 0.857421875}, {"start": 64.7, "end": 65.34, "word": " concluding", "probability": 0.959716796875}, {"start": 65.34, "end": 65.82, "word": " sentence.", "probability": 0.919921875}, {"start": 66.12, "end": 66.3, "word": " What", "probability": 0.79736328125}, {"start": 66.3, "end": 66.42, "word": " is", "probability": 0.94140625}, {"start": 66.42, "end": 66.56, "word": " the", "probability": 0.91455078125}, {"start": 66.56, "end": 67.08, "word": " concluding", "probability": 0.953369140625}, {"start": 67.08, "end": 67.44, "word": " sentence?", "probability": 0.9326171875}, {"start": 68.82, "end": 69.08, "word": " What", "probability": 0.88916015625}, {"start": 69.08, "end": 69.2, "word": " is", "probability": 0.93701171875}, {"start": 69.2, "end": 69.32, "word": " the", "probability": 0.9228515625}, {"start": 69.32, "end": 69.66, "word": " function", "probability": 0.95947265625}, {"start": 69.66, "end": 69.8, "word": " of", "probability": 0.9697265625}, {"start": 69.8, "end": 69.94, "word": " the", "probability": 0.90771484375}, {"start": 69.94, "end": 70.36, "word": " concluding", "probability": 0.976318359375}, {"start": 70.36, "end": 70.66, "word": " sentence?", "probability": 0.93505859375}, {"start": 70.84, "end": 70.96, "word": " Where", "probability": 0.5927734375}, {"start": 70.96, "end": 71.08, "word": " is", "probability": 0.93212890625}, {"start": 71.08, "end": 71.24, "word": " the", "probability": 0.91455078125}, {"start": 71.24, "end": 71.7, "word": " concluding", "probability": 0.969482421875}, {"start": 71.7, "end": 72.16, "word": " sentence?", "probability": 0.939453125}, {"start": 72.54, "end": 73.02, "word": " Primarily,", "probability": 0.6033935546875}, {"start": 73.3, "end": 73.48, "word": " this", "probability": 0.748046875}, {"start": 73.48, "end": 73.68, "word": " way.", "probability": 0.65234375}, {"start": 75.06, "end": 75.5, "word": " It's", "probability": 0.895751953125}, {"start": 75.5, "end": 76.2, "word": " the", "probability": 0.87646484375}, {"start": 76.2, "end": 76.42, "word": " end", "probability": 0.84765625}, {"start": 76.42, "end": 76.54, "word": " of", "probability": 0.970703125}, {"start": 76.54, "end": 76.64, "word": " the", "probability": 0.90576171875}, {"start": 76.64, "end": 76.96, "word": " paragraph.", "probability": 0.94873046875}, {"start": 77.1, "end": 77.26, "word": " It's", "probability": 0.979248046875}, {"start": 77.26, "end": 77.42, "word": " the", "probability": 0.9189453125}, {"start": 77.42, "end": 77.82, "word": " last", "probability": 0.8896484375}, {"start": 77.82, "end": 78.4, "word": " sentence.", "probability": 0.94580078125}], "temperature": 1.0}, {"id": 4, "seek": 9685, "start": 78.69, "end": 96.85, "text": " of the paragraph and from its name it says concluding. This means that we sort of finish the paragraph with we conclude our ideas with this sentence. So the function of or we can use the concluding sentence for different things. For example,", "tokens": [295, 264, 18865, 293, 490, 1080, 1315, 309, 1619, 9312, 278, 13, 639, 1355, 300, 321, 1333, 295, 2413, 264, 18865, 365, 321, 16886, 527, 3487, 365, 341, 8174, 13, 407, 264, 2445, 295, 420, 321, 393, 764, 264, 9312, 278, 8174, 337, 819, 721, 13, 1171, 1365, 11], "avg_logprob": -0.2810937583446503, "compression_ratio": 1.5816993464052287, "no_speech_prob": 1.1920928955078125e-07, "words": [{"start": 78.69, "end": 79.15, "word": " of", "probability": 0.268310546875}, {"start": 79.15, "end": 79.39, "word": " the", "probability": 0.57080078125}, {"start": 79.39, "end": 79.71, "word": " paragraph", "probability": 0.90380859375}, {"start": 79.71, "end": 80.03, "word": " and", "probability": 0.650390625}, {"start": 80.03, "end": 80.25, "word": " from", "probability": 0.82861328125}, {"start": 80.25, "end": 80.49, "word": " its", "probability": 0.70361328125}, {"start": 80.49, "end": 80.75, "word": " name", "probability": 0.9033203125}, {"start": 80.75, "end": 80.93, "word": " it", "probability": 0.75390625}, {"start": 80.93, "end": 81.13, "word": " says", "probability": 0.8662109375}, {"start": 81.13, "end": 81.97, "word": " concluding.", "probability": 0.89453125}, {"start": 82.35, "end": 82.51, "word": " This", "probability": 0.68603515625}, {"start": 82.51, "end": 82.79, "word": " means", "probability": 0.93408203125}, {"start": 82.79, "end": 83.21, "word": " that", "probability": 0.93017578125}, {"start": 83.21, "end": 83.61, "word": " we", "probability": 0.9443359375}, {"start": 83.61, "end": 83.97, "word": " sort", "probability": 0.456787109375}, {"start": 83.97, "end": 84.19, "word": " of", "probability": 0.9619140625}, {"start": 84.19, "end": 84.61, "word": " finish", "probability": 0.8486328125}, {"start": 84.61, "end": 84.79, "word": " the", "probability": 0.89794921875}, {"start": 84.79, "end": 85.17, "word": " paragraph", "probability": 0.9443359375}, {"start": 85.17, "end": 85.61, "word": " with", "probability": 0.231689453125}, {"start": 85.61, "end": 85.77, "word": " we", "probability": 0.548828125}, {"start": 85.77, "end": 86.31, "word": " conclude", "probability": 0.79443359375}, {"start": 86.31, "end": 86.59, "word": " our", "probability": 0.87451171875}, {"start": 86.59, "end": 87.09, "word": " ideas", "probability": 0.7802734375}, {"start": 87.09, "end": 87.85, "word": " with", "probability": 0.90185546875}, {"start": 87.85, "end": 88.51, "word": " this", "probability": 0.93896484375}, {"start": 88.51, "end": 90.07, "word": " sentence.", "probability": 0.8896484375}, {"start": 90.25, "end": 90.43, "word": " So", "probability": 0.875}, {"start": 90.43, "end": 90.81, "word": " the", "probability": 0.63232421875}, {"start": 90.81, "end": 91.25, "word": " function", "probability": 0.95263671875}, {"start": 91.25, "end": 91.65, "word": " of", "probability": 0.96142578125}, {"start": 91.65, "end": 92.35, "word": " or", "probability": 0.1954345703125}, {"start": 92.35, "end": 92.53, "word": " we", "probability": 0.955078125}, {"start": 92.53, "end": 92.73, "word": " can", "probability": 0.94775390625}, {"start": 92.73, "end": 92.95, "word": " use", "probability": 0.88671875}, {"start": 92.95, "end": 93.07, "word": " the", "probability": 0.82861328125}, {"start": 93.07, "end": 93.53, "word": " concluding", "probability": 0.96142578125}, {"start": 93.53, "end": 93.85, "word": " sentence", "probability": 0.75146484375}, {"start": 93.85, "end": 94.27, "word": " for", "probability": 0.9345703125}, {"start": 94.27, "end": 95.17, "word": " different", "probability": 0.8759765625}, {"start": 95.17, "end": 95.65, "word": " things.", "probability": 0.8671875}, {"start": 96.03, "end": 96.39, "word": " For", "probability": 0.95703125}, {"start": 96.39, "end": 96.85, "word": " example,", "probability": 0.96826171875}], "temperature": 1.0}, {"id": 5, "seek": 11406, "start": 97.3, "end": 114.06, "text": " We can use the concluding sentence to restate the topic sentence, that is to say we can say it in different words or we can use the concluding sentence to summarize, to give a summary of the main points stated in the paragraph.", "tokens": [492, 393, 764, 264, 9312, 278, 8174, 281, 1472, 473, 264, 4829, 8174, 11, 300, 307, 281, 584, 321, 393, 584, 309, 294, 819, 2283, 420, 321, 393, 764, 264, 9312, 278, 8174, 281, 20858, 11, 281, 976, 257, 12691, 295, 264, 2135, 2793, 11323, 294, 264, 18865, 13], "avg_logprob": -0.18859374403953552, "compression_ratio": 1.7014925373134329, "no_speech_prob": 1.7881393432617188e-07, "words": [{"start": 97.3, "end": 97.56, "word": " We", "probability": 0.5439453125}, {"start": 97.56, "end": 97.82, "word": " can", "probability": 0.94091796875}, {"start": 97.82, "end": 98.0, "word": " use", "probability": 0.87744140625}, {"start": 98.0, "end": 98.14, "word": " the", "probability": 0.89111328125}, {"start": 98.14, "end": 99.2, "word": " concluding", "probability": 0.73046875}, {"start": 99.2, "end": 99.52, "word": " sentence", "probability": 0.9287109375}, {"start": 99.52, "end": 99.82, "word": " to", "probability": 0.95849609375}, {"start": 99.82, "end": 100.42, "word": " restate", "probability": 0.962646484375}, {"start": 100.42, "end": 100.86, "word": " the", "probability": 0.90283203125}, {"start": 100.86, "end": 101.08, "word": " topic", "probability": 0.94970703125}, {"start": 101.08, "end": 101.66, "word": " sentence,", "probability": 0.91259765625}, {"start": 102.0, "end": 102.34, "word": " that", "probability": 0.297607421875}, {"start": 102.34, "end": 102.5, "word": " is", "probability": 0.89453125}, {"start": 102.5, "end": 102.64, "word": " to", "probability": 0.939453125}, {"start": 102.64, "end": 102.8, "word": " say", "probability": 0.95263671875}, {"start": 102.8, "end": 103.02, "word": " we", "probability": 0.65283203125}, {"start": 103.02, "end": 103.32, "word": " can", "probability": 0.939453125}, {"start": 103.32, "end": 103.86, "word": " say", "probability": 0.93359375}, {"start": 103.86, "end": 104.04, "word": " it", "probability": 0.94384765625}, {"start": 104.04, "end": 104.24, "word": " in", "probability": 0.935546875}, {"start": 104.24, "end": 104.66, "word": " different", "probability": 0.8828125}, {"start": 104.66, "end": 105.18, "word": " words", "probability": 0.8134765625}, {"start": 105.18, "end": 105.78, "word": " or", "probability": 0.50634765625}, {"start": 105.78, "end": 105.94, "word": " we", "probability": 0.93017578125}, {"start": 105.94, "end": 106.3, "word": " can", "probability": 0.94384765625}, {"start": 106.3, "end": 106.98, "word": " use", "probability": 0.88525390625}, {"start": 106.98, "end": 107.38, "word": " the", "probability": 0.7744140625}, {"start": 107.38, "end": 108.44, "word": " concluding", "probability": 0.9775390625}, {"start": 108.44, "end": 108.76, "word": " sentence", "probability": 0.9306640625}, {"start": 108.76, "end": 108.94, "word": " to", "probability": 0.95751953125}, {"start": 108.94, "end": 109.3, "word": " summarize,", "probability": 0.7412109375}, {"start": 109.44, "end": 109.54, "word": " to", "probability": 0.91259765625}, {"start": 109.54, "end": 109.72, "word": " give", "probability": 0.8544921875}, {"start": 109.72, "end": 109.82, "word": " a", "probability": 0.52197265625}, {"start": 109.82, "end": 110.2, "word": " summary", "probability": 0.91162109375}, {"start": 110.2, "end": 110.64, "word": " of", "probability": 0.9560546875}, {"start": 110.64, "end": 111.08, "word": " the", "probability": 0.90673828125}, {"start": 111.08, "end": 111.32, "word": " main", "probability": 0.9296875}, {"start": 111.32, "end": 111.7, "word": " points", "probability": 0.8974609375}, {"start": 111.7, "end": 112.14, "word": " stated", "probability": 0.8740234375}, {"start": 112.14, "end": 113.3, "word": " in", "probability": 0.94775390625}, {"start": 113.3, "end": 113.76, "word": " the", "probability": 0.9150390625}, {"start": 113.76, "end": 114.06, "word": " paragraph.", "probability": 0.791015625}], "temperature": 1.0}, {"id": 6, "seek": 13974, "start": 114.68, "end": 139.74, "text": " Or we can actually use the concluding sentence to leave the reader with something to think about in relation to the topic of this paragraph. In other words, you would like to answer the question, so what? So what is the idea that the reader can get out of reading this or your paragraph? And sometimes we can use the topic, the concluding sentence either for summary", "tokens": [1610, 321, 393, 767, 764, 264, 9312, 278, 8174, 281, 1856, 264, 15149, 365, 746, 281, 519, 466, 294, 9721, 281, 264, 4829, 295, 341, 18865, 13, 682, 661, 2283, 11, 291, 576, 411, 281, 1867, 264, 1168, 11, 370, 437, 30, 407, 437, 307, 264, 1558, 300, 264, 15149, 393, 483, 484, 295, 3760, 341, 420, 428, 18865, 30, 400, 2171, 321, 393, 764, 264, 4829, 11, 264, 9312, 278, 8174, 2139, 337, 12691], "avg_logprob": -0.16807154017059425, "compression_ratio": 1.7311320754716981, "no_speech_prob": 5.960464477539063e-08, "words": [{"start": 114.68, "end": 115.28, "word": " Or", "probability": 0.76220703125}, {"start": 115.28, "end": 115.92, "word": " we", "probability": 0.74072265625}, {"start": 115.92, "end": 116.26, "word": " can", "probability": 0.94384765625}, {"start": 116.26, "end": 116.62, "word": " actually", "probability": 0.83837890625}, {"start": 116.62, "end": 116.96, "word": " use", "probability": 0.8740234375}, {"start": 116.96, "end": 117.2, "word": " the", "probability": 0.83740234375}, {"start": 117.2, "end": 117.74, "word": " concluding", "probability": 0.960693359375}, {"start": 117.74, "end": 118.2, "word": " sentence", "probability": 0.92431640625}, {"start": 118.2, "end": 118.5, "word": " to", "probability": 0.9248046875}, {"start": 118.5, "end": 118.78, "word": " leave", "probability": 0.94580078125}, {"start": 118.78, "end": 119.02, "word": " the", "probability": 0.85107421875}, {"start": 119.02, "end": 119.3, "word": " reader", "probability": 0.94873046875}, {"start": 119.3, "end": 119.58, "word": " with", "probability": 0.86572265625}, {"start": 119.58, "end": 119.98, "word": " something", "probability": 0.86328125}, {"start": 119.98, "end": 120.22, "word": " to", "probability": 0.96630859375}, {"start": 120.22, "end": 120.54, "word": " think", "probability": 0.9169921875}, {"start": 120.54, "end": 120.94, "word": " about", "probability": 0.89892578125}, {"start": 120.94, "end": 121.52, "word": " in", "probability": 0.814453125}, {"start": 121.52, "end": 121.96, "word": " relation", "probability": 0.962890625}, {"start": 121.96, "end": 122.22, "word": " to", "probability": 0.9638671875}, {"start": 122.22, "end": 122.38, "word": " the", "probability": 0.8251953125}, {"start": 122.38, "end": 122.8, "word": " topic", "probability": 0.9443359375}, {"start": 122.8, "end": 123.14, "word": " of", "probability": 0.96240234375}, {"start": 123.14, "end": 123.82, "word": " this", "probability": 0.921875}, {"start": 123.82, "end": 124.66, "word": " paragraph.", "probability": 0.9560546875}, {"start": 124.84, "end": 124.92, "word": " In", "probability": 0.9208984375}, {"start": 124.92, "end": 125.14, "word": " other", "probability": 0.880859375}, {"start": 125.14, "end": 125.5, "word": " words,", "probability": 0.88330078125}, {"start": 125.6, "end": 125.68, "word": " you", "probability": 0.9267578125}, {"start": 125.68, "end": 125.84, "word": " would", "probability": 0.80126953125}, {"start": 125.84, "end": 126.1, "word": " like", "probability": 0.93017578125}, {"start": 126.1, "end": 126.3, "word": " to", "probability": 0.96728515625}, {"start": 126.3, "end": 126.82, "word": " answer", "probability": 0.9541015625}, {"start": 126.82, "end": 127.36, "word": " the", "probability": 0.9130859375}, {"start": 127.36, "end": 127.86, "word": " question,", "probability": 0.90478515625}, {"start": 128.16, "end": 128.34, "word": " so", "probability": 0.379150390625}, {"start": 128.34, "end": 128.72, "word": " what?", "probability": 0.90576171875}, {"start": 128.88, "end": 129.22, "word": " So", "probability": 0.8408203125}, {"start": 129.22, "end": 130.1, "word": " what", "probability": 0.56494140625}, {"start": 130.1, "end": 130.42, "word": " is", "probability": 0.94091796875}, {"start": 130.42, "end": 130.74, "word": " the", "probability": 0.9140625}, {"start": 130.74, "end": 131.02, "word": " idea", "probability": 0.91796875}, {"start": 131.02, "end": 131.26, "word": " that", "probability": 0.9248046875}, {"start": 131.26, "end": 131.44, "word": " the", "probability": 0.87158203125}, {"start": 131.44, "end": 131.72, "word": " reader", "probability": 0.95458984375}, {"start": 131.72, "end": 132.06, "word": " can", "probability": 0.94091796875}, {"start": 132.06, "end": 132.42, "word": " get", "probability": 0.94384765625}, {"start": 132.42, "end": 132.82, "word": " out", "probability": 0.88330078125}, {"start": 132.82, "end": 132.98, "word": " of", "probability": 0.96484375}, {"start": 132.98, "end": 133.32, "word": " reading", "probability": 0.94482421875}, {"start": 133.32, "end": 133.74, "word": " this", "probability": 0.9267578125}, {"start": 133.74, "end": 134.26, "word": " or", "probability": 0.094970703125}, {"start": 134.26, "end": 134.58, "word": " your", "probability": 0.89453125}, {"start": 134.58, "end": 135.24, "word": " paragraph?", "probability": 0.9638671875}, {"start": 135.48, "end": 135.78, "word": " And", "probability": 0.93115234375}, {"start": 135.78, "end": 136.38, "word": " sometimes", "probability": 0.93896484375}, {"start": 136.38, "end": 136.68, "word": " we", "probability": 0.78125}, {"start": 136.68, "end": 136.92, "word": " can", "probability": 0.94091796875}, {"start": 136.92, "end": 137.14, "word": " use", "probability": 0.88037109375}, {"start": 137.14, "end": 137.26, "word": " the", "probability": 0.90966796875}, {"start": 137.26, "end": 137.48, "word": " topic,", "probability": 0.80224609375}, {"start": 137.62, "end": 137.74, "word": " the", "probability": 0.8310546875}, {"start": 137.74, "end": 138.22, "word": " concluding", "probability": 0.9638671875}, {"start": 138.22, "end": 138.68, "word": " sentence", "probability": 0.9404296875}, {"start": 138.68, "end": 139.02, "word": " either", "probability": 0.71240234375}, {"start": 139.02, "end": 139.32, "word": " for", "probability": 0.95556640625}, {"start": 139.32, "end": 139.74, "word": " summary", "probability": 0.87548828125}], "temperature": 1.0}, {"id": 7, "seek": 15575, "start": 140.21, "end": 155.75, "text": " for giving a recommendation to the reader about something, you'll see some examples later on, or to give an opinion or to give a warning to the reader about doing something or not doing something or believing in something or not believing in something", "tokens": [337, 2902, 257, 11879, 281, 264, 15149, 466, 746, 11, 291, 603, 536, 512, 5110, 1780, 322, 11, 420, 281, 976, 364, 4800, 420, 281, 976, 257, 9164, 281, 264, 15149, 466, 884, 746, 420, 406, 884, 746, 420, 16594, 294, 746, 420, 406, 16594, 294, 746], "avg_logprob": -0.25292969929675263, "compression_ratio": 1.984251968503937, "no_speech_prob": 1.8537044525146484e-05, "words": [{"start": 140.21, "end": 140.69, "word": " for", "probability": 0.2205810546875}, {"start": 140.69, "end": 141.41, "word": " giving", "probability": 0.88525390625}, {"start": 141.41, "end": 141.73, "word": " a", "probability": 0.95751953125}, {"start": 141.73, "end": 142.43, "word": " recommendation", "probability": 0.83544921875}, {"start": 142.43, "end": 143.31, "word": " to", "probability": 0.9580078125}, {"start": 143.31, "end": 143.97, "word": " the", "probability": 0.79052734375}, {"start": 143.97, "end": 144.27, "word": " reader", "probability": 0.95947265625}, {"start": 144.27, "end": 144.83, "word": " about", "probability": 0.8779296875}, {"start": 144.83, "end": 145.23, "word": " something,", "probability": 0.8701171875}, {"start": 145.35, "end": 145.47, "word": " you'll", "probability": 0.463134765625}, {"start": 145.47, "end": 145.55, "word": " see", "probability": 0.9228515625}, {"start": 145.55, "end": 145.75, "word": " some", "probability": 0.8916015625}, {"start": 145.75, "end": 146.13, "word": " examples", "probability": 0.453369140625}, {"start": 146.13, "end": 146.49, "word": " later", "probability": 0.919921875}, {"start": 146.49, "end": 146.85, "word": " on,", "probability": 0.9296875}, {"start": 147.37, "end": 147.69, "word": " or", "probability": 0.7431640625}, {"start": 147.69, "end": 147.91, "word": " to", "probability": 0.9580078125}, {"start": 147.91, "end": 148.11, "word": " give", "probability": 0.869140625}, {"start": 148.11, "end": 148.39, "word": " an", "probability": 0.94482421875}, {"start": 148.39, "end": 148.79, "word": " opinion", "probability": 0.9384765625}, {"start": 148.79, "end": 149.53, "word": " or", "probability": 0.4326171875}, {"start": 149.53, "end": 149.75, "word": " to", "probability": 0.935546875}, {"start": 149.75, "end": 149.97, "word": " give", "probability": 0.8623046875}, {"start": 149.97, "end": 150.17, "word": " a", "probability": 0.9931640625}, {"start": 150.17, "end": 150.55, "word": " warning", "probability": 0.8896484375}, {"start": 150.55, "end": 150.79, "word": " to", "probability": 0.9580078125}, {"start": 150.79, "end": 150.95, "word": " the", "probability": 0.9033203125}, {"start": 150.95, "end": 151.19, "word": " reader", "probability": 0.95263671875}, {"start": 151.19, "end": 151.59, "word": " about", "probability": 0.88720703125}, {"start": 151.59, "end": 151.93, "word": " doing", "probability": 0.955078125}, {"start": 151.93, "end": 152.33, "word": " something", "probability": 0.8544921875}, {"start": 152.33, "end": 152.51, "word": " or", "probability": 0.88671875}, {"start": 152.51, "end": 152.75, "word": " not", "probability": 0.923828125}, {"start": 152.75, "end": 153.03, "word": " doing", "probability": 0.95947265625}, {"start": 153.03, "end": 153.45, "word": " something", "probability": 0.85400390625}, {"start": 153.45, "end": 153.65, "word": " or", "probability": 0.63232421875}, {"start": 153.65, "end": 153.95, "word": " believing", "probability": 0.95166015625}, {"start": 153.95, "end": 154.17, "word": " in", "probability": 0.84912109375}, {"start": 154.17, "end": 154.45, "word": " something", "probability": 0.8662109375}, {"start": 154.45, "end": 154.59, "word": " or", "probability": 0.53955078125}, {"start": 154.59, "end": 154.75, "word": " not", "probability": 0.92724609375}, {"start": 154.75, "end": 155.11, "word": " believing", "probability": 0.9091796875}, {"start": 155.11, "end": 155.35, "word": " in", "probability": 0.93115234375}, {"start": 155.35, "end": 155.75, "word": " something", "probability": 0.86376953125}], "temperature": 1.0}, {"id": 8, "seek": 18240, "start": 161.02, "end": 182.4, "text": " in the future. So these are some of the functions, some of the purposes that are used for writing a concluding sentence. Let's see an example of restatement of the topic sentence and summarizing it in different words by rewriting it as a concluding sentence.", "tokens": [294, 264, 2027, 13, 407, 613, 366, 512, 295, 264, 6828, 11, 512, 295, 264, 9932, 300, 366, 1143, 337, 3579, 257, 9312, 278, 8174, 13, 961, 311, 536, 364, 1365, 295, 1472, 267, 1712, 295, 264, 4829, 8174, 293, 14611, 3319, 309, 294, 819, 2283, 538, 319, 19868, 309, 382, 257, 9312, 278, 8174, 13], "avg_logprob": -0.16173245404895983, "compression_ratio": 1.6818181818181819, "no_speech_prob": 4.172325134277344e-07, "words": [{"start": 161.02, "end": 161.32, "word": " in", "probability": 0.482666015625}, {"start": 161.32, "end": 161.84, "word": " the", "probability": 0.8798828125}, {"start": 161.84, "end": 162.04, "word": " future.", "probability": 0.9716796875}, {"start": 162.2, "end": 162.3, "word": " So", "probability": 0.8994140625}, {"start": 162.3, "end": 162.54, "word": " these", "probability": 0.693359375}, {"start": 162.54, "end": 162.74, "word": " are", "probability": 0.93798828125}, {"start": 162.74, "end": 163.04, "word": " some", "probability": 0.8974609375}, {"start": 163.04, "end": 163.16, "word": " of", "probability": 0.9658203125}, {"start": 163.16, "end": 163.28, "word": " the", "probability": 0.92626953125}, {"start": 163.28, "end": 163.66, "word": " functions,", "probability": 0.8515625}, {"start": 163.82, "end": 163.96, "word": " some", "probability": 0.88525390625}, {"start": 163.96, "end": 164.08, "word": " of", "probability": 0.96923828125}, {"start": 164.08, "end": 164.22, "word": " the", "probability": 0.92431640625}, {"start": 164.22, "end": 164.66, "word": " purposes", "probability": 0.90869140625}, {"start": 164.66, "end": 165.02, "word": " that", "probability": 0.88037109375}, {"start": 165.02, "end": 165.18, "word": " are", "probability": 0.93994140625}, {"start": 165.18, "end": 165.56, "word": " used", "probability": 0.923828125}, {"start": 165.56, "end": 166.06, "word": " for", "probability": 0.9404296875}, {"start": 166.06, "end": 166.86, "word": " writing", "probability": 0.9326171875}, {"start": 166.86, "end": 167.18, "word": " a", "probability": 0.95703125}, {"start": 167.18, "end": 167.96, "word": " concluding", "probability": 0.965576171875}, {"start": 167.96, "end": 168.98, "word": " sentence.", "probability": 0.9345703125}, {"start": 169.3, "end": 169.68, "word": " Let's", "probability": 0.6337890625}, {"start": 169.68, "end": 170.58, "word": " see", "probability": 0.47216796875}, {"start": 170.58, "end": 170.84, "word": " an", "probability": 0.94140625}, {"start": 170.84, "end": 171.4, "word": " example", "probability": 0.97802734375}, {"start": 171.4, "end": 172.2, "word": " of", "probability": 0.95947265625}, {"start": 172.2, "end": 173.56, "word": " restatement", "probability": 0.7724609375}, {"start": 173.56, "end": 174.2, "word": " of", "probability": 0.96484375}, {"start": 174.2, "end": 174.82, "word": " the", "probability": 0.9140625}, {"start": 174.82, "end": 177.08, "word": " topic", "probability": 0.465576171875}, {"start": 177.08, "end": 177.72, "word": " sentence", "probability": 0.8916015625}, {"start": 177.72, "end": 177.94, "word": " and", "probability": 0.67919921875}, {"start": 177.94, "end": 178.56, "word": " summarizing", "probability": 0.85546875}, {"start": 178.56, "end": 178.74, "word": " it", "probability": 0.9482421875}, {"start": 178.74, "end": 178.9, "word": " in", "probability": 0.9326171875}, {"start": 178.9, "end": 179.24, "word": " different", "probability": 0.88037109375}, {"start": 179.24, "end": 179.64, "word": " words", "probability": 0.837890625}, {"start": 179.64, "end": 180.14, "word": " by", "probability": 0.58251953125}, {"start": 180.14, "end": 180.64, "word": " rewriting", "probability": 0.935302734375}, {"start": 180.64, "end": 181.08, "word": " it", "probability": 0.947265625}, {"start": 181.08, "end": 181.5, "word": " as", "probability": 0.96240234375}, {"start": 181.5, "end": 181.62, "word": " a", "probability": 0.9541015625}, {"start": 181.62, "end": 182.14, "word": " concluding", "probability": 0.96923828125}, {"start": 182.14, "end": 182.4, "word": " sentence.", "probability": 0.95751953125}], "temperature": 1.0}, {"id": 9, "seek": 20063, "start": 182.67, "end": 200.63, "text": " The topic sentence here says, a program to encourage people to use public transport in our city is urgently needed. This is the topic sentence and it is about the need for a program to perfect or to encourage people to use public transport.", "tokens": [440, 4829, 8174, 510, 1619, 11, 257, 1461, 281, 5373, 561, 281, 764, 1908, 5495, 294, 527, 2307, 307, 49390, 2978, 13, 639, 307, 264, 4829, 8174, 293, 309, 307, 466, 264, 643, 337, 257, 1461, 281, 2176, 420, 281, 5373, 561, 281, 764, 1908, 5495, 13], "avg_logprob": -0.16520182602107525, "compression_ratio": 1.7985074626865671, "no_speech_prob": 2.384185791015625e-07, "words": [{"start": 182.67, "end": 182.91, "word": " The", "probability": 0.525390625}, {"start": 182.91, "end": 183.11, "word": " topic", "probability": 0.90478515625}, {"start": 183.11, "end": 183.41, "word": " sentence", "probability": 0.79345703125}, {"start": 183.41, "end": 183.77, "word": " here", "probability": 0.25244140625}, {"start": 183.77, "end": 184.11, "word": " says,", "probability": 0.89892578125}, {"start": 184.27, "end": 184.59, "word": " a", "probability": 0.06939697265625}, {"start": 184.59, "end": 185.05, "word": " program", "probability": 0.8017578125}, {"start": 185.05, "end": 185.63, "word": " to", "probability": 0.96484375}, {"start": 185.63, "end": 186.07, "word": " encourage", "probability": 0.83203125}, {"start": 186.07, "end": 186.45, "word": " people", "probability": 0.96875}, {"start": 186.45, "end": 186.61, "word": " to", "probability": 0.96875}, {"start": 186.61, "end": 186.81, "word": " use", "probability": 0.900390625}, {"start": 186.81, "end": 187.15, "word": " public", "probability": 0.9462890625}, {"start": 187.15, "end": 187.77, "word": " transport", "probability": 0.9345703125}, {"start": 187.77, "end": 188.55, "word": " in", "probability": 0.87646484375}, {"start": 188.55, "end": 188.77, "word": " our", "probability": 0.89794921875}, {"start": 188.77, "end": 189.03, "word": " city", "probability": 0.8759765625}, {"start": 189.03, "end": 189.23, "word": " is", "probability": 0.93408203125}, {"start": 189.23, "end": 189.87, "word": " urgently", "probability": 0.9150390625}, {"start": 189.87, "end": 190.77, "word": " needed.", "probability": 0.8837890625}, {"start": 190.87, "end": 191.01, "word": " This", "probability": 0.875}, {"start": 191.01, "end": 191.13, "word": " is", "probability": 0.947265625}, {"start": 191.13, "end": 191.25, "word": " the", "probability": 0.85546875}, {"start": 191.25, "end": 191.49, "word": " topic", "probability": 0.94775390625}, {"start": 191.49, "end": 191.99, "word": " sentence", "probability": 0.93701171875}, {"start": 191.99, "end": 192.21, "word": " and", "probability": 0.67236328125}, {"start": 192.21, "end": 192.35, "word": " it", "probability": 0.935546875}, {"start": 192.35, "end": 192.53, "word": " is", "probability": 0.8681640625}, {"start": 192.53, "end": 193.47, "word": " about", "probability": 0.91259765625}, {"start": 193.47, "end": 194.15, "word": " the", "probability": 0.8857421875}, {"start": 194.15, "end": 194.39, "word": " need", "probability": 0.93408203125}, {"start": 194.39, "end": 194.57, "word": " for", "probability": 0.91845703125}, {"start": 194.57, "end": 194.73, "word": " a", "probability": 0.958984375}, {"start": 194.73, "end": 195.19, "word": " program", "probability": 0.912109375}, {"start": 195.19, "end": 195.53, "word": " to", "probability": 0.96142578125}, {"start": 195.53, "end": 196.37, "word": " perfect", "probability": 0.401611328125}, {"start": 196.37, "end": 198.33, "word": " or", "probability": 0.71337890625}, {"start": 198.33, "end": 198.55, "word": " to", "probability": 0.80615234375}, {"start": 198.55, "end": 198.85, "word": " encourage", "probability": 0.85009765625}, {"start": 198.85, "end": 199.15, "word": " people", "probability": 0.96484375}, {"start": 199.15, "end": 199.33, "word": " to", "probability": 0.96923828125}, {"start": 199.33, "end": 199.67, "word": " use", "probability": 0.8974609375}, {"start": 199.67, "end": 200.11, "word": " public", "probability": 0.94140625}, {"start": 200.11, "end": 200.63, "word": " transport.", "probability": 0.93017578125}], "temperature": 1.0}, {"id": 10, "seek": 22462, "start": 201.0, "end": 224.62, "text": " Notice that concluding, the conclusion, in summary, this program will definitely encourage people to use public transport in our city in order to solve traffic congestion and constant delays. So this is an example of summarizing and concluding, restating, sorry, the main idea in the topic center. There is another example, for instance,", "tokens": [13428, 300, 9312, 278, 11, 264, 10063, 11, 294, 12691, 11, 341, 1461, 486, 2138, 5373, 561, 281, 764, 1908, 5495, 294, 527, 2307, 294, 1668, 281, 5039, 6419, 40816, 293, 5754, 28610, 13, 407, 341, 307, 364, 1365, 295, 14611, 3319, 293, 9312, 278, 11, 1472, 990, 11, 2597, 11, 264, 2135, 1558, 294, 264, 4829, 3056, 13, 821, 307, 1071, 1365, 11, 337, 5197, 11], "avg_logprob": -0.16429227261858828, "compression_ratio": 1.6328502415458936, "no_speech_prob": 5.960464477539063e-08, "words": [{"start": 201.0, "end": 201.4, "word": " Notice", "probability": 0.8095703125}, {"start": 201.4, "end": 201.64, "word": " that", "probability": 0.69921875}, {"start": 201.64, "end": 202.36, "word": " concluding,", "probability": 0.928955078125}, {"start": 202.54, "end": 202.7, "word": " the", "probability": 0.8603515625}, {"start": 202.7, "end": 203.24, "word": " conclusion,", "probability": 0.87890625}, {"start": 203.76, "end": 203.98, "word": " in", "probability": 0.794921875}, {"start": 203.98, "end": 204.68, "word": " summary,", "probability": 0.9140625}, {"start": 205.28, "end": 205.76, "word": " this", "probability": 0.8828125}, {"start": 205.76, "end": 206.24, "word": " program", "probability": 0.82470703125}, {"start": 206.24, "end": 206.44, "word": " will", "probability": 0.8671875}, {"start": 206.44, "end": 206.92, "word": " definitely", "probability": 0.8837890625}, {"start": 206.92, "end": 207.34, "word": " encourage", "probability": 0.8115234375}, {"start": 207.34, "end": 207.62, "word": " people", "probability": 0.96826171875}, {"start": 207.62, "end": 207.78, "word": " to", "probability": 0.96826171875}, {"start": 207.78, "end": 207.94, "word": " use", "probability": 0.89404296875}, {"start": 207.94, "end": 208.22, "word": " public", "probability": 0.9423828125}, {"start": 208.22, "end": 208.92, "word": " transport", "probability": 0.935546875}, {"start": 208.92, "end": 209.54, "word": " in", "probability": 0.93798828125}, {"start": 209.54, "end": 209.78, "word": " our", "probability": 0.88671875}, {"start": 209.78, "end": 210.08, "word": " city", "probability": 0.89697265625}, {"start": 210.08, "end": 210.32, "word": " in", "probability": 0.810546875}, {"start": 210.32, "end": 210.52, "word": " order", "probability": 0.91455078125}, {"start": 210.52, "end": 210.78, "word": " to", "probability": 0.9677734375}, {"start": 210.78, "end": 211.04, "word": " solve", "probability": 0.91796875}, {"start": 211.04, "end": 211.46, "word": " traffic", "probability": 0.86865234375}, {"start": 211.46, "end": 211.96, "word": " congestion", "probability": 0.9580078125}, {"start": 211.96, "end": 212.94, "word": " and", "probability": 0.92529296875}, {"start": 212.94, "end": 213.56, "word": " constant", "probability": 0.9541015625}, {"start": 213.56, "end": 214.38, "word": " delays.", "probability": 0.6767578125}, {"start": 214.52, "end": 214.6, "word": " So", "probability": 0.9208984375}, {"start": 214.6, "end": 214.78, "word": " this", "probability": 0.73095703125}, {"start": 214.78, "end": 214.9, "word": " is", "probability": 0.93505859375}, {"start": 214.9, "end": 215.04, "word": " an", "probability": 0.958984375}, {"start": 215.04, "end": 215.44, "word": " example", "probability": 0.9833984375}, {"start": 215.44, "end": 215.96, "word": " of", "probability": 0.9716796875}, {"start": 215.96, "end": 217.38, "word": " summarizing", "probability": 0.932373046875}, {"start": 217.38, "end": 217.74, "word": " and", "probability": 0.912109375}, {"start": 217.74, "end": 218.5, "word": " concluding,", "probability": 0.96630859375}, {"start": 218.68, "end": 219.34, "word": " restating,", "probability": 0.94677734375}, {"start": 219.44, "end": 219.6, "word": " sorry,", "probability": 0.82373046875}, {"start": 219.78, "end": 220.02, "word": " the", "probability": 0.9189453125}, {"start": 220.02, "end": 220.42, "word": " main", "probability": 0.91552734375}, {"start": 220.42, "end": 220.84, "word": " idea", "probability": 0.91357421875}, {"start": 220.84, "end": 221.36, "word": " in", "probability": 0.93798828125}, {"start": 221.36, "end": 221.48, "word": " the", "probability": 0.90869140625}, {"start": 221.48, "end": 221.9, "word": " topic", "probability": 0.94189453125}, {"start": 221.9, "end": 222.46, "word": " center.", "probability": 0.30322265625}, {"start": 222.76, "end": 222.94, "word": " There", "probability": 0.73486328125}, {"start": 222.94, "end": 223.06, "word": " is", "probability": 0.7412109375}, {"start": 223.06, "end": 223.3, "word": " another", "probability": 0.91748046875}, {"start": 223.3, "end": 223.82, "word": " example,", "probability": 0.97509765625}, {"start": 223.98, "end": 224.16, "word": " for", "probability": 0.9521484375}, {"start": 224.16, "end": 224.62, "word": " instance,", "probability": 0.95654296875}], "temperature": 1.0}, {"id": 11, "seek": 24964, "start": 225.84, "end": 249.64, "text": " Throughout the centuries rats have continued to survive despite our efforts to destroy them. Now this is the conclusion for this summary. So it is reemphasizing, restating the main idea or the topic sentence in different words. For us to conclude, and notice the transition here, to conclude in spite of all our efforts", "tokens": [22775, 264, 13926, 25691, 362, 7014, 281, 7867, 7228, 527, 6484, 281, 5293, 552, 13, 823, 341, 307, 264, 10063, 337, 341, 12691, 13, 407, 309, 307, 319, 443, 7485, 3319, 11, 1472, 990, 264, 2135, 1558, 420, 264, 4829, 8174, 294, 819, 2283, 13, 1171, 505, 281, 16886, 11, 293, 3449, 264, 6034, 510, 11, 281, 16886, 294, 22794, 295, 439, 527, 6484], "avg_logprob": -0.18341346153846153, "compression_ratio": 1.6, "no_speech_prob": 1.1920928955078125e-07, "words": [{"start": 225.84, "end": 226.34, "word": " Throughout", "probability": 0.67626953125}, {"start": 226.34, "end": 226.64, "word": " the", "probability": 0.90234375}, {"start": 226.64, "end": 227.24, "word": " centuries", "probability": 0.931640625}, {"start": 227.24, "end": 228.02, "word": " rats", "probability": 0.63818359375}, {"start": 228.02, "end": 228.34, "word": " have", "probability": 0.9228515625}, {"start": 228.34, "end": 228.92, "word": " continued", "probability": 0.6826171875}, {"start": 228.92, "end": 229.2, "word": " to", "probability": 0.9697265625}, {"start": 229.2, "end": 229.76, "word": " survive", "probability": 0.91015625}, {"start": 229.76, "end": 230.26, "word": " despite", "probability": 0.880859375}, {"start": 230.26, "end": 230.84, "word": " our", "probability": 0.89599609375}, {"start": 230.84, "end": 231.34, "word": " efforts", "probability": 0.87939453125}, {"start": 231.34, "end": 231.92, "word": " to", "probability": 0.96435546875}, {"start": 231.92, "end": 232.52, "word": " destroy", "probability": 0.86474609375}, {"start": 232.52, "end": 233.16, "word": " them.", "probability": 0.91455078125}, {"start": 233.8, "end": 234.04, "word": " Now", "probability": 0.9208984375}, {"start": 234.04, "end": 234.32, "word": " this", "probability": 0.654296875}, {"start": 234.32, "end": 234.48, "word": " is", "probability": 0.9404296875}, {"start": 234.48, "end": 234.64, "word": " the", "probability": 0.9169921875}, {"start": 234.64, "end": 235.18, "word": " conclusion", "probability": 0.87744140625}, {"start": 235.18, "end": 235.74, "word": " for", "probability": 0.94140625}, {"start": 235.74, "end": 236.42, "word": " this", "probability": 0.943359375}, {"start": 236.42, "end": 237.18, "word": " summary.", "probability": 0.8251953125}, {"start": 237.36, "end": 237.42, "word": " So", "probability": 0.93359375}, {"start": 237.42, "end": 237.56, "word": " it", "probability": 0.90966796875}, {"start": 237.56, "end": 237.72, "word": " is", "probability": 0.7900390625}, {"start": 237.72, "end": 238.72, "word": " reemphasizing,", "probability": 0.84033203125}, {"start": 238.86, "end": 239.44, "word": " restating", "probability": 0.981201171875}, {"start": 239.44, "end": 239.72, "word": " the", "probability": 0.88330078125}, {"start": 239.72, "end": 239.94, "word": " main", "probability": 0.9228515625}, {"start": 239.94, "end": 240.36, "word": " idea", "probability": 0.916015625}, {"start": 240.36, "end": 240.62, "word": " or", "probability": 0.91064453125}, {"start": 240.62, "end": 240.78, "word": " the", "probability": 0.91064453125}, {"start": 240.78, "end": 241.0, "word": " topic", "probability": 0.94921875}, {"start": 241.0, "end": 241.38, "word": " sentence", "probability": 0.8818359375}, {"start": 241.38, "end": 241.68, "word": " in", "probability": 0.916015625}, {"start": 241.68, "end": 242.1, "word": " different", "probability": 0.87890625}, {"start": 242.1, "end": 242.46, "word": " words.", "probability": 0.7802734375}, {"start": 242.76, "end": 242.94, "word": " For", "probability": 0.9326171875}, {"start": 242.94, "end": 243.14, "word": " us", "probability": 0.70947265625}, {"start": 243.14, "end": 243.48, "word": " to", "probability": 0.71630859375}, {"start": 243.48, "end": 244.28, "word": " conclude,", "probability": 0.86767578125}, {"start": 245.24, "end": 245.38, "word": " and", "probability": 0.763671875}, {"start": 245.38, "end": 245.62, "word": " notice", "probability": 0.8857421875}, {"start": 245.62, "end": 245.78, "word": " the", "probability": 0.51318359375}, {"start": 245.78, "end": 246.24, "word": " transition", "probability": 0.9677734375}, {"start": 246.24, "end": 246.56, "word": " here,", "probability": 0.85009765625}, {"start": 246.66, "end": 246.76, "word": " to", "probability": 0.880859375}, {"start": 246.76, "end": 247.44, "word": " conclude", "probability": 0.859375}, {"start": 247.44, "end": 248.04, "word": " in", "probability": 0.51513671875}, {"start": 248.04, "end": 248.42, "word": " spite", "probability": 0.9072265625}, {"start": 248.42, "end": 248.62, "word": " of", "probability": 0.96337890625}, {"start": 248.62, "end": 248.84, "word": " all", "probability": 0.9384765625}, {"start": 248.84, "end": 249.18, "word": " our", "probability": 0.8779296875}, {"start": 249.18, "end": 249.64, "word": " efforts", "probability": 0.8857421875}], "temperature": 1.0}, {"id": 12, "seek": 26695, "start": 251.1, "end": 266.96, "text": " have been invincible and seem to continue to do well. So it is just restating the main idea to remind the reader that this is what we've been talking about in this paragraph. A third chance is to use the", "tokens": [362, 668, 48514, 293, 1643, 281, 2354, 281, 360, 731, 13, 407, 309, 307, 445, 1472, 990, 264, 2135, 1558, 281, 4160, 264, 15149, 300, 341, 307, 437, 321, 600, 668, 1417, 466, 294, 341, 18865, 13, 316, 2636, 2931, 307, 281, 764, 264], "avg_logprob": -0.1572048650847541, "compression_ratio": 1.4366197183098592, "no_speech_prob": 2.5033950805664062e-06, "words": [{"start": 251.1, "end": 251.3, "word": " have", "probability": 0.170166015625}, {"start": 251.3, "end": 251.84, "word": " been", "probability": 0.8759765625}, {"start": 251.84, "end": 252.78, "word": " invincible", "probability": 0.88525390625}, {"start": 252.78, "end": 253.4, "word": " and", "probability": 0.89892578125}, {"start": 253.4, "end": 253.88, "word": " seem", "probability": 0.751953125}, {"start": 253.88, "end": 254.28, "word": " to", "probability": 0.9716796875}, {"start": 254.28, "end": 255.26, "word": " continue", "probability": 0.87744140625}, {"start": 255.26, "end": 255.54, "word": " to", "probability": 0.95556640625}, {"start": 255.54, "end": 255.84, "word": " do", "probability": 0.95947265625}, {"start": 255.84, "end": 256.88, "word": " well.", "probability": 0.75244140625}, {"start": 257.06, "end": 257.16, "word": " So", "probability": 0.8330078125}, {"start": 257.16, "end": 257.34, "word": " it", "probability": 0.7744140625}, {"start": 257.34, "end": 257.5, "word": " is", "probability": 0.85400390625}, {"start": 257.5, "end": 257.88, "word": " just", "probability": 0.89111328125}, {"start": 257.88, "end": 258.66, "word": " restating", "probability": 0.906005859375}, {"start": 258.66, "end": 258.9, "word": " the", "probability": 0.89892578125}, {"start": 258.9, "end": 259.08, "word": " main", "probability": 0.9150390625}, {"start": 259.08, "end": 259.42, "word": " idea", "probability": 0.91748046875}, {"start": 259.42, "end": 259.64, "word": " to", "probability": 0.90771484375}, {"start": 259.64, "end": 260.16, "word": " remind", "probability": 0.912109375}, {"start": 260.16, "end": 260.34, "word": " the", "probability": 0.8466796875}, {"start": 260.34, "end": 260.62, "word": " reader", "probability": 0.95751953125}, {"start": 260.62, "end": 261.04, "word": " that", "probability": 0.91455078125}, {"start": 261.04, "end": 261.56, "word": " this", "probability": 0.90625}, {"start": 261.56, "end": 261.68, "word": " is", "probability": 0.94580078125}, {"start": 261.68, "end": 261.84, "word": " what", "probability": 0.94873046875}, {"start": 261.84, "end": 262.08, "word": " we've", "probability": 0.8828125}, {"start": 262.08, "end": 262.24, "word": " been", "probability": 0.904296875}, {"start": 262.24, "end": 262.64, "word": " talking", "probability": 0.85107421875}, {"start": 262.64, "end": 263.04, "word": " about", "probability": 0.904296875}, {"start": 263.04, "end": 263.26, "word": " in", "probability": 0.92919921875}, {"start": 263.26, "end": 263.66, "word": " this", "probability": 0.943359375}, {"start": 263.66, "end": 264.56, "word": " paragraph.", "probability": 0.974609375}, {"start": 265.04, "end": 265.18, "word": " A", "probability": 0.86279296875}, {"start": 265.18, "end": 265.42, "word": " third", "probability": 0.92724609375}, {"start": 265.42, "end": 265.94, "word": " chance", "probability": 0.96337890625}, {"start": 265.94, "end": 266.16, "word": " is", "probability": 0.9365234375}, {"start": 266.16, "end": 266.34, "word": " to", "probability": 0.95263671875}, {"start": 266.34, "end": 266.66, "word": " use", "probability": 0.8779296875}, {"start": 266.66, "end": 266.96, "word": " the", "probability": 0.8857421875}], "temperature": 1.0}, {"id": 13, "seek": 29152, "start": 267.28, "end": 291.52, "text": " This is also another example. There is no day without bread on the table in my country and Palestine. I restated it in different words. In short, bread is indispensable at meals in Palestine. This is not in. Bread is indispensable at meals in Palestine.", "tokens": [639, 307, 611, 1071, 1365, 13, 821, 307, 572, 786, 1553, 5961, 322, 264, 3199, 294, 452, 1941, 293, 33030, 13, 286, 1472, 770, 309, 294, 819, 2283, 13, 682, 2099, 11, 5961, 307, 47940, 412, 12832, 294, 33030, 13, 639, 307, 406, 294, 13, 35357, 307, 47940, 412, 12832, 294, 33030, 13], "avg_logprob": -0.20891203786487933, "compression_ratio": 1.6933333333333334, "no_speech_prob": 0.0, "words": [{"start": 267.28, "end": 267.44, "word": " This", "probability": 0.8330078125}, {"start": 267.44, "end": 267.58, "word": " is", "probability": 0.94775390625}, {"start": 267.58, "end": 267.84, "word": " also", "probability": 0.8486328125}, {"start": 267.84, "end": 268.24, "word": " another", "probability": 0.9130859375}, {"start": 268.24, "end": 269.14, "word": " example.", "probability": 0.9775390625}, {"start": 269.3, "end": 269.46, "word": " There", "probability": 0.626953125}, {"start": 269.46, "end": 269.68, "word": " is", "probability": 0.8798828125}, {"start": 269.68, "end": 270.02, "word": " no", "probability": 0.9267578125}, {"start": 270.02, "end": 270.24, "word": " day", "probability": 0.53173828125}, {"start": 270.24, "end": 270.7, "word": " without", "probability": 0.94775390625}, {"start": 270.7, "end": 271.06, "word": " bread", "probability": 0.828125}, {"start": 271.06, "end": 271.48, "word": " on", "probability": 0.91552734375}, {"start": 271.48, "end": 271.62, "word": " the", "probability": 0.87060546875}, {"start": 271.62, "end": 272.02, "word": " table", "probability": 0.93212890625}, {"start": 272.02, "end": 273.4, "word": " in", "probability": 0.485107421875}, {"start": 273.4, "end": 273.58, "word": " my", "probability": 0.90283203125}, {"start": 273.58, "end": 274.04, "word": " country", "probability": 0.89453125}, {"start": 274.04, "end": 274.4, "word": " and", "probability": 0.33642578125}, {"start": 274.4, "end": 275.26, "word": " Palestine.", "probability": 0.9482421875}, {"start": 275.62, "end": 275.86, "word": " I", "probability": 0.97607421875}, {"start": 275.86, "end": 276.64, "word": " restated", "probability": 0.9345703125}, {"start": 276.64, "end": 276.84, "word": " it", "probability": 0.9130859375}, {"start": 276.84, "end": 277.04, "word": " in", "probability": 0.9365234375}, {"start": 277.04, "end": 277.42, "word": " different", "probability": 0.892578125}, {"start": 277.42, "end": 277.74, "word": " words.", "probability": 0.83935546875}, {"start": 277.92, "end": 278.1, "word": " In", "probability": 0.9482421875}, {"start": 278.1, "end": 278.48, "word": " short,", "probability": 0.94873046875}, {"start": 278.82, "end": 279.14, "word": " bread", "probability": 0.90673828125}, {"start": 279.14, "end": 279.68, "word": " is", "probability": 0.951171875}, {"start": 279.68, "end": 283.34, "word": " indispensable", "probability": 0.67919921875}, {"start": 283.34, "end": 284.0, "word": " at", "probability": 0.59326171875}, {"start": 284.0, "end": 284.3, "word": " meals", "probability": 0.83349609375}, {"start": 284.3, "end": 284.94, "word": " in", "probability": 0.93017578125}, {"start": 284.94, "end": 285.8, "word": " Palestine.", "probability": 0.701171875}, {"start": 286.2, "end": 286.34, "word": " This", "probability": 0.64306640625}, {"start": 286.34, "end": 286.5, "word": " is", "probability": 0.92041015625}, {"start": 286.5, "end": 286.88, "word": " not", "probability": 0.287109375}, {"start": 286.88, "end": 287.1, "word": " in.", "probability": 0.53466796875}, {"start": 287.46, "end": 288.02, "word": " Bread", "probability": 0.7568359375}, {"start": 288.02, "end": 288.38, "word": " is", "probability": 0.95263671875}, {"start": 288.38, "end": 289.3, "word": " indispensable", "probability": 0.734375}, {"start": 289.3, "end": 289.82, "word": " at", "probability": 0.42822265625}, {"start": 289.82, "end": 290.28, "word": " meals", "probability": 0.85400390625}, {"start": 290.28, "end": 291.06, "word": " in", "probability": 0.9326171875}, {"start": 291.06, "end": 291.52, "word": " Palestine.", "probability": 0.82666015625}], "temperature": 1.0}, {"id": 14, "seek": 31627, "start": 292.0, "end": 316.28, "text": " We can also use the conclusion, and this is also another example, to give recommendation. For instance, in conclusion, these examples show that if you are considering going to university in another country, you should begin learning about the culture, customs, and history of your host nation. So this is all about a recommendation to the", "tokens": [492, 393, 611, 764, 264, 10063, 11, 293, 341, 307, 611, 1071, 1365, 11, 281, 976, 11879, 13, 1171, 5197, 11, 294, 10063, 11, 613, 5110, 855, 300, 498, 291, 366, 8079, 516, 281, 5454, 294, 1071, 1941, 11, 291, 820, 1841, 2539, 466, 264, 3713, 11, 27330, 11, 293, 2503, 295, 428, 3975, 4790, 13, 407, 341, 307, 439, 466, 257, 11879, 281, 264], "avg_logprob": -0.16500946811654352, "compression_ratio": 1.695, "no_speech_prob": 0.0, "words": [{"start": 292.0, "end": 292.36, "word": " We", "probability": 0.77099609375}, {"start": 292.36, "end": 292.6, "word": " can", "probability": 0.94189453125}, {"start": 292.6, "end": 292.84, "word": " also", "probability": 0.84765625}, {"start": 292.84, "end": 293.28, "word": " use", "probability": 0.8759765625}, {"start": 293.28, "end": 293.76, "word": " the", "probability": 0.83740234375}, {"start": 293.76, "end": 294.34, "word": " conclusion,", "probability": 0.8515625}, {"start": 294.46, "end": 294.56, "word": " and", "probability": 0.74267578125}, {"start": 294.56, "end": 294.68, "word": " this", "probability": 0.943359375}, {"start": 294.68, "end": 294.8, "word": " is", "probability": 0.9365234375}, {"start": 294.8, "end": 295.04, "word": " also", "probability": 0.80859375}, {"start": 295.04, "end": 295.3, "word": " another", "probability": 0.900390625}, {"start": 295.3, "end": 295.82, "word": " example,", "probability": 0.96875}, {"start": 296.28, "end": 296.48, "word": " to", "probability": 0.9638671875}, {"start": 296.48, "end": 297.02, "word": " give", "probability": 0.86767578125}, {"start": 297.02, "end": 298.98, "word": " recommendation.", "probability": 0.386474609375}, {"start": 299.5, "end": 299.66, "word": " For", "probability": 0.947265625}, {"start": 299.66, "end": 300.14, "word": " instance,", "probability": 0.947265625}, {"start": 300.7, "end": 300.88, "word": " in", "probability": 0.927734375}, {"start": 300.88, "end": 301.54, "word": " conclusion,", "probability": 0.90087890625}, {"start": 302.52, "end": 302.86, "word": " these", "probability": 0.8173828125}, {"start": 302.86, "end": 303.46, "word": " examples", "probability": 0.82421875}, {"start": 303.46, "end": 303.84, "word": " show", "probability": 0.9326171875}, {"start": 303.84, "end": 304.1, "word": " that", "probability": 0.93115234375}, {"start": 304.1, "end": 304.3, "word": " if", "probability": 0.91650390625}, {"start": 304.3, "end": 304.44, "word": " you", "probability": 0.96337890625}, {"start": 304.44, "end": 304.64, "word": " are", "probability": 0.9228515625}, {"start": 304.64, "end": 305.1, "word": " considering", "probability": 0.91748046875}, {"start": 305.1, "end": 305.48, "word": " going", "probability": 0.95068359375}, {"start": 305.48, "end": 305.68, "word": " to", "probability": 0.9716796875}, {"start": 305.68, "end": 306.3, "word": " university", "probability": 0.81982421875}, {"start": 306.3, "end": 306.58, "word": " in", "probability": 0.9482421875}, {"start": 306.58, "end": 306.92, "word": " another", "probability": 0.9130859375}, {"start": 306.92, "end": 307.42, "word": " country,", "probability": 0.923828125}, {"start": 308.08, "end": 308.2, "word": " you", "probability": 0.95947265625}, {"start": 308.2, "end": 308.4, "word": " should", "probability": 0.97119140625}, {"start": 308.4, "end": 308.72, "word": " begin", "probability": 0.8515625}, {"start": 308.72, "end": 309.1, "word": " learning", "probability": 0.93603515625}, {"start": 309.1, "end": 309.38, "word": " about", "probability": 0.90478515625}, {"start": 309.38, "end": 309.56, "word": " the", "probability": 0.9091796875}, {"start": 309.56, "end": 309.98, "word": " culture,", "probability": 0.9130859375}, {"start": 310.48, "end": 311.24, "word": " customs,", "probability": 0.84228515625}, {"start": 311.5, "end": 311.6, "word": " and", "probability": 0.9169921875}, {"start": 311.6, "end": 312.0, "word": " history", "probability": 0.92919921875}, {"start": 312.0, "end": 312.26, "word": " of", "probability": 0.9619140625}, {"start": 312.26, "end": 312.7, "word": " your", "probability": 0.873046875}, {"start": 312.7, "end": 313.36, "word": " host", "probability": 0.96435546875}, {"start": 313.36, "end": 313.64, "word": " nation.", "probability": 0.8515625}, {"start": 313.78, "end": 313.9, "word": " So", "probability": 0.91650390625}, {"start": 313.9, "end": 314.08, "word": " this", "probability": 0.6611328125}, {"start": 314.08, "end": 314.2, "word": " is", "probability": 0.9404296875}, {"start": 314.2, "end": 314.46, "word": " all", "probability": 0.93896484375}, {"start": 314.46, "end": 314.84, "word": " about", "probability": 0.90283203125}, {"start": 314.84, "end": 315.12, "word": " a", "probability": 0.75830078125}, {"start": 315.12, "end": 315.56, "word": " recommendation", "probability": 0.87060546875}, {"start": 315.56, "end": 316.04, "word": " to", "probability": 0.947265625}, {"start": 316.04, "end": 316.28, "word": " the", "probability": 0.71728515625}], "temperature": 1.0}, {"id": 15, "seek": 34958, "start": 321.3, "end": 349.58, "text": " in a university. We can also use it to give warning or opinion. This is also another example. In short, if you don't do these steps, you may not get the grade you want or we can use it as an opinion. As I can see it, some people might disagree, but I think LAM is the best meter for grading. So this is also another opinion. So the idea here is always use the conclusion as a chance to", "tokens": [294, 257, 5454, 13, 492, 393, 611, 764, 309, 281, 976, 9164, 420, 4800, 13, 639, 307, 611, 1071, 1365, 13, 682, 2099, 11, 498, 291, 500, 380, 360, 613, 4439, 11, 291, 815, 406, 483, 264, 7204, 291, 528, 420, 321, 393, 764, 309, 382, 364, 4800, 13, 1018, 286, 393, 536, 309, 11, 512, 561, 1062, 14091, 11, 457, 286, 519, 441, 2865, 307, 264, 1151, 9255, 337, 35540, 13, 407, 341, 307, 611, 1071, 4800, 13, 407, 264, 1558, 510, 307, 1009, 764, 264, 10063, 382, 257, 2931, 281], "avg_logprob": -0.17221101637809508, "compression_ratio": 1.670995670995671, "no_speech_prob": 5.364418029785156e-07, "words": [{"start": 321.3, "end": 321.54, "word": " in", "probability": 0.58740234375}, {"start": 321.54, "end": 321.64, "word": " a", "probability": 0.40966796875}, {"start": 321.64, "end": 322.12, "word": " university.", "probability": 0.8251953125}, {"start": 322.36, "end": 322.66, "word": " We", "probability": 0.9326171875}, {"start": 322.66, "end": 322.84, "word": " can", "probability": 0.93359375}, {"start": 322.84, "end": 323.1, "word": " also", "probability": 0.8671875}, {"start": 323.1, "end": 323.34, "word": " use", "probability": 0.8759765625}, {"start": 323.34, "end": 323.46, "word": " it", "probability": 0.92919921875}, {"start": 323.46, "end": 323.58, "word": " to", "probability": 0.9658203125}, {"start": 323.58, "end": 323.76, "word": " give", "probability": 0.85986328125}, {"start": 323.76, "end": 324.18, "word": " warning", "probability": 0.75341796875}, {"start": 324.18, "end": 324.64, "word": " or", "probability": 0.9345703125}, {"start": 324.64, "end": 325.3, "word": " opinion.", "probability": 0.4990234375}, {"start": 325.66, "end": 325.76, "word": " This", "probability": 0.861328125}, {"start": 325.76, "end": 325.9, "word": " is", "probability": 0.951171875}, {"start": 325.9, "end": 326.12, "word": " also", "probability": 0.8759765625}, {"start": 326.12, "end": 326.38, "word": " another", "probability": 0.8974609375}, {"start": 326.38, "end": 326.8, "word": " example.", "probability": 0.67431640625}, {"start": 327.12, "end": 327.32, "word": " In", "probability": 0.94775390625}, {"start": 327.32, "end": 327.68, "word": " short,", "probability": 0.95263671875}, {"start": 328.26, "end": 328.38, "word": " if", "probability": 0.947265625}, {"start": 328.38, "end": 328.56, "word": " you", "probability": 0.96435546875}, {"start": 328.56, "end": 328.9, "word": " don't", "probability": 0.974853515625}, {"start": 328.9, "end": 329.1, "word": " do", "probability": 0.95703125}, {"start": 329.1, "end": 329.36, "word": " these", "probability": 0.80517578125}, {"start": 329.36, "end": 329.78, "word": " steps,", "probability": 0.875}, {"start": 329.96, "end": 330.06, "word": " you", "probability": 0.95947265625}, {"start": 330.06, "end": 330.28, "word": " may", "probability": 0.93505859375}, {"start": 330.28, "end": 330.5, "word": " not", "probability": 0.94384765625}, {"start": 330.5, "end": 330.82, "word": " get", "probability": 0.94091796875}, {"start": 330.82, "end": 331.54, "word": " the", "probability": 0.67822265625}, {"start": 331.54, "end": 332.42, "word": " grade", "probability": 0.9267578125}, {"start": 332.42, "end": 332.7, "word": " you", "probability": 0.94970703125}, {"start": 332.7, "end": 333.42, "word": " want", "probability": 0.88916015625}, {"start": 333.42, "end": 333.98, "word": " or", "probability": 0.5556640625}, {"start": 333.98, "end": 334.24, "word": " we", "probability": 0.8798828125}, {"start": 334.24, "end": 334.54, "word": " can", "probability": 0.93798828125}, {"start": 334.54, "end": 335.4, "word": " use", "probability": 0.4775390625}, {"start": 335.4, "end": 335.6, "word": " it", "probability": 0.947265625}, {"start": 335.6, "end": 336.0, "word": " as", "probability": 0.96142578125}, {"start": 336.0, "end": 336.38, "word": " an", "probability": 0.9375}, {"start": 336.38, "end": 336.84, "word": " opinion.", "probability": 0.935546875}, {"start": 337.16, "end": 337.54, "word": " As", "probability": 0.9453125}, {"start": 337.54, "end": 337.7, "word": " I", "probability": 0.9931640625}, {"start": 337.7, "end": 337.92, "word": " can", "probability": 0.9462890625}, {"start": 337.92, "end": 338.2, "word": " see", "probability": 0.9228515625}, {"start": 338.2, "end": 338.4, "word": " it,", "probability": 0.466796875}, {"start": 338.44, "end": 338.62, "word": " some", "probability": 0.890625}, {"start": 338.62, "end": 338.98, "word": " people", "probability": 0.96484375}, {"start": 338.98, "end": 339.26, "word": " might", "probability": 0.87744140625}, {"start": 339.26, "end": 339.68, "word": " disagree,", "probability": 0.97412109375}, {"start": 339.94, "end": 340.08, "word": " but", "probability": 0.9267578125}, {"start": 340.08, "end": 340.3, "word": " I", "probability": 0.9970703125}, {"start": 340.3, "end": 340.58, "word": " think", "probability": 0.91650390625}, {"start": 340.58, "end": 340.84, "word": " LAM", "probability": 0.60198974609375}, {"start": 340.84, "end": 341.0, "word": " is", "probability": 0.8779296875}, {"start": 341.0, "end": 341.18, "word": " the", "probability": 0.9140625}, {"start": 341.18, "end": 341.5, "word": " best", "probability": 0.9208984375}, {"start": 341.5, "end": 342.0, "word": " meter", "probability": 0.6123046875}, {"start": 342.0, "end": 342.98, "word": " for", "probability": 0.94189453125}, {"start": 342.98, "end": 343.74, "word": " grading.", "probability": 0.7744140625}, {"start": 343.88, "end": 344.0, "word": " So", "probability": 0.91259765625}, {"start": 344.0, "end": 344.22, "word": " this", "probability": 0.73583984375}, {"start": 344.22, "end": 344.36, "word": " is", "probability": 0.9482421875}, {"start": 344.36, "end": 344.68, "word": " also", "probability": 0.876953125}, {"start": 344.68, "end": 345.14, "word": " another", "probability": 0.919921875}, {"start": 345.14, "end": 345.94, "word": " opinion.", "probability": 0.59326171875}, {"start": 346.06, "end": 346.16, "word": " So", "probability": 0.9267578125}, {"start": 346.16, "end": 346.28, "word": " the", "probability": 0.8271484375}, {"start": 346.28, "end": 346.58, "word": " idea", "probability": 0.91162109375}, {"start": 346.58, "end": 346.84, "word": " here", "probability": 0.8203125}, {"start": 346.84, "end": 347.0, "word": " is", "probability": 0.93603515625}, {"start": 347.0, "end": 347.38, "word": " always", "probability": 0.8388671875}, {"start": 347.38, "end": 347.78, "word": " use", "probability": 0.712890625}, {"start": 347.78, "end": 347.96, "word": " the", "probability": 0.90673828125}, {"start": 347.96, "end": 348.48, "word": " conclusion", "probability": 0.89501953125}, {"start": 348.48, "end": 348.78, "word": " as", "probability": 0.96337890625}, {"start": 348.78, "end": 348.92, "word": " a", "probability": 0.99755859375}, {"start": 348.92, "end": 349.32, "word": " chance", "probability": 0.970703125}, {"start": 349.32, "end": 349.58, "word": " to", "probability": 0.93701171875}], "temperature": 1.0}, {"id": 16, "seek": 36904, "start": 349.92, "end": 369.04, "text": " Remind the reader of the main idea in the topic sentence, restate or re-emphasize points in your paragraph, summarize, give opinion, give a recommendation or give a prediction or a summary of the main point. Is this clear? I want you to keep this in mind and let's look at this", "tokens": [4080, 471, 264, 15149, 295, 264, 2135, 1558, 294, 264, 4829, 8174, 11, 1472, 473, 420, 319, 12, 443, 7485, 1125, 2793, 294, 428, 18865, 11, 20858, 11, 976, 4800, 11, 976, 257, 11879, 420, 976, 257, 17630, 420, 257, 12691, 295, 264, 2135, 935, 13, 1119, 341, 1850, 30, 286, 528, 291, 281, 1066, 341, 294, 1575, 293, 718, 311, 574, 412, 341], "avg_logprob": -0.20396634615384615, "compression_ratio": 1.5706214689265536, "no_speech_prob": 1.7881393432617188e-07, "words": [{"start": 349.92, "end": 350.62, "word": " Remind", "probability": 0.6424560546875}, {"start": 350.62, "end": 350.78, "word": " the", "probability": 0.80517578125}, {"start": 350.78, "end": 351.0, "word": " reader", "probability": 0.8896484375}, {"start": 351.0, "end": 351.3, "word": " of", "probability": 0.93603515625}, {"start": 351.3, "end": 351.46, "word": " the", "probability": 0.9072265625}, {"start": 351.46, "end": 351.7, "word": " main", "probability": 0.921875}, {"start": 351.7, "end": 352.12, "word": " idea", "probability": 0.86474609375}, {"start": 352.12, "end": 352.34, "word": " in", "probability": 0.904296875}, {"start": 352.34, "end": 352.46, "word": " the", "probability": 0.85498046875}, {"start": 352.46, "end": 352.72, "word": " topic", "probability": 0.9267578125}, {"start": 352.72, "end": 353.24, "word": " sentence,", "probability": 0.89208984375}, {"start": 353.56, "end": 354.1, "word": " restate", "probability": 0.83154296875}, {"start": 354.1, "end": 354.3, "word": " or", "probability": 0.8662109375}, {"start": 354.3, "end": 354.5, "word": " re", "probability": 0.88818359375}, {"start": 354.5, "end": 355.12, "word": "-emphasize", "probability": 0.870361328125}, {"start": 355.12, "end": 355.58, "word": " points", "probability": 0.8994140625}, {"start": 355.58, "end": 355.82, "word": " in", "probability": 0.9306640625}, {"start": 355.82, "end": 356.24, "word": " your", "probability": 0.85986328125}, {"start": 356.24, "end": 357.46, "word": " paragraph,", "probability": 0.84814453125}, {"start": 357.7, "end": 358.1, "word": " summarize,", "probability": 0.78125}, {"start": 358.48, "end": 358.68, "word": " give", "probability": 0.88623046875}, {"start": 358.68, "end": 359.04, "word": " opinion,", "probability": 0.49462890625}, {"start": 359.56, "end": 359.72, "word": " give", "probability": 0.85986328125}, {"start": 359.72, "end": 359.84, "word": " a", "probability": 0.91064453125}, {"start": 359.84, "end": 360.4, "word": " recommendation", "probability": 0.85302734375}, {"start": 360.4, "end": 360.66, "word": " or", "probability": 0.72021484375}, {"start": 360.66, "end": 360.82, "word": " give", "probability": 0.83056640625}, {"start": 360.82, "end": 360.94, "word": " a", "probability": 0.96533203125}, {"start": 360.94, "end": 361.36, "word": " prediction", "probability": 0.9501953125}, {"start": 361.36, "end": 361.86, "word": " or", "probability": 0.8212890625}, {"start": 361.86, "end": 362.86, "word": " a", "probability": 0.72607421875}, {"start": 362.86, "end": 363.16, "word": " summary", "probability": 0.92724609375}, {"start": 363.16, "end": 363.36, "word": " of", "probability": 0.96142578125}, {"start": 363.36, "end": 363.52, "word": " the", "probability": 0.9140625}, {"start": 363.52, "end": 363.86, "word": " main", "probability": 0.91259765625}, {"start": 363.86, "end": 364.26, "word": " point.", "probability": 0.6201171875}, {"start": 364.38, "end": 364.44, "word": " Is", "probability": 0.70458984375}, {"start": 364.44, "end": 364.6, "word": " this", "probability": 0.91552734375}, {"start": 364.6, "end": 364.92, "word": " clear?", "probability": 0.88720703125}, {"start": 365.3, "end": 365.64, "word": " I", "probability": 0.15283203125}, {"start": 365.64, "end": 366.52, "word": " want", "probability": 0.87890625}, {"start": 366.52, "end": 366.68, "word": " you", "probability": 0.9521484375}, {"start": 366.68, "end": 366.82, "word": " to", "probability": 0.9658203125}, {"start": 366.82, "end": 367.02, "word": " keep", "probability": 0.9169921875}, {"start": 367.02, "end": 367.22, "word": " this", "probability": 0.939453125}, {"start": 367.22, "end": 367.36, "word": " in", "probability": 0.93212890625}, {"start": 367.36, "end": 367.64, "word": " mind", "probability": 0.890625}, {"start": 367.64, "end": 367.92, "word": " and", "probability": 0.77392578125}, {"start": 367.92, "end": 368.16, "word": " let's", "probability": 0.927001953125}, {"start": 368.16, "end": 368.4, "word": " look", "probability": 0.95703125}, {"start": 368.4, "end": 368.72, "word": " at", "probability": 0.96337890625}, {"start": 368.72, "end": 369.04, "word": " this", "probability": 0.9189453125}], "temperature": 1.0}, {"id": 17, "seek": 38756, "start": 369.44, "end": 387.56, "text": " Just before we look at the example, how do I indicate to the reader that I am finishing the paragraph? I'm reaching the end of writing about this paragraph? We generally use transition words to tell the reader that this is the concluding sentence and I am here to conclude my paragraph.", "tokens": [1449, 949, 321, 574, 412, 264, 1365, 11, 577, 360, 286, 13330, 281, 264, 15149, 300, 286, 669, 12693, 264, 18865, 30, 286, 478, 9906, 264, 917, 295, 3579, 466, 341, 18865, 30, 492, 5101, 764, 6034, 2283, 281, 980, 264, 15149, 300, 341, 307, 264, 9312, 278, 8174, 293, 286, 669, 510, 281, 16886, 452, 18865, 13], "avg_logprob": -0.15505826372211262, "compression_ratio": 1.6214689265536724, "no_speech_prob": 1.1920928955078125e-07, "words": [{"start": 369.44, "end": 369.8, "word": " Just", "probability": 0.70849609375}, {"start": 369.8, "end": 370.12, "word": " before", "probability": 0.87841796875}, {"start": 370.12, "end": 370.34, "word": " we", "probability": 0.93212890625}, {"start": 370.34, "end": 370.48, "word": " look", "probability": 0.96240234375}, {"start": 370.48, "end": 370.64, "word": " at", "probability": 0.96826171875}, {"start": 370.64, "end": 370.74, "word": " the", "probability": 0.896484375}, {"start": 370.74, "end": 371.1, "word": " example,", "probability": 0.9560546875}, {"start": 371.38, "end": 371.62, "word": " how", "probability": 0.875}, {"start": 371.62, "end": 371.84, "word": " do", "probability": 0.94970703125}, {"start": 371.84, "end": 372.02, "word": " I", "probability": 0.9833984375}, {"start": 372.02, "end": 372.48, "word": " indicate", "probability": 0.8837890625}, {"start": 372.48, "end": 372.76, "word": " to", "probability": 0.95068359375}, {"start": 372.76, "end": 372.9, "word": " the", "probability": 0.91748046875}, {"start": 372.9, "end": 373.18, "word": " reader", "probability": 0.95703125}, {"start": 373.18, "end": 374.12, "word": " that", "probability": 0.9287109375}, {"start": 374.12, "end": 374.68, "word": " I", "probability": 0.9794921875}, {"start": 374.68, "end": 375.32, "word": " am", "probability": 0.7060546875}, {"start": 375.32, "end": 375.72, "word": " finishing", "probability": 0.91015625}, {"start": 375.72, "end": 375.92, "word": " the", "probability": 0.85400390625}, {"start": 375.92, "end": 376.32, "word": " paragraph?", "probability": 0.94677734375}, {"start": 376.66, "end": 376.82, "word": " I'm", "probability": 0.789794921875}, {"start": 376.82, "end": 377.14, "word": " reaching", "probability": 0.87451171875}, {"start": 377.14, "end": 377.36, "word": " the", "probability": 0.91015625}, {"start": 377.36, "end": 377.62, "word": " end", "probability": 0.90966796875}, {"start": 377.62, "end": 377.78, "word": " of", "probability": 0.9677734375}, {"start": 377.78, "end": 378.1, "word": " writing", "probability": 0.91650390625}, {"start": 378.1, "end": 378.36, "word": " about", "probability": 0.84765625}, {"start": 378.36, "end": 378.56, "word": " this", "probability": 0.93603515625}, {"start": 378.56, "end": 378.92, "word": " paragraph?", "probability": 0.9541015625}, {"start": 379.34, "end": 379.56, "word": " We", "probability": 0.93994140625}, {"start": 379.56, "end": 379.96, "word": " generally", "probability": 0.890625}, {"start": 379.96, "end": 380.44, "word": " use", "probability": 0.87158203125}, {"start": 380.44, "end": 381.58, "word": " transition", "probability": 0.90869140625}, {"start": 381.58, "end": 382.2, "word": " words", "probability": 0.88134765625}, {"start": 382.2, "end": 382.52, "word": " to", "probability": 0.9599609375}, {"start": 382.52, "end": 383.06, "word": " tell", "probability": 0.75439453125}, {"start": 383.06, "end": 383.22, "word": " the", "probability": 0.9091796875}, {"start": 383.22, "end": 383.42, "word": " reader", "probability": 0.9541015625}, {"start": 383.42, "end": 383.7, "word": " that", "probability": 0.319580078125}, {"start": 383.7, "end": 383.96, "word": " this", "probability": 0.6015625}, {"start": 383.96, "end": 384.08, "word": " is", "probability": 0.93798828125}, {"start": 384.08, "end": 384.26, "word": " the", "probability": 0.90625}, {"start": 384.26, "end": 384.8, "word": " concluding", "probability": 0.953125}, {"start": 384.8, "end": 385.24, "word": " sentence", "probability": 0.92578125}, {"start": 385.24, "end": 385.46, "word": " and", "probability": 0.87353515625}, {"start": 385.46, "end": 385.58, "word": " I", "probability": 0.9619140625}, {"start": 385.58, "end": 385.7, "word": " am", "probability": 0.490478515625}, {"start": 385.7, "end": 385.92, "word": " here", "probability": 0.86083984375}, {"start": 385.92, "end": 386.14, "word": " to", "probability": 0.9697265625}, {"start": 386.14, "end": 386.58, "word": " conclude", "probability": 0.85205078125}, {"start": 386.58, "end": 386.96, "word": " my", "probability": 0.9677734375}, {"start": 386.96, "end": 387.56, "word": " paragraph.", "probability": 0.95849609375}], "temperature": 1.0}, {"id": 18, "seek": 41066, "start": 387.94, "end": 410.66, "text": " And these are some transitions that we can actually use in this regard. For example, as we can see it in summary, as a result, in short, finally, to sum up, in conclusion, to conclude and there are many others but these are good ones that we can actually use to conclude the paragraph", "tokens": [400, 613, 366, 512, 23767, 300, 321, 393, 767, 764, 294, 341, 3843, 13, 1171, 1365, 11, 382, 321, 393, 536, 309, 294, 12691, 11, 382, 257, 1874, 11, 294, 2099, 11, 2721, 11, 281, 2408, 493, 11, 294, 10063, 11, 281, 16886, 293, 456, 366, 867, 2357, 457, 613, 366, 665, 2306, 300, 321, 393, 767, 764, 281, 16886, 264, 18865], "avg_logprob": -0.14707341175230723, "compression_ratio": 1.7484662576687116, "no_speech_prob": 0.0, "words": [{"start": 387.94, "end": 388.5, "word": " And", "probability": 0.71240234375}, {"start": 388.5, "end": 388.94, "word": " these", "probability": 0.78955078125}, {"start": 388.94, "end": 389.24, "word": " are", "probability": 0.93896484375}, {"start": 389.24, "end": 389.78, "word": " some", "probability": 0.89501953125}, {"start": 389.78, "end": 390.28, "word": " transitions", "probability": 0.73779296875}, {"start": 390.28, "end": 390.52, "word": " that", "probability": 0.90087890625}, {"start": 390.52, "end": 390.66, "word": " we", "probability": 0.95654296875}, {"start": 390.66, "end": 390.84, "word": " can", "probability": 0.94384765625}, {"start": 390.84, "end": 391.24, "word": " actually", "probability": 0.8779296875}, {"start": 391.24, "end": 392.1, "word": " use", "probability": 0.87646484375}, {"start": 392.1, "end": 392.48, "word": " in", "probability": 0.76025390625}, {"start": 392.48, "end": 394.12, "word": " this", "probability": 0.81640625}, {"start": 394.12, "end": 394.46, "word": " regard.", "probability": 0.97705078125}, {"start": 394.92, "end": 395.04, "word": " For", "probability": 0.94140625}, {"start": 395.04, "end": 395.42, "word": " example,", "probability": 0.9677734375}, {"start": 395.6, "end": 395.86, "word": " as", "probability": 0.78173828125}, {"start": 395.86, "end": 396.06, "word": " we", "probability": 0.96240234375}, {"start": 396.06, "end": 396.32, "word": " can", "probability": 0.9501953125}, {"start": 396.32, "end": 396.62, "word": " see", "probability": 0.9296875}, {"start": 396.62, "end": 396.88, "word": " it", "probability": 0.92822265625}, {"start": 396.88, "end": 397.88, "word": " in", "probability": 0.7890625}, {"start": 397.88, "end": 398.38, "word": " summary,", "probability": 0.83447265625}, {"start": 398.64, "end": 399.04, "word": " as", "probability": 0.95947265625}, {"start": 399.04, "end": 399.14, "word": " a", "probability": 0.99072265625}, {"start": 399.14, "end": 399.62, "word": " result,", "probability": 0.96240234375}, {"start": 400.32, "end": 400.64, "word": " in", "probability": 0.84033203125}, {"start": 400.64, "end": 400.96, "word": " short,", "probability": 0.95361328125}, {"start": 401.46, "end": 401.94, "word": " finally,", "probability": 0.8974609375}, {"start": 402.18, "end": 402.28, "word": " to", "probability": 0.96826171875}, {"start": 402.28, "end": 402.54, "word": " sum", "probability": 0.96044921875}, {"start": 402.54, "end": 402.84, "word": " up,", "probability": 0.97119140625}, {"start": 402.98, "end": 403.12, "word": " in", "probability": 0.939453125}, {"start": 403.12, "end": 403.72, "word": " conclusion,", "probability": 0.90625}, {"start": 403.9, "end": 404.0, "word": " to", "probability": 0.96044921875}, {"start": 404.0, "end": 404.5, "word": " conclude", "probability": 0.8271484375}, {"start": 404.5, "end": 404.9, "word": " and", "probability": 0.5166015625}, {"start": 404.9, "end": 405.32, "word": " there", "probability": 0.8759765625}, {"start": 405.32, "end": 405.44, "word": " are", "probability": 0.93603515625}, {"start": 405.44, "end": 405.62, "word": " many", "probability": 0.9072265625}, {"start": 405.62, "end": 405.96, "word": " others", "probability": 0.87158203125}, {"start": 405.96, "end": 406.18, "word": " but", "probability": 0.4296875}, {"start": 406.18, "end": 406.34, "word": " these", "probability": 0.8349609375}, {"start": 406.34, "end": 406.52, "word": " are", "probability": 0.93310546875}, {"start": 406.52, "end": 406.68, "word": " good", "probability": 0.88818359375}, {"start": 406.68, "end": 406.94, "word": " ones", "probability": 0.896484375}, {"start": 406.94, "end": 407.1, "word": " that", "probability": 0.93212890625}, {"start": 407.1, "end": 407.32, "word": " we", "probability": 0.9599609375}, {"start": 407.32, "end": 407.64, "word": " can", "probability": 0.9453125}, {"start": 407.64, "end": 408.0, "word": " actually", "probability": 0.873046875}, {"start": 408.0, "end": 408.34, "word": " use", "probability": 0.8837890625}, {"start": 408.34, "end": 408.64, "word": " to", "probability": 0.96728515625}, {"start": 408.64, "end": 409.66, "word": " conclude", "probability": 0.857421875}, {"start": 409.66, "end": 410.2, "word": " the", "probability": 0.91162109375}, {"start": 410.2, "end": 410.66, "word": " paragraph", "probability": 0.94677734375}], "temperature": 1.0}, {"id": 19, "seek": 43852, "start": 411.8, "end": 438.52, "text": " paragraph for it. Alright? Alright. You see now there is an example of how to use the transition. Notice that to conclude there is a comma. In conclusion there is always a comma as you can see here. Always finish your or start your transition or after you write your transition there is always a comma at the end of or after this transition signal or transition device. Alright?", "tokens": [18865, 337, 309, 13, 2798, 30, 2798, 13, 509, 536, 586, 456, 307, 364, 1365, 295, 577, 281, 764, 264, 6034, 13, 13428, 300, 281, 16886, 456, 307, 257, 22117, 13, 682, 10063, 456, 307, 1009, 257, 22117, 382, 291, 393, 536, 510, 13, 11270, 2413, 428, 420, 722, 428, 6034, 420, 934, 291, 2464, 428, 6034, 456, 307, 1009, 257, 22117, 412, 264, 917, 295, 420, 934, 341, 6034, 6358, 420, 6034, 4302, 13, 2798, 30], "avg_logprob": -0.19250800995490489, "compression_ratio": 1.9637305699481866, "no_speech_prob": 0.0, "words": [{"start": 411.8, "end": 412.28, "word": " paragraph", "probability": 0.62939453125}, {"start": 412.28, "end": 412.48, "word": " for", "probability": 0.27490234375}, {"start": 412.48, "end": 412.64, "word": " it.", "probability": 0.74658203125}, {"start": 412.8, "end": 412.92, "word": " Alright?", "probability": 0.4169921875}, {"start": 413.54, "end": 413.72, "word": " Alright.", "probability": 0.5556640625}, {"start": 414.0, "end": 414.16, "word": " You", "probability": 0.6123046875}, {"start": 414.16, "end": 414.42, "word": " see", "probability": 0.9169921875}, {"start": 414.42, "end": 414.9, "word": " now", "probability": 0.80712890625}, {"start": 414.9, "end": 415.36, "word": " there", "probability": 0.5537109375}, {"start": 415.36, "end": 415.9, "word": " is", "probability": 0.92919921875}, {"start": 415.9, "end": 416.54, "word": " an", "probability": 0.505859375}, {"start": 416.54, "end": 417.5, "word": " example", "probability": 0.955078125}, {"start": 417.5, "end": 417.82, "word": " of", "probability": 0.94580078125}, {"start": 417.82, "end": 418.0, "word": " how", "probability": 0.939453125}, {"start": 418.0, "end": 418.2, "word": " to", "probability": 0.9697265625}, {"start": 418.2, "end": 418.52, "word": " use", "probability": 0.8828125}, {"start": 418.52, "end": 418.7, "word": " the", "probability": 0.6552734375}, {"start": 418.7, "end": 419.2, "word": " transition.", "probability": 0.94482421875}, {"start": 419.72, "end": 419.9, "word": " Notice", "probability": 0.8916015625}, {"start": 419.9, "end": 420.18, "word": " that", "probability": 0.85498046875}, {"start": 420.18, "end": 420.38, "word": " to", "probability": 0.91650390625}, {"start": 420.38, "end": 420.78, "word": " conclude", "probability": 0.85791015625}, {"start": 420.78, "end": 421.08, "word": " there", "probability": 0.71484375}, {"start": 421.08, "end": 421.34, "word": " is", "probability": 0.94140625}, {"start": 421.34, "end": 422.3, "word": " a", "probability": 0.98193359375}, {"start": 422.3, "end": 422.56, "word": " comma.", "probability": 0.884765625}, {"start": 422.92, "end": 423.14, "word": " In", "probability": 0.9443359375}, {"start": 423.14, "end": 423.66, "word": " conclusion", "probability": 0.9052734375}, {"start": 423.66, "end": 423.96, "word": " there", "probability": 0.5517578125}, {"start": 423.96, "end": 424.06, "word": " is", "probability": 0.8154296875}, {"start": 424.06, "end": 424.46, "word": " always", "probability": 0.90966796875}, {"start": 424.46, "end": 424.96, "word": " a", "probability": 0.990234375}, {"start": 424.96, "end": 425.46, "word": " comma", "probability": 0.875}, {"start": 425.46, "end": 425.7, "word": " as", "probability": 0.7607421875}, {"start": 425.7, "end": 425.82, "word": " you", "probability": 0.9677734375}, {"start": 425.82, "end": 426.06, "word": " can", "probability": 0.94921875}, {"start": 426.06, "end": 426.42, "word": " see", "probability": 0.927734375}, {"start": 426.42, "end": 426.98, "word": " here.", "probability": 0.85498046875}, {"start": 427.16, "end": 427.54, "word": " Always", "probability": 0.84375}, {"start": 427.54, "end": 427.94, "word": " finish", "probability": 0.96142578125}, {"start": 427.94, "end": 428.26, "word": " your", "probability": 0.833984375}, {"start": 428.26, "end": 428.74, "word": " or", "probability": 0.73974609375}, {"start": 428.74, "end": 429.2, "word": " start", "probability": 0.919921875}, {"start": 429.2, "end": 429.36, "word": " your", "probability": 0.8818359375}, {"start": 429.36, "end": 429.84, "word": " transition", "probability": 0.9638671875}, {"start": 429.84, "end": 430.12, "word": " or", "probability": 0.8837890625}, {"start": 430.12, "end": 430.44, "word": " after", "probability": 0.85107421875}, {"start": 430.44, "end": 430.66, "word": " you", "probability": 0.93603515625}, {"start": 430.66, "end": 430.88, "word": " write", "probability": 0.85107421875}, {"start": 430.88, "end": 431.04, "word": " your", "probability": 0.87255859375}, {"start": 431.04, "end": 431.42, "word": " transition", "probability": 0.962890625}, {"start": 431.42, "end": 431.68, "word": " there", "probability": 0.75537109375}, {"start": 431.68, "end": 431.8, "word": " is", "probability": 0.92919921875}, {"start": 431.8, "end": 432.1, "word": " always", "probability": 0.90576171875}, {"start": 432.1, "end": 432.38, "word": " a", "probability": 0.99609375}, {"start": 432.38, "end": 432.66, "word": " comma", "probability": 0.90234375}, {"start": 432.66, "end": 433.28, "word": " at", "probability": 0.94287109375}, {"start": 433.28, "end": 433.44, "word": " the", "probability": 0.92138671875}, {"start": 433.44, "end": 433.8, "word": " end", "probability": 0.90673828125}, {"start": 433.8, "end": 434.56, "word": " of", "probability": 0.87158203125}, {"start": 434.56, "end": 434.8, "word": " or", "probability": 0.9150390625}, {"start": 434.8, "end": 435.12, "word": " after", "probability": 0.833984375}, {"start": 435.12, "end": 435.56, "word": " this", "probability": 0.94580078125}, {"start": 435.56, "end": 436.36, "word": " transition", "probability": 0.97119140625}, {"start": 436.36, "end": 436.9, "word": " signal", "probability": 0.87060546875}, {"start": 436.9, "end": 437.12, "word": " or", "probability": 0.89697265625}, {"start": 437.12, "end": 437.56, "word": " transition", "probability": 0.95166015625}, {"start": 437.56, "end": 438.04, "word": " device.", "probability": 0.97705078125}, {"start": 438.3, "end": 438.52, "word": " Alright?", "probability": 0.8359375}], "temperature": 1.0}, {"id": 20, "seek": 46857, "start": 439.81, "end": 468.57, "text": " All right, let's do some practice and see what is the, where is the concluding sentence and where are the supporting sentences in this set of sentences, all right? So the topic is about the best way to explore San Francisco. Remember the ideas that we just said about concluding the function of a concluding sentence and try to find where is the concluding sentence and where are the supporting sentences.", "tokens": [1057, 558, 11, 718, 311, 360, 512, 3124, 293, 536, 437, 307, 264, 11, 689, 307, 264, 9312, 278, 8174, 293, 689, 366, 264, 7231, 16579, 294, 341, 992, 295, 16579, 11, 439, 558, 30, 407, 264, 4829, 307, 466, 264, 1151, 636, 281, 6839, 5271, 12279, 13, 5459, 264, 3487, 300, 321, 445, 848, 466, 9312, 278, 264, 2445, 295, 257, 9312, 278, 8174, 293, 853, 281, 915, 689, 307, 264, 9312, 278, 8174, 293, 689, 366, 264, 7231, 16579, 13], "avg_logprob": -0.15869729238820363, "compression_ratio": 2.03, "no_speech_prob": 0.0, "words": [{"start": 439.81, "end": 440.09, "word": " All", "probability": 0.29345703125}, {"start": 440.09, "end": 440.21, "word": " right,", "probability": 0.90966796875}, {"start": 440.39, "end": 440.63, "word": " let's", "probability": 0.952880859375}, {"start": 440.63, "end": 440.79, "word": " do", "probability": 0.95947265625}, {"start": 440.79, "end": 441.05, "word": " some", "probability": 0.91259765625}, {"start": 441.05, "end": 441.65, "word": " practice", "probability": 0.921875}, {"start": 441.65, "end": 442.65, "word": " and", "probability": 0.8076171875}, {"start": 442.65, "end": 443.19, "word": " see", "probability": 0.9287109375}, {"start": 443.19, "end": 443.77, "word": " what", "probability": 0.88671875}, {"start": 443.77, "end": 444.19, "word": " is", "probability": 0.94140625}, {"start": 444.19, "end": 445.03, "word": " the,", "probability": 0.845703125}, {"start": 445.39, "end": 446.05, "word": " where", "probability": 0.56005859375}, {"start": 446.05, "end": 446.27, "word": " is", "probability": 0.7626953125}, {"start": 446.27, "end": 446.41, "word": " the", "probability": 0.912109375}, {"start": 446.41, "end": 446.91, "word": " concluding", "probability": 0.95947265625}, {"start": 446.91, "end": 447.29, "word": " sentence", "probability": 0.93310546875}, {"start": 447.29, "end": 447.63, "word": " and", "probability": 0.6669921875}, {"start": 447.63, "end": 447.85, "word": " where", "probability": 0.94873046875}, {"start": 447.85, "end": 448.03, "word": " are", "probability": 0.93359375}, {"start": 448.03, "end": 448.21, "word": " the", "probability": 0.9091796875}, {"start": 448.21, "end": 448.63, "word": " supporting", "probability": 0.8828125}, {"start": 448.63, "end": 449.25, "word": " sentences", "probability": 0.95654296875}, {"start": 449.25, "end": 449.75, "word": " in", "probability": 0.94140625}, {"start": 449.75, "end": 450.29, "word": " this", "probability": 0.8818359375}, {"start": 450.29, "end": 450.57, "word": " set", "probability": 0.962890625}, {"start": 450.57, "end": 450.99, "word": " of", "probability": 0.9677734375}, {"start": 450.99, "end": 452.57, "word": " sentences,", "probability": 0.7822265625}, {"start": 452.97, "end": 453.17, "word": " all", "probability": 0.90869140625}, {"start": 453.17, "end": 453.39, "word": " right?", "probability": 0.9189453125}, {"start": 453.83, "end": 454.05, "word": " So", "probability": 0.9580078125}, {"start": 454.05, "end": 454.23, "word": " the", "probability": 0.52001953125}, {"start": 454.23, "end": 454.49, "word": " topic", "probability": 0.955078125}, {"start": 454.49, "end": 454.67, "word": " is", "probability": 0.94580078125}, {"start": 454.67, "end": 454.89, "word": " about", "probability": 0.90478515625}, {"start": 454.89, "end": 455.11, "word": " the", "probability": 0.82177734375}, {"start": 455.11, "end": 455.33, "word": " best", "probability": 0.875}, {"start": 455.33, "end": 455.55, "word": " way", "probability": 0.95166015625}, {"start": 455.55, "end": 455.73, "word": " to", "probability": 0.9697265625}, {"start": 455.73, "end": 456.37, "word": " explore", "probability": 0.84716796875}, {"start": 456.37, "end": 456.99, "word": " San", "probability": 0.63232421875}, {"start": 456.99, "end": 457.49, "word": " Francisco.", "probability": 0.79443359375}, {"start": 457.59, "end": 457.87, "word": " Remember", "probability": 0.93310546875}, {"start": 457.87, "end": 458.11, "word": " the", "probability": 0.72998046875}, {"start": 458.11, "end": 458.35, "word": " ideas", "probability": 0.76708984375}, {"start": 458.35, "end": 458.55, "word": " that", "probability": 0.9248046875}, {"start": 458.55, "end": 458.71, "word": " we", "probability": 0.9599609375}, {"start": 458.71, "end": 458.95, "word": " just", "probability": 0.9150390625}, {"start": 458.95, "end": 459.17, "word": " said", "probability": 0.935546875}, {"start": 459.17, "end": 459.53, "word": " about", "probability": 0.88818359375}, {"start": 459.53, "end": 460.09, "word": " concluding", "probability": 0.977783203125}, {"start": 460.09, "end": 460.27, "word": " the", "probability": 0.7255859375}, {"start": 460.27, "end": 460.77, "word": " function", "probability": 0.96484375}, {"start": 460.77, "end": 461.49, "word": " of", "probability": 0.95703125}, {"start": 461.49, "end": 461.61, "word": " a", "probability": 0.9013671875}, {"start": 461.61, "end": 462.03, "word": " concluding", "probability": 0.972900390625}, {"start": 462.03, "end": 462.39, "word": " sentence", "probability": 0.9375}, {"start": 462.39, "end": 462.59, "word": " and", "probability": 0.484619140625}, {"start": 462.59, "end": 462.83, "word": " try", "probability": 0.76318359375}, {"start": 462.83, "end": 463.01, "word": " to", "probability": 0.970703125}, {"start": 463.01, "end": 463.39, "word": " find", "probability": 0.89794921875}, {"start": 463.39, "end": 463.85, "word": " where", "probability": 0.63134765625}, {"start": 463.85, "end": 463.99, "word": " is", "probability": 0.87939453125}, {"start": 463.99, "end": 464.11, "word": " the", "probability": 0.91552734375}, {"start": 464.11, "end": 464.57, "word": " concluding", "probability": 0.970703125}, {"start": 464.57, "end": 464.93, "word": " sentence", "probability": 0.9404296875}, {"start": 464.93, "end": 465.27, "word": " and", "probability": 0.89501953125}, {"start": 465.27, "end": 465.53, "word": " where", "probability": 0.94482421875}, {"start": 465.53, "end": 465.97, "word": " are", "probability": 0.9365234375}, {"start": 465.97, "end": 466.37, "word": " the", "probability": 0.91357421875}, {"start": 466.37, "end": 467.35, "word": " supporting", "probability": 0.89892578125}, {"start": 467.35, "end": 468.57, "word": " sentences.", "probability": 0.94921875}], "temperature": 1.0}, {"id": 21, "seek": 47056, "start": 469.14, "end": 470.56, "text": " Yes, please. Very quickly, please.", "tokens": [1079, 11, 1767, 13, 4372, 2661, 11, 1767, 13], "avg_logprob": -0.2953125, "compression_ratio": 0.9722222222222222, "no_speech_prob": 0.0, "words": [{"start": 469.14, "end": 469.44, "word": " Yes,", "probability": 0.86669921875}, {"start": 469.54, "end": 469.7, "word": " please.", "probability": 0.73876953125}, {"start": 469.78, "end": 469.96, "word": " Very", "probability": 0.78466796875}, {"start": 469.96, "end": 470.22, "word": " quickly,", "probability": 0.634765625}, {"start": 470.38, "end": 470.56, "word": " please.", "probability": 0.80322265625}], "temperature": 1.0}, {"id": 22, "seek": 54492, "start": 519.23, "end": 544.93, "text": " It should be easy. Now the curve. Where is the concluding sentence? And what are the supporting sentences in this set of sentences? All right. Where is the concluding sentence in this response?", "tokens": [467, 820, 312, 1858, 13, 823, 264, 7605, 13, 2305, 307, 264, 9312, 278, 8174, 30, 400, 437, 366, 264, 7231, 16579, 294, 341, 992, 295, 16579, 30, 1057, 558, 13, 2305, 307, 264, 9312, 278, 8174, 294, 341, 4134, 30], "avg_logprob": -0.2522321350517727, "compression_ratio": 1.6302521008403361, "no_speech_prob": 0.0, "words": [{"start": 519.23, "end": 519.41, "word": " It", "probability": 0.433349609375}, {"start": 519.41, "end": 519.51, "word": " should", "probability": 0.96533203125}, {"start": 519.51, "end": 519.65, "word": " be", "probability": 0.951171875}, {"start": 519.65, "end": 519.95, "word": " easy.", "probability": 0.90234375}, {"start": 520.21, "end": 520.33, "word": " Now", "probability": 0.5244140625}, {"start": 520.33, "end": 520.57, "word": " the", "probability": 0.343994140625}, {"start": 520.57, "end": 520.97, "word": " curve.", "probability": 0.90185546875}, {"start": 521.99, "end": 522.15, "word": " Where", "probability": 0.75146484375}, {"start": 522.15, "end": 522.27, "word": " is", "probability": 0.85693359375}, {"start": 522.27, "end": 522.39, "word": " the", "probability": 0.9169921875}, {"start": 522.39, "end": 522.83, "word": " concluding", "probability": 0.96435546875}, {"start": 522.83, "end": 523.17, "word": " sentence?", "probability": 0.9375}, {"start": 523.33, "end": 523.43, "word": " And", "probability": 0.9033203125}, {"start": 523.43, "end": 523.63, "word": " what", "probability": 0.93017578125}, {"start": 523.63, "end": 523.93, "word": " are", "probability": 0.935546875}, {"start": 523.93, "end": 524.47, "word": " the", "probability": 0.9169921875}, {"start": 524.47, "end": 525.97, "word": " supporting", "probability": 0.83837890625}, {"start": 525.97, "end": 526.63, "word": " sentences", "probability": 0.9453125}, {"start": 526.63, "end": 526.93, "word": " in", "probability": 0.931640625}, {"start": 526.93, "end": 527.29, "word": " this", "probability": 0.8896484375}, {"start": 527.29, "end": 529.11, "word": " set", "probability": 0.81640625}, {"start": 529.11, "end": 529.37, "word": " of", "probability": 0.96435546875}, {"start": 529.37, "end": 530.13, "word": " sentences?", "probability": 0.943359375}, {"start": 540.85, "end": 541.43, "word": " All", "probability": 0.63525390625}, {"start": 541.43, "end": 541.71, "word": " right.", "probability": 0.91943359375}, {"start": 542.35, "end": 542.55, "word": " Where", "probability": 0.73486328125}, {"start": 542.55, "end": 542.69, "word": " is", "probability": 0.89013671875}, {"start": 542.69, "end": 542.99, "word": " the", "probability": 0.89306640625}, {"start": 542.99, "end": 543.79, "word": " concluding", "probability": 0.97021484375}, {"start": 543.79, "end": 544.21, "word": " sentence", "probability": 0.94140625}, {"start": 544.21, "end": 544.47, "word": " in", "probability": 0.89111328125}, {"start": 544.47, "end": 544.63, "word": " this", "probability": 0.94580078125}, {"start": 544.63, "end": 544.93, "word": " response?", "probability": 0.1571044921875}], "temperature": 1.0}, {"id": 23, "seek": 56600, "start": 545.28, "end": 566.0, "text": " Yes, please. The first one. Very nice. The first one is the concluding sentence. When you explore San Francisco by foot, you can experience all the city has or can offer. This is just an example of a supporting sentence. It's more of an example. When you walk, you can experience the smells of the restaurants, the plants sometimes.", "tokens": [1079, 11, 1767, 13, 440, 700, 472, 13, 4372, 1481, 13, 440, 700, 472, 307, 264, 9312, 278, 8174, 13, 1133, 291, 6839, 5271, 12279, 538, 2671, 11, 291, 393, 1752, 439, 264, 2307, 575, 420, 393, 2626, 13, 639, 307, 445, 364, 1365, 295, 257, 7231, 8174, 13, 467, 311, 544, 295, 364, 1365, 13, 1133, 291, 1792, 11, 291, 393, 1752, 264, 10036, 295, 264, 11486, 11, 264, 5972, 2171, 13], "avg_logprob": -0.19225084620553093, "compression_ratio": 1.6989795918367347, "no_speech_prob": 1.1920928955078125e-07, "words": [{"start": 545.28, "end": 545.58, "word": " Yes,", "probability": 0.5771484375}, {"start": 545.66, "end": 545.88, "word": " please.", "probability": 0.7880859375}, {"start": 545.98, "end": 546.18, "word": " The", "probability": 0.7470703125}, {"start": 546.18, "end": 547.24, "word": " first", "probability": 0.89990234375}, {"start": 547.24, "end": 547.42, "word": " one.", "probability": 0.92041015625}, {"start": 547.46, "end": 547.8, "word": " Very", "probability": 0.488525390625}, {"start": 547.8, "end": 548.06, "word": " nice.", "probability": 0.89990234375}, {"start": 548.16, "end": 548.28, "word": " The", "probability": 0.88232421875}, {"start": 548.28, "end": 548.58, "word": " first", "probability": 0.88818359375}, {"start": 548.58, "end": 548.78, "word": " one", "probability": 0.92724609375}, {"start": 548.78, "end": 549.08, "word": " is", "probability": 0.94921875}, {"start": 549.08, "end": 549.38, "word": " the", "probability": 0.884765625}, {"start": 549.38, "end": 550.18, "word": " concluding", "probability": 0.95751953125}, {"start": 550.18, "end": 550.5, "word": " sentence.", "probability": 0.8505859375}, {"start": 550.86, "end": 551.0, "word": " When", "probability": 0.79833984375}, {"start": 551.0, "end": 551.16, "word": " you", "probability": 0.958984375}, {"start": 551.16, "end": 551.7, "word": " explore", "probability": 0.818359375}, {"start": 551.7, "end": 552.06, "word": " San", "probability": 0.94482421875}, {"start": 552.06, "end": 552.62, "word": " Francisco", "probability": 0.7919921875}, {"start": 552.62, "end": 552.9, "word": " by", "probability": 0.9599609375}, {"start": 552.9, "end": 553.16, "word": " foot,", "probability": 0.9443359375}, {"start": 553.26, "end": 553.36, "word": " you", "probability": 0.9619140625}, {"start": 553.36, "end": 553.6, "word": " can", "probability": 0.92919921875}, {"start": 553.6, "end": 554.2, "word": " experience", "probability": 0.90234375}, {"start": 554.2, "end": 554.6, "word": " all", "probability": 0.91748046875}, {"start": 554.6, "end": 554.78, "word": " the", "probability": 0.8857421875}, {"start": 554.78, "end": 555.12, "word": " city", "probability": 0.81298828125}, {"start": 555.12, "end": 556.4, "word": " has", "probability": 0.9169921875}, {"start": 556.4, "end": 556.66, "word": " or", "probability": 0.80859375}, {"start": 556.66, "end": 557.12, "word": " can", "probability": 0.94921875}, {"start": 557.12, "end": 557.68, "word": " offer.", "probability": 0.93310546875}, {"start": 557.84, "end": 558.04, "word": " This", "probability": 0.87255859375}, {"start": 558.04, "end": 558.18, "word": " is", "probability": 0.94140625}, {"start": 558.18, "end": 558.38, "word": " just", "probability": 0.6708984375}, {"start": 558.38, "end": 558.88, "word": " an", "probability": 0.84228515625}, {"start": 558.88, "end": 559.28, "word": " example", "probability": 0.9814453125}, {"start": 559.28, "end": 559.5, "word": " of", "probability": 0.93310546875}, {"start": 559.5, "end": 559.6, "word": " a", "probability": 0.8544921875}, {"start": 559.6, "end": 559.96, "word": " supporting", "probability": 0.935546875}, {"start": 559.96, "end": 560.46, "word": " sentence.", "probability": 0.947265625}, {"start": 560.66, "end": 560.72, "word": " It's", "probability": 0.6475830078125}, {"start": 560.72, "end": 560.86, "word": " more", "probability": 0.9296875}, {"start": 560.86, "end": 560.96, "word": " of", "probability": 0.69921875}, {"start": 560.96, "end": 561.06, "word": " an", "probability": 0.94873046875}, {"start": 561.06, "end": 561.42, "word": " example.", "probability": 0.9814453125}, {"start": 561.72, "end": 561.92, "word": " When", "probability": 0.884765625}, {"start": 561.92, "end": 562.1, "word": " you", "probability": 0.96435546875}, {"start": 562.1, "end": 562.36, "word": " walk,", "probability": 0.83056640625}, {"start": 562.44, "end": 562.54, "word": " you", "probability": 0.9609375}, {"start": 562.54, "end": 562.72, "word": " can", "probability": 0.94189453125}, {"start": 562.72, "end": 563.36, "word": " experience", "probability": 0.9052734375}, {"start": 563.36, "end": 563.7, "word": " the", "probability": 0.8974609375}, {"start": 563.7, "end": 564.28, "word": " smells", "probability": 0.6533203125}, {"start": 564.28, "end": 564.44, "word": " of", "probability": 0.96337890625}, {"start": 564.44, "end": 564.56, "word": " the", "probability": 0.8330078125}, {"start": 564.56, "end": 564.92, "word": " restaurants,", "probability": 0.830078125}, {"start": 565.08, "end": 565.16, "word": " the", "probability": 0.90576171875}, {"start": 565.16, "end": 565.44, "word": " plants", "probability": 0.87841796875}, {"start": 565.44, "end": 566.0, "word": " sometimes.", "probability": 0.319091796875}], "temperature": 1.0}, {"id": 24, "seek": 59466, "start": 566.59, "end": 594.67, "text": " Yeah, ocean. Second, you can stop and look into the windows or sit on the bench for a while and watch other people or interesting people. And finally, in a car or bus, you can stop easily to see something interesting because parking is difficult. So these are all supporting sentences. And we finish the paragraph with a conclusion. If you explore San Francisco by foot, you can see a lot of interesting", "tokens": [865, 11, 7810, 13, 5736, 11, 291, 393, 1590, 293, 574, 666, 264, 9309, 420, 1394, 322, 264, 10638, 337, 257, 1339, 293, 1159, 661, 561, 420, 1880, 561, 13, 400, 2721, 11, 294, 257, 1032, 420, 1255, 11, 291, 393, 1590, 3612, 281, 536, 746, 1880, 570, 9893, 307, 2252, 13, 407, 613, 366, 439, 7231, 16579, 13, 400, 321, 2413, 264, 18865, 365, 257, 10063, 13, 759, 291, 6839, 5271, 12279, 538, 2671, 11, 291, 393, 536, 257, 688, 295, 1880], "avg_logprob": -0.16489955818369276, "compression_ratio": 1.6763485477178424, "no_speech_prob": 5.364418029785156e-07, "words": [{"start": 566.59, "end": 566.91, "word": " Yeah,", "probability": 0.198486328125}, {"start": 566.97, "end": 567.35, "word": " ocean.", "probability": 0.74267578125}, {"start": 567.69, "end": 567.93, "word": " Second,", "probability": 0.67626953125}, {"start": 568.65, "end": 569.53, "word": " you", "probability": 0.87646484375}, {"start": 569.53, "end": 569.81, "word": " can", "probability": 0.9453125}, {"start": 569.81, "end": 570.19, "word": " stop", "probability": 0.921875}, {"start": 570.19, "end": 570.41, "word": " and", "probability": 0.93408203125}, {"start": 570.41, "end": 570.69, "word": " look", "probability": 0.96875}, {"start": 570.69, "end": 571.21, "word": " into", "probability": 0.8212890625}, {"start": 571.21, "end": 571.47, "word": " the", "probability": 0.8779296875}, {"start": 571.47, "end": 571.83, "word": " windows", "probability": 0.9150390625}, {"start": 571.83, "end": 572.09, "word": " or", "probability": 0.87939453125}, {"start": 572.09, "end": 572.29, "word": " sit", "probability": 0.947265625}, {"start": 572.29, "end": 572.43, "word": " on", "probability": 0.9375}, {"start": 572.43, "end": 572.55, "word": " the", "probability": 0.89697265625}, {"start": 572.55, "end": 572.81, "word": " bench", "probability": 0.95556640625}, {"start": 572.81, "end": 573.01, "word": " for", "probability": 0.9345703125}, {"start": 573.01, "end": 573.15, "word": " a", "probability": 0.9033203125}, {"start": 573.15, "end": 573.35, "word": " while", "probability": 0.94775390625}, {"start": 573.35, "end": 573.53, "word": " and", "probability": 0.91259765625}, {"start": 573.53, "end": 573.83, "word": " watch", "probability": 0.84130859375}, {"start": 573.83, "end": 574.19, "word": " other", "probability": 0.87255859375}, {"start": 574.19, "end": 574.85, "word": " people", "probability": 0.94921875}, {"start": 574.85, "end": 575.09, "word": " or", "probability": 0.3974609375}, {"start": 575.09, "end": 575.51, "word": " interesting", "probability": 0.82958984375}, {"start": 575.51, "end": 576.19, "word": " people.", "probability": 0.9697265625}, {"start": 576.73, "end": 576.99, "word": " And", "probability": 0.91845703125}, {"start": 576.99, "end": 577.61, "word": " finally,", "probability": 0.76953125}, {"start": 578.37, "end": 578.49, "word": " in", "probability": 0.9296875}, {"start": 578.49, "end": 578.65, "word": " a", "probability": 0.95947265625}, {"start": 578.65, "end": 578.85, "word": " car", "probability": 0.916015625}, {"start": 578.85, "end": 579.03, "word": " or", "probability": 0.89501953125}, {"start": 579.03, "end": 579.41, "word": " bus,", "probability": 0.65185546875}, {"start": 579.63, "end": 579.77, "word": " you", "probability": 0.9658203125}, {"start": 579.77, "end": 580.13, "word": " can", "probability": 0.94873046875}, {"start": 580.13, "end": 580.95, "word": " stop", "probability": 0.85107421875}, {"start": 580.95, "end": 581.41, "word": " easily", "probability": 0.90625}, {"start": 581.41, "end": 581.61, "word": " to", "probability": 0.9638671875}, {"start": 581.61, "end": 581.79, "word": " see", "probability": 0.9326171875}, {"start": 581.79, "end": 582.15, "word": " something", "probability": 0.8642578125}, {"start": 582.15, "end": 582.59, "word": " interesting", "probability": 0.8388671875}, {"start": 582.59, "end": 583.19, "word": " because", "probability": 0.83740234375}, {"start": 583.19, "end": 583.71, "word": " parking", "probability": 0.900390625}, {"start": 583.71, "end": 584.15, "word": " is", "probability": 0.94873046875}, {"start": 584.15, "end": 584.93, "word": " difficult.", "probability": 0.90478515625}, {"start": 585.25, "end": 585.25, "word": " So", "probability": 0.9248046875}, {"start": 585.25, "end": 585.45, "word": " these", "probability": 0.65185546875}, {"start": 585.45, "end": 585.73, "word": " are", "probability": 0.93701171875}, {"start": 585.73, "end": 586.27, "word": " all", "probability": 0.92919921875}, {"start": 586.27, "end": 587.97, "word": " supporting", "probability": 0.884765625}, {"start": 587.97, "end": 588.53, "word": " sentences.", "probability": 0.97021484375}, {"start": 588.79, "end": 588.99, "word": " And", "probability": 0.93701171875}, {"start": 588.99, "end": 589.19, "word": " we", "probability": 0.94189453125}, {"start": 589.19, "end": 589.49, "word": " finish", "probability": 0.7529296875}, {"start": 589.49, "end": 589.67, "word": " the", "probability": 0.912109375}, {"start": 589.67, "end": 590.01, "word": " paragraph", "probability": 0.94970703125}, {"start": 590.01, "end": 590.35, "word": " with", "probability": 0.8974609375}, {"start": 590.35, "end": 590.47, "word": " a", "probability": 0.9609375}, {"start": 590.47, "end": 590.99, "word": " conclusion.", "probability": 0.89697265625}, {"start": 591.21, "end": 591.33, "word": " If", "probability": 0.95751953125}, {"start": 591.33, "end": 591.47, "word": " you", "probability": 0.96337890625}, {"start": 591.47, "end": 591.91, "word": " explore", "probability": 0.82568359375}, {"start": 591.91, "end": 592.15, "word": " San", "probability": 0.96435546875}, {"start": 592.15, "end": 592.57, "word": " Francisco", "probability": 0.80322265625}, {"start": 592.57, "end": 592.83, "word": " by", "probability": 0.97216796875}, {"start": 592.83, "end": 593.05, "word": " foot,", "probability": 0.93603515625}, {"start": 593.11, "end": 593.25, "word": " you", "probability": 0.96044921875}, {"start": 593.25, "end": 593.43, "word": " can", "probability": 0.9375}, {"start": 593.43, "end": 593.69, "word": " see", "probability": 0.92724609375}, {"start": 593.69, "end": 593.85, "word": " a", "probability": 0.9951171875}, {"start": 593.85, "end": 594.03, "word": " lot", "probability": 0.95556640625}, {"start": 594.03, "end": 594.17, "word": " of", "probability": 0.96240234375}, {"start": 594.17, "end": 594.67, "word": " interesting", "probability": 0.8740234375}], "temperature": 1.0}, {"id": 25, "seek": 61529, "start": 596.01, "end": 615.29, "text": " Let's see another example. The beach is the perfect place for me to relax. What is the conclusion or the concluding sentence and what are the subordinate sentences?", "tokens": [961, 311, 536, 1071, 1365, 13, 440, 7534, 307, 264, 2176, 1081, 337, 385, 281, 5789, 13, 708, 307, 264, 10063, 420, 264, 9312, 278, 8174, 293, 437, 366, 264, 1422, 6241, 473, 16579, 30], "avg_logprob": -0.2814670238229964, "compression_ratio": 1.375, "no_speech_prob": 1.7881393432617188e-07, "words": [{"start": 596.01, "end": 596.73, "word": " Let's", "probability": 0.5804443359375}, {"start": 596.73, "end": 596.85, "word": " see", "probability": 0.89208984375}, {"start": 596.85, "end": 597.23, "word": " another", "probability": 0.912109375}, {"start": 597.23, "end": 598.65, "word": " example.", "probability": 0.96630859375}, {"start": 600.11, "end": 600.83, "word": " The", "probability": 0.60888671875}, {"start": 600.83, "end": 601.17, "word": " beach", "probability": 0.93798828125}, {"start": 601.17, "end": 606.55, "word": " is", "probability": 0.9560546875}, {"start": 606.55, "end": 606.71, "word": " the", "probability": 0.73193359375}, {"start": 606.71, "end": 607.17, "word": " perfect", "probability": 0.92041015625}, {"start": 607.17, "end": 607.57, "word": " place", "probability": 0.89453125}, {"start": 607.57, "end": 607.81, "word": " for", "probability": 0.93017578125}, {"start": 607.81, "end": 608.07, "word": " me", "probability": 0.96337890625}, {"start": 608.07, "end": 608.41, "word": " to", "probability": 0.97119140625}, {"start": 608.41, "end": 609.39, "word": " relax.", "probability": 0.90185546875}, {"start": 609.67, "end": 609.85, "word": " What", "probability": 0.59521484375}, {"start": 609.85, "end": 609.93, "word": " is", "probability": 0.8310546875}, {"start": 609.93, "end": 610.05, "word": " the", "probability": 0.9228515625}, {"start": 610.05, "end": 610.49, "word": " conclusion", "probability": 0.8525390625}, {"start": 610.49, "end": 611.33, "word": " or", "probability": 0.386962890625}, {"start": 611.33, "end": 611.47, "word": " the", "probability": 0.83642578125}, {"start": 611.47, "end": 611.91, "word": " concluding", "probability": 0.939208984375}, {"start": 611.91, "end": 612.33, "word": " sentence", "probability": 0.93310546875}, {"start": 612.33, "end": 612.57, "word": " and", "probability": 0.5712890625}, {"start": 612.57, "end": 612.79, "word": " what", "probability": 0.9375}, {"start": 612.79, "end": 613.15, "word": " are", "probability": 0.9130859375}, {"start": 613.15, "end": 613.33, "word": " the", "probability": 0.91259765625}, {"start": 613.33, "end": 614.31, "word": " subordinate", "probability": 0.5413411458333334}, {"start": 614.31, "end": 615.29, "word": " sentences?", "probability": 0.9228515625}], "temperature": 1.0}, {"id": 26, "seek": 66554, "start": 637.5, "end": 665.54, "text": " Alright? Should be an easy one. Yes, please. The second sentence is the conclusion. That's right? Yes. When I want to relax in summer, I go to the beach. This is an example of a supporting sentence. Another one and a third. When the earth melts from the sea, the beach is pleasantly noisy with seagulls and children laughing. And the third supporting sentence, I enjoy swimming and surfing.", "tokens": [2798, 30, 6454, 312, 364, 1858, 472, 13, 1079, 11, 1767, 13, 440, 1150, 8174, 307, 264, 10063, 13, 663, 311, 558, 30, 1079, 13, 1133, 286, 528, 281, 5789, 294, 4266, 11, 286, 352, 281, 264, 7534, 13, 639, 307, 364, 1365, 295, 257, 7231, 8174, 13, 3996, 472, 293, 257, 2636, 13, 1133, 264, 4120, 30136, 490, 264, 4158, 11, 264, 7534, 307, 35122, 3627, 24518, 365, 369, 559, 858, 82, 293, 2227, 5059, 13, 400, 264, 2636, 7231, 8174, 11, 286, 2103, 11989, 293, 34181, 13], "avg_logprob": -0.26805555058850183, "compression_ratio": 1.649789029535865, "no_speech_prob": 5.364418029785156e-07, "words": [{"start": 637.5, "end": 637.9, "word": " Alright?", "probability": 0.466796875}, {"start": 638.28, "end": 638.46, "word": " Should", "probability": 0.625}, {"start": 638.46, "end": 638.6, "word": " be", "probability": 0.95556640625}, {"start": 638.6, "end": 638.74, "word": " an", "probability": 0.9404296875}, {"start": 638.74, "end": 638.92, "word": " easy", "probability": 0.9140625}, {"start": 638.92, "end": 639.16, "word": " one.", "probability": 0.943359375}, {"start": 639.76, "end": 640.32, "word": " Yes,", "probability": 0.65869140625}, {"start": 640.38, "end": 640.58, "word": " please.", "probability": 0.78857421875}, {"start": 641.26, "end": 641.82, "word": " The", "probability": 0.78515625}, {"start": 641.82, "end": 642.36, "word": " second", "probability": 0.8984375}, {"start": 642.36, "end": 643.16, "word": " sentence", "probability": 0.943359375}, {"start": 643.16, "end": 643.46, "word": " is", "probability": 0.9384765625}, {"start": 643.46, "end": 643.66, "word": " the", "probability": 0.89208984375}, {"start": 643.66, "end": 644.16, "word": " conclusion.", "probability": 0.86083984375}, {"start": 644.52, "end": 644.7, "word": " That's", "probability": 0.87255859375}, {"start": 644.7, "end": 644.96, "word": " right?", "probability": 0.9052734375}, {"start": 645.3, "end": 645.56, "word": " Yes.", "probability": 0.8310546875}, {"start": 646.06, "end": 646.24, "word": " When", "probability": 0.55419921875}, {"start": 646.24, "end": 646.38, "word": " I", "probability": 0.9951171875}, {"start": 646.38, "end": 646.68, "word": " want", "probability": 0.89111328125}, {"start": 646.68, "end": 646.8, "word": " to", "probability": 0.9697265625}, {"start": 646.8, "end": 647.28, "word": " relax", "probability": 0.8974609375}, {"start": 647.28, "end": 648.34, "word": " in", "probability": 0.2275390625}, {"start": 648.34, "end": 648.62, "word": " summer,", "probability": 0.89599609375}, {"start": 648.76, "end": 648.92, "word": " I", "probability": 0.99560546875}, {"start": 648.92, "end": 649.3, "word": " go", "probability": 0.9501953125}, {"start": 649.3, "end": 649.76, "word": " to", "probability": 0.9638671875}, {"start": 649.76, "end": 650.14, "word": " the", "probability": 0.890625}, {"start": 650.14, "end": 650.38, "word": " beach.", "probability": 0.95458984375}, {"start": 650.46, "end": 650.6, "word": " This", "probability": 0.830078125}, {"start": 650.6, "end": 650.74, "word": " is", "probability": 0.94384765625}, {"start": 650.74, "end": 651.0, "word": " an", "probability": 0.4658203125}, {"start": 651.0, "end": 651.58, "word": " example", "probability": 0.978515625}, {"start": 651.58, "end": 651.88, "word": " of", "probability": 0.95703125}, {"start": 651.88, "end": 652.0, "word": " a", "probability": 0.5322265625}, {"start": 652.0, "end": 652.36, "word": " supporting", "probability": 0.9013671875}, {"start": 652.36, "end": 652.94, "word": " sentence.", "probability": 0.9326171875}, {"start": 653.44, "end": 653.7, "word": " Another", "probability": 0.791015625}, {"start": 653.7, "end": 654.06, "word": " one", "probability": 0.92822265625}, {"start": 654.06, "end": 654.56, "word": " and", "probability": 0.3544921875}, {"start": 654.56, "end": 655.3, "word": " a", "probability": 0.85009765625}, {"start": 655.3, "end": 655.5, "word": " third.", "probability": 0.93896484375}, {"start": 655.64, "end": 655.92, "word": " When", "probability": 0.86865234375}, {"start": 655.92, "end": 656.1, "word": " the", "probability": 0.9091796875}, {"start": 656.1, "end": 656.34, "word": " earth", "probability": 0.482177734375}, {"start": 656.34, "end": 656.54, "word": " melts", "probability": 0.2427978515625}, {"start": 656.54, "end": 657.04, "word": " from", "probability": 0.2705078125}, {"start": 657.04, "end": 657.22, "word": " the", "probability": 0.90283203125}, {"start": 657.22, "end": 657.5, "word": " sea,", "probability": 0.94091796875}, {"start": 657.7, "end": 657.96, "word": " the", "probability": 0.89990234375}, {"start": 657.96, "end": 658.22, "word": " beach", "probability": 0.8974609375}, {"start": 658.22, "end": 658.36, "word": " is", "probability": 0.9228515625}, {"start": 658.36, "end": 659.0, "word": " pleasantly", "probability": 0.87158203125}, {"start": 659.0, "end": 659.44, "word": " noisy", "probability": 0.95751953125}, {"start": 659.44, "end": 659.7, "word": " with", "probability": 0.4658203125}, {"start": 659.7, "end": 660.22, "word": " seagulls", "probability": 0.797119140625}, {"start": 660.22, "end": 660.32, "word": " and", "probability": 0.93310546875}, {"start": 660.32, "end": 660.64, "word": " children", "probability": 0.7890625}, {"start": 660.64, "end": 661.02, "word": " laughing.", "probability": 0.90234375}, {"start": 661.22, "end": 661.38, "word": " And", "probability": 0.798828125}, {"start": 661.38, "end": 661.92, "word": " the", "probability": 0.82275390625}, {"start": 661.92, "end": 662.24, "word": " third", "probability": 0.9423828125}, {"start": 662.24, "end": 662.72, "word": " supporting", "probability": 0.8564453125}, {"start": 662.72, "end": 663.16, "word": " sentence,", "probability": 0.92333984375}, {"start": 663.26, "end": 663.38, "word": " I", "probability": 0.96142578125}, {"start": 663.38, "end": 663.74, "word": " enjoy", "probability": 0.87646484375}, {"start": 663.74, "end": 664.08, "word": " swimming", "probability": 0.87451171875}, {"start": 664.08, "end": 665.28, "word": " and", "probability": 0.6025390625}, {"start": 665.28, "end": 665.54, "word": " surfing.", "probability": 0.95166015625}], "temperature": 1.0}, {"id": 27, "seek": 69625, "start": 668.99, "end": 696.25, "text": " of what a topic sentence should look like okay all right now let's do some practice and I'd like to do some more practice this time and this is an example of paragraph that we need actually to write a conclusion for okay all right it's very quickly now I'd like you just this time to work together in pairs read very quickly this easy paragraph and try to write", "tokens": [295, 437, 257, 4829, 8174, 820, 574, 411, 1392, 439, 558, 586, 718, 311, 360, 512, 3124, 293, 286, 1116, 411, 281, 360, 512, 544, 3124, 341, 565, 293, 341, 307, 364, 1365, 295, 18865, 300, 321, 643, 767, 281, 2464, 257, 10063, 337, 1392, 439, 558, 309, 311, 588, 2661, 586, 286, 1116, 411, 291, 445, 341, 565, 281, 589, 1214, 294, 15494, 1401, 588, 2661, 341, 1858, 18865, 293, 853, 281, 2464], "avg_logprob": -0.18895833373069762, "compression_ratio": 1.81, "no_speech_prob": 5.960464477539063e-08, "words": [{"start": 668.9899999999999, "end": 669.5699999999999, "word": " of", "probability": 0.5498046875}, {"start": 669.5699999999999, "end": 670.15, "word": " what", "probability": 0.912109375}, {"start": 670.15, "end": 672.77, "word": " a", "probability": 0.705078125}, {"start": 672.77, "end": 673.07, "word": " topic", "probability": 0.9345703125}, {"start": 673.07, "end": 673.69, "word": " sentence", "probability": 0.9228515625}, {"start": 673.69, "end": 674.19, "word": " should", "probability": 0.95654296875}, {"start": 674.19, "end": 674.65, "word": " look", "probability": 0.97119140625}, {"start": 674.65, "end": 675.61, "word": " like", "probability": 0.91455078125}, {"start": 675.61, "end": 676.17, "word": " okay", "probability": 0.3251953125}, {"start": 676.17, "end": 676.63, "word": " all", "probability": 0.281005859375}, {"start": 676.63, "end": 676.83, "word": " right", "probability": 0.908203125}, {"start": 676.83, "end": 677.19, "word": " now", "probability": 0.8173828125}, {"start": 677.19, "end": 677.51, "word": " let's", "probability": 0.953857421875}, {"start": 677.51, "end": 677.71, "word": " do", "probability": 0.95654296875}, {"start": 677.71, "end": 677.99, "word": " some", "probability": 0.904296875}, {"start": 677.99, "end": 678.55, "word": " practice", "probability": 0.9453125}, {"start": 678.55, "end": 678.83, "word": " and", "probability": 0.83447265625}, {"start": 678.83, "end": 678.95, "word": " I'd", "probability": 0.926513671875}, {"start": 678.95, "end": 679.11, "word": " like", "probability": 0.931640625}, {"start": 679.11, "end": 679.21, "word": " to", "probability": 0.94189453125}, {"start": 679.21, "end": 679.37, "word": " do", "probability": 0.947265625}, {"start": 679.37, "end": 679.65, "word": " some", "probability": 0.88232421875}, {"start": 679.65, "end": 679.87, "word": " more", "probability": 0.93603515625}, {"start": 679.87, "end": 680.23, "word": " practice", "probability": 0.95166015625}, {"start": 680.23, "end": 680.49, "word": " this", "probability": 0.943359375}, {"start": 680.49, "end": 680.83, "word": " time", "probability": 0.88525390625}, {"start": 680.83, "end": 681.59, "word": " and", "probability": 0.88427734375}, {"start": 681.59, "end": 681.81, "word": " this", "probability": 0.94677734375}, {"start": 681.81, "end": 681.93, "word": " is", "probability": 0.955078125}, {"start": 681.93, "end": 682.07, "word": " an", "probability": 0.95849609375}, {"start": 682.07, "end": 682.43, "word": " example", "probability": 0.97314453125}, {"start": 682.43, "end": 682.61, "word": " of", "probability": 0.92138671875}, {"start": 682.61, "end": 682.97, "word": " paragraph", "probability": 0.82958984375}, {"start": 682.97, "end": 683.31, "word": " that", "probability": 0.92431640625}, {"start": 683.31, "end": 683.53, "word": " we", "probability": 0.96142578125}, {"start": 683.53, "end": 683.81, "word": " need", "probability": 0.91455078125}, {"start": 683.81, "end": 684.23, "word": " actually", "probability": 0.87353515625}, {"start": 684.23, "end": 684.51, "word": " to", "probability": 0.96875}, {"start": 684.51, "end": 684.77, "word": " write", "probability": 0.923828125}, {"start": 684.77, "end": 684.95, "word": " a", "probability": 0.990234375}, {"start": 684.95, "end": 685.57, "word": " conclusion", "probability": 0.89404296875}, {"start": 685.57, "end": 686.81, "word": " for", "probability": 0.79638671875}, {"start": 686.81, "end": 687.53, "word": " okay", "probability": 0.806640625}, {"start": 687.53, "end": 688.07, "word": " all", "probability": 0.7041015625}, {"start": 688.07, "end": 688.31, "word": " right", "probability": 0.91845703125}, {"start": 688.31, "end": 688.67, "word": " it's", "probability": 0.8056640625}, {"start": 688.67, "end": 688.87, "word": " very", "probability": 0.83837890625}, {"start": 688.87, "end": 689.11, "word": " quickly", "probability": 0.787109375}, {"start": 689.11, "end": 689.35, "word": " now", "probability": 0.7880859375}, {"start": 689.35, "end": 689.53, "word": " I'd", "probability": 0.712158203125}, {"start": 689.53, "end": 689.69, "word": " like", "probability": 0.888671875}, {"start": 689.69, "end": 689.83, "word": " you", "probability": 0.8212890625}, {"start": 689.83, "end": 690.11, "word": " just", "probability": 0.796875}, {"start": 690.11, "end": 690.47, "word": " this", "probability": 0.2666015625}, {"start": 690.47, "end": 690.67, "word": " time", "probability": 0.88916015625}, {"start": 690.67, "end": 690.85, "word": " to", "probability": 0.95556640625}, {"start": 690.85, "end": 691.09, "word": " work", "probability": 0.88623046875}, {"start": 691.09, "end": 691.51, "word": " together", "probability": 0.83203125}, {"start": 691.51, "end": 691.83, "word": " in", "probability": 0.94091796875}, {"start": 691.83, "end": 692.31, "word": " pairs", "probability": 0.8740234375}, {"start": 692.31, "end": 693.03, "word": " read", "probability": 0.85498046875}, {"start": 693.03, "end": 693.27, "word": " very", "probability": 0.83935546875}, {"start": 693.27, "end": 693.53, "word": " quickly", "probability": 0.92138671875}, {"start": 693.53, "end": 693.91, "word": " this", "probability": 0.94384765625}, {"start": 693.91, "end": 694.51, "word": " easy", "probability": 0.89501953125}, {"start": 694.51, "end": 694.97, "word": " paragraph", "probability": 0.9541015625}, {"start": 694.97, "end": 695.19, "word": " and", "probability": 0.65478515625}, {"start": 695.19, "end": 695.53, "word": " try", "probability": 0.6552734375}, {"start": 695.53, "end": 695.77, "word": " to", "probability": 0.966796875}, {"start": 695.77, "end": 696.25, "word": " write", "probability": 0.90673828125}], "temperature": 1.0}, {"id": 28, "seek": 70552, "start": 696.78, "end": 705.52, "text": " A concluding sentence for this paragraph. Let me just read very quickly. Driving an old car has three", "tokens": [316, 9312, 278, 8174, 337, 341, 18865, 13, 961, 385, 445, 1401, 588, 2661, 13, 44028, 364, 1331, 1032, 575, 1045], "avg_logprob": -0.3180042572996833, "compression_ratio": 1.120879120879121, "no_speech_prob": 1.7881393432617188e-07, "words": [{"start": 696.78, "end": 697.1, "word": " A", "probability": 0.1318359375}, {"start": 697.1, "end": 697.9, "word": " concluding", "probability": 0.91943359375}, {"start": 697.9, "end": 698.34, "word": " sentence", "probability": 0.92919921875}, {"start": 698.34, "end": 698.62, "word": " for", "probability": 0.91748046875}, {"start": 698.62, "end": 699.0, "word": " this", "probability": 0.9423828125}, {"start": 699.0, "end": 700.02, "word": " paragraph.", "probability": 0.94140625}, {"start": 700.72, "end": 700.72, "word": " Let", "probability": 0.373779296875}, {"start": 700.72, "end": 702.32, "word": " me", "probability": 0.9560546875}, {"start": 702.32, "end": 702.5, "word": " just", "probability": 0.78369140625}, {"start": 702.5, "end": 702.68, "word": " read", "probability": 0.95849609375}, {"start": 702.68, "end": 702.86, "word": " very", "probability": 0.70166015625}, {"start": 702.86, "end": 703.2, "word": " quickly.", "probability": 0.9267578125}, {"start": 703.58, "end": 703.96, "word": " Driving", "probability": 0.86962890625}, {"start": 703.96, "end": 704.18, "word": " an", "probability": 0.9345703125}, {"start": 704.18, "end": 704.46, "word": " old", "probability": 0.93212890625}, {"start": 704.46, "end": 704.84, "word": " car", "probability": 0.951171875}, {"start": 704.84, "end": 705.12, "word": " has", "probability": 0.94775390625}, {"start": 705.12, "end": 705.52, "word": " three", "probability": 0.7705078125}], "temperature": 1.0}, {"id": 29, "seek": 72991, "start": 706.75, "end": 729.91, "text": " advantages for one thing you will probably worry less about it being damaged or stolen second you will find that many older models are easier for you to repair to repair yourself and a third advantage is that keeping an old car for several years will save you money now write a concluding sentence for this paragraph right", "tokens": [14906, 337, 472, 551, 291, 486, 1391, 3292, 1570, 466, 309, 885, 14080, 420, 15900, 1150, 291, 486, 915, 300, 867, 4906, 5245, 366, 3571, 337, 291, 281, 10535, 281, 10535, 1803, 293, 257, 2636, 5002, 307, 300, 5145, 364, 1331, 1032, 337, 2940, 924, 486, 3155, 291, 1460, 586, 2464, 257, 9312, 278, 8174, 337, 341, 18865, 558], "avg_logprob": -0.17213542113701502, "compression_ratio": 1.6910994764397906, "no_speech_prob": 9.5367431640625e-07, "words": [{"start": 706.75, "end": 707.43, "word": " advantages", "probability": 0.26611328125}, {"start": 707.43, "end": 707.83, "word": " for", "probability": 0.51123046875}, {"start": 707.83, "end": 708.09, "word": " one", "probability": 0.9248046875}, {"start": 708.09, "end": 708.33, "word": " thing", "probability": 0.91455078125}, {"start": 708.33, "end": 708.51, "word": " you", "probability": 0.80224609375}, {"start": 708.51, "end": 708.67, "word": " will", "probability": 0.84228515625}, {"start": 708.67, "end": 709.07, "word": " probably", "probability": 0.82861328125}, {"start": 709.07, "end": 709.35, "word": " worry", "probability": 0.95263671875}, {"start": 709.35, "end": 709.65, "word": " less", "probability": 0.9287109375}, {"start": 709.65, "end": 710.03, "word": " about", "probability": 0.88623046875}, {"start": 710.03, "end": 710.31, "word": " it", "probability": 0.90380859375}, {"start": 710.31, "end": 710.99, "word": " being", "probability": 0.9111328125}, {"start": 710.99, "end": 711.43, "word": " damaged", "probability": 0.947265625}, {"start": 711.43, "end": 711.83, "word": " or", "probability": 0.93701171875}, {"start": 711.83, "end": 712.97, "word": " stolen", "probability": 0.87841796875}, {"start": 712.97, "end": 713.47, "word": " second", "probability": 0.38427734375}, {"start": 713.47, "end": 714.39, "word": " you", "probability": 0.86572265625}, {"start": 714.39, "end": 714.57, "word": " will", "probability": 0.8681640625}, {"start": 714.57, "end": 714.89, "word": " find", "probability": 0.89013671875}, {"start": 714.89, "end": 715.13, "word": " that", "probability": 0.92578125}, {"start": 715.13, "end": 715.33, "word": " many", "probability": 0.87646484375}, {"start": 715.33, "end": 715.63, "word": " older", "probability": 0.70751953125}, {"start": 715.63, "end": 716.05, "word": " models", "probability": 0.86328125}, {"start": 716.05, "end": 716.37, "word": " are", "probability": 0.9375}, {"start": 716.37, "end": 716.79, "word": " easier", "probability": 0.97607421875}, {"start": 716.79, "end": 717.07, "word": " for", "probability": 0.93017578125}, {"start": 717.07, "end": 717.23, "word": " you", "probability": 0.96630859375}, {"start": 717.23, "end": 717.41, "word": " to", "probability": 0.93896484375}, {"start": 717.41, "end": 717.83, "word": " repair", "probability": 0.958984375}, {"start": 717.83, "end": 718.27, "word": " to", "probability": 0.334228515625}, {"start": 718.27, "end": 718.59, "word": " repair", "probability": 0.8955078125}, {"start": 718.59, "end": 719.01, "word": " yourself", "probability": 0.84326171875}, {"start": 719.01, "end": 719.61, "word": " and", "probability": 0.90869140625}, {"start": 719.61, "end": 719.85, "word": " a", "probability": 0.9638671875}, {"start": 719.85, "end": 720.07, "word": " third", "probability": 0.9365234375}, {"start": 720.07, "end": 720.51, "word": " advantage", "probability": 0.84765625}, {"start": 720.51, "end": 720.79, "word": " is", "probability": 0.9443359375}, {"start": 720.79, "end": 720.97, "word": " that", "probability": 0.92822265625}, {"start": 720.97, "end": 721.31, "word": " keeping", "probability": 0.8291015625}, {"start": 721.31, "end": 721.51, "word": " an", "probability": 0.9501953125}, {"start": 721.51, "end": 721.73, "word": " old", "probability": 0.9248046875}, {"start": 721.73, "end": 722.03, "word": " car", "probability": 0.9443359375}, {"start": 722.03, "end": 722.39, "word": " for", "probability": 0.947265625}, {"start": 722.39, "end": 723.11, "word": " several", "probability": 0.91259765625}, {"start": 723.11, "end": 723.61, "word": " years", "probability": 0.92626953125}, {"start": 723.61, "end": 724.19, "word": " will", "probability": 0.87060546875}, {"start": 724.19, "end": 724.57, "word": " save", "probability": 0.951171875}, {"start": 724.57, "end": 724.91, "word": " you", "probability": 0.9619140625}, {"start": 724.91, "end": 725.87, "word": " money", "probability": 0.9130859375}, {"start": 725.87, "end": 726.19, "word": " now", "probability": 0.689453125}, {"start": 726.19, "end": 726.59, "word": " write", "probability": 0.80712890625}, {"start": 726.59, "end": 726.71, "word": " a", "probability": 0.958984375}, {"start": 726.71, "end": 727.17, "word": " concluding", "probability": 0.96484375}, {"start": 727.17, "end": 727.49, "word": " sentence", "probability": 0.93505859375}, {"start": 727.49, "end": 727.81, "word": " for", "probability": 0.953125}, {"start": 727.81, "end": 728.21, "word": " this", "probability": 0.9501953125}, {"start": 728.21, "end": 729.09, "word": " paragraph", "probability": 0.9482421875}, {"start": 729.09, "end": 729.91, "word": " right", "probability": 0.63427734375}], "temperature": 1.0}, {"id": 30, "seek": 82723, "start": 811.99, "end": 827.23, "text": " So you can always think of your conclusion as a summary of main points, as a prediction, as a recommendation, as an opinion, or a restatement of the main ideas in the topic of your topic sentence of course.", "tokens": [407, 291, 393, 1009, 519, 295, 428, 10063, 382, 257, 12691, 295, 2135, 2793, 11, 382, 257, 17630, 11, 382, 257, 11879, 11, 382, 364, 4800, 11, 420, 257, 1472, 267, 1712, 295, 264, 2135, 3487, 294, 264, 4829, 295, 428, 4829, 8174, 295, 1164, 13], "avg_logprob": -0.17785904572365133, "compression_ratio": 1.5923076923076922, "no_speech_prob": 4.410743713378906e-06, "words": [{"start": 811.99, "end": 812.23, "word": " So", "probability": 0.7421875}, {"start": 812.23, "end": 812.37, "word": " you", "probability": 0.7470703125}, {"start": 812.37, "end": 812.55, "word": " can", "probability": 0.93408203125}, {"start": 812.55, "end": 812.81, "word": " always", "probability": 0.8779296875}, {"start": 812.81, "end": 813.09, "word": " think", "probability": 0.9140625}, {"start": 813.09, "end": 813.27, "word": " of", "probability": 0.95849609375}, {"start": 813.27, "end": 813.41, "word": " your", "probability": 0.8779296875}, {"start": 813.41, "end": 813.89, "word": " conclusion", "probability": 0.89404296875}, {"start": 813.89, "end": 814.23, "word": " as", "probability": 0.951171875}, {"start": 814.23, "end": 814.35, "word": " a", "probability": 0.98388671875}, {"start": 814.35, "end": 814.67, "word": " summary", "probability": 0.90966796875}, {"start": 814.67, "end": 814.89, "word": " of", "probability": 0.95751953125}, {"start": 814.89, "end": 815.09, "word": " main", "probability": 0.8671875}, {"start": 815.09, "end": 815.53, "word": " points,", "probability": 0.931640625}, {"start": 816.13, "end": 816.19, "word": " as", "probability": 0.96142578125}, {"start": 816.19, "end": 816.33, "word": " a", "probability": 0.98291015625}, {"start": 816.33, "end": 816.73, "word": " prediction,", "probability": 0.912109375}, {"start": 817.15, "end": 817.27, "word": " as", "probability": 0.96240234375}, {"start": 817.27, "end": 817.41, "word": " a", "probability": 0.99462890625}, {"start": 817.41, "end": 818.09, "word": " recommendation,", "probability": 0.845703125}, {"start": 818.49, "end": 819.35, "word": " as", "probability": 0.90380859375}, {"start": 819.35, "end": 819.51, "word": " an", "probability": 0.95458984375}, {"start": 819.51, "end": 819.91, "word": " opinion,", "probability": 0.9375}, {"start": 820.53, "end": 821.05, "word": " or", "probability": 0.89111328125}, {"start": 821.05, "end": 821.17, "word": " a", "probability": 0.46240234375}, {"start": 821.17, "end": 821.65, "word": " restatement", "probability": 0.9225260416666666}, {"start": 821.65, "end": 821.95, "word": " of", "probability": 0.9658203125}, {"start": 821.95, "end": 822.09, "word": " the", "probability": 0.8740234375}, {"start": 822.09, "end": 822.35, "word": " main", "probability": 0.9208984375}, {"start": 822.35, "end": 822.97, "word": " ideas", "probability": 0.90625}, {"start": 822.97, "end": 824.25, "word": " in", "probability": 0.66455078125}, {"start": 824.25, "end": 824.37, "word": " the", "probability": 0.470947265625}, {"start": 824.37, "end": 824.59, "word": " topic", "probability": 0.88671875}, {"start": 824.59, "end": 824.81, "word": " of", "probability": 0.70361328125}, {"start": 824.81, "end": 825.93, "word": " your", "probability": 0.505859375}, {"start": 825.93, "end": 826.27, "word": " topic", "probability": 0.9052734375}, {"start": 826.27, "end": 826.61, "word": " sentence", "probability": 0.8955078125}, {"start": 826.61, "end": 826.89, "word": " of", "probability": 0.56787109375}, {"start": 826.89, "end": 827.23, "word": " course.", "probability": 0.88330078125}], "temperature": 1.0}, {"id": 31, "seek": 87586, "start": 862.78, "end": 875.86, "text": " Alright, who finished? Who would like to come here? Yes. Would you like to write here? Yes, please. Who else? Just see some examples of your writing. Yes, please. Come forward. Alright.", "tokens": [2798, 11, 567, 4335, 30, 2102, 576, 411, 281, 808, 510, 30, 1079, 13, 6068, 291, 411, 281, 2464, 510, 30, 1079, 11, 1767, 13, 2102, 1646, 30, 1449, 536, 512, 5110, 295, 428, 3579, 13, 1079, 11, 1767, 13, 2492, 2128, 13, 2798, 13], "avg_logprob": -0.2584918588399887, "compression_ratio": 1.441860465116279, "no_speech_prob": 1.1920928955078125e-07, "words": [{"start": 862.78, "end": 863.16, "word": " Alright,", "probability": 0.450439453125}, {"start": 863.3, "end": 863.4, "word": " who", "probability": 0.78955078125}, {"start": 863.4, "end": 863.76, "word": " finished?", "probability": 0.74951171875}, {"start": 864.02, "end": 864.16, "word": " Who", "probability": 0.853515625}, {"start": 864.16, "end": 864.3, "word": " would", "probability": 0.87744140625}, {"start": 864.3, "end": 864.46, "word": " like", "probability": 0.93798828125}, {"start": 864.46, "end": 864.6, "word": " to", "probability": 0.9716796875}, {"start": 864.6, "end": 864.8, "word": " come", "probability": 0.8779296875}, {"start": 864.8, "end": 865.04, "word": " here?", "probability": 0.84912109375}, {"start": 865.4, "end": 865.56, "word": " Yes.", "probability": 0.625}, {"start": 865.74, "end": 866.1, "word": " Would", "probability": 0.724609375}, {"start": 866.1, "end": 866.2, "word": " you", "probability": 0.9677734375}, {"start": 866.2, "end": 866.36, "word": " like", "probability": 0.94384765625}, {"start": 866.36, "end": 866.48, "word": " to", "probability": 0.9736328125}, {"start": 866.48, "end": 866.66, "word": " write", "probability": 0.94873046875}, {"start": 866.66, "end": 866.9, "word": " here?", "probability": 0.8603515625}, {"start": 867.06, "end": 867.22, "word": " Yes,", "probability": 0.919921875}, {"start": 867.28, "end": 867.52, "word": " please.", "probability": 0.79736328125}, {"start": 868.62, "end": 868.82, "word": " Who", "probability": 0.89453125}, {"start": 868.82, "end": 869.1, "word": " else?", "probability": 0.9208984375}, {"start": 869.62, "end": 870.02, "word": " Just", "probability": 0.34765625}, {"start": 870.02, "end": 870.9, "word": " see", "probability": 0.6171875}, {"start": 870.9, "end": 871.12, "word": " some", "probability": 0.9013671875}, {"start": 871.12, "end": 871.56, "word": " examples", "probability": 0.78173828125}, {"start": 871.56, "end": 871.8, "word": " of", "probability": 0.8876953125}, {"start": 871.8, "end": 871.92, "word": " your", "probability": 0.425048828125}, {"start": 871.92, "end": 872.16, "word": " writing.", "probability": 0.90625}, {"start": 872.3, "end": 872.4, "word": " Yes,", "probability": 0.919921875}, {"start": 872.46, "end": 872.64, "word": " please.", "probability": 0.7890625}, {"start": 872.72, "end": 872.86, "word": " Come", "probability": 0.8818359375}, {"start": 872.86, "end": 873.18, "word": " forward.", "probability": 0.90869140625}, {"start": 875.46, "end": 875.86, "word": " Alright.", "probability": 0.85009765625}], "temperature": 1.0}, {"id": 32, "seek": 89560, "start": 886.68, "end": 895.6, "text": " I would like to volunteer. Yes, yes, yes. All right. You just wait while your questions are finished. All right. Now double check on your...", "tokens": [286, 576, 411, 281, 13835, 13, 1079, 11, 2086, 11, 2086, 13, 1057, 558, 13, 509, 445, 1699, 1339, 428, 1651, 366, 4335, 13, 1057, 558, 13, 823, 3834, 1520, 322, 428, 485], "avg_logprob": -0.5620404692257152, "compression_ratio": 1.2818181818181817, "no_speech_prob": 1.3113021850585938e-06, "words": [{"start": 886.68, "end": 886.72, "word": " I", "probability": 0.1571044921875}, {"start": 886.72, "end": 886.86, "word": " would", "probability": 0.74072265625}, {"start": 886.86, "end": 887.06, "word": " like", "probability": 0.9287109375}, {"start": 887.06, "end": 887.2, "word": " to", "probability": 0.95751953125}, {"start": 887.2, "end": 887.6, "word": " volunteer.", "probability": 0.734375}, {"start": 887.82, "end": 887.9, "word": " Yes,", "probability": 0.2437744140625}, {"start": 888.04, "end": 888.22, "word": " yes,", "probability": 0.81689453125}, {"start": 888.22, "end": 888.5, "word": " yes.", "probability": 0.74462890625}, {"start": 888.7, "end": 888.86, "word": " All", "probability": 0.2890625}, {"start": 888.86, "end": 888.98, "word": " right.", "probability": 0.9111328125}, {"start": 889.14, "end": 889.2, "word": " You", "probability": 0.6015625}, {"start": 889.2, "end": 889.36, "word": " just", "probability": 0.91552734375}, {"start": 889.36, "end": 889.72, "word": " wait", "probability": 0.875}, {"start": 889.72, "end": 891.06, "word": " while", "probability": 0.59912109375}, {"start": 891.06, "end": 891.46, "word": " your", "probability": 0.7939453125}, {"start": 891.46, "end": 891.9, "word": " questions", "probability": 0.7109375}, {"start": 891.9, "end": 892.12, "word": " are", "probability": 0.69580078125}, {"start": 892.12, "end": 892.34, "word": " finished.", "probability": 0.1688232421875}, {"start": 893.6, "end": 893.68, "word": " All", "probability": 0.58349609375}, {"start": 893.68, "end": 893.92, "word": " right.", "probability": 0.921875}, {"start": 894.3, "end": 894.5, "word": " Now", "probability": 0.2464599609375}, {"start": 894.5, "end": 894.66, "word": " double", "probability": 0.53125}, {"start": 894.66, "end": 895.0, "word": " check", "probability": 0.76806640625}, {"start": 895.0, "end": 895.22, "word": " on", "probability": 0.93017578125}, {"start": 895.22, "end": 895.6, "word": " your...", "probability": 0.5838623046875}], "temperature": 1.0}, {"id": 33, "seek": 96987, "start": 961.99, "end": 969.87, "text": " Thank you very much. Thank you. Alright, let's get to hear some of your writings. Who did you write, please?", "tokens": [1044, 291, 588, 709, 13, 1044, 291, 13, 2798, 11, 718, 311, 483, 281, 1568, 512, 295, 428, 30083, 13, 2102, 630, 291, 2464, 11, 1767, 30], "avg_logprob": -0.2985491177865437, "compression_ratio": 1.1473684210526316, "no_speech_prob": 0.0, "words": [{"start": 961.99, "end": 962.27, "word": " Thank", "probability": 0.415283203125}, {"start": 962.27, "end": 962.41, "word": " you", "probability": 0.94677734375}, {"start": 962.41, "end": 962.55, "word": " very", "probability": 0.80810546875}, {"start": 962.55, "end": 962.87, "word": " much.", "probability": 0.91845703125}, {"start": 963.11, "end": 963.11, "word": " Thank", "probability": 0.298828125}, {"start": 963.11, "end": 963.29, "word": " you.", "probability": 0.95751953125}, {"start": 963.41, "end": 963.59, "word": " Alright,", "probability": 0.40478515625}, {"start": 963.91, "end": 964.13, "word": " let's", "probability": 0.900146484375}, {"start": 964.13, "end": 965.43, "word": " get", "probability": 0.84130859375}, {"start": 965.43, "end": 965.59, "word": " to", "probability": 0.94189453125}, {"start": 965.59, "end": 965.77, "word": " hear", "probability": 0.90771484375}, {"start": 965.77, "end": 966.05, "word": " some", "probability": 0.90478515625}, {"start": 966.05, "end": 966.31, "word": " of", "probability": 0.96728515625}, {"start": 966.31, "end": 966.71, "word": " your", "probability": 0.8984375}, {"start": 966.71, "end": 968.59, "word": " writings.", "probability": 0.94189453125}, {"start": 968.91, "end": 969.07, "word": " Who", "probability": 0.4853515625}, {"start": 969.07, "end": 969.19, "word": " did", "probability": 0.95751953125}, {"start": 969.19, "end": 969.33, "word": " you", "probability": 0.97265625}, {"start": 969.33, "end": 969.55, "word": " write,", "probability": 0.9443359375}, {"start": 969.87, "end": 969.87, "word": " please?", "probability": 0.82666015625}], "temperature": 1.0}, {"id": 34, "seek": 99792, "start": 972.02, "end": 997.92, "text": " The same one on the board. Alright, exactly the same one. This is very good. Very nice telepathy. Anyways, yes please. And finally, when you buy an old car, you will be relaxed. You will be relaxed. When you finally, when you buy an old car, you will feel, you will be relaxed. Yes please. As I can see it, it's not that bad to drive an old car. Very nice. As I can see it, it's not that bad to drive an old car. Very good sentence. Yes please.", "tokens": [440, 912, 472, 322, 264, 3150, 13, 2798, 11, 2293, 264, 912, 472, 13, 639, 307, 588, 665, 13, 4372, 1481, 4304, 79, 9527, 13, 15585, 11, 2086, 1767, 13, 400, 2721, 11, 562, 291, 2256, 364, 1331, 1032, 11, 291, 486, 312, 14628, 13, 509, 486, 312, 14628, 13, 1133, 291, 2721, 11, 562, 291, 2256, 364, 1331, 1032, 11, 291, 486, 841, 11, 291, 486, 312, 14628, 13, 1079, 1767, 13, 1018, 286, 393, 536, 309, 11, 309, 311, 406, 300, 1578, 281, 3332, 364, 1331, 1032, 13, 4372, 1481, 13, 1018, 286, 393, 536, 309, 11, 309, 311, 406, 300, 1578, 281, 3332, 364, 1331, 1032, 13, 4372, 665, 8174, 13, 1079, 1767, 13], "avg_logprob": -0.19676906160883983, "compression_ratio": 2.236180904522613, "no_speech_prob": 1.2516975402832031e-06, "words": [{"start": 972.02, "end": 972.24, "word": " The", "probability": 0.2890625}, {"start": 972.24, "end": 972.44, "word": " same", "probability": 0.91796875}, {"start": 972.44, "end": 972.66, "word": " one", "probability": 0.54248046875}, {"start": 972.66, "end": 974.04, "word": " on", "probability": 0.72900390625}, {"start": 974.04, "end": 974.16, "word": " the", "probability": 0.7666015625}, {"start": 974.16, "end": 974.46, "word": " board.", "probability": 0.97021484375}, {"start": 974.78, "end": 975.06, "word": " Alright,", "probability": 0.2222900390625}, {"start": 975.28, "end": 975.58, "word": " exactly", "probability": 0.87451171875}, {"start": 975.58, "end": 975.82, "word": " the", "probability": 0.9169921875}, {"start": 975.82, "end": 976.0, "word": " same", "probability": 0.912109375}, {"start": 976.0, "end": 976.22, "word": " one.", "probability": 0.93408203125}, {"start": 976.52, "end": 976.68, "word": " This", "probability": 0.80224609375}, {"start": 976.68, "end": 976.82, "word": " is", "probability": 0.95361328125}, {"start": 976.82, "end": 977.04, "word": " very", "probability": 0.86474609375}, {"start": 977.04, "end": 977.28, "word": " good.", "probability": 0.91845703125}, {"start": 977.72, "end": 977.92, "word": " Very", "probability": 0.81689453125}, {"start": 977.92, "end": 978.22, "word": " nice", "probability": 0.89599609375}, {"start": 978.22, "end": 978.78, "word": " telepathy.", "probability": 0.8907877604166666}, {"start": 979.08, "end": 979.4, "word": " Anyways,", "probability": 0.5205078125}, {"start": 979.62, "end": 979.74, "word": " yes", "probability": 0.89306640625}, {"start": 979.74, "end": 980.0, "word": " please.", "probability": 0.787109375}, {"start": 980.1, "end": 980.1, "word": " And", "probability": 0.2042236328125}, {"start": 980.1, "end": 980.3, "word": " finally,", "probability": 0.7880859375}, {"start": 980.48, "end": 980.7, "word": " when", "probability": 0.931640625}, {"start": 980.7, "end": 980.86, "word": " you", "probability": 0.96484375}, {"start": 980.86, "end": 981.18, "word": " buy", "probability": 0.91357421875}, {"start": 981.18, "end": 981.38, "word": " an", "probability": 0.93408203125}, {"start": 981.38, "end": 981.6, "word": " old", "probability": 0.93310546875}, {"start": 981.6, "end": 981.84, "word": " car,", "probability": 0.943359375}, {"start": 981.92, "end": 982.0, "word": " you", "probability": 0.9501953125}, {"start": 982.0, "end": 982.16, "word": " will", "probability": 0.84033203125}, {"start": 982.16, "end": 982.3, "word": " be", "probability": 0.88330078125}, {"start": 982.3, "end": 982.64, "word": " relaxed.", "probability": 0.89453125}, {"start": 982.84, "end": 983.04, "word": " You", "probability": 0.73974609375}, {"start": 983.04, "end": 983.24, "word": " will", "probability": 0.88671875}, {"start": 983.24, "end": 983.58, "word": " be", "probability": 0.95556640625}, {"start": 983.58, "end": 983.92, "word": " relaxed.", "probability": 0.9150390625}, {"start": 984.14, "end": 984.24, "word": " When", "probability": 0.5439453125}, {"start": 984.24, "end": 984.34, "word": " you", "probability": 0.96630859375}, {"start": 984.34, "end": 984.72, "word": " finally,", "probability": 0.63427734375}, {"start": 984.88, "end": 985.0, "word": " when", "probability": 0.93310546875}, {"start": 985.0, "end": 985.16, "word": " you", "probability": 0.96240234375}, {"start": 985.16, "end": 985.44, "word": " buy", "probability": 0.921875}, {"start": 985.44, "end": 986.18, "word": " an", "probability": 0.77001953125}, {"start": 986.18, "end": 986.48, "word": " old", "probability": 0.9404296875}, {"start": 986.48, "end": 986.72, "word": " car,", "probability": 0.93359375}, {"start": 986.82, "end": 986.9, "word": " you", "probability": 0.9599609375}, {"start": 986.9, "end": 987.06, "word": " will", "probability": 0.8642578125}, {"start": 987.06, "end": 987.38, "word": " feel,", "probability": 0.86474609375}, {"start": 987.52, "end": 987.6, "word": " you", "probability": 0.8857421875}, {"start": 987.6, "end": 987.72, "word": " will", "probability": 0.88330078125}, {"start": 987.72, "end": 987.9, "word": " be", "probability": 0.95263671875}, {"start": 987.9, "end": 988.24, "word": " relaxed.", "probability": 0.9169921875}, {"start": 988.4, "end": 988.56, "word": " Yes", "probability": 0.93798828125}, {"start": 988.56, "end": 988.84, "word": " please.", "probability": 0.68115234375}, {"start": 989.42, "end": 989.76, "word": " As", "probability": 0.923828125}, {"start": 989.76, "end": 989.88, "word": " I", "probability": 0.99462890625}, {"start": 989.88, "end": 990.12, "word": " can", "probability": 0.95947265625}, {"start": 990.12, "end": 990.26, "word": " see", "probability": 0.92041015625}, {"start": 990.26, "end": 990.46, "word": " it,", "probability": 0.55078125}, {"start": 990.52, "end": 990.68, "word": " it's", "probability": 0.871826171875}, {"start": 990.68, "end": 990.88, "word": " not", "probability": 0.9482421875}, {"start": 990.88, "end": 991.06, "word": " that", "probability": 0.9296875}, {"start": 991.06, "end": 991.34, "word": " bad", "probability": 0.943359375}, {"start": 991.34, "end": 991.56, "word": " to", "probability": 0.95849609375}, {"start": 991.56, "end": 991.82, "word": " drive", "probability": 0.90576171875}, {"start": 991.82, "end": 991.96, "word": " an", "probability": 0.9482421875}, {"start": 991.96, "end": 992.1, "word": " old", "probability": 0.9375}, {"start": 992.1, "end": 992.42, "word": " car.", "probability": 0.94091796875}, {"start": 992.68, "end": 992.96, "word": " Very", "probability": 0.767578125}, {"start": 992.96, "end": 993.18, "word": " nice.", "probability": 0.92041015625}, {"start": 993.24, "end": 993.4, "word": " As", "probability": 0.935546875}, {"start": 993.4, "end": 993.56, "word": " I", "probability": 0.99658203125}, {"start": 993.56, "end": 993.74, "word": " can", "probability": 0.95458984375}, {"start": 993.74, "end": 993.9, "word": " see", "probability": 0.9296875}, {"start": 993.9, "end": 994.04, "word": " it,", "probability": 0.91943359375}, {"start": 994.08, "end": 994.22, "word": " it's", "probability": 0.969970703125}, {"start": 994.22, "end": 994.42, "word": " not", "probability": 0.95068359375}, {"start": 994.42, "end": 994.68, "word": " that", "probability": 0.935546875}, {"start": 994.68, "end": 995.1, "word": " bad", "probability": 0.9521484375}, {"start": 995.1, "end": 995.44, "word": " to", "probability": 0.9697265625}, {"start": 995.44, "end": 995.78, "word": " drive", "probability": 0.9140625}, {"start": 995.78, "end": 995.92, "word": " an", "probability": 0.9560546875}, {"start": 995.92, "end": 996.12, "word": " old", "probability": 0.94384765625}, {"start": 996.12, "end": 996.4, "word": " car.", "probability": 0.94140625}, {"start": 996.52, "end": 996.76, "word": " Very", "probability": 0.833984375}, {"start": 996.76, "end": 996.98, "word": " good", "probability": 0.92333984375}, {"start": 996.98, "end": 997.36, "word": " sentence.", "probability": 0.9462890625}, {"start": 997.46, "end": 997.62, "word": " Yes", "probability": 0.9716796875}, {"start": 997.62, "end": 997.92, "word": " please.", "probability": 0.7451171875}], "temperature": 1.0}, {"id": 35, "seek": 102768, "start": 998.88, "end": 1027.68, "text": " Yes, please. I choose old car because it includes a lot of advantages and it helps me to save my money. Yes, I choose the old car because it includes a lot of advantages. Very good, very good. Yes, please. To conclude, don't stress out too much when you want to buy an old car. Very good. Don't stress out too much when you get or you have or you buy an old car. Please see some of your classmates' examples and comment on them if there is a need for any comment. To conclude,", "tokens": [1079, 11, 1767, 13, 286, 2826, 1331, 1032, 570, 309, 5974, 257, 688, 295, 14906, 293, 309, 3665, 385, 281, 3155, 452, 1460, 13, 1079, 11, 286, 2826, 264, 1331, 1032, 570, 309, 5974, 257, 688, 295, 14906, 13, 4372, 665, 11, 588, 665, 13, 1079, 11, 1767, 13, 1407, 16886, 11, 500, 380, 4244, 484, 886, 709, 562, 291, 528, 281, 2256, 364, 1331, 1032, 13, 4372, 665, 13, 1468, 380, 4244, 484, 886, 709, 562, 291, 483, 420, 291, 362, 420, 291, 2256, 364, 1331, 1032, 13, 2555, 536, 512, 295, 428, 24964, 6, 5110, 293, 2871, 322, 552, 498, 456, 307, 257, 643, 337, 604, 2871, 13, 1407, 16886, 11], "avg_logprob": -0.21984649802509107, "compression_ratio": 2.0472103004291844, "no_speech_prob": 5.960464477539063e-08, "words": [{"start": 998.88, "end": 999.14, "word": " Yes,", "probability": 0.420654296875}, {"start": 999.2, "end": 999.36, "word": " please.", "probability": 0.79931640625}, {"start": 999.64, "end": 1000.08, "word": " I", "probability": 0.77783203125}, {"start": 1000.08, "end": 1000.4, "word": " choose", "probability": 0.7138671875}, {"start": 1000.4, "end": 1000.68, "word": " old", "probability": 0.212158203125}, {"start": 1000.68, "end": 1000.86, "word": " car", "probability": 0.78759765625}, {"start": 1000.86, "end": 1001.16, "word": " because", "probability": 0.86474609375}, {"start": 1001.16, "end": 1001.62, "word": " it", "probability": 0.92919921875}, {"start": 1001.62, "end": 1002.18, "word": " includes", "probability": 0.69482421875}, {"start": 1002.18, "end": 1002.5, "word": " a", "probability": 0.9150390625}, {"start": 1002.5, "end": 1002.72, "word": " lot", "probability": 0.953125}, {"start": 1002.72, "end": 1002.92, "word": " of", "probability": 0.931640625}, {"start": 1002.92, "end": 1003.42, "word": " advantages", "probability": 0.794921875}, {"start": 1003.42, "end": 1003.68, "word": " and", "probability": 0.85009765625}, {"start": 1003.68, "end": 1003.86, "word": " it", "probability": 0.89697265625}, {"start": 1003.86, "end": 1004.1, "word": " helps", "probability": 0.49169921875}, {"start": 1004.1, "end": 1004.28, "word": " me", "probability": 0.9453125}, {"start": 1004.28, "end": 1004.46, "word": " to", "probability": 0.865234375}, {"start": 1004.46, "end": 1004.62, "word": " save", "probability": 0.888671875}, {"start": 1004.62, "end": 1004.8, "word": " my", "probability": 0.548828125}, {"start": 1004.8, "end": 1005.0, "word": " money.", "probability": 0.8349609375}, {"start": 1005.08, "end": 1005.36, "word": " Yes,", "probability": 0.452392578125}, {"start": 1005.36, "end": 1005.58, "word": " I", "probability": 0.9619140625}, {"start": 1005.58, "end": 1005.88, "word": " choose", "probability": 0.81591796875}, {"start": 1005.88, "end": 1006.82, "word": " the", "probability": 0.48583984375}, {"start": 1006.82, "end": 1007.08, "word": " old", "probability": 0.92822265625}, {"start": 1007.08, "end": 1007.32, "word": " car", "probability": 0.9423828125}, {"start": 1007.32, "end": 1007.62, "word": " because", "probability": 0.8837890625}, {"start": 1007.62, "end": 1007.88, "word": " it", "probability": 0.9404296875}, {"start": 1007.88, "end": 1008.34, "word": " includes", "probability": 0.9091796875}, {"start": 1008.34, "end": 1008.6, "word": " a", "probability": 0.9716796875}, {"start": 1008.6, "end": 1008.7, "word": " lot", "probability": 0.95068359375}, {"start": 1008.7, "end": 1008.86, "word": " of", "probability": 0.94189453125}, {"start": 1008.86, "end": 1009.62, "word": " advantages.", "probability": 0.94189453125}, {"start": 1009.96, "end": 1010.22, "word": " Very", "probability": 0.79931640625}, {"start": 1010.22, "end": 1010.46, "word": " good,", "probability": 0.9228515625}, {"start": 1010.54, "end": 1010.72, "word": " very", "probability": 0.79248046875}, {"start": 1010.72, "end": 1010.88, "word": " good.", "probability": 0.92431640625}, {"start": 1010.96, "end": 1011.08, "word": " Yes,", "probability": 0.81298828125}, {"start": 1011.14, "end": 1011.38, "word": " please.", "probability": 0.798828125}, {"start": 1011.46, "end": 1011.68, "word": " To", "probability": 0.64013671875}, {"start": 1011.68, "end": 1012.12, "word": " conclude,", "probability": 0.837890625}, {"start": 1012.26, "end": 1012.44, "word": " don't", "probability": 0.9619140625}, {"start": 1012.44, "end": 1012.82, "word": " stress", "probability": 0.90771484375}, {"start": 1012.82, "end": 1013.14, "word": " out", "probability": 0.84326171875}, {"start": 1013.14, "end": 1013.36, "word": " too", "probability": 0.9228515625}, {"start": 1013.36, "end": 1013.6, "word": " much", "probability": 0.90234375}, {"start": 1013.6, "end": 1013.8, "word": " when", "probability": 0.93408203125}, {"start": 1013.8, "end": 1013.92, "word": " you", "probability": 0.9658203125}, {"start": 1013.92, "end": 1014.14, "word": " want", "probability": 0.81005859375}, {"start": 1014.14, "end": 1014.3, "word": " to", "probability": 0.97021484375}, {"start": 1014.3, "end": 1014.44, "word": " buy", "probability": 0.9130859375}, {"start": 1014.44, "end": 1014.66, "word": " an", "probability": 0.947265625}, {"start": 1014.66, "end": 1014.86, "word": " old", "probability": 0.92041015625}, {"start": 1014.86, "end": 1015.08, "word": " car.", "probability": 0.92138671875}, {"start": 1015.16, "end": 1015.5, "word": " Very", "probability": 0.81005859375}, {"start": 1015.5, "end": 1015.7, "word": " good.", "probability": 0.923828125}, {"start": 1015.9, "end": 1016.16, "word": " Don't", "probability": 0.973388671875}, {"start": 1016.16, "end": 1016.42, "word": " stress", "probability": 0.91162109375}, {"start": 1016.42, "end": 1016.68, "word": " out", "probability": 0.8623046875}, {"start": 1016.68, "end": 1016.82, "word": " too", "probability": 0.919921875}, {"start": 1016.82, "end": 1017.0, "word": " much", "probability": 0.904296875}, {"start": 1017.0, "end": 1017.16, "word": " when", "probability": 0.92529296875}, {"start": 1017.16, "end": 1017.28, "word": " you", "probability": 0.96435546875}, {"start": 1017.28, "end": 1017.56, "word": " get", "probability": 0.9306640625}, {"start": 1017.56, "end": 1017.74, "word": " or", "probability": 0.80615234375}, {"start": 1017.74, "end": 1017.9, "word": " you", "probability": 0.61083984375}, {"start": 1017.9, "end": 1018.28, "word": " have", "probability": 0.5439453125}, {"start": 1018.28, "end": 1018.48, "word": " or", "probability": 0.88427734375}, {"start": 1018.48, "end": 1018.58, "word": " you", "probability": 0.81640625}, {"start": 1018.58, "end": 1019.04, "word": " buy", "probability": 0.7080078125}, {"start": 1019.04, "end": 1019.92, "word": " an", "probability": 0.90087890625}, {"start": 1019.92, "end": 1020.14, "word": " old", "probability": 0.935546875}, {"start": 1020.14, "end": 1020.4, "word": " car.", "probability": 0.92724609375}, {"start": 1020.5, "end": 1020.62, "word": " Please", "probability": 0.1483154296875}, {"start": 1020.62, "end": 1020.78, "word": " see", "probability": 0.845703125}, {"start": 1020.78, "end": 1021.02, "word": " some", "probability": 0.53564453125}, {"start": 1021.02, "end": 1021.32, "word": " of", "probability": 0.8076171875}, {"start": 1021.32, "end": 1021.48, "word": " your", "probability": 0.90087890625}, {"start": 1021.48, "end": 1022.4, "word": " classmates'", "probability": 0.91796875}, {"start": 1022.88, "end": 1023.36, "word": " examples", "probability": 0.75390625}, {"start": 1023.36, "end": 1023.98, "word": " and", "probability": 0.88232421875}, {"start": 1023.98, "end": 1024.54, "word": " comment", "probability": 0.939453125}, {"start": 1024.54, "end": 1024.76, "word": " on", "probability": 0.892578125}, {"start": 1024.76, "end": 1025.08, "word": " them", "probability": 0.88427734375}, {"start": 1025.08, "end": 1025.48, "word": " if", "probability": 0.87060546875}, {"start": 1025.48, "end": 1025.82, "word": " there", "probability": 0.90771484375}, {"start": 1025.82, "end": 1026.0, "word": " is", "probability": 0.7998046875}, {"start": 1026.0, "end": 1026.18, "word": " a", "probability": 0.892578125}, {"start": 1026.18, "end": 1026.36, "word": " need", "probability": 0.93310546875}, {"start": 1026.36, "end": 1026.58, "word": " for", "probability": 0.94189453125}, {"start": 1026.58, "end": 1026.82, "word": " any", "probability": 0.84912109375}, {"start": 1026.82, "end": 1027.08, "word": " comment.", "probability": 0.966796875}, {"start": 1027.16, "end": 1027.32, "word": " To", "probability": 0.96630859375}, {"start": 1027.32, "end": 1027.68, "word": " conclude,", "probability": 0.8564453125}], "temperature": 1.0}, {"id": 36, "seek": 105044, "start": 1028.18, "end": 1050.44, "text": " Driving an old car is this way easy and it saves money. Clearly it is sort of a summary of the main points in this paragraph. But I would like to remind you that it's a capital letter, right? To conclude, very nice. Driving an old car is this way makes you", "tokens": [44028, 364, 1331, 1032, 307, 341, 636, 1858, 293, 309, 19155, 1460, 13, 24120, 309, 307, 1333, 295, 257, 12691, 295, 264, 2135, 2793, 294, 341, 18865, 13, 583, 286, 576, 411, 281, 4160, 291, 300, 309, 311, 257, 4238, 5063, 11, 558, 30, 1407, 16886, 11, 588, 1481, 13, 44028, 364, 1331, 1032, 307, 341, 636, 1669, 291], "avg_logprob": -0.2292968769868215, "compression_ratio": 1.5029239766081872, "no_speech_prob": 0.0, "words": [{"start": 1028.18, "end": 1028.68, "word": " Driving", "probability": 0.5947265625}, {"start": 1028.68, "end": 1028.92, "word": " an", "probability": 0.9130859375}, {"start": 1028.92, "end": 1029.16, "word": " old", "probability": 0.93505859375}, {"start": 1029.16, "end": 1029.48, "word": " car", "probability": 0.9404296875}, {"start": 1029.48, "end": 1029.66, "word": " is", "probability": 0.91357421875}, {"start": 1029.66, "end": 1029.96, "word": " this", "probability": 0.88134765625}, {"start": 1029.96, "end": 1030.3, "word": " way", "probability": 0.9560546875}, {"start": 1030.3, "end": 1031.04, "word": " easy", "probability": 0.7744140625}, {"start": 1031.04, "end": 1031.8, "word": " and", "probability": 0.91845703125}, {"start": 1031.8, "end": 1032.06, "word": " it", "probability": 0.94873046875}, {"start": 1032.06, "end": 1032.52, "word": " saves", "probability": 0.81494140625}, {"start": 1032.52, "end": 1033.52, "word": " money.", "probability": 0.775390625}, {"start": 1033.92, "end": 1034.28, "word": " Clearly", "probability": 0.5625}, {"start": 1034.28, "end": 1034.52, "word": " it", "probability": 0.428955078125}, {"start": 1034.52, "end": 1034.68, "word": " is", "probability": 0.86865234375}, {"start": 1034.68, "end": 1034.94, "word": " sort", "probability": 0.7080078125}, {"start": 1034.94, "end": 1035.16, "word": " of", "probability": 0.970703125}, {"start": 1035.16, "end": 1035.38, "word": " a", "probability": 0.9140625}, {"start": 1035.38, "end": 1035.8, "word": " summary", "probability": 0.92529296875}, {"start": 1035.8, "end": 1036.28, "word": " of", "probability": 0.96435546875}, {"start": 1036.28, "end": 1036.8, "word": " the", "probability": 0.904296875}, {"start": 1036.8, "end": 1037.16, "word": " main", "probability": 0.91552734375}, {"start": 1037.16, "end": 1038.44, "word": " points", "probability": 0.69580078125}, {"start": 1038.44, "end": 1038.82, "word": " in", "probability": 0.8857421875}, {"start": 1038.82, "end": 1039.44, "word": " this", "probability": 0.9248046875}, {"start": 1039.44, "end": 1039.82, "word": " paragraph.", "probability": 0.75146484375}, {"start": 1040.3, "end": 1040.38, "word": " But", "probability": 0.343505859375}, {"start": 1040.38, "end": 1040.84, "word": " I", "probability": 0.943359375}, {"start": 1040.84, "end": 1041.0, "word": " would", "probability": 0.91015625}, {"start": 1041.0, "end": 1041.28, "word": " like", "probability": 0.9326171875}, {"start": 1041.28, "end": 1041.64, "word": " to", "probability": 0.96826171875}, {"start": 1041.64, "end": 1042.2, "word": " remind", "probability": 0.912109375}, {"start": 1042.2, "end": 1042.42, "word": " you", "probability": 0.95458984375}, {"start": 1042.42, "end": 1042.86, "word": " that", "probability": 0.93408203125}, {"start": 1042.86, "end": 1043.86, "word": " it's", "probability": 0.78466796875}, {"start": 1043.86, "end": 1043.92, "word": " a", "probability": 0.5439453125}, {"start": 1043.92, "end": 1044.22, "word": " capital", "probability": 0.95556640625}, {"start": 1044.22, "end": 1044.56, "word": " letter,", "probability": 0.96630859375}, {"start": 1044.66, "end": 1044.98, "word": " right?", "probability": 0.85107421875}, {"start": 1045.36, "end": 1045.56, "word": " To", "probability": 0.9208984375}, {"start": 1045.56, "end": 1046.02, "word": " conclude,", "probability": 0.81982421875}, {"start": 1046.22, "end": 1046.4, "word": " very", "probability": 0.646484375}, {"start": 1046.4, "end": 1046.66, "word": " nice.", "probability": 0.8974609375}, {"start": 1046.74, "end": 1047.04, "word": " Driving", "probability": 0.90283203125}, {"start": 1047.04, "end": 1047.24, "word": " an", "probability": 0.9443359375}, {"start": 1047.24, "end": 1047.5, "word": " old", "probability": 0.9345703125}, {"start": 1047.5, "end": 1047.96, "word": " car", "probability": 0.93310546875}, {"start": 1047.96, "end": 1048.5, "word": " is", "probability": 0.9384765625}, {"start": 1048.5, "end": 1048.76, "word": " this", "probability": 0.95703125}, {"start": 1048.76, "end": 1049.18, "word": " way", "probability": 0.9619140625}, {"start": 1049.18, "end": 1049.96, "word": " makes", "probability": 0.349609375}, {"start": 1049.96, "end": 1050.44, "word": " you", "probability": 0.96826171875}], "temperature": 1.0}, {"id": 37, "seek": 107419, "start": 1050.59, "end": 1074.19, "text": " less worried. Alright? Makes you less worried. It is easier to use and it saves you money. Alright? We'll talk about parallelism later on. Alright? But just make sure that you have the same structure in every part of the series. Very nice. To conclude, driving old cars are useful to use when you have", "tokens": [1570, 5804, 13, 2798, 30, 25245, 291, 1570, 5804, 13, 467, 307, 3571, 281, 764, 293, 309, 19155, 291, 1460, 13, 2798, 30, 492, 603, 751, 466, 8952, 1434, 1780, 322, 13, 2798, 30, 583, 445, 652, 988, 300, 291, 362, 264, 912, 3877, 294, 633, 644, 295, 264, 2638, 13, 4372, 1481, 13, 1407, 16886, 11, 4840, 1331, 5163, 366, 4420, 281, 764, 562, 291, 362], "avg_logprob": -0.18175551536328652, "compression_ratio": 1.5729166666666667, "no_speech_prob": 1.1920928955078125e-07, "words": [{"start": 1050.59, "end": 1051.21, "word": " less", "probability": 0.3388671875}, {"start": 1051.21, "end": 1052.01, "word": " worried.", "probability": 0.85791015625}, {"start": 1052.31, "end": 1052.37, "word": " Alright?", "probability": 0.4736328125}, {"start": 1052.63, "end": 1053.13, "word": " Makes", "probability": 0.5703125}, {"start": 1053.13, "end": 1053.35, "word": " you", "probability": 0.9697265625}, {"start": 1053.35, "end": 1053.83, "word": " less", "probability": 0.94482421875}, {"start": 1053.83, "end": 1054.77, "word": " worried.", "probability": 0.908203125}, {"start": 1055.25, "end": 1055.45, "word": " It", "probability": 0.947265625}, {"start": 1055.45, "end": 1055.71, "word": " is", "probability": 0.9267578125}, {"start": 1055.71, "end": 1056.25, "word": " easier", "probability": 0.9794921875}, {"start": 1056.25, "end": 1056.79, "word": " to", "probability": 0.98095703125}, {"start": 1056.79, "end": 1057.95, "word": " use", "probability": 0.884765625}, {"start": 1057.95, "end": 1058.45, "word": " and", "probability": 0.90380859375}, {"start": 1058.45, "end": 1058.75, "word": " it", "probability": 0.951171875}, {"start": 1058.75, "end": 1059.11, "word": " saves", "probability": 0.8408203125}, {"start": 1059.11, "end": 1059.51, "word": " you", "probability": 0.9462890625}, {"start": 1059.51, "end": 1060.19, "word": " money.", "probability": 0.904296875}, {"start": 1060.43, "end": 1060.55, "word": " Alright?", "probability": 0.73681640625}, {"start": 1060.57, "end": 1060.77, "word": " We'll", "probability": 0.866455078125}, {"start": 1060.77, "end": 1060.97, "word": " talk", "probability": 0.90478515625}, {"start": 1060.97, "end": 1061.29, "word": " about", "probability": 0.9208984375}, {"start": 1061.29, "end": 1061.87, "word": " parallelism", "probability": 0.765869140625}, {"start": 1061.87, "end": 1062.19, "word": " later", "probability": 0.94873046875}, {"start": 1062.19, "end": 1062.51, "word": " on.", "probability": 0.94384765625}, {"start": 1062.61, "end": 1062.81, "word": " Alright?", "probability": 0.796875}, {"start": 1062.97, "end": 1063.09, "word": " But", "probability": 0.91455078125}, {"start": 1063.09, "end": 1063.31, "word": " just", "probability": 0.8896484375}, {"start": 1063.31, "end": 1063.55, "word": " make", "probability": 0.943359375}, {"start": 1063.55, "end": 1063.75, "word": " sure", "probability": 0.91259765625}, {"start": 1063.75, "end": 1064.13, "word": " that", "probability": 0.93408203125}, {"start": 1064.13, "end": 1064.31, "word": " you", "probability": 0.9677734375}, {"start": 1064.31, "end": 1064.51, "word": " have", "probability": 0.95556640625}, {"start": 1064.51, "end": 1064.65, "word": " the", "probability": 0.91357421875}, {"start": 1064.65, "end": 1064.87, "word": " same", "probability": 0.86083984375}, {"start": 1064.87, "end": 1065.33, "word": " structure", "probability": 0.857421875}, {"start": 1065.33, "end": 1065.59, "word": " in", "probability": 0.943359375}, {"start": 1065.59, "end": 1066.05, "word": " every", "probability": 0.82763671875}, {"start": 1066.05, "end": 1067.09, "word": " part", "probability": 0.8955078125}, {"start": 1067.09, "end": 1067.31, "word": " of", "probability": 0.96728515625}, {"start": 1067.31, "end": 1067.65, "word": " the", "probability": 0.75634765625}, {"start": 1067.65, "end": 1068.09, "word": " series.", "probability": 0.67041015625}, {"start": 1068.17, "end": 1068.37, "word": " Very", "probability": 0.814453125}, {"start": 1068.37, "end": 1068.61, "word": " nice.", "probability": 0.89892578125}, {"start": 1069.01, "end": 1069.19, "word": " To", "probability": 0.9384765625}, {"start": 1069.19, "end": 1069.61, "word": " conclude,", "probability": 0.81787109375}, {"start": 1070.37, "end": 1070.99, "word": " driving", "probability": 0.91748046875}, {"start": 1070.99, "end": 1071.59, "word": " old", "probability": 0.93310546875}, {"start": 1071.59, "end": 1072.07, "word": " cars", "probability": 0.9208984375}, {"start": 1072.07, "end": 1072.35, "word": " are", "probability": 0.92236328125}, {"start": 1072.35, "end": 1072.79, "word": " useful", "probability": 0.85302734375}, {"start": 1072.79, "end": 1073.05, "word": " to", "probability": 0.9697265625}, {"start": 1073.05, "end": 1073.37, "word": " use", "probability": 0.88623046875}, {"start": 1073.37, "end": 1073.59, "word": " when", "probability": 0.9443359375}, {"start": 1073.59, "end": 1073.73, "word": " you", "probability": 0.96435546875}, {"start": 1073.73, "end": 1074.19, "word": " have", "probability": 0.953125}], "temperature": 1.0}, {"id": 38, "seek": 110249, "start": 1075.61, "end": 1102.49, "text": " Do you have any comments on this? Driving, first D, it has to be a small letter. Driving old cars, an old car, whatever, that's alright. S, why is it S? Because this is a subject. It's not the old cars, it's the driving old cars. So this is the subject. It's a singular subject, alright? It's useful to use when you have", "tokens": [1144, 291, 362, 604, 3053, 322, 341, 30, 44028, 11, 700, 413, 11, 309, 575, 281, 312, 257, 1359, 5063, 13, 44028, 1331, 5163, 11, 364, 1331, 1032, 11, 2035, 11, 300, 311, 5845, 13, 318, 11, 983, 307, 309, 318, 30, 1436, 341, 307, 257, 3983, 13, 467, 311, 406, 264, 1331, 5163, 11, 309, 311, 264, 4840, 1331, 5163, 13, 407, 341, 307, 264, 3983, 13, 467, 311, 257, 20010, 3983, 11, 5845, 30, 467, 311, 4420, 281, 764, 562, 291, 362], "avg_logprob": -0.3036764607709997, "compression_ratio": 1.7258064516129032, "no_speech_prob": 5.960464477539063e-08, "words": [{"start": 1075.61, "end": 1076.09, "word": " Do", "probability": 0.125244140625}, {"start": 1076.09, "end": 1076.57, "word": " you", "probability": 0.9658203125}, {"start": 1076.57, "end": 1076.69, "word": " have", "probability": 0.9482421875}, {"start": 1076.69, "end": 1076.83, "word": " any", "probability": 0.890625}, {"start": 1076.83, "end": 1077.23, "word": " comments", "probability": 0.8291015625}, {"start": 1077.23, "end": 1077.41, "word": " on", "probability": 0.830078125}, {"start": 1077.41, "end": 1077.65, "word": " this?", "probability": 0.9072265625}, {"start": 1079.39, "end": 1079.87, "word": " Driving,", "probability": 0.2308349609375}, {"start": 1080.25, "end": 1081.31, "word": " first", "probability": 0.7294921875}, {"start": 1081.31, "end": 1081.65, "word": " D,", "probability": 0.6806640625}, {"start": 1081.85, "end": 1081.87, "word": " it", "probability": 0.78955078125}, {"start": 1081.87, "end": 1082.03, "word": " has", "probability": 0.9306640625}, {"start": 1082.03, "end": 1082.13, "word": " to", "probability": 0.97216796875}, {"start": 1082.13, "end": 1082.25, "word": " be", "probability": 0.95556640625}, {"start": 1082.25, "end": 1082.39, "word": " a", "probability": 0.89892578125}, {"start": 1082.39, "end": 1082.65, "word": " small", "probability": 0.93017578125}, {"start": 1082.65, "end": 1082.99, "word": " letter.", "probability": 0.95703125}, {"start": 1083.39, "end": 1083.77, "word": " Driving", "probability": 0.8134765625}, {"start": 1083.77, "end": 1084.15, "word": " old", "probability": 0.91015625}, {"start": 1084.15, "end": 1084.83, "word": " cars,", "probability": 0.9072265625}, {"start": 1085.03, "end": 1085.03, "word": " an", "probability": 0.63134765625}, {"start": 1085.03, "end": 1086.75, "word": " old", "probability": 0.93115234375}, {"start": 1086.75, "end": 1087.09, "word": " car,", "probability": 0.9189453125}, {"start": 1087.19, "end": 1087.37, "word": " whatever,", "probability": 0.6123046875}, {"start": 1087.61, "end": 1087.81, "word": " that's", "probability": 0.932861328125}, {"start": 1087.81, "end": 1088.03, "word": " alright.", "probability": 0.6943359375}, {"start": 1088.71, "end": 1089.19, "word": " S,", "probability": 0.45361328125}, {"start": 1089.49, "end": 1090.41, "word": " why", "probability": 0.2342529296875}, {"start": 1090.41, "end": 1090.61, "word": " is", "probability": 0.9345703125}, {"start": 1090.61, "end": 1090.71, "word": " it", "probability": 0.9208984375}, {"start": 1090.71, "end": 1091.01, "word": " S?", "probability": 0.83837890625}, {"start": 1091.25, "end": 1091.73, "word": " Because", "probability": 0.75341796875}, {"start": 1091.73, "end": 1092.81, "word": " this", "probability": 0.55126953125}, {"start": 1092.81, "end": 1092.93, "word": " is", "probability": 0.94091796875}, {"start": 1092.93, "end": 1093.09, "word": " a", "probability": 0.6435546875}, {"start": 1093.09, "end": 1093.57, "word": " subject.", "probability": 0.9326171875}, {"start": 1093.95, "end": 1094.17, "word": " It's", "probability": 0.876953125}, {"start": 1094.17, "end": 1094.31, "word": " not", "probability": 0.9013671875}, {"start": 1094.31, "end": 1094.49, "word": " the", "probability": 0.3291015625}, {"start": 1094.49, "end": 1094.69, "word": " old", "probability": 0.93212890625}, {"start": 1094.69, "end": 1094.97, "word": " cars,", "probability": 0.8671875}, {"start": 1095.05, "end": 1095.17, "word": " it's", "probability": 0.94970703125}, {"start": 1095.17, "end": 1095.33, "word": " the", "probability": 0.7822265625}, {"start": 1095.33, "end": 1095.75, "word": " driving", "probability": 0.94189453125}, {"start": 1095.75, "end": 1096.07, "word": " old", "probability": 0.8984375}, {"start": 1096.07, "end": 1096.41, "word": " cars.", "probability": 0.9130859375}, {"start": 1096.53, "end": 1096.65, "word": " So", "probability": 0.88720703125}, {"start": 1096.65, "end": 1096.93, "word": " this", "probability": 0.75634765625}, {"start": 1096.93, "end": 1097.05, "word": " is", "probability": 0.9453125}, {"start": 1097.05, "end": 1097.19, "word": " the", "probability": 0.8681640625}, {"start": 1097.19, "end": 1097.47, "word": " subject.", "probability": 0.96240234375}, {"start": 1097.63, "end": 1097.79, "word": " It's", "probability": 0.9248046875}, {"start": 1097.79, "end": 1097.91, "word": " a", "probability": 0.73291015625}, {"start": 1097.91, "end": 1098.23, "word": " singular", "probability": 0.984375}, {"start": 1098.23, "end": 1098.81, "word": " subject,", "probability": 0.9560546875}, {"start": 1099.01, "end": 1099.39, "word": " alright?", "probability": 0.828125}, {"start": 1100.07, "end": 1100.39, "word": " It's", "probability": 0.7158203125}, {"start": 1100.39, "end": 1101.13, "word": " useful", "probability": 0.7958984375}, {"start": 1101.13, "end": 1101.33, "word": " to", "probability": 0.9560546875}, {"start": 1101.33, "end": 1101.61, "word": " use", "probability": 0.865234375}, {"start": 1101.61, "end": 1101.79, "word": " when", "probability": 0.9287109375}, {"start": 1101.79, "end": 1101.95, "word": " you", "probability": 0.9658203125}, {"start": 1101.95, "end": 1102.49, "word": " have", "probability": 0.951171875}], "temperature": 1.0}, {"id": 39, "seek": 112698, "start": 1103.0, "end": 1126.98, "text": " Alright, let's see the third one. To conclude, owning an au pair isn't as bad as it seems. What do you think? Perfect. Perfect. Very nice concluding sentence. Very good sentence. And finally, let's see this one. In short, there are three advantages that suppose you to do", "tokens": [2798, 11, 718, 311, 536, 264, 2636, 472, 13, 1407, 16886, 11, 29820, 364, 1609, 6119, 1943, 380, 382, 1578, 382, 309, 2544, 13, 708, 360, 291, 519, 30, 10246, 13, 10246, 13, 4372, 1481, 9312, 278, 8174, 13, 4372, 665, 8174, 13, 400, 2721, 11, 718, 311, 536, 341, 472, 13, 682, 2099, 11, 456, 366, 1045, 14906, 300, 7297, 291, 281, 360], "avg_logprob": -0.2567307692307692, "compression_ratio": 1.5280898876404494, "no_speech_prob": 8.344650268554688e-07, "words": [{"start": 1103.0, "end": 1103.76, "word": " Alright,", "probability": 0.1343994140625}, {"start": 1104.14, "end": 1104.3, "word": " let's", "probability": 0.9326171875}, {"start": 1104.3, "end": 1104.42, "word": " see", "probability": 0.9228515625}, {"start": 1104.42, "end": 1104.58, "word": " the", "probability": 0.9208984375}, {"start": 1104.58, "end": 1104.86, "word": " third", "probability": 0.90380859375}, {"start": 1104.86, "end": 1105.18, "word": " one.", "probability": 0.93212890625}, {"start": 1106.54, "end": 1106.84, "word": " To", "probability": 0.80078125}, {"start": 1106.84, "end": 1107.54, "word": " conclude,", "probability": 0.802734375}, {"start": 1107.92, "end": 1108.36, "word": " owning", "probability": 0.8115234375}, {"start": 1108.36, "end": 1108.96, "word": " an", "probability": 0.72998046875}, {"start": 1108.96, "end": 1109.16, "word": " au", "probability": 0.226806640625}, {"start": 1109.16, "end": 1109.36, "word": " pair", "probability": 0.2783203125}, {"start": 1109.36, "end": 1110.04, "word": " isn't", "probability": 0.953369140625}, {"start": 1110.04, "end": 1110.34, "word": " as", "probability": 0.958984375}, {"start": 1110.34, "end": 1110.6, "word": " bad", "probability": 0.9443359375}, {"start": 1110.6, "end": 1111.1, "word": " as", "probability": 0.96484375}, {"start": 1111.1, "end": 1111.54, "word": " it", "probability": 0.95458984375}, {"start": 1111.54, "end": 1112.44, "word": " seems.", "probability": 0.72607421875}, {"start": 1112.56, "end": 1112.68, "word": " What", "probability": 0.8212890625}, {"start": 1112.68, "end": 1112.8, "word": " do", "probability": 0.94580078125}, {"start": 1112.8, "end": 1112.88, "word": " you", "probability": 0.9677734375}, {"start": 1112.88, "end": 1113.24, "word": " think?", "probability": 0.92041015625}, {"start": 1113.8, "end": 1114.26, "word": " Perfect.", "probability": 0.84619140625}, {"start": 1114.88, "end": 1115.28, "word": " Perfect.", "probability": 0.56787109375}, {"start": 1115.46, "end": 1115.68, "word": " Very", "probability": 0.79052734375}, {"start": 1115.68, "end": 1116.12, "word": " nice", "probability": 0.904296875}, {"start": 1116.12, "end": 1117.26, "word": " concluding", "probability": 0.927978515625}, {"start": 1117.26, "end": 1117.92, "word": " sentence.", "probability": 0.93505859375}, {"start": 1118.06, "end": 1118.24, "word": " Very", "probability": 0.79541015625}, {"start": 1118.24, "end": 1118.48, "word": " good", "probability": 0.91796875}, {"start": 1118.48, "end": 1119.02, "word": " sentence.", "probability": 0.9541015625}, {"start": 1119.5, "end": 1119.82, "word": " And", "probability": 0.93310546875}, {"start": 1119.82, "end": 1120.18, "word": " finally,", "probability": 0.80615234375}, {"start": 1120.24, "end": 1120.38, "word": " let's", "probability": 0.9658203125}, {"start": 1120.38, "end": 1120.5, "word": " see", "probability": 0.92822265625}, {"start": 1120.5, "end": 1120.72, "word": " this", "probability": 0.9462890625}, {"start": 1120.72, "end": 1120.92, "word": " one.", "probability": 0.9345703125}, {"start": 1121.02, "end": 1121.22, "word": " In", "probability": 0.5849609375}, {"start": 1121.22, "end": 1121.48, "word": " short,", "probability": 0.87890625}, {"start": 1122.22, "end": 1122.46, "word": " there", "probability": 0.89892578125}, {"start": 1122.46, "end": 1123.3, "word": " are", "probability": 0.94091796875}, {"start": 1123.3, "end": 1124.26, "word": " three", "probability": 0.82568359375}, {"start": 1124.26, "end": 1125.04, "word": " advantages", "probability": 0.9208984375}, {"start": 1125.04, "end": 1125.58, "word": " that", "probability": 0.93798828125}, {"start": 1125.58, "end": 1126.12, "word": " suppose", "probability": 0.580078125}, {"start": 1126.12, "end": 1126.44, "word": " you", "probability": 0.953125}, {"start": 1126.44, "end": 1126.72, "word": " to", "probability": 0.9638671875}, {"start": 1126.72, "end": 1126.98, "word": " do", "probability": 0.95947265625}], "temperature": 1.0}, {"id": 40, "seek": 113785, "start": 1129.32, "end": 1137.86, "text": "that to do and that tells you how to treat with these kinds of cars. Do you have any comments?", "tokens": [6780, 281, 360, 293, 300, 5112, 291, 577, 281, 2387, 365, 613, 3685, 295, 5163, 13, 1144, 291, 362, 604, 3053, 30], "avg_logprob": -0.12729279243427774, "compression_ratio": 1.1325301204819278, "no_speech_prob": 5.960464477539063e-08, "words": [{"start": 1129.32, "end": 1130.06, "word": "that", "probability": 0.421142578125}, {"start": 1130.06, "end": 1130.8, "word": " to", "probability": 0.91552734375}, {"start": 1130.8, "end": 1131.06, "word": " do", "probability": 0.9599609375}, {"start": 1131.06, "end": 1131.42, "word": " and", "probability": 0.859375}, {"start": 1131.42, "end": 1131.84, "word": " that", "probability": 0.94580078125}, {"start": 1131.84, "end": 1132.44, "word": " tells", "probability": 0.806640625}, {"start": 1132.44, "end": 1132.76, "word": " you", "probability": 0.96435546875}, {"start": 1132.76, "end": 1133.14, "word": " how", "probability": 0.93212890625}, {"start": 1133.14, "end": 1133.36, "word": " to", "probability": 0.97119140625}, {"start": 1133.36, "end": 1133.84, "word": " treat", "probability": 0.85498046875}, {"start": 1133.84, "end": 1134.56, "word": " with", "probability": 0.88671875}, {"start": 1134.56, "end": 1134.88, "word": " these", "probability": 0.7626953125}, {"start": 1134.88, "end": 1135.36, "word": " kinds", "probability": 0.84912109375}, {"start": 1135.36, "end": 1135.84, "word": " of", "probability": 0.974609375}, {"start": 1135.84, "end": 1136.54, "word": " cars.", "probability": 0.90478515625}, {"start": 1136.88, "end": 1137.02, "word": " Do", "probability": 0.9501953125}, {"start": 1137.02, "end": 1137.12, "word": " you", "probability": 0.97021484375}, {"start": 1137.12, "end": 1137.32, "word": " have", "probability": 0.9560546875}, {"start": 1137.32, "end": 1137.46, "word": " any", "probability": 0.9013671875}, {"start": 1137.46, "end": 1137.86, "word": " comments?", "probability": 0.8798828125}], "temperature": 1.0}, {"id": 41, "seek": 116698, "start": 1139.4, "end": 1166.98, "text": " The most important thing is that there are three advantages. We have to make sure that we have number agreement, all right? Number agreement. Three students, one student, three students. Always make sure that you have a number agreement, all right? That we could write it differently. That really recommends you or encourages you to buy an old.", "tokens": [440, 881, 1021, 551, 307, 300, 456, 366, 1045, 14906, 13, 492, 362, 281, 652, 988, 300, 321, 362, 1230, 8106, 11, 439, 558, 30, 5118, 8106, 13, 6244, 1731, 11, 472, 3107, 11, 1045, 1731, 13, 11270, 652, 988, 300, 291, 362, 257, 1230, 8106, 11, 439, 558, 30, 663, 321, 727, 2464, 309, 7614, 13, 663, 534, 34556, 291, 420, 28071, 291, 281, 2256, 364, 1331, 13], "avg_logprob": -0.2680803703410285, "compression_ratio": 1.7783505154639174, "no_speech_prob": 2.980232238769531e-07, "words": [{"start": 1139.4, "end": 1139.96, "word": " The", "probability": 0.1829833984375}, {"start": 1139.96, "end": 1140.52, "word": " most", "probability": 0.849609375}, {"start": 1140.52, "end": 1140.96, "word": " important", "probability": 0.8876953125}, {"start": 1140.96, "end": 1141.18, "word": " thing", "probability": 0.56396484375}, {"start": 1141.18, "end": 1141.28, "word": " is", "probability": 0.9189453125}, {"start": 1141.28, "end": 1141.5, "word": " that", "probability": 0.85498046875}, {"start": 1141.5, "end": 1141.74, "word": " there", "probability": 0.83740234375}, {"start": 1141.74, "end": 1141.92, "word": " are", "probability": 0.93994140625}, {"start": 1141.92, "end": 1142.56, "word": " three", "probability": 0.802734375}, {"start": 1142.56, "end": 1144.08, "word": " advantages.", "probability": 0.85400390625}, {"start": 1144.48, "end": 1144.56, "word": " We", "probability": 0.85205078125}, {"start": 1144.56, "end": 1144.88, "word": " have", "probability": 0.93212890625}, {"start": 1144.88, "end": 1145.02, "word": " to", "probability": 0.962890625}, {"start": 1145.02, "end": 1145.46, "word": " make", "probability": 0.62841796875}, {"start": 1145.46, "end": 1145.7, "word": " sure", "probability": 0.91015625}, {"start": 1145.7, "end": 1145.92, "word": " that", "probability": 0.89208984375}, {"start": 1145.92, "end": 1146.08, "word": " we", "probability": 0.94873046875}, {"start": 1146.08, "end": 1146.32, "word": " have", "probability": 0.94580078125}, {"start": 1146.32, "end": 1146.78, "word": " number", "probability": 0.77001953125}, {"start": 1146.78, "end": 1147.5, "word": " agreement,", "probability": 0.61962890625}, {"start": 1148.06, "end": 1148.24, "word": " all", "probability": 0.5986328125}, {"start": 1148.24, "end": 1148.44, "word": " right?", "probability": 0.91552734375}, {"start": 1148.8, "end": 1149.14, "word": " Number", "probability": 0.77490234375}, {"start": 1149.14, "end": 1149.4, "word": " agreement.", "probability": 0.81591796875}, {"start": 1149.58, "end": 1149.88, "word": " Three", "probability": 0.92724609375}, {"start": 1149.88, "end": 1150.98, "word": " students,", "probability": 0.970703125}, {"start": 1151.52, "end": 1151.78, "word": " one", "probability": 0.83642578125}, {"start": 1151.78, "end": 1152.28, "word": " student,", "probability": 0.8173828125}, {"start": 1152.52, "end": 1152.72, "word": " three", "probability": 0.90625}, {"start": 1152.72, "end": 1153.06, "word": " students.", "probability": 0.94873046875}, {"start": 1153.2, "end": 1153.44, "word": " Always", "probability": 0.861328125}, {"start": 1153.44, "end": 1153.7, "word": " make", "probability": 0.919921875}, {"start": 1153.7, "end": 1153.9, "word": " sure", "probability": 0.90234375}, {"start": 1153.9, "end": 1154.14, "word": " that", "probability": 0.92626953125}, {"start": 1154.14, "end": 1154.32, "word": " you", "probability": 0.8916015625}, {"start": 1154.32, "end": 1155.7, "word": " have", "probability": 0.67333984375}, {"start": 1155.7, "end": 1155.84, "word": " a", "probability": 0.97021484375}, {"start": 1155.84, "end": 1156.12, "word": " number", "probability": 0.93359375}, {"start": 1156.12, "end": 1156.7, "word": " agreement,", "probability": 0.89794921875}, {"start": 1156.8, "end": 1156.98, "word": " all", "probability": 0.9345703125}, {"start": 1156.98, "end": 1157.16, "word": " right?", "probability": 0.91650390625}, {"start": 1158.1, "end": 1158.66, "word": " That", "probability": 0.708984375}, {"start": 1158.66, "end": 1160.22, "word": " we", "probability": 0.74658203125}, {"start": 1160.22, "end": 1160.44, "word": " could", "probability": 0.85498046875}, {"start": 1160.44, "end": 1160.66, "word": " write", "probability": 0.90478515625}, {"start": 1160.66, "end": 1160.82, "word": " it", "probability": 0.5908203125}, {"start": 1160.82, "end": 1161.36, "word": " differently.", "probability": 0.8203125}, {"start": 1161.84, "end": 1162.14, "word": " That", "probability": 0.9052734375}, {"start": 1162.14, "end": 1162.52, "word": " really", "probability": 0.7626953125}, {"start": 1162.52, "end": 1163.06, "word": " recommends", "probability": 0.869140625}, {"start": 1163.06, "end": 1163.28, "word": " you", "probability": 0.94189453125}, {"start": 1163.28, "end": 1163.46, "word": " or", "probability": 0.72021484375}, {"start": 1163.46, "end": 1163.88, "word": " encourages", "probability": 0.84423828125}, {"start": 1163.88, "end": 1164.28, "word": " you", "probability": 0.95947265625}, {"start": 1164.28, "end": 1164.7, "word": " to", "probability": 0.96435546875}, {"start": 1164.7, "end": 1166.2, "word": " buy", "probability": 0.6904296875}, {"start": 1166.2, "end": 1166.52, "word": " an", "probability": 0.546875}, {"start": 1166.52, "end": 1166.98, "word": " old.", "probability": 0.7001953125}], "temperature": 1.0}, {"id": 42, "seek": 118919, "start": 1167.63, "end": 1189.19, "text": " Alright? Let's see the second example of exercise and write and the same thing. Write a concluding sentence for this paragraph. Very quickly please read it and write a conclusion for it.", "tokens": [2798, 30, 961, 311, 536, 264, 1150, 1365, 295, 5380, 293, 2464, 293, 264, 912, 551, 13, 23499, 257, 9312, 278, 8174, 337, 341, 18865, 13, 4372, 2661, 1767, 1401, 309, 293, 2464, 257, 10063, 337, 309, 13], "avg_logprob": -0.22155448412283874, "compression_ratio": 1.406015037593985, "no_speech_prob": 0.0, "words": [{"start": 1167.63, "end": 1168.55, "word": " Alright?", "probability": 0.2254638671875}, {"start": 1169.01, "end": 1169.21, "word": " Let's", "probability": 0.839111328125}, {"start": 1169.21, "end": 1169.47, "word": " see", "probability": 0.93505859375}, {"start": 1169.47, "end": 1169.87, "word": " the", "probability": 0.9140625}, {"start": 1169.87, "end": 1170.19, "word": " second", "probability": 0.9189453125}, {"start": 1170.19, "end": 1171.45, "word": " example", "probability": 0.96923828125}, {"start": 1171.45, "end": 1171.87, "word": " of", "probability": 0.9638671875}, {"start": 1171.87, "end": 1173.15, "word": " exercise", "probability": 0.8857421875}, {"start": 1173.15, "end": 1174.07, "word": " and", "probability": 0.8017578125}, {"start": 1174.07, "end": 1174.51, "word": " write", "probability": 0.91015625}, {"start": 1174.51, "end": 1174.91, "word": " and", "probability": 0.2578125}, {"start": 1174.91, "end": 1175.05, "word": " the", "probability": 0.76025390625}, {"start": 1175.05, "end": 1175.21, "word": " same", "probability": 0.90380859375}, {"start": 1175.21, "end": 1175.51, "word": " thing.", "probability": 0.9248046875}, {"start": 1175.87, "end": 1176.15, "word": " Write", "probability": 0.86669921875}, {"start": 1176.15, "end": 1176.47, "word": " a", "probability": 0.97607421875}, {"start": 1176.47, "end": 1177.35, "word": " concluding", "probability": 0.947998046875}, {"start": 1177.35, "end": 1178.15, "word": " sentence", "probability": 0.9521484375}, {"start": 1178.15, "end": 1178.53, "word": " for", "probability": 0.95361328125}, {"start": 1178.53, "end": 1178.99, "word": " this", "probability": 0.9560546875}, {"start": 1178.99, "end": 1180.01, "word": " paragraph.", "probability": 0.87548828125}, {"start": 1182.29, "end": 1182.93, "word": " Very", "probability": 0.77099609375}, {"start": 1182.93, "end": 1183.21, "word": " quickly", "probability": 0.91064453125}, {"start": 1183.21, "end": 1183.61, "word": " please", "probability": 0.6337890625}, {"start": 1183.61, "end": 1183.89, "word": " read", "probability": 0.8798828125}, {"start": 1183.89, "end": 1184.17, "word": " it", "probability": 0.943359375}, {"start": 1184.17, "end": 1186.07, "word": " and", "probability": 0.80712890625}, {"start": 1186.07, "end": 1187.53, "word": " write", "probability": 0.92236328125}, {"start": 1187.53, "end": 1187.73, "word": " a", "probability": 0.80224609375}, {"start": 1187.73, "end": 1188.29, "word": " conclusion", "probability": 0.90625}, {"start": 1188.29, "end": 1189.07, "word": " for", "probability": 0.94970703125}, {"start": 1189.07, "end": 1189.19, "word": " it.", "probability": 0.94921875}], "temperature": 1.0}, {"id": 43, "seek": 121830, "start": 1197.94, "end": 1218.3, "text": " Just make sure you start your conclusion with a transition, to conclude, in summary, to summarize, in short, in brief, in conclusion, as we can see, as I can see it, and these kinds of transitions to tell the reader that you are coming to the end of writing your paragraph.", "tokens": [1449, 652, 988, 291, 722, 428, 10063, 365, 257, 6034, 11, 281, 16886, 11, 294, 12691, 11, 281, 20858, 11, 294, 2099, 11, 294, 5353, 11, 294, 10063, 11, 382, 321, 393, 536, 11, 382, 286, 393, 536, 309, 11, 293, 613, 3685, 295, 23767, 281, 980, 264, 15149, 300, 291, 366, 1348, 281, 264, 917, 295, 3579, 428, 18865, 13], "avg_logprob": -0.1741431391527576, "compression_ratio": 1.670731707317073, "no_speech_prob": 1.1920928955078125e-07, "words": [{"start": 1197.94, "end": 1198.2, "word": " Just", "probability": 0.52392578125}, {"start": 1198.2, "end": 1198.4, "word": " make", "probability": 0.93115234375}, {"start": 1198.4, "end": 1198.58, "word": " sure", "probability": 0.92431640625}, {"start": 1198.58, "end": 1198.8, "word": " you", "probability": 0.900390625}, {"start": 1198.8, "end": 1199.24, "word": " start", "probability": 0.91943359375}, {"start": 1199.24, "end": 1199.46, "word": " your", "probability": 0.83056640625}, {"start": 1199.46, "end": 1200.02, "word": " conclusion", "probability": 0.8876953125}, {"start": 1200.02, "end": 1200.44, "word": " with", "probability": 0.86279296875}, {"start": 1200.44, "end": 1200.68, "word": " a", "probability": 0.9560546875}, {"start": 1200.68, "end": 1201.3, "word": " transition,", "probability": 0.93505859375}, {"start": 1201.76, "end": 1202.2, "word": " to", "probability": 0.93896484375}, {"start": 1202.2, "end": 1202.88, "word": " conclude,", "probability": 0.79736328125}, {"start": 1203.46, "end": 1203.58, "word": " in", "probability": 0.58349609375}, {"start": 1203.58, "end": 1204.02, "word": " summary,", "probability": 0.88818359375}, {"start": 1204.24, "end": 1204.34, "word": " to", "probability": 0.9248046875}, {"start": 1204.34, "end": 1204.8, "word": " summarize,", "probability": 0.7099609375}, {"start": 1205.4, "end": 1205.8, "word": " in", "probability": 0.91845703125}, {"start": 1205.8, "end": 1206.22, "word": " short,", "probability": 0.90478515625}, {"start": 1206.74, "end": 1206.92, "word": " in", "probability": 0.94970703125}, {"start": 1206.92, "end": 1207.34, "word": " brief,", "probability": 0.95361328125}, {"start": 1207.72, "end": 1207.96, "word": " in", "probability": 0.9267578125}, {"start": 1207.96, "end": 1208.58, "word": " conclusion,", "probability": 0.90234375}, {"start": 1209.1, "end": 1209.4, "word": " as", "probability": 0.95361328125}, {"start": 1209.4, "end": 1209.58, "word": " we", "probability": 0.82958984375}, {"start": 1209.58, "end": 1209.82, "word": " can", "probability": 0.94873046875}, {"start": 1209.82, "end": 1210.08, "word": " see,", "probability": 0.9306640625}, {"start": 1210.3, "end": 1210.62, "word": " as", "probability": 0.953125}, {"start": 1210.62, "end": 1210.78, "word": " I", "probability": 0.9765625}, {"start": 1210.78, "end": 1211.0, "word": " can", "probability": 0.94970703125}, {"start": 1211.0, "end": 1211.2, "word": " see", "probability": 0.9248046875}, {"start": 1211.2, "end": 1211.3, "word": " it,", "probability": 0.73388671875}, {"start": 1211.36, "end": 1211.44, "word": " and", "probability": 0.77783203125}, {"start": 1211.44, "end": 1211.64, "word": " these", "probability": 0.8291015625}, {"start": 1211.64, "end": 1211.96, "word": " kinds", "probability": 0.8701171875}, {"start": 1211.96, "end": 1212.12, "word": " of", "probability": 0.96923828125}, {"start": 1212.12, "end": 1212.74, "word": " transitions", "probability": 0.8857421875}, {"start": 1212.74, "end": 1213.38, "word": " to", "probability": 0.71484375}, {"start": 1213.38, "end": 1213.64, "word": " tell", "probability": 0.86962890625}, {"start": 1213.64, "end": 1213.76, "word": " the", "probability": 0.90625}, {"start": 1213.76, "end": 1213.96, "word": " reader", "probability": 0.97119140625}, {"start": 1213.96, "end": 1214.36, "word": " that", "probability": 0.92041015625}, {"start": 1214.36, "end": 1214.54, "word": " you", "probability": 0.95361328125}, {"start": 1214.54, "end": 1214.8, "word": " are", "probability": 0.92919921875}, {"start": 1214.8, "end": 1215.12, "word": " coming", "probability": 0.89453125}, {"start": 1215.12, "end": 1215.32, "word": " to", "probability": 0.970703125}, {"start": 1215.32, "end": 1215.48, "word": " the", "probability": 0.92236328125}, {"start": 1215.48, "end": 1215.82, "word": " end", "probability": 0.89697265625}, {"start": 1215.82, "end": 1216.24, "word": " of", "probability": 0.96875}, {"start": 1216.24, "end": 1217.26, "word": " writing", "probability": 0.9169921875}, {"start": 1217.26, "end": 1217.72, "word": " your", "probability": 0.88427734375}, {"start": 1217.72, "end": 1218.3, "word": " paragraph.", "probability": 0.9697265625}], "temperature": 1.0}, {"id": 44, "seek": 134584, "start": 1327.72, "end": 1345.84, "text": " Who finished? Who finished? Yes please, come forward. Yes please, very good. And finally? Yes. All right. I should be around, thank you.", "tokens": [2102, 4335, 30, 2102, 4335, 30, 1079, 1767, 11, 808, 2128, 13, 1079, 1767, 11, 588, 665, 13, 400, 2721, 30, 1079, 13, 1057, 558, 13, 286, 820, 312, 926, 11, 1309, 291, 13], "avg_logprob": -0.38125000170298984, "compression_ratio": 1.3047619047619048, "no_speech_prob": 2.384185791015625e-07, "words": [{"start": 1327.72, "end": 1327.9, "word": " Who", "probability": 0.6708984375}, {"start": 1327.9, "end": 1328.26, "word": " finished?", "probability": 0.7373046875}, {"start": 1329.04, "end": 1329.34, "word": " Who", "probability": 0.53759765625}, {"start": 1329.34, "end": 1329.68, "word": " finished?", "probability": 0.8486328125}, {"start": 1330.12, "end": 1330.6, "word": " Yes", "probability": 0.6328125}, {"start": 1330.6, "end": 1330.88, "word": " please,", "probability": 0.52783203125}, {"start": 1330.98, "end": 1331.1, "word": " come", "probability": 0.8466796875}, {"start": 1331.1, "end": 1331.56, "word": " forward.", "probability": 0.89453125}, {"start": 1333.58, "end": 1334.18, "word": " Yes", "probability": 0.576171875}, {"start": 1334.18, "end": 1334.48, "word": " please,", "probability": 0.6376953125}, {"start": 1334.72, "end": 1334.92, "word": " very", "probability": 0.79931640625}, {"start": 1334.92, "end": 1335.18, "word": " good.", "probability": 0.92236328125}, {"start": 1335.92, "end": 1336.44, "word": " And", "probability": 0.60400390625}, {"start": 1336.44, "end": 1336.84, "word": " finally?", "probability": 0.77685546875}, {"start": 1337.46, "end": 1337.46, "word": " Yes.", "probability": 0.7919921875}, {"start": 1340.54, "end": 1340.68, "word": " All", "probability": 0.331298828125}, {"start": 1340.68, "end": 1341.1, "word": " right.", "probability": 0.8935546875}, {"start": 1344.52, "end": 1344.96, "word": " I", "probability": 0.50244140625}, {"start": 1344.96, "end": 1345.1, "word": " should", "probability": 0.9169921875}, {"start": 1345.1, "end": 1345.22, "word": " be", "probability": 0.919921875}, {"start": 1345.22, "end": 1345.38, "word": " around,", "probability": 0.16015625}, {"start": 1345.5, "end": 1345.68, "word": " thank", "probability": 0.8447265625}, {"start": 1345.68, "end": 1345.84, "word": " you.", "probability": 0.9619140625}], "temperature": 1.0}, {"id": 45, "seek": 137045, "start": 1358.23, "end": 1370.45, "text": " check on your conclusion. Is it used for to give an opinion? Is it to give a prediction or a recommendation or a summary of the main points? What is your conclusion like?", "tokens": [1520, 322, 428, 10063, 13, 1119, 309, 1143, 337, 281, 976, 364, 4800, 30, 1119, 309, 281, 976, 257, 17630, 420, 257, 11879, 420, 257, 12691, 295, 264, 2135, 2793, 30, 708, 307, 428, 10063, 411, 30], "avg_logprob": -0.22183388628457723, "compression_ratio": 1.4491525423728813, "no_speech_prob": 4.172325134277344e-07, "words": [{"start": 1358.23, "end": 1358.45, "word": " check", "probability": 0.211669921875}, {"start": 1358.45, "end": 1358.83, "word": " on", "probability": 0.935546875}, {"start": 1358.83, "end": 1359.55, "word": " your", "probability": 0.884765625}, {"start": 1359.55, "end": 1360.21, "word": " conclusion.", "probability": 0.828125}, {"start": 1360.39, "end": 1360.53, "word": " Is", "probability": 0.861328125}, {"start": 1360.53, "end": 1360.73, "word": " it", "probability": 0.93017578125}, {"start": 1360.73, "end": 1361.11, "word": " used", "probability": 0.80126953125}, {"start": 1361.11, "end": 1361.49, "word": " for", "probability": 0.40771484375}, {"start": 1361.49, "end": 1361.69, "word": " to", "probability": 0.48046875}, {"start": 1361.69, "end": 1361.87, "word": " give", "probability": 0.876953125}, {"start": 1361.87, "end": 1362.03, "word": " an", "probability": 0.94189453125}, {"start": 1362.03, "end": 1362.41, "word": " opinion?", "probability": 0.9375}, {"start": 1362.97, "end": 1363.17, "word": " Is", "probability": 0.85205078125}, {"start": 1363.17, "end": 1363.29, "word": " it", "probability": 0.95068359375}, {"start": 1363.29, "end": 1363.43, "word": " to", "probability": 0.94384765625}, {"start": 1363.43, "end": 1363.57, "word": " give", "probability": 0.8798828125}, {"start": 1363.57, "end": 1363.69, "word": " a", "probability": 0.98486328125}, {"start": 1363.69, "end": 1364.11, "word": " prediction", "probability": 0.95849609375}, {"start": 1364.11, "end": 1364.69, "word": " or", "probability": 0.81884765625}, {"start": 1364.69, "end": 1364.97, "word": " a", "probability": 0.857421875}, {"start": 1364.97, "end": 1365.45, "word": " recommendation", "probability": 0.8486328125}, {"start": 1365.45, "end": 1366.03, "word": " or", "probability": 0.7333984375}, {"start": 1366.03, "end": 1366.21, "word": " a", "probability": 0.90576171875}, {"start": 1366.21, "end": 1366.51, "word": " summary", "probability": 0.90966796875}, {"start": 1366.51, "end": 1366.79, "word": " of", "probability": 0.96484375}, {"start": 1366.79, "end": 1366.93, "word": " the", "probability": 0.91162109375}, {"start": 1366.93, "end": 1367.31, "word": " main", "probability": 0.91845703125}, {"start": 1367.31, "end": 1368.11, "word": " points?", "probability": 0.91845703125}, {"start": 1368.29, "end": 1368.39, "word": " What", "probability": 0.87451171875}, {"start": 1368.39, "end": 1368.55, "word": " is", "probability": 0.91845703125}, {"start": 1368.55, "end": 1368.79, "word": " your", "probability": 0.89306640625}, {"start": 1368.79, "end": 1369.57, "word": " conclusion", "probability": 0.8916015625}, {"start": 1369.57, "end": 1370.45, "word": " like?", "probability": 0.5546875}], "temperature": 1.0}, {"id": 46, "seek": 143034, "start": 1404.36, "end": 1430.34, "text": " Who did you write? What did you write? Yes, please. Yes, sure. Watching the children's program has a lot of advantages. For foreign language learners. Watching television programs has a lot of advantages for foreign language learners. Just make sure that you get the main idea in your conclusion. Yes, Iman, please.", "tokens": [2102, 630, 291, 2464, 30, 708, 630, 291, 2464, 30, 1079, 11, 1767, 13, 1079, 11, 988, 13, 28482, 264, 2227, 311, 1461, 575, 257, 688, 295, 14906, 13, 1171, 5329, 2856, 23655, 13, 28482, 8815, 4268, 575, 257, 688, 295, 14906, 337, 5329, 2856, 23655, 13, 1449, 652, 988, 300, 291, 483, 264, 2135, 1558, 294, 428, 10063, 13, 1079, 11, 286, 1601, 11, 1767, 13], "avg_logprob": -0.220703128944425, "compression_ratio": 1.7954545454545454, "no_speech_prob": 2.384185791015625e-07, "words": [{"start": 1404.36, "end": 1405.0, "word": " Who", "probability": 0.357666015625}, {"start": 1405.0, "end": 1405.64, "word": " did", "probability": 0.201416015625}, {"start": 1405.64, "end": 1405.78, "word": " you", "probability": 0.962890625}, {"start": 1405.78, "end": 1405.98, "word": " write?", "probability": 0.92529296875}, {"start": 1407.2, "end": 1407.84, "word": " What", "probability": 0.427734375}, {"start": 1407.84, "end": 1408.18, "word": " did", "probability": 0.94189453125}, {"start": 1408.18, "end": 1408.28, "word": " you", "probability": 0.9677734375}, {"start": 1408.28, "end": 1408.5, "word": " write?", "probability": 0.92724609375}, {"start": 1409.02, "end": 1409.3, "word": " Yes,", "probability": 0.9072265625}, {"start": 1409.36, "end": 1409.68, "word": " please.", "probability": 0.8251953125}, {"start": 1410.66, "end": 1411.08, "word": " Yes,", "probability": 0.74658203125}, {"start": 1411.18, "end": 1411.48, "word": " sure.", "probability": 0.9365234375}, {"start": 1412.64, "end": 1413.28, "word": " Watching", "probability": 0.763671875}, {"start": 1413.28, "end": 1413.54, "word": " the", "probability": 0.479248046875}, {"start": 1413.54, "end": 1414.06, "word": " children's", "probability": 0.813232421875}, {"start": 1414.06, "end": 1414.94, "word": " program", "probability": 0.53955078125}, {"start": 1414.94, "end": 1415.64, "word": " has", "probability": 0.9150390625}, {"start": 1415.64, "end": 1415.74, "word": " a", "probability": 0.82861328125}, {"start": 1415.74, "end": 1415.82, "word": " lot", "probability": 0.94775390625}, {"start": 1415.82, "end": 1415.98, "word": " of", "probability": 0.9580078125}, {"start": 1415.98, "end": 1416.62, "word": " advantages.", "probability": 0.92041015625}, {"start": 1416.86, "end": 1417.36, "word": " For", "probability": 0.92431640625}, {"start": 1417.36, "end": 1418.0, "word": " foreign", "probability": 0.92138671875}, {"start": 1418.0, "end": 1418.74, "word": " language", "probability": 0.8515625}, {"start": 1418.74, "end": 1419.34, "word": " learners.", "probability": 0.95166015625}, {"start": 1419.74, "end": 1420.14, "word": " Watching", "probability": 0.88330078125}, {"start": 1420.14, "end": 1420.72, "word": " television", "probability": 0.84814453125}, {"start": 1420.72, "end": 1421.54, "word": " programs", "probability": 0.822265625}, {"start": 1421.54, "end": 1422.2, "word": " has", "probability": 0.9326171875}, {"start": 1422.2, "end": 1422.42, "word": " a", "probability": 0.962890625}, {"start": 1422.42, "end": 1422.56, "word": " lot", "probability": 0.94287109375}, {"start": 1422.56, "end": 1422.68, "word": " of", "probability": 0.9599609375}, {"start": 1422.68, "end": 1423.16, "word": " advantages", "probability": 0.939453125}, {"start": 1423.16, "end": 1423.52, "word": " for", "probability": 0.94873046875}, {"start": 1423.52, "end": 1423.86, "word": " foreign", "probability": 0.9111328125}, {"start": 1423.86, "end": 1424.3, "word": " language", "probability": 0.86669921875}, {"start": 1424.3, "end": 1424.74, "word": " learners.", "probability": 0.9599609375}, {"start": 1424.84, "end": 1424.96, "word": " Just", "probability": 0.85498046875}, {"start": 1424.96, "end": 1425.16, "word": " make", "probability": 0.9384765625}, {"start": 1425.16, "end": 1425.34, "word": " sure", "probability": 0.9111328125}, {"start": 1425.34, "end": 1425.56, "word": " that", "probability": 0.8740234375}, {"start": 1425.56, "end": 1425.74, "word": " you", "probability": 0.96337890625}, {"start": 1425.74, "end": 1425.98, "word": " get", "probability": 0.92041015625}, {"start": 1425.98, "end": 1426.18, "word": " the", "probability": 0.91796875}, {"start": 1426.18, "end": 1426.36, "word": " main", "probability": 0.931640625}, {"start": 1426.36, "end": 1426.72, "word": " idea", "probability": 0.91259765625}, {"start": 1426.72, "end": 1426.98, "word": " in", "probability": 0.93359375}, {"start": 1426.98, "end": 1427.52, "word": " your", "probability": 0.8701171875}, {"start": 1427.52, "end": 1429.2, "word": " conclusion.", "probability": 0.91162109375}, {"start": 1429.54, "end": 1429.72, "word": " Yes,", "probability": 0.9677734375}, {"start": 1429.78, "end": 1429.92, "word": " Iman,", "probability": 0.55609130859375}, {"start": 1430.08, "end": 1430.34, "word": " please.", "probability": 0.81884765625}], "temperature": 1.0}, {"id": 47, "seek": 144742, "start": 1432.84, "end": 1447.42, "text": " Watching a children's program is useful to learn a foreign language because they could get simple vocabulary, a lot of action and clear language. And clear language. Very, very nice. Yes, please. Very good summary of the main points. Very nice. Well done.", "tokens": [28482, 257, 2227, 311, 1461, 307, 4420, 281, 1466, 257, 5329, 2856, 570, 436, 727, 483, 2199, 19864, 11, 257, 688, 295, 3069, 293, 1850, 2856, 13, 400, 1850, 2856, 13, 4372, 11, 588, 1481, 13, 1079, 11, 1767, 13, 4372, 665, 12691, 295, 264, 2135, 2793, 13, 4372, 1481, 13, 1042, 1096, 13], "avg_logprob": -0.3633522618900646, "compression_ratio": 1.532934131736527, "no_speech_prob": 1.7881393432617188e-06, "words": [{"start": 1432.84, "end": 1433.26, "word": " Watching", "probability": 0.55517578125}, {"start": 1433.26, "end": 1433.54, "word": " a", "probability": 0.386474609375}, {"start": 1433.54, "end": 1433.98, "word": " children's", "probability": 0.6435546875}, {"start": 1433.98, "end": 1434.44, "word": " program", "probability": 0.6923828125}, {"start": 1434.44, "end": 1434.78, "word": " is", "probability": 0.92236328125}, {"start": 1434.78, "end": 1435.22, "word": " useful", "probability": 0.80322265625}, {"start": 1435.22, "end": 1435.52, "word": " to", "probability": 0.7880859375}, {"start": 1435.52, "end": 1435.76, "word": " learn", "probability": 0.95556640625}, {"start": 1435.76, "end": 1436.12, "word": " a", "probability": 0.5634765625}, {"start": 1436.12, "end": 1436.4, "word": " foreign", "probability": 0.84326171875}, {"start": 1436.4, "end": 1437.06, "word": " language", "probability": 0.6748046875}, {"start": 1437.06, "end": 1438.0, "word": " because", "probability": 0.74609375}, {"start": 1438.0, "end": 1438.22, "word": " they", "probability": 0.64599609375}, {"start": 1438.22, "end": 1438.42, "word": " could", "probability": 0.21728515625}, {"start": 1438.42, "end": 1438.6, "word": " get", "probability": 0.841796875}, {"start": 1438.6, "end": 1438.96, "word": " simple", "probability": 0.9033203125}, {"start": 1438.96, "end": 1439.54, "word": " vocabulary,", "probability": 0.79833984375}, {"start": 1439.8, "end": 1439.88, "word": " a", "probability": 0.83251953125}, {"start": 1439.88, "end": 1440.06, "word": " lot", "probability": 0.95263671875}, {"start": 1440.06, "end": 1440.2, "word": " of", "probability": 0.96826171875}, {"start": 1440.2, "end": 1440.56, "word": " action", "probability": 0.8017578125}, {"start": 1440.56, "end": 1440.98, "word": " and", "probability": 0.64208984375}, {"start": 1440.98, "end": 1441.36, "word": " clear", "probability": 0.4443359375}, {"start": 1441.36, "end": 1441.88, "word": " language.", "probability": 0.77587890625}, {"start": 1442.14, "end": 1442.48, "word": " And", "probability": 0.14208984375}, {"start": 1442.48, "end": 1442.7, "word": " clear", "probability": 0.9111328125}, {"start": 1442.7, "end": 1443.1, "word": " language.", "probability": 0.86474609375}, {"start": 1443.24, "end": 1443.5, "word": " Very,", "probability": 0.7880859375}, {"start": 1443.64, "end": 1443.94, "word": " very", "probability": 0.8623046875}, {"start": 1443.94, "end": 1444.3, "word": " nice.", "probability": 0.91162109375}, {"start": 1444.42, "end": 1444.58, "word": " Yes,", "probability": 0.826171875}, {"start": 1444.7, "end": 1444.82, "word": " please.", "probability": 0.79052734375}, {"start": 1444.92, "end": 1445.08, "word": " Very", "probability": 0.78125}, {"start": 1445.08, "end": 1445.28, "word": " good", "probability": 0.91064453125}, {"start": 1445.28, "end": 1445.64, "word": " summary", "probability": 0.93701171875}, {"start": 1445.64, "end": 1445.86, "word": " of", "probability": 0.96435546875}, {"start": 1445.86, "end": 1445.98, "word": " the", "probability": 0.91552734375}, {"start": 1445.98, "end": 1446.2, "word": " main", "probability": 0.9091796875}, {"start": 1446.2, "end": 1446.54, "word": " points.", "probability": 0.88818359375}, {"start": 1446.74, "end": 1446.92, "word": " Very", "probability": 0.8046875}, {"start": 1446.92, "end": 1447.16, "word": " nice.", "probability": 0.320556640625}, {"start": 1447.2, "end": 1447.3, "word": " Well", "probability": 0.353271484375}, {"start": 1447.3, "end": 1447.42, "word": " done.", "probability": 0.86962890625}], "temperature": 1.0}, {"id": 48, "seek": 147526, "start": 1447.94, "end": 1475.26, "text": " Watching children's programs on TV is useful for them. For foreign language or for them. Very nice. Foreign language learners. And finally, in short, watching children's programs is a very clever way to learn a foreign language. Very nice. In short, watching television programs is a very clever way to learn a foreign language. Very, very nice. Let's see your examples, your classmates' examples. In short, watching children's programs has several advantages to learn a foreign language.", "tokens": [28482, 2227, 311, 4268, 322, 3558, 307, 4420, 337, 552, 13, 1171, 5329, 2856, 420, 337, 552, 13, 4372, 1481, 13, 20430, 2856, 23655, 13, 400, 2721, 11, 294, 2099, 11, 1976, 2227, 311, 4268, 307, 257, 588, 13494, 636, 281, 1466, 257, 5329, 2856, 13, 4372, 1481, 13, 682, 2099, 11, 1976, 8815, 4268, 307, 257, 588, 13494, 636, 281, 1466, 257, 5329, 2856, 13, 4372, 11, 588, 1481, 13, 961, 311, 536, 428, 5110, 11, 428, 24964, 6, 5110, 13, 682, 2099, 11, 1976, 2227, 311, 4268, 575, 2940, 14906, 281, 1466, 257, 5329, 2856, 13], "avg_logprob": -0.20438762836986119, "compression_ratio": 2.3509615384615383, "no_speech_prob": 3.5762786865234375e-07, "words": [{"start": 1447.94, "end": 1448.14, "word": " Watching", "probability": 0.49560546875}, {"start": 1448.14, "end": 1449.44, "word": " children's", "probability": 0.71826171875}, {"start": 1449.44, "end": 1449.86, "word": " programs", "probability": 0.80908203125}, {"start": 1449.86, "end": 1450.12, "word": " on", "probability": 0.91015625}, {"start": 1450.12, "end": 1450.3, "word": " TV", "probability": 0.7080078125}, {"start": 1450.3, "end": 1450.58, "word": " is", "probability": 0.91796875}, {"start": 1450.58, "end": 1451.04, "word": " useful", "probability": 0.85546875}, {"start": 1451.04, "end": 1451.38, "word": " for", "probability": 0.9404296875}, {"start": 1451.38, "end": 1451.7, "word": " them.", "probability": 0.8994140625}, {"start": 1452.0, "end": 1452.5, "word": " For", "probability": 0.60693359375}, {"start": 1452.5, "end": 1452.92, "word": " foreign", "probability": 0.67724609375}, {"start": 1452.92, "end": 1453.28, "word": " language", "probability": 0.66259765625}, {"start": 1453.28, "end": 1453.42, "word": " or", "probability": 0.7958984375}, {"start": 1453.42, "end": 1453.6, "word": " for", "probability": 0.90966796875}, {"start": 1453.6, "end": 1453.86, "word": " them.", "probability": 0.89697265625}, {"start": 1453.98, "end": 1454.16, "word": " Very", "probability": 0.72802734375}, {"start": 1454.16, "end": 1454.32, "word": " nice.", "probability": 0.89794921875}, {"start": 1454.38, "end": 1454.54, "word": " Foreign", "probability": 0.66455078125}, {"start": 1454.54, "end": 1454.9, "word": " language", "probability": 0.83349609375}, {"start": 1454.9, "end": 1455.26, "word": " learners.", "probability": 0.95556640625}, {"start": 1455.46, "end": 1455.6, "word": " And", "probability": 0.81982421875}, {"start": 1455.6, "end": 1456.02, "word": " finally,", "probability": 0.8095703125}, {"start": 1456.22, "end": 1456.36, "word": " in", "probability": 0.55322265625}, {"start": 1456.36, "end": 1456.6, "word": " short,", "probability": 0.95361328125}, {"start": 1456.68, "end": 1456.94, "word": " watching", "probability": 0.73388671875}, {"start": 1456.94, "end": 1457.48, "word": " children's", "probability": 0.93505859375}, {"start": 1457.48, "end": 1457.98, "word": " programs", "probability": 0.87939453125}, {"start": 1457.98, "end": 1458.28, "word": " is", "probability": 0.9345703125}, {"start": 1458.28, "end": 1458.4, "word": " a", "probability": 0.97265625}, {"start": 1458.4, "end": 1458.56, "word": " very", "probability": 0.880859375}, {"start": 1458.56, "end": 1458.9, "word": " clever", "probability": 0.94775390625}, {"start": 1458.9, "end": 1459.14, "word": " way", "probability": 0.95849609375}, {"start": 1459.14, "end": 1459.32, "word": " to", "probability": 0.96728515625}, {"start": 1459.32, "end": 1459.48, "word": " learn", "probability": 0.97216796875}, {"start": 1459.48, "end": 1459.62, "word": " a", "probability": 0.9716796875}, {"start": 1459.62, "end": 1459.78, "word": " foreign", "probability": 0.93408203125}, {"start": 1459.78, "end": 1460.08, "word": " language.", "probability": 0.8779296875}, {"start": 1460.12, "end": 1460.38, "word": " Very", "probability": 0.5849609375}, {"start": 1460.38, "end": 1460.56, "word": " nice.", "probability": 0.8857421875}, {"start": 1460.62, "end": 1460.76, "word": " In", "probability": 0.88671875}, {"start": 1460.76, "end": 1461.12, "word": " short,", "probability": 0.9521484375}, {"start": 1461.26, "end": 1461.58, "word": " watching", "probability": 0.7626953125}, {"start": 1461.58, "end": 1461.96, "word": " television", "probability": 0.67578125}, {"start": 1461.96, "end": 1462.44, "word": " programs", "probability": 0.880859375}, {"start": 1462.44, "end": 1462.72, "word": " is", "probability": 0.939453125}, {"start": 1462.72, "end": 1462.88, "word": " a", "probability": 0.98779296875}, {"start": 1462.88, "end": 1463.1, "word": " very", "probability": 0.88427734375}, {"start": 1463.1, "end": 1463.4, "word": " clever", "probability": 0.95703125}, {"start": 1463.4, "end": 1463.7, "word": " way", "probability": 0.95703125}, {"start": 1463.7, "end": 1463.9, "word": " to", "probability": 0.96826171875}, {"start": 1463.9, "end": 1464.12, "word": " learn", "probability": 0.974609375}, {"start": 1464.12, "end": 1464.28, "word": " a", "probability": 0.98779296875}, {"start": 1464.28, "end": 1464.46, "word": " foreign", "probability": 0.93212890625}, {"start": 1464.46, "end": 1464.74, "word": " language.", "probability": 0.87158203125}, {"start": 1464.84, "end": 1465.08, "word": " Very,", "probability": 0.82275390625}, {"start": 1465.24, "end": 1465.46, "word": " very", "probability": 0.84423828125}, {"start": 1465.46, "end": 1465.64, "word": " nice.", "probability": 0.90283203125}, {"start": 1465.74, "end": 1465.86, "word": " Let's", "probability": 0.952392578125}, {"start": 1465.86, "end": 1465.98, "word": " see", "probability": 0.9267578125}, {"start": 1465.98, "end": 1466.16, "word": " your", "probability": 0.89697265625}, {"start": 1466.16, "end": 1466.68, "word": " examples,", "probability": 0.77392578125}, {"start": 1467.02, "end": 1467.18, "word": " your", "probability": 0.88134765625}, {"start": 1467.18, "end": 1467.54, "word": " classmates'", "probability": 0.845703125}, {"start": 1467.76, "end": 1468.06, "word": " examples.", "probability": 0.8408203125}, {"start": 1468.24, "end": 1468.38, "word": " In", "probability": 0.900390625}, {"start": 1468.38, "end": 1468.78, "word": " short,", "probability": 0.951171875}, {"start": 1469.52, "end": 1469.96, "word": " watching", "probability": 0.7744140625}, {"start": 1469.96, "end": 1470.62, "word": " children's", "probability": 0.9326171875}, {"start": 1470.62, "end": 1471.22, "word": " programs", "probability": 0.87841796875}, {"start": 1471.22, "end": 1472.44, "word": " has", "probability": 0.92822265625}, {"start": 1472.44, "end": 1472.86, "word": " several", "probability": 0.90283203125}, {"start": 1472.86, "end": 1473.4, "word": " advantages", "probability": 0.93896484375}, {"start": 1473.4, "end": 1473.74, "word": " to", "probability": 0.92578125}, {"start": 1473.74, "end": 1474.14, "word": " learn", "probability": 0.9677734375}, {"start": 1474.14, "end": 1474.64, "word": " a", "probability": 0.9765625}, {"start": 1474.64, "end": 1474.96, "word": " foreign", "probability": 0.93310546875}, {"start": 1474.96, "end": 1475.26, "word": " language.", "probability": 0.72216796875}], "temperature": 1.0}, {"id": 49, "seek": 149948, "start": 1477.52, "end": 1499.48, "text": " Good one? Yes, it is a good one. We started with a transition and we have subject-verb agreement and very nice idea, very nice conclusion. Very good. Let's see the second one. In short, watching children's programs is an easy process to learn to learn. Good?", "tokens": [2205, 472, 30, 1079, 11, 309, 307, 257, 665, 472, 13, 492, 1409, 365, 257, 6034, 293, 321, 362, 3983, 12, 25809, 8106, 293, 588, 1481, 1558, 11, 588, 1481, 10063, 13, 4372, 665, 13, 961, 311, 536, 264, 1150, 472, 13, 682, 2099, 11, 1976, 2227, 311, 4268, 307, 364, 1858, 1399, 281, 1466, 281, 1466, 13, 2205, 30], "avg_logprob": -0.13409324356766997, "compression_ratio": 1.48, "no_speech_prob": 2.384185791015625e-07, "words": [{"start": 1477.52, "end": 1477.74, "word": " Good", "probability": 0.59716796875}, {"start": 1477.74, "end": 1478.0, "word": " one?", "probability": 0.91552734375}, {"start": 1478.68, "end": 1479.28, "word": " Yes,", "probability": 0.8251953125}, {"start": 1479.36, "end": 1479.48, "word": " it", "probability": 0.89501953125}, {"start": 1479.48, "end": 1479.62, "word": " is", "probability": 0.916015625}, {"start": 1479.62, "end": 1479.74, "word": " a", "probability": 0.9765625}, {"start": 1479.74, "end": 1479.92, "word": " good", "probability": 0.9287109375}, {"start": 1479.92, "end": 1480.12, "word": " one.", "probability": 0.92919921875}, {"start": 1480.22, "end": 1480.3, "word": " We", "probability": 0.9228515625}, {"start": 1480.3, "end": 1480.62, "word": " started", "probability": 0.9033203125}, {"start": 1480.62, "end": 1480.98, "word": " with", "probability": 0.89208984375}, {"start": 1480.98, "end": 1481.42, "word": " a", "probability": 0.966796875}, {"start": 1481.42, "end": 1481.94, "word": " transition", "probability": 0.96728515625}, {"start": 1481.94, "end": 1482.76, "word": " and", "probability": 0.8408203125}, {"start": 1482.76, "end": 1483.0, "word": " we", "probability": 0.955078125}, {"start": 1483.0, "end": 1483.52, "word": " have", "probability": 0.943359375}, {"start": 1483.52, "end": 1484.62, "word": " subject", "probability": 0.7138671875}, {"start": 1484.62, "end": 1485.12, "word": "-verb", "probability": 0.775390625}, {"start": 1485.12, "end": 1485.86, "word": " agreement", "probability": 0.91845703125}, {"start": 1485.86, "end": 1486.6, "word": " and", "probability": 0.86767578125}, {"start": 1486.6, "end": 1486.9, "word": " very", "probability": 0.7890625}, {"start": 1486.9, "end": 1487.28, "word": " nice", "probability": 0.9091796875}, {"start": 1487.28, "end": 1488.32, "word": " idea,", "probability": 0.89794921875}, {"start": 1488.64, "end": 1488.84, "word": " very", "probability": 0.8212890625}, {"start": 1488.84, "end": 1489.16, "word": " nice", "probability": 0.91015625}, {"start": 1489.16, "end": 1489.8, "word": " conclusion.", "probability": 0.85986328125}, {"start": 1490.08, "end": 1490.26, "word": " Very", "probability": 0.8046875}, {"start": 1490.26, "end": 1490.44, "word": " good.", "probability": 0.91748046875}, {"start": 1490.56, "end": 1490.7, "word": " Let's", "probability": 0.953857421875}, {"start": 1490.7, "end": 1490.78, "word": " see", "probability": 0.92431640625}, {"start": 1490.78, "end": 1490.96, "word": " the", "probability": 0.9150390625}, {"start": 1490.96, "end": 1491.2, "word": " second", "probability": 0.89697265625}, {"start": 1491.2, "end": 1491.48, "word": " one.", "probability": 0.92431640625}, {"start": 1491.94, "end": 1492.14, "word": " In", "probability": 0.939453125}, {"start": 1492.14, "end": 1492.5, "word": " short,", "probability": 0.9521484375}, {"start": 1492.66, "end": 1492.92, "word": " watching", "probability": 0.79296875}, {"start": 1492.92, "end": 1493.9, "word": " children's", "probability": 0.911865234375}, {"start": 1493.9, "end": 1494.54, "word": " programs", "probability": 0.869140625}, {"start": 1494.54, "end": 1495.38, "word": " is", "probability": 0.94873046875}, {"start": 1495.38, "end": 1495.72, "word": " an", "probability": 0.958984375}, {"start": 1495.72, "end": 1496.28, "word": " easy", "probability": 0.9091796875}, {"start": 1496.28, "end": 1497.16, "word": " process", "probability": 0.9521484375}, {"start": 1497.16, "end": 1497.44, "word": " to", "probability": 0.9716796875}, {"start": 1497.44, "end": 1497.9, "word": " learn", "probability": 0.970703125}, {"start": 1497.9, "end": 1498.22, "word": " to", "probability": 0.7333984375}, {"start": 1498.22, "end": 1498.54, "word": " learn.", "probability": 0.97607421875}, {"start": 1499.22, "end": 1499.48, "word": " Good?", "probability": 0.876953125}], "temperature": 1.0}, {"id": 50, "seek": 152731, "start": 1500.47, "end": 1527.31, "text": " I agree. Yes, it is very good. Well, I could just add to learn a foreign language just to make sure that we captured, we got the main idea and the conclusion to learn a foreign language. And finally, see that third example. As we can see it, Kuma, very nice. Children's programs are good educational system. Okay? Good one?", "tokens": [286, 3986, 13, 1079, 11, 309, 307, 588, 665, 13, 1042, 11, 286, 727, 445, 909, 281, 1466, 257, 5329, 2856, 445, 281, 652, 988, 300, 321, 11828, 11, 321, 658, 264, 2135, 1558, 293, 264, 10063, 281, 1466, 257, 5329, 2856, 13, 400, 2721, 11, 536, 300, 2636, 1365, 13, 1018, 321, 393, 536, 309, 11, 591, 5544, 11, 588, 1481, 13, 13354, 311, 4268, 366, 665, 10189, 1185, 13, 1033, 30, 2205, 472, 30], "avg_logprob": -0.2461444828417394, "compression_ratio": 1.5576923076923077, "no_speech_prob": 5.960464477539063e-08, "words": [{"start": 1500.47, "end": 1500.79, "word": " I", "probability": 0.79345703125}, {"start": 1500.79, "end": 1501.03, "word": " agree.", "probability": 0.90087890625}, {"start": 1501.17, "end": 1501.37, "word": " Yes,", "probability": 0.93798828125}, {"start": 1501.43, "end": 1501.51, "word": " it", "probability": 0.92578125}, {"start": 1501.51, "end": 1501.65, "word": " is", "probability": 0.85986328125}, {"start": 1501.65, "end": 1501.89, "word": " very", "probability": 0.80126953125}, {"start": 1501.89, "end": 1502.31, "word": " good.", "probability": 0.92431640625}, {"start": 1502.85, "end": 1503.07, "word": " Well,", "probability": 0.55712890625}, {"start": 1503.17, "end": 1503.31, "word": " I", "probability": 0.66259765625}, {"start": 1503.31, "end": 1503.55, "word": " could", "probability": 0.82275390625}, {"start": 1503.55, "end": 1503.83, "word": " just", "probability": 0.91015625}, {"start": 1503.83, "end": 1504.07, "word": " add", "probability": 0.755859375}, {"start": 1504.07, "end": 1504.23, "word": " to", "probability": 0.87890625}, {"start": 1504.23, "end": 1504.59, "word": " learn", "probability": 0.9697265625}, {"start": 1504.59, "end": 1504.97, "word": " a", "probability": 0.64990234375}, {"start": 1504.97, "end": 1505.63, "word": " foreign", "probability": 0.9306640625}, {"start": 1505.63, "end": 1506.05, "word": " language", "probability": 0.60546875}, {"start": 1506.05, "end": 1506.89, "word": " just", "probability": 0.54443359375}, {"start": 1506.89, "end": 1507.07, "word": " to", "probability": 0.9716796875}, {"start": 1507.07, "end": 1507.21, "word": " make", "probability": 0.94189453125}, {"start": 1507.21, "end": 1507.43, "word": " sure", "probability": 0.91357421875}, {"start": 1507.43, "end": 1507.69, "word": " that", "probability": 0.92626953125}, {"start": 1507.69, "end": 1507.89, "word": " we", "probability": 0.9599609375}, {"start": 1507.89, "end": 1508.43, "word": " captured,", "probability": 0.6650390625}, {"start": 1508.67, "end": 1508.79, "word": " we", "probability": 0.9345703125}, {"start": 1508.79, "end": 1509.03, "word": " got", "probability": 0.91357421875}, {"start": 1509.03, "end": 1509.23, "word": " the", "probability": 0.919921875}, {"start": 1509.23, "end": 1509.43, "word": " main", "probability": 0.916015625}, {"start": 1509.43, "end": 1509.85, "word": " idea", "probability": 0.9384765625}, {"start": 1509.85, "end": 1510.25, "word": " and", "probability": 0.83203125}, {"start": 1510.25, "end": 1510.95, "word": " the", "probability": 0.6845703125}, {"start": 1510.95, "end": 1511.53, "word": " conclusion", "probability": 0.9033203125}, {"start": 1511.53, "end": 1511.83, "word": " to", "probability": 0.5205078125}, {"start": 1511.83, "end": 1512.11, "word": " learn", "probability": 0.974609375}, {"start": 1512.11, "end": 1512.25, "word": " a", "probability": 0.951171875}, {"start": 1512.25, "end": 1512.61, "word": " foreign", "probability": 0.806640625}, {"start": 1512.61, "end": 1514.25, "word": " language.", "probability": 0.87548828125}, {"start": 1515.13, "end": 1515.39, "word": " And", "probability": 0.92431640625}, {"start": 1515.39, "end": 1515.83, "word": " finally,", "probability": 0.82568359375}, {"start": 1515.99, "end": 1516.15, "word": " see", "probability": 0.86083984375}, {"start": 1516.15, "end": 1516.39, "word": " that", "probability": 0.75244140625}, {"start": 1516.39, "end": 1516.75, "word": " third", "probability": 0.86279296875}, {"start": 1516.75, "end": 1517.17, "word": " example.", "probability": 0.9755859375}, {"start": 1517.57, "end": 1517.85, "word": " As", "probability": 0.97265625}, {"start": 1517.85, "end": 1518.03, "word": " we", "probability": 0.95458984375}, {"start": 1518.03, "end": 1518.27, "word": " can", "probability": 0.9482421875}, {"start": 1518.27, "end": 1518.51, "word": " see", "probability": 0.92529296875}, {"start": 1518.51, "end": 1518.81, "word": " it,", "probability": 0.8583984375}, {"start": 1518.97, "end": 1519.23, "word": " Kuma,", "probability": 0.4764404296875}, {"start": 1519.63, "end": 1519.83, "word": " very", "probability": 0.83984375}, {"start": 1519.83, "end": 1520.19, "word": " nice.", "probability": 0.8955078125}, {"start": 1520.87, "end": 1521.39, "word": " Children's", "probability": 0.891357421875}, {"start": 1521.39, "end": 1521.91, "word": " programs", "probability": 0.8857421875}, {"start": 1521.91, "end": 1522.39, "word": " are", "probability": 0.94140625}, {"start": 1522.39, "end": 1522.83, "word": " good", "probability": 0.89501953125}, {"start": 1522.83, "end": 1524.25, "word": " educational", "probability": 0.77978515625}, {"start": 1524.25, "end": 1525.53, "word": " system.", "probability": 0.884765625}, {"start": 1525.77, "end": 1526.07, "word": " Okay?", "probability": 0.5615234375}, {"start": 1526.87, "end": 1527.11, "word": " Good", "probability": 0.87451171875}, {"start": 1527.11, "end": 1527.31, "word": " one?", "probability": 0.9208984375}], "temperature": 1.0}, {"id": 51, "seek": 155454, "start": 1528.32, "end": 1554.54, "text": " Yes, but not systems. I wouldn't say system. I would prefer to use technique. Yes. Okay. Or way. A technique or strategy. For example, it's a good educational or a good learning strategy or a good learning technique, alright? Because we just want to make sure that the idea and our world choice is perfect, okay? Is perfect. And I could use it to give a recommendation. For example, to conclude", "tokens": [1079, 11, 457, 406, 3652, 13, 286, 2759, 380, 584, 1185, 13, 286, 576, 4382, 281, 764, 6532, 13, 1079, 13, 1033, 13, 1610, 636, 13, 316, 6532, 420, 5206, 13, 1171, 1365, 11, 309, 311, 257, 665, 10189, 420, 257, 665, 2539, 5206, 420, 257, 665, 2539, 6532, 11, 5845, 30, 1436, 321, 445, 528, 281, 652, 988, 300, 264, 1558, 293, 527, 1002, 3922, 307, 2176, 11, 1392, 30, 1119, 2176, 13, 400, 286, 727, 764, 309, 281, 976, 257, 11879, 13, 1171, 1365, 11, 281, 16886], "avg_logprob": -0.20850694262319142, "compression_ratio": 1.688034188034188, "no_speech_prob": 0.0, "words": [{"start": 1528.32, "end": 1528.66, "word": " Yes,", "probability": 0.7197265625}, {"start": 1528.76, "end": 1528.92, "word": " but", "probability": 0.88818359375}, {"start": 1528.92, "end": 1529.26, "word": " not", "probability": 0.92626953125}, {"start": 1529.26, "end": 1529.88, "word": " systems.", "probability": 0.8994140625}, {"start": 1530.06, "end": 1530.1, "word": " I", "probability": 0.72509765625}, {"start": 1530.1, "end": 1530.3, "word": " wouldn't", "probability": 0.75537109375}, {"start": 1530.3, "end": 1530.5, "word": " say", "probability": 0.9306640625}, {"start": 1530.5, "end": 1530.84, "word": " system.", "probability": 0.5888671875}, {"start": 1530.84, "end": 1531.02, "word": " I", "probability": 0.98291015625}, {"start": 1531.02, "end": 1531.16, "word": " would", "probability": 0.87744140625}, {"start": 1531.16, "end": 1531.5, "word": " prefer", "probability": 0.96435546875}, {"start": 1531.5, "end": 1531.68, "word": " to", "probability": 0.9169921875}, {"start": 1531.68, "end": 1531.92, "word": " use", "probability": 0.90185546875}, {"start": 1531.92, "end": 1532.52, "word": " technique.", "probability": 0.93701171875}, {"start": 1532.96, "end": 1533.38, "word": " Yes.", "probability": 0.56494140625}, {"start": 1533.74, "end": 1534.26, "word": " Okay.", "probability": 0.6044921875}, {"start": 1534.56, "end": 1534.86, "word": " Or", "probability": 0.64111328125}, {"start": 1534.86, "end": 1535.08, "word": " way.", "probability": 0.1900634765625}, {"start": 1535.18, "end": 1535.38, "word": " A", "probability": 0.72705078125}, {"start": 1535.38, "end": 1535.66, "word": " technique", "probability": 0.95947265625}, {"start": 1535.66, "end": 1535.94, "word": " or", "probability": 0.92333984375}, {"start": 1535.94, "end": 1536.62, "word": " strategy.", "probability": 0.76806640625}, {"start": 1536.96, "end": 1537.18, "word": " For", "probability": 0.95751953125}, {"start": 1537.18, "end": 1537.56, "word": " example,", "probability": 0.9716796875}, {"start": 1537.66, "end": 1537.72, "word": " it's", "probability": 0.79833984375}, {"start": 1537.72, "end": 1537.82, "word": " a", "probability": 0.98828125}, {"start": 1537.82, "end": 1537.98, "word": " good", "probability": 0.93505859375}, {"start": 1537.98, "end": 1538.64, "word": " educational", "probability": 0.8349609375}, {"start": 1538.64, "end": 1539.34, "word": " or", "probability": 0.87646484375}, {"start": 1539.34, "end": 1539.48, "word": " a", "probability": 0.91064453125}, {"start": 1539.48, "end": 1539.68, "word": " good", "probability": 0.931640625}, {"start": 1539.68, "end": 1540.1, "word": " learning", "probability": 0.94189453125}, {"start": 1540.1, "end": 1540.72, "word": " strategy", "probability": 0.8955078125}, {"start": 1540.72, "end": 1540.92, "word": " or", "probability": 0.85791015625}, {"start": 1540.92, "end": 1541.06, "word": " a", "probability": 0.97705078125}, {"start": 1541.06, "end": 1541.2, "word": " good", "probability": 0.93212890625}, {"start": 1541.2, "end": 1541.56, "word": " learning", "probability": 0.94140625}, {"start": 1541.56, "end": 1542.1, "word": " technique,", "probability": 0.96533203125}, {"start": 1542.24, "end": 1542.4, "word": " alright?", "probability": 0.76025390625}, {"start": 1542.48, "end": 1542.74, "word": " Because", "probability": 0.91796875}, {"start": 1542.74, "end": 1542.9, "word": " we", "probability": 0.95751953125}, {"start": 1542.9, "end": 1543.08, "word": " just", "probability": 0.9189453125}, {"start": 1543.08, "end": 1543.36, "word": " want", "probability": 0.89111328125}, {"start": 1543.36, "end": 1543.48, "word": " to", "probability": 0.970703125}, {"start": 1543.48, "end": 1543.66, "word": " make", "probability": 0.94189453125}, {"start": 1543.66, "end": 1543.82, "word": " sure", "probability": 0.91796875}, {"start": 1543.82, "end": 1544.04, "word": " that", "probability": 0.9365234375}, {"start": 1544.04, "end": 1544.16, "word": " the", "probability": 0.78515625}, {"start": 1544.16, "end": 1544.52, "word": " idea", "probability": 0.92236328125}, {"start": 1544.52, "end": 1545.16, "word": " and", "probability": 0.93505859375}, {"start": 1545.16, "end": 1545.48, "word": " our", "probability": 0.8857421875}, {"start": 1545.48, "end": 1545.82, "word": " world", "probability": 0.53369140625}, {"start": 1545.82, "end": 1546.3, "word": " choice", "probability": 0.91015625}, {"start": 1546.3, "end": 1546.66, "word": " is", "probability": 0.94970703125}, {"start": 1546.66, "end": 1547.44, "word": " perfect,", "probability": 0.87548828125}, {"start": 1547.66, "end": 1547.94, "word": " okay?", "probability": 0.91455078125}, {"start": 1548.36, "end": 1548.66, "word": " Is", "probability": 0.77880859375}, {"start": 1548.66, "end": 1549.16, "word": " perfect.", "probability": 0.91015625}, {"start": 1549.38, "end": 1549.58, "word": " And", "probability": 0.7939453125}, {"start": 1549.58, "end": 1549.7, "word": " I", "probability": 0.95849609375}, {"start": 1549.7, "end": 1549.88, "word": " could", "probability": 0.86865234375}, {"start": 1549.88, "end": 1550.2, "word": " use", "probability": 0.8779296875}, {"start": 1550.2, "end": 1550.42, "word": " it", "probability": 0.9482421875}, {"start": 1550.42, "end": 1550.74, "word": " to", "probability": 0.97119140625}, {"start": 1550.74, "end": 1551.2, "word": " give", "probability": 0.880859375}, {"start": 1551.2, "end": 1551.4, "word": " a", "probability": 0.99462890625}, {"start": 1551.4, "end": 1551.92, "word": " recommendation.", "probability": 0.841796875}, {"start": 1552.12, "end": 1552.26, "word": " For", "probability": 0.9677734375}, {"start": 1552.26, "end": 1552.8, "word": " example,", "probability": 0.9755859375}, {"start": 1553.3, "end": 1553.56, "word": " to", "probability": 0.9697265625}, {"start": 1553.56, "end": 1554.54, "word": " conclude", "probability": 0.90380859375}], "temperature": 1.0}, {"id": 52, "seek": 158426, "start": 1557.12, "end": 1584.26, "text": " I strongly recommend language of foreign, foreign language learners to what? To watch? Yes, to watch children's programs.", "tokens": [286, 10613, 2748, 2856, 295, 5329, 11, 5329, 2856, 23655, 281, 437, 30, 1407, 1159, 30, 1079, 11, 281, 1159, 2227, 311, 4268, 13], "avg_logprob": -0.29750000953674316, "compression_ratio": 1.22, "no_speech_prob": 0.0, "words": [{"start": 1557.12, "end": 1557.62, "word": " I", "probability": 0.8603515625}, {"start": 1557.62, "end": 1558.46, "word": " strongly", "probability": 0.8603515625}, {"start": 1558.46, "end": 1561.1, "word": " recommend", "probability": 0.77978515625}, {"start": 1561.1, "end": 1564.56, "word": " language", "probability": 0.673828125}, {"start": 1564.56, "end": 1564.9, "word": " of", "probability": 0.53466796875}, {"start": 1564.9, "end": 1565.3, "word": " foreign,", "probability": 0.798828125}, {"start": 1566.08, "end": 1567.7, "word": " foreign", "probability": 0.9052734375}, {"start": 1567.7, "end": 1568.48, "word": " language", "probability": 0.85888671875}, {"start": 1568.48, "end": 1571.72, "word": " learners", "probability": 0.9384765625}, {"start": 1571.72, "end": 1575.7, "word": " to", "probability": 0.95458984375}, {"start": 1575.7, "end": 1577.12, "word": " what?", "probability": 0.380859375}, {"start": 1577.32, "end": 1577.56, "word": " To", "probability": 0.7724609375}, {"start": 1577.56, "end": 1577.92, "word": " watch?", "probability": 0.86474609375}, {"start": 1579.32, "end": 1579.74, "word": " Yes,", "probability": 0.74169921875}, {"start": 1579.9, "end": 1580.06, "word": " to", "probability": 0.96484375}, {"start": 1580.06, "end": 1580.5, "word": " watch", "probability": 0.8642578125}, {"start": 1580.5, "end": 1581.58, "word": " children's", "probability": 0.916015625}, {"start": 1581.58, "end": 1584.26, "word": " programs.", "probability": 0.83935546875}], "temperature": 1.0}, {"id": 53, "seek": 161080, "start": 1586.28, "end": 1610.8, "text": " Okay? And this conclusion is used as a recommendation for the reader to actually to watch children's program if they are foreign language learners. All right? So this is also, this is used as a recommendation. All right? Let's see the third example. All right? Let's do more practice. And this one is about, let's see.", "tokens": [1033, 30, 400, 341, 10063, 307, 1143, 382, 257, 11879, 337, 264, 15149, 281, 767, 281, 1159, 2227, 311, 1461, 498, 436, 366, 5329, 2856, 23655, 13, 1057, 558, 30, 407, 341, 307, 611, 11, 341, 307, 1143, 382, 257, 11879, 13, 1057, 558, 30, 961, 311, 536, 264, 2636, 1365, 13, 1057, 558, 30, 961, 311, 360, 544, 3124, 13, 400, 341, 472, 307, 466, 11, 718, 311, 536, 13], "avg_logprob": -0.1984591976635986, "compression_ratio": 1.6701570680628273, "no_speech_prob": 0.0, "words": [{"start": 1586.2800000000002, "end": 1586.88, "word": " Okay?", "probability": 0.48486328125}, {"start": 1587.3, "end": 1587.72, "word": " And", "probability": 0.8916015625}, {"start": 1587.72, "end": 1588.0, "word": " this", "probability": 0.91650390625}, {"start": 1588.0, "end": 1588.66, "word": " conclusion", "probability": 0.876953125}, {"start": 1588.66, "end": 1589.0, "word": " is", "probability": 0.9462890625}, {"start": 1589.0, "end": 1589.3, "word": " used", "probability": 0.912109375}, {"start": 1589.3, "end": 1589.78, "word": " as", "probability": 0.96240234375}, {"start": 1589.78, "end": 1590.12, "word": " a", "probability": 0.97998046875}, {"start": 1590.12, "end": 1590.94, "word": " recommendation", "probability": 0.82568359375}, {"start": 1590.94, "end": 1591.72, "word": " for", "probability": 0.88671875}, {"start": 1591.72, "end": 1592.24, "word": " the", "probability": 0.904296875}, {"start": 1592.24, "end": 1592.54, "word": " reader", "probability": 0.95751953125}, {"start": 1592.54, "end": 1592.8, "word": " to", "probability": 0.9658203125}, {"start": 1592.8, "end": 1593.28, "word": " actually", "probability": 0.88916015625}, {"start": 1593.28, "end": 1594.18, "word": " to", "probability": 0.65625}, {"start": 1594.18, "end": 1595.34, "word": " watch", "probability": 0.64111328125}, {"start": 1595.34, "end": 1595.88, "word": " children's", "probability": 0.9140625}, {"start": 1595.88, "end": 1596.2, "word": " program", "probability": 0.56298828125}, {"start": 1596.2, "end": 1596.44, "word": " if", "probability": 0.76953125}, {"start": 1596.44, "end": 1596.62, "word": " they", "probability": 0.8818359375}, {"start": 1596.62, "end": 1596.84, "word": " are", "probability": 0.923828125}, {"start": 1596.84, "end": 1597.06, "word": " foreign", "probability": 0.486572265625}, {"start": 1597.06, "end": 1597.62, "word": " language", "probability": 0.8095703125}, {"start": 1597.62, "end": 1598.68, "word": " learners.", "probability": 0.958984375}, {"start": 1598.88, "end": 1599.0, "word": " All", "probability": 0.338134765625}, {"start": 1599.0, "end": 1599.12, "word": " right?", "probability": 0.90380859375}, {"start": 1599.28, "end": 1599.48, "word": " So", "probability": 0.94970703125}, {"start": 1599.48, "end": 1599.68, "word": " this", "probability": 0.76708984375}, {"start": 1599.68, "end": 1599.86, "word": " is", "probability": 0.94921875}, {"start": 1599.86, "end": 1600.26, "word": " also,", "probability": 0.80712890625}, {"start": 1600.64, "end": 1600.92, "word": " this", "probability": 0.94482421875}, {"start": 1600.92, "end": 1601.06, "word": " is", "probability": 0.9462890625}, {"start": 1601.06, "end": 1601.36, "word": " used", "probability": 0.921875}, {"start": 1601.36, "end": 1601.86, "word": " as", "probability": 0.96337890625}, {"start": 1601.86, "end": 1602.1, "word": " a", "probability": 0.97998046875}, {"start": 1602.1, "end": 1602.68, "word": " recommendation.", "probability": 0.85546875}, {"start": 1602.98, "end": 1603.0, "word": " All", "probability": 0.87744140625}, {"start": 1603.0, "end": 1603.08, "word": " right?", "probability": 0.91015625}, {"start": 1603.3, "end": 1603.5, "word": " Let's", "probability": 0.892822265625}, {"start": 1603.5, "end": 1603.6, "word": " see", "probability": 0.9248046875}, {"start": 1603.6, "end": 1603.76, "word": " the", "probability": 0.90234375}, {"start": 1603.76, "end": 1604.1, "word": " third", "probability": 0.92431640625}, {"start": 1604.1, "end": 1604.6, "word": " example.", "probability": 0.97021484375}, {"start": 1604.74, "end": 1604.92, "word": " All", "probability": 0.9541015625}, {"start": 1604.92, "end": 1605.06, "word": " right?", "probability": 0.91162109375}, {"start": 1605.14, "end": 1605.34, "word": " Let's", "probability": 0.828369140625}, {"start": 1605.34, "end": 1605.54, "word": " do", "probability": 0.955078125}, {"start": 1605.54, "end": 1605.88, "word": " more", "probability": 0.90966796875}, {"start": 1605.88, "end": 1606.64, "word": " practice.", "probability": 0.49658203125}, {"start": 1607.12, "end": 1607.72, "word": " And", "probability": 0.9228515625}, {"start": 1607.72, "end": 1607.92, "word": " this", "probability": 0.94677734375}, {"start": 1607.92, "end": 1608.16, "word": " one", "probability": 0.92626953125}, {"start": 1608.16, "end": 1608.44, "word": " is", "probability": 0.95166015625}, {"start": 1608.44, "end": 1609.1, "word": " about,", "probability": 0.900390625}, {"start": 1610.14, "end": 1610.64, "word": " let's", "probability": 0.967529296875}, {"start": 1610.64, "end": 1610.8, "word": " see.", "probability": 0.9130859375}], "temperature": 1.0}, {"id": 54, "seek": 164063, "start": 1613.15, "end": 1640.63, "text": " I have a hard time taking notes in my history class. The instructor talks so fast that I can't keep up with her. She also has a soft voice and I miss a lot of things. Blah, blah, blah, blah. Finally, she talks about everything in the same tones and never emphasizes the important points. When I study my notes, I have trouble separating the important material from theirs. What is the paragraph about?", "tokens": [286, 362, 257, 1152, 565, 1940, 5570, 294, 452, 2503, 1508, 13, 440, 18499, 6686, 370, 2370, 300, 286, 393, 380, 1066, 493, 365, 720, 13, 1240, 611, 575, 257, 2787, 3177, 293, 286, 1713, 257, 688, 295, 721, 13, 2177, 545, 11, 12288, 11, 12288, 11, 12288, 13, 6288, 11, 750, 6686, 466, 1203, 294, 264, 912, 19995, 293, 1128, 48856, 264, 1021, 2793, 13, 1133, 286, 2979, 452, 5570, 11, 286, 362, 5253, 29279, 264, 1021, 2527, 490, 22760, 13, 708, 307, 264, 18865, 466, 30], "avg_logprob": -0.14387289325842698, "compression_ratio": 1.6209677419354838, "no_speech_prob": 2.384185791015625e-07, "words": [{"start": 1613.15, "end": 1613.67, "word": " I", "probability": 0.3720703125}, {"start": 1613.67, "end": 1614.19, "word": " have", "probability": 0.86181640625}, {"start": 1614.19, "end": 1614.33, "word": " a", "probability": 0.94921875}, {"start": 1614.33, "end": 1614.59, "word": " hard", "probability": 0.9169921875}, {"start": 1614.59, "end": 1614.95, "word": " time", "probability": 0.89501953125}, {"start": 1614.95, "end": 1615.31, "word": " taking", "probability": 0.86181640625}, {"start": 1615.31, "end": 1615.73, "word": " notes", "probability": 0.8984375}, {"start": 1615.73, "end": 1615.87, "word": " in", "probability": 0.9267578125}, {"start": 1615.87, "end": 1616.05, "word": " my", "probability": 0.96533203125}, {"start": 1616.05, "end": 1616.53, "word": " history", "probability": 0.8857421875}, {"start": 1616.53, "end": 1617.45, "word": " class.", "probability": 0.9462890625}, {"start": 1617.71, "end": 1617.81, "word": " The", "probability": 0.85693359375}, {"start": 1617.81, "end": 1618.33, "word": " instructor", "probability": 0.90087890625}, {"start": 1618.33, "end": 1619.75, "word": " talks", "probability": 0.884765625}, {"start": 1619.75, "end": 1620.07, "word": " so", "probability": 0.9345703125}, {"start": 1620.07, "end": 1620.39, "word": " fast", "probability": 0.88427734375}, {"start": 1620.39, "end": 1620.65, "word": " that", "probability": 0.92138671875}, {"start": 1620.65, "end": 1620.83, "word": " I", "probability": 0.9931640625}, {"start": 1620.83, "end": 1621.13, "word": " can't", "probability": 0.955322265625}, {"start": 1621.13, "end": 1621.33, "word": " keep", "probability": 0.90966796875}, {"start": 1621.33, "end": 1621.57, "word": " up", "probability": 0.966796875}, {"start": 1621.57, "end": 1621.87, "word": " with", "probability": 0.90380859375}, {"start": 1621.87, "end": 1622.27, "word": " her.", "probability": 0.95068359375}, {"start": 1622.65, "end": 1622.83, "word": " She", "probability": 0.8740234375}, {"start": 1622.83, "end": 1623.11, "word": " also", "probability": 0.87158203125}, {"start": 1623.11, "end": 1623.27, "word": " has", "probability": 0.9482421875}, {"start": 1623.27, "end": 1623.37, "word": " a", "probability": 0.9931640625}, {"start": 1623.37, "end": 1623.61, "word": " soft", "probability": 0.89794921875}, {"start": 1623.61, "end": 1623.89, "word": " voice", "probability": 0.9423828125}, {"start": 1623.89, "end": 1624.03, "word": " and", "probability": 0.85498046875}, {"start": 1624.03, "end": 1624.19, "word": " I", "probability": 0.994140625}, {"start": 1624.19, "end": 1624.31, "word": " miss", "probability": 0.88916015625}, {"start": 1624.31, "end": 1624.45, "word": " a", "probability": 0.98779296875}, {"start": 1624.45, "end": 1624.59, "word": " lot", "probability": 0.95556640625}, {"start": 1624.59, "end": 1624.73, "word": " of", "probability": 0.96337890625}, {"start": 1624.73, "end": 1625.25, "word": " things.", "probability": 0.8603515625}, {"start": 1625.73, "end": 1625.85, "word": " Blah,", "probability": 0.791015625}, {"start": 1625.87, "end": 1626.01, "word": " blah,", "probability": 0.93505859375}, {"start": 1626.21, "end": 1626.21, "word": " blah,", "probability": 0.94873046875}, {"start": 1626.25, "end": 1626.35, "word": " blah.", "probability": 0.9501953125}, {"start": 1626.47, "end": 1626.95, "word": " Finally,", "probability": 0.66064453125}, {"start": 1627.03, "end": 1627.21, "word": " she", "probability": 0.90966796875}, {"start": 1627.21, "end": 1627.51, "word": " talks", "probability": 0.89208984375}, {"start": 1627.51, "end": 1627.77, "word": " about", "probability": 0.89453125}, {"start": 1627.77, "end": 1628.23, "word": " everything", "probability": 0.9208984375}, {"start": 1628.23, "end": 1628.45, "word": " in", "probability": 0.947265625}, {"start": 1628.45, "end": 1628.61, "word": " the", "probability": 0.91845703125}, {"start": 1628.61, "end": 1628.85, "word": " same", "probability": 0.9189453125}, {"start": 1628.85, "end": 1629.31, "word": " tones", "probability": 0.755859375}, {"start": 1629.31, "end": 1629.77, "word": " and", "probability": 0.9072265625}, {"start": 1629.77, "end": 1630.13, "word": " never", "probability": 0.9306640625}, {"start": 1630.13, "end": 1630.71, "word": " emphasizes", "probability": 0.91552734375}, {"start": 1630.71, "end": 1630.95, "word": " the", "probability": 0.89697265625}, {"start": 1630.95, "end": 1631.43, "word": " important", "probability": 0.90234375}, {"start": 1631.43, "end": 1632.89, "word": " points.", "probability": 0.919921875}, {"start": 1633.57, "end": 1634.09, "word": " When", "probability": 0.89208984375}, {"start": 1634.09, "end": 1634.27, "word": " I", "probability": 0.9990234375}, {"start": 1634.27, "end": 1634.51, "word": " study", "probability": 0.93408203125}, {"start": 1634.51, "end": 1634.81, "word": " my", "probability": 0.9697265625}, {"start": 1634.81, "end": 1635.21, "word": " notes,", "probability": 0.89013671875}, {"start": 1635.45, "end": 1635.65, "word": " I", "probability": 0.9990234375}, {"start": 1635.65, "end": 1635.85, "word": " have", "probability": 0.94482421875}, {"start": 1635.85, "end": 1636.27, "word": " trouble", "probability": 0.84423828125}, {"start": 1636.27, "end": 1636.89, "word": " separating", "probability": 0.92041015625}, {"start": 1636.89, "end": 1637.17, "word": " the", "probability": 0.90771484375}, {"start": 1637.17, "end": 1637.61, "word": " important", "probability": 0.88720703125}, {"start": 1637.61, "end": 1638.15, "word": " material", "probability": 0.853515625}, {"start": 1638.15, "end": 1638.59, "word": " from", "probability": 0.88623046875}, {"start": 1638.59, "end": 1639.27, "word": " theirs.", "probability": 0.80615234375}, {"start": 1639.55, "end": 1639.69, "word": " What", "probability": 0.78955078125}, {"start": 1639.69, "end": 1639.81, "word": " is", "probability": 0.70556640625}, {"start": 1639.81, "end": 1639.93, "word": " the", "probability": 0.90380859375}, {"start": 1639.93, "end": 1640.19, "word": " paragraph", "probability": 0.95703125}, {"start": 1640.19, "end": 1640.63, "word": " about?", "probability": 0.9091796875}], "temperature": 1.0}, {"id": 55, "seek": 166105, "start": 1641.89, "end": 1661.05, "text": " The problems I see in my history class. This is clearly what the paragraph is. The kinds of problems that I see in my history class. So try to provide a conclusion or a concluding sentence to this paragraph. Alright? Yes please.", "tokens": [440, 2740, 286, 536, 294, 452, 2503, 1508, 13, 639, 307, 4448, 437, 264, 18865, 307, 13, 440, 3685, 295, 2740, 300, 286, 536, 294, 452, 2503, 1508, 13, 407, 853, 281, 2893, 257, 10063, 420, 257, 9312, 278, 8174, 281, 341, 18865, 13, 2798, 30, 1079, 1767, 13], "avg_logprob": -0.1964062476158142, "compression_ratio": 1.5902777777777777, "no_speech_prob": 4.708766937255859e-06, "words": [{"start": 1641.89, "end": 1642.17, "word": " The", "probability": 0.2135009765625}, {"start": 1642.17, "end": 1642.81, "word": " problems", "probability": 0.75048828125}, {"start": 1642.81, "end": 1643.69, "word": " I", "probability": 0.892578125}, {"start": 1643.69, "end": 1644.05, "word": " see", "probability": 0.9345703125}, {"start": 1644.05, "end": 1644.31, "word": " in", "probability": 0.921875}, {"start": 1644.31, "end": 1644.69, "word": " my", "probability": 0.947265625}, {"start": 1644.69, "end": 1645.67, "word": " history", "probability": 0.87353515625}, {"start": 1645.67, "end": 1645.99, "word": " class.", "probability": 0.9033203125}, {"start": 1646.11, "end": 1646.19, "word": " This", "probability": 0.80859375}, {"start": 1646.19, "end": 1646.33, "word": " is", "probability": 0.947265625}, {"start": 1646.33, "end": 1646.79, "word": " clearly", "probability": 0.88671875}, {"start": 1646.79, "end": 1647.49, "word": " what", "probability": 0.9365234375}, {"start": 1647.49, "end": 1648.11, "word": " the", "probability": 0.87841796875}, {"start": 1648.11, "end": 1648.51, "word": " paragraph", "probability": 0.9501953125}, {"start": 1648.51, "end": 1649.29, "word": " is.", "probability": 0.93310546875}, {"start": 1649.51, "end": 1649.69, "word": " The", "probability": 0.75927734375}, {"start": 1649.69, "end": 1650.01, "word": " kinds", "probability": 0.7724609375}, {"start": 1650.01, "end": 1650.17, "word": " of", "probability": 0.9697265625}, {"start": 1650.17, "end": 1650.59, "word": " problems", "probability": 0.83203125}, {"start": 1650.59, "end": 1650.91, "word": " that", "probability": 0.837890625}, {"start": 1650.91, "end": 1651.09, "word": " I", "probability": 0.9951171875}, {"start": 1651.09, "end": 1651.43, "word": " see", "probability": 0.9345703125}, {"start": 1651.43, "end": 1651.99, "word": " in", "probability": 0.939453125}, {"start": 1651.99, "end": 1652.23, "word": " my", "probability": 0.9658203125}, {"start": 1652.23, "end": 1652.69, "word": " history", "probability": 0.89501953125}, {"start": 1652.69, "end": 1653.27, "word": " class.", "probability": 0.9580078125}, {"start": 1653.43, "end": 1653.45, "word": " So", "probability": 0.89501953125}, {"start": 1653.45, "end": 1653.67, "word": " try", "probability": 0.77490234375}, {"start": 1653.67, "end": 1653.87, "word": " to", "probability": 0.97216796875}, {"start": 1653.87, "end": 1654.51, "word": " provide", "probability": 0.9521484375}, {"start": 1654.51, "end": 1654.89, "word": " a", "probability": 0.9921875}, {"start": 1654.89, "end": 1655.63, "word": " conclusion", "probability": 0.88427734375}, {"start": 1655.63, "end": 1656.49, "word": " or", "probability": 0.72607421875}, {"start": 1656.49, "end": 1656.59, "word": " a", "probability": 0.46923828125}, {"start": 1656.59, "end": 1657.09, "word": " concluding", "probability": 0.9560546875}, {"start": 1657.09, "end": 1657.51, "word": " sentence", "probability": 0.9453125}, {"start": 1657.51, "end": 1657.81, "word": " to", "probability": 0.94287109375}, {"start": 1657.81, "end": 1658.19, "word": " this", "probability": 0.94921875}, {"start": 1658.19, "end": 1659.39, "word": " paragraph.", "probability": 0.95751953125}, {"start": 1659.73, "end": 1659.93, "word": " Alright?", "probability": 0.5888671875}, {"start": 1660.59, "end": 1660.79, "word": " Yes", "probability": 0.89404296875}, {"start": 1660.79, "end": 1661.05, "word": " please.", "probability": 0.48095703125}], "temperature": 1.0}, {"id": 56, "seek": 168654, "start": 1666.88, "end": 1686.54, "text": " So use your paragraph as a recommendation or as a summary of the main points, as a warning or as an opinion or a prediction for what you should do in the future or something like this. So you can always use various functions to choose a form for your conclusion.", "tokens": [407, 764, 428, 18865, 382, 257, 11879, 420, 382, 257, 12691, 295, 264, 2135, 2793, 11, 382, 257, 9164, 420, 382, 364, 4800, 420, 257, 17630, 337, 437, 291, 820, 360, 294, 264, 2027, 420, 746, 411, 341, 13, 407, 291, 393, 1009, 764, 3683, 6828, 281, 2826, 257, 1254, 337, 428, 10063, 13], "avg_logprob": -0.15298295617103577, "compression_ratio": 1.5843373493975903, "no_speech_prob": 0.0, "words": [{"start": 1666.88, "end": 1667.12, "word": " So", "probability": 0.73681640625}, {"start": 1667.12, "end": 1667.4, "word": " use", "probability": 0.68212890625}, {"start": 1667.4, "end": 1667.56, "word": " your", "probability": 0.88037109375}, {"start": 1667.56, "end": 1667.9, "word": " paragraph", "probability": 0.9072265625}, {"start": 1667.9, "end": 1668.38, "word": " as", "probability": 0.955078125}, {"start": 1668.38, "end": 1668.82, "word": " a", "probability": 0.97119140625}, {"start": 1668.82, "end": 1669.7, "word": " recommendation", "probability": 0.82080078125}, {"start": 1669.7, "end": 1670.46, "word": " or", "probability": 0.6572265625}, {"start": 1670.46, "end": 1670.58, "word": " as", "probability": 0.57958984375}, {"start": 1670.58, "end": 1670.7, "word": " a", "probability": 0.9599609375}, {"start": 1670.7, "end": 1670.98, "word": " summary", "probability": 0.93310546875}, {"start": 1670.98, "end": 1671.16, "word": " of", "probability": 0.93896484375}, {"start": 1671.16, "end": 1671.28, "word": " the", "probability": 0.7646484375}, {"start": 1671.28, "end": 1671.44, "word": " main", "probability": 0.89697265625}, {"start": 1671.44, "end": 1671.84, "word": " points,", "probability": 0.91064453125}, {"start": 1672.12, "end": 1672.18, "word": " as", "probability": 0.8828125}, {"start": 1672.18, "end": 1672.3, "word": " a", "probability": 0.98291015625}, {"start": 1672.3, "end": 1672.68, "word": " warning", "probability": 0.93115234375}, {"start": 1672.68, "end": 1674.42, "word": " or", "probability": 0.52880859375}, {"start": 1674.42, "end": 1675.0, "word": " as", "probability": 0.92333984375}, {"start": 1675.0, "end": 1675.24, "word": " an", "probability": 0.91748046875}, {"start": 1675.24, "end": 1675.64, "word": " opinion", "probability": 0.9619140625}, {"start": 1675.64, "end": 1676.08, "word": " or", "probability": 0.5927734375}, {"start": 1676.08, "end": 1676.3, "word": " a", "probability": 0.92626953125}, {"start": 1676.3, "end": 1676.82, "word": " prediction", "probability": 0.931640625}, {"start": 1676.82, "end": 1677.72, "word": " for", "probability": 0.8388671875}, {"start": 1677.72, "end": 1677.94, "word": " what", "probability": 0.94384765625}, {"start": 1677.94, "end": 1678.22, "word": " you", "probability": 0.9580078125}, {"start": 1678.22, "end": 1678.98, "word": " should", "probability": 0.96826171875}, {"start": 1678.98, "end": 1679.36, "word": " do", "probability": 0.96240234375}, {"start": 1679.36, "end": 1679.52, "word": " in", "probability": 0.939453125}, {"start": 1679.52, "end": 1679.66, "word": " the", "probability": 0.9111328125}, {"start": 1679.66, "end": 1680.0, "word": " future", "probability": 0.9814453125}, {"start": 1680.0, "end": 1680.2, "word": " or", "probability": 0.8828125}, {"start": 1680.2, "end": 1680.5, "word": " something", "probability": 0.8671875}, {"start": 1680.5, "end": 1680.78, "word": " like", "probability": 0.91845703125}, {"start": 1680.78, "end": 1680.94, "word": " this.", "probability": 0.8115234375}, {"start": 1681.02, "end": 1681.08, "word": " So", "probability": 0.63525390625}, {"start": 1681.08, "end": 1681.18, "word": " you", "probability": 0.91015625}, {"start": 1681.18, "end": 1681.38, "word": " can", "probability": 0.9443359375}, {"start": 1681.38, "end": 1681.74, "word": " always", "probability": 0.8271484375}, {"start": 1681.74, "end": 1682.3, "word": " use", "probability": 0.869140625}, {"start": 1682.3, "end": 1682.9, "word": " various", "probability": 0.81689453125}, {"start": 1682.9, "end": 1683.6, "word": " functions", "probability": 0.90576171875}, {"start": 1683.6, "end": 1684.2, "word": " to", "probability": 0.95703125}, {"start": 1684.2, "end": 1684.44, "word": " choose", "probability": 0.90673828125}, {"start": 1684.44, "end": 1684.62, "word": " a", "probability": 0.7275390625}, {"start": 1684.62, "end": 1684.86, "word": " form", "probability": 0.892578125}, {"start": 1684.86, "end": 1685.84, "word": " for", "probability": 0.93212890625}, {"start": 1685.84, "end": 1686.02, "word": " your", "probability": 0.8662109375}, {"start": 1686.02, "end": 1686.54, "word": " conclusion.", "probability": 0.90625}], "temperature": 1.0}, {"id": 57, "seek": 185234, "start": 1830.0, "end": 1852.34, "text": " Alright, okay. Let's see some examples. Alright, I'd like just to hear you writing a conclusion for this paragraph. Yes, please. In brief, I have many problems to deal with in my history class. Very nice. In brief, I have many problems to deal with in this or my history class. Very nice conclusion. Yes, please.", "tokens": [2798, 11, 1392, 13, 961, 311, 536, 512, 5110, 13, 2798, 11, 286, 1116, 411, 445, 281, 1568, 291, 3579, 257, 10063, 337, 341, 18865, 13, 1079, 11, 1767, 13, 682, 5353, 11, 286, 362, 867, 2740, 281, 2028, 365, 294, 452, 2503, 1508, 13, 4372, 1481, 13, 682, 5353, 11, 286, 362, 867, 2740, 281, 2028, 365, 294, 341, 420, 452, 2503, 1508, 13, 4372, 1481, 10063, 13, 1079, 11, 1767, 13], "avg_logprob": -0.17958193151531993, "compression_ratio": 1.8304093567251463, "no_speech_prob": 2.384185791015625e-07, "words": [{"start": 1830.0, "end": 1830.48, "word": " Alright,", "probability": 0.54736328125}, {"start": 1831.14, "end": 1831.54, "word": " okay.", "probability": 0.61865234375}, {"start": 1831.9, "end": 1832.1, "word": " Let's", "probability": 0.79296875}, {"start": 1832.1, "end": 1832.22, "word": " see", "probability": 0.91796875}, {"start": 1832.22, "end": 1832.46, "word": " some", "probability": 0.90771484375}, {"start": 1832.46, "end": 1833.12, "word": " examples.", "probability": 0.82373046875}, {"start": 1833.5, "end": 1833.7, "word": " Alright,", "probability": 0.228759765625}, {"start": 1833.82, "end": 1833.96, "word": " I'd", "probability": 0.93310546875}, {"start": 1833.96, "end": 1834.12, "word": " like", "probability": 0.90966796875}, {"start": 1834.12, "end": 1834.38, "word": " just", "probability": 0.7666015625}, {"start": 1834.38, "end": 1834.54, "word": " to", "probability": 0.96728515625}, {"start": 1834.54, "end": 1834.76, "word": " hear", "probability": 0.94189453125}, {"start": 1834.76, "end": 1835.48, "word": " you", "probability": 0.9609375}, {"start": 1835.48, "end": 1837.46, "word": " writing", "probability": 0.83154296875}, {"start": 1837.46, "end": 1837.68, "word": " a", "probability": 0.9580078125}, {"start": 1837.68, "end": 1838.06, "word": " conclusion", "probability": 0.90380859375}, {"start": 1838.06, "end": 1838.32, "word": " for", "probability": 0.92431640625}, {"start": 1838.32, "end": 1838.68, "word": " this", "probability": 0.94921875}, {"start": 1838.68, "end": 1839.78, "word": " paragraph.", "probability": 0.94091796875}, {"start": 1840.06, "end": 1840.22, "word": " Yes,", "probability": 0.8955078125}, {"start": 1840.26, "end": 1840.5, "word": " please.", "probability": 0.8046875}, {"start": 1840.78, "end": 1841.0, "word": " In", "probability": 0.568359375}, {"start": 1841.0, "end": 1841.26, "word": " brief,", "probability": 0.92626953125}, {"start": 1841.38, "end": 1841.46, "word": " I", "probability": 0.99609375}, {"start": 1841.46, "end": 1841.7, "word": " have", "probability": 0.92529296875}, {"start": 1841.7, "end": 1841.86, "word": " many", "probability": 0.89990234375}, {"start": 1841.86, "end": 1842.26, "word": " problems", "probability": 0.80419921875}, {"start": 1842.26, "end": 1842.5, "word": " to", "probability": 0.96630859375}, {"start": 1842.5, "end": 1842.7, "word": " deal", "probability": 0.98095703125}, {"start": 1842.7, "end": 1842.92, "word": " with", "probability": 0.90185546875}, {"start": 1842.92, "end": 1843.08, "word": " in", "probability": 0.9111328125}, {"start": 1843.08, "end": 1843.24, "word": " my", "probability": 0.9423828125}, {"start": 1843.24, "end": 1843.54, "word": " history", "probability": 0.87890625}, {"start": 1843.54, "end": 1843.94, "word": " class.", "probability": 0.95361328125}, {"start": 1844.02, "end": 1844.32, "word": " Very", "probability": 0.80859375}, {"start": 1844.32, "end": 1844.68, "word": " nice.", "probability": 0.89599609375}, {"start": 1844.84, "end": 1845.08, "word": " In", "probability": 0.79248046875}, {"start": 1845.08, "end": 1845.56, "word": " brief,", "probability": 0.93603515625}, {"start": 1845.74, "end": 1845.9, "word": " I", "probability": 0.98095703125}, {"start": 1845.9, "end": 1846.06, "word": " have", "probability": 0.93505859375}, {"start": 1846.06, "end": 1846.24, "word": " many", "probability": 0.87939453125}, {"start": 1846.24, "end": 1846.7, "word": " problems", "probability": 0.830078125}, {"start": 1846.7, "end": 1846.96, "word": " to", "probability": 0.96728515625}, {"start": 1846.96, "end": 1847.2, "word": " deal", "probability": 0.97998046875}, {"start": 1847.2, "end": 1847.6, "word": " with", "probability": 0.89453125}, {"start": 1847.6, "end": 1848.5, "word": " in", "probability": 0.91845703125}, {"start": 1848.5, "end": 1849.02, "word": " this", "probability": 0.86474609375}, {"start": 1849.02, "end": 1849.24, "word": " or", "probability": 0.7412109375}, {"start": 1849.24, "end": 1849.48, "word": " my", "probability": 0.79150390625}, {"start": 1849.48, "end": 1849.84, "word": " history", "probability": 0.88427734375}, {"start": 1849.84, "end": 1850.26, "word": " class.", "probability": 0.96826171875}, {"start": 1850.36, "end": 1850.58, "word": " Very", "probability": 0.82373046875}, {"start": 1850.58, "end": 1850.9, "word": " nice", "probability": 0.90185546875}, {"start": 1850.9, "end": 1851.52, "word": " conclusion.", "probability": 0.873046875}, {"start": 1851.8, "end": 1852.0, "word": " Yes,", "probability": 0.9697265625}, {"start": 1852.08, "end": 1852.34, "word": " please.", "probability": 0.7958984375}], "temperature": 1.0}, {"id": 58, "seek": 187171, "start": 1853.09, "end": 1871.71, "text": " In my opinion, you should be independent and work hard by yourself and you can ask your colleagues or other doctors. Very nice. And ask your colleagues for help if you don't understand anything in this history class. Very, very good. Yes, please.", "tokens": [682, 452, 4800, 11, 291, 820, 312, 6695, 293, 589, 1152, 538, 1803, 293, 291, 393, 1029, 428, 7734, 420, 661, 8778, 13, 4372, 1481, 13, 400, 1029, 428, 7734, 337, 854, 498, 291, 500, 380, 1223, 1340, 294, 341, 2503, 1508, 13, 4372, 11, 588, 665, 13, 1079, 11, 1767, 13], "avg_logprob": -0.2184551886792453, "compression_ratio": 1.496969696969697, "no_speech_prob": 1.9669532775878906e-06, "words": [{"start": 1853.09, "end": 1853.63, "word": " In", "probability": 0.47216796875}, {"start": 1853.63, "end": 1853.85, "word": " my", "probability": 0.9755859375}, {"start": 1853.85, "end": 1854.23, "word": " opinion,", "probability": 0.95263671875}, {"start": 1854.35, "end": 1854.45, "word": " you", "probability": 0.95263671875}, {"start": 1854.45, "end": 1854.65, "word": " should", "probability": 0.96435546875}, {"start": 1854.65, "end": 1854.85, "word": " be", "probability": 0.91455078125}, {"start": 1854.85, "end": 1855.33, "word": " independent", "probability": 0.87841796875}, {"start": 1855.33, "end": 1855.69, "word": " and", "probability": 0.8994140625}, {"start": 1855.69, "end": 1856.03, "word": " work", "probability": 0.91162109375}, {"start": 1856.03, "end": 1856.33, "word": " hard", "probability": 0.89990234375}, {"start": 1856.33, "end": 1857.07, "word": " by", "probability": 0.75244140625}, {"start": 1857.07, "end": 1857.55, "word": " yourself", "probability": 0.78759765625}, {"start": 1857.55, "end": 1857.83, "word": " and", "probability": 0.73486328125}, {"start": 1857.83, "end": 1857.97, "word": " you", "probability": 0.8662109375}, {"start": 1857.97, "end": 1858.19, "word": " can", "probability": 0.91650390625}, {"start": 1858.19, "end": 1858.45, "word": " ask", "probability": 0.9189453125}, {"start": 1858.45, "end": 1858.65, "word": " your", "probability": 0.85302734375}, {"start": 1858.65, "end": 1858.99, "word": " colleagues", "probability": 0.8447265625}, {"start": 1858.99, "end": 1859.33, "word": " or", "probability": 0.845703125}, {"start": 1859.33, "end": 1859.77, "word": " other", "probability": 0.6337890625}, {"start": 1859.77, "end": 1860.13, "word": " doctors.", "probability": 0.82373046875}, {"start": 1860.49, "end": 1860.81, "word": " Very", "probability": 0.50048828125}, {"start": 1860.81, "end": 1861.57, "word": " nice.", "probability": 0.615234375}, {"start": 1864.69, "end": 1864.79, "word": " And", "probability": 0.293212890625}, {"start": 1864.79, "end": 1865.07, "word": " ask", "probability": 0.88232421875}, {"start": 1865.07, "end": 1865.25, "word": " your", "probability": 0.88525390625}, {"start": 1865.25, "end": 1865.61, "word": " colleagues", "probability": 0.88623046875}, {"start": 1865.61, "end": 1866.01, "word": " for", "probability": 0.92822265625}, {"start": 1866.01, "end": 1866.63, "word": " help", "probability": 0.916015625}, {"start": 1866.63, "end": 1866.83, "word": " if", "probability": 0.8984375}, {"start": 1866.83, "end": 1866.95, "word": " you", "probability": 0.966796875}, {"start": 1866.95, "end": 1867.17, "word": " don't", "probability": 0.963623046875}, {"start": 1867.17, "end": 1867.85, "word": " understand", "probability": 0.79736328125}, {"start": 1867.85, "end": 1868.37, "word": " anything", "probability": 0.8740234375}, {"start": 1868.37, "end": 1868.63, "word": " in", "probability": 0.9345703125}, {"start": 1868.63, "end": 1868.89, "word": " this", "probability": 0.935546875}, {"start": 1868.89, "end": 1869.31, "word": " history", "probability": 0.82666015625}, {"start": 1869.31, "end": 1869.69, "word": " class.", "probability": 0.958984375}, {"start": 1870.07, "end": 1870.41, "word": " Very,", "probability": 0.80517578125}, {"start": 1870.55, "end": 1870.75, "word": " very", "probability": 0.85595703125}, {"start": 1870.75, "end": 1871.03, "word": " good.", "probability": 0.9130859375}, {"start": 1871.25, "end": 1871.49, "word": " Yes,", "probability": 0.94677734375}, {"start": 1871.55, "end": 1871.71, "word": " please.", "probability": 0.80517578125}], "temperature": 1.0}, {"id": 59, "seek": 189842, "start": 1872.18, "end": 1898.42, "text": " In short, I'm thinking of recording the lecture and when I'm back home, I can write my notes. Very nice. Very good idea by the way. In short, I'm thinking of recording the lecture and when I have time at home, I can actually read or go over it. Very nice. Very nice idea. Yes, please. As a result, I really feel very angry about instructor talks in my history class. Alright. As a result, I feel very angry about the way my instructor or my history class", "tokens": [682, 2099, 11, 286, 478, 1953, 295, 6613, 264, 7991, 293, 562, 286, 478, 646, 1280, 11, 286, 393, 2464, 452, 5570, 13, 4372, 1481, 13, 4372, 665, 1558, 538, 264, 636, 13, 682, 2099, 11, 286, 478, 1953, 295, 6613, 264, 7991, 293, 562, 286, 362, 565, 412, 1280, 11, 286, 393, 767, 1401, 420, 352, 670, 309, 13, 4372, 1481, 13, 4372, 1481, 1558, 13, 1079, 11, 1767, 13, 1018, 257, 1874, 11, 286, 534, 841, 588, 6884, 466, 18499, 6686, 294, 452, 2503, 1508, 13, 2798, 13, 1018, 257, 1874, 11, 286, 841, 588, 6884, 466, 264, 636, 452, 18499, 420, 452, 2503, 1508], "avg_logprob": -0.1665219932242676, "compression_ratio": 2.0495495495495497, "no_speech_prob": 5.960464477539063e-08, "words": [{"start": 1872.18, "end": 1872.46, "word": " In", "probability": 0.72509765625}, {"start": 1872.46, "end": 1872.76, "word": " short,", "probability": 0.94775390625}, {"start": 1872.88, "end": 1873.06, "word": " I'm", "probability": 0.763427734375}, {"start": 1873.06, "end": 1873.5, "word": " thinking", "probability": 0.8193359375}, {"start": 1873.5, "end": 1873.72, "word": " of", "probability": 0.93310546875}, {"start": 1873.72, "end": 1874.1, "word": " recording", "probability": 0.91650390625}, {"start": 1874.1, "end": 1874.36, "word": " the", "probability": 0.88330078125}, {"start": 1874.36, "end": 1874.66, "word": " lecture", "probability": 0.9404296875}, {"start": 1874.66, "end": 1875.0, "word": " and", "probability": 0.80810546875}, {"start": 1875.0, "end": 1875.18, "word": " when", "probability": 0.8935546875}, {"start": 1875.18, "end": 1875.4, "word": " I'm", "probability": 0.6976318359375}, {"start": 1875.4, "end": 1875.66, "word": " back", "probability": 0.87890625}, {"start": 1875.66, "end": 1875.92, "word": " home,", "probability": 0.86767578125}, {"start": 1876.02, "end": 1876.1, "word": " I", "probability": 0.9951171875}, {"start": 1876.1, "end": 1876.32, "word": " can", "probability": 0.921875}, {"start": 1876.32, "end": 1876.66, "word": " write", "probability": 0.90234375}, {"start": 1876.66, "end": 1876.82, "word": " my", "probability": 0.76318359375}, {"start": 1876.82, "end": 1877.14, "word": " notes.", "probability": 0.94677734375}, {"start": 1877.38, "end": 1877.7, "word": " Very", "probability": 0.71875}, {"start": 1877.7, "end": 1877.96, "word": " nice.", "probability": 0.89111328125}, {"start": 1878.02, "end": 1878.16, "word": " Very", "probability": 0.76171875}, {"start": 1878.16, "end": 1878.3, "word": " good", "probability": 0.91748046875}, {"start": 1878.3, "end": 1878.62, "word": " idea", "probability": 0.896484375}, {"start": 1878.62, "end": 1878.82, "word": " by", "probability": 0.59521484375}, {"start": 1878.82, "end": 1878.92, "word": " the", "probability": 0.921875}, {"start": 1878.92, "end": 1879.12, "word": " way.", "probability": 0.9599609375}, {"start": 1879.34, "end": 1879.46, "word": " In", "probability": 0.861328125}, {"start": 1879.46, "end": 1879.58, "word": " short,", "probability": 0.9560546875}, {"start": 1879.68, "end": 1879.88, "word": " I'm", "probability": 0.988037109375}, {"start": 1879.88, "end": 1880.16, "word": " thinking", "probability": 0.8447265625}, {"start": 1880.16, "end": 1880.34, "word": " of", "probability": 0.96044921875}, {"start": 1880.34, "end": 1880.74, "word": " recording", "probability": 0.9375}, {"start": 1880.74, "end": 1880.94, "word": " the", "probability": 0.89453125}, {"start": 1880.94, "end": 1881.24, "word": " lecture", "probability": 0.94287109375}, {"start": 1881.24, "end": 1881.48, "word": " and", "probability": 0.849609375}, {"start": 1881.48, "end": 1881.6, "word": " when", "probability": 0.94189453125}, {"start": 1881.6, "end": 1881.74, "word": " I", "probability": 0.99755859375}, {"start": 1881.74, "end": 1881.94, "word": " have", "probability": 0.91259765625}, {"start": 1881.94, "end": 1882.18, "word": " time", "probability": 0.87158203125}, {"start": 1882.18, "end": 1882.32, "word": " at", "probability": 0.97216796875}, {"start": 1882.32, "end": 1882.5, "word": " home,", "probability": 0.87890625}, {"start": 1882.6, "end": 1882.68, "word": " I", "probability": 0.99755859375}, {"start": 1882.68, "end": 1883.0, "word": " can", "probability": 0.9453125}, {"start": 1883.0, "end": 1883.48, "word": " actually", "probability": 0.88671875}, {"start": 1883.48, "end": 1884.08, "word": " read", "probability": 0.384033203125}, {"start": 1884.08, "end": 1884.34, "word": " or", "probability": 0.90234375}, {"start": 1884.34, "end": 1884.58, "word": " go", "probability": 0.97314453125}, {"start": 1884.58, "end": 1885.1, "word": " over", "probability": 0.94140625}, {"start": 1885.1, "end": 1885.68, "word": " it.", "probability": 0.67431640625}, {"start": 1885.82, "end": 1886.08, "word": " Very", "probability": 0.83203125}, {"start": 1886.08, "end": 1886.4, "word": " nice.", "probability": 0.88671875}, {"start": 1886.48, "end": 1886.66, "word": " Very", "probability": 0.8251953125}, {"start": 1886.66, "end": 1886.9, "word": " nice", "probability": 0.89599609375}, {"start": 1886.9, "end": 1887.16, "word": " idea.", "probability": 0.90576171875}, {"start": 1887.28, "end": 1887.42, "word": " Yes,", "probability": 0.9375}, {"start": 1887.48, "end": 1887.7, "word": " please.", "probability": 0.81005859375}, {"start": 1888.22, "end": 1888.42, "word": " As", "probability": 0.9560546875}, {"start": 1888.42, "end": 1888.54, "word": " a", "probability": 0.98828125}, {"start": 1888.54, "end": 1888.82, "word": " result,", "probability": 0.9501953125}, {"start": 1888.92, "end": 1889.02, "word": " I", "probability": 0.99951171875}, {"start": 1889.02, "end": 1889.22, "word": " really", "probability": 0.8271484375}, {"start": 1889.22, "end": 1889.52, "word": " feel", "probability": 0.97265625}, {"start": 1889.52, "end": 1889.76, "word": " very", "probability": 0.85498046875}, {"start": 1889.76, "end": 1890.1, "word": " angry", "probability": 0.90673828125}, {"start": 1890.1, "end": 1890.48, "word": " about", "probability": 0.89892578125}, {"start": 1890.48, "end": 1891.02, "word": " instructor", "probability": 0.85546875}, {"start": 1891.02, "end": 1891.54, "word": " talks", "probability": 0.923828125}, {"start": 1891.54, "end": 1892.1, "word": " in", "probability": 0.9404296875}, {"start": 1892.1, "end": 1892.24, "word": " my", "probability": 0.64111328125}, {"start": 1892.24, "end": 1892.56, "word": " history", "probability": 0.91845703125}, {"start": 1892.56, "end": 1892.94, "word": " class.", "probability": 0.962890625}, {"start": 1893.02, "end": 1893.32, "word": " Alright.", "probability": 0.62255859375}, {"start": 1893.48, "end": 1893.7, "word": " As", "probability": 0.92236328125}, {"start": 1893.7, "end": 1893.82, "word": " a", "probability": 0.994140625}, {"start": 1893.82, "end": 1894.0, "word": " result,", "probability": 0.953125}, {"start": 1894.1, "end": 1894.18, "word": " I", "probability": 0.99072265625}, {"start": 1894.18, "end": 1894.36, "word": " feel", "probability": 0.951171875}, {"start": 1894.36, "end": 1894.6, "word": " very", "probability": 0.86279296875}, {"start": 1894.6, "end": 1894.96, "word": " angry", "probability": 0.8837890625}, {"start": 1894.96, "end": 1895.46, "word": " about", "probability": 0.90185546875}, {"start": 1895.46, "end": 1895.72, "word": " the", "probability": 0.912109375}, {"start": 1895.72, "end": 1896.1, "word": " way", "probability": 0.9560546875}, {"start": 1896.1, "end": 1896.8, "word": " my", "probability": 0.962890625}, {"start": 1896.8, "end": 1897.3, "word": " instructor", "probability": 0.9501953125}, {"start": 1897.3, "end": 1897.48, "word": " or", "probability": 0.54345703125}, {"start": 1897.48, "end": 1897.62, "word": " my", "probability": 0.95556640625}, {"start": 1897.62, "end": 1897.9, "word": " history", "probability": 0.9072265625}, {"start": 1897.9, "end": 1898.42, "word": " class", "probability": 0.96875}], "temperature": 1.0}, {"id": 60, "seek": 192734, "start": 1899.84, "end": 1927.34, "text": " instructor teaches us. Very nice, very good idea. Yes, please. To summarize, there are many problems with my history instructor's way of teaching that create an obstacle when it comes to understanding. That creates a lot of obstacles, very nice, to me when I take this class. Well, I can actually try this. In short, I am going to ask my history", "tokens": [18499, 16876, 505, 13, 4372, 1481, 11, 588, 665, 1558, 13, 1079, 11, 1767, 13, 1407, 20858, 11, 456, 366, 867, 2740, 365, 452, 2503, 18499, 311, 636, 295, 4571, 300, 1884, 364, 23112, 562, 309, 1487, 281, 3701, 13, 663, 7829, 257, 688, 295, 17735, 11, 588, 1481, 11, 281, 385, 562, 286, 747, 341, 1508, 13, 1042, 11, 286, 393, 767, 853, 341, 13, 682, 2099, 11, 286, 669, 516, 281, 1029, 452, 2503], "avg_logprob": -0.23011364100815415, "compression_ratio": 1.624413145539906, "no_speech_prob": 3.5762786865234375e-07, "words": [{"start": 1899.84, "end": 1900.32, "word": " instructor", "probability": 0.46240234375}, {"start": 1900.32, "end": 1900.8, "word": " teaches", "probability": 0.890625}, {"start": 1900.8, "end": 1901.08, "word": " us.", "probability": 0.875}, {"start": 1901.16, "end": 1901.3, "word": " Very", "probability": 0.68701171875}, {"start": 1901.3, "end": 1901.52, "word": " nice,", "probability": 0.86474609375}, {"start": 1901.58, "end": 1901.72, "word": " very", "probability": 0.84130859375}, {"start": 1901.72, "end": 1901.9, "word": " good", "probability": 0.9248046875}, {"start": 1901.9, "end": 1902.24, "word": " idea.", "probability": 0.888671875}, {"start": 1902.48, "end": 1902.66, "word": " Yes,", "probability": 0.90771484375}, {"start": 1902.74, "end": 1902.98, "word": " please.", "probability": 0.81884765625}, {"start": 1903.16, "end": 1903.52, "word": " To", "probability": 0.744140625}, {"start": 1903.52, "end": 1903.86, "word": " summarize,", "probability": 0.64794921875}, {"start": 1904.32, "end": 1904.44, "word": " there", "probability": 0.8896484375}, {"start": 1904.44, "end": 1904.66, "word": " are", "probability": 0.94091796875}, {"start": 1904.66, "end": 1904.86, "word": " many", "probability": 0.89697265625}, {"start": 1904.86, "end": 1905.32, "word": " problems", "probability": 0.796875}, {"start": 1905.32, "end": 1905.5, "word": " with", "probability": 0.8857421875}, {"start": 1905.5, "end": 1905.68, "word": " my", "probability": 0.9609375}, {"start": 1905.68, "end": 1905.96, "word": " history", "probability": 0.859375}, {"start": 1905.96, "end": 1906.68, "word": " instructor's", "probability": 0.762451171875}, {"start": 1906.68, "end": 1906.82, "word": " way", "probability": 0.927734375}, {"start": 1906.82, "end": 1907.02, "word": " of", "probability": 0.96533203125}, {"start": 1907.02, "end": 1907.3, "word": " teaching", "probability": 0.93017578125}, {"start": 1907.3, "end": 1907.54, "word": " that", "probability": 0.8974609375}, {"start": 1907.54, "end": 1907.86, "word": " create", "probability": 0.4921875}, {"start": 1907.86, "end": 1908.02, "word": " an", "probability": 0.70751953125}, {"start": 1908.02, "end": 1908.34, "word": " obstacle", "probability": 0.9326171875}, {"start": 1908.34, "end": 1908.54, "word": " when", "probability": 0.65625}, {"start": 1908.54, "end": 1908.66, "word": " it", "probability": 0.94140625}, {"start": 1908.66, "end": 1908.88, "word": " comes", "probability": 0.8701171875}, {"start": 1908.88, "end": 1908.98, "word": " to", "probability": 0.9453125}, {"start": 1908.98, "end": 1908.98, "word": " understanding.", "probability": 0.55517578125}, {"start": 1908.98, "end": 1909.22, "word": " That", "probability": 0.572265625}, {"start": 1909.22, "end": 1909.8, "word": " creates", "probability": 0.861328125}, {"start": 1909.8, "end": 1910.04, "word": " a", "probability": 0.9658203125}, {"start": 1910.04, "end": 1910.22, "word": " lot", "probability": 0.95849609375}, {"start": 1910.22, "end": 1910.38, "word": " of", "probability": 0.94287109375}, {"start": 1910.38, "end": 1910.84, "word": " obstacles,", "probability": 0.88427734375}, {"start": 1911.1, "end": 1911.28, "word": " very", "probability": 0.8388671875}, {"start": 1911.28, "end": 1911.56, "word": " nice,", "probability": 0.89697265625}, {"start": 1911.7, "end": 1911.86, "word": " to", "probability": 0.95556640625}, {"start": 1911.86, "end": 1912.24, "word": " me", "probability": 0.9599609375}, {"start": 1912.24, "end": 1912.52, "word": " when", "probability": 0.86279296875}, {"start": 1912.52, "end": 1912.7, "word": " I", "probability": 0.99365234375}, {"start": 1912.7, "end": 1912.86, "word": " take", "probability": 0.89111328125}, {"start": 1912.86, "end": 1913.06, "word": " this", "probability": 0.94921875}, {"start": 1913.06, "end": 1913.28, "word": " class.", "probability": 0.97216796875}, {"start": 1913.36, "end": 1913.46, "word": " Well,", "probability": 0.388916015625}, {"start": 1913.48, "end": 1913.62, "word": " I", "probability": 0.98828125}, {"start": 1913.62, "end": 1913.78, "word": " can", "probability": 0.947265625}, {"start": 1913.78, "end": 1914.12, "word": " actually", "probability": 0.89013671875}, {"start": 1914.12, "end": 1914.46, "word": " try", "probability": 0.9365234375}, {"start": 1914.46, "end": 1914.8, "word": " this.", "probability": 0.94580078125}, {"start": 1915.78, "end": 1916.26, "word": " In", "probability": 0.9130859375}, {"start": 1916.26, "end": 1916.6, "word": " short,", "probability": 0.95654296875}, {"start": 1918.54, "end": 1919.22, "word": " I", "probability": 0.99658203125}, {"start": 1919.22, "end": 1919.66, "word": " am", "probability": 0.94873046875}, {"start": 1919.66, "end": 1921.5, "word": " going", "probability": 0.9462890625}, {"start": 1921.5, "end": 1923.5, "word": " to", "probability": 0.9716796875}, {"start": 1923.5, "end": 1924.52, "word": " ask", "probability": 0.93701171875}, {"start": 1924.52, "end": 1926.3, "word": " my", "probability": 0.96337890625}, {"start": 1926.3, "end": 1927.34, "word": " history", "probability": 0.92724609375}], "temperature": 1.0}, {"id": 61, "seek": 195657, "start": 1929.35, "end": 1956.57, "text": " teacher history class teacher plus teacher to change her way teaching way or teaching style all right to change her teaching style all right various okay this is all a kind of a prediction or you can use another sentence as a conclusion as a way of", "tokens": [5027, 2503, 1508, 5027, 1804, 5027, 281, 1319, 720, 636, 4571, 636, 420, 4571, 3758, 439, 558, 281, 1319, 720, 4571, 3758, 439, 558, 3683, 1392, 341, 307, 439, 257, 733, 295, 257, 17630, 420, 291, 393, 764, 1071, 8174, 382, 257, 10063, 382, 257, 636, 295], "avg_logprob": -0.2441406287252903, "compression_ratio": 1.8444444444444446, "no_speech_prob": 0.0, "words": [{"start": 1929.35, "end": 1929.87, "word": " teacher", "probability": 0.71826171875}, {"start": 1929.87, "end": 1930.57, "word": " history", "probability": 0.498046875}, {"start": 1930.57, "end": 1930.95, "word": " class", "probability": 0.9228515625}, {"start": 1930.95, "end": 1932.49, "word": " teacher", "probability": 0.9716796875}, {"start": 1932.49, "end": 1933.45, "word": " plus", "probability": 0.482177734375}, {"start": 1933.45, "end": 1933.95, "word": " teacher", "probability": 0.9609375}, {"start": 1933.95, "end": 1936.01, "word": " to", "probability": 0.92138671875}, {"start": 1936.01, "end": 1936.91, "word": " change", "probability": 0.91015625}, {"start": 1936.91, "end": 1938.71, "word": " her", "probability": 0.875}, {"start": 1938.71, "end": 1940.89, "word": " way", "probability": 0.75927734375}, {"start": 1940.89, "end": 1941.71, "word": " teaching", "probability": 0.783203125}, {"start": 1941.71, "end": 1941.99, "word": " way", "probability": 0.89306640625}, {"start": 1941.99, "end": 1942.17, "word": " or", "probability": 0.74169921875}, {"start": 1942.17, "end": 1942.71, "word": " teaching", "probability": 0.736328125}, {"start": 1942.71, "end": 1943.43, "word": " style", "probability": 0.9208984375}, {"start": 1943.43, "end": 1943.79, "word": " all", "probability": 0.27294921875}, {"start": 1943.79, "end": 1943.97, "word": " right", "probability": 0.87890625}, {"start": 1943.97, "end": 1944.33, "word": " to", "probability": 0.79833984375}, {"start": 1944.33, "end": 1944.89, "word": " change", "probability": 0.90625}, {"start": 1944.89, "end": 1945.25, "word": " her", "probability": 0.94775390625}, {"start": 1945.25, "end": 1946.07, "word": " teaching", "probability": 0.9267578125}, {"start": 1946.07, "end": 1948.35, "word": " style", "probability": 0.8486328125}, {"start": 1948.35, "end": 1949.31, "word": " all", "probability": 0.7900390625}, {"start": 1949.31, "end": 1949.63, "word": " right", "probability": 0.916015625}, {"start": 1949.63, "end": 1950.51, "word": " various", "probability": 0.1495361328125}, {"start": 1950.51, "end": 1950.99, "word": " okay", "probability": 0.87060546875}, {"start": 1950.99, "end": 1951.37, "word": " this", "probability": 0.83935546875}, {"start": 1951.37, "end": 1951.55, "word": " is", "probability": 0.951171875}, {"start": 1951.55, "end": 1951.85, "word": " all", "probability": 0.796875}, {"start": 1951.85, "end": 1952.11, "word": " a", "probability": 0.876953125}, {"start": 1952.11, "end": 1952.47, "word": " kind", "probability": 0.8798828125}, {"start": 1952.47, "end": 1952.61, "word": " of", "probability": 0.97265625}, {"start": 1952.61, "end": 1952.77, "word": " a", "probability": 0.95556640625}, {"start": 1952.77, "end": 1953.17, "word": " prediction", "probability": 0.94287109375}, {"start": 1953.17, "end": 1953.63, "word": " or", "probability": 0.468994140625}, {"start": 1953.63, "end": 1953.75, "word": " you", "probability": 0.52587890625}, {"start": 1953.75, "end": 1953.91, "word": " can", "probability": 0.94921875}, {"start": 1953.91, "end": 1954.15, "word": " use", "probability": 0.8798828125}, {"start": 1954.15, "end": 1954.49, "word": " another", "probability": 0.9228515625}, {"start": 1954.49, "end": 1954.85, "word": " sentence", "probability": 0.93896484375}, {"start": 1954.85, "end": 1955.09, "word": " as", "probability": 0.96728515625}, {"start": 1955.09, "end": 1955.21, "word": " a", "probability": 0.99853515625}, {"start": 1955.21, "end": 1955.65, "word": " conclusion", "probability": 0.896484375}, {"start": 1955.65, "end": 1955.99, "word": " as", "probability": 0.951171875}, {"start": 1955.99, "end": 1956.13, "word": " a", "probability": 0.49658203125}, {"start": 1956.13, "end": 1956.25, "word": " way", "probability": 0.8369140625}, {"start": 1956.25, "end": 1956.57, "word": " of", "probability": 0.94873046875}], "temperature": 1.0}, {"id": 62, "seek": 198680, "start": 1957.72, "end": 1986.8, "text": " Recommendation. What would be something like a recommendation or an advice to the reader? Yes, please. As I see it, I have to work hard and pay attention to understand myself. Very nice. As I see it, I have to study hard in order to understand. Or you can say, to conclude, I strongly advise anyone", "tokens": [49545, 521, 399, 13, 708, 576, 312, 746, 411, 257, 11879, 420, 364, 5192, 281, 264, 15149, 30, 1079, 11, 1767, 13, 1018, 286, 536, 309, 11, 286, 362, 281, 589, 1152, 293, 1689, 3202, 281, 1223, 2059, 13, 4372, 1481, 13, 1018, 286, 536, 309, 11, 286, 362, 281, 2979, 1152, 294, 1668, 281, 1223, 13, 1610, 291, 393, 584, 11, 281, 16886, 11, 286, 10613, 18312, 2878], "avg_logprob": -0.20212052975382125, "compression_ratio": 1.5989304812834224, "no_speech_prob": 0.0, "words": [{"start": 1957.72, "end": 1958.24, "word": " Recommendation.", "probability": 0.7552083333333334}, {"start": 1958.4, "end": 1958.56, "word": " What", "probability": 0.826171875}, {"start": 1958.56, "end": 1958.76, "word": " would", "probability": 0.87548828125}, {"start": 1958.76, "end": 1959.04, "word": " be", "probability": 0.94775390625}, {"start": 1959.04, "end": 1959.46, "word": " something", "probability": 0.78125}, {"start": 1959.46, "end": 1959.78, "word": " like", "probability": 0.9306640625}, {"start": 1959.78, "end": 1959.9, "word": " a", "probability": 0.923828125}, {"start": 1959.9, "end": 1960.48, "word": " recommendation", "probability": 0.8349609375}, {"start": 1960.48, "end": 1960.74, "word": " or", "probability": 0.8935546875}, {"start": 1960.74, "end": 1960.88, "word": " an", "probability": 0.5654296875}, {"start": 1960.88, "end": 1961.28, "word": " advice", "probability": 0.89794921875}, {"start": 1961.28, "end": 1961.5, "word": " to", "probability": 0.9482421875}, {"start": 1961.5, "end": 1961.72, "word": " the", "probability": 0.7392578125}, {"start": 1961.72, "end": 1962.58, "word": " reader?", "probability": 0.966796875}, {"start": 1963.02, "end": 1963.18, "word": " Yes,", "probability": 0.84130859375}, {"start": 1963.26, "end": 1963.52, "word": " please.", "probability": 0.8037109375}, {"start": 1964.62, "end": 1965.14, "word": " As", "probability": 0.599609375}, {"start": 1965.14, "end": 1965.32, "word": " I", "probability": 0.9697265625}, {"start": 1965.32, "end": 1965.54, "word": " see", "probability": 0.90234375}, {"start": 1965.54, "end": 1965.8, "word": " it,", "probability": 0.89208984375}, {"start": 1966.18, "end": 1966.36, "word": " I", "probability": 0.9931640625}, {"start": 1966.36, "end": 1966.58, "word": " have", "probability": 0.935546875}, {"start": 1966.58, "end": 1966.76, "word": " to", "probability": 0.96728515625}, {"start": 1966.76, "end": 1967.02, "word": " work", "probability": 0.86279296875}, {"start": 1967.02, "end": 1967.32, "word": " hard", "probability": 0.9150390625}, {"start": 1967.32, "end": 1967.62, "word": " and", "probability": 0.90478515625}, {"start": 1967.62, "end": 1967.76, "word": " pay", "probability": 0.94482421875}, {"start": 1967.76, "end": 1968.12, "word": " attention", "probability": 0.9384765625}, {"start": 1968.12, "end": 1968.44, "word": " to", "probability": 0.94921875}, {"start": 1968.44, "end": 1969.04, "word": " understand", "probability": 0.77490234375}, {"start": 1969.04, "end": 1969.52, "word": " myself.", "probability": 0.8134765625}, {"start": 1969.68, "end": 1970.08, "word": " Very", "probability": 0.8115234375}, {"start": 1970.08, "end": 1970.38, "word": " nice.", "probability": 0.8994140625}, {"start": 1970.4, "end": 1970.66, "word": " As", "probability": 0.84423828125}, {"start": 1970.66, "end": 1970.8, "word": " I", "probability": 0.98291015625}, {"start": 1970.8, "end": 1970.96, "word": " see", "probability": 0.93017578125}, {"start": 1970.96, "end": 1971.12, "word": " it,", "probability": 0.9296875}, {"start": 1971.2, "end": 1971.28, "word": " I", "probability": 0.966796875}, {"start": 1971.28, "end": 1972.08, "word": " have", "probability": 0.58642578125}, {"start": 1972.08, "end": 1972.28, "word": " to", "probability": 0.96875}, {"start": 1972.28, "end": 1972.58, "word": " study", "probability": 0.939453125}, {"start": 1972.58, "end": 1973.0, "word": " hard", "probability": 0.92138671875}, {"start": 1973.0, "end": 1973.18, "word": " in", "probability": 0.89013671875}, {"start": 1973.18, "end": 1973.36, "word": " order", "probability": 0.92431640625}, {"start": 1973.36, "end": 1973.54, "word": " to", "probability": 0.9697265625}, {"start": 1973.54, "end": 1973.88, "word": " understand.", "probability": 0.7890625}, {"start": 1974.0, "end": 1974.14, "word": " Or", "probability": 0.8564453125}, {"start": 1974.14, "end": 1974.28, "word": " you", "probability": 0.71044921875}, {"start": 1974.28, "end": 1974.46, "word": " can", "probability": 0.9384765625}, {"start": 1974.46, "end": 1974.82, "word": " say,", "probability": 0.9443359375}, {"start": 1975.18, "end": 1975.46, "word": " to", "probability": 0.8427734375}, {"start": 1975.46, "end": 1977.82, "word": " conclude,", "probability": 0.84716796875}, {"start": 1980.4, "end": 1981.06, "word": " I", "probability": 0.97607421875}, {"start": 1981.06, "end": 1981.82, "word": " strongly", "probability": 0.90625}, {"start": 1981.82, "end": 1984.96, "word": " advise", "probability": 0.73095703125}, {"start": 1984.96, "end": 1986.8, "word": " anyone", "probability": 0.94287109375}], "temperature": 1.0}, {"id": 63, "seek": 201848, "start": 2001.3, "end": 2018.48, "text": " I'm going to speak to the manager or to the department", "tokens": [286, 478, 516, 281, 1710, 281, 264, 6598, 420, 281, 264, 5882], "avg_logprob": -0.37620193224686843, "compression_ratio": 1.0185185185185186, "no_speech_prob": 5.960464477539063e-08, "words": [{"start": 2001.3, "end": 2002.02, "word": " I'm", "probability": 0.2318115234375}, {"start": 2002.02, "end": 2002.74, "word": " going", "probability": 0.91552734375}, {"start": 2002.74, "end": 2015.26, "word": " to", "probability": 0.97021484375}, {"start": 2015.26, "end": 2015.5, "word": " speak", "probability": 0.8291015625}, {"start": 2015.5, "end": 2015.72, "word": " to", "probability": 0.953125}, {"start": 2015.72, "end": 2015.86, "word": " the", "probability": 0.876953125}, {"start": 2015.86, "end": 2016.22, "word": " manager", "probability": 0.9384765625}, {"start": 2016.22, "end": 2016.88, "word": " or", "probability": 0.79052734375}, {"start": 2016.88, "end": 2017.02, "word": " to", "probability": 0.783203125}, {"start": 2017.02, "end": 2017.36, "word": " the", "probability": 0.8095703125}, {"start": 2017.36, "end": 2018.48, "word": " department", "probability": 0.935546875}], "temperature": 1.0}, {"id": 64, "seek": 204930, "start": 2020.88, "end": 2049.3, "text": " Talking to the teacher to change her teaching style. Let's conclude with look at page 50 in your textbook. Alright? Look at your page 50 in your textbook and conclude with this exercise. Alright? Paragraph 1. And the same thing. Alright? We're going to look at, to read quickly this paragraph and write a conclusion.", "tokens": [22445, 281, 264, 5027, 281, 1319, 720, 4571, 3758, 13, 961, 311, 16886, 365, 574, 412, 3028, 2625, 294, 428, 25591, 13, 2798, 30, 2053, 412, 428, 3028, 2625, 294, 428, 25591, 293, 16886, 365, 341, 5380, 13, 2798, 30, 3457, 559, 2662, 502, 13, 400, 264, 912, 551, 13, 2798, 30, 492, 434, 516, 281, 574, 412, 11, 281, 1401, 2661, 341, 18865, 293, 2464, 257, 10063, 13], "avg_logprob": -0.23147322152342115, "compression_ratio": 1.7322404371584699, "no_speech_prob": 0.0, "words": [{"start": 2020.88, "end": 2021.24, "word": " Talking", "probability": 0.379150390625}, {"start": 2021.24, "end": 2021.44, "word": " to", "probability": 0.95703125}, {"start": 2021.44, "end": 2021.6, "word": " the", "probability": 0.87646484375}, {"start": 2021.6, "end": 2021.9, "word": " teacher", "probability": 0.9521484375}, {"start": 2021.9, "end": 2022.18, "word": " to", "probability": 0.93798828125}, {"start": 2022.18, "end": 2022.62, "word": " change", "probability": 0.90771484375}, {"start": 2022.62, "end": 2023.1, "word": " her", "probability": 0.92333984375}, {"start": 2023.1, "end": 2023.96, "word": " teaching", "probability": 0.90673828125}, {"start": 2023.96, "end": 2024.74, "word": " style.", "probability": 0.861328125}, {"start": 2024.9, "end": 2025.08, "word": " Let's", "probability": 0.759765625}, {"start": 2025.08, "end": 2025.5, "word": " conclude", "probability": 0.78857421875}, {"start": 2025.5, "end": 2025.9, "word": " with", "probability": 0.8798828125}, {"start": 2025.9, "end": 2026.64, "word": " look", "probability": 0.230712890625}, {"start": 2026.64, "end": 2027.58, "word": " at", "probability": 0.95654296875}, {"start": 2027.58, "end": 2027.88, "word": " page", "probability": 0.900390625}, {"start": 2027.88, "end": 2028.36, "word": " 50", "probability": 0.64794921875}, {"start": 2028.36, "end": 2028.64, "word": " in", "probability": 0.90087890625}, {"start": 2028.64, "end": 2028.84, "word": " your", "probability": 0.8876953125}, {"start": 2028.84, "end": 2029.38, "word": " textbook.", "probability": 0.82373046875}, {"start": 2030.46, "end": 2030.72, "word": " Alright?", "probability": 0.55712890625}, {"start": 2031.18, "end": 2031.58, "word": " Look", "probability": 0.8134765625}, {"start": 2031.58, "end": 2031.74, "word": " at", "probability": 0.9658203125}, {"start": 2031.74, "end": 2031.96, "word": " your", "probability": 0.6005859375}, {"start": 2031.96, "end": 2032.28, "word": " page", "probability": 0.91259765625}, {"start": 2032.28, "end": 2032.64, "word": " 50", "probability": 0.92041015625}, {"start": 2032.64, "end": 2032.82, "word": " in", "probability": 0.908203125}, {"start": 2032.82, "end": 2033.0, "word": " your", "probability": 0.8916015625}, {"start": 2033.0, "end": 2033.34, "word": " textbook", "probability": 0.89404296875}, {"start": 2033.34, "end": 2034.14, "word": " and", "probability": 0.5859375}, {"start": 2034.14, "end": 2034.48, "word": " conclude", "probability": 0.7509765625}, {"start": 2034.48, "end": 2034.7, "word": " with", "probability": 0.88818359375}, {"start": 2034.7, "end": 2034.98, "word": " this", "probability": 0.9462890625}, {"start": 2034.98, "end": 2035.94, "word": " exercise.", "probability": 0.94580078125}, {"start": 2037.34, "end": 2037.98, "word": " Alright?", "probability": 0.6904296875}, {"start": 2038.64, "end": 2039.22, "word": " Paragraph", "probability": 0.9500325520833334}, {"start": 2039.22, "end": 2039.62, "word": " 1.", "probability": 0.57763671875}, {"start": 2042.76, "end": 2043.44, "word": " And", "probability": 0.8984375}, {"start": 2043.44, "end": 2043.6, "word": " the", "probability": 0.85546875}, {"start": 2043.6, "end": 2043.82, "word": " same", "probability": 0.9072265625}, {"start": 2043.82, "end": 2044.2, "word": " thing.", "probability": 0.91259765625}, {"start": 2044.6, "end": 2044.88, "word": " Alright?", "probability": 0.837890625}, {"start": 2045.08, "end": 2045.28, "word": " We're", "probability": 0.803955078125}, {"start": 2045.28, "end": 2045.48, "word": " going", "probability": 0.9462890625}, {"start": 2045.48, "end": 2045.64, "word": " to", "probability": 0.96533203125}, {"start": 2045.64, "end": 2045.86, "word": " look", "probability": 0.89501953125}, {"start": 2045.86, "end": 2046.12, "word": " at,", "probability": 0.94384765625}, {"start": 2046.18, "end": 2046.24, "word": " to", "probability": 0.67138671875}, {"start": 2046.24, "end": 2046.4, "word": " read", "probability": 0.96337890625}, {"start": 2046.4, "end": 2046.78, "word": " quickly", "probability": 0.85986328125}, {"start": 2046.78, "end": 2047.06, "word": " this", "probability": 0.87548828125}, {"start": 2047.06, "end": 2047.42, "word": " paragraph", "probability": 0.935546875}, {"start": 2047.42, "end": 2047.96, "word": " and", "probability": 0.82763671875}, {"start": 2047.96, "end": 2048.34, "word": " write", "probability": 0.92626953125}, {"start": 2048.34, "end": 2048.7, "word": " a", "probability": 0.9912109375}, {"start": 2048.7, "end": 2049.3, "word": " conclusion.", "probability": 0.88720703125}], "temperature": 1.0}, {"id": 65, "seek": 206464, "start": 2049.84, "end": 2064.64, "text": "to the first paragraph on gold on goldfish alright goldfish have three characteristics that make them good pets alright so very quickly write a conclusion to this paragraph", "tokens": [1353, 264, 700, 18865, 322, 3821, 322, 3821, 11608, 5845, 3821, 11608, 362, 1045, 10891, 300, 652, 552, 665, 19897, 5845, 370, 588, 2661, 2464, 257, 10063, 281, 341, 18865], "avg_logprob": -0.2520161194186057, "compression_ratio": 1.5221238938053097, "no_speech_prob": 0.0, "words": [{"start": 2049.84, "end": 2050.2, "word": "to", "probability": 0.333740234375}, {"start": 2050.2, "end": 2050.54, "word": " the", "probability": 0.90234375}, {"start": 2050.54, "end": 2050.84, "word": " first", "probability": 0.880859375}, {"start": 2050.84, "end": 2051.34, "word": " paragraph", "probability": 0.9384765625}, {"start": 2051.34, "end": 2051.7, "word": " on", "probability": 0.76171875}, {"start": 2051.7, "end": 2052.72, "word": " gold", "probability": 0.6884765625}, {"start": 2052.72, "end": 2053.44, "word": " on", "probability": 0.55224609375}, {"start": 2053.44, "end": 2054.06, "word": " goldfish", "probability": 0.90185546875}, {"start": 2054.06, "end": 2054.84, "word": " alright", "probability": 0.2392578125}, {"start": 2054.84, "end": 2055.72, "word": " goldfish", "probability": 0.6663818359375}, {"start": 2055.72, "end": 2056.04, "word": " have", "probability": 0.9365234375}, {"start": 2056.04, "end": 2056.34, "word": " three", "probability": 0.759765625}, {"start": 2056.34, "end": 2057.08, "word": " characteristics", "probability": 0.88720703125}, {"start": 2057.08, "end": 2057.8, "word": " that", "probability": 0.93994140625}, {"start": 2057.8, "end": 2058.8, "word": " make", "probability": 0.91845703125}, {"start": 2058.8, "end": 2059.1, "word": " them", "probability": 0.91552734375}, {"start": 2059.1, "end": 2059.52, "word": " good", "probability": 0.9365234375}, {"start": 2059.52, "end": 2060.84, "word": " pets", "probability": 0.89697265625}, {"start": 2060.84, "end": 2061.4, "word": " alright", "probability": 0.673828125}, {"start": 2061.4, "end": 2061.88, "word": " so", "probability": 0.703125}, {"start": 2061.88, "end": 2062.12, "word": " very", "probability": 0.77587890625}, {"start": 2062.12, "end": 2062.3, "word": " quickly", "probability": 0.92529296875}, {"start": 2062.3, "end": 2062.6, "word": " write", "probability": 0.83642578125}, {"start": 2062.6, "end": 2062.68, "word": " a", "probability": 0.861328125}, {"start": 2062.68, "end": 2063.22, "word": " conclusion", "probability": 0.9052734375}, {"start": 2063.22, "end": 2063.54, "word": " to", "probability": 0.96240234375}, {"start": 2063.54, "end": 2064.12, "word": " this", "probability": 0.9521484375}, {"start": 2064.12, "end": 2064.64, "word": " paragraph", "probability": 0.9580078125}], "temperature": 1.0}, {"id": 66, "seek": 212387, "start": 2121.61, "end": 2123.87, "text": " Nice. Yeah, that's good.", "tokens": [5490, 13, 865, 11, 300, 311, 665, 13], "avg_logprob": -0.8914930555555556, "compression_ratio": 0.7575757575757576, "no_speech_prob": 8.344650268554688e-07, "words": [{"start": 2121.61, "end": 2122.09, "word": " Nice.", "probability": 0.194091796875}, {"start": 2123.07, "end": 2123.41, "word": " Yeah,", "probability": 0.1279296875}, {"start": 2123.65, "end": 2123.69, "word": " that's", "probability": 0.5836181640625}, {"start": 2123.69, "end": 2123.87, "word": " good.", "probability": 0.306640625}], "temperature": 1.0}, {"id": 67, "seek": 217146, "start": 2155.67, "end": 2171.47, "text": " Do you like to write it here? Yes please. Who would like to volunteer to come forward and write the sentence? Yes please. Very good. Very good on you. And yes please.", "tokens": [1144, 291, 411, 281, 2464, 309, 510, 30, 1079, 1767, 13, 2102, 576, 411, 281, 13835, 281, 808, 2128, 293, 2464, 264, 8174, 30, 1079, 1767, 13, 4372, 665, 13, 4372, 665, 322, 291, 13, 400, 2086, 1767, 13], "avg_logprob": -0.39648436680436133, "compression_ratio": 1.4649122807017543, "no_speech_prob": 8.344650268554688e-07, "words": [{"start": 2155.67, "end": 2156.15, "word": " Do", "probability": 0.05230712890625}, {"start": 2156.15, "end": 2156.63, "word": " you", "probability": 0.96923828125}, {"start": 2156.63, "end": 2156.81, "word": " like", "probability": 0.487548828125}, {"start": 2156.81, "end": 2156.93, "word": " to", "probability": 0.94140625}, {"start": 2156.93, "end": 2157.07, "word": " write", "probability": 0.88916015625}, {"start": 2157.07, "end": 2157.17, "word": " it", "probability": 0.89013671875}, {"start": 2157.17, "end": 2157.41, "word": " here?", "probability": 0.8427734375}, {"start": 2157.75, "end": 2157.91, "word": " Yes", "probability": 0.421630859375}, {"start": 2157.91, "end": 2158.19, "word": " please.", "probability": 0.50830078125}, {"start": 2162.17, "end": 2162.63, "word": " Who", "probability": 0.1695556640625}, {"start": 2162.63, "end": 2163.27, "word": " would", "probability": 0.8955078125}, {"start": 2163.27, "end": 2163.41, "word": " like", "probability": 0.9267578125}, {"start": 2163.41, "end": 2163.55, "word": " to", "probability": 0.9736328125}, {"start": 2163.55, "end": 2163.89, "word": " volunteer", "probability": 0.84619140625}, {"start": 2163.89, "end": 2164.13, "word": " to", "probability": 0.88623046875}, {"start": 2164.13, "end": 2164.35, "word": " come", "probability": 0.853515625}, {"start": 2164.35, "end": 2164.71, "word": " forward", "probability": 0.890625}, {"start": 2164.71, "end": 2164.91, "word": " and", "probability": 0.92529296875}, {"start": 2164.91, "end": 2165.17, "word": " write", "probability": 0.92626953125}, {"start": 2165.17, "end": 2165.61, "word": " the", "probability": 0.634765625}, {"start": 2165.61, "end": 2166.31, "word": " sentence?", "probability": 0.943359375}, {"start": 2166.59, "end": 2166.79, "word": " Yes", "probability": 0.8720703125}, {"start": 2166.79, "end": 2167.07, "word": " please.", "probability": 0.734375}, {"start": 2167.37, "end": 2167.59, "word": " Very", "probability": 0.74267578125}, {"start": 2167.59, "end": 2167.83, "word": " good.", "probability": 0.91748046875}, {"start": 2167.95, "end": 2168.15, "word": " Very", "probability": 0.54443359375}, {"start": 2168.15, "end": 2168.33, "word": " good", "probability": 0.9208984375}, {"start": 2168.33, "end": 2168.47, "word": " on", "probability": 0.7392578125}, {"start": 2168.47, "end": 2168.63, "word": " you.", "probability": 0.9677734375}, {"start": 2169.95, "end": 2170.43, "word": " And", "probability": 0.716796875}, {"start": 2170.43, "end": 2171.17, "word": " yes", "probability": 0.2120361328125}, {"start": 2171.17, "end": 2171.47, "word": " please.", "probability": 0.71484375}], "temperature": 1.0}, {"id": 68, "seek": 219057, "start": 2187.15, "end": 2190.57, "text": " This one, this one.", "tokens": [639, 472, 11, 341, 472, 13], "avg_logprob": -0.5407366071428571, "compression_ratio": 0.9090909090909091, "no_speech_prob": 0.0, "words": [{"start": 2187.15, "end": 2187.39, "word": " This", "probability": 0.646484375}, {"start": 2187.39, "end": 2187.53, "word": " one,", "probability": 0.90185546875}, {"start": 2187.55, "end": 2189.39, "word": " this", "probability": 0.92578125}, {"start": 2189.39, "end": 2190.57, "word": " one.", "probability": 0.9345703125}], "temperature": 1.0}, {"id": 69, "seek": 228198, "start": 2259.81, "end": 2281.99, "text": "All right. What was your example? What was your sentence? To summarize, goldfish can attract everyone because they are quiet, economical and will behave. Very nice. They can attract or draw anyone's attention because they are quiet, economical and they are? Will behave. Will behave. Very nice. Yes, please.", "tokens": [7868, 558, 13, 708, 390, 428, 1365, 30, 708, 390, 428, 8174, 30, 1407, 20858, 11, 3821, 11608, 393, 5049, 1518, 570, 436, 366, 5677, 11, 42473, 293, 486, 15158, 13, 4372, 1481, 13, 814, 393, 5049, 420, 2642, 2878, 311, 3202, 570, 436, 366, 5677, 11, 42473, 293, 436, 366, 30, 3099, 15158, 13, 3099, 15158, 13, 4372, 1481, 13, 1079, 11, 1767, 13], "avg_logprob": -0.2323626952640938, "compression_ratio": 1.8058823529411765, "no_speech_prob": 1.0728836059570312e-06, "words": [{"start": 2259.81, "end": 2260.03, "word": "All", "probability": 0.064453125}, {"start": 2260.03, "end": 2260.27, "word": " right.", "probability": 0.89794921875}, {"start": 2261.69, "end": 2262.15, "word": " What", "probability": 0.673828125}, {"start": 2262.15, "end": 2262.39, "word": " was", "probability": 0.890625}, {"start": 2262.39, "end": 2262.55, "word": " your", "probability": 0.90087890625}, {"start": 2262.55, "end": 2262.97, "word": " example?", "probability": 0.966796875}, {"start": 2263.49, "end": 2263.63, "word": " What", "probability": 0.8740234375}, {"start": 2263.63, "end": 2263.77, "word": " was", "probability": 0.95458984375}, {"start": 2263.77, "end": 2263.93, "word": " your", "probability": 0.896484375}, {"start": 2263.93, "end": 2264.31, "word": " sentence?", "probability": 0.94873046875}, {"start": 2265.13, "end": 2265.35, "word": " To", "probability": 0.5390625}, {"start": 2265.35, "end": 2265.81, "word": " summarize,", "probability": 0.65283203125}, {"start": 2266.27, "end": 2266.95, "word": " goldfish", "probability": 0.864990234375}, {"start": 2266.95, "end": 2267.59, "word": " can", "probability": 0.9345703125}, {"start": 2267.59, "end": 2268.05, "word": " attract", "probability": 0.9072265625}, {"start": 2268.05, "end": 2268.59, "word": " everyone", "probability": 0.90283203125}, {"start": 2268.59, "end": 2269.05, "word": " because", "probability": 0.8916015625}, {"start": 2269.05, "end": 2269.27, "word": " they", "probability": 0.90087890625}, {"start": 2269.27, "end": 2269.47, "word": " are", "probability": 0.93310546875}, {"start": 2269.47, "end": 2269.93, "word": " quiet,", "probability": 0.88818359375}, {"start": 2270.33, "end": 2270.75, "word": " economical", "probability": 0.91015625}, {"start": 2270.75, "end": 2271.21, "word": " and", "probability": 0.58056640625}, {"start": 2271.21, "end": 2271.39, "word": " will", "probability": 0.70947265625}, {"start": 2271.39, "end": 2271.77, "word": " behave.", "probability": 0.9306640625}, {"start": 2271.93, "end": 2272.31, "word": " Very", "probability": 0.74951171875}, {"start": 2272.31, "end": 2272.51, "word": " nice.", "probability": 0.89208984375}, {"start": 2272.61, "end": 2272.75, "word": " They", "probability": 0.791015625}, {"start": 2272.75, "end": 2273.09, "word": " can", "probability": 0.94189453125}, {"start": 2273.09, "end": 2273.63, "word": " attract", "probability": 0.92724609375}, {"start": 2273.63, "end": 2273.83, "word": " or", "probability": 0.92626953125}, {"start": 2273.83, "end": 2274.11, "word": " draw", "probability": 0.79833984375}, {"start": 2274.11, "end": 2275.45, "word": " anyone's", "probability": 0.886474609375}, {"start": 2275.45, "end": 2275.79, "word": " attention", "probability": 0.9228515625}, {"start": 2275.79, "end": 2276.13, "word": " because", "probability": 0.8935546875}, {"start": 2276.13, "end": 2276.29, "word": " they", "probability": 0.89453125}, {"start": 2276.29, "end": 2276.43, "word": " are", "probability": 0.943359375}, {"start": 2276.43, "end": 2276.95, "word": " quiet,", "probability": 0.9130859375}, {"start": 2277.23, "end": 2277.73, "word": " economical", "probability": 0.9189453125}, {"start": 2277.73, "end": 2278.25, "word": " and", "probability": 0.83349609375}, {"start": 2278.25, "end": 2278.41, "word": " they", "probability": 0.8505859375}, {"start": 2278.41, "end": 2278.83, "word": " are?", "probability": 0.89599609375}, {"start": 2279.17, "end": 2279.35, "word": " Will", "probability": 0.80419921875}, {"start": 2279.35, "end": 2279.65, "word": " behave.", "probability": 0.953125}, {"start": 2279.99, "end": 2280.27, "word": " Will", "probability": 0.845703125}, {"start": 2280.27, "end": 2280.69, "word": " behave.", "probability": 0.9482421875}, {"start": 2280.85, "end": 2281.11, "word": " Very", "probability": 0.84716796875}, {"start": 2281.11, "end": 2281.43, "word": " nice.", "probability": 0.8984375}, {"start": 2281.53, "end": 2281.71, "word": " Yes,", "probability": 0.966796875}, {"start": 2281.79, "end": 2281.99, "word": " please.", "probability": 0.80712890625}], "temperature": 1.0}, {"id": 70, "seek": 229938, "start": 2293.42, "end": 2299.38, "text": " In short, you have many chances about which fit you should get when you already can get a girlfriend.", "tokens": [682, 2099, 11, 291, 362, 867, 10486, 466, 597, 3318, 291, 820, 483, 562, 291, 1217, 393, 483, 257, 10369, 13], "avg_logprob": -0.2643821036273783, "compression_ratio": 1.2, "no_speech_prob": 3.5762786865234375e-07, "words": [{"start": 2293.42, "end": 2293.98, "word": " In", "probability": 0.06951904296875}, {"start": 2293.98, "end": 2294.54, "word": " short,", "probability": 0.85986328125}, {"start": 2294.76, "end": 2294.84, "word": " you", "probability": 0.943359375}, {"start": 2294.84, "end": 2295.06, "word": " have", "probability": 0.92578125}, {"start": 2295.06, "end": 2295.28, "word": " many", "probability": 0.8916015625}, {"start": 2295.28, "end": 2295.7, "word": " chances", "probability": 0.97509765625}, {"start": 2295.7, "end": 2296.12, "word": " about", "probability": 0.85595703125}, {"start": 2296.12, "end": 2296.42, "word": " which", "probability": 0.90673828125}, {"start": 2296.42, "end": 2296.64, "word": " fit", "probability": 0.66064453125}, {"start": 2296.64, "end": 2296.8, "word": " you", "probability": 0.95751953125}, {"start": 2296.8, "end": 2297.06, "word": " should", "probability": 0.93798828125}, {"start": 2297.06, "end": 2297.34, "word": " get", "probability": 0.93115234375}, {"start": 2297.34, "end": 2297.56, "word": " when", "probability": 0.87744140625}, {"start": 2297.56, "end": 2297.72, "word": " you", "probability": 0.96728515625}, {"start": 2297.72, "end": 2298.06, "word": " already", "probability": 0.8056640625}, {"start": 2298.06, "end": 2298.44, "word": " can", "probability": 0.875}, {"start": 2298.44, "end": 2298.74, "word": " get", "probability": 0.9287109375}, {"start": 2298.74, "end": 2299.06, "word": " a", "probability": 0.9326171875}, {"start": 2299.06, "end": 2299.38, "word": " girlfriend.", "probability": 0.57421875}], "temperature": 1.0}, {"id": 71, "seek": 232621, "start": 2299.52, "end": 2326.22, "text": " Okay, or pet fish are your only best choice. Very nice, very nice. Yes, please. In brief, I highly advise anyone who wants to own a pet to buy a goldfish. Very nice. I highly advise anyone to who wants to own a pet to buy goldfish. You see your classmates examples here. Alright, in short, if you want to own a good pet, just buy a goldfish. Very nice sentence. Alright, so this is more of a recommendation.", "tokens": [1033, 11, 420, 3817, 3506, 366, 428, 787, 1151, 3922, 13, 4372, 1481, 11, 588, 1481, 13, 1079, 11, 1767, 13, 682, 5353, 11, 286, 5405, 18312, 2878, 567, 2738, 281, 1065, 257, 3817, 281, 2256, 257, 3821, 11608, 13, 4372, 1481, 13, 286, 5405, 18312, 2878, 281, 567, 2738, 281, 1065, 257, 3817, 281, 2256, 3821, 11608, 13, 509, 536, 428, 24964, 5110, 510, 13, 2798, 11, 294, 2099, 11, 498, 291, 528, 281, 1065, 257, 665, 3817, 11, 445, 2256, 257, 3821, 11608, 13, 4372, 1481, 8174, 13, 2798, 11, 370, 341, 307, 544, 295, 257, 11879, 13], "avg_logprob": -0.2062190582256506, "compression_ratio": 1.8888888888888888, "no_speech_prob": 5.960464477539063e-08, "words": [{"start": 2299.52, "end": 2300.18, "word": " Okay,", "probability": 0.18798828125}, {"start": 2300.5, "end": 2300.62, "word": " or", "probability": 0.360107421875}, {"start": 2300.62, "end": 2300.98, "word": " pet", "probability": 0.78466796875}, {"start": 2300.98, "end": 2301.2, "word": " fish", "probability": 0.87548828125}, {"start": 2301.2, "end": 2301.4, "word": " are", "probability": 0.84228515625}, {"start": 2301.4, "end": 2301.58, "word": " your", "probability": 0.8681640625}, {"start": 2301.58, "end": 2301.92, "word": " only", "probability": 0.88623046875}, {"start": 2301.92, "end": 2302.26, "word": " best", "probability": 0.8984375}, {"start": 2302.26, "end": 2302.62, "word": " choice.", "probability": 0.87744140625}, {"start": 2302.72, "end": 2302.96, "word": " Very", "probability": 0.79736328125}, {"start": 2302.96, "end": 2303.22, "word": " nice,", "probability": 0.89599609375}, {"start": 2303.28, "end": 2303.46, "word": " very", "probability": 0.7451171875}, {"start": 2303.46, "end": 2303.7, "word": " nice.", "probability": 0.91015625}, {"start": 2303.76, "end": 2303.9, "word": " Yes,", "probability": 0.94287109375}, {"start": 2303.96, "end": 2304.2, "word": " please.", "probability": 0.82421875}, {"start": 2304.98, "end": 2305.24, "word": " In", "probability": 0.85546875}, {"start": 2305.24, "end": 2305.52, "word": " brief,", "probability": 0.92529296875}, {"start": 2305.66, "end": 2305.76, "word": " I", "probability": 0.998046875}, {"start": 2305.76, "end": 2306.04, "word": " highly", "probability": 0.931640625}, {"start": 2306.04, "end": 2306.42, "word": " advise", "probability": 0.8212890625}, {"start": 2306.42, "end": 2306.68, "word": " anyone", "probability": 0.91943359375}, {"start": 2306.68, "end": 2306.86, "word": " who", "probability": 0.92529296875}, {"start": 2306.86, "end": 2307.14, "word": " wants", "probability": 0.783203125}, {"start": 2307.14, "end": 2307.28, "word": " to", "probability": 0.95703125}, {"start": 2307.28, "end": 2307.42, "word": " own", "probability": 0.9453125}, {"start": 2307.42, "end": 2307.56, "word": " a", "probability": 0.9921875}, {"start": 2307.56, "end": 2307.7, "word": " pet", "probability": 0.95849609375}, {"start": 2307.7, "end": 2307.84, "word": " to", "probability": 0.94482421875}, {"start": 2307.84, "end": 2308.0, "word": " buy", "probability": 0.89697265625}, {"start": 2308.0, "end": 2308.14, "word": " a", "probability": 0.93603515625}, {"start": 2308.14, "end": 2308.6, "word": " goldfish.", "probability": 0.93603515625}, {"start": 2308.68, "end": 2308.92, "word": " Very", "probability": 0.67529296875}, {"start": 2308.92, "end": 2309.08, "word": " nice.", "probability": 0.92529296875}, {"start": 2309.12, "end": 2309.2, "word": " I", "probability": 0.93115234375}, {"start": 2309.2, "end": 2309.58, "word": " highly", "probability": 0.93408203125}, {"start": 2309.58, "end": 2310.08, "word": " advise", "probability": 0.85205078125}, {"start": 2310.08, "end": 2310.52, "word": " anyone", "probability": 0.9345703125}, {"start": 2310.52, "end": 2310.92, "word": " to", "probability": 0.5830078125}, {"start": 2310.92, "end": 2311.24, "word": " who", "probability": 0.40966796875}, {"start": 2311.24, "end": 2311.5, "word": " wants", "probability": 0.794921875}, {"start": 2311.5, "end": 2311.66, "word": " to", "probability": 0.962890625}, {"start": 2311.66, "end": 2311.82, "word": " own", "probability": 0.9267578125}, {"start": 2311.82, "end": 2311.96, "word": " a", "probability": 0.97802734375}, {"start": 2311.96, "end": 2312.18, "word": " pet", "probability": 0.94970703125}, {"start": 2312.18, "end": 2312.52, "word": " to", "probability": 0.91748046875}, {"start": 2312.52, "end": 2313.58, "word": " buy", "probability": 0.85546875}, {"start": 2313.58, "end": 2314.28, "word": " goldfish.", "probability": 0.83349609375}, {"start": 2314.52, "end": 2314.62, "word": " You", "probability": 0.78369140625}, {"start": 2314.62, "end": 2314.88, "word": " see", "probability": 0.93212890625}, {"start": 2314.88, "end": 2315.34, "word": " your", "probability": 0.67041015625}, {"start": 2315.34, "end": 2315.76, "word": " classmates", "probability": 0.8583984375}, {"start": 2315.76, "end": 2316.44, "word": " examples", "probability": 0.65283203125}, {"start": 2316.44, "end": 2316.9, "word": " here.", "probability": 0.8447265625}, {"start": 2317.32, "end": 2317.4, "word": " Alright,", "probability": 0.64111328125}, {"start": 2317.58, "end": 2317.8, "word": " in", "probability": 0.9423828125}, {"start": 2317.8, "end": 2318.1, "word": " short,", "probability": 0.943359375}, {"start": 2318.3, "end": 2318.56, "word": " if", "probability": 0.95166015625}, {"start": 2318.56, "end": 2318.76, "word": " you", "probability": 0.96630859375}, {"start": 2318.76, "end": 2319.18, "word": " want", "probability": 0.890625}, {"start": 2319.18, "end": 2319.58, "word": " to", "probability": 0.97216796875}, {"start": 2319.58, "end": 2319.98, "word": " own", "probability": 0.93408203125}, {"start": 2319.98, "end": 2320.12, "word": " a", "probability": 0.998046875}, {"start": 2320.12, "end": 2320.3, "word": " good", "probability": 0.939453125}, {"start": 2320.3, "end": 2320.6, "word": " pet,", "probability": 0.94921875}, {"start": 2320.82, "end": 2321.08, "word": " just", "probability": 0.91455078125}, {"start": 2321.08, "end": 2321.6, "word": " buy", "probability": 0.89697265625}, {"start": 2321.6, "end": 2322.44, "word": " a", "probability": 0.78515625}, {"start": 2322.44, "end": 2322.92, "word": " goldfish.", "probability": 0.95751953125}, {"start": 2323.1, "end": 2323.4, "word": " Very", "probability": 0.705078125}, {"start": 2323.4, "end": 2323.7, "word": " nice", "probability": 0.90771484375}, {"start": 2323.7, "end": 2324.02, "word": " sentence.", "probability": 0.9619140625}, {"start": 2324.16, "end": 2324.4, "word": " Alright,", "probability": 0.72314453125}, {"start": 2324.6, "end": 2324.72, "word": " so", "probability": 0.92578125}, {"start": 2324.72, "end": 2324.92, "word": " this", "probability": 0.9130859375}, {"start": 2324.92, "end": 2325.08, "word": " is", "probability": 0.947265625}, {"start": 2325.08, "end": 2325.28, "word": " more", "probability": 0.9345703125}, {"start": 2325.28, "end": 2325.42, "word": " of", "probability": 0.96484375}, {"start": 2325.42, "end": 2325.6, "word": " a", "probability": 0.9931640625}, {"start": 2325.6, "end": 2326.22, "word": " recommendation.", "probability": 0.83203125}], "temperature": 1.0}, {"id": 72, "seek": 234839, "start": 2326.69, "end": 2348.39, "text": " To conclude, goldfish are good pets because they are quiet, economical and well-behaved. Do you have any comments here?", "tokens": [1407, 16886, 11, 3821, 11608, 366, 665, 19897, 570, 436, 366, 5677, 11, 42473, 293, 731, 12, 29437, 12865, 13, 1144, 291, 362, 604, 3053, 510, 30], "avg_logprob": -0.2820870407990047, "compression_ratio": 1.1538461538461537, "no_speech_prob": 3.5762786865234375e-07, "words": [{"start": 2326.69, "end": 2327.03, "word": " To", "probability": 0.193603515625}, {"start": 2327.03, "end": 2331.15, "word": " conclude,", "probability": 0.8017578125}, {"start": 2331.71, "end": 2332.39, "word": " goldfish", "probability": 0.735107421875}, {"start": 2332.39, "end": 2332.77, "word": " are", "probability": 0.939453125}, {"start": 2332.77, "end": 2333.03, "word": " good", "probability": 0.9384765625}, {"start": 2333.03, "end": 2333.33, "word": " pets", "probability": 0.9521484375}, {"start": 2333.33, "end": 2333.81, "word": " because", "probability": 0.87255859375}, {"start": 2333.81, "end": 2334.01, "word": " they", "probability": 0.90087890625}, {"start": 2334.01, "end": 2334.43, "word": " are", "probability": 0.93115234375}, {"start": 2334.43, "end": 2335.03, "word": " quiet,", "probability": 0.8671875}, {"start": 2335.51, "end": 2336.11, "word": " economical", "probability": 0.87548828125}, {"start": 2336.11, "end": 2336.63, "word": " and", "probability": 0.57275390625}, {"start": 2336.63, "end": 2337.67, "word": " well", "probability": 0.66015625}, {"start": 2337.67, "end": 2338.07, "word": "-behaved.", "probability": 0.7779947916666666}, {"start": 2342.29, "end": 2342.29, "word": " Do", "probability": 0.326171875}, {"start": 2342.29, "end": 2347.45, "word": " you", "probability": 0.96240234375}, {"start": 2347.45, "end": 2347.57, "word": " have", "probability": 0.951171875}, {"start": 2347.57, "end": 2347.73, "word": " any", "probability": 0.89599609375}, {"start": 2347.73, "end": 2348.09, "word": " comments", "probability": 0.85693359375}, {"start": 2348.09, "end": 2348.39, "word": " here?", "probability": 0.70947265625}], "temperature": 1.0}, {"id": 73, "seek": 237330, "start": 2350.04, "end": 2373.3, "text": " This is your third example, your classmates example. In short, it is good to have goldfish because they are quiet. Is this a summary of all the points? No, it's only about the first part which is quiet. We have to say quiet, economical and relational. Whenever you are summarizing and you mention the specific points, mention all of them. Like here, quiet.", "tokens": [639, 307, 428, 2636, 1365, 11, 428, 24964, 1365, 13, 682, 2099, 11, 309, 307, 665, 281, 362, 3821, 11608, 570, 436, 366, 5677, 13, 1119, 341, 257, 12691, 295, 439, 264, 2793, 30, 883, 11, 309, 311, 787, 466, 264, 700, 644, 597, 307, 5677, 13, 492, 362, 281, 584, 5677, 11, 42473, 293, 38444, 13, 14159, 291, 366, 14611, 3319, 293, 291, 2152, 264, 2685, 2793, 11, 2152, 439, 295, 552, 13, 1743, 510, 11, 5677, 13], "avg_logprob": -0.24296875409781932, "compression_ratio": 1.59375, "no_speech_prob": 1.7881393432617188e-07, "words": [{"start": 2350.04, "end": 2350.28, "word": " This", "probability": 0.320068359375}, {"start": 2350.28, "end": 2350.36, "word": " is", "probability": 0.9267578125}, {"start": 2350.36, "end": 2350.46, "word": " your", "probability": 0.450439453125}, {"start": 2350.46, "end": 2350.78, "word": " third", "probability": 0.87109375}, {"start": 2350.78, "end": 2351.24, "word": " example,", "probability": 0.73876953125}, {"start": 2351.4, "end": 2351.56, "word": " your", "probability": 0.87255859375}, {"start": 2351.56, "end": 2352.08, "word": " classmates", "probability": 0.63720703125}, {"start": 2352.08, "end": 2352.62, "word": " example.", "probability": 0.69921875}, {"start": 2352.92, "end": 2353.1, "word": " In", "probability": 0.89990234375}, {"start": 2353.1, "end": 2353.36, "word": " short,", "probability": 0.95458984375}, {"start": 2353.48, "end": 2353.54, "word": " it", "probability": 0.93896484375}, {"start": 2353.54, "end": 2353.7, "word": " is", "probability": 0.912109375}, {"start": 2353.7, "end": 2354.16, "word": " good", "probability": 0.7587890625}, {"start": 2354.16, "end": 2354.7, "word": " to", "probability": 0.96728515625}, {"start": 2354.7, "end": 2355.08, "word": " have", "probability": 0.94775390625}, {"start": 2355.08, "end": 2355.66, "word": " goldfish", "probability": 0.8955078125}, {"start": 2355.66, "end": 2356.06, "word": " because", "probability": 0.87060546875}, {"start": 2356.06, "end": 2356.26, "word": " they", "probability": 0.890625}, {"start": 2356.26, "end": 2356.44, "word": " are", "probability": 0.93896484375}, {"start": 2356.44, "end": 2357.0, "word": " quiet.", "probability": 0.9072265625}, {"start": 2358.08, "end": 2358.46, "word": " Is", "probability": 0.912109375}, {"start": 2358.46, "end": 2358.66, "word": " this", "probability": 0.93896484375}, {"start": 2358.66, "end": 2358.8, "word": " a", "probability": 0.73876953125}, {"start": 2358.8, "end": 2359.08, "word": " summary", "probability": 0.93115234375}, {"start": 2359.08, "end": 2359.28, "word": " of", "probability": 0.94873046875}, {"start": 2359.28, "end": 2359.52, "word": " all", "probability": 0.94580078125}, {"start": 2359.52, "end": 2359.64, "word": " the", "probability": 0.86328125}, {"start": 2359.64, "end": 2360.06, "word": " points?", "probability": 0.9287109375}, {"start": 2360.38, "end": 2360.9, "word": " No,", "probability": 0.7431640625}, {"start": 2360.98, "end": 2361.16, "word": " it's", "probability": 0.860107421875}, {"start": 2361.16, "end": 2361.36, "word": " only", "probability": 0.78271484375}, {"start": 2361.36, "end": 2361.66, "word": " about", "probability": 0.8740234375}, {"start": 2361.66, "end": 2361.86, "word": " the", "probability": 0.9091796875}, {"start": 2361.86, "end": 2362.1, "word": " first", "probability": 0.88427734375}, {"start": 2362.1, "end": 2362.38, "word": " part", "probability": 0.60693359375}, {"start": 2362.38, "end": 2362.52, "word": " which", "probability": 0.6513671875}, {"start": 2362.52, "end": 2362.58, "word": " is", "probability": 0.94384765625}, {"start": 2362.58, "end": 2362.88, "word": " quiet.", "probability": 0.87451171875}, {"start": 2363.0, "end": 2363.1, "word": " We", "probability": 0.8955078125}, {"start": 2363.1, "end": 2363.3, "word": " have", "probability": 0.9453125}, {"start": 2363.3, "end": 2363.44, "word": " to", "probability": 0.97216796875}, {"start": 2363.44, "end": 2363.74, "word": " say", "probability": 0.947265625}, {"start": 2363.74, "end": 2364.36, "word": " quiet,", "probability": 0.89306640625}, {"start": 2365.08, "end": 2365.6, "word": " economical", "probability": 0.5361328125}, {"start": 2365.6, "end": 2366.28, "word": " and", "probability": 0.73681640625}, {"start": 2366.28, "end": 2366.96, "word": " relational.", "probability": 0.1142578125}, {"start": 2367.14, "end": 2367.4, "word": " Whenever", "probability": 0.81982421875}, {"start": 2367.4, "end": 2367.66, "word": " you", "probability": 0.95947265625}, {"start": 2367.66, "end": 2367.86, "word": " are", "probability": 0.89453125}, {"start": 2367.86, "end": 2368.54, "word": " summarizing", "probability": 0.892822265625}, {"start": 2368.54, "end": 2368.7, "word": " and", "probability": 0.84814453125}, {"start": 2368.7, "end": 2368.88, "word": " you", "probability": 0.84814453125}, {"start": 2368.88, "end": 2369.18, "word": " mention", "probability": 0.8056640625}, {"start": 2369.18, "end": 2369.48, "word": " the", "probability": 0.78466796875}, {"start": 2369.48, "end": 2369.94, "word": " specific", "probability": 0.90869140625}, {"start": 2369.94, "end": 2370.48, "word": " points,", "probability": 0.5791015625}, {"start": 2370.92, "end": 2371.18, "word": " mention", "probability": 0.84716796875}, {"start": 2371.18, "end": 2371.48, "word": " all", "probability": 0.94970703125}, {"start": 2371.48, "end": 2371.62, "word": " of", "probability": 0.96826171875}, {"start": 2371.62, "end": 2371.8, "word": " them.", "probability": 0.89208984375}, {"start": 2371.86, "end": 2372.06, "word": " Like", "probability": 0.90087890625}, {"start": 2372.06, "end": 2372.4, "word": " here,", "probability": 0.8486328125}, {"start": 2372.8, "end": 2373.3, "word": " quiet.", "probability": 0.8974609375}], "temperature": 1.0}, {"id": 74, "seek": 240176, "start": 2374.36, "end": 2401.76, "text": " economical and will behave or you can summarize it in general like in the first sentence so we have to add economical and will behave and is good not a good or you can say it is a good thing alright to have a goldfish my sentence would be something like this in brief in brief", "tokens": [42473, 293, 486, 15158, 420, 291, 393, 20858, 309, 294, 2674, 411, 294, 264, 700, 8174, 370, 321, 362, 281, 909, 42473, 293, 486, 15158, 293, 307, 665, 406, 257, 665, 420, 291, 393, 584, 309, 307, 257, 665, 551, 5845, 281, 362, 257, 3821, 11608, 452, 8174, 576, 312, 746, 411, 341, 294, 5353, 294, 5353], "avg_logprob": -0.19800647168323912, "compression_ratio": 1.8344370860927153, "no_speech_prob": 1.1920928955078125e-07, "words": [{"start": 2374.36, "end": 2374.96, "word": " economical", "probability": 0.3779296875}, {"start": 2374.96, "end": 2375.46, "word": " and", "probability": 0.88134765625}, {"start": 2375.46, "end": 2375.86, "word": " will", "probability": 0.615234375}, {"start": 2375.86, "end": 2376.9, "word": " behave", "probability": 0.96337890625}, {"start": 2376.9, "end": 2377.14, "word": " or", "probability": 0.2939453125}, {"start": 2377.14, "end": 2377.3, "word": " you", "probability": 0.85498046875}, {"start": 2377.3, "end": 2377.5, "word": " can", "probability": 0.94384765625}, {"start": 2377.5, "end": 2377.84, "word": " summarize", "probability": 0.74365234375}, {"start": 2377.84, "end": 2378.1, "word": " it", "probability": 0.5078125}, {"start": 2378.1, "end": 2378.2, "word": " in", "probability": 0.8994140625}, {"start": 2378.2, "end": 2379.0, "word": " general", "probability": 0.90673828125}, {"start": 2379.0, "end": 2379.38, "word": " like", "probability": 0.6298828125}, {"start": 2379.38, "end": 2379.54, "word": " in", "probability": 0.88037109375}, {"start": 2379.54, "end": 2379.68, "word": " the", "probability": 0.9169921875}, {"start": 2379.68, "end": 2379.94, "word": " first", "probability": 0.89501953125}, {"start": 2379.94, "end": 2380.34, "word": " sentence", "probability": 0.92822265625}, {"start": 2380.34, "end": 2380.78, "word": " so", "probability": 0.521484375}, {"start": 2380.78, "end": 2381.0, "word": " we", "probability": 0.89453125}, {"start": 2381.0, "end": 2381.24, "word": " have", "probability": 0.94140625}, {"start": 2381.24, "end": 2381.34, "word": " to", "probability": 0.95068359375}, {"start": 2381.34, "end": 2381.7, "word": " add", "probability": 0.86962890625}, {"start": 2381.7, "end": 2382.28, "word": " economical", "probability": 0.91259765625}, {"start": 2382.28, "end": 2383.04, "word": " and", "probability": 0.95263671875}, {"start": 2383.04, "end": 2383.9, "word": " will", "probability": 0.8359375}, {"start": 2383.9, "end": 2384.34, "word": " behave", "probability": 0.94677734375}, {"start": 2384.34, "end": 2384.84, "word": " and", "probability": 0.826171875}, {"start": 2384.84, "end": 2385.14, "word": " is", "probability": 0.85205078125}, {"start": 2385.14, "end": 2386.18, "word": " good", "probability": 0.52978515625}, {"start": 2386.18, "end": 2386.52, "word": " not", "probability": 0.65576171875}, {"start": 2386.52, "end": 2386.78, "word": " a", "probability": 0.97509765625}, {"start": 2386.78, "end": 2387.1, "word": " good", "probability": 0.93505859375}, {"start": 2387.1, "end": 2387.44, "word": " or", "probability": 0.806640625}, {"start": 2387.44, "end": 2387.56, "word": " you", "probability": 0.93359375}, {"start": 2387.56, "end": 2387.7, "word": " can", "probability": 0.94140625}, {"start": 2387.7, "end": 2387.92, "word": " say", "probability": 0.95068359375}, {"start": 2387.92, "end": 2388.08, "word": " it", "probability": 0.94482421875}, {"start": 2388.08, "end": 2388.22, "word": " is", "probability": 0.92578125}, {"start": 2388.22, "end": 2388.4, "word": " a", "probability": 0.9892578125}, {"start": 2388.4, "end": 2388.62, "word": " good", "probability": 0.92626953125}, {"start": 2388.62, "end": 2389.14, "word": " thing", "probability": 0.919921875}, {"start": 2389.14, "end": 2389.76, "word": " alright", "probability": 0.363037109375}, {"start": 2389.76, "end": 2390.54, "word": " to", "probability": 0.896484375}, {"start": 2390.54, "end": 2391.12, "word": " have", "probability": 0.95361328125}, {"start": 2391.12, "end": 2391.58, "word": " a", "probability": 0.8896484375}, {"start": 2391.58, "end": 2392.44, "word": " goldfish", "probability": 0.908935546875}, {"start": 2392.44, "end": 2392.86, "word": " my", "probability": 0.7802734375}, {"start": 2392.86, "end": 2393.12, "word": " sentence", "probability": 0.96337890625}, {"start": 2393.12, "end": 2393.44, "word": " would", "probability": 0.7783203125}, {"start": 2393.44, "end": 2393.62, "word": " be", "probability": 0.9521484375}, {"start": 2393.62, "end": 2393.94, "word": " something", "probability": 0.86328125}, {"start": 2393.94, "end": 2394.44, "word": " like", "probability": 0.94140625}, {"start": 2394.44, "end": 2395.62, "word": " this", "probability": 0.951171875}, {"start": 2395.62, "end": 2397.56, "word": " in", "probability": 0.83447265625}, {"start": 2397.56, "end": 2398.08, "word": " brief", "probability": 0.9423828125}, {"start": 2398.08, "end": 2401.28, "word": " in", "probability": 0.884765625}, {"start": 2401.28, "end": 2401.76, "word": " brief", "probability": 0.94384765625}], "temperature": 1.0}, {"id": 75, "seek": 242890, "start": 2403.3, "end": 2428.9, "text": " These qualities, these three qualities, alright, qualities make a goldfish an excellent choice of a pet.", "tokens": [1981, 16477, 11, 613, 1045, 16477, 11, 5845, 11, 16477, 652, 257, 3821, 11608, 364, 7103, 3922, 295, 257, 3817, 13], "avg_logprob": -0.20152698795903812, "compression_ratio": 1.2804878048780488, "no_speech_prob": 0.0, "words": [{"start": 2403.3, "end": 2403.86, "word": " These", "probability": 0.74853515625}, {"start": 2403.86, "end": 2405.54, "word": " qualities,", "probability": 0.9423828125}, {"start": 2406.88, "end": 2407.72, "word": " these", "probability": 0.82177734375}, {"start": 2407.72, "end": 2408.08, "word": " three", "probability": 0.8564453125}, {"start": 2408.08, "end": 2408.7, "word": " qualities,", "probability": 0.921875}, {"start": 2408.88, "end": 2409.12, "word": " alright,", "probability": 0.72412109375}, {"start": 2409.56, "end": 2410.22, "word": " qualities", "probability": 0.9375}, {"start": 2410.22, "end": 2411.94, "word": " make", "probability": 0.70166015625}, {"start": 2411.94, "end": 2415.02, "word": " a", "probability": 0.8603515625}, {"start": 2415.02, "end": 2415.76, "word": " goldfish", "probability": 0.926025390625}, {"start": 2415.76, "end": 2419.54, "word": " an", "probability": 0.89404296875}, {"start": 2419.54, "end": 2422.22, "word": " excellent", "probability": 0.798828125}, {"start": 2422.22, "end": 2425.74, "word": " choice", "probability": 0.498291015625}, {"start": 2425.74, "end": 2427.56, "word": " of", "probability": 0.97314453125}, {"start": 2427.56, "end": 2428.22, "word": " a", "probability": 0.99755859375}, {"start": 2428.22, "end": 2428.9, "word": " pet.", "probability": 0.97119140625}], "temperature": 1.0}, {"id": 76, "seek": 244388, "start": 2429.76, "end": 2443.88, "text": "Who is an excellent, excellent pets for example. Good fish are good choice or make good choice for an excellent choice of pets. Alright?", "tokens": [10927, 307, 364, 7103, 11, 7103, 19897, 337, 1365, 13, 2205, 3506, 366, 665, 3922, 420, 652, 665, 3922, 337, 364, 7103, 3922, 295, 19897, 13, 2798, 30], "avg_logprob": -0.32300647784923686, "compression_ratio": 1.4166666666666667, "no_speech_prob": 0.0, "words": [{"start": 2429.7599999999998, "end": 2430.56, "word": "Who", "probability": 0.13037109375}, {"start": 2430.56, "end": 2430.74, "word": " is", "probability": 0.87109375}, {"start": 2430.74, "end": 2431.0, "word": " an", "probability": 0.94140625}, {"start": 2431.0, "end": 2431.48, "word": " excellent,", "probability": 0.89599609375}, {"start": 2431.68, "end": 2432.16, "word": " excellent", "probability": 0.8798828125}, {"start": 2432.16, "end": 2432.56, "word": " pets", "probability": 0.8779296875}, {"start": 2432.56, "end": 2432.76, "word": " for", "probability": 0.7568359375}, {"start": 2432.76, "end": 2433.2, "word": " example.", "probability": 0.95458984375}, {"start": 2433.6, "end": 2433.78, "word": " Good", "probability": 0.423095703125}, {"start": 2433.78, "end": 2434.08, "word": " fish", "probability": 0.94482421875}, {"start": 2434.08, "end": 2434.66, "word": " are", "probability": 0.94091796875}, {"start": 2434.66, "end": 2436.7, "word": " good", "probability": 0.74462890625}, {"start": 2436.7, "end": 2437.34, "word": " choice", "probability": 0.90966796875}, {"start": 2437.34, "end": 2438.34, "word": " or", "probability": 0.65234375}, {"start": 2438.34, "end": 2438.62, "word": " make", "probability": 0.89501953125}, {"start": 2438.62, "end": 2438.88, "word": " good", "probability": 0.892578125}, {"start": 2438.88, "end": 2439.38, "word": " choice", "probability": 0.91943359375}, {"start": 2439.38, "end": 2439.9, "word": " for", "probability": 0.86669921875}, {"start": 2439.9, "end": 2440.74, "word": " an", "probability": 0.80322265625}, {"start": 2440.74, "end": 2441.18, "word": " excellent", "probability": 0.91552734375}, {"start": 2441.18, "end": 2441.56, "word": " choice", "probability": 0.9306640625}, {"start": 2441.56, "end": 2441.86, "word": " of", "probability": 0.96044921875}, {"start": 2441.86, "end": 2443.38, "word": " pets.", "probability": 0.75927734375}, {"start": 2443.62, "end": 2443.88, "word": " Alright?", "probability": 0.68212890625}], "temperature": 1.0}, {"id": 77, "seek": 247213, "start": 2444.39, "end": 2472.13, "text": " Okay? So what we did here today is basically looking at the third part of a paragraph, which is the concluding paragraph. And like what we said earlier, a concluding paragraph is used to summarize the main points, state the topic sentence in different ways, to give a recommendation, an opinion, or a prediction about the future. And it's always important to begin here.", "tokens": [1033, 30, 407, 437, 321, 630, 510, 965, 307, 1936, 1237, 412, 264, 2636, 644, 295, 257, 18865, 11, 597, 307, 264, 9312, 278, 18865, 13, 400, 411, 437, 321, 848, 3071, 11, 257, 9312, 278, 18865, 307, 1143, 281, 20858, 264, 2135, 2793, 11, 1785, 264, 4829, 8174, 294, 819, 2098, 11, 281, 976, 257, 11879, 11, 364, 4800, 11, 420, 257, 17630, 466, 264, 2027, 13, 400, 309, 311, 1009, 1021, 281, 1841, 510, 13], "avg_logprob": -0.16776842604845, "compression_ratio": 1.6130434782608696, "no_speech_prob": 5.960464477539063e-08, "words": [{"start": 2444.39, "end": 2444.77, "word": " Okay?", "probability": 0.6201171875}, {"start": 2444.99, "end": 2445.11, "word": " So", "probability": 0.94189453125}, {"start": 2445.11, "end": 2445.27, "word": " what", "probability": 0.68798828125}, {"start": 2445.27, "end": 2445.45, "word": " we", "probability": 0.953125}, {"start": 2445.45, "end": 2445.69, "word": " did", "probability": 0.958984375}, {"start": 2445.69, "end": 2445.97, "word": " here", "probability": 0.84765625}, {"start": 2445.97, "end": 2446.45, "word": " today", "probability": 0.80810546875}, {"start": 2446.45, "end": 2446.93, "word": " is", "probability": 0.85205078125}, {"start": 2446.93, "end": 2447.59, "word": " basically", "probability": 0.9453125}, {"start": 2447.59, "end": 2448.37, "word": " looking", "probability": 0.8818359375}, {"start": 2448.37, "end": 2448.69, "word": " at", "probability": 0.96533203125}, {"start": 2448.69, "end": 2448.91, "word": " the", "probability": 0.9130859375}, {"start": 2448.91, "end": 2449.27, "word": " third", "probability": 0.8525390625}, {"start": 2449.27, "end": 2449.77, "word": " part", "probability": 0.869140625}, {"start": 2449.77, "end": 2450.25, "word": " of", "probability": 0.96875}, {"start": 2450.25, "end": 2450.67, "word": " a", "probability": 0.98583984375}, {"start": 2450.67, "end": 2451.59, "word": " paragraph,", "probability": 0.95947265625}, {"start": 2451.81, "end": 2451.95, "word": " which", "probability": 0.94580078125}, {"start": 2451.95, "end": 2452.13, "word": " is", "probability": 0.9443359375}, {"start": 2452.13, "end": 2452.31, "word": " the", "probability": 0.90380859375}, {"start": 2452.31, "end": 2452.85, "word": " concluding", "probability": 0.95849609375}, {"start": 2452.85, "end": 2453.33, "word": " paragraph.", "probability": 0.9462890625}, {"start": 2453.55, "end": 2453.59, "word": " And", "probability": 0.81591796875}, {"start": 2453.59, "end": 2454.11, "word": " like", "probability": 0.71630859375}, {"start": 2454.11, "end": 2454.27, "word": " what", "probability": 0.4931640625}, {"start": 2454.27, "end": 2454.35, "word": " we", "probability": 0.91748046875}, {"start": 2454.35, "end": 2454.67, "word": " said", "probability": 0.91796875}, {"start": 2454.67, "end": 2455.45, "word": " earlier,", "probability": 0.87109375}, {"start": 2455.99, "end": 2456.23, "word": " a", "probability": 0.66845703125}, {"start": 2456.23, "end": 2456.91, "word": " concluding", "probability": 0.96484375}, {"start": 2456.91, "end": 2457.63, "word": " paragraph", "probability": 0.96142578125}, {"start": 2457.63, "end": 2457.89, "word": " is", "probability": 0.94775390625}, {"start": 2457.89, "end": 2458.17, "word": " used", "probability": 0.919921875}, {"start": 2458.17, "end": 2458.59, "word": " to", "probability": 0.9716796875}, {"start": 2458.59, "end": 2459.55, "word": " summarize", "probability": 0.7373046875}, {"start": 2459.55, "end": 2459.99, "word": " the", "probability": 0.919921875}, {"start": 2459.99, "end": 2460.19, "word": " main", "probability": 0.919921875}, {"start": 2460.19, "end": 2460.61, "word": " points,", "probability": 0.92724609375}, {"start": 2461.03, "end": 2461.53, "word": " state", "probability": 0.9326171875}, {"start": 2461.53, "end": 2462.11, "word": " the", "probability": 0.9189453125}, {"start": 2462.11, "end": 2462.39, "word": " topic", "probability": 0.947265625}, {"start": 2462.39, "end": 2462.77, "word": " sentence", "probability": 0.8779296875}, {"start": 2462.77, "end": 2463.01, "word": " in", "probability": 0.93798828125}, {"start": 2463.01, "end": 2463.35, "word": " different", "probability": 0.880859375}, {"start": 2463.35, "end": 2463.67, "word": " ways,", "probability": 0.5107421875}, {"start": 2464.03, "end": 2464.15, "word": " to", "probability": 0.96044921875}, {"start": 2464.15, "end": 2464.35, "word": " give", "probability": 0.87646484375}, {"start": 2464.35, "end": 2464.47, "word": " a", "probability": 0.96728515625}, {"start": 2464.47, "end": 2465.09, "word": " recommendation,", "probability": 0.88427734375}, {"start": 2465.57, "end": 2465.79, "word": " an", "probability": 0.87109375}, {"start": 2465.79, "end": 2466.09, "word": " opinion,", "probability": 0.97412109375}, {"start": 2466.33, "end": 2466.57, "word": " or", "probability": 0.962890625}, {"start": 2466.57, "end": 2466.81, "word": " a", "probability": 0.91259765625}, {"start": 2466.81, "end": 2467.15, "word": " prediction", "probability": 0.9609375}, {"start": 2467.15, "end": 2467.89, "word": " about", "probability": 0.89013671875}, {"start": 2467.89, "end": 2468.57, "word": " the", "probability": 0.9072265625}, {"start": 2468.57, "end": 2468.91, "word": " future.", "probability": 0.97607421875}, {"start": 2469.09, "end": 2469.13, "word": " And", "probability": 0.83447265625}, {"start": 2469.13, "end": 2469.25, "word": " it's", "probability": 0.9423828125}, {"start": 2469.25, "end": 2469.67, "word": " always", "probability": 0.88525390625}, {"start": 2469.67, "end": 2470.41, "word": " important", "probability": 0.888671875}, {"start": 2470.41, "end": 2470.87, "word": " to", "probability": 0.96533203125}, {"start": 2470.87, "end": 2471.53, "word": " begin", "probability": 0.8701171875}, {"start": 2471.53, "end": 2472.13, "word": " here.", "probability": 0.8349609375}], "temperature": 1.0}, {"id": 78, "seek": 248096, "start": 2472.49, "end": 2480.97, "text": " Concluding sentences with a transition, in short, in brief, to summarize, to conclude, to sum up, in conclusion, and so on.", "tokens": [18200, 20626, 16579, 365, 257, 6034, 11, 294, 2099, 11, 294, 5353, 11, 281, 20858, 11, 281, 16886, 11, 281, 2408, 493, 11, 294, 10063, 11, 293, 370, 322, 13], "avg_logprob": -0.2981350883360832, "compression_ratio": 1.3478260869565217, "no_speech_prob": 2.980232238769531e-07, "words": [{"start": 2472.49, "end": 2473.07, "word": " Concluding", "probability": 0.579833984375}, {"start": 2473.07, "end": 2473.45, "word": " sentences", "probability": 0.705078125}, {"start": 2473.45, "end": 2473.75, "word": " with", "probability": 0.712890625}, {"start": 2473.75, "end": 2473.89, "word": " a", "probability": 0.640625}, {"start": 2473.89, "end": 2474.41, "word": " transition,", "probability": 0.91357421875}, {"start": 2474.89, "end": 2475.09, "word": " in", "probability": 0.787109375}, {"start": 2475.09, "end": 2475.47, "word": " short,", "probability": 0.75830078125}, {"start": 2475.89, "end": 2476.05, "word": " in", "probability": 0.84765625}, {"start": 2476.05, "end": 2476.39, "word": " brief,", "probability": 0.9365234375}, {"start": 2476.55, "end": 2476.65, "word": " to", "probability": 0.92919921875}, {"start": 2476.65, "end": 2476.99, "word": " summarize,", "probability": 0.6220703125}, {"start": 2477.59, "end": 2477.63, "word": " to", "probability": 0.92578125}, {"start": 2477.63, "end": 2478.27, "word": " conclude,", "probability": 0.7001953125}, {"start": 2478.49, "end": 2478.55, "word": " to", "probability": 0.90234375}, {"start": 2478.55, "end": 2478.79, "word": " sum", "probability": 0.93798828125}, {"start": 2478.79, "end": 2479.05, "word": " up,", "probability": 0.9599609375}, {"start": 2479.17, "end": 2479.27, "word": " in", "probability": 0.76025390625}, {"start": 2479.27, "end": 2479.79, "word": " conclusion,", "probability": 0.904296875}, {"start": 2480.01, "end": 2480.15, "word": " and", "probability": 0.88720703125}, {"start": 2480.15, "end": 2480.43, "word": " so", "probability": 0.9521484375}, {"start": 2480.43, "end": 2480.97, "word": " on.", "probability": 0.84033203125}], "temperature": 1.0}, {"id": 79, "seek": 250290, "start": 2482.46, "end": 2502.9, "text": " Today we're looking, we have looked at the three parts of a good, of the three elements of a good paragraph. Topic sentence, conclusion and the concluding sentence. Now you have the complete understanding of what a paragraph should look like and what a paragraph should include. Inshallah from now on we will be looking at", "tokens": [2692, 321, 434, 1237, 11, 321, 362, 2956, 412, 264, 1045, 3166, 295, 257, 665, 11, 295, 264, 1045, 4959, 295, 257, 665, 18865, 13, 8840, 299, 8174, 11, 10063, 293, 264, 9312, 278, 8174, 13, 823, 291, 362, 264, 3566, 3701, 295, 437, 257, 18865, 820, 574, 411, 293, 437, 257, 18865, 820, 4090, 13, 682, 2716, 13492, 490, 586, 322, 321, 486, 312, 1237, 412], "avg_logprob": -0.2241498227505123, "compression_ratio": 1.7365591397849462, "no_speech_prob": 2.682209014892578e-06, "words": [{"start": 2482.46, "end": 2482.8, "word": " Today", "probability": 0.2724609375}, {"start": 2482.8, "end": 2483.0, "word": " we're", "probability": 0.4833984375}, {"start": 2483.0, "end": 2483.28, "word": " looking,", "probability": 0.9150390625}, {"start": 2483.42, "end": 2483.54, "word": " we", "probability": 0.95751953125}, {"start": 2483.54, "end": 2483.76, "word": " have", "probability": 0.84130859375}, {"start": 2483.76, "end": 2484.02, "word": " looked", "probability": 0.8642578125}, {"start": 2484.02, "end": 2484.28, "word": " at", "probability": 0.9482421875}, {"start": 2484.28, "end": 2484.46, "word": " the", "probability": 0.8837890625}, {"start": 2484.46, "end": 2484.74, "word": " three", "probability": 0.82080078125}, {"start": 2484.74, "end": 2485.24, "word": " parts", "probability": 0.88916015625}, {"start": 2485.24, "end": 2485.46, "word": " of", "probability": 0.9599609375}, {"start": 2485.46, "end": 2485.58, "word": " a", "probability": 0.939453125}, {"start": 2485.58, "end": 2485.8, "word": " good,", "probability": 0.939453125}, {"start": 2486.2, "end": 2486.32, "word": " of", "probability": 0.53515625}, {"start": 2486.32, "end": 2486.46, "word": " the", "probability": 0.89990234375}, {"start": 2486.46, "end": 2486.64, "word": " three", "probability": 0.90576171875}, {"start": 2486.64, "end": 2486.96, "word": " elements", "probability": 0.90234375}, {"start": 2486.96, "end": 2487.16, "word": " of", "probability": 0.96435546875}, {"start": 2487.16, "end": 2487.26, "word": " a", "probability": 0.98583984375}, {"start": 2487.26, "end": 2487.38, "word": " good", "probability": 0.9130859375}, {"start": 2487.38, "end": 2487.88, "word": " paragraph.", "probability": 0.95458984375}, {"start": 2488.18, "end": 2488.74, "word": " Topic", "probability": 0.8701171875}, {"start": 2488.74, "end": 2489.14, "word": " sentence,", "probability": 0.61669921875}, {"start": 2489.28, "end": 2489.76, "word": " conclusion", "probability": 0.806640625}, {"start": 2489.76, "end": 2490.5, "word": " and", "probability": 0.5986328125}, {"start": 2490.5, "end": 2491.0, "word": " the", "probability": 0.66357421875}, {"start": 2491.0, "end": 2492.1, "word": " concluding", "probability": 0.947509765625}, {"start": 2492.1, "end": 2492.48, "word": " sentence.", "probability": 0.9111328125}, {"start": 2492.66, "end": 2492.86, "word": " Now", "probability": 0.95166015625}, {"start": 2492.86, "end": 2493.16, "word": " you", "probability": 0.642578125}, {"start": 2493.16, "end": 2493.56, "word": " have", "probability": 0.94091796875}, {"start": 2493.56, "end": 2493.78, "word": " the", "probability": 0.77783203125}, {"start": 2493.78, "end": 2494.38, "word": " complete", "probability": 0.79541015625}, {"start": 2494.38, "end": 2495.16, "word": " understanding", "probability": 0.798828125}, {"start": 2495.16, "end": 2495.42, "word": " of", "probability": 0.9580078125}, {"start": 2495.42, "end": 2495.62, "word": " what", "probability": 0.94921875}, {"start": 2495.62, "end": 2495.78, "word": " a", "probability": 0.83837890625}, {"start": 2495.78, "end": 2496.1, "word": " paragraph", "probability": 0.9501953125}, {"start": 2496.1, "end": 2496.42, "word": " should", "probability": 0.9697265625}, {"start": 2496.42, "end": 2496.7, "word": " look", "probability": 0.96630859375}, {"start": 2496.7, "end": 2497.06, "word": " like", "probability": 0.93896484375}, {"start": 2497.06, "end": 2497.7, "word": " and", "probability": 0.75537109375}, {"start": 2497.7, "end": 2497.86, "word": " what", "probability": 0.95166015625}, {"start": 2497.86, "end": 2498.0, "word": " a", "probability": 0.8798828125}, {"start": 2498.0, "end": 2498.32, "word": " paragraph", "probability": 0.95263671875}, {"start": 2498.32, "end": 2498.86, "word": " should", "probability": 0.970703125}, {"start": 2498.86, "end": 2500.22, "word": " include.", "probability": 0.80126953125}, {"start": 2500.68, "end": 2500.86, "word": " Inshallah", "probability": 0.6516927083333334}, {"start": 2500.86, "end": 2501.14, "word": " from", "probability": 0.708984375}, {"start": 2501.14, "end": 2501.42, "word": " now", "probability": 0.951171875}, {"start": 2501.42, "end": 2501.72, "word": " on", "probability": 0.94189453125}, {"start": 2501.72, "end": 2501.96, "word": " we", "probability": 0.68701171875}, {"start": 2501.96, "end": 2502.1, "word": " will", "probability": 0.78271484375}, {"start": 2502.1, "end": 2502.22, "word": " be", "probability": 0.94775390625}, {"start": 2502.22, "end": 2502.54, "word": " looking", "probability": 0.91064453125}, {"start": 2502.54, "end": 2502.9, "word": " at", "probability": 0.97216796875}], "temperature": 1.0}, {"id": 80, "seek": 252634, "start": 2504.42, "end": 2526.34, "text": " how to perfect our sentences and how to write different paragraphs, different organizational patterns of paragraphs, alright? Thank you very much and next time we'll look at the compound sentence as a second or an important structure, sentence structure. Thank you very much and see you inshallah.", "tokens": [577, 281, 2176, 527, 16579, 293, 577, 281, 2464, 819, 48910, 11, 819, 24730, 8294, 295, 48910, 11, 5845, 30, 1044, 291, 588, 709, 293, 958, 565, 321, 603, 574, 412, 264, 14154, 8174, 382, 257, 1150, 420, 364, 1021, 3877, 11, 8174, 3877, 13, 1044, 291, 588, 709, 293, 536, 291, 1028, 71, 13492, 13], "avg_logprob": -0.24698463657446074, "compression_ratio": 1.722543352601156, "no_speech_prob": 4.792213439941406e-05, "words": [{"start": 2504.42, "end": 2505.0, "word": " how", "probability": 0.3349609375}, {"start": 2505.0, "end": 2505.28, "word": " to", "probability": 0.97265625}, {"start": 2505.28, "end": 2505.78, "word": " perfect", "probability": 0.9296875}, {"start": 2505.78, "end": 2506.12, "word": " our", "probability": 0.8916015625}, {"start": 2506.12, "end": 2506.72, "word": " sentences", "probability": 0.9423828125}, {"start": 2506.72, "end": 2507.06, "word": " and", "probability": 0.779296875}, {"start": 2507.06, "end": 2507.3, "word": " how", "probability": 0.939453125}, {"start": 2507.3, "end": 2507.46, "word": " to", "probability": 0.97314453125}, {"start": 2507.46, "end": 2507.68, "word": " write", "probability": 0.9052734375}, {"start": 2507.68, "end": 2508.44, "word": " different", "probability": 0.88720703125}, {"start": 2508.44, "end": 2509.2, "word": " paragraphs,", "probability": 0.955078125}, {"start": 2510.46, "end": 2511.42, "word": " different", "probability": 0.84130859375}, {"start": 2511.42, "end": 2512.36, "word": " organizational", "probability": 0.80419921875}, {"start": 2512.36, "end": 2513.5, "word": " patterns", "probability": 0.84765625}, {"start": 2513.5, "end": 2513.92, "word": " of", "probability": 0.95361328125}, {"start": 2513.92, "end": 2514.92, "word": " paragraphs,", "probability": 0.75537109375}, {"start": 2515.06, "end": 2515.32, "word": " alright?", "probability": 0.59814453125}, {"start": 2515.84, "end": 2516.1, "word": " Thank", "probability": 0.87548828125}, {"start": 2516.1, "end": 2516.2, "word": " you", "probability": 0.96142578125}, {"start": 2516.2, "end": 2516.38, "word": " very", "probability": 0.8525390625}, {"start": 2516.38, "end": 2516.58, "word": " much", "probability": 0.91064453125}, {"start": 2516.58, "end": 2516.72, "word": " and", "probability": 0.572265625}, {"start": 2516.72, "end": 2516.9, "word": " next", "probability": 0.927734375}, {"start": 2516.9, "end": 2517.08, "word": " time", "probability": 0.873046875}, {"start": 2517.08, "end": 2517.26, "word": " we'll", "probability": 0.62939453125}, {"start": 2517.26, "end": 2517.44, "word": " look", "probability": 0.96240234375}, {"start": 2517.44, "end": 2517.68, "word": " at", "probability": 0.9658203125}, {"start": 2517.68, "end": 2517.82, "word": " the", "probability": 0.90771484375}, {"start": 2517.82, "end": 2519.22, "word": " compound", "probability": 0.499267578125}, {"start": 2519.22, "end": 2520.06, "word": " sentence", "probability": 0.90380859375}, {"start": 2520.06, "end": 2520.62, "word": " as", "probability": 0.927734375}, {"start": 2520.62, "end": 2520.84, "word": " a", "probability": 0.86962890625}, {"start": 2520.84, "end": 2521.1, "word": " second", "probability": 0.90234375}, {"start": 2521.1, "end": 2521.36, "word": " or", "probability": 0.90625}, {"start": 2521.36, "end": 2521.5, "word": " an", "probability": 0.8583984375}, {"start": 2521.5, "end": 2521.98, "word": " important", "probability": 0.89453125}, {"start": 2521.98, "end": 2522.46, "word": " structure,", "probability": 0.57275390625}, {"start": 2522.78, "end": 2523.08, "word": " sentence", "probability": 0.68798828125}, {"start": 2523.08, "end": 2523.62, "word": " structure.", "probability": 0.826171875}, {"start": 2523.96, "end": 2524.42, "word": " Thank", "probability": 0.88623046875}, {"start": 2524.42, "end": 2524.72, "word": " you", "probability": 0.96435546875}, {"start": 2524.72, "end": 2525.32, "word": " very", "probability": 0.85400390625}, {"start": 2525.32, "end": 2525.54, "word": " much", "probability": 0.9091796875}, {"start": 2525.54, "end": 2525.72, "word": " and", "probability": 0.90283203125}, {"start": 2525.72, "end": 2525.88, "word": " see", "probability": 0.9228515625}, {"start": 2525.88, "end": 2526.0, "word": " you", "probability": 0.9736328125}, {"start": 2526.0, "end": 2526.34, "word": " inshallah.", "probability": 0.5609537760416666}], "temperature": 1.0}], "language": "en", "language_probability": 1.0, "duration": 2527.2135, "duration_after_vad": 1745.6912499999942} \ No newline at end of file diff --git a/PL9fwy3NUQKwbknFHzECJkgNOSFOth6GiS/alcMp0kOPck_raw.json b/PL9fwy3NUQKwbknFHzECJkgNOSFOth6GiS/alcMp0kOPck_raw.json new file mode 100644 index 0000000000000000000000000000000000000000..441ffd2a53a036609eb7559ec3826ad586b9af90 --- /dev/null +++ b/PL9fwy3NUQKwbknFHzECJkgNOSFOth6GiS/alcMp0kOPck_raw.json @@ -0,0 +1 @@ +{"segments": [{"id": 1, "seek": 4747, "start": 22.01, "end": 47.47, "text": " Good morning, how are you today? Very good, very good. Alright, last time we talked about descriptive paragraphs and we said that a good descriptive writing requires using adjectives or require using colorful and vivid adjectives. So today we're going to zoom in on using adjectives. Some part of this lecture is going to be some revision for you and we're going to look at", "tokens": [2205, 2446, 11, 577, 366, 291, 965, 30, 4372, 665, 11, 588, 665, 13, 2798, 11, 1036, 565, 321, 2825, 466, 42585, 48910, 293, 321, 848, 300, 257, 665, 42585, 3579, 7029, 1228, 29378, 1539, 420, 3651, 1228, 18506, 293, 23603, 29378, 1539, 13, 407, 965, 321, 434, 516, 281, 8863, 294, 322, 1228, 29378, 1539, 13, 2188, 644, 295, 341, 7991, 307, 516, 281, 312, 512, 34218, 337, 291, 293, 321, 434, 516, 281, 574, 412], "avg_logprob": -0.19891826865764764, "compression_ratio": 1.7314814814814814, "no_speech_prob": 5.364418029785156e-07, "words": [{"start": 22.01000000000001, "end": 22.530000000000005, "word": " Good", "probability": 0.1314697265625}, {"start": 22.530000000000005, "end": 23.05, "word": " morning,", "probability": 0.8662109375}, {"start": 23.13, "end": 23.21, "word": " how", "probability": 0.90380859375}, {"start": 23.21, "end": 23.35, "word": " are", "probability": 0.9482421875}, {"start": 23.35, "end": 23.43, "word": " you", "probability": 0.970703125}, {"start": 23.43, "end": 23.73, "word": " today?", "probability": 0.8056640625}, {"start": 24.13, "end": 24.65, "word": " Very", "probability": 0.371337890625}, {"start": 24.65, "end": 24.89, "word": " good,", "probability": 0.90283203125}, {"start": 24.99, "end": 25.19, "word": " very", "probability": 0.796875}, {"start": 25.19, "end": 25.39, "word": " good.", "probability": 0.916015625}, {"start": 25.45, "end": 25.67, "word": " Alright,", "probability": 0.4619140625}, {"start": 25.77, "end": 26.03, "word": " last", "probability": 0.8642578125}, {"start": 26.03, "end": 26.27, "word": " time", "probability": 0.8828125}, {"start": 26.27, "end": 26.43, "word": " we", "probability": 0.8505859375}, {"start": 26.43, "end": 26.67, "word": " talked", "probability": 0.87841796875}, {"start": 26.67, "end": 26.93, "word": " about", "probability": 0.9072265625}, {"start": 26.93, "end": 27.51, "word": " descriptive", "probability": 0.8544921875}, {"start": 27.51, "end": 28.07, "word": " paragraphs", "probability": 0.939453125}, {"start": 28.07, "end": 28.35, "word": " and", "probability": 0.71533203125}, {"start": 28.35, "end": 28.51, "word": " we", "probability": 0.953125}, {"start": 28.51, "end": 28.83, "word": " said", "probability": 0.94775390625}, {"start": 28.83, "end": 29.95, "word": " that", "probability": 0.9169921875}, {"start": 29.95, "end": 30.55, "word": " a", "probability": 0.72412109375}, {"start": 30.55, "end": 30.91, "word": " good", "probability": 0.931640625}, {"start": 30.91, "end": 32.43, "word": " descriptive", "probability": 0.8818359375}, {"start": 32.43, "end": 32.87, "word": " writing", "probability": 0.52783203125}, {"start": 32.87, "end": 33.57, "word": " requires", "probability": 0.83837890625}, {"start": 33.57, "end": 34.01, "word": " using", "probability": 0.93212890625}, {"start": 34.01, "end": 34.65, "word": " adjectives", "probability": 0.964111328125}, {"start": 34.65, "end": 34.83, "word": " or", "probability": 0.68212890625}, {"start": 34.83, "end": 35.21, "word": " require", "probability": 0.591796875}, {"start": 35.21, "end": 35.69, "word": " using", "probability": 0.90185546875}, {"start": 35.69, "end": 36.49, "word": " colorful", "probability": 0.80615234375}, {"start": 36.49, "end": 36.89, "word": " and", "probability": 0.93408203125}, {"start": 36.89, "end": 37.33, "word": " vivid", "probability": 0.9560546875}, {"start": 37.33, "end": 38.77, "word": " adjectives.", "probability": 0.969482421875}, {"start": 38.83, "end": 38.93, "word": " So", "probability": 0.921875}, {"start": 38.93, "end": 39.17, "word": " today", "probability": 0.50439453125}, {"start": 39.17, "end": 39.35, "word": " we're", "probability": 0.716552734375}, {"start": 39.35, "end": 39.61, "word": " going", "probability": 0.943359375}, {"start": 39.61, "end": 39.83, "word": " to", "probability": 0.96875}, {"start": 39.83, "end": 40.09, "word": " zoom", "probability": 0.96240234375}, {"start": 40.09, "end": 40.49, "word": " in", "probability": 0.9345703125}, {"start": 40.49, "end": 41.23, "word": " on", "probability": 0.9443359375}, {"start": 41.23, "end": 41.93, "word": " using", "probability": 0.921875}, {"start": 41.93, "end": 42.63, "word": " adjectives.", "probability": 0.97265625}, {"start": 42.83, "end": 43.07, "word": " Some", "probability": 0.8837890625}, {"start": 43.07, "end": 43.35, "word": " part", "probability": 0.81982421875}, {"start": 43.35, "end": 43.51, "word": " of", "probability": 0.96630859375}, {"start": 43.51, "end": 43.73, "word": " this", "probability": 0.9462890625}, {"start": 43.73, "end": 44.11, "word": " lecture", "probability": 0.93994140625}, {"start": 44.11, "end": 44.25, "word": " is", "probability": 0.93408203125}, {"start": 44.25, "end": 44.41, "word": " going", "probability": 0.94189453125}, {"start": 44.41, "end": 44.51, "word": " to", "probability": 0.96875}, {"start": 44.51, "end": 44.67, "word": " be", "probability": 0.9521484375}, {"start": 44.67, "end": 44.91, "word": " some", "probability": 0.68798828125}, {"start": 44.91, "end": 45.27, "word": " revision", "probability": 0.98486328125}, {"start": 45.27, "end": 45.59, "word": " for", "probability": 0.9462890625}, {"start": 45.59, "end": 45.85, "word": " you", "probability": 0.96435546875}, {"start": 45.85, "end": 46.31, "word": " and", "probability": 0.78271484375}, {"start": 46.31, "end": 46.49, "word": " we're", "probability": 0.955078125}, {"start": 46.49, "end": 46.71, "word": " going", "probability": 0.9423828125}, {"start": 46.71, "end": 46.89, "word": " to", "probability": 0.96630859375}, {"start": 46.89, "end": 47.11, "word": " look", "probability": 0.96484375}, {"start": 47.11, "end": 47.47, "word": " at", "probability": 0.9697265625}], "temperature": 1.0}, {"id": 2, "seek": 5572, "start": 47.72, "end": 55.72, "text": " in addition to that to act ordering or arranging adjectives what is an adjective what is an adjective", "tokens": [294, 4500, 281, 300, 281, 605, 21739, 420, 5539, 9741, 29378, 1539, 437, 307, 364, 44129, 437, 307, 364, 44129], "avg_logprob": -0.22042410714285715, "compression_ratio": 1.4782608695652173, "no_speech_prob": 0.0, "words": [{"start": 47.72, "end": 48.02, "word": " in", "probability": 0.6572265625}, {"start": 48.02, "end": 48.24, "word": " addition", "probability": 0.95068359375}, {"start": 48.24, "end": 48.44, "word": " to", "probability": 0.96875}, {"start": 48.44, "end": 48.72, "word": " that", "probability": 0.9404296875}, {"start": 48.72, "end": 49.02, "word": " to", "probability": 0.576171875}, {"start": 49.02, "end": 49.64, "word": " act", "probability": 0.56201171875}, {"start": 49.64, "end": 50.24, "word": " ordering", "probability": 0.83740234375}, {"start": 50.24, "end": 50.54, "word": " or", "probability": 0.95849609375}, {"start": 50.54, "end": 51.22, "word": " arranging", "probability": 0.907958984375}, {"start": 51.22, "end": 52.02, "word": " adjectives", "probability": 0.9814453125}, {"start": 52.02, "end": 52.24, "word": " what", "probability": 0.310302734375}, {"start": 52.24, "end": 52.44, "word": " is", "probability": 0.953125}, {"start": 52.44, "end": 52.66, "word": " an", "probability": 0.91552734375}, {"start": 52.66, "end": 53.14, "word": " adjective", "probability": 0.9677734375}, {"start": 53.14, "end": 54.86, "word": " what", "probability": 0.5087890625}, {"start": 54.86, "end": 55.04, "word": " is", "probability": 0.951171875}, {"start": 55.04, "end": 55.28, "word": " an", "probability": 0.93212890625}, {"start": 55.28, "end": 55.72, "word": " adjective", "probability": 0.97802734375}], "temperature": 1.0}, {"id": 3, "seek": 7748, "start": 57.15, "end": 77.49, "text": " Adjectives are generally used to describe nouns. Of course, this is a surprising question. This is A, we use it to describe, to give information on nouns. For example, so we writers use adjectives to give readers an idea.", "tokens": [1999, 1020, 1539, 366, 5101, 1143, 281, 6786, 48184, 13, 2720, 1164, 11, 341, 307, 257, 8830, 1168, 13, 639, 307, 316, 11, 321, 764, 309, 281, 6786, 11, 281, 976, 1589, 322, 48184, 13, 1171, 1365, 11, 370, 321, 13491, 764, 29378, 1539, 281, 976, 17147, 364, 1558, 13], "avg_logprob": -0.22993260154537126, "compression_ratio": 1.5, "no_speech_prob": 1.7881393432617188e-07, "words": [{"start": 57.15, "end": 57.81, "word": " Adjectives", "probability": 0.9342447916666666}, {"start": 57.81, "end": 57.97, "word": " are", "probability": 0.94677734375}, {"start": 57.97, "end": 58.35, "word": " generally", "probability": 0.8466796875}, {"start": 58.35, "end": 58.73, "word": " used", "probability": 0.90478515625}, {"start": 58.73, "end": 59.15, "word": " to", "probability": 0.97021484375}, {"start": 59.15, "end": 60.61, "word": " describe", "probability": 0.80078125}, {"start": 60.61, "end": 61.45, "word": " nouns.", "probability": 0.58251953125}, {"start": 62.13, "end": 62.23, "word": " Of", "probability": 0.2734375}, {"start": 62.23, "end": 62.63, "word": " course,", "probability": 0.95166015625}, {"start": 62.77, "end": 62.87, "word": " this", "probability": 0.921875}, {"start": 62.87, "end": 63.15, "word": " is", "probability": 0.92529296875}, {"start": 63.15, "end": 63.51, "word": " a", "probability": 0.8076171875}, {"start": 63.51, "end": 64.15, "word": " surprising", "probability": 0.32763671875}, {"start": 64.15, "end": 64.75, "word": " question.", "probability": 0.91845703125}, {"start": 65.05, "end": 65.15, "word": " This", "probability": 0.79345703125}, {"start": 65.15, "end": 65.35, "word": " is", "probability": 0.95166015625}, {"start": 65.35, "end": 65.69, "word": " A,", "probability": 0.482177734375}, {"start": 65.97, "end": 67.01, "word": " we", "probability": 0.8681640625}, {"start": 67.01, "end": 67.27, "word": " use", "probability": 0.88818359375}, {"start": 67.27, "end": 67.39, "word": " it", "probability": 0.94677734375}, {"start": 67.39, "end": 67.51, "word": " to", "probability": 0.95654296875}, {"start": 67.51, "end": 68.19, "word": " describe,", "probability": 0.90185546875}, {"start": 68.79, "end": 69.19, "word": " to", "probability": 0.90478515625}, {"start": 69.19, "end": 69.53, "word": " give", "probability": 0.875}, {"start": 69.53, "end": 70.37, "word": " information", "probability": 0.82958984375}, {"start": 70.37, "end": 70.97, "word": " on", "probability": 0.94189453125}, {"start": 70.97, "end": 71.77, "word": " nouns.", "probability": 0.740234375}, {"start": 71.95, "end": 72.07, "word": " For", "probability": 0.85693359375}, {"start": 72.07, "end": 72.51, "word": " example,", "probability": 0.94287109375}, {"start": 72.71, "end": 72.95, "word": " so", "probability": 0.62744140625}, {"start": 72.95, "end": 73.39, "word": " we", "probability": 0.77880859375}, {"start": 73.39, "end": 74.05, "word": " writers", "probability": 0.71923828125}, {"start": 74.05, "end": 74.49, "word": " use", "probability": 0.8837890625}, {"start": 74.49, "end": 75.95, "word": " adjectives", "probability": 0.964111328125}, {"start": 75.95, "end": 76.19, "word": " to", "probability": 0.966796875}, {"start": 76.19, "end": 76.43, "word": " give", "probability": 0.88818359375}, {"start": 76.43, "end": 76.79, "word": " readers", "probability": 0.9365234375}, {"start": 76.79, "end": 77.03, "word": " an", "probability": 0.93994140625}, {"start": 77.03, "end": 77.49, "word": " idea.", "probability": 0.91357421875}], "temperature": 1.0}, {"id": 4, "seek": 10436, "start": 77.96, "end": 104.36, "text": " about what something or what a person looks like, what a place feels like, what a place smells like and so on. So it is used to describe nouns or give informations or some information on nouns. There are some things in your textbook, I'm sure that you've read this, about adjectives. The first thing is that adjectives always come in front of nouns. For example,", "tokens": [466, 437, 746, 420, 437, 257, 954, 1542, 411, 11, 437, 257, 1081, 3417, 411, 11, 437, 257, 1081, 10036, 411, 293, 370, 322, 13, 407, 309, 307, 1143, 281, 6786, 48184, 420, 976, 38855, 420, 512, 1589, 322, 48184, 13, 821, 366, 512, 721, 294, 428, 25591, 11, 286, 478, 988, 300, 291, 600, 1401, 341, 11, 466, 29378, 1539, 13, 440, 700, 551, 307, 300, 29378, 1539, 1009, 808, 294, 1868, 295, 48184, 13, 1171, 1365, 11], "avg_logprob": -0.18886718507856132, "compression_ratio": 1.736842105263158, "no_speech_prob": 5.960464477539063e-08, "words": [{"start": 77.96, "end": 78.66, "word": " about", "probability": 0.587890625}, {"start": 78.66, "end": 79.34, "word": " what", "probability": 0.9072265625}, {"start": 79.34, "end": 79.84, "word": " something", "probability": 0.71337890625}, {"start": 79.84, "end": 80.38, "word": " or", "probability": 0.654296875}, {"start": 80.38, "end": 80.64, "word": " what", "probability": 0.91845703125}, {"start": 80.64, "end": 80.86, "word": " a", "probability": 0.94970703125}, {"start": 80.86, "end": 81.32, "word": " person", "probability": 0.919921875}, {"start": 81.32, "end": 82.38, "word": " looks", "probability": 0.7626953125}, {"start": 82.38, "end": 82.88, "word": " like,", "probability": 0.9375}, {"start": 83.0, "end": 83.4, "word": " what", "probability": 0.931640625}, {"start": 83.4, "end": 83.58, "word": " a", "probability": 0.95751953125}, {"start": 83.58, "end": 83.92, "word": " place", "probability": 0.89013671875}, {"start": 83.92, "end": 84.28, "word": " feels", "probability": 0.84716796875}, {"start": 84.28, "end": 84.68, "word": " like,", "probability": 0.93896484375}, {"start": 84.82, "end": 84.9, "word": " what", "probability": 0.93408203125}, {"start": 84.9, "end": 85.08, "word": " a", "probability": 0.5966796875}, {"start": 85.08, "end": 85.86, "word": " place", "probability": 0.87548828125}, {"start": 85.86, "end": 86.26, "word": " smells", "probability": 0.8203125}, {"start": 86.26, "end": 86.64, "word": " like", "probability": 0.939453125}, {"start": 86.64, "end": 86.84, "word": " and", "probability": 0.74951171875}, {"start": 86.84, "end": 87.0, "word": " so", "probability": 0.9521484375}, {"start": 87.0, "end": 87.14, "word": " on.", "probability": 0.92822265625}, {"start": 87.18, "end": 87.28, "word": " So", "probability": 0.85595703125}, {"start": 87.28, "end": 87.46, "word": " it", "probability": 0.71240234375}, {"start": 87.46, "end": 87.76, "word": " is", "probability": 0.908203125}, {"start": 87.76, "end": 88.06, "word": " used", "probability": 0.90625}, {"start": 88.06, "end": 88.24, "word": " to", "probability": 0.96875}, {"start": 88.24, "end": 88.68, "word": " describe", "probability": 0.87109375}, {"start": 88.68, "end": 88.98, "word": " nouns", "probability": 0.96240234375}, {"start": 88.98, "end": 89.2, "word": " or", "probability": 0.92529296875}, {"start": 89.2, "end": 89.48, "word": " give", "probability": 0.8720703125}, {"start": 89.48, "end": 90.6, "word": " informations", "probability": 0.400390625}, {"start": 90.6, "end": 91.14, "word": " or", "probability": 0.501953125}, {"start": 91.14, "end": 91.44, "word": " some", "probability": 0.875}, {"start": 91.44, "end": 92.0, "word": " information", "probability": 0.81298828125}, {"start": 92.0, "end": 92.48, "word": " on", "probability": 0.93701171875}, {"start": 92.48, "end": 93.28, "word": " nouns.", "probability": 0.91064453125}, {"start": 93.46, "end": 93.58, "word": " There", "probability": 0.712890625}, {"start": 93.58, "end": 93.68, "word": " are", "probability": 0.7490234375}, {"start": 93.68, "end": 93.94, "word": " some", "probability": 0.8916015625}, {"start": 93.94, "end": 94.28, "word": " things", "probability": 0.876953125}, {"start": 94.28, "end": 94.44, "word": " in", "probability": 0.93505859375}, {"start": 94.44, "end": 94.62, "word": " your", "probability": 0.8779296875}, {"start": 94.62, "end": 95.02, "word": " textbook,", "probability": 0.8583984375}, {"start": 95.18, "end": 95.32, "word": " I'm", "probability": 0.913818359375}, {"start": 95.32, "end": 95.44, "word": " sure", "probability": 0.91455078125}, {"start": 95.44, "end": 95.64, "word": " that", "probability": 0.875}, {"start": 95.64, "end": 95.94, "word": " you've", "probability": 0.882080078125}, {"start": 95.94, "end": 96.2, "word": " read", "probability": 0.96484375}, {"start": 96.2, "end": 96.5, "word": " this,", "probability": 0.9365234375}, {"start": 96.92, "end": 97.58, "word": " about", "probability": 0.89404296875}, {"start": 97.58, "end": 98.46, "word": " adjectives.", "probability": 0.9384765625}, {"start": 98.56, "end": 98.66, "word": " The", "probability": 0.8671875}, {"start": 98.66, "end": 98.98, "word": " first", "probability": 0.8828125}, {"start": 98.98, "end": 99.24, "word": " thing", "probability": 0.9091796875}, {"start": 99.24, "end": 99.52, "word": " is", "probability": 0.94384765625}, {"start": 99.52, "end": 100.0, "word": " that", "probability": 0.9453125}, {"start": 100.0, "end": 101.1, "word": " adjectives", "probability": 0.9365234375}, {"start": 101.1, "end": 101.52, "word": " always", "probability": 0.904296875}, {"start": 101.52, "end": 101.84, "word": " come", "probability": 0.86279296875}, {"start": 101.84, "end": 101.94, "word": " in", "probability": 0.9423828125}, {"start": 101.94, "end": 102.34, "word": " front", "probability": 0.83642578125}, {"start": 102.34, "end": 102.68, "word": " of", "probability": 0.96826171875}, {"start": 102.68, "end": 103.5, "word": " nouns.", "probability": 0.91650390625}, {"start": 103.7, "end": 103.82, "word": " For", "probability": 0.9462890625}, {"start": 103.82, "end": 104.36, "word": " example,", "probability": 0.97314453125}], "temperature": 1.0}, {"id": 5, "seek": 12662, "start": 105.28, "end": 126.62, "text": " Twelve talented young musicians. So twelve talented. So they always come before nouns or come in front of nouns. Okay? The second thing adjectives can sometimes come after linking verbs. Linking verbs such as M is R, verb to be, seen, look, taste, sound and so on. For example", "tokens": [48063, 13467, 2037, 16916, 13, 407, 14390, 13467, 13, 407, 436, 1009, 808, 949, 48184, 420, 808, 294, 1868, 295, 48184, 13, 1033, 30, 440, 1150, 551, 29378, 1539, 393, 2171, 808, 934, 25775, 30051, 13, 8466, 278, 30051, 1270, 382, 376, 307, 497, 11, 9595, 281, 312, 11, 1612, 11, 574, 11, 3939, 11, 1626, 293, 370, 322, 13, 1171, 1365], "avg_logprob": -0.2641369094924321, "compression_ratio": 1.5054347826086956, "no_speech_prob": 0.0, "words": [{"start": 105.28, "end": 105.88, "word": " Twelve", "probability": 0.4482421875}, {"start": 105.88, "end": 106.48, "word": " talented", "probability": 0.9345703125}, {"start": 106.48, "end": 107.0, "word": " young", "probability": 0.783203125}, {"start": 107.0, "end": 108.2, "word": " musicians.", "probability": 0.77685546875}, {"start": 108.54, "end": 108.56, "word": " So", "probability": 0.6767578125}, {"start": 108.56, "end": 108.9, "word": " twelve", "probability": 0.58544921875}, {"start": 108.9, "end": 109.32, "word": " talented.", "probability": 0.94287109375}, {"start": 109.46, "end": 109.56, "word": " So", "probability": 0.849609375}, {"start": 109.56, "end": 109.72, "word": " they", "probability": 0.86865234375}, {"start": 109.72, "end": 110.04, "word": " always", "probability": 0.90576171875}, {"start": 110.04, "end": 110.3, "word": " come", "probability": 0.8671875}, {"start": 110.3, "end": 110.76, "word": " before", "probability": 0.8564453125}, {"start": 110.76, "end": 112.28, "word": " nouns", "probability": 0.966796875}, {"start": 112.28, "end": 112.66, "word": " or", "probability": 0.93017578125}, {"start": 112.66, "end": 112.92, "word": " come", "probability": 0.84326171875}, {"start": 112.92, "end": 113.08, "word": " in", "probability": 0.9140625}, {"start": 113.08, "end": 113.44, "word": " front", "probability": 0.95703125}, {"start": 113.44, "end": 113.76, "word": " of", "probability": 0.970703125}, {"start": 113.76, "end": 114.18, "word": " nouns.", "probability": 0.9443359375}, {"start": 114.46, "end": 114.52, "word": " Okay?", "probability": 0.37158203125}, {"start": 114.86, "end": 114.96, "word": " The", "probability": 0.34521484375}, {"start": 114.96, "end": 115.24, "word": " second", "probability": 0.9091796875}, {"start": 115.24, "end": 115.56, "word": " thing", "probability": 0.87548828125}, {"start": 115.56, "end": 116.22, "word": " adjectives", "probability": 0.75537109375}, {"start": 116.22, "end": 116.52, "word": " can", "probability": 0.9169921875}, {"start": 116.52, "end": 117.22, "word": " sometimes", "probability": 0.92578125}, {"start": 117.22, "end": 117.96, "word": " come", "probability": 0.86181640625}, {"start": 117.96, "end": 118.48, "word": " after", "probability": 0.84033203125}, {"start": 118.48, "end": 119.34, "word": " linking", "probability": 0.91845703125}, {"start": 119.34, "end": 119.86, "word": " verbs.", "probability": 0.9375}, {"start": 120.02, "end": 120.36, "word": " Linking", "probability": 0.87109375}, {"start": 120.36, "end": 120.54, "word": " verbs", "probability": 0.87109375}, {"start": 120.54, "end": 120.74, "word": " such", "probability": 0.9140625}, {"start": 120.74, "end": 121.38, "word": " as", "probability": 0.96875}, {"start": 121.38, "end": 121.68, "word": " M", "probability": 0.54931640625}, {"start": 121.68, "end": 121.92, "word": " is", "probability": 0.92529296875}, {"start": 121.92, "end": 122.38, "word": " R,", "probability": 0.8447265625}, {"start": 122.56, "end": 122.76, "word": " verb", "probability": 0.349609375}, {"start": 122.76, "end": 122.92, "word": " to", "probability": 0.97314453125}, {"start": 122.92, "end": 123.16, "word": " be,", "probability": 0.9599609375}, {"start": 123.52, "end": 123.9, "word": " seen,", "probability": 0.72119140625}, {"start": 124.12, "end": 124.38, "word": " look,", "probability": 0.452392578125}, {"start": 124.58, "end": 124.84, "word": " taste,", "probability": 0.8955078125}, {"start": 125.04, "end": 125.4, "word": " sound", "probability": 0.90966796875}, {"start": 125.4, "end": 125.66, "word": " and", "probability": 0.640625}, {"start": 125.66, "end": 125.86, "word": " so", "probability": 0.95068359375}, {"start": 125.86, "end": 126.0, "word": " on.", "probability": 0.9521484375}, {"start": 126.06, "end": 126.18, "word": " For", "probability": 0.95263671875}, {"start": 126.18, "end": 126.62, "word": " example", "probability": 0.9755859375}], "temperature": 1.0}, {"id": 6, "seek": 15093, "start": 129.45, "end": 150.93, "text": " Happy now, happy is an adjective which comes after the linking verb be or are or Ali seems sad or the cookies smell delicious so delicious, sad, happy are called adjectives because clearly they describe the nouns and they come after linking verbs. A third point about", "tokens": [8277, 586, 11, 2055, 307, 364, 44129, 597, 1487, 934, 264, 25775, 9595, 312, 420, 366, 420, 12020, 2544, 4227, 420, 264, 13670, 4316, 4809, 370, 4809, 11, 4227, 11, 2055, 366, 1219, 29378, 1539, 570, 4448, 436, 6786, 264, 48184, 293, 436, 808, 934, 25775, 30051, 13, 316, 2636, 935, 466], "avg_logprob": -0.26252948113207547, "compression_ratio": 1.6047904191616766, "no_speech_prob": 5.960464477539063e-08, "words": [{"start": 129.45, "end": 129.69, "word": " Happy", "probability": 0.36962890625}, {"start": 129.69, "end": 129.87, "word": " now,", "probability": 0.5302734375}, {"start": 129.97, "end": 130.19, "word": " happy", "probability": 0.8837890625}, {"start": 130.19, "end": 130.39, "word": " is", "probability": 0.943359375}, {"start": 130.39, "end": 130.61, "word": " an", "probability": 0.93115234375}, {"start": 130.61, "end": 130.97, "word": " adjective", "probability": 0.9658203125}, {"start": 130.97, "end": 131.67, "word": " which", "probability": 0.85107421875}, {"start": 131.67, "end": 131.99, "word": " comes", "probability": 0.88671875}, {"start": 131.99, "end": 132.37, "word": " after", "probability": 0.84228515625}, {"start": 132.37, "end": 132.61, "word": " the", "probability": 0.87060546875}, {"start": 132.61, "end": 132.85, "word": " linking", "probability": 0.9345703125}, {"start": 132.85, "end": 133.43, "word": " verb", "probability": 0.86328125}, {"start": 133.43, "end": 133.99, "word": " be", "probability": 0.38232421875}, {"start": 133.99, "end": 134.47, "word": " or", "probability": 0.96337890625}, {"start": 134.47, "end": 134.93, "word": " are", "probability": 0.943359375}, {"start": 134.93, "end": 135.37, "word": " or", "probability": 0.372314453125}, {"start": 135.37, "end": 135.79, "word": " Ali", "probability": 0.367919921875}, {"start": 135.79, "end": 136.33, "word": " seems", "probability": 0.7451171875}, {"start": 136.33, "end": 137.75, "word": " sad", "probability": 0.91650390625}, {"start": 137.75, "end": 138.37, "word": " or", "probability": 0.82958984375}, {"start": 138.37, "end": 138.99, "word": " the", "probability": 0.90185546875}, {"start": 138.99, "end": 139.39, "word": " cookies", "probability": 0.89453125}, {"start": 139.39, "end": 140.05, "word": " smell", "probability": 0.93359375}, {"start": 140.05, "end": 141.27, "word": " delicious", "probability": 0.8583984375}, {"start": 141.27, "end": 141.53, "word": " so", "probability": 0.487548828125}, {"start": 141.53, "end": 141.91, "word": " delicious,", "probability": 0.7763671875}, {"start": 142.11, "end": 142.37, "word": " sad,", "probability": 0.9462890625}, {"start": 142.51, "end": 142.71, "word": " happy", "probability": 0.9365234375}, {"start": 142.71, "end": 143.11, "word": " are", "probability": 0.59033203125}, {"start": 143.11, "end": 143.75, "word": " called", "probability": 0.4541015625}, {"start": 143.75, "end": 144.39, "word": " adjectives", "probability": 0.974365234375}, {"start": 144.39, "end": 144.85, "word": " because", "probability": 0.88671875}, {"start": 144.85, "end": 145.95, "word": " clearly", "probability": 0.7236328125}, {"start": 145.95, "end": 146.19, "word": " they", "probability": 0.865234375}, {"start": 146.19, "end": 146.83, "word": " describe", "probability": 0.8046875}, {"start": 146.83, "end": 147.07, "word": " the", "probability": 0.890625}, {"start": 147.07, "end": 147.37, "word": " nouns", "probability": 0.95361328125}, {"start": 147.37, "end": 147.55, "word": " and", "probability": 0.64453125}, {"start": 147.55, "end": 147.69, "word": " they", "probability": 0.8818359375}, {"start": 147.69, "end": 147.99, "word": " come", "probability": 0.865234375}, {"start": 147.99, "end": 148.35, "word": " after", "probability": 0.837890625}, {"start": 148.35, "end": 149.25, "word": " linking", "probability": 0.88671875}, {"start": 149.25, "end": 149.63, "word": " verbs.", "probability": 0.92919921875}, {"start": 149.73, "end": 149.83, "word": " A", "probability": 0.91943359375}, {"start": 149.83, "end": 150.11, "word": " third", "probability": 0.93603515625}, {"start": 150.11, "end": 150.45, "word": " point", "probability": 0.9658203125}, {"start": 150.45, "end": 150.93, "word": " about", "probability": 0.912109375}], "temperature": 1.0}, {"id": 7, "seek": 16351, "start": 151.35, "end": 163.51, "text": " adjectives is that we have sometimes something called a compound adjective which is two or more words coming together and functioning as one word and this word is", "tokens": [29378, 1539, 307, 300, 321, 362, 2171, 746, 1219, 257, 14154, 44129, 597, 307, 732, 420, 544, 2283, 1348, 1214, 293, 18483, 382, 472, 1349, 293, 341, 1349, 307], "avg_logprob": -0.1424479107062022, "compression_ratio": 1.5092592592592593, "no_speech_prob": 8.821487426757812e-06, "words": [{"start": 151.35, "end": 152.21, "word": " adjectives", "probability": 0.816650390625}, {"start": 152.21, "end": 152.51, "word": " is", "probability": 0.87548828125}, {"start": 152.51, "end": 152.99, "word": " that", "probability": 0.93896484375}, {"start": 152.99, "end": 154.19, "word": " we", "probability": 0.83154296875}, {"start": 154.19, "end": 154.55, "word": " have", "probability": 0.9189453125}, {"start": 154.55, "end": 155.07, "word": " sometimes", "probability": 0.83984375}, {"start": 155.07, "end": 155.41, "word": " something", "probability": 0.84814453125}, {"start": 155.41, "end": 155.73, "word": " called", "probability": 0.87255859375}, {"start": 155.73, "end": 155.91, "word": " a", "probability": 0.74951171875}, {"start": 155.91, "end": 156.43, "word": " compound", "probability": 0.9150390625}, {"start": 156.43, "end": 156.97, "word": " adjective", "probability": 0.916015625}, {"start": 156.97, "end": 157.23, "word": " which", "probability": 0.63623046875}, {"start": 157.23, "end": 157.47, "word": " is", "probability": 0.77783203125}, {"start": 157.47, "end": 157.99, "word": " two", "probability": 0.86669921875}, {"start": 157.99, "end": 158.25, "word": " or", "probability": 0.92236328125}, {"start": 158.25, "end": 158.49, "word": " more", "probability": 0.9365234375}, {"start": 158.49, "end": 158.99, "word": " words", "probability": 0.87060546875}, {"start": 158.99, "end": 159.31, "word": " coming", "probability": 0.90576171875}, {"start": 159.31, "end": 159.77, "word": " together", "probability": 0.828125}, {"start": 159.77, "end": 159.99, "word": " and", "probability": 0.9248046875}, {"start": 159.99, "end": 160.45, "word": " functioning", "probability": 0.90673828125}, {"start": 160.45, "end": 161.57, "word": " as", "probability": 0.9521484375}, {"start": 161.57, "end": 161.85, "word": " one", "probability": 0.92822265625}, {"start": 161.85, "end": 162.37, "word": " word", "probability": 0.9306640625}, {"start": 162.37, "end": 162.61, "word": " and", "probability": 0.83642578125}, {"start": 162.61, "end": 162.81, "word": " this", "probability": 0.94873046875}, {"start": 162.81, "end": 163.15, "word": " word", "probability": 0.93017578125}, {"start": 163.15, "end": 163.51, "word": " is", "probability": 0.9580078125}], "temperature": 1.0}, {"id": 8, "seek": 19054, "start": 163.96, "end": 190.54, "text": " An adjective that is used to describe noun. For example, ten week semester. Ten week is a compound adjective that is used to describe the noun semester. Or part-time. So part-time is an adjective. It's a compound adjective. A fourth point about adjectives to your information is that they are always singular. This is something already known to you.", "tokens": [1107, 44129, 300, 307, 1143, 281, 6786, 23307, 13, 1171, 1365, 11, 2064, 1243, 11894, 13, 9380, 1243, 307, 257, 14154, 44129, 300, 307, 1143, 281, 6786, 264, 23307, 11894, 13, 1610, 644, 12, 3766, 13, 407, 644, 12, 3766, 307, 364, 44129, 13, 467, 311, 257, 14154, 44129, 13, 316, 6409, 935, 466, 29378, 1539, 281, 428, 1589, 307, 300, 436, 366, 1009, 20010, 13, 639, 307, 746, 1217, 2570, 281, 291, 13], "avg_logprob": -0.25958332379659016, "compression_ratio": 1.794871794871795, "no_speech_prob": 5.960464477539063e-08, "words": [{"start": 163.96, "end": 164.42, "word": " An", "probability": 0.2081298828125}, {"start": 164.42, "end": 164.94, "word": " adjective", "probability": 0.9658203125}, {"start": 164.94, "end": 165.3, "word": " that", "probability": 0.865234375}, {"start": 165.3, "end": 165.46, "word": " is", "probability": 0.85009765625}, {"start": 165.46, "end": 165.62, "word": " used", "probability": 0.91064453125}, {"start": 165.62, "end": 165.74, "word": " to", "probability": 0.958984375}, {"start": 165.74, "end": 166.1, "word": " describe", "probability": 0.86865234375}, {"start": 166.1, "end": 166.26, "word": " noun.", "probability": 0.38525390625}, {"start": 166.32, "end": 166.44, "word": " For", "probability": 0.88330078125}, {"start": 166.44, "end": 166.96, "word": " example,", "probability": 0.96484375}, {"start": 167.5, "end": 167.76, "word": " ten", "probability": 0.54736328125}, {"start": 167.76, "end": 168.26, "word": " week", "probability": 0.51416015625}, {"start": 168.26, "end": 169.78, "word": " semester.", "probability": 0.8642578125}, {"start": 169.94, "end": 170.12, "word": " Ten", "probability": 0.70166015625}, {"start": 170.12, "end": 170.34, "word": " week", "probability": 0.771484375}, {"start": 170.34, "end": 170.52, "word": " is", "probability": 0.9267578125}, {"start": 170.52, "end": 170.64, "word": " a", "probability": 0.86328125}, {"start": 170.64, "end": 171.84, "word": " compound", "probability": 0.96728515625}, {"start": 171.84, "end": 172.46, "word": " adjective", "probability": 0.93798828125}, {"start": 172.46, "end": 172.94, "word": " that", "probability": 0.79345703125}, {"start": 172.94, "end": 173.1, "word": " is", "probability": 0.89892578125}, {"start": 173.1, "end": 173.26, "word": " used", "probability": 0.9111328125}, {"start": 173.26, "end": 173.38, "word": " to", "probability": 0.96435546875}, {"start": 173.38, "end": 173.88, "word": " describe", "probability": 0.86767578125}, {"start": 173.88, "end": 174.04, "word": " the", "probability": 0.443359375}, {"start": 174.04, "end": 174.32, "word": " noun", "probability": 0.9462890625}, {"start": 174.32, "end": 175.2, "word": " semester.", "probability": 0.9365234375}, {"start": 175.46, "end": 175.84, "word": " Or", "probability": 0.61865234375}, {"start": 175.84, "end": 176.44, "word": " part", "probability": 0.79931640625}, {"start": 176.44, "end": 176.84, "word": "-time.", "probability": 0.89501953125}, {"start": 177.54, "end": 177.82, "word": " So", "probability": 0.57373046875}, {"start": 177.82, "end": 178.12, "word": " part", "probability": 0.65185546875}, {"start": 178.12, "end": 178.42, "word": "-time", "probability": 0.975830078125}, {"start": 178.42, "end": 178.6, "word": " is", "probability": 0.9423828125}, {"start": 178.6, "end": 178.78, "word": " an", "probability": 0.88525390625}, {"start": 178.78, "end": 179.16, "word": " adjective.", "probability": 0.94873046875}, {"start": 179.34, "end": 179.42, "word": " It's", "probability": 0.7109375}, {"start": 179.42, "end": 179.56, "word": " a", "probability": 0.77685546875}, {"start": 179.56, "end": 180.14, "word": " compound", "probability": 0.97119140625}, {"start": 180.14, "end": 181.66, "word": " adjective.", "probability": 0.9345703125}, {"start": 182.16, "end": 182.24, "word": " A", "probability": 0.88134765625}, {"start": 182.24, "end": 182.6, "word": " fourth", "probability": 0.9189453125}, {"start": 182.6, "end": 183.04, "word": " point", "probability": 0.96240234375}, {"start": 183.04, "end": 183.4, "word": " about", "probability": 0.90380859375}, {"start": 183.4, "end": 184.08, "word": " adjectives", "probability": 0.98193359375}, {"start": 184.08, "end": 184.3, "word": " to", "probability": 0.63818359375}, {"start": 184.3, "end": 184.54, "word": " your", "probability": 0.87353515625}, {"start": 184.54, "end": 185.46, "word": " information", "probability": 0.79052734375}, {"start": 185.46, "end": 186.14, "word": " is", "probability": 0.8271484375}, {"start": 186.14, "end": 186.34, "word": " that", "probability": 0.93212890625}, {"start": 186.34, "end": 186.48, "word": " they", "probability": 0.880859375}, {"start": 186.48, "end": 186.7, "word": " are", "probability": 0.90283203125}, {"start": 186.7, "end": 187.22, "word": " always", "probability": 0.77099609375}, {"start": 187.22, "end": 187.66, "word": " singular.", "probability": 0.95849609375}, {"start": 188.16, "end": 188.74, "word": " This", "probability": 0.580078125}, {"start": 188.74, "end": 188.9, "word": " is", "probability": 0.93798828125}, {"start": 188.9, "end": 189.22, "word": " something", "probability": 0.8544921875}, {"start": 189.22, "end": 189.92, "word": " already", "probability": 0.919921875}, {"start": 189.92, "end": 190.2, "word": " known", "probability": 0.7421875}, {"start": 190.2, "end": 190.36, "word": " to", "probability": 0.96533203125}, {"start": 190.36, "end": 190.54, "word": " you.", "probability": 0.96240234375}], "temperature": 1.0}, {"id": 9, "seek": 21730, "start": 191.16, "end": 217.3, "text": " We never add S to adjectives. Unlike Arabic. Arabic adjectives, we can make them plural. Alright? Whereas in English, it is different case. It is, they are never, they are always singular. For example, big feets not big feets. Feet. Or terrible days not terrible days. So it's always singular. Fifth point is nouns can sometimes", "tokens": [492, 1128, 909, 318, 281, 29378, 1539, 13, 17657, 19938, 13, 19938, 29378, 1539, 11, 321, 393, 652, 552, 25377, 13, 2798, 30, 13813, 294, 3669, 11, 309, 307, 819, 1389, 13, 467, 307, 11, 436, 366, 1128, 11, 436, 366, 1009, 20010, 13, 1171, 1365, 11, 955, 579, 1385, 406, 955, 579, 1385, 13, 3697, 302, 13, 1610, 6237, 1708, 406, 6237, 1708, 13, 407, 309, 311, 1009, 20010, 13, 33588, 935, 307, 48184, 393, 2171], "avg_logprob": -0.24939903387656578, "compression_ratio": 1.6127450980392157, "no_speech_prob": 0.0, "words": [{"start": 191.16, "end": 191.62, "word": " We", "probability": 0.63232421875}, {"start": 191.62, "end": 192.0, "word": " never", "probability": 0.9091796875}, {"start": 192.0, "end": 192.38, "word": " add", "probability": 0.88134765625}, {"start": 192.38, "end": 192.92, "word": " S", "probability": 0.6884765625}, {"start": 192.92, "end": 193.52, "word": " to", "probability": 0.9150390625}, {"start": 193.52, "end": 194.52, "word": " adjectives.", "probability": 0.791748046875}, {"start": 194.6, "end": 194.98, "word": " Unlike", "probability": 0.72314453125}, {"start": 194.98, "end": 195.42, "word": " Arabic.", "probability": 0.91162109375}, {"start": 195.54, "end": 195.86, "word": " Arabic", "probability": 0.87646484375}, {"start": 195.86, "end": 196.96, "word": " adjectives,", "probability": 0.968994140625}, {"start": 197.08, "end": 197.2, "word": " we", "probability": 0.9599609375}, {"start": 197.2, "end": 197.48, "word": " can", "probability": 0.9375}, {"start": 197.48, "end": 197.7, "word": " make", "probability": 0.9443359375}, {"start": 197.7, "end": 198.04, "word": " them", "probability": 0.9228515625}, {"start": 198.04, "end": 198.82, "word": " plural.", "probability": 0.96533203125}, {"start": 199.26, "end": 199.32, "word": " Alright?", "probability": 0.4052734375}, {"start": 199.46, "end": 199.74, "word": " Whereas", "probability": 0.80078125}, {"start": 199.74, "end": 199.9, "word": " in", "probability": 0.85595703125}, {"start": 199.9, "end": 200.18, "word": " English,", "probability": 0.978515625}, {"start": 200.34, "end": 200.42, "word": " it", "probability": 0.9462890625}, {"start": 200.42, "end": 200.54, "word": " is", "probability": 0.8857421875}, {"start": 200.54, "end": 200.9, "word": " different", "probability": 0.7529296875}, {"start": 200.9, "end": 201.3, "word": " case.", "probability": 0.67919921875}, {"start": 201.66, "end": 201.76, "word": " It", "probability": 0.79052734375}, {"start": 201.76, "end": 201.94, "word": " is,", "probability": 0.943359375}, {"start": 202.1, "end": 202.22, "word": " they", "probability": 0.8857421875}, {"start": 202.22, "end": 202.4, "word": " are", "probability": 0.935546875}, {"start": 202.4, "end": 202.68, "word": " never,", "probability": 0.8984375}, {"start": 203.26, "end": 203.4, "word": " they", "probability": 0.87060546875}, {"start": 203.4, "end": 203.56, "word": " are", "probability": 0.89599609375}, {"start": 203.56, "end": 203.98, "word": " always", "probability": 0.89013671875}, {"start": 203.98, "end": 204.6, "word": " singular.", "probability": 0.97802734375}, {"start": 204.72, "end": 204.86, "word": " For", "probability": 0.94677734375}, {"start": 204.86, "end": 205.28, "word": " example,", "probability": 0.97412109375}, {"start": 205.46, "end": 205.66, "word": " big", "probability": 0.84375}, {"start": 205.66, "end": 206.02, "word": " feets", "probability": 0.4412841796875}, {"start": 206.02, "end": 206.44, "word": " not", "probability": 0.5224609375}, {"start": 206.44, "end": 207.04, "word": " big", "probability": 0.410400390625}, {"start": 207.04, "end": 207.96, "word": " feets.", "probability": 0.6656494140625}, {"start": 208.38, "end": 208.74, "word": " Feet.", "probability": 0.859375}, {"start": 208.88, "end": 209.12, "word": " Or", "probability": 0.93994140625}, {"start": 209.12, "end": 209.5, "word": " terrible", "probability": 0.93359375}, {"start": 209.5, "end": 209.92, "word": " days", "probability": 0.92236328125}, {"start": 209.92, "end": 210.3, "word": " not", "probability": 0.84130859375}, {"start": 210.3, "end": 210.68, "word": " terrible", "probability": 0.94970703125}, {"start": 210.68, "end": 211.22, "word": " days.", "probability": 0.8203125}, {"start": 211.36, "end": 211.86, "word": " So", "probability": 0.8837890625}, {"start": 211.86, "end": 212.04, "word": " it's", "probability": 0.8515625}, {"start": 212.04, "end": 212.54, "word": " always", "probability": 0.90087890625}, {"start": 212.54, "end": 213.86, "word": " singular.", "probability": 0.96142578125}, {"start": 214.32, "end": 214.74, "word": " Fifth", "probability": 0.4326171875}, {"start": 214.74, "end": 215.16, "word": " point", "probability": 0.96533203125}, {"start": 215.16, "end": 215.4, "word": " is", "probability": 0.93017578125}, {"start": 215.4, "end": 215.88, "word": " nouns", "probability": 0.87451171875}, {"start": 215.88, "end": 216.44, "word": " can", "probability": 0.94970703125}, {"start": 216.44, "end": 217.3, "word": " sometimes", "probability": 0.94384765625}], "temperature": 1.0}, {"id": 10, "seek": 23339, "start": 218.97, "end": 233.39, "text": " be adjectives or they can function as adjectives for example a shoe store, shoe is a noun but here it is functioning as an adjective but the form and function we have a form noun but the function is as", "tokens": [312, 29378, 1539, 420, 436, 393, 2445, 382, 29378, 1539, 337, 1365, 257, 12796, 3531, 11, 12796, 307, 257, 23307, 457, 510, 309, 307, 18483, 382, 364, 44129, 457, 264, 1254, 293, 2445, 321, 362, 257, 1254, 23307, 457, 264, 2445, 307, 382], "avg_logprob": -0.2684659206054427, "compression_ratio": 1.7264957264957266, "no_speech_prob": 1.7881393432617188e-07, "words": [{"start": 218.97, "end": 219.53, "word": " be", "probability": 0.07611083984375}, {"start": 219.53, "end": 220.09, "word": " adjectives", "probability": 0.97119140625}, {"start": 220.09, "end": 220.27, "word": " or", "probability": 0.79931640625}, {"start": 220.27, "end": 220.49, "word": " they", "probability": 0.890625}, {"start": 220.49, "end": 220.81, "word": " can", "probability": 0.935546875}, {"start": 220.81, "end": 221.33, "word": " function", "probability": 0.95703125}, {"start": 221.33, "end": 221.93, "word": " as", "probability": 0.966796875}, {"start": 221.93, "end": 223.01, "word": " adjectives", "probability": 0.881591796875}, {"start": 223.01, "end": 223.17, "word": " for", "probability": 0.4345703125}, {"start": 223.17, "end": 223.61, "word": " example", "probability": 0.96044921875}, {"start": 223.61, "end": 223.99, "word": " a", "probability": 0.74755859375}, {"start": 223.99, "end": 224.27, "word": " shoe", "probability": 0.89892578125}, {"start": 224.27, "end": 224.89, "word": " store,", "probability": 0.90380859375}, {"start": 225.41, "end": 225.63, "word": " shoe", "probability": 0.80810546875}, {"start": 225.63, "end": 225.83, "word": " is", "probability": 0.953125}, {"start": 225.83, "end": 225.95, "word": " a", "probability": 0.8173828125}, {"start": 225.95, "end": 226.19, "word": " noun", "probability": 0.97216796875}, {"start": 226.19, "end": 226.53, "word": " but", "probability": 0.8623046875}, {"start": 226.53, "end": 226.79, "word": " here", "probability": 0.8232421875}, {"start": 226.79, "end": 226.97, "word": " it", "probability": 0.9306640625}, {"start": 226.97, "end": 227.13, "word": " is", "probability": 0.81005859375}, {"start": 227.13, "end": 227.71, "word": " functioning", "probability": 0.90087890625}, {"start": 227.71, "end": 228.43, "word": " as", "probability": 0.96533203125}, {"start": 228.43, "end": 228.79, "word": " an", "probability": 0.36376953125}, {"start": 228.79, "end": 229.35, "word": " adjective", "probability": 0.89990234375}, {"start": 229.35, "end": 229.59, "word": " but", "probability": 0.41357421875}, {"start": 229.59, "end": 229.79, "word": " the", "probability": 0.7470703125}, {"start": 229.79, "end": 230.15, "word": " form", "probability": 0.919921875}, {"start": 230.15, "end": 230.43, "word": " and", "probability": 0.95361328125}, {"start": 230.43, "end": 230.87, "word": " function", "probability": 0.951171875}, {"start": 230.87, "end": 231.13, "word": " we", "probability": 0.5654296875}, {"start": 231.13, "end": 231.31, "word": " have", "probability": 0.9541015625}, {"start": 231.31, "end": 231.43, "word": " a", "probability": 0.9443359375}, {"start": 231.43, "end": 231.69, "word": " form", "probability": 0.8330078125}, {"start": 231.69, "end": 231.97, "word": " noun", "probability": 0.4306640625}, {"start": 231.97, "end": 232.23, "word": " but", "probability": 0.90625}, {"start": 232.23, "end": 232.37, "word": " the", "probability": 0.896484375}, {"start": 232.37, "end": 232.67, "word": " function", "probability": 0.97216796875}, {"start": 232.67, "end": 232.97, "word": " is", "probability": 0.95166015625}, {"start": 232.97, "end": 233.39, "word": " as", "probability": 0.9775390625}], "temperature": 1.0}, {"id": 11, "seek": 25838, "start": 234.0, "end": 258.38, "text": " an adjective or tennis ball okay tennis balls tennis is a noun but it is functioning as an adjective or a stone house stone is a noun but it is functioning as an adjective and finally number six sometimes the verbs added to it ing or ad can also function as adjective for example cooking class", "tokens": [364, 44129, 420, 18118, 2594, 1392, 18118, 9803, 18118, 307, 257, 23307, 457, 309, 307, 18483, 382, 364, 44129, 420, 257, 7581, 1782, 7581, 307, 257, 23307, 457, 309, 307, 18483, 382, 364, 44129, 293, 2721, 1230, 2309, 2171, 264, 30051, 3869, 281, 309, 3957, 420, 614, 393, 611, 2445, 382, 44129, 337, 1365, 6361, 1508], "avg_logprob": -0.18928180451978716, "compression_ratio": 1.9731543624161074, "no_speech_prob": 0.0, "words": [{"start": 234.0, "end": 234.38, "word": " an", "probability": 0.09686279296875}, {"start": 234.38, "end": 234.82, "word": " adjective", "probability": 0.96923828125}, {"start": 234.82, "end": 235.24, "word": " or", "probability": 0.73193359375}, {"start": 235.24, "end": 235.76, "word": " tennis", "probability": 0.73779296875}, {"start": 235.76, "end": 236.44, "word": " ball", "probability": 0.86328125}, {"start": 236.44, "end": 237.16, "word": " okay", "probability": 0.517578125}, {"start": 237.16, "end": 237.54, "word": " tennis", "probability": 0.69580078125}, {"start": 237.54, "end": 238.0, "word": " balls", "probability": 0.7265625}, {"start": 238.0, "end": 238.46, "word": " tennis", "probability": 0.7119140625}, {"start": 238.46, "end": 238.68, "word": " is", "probability": 0.9501953125}, {"start": 238.68, "end": 238.8, "word": " a", "probability": 0.9560546875}, {"start": 238.8, "end": 238.98, "word": " noun", "probability": 0.98583984375}, {"start": 238.98, "end": 239.18, "word": " but", "probability": 0.91552734375}, {"start": 239.18, "end": 239.3, "word": " it", "probability": 0.9560546875}, {"start": 239.3, "end": 239.5, "word": " is", "probability": 0.92529296875}, {"start": 239.5, "end": 239.92, "word": " functioning", "probability": 0.8955078125}, {"start": 239.92, "end": 240.32, "word": " as", "probability": 0.96826171875}, {"start": 240.32, "end": 240.72, "word": " an", "probability": 0.63134765625}, {"start": 240.72, "end": 241.36, "word": " adjective", "probability": 0.95263671875}, {"start": 241.36, "end": 241.68, "word": " or", "probability": 0.81494140625}, {"start": 241.68, "end": 241.88, "word": " a", "probability": 0.953125}, {"start": 241.88, "end": 242.2, "word": " stone", "probability": 0.939453125}, {"start": 242.2, "end": 242.68, "word": " house", "probability": 0.81884765625}, {"start": 242.68, "end": 243.12, "word": " stone", "probability": 0.85693359375}, {"start": 243.12, "end": 243.28, "word": " is", "probability": 0.94775390625}, {"start": 243.28, "end": 243.38, "word": " a", "probability": 0.97607421875}, {"start": 243.38, "end": 243.62, "word": " noun", "probability": 0.97607421875}, {"start": 243.62, "end": 244.12, "word": " but", "probability": 0.8994140625}, {"start": 244.12, "end": 244.32, "word": " it", "probability": 0.9443359375}, {"start": 244.32, "end": 244.46, "word": " is", "probability": 0.9248046875}, {"start": 244.46, "end": 244.86, "word": " functioning", "probability": 0.9189453125}, {"start": 244.86, "end": 245.36, "word": " as", "probability": 0.966796875}, {"start": 245.36, "end": 245.82, "word": " an", "probability": 0.92041015625}, {"start": 245.82, "end": 246.2, "word": " adjective", "probability": 0.9619140625}, {"start": 246.2, "end": 246.64, "word": " and", "probability": 0.8701171875}, {"start": 246.64, "end": 247.28, "word": " finally", "probability": 0.89794921875}, {"start": 247.28, "end": 247.9, "word": " number", "probability": 0.9482421875}, {"start": 247.9, "end": 248.36, "word": " six", "probability": 0.94287109375}, {"start": 248.36, "end": 249.2, "word": " sometimes", "probability": 0.9189453125}, {"start": 249.2, "end": 249.68, "word": " the", "probability": 0.92529296875}, {"start": 249.68, "end": 250.36, "word": " verbs", "probability": 0.9404296875}, {"start": 250.36, "end": 250.78, "word": " added", "probability": 0.9072265625}, {"start": 250.78, "end": 250.98, "word": " to", "probability": 0.974609375}, {"start": 250.98, "end": 251.2, "word": " it", "probability": 0.9150390625}, {"start": 251.2, "end": 251.74, "word": " ing", "probability": 0.85986328125}, {"start": 251.74, "end": 252.36, "word": " or", "probability": 0.93408203125}, {"start": 252.36, "end": 252.68, "word": " ad", "probability": 0.7783203125}, {"start": 252.68, "end": 253.48, "word": " can", "probability": 0.9609375}, {"start": 253.48, "end": 253.86, "word": " also", "probability": 0.87451171875}, {"start": 253.86, "end": 254.42, "word": " function", "probability": 0.9560546875}, {"start": 254.42, "end": 254.98, "word": " as", "probability": 0.9638671875}, {"start": 254.98, "end": 256.02, "word": " adjective", "probability": 0.353759765625}, {"start": 256.02, "end": 256.32, "word": " for", "probability": 0.892578125}, {"start": 256.32, "end": 256.8, "word": " example", "probability": 0.970703125}, {"start": 256.8, "end": 257.42, "word": " cooking", "probability": 0.93408203125}, {"start": 257.42, "end": 258.38, "word": " class", "probability": 0.60107421875}], "temperature": 1.0}, {"id": 12, "seek": 26691, "start": 259.89, "end": 266.91, "text": "Sleeping baby. There is a sleeping baby. Or interesting class for instance.", "tokens": [50, 7927, 278, 3186, 13, 821, 307, 257, 8296, 3186, 13, 1610, 1880, 1508, 337, 5197, 13], "avg_logprob": -0.4496527844005161, "compression_ratio": 1.1538461538461537, "no_speech_prob": 1.8477439880371094e-06, "words": [{"start": 259.89, "end": 260.69, "word": "Sleeping", "probability": 0.6904703776041666}, {"start": 260.69, "end": 261.47, "word": " baby.", "probability": 0.76953125}, {"start": 262.75, "end": 262.75, "word": " There", "probability": 0.36083984375}, {"start": 262.75, "end": 263.45, "word": " is", "probability": 0.6162109375}, {"start": 263.45, "end": 263.59, "word": " a", "probability": 0.8564453125}, {"start": 263.59, "end": 263.97, "word": " sleeping", "probability": 0.9248046875}, {"start": 263.97, "end": 264.37, "word": " baby.", "probability": 0.94189453125}, {"start": 264.73, "end": 264.83, "word": " Or", "probability": 0.80615234375}, {"start": 264.83, "end": 265.53, "word": " interesting", "probability": 0.66064453125}, {"start": 265.53, "end": 266.31, "word": " class", "probability": 0.85986328125}, {"start": 266.31, "end": 266.51, "word": " for", "probability": 0.5615234375}, {"start": 266.51, "end": 266.91, "word": " instance.", "probability": 0.94921875}], "temperature": 1.0}, {"id": 13, "seek": 29161, "start": 272.81, "end": 291.61, "text": " So these are ed forms or ing forms which function as adjectives. This is clear? Yes. Alright, let's do the first activity and try to read very quickly these sentences and decide where are the adjectives in each sentence in these. For instance,", "tokens": [407, 613, 366, 1257, 6422, 420, 3957, 6422, 597, 2445, 382, 29378, 1539, 13, 639, 307, 1850, 30, 1079, 13, 2798, 11, 718, 311, 360, 264, 700, 5191, 293, 853, 281, 1401, 588, 2661, 613, 16579, 293, 4536, 689, 366, 264, 29378, 1539, 294, 1184, 8174, 294, 613, 13, 1171, 5197, 11], "avg_logprob": -0.22272994720710898, "compression_ratio": 1.5061728395061729, "no_speech_prob": 2.980232238769531e-07, "words": [{"start": 272.81, "end": 273.49, "word": " So", "probability": 0.1954345703125}, {"start": 273.49, "end": 274.17, "word": " these", "probability": 0.69140625}, {"start": 274.17, "end": 274.43, "word": " are", "probability": 0.93212890625}, {"start": 274.43, "end": 274.69, "word": " ed", "probability": 0.29833984375}, {"start": 274.69, "end": 275.23, "word": " forms", "probability": 0.9033203125}, {"start": 275.23, "end": 275.73, "word": " or", "probability": 0.8232421875}, {"start": 275.73, "end": 276.09, "word": " ing", "probability": 0.8271484375}, {"start": 276.09, "end": 276.51, "word": " forms", "probability": 0.8515625}, {"start": 276.51, "end": 276.77, "word": " which", "probability": 0.861328125}, {"start": 276.77, "end": 277.39, "word": " function", "probability": 0.84033203125}, {"start": 277.39, "end": 278.05, "word": " as", "probability": 0.95068359375}, {"start": 278.05, "end": 279.13, "word": " adjectives.", "probability": 0.952880859375}, {"start": 279.19, "end": 279.31, "word": " This", "probability": 0.50927734375}, {"start": 279.31, "end": 279.43, "word": " is", "probability": 0.93408203125}, {"start": 279.43, "end": 279.77, "word": " clear?", "probability": 0.89306640625}, {"start": 279.97, "end": 280.17, "word": " Yes.", "probability": 0.64208984375}, {"start": 280.31, "end": 280.51, "word": " Alright,", "probability": 0.6259765625}, {"start": 280.63, "end": 280.73, "word": " let's", "probability": 0.9541015625}, {"start": 280.73, "end": 280.89, "word": " do", "probability": 0.94873046875}, {"start": 280.89, "end": 281.05, "word": " the", "probability": 0.91552734375}, {"start": 281.05, "end": 281.37, "word": " first", "probability": 0.89013671875}, {"start": 281.37, "end": 281.89, "word": " activity", "probability": 0.927734375}, {"start": 281.89, "end": 282.87, "word": " and", "probability": 0.73876953125}, {"start": 282.87, "end": 283.47, "word": " try", "probability": 0.90380859375}, {"start": 283.47, "end": 283.79, "word": " to", "probability": 0.96630859375}, {"start": 283.79, "end": 283.99, "word": " read", "probability": 0.96630859375}, {"start": 283.99, "end": 284.21, "word": " very", "probability": 0.78125}, {"start": 284.21, "end": 284.49, "word": " quickly", "probability": 0.939453125}, {"start": 284.49, "end": 284.77, "word": " these", "probability": 0.83984375}, {"start": 284.77, "end": 285.23, "word": " sentences", "probability": 0.9384765625}, {"start": 285.23, "end": 285.73, "word": " and", "probability": 0.90087890625}, {"start": 285.73, "end": 286.31, "word": " decide", "probability": 0.95556640625}, {"start": 286.31, "end": 286.89, "word": " where", "probability": 0.66357421875}, {"start": 286.89, "end": 287.09, "word": " are", "probability": 0.9345703125}, {"start": 287.09, "end": 287.23, "word": " the", "probability": 0.8984375}, {"start": 287.23, "end": 287.83, "word": " adjectives", "probability": 0.97021484375}, {"start": 287.83, "end": 288.21, "word": " in", "probability": 0.919921875}, {"start": 288.21, "end": 289.25, "word": " each", "probability": 0.94775390625}, {"start": 289.25, "end": 289.83, "word": " sentence", "probability": 0.94580078125}, {"start": 289.83, "end": 290.19, "word": " in", "probability": 0.86767578125}, {"start": 290.19, "end": 290.93, "word": " these.", "probability": 0.80029296875}, {"start": 291.09, "end": 291.27, "word": " For", "probability": 0.9482421875}, {"start": 291.27, "end": 291.61, "word": " instance,", "probability": 0.93701171875}], "temperature": 1.0}, {"id": 14, "seek": 31114, "start": 292.64, "end": 311.14, "text": "I take care of my expensive wood bicycle, so we have expensive and wood as adjectives, right? I am fond of my house plants, house is a and I am functioning as an adjective, so it is an adjective, okay?", "tokens": [40, 747, 1127, 295, 452, 5124, 4576, 20888, 11, 370, 321, 362, 5124, 293, 4576, 382, 29378, 1539, 11, 558, 30, 286, 669, 9557, 295, 452, 1782, 5972, 11, 1782, 307, 257, 293, 286, 669, 18483, 382, 364, 44129, 11, 370, 309, 307, 364, 44129, 11, 1392, 30], "avg_logprob": -0.2531887657788335, "compression_ratio": 1.5826771653543308, "no_speech_prob": 0.0, "words": [{"start": 292.64, "end": 292.92, "word": "I", "probability": 0.869140625}, {"start": 292.92, "end": 293.26, "word": " take", "probability": 0.8994140625}, {"start": 293.26, "end": 293.52, "word": " care", "probability": 0.9326171875}, {"start": 293.52, "end": 293.66, "word": " of", "probability": 0.96923828125}, {"start": 293.66, "end": 293.84, "word": " my", "probability": 0.96630859375}, {"start": 293.84, "end": 294.44, "word": " expensive", "probability": 0.91259765625}, {"start": 294.44, "end": 294.82, "word": " wood", "probability": 0.51416015625}, {"start": 294.82, "end": 296.14, "word": " bicycle,", "probability": 0.66357421875}, {"start": 296.46, "end": 296.62, "word": " so", "probability": 0.72705078125}, {"start": 296.62, "end": 296.8, "word": " we", "probability": 0.921875}, {"start": 296.8, "end": 297.26, "word": " have", "probability": 0.94677734375}, {"start": 297.26, "end": 297.96, "word": " expensive", "probability": 0.8671875}, {"start": 297.96, "end": 298.84, "word": " and", "probability": 0.25830078125}, {"start": 298.84, "end": 299.2, "word": " wood", "probability": 0.64453125}, {"start": 299.2, "end": 300.16, "word": " as", "probability": 0.9248046875}, {"start": 300.16, "end": 301.34, "word": " adjectives,", "probability": 0.967529296875}, {"start": 301.4, "end": 301.76, "word": " right?", "probability": 0.8505859375}, {"start": 302.72, "end": 302.86, "word": " I", "probability": 0.87109375}, {"start": 302.86, "end": 303.04, "word": " am", "probability": 0.83447265625}, {"start": 303.04, "end": 303.32, "word": " fond", "probability": 0.880859375}, {"start": 303.32, "end": 303.5, "word": " of", "probability": 0.9755859375}, {"start": 303.5, "end": 303.76, "word": " my", "probability": 0.96630859375}, {"start": 303.76, "end": 304.1, "word": " house", "probability": 0.9267578125}, {"start": 304.1, "end": 304.68, "word": " plants,", "probability": 0.68408203125}, {"start": 305.7, "end": 306.18, "word": " house", "probability": 0.9013671875}, {"start": 306.18, "end": 306.84, "word": " is", "probability": 0.92822265625}, {"start": 306.84, "end": 307.14, "word": " a", "probability": 0.7568359375}, {"start": 307.14, "end": 307.6, "word": " and", "probability": 0.379150390625}, {"start": 307.6, "end": 307.72, "word": " I", "probability": 0.853515625}, {"start": 307.72, "end": 307.88, "word": " am", "probability": 0.73779296875}, {"start": 307.88, "end": 308.28, "word": " functioning", "probability": 0.90625}, {"start": 308.28, "end": 308.68, "word": " as", "probability": 0.96142578125}, {"start": 308.68, "end": 308.96, "word": " an", "probability": 0.91015625}, {"start": 308.96, "end": 309.28, "word": " adjective,", "probability": 0.91552734375}, {"start": 309.42, "end": 309.54, "word": " so", "probability": 0.9267578125}, {"start": 309.54, "end": 309.66, "word": " it", "probability": 0.9501953125}, {"start": 309.66, "end": 309.82, "word": " is", "probability": 0.8779296875}, {"start": 309.82, "end": 310.1, "word": " an", "probability": 0.93212890625}, {"start": 310.1, "end": 310.62, "word": " adjective,", "probability": 0.94775390625}, {"start": 310.86, "end": 311.14, "word": " okay?", "probability": 0.59716796875}], "temperature": 1.0}, {"id": 15, "seek": 33696, "start": 312.02, "end": 336.96, "text": " It has broad green leaves and delicate white flowers. Broad green leaves and delicate white flowers. I bought a straw hat at a music festival. Straw hat. Now it functions as a music festival.", "tokens": [467, 575, 4152, 3092, 5510, 293, 21417, 2418, 8085, 13, 14074, 3092, 5510, 293, 21417, 2418, 8085, 13, 286, 4243, 257, 10099, 2385, 412, 257, 1318, 12091, 13, 35104, 2385, 13, 823, 309, 6828, 382, 257, 1318, 12091, 13], "avg_logprob": -0.2882812455296516, "compression_ratio": 1.6842105263157894, "no_speech_prob": 1.7881393432617188e-07, "words": [{"start": 312.02, "end": 312.32, "word": " It", "probability": 0.5947265625}, {"start": 312.32, "end": 312.84, "word": " has", "probability": 0.94384765625}, {"start": 312.84, "end": 313.54, "word": " broad", "probability": 0.748046875}, {"start": 313.54, "end": 313.96, "word": " green", "probability": 0.88232421875}, {"start": 313.96, "end": 314.4, "word": " leaves", "probability": 0.884765625}, {"start": 314.4, "end": 314.76, "word": " and", "probability": 0.90234375}, {"start": 314.76, "end": 315.16, "word": " delicate", "probability": 0.9267578125}, {"start": 315.16, "end": 315.7, "word": " white", "probability": 0.91748046875}, {"start": 315.7, "end": 316.56, "word": " flowers.", "probability": 0.912109375}, {"start": 317.18, "end": 317.72, "word": " Broad", "probability": 0.6142578125}, {"start": 317.72, "end": 319.46, "word": " green", "probability": 0.61328125}, {"start": 319.46, "end": 320.1, "word": " leaves", "probability": 0.3720703125}, {"start": 320.1, "end": 320.36, "word": " and", "probability": 0.74951171875}, {"start": 320.36, "end": 321.2, "word": " delicate", "probability": 0.85205078125}, {"start": 321.2, "end": 322.04, "word": " white", "probability": 0.8935546875}, {"start": 322.04, "end": 324.18, "word": " flowers.", "probability": 0.91943359375}, {"start": 324.74, "end": 324.76, "word": " I", "probability": 0.446533203125}, {"start": 324.76, "end": 326.52, "word": " bought", "probability": 0.74560546875}, {"start": 326.52, "end": 326.84, "word": " a", "probability": 0.98779296875}, {"start": 326.84, "end": 327.1, "word": " straw", "probability": 0.89794921875}, {"start": 327.1, "end": 327.7, "word": " hat", "probability": 0.75341796875}, {"start": 327.7, "end": 329.34, "word": " at", "probability": 0.93359375}, {"start": 329.34, "end": 329.54, "word": " a", "probability": 0.96875}, {"start": 329.54, "end": 329.82, "word": " music", "probability": 0.9150390625}, {"start": 329.82, "end": 330.44, "word": " festival.", "probability": 0.91162109375}, {"start": 331.2, "end": 331.74, "word": " Straw", "probability": 0.5673828125}, {"start": 331.74, "end": 332.54, "word": " hat.", "probability": 0.76611328125}, {"start": 332.54, "end": 332.9, "word": " Now", "probability": 0.491943359375}, {"start": 332.9, "end": 333.08, "word": " it", "probability": 0.70361328125}, {"start": 333.08, "end": 333.44, "word": " functions", "probability": 0.54443359375}, {"start": 333.44, "end": 333.98, "word": " as", "probability": 0.95654296875}, {"start": 333.98, "end": 334.28, "word": " a", "probability": 0.359130859375}, {"start": 334.28, "end": 335.96, "word": " music", "probability": 0.615234375}, {"start": 335.96, "end": 336.96, "word": " festival.", "probability": 0.8837890625}], "temperature": 1.0}, {"id": 16, "seek": 35872, "start": 340.46, "end": 358.72, "text": " Expensive but I liked it because it was practical and attractive. Practical and attractive. Notice the adjective comes after the linking verb. Very nice. I got my mug at a small tourist shop at the airport. Small tourist shop.", "tokens": [21391, 2953, 457, 286, 4501, 309, 570, 309, 390, 8496, 293, 12609, 13, 2114, 578, 804, 293, 12609, 13, 13428, 264, 44129, 1487, 934, 264, 25775, 9595, 13, 4372, 1481, 13, 286, 658, 452, 23610, 412, 257, 1359, 19806, 3945, 412, 264, 10155, 13, 15287, 19806, 3945, 13], "avg_logprob": -0.2940051117721869, "compression_ratio": 1.5547945205479452, "no_speech_prob": 1.6093254089355469e-06, "words": [{"start": 340.46, "end": 341.06, "word": " Expensive", "probability": 0.6778564453125}, {"start": 341.06, "end": 341.24, "word": " but", "probability": 0.64990234375}, {"start": 341.24, "end": 341.32, "word": " I", "probability": 0.94140625}, {"start": 341.32, "end": 341.56, "word": " liked", "probability": 0.83740234375}, {"start": 341.56, "end": 341.7, "word": " it", "probability": 0.94921875}, {"start": 341.7, "end": 342.06, "word": " because", "probability": 0.89453125}, {"start": 342.06, "end": 342.24, "word": " it", "probability": 0.955078125}, {"start": 342.24, "end": 342.48, "word": " was", "probability": 0.92236328125}, {"start": 342.48, "end": 342.96, "word": " practical", "probability": 0.93603515625}, {"start": 342.96, "end": 343.18, "word": " and", "probability": 0.94091796875}, {"start": 343.18, "end": 343.64, "word": " attractive.", "probability": 0.8828125}, {"start": 346.98, "end": 347.58, "word": " Practical", "probability": 0.6771240234375}, {"start": 347.58, "end": 347.84, "word": " and", "probability": 0.85546875}, {"start": 347.84, "end": 348.42, "word": " attractive.", "probability": 0.66748046875}, {"start": 348.68, "end": 349.02, "word": " Notice", "probability": 0.39306640625}, {"start": 349.02, "end": 349.36, "word": " the", "probability": 0.75537109375}, {"start": 349.36, "end": 350.4, "word": " adjective", "probability": 0.6767578125}, {"start": 350.4, "end": 350.86, "word": " comes", "probability": 0.82861328125}, {"start": 350.86, "end": 351.26, "word": " after", "probability": 0.8271484375}, {"start": 351.26, "end": 351.46, "word": " the", "probability": 0.86376953125}, {"start": 351.46, "end": 351.82, "word": " linking", "probability": 0.95556640625}, {"start": 351.82, "end": 352.14, "word": " verb.", "probability": 0.77783203125}, {"start": 352.74, "end": 353.08, "word": " Very", "probability": 0.280029296875}, {"start": 353.08, "end": 353.98, "word": " nice.", "probability": 0.8798828125}, {"start": 354.3, "end": 354.46, "word": " I", "probability": 0.9375}, {"start": 354.46, "end": 354.76, "word": " got", "probability": 0.39990234375}, {"start": 354.76, "end": 355.04, "word": " my", "probability": 0.97314453125}, {"start": 355.04, "end": 355.28, "word": " mug", "probability": 0.90478515625}, {"start": 355.28, "end": 355.48, "word": " at", "probability": 0.93701171875}, {"start": 355.48, "end": 355.68, "word": " a", "probability": 0.908203125}, {"start": 355.68, "end": 355.98, "word": " small", "probability": 0.91650390625}, {"start": 355.98, "end": 356.38, "word": " tourist", "probability": 0.87548828125}, {"start": 356.38, "end": 356.8, "word": " shop", "probability": 0.94677734375}, {"start": 356.8, "end": 357.04, "word": " at", "probability": 0.91845703125}, {"start": 357.04, "end": 357.18, "word": " the", "probability": 0.91748046875}, {"start": 357.18, "end": 357.6, "word": " airport.", "probability": 0.94482421875}, {"start": 358.32, "end": 358.36, "word": " Small", "probability": 0.56982421875}, {"start": 358.36, "end": 358.56, "word": " tourist", "probability": 0.55615234375}, {"start": 358.56, "end": 358.72, "word": " shop.", "probability": 0.8408203125}], "temperature": 1.0}, {"id": 17, "seek": 39075, "start": 363.31, "end": 390.75, "text": " Okay? I took a three day, sorry, a three week holiday last year. The holiday and also is an adjective to the week. Okay? And my, my friend bought a used car. Used is an in default functioning as an adjective. Okay? All right. So the next activity is in your book, actually in your textbook on page 106.", "tokens": [1033, 30, 286, 1890, 257, 1045, 786, 11, 2597, 11, 257, 1045, 1243, 9960, 1036, 1064, 13, 440, 9960, 293, 611, 307, 364, 44129, 281, 264, 1243, 13, 1033, 30, 400, 452, 11, 452, 1277, 4243, 257, 1143, 1032, 13, 43237, 307, 364, 294, 7576, 18483, 382, 364, 44129, 13, 1033, 30, 1057, 558, 13, 407, 264, 958, 5191, 307, 294, 428, 1446, 11, 767, 294, 428, 25591, 322, 3028, 1266, 21, 13], "avg_logprob": -0.3426942430637978, "compression_ratio": 1.6117021276595744, "no_speech_prob": 4.76837158203125e-07, "words": [{"start": 363.31, "end": 363.93, "word": " Okay?", "probability": 0.11627197265625}, {"start": 364.67, "end": 364.87, "word": " I", "probability": 0.9111328125}, {"start": 364.87, "end": 365.19, "word": " took", "probability": 0.93310546875}, {"start": 365.19, "end": 365.43, "word": " a", "probability": 0.9375}, {"start": 365.43, "end": 365.63, "word": " three", "probability": 0.87353515625}, {"start": 365.63, "end": 365.97, "word": " day,", "probability": 0.41650390625}, {"start": 366.15, "end": 366.25, "word": " sorry,", "probability": 0.85546875}, {"start": 366.33, "end": 366.43, "word": " a", "probability": 0.92431640625}, {"start": 366.43, "end": 366.59, "word": " three", "probability": 0.931640625}, {"start": 366.59, "end": 366.89, "word": " week", "probability": 0.77587890625}, {"start": 366.89, "end": 367.33, "word": " holiday", "probability": 0.916015625}, {"start": 367.33, "end": 367.97, "word": " last", "probability": 0.82958984375}, {"start": 367.97, "end": 368.31, "word": " year.", "probability": 0.94091796875}, {"start": 369.11, "end": 369.73, "word": " The", "probability": 0.33056640625}, {"start": 369.73, "end": 370.27, "word": " holiday", "probability": 0.271728515625}, {"start": 370.27, "end": 372.11, "word": " and", "probability": 0.5791015625}, {"start": 372.11, "end": 372.61, "word": " also", "probability": 0.78564453125}, {"start": 372.61, "end": 374.01, "word": " is", "probability": 0.1197509765625}, {"start": 374.01, "end": 374.21, "word": " an", "probability": 0.904296875}, {"start": 374.21, "end": 374.59, "word": " adjective", "probability": 0.94677734375}, {"start": 374.59, "end": 374.87, "word": " to", "probability": 0.86083984375}, {"start": 374.87, "end": 375.01, "word": " the", "probability": 0.91015625}, {"start": 375.01, "end": 375.27, "word": " week.", "probability": 0.95458984375}, {"start": 375.57, "end": 375.93, "word": " Okay?", "probability": 0.81103515625}, {"start": 376.27, "end": 376.73, "word": " And", "probability": 0.91748046875}, {"start": 376.73, "end": 377.05, "word": " my,", "probability": 0.96484375}, {"start": 377.23, "end": 377.51, "word": " my", "probability": 0.978515625}, {"start": 377.51, "end": 377.83, "word": " friend", "probability": 0.79638671875}, {"start": 377.83, "end": 378.17, "word": " bought", "probability": 0.681640625}, {"start": 378.17, "end": 378.35, "word": " a", "probability": 0.9375}, {"start": 378.35, "end": 378.69, "word": " used", "probability": 0.951171875}, {"start": 378.69, "end": 379.15, "word": " car.", "probability": 0.8798828125}, {"start": 379.49, "end": 380.11, "word": " Used", "probability": 0.429931640625}, {"start": 380.11, "end": 380.53, "word": " is", "probability": 0.857421875}, {"start": 380.53, "end": 381.01, "word": " an", "probability": 0.6845703125}, {"start": 381.01, "end": 381.25, "word": " in", "probability": 0.07177734375}, {"start": 381.25, "end": 381.53, "word": " default", "probability": 0.880859375}, {"start": 381.53, "end": 382.23, "word": " functioning", "probability": 0.8193359375}, {"start": 382.23, "end": 382.65, "word": " as", "probability": 0.94677734375}, {"start": 382.65, "end": 383.15, "word": " an", "probability": 0.80615234375}, {"start": 383.15, "end": 383.47, "word": " adjective.", "probability": 0.96435546875}, {"start": 383.79, "end": 384.03, "word": " Okay?", "probability": 0.845703125}, {"start": 384.55, "end": 384.73, "word": " All", "probability": 0.67626953125}, {"start": 384.73, "end": 384.91, "word": " right.", "probability": 0.91015625}, {"start": 384.93, "end": 385.07, "word": " So", "probability": 0.95556640625}, {"start": 385.07, "end": 385.27, "word": " the", "probability": 0.80419921875}, {"start": 385.27, "end": 385.49, "word": " next", "probability": 0.94384765625}, {"start": 385.49, "end": 386.01, "word": " activity", "probability": 0.95458984375}, {"start": 386.01, "end": 386.59, "word": " is", "probability": 0.873046875}, {"start": 386.59, "end": 386.75, "word": " in", "probability": 0.62158203125}, {"start": 386.75, "end": 386.93, "word": " your", "probability": 0.87158203125}, {"start": 386.93, "end": 387.23, "word": " book,", "probability": 0.9501953125}, {"start": 387.31, "end": 387.61, "word": " actually", "probability": 0.8671875}, {"start": 387.61, "end": 387.79, "word": " in", "probability": 0.71826171875}, {"start": 387.79, "end": 387.93, "word": " your", "probability": 0.88623046875}, {"start": 387.93, "end": 388.29, "word": " textbook", "probability": 0.95654296875}, {"start": 388.29, "end": 388.69, "word": " on", "probability": 0.80517578125}, {"start": 388.69, "end": 389.11, "word": " page", "probability": 0.88720703125}, {"start": 389.11, "end": 390.75, "word": " 106.", "probability": 0.868896484375}], "temperature": 1.0}, {"id": 18, "seek": 40283, "start": 392.09, "end": 402.83, "text": " Please very quickly read the paragraph, my first card, and try to identify or underline the adjectives in this paragraph. Very quickly please.", "tokens": [2555, 588, 2661, 1401, 264, 18865, 11, 452, 700, 2920, 11, 293, 853, 281, 5876, 420, 833, 1889, 264, 29378, 1539, 294, 341, 18865, 13, 4372, 2661, 1767, 13], "avg_logprob": -0.2149739568432172, "compression_ratio": 1.3240740740740742, "no_speech_prob": 5.960464477539063e-08, "words": [{"start": 392.09, "end": 392.47, "word": " Please", "probability": 0.7685546875}, {"start": 392.47, "end": 392.75, "word": " very", "probability": 0.490478515625}, {"start": 392.75, "end": 392.97, "word": " quickly", "probability": 0.93798828125}, {"start": 392.97, "end": 393.35, "word": " read", "probability": 0.92724609375}, {"start": 393.35, "end": 393.53, "word": " the", "probability": 0.87451171875}, {"start": 393.53, "end": 394.03, "word": " paragraph,", "probability": 0.92822265625}, {"start": 394.39, "end": 394.57, "word": " my", "probability": 0.9375}, {"start": 394.57, "end": 394.95, "word": " first", "probability": 0.89501953125}, {"start": 394.95, "end": 395.39, "word": " card,", "probability": 0.302490234375}, {"start": 396.11, "end": 396.51, "word": " and", "probability": 0.94091796875}, {"start": 396.51, "end": 397.23, "word": " try", "probability": 0.94873046875}, {"start": 397.23, "end": 397.63, "word": " to", "probability": 0.9775390625}, {"start": 397.63, "end": 398.65, "word": " identify", "probability": 0.9462890625}, {"start": 398.65, "end": 398.99, "word": " or", "probability": 0.85693359375}, {"start": 398.99, "end": 399.67, "word": " underline", "probability": 0.978271484375}, {"start": 399.67, "end": 399.87, "word": " the", "probability": 0.81884765625}, {"start": 399.87, "end": 400.67, "word": " adjectives", "probability": 0.946533203125}, {"start": 400.67, "end": 401.27, "word": " in", "probability": 0.94091796875}, {"start": 401.27, "end": 401.49, "word": " this", "probability": 0.943359375}, {"start": 401.49, "end": 401.89, "word": " paragraph.", "probability": 0.95849609375}, {"start": 401.99, "end": 402.15, "word": " Very", "probability": 0.80126953125}, {"start": 402.15, "end": 402.45, "word": " quickly", "probability": 0.9111328125}, {"start": 402.45, "end": 402.83, "word": " please.", "probability": 0.62451171875}], "temperature": 1.0}, {"id": 19, "seek": 43154, "start": 430.5, "end": 431.54, "text": " Thank you very much.", "tokens": [1044, 291, 588, 709, 13], "avg_logprob": -1.2591145435969036, "compression_ratio": 0.7241379310344828, "no_speech_prob": 0.0036067962646484375, "words": [{"start": 430.5, "end": 430.8, "word": " Thank", "probability": 0.01363372802734375}, {"start": 430.8, "end": 431.06, "word": " you", "probability": 0.8251953125}, {"start": 431.06, "end": 431.54, "word": " very", "probability": 0.1378173828125}, {"start": 431.54, "end": 431.54, "word": " much.", "probability": 0.92626953125}], "temperature": 1.0}, {"id": 20, "seek": 50589, "start": 503.49, "end": 505.89, "text": " Thank you very much.", "tokens": [1044, 291, 588, 709, 13], "avg_logprob": -1.1998698115348816, "compression_ratio": 0.7241379310344828, "no_speech_prob": 0.0021457672119140625, "words": [{"start": 503.49, "end": 504.89, "word": " Thank", "probability": 0.0154266357421875}, {"start": 504.89, "end": 505.85, "word": " you", "probability": 0.9365234375}, {"start": 505.85, "end": 505.89, "word": " very", "probability": 0.058441162109375}, {"start": 505.89, "end": 505.89, "word": " much.", "probability": 0.9267578125}], "temperature": 1.0}, {"id": 21, "seek": 52046, "start": 519.82, "end": 520.46, "text": " I want a video.", "tokens": [286, 528, 257, 960, 13], "avg_logprob": -0.6402994692325592, "compression_ratio": 0.6666666666666666, "no_speech_prob": 0.0, "words": [{"start": 519.82, "end": 520.06, "word": " I", "probability": 0.364013671875}, {"start": 520.06, "end": 520.14, "word": " want", "probability": 0.34814453125}, {"start": 520.14, "end": 520.26, "word": " a", "probability": 0.392333984375}, {"start": 520.26, "end": 520.46, "word": " video.", "probability": 0.91455078125}], "temperature": 1.0}, {"id": 22, "seek": 55410, "start": 529.74, "end": 554.1, "text": " All right, let's see. Let's start here, please. My first car was old and ugly, but I loved it anyway. My first. First is an adjective and also old and ugly. Old and ugly, but I loved it anyway. All right, let's take the next one. Yes, please. Its main point color was black. Main point. Main point. Paint is a noun functioning as an adjective.", "tokens": [1057, 558, 11, 718, 311, 536, 13, 961, 311, 722, 510, 11, 1767, 13, 1222, 700, 1032, 390, 1331, 293, 12246, 11, 457, 286, 4333, 309, 4033, 13, 1222, 700, 13, 2386, 307, 364, 44129, 293, 611, 1331, 293, 12246, 13, 8633, 293, 12246, 11, 457, 286, 4333, 309, 4033, 13, 1057, 558, 11, 718, 311, 747, 264, 958, 472, 13, 1079, 11, 1767, 13, 6953, 2135, 935, 2017, 390, 2211, 13, 12383, 935, 13, 12383, 935, 13, 34865, 307, 257, 23307, 18483, 382, 364, 44129, 13], "avg_logprob": -0.29137072644450446, "compression_ratio": 1.8797814207650274, "no_speech_prob": 3.5762786865234375e-07, "words": [{"start": 529.74, "end": 530.04, "word": " All", "probability": 0.2003173828125}, {"start": 530.04, "end": 530.32, "word": " right,", "probability": 0.88916015625}, {"start": 530.54, "end": 530.82, "word": " let's", "probability": 0.96435546875}, {"start": 530.82, "end": 531.0, "word": " see.", "probability": 0.7431640625}, {"start": 531.24, "end": 531.38, "word": " Let's", "probability": 0.90283203125}, {"start": 531.38, "end": 531.72, "word": " start", "probability": 0.9208984375}, {"start": 531.72, "end": 532.4, "word": " here,", "probability": 0.78955078125}, {"start": 532.52, "end": 532.8, "word": " please.", "probability": 0.81103515625}, {"start": 533.1, "end": 533.26, "word": " My", "probability": 0.80712890625}, {"start": 533.26, "end": 533.6, "word": " first", "probability": 0.900390625}, {"start": 533.6, "end": 533.92, "word": " car", "probability": 0.73095703125}, {"start": 533.92, "end": 534.22, "word": " was", "probability": 0.9560546875}, {"start": 534.22, "end": 534.58, "word": " old", "probability": 0.90576171875}, {"start": 534.58, "end": 534.72, "word": " and", "probability": 0.93798828125}, {"start": 534.72, "end": 535.0, "word": " ugly,", "probability": 0.96435546875}, {"start": 535.12, "end": 535.28, "word": " but", "probability": 0.9306640625}, {"start": 535.28, "end": 535.44, "word": " I", "probability": 0.98876953125}, {"start": 535.44, "end": 535.66, "word": " loved", "probability": 0.86767578125}, {"start": 535.66, "end": 535.82, "word": " it", "probability": 0.958984375}, {"start": 535.82, "end": 536.24, "word": " anyway.", "probability": 0.90673828125}, {"start": 536.46, "end": 536.54, "word": " My", "probability": 0.822265625}, {"start": 536.54, "end": 536.98, "word": " first.", "probability": 0.90283203125}, {"start": 537.02, "end": 537.44, "word": " First", "probability": 0.87109375}, {"start": 537.44, "end": 537.96, "word": " is", "probability": 0.92333984375}, {"start": 537.96, "end": 538.36, "word": " an", "probability": 0.89404296875}, {"start": 538.36, "end": 538.78, "word": " adjective", "probability": 0.9736328125}, {"start": 538.78, "end": 539.1, "word": " and", "probability": 0.7548828125}, {"start": 539.1, "end": 539.52, "word": " also", "probability": 0.859375}, {"start": 539.52, "end": 539.96, "word": " old", "probability": 0.45361328125}, {"start": 539.96, "end": 541.02, "word": " and", "probability": 0.63720703125}, {"start": 541.02, "end": 541.7, "word": " ugly.", "probability": 0.77294921875}, {"start": 541.76, "end": 542.26, "word": " Old", "probability": 0.513671875}, {"start": 542.26, "end": 542.6, "word": " and", "probability": 0.85888671875}, {"start": 542.6, "end": 542.76, "word": " ugly,", "probability": 0.9208984375}, {"start": 542.82, "end": 542.96, "word": " but", "probability": 0.83935546875}, {"start": 542.96, "end": 543.18, "word": " I", "probability": 0.99072265625}, {"start": 543.18, "end": 543.56, "word": " loved", "probability": 0.61279296875}, {"start": 543.56, "end": 543.74, "word": " it", "probability": 0.95751953125}, {"start": 543.74, "end": 544.16, "word": " anyway.", "probability": 0.91455078125}, {"start": 544.42, "end": 544.48, "word": " All", "probability": 0.81689453125}, {"start": 544.48, "end": 544.64, "word": " right,", "probability": 0.91162109375}, {"start": 544.72, "end": 544.82, "word": " let's", "probability": 0.730224609375}, {"start": 544.82, "end": 544.96, "word": " take", "probability": 0.454345703125}, {"start": 544.96, "end": 545.06, "word": " the", "probability": 0.449951171875}, {"start": 545.06, "end": 545.22, "word": " next", "probability": 0.93701171875}, {"start": 545.22, "end": 545.48, "word": " one.", "probability": 0.93115234375}, {"start": 545.62, "end": 545.74, "word": " Yes,", "probability": 0.89404296875}, {"start": 545.8, "end": 546.08, "word": " please.", "probability": 0.80322265625}, {"start": 546.4, "end": 546.6, "word": " Its", "probability": 0.5048828125}, {"start": 546.6, "end": 546.92, "word": " main", "probability": 0.90234375}, {"start": 546.92, "end": 547.22, "word": " point", "probability": 0.9658203125}, {"start": 547.22, "end": 547.52, "word": " color", "probability": 0.6103515625}, {"start": 547.52, "end": 547.82, "word": " was", "probability": 0.9306640625}, {"start": 547.82, "end": 548.26, "word": " black.", "probability": 0.890625}, {"start": 548.52, "end": 548.7, "word": " Main", "probability": 0.62646484375}, {"start": 548.7, "end": 549.1, "word": " point.", "probability": 0.97119140625}, {"start": 549.6, "end": 550.16, "word": " Main", "probability": 0.53955078125}, {"start": 550.16, "end": 550.72, "word": " point.", "probability": 0.91162109375}, {"start": 550.9, "end": 550.9, "word": " Paint", "probability": 0.367431640625}, {"start": 550.9, "end": 551.86, "word": " is", "probability": 0.428955078125}, {"start": 551.86, "end": 552.0, "word": " a", "probability": 0.9404296875}, {"start": 552.0, "end": 552.16, "word": " noun", "probability": 0.97509765625}, {"start": 552.16, "end": 552.66, "word": " functioning", "probability": 0.8515625}, {"start": 552.66, "end": 553.16, "word": " as", "probability": 0.96728515625}, {"start": 553.16, "end": 553.66, "word": " an", "probability": 0.79736328125}, {"start": 553.66, "end": 554.1, "word": " adjective.", "probability": 0.95751953125}], "temperature": 1.0}, {"id": 23, "seek": 58035, "start": 556.89, "end": 580.35, "text": " I also had green and yellow paint in different places. Very nice. Yes, please. Yes, the adjective is turtle. Yes. It had seven big tents. Yes, please.", "tokens": [286, 611, 632, 3092, 293, 5566, 4225, 294, 819, 3190, 13, 4372, 1481, 13, 1079, 11, 1767, 13, 1079, 11, 264, 44129, 307, 22866, 13, 1079, 13, 467, 632, 3407, 955, 39283, 13, 1079, 11, 1767, 13], "avg_logprob": -0.40604441887453985, "compression_ratio": 1.3482142857142858, "no_speech_prob": 5.364418029785156e-07, "words": [{"start": 556.89, "end": 557.69, "word": " I", "probability": 0.3603515625}, {"start": 557.69, "end": 558.07, "word": " also", "probability": 0.8388671875}, {"start": 558.07, "end": 558.37, "word": " had", "probability": 0.8681640625}, {"start": 558.37, "end": 559.19, "word": " green", "probability": 0.4052734375}, {"start": 559.19, "end": 559.63, "word": " and", "probability": 0.60400390625}, {"start": 559.63, "end": 560.05, "word": " yellow", "probability": 0.222900390625}, {"start": 560.05, "end": 561.51, "word": " paint", "probability": 0.7666015625}, {"start": 561.51, "end": 562.79, "word": " in", "probability": 0.8076171875}, {"start": 562.79, "end": 564.15, "word": " different", "probability": 0.81640625}, {"start": 564.15, "end": 565.33, "word": " places.", "probability": 0.90625}, {"start": 565.53, "end": 565.79, "word": " Very", "probability": 0.712890625}, {"start": 565.79, "end": 566.13, "word": " nice.", "probability": 0.896484375}, {"start": 566.53, "end": 566.71, "word": " Yes,", "probability": 0.9130859375}, {"start": 566.93, "end": 566.93, "word": " please.", "probability": 0.77734375}, {"start": 569.41, "end": 570.27, "word": " Yes,", "probability": 0.60546875}, {"start": 570.37, "end": 570.55, "word": " the", "probability": 0.8896484375}, {"start": 570.55, "end": 570.93, "word": " adjective", "probability": 0.9921875}, {"start": 570.93, "end": 571.41, "word": " is", "probability": 0.94580078125}, {"start": 571.41, "end": 572.39, "word": " turtle.", "probability": 0.09136962890625}, {"start": 572.91, "end": 573.25, "word": " Yes.", "probability": 0.61865234375}, {"start": 573.89, "end": 574.17, "word": " It", "probability": 0.94921875}, {"start": 574.17, "end": 574.79, "word": " had", "probability": 0.884765625}, {"start": 574.79, "end": 576.19, "word": " seven", "probability": 0.330810546875}, {"start": 576.19, "end": 577.51, "word": " big", "probability": 0.900390625}, {"start": 577.51, "end": 578.81, "word": " tents.", "probability": 0.350830078125}, {"start": 579.81, "end": 580.07, "word": " Yes,", "probability": 0.9326171875}, {"start": 580.15, "end": 580.35, "word": " please.", "probability": 0.796875}], "temperature": 1.0}, {"id": 24, "seek": 60784, "start": 582.74, "end": 607.84, "text": " Was broken, very nicely broken. So I had to tie it with a strong rope. Very good. Alright. Also the back bumper was rusty. Back itself is an adjective and with rusty is an adjective. And the front is an adjective and was cracked.", "tokens": [3027, 5463, 11, 588, 9594, 5463, 13, 407, 286, 632, 281, 7582, 309, 365, 257, 2068, 13540, 13, 4372, 665, 13, 2798, 13, 2743, 264, 646, 23992, 390, 45394, 13, 5833, 2564, 307, 364, 44129, 293, 365, 45394, 307, 364, 44129, 13, 400, 264, 1868, 307, 364, 44129, 293, 390, 25140, 13], "avg_logprob": -0.3632075584159707, "compression_ratio": 1.5333333333333334, "no_speech_prob": 2.384185791015625e-07, "words": [{"start": 582.74, "end": 583.64, "word": " Was", "probability": 0.139892578125}, {"start": 583.64, "end": 584.14, "word": " broken,", "probability": 0.86474609375}, {"start": 584.26, "end": 584.52, "word": " very", "probability": 0.468994140625}, {"start": 584.52, "end": 584.8, "word": " nicely", "probability": 0.48388671875}, {"start": 584.8, "end": 585.24, "word": " broken.", "probability": 0.82421875}, {"start": 585.38, "end": 585.48, "word": " So", "probability": 0.89208984375}, {"start": 585.48, "end": 585.66, "word": " I", "probability": 0.771484375}, {"start": 585.66, "end": 585.84, "word": " had", "probability": 0.87841796875}, {"start": 585.84, "end": 585.98, "word": " to", "probability": 0.96630859375}, {"start": 585.98, "end": 586.26, "word": " tie", "probability": 0.896484375}, {"start": 586.26, "end": 586.52, "word": " it", "probability": 0.94775390625}, {"start": 586.52, "end": 587.86, "word": " with", "probability": 0.81201171875}, {"start": 587.86, "end": 588.12, "word": " a", "probability": 0.93798828125}, {"start": 588.12, "end": 588.84, "word": " strong", "probability": 0.75927734375}, {"start": 588.84, "end": 589.6, "word": " rope.", "probability": 0.76123046875}, {"start": 590.06, "end": 590.26, "word": " Very", "probability": 0.68896484375}, {"start": 590.26, "end": 590.5, "word": " good.", "probability": 0.92041015625}, {"start": 590.96, "end": 591.12, "word": " Alright.", "probability": 0.487548828125}, {"start": 591.3, "end": 591.6, "word": " Also", "probability": 0.904296875}, {"start": 591.6, "end": 591.86, "word": " the", "probability": 0.64404296875}, {"start": 591.86, "end": 592.32, "word": " back", "probability": 0.61083984375}, {"start": 592.32, "end": 593.34, "word": " bumper", "probability": 0.85888671875}, {"start": 593.34, "end": 594.18, "word": " was", "probability": 0.939453125}, {"start": 594.18, "end": 595.12, "word": " rusty.", "probability": 0.8515625}, {"start": 595.58, "end": 595.92, "word": " Back", "probability": 0.4970703125}, {"start": 595.92, "end": 596.48, "word": " itself", "probability": 0.8369140625}, {"start": 596.48, "end": 596.94, "word": " is", "probability": 0.90185546875}, {"start": 596.94, "end": 598.3, "word": " an", "probability": 0.4658203125}, {"start": 598.3, "end": 598.86, "word": " adjective", "probability": 0.96875}, {"start": 598.86, "end": 599.72, "word": " and", "probability": 0.60986328125}, {"start": 599.72, "end": 600.38, "word": " with", "probability": 0.256103515625}, {"start": 600.38, "end": 601.02, "word": " rusty", "probability": 0.79736328125}, {"start": 601.02, "end": 601.28, "word": " is", "probability": 0.68359375}, {"start": 601.28, "end": 601.4, "word": " an", "probability": 0.87353515625}, {"start": 601.4, "end": 601.76, "word": " adjective.", "probability": 0.9541015625}, {"start": 602.12, "end": 602.32, "word": " And", "probability": 0.8525390625}, {"start": 602.32, "end": 602.8, "word": " the", "probability": 0.53076171875}, {"start": 602.8, "end": 603.36, "word": " front", "probability": 0.93310546875}, {"start": 603.36, "end": 604.74, "word": " is", "probability": 0.323486328125}, {"start": 604.74, "end": 605.04, "word": " an", "probability": 0.9375}, {"start": 605.04, "end": 605.42, "word": " adjective", "probability": 0.97119140625}, {"start": 605.42, "end": 606.34, "word": " and", "probability": 0.60595703125}, {"start": 606.34, "end": 607.02, "word": " was", "probability": 0.93017578125}, {"start": 607.02, "end": 607.84, "word": " cracked.", "probability": 0.94140625}], "temperature": 1.0}, {"id": 25, "seek": 63259, "start": 608.65, "end": 632.59, "text": " is an ED4 functioning as an adjective. The inside of the car, no, the inside is not, it's a noun. Notice that there is an article plus noun, the inside, so it's a noun. It's a noun phrase, we call it. Of the car was also in terrible conditions, okay? Let's continue. Oh, in a sec, please. The passenger", "tokens": [307, 364, 18050, 19, 18483, 382, 364, 44129, 13, 440, 1854, 295, 264, 1032, 11, 572, 11, 264, 1854, 307, 406, 11, 309, 311, 257, 23307, 13, 13428, 300, 456, 307, 364, 7222, 1804, 23307, 11, 264, 1854, 11, 370, 309, 311, 257, 23307, 13, 467, 311, 257, 23307, 9535, 11, 321, 818, 309, 13, 2720, 264, 1032, 390, 611, 294, 6237, 4487, 11, 1392, 30, 961, 311, 2354, 13, 876, 11, 294, 257, 907, 11, 1767, 13, 440, 18707], "avg_logprob": -0.2752700558415166, "compression_ratio": 1.5863874345549738, "no_speech_prob": 1.7881393432617188e-07, "words": [{"start": 608.65, "end": 608.91, "word": " is", "probability": 0.345947265625}, {"start": 608.91, "end": 609.09, "word": " an", "probability": 0.90283203125}, {"start": 609.09, "end": 609.67, "word": " ED4", "probability": 0.3902587890625}, {"start": 609.67, "end": 610.15, "word": " functioning", "probability": 0.79296875}, {"start": 610.15, "end": 610.53, "word": " as", "probability": 0.95947265625}, {"start": 610.53, "end": 611.07, "word": " an", "probability": 0.62841796875}, {"start": 611.07, "end": 611.47, "word": " adjective.", "probability": 0.97705078125}, {"start": 612.05, "end": 612.27, "word": " The", "probability": 0.8017578125}, {"start": 612.27, "end": 612.75, "word": " inside", "probability": 0.95068359375}, {"start": 612.75, "end": 612.95, "word": " of", "probability": 0.9638671875}, {"start": 612.95, "end": 613.09, "word": " the", "probability": 0.91162109375}, {"start": 613.09, "end": 613.47, "word": " car,", "probability": 0.92919921875}, {"start": 614.35, "end": 614.53, "word": " no,", "probability": 0.552734375}, {"start": 614.65, "end": 614.73, "word": " the", "probability": 0.791015625}, {"start": 614.73, "end": 615.09, "word": " inside", "probability": 0.935546875}, {"start": 615.09, "end": 615.31, "word": " is", "probability": 0.8984375}, {"start": 615.31, "end": 615.59, "word": " not,", "probability": 0.87890625}, {"start": 616.01, "end": 616.27, "word": " it's", "probability": 0.935546875}, {"start": 616.27, "end": 616.39, "word": " a", "probability": 0.818359375}, {"start": 616.39, "end": 616.53, "word": " noun.", "probability": 0.95458984375}, {"start": 616.81, "end": 617.03, "word": " Notice", "probability": 0.873046875}, {"start": 617.03, "end": 617.29, "word": " that", "probability": 0.89404296875}, {"start": 617.29, "end": 617.51, "word": " there", "probability": 0.81201171875}, {"start": 617.51, "end": 617.61, "word": " is", "probability": 0.55859375}, {"start": 617.61, "end": 617.79, "word": " an", "probability": 0.939453125}, {"start": 617.79, "end": 618.21, "word": " article", "probability": 0.9541015625}, {"start": 618.21, "end": 618.71, "word": " plus", "probability": 0.9169921875}, {"start": 618.71, "end": 619.11, "word": " noun,", "probability": 0.90380859375}, {"start": 619.39, "end": 619.63, "word": " the", "probability": 0.8671875}, {"start": 619.63, "end": 619.99, "word": " inside,", "probability": 0.9228515625}, {"start": 620.19, "end": 620.27, "word": " so", "probability": 0.90283203125}, {"start": 620.27, "end": 620.43, "word": " it's", "probability": 0.96826171875}, {"start": 620.43, "end": 620.55, "word": " a", "probability": 0.98046875}, {"start": 620.55, "end": 620.71, "word": " noun.", "probability": 0.9609375}, {"start": 620.79, "end": 620.91, "word": " It's", "probability": 0.96484375}, {"start": 620.91, "end": 620.99, "word": " a", "probability": 0.92822265625}, {"start": 620.99, "end": 621.11, "word": " noun", "probability": 0.66748046875}, {"start": 621.11, "end": 621.45, "word": " phrase,", "probability": 0.50390625}, {"start": 621.53, "end": 621.61, "word": " we", "probability": 0.951171875}, {"start": 621.61, "end": 621.83, "word": " call", "probability": 0.8681640625}, {"start": 621.83, "end": 621.99, "word": " it.", "probability": 0.95263671875}, {"start": 622.39, "end": 622.55, "word": " Of", "probability": 0.884765625}, {"start": 622.55, "end": 622.69, "word": " the", "probability": 0.904296875}, {"start": 622.69, "end": 622.93, "word": " car", "probability": 0.927734375}, {"start": 622.93, "end": 623.15, "word": " was", "probability": 0.88427734375}, {"start": 623.15, "end": 623.69, "word": " also", "probability": 0.88525390625}, {"start": 623.69, "end": 624.07, "word": " in", "probability": 0.94140625}, {"start": 624.07, "end": 625.11, "word": " terrible", "probability": 0.442626953125}, {"start": 625.11, "end": 626.49, "word": " conditions,", "probability": 0.8125}, {"start": 626.71, "end": 626.97, "word": " okay?", "probability": 0.82666015625}, {"start": 627.29, "end": 627.51, "word": " Let's", "probability": 0.96435546875}, {"start": 627.51, "end": 627.97, "word": " continue.", "probability": 0.90087890625}, {"start": 629.27, "end": 629.43, "word": " Oh,", "probability": 0.3056640625}, {"start": 629.49, "end": 629.55, "word": " in", "probability": 0.626953125}, {"start": 629.55, "end": 629.67, "word": " a", "probability": 0.98291015625}, {"start": 629.67, "end": 629.81, "word": " sec,", "probability": 0.7216796875}, {"start": 629.91, "end": 630.19, "word": " please.", "probability": 0.8056640625}, {"start": 631.51, "end": 631.85, "word": " The", "probability": 0.84375}, {"start": 631.85, "end": 632.59, "word": " passenger", "probability": 0.8818359375}], "temperature": 1.0}, {"id": 26, "seek": 66146, "start": 634.86, "end": 661.46, "text": " Door handle, passenger and also door handle was missing. Missing is an adjective. It was missing. Okay? So you could not open the passenger. The passenger is an adjective. The door from the inside. Who would like to continue? Yes, please. The seats had at least 10 layers.", "tokens": [29636, 4813, 11, 18707, 293, 611, 2853, 4813, 390, 5361, 13, 5275, 278, 307, 364, 44129, 13, 467, 390, 5361, 13, 1033, 30, 407, 291, 727, 406, 1269, 264, 18707, 13, 440, 18707, 307, 364, 44129, 13, 440, 2853, 490, 264, 1854, 13, 2102, 576, 411, 281, 2354, 30, 1079, 11, 1767, 13, 440, 11069, 632, 412, 1935, 1266, 7914, 13], "avg_logprob": -0.38382055778657237, "compression_ratio": 1.6153846153846154, "no_speech_prob": 2.980232238769531e-07, "words": [{"start": 634.86, "end": 635.62, "word": " Door", "probability": 0.279541015625}, {"start": 635.62, "end": 636.22, "word": " handle,", "probability": 0.955078125}, {"start": 636.72, "end": 637.4, "word": " passenger", "probability": 0.6982421875}, {"start": 637.4, "end": 638.78, "word": " and", "probability": 0.6376953125}, {"start": 638.78, "end": 639.22, "word": " also", "probability": 0.8076171875}, {"start": 639.22, "end": 640.04, "word": " door", "probability": 0.68115234375}, {"start": 640.04, "end": 640.64, "word": " handle", "probability": 0.9560546875}, {"start": 640.64, "end": 641.62, "word": " was", "probability": 0.8349609375}, {"start": 641.62, "end": 642.4, "word": " missing.", "probability": 0.765625}, {"start": 642.72, "end": 643.18, "word": " Missing", "probability": 0.736328125}, {"start": 643.18, "end": 643.36, "word": " is", "probability": 0.521484375}, {"start": 643.36, "end": 643.5, "word": " an", "probability": 0.344482421875}, {"start": 643.5, "end": 643.76, "word": " adjective.", "probability": 0.93359375}, {"start": 643.76, "end": 643.94, "word": " It", "probability": 0.56689453125}, {"start": 643.94, "end": 643.94, "word": " was", "probability": 0.8837890625}, {"start": 643.94, "end": 644.68, "word": " missing.", "probability": 0.88671875}, {"start": 645.36, "end": 645.4, "word": " Okay?", "probability": 0.365478515625}, {"start": 645.86, "end": 646.22, "word": " So", "probability": 0.919921875}, {"start": 646.22, "end": 646.66, "word": " you", "probability": 0.62744140625}, {"start": 646.66, "end": 646.94, "word": " could", "probability": 0.880859375}, {"start": 646.94, "end": 647.14, "word": " not", "probability": 0.953125}, {"start": 647.14, "end": 647.5, "word": " open", "probability": 0.93359375}, {"start": 647.5, "end": 647.64, "word": " the", "probability": 0.92236328125}, {"start": 647.64, "end": 648.26, "word": " passenger.", "probability": 0.8955078125}, {"start": 648.7, "end": 649.46, "word": " The", "probability": 0.32763671875}, {"start": 649.46, "end": 650.04, "word": " passenger", "probability": 0.85400390625}, {"start": 650.04, "end": 650.64, "word": " is", "probability": 0.888671875}, {"start": 650.64, "end": 650.8, "word": " an", "probability": 0.955078125}, {"start": 650.8, "end": 651.1, "word": " adjective.", "probability": 0.94677734375}, {"start": 651.36, "end": 651.48, "word": " The", "probability": 0.720703125}, {"start": 651.48, "end": 651.68, "word": " door", "probability": 0.94873046875}, {"start": 651.68, "end": 652.26, "word": " from", "probability": 0.73779296875}, {"start": 652.26, "end": 652.88, "word": " the", "probability": 0.37353515625}, {"start": 652.88, "end": 653.46, "word": " inside.", "probability": 0.91650390625}, {"start": 654.4, "end": 654.68, "word": " Who", "probability": 0.5537109375}, {"start": 654.68, "end": 654.82, "word": " would", "probability": 0.91064453125}, {"start": 654.82, "end": 654.98, "word": " like", "probability": 0.939453125}, {"start": 654.98, "end": 655.1, "word": " to", "probability": 0.96875}, {"start": 655.1, "end": 655.46, "word": " continue?", "probability": 0.912109375}, {"start": 655.86, "end": 656.1, "word": " Yes,", "probability": 0.68505859375}, {"start": 656.1, "end": 656.9, "word": " please.", "probability": 0.67041015625}, {"start": 657.28, "end": 657.5, "word": " The", "probability": 0.615234375}, {"start": 657.5, "end": 658.42, "word": " seats", "probability": 0.76171875}, {"start": 658.42, "end": 659.68, "word": " had", "probability": 0.85546875}, {"start": 659.68, "end": 660.52, "word": " at", "probability": 0.94873046875}, {"start": 660.52, "end": 660.88, "word": " least", "probability": 0.96533203125}, {"start": 660.88, "end": 661.16, "word": " 10", "probability": 0.4228515625}, {"start": 661.16, "end": 661.46, "word": " layers.", "probability": 0.73291015625}], "temperature": 1.0}, {"id": 27, "seek": 67997, "start": 664.71, "end": 679.97, "text": "And large are also adjectives. Also the gas huge was broken broken. The gas cage is also a noun. It was an adjective. So noun functioning as an adjective to the cage was broken.", "tokens": [5289, 2416, 366, 611, 29378, 1539, 13, 2743, 264, 4211, 2603, 390, 5463, 5463, 13, 440, 4211, 17302, 307, 611, 257, 23307, 13, 467, 390, 364, 44129, 13, 407, 23307, 18483, 382, 364, 44129, 281, 264, 17302, 390, 5463, 13], "avg_logprob": -0.4214938966239371, "compression_ratio": 1.5663716814159292, "no_speech_prob": 5.960464477539063e-08, "words": [{"start": 664.7099999999999, "end": 665.43, "word": "And", "probability": 0.06719970703125}, {"start": 665.43, "end": 665.97, "word": " large", "probability": 0.56103515625}, {"start": 665.97, "end": 666.57, "word": " are", "probability": 0.8798828125}, {"start": 666.57, "end": 666.99, "word": " also", "probability": 0.75341796875}, {"start": 666.99, "end": 667.85, "word": " adjectives.", "probability": 0.9658203125}, {"start": 667.87, "end": 667.91, "word": " Also", "probability": 0.52685546875}, {"start": 667.91, "end": 668.17, "word": " the", "probability": 0.76318359375}, {"start": 668.17, "end": 668.57, "word": " gas", "probability": 0.71044921875}, {"start": 668.57, "end": 669.75, "word": " huge", "probability": 0.0782470703125}, {"start": 669.75, "end": 670.13, "word": " was", "probability": 0.92041015625}, {"start": 670.13, "end": 670.55, "word": " broken", "probability": 0.95849609375}, {"start": 670.55, "end": 670.99, "word": " broken.", "probability": 0.453369140625}, {"start": 671.31, "end": 671.57, "word": " The", "probability": 0.7373046875}, {"start": 671.57, "end": 672.05, "word": " gas", "probability": 0.93408203125}, {"start": 672.05, "end": 672.57, "word": " cage", "probability": 0.222412109375}, {"start": 672.57, "end": 673.91, "word": " is", "probability": 0.884765625}, {"start": 673.91, "end": 674.23, "word": " also", "probability": 0.87744140625}, {"start": 674.23, "end": 674.43, "word": " a", "probability": 0.8828125}, {"start": 674.43, "end": 674.79, "word": " noun.", "probability": 0.9833984375}, {"start": 675.01, "end": 675.11, "word": " It", "probability": 0.39111328125}, {"start": 675.11, "end": 675.57, "word": " was", "probability": 0.406005859375}, {"start": 675.57, "end": 675.75, "word": " an", "probability": 0.833984375}, {"start": 675.75, "end": 676.15, "word": " adjective.", "probability": 0.94482421875}, {"start": 676.45, "end": 676.65, "word": " So", "probability": 0.81201171875}, {"start": 676.65, "end": 676.87, "word": " noun", "probability": 0.8642578125}, {"start": 676.87, "end": 677.25, "word": " functioning", "probability": 0.56005859375}, {"start": 677.25, "end": 677.49, "word": " as", "probability": 0.9189453125}, {"start": 677.49, "end": 677.63, "word": " an", "probability": 0.85595703125}, {"start": 677.63, "end": 677.99, "word": " adjective", "probability": 0.96044921875}, {"start": 677.99, "end": 678.23, "word": " to", "probability": 0.91748046875}, {"start": 678.23, "end": 678.39, "word": " the", "probability": 0.8994140625}, {"start": 678.39, "end": 678.77, "word": " cage", "probability": 0.9423828125}, {"start": 678.77, "end": 679.45, "word": " was", "probability": 0.93798828125}, {"start": 679.45, "end": 679.97, "word": " broken.", "probability": 0.8935546875}], "temperature": 1.0}, {"id": 28, "seek": 70388, "start": 682.52, "end": 703.88, "text": "it showed foil is an adjective, no it's an adverb, notice adverbs give information on verbs nouns give sorry adjectives give information on nouns so foil is not adjective it's an adverb showing giving information on", "tokens": [270, 4712, 22444, 307, 364, 44129, 11, 572, 309, 311, 364, 614, 25809, 11, 3449, 614, 43348, 976, 1589, 322, 30051, 48184, 976, 2597, 29378, 1539, 976, 1589, 322, 48184, 370, 22444, 307, 406, 44129, 309, 311, 364, 614, 25809, 4099, 2902, 1589, 322], "avg_logprob": -0.4131944364971585, "compression_ratio": 1.936936936936937, "no_speech_prob": 5.960464477539063e-08, "words": [{"start": 682.52, "end": 683.36, "word": "it", "probability": 0.279541015625}, {"start": 683.36, "end": 684.2, "word": " showed", "probability": 0.6767578125}, {"start": 684.2, "end": 685.08, "word": " foil", "probability": 0.277099609375}, {"start": 685.08, "end": 685.78, "word": " is", "probability": 0.619140625}, {"start": 685.78, "end": 685.9, "word": " an", "probability": 0.7763671875}, {"start": 685.9, "end": 686.38, "word": " adjective,", "probability": 0.94384765625}, {"start": 687.84, "end": 688.04, "word": " no", "probability": 0.1573486328125}, {"start": 688.04, "end": 688.34, "word": " it's", "probability": 0.818603515625}, {"start": 688.34, "end": 688.5, "word": " an", "probability": 0.71044921875}, {"start": 688.5, "end": 688.92, "word": " adverb,", "probability": 0.860107421875}, {"start": 689.2, "end": 689.5, "word": " notice", "probability": 0.455322265625}, {"start": 689.5, "end": 691.52, "word": " adverbs", "probability": 0.7158203125}, {"start": 691.52, "end": 691.98, "word": " give", "probability": 0.79443359375}, {"start": 691.98, "end": 692.64, "word": " information", "probability": 0.81005859375}, {"start": 692.64, "end": 692.98, "word": " on", "probability": 0.8818359375}, {"start": 692.98, "end": 693.38, "word": " verbs", "probability": 0.80419921875}, {"start": 693.38, "end": 693.94, "word": " nouns", "probability": 0.63623046875}, {"start": 693.94, "end": 694.36, "word": " give", "probability": 0.7626953125}, {"start": 694.36, "end": 694.72, "word": " sorry", "probability": 0.1873779296875}, {"start": 694.72, "end": 695.38, "word": " adjectives", "probability": 0.958984375}, {"start": 695.38, "end": 695.68, "word": " give", "probability": 0.8369140625}, {"start": 695.68, "end": 696.52, "word": " information", "probability": 0.80712890625}, {"start": 696.52, "end": 696.72, "word": " on", "probability": 0.921875}, {"start": 696.72, "end": 696.98, "word": " nouns", "probability": 0.86962890625}, {"start": 696.98, "end": 697.64, "word": " so", "probability": 0.564453125}, {"start": 697.64, "end": 697.94, "word": " foil", "probability": 0.962890625}, {"start": 697.94, "end": 698.24, "word": " is", "probability": 0.94482421875}, {"start": 698.24, "end": 698.74, "word": " not", "probability": 0.92724609375}, {"start": 698.74, "end": 700.0, "word": " adjective", "probability": 0.53955078125}, {"start": 700.0, "end": 701.44, "word": " it's", "probability": 0.823486328125}, {"start": 701.44, "end": 701.62, "word": " an", "probability": 0.53271484375}, {"start": 701.62, "end": 702.14, "word": " adverb", "probability": 0.8994140625}, {"start": 702.14, "end": 702.48, "word": " showing", "probability": 0.337158203125}, {"start": 702.48, "end": 702.9, "word": " giving", "probability": 0.70263671875}, {"start": 702.9, "end": 703.48, "word": " information", "probability": 0.84130859375}, {"start": 703.48, "end": 703.88, "word": " on", "probability": 0.94775390625}], "temperature": 1.0}, {"id": 29, "seek": 71229, "start": 703.99, "end": 712.29, "text": "Not the verb. Verb on the verb show. Notice it is a main verb show so it is not a linking verb.", "tokens": [15208, 264, 9595, 13, 27034, 322, 264, 9595, 855, 13, 13428, 309, 307, 257, 2135, 9595, 855, 370, 309, 307, 406, 257, 25775, 9595, 13], "avg_logprob": -0.3813100835451713, "compression_ratio": 1.2666666666666666, "no_speech_prob": 0.0, "words": [{"start": 703.99, "end": 704.11, "word": "Not", "probability": 0.375}, {"start": 704.11, "end": 704.25, "word": " the", "probability": 0.78662109375}, {"start": 704.25, "end": 704.51, "word": " verb.", "probability": 0.83984375}, {"start": 704.61, "end": 705.01, "word": " Verb", "probability": 0.323486328125}, {"start": 705.01, "end": 705.21, "word": " on", "probability": 0.66943359375}, {"start": 705.21, "end": 705.33, "word": " the", "probability": 0.923828125}, {"start": 705.33, "end": 705.61, "word": " verb", "probability": 0.6201171875}, {"start": 705.61, "end": 705.79, "word": " show.", "probability": 0.75244140625}, {"start": 706.11, "end": 706.51, "word": " Notice", "probability": 0.264892578125}, {"start": 706.51, "end": 709.19, "word": " it", "probability": 0.91259765625}, {"start": 709.19, "end": 709.31, "word": " is", "probability": 0.85400390625}, {"start": 709.31, "end": 709.47, "word": " a", "probability": 0.55517578125}, {"start": 709.47, "end": 709.69, "word": " main", "probability": 0.93798828125}, {"start": 709.69, "end": 709.95, "word": " verb", "probability": 0.8134765625}, {"start": 709.95, "end": 710.37, "word": " show", "probability": 0.73486328125}, {"start": 710.37, "end": 710.77, "word": " so", "probability": 0.419921875}, {"start": 710.77, "end": 710.91, "word": " it", "probability": 0.95068359375}, {"start": 710.91, "end": 711.03, "word": " is", "probability": 0.8056640625}, {"start": 711.03, "end": 711.29, "word": " not", "probability": 0.9443359375}, {"start": 711.29, "end": 711.47, "word": " a", "probability": 0.97265625}, {"start": 711.47, "end": 711.81, "word": " linking", "probability": 0.9326171875}, {"start": 711.81, "end": 712.29, "word": " verb.", "probability": 0.87548828125}], "temperature": 1.0}, {"id": 30, "seek": 73833, "start": 712.61, "end": 738.33, "text": "Okay? Alright. So, I ran out of gas. The speedometer was broken too. So, I never knew how fast I was driving. It's an advert. Fast is also an advert. I wasn't driving because fast is giving information on the driving, not on I am. So, very nice.", "tokens": [8297, 30, 2798, 13, 407, 11, 286, 5872, 484, 295, 4211, 13, 440, 3073, 13606, 390, 5463, 886, 13, 407, 11, 286, 1128, 2586, 577, 2370, 286, 390, 4840, 13, 467, 311, 364, 7756, 13, 15968, 307, 611, 364, 7756, 13, 286, 2067, 380, 4840, 570, 2370, 307, 2902, 1589, 322, 264, 4840, 11, 406, 322, 286, 669, 13, 407, 11, 588, 1481, 13], "avg_logprob": -0.2846153846153846, "compression_ratio": 1.4939024390243902, "no_speech_prob": 3.5762786865234375e-07, "words": [{"start": 712.61, "end": 712.99, "word": "Okay?", "probability": 0.58837890625}, {"start": 713.43, "end": 713.79, "word": " Alright.", "probability": 0.60986328125}, {"start": 714.07, "end": 714.25, "word": " So,", "probability": 0.91796875}, {"start": 714.33, "end": 714.43, "word": " I", "probability": 0.94287109375}, {"start": 714.43, "end": 714.79, "word": " ran", "probability": 0.1593017578125}, {"start": 714.79, "end": 715.29, "word": " out", "probability": 0.88671875}, {"start": 715.29, "end": 715.53, "word": " of", "probability": 0.90771484375}, {"start": 715.53, "end": 716.37, "word": " gas.", "probability": 0.56591796875}, {"start": 716.77, "end": 716.93, "word": " The", "probability": 0.75146484375}, {"start": 716.93, "end": 717.67, "word": " speedometer", "probability": 0.945068359375}, {"start": 717.67, "end": 718.17, "word": " was", "probability": 0.9052734375}, {"start": 718.17, "end": 718.91, "word": " broken", "probability": 0.931640625}, {"start": 718.91, "end": 720.49, "word": " too.", "probability": 0.7470703125}, {"start": 720.73, "end": 720.91, "word": " So,", "probability": 0.896484375}, {"start": 721.23, "end": 721.57, "word": " I", "probability": 0.98291015625}, {"start": 721.57, "end": 722.29, "word": " never", "probability": 0.37109375}, {"start": 722.29, "end": 722.59, "word": " knew", "probability": 0.82373046875}, {"start": 722.59, "end": 723.37, "word": " how", "probability": 0.93701171875}, {"start": 723.37, "end": 724.29, "word": " fast", "probability": 0.83837890625}, {"start": 724.29, "end": 724.65, "word": " I", "probability": 0.9384765625}, {"start": 724.65, "end": 724.83, "word": " was", "probability": 0.95751953125}, {"start": 724.83, "end": 725.09, "word": " driving.", "probability": 0.86572265625}, {"start": 727.09, "end": 727.77, "word": " It's", "probability": 0.72314453125}, {"start": 727.77, "end": 727.87, "word": " an", "probability": 0.919921875}, {"start": 727.87, "end": 728.19, "word": " advert.", "probability": 0.81884765625}, {"start": 728.47, "end": 729.11, "word": " Fast", "probability": 0.49462890625}, {"start": 729.11, "end": 729.53, "word": " is", "probability": 0.884765625}, {"start": 729.53, "end": 729.91, "word": " also", "probability": 0.82861328125}, {"start": 729.91, "end": 730.59, "word": " an", "probability": 0.7578125}, {"start": 730.59, "end": 730.97, "word": " advert.", "probability": 0.9638671875}, {"start": 731.43, "end": 732.11, "word": " I", "probability": 0.50048828125}, {"start": 732.11, "end": 732.51, "word": " wasn't", "probability": 0.80078125}, {"start": 732.51, "end": 732.79, "word": " driving", "probability": 0.94921875}, {"start": 732.79, "end": 733.41, "word": " because", "probability": 0.736328125}, {"start": 733.41, "end": 734.09, "word": " fast", "probability": 0.81201171875}, {"start": 734.09, "end": 734.29, "word": " is", "probability": 0.91552734375}, {"start": 734.29, "end": 734.51, "word": " giving", "probability": 0.86474609375}, {"start": 734.51, "end": 734.99, "word": " information", "probability": 0.798828125}, {"start": 734.99, "end": 735.23, "word": " on", "probability": 0.7763671875}, {"start": 735.23, "end": 735.35, "word": " the", "probability": 0.6630859375}, {"start": 735.35, "end": 735.73, "word": " driving,", "probability": 0.95947265625}, {"start": 735.91, "end": 736.07, "word": " not", "probability": 0.93310546875}, {"start": 736.07, "end": 736.63, "word": " on", "probability": 0.90380859375}, {"start": 736.63, "end": 736.95, "word": " I", "probability": 0.7529296875}, {"start": 736.95, "end": 737.15, "word": " am.", "probability": 0.94091796875}, {"start": 737.29, "end": 737.51, "word": " So,", "probability": 0.6962890625}, {"start": 737.79, "end": 738.05, "word": " very", "probability": 0.84765625}, {"start": 738.05, "end": 738.33, "word": " nice.", "probability": 0.89794921875}], "temperature": 1.0}, {"id": 31, "seek": 75674, "start": 738.6, "end": 756.74, "text": "Like a first, a first is an adjective. My old, old BW had a few, yes, but my mother was perfect. Very nice and you are perfect today, okay? Alright, let's see.", "tokens": [19657, 257, 700, 11, 257, 700, 307, 364, 44129, 13, 1222, 1331, 11, 1331, 363, 54, 632, 257, 1326, 11, 2086, 11, 457, 452, 2895, 390, 2176, 13, 4372, 1481, 293, 291, 366, 2176, 965, 11, 1392, 30, 2798, 11, 718, 311, 536, 13], "avg_logprob": -0.379166669315762, "compression_ratio": 1.272, "no_speech_prob": 5.960464477539063e-08, "words": [{"start": 738.6, "end": 739.22, "word": "Like", "probability": 0.492919921875}, {"start": 739.22, "end": 739.6, "word": " a", "probability": 0.958984375}, {"start": 739.6, "end": 740.18, "word": " first,", "probability": 0.87060546875}, {"start": 740.88, "end": 741.14, "word": " a", "probability": 0.482177734375}, {"start": 741.14, "end": 741.64, "word": " first", "probability": 0.90185546875}, {"start": 741.64, "end": 741.86, "word": " is", "probability": 0.9453125}, {"start": 741.86, "end": 742.04, "word": " an", "probability": 0.90234375}, {"start": 742.04, "end": 742.44, "word": " adjective.", "probability": 0.990234375}, {"start": 743.56, "end": 743.78, "word": " My", "probability": 0.8056640625}, {"start": 743.78, "end": 744.42, "word": " old,", "probability": 0.68896484375}, {"start": 744.9, "end": 746.08, "word": " old", "probability": 0.49658203125}, {"start": 746.08, "end": 746.9, "word": " BW", "probability": 0.450439453125}, {"start": 746.9, "end": 747.34, "word": " had", "probability": 0.734375}, {"start": 747.34, "end": 747.62, "word": " a", "probability": 0.96240234375}, {"start": 747.62, "end": 748.02, "word": " few,", "probability": 0.74267578125}, {"start": 748.82, "end": 749.24, "word": " yes,", "probability": 0.6904296875}, {"start": 749.56, "end": 750.2, "word": " but", "probability": 0.92578125}, {"start": 750.2, "end": 750.98, "word": " my", "probability": 0.96630859375}, {"start": 750.98, "end": 751.5, "word": " mother", "probability": 0.85888671875}, {"start": 751.5, "end": 752.12, "word": " was", "probability": 0.88037109375}, {"start": 752.12, "end": 753.04, "word": " perfect.", "probability": 0.724609375}, {"start": 753.36, "end": 753.68, "word": " Very", "probability": 0.5263671875}, {"start": 753.68, "end": 753.88, "word": " nice", "probability": 0.89990234375}, {"start": 753.88, "end": 754.02, "word": " and", "probability": 0.583984375}, {"start": 754.02, "end": 754.14, "word": " you", "probability": 0.96533203125}, {"start": 754.14, "end": 754.28, "word": " are", "probability": 0.90478515625}, {"start": 754.28, "end": 754.8, "word": " perfect", "probability": 0.92138671875}, {"start": 754.8, "end": 755.06, "word": " today,", "probability": 0.640625}, {"start": 755.28, "end": 755.54, "word": " okay?", "probability": 0.703125}, {"start": 755.9, "end": 756.14, "word": " Alright,", "probability": 0.34375}, {"start": 756.3, "end": 756.54, "word": " let's", "probability": 0.974365234375}, {"start": 756.54, "end": 756.74, "word": " see.", "probability": 0.81494140625}], "temperature": 1.0}, {"id": 32, "seek": 78297, "start": 758.23, "end": 782.97, "text": " Now these are already some things just to refresh your mind or knowledge about adjectives. Now we come to a very important topic which is what if I have to use two or more adjectives in a row for example to describe something. What is the order? Generally there is an order, there is an arrangement for putting", "tokens": [823, 613, 366, 1217, 512, 721, 445, 281, 15134, 428, 1575, 420, 3601, 466, 29378, 1539, 13, 823, 321, 808, 281, 257, 588, 1021, 4829, 597, 307, 437, 498, 286, 362, 281, 764, 732, 420, 544, 29378, 1539, 294, 257, 5386, 337, 1365, 281, 6786, 746, 13, 708, 307, 264, 1668, 30, 21082, 456, 307, 364, 1668, 11, 456, 307, 364, 17620, 337, 3372], "avg_logprob": -0.17427884615384615, "compression_ratio": 1.5472636815920398, "no_speech_prob": 0.0, "words": [{"start": 758.2299999999999, "end": 758.8299999999999, "word": " Now", "probability": 0.74365234375}, {"start": 758.8299999999999, "end": 759.43, "word": " these", "probability": 0.461669921875}, {"start": 759.43, "end": 759.65, "word": " are", "probability": 0.939453125}, {"start": 759.65, "end": 760.23, "word": " already", "probability": 0.89990234375}, {"start": 760.23, "end": 760.93, "word": " some", "probability": 0.84130859375}, {"start": 760.93, "end": 761.35, "word": " things", "probability": 0.86328125}, {"start": 761.35, "end": 761.95, "word": " just", "probability": 0.76513671875}, {"start": 761.95, "end": 762.09, "word": " to", "probability": 0.8154296875}, {"start": 762.09, "end": 762.41, "word": " refresh", "probability": 0.947265625}, {"start": 762.41, "end": 762.59, "word": " your", "probability": 0.8642578125}, {"start": 762.59, "end": 762.93, "word": " mind", "probability": 0.85888671875}, {"start": 762.93, "end": 763.09, "word": " or", "probability": 0.70458984375}, {"start": 763.09, "end": 763.51, "word": " knowledge", "probability": 0.8984375}, {"start": 763.51, "end": 764.57, "word": " about", "probability": 0.89794921875}, {"start": 764.57, "end": 765.79, "word": " adjectives.", "probability": 0.9599609375}, {"start": 765.95, "end": 766.11, "word": " Now", "probability": 0.875}, {"start": 766.11, "end": 766.63, "word": " we", "probability": 0.7236328125}, {"start": 766.63, "end": 766.85, "word": " come", "probability": 0.84716796875}, {"start": 766.85, "end": 766.97, "word": " to", "probability": 0.966796875}, {"start": 766.97, "end": 767.11, "word": " a", "probability": 0.98291015625}, {"start": 767.11, "end": 767.33, "word": " very", "probability": 0.85595703125}, {"start": 767.33, "end": 767.89, "word": " important", "probability": 0.87646484375}, {"start": 767.89, "end": 768.23, "word": " topic", "probability": 0.94873046875}, {"start": 768.23, "end": 768.49, "word": " which", "probability": 0.73876953125}, {"start": 768.49, "end": 768.81, "word": " is", "probability": 0.95458984375}, {"start": 768.81, "end": 770.03, "word": " what", "probability": 0.71630859375}, {"start": 770.03, "end": 770.21, "word": " if", "probability": 0.95654296875}, {"start": 770.21, "end": 770.39, "word": " I", "probability": 0.96728515625}, {"start": 770.39, "end": 770.69, "word": " have", "probability": 0.9521484375}, {"start": 770.69, "end": 771.91, "word": " to", "probability": 0.75927734375}, {"start": 771.91, "end": 772.21, "word": " use", "probability": 0.87646484375}, {"start": 772.21, "end": 772.47, "word": " two", "probability": 0.85205078125}, {"start": 772.47, "end": 772.77, "word": " or", "probability": 0.93798828125}, {"start": 772.77, "end": 773.01, "word": " more", "probability": 0.93603515625}, {"start": 773.01, "end": 773.97, "word": " adjectives", "probability": 0.97509765625}, {"start": 773.97, "end": 774.65, "word": " in", "probability": 0.94384765625}, {"start": 774.65, "end": 774.81, "word": " a", "probability": 0.994140625}, {"start": 774.81, "end": 775.03, "word": " row", "probability": 0.9111328125}, {"start": 775.03, "end": 775.27, "word": " for", "probability": 0.50830078125}, {"start": 775.27, "end": 775.71, "word": " example", "probability": 0.9677734375}, {"start": 775.71, "end": 775.91, "word": " to", "probability": 0.88818359375}, {"start": 775.91, "end": 776.43, "word": " describe", "probability": 0.85595703125}, {"start": 776.43, "end": 777.09, "word": " something.", "probability": 0.87890625}, {"start": 777.47, "end": 777.73, "word": " What", "probability": 0.8466796875}, {"start": 777.73, "end": 778.05, "word": " is", "probability": 0.9482421875}, {"start": 778.05, "end": 778.59, "word": " the", "probability": 0.8974609375}, {"start": 778.59, "end": 778.95, "word": " order?", "probability": 0.94189453125}, {"start": 779.09, "end": 779.45, "word": " Generally", "probability": 0.65283203125}, {"start": 779.45, "end": 779.73, "word": " there", "probability": 0.73486328125}, {"start": 779.73, "end": 779.87, "word": " is", "probability": 0.9423828125}, {"start": 779.87, "end": 780.01, "word": " an", "probability": 0.93798828125}, {"start": 780.01, "end": 780.29, "word": " order,", "probability": 0.9296875}, {"start": 780.45, "end": 780.55, "word": " there", "probability": 0.9013671875}, {"start": 780.55, "end": 780.67, "word": " is", "probability": 0.93701171875}, {"start": 780.67, "end": 780.93, "word": " an", "probability": 0.9404296875}, {"start": 780.93, "end": 781.53, "word": " arrangement", "probability": 0.84716796875}, {"start": 781.53, "end": 782.19, "word": " for", "probability": 0.94384765625}, {"start": 782.19, "end": 782.97, "word": " putting", "probability": 0.962890625}], "temperature": 1.0}, {"id": 33, "seek": 80986, "start": 783.74, "end": 809.86, "text": " Adjective one after another. Okay? Sometimes we use, in other words, we use two or more adjectives together in describing another. Let's look at these two examples. My parents live in a nice new house. Or is it my parents live in a new nice house? It's actually my parents live in a nice new house, not in a new nice house.", "tokens": [1999, 1020, 488, 472, 934, 1071, 13, 1033, 30, 4803, 321, 764, 11, 294, 661, 2283, 11, 321, 764, 732, 420, 544, 29378, 1539, 1214, 294, 16141, 1071, 13, 961, 311, 574, 412, 613, 732, 5110, 13, 1222, 3152, 1621, 294, 257, 1481, 777, 1782, 13, 1610, 307, 309, 452, 3152, 1621, 294, 257, 777, 1481, 1782, 30, 467, 311, 767, 452, 3152, 1621, 294, 257, 1481, 777, 1782, 11, 406, 294, 257, 777, 1481, 1782, 13], "avg_logprob": -0.17908653998986268, "compression_ratio": 1.8305084745762712, "no_speech_prob": 0.0, "words": [{"start": 783.74, "end": 784.38, "word": " Adjective", "probability": 0.7662760416666666}, {"start": 784.38, "end": 784.86, "word": " one", "probability": 0.6181640625}, {"start": 784.86, "end": 785.44, "word": " after", "probability": 0.865234375}, {"start": 785.44, "end": 786.46, "word": " another.", "probability": 0.92041015625}, {"start": 786.92, "end": 787.0, "word": " Okay?", "probability": 0.364013671875}, {"start": 787.46, "end": 788.1, "word": " Sometimes", "probability": 0.8798828125}, {"start": 788.1, "end": 788.36, "word": " we", "probability": 0.83349609375}, {"start": 788.36, "end": 788.68, "word": " use,", "probability": 0.8837890625}, {"start": 788.78, "end": 788.86, "word": " in", "probability": 0.91943359375}, {"start": 788.86, "end": 789.26, "word": " other", "probability": 0.83056640625}, {"start": 789.26, "end": 789.56, "word": " words,", "probability": 0.87158203125}, {"start": 789.7, "end": 789.78, "word": " we", "probability": 0.88818359375}, {"start": 789.78, "end": 790.04, "word": " use", "probability": 0.88037109375}, {"start": 790.04, "end": 790.26, "word": " two", "probability": 0.9208984375}, {"start": 790.26, "end": 790.52, "word": " or", "probability": 0.94384765625}, {"start": 790.52, "end": 790.74, "word": " more", "probability": 0.93603515625}, {"start": 790.74, "end": 791.48, "word": " adjectives", "probability": 0.976318359375}, {"start": 791.48, "end": 792.42, "word": " together", "probability": 0.830078125}, {"start": 792.42, "end": 793.38, "word": " in", "probability": 0.89599609375}, {"start": 793.38, "end": 794.46, "word": " describing", "probability": 0.8896484375}, {"start": 794.46, "end": 795.06, "word": " another.", "probability": 0.55712890625}, {"start": 795.34, "end": 795.66, "word": " Let's", "probability": 0.931884765625}, {"start": 795.66, "end": 795.86, "word": " look", "probability": 0.9638671875}, {"start": 795.86, "end": 796.0, "word": " at", "probability": 0.96826171875}, {"start": 796.0, "end": 796.18, "word": " these", "probability": 0.84228515625}, {"start": 796.18, "end": 796.36, "word": " two", "probability": 0.9384765625}, {"start": 796.36, "end": 796.88, "word": " examples.", "probability": 0.84033203125}, {"start": 797.4, "end": 797.6, "word": " My", "probability": 0.9287109375}, {"start": 797.6, "end": 798.1, "word": " parents", "probability": 0.8046875}, {"start": 798.1, "end": 798.48, "word": " live", "probability": 0.939453125}, {"start": 798.48, "end": 798.72, "word": " in", "probability": 0.95361328125}, {"start": 798.72, "end": 798.88, "word": " a", "probability": 0.9912109375}, {"start": 798.88, "end": 799.22, "word": " nice", "probability": 0.8974609375}, {"start": 799.22, "end": 799.84, "word": " new", "probability": 0.69921875}, {"start": 799.84, "end": 800.68, "word": " house.", "probability": 0.869140625}, {"start": 801.0, "end": 801.16, "word": " Or", "probability": 0.931640625}, {"start": 801.16, "end": 801.32, "word": " is", "probability": 0.90576171875}, {"start": 801.32, "end": 801.46, "word": " it", "probability": 0.93798828125}, {"start": 801.46, "end": 801.66, "word": " my", "probability": 0.8505859375}, {"start": 801.66, "end": 802.02, "word": " parents", "probability": 0.80078125}, {"start": 802.02, "end": 802.3, "word": " live", "probability": 0.9208984375}, {"start": 802.3, "end": 802.44, "word": " in", "probability": 0.9501953125}, {"start": 802.44, "end": 802.54, "word": " a", "probability": 0.9951171875}, {"start": 802.54, "end": 802.76, "word": " new", "probability": 0.8603515625}, {"start": 802.76, "end": 803.1, "word": " nice", "probability": 0.88525390625}, {"start": 803.1, "end": 803.46, "word": " house?", "probability": 0.88623046875}, {"start": 804.38, "end": 804.8, "word": " It's", "probability": 0.935302734375}, {"start": 804.8, "end": 805.16, "word": " actually", "probability": 0.90673828125}, {"start": 805.16, "end": 805.42, "word": " my", "probability": 0.89599609375}, {"start": 805.42, "end": 805.86, "word": " parents", "probability": 0.80517578125}, {"start": 805.86, "end": 806.16, "word": " live", "probability": 0.93408203125}, {"start": 806.16, "end": 806.62, "word": " in", "probability": 0.95458984375}, {"start": 806.62, "end": 807.12, "word": " a", "probability": 0.69482421875}, {"start": 807.12, "end": 807.46, "word": " nice", "probability": 0.869140625}, {"start": 807.46, "end": 807.86, "word": " new", "probability": 0.88818359375}, {"start": 807.86, "end": 808.22, "word": " house,", "probability": 0.88232421875}, {"start": 808.26, "end": 808.5, "word": " not", "probability": 0.93603515625}, {"start": 808.5, "end": 808.72, "word": " in", "probability": 0.9384765625}, {"start": 808.72, "end": 808.86, "word": " a", "probability": 0.99609375}, {"start": 808.86, "end": 809.08, "word": " new", "probability": 0.86328125}, {"start": 809.08, "end": 809.46, "word": " nice", "probability": 0.8955078125}, {"start": 809.46, "end": 809.86, "word": " house.", "probability": 0.8837890625}], "temperature": 1.0}, {"id": 34, "seek": 82431, "start": 810.17, "end": 824.31, "text": " According to something we call it cumulative adjectives, okay? A dirty old black cat is wandering the street but it is never an old black dirty cat. It has to always be a dirty old black.", "tokens": [7328, 281, 746, 321, 818, 309, 38379, 29378, 1539, 11, 1392, 30, 316, 9360, 1331, 2211, 3857, 307, 26396, 264, 4838, 457, 309, 307, 1128, 364, 1331, 2211, 9360, 3857, 13, 467, 575, 281, 1009, 312, 257, 9360, 1331, 2211, 13], "avg_logprob": -0.18322173328626723, "compression_ratio": 1.4461538461538461, "no_speech_prob": 0.0, "words": [{"start": 810.17, "end": 810.69, "word": " According", "probability": 0.6181640625}, {"start": 810.69, "end": 810.95, "word": " to", "probability": 0.970703125}, {"start": 810.95, "end": 811.23, "word": " something", "probability": 0.83203125}, {"start": 811.23, "end": 811.47, "word": " we", "probability": 0.701171875}, {"start": 811.47, "end": 811.71, "word": " call", "probability": 0.88525390625}, {"start": 811.71, "end": 811.83, "word": " it", "probability": 0.76318359375}, {"start": 811.83, "end": 812.47, "word": " cumulative", "probability": 0.671875}, {"start": 812.47, "end": 813.29, "word": " adjectives,", "probability": 0.9541015625}, {"start": 813.37, "end": 813.63, "word": " okay?", "probability": 0.732421875}, {"start": 814.25, "end": 814.43, "word": " A", "probability": 0.92822265625}, {"start": 814.43, "end": 814.91, "word": " dirty", "probability": 0.88623046875}, {"start": 814.91, "end": 815.43, "word": " old", "probability": 0.74755859375}, {"start": 815.43, "end": 815.97, "word": " black", "probability": 0.90283203125}, {"start": 815.97, "end": 816.41, "word": " cat", "probability": 0.96875}, {"start": 816.41, "end": 816.63, "word": " is", "probability": 0.9384765625}, {"start": 816.63, "end": 817.13, "word": " wandering", "probability": 0.9033203125}, {"start": 817.13, "end": 817.95, "word": " the", "probability": 0.87548828125}, {"start": 817.95, "end": 818.27, "word": " street", "probability": 0.90966796875}, {"start": 818.27, "end": 818.47, "word": " but", "probability": 0.59228515625}, {"start": 818.47, "end": 818.63, "word": " it", "probability": 0.95703125}, {"start": 818.63, "end": 818.77, "word": " is", "probability": 0.82568359375}, {"start": 818.77, "end": 819.13, "word": " never", "probability": 0.9296875}, {"start": 819.13, "end": 819.47, "word": " an", "probability": 0.9208984375}, {"start": 819.47, "end": 819.85, "word": " old", "probability": 0.94140625}, {"start": 819.85, "end": 820.31, "word": " black", "probability": 0.8662109375}, {"start": 820.31, "end": 820.81, "word": " dirty", "probability": 0.89501953125}, {"start": 820.81, "end": 821.15, "word": " cat.", "probability": 0.96435546875}, {"start": 821.31, "end": 821.41, "word": " It", "probability": 0.9248046875}, {"start": 821.41, "end": 821.61, "word": " has", "probability": 0.9111328125}, {"start": 821.61, "end": 821.75, "word": " to", "probability": 0.96923828125}, {"start": 821.75, "end": 822.07, "word": " always", "probability": 0.876953125}, {"start": 822.07, "end": 822.39, "word": " be", "probability": 0.95556640625}, {"start": 822.39, "end": 822.99, "word": " a", "probability": 0.97119140625}, {"start": 822.99, "end": 823.41, "word": " dirty", "probability": 0.8779296875}, {"start": 823.41, "end": 823.81, "word": " old", "probability": 0.931640625}, {"start": 823.81, "end": 824.31, "word": " black.", "probability": 0.921875}], "temperature": 1.0}, {"id": 35, "seek": 84126, "start": 824.68, "end": 841.26, "text": " cat wandering the street. So there is some arrangement for putting adjectives together. What is the arrangement? Generally, we have to make a distinction between two types of adjectives, opinion adjectives and fact adjectives. Opinion adjective means", "tokens": [3857, 26396, 264, 4838, 13, 407, 456, 307, 512, 17620, 337, 3372, 29378, 1539, 1214, 13, 708, 307, 264, 17620, 30, 21082, 11, 321, 362, 281, 652, 257, 16844, 1296, 732, 3467, 295, 29378, 1539, 11, 4800, 29378, 1539, 293, 1186, 29378, 1539, 13, 12011, 259, 313, 44129, 1355], "avg_logprob": -0.21031249463558196, "compression_ratio": 1.6193548387096774, "no_speech_prob": 1.1920928955078125e-07, "words": [{"start": 824.68, "end": 825.1, "word": " cat", "probability": 0.326171875}, {"start": 825.1, "end": 825.78, "word": " wandering", "probability": 0.7314453125}, {"start": 825.78, "end": 826.26, "word": " the", "probability": 0.440673828125}, {"start": 826.26, "end": 826.42, "word": " street.", "probability": 0.416259765625}, {"start": 826.48, "end": 826.6, "word": " So", "probability": 0.77685546875}, {"start": 826.6, "end": 826.76, "word": " there", "probability": 0.63818359375}, {"start": 826.76, "end": 826.92, "word": " is", "probability": 0.84033203125}, {"start": 826.92, "end": 827.22, "word": " some", "probability": 0.8935546875}, {"start": 827.22, "end": 827.8, "word": " arrangement", "probability": 0.814453125}, {"start": 827.8, "end": 828.1, "word": " for", "probability": 0.91650390625}, {"start": 828.1, "end": 828.46, "word": " putting", "probability": 0.953125}, {"start": 828.46, "end": 829.24, "word": " adjectives", "probability": 0.96337890625}, {"start": 829.24, "end": 830.26, "word": " together.", "probability": 0.84326171875}, {"start": 830.44, "end": 830.56, "word": " What", "probability": 0.8017578125}, {"start": 830.56, "end": 830.7, "word": " is", "probability": 0.9462890625}, {"start": 830.7, "end": 830.84, "word": " the", "probability": 0.9130859375}, {"start": 830.84, "end": 831.26, "word": " arrangement?", "probability": 0.83349609375}, {"start": 832.2, "end": 832.42, "word": " Generally,", "probability": 0.544921875}, {"start": 832.62, "end": 832.74, "word": " we", "probability": 0.9365234375}, {"start": 832.74, "end": 832.92, "word": " have", "probability": 0.9453125}, {"start": 832.92, "end": 833.04, "word": " to", "probability": 0.9697265625}, {"start": 833.04, "end": 833.22, "word": " make", "probability": 0.9423828125}, {"start": 833.22, "end": 833.32, "word": " a", "probability": 0.96533203125}, {"start": 833.32, "end": 833.76, "word": " distinction", "probability": 0.9296875}, {"start": 833.76, "end": 834.34, "word": " between", "probability": 0.89208984375}, {"start": 834.34, "end": 835.02, "word": " two", "probability": 0.91064453125}, {"start": 835.02, "end": 835.34, "word": " types", "probability": 0.83056640625}, {"start": 835.34, "end": 835.5, "word": " of", "probability": 0.9677734375}, {"start": 835.5, "end": 836.08, "word": " adjectives,", "probability": 0.970703125}, {"start": 836.2, "end": 836.54, "word": " opinion", "probability": 0.91748046875}, {"start": 836.54, "end": 837.4, "word": " adjectives", "probability": 0.978515625}, {"start": 837.4, "end": 838.08, "word": " and", "probability": 0.8671875}, {"start": 838.08, "end": 839.16, "word": " fact", "probability": 0.9248046875}, {"start": 839.16, "end": 839.82, "word": " adjectives.", "probability": 0.9775390625}, {"start": 839.98, "end": 840.32, "word": " Opinion", "probability": 0.90185546875}, {"start": 840.32, "end": 840.72, "word": " adjective", "probability": 0.80712890625}, {"start": 840.72, "end": 841.26, "word": " means", "probability": 0.91357421875}], "temperature": 1.0}, {"id": 36, "seek": 87083, "start": 842.55, "end": 870.83, "text": " it gives information it's your point of view it's not something factual it is your point of view when something is nice this is an opinion this is not a fact because it's just your point of view because someone will say no it is not nice okay when something is dirty it is also another point of view because someone say no it is not very dirty so the idea is that there are opinion adjectives and there are fact adjectives generally opinion adjectives come before", "tokens": [309, 2709, 1589, 309, 311, 428, 935, 295, 1910, 309, 311, 406, 746, 48029, 309, 307, 428, 935, 295, 1910, 562, 746, 307, 1481, 341, 307, 364, 4800, 341, 307, 406, 257, 1186, 570, 309, 311, 445, 428, 935, 295, 1910, 570, 1580, 486, 584, 572, 309, 307, 406, 1481, 1392, 562, 746, 307, 9360, 309, 307, 611, 1071, 935, 295, 1910, 570, 1580, 584, 572, 309, 307, 406, 588, 9360, 370, 264, 1558, 307, 300, 456, 366, 4800, 29378, 1539, 293, 456, 366, 1186, 29378, 1539, 5101, 4800, 29378, 1539, 808, 949], "avg_logprob": -0.13771608440165825, "compression_ratio": 2.2857142857142856, "no_speech_prob": 5.960464477539063e-08, "words": [{"start": 842.55, "end": 842.83, "word": " it", "probability": 0.3212890625}, {"start": 842.83, "end": 843.09, "word": " gives", "probability": 0.79345703125}, {"start": 843.09, "end": 843.63, "word": " information", "probability": 0.84130859375}, {"start": 843.63, "end": 843.95, "word": " it's", "probability": 0.568359375}, {"start": 843.95, "end": 844.13, "word": " your", "probability": 0.9013671875}, {"start": 844.13, "end": 844.49, "word": " point", "probability": 0.97314453125}, {"start": 844.49, "end": 844.67, "word": " of", "probability": 0.9619140625}, {"start": 844.67, "end": 844.85, "word": " view", "probability": 0.89501953125}, {"start": 844.85, "end": 845.25, "word": " it's", "probability": 0.826904296875}, {"start": 845.25, "end": 845.43, "word": " not", "probability": 0.92529296875}, {"start": 845.43, "end": 845.87, "word": " something", "probability": 0.8291015625}, {"start": 845.87, "end": 846.37, "word": " factual", "probability": 0.95947265625}, {"start": 846.37, "end": 846.61, "word": " it", "probability": 0.74609375}, {"start": 846.61, "end": 847.23, "word": " is", "probability": 0.701171875}, {"start": 847.23, "end": 847.67, "word": " your", "probability": 0.89404296875}, {"start": 847.67, "end": 848.35, "word": " point", "probability": 0.9736328125}, {"start": 848.35, "end": 848.53, "word": " of", "probability": 0.966796875}, {"start": 848.53, "end": 848.63, "word": " view", "probability": 0.90576171875}, {"start": 848.63, "end": 848.85, "word": " when", "probability": 0.79931640625}, {"start": 848.85, "end": 849.23, "word": " something", "probability": 0.857421875}, {"start": 849.23, "end": 849.49, "word": " is", "probability": 0.94921875}, {"start": 849.49, "end": 849.79, "word": " nice", "probability": 0.91650390625}, {"start": 849.79, "end": 850.01, "word": " this", "probability": 0.88916015625}, {"start": 850.01, "end": 850.13, "word": " is", "probability": 0.947265625}, {"start": 850.13, "end": 850.31, "word": " an", "probability": 0.88427734375}, {"start": 850.31, "end": 850.61, "word": " opinion", "probability": 0.9453125}, {"start": 850.61, "end": 850.91, "word": " this", "probability": 0.8681640625}, {"start": 850.91, "end": 851.03, "word": " is", "probability": 0.9501953125}, {"start": 851.03, "end": 851.21, "word": " not", "probability": 0.9453125}, {"start": 851.21, "end": 851.35, "word": " a", "probability": 0.68603515625}, {"start": 851.35, "end": 851.63, "word": " fact", "probability": 0.92236328125}, {"start": 851.63, "end": 852.31, "word": " because", "probability": 0.86279296875}, {"start": 852.31, "end": 853.27, "word": " it's", "probability": 0.965087890625}, {"start": 853.27, "end": 853.49, "word": " just", "probability": 0.9140625}, {"start": 853.49, "end": 853.71, "word": " your", "probability": 0.8955078125}, {"start": 853.71, "end": 854.07, "word": " point", "probability": 0.97216796875}, {"start": 854.07, "end": 854.27, "word": " of", "probability": 0.966796875}, {"start": 854.27, "end": 854.37, "word": " view", "probability": 0.8994140625}, {"start": 854.37, "end": 854.65, "word": " because", "probability": 0.89453125}, {"start": 854.65, "end": 854.97, "word": " someone", "probability": 0.94091796875}, {"start": 854.97, "end": 855.15, "word": " will", "probability": 0.54052734375}, {"start": 855.15, "end": 855.35, "word": " say", "probability": 0.95068359375}, {"start": 855.35, "end": 855.53, "word": " no", "probability": 0.8818359375}, {"start": 855.53, "end": 855.67, "word": " it", "probability": 0.9423828125}, {"start": 855.67, "end": 855.81, "word": " is", "probability": 0.89453125}, {"start": 855.81, "end": 856.05, "word": " not", "probability": 0.94775390625}, {"start": 856.05, "end": 856.41, "word": " nice", "probability": 0.92138671875}, {"start": 856.41, "end": 857.05, "word": " okay", "probability": 0.68359375}, {"start": 857.05, "end": 857.67, "word": " when", "probability": 0.85498046875}, {"start": 857.67, "end": 858.01, "word": " something", "probability": 0.85888671875}, {"start": 858.01, "end": 858.23, "word": " is", "probability": 0.9384765625}, {"start": 858.23, "end": 858.59, "word": " dirty", "probability": 0.90673828125}, {"start": 858.59, "end": 859.19, "word": " it", "probability": 0.94775390625}, {"start": 859.19, "end": 859.33, "word": " is", "probability": 0.94775390625}, {"start": 859.33, "end": 859.65, "word": " also", "probability": 0.8876953125}, {"start": 859.65, "end": 859.99, "word": " another", "probability": 0.91748046875}, {"start": 859.99, "end": 860.41, "word": " point", "probability": 0.97119140625}, {"start": 860.41, "end": 860.59, "word": " of", "probability": 0.96826171875}, {"start": 860.59, "end": 860.81, "word": " view", "probability": 0.89892578125}, {"start": 860.81, "end": 861.35, "word": " because", "probability": 0.859375}, {"start": 861.35, "end": 861.65, "word": " someone", "probability": 0.9443359375}, {"start": 861.65, "end": 861.93, "word": " say", "probability": 0.424560546875}, {"start": 861.93, "end": 862.17, "word": " no", "probability": 0.89599609375}, {"start": 862.17, "end": 862.31, "word": " it", "probability": 0.94873046875}, {"start": 862.31, "end": 862.43, "word": " is", "probability": 0.9111328125}, {"start": 862.43, "end": 862.61, "word": " not", "probability": 0.94482421875}, {"start": 862.61, "end": 862.89, "word": " very", "probability": 0.8642578125}, {"start": 862.89, "end": 863.11, "word": " dirty", "probability": 0.90625}, {"start": 863.11, "end": 863.31, "word": " so", "probability": 0.8583984375}, {"start": 863.31, "end": 863.47, "word": " the", "probability": 0.91748046875}, {"start": 863.47, "end": 863.75, "word": " idea", "probability": 0.9287109375}, {"start": 863.75, "end": 863.97, "word": " is", "probability": 0.94677734375}, {"start": 863.97, "end": 864.31, "word": " that", "probability": 0.93505859375}, {"start": 864.31, "end": 864.87, "word": " there", "probability": 0.90869140625}, {"start": 864.87, "end": 865.11, "word": " are", "probability": 0.9443359375}, {"start": 865.11, "end": 865.65, "word": " opinion", "probability": 0.9404296875}, {"start": 865.65, "end": 866.49, "word": " adjectives", "probability": 0.98193359375}, {"start": 866.49, "end": 867.05, "word": " and", "probability": 0.935546875}, {"start": 867.05, "end": 867.19, "word": " there", "probability": 0.904296875}, {"start": 867.19, "end": 867.35, "word": " are", "probability": 0.9423828125}, {"start": 867.35, "end": 867.77, "word": " fact", "probability": 0.923828125}, {"start": 867.77, "end": 868.37, "word": " adjectives", "probability": 0.98486328125}, {"start": 868.37, "end": 868.77, "word": " generally", "probability": 0.81884765625}, {"start": 868.77, "end": 869.29, "word": " opinion", "probability": 0.94775390625}, {"start": 869.29, "end": 869.99, "word": " adjectives", "probability": 0.98095703125}, {"start": 869.99, "end": 870.37, "word": " come", "probability": 0.87255859375}, {"start": 870.37, "end": 870.83, "word": " before", "probability": 0.87060546875}], "temperature": 1.0}, {"id": 37, "seek": 89249, "start": 871.79, "end": 892.49, "text": " Fact adjectives, okay? So adjectives like nice and dirty are opinion adjectives. They tell us what you think about, what's your point of view about something or someone. Now we have something called fact adjectives. And fact adjectives very much like you.", "tokens": [33375, 29378, 1539, 11, 1392, 30, 407, 29378, 1539, 411, 1481, 293, 9360, 366, 4800, 29378, 1539, 13, 814, 980, 505, 437, 291, 519, 466, 11, 437, 311, 428, 935, 295, 1910, 466, 746, 420, 1580, 13, 823, 321, 362, 746, 1219, 1186, 29378, 1539, 13, 400, 1186, 29378, 1539, 588, 709, 411, 291, 13], "avg_logprob": -0.19182477678571427, "compression_ratio": 1.620253164556962, "no_speech_prob": 0.0, "words": [{"start": 871.79, "end": 872.25, "word": " Fact", "probability": 0.591796875}, {"start": 872.25, "end": 873.11, "word": " adjectives,", "probability": 0.959228515625}, {"start": 873.11, "end": 873.39, "word": " okay?", "probability": 0.755859375}, {"start": 873.91, "end": 874.07, "word": " So", "probability": 0.935546875}, {"start": 874.07, "end": 874.83, "word": " adjectives", "probability": 0.921630859375}, {"start": 874.83, "end": 875.37, "word": " like", "probability": 0.94140625}, {"start": 875.37, "end": 876.15, "word": " nice", "probability": 0.833984375}, {"start": 876.15, "end": 876.45, "word": " and", "probability": 0.92333984375}, {"start": 876.45, "end": 876.85, "word": " dirty", "probability": 0.87451171875}, {"start": 876.85, "end": 877.19, "word": " are", "probability": 0.89990234375}, {"start": 877.19, "end": 877.61, "word": " opinion", "probability": 0.935546875}, {"start": 877.61, "end": 878.37, "word": " adjectives.", "probability": 0.978759765625}, {"start": 878.75, "end": 878.91, "word": " They", "probability": 0.78662109375}, {"start": 878.91, "end": 879.21, "word": " tell", "probability": 0.8828125}, {"start": 879.21, "end": 879.51, "word": " us", "probability": 0.9423828125}, {"start": 879.51, "end": 879.89, "word": " what", "probability": 0.9443359375}, {"start": 879.89, "end": 880.33, "word": " you", "probability": 0.354736328125}, {"start": 880.33, "end": 881.43, "word": " think", "probability": 0.91748046875}, {"start": 881.43, "end": 881.71, "word": " about,", "probability": 0.908203125}, {"start": 881.85, "end": 882.09, "word": " what's", "probability": 0.711181640625}, {"start": 882.09, "end": 882.21, "word": " your", "probability": 0.88671875}, {"start": 882.21, "end": 882.59, "word": " point", "probability": 0.96923828125}, {"start": 882.59, "end": 882.79, "word": " of", "probability": 0.97119140625}, {"start": 882.79, "end": 883.01, "word": " view", "probability": 0.884765625}, {"start": 883.01, "end": 883.57, "word": " about", "probability": 0.89013671875}, {"start": 883.57, "end": 884.63, "word": " something", "probability": 0.8818359375}, {"start": 884.63, "end": 885.09, "word": " or", "probability": 0.9521484375}, {"start": 885.09, "end": 885.79, "word": " someone.", "probability": 0.91259765625}, {"start": 886.21, "end": 886.41, "word": " Now", "probability": 0.947265625}, {"start": 886.41, "end": 886.65, "word": " we", "probability": 0.798828125}, {"start": 886.65, "end": 886.85, "word": " have", "probability": 0.9501953125}, {"start": 886.85, "end": 887.13, "word": " something", "probability": 0.87109375}, {"start": 887.13, "end": 887.69, "word": " called", "probability": 0.89794921875}, {"start": 887.69, "end": 888.91, "word": " fact", "probability": 0.8017578125}, {"start": 888.91, "end": 889.61, "word": " adjectives.", "probability": 0.977294921875}, {"start": 889.99, "end": 890.13, "word": " And", "probability": 0.7431640625}, {"start": 890.13, "end": 890.45, "word": " fact", "probability": 0.92529296875}, {"start": 890.45, "end": 891.07, "word": " adjectives", "probability": 0.9775390625}, {"start": 891.07, "end": 891.27, "word": " very", "probability": 0.55029296875}, {"start": 891.27, "end": 891.53, "word": " much", "probability": 0.9169921875}, {"start": 891.53, "end": 891.97, "word": " like", "probability": 0.94580078125}, {"start": 891.97, "end": 892.49, "word": " you.", "probability": 0.91064453125}], "temperature": 1.0}, {"id": 38, "seek": 91802, "start": 893.4, "end": 918.02, "text": " old green are facts because nobody can say no they are yellow it's green is a green for instance okay it's a fact it's a matter of fact they give us factual informations in other words about the age the shape the color the make of something all right let's see now in your textbook on page 107", "tokens": [1331, 3092, 366, 9130, 570, 5079, 393, 584, 572, 436, 366, 5566, 309, 311, 3092, 307, 257, 3092, 337, 5197, 1392, 309, 311, 257, 1186, 309, 311, 257, 1871, 295, 1186, 436, 976, 505, 48029, 38855, 294, 661, 2283, 466, 264, 3205, 264, 3909, 264, 2017, 264, 652, 295, 746, 439, 558, 718, 311, 536, 586, 294, 428, 25591, 322, 3028, 1266, 22], "avg_logprob": -0.25317383045330644, "compression_ratio": 1.6243093922651934, "no_speech_prob": 1.1920928955078125e-07, "words": [{"start": 893.4000000000001, "end": 894.08, "word": " old", "probability": 0.12286376953125}, {"start": 894.08, "end": 894.76, "word": " green", "probability": 0.39013671875}, {"start": 894.76, "end": 895.32, "word": " are", "probability": 0.85595703125}, {"start": 895.32, "end": 896.22, "word": " facts", "probability": 0.7333984375}, {"start": 896.22, "end": 896.44, "word": " because", "probability": 0.474853515625}, {"start": 896.44, "end": 896.74, "word": " nobody", "probability": 0.89404296875}, {"start": 896.74, "end": 896.98, "word": " can", "probability": 0.94384765625}, {"start": 896.98, "end": 897.24, "word": " say", "probability": 0.9423828125}, {"start": 897.24, "end": 897.42, "word": " no", "probability": 0.57373046875}, {"start": 897.42, "end": 897.64, "word": " they", "probability": 0.822265625}, {"start": 897.64, "end": 897.94, "word": " are", "probability": 0.939453125}, {"start": 897.94, "end": 898.48, "word": " yellow", "probability": 0.8330078125}, {"start": 898.48, "end": 899.04, "word": " it's", "probability": 0.6217041015625}, {"start": 899.04, "end": 899.36, "word": " green", "probability": 0.9140625}, {"start": 899.36, "end": 899.54, "word": " is", "probability": 0.8271484375}, {"start": 899.54, "end": 899.64, "word": " a", "probability": 0.433837890625}, {"start": 899.64, "end": 899.9, "word": " green", "probability": 0.8525390625}, {"start": 899.9, "end": 900.12, "word": " for", "probability": 0.85302734375}, {"start": 900.12, "end": 900.56, "word": " instance", "probability": 0.943359375}, {"start": 900.56, "end": 900.88, "word": " okay", "probability": 0.69775390625}, {"start": 900.88, "end": 901.2, "word": " it's", "probability": 0.93798828125}, {"start": 901.2, "end": 901.36, "word": " a", "probability": 0.98681640625}, {"start": 901.36, "end": 901.7, "word": " fact", "probability": 0.91796875}, {"start": 901.7, "end": 902.02, "word": " it's", "probability": 0.942626953125}, {"start": 902.02, "end": 902.14, "word": " a", "probability": 0.990234375}, {"start": 902.14, "end": 902.38, "word": " matter", "probability": 0.8857421875}, {"start": 902.38, "end": 902.56, "word": " of", "probability": 0.9599609375}, {"start": 902.56, "end": 902.84, "word": " fact", "probability": 0.93310546875}, {"start": 902.84, "end": 904.2, "word": " they", "probability": 0.822265625}, {"start": 904.2, "end": 904.5, "word": " give", "probability": 0.89697265625}, {"start": 904.5, "end": 904.8, "word": " us", "probability": 0.93896484375}, {"start": 904.8, "end": 905.32, "word": " factual", "probability": 0.955078125}, {"start": 905.32, "end": 906.1, "word": " informations", "probability": 0.37255859375}, {"start": 906.1, "end": 906.36, "word": " in", "probability": 0.9306640625}, {"start": 906.36, "end": 906.6, "word": " other", "probability": 0.90283203125}, {"start": 906.6, "end": 907.02, "word": " words", "probability": 0.86328125}, {"start": 907.02, "end": 907.78, "word": " about", "probability": 0.90625}, {"start": 907.78, "end": 908.0, "word": " the", "probability": 0.9228515625}, {"start": 908.0, "end": 908.38, "word": " age", "probability": 0.93603515625}, {"start": 908.38, "end": 908.78, "word": " the", "probability": 0.6357421875}, {"start": 908.78, "end": 909.12, "word": " shape", "probability": 0.78955078125}, {"start": 909.12, "end": 909.5, "word": " the", "probability": 0.89013671875}, {"start": 909.5, "end": 909.9, "word": " color", "probability": 0.7783203125}, {"start": 909.9, "end": 910.4, "word": " the", "probability": 0.85107421875}, {"start": 910.4, "end": 910.76, "word": " make", "probability": 0.9287109375}, {"start": 910.76, "end": 911.2, "word": " of", "probability": 0.927734375}, {"start": 911.2, "end": 912.34, "word": " something", "probability": 0.2802734375}, {"start": 912.34, "end": 912.78, "word": " all", "probability": 0.2568359375}, {"start": 912.78, "end": 913.54, "word": " right", "probability": 0.8955078125}, {"start": 913.54, "end": 914.1, "word": " let's", "probability": 0.958251953125}, {"start": 914.1, "end": 914.3, "word": " see", "probability": 0.92626953125}, {"start": 914.3, "end": 914.86, "word": " now", "probability": 0.92529296875}, {"start": 914.86, "end": 915.18, "word": " in", "probability": 0.81201171875}, {"start": 915.18, "end": 915.52, "word": " your", "probability": 0.89013671875}, {"start": 915.52, "end": 916.26, "word": " textbook", "probability": 0.84716796875}, {"start": 916.26, "end": 916.68, "word": " on", "probability": 0.9453125}, {"start": 916.68, "end": 916.98, "word": " page", "probability": 0.92236328125}, {"start": 916.98, "end": 918.02, "word": " 107", "probability": 0.857666015625}], "temperature": 1.0}, {"id": 39, "seek": 93662, "start": 919.7, "end": 936.62, "text": " There is something, there is a kind of arrangement, there is an order for using adjectives or putting one adjective after another. Let's see how this is done. For example, if I want to describe something, I have to start first of all with articles.", "tokens": [821, 307, 746, 11, 456, 307, 257, 733, 295, 17620, 11, 456, 307, 364, 1668, 337, 1228, 29378, 1539, 420, 3372, 472, 44129, 934, 1071, 13, 961, 311, 536, 577, 341, 307, 1096, 13, 1171, 1365, 11, 498, 286, 528, 281, 6786, 746, 11, 286, 362, 281, 722, 700, 295, 439, 365, 11290, 13], "avg_logprob": -0.1346590892835097, "compression_ratio": 1.5276073619631902, "no_speech_prob": 5.960464477539063e-08, "words": [{"start": 919.7, "end": 920.06, "word": " There", "probability": 0.33837890625}, {"start": 920.06, "end": 920.24, "word": " is", "probability": 0.896484375}, {"start": 920.24, "end": 920.64, "word": " something,", "probability": 0.841796875}, {"start": 920.94, "end": 921.08, "word": " there", "probability": 0.89013671875}, {"start": 921.08, "end": 921.22, "word": " is", "probability": 0.92236328125}, {"start": 921.22, "end": 921.38, "word": " a", "probability": 0.94921875}, {"start": 921.38, "end": 921.66, "word": " kind", "probability": 0.90185546875}, {"start": 921.66, "end": 921.86, "word": " of", "probability": 0.96875}, {"start": 921.86, "end": 922.26, "word": " arrangement,", "probability": 0.80908203125}, {"start": 922.48, "end": 922.58, "word": " there", "probability": 0.89111328125}, {"start": 922.58, "end": 922.7, "word": " is", "probability": 0.9140625}, {"start": 922.7, "end": 922.92, "word": " an", "probability": 0.8955078125}, {"start": 922.92, "end": 923.36, "word": " order", "probability": 0.93310546875}, {"start": 923.36, "end": 924.1, "word": " for", "probability": 0.927734375}, {"start": 924.1, "end": 924.9, "word": " using", "probability": 0.9287109375}, {"start": 924.9, "end": 925.92, "word": " adjectives", "probability": 0.96142578125}, {"start": 925.92, "end": 926.3, "word": " or", "probability": 0.83740234375}, {"start": 926.3, "end": 926.64, "word": " putting", "probability": 0.87646484375}, {"start": 926.64, "end": 926.96, "word": " one", "probability": 0.900390625}, {"start": 926.96, "end": 927.48, "word": " adjective", "probability": 0.94970703125}, {"start": 927.48, "end": 928.0, "word": " after", "probability": 0.84716796875}, {"start": 928.0, "end": 929.06, "word": " another.", "probability": 0.92138671875}, {"start": 929.42, "end": 929.7, "word": " Let's", "probability": 0.956298828125}, {"start": 929.7, "end": 929.82, "word": " see", "probability": 0.92919921875}, {"start": 929.82, "end": 930.14, "word": " how", "probability": 0.93310546875}, {"start": 930.14, "end": 930.66, "word": " this", "probability": 0.947265625}, {"start": 930.66, "end": 930.82, "word": " is", "probability": 0.951171875}, {"start": 930.82, "end": 931.08, "word": " done.", "probability": 0.92626953125}, {"start": 931.32, "end": 931.44, "word": " For", "probability": 0.935546875}, {"start": 931.44, "end": 931.88, "word": " example,", "probability": 0.97021484375}, {"start": 932.04, "end": 932.24, "word": " if", "probability": 0.94140625}, {"start": 932.24, "end": 932.38, "word": " I", "probability": 0.9931640625}, {"start": 932.38, "end": 932.62, "word": " want", "probability": 0.888671875}, {"start": 932.62, "end": 932.72, "word": " to", "probability": 0.9736328125}, {"start": 932.72, "end": 933.14, "word": " describe", "probability": 0.859375}, {"start": 933.14, "end": 933.56, "word": " something,", "probability": 0.8701171875}, {"start": 933.68, "end": 933.8, "word": " I", "probability": 0.9921875}, {"start": 933.8, "end": 934.04, "word": " have", "probability": 0.9365234375}, {"start": 934.04, "end": 934.18, "word": " to", "probability": 0.9697265625}, {"start": 934.18, "end": 934.52, "word": " start", "probability": 0.919921875}, {"start": 934.52, "end": 934.86, "word": " first", "probability": 0.83447265625}, {"start": 934.86, "end": 935.0, "word": " of", "probability": 0.93896484375}, {"start": 935.0, "end": 935.24, "word": " all", "probability": 0.94921875}, {"start": 935.24, "end": 935.52, "word": " with", "probability": 0.88720703125}, {"start": 935.52, "end": 936.62, "word": " articles.", "probability": 0.78759765625}], "temperature": 1.0}, {"id": 40, "seek": 95129, "start": 937.85, "end": 951.29, "text": " demonstratives, pronouns and possessives. For example, A or N. For example, A nice house. So there is A, the article begins. Or three interesting stories. Three is a number, okay?", "tokens": [5516, 4481, 1539, 11, 35883, 293, 17490, 1539, 13, 1171, 1365, 11, 316, 420, 426, 13, 1171, 1365, 11, 316, 1481, 1782, 13, 407, 456, 307, 316, 11, 264, 7222, 7338, 13, 1610, 1045, 1880, 3676, 13, 6244, 307, 257, 1230, 11, 1392, 30], "avg_logprob": -0.273958330684238, "compression_ratio": 1.3740458015267176, "no_speech_prob": 2.384185791015625e-07, "words": [{"start": 937.85, "end": 938.41, "word": " demonstratives,", "probability": 0.75048828125}, {"start": 938.91, "end": 939.45, "word": " pronouns", "probability": 0.92724609375}, {"start": 939.45, "end": 939.73, "word": " and", "probability": 0.77490234375}, {"start": 939.73, "end": 940.19, "word": " possessives.", "probability": 0.44140625}, {"start": 940.29, "end": 940.35, "word": " For", "probability": 0.92431640625}, {"start": 940.35, "end": 940.83, "word": " example,", "probability": 0.970703125}, {"start": 941.03, "end": 941.29, "word": " A", "probability": 0.430419921875}, {"start": 941.29, "end": 941.55, "word": " or", "probability": 0.86083984375}, {"start": 941.55, "end": 942.09, "word": " N.", "probability": 0.9189453125}, {"start": 942.61, "end": 942.77, "word": " For", "probability": 0.9072265625}, {"start": 942.77, "end": 943.09, "word": " example,", "probability": 0.97314453125}, {"start": 943.27, "end": 943.53, "word": " A", "probability": 0.83349609375}, {"start": 943.53, "end": 944.21, "word": " nice", "probability": 0.8173828125}, {"start": 944.21, "end": 944.53, "word": " house.", "probability": 0.87255859375}, {"start": 944.75, "end": 944.75, "word": " So", "probability": 0.90478515625}, {"start": 944.75, "end": 944.89, "word": " there", "probability": 0.62548828125}, {"start": 944.89, "end": 945.03, "word": " is", "probability": 0.88037109375}, {"start": 945.03, "end": 945.31, "word": " A,", "probability": 0.93798828125}, {"start": 945.39, "end": 945.53, "word": " the", "probability": 0.90234375}, {"start": 945.53, "end": 945.91, "word": " article", "probability": 0.3974609375}, {"start": 945.91, "end": 946.41, "word": " begins.", "probability": 0.82666015625}, {"start": 946.91, "end": 947.19, "word": " Or", "probability": 0.9599609375}, {"start": 947.19, "end": 947.89, "word": " three", "probability": 0.671875}, {"start": 947.89, "end": 948.89, "word": " interesting", "probability": 0.8349609375}, {"start": 948.89, "end": 949.49, "word": " stories.", "probability": 0.8935546875}, {"start": 949.61, "end": 949.87, "word": " Three", "probability": 0.92041015625}, {"start": 949.87, "end": 950.13, "word": " is", "probability": 0.93212890625}, {"start": 950.13, "end": 950.25, "word": " a", "probability": 0.9755859375}, {"start": 950.25, "end": 950.55, "word": " number,", "probability": 0.93798828125}, {"start": 951.01, "end": 951.29, "word": " okay?", "probability": 0.71533203125}], "temperature": 1.0}, {"id": 41, "seek": 98080, "start": 952.32, "end": 980.8, "text": " Quantity sorry his interesting house pronoun his possessive okay so generally if I want to order things I have to start with numbers so with articles demonstratives pronouns or possessives my his her and so on the second thing comes quantity two fifty some many a few for example a few interesting stories okay", "tokens": [26968, 507, 2597, 702, 1880, 1782, 14144, 702, 17490, 488, 1392, 370, 5101, 498, 286, 528, 281, 1668, 721, 286, 362, 281, 722, 365, 3547, 370, 365, 11290, 5516, 4481, 1539, 35883, 420, 17490, 1539, 452, 702, 720, 293, 370, 322, 264, 1150, 551, 1487, 11275, 732, 13442, 512, 867, 257, 1326, 337, 1365, 257, 1326, 1880, 3676, 1392], "avg_logprob": -0.27083333979050317, "compression_ratio": 1.6720430107526882, "no_speech_prob": 1.7881393432617188e-07, "words": [{"start": 952.32, "end": 953.02, "word": " Quantity", "probability": 0.44921875}, {"start": 953.02, "end": 953.32, "word": " sorry", "probability": 0.3134765625}, {"start": 953.32, "end": 955.16, "word": " his", "probability": 0.3681640625}, {"start": 955.16, "end": 956.1, "word": " interesting", "probability": 0.8544921875}, {"start": 956.1, "end": 956.5, "word": " house", "probability": 0.8642578125}, {"start": 956.5, "end": 956.9, "word": " pronoun", "probability": 0.54296875}, {"start": 956.9, "end": 957.44, "word": " his", "probability": 0.90771484375}, {"start": 957.44, "end": 958.5, "word": " possessive", "probability": 0.922607421875}, {"start": 958.5, "end": 958.8, "word": " okay", "probability": 0.6904296875}, {"start": 958.8, "end": 959.34, "word": " so", "probability": 0.5947265625}, {"start": 959.34, "end": 959.72, "word": " generally", "probability": 0.84033203125}, {"start": 959.72, "end": 959.96, "word": " if", "probability": 0.8955078125}, {"start": 959.96, "end": 960.08, "word": " I", "probability": 0.94580078125}, {"start": 960.08, "end": 960.32, "word": " want", "probability": 0.8115234375}, {"start": 960.32, "end": 960.46, "word": " to", "probability": 0.94384765625}, {"start": 960.46, "end": 960.7, "word": " order", "probability": 0.288818359375}, {"start": 960.7, "end": 961.1, "word": " things", "probability": 0.86962890625}, {"start": 961.1, "end": 961.28, "word": " I", "probability": 0.91796875}, {"start": 961.28, "end": 961.46, "word": " have", "probability": 0.9365234375}, {"start": 961.46, "end": 961.6, "word": " to", "probability": 0.966796875}, {"start": 961.6, "end": 961.88, "word": " start", "probability": 0.92822265625}, {"start": 961.88, "end": 962.08, "word": " with", "probability": 0.9052734375}, {"start": 962.08, "end": 962.6, "word": " numbers", "probability": 0.8876953125}, {"start": 962.6, "end": 963.1, "word": " so", "probability": 0.474365234375}, {"start": 963.1, "end": 963.3, "word": " with", "probability": 0.484619140625}, {"start": 963.3, "end": 963.9, "word": " articles", "probability": 0.92333984375}, {"start": 963.9, "end": 965.26, "word": " demonstratives", "probability": 0.648681640625}, {"start": 965.26, "end": 965.96, "word": " pronouns", "probability": 0.83544921875}, {"start": 965.96, "end": 966.46, "word": " or", "probability": 0.88671875}, {"start": 966.46, "end": 967.58, "word": " possessives", "probability": 0.822021484375}, {"start": 967.58, "end": 968.02, "word": " my", "probability": 0.91845703125}, {"start": 968.02, "end": 968.52, "word": " his", "probability": 0.85009765625}, {"start": 968.52, "end": 969.18, "word": " her", "probability": 0.853515625}, {"start": 969.18, "end": 969.56, "word": " and", "probability": 0.92333984375}, {"start": 969.56, "end": 969.8, "word": " so", "probability": 0.9482421875}, {"start": 969.8, "end": 970.12, "word": " on", "probability": 0.93896484375}, {"start": 970.12, "end": 970.28, "word": " the", "probability": 0.6328125}, {"start": 970.28, "end": 970.58, "word": " second", "probability": 0.89404296875}, {"start": 970.58, "end": 970.94, "word": " thing", "probability": 0.8916015625}, {"start": 970.94, "end": 971.42, "word": " comes", "probability": 0.84619140625}, {"start": 971.42, "end": 972.68, "word": " quantity", "probability": 0.9287109375}, {"start": 972.68, "end": 973.72, "word": " two", "probability": 0.69384765625}, {"start": 973.72, "end": 974.84, "word": " fifty", "probability": 0.82958984375}, {"start": 974.84, "end": 975.5, "word": " some", "probability": 0.65380859375}, {"start": 975.5, "end": 976.72, "word": " many", "probability": 0.67138671875}, {"start": 976.72, "end": 977.34, "word": " a", "probability": 0.87744140625}, {"start": 977.34, "end": 977.58, "word": " few", "probability": 0.9130859375}, {"start": 977.58, "end": 977.8, "word": " for", "probability": 0.8984375}, {"start": 977.8, "end": 978.22, "word": " example", "probability": 0.97900390625}, {"start": 978.22, "end": 978.52, "word": " a", "probability": 0.95703125}, {"start": 978.52, "end": 978.82, "word": " few", "probability": 0.892578125}, {"start": 978.82, "end": 979.4, "word": " interesting", "probability": 0.85791015625}, {"start": 979.4, "end": 980.02, "word": " stories", "probability": 0.9111328125}, {"start": 980.02, "end": 980.8, "word": " okay", "probability": 0.7646484375}], "temperature": 1.0}, {"id": 42, "seek": 100021, "start": 981.23, "end": 1000.21, "text": " Three big houses. Okay, so quantities. The second, the third thing comes in a row is the opinion. For example, three nice, three nice stories. So quantity, opinion, and we have them now. So we have opinion basically. For example,", "tokens": [6244, 955, 8078, 13, 1033, 11, 370, 22927, 13, 440, 1150, 11, 264, 2636, 551, 1487, 294, 257, 5386, 307, 264, 4800, 13, 1171, 1365, 11, 1045, 1481, 11, 1045, 1481, 3676, 13, 407, 11275, 11, 4800, 11, 293, 321, 362, 552, 586, 13, 407, 321, 362, 4800, 1936, 13, 1171, 1365, 11], "avg_logprob": -0.3075810279007311, "compression_ratio": 1.5972222222222223, "no_speech_prob": 2.384185791015625e-07, "words": [{"start": 981.23, "end": 981.63, "word": " Three", "probability": 0.3544921875}, {"start": 981.63, "end": 982.75, "word": " big", "probability": 0.8935546875}, {"start": 982.75, "end": 983.43, "word": " houses.", "probability": 0.86279296875}, {"start": 984.03, "end": 984.43, "word": " Okay,", "probability": 0.432861328125}, {"start": 984.79, "end": 984.79, "word": " so", "probability": 0.8310546875}, {"start": 984.79, "end": 986.39, "word": " quantities.", "probability": 0.6640625}, {"start": 986.89, "end": 987.01, "word": " The", "probability": 0.38330078125}, {"start": 987.01, "end": 987.31, "word": " second,", "probability": 0.63330078125}, {"start": 987.43, "end": 987.53, "word": " the", "probability": 0.7255859375}, {"start": 987.53, "end": 987.79, "word": " third", "probability": 0.9521484375}, {"start": 987.79, "end": 987.99, "word": " thing", "probability": 0.890625}, {"start": 987.99, "end": 988.23, "word": " comes", "probability": 0.546875}, {"start": 988.23, "end": 988.37, "word": " in", "probability": 0.869140625}, {"start": 988.37, "end": 988.49, "word": " a", "probability": 0.84130859375}, {"start": 988.49, "end": 988.71, "word": " row", "probability": 0.9140625}, {"start": 988.71, "end": 989.25, "word": " is", "probability": 0.71875}, {"start": 989.25, "end": 989.43, "word": " the", "probability": 0.7158203125}, {"start": 989.43, "end": 989.75, "word": " opinion.", "probability": 0.91455078125}, {"start": 989.99, "end": 990.09, "word": " For", "probability": 0.91357421875}, {"start": 990.09, "end": 990.47, "word": " example,", "probability": 0.97265625}, {"start": 990.89, "end": 991.25, "word": " three", "probability": 0.86962890625}, {"start": 991.25, "end": 992.21, "word": " nice,", "probability": 0.939453125}, {"start": 992.25, "end": 992.61, "word": " three", "probability": 0.9111328125}, {"start": 992.61, "end": 993.13, "word": " nice", "probability": 0.92333984375}, {"start": 993.13, "end": 993.61, "word": " stories.", "probability": 0.81298828125}, {"start": 993.95, "end": 994.15, "word": " So", "probability": 0.9609375}, {"start": 994.15, "end": 994.79, "word": " quantity,", "probability": 0.80322265625}, {"start": 995.47, "end": 995.81, "word": " opinion,", "probability": 0.9287109375}, {"start": 996.39, "end": 996.71, "word": " and", "probability": 0.931640625}, {"start": 996.71, "end": 997.03, "word": " we", "probability": 0.86865234375}, {"start": 997.03, "end": 997.25, "word": " have", "probability": 0.94970703125}, {"start": 997.25, "end": 997.35, "word": " them", "probability": 0.53173828125}, {"start": 997.35, "end": 997.53, "word": " now.", "probability": 0.869140625}, {"start": 997.61, "end": 997.75, "word": " So", "probability": 0.95166015625}, {"start": 997.75, "end": 997.91, "word": " we", "probability": 0.83203125}, {"start": 997.91, "end": 998.09, "word": " have", "probability": 0.9521484375}, {"start": 998.09, "end": 998.93, "word": " opinion", "probability": 0.89404296875}, {"start": 998.93, "end": 999.49, "word": " basically.", "probability": 0.1796875}, {"start": 999.63, "end": 999.75, "word": " For", "probability": 0.96435546875}, {"start": 999.75, "end": 1000.21, "word": " example,", "probability": 0.97509765625}], "temperature": 1.0}, {"id": 43, "seek": 101534, "start": 1001.04, "end": 1015.34, "text": "happy, beautiful, exciting, silly, cheerful and so after opening adjectives we use appearance and appearance is classified so we talk about the size before", "tokens": [17888, 11, 2238, 11, 4670, 11, 11774, 11, 36942, 293, 370, 934, 5193, 29378, 1539, 321, 764, 8967, 293, 8967, 307, 20627, 370, 321, 751, 466, 264, 2744, 949], "avg_logprob": -0.2598958224058151, "compression_ratio": 1.3716814159292035, "no_speech_prob": 5.960464477539062e-07, "words": [{"start": 1001.04, "end": 1001.84, "word": "happy,", "probability": 0.25732421875}, {"start": 1002.14, "end": 1002.66, "word": " beautiful,", "probability": 0.95703125}, {"start": 1003.2, "end": 1003.8, "word": " exciting,", "probability": 0.89892578125}, {"start": 1004.28, "end": 1004.7, "word": " silly,", "probability": 0.8642578125}, {"start": 1004.92, "end": 1005.44, "word": " cheerful", "probability": 0.9462890625}, {"start": 1005.44, "end": 1006.08, "word": " and", "probability": 0.64404296875}, {"start": 1006.08, "end": 1006.36, "word": " so", "probability": 0.94140625}, {"start": 1006.36, "end": 1006.88, "word": " after", "probability": 0.29150390625}, {"start": 1006.88, "end": 1007.24, "word": " opening", "probability": 0.57080078125}, {"start": 1007.24, "end": 1008.04, "word": " adjectives", "probability": 0.971923828125}, {"start": 1008.04, "end": 1008.26, "word": " we", "probability": 0.8291015625}, {"start": 1008.26, "end": 1008.6, "word": " use", "probability": 0.8740234375}, {"start": 1008.6, "end": 1009.44, "word": " appearance", "probability": 0.66796875}, {"start": 1009.44, "end": 1010.94, "word": " and", "probability": 0.7001953125}, {"start": 1010.94, "end": 1011.5, "word": " appearance", "probability": 0.78955078125}, {"start": 1011.5, "end": 1011.74, "word": " is", "probability": 0.94384765625}, {"start": 1011.74, "end": 1012.24, "word": " classified", "probability": 0.89892578125}, {"start": 1012.24, "end": 1012.74, "word": " so", "probability": 0.830078125}, {"start": 1012.74, "end": 1013.06, "word": " we", "probability": 0.951171875}, {"start": 1013.06, "end": 1013.3, "word": " talk", "probability": 0.83642578125}, {"start": 1013.3, "end": 1013.58, "word": " about", "probability": 0.91162109375}, {"start": 1013.58, "end": 1013.78, "word": " the", "probability": 0.908203125}, {"start": 1013.78, "end": 1014.22, "word": " size", "probability": 0.8701171875}, {"start": 1014.22, "end": 1015.34, "word": " before", "probability": 0.83740234375}], "temperature": 1.0}, {"id": 44, "seek": 104563, "start": 1017.61, "end": 1045.63, "text": " before the condition for example the size large small tiny huge little for example the size of something for example three large houses okay three large nice houses okay three nice large houses for example okay tiny huge and it is then we also have the shape so we have a square round rectangular", "tokens": [949, 264, 4188, 337, 1365, 264, 2744, 2416, 1359, 5870, 2603, 707, 337, 1365, 264, 2744, 295, 746, 337, 1365, 1045, 2416, 8078, 1392, 1045, 2416, 1481, 8078, 1392, 1045, 1481, 2416, 8078, 337, 1365, 1392, 5870, 2603, 293, 309, 307, 550, 321, 611, 362, 264, 3909, 370, 321, 362, 257, 3732, 3098, 31167], "avg_logprob": -0.18025568181818183, "compression_ratio": 2.0067567567567566, "no_speech_prob": 5.960464477539063e-08, "words": [{"start": 1017.61, "end": 1018.07, "word": " before", "probability": 0.69482421875}, {"start": 1018.07, "end": 1018.79, "word": " the", "probability": 0.81201171875}, {"start": 1018.79, "end": 1019.17, "word": " condition", "probability": 0.8974609375}, {"start": 1019.17, "end": 1019.41, "word": " for", "probability": 0.4453125}, {"start": 1019.41, "end": 1019.81, "word": " example", "probability": 0.97607421875}, {"start": 1019.81, "end": 1020.05, "word": " the", "probability": 0.80859375}, {"start": 1020.05, "end": 1020.45, "word": " size", "probability": 0.849609375}, {"start": 1020.45, "end": 1021.35, "word": " large", "probability": 0.79638671875}, {"start": 1021.35, "end": 1021.97, "word": " small", "probability": 0.57080078125}, {"start": 1021.97, "end": 1022.69, "word": " tiny", "probability": 0.826171875}, {"start": 1022.69, "end": 1023.39, "word": " huge", "probability": 0.85546875}, {"start": 1023.39, "end": 1024.01, "word": " little", "probability": 0.69091796875}, {"start": 1024.01, "end": 1024.67, "word": " for", "probability": 0.5751953125}, {"start": 1024.67, "end": 1024.99, "word": " example", "probability": 0.9794921875}, {"start": 1024.99, "end": 1025.19, "word": " the", "probability": 0.83544921875}, {"start": 1025.19, "end": 1025.51, "word": " size", "probability": 0.85791015625}, {"start": 1025.51, "end": 1025.65, "word": " of", "probability": 0.96337890625}, {"start": 1025.65, "end": 1026.01, "word": " something", "probability": 0.87841796875}, {"start": 1026.01, "end": 1026.25, "word": " for", "probability": 0.89501953125}, {"start": 1026.25, "end": 1026.67, "word": " example", "probability": 0.974609375}, {"start": 1026.67, "end": 1027.65, "word": " three", "probability": 0.90869140625}, {"start": 1027.65, "end": 1028.49, "word": " large", "probability": 0.9677734375}, {"start": 1028.49, "end": 1029.39, "word": " houses", "probability": 0.81640625}, {"start": 1029.39, "end": 1030.21, "word": " okay", "probability": 0.8759765625}, {"start": 1030.21, "end": 1030.97, "word": " three", "probability": 0.875}, {"start": 1030.97, "end": 1031.49, "word": " large", "probability": 0.62744140625}, {"start": 1031.49, "end": 1031.99, "word": " nice", "probability": 0.9150390625}, {"start": 1031.99, "end": 1032.55, "word": " houses", "probability": 0.82373046875}, {"start": 1032.55, "end": 1033.11, "word": " okay", "probability": 0.92333984375}, {"start": 1033.11, "end": 1035.39, "word": " three", "probability": 0.818359375}, {"start": 1035.39, "end": 1035.79, "word": " nice", "probability": 0.91943359375}, {"start": 1035.79, "end": 1036.17, "word": " large", "probability": 0.9775390625}, {"start": 1036.17, "end": 1036.53, "word": " houses", "probability": 0.82080078125}, {"start": 1036.53, "end": 1036.75, "word": " for", "probability": 0.9501953125}, {"start": 1036.75, "end": 1037.23, "word": " example", "probability": 0.9765625}, {"start": 1037.23, "end": 1037.61, "word": " okay", "probability": 0.9169921875}, {"start": 1037.61, "end": 1038.39, "word": " tiny", "probability": 0.89111328125}, {"start": 1038.39, "end": 1039.21, "word": " huge", "probability": 0.86572265625}, {"start": 1039.21, "end": 1039.43, "word": " and", "probability": 0.8359375}, {"start": 1039.43, "end": 1039.55, "word": " it", "probability": 0.33740234375}, {"start": 1039.55, "end": 1039.69, "word": " is", "probability": 0.94287109375}, {"start": 1039.69, "end": 1039.89, "word": " then", "probability": 0.79443359375}, {"start": 1039.89, "end": 1040.07, "word": " we", "probability": 0.9423828125}, {"start": 1040.07, "end": 1040.37, "word": " also", "probability": 0.8818359375}, {"start": 1040.37, "end": 1040.81, "word": " have", "probability": 0.94677734375}, {"start": 1040.81, "end": 1041.27, "word": " the", "probability": 0.9189453125}, {"start": 1041.27, "end": 1041.67, "word": " shape", "probability": 0.9296875}, {"start": 1041.67, "end": 1042.41, "word": " so", "probability": 0.92529296875}, {"start": 1042.41, "end": 1042.61, "word": " we", "probability": 0.96533203125}, {"start": 1042.61, "end": 1042.79, "word": " have", "probability": 0.94384765625}, {"start": 1042.79, "end": 1042.97, "word": " a", "probability": 0.828125}, {"start": 1042.97, "end": 1043.55, "word": " square", "probability": 0.90869140625}, {"start": 1043.55, "end": 1044.59, "word": " round", "probability": 0.73974609375}, {"start": 1044.59, "end": 1045.63, "word": " rectangular", "probability": 0.94482421875}], "temperature": 1.0}, {"id": 45, "seek": 104944, "start": 1046.06, "end": 1049.44, "text": " and flat and then we have the condition what it is a", "tokens": [293, 4962, 293, 550, 321, 362, 264, 4188, 437, 309, 307, 257], "avg_logprob": -0.33413460621467006, "compression_ratio": 1.0, "no_speech_prob": 0.0, "words": [{"start": 1046.06, "end": 1046.38, "word": " and", "probability": 0.5888671875}, {"start": 1046.38, "end": 1046.82, "word": " flat", "probability": 0.7646484375}, {"start": 1046.82, "end": 1047.16, "word": " and", "probability": 0.58544921875}, {"start": 1047.16, "end": 1047.3, "word": " then", "probability": 0.82080078125}, {"start": 1047.3, "end": 1047.46, "word": " we", "probability": 0.71240234375}, {"start": 1047.46, "end": 1047.7, "word": " have", "probability": 0.94580078125}, {"start": 1047.7, "end": 1047.88, "word": " the", "probability": 0.90380859375}, {"start": 1047.88, "end": 1048.4, "word": " condition", "probability": 0.939453125}, {"start": 1048.4, "end": 1048.92, "word": " what", "probability": 0.32568359375}, {"start": 1048.92, "end": 1049.06, "word": " it", "probability": 0.865234375}, {"start": 1049.06, "end": 1049.28, "word": " is", "probability": 0.95556640625}, {"start": 1049.28, "end": 1049.44, "word": " a", "probability": 0.50146484375}], "temperature": 1.0}, {"id": 46, "seek": 107723, "start": 1050.25, "end": 1077.23, "text": " Like in its state, for example, rusty, broken, hangry, wasted, cold, and so on. After condition, we have the age, new, old, young, ancient, and so on. After the age comes the color, blue, pink, yellow, crimson, green, and so on. And after the color, the origin, where it comes from. For instance,", "tokens": [1743, 294, 1080, 1785, 11, 337, 1365, 11, 45394, 11, 5463, 11, 3967, 627, 11, 19496, 11, 3554, 11, 293, 370, 322, 13, 2381, 4188, 11, 321, 362, 264, 3205, 11, 777, 11, 1331, 11, 2037, 11, 7832, 11, 293, 370, 322, 13, 2381, 264, 3205, 1487, 264, 2017, 11, 3344, 11, 7022, 11, 5566, 11, 7857, 3015, 11, 3092, 11, 293, 370, 322, 13, 400, 934, 264, 2017, 11, 264, 4957, 11, 689, 309, 1487, 490, 13, 1171, 5197, 11], "avg_logprob": -0.1774009100911094, "compression_ratio": 1.6318681318681318, "no_speech_prob": 5.960464477539063e-08, "words": [{"start": 1050.25, "end": 1050.85, "word": " Like", "probability": 0.382568359375}, {"start": 1050.85, "end": 1051.29, "word": " in", "probability": 0.82958984375}, {"start": 1051.29, "end": 1051.57, "word": " its", "probability": 0.580078125}, {"start": 1051.57, "end": 1052.05, "word": " state,", "probability": 0.9150390625}, {"start": 1052.17, "end": 1052.25, "word": " for", "probability": 0.95361328125}, {"start": 1052.25, "end": 1052.69, "word": " example,", "probability": 0.97412109375}, {"start": 1052.89, "end": 1053.27, "word": " rusty,", "probability": 0.8740234375}, {"start": 1053.77, "end": 1054.31, "word": " broken,", "probability": 0.8916015625}, {"start": 1054.83, "end": 1055.39, "word": " hangry,", "probability": 0.7421875}, {"start": 1055.81, "end": 1056.19, "word": " wasted,", "probability": 0.421875}, {"start": 1056.59, "end": 1057.05, "word": " cold,", "probability": 0.88720703125}, {"start": 1057.19, "end": 1057.33, "word": " and", "probability": 0.94677734375}, {"start": 1057.33, "end": 1057.53, "word": " so", "probability": 0.955078125}, {"start": 1057.53, "end": 1057.73, "word": " on.", "probability": 0.951171875}, {"start": 1058.03, "end": 1058.33, "word": " After", "probability": 0.88427734375}, {"start": 1058.33, "end": 1058.77, "word": " condition,", "probability": 0.6337890625}, {"start": 1058.99, "end": 1059.11, "word": " we", "probability": 0.8662109375}, {"start": 1059.11, "end": 1059.51, "word": " have", "probability": 0.94677734375}, {"start": 1059.51, "end": 1060.41, "word": " the", "probability": 0.564453125}, {"start": 1060.41, "end": 1060.87, "word": " age,", "probability": 0.921875}, {"start": 1061.13, "end": 1061.57, "word": " new,", "probability": 0.9150390625}, {"start": 1061.97, "end": 1062.47, "word": " old,", "probability": 0.84228515625}, {"start": 1062.77, "end": 1063.41, "word": " young,", "probability": 0.9150390625}, {"start": 1063.69, "end": 1064.19, "word": " ancient,", "probability": 0.89306640625}, {"start": 1064.35, "end": 1064.47, "word": " and", "probability": 0.9404296875}, {"start": 1064.47, "end": 1064.67, "word": " so", "probability": 0.95166015625}, {"start": 1064.67, "end": 1064.89, "word": " on.", "probability": 0.9501953125}, {"start": 1065.19, "end": 1065.57, "word": " After", "probability": 0.87451171875}, {"start": 1065.57, "end": 1065.77, "word": " the", "probability": 0.90673828125}, {"start": 1065.77, "end": 1066.01, "word": " age", "probability": 0.93798828125}, {"start": 1066.01, "end": 1066.39, "word": " comes", "probability": 0.74365234375}, {"start": 1066.39, "end": 1066.83, "word": " the", "probability": 0.6494140625}, {"start": 1066.83, "end": 1067.75, "word": " color,", "probability": 0.8486328125}, {"start": 1068.01, "end": 1068.27, "word": " blue,", "probability": 0.96240234375}, {"start": 1068.57, "end": 1068.99, "word": " pink,", "probability": 0.9365234375}, {"start": 1069.19, "end": 1069.49, "word": " yellow,", "probability": 0.83447265625}, {"start": 1069.79, "end": 1070.35, "word": " crimson,", "probability": 0.875732421875}, {"start": 1070.73, "end": 1071.05, "word": " green,", "probability": 0.94677734375}, {"start": 1071.21, "end": 1071.35, "word": " and", "probability": 0.93701171875}, {"start": 1071.35, "end": 1071.63, "word": " so", "probability": 0.95361328125}, {"start": 1071.63, "end": 1071.91, "word": " on.", "probability": 0.9501953125}, {"start": 1072.29, "end": 1072.65, "word": " And", "probability": 0.912109375}, {"start": 1072.65, "end": 1073.07, "word": " after", "probability": 0.7744140625}, {"start": 1073.07, "end": 1073.29, "word": " the", "probability": 0.9169921875}, {"start": 1073.29, "end": 1073.55, "word": " color,", "probability": 0.916015625}, {"start": 1073.85, "end": 1074.71, "word": " the", "probability": 0.9169921875}, {"start": 1074.71, "end": 1075.25, "word": " origin,", "probability": 0.94482421875}, {"start": 1075.41, "end": 1075.55, "word": " where", "probability": 0.94580078125}, {"start": 1075.55, "end": 1075.69, "word": " it", "probability": 0.94873046875}, {"start": 1075.69, "end": 1076.07, "word": " comes", "probability": 0.8837890625}, {"start": 1076.07, "end": 1076.47, "word": " from.", "probability": 0.888671875}, {"start": 1076.55, "end": 1076.73, "word": " For", "probability": 0.96484375}, {"start": 1076.73, "end": 1077.23, "word": " instance,", "probability": 0.95068359375}], "temperature": 1.0}, {"id": 47, "seek": 109105, "start": 1077.99, "end": 1091.05, "text": "blue sorry English, American, Chinese, Indian and so on and then we have the material what is it made of for example plastic, wooden", "tokens": [42113, 2597, 3669, 11, 2665, 11, 4649, 11, 6427, 293, 370, 322, 293, 550, 321, 362, 264, 2527, 437, 307, 309, 1027, 295, 337, 1365, 5900, 11, 14744], "avg_logprob": -0.24191811578027134, "compression_ratio": 1.2110091743119267, "no_speech_prob": 4.172325134277344e-07, "words": [{"start": 1077.99, "end": 1078.33, "word": "blue", "probability": 0.3935546875}, {"start": 1078.33, "end": 1078.87, "word": " sorry", "probability": 0.478515625}, {"start": 1078.87, "end": 1079.79, "word": " English,", "probability": 0.83447265625}, {"start": 1080.17, "end": 1080.57, "word": " American,", "probability": 0.8544921875}, {"start": 1080.95, "end": 1081.59, "word": " Chinese,", "probability": 0.8359375}, {"start": 1082.35, "end": 1083.71, "word": " Indian", "probability": 0.93212890625}, {"start": 1083.71, "end": 1084.09, "word": " and", "probability": 0.81005859375}, {"start": 1084.09, "end": 1084.39, "word": " so", "probability": 0.95068359375}, {"start": 1084.39, "end": 1084.85, "word": " on", "probability": 0.95166015625}, {"start": 1084.85, "end": 1085.23, "word": " and", "probability": 0.466552734375}, {"start": 1085.23, "end": 1085.43, "word": " then", "probability": 0.8486328125}, {"start": 1085.43, "end": 1085.61, "word": " we", "probability": 0.79150390625}, {"start": 1085.61, "end": 1086.09, "word": " have", "probability": 0.9365234375}, {"start": 1086.09, "end": 1086.31, "word": " the", "probability": 0.826171875}, {"start": 1086.31, "end": 1087.57, "word": " material", "probability": 0.8876953125}, {"start": 1087.57, "end": 1087.83, "word": " what", "probability": 0.499267578125}, {"start": 1087.83, "end": 1087.99, "word": " is", "probability": 0.9140625}, {"start": 1087.99, "end": 1088.17, "word": " it", "probability": 0.91650390625}, {"start": 1088.17, "end": 1088.55, "word": " made", "probability": 0.8818359375}, {"start": 1088.55, "end": 1088.93, "word": " of", "probability": 0.9501953125}, {"start": 1088.93, "end": 1089.09, "word": " for", "probability": 0.69873046875}, {"start": 1089.09, "end": 1089.51, "word": " example", "probability": 0.962890625}, {"start": 1089.51, "end": 1090.13, "word": " plastic,", "probability": 0.8408203125}, {"start": 1090.45, "end": 1091.05, "word": " wooden", "probability": 0.74267578125}], "temperature": 1.0}, {"id": 48, "seek": 111504, "start": 1092.76, "end": 1115.04, "text": " a glass woolen and so on and then also we have the purpose all right racing car flying pan what is it used for that's the purpose for it rocking chair and finally we have in the order of adjectives we have nouns functioning as adjectives for example shoe", "tokens": [257, 4276, 24181, 268, 293, 370, 322, 293, 550, 611, 321, 362, 264, 4334, 439, 558, 12553, 1032, 7137, 2462, 437, 307, 309, 1143, 337, 300, 311, 264, 4334, 337, 309, 30929, 6090, 293, 2721, 321, 362, 294, 264, 1668, 295, 29378, 1539, 321, 362, 48184, 18483, 382, 29378, 1539, 337, 1365, 12796], "avg_logprob": -0.23900462907773476, "compression_ratio": 1.6887417218543046, "no_speech_prob": 5.364418029785156e-07, "words": [{"start": 1092.7600000000002, "end": 1093.6000000000001, "word": " a", "probability": 0.1553955078125}, {"start": 1093.6000000000001, "end": 1094.44, "word": " glass", "probability": 0.83349609375}, {"start": 1094.44, "end": 1095.12, "word": " woolen", "probability": 0.66943359375}, {"start": 1095.12, "end": 1095.32, "word": " and", "probability": 0.884765625}, {"start": 1095.32, "end": 1095.52, "word": " so", "probability": 0.763671875}, {"start": 1095.52, "end": 1095.64, "word": " on", "probability": 0.92431640625}, {"start": 1095.64, "end": 1096.12, "word": " and", "probability": 0.4951171875}, {"start": 1096.12, "end": 1096.28, "word": " then", "probability": 0.371337890625}, {"start": 1096.28, "end": 1096.58, "word": " also", "probability": 0.77392578125}, {"start": 1096.58, "end": 1096.76, "word": " we", "probability": 0.93310546875}, {"start": 1096.76, "end": 1097.12, "word": " have", "probability": 0.94921875}, {"start": 1097.12, "end": 1097.8, "word": " the", "probability": 0.6533203125}, {"start": 1097.8, "end": 1098.34, "word": " purpose", "probability": 0.7734375}, {"start": 1098.34, "end": 1099.12, "word": " all", "probability": 0.327392578125}, {"start": 1099.12, "end": 1099.36, "word": " right", "probability": 0.9111328125}, {"start": 1099.36, "end": 1100.08, "word": " racing", "probability": 0.8515625}, {"start": 1100.08, "end": 1100.56, "word": " car", "probability": 0.794921875}, {"start": 1100.56, "end": 1101.46, "word": " flying", "probability": 0.55712890625}, {"start": 1101.46, "end": 1101.88, "word": " pan", "probability": 0.66259765625}, {"start": 1101.88, "end": 1102.2, "word": " what", "probability": 0.8203125}, {"start": 1102.2, "end": 1102.36, "word": " is", "probability": 0.9384765625}, {"start": 1102.36, "end": 1102.5, "word": " it", "probability": 0.95263671875}, {"start": 1102.5, "end": 1102.84, "word": " used", "probability": 0.91015625}, {"start": 1102.84, "end": 1103.22, "word": " for", "probability": 0.9541015625}, {"start": 1103.22, "end": 1103.76, "word": " that's", "probability": 0.900390625}, {"start": 1103.76, "end": 1103.94, "word": " the", "probability": 0.92529296875}, {"start": 1103.94, "end": 1104.34, "word": " purpose", "probability": 0.86865234375}, {"start": 1104.34, "end": 1104.56, "word": " for", "probability": 0.6474609375}, {"start": 1104.56, "end": 1104.76, "word": " it", "probability": 0.8701171875}, {"start": 1104.76, "end": 1105.42, "word": " rocking", "probability": 0.7783203125}, {"start": 1105.42, "end": 1105.94, "word": " chair", "probability": 0.9091796875}, {"start": 1105.94, "end": 1106.6, "word": " and", "probability": 0.92529296875}, {"start": 1106.6, "end": 1107.02, "word": " finally", "probability": 0.861328125}, {"start": 1107.02, "end": 1107.32, "word": " we", "probability": 0.94287109375}, {"start": 1107.32, "end": 1107.82, "word": " have", "probability": 0.94970703125}, {"start": 1107.82, "end": 1108.76, "word": " in", "probability": 0.9306640625}, {"start": 1108.76, "end": 1108.94, "word": " the", "probability": 0.919921875}, {"start": 1108.94, "end": 1109.36, "word": " order", "probability": 0.939453125}, {"start": 1109.36, "end": 1109.56, "word": " of", "probability": 0.9521484375}, {"start": 1109.56, "end": 1110.2, "word": " adjectives", "probability": 0.971923828125}, {"start": 1110.2, "end": 1110.38, "word": " we", "probability": 0.9404296875}, {"start": 1110.38, "end": 1110.68, "word": " have", "probability": 0.947265625}, {"start": 1110.68, "end": 1111.06, "word": " nouns", "probability": 0.95263671875}, {"start": 1111.06, "end": 1111.64, "word": " functioning", "probability": 0.91162109375}, {"start": 1111.64, "end": 1112.3, "word": " as", "probability": 0.958984375}, {"start": 1112.3, "end": 1113.2, "word": " adjectives", "probability": 0.8564453125}, {"start": 1113.2, "end": 1113.86, "word": " for", "probability": 0.7783203125}, {"start": 1113.86, "end": 1114.34, "word": " example", "probability": 0.98046875}, {"start": 1114.34, "end": 1115.04, "word": " shoe", "probability": 0.7392578125}], "temperature": 1.0}, {"id": 49, "seek": 114105, "start": 1115.35, "end": 1141.05, "text": " Wedding dress, a wedding dress, wedding is an adjective, alright? So this is generally the order for putting adjectives one after another if we are using two or more adjectives, okay? So for example, an interesting order book, what is the order here? For example, this is an article, is that right? Interesting? Okay, yeah?", "tokens": [9589, 3584, 5231, 11, 257, 8523, 5231, 11, 8523, 307, 364, 44129, 11, 5845, 30, 407, 341, 307, 5101, 264, 1668, 337, 3372, 29378, 1539, 472, 934, 1071, 498, 321, 366, 1228, 732, 420, 544, 29378, 1539, 11, 1392, 30, 407, 337, 1365, 11, 364, 1880, 1668, 1446, 11, 437, 307, 264, 1668, 510, 30, 1171, 1365, 11, 341, 307, 364, 7222, 11, 307, 300, 558, 30, 14711, 30, 1033, 11, 1338, 30], "avg_logprob": -0.2565455996506923, "compression_ratio": 1.7608695652173914, "no_speech_prob": 5.960464477539063e-08, "words": [{"start": 1115.35, "end": 1116.03, "word": " Wedding", "probability": 0.6474609375}, {"start": 1116.03, "end": 1116.39, "word": " dress,", "probability": 0.84423828125}, {"start": 1116.53, "end": 1116.63, "word": " a", "probability": 0.73193359375}, {"start": 1116.63, "end": 1116.91, "word": " wedding", "probability": 0.94873046875}, {"start": 1116.91, "end": 1117.21, "word": " dress,", "probability": 0.8798828125}, {"start": 1117.31, "end": 1117.51, "word": " wedding", "probability": 0.86865234375}, {"start": 1117.51, "end": 1117.81, "word": " is", "probability": 0.93310546875}, {"start": 1117.81, "end": 1118.21, "word": " an", "probability": 0.8896484375}, {"start": 1118.21, "end": 1119.11, "word": " adjective,", "probability": 0.95751953125}, {"start": 1119.35, "end": 1119.55, "word": " alright?", "probability": 0.7578125}, {"start": 1119.87, "end": 1119.99, "word": " So", "probability": 0.8955078125}, {"start": 1119.99, "end": 1120.25, "word": " this", "probability": 0.73486328125}, {"start": 1120.25, "end": 1120.43, "word": " is", "probability": 0.9560546875}, {"start": 1120.43, "end": 1120.89, "word": " generally", "probability": 0.87646484375}, {"start": 1120.89, "end": 1121.19, "word": " the", "probability": 0.91650390625}, {"start": 1121.19, "end": 1121.57, "word": " order", "probability": 0.95263671875}, {"start": 1121.57, "end": 1122.23, "word": " for", "probability": 0.91015625}, {"start": 1122.23, "end": 1122.81, "word": " putting", "probability": 0.94189453125}, {"start": 1122.81, "end": 1123.53, "word": " adjectives", "probability": 0.974853515625}, {"start": 1123.53, "end": 1123.77, "word": " one", "probability": 0.89892578125}, {"start": 1123.77, "end": 1124.19, "word": " after", "probability": 0.8466796875}, {"start": 1124.19, "end": 1124.59, "word": " another", "probability": 0.89892578125}, {"start": 1124.59, "end": 1124.87, "word": " if", "probability": 0.85009765625}, {"start": 1124.87, "end": 1125.05, "word": " we", "probability": 0.91650390625}, {"start": 1125.05, "end": 1125.35, "word": " are", "probability": 0.93359375}, {"start": 1125.35, "end": 1125.97, "word": " using", "probability": 0.91796875}, {"start": 1125.97, "end": 1126.27, "word": " two", "probability": 0.86279296875}, {"start": 1126.27, "end": 1126.55, "word": " or", "probability": 0.953125}, {"start": 1126.55, "end": 1126.89, "word": " more", "probability": 0.9375}, {"start": 1126.89, "end": 1128.03, "word": " adjectives,", "probability": 0.97314453125}, {"start": 1128.07, "end": 1128.31, "word": " okay?", "probability": 0.66845703125}, {"start": 1128.59, "end": 1128.77, "word": " So", "probability": 0.9404296875}, {"start": 1128.77, "end": 1129.03, "word": " for", "probability": 0.7109375}, {"start": 1129.03, "end": 1129.57, "word": " example,", "probability": 0.97509765625}, {"start": 1130.75, "end": 1131.09, "word": " an", "probability": 0.78271484375}, {"start": 1131.09, "end": 1131.71, "word": " interesting", "probability": 0.88818359375}, {"start": 1131.71, "end": 1132.39, "word": " order", "probability": 0.73974609375}, {"start": 1132.39, "end": 1133.17, "word": " book,", "probability": 0.378662109375}, {"start": 1133.47, "end": 1133.65, "word": " what", "probability": 0.93408203125}, {"start": 1133.65, "end": 1133.77, "word": " is", "probability": 0.93994140625}, {"start": 1133.77, "end": 1134.27, "word": " the", "probability": 0.52685546875}, {"start": 1134.27, "end": 1134.63, "word": " order", "probability": 0.919921875}, {"start": 1134.63, "end": 1135.05, "word": " here?", "probability": 0.8466796875}, {"start": 1135.33, "end": 1135.43, "word": " For", "probability": 0.81640625}, {"start": 1135.43, "end": 1135.91, "word": " example,", "probability": 0.9716796875}, {"start": 1136.13, "end": 1136.49, "word": " this", "probability": 0.8857421875}, {"start": 1136.49, "end": 1136.73, "word": " is", "probability": 0.9443359375}, {"start": 1136.73, "end": 1136.93, "word": " an", "probability": 0.94384765625}, {"start": 1136.93, "end": 1137.45, "word": " article,", "probability": 0.94140625}, {"start": 1138.25, "end": 1138.37, "word": " is", "probability": 0.47265625}, {"start": 1138.37, "end": 1138.47, "word": " that", "probability": 0.91796875}, {"start": 1138.47, "end": 1138.77, "word": " right?", "probability": 0.9130859375}, {"start": 1138.99, "end": 1139.59, "word": " Interesting?", "probability": 0.630859375}, {"start": 1140.45, "end": 1140.77, "word": " Okay,", "probability": 0.61279296875}, {"start": 1140.93, "end": 1141.05, "word": " yeah?", "probability": 0.87353515625}], "temperature": 1.0}, {"id": 50, "seek": 114792, "start": 1145.44, "end": 1147.92, "text": " So it's number one.", "tokens": [407, 309, 311, 1230, 472, 13], "avg_logprob": -0.5661272151129586, "compression_ratio": 0.7142857142857143, "no_speech_prob": 5.960464477539063e-08, "words": [{"start": 1145.4399999999998, "end": 1146.32, "word": " So", "probability": 0.08428955078125}, {"start": 1146.32, "end": 1147.2, "word": " it's", "probability": 0.838623046875}, {"start": 1147.2, "end": 1147.48, "word": " number", "probability": 0.89013671875}, {"start": 1147.48, "end": 1147.92, "word": " one.", "probability": 0.70947265625}], "temperature": 1.0}, {"id": 51, "seek": 117636, "start": 1148.43, "end": 1176.37, "text": " Okay, three and seven. Okay, is that right? Okay, let's see. An ugly pink plastic necklace would be something like number three, number eight and number ten is the material. Okay, so we have an article, opinion, color and material. Generally, this is not order.", "tokens": [1033, 11, 1045, 293, 3407, 13, 1033, 11, 307, 300, 558, 30, 1033, 11, 718, 311, 536, 13, 1107, 12246, 7022, 5900, 24563, 576, 312, 746, 411, 1230, 1045, 11, 1230, 3180, 293, 1230, 2064, 307, 264, 2527, 13, 1033, 11, 370, 321, 362, 364, 7222, 11, 4800, 11, 2017, 293, 2527, 13, 460, 7971, 379, 11, 341, 307, 406, 1668, 13], "avg_logprob": -0.36036706443816896, "compression_ratio": 1.5595238095238095, "no_speech_prob": 0.35693359375, "words": [{"start": 1148.43, "end": 1149.01, "word": " Okay,", "probability": 0.333740234375}, {"start": 1149.53, "end": 1149.71, "word": " three", "probability": 0.6708984375}, {"start": 1149.71, "end": 1150.93, "word": " and", "probability": 0.90087890625}, {"start": 1150.93, "end": 1152.57, "word": " seven.", "probability": 0.55322265625}, {"start": 1152.97, "end": 1153.21, "word": " Okay,", "probability": 0.6279296875}, {"start": 1153.45, "end": 1153.69, "word": " is", "probability": 0.462890625}, {"start": 1153.69, "end": 1153.81, "word": " that", "probability": 0.58740234375}, {"start": 1153.81, "end": 1153.99, "word": " right?", "probability": 0.84423828125}, {"start": 1154.19, "end": 1154.59, "word": " Okay,", "probability": 0.5673828125}, {"start": 1154.67, "end": 1154.91, "word": " let's", "probability": 0.970703125}, {"start": 1154.91, "end": 1155.39, "word": " see.", "probability": 0.927734375}, {"start": 1155.53, "end": 1155.85, "word": " An", "probability": 0.52392578125}, {"start": 1155.85, "end": 1156.33, "word": " ugly", "probability": 0.97705078125}, {"start": 1156.33, "end": 1156.85, "word": " pink", "probability": 0.8515625}, {"start": 1156.85, "end": 1157.43, "word": " plastic", "probability": 0.8798828125}, {"start": 1157.43, "end": 1158.13, "word": " necklace", "probability": 0.94140625}, {"start": 1158.13, "end": 1158.51, "word": " would", "probability": 0.697265625}, {"start": 1158.51, "end": 1158.67, "word": " be", "probability": 0.95751953125}, {"start": 1158.67, "end": 1159.01, "word": " something", "probability": 0.88330078125}, {"start": 1159.01, "end": 1159.55, "word": " like", "probability": 0.93701171875}, {"start": 1159.55, "end": 1160.25, "word": " number", "probability": 0.4091796875}, {"start": 1160.25, "end": 1162.89, "word": " three,", "probability": 0.343994140625}, {"start": 1163.11, "end": 1164.27, "word": " number", "probability": 0.5048828125}, {"start": 1164.27, "end": 1165.51, "word": " eight", "probability": 0.82568359375}, {"start": 1165.51, "end": 1166.97, "word": " and", "probability": 0.60107421875}, {"start": 1166.97, "end": 1167.51, "word": " number", "probability": 0.9140625}, {"start": 1167.51, "end": 1168.03, "word": " ten", "probability": 0.82080078125}, {"start": 1168.03, "end": 1168.69, "word": " is", "probability": 0.73486328125}, {"start": 1168.69, "end": 1168.97, "word": " the", "probability": 0.84619140625}, {"start": 1168.97, "end": 1170.01, "word": " material.", "probability": 0.92236328125}, {"start": 1170.33, "end": 1170.57, "word": " Okay,", "probability": 0.68408203125}, {"start": 1170.77, "end": 1170.95, "word": " so", "probability": 0.947265625}, {"start": 1170.95, "end": 1171.17, "word": " we", "probability": 0.94384765625}, {"start": 1171.17, "end": 1171.41, "word": " have", "probability": 0.94775390625}, {"start": 1171.41, "end": 1171.57, "word": " an", "probability": 0.87451171875}, {"start": 1171.57, "end": 1172.03, "word": " article,", "probability": 0.96533203125}, {"start": 1172.49, "end": 1172.91, "word": " opinion,", "probability": 0.91796875}, {"start": 1173.31, "end": 1173.59, "word": " color", "probability": 0.7958984375}, {"start": 1173.59, "end": 1174.27, "word": " and", "probability": 0.8447265625}, {"start": 1174.27, "end": 1175.01, "word": " material.", "probability": 0.8876953125}, {"start": 1175.19, "end": 1175.51, "word": " Generally,", "probability": 0.7273356119791666}, {"start": 1175.59, "end": 1175.75, "word": " this", "probability": 0.947265625}, {"start": 1175.75, "end": 1175.87, "word": " is", "probability": 0.94775390625}, {"start": 1175.87, "end": 1176.05, "word": " not", "probability": 0.74365234375}, {"start": 1176.05, "end": 1176.37, "word": " order.", "probability": 0.18310546875}], "temperature": 1.0}, {"id": 52, "seek": 120634, "start": 1178.67, "end": 1206.35, "text": " A nice, small African drum. So we have article number one, nice, small, of course African is number four, the origin is, and it's number nine. Okay? Yes. Alright? Let's see the second class. A delicious round chocolate cake. A delicious is number one, delicious, opening.", "tokens": [316, 1481, 11, 1359, 7312, 10206, 13, 407, 321, 362, 7222, 1230, 472, 11, 1481, 11, 1359, 11, 295, 1164, 7312, 307, 1230, 1451, 11, 264, 4957, 307, 11, 293, 309, 311, 1230, 4949, 13, 1033, 30, 1079, 13, 2798, 30, 961, 311, 536, 264, 1150, 1508, 13, 316, 4809, 3098, 6215, 5908, 13, 316, 4809, 307, 1230, 472, 11, 4809, 11, 5193, 13], "avg_logprob": -0.44519230769230766, "compression_ratio": 1.619047619047619, "no_speech_prob": 8.940696716308594e-07, "words": [{"start": 1178.67, "end": 1179.51, "word": " A", "probability": 0.31787109375}, {"start": 1179.51, "end": 1179.91, "word": " nice,", "probability": 0.8310546875}, {"start": 1180.41, "end": 1180.41, "word": " small", "probability": 0.775390625}, {"start": 1180.41, "end": 1181.21, "word": " African", "probability": 0.60888671875}, {"start": 1181.21, "end": 1181.79, "word": " drum.", "probability": 0.21142578125}, {"start": 1181.93, "end": 1182.05, "word": " So", "probability": 0.8916015625}, {"start": 1182.05, "end": 1182.25, "word": " we", "probability": 0.73388671875}, {"start": 1182.25, "end": 1182.51, "word": " have", "probability": 0.9404296875}, {"start": 1182.51, "end": 1182.93, "word": " article", "probability": 0.202392578125}, {"start": 1182.93, "end": 1183.31, "word": " number", "probability": 0.6298828125}, {"start": 1183.31, "end": 1183.69, "word": " one,", "probability": 0.6943359375}, {"start": 1183.89, "end": 1184.61, "word": " nice,", "probability": 0.81201171875}, {"start": 1184.81, "end": 1186.03, "word": " small,", "probability": 0.35693359375}, {"start": 1186.89, "end": 1187.45, "word": " of", "probability": 0.397705078125}, {"start": 1187.45, "end": 1187.83, "word": " course", "probability": 0.95947265625}, {"start": 1187.83, "end": 1188.61, "word": " African", "probability": 0.57568359375}, {"start": 1188.61, "end": 1189.11, "word": " is", "probability": 0.89306640625}, {"start": 1189.11, "end": 1189.41, "word": " number", "probability": 0.169189453125}, {"start": 1189.41, "end": 1189.79, "word": " four,", "probability": 0.5224609375}, {"start": 1190.29, "end": 1190.45, "word": " the", "probability": 0.798828125}, {"start": 1190.45, "end": 1191.11, "word": " origin", "probability": 0.71484375}, {"start": 1191.11, "end": 1191.99, "word": " is,", "probability": 0.90673828125}, {"start": 1192.43, "end": 1192.63, "word": " and", "probability": 0.85546875}, {"start": 1192.63, "end": 1192.83, "word": " it's", "probability": 0.905517578125}, {"start": 1192.83, "end": 1193.31, "word": " number", "probability": 0.9306640625}, {"start": 1193.31, "end": 1194.21, "word": " nine.", "probability": 0.892578125}, {"start": 1194.71, "end": 1195.01, "word": " Okay?", "probability": 0.7265625}, {"start": 1195.27, "end": 1195.59, "word": " Yes.", "probability": 0.281982421875}, {"start": 1195.93, "end": 1196.23, "word": " Alright?", "probability": 0.473876953125}, {"start": 1196.75, "end": 1196.93, "word": " Let's", "probability": 0.668701171875}, {"start": 1196.93, "end": 1197.07, "word": " see", "probability": 0.916015625}, {"start": 1197.07, "end": 1197.31, "word": " the", "probability": 0.9111328125}, {"start": 1197.31, "end": 1197.77, "word": " second", "probability": 0.896484375}, {"start": 1197.77, "end": 1198.09, "word": " class.", "probability": 0.58349609375}, {"start": 1198.41, "end": 1198.59, "word": " A", "probability": 0.96533203125}, {"start": 1198.59, "end": 1199.21, "word": " delicious", "probability": 0.880859375}, {"start": 1199.21, "end": 1199.81, "word": " round", "probability": 0.65478515625}, {"start": 1199.81, "end": 1200.35, "word": " chocolate", "probability": 0.78369140625}, {"start": 1200.35, "end": 1201.59, "word": " cake.", "probability": 0.64306640625}, {"start": 1201.97, "end": 1202.13, "word": " A", "probability": 0.798828125}, {"start": 1202.13, "end": 1202.55, "word": " delicious", "probability": 0.85400390625}, {"start": 1202.55, "end": 1203.05, "word": " is", "probability": 0.92724609375}, {"start": 1203.05, "end": 1203.73, "word": " number", "probability": 0.1873779296875}, {"start": 1203.73, "end": 1204.21, "word": " one,", "probability": 0.93310546875}, {"start": 1204.39, "end": 1204.99, "word": " delicious,", "probability": 0.8857421875}, {"start": 1205.29, "end": 1206.35, "word": " opening.", "probability": 0.384521484375}], "temperature": 1.0}, {"id": 53, "seek": 123541, "start": 1207.59, "end": 1235.41, "text": " Number three, round shape. Number five, and chocolate is number? Material. Material. Noun. Noun functioning as an adjective. So it is number twelve. Twelve. Okay? So we have article, opinion, shape, and noun functioning as an adjective. Let's see the last one. A pair of smart broken leather. So we have smart,", "tokens": [5118, 1045, 11, 3098, 3909, 13, 5118, 1732, 11, 293, 6215, 307, 1230, 30, 29160, 13, 29160, 13, 426, 1733, 13, 426, 1733, 18483, 382, 364, 44129, 13, 407, 309, 307, 1230, 14390, 13, 48063, 13, 1033, 30, 407, 321, 362, 7222, 11, 4800, 11, 3909, 11, 293, 23307, 18483, 382, 364, 44129, 13, 961, 311, 536, 264, 1036, 472, 13, 316, 6119, 295, 4069, 5463, 12821, 13, 407, 321, 362, 4069, 11], "avg_logprob": -0.2791385070697681, "compression_ratio": 1.718232044198895, "no_speech_prob": 4.172325134277344e-07, "words": [{"start": 1207.59, "end": 1207.93, "word": " Number", "probability": 0.501953125}, {"start": 1207.93, "end": 1208.37, "word": " three,", "probability": 0.73193359375}, {"start": 1208.57, "end": 1208.95, "word": " round", "probability": 0.73974609375}, {"start": 1208.95, "end": 1209.91, "word": " shape.", "probability": 0.58251953125}, {"start": 1210.57, "end": 1210.93, "word": " Number", "probability": 0.76513671875}, {"start": 1210.93, "end": 1211.75, "word": " five,", "probability": 0.90234375}, {"start": 1212.19, "end": 1212.41, "word": " and", "probability": 0.79248046875}, {"start": 1212.41, "end": 1212.83, "word": " chocolate", "probability": 0.68798828125}, {"start": 1212.83, "end": 1213.13, "word": " is", "probability": 0.9072265625}, {"start": 1213.13, "end": 1213.67, "word": " number?", "probability": 0.94384765625}, {"start": 1213.79, "end": 1214.53, "word": " Material.", "probability": 0.61279296875}, {"start": 1214.89, "end": 1214.89, "word": " Material.", "probability": 0.44189453125}, {"start": 1215.41, "end": 1215.41, "word": " Noun.", "probability": 0.7235107421875}, {"start": 1215.43, "end": 1216.23, "word": " Noun", "probability": 0.951171875}, {"start": 1216.23, "end": 1216.81, "word": " functioning", "probability": 0.59814453125}, {"start": 1216.81, "end": 1217.45, "word": " as", "probability": 0.96875}, {"start": 1217.45, "end": 1217.83, "word": " an", "probability": 0.349853515625}, {"start": 1217.83, "end": 1218.13, "word": " adjective.", "probability": 0.98876953125}, {"start": 1218.33, "end": 1218.49, "word": " So", "probability": 0.923828125}, {"start": 1218.49, "end": 1218.63, "word": " it", "probability": 0.77099609375}, {"start": 1218.63, "end": 1218.77, "word": " is", "probability": 0.7490234375}, {"start": 1218.77, "end": 1219.33, "word": " number", "probability": 0.93408203125}, {"start": 1219.33, "end": 1220.07, "word": " twelve.", "probability": 0.397705078125}, {"start": 1220.31, "end": 1220.31, "word": " Twelve.", "probability": 0.62890625}, {"start": 1220.79, "end": 1221.21, "word": " Okay?", "probability": 0.6591796875}, {"start": 1221.53, "end": 1221.75, "word": " So", "probability": 0.935546875}, {"start": 1221.75, "end": 1221.97, "word": " we", "probability": 0.87255859375}, {"start": 1221.97, "end": 1222.17, "word": " have", "probability": 0.94580078125}, {"start": 1222.17, "end": 1222.67, "word": " article,", "probability": 0.94189453125}, {"start": 1223.19, "end": 1223.61, "word": " opinion,", "probability": 0.94384765625}, {"start": 1224.27, "end": 1224.73, "word": " shape,", "probability": 0.8935546875}, {"start": 1224.85, "end": 1225.19, "word": " and", "probability": 0.943359375}, {"start": 1225.19, "end": 1225.69, "word": " noun", "probability": 0.96728515625}, {"start": 1225.69, "end": 1226.21, "word": " functioning", "probability": 0.90771484375}, {"start": 1226.21, "end": 1226.77, "word": " as", "probability": 0.97314453125}, {"start": 1226.77, "end": 1227.33, "word": " an", "probability": 0.60400390625}, {"start": 1227.33, "end": 1227.63, "word": " adjective.", "probability": 0.908203125}, {"start": 1227.75, "end": 1227.89, "word": " Let's", "probability": 0.6878662109375}, {"start": 1227.89, "end": 1228.03, "word": " see", "probability": 0.92724609375}, {"start": 1228.03, "end": 1228.17, "word": " the", "probability": 0.888671875}, {"start": 1228.17, "end": 1228.75, "word": " last", "probability": 0.55419921875}, {"start": 1228.75, "end": 1228.99, "word": " one.", "probability": 0.9287109375}, {"start": 1230.19, "end": 1230.49, "word": " A", "probability": 0.95849609375}, {"start": 1230.49, "end": 1230.89, "word": " pair", "probability": 0.86376953125}, {"start": 1230.89, "end": 1231.41, "word": " of", "probability": 0.97021484375}, {"start": 1231.41, "end": 1232.11, "word": " smart", "probability": 0.9716796875}, {"start": 1232.11, "end": 1232.83, "word": " broken", "probability": 0.62109375}, {"start": 1232.83, "end": 1233.91, "word": " leather.", "probability": 0.94091796875}, {"start": 1234.31, "end": 1234.39, "word": " So", "probability": 0.79150390625}, {"start": 1234.39, "end": 1234.63, "word": " we", "probability": 0.9013671875}, {"start": 1234.63, "end": 1234.81, "word": " have", "probability": 0.95263671875}, {"start": 1234.81, "end": 1235.41, "word": " smart,", "probability": 0.9580078125}], "temperature": 1.0}, {"id": 54, "seek": 124654, "start": 1236.04, "end": 1246.54, "text": " is opinion and number eight labor is a material and it is number ten.", "tokens": [307, 4800, 293, 1230, 3180, 5938, 307, 257, 2527, 293, 309, 307, 1230, 2064, 13], "avg_logprob": -0.4133300855755806, "compression_ratio": 1.09375, "no_speech_prob": 5.960464477539063e-08, "words": [{"start": 1236.04, "end": 1236.52, "word": " is", "probability": 0.345947265625}, {"start": 1236.52, "end": 1237.82, "word": " opinion", "probability": 0.70068359375}, {"start": 1237.82, "end": 1239.8, "word": " and", "probability": 0.1761474609375}, {"start": 1239.8, "end": 1241.54, "word": " number", "probability": 0.80615234375}, {"start": 1241.54, "end": 1242.04, "word": " eight", "probability": 0.66259765625}, {"start": 1242.04, "end": 1242.94, "word": " labor", "probability": 0.56982421875}, {"start": 1242.94, "end": 1243.34, "word": " is", "probability": 0.9375}, {"start": 1243.34, "end": 1243.5, "word": " a", "probability": 0.332275390625}, {"start": 1243.5, "end": 1244.08, "word": " material", "probability": 0.9130859375}, {"start": 1244.08, "end": 1244.72, "word": " and", "probability": 0.8447265625}, {"start": 1244.72, "end": 1244.9, "word": " it", "probability": 0.93896484375}, {"start": 1244.9, "end": 1245.08, "word": " is", "probability": 0.919921875}, {"start": 1245.08, "end": 1245.54, "word": " number", "probability": 0.94677734375}, {"start": 1245.54, "end": 1246.54, "word": " ten.", "probability": 0.74560546875}], "temperature": 1.0}, {"id": 55, "seek": 127023, "start": 1247.03, "end": 1270.23, "text": " So as you can see here, we have an order. So generally, size adjectives come before condition or shape adjectives. Age adjectives or adjectives relating to age come before color and so on. So we have to remember or to know or to learn this kind of order whenever we use adjectives. Is this clear?", "tokens": [407, 382, 291, 393, 536, 510, 11, 321, 362, 364, 1668, 13, 407, 5101, 11, 2744, 29378, 1539, 808, 949, 4188, 420, 3909, 29378, 1539, 13, 16280, 29378, 1539, 420, 29378, 1539, 23968, 281, 3205, 808, 949, 2017, 293, 370, 322, 13, 407, 321, 362, 281, 1604, 420, 281, 458, 420, 281, 1466, 341, 733, 295, 1668, 5699, 321, 764, 29378, 1539, 13, 1119, 341, 1850, 30], "avg_logprob": -0.15418197959661484, "compression_ratio": 1.736842105263158, "no_speech_prob": 0.0, "words": [{"start": 1247.03, "end": 1247.29, "word": " So", "probability": 0.54736328125}, {"start": 1247.29, "end": 1247.51, "word": " as", "probability": 0.732421875}, {"start": 1247.51, "end": 1247.65, "word": " you", "probability": 0.8642578125}, {"start": 1247.65, "end": 1247.87, "word": " can", "probability": 0.9501953125}, {"start": 1247.87, "end": 1248.11, "word": " see", "probability": 0.927734375}, {"start": 1248.11, "end": 1248.45, "word": " here,", "probability": 0.86376953125}, {"start": 1248.67, "end": 1248.97, "word": " we", "probability": 0.9599609375}, {"start": 1248.97, "end": 1249.23, "word": " have", "probability": 0.94921875}, {"start": 1249.23, "end": 1249.39, "word": " an", "probability": 0.9267578125}, {"start": 1249.39, "end": 1249.73, "word": " order.", "probability": 0.9365234375}, {"start": 1249.95, "end": 1250.09, "word": " So", "probability": 0.9375}, {"start": 1250.09, "end": 1250.53, "word": " generally,", "probability": 0.73583984375}, {"start": 1250.69, "end": 1251.19, "word": " size", "probability": 0.65478515625}, {"start": 1251.19, "end": 1253.23, "word": " adjectives", "probability": 0.6851806640625}, {"start": 1253.23, "end": 1253.53, "word": " come", "probability": 0.82958984375}, {"start": 1253.53, "end": 1253.97, "word": " before", "probability": 0.869140625}, {"start": 1253.97, "end": 1254.67, "word": " condition", "probability": 0.9267578125}, {"start": 1254.67, "end": 1255.39, "word": " or", "probability": 0.92431640625}, {"start": 1255.39, "end": 1255.75, "word": " shape", "probability": 0.92041015625}, {"start": 1255.75, "end": 1256.47, "word": " adjectives.", "probability": 0.96923828125}, {"start": 1256.85, "end": 1257.11, "word": " Age", "probability": 0.56787109375}, {"start": 1257.11, "end": 1257.97, "word": " adjectives", "probability": 0.96533203125}, {"start": 1257.97, "end": 1259.21, "word": " or", "probability": 0.56640625}, {"start": 1259.21, "end": 1259.75, "word": " adjectives", "probability": 0.97314453125}, {"start": 1259.75, "end": 1260.07, "word": " relating", "probability": 0.9599609375}, {"start": 1260.07, "end": 1260.29, "word": " to", "probability": 0.9638671875}, {"start": 1260.29, "end": 1260.51, "word": " age", "probability": 0.947265625}, {"start": 1260.51, "end": 1260.77, "word": " come", "probability": 0.81689453125}, {"start": 1260.77, "end": 1261.21, "word": " before", "probability": 0.85986328125}, {"start": 1261.21, "end": 1262.09, "word": " color", "probability": 0.744140625}, {"start": 1262.09, "end": 1262.51, "word": " and", "probability": 0.7724609375}, {"start": 1262.51, "end": 1262.75, "word": " so", "probability": 0.95166015625}, {"start": 1262.75, "end": 1262.89, "word": " on.", "probability": 0.93994140625}, {"start": 1262.95, "end": 1262.99, "word": " So", "probability": 0.9033203125}, {"start": 1262.99, "end": 1263.21, "word": " we", "probability": 0.8671875}, {"start": 1263.21, "end": 1263.41, "word": " have", "probability": 0.94970703125}, {"start": 1263.41, "end": 1263.53, "word": " to", "probability": 0.96875}, {"start": 1263.53, "end": 1264.01, "word": " remember", "probability": 0.8408203125}, {"start": 1264.01, "end": 1264.33, "word": " or", "probability": 0.8837890625}, {"start": 1264.33, "end": 1264.49, "word": " to", "probability": 0.9462890625}, {"start": 1264.49, "end": 1264.77, "word": " know", "probability": 0.890625}, {"start": 1264.77, "end": 1264.97, "word": " or", "probability": 0.931640625}, {"start": 1264.97, "end": 1265.13, "word": " to", "probability": 0.92431640625}, {"start": 1265.13, "end": 1265.43, "word": " learn", "probability": 0.9716796875}, {"start": 1265.43, "end": 1266.01, "word": " this", "probability": 0.92919921875}, {"start": 1266.01, "end": 1266.39, "word": " kind", "probability": 0.8828125}, {"start": 1266.39, "end": 1266.57, "word": " of", "probability": 0.9677734375}, {"start": 1266.57, "end": 1266.97, "word": " order", "probability": 0.93994140625}, {"start": 1266.97, "end": 1267.37, "word": " whenever", "probability": 0.91943359375}, {"start": 1267.37, "end": 1267.65, "word": " we", "probability": 0.9609375}, {"start": 1267.65, "end": 1268.01, "word": " use", "probability": 0.89892578125}, {"start": 1268.01, "end": 1269.29, "word": " adjectives.", "probability": 0.970947265625}, {"start": 1269.55, "end": 1269.73, "word": " Is", "probability": 0.94384765625}, {"start": 1269.73, "end": 1269.89, "word": " this", "probability": 0.94677734375}, {"start": 1269.89, "end": 1270.23, "word": " clear?", "probability": 0.89794921875}], "temperature": 1.0}, {"id": 56, "seek": 128646, "start": 1273.3, "end": 1286.46, "text": " Let's draw a textbook this table which clarifies how we use or how we order adjectives. Alright? Let's do this activity before we move to the textbook and try to order", "tokens": [961, 311, 2642, 257, 25591, 341, 3199, 597, 6093, 11221, 577, 321, 764, 420, 577, 321, 1668, 29378, 1539, 13, 2798, 30, 961, 311, 360, 341, 5191, 949, 321, 1286, 281, 264, 25591, 293, 853, 281, 1668], "avg_logprob": -0.33223683269400345, "compression_ratio": 1.411764705882353, "no_speech_prob": 5.960464477539062e-07, "words": [{"start": 1273.3, "end": 1273.3, "word": " Let's", "probability": 0.504150390625}, {"start": 1273.3, "end": 1273.3, "word": " draw", "probability": 0.2401123046875}, {"start": 1273.3, "end": 1273.66, "word": " a", "probability": 0.96923828125}, {"start": 1273.66, "end": 1274.12, "word": " textbook", "probability": 0.671875}, {"start": 1274.12, "end": 1274.46, "word": " this", "probability": 0.333984375}, {"start": 1274.46, "end": 1274.82, "word": " table", "probability": 0.8916015625}, {"start": 1274.82, "end": 1275.06, "word": " which", "probability": 0.791015625}, {"start": 1275.06, "end": 1276.0, "word": " clarifies", "probability": 0.93798828125}, {"start": 1276.0, "end": 1276.26, "word": " how", "probability": 0.91943359375}, {"start": 1276.26, "end": 1276.44, "word": " we", "probability": 0.91455078125}, {"start": 1276.44, "end": 1276.8, "word": " use", "probability": 0.85791015625}, {"start": 1276.8, "end": 1277.44, "word": " or", "probability": 0.7490234375}, {"start": 1277.44, "end": 1277.7, "word": " how", "probability": 0.73583984375}, {"start": 1277.7, "end": 1277.9, "word": " we", "probability": 0.94970703125}, {"start": 1277.9, "end": 1278.3, "word": " order", "probability": 0.9296875}, {"start": 1278.3, "end": 1279.16, "word": " adjectives.", "probability": 0.97314453125}, {"start": 1279.4, "end": 1279.52, "word": " Alright?", "probability": 0.3427734375}, {"start": 1280.64, "end": 1281.12, "word": " Let's", "probability": 0.9453125}, {"start": 1281.12, "end": 1281.36, "word": " do", "probability": 0.95751953125}, {"start": 1281.36, "end": 1281.84, "word": " this", "probability": 0.9462890625}, {"start": 1281.84, "end": 1282.48, "word": " activity", "probability": 0.93115234375}, {"start": 1282.48, "end": 1283.08, "word": " before", "probability": 0.69873046875}, {"start": 1283.08, "end": 1283.26, "word": " we", "probability": 0.9453125}, {"start": 1283.26, "end": 1283.44, "word": " move", "probability": 0.923828125}, {"start": 1283.44, "end": 1283.58, "word": " to", "probability": 0.95166015625}, {"start": 1283.58, "end": 1283.7, "word": " the", "probability": 0.8720703125}, {"start": 1283.7, "end": 1284.18, "word": " textbook", "probability": 0.91650390625}, {"start": 1284.18, "end": 1284.96, "word": " and", "probability": 0.513671875}, {"start": 1284.96, "end": 1285.44, "word": " try", "probability": 0.92822265625}, {"start": 1285.44, "end": 1285.76, "word": " to", "probability": 0.96533203125}, {"start": 1285.76, "end": 1286.46, "word": " order", "probability": 0.923828125}], "temperature": 1.0}, {"id": 57, "seek": 131148, "start": 1287.74, "end": 1311.48, "text": " these adjectives in put these adjectives in the correct order you can use the help of your textbook the table in your textbook to rearrange or put the adjectives in the correct order okay let's do the first one together before I give you some time to work on this at home there is a wooden beautiful square", "tokens": [613, 29378, 1539, 294, 829, 613, 29378, 1539, 294, 264, 3006, 1668, 291, 393, 764, 264, 854, 295, 428, 25591, 264, 3199, 294, 428, 25591, 281, 39568, 420, 829, 264, 29378, 1539, 294, 264, 3006, 1668, 1392, 718, 311, 360, 264, 700, 472, 1214, 949, 286, 976, 291, 512, 565, 281, 589, 322, 341, 412, 1280, 456, 307, 257, 14744, 2238, 3732], "avg_logprob": -0.17261904430767847, "compression_ratio": 1.8606060606060606, "no_speech_prob": 5.960464477539063e-08, "words": [{"start": 1287.7399999999998, "end": 1288.3799999999999, "word": " these", "probability": 0.46240234375}, {"start": 1288.3799999999999, "end": 1289.02, "word": " adjectives", "probability": 0.9560546875}, {"start": 1289.02, "end": 1290.02, "word": " in", "probability": 0.60693359375}, {"start": 1290.02, "end": 1290.46, "word": " put", "probability": 0.419189453125}, {"start": 1290.46, "end": 1290.7, "word": " these", "probability": 0.80419921875}, {"start": 1290.7, "end": 1291.22, "word": " adjectives", "probability": 0.972412109375}, {"start": 1291.22, "end": 1291.4, "word": " in", "probability": 0.94775390625}, {"start": 1291.4, "end": 1291.54, "word": " the", "probability": 0.86474609375}, {"start": 1291.54, "end": 1291.92, "word": " correct", "probability": 0.8662109375}, {"start": 1291.92, "end": 1292.76, "word": " order", "probability": 0.943359375}, {"start": 1292.76, "end": 1293.3, "word": " you", "probability": 0.4892578125}, {"start": 1293.3, "end": 1293.6, "word": " can", "probability": 0.94677734375}, {"start": 1293.6, "end": 1294.0, "word": " use", "probability": 0.736328125}, {"start": 1294.0, "end": 1294.16, "word": " the", "probability": 0.9091796875}, {"start": 1294.16, "end": 1294.44, "word": " help", "probability": 0.87353515625}, {"start": 1294.44, "end": 1294.74, "word": " of", "probability": 0.95751953125}, {"start": 1294.74, "end": 1294.92, "word": " your", "probability": 0.87109375}, {"start": 1294.92, "end": 1295.44, "word": " textbook", "probability": 0.828125}, {"start": 1295.44, "end": 1295.7, "word": " the", "probability": 0.63427734375}, {"start": 1295.7, "end": 1296.0, "word": " table", "probability": 0.892578125}, {"start": 1296.0, "end": 1296.16, "word": " in", "probability": 0.8623046875}, {"start": 1296.16, "end": 1296.3, "word": " your", "probability": 0.88037109375}, {"start": 1296.3, "end": 1296.64, "word": " textbook", "probability": 0.89501953125}, {"start": 1296.64, "end": 1297.1, "word": " to", "probability": 0.9453125}, {"start": 1297.1, "end": 1298.44, "word": " rearrange", "probability": 0.85546875}, {"start": 1298.44, "end": 1299.02, "word": " or", "probability": 0.73974609375}, {"start": 1299.02, "end": 1299.34, "word": " put", "probability": 0.90234375}, {"start": 1299.34, "end": 1299.68, "word": " the", "probability": 0.892578125}, {"start": 1299.68, "end": 1300.22, "word": " adjectives", "probability": 0.966064453125}, {"start": 1300.22, "end": 1300.42, "word": " in", "probability": 0.9501953125}, {"start": 1300.42, "end": 1300.56, "word": " the", "probability": 0.8896484375}, {"start": 1300.56, "end": 1300.94, "word": " correct", "probability": 0.85009765625}, {"start": 1300.94, "end": 1302.12, "word": " order", "probability": 0.9384765625}, {"start": 1302.12, "end": 1302.86, "word": " okay", "probability": 0.473876953125}, {"start": 1302.86, "end": 1303.82, "word": " let's", "probability": 0.71142578125}, {"start": 1303.82, "end": 1303.96, "word": " do", "probability": 0.95703125}, {"start": 1303.96, "end": 1304.12, "word": " the", "probability": 0.91748046875}, {"start": 1304.12, "end": 1304.34, "word": " first", "probability": 0.8857421875}, {"start": 1304.34, "end": 1304.52, "word": " one", "probability": 0.92919921875}, {"start": 1304.52, "end": 1304.84, "word": " together", "probability": 0.8564453125}, {"start": 1304.84, "end": 1305.42, "word": " before", "probability": 0.7294921875}, {"start": 1305.42, "end": 1305.66, "word": " I", "probability": 0.82275390625}, {"start": 1305.66, "end": 1305.84, "word": " give", "probability": 0.88623046875}, {"start": 1305.84, "end": 1305.96, "word": " you", "probability": 0.9619140625}, {"start": 1305.96, "end": 1306.22, "word": " some", "probability": 0.89404296875}, {"start": 1306.22, "end": 1306.48, "word": " time", "probability": 0.8876953125}, {"start": 1306.48, "end": 1306.66, "word": " to", "probability": 0.9658203125}, {"start": 1306.66, "end": 1306.94, "word": " work", "probability": 0.92236328125}, {"start": 1306.94, "end": 1307.12, "word": " on", "probability": 0.93505859375}, {"start": 1307.12, "end": 1307.32, "word": " this", "probability": 0.93701171875}, {"start": 1307.32, "end": 1307.9, "word": " at", "probability": 0.8134765625}, {"start": 1307.9, "end": 1308.28, "word": " home", "probability": 0.8798828125}, {"start": 1308.28, "end": 1308.56, "word": " there", "probability": 0.87841796875}, {"start": 1308.56, "end": 1308.96, "word": " is", "probability": 0.9453125}, {"start": 1308.96, "end": 1309.56, "word": " a", "probability": 0.96630859375}, {"start": 1309.56, "end": 1309.92, "word": " wooden", "probability": 0.77587890625}, {"start": 1309.92, "end": 1310.44, "word": " beautiful", "probability": 0.9443359375}, {"start": 1310.44, "end": 1311.48, "word": " square", "probability": 0.923828125}], "temperature": 1.0}, {"id": 58, "seek": 133153, "start": 1312.67, "end": 1331.53, "text": " table in the dining room would be something like at home there is a beautiful square, wooden square, wooden square, with square within. So we have a beautiful", "tokens": [3199, 294, 264, 17874, 1808, 576, 312, 746, 411, 412, 1280, 456, 307, 257, 2238, 3732, 11, 14744, 3732, 11, 14744, 3732, 11, 365, 3732, 1951, 13, 407, 321, 362, 257, 2238], "avg_logprob": -0.36174242424242425, "compression_ratio": 1.5288461538461537, "no_speech_prob": 5.960464477539062e-07, "words": [{"start": 1312.67, "end": 1313.19, "word": " table", "probability": 0.291748046875}, {"start": 1313.19, "end": 1313.51, "word": " in", "probability": 0.94384765625}, {"start": 1313.51, "end": 1313.65, "word": " the", "probability": 0.9013671875}, {"start": 1313.65, "end": 1313.97, "word": " dining", "probability": 0.919921875}, {"start": 1313.97, "end": 1314.37, "word": " room", "probability": 0.9482421875}, {"start": 1314.37, "end": 1314.75, "word": " would", "probability": 0.392822265625}, {"start": 1314.75, "end": 1314.91, "word": " be", "probability": 0.95458984375}, {"start": 1314.91, "end": 1315.27, "word": " something", "probability": 0.8740234375}, {"start": 1315.27, "end": 1315.75, "word": " like", "probability": 0.9072265625}, {"start": 1315.75, "end": 1316.03, "word": " at", "probability": 0.69677734375}, {"start": 1316.03, "end": 1316.23, "word": " home", "probability": 0.87060546875}, {"start": 1316.23, "end": 1316.45, "word": " there", "probability": 0.84814453125}, {"start": 1316.45, "end": 1316.75, "word": " is", "probability": 0.91015625}, {"start": 1316.75, "end": 1317.39, "word": " a", "probability": 0.97509765625}, {"start": 1317.39, "end": 1318.75, "word": " beautiful", "probability": 0.921875}, {"start": 1318.75, "end": 1320.45, "word": " square,", "probability": 0.740234375}, {"start": 1320.89, "end": 1321.21, "word": " wooden", "probability": 0.51953125}, {"start": 1321.21, "end": 1321.85, "word": " square,", "probability": 0.88720703125}, {"start": 1321.97, "end": 1323.43, "word": " wooden", "probability": 0.7431640625}, {"start": 1323.43, "end": 1325.29, "word": " square,", "probability": 0.859375}, {"start": 1326.27, "end": 1326.85, "word": " with", "probability": 0.193603515625}, {"start": 1326.85, "end": 1328.63, "word": " square", "probability": 0.7021484375}, {"start": 1328.63, "end": 1329.45, "word": " within.", "probability": 0.497314453125}, {"start": 1329.77, "end": 1329.95, "word": " So", "probability": 0.93701171875}, {"start": 1329.95, "end": 1330.25, "word": " we", "probability": 0.8046875}, {"start": 1330.25, "end": 1330.67, "word": " have", "probability": 0.94287109375}, {"start": 1330.67, "end": 1330.99, "word": " a", "probability": 0.95947265625}, {"start": 1330.99, "end": 1331.53, "word": " beautiful", "probability": 0.9599609375}], "temperature": 1.0}, {"id": 59, "seek": 135161, "start": 1338.47, "end": 1351.61, "text": " So we have the article, the opinion, the shape, and then we have the material. Alright? Now I'll give you some time to work on each one of these questions. Okay? Your lessons.", "tokens": [407, 321, 362, 264, 7222, 11, 264, 4800, 11, 264, 3909, 11, 293, 550, 321, 362, 264, 2527, 13, 2798, 30, 823, 286, 603, 976, 291, 512, 565, 281, 589, 322, 1184, 472, 295, 613, 1651, 13, 1033, 30, 2260, 8820, 13], "avg_logprob": -0.22438227021416954, "compression_ratio": 1.3233082706766917, "no_speech_prob": 1.7881393432617188e-06, "words": [{"start": 1338.47, "end": 1338.73, "word": " So", "probability": 0.65673828125}, {"start": 1338.73, "end": 1339.01, "word": " we", "probability": 0.5966796875}, {"start": 1339.01, "end": 1339.29, "word": " have", "probability": 0.9462890625}, {"start": 1339.29, "end": 1339.47, "word": " the", "probability": 0.88623046875}, {"start": 1339.47, "end": 1339.97, "word": " article,", "probability": 0.91748046875}, {"start": 1340.63, "end": 1340.73, "word": " the", "probability": 0.9111328125}, {"start": 1340.73, "end": 1341.19, "word": " opinion,", "probability": 0.92919921875}, {"start": 1341.69, "end": 1342.11, "word": " the", "probability": 0.90673828125}, {"start": 1342.11, "end": 1342.63, "word": " shape,", "probability": 0.91357421875}, {"start": 1343.01, "end": 1343.27, "word": " and", "probability": 0.93359375}, {"start": 1343.27, "end": 1343.43, "word": " then", "probability": 0.84521484375}, {"start": 1343.43, "end": 1343.65, "word": " we", "probability": 0.94287109375}, {"start": 1343.65, "end": 1344.11, "word": " have", "probability": 0.95068359375}, {"start": 1344.11, "end": 1344.59, "word": " the", "probability": 0.9130859375}, {"start": 1344.59, "end": 1345.11, "word": " material.", "probability": 0.83935546875}, {"start": 1345.59, "end": 1345.71, "word": " Alright?", "probability": 0.64794921875}, {"start": 1346.07, "end": 1346.19, "word": " Now", "probability": 0.83740234375}, {"start": 1346.19, "end": 1346.39, "word": " I'll", "probability": 0.667724609375}, {"start": 1346.39, "end": 1346.55, "word": " give", "probability": 0.8798828125}, {"start": 1346.55, "end": 1346.67, "word": " you", "probability": 0.96240234375}, {"start": 1346.67, "end": 1346.91, "word": " some", "probability": 0.88134765625}, {"start": 1346.91, "end": 1347.13, "word": " time", "probability": 0.8876953125}, {"start": 1347.13, "end": 1347.31, "word": " to", "probability": 0.966796875}, {"start": 1347.31, "end": 1347.55, "word": " work", "probability": 0.91650390625}, {"start": 1347.55, "end": 1347.75, "word": " on", "probability": 0.9521484375}, {"start": 1347.75, "end": 1347.95, "word": " each", "probability": 0.900390625}, {"start": 1347.95, "end": 1348.65, "word": " one", "probability": 0.4228515625}, {"start": 1348.65, "end": 1348.83, "word": " of", "probability": 0.955078125}, {"start": 1348.83, "end": 1349.13, "word": " these", "probability": 0.85107421875}, {"start": 1349.13, "end": 1350.09, "word": " questions.", "probability": 0.90673828125}, {"start": 1350.49, "end": 1350.67, "word": " Okay?", "probability": 0.6591796875}, {"start": 1351.19, "end": 1351.33, "word": " Your", "probability": 0.350341796875}, {"start": 1351.33, "end": 1351.61, "word": " lessons.", "probability": 0.61474609375}], "temperature": 1.0}, {"id": 60, "seek": 138999, "start": 1387.71, "end": 1389.99, "text": " Say it with me.", "tokens": [6463, 309, 365, 385, 13], "avg_logprob": -1.44921878973643, "compression_ratio": 0.6666666666666666, "no_speech_prob": 4.112720489501953e-06, "words": [{"start": 1387.71, "end": 1388.79, "word": " Say", "probability": 0.0238494873046875}, {"start": 1388.79, "end": 1389.87, "word": " it", "probability": 0.431640625}, {"start": 1389.87, "end": 1389.97, "word": " with", "probability": 0.2064208984375}, {"start": 1389.97, "end": 1389.99, "word": " me.", "probability": 0.50244140625}], "temperature": 1.0}, {"id": 61, "seek": 140166, "start": 1401.2, "end": 1401.66, "text": " Thank you.", "tokens": [1044, 291, 13], "avg_logprob": -0.95361328125, "compression_ratio": 0.5789473684210527, "no_speech_prob": 9.101629257202148e-05, "words": [{"start": 1401.2, "end": 1401.5, "word": " Thank", "probability": 0.0252685546875}, {"start": 1401.5, "end": 1401.66, "word": " you.", "probability": 0.93212890625}], "temperature": 1.0}, {"id": 62, "seek": 143487, "start": 1430.188, "end": 1434.87, "text": " Welcome. Welcome.", "tokens": [4027, 13, 4027, 13], "avg_logprob": -1.51953125, "compression_ratio": 0.9473684210526315, "no_speech_prob": 0.00014412403106689453, "words": [{"start": 1430.1884687500003, "end": 1430.81, "word": " Welcome.", "probability": 0.0178985595703125}, {"start": 1433.65, "end": 1434.87, "word": " Welcome.", "probability": 0.373779296875}], "temperature": 1.0}, {"id": 63, "seek": 146490, "start": 1461.7, "end": 1464.9, "text": " Alright, number two. Number two. Yes, please.", "tokens": [2798, 11, 1230, 732, 13, 5118, 732, 13, 1079, 11, 1767, 13], "avg_logprob": -0.44080528846153844, "compression_ratio": 1.0222222222222221, "no_speech_prob": 0.0, "words": [{"start": 1461.7, "end": 1462.3, "word": " Alright,", "probability": 0.380615234375}, {"start": 1462.76, "end": 1463.0, "word": " number", "probability": 0.60400390625}, {"start": 1463.0, "end": 1463.32, "word": " two.", "probability": 0.6142578125}, {"start": 1463.66, "end": 1463.98, "word": " Number", "probability": 0.54248046875}, {"start": 1463.98, "end": 1464.32, "word": " two.", "probability": 0.9375}, {"start": 1464.48, "end": 1464.66, "word": " Yes,", "probability": 0.93701171875}, {"start": 1464.74, "end": 1464.9, "word": " please.", "probability": 0.7666015625}], "temperature": 1.0}, {"id": 64, "seek": 148653, "start": 1485.63, "end": 1486.53, "text": "Very nice!", "tokens": [53, 68, 627, 1481, 0], "avg_logprob": -0.9049479166666666, "compression_ratio": 0.5555555555555556, "no_speech_prob": 0.0, "words": [{"start": 1485.63, "end": 1486.23, "word": "Very", "probability": 0.4878031412760417}, {"start": 1486.23, "end": 1486.53, "word": " nice!", "probability": 0.85107421875}], "temperature": 1.0}, {"id": 65, "seek": 151689, "start": 1487.99, "end": 1516.89, "text": " Nice. Italian. You. Age. Age. Age. And woman is the? Material. Material. Okay. Yes, please. I saw an interesting old American movie, old movie with friends at home. Very nice. So, an interesting old age and then we have the origin. Yes. The nationality or the origin is an interesting old American movie. Yes, please.", "tokens": [5490, 13, 10003, 13, 509, 13, 16280, 13, 16280, 13, 16280, 13, 400, 3059, 307, 264, 30, 29160, 13, 29160, 13, 1033, 13, 1079, 11, 1767, 13, 286, 1866, 364, 1880, 1331, 2665, 3169, 11, 1331, 3169, 365, 1855, 412, 1280, 13, 4372, 1481, 13, 407, 11, 364, 1880, 1331, 3205, 293, 550, 321, 362, 264, 4957, 13, 1079, 13, 440, 4048, 507, 420, 264, 4957, 307, 364, 1880, 1331, 2665, 3169, 13, 1079, 11, 1767, 13], "avg_logprob": -0.3403445608340777, "compression_ratio": 1.8068181818181819, "no_speech_prob": 1.2516975402832031e-06, "words": [{"start": 1487.99, "end": 1488.71, "word": " Nice.", "probability": 0.435791015625}, {"start": 1488.91, "end": 1489.31, "word": " Italian.", "probability": 0.28076171875}, {"start": 1489.87, "end": 1490.55, "word": " You.", "probability": 0.47021484375}, {"start": 1491.13, "end": 1491.57, "word": " Age.", "probability": 0.283935546875}, {"start": 1491.77, "end": 1492.11, "word": " Age.", "probability": 0.8466796875}, {"start": 1492.49, "end": 1492.91, "word": " Age.", "probability": 0.72607421875}, {"start": 1493.45, "end": 1493.79, "word": " And", "probability": 0.8203125}, {"start": 1493.79, "end": 1494.13, "word": " woman", "probability": 0.12445068359375}, {"start": 1494.13, "end": 1494.47, "word": " is", "probability": 0.951171875}, {"start": 1494.47, "end": 1494.75, "word": " the?", "probability": 0.84423828125}, {"start": 1494.77, "end": 1494.93, "word": " Material.", "probability": 0.904296875}, {"start": 1495.17, "end": 1495.71, "word": " Material.", "probability": 0.92041015625}, {"start": 1496.11, "end": 1496.47, "word": " Okay.", "probability": 0.63330078125}, {"start": 1496.71, "end": 1497.03, "word": " Yes,", "probability": 0.94775390625}, {"start": 1497.13, "end": 1497.25, "word": " please.", "probability": 0.79833984375}, {"start": 1497.39, "end": 1497.81, "word": " I", "probability": 0.7939453125}, {"start": 1497.81, "end": 1498.13, "word": " saw", "probability": 0.9072265625}, {"start": 1498.13, "end": 1498.43, "word": " an", "probability": 0.93115234375}, {"start": 1498.43, "end": 1499.05, "word": " interesting", "probability": 0.853515625}, {"start": 1499.05, "end": 1499.49, "word": " old", "probability": 0.85400390625}, {"start": 1499.49, "end": 1500.05, "word": " American", "probability": 0.84423828125}, {"start": 1500.05, "end": 1500.63, "word": " movie,", "probability": 0.93505859375}, {"start": 1500.79, "end": 1501.19, "word": " old", "probability": 0.275146484375}, {"start": 1501.19, "end": 1501.79, "word": " movie", "probability": 0.90576171875}, {"start": 1501.79, "end": 1502.19, "word": " with", "probability": 0.70849609375}, {"start": 1502.19, "end": 1502.59, "word": " friends", "probability": 0.69921875}, {"start": 1502.59, "end": 1502.79, "word": " at", "probability": 0.7880859375}, {"start": 1502.79, "end": 1502.83, "word": " home.", "probability": 0.28076171875}, {"start": 1502.83, "end": 1503.17, "word": " Very", "probability": 0.74951171875}, {"start": 1503.17, "end": 1503.43, "word": " nice.", "probability": 0.888671875}, {"start": 1503.65, "end": 1503.85, "word": " So,", "probability": 0.8232421875}, {"start": 1504.03, "end": 1504.43, "word": " an", "probability": 0.68896484375}, {"start": 1504.43, "end": 1505.81, "word": " interesting", "probability": 0.65185546875}, {"start": 1505.81, "end": 1507.05, "word": " old", "probability": 0.666015625}, {"start": 1507.05, "end": 1508.07, "word": " age", "probability": 0.44140625}, {"start": 1508.07, "end": 1508.53, "word": " and", "probability": 0.44189453125}, {"start": 1508.53, "end": 1508.73, "word": " then", "probability": 0.8359375}, {"start": 1508.73, "end": 1508.93, "word": " we", "probability": 0.9189453125}, {"start": 1508.93, "end": 1509.43, "word": " have", "probability": 0.95068359375}, {"start": 1509.43, "end": 1509.91, "word": " the", "probability": 0.90966796875}, {"start": 1509.91, "end": 1510.35, "word": " origin.", "probability": 0.88818359375}, {"start": 1510.71, "end": 1510.75, "word": " Yes.", "probability": 0.466552734375}, {"start": 1510.99, "end": 1511.13, "word": " The", "probability": 0.8095703125}, {"start": 1511.13, "end": 1511.79, "word": " nationality", "probability": 0.90771484375}, {"start": 1511.79, "end": 1511.95, "word": " or", "probability": 0.78369140625}, {"start": 1511.95, "end": 1512.09, "word": " the", "probability": 0.88232421875}, {"start": 1512.09, "end": 1512.47, "word": " origin", "probability": 0.927734375}, {"start": 1512.47, "end": 1512.91, "word": " is", "probability": 0.9287109375}, {"start": 1512.91, "end": 1513.81, "word": " an", "probability": 0.67041015625}, {"start": 1513.81, "end": 1514.45, "word": " interesting", "probability": 0.85986328125}, {"start": 1514.45, "end": 1514.85, "word": " old", "probability": 0.9306640625}, {"start": 1514.85, "end": 1515.31, "word": " American", "probability": 0.86181640625}, {"start": 1515.31, "end": 1516.21, "word": " movie.", "probability": 0.9052734375}, {"start": 1516.43, "end": 1516.61, "word": " Yes,", "probability": 0.966796875}, {"start": 1516.69, "end": 1516.89, "word": " please.", "probability": 0.806640625}], "temperature": 1.0}, {"id": 66, "seek": 153228, "start": 1520.62, "end": 1532.28, "text": " Big black or black big? Big black. So big black clouds because sun comes before the color. Alright? Let's continue the remaining questions please.", "tokens": [5429, 2211, 420, 2211, 955, 30, 5429, 2211, 13, 407, 955, 2211, 12193, 570, 3295, 1487, 949, 264, 2017, 13, 2798, 30, 961, 311, 2354, 264, 8877, 1651, 1767, 13], "avg_logprob": -0.3487903360397585, "compression_ratio": 1.3243243243243243, "no_speech_prob": 6.4373016357421875e-06, "words": [{"start": 1520.62, "end": 1521.36, "word": " Big", "probability": 0.235107421875}, {"start": 1521.36, "end": 1521.64, "word": " black", "probability": 0.72021484375}, {"start": 1521.64, "end": 1521.92, "word": " or", "probability": 0.73388671875}, {"start": 1521.92, "end": 1522.22, "word": " black", "probability": 0.74365234375}, {"start": 1522.22, "end": 1522.54, "word": " big?", "probability": 0.853515625}, {"start": 1522.74, "end": 1523.06, "word": " Big", "probability": 0.74951171875}, {"start": 1523.06, "end": 1523.48, "word": " black.", "probability": 0.88134765625}, {"start": 1524.12, "end": 1524.32, "word": " So", "probability": 0.630859375}, {"start": 1524.32, "end": 1524.84, "word": " big", "probability": 0.360107421875}, {"start": 1524.84, "end": 1526.2, "word": " black", "probability": 0.83740234375}, {"start": 1526.2, "end": 1526.86, "word": " clouds", "probability": 0.85595703125}, {"start": 1526.86, "end": 1527.3, "word": " because", "probability": 0.72119140625}, {"start": 1527.3, "end": 1527.84, "word": " sun", "probability": 0.378173828125}, {"start": 1527.84, "end": 1528.3, "word": " comes", "probability": 0.8154296875}, {"start": 1528.3, "end": 1528.8, "word": " before", "probability": 0.86962890625}, {"start": 1528.8, "end": 1529.24, "word": " the", "probability": 0.7783203125}, {"start": 1529.24, "end": 1529.52, "word": " color.", "probability": 0.66650390625}, {"start": 1529.76, "end": 1529.92, "word": " Alright?", "probability": 0.457275390625}, {"start": 1530.28, "end": 1530.46, "word": " Let's", "probability": 0.943359375}, {"start": 1530.46, "end": 1530.84, "word": " continue", "probability": 0.89599609375}, {"start": 1530.84, "end": 1531.0, "word": " the", "probability": 0.58740234375}, {"start": 1531.0, "end": 1531.32, "word": " remaining", "probability": 0.94873046875}, {"start": 1531.32, "end": 1531.88, "word": " questions", "probability": 0.95166015625}, {"start": 1531.88, "end": 1532.28, "word": " please.", "probability": 0.6337890625}], "temperature": 1.0}, {"id": 67, "seek": 156725, "start": 1562.69, "end": 1567.25, "text": " I don't have anything. I'm confused.", "tokens": [286, 500, 380, 362, 1340, 13, 286, 478, 9019, 13], "avg_logprob": -1.2365057251670144, "compression_ratio": 0.8222222222222222, "no_speech_prob": 4.5299530029296875e-06, "words": [{"start": 1562.69, "end": 1563.73, "word": " I", "probability": 0.09002685546875}, {"start": 1563.73, "end": 1564.77, "word": " don't", "probability": 0.598876953125}, {"start": 1564.77, "end": 1565.03, "word": " have", "probability": 0.245849609375}, {"start": 1565.03, "end": 1565.21, "word": " anything.", "probability": 0.374267578125}, {"start": 1565.95, "end": 1566.97, "word": " I'm", "probability": 0.291259765625}, {"start": 1566.97, "end": 1567.25, "word": " confused.", "probability": 0.1522216796875}], "temperature": 1.0}, {"id": 68, "seek": 159473, "start": 1569.31, "end": 1594.73, "text": " So who's the father? Ask him. Ask him. Ask him. Ask him.", "tokens": [407, 567, 311, 264, 3086, 30, 12320, 796, 13, 12320, 796, 13, 12320, 796, 13, 12320, 796, 13], "avg_logprob": -1.0625000125483464, "compression_ratio": 1.5, "no_speech_prob": 8.64267349243164e-06, "words": [{"start": 1569.31, "end": 1570.03, "word": " So", "probability": 0.0188751220703125}, {"start": 1570.03, "end": 1571.01, "word": " who's", "probability": 0.23492431640625}, {"start": 1571.01, "end": 1571.05, "word": " the", "probability": 0.478759765625}, {"start": 1571.05, "end": 1571.21, "word": " father?", "probability": 0.56201171875}, {"start": 1572.01, "end": 1572.39, "word": " Ask", "probability": 0.31396484375}, {"start": 1572.39, "end": 1572.59, "word": " him.", "probability": 0.5146484375}, {"start": 1572.69, "end": 1572.77, "word": " Ask", "probability": 0.059661865234375}, {"start": 1572.77, "end": 1573.51, "word": " him.", "probability": 0.62646484375}, {"start": 1574.71, "end": 1575.81, "word": " Ask", "probability": 0.276611328125}, {"start": 1575.81, "end": 1576.09, "word": " him.", "probability": 0.8037109375}, {"start": 1577.81, "end": 1578.63, "word": " Ask", "probability": 0.49609375}, {"start": 1578.63, "end": 1594.73, "word": " him.", "probability": 0.89306640625}], "temperature": 1.0}, {"id": 69, "seek": 160795, "start": 1594.75, "end": 1607.95, "text": " I'm here", "tokens": [286, 478, 510], "avg_logprob": -1.4609374701976776, "compression_ratio": 0.5294117647058824, "no_speech_prob": 1.4781951904296875e-05, "words": [{"start": 1594.75, "end": 1595.47, "word": " I'm", "probability": 0.20159912109375}, {"start": 1595.47, "end": 1607.95, "word": " here", "probability": 0.207275390625}], "temperature": 1.0}, {"id": 70, "seek": 162460, "start": 1612.52, "end": 1624.6, "text": " It's shiny. Shiny. Shiny color. Shiny. Shiny. Shiny. Shiny spots.", "tokens": [467, 311, 16997, 13, 49683, 13, 49683, 2017, 13, 49683, 13, 49683, 13, 49683, 13, 49683, 10681, 13], "avg_logprob": -0.8223684461493241, "compression_ratio": 1.65, "no_speech_prob": 6.079673767089844e-06, "words": [{"start": 1612.52, "end": 1613.34, "word": " It's", "probability": 0.42584228515625}, {"start": 1613.34, "end": 1613.34, "word": " shiny.", "probability": 0.12841796875}, {"start": 1613.7, "end": 1613.88, "word": " Shiny.", "probability": 0.888671875}, {"start": 1615.5, "end": 1616.32, "word": " Shiny", "probability": 0.814453125}, {"start": 1616.32, "end": 1616.7, "word": " color.", "probability": 0.265869140625}, {"start": 1622.3, "end": 1623.12, "word": " Shiny.", "probability": 0.7255859375}, {"start": 1623.48, "end": 1623.78, "word": " Shiny.", "probability": 0.89013671875}, {"start": 1623.94, "end": 1623.94, "word": " Shiny.", "probability": 0.85546875}, {"start": 1624.38, "end": 1624.38, "word": " Shiny", "probability": 0.56884765625}, {"start": 1624.38, "end": 1624.6, "word": " spots.", "probability": 0.1656494140625}], "temperature": 1.0}, {"id": 71, "seek": 165955, "start": 1639.29, "end": 1659.55, "text": " Germany Germany Germany Germany Germany Germany Germany Germany Germany Germany", "tokens": [7244, 7244, 7244, 7244, 7244, 7244, 7244, 7244, 7244, 7244], "avg_logprob": -1.0014204545454546, "compression_ratio": 4.2105263157894735, "no_speech_prob": 4.172325134277344e-07, "words": [{"start": 1639.2899999999997, "end": 1640.6899999999998, "word": " Germany", "probability": 0.01727294921875}, {"start": 1640.6899999999998, "end": 1642.09, "word": " Germany", "probability": 0.2257080078125}, {"start": 1642.09, "end": 1649.29, "word": " Germany", "probability": 0.345458984375}, {"start": 1649.29, "end": 1650.49, "word": " Germany", "probability": 0.53515625}, {"start": 1650.49, "end": 1653.87, "word": " Germany", "probability": 0.7275390625}, {"start": 1653.87, "end": 1654.51, "word": " Germany", "probability": 0.8271484375}, {"start": 1654.51, "end": 1655.07, "word": " Germany", "probability": 0.8798828125}, {"start": 1655.07, "end": 1656.17, "word": " Germany", "probability": 0.9052734375}, {"start": 1656.17, "end": 1658.19, "word": " Germany", "probability": 0.9189453125}, {"start": 1658.19, "end": 1659.55, "word": " Germany", "probability": 0.9267578125}], "temperature": 1.0}, {"id": 72, "seek": 167276, "start": 1667.22, "end": 1672.76, "text": " Last week I visited a lovely small old village.", "tokens": [5264, 1243, 286, 11220, 257, 7496, 1359, 1331, 7288, 13], "avg_logprob": -0.5351562391627919, "compression_ratio": 0.8727272727272727, "no_speech_prob": 0.495361328125, "words": [{"start": 1667.2200000000003, "end": 1668.3200000000002, "word": " Last", "probability": 0.06597900390625}, {"start": 1668.3200000000002, "end": 1669.42, "word": " week", "probability": 0.93603515625}, {"start": 1669.42, "end": 1669.78, "word": " I", "probability": 0.6591796875}, {"start": 1669.78, "end": 1670.16, "word": " visited", "probability": 0.81884765625}, {"start": 1670.16, "end": 1670.76, "word": " a", "probability": 0.95703125}, {"start": 1670.76, "end": 1671.04, "word": " lovely", "probability": 0.84765625}, {"start": 1671.04, "end": 1671.48, "word": " small", "probability": 0.8212890625}, {"start": 1671.48, "end": 1671.98, "word": " old", "probability": 0.6923828125}, {"start": 1671.98, "end": 1672.76, "word": " village.", "probability": 0.90625}], "temperature": 1.0}, {"id": 73, "seek": 171769, "start": 1695.65, "end": 1717.69, "text": " Red, yellow, umbrella, okay? Yes, please. John was given an adorable little flag, each by his sister. So, an adorable opinion, okay? Little flag, size and then?", "tokens": [4477, 11, 5566, 11, 21925, 11, 1392, 30, 1079, 11, 1767, 13, 2619, 390, 2212, 364, 18698, 707, 7166, 11, 1184, 538, 702, 4892, 13, 407, 11, 364, 18698, 4800, 11, 1392, 30, 8022, 7166, 11, 2744, 293, 550, 30], "avg_logprob": -0.56897867016676, "compression_ratio": 1.319672131147541, "no_speech_prob": 4.172325134277344e-07, "words": [{"start": 1695.65, "end": 1696.65, "word": " Red,", "probability": 0.102294921875}, {"start": 1697.33, "end": 1698.25, "word": " yellow,", "probability": 0.454345703125}, {"start": 1698.75, "end": 1700.25, "word": " umbrella,", "probability": 0.53125}, {"start": 1700.59, "end": 1701.03, "word": " okay?", "probability": 0.70751953125}, {"start": 1701.47, "end": 1701.89, "word": " Yes,", "probability": 0.63916015625}, {"start": 1701.97, "end": 1702.19, "word": " please.", "probability": 0.77099609375}, {"start": 1702.63, "end": 1703.19, "word": " John", "probability": 0.2215576171875}, {"start": 1703.19, "end": 1703.51, "word": " was", "probability": 0.9365234375}, {"start": 1703.51, "end": 1704.01, "word": " given", "probability": 0.90625}, {"start": 1704.01, "end": 1704.81, "word": " an", "probability": 0.39599609375}, {"start": 1704.81, "end": 1705.65, "word": " adorable", "probability": 0.9599609375}, {"start": 1705.65, "end": 1706.23, "word": " little", "probability": 0.86767578125}, {"start": 1706.23, "end": 1706.79, "word": " flag,", "probability": 0.401611328125}, {"start": 1707.15, "end": 1708.09, "word": " each", "probability": 0.495849609375}, {"start": 1708.09, "end": 1708.43, "word": " by", "probability": 0.9287109375}, {"start": 1708.43, "end": 1708.79, "word": " his", "probability": 0.95654296875}, {"start": 1708.79, "end": 1710.35, "word": " sister.", "probability": 0.71533203125}, {"start": 1710.73, "end": 1710.73, "word": " So,", "probability": 0.321533203125}, {"start": 1710.87, "end": 1711.41, "word": " an", "probability": 0.420166015625}, {"start": 1711.41, "end": 1712.65, "word": " adorable", "probability": 0.9453125}, {"start": 1712.65, "end": 1713.33, "word": " opinion,", "probability": 0.420654296875}, {"start": 1714.01, "end": 1714.29, "word": " okay?", "probability": 0.77490234375}, {"start": 1714.87, "end": 1715.23, "word": " Little", "probability": 0.7841796875}, {"start": 1715.23, "end": 1716.23, "word": " flag,", "probability": 0.246826171875}, {"start": 1716.75, "end": 1717.15, "word": " size", "probability": 0.7119140625}, {"start": 1717.15, "end": 1717.45, "word": " and", "probability": 0.41552734375}, {"start": 1717.45, "end": 1717.69, "word": " then?", "probability": 0.56884765625}], "temperature": 1.0}, {"id": 74, "seek": 174377, "start": 1724.25, "end": 1743.77, "text": "What? Oh, this is my hand. Okay, a new shiny or a shiny new? A shiny. A shiny, was it? It's the condition. Yes, yes. This is shiny is a condition, alright? Like rusty or .. So, a shiny new Italian sport, a shiny, a shiny new Italian sport, sports car.", "tokens": [3748, 30, 876, 11, 341, 307, 452, 1011, 13, 1033, 11, 257, 777, 16997, 420, 257, 16997, 777, 30, 316, 16997, 13, 316, 16997, 11, 390, 309, 30, 467, 311, 264, 4188, 13, 1079, 11, 2086, 13, 639, 307, 16997, 307, 257, 4188, 11, 5845, 30, 1743, 45394, 420, 4386, 407, 11, 257, 16997, 777, 10003, 7282, 11, 257, 16997, 11, 257, 16997, 777, 10003, 7282, 11, 6573, 1032, 13], "avg_logprob": -0.39128520539109135, "compression_ratio": 1.6622516556291391, "no_speech_prob": 5.364418029785156e-07, "words": [{"start": 1724.25, "end": 1724.53, "word": "What?", "probability": 0.0845947265625}, {"start": 1724.65, "end": 1724.75, "word": " Oh,", "probability": 0.70166015625}, {"start": 1724.79, "end": 1724.89, "word": " this", "probability": 0.90869140625}, {"start": 1724.89, "end": 1725.01, "word": " is", "probability": 0.94140625}, {"start": 1725.01, "end": 1725.19, "word": " my", "probability": 0.95458984375}, {"start": 1725.19, "end": 1725.39, "word": " hand.", "probability": 0.73486328125}, {"start": 1725.45, "end": 1725.71, "word": " Okay,", "probability": 0.447265625}, {"start": 1725.87, "end": 1725.99, "word": " a", "probability": 0.8623046875}, {"start": 1725.99, "end": 1726.59, "word": " new", "probability": 0.681640625}, {"start": 1726.59, "end": 1726.91, "word": " shiny", "probability": 0.755859375}, {"start": 1726.91, "end": 1727.09, "word": " or", "probability": 0.89453125}, {"start": 1727.09, "end": 1727.23, "word": " a", "probability": 0.9326171875}, {"start": 1727.23, "end": 1727.53, "word": " shiny", "probability": 0.9052734375}, {"start": 1727.53, "end": 1727.87, "word": " new?", "probability": 0.86669921875}, {"start": 1728.31, "end": 1728.71, "word": " A", "probability": 0.57177734375}, {"start": 1728.71, "end": 1728.71, "word": " shiny.", "probability": 0.8388671875}, {"start": 1728.71, "end": 1728.89, "word": " A", "probability": 0.7509765625}, {"start": 1728.89, "end": 1729.47, "word": " shiny,", "probability": 0.8798828125}, {"start": 1729.57, "end": 1729.75, "word": " was", "probability": 0.34228515625}, {"start": 1729.75, "end": 1729.87, "word": " it?", "probability": 0.935546875}, {"start": 1729.89, "end": 1730.03, "word": " It's", "probability": 0.6544189453125}, {"start": 1730.03, "end": 1730.17, "word": " the", "probability": 0.77099609375}, {"start": 1730.17, "end": 1730.73, "word": " condition.", "probability": 0.95947265625}, {"start": 1730.97, "end": 1731.17, "word": " Yes,", "probability": 0.77294921875}, {"start": 1731.37, "end": 1731.51, "word": " yes.", "probability": 0.890625}, {"start": 1731.57, "end": 1731.75, "word": " This", "probability": 0.3896484375}, {"start": 1731.75, "end": 1731.87, "word": " is", "probability": 0.623046875}, {"start": 1731.87, "end": 1732.13, "word": " shiny", "probability": 0.65380859375}, {"start": 1732.13, "end": 1732.29, "word": " is", "probability": 0.69775390625}, {"start": 1732.29, "end": 1732.39, "word": " a", "probability": 0.89892578125}, {"start": 1732.39, "end": 1732.83, "word": " condition,", "probability": 0.935546875}, {"start": 1733.19, "end": 1733.45, "word": " alright?", "probability": 0.64111328125}, {"start": 1733.81, "end": 1733.99, "word": " Like", "probability": 0.86181640625}, {"start": 1733.99, "end": 1734.41, "word": " rusty", "probability": 0.86376953125}, {"start": 1734.41, "end": 1734.77, "word": " or", "probability": 0.76171875}, {"start": 1734.77, "end": 1735.03, "word": " ..", "probability": 0.3046875}, {"start": 1735.03, "end": 1735.33, "word": " So,", "probability": 0.6123046875}, {"start": 1735.47, "end": 1735.59, "word": " a", "probability": 0.90234375}, {"start": 1735.59, "end": 1736.05, "word": " shiny", "probability": 0.89794921875}, {"start": 1736.05, "end": 1736.93, "word": " new", "probability": 0.56494140625}, {"start": 1736.93, "end": 1738.13, "word": " Italian", "probability": 0.837890625}, {"start": 1738.13, "end": 1738.67, "word": " sport,", "probability": 0.63037109375}, {"start": 1738.85, "end": 1739.59, "word": " a", "probability": 0.77001953125}, {"start": 1739.59, "end": 1740.01, "word": " shiny,", "probability": 0.87841796875}, {"start": 1740.19, "end": 1740.81, "word": " a", "probability": 0.9052734375}, {"start": 1740.81, "end": 1741.17, "word": " shiny", "probability": 0.91455078125}, {"start": 1741.17, "end": 1741.55, "word": " new", "probability": 0.884765625}, {"start": 1741.55, "end": 1742.07, "word": " Italian", "probability": 0.8837890625}, {"start": 1742.07, "end": 1742.57, "word": " sport,", "probability": 0.88818359375}, {"start": 1742.85, "end": 1743.39, "word": " sports", "probability": 0.5478515625}, {"start": 1743.39, "end": 1743.77, "word": " car.", "probability": 0.927734375}], "temperature": 1.0}, {"id": 75, "seek": 176559, "start": 1744.03, "end": 1765.59, "text": " It was such a lovely sunny day. Fairness, it was such a lovely opinion plus a condition, sunny, it is the condition. So such a lovely sunny day. Alright, is this clear? Yes. Alright, now we are doing something similar on page 180 in your textbook.", "tokens": [467, 390, 1270, 257, 7496, 20412, 786, 13, 12157, 1287, 11, 309, 390, 1270, 257, 7496, 4800, 1804, 257, 4188, 11, 20412, 11, 309, 307, 264, 4188, 13, 407, 1270, 257, 7496, 20412, 786, 13, 2798, 11, 307, 341, 1850, 30, 1079, 13, 2798, 11, 586, 321, 366, 884, 746, 2531, 322, 3028, 11971, 294, 428, 25591, 13], "avg_logprob": -0.31276481838549597, "compression_ratio": 1.6209150326797386, "no_speech_prob": 0.0, "words": [{"start": 1744.03, "end": 1744.37, "word": " It", "probability": 0.119384765625}, {"start": 1744.37, "end": 1745.63, "word": " was", "probability": 0.8857421875}, {"start": 1745.63, "end": 1746.01, "word": " such", "probability": 0.93115234375}, {"start": 1746.01, "end": 1746.57, "word": " a", "probability": 0.98876953125}, {"start": 1746.57, "end": 1746.93, "word": " lovely", "probability": 0.8935546875}, {"start": 1746.93, "end": 1747.09, "word": " sunny", "probability": 0.3994140625}, {"start": 1747.09, "end": 1747.41, "word": " day.", "probability": 0.86572265625}, {"start": 1747.83, "end": 1748.39, "word": " Fairness,", "probability": 0.6817626953125}, {"start": 1748.45, "end": 1748.59, "word": " it", "probability": 0.8916015625}, {"start": 1748.59, "end": 1748.83, "word": " was", "probability": 0.95458984375}, {"start": 1748.83, "end": 1749.33, "word": " such", "probability": 0.93798828125}, {"start": 1749.33, "end": 1749.71, "word": " a", "probability": 0.994140625}, {"start": 1749.71, "end": 1750.23, "word": " lovely", "probability": 0.89990234375}, {"start": 1750.23, "end": 1750.89, "word": " opinion", "probability": 0.461669921875}, {"start": 1750.89, "end": 1751.77, "word": " plus", "probability": 0.84619140625}, {"start": 1751.77, "end": 1752.15, "word": " a", "probability": 0.262939453125}, {"start": 1752.15, "end": 1752.69, "word": " condition,", "probability": 0.80419921875}, {"start": 1752.95, "end": 1753.27, "word": " sunny,", "probability": 0.9580078125}, {"start": 1753.41, "end": 1753.53, "word": " it", "probability": 0.927734375}, {"start": 1753.53, "end": 1753.67, "word": " is", "probability": 0.87158203125}, {"start": 1753.67, "end": 1753.83, "word": " the", "probability": 0.845703125}, {"start": 1753.83, "end": 1754.23, "word": " condition.", "probability": 0.94189453125}, {"start": 1754.49, "end": 1754.63, "word": " So", "probability": 0.6875}, {"start": 1754.63, "end": 1755.49, "word": " such", "probability": 0.4970703125}, {"start": 1755.49, "end": 1756.11, "word": " a", "probability": 0.9970703125}, {"start": 1756.11, "end": 1757.05, "word": " lovely", "probability": 0.8984375}, {"start": 1757.05, "end": 1757.97, "word": " sunny", "probability": 0.93408203125}, {"start": 1757.97, "end": 1758.89, "word": " day.", "probability": 0.95263671875}, {"start": 1759.21, "end": 1759.43, "word": " Alright,", "probability": 0.59521484375}, {"start": 1759.53, "end": 1759.63, "word": " is", "probability": 0.92138671875}, {"start": 1759.63, "end": 1759.81, "word": " this", "probability": 0.9306640625}, {"start": 1759.81, "end": 1760.09, "word": " clear?", "probability": 0.9169921875}, {"start": 1760.31, "end": 1760.49, "word": " Yes.", "probability": 0.650390625}, {"start": 1760.75, "end": 1761.05, "word": " Alright,", "probability": 0.71826171875}, {"start": 1761.21, "end": 1761.43, "word": " now", "probability": 0.9228515625}, {"start": 1761.43, "end": 1761.79, "word": " we", "probability": 0.64208984375}, {"start": 1761.79, "end": 1761.95, "word": " are", "probability": 0.65625}, {"start": 1761.95, "end": 1762.19, "word": " doing", "probability": 0.962890625}, {"start": 1762.19, "end": 1762.71, "word": " something", "probability": 0.865234375}, {"start": 1762.71, "end": 1763.23, "word": " similar", "probability": 0.953125}, {"start": 1763.23, "end": 1763.49, "word": " on", "probability": 0.939453125}, {"start": 1763.49, "end": 1763.85, "word": " page", "probability": 0.9208984375}, {"start": 1763.85, "end": 1764.81, "word": " 180", "probability": 0.4892578125}, {"start": 1764.81, "end": 1765.05, "word": " in", "probability": 0.76416015625}, {"start": 1765.05, "end": 1765.19, "word": " your", "probability": 0.87646484375}, {"start": 1765.19, "end": 1765.59, "word": " textbook.", "probability": 0.88330078125}], "temperature": 1.0}, {"id": 76, "seek": 178262, "start": 1765.92, "end": 1782.62, "text": " Alright? And the same exercise put the adjectives in between brackets in the corrector on exercise one hundred and eight to sentences from one to ten please.", "tokens": [2798, 30, 400, 264, 912, 5380, 829, 264, 29378, 1539, 294, 1296, 26179, 294, 264, 29731, 1672, 322, 5380, 472, 3262, 293, 3180, 281, 16579, 490, 472, 281, 2064, 1767, 13], "avg_logprob": -0.3679199246689677, "compression_ratio": 1.3859649122807018, "no_speech_prob": 1.9073486328125e-06, "words": [{"start": 1765.92, "end": 1766.4, "word": " Alright?", "probability": 0.2115478515625}, {"start": 1766.78, "end": 1766.94, "word": " And", "probability": 0.81689453125}, {"start": 1766.94, "end": 1767.08, "word": " the", "probability": 0.375244140625}, {"start": 1767.08, "end": 1767.28, "word": " same", "probability": 0.92041015625}, {"start": 1767.28, "end": 1767.92, "word": " exercise", "probability": 0.9580078125}, {"start": 1767.92, "end": 1768.56, "word": " put", "probability": 0.38134765625}, {"start": 1768.56, "end": 1769.12, "word": " the", "probability": 0.91064453125}, {"start": 1769.12, "end": 1770.58, "word": " adjectives", "probability": 0.96142578125}, {"start": 1770.58, "end": 1771.0, "word": " in", "probability": 0.6552734375}, {"start": 1771.0, "end": 1771.64, "word": " between", "probability": 0.62744140625}, {"start": 1771.64, "end": 1772.24, "word": " brackets", "probability": 0.81884765625}, {"start": 1772.24, "end": 1773.08, "word": " in", "probability": 0.59326171875}, {"start": 1773.08, "end": 1773.28, "word": " the", "probability": 0.9013671875}, {"start": 1773.28, "end": 1773.96, "word": " corrector", "probability": 0.799560546875}, {"start": 1773.96, "end": 1774.72, "word": " on", "probability": 0.383056640625}, {"start": 1774.72, "end": 1775.84, "word": " exercise", "probability": 0.89990234375}, {"start": 1775.84, "end": 1776.06, "word": " one", "probability": 0.478271484375}, {"start": 1776.06, "end": 1776.28, "word": " hundred", "probability": 0.90966796875}, {"start": 1776.28, "end": 1776.5, "word": " and", "probability": 0.92529296875}, {"start": 1776.5, "end": 1776.84, "word": " eight", "probability": 0.77001953125}, {"start": 1776.84, "end": 1777.2, "word": " to", "probability": 0.409423828125}, {"start": 1777.2, "end": 1780.58, "word": " sentences", "probability": 0.9296875}, {"start": 1780.58, "end": 1781.04, "word": " from", "probability": 0.8759765625}, {"start": 1781.04, "end": 1781.32, "word": " one", "probability": 0.9013671875}, {"start": 1781.32, "end": 1781.68, "word": " to", "probability": 0.974609375}, {"start": 1781.68, "end": 1782.22, "word": " ten", "probability": 0.927734375}, {"start": 1782.22, "end": 1782.62, "word": " please.", "probability": 0.6123046875}], "temperature": 1.0}, {"id": 77, "seek": 181855, "start": 1805.87, "end": 1818.55, "text": " Okay. Okay. Okay. Okay.", "tokens": [1033, 13, 1033, 13, 1033, 13, 1033, 13], "avg_logprob": -1.2795138888888888, "compression_ratio": 1.5, "no_speech_prob": 2.3365020751953125e-05, "words": [{"start": 1805.87, "end": 1807.27, "word": " Okay.", "probability": 0.02069091796875}, {"start": 1807.27, "end": 1808.67, "word": " Okay.", "probability": 0.151123046875}, {"start": 1817.01, "end": 1818.41, "word": " Okay.", "probability": 0.288818359375}, {"start": 1818.43, "end": 1818.55, "word": " Okay.", "probability": 0.496826171875}], "temperature": 1.0}, {"id": 78, "seek": 184270, "start": 1833.0, "end": 1842.7, "text": " Okay. Okay. Okay.", "tokens": [1033, 13, 1033, 13, 1033, 13], "avg_logprob": -1.3526785714285714, "compression_ratio": 1.125, "no_speech_prob": 0.00022172927856445312, "words": [{"start": 1833.0, "end": 1834.4, "word": " Okay.", "probability": 0.0256195068359375}, {"start": 1834.84, "end": 1834.84, "word": " Okay.", "probability": 0.17822265625}, {"start": 1841.3, "end": 1842.7, "word": " Okay.", "probability": 0.2109375}], "temperature": 1.0}, {"id": 79, "seek": 189503, "start": 1888.73, "end": 1895.03, "text": " Thank you. Thank you. Thank you.", "tokens": [1044, 291, 13, 1044, 291, 13, 1044, 291, 13], "avg_logprob": -1.058593761920929, "compression_ratio": 1.5, "no_speech_prob": 8.940696716308594e-07, "words": [{"start": 1888.7299999999998, "end": 1890.1299999999999, "word": " Thank", "probability": 0.0162200927734375}, {"start": 1890.1299999999999, "end": 1891.53, "word": " you.", "probability": 0.9150390625}, {"start": 1892.01, "end": 1893.41, "word": " Thank", "probability": 0.2138671875}, {"start": 1893.41, "end": 1894.01, "word": " you.", "probability": 0.95361328125}, {"start": 1894.01, "end": 1894.87, "word": " Thank", "probability": 0.24755859375}, {"start": 1894.87, "end": 1895.03, "word": " you.", "probability": 0.95458984375}], "temperature": 1.0}, {"id": 80, "seek": 190023, "start": 1897.93, "end": 1900.23, "text": " Thank you. Thank you.", "tokens": [1044, 291, 13, 1044, 291, 13], "avg_logprob": -1.1785714285714286, "compression_ratio": 1.0476190476190477, "no_speech_prob": 0.0003693103790283203, "words": [{"start": 1897.93, "end": 1898.21, "word": " Thank", "probability": 0.01329803466796875}, {"start": 1898.21, "end": 1898.89, "word": " you.", "probability": 0.9140625}, {"start": 1899.61, "end": 1900.03, "word": " Thank", "probability": 0.2445068359375}, {"start": 1900.03, "end": 1900.23, "word": " you.", "probability": 0.95556640625}], "temperature": 1.0}, {"id": 81, "seek": 195436, "start": 1933.56, "end": 1954.36, "text": " I'm going to ask a question that's going to make you feel better.", "tokens": [286, 478, 516, 281, 1029, 257, 1168, 300, 311, 516, 281, 652, 291, 841, 1101, 13], "avg_logprob": -1.3088235294117647, "compression_ratio": 1.0153846153846153, "no_speech_prob": 2.2649765014648438e-06, "words": [{"start": 1933.56, "end": 1934.28, "word": " I'm", "probability": 0.153656005859375}, {"start": 1934.28, "end": 1934.28, "word": " going", "probability": 0.168212890625}, {"start": 1934.28, "end": 1949.66, "word": " to", "probability": 0.93701171875}, {"start": 1949.66, "end": 1949.92, "word": " ask", "probability": 0.078857421875}, {"start": 1949.92, "end": 1950.1, "word": " a", "probability": 0.552734375}, {"start": 1950.1, "end": 1950.42, "word": " question", "probability": 0.62060546875}, {"start": 1950.42, "end": 1950.86, "word": " that's", "probability": 0.21697998046875}, {"start": 1950.86, "end": 1951.06, "word": " going", "probability": 0.217529296875}, {"start": 1951.06, "end": 1952.2, "word": " to", "probability": 0.958984375}, {"start": 1952.2, "end": 1952.22, "word": " make", "probability": 0.08319091796875}, {"start": 1952.22, "end": 1952.86, "word": " you", "probability": 0.46875}, {"start": 1952.86, "end": 1954.22, "word": " feel", "probability": 0.15380859375}, {"start": 1954.22, "end": 1954.36, "word": " better.", "probability": 0.2384033203125}], "temperature": 1.0}, {"id": 82, "seek": 198122, "start": 1958.7, "end": 1981.22, "text": " Are you a teacher? Yes, I'm a teacher. What do you do?", "tokens": [2014, 291, 257, 5027, 30, 1079, 11, 286, 478, 257, 5027, 13, 708, 360, 291, 360, 30], "avg_logprob": -0.8311631778875986, "compression_ratio": 1.0576923076923077, "no_speech_prob": 4.392862319946289e-05, "words": [{"start": 1958.7, "end": 1959.04, "word": " Are", "probability": 0.052337646484375}, {"start": 1959.04, "end": 1959.12, "word": " you", "probability": 0.95703125}, {"start": 1959.12, "end": 1959.3, "word": " a", "probability": 0.1258544921875}, {"start": 1959.3, "end": 1959.48, "word": " teacher?", "probability": 0.77197265625}, {"start": 1966.32, "end": 1966.58, "word": " Yes,", "probability": 0.390625}, {"start": 1976.5, "end": 1977.18, "word": " I'm", "probability": 0.4837646484375}, {"start": 1977.18, "end": 1977.18, "word": " a", "probability": 0.513671875}, {"start": 1977.18, "end": 1977.56, "word": " teacher.", "probability": 0.86328125}, {"start": 1978.72, "end": 1978.82, "word": " What", "probability": 0.2095947265625}, {"start": 1978.82, "end": 1978.92, "word": " do", "probability": 0.303955078125}, {"start": 1978.92, "end": 1980.72, "word": " you", "probability": 0.95751953125}, {"start": 1980.72, "end": 1981.22, "word": " do?", "probability": 0.75}], "temperature": 1.0}, {"id": 83, "seek": 201339, "start": 1986.83, "end": 2013.39, "text": " The last thing I want to ask you about is that in the last few months, you haven't had a chance to talk to people. You haven't had a chance to sit down and talk to people. Yes, yes. But you haven't had a chance to talk to people. You haven't had a chance to sit down and talk to people. You haven't had a chance to sit down and talk to people. You haven't had a chance to sit down and talk to people. You haven't had a chance to sit down and talk to people. You haven't had a chance to sit down and talk to people. You haven't had a chance to sit down and talk to people. You haven't had a chance to sit down and talk to people. You haven't had a chance to sit down and talk to people. You haven't had a chance to sit down and talk to people. You haven't had a chance to sit down and talk to people. You haven't had a chance to sit down and talk to people. You haven't had a chance to sit down and talk to", "tokens": [440, 1036, 551, 286, 528, 281, 1029, 291, 466, 307, 300, 294, 264, 1036, 1326, 2493, 11, 291, 2378, 380, 632, 257, 2931, 281, 751, 281, 561, 13, 509, 2378, 380, 632, 257, 2931, 281, 1394, 760, 293, 751, 281, 561, 13, 1079, 11, 2086, 13, 583, 291, 2378, 380, 632, 257, 2931, 281, 751, 281, 561, 13, 509, 2378, 380, 632, 257, 2931, 281, 1394, 760, 293, 751, 281, 561, 13, 509, 2378, 380, 632, 257, 2931, 281, 1394, 760, 293, 751, 281, 561, 13, 509, 2378, 380, 632, 257, 2931, 281, 1394, 760, 293, 751, 281, 561, 13, 509, 2378, 380, 632, 257, 2931, 281, 1394, 760, 293, 751, 281, 561, 13, 509, 2378, 380, 632, 257, 2931, 281, 1394, 760, 293, 751, 281, 561, 13, 509, 2378, 380, 632, 257, 2931, 281, 1394, 760, 293, 751, 281, 561, 13, 509, 2378, 380, 632, 257, 2931, 281, 1394, 760, 293, 751, 281, 561, 13, 509, 2378, 380, 632, 257, 2931, 281, 1394, 760, 293, 751, 281, 561, 13, 509, 2378, 380, 632, 257, 2931, 281, 1394, 760, 293, 751, 281, 561, 13, 509, 2378, 380, 632, 257, 2931, 281, 1394, 760, 293, 751, 281, 561, 13, 509, 2378, 380, 632, 257, 2931, 281, 1394, 760, 293, 751, 281, 561, 13, 509, 2378, 380, 632, 257, 2931, 281, 1394, 760, 293, 751, 281], "avg_logprob": -0.3947222222222222, "compression_ratio": 6.969230769230769, "no_speech_prob": 0.00015211105346679688, "words": [{"start": 1986.83, "end": 1987.17, "word": " The", "probability": 0.0236358642578125}, {"start": 1987.17, "end": 1987.37, "word": " last", "probability": 0.51123046875}, {"start": 1987.37, "end": 1987.51, "word": " thing", "probability": 0.194580078125}, {"start": 1987.51, "end": 1987.55, "word": " I", "probability": 0.86669921875}, {"start": 1987.55, "end": 1987.69, "word": " want", "probability": 0.282958984375}, {"start": 1987.69, "end": 1987.69, "word": " to", "probability": 0.931640625}, {"start": 1987.69, "end": 1987.91, "word": " ask", "probability": 0.1717529296875}, {"start": 1987.91, "end": 1988.15, "word": " you", "probability": 0.70751953125}, {"start": 1988.15, "end": 1988.33, "word": " about", "probability": 0.276123046875}, {"start": 1988.33, "end": 1988.69, "word": " is", "probability": 0.458984375}, {"start": 1988.69, "end": 1988.81, "word": " that", "probability": 0.277099609375}, {"start": 1988.81, "end": 1989.45, "word": " in", "probability": 0.0975341796875}, {"start": 1989.45, "end": 1989.49, "word": " the", "probability": 0.302490234375}, {"start": 1989.49, "end": 1989.65, "word": " last", "probability": 0.36181640625}, {"start": 1989.65, "end": 1989.99, "word": " few", "probability": 0.200927734375}, {"start": 1989.99, "end": 1990.07, "word": " months,", "probability": 0.3916015625}, {"start": 1990.57, "end": 1990.85, "word": " you", "probability": 0.1719970703125}, {"start": 1990.85, "end": 1990.91, "word": " haven't", "probability": 0.60174560546875}, {"start": 1990.91, "end": 1991.13, "word": " had", "probability": 0.1685791015625}, {"start": 1991.13, "end": 1991.27, "word": " a", "probability": 0.264404296875}, {"start": 1991.27, "end": 1991.55, "word": " chance", "probability": 0.6748046875}, {"start": 1991.55, "end": 1991.87, "word": " to", "probability": 0.91015625}, {"start": 1991.87, "end": 1992.25, "word": " talk", "probability": 0.07183837890625}, {"start": 1992.25, "end": 1992.51, "word": " to", "probability": 0.35693359375}, {"start": 1992.51, "end": 1992.51, "word": " people.", "probability": 0.1689453125}, {"start": 1993.19, "end": 1993.45, "word": " You", "probability": 0.1131591796875}, {"start": 1993.45, "end": 1993.45, "word": " haven't", "probability": 0.6314697265625}, {"start": 1993.45, "end": 1993.45, "word": " had", "probability": 0.384765625}, {"start": 1993.45, "end": 1993.45, "word": " a", "probability": 0.5830078125}, {"start": 1993.45, "end": 1993.45, "word": " chance", "probability": 0.91748046875}, {"start": 1993.45, "end": 1993.45, "word": " to", "probability": 0.93212890625}, {"start": 1993.45, "end": 1993.45, "word": " sit", "probability": 0.1015625}, {"start": 1993.45, "end": 1993.63, "word": " down", "probability": 0.65478515625}, {"start": 1993.63, "end": 1993.79, "word": " and", "probability": 0.41845703125}, {"start": 1993.79, "end": 1994.03, "word": " talk", "probability": 0.499267578125}, {"start": 1994.03, "end": 1994.55, "word": " to", "probability": 0.623046875}, {"start": 1994.55, "end": 1994.65, "word": " people.", "probability": 0.479736328125}, {"start": 1994.65, "end": 1994.85, "word": " Yes,", "probability": 0.2861328125}, {"start": 1995.03, "end": 1995.11, "word": " yes.", "probability": 0.408935546875}, {"start": 1995.27, "end": 1995.45, "word": " But", "probability": 0.3974609375}, {"start": 1995.45, "end": 1995.81, "word": " you", "probability": 0.1705322265625}, {"start": 1995.81, "end": 1996.13, "word": " haven't", "probability": 0.788818359375}, {"start": 1996.13, "end": 1996.13, "word": " had", "probability": 0.49658203125}, {"start": 1996.13, "end": 1996.41, "word": " a", "probability": 0.771484375}, {"start": 1996.41, "end": 1996.49, "word": " chance", "probability": 0.947265625}, {"start": 1996.49, "end": 1996.59, "word": " to", "probability": 0.92529296875}, {"start": 1996.59, "end": 1996.73, "word": " talk", "probability": 0.2261962890625}, {"start": 1996.73, "end": 1996.89, "word": " to", "probability": 0.822265625}, {"start": 1996.89, "end": 1997.31, "word": " people.", "probability": 0.468505859375}, {"start": 1997.43, "end": 1997.75, "word": " You", "probability": 0.10205078125}, {"start": 1997.75, "end": 1997.77, "word": " haven't", "probability": 0.79541015625}, {"start": 1997.77, "end": 1997.77, "word": " had", "probability": 0.6279296875}, {"start": 1997.77, "end": 1997.77, "word": " a", "probability": 0.92724609375}, {"start": 1997.77, "end": 1997.77, "word": " chance", "probability": 0.96875}, {"start": 1997.77, "end": 1998.35, "word": " to", "probability": 0.9306640625}, {"start": 1998.35, "end": 1999.69, "word": " sit", "probability": 0.05517578125}, {"start": 1999.69, "end": 2000.31, "word": " down", "probability": 0.78173828125}, {"start": 2000.31, "end": 2000.49, "word": " and", "probability": 0.6240234375}, {"start": 2000.49, "end": 2000.67, "word": " talk", "probability": 0.57861328125}, {"start": 2000.67, "end": 2000.67, "word": " to", "probability": 0.8486328125}, {"start": 2000.67, "end": 2000.93, "word": " people.", "probability": 0.73193359375}, {"start": 2000.93, "end": 2000.93, "word": " You", "probability": 0.1468505859375}, {"start": 2000.93, "end": 2000.93, "word": " haven't", "probability": 0.797119140625}, {"start": 2000.93, "end": 2000.93, "word": " had", "probability": 0.71923828125}, {"start": 2000.93, "end": 2000.93, "word": " a", "probability": 0.958984375}, {"start": 2000.93, "end": 2000.93, "word": " chance", "probability": 0.97314453125}, {"start": 2000.93, "end": 2000.93, "word": " to", "probability": 0.943359375}, {"start": 2000.93, "end": 2000.93, "word": " sit", "probability": 0.240234375}, {"start": 2000.93, "end": 2000.93, "word": " down", "probability": 0.81591796875}, {"start": 2000.93, "end": 2000.93, "word": " and", "probability": 0.77734375}, {"start": 2000.93, "end": 2000.93, "word": " talk", "probability": 0.73291015625}, {"start": 2000.93, "end": 2001.03, "word": " to", "probability": 0.93212890625}, {"start": 2001.03, "end": 2001.43, "word": " people.", "probability": 0.783203125}, {"start": 2001.49, "end": 2001.85, "word": " You", "probability": 0.178466796875}, {"start": 2001.85, "end": 2001.87, "word": " haven't", "probability": 0.80126953125}, {"start": 2001.87, "end": 2001.97, "word": " had", "probability": 0.78857421875}, {"start": 2001.97, "end": 2001.97, "word": " a", "probability": 0.96875}, {"start": 2001.97, "end": 2002.17, "word": " chance", "probability": 0.97509765625}, {"start": 2002.17, "end": 2002.27, "word": " to", "probability": 0.9375}, {"start": 2002.27, "end": 2002.27, "word": " sit", "probability": 0.484375}, {"start": 2002.27, "end": 2002.27, "word": " down", "probability": 0.837890625}, {"start": 2002.27, "end": 2002.27, "word": " and", "probability": 0.8779296875}, {"start": 2002.27, "end": 2002.27, "word": " talk", "probability": 0.83642578125}, {"start": 2002.27, "end": 2002.27, "word": " to", "probability": 0.95166015625}, {"start": 2002.27, "end": 2002.27, "word": " people.", "probability": 0.89453125}, {"start": 2002.49, "end": 2002.49, "word": " You", "probability": 0.233154296875}, {"start": 2002.49, "end": 2002.49, "word": " haven't", "probability": 0.812744140625}, {"start": 2002.49, "end": 2002.49, "word": " had", "probability": 0.830078125}, {"start": 2002.49, "end": 2002.49, "word": " a", "probability": 0.97705078125}, {"start": 2002.49, "end": 2002.49, "word": " chance", "probability": 0.9765625}, {"start": 2002.49, "end": 2002.49, "word": " to", "probability": 0.9375}, {"start": 2002.49, "end": 2002.49, "word": " sit", "probability": 0.623046875}, {"start": 2002.49, "end": 2002.49, "word": " down", "probability": 0.84619140625}, {"start": 2002.49, "end": 2002.49, "word": " and", "probability": 0.90478515625}, {"start": 2002.49, "end": 2002.49, "word": " talk", "probability": 0.87060546875}, {"start": 2002.49, "end": 2002.49, "word": " to", "probability": 0.95849609375}, {"start": 2002.49, "end": 2002.57, "word": " people.", "probability": 0.9453125}, {"start": 2003.33, "end": 2003.69, "word": " You", "probability": 0.332275390625}, {"start": 2003.69, "end": 2003.87, "word": " haven't", "probability": 0.84423828125}, {"start": 2003.87, "end": 2003.87, "word": " had", "probability": 0.86181640625}, {"start": 2003.87, "end": 2003.87, "word": " a", "probability": 0.9833984375}, {"start": 2003.87, "end": 2003.87, "word": " chance", "probability": 0.9775390625}, {"start": 2003.87, "end": 2003.87, "word": " to", "probability": 0.94775390625}, {"start": 2003.87, "end": 2003.87, "word": " sit", "probability": 0.7373046875}, {"start": 2003.87, "end": 2003.87, "word": " down", "probability": 0.8505859375}, {"start": 2003.87, "end": 2003.87, "word": " and", "probability": 0.91796875}, {"start": 2003.87, "end": 2003.87, "word": " talk", "probability": 0.89111328125}, {"start": 2003.87, "end": 2003.87, "word": " to", "probability": 0.96142578125}, {"start": 2003.87, "end": 2003.87, "word": " people.", "probability": 0.96240234375}, {"start": 2005.09, "end": 2005.29, "word": " You", "probability": 0.45263671875}, {"start": 2005.29, "end": 2005.63, "word": " haven't", "probability": 0.874755859375}, {"start": 2005.63, "end": 2005.63, "word": " had", "probability": 0.88232421875}, {"start": 2005.63, "end": 2005.75, "word": " a", "probability": 0.98779296875}, {"start": 2005.75, "end": 2005.75, "word": " chance", "probability": 0.97802734375}, {"start": 2005.75, "end": 2005.75, "word": " to", "probability": 0.95751953125}, {"start": 2005.75, "end": 2005.97, "word": " sit", "probability": 0.8271484375}, {"start": 2005.97, "end": 2006.09, "word": " down", "probability": 0.85400390625}, {"start": 2006.09, "end": 2006.19, "word": " and", "probability": 0.92822265625}, {"start": 2006.19, "end": 2006.43, "word": " talk", "probability": 0.900390625}, {"start": 2006.43, "end": 2006.51, "word": " to", "probability": 0.9658203125}, {"start": 2006.51, "end": 2006.51, "word": " people.", "probability": 0.96826171875}, {"start": 2006.63, "end": 2006.63, "word": " You", "probability": 0.5693359375}, {"start": 2006.63, "end": 2006.67, "word": " haven't", "probability": 0.900390625}, {"start": 2006.67, "end": 2006.87, "word": " had", "probability": 0.89599609375}, {"start": 2006.87, "end": 2006.89, "word": " a", "probability": 0.99072265625}, {"start": 2006.89, "end": 2006.89, "word": " chance", "probability": 0.97900390625}, {"start": 2006.89, "end": 2007.05, "word": " to", "probability": 0.96435546875}, {"start": 2007.05, "end": 2007.23, "word": " sit", "probability": 0.88232421875}, {"start": 2007.23, "end": 2007.23, "word": " down", "probability": 0.85498046875}, {"start": 2007.23, "end": 2007.23, "word": " and", "probability": 0.93359375}, {"start": 2007.23, "end": 2007.23, "word": " talk", "probability": 0.90625}, {"start": 2007.23, "end": 2007.23, "word": " to", "probability": 0.966796875}, {"start": 2007.23, "end": 2007.31, "word": " people.", "probability": 0.970703125}, {"start": 2007.41, "end": 2007.41, "word": " You", "probability": 0.65673828125}, {"start": 2007.41, "end": 2007.41, "word": " haven't", "probability": 0.91943359375}, {"start": 2007.41, "end": 2007.41, "word": " had", "probability": 0.90478515625}, {"start": 2007.41, "end": 2007.41, "word": " a", "probability": 0.9931640625}, {"start": 2007.41, "end": 2007.41, "word": " chance", "probability": 0.97900390625}, {"start": 2007.41, "end": 2007.41, "word": " to", "probability": 0.96923828125}, {"start": 2007.41, "end": 2007.41, "word": " sit", "probability": 0.91064453125}, {"start": 2007.41, "end": 2007.41, "word": " down", "probability": 0.85498046875}, {"start": 2007.41, "end": 2007.41, "word": " and", "probability": 0.93603515625}, {"start": 2007.41, "end": 2007.41, "word": " talk", "probability": 0.91064453125}, {"start": 2007.41, "end": 2007.41, "word": " to", "probability": 0.96826171875}, {"start": 2007.41, "end": 2007.71, "word": " people.", "probability": 0.97119140625}, {"start": 2007.77, "end": 2007.77, "word": " You", "probability": 0.7314453125}, {"start": 2007.77, "end": 2007.77, "word": " haven't", "probability": 0.93310546875}, {"start": 2007.77, "end": 2007.77, "word": " had", "probability": 0.90966796875}, {"start": 2007.77, "end": 2007.77, "word": " a", "probability": 0.994140625}, {"start": 2007.77, "end": 2007.77, "word": " chance", "probability": 0.9794921875}, {"start": 2007.77, "end": 2007.77, "word": " to", "probability": 0.97216796875}, {"start": 2007.77, "end": 2007.77, "word": " sit", "probability": 0.92529296875}, {"start": 2007.77, "end": 2007.77, "word": " down", "probability": 0.85498046875}, {"start": 2007.77, "end": 2007.77, "word": " and", "probability": 0.939453125}, {"start": 2007.77, "end": 2007.77, "word": " talk", "probability": 0.912109375}, {"start": 2007.77, "end": 2007.77, "word": " to", "probability": 0.96826171875}, {"start": 2007.77, "end": 2007.77, "word": " people.", "probability": 0.97265625}, {"start": 2007.97, "end": 2008.33, "word": " You", "probability": 0.79052734375}, {"start": 2008.33, "end": 2008.35, "word": " haven't", "probability": 0.940185546875}, {"start": 2008.35, "end": 2008.63, "word": " had", "probability": 0.9140625}, {"start": 2008.63, "end": 2008.75, "word": " a", "probability": 0.99462890625}, {"start": 2008.75, "end": 2008.75, "word": " chance", "probability": 0.97998046875}, {"start": 2008.75, "end": 2008.75, "word": " to", "probability": 0.97216796875}, {"start": 2008.75, "end": 2009.03, "word": " sit", "probability": 0.9345703125}, {"start": 2009.03, "end": 2009.25, "word": " down", "probability": 0.8525390625}, {"start": 2009.25, "end": 2009.37, "word": " and", "probability": 0.93798828125}, {"start": 2009.37, "end": 2009.37, "word": " talk", "probability": 0.91259765625}, {"start": 2009.37, "end": 2009.37, "word": " to", "probability": 0.96923828125}, {"start": 2009.37, "end": 2009.37, "word": " people.", "probability": 0.97265625}, {"start": 2009.37, "end": 2009.37, "word": " You", "probability": 0.8271484375}, {"start": 2009.37, "end": 2009.37, "word": " haven't", "probability": 0.9443359375}, {"start": 2009.37, "end": 2009.37, "word": " had", "probability": 0.9169921875}, {"start": 2009.37, "end": 2009.47, "word": " a", "probability": 0.99462890625}, {"start": 2009.47, "end": 2009.47, "word": " chance", "probability": 0.9794921875}, {"start": 2009.47, "end": 2009.47, "word": " to", "probability": 0.97314453125}, {"start": 2009.47, "end": 2010.13, "word": " sit", "probability": 0.939453125}, {"start": 2010.13, "end": 2010.31, "word": " down", "probability": 0.85205078125}, {"start": 2010.31, "end": 2010.31, "word": " and", "probability": 0.939453125}, {"start": 2010.31, "end": 2010.31, "word": " talk", "probability": 0.91162109375}, {"start": 2010.31, "end": 2010.31, "word": " to", "probability": 0.96728515625}, {"start": 2010.31, "end": 2010.31, "word": " people.", "probability": 0.970703125}, {"start": 2010.75, "end": 2011.11, "word": " You", "probability": 0.8515625}, {"start": 2011.11, "end": 2011.21, "word": " haven't", "probability": 0.945556640625}, {"start": 2011.21, "end": 2011.39, "word": " had", "probability": 0.91845703125}, {"start": 2011.39, "end": 2011.65, "word": " a", "probability": 0.994140625}, {"start": 2011.65, "end": 2011.67, "word": " chance", "probability": 0.97998046875}, {"start": 2011.67, "end": 2011.67, "word": " to", "probability": 0.9736328125}, {"start": 2011.67, "end": 2011.67, "word": " sit", "probability": 0.93994140625}, {"start": 2011.67, "end": 2011.97, "word": " down", "probability": 0.84716796875}, {"start": 2011.97, "end": 2011.99, "word": " and", "probability": 0.939453125}, {"start": 2011.99, "end": 2012.71, "word": " talk", "probability": 0.9140625}, {"start": 2012.71, "end": 2013.39, "word": " to", "probability": 0.96728515625}], "temperature": 1.0}, {"id": 84, "seek": 204218, "start": 2014.42, "end": 2042.18, "text": " All right, let's see. All right, let's see number two. Number two. Yes, please. All right, so big black or black big? Big. So big black. Size before color. All right. Number two. Yes, please. Rectangular colorful or colorful rectangular? Rectangular colorful. So we have shape before the condition.", "tokens": [1057, 558, 11, 718, 311, 536, 13, 1057, 558, 11, 718, 311, 536, 1230, 732, 13, 5118, 732, 13, 1079, 11, 1767, 13, 1057, 558, 11, 370, 955, 2211, 420, 2211, 955, 30, 5429, 13, 407, 955, 2211, 13, 35818, 949, 2017, 13, 1057, 558, 13, 5118, 732, 13, 1079, 11, 1767, 13, 497, 557, 656, 1040, 18506, 420, 18506, 31167, 30, 497, 557, 656, 1040, 18506, 13, 407, 321, 362, 3909, 949, 264, 4188, 13], "avg_logprob": -0.23153409013500462, "compression_ratio": 1.9933333333333334, "no_speech_prob": 5.960464477539063e-08, "words": [{"start": 2014.42, "end": 2014.74, "word": " All", "probability": 0.166748046875}, {"start": 2014.74, "end": 2014.92, "word": " right,", "probability": 0.88232421875}, {"start": 2015.06, "end": 2015.3, "word": " let's", "probability": 0.953857421875}, {"start": 2015.3, "end": 2015.48, "word": " see.", "probability": 0.91796875}, {"start": 2015.82, "end": 2016.06, "word": " All", "probability": 0.7919921875}, {"start": 2016.06, "end": 2016.26, "word": " right,", "probability": 0.912109375}, {"start": 2016.44, "end": 2016.6, "word": " let's", "probability": 0.954833984375}, {"start": 2016.6, "end": 2016.7, "word": " see", "probability": 0.92333984375}, {"start": 2016.7, "end": 2016.96, "word": " number", "probability": 0.64306640625}, {"start": 2016.96, "end": 2017.46, "word": " two.", "probability": 0.73388671875}, {"start": 2018.02, "end": 2018.32, "word": " Number", "probability": 0.798828125}, {"start": 2018.32, "end": 2018.64, "word": " two.", "probability": 0.9306640625}, {"start": 2018.84, "end": 2018.98, "word": " Yes,", "probability": 0.95947265625}, {"start": 2019.0, "end": 2019.22, "word": " please.", "probability": 0.7900390625}, {"start": 2021.04, "end": 2021.64, "word": " All", "probability": 0.6494140625}, {"start": 2021.64, "end": 2021.86, "word": " right,", "probability": 0.91650390625}, {"start": 2022.0, "end": 2022.42, "word": " so", "probability": 0.93408203125}, {"start": 2022.42, "end": 2023.08, "word": " big", "probability": 0.73974609375}, {"start": 2023.08, "end": 2023.64, "word": " black", "probability": 0.67626953125}, {"start": 2023.64, "end": 2023.86, "word": " or", "probability": 0.8720703125}, {"start": 2023.86, "end": 2024.14, "word": " black", "probability": 0.8369140625}, {"start": 2024.14, "end": 2024.44, "word": " big?", "probability": 0.66943359375}, {"start": 2024.58, "end": 2025.0, "word": " Big.", "probability": 0.7177734375}, {"start": 2025.56, "end": 2026.04, "word": " So", "probability": 0.49560546875}, {"start": 2026.04, "end": 2026.74, "word": " big", "probability": 0.59716796875}, {"start": 2026.74, "end": 2027.82, "word": " black.", "probability": 0.787109375}, {"start": 2027.94, "end": 2028.22, "word": " Size", "probability": 0.9091796875}, {"start": 2028.22, "end": 2028.56, "word": " before", "probability": 0.890625}, {"start": 2028.56, "end": 2029.02, "word": " color.", "probability": 0.85595703125}, {"start": 2029.32, "end": 2029.58, "word": " All", "probability": 0.94873046875}, {"start": 2029.58, "end": 2029.86, "word": " right.", "probability": 0.9130859375}, {"start": 2030.08, "end": 2030.46, "word": " Number", "probability": 0.88916015625}, {"start": 2030.46, "end": 2030.8, "word": " two.", "probability": 0.92822265625}, {"start": 2030.98, "end": 2031.14, "word": " Yes,", "probability": 0.97900390625}, {"start": 2031.2, "end": 2031.44, "word": " please.", "probability": 0.79052734375}, {"start": 2034.14, "end": 2034.74, "word": " Rectangular", "probability": 0.9754638671875}, {"start": 2034.74, "end": 2035.24, "word": " colorful", "probability": 0.396484375}, {"start": 2035.24, "end": 2035.44, "word": " or", "probability": 0.7197265625}, {"start": 2035.44, "end": 2035.76, "word": " colorful", "probability": 0.92919921875}, {"start": 2035.76, "end": 2036.36, "word": " rectangular?", "probability": 0.96630859375}, {"start": 2037.54, "end": 2038.14, "word": " Rectangular", "probability": 0.984130859375}, {"start": 2038.14, "end": 2038.84, "word": " colorful.", "probability": 0.80810546875}, {"start": 2039.36, "end": 2039.52, "word": " So", "probability": 0.7685546875}, {"start": 2039.52, "end": 2039.86, "word": " we", "probability": 0.74658203125}, {"start": 2039.86, "end": 2040.16, "word": " have", "probability": 0.93798828125}, {"start": 2040.16, "end": 2040.72, "word": " shape", "probability": 0.9111328125}, {"start": 2040.72, "end": 2041.46, "word": " before", "probability": 0.86376953125}, {"start": 2041.46, "end": 2041.72, "word": " the", "probability": 0.83935546875}, {"start": 2041.72, "end": 2042.18, "word": " condition.", "probability": 0.970703125}], "temperature": 1.0}, {"id": 85, "seek": 206017, "start": 2042.8, "end": 2060.18, "text": " Straight before the condition, it's chemical. Alright, number three. Thick green grass. Thick green grass. Alright, this number, C number, five and six. Five, yes please.", "tokens": [26908, 949, 264, 4188, 11, 309, 311, 7313, 13, 2798, 11, 1230, 1045, 13, 334, 618, 3092, 8054, 13, 334, 618, 3092, 8054, 13, 2798, 11, 341, 1230, 11, 383, 1230, 11, 1732, 293, 2309, 13, 9436, 11, 2086, 1767, 13], "avg_logprob": -0.41220239514396306, "compression_ratio": 1.4132231404958677, "no_speech_prob": 5.960464477539062e-07, "words": [{"start": 2042.8, "end": 2043.26, "word": " Straight", "probability": 0.2237548828125}, {"start": 2043.26, "end": 2043.56, "word": " before", "probability": 0.80615234375}, {"start": 2043.56, "end": 2043.72, "word": " the", "probability": 0.8671875}, {"start": 2043.72, "end": 2044.04, "word": " condition,", "probability": 0.689453125}, {"start": 2044.22, "end": 2044.36, "word": " it's", "probability": 0.884521484375}, {"start": 2044.36, "end": 2044.66, "word": " chemical.", "probability": 0.3955078125}, {"start": 2045.2, "end": 2045.46, "word": " Alright,", "probability": 0.467529296875}, {"start": 2045.58, "end": 2045.74, "word": " number", "probability": 0.92578125}, {"start": 2045.74, "end": 2046.08, "word": " three.", "probability": 0.69482421875}, {"start": 2049.44, "end": 2050.04, "word": " Thick", "probability": 0.7130126953125}, {"start": 2050.04, "end": 2050.92, "word": " green", "probability": 0.8125}, {"start": 2050.92, "end": 2052.4, "word": " grass.", "probability": 0.76513671875}, {"start": 2052.78, "end": 2053.2, "word": " Thick", "probability": 0.5938720703125}, {"start": 2053.2, "end": 2053.76, "word": " green", "probability": 0.908203125}, {"start": 2053.76, "end": 2055.8, "word": " grass.", "probability": 0.93310546875}, {"start": 2055.94, "end": 2056.14, "word": " Alright,", "probability": 0.331298828125}, {"start": 2056.32, "end": 2056.44, "word": " this", "probability": 0.6953125}, {"start": 2056.44, "end": 2056.8, "word": " number,", "probability": 0.6943359375}, {"start": 2057.02, "end": 2057.18, "word": " C", "probability": 0.6904296875}, {"start": 2057.18, "end": 2057.58, "word": " number,", "probability": 0.89013671875}, {"start": 2057.9, "end": 2058.3, "word": " five", "probability": 0.767578125}, {"start": 2058.3, "end": 2058.48, "word": " and", "probability": 0.9296875}, {"start": 2058.48, "end": 2058.8, "word": " six.", "probability": 0.96142578125}, {"start": 2059.2, "end": 2059.5, "word": " Five,", "probability": 0.78369140625}, {"start": 2059.62, "end": 2059.92, "word": " yes", "probability": 0.8828125}, {"start": 2059.92, "end": 2060.18, "word": " please.", "probability": 0.67724609375}], "temperature": 1.0}, {"id": 86, "seek": 208590, "start": 2060.62, "end": 2085.9, "text": " I dream about the lights and a beautiful white sun. So we have a beautiful white sun. Color and then we have the neon. Neon functioning as an adjective. Yes, please. In a small Italian store. Very nice. In a small.", "tokens": [286, 3055, 466, 264, 5811, 293, 257, 2238, 2418, 3295, 13, 407, 321, 362, 257, 2238, 2418, 3295, 13, 10458, 293, 550, 321, 362, 264, 30820, 13, 1734, 266, 18483, 382, 364, 44129, 13, 1079, 11, 1767, 13, 682, 257, 1359, 10003, 3531, 13, 4372, 1481, 13, 682, 257, 1359, 13], "avg_logprob": -0.3996394339662332, "compression_ratio": 1.4930555555555556, "no_speech_prob": 1.1920928955078125e-07, "words": [{"start": 2060.62, "end": 2060.84, "word": " I", "probability": 0.603515625}, {"start": 2060.84, "end": 2061.18, "word": " dream", "probability": 0.93310546875}, {"start": 2061.18, "end": 2061.58, "word": " about", "probability": 0.89453125}, {"start": 2061.58, "end": 2061.94, "word": " the", "probability": 0.14453125}, {"start": 2061.94, "end": 2062.32, "word": " lights", "probability": 0.39599609375}, {"start": 2062.32, "end": 2062.68, "word": " and", "probability": 0.87353515625}, {"start": 2062.68, "end": 2063.04, "word": " a", "probability": 0.460205078125}, {"start": 2063.04, "end": 2063.68, "word": " beautiful", "probability": 0.947265625}, {"start": 2063.68, "end": 2064.12, "word": " white", "probability": 0.8017578125}, {"start": 2064.12, "end": 2065.12, "word": " sun.", "probability": 0.66748046875}, {"start": 2065.22, "end": 2065.62, "word": " So", "probability": 0.837890625}, {"start": 2065.62, "end": 2065.86, "word": " we", "probability": 0.697265625}, {"start": 2065.86, "end": 2066.34, "word": " have", "probability": 0.94775390625}, {"start": 2066.34, "end": 2066.68, "word": " a", "probability": 0.5498046875}, {"start": 2066.68, "end": 2067.3, "word": " beautiful", "probability": 0.94580078125}, {"start": 2067.3, "end": 2068.44, "word": " white", "probability": 0.8515625}, {"start": 2068.44, "end": 2069.7, "word": " sun.", "probability": 0.9404296875}, {"start": 2069.82, "end": 2070.54, "word": " Color", "probability": 0.1806640625}, {"start": 2070.54, "end": 2071.78, "word": " and", "probability": 0.58740234375}, {"start": 2071.78, "end": 2071.96, "word": " then", "probability": 0.74853515625}, {"start": 2071.96, "end": 2072.16, "word": " we", "probability": 0.9482421875}, {"start": 2072.16, "end": 2072.7, "word": " have", "probability": 0.94775390625}, {"start": 2072.7, "end": 2073.24, "word": " the", "probability": 0.74951171875}, {"start": 2073.24, "end": 2073.6, "word": " neon.", "probability": 0.34033203125}, {"start": 2074.3, "end": 2074.98, "word": " Neon", "probability": 0.762939453125}, {"start": 2074.98, "end": 2076.02, "word": " functioning", "probability": 0.5380859375}, {"start": 2076.02, "end": 2076.34, "word": " as", "probability": 0.943359375}, {"start": 2076.34, "end": 2076.52, "word": " an", "probability": 0.33203125}, {"start": 2076.52, "end": 2076.9, "word": " adjective.", "probability": 0.97265625}, {"start": 2077.26, "end": 2077.38, "word": " Yes,", "probability": 0.88818359375}, {"start": 2077.46, "end": 2077.66, "word": " please.", "probability": 0.7890625}, {"start": 2079.18, "end": 2079.9, "word": " In", "probability": 0.496826171875}, {"start": 2079.9, "end": 2080.24, "word": " a", "probability": 0.97509765625}, {"start": 2080.24, "end": 2080.58, "word": " small", "probability": 0.93603515625}, {"start": 2080.58, "end": 2083.36, "word": " Italian", "probability": 0.79248046875}, {"start": 2083.36, "end": 2084.04, "word": " store.", "probability": 0.82470703125}, {"start": 2084.24, "end": 2084.46, "word": " Very", "probability": 0.279296875}, {"start": 2084.46, "end": 2084.74, "word": " nice.", "probability": 0.91259765625}, {"start": 2084.78, "end": 2085.14, "word": " In", "probability": 0.87744140625}, {"start": 2085.14, "end": 2085.32, "word": " a", "probability": 0.9912109375}, {"start": 2085.32, "end": 2085.9, "word": " small.", "probability": 0.9248046875}], "temperature": 1.0}, {"id": 87, "seek": 211969, "start": 2092.84, "end": 2119.7, "text": " Number? Number seven, alright? Number seven. Yes please, here. Yes please. The parents left the children with the grandparents while they were their two young children. Their, okay, possessive, okay? Two, quantity, and then we have the ages. So they're two younger blah blah blah blah. Yes? Plus they have thirsty students.", "tokens": [5118, 30, 5118, 3407, 11, 5845, 30, 5118, 3407, 13, 1079, 1767, 11, 510, 13, 1079, 1767, 13, 440, 3152, 1411, 264, 2227, 365, 264, 21876, 1339, 436, 645, 641, 732, 2037, 2227, 13, 6710, 11, 1392, 11, 17490, 488, 11, 1392, 30, 4453, 11, 11275, 11, 293, 550, 321, 362, 264, 12357, 13, 407, 436, 434, 732, 7037, 12288, 12288, 12288, 12288, 13, 1079, 30, 7721, 436, 362, 28115, 1731, 13], "avg_logprob": -0.41481163403759264, "compression_ratio": 1.6963350785340314, "no_speech_prob": 1.1920928955078125e-07, "words": [{"start": 2092.8399999999997, "end": 2093.6, "word": " Number?", "probability": 0.26025390625}, {"start": 2093.6, "end": 2094.36, "word": " Number", "probability": 0.37158203125}, {"start": 2094.36, "end": 2094.74, "word": " seven,", "probability": 0.82275390625}, {"start": 2095.36, "end": 2095.68, "word": " alright?", "probability": 0.671875}, {"start": 2096.2, "end": 2096.44, "word": " Number", "probability": 0.77099609375}, {"start": 2096.44, "end": 2096.88, "word": " seven.", "probability": 0.9140625}, {"start": 2097.22, "end": 2097.98, "word": " Yes", "probability": 0.791015625}, {"start": 2097.98, "end": 2098.26, "word": " please,", "probability": 0.52734375}, {"start": 2098.36, "end": 2098.58, "word": " here.", "probability": 0.8427734375}, {"start": 2099.14, "end": 2099.36, "word": " Yes", "probability": 0.70947265625}, {"start": 2099.36, "end": 2099.58, "word": " please.", "probability": 0.6591796875}, {"start": 2099.92, "end": 2100.3, "word": " The", "probability": 0.77734375}, {"start": 2100.3, "end": 2100.72, "word": " parents", "probability": 0.76953125}, {"start": 2100.72, "end": 2101.0, "word": " left", "probability": 0.71630859375}, {"start": 2101.0, "end": 2101.14, "word": " the", "probability": 0.63623046875}, {"start": 2101.14, "end": 2101.42, "word": " children", "probability": 0.81787109375}, {"start": 2101.42, "end": 2101.88, "word": " with", "probability": 0.9013671875}, {"start": 2101.88, "end": 2102.36, "word": " the", "probability": 0.7626953125}, {"start": 2102.36, "end": 2102.92, "word": " grandparents", "probability": 0.77294921875}, {"start": 2102.92, "end": 2103.68, "word": " while", "probability": 0.8525390625}, {"start": 2103.68, "end": 2103.96, "word": " they", "probability": 0.8828125}, {"start": 2103.96, "end": 2104.36, "word": " were", "probability": 0.86669921875}, {"start": 2104.36, "end": 2105.48, "word": " their", "probability": 0.28662109375}, {"start": 2105.48, "end": 2105.78, "word": " two", "probability": 0.75732421875}, {"start": 2105.78, "end": 2106.08, "word": " young", "probability": 0.8095703125}, {"start": 2106.08, "end": 2106.62, "word": " children.", "probability": 0.82568359375}, {"start": 2106.68, "end": 2107.22, "word": " Their,", "probability": 0.53125}, {"start": 2107.56, "end": 2107.98, "word": " okay,", "probability": 0.79248046875}, {"start": 2107.98, "end": 2108.8, "word": " possessive,", "probability": 0.954345703125}, {"start": 2108.82, "end": 2109.18, "word": " okay?", "probability": 0.90576171875}, {"start": 2109.42, "end": 2109.9, "word": " Two,", "probability": 0.560546875}, {"start": 2110.28, "end": 2110.96, "word": " quantity,", "probability": 0.96923828125}, {"start": 2111.36, "end": 2111.7, "word": " and", "probability": 0.487548828125}, {"start": 2111.7, "end": 2111.96, "word": " then", "probability": 0.796875}, {"start": 2111.96, "end": 2112.12, "word": " we", "probability": 0.491455078125}, {"start": 2112.12, "end": 2112.56, "word": " have", "probability": 0.931640625}, {"start": 2112.56, "end": 2112.82, "word": " the", "probability": 0.9130859375}, {"start": 2112.82, "end": 2113.26, "word": " ages.", "probability": 0.572265625}, {"start": 2113.76, "end": 2113.94, "word": " So", "probability": 0.95263671875}, {"start": 2113.94, "end": 2114.32, "word": " they're", "probability": 0.55517578125}, {"start": 2114.32, "end": 2114.7, "word": " two", "probability": 0.67529296875}, {"start": 2114.7, "end": 2115.46, "word": " younger", "probability": 0.78369140625}, {"start": 2115.46, "end": 2116.16, "word": " blah", "probability": 0.52392578125}, {"start": 2116.16, "end": 2116.3, "word": " blah", "probability": 0.73779296875}, {"start": 2116.3, "end": 2116.46, "word": " blah", "probability": 0.89892578125}, {"start": 2116.46, "end": 2116.66, "word": " blah.", "probability": 0.5009765625}, {"start": 2116.8, "end": 2117.04, "word": " Yes?", "probability": 0.89208984375}, {"start": 2117.36, "end": 2117.76, "word": " Plus", "probability": 0.8388671875}, {"start": 2117.76, "end": 2118.06, "word": " they", "probability": 0.1905517578125}, {"start": 2118.06, "end": 2118.76, "word": " have", "probability": 0.38330078125}, {"start": 2118.76, "end": 2119.16, "word": " thirsty", "probability": 0.89990234375}, {"start": 2119.16, "end": 2119.7, "word": " students.", "probability": 0.94580078125}], "temperature": 1.0}, {"id": 88, "seek": 213925, "start": 2119.97, "end": 2139.25, "text": " Mr. Thompson's advanced English class. Alright, is that? Why is it Mr. Thompson's? Because this is so possessive, okay? It's possessive. Mr. Thompson's advanced English. Because advanced is an opinion, okay? And number nine, number ten, nine, please. Yes.", "tokens": [2221, 13, 23460, 311, 7339, 3669, 1508, 13, 2798, 11, 307, 300, 30, 1545, 307, 309, 2221, 13, 23460, 311, 30, 1436, 341, 307, 370, 17490, 488, 11, 1392, 30, 467, 311, 17490, 488, 13, 2221, 13, 23460, 311, 7339, 3669, 13, 1436, 7339, 307, 364, 4800, 11, 1392, 30, 400, 1230, 4949, 11, 1230, 2064, 11, 4949, 11, 1767, 13, 1079, 13], "avg_logprob": -0.362304684240371, "compression_ratio": 1.6623376623376624, "no_speech_prob": 5.364418029785156e-07, "words": [{"start": 2119.97, "end": 2120.35, "word": " Mr.", "probability": 0.533203125}, {"start": 2120.53, "end": 2121.01, "word": " Thompson's", "probability": 0.40228271484375}, {"start": 2121.01, "end": 2121.47, "word": " advanced", "probability": 0.69677734375}, {"start": 2121.47, "end": 2122.01, "word": " English", "probability": 0.92041015625}, {"start": 2122.01, "end": 2122.55, "word": " class.", "probability": 0.9423828125}, {"start": 2122.65, "end": 2123.03, "word": " Alright,", "probability": 0.578125}, {"start": 2123.17, "end": 2123.27, "word": " is", "probability": 0.74853515625}, {"start": 2123.27, "end": 2123.47, "word": " that?", "probability": 0.9384765625}, {"start": 2123.65, "end": 2123.87, "word": " Why", "probability": 0.87353515625}, {"start": 2123.87, "end": 2124.03, "word": " is", "probability": 0.93994140625}, {"start": 2124.03, "end": 2124.15, "word": " it", "probability": 0.84228515625}, {"start": 2124.15, "end": 2124.41, "word": " Mr.", "probability": 0.5703125}, {"start": 2124.81, "end": 2125.29, "word": " Thompson's?", "probability": 0.917236328125}, {"start": 2125.57, "end": 2126.05, "word": " Because", "probability": 0.69140625}, {"start": 2126.05, "end": 2126.23, "word": " this", "probability": 0.84228515625}, {"start": 2126.23, "end": 2126.45, "word": " is", "probability": 0.9208984375}, {"start": 2126.45, "end": 2126.67, "word": " so", "probability": 0.28271484375}, {"start": 2126.67, "end": 2127.51, "word": " possessive,", "probability": 0.791748046875}, {"start": 2127.61, "end": 2127.81, "word": " okay?", "probability": 0.76220703125}, {"start": 2128.17, "end": 2128.25, "word": " It's", "probability": 0.76513671875}, {"start": 2128.25, "end": 2128.69, "word": " possessive.", "probability": 0.932373046875}, {"start": 2128.73, "end": 2128.97, "word": " Mr.", "probability": 0.701171875}, {"start": 2129.45, "end": 2129.93, "word": " Thompson's", "probability": 0.95361328125}, {"start": 2129.93, "end": 2131.15, "word": " advanced", "probability": 0.86962890625}, {"start": 2131.15, "end": 2131.95, "word": " English.", "probability": 0.84130859375}, {"start": 2132.45, "end": 2132.93, "word": " Because", "probability": 0.1314697265625}, {"start": 2132.93, "end": 2133.29, "word": " advanced", "probability": 0.814453125}, {"start": 2133.29, "end": 2133.57, "word": " is", "probability": 0.6083984375}, {"start": 2133.57, "end": 2134.37, "word": " an", "probability": 0.73095703125}, {"start": 2134.37, "end": 2135.13, "word": " opinion,", "probability": 0.962890625}, {"start": 2135.43, "end": 2135.67, "word": " okay?", "probability": 0.88671875}, {"start": 2136.47, "end": 2136.95, "word": " And", "probability": 0.53857421875}, {"start": 2136.95, "end": 2137.37, "word": " number", "probability": 0.880859375}, {"start": 2137.37, "end": 2137.71, "word": " nine,", "probability": 0.6435546875}, {"start": 2137.83, "end": 2137.99, "word": " number", "probability": 0.86474609375}, {"start": 2137.99, "end": 2138.21, "word": " ten,", "probability": 0.775390625}, {"start": 2138.27, "end": 2138.43, "word": " nine,", "probability": 0.8759765625}, {"start": 2138.57, "end": 2138.89, "word": " please.", "probability": 0.81787109375}, {"start": 2138.97, "end": 2139.25, "word": " Yes.", "probability": 0.935546875}], "temperature": 1.0}, {"id": 89, "seek": 216265, "start": 2139.87, "end": 2162.65, "text": " The real estate agent pointed out problems with the house, several minor problems. Several minor problems with blah blah blah. And finally, four large bedroom windows were broken. So we have number", "tokens": [440, 957, 9749, 9461, 10932, 484, 2740, 365, 264, 1782, 11, 2940, 6696, 2740, 13, 22246, 6696, 2740, 365, 12288, 12288, 12288, 13, 400, 2721, 11, 1451, 2416, 11211, 9309, 645, 5463, 13, 407, 321, 362, 1230], "avg_logprob": -0.4329769713313956, "compression_ratio": 1.5114503816793894, "no_speech_prob": 2.384185791015625e-07, "words": [{"start": 2139.87, "end": 2140.13, "word": " The", "probability": 0.60205078125}, {"start": 2140.13, "end": 2140.45, "word": " real", "probability": 0.91552734375}, {"start": 2140.45, "end": 2140.83, "word": " estate", "probability": 0.96435546875}, {"start": 2140.83, "end": 2141.27, "word": " agent", "probability": 0.92578125}, {"start": 2141.27, "end": 2141.59, "word": " pointed", "probability": 0.95556640625}, {"start": 2141.59, "end": 2141.87, "word": " out", "probability": 0.890625}, {"start": 2141.87, "end": 2142.49, "word": " problems", "probability": 0.72314453125}, {"start": 2142.49, "end": 2142.73, "word": " with", "probability": 0.88720703125}, {"start": 2142.73, "end": 2142.91, "word": " the", "probability": 0.86181640625}, {"start": 2142.91, "end": 2143.35, "word": " house,", "probability": 0.87548828125}, {"start": 2143.85, "end": 2144.95, "word": " several", "probability": 0.88720703125}, {"start": 2144.95, "end": 2145.35, "word": " minor", "probability": 0.986328125}, {"start": 2145.35, "end": 2145.65, "word": " problems.", "probability": 0.75146484375}, {"start": 2145.65, "end": 2146.13, "word": " Several", "probability": 0.256103515625}, {"start": 2146.13, "end": 2149.81, "word": " minor", "probability": 0.724609375}, {"start": 2149.81, "end": 2150.17, "word": " problems", "probability": 0.3349609375}, {"start": 2150.17, "end": 2154.81, "word": " with", "probability": 0.377197265625}, {"start": 2154.81, "end": 2155.15, "word": " blah", "probability": 0.445556640625}, {"start": 2155.15, "end": 2155.39, "word": " blah", "probability": 0.8544921875}, {"start": 2155.39, "end": 2155.55, "word": " blah.", "probability": 0.89453125}, {"start": 2155.65, "end": 2156.27, "word": " And", "probability": 0.5517578125}, {"start": 2156.27, "end": 2156.79, "word": " finally,", "probability": 0.82275390625}, {"start": 2157.07, "end": 2158.51, "word": " four", "probability": 0.47412109375}, {"start": 2158.51, "end": 2159.05, "word": " large", "probability": 0.94140625}, {"start": 2159.05, "end": 2159.47, "word": " bedroom", "probability": 0.389404296875}, {"start": 2159.47, "end": 2160.07, "word": " windows", "probability": 0.935546875}, {"start": 2160.07, "end": 2160.31, "word": " were", "probability": 0.84326171875}, {"start": 2160.31, "end": 2160.73, "word": " broken.", "probability": 0.94091796875}, {"start": 2161.01, "end": 2161.61, "word": " So", "probability": 0.35498046875}, {"start": 2161.61, "end": 2161.87, "word": " we", "probability": 0.7275390625}, {"start": 2161.87, "end": 2162.23, "word": " have", "probability": 0.94091796875}, {"start": 2162.23, "end": 2162.65, "word": " number", "probability": 0.60546875}], "temperature": 1.0}, {"id": 90, "seek": 218854, "start": 2163.58, "end": 2188.54, "text": " size and then we have noun functioning as four large bedroom windows and so on all right very good very good all right now let's look at the final exercise in this topic and what I'd like you to do is actually to add two or more adjectives two or three maximum to the following", "tokens": [2744, 293, 550, 321, 362, 23307, 18483, 382, 1451, 2416, 11211, 9309, 293, 370, 322, 439, 558, 588, 665, 588, 665, 439, 558, 586, 718, 311, 574, 412, 264, 2572, 5380, 294, 341, 4829, 293, 437, 286, 1116, 411, 291, 281, 360, 307, 767, 281, 909, 732, 420, 544, 29378, 1539, 732, 420, 1045, 6674, 281, 264, 3480], "avg_logprob": -0.23278601593890433, "compression_ratio": 1.553072625698324, "no_speech_prob": 1.7881393432617188e-07, "words": [{"start": 2163.5800000000004, "end": 2164.3, "word": " size", "probability": 0.2548828125}, {"start": 2164.3, "end": 2164.68, "word": " and", "probability": 0.61962890625}, {"start": 2164.68, "end": 2164.84, "word": " then", "probability": 0.62255859375}, {"start": 2164.84, "end": 2165.0, "word": " we", "probability": 0.59326171875}, {"start": 2165.0, "end": 2165.22, "word": " have", "probability": 0.9296875}, {"start": 2165.22, "end": 2165.56, "word": " noun", "probability": 0.53515625}, {"start": 2165.56, "end": 2166.16, "word": " functioning", "probability": 0.85107421875}, {"start": 2166.16, "end": 2166.74, "word": " as", "probability": 0.9443359375}, {"start": 2166.74, "end": 2167.82, "word": " four", "probability": 0.255859375}, {"start": 2167.82, "end": 2168.42, "word": " large", "probability": 0.9443359375}, {"start": 2168.42, "end": 2170.04, "word": " bedroom", "probability": 0.63720703125}, {"start": 2170.04, "end": 2170.94, "word": " windows", "probability": 0.68017578125}, {"start": 2170.94, "end": 2171.2, "word": " and", "probability": 0.8935546875}, {"start": 2171.2, "end": 2171.42, "word": " so", "probability": 0.9443359375}, {"start": 2171.42, "end": 2171.64, "word": " on", "probability": 0.947265625}, {"start": 2171.64, "end": 2171.86, "word": " all", "probability": 0.2548828125}, {"start": 2171.86, "end": 2172.06, "word": " right", "probability": 0.90673828125}, {"start": 2172.06, "end": 2172.54, "word": " very", "probability": 0.67041015625}, {"start": 2172.54, "end": 2172.76, "word": " good", "probability": 0.74755859375}, {"start": 2172.76, "end": 2173.1, "word": " very", "probability": 0.68603515625}, {"start": 2173.1, "end": 2173.34, "word": " good", "probability": 0.90576171875}, {"start": 2173.34, "end": 2173.52, "word": " all", "probability": 0.8544921875}, {"start": 2173.52, "end": 2173.74, "word": " right", "probability": 0.9150390625}, {"start": 2173.74, "end": 2174.3, "word": " now", "probability": 0.7998046875}, {"start": 2174.3, "end": 2175.08, "word": " let's", "probability": 0.74169921875}, {"start": 2175.08, "end": 2175.32, "word": " look", "probability": 0.96142578125}, {"start": 2175.32, "end": 2175.7, "word": " at", "probability": 0.9658203125}, {"start": 2175.7, "end": 2176.06, "word": " the", "probability": 0.921875}, {"start": 2176.06, "end": 2176.52, "word": " final", "probability": 0.94677734375}, {"start": 2176.52, "end": 2177.7, "word": " exercise", "probability": 0.955078125}, {"start": 2177.7, "end": 2177.94, "word": " in", "probability": 0.76318359375}, {"start": 2177.94, "end": 2178.12, "word": " this", "probability": 0.9287109375}, {"start": 2178.12, "end": 2178.52, "word": " topic", "probability": 0.953125}, {"start": 2178.52, "end": 2178.98, "word": " and", "probability": 0.85986328125}, {"start": 2178.98, "end": 2179.16, "word": " what", "probability": 0.916015625}, {"start": 2179.16, "end": 2179.3, "word": " I'd", "probability": 0.705078125}, {"start": 2179.3, "end": 2179.5, "word": " like", "probability": 0.9306640625}, {"start": 2179.5, "end": 2179.64, "word": " you", "probability": 0.94384765625}, {"start": 2179.64, "end": 2179.8, "word": " to", "probability": 0.96630859375}, {"start": 2179.8, "end": 2180.18, "word": " do", "probability": 0.95556640625}, {"start": 2180.18, "end": 2180.7, "word": " is", "probability": 0.9326171875}, {"start": 2180.7, "end": 2181.34, "word": " actually", "probability": 0.87890625}, {"start": 2181.34, "end": 2182.28, "word": " to", "probability": 0.95263671875}, {"start": 2182.28, "end": 2182.84, "word": " add", "probability": 0.8994140625}, {"start": 2182.84, "end": 2183.58, "word": " two", "probability": 0.91259765625}, {"start": 2183.58, "end": 2183.88, "word": " or", "probability": 0.9443359375}, {"start": 2183.88, "end": 2184.16, "word": " more", "probability": 0.88818359375}, {"start": 2184.16, "end": 2184.96, "word": " adjectives", "probability": 0.9814453125}, {"start": 2184.96, "end": 2185.2, "word": " two", "probability": 0.744140625}, {"start": 2185.2, "end": 2185.4, "word": " or", "probability": 0.958984375}, {"start": 2185.4, "end": 2185.66, "word": " three", "probability": 0.9287109375}, {"start": 2185.66, "end": 2186.38, "word": " maximum", "probability": 0.9140625}, {"start": 2186.38, "end": 2187.24, "word": " to", "probability": 0.931640625}, {"start": 2187.24, "end": 2187.82, "word": " the", "probability": 0.77685546875}, {"start": 2187.82, "end": 2188.54, "word": " following", "probability": 0.90380859375}], "temperature": 1.0}, {"id": 91, "seek": 220546, "start": 2189.7, "end": 2205.46, "text": " sentences. Let's look at and add pictures to the word umbrella. No one understands why I still wear my jeans. Alright. It would be my chair. And my mother gave me a ring.", "tokens": [16579, 13, 961, 311, 574, 412, 293, 909, 5242, 281, 264, 1349, 21925, 13, 883, 472, 15146, 983, 286, 920, 3728, 452, 18880, 13, 2798, 13, 467, 576, 312, 452, 6090, 13, 400, 452, 2895, 2729, 385, 257, 4875, 13], "avg_logprob": -0.25952743320930294, "compression_ratio": 1.2954545454545454, "no_speech_prob": 6.556510925292969e-07, "words": [{"start": 2189.7, "end": 2190.34, "word": " sentences.", "probability": 0.5009765625}, {"start": 2190.6, "end": 2190.98, "word": " Let's", "probability": 0.794921875}, {"start": 2190.98, "end": 2191.18, "word": " look", "probability": 0.96435546875}, {"start": 2191.18, "end": 2191.54, "word": " at", "probability": 0.943359375}, {"start": 2191.54, "end": 2192.1, "word": " and", "probability": 0.418701171875}, {"start": 2192.1, "end": 2192.36, "word": " add", "probability": 0.875}, {"start": 2192.36, "end": 2192.82, "word": " pictures", "probability": 0.260009765625}, {"start": 2192.82, "end": 2193.14, "word": " to", "probability": 0.9423828125}, {"start": 2193.14, "end": 2193.3, "word": " the", "probability": 0.8623046875}, {"start": 2193.3, "end": 2193.68, "word": " word", "probability": 0.80712890625}, {"start": 2193.68, "end": 2194.28, "word": " umbrella.", "probability": 0.76513671875}, {"start": 2195.14, "end": 2195.32, "word": " No", "probability": 0.7919921875}, {"start": 2195.32, "end": 2195.46, "word": " one", "probability": 0.92333984375}, {"start": 2195.46, "end": 2195.86, "word": " understands", "probability": 0.7607421875}, {"start": 2195.86, "end": 2196.1, "word": " why", "probability": 0.89892578125}, {"start": 2196.1, "end": 2196.26, "word": " I", "probability": 0.97509765625}, {"start": 2196.26, "end": 2196.42, "word": " still", "probability": 0.7724609375}, {"start": 2196.42, "end": 2196.72, "word": " wear", "probability": 0.9306640625}, {"start": 2196.72, "end": 2197.1, "word": " my", "probability": 0.90771484375}, {"start": 2197.1, "end": 2198.04, "word": " jeans.", "probability": 0.978515625}, {"start": 2198.64, "end": 2199.08, "word": " Alright.", "probability": 0.5498046875}, {"start": 2200.32, "end": 2200.56, "word": " It", "probability": 0.89599609375}, {"start": 2200.56, "end": 2200.74, "word": " would", "probability": 0.8671875}, {"start": 2200.74, "end": 2200.94, "word": " be", "probability": 0.95458984375}, {"start": 2200.94, "end": 2201.26, "word": " my", "probability": 0.96728515625}, {"start": 2201.26, "end": 2201.78, "word": " chair.", "probability": 0.8564453125}, {"start": 2203.08, "end": 2203.58, "word": " And", "probability": 0.822265625}, {"start": 2203.58, "end": 2203.94, "word": " my", "probability": 0.8974609375}, {"start": 2203.94, "end": 2204.24, "word": " mother", "probability": 0.85986328125}, {"start": 2204.24, "end": 2204.52, "word": " gave", "probability": 0.84130859375}, {"start": 2204.52, "end": 2204.7, "word": " me", "probability": 0.962890625}, {"start": 2204.7, "end": 2204.96, "word": " a", "probability": 0.9248046875}, {"start": 2204.96, "end": 2205.46, "word": " ring.", "probability": 0.93212890625}], "temperature": 1.0}, {"id": 92, "seek": 221952, "start": 2207.04, "end": 2219.52, "text": " and my brother owned a car. So add adjectives to these underlined words. Two or more adjectives to each one of these underlined words in these sentences, okay?", "tokens": [293, 452, 3708, 11684, 257, 1032, 13, 407, 909, 29378, 1539, 281, 613, 833, 13564, 2283, 13, 4453, 420, 544, 29378, 1539, 281, 1184, 472, 295, 613, 833, 13564, 2283, 294, 613, 16579, 11, 1392, 30], "avg_logprob": -0.23986486325392853, "compression_ratio": 1.4953271028037383, "no_speech_prob": 2.9206275939941406e-05, "words": [{"start": 2207.04, "end": 2207.62, "word": " and", "probability": 0.3427734375}, {"start": 2207.62, "end": 2208.2, "word": " my", "probability": 0.7392578125}, {"start": 2208.2, "end": 2208.56, "word": " brother", "probability": 0.83642578125}, {"start": 2208.56, "end": 2209.06, "word": " owned", "probability": 0.251708984375}, {"start": 2209.06, "end": 2209.36, "word": " a", "probability": 0.67724609375}, {"start": 2209.36, "end": 2209.52, "word": " car.", "probability": 0.94873046875}, {"start": 2209.62, "end": 2209.74, "word": " So", "probability": 0.755859375}, {"start": 2209.74, "end": 2210.2, "word": " add", "probability": 0.6337890625}, {"start": 2210.2, "end": 2211.28, "word": " adjectives", "probability": 0.972900390625}, {"start": 2211.28, "end": 2211.92, "word": " to", "probability": 0.9638671875}, {"start": 2211.92, "end": 2212.48, "word": " these", "probability": 0.82470703125}, {"start": 2212.48, "end": 2213.32, "word": " underlined", "probability": 0.9013671875}, {"start": 2213.32, "end": 2214.16, "word": " words.", "probability": 0.81494140625}, {"start": 2214.28, "end": 2214.46, "word": " Two", "probability": 0.82666015625}, {"start": 2214.46, "end": 2214.72, "word": " or", "probability": 0.93505859375}, {"start": 2214.72, "end": 2214.96, "word": " more", "probability": 0.9365234375}, {"start": 2214.96, "end": 2215.58, "word": " adjectives", "probability": 0.97216796875}, {"start": 2215.58, "end": 2215.78, "word": " to", "probability": 0.95263671875}, {"start": 2215.78, "end": 2216.0, "word": " each", "probability": 0.93798828125}, {"start": 2216.0, "end": 2216.2, "word": " one", "probability": 0.884765625}, {"start": 2216.2, "end": 2216.34, "word": " of", "probability": 0.9560546875}, {"start": 2216.34, "end": 2216.58, "word": " these", "probability": 0.85400390625}, {"start": 2216.58, "end": 2217.28, "word": " underlined", "probability": 0.901611328125}, {"start": 2217.28, "end": 2218.08, "word": " words", "probability": 0.88623046875}, {"start": 2218.08, "end": 2218.28, "word": " in", "probability": 0.93359375}, {"start": 2218.28, "end": 2218.46, "word": " these", "probability": 0.83154296875}, {"start": 2218.46, "end": 2218.98, "word": " sentences,", "probability": 0.943359375}, {"start": 2219.24, "end": 2219.52, "word": " okay?", "probability": 0.7109375}], "temperature": 1.0}, {"id": 93, "seek": 226726, "start": 2254.96, "end": 2267.26, "text": " I love them. I love them. I love them. I love them.", "tokens": [286, 959, 552, 13, 286, 959, 552, 13, 286, 959, 552, 13, 286, 959, 552, 13], "avg_logprob": -1.0349264705882353, "compression_ratio": 2.1666666666666665, "no_speech_prob": 8.344650268554688e-06, "words": [{"start": 2254.96, "end": 2256.36, "word": " I", "probability": 0.07501220703125}, {"start": 2256.36, "end": 2257.76, "word": " love", "probability": 0.257080078125}, {"start": 2257.76, "end": 2258.3, "word": " them.", "probability": 0.0849609375}, {"start": 2259.28, "end": 2259.62, "word": " I", "probability": 0.1561279296875}, {"start": 2259.62, "end": 2259.92, "word": " love", "probability": 0.2200927734375}, {"start": 2259.92, "end": 2260.16, "word": " them.", "probability": 0.53076171875}, {"start": 2261.64, "end": 2261.8, "word": " I", "probability": 0.232421875}, {"start": 2261.8, "end": 2262.7, "word": " love", "probability": 0.334228515625}, {"start": 2262.7, "end": 2264.84, "word": " them.", "probability": 0.80078125}, {"start": 2264.84, "end": 2264.84, "word": " I", "probability": 0.361572265625}, {"start": 2264.84, "end": 2266.76, "word": " love", "probability": 0.53564453125}, {"start": 2266.76, "end": 2267.26, "word": " them.", "probability": 0.859375}], "temperature": 1.0}, {"id": 94, "seek": 227798, "start": 2272.94, "end": 2277.98, "text": " Okay. Okay. Okay.", "tokens": [1033, 13, 1033, 13, 1033, 13], "avg_logprob": -1.171875, "compression_ratio": 1.125, "no_speech_prob": 1.3113021850585938e-06, "words": [{"start": 2272.9400000000005, "end": 2273.6600000000003, "word": " Okay.", "probability": 0.08209228515625}, {"start": 2273.6600000000003, "end": 2274.38, "word": " Okay.", "probability": 0.1632080078125}, {"start": 2277.26, "end": 2277.98, "word": " Okay.", "probability": 0.31689453125}], "temperature": 1.0}, {"id": 95, "seek": 233088, "start": 2310.32, "end": 2330.88, "text": " I'm constantly thinking about it. Thinking about what you want. Thinking about what you want. Thinking about what you want. Thinking about what you want. Thinking about what you want. Thinking about what you want. Thinking about what you want. Thinking about what you want. Thinking about what you want. Thinking about what you want. Thinking about what you want. Thinking about what you want. Thinking about what you want. Thinking about what you want. Thinking about what you want. Thinking about what you want. Thinking about what you want. Thinking about what you want. Thinking about what you want. Thinking about what you want. Thinking about what you want. Thinking about what you want. Thinking about what you want. Thinking about what you want. Thinking about what you want. Thinking about what you want. Thinking about what you want. Thinking about what you want. Thinking about what you want. Thinking about what you want. Thinking about what you want. Thinking about what you want. Thinking about what you want. Thinking about what you want. Thinking about what you want. Thinking about what you want. Thinking", "tokens": [286, 478, 6460, 1953, 466, 309, 13, 24460, 466, 437, 291, 528, 13, 24460, 466, 437, 291, 528, 13, 24460, 466, 437, 291, 528, 13, 24460, 466, 437, 291, 528, 13, 24460, 466, 437, 291, 528, 13, 24460, 466, 437, 291, 528, 13, 24460, 466, 437, 291, 528, 13, 24460, 466, 437, 291, 528, 13, 24460, 466, 437, 291, 528, 13, 24460, 466, 437, 291, 528, 13, 24460, 466, 437, 291, 528, 13, 24460, 466, 437, 291, 528, 13, 24460, 466, 437, 291, 528, 13, 24460, 466, 437, 291, 528, 13, 24460, 466, 437, 291, 528, 13, 24460, 466, 437, 291, 528, 13, 24460, 466, 437, 291, 528, 13, 24460, 466, 437, 291, 528, 13, 24460, 466, 437, 291, 528, 13, 24460, 466, 437, 291, 528, 13, 24460, 466, 437, 291, 528, 13, 24460, 466, 437, 291, 528, 13, 24460, 466, 437, 291, 528, 13, 24460, 466, 437, 291, 528, 13, 24460, 466, 437, 291, 528, 13, 24460, 466, 437, 291, 528, 13, 24460, 466, 437, 291, 528, 13, 24460, 466, 437, 291, 528, 13, 24460, 466, 437, 291, 528, 13, 24460, 466, 437, 291, 528, 13, 24460, 466, 437, 291, 528, 13, 24460, 466, 437, 291, 528, 13, 24460, 466, 437, 291, 528, 13, 24460, 466, 437, 291, 528, 13, 24460, 466, 437, 291, 528, 13, 24460, 466, 437, 291, 528, 13, 24460], "avg_logprob": -0.15777778413560656, "compression_ratio": 16.514705882352942, "no_speech_prob": 1.6093254089355469e-06, "words": [{"start": 2310.32, "end": 2310.8, "word": " I'm", "probability": 0.16546630859375}, {"start": 2310.8, "end": 2311.28, "word": " constantly", "probability": 0.1920166015625}, {"start": 2311.28, "end": 2311.96, "word": " thinking", "probability": 0.6875}, {"start": 2311.96, "end": 2312.2, "word": " about", "probability": 0.576171875}, {"start": 2312.2, "end": 2312.86, "word": " it.", "probability": 0.1591796875}, {"start": 2313.34, "end": 2313.76, "word": " Thinking", "probability": 0.14990234375}, {"start": 2313.76, "end": 2313.76, "word": " about", "probability": 0.7626953125}, {"start": 2313.76, "end": 2314.08, "word": " what", "probability": 0.61767578125}, {"start": 2314.08, "end": 2314.08, "word": " you", "probability": 0.126708984375}, {"start": 2314.08, "end": 2314.32, "word": " want.", "probability": 0.47021484375}, {"start": 2315.24, "end": 2315.24, "word": " Thinking", "probability": 0.416748046875}, {"start": 2315.24, "end": 2315.24, "word": " about", "probability": 0.60498046875}, {"start": 2315.24, "end": 2315.24, "word": " what", "probability": 0.38037109375}, {"start": 2315.24, "end": 2315.7, "word": " you", "probability": 0.853515625}, {"start": 2315.7, "end": 2316.08, "word": " want.", "probability": 0.64501953125}, {"start": 2316.26, "end": 2316.54, "word": " Thinking", "probability": 0.4306640625}, {"start": 2316.54, "end": 2316.54, "word": " about", "probability": 0.716796875}, {"start": 2316.54, "end": 2316.54, "word": " what", "probability": 0.6630859375}, {"start": 2316.54, "end": 2316.56, "word": " you", "probability": 0.94970703125}, {"start": 2316.56, "end": 2316.56, "word": " want.", "probability": 0.8359375}, {"start": 2316.56, "end": 2316.88, "word": " Thinking", "probability": 0.5234375}, {"start": 2316.88, "end": 2317.14, "word": " about", "probability": 0.7998046875}, {"start": 2317.14, "end": 2317.9, "word": " what", "probability": 0.857421875}, {"start": 2317.9, "end": 2317.9, "word": " you", "probability": 0.9638671875}, {"start": 2317.9, "end": 2317.9, "word": " want.", "probability": 0.8662109375}, {"start": 2317.9, "end": 2317.96, "word": " Thinking", "probability": 0.58935546875}, {"start": 2317.96, "end": 2318.24, "word": " about", "probability": 0.84130859375}, {"start": 2318.24, "end": 2318.24, "word": " what", "probability": 0.8837890625}, {"start": 2318.24, "end": 2318.24, "word": " you", "probability": 0.96435546875}, {"start": 2318.24, "end": 2318.4, "word": " want.", "probability": 0.8662109375}, {"start": 2318.4, "end": 2318.4, "word": " Thinking", "probability": 0.70263671875}, {"start": 2318.4, "end": 2318.4, "word": " about", "probability": 0.87744140625}, {"start": 2318.4, "end": 2318.4, "word": " what", "probability": 0.89697265625}, {"start": 2318.4, "end": 2318.4, "word": " you", "probability": 0.96484375}, {"start": 2318.4, "end": 2318.44, "word": " want.", "probability": 0.86865234375}, {"start": 2318.66, "end": 2318.66, "word": " Thinking", "probability": 0.80126953125}, {"start": 2318.66, "end": 2318.66, "word": " about", "probability": 0.892578125}, {"start": 2318.66, "end": 2319.88, "word": " what", "probability": 0.91552734375}, {"start": 2319.88, "end": 2319.88, "word": " you", "probability": 0.966796875}, {"start": 2319.88, "end": 2319.88, "word": " want.", "probability": 0.8740234375}, {"start": 2319.88, "end": 2320.14, "word": " Thinking", "probability": 0.84765625}, {"start": 2320.14, "end": 2320.36, "word": " about", "probability": 0.8974609375}, {"start": 2320.36, "end": 2320.6, "word": " what", "probability": 0.92529296875}, {"start": 2320.6, "end": 2320.7, "word": " you", "probability": 0.96923828125}, {"start": 2320.7, "end": 2320.7, "word": " want.", "probability": 0.8759765625}, {"start": 2320.7, "end": 2320.7, "word": " Thinking", "probability": 0.87158203125}, {"start": 2320.7, "end": 2320.7, "word": " about", "probability": 0.8974609375}, {"start": 2320.7, "end": 2320.7, "word": " what", "probability": 0.93017578125}, {"start": 2320.7, "end": 2320.7, "word": " you", "probability": 0.96923828125}, {"start": 2320.7, "end": 2320.7, "word": " want.", "probability": 0.88037109375}, {"start": 2320.7, "end": 2320.7, "word": " Thinking", "probability": 0.89453125}, {"start": 2320.7, "end": 2320.7, "word": " about", "probability": 0.896484375}, {"start": 2320.7, "end": 2320.7, "word": " what", "probability": 0.93310546875}, {"start": 2320.7, "end": 2320.74, "word": " you", "probability": 0.9697265625}, {"start": 2320.74, "end": 2320.98, "word": " want.", "probability": 0.8837890625}, {"start": 2321.02, "end": 2321.02, "word": " Thinking", "probability": 0.9130859375}, {"start": 2321.02, "end": 2321.02, "word": " about", "probability": 0.89697265625}, {"start": 2321.02, "end": 2321.02, "word": " what", "probability": 0.93701171875}, {"start": 2321.02, "end": 2321.02, "word": " you", "probability": 0.9697265625}, {"start": 2321.02, "end": 2321.08, "word": " want.", "probability": 0.8837890625}, {"start": 2321.08, "end": 2321.08, "word": " Thinking", "probability": 0.9267578125}, {"start": 2321.08, "end": 2321.08, "word": " about", "probability": 0.89794921875}, {"start": 2321.08, "end": 2321.08, "word": " what", "probability": 0.93994140625}, {"start": 2321.08, "end": 2321.08, "word": " you", "probability": 0.970703125}, {"start": 2321.08, "end": 2321.08, "word": " want.", "probability": 0.88671875}, {"start": 2321.08, "end": 2321.08, "word": " Thinking", "probability": 0.9365234375}, {"start": 2321.08, "end": 2321.1, "word": " about", "probability": 0.900390625}, {"start": 2321.1, "end": 2321.1, "word": " what", "probability": 0.9423828125}, {"start": 2321.1, "end": 2321.1, "word": " you", "probability": 0.97021484375}, {"start": 2321.1, "end": 2321.4, "word": " want.", "probability": 0.89013671875}, {"start": 2321.4, "end": 2321.4, "word": " Thinking", "probability": 0.9423828125}, {"start": 2321.4, "end": 2321.4, "word": " about", "probability": 0.90087890625}, {"start": 2321.4, "end": 2321.4, "word": " what", "probability": 0.94384765625}, {"start": 2321.4, "end": 2321.4, "word": " you", "probability": 0.97119140625}, {"start": 2321.4, "end": 2321.62, "word": " want.", "probability": 0.89111328125}, {"start": 2321.82, "end": 2322.0, "word": " Thinking", "probability": 0.9462890625}, {"start": 2322.0, "end": 2322.0, "word": " about", "probability": 0.90380859375}, {"start": 2322.0, "end": 2322.76, "word": " what", "probability": 0.9462890625}, {"start": 2322.76, "end": 2322.76, "word": " you", "probability": 0.97119140625}, {"start": 2322.76, "end": 2323.04, "word": " want.", "probability": 0.890625}, {"start": 2323.04, "end": 2323.22, "word": " Thinking", "probability": 0.94873046875}, {"start": 2323.22, "end": 2323.22, "word": " about", "probability": 0.9033203125}, {"start": 2323.22, "end": 2323.94, "word": " what", "probability": 0.94775390625}, {"start": 2323.94, "end": 2323.98, "word": " you", "probability": 0.970703125}, {"start": 2323.98, "end": 2323.98, "word": " want.", "probability": 0.892578125}, {"start": 2323.98, "end": 2324.36, "word": " Thinking", "probability": 0.95068359375}, {"start": 2324.36, "end": 2324.4, "word": " about", "probability": 0.90576171875}, {"start": 2324.4, "end": 2324.66, "word": " what", "probability": 0.9482421875}, {"start": 2324.66, "end": 2324.76, "word": " you", "probability": 0.9716796875}, {"start": 2324.76, "end": 2324.76, "word": " want.", "probability": 0.892578125}, {"start": 2324.76, "end": 2324.9, "word": " Thinking", "probability": 0.95166015625}, {"start": 2324.9, "end": 2324.9, "word": " about", "probability": 0.90673828125}, {"start": 2324.9, "end": 2324.9, "word": " what", "probability": 0.947265625}, {"start": 2324.9, "end": 2324.9, "word": " you", "probability": 0.970703125}, {"start": 2324.9, "end": 2325.14, "word": " want.", "probability": 0.89453125}, {"start": 2325.14, "end": 2325.14, "word": " Thinking", "probability": 0.9521484375}, {"start": 2325.14, "end": 2325.22, "word": " about", "probability": 0.9052734375}, {"start": 2325.22, "end": 2325.22, "word": " what", "probability": 0.947265625}, {"start": 2325.22, "end": 2325.22, "word": " you", "probability": 0.9716796875}, {"start": 2325.22, "end": 2325.26, "word": " want.", "probability": 0.89453125}, {"start": 2325.26, "end": 2325.26, "word": " Thinking", "probability": 0.9521484375}, {"start": 2325.26, "end": 2325.26, "word": " about", "probability": 0.9072265625}, {"start": 2325.26, "end": 2325.26, "word": " what", "probability": 0.94921875}, {"start": 2325.26, "end": 2325.26, "word": " you", "probability": 0.970703125}, {"start": 2325.26, "end": 2325.26, "word": " want.", "probability": 0.896484375}, {"start": 2325.3, "end": 2325.64, "word": " Thinking", "probability": 0.95263671875}, {"start": 2325.64, "end": 2325.82, "word": " about", "probability": 0.9072265625}, {"start": 2325.82, "end": 2325.82, "word": " what", "probability": 0.94873046875}, {"start": 2325.82, "end": 2325.82, "word": " you", "probability": 0.970703125}, {"start": 2325.82, "end": 2325.82, "word": " want.", "probability": 0.896484375}, {"start": 2325.82, "end": 2325.82, "word": " Thinking", "probability": 0.9521484375}, {"start": 2325.82, "end": 2325.82, "word": " about", "probability": 0.90673828125}, {"start": 2325.82, "end": 2325.82, "word": " what", "probability": 0.94873046875}, {"start": 2325.82, "end": 2325.82, "word": " you", "probability": 0.970703125}, {"start": 2325.82, "end": 2325.82, "word": " want.", "probability": 0.896484375}, {"start": 2325.82, "end": 2325.82, "word": " Thinking", "probability": 0.95166015625}, {"start": 2325.82, "end": 2325.82, "word": " about", "probability": 0.90869140625}, {"start": 2325.82, "end": 2325.82, "word": " what", "probability": 0.94775390625}, {"start": 2325.82, "end": 2325.82, "word": " you", "probability": 0.970703125}, {"start": 2325.82, "end": 2325.82, "word": " want.", "probability": 0.89794921875}, {"start": 2325.82, "end": 2325.82, "word": " Thinking", "probability": 0.951171875}, {"start": 2325.82, "end": 2325.84, "word": " about", "probability": 0.9091796875}, {"start": 2325.84, "end": 2326.02, "word": " what", "probability": 0.94921875}, {"start": 2326.02, "end": 2326.02, "word": " you", "probability": 0.9716796875}, {"start": 2326.02, "end": 2326.02, "word": " want.", "probability": 0.89794921875}, {"start": 2326.02, "end": 2326.02, "word": " Thinking", "probability": 0.9501953125}, {"start": 2326.02, "end": 2326.02, "word": " about", "probability": 0.9091796875}, {"start": 2326.02, "end": 2326.02, "word": " what", "probability": 0.94970703125}, {"start": 2326.02, "end": 2326.02, "word": " you", "probability": 0.97119140625}, {"start": 2326.02, "end": 2326.02, "word": " want.", "probability": 0.89794921875}, {"start": 2326.02, "end": 2326.02, "word": " Thinking", "probability": 0.94970703125}, {"start": 2326.02, "end": 2326.02, "word": " about", "probability": 0.91162109375}, {"start": 2326.02, "end": 2326.02, "word": " what", "probability": 0.94970703125}, {"start": 2326.02, "end": 2326.02, "word": " you", "probability": 0.97119140625}, {"start": 2326.02, "end": 2326.02, "word": " want.", "probability": 0.8994140625}, {"start": 2326.02, "end": 2326.02, "word": " Thinking", "probability": 0.9482421875}, {"start": 2326.02, "end": 2326.02, "word": " about", "probability": 0.91064453125}, {"start": 2326.02, "end": 2326.08, "word": " what", "probability": 0.94873046875}, {"start": 2326.08, "end": 2326.08, "word": " you", "probability": 0.97216796875}, {"start": 2326.08, "end": 2326.08, "word": " want.", "probability": 0.8994140625}, {"start": 2326.08, "end": 2326.08, "word": " Thinking", "probability": 0.94677734375}, {"start": 2326.08, "end": 2326.08, "word": " about", "probability": 0.91064453125}, {"start": 2326.08, "end": 2326.08, "word": " what", "probability": 0.94873046875}, {"start": 2326.08, "end": 2326.08, "word": " you", "probability": 0.97216796875}, {"start": 2326.08, "end": 2326.08, "word": " want.", "probability": 0.89892578125}, {"start": 2326.08, "end": 2326.08, "word": " Thinking", "probability": 0.94580078125}, {"start": 2326.08, "end": 2326.08, "word": " about", "probability": 0.91064453125}, {"start": 2326.08, "end": 2326.08, "word": " what", "probability": 0.94970703125}, {"start": 2326.08, "end": 2326.08, "word": " you", "probability": 0.97119140625}, {"start": 2326.08, "end": 2326.08, "word": " want.", "probability": 0.8974609375}, {"start": 2326.08, "end": 2326.08, "word": " Thinking", "probability": 0.94384765625}, {"start": 2326.08, "end": 2326.08, "word": " about", "probability": 0.91064453125}, {"start": 2326.08, "end": 2326.08, "word": " what", "probability": 0.94873046875}, {"start": 2326.08, "end": 2326.08, "word": " you", "probability": 0.9716796875}, {"start": 2326.08, "end": 2326.08, "word": " want.", "probability": 0.89990234375}, {"start": 2326.08, "end": 2326.08, "word": " Thinking", "probability": 0.94189453125}, {"start": 2326.08, "end": 2326.08, "word": " about", "probability": 0.9130859375}, {"start": 2326.08, "end": 2326.08, "word": " what", "probability": 0.94970703125}, {"start": 2326.08, "end": 2326.08, "word": " you", "probability": 0.9716796875}, {"start": 2326.08, "end": 2326.08, "word": " want.", "probability": 0.90087890625}, {"start": 2326.08, "end": 2326.08, "word": " Thinking", "probability": 0.94091796875}, {"start": 2326.08, "end": 2326.08, "word": " about", "probability": 0.9130859375}, {"start": 2326.08, "end": 2326.08, "word": " what", "probability": 0.9482421875}, {"start": 2326.08, "end": 2326.12, "word": " you", "probability": 0.97216796875}, {"start": 2326.12, "end": 2326.12, "word": " want.", "probability": 0.9013671875}, {"start": 2326.12, "end": 2326.12, "word": " Thinking", "probability": 0.939453125}, {"start": 2326.12, "end": 2326.12, "word": " about", "probability": 0.9140625}, {"start": 2326.12, "end": 2326.12, "word": " what", "probability": 0.95068359375}, {"start": 2326.12, "end": 2326.12, "word": " you", "probability": 0.97216796875}, {"start": 2326.12, "end": 2326.12, "word": " want.", "probability": 0.89892578125}, {"start": 2326.12, "end": 2326.12, "word": " Thinking", "probability": 0.93798828125}, {"start": 2326.12, "end": 2326.12, "word": " about", "probability": 0.91455078125}, {"start": 2326.12, "end": 2326.12, "word": " what", "probability": 0.9501953125}, {"start": 2326.12, "end": 2326.12, "word": " you", "probability": 0.97216796875}, {"start": 2326.12, "end": 2326.24, "word": " want.", "probability": 0.900390625}, {"start": 2326.24, "end": 2326.24, "word": " Thinking", "probability": 0.935546875}, {"start": 2326.24, "end": 2326.24, "word": " about", "probability": 0.9150390625}, {"start": 2326.24, "end": 2326.24, "word": " what", "probability": 0.951171875}, {"start": 2326.24, "end": 2326.54, "word": " you", "probability": 0.9716796875}, {"start": 2326.54, "end": 2327.06, "word": " want.", "probability": 0.89892578125}, {"start": 2327.54, "end": 2327.54, "word": " Thinking", "probability": 0.93310546875}, {"start": 2327.54, "end": 2328.9, "word": " about", "probability": 0.9150390625}, {"start": 2328.9, "end": 2329.86, "word": " what", "probability": 0.95068359375}, {"start": 2329.86, "end": 2330.12, "word": " you", "probability": 0.97216796875}, {"start": 2330.12, "end": 2330.12, "word": " want.", "probability": 0.89892578125}, {"start": 2330.74, "end": 2330.88, "word": " Thinking", "probability": 0.9296875}], "temperature": 1.0}, {"id": 96, "seek": 235044, "start": 2348.74, "end": 2350.44, "text": " My usual.", "tokens": [1222, 7713, 13], "avg_logprob": -0.8242187798023224, "compression_ratio": 0.5555555555555556, "no_speech_prob": 1.8477439880371094e-06, "words": [{"start": 2348.74, "end": 2350.14, "word": " My", "probability": 0.57958984375}, {"start": 2350.14, "end": 2350.44, "word": " usual.", "probability": 0.1990966796875}], "temperature": 1.0}, {"id": 97, "seek": 237423, "start": 2371.28, "end": 2374.24, "text": " Minus pinch. Minus pinch.", "tokens": [2829, 301, 14614, 13, 2829, 301, 14614, 13], "avg_logprob": -1.0494791666666667, "compression_ratio": 1.0833333333333333, "no_speech_prob": 7.474422454833984e-05, "words": [{"start": 2371.2799999999997, "end": 2372.16, "word": " Minus", "probability": 0.38104248046875}, {"start": 2372.16, "end": 2372.58, "word": " pinch.", "probability": 0.31591796875}, {"start": 2372.92, "end": 2373.8, "word": " Minus", "probability": 0.5965576171875}, {"start": 2373.8, "end": 2374.24, "word": " pinch.", "probability": 0.8798828125}], "temperature": 1.0}, {"id": 98, "seek": 238306, "start": 2380.5, "end": 2383.06, "text": " I prefer it.", "tokens": [286, 4382, 309, 13], "avg_logprob": -0.99375, "compression_ratio": 0.6190476190476191, "no_speech_prob": 0.00024437904357910156, "words": [{"start": 2380.5, "end": 2380.68, "word": " I", "probability": 0.1307373046875}, {"start": 2380.68, "end": 2380.96, "word": " prefer", "probability": 0.47119140625}, {"start": 2380.96, "end": 2383.06, "word": " it.", "probability": 0.248291015625}], "temperature": 1.0}, {"id": 99, "seek": 243980, "start": 2422.52, "end": 2439.8, "text": " Alright, let's see. My umbrella is like a friend. Yes, please. My beautiful small umbrella is like a friend. Nice. My beautiful small umbrella is like a friend. Alright. Yes. The first one. The first one. How did you do it?", "tokens": [2798, 11, 718, 311, 536, 13, 1222, 21925, 307, 411, 257, 1277, 13, 1079, 11, 1767, 13, 1222, 2238, 1359, 21925, 307, 411, 257, 1277, 13, 5490, 13, 1222, 2238, 1359, 21925, 307, 411, 257, 1277, 13, 2798, 13, 1079, 13, 440, 700, 472, 13, 440, 700, 472, 13, 1012, 630, 291, 360, 309, 30], "avg_logprob": -0.2599051275423595, "compression_ratio": 1.8512396694214877, "no_speech_prob": 2.384185791015625e-07, "words": [{"start": 2422.52, "end": 2423.08, "word": " Alright,", "probability": 0.322021484375}, {"start": 2423.3, "end": 2423.58, "word": " let's", "probability": 0.939208984375}, {"start": 2423.58, "end": 2423.88, "word": " see.", "probability": 0.9130859375}, {"start": 2424.62, "end": 2425.18, "word": " My", "probability": 0.7568359375}, {"start": 2425.18, "end": 2425.64, "word": " umbrella", "probability": 0.8427734375}, {"start": 2425.64, "end": 2426.02, "word": " is", "probability": 0.9541015625}, {"start": 2426.02, "end": 2426.4, "word": " like", "probability": 0.9443359375}, {"start": 2426.4, "end": 2426.68, "word": " a", "probability": 0.9951171875}, {"start": 2426.68, "end": 2427.14, "word": " friend.", "probability": 0.78759765625}, {"start": 2428.12, "end": 2428.44, "word": " Yes,", "probability": 0.7138671875}, {"start": 2428.52, "end": 2428.68, "word": " please.", "probability": 0.79052734375}, {"start": 2428.96, "end": 2429.1, "word": " My", "probability": 0.442138671875}, {"start": 2429.1, "end": 2429.56, "word": " beautiful", "probability": 0.95166015625}, {"start": 2429.56, "end": 2430.14, "word": " small", "probability": 0.70654296875}, {"start": 2430.14, "end": 2430.72, "word": " umbrella", "probability": 0.87744140625}, {"start": 2430.72, "end": 2431.1, "word": " is", "probability": 0.92578125}, {"start": 2431.1, "end": 2431.26, "word": " like", "probability": 0.9306640625}, {"start": 2431.26, "end": 2431.32, "word": " a", "probability": 0.70751953125}, {"start": 2431.32, "end": 2431.44, "word": " friend.", "probability": 0.72412109375}, {"start": 2431.48, "end": 2431.9, "word": " Nice.", "probability": 0.49560546875}, {"start": 2431.98, "end": 2432.12, "word": " My", "probability": 0.92041015625}, {"start": 2432.12, "end": 2432.52, "word": " beautiful", "probability": 0.9619140625}, {"start": 2432.52, "end": 2433.06, "word": " small", "probability": 0.9189453125}, {"start": 2433.06, "end": 2433.54, "word": " umbrella", "probability": 0.8828125}, {"start": 2433.54, "end": 2433.98, "word": " is", "probability": 0.95751953125}, {"start": 2433.98, "end": 2434.38, "word": " like", "probability": 0.94384765625}, {"start": 2434.38, "end": 2434.82, "word": " a", "probability": 0.994140625}, {"start": 2434.82, "end": 2435.38, "word": " friend.", "probability": 0.78857421875}, {"start": 2435.58, "end": 2435.8, "word": " Alright.", "probability": 0.662109375}, {"start": 2436.26, "end": 2436.46, "word": " Yes.", "probability": 0.4736328125}, {"start": 2436.78, "end": 2436.84, "word": " The", "probability": 0.315673828125}, {"start": 2436.84, "end": 2438.32, "word": " first", "probability": 0.73681640625}, {"start": 2438.32, "end": 2438.5, "word": " one.", "probability": 0.904296875}, {"start": 2438.56, "end": 2438.66, "word": " The", "probability": 0.67431640625}, {"start": 2438.66, "end": 2438.88, "word": " first", "probability": 0.89892578125}, {"start": 2438.88, "end": 2439.0, "word": " one.", "probability": 0.76123046875}, {"start": 2439.08, "end": 2439.22, "word": " How", "probability": 0.9453125}, {"start": 2439.22, "end": 2439.36, "word": " did", "probability": 0.955078125}, {"start": 2439.36, "end": 2439.44, "word": " you", "probability": 0.63037109375}, {"start": 2439.44, "end": 2439.62, "word": " do", "probability": 0.9619140625}, {"start": 2439.62, "end": 2439.8, "word": " it?", "probability": 0.927734375}], "temperature": 1.0}, {"id": 100, "seek": 245900, "start": 2440.48, "end": 2459.0, "text": "How did you answer it? My big pink umbrella is like an old friend. How did you do it? My nice yellow umbrella. My nice big yellow umbrella.", "tokens": [6462, 630, 291, 1867, 309, 30, 1222, 955, 7022, 21925, 307, 411, 364, 1331, 1277, 13, 1012, 630, 291, 360, 309, 30, 1222, 1481, 5566, 21925, 13, 1222, 1481, 955, 5566, 21925, 13], "avg_logprob": -0.20588235907694874, "compression_ratio": 1.4946236559139785, "no_speech_prob": 1.1920928955078125e-07, "words": [{"start": 2440.48, "end": 2440.7, "word": "How", "probability": 0.57568359375}, {"start": 2440.7, "end": 2440.84, "word": " did", "probability": 0.93408203125}, {"start": 2440.84, "end": 2440.94, "word": " you", "probability": 0.966796875}, {"start": 2440.94, "end": 2441.22, "word": " answer", "probability": 0.9443359375}, {"start": 2441.22, "end": 2441.46, "word": " it?", "probability": 0.9296875}, {"start": 2441.86, "end": 2442.12, "word": " My", "probability": 0.65966796875}, {"start": 2442.12, "end": 2444.7, "word": " big", "probability": 0.837890625}, {"start": 2444.7, "end": 2445.42, "word": " pink", "probability": 0.74951171875}, {"start": 2445.42, "end": 2446.12, "word": " umbrella", "probability": 0.8984375}, {"start": 2446.12, "end": 2446.64, "word": " is", "probability": 0.93115234375}, {"start": 2446.64, "end": 2447.58, "word": " like", "probability": 0.87646484375}, {"start": 2447.58, "end": 2448.08, "word": " an", "probability": 0.90380859375}, {"start": 2448.08, "end": 2448.42, "word": " old", "probability": 0.6552734375}, {"start": 2448.42, "end": 2448.7, "word": " friend.", "probability": 0.841796875}, {"start": 2448.8, "end": 2448.96, "word": " How", "probability": 0.67333984375}, {"start": 2448.96, "end": 2449.08, "word": " did", "probability": 0.95654296875}, {"start": 2449.08, "end": 2449.18, "word": " you", "probability": 0.966796875}, {"start": 2449.18, "end": 2449.36, "word": " do", "probability": 0.94775390625}, {"start": 2449.36, "end": 2449.62, "word": " it?", "probability": 0.95556640625}, {"start": 2450.46, "end": 2450.66, "word": " My", "probability": 0.85888671875}, {"start": 2450.66, "end": 2450.98, "word": " nice", "probability": 0.91357421875}, {"start": 2450.98, "end": 2451.22, "word": " yellow", "probability": 0.84228515625}, {"start": 2451.22, "end": 2453.72, "word": " umbrella.", "probability": 0.9130859375}, {"start": 2453.98, "end": 2454.24, "word": " My", "probability": 0.467529296875}, {"start": 2454.24, "end": 2455.82, "word": " nice", "probability": 0.89990234375}, {"start": 2455.82, "end": 2456.82, "word": " big", "probability": 0.311279296875}, {"start": 2456.82, "end": 2458.48, "word": " yellow", "probability": 0.857421875}, {"start": 2458.48, "end": 2459.0, "word": " umbrella.", "probability": 0.91650390625}], "temperature": 1.0}, {"id": 101, "seek": 248205, "start": 2460.29, "end": 2482.05, "text": "it's like a friend it's like an old friend for example okay number two no one understands why I still wear my jeans yes please why comfortable faded blue jeans very good very good how did you answer it please my blue jeans another one another adjective to it all right yes please", "tokens": [270, 311, 411, 257, 1277, 309, 311, 411, 364, 1331, 1277, 337, 1365, 1392, 1230, 732, 572, 472, 15146, 983, 286, 920, 3728, 452, 18880, 2086, 1767, 983, 4619, 36352, 3344, 18880, 588, 665, 588, 665, 577, 630, 291, 1867, 309, 1767, 452, 3344, 18880, 1071, 472, 1071, 44129, 281, 309, 439, 558, 2086, 1767], "avg_logprob": -0.26492744418127195, "compression_ratio": 1.690909090909091, "no_speech_prob": 1.1920928955078125e-07, "words": [{"start": 2460.29, "end": 2460.61, "word": "it's", "probability": 0.56005859375}, {"start": 2460.61, "end": 2461.07, "word": " like", "probability": 0.9296875}, {"start": 2461.07, "end": 2461.57, "word": " a", "probability": 0.66748046875}, {"start": 2461.57, "end": 2461.83, "word": " friend", "probability": 0.8046875}, {"start": 2461.83, "end": 2462.05, "word": " it's", "probability": 0.7197265625}, {"start": 2462.05, "end": 2462.27, "word": " like", "probability": 0.93310546875}, {"start": 2462.27, "end": 2462.47, "word": " an", "probability": 0.9365234375}, {"start": 2462.47, "end": 2462.81, "word": " old", "probability": 0.9091796875}, {"start": 2462.81, "end": 2463.23, "word": " friend", "probability": 0.7890625}, {"start": 2463.23, "end": 2463.49, "word": " for", "probability": 0.8916015625}, {"start": 2463.49, "end": 2463.99, "word": " example", "probability": 0.9736328125}, {"start": 2463.99, "end": 2464.53, "word": " okay", "probability": 0.7646484375}, {"start": 2464.53, "end": 2465.07, "word": " number", "probability": 0.853515625}, {"start": 2465.07, "end": 2465.35, "word": " two", "probability": 0.93798828125}, {"start": 2465.35, "end": 2465.57, "word": " no", "probability": 0.806640625}, {"start": 2465.57, "end": 2465.75, "word": " one", "probability": 0.92041015625}, {"start": 2465.75, "end": 2466.23, "word": " understands", "probability": 0.79296875}, {"start": 2466.23, "end": 2466.49, "word": " why", "probability": 0.91943359375}, {"start": 2466.49, "end": 2466.63, "word": " I", "probability": 0.305908203125}, {"start": 2466.63, "end": 2466.95, "word": " still", "probability": 0.958984375}, {"start": 2466.95, "end": 2467.23, "word": " wear", "probability": 0.94921875}, {"start": 2467.23, "end": 2467.53, "word": " my", "probability": 0.9521484375}, {"start": 2467.53, "end": 2468.17, "word": " jeans", "probability": 0.9794921875}, {"start": 2468.17, "end": 2468.67, "word": " yes", "probability": 0.693359375}, {"start": 2468.67, "end": 2468.97, "word": " please", "probability": 0.8232421875}, {"start": 2468.97, "end": 2470.65, "word": " why", "probability": 0.466796875}, {"start": 2470.65, "end": 2471.29, "word": " comfortable", "probability": 0.861328125}, {"start": 2471.29, "end": 2472.11, "word": " faded", "probability": 0.9765625}, {"start": 2472.11, "end": 2472.53, "word": " blue", "probability": 0.71875}, {"start": 2472.53, "end": 2473.91, "word": " jeans", "probability": 0.9072265625}, {"start": 2473.91, "end": 2474.53, "word": " very", "probability": 0.328857421875}, {"start": 2474.53, "end": 2474.91, "word": " good", "probability": 0.92529296875}, {"start": 2474.91, "end": 2475.17, "word": " very", "probability": 0.7978515625}, {"start": 2475.17, "end": 2475.49, "word": " good", "probability": 0.9267578125}, {"start": 2475.49, "end": 2475.83, "word": " how", "probability": 0.90869140625}, {"start": 2475.83, "end": 2476.15, "word": " did", "probability": 0.744140625}, {"start": 2476.15, "end": 2476.27, "word": " you", "probability": 0.9677734375}, {"start": 2476.27, "end": 2476.55, "word": " answer", "probability": 0.9658203125}, {"start": 2476.55, "end": 2476.73, "word": " it", "probability": 0.89013671875}, {"start": 2476.73, "end": 2476.95, "word": " please", "probability": 0.433837890625}, {"start": 2476.95, "end": 2477.95, "word": " my", "probability": 0.6142578125}, {"start": 2477.95, "end": 2478.29, "word": " blue", "probability": 0.98193359375}, {"start": 2478.29, "end": 2478.59, "word": " jeans", "probability": 0.97705078125}, {"start": 2478.59, "end": 2478.91, "word": " another", "probability": 0.90185546875}, {"start": 2478.91, "end": 2479.25, "word": " one", "probability": 0.84375}, {"start": 2479.25, "end": 2479.69, "word": " another", "probability": 0.92236328125}, {"start": 2479.69, "end": 2480.33, "word": " adjective", "probability": 0.9609375}, {"start": 2480.33, "end": 2480.59, "word": " to", "probability": 0.96484375}, {"start": 2480.59, "end": 2480.75, "word": " it", "probability": 0.96142578125}, {"start": 2480.75, "end": 2481.09, "word": " all", "probability": 0.83984375}, {"start": 2481.09, "end": 2481.27, "word": " right", "probability": 0.91259765625}, {"start": 2481.27, "end": 2481.61, "word": " yes", "probability": 0.97021484375}, {"start": 2481.61, "end": 2482.05, "word": " please", "probability": 0.810546875}], "temperature": 1.0}, {"id": 102, "seek": 250830, "start": 2489.6, "end": 2508.3, "text": " My comfortable. Because it's an opinion. My comfortable, large, old jeans. Old blue jeans. Generally you use two or three. Don't use more than three generally. It could be something not good actually.", "tokens": [1222, 4619, 13, 1436, 309, 311, 364, 4800, 13, 1222, 4619, 11, 2416, 11, 1331, 18880, 13, 8633, 3344, 18880, 13, 21082, 291, 764, 732, 420, 1045, 13, 1468, 380, 764, 544, 813, 1045, 5101, 13, 467, 727, 312, 746, 406, 665, 767, 13], "avg_logprob": -0.33645834392971463, "compression_ratio": 1.4154929577464788, "no_speech_prob": 1.1920928955078125e-07, "words": [{"start": 2489.6, "end": 2489.88, "word": " My", "probability": 0.40625}, {"start": 2489.88, "end": 2490.34, "word": " comfortable.", "probability": 0.74755859375}, {"start": 2491.9, "end": 2492.3, "word": " Because", "probability": 0.26220703125}, {"start": 2492.3, "end": 2492.54, "word": " it's", "probability": 0.953369140625}, {"start": 2492.54, "end": 2492.68, "word": " an", "probability": 0.78125}, {"start": 2492.68, "end": 2493.12, "word": " opinion.", "probability": 0.9677734375}, {"start": 2493.64, "end": 2493.84, "word": " My", "probability": 0.8486328125}, {"start": 2493.84, "end": 2494.32, "word": " comfortable,", "probability": 0.89599609375}, {"start": 2494.66, "end": 2495.36, "word": " large,", "probability": 0.947265625}, {"start": 2496.08, "end": 2496.88, "word": " old", "probability": 0.837890625}, {"start": 2496.88, "end": 2498.26, "word": " jeans.", "probability": 0.2568359375}, {"start": 2498.46, "end": 2498.68, "word": " Old", "probability": 0.83154296875}, {"start": 2498.68, "end": 2499.1, "word": " blue", "probability": 0.83154296875}, {"start": 2499.1, "end": 2499.64, "word": " jeans.", "probability": 0.9716796875}, {"start": 2499.7, "end": 2499.98, "word": " Generally", "probability": 0.5283203125}, {"start": 2499.98, "end": 2500.2, "word": " you", "probability": 0.421142578125}, {"start": 2500.2, "end": 2500.36, "word": " use", "probability": 0.87255859375}, {"start": 2500.36, "end": 2500.52, "word": " two", "probability": 0.7958984375}, {"start": 2500.52, "end": 2500.66, "word": " or", "probability": 0.9599609375}, {"start": 2500.66, "end": 2500.88, "word": " three.", "probability": 0.93896484375}, {"start": 2500.98, "end": 2501.16, "word": " Don't", "probability": 0.964599609375}, {"start": 2501.16, "end": 2501.38, "word": " use", "probability": 0.89453125}, {"start": 2501.38, "end": 2501.58, "word": " more", "probability": 0.9365234375}, {"start": 2501.58, "end": 2501.78, "word": " than", "probability": 0.94775390625}, {"start": 2501.78, "end": 2502.12, "word": " three", "probability": 0.93603515625}, {"start": 2502.12, "end": 2502.9, "word": " generally.", "probability": 0.364990234375}, {"start": 2503.22, "end": 2503.24, "word": " It", "probability": 0.9345703125}, {"start": 2503.24, "end": 2503.62, "word": " could", "probability": 0.1484375}, {"start": 2503.62, "end": 2504.94, "word": " be", "probability": 0.86865234375}, {"start": 2504.94, "end": 2505.32, "word": " something", "probability": 0.86181640625}, {"start": 2505.32, "end": 2506.04, "word": " not", "probability": 0.92138671875}, {"start": 2506.04, "end": 2507.84, "word": " good", "probability": 0.8876953125}, {"start": 2507.84, "end": 2508.3, "word": " actually.", "probability": 0.794921875}], "temperature": 1.0}, {"id": 103, "seek": 253857, "start": 2510.83, "end": 2538.57, "text": " One thing from the fire to be my chair. To be my? My old antique chair. Okay, my old antique chair. Okay. Probably something else. Venice. I didn't think about this. Yes, please. Over there. Beautiful little wooden chair. Little wooden. My beautiful little wooden chair. All right, let's try this now. My beautiful beautiful", "tokens": [1485, 551, 490, 264, 2610, 281, 312, 452, 6090, 13, 1407, 312, 452, 30, 1222, 1331, 41220, 6090, 13, 1033, 11, 452, 1331, 41220, 6090, 13, 1033, 13, 9210, 746, 1646, 13, 32707, 13, 286, 994, 380, 519, 466, 341, 13, 1079, 11, 1767, 13, 4886, 456, 13, 14724, 707, 14744, 6090, 13, 8022, 14744, 13, 1222, 2238, 707, 14744, 6090, 13, 1057, 558, 11, 718, 311, 853, 341, 586, 13, 1222, 2238, 2238], "avg_logprob": -0.3256250071525574, "compression_ratio": 1.7567567567567568, "no_speech_prob": 1.1920928955078125e-07, "words": [{"start": 2510.83, "end": 2511.19, "word": " One", "probability": 0.2203369140625}, {"start": 2511.19, "end": 2511.45, "word": " thing", "probability": 0.919921875}, {"start": 2511.45, "end": 2511.73, "word": " from", "probability": 0.689453125}, {"start": 2511.73, "end": 2511.93, "word": " the", "probability": 0.8056640625}, {"start": 2511.93, "end": 2512.25, "word": " fire", "probability": 0.8564453125}, {"start": 2512.25, "end": 2512.63, "word": " to", "probability": 0.68212890625}, {"start": 2512.63, "end": 2512.87, "word": " be", "probability": 0.9140625}, {"start": 2512.87, "end": 2513.35, "word": " my", "probability": 0.96240234375}, {"start": 2513.35, "end": 2513.83, "word": " chair.", "probability": 0.91357421875}, {"start": 2514.39, "end": 2514.55, "word": " To", "probability": 0.64208984375}, {"start": 2514.55, "end": 2514.85, "word": " be", "probability": 0.94873046875}, {"start": 2514.85, "end": 2515.19, "word": " my?", "probability": 0.95166015625}, {"start": 2515.27, "end": 2515.41, "word": " My", "probability": 0.865234375}, {"start": 2515.41, "end": 2515.81, "word": " old", "probability": 0.638671875}, {"start": 2515.81, "end": 2516.85, "word": " antique", "probability": 0.92529296875}, {"start": 2516.85, "end": 2517.33, "word": " chair.", "probability": 0.91015625}, {"start": 2517.57, "end": 2517.91, "word": " Okay,", "probability": 0.45849609375}, {"start": 2517.99, "end": 2518.15, "word": " my", "probability": 0.94091796875}, {"start": 2518.15, "end": 2518.55, "word": " old", "probability": 0.92822265625}, {"start": 2518.55, "end": 2519.27, "word": " antique", "probability": 0.9443359375}, {"start": 2519.27, "end": 2519.93, "word": " chair.", "probability": 0.69580078125}, {"start": 2521.77, "end": 2522.03, "word": " Okay.", "probability": 0.7646484375}, {"start": 2522.75, "end": 2523.31, "word": " Probably", "probability": 0.51806640625}, {"start": 2523.31, "end": 2523.65, "word": " something", "probability": 0.8037109375}, {"start": 2523.65, "end": 2523.97, "word": " else.", "probability": 0.92822265625}, {"start": 2524.01, "end": 2524.35, "word": " Venice.", "probability": 0.77001953125}, {"start": 2524.45, "end": 2524.53, "word": " I", "probability": 0.4892578125}, {"start": 2524.53, "end": 2524.59, "word": " didn't", "probability": 0.93896484375}, {"start": 2524.59, "end": 2524.81, "word": " think", "probability": 0.9150390625}, {"start": 2524.81, "end": 2525.01, "word": " about", "probability": 0.896484375}, {"start": 2525.01, "end": 2525.19, "word": " this.", "probability": 0.92822265625}, {"start": 2525.45, "end": 2525.69, "word": " Yes,", "probability": 0.958984375}, {"start": 2525.75, "end": 2526.03, "word": " please.", "probability": 0.8232421875}, {"start": 2526.11, "end": 2526.31, "word": " Over", "probability": 0.89501953125}, {"start": 2526.31, "end": 2526.67, "word": " there.", "probability": 0.916015625}, {"start": 2527.93, "end": 2528.49, "word": " Beautiful", "probability": 0.287841796875}, {"start": 2528.49, "end": 2528.85, "word": " little", "probability": 0.77099609375}, {"start": 2528.85, "end": 2529.13, "word": " wooden", "probability": 0.75146484375}, {"start": 2529.13, "end": 2529.47, "word": " chair.", "probability": 0.82958984375}, {"start": 2529.71, "end": 2530.09, "word": " Little", "probability": 0.73046875}, {"start": 2530.09, "end": 2530.59, "word": " wooden.", "probability": 0.80615234375}, {"start": 2530.71, "end": 2530.89, "word": " My", "probability": 0.96728515625}, {"start": 2530.89, "end": 2531.33, "word": " beautiful", "probability": 0.9580078125}, {"start": 2531.33, "end": 2531.87, "word": " little", "probability": 0.83251953125}, {"start": 2531.87, "end": 2532.39, "word": " wooden", "probability": 0.86083984375}, {"start": 2532.39, "end": 2532.93, "word": " chair.", "probability": 0.86279296875}, {"start": 2533.11, "end": 2533.21, "word": " All", "probability": 0.3037109375}, {"start": 2533.21, "end": 2533.31, "word": " right,", "probability": 0.91845703125}, {"start": 2533.37, "end": 2533.49, "word": " let's", "probability": 0.710693359375}, {"start": 2533.49, "end": 2533.63, "word": " try", "probability": 0.6923828125}, {"start": 2533.63, "end": 2533.87, "word": " this", "probability": 0.8408203125}, {"start": 2533.87, "end": 2534.11, "word": " now.", "probability": 0.5458984375}, {"start": 2534.39, "end": 2534.63, "word": " My", "probability": 0.9658203125}, {"start": 2534.63, "end": 2535.41, "word": " beautiful", "probability": 0.96826171875}, {"start": 2535.41, "end": 2538.57, "word": " beautiful", "probability": 0.43310546875}], "temperature": 1.0}, {"id": 104, "seek": 256719, "start": 2539.26, "end": 2567.2, "text": " Small, not little. Small. Wooden. Okay, so we have opinion, size, material. Wooden, chair. Okay, number four. My mother gave me a ring. Yes, please. My mother gave me a nice round gold ring. Okay, it should be round anyway. So, a nice round gold ring. Very good. Alright, over. Yes.", "tokens": [15287, 11, 406, 707, 13, 15287, 13, 11558, 268, 13, 1033, 11, 370, 321, 362, 4800, 11, 2744, 11, 2527, 13, 11558, 268, 11, 6090, 13, 1033, 11, 1230, 1451, 13, 1222, 2895, 2729, 385, 257, 4875, 13, 1079, 11, 1767, 13, 1222, 2895, 2729, 385, 257, 1481, 3098, 3821, 4875, 13, 1033, 11, 309, 820, 312, 3098, 4033, 13, 407, 11, 257, 1481, 3098, 3821, 4875, 13, 4372, 665, 13, 2798, 11, 670, 13, 1079, 13], "avg_logprob": -0.2618189064355997, "compression_ratio": 1.6745562130177514, "no_speech_prob": 2.980232238769531e-07, "words": [{"start": 2539.26, "end": 2539.74, "word": " Small,", "probability": 0.6328125}, {"start": 2539.82, "end": 2539.98, "word": " not", "probability": 0.92041015625}, {"start": 2539.98, "end": 2540.22, "word": " little.", "probability": 0.85693359375}, {"start": 2540.52, "end": 2541.0, "word": " Small.", "probability": 0.8193359375}, {"start": 2543.26, "end": 2543.86, "word": " Wooden.", "probability": 0.7052001953125}, {"start": 2545.64, "end": 2546.24, "word": " Okay,", "probability": 0.69677734375}, {"start": 2546.3, "end": 2546.44, "word": " so", "probability": 0.9248046875}, {"start": 2546.44, "end": 2546.58, "word": " we", "probability": 0.91943359375}, {"start": 2546.58, "end": 2546.76, "word": " have", "probability": 0.9501953125}, {"start": 2546.76, "end": 2547.24, "word": " opinion,", "probability": 0.4521484375}, {"start": 2547.62, "end": 2548.16, "word": " size,", "probability": 0.86962890625}, {"start": 2548.62, "end": 2549.32, "word": " material.", "probability": 0.9033203125}, {"start": 2549.6, "end": 2550.2, "word": " Wooden,", "probability": 0.915283203125}, {"start": 2550.5, "end": 2550.8, "word": " chair.", "probability": 0.61865234375}, {"start": 2551.12, "end": 2551.44, "word": " Okay,", "probability": 0.72021484375}, {"start": 2551.72, "end": 2552.16, "word": " number", "probability": 0.9228515625}, {"start": 2552.16, "end": 2552.84, "word": " four.", "probability": 0.8408203125}, {"start": 2553.1, "end": 2553.26, "word": " My", "probability": 0.9609375}, {"start": 2553.26, "end": 2553.58, "word": " mother", "probability": 0.84912109375}, {"start": 2553.58, "end": 2553.9, "word": " gave", "probability": 0.7998046875}, {"start": 2553.9, "end": 2554.16, "word": " me", "probability": 0.9619140625}, {"start": 2554.16, "end": 2554.58, "word": " a", "probability": 0.9912109375}, {"start": 2554.58, "end": 2554.94, "word": " ring.", "probability": 0.90283203125}, {"start": 2555.3, "end": 2555.52, "word": " Yes,", "probability": 0.93017578125}, {"start": 2555.58, "end": 2555.76, "word": " please.", "probability": 0.8056640625}, {"start": 2555.86, "end": 2556.18, "word": " My", "probability": 0.8916015625}, {"start": 2556.18, "end": 2556.48, "word": " mother", "probability": 0.86767578125}, {"start": 2556.48, "end": 2556.78, "word": " gave", "probability": 0.787109375}, {"start": 2556.78, "end": 2557.08, "word": " me", "probability": 0.96142578125}, {"start": 2557.08, "end": 2557.4, "word": " a", "probability": 0.99609375}, {"start": 2557.4, "end": 2557.74, "word": " nice", "probability": 0.89990234375}, {"start": 2557.74, "end": 2558.24, "word": " round", "probability": 0.7275390625}, {"start": 2558.24, "end": 2559.16, "word": " gold", "probability": 0.81103515625}, {"start": 2559.16, "end": 2559.46, "word": " ring.", "probability": 0.96826171875}, {"start": 2559.56, "end": 2559.8, "word": " Okay,", "probability": 0.841796875}, {"start": 2559.86, "end": 2559.96, "word": " it", "probability": 0.951171875}, {"start": 2559.96, "end": 2560.06, "word": " should", "probability": 0.96875}, {"start": 2560.06, "end": 2560.2, "word": " be", "probability": 0.962890625}, {"start": 2560.2, "end": 2560.46, "word": " round", "probability": 0.80126953125}, {"start": 2560.46, "end": 2560.78, "word": " anyway.", "probability": 0.89208984375}, {"start": 2561.16, "end": 2561.34, "word": " So,", "probability": 0.9521484375}, {"start": 2561.48, "end": 2561.52, "word": " a", "probability": 0.97119140625}, {"start": 2561.52, "end": 2562.02, "word": " nice", "probability": 0.888671875}, {"start": 2562.02, "end": 2562.8, "word": " round", "probability": 0.80029296875}, {"start": 2562.8, "end": 2564.24, "word": " gold", "probability": 0.57666015625}, {"start": 2564.24, "end": 2564.8, "word": " ring.", "probability": 0.9306640625}, {"start": 2564.92, "end": 2565.1, "word": " Very", "probability": 0.6533203125}, {"start": 2565.1, "end": 2565.36, "word": " good.", "probability": 0.9248046875}, {"start": 2565.48, "end": 2565.82, "word": " Alright,", "probability": 0.73095703125}, {"start": 2566.02, "end": 2566.32, "word": " over.", "probability": 0.88037109375}, {"start": 2566.82, "end": 2567.2, "word": " Yes.", "probability": 0.640625}], "temperature": 1.0}, {"id": 105, "seek": 259164, "start": 2568.22, "end": 2591.64, "text": " An expensive gold ring. An elegant silver ring. An expensive gold ring. And my brother owns a car. Yes please. My brother owns an expensive car.", "tokens": [1107, 5124, 3821, 4875, 13, 1107, 21117, 8753, 4875, 13, 1107, 5124, 3821, 4875, 13, 400, 452, 3708, 19143, 257, 1032, 13, 1079, 1767, 13, 1222, 3708, 19143, 364, 5124, 1032, 13], "avg_logprob": -0.4427083333333333, "compression_ratio": 1.5934065934065933, "no_speech_prob": 2.980232238769531e-07, "words": [{"start": 2568.22, "end": 2568.58, "word": " An", "probability": 0.0731201171875}, {"start": 2568.58, "end": 2569.22, "word": " expensive", "probability": 0.94189453125}, {"start": 2569.22, "end": 2569.86, "word": " gold", "probability": 0.8583984375}, {"start": 2569.86, "end": 2570.16, "word": " ring.", "probability": 0.9208984375}, {"start": 2570.52, "end": 2570.8, "word": " An", "probability": 0.57958984375}, {"start": 2570.8, "end": 2571.12, "word": " elegant", "probability": 0.87939453125}, {"start": 2571.12, "end": 2573.16, "word": " silver", "probability": 0.7373046875}, {"start": 2573.16, "end": 2575.38, "word": " ring.", "probability": 0.78662109375}, {"start": 2575.58, "end": 2576.34, "word": " An", "probability": 0.1907958984375}, {"start": 2576.34, "end": 2577.7, "word": " expensive", "probability": 0.86328125}, {"start": 2577.7, "end": 2581.56, "word": " gold", "probability": 0.379150390625}, {"start": 2581.56, "end": 2582.06, "word": " ring.", "probability": 0.953125}, {"start": 2584.34, "end": 2585.22, "word": " And", "probability": 0.248779296875}, {"start": 2585.22, "end": 2586.5, "word": " my", "probability": 0.88232421875}, {"start": 2586.5, "end": 2586.8, "word": " brother", "probability": 0.8525390625}, {"start": 2586.8, "end": 2587.12, "word": " owns", "probability": 0.494140625}, {"start": 2587.12, "end": 2587.28, "word": " a", "probability": 0.9912109375}, {"start": 2587.28, "end": 2587.62, "word": " car.", "probability": 0.92138671875}, {"start": 2587.96, "end": 2588.12, "word": " Yes", "probability": 0.69384765625}, {"start": 2588.12, "end": 2588.44, "word": " please.", "probability": 0.505859375}, {"start": 2588.82, "end": 2589.7, "word": " My", "probability": 0.84326171875}, {"start": 2589.7, "end": 2590.18, "word": " brother", "probability": 0.84619140625}, {"start": 2590.18, "end": 2590.76, "word": " owns", "probability": 0.66650390625}, {"start": 2590.76, "end": 2591.24, "word": " an", "probability": 0.8388671875}, {"start": 2591.24, "end": 2591.64, "word": " expensive", "probability": 0.9755859375}, {"start": 2591.64, "end": 2591.64, "word": " car.", "probability": 0.8212890625}], "temperature": 1.0}, {"id": 106, "seek": 261259, "start": 2592.83, "end": 2612.59, "text": "An expensive new red car. Italian car would be an expensive old new car. A new silver car. Or finally? A small old car. Very nice. A small old European or Italian.", "tokens": [7828, 5124, 777, 2182, 1032, 13, 10003, 1032, 576, 312, 364, 5124, 1331, 777, 1032, 13, 316, 777, 8753, 1032, 13, 1610, 2721, 30, 316, 1359, 1331, 1032, 13, 4372, 1481, 13, 316, 1359, 1331, 6473, 420, 10003, 13], "avg_logprob": -0.289453125, "compression_ratio": 1.4173913043478261, "no_speech_prob": 1.1920928955078125e-07, "words": [{"start": 2592.83, "end": 2593.23, "word": "An", "probability": 0.312255859375}, {"start": 2593.23, "end": 2593.99, "word": " expensive", "probability": 0.81103515625}, {"start": 2593.99, "end": 2594.87, "word": " new", "probability": 0.59619140625}, {"start": 2594.87, "end": 2595.87, "word": " red", "probability": 0.859375}, {"start": 2595.87, "end": 2596.93, "word": " car.", "probability": 0.90283203125}, {"start": 2597.07, "end": 2597.65, "word": " Italian", "probability": 0.76123046875}, {"start": 2597.65, "end": 2597.99, "word": " car", "probability": 0.88232421875}, {"start": 2597.99, "end": 2598.21, "word": " would", "probability": 0.87109375}, {"start": 2598.21, "end": 2598.41, "word": " be", "probability": 0.95947265625}, {"start": 2598.41, "end": 2598.57, "word": " an", "probability": 0.62744140625}, {"start": 2598.57, "end": 2599.09, "word": " expensive", "probability": 0.8173828125}, {"start": 2599.09, "end": 2599.51, "word": " old", "probability": 0.828125}, {"start": 2599.51, "end": 2599.79, "word": " new", "probability": 0.8544921875}, {"start": 2599.79, "end": 2600.19, "word": " car.", "probability": 0.93359375}, {"start": 2600.43, "end": 2600.73, "word": " A", "probability": 0.52587890625}, {"start": 2600.73, "end": 2600.95, "word": " new", "probability": 0.89892578125}, {"start": 2600.95, "end": 2602.79, "word": " silver", "probability": 0.90380859375}, {"start": 2602.79, "end": 2603.79, "word": " car.", "probability": 0.94140625}, {"start": 2604.33, "end": 2604.33, "word": " Or", "probability": 0.58642578125}, {"start": 2604.33, "end": 2604.95, "word": " finally?", "probability": 0.80126953125}, {"start": 2605.09, "end": 2605.25, "word": " A", "probability": 0.73974609375}, {"start": 2605.25, "end": 2605.61, "word": " small", "probability": 0.91845703125}, {"start": 2605.61, "end": 2605.95, "word": " old", "probability": 0.908203125}, {"start": 2605.95, "end": 2606.29, "word": " car.", "probability": 0.87158203125}, {"start": 2606.47, "end": 2606.73, "word": " Very", "probability": 0.66943359375}, {"start": 2606.73, "end": 2606.97, "word": " nice.", "probability": 0.8984375}, {"start": 2607.09, "end": 2607.27, "word": " A", "probability": 0.91259765625}, {"start": 2607.27, "end": 2607.87, "word": " small", "probability": 0.91943359375}, {"start": 2607.87, "end": 2610.33, "word": " old", "probability": 0.86767578125}, {"start": 2610.33, "end": 2611.55, "word": " European", "probability": 0.810546875}, {"start": 2611.55, "end": 2611.93, "word": " or", "probability": 0.9716796875}, {"start": 2611.93, "end": 2612.59, "word": " Italian.", "probability": 0.8857421875}], "temperature": 1.0}, {"id": 107, "seek": 264310, "start": 2615.88, "end": 2643.1, "text": " Italian car. So what we see here are some arrangements we learned today how to put a number more than one adjective in a loan and this is something that I would advise you to remember whenever you are using adjectives always have this kind of arrangement in mind as you use your descriptions in your writing. Alright? Thank you very much and I'll see you next time inshallah. Thank you.", "tokens": [10003, 1032, 13, 407, 437, 321, 536, 510, 366, 512, 22435, 321, 3264, 965, 577, 281, 829, 257, 1230, 544, 813, 472, 44129, 294, 257, 10529, 293, 341, 307, 746, 300, 286, 576, 18312, 291, 281, 1604, 5699, 291, 366, 1228, 29378, 1539, 1009, 362, 341, 733, 295, 17620, 294, 1575, 382, 291, 764, 428, 24406, 294, 428, 3579, 13, 2798, 30, 1044, 291, 588, 709, 293, 286, 603, 536, 291, 958, 565, 1028, 71, 13492, 13, 1044, 291, 13], "avg_logprob": -0.24556327749181678, "compression_ratio": 1.646808510638298, "no_speech_prob": 0.0012054443359375, "words": [{"start": 2615.88, "end": 2616.48, "word": " Italian", "probability": 0.7646484375}, {"start": 2616.48, "end": 2616.96, "word": " car.", "probability": 0.7158203125}, {"start": 2617.36, "end": 2617.48, "word": " So", "probability": 0.92431640625}, {"start": 2617.48, "end": 2617.7, "word": " what", "probability": 0.7373046875}, {"start": 2617.7, "end": 2617.88, "word": " we", "probability": 0.95556640625}, {"start": 2617.88, "end": 2618.16, "word": " see", "probability": 0.93212890625}, {"start": 2618.16, "end": 2618.56, "word": " here", "probability": 0.85986328125}, {"start": 2618.56, "end": 2619.0, "word": " are", "probability": 0.919921875}, {"start": 2619.0, "end": 2619.62, "word": " some", "probability": 0.896484375}, {"start": 2619.62, "end": 2620.2, "word": " arrangements", "probability": 0.5771484375}, {"start": 2620.2, "end": 2620.62, "word": " we", "probability": 0.63037109375}, {"start": 2620.62, "end": 2621.14, "word": " learned", "probability": 0.44287109375}, {"start": 2621.14, "end": 2621.6, "word": " today", "probability": 0.828125}, {"start": 2621.6, "end": 2622.16, "word": " how", "probability": 0.468994140625}, {"start": 2622.16, "end": 2622.42, "word": " to", "probability": 0.96728515625}, {"start": 2622.42, "end": 2622.7, "word": " put", "probability": 0.92724609375}, {"start": 2622.7, "end": 2623.04, "word": " a", "probability": 0.80224609375}, {"start": 2623.04, "end": 2623.8, "word": " number", "probability": 0.93896484375}, {"start": 2623.8, "end": 2624.18, "word": " more", "probability": 0.888671875}, {"start": 2624.18, "end": 2624.38, "word": " than", "probability": 0.951171875}, {"start": 2624.38, "end": 2624.64, "word": " one", "probability": 0.91748046875}, {"start": 2624.64, "end": 2625.16, "word": " adjective", "probability": 0.92333984375}, {"start": 2625.16, "end": 2625.72, "word": " in", "probability": 0.9404296875}, {"start": 2625.72, "end": 2626.2, "word": " a", "probability": 0.49462890625}, {"start": 2626.2, "end": 2626.34, "word": " loan", "probability": 0.225341796875}, {"start": 2626.34, "end": 2626.46, "word": " and", "probability": 0.421875}, {"start": 2626.46, "end": 2626.64, "word": " this", "probability": 0.9501953125}, {"start": 2626.64, "end": 2626.78, "word": " is", "probability": 0.9443359375}, {"start": 2626.78, "end": 2627.08, "word": " something", "probability": 0.873046875}, {"start": 2627.08, "end": 2627.4, "word": " that", "probability": 0.9052734375}, {"start": 2627.4, "end": 2627.58, "word": " I", "probability": 0.97607421875}, {"start": 2627.58, "end": 2627.74, "word": " would", "probability": 0.92236328125}, {"start": 2627.74, "end": 2628.22, "word": " advise", "probability": 0.908203125}, {"start": 2628.22, "end": 2628.4, "word": " you", "probability": 0.95947265625}, {"start": 2628.4, "end": 2628.58, "word": " to", "probability": 0.96142578125}, {"start": 2628.58, "end": 2628.96, "word": " remember", "probability": 0.8916015625}, {"start": 2628.96, "end": 2629.38, "word": " whenever", "probability": 0.91259765625}, {"start": 2629.38, "end": 2629.62, "word": " you", "probability": 0.94775390625}, {"start": 2629.62, "end": 2629.72, "word": " are", "probability": 0.58740234375}, {"start": 2629.72, "end": 2630.02, "word": " using", "probability": 0.9296875}, {"start": 2630.02, "end": 2630.62, "word": " adjectives", "probability": 0.974853515625}, {"start": 2630.62, "end": 2631.24, "word": " always", "probability": 0.486328125}, {"start": 2631.24, "end": 2631.54, "word": " have", "probability": 0.9443359375}, {"start": 2631.54, "end": 2631.78, "word": " this", "probability": 0.94287109375}, {"start": 2631.78, "end": 2632.1, "word": " kind", "probability": 0.88525390625}, {"start": 2632.1, "end": 2632.24, "word": " of", "probability": 0.9677734375}, {"start": 2632.24, "end": 2632.8, "word": " arrangement", "probability": 0.78515625}, {"start": 2632.8, "end": 2633.54, "word": " in", "probability": 0.94580078125}, {"start": 2633.54, "end": 2633.96, "word": " mind", "probability": 0.8916015625}, {"start": 2633.96, "end": 2634.42, "word": " as", "probability": 0.95263671875}, {"start": 2634.42, "end": 2634.7, "word": " you", "probability": 0.96337890625}, {"start": 2634.7, "end": 2635.84, "word": " use", "probability": 0.89306640625}, {"start": 2635.84, "end": 2636.06, "word": " your", "probability": 0.86669921875}, {"start": 2636.06, "end": 2636.76, "word": " descriptions", "probability": 0.83935546875}, {"start": 2636.76, "end": 2637.58, "word": " in", "probability": 0.66748046875}, {"start": 2637.58, "end": 2637.74, "word": " your", "probability": 0.8759765625}, {"start": 2637.74, "end": 2638.2, "word": " writing.", "probability": 0.87451171875}, {"start": 2638.38, "end": 2638.56, "word": " Alright?", "probability": 0.51171875}, {"start": 2639.32, "end": 2639.92, "word": " Thank", "probability": 0.6962890625}, {"start": 2639.92, "end": 2640.04, "word": " you", "probability": 0.958984375}, {"start": 2640.04, "end": 2640.24, "word": " very", "probability": 0.84912109375}, {"start": 2640.24, "end": 2640.46, "word": " much", "probability": 0.90869140625}, {"start": 2640.46, "end": 2640.62, "word": " and", "probability": 0.90478515625}, {"start": 2640.62, "end": 2640.82, "word": " I'll", "probability": 0.825927734375}, {"start": 2640.82, "end": 2641.02, "word": " see", "probability": 0.923828125}, {"start": 2641.02, "end": 2641.2, "word": " you", "probability": 0.96533203125}, {"start": 2641.2, "end": 2641.58, "word": " next", "probability": 0.92578125}, {"start": 2641.58, "end": 2642.0, "word": " time", "probability": 0.88037109375}, {"start": 2642.0, "end": 2642.56, "word": " inshallah.", "probability": 0.608642578125}, {"start": 2642.72, "end": 2642.96, "word": " Thank", "probability": 0.8857421875}, {"start": 2642.96, "end": 2643.1, "word": " you.", "probability": 0.947265625}], "temperature": 1.0}], "language": "en", "language_probability": 1.0, "duration": 2644.00975, "duration_after_vad": 2333.218749999992} \ No newline at end of file diff --git a/PL9fwy3NUQKwbknFHzECJkgNOSFOth6GiS/f7OfTicp3UE.srt b/PL9fwy3NUQKwbknFHzECJkgNOSFOth6GiS/f7OfTicp3UE.srt new file mode 100644 index 0000000000000000000000000000000000000000..b7e473eef80edefda0d47b586ceaa294dc312801 --- /dev/null +++ b/PL9fwy3NUQKwbknFHzECJkgNOSFOth6GiS/f7OfTicp3UE.srt @@ -0,0 +1,1416 @@ + +1 +00:00:20,740 --> 00:00:23,220 +All right, good morning, how are you today? Very + +2 +00:00:23,220 --> 00:00:26,540 +good, all right. Today, in the last lecture in + +3 +00:00:26,540 --> 00:00:29,580 +this semester, in this course, we're going to do + +4 +00:00:29,580 --> 00:00:32,460 +some revision for a lot of the things that we + +5 +00:00:32,460 --> 00:00:36,600 +actually looked at and focused on throughout the + +6 +00:00:36,600 --> 00:00:40,060 +course. There's some things that are really, some + +7 +00:00:40,060 --> 00:00:42,160 +topics that I discussed with you throughout the + +8 +00:00:42,160 --> 00:00:45,840 +course, and this is not a very exhaustive list of + +9 +00:00:45,840 --> 00:00:47,940 +things, but at least these are the most important + +10 +00:00:47,940 --> 00:00:51,050 +things that I would like you to pay attention to + +11 +00:00:51,050 --> 00:00:55,210 +whenever you're writing your academic paragraphs. + +12 +00:00:55,350 --> 00:00:58,230 +The first thing is to notice is that whenever + +13 +00:00:58,230 --> 00:01:00,450 +you're writing your paragraph you should always + +14 +00:01:00,450 --> 00:01:05,070 +provide good reasons and examples. So you have a + +15 +00:01:05,070 --> 00:01:08,020 +topic sentence We have a clear idea mentioned in + +16 +00:01:08,020 --> 00:01:10,440 +your topic sentence. What you really need to do + +17 +00:01:10,440 --> 00:01:13,580 +after this is to provide good support. Good + +18 +00:01:13,580 --> 00:01:17,560 +supporting sentences, good reasons and very clear + +19 +00:01:17,560 --> 00:01:20,840 +and relevant examples. Another thing that I would + +20 +00:01:20,840 --> 00:01:24,240 +like you to pay attention to is make sure that you + +21 +00:01:24,240 --> 00:01:28,300 +maintain sentence variety. That is to say it's not + +22 +00:01:28,300 --> 00:01:31,000 +enough just to write simple sentences. A good + +23 +00:01:31,000 --> 00:01:34,180 +writing, a good piece of writing is one that has + +24 +00:01:34,180 --> 00:01:38,460 +simple sentences, compound sentences and complex + +25 +00:01:38,460 --> 00:01:41,660 +sentences and complex compound sentences and also + +26 +00:01:41,660 --> 00:01:44,980 +please pay attention to subject-verb agreement + +27 +00:01:44,980 --> 00:01:47,800 +because this is some kind of a very common problem + +28 +00:01:48,100 --> 00:01:51,180 +for a lot of you. Make sure that you maintain the + +29 +00:01:51,180 --> 00:01:54,700 +subject verb that the verb agrees with the + +30 +00:01:54,700 --> 00:01:57,700 +subject. Exactly the boys are not the boys is one + +31 +00:01:57,700 --> 00:02:01,640 +of the problems is one of the problems is the + +32 +00:02:01,640 --> 00:02:03,920 +problems are. So we have to make sure that we + +33 +00:02:03,920 --> 00:02:07,740 +maintain subject verb agreement and also we have + +34 +00:02:07,740 --> 00:02:10,720 +to maintain And to understand sentence + +35 +00:02:10,720 --> 00:02:13,020 +punctuations, we learned a lot about + +36 +00:02:13,020 --> 00:02:17,340 +capitalization rules. We learned about comma + +37 +00:02:17,340 --> 00:02:20,280 +rules, when to use a full stop, when to use a + +38 +00:02:20,280 --> 00:02:23,900 +comma, a semicolon and colon. So please go over + +39 +00:02:23,900 --> 00:02:27,960 +these topics and the lecture slides that we talked + +40 +00:02:27,960 --> 00:02:30,840 +about that we used in the class and make sure that + +41 +00:02:30,840 --> 00:02:34,040 +you focus on and learn and practice using + +42 +00:02:34,040 --> 00:02:38,100 +punctuation marks in a very good way. And also + +43 +00:02:38,100 --> 00:02:43,660 +avoid run-on and comma-splice problems, okay? You + +44 +00:02:43,660 --> 00:02:45,640 +have to, in other words, you have to punctuate + +45 +00:02:45,640 --> 00:02:48,540 +your sentences clearly. Two sentences have to be + +46 +00:02:48,540 --> 00:02:52,480 +well-connected using good punctuation. I'm not + +47 +00:02:52,480 --> 00:02:55,380 +saying they're a full stop or a semicolon or a + +48 +00:02:55,380 --> 00:02:59,140 +colon and so on. And also, a big topic in this + +49 +00:02:59,140 --> 00:03:03,280 +course is sentence fragments. You have to avoid + +50 +00:03:03,280 --> 00:03:06,480 +sentence fragments. For example, because it was + +51 +00:03:06,480 --> 00:03:10,180 +raining yesterday, this is a fragment because it + +52 +00:03:10,180 --> 00:03:13,360 +does not express a complete idea or a complete + +53 +00:03:13,360 --> 00:03:15,500 +thought. So we need to complete it. Because it was + +54 +00:03:15,500 --> 00:03:18,960 +raining yesterday, I had to stay at home for + +55 +00:03:18,960 --> 00:03:22,200 +example or I stayed at home and so on. And also + +56 +00:03:22,200 --> 00:03:27,270 +avoid making very long sentences okay very long + +57 +00:03:27,270 --> 00:03:30,290 +sentences because I see this quite often another + +58 +00:03:30,290 --> 00:03:34,510 +topic that we talked about is noun pronoun + +59 +00:03:34,510 --> 00:03:38,670 +agreement so the pronoun must agree with its + +60 +00:03:38,670 --> 00:03:43,750 +antecedent or with its noun the noun it refers to + +61 +00:03:43,750 --> 00:03:47,310 +so this is also another important topic finally + +62 +00:03:47,310 --> 00:03:49,750 +the last two things is avoid making spelling + +63 +00:03:49,750 --> 00:03:53,840 +mistakes Okay, this is also another common thing + +64 +00:03:53,840 --> 00:03:57,400 +that you have to make sure that you proofread your + +65 +00:03:57,400 --> 00:04:00,840 +writing after you finish, okay? Go over everywhere + +66 +00:04:00,840 --> 00:04:04,100 +that you wrote and make sure that you avoid making + +67 +00:04:04,100 --> 00:04:07,520 +these very common spelling mistakes. And finally, + +68 +00:04:07,680 --> 00:04:11,350 +don't forget to mention or to write a concluding + +69 +00:04:11,350 --> 00:04:14,650 +sentence. These are some of the issues, some of + +70 +00:04:14,650 --> 00:04:17,550 +the topics that we covered in this course and you + +71 +00:04:17,550 --> 00:04:21,170 +need to pay attention to. Is this clear? Yes. + +72 +00:04:21,430 --> 00:04:25,050 +Alright, let's do some practice and let's look at + +73 +00:04:25,050 --> 00:04:30,170 +these two sentences and try to fix the problems in + +74 +00:04:30,170 --> 00:04:34,930 +these two sentences, okay? Yes, please. All right, + +75 +00:04:35,090 --> 00:04:37,830 +take some time and look at these two sentences + +76 +00:04:37,830 --> 00:04:41,690 +first and try to fix all of the problems that you + +77 +00:04:41,690 --> 00:04:47,670 +can see in these two sentences. Yes, please. So + +78 +00:04:47,670 --> 00:04:50,930 +issues such as spelling mistakes or noun-pronoun + +79 +00:04:50,930 --> 00:04:54,130 +agreement or subject-verb agreement or clarity or + +80 +00:04:54,130 --> 00:04:57,770 +punctuation or runaway sentences and so on and so + +81 +00:04:57,770 --> 00:04:58,110 +forth. + +82 +00:05:16,860 --> 00:05:18,260 +Okay. + +83 +00:05:32,000 --> 00:05:34,280 +Okay. Okay. + +84 +00:05:37,360 --> 00:05:38,760 +Okay. + +85 +00:06:55,200 --> 00:06:57,820 +Alright, let's see. What about the first one? What + +86 +00:06:57,820 --> 00:07:00,640 +sort of problems do we see in the first example? + +87 +00:07:01,760 --> 00:07:05,260 +Did you notice any problems here? Really, I see + +88 +00:07:05,260 --> 00:07:07,680 +television slightly in these days with unlimited + +89 +00:07:07,680 --> 00:07:12,160 +programs that I can follow them. Okay. And this + +90 +00:07:12,160 --> 00:07:15,880 +please, here. Okay, so this is a very clear + +91 +00:07:15,880 --> 00:07:19,180 +problem that you have to avoid. What is that? We + +92 +00:07:19,180 --> 00:07:24,460 +have A and program. So this is something that is + +93 +00:07:24,460 --> 00:07:27,600 +related to number agreement. Okay, whether it is + +94 +00:07:27,600 --> 00:07:31,100 +singular or plural. Is that correct? Yes, so it + +95 +00:07:31,100 --> 00:07:35,100 +has to be Unlimited programs, not unlimited + +96 +00:07:35,100 --> 00:07:38,740 +programs, okay? So there has to be unlimited + +97 +00:07:38,740 --> 00:07:42,280 +program, not programs. So it's about number + +98 +00:07:42,280 --> 00:07:47,140 +agreement. We have to make sure that we have + +99 +00:07:47,140 --> 00:07:50,120 +agreement in terms of singular or plural + +100 +00:07:50,120 --> 00:07:53,940 +references, okay? All right. Anything else? Yes, + +101 +00:07:54,020 --> 00:07:57,580 +please. That I can follow. That I can? Follow. + +102 +00:07:58,000 --> 00:08:01,640 +Follow. What's wrong here? It can either always, + +103 +00:08:01,900 --> 00:08:05,540 +all the verbs are never, are followed always, must + +104 +00:08:05,540 --> 00:08:09,720 +be followed by the infinitive without, so I can go + +105 +00:08:09,720 --> 00:08:12,800 +they should go, not they should went for example, + +106 +00:08:12,960 --> 00:08:16,280 +so I can follow them. So what about the second + +107 +00:08:16,280 --> 00:08:21,400 +sentence please? To conclude, ministry exert + +108 +00:08:21,400 --> 00:08:24,540 +efforts to alleviate the traffic accident on Gaza + +109 +00:08:24,540 --> 00:08:27,320 +street, but this needs more time and more + +110 +00:08:27,320 --> 00:08:31,540 +cooperation from the citizens who are drivers and + +111 +00:08:31,540 --> 00:08:37,160 +pedestrians. There are a few problems here. There + +112 +00:08:37,160 --> 00:08:39,820 +are a few problems here. Yes, Ruan, please. We + +113 +00:08:39,820 --> 00:08:43,380 +need to come up with a foreword. But, okay, so + +114 +00:08:43,380 --> 00:08:46,260 +this is something we said, very nice, we need a + +115 +00:08:46,260 --> 00:08:48,400 +comma here because we said that before + +116 +00:08:48,400 --> 00:08:52,480 +coordinators we need, before fanboys, we always + +117 +00:08:52,480 --> 00:08:55,580 +need a comma. Anything else that we should notice + +118 +00:08:55,580 --> 00:09:00,300 +here in this example? Okay, the ministry, alright, + +119 +00:09:00,380 --> 00:09:03,080 +so ministry has to be capital letter, the + +120 +00:09:03,080 --> 00:09:08,300 +ministry, okay, now what we see here is subject + +121 +00:09:08,300 --> 00:09:14,060 +-verb agreement the ministry exerts we need an S + +122 +00:09:14,060 --> 00:09:18,440 +here for the subject-verb agreement anything else + +123 +00:09:18,440 --> 00:09:28,580 +yes please but this again we need some subject + +124 +00:09:28,580 --> 00:09:33,640 +-verb agreement here but this needs don't forget + +125 +00:09:33,640 --> 00:09:39,240 +that subject-verb Agreement. This needs more time + +126 +00:09:39,240 --> 00:09:42,800 +and more cooperation from the citizens who are + +127 +00:09:42,800 --> 00:09:46,640 +drivers and pedestrians. Yes please. Traffic + +128 +00:09:46,640 --> 00:09:49,940 +accident on Gaza street. Okay, the traffic, + +129 +00:09:50,080 --> 00:09:53,600 +alleviate the traffic accident. Accidents, it's + +130 +00:09:53,600 --> 00:09:56,500 +bad. It's bad of course to use the accidents on + +131 +00:09:56,500 --> 00:10:00,880 +Gaza streets. It's not just one street, on Gaza + +132 +00:10:00,880 --> 00:10:04,320 +streets, okay? There's something finally here that + +133 +00:10:04,320 --> 00:10:07,960 +we need to fix. It's very clear. It has to do with + +134 +00:10:07,960 --> 00:10:10,720 +number agreement. Chika, what is the problem with + +135 +00:10:10,720 --> 00:10:13,930 +the number agreement? History, please. And more + +136 +00:10:13,930 --> 00:10:16,550 +cooperation from the citizens who are. Okay, very + +137 +00:10:16,550 --> 00:10:20,490 +nice, very nice. So, from the citizens who are. + +138 +00:10:20,610 --> 00:10:23,110 +What do you notice? That it has to be plural. Verb + +139 +00:10:23,110 --> 00:10:25,930 +agreement. Yes, number agreement. From the + +140 +00:10:25,930 --> 00:10:30,990 +citizens who are pedestrians and drivers. So, what + +141 +00:10:30,990 --> 00:10:33,630 +we see here is a clear example of number agreement + +142 +00:10:33,630 --> 00:10:38,090 +problems and subject-verb agreement problems. You + +143 +00:10:38,090 --> 00:10:41,570 +always have to be able to spot these difficulties, + +144 +00:10:41,890 --> 00:10:45,290 +these problems and try to fix them. Now, let's + +145 +00:10:45,290 --> 00:10:49,050 +look at the second group of examples of problems + +146 +00:10:49,050 --> 00:10:56,510 +that we can see in this case. Read very carefully + +147 +00:10:56,510 --> 00:11:02,370 +these two more sentences and try to identify the + +148 +00:11:02,370 --> 00:11:04,250 +problems first and fix them then. + +149 +00:11:19,470 --> 00:11:23,970 +I'm also a columnist and I'm a columnist. I'm a + +150 +00:11:23,970 --> 00:11:25,750 +first class columnist and I'm a columnist. + +151 +00:11:32,920 --> 00:11:34,940 +I'm not sure if I'm going to be able to do it. + +152 +00:12:09,430 --> 00:12:10,710 +I don't have options. + +153 +00:12:17,910 --> 00:12:20,110 +It's not that I'm trying to change my life, it's + +154 +00:12:20,110 --> 00:12:23,150 +just that I'm trying to make a difference in the + +155 +00:12:23,150 --> 00:12:24,390 +world. + +156 +00:12:47,080 --> 00:12:47,280 +Facebook, + +157 +00:12:51,460 --> 00:12:56,100 +Facebook, Facebook, Facebook, Facebook, Facebook, + +158 +00:12:56,100 --> 00:12:58,580 +Facebook, Facebook, Facebook, + +159 +00:13:02,440 --> 00:13:02,440 +Facebook, Facebook, Facebook, Facebook, Facebook, + +160 +00:13:02,480 --> 00:13:02,520 +Facebook, Facebook, Facebook, Facebook, Facebook, + +161 +00:13:02,520 --> 00:13:02,560 +Facebook, Facebook, Facebook, Facebook, Facebook, + +162 +00:13:02,560 --> 00:13:02,660 +Facebook, Facebook, Facebook, Facebook, Facebook, + +163 +00:13:02,660 --> 00:13:04,510 +Facebook, Facebook, Facebook, This was one of my + +164 +00:13:04,510 --> 00:13:10,390 +jobs. I had a job as an English teacher. Yes. Ah, + +165 +00:13:10,490 --> 00:13:14,130 +English teacher. English teacher. English teacher. + +166 +00:13:15,130 --> 00:13:17,350 +English teacher. English teacher. English teacher. + +167 +00:13:17,350 --> 00:13:19,170 +English teacher. English teacher. English teacher. + +168 +00:13:19,570 --> 00:13:24,310 +English teacher. English teacher. + +169 +00:13:40,280 --> 00:13:43,680 +Alright, let's see. Alright, to solve the problem + +170 +00:13:43,680 --> 00:13:47,500 +of car accidents, etc, etc. Do you see any + +171 +00:13:47,500 --> 00:13:50,940 +problems here in this sentence? There are at least + +172 +00:13:50,940 --> 00:13:53,420 +a couple of problems, very clear problems here. + +173 +00:13:53,940 --> 00:13:56,980 +Alright, consider it. Alright, please, please. + +174 +00:13:57,320 --> 00:14:01,520 +Yes. To solve the problem of cars accident on Gaza + +175 +00:14:01,520 --> 00:14:04,840 +city, full stop, capital hotel, government. + +176 +00:14:05,200 --> 00:14:08,040 +Alright, alright. So, do we need a full stop here + +177 +00:14:08,040 --> 00:14:13,180 +even? No? Of course not. We don't. Why is that? + +178 +00:14:13,440 --> 00:14:16,140 +Because this is sort of an introductory phrase. + +179 +00:14:16,940 --> 00:14:19,460 +The coma here is perfectly fine. There is nothing + +180 +00:14:19,460 --> 00:14:23,680 +wrong here. To go in the car, for example, coma. + +181 +00:14:24,060 --> 00:14:27,940 +To drive very quickly. a comma, so there is no + +182 +00:14:27,940 --> 00:14:29,900 +problems here. Actually, we need a comma here. + +183 +00:14:30,040 --> 00:14:32,000 +There is no problem with the comma here. There is + +184 +00:14:32,000 --> 00:14:34,780 +something else. Yes, please. The government should + +185 +00:14:34,780 --> 00:14:38,400 +do the following column. Very nice. Should do the + +186 +00:14:38,400 --> 00:14:41,320 +following. Okay? All right. So, let's look at the + +187 +00:14:41,320 --> 00:14:43,680 +comma here. And first, and then this is something + +188 +00:14:43,680 --> 00:14:46,580 +we call comma splice because we have two + +189 +00:14:46,580 --> 00:14:50,620 +sentences. So, the best way is either first we + +190 +00:14:50,620 --> 00:14:53,240 +have to get rid of this comma. All right? Either + +191 +00:14:53,240 --> 00:14:58,500 +from the start. Okay, first comma or you can just + +192 +00:14:58,500 --> 00:15:01,960 +say a colon like your classmate said and start a + +193 +00:15:01,960 --> 00:15:05,380 +new sentence. So, the problem is in the comma + +194 +00:15:05,380 --> 00:15:09,260 +here, we need to get rid of it because it's not + +195 +00:15:09, + +223 +00:17:27,470 --> 00:17:35,050 +his Instagram. Yes, why is it there? Because it is + +224 +00:17:35,050 --> 00:17:38,720 +about So this is something we talked about before, + +225 +00:17:38,940 --> 00:17:42,920 +it is noun-pronoun agreement, not his, their, + +226 +00:17:43,040 --> 00:17:50,620 +because people is clearly plural, yes. Things that + +227 +00:17:50,620 --> 00:17:55,060 +are excellent, so things that are, why? Again + +228 +00:17:55,060 --> 00:17:58,860 +because it's number agreement, things that are + +229 +00:17:59,190 --> 00:18:01,870 +necessary for people, et cetera, et cetera. So + +230 +00:18:01,870 --> 00:18:04,450 +what we see here are examples of number agreement + +231 +00:18:04,450 --> 00:18:09,330 +and noun-pronoun concord, noun-pronoun agreement. + +232 +00:18:09,510 --> 00:18:11,950 +Is this clear? All right, let's conclude with this + +233 +00:18:11,950 --> 00:18:15,650 +last example on this topic. This is a paragraph, + +234 +00:18:16,150 --> 00:18:22,470 +all right? And what I'd like you to do is to fix + +235 +00:18:22,470 --> 00:18:25,210 +all the problems that you can see in this + +236 +00:18:25,210 --> 00:18:26,850 +paragraph. Yes, please. + +237 +00:18:36,230 --> 00:18:39,750 +So issues such as that we said before, the list of + +238 +00:18:39,750 --> 00:18:42,810 +things, number agreement, royal agreement, royal + +239 +00:18:42,810 --> 00:18:47,330 +marriage agreement, punctuation marks and so on. + +240 +00:18:54,340 --> 00:18:55,620 +I don't know. + +241 +00:18:58,820 --> 00:19:03,700 +I don't + +242 +00:19:03,700 --> 00:19:03,740 +know. + +243 +00:19:17,000 --> 00:19:20,800 +Take notes over all the topics that you can see in + +244 +00:19:20,800 --> 00:19:21,320 +this paragraph. + +245 +00:19:51,410 --> 00:19:53,890 +Okay. Okay. Okay. + +246 +00:20:02,390 --> 00:20:03,790 +Okay. + +247 +00:20:15,340 --> 00:20:17,580 +I don't know. I don't know. + +248 +00:20:46,740 --> 00:20:48,560 +I don't know. + +249 +00:20:53,160 --> 00:20:59,340 +I don't know. + +250 +00:21:40,690 --> 00:21:45,390 +Thank you so + +251 +00:21:45,390 --> 00:21:47,190 +much. Yeah. Yeah. + +252 +00:21:51,370 --> 00:21:52,770 +Yeah. + +253 +00:22:10,510 --> 00:22:13,330 +Alright, let's see. What sort of problems do you + +254 +00:22:13,330 --> 00:22:18,930 +see in this paragraph? What is the most or the + +255 +00:22:18,930 --> 00:22:23,090 +clearest problem here? The one that is just in + +256 +00:22:23,090 --> 00:22:27,910 +your face. Punctuation. So there is a serious + +257 +00:22:27,910 --> 00:22:32,250 +problem of punctuation. What is this problem? What + +258 +00:22:32,250 --> 00:22:34,730 +do you notice about? Do you notice any full stops + +259 +00:22:34,730 --> 00:22:38,190 +here? Correct. So it's basically this is not a + +260 +00:22:38,190 --> 00:22:42,270 +paragraph, this is one very very long sentence. It + +261 +00:22:42,270 --> 00:22:46,390 +started here, do you see any full stops? No. So + +262 +00:22:46,390 --> 00:22:50,460 +this is wrong. serious problem in punctuation this + +263 +00:22:50,460 --> 00:22:54,220 +is a very long sentence this is not even a + +264 +00:22:54,220 --> 00:22:57,240 +paragraph okay so we now we have to be careful + +265 +00:22:57,240 --> 00:23:01,080 +about using punctuation okay avoid making very + +266 +00:23:01,080 --> 00:23:06,500 +long sentences like this one and of course don't + +267 +00:23:06,500 --> 00:23:08,940 +make very short sentences this is the idea of + +268 +00:23:08,940 --> 00:23:13,390 +maintaining sentence variety Now, let's fix this + +269 +00:23:13,390 --> 00:23:15,970 +big problem of punctuation. Clearly, there is a + +270 +00:23:15,970 --> 00:23:19,250 +big problem of punctuation here in mathematics. To + +271 +00:23:19,250 --> 00:23:22,410 +succeed in a job interview, comma. Comma, alright. + +272 +00:23:22,730 --> 00:23:26,050 +So, but we need here something before and that, + +273 +00:23:26,950 --> 00:23:30,590 +okay, is that correct? Just a small space to start + +274 +00:23:30,590 --> 00:23:33,390 +the paragraph with. So, we need to indent this + +275 +00:23:33,390 --> 00:23:36,170 +paragraph. And then, to succeed in a job + +276 +00:23:36,170 --> 00:23:40,670 +interview, comma. You should take these + +277 +00:23:40,670 --> 00:23:45,090 +recommendations for success. This is the first + +278 +00:23:45,090 --> 00:23:49,670 +sentence that we need to learn. So you should + +279 +00:23:49,670 --> 00:23:53,010 +succeed + +280 +00:23:53,010 --> 00:23:59,490 +as a small matter. Is that correct? Yes. Succeed + +281 +00:23:59,490 --> 00:24:01,950 +is not capitalized. The S here should be small + +282 +00:24:01,950 --> 00:24:04,410 +letter. Thank you for paying attention to this. + +283 +00:24:04,790 --> 00:24:08,590 +These recommendations follow stop. Starting with + +284 +00:24:08,590 --> 00:24:14,130 +sentence, U has to be capitalized and then short. + +285 +00:24:14,750 --> 00:24:18,850 +Small letter. You should prepare yourself well or + +286 +00:24:18,850 --> 00:24:23,570 +good? Well. Exactly. So you should prepare + +287 +00:24:23,570 --> 00:24:26,810 +yourself well enough to prepare yourself good. And + +288 +00:24:26,810 --> 00:24:30,610 +then we have full stop. So this is something we + +289 +00:24:30,610 --> 00:24:35,210 +call comma slice. Because we have basically two + +290 +00:24:35,210 --> 00:24:37,670 +sentences and there is no punctuation between + +291 +00:24:37,670 --> 00:24:40,590 +them. So let's just get rid of this comma. It is + +292 +00:24:40,590 --> 00:24:45,700 +not necessary here.I'm going full stop. You must + +293 +00:24:45,700 --> 00:24:50,020 +dress professionally. It's not normal. You must + +294 +00:24:50,020 --> 00:24:54,100 +dress professionally and you should arrive and + +295 +00:24:54,100 --> 00:24:58,620 +now. Small letter and early. + +296 +00:25:05,950 --> 00:25:07,350 +So, + +297 +00:25:10,770 --> 00:25:17,620 +full stop in addition comma comma comma You should + +298 +00:25:17,620 --> 00:25:22,380 +take or you can say take enough time as an + +299 +00:25:22,380 --> 00:25:24,440 +imperative or something like that. So you should + +300 +00:25:24,440 --> 00:25:29,540 +take enough time in the restroom before you go and + +301 +00:25:29,540 --> 00:25:38,050 +map into the interviews to organize your ideas To + +302 +00:25:38,050 --> 00:25:41,530 +organize your ideas related to a field, to a job + +303 +00:25:41,530 --> 00:25:44,830 +field, make sure you have a positive attitude by + +304 +00:25:44,830 --> 00:25:48,850 +taking, so what we see here Okay, we have one + +305 +00:25:48,850 --> 00:25:52,530 +sentence after another with only a comma between + +306 +00:25:52,530 --> 00:25:56,870 +them, so this is a problem of the comma splice. + +307 +00:25:57,190 --> 00:25:59,590 +So, we can quickly fix it because we have to + +308 +00:25:59,590 --> 00:26:04,110 +rewrite a lot of things to organize small letters. + +309 +00:26:04,450 --> 00:26:06,970 +So, there are two problems here, mainly comma + +310 +00:26:06,970 --> 00:26:12,590 +splice and Capitalization rules, problems in + +311 +00:26:12,590 --> 00:26:15,070 +capitalization rules. So to organize your ideas + +312 +00:26:15,070 --> 00:26:19,510 +related to a job, make sure you have a positive + +313 +00:26:19,510 --> 00:26:21,130 +attitude. + +314 +00:26:22,590 --> 00:26:26,170 +Now, in addition, I could use something like a + +315 +00:26:26,170 --> 00:26:28,830 +connector here. Moreover, in addition, + +316 +00:26:29,070 --> 00:26:33,010 +furthermore, not only that, but what is more and + +317 +00:26:33,010 --> 00:26:36,530 +so on. Furthermore, more. + +318 +00:26:39,330 --> 00:26:41,870 +I should use some transitions here including + +319 +00:26:41,870 --> 00:26:46,930 +additions. Talking about + +320 +00:26:46,930 --> 00:26:51,490 +your achievements and your skills. So I should not + +321 +00:26:51,490 --> 00:26:55,010 +be talking. It should be talk. Is that right? Talk + +322 +00:26:55,010 --> 00:26:55,490 +about. + +323 +00:26:58,330 --> 00:27:01,490 +Or he can say, you should talk about your + +324 +00:27:01,490 --> 00:27:06,130 +achievements and your skills and abilities. Sorry? + +325 +00:27:09,370 --> 00:27:12,070 +It should be alright, your skills, your + +326 +00:27:12,070 --> 00:27:14,740 +achievements and skills. All right, so that's + +327 +00:27:14,740 --> 00:27:17,040 +fine. If we used you here, we will leave it out. + +328 +00:27:17,180 --> 00:27:20,960 +This is absolutely fine, okay? Let's look at the + +329 +00:27:20,960 --> 00:27:24,500 +last sentence. Finally, you will be better if + +330 +00:27:24,500 --> 00:27:30,100 +those recommendations were taken. Finally, it has + +331 +00:27:30,100 --> 00:27:34,580 +to be capitalized. Finally, comma, you will be + +332 +00:27:34,580 --> 00:27:38,200 +better if those recommendations are aware that + +333 +00:27:38,200 --> 00:27:45,750 +yours are small. And against answers is a small + +334 +00:27:45,750 --> 00:27:48,270 +letter. So what we see here is a lot of problems + +335 +00:27:48,270 --> 00:27:54,650 +that we can see in relation to capitalization and + +336 +00:27:54,650 --> 00:27:57,490 +commerce supplies. And this is what makes this + +337 +00:27:57,490 --> 00:28:00,670 +paragraph really problematic. We need to fix all + +338 +00:28:00,670 --> 00:28:05,830 +the punctuation problems. Yes please. Yes, of + +339 +00:28:05,830 --> 00:28:10,570 +course, + +340 +00:28:10,690 --> 00:28:13,430 +we can put a quote here because we are introducing + +341 +00:28:13,430 --> 00:28:16,230 +a list of things or we can just say for a start, + +342 +00:28:16,330 --> 00:28:19,890 +first, you should prepare yourself well. Second, + +343 +00:28:20,190 --> 00:28:23,050 +you should talk about your achievements and so on. + +344 +00:28:28,450 --> 00:28:30,870 +You will be better if those recommendations, this + +345 +00:28:30,870 --> 00:28:33,450 +is fine, it's just about, as we call it, it's + +346 +00:28:33,450 --> 00:28:35,510 +about dialectic, it's a dialectic reference. If + +347 +00:28:35,510 --> 00:28:38,090 +those is usually used for things that are very + +348 +00:28:38,090 --> 00:28:41,350 +close to you, and these are for things that are + +349 +00:28:41,350 --> 00:28:46,870 +far away, either materially or even sort of at a + +350 +00:28:46,870 --> 00:28:50,310 +more sort of an abstract level. So this is fine. + +351 +00:28:50,460 --> 00:28:53,540 +But I would say either those and those or these + +352 +00:28:53,540 --> 00:28:56,300 +and these, not mixing these and those together. + +353 +00:28:56,960 --> 00:29:02,440 +Okay? After ability, we put full stop. Where + +354 +00:29:02,440 --> 00:29:06,900 +abouts? Where abouts? Your skills, abilities. This + +355 +00:29:06,900 --> 00:29:11,400 +is fine. We can say and abilities or sometimes + +356 +00:29:11,400 --> 00:29:15,200 +there are forward slashes just to say this and + +357 +00:29:15,200 --> 00:29:20,900 +this. Okay? So just to recap on a lot of things + +358 +00:29:20,900 --> 00:29:24,000 +that we talked about and we need to pay attention + +359 +00:29:24,000 --> 00:29:28,480 +to, always make sure that you have these set + +360 +00:29:28,480 --> 00:29:33,080 +points in mind and you will be tested again on + +361 +00:29:33,780 --> 00:29:37,740 +Many of these, many of these things, okay? Make + +362 +00:29:37,740 --> 00:29:39,680 +sure that you always provide good reasons. You + +363 +00:29:39,680 --> 00:29:43,200 +have a proper paragraph structure. Topic sentence, + +364 +00:29:43,600 --> 00:29:46,380 +which has a central idea, then supporting + +365 +00:29:46,380 --> 00:29:49,740 +sentences, and then we have a concluding sentence. + +366 +00:29:50,120 --> 00:29:51,980 +The rest of issues that we talked about at the + +367 +00:29:51,980 --> 00:29:54,660 +beginning of this lecture is subject-verb + +368 +00:29:54,660 --> 00:29:58,300 +agreement, common splice, avoid run-on sentences. + +369 +00:29:59,200 --> 00:30:02,720 +Fragments is a big issue that we need to address + +370 +00:30:02,720 --> 00:30:05,980 +noun pronoun agreements and a lot of problems + +371 +00:30:05,980 --> 00:30:09,280 +related to spelling mistakes. Is this clear? + +372 +00:30:09,940 --> 00:30:12,520 +Alright so I just need you in the exam inshallah + +373 +00:30:12,520 --> 00:30:17,540 +just to be careful when you are writing your + +374 +00:30:17,540 --> 00:30:20,400 +sentences or writing your paragraphs. I wish you + +375 +00:30:20,400 --> 00:30:25,180 +all the very best in the exam and in your academic + +376 +00:30:25,180 --> 00:30:28,760 +life and in the other courses that you are taking. + +377 +00:30:29,080 --> 00:30:31,460 +you will be taking in the next semesters and next + +378 +00:30:31,460 --> 00:30:33,520 +years. Thank you very much. It's been a pleasure + +379 +00:30:33,520 --> 00:30:37,880 +and I look forward to seeing you in future + +380 +00:30:37,880 --> 00:30:40,980 +semesters and future courses, Inshallah. Thank you + +381 +00:30:40,980 --> 00:30:43,400 +and all the very best. Thank you. + diff --git a/PL9fwy3NUQKwbknFHzECJkgNOSFOth6GiS/f7OfTicp3UE_raw.srt b/PL9fwy3NUQKwbknFHzECJkgNOSFOth6GiS/f7OfTicp3UE_raw.srt new file mode 100644 index 0000000000000000000000000000000000000000..c1e8daa291512e35a9fa2b6c9724f192462f7bcb --- /dev/null +++ b/PL9fwy3NUQKwbknFHzECJkgNOSFOth6GiS/f7OfTicp3UE_raw.srt @@ -0,0 +1,1588 @@ +1 +00:00:20,740 --> 00:00:23,220 +All right, good morning, how are you today? Very + +2 +00:00:23,220 --> 00:00:26,540 +good, all right. Today, in the last lecture in + +3 +00:00:26,540 --> 00:00:29,580 +this semester, in this course, we're going to do + +4 +00:00:29,580 --> 00:00:32,460 +some revision for a lot of the things that we + +5 +00:00:32,460 --> 00:00:36,600 +actually looked at and focused on throughout the + +6 +00:00:36,600 --> 00:00:40,060 +course. There's some things that are really, some + +7 +00:00:40,060 --> 00:00:42,160 +topics that I discussed with you throughout the + +8 +00:00:42,160 --> 00:00:45,840 +course, and this is not a very exhaustive list of + +9 +00:00:45,840 --> 00:00:47,940 +things, but at least these are the most important + +10 +00:00:47,940 --> 00:00:51,050 +things that I would like you to pay attention to + +11 +00:00:51,050 --> 00:00:55,210 +whenever you're writing your academic paragraphs. + +12 +00:00:55,350 --> 00:00:58,230 +The first thing is to notice is that whenever + +13 +00:00:58,230 --> 00:01:00,450 +you're writing your paragraph you should always + +14 +00:01:00,450 --> 00:01:05,070 +provide good reasons and examples. So you have a + +15 +00:01:05,070 --> 00:01:08,020 +topic sentence We have a clear idea mentioned in + +16 +00:01:08,020 --> 00:01:10,440 +your topic sentence. What you really need to do + +17 +00:01:10,440 --> 00:01:13,580 +after this is to provide good support. Good + +18 +00:01:13,580 --> 00:01:17,560 +supporting sentences, good reasons and very clear + +19 +00:01:17,560 --> 00:01:20,840 +and relevant examples. Another thing that I would + +20 +00:01:20,840 --> 00:01:24,240 +like you to pay attention to is make sure that you + +21 +00:01:24,240 --> 00:01:28,300 +maintain sentence variety. That is to say it's not + +22 +00:01:28,300 --> 00:01:31,000 +enough just to write simple sentences. A good + +23 +00:01:31,000 --> 00:01:34,180 +writing, a good piece of writing is one that has + +24 +00:01:34,180 --> 00:01:38,460 +simple sentences, compound sentences and complex + +25 +00:01:38,460 --> 00:01:41,660 +sentences and complex compound sentences and also + +26 +00:01:41,660 --> 00:01:44,980 +please pay attention to subject-verb agreement + +27 +00:01:44,980 --> 00:01:47,800 +because this is some kind of a very common problem + +28 +00:01:48,100 --> 00:01:51,180 +for a lot of you. Make sure that you maintain the + +29 +00:01:51,180 --> 00:01:54,700 +subject verb that the verb agrees with the + +30 +00:01:54,700 --> 00:01:57,700 +subject. Exactly the boys are not the boys is one + +31 +00:01:57,700 --> 00:02:01,640 +of the problems is one of the problems is the + +32 +00:02:01,640 --> 00:02:03,920 +problems are. So we have to make sure that we + +33 +00:02:03,920 --> 00:02:07,740 +maintain subject verb agreement and also we have + +34 +00:02:07,740 --> 00:02:10,720 +to maintain And to understand sentence + +35 +00:02:10,720 --> 00:02:13,020 +punctuations, we learned a lot about + +36 +00:02:13,020 --> 00:02:17,340 +capitalization rules. We learned about comma + +37 +00:02:17,340 --> 00:02:20,280 +rules, when to use a full stop, when to use a + +38 +00:02:20,280 --> 00:02:23,900 +comma, a semicolon and colon. So please go over + +39 +00:02:23,900 --> 00:02:27,960 +these topics and the lecture slides that we talked + +40 +00:02:27,960 --> 00:02:30,840 +about that we used in the class and make sure that + +41 +00:02:30,840 --> 00:02:34,040 +you focus on and learn and practice using + +42 +00:02:34,040 --> 00:02:38,100 +punctuation marks in a very good way. And also + +43 +00:02:38,100 --> 00:02:43,660 +avoid run-on and comma-splice problems, okay? You + +44 +00:02:43,660 --> 00:02:45,640 +have to, in other words, you have to punctuate + +45 +00:02:45,640 --> 00:02:48,540 +your sentences clearly. Two sentences have to be + +46 +00:02:48,540 --> 00:02:52,480 +well-connected using good punctuation. I'm not + +47 +00:02:52,480 --> 00:02:55,380 +saying they're a full stop or a semicolon or a + +48 +00:02:55,380 --> 00:02:59,140 +colon and so on. And also, a big topic in this + +49 +00:02:59,140 --> 00:03:03,280 +course is sentence fragments. You have to avoid + +50 +00:03:03,280 --> 00:03:06,480 +sentence fragments. For example, because it was + +51 +00:03:06,480 --> 00:03:10,180 +raining yesterday, this is a fragment because it + +52 +00:03:10,180 --> 00:03:13,360 +does not express a complete idea or a complete + +53 +00:03:13,360 --> 00:03:15,500 +thought. So we need to complete it. Because it was + +54 +00:03:15,500 --> 00:03:18,960 +raining yesterday, I had to stay at home for + +55 +00:03:18,960 --> 00:03:22,200 +example or I stayed at home and so on. And also + +56 +00:03:22,200 --> 00:03:27,270 +avoid making very long sentences okay very long + +57 +00:03:27,270 --> 00:03:30,290 +sentences because I see this quite often another + +58 +00:03:30,290 --> 00:03:34,510 +topic that we talked about is noun pronoun + +59 +00:03:34,510 --> 00:03:38,670 +agreement so the pronoun must agree with its + +60 +00:03:38,670 --> 00:03:43,750 +antecedent or with its noun the noun it refers to + +61 +00:03:43,750 --> 00:03:47,310 +so this is also another important topic finally + +62 +00:03:47,310 --> 00:03:49,750 +the last two things is avoid making spelling + +63 +00:03:49,750 --> 00:03:53,840 +mistakes Okay, this is also another common thing + +64 +00:03:53,840 --> 00:03:57,400 +that you have to make sure that you proofread your + +65 +00:03:57,400 --> 00:04:00,840 +writing after you finish, okay? Go over everywhere + +66 +00:04:00,840 --> 00:04:04,100 +that you wrote and make sure that you avoid making + +67 +00:04:04,100 --> 00:04:07,520 +these very common spelling mistakes. And finally, + +68 +00:04:07,680 --> 00:04:11,350 +don't forget to mention or to write a concluding + +69 +00:04:11,350 --> 00:04:14,650 +sentence. These are some of the issues, some of + +70 +00:04:14,650 --> 00:04:17,550 +the topics that we covered in this course and you + +71 +00:04:17,550 --> 00:04:21,170 +need to pay attention to. Is this clear? Yes. + +72 +00:04:21,430 --> 00:04:25,050 +Alright, let's do some practice and let's look at + +73 +00:04:25,050 --> 00:04:30,170 +these two sentences and try to fix the problems in + +74 +00:04:30,170 --> 00:04:34,930 +these two sentences, okay? Yes, please. All right, + +75 +00:04:35,090 --> 00:04:37,830 +take some time and look at these two sentences + +76 +00:04:37,830 --> 00:04:41,690 +first and try to fix all of the problems that you + +77 +00:04:41,690 --> 00:04:47,670 +can see in these two sentences. Yes, please. So + +78 +00:04:47,670 --> 00:04:50,930 +issues such as spelling mistakes or noun-pronoun + +79 +00:04:50,930 --> 00:04:54,130 +agreement or subject-verb agreement or clarity or + +80 +00:04:54,130 --> 00:04:57,770 +punctuation or runaway sentences and so on and so + +81 +00:04:57,770 --> 00:04:58,110 +forth. + +82 +00:05:16,860 --> 00:05:18,260 +Okay. + +83 +00:05:32,000 --> 00:05:34,280 +Okay. Okay. + +84 +00:05:37,360 --> 00:05:38,760 +Okay. + +85 +00:06:55,200 --> 00:06:57,820 +Alright, let's see. What about the first one? What + +86 +00:06:57,820 --> 00:07:00,640 +sort of problems do we see in the first example? + +87 +00:07:01,760 --> 00:07:05,260 +Did you notice any problems here? Really, I see + +88 +00:07:05,260 --> 00:07:07,680 +television slightly in these days with unlimited + +89 +00:07:07,680 --> 00:07:12,160 +programs that I can follow them. Okay. And this + +90 +00:07:12,160 --> 00:07:15,880 +please, here. Okay, so this is a very clear + +91 +00:07:15,880 --> 00:07:19,180 +problem that you have to avoid. What is that? We + +92 +00:07:19,180 --> 00:07:24,460 +have A and program. So this is something that is + +93 +00:07:24,460 --> 00:07:27,600 +related to number agreement. Okay, whether it is + +94 +00:07:27,600 --> 00:07:31,100 +singular or plural. Is that correct? Yes, so it + +95 +00:07:31,100 --> 00:07:35,100 +has to be Unlimited programs, not unlimited + +96 +00:07:35,100 --> 00:07:38,740 +programs, okay? So there has to be unlimited + +97 +00:07:38,740 --> 00:07:42,280 +program, not programs. So it's about number + +98 +00:07:42,280 --> 00:07:47,140 +agreement. We have to make sure that we have + +99 +00:07:47,140 --> 00:07:50,120 +agreement in terms of singular or plural + +100 +00:07:50,120 --> 00:07:53,940 +references, okay? All right. Anything else? Yes, + +101 +00:07:54,020 --> 00:07:57,580 +please. That I can follow. That I can? Follow. + +102 +00:07:58,000 --> 00:08:01,640 +Follow. What's wrong here? It can either always, + +103 +00:08:01,900 --> 00:08:05,540 +all the verbs are never, are followed always, must + +104 +00:08:05,540 --> 00:08:09,720 +be followed by the infinitive without, so I can go + +105 +00:08:09,720 --> 00:08:12,800 +they should go, not they should went for example, + +106 +00:08:12,960 --> 00:08:16,280 +so I can follow them. So what about the second + +107 +00:08:16,280 --> 00:08:21,400 +sentence please? To conclude, ministry exert + +108 +00:08:21,400 --> 00:08:24,540 +efforts to alleviate the traffic accident on Gaza + +109 +00:08:24,540 --> 00:08:27,320 +street, but this needs more time and more + +110 +00:08:27,320 --> 00:08:31,540 +cooperation from the citizens who are drivers and + +111 +00:08:31,540 --> 00:08:37,160 +pedestrians. There are a few problems here. There + +112 +00:08:37,160 --> 00:08:39,820 +are a few problems here. Yes, Ruan, please. We + +113 +00:08:39,820 --> 00:08:43,380 +need to come up with a foreword. But, okay, so + +114 +00:08:43,380 --> 00:08:46,260 +this is something we said, very nice, we need a + +115 +00:08:46,260 --> 00:08:48,400 +comma here because we said that before + +116 +00:08:48,400 --> 00:08:52,480 +coordinators we need, before fanboys, we always + +117 +00:08:52,480 --> 00:08:55,580 +need a comma. Anything else that we should notice + +118 +00:08:55,580 --> 00:09:00,300 +here in this example? Okay, the ministry, alright, + +119 +00:09:00,380 --> 00:09:03,080 +so ministry has to be capital letter, the + +120 +00:09:03,080 --> 00:09:08,300 +ministry, okay, now what we see here is subject + +121 +00:09:08,300 --> 00:09:14,060 +-verb agreement the ministry exerts we need an S + +122 +00:09:14,060 --> 00:09:18,440 +here for the subject-verb agreement anything else + +123 +00:09:18,440 --> 00:09:28,580 +yes please but this again we need some subject + +124 +00:09:28,580 --> 00:09:33,640 +-verb agreement here but this needs don't forget + +125 +00:09:33,640 --> 00:09:39,240 +that subject-verb Agreement. This needs more time + +126 +00:09:39,240 --> 00:09:42,800 +and more cooperation from the citizens who are + +127 +00:09:42,800 --> 00:09:46,640 +drivers and pedestrians. Yes please. Traffic + +128 +00:09:46,640 --> 00:09:49,940 +accident on Gaza street. Okay, the traffic, + +129 +00:09:50,080 --> 00:09:53,600 +alleviate the traffic accident. Accidents, it's + +130 +00:09:53,600 --> 00:09:56,500 +bad. It's bad of course to use the accidents on + +131 +00:09:56,500 --> 00:10:00,880 +Gaza streets. It's not just one street, on Gaza + +132 +00:10:00,880 --> 00:10:04,320 +streets, okay? There's something finally here that + +133 +00:10:04,320 --> 00:10:07,960 +we need to fix. It's very clear. It has to do with + +134 +00:10:07,960 --> 00:10:10,720 +number agreement. Chika, what is the problem with + +135 +00:10:10,720 --> 00:10:13,930 +the number agreement? History, please. And more + +136 +00:10:13,930 --> 00:10:16,550 +cooperation from the citizens who are. Okay, very + +137 +00:10:16,550 --> 00:10:20,490 +nice, very nice. So, from the citizens who are. + +138 +00:10:20,610 --> 00:10:23,110 +What do you notice? That it has to be plural. Verb + +139 +00:10:23,110 --> 00:10:25,930 +agreement. Yes, number agreement. From the + +140 +00:10:25,930 --> 00:10:30,990 +citizens who are pedestrians and drivers. So, what + +141 +00:10:30,990 --> 00:10:33,630 +we see here is a clear example of number agreement + +142 +00:10:33,630 --> 00:10:38,090 +problems and subject-verb agreement problems. You + +143 +00:10:38,090 --> 00:10:41,570 +always have to be able to spot these difficulties, + +144 +00:10:41,890 --> 00:10:45,290 +these problems and try to fix them. Now, let's + +145 +00:10:45,290 --> 00:10:49,050 +look at the second group of examples of problems + +146 +00:10:49,050 --> 00:10:56,510 +that we can see in this case. Read very carefully + +147 +00:10:56,510 --> 00:11:02,370 +these two more sentences and try to identify the + +148 +00:11:02,370 --> 00:11:04,250 +problems first and fix them then. + +149 +00:11:19,470 --> 00:11:23,970 +I'm also a columnist and I'm a columnist. I'm a + +150 +00:11:23,970 --> 00:11:25,750 +first class columnist and I'm a columnist. + +151 +00:11:32,920 --> 00:11:34,940 +I'm not sure if I'm going to be able to do it. + +152 +00:12:09,430 --> 00:12:10,710 +I don't have options. + +153 +00:12:17,910 --> 00:12:20,110 +It's not that I'm trying to change my life, it's + +154 +00:12:20,110 --> 00:12:23,150 +just that I'm trying to make a difference in the + +155 +00:12:23,150 --> 00:12:24,390 +world. + +156 +00:12:47,080 --> 00:12:47,280 +Facebook, + +157 +00:12:51,460 --> 00:12:56,100 +Facebook, Facebook, Facebook, Facebook, Facebook, + +158 +00:12:56,100 --> 00:12:58,580 +Facebook, Facebook, Facebook, + +159 +00:13:02,440 --> 00:13:02,440 +Facebook, Facebook, Facebook, Facebook, Facebook, + +160 +00:13:02,480 --> 00:13:02,520 +Facebook, Facebook, Facebook, Facebook, Facebook, + +161 +00:13:02,520 --> 00:13:02,520 +Facebook, Facebook, Facebook, Facebook, Facebook, + +162 +00:13:02,520 --> 00:13:02,520 +Facebook, Facebook, Facebook, Facebook, Facebook, + +163 +00:13:02,520 --> 00:13:02,520 +Facebook, Facebook, Facebook, Facebook, Facebook, + +164 +00:13:02,520 --> 00:13:02,520 +Facebook, Facebook, Facebook, Facebook, Facebook, + +165 +00:13:02,520 --> 00:13:02,560 +Facebook, Facebook, Facebook, Facebook, Facebook, + +166 +00:13:02,560 --> 00:13:02,660 +Facebook, Facebook, Facebook, Facebook, Facebook, + +167 +00:13:02,660 --> 00:13:02,660 +Facebook, Facebook, Facebook, Facebook, Facebook, + +168 +00:13:02,660 --> 00:13:02,660 +Facebook, Facebook, Facebook, Facebook, Facebook, + +169 +00:13:02,660 --> 00:13:02,660 +Facebook, Facebook, Facebook, Facebook, Facebook, + +170 +00:13:02,660 --> 00:13:02,660 +Facebook, Facebook, Facebook, Facebook, Facebook, + +171 +00:13:02,660 --> 00:13:02,660 +Facebook, Facebook, Facebook, Facebook, Facebook, + +172 +00:13:02,660 --> 00:13:02,660 +Facebook, Facebook, Facebook, Facebook, Facebook, + +173 +00:13:02,660 --> 00:13:02,660 +Facebook, Facebook, Facebook, Facebook, Facebook, + +174 +00:13:02,660 --> 00:13:02,660 +Facebook, Facebook, Facebook, Facebook, Facebook, + +175 +00:13:02,660 --> 00:13:02,660 +Facebook, Facebook, Facebook, Facebook, Facebook, + +176 +00:13:02,660 --> 00:13:02,660 +Facebook, Facebook, Facebook, Facebook, Facebook, + +177 +00:13:02,660 --> 00:13:02,660 +Facebook, Facebook, Facebook, Facebook, Facebook, + +178 +00:13:02,660 --> 00:13:02,660 +Facebook, Facebook, Facebook, Facebook, Facebook, + +179 +00:13:02,660 --> 00:13:04,510 +Facebook, Facebook, Facebook, This was one of my + +180 +00:13:04,510 --> 00:13:10,390 +jobs. I had a job as an English teacher. Yes. Ah, + +181 +00:13:10,490 --> 00:13:14,130 +English teacher. English teacher. English teacher. + +182 +00:13:15,130 --> 00:13:17,350 +English teacher. English teacher. English teacher. + +183 +00:13:17,350 --> 00:13:19,170 +English teacher. English teacher. English teacher. + +184 +00:13:19,570 --> 00:13:24,310 +English teacher. English teacher. + +185 +00:13:40,280 --> 00:13:43,680 +Alright, let's see. Alright, to solve the problem + +186 +00:13:43,680 --> 00:13:47,500 +of car accidents, etc, etc. Do you see any + +187 +00:13:47,500 --> 00:13:50,940 +problems here in this sentence? There are at least + +188 +00:13:50,940 --> 00:13:53,420 +a couple of problems, very clear problems here. + +189 +00:13:53,940 --> 00:13:56,980 +Alright, consider it. Alright, please, please. + +190 +00:13:57,320 --> 00:14:01,520 +Yes. To solve the problem of cars accident on Gaza + +191 +00:14:01,520 --> 00:14:04,840 +city, full stop, capital hotel, government. + +192 +00:14:05,200 --> 00:14:08,040 +Alright, alright. So, do we need a full stop here + +193 +00:14:08,040 --> 00:14:13,180 +even? No? Of course not. We don't. Why is that? + +194 +00:14:13,440 --> 00:14:16,140 +Because this is sort of an introductory phrase. + +195 +00:14:16,940 --> 00:14:19,460 +The coma here is perfectly fine. There is nothing + +196 +00:14:19,460 --> 00:14:23,680 +wrong here. To go in the car, for example, coma. + +197 +00:14:24,060 --> 00:14:27,940 +To drive very quickly. a comma, so there is no + +198 +00:14:27,940 --> 00:14:29,900 +problems here. Actually, we need a comma here. + +199 +00:14:30,040 --> 00:14:32,000 +There is no problem with the comma here. There is + +200 +00:14:32,000 --> 00:14:34,780 +something else. Yes, please. The government should + +201 +00:14:34,780 --> 00:14:38,400 +do the following column. Very nice. Should do the + +202 +00:14:38,400 --> 00:14:41,320 +following. Okay? All right. So, let's look at the + +203 +00:14:41,320 --> 00:14:43,680 +comma here. And first, and then this is something + +204 +00:14:43,680 --> 00:14:46,580 +we call comma splice because we have two + +205 +00:14:46,580 --> 00:14:50,620 +sentences. So, the best way is either first we + +206 +00:14:50,620 --> 00:14:53,240 +have to get rid of this comma. All right? Either + +207 +00:14:53,240 --> 00:14:58,500 +from the start. Okay, first comma or you can just + +208 +00:14:58,500 --> 00:15:01,960 +say a colon like your classmate said and start a + +209 +00:15:01,960 --> 00:15:05,380 +new sentence. So, the problem is in the comma + +210 +00:15:05,380 --> 00:15:09,260 +here, we need to get rid of it because it's not + +211 +00:15:09,260 --> 00:15:13,160 +the correct use of comma here. Alright? I prefer + +212 +00:15:13,160 --> 00:15:19,080 +just a full stop, first and so on. Yes. Anything + +213 +00:15:19,080 --> 00:15:19,960 +else? Yes, please. + +214 +00:15:23,720 --> 00:15:29,600 +Where are car accidents? Yes, of course, there are + +215 +00:15:29,600 --> 00:15:36,620 +no problems with car accidents. Very nice. So, car + +216 +00:15:36,620 --> 00:15:40,760 +accidents. Very nice. I didn't even notice this + +217 +00:15:40,760 --> 00:15:46,680 +until now. Alright. Car accidents in Gaza City. + +218 +00:15:46,860 --> 00:15:50,240 +Not in Gaza City. In Gaza City. Alright. First, + +219 +00:15:50,340 --> 00:15:52,480 +the government should construct new roads. + +220 +00:15:55,640 --> 00:15:59,060 +No, just pay attention. There is no need for a + +221 +00:15:59,060 --> 00:16:03,820 +capital letter. Let us start. In addition, Qur'an. + +222 +00:16:05,120 --> 00:16:10,660 +Alright? So, in addition to build up, since we + +223 +00:16:10,660 --> 00:16:13,560 +started a sentence, a new sentence here, we have + +224 +00:16:13,560 --> 00:16:16,320 +to turn this into a sentence, otherwise it will be + +225 +00:16:16,320 --> 00:16:20,500 +a fragment. For in addition, it of the government. + +226 +00:16:22,300 --> 00:16:29,330 +Yes. The government should build tunnels and + +227 +00:16:29,330 --> 00:16:36,240 +bridges first. Okay? Is this clear? So we + +228 +00:16:36,240 --> 00:16:38,680 +basically here started a new sentence, the + +229 +00:16:38,680 --> 00:16:41,260 +addition comma, the government should build + +230 +00:16:41,260 --> 00:16:46,700 +tunnels and bridges. All right? This is number + +231 +00:16:46,700 --> 00:16:49,480 +four. So what we see here is always make sure that + +232 +00:16:49,480 --> 00:16:52,780 +you have very clear punctuation. What we see here + +233 +00:16:52,780 --> 00:16:57,560 +is clear examples of problems in punctuation + +234 +00:16:57,560 --> 00:17:03,950 +marks, especially the A comma.conclude + +235 +00:17:07,870 --> 00:17:11,450 +A lot of people use Facebook. Okay, so do we say + +236 +00:17:11,450 --> 00:17:16,050 +add Facebook? No. So the correct way is? Facebook. + +237 +00:17:16,090 --> 00:17:20,130 +One word and one word. Facebook, yes exactly. It's + +238 +00:17:20,130 --> 00:17:27,470 +capitalized and it's one word. And he has daily on + +239 +00:17:27,470 --> 00:17:35,050 +his Instagram. Yes, why is it there? Because it is + +240 +00:17:35,050 --> 00:17:38,720 +about So this is something we talked about before, + +241 +00:17:38,940 --> 00:17:42,920 +it is noun-pronoun agreement, not his, their, + +242 +00:17:43,040 --> 00:17:50,620 +because people is clearly plural, yes. Things that + +243 +00:17:50,620 --> 00:17:55,060 +are excellent, so things that are, why? Again + +244 +00:17:55,060 --> 00:17:58,860 +because it's number agreement, things that are + +245 +00:17:59,190 --> 00:18:01,870 +necessary for people, et cetera, et cetera. So + +246 +00:18:01,870 --> 00:18:04,450 +what we see here are examples of number agreement + +247 +00:18:04,450 --> 00:18:09,330 +and noun-pronoun concord, noun-pronoun agreement. + +248 +00:18:09,510 --> 00:18:11,950 +Is this clear? All right, let's conclude with this + +249 +00:18:11,950 --> 00:18:15,650 +last example on this topic. This is a paragraph, + +250 +00:18:16,150 --> 00:18:22,470 +all right? And what I'd like you to do is to fix + +251 +00:18:22,470 --> 00:18:25,210 +all the problems that you can see in this + +252 +00:18:25,210 --> 00:18:26,850 +paragraph. Yes, please. + +253 +00:18:36,230 --> 00:18:39,750 +So issues such as that we said before, the list of + +254 +00:18:39,750 --> 00:18:42,810 +things, number agreement, royal agreement, royal + +255 +00:18:42,810 --> 00:18:47,330 +marriage agreement, punctuation marks and so on. + +256 +00:18:54,340 --> 00:18:55,620 +I don't know. + +257 +00:18:58,820 --> 00:19:03,700 +I don't + +258 +00:19:03,700 --> 00:19:03,740 +know. + +259 +00:19:17,000 --> 00:19:20,800 +Take notes over all the topics that you can see in + +260 +00:19:20,800 --> 00:19:21,320 +this paragraph. + +261 +00:19:51,410 --> 00:19:53,890 +Okay. Okay. Okay. + +262 +00:20:02,390 --> 00:20:03,790 +Okay. + +263 +00:20:15,340 --> 00:20:17,580 +I don't know. I don't know. + +264 +00:20:46,740 --> 00:20:48,560 +I don't know. + +265 +00:20:53,160 --> 00:20:59,340 +I don't know. + +266 +00:21:40,690 --> 00:21:45,390 +Thank you so + +267 +00:21:45,390 --> 00:21:47,190 +much. Yeah. Yeah. + +268 +00:21:51,370 --> 00:21:52,770 +Yeah. + +269 +00:22:10,510 --> 00:22:13,330 +Alright, let's see. What sort of problems do you + +270 +00:22:13,330 --> 00:22:18,930 +see in this paragraph? What is the most or the + +271 +00:22:18,930 --> 00:22:23,090 +clearest problem here? The one that is just in + +272 +00:22:23,090 --> 00:22:27,910 +your face. Punctuation. So there is a serious + +273 +00:22:27,910 --> 00:22:32,250 +problem of punctuation. What is this problem? What + +274 +00:22:32,250 --> 00:22:34,730 +do you notice about? Do you notice any full stops + +275 +00:22:34,730 --> 00:22:38,190 +here? Correct. So it's basically this is not a + +276 +00:22:38,190 --> 00:22:42,270 +paragraph, this is one very very long sentence. It + +277 +00:22:42,270 --> 00:22:46,390 +started here, do you see any full stops? No. So + +278 +00:22:46,390 --> 00:22:50,460 +this is wrong. serious problem in punctuation this + +279 +00:22:50,460 --> 00:22:54,220 +is a very long sentence this is not even a + +280 +00:22:54,220 --> 00:22:57,240 +paragraph okay so we now we have to be careful + +281 +00:22:57,240 --> 00:23:01,080 +about using punctuation okay avoid making very + +282 +00:23:01,080 --> 00:23:06,500 +long sentences like this one and of course don't + +283 +00:23:06,500 --> 00:23:08,940 +make very short sentences this is the idea of + +284 +00:23:08,940 --> 00:23:13,390 +maintaining sentence variety Now, let's fix this + +285 +00:23:13,390 --> 00:23:15,970 +big problem of punctuation. Clearly, there is a + +286 +00:23:15,970 --> 00:23:19,250 +big problem of punctuation here in mathematics. To + +287 +00:23:19,250 --> 00:23:22,410 +succeed in a job interview, comma. Comma, alright. + +288 +00:23:22,730 --> 00:23:26,050 +So, but we need here something before and that, + +289 +00:23:26,950 --> 00:23:30,590 +okay, is that correct? Just a small space to start + +290 +00:23:30,590 --> 00:23:33,390 +the paragraph with. So, we need to indent this + +291 +00:23:33,390 --> 00:23:36,170 +paragraph. And then, to succeed in a job + +292 +00:23:36,170 --> 00:23:40,670 +interview, comma. You should take these + +293 +00:23:40,670 --> 00:23:45,090 +recommendations for success. This is the first + +294 +00:23:45,090 --> 00:23:49,670 +sentence that we need to learn. So you should + +295 +00:23:49,670 --> 00:23:53,010 +succeed + +296 +00:23:53,010 --> 00:23:59,490 +as a small matter. Is that correct? Yes. Succeed + +297 +00:23:59,490 --> 00:24:01,950 +is not capitalized. The S here should be small + +298 +00:24:01,950 --> 00:24:04,410 +letter. Thank you for paying attention to this. + +299 +00:24:04,790 --> 00:24:08,590 +These recommendations follow stop. Starting with + +300 +00:24:08,590 --> 00:24:14,130 +sentence, U has to be capitalized and then short. + +301 +00:24:14,750 --> 00:24:18,850 +Small letter. You should prepare yourself well or + +302 +00:24:18,850 --> 00:24:23,570 +good? Well. Exactly. So you should prepare + +303 +00:24:23,570 --> 00:24:26,810 +yourself well enough to prepare yourself good. And + +304 +00:24:26,810 --> 00:24:30,610 +then we have full stop. So this is something we + +305 +00:24:30,610 --> 00:24:35,210 +call comma slice. Because we have basically two + +306 +00:24:35,210 --> 00:24:37,670 +sentences and there is no punctuation between + +307 +00:24:37,670 --> 00:24:40,590 +them. So let's just get rid of this comma. It is + +308 +00:24:40,590 --> 00:24:45,700 +not necessary here.I'm going full stop. You must + +309 +00:24:45,700 --> 00:24:50,020 +dress professionally. It's not normal. You must + +310 +00:24:50,020 --> 00:24:54,100 +dress professionally and you should arrive and + +311 +00:24:54,100 --> 00:24:58,620 +now. Small letter and early. + +312 +00:25:05,950 --> 00:25:07,350 +So, + +313 +00:25:10,770 --> 00:25:17,620 +full stop in addition comma comma comma You should + +314 +00:25:17,620 --> 00:25:22,380 +take or you can say take enough time as an + +315 +00:25:22,380 --> 00:25:24,440 +imperative or something like that. So you should + +316 +00:25:24,440 --> 00:25:29,540 +take enough time in the restroom before you go and + +317 +00:25:29,540 --> 00:25:38,050 +map into the interviews to organize your ideas To + +318 +00:25:38,050 --> 00:25:41,530 +organize your ideas related to a field, to a job + +319 +00:25:41,530 --> 00:25:44,830 +field, make sure you have a positive attitude by + +320 +00:25:44,830 --> 00:25:48,850 +taking, so what we see here Okay, we have one + +321 +00:25:48,850 --> 00:25:52,530 +sentence after another with only a comma between + +322 +00:25:52,530 --> 00:25:56,870 +them, so this is a problem of the comma splice. + +323 +00:25:57,190 --> 00:25:59,590 +So, we can quickly fix it because we have to + +324 +00:25:59,590 --> 00:26:04,110 +rewrite a lot of things to organize small letters. + +325 +00:26:04,450 --> 00:26:06,970 +So, there are two problems here, mainly comma + +326 +00:26:06,970 --> 00:26:12,590 +splice and Capitalization rules, problems in + +327 +00:26:12,590 --> 00:26:15,070 +capitalization rules. So to organize your ideas + +328 +00:26:15,070 --> 00:26:19,510 +related to a job, make sure you have a positive + +329 +00:26:19,510 --> 00:26:21,130 +attitude. + +330 +00:26:22,590 --> 00:26:26,170 +Now, in addition, I could use something like a + +331 +00:26:26,170 --> 00:26:28,830 +connector here. Moreover, in addition, + +332 +00:26:29,070 --> 00:26:33,010 +furthermore, not only that, but what is more and + +333 +00:26:33,010 --> 00:26:36,530 +so on. Furthermore, more. + +334 +00:26:39,330 --> 00:26:41,870 +I should use some transitions here including + +335 +00:26:41,870 --> 00:26:46,930 +additions. Talking about + +336 +00:26:46,930 --> 00:26:51,490 +your achievements and your skills. So I should not + +337 +00:26:51,490 --> 00:26:55,010 +be talking. It should be talk. Is that right? Talk + +338 +00:26:55,010 --> 00:26:55,490 +about. + +339 +00:26:58,330 --> 00:27:01,490 +Or he can say, you should talk about your + +340 +00:27:01,490 --> 00:27:06,130 +achievements and your skills and abilities. Sorry? + +341 +00:27:09,370 --> 00:27:12,070 +It should be alright, your skills, your + +342 +00:27:12,070 --> 00:27:14,740 +achievements and skills. All right, so that's + +343 +00:27:14,740 --> 00:27:17,040 +fine. If we used you here, we will leave it out. + +344 +00:27:17,180 --> 00:27:20,960 +This is absolutely fine, okay? Let's look at the + +345 +00:27:20,960 --> 00:27:24,500 +last sentence. Finally, you will be better if + +346 +00:27:24,500 --> 00:27:30,100 +those recommendations were taken. Finally, it has + +347 +00:27:30,100 --> 00:27:34,580 +to be capitalized. Finally, comma, you will be + +348 +00:27:34,580 --> 00:27:38,200 +better if those recommendations are aware that + +349 +00:27:38,200 --> 00:27:45,750 +yours are small. And against answers is a small + +350 +00:27:45,750 --> 00:27:48,270 +letter. So what we see here is a lot of problems + +351 +00:27:48,270 --> 00:27:54,650 +that we can see in relation to capitalization and + +352 +00:27:54,650 --> 00:27:57,490 +commerce supplies. And this is what makes this + +353 +00:27:57,490 --> 00:28:00,670 +paragraph really problematic. We need to fix all + +354 +00:28:00,670 --> 00:28:05,830 +the punctuation problems. Yes please. Yes, of + +355 +00:28:05,830 --> 00:28:10,570 +course, + +356 +00:28:10,690 --> 00:28:13,430 +we can put a quote here because we are introducing + +357 +00:28:13,430 --> 00:28:16,230 +a list of things or we can just say for a start, + +358 +00:28:16,330 --> 00:28:19,890 +first, you should prepare yourself well. Second, + +359 +00:28:20,190 --> 00:28:23,050 +you should talk about your achievements and so on. + +360 +00:28:28,450 --> 00:28:30,870 +You will be better if those recommendations, this + +361 +00:28:30,870 --> 00:28:33,450 +is fine, it's just about, as we call it, it's + +362 +00:28:33,450 --> 00:28:35,510 +about dialectic, it's a dialectic reference. If + +363 +00:28:35,510 --> 00:28:38,090 +those is usually used for things that are very + +364 +00:28:38,090 --> 00:28:41,350 +close to you, and these are for things that are + +365 +00:28:41,350 --> 00:28:46,870 +far away, either materially or even sort of at a + +366 +00:28:46,870 --> 00:28:50,310 +more sort of an abstract level. So this is fine. + +367 +00:28:50,460 --> 00:28:53,540 +But I would say either those and those or these + +368 +00:28:53,540 --> 00:28:56,300 +and these, not mixing these and those together. + +369 +00:28:56,960 --> 00:29:02,440 +Okay? After ability, we put full stop. Where + +370 +00:29:02,440 --> 00:29:06,900 +abouts? Where abouts? Your skills, abilities. This + +371 +00:29:06,900 --> 00:29:11,400 +is fine. We can say and abilities or sometimes + +372 +00:29:11,400 --> 00:29:15,200 +there are forward slashes just to say this and + +373 +00:29:15,200 --> 00:29:20,900 +this. Okay? So just to recap on a lot of things + +374 +00:29:20,900 --> 00:29:24,000 +that we talked about and we need to pay attention + +375 +00:29:24,000 --> 00:29:28,480 +to, always make sure that you have these set + +376 +00:29:28,480 --> 00:29:33,080 +points in mind and you will be tested again on + +377 +00:29:33,780 --> 00:29:37,740 +Many of these, many of these things, okay? Make + +378 +00:29:37,740 --> 00:29:39,680 +sure that you always provide good reasons. You + +379 +00:29:39,680 --> 00:29:43,200 +have a proper paragraph structure. Topic sentence, + +380 +00:29:43,600 --> 00:29:46,380 +which has a central idea, then supporting + +381 +00:29:46,380 --> 00:29:49,740 +sentences, and then we have a concluding sentence. + +382 +00:29:50,120 --> 00:29:51,980 +The rest of issues that we talked about at the + +383 +00:29:51,980 --> 00:29:54,660 +beginning of this lecture is subject-verb + +384 +00:29:54,660 --> 00:29:58,300 +agreement, common splice, avoid run-on sentences. + +385 +00:29:59,200 --> 00:30:02,720 +Fragments is a big issue that we need to address + +386 +00:30:02,720 --> 00:30:05,980 +noun pronoun agreements and a lot of problems + +387 +00:30:05,980 --> 00:30:09,280 +related to spelling mistakes. Is this clear? + +388 +00:30:09,940 --> 00:30:12,520 +Alright so I just need you in the exam inshallah + +389 +00:30:12,520 --> 00:30:17,540 +just to be careful when you are writing your + +390 +00:30:17,540 --> 00:30:20,400 +sentences or writing your paragraphs. I wish you + +391 +00:30:20,400 --> 00:30:25,180 +all the very best in the exam and in your academic + +392 +00:30:25,180 --> 00:30:28,760 +life and in the other courses that you are taking. + +393 +00:30:29,080 --> 00:30:31,460 +you will be taking in the next semesters and next + +394 +00:30:31,460 --> 00:30:33,520 +years. Thank you very much. It's been a pleasure + +395 +00:30:33,520 --> 00:30:37,880 +and I look forward to seeing you in future + +396 +00:30:37,880 --> 00:30:40,980 +semesters and future courses, Inshallah. Thank you + +397 +00:30:40,980 --> 00:30:43,400 +and all the very best. Thank you. + diff --git a/PL9fwy3NUQKwbknFHzECJkgNOSFOth6GiS/rLkJOA7I5SY_postprocess.srt b/PL9fwy3NUQKwbknFHzECJkgNOSFOth6GiS/rLkJOA7I5SY_postprocess.srt new file mode 100644 index 0000000000000000000000000000000000000000..ea3d3045ace564aadd544f07bfa1cd5542655eac --- /dev/null +++ b/PL9fwy3NUQKwbknFHzECJkgNOSFOth6GiS/rLkJOA7I5SY_postprocess.srt @@ -0,0 +1,2136 @@ +1 +00:00:21,130 --> 00:00:23,610 +Assalamualaikum, good morning, how are you today? + +2 +00:00:24,130 --> 00:00:27,130 +Very good, very good. Alright, in the last lecture + +3 +00:00:27,130 --> 00:00:30,890 +we talked about simple sentences and structure of + +4 +00:00:30,890 --> 00:00:34,110 +simple sentences. Today we're starting the first + +5 +00:00:34,110 --> 00:00:38,270 +stage in writing paragraph which is about + +6 +00:00:38,270 --> 00:00:42,210 +brainstorming. As you know, one of the good skills + +7 +00:00:42,210 --> 00:00:45,550 +of good writing is that people, writers don't + +8 +00:00:45,550 --> 00:00:48,450 +start writing right away. But a good thing to + +9 +00:00:48,450 --> 00:00:51,370 +start with is to brainstorm. You know what is mean + +10 +00:00:51,370 --> 00:00:55,570 +by brainstorming? What is brainstorm? To + +11 +00:00:55,570 --> 00:00:58,830 +brainstorm about a topic. What does it mean? What + +12 +00:00:58,830 --> 00:01:02,150 +does the verb mean? Brainstorm. Yes, please. To + +13 +00:01:02,150 --> 00:01:05,650 +get ideas prior to that. Okay. To get ideas. Very + +14 +00:01:05,650 --> 00:01:08,110 +nice. Yes, please. To think about it deeply. Very + +15 +00:01:08,110 --> 00:01:10,310 +nice. To think about the topic that you are + +16 +00:01:10,310 --> 00:01:13,670 +assigned to deeply. Alright? Or critically. Very + +17 +00:01:13,670 --> 00:01:17,150 +nice. Collect your ideas and to know exactly what + +18 +00:01:17,150 --> 00:01:19,430 +are you going to talk about. Very nice. To collect + +19 +00:01:19,430 --> 00:01:21,910 +your ideas and to know exactly what you want to + +20 +00:01:21,910 --> 00:01:23,930 +write about. Very very good. Yes please. To + +21 +00:01:23,930 --> 00:01:27,110 +activate your thinking. To activate your thinking, + +22 +00:01:27,330 --> 00:01:30,150 +to activate your background knowledge about the + +23 +00:01:30,150 --> 00:01:32,650 +topic. And these are all very important answers + +24 +00:01:32,650 --> 00:01:35,010 +that you gave. So brainstorming it's about + +25 +00:01:35,780 --> 00:01:38,620 +generating ideas, knowing exactly what you want to + +26 +00:01:38,620 --> 00:01:40,940 +know about, or knowing exactly what knowledge you + +27 +00:01:40,940 --> 00:01:44,660 +have, what information you have about your topic. + +28 +00:01:44,860 --> 00:01:48,220 +So brainstorming is a very important stage in + +29 +00:01:48,220 --> 00:01:52,720 +writing. And today we're going to look and do some + +30 +00:01:52,720 --> 00:01:56,840 +practice brainstorming about different topic. As + +31 +00:01:56,840 --> 00:01:59,960 +you know, there is something called writer's + +32 +00:01:59,960 --> 00:02:03,490 +block. Have you heard the term writer's block? It + +33 +00:02:03,490 --> 00:02:07,900 +means yes, yes, yes, what does that mean? It means + +34 +00:02:07,900 --> 00:02:10,840 +actually it's a common problem to my students or + +35 +00:02:10,840 --> 00:02:13,780 +to writers actually, is that they start writing + +36 +00:02:13,780 --> 00:02:17,080 +the first line, the second line, and suddenly the + +37 +00:02:17,080 --> 00:02:20,280 +ideas are gone, all right? There's no more ideas + +38 +00:02:20,280 --> 00:02:22,720 +to think about. And this is something that is + +39 +00:02:22,720 --> 00:02:26,260 +common to a lot of people and people get + +40 +00:02:26,260 --> 00:02:31,600 +frustrated because of not being able to finish + +41 +00:02:31,600 --> 00:02:34,920 +their ideas, not being able to complete or to + +42 +00:02:34,920 --> 00:02:40,010 +continue their So brainstorming addresses this + +43 +00:02:40,010 --> 00:02:44,150 +kind of problem. It actually allows the writer, + +44 +00:02:44,710 --> 00:02:48,350 +such as you are, to actually think about the + +45 +00:02:48,350 --> 00:02:51,930 +topic, generate ideas about the topic, collect + +46 +00:02:51,930 --> 00:02:54,630 +ideas, collect information before they actually + +47 +00:02:54,630 --> 00:02:59,400 +start writing. All right, so there are three + +48 +00:02:59,400 --> 00:03:03,060 +different kinds of brainstorming activities. And + +49 +00:03:03,060 --> 00:03:05,800 +today we're gonna look at three simple activities + +50 +00:03:05,800 --> 00:03:09,420 +for brainstorming about any topic that you want to + +51 +00:03:09,420 --> 00:03:11,980 +write about. The first one is called clustering. + +52 +00:03:12,560 --> 00:03:15,820 +The second one is a listing technique. And the + +53 +00:03:15,820 --> 00:03:19,340 +third one is free writing. Okay, what do we mean + +54 +00:03:19,340 --> 00:03:22,720 +by clustering? Clustering as a brainstorming idea + +55 +00:03:22,720 --> 00:03:26,970 +is very simple. The idea is that we put The topic, + +56 +00:03:27,430 --> 00:03:28,670 +let's say Gaza City. + +57 +00:03:31,800 --> 00:03:36,120 +of your paper, and we start drawing circles. We + +58 +00:03:36,120 --> 00:03:43,040 +try to write a mental picture of what information + +59 +00:03:43,040 --> 00:03:46,320 +do we have about this topic. For instance, I did + +60 +00:03:46,320 --> 00:03:48,680 +this example for you. For example, Gaza City. + +61 +00:03:49,120 --> 00:03:51,800 +Write about Gaza City, for example. What sort of + +62 +00:03:51,800 --> 00:03:56,060 +information can we write about this topic? For + +63 +00:03:56,060 --> 00:04:00,220 +example, we can talk about transportation in Gaza + +64 +00:04:00,220 --> 00:04:03,980 +City. We can talk about The local market. We can + +65 +00:04:03,980 --> 00:04:07,200 +also talk about the beach in Gaza City. We can + +66 +00:04:07,200 --> 00:04:09,980 +talk about the fish market or we can talk about + +67 +00:04:09,980 --> 00:04:14,520 +poverty in Gaza or some interesting places. What + +68 +00:04:14,520 --> 00:04:18,080 +else can we add to this sort of clustering ideas + +69 +00:04:18,080 --> 00:04:20,840 +or clustering technique or this mental sort of + +70 +00:04:20,840 --> 00:04:23,340 +picture of information? + +71 +00:04:32,280 --> 00:04:36,740 +Very nice. We can talk also about location. + +72 +00:04:38,520 --> 00:04:43,620 +We can also talk about war. + +73 +00:04:45,160 --> 00:04:50,440 +The war or the different wars Gaza has experienced + +74 +00:04:50,440 --> 00:04:55,240 +over the past years. Very nice. Problems such as + +75 +00:04:55,240 --> 00:04:59,300 +what for example? Electricity. So we can talk + +76 +00:04:59,300 --> 00:04:59,860 +about + +77 +00:05:03,400 --> 00:05:08,340 +Problems. And we can put problems in God. Okay? + +78 +00:05:08,700 --> 00:05:12,620 +And problems such as, we can say, the siege. + +79 +00:05:13,420 --> 00:05:17,860 +Alright? The electricity blackout. Electricity + +80 +00:05:17,860 --> 00:05:20,620 +blackouts. + +81 +00:05:24,080 --> 00:05:29,040 +Unemployment for instance, poverty and so on. + +82 +00:05:29,280 --> 00:05:36,640 +Okay, health problems and so on. So here what we + +83 +00:05:36,640 --> 00:05:40,230 +did is actually trying to Or we actually generate + +84 +00:05:40,230 --> 00:05:44,690 +as many ideas about this topic as possible. The + +85 +00:05:44,690 --> 00:05:49,510 +next step or stage would be to say, well, I have + +86 +00:05:49,510 --> 00:05:52,270 +too many things that I can write about, but I'm + +87 +00:05:52,270 --> 00:05:53,970 +not going to write about everything. It's + +88 +00:05:53,970 --> 00:05:57,650 +impossible. So we start sort of crossing out the + +89 +00:05:57,650 --> 00:06:00,570 +things that we don't know that we don't want to + +90 +00:06:00,570 --> 00:06:03,510 +write about and include the things that we write + +91 +00:06:03,510 --> 00:06:05,750 +about. For instance, I don't want to talk about + +92 +00:06:05,750 --> 00:06:07,030 +the local market. + +93 +00:06:11,480 --> 00:06:15,260 +I may decide that, well, a good thing that I want + +94 +00:06:15,260 --> 00:06:17,960 +to write about is probably problems in Gaza, + +95 +00:06:18,140 --> 00:06:21,800 +problems that our people in Gaza face on a daily + +96 +00:06:21,800 --> 00:06:25,300 +basis. For instance, problems. For instance, I can + +97 +00:06:25,300 --> 00:06:29,100 +talk about a siege, electricity blackout, and + +98 +00:06:29,100 --> 00:06:31,280 +perhaps maybe poverty. + +99 +00:06:34,130 --> 00:06:38,770 +as a rampant problem in the Gaza Strip for + +100 +00:06:38,770 --> 00:06:42,090 +instance. So what we have here is trying to, this + +101 +00:06:42,090 --> 00:06:44,590 +is a good way to start writing. Instead of just + +102 +00:06:44,590 --> 00:06:46,670 +writing the first sentence or the second sentence + +103 +00:06:46,670 --> 00:06:49,810 +and suddenly you don't, you run out of ideas, you + +104 +00:06:49,810 --> 00:06:52,790 +begin like this. And this will help you organize + +105 +00:06:53,110 --> 00:06:56,850 +What information that I need to include and talk + +106 +00:06:56,850 --> 00:07:00,710 +about or write about in my paragraph, for + +107 +00:07:00,710 --> 00:07:04,230 +instance. Is this clear? Let me just give you + +108 +00:07:04,230 --> 00:07:08,590 +another example of the clustering technique. + +109 +00:07:09,190 --> 00:07:13,250 +Alright, let's see. A simple thing like my + +110 +00:07:13,250 --> 00:07:16,050 +favorite poem, for instance, okay? + +111 +00:07:18,810 --> 00:07:22,570 +Wednesday, windows, alright? And your views of the + +112 +00:07:22,570 --> 00:07:26,930 +trees, for instance, or it's sunny, or view of the + +113 +00:07:26,930 --> 00:07:30,130 +sky, for instance, or my comfortable furniture in + +114 +00:07:30,130 --> 00:07:32,890 +my favorite room, for instance, soft bed, rocking + +115 +00:07:32,890 --> 00:07:37,330 +chair, my favorite room as being quiet, a quiet + +116 +00:07:37,330 --> 00:07:40,860 +room. or a lesson, big closet, bedroom, yellow, + +117 +00:07:41,040 --> 00:07:43,820 +good size, and so on. So we can, in this way, + +118 +00:07:44,520 --> 00:07:48,720 +think or try to generate what information I have. + +119 +00:07:48,820 --> 00:07:51,840 +And then I start writing away, talking about, + +120 +00:07:52,140 --> 00:07:56,340 +well, I'm going to talk about how it is quiet and + +121 +00:07:56,340 --> 00:07:59,660 +my bedroom, for instance, yellow and good-sized + +122 +00:07:59,660 --> 00:08:02,140 +bedroom, for instance. And the other ideas I don't + +123 +00:08:02,140 --> 00:08:04,860 +need to include there because maybe they are for + +124 +00:08:04,860 --> 00:08:08,720 +something else, not for this particular Alright? + +125 +00:08:09,120 --> 00:08:13,980 +Alright. Let's now do the first technique which is + +126 +00:08:13,980 --> 00:08:19,140 +Persian. I'd like you just to brainstorm about the + +127 +00:08:19,140 --> 00:08:21,900 +topic. Let's do this activity right now. No, no, + +128 +00:08:21,960 --> 00:08:25,460 +just do the activity. Think about it. Try to draw + +129 +00:08:25,460 --> 00:08:30,620 +some map of your ideas on paper on this particular + +130 +00:08:30,620 --> 00:08:33,520 +topic, pollution. What sort of ideas can you + +131 +00:08:33,520 --> 00:08:37,700 +generate? And then classify your ideas. So include + +132 +00:08:37,700 --> 00:08:39,780 +and exclude the things that you don't want to + +133 +00:08:39,780 --> 00:08:41,340 +write about. + +134 +00:09:14,330 --> 00:09:15,230 +What is the name of this book? + +135 +00:10:30,630 --> 00:10:33,430 +All right, let's see. What sort of ideas did you + +136 +00:10:33,430 --> 00:10:37,630 +get, did you generate from this topic? Yes, + +137 +00:10:37,670 --> 00:10:42,350 +please. Okay, we can talk about reasons or causes + +138 +00:10:42,350 --> 00:10:46,590 +of the pollution. Very nice. Yes, please. Types of + +139 +00:10:46,590 --> 00:10:49,550 +pollution. Types. Very nice. We can talk about + +140 +00:10:49,550 --> 00:10:53,870 +types. Types of pollution. Very nice. Yes, please. + +141 +00:10:53,970 --> 00:10:57,570 +Effects. Effects. Very nice. We can talk about + +142 +00:10:57,570 --> 00:11:01,270 +effects or results of the pollution. Very good. + +143 +00:11:01,670 --> 00:11:04,690 +Yes, sir. Yes, please. Solutions. Solutions. Okay, + +144 +00:11:04,710 --> 00:11:08,030 +very nice. Solutions. Very good idea. Solutions. + +145 +00:11:10,460 --> 00:11:15,720 +Yes please. Yes? C and air pollution. Say again? C + +146 +00:11:15,720 --> 00:11:18,620 +and air pollution. C and air pollution. Yes, we + +147 +00:11:18,620 --> 00:11:21,580 +can actually think about C and air pollution. We + +148 +00:11:21,580 --> 00:11:25,560 +can include them under types. Under types. We can + +149 +00:11:25,560 --> 00:11:32,000 +say C pollution, air pollution or we can say water + +150 +00:11:32,000 --> 00:11:38,240 +pollution or soil pollution or soil and land + +151 +00:11:38,240 --> 00:11:43,180 +pollution. What about causes? This is a major + +152 +00:11:43,180 --> 00:11:46,780 +category or this is a major topic in talking about + +153 +00:11:46,780 --> 00:11:50,980 +or whenever we write about pollution. Causes. We + +154 +00:11:50,980 --> 00:11:53,660 +can add some ideas to the causes. That is to say + +155 +00:11:53,660 --> 00:11:55,760 +different causes for pollution. Yes, please. + +156 +00:11:56,180 --> 00:11:59,280 +Several factories. Such as what? Factories. + +157 +00:11:59,700 --> 00:12:04,020 +Factories. Yes, factories. Factories. Smoke. + +158 +00:12:05,200 --> 00:12:09,730 +Factories. Smoke. Alright. Very nice. Anything + +159 +00:12:09,730 --> 00:12:14,090 +else? Yes. Oil spells. Say it. Oil spells. Very + +160 +00:12:14,090 --> 00:12:20,230 +nice. Oil spells. Chemical. Chemical sort of + +161 +00:12:20,230 --> 00:12:28,610 +chemical. Chemical waste. Chemical waste. Anything + +162 +00:12:28,610 --> 00:12:31,410 +else? Yes please. Transportation. Transportation. + +163 +00:12:32,130 --> 00:12:39,210 +Okay and all the smoke that comes out of the Okay, + +164 +00:12:39,370 --> 00:12:43,210 +so transportation. Diseases, effects. + +165 +00:12:43,790 --> 00:12:47,970 +Transportation, okay. And noise. Because this is + +166 +00:12:47,970 --> 00:12:50,570 +also another kind of pollution. It's noise. It's + +167 +00:12:50,570 --> 00:12:53,650 +also another kind of pollution. And? Burning + +168 +00:12:53,650 --> 00:12:56,970 +trees. Burning trees, okay. Burning trees. Very + +169 +00:12:56,970 --> 00:13:02,090 +nice. So these are all burning trees. factories + +170 +00:13:02,090 --> 00:13:05,930 +and forests for instance. Alright? What about + +171 +00:13:05,930 --> 00:13:11,290 +solutions to pollution problem? Alright? Can we + +172 +00:13:11,290 --> 00:13:14,390 +think of solutions? Alright? Alright. Yes, please. + +173 +00:13:14,450 --> 00:13:18,290 +Separate the industrial areas and the areas that + +174 +00:13:18,290 --> 00:13:25,870 +people live in. Separating industrial + +175 +00:13:25,870 --> 00:13:29,730 +areas. + +176 +00:13:30,740 --> 00:13:33,880 +from sort of the civilian areas or residential + +177 +00:13:33,880 --> 00:13:37,500 +areas. That is moving them away from residential + +178 +00:13:37,500 --> 00:13:41,580 +areas, from population centers, so that to avoid + +179 +00:13:41,580 --> 00:13:45,560 +contamination or some kinds of diseases resulting + +180 +00:13:45,560 --> 00:13:47,880 +from pollution, air pollution and otherwise. Yes, + +181 +00:13:47,940 --> 00:13:54,520 +please. So the solution to pollution resulting + +182 +00:13:54,520 --> 00:13:59,320 +from transportation is to use more public + +183 +00:13:59,320 --> 00:14:02,940 +transport and less private transport. So less + +184 +00:14:02,940 --> 00:14:06,300 +private transport. + +185 +00:14:15,130 --> 00:14:17,370 +Signing agreements, for example there is one + +186 +00:14:17,370 --> 00:14:19,370 +famous one, the Kyoto agreement, signing + +187 +00:14:19,370 --> 00:14:24,210 +agreements to eliminate or reduce pollution, + +188 +00:14:24,490 --> 00:14:26,970 +alright, so signing agreements + +189 +00:14:31,490 --> 00:14:35,150 +Here, I'm talking about international agreements + +190 +00:14:35,150 --> 00:14:38,630 +or agreements between different countries, okay? + +191 +00:14:38,790 --> 00:14:41,230 +Bilateral agreements. Yes, please. Recycling. + +192 +00:14:41,530 --> 00:14:46,270 +Recycling as another important solution. + +193 +00:14:46,830 --> 00:14:50,890 +Recycling. All right. Anything else? Yes, please. + +194 +00:14:51,070 --> 00:14:54,370 +Raising awareness about its effects. Yes, raising + +195 +00:14:54,370 --> 00:14:57,130 +awareness about effects. Raising awareness. + +196 +00:15:06,940 --> 00:15:18,560 +So what we + +197 +00:15:18,560 --> 00:15:21,300 +did here, we can also talk about effects in the + +198 +00:15:21,300 --> 00:15:25,200 +same way What we did here actually is we + +199 +00:15:25,200 --> 00:15:27,840 +brainstormed We generally, see how many ideas do + +200 +00:15:27,840 --> 00:15:31,020 +we have now? A lot of ideas that we can actually + +201 +00:15:31,020 --> 00:15:33,760 +write about. So this is an effective technique + +202 +00:15:33,760 --> 00:15:38,700 +before we actually started writing about the topic + +203 +00:15:38,700 --> 00:15:42,360 +because it helps you know about what information + +204 +00:15:42,360 --> 00:15:45,760 +you have about this topic. And this is very nice + +205 +00:15:45,760 --> 00:15:48,940 +looking, right? It looks a bit messy, but actually + +206 +00:15:48,940 --> 00:15:53,050 +it's good for your imagination, it expands your + +207 +00:15:53,050 --> 00:15:56,330 +imagination before you actually start writing + +208 +00:15:56,330 --> 00:15:59,650 +about your topic. So the next stage would be, well + +209 +00:15:59,650 --> 00:16:02,670 +I cannot talk about everything, let's talk about + +210 +00:16:04,020 --> 00:16:09,140 +solutions to the pollution problems and I cannot + +211 +00:16:09,140 --> 00:16:11,640 +talk about everything, maybe I'll talk about + +212 +00:16:11,640 --> 00:16:17,500 +solution and then raising awareness, talking about + +213 +00:16:17,500 --> 00:16:22,440 +recycling and recycling and using less private + +214 +00:16:22,440 --> 00:16:27,170 +transport and more public and using more public So + +215 +00:16:27,170 --> 00:16:29,690 +these three ideas are enough for writing a + +216 +00:16:29,690 --> 00:16:33,150 +paragraph or enough for my writing. So this is a + +217 +00:16:33,150 --> 00:16:37,010 +very helpful way of starting or even pre-writing. + +218 +00:16:37,110 --> 00:16:39,130 +We call it a pre-writing stage. That is to say + +219 +00:16:39,130 --> 00:16:42,490 +before you actually start writing the topic. Is + +220 +00:16:42,490 --> 00:16:46,830 +this clear? Yes. Now a second technique is not by + +221 +00:16:46,830 --> 00:16:51,130 +doing some kind of a clustering. but actually by + +222 +00:16:51,130 --> 00:16:55,750 +way of word listing. That is to say, it's the same + +223 +00:16:55,750 --> 00:16:59,190 +ideas but instead of drawing some sort of a visual + +224 +00:16:59,190 --> 00:17:05,410 +map, a visual map of the topic and all the ideas + +225 +00:17:05,410 --> 00:17:09,710 +that you generated, we start by listing. For + +226 +00:17:09,710 --> 00:17:12,830 +example, you write a topic in the middle of your + +227 +00:17:12,830 --> 00:17:17,110 +blank paper, for example, and you start writing + +228 +00:17:17,110 --> 00:17:20,790 +down, jotting down, listing all the ideas that you + +229 +00:17:20,790 --> 00:17:24,310 +have about this topic. For instance, this is + +230 +00:17:24,310 --> 00:17:27,470 +something, a topic that we can think about and + +231 +00:17:27,470 --> 00:17:28,450 +we've already + +232 +00:17:36,120 --> 00:17:39,500 +science for instance because I like problem + +233 +00:17:39,500 --> 00:17:43,840 +solving because many jobs are available in NASA or + +234 +00:17:43,840 --> 00:17:46,940 +because it has a good salary or because I like + +235 +00:17:46,940 --> 00:17:50,100 +working in a hospital or I want to help other + +236 +00:17:50,100 --> 00:17:52,940 +people or challenging job or opportunities for + +237 +00:17:52,940 --> 00:17:57,060 +promotion or because I'm interested in the study + +238 +00:17:57,060 --> 00:18:00,460 +of diseases for instance or I'm interested in the + +239 +00:18:00,460 --> 00:18:03,200 +study of the human body or because it has flexible + +240 +00:18:03,200 --> 00:18:09,040 +hours or I will always learn something. So these + +241 +00:18:09,040 --> 00:18:13,020 +are some ideas that actually were generated for + +242 +00:18:13,020 --> 00:18:16,840 +the topic why I become a nurse. So this is also + +243 +00:18:16,840 --> 00:18:19,540 +another helpful way, another brainstorming + +244 +00:18:19,540 --> 00:18:22,760 +technique. The next stage will say, well, I want + +245 +00:18:22,760 --> 00:18:25,900 +to become or I want to write about the reasons for + +246 +00:18:25,900 --> 00:18:29,160 +becoming or for wanting to become a nurse is + +247 +00:18:29,160 --> 00:18:29,640 +because + +248 +00:18:36,230 --> 00:18:41,030 +job and because it has flexible working hours and + +249 +00:18:41,030 --> 00:18:42,990 +the other ones are discarded, are not needed + +250 +00:18:42,990 --> 00:18:45,430 +actually and these are the three important ideas + +251 +00:18:45,430 --> 00:18:48,290 +that I would like to write about in my paragraph, + +252 +00:18:48,470 --> 00:18:52,450 +alright? Let's see another example. How I become a + +253 +00:18:52,450 --> 00:18:58,830 +successful language learner. Why is that? Why are + +254 +00:18:58,830 --> 00:19:01,590 +the ways to become a successful language learner? + +255 +00:19:01,650 --> 00:19:07,520 +Because I speaking with others. I should take + +256 +00:19:07,520 --> 00:19:08,160 +classes. + +257 +00:19:10,940 --> 00:19:14,240 +difficult or unknown words, listen to radio, + +258 +00:19:14,480 --> 00:19:17,180 +observe others, ask for help when you don't + +259 +00:19:17,180 --> 00:19:21,820 +understand, review materials regularly, use a + +260 +00:19:21,820 --> 00:19:24,900 +dictionary and many, many other strategies or + +261 +00:19:24,900 --> 00:19:28,880 +techniques or skills to become an effective or a + +262 +00:19:28,880 --> 00:19:32,460 +successful language learner. So this is also a + +263 +00:19:32,460 --> 00:19:35,300 +technique or this is a listing technique that we + +264 +00:19:35,300 --> 00:19:40,190 +can actually use in brainstorming about the topic. + +265 +00:19:40,290 --> 00:19:42,650 +Is this clear? Yes. Alright, let's do this + +266 +00:19:42,650 --> 00:19:49,550 +activity. Let's brainstorm by way of listing the + +267 +00:19:49,550 --> 00:19:52,670 +ideas that you have, all the ideas that you have + +268 +00:19:52,670 --> 00:19:57,490 +about this topic staying healthy. Alright? Yes + +269 +00:19:57,490 --> 00:19:57,750 +please. + +270 +00:20:13,530 --> 00:20:14,930 +Okay. + +271 +00:21:07,130 --> 00:21:08,690 +It's good. + +272 +00:22:05,770 --> 00:22:08,650 +All right. All right. Let's see. What sort of + +273 +00:22:08,650 --> 00:22:12,130 +ideas did you get by thinking about this topic, + +274 +00:22:12,330 --> 00:22:15,190 +brainstorming about this topic? Okay, so we can + +275 +00:22:15,190 --> 00:22:22,070 +think about exercising, exercising or working out. + +276 +00:22:22,270 --> 00:22:26,600 +Very nice. What else? Yes please. Okay. Okay. We + +277 +00:22:26,600 --> 00:22:28,720 +can say eating healthy food like a good diet. Yes? + +278 +00:22:30,260 --> 00:22:33,880 +Good diet. Eating healthy food, for instance. Yes, + +279 +00:22:33,940 --> 00:22:36,420 +please. Don't eat fast food like hot dogs and + +280 +00:22:36,420 --> 00:22:42,120 +burgers. Okay. Avoiding junk + +281 +00:22:42,120 --> 00:22:42,740 +food. + +282 +00:22:45,460 --> 00:22:50,540 +Very nice. Very nice. Alright. Yes, please. Okay. + +283 +00:22:51,060 --> 00:22:51,580 +Visiting + +284 +00:22:54,210 --> 00:22:57,570 +Oh, we can say regular check-up. Visiting doctors + +285 +00:22:57,570 --> 00:23:00,210 +regularly. + +286 +00:23:02,590 --> 00:23:05,830 +Anything else? Yes, please. Sleeping early. + +287 +00:23:05,850 --> 00:23:09,710 +Sleeping early or getting enough sleep. I would + +288 +00:23:09,710 --> 00:23:12,350 +recommend sleeping early. Unlike me, I stay up + +289 +00:23:12,350 --> 00:23:19,010 +late. Sleeping early. Sleeping early or getting + +290 +00:23:19,010 --> 00:23:22,270 +enough sleep. Good, good. Sleep. Yes, please. + +291 +00:23:22,810 --> 00:23:27,090 +Organize your time. Very nice, okay. This is a + +292 +00:23:27,090 --> 00:23:32,750 +good idea actually. Organizing, organizing eating + +293 +00:23:32,750 --> 00:23:39,090 +time. Time. Like for example, three regular meals + +294 +00:23:39,090 --> 00:23:42,350 +during the day. For instance, yes please. Get rid + +295 +00:23:42,350 --> 00:23:44,970 +of concern and others disturbance. Say again + +296 +00:23:44,970 --> 00:23:48,690 +please. Get rid of concern and others disturbance. + +297 +00:23:49,400 --> 00:23:52,120 +Other emotions are stress. Very nice, we can say + +298 +00:23:52,120 --> 00:23:57,000 +avoid feeling stress, avoid stress, okay? Avoid + +299 +00:23:57,000 --> 00:24:06,380 +feeling stress, feeling stressed. Yes teacher. And + +300 +00:24:06,380 --> 00:24:08,900 +a lot of sort of psychological pressures, very + +301 +00:24:08,900 --> 00:24:11,500 +nice. Yes teacher. To avoid being stressed. Yes + +302 +00:24:11,500 --> 00:24:14,300 +please. Don't taking the medicine without asking + +303 +00:24:14,300 --> 00:24:18,760 +the doctor. Very nice. So it's sort of use, okay, + +304 +00:24:19,260 --> 00:24:25,780 +listen to or stick to doctor's advice. Stick to + +305 +00:24:25,780 --> 00:24:30,260 +listen to doctor's advice. + +306 +00:24:32,200 --> 00:24:36,420 +Yes, please. All right. Yes, please. Avoid + +307 +00:24:36,420 --> 00:24:40,220 +smoking. Avoiding smoking. Very nice. Avoiding + +308 +00:24:40,220 --> 00:24:43,600 +smoking. + +309 +00:24:44,880 --> 00:24:49,560 +and we can say avoiding all other unhealthy habits + +310 +00:24:49,560 --> 00:24:52,960 +and finally I think drinking water is very + +311 +00:24:52,960 --> 00:24:55,640 +important say again drinking water it's a very + +312 +00:24:55,640 --> 00:24:58,320 +good idea always getting hydrated always drink + +313 +00:24:58,320 --> 00:25:04,960 +water drink water so these are some ideas that we + +314 +00:25:04,960 --> 00:25:09,270 +actually listed about the topic staying healthy. + +315 +00:25:09,410 --> 00:25:12,530 +We generated these, we brainstormed about these + +316 +00:25:12,530 --> 00:25:15,870 +topics and this is very helpful because again the + +317 +00:25:15,870 --> 00:25:18,610 +idea here is to know how much information that you + +318 +00:25:18,610 --> 00:25:22,210 +can, that you actually have about this topic and + +319 +00:25:22,210 --> 00:25:24,650 +then you can take it from there and decide which + +320 +00:25:25,410 --> 00:25:30,830 +topics which information is the one that you want + +321 +00:25:30,830 --> 00:25:35,450 +actually to write about. For example, steps for + +322 +00:25:35,450 --> 00:25:38,690 +staying healthy would be something like, I would + +323 +00:25:38,690 --> 00:25:42,510 +like to talk about how exercising is a useful way + +324 +00:25:42,510 --> 00:25:47,710 +for staying healthy. I would also like about, I + +325 +00:25:47,710 --> 00:25:51,330 +think usually talk about good diet. All right. And + +326 +00:25:51,330 --> 00:25:52,650 +we can talk about + +327 +00:25:56,740 --> 00:26:00,560 +Maintain your mental and psychological composure, + +328 +00:26:00,700 --> 00:26:04,960 +mental and psychological stress-free life. Try to + +329 +00:26:04,960 --> 00:26:08,560 +live a stress-free life for example. Avoid feeling + +330 +00:26:08,560 --> 00:26:10,980 +stressed or concerned about so many things + +331 +00:26:10,980 --> 00:26:13,380 +although we have so many things to worry about + +332 +00:26:13,380 --> 00:26:17,120 +here living in Gaza. And here in Qatar, for + +333 +00:26:17,120 --> 00:26:21,650 +instance, we can actually further talk about for + +334 +00:26:21,650 --> 00:26:29,970 +example vegetables, is that right? Fruits, ok or + +335 +00:26:29,970 --> 00:26:36,890 +nutritious, nutritious foods for example juice and + +336 +00:26:36,890 --> 00:26:41,850 +so on and exercising we can talk about for example + +337 +00:26:41,850 --> 00:26:43,770 +jogging + +338 +00:26:45,870 --> 00:26:49,330 +We can talk about jogging, running, and other + +339 +00:26:49,330 --> 00:26:53,570 +forms of workout, other forms of exercise. And the + +340 +00:26:53,570 --> 00:26:56,030 +same thing, avoiding stress feeling, trying to be + +341 +00:26:56,030 --> 00:26:58,630 +relaxed, trying to be happy, trying to find some + +342 +00:26:58,630 --> 00:27:03,970 +things that makes you comfortable or stress-free + +343 +00:27:03,970 --> 00:27:07,010 +and so on, and relax. So these are some ideas that + +344 +00:27:07,010 --> 00:27:12,130 +we actually generated about the topic of staying + +345 +00:27:12,130 --> 00:27:17,430 +healthy by way of listing technique as a main + +346 +00:27:17,430 --> 00:27:20,730 +brainstorming + +347 +00:27:20,730 --> 00:27:25,470 +technique. The third and last technique here is + +348 +00:27:25,470 --> 00:27:29,410 +something that we call free writing. What do we + +349 +00:27:29,410 --> 00:27:34,690 +mean by free writing? Free writing is basically + +350 +00:27:34,690 --> 00:27:37,230 +when you are given a topic, you start thinking, + +351 +00:27:37,370 --> 00:27:41,740 +you start writing. about it without stopping. It's + +352 +00:27:41,740 --> 00:27:44,420 +free writing. You don't worry about grammar. You + +353 +00:27:44,420 --> 00:27:46,640 +don't worry about spelling. You don't worry about + +354 +00:27:46,640 --> 00:27:50,340 +the organization of your ideas. You simply put all + +355 +00:27:50,340 --> 00:27:52,600 +your ideas and your thoughts and your mind on + +356 +00:27:52,600 --> 00:27:56,790 +there. So you start writing freely. for two or + +357 +00:27:56,790 --> 00:28:00,030 +three or four minutes, and then you stop. And then + +358 +00:28:00,030 --> 00:28:05,990 +you read what you wrote and try to decide which + +359 +00:28:05,990 --> 00:28:09,790 +ideas are there to choose from and which ideas can + +360 +00:28:09,790 --> 00:28:13,470 +be eliminated, all right? Let's see an example of + +361 +00:28:13,470 --> 00:28:17,630 +free writing. This is an example. I won't read it + +362 +00:28:17,630 --> 00:28:20,430 +all of it, but let's just look at the first three + +363 +00:28:20,430 --> 00:28:23,650 +lines. My favorite book. I don't know where to + +364 +00:28:23,650 --> 00:28:26,540 +start. I read so many books. that are interesting + +365 +00:28:26,540 --> 00:28:29,020 +that it's hard to choose just one. I guess I could + +366 +00:28:29,020 --> 00:28:31,320 +start by talking about the kinds of books I really + +367 +00:28:31,320 --> 00:28:34,500 +like, blah, blah, blah, blah, blah. So this is an + +368 +00:28:34,500 --> 00:28:37,880 +example of free writing. As you can see, it is not + +369 +00:28:37,880 --> 00:28:41,800 +well organized. It's something like stream of + +370 +00:28:41,800 --> 00:28:46,400 +consciousness. You simply or simply started + +371 +00:28:46,400 --> 00:28:49,100 +writing freely without stopping for two or three, + +372 +00:28:49,180 --> 00:28:53,700 +I imagine, or four minutes, okay? All right, let's + +373 +00:28:53,700 --> 00:28:57,950 +see. And after that, this is another example, a + +374 +00:28:57,950 --> 00:29:00,810 +problem I have. I have, of course, many problems + +375 +00:29:00,810 --> 00:29:03,590 +in my life like everybody has, but right now I'm + +376 +00:29:03,590 --> 00:29:06,550 +feeling new problems, like the cultural shock I + +377 +00:29:06,550 --> 00:29:08,730 +get out of my country, blah, blah, blah. This is + +378 +00:29:08,730 --> 00:29:13,090 +also another example of free writing. Now, after + +379 +00:29:13,090 --> 00:29:16,250 +you do the first attempt at free writing, you can + +380 +00:29:16,250 --> 00:29:19,350 +say, well, I don't like this sentence, for + +381 +00:29:19,350 --> 00:29:25,070 +instance. It is not related. Okay? And maybe this + +382 +00:29:25,070 --> 00:29:28,070 +sentence or this question is not needed. I don't + +383 +00:29:28,070 --> 00:29:30,890 +need to talk about it. Alright? So here we start a + +384 +00:29:30,890 --> 00:29:34,500 +process of sifting through what we wrote and + +385 +00:29:34,500 --> 00:29:37,460 +deciding what is relevant and what is not related, + +386 +00:29:37,620 --> 00:29:40,960 +what is irrelevant and after that I start + +387 +00:29:40,960 --> 00:29:46,040 +rewriting what I have already written, alright? So + +388 +00:29:46,040 --> 00:29:50,120 +this is also another nice brainstorming activity + +389 +00:29:50,120 --> 00:29:54,720 +that can help us try to generate as much + +390 +00:29:54,720 --> 00:29:58,320 +information about the topic as possible. Let's + +391 +00:29:58,320 --> 00:30:04,690 +again do a third activity here and write or free + +392 +00:30:04,690 --> 00:30:10,070 +write about this topic, alright? The benefits of + +393 +00:30:10,070 --> 00:30:13,590 +the internet in university studies. Alright, this + +394 +00:30:13,590 --> 00:30:17,670 +time ourselves, we have two minutes to freely + +395 +00:30:17,670 --> 00:30:20,250 +write about this topic. + +396 +00:30:22,820 --> 00:30:24,860 +Don't worry about grammar, don't worry about + +397 +00:30:24,860 --> 00:30:28,480 +spelling or punctuation or your ideas, the clarity + +398 +00:30:28,480 --> 00:30:31,080 +of your ideas. Just simply put everything that you + +399 +00:30:31,080 --> 00:30:34,280 +have in mind about this topic on a paper. + +400 +00:32:42,700 --> 00:32:45,780 +Alright, are we done? We should stop right here, + +401 +00:32:45,860 --> 00:32:48,860 +that's fine. Alright, who actually, who would like + +402 +00:32:48,860 --> 00:32:51,360 +to hear someone, what did you write actually? + +403 +00:32:52,260 --> 00:32:57,540 +Alright, yes please. Just read us what you wrote. + +404 +00:32:59,060 --> 00:33:04,040 +Read us what you actually wrote. Okay, alright, + +405 +00:33:04,220 --> 00:33:08,950 +any more ideas? Okay. Thank you. Yes please. + +406 +00:33:09,570 --> 00:33:11,990 +Internet is an important part of our everyday + +407 +00:33:11,990 --> 00:33:15,510 +lives. Students, most students nowadays rely on + +408 +00:33:15,510 --> 00:33:18,290 +the internet in many situations. For example, + +409 +00:33:18,830 --> 00:33:21,190 +students may use the internet to get information + +410 +00:33:21,190 --> 00:33:24,290 +related to their studies or to get help in their + +411 +00:33:24,290 --> 00:33:27,210 +study. Also they are using the internet channels + +412 +00:33:27,210 --> 00:33:31,080 +such as YouTube to watch videos and to watch + +413 +00:33:31,080 --> 00:33:35,400 +listening that teacher are explaining some concept + +414 +00:33:35,400 --> 00:33:38,600 +or ideas. Very very nice, very good ideas, very + +415 +00:33:38,600 --> 00:33:41,540 +good ideas you have Iman here. Yes please. The + +416 +00:33:41,540 --> 00:33:44,300 +internet is the language of this age and it is one + +417 +00:33:44,300 --> 00:33:46,540 +of the most important things in our life. Other + +418 +00:33:46,540 --> 00:33:49,440 +internet have many benefits. Firstly it connected + +419 +00:33:49,440 --> 00:33:52,120 +the world and make it as a small village For + +420 +00:33:52,120 --> 00:33:54,240 +example, you can talk to your friends in America + +421 +00:33:54,240 --> 00:33:57,960 +from the UAA however that was impossible in the + +422 +00:33:57,960 --> 00:34:02,520 +past. Secondly, it's a source that you can get + +423 +00:34:02,520 --> 00:34:07,000 +information from about a subject and it's a way + +424 +00:34:07,000 --> 00:34:10,200 +that you can spend your time by searching for news + +425 +00:34:10,200 --> 00:34:13,800 +or talking with friends. Very nice. Very good + +426 +00:34:13,800 --> 00:34:16,480 +ideas that you have here. Yes, please. Over there. + +427 +00:34:16,700 --> 00:34:16,920 +Yes. + +428 +00:34:20,940 --> 00:34:27,340 +It's very important in our university, you can, + +429 +00:34:27,880 --> 00:34:32,380 +the student, you can give it, our information, the + +430 +00:34:32,380 --> 00:34:36,470 +communication to our faculty. Very, very nice. + +431 +00:34:36,610 --> 00:34:39,230 +Very nice. Yes, please. Over here. Internet is a + +432 +00:34:39,230 --> 00:34:43,130 +useful tool in our study in university by which we + +433 +00:34:43,130 --> 00:34:47,130 +can achieve anything that we need. For example, we + +434 +00:34:47,130 --> 00:34:50,990 +can make research, we can find information, and we + +435 +00:34:50,990 --> 00:34:53,690 +can use the electronic education. Very nice. So + +436 +00:34:53,690 --> 00:34:55,730 +these are some ideas that you are actually using. + +437 +00:34:55,810 --> 00:35:00,430 +What I'd like now is to underline the ideas or the + +438 +00:35:00,430 --> 00:35:03,210 +sentences that you would like to include in your + +439 +00:35:03,210 --> 00:35:06,180 +first draft or your second draft. Very quickly, in + +440 +00:35:06,180 --> 00:35:09,940 +less than 10 or 15 seconds, just underline or + +441 +00:35:09,940 --> 00:35:14,940 +circle the ideas that you want to include and the + +442 +00:35:14,940 --> 00:35:17,640 +things that also you don't want to include, just + +443 +00:35:17,640 --> 00:35:20,580 +forget about them in your writing. + +444 +00:35:44,830 --> 00:35:49,910 +Alright, so this is the idea of the last technique + +445 +00:35:49,910 --> 00:35:53,850 +in free writing. The next step for you is now to + +446 +00:35:53,850 --> 00:35:57,810 +actually start organizing your ideas and then + +447 +00:35:57,810 --> 00:36:01,190 +writing your first draft about the topic that you + +448 +00:36:01,190 --> 00:36:04,570 +are assigned to or that you would like to talk + +449 +00:36:04,570 --> 00:36:07,630 +about. So what we did today is actually looking at + +450 +00:36:07,630 --> 00:36:12,780 +brainstorming as the pre-writing. it helps you + +451 +00:36:12,780 --> 00:36:16,380 +generate ideas, it helps you think about the + +452 +00:36:16,380 --> 00:36:18,640 +information, all the information, all the + +453 +00:36:18,640 --> 00:36:21,460 +background knowledge about this topic. And we + +454 +00:36:21,460 --> 00:36:23,500 +talked about three important techniques, + +455 +00:36:24,160 --> 00:36:27,680 +clustering as an important technique, listing and + +456 +00:36:27,680 --> 00:36:30,840 +creativity. Before we finish our class today, I + +457 +00:36:30,840 --> 00:36:34,540 +would like you to brainstorm about the topic I'm + +458 +00:36:34,540 --> 00:36:37,580 +going to write on the board using any of these, + +459 +00:36:38,000 --> 00:36:40,630 +any one of these three techniques. Let's write + +460 +00:36:40,630 --> 00:36:48,530 +about this topic. Then, last one, Alganza. Okay? + +461 +00:36:48,690 --> 00:36:51,770 +This is a topic that you can actually brainstorm + +462 +00:36:51,770 --> 00:36:56,730 +about using clustering or listing or free writing + +463 +00:36:56,730 --> 00:37:01,050 +brainstorming technique. Yes, please. Very + +464 +00:37:01,050 --> 00:37:04,130 +quickly. I'll just give you one minute or two to + +465 +00:37:04,130 --> 00:37:08,030 +actually brainstorm using any of these three + +466 +00:37:08,030 --> 00:37:11,830 +techniques. The last war + +467 +00:38:53,680 --> 00:38:56,980 +Alright? Alright. Let's see how many of you did + +468 +00:38:56,980 --> 00:39:00,340 +actually use the plastering technique? Just hands + +469 +00:39:00,340 --> 00:39:03,760 +up, very quickly. Alright, this is not a popular + +470 +00:39:03,760 --> 00:39:06,340 +technique. I like it although. Alright? How many + +471 +00:39:06,340 --> 00:39:08,980 +of you did actually use this thing as a technique? + +472 +00:39:09,820 --> 00:39:12,620 +Alright? How many of you did use the free writing + +473 +00:39:12,620 --> 00:39:16,570 +technique? Very nice. How many of you did not use + +474 +00:39:16,570 --> 00:39:19,970 +anything? Okay, all right. All right, let's see. + +475 +00:39:20,330 --> 00:39:24,430 +The last war in Gaza, how, let's just generate + +476 +00:39:24,430 --> 00:39:28,410 +ideas, either clustering or free writing or + +477 +00:39:28,410 --> 00:39:32,890 +listing technique. Yes, please. The ethics, the + +478 +00:39:32,890 --> 00:39:37,410 +number of the citizens, how long the war was. Ah, + +479 +00:39:37,550 --> 00:39:40,590 +very nice. I'm listening to your ideas, yes? Maybe + +480 +00:39:40,590 --> 00:39:45,810 +the causes. Okay, causes of the war. Victims. + +481 +00:39:46,070 --> 00:39:51,230 +Numbers of victims. Numbers of victims. Suffering. + +482 +00:39:51,930 --> 00:39:55,950 +Suffering. Suffering. Suffering. Suffering. + +483 +00:39:56,010 --> 00:39:56,450 +Suffering. Suffering. Suffering. Suffering. + +484 +00:39:56,450 --> 00:39:57,130 +Suffering. Suffering. Suffering. Suffering. + +485 +00:39:57,150 --> 00:39:58,790 +Suffering. Suffering. Suffering. Suffering. + +486 +00:39:59,070 --> 00:39:59,770 +Suffering. Suffering. Suffering. Suffering. + +487 +00:40:00,010 --> 00:40:01,510 +Suffering. Suffering. Suffering. Suffering. + +488 +00:40:01,530 --> 00:40:01,970 +Suffering. Suffering. Suffering. Suffering. + +489 +00:40:02,150 --> 00:40:02,670 +Suffering. Suffering. Suffering. Suffering. + +490 +00:40:02,670 --> 00:40:05,670 +Suffering. Suffering. Suffering. Suffering. + +491 +00:40:06,450 --> 00:40:08,230 +Suffering. Suff + +492 +00:40:14,020 --> 00:40:17,460 +Yes, damage, destruction. Alright? Huge + +493 +00:40:17,460 --> 00:40:22,740 +destruction. Destruction of homes and schools. + +494 +00:40:23,120 --> 00:40:25,880 +Alright? Yes, please. Amount of weapons. Amount + +495 +00:40:25,880 --> 00:40:31,260 +of? Weapons. Of weapons. Bombs, okay. Bombs and + +496 +00:40:31,260 --> 00:40:33,260 +weapons. + +497 +00:40:35,140 --> 00:40:38,180 +Okay. Yes, please. Killing children and .. + +498 +00:40:43,310 --> 00:40:47,130 +Children and women of course. Yes, yes please. + +499 +00:40:48,150 --> 00:40:51,930 +Refugees. Displaced people. Thousands of displaced + +500 +00:40:51,930 --> 00:41:00,330 +people. Alright, thousands of displaced people. + +501 +00:41:04,570 --> 00:41:08,280 +Trauma. Trauma for instance. Yes please. Arab + +502 +00:41:08,280 --> 00:41:11,260 +world reactions. Arab world reactions. Or we can + +503 +00:41:11,260 --> 00:41:14,100 +talk about international reactions as well. Media + +504 +00:41:14,100 --> 00:41:19,360 +role. The role of media. Media role. Role of the + +505 +00:41:19,360 --> 00:41:24,200 +media. Especially international media. Very nice. + +506 +00:41:24,300 --> 00:41:27,660 +Yes please. How do we make the resistance? The + +507 +00:41:27,660 --> 00:41:30,460 +resistance to the occupation. Resistance. + +508 +00:41:34,870 --> 00:41:38,230 +Very nice. Yes please. How long did it stay? Okay, + +509 +00:41:38,490 --> 00:41:43,410 +the duration of the war. During the duration of + +510 +00:41:43,410 --> 00:41:43,750 +war. + +511 +00:41:46,710 --> 00:41:51,470 +Duration. How it lasted, how long it lasted. And + +512 +00:41:51,470 --> 00:41:55,210 +finally, sorry? The prisoners. The prisoners, + +513 +00:41:55,530 --> 00:41:56,870 +alright. Prisoners. + +514 +00:41:59,890 --> 00:42:04,050 +Prisoners of war. Alright, very nice. So what we + +515 +00:42:04,050 --> 00:42:07,010 +did here is actually again is just a third or a + +516 +00:42:07,010 --> 00:42:11,970 +last example of brainstorming activity using + +517 +00:42:11,970 --> 00:42:15,230 +listening. I see that this is an easy, also + +518 +00:42:15,230 --> 00:42:19,090 +another easy technique. So next time, Just to sum + +519 +00:42:19,090 --> 00:42:22,650 +up what we just talked about in this class, next + +520 +00:42:22,650 --> 00:42:24,650 +time whenever you write about something, whenever + +521 +00:42:24,650 --> 00:42:27,710 +you've given a topic, don't start right away. + +522 +00:42:28,450 --> 00:42:31,230 +Allow yourself enough time, maybe two minutes, + +523 +00:42:31,410 --> 00:42:33,730 +five minutes, ten minutes to think about the + +524 +00:42:33,730 --> 00:42:37,510 +topic, to generate ideas, to think what + +525 +00:42:37,510 --> 00:42:41,250 +information you have about the topic and try to + +526 +00:42:41,250 --> 00:42:44,310 +classify, to organize all this information. What + +527 +00:42:44,310 --> 00:42:49,250 +ideas? What ideas do I need to include in writing + +528 +00:42:49,250 --> 00:42:52,250 +about the topic and what ideas do I, I don't need + +529 +00:42:52,250 --> 00:42:55,790 +to include, need to explore, exclude in this, in + +530 +00:42:55,790 --> 00:42:58,630 +writing about this topic. This is an effective + +531 +00:42:58,630 --> 00:43:03,030 +strategy that all good writers actually employ + +532 +00:43:03,030 --> 00:43:06,410 +whenever they actually write. Is this clear? Yes. + +533 +00:43:06,810 --> 00:43:09,050 +Alright. Thank you very much and inshallah I'll + +534 +00:43:09,050 --> 00:43:11,290 +see you next class. All the best. + diff --git a/PL9fwy3NUQKwbknFHzECJkgNOSFOth6GiS/rLkJOA7I5SY_raw.srt b/PL9fwy3NUQKwbknFHzECJkgNOSFOth6GiS/rLkJOA7I5SY_raw.srt new file mode 100644 index 0000000000000000000000000000000000000000..cb6df14d34066b9c0023ace1eec29a154ca0fd94 --- /dev/null +++ b/PL9fwy3NUQKwbknFHzECJkgNOSFOth6GiS/rLkJOA7I5SY_raw.srt @@ -0,0 +1,2168 @@ +1 +00:00:21,130 --> 00:00:23,610 +Assalamualaikum, good morning, how are you today? + +2 +00:00:24,130 --> 00:00:27,130 +Very good, very good. Alright, in the last lecture + +3 +00:00:27,130 --> 00:00:30,890 +we talked about simple sentences and structure of + +4 +00:00:30,890 --> 00:00:34,110 +simple sentences. Today we're starting the first + +5 +00:00:34,110 --> 00:00:38,270 +stage in writing paragraph which is about + +6 +00:00:38,270 --> 00:00:42,210 +brainstorming. As you know, one of the good skills + +7 +00:00:42,210 --> 00:00:45,550 +of good writing is that people, writers don't + +8 +00:00:45,550 --> 00:00:48,450 +start writing right away. But a good thing to + +9 +00:00:48,450 --> 00:00:51,370 +start with is to brainstorm. You know what is mean + +10 +00:00:51,370 --> 00:00:55,570 +by brainstorming? What is brainstorm? To + +11 +00:00:55,570 --> 00:00:58,830 +brainstorm about a topic. What does it mean? What + +12 +00:00:58,830 --> 00:01:02,150 +does the verb mean? Brainstorm. Yes, please. To + +13 +00:01:02,150 --> 00:01:05,650 +get ideas prior to that. Okay. To get ideas. Very + +14 +00:01:05,650 --> 00:01:08,110 +nice. Yes, please. To think about it deeply. Very + +15 +00:01:08,110 --> 00:01:10,310 +nice. To think about the topic that you are + +16 +00:01:10,310 --> 00:01:13,670 +assigned to deeply. Alright? Or critically. Very + +17 +00:01:13,670 --> 00:01:17,150 +nice. Collect your ideas and to know exactly what + +18 +00:01:17,150 --> 00:01:19,430 +are you going to talk about. Very nice. To collect + +19 +00:01:19,430 --> 00:01:21,910 +your ideas and to know exactly what you want to + +20 +00:01:21,910 --> 00:01:23,930 +write about. Very very good. Yes please. To + +21 +00:01:23,930 --> 00:01:27,110 +activate your thinking. To activate your thinking, + +22 +00:01:27,330 --> 00:01:30,150 +to activate your background knowledge about the + +23 +00:01:30,150 --> 00:01:32,650 +topic. And these are all very important answers + +24 +00:01:32,650 --> 00:01:35,010 +that you gave. So brainstorming it's about + +25 +00:01:35,780 --> 00:01:38,620 +generating ideas, knowing exactly what you want to + +26 +00:01:38,620 --> 00:01:40,940 +know about, or knowing exactly what knowledge you + +27 +00:01:40,940 --> 00:01:44,660 +have, what information you have about your topic. + +28 +00:01:44,860 --> 00:01:48,220 +So brainstorming is a very important stage in + +29 +00:01:48,220 --> 00:01:52,720 +writing. And today we're going to look and do some + +30 +00:01:52,720 --> 00:01:56,840 +practice brainstorming about different topic. As + +31 +00:01:56,840 --> 00:01:59,960 +you know, there is something called writer's + +32 +00:01:59,960 --> 00:02:03,490 +block. Have you heard the term writer's block? It + +33 +00:02:03,490 --> 00:02:07,900 +means yes, yes, yes, what does that mean? It means + +34 +00:02:07,900 --> 00:02:10,840 +actually it's a common problem to my students or + +35 +00:02:10,840 --> 00:02:13,780 +to writers actually, is that they start writing + +36 +00:02:13,780 --> 00:02:17,080 +the first line, the second line, and suddenly the + +37 +00:02:17,080 --> 00:02:20,280 +ideas are gone, all right? There's no more ideas + +38 +00:02:20,280 --> 00:02:22,720 +to think about. And this is something that is + +39 +00:02:22,720 --> 00:02:26,260 +common to a lot of people and people get + +40 +00:02:26,260 --> 00:02:31,600 +frustrated because of not being able to finish + +41 +00:02:31,600 --> 00:02:34,920 +their ideas, not being able to complete or to + +42 +00:02:34,920 --> 00:02:40,010 +continue their So brainstorming addresses this + +43 +00:02:40,010 --> 00:02:44,150 +kind of problem. It actually allows the writer, + +44 +00:02:44,710 --> 00:02:48,350 +such as you are, to actually think about the + +45 +00:02:48,350 --> 00:02:51,930 +topic, generate ideas about the topic, collect + +46 +00:02:51,930 --> 00:02:54,630 +ideas, collect information before they actually + +47 +00:02:54,630 --> 00:02:59,400 +start writing. All right, so there are three + +48 +00:02:59,400 --> 00:03:03,060 +different kinds of brainstorming activities. And + +49 +00:03:03,060 --> 00:03:05,800 +today we're gonna look at three simple activities + +50 +00:03:05,800 --> 00:03:09,420 +for brainstorming about any topic that you want to + +51 +00:03:09,420 --> 00:03:11,980 +write about. The first one is called clustering. + +52 +00:03:12,560 --> 00:03:15,820 +The second one is a listing technique. And the + +53 +00:03:15,820 --> 00:03:19,340 +third one is free writing. Okay, what do we mean + +54 +00:03:19,340 --> 00:03:22,720 +by clustering? Clustering as a brainstorming idea + +55 +00:03:22,720 --> 00:03:26,970 +is very simple. The idea is that we put The topic, + +56 +00:03:27,430 --> 00:03:28,670 +let's say Gaza City. + +57 +00:03:31,800 --> 00:03:36,120 +of your paper, and we start drawing circles. We + +58 +00:03:36,120 --> 00:03:43,040 +try to write a mental picture of what information + +59 +00:03:43,040 --> 00:03:46,320 +do we have about this topic. For instance, I did + +60 +00:03:46,320 --> 00:03:48,680 +this example for you. For example, Gaza City. + +61 +00:03:49,120 --> 00:03:51,800 +Write about Gaza City, for example. What sort of + +62 +00:03:51,800 --> 00:03:56,060 +information can we write about this topic? For + +63 +00:03:56,060 --> 00:04:00,220 +example, we can talk about transportation in Gaza + +64 +00:04:00,220 --> 00:04:03,980 +City. We can talk about The local market. We can + +65 +00:04:03,980 --> 00:04:07,200 +also talk about the beach in Gaza City. We can + +66 +00:04:07,200 --> 00:04:09,980 +talk about the fish market or we can talk about + +67 +00:04:09,980 --> 00:04:14,520 +poverty in Gaza or some interesting places. What + +68 +00:04:14,520 --> 00:04:18,080 +else can we add to this sort of clustering ideas + +69 +00:04:18,080 --> 00:04:20,840 +or clustering technique or this mental sort of + +70 +00:04:20,840 --> 00:04:23,340 +picture of information? + +71 +00:04:32,280 --> 00:04:36,740 +Very nice. We can talk also about location. + +72 +00:04:38,520 --> 00:04:43,620 +We can also talk about war. + +73 +00:04:45,160 --> 00:04:50,440 +The war or the different wars Gaza has experienced + +74 +00:04:50,440 --> 00:04:55,240 +over the past years. Very nice. Problems such as + +75 +00:04:55,240 --> 00:04:59,300 +what for example? Electricity. So we can talk + +76 +00:04:59,300 --> 00:04:59,860 +about + +77 +00:05:03,400 --> 00:05:08,340 +Problems. And we can put problems in God. Okay? + +78 +00:05:08,700 --> 00:05:12,620 +And problems such as, we can say, the siege. + +79 +00:05:13,420 --> 00:05:17,860 +Alright? The electricity blackout. Electricity + +80 +00:05:17,860 --> 00:05:20,620 +blackouts. + +81 +00:05:24,080 --> 00:05:29,040 +Unemployment for instance, poverty and so on. + +82 +00:05:29,280 --> 00:05:36,640 +Okay, health problems and so on. So here what we + +83 +00:05:36,640 --> 00:05:40,230 +did is actually trying to Or we actually generate + +84 +00:05:40,230 --> 00:05:44,690 +as many ideas about this topic as possible. The + +85 +00:05:44,690 --> 00:05:49,510 +next step or stage would be to say, well, I have + +86 +00:05:49,510 --> 00:05:52,270 +too many things that I can write about, but I'm + +87 +00:05:52,270 --> 00:05:53,970 +not going to write about everything. It's + +88 +00:05:53,970 --> 00:05:57,650 +impossible. So we start sort of crossing out the + +89 +00:05:57,650 --> 00:06:00,570 +things that we don't know that we don't want to + +90 +00:06:00,570 --> 00:06:03,510 +write about and include the things that we write + +91 +00:06:03,510 --> 00:06:05,750 +about. For instance, I don't want to talk about + +92 +00:06:05,750 --> 00:06:07,030 +the local market. + +93 +00:06:11,480 --> 00:06:15,260 +I may decide that, well, a good thing that I want + +94 +00:06:15,260 --> 00:06:17,960 +to write about is probably problems in Gaza, + +95 +00:06:18,140 --> 00:06:21,800 +problems that our people in Gaza face on a daily + +96 +00:06:21,800 --> 00:06:25,300 +basis. For instance, problems. For instance, I can + +97 +00:06:25,300 --> 00:06:29,100 +talk about a siege, electricity blackout, and + +98 +00:06:29,100 --> 00:06:31,280 +perhaps maybe poverty. + +99 +00:06:34,130 --> 00:06:38,770 +as a rampant problem in the Gaza Strip for + +100 +00:06:38,770 --> 00:06:42,090 +instance. So what we have here is trying to, this + +101 +00:06:42,090 --> 00:06:44,590 +is a good way to start writing. Instead of just + +102 +00:06:44,590 --> 00:06:46,670 +writing the first sentence or the second sentence + +103 +00:06:46,670 --> 00:06:49,810 +and suddenly you don't, you run out of ideas, you + +104 +00:06:49,810 --> 00:06:52,790 +begin like this. And this will help you organize + +105 +00:06:53,110 --> 00:06:56,850 +What information that I need to include and talk + +106 +00:06:56,850 --> 00:07:00,710 +about or write about in my paragraph, for + +107 +00:07:00,710 --> 00:07:04,230 +instance. Is this clear? Let me just give you + +108 +00:07:04,230 --> 00:07:08,590 +another example of the clustering technique. + +109 +00:07:09,190 --> 00:07:13,250 +Alright, let's see. A simple thing like my + +110 +00:07:13,250 --> 00:07:16,050 +favorite poem, for instance, okay? + +111 +00:07:18,810 --> 00:07:22,570 +Wednesday, windows, alright? And your views of the + +112 +00:07:22,570 --> 00:07:26,930 +trees, for instance, or it's sunny, or view of the + +113 +00:07:26,930 --> 00:07:30,130 +sky, for instance, or my comfortable furniture in + +114 +00:07:30,130 --> 00:07:32,890 +my favorite room, for instance, soft bed, rocking + +115 +00:07:32,890 --> 00:07:37,330 +chair, my favorite room as being quiet, a quiet + +116 +00:07:37,330 --> 00:07:40,860 +room. or a lesson, big closet, bedroom, yellow, + +117 +00:07:41,040 --> 00:07:43,820 +good size, and so on. So we can, in this way, + +118 +00:07:44,520 --> 00:07:48,720 +think or try to generate what information I have. + +119 +00:07:48,820 --> 00:07:51,840 +And then I start writing away, talking about, + +120 +00:07:52,140 --> 00:07:56,340 +well, I'm going to talk about how it is quiet and + +121 +00:07:56,340 --> 00:07:59,660 +my bedroom, for instance, yellow and good-sized + +122 +00:07:59,660 --> 00:08:02,140 +bedroom, for instance. And the other ideas I don't + +123 +00:08:02,140 --> 00:08:04,860 +need to include there because maybe they are for + +124 +00:08:04,860 --> 00:08:08,720 +something else, not for this particular Alright? + +125 +00:08:09,120 --> 00:08:13,980 +Alright. Let's now do the first technique which is + +126 +00:08:13,980 --> 00:08:19,140 +Persian. I'd like you just to brainstorm about the + +127 +00:08:19,140 --> 00:08:21,900 +topic. Let's do this activity right now. No, no, + +128 +00:08:21,960 --> 00:08:25,460 +just do the activity. Think about it. Try to draw + +129 +00:08:25,460 --> 00:08:30,620 +some map of your ideas on paper on this particular + +130 +00:08:30,620 --> 00:08:33,520 +topic, pollution. What sort of ideas can you + +131 +00:08:33,520 --> 00:08:37,700 +generate? And then classify your ideas. So include + +132 +00:08:37,700 --> 00:08:39,780 +and exclude the things that you don't want to + +133 +00:08:39,780 --> 00:08:41,340 +write about. + +134 +00:09:14,330 --> 00:09:15,230 +What is the name of this book? + +135 +00:10:30,630 --> 00:10:33,430 +All right, let's see. What sort of ideas did you + +136 +00:10:33,430 --> 00:10:37,630 +get, did you generate from this topic? Yes, + +137 +00:10:37,670 --> 00:10:42,350 +please. Okay, we can talk about reasons or causes + +138 +00:10:42,350 --> 00:10:46,590 +of the pollution. Very nice. Yes, please. Types of + +139 +00:10:46,590 --> 00:10:49,550 +pollution. Types. Very nice. We can talk about + +140 +00:10:49,550 --> 00:10:53,870 +types. Types of pollution. Very nice. Yes, please. + +141 +00:10:53,970 --> 00:10:57,570 +Effects. Effects. Very nice. We can talk about + +142 +00:10:57,570 --> 00:11:01,270 +effects or results of the pollution. Very good. + +143 +00:11:01,670 --> 00:11:04,690 +Yes, sir. Yes, please. Solutions. Solutions. Okay, + +144 +00:11:04,710 --> 00:11:08,030 +very nice. Solutions. Very good idea. Solutions. + +145 +00:11:10,460 --> 00:11:15,720 +Yes please. Yes? C and air pollution. Say again? C + +146 +00:11:15,720 --> 00:11:18,620 +and air pollution. C and air pollution. Yes, we + +147 +00:11:18,620 --> 00:11:21,580 +can actually think about C and air pollution. We + +148 +00:11:21,580 --> 00:11:25,560 +can include them under types. Under types. We can + +149 +00:11:25,560 --> 00:11:32,000 +say C pollution, air pollution or we can say water + +150 +00:11:32,000 --> 00:11:38,240 +pollution or soil pollution or soil and land + +151 +00:11:38,240 --> 00:11:43,180 +pollution. What about causes? This is a major + +152 +00:11:43,180 --> 00:11:46,780 +category or this is a major topic in talking about + +153 +00:11:46,780 --> 00:11:50,980 +or whenever we write about pollution. Causes. We + +154 +00:11:50,980 --> 00:11:53,660 +can add some ideas to the causes. That is to say + +155 +00:11:53,660 --> 00:11:55,760 +different causes for pollution. Yes, please. + +156 +00:11:56,180 --> 00:11:59,280 +Several factories. Such as what? Factories. + +157 +00:11:59,700 --> 00:12:04,020 +Factories. Yes, factories. Factories. Smoke. + +158 +00:12:05,200 --> 00:12:09,730 +Factories. Smoke. Alright. Very nice. Anything + +159 +00:12:09,730 --> 00:12:14,090 +else? Yes. Oil spells. Say it. Oil spells. Very + +160 +00:12:14,090 --> 00:12:20,230 +nice. Oil spells. Chemical. Chemical sort of + +161 +00:12:20,230 --> 00:12:28,610 +chemical. Chemical waste. Chemical waste. Anything + +162 +00:12:28,610 --> 00:12:31,410 +else? Yes please. Transportation. Transportation. + +163 +00:12:32,130 --> 00:12:39,210 +Okay and all the smoke that comes out of the Okay, + +164 +00:12:39,370 --> 00:12:43,210 +so transportation. Diseases, effects. + +165 +00:12:43,790 --> 00:12:47,970 +Transportation, okay. And noise. Because this is + +166 +00:12:47,970 --> 00:12:50,570 +also another kind of pollution. It's noise. It's + +167 +00:12:50,570 --> 00:12:53,650 +also another kind of pollution. And? Burning + +168 +00:12:53,650 --> 00:12:56,970 +trees. Burning trees, okay. Burning trees. Very + +169 +00:12:56,970 --> 00:13:02,090 +nice. So these are all burning trees. factories + +170 +00:13:02,090 --> 00:13:05,930 +and forests for instance. Alright? What about + +171 +00:13:05,930 --> 00:13:11,290 +solutions to pollution problem? Alright? Can we + +172 +00:13:11,290 --> 00:13:14,390 +think of solutions? Alright? Alright. Yes, please. + +173 +00:13:14,450 --> 00:13:18,290 +Separate the industrial areas and the areas that + +174 +00:13:18,290 --> 00:13:25,870 +people live in. Separating industrial + +175 +00:13:25,870 --> 00:13:29,730 +areas. + +176 +00:13:30,740 --> 00:13:33,880 +from sort of the civilian areas or residential + +177 +00:13:33,880 --> 00:13:37,500 +areas. That is moving them away from residential + +178 +00:13:37,500 --> 00:13:41,580 +areas, from population centers, so that to avoid + +179 +00:13:41,580 --> 00:13:45,560 +contamination or some kinds of diseases resulting + +180 +00:13:45,560 --> 00:13:47,880 +from pollution, air pollution and otherwise. Yes, + +181 +00:13:47,940 --> 00:13:54,520 +please. So the solution to pollution resulting + +182 +00:13:54,520 --> 00:13:59,320 +from transportation is to use more public + +183 +00:13:59,320 --> 00:14:02,940 +transport and less private transport. So less + +184 +00:14:02,940 --> 00:14:06,300 +private transport. + +185 +00:14:15,130 --> 00:14:17,370 +Signing agreements, for example there is one + +186 +00:14:17,370 --> 00:14:19,370 +famous one, the Kyoto agreement, signing + +187 +00:14:19,370 --> 00:14:24,210 +agreements to eliminate or reduce pollution, + +188 +00:14:24,490 --> 00:14:26,970 +alright, so signing agreements + +189 +00:14:31,490 --> 00:14:35,150 +Here, I'm talking about international agreements + +190 +00:14:35,150 --> 00:14:38,630 +or agreements between different countries, okay? + +191 +00:14:38,790 --> 00:14:41,230 +Bilateral agreements. Yes, please. Recycling. + +192 +00:14:41,530 --> 00:14:46,270 +Recycling as another important solution. + +193 +00:14:46,830 --> 00:14:50,890 +Recycling. All right. Anything else? Yes, please. + +194 +00:14:51,070 --> 00:14:54,370 +Raising awareness about its effects. Yes, raising + +195 +00:14:54,370 --> 00:14:57,130 +awareness about effects. Raising awareness. + +196 +00:15:06,940 --> 00:15:18,560 +So what we + +197 +00:15:18,560 --> 00:15:21,300 +did here, we can also talk about effects in the + +198 +00:15:21,300 --> 00:15:25,200 +same way What we did here actually is we + +199 +00:15:25,200 --> 00:15:27,840 +brainstormed We generally, see how many ideas do + +200 +00:15:27,840 --> 00:15:31,020 +we have now? A lot of ideas that we can actually + +201 +00:15:31,020 --> 00:15:33,760 +write about. So this is an effective technique + +202 +00:15:33,760 --> 00:15:38,700 +before we actually started writing about the topic + +203 +00:15:38,700 --> 00:15:42,360 +because it helps you know about what information + +204 +00:15:42,360 --> 00:15:45,760 +you have about this topic. And this is very nice + +205 +00:15:45,760 --> 00:15:48,940 +looking, right? It looks a bit messy, but actually + +206 +00:15:48,940 --> 00:15:53,050 +it's good for your imagination, it expands your + +207 +00:15:53,050 --> 00:15:56,330 +imagination before you actually start writing + +208 +00:15:56,330 --> 00:15:59,650 +about your topic. So the next stage would be, well + +209 +00:15:59,650 --> 00:16:02,670 +I cannot talk about everything, let's talk about + +210 +00:16:04,020 --> 00:16:09,140 +solutions to the pollution problems and I cannot + +211 +00:16:09,140 --> 00:16:11,640 +talk about everything, maybe I'll talk about + +212 +00:16:11,640 --> 00:16:17,500 +solution and then raising awareness, talking about + +213 +00:16:17,500 --> 00:16:22,440 +recycling and recycling and using less private + +214 +00:16:22,440 --> 00:16:27,170 +transport and more public and using more public So + +215 +00:16:27,170 --> 00:16:29,690 +these three ideas are enough for writing a + +216 +00:16:29,690 --> 00:16:33,150 +paragraph or enough for my writing. So this is a + +217 +00:16:33,150 --> 00:16:37,010 +very helpful way of starting or even pre-writing. + +218 +00:16:37,110 --> 00:16:39,130 +We call it a pre-writing stage. That is to say + +219 +00:16:39,130 --> 00:16:42,490 +before you actually start writing the topic. Is + +220 +00:16:42,490 --> 00:16:46,830 +this clear? Yes. Now a second technique is not by + +221 +00:16:46,830 --> 00:16:51,130 +doing some kind of a clustering. but actually by + +222 +00:16:51,130 --> 00:16:55,750 +way of word listing. That is to say, it's the same + +223 +00:16:55,750 --> 00:16:59,190 +ideas but instead of drawing some sort of a visual + +224 +00:16:59,190 --> 00:17:05,410 +map, a visual map of the topic and all the ideas + +225 +00:17:05,410 --> 00:17:09,710 +that you generated, we start by listing. For + +226 +00:17:09,710 --> 00:17:12,830 +example, you write a topic in the middle of your + +227 +00:17:12,830 --> 00:17:17,110 +blank paper, for example, and you start writing + +228 +00:17:17,110 --> 00:17:20,790 +down, jotting down, listing all the ideas that you + +229 +00:17:20,790 --> 00:17:24,310 +have about this topic. For instance, this is + +230 +00:17:24,310 --> 00:17:27,470 +something, a topic that we can think about and + +231 +00:17:27,470 --> 00:17:28,450 +we've already + +232 +00:17:36,120 --> 00:17:39,500 +science for instance because I like problem + +233 +00:17:39,500 --> 00:17:43,840 +solving because many jobs are available in NASA or + +234 +00:17:43,840 --> 00:17:46,940 +because it has a good salary or because I like + +235 +00:17:46,940 --> 00:17:50,100 +working in a hospital or I want to help other + +236 +00:17:50,100 --> 00:17:52,940 +people or challenging job or opportunities for + +237 +00:17:52,940 --> 00:17:57,060 +promotion or because I'm interested in the study + +238 +00:17:57,060 --> 00:18:00,460 +of diseases for instance or I'm interested in the + +239 +00:18:00,460 --> 00:18:03,200 +study of the human body or because it has flexible + +240 +00:18:03,200 --> 00:18:09,040 +hours or I will always learn something. So these + +241 +00:18:09,040 --> 00:18:13,020 +are some ideas that actually were generated for + +242 +00:18:13,020 --> 00:18:16,840 +the topic why I become a nurse. So this is also + +243 +00:18:16,840 --> 00:18:19,540 +another helpful way, another brainstorming + +244 +00:18:19,540 --> 00:18:22,760 +technique. The next stage will say, well, I want + +245 +00:18:22,760 --> 00:18:25,900 +to become or I want to write about the reasons for + +246 +00:18:25,900 --> 00:18:29,160 +becoming or for wanting to become a nurse is + +247 +00:18:29,160 --> 00:18:29,640 +because + +248 +00:18:36,230 --> 00:18:41,030 +job and because it has flexible working hours and + +249 +00:18:41,030 --> 00:18:42,990 +the other ones are discarded, are not needed + +250 +00:18:42,990 --> 00:18:45,430 +actually and these are the three important ideas + +251 +00:18:45,430 --> 00:18:48,290 +that I would like to write about in my paragraph, + +252 +00:18:48,470 --> 00:18:52,450 +alright? Let's see another example. How I become a + +253 +00:18:52,450 --> 00:18:58,830 +successful language learner. Why is that? Why are + +254 +00:18:58,830 --> 00:19:01,590 +the ways to become a successful language learner? + +255 +00:19:01,650 --> 00:19:07,520 +Because I speaking with others. I should take + +256 +00:19:07,520 --> 00:19:08,160 +classes. + +257 +00:19:10,940 --> 00:19:14,240 +difficult or unknown words, listen to radio, + +258 +00:19:14,480 --> 00:19:17,180 +observe others, ask for help when you don't + +259 +00:19:17,180 --> 00:19:21,820 +understand, review materials regularly, use a + +260 +00:19:21,820 --> 00:19:24,900 +dictionary and many, many other strategies or + +261 +00:19:24,900 --> 00:19:28,880 +techniques or skills to become an effective or a + +262 +00:19:28,880 --> 00:19:32,460 +successful language learner. So this is also a + +263 +00:19:32,460 --> 00:19:35,300 +technique or this is a listing technique that we + +264 +00:19:35,300 --> 00:19:40,190 +can actually use in brainstorming about the topic. + +265 +00:19:40,290 --> 00:19:42,650 +Is this clear? Yes. Alright, let's do this + +266 +00:19:42,650 --> 00:19:49,550 +activity. Let's brainstorm by way of listing the + +267 +00:19:49,550 --> 00:19:52,670 +ideas that you have, all the ideas that you have + +268 +00:19:52,670 --> 00:19:57,490 +about this topic staying healthy. Alright? Yes + +269 +00:19:57,490 --> 00:19:57,750 +please. + +270 +00:20:13,530 --> 00:20:14,930 +Okay. + +271 +00:21:07,130 --> 00:21:08,690 +It's good. + +272 +00:22:05,770 --> 00:22:08,650 +All right. All right. Let's see. What sort of + +273 +00:22:08,650 --> 00:22:12,130 +ideas did you get by thinking about this topic, + +274 +00:22:12,330 --> 00:22:15,190 +brainstorming about this topic? Okay, so we can + +275 +00:22:15,190 --> 00:22:22,070 +think about exercising, exercising or working out. + +276 +00:22:22,270 --> 00:22:26,600 +Very nice. What else? Yes please. Okay. Okay. We + +277 +00:22:26,600 --> 00:22:28,720 +can say eating healthy food like a good diet. Yes? + +278 +00:22:30,260 --> 00:22:33,880 +Good diet. Eating healthy food, for instance. Yes, + +279 +00:22:33,940 --> 00:22:36,420 +please. Don't eat fast food like hot dogs and + +280 +00:22:36,420 --> 00:22:42,120 +burgers. Okay. Avoiding junk + +281 +00:22:42,120 --> 00:22:42,740 +food. + +282 +00:22:45,460 --> 00:22:50,540 +Very nice. Very nice. Alright. Yes, please. Okay. + +283 +00:22:51,060 --> 00:22:51,580 +Visiting + +284 +00:22:54,210 --> 00:22:57,570 +Oh, we can say regular check-up. Visiting doctors + +285 +00:22:57,570 --> 00:23:00,210 +regularly. + +286 +00:23:02,590 --> 00:23:05,830 +Anything else? Yes, please. Sleeping early. + +287 +00:23:05,850 --> 00:23:09,710 +Sleeping early or getting enough sleep. I would + +288 +00:23:09,710 --> 00:23:12,350 +recommend sleeping early. Unlike me, I stay up + +289 +00:23:12,350 --> 00:23:19,010 +late. Sleeping early. Sleeping early or getting + +290 +00:23:19,010 --> 00:23:22,270 +enough sleep. Good, good. Sleep. Yes, please. + +291 +00:23:22,810 --> 00:23:27,090 +Organize your time. Very nice, okay. This is a + +292 +00:23:27,090 --> 00:23:32,750 +good idea actually. Organizing, organizing eating + +293 +00:23:32,750 --> 00:23:39,090 +time. Time. Like for example, three regular meals + +294 +00:23:39,090 --> 00:23:42,350 +during the day. For instance, yes please. Get rid + +295 +00:23:42,350 --> 00:23:44,970 +of concern and others disturbance. Say again + +296 +00:23:44,970 --> 00:23:48,690 +please. Get rid of concern and others disturbance. + +297 +00:23:49,400 --> 00:23:52,120 +Other emotions are stress. Very nice, we can say + +298 +00:23:52,120 --> 00:23:57,000 +avoid feeling stress, avoid stress, okay? Avoid + +299 +00:23:57,000 --> 00:24:06,380 +feeling stress, feeling stressed. Yes teacher. And + +300 +00:24:06,380 --> 00:24:08,900 +a lot of sort of psychological pressures, very + +301 +00:24:08,900 --> 00:24:11,500 +nice. Yes teacher. To avoid being stressed. Yes + +302 +00:24:11,500 --> 00:24:14,300 +please. Don't taking the medicine without asking + +303 +00:24:14,300 --> 00:24:18,760 +the doctor. Very nice. So it's sort of use, okay, + +304 +00:24:19,260 --> 00:24:25,780 +listen to or stick to doctor's advice. Stick to + +305 +00:24:25,780 --> 00:24:30,260 +listen to doctor's advice. + +306 +00:24:32,200 --> 00:24:36,420 +Yes, please. All right. Yes, please. Avoid + +307 +00:24:36,420 --> 00:24:40,220 +smoking. Avoiding smoking. Very nice. Avoiding + +308 +00:24:40,220 --> 00:24:43,600 +smoking. + +309 +00:24:44,880 --> 00:24:49,560 +and we can say avoiding all other unhealthy habits + +310 +00:24:49,560 --> 00:24:52,960 +and finally I think drinking water is very + +311 +00:24:52,960 --> 00:24:55,640 +important say again drinking water it's a very + +312 +00:24:55,640 --> 00:24:58,320 +good idea always getting hydrated always drink + +313 +00:24:58,320 --> 00:25:04,960 +water drink water so these are some ideas that we + +314 +00:25:04,960 --> 00:25:09,270 +actually listed about the topic staying healthy. + +315 +00:25:09,410 --> 00:25:12,530 +We generated these, we brainstormed about these + +316 +00:25:12,530 --> 00:25:15,870 +topics and this is very helpful because again the + +317 +00:25:15,870 --> 00:25:18,610 +idea here is to know how much information that you + +318 +00:25:18,610 --> 00:25:22,210 +can, that you actually have about this topic and + +319 +00:25:22,210 --> 00:25:24,650 +then you can take it from there and decide which + +320 +00:25:25,410 --> 00:25:30,830 +topics which information is the one that you want + +321 +00:25:30,830 --> 00:25:35,450 +actually to write about. For example, steps for + +322 +00:25:35,450 --> 00:25:38,690 +staying healthy would be something like, I would + +323 +00:25:38,690 --> 00:25:42,510 +like to talk about how exercising is a useful way + +324 +00:25:42,510 --> 00:25:47,710 +for staying healthy. I would also like about, I + +325 +00:25:47,710 --> 00:25:51,330 +think usually talk about good diet. All right. And + +326 +00:25:51,330 --> 00:25:52,650 +we can talk about + +327 +00:25:56,740 --> 00:26:00,560 +Maintain your mental and psychological composure, + +328 +00:26:00,700 --> 00:26:04,960 +mental and psychological stress-free life. Try to + +329 +00:26:04,960 --> 00:26:08,560 +live a stress-free life for example. Avoid feeling + +330 +00:26:08,560 --> 00:26:10,980 +stressed or concerned about so many things + +331 +00:26:10,980 --> 00:26:13,380 +although we have so many things to worry about + +332 +00:26:13,380 --> 00:26:17,120 +here living in Gaza. And here in Qatar, for + +333 +00:26:17,120 --> 00:26:21,650 +instance, we can actually further talk about for + +334 +00:26:21,650 --> 00:26:29,970 +example vegetables, is that right? Fruits, ok or + +335 +00:26:29,970 --> 00:26:36,890 +nutritious, nutritious foods for example juice and + +336 +00:26:36,890 --> 00:26:41,850 +so on and exercising we can talk about for example + +337 +00:26:41,850 --> 00:26:43,770 +jogging + +338 +00:26:45,870 --> 00:26:49,330 +We can talk about jogging, running, and other + +339 +00:26:49,330 --> 00:26:53,570 +forms of workout, other forms of exercise. And the + +340 +00:26:53,570 --> 00:26:56,030 +same thing, avoiding stress feeling, trying to be + +341 +00:26:56,030 --> 00:26:58,630 +relaxed, trying to be happy, trying to find some + +342 +00:26:58,630 --> 00:27:03,970 +things that makes you comfortable or stress-free + +343 +00:27:03,970 --> 00:27:07,010 +and so on, and relax. So these are some ideas that + +344 +00:27:07,010 --> 00:27:12,130 +we actually generated about the topic of staying + +345 +00:27:12,130 --> 00:27:17,430 +healthy by way of listing technique as a main + +346 +00:27:17,430 --> 00:27:20,730 +brainstorming + +347 +00:27:20,730 --> 00:27:25,470 +technique. The third and last technique here is + +348 +00:27:25,470 --> 00:27:29,410 +something that we call free writing. What do we + +349 +00:27:29,410 --> 00:27:34,690 +mean by free writing? Free writing is basically + +350 +00:27:34,690 --> 00:27:37,230 +when you are given a topic, you start thinking, + +351 +00:27:37,370 --> 00:27:41,740 +you start writing. about it without stopping. It's + +352 +00:27:41,740 --> 00:27:44,420 +free writing. You don't worry about grammar. You + +353 +00:27:44,420 --> 00:27:46,640 +don't worry about spelling. You don't worry about + +354 +00:27:46,640 --> 00:27:50,340 +the organization of your ideas. You simply put all + +355 +00:27:50,340 --> 00:27:52,600 +your ideas and your thoughts and your mind on + +356 +00:27:52,600 --> 00:27:56,790 +there. So you start writing freely. for two or + +357 +00:27:56,790 --> 00:28:00,030 +three or four minutes, and then you stop. And then + +358 +00:28:00,030 --> 00:28:05,990 +you read what you wrote and try to decide which + +359 +00:28:05,990 --> 00:28:09,790 +ideas are there to choose from and which ideas can + +360 +00:28:09,790 --> 00:28:13,470 +be eliminated, all right? Let's see an example of + +361 +00:28:13,470 --> 00:28:17,630 +free writing. This is an example. I won't read it + +362 +00:28:17,630 --> 00:28:20,430 +all of it, but let's just look at the first three + +363 +00:28:20,430 --> 00:28:23,650 +lines. My favorite book. I don't know where to + +364 +00:28:23,650 --> 00:28:26,540 +start. I read so many books. that are interesting + +365 +00:28:26,540 --> 00:28:29,020 +that it's hard to choose just one. I guess I could + +366 +00:28:29,020 --> 00:28:31,320 +start by talking about the kinds of books I really + +367 +00:28:31,320 --> 00:28:34,500 +like, blah, blah, blah, blah, blah. So this is an + +368 +00:28:34,500 --> 00:28:37,880 +example of free writing. As you can see, it is not + +369 +00:28:37,880 --> 00:28:41,800 +well organized. It's something like stream of + +370 +00:28:41,800 --> 00:28:46,400 +consciousness. You simply or simply started + +371 +00:28:46,400 --> 00:28:49,100 +writing freely without stopping for two or three, + +372 +00:28:49,180 --> 00:28:53,700 +I imagine, or four minutes, okay? All right, let's + +373 +00:28:53,700 --> 00:28:57,950 +see. And after that, this is another example, a + +374 +00:28:57,950 --> 00:29:00,810 +problem I have. I have, of course, many problems + +375 +00:29:00,810 --> 00:29:03,590 +in my life like everybody has, but right now I'm + +376 +00:29:03,590 --> 00:29:06,550 +feeling new problems, like the cultural shock I + +377 +00:29:06,550 --> 00:29:08,730 +get out of my country, blah, blah, blah. This is + +378 +00:29:08,730 --> 00:29:13,090 +also another example of free writing. Now, after + +379 +00:29:13,090 --> 00:29:16,250 +you do the first attempt at free writing, you can + +380 +00:29:16,250 --> 00:29:19,350 +say, well, I don't like this sentence, for + +381 +00:29:19,350 --> 00:29:25,070 +instance. It is not related. Okay? And maybe this + +382 +00:29:25,070 --> 00:29:28,070 +sentence or this question is not needed. I don't + +383 +00:29:28,070 --> 00:29:30,890 +need to talk about it. Alright? So here we start a + +384 +00:29:30,890 --> 00:29:34,500 +process of sifting through what we wrote and + +385 +00:29:34,500 --> 00:29:37,460 +deciding what is relevant and what is not related, + +386 +00:29:37,620 --> 00:29:40,960 +what is irrelevant and after that I start + +387 +00:29:40,960 --> 00:29:46,040 +rewriting what I have already written, alright? So + +388 +00:29:46,040 --> 00:29:50,120 +this is also another nice brainstorming activity + +389 +00:29:50,120 --> 00:29:54,720 +that can help us try to generate as much + +390 +00:29:54,720 --> 00:29:58,320 +information about the topic as possible. Let's + +391 +00:29:58,320 --> 00:30:04,690 +again do a third activity here and write or free + +392 +00:30:04,690 --> 00:30:10,070 +write about this topic, alright? The benefits of + +393 +00:30:10,070 --> 00:30:13,590 +the internet in university studies. Alright, this + +394 +00:30:13,590 --> 00:30:17,670 +time ourselves, we have two minutes to freely + +395 +00:30:17,670 --> 00:30:20,250 +write about this topic. + +396 +00:30:22,820 --> 00:30:24,860 +Don't worry about grammar, don't worry about + +397 +00:30:24,860 --> 00:30:28,480 +spelling or punctuation or your ideas, the clarity + +398 +00:30:28,480 --> 00:30:31,080 +of your ideas. Just simply put everything that you + +399 +00:30:31,080 --> 00:30:34,280 +have in mind about this topic on a paper. + +400 +00:32:42,700 --> 00:32:45,780 +Alright, are we done? We should stop right here, + +401 +00:32:45,860 --> 00:32:48,860 +that's fine. Alright, who actually, who would like + +402 +00:32:48,860 --> 00:32:51,360 +to hear someone, what did you write actually? + +403 +00:32:52,260 --> 00:32:57,540 +Alright, yes please. Just read us what you wrote. + +404 +00:32:59,060 --> 00:33:04,040 +Read us what you actually wrote. Okay, alright, + +405 +00:33:04,220 --> 00:33:08,950 +any more ideas? Okay. Thank you. Yes please. + +406 +00:33:09,570 --> 00:33:11,990 +Internet is an important part of our everyday + +407 +00:33:11,990 --> 00:33:15,510 +lives. Students, most students nowadays rely on + +408 +00:33:15,510 --> 00:33:18,290 +the internet in many situations. For example, + +409 +00:33:18,830 --> 00:33:21,190 +students may use the internet to get information + +410 +00:33:21,190 --> 00:33:24,290 +related to their studies or to get help in their + +411 +00:33:24,290 --> 00:33:27,210 +study. Also they are using the internet channels + +412 +00:33:27,210 --> 00:33:31,080 +such as YouTube to watch videos and to watch + +413 +00:33:31,080 --> 00:33:35,400 +listening that teacher are explaining some concept + +414 +00:33:35,400 --> 00:33:38,600 +or ideas. Very very nice, very good ideas, very + +415 +00:33:38,600 --> 00:33:41,540 +good ideas you have Iman here. Yes please. The + +416 +00:33:41,540 --> 00:33:44,300 +internet is the language of this age and it is one + +417 +00:33:44,300 --> 00:33:46,540 +of the most important things in our life. Other + +418 +00:33:46,540 --> 00:33:49,440 +internet have many benefits. Firstly it connected + +419 +00:33:49,440 --> 00:33:52,120 +the world and make it as a small village For + +420 +00:33:52,120 --> 00:33:54,240 +example, you can talk to your friends in America + +421 +00:33:54,240 --> 00:33:57,960 +from the UAA however that was impossible in the + +422 +00:33:57,960 --> 00:34:02,520 +past. Secondly, it's a source that you can get + +423 +00:34:02,520 --> 00:34:07,000 +information from about a subject and it's a way + +424 +00:34:07,000 --> 00:34:10,200 +that you can spend your time by searching for news + +425 +00:34:10,200 --> 00:34:13,800 +or talking with friends. Very nice. Very good + +426 +00:34:13,800 --> 00:34:16,480 +ideas that you have here. Yes, please. Over there. + +427 +00:34:16,700 --> 00:34:16,920 +Yes. + +428 +00:34:20,940 --> 00:34:27,340 +It's very important in our university, you can, + +429 +00:34:27,880 --> 00:34:32,380 +the student, you can give it, our information, the + +430 +00:34:32,380 --> 00:34:36,470 +communication to our faculty. Very, very nice. + +431 +00:34:36,610 --> 00:34:39,230 +Very nice. Yes, please. Over here. Internet is a + +432 +00:34:39,230 --> 00:34:43,130 +useful tool in our study in university by which we + +433 +00:34:43,130 --> 00:34:47,130 +can achieve anything that we need. For example, we + +434 +00:34:47,130 --> 00:34:50,990 +can make research, we can find information, and we + +435 +00:34:50,990 --> 00:34:53,690 +can use the electronic education. Very nice. So + +436 +00:34:53,690 --> 00:34:55,730 +these are some ideas that you are actually using. + +437 +00:34:55,810 --> 00:35:00,430 +What I'd like now is to underline the ideas or the + +438 +00:35:00,430 --> 00:35:03,210 +sentences that you would like to include in your + +439 +00:35:03,210 --> 00:35:06,180 +first draft or your second draft. Very quickly, in + +440 +00:35:06,180 --> 00:35:09,940 +less than 10 or 15 seconds, just underline or + +441 +00:35:09,940 --> 00:35:14,940 +circle the ideas that you want to include and the + +442 +00:35:14,940 --> 00:35:17,640 +things that also you don't want to include, just + +443 +00:35:17,640 --> 00:35:20,580 +forget about them in your writing. + +444 +00:35:44,830 --> 00:35:49,910 +Alright, so this is the idea of the last technique + +445 +00:35:49,910 --> 00:35:53,850 +in free writing. The next step for you is now to + +446 +00:35:53,850 --> 00:35:57,810 +actually start organizing your ideas and then + +447 +00:35:57,810 --> 00:36:01,190 +writing your first draft about the topic that you + +448 +00:36:01,190 --> 00:36:04,570 +are assigned to or that you would like to talk + +449 +00:36:04,570 --> 00:36:07,630 +about. So what we did today is actually looking at + +450 +00:36:07,630 --> 00:36:12,780 +brainstorming as the pre-writing. it helps you + +451 +00:36:12,780 --> 00:36:16,380 +generate ideas, it helps you think about the + +452 +00:36:16,380 --> 00:36:18,640 +information, all the information, all the + +453 +00:36:18,640 --> 00:36:21,460 +background knowledge about this topic. And we + +454 +00:36:21,460 --> 00:36:23,500 +talked about three important techniques, + +455 +00:36:24,160 --> 00:36:27,680 +clustering as an important technique, listing and + +456 +00:36:27,680 --> 00:36:30,840 +creativity. Before we finish our class today, I + +457 +00:36:30,840 --> 00:36:34,540 +would like you to brainstorm about the topic I'm + +458 +00:36:34,540 --> 00:36:37,580 +going to write on the board using any of these, + +459 +00:36:38,000 --> 00:36:40,630 +any one of these three techniques. Let's write + +460 +00:36:40,630 --> 00:36:48,530 +about this topic. Then, last one, Alganza. Okay? + +461 +00:36:48,690 --> 00:36:51,770 +This is a topic that you can actually brainstorm + +462 +00:36:51,770 --> 00:36:56,730 +about using clustering or listing or free writing + +463 +00:36:56,730 --> 00:37:01,050 +brainstorming technique. Yes, please. Very + +464 +00:37:01,050 --> 00:37:04,130 +quickly. I'll just give you one minute or two to + +465 +00:37:04,130 --> 00:37:08,030 +actually brainstorm using any of these three + +466 +00:37:08,030 --> 00:37:11,830 +techniques. The last war + +467 +00:38:53,680 --> 00:38:56,980 +Alright? Alright. Let's see how many of you did + +468 +00:38:56,980 --> 00:39:00,340 +actually use the plastering technique? Just hands + +469 +00:39:00,340 --> 00:39:03,760 +up, very quickly. Alright, this is not a popular + +470 +00:39:03,760 --> 00:39:06,340 +technique. I like it although. Alright? How many + +471 +00:39:06,340 --> 00:39:08,980 +of you did actually use this thing as a technique? + +472 +00:39:09,820 --> 00:39:12,620 +Alright? How many of you did use the free writing + +473 +00:39:12,620 --> 00:39:16,570 +technique? Very nice. How many of you did not use + +474 +00:39:16,570 --> 00:39:19,970 +anything? Okay, all right. All right, let's see. + +475 +00:39:20,330 --> 00:39:24,430 +The last war in Gaza, how, let's just generate + +476 +00:39:24,430 --> 00:39:28,410 +ideas, either clustering or free writing or + +477 +00:39:28,410 --> 00:39:32,890 +listing technique. Yes, please. The ethics, the + +478 +00:39:32,890 --> 00:39:37,410 +number of the citizens, how long the war was. Ah, + +479 +00:39:37,550 --> 00:39:40,590 +very nice. I'm listening to your ideas, yes? Maybe + +480 +00:39:40,590 --> 00:39:45,810 +the causes. Okay, causes of the war. Victims. + +481 +00:39:46,070 --> 00:39:51,230 +Numbers of victims. Numbers of victims. Suffering. + +482 +00:39:51,930 --> 00:39:55,950 +Suffering. Suffering. Suffering. Suffering. + +483 +00:39:56,010 --> 00:39:56,450 +Suffering. Suffering. Suffering. Suffering. + +484 +00:39:56,450 --> 00:39:57,130 +Suffering. Suffering. Suffering. Suffering. + +485 +00:39:57,150 --> 00:39:58,790 +Suffering. Suffering. Suffering. Suffering. + +486 +00:39:59,070 --> 00:39:59,770 +Suffering. Suffering. Suffering. Suffering. + +487 +00:40:00,010 --> 00:40:01,510 +Suffering. Suffering. Suffering. Suffering. + +488 +00:40:01,530 --> 00:40:01,970 +Suffering. Suffering. Suffering. Suffering. + +489 +00:40:02,150 --> 00:40:02,670 +Suffering. Suffering. Suffering. Suffering. + +490 +00:40:02,670 --> 00:40:02,670 +Suffering. Suffering. Suffering. Suffering. + +491 +00:40:02,670 --> 00:40:02,670 +Suffering. Suffering. Suffering. Suffering. + +492 +00:40:02,670 --> 00:40:02,670 +Suffering. Suffering. Suffering. Suffering. + +493 +00:40:02,670 --> 00:40:02,670 +Suffering. Suffering. Suffering. Suffering. + +494 +00:40:02,670 --> 00:40:02,670 +Suffering. Suffering. Suffering. Suffering. + +495 +00:40:02,670 --> 00:40:02,670 +Suffering. Suffering. Suffering. Suffering. + +496 +00:40:02,670 --> 00:40:02,670 +Suffering. Suffering. Suffering. Suffering. + +497 +00:40:02,670 --> 00:40:02,670 +Suffering. Suffering. Suffering. Suffering. + +498 +00:40:02,670 --> 00:40:05,670 +Suffering. Suffering. Suffering. Suffering. + +499 +00:40:06,450 --> 00:40:08,230 +Suffering. Suff + +500 +00:40:14,020 --> 00:40:17,460 +Yes, damage, destruction. Alright? Huge + +501 +00:40:17,460 --> 00:40:22,740 +destruction. Destruction of homes and schools. + +502 +00:40:23,120 --> 00:40:25,880 +Alright? Yes, please. Amount of weapons. Amount + +503 +00:40:25,880 --> 00:40:31,260 +of? Weapons. Of weapons. Bombs, okay. Bombs and + +504 +00:40:31,260 --> 00:40:33,260 +weapons. + +505 +00:40:35,140 --> 00:40:38,180 +Okay. Yes, please. Killing children and .. + +506 +00:40:43,310 --> 00:40:47,130 +Children and women of course. Yes, yes please. + +507 +00:40:48,150 --> 00:40:51,930 +Refugees. Displaced people. Thousands of displaced + +508 +00:40:51,930 --> 00:41:00,330 +people. Alright, thousands of displaced people. + +509 +00:41:04,570 --> 00:41:08,280 +Trauma. Trauma for instance. Yes please. Arab + +510 +00:41:08,280 --> 00:41:11,260 +world reactions. Arab world reactions. Or we can + +511 +00:41:11,260 --> 00:41:14,100 +talk about international reactions as well. Media + +512 +00:41:14,100 --> 00:41:19,360 +role. The role of media. Media role. Role of the + +513 +00:41:19,360 --> 00:41:24,200 +media. Especially international media. Very nice. + +514 +00:41:24,300 --> 00:41:27,660 +Yes please. How do we make the resistance? The + +515 +00:41:27,660 --> 00:41:30,460 +resistance to the occupation. Resistance. + +516 +00:41:34,870 --> 00:41:38,230 +Very nice. Yes please. How long did it stay? Okay, + +517 +00:41:38,490 --> 00:41:43,410 +the duration of the war. During the duration of + +518 +00:41:43,410 --> 00:41:43,750 +war. + +519 +00:41:46,710 --> 00:41:51,470 +Duration. How it lasted, how long it lasted. And + +520 +00:41:51,470 --> 00:41:55,210 +finally, sorry? The prisoners. The prisoners, + +521 +00:41:55,530 --> 00:41:56,870 +alright. Prisoners. + +522 +00:41:59,890 --> 00:42:04,050 +Prisoners of war. Alright, very nice. So what we + +523 +00:42:04,050 --> 00:42:07,010 +did here is actually again is just a third or a + +524 +00:42:07,010 --> 00:42:11,970 +last example of brainstorming activity using + +525 +00:42:11,970 --> 00:42:15,230 +listening. I see that this is an easy, also + +526 +00:42:15,230 --> 00:42:19,090 +another easy technique. So next time, Just to sum + +527 +00:42:19,090 --> 00:42:22,650 +up what we just talked about in this class, next + +528 +00:42:22,650 --> 00:42:24,650 +time whenever you write about something, whenever + +529 +00:42:24,650 --> 00:42:27,710 +you've given a topic, don't start right away. + +530 +00:42:28,450 --> 00:42:31,230 +Allow yourself enough time, maybe two minutes, + +531 +00:42:31,410 --> 00:42:33,730 +five minutes, ten minutes to think about the + +532 +00:42:33,730 --> 00:42:37,510 +topic, to generate ideas, to think what + +533 +00:42:37,510 --> 00:42:41,250 +information you have about the topic and try to + +534 +00:42:41,250 --> 00:42:44,310 +classify, to organize all this information. What + +535 +00:42:44,310 --> 00:42:49,250 +ideas? What ideas do I need to include in writing + +536 +00:42:49,250 --> 00:42:52,250 +about the topic and what ideas do I, I don't need + +537 +00:42:52,250 --> 00:42:55,790 +to include, need to explore, exclude in this, in + +538 +00:42:55,790 --> 00:42:58,630 +writing about this topic. This is an effective + +539 +00:42:58,630 --> 00:43:03,030 +strategy that all good writers actually employ + +540 +00:43:03,030 --> 00:43:06,410 +whenever they actually write. Is this clear? Yes. + +541 +00:43:06,810 --> 00:43:09,050 +Alright. Thank you very much and inshallah I'll + +542 +00:43:09,050 --> 00:43:11,290 +see you next class. All the best. + diff --git a/PL9fwy3NUQKwbknFHzECJkgNOSFOth6GiS/thmqQi-RD34.srt b/PL9fwy3NUQKwbknFHzECJkgNOSFOth6GiS/thmqQi-RD34.srt new file mode 100644 index 0000000000000000000000000000000000000000..91540bfd4c9d7cd74e85cea3f4b541f533e83dad --- /dev/null +++ b/PL9fwy3NUQKwbknFHzECJkgNOSFOth6GiS/thmqQi-RD34.srt @@ -0,0 +1,1693 @@ +1 +00:00:21,040 --> 00:00:22,960 +Assalamualaikum. Good morning. How are you today? + +2 +00:00:23,360 --> 00:00:25,340 +Very good. Very good. All right. Today we're + +3 +00:00:25,340 --> 00:00:29,240 +looking at a second or another type of opinion + +4 +00:00:29,240 --> 00:00:33,820 +paragraph, which is which is also very common in + +5 +00:00:33,820 --> 00:00:37,260 +academic writing. But today, as it's changed, we + +6 +00:00:37,260 --> 00:00:40,820 +are going to have Iman and Ons and they are going + +7 +00:00:40,820 --> 00:00:44,060 +to give us a quick presentation on what is an + +8 +00:00:44,060 --> 00:00:46,420 +opinion paragraph. All right. So the floor is + +9 +00:00:46,420 --> 00:00:47,640 +yours. Yes, please. + +10 +00:00:52,510 --> 00:00:54,730 +Okay, so today we're going to be talking about + +11 +00:00:54,730 --> 00:00:58,490 +opinion paragraphs. And speaking of, what is an + +12 +00:00:58,490 --> 00:01:01,710 +opinion? An opinion is a statement of someone's + +13 +00:01:01,710 --> 00:01:04,550 +belief. People can either disagree or agree with + +14 +00:01:04,550 --> 00:01:08,930 +your opinion. Example, what a beautiful day. I + +15 +00:01:08,930 --> 00:01:13,190 +just love Fridays. My hair is just fabulous. I + +16 +00:01:13,190 --> 00:01:17,140 +hate spiders. What is the difference between a + +17 +00:01:17,140 --> 00:01:19,680 +fact and an opinion? A fact is a piece of + +18 +00:01:19,680 --> 00:01:22,280 +information that can be strictly defined and + +19 +00:01:22,280 --> 00:01:25,340 +proved true. An opinion is a statement that + +20 +00:01:25,340 --> 00:01:28,680 +expresses a belief, value, or feeling. An opinion + +21 +00:01:28,680 --> 00:01:31,560 +cannot be proved true or false. For example, a + +22 +00:01:31,560 --> 00:01:35,040 +person's age is a fact, but if someone asks how + +23 +00:01:35,040 --> 00:01:36,960 +old they feel, it's important to prove that + +24 +00:01:36,960 --> 00:01:40,800 +person's answer to be true or false. Examples of + +25 +00:01:40,800 --> 00:01:43,840 +facts and opinions. Facts. It's sunny outside. + +26 +00:01:44,420 --> 00:01:48,000 +Opinions? I hate some. Tomorrow is Friday. I just + +27 +00:01:48,000 --> 00:01:51,700 +love Fridays. It's 11pm. It is early to go to + +28 +00:01:51,700 --> 00:01:54,880 +sleep. I have dogs. Dogs are the best. What is an + +29 +00:01:54,880 --> 00:01:59,620 +opinion paragraph? It's a paragraph written from + +30 +00:01:59,620 --> 00:02:02,460 +your own point of view. The paragraph can contain + +31 +00:02:02,460 --> 00:02:05,240 +things you think is real and does not have to be a + +32 +00:02:05,240 --> 00:02:07,640 +fact but have to be clear to state at the + +33 +00:02:07,640 --> 00:02:11,740 +beginning of the paragraph in my opinion. There + +34 +00:02:11,740 --> 00:02:15,460 +are four keys to writing a successful opinion + +35 +00:02:15,460 --> 00:02:18,880 +paragraph. One, state your opinion clearly in the + +36 +00:02:18,880 --> 00:02:23,260 +topic sentence. Two, explain each reason in + +37 +00:02:23,260 --> 00:02:26,720 +logical order. Three, use facts to support each + +38 +00:02:26,720 --> 00:02:31,760 +reason. Four, end with a powerful concluding + +39 +00:02:31,760 --> 00:02:34,600 +sentence that your reader will remember. Example. + +40 +00:02:35,000 --> 00:02:37,100 +See here the topic sentence, a policy that + +41 +00:02:37,100 --> 00:02:39,860 +requires public school students to wear uniforms + +42 +00:02:39,860 --> 00:02:42,880 +would be a bad idea for several reasons. The topic + +43 +00:02:42,880 --> 00:02:45,820 +sentence here presents an opinion. The following + +44 +00:02:45,820 --> 00:02:49,000 +sentences would have to support the opinion with + +45 +00:02:49,000 --> 00:02:52,060 +facts. See first of all, no style of clothing + +46 +00:02:52,060 --> 00:02:54,880 +looks good on everyone. In their preteen and teen + +47 +00:02:54,880 --> 00:02:57,100 +years, students are especially sensitive about + +48 +00:02:57,100 --> 00:02:59,760 +their appearance and having to wear clothing that + +49 +00:02:59,760 --> 00:03:02,380 +doesn't fit them well will do little to help their + +50 +00:03:02,380 --> 00:03:05,360 +fragile self-esteem. That's a fact supporting the + +51 +00:03:05,360 --> 00:03:08,660 +opinion presented in the topic sentence. And the + +52 +00:03:08,660 --> 00:03:12,360 +following also is a fact supporting the topic + +53 +00:03:12,360 --> 00:03:17,960 +sentence. Transition signals for opinion paragraph + +54 +00:03:18,700 --> 00:03:20,940 +When you want to state an opinion, you should + +55 +00:03:20,940 --> 00:03:24,240 +indicate that it's an opinion by using an opinion + +56 +00:03:24,240 --> 00:03:27,220 +signal. Some opinion signals are followed by + +57 +00:03:27,220 --> 00:03:30,200 +commas. Some do not have commas, but they have the + +58 +00:03:30,200 --> 00:03:34,820 +connecting word that. Examples. These are + +59 +00:03:34,820 --> 00:03:38,140 +transitions you use in opinion paragraphs. In my + +60 +00:03:38,140 --> 00:03:41,220 +opinion, in my view, I believe that and I think + +61 +00:03:41,220 --> 00:03:44,280 +that. In my opinion, everyone should be allowed to + +62 +00:03:44,280 --> 00:03:47,080 +have a gun. In my view, no one should be allowed + +63 +00:03:47,080 --> 00:03:50,080 +to have a gun. I believe that smoking should not + +64 +00:03:50,080 --> 00:03:53,300 +be allowed in public places. I think that smokers + +65 +00:03:53,300 --> 00:03:57,740 +have rights too. To give information from an + +66 +00:03:57,740 --> 00:04:00,980 +outside source, a book, a newspaper, another + +67 +00:04:00,980 --> 00:04:04,120 +person, use according to with a command. According + +68 +00:04:04,120 --> 00:04:06,780 +to Gregory, his mother never robbed him or sent + +69 +00:04:06,780 --> 00:04:08,880 +him birthday cards. According to government + +70 +00:04:08,880 --> 00:04:12,300 +reports, few Russians have more than one child. In + +71 +00:04:12,300 --> 00:04:14,660 +your concluding sentence, you can remind your + +72 +00:04:14,660 --> 00:04:17,400 +reader of the number of reasons. For these two + +73 +00:04:17,400 --> 00:04:20,900 +reasons, I believe that pesticides are harmful. + +74 +00:04:21,360 --> 00:04:23,980 +Thank you. Thank you, Felicity. Well, this good + +75 +00:04:23,980 --> 00:04:27,660 +presentation, well-prepared and nicely presented. + +76 +00:04:28,700 --> 00:04:32,980 +So thanks a lot, Anse and Iman, for working on on + +77 +00:04:32,980 --> 00:04:35,400 +this and you highlighted a number of important + +78 +00:04:35,400 --> 00:04:40,040 +points with regards to opinion paragraph. So + +79 +00:04:40,040 --> 00:04:43,760 +opinion paragraph like I just said a very common + +80 +00:04:43,760 --> 00:04:47,320 +type of writing of academic writing and this is + +81 +00:04:47,320 --> 00:04:50,690 +the kind of writing where we clearly state our + +82 +00:04:50,690 --> 00:04:55,050 +opinion, our point of view. So it is about writing + +83 +00:04:55,050 --> 00:04:58,490 +or how will you organize your thoughts and your + +84 +00:04:58,490 --> 00:05:01,650 +information and your ideas in order to convince. + +85 +00:05:01,930 --> 00:05:06,170 +And here the word convince is very key. It's a key + +86 +00:05:06,170 --> 00:05:09,210 +word here. It's you are trying in this kind of + +87 +00:05:09,210 --> 00:05:12,610 +writing to persuade or convince the reader of your + +88 +00:05:12,610 --> 00:05:15,450 +position, of your point of view. So an opinion + +89 +00:05:15,450 --> 00:05:19,070 +paragraph, the writer expresses an opinion, + +90 +00:05:19,250 --> 00:05:23,430 +expresses and supports an opinion regarding on a + +91 +00:05:23,430 --> 00:05:28,210 +particular topic, okay? A particular issue. So the + +92 +00:05:28,210 --> 00:05:32,510 +writer tries or must provide examples, must + +93 +00:05:32,510 --> 00:05:36,190 +provide details, must provide explanations and so + +94 +00:05:36,190 --> 00:05:40,850 +on in order to against persuade the reader to + +95 +00:05:40,850 --> 00:05:44,630 +agree with him or her on this particular issue on + +96 +00:05:44,630 --> 00:05:49,250 +this particular opinion so in other words in + +97 +00:05:49,250 --> 00:05:52,270 +opinion writing or sometimes we call it in + +98 +00:05:52,270 --> 00:05:56,350 +persuasive writing the writer has an opinion + +99 +00:05:56,350 --> 00:06:01,610 +against or for something and he or she is trying + +100 +00:06:01,610 --> 00:06:06,940 +to convince the reader of this opinion okay so I + +101 +00:06:06,940 --> 00:06:09,960 +think this is as a concept is is quite clear it's + +102 +00:06:09,960 --> 00:06:13,520 +not difficult to understand so but in order to + +103 +00:06:13,520 --> 00:06:16,060 +write good opinion paragraphs we have to make a + +104 +00:06:16,060 --> 00:06:20,580 +difference between facts and opinion so what is a + +105 +00:06:20,580 --> 00:06:26,380 +fact what is a fact yes please Something that is + +106 +00:06:26,380 --> 00:06:29,920 +true, that is universally true or something that + +107 +00:06:29,920 --> 00:06:33,580 +is always true. Okay? So it is something that is + +108 +00:06:33,580 --> 00:06:37,700 +true. It can be proven. Okay? So you've got + +109 +00:06:37,700 --> 00:06:41,860 +evidence for it. So it can be proven and you can + +110 +00:06:41,860 --> 00:06:46,220 +always find proof or evidence for it. So if + +111 +00:06:46,220 --> 00:06:50,360 +anything can be proven, then this is a fact. Okay? + +112 +00:06:50,720 --> 00:06:54,420 +So facts in other words are true statements that + +113 +00:06:54,420 --> 00:06:58,280 +can know that no one can disagree with if we said + +114 +00:06:58,280 --> 00:07:03,620 +the earth orbits the sun is this a fact yes + +115 +00:07:03,620 --> 00:07:06,740 +definitely a fact because we can it's a scientific + +116 +00:07:06,740 --> 00:07:09,800 +fact because we can actually prove it we cannot + +117 +00:07:09,800 --> 00:07:13,420 +say the earth orbits Jupiter for example or Uranus + +118 +00:07:13,420 --> 00:07:15,740 +or anything like that all right when we say + +119 +00:07:15,740 --> 00:07:19,240 +rabbits are mammals are mammals is it a fact yes + +120 +00:07:19,240 --> 00:07:20,700 +it is a fact because + +121 +00:07:24,500 --> 00:07:26,860 +George Washington was the first president of the + +122 +00:07:26,860 --> 00:07:30,760 +US. Is it a fact? It's clearly a fact. It's a + +123 +00:07:30,760 --> 00:07:34,040 +historical fact because we can just trace the + +124 +00:07:34,040 --> 00:07:36,920 +historical records and we can prove it. It's not + +125 +00:07:36,920 --> 00:07:39,540 +just a matter of personal opinion or a personal + +126 +00:07:39,540 --> 00:07:43,600 +point of view. And women could not vote in the US, + +127 +00:07:43,640 --> 00:07:46,840 +in the United States until 1920. Again, this is a + +128 +00:07:46,840 --> 00:07:49,360 +fact. Another fact is there are books in the + +129 +00:07:49,360 --> 00:07:53,080 +library. Yes, it is a fact because we can go to + +130 +00:07:53,080 --> 00:07:55,540 +the library and see that there are books there. So + +131 +00:07:55,540 --> 00:07:59,780 +it is something that can be proven and so on. When + +132 +00:07:59,780 --> 00:08:03,060 +Maha said, Maha said, I like chocolate. Is this a + +133 +00:08:03,060 --> 00:08:06,380 +fact? Yes, because this is a fact of saying that + +134 +00:08:06,380 --> 00:08:09,960 +this is what Maha said. So this is again a fact. + +135 +00:08:10,120 --> 00:08:13,980 +Alright? Alright. So, on the other hand, we have + +136 +00:08:13,980 --> 00:08:18,520 +opinions. What is an opinion? What is an opinion? + +137 +00:08:18,760 --> 00:08:21,550 +Yes, Iman. it's what someone thinks or believes + +138 +00:08:21,550 --> 00:08:24,610 +very nice it's not a something that can improve + +139 +00:08:24,610 --> 00:08:28,190 +it's just what someone thinks or believes so it's + +140 +00:08:28,190 --> 00:08:32,250 +a matter of Point of view, it's a personal point + +141 +00:08:32,250 --> 00:08:36,250 +of view, it's a personal view, not a fact that + +142 +00:08:36,250 --> 00:08:40,070 +everyone necessarily agrees with. So this is the + +143 +00:08:40,070 --> 00:08:42,690 +difference between facts and opinion. When I say + +144 +00:08:42,690 --> 00:08:47,730 +French should never, should always be honest, it's + +145 +00:08:47,730 --> 00:08:50,730 +an opinion because some people would disagree with + +146 +00:08:50,730 --> 00:08:54,010 +this, would have different opinion. When I say, + +147 +00:08:54,110 --> 00:08:57,630 +when someone says white lies are dangerous, Again, + +148 +00:08:57,730 --> 00:09:01,450 +this is a personal point of view. It's an opinion, + +149 +00:09:01,790 --> 00:09:06,650 +not a fact. Okay? It is better to make your + +150 +00:09:06,650 --> 00:09:09,410 +friends angry than to lie to them. Again, this is + +151 +00:09:09,410 --> 00:09:13,530 +an opinion. It is always safer to lie than to tell + +152 +00:09:13,530 --> 00:09:17,750 +the truth. Again, this is an opinion, not a fact. + +153 +00:09:17,790 --> 00:09:20,230 +And we can look at the rest and we say that these + +154 +00:09:20,230 --> 00:09:25,370 +are all opinions, not factual information, that is + +155 +00:09:25,370 --> 00:09:28,230 +to say they're not facts because somebody might + +156 +00:09:28,230 --> 00:09:33,110 +agree, somebody else would disagree with this, + +157 +00:09:33,190 --> 00:09:36,150 +alright? So, in good paragraph writing, good + +158 +00:09:36,150 --> 00:09:38,870 +opinion writing, we have to make sure that we + +159 +00:09:38,870 --> 00:09:43,410 +include a mix of facts and opinions, alright? Now, + +160 +00:09:43,530 --> 00:09:47,470 +we have these 11 sentences and we're going to + +161 +00:09:47,470 --> 00:09:51,780 +decide which one is a fact and which one is an + +162 +00:09:51,780 --> 00:09:53,880 +opinion let's look at the first one together and + +163 +00:09:53,880 --> 00:09:55,680 +then I'll give you some time to look at them very + +164 +00:09:55,680 --> 00:09:59,660 +quickly and decide if it is a fact or an opinion + +165 +00:09:59,660 --> 00:10:04,080 +learning English is easier for girls than for boys + +166 +00:10:04,080 --> 00:10:08,560 +opinion of a fact clearly it is an opinion clearly + +167 +00:10:08,560 --> 00:10:11,220 +it is an opinion let's see the second one good + +168 +00:10:11,220 --> 00:10:16,190 +teachers Don't give too much homework. Again, this + +169 +00:10:16,190 --> 00:10:18,610 +is clearly a point of view. Okay, it's a + +170 +00:10:18,610 --> 00:10:21,890 +viewpoint, not necessarily a fact. Our teacher + +171 +00:10:21,890 --> 00:10:25,870 +gave us homework last week. Fact. Because we can + +172 +00:10:25,870 --> 00:10:29,210 +prove it. All right. Number four. English is an + +173 +00:10:29,210 --> 00:10:32,870 +easier language to learn than French. It's an + +174 +00:10:32,870 --> 00:10:37,450 +opinion. Okay. Owls are birds that hunt at night. + +175 +00:10:37,930 --> 00:10:43,590 +Fact. Fact, exactly. Number six. I was born in + +176 +00:10:43,590 --> 00:10:47,690 +Gaza city. It is a fact, okay? Internet use has + +177 +00:10:47,690 --> 00:10:51,710 +increased every year since its beginning. It's a + +178 +00:10:51,710 --> 00:10:54,790 +fact because we can actually trace it historically + +179 +00:10:54,790 --> 00:10:58,870 +and see how it is. So it is a statistically, we + +180 +00:10:58,870 --> 00:11:01,970 +can prove it statistically, all right? Engineering + +181 +00:11:01,970 --> 00:11:05,810 +is the best career choice. It's another opinion. + +182 +00:11:06,350 --> 00:11:10,440 +Many people carry cell phones these days. Fact. A + +183 +00:11:10,440 --> 00:11:13,420 +fact? Yes. Because again we can statistically + +184 +00:11:13,420 --> 00:11:17,740 +prove it. Okay? We can just look at the rates and + +185 +00:11:17,740 --> 00:11:20,480 +the graphs and charts and we can prove it. + +186 +00:11:20,640 --> 00:11:24,340 +Alright? Alright. My favorite clothes are all + +187 +00:11:24,340 --> 00:11:28,800 +blue. Opinion. Fact. Is it fact or opinion? + +188 +00:11:28,980 --> 00:11:31,760 +Opinion. It's a fact about myself. I'm talking + +189 +00:11:31,760 --> 00:11:36,700 +about mine. Not all clothes should be blue, for + +190 +00:11:36,700 --> 00:11:39,880 +example. No. It's my, so it's a fact about myself, + +191 +00:11:40 + +223 +00:16:35,080 --> 00:16:39,100 +Say it to me, because I could say that it doesn't + +224 +00:16:39,100 --> 00:16:40,820 +relax me. It makes me nervous. + +225 +00:16:44,740 --> 00:16:49,120 +When I'm going high during the day, I say that a + +226 +00:16:49,120 --> 00:16:49,280 +lot. + +227 +00:16:55,960 --> 00:17:13,780 +That's what I'm trying + +228 +00:17:13,780 --> 00:17:14,420 +to say. + +229 +00:17:17,980 --> 00:17:24,820 +Why? I don't know. I don't understand anything. I + +230 +00:17:24,820 --> 00:17:27,440 +don't understand anything. I don't understand + +231 +00:17:27,440 --> 00:17:30,400 +anything. I don't understand anything. I don't + +232 +00:17:30,400 --> 00:17:33,100 +understand anything. I don't understand anything. + +233 +00:17:33,100 --> 00:17:35,160 +I don't understand anything. I don't understand + +234 +00:17:35,160 --> 00:17:35,780 +anything. + +235 +00:18:06,730 --> 00:18:10,770 +Green tea, let's look at one fact and one opinion + +236 +00:18:10,770 --> 00:18:14,050 +about green tea this place over there + +237 +00:18:17,800 --> 00:18:21,480 +than coffee, alright? So green tea is generally + +238 +00:18:21,480 --> 00:18:23,860 +healthy. It's a fact or an opinion? It's a fact. + +239 +00:18:23,920 --> 00:18:27,160 +It's a fact because most people would say yes, it + +240 +00:18:27,160 --> 00:18:30,200 +is good for your health, okay? Another fact about + +241 +00:18:30,200 --> 00:18:33,120 +green tea. Yes, please. Green tea helps you to + +242 +00:18:33,120 --> 00:18:36,040 +lose weight. Green tea helps you to lose weight? + +243 +00:18:36,120 --> 00:18:39,260 +It is a fact because most people, most studies I + +244 +00:18:39,260 --> 00:18:43,200 +think would say that it is good for weight loss, + +245 +00:18:43,300 --> 00:18:47,340 +okay? So, an opinion about green tea. Yes, Abi, + +246 +00:18:47,480 --> 00:18:51,720 +please. Green tea is turned into red tea after the + +247 +00:18:51,720 --> 00:18:54,980 +bird eats it. Say it again, please. Green tea is + +248 +00:18:54,980 --> 00:18:58,700 +turned into red tea after the bird eats it. Okay, + +249 +00:18:59,020 --> 00:19:01,880 +another opinion. Another opinion. Very good. Yes, + +250 +00:19:01,940 --> 00:19:04,560 +please. Green tea has a terrible taste. Has a + +251 +00:19:04,560 --> 00:19:08,420 +terrible taste. It's an opinion, yeah? Please. I + +252 +00:19:08,420 --> 00:19:12,070 +like to drink green tea rather than This is a + +253 +00:19:12,070 --> 00:19:14,650 +fact, not an opinion. It's a fact about yourself, + +254 +00:19:14,770 --> 00:19:19,110 +not an opinion generally. Alright? And finally? + +255 +00:19:21,390 --> 00:19:24,070 +Okay, if... Very nice, very nice. So green tea, + +256 +00:19:24,150 --> 00:19:27,930 +you could say a fact would be something like green + +257 +00:19:27,930 --> 00:19:39,450 +tea is much beneficial than + +258 +00:19:40,890 --> 00:19:46,830 +than black tea okay or what you said green tea is + +259 +00:19:46,830 --> 00:19:50,590 +used many people use green tea to lose weight okay + +260 +00:19:50,590 --> 00:19:55,570 +and an opinion about green tea okay green tea + +261 +00:19:55,570 --> 00:20:06,830 +tastes great in the morning okay + +262 +00:20:06,830 --> 00:20:11,830 +this is an opinion okay this is an opinion let's + +263 +00:20:11,830 --> 00:20:14,870 +see about violent video games one fact about + +264 +00:20:14,870 --> 00:20:19,890 +violent video games please affects + +265 +00:20:19,890 --> 00:20:23,050 +children badly affect children badly okay + +266 +00:20:23,050 --> 00:20:25,390 +generally this is a fact but it's not really a + +267 +00:20:25,390 --> 00:20:27,830 +very well established fact because some studies + +268 +00:20:27,830 --> 00:20:32,210 +will say no they're not actually causing that much + +269 +00:20:32,210 --> 00:20:35,170 +harm to children but I would I would subscribe to + +270 +00:20:35,170 --> 00:20:38,390 +this yes pleaseViolent video games can make some + +271 +00:20:38,390 --> 00:20:41,070 +kids hostile and aggressive. Very nice. This is a + +272 +00:20:41,070 --> 00:20:51,430 +fact. Very nice. So that violent video games may + +273 +00:20:51,430 --> 00:20:59,970 +make some children quite + +274 +00:20:59,970 --> 00:21:02,450 +aggressive. + +275 +00:21:06,060 --> 00:21:10,160 +quite aggressive and violent okay you know + +276 +00:21:10,160 --> 00:21:14,060 +aggressive all right okay what about an opinion + +277 +00:21:14,060 --> 00:21:21,460 +about violent video games an opinion okay okay it + +278 +00:21:21,460 --> 00:21:24,840 +is very interesting to watch violent video games + +279 +00:21:24,840 --> 00:21:29,580 +okay or violent video games are always fun okay + +280 +00:21:29,580 --> 00:21:34,100 +sorry are dangerous okay we could say we are are + +281 +00:21:34,100 --> 00:21:38,000 +always Money. Let's see the third one because of + +282 +00:21:38,000 --> 00:21:41,020 +time. Yes, Iman, please. When you get a lot of + +283 +00:21:41,020 --> 00:21:44,600 +money, you cannot give you all of it. Okay, this + +284 +00:21:44,600 --> 00:21:49,180 +is A. And a fact or opinion? Opinion. This is an + +285 +00:21:49,180 --> 00:21:51,460 +opinion. I hope you are okay with this opinion. + +286 +00:21:51,620 --> 00:21:54,160 +All right. Yes, please. Almost money take a circle + +287 +00:21:54,160 --> 00:21:58,820 +shape. Say again. Almost money take a circle + +288 +00:21:58,820 --> 00:22:02,060 +shape. A circle shape. Okay. You're talking about + +289 +00:22:02,060 --> 00:22:04,940 +coins. All right. Very nice. Another fact about + +290 +00:22:04,940 --> 00:22:09,790 +money. It's a fact. Money is very hard to get. + +291 +00:22:10,390 --> 00:22:12,450 +Yes, I would agree with that. It's very hard to + +292 +00:22:12,450 --> 00:22:15,950 +get. Yes, please. Money is very special. I mean + +293 +00:22:15,950 --> 00:22:18,710 +it's very important in life. Very nice. Yes, this + +294 +00:22:18,710 --> 00:22:21,430 +is also a fact. Look, if you say a fact about + +295 +00:22:21,430 --> 00:22:31,770 +money, people use the money to buy and sell + +296 +00:22:31,770 --> 00:22:38,320 +things. This is a fact. People use money to buy + +297 +00:22:38,320 --> 00:22:40,820 +and sell things. What about an opinion about + +298 +00:22:40,820 --> 00:22:43,720 +money? Yes, please. Money easy come, easy go. + +299 +00:22:44,620 --> 00:22:48,100 +Money easy come, easy go. Alright. Okay, this is + +300 +00:22:48,100 --> 00:22:50,400 +your point of view. Yes, please. This is fine. + +301 +00:22:51,240 --> 00:22:54,000 +Money is a way to see the world. It's a way to see + +302 +00:22:54,000 --> 00:22:57,400 +the world. Alright. Okay, it's an opinion. Or we + +303 +00:22:57,400 --> 00:23:05,460 +could say, you can buy happiness. + +304 +00:23:08,300 --> 00:23:15,340 +using or buy money. Okay? Or money can buy you + +305 +00:23:15,340 --> 00:23:19,820 +happiness. Alright? This is an opinion. Money say + +306 +00:23:19,820 --> 00:23:29,660 +different words. Money can buy you happiness. + +307 +00:23:32,480 --> 00:23:40,220 +Okay? This is an opinion. Okay? Do you agree? It's + +308 +00:23:40,220 --> 00:23:43,680 +up to you, so it's a matter of an opinion, all + +309 +00:23:43,680 --> 00:23:46,360 +right? So what we've done so far, because of short + +310 +00:23:46,360 --> 00:23:49,360 +of time, because of lack of time, we've looked at + +311 +00:23:49,360 --> 00:23:53,880 +opinions and facts, and it is important generally + +312 +00:23:53,880 --> 00:24:00,900 +in this kind of writing to always include + +313 +00:24:00,900 --> 00:24:04,020 +in your writing, in your opinion writing, some + +314 +00:24:04,020 --> 00:24:09,670 +facts and some opinions about about the topic that + +315 +00:24:09,670 --> 00:24:13,610 +you are not talking about or writing about. So in + +316 +00:24:13,610 --> 00:24:16,450 +your topic sentence and supporting sentences, you + +317 +00:24:16,450 --> 00:24:20,390 +can support your opinions by giving facts, but + +318 +00:24:20,390 --> 00:24:25,050 +also you can also include examples and details. + +319 +00:24:25,250 --> 00:24:27,330 +Remember the supporting sentences that we talked + +320 +00:24:27,330 --> 00:24:30,850 +about in this kind of academic writing. Always + +321 +00:24:30,850 --> 00:24:34,730 +make sure that you include examples and opinions + +322 +00:24:34,730 --> 00:24:38,380 +and so on. and so on. So one important aspect of + +323 +00:24:38,380 --> 00:24:42,540 +good opinion writing is always making sure to + +324 +00:24:42,540 --> 00:24:47,720 +include examples in your writing. Let's see this + +325 +00:24:47,720 --> 00:24:51,240 +example and decide which are of the following + +326 +00:24:51,240 --> 00:24:56,020 +opinions and which ones are examples. Okay, let's + +327 +00:24:56,020 --> 00:24:58,520 +just look at the first one together. Smoking + +328 +00:24:58,520 --> 00:25:02,540 +should be banned in all places. Is this an opinion + +329 +00:25:02,540 --> 00:25:07,350 +or an example?It is an opinion. Second one, + +330 +00:25:07,670 --> 00:25:11,070 +smoking is banned in restaurants in our cities. + +331 +00:25:11,630 --> 00:25:15,310 +This is more of an example. Let's see the third + +332 +00:25:15,310 --> 00:25:20,010 +one. The air is cleaner and healthier in non + +333 +00:25:20,010 --> 00:25:26,530 +-smoking restaurants. This is an example or an + +334 +00:25:26,530 --> 00:25:30,430 +opinion? It's an opinion, alright? It's an + +335 +00:25:30,430 --> 00:25:34,110 +opinion.I believe it's more of sorry it's it's an + +336 +00:25:34,110 --> 00:25:37,290 +example sorry it's an example it's an example of + +337 +00:25:37,290 --> 00:25:40,610 +course for example the air is cleaner and + +338 +00:25:40,610 --> 00:25:43,150 +healthier in non-smoking restaurants let's see + +339 +00:25:43,150 --> 00:25:47,010 +number four I believe that customers prefer non + +340 +00:25:47,010 --> 00:25:51,030 +-smoking restaurants opinions clearly an opinion + +341 +00:25:51,030 --> 00:25:54,770 +that starts with I believe so it's clearly more of + +342 +00:25:54,770 --> 00:25:57,890 +an opinion than the previous sentence All right? + +343 +00:25:58,290 --> 00:26:04,630 +See number five. Just read it. My clothes... + +344 +00:26:04,630 --> 00:26:09,450 +Is + +345 +00:26:09,450 --> 00:26:12,910 +it example or an opinion? Example. My clothes + +346 +00:26:12,910 --> 00:26:15,850 +smelled horrible when I had lunch with a friend + +347 +00:26:15,850 --> 00:26:18,930 +who was smoking. It's more of an example. All + +348 +00:26:18,930 --> 00:26:22,850 +right? And finally, in my country, smoking is + +349 +00:26:22,850 --> 00:26:25,510 +banned in cars, buses, and all public buildings. + +350 +00:26:25,960 --> 00:26:29,740 +It's an example, so generally you have to make + +351 +00:26:29,740 --> 00:26:33,040 +sure that you include examples and opinions in + +352 +00:26:33,040 --> 00:26:36,380 +your writing, okay? Let's just very quickly put + +353 +00:26:36,380 --> 00:26:39,140 +this all of these things together and we say that + +354 +00:26:39,140 --> 00:26:42,080 +for the organization of an opinion paragraph you + +355 +00:26:42,080 --> 00:26:45,340 +have to start with a topic sentence that states + +356 +00:26:45,340 --> 00:26:47,940 +your opinion. We'll see some example here and then + +357 +00:26:47,940 --> 00:26:51,300 +in the supporting sentences you include reasons, + +358 +00:26:51,520 --> 00:26:54,680 +examples, facts, definitions, explanations and so + +359 +00:26:54,680 --> 00:26:57,520 +and so on and finally you end with a concluding + +360 +00:26:57,520 --> 00:27:01,450 +sentence to sum up to conclude in conclusion and + +361 +00:27:01,450 --> 00:27:03,730 +then you summarize your main points as a + +362 +00:27:03,730 --> 00:27:08,470 +concluding sentence let's see this example of an + +363 +00:27:08,470 --> 00:27:12,030 +outline for an opinion paragraph okay and just + +364 +00:27:12,030 --> 00:27:16,870 +consider how we here presented an opinion and + +365 +00:27:16,870 --> 00:27:20,130 +supported this opinion for example the government + +366 +00:27:20,130 --> 00:27:25,030 +should provide more financial assistance to + +367 +00:27:25,030 --> 00:27:30,060 +parents who use a child care for parents who use a + +368 +00:27:30,060 --> 00:27:35,300 +childcare. First, childcare centers may assist + +369 +00:27:35,300 --> 00:27:39,220 +children in their early development. For example, + +370 +00:27:39,820 --> 00:27:42,640 +they give children an opportunity to mix with + +371 +00:27:42,640 --> 00:27:46,520 +other children and to develop social skills at an + +372 +00:27:46,520 --> 00:27:50,940 +early age. Second, parents and children need some + +373 +00:27:50,940 --> 00:27:57,820 +time apart to spend In other words, children + +374 +00:27:57,820 --> 00:28:01,120 +become, that is to say, children become less + +375 +00:28:01,120 --> 00:28:05,520 +dependent on their parents and parents are less + +376 +00:28:05,520 --> 00:28:08,600 +stressed and more effective caregivers when there + +377 +00:28:08,600 --> 00:28:13,820 +are periods of separation. Third, the third + +378 +00:28:13,820 --> 00:28:18,340 +reason. Parents who cannot go to work because they + +379 +00:28:18,340 --> 00:28:21,680 +don't have access to childcare facilities cannot + +380 +00:28:21,680 --> 00:28:26,890 +contribute to the national economy. For example, + +381 +00:28:27,110 --> 00:28:30,670 +they are not able to use their productive skills + +382 +00:28:30,670 --> 00:28:36,210 +and do not pay income tax. So what we see here in + +383 +00:28:36,210 --> 00:28:40,780 +this paragraph is topic sentence three reasons and + +384 +00:28:40,780 --> 00:28:44,620 +for each one we have added one example one more + +385 +00:28:44,620 --> 00:28:48,680 +detail to support the idea okay all right this is + +386 +00:28:48,680 --> 00:28:52,360 +clear of course I took the concluding sentence + +387 +00:28:52,360 --> 00:28:55,740 +because the space doesn't allow us to include one + +388 +00:28:55,740 --> 00:28:59,400 +so what I'd like you to do now all right is to + +389 +00:28:59,400 --> 00:29:03,340 +check this sort of sentence or topic why should a + +390 +00:29:03,340 --> 00:29:08,480 +new sports center be opened in our Imagine that + +391 +00:29:08,480 --> 00:29:11,980 +you are writing a letter to the mayor of your city + +392 +00:29:11,980 --> 00:29:17,060 +and you are asking him or her to open a new sports + +393 +00:29:17,060 --> 00:29:19,320 +center in your neighborhood. So you want to + +394 +00:29:19,320 --> 00:29:24,780 +convince him or her of this issue. So why would + +395 +00:29:24,780 --> 00:29:29,120 +you want him to open a new sports center in your + +396 +00:29:29,120 --> 00:29:32,520 +neighborhood? So think of the first example. and + +397 +00:29:32,520 --> 00:29:35,840 +give me some more detail for this reason sorry + +398 +00:29:35,840 --> 00:29:40,020 +first reason and some more detail and so and so on + +399 +00:29:40,020 --> 00:29:44,280 +okay is this clear is this clear yes yes go ahead + +400 +00:29:44,280 --> 00:29:44,600 +please + +401 +00:30:04,640 --> 00:30:06,180 +Okay. Okay. + +402 +00:30:09,760 --> 00:30:10,920 +Okay. + +403 +00:30:25,700 --> 00:30:29,440 +So ideas could be something like, it's good for, + +404 +00:30:29,620 --> 00:30:33,400 +it keeps children playing indoor rather than + +405 +00:30:33,400 --> 00:30:35,860 +playing in the street, for example. They have a + +406 +00:30:35,860 --> 00:30:40,240 +place to go to and have fun, for example. Other + +407 +00:30:40,240 --> 00:30:43,620 +things could be something like, it's a good place + +408 +00:30:43,620 --> 00:30:48,420 +for interaction, social interaction. And it can + +409 +00:30:48,420 --> 00:30:51,540 +increase the rate of crime and violence amongst + +410 +00:30:51,540 --> 00:30:54,080 +teenagers and children. So these are some ideas. + +411 +00:30:58,380 --> 00:31:01,580 +Good social interaction. + +412 +00:31:27,380 --> 00:31:28,420 +I don't know. + +413 +00:31:58,600 --> 00:32:00,000 +Okay. + +414 +00:32:05,380 --> 00:32:06,780 +Okay. + +415 +00:32:11,460 --> 00:32:11,460 +Okay. + +416 +00:32:15,420 --> 00:32:16,820 +Okay. + +417 +00:32:23,850 --> 00:32:26,290 +I want to say thank you so much to all the people + +418 +00 + +445 +00:36:39,120 --> 00:36:43,540 +and to be fit, very nice, and to be fit, okay and + +446 +00:36:43,540 --> 00:36:46,660 +healthy, very nice, and thirdly a good place to + +447 +00:36:46,660 --> 00:36:49,440 +spend your time, and okay, people usually waste + +448 +00:36:49,440 --> 00:36:52,060 +their time doing useless things. Instead, they can + +449 +00:36:52,060 --> 00:36:54,420 +spend it exercising and doing something, all right? + +450 +00:36:54,420 --> 00:37:03,960 +We can say it is good for children to and + +451 +00:37:03,960 --> 00:37:08,480 +teenagers to + +452 +00:37:09,740 --> 00:37:18,460 +be there instead of spending their time in the + +453 +00:37:18,460 --> 00:37:27,720 +street instead of being in the street or + +454 +00:37:27,720 --> 00:37:31,780 +playing in the street. One more detail we can just + +455 +00:37:31,780 --> 00:37:37,740 +add: It keeps the children + +456 +00:37:40,440 --> 00:37:48,440 +away from the street and + +457 +00:37:48,440 --> 00:38:02,300 +allows them to engage, to engage in healthy and + +458 +00:38:02,300 --> 00:38:09,440 +useful, healthy and useful activities, okay? + +459 +00:38:32,160 --> 00:38:38,700 +It's a good place to spend your time in, and for + +460 +00:38:38,700 --> 00:38:43,030 +social interaction. For example, you can. Very nice. + +461 +00:38:43,110 --> 00:38:49,030 +So it is, it is an important, + +462 +00:38:51,630 --> 00:38:59,790 +it would be an important place for people to + +463 +00:38:59,790 --> 00:39:10,290 +socialize and interact with each other. + +464 +00:39:13,540 --> 00:39:16,740 +Okay, this is one good reason. One more detail on + +465 +00:39:16,740 --> 00:39:29,880 +this, we could say, since there is no + +466 +00:39:29,880 --> 00:39:36,300 +parks in the neighborhood, + +467 +00:39:41,700 --> 00:39:52,620 +this place, this club or center, is what we actually + +468 +00:39:52,620 --> 00:40:00,400 +need, okay, to engage in activities and social + +469 +00:40:00,400 --> 00:40:05,480 +interaction, okay, all right. Okay, let's see a third + +470 +00:40:05,480 --> 00:40:11,260 +reason, it can decrease the rate of crime and + +471 +00:40:11,260 --> 00:40:15,200 +violence on the street, okay. And as a detail for + +472 +00:40:15,200 --> 00:40:18,120 +instance, children and teenagers especially + +473 +00:40:18,120 --> 00:40:22,800 +teenagers can engage in social activities and fun + +474 +00:40:22,800 --> 00:40:27,280 +activities and keeps them away from violence, okay. + +475 +00:40:27,280 --> 00:40:31,300 +All right, so what we did here is basically + +476 +00:40:31,300 --> 00:40:35,360 +providing reasons and good examples for this kind + +477 +00:40:35,360 --> 00:40:39,560 +of uh, of topic. All right. All right. Now we'll have + +478 +00:40:39,560 --> 00:40:41,920 +to stop right here. And next time, inshallah, we'll + +479 +00:40:41,920 --> 00:40:45,730 +continue talking aboutah opinion paragraph and + +480 +00:40:45,730 --> 00:40:49,490 +opinion writing, so thank you very much. And see you + +481 +00:40:49,490 --> 00:40:50,570 +next time, inshallah. diff --git a/PL9fwy3NUQKwbknFHzECJkgNOSFOth6GiS/thmqQi-RD34_raw.srt b/PL9fwy3NUQKwbknFHzECJkgNOSFOth6GiS/thmqQi-RD34_raw.srt new file mode 100644 index 0000000000000000000000000000000000000000..85fcca16e13bd29ec1480154ff0c45ad6af40c5a --- /dev/null +++ b/PL9fwy3NUQKwbknFHzECJkgNOSFOth6GiS/thmqQi-RD34_raw.srt @@ -0,0 +1,1924 @@ +1 +00:00:21,040 --> 00:00:22,960 +Assalamualaikum. Good morning. How are you today? + +2 +00:00:23,360 --> 00:00:25,340 +Very good. Very good. All right. Today we're + +3 +00:00:25,340 --> 00:00:29,240 +looking at a second or another type of opinion + +4 +00:00:29,240 --> 00:00:33,820 +paragraph, which is which is also very common in + +5 +00:00:33,820 --> 00:00:37,260 +academic writing. But today, as it's changed, we + +6 +00:00:37,260 --> 00:00:40,820 +are going to have Iman and Ons and they are going + +7 +00:00:40,820 --> 00:00:44,060 +to give us a quick presentation on what is an + +8 +00:00:44,060 --> 00:00:46,420 +opinion paragraph. All right. So the floor is + +9 +00:00:46,420 --> 00:00:47,640 +yours. Yes, please. + +10 +00:00:52,510 --> 00:00:54,730 +Okay, so today we're going to be talking about + +11 +00:00:54,730 --> 00:00:58,490 +opinion paragraphs. And speaking of, what is an + +12 +00:00:58,490 --> 00:01:01,710 +opinion? An opinion is a statement of someone's + +13 +00:01:01,710 --> 00:01:04,550 +belief. People can either disagree or agree with + +14 +00:01:04,550 --> 00:01:08,930 +your opinion. Example, what a beautiful day. I + +15 +00:01:08,930 --> 00:01:13,190 +just love Fridays. My hair is just fabulous. I + +16 +00:01:13,190 --> 00:01:17,140 +hate spiders. What is the difference between a + +17 +00:01:17,140 --> 00:01:19,680 +fact and an opinion? A fact is a piece of + +18 +00:01:19,680 --> 00:01:22,280 +information that can be strictly defined and + +19 +00:01:22,280 --> 00:01:25,340 +proved true. An opinion is a statement that + +20 +00:01:25,340 --> 00:01:28,680 +expresses a belief, value, or feeling. An opinion + +21 +00:01:28,680 --> 00:01:31,560 +cannot be proved true or false. For example, a + +22 +00:01:31,560 --> 00:01:35,040 +person's age is a fact, but if someone asks how + +23 +00:01:35,040 --> 00:01:36,960 +old they feel, it's important to prove that + +24 +00:01:36,960 --> 00:01:40,800 +person's answer to be true or false. Examples of + +25 +00:01:40,800 --> 00:01:43,840 +facts and opinions. Facts. It's sunny outside. + +26 +00:01:44,420 --> 00:01:48,000 +Opinions? I hate some. Tomorrow is Friday. I just + +27 +00:01:48,000 --> 00:01:51,700 +love Fridays. It's 11pm. It is early to go to + +28 +00:01:51,700 --> 00:01:54,880 +sleep. I have dogs. Dogs are the best. What is an + +29 +00:01:54,880 --> 00:01:59,620 +opinion paragraph? It's a paragraph written from + +30 +00:01:59,620 --> 00:02:02,460 +your own point of view. The paragraph can contain + +31 +00:02:02,460 --> 00:02:05,240 +things you think is real and does not have to be a + +32 +00:02:05,240 --> 00:02:07,640 +fact but have to be clear to state at the + +33 +00:02:07,640 --> 00:02:11,740 +beginning of the paragraph in my opinion. There + +34 +00:02:11,740 --> 00:02:15,460 +are four keys to writing a successful opinion + +35 +00:02:15,460 --> 00:02:18,880 +paragraph. One, state your opinion clearly in the + +36 +00:02:18,880 --> 00:02:23,260 +topic sentence. Two, explain each reason in + +37 +00:02:23,260 --> 00:02:26,720 +logical order. Three, use facts to support each + +38 +00:02:26,720 --> 00:02:31,760 +reason. Four, end with a powerful concluding + +39 +00:02:31,760 --> 00:02:34,600 +sentence that your reader will remember. Example. + +40 +00:02:35,000 --> 00:02:37,100 +See here the topic sentence, a policy that + +41 +00:02:37,100 --> 00:02:39,860 +requires public school students to wear uniforms + +42 +00:02:39,860 --> 00:02:42,880 +would be a bad idea for several reasons. The topic + +43 +00:02:42,880 --> 00:02:45,820 +sentence here presents an opinion. The following + +44 +00:02:45,820 --> 00:02:49,000 +sentences would have to support the opinion with + +45 +00:02:49,000 --> 00:02:52,060 +facts. See first of all, no style of clothing + +46 +00:02:52,060 --> 00:02:54,880 +looks good on everyone. In their preteen and teen + +47 +00:02:54,880 --> 00:02:57,100 +years, students are especially sensitive about + +48 +00:02:57,100 --> 00:02:59,760 +their appearance and having to wear clothing that + +49 +00:02:59,760 --> 00:03:02,380 +doesn't fit them well will do little to help their + +50 +00:03:02,380 --> 00:03:05,360 +fragile self-esteem. That's a fact supporting the + +51 +00:03:05,360 --> 00:03:08,660 +opinion presented in the topic sentence. And the + +52 +00:03:08,660 --> 00:03:12,360 +following also is a fact supporting the topic + +53 +00:03:12,360 --> 00:03:17,960 +sentence. Transition signals for opinion paragraph + +54 +00:03:18,700 --> 00:03:20,940 +When you want to state an opinion, you should + +55 +00:03:20,940 --> 00:03:24,240 +indicate that it's an opinion by using an opinion + +56 +00:03:24,240 --> 00:03:27,220 +signal. Some opinion signals are followed by + +57 +00:03:27,220 --> 00:03:30,200 +commas. Some do not have commas, but they have the + +58 +00:03:30,200 --> 00:03:34,820 +connecting word that. Examples. These are + +59 +00:03:34,820 --> 00:03:38,140 +transitions you use in opinion paragraphs. In my + +60 +00:03:38,140 --> 00:03:41,220 +opinion, in my view, I believe that and I think + +61 +00:03:41,220 --> 00:03:44,280 +that. In my opinion, everyone should be allowed to + +62 +00:03:44,280 --> 00:03:47,080 +have a gun. In my view, no one should be allowed + +63 +00:03:47,080 --> 00:03:50,080 +to have a gun. I believe that smoking should not + +64 +00:03:50,080 --> 00:03:53,300 +be allowed in public places. I think that smokers + +65 +00:03:53,300 --> 00:03:57,740 +have rights too. To give information from an + +66 +00:03:57,740 --> 00:04:00,980 +outside source, a book, a newspaper, another + +67 +00:04:00,980 --> 00:04:04,120 +person, use according to with a command. According + +68 +00:04:04,120 --> 00:04:06,780 +to Gregory, his mother never robbed him or sent + +69 +00:04:06,780 --> 00:04:08,880 +him birthday cards. According to government + +70 +00:04:08,880 --> 00:04:12,300 +reports, few Russians have more than one child. In + +71 +00:04:12,300 --> 00:04:14,660 +your concluding sentence, you can remind your + +72 +00:04:14,660 --> 00:04:17,400 +reader of the number of reasons. For these two + +73 +00:04:17,400 --> 00:04:20,900 +reasons, I believe that pesticides are harmful. + +74 +00:04:21,360 --> 00:04:23,980 +Thank you. Thank you, Felicity. Well, this good + +75 +00:04:23,980 --> 00:04:27,660 +presentation, well-prepared and nicely presented. + +76 +00:04:28,700 --> 00:04:32,980 +So thanks a lot, Anse and Iman, for working on on + +77 +00:04:32,980 --> 00:04:35,400 +this and you highlighted a number of important + +78 +00:04:35,400 --> 00:04:40,040 +points with regards to opinion paragraph. So + +79 +00:04:40,040 --> 00:04:43,760 +opinion paragraph like I just said a very common + +80 +00:04:43,760 --> 00:04:47,320 +type of writing of academic writing and this is + +81 +00:04:47,320 --> 00:04:50,690 +the kind of writing where we clearly state our + +82 +00:04:50,690 --> 00:04:55,050 +opinion, our point of view. So it is about writing + +83 +00:04:55,050 --> 00:04:58,490 +or how will you organize your thoughts and your + +84 +00:04:58,490 --> 00:05:01,650 +information and your ideas in order to convince. + +85 +00:05:01,930 --> 00:05:06,170 +And here the word convince is very key. It's a key + +86 +00:05:06,170 --> 00:05:09,210 +word here. It's you are trying in this kind of + +87 +00:05:09,210 --> 00:05:12,610 +writing to persuade or convince the reader of your + +88 +00:05:12,610 --> 00:05:15,450 +position, of your point of view. So an opinion + +89 +00:05:15,450 --> 00:05:19,070 +paragraph, the writer expresses an opinion, + +90 +00:05:19,250 --> 00:05:23,430 +expresses and supports an opinion regarding on a + +91 +00:05:23,430 --> 00:05:28,210 +particular topic, okay? A particular issue. So the + +92 +00:05:28,210 --> 00:05:32,510 +writer tries or must provide examples, must + +93 +00:05:32,510 --> 00:05:36,190 +provide details, must provide explanations and so + +94 +00:05:36,190 --> 00:05:40,850 +on in order to against persuade the reader to + +95 +00:05:40,850 --> 00:05:44,630 +agree with him or her on this particular issue on + +96 +00:05:44,630 --> 00:05:49,250 +this particular opinion so in other words in + +97 +00:05:49,250 --> 00:05:52,270 +opinion writing or sometimes we call it in + +98 +00:05:52,270 --> 00:05:56,350 +persuasive writing the writer has an opinion + +99 +00:05:56,350 --> 00:06:01,610 +against or for something and he or she is trying + +100 +00:06:01,610 --> 00:06:06,940 +to convince the reader of this opinion okay so I + +101 +00:06:06,940 --> 00:06:09,960 +think this is as a concept is is quite clear it's + +102 +00:06:09,960 --> 00:06:13,520 +not difficult to understand so but in order to + +103 +00:06:13,520 --> 00:06:16,060 +write good opinion paragraphs we have to make a + +104 +00:06:16,060 --> 00:06:20,580 +difference between facts and opinion so what is a + +105 +00:06:20,580 --> 00:06:26,380 +fact what is a fact yes please Something that is + +106 +00:06:26,380 --> 00:06:29,920 +true, that is universally true or something that + +107 +00:06:29,920 --> 00:06:33,580 +is always true. Okay? So it is something that is + +108 +00:06:33,580 --> 00:06:37,700 +true. It can be proven. Okay? So you've got + +109 +00:06:37,700 --> 00:06:41,860 +evidence for it. So it can be proven and you can + +110 +00:06:41,860 --> 00:06:46,220 +always find proof or evidence for it. So if + +111 +00:06:46,220 --> 00:06:50,360 +anything can be proven, then this is a fact. Okay? + +112 +00:06:50,720 --> 00:06:54,420 +So facts in other words are true statements that + +113 +00:06:54,420 --> 00:06:58,280 +can know that no one can disagree with if we said + +114 +00:06:58,280 --> 00:07:03,620 +the earth orbits the sun is this a fact yes + +115 +00:07:03,620 --> 00:07:06,740 +definitely a fact because we can it's a scientific + +116 +00:07:06,740 --> 00:07:09,800 +fact because we can actually prove it we cannot + +117 +00:07:09,800 --> 00:07:13,420 +say the earth orbits Jupiter for example or Uranus + +118 +00:07:13,420 --> 00:07:15,740 +or anything like that all right when we say + +119 +00:07:15,740 --> 00:07:19,240 +rabbits are mammals are mammals is it a fact yes + +120 +00:07:19,240 --> 00:07:20,700 +it is a fact because + +121 +00:07:24,500 --> 00:07:26,860 +George Washington was the first president of the + +122 +00:07:26,860 --> 00:07:30,760 +US. Is it a fact? It's clearly a fact. It's a + +123 +00:07:30,760 --> 00:07:34,040 +historical fact because we can just trace the + +124 +00:07:34,040 --> 00:07:36,920 +historical records and we can prove it. It's not + +125 +00:07:36,920 --> 00:07:39,540 +just a matter of personal opinion or a personal + +126 +00:07:39,540 --> 00:07:43,600 +point of view. And women could not vote in the US, + +127 +00:07:43,640 --> 00:07:46,840 +in the United States until 1920. Again, this is a + +128 +00:07:46,840 --> 00:07:49,360 +fact. Another fact is there are books in the + +129 +00:07:49,360 --> 00:07:53,080 +library. Yes, it is a fact because we can go to + +130 +00:07:53,080 --> 00:07:55,540 +the library and see that there are books there. So + +131 +00:07:55,540 --> 00:07:59,780 +it is something that can be proven and so on. When + +132 +00:07:59,780 --> 00:08:03,060 +Maha said, Maha said, I like chocolate. Is this a + +133 +00:08:03,060 --> 00:08:06,380 +fact? Yes, because this is a fact of saying that + +134 +00:08:06,380 --> 00:08:09,960 +this is what Maha said. So this is again a fact. + +135 +00:08:10,120 --> 00:08:13,980 +Alright? Alright. So, on the other hand, we have + +136 +00:08:13,980 --> 00:08:18,520 +opinions. What is an opinion? What is an opinion? + +137 +00:08:18,760 --> 00:08:21,550 +Yes, Iman.it's what someone thinks or believes + +138 +00:08:21,550 --> 00:08:24,610 +very nice it's not a something that can improve + +139 +00:08:24,610 --> 00:08:28,190 +it's just what someone thinks or believes so it's + +140 +00:08:28,190 --> 00:08:32,250 +a matter of Point of view, it's a personal point + +141 +00:08:32,250 --> 00:08:36,250 +of view, it's a personal view, not a fact that + +142 +00:08:36,250 --> 00:08:40,070 +everyone necessarily agrees with. So this is the + +143 +00:08:40,070 --> 00:08:42,690 +difference between facts and opinion. When I say + +144 +00:08:42,690 --> 00:08:47,730 +French should never, should always be honest, it's + +145 +00:08:47,730 --> 00:08:50,730 +an opinion because some people would disagree with + +146 +00:08:50,730 --> 00:08:54,010 +this, would have different opinion. When I say, + +147 +00:08:54,110 --> 00:08:57,630 +when someone says white lies are dangerous, Again, + +148 +00:08:57,730 --> 00:09:01,450 +this is a personal point of view. It's an opinion, + +149 +00:09:01,790 --> 00:09:06,650 +not a fact. Okay? It is better to make your + +150 +00:09:06,650 --> 00:09:09,410 +friends angry than to lie to them. Again, this is + +151 +00:09:09,410 --> 00:09:13,530 +an opinion. It is always safer to lie than to tell + +152 +00:09:13,530 --> 00:09:17,750 +the truth. Again, this is an opinion, not a fact. + +153 +00:09:17,790 --> 00:09:20,230 +And we can look at the rest and we say that these + +154 +00:09:20,230 --> 00:09:25,370 +are all opinions, not factual information, that is + +155 +00:09:25,370 --> 00:09:28,230 +to say they're not facts because somebody might + +156 +00:09:28,230 --> 00:09:33,110 +agree, somebody else would disagree with this, + +157 +00:09:33,190 --> 00:09:36,150 +alright? So, in good paragraph writing, good + +158 +00:09:36,150 --> 00:09:38,870 +opinion writing, we have to make sure that we + +159 +00:09:38,870 --> 00:09:43,410 +include a mix of facts and opinions, alright? Now, + +160 +00:09:43,530 --> 00:09:47,470 +we have these 11 sentences and we're going to + +161 +00:09:47,470 --> 00:09:51,780 +decide which one is a fact and which one is an + +162 +00:09:51,780 --> 00:09:53,880 +opinion let's look at the first one together and + +163 +00:09:53,880 --> 00:09:55,680 +then I'll give you some time to look at them very + +164 +00:09:55,680 --> 00:09:59,660 +quickly and decide if it is a fact or an opinion + +165 +00:09:59,660 --> 00:10:04,080 +learning English is easier for girls than for boys + +166 +00:10:04,080 --> 00:10:08,560 +opinion of a fact clearly it is an opinion clearly + +167 +00:10:08,560 --> 00:10:11,220 +it is an opinion let's see the second one good + +168 +00:10:11,220 --> 00:10:16,190 +teachers Don't give too much homework. Again, this + +169 +00:10:16,190 --> 00:10:18,610 +is clearly a point of view. Okay, it's a + +170 +00:10:18,610 --> 00:10:21,890 +viewpoint, not necessarily a fact. Our teacher + +171 +00:10:21,890 --> 00:10:25,870 +gave us homework last week. Fact. Because we can + +172 +00:10:25,870 --> 00:10:29,210 +prove it. All right. Number four. English is an + +173 +00:10:29,210 --> 00:10:32,870 +easier language to learn than French. It's an + +174 +00:10:32,870 --> 00:10:37,450 +opinion. Okay. Owls are birds that hunt at night. + +175 +00:10:37,930 --> 00:10:43,590 +Fact. Fact, exactly. Number six. I was born in + +176 +00:10:43,590 --> 00:10:47,690 +Gaza city. It is a fact, okay? Internet use has + +177 +00:10:47,690 --> 00:10:51,710 +increased every year since its beginning. It's a + +178 +00:10:51,710 --> 00:10:54,790 +fact because we can actually trace it historically + +179 +00:10:54,790 --> 00:10:58,870 +and see how it is. So it is a statistically, we + +180 +00:10:58,870 --> 00:11:01,970 +can prove it statistically, all right? Engineering + +181 +00:11:01,970 --> 00:11:05,810 +is the best career choice. It's another opinion. + +182 +00:11:06,350 --> 00:11:10,440 +Many people carry cell phones these days. Fact. A + +183 +00:11:10,440 --> 00:11:13,420 +fact? Yes. Because again we can statistically + +184 +00:11:13,420 --> 00:11:17,740 +prove it. Okay? We can just look at the rates and + +185 +00:11:17,740 --> 00:11:20,480 +the graphs and charts and we can prove it. + +186 +00:11:20,640 --> 00:11:24,340 +Alright? Alright. My favorite clothes are all + +187 +00:11:24,340 --> 00:11:28,800 +blue. Opinion. Fact. Is it fact or opinion? + +188 +00:11:28,980 --> 00:11:31,760 +Opinion. It's a fact about myself. I'm talking + +189 +00:11:31,760 --> 00:11:36,700 +about mine.Not all clothes should be blue, for + +190 +00:11:36,700 --> 00:11:39,880 +example. No. It's my, so it's a fact about myself, + +191 +00:11:40,120 --> 00:11:43,780 +not about people in general. So it is a fact about + +192 +00:11:43,780 --> 00:11:48,700 +myself, okay? Winter in Gaza is quite mild. It's + +193 +00:11:48,700 --> 00:11:53,630 +an opinion. No.It's a fact. It's a fact. Why is + +194 +00:11:53,630 --> 00:11:56,510 +that? Because we can prove it again. It's not just + +195 +00:11:56,510 --> 00:11:59,510 +what you think. It's what it is there, out there. + +196 +00:11:59,870 --> 00:12:02,730 +Of course winter in my, in Gaza is quite mild in + +197 +00:12:02,730 --> 00:12:06,590 +comparison with other places. Okay? Alright. Now, + +198 +00:12:07,730 --> 00:12:10,310 +So this is the idea. Whenever we want to write + +199 +00:12:10,310 --> 00:12:12,930 +about opinion and opinion writing, we have to make + +200 +00:12:12,930 --> 00:12:16,850 +a distinction between facts and opinion. So let's + +201 +00:12:16,850 --> 00:12:19,390 +do a second exercise. And this time, what I'd like + +202 +00:12:19,390 --> 00:12:24,550 +you to do is to write one fact and one opinion for + +203 +00:12:24,550 --> 00:12:28,210 +each one of these topics, okay? Green tea, write + +204 +00:12:28,210 --> 00:12:32,910 +one fact and one opinion about green tea. Violent + +205 +00:12:32,910 --> 00:12:37,050 +video games, money, sports, and university. + +206 +00:12:37,570 --> 00:12:42,750 +degree, okay? Write one + +207 +00:12:42,750 --> 00:12:45,470 +theory and one fact about each one of these + +208 +00:12:45,470 --> 00:12:51,090 +topics. Green tea, violent video games, and so on. + +209 +00:13:32,010 --> 00:13:33,970 +What's a fact about your community? + +210 +00:14:02,690 --> 00:14:05,510 +He said he's not going to talk to you. He's not + +211 +00:14:05,510 --> 00:14:18,010 +going to talk to you. He's not going to + +212 +00:14:18,010 --> 00:14:18,570 +talk to you. + +213 +00:14:30,950 --> 00:14:34,950 +Good. Good. + +214 +00:15:05,300 --> 00:15:09,160 +Animals do the games or children do the games? + +215 +00:15:10,320 --> 00:15:14,740 +Separately? Children do the games. Okay. + +216 +00:15:18,500 --> 00:15:25,360 +Animals do the games or children do the games? + +217 +00:15:26,060 --> 00:15:26,880 +Children do the games. + +218 +00:15:44,270 --> 00:15:47,190 +Well, a lot of them just came in and showed me + +219 +00:15:47,190 --> 00:15:51,430 +their notebooks. So, it's not by luck. Of course, + +220 +00:15:51,590 --> 00:15:53,170 +it's not by chance. + +221 +00:16:22,760 --> 00:16:23,780 +Okay, thank you. + +222 +00:16:27,880 --> 00:16:31,100 +You feel relaxed? Okay. + +223 +00:16:35,080 --> 00:16:39,100 +Say it to me, because I could say that it doesn't + +224 +00:16:39,100 --> 00:16:40,820 +relax me. It makes me nervous. + +225 +00:16:44,740 --> 00:16:49,120 +When I'm going high during the day, I say that a + +226 +00:16:49,120 --> 00:16:49,280 +lot. + +227 +00:16:55,960 --> 00:17:13,780 +That's what I'm trying + +228 +00:17:13,780 --> 00:17:14,420 +to say. + +229 +00:17:17,980 --> 00:17:24,820 +Why? I don't know. I don't understand anything. I + +230 +00:17:24,820 --> 00:17:27,440 +don't understand anything. I don't understand + +231 +00:17:27,440 --> 00:17:30,400 +anything. I don't understand anything. I don't + +232 +00:17:30,400 --> 00:17:33,100 +understand anything. I don't understand anything. + +233 +00:17:33,100 --> 00:17:35,160 +I don't understand anything. I don't understand + +234 +00:17:35,160 --> 00:17:35,780 +anything. + +235 +00:18:06,730 --> 00:18:10,770 +Green tea, let's look at one fact and one opinion + +236 +00:18:10,770 --> 00:18:14,050 +about green tea this place over there + +237 +00:18:17,800 --> 00:18:21,480 +than coffee, alright? So green tea is generally + +238 +00:18:21,480 --> 00:18:23,860 +healthy. It's a fact or an opinion? It's a fact. + +239 +00:18:23,920 --> 00:18:27,160 +It's a fact because most people would say yes, it + +240 +00:18:27,160 --> 00:18:30,200 +is good for your health, okay? Another fact about + +241 +00:18:30,200 --> 00:18:33,120 +green tea. Yes, please. Green tea helps you to + +242 +00:18:33,120 --> 00:18:36,040 +lose weight. Green tea helps you to lose weight? + +243 +00:18:36,120 --> 00:18:39,260 +It is a fact because most people, most studies I + +244 +00:18:39,260 --> 00:18:43,200 +think would say that it is good for weight loss, + +245 +00:18:43,300 --> 00:18:47,340 +okay? So, an opinion about green tea. Yes, Abi, + +246 +00:18:47,480 --> 00:18:51,720 +please. Green tea is turned into red tea after the + +247 +00:18:51,720 --> 00:18:54,980 +bird eats it. Say it again, please. Green tea is + +248 +00:18:54,980 --> 00:18:58,700 +turned into red tea after the bird eats it. Okay, + +249 +00:18:59,020 --> 00:19:01,880 +another opinion. Another opinion. Very good. Yes, + +250 +00:19:01,940 --> 00:19:04,560 +please. Green tea has a terrible taste. Has a + +251 +00:19:04,560 --> 00:19:08,420 +terrible taste. It's an opinion, yeah? Please. I + +252 +00:19:08,420 --> 00:19:12,070 +like to drink green tea rather than This is a + +253 +00:19:12,070 --> 00:19:14,650 +fact, not an opinion. It's a fact about yourself, + +254 +00:19:14,770 --> 00:19:19,110 +not an opinion generally. Alright? And finally? + +255 +00:19:21,390 --> 00:19:24,070 +Okay, if... Very nice, very nice. So green tea, + +256 +00:19:24,150 --> 00:19:27,930 +you could say a fact would be something like green + +257 +00:19:27,930 --> 00:19:39,450 +tea is much beneficial than + +258 +00:19:40,890 --> 00:19:46,830 +than black tea okay or what you said green tea is + +259 +00:19:46,830 --> 00:19:50,590 +used many people use green tea to lose weight okay + +260 +00:19:50,590 --> 00:19:55,570 +and an opinion about green tea okay green tea + +261 +00:19:55,570 --> 00:20:06,830 +tastes great in the morning okay + +262 +00:20:06,830 --> 00:20:11,830 +this is an opinion okay this is an opinion let's + +263 +00:20:11,830 --> 00:20:14,870 +see about violent video games one fact about + +264 +00:20:14,870 --> 00:20:19,890 +violent video games please affects + +265 +00:20:19,890 --> 00:20:23,050 +children badly affect children badly okay + +266 +00:20:23,050 --> 00:20:25,390 +generally this is a fact but it's not really a + +267 +00:20:25,390 --> 00:20:27,830 +very well established fact because some studies + +268 +00:20:27,830 --> 00:20:32,210 +will say no they're not actually causing that much + +269 +00:20:32,210 --> 00:20:35,170 +harm to children but I would I would subscribe to + +270 +00:20:35,170 --> 00:20:38,390 +this yes pleaseViolent video games can make some + +271 +00:20:38,390 --> 00:20:41,070 +kids hostile and aggressive. Very nice. This is a + +272 +00:20:41,070 --> 00:20:51,430 +fact. Very nice. So that violent video games may + +273 +00:20:51,430 --> 00:20:59,970 +make some children quite + +274 +00:20:59,970 --> 00:21:02,450 +aggressive. + +275 +00:21:06,060 --> 00:21:10,160 +quite aggressive and violent okay you know + +276 +00:21:10,160 --> 00:21:14,060 +aggressive all right okay what about an opinion + +277 +00:21:14,060 --> 00:21:21,460 +about violent video games an opinion okay okay it + +278 +00:21:21,460 --> 00:21:24,840 +is very interesting to watch violent video games + +279 +00:21:24,840 --> 00:21:29,580 +okay or violent video games are always fun okay + +280 +00:21:29,580 --> 00:21:34,100 +sorry are dangerous okay we could say we are are + +281 +00:21:34,100 --> 00:21:38,000 +always Money. Let's see the third one because of + +282 +00:21:38,000 --> 00:21:41,020 +time. Yes, Iman, please. When you get a lot of + +283 +00:21:41,020 --> 00:21:44,600 +money, you cannot give you all of it. Okay, this + +284 +00:21:44,600 --> 00:21:49,180 +is A. And a fact or opinion? Opinion. This is an + +285 +00:21:49,180 --> 00:21:51,460 +opinion. I hope you are okay with this opinion. + +286 +00:21:51,620 --> 00:21:54,160 +All right. Yes, please. Almost money take a circle + +287 +00:21:54,160 --> 00:21:58,820 +shape. Say again. Almost money take a circle + +288 +00:21:58,820 --> 00:22:02,060 +shape. A circle shape. Okay. You're talking about + +289 +00:22:02,060 --> 00:22:04,940 +coins. All right. Very nice. Another fact about + +290 +00:22:04,940 --> 00:22:09,790 +money. It's a fact. Money is very hard to get. + +291 +00:22:10,390 --> 00:22:12,450 +Yes, I would agree with that. It's very hard to + +292 +00:22:12,450 --> 00:22:15,950 +get. Yes, please. Money is very special. I mean + +293 +00:22:15,950 --> 00:22:18,710 +it's very important in life. Very nice. Yes, this + +294 +00:22:18,710 --> 00:22:21,430 +is also a fact. Look, if you say a fact about + +295 +00:22:21,430 --> 00:22:31,770 +money, people use the money to buy and sell + +296 +00:22:31,770 --> 00:22:38,320 +things. This is a fact. People use money to buy + +297 +00:22:38,320 --> 00:22:40,820 +and sell things. What about an opinion about + +298 +00:22:40,820 --> 00:22:43,720 +money? Yes, please. Money easy come, easy go. + +299 +00:22:44,620 --> 00:22:48,100 +Money easy come, easy go. Alright. Okay, this is + +300 +00:22:48,100 --> 00:22:50,400 +your point of view. Yes, please. This is fine. + +301 +00:22:51,240 --> 00:22:54,000 +Money is a way to see the world. It's a way to see + +302 +00:22:54,000 --> 00:22:57,400 +the world. Alright. Okay, it's an opinion. Or we + +303 +00:22:57,400 --> 00:23:05,460 +could say, you can buy happiness. + +304 +00:23:08,300 --> 00:23:15,340 +using or buy money. Okay? Or money can buy you + +305 +00:23:15,340 --> 00:23:19,820 +happiness. Alright? This is an opinion. Money say + +306 +00:23:19,820 --> 00:23:29,660 +different words. Money can buy you happiness. + +307 +00:23:32,480 --> 00:23:40,220 +Okay? This is an opinion. Okay? Do you agree? It's + +308 +00:23:40,220 --> 00:23:43,680 +up to you, so it's a matter of an opinion, all + +309 +00:23:43,680 --> 00:23:46,360 +right? So what we've done so far, because of short + +310 +00:23:46,360 --> 00:23:49,360 +of time, because of lack of time, we've looked at + +311 +00:23:49,360 --> 00:23:53,880 +opinions and facts, and it is important generally + +312 +00:23:53,880 --> 00:24:00,900 +in this kind of writing to always include + +313 +00:24:00,900 --> 00:24:04,020 +in your writing, in your opinion writing, some + +314 +00:24:04,020 --> 00:24:09,670 +facts and some opinions about about the topic that + +315 +00:24:09,670 --> 00:24:13,610 +you are not talking about or writing about. So in + +316 +00:24:13,610 --> 00:24:16,450 +your topic sentence and supporting sentences, you + +317 +00:24:16,450 --> 00:24:20,390 +can support your opinions by giving facts, but + +318 +00:24:20,390 --> 00:24:25,050 +also you can also include examples and details. + +319 +00:24:25,250 --> 00:24:27,330 +Remember the supporting sentences that we talked + +320 +00:24:27,330 --> 00:24:30,850 +about in this kind of academic writing. Always + +321 +00:24:30,850 --> 00:24:34,730 +make sure that you include examples and opinions + +322 +00:24:34,730 --> 00:24:38,380 +and so on. and so on. So one important aspect of + +323 +00:24:38,380 --> 00:24:42,540 +good opinion writing is always making sure to + +324 +00:24:42,540 --> 00:24:47,720 +include examples in your writing. Let's see this + +325 +00:24:47,720 --> 00:24:51,240 +example and decide which are of the following + +326 +00:24:51,240 --> 00:24:56,020 +opinions and which ones are examples. Okay, let's + +327 +00:24:56,020 --> 00:24:58,520 +just look at the first one together. Smoking + +328 +00:24:58,520 --> 00:25:02,540 +should be banned in all places. Is this an opinion + +329 +00:25:02,540 --> 00:25:07,350 +or an example?It is an opinion. Second one, + +330 +00:25:07,670 --> 00:25:11,070 +smoking is banned in restaurants in our cities. + +331 +00:25:11,630 --> 00:25:15,310 +This is more of an example. Let's see the third + +332 +00:25:15,310 --> 00:25:20,010 +one. The air is cleaner and healthier in non + +333 +00:25:20,010 --> 00:25:26,530 +-smoking restaurants. This is an example or an + +334 +00:25:26,530 --> 00:25:30,430 +opinion? It's an opinion, alright? It's an + +335 +00:25:30,430 --> 00:25:34,110 +opinion.I believe it's more of sorry it's it's an + +336 +00:25:34,110 --> 00:25:37,290 +example sorry it's an example it's an example of + +337 +00:25:37,290 --> 00:25:40,610 +course for example the air is cleaner and + +338 +00:25:40,610 --> 00:25:43,150 +healthier in non-smoking restaurants let's see + +339 +00:25:43,150 --> 00:25:47,010 +number four I believe that customers prefer non + +340 +00:25:47,010 --> 00:25:51,030 +-smoking restaurants opinions clearly an opinion + +341 +00:25:51,030 --> 00:25:54,770 +that starts with I believe so it's clearly more of + +342 +00:25:54,770 --> 00:25:57,890 +an opinion than the previous sentence All right? + +343 +00:25:58,290 --> 00:26:04,630 +See number five. Just read it. My clothes... + +344 +00:26:04,630 --> 00:26:09,450 +Is + +345 +00:26:09,450 --> 00:26:12,910 +it example or an opinion? Example. My clothes + +346 +00:26:12,910 --> 00:26:15,850 +smelled horrible when I had lunch with a friend + +347 +00:26:15,850 --> 00:26:18,930 +who was smoking. It's more of an example. All + +348 +00:26:18,930 --> 00:26:22,850 +right? And finally, in my country, smoking is + +349 +00:26:22,850 --> 00:26:25,510 +banned in cars, buses, and all public buildings. + +350 +00:26:25,960 --> 00:26:29,740 +It's an example, so generally you have to make + +351 +00:26:29,740 --> 00:26:33,040 +sure that you include examples and opinions in + +352 +00:26:33,040 --> 00:26:36,380 +your writing, okay? Let's just very quickly put + +353 +00:26:36,380 --> 00:26:39,140 +this all of these things together and we say that + +354 +00:26:39,140 --> 00:26:42,080 +for the organization of an opinion paragraph you + +355 +00:26:42,080 --> 00:26:45,340 +have to start with a topic sentence that states + +356 +00:26:45,340 --> 00:26:47,940 +your opinion. We'll see some example here and then + +357 +00:26:47,940 --> 00:26:51,300 +in the supporting sentences you include reasons, + +358 +00:26:51,520 --> 00:26:54,680 +examples, facts, definitions, explanations and so + +359 +00:26:54,680 --> 00:26:57,520 +and so on and finally you end with a concluding + +360 +00:26:57,520 --> 00:27:01,450 +sentence to sum up to conclude in conclusion and + +361 +00:27:01,450 --> 00:27:03,730 +then you summarize your main points as a + +362 +00:27:03,730 --> 00:27:08,470 +concluding sentence let's see this example of an + +363 +00:27:08,470 --> 00:27:12,030 +outline for an opinion paragraph okay and just + +364 +00:27:12,030 --> 00:27:16,870 +consider how we here presented an opinion and + +365 +00:27:16,870 --> 00:27:20,130 +supported this opinion for example the government + +366 +00:27:20,130 --> 00:27:25,030 +should provide more financial assistance to + +367 +00:27:25,030 --> 00:27:30,060 +parents who use a child care for parents who use a + +368 +00:27:30,060 --> 00:27:35,300 +childcare. First, childcare centers may assist + +369 +00:27:35,300 --> 00:27:39,220 +children in their early development. For example, + +370 +00:27:39,820 --> 00:27:42,640 +they give children an opportunity to mix with + +371 +00:27:42,640 --> 00:27:46,520 +other children and to develop social skills at an + +372 +00:27:46,520 --> 00:27:50,940 +early age. Second, parents and children need some + +373 +00:27:50,940 --> 00:27:57,820 +time apart to spend In other words, children + +374 +00:27:57,820 --> 00:28:01,120 +become, that is to say, children become less + +375 +00:28:01,120 --> 00:28:05,520 +dependent on their parents and parents are less + +376 +00:28:05,520 --> 00:28:08,600 +stressed and more effective caregivers when there + +377 +00:28:08,600 --> 00:28:13,820 +are periods of separation. Third, the third + +378 +00:28:13,820 --> 00:28:18,340 +reason. Parents who cannot go to work because they + +379 +00:28:18,340 --> 00:28:21,680 +don't have access to childcare facilities cannot + +380 +00:28:21,680 --> 00:28:26,890 +contribute to the national economy. For example, + +381 +00:28:27,110 --> 00:28:30,670 +they are not able to use their productive skills + +382 +00:28:30,670 --> 00:28:36,210 +and do not pay income tax. So what we see here in + +383 +00:28:36,210 --> 00:28:40,780 +this paragraph is topic sentence three reasons and + +384 +00:28:40,780 --> 00:28:44,620 +for each one we have added one example one more + +385 +00:28:44,620 --> 00:28:48,680 +detail to support the idea okay all right this is + +386 +00:28:48,680 --> 00:28:52,360 +clear of course I took the concluding sentence + +387 +00:28:52,360 --> 00:28:55,740 +because the space doesn't allow us to include one + +388 +00:28:55,740 --> 00:28:59,400 +so what I'd like you to do now all right is to + +389 +00:28:59,400 --> 00:29:03,340 +check this sort of sentence or topic why should a + +390 +00:29:03,340 --> 00:29:08,480 +new sports center be opened in our Imagine that + +391 +00:29:08,480 --> 00:29:11,980 +you are writing a letter to the mayor of your city + +392 +00:29:11,980 --> 00:29:17,060 +and you are asking him or her to open a new sports + +393 +00:29:17,060 --> 00:29:19,320 +center in your neighborhood. So you want to + +394 +00:29:19,320 --> 00:29:24,780 +convince him or her of this issue. So why would + +395 +00:29:24,780 --> 00:29:29,120 +you want him to open a new sports center in your + +396 +00:29:29,120 --> 00:29:32,520 +neighborhood? So think of the first example. and + +397 +00:29:32,520 --> 00:29:35,840 +give me some more detail for this reason sorry + +398 +00:29:35,840 --> 00:29:40,020 +first reason and some more detail and so and so on + +399 +00:29:40,020 --> 00:29:44,280 +okay is this clear is this clear yes yes go ahead + +400 +00:29:44,280 --> 00:29:44,600 +please + +401 +00:30:04,640 --> 00:30:06,180 +Okay. Okay. + +402 +00:30:09,760 --> 00:30:10,920 +Okay. + +403 +00:30:25,700 --> 00:30:29,440 +So ideas could be something like, it's good for, + +404 +00:30:29,620 --> 00:30:33,400 +it keeps children playing indoor rather than + +405 +00:30:33,400 --> 00:30:35,860 +playing in the street, for example. They have a + +406 +00:30:35,860 --> 00:30:40,240 +place to go to and have fun, for example. Other + +407 +00:30:40,240 --> 00:30:43,620 +things could be something like, it's a good place + +408 +00:30:43,620 --> 00:30:48,420 +for interaction, social interaction. And it can + +409 +00:30:48,420 --> 00:30:51,540 +increase the rate of crime and violence amongst + +410 +00:30:51,540 --> 00:30:54,080 +teenagers and children. So these are some ideas. + +411 +00:30:58,380 --> 00:31:01,580 +Good social interaction. + +412 +00:31:27,380 --> 00:31:28,420 +I don't know. + +413 +00:31:58,600 --> 00:32:00,000 +Okay. + +414 +00:32:05,380 --> 00:32:06,780 +Okay. + +415 +00:32:11,460 --> 00:32:11,460 +Okay. + +416 +00:32:15,420 --> 00:32:16,820 +Okay. + +417 +00:32:23,850 --> 00:32:26,290 +I want to say thank you so much to all the people + +418 +00:32:26,290 --> 00:32:29,370 +who helped me get to where I am today. I want to + +419 +00:32:29,370 --> 00:32:31,370 +say thank you to all the people who helped me get + +420 +00:32:31,370 --> 00:32:31,810 +here today. + +421 +00:32:59,720 --> 00:33:01,120 +Measures. + +422 +00:33:19,580 --> 00:33:19,720 +Thank you. + +423 +00:33:38,030 --> 00:33:38,830 +Hello, how are you? + +424 +00:34:02,030 --> 00:34:04,630 +Portugal after what's the name of the country? + +425 +00:34:05,030 --> 00:34:05,670 +China. + +426 +00:34:12,630 --> 00:34:14,250 +Okay, fine. + +427 +00:34:29,240 --> 00:34:32,440 +How are you feeling? Good. + +428 +00:34:43,160 --> 00:34:48,180 +Okay. Okay. Yeah. + +429 +00:34:54,960 --> 00:34:56,360 +Yeah. + +430 +00:35:03,390 --> 00:35:12,210 +In the name of God, Most Gracious, Most Merciful. + +431 +00:35:36,680 --> 00:35:41,460 +Thank you so much. + +432 +00:35:51,850 --> 00:35:55,590 +All right, let's see. All right, the first one. + +433 +00:35:55,770 --> 00:35:59,310 +Why should a new sports center be opened in your + +434 +00:35:59,310 --> 00:36:02,310 +neighborhood or in our neighborhood? Just think of + +435 +00:36:02,310 --> 00:36:06,230 +one example, one reason for why this should + +436 +00:36:06,230 --> 00:36:11,130 +happen. Yes, please. to encourage guys to practice + +437 +00:36:11,130 --> 00:36:14,750 +many exercises that has a lot of benefits to their + +438 +00:36:14,750 --> 00:36:18,230 +body okay and one detail for this they can do + +439 +00:36:18,230 --> 00:36:22,290 +hiking exercises running for long distances and + +440 +00:36:22,290 --> 00:36:25,490 +jumping very nice very good very good idea sorry + +441 +00:36:25,490 --> 00:36:28,650 +Tina please it's useful to give a chance to our + +442 +00:36:28,650 --> 00:36:32,250 +children develop them to our skills a little to + +443 +00:36:32,250 --> 00:36:34,870 +interact with our children to be very happy okay + +444 +00:36:34,870 --> 00:36:36,830 +it helps children interact + +445 +00:36:39,120 --> 00:36:43,540 +and to be fitness very nice and to be fit okay and + +446 +00:36:43,540 --> 00:36:46,660 +healthy very nice and thirdly a good place to + +447 +00:36:46,660 --> 00:36:49,440 +spend your time and okay people usually waste + +448 +00:36:49,440 --> 00:36:52,060 +their time doing useless things instead they can + +449 +00:36:52,060 --> 00:36:54,420 +spend it exercising and doing something all right + +450 +00:36:54,420 --> 00:37:03,960 +we can say it is good for children to and + +451 +00:37:03,960 --> 00:37:08,480 +teenagers to + +452 +00:37:09,740 --> 00:37:18,460 +be there instead of spending their time in the + +453 +00:37:18,460 --> 00:37:27,720 +street instead of being in the street or + +454 +00:37:27,720 --> 00:37:31,780 +playing in the street one more detail we can just + +455 +00:37:31,780 --> 00:37:37,740 +add it keeps the children + +456 +00:37:40,440 --> 00:37:48,440 +away from the street and + +457 +00:37:48,440 --> 00:38:02,300 +allows them to engage to engage in healthy and + +458 +00:38:02,300 --> 00:38:09,440 +useful healthy and useful activities okay? + +459 +00:38:32,160 --> 00:38:38,700 +It's a good place to spend your time in and for + +460 +00:38:38,700 --> 00:38:43,030 +social interaction for example you canVery nice. + +461 +00:38:43,110 --> 00:38:49,030 +So it is, it is an important, + +462 +00:38:51,630 --> 00:38:59,790 +it would be an important place for people to + +463 +00:38:59,790 --> 00:39:10,290 +socialize and interact with each other. + +464 +00:39:13,540 --> 00:39:16,740 +Okay, this is one good reason. One more detail on + +465 +00:39:16,740 --> 00:39:29,880 +this, we could say, since there is no + +466 +00:39:29,880 --> 00:39:36,300 +parks in the neighborhood, + +467 +00:39:41,700 --> 00:39:52,620 +this place this club or center is what we actually + +468 +00:39:52,620 --> 00:40:00,400 +need okay to engage in activities and social + +469 +00:40:00,400 --> 00:40:05,480 +interaction okay all right okay let's see a third + +470 +00:40:05,480 --> 00:40:11,260 +reason it can decrease the rate of crime and + +471 +00:40:11,260 --> 00:40:15,200 +violence on the street okay and as a detail for + +472 +00:40:15,200 --> 00:40:18,120 +instance children and teenagers especially + +473 +00:40:18,120 --> 00:40:22,800 +teenagers can engage in social activities and fun + +474 +00:40:22,800 --> 00:40:27,280 +activities and keeps them away from violence okay + +475 +00:40:27,280 --> 00:40:31,300 +all right so what we did here is basically + +476 +00:40:31,300 --> 00:40:35,360 +providing reasons and good examples for this kind + +477 +00:40:35,360 --> 00:40:39,560 +of uh of topic all right all right now we'll have + +478 +00:40:39,560 --> 00:40:41,920 +to stop right here and next time inshallah we'll + +479 +00:40:41,920 --> 00:40:45,730 +continue talking aboutah opinion paragraph and + +480 +00:40:45,730 --> 00:40:49,490 +opinion writing so thank you very much and see you + +481 +00:40:49,490 --> 00:40:50,570 +next time inshallah + diff --git a/PL9fwy3NUQKwbknFHzECJkgNOSFOth6GiS/tpkOVQqvAGM_raw.json b/PL9fwy3NUQKwbknFHzECJkgNOSFOth6GiS/tpkOVQqvAGM_raw.json new file mode 100644 index 0000000000000000000000000000000000000000..5f9a7f3179691f7716b18fd5e226b5c57eadcd33 --- /dev/null +++ b/PL9fwy3NUQKwbknFHzECJkgNOSFOth6GiS/tpkOVQqvAGM_raw.json @@ -0,0 +1 @@ +{"segments": [{"id": 1, "seek": 4138, "start": 22.02, "end": 41.38, "text": " Good morning, how are you today? Very good, very good. Today we will continue talking about cause and effect paragraph. Last time we discussed a few points regarding cause and effect and we said that cause and effect are very much interdependent, that is to say we cannot think of a cause without thinking of", "tokens": [2205, 2446, 11, 577, 366, 291, 965, 30, 4372, 665, 11, 588, 665, 13, 2692, 321, 486, 2354, 1417, 466, 3082, 293, 1802, 18865, 13, 5264, 565, 321, 7152, 257, 1326, 2793, 8595, 3082, 293, 1802, 293, 321, 848, 300, 3082, 293, 1802, 366, 588, 709, 728, 36763, 317, 11, 300, 307, 281, 584, 321, 2644, 519, 295, 257, 3082, 1553, 1953, 295], "avg_logprob": -0.2575683449395001, "compression_ratio": 1.609375, "no_speech_prob": 5.4836273193359375e-06, "words": [{"start": 22.019999999999992, "end": 22.499999999999996, "word": " Good", "probability": 0.30029296875}, {"start": 22.499999999999996, "end": 22.98, "word": " morning,", "probability": 0.83740234375}, {"start": 23.08, "end": 23.16, "word": " how", "probability": 0.88818359375}, {"start": 23.16, "end": 23.28, "word": " are", "probability": 0.947265625}, {"start": 23.28, "end": 23.38, "word": " you", "probability": 0.97119140625}, {"start": 23.38, "end": 23.7, "word": " today?", "probability": 0.794921875}, {"start": 24.12, "end": 24.6, "word": " Very", "probability": 0.43359375}, {"start": 24.6, "end": 24.84, "word": " good,", "probability": 0.912109375}, {"start": 24.9, "end": 25.04, "word": " very", "probability": 0.78369140625}, {"start": 25.04, "end": 25.22, "word": " good.", "probability": 0.91796875}, {"start": 25.32, "end": 25.68, "word": " Today", "probability": 0.36767578125}, {"start": 25.68, "end": 26.36, "word": " we", "probability": 0.6669921875}, {"start": 26.36, "end": 26.44, "word": " will", "probability": 0.3828125}, {"start": 26.44, "end": 26.76, "word": " continue", "probability": 0.89404296875}, {"start": 26.76, "end": 27.24, "word": " talking", "probability": 0.8369140625}, {"start": 27.24, "end": 27.84, "word": " about", "probability": 0.87158203125}, {"start": 27.84, "end": 29.16, "word": " cause", "probability": 0.7333984375}, {"start": 29.16, "end": 29.3, "word": " and", "probability": 0.85498046875}, {"start": 29.3, "end": 29.62, "word": " effect", "probability": 0.90771484375}, {"start": 29.62, "end": 30.08, "word": " paragraph.", "probability": 0.642578125}, {"start": 30.56, "end": 30.8, "word": " Last", "probability": 0.87744140625}, {"start": 30.8, "end": 31.04, "word": " time", "probability": 0.8818359375}, {"start": 31.04, "end": 31.2, "word": " we", "probability": 0.751953125}, {"start": 31.2, "end": 31.58, "word": " discussed", "probability": 0.85986328125}, {"start": 31.58, "end": 32.28, "word": " a", "probability": 0.56982421875}, {"start": 32.28, "end": 32.5, "word": " few", "probability": 0.90185546875}, {"start": 32.5, "end": 32.86, "word": " points", "probability": 0.90478515625}, {"start": 32.86, "end": 33.36, "word": " regarding", "probability": 0.87548828125}, {"start": 33.36, "end": 33.7, "word": " cause", "probability": 0.86572265625}, {"start": 33.7, "end": 33.84, "word": " and", "probability": 0.94287109375}, {"start": 33.84, "end": 34.06, "word": " effect", "probability": 0.541015625}, {"start": 34.06, "end": 34.26, "word": " and", "probability": 0.48681640625}, {"start": 34.26, "end": 34.42, "word": " we", "probability": 0.86962890625}, {"start": 34.42, "end": 34.74, "word": " said", "probability": 0.9462890625}, {"start": 34.74, "end": 35.36, "word": " that", "probability": 0.9072265625}, {"start": 35.36, "end": 35.56, "word": " cause", "probability": 0.86962890625}, {"start": 35.56, "end": 35.7, "word": " and", "probability": 0.943359375}, {"start": 35.7, "end": 35.94, "word": " effect", "probability": 0.88232421875}, {"start": 35.94, "end": 36.22, "word": " are", "probability": 0.94189453125}, {"start": 36.22, "end": 36.48, "word": " very", "probability": 0.84423828125}, {"start": 36.48, "end": 36.76, "word": " much", "probability": 0.88134765625}, {"start": 36.76, "end": 37.88, "word": " interdependent,", "probability": 0.9090169270833334}, {"start": 38.2, "end": 38.3, "word": " that", "probability": 0.90234375}, {"start": 38.3, "end": 38.46, "word": " is", "probability": 0.93310546875}, {"start": 38.46, "end": 38.56, "word": " to", "probability": 0.96533203125}, {"start": 38.56, "end": 38.88, "word": " say", "probability": 0.953125}, {"start": 38.88, "end": 39.16, "word": " we", "probability": 0.55078125}, {"start": 39.16, "end": 39.4, "word": " cannot", "probability": 0.84912109375}, {"start": 39.4, "end": 39.78, "word": " think", "probability": 0.916015625}, {"start": 39.78, "end": 39.92, "word": " of", "probability": 0.93798828125}, {"start": 39.92, "end": 40.04, "word": " a", "probability": 0.9609375}, {"start": 40.04, "end": 40.28, "word": " cause", "probability": 0.86962890625}, {"start": 40.28, "end": 40.52, "word": " without", "probability": 0.908203125}, {"start": 40.52, "end": 41.04, "word": " thinking", "probability": 0.861328125}, {"start": 41.04, "end": 41.38, "word": " of", "probability": 0.96533203125}], "temperature": 1.0}, {"id": 2, "seek": 6933, "start": 41.61, "end": 69.33, "text": " its effects or its consequences and vice versa. So we cannot think of effects without actually discussing or examining the causes of such, of this effect. Today, we'll continue doing some more practice in this. So generally, whenever we want to write a cause and effect paragraph, we have to actually support this paragraph or this topic that addresses a cause and or an effect.", "tokens": [1080, 5065, 420, 1080, 10098, 293, 11964, 25650, 13, 407, 321, 2644, 519, 295, 5065, 1553, 767, 10850, 420, 34662, 264, 7700, 295, 1270, 11, 295, 341, 1802, 13, 2692, 11, 321, 603, 2354, 884, 512, 544, 3124, 294, 341, 13, 407, 5101, 11, 5699, 321, 528, 281, 2464, 257, 3082, 293, 1802, 18865, 11, 321, 362, 281, 767, 1406, 341, 18865, 420, 341, 4829, 300, 16862, 257, 3082, 293, 420, 364, 1802, 13], "avg_logprob": -0.21833332816759746, "compression_ratio": 1.730593607305936, "no_speech_prob": 3.5762786865234375e-07, "words": [{"start": 41.61, "end": 42.17, "word": " its", "probability": 0.43994140625}, {"start": 42.17, "end": 42.65, "word": " effects", "probability": 0.82177734375}, {"start": 42.65, "end": 42.89, "word": " or", "probability": 0.77978515625}, {"start": 42.89, "end": 43.05, "word": " its", "probability": 0.70751953125}, {"start": 43.05, "end": 43.37, "word": " consequences", "probability": 0.22119140625}, {"start": 43.37, "end": 44.41, "word": " and", "probability": 0.70068359375}, {"start": 44.41, "end": 45.01, "word": " vice", "probability": 0.908203125}, {"start": 45.01, "end": 45.35, "word": " versa.", "probability": 0.787109375}, {"start": 45.41, "end": 45.59, "word": " So", "probability": 0.67138671875}, {"start": 45.59, "end": 45.67, "word": " we", "probability": 0.8173828125}, {"start": 45.67, "end": 45.89, "word": " cannot", "probability": 0.8642578125}, {"start": 45.89, "end": 46.29, "word": " think", "probability": 0.9228515625}, {"start": 46.29, "end": 46.49, "word": " of", "probability": 0.95361328125}, {"start": 46.49, "end": 46.85, "word": " effects", "probability": 0.91015625}, {"start": 46.85, "end": 47.25, "word": " without", "probability": 0.8994140625}, {"start": 47.25, "end": 47.93, "word": " actually", "probability": 0.8916015625}, {"start": 47.93, "end": 48.81, "word": " discussing", "probability": 0.90673828125}, {"start": 48.81, "end": 49.09, "word": " or", "probability": 0.951171875}, {"start": 49.09, "end": 49.65, "word": " examining", "probability": 0.97509765625}, {"start": 49.65, "end": 50.37, "word": " the", "probability": 0.87451171875}, {"start": 50.37, "end": 50.75, "word": " causes", "probability": 0.88330078125}, {"start": 50.75, "end": 51.09, "word": " of", "probability": 0.96533203125}, {"start": 51.09, "end": 51.41, "word": " such,", "probability": 0.88330078125}, {"start": 51.51, "end": 51.67, "word": " of", "probability": 0.95166015625}, {"start": 51.67, "end": 51.91, "word": " this", "probability": 0.9375}, {"start": 51.91, "end": 52.29, "word": " effect.", "probability": 0.1607666015625}, {"start": 52.87, "end": 53.01, "word": " Today,", "probability": 0.85009765625}, {"start": 53.11, "end": 53.31, "word": " we'll", "probability": 0.727294921875}, {"start": 53.31, "end": 53.73, "word": " continue", "probability": 0.88525390625}, {"start": 53.73, "end": 54.97, "word": " doing", "probability": 0.94873046875}, {"start": 54.97, "end": 55.23, "word": " some", "probability": 0.89501953125}, {"start": 55.23, "end": 55.43, "word": " more", "probability": 0.93408203125}, {"start": 55.43, "end": 55.97, "word": " practice", "probability": 0.88818359375}, {"start": 55.97, "end": 56.51, "word": " in", "probability": 0.947265625}, {"start": 56.51, "end": 57.19, "word": " this.", "probability": 0.90478515625}, {"start": 57.51, "end": 57.51, "word": " So", "probability": 0.74755859375}, {"start": 57.51, "end": 57.91, "word": " generally,", "probability": 0.78955078125}, {"start": 58.67, "end": 59.13, "word": " whenever", "probability": 0.95458984375}, {"start": 59.13, "end": 59.43, "word": " we", "probability": 0.82568359375}, {"start": 59.43, "end": 59.67, "word": " want", "probability": 0.876953125}, {"start": 59.67, "end": 59.79, "word": " to", "probability": 0.970703125}, {"start": 59.79, "end": 60.01, "word": " write", "probability": 0.908203125}, {"start": 60.01, "end": 60.29, "word": " a", "probability": 0.7939453125}, {"start": 60.29, "end": 60.53, "word": " cause", "probability": 0.861328125}, {"start": 60.53, "end": 60.67, "word": " and", "probability": 0.869140625}, {"start": 60.67, "end": 60.93, "word": " effect", "probability": 0.9375}, {"start": 60.93, "end": 61.39, "word": " paragraph,", "probability": 0.958984375}, {"start": 61.63, "end": 61.75, "word": " we", "probability": 0.9609375}, {"start": 61.75, "end": 62.05, "word": " have", "probability": 0.94873046875}, {"start": 62.05, "end": 62.49, "word": " to", "probability": 0.97021484375}, {"start": 62.49, "end": 63.21, "word": " actually", "probability": 0.89111328125}, {"start": 63.21, "end": 63.89, "word": " support", "probability": 0.984375}, {"start": 63.89, "end": 64.57, "word": " this", "probability": 0.94580078125}, {"start": 64.57, "end": 65.37, "word": " paragraph", "probability": 0.9453125}, {"start": 65.37, "end": 65.77, "word": " or", "probability": 0.779296875}, {"start": 65.77, "end": 66.01, "word": " this", "probability": 0.94873046875}, {"start": 66.01, "end": 66.37, "word": " topic", "probability": 0.9580078125}, {"start": 66.37, "end": 66.67, "word": " that", "probability": 0.9296875}, {"start": 66.67, "end": 67.05, "word": " addresses", "probability": 0.8115234375}, {"start": 67.05, "end": 67.33, "word": " a", "probability": 0.98828125}, {"start": 67.33, "end": 67.63, "word": " cause", "probability": 0.8544921875}, {"start": 67.63, "end": 68.43, "word": " and", "probability": 0.5078125}, {"start": 68.43, "end": 68.71, "word": " or", "probability": 0.29296875}, {"start": 68.71, "end": 68.99, "word": " an", "probability": 0.9248046875}, {"start": 68.99, "end": 69.33, "word": " effect.", "probability": 0.912109375}], "temperature": 1.0}, {"id": 3, "seek": 9370, "start": 69.64, "end": 93.7, "text": " with a number of things. For example, we should give good examples for a cause or for an effect. We should provide definitions, descriptions, narrations, and or comparisons. That is to say, the more you provide support to your idea, to your topic sentence, the better and the clearer it gets.", "tokens": [365, 257, 1230, 295, 721, 13, 1171, 1365, 11, 321, 820, 976, 665, 5110, 337, 257, 3082, 420, 337, 364, 1802, 13, 492, 820, 2893, 21988, 11, 24406, 11, 6397, 763, 11, 293, 420, 33157, 13, 663, 307, 281, 584, 11, 264, 544, 291, 2893, 1406, 281, 428, 1558, 11, 281, 428, 4829, 8174, 11, 264, 1101, 293, 264, 26131, 309, 2170, 13], "avg_logprob": -0.2128906196448952, "compression_ratio": 1.60989010989011, "no_speech_prob": 3.5762786865234375e-07, "words": [{"start": 69.64, "end": 70.08, "word": " with", "probability": 0.4072265625}, {"start": 70.08, "end": 70.62, "word": " a", "probability": 0.88330078125}, {"start": 70.62, "end": 70.94, "word": " number", "probability": 0.91748046875}, {"start": 70.94, "end": 71.5, "word": " of", "probability": 0.95947265625}, {"start": 71.5, "end": 72.12, "word": " things.", "probability": 0.73388671875}, {"start": 72.28, "end": 72.34, "word": " For", "probability": 0.83154296875}, {"start": 72.34, "end": 72.8, "word": " example,", "probability": 0.9697265625}, {"start": 73.16, "end": 73.16, "word": " we", "probability": 0.8740234375}, {"start": 73.16, "end": 74.12, "word": " should", "probability": 0.77294921875}, {"start": 74.12, "end": 74.58, "word": " give", "probability": 0.393310546875}, {"start": 74.58, "end": 75.24, "word": " good", "probability": 0.7412109375}, {"start": 75.24, "end": 75.86, "word": " examples", "probability": 0.8212890625}, {"start": 75.86, "end": 76.38, "word": " for", "probability": 0.8349609375}, {"start": 76.38, "end": 76.94, "word": " a", "probability": 0.9345703125}, {"start": 76.94, "end": 77.22, "word": " cause", "probability": 0.75927734375}, {"start": 77.22, "end": 77.58, "word": " or", "probability": 0.84912109375}, {"start": 77.58, "end": 77.92, "word": " for", "probability": 0.72119140625}, {"start": 77.92, "end": 78.28, "word": " an", "probability": 0.92529296875}, {"start": 78.28, "end": 78.58, "word": " effect.", "probability": 0.92236328125}, {"start": 78.66, "end": 78.74, "word": " We", "probability": 0.8896484375}, {"start": 78.74, "end": 78.94, "word": " should", "probability": 0.96728515625}, {"start": 78.94, "end": 79.54, "word": " provide", "probability": 0.95654296875}, {"start": 79.54, "end": 80.64, "word": " definitions,", "probability": 0.8369140625}, {"start": 81.2, "end": 81.96, "word": " descriptions,", "probability": 0.810546875}, {"start": 82.72, "end": 83.46, "word": " narrations,", "probability": 0.8798828125}, {"start": 83.8, "end": 83.88, "word": " and", "probability": 0.87841796875}, {"start": 83.88, "end": 84.28, "word": " or", "probability": 0.140869140625}, {"start": 84.28, "end": 85.38, "word": " comparisons.", "probability": 0.75}, {"start": 85.5, "end": 85.62, "word": " That", "probability": 0.8388671875}, {"start": 85.62, "end": 85.76, "word": " is", "probability": 0.88330078125}, {"start": 85.76, "end": 85.88, "word": " to", "probability": 0.95458984375}, {"start": 85.88, "end": 86.08, "word": " say,", "probability": 0.95166015625}, {"start": 86.38, "end": 86.44, "word": " the", "probability": 0.91796875}, {"start": 86.44, "end": 86.68, "word": " more", "probability": 0.93212890625}, {"start": 86.68, "end": 86.84, "word": " you", "probability": 0.93701171875}, {"start": 86.84, "end": 87.2, "word": " provide", "probability": 0.94287109375}, {"start": 87.2, "end": 87.64, "word": " support", "probability": 0.96484375}, {"start": 87.64, "end": 87.88, "word": " to", "probability": 0.91796875}, {"start": 87.88, "end": 88.12, "word": " your", "probability": 0.880859375}, {"start": 88.12, "end": 88.48, "word": " idea,", "probability": 0.87890625}, {"start": 88.74, "end": 88.8, "word": " to", "probability": 0.89013671875}, {"start": 88.8, "end": 89.02, "word": " your", "probability": 0.88330078125}, {"start": 89.02, "end": 89.28, "word": " topic", "probability": 0.9443359375}, {"start": 89.28, "end": 89.78, "word": " sentence,", "probability": 0.72265625}, {"start": 90.18, "end": 90.28, "word": " the", "probability": 0.91845703125}, {"start": 90.28, "end": 90.56, "word": " better", "probability": 0.85986328125}, {"start": 90.56, "end": 90.88, "word": " and", "probability": 0.8701171875}, {"start": 90.88, "end": 91.02, "word": " the", "probability": 0.7275390625}, {"start": 91.02, "end": 92.2, "word": " clearer", "probability": 0.462158203125}, {"start": 92.2, "end": 92.56, "word": " it", "probability": 0.76025390625}, {"start": 92.56, "end": 93.7, "word": " gets.", "probability": 0.826171875}], "temperature": 1.0}, {"id": 4, "seek": 11456, "start": 94.94, "end": 114.56, "text": " Whenever we write, we have some causal patterns, alright? So, we have to have some kind of organization for how we want to organize the writing of our paragraph or about causes and effects. Generally, you might be given an effect and you are asked", "tokens": [14159, 321, 2464, 11, 321, 362, 512, 38755, 8294, 11, 5845, 30, 407, 11, 321, 362, 281, 362, 512, 733, 295, 4475, 337, 577, 321, 528, 281, 13859, 264, 3579, 295, 527, 18865, 420, 466, 7700, 293, 5065, 13, 21082, 11, 291, 1062, 312, 2212, 364, 1802, 293, 291, 366, 2351], "avg_logprob": -0.22506009644040695, "compression_ratio": 1.521472392638037, "no_speech_prob": 7.987022399902344e-06, "words": [{"start": 94.94, "end": 95.56, "word": " Whenever", "probability": 0.56591796875}, {"start": 95.56, "end": 95.9, "word": " we", "probability": 0.94287109375}, {"start": 95.9, "end": 96.1, "word": " write,", "probability": 0.89697265625}, {"start": 96.18, "end": 96.32, "word": " we", "probability": 0.95849609375}, {"start": 96.32, "end": 96.68, "word": " have", "probability": 0.9423828125}, {"start": 96.68, "end": 97.14, "word": " some", "probability": 0.87255859375}, {"start": 97.14, "end": 97.6, "word": " causal", "probability": 0.86767578125}, {"start": 97.6, "end": 98.2, "word": " patterns,", "probability": 0.8623046875}, {"start": 98.56, "end": 98.76, "word": " alright?", "probability": 0.61083984375}, {"start": 99.14, "end": 99.3, "word": " So,", "probability": 0.9287109375}, {"start": 99.36, "end": 99.48, "word": " we", "probability": 0.9619140625}, {"start": 99.48, "end": 99.62, "word": " have", "probability": 0.947265625}, {"start": 99.62, "end": 99.74, "word": " to", "probability": 0.96484375}, {"start": 99.74, "end": 99.9, "word": " have", "probability": 0.94873046875}, {"start": 99.9, "end": 100.1, "word": " some", "probability": 0.8916015625}, {"start": 100.1, "end": 100.38, "word": " kind", "probability": 0.87158203125}, {"start": 100.38, "end": 100.5, "word": " of", "probability": 0.9716796875}, {"start": 100.5, "end": 101.2, "word": " organization", "probability": 0.81591796875}, {"start": 101.2, "end": 101.56, "word": " for", "probability": 0.916015625}, {"start": 101.56, "end": 101.88, "word": " how", "probability": 0.9365234375}, {"start": 101.88, "end": 102.18, "word": " we", "probability": 0.9638671875}, {"start": 102.18, "end": 102.52, "word": " want", "probability": 0.865234375}, {"start": 102.52, "end": 102.68, "word": " to", "probability": 0.8525390625}, {"start": 102.68, "end": 103.18, "word": " organize", "probability": 0.93798828125}, {"start": 103.18, "end": 104.9, "word": " the", "probability": 0.7626953125}, {"start": 104.9, "end": 105.34, "word": " writing", "probability": 0.9443359375}, {"start": 105.34, "end": 105.9, "word": " of", "probability": 0.494140625}, {"start": 105.9, "end": 106.16, "word": " our", "probability": 0.81494140625}, {"start": 106.16, "end": 106.8, "word": " paragraph", "probability": 0.90576171875}, {"start": 106.8, "end": 107.08, "word": " or", "probability": 0.39111328125}, {"start": 107.08, "end": 107.42, "word": " about", "probability": 0.91943359375}, {"start": 107.42, "end": 107.82, "word": " causes", "probability": 0.84521484375}, {"start": 107.82, "end": 108.24, "word": " and", "probability": 0.92333984375}, {"start": 108.24, "end": 108.46, "word": " effects.", "probability": 0.7255859375}, {"start": 108.54, "end": 108.82, "word": " Generally,", "probability": 0.63720703125}, {"start": 111.14, "end": 111.38, "word": " you", "probability": 0.357666015625}, {"start": 111.38, "end": 111.88, "word": " might", "probability": 0.8603515625}, {"start": 111.88, "end": 112.08, "word": " be", "probability": 0.95361328125}, {"start": 112.08, "end": 112.44, "word": " given", "probability": 0.90625}, {"start": 112.44, "end": 113.06, "word": " an", "probability": 0.9384765625}, {"start": 113.06, "end": 113.42, "word": " effect", "probability": 0.92919921875}, {"start": 113.42, "end": 113.98, "word": " and", "probability": 0.80908203125}, {"start": 113.98, "end": 114.14, "word": " you", "probability": 0.95849609375}, {"start": 114.14, "end": 114.34, "word": " are", "probability": 0.89013671875}, {"start": 114.34, "end": 114.56, "word": " asked", "probability": 0.83349609375}], "temperature": 1.0}, {"id": 5, "seek": 14446, "start": 116.98, "end": 144.46, "text": " The causes, or the other way around. You have a cause, for example, and you want to think about or write about the effects of this. For example, air pollution, and you want to talk about the effects of air pollution, the negative of course, effects of air pollution. And sometimes we have something called causal or chain reasoning. That is to say, there is a cause that leads to an effect, and this effect leads to another effect, and so on.", "tokens": [440, 7700, 11, 420, 264, 661, 636, 926, 13, 509, 362, 257, 3082, 11, 337, 1365, 11, 293, 291, 528, 281, 519, 466, 420, 2464, 466, 264, 5065, 295, 341, 13, 1171, 1365, 11, 1988, 16727, 11, 293, 291, 528, 281, 751, 466, 264, 5065, 295, 1988, 16727, 11, 264, 3671, 295, 1164, 11, 5065, 295, 1988, 16727, 13, 400, 2171, 321, 362, 746, 1219, 38755, 420, 5021, 21577, 13, 663, 307, 281, 584, 11, 456, 307, 257, 3082, 300, 6689, 281, 364, 1802, 11, 293, 341, 1802, 6689, 281, 1071, 1802, 11, 293, 370, 322, 13], "avg_logprob": -0.17139667637494146, "compression_ratio": 1.9865470852017937, "no_speech_prob": 1.2516975402832031e-06, "words": [{"start": 116.98, "end": 117.1, "word": " The", "probability": 0.25341796875}, {"start": 117.1, "end": 117.5, "word": " causes,", "probability": 0.8486328125}, {"start": 117.78, "end": 117.98, "word": " or", "probability": 0.90966796875}, {"start": 117.98, "end": 118.16, "word": " the", "probability": 0.8818359375}, {"start": 118.16, "end": 118.42, "word": " other", "probability": 0.89794921875}, {"start": 118.42, "end": 118.64, "word": " way", "probability": 0.94970703125}, {"start": 118.64, "end": 118.84, "word": " around.", "probability": 0.89453125}, {"start": 118.96, "end": 119.06, "word": " You", "probability": 0.9599609375}, {"start": 119.06, "end": 120.02, "word": " have", "probability": 0.59619140625}, {"start": 120.02, "end": 120.22, "word": " a", "probability": 0.96728515625}, {"start": 120.22, "end": 120.52, "word": " cause,", "probability": 0.83642578125}, {"start": 120.92, "end": 121.1, "word": " for", "probability": 0.935546875}, {"start": 121.1, "end": 121.52, "word": " example,", "probability": 0.9775390625}, {"start": 121.68, "end": 121.84, "word": " and", "probability": 0.93017578125}, {"start": 121.84, "end": 122.0, "word": " you", "probability": 0.96044921875}, {"start": 122.0, "end": 122.36, "word": " want", "probability": 0.8916015625}, {"start": 122.36, "end": 122.58, "word": " to", "probability": 0.97021484375}, {"start": 122.58, "end": 122.86, "word": " think", "probability": 0.8984375}, {"start": 122.86, "end": 123.22, "word": " about", "probability": 0.90380859375}, {"start": 123.22, "end": 123.46, "word": " or", "probability": 0.775390625}, {"start": 123.46, "end": 123.68, "word": " write", "probability": 0.92529296875}, {"start": 123.68, "end": 124.04, "word": " about", "probability": 0.90478515625}, {"start": 124.04, "end": 124.84, "word": " the", "probability": 0.83251953125}, {"start": 124.84, "end": 125.52, "word": " effects", "probability": 0.89208984375}, {"start": 125.52, "end": 125.76, "word": " of", "probability": 0.96875}, {"start": 125.76, "end": 125.94, "word": " this.", "probability": 0.94677734375}, {"start": 126.02, "end": 126.12, "word": " For", "probability": 0.9677734375}, {"start": 126.12, "end": 126.5, "word": " example,", "probability": 0.97509765625}, {"start": 126.66, "end": 126.86, "word": " air", "probability": 0.845703125}, {"start": 126.86, "end": 127.32, "word": " pollution,", "probability": 0.98193359375}, {"start": 127.94, "end": 128.16, "word": " and", "probability": 0.93310546875}, {"start": 128.16, "end": 128.3, "word": " you", "probability": 0.54541015625}, {"start": 128.3, "end": 128.5, "word": " want", "probability": 0.88330078125}, {"start": 128.5, "end": 128.62, "word": " to", "probability": 0.96875}, {"start": 128.62, "end": 128.82, "word": " talk", "probability": 0.88037109375}, {"start": 128.82, "end": 129.18, "word": " about", "probability": 0.89892578125}, {"start": 129.18, "end": 129.46, "word": " the", "probability": 0.86328125}, {"start": 129.46, "end": 129.88, "word": " effects", "probability": 0.85986328125}, {"start": 129.88, "end": 130.08, "word": " of", "probability": 0.96923828125}, {"start": 130.08, "end": 130.36, "word": " air", "probability": 0.88818359375}, {"start": 130.36, "end": 130.72, "word": " pollution,", "probability": 0.9521484375}, {"start": 130.88, "end": 130.96, "word": " the", "probability": 0.45849609375}, {"start": 130.96, "end": 131.28, "word": " negative", "probability": 0.95263671875}, {"start": 131.28, "end": 131.52, "word": " of", "probability": 0.69775390625}, {"start": 131.52, "end": 131.76, "word": " course,", "probability": 0.91357421875}, {"start": 132.16, "end": 132.48, "word": " effects", "probability": 0.76025390625}, {"start": 132.48, "end": 132.66, "word": " of", "probability": 0.96484375}, {"start": 132.66, "end": 132.84, "word": " air", "probability": 0.86279296875}, {"start": 132.84, "end": 133.08, "word": " pollution.", "probability": 0.9794921875}, {"start": 133.24, "end": 133.42, "word": " And", "probability": 0.93212890625}, {"start": 133.42, "end": 133.74, "word": " sometimes", "probability": 0.9365234375}, {"start": 133.74, "end": 133.92, "word": " we", "probability": 0.83984375}, {"start": 133.92, "end": 134.08, "word": " have", "probability": 0.9453125}, {"start": 134.08, "end": 134.36, "word": " something", "probability": 0.865234375}, {"start": 134.36, "end": 134.8, "word": " called", "probability": 0.8837890625}, {"start": 134.8, "end": 136.0, "word": " causal", "probability": 0.90478515625}, {"start": 136.0, "end": 136.98, "word": " or", "probability": 0.8349609375}, {"start": 136.98, "end": 137.52, "word": " chain", "probability": 0.87646484375}, {"start": 137.52, "end": 138.02, "word": " reasoning.", "probability": 0.9453125}, {"start": 138.14, "end": 138.24, "word": " That", "probability": 0.9208984375}, {"start": 138.24, "end": 138.38, "word": " is", "probability": 0.90673828125}, {"start": 138.38, "end": 138.52, "word": " to", "probability": 0.966796875}, {"start": 138.52, "end": 138.76, "word": " say,", "probability": 0.94873046875}, {"start": 139.26, "end": 139.46, "word": " there", "probability": 0.90478515625}, {"start": 139.46, "end": 139.62, "word": " is", "probability": 0.9267578125}, {"start": 139.62, "end": 139.82, "word": " a", "probability": 0.9970703125}, {"start": 139.82, "end": 140.12, "word": " cause", "probability": 0.82568359375}, {"start": 140.12, "end": 140.42, "word": " that", "probability": 0.93115234375}, {"start": 140.42, "end": 140.7, "word": " leads", "probability": 0.912109375}, {"start": 140.7, "end": 140.86, "word": " to", "probability": 0.96240234375}, {"start": 140.86, "end": 141.02, "word": " an", "probability": 0.947265625}, {"start": 141.02, "end": 141.38, "word": " effect,", "probability": 0.9111328125}, {"start": 141.52, "end": 141.64, "word": " and", "probability": 0.93310546875}, {"start": 141.64, "end": 141.84, "word": " this", "probability": 0.94140625}, {"start": 141.84, "end": 142.18, "word": " effect", "probability": 0.91455078125}, {"start": 142.18, "end": 142.86, "word": " leads", "probability": 0.88134765625}, {"start": 142.86, "end": 143.14, "word": " to", "probability": 0.96142578125}, {"start": 143.14, "end": 143.52, "word": " another", "probability": 0.9189453125}, {"start": 143.52, "end": 143.9, "word": " effect,", "probability": 0.92529296875}, {"start": 144.04, "end": 144.2, "word": " and", "probability": 0.93701171875}, {"start": 144.2, "end": 144.34, "word": " so", "probability": 0.95361328125}, {"start": 144.34, "end": 144.46, "word": " on.", "probability": 0.94482421875}], "temperature": 1.0}, {"id": 6, "seek": 16842, "start": 145.0, "end": 168.42, "text": " kind of a chain order. Let's just quickly look at these examples just to illustrate the idea better. So we have a cause here or we have an effect here, car accidents for example. It's an effect. What are the causes or the possible causes of car accidents? A cause might be bad road infrastructure for example or", "tokens": [733, 295, 257, 5021, 1668, 13, 961, 311, 445, 2661, 574, 412, 613, 5110, 445, 281, 23221, 264, 1558, 1101, 13, 407, 321, 362, 257, 3082, 510, 420, 321, 362, 364, 1802, 510, 11, 1032, 23875, 337, 1365, 13, 467, 311, 364, 1802, 13, 708, 366, 264, 7700, 420, 264, 1944, 7700, 295, 1032, 23875, 30, 316, 3082, 1062, 312, 1578, 3060, 6896, 337, 1365, 420], "avg_logprob": -0.22294775407705733, "compression_ratio": 1.6595744680851063, "no_speech_prob": 2.384185791015625e-07, "words": [{"start": 145.0, "end": 145.24, "word": " kind", "probability": 0.378173828125}, {"start": 145.24, "end": 145.46, "word": " of", "probability": 0.96875}, {"start": 145.46, "end": 145.62, "word": " a", "probability": 0.73486328125}, {"start": 145.62, "end": 146.0, "word": " chain", "probability": 0.94384765625}, {"start": 146.0, "end": 146.78, "word": " order.", "probability": 0.6240234375}, {"start": 147.02, "end": 147.18, "word": " Let's", "probability": 0.82373046875}, {"start": 147.18, "end": 147.44, "word": " just", "probability": 0.869140625}, {"start": 147.44, "end": 147.96, "word": " quickly", "probability": 0.89111328125}, {"start": 147.96, "end": 148.46, "word": " look", "probability": 0.95751953125}, {"start": 148.46, "end": 148.68, "word": " at", "probability": 0.96630859375}, {"start": 148.68, "end": 148.94, "word": " these", "probability": 0.82470703125}, {"start": 148.94, "end": 149.36, "word": " examples", "probability": 0.8447265625}, {"start": 149.36, "end": 149.62, "word": " just", "probability": 0.79736328125}, {"start": 149.62, "end": 149.78, "word": " to", "probability": 0.966796875}, {"start": 149.78, "end": 150.22, "word": " illustrate", "probability": 0.91357421875}, {"start": 150.22, "end": 150.44, "word": " the", "probability": 0.90576171875}, {"start": 150.44, "end": 150.78, "word": " idea", "probability": 0.9296875}, {"start": 150.78, "end": 151.74, "word": " better.", "probability": 0.8916015625}, {"start": 152.16, "end": 152.48, "word": " So", "probability": 0.2115478515625}, {"start": 152.48, "end": 152.7, "word": " we", "probability": 0.6533203125}, {"start": 152.7, "end": 152.92, "word": " have", "probability": 0.94921875}, {"start": 152.92, "end": 153.08, "word": " a", "probability": 0.98828125}, {"start": 153.08, "end": 153.36, "word": " cause", "probability": 0.841796875}, {"start": 153.36, "end": 153.74, "word": " here", "probability": 0.85009765625}, {"start": 153.74, "end": 154.9, "word": " or", "probability": 0.375244140625}, {"start": 154.9, "end": 155.06, "word": " we", "probability": 0.9365234375}, {"start": 155.06, "end": 155.28, "word": " have", "probability": 0.947265625}, {"start": 155.28, "end": 155.4, "word": " an", "probability": 0.9326171875}, {"start": 155.4, "end": 155.76, "word": " effect", "probability": 0.9091796875}, {"start": 155.76, "end": 156.12, "word": " here,", "probability": 0.84326171875}, {"start": 156.14, "end": 156.44, "word": " car", "probability": 0.669921875}, {"start": 156.44, "end": 157.02, "word": " accidents", "probability": 0.81494140625}, {"start": 157.02, "end": 157.26, "word": " for", "probability": 0.79833984375}, {"start": 157.26, "end": 157.84, "word": " example.", "probability": 0.9716796875}, {"start": 158.22, "end": 158.42, "word": " It's", "probability": 0.874267578125}, {"start": 158.42, "end": 158.56, "word": " an", "probability": 0.9501953125}, {"start": 158.56, "end": 158.86, "word": " effect.", "probability": 0.916015625}, {"start": 159.12, "end": 159.3, "word": " What", "probability": 0.8779296875}, {"start": 159.3, "end": 159.54, "word": " are", "probability": 0.93896484375}, {"start": 159.54, "end": 159.72, "word": " the", "probability": 0.92236328125}, {"start": 159.72, "end": 160.06, "word": " causes", "probability": 0.853515625}, {"start": 160.06, "end": 160.42, "word": " or", "probability": 0.84326171875}, {"start": 160.42, "end": 160.56, "word": " the", "probability": 0.85009765625}, {"start": 160.56, "end": 160.98, "word": " possible", "probability": 0.95751953125}, {"start": 160.98, "end": 161.46, "word": " causes", "probability": 0.83837890625}, {"start": 161.46, "end": 161.66, "word": " of", "probability": 0.96728515625}, {"start": 161.66, "end": 162.74, "word": " car", "probability": 0.58056640625}, {"start": 162.74, "end": 163.44, "word": " accidents?", "probability": 0.87841796875}, {"start": 164.22, "end": 164.54, "word": " A", "probability": 0.93896484375}, {"start": 164.54, "end": 164.86, "word": " cause", "probability": 0.83740234375}, {"start": 164.86, "end": 165.22, "word": " might", "probability": 0.8447265625}, {"start": 165.22, "end": 165.5, "word": " be", "probability": 0.953125}, {"start": 165.5, "end": 165.86, "word": " bad", "probability": 0.8671875}, {"start": 165.86, "end": 166.14, "word": " road", "probability": 0.95849609375}, {"start": 166.14, "end": 166.86, "word": " infrastructure", "probability": 0.939453125}, {"start": 166.86, "end": 167.18, "word": " for", "probability": 0.7861328125}, {"start": 167.18, "end": 167.68, "word": " example", "probability": 0.97509765625}, {"start": 167.68, "end": 168.42, "word": " or", "probability": 0.56396484375}], "temperature": 1.0}, {"id": 7, "seek": 18792, "start": 168.7, "end": 187.92, "text": " driving, or lack of law enforcements and so on. So these are the causes that we can possibly write about in order to examine the effects or the issue of car accidents. We have the other way around. For instance, we have greenhouse emissions, which is", "tokens": [4840, 11, 420, 5011, 295, 2101, 24825, 1117, 293, 370, 322, 13, 407, 613, 366, 264, 7700, 300, 321, 393, 6264, 2464, 466, 294, 1668, 281, 17496, 264, 5065, 420, 264, 2734, 295, 1032, 23875, 13, 492, 362, 264, 661, 636, 926, 13, 1171, 5197, 11, 321, 362, 22126, 14607, 11, 597, 307], "avg_logprob": -0.21064815311520188, "compression_ratio": 1.4764705882352942, "no_speech_prob": 6.556510925292969e-07, "words": [{"start": 168.7, "end": 169.4, "word": " driving,", "probability": 0.1512451171875}, {"start": 170.26, "end": 170.48, "word": " or", "probability": 0.82080078125}, {"start": 170.48, "end": 171.12, "word": " lack", "probability": 0.8408203125}, {"start": 171.12, "end": 171.36, "word": " of", "probability": 0.970703125}, {"start": 171.36, "end": 171.7, "word": " law", "probability": 0.943359375}, {"start": 171.7, "end": 172.58, "word": " enforcements", "probability": 0.62353515625}, {"start": 172.58, "end": 172.76, "word": " and", "probability": 0.7392578125}, {"start": 172.76, "end": 172.94, "word": " so", "probability": 0.95263671875}, {"start": 172.94, "end": 173.06, "word": " on.", "probability": 0.93310546875}, {"start": 173.1, "end": 173.2, "word": " So", "probability": 0.89111328125}, {"start": 173.2, "end": 173.44, "word": " these", "probability": 0.69775390625}, {"start": 173.44, "end": 173.7, "word": " are", "probability": 0.94482421875}, {"start": 173.7, "end": 173.9, "word": " the", "probability": 0.9072265625}, {"start": 173.9, "end": 174.18, "word": " causes", "probability": 0.8359375}, {"start": 174.18, "end": 174.52, "word": " that", "probability": 0.91259765625}, {"start": 174.52, "end": 174.66, "word": " we", "probability": 0.95654296875}, {"start": 174.66, "end": 175.18, "word": " can", "probability": 0.6572265625}, {"start": 175.18, "end": 175.8, "word": " possibly", "probability": 0.900390625}, {"start": 175.8, "end": 176.66, "word": " write", "probability": 0.935546875}, {"start": 176.66, "end": 177.12, "word": " about", "probability": 0.91357421875}, {"start": 177.12, "end": 177.48, "word": " in", "probability": 0.90771484375}, {"start": 177.48, "end": 178.12, "word": " order", "probability": 0.92041015625}, {"start": 178.12, "end": 178.5, "word": " to", "probability": 0.96826171875}, {"start": 178.5, "end": 179.04, "word": " examine", "probability": 0.9580078125}, {"start": 179.04, "end": 179.26, "word": " the", "probability": 0.9033203125}, {"start": 179.26, "end": 179.66, "word": " effects", "probability": 0.88134765625}, {"start": 179.66, "end": 180.08, "word": " or", "probability": 0.822265625}, {"start": 180.08, "end": 180.48, "word": " the", "probability": 0.8857421875}, {"start": 180.48, "end": 180.82, "word": " issue", "probability": 0.9130859375}, {"start": 180.82, "end": 181.06, "word": " of", "probability": 0.96533203125}, {"start": 181.06, "end": 181.32, "word": " car", "probability": 0.93115234375}, {"start": 181.32, "end": 181.76, "word": " accidents.", "probability": 0.9111328125}, {"start": 182.66, "end": 183.14, "word": " We", "probability": 0.9501953125}, {"start": 183.14, "end": 183.36, "word": " have", "probability": 0.951171875}, {"start": 183.36, "end": 183.48, "word": " the", "probability": 0.8896484375}, {"start": 183.48, "end": 183.74, "word": " other", "probability": 0.89306640625}, {"start": 183.74, "end": 184.02, "word": " way", "probability": 0.9345703125}, {"start": 184.02, "end": 184.22, "word": " around.", "probability": 0.67431640625}, {"start": 184.34, "end": 184.48, "word": " For", "probability": 0.95654296875}, {"start": 184.48, "end": 184.92, "word": " instance,", "probability": 0.95263671875}, {"start": 185.04, "end": 185.12, "word": " we", "probability": 0.95458984375}, {"start": 185.12, "end": 185.48, "word": " have", "probability": 0.94873046875}, {"start": 185.48, "end": 186.2, "word": " greenhouse", "probability": 0.79296875}, {"start": 186.2, "end": 187.36, "word": " emissions,", "probability": 0.8994140625}, {"start": 187.54, "end": 187.64, "word": " which", "probability": 0.95068359375}, {"start": 187.64, "end": 187.92, "word": " is", "probability": 0.87939453125}], "temperature": 1.0}, {"id": 8, "seek": 21895, "start": 190.01, "end": 218.95, "text": " for example that leads to a number of consequences that leads to a number of effects for instance climatic changes as we see here and everywhere else in this world or another effect is danger to coastal regions for example or a third effect might be a change in weather patterns as we see today today is a cold day in Gaza here all right so and sometimes we have the third type or the third pattern which is", "tokens": [337, 1365, 300, 6689, 281, 257, 1230, 295, 10098, 300, 6689, 281, 257, 1230, 295, 5065, 337, 5197, 5644, 2399, 2962, 382, 321, 536, 510, 293, 5315, 1646, 294, 341, 1002, 420, 1071, 1802, 307, 4330, 281, 25050, 10682, 337, 1365, 420, 257, 2636, 1802, 1062, 312, 257, 1319, 294, 5503, 8294, 382, 321, 536, 965, 965, 307, 257, 3554, 786, 294, 37800, 510, 439, 558, 370, 293, 2171, 321, 362, 264, 2636, 2010, 420, 264, 2636, 5102, 597, 307], "avg_logprob": -0.16840278366465627, "compression_ratio": 1.9154929577464788, "no_speech_prob": 1.3709068298339844e-06, "words": [{"start": 190.01, "end": 190.31, "word": " for", "probability": 0.63916015625}, {"start": 190.31, "end": 190.87, "word": " example", "probability": 0.9658203125}, {"start": 190.87, "end": 191.25, "word": " that", "probability": 0.4453125}, {"start": 191.25, "end": 191.57, "word": " leads", "probability": 0.88818359375}, {"start": 191.57, "end": 191.75, "word": " to", "probability": 0.9677734375}, {"start": 191.75, "end": 191.91, "word": " a", "probability": 0.97705078125}, {"start": 191.91, "end": 192.17, "word": " number", "probability": 0.93408203125}, {"start": 192.17, "end": 192.39, "word": " of", "probability": 0.9541015625}, {"start": 192.39, "end": 193.07, "word": " consequences", "probability": 0.90380859375}, {"start": 193.07, "end": 193.39, "word": " that", "probability": 0.455078125}, {"start": 193.39, "end": 193.59, "word": " leads", "probability": 0.87158203125}, {"start": 193.59, "end": 193.71, "word": " to", "probability": 0.962890625}, {"start": 193.71, "end": 193.85, "word": " a", "probability": 0.98291015625}, {"start": 193.85, "end": 194.07, "word": " number", "probability": 0.93212890625}, {"start": 194.07, "end": 194.37, "word": " of", "probability": 0.95751953125}, {"start": 194.37, "end": 194.73, "word": " effects", "probability": 0.89453125}, {"start": 194.73, "end": 194.99, "word": " for", "probability": 0.61181640625}, {"start": 194.99, "end": 195.43, "word": " instance", "probability": 0.9375}, {"start": 195.43, "end": 196.51, "word": " climatic", "probability": 0.9111328125}, {"start": 196.51, "end": 197.03, "word": " changes", "probability": 0.88232421875}, {"start": 197.03, "end": 197.25, "word": " as", "probability": 0.9404296875}, {"start": 197.25, "end": 197.41, "word": " we", "probability": 0.96240234375}, {"start": 197.41, "end": 197.67, "word": " see", "probability": 0.9296875}, {"start": 197.67, "end": 198.33, "word": " here", "probability": 0.84375}, {"start": 198.33, "end": 198.63, "word": " and", "probability": 0.9365234375}, {"start": 198.63, "end": 199.03, "word": " everywhere", "probability": 0.748046875}, {"start": 199.03, "end": 199.39, "word": " else", "probability": 0.923828125}, {"start": 199.39, "end": 199.57, "word": " in", "probability": 0.94482421875}, {"start": 199.57, "end": 199.73, "word": " this", "probability": 0.9462890625}, {"start": 199.73, "end": 200.01, "word": " world", "probability": 0.90234375}, {"start": 200.01, "end": 200.57, "word": " or", "probability": 0.4541015625}, {"start": 200.57, "end": 201.83, "word": " another", "probability": 0.86376953125}, {"start": 201.83, "end": 202.11, "word": " effect", "probability": 0.67822265625}, {"start": 202.11, "end": 202.43, "word": " is", "probability": 0.890625}, {"start": 202.43, "end": 202.89, "word": " danger", "probability": 0.83349609375}, {"start": 202.89, "end": 203.19, "word": " to", "probability": 0.9697265625}, {"start": 203.19, "end": 203.69, "word": " coastal", "probability": 0.96533203125}, {"start": 203.69, "end": 204.43, "word": " regions", "probability": 0.95556640625}, {"start": 204.43, "end": 204.77, "word": " for", "probability": 0.90673828125}, {"start": 204.77, "end": 205.33, "word": " example", "probability": 0.97509765625}, {"start": 205.33, "end": 205.95, "word": " or", "probability": 0.861328125}, {"start": 205.95, "end": 206.13, "word": " a", "probability": 0.80126953125}, {"start": 206.13, "end": 206.39, "word": " third", "probability": 0.939453125}, {"start": 206.39, "end": 206.57, "word": " effect", "probability": 0.7548828125}, {"start": 206.57, "end": 207.03, "word": " might", "probability": 0.85498046875}, {"start": 207.03, "end": 207.47, "word": " be", "probability": 0.94970703125}, {"start": 207.47, "end": 207.97, "word": " a", "probability": 0.7470703125}, {"start": 207.97, "end": 208.47, "word": " change", "probability": 0.90625}, {"start": 208.47, "end": 208.81, "word": " in", "probability": 0.93115234375}, {"start": 208.81, "end": 209.11, "word": " weather", "probability": 0.9345703125}, {"start": 209.11, "end": 209.53, "word": " patterns", "probability": 0.89404296875}, {"start": 209.53, "end": 209.83, "word": " as", "probability": 0.94287109375}, {"start": 209.83, "end": 210.01, "word": " we", "probability": 0.96044921875}, {"start": 210.01, "end": 210.33, "word": " see", "probability": 0.9248046875}, {"start": 210.33, "end": 210.63, "word": " today", "probability": 0.8115234375}, {"start": 210.63, "end": 210.87, "word": " today", "probability": 0.38134765625}, {"start": 210.87, "end": 211.11, "word": " is", "probability": 0.705078125}, {"start": 211.11, "end": 211.29, "word": " a", "probability": 0.94287109375}, {"start": 211.29, "end": 211.87, "word": " cold", "probability": 0.724609375}, {"start": 211.87, "end": 212.31, "word": " day", "probability": 0.9443359375}, {"start": 212.31, "end": 213.47, "word": " in", "probability": 0.90771484375}, {"start": 213.47, "end": 213.81, "word": " Gaza", "probability": 0.96923828125}, {"start": 213.81, "end": 214.23, "word": " here", "probability": 0.82763671875}, {"start": 214.23, "end": 214.81, "word": " all", "probability": 0.48046875}, {"start": 214.81, "end": 215.01, "word": " right", "probability": 0.91455078125}, {"start": 215.01, "end": 215.55, "word": " so", "probability": 0.734375}, {"start": 215.55, "end": 215.99, "word": " and", "probability": 0.9287109375}, {"start": 215.99, "end": 216.29, "word": " sometimes", "probability": 0.95068359375}, {"start": 216.29, "end": 216.61, "word": " we", "probability": 0.9619140625}, {"start": 216.61, "end": 216.85, "word": " have", "probability": 0.9482421875}, {"start": 216.85, "end": 216.99, "word": " the", "probability": 0.904296875}, {"start": 216.99, "end": 217.23, "word": " third", "probability": 0.9453125}, {"start": 217.23, "end": 217.57, "word": " type", "probability": 0.9599609375}, {"start": 217.57, "end": 217.71, "word": " or", "probability": 0.426513671875}, {"start": 217.71, "end": 217.83, "word": " the", "probability": 0.91748046875}, {"start": 217.83, "end": 218.11, "word": " third", "probability": 0.9462890625}, {"start": 218.11, "end": 218.41, "word": " pattern", "probability": 0.796875}, {"start": 218.41, "end": 218.67, "word": " which", "probability": 0.94482421875}, {"start": 218.67, "end": 218.95, "word": " is", "probability": 0.94677734375}], "temperature": 1.0}, {"id": 9, "seek": 23721, "start": 219.39, "end": 237.21, "text": " Chain reasoning. So we have greenhouse emission that causes global warming. This causes an effect and this effect leads to another effect. Let's just say it becomes a cause for other effects, okay? For negative effects on natural resources.", "tokens": [33252, 21577, 13, 407, 321, 362, 22126, 29513, 300, 7700, 4338, 17983, 13, 639, 7700, 364, 1802, 293, 341, 1802, 6689, 281, 1071, 1802, 13, 961, 311, 445, 584, 309, 3643, 257, 3082, 337, 661, 5065, 11, 1392, 30, 1171, 3671, 5065, 322, 3303, 3593, 13], "avg_logprob": -0.28557182246066154, "compression_ratio": 1.4968944099378882, "no_speech_prob": 1.5497207641601562e-06, "words": [{"start": 219.39, "end": 220.07, "word": " Chain", "probability": 0.30029296875}, {"start": 220.07, "end": 221.01, "word": " reasoning.", "probability": 0.603515625}, {"start": 221.23, "end": 221.29, "word": " So", "probability": 0.69580078125}, {"start": 221.29, "end": 221.53, "word": " we", "probability": 0.7265625}, {"start": 221.53, "end": 221.77, "word": " have", "probability": 0.94970703125}, {"start": 221.77, "end": 222.29, "word": " greenhouse", "probability": 0.77490234375}, {"start": 222.29, "end": 222.93, "word": " emission", "probability": 0.8896484375}, {"start": 222.93, "end": 224.03, "word": " that", "probability": 0.8828125}, {"start": 224.03, "end": 225.15, "word": " causes", "probability": 0.85400390625}, {"start": 225.15, "end": 226.41, "word": " global", "probability": 0.91015625}, {"start": 226.41, "end": 227.01, "word": " warming.", "probability": 0.97607421875}, {"start": 227.35, "end": 227.41, "word": " This", "probability": 0.82177734375}, {"start": 227.41, "end": 227.87, "word": " causes", "probability": 0.8564453125}, {"start": 227.87, "end": 228.09, "word": " an", "probability": 0.92578125}, {"start": 228.09, "end": 228.45, "word": " effect", "probability": 0.91552734375}, {"start": 228.45, "end": 229.23, "word": " and", "probability": 0.580078125}, {"start": 229.23, "end": 229.53, "word": " this", "probability": 0.912109375}, {"start": 229.53, "end": 229.93, "word": " effect", "probability": 0.91455078125}, {"start": 229.93, "end": 230.27, "word": " leads", "probability": 0.767578125}, {"start": 230.27, "end": 230.65, "word": " to", "probability": 0.97216796875}, {"start": 230.65, "end": 230.89, "word": " another", "probability": 0.62109375}, {"start": 230.89, "end": 231.25, "word": " effect.", "probability": 0.85595703125}, {"start": 231.55, "end": 231.81, "word": " Let's", "probability": 0.755126953125}, {"start": 231.81, "end": 231.89, "word": " just", "probability": 0.7666015625}, {"start": 231.89, "end": 232.03, "word": " say", "probability": 0.9560546875}, {"start": 232.03, "end": 232.13, "word": " it", "probability": 0.8876953125}, {"start": 232.13, "end": 232.41, "word": " becomes", "probability": 0.86767578125}, {"start": 232.41, "end": 232.59, "word": " a", "probability": 0.95361328125}, {"start": 232.59, "end": 232.79, "word": " cause", "probability": 0.82373046875}, {"start": 232.79, "end": 233.03, "word": " for", "probability": 0.92919921875}, {"start": 233.03, "end": 233.31, "word": " other", "probability": 0.84033203125}, {"start": 233.31, "end": 233.77, "word": " effects,", "probability": 0.91796875}, {"start": 233.93, "end": 234.13, "word": " okay?", "probability": 0.5537109375}, {"start": 234.53, "end": 234.71, "word": " For", "probability": 0.66552734375}, {"start": 234.71, "end": 235.27, "word": " negative", "probability": 0.2498779296875}, {"start": 235.27, "end": 235.71, "word": " effects", "probability": 0.90625}, {"start": 235.71, "end": 235.93, "word": " on", "probability": 0.87744140625}, {"start": 235.93, "end": 236.49, "word": " natural", "probability": 0.9013671875}, {"start": 236.49, "end": 237.21, "word": " resources.", "probability": 0.919921875}], "temperature": 1.0}, {"id": 10, "seek": 26732, "start": 237.92, "end": 267.32, "text": " Changes to agriculture or endangering wildlife, animals or species. So again, we have a kind of a chain, an effect or a cause leads to an effect and this leads also to another effect. Is this clear? So have this kind of understanding of this conception whenever you want to write about chain, about causal effect writing patterns, okay? This is an example, for instance. We have a topic sentence here.", "tokens": [761, 10350, 281, 14837, 420, 917, 656, 1794, 19199, 11, 4882, 420, 6172, 13, 407, 797, 11, 321, 362, 257, 733, 295, 257, 5021, 11, 364, 1802, 420, 257, 3082, 6689, 281, 364, 1802, 293, 341, 6689, 611, 281, 1071, 1802, 13, 1119, 341, 1850, 30, 407, 362, 341, 733, 295, 3701, 295, 341, 30698, 5699, 291, 528, 281, 2464, 466, 5021, 11, 466, 38755, 1802, 3579, 8294, 11, 1392, 30, 639, 307, 364, 1365, 11, 337, 5197, 13, 492, 362, 257, 4829, 8174, 510, 13], "avg_logprob": -0.1691810341402032, "compression_ratio": 1.6962025316455696, "no_speech_prob": 2.384185791015625e-07, "words": [{"start": 237.92, "end": 238.44, "word": " Changes", "probability": 0.61944580078125}, {"start": 238.44, "end": 238.64, "word": " to", "probability": 0.94970703125}, {"start": 238.64, "end": 239.26, "word": " agriculture", "probability": 0.931640625}, {"start": 239.26, "end": 239.96, "word": " or", "probability": 0.85986328125}, {"start": 239.96, "end": 241.02, "word": " endangering", "probability": 0.818603515625}, {"start": 241.02, "end": 241.68, "word": " wildlife,", "probability": 0.94482421875}, {"start": 242.22, "end": 242.6, "word": " animals", "probability": 0.91845703125}, {"start": 242.6, "end": 243.16, "word": " or", "probability": 0.7421875}, {"start": 243.16, "end": 243.88, "word": " species.", "probability": 0.6044921875}, {"start": 244.1, "end": 244.2, "word": " So", "probability": 0.92822265625}, {"start": 244.2, "end": 244.56, "word": " again,", "probability": 0.841796875}, {"start": 244.66, "end": 244.82, "word": " we", "probability": 0.88916015625}, {"start": 244.82, "end": 245.1, "word": " have", "probability": 0.94384765625}, {"start": 245.1, "end": 245.28, "word": " a", "probability": 0.97607421875}, {"start": 245.28, "end": 245.56, "word": " kind", "probability": 0.86767578125}, {"start": 245.56, "end": 245.7, "word": " of", "probability": 0.9697265625}, {"start": 245.7, "end": 245.82, "word": " a", "probability": 0.74267578125}, {"start": 245.82, "end": 246.18, "word": " chain,", "probability": 0.9267578125}, {"start": 246.78, "end": 246.86, "word": " an", "probability": 0.8642578125}, {"start": 246.86, "end": 247.14, "word": " effect", "probability": 0.92041015625}, {"start": 247.14, "end": 247.36, "word": " or", "probability": 0.583984375}, {"start": 247.36, "end": 247.5, "word": " a", "probability": 0.78955078125}, {"start": 247.5, "end": 247.7, "word": " cause", "probability": 0.74951171875}, {"start": 247.7, "end": 247.96, "word": " leads", "probability": 0.8759765625}, {"start": 247.96, "end": 248.12, "word": " to", "probability": 0.9697265625}, {"start": 248.12, "end": 248.26, "word": " an", "probability": 0.9521484375}, {"start": 248.26, "end": 248.54, "word": " effect", "probability": 0.935546875}, {"start": 248.54, "end": 248.8, "word": " and", "probability": 0.51513671875}, {"start": 248.8, "end": 249.02, "word": " this", "probability": 0.9287109375}, {"start": 249.02, "end": 249.72, "word": " leads", "probability": 0.880859375}, {"start": 249.72, "end": 250.08, "word": " also", "probability": 0.88427734375}, {"start": 250.08, "end": 250.52, "word": " to", "probability": 0.9677734375}, {"start": 250.52, "end": 251.36, "word": " another", "probability": 0.92578125}, {"start": 251.36, "end": 252.2, "word": " effect.", "probability": 0.86083984375}, {"start": 252.38, "end": 252.52, "word": " Is", "probability": 0.61865234375}, {"start": 252.52, "end": 252.64, "word": " this", "probability": 0.93603515625}, {"start": 252.64, "end": 252.94, "word": " clear?", "probability": 0.892578125}, {"start": 253.14, "end": 253.28, "word": " So", "probability": 0.92919921875}, {"start": 253.28, "end": 253.54, "word": " have", "probability": 0.86669921875}, {"start": 253.54, "end": 253.76, "word": " this", "probability": 0.94384765625}, {"start": 253.76, "end": 254.02, "word": " kind", "probability": 0.876953125}, {"start": 254.02, "end": 254.12, "word": " of", "probability": 0.970703125}, {"start": 254.12, "end": 254.8, "word": " understanding", "probability": 0.74365234375}, {"start": 254.8, "end": 255.04, "word": " of", "probability": 0.9111328125}, {"start": 255.04, "end": 255.2, "word": " this", "probability": 0.87451171875}, {"start": 255.2, "end": 255.68, "word": " conception", "probability": 0.9248046875}, {"start": 255.68, "end": 256.4, "word": " whenever", "probability": 0.82568359375}, {"start": 256.4, "end": 256.68, "word": " you", "probability": 0.9638671875}, {"start": 256.68, "end": 256.98, "word": " want", "probability": 0.88427734375}, {"start": 256.98, "end": 257.14, "word": " to", "probability": 0.9677734375}, {"start": 257.14, "end": 257.36, "word": " write", "probability": 0.91796875}, {"start": 257.36, "end": 258.16, "word": " about", "probability": 0.91259765625}, {"start": 258.16, "end": 258.7, "word": " chain,", "probability": 0.53271484375}, {"start": 259.24, "end": 259.64, "word": " about", "probability": 0.91845703125}, {"start": 259.64, "end": 260.02, "word": " causal", "probability": 0.9482421875}, {"start": 260.02, "end": 260.42, "word": " effect", "probability": 0.8251953125}, {"start": 260.42, "end": 261.5, "word": " writing", "probability": 0.78564453125}, {"start": 261.5, "end": 262.9, "word": " patterns,", "probability": 0.8701171875}, {"start": 263.12, "end": 263.36, "word": " okay?", "probability": 0.91259765625}, {"start": 263.76, "end": 264.02, "word": " This", "probability": 0.9033203125}, {"start": 264.02, "end": 264.14, "word": " is", "probability": 0.8876953125}, {"start": 264.14, "end": 264.26, "word": " an", "probability": 0.95361328125}, {"start": 264.26, "end": 264.68, "word": " example,", "probability": 0.97607421875}, {"start": 264.78, "end": 264.96, "word": " for", "probability": 0.9482421875}, {"start": 264.96, "end": 265.44, "word": " instance.", "probability": 0.953125}, {"start": 265.76, "end": 265.92, "word": " We", "probability": 0.96484375}, {"start": 265.92, "end": 266.08, "word": " have", "probability": 0.94775390625}, {"start": 266.08, "end": 266.2, "word": " a", "probability": 0.98828125}, {"start": 266.2, "end": 266.42, "word": " topic", "probability": 0.93994140625}, {"start": 266.42, "end": 266.82, "word": " sentence", "probability": 0.951171875}, {"start": 266.82, "end": 267.32, "word": " here.", "probability": 0.853515625}], "temperature": 1.0}, {"id": 11, "seek": 29501, "start": 268.69, "end": 295.01, "text": " Nowadays smoking has increased in many different ways because of several causes. What are these possible causes of the increase in people smoking cigars for example? So we have the supporting points, in other words we have the causes here. One of them is some people have a lot of free time and therefore they sort of try to just waste their time smoking and so on.", "tokens": [28908, 14055, 575, 6505, 294, 867, 819, 2098, 570, 295, 2940, 7700, 13, 708, 366, 613, 1944, 7700, 295, 264, 3488, 294, 561, 14055, 13474, 685, 337, 1365, 30, 407, 321, 362, 264, 7231, 2793, 11, 294, 661, 2283, 321, 362, 264, 7700, 510, 13, 1485, 295, 552, 307, 512, 561, 362, 257, 688, 295, 1737, 565, 293, 4412, 436, 1333, 295, 853, 281, 445, 5964, 641, 565, 14055, 293, 370, 322, 13], "avg_logprob": -0.18433277268667478, "compression_ratio": 1.7102803738317758, "no_speech_prob": 5.960464477539063e-08, "words": [{"start": 268.68999999999994, "end": 269.28999999999996, "word": " Nowadays", "probability": 0.7353515625}, {"start": 269.28999999999996, "end": 269.89, "word": " smoking", "probability": 0.56640625}, {"start": 269.89, "end": 270.41, "word": " has", "probability": 0.93505859375}, {"start": 270.41, "end": 270.87, "word": " increased", "probability": 0.9443359375}, {"start": 270.87, "end": 271.11, "word": " in", "probability": 0.9404296875}, {"start": 271.11, "end": 271.33, "word": " many", "probability": 0.82080078125}, {"start": 271.33, "end": 271.73, "word": " different", "probability": 0.861328125}, {"start": 271.73, "end": 272.05, "word": " ways", "probability": 0.9189453125}, {"start": 272.05, "end": 272.51, "word": " because", "probability": 0.8759765625}, {"start": 272.51, "end": 272.85, "word": " of", "probability": 0.96484375}, {"start": 272.85, "end": 273.39, "word": " several", "probability": 0.50439453125}, {"start": 273.39, "end": 274.95, "word": " causes.", "probability": 0.896484375}, {"start": 275.15, "end": 275.27, "word": " What", "probability": 0.84130859375}, {"start": 275.27, "end": 275.51, "word": " are", "probability": 0.9365234375}, {"start": 275.51, "end": 275.75, "word": " these", "probability": 0.81689453125}, {"start": 275.75, "end": 276.23, "word": " possible", "probability": 0.94140625}, {"start": 276.23, "end": 276.69, "word": " causes", "probability": 0.83544921875}, {"start": 276.69, "end": 277.13, "word": " of", "probability": 0.9482421875}, {"start": 277.13, "end": 277.73, "word": " the", "probability": 0.8818359375}, {"start": 277.73, "end": 278.33, "word": " increase", "probability": 0.865234375}, {"start": 278.33, "end": 278.77, "word": " in", "probability": 0.9091796875}, {"start": 278.77, "end": 279.57, "word": " people", "probability": 0.91943359375}, {"start": 279.57, "end": 280.31, "word": " smoking", "probability": 0.85791015625}, {"start": 280.31, "end": 280.75, "word": " cigars", "probability": 0.4205322265625}, {"start": 280.75, "end": 280.97, "word": " for", "probability": 0.583984375}, {"start": 280.97, "end": 281.47, "word": " example?", "probability": 0.96875}, {"start": 281.67, "end": 282.11, "word": " So", "probability": 0.8623046875}, {"start": 282.11, "end": 282.29, "word": " we", "probability": 0.7578125}, {"start": 282.29, "end": 282.41, "word": " have", "probability": 0.9443359375}, {"start": 282.41, "end": 282.53, "word": " the", "probability": 0.64599609375}, {"start": 282.53, "end": 282.99, "word": " supporting", "probability": 0.9296875}, {"start": 282.99, "end": 283.39, "word": " points,", "probability": 0.85888671875}, {"start": 283.47, "end": 283.53, "word": " in", "probability": 0.9169921875}, {"start": 283.53, "end": 283.69, "word": " other", "probability": 0.8818359375}, {"start": 283.69, "end": 283.93, "word": " words", "probability": 0.88037109375}, {"start": 283.93, "end": 284.09, "word": " we", "probability": 0.6640625}, {"start": 284.09, "end": 284.37, "word": " have", "probability": 0.94921875}, {"start": 284.37, "end": 284.75, "word": " the", "probability": 0.87353515625}, {"start": 284.75, "end": 285.45, "word": " causes", "probability": 0.91162109375}, {"start": 285.45, "end": 285.87, "word": " here.", "probability": 0.8271484375}, {"start": 286.19, "end": 286.39, "word": " One", "probability": 0.884765625}, {"start": 286.39, "end": 286.59, "word": " of", "probability": 0.96923828125}, {"start": 286.59, "end": 286.85, "word": " them", "probability": 0.880859375}, {"start": 286.85, "end": 287.15, "word": " is", "probability": 0.9453125}, {"start": 287.15, "end": 288.59, "word": " some", "probability": 0.76953125}, {"start": 288.59, "end": 288.89, "word": " people", "probability": 0.96923828125}, {"start": 288.89, "end": 289.15, "word": " have", "probability": 0.943359375}, {"start": 289.15, "end": 289.27, "word": " a", "probability": 0.9697265625}, {"start": 289.27, "end": 289.45, "word": " lot", "probability": 0.9619140625}, {"start": 289.45, "end": 289.63, "word": " of", "probability": 0.966796875}, {"start": 289.63, "end": 289.95, "word": " free", "probability": 0.94482421875}, {"start": 289.95, "end": 290.33, "word": " time", "probability": 0.875}, {"start": 290.33, "end": 290.57, "word": " and", "probability": 0.89990234375}, {"start": 290.57, "end": 291.03, "word": " therefore", "probability": 0.7890625}, {"start": 291.03, "end": 291.39, "word": " they", "probability": 0.86474609375}, {"start": 291.39, "end": 291.67, "word": " sort", "probability": 0.76171875}, {"start": 291.67, "end": 291.85, "word": " of", "probability": 0.97021484375}, {"start": 291.85, "end": 292.39, "word": " try", "probability": 0.916015625}, {"start": 292.39, "end": 292.63, "word": " to", "probability": 0.97119140625}, {"start": 292.63, "end": 292.89, "word": " just", "probability": 0.80224609375}, {"start": 292.89, "end": 293.19, "word": " waste", "probability": 0.84814453125}, {"start": 293.19, "end": 293.45, "word": " their", "probability": 0.923828125}, {"start": 293.45, "end": 293.75, "word": " time", "probability": 0.884765625}, {"start": 293.75, "end": 294.27, "word": " smoking", "probability": 0.927734375}, {"start": 294.27, "end": 294.53, "word": " and", "probability": 0.92626953125}, {"start": 294.53, "end": 294.79, "word": " so", "probability": 0.95263671875}, {"start": 294.79, "end": 295.01, "word": " on.", "probability": 0.94970703125}], "temperature": 1.0}, {"id": 12, "seek": 31992, "start": 295.26, "end": 319.92, "text": " Another course could be being surrounded by smokers and this actually leads people to sort of leads them to smoke for example especially with people at younger ages okay and then we have commercials or big advertisements which is another course for tempting people into the habit or the bad habit of", "tokens": [3996, 1164, 727, 312, 885, 13221, 538, 32073, 433, 293, 341, 767, 6689, 561, 281, 1333, 295, 6689, 552, 281, 8439, 337, 1365, 2318, 365, 561, 412, 7037, 12357, 1392, 293, 550, 321, 362, 33666, 420, 955, 42897, 597, 307, 1071, 1164, 337, 37900, 561, 666, 264, 7164, 420, 264, 1578, 7164, 295], "avg_logprob": -0.16579860421242537, "compression_ratio": 1.6574585635359116, "no_speech_prob": 1.1920928955078125e-07, "words": [{"start": 295.26, "end": 295.68, "word": " Another", "probability": 0.60009765625}, {"start": 295.68, "end": 296.08, "word": " course", "probability": 0.90283203125}, {"start": 296.08, "end": 296.28, "word": " could", "probability": 0.85888671875}, {"start": 296.28, "end": 296.62, "word": " be", "probability": 0.9609375}, {"start": 296.62, "end": 298.22, "word": " being", "probability": 0.56982421875}, {"start": 298.22, "end": 298.8, "word": " surrounded", "probability": 0.83203125}, {"start": 298.8, "end": 299.18, "word": " by", "probability": 0.97607421875}, {"start": 299.18, "end": 299.84, "word": " smokers", "probability": 0.963623046875}, {"start": 299.84, "end": 300.38, "word": " and", "probability": 0.68212890625}, {"start": 300.38, "end": 300.64, "word": " this", "probability": 0.9052734375}, {"start": 300.64, "end": 301.04, "word": " actually", "probability": 0.8466796875}, {"start": 301.04, "end": 301.36, "word": " leads", "probability": 0.90869140625}, {"start": 301.36, "end": 301.74, "word": " people", "probability": 0.939453125}, {"start": 301.74, "end": 302.14, "word": " to", "probability": 0.96240234375}, {"start": 302.14, "end": 303.02, "word": " sort", "probability": 0.587890625}, {"start": 303.02, "end": 303.4, "word": " of", "probability": 0.96875}, {"start": 303.4, "end": 305.2, "word": " leads", "probability": 0.60791015625}, {"start": 305.2, "end": 305.4, "word": " them", "probability": 0.88525390625}, {"start": 305.4, "end": 305.54, "word": " to", "probability": 0.96533203125}, {"start": 305.54, "end": 306.0, "word": " smoke", "probability": 0.86865234375}, {"start": 306.0, "end": 306.3, "word": " for", "probability": 0.7060546875}, {"start": 306.3, "end": 306.68, "word": " example", "probability": 0.96142578125}, {"start": 306.68, "end": 307.12, "word": " especially", "probability": 0.5615234375}, {"start": 307.12, "end": 307.44, "word": " with", "probability": 0.89208984375}, {"start": 307.44, "end": 307.74, "word": " people", "probability": 0.95703125}, {"start": 307.74, "end": 307.98, "word": " at", "probability": 0.939453125}, {"start": 307.98, "end": 308.38, "word": " younger", "probability": 0.89111328125}, {"start": 308.38, "end": 308.94, "word": " ages", "probability": 0.85791015625}, {"start": 308.94, "end": 309.52, "word": " okay", "probability": 0.35986328125}, {"start": 309.52, "end": 310.32, "word": " and", "probability": 0.60302734375}, {"start": 310.32, "end": 310.88, "word": " then", "probability": 0.8486328125}, {"start": 310.88, "end": 311.06, "word": " we", "probability": 0.96142578125}, {"start": 311.06, "end": 311.48, "word": " have", "probability": 0.94775390625}, {"start": 311.48, "end": 312.12, "word": " commercials", "probability": 0.87939453125}, {"start": 312.12, "end": 312.36, "word": " or", "probability": 0.95751953125}, {"start": 312.36, "end": 312.58, "word": " big", "probability": 0.90966796875}, {"start": 312.58, "end": 313.32, "word": " advertisements", "probability": 0.8173828125}, {"start": 313.32, "end": 314.2, "word": " which", "probability": 0.91552734375}, {"start": 314.2, "end": 314.36, "word": " is", "probability": 0.94873046875}, {"start": 314.36, "end": 314.66, "word": " another", "probability": 0.90576171875}, {"start": 314.66, "end": 315.0, "word": " course", "probability": 0.9521484375}, {"start": 315.0, "end": 315.4, "word": " for", "probability": 0.94873046875}, {"start": 315.4, "end": 315.96, "word": " tempting", "probability": 0.8193359375}, {"start": 315.96, "end": 316.72, "word": " people", "probability": 0.96923828125}, {"start": 316.72, "end": 317.28, "word": " into", "probability": 0.84912109375}, {"start": 317.28, "end": 318.2, "word": " the", "probability": 0.88818359375}, {"start": 318.2, "end": 318.52, "word": " habit", "probability": 0.86376953125}, {"start": 318.52, "end": 318.78, "word": " or", "probability": 0.9453125}, {"start": 318.78, "end": 318.9, "word": " the", "probability": 0.91650390625}, {"start": 318.9, "end": 319.2, "word": " bad", "probability": 0.94970703125}, {"start": 319.2, "end": 319.54, "word": " habit", "probability": 0.923828125}, {"start": 319.54, "end": 319.92, "word": " of", "probability": 0.9736328125}], "temperature": 1.0}, {"id": 13, "seek": 34925, "start": 320.35, "end": 349.25, "text": " So these are three possible causes for why there is more and more people are smoking, for instance. And then we have the conclusion. In conclusion, smoking is a very bad phenomenon and the government must enforce laws that should or that eliminate it. So we have, this is an outline for a cause and effect paragraph here. We are addressing the causes. Another example is when we discuss the effect", "tokens": [407, 613, 366, 1045, 1944, 7700, 337, 983, 456, 307, 544, 293, 544, 561, 366, 14055, 11, 337, 5197, 13, 400, 550, 321, 362, 264, 10063, 13, 682, 10063, 11, 14055, 307, 257, 588, 1578, 14029, 293, 264, 2463, 1633, 24825, 6064, 300, 820, 420, 300, 13819, 309, 13, 407, 321, 362, 11, 341, 307, 364, 16387, 337, 257, 3082, 293, 1802, 18865, 510, 13, 492, 366, 14329, 264, 7700, 13, 3996, 1365, 307, 562, 321, 2248, 264, 1802], "avg_logprob": -0.15439453776925802, "compression_ratio": 1.6793248945147679, "no_speech_prob": 5.960464477539062e-07, "words": [{"start": 320.35, "end": 320.93, "word": " So", "probability": 0.54150390625}, {"start": 320.93, "end": 321.17, "word": " these", "probability": 0.7373046875}, {"start": 321.17, "end": 321.39, "word": " are", "probability": 0.9345703125}, {"start": 321.39, "end": 321.73, "word": " three", "probability": 0.86328125}, {"start": 321.73, "end": 322.29, "word": " possible", "probability": 0.953125}, {"start": 322.29, "end": 322.77, "word": " causes", "probability": 0.86669921875}, {"start": 322.77, "end": 323.17, "word": " for", "probability": 0.93701171875}, {"start": 323.17, "end": 323.61, "word": " why", "probability": 0.90283203125}, {"start": 323.61, "end": 323.87, "word": " there", "probability": 0.8623046875}, {"start": 323.87, "end": 324.07, "word": " is", "probability": 0.85986328125}, {"start": 324.07, "end": 324.49, "word": " more", "probability": 0.9248046875}, {"start": 324.49, "end": 324.65, "word": " and", "probability": 0.93408203125}, {"start": 324.65, "end": 324.83, "word": " more", "probability": 0.935546875}, {"start": 324.83, "end": 325.21, "word": " people", "probability": 0.96630859375}, {"start": 325.21, "end": 325.71, "word": " are", "probability": 0.6943359375}, {"start": 325.71, "end": 327.13, "word": " smoking,", "probability": 0.9287109375}, {"start": 327.31, "end": 327.41, "word": " for", "probability": 0.9501953125}, {"start": 327.41, "end": 327.79, "word": " instance.", "probability": 0.95751953125}, {"start": 327.95, "end": 328.09, "word": " And", "probability": 0.92724609375}, {"start": 328.09, "end": 328.21, "word": " then", "probability": 0.82275390625}, {"start": 328.21, "end": 328.37, "word": " we", "probability": 0.8876953125}, {"start": 328.37, "end": 328.55, "word": " have", "probability": 0.94482421875}, {"start": 328.55, "end": 328.69, "word": " the", "probability": 0.9072265625}, {"start": 328.69, "end": 329.27, "word": " conclusion.", "probability": 0.908203125}, {"start": 329.95, "end": 330.15, "word": " In", "probability": 0.73974609375}, {"start": 330.15, "end": 330.61, "word": " conclusion,", "probability": 0.93603515625}, {"start": 330.81, "end": 331.31, "word": " smoking", "probability": 0.92578125}, {"start": 331.31, "end": 331.85, "word": " is", "probability": 0.9482421875}, {"start": 331.85, "end": 332.63, "word": " a", "probability": 0.9921875}, {"start": 332.63, "end": 332.83, "word": " very", "probability": 0.85009765625}, {"start": 332.83, "end": 333.07, "word": " bad", "probability": 0.9541015625}, {"start": 333.07, "end": 333.61, "word": " phenomenon", "probability": 0.92529296875}, {"start": 333.61, "end": 334.31, "word": " and", "probability": 0.44873046875}, {"start": 334.31, "end": 334.47, "word": " the", "probability": 0.9140625}, {"start": 334.47, "end": 334.73, "word": " government", "probability": 0.900390625}, {"start": 334.73, "end": 335.03, "word": " must", "probability": 0.86474609375}, {"start": 335.03, "end": 335.39, "word": " enforce", "probability": 0.9052734375}, {"start": 335.39, "end": 335.69, "word": " laws", "probability": 0.85009765625}, {"start": 335.69, "end": 335.99, "word": " that", "probability": 0.931640625}, {"start": 335.99, "end": 336.37, "word": " should", "probability": 0.9541015625}, {"start": 336.37, "end": 336.75, "word": " or", "probability": 0.73681640625}, {"start": 336.75, "end": 337.11, "word": " that", "probability": 0.92529296875}, {"start": 337.11, "end": 337.97, "word": " eliminate", "probability": 0.8486328125}, {"start": 337.97, "end": 338.55, "word": " it.", "probability": 0.94287109375}, {"start": 339.03, "end": 339.15, "word": " So", "probability": 0.916015625}, {"start": 339.15, "end": 339.35, "word": " we", "probability": 0.74267578125}, {"start": 339.35, "end": 339.53, "word": " have,", "probability": 0.9443359375}, {"start": 339.61, "end": 339.73, "word": " this", "probability": 0.94677734375}, {"start": 339.73, "end": 339.85, "word": " is", "probability": 0.93798828125}, {"start": 339.85, "end": 340.07, "word": " an", "probability": 0.9580078125}, {"start": 340.07, "end": 340.61, "word": " outline", "probability": 0.88037109375}, {"start": 340.61, "end": 341.05, "word": " for", "probability": 0.9521484375}, {"start": 341.05, "end": 341.29, "word": " a", "probability": 0.923828125}, {"start": 341.29, "end": 341.51, "word": " cause", "probability": 0.849609375}, {"start": 341.51, "end": 341.65, "word": " and", "probability": 0.90087890625}, {"start": 341.65, "end": 342.01, "word": " effect", "probability": 0.93310546875}, {"start": 342.01, "end": 342.85, "word": " paragraph", "probability": 0.91162109375}, {"start": 342.85, "end": 343.33, "word": " here.", "probability": 0.74609375}, {"start": 343.43, "end": 343.53, "word": " We", "probability": 0.962890625}, {"start": 343.53, "end": 343.75, "word": " are", "probability": 0.943359375}, {"start": 343.75, "end": 344.33, "word": " addressing", "probability": 0.89306640625}, {"start": 344.33, "end": 344.71, "word": " the", "probability": 0.9189453125}, {"start": 344.71, "end": 345.51, "word": " causes.", "probability": 0.92041015625}, {"start": 345.65, "end": 345.89, "word": " Another", "probability": 0.884765625}, {"start": 345.89, "end": 346.39, "word": " example", "probability": 0.98095703125}, {"start": 346.39, "end": 346.75, "word": " is", "probability": 0.939453125}, {"start": 346.75, "end": 348.01, "word": " when", "probability": 0.80859375}, {"start": 348.01, "end": 348.19, "word": " we", "probability": 0.95849609375}, {"start": 348.19, "end": 348.71, "word": " discuss", "probability": 0.6962890625}, {"start": 348.71, "end": 348.95, "word": " the", "probability": 0.91650390625}, {"start": 348.95, "end": 349.25, "word": " effect", "probability": 0.51220703125}], "temperature": 1.0}, {"id": 14, "seek": 37271, "start": 352.69, "end": 372.71, "text": " Watching too much TV has many effects on the physiology and the psychology of people. What are the effects of watching too much TV? One effect is it leads people or it leads to eating disorders. For example, we have something called TV meals. People who are sitting", "tokens": [28482, 886, 709, 3558, 575, 867, 5065, 322, 264, 43585, 293, 264, 15105, 295, 561, 13, 708, 366, 264, 5065, 295, 1976, 886, 709, 3558, 30, 1485, 1802, 307, 309, 6689, 561, 420, 309, 6689, 281, 3936, 20261, 13, 1171, 1365, 11, 321, 362, 746, 1219, 3558, 12832, 13, 3432, 567, 366, 3798], "avg_logprob": -0.1914062566227383, "compression_ratio": 1.612121212121212, "no_speech_prob": 1.4901161193847656e-06, "words": [{"start": 352.69, "end": 352.87, "word": " Watching", "probability": 0.6953125}, {"start": 352.87, "end": 353.11, "word": " too", "probability": 0.890625}, {"start": 353.11, "end": 353.35, "word": " much", "probability": 0.9150390625}, {"start": 353.35, "end": 353.85, "word": " TV", "probability": 0.90380859375}, {"start": 353.85, "end": 355.19, "word": " has", "probability": 0.89111328125}, {"start": 355.19, "end": 355.41, "word": " many", "probability": 0.89013671875}, {"start": 355.41, "end": 355.97, "word": " effects", "probability": 0.87939453125}, {"start": 355.97, "end": 356.45, "word": " on", "probability": 0.94189453125}, {"start": 356.45, "end": 356.95, "word": " the", "probability": 0.8779296875}, {"start": 356.95, "end": 357.95, "word": " physiology", "probability": 0.74951171875}, {"start": 357.95, "end": 358.47, "word": " and", "probability": 0.931640625}, {"start": 358.47, "end": 358.59, "word": " the", "probability": 0.48095703125}, {"start": 358.59, "end": 359.09, "word": " psychology", "probability": 0.87646484375}, {"start": 359.09, "end": 359.55, "word": " of", "probability": 0.96630859375}, {"start": 359.55, "end": 360.31, "word": " people.", "probability": 0.708984375}, {"start": 360.55, "end": 360.67, "word": " What", "probability": 0.84765625}, {"start": 360.67, "end": 360.89, "word": " are", "probability": 0.935546875}, {"start": 360.89, "end": 361.07, "word": " the", "probability": 0.91552734375}, {"start": 361.07, "end": 361.45, "word": " effects", "probability": 0.89013671875}, {"start": 361.45, "end": 361.73, "word": " of", "probability": 0.96435546875}, {"start": 361.73, "end": 362.05, "word": " watching", "probability": 0.79248046875}, {"start": 362.05, "end": 362.25, "word": " too", "probability": 0.93603515625}, {"start": 362.25, "end": 362.45, "word": " much", "probability": 0.91552734375}, {"start": 362.45, "end": 362.79, "word": " TV?", "probability": 0.95458984375}, {"start": 363.07, "end": 363.23, "word": " One", "probability": 0.73974609375}, {"start": 363.23, "end": 363.43, "word": " effect", "probability": 0.904296875}, {"start": 363.43, "end": 363.85, "word": " is", "probability": 0.93505859375}, {"start": 363.85, "end": 365.01, "word": " it", "probability": 0.685546875}, {"start": 365.01, "end": 365.43, "word": " leads", "probability": 0.92333984375}, {"start": 365.43, "end": 365.97, "word": " people", "probability": 0.90625}, {"start": 365.97, "end": 366.47, "word": " or", "probability": 0.630859375}, {"start": 366.47, "end": 366.65, "word": " it", "probability": 0.90625}, {"start": 366.65, "end": 366.91, "word": " leads", "probability": 0.89306640625}, {"start": 366.91, "end": 367.19, "word": " to", "probability": 0.96240234375}, {"start": 367.19, "end": 367.87, "word": " eating", "probability": 0.92919921875}, {"start": 367.87, "end": 368.63, "word": " disorders.", "probability": 0.97021484375}, {"start": 368.77, "end": 368.91, "word": " For", "probability": 0.94287109375}, {"start": 368.91, "end": 369.29, "word": " example,", "probability": 0.96826171875}, {"start": 369.41, "end": 369.53, "word": " we", "probability": 0.955078125}, {"start": 369.53, "end": 369.75, "word": " have", "probability": 0.94873046875}, {"start": 369.75, "end": 370.15, "word": " something", "probability": 0.85791015625}, {"start": 370.15, "end": 370.99, "word": " called", "probability": 0.884765625}, {"start": 370.99, "end": 371.41, "word": " TV", "probability": 0.90380859375}, {"start": 371.41, "end": 371.79, "word": " meals.", "probability": 0.18408203125}, {"start": 371.89, "end": 372.11, "word": " People", "probability": 0.9521484375}, {"start": 372.11, "end": 372.29, "word": " who", "probability": 0.84619140625}, {"start": 372.29, "end": 372.39, "word": " are", "probability": 0.94580078125}, {"start": 372.39, "end": 372.71, "word": " sitting", "probability": 0.771484375}], "temperature": 1.0}, {"id": 15, "seek": 40169, "start": 373.17, "end": 401.69, "text": " in front of the TV and they just consume larger quantities of food without actually recognizing the possible harmful effects of this sort of large consumption of food. And also we have obesity as another effect of eating disorder. We can also have communication problems for people who watch too much TV. For example, this might lead to more violence.", "tokens": [294, 1868, 295, 264, 3558, 293, 436, 445, 14732, 4833, 22927, 295, 1755, 1553, 767, 18538, 264, 1944, 19727, 5065, 295, 341, 1333, 295, 2416, 12126, 295, 1755, 13, 400, 611, 321, 362, 29744, 382, 1071, 1802, 295, 3936, 13399, 13, 492, 393, 611, 362, 6101, 2740, 337, 561, 567, 1159, 886, 709, 3558, 13, 1171, 1365, 11, 341, 1062, 1477, 281, 544, 6270, 13], "avg_logprob": -0.14192708175290714, "compression_ratio": 1.5644444444444445, "no_speech_prob": 4.947185516357422e-06, "words": [{"start": 373.17, "end": 373.55, "word": " in", "probability": 0.580078125}, {"start": 373.55, "end": 373.83, "word": " front", "probability": 0.9580078125}, {"start": 373.83, "end": 373.97, "word": " of", "probability": 0.966796875}, {"start": 373.97, "end": 374.09, "word": " the", "probability": 0.8779296875}, {"start": 374.09, "end": 374.33, "word": " TV", "probability": 0.92333984375}, {"start": 374.33, "end": 374.63, "word": " and", "probability": 0.76953125}, {"start": 374.63, "end": 374.81, "word": " they", "probability": 0.8720703125}, {"start": 374.81, "end": 375.07, "word": " just", "probability": 0.8896484375}, {"start": 375.07, "end": 375.57, "word": " consume", "probability": 0.90576171875}, {"start": 375.57, "end": 375.97, "word": " larger", "probability": 0.927734375}, {"start": 375.97, "end": 376.55, "word": " quantities", "probability": 0.95947265625}, {"start": 376.55, "end": 376.83, "word": " of", "probability": 0.96435546875}, {"start": 376.83, "end": 377.23, "word": " food", "probability": 0.93701171875}, {"start": 377.23, "end": 377.97, "word": " without", "probability": 0.8447265625}, {"start": 377.97, "end": 378.61, "word": " actually", "probability": 0.8759765625}, {"start": 378.61, "end": 379.83, "word": " recognizing", "probability": 0.8505859375}, {"start": 379.83, "end": 380.37, "word": " the", "probability": 0.472412109375}, {"start": 380.37, "end": 381.71, "word": " possible", "probability": 0.9130859375}, {"start": 381.71, "end": 382.43, "word": " harmful", "probability": 0.93505859375}, {"start": 382.43, "end": 382.87, "word": " effects", "probability": 0.908203125}, {"start": 382.87, "end": 383.11, "word": " of", "probability": 0.96337890625}, {"start": 383.11, "end": 383.41, "word": " this", "probability": 0.93408203125}, {"start": 383.41, "end": 383.91, "word": " sort", "probability": 0.5390625}, {"start": 383.91, "end": 384.01, "word": " of", "probability": 0.966796875}, {"start": 384.01, "end": 384.25, "word": " large", "probability": 0.9658203125}, {"start": 384.25, "end": 384.71, "word": " consumption", "probability": 0.96923828125}, {"start": 384.71, "end": 384.93, "word": " of", "probability": 0.95947265625}, {"start": 384.93, "end": 385.19, "word": " food.", "probability": 0.9443359375}, {"start": 385.55, "end": 385.69, "word": " And", "probability": 0.85888671875}, {"start": 385.69, "end": 385.91, "word": " also", "probability": 0.814453125}, {"start": 385.91, "end": 386.11, "word": " we", "probability": 0.71728515625}, {"start": 386.11, "end": 386.49, "word": " have", "probability": 0.9462890625}, {"start": 386.49, "end": 387.35, "word": " obesity", "probability": 0.95556640625}, {"start": 387.35, "end": 387.81, "word": " as", "probability": 0.94091796875}, {"start": 387.81, "end": 388.19, "word": " another", "probability": 0.92529296875}, {"start": 388.19, "end": 388.69, "word": " effect", "probability": 0.8994140625}, {"start": 388.69, "end": 389.05, "word": " of", "probability": 0.9560546875}, {"start": 389.05, "end": 390.05, "word": " eating", "probability": 0.65576171875}, {"start": 390.05, "end": 391.03, "word": " disorder.", "probability": 0.91015625}, {"start": 391.41, "end": 391.61, "word": " We", "probability": 0.9521484375}, {"start": 391.61, "end": 391.77, "word": " can", "probability": 0.9306640625}, {"start": 391.77, "end": 392.07, "word": " also", "probability": 0.8740234375}, {"start": 392.07, "end": 392.47, "word": " have", "probability": 0.94775390625}, {"start": 392.47, "end": 393.33, "word": " communication", "probability": 0.67529296875}, {"start": 393.33, "end": 394.11, "word": " problems", "probability": 0.80810546875}, {"start": 394.11, "end": 394.37, "word": " for", "probability": 0.84814453125}, {"start": 394.37, "end": 394.69, "word": " people", "probability": 0.958984375}, {"start": 394.69, "end": 394.89, "word": " who", "probability": 0.89501953125}, {"start": 394.89, "end": 395.27, "word": " watch", "probability": 0.876953125}, {"start": 395.27, "end": 396.17, "word": " too", "probability": 0.94775390625}, {"start": 396.17, "end": 396.43, "word": " much", "probability": 0.912109375}, {"start": 396.43, "end": 396.79, "word": " TV.", "probability": 0.97607421875}, {"start": 397.01, "end": 397.13, "word": " For", "probability": 0.95556640625}, {"start": 397.13, "end": 397.63, "word": " example,", "probability": 0.97021484375}, {"start": 398.33, "end": 398.69, "word": " this", "probability": 0.94384765625}, {"start": 398.69, "end": 399.25, "word": " might", "probability": 0.8935546875}, {"start": 399.25, "end": 400.09, "word": " lead", "probability": 0.90087890625}, {"start": 400.09, "end": 400.45, "word": " to", "probability": 0.96875}, {"start": 400.45, "end": 401.07, "word": " more", "probability": 0.931640625}, {"start": 401.07, "end": 401.69, "word": " violence.", "probability": 0.8984375}], "temperature": 1.0}, {"id": 16, "seek": 43117, "start": 402.27, "end": 431.17, "text": " and also there is no or there is little social interactions. Okay? So again, the idea here is always have this kind of understanding of this order of how you want to organize your ideas. You have a cause and you discuss the effects and your and or you have an effect and you want to discuss the causes. Is this clear? Yes. All right. Last time we talked about transitions, some transitions that", "tokens": [293, 611, 456, 307, 572, 420, 456, 307, 707, 2093, 13280, 13, 1033, 30, 407, 797, 11, 264, 1558, 510, 307, 1009, 362, 341, 733, 295, 3701, 295, 341, 1668, 295, 577, 291, 528, 281, 13859, 428, 3487, 13, 509, 362, 257, 3082, 293, 291, 2248, 264, 5065, 293, 428, 293, 420, 291, 362, 364, 1802, 293, 291, 528, 281, 2248, 264, 7700, 13, 1119, 341, 1850, 30, 1079, 13, 1057, 558, 13, 5264, 565, 321, 2825, 466, 23767, 11, 512, 23767, 300], "avg_logprob": -0.23511904070065134, "compression_ratio": 1.7400881057268722, "no_speech_prob": 0.0, "words": [{"start": 402.27000000000004, "end": 402.79, "word": " and", "probability": 0.4482421875}, {"start": 402.79, "end": 403.29, "word": " also", "probability": 0.79638671875}, {"start": 403.29, "end": 404.23, "word": " there", "probability": 0.7724609375}, {"start": 404.23, "end": 404.37, "word": " is", "probability": 0.80078125}, {"start": 404.37, "end": 404.75, "word": " no", "probability": 0.80419921875}, {"start": 404.75, "end": 405.13, "word": " or", "probability": 0.446044921875}, {"start": 405.13, "end": 405.27, "word": " there", "probability": 0.8544921875}, {"start": 405.27, "end": 405.61, "word": " is", "probability": 0.8984375}, {"start": 405.61, "end": 407.41, "word": " little", "probability": 0.71337890625}, {"start": 407.41, "end": 408.19, "word": " social", "probability": 0.93017578125}, {"start": 408.19, "end": 409.45, "word": " interactions.", "probability": 0.74462890625}, {"start": 409.71, "end": 409.93, "word": " Okay?", "probability": 0.41748046875}, {"start": 410.29, "end": 410.41, "word": " So", "probability": 0.90283203125}, {"start": 410.41, "end": 410.77, "word": " again,", "probability": 0.80810546875}, {"start": 410.95, "end": 411.03, "word": " the", "probability": 0.89794921875}, {"start": 411.03, "end": 411.29, "word": " idea", "probability": 0.9345703125}, {"start": 411.29, "end": 411.61, "word": " here", "probability": 0.84375}, {"start": 411.61, "end": 411.83, "word": " is", "probability": 0.93994140625}, {"start": 411.83, "end": 412.23, "word": " always", "probability": 0.85595703125}, {"start": 412.23, "end": 412.95, "word": " have", "probability": 0.748046875}, {"start": 412.95, "end": 413.17, "word": " this", "probability": 0.94482421875}, {"start": 413.17, "end": 413.41, "word": " kind", "probability": 0.87548828125}, {"start": 413.41, "end": 413.53, "word": " of", "probability": 0.9716796875}, {"start": 413.53, "end": 414.23, "word": " understanding", "probability": 0.77001953125}, {"start": 414.23, "end": 414.43, "word": " of", "probability": 0.5048828125}, {"start": 414.43, "end": 414.61, "word": " this", "probability": 0.92431640625}, {"start": 414.61, "end": 415.15, "word": " order", "probability": 0.9326171875}, {"start": 415.15, "end": 415.57, "word": " of", "probability": 0.86376953125}, {"start": 415.57, "end": 416.15, "word": " how", "probability": 0.89892578125}, {"start": 416.15, "end": 416.33, "word": " you", "probability": 0.953125}, {"start": 416.33, "end": 416.57, "word": " want", "probability": 0.86865234375}, {"start": 416.57, "end": 416.71, "word": " to", "probability": 0.96044921875}, {"start": 416.71, "end": 417.07, "word": " organize", "probability": 0.78515625}, {"start": 417.07, "end": 417.25, "word": " your", "probability": 0.892578125}, {"start": 417.25, "end": 417.61, "word": " ideas.", "probability": 0.9150390625}, {"start": 418.15, "end": 418.27, "word": " You", "probability": 0.93359375}, {"start": 418.27, "end": 418.57, "word": " have", "probability": 0.95068359375}, {"start": 418.57, "end": 418.71, "word": " a", "probability": 0.99365234375}, {"start": 418.71, "end": 418.99, "word": " cause", "probability": 0.7529296875}, {"start": 418.99, "end": 419.17, "word": " and", "probability": 0.8515625}, {"start": 419.17, "end": 419.29, "word": " you", "probability": 0.94970703125}, {"start": 419.29, "end": 419.73, "word": " discuss", "probability": 0.89013671875}, {"start": 419.73, "end": 419.95, "word": " the", "probability": 0.90869140625}, {"start": 419.95, "end": 420.35, "word": " effects", "probability": 0.8720703125}, {"start": 420.35, "end": 421.17, "word": " and", "probability": 0.75439453125}, {"start": 421.17, "end": 421.49, "word": " your", "probability": 0.349853515625}, {"start": 421.49, "end": 422.03, "word": " and", "probability": 0.48828125}, {"start": 422.03, "end": 422.25, "word": " or", "probability": 0.6689453125}, {"start": 422.25, "end": 422.41, "word": " you", "probability": 0.95361328125}, {"start": 422.41, "end": 422.67, "word": " have", "probability": 0.94580078125}, {"start": 422.67, "end": 422.81, "word": " an", "probability": 0.9482421875}, {"start": 422.81, "end": 423.11, "word": " effect", "probability": 0.91162109375}, {"start": 423.11, "end": 423.33, "word": " and", "probability": 0.91748046875}, {"start": 423.33, "end": 423.45, "word": " you", "probability": 0.95654296875}, {"start": 423.45, "end": 423.65, "word": " want", "probability": 0.86083984375}, {"start": 423.65, "end": 423.75, "word": " to", "probability": 0.96484375}, {"start": 423.75, "end": 424.13, "word": " discuss", "probability": 0.9169921875}, {"start": 424.13, "end": 424.61, "word": " the", "probability": 0.55615234375}, {"start": 424.61, "end": 425.71, "word": " causes.", "probability": 0.86328125}, {"start": 425.87, "end": 426.03, "word": " Is", "probability": 0.89453125}, {"start": 426.03, "end": 426.21, "word": " this", "probability": 0.93896484375}, {"start": 426.21, "end": 426.53, "word": " clear?", "probability": 0.8818359375}, {"start": 426.71, "end": 426.97, "word": " Yes.", "probability": 0.5537109375}, {"start": 427.39, "end": 427.57, "word": " All", "probability": 0.377197265625}, {"start": 427.57, "end": 427.71, "word": " right.", "probability": 0.89453125}, {"start": 427.95, "end": 428.25, "word": " Last", "probability": 0.8671875}, {"start": 428.25, "end": 428.47, "word": " time", "probability": 0.8828125}, {"start": 428.47, "end": 428.61, "word": " we", "probability": 0.6708984375}, {"start": 428.61, "end": 428.83, "word": " talked", "probability": 0.86572265625}, {"start": 428.83, "end": 429.15, "word": " about", "probability": 0.90185546875}, {"start": 429.15, "end": 429.77, "word": " transitions,", "probability": 0.75048828125}, {"start": 429.93, "end": 430.15, "word": " some", "probability": 0.8984375}, {"start": 430.15, "end": 430.69, "word": " transitions", "probability": 0.88916015625}, {"start": 430.69, "end": 431.17, "word": " that", "probability": 0.90576171875}], "temperature": 1.0}, {"id": 17, "seek": 45455, "start": 431.75, "end": 454.55, "text": " can be used in a cause and effect paragraph let's just consider this paragraph and notice the words that we can actually use in cause and effect writing for example let's just quickly read it okay there are various reasons why more people there are various reasons there are various causes why more people are suffering from", "tokens": [393, 312, 1143, 294, 257, 3082, 293, 1802, 18865, 718, 311, 445, 1949, 341, 18865, 293, 3449, 264, 2283, 300, 321, 393, 767, 764, 294, 3082, 293, 1802, 3579, 337, 1365, 718, 311, 445, 2661, 1401, 309, 1392, 456, 366, 3683, 4112, 983, 544, 561, 456, 366, 3683, 4112, 456, 366, 3683, 7700, 983, 544, 561, 366, 7755, 490], "avg_logprob": -0.1809895858168602, "compression_ratio": 1.9578313253012047, "no_speech_prob": 5.960464477539063e-08, "words": [{"start": 431.75, "end": 432.05, "word": " can", "probability": 0.32275390625}, {"start": 432.05, "end": 432.27, "word": " be", "probability": 0.9404296875}, {"start": 432.27, "end": 432.65, "word": " used", "probability": 0.890625}, {"start": 432.65, "end": 432.95, "word": " in", "probability": 0.93310546875}, {"start": 432.95, "end": 433.13, "word": " a", "probability": 0.8955078125}, {"start": 433.13, "end": 433.33, "word": " cause", "probability": 0.79248046875}, {"start": 433.33, "end": 433.45, "word": " and", "probability": 0.83349609375}, {"start": 433.45, "end": 433.81, "word": " effect", "probability": 0.9375}, {"start": 433.81, "end": 434.77, "word": " paragraph", "probability": 0.93603515625}, {"start": 434.77, "end": 435.21, "word": " let's", "probability": 0.54058837890625}, {"start": 435.21, "end": 435.41, "word": " just", "probability": 0.8369140625}, {"start": 435.41, "end": 435.81, "word": " consider", "probability": 0.90673828125}, {"start": 435.81, "end": 436.07, "word": " this", "probability": 0.93017578125}, {"start": 436.07, "end": 436.51, "word": " paragraph", "probability": 0.9482421875}, {"start": 436.51, "end": 436.79, "word": " and", "probability": 0.89453125}, {"start": 436.79, "end": 437.09, "word": " notice", "probability": 0.90380859375}, {"start": 437.09, "end": 437.35, "word": " the", "probability": 0.90234375}, {"start": 437.35, "end": 437.91, "word": " words", "probability": 0.86474609375}, {"start": 437.91, "end": 438.33, "word": " that", "probability": 0.91259765625}, {"start": 438.33, "end": 438.49, "word": " we", "probability": 0.951171875}, {"start": 438.49, "end": 438.73, "word": " can", "probability": 0.943359375}, {"start": 438.73, "end": 439.11, "word": " actually", "probability": 0.87060546875}, {"start": 439.11, "end": 439.69, "word": " use", "probability": 0.89208984375}, {"start": 439.69, "end": 440.49, "word": " in", "probability": 0.908203125}, {"start": 440.49, "end": 440.97, "word": " cause", "probability": 0.80859375}, {"start": 440.97, "end": 441.11, "word": " and", "probability": 0.90380859375}, {"start": 441.11, "end": 441.55, "word": " effect", "probability": 0.9189453125}, {"start": 441.55, "end": 442.55, "word": " writing", "probability": 0.85205078125}, {"start": 442.55, "end": 442.83, "word": " for", "probability": 0.734375}, {"start": 442.83, "end": 443.43, "word": " example", "probability": 0.97314453125}, {"start": 443.43, "end": 444.63, "word": " let's", "probability": 0.6241455078125}, {"start": 444.63, "end": 444.83, "word": " just", "probability": 0.908203125}, {"start": 444.83, "end": 445.21, "word": " quickly", "probability": 0.81103515625}, {"start": 445.21, "end": 445.57, "word": " read", "probability": 0.96923828125}, {"start": 445.57, "end": 445.81, "word": " it", "probability": 0.83056640625}, {"start": 445.81, "end": 446.13, "word": " okay", "probability": 0.65673828125}, {"start": 446.13, "end": 447.05, "word": " there", "probability": 0.76806640625}, {"start": 447.05, "end": 447.47, "word": " are", "probability": 0.94921875}, {"start": 447.47, "end": 448.27, "word": " various", "probability": 0.935546875}, {"start": 448.27, "end": 448.71, "word": " reasons", "probability": 0.93505859375}, {"start": 448.71, "end": 449.03, "word": " why", "probability": 0.869140625}, {"start": 449.03, "end": 449.35, "word": " more", "probability": 0.89208984375}, {"start": 449.35, "end": 449.67, "word": " people", "probability": 0.966796875}, {"start": 449.67, "end": 449.93, "word": " there", "probability": 0.79638671875}, {"start": 449.93, "end": 450.15, "word": " are", "probability": 0.95068359375}, {"start": 450.15, "end": 450.59, "word": " various", "probability": 0.947265625}, {"start": 450.59, "end": 451.01, "word": " reasons", "probability": 0.890625}, {"start": 451.01, "end": 451.19, "word": " there", "probability": 0.88232421875}, {"start": 451.19, "end": 451.31, "word": " are", "probability": 0.9501953125}, {"start": 451.31, "end": 451.63, "word": " various", "probability": 0.94677734375}, {"start": 451.63, "end": 452.07, "word": " causes", "probability": 0.8994140625}, {"start": 452.07, "end": 452.75, "word": " why", "probability": 0.681640625}, {"start": 452.75, "end": 452.99, "word": " more", "probability": 0.90576171875}, {"start": 452.99, "end": 453.29, "word": " people", "probability": 0.9697265625}, {"start": 453.29, "end": 453.65, "word": " are", "probability": 0.9462890625}, {"start": 453.65, "end": 454.11, "word": " suffering", "probability": 0.908203125}, {"start": 454.11, "end": 454.55, "word": " from", "probability": 0.892578125}], "temperature": 1.0}, {"id": 18, "seek": 46836, "start": 456.72, "end": 468.36, "text": " One reason or the first reason is that the fast pace of life nowadays means cruises, that we do not always find time to relax.", "tokens": [1485, 1778, 420, 264, 700, 1778, 307, 300, 264, 2370, 11638, 295, 993, 13434, 1355, 5140, 3598, 11, 300, 321, 360, 406, 1009, 915, 565, 281, 5789, 13], "avg_logprob": -0.1837284523865272, "compression_ratio": 1.2959183673469388, "no_speech_prob": 0.0, "words": [{"start": 456.72, "end": 457.06, "word": " One", "probability": 0.50927734375}, {"start": 457.06, "end": 457.64, "word": " reason", "probability": 0.9658203125}, {"start": 457.64, "end": 458.06, "word": " or", "probability": 0.60498046875}, {"start": 458.06, "end": 458.24, "word": " the", "probability": 0.90673828125}, {"start": 458.24, "end": 458.58, "word": " first", "probability": 0.89208984375}, {"start": 458.58, "end": 458.98, "word": " reason", "probability": 0.97900390625}, {"start": 458.98, "end": 459.38, "word": " is", "probability": 0.9423828125}, {"start": 459.38, "end": 460.4, "word": " that", "probability": 0.91650390625}, {"start": 460.4, "end": 461.08, "word": " the", "probability": 0.83056640625}, {"start": 461.08, "end": 461.44, "word": " fast", "probability": 0.8759765625}, {"start": 461.44, "end": 461.8, "word": " pace", "probability": 0.90185546875}, {"start": 461.8, "end": 461.98, "word": " of", "probability": 0.970703125}, {"start": 461.98, "end": 462.28, "word": " life", "probability": 0.93310546875}, {"start": 462.28, "end": 462.74, "word": " nowadays", "probability": 0.65576171875}, {"start": 462.74, "end": 463.46, "word": " means", "probability": 0.73779296875}, {"start": 463.46, "end": 464.9, "word": " cruises,", "probability": 0.6796875}, {"start": 465.12, "end": 465.2, "word": " that", "probability": 0.89306640625}, {"start": 465.2, "end": 466.12, "word": " we", "probability": 0.9482421875}, {"start": 466.12, "end": 466.32, "word": " do", "probability": 0.8564453125}, {"start": 466.32, "end": 466.6, "word": " not", "probability": 0.95263671875}, {"start": 466.6, "end": 467.02, "word": " always", "probability": 0.89013671875}, {"start": 467.02, "end": 467.28, "word": " find", "probability": 0.88818359375}, {"start": 467.28, "end": 467.64, "word": " time", "probability": 0.87646484375}, {"start": 467.64, "end": 467.88, "word": " to", "probability": 0.97314453125}, {"start": 467.88, "end": 468.36, "word": " relax.", "probability": 0.8955078125}], "temperature": 1.0}, {"id": 19, "seek": 49614, "start": 468.92, "end": 496.14, "text": " Likewise, similarly, it is difficult to find a good work-life balance due to the pressure to produce results at work. Another related cause of stress is the need to earn money to survive in our commercial and material world. Indeed, life today is very stressful and complex. So what we have here are some words", "tokens": [30269, 11, 14138, 11, 309, 307, 2252, 281, 915, 257, 665, 589, 12, 9073, 4772, 3462, 281, 264, 3321, 281, 5258, 3542, 412, 589, 13, 3996, 4077, 3082, 295, 4244, 307, 264, 643, 281, 6012, 1460, 281, 7867, 294, 527, 6841, 293, 2527, 1002, 13, 15061, 11, 993, 965, 307, 588, 19108, 293, 3997, 13, 407, 437, 321, 362, 510, 366, 512, 2283], "avg_logprob": -0.18493652204051614, "compression_ratio": 1.5245098039215685, "no_speech_prob": 5.960464477539063e-08, "words": [{"start": 468.92, "end": 469.78, "word": " Likewise,", "probability": 0.7138671875}, {"start": 470.14, "end": 470.82, "word": " similarly,", "probability": 0.89453125}, {"start": 471.24, "end": 472.08, "word": " it", "probability": 0.3876953125}, {"start": 472.08, "end": 472.28, "word": " is", "probability": 0.89990234375}, {"start": 472.28, "end": 472.68, "word": " difficult", "probability": 0.91845703125}, {"start": 472.68, "end": 472.9, "word": " to", "probability": 0.9716796875}, {"start": 472.9, "end": 473.12, "word": " find", "probability": 0.88623046875}, {"start": 473.12, "end": 473.26, "word": " a", "probability": 0.9267578125}, {"start": 473.26, "end": 473.5, "word": " good", "probability": 0.92724609375}, {"start": 473.5, "end": 473.92, "word": " work", "probability": 0.912109375}, {"start": 473.92, "end": 474.2, "word": "-life", "probability": 0.86865234375}, {"start": 474.2, "end": 474.86, "word": " balance", "probability": 0.97119140625}, {"start": 474.86, "end": 475.76, "word": " due", "probability": 0.454833984375}, {"start": 475.76, "end": 476.2, "word": " to", "probability": 0.9658203125}, {"start": 476.2, "end": 478.04, "word": " the", "probability": 0.494873046875}, {"start": 478.04, "end": 479.2, "word": " pressure", "probability": 0.89794921875}, {"start": 479.2, "end": 479.48, "word": " to", "probability": 0.94384765625}, {"start": 479.48, "end": 479.92, "word": " produce", "probability": 0.85986328125}, {"start": 479.92, "end": 480.46, "word": " results", "probability": 0.88720703125}, {"start": 480.46, "end": 480.76, "word": " at", "probability": 0.9599609375}, {"start": 480.76, "end": 481.08, "word": " work.", "probability": 0.91552734375}, {"start": 481.36, "end": 481.94, "word": " Another", "probability": 0.84716796875}, {"start": 481.94, "end": 482.52, "word": " related", "probability": 0.962890625}, {"start": 482.52, "end": 483.02, "word": " cause", "probability": 0.86474609375}, {"start": 483.02, "end": 483.42, "word": " of", "probability": 0.95751953125}, {"start": 483.42, "end": 483.94, "word": " stress", "probability": 0.6796875}, {"start": 483.94, "end": 484.22, "word": " is", "probability": 0.94189453125}, {"start": 484.22, "end": 484.42, "word": " the", "probability": 0.8994140625}, {"start": 484.42, "end": 484.62, "word": " need", "probability": 0.9365234375}, {"start": 484.62, "end": 484.82, "word": " to", "probability": 0.9658203125}, {"start": 484.82, "end": 485.16, "word": " earn", "probability": 0.92822265625}, {"start": 485.16, "end": 485.44, "word": " money", "probability": 0.90283203125}, {"start": 485.44, "end": 485.64, "word": " to", "probability": 0.95654296875}, {"start": 485.64, "end": 486.16, "word": " survive", "probability": 0.9140625}, {"start": 486.16, "end": 486.4, "word": " in", "probability": 0.9365234375}, {"start": 486.4, "end": 486.72, "word": " our", "probability": 0.82275390625}, {"start": 486.72, "end": 487.34, "word": " commercial", "probability": 0.923828125}, {"start": 487.34, "end": 488.08, "word": " and", "probability": 0.837890625}, {"start": 488.08, "end": 488.58, "word": " material", "probability": 0.91015625}, {"start": 488.58, "end": 489.18, "word": " world.", "probability": 0.86767578125}, {"start": 489.58, "end": 490.08, "word": " Indeed,", "probability": 0.8525390625}, {"start": 490.78, "end": 491.14, "word": " life", "probability": 0.9267578125}, {"start": 491.14, "end": 491.54, "word": " today", "probability": 0.79345703125}, {"start": 491.54, "end": 491.86, "word": " is", "probability": 0.94091796875}, {"start": 491.86, "end": 492.16, "word": " very", "probability": 0.80224609375}, {"start": 492.16, "end": 492.62, "word": " stressful", "probability": 0.95947265625}, {"start": 492.62, "end": 492.92, "word": " and", "probability": 0.93310546875}, {"start": 492.92, "end": 493.32, "word": " complex.", "probability": 0.78955078125}, {"start": 494.36, "end": 494.5, "word": " So", "probability": 0.70458984375}, {"start": 494.5, "end": 494.6, "word": " what", "probability": 0.2313232421875}, {"start": 494.6, "end": 494.72, "word": " we", "probability": 0.94580078125}, {"start": 494.72, "end": 494.92, "word": " have", "probability": 0.94580078125}, {"start": 494.92, "end": 495.08, "word": " here", "probability": 0.84521484375}, {"start": 495.08, "end": 495.26, "word": " are", "probability": 0.90283203125}, {"start": 495.26, "end": 495.56, "word": " some", "probability": 0.896484375}, {"start": 495.56, "end": 496.14, "word": " words", "probability": 0.84716796875}], "temperature": 1.0}, {"id": 20, "seek": 51241, "start": 496.56, "end": 512.42, "text": "Some verbs, some adjectives, some adverbs that help us in connecting our causes and connecting our effects in a nice and logical way, okay? Let's focus today on using transitions in cause and effect", "tokens": [24882, 30051, 11, 512, 29378, 1539, 11, 512, 614, 43348, 300, 854, 505, 294, 11015, 527, 7700, 293, 11015, 527, 5065, 294, 257, 1481, 293, 14978, 636, 11, 1392, 30, 961, 311, 1879, 965, 322, 1228, 23767, 294, 3082, 293, 1802], "avg_logprob": -0.16713170068604605, "compression_ratio": 1.5, "no_speech_prob": 0.0, "words": [{"start": 496.56, "end": 497.02, "word": "Some", "probability": 0.3212890625}, {"start": 497.02, "end": 497.48, "word": " verbs,", "probability": 0.95263671875}, {"start": 497.68, "end": 497.88, "word": " some", "probability": 0.76953125}, {"start": 497.88, "end": 498.52, "word": " adjectives,", "probability": 0.9541015625}, {"start": 498.66, "end": 498.84, "word": " some", "probability": 0.88427734375}, {"start": 498.84, "end": 499.32, "word": " adverbs", "probability": 0.944091796875}, {"start": 499.32, "end": 499.58, "word": " that", "probability": 0.90380859375}, {"start": 499.58, "end": 499.86, "word": " help", "probability": 0.82275390625}, {"start": 499.86, "end": 500.16, "word": " us", "probability": 0.9404296875}, {"start": 500.16, "end": 500.5, "word": " in", "probability": 0.90869140625}, {"start": 500.5, "end": 501.42, "word": " connecting", "probability": 0.8896484375}, {"start": 501.42, "end": 501.86, "word": " our", "probability": 0.91650390625}, {"start": 501.86, "end": 502.24, "word": " causes", "probability": 0.86572265625}, {"start": 502.24, "end": 502.56, "word": " and", "probability": 0.92431640625}, {"start": 502.56, "end": 502.98, "word": " connecting", "probability": 0.8916015625}, {"start": 502.98, "end": 503.48, "word": " our", "probability": 0.9013671875}, {"start": 503.48, "end": 504.8, "word": " effects", "probability": 0.9189453125}, {"start": 504.8, "end": 505.22, "word": " in", "probability": 0.9423828125}, {"start": 505.22, "end": 505.46, "word": " a", "probability": 0.97998046875}, {"start": 505.46, "end": 505.76, "word": " nice", "probability": 0.9072265625}, {"start": 505.76, "end": 505.94, "word": " and", "probability": 0.92236328125}, {"start": 505.94, "end": 506.38, "word": " logical", "probability": 0.73583984375}, {"start": 506.38, "end": 507.3, "word": " way,", "probability": 0.9619140625}, {"start": 507.34, "end": 507.66, "word": " okay?", "probability": 0.7099609375}, {"start": 508.02, "end": 508.34, "word": " Let's", "probability": 0.939453125}, {"start": 508.34, "end": 508.92, "word": " focus", "probability": 0.93359375}, {"start": 508.92, "end": 509.36, "word": " today", "probability": 0.81396484375}, {"start": 509.36, "end": 509.62, "word": " on", "probability": 0.91357421875}, {"start": 509.62, "end": 510.06, "word": " using", "probability": 0.9091796875}, {"start": 510.06, "end": 510.9, "word": " transitions", "probability": 0.89599609375}, {"start": 510.9, "end": 511.3, "word": " in", "probability": 0.94970703125}, {"start": 511.3, "end": 511.9, "word": " cause", "probability": 0.76123046875}, {"start": 511.9, "end": 512.04, "word": " and", "probability": 0.9453125}, {"start": 512.04, "end": 512.42, "word": " effect", "probability": 0.9365234375}], "temperature": 1.0}, {"id": 21, "seek": 53937, "start": 513.29, "end": 539.37, "text": " Okay, what I'd like you to do now is to read this paragraph very quickly and fill in the blanks with the possible, with the transitions that can be used suitably in this paragraph, okay? All right, so we have means, similarly, cause, due to, one reason, and reasons. Fill in the blanks with the suitable word in this respect.", "tokens": [1033, 11, 437, 286, 1116, 411, 291, 281, 360, 586, 307, 281, 1401, 341, 18865, 588, 2661, 293, 2836, 294, 264, 8247, 82, 365, 264, 1944, 11, 365, 264, 23767, 300, 393, 312, 1143, 5722, 1188, 294, 341, 18865, 11, 1392, 30, 1057, 558, 11, 370, 321, 362, 1355, 11, 14138, 11, 3082, 11, 3462, 281, 11, 472, 1778, 11, 293, 4112, 13, 25315, 294, 264, 8247, 82, 365, 264, 12873, 1349, 294, 341, 3104, 13], "avg_logprob": -0.17410714053488396, "compression_ratio": 1.63, "no_speech_prob": 1.1920928955078125e-07, "words": [{"start": 513.29, "end": 513.93, "word": " Okay,", "probability": 0.2459716796875}, {"start": 514.01, "end": 514.15, "word": " what", "probability": 0.87939453125}, {"start": 514.15, "end": 514.31, "word": " I'd", "probability": 0.87841796875}, {"start": 514.31, "end": 514.53, "word": " like", "probability": 0.94287109375}, {"start": 514.53, "end": 514.65, "word": " you", "probability": 0.955078125}, {"start": 514.65, "end": 514.79, "word": " to", "probability": 0.96435546875}, {"start": 514.79, "end": 514.99, "word": " do", "probability": 0.962890625}, {"start": 514.99, "end": 515.37, "word": " now", "probability": 0.94189453125}, {"start": 515.37, "end": 515.83, "word": " is", "probability": 0.85546875}, {"start": 515.83, "end": 515.99, "word": " to", "probability": 0.9169921875}, {"start": 515.99, "end": 516.15, "word": " read", "probability": 0.9697265625}, {"start": 516.15, "end": 516.37, "word": " this", "probability": 0.94189453125}, {"start": 516.37, "end": 516.73, "word": " paragraph", "probability": 0.943359375}, {"start": 516.73, "end": 517.15, "word": " very", "probability": 0.841796875}, {"start": 517.15, "end": 517.53, "word": " quickly", "probability": 0.9248046875}, {"start": 517.53, "end": 518.49, "word": " and", "probability": 0.841796875}, {"start": 518.49, "end": 519.01, "word": " fill", "probability": 0.89013671875}, {"start": 519.01, "end": 519.27, "word": " in", "probability": 0.9375}, {"start": 519.27, "end": 519.43, "word": " the", "probability": 0.92138671875}, {"start": 519.43, "end": 520.03, "word": " blanks", "probability": 0.903564453125}, {"start": 520.03, "end": 520.37, "word": " with", "probability": 0.90771484375}, {"start": 520.37, "end": 521.19, "word": " the", "probability": 0.861328125}, {"start": 521.19, "end": 521.61, "word": " possible,", "probability": 0.46630859375}, {"start": 521.87, "end": 522.07, "word": " with", "probability": 0.89453125}, {"start": 522.07, "end": 522.59, "word": " the", "probability": 0.77978515625}, {"start": 522.59, "end": 523.17, "word": " transitions", "probability": 0.869140625}, {"start": 523.17, "end": 523.55, "word": " that", "probability": 0.93701171875}, {"start": 523.55, "end": 523.77, "word": " can", "probability": 0.9404296875}, {"start": 523.77, "end": 523.97, "word": " be", "probability": 0.95166015625}, {"start": 523.97, "end": 524.33, "word": " used", "probability": 0.92138671875}, {"start": 524.33, "end": 525.51, "word": " suitably", "probability": 0.9833984375}, {"start": 525.51, "end": 525.87, "word": " in", "probability": 0.9501953125}, {"start": 525.87, "end": 526.19, "word": " this", "probability": 0.9482421875}, {"start": 526.19, "end": 527.01, "word": " paragraph,", "probability": 0.94970703125}, {"start": 527.39, "end": 527.65, "word": " okay?", "probability": 0.8916015625}, {"start": 529.79, "end": 530.03, "word": " All", "probability": 0.4580078125}, {"start": 530.03, "end": 530.15, "word": " right,", "probability": 0.9150390625}, {"start": 530.27, "end": 530.39, "word": " so", "probability": 0.94970703125}, {"start": 530.39, "end": 530.51, "word": " we", "probability": 0.8701171875}, {"start": 530.51, "end": 530.73, "word": " have", "probability": 0.94189453125}, {"start": 530.73, "end": 531.13, "word": " means,", "probability": 0.86083984375}, {"start": 531.57, "end": 532.17, "word": " similarly,", "probability": 0.9111328125}, {"start": 532.55, "end": 532.97, "word": " cause,", "probability": 0.7998046875}, {"start": 533.39, "end": 533.63, "word": " due", "probability": 0.96337890625}, {"start": 533.63, "end": 534.03, "word": " to,", "probability": 0.96337890625}, {"start": 534.37, "end": 534.59, "word": " one", "probability": 0.9208984375}, {"start": 534.59, "end": 535.11, "word": " reason,", "probability": 0.9755859375}, {"start": 535.51, "end": 535.79, "word": " and", "probability": 0.94580078125}, {"start": 535.79, "end": 536.61, "word": " reasons.", "probability": 0.93115234375}, {"start": 536.75, "end": 536.89, "word": " Fill", "probability": 0.888671875}, {"start": 536.89, "end": 537.03, "word": " in", "probability": 0.94482421875}, {"start": 537.03, "end": 537.15, "word": " the", "probability": 0.921875}, {"start": 537.15, "end": 537.47, "word": " blanks", "probability": 0.88427734375}, {"start": 537.47, "end": 537.61, "word": " with", "probability": 0.896484375}, {"start": 537.61, "end": 537.73, "word": " the", "probability": 0.64453125}, {"start": 537.73, "end": 538.09, "word": " suitable", "probability": 0.95703125}, {"start": 538.09, "end": 538.49, "word": " word", "probability": 0.8916015625}, {"start": 538.49, "end": 538.71, "word": " in", "probability": 0.9375}, {"start": 538.71, "end": 538.91, "word": " this", "probability": 0.9462890625}, {"start": 538.91, "end": 539.37, "word": " respect.", "probability": 0.8828125}], "temperature": 1.0}, {"id": 22, "seek": 58102, "start": 563.2, "end": 581.02, "text": " Please, please, please. It's okay, it's okay.", "tokens": [2555, 11, 1767, 11, 1767, 13, 467, 311, 1392, 11, 309, 311, 1392, 13], "avg_logprob": -0.5718750158945719, "compression_ratio": 1.2777777777777777, "no_speech_prob": 0.0001837015151977539, "words": [{"start": 563.2, "end": 563.54, "word": " Please,", "probability": 0.322021484375}, {"start": 563.74, "end": 564.28, "word": " please,", "probability": 0.6923828125}, {"start": 564.34, "end": 564.52, "word": " please.", "probability": 0.80029296875}, {"start": 575.04, "end": 575.68, "word": " It's", "probability": 0.540771484375}, {"start": 575.68, "end": 575.98, "word": " okay,", "probability": 0.3349609375}, {"start": 576.28, "end": 580.82, "word": " it's", "probability": 0.895263671875}, {"start": 580.82, "end": 581.02, "word": " okay.", "probability": 0.9091796875}], "temperature": 1.0}, {"id": 23, "seek": 62321, "start": 622.01, "end": 623.21, "text": " I don't know what this thing is.", "tokens": [286, 500, 380, 458, 437, 341, 551, 307, 13], "avg_logprob": -0.9140625, "compression_ratio": 0.868421052631579, "no_speech_prob": 6.556510925292969e-07, "words": [{"start": 622.01, "end": 622.11, "word": " I", "probability": 0.120849609375}, {"start": 622.11, "end": 622.39, "word": " don't", "probability": 0.578369140625}, {"start": 622.39, "end": 622.43, "word": " know", "probability": 0.362548828125}, {"start": 622.43, "end": 622.51, "word": " what", "probability": 0.429931640625}, {"start": 622.51, "end": 622.69, "word": " this", "probability": 0.104248046875}, {"start": 622.69, "end": 622.89, "word": " thing", "probability": 0.52978515625}, {"start": 622.89, "end": 623.21, "word": " is.", "probability": 0.748046875}], "temperature": 1.0}, {"id": 24, "seek": 68727, "start": 668.99, "end": 687.27, "text": " Alright, are we finished? Yes, please. There are a number of different reasons why young people from different or from developing countries choose to immigrate. Yes, please, here.", "tokens": [2798, 11, 366, 321, 4335, 30, 1079, 11, 1767, 13, 821, 366, 257, 1230, 295, 819, 4112, 983, 2037, 561, 490, 819, 420, 490, 6416, 3517, 2826, 281, 7730, 4404, 13, 1079, 11, 1767, 11, 510, 13], "avg_logprob": -0.2898848715581392, "compression_ratio": 1.3846153846153846, "no_speech_prob": 8.344650268554688e-07, "words": [{"start": 668.99, "end": 669.33, "word": " Alright,", "probability": 0.280029296875}, {"start": 669.61, "end": 669.73, "word": " are", "probability": 0.927734375}, {"start": 669.73, "end": 669.87, "word": " we", "probability": 0.9658203125}, {"start": 669.87, "end": 670.23, "word": " finished?", "probability": 0.794921875}, {"start": 671.11, "end": 671.37, "word": " Yes,", "probability": 0.85009765625}, {"start": 671.79, "end": 672.09, "word": " please.", "probability": 0.73779296875}, {"start": 672.69, "end": 673.37, "word": " There", "probability": 0.35791015625}, {"start": 673.37, "end": 673.75, "word": " are", "probability": 0.93798828125}, {"start": 673.75, "end": 676.23, "word": " a", "probability": 0.76708984375}, {"start": 676.23, "end": 676.53, "word": " number", "probability": 0.92724609375}, {"start": 676.53, "end": 676.79, "word": " of", "probability": 0.970703125}, {"start": 676.79, "end": 677.35, "word": " different", "probability": 0.8154296875}, {"start": 677.35, "end": 678.07, "word": " reasons", "probability": 0.92138671875}, {"start": 678.07, "end": 678.79, "word": " why", "probability": 0.60888671875}, {"start": 678.79, "end": 681.41, "word": " young", "probability": 0.916015625}, {"start": 681.41, "end": 681.83, "word": " people", "probability": 0.96728515625}, {"start": 681.83, "end": 682.11, "word": " from", "probability": 0.8662109375}, {"start": 682.11, "end": 682.67, "word": " different", "probability": 0.7431640625}, {"start": 682.67, "end": 683.11, "word": " or", "probability": 0.4208984375}, {"start": 683.11, "end": 683.33, "word": " from", "probability": 0.7158203125}, {"start": 683.33, "end": 683.89, "word": " developing", "probability": 0.822265625}, {"start": 683.89, "end": 684.51, "word": " countries", "probability": 0.7607421875}, {"start": 684.51, "end": 685.43, "word": " choose", "probability": 0.88720703125}, {"start": 685.43, "end": 685.77, "word": " to", "probability": 0.97265625}, {"start": 685.77, "end": 686.33, "word": " immigrate.", "probability": 0.804443359375}, {"start": 686.53, "end": 686.75, "word": " Yes,", "probability": 0.896484375}, {"start": 686.83, "end": 687.01, "word": " please,", "probability": 0.802734375}, {"start": 687.09, "end": 687.27, "word": " here.", "probability": 0.85009765625}], "temperature": 1.0}, {"id": 25, "seek": 70724, "start": 688.98, "end": 707.24, "text": "One reason is that. Yes, why is that? Because we have the verb is, so we have always the grammar helps us in choosing the right word if it is a word or a phrase, an adjective, a noun, an adverb and so on. The second reason is that", "tokens": [15426, 1778, 307, 300, 13, 1079, 11, 983, 307, 300, 30, 1436, 321, 362, 264, 9595, 307, 11, 370, 321, 362, 1009, 264, 22317, 3665, 505, 294, 10875, 264, 558, 1349, 498, 309, 307, 257, 1349, 420, 257, 9535, 11, 364, 44129, 11, 257, 23307, 11, 364, 614, 25809, 293, 370, 322, 13, 440, 1150, 1778, 307, 300], "avg_logprob": -0.2799258525088682, "compression_ratio": 1.4935064935064934, "no_speech_prob": 2.7418136596679688e-06, "words": [{"start": 688.98, "end": 689.46, "word": "One", "probability": 0.375732421875}, {"start": 689.46, "end": 689.94, "word": " reason", "probability": 0.88916015625}, {"start": 689.94, "end": 690.26, "word": " is", "probability": 0.9013671875}, {"start": 690.26, "end": 690.38, "word": " that.", "probability": 0.82470703125}, {"start": 690.38, "end": 690.72, "word": " Yes,", "probability": 0.6708984375}, {"start": 690.94, "end": 691.1, "word": " why", "probability": 0.79541015625}, {"start": 691.1, "end": 691.24, "word": " is", "probability": 0.93701171875}, {"start": 691.24, "end": 691.38, "word": " that?", "probability": 0.94091796875}, {"start": 691.48, "end": 691.64, "word": " Because", "probability": 0.82421875}, {"start": 691.64, "end": 691.8, "word": " we", "probability": 0.93359375}, {"start": 691.8, "end": 691.96, "word": " have", "probability": 0.94189453125}, {"start": 691.96, "end": 692.1, "word": " the", "probability": 0.8759765625}, {"start": 692.1, "end": 692.36, "word": " verb", "probability": 0.8466796875}, {"start": 692.36, "end": 692.6, "word": " is,", "probability": 0.69189453125}, {"start": 692.68, "end": 692.78, "word": " so", "probability": 0.83544921875}, {"start": 692.78, "end": 692.94, "word": " we", "probability": 0.9111328125}, {"start": 692.94, "end": 693.16, "word": " have", "probability": 0.92431640625}, {"start": 693.16, "end": 693.56, "word": " always", "probability": 0.64892578125}, {"start": 693.56, "end": 693.8, "word": " the", "probability": 0.86474609375}, {"start": 693.8, "end": 694.18, "word": " grammar", "probability": 0.91748046875}, {"start": 694.18, "end": 695.0, "word": " helps", "probability": 0.77587890625}, {"start": 695.0, "end": 695.46, "word": " us", "probability": 0.93505859375}, {"start": 695.46, "end": 695.78, "word": " in", "probability": 0.9267578125}, {"start": 695.78, "end": 696.14, "word": " choosing", "probability": 0.9501953125}, {"start": 696.14, "end": 696.38, "word": " the", "probability": 0.9228515625}, {"start": 696.38, "end": 696.62, "word": " right", "probability": 0.921875}, {"start": 696.62, "end": 696.92, "word": " word", "probability": 0.92138671875}, {"start": 696.92, "end": 697.1, "word": " if", "probability": 0.58447265625}, {"start": 697.1, "end": 697.24, "word": " it", "probability": 0.9580078125}, {"start": 697.24, "end": 697.38, "word": " is", "probability": 0.89990234375}, {"start": 697.38, "end": 697.52, "word": " a", "probability": 0.970703125}, {"start": 697.52, "end": 697.88, "word": " word", "probability": 0.93310546875}, {"start": 697.88, "end": 698.02, "word": " or", "probability": 0.89208984375}, {"start": 698.02, "end": 698.16, "word": " a", "probability": 0.95263671875}, {"start": 698.16, "end": 698.54, "word": " phrase,", "probability": 0.87060546875}, {"start": 699.04, "end": 699.12, "word": " an", "probability": 0.88623046875}, {"start": 699.12, "end": 699.6, "word": " adjective,", "probability": 0.974609375}, {"start": 700.16, "end": 700.26, "word": " a", "probability": 0.89501953125}, {"start": 700.26, "end": 700.62, "word": " noun,", "probability": 0.9677734375}, {"start": 700.86, "end": 701.0, "word": " an", "probability": 0.93017578125}, {"start": 701.0, "end": 701.36, "word": " adverb", "probability": 0.938232421875}, {"start": 701.36, "end": 701.56, "word": " and", "probability": 0.748046875}, {"start": 701.56, "end": 701.7, "word": " so", "probability": 0.95849609375}, {"start": 701.7, "end": 702.02, "word": " on.", "probability": 0.5830078125}, {"start": 702.02, "end": 702.12, "word": " The", "probability": 0.1978759765625}, {"start": 702.12, "end": 702.34, "word": " second", "probability": 0.5771484375}, {"start": 702.34, "end": 702.78, "word": " reason", "probability": 0.97119140625}, {"start": 702.78, "end": 703.34, "word": " is", "probability": 0.62255859375}, {"start": 703.34, "end": 707.24, "word": " that", "probability": 0.90869140625}], "temperature": 1.0}, {"id": 26, "seek": 73019, "start": 707.99, "end": 730.19, "text": " The poor economic situation where they live means that. Very nice. Means that they do not have many jobs, job opportunities. Okay, after that. After that. So we have what? Similarly. Very nice. Because I need an adverb here. Similarly.", "tokens": [440, 4716, 4836, 2590, 689, 436, 1621, 1355, 300, 13, 4372, 1481, 13, 40290, 300, 436, 360, 406, 362, 867, 4782, 11, 1691, 4786, 13, 1033, 11, 934, 300, 13, 2381, 300, 13, 407, 321, 362, 437, 30, 13157, 13, 4372, 1481, 13, 1436, 286, 643, 364, 614, 25809, 510, 13, 13157, 13], "avg_logprob": -0.2971643656492233, "compression_ratio": 1.5128205128205128, "no_speech_prob": 5.960464477539063e-08, "words": [{"start": 707.99, "end": 708.23, "word": " The", "probability": 0.52294921875}, {"start": 708.23, "end": 708.63, "word": " poor", "probability": 0.904296875}, {"start": 708.63, "end": 709.25, "word": " economic", "probability": 0.865234375}, {"start": 709.25, "end": 710.23, "word": " situation", "probability": 0.90673828125}, {"start": 710.23, "end": 711.37, "word": " where", "probability": 0.80615234375}, {"start": 711.37, "end": 711.61, "word": " they", "probability": 0.9091796875}, {"start": 711.61, "end": 711.99, "word": " live", "probability": 0.943359375}, {"start": 711.99, "end": 712.99, "word": " means", "probability": 0.89990234375}, {"start": 712.99, "end": 713.39, "word": " that.", "probability": 0.9130859375}, {"start": 713.47, "end": 713.83, "word": " Very", "probability": 0.6240234375}, {"start": 713.83, "end": 714.25, "word": " nice.", "probability": 0.8916015625}, {"start": 714.61, "end": 715.07, "word": " Means", "probability": 0.7001953125}, {"start": 715.07, "end": 715.45, "word": " that", "probability": 0.93017578125}, {"start": 715.45, "end": 715.65, "word": " they", "probability": 0.88623046875}, {"start": 715.65, "end": 715.85, "word": " do", "probability": 0.8359375}, {"start": 715.85, "end": 716.15, "word": " not", "probability": 0.94873046875}, {"start": 716.15, "end": 717.49, "word": " have", "probability": 0.9453125}, {"start": 717.49, "end": 717.73, "word": " many", "probability": 0.20654296875}, {"start": 717.73, "end": 718.15, "word": " jobs,", "probability": 0.5986328125}, {"start": 718.41, "end": 718.85, "word": " job", "probability": 0.97607421875}, {"start": 718.85, "end": 719.65, "word": " opportunities.", "probability": 0.94775390625}, {"start": 720.19, "end": 720.43, "word": " Okay,", "probability": 0.57421875}, {"start": 720.53, "end": 720.83, "word": " after", "probability": 0.83251953125}, {"start": 720.83, "end": 721.27, "word": " that.", "probability": 0.9423828125}, {"start": 722.41, "end": 722.91, "word": " After", "probability": 0.703125}, {"start": 722.91, "end": 723.39, "word": " that.", "probability": 0.93505859375}, {"start": 723.73, "end": 723.93, "word": " So", "probability": 0.923828125}, {"start": 723.93, "end": 724.17, "word": " we", "probability": 0.685546875}, {"start": 724.17, "end": 724.65, "word": " have", "probability": 0.94921875}, {"start": 724.65, "end": 724.93, "word": " what?", "probability": 0.137939453125}, {"start": 725.63, "end": 726.39, "word": " Similarly.", "probability": 0.68115234375}, {"start": 726.87, "end": 727.13, "word": " Very", "probability": 0.61181640625}, {"start": 727.13, "end": 727.55, "word": " nice.", "probability": 0.89404296875}, {"start": 727.95, "end": 728.09, "word": " Because", "probability": 0.5458984375}, {"start": 728.09, "end": 728.21, "word": " I", "probability": 0.97900390625}, {"start": 728.21, "end": 728.35, "word": " need", "probability": 0.84912109375}, {"start": 728.35, "end": 728.53, "word": " an", "probability": 0.94091796875}, {"start": 728.53, "end": 728.91, "word": " adverb", "probability": 0.940185546875}, {"start": 728.91, "end": 729.21, "word": " here.", "probability": 0.8408203125}, {"start": 729.69, "end": 730.19, "word": " Similarly.", "probability": 0.71240234375}], "temperature": 1.0}, {"id": 27, "seek": 75928, "start": 732.42, "end": 759.28, "text": "It is difficult to earn enough to survive due to. Okay, due to. And remember this, we'll talk about this later in 10 minutes or so. Due to, exactly, due to the low level of salaries compared to wealthier countries. And finally, another problem. Okay, because an adjective and then we have an adverb of immigration.", "tokens": [3522, 307, 2252, 281, 6012, 1547, 281, 7867, 3462, 281, 13, 1033, 11, 3462, 281, 13, 400, 1604, 341, 11, 321, 603, 751, 466, 341, 1780, 294, 1266, 2077, 420, 370, 13, 18980, 281, 11, 2293, 11, 3462, 281, 264, 2295, 1496, 295, 35057, 5347, 281, 7203, 811, 3517, 13, 400, 2721, 11, 1071, 1154, 13, 1033, 11, 570, 364, 44129, 293, 550, 321, 362, 364, 614, 25809, 295, 13554, 13], "avg_logprob": -0.3368055667314265, "compression_ratio": 1.5242718446601942, "no_speech_prob": 5.960464477539063e-08, "words": [{"start": 732.42, "end": 732.68, "word": "It", "probability": 0.428955078125}, {"start": 732.68, "end": 732.94, "word": " is", "probability": 0.853515625}, {"start": 732.94, "end": 733.48, "word": " difficult", "probability": 0.90966796875}, {"start": 733.48, "end": 734.06, "word": " to", "probability": 0.97314453125}, {"start": 734.06, "end": 735.04, "word": " earn", "probability": 0.56884765625}, {"start": 735.04, "end": 735.52, "word": " enough", "probability": 0.6025390625}, {"start": 735.52, "end": 736.24, "word": " to", "probability": 0.72216796875}, {"start": 736.24, "end": 737.44, "word": " survive", "probability": 0.9169921875}, {"start": 737.44, "end": 738.82, "word": " due", "probability": 0.7353515625}, {"start": 738.82, "end": 739.3, "word": " to.", "probability": 0.9580078125}, {"start": 739.46, "end": 739.9, "word": " Okay,", "probability": 0.4189453125}, {"start": 740.16, "end": 740.44, "word": " due", "probability": 0.8740234375}, {"start": 740.44, "end": 740.7, "word": " to.", "probability": 0.96875}, {"start": 740.76, "end": 740.92, "word": " And", "probability": 0.84228515625}, {"start": 740.92, "end": 741.26, "word": " remember", "probability": 0.87109375}, {"start": 741.26, "end": 741.54, "word": " this,", "probability": 0.88134765625}, {"start": 741.58, "end": 741.72, "word": " we'll", "probability": 0.672607421875}, {"start": 741.72, "end": 741.88, "word": " talk", "probability": 0.88818359375}, {"start": 741.88, "end": 742.14, "word": " about", "probability": 0.90576171875}, {"start": 742.14, "end": 742.36, "word": " this", "probability": 0.923828125}, {"start": 742.36, "end": 742.78, "word": " later", "probability": 0.9462890625}, {"start": 742.78, "end": 743.36, "word": " in", "probability": 0.6005859375}, {"start": 743.36, "end": 744.14, "word": " 10", "probability": 0.359130859375}, {"start": 744.14, "end": 744.38, "word": " minutes", "probability": 0.892578125}, {"start": 744.38, "end": 744.58, "word": " or", "probability": 0.9462890625}, {"start": 744.58, "end": 744.84, "word": " so.", "probability": 0.9560546875}, {"start": 745.2, "end": 745.34, "word": " Due", "probability": 0.29345703125}, {"start": 745.34, "end": 745.56, "word": " to,", "probability": 0.95361328125}, {"start": 745.62, "end": 746.02, "word": " exactly,", "probability": 0.81494140625}, {"start": 746.32, "end": 746.52, "word": " due", "probability": 0.90234375}, {"start": 746.52, "end": 746.7, "word": " to", "probability": 0.96630859375}, {"start": 746.7, "end": 746.86, "word": " the", "probability": 0.89892578125}, {"start": 746.86, "end": 747.1, "word": " low", "probability": 0.943359375}, {"start": 747.1, "end": 747.42, "word": " level", "probability": 0.9169921875}, {"start": 747.42, "end": 747.66, "word": " of", "probability": 0.96875}, {"start": 747.66, "end": 748.16, "word": " salaries", "probability": 0.92041015625}, {"start": 748.16, "end": 748.96, "word": " compared", "probability": 0.9111328125}, {"start": 748.96, "end": 749.4, "word": " to", "probability": 0.9658203125}, {"start": 749.4, "end": 750.22, "word": " wealthier", "probability": 0.688720703125}, {"start": 750.22, "end": 750.64, "word": " countries.", "probability": 0.81591796875}, {"start": 750.64, "end": 751.26, "word": " And", "probability": 0.935546875}, {"start": 751.26, "end": 751.72, "word": " finally,", "probability": 0.84375}, {"start": 751.98, "end": 752.38, "word": " another", "probability": 0.92578125}, {"start": 752.38, "end": 753.8, "word": " problem.", "probability": 0.208251953125}, {"start": 754.38, "end": 754.38, "word": " Okay,", "probability": 0.7060546875}, {"start": 755.76, "end": 756.24, "word": " because", "probability": 0.89599609375}, {"start": 756.24, "end": 756.68, "word": " an", "probability": 0.771484375}, {"start": 756.68, "end": 757.06, "word": " adjective", "probability": 0.9736328125}, {"start": 757.06, "end": 757.38, "word": " and", "probability": 0.79638671875}, {"start": 757.38, "end": 757.54, "word": " then", "probability": 0.85302734375}, {"start": 757.54, "end": 757.68, "word": " we", "probability": 0.94873046875}, {"start": 757.68, "end": 757.9, "word": " have", "probability": 0.943359375}, {"start": 757.9, "end": 758.06, "word": " an", "probability": 0.8984375}, {"start": 758.06, "end": 758.42, "word": " adverb", "probability": 0.870361328125}, {"start": 758.42, "end": 758.78, "word": " of", "probability": 0.60791015625}, {"start": 758.78, "end": 759.28, "word": " immigration.", "probability": 0.875}], "temperature": 1.0}, {"id": 28, "seek": 78891, "start": 764.37, "end": 788.91, "text": " All right, let's see another example of a paragraph and what we need to do is to complete this paragraph with a suitable transition word or phrase. What does the word obese mean? Overweight, overweight, yes.", "tokens": [1057, 558, 11, 718, 311, 536, 1071, 1365, 295, 257, 18865, 293, 437, 321, 643, 281, 360, 307, 281, 3566, 341, 18865, 365, 257, 12873, 6034, 1349, 420, 9535, 13, 708, 775, 264, 1349, 50060, 914, 30, 4886, 12329, 11, 40523, 11, 2086, 13], "avg_logprob": -0.17369791401757134, "compression_ratio": 1.4545454545454546, "no_speech_prob": 5.960464477539063e-08, "words": [{"start": 764.37, "end": 764.39, "word": " All", "probability": 0.11968994140625}, {"start": 764.39, "end": 764.51, "word": " right,", "probability": 0.90673828125}, {"start": 764.69, "end": 764.87, "word": " let's", "probability": 0.90380859375}, {"start": 764.87, "end": 764.99, "word": " see", "probability": 0.92626953125}, {"start": 764.99, "end": 765.37, "word": " another", "probability": 0.9130859375}, {"start": 765.37, "end": 766.13, "word": " example", "probability": 0.94873046875}, {"start": 766.13, "end": 766.51, "word": " of", "probability": 0.94677734375}, {"start": 766.51, "end": 766.67, "word": " a", "probability": 0.98193359375}, {"start": 766.67, "end": 766.99, "word": " paragraph", "probability": 0.95263671875}, {"start": 766.99, "end": 767.49, "word": " and", "probability": 0.53076171875}, {"start": 767.49, "end": 767.69, "word": " what", "probability": 0.9482421875}, {"start": 767.69, "end": 767.85, "word": " we", "probability": 0.962890625}, {"start": 767.85, "end": 768.11, "word": " need", "probability": 0.92578125}, {"start": 768.11, "end": 768.23, "word": " to", "probability": 0.9716796875}, {"start": 768.23, "end": 768.47, "word": " do", "probability": 0.96484375}, {"start": 768.47, "end": 768.79, "word": " is", "probability": 0.9453125}, {"start": 768.79, "end": 769.25, "word": " to", "probability": 0.9423828125}, {"start": 769.25, "end": 770.13, "word": " complete", "probability": 0.7421875}, {"start": 770.13, "end": 771.01, "word": " this", "probability": 0.9267578125}, {"start": 771.01, "end": 771.61, "word": " paragraph", "probability": 0.9541015625}, {"start": 771.61, "end": 773.29, "word": " with", "probability": 0.8779296875}, {"start": 773.29, "end": 773.65, "word": " a", "probability": 0.99560546875}, {"start": 773.65, "end": 774.13, "word": " suitable", "probability": 0.97509765625}, {"start": 774.13, "end": 774.97, "word": " transition", "probability": 0.9580078125}, {"start": 774.97, "end": 775.49, "word": " word", "probability": 0.9580078125}, {"start": 775.49, "end": 775.85, "word": " or", "probability": 0.962890625}, {"start": 775.85, "end": 776.43, "word": " phrase.", "probability": 0.865234375}, {"start": 782.53, "end": 783.29, "word": " What", "probability": 0.87255859375}, {"start": 783.29, "end": 783.65, "word": " does", "probability": 0.87939453125}, {"start": 783.65, "end": 783.81, "word": " the", "probability": 0.9228515625}, {"start": 783.81, "end": 784.03, "word": " word", "probability": 0.9130859375}, {"start": 784.03, "end": 784.47, "word": " obese", "probability": 0.90869140625}, {"start": 784.47, "end": 784.89, "word": " mean?", "probability": 0.962890625}, {"start": 786.47, "end": 787.23, "word": " Overweight,", "probability": 0.566162109375}, {"start": 787.39, "end": 787.85, "word": " overweight,", "probability": 0.64013671875}, {"start": 788.69, "end": 788.91, "word": " yes.", "probability": 0.73193359375}], "temperature": 1.0}, {"id": 29, "seek": 80291, "start": 790.55, "end": 802.91, "text": " White. White shirt. White shirt. White shirt. So.", "tokens": [5552, 13, 5552, 8336, 13, 5552, 8336, 13, 5552, 8336, 13, 407, 13], "avg_logprob": -1.2857143197740828, "compression_ratio": 1.7857142857142858, "no_speech_prob": 5.9604644775390625e-06, "words": [{"start": 790.55, "end": 791.63, "word": " White.", "probability": 0.02337646484375}, {"start": 792.69, "end": 793.23, "word": " White", "probability": 0.152587890625}, {"start": 793.23, "end": 793.57, "word": " shirt.", "probability": 0.375}, {"start": 799.61, "end": 800.69, "word": " White", "probability": 0.3515625}, {"start": 800.69, "end": 801.21, "word": " shirt.", "probability": 0.72314453125}, {"start": 801.39, "end": 801.51, "word": " White", "probability": 0.1397705078125}, {"start": 801.51, "end": 801.89, "word": " shirt.", "probability": 0.68017578125}, {"start": 802.79, "end": 802.91, "word": " So.", "probability": 0.10321044921875}], "temperature": 1.0}, {"id": 30, "seek": 82912, "start": 825.52, "end": 829.12, "text": " My goals tomorrow. I'm happy.", "tokens": [1222, 5493, 4153, 13, 286, 478, 2055, 13], "avg_logprob": -0.7248263888888888, "compression_ratio": 0.7894736842105263, "no_speech_prob": 2.384185791015625e-07, "words": [{"start": 825.52, "end": 825.84, "word": " My", "probability": 0.30517578125}, {"start": 825.84, "end": 826.32, "word": " goals", "probability": 0.317138671875}, {"start": 826.32, "end": 827.1, "word": " tomorrow.", "probability": 0.385498046875}, {"start": 828.38, "end": 828.78, "word": " I'm", "probability": 0.81884765625}, {"start": 828.78, "end": 829.12, "word": " happy.", "probability": 0.283447265625}], "temperature": 1.0}, {"id": 31, "seek": 88612, "start": 860.66, "end": 886.12, "text": " Alright? Okay, we're done? Yes, please. Yes, there are a number of reasons. There are a number of reasons why children are more obese nowadays. Yes, please. Yes, one reason. One reason is that they eat too much pasta. Food. Yes, continue please.", "tokens": [2798, 30, 1033, 11, 321, 434, 1096, 30, 1079, 11, 1767, 13, 1079, 11, 456, 366, 257, 1230, 295, 4112, 13, 821, 366, 257, 1230, 295, 4112, 983, 2227, 366, 544, 50060, 13434, 13, 1079, 11, 1767, 13, 1079, 11, 472, 1778, 13, 1485, 1778, 307, 300, 436, 1862, 886, 709, 13296, 13, 11675, 13, 1079, 11, 2354, 1767, 13], "avg_logprob": -0.2815061612207381, "compression_ratio": 1.64, "no_speech_prob": 7.748603820800781e-07, "words": [{"start": 860.66, "end": 861.26, "word": " Alright?", "probability": 0.283203125}, {"start": 861.8, "end": 862.34, "word": " Okay,", "probability": 0.433349609375}, {"start": 862.5, "end": 862.64, "word": " we're", "probability": 0.6865234375}, {"start": 862.64, "end": 862.78, "word": " done?", "probability": 0.9248046875}, {"start": 863.02, "end": 863.2, "word": " Yes,", "probability": 0.9306640625}, {"start": 863.24, "end": 863.38, "word": " please.", "probability": 0.73779296875}, {"start": 865.62, "end": 866.22, "word": " Yes,", "probability": 0.210693359375}, {"start": 866.42, "end": 866.56, "word": " there", "probability": 0.88525390625}, {"start": 866.56, "end": 866.74, "word": " are", "probability": 0.9287109375}, {"start": 866.74, "end": 866.84, "word": " a", "probability": 0.896484375}, {"start": 866.84, "end": 867.16, "word": " number", "probability": 0.93408203125}, {"start": 867.16, "end": 867.62, "word": " of", "probability": 0.97412109375}, {"start": 867.62, "end": 868.36, "word": " reasons.", "probability": 0.74853515625}, {"start": 870.02, "end": 870.62, "word": " There", "probability": 0.5400390625}, {"start": 870.62, "end": 870.9, "word": " are", "probability": 0.93701171875}, {"start": 870.9, "end": 871.08, "word": " a", "probability": 0.9765625}, {"start": 871.08, "end": 871.36, "word": " number", "probability": 0.92822265625}, {"start": 871.36, "end": 871.88, "word": " of", "probability": 0.96826171875}, {"start": 871.88, "end": 872.84, "word": " reasons", "probability": 0.9228515625}, {"start": 872.84, "end": 873.2, "word": " why", "probability": 0.8896484375}, {"start": 873.2, "end": 873.66, "word": " children", "probability": 0.83203125}, {"start": 873.66, "end": 874.14, "word": " are", "probability": 0.50390625}, {"start": 874.14, "end": 874.98, "word": " more", "probability": 0.818359375}, {"start": 874.98, "end": 875.48, "word": " obese", "probability": 0.9169921875}, {"start": 875.48, "end": 876.36, "word": " nowadays.", "probability": 0.60400390625}, {"start": 876.6, "end": 876.86, "word": " Yes,", "probability": 0.8828125}, {"start": 876.9, "end": 877.12, "word": " please.", "probability": 0.7744140625}, {"start": 878.28, "end": 878.88, "word": " Yes,", "probability": 0.69189453125}, {"start": 878.98, "end": 879.2, "word": " one", "probability": 0.91552734375}, {"start": 879.2, "end": 879.58, "word": " reason.", "probability": 0.974609375}, {"start": 879.9, "end": 880.2, "word": " One", "probability": 0.90185546875}, {"start": 880.2, "end": 880.74, "word": " reason", "probability": 0.97265625}, {"start": 880.74, "end": 882.16, "word": " is", "probability": 0.880859375}, {"start": 882.16, "end": 882.58, "word": " that", "probability": 0.93701171875}, {"start": 882.58, "end": 882.98, "word": " they", "probability": 0.88671875}, {"start": 882.98, "end": 883.18, "word": " eat", "probability": 0.97607421875}, {"start": 883.18, "end": 883.34, "word": " too", "probability": 0.93115234375}, {"start": 883.34, "end": 883.58, "word": " much", "probability": 0.90966796875}, {"start": 883.58, "end": 884.28, "word": " pasta.", "probability": 0.89404296875}, {"start": 884.82, "end": 885.06, "word": " Food.", "probability": 0.42138671875}, {"start": 885.2, "end": 885.4, "word": " Yes,", "probability": 0.84619140625}, {"start": 885.46, "end": 885.76, "word": " continue", "probability": 0.9267578125}, {"start": 885.76, "end": 886.12, "word": " please.", "probability": 0.369873046875}], "temperature": 1.0}, {"id": 32, "seek": 90364, "start": 887.94, "end": 903.64, "text": "This unhealthy means yes means that they put on weight unnecessarily and then we have likewise yes very much like similarly likewise", "tokens": [5723, 29147, 1355, 2086, 1355, 300, 436, 829, 322, 3364, 16799, 3289, 293, 550, 321, 362, 32407, 2086, 588, 709, 411, 14138, 32407], "avg_logprob": -0.3206380282839139, "compression_ratio": 1.346938775510204, "no_speech_prob": 5.960464477539063e-08, "words": [{"start": 887.94, "end": 888.36, "word": "This", "probability": 0.408447265625}, {"start": 888.36, "end": 889.2, "word": " unhealthy", "probability": 0.8076171875}, {"start": 889.2, "end": 890.7, "word": " means", "probability": 0.8896484375}, {"start": 890.7, "end": 891.04, "word": " yes", "probability": 0.2110595703125}, {"start": 891.04, "end": 892.08, "word": " means", "probability": 0.52880859375}, {"start": 892.08, "end": 892.48, "word": " that", "probability": 0.89599609375}, {"start": 892.48, "end": 894.22, "word": " they", "probability": 0.91552734375}, {"start": 894.22, "end": 895.48, "word": " put", "probability": 0.931640625}, {"start": 895.48, "end": 895.7, "word": " on", "probability": 0.94140625}, {"start": 895.7, "end": 896.22, "word": " weight", "probability": 0.55419921875}, {"start": 896.22, "end": 897.68, "word": " unnecessarily", "probability": 0.906494140625}, {"start": 897.68, "end": 898.34, "word": " and", "probability": 0.6220703125}, {"start": 898.34, "end": 898.52, "word": " then", "probability": 0.79248046875}, {"start": 898.52, "end": 898.7, "word": " we", "probability": 0.943359375}, {"start": 898.7, "end": 899.18, "word": " have", "probability": 0.95849609375}, {"start": 899.18, "end": 900.88, "word": " likewise", "probability": 0.9013671875}, {"start": 900.88, "end": 901.4, "word": " yes", "probability": 0.6240234375}, {"start": 901.4, "end": 901.72, "word": " very", "probability": 0.72509765625}, {"start": 901.72, "end": 901.92, "word": " much", "probability": 0.91259765625}, {"start": 901.92, "end": 902.14, "word": " like", "probability": 0.89599609375}, {"start": 902.14, "end": 902.72, "word": " similarly", "probability": 0.84912109375}, {"start": 902.72, "end": 903.64, "word": " likewise", "probability": 0.4775390625}], "temperature": 1.0}, {"id": 33, "seek": 93443, "start": 907.81, "end": 934.43, "text": " Their parents do not pay, do not supervise what they are eating. Their parents are busy. Yes, please. Because their parents are too busy to survive their eating habits because of their own busy lifestyles. Because of their busy or own busy lifestyles. Another cause. Yes, another cause.", "tokens": [6710, 3152, 360, 406, 1689, 11, 360, 406, 37971, 908, 437, 436, 366, 3936, 13, 6710, 3152, 366, 5856, 13, 1079, 11, 1767, 13, 1436, 641, 3152, 366, 886, 5856, 281, 7867, 641, 3936, 14100, 570, 295, 641, 1065, 5856, 4545, 7819, 904, 13, 1436, 295, 641, 5856, 420, 1065, 5856, 4545, 7819, 904, 13, 3996, 3082, 13, 1079, 11, 1071, 3082, 13], "avg_logprob": -0.2670898516662419, "compression_ratio": 1.9261744966442953, "no_speech_prob": 1.1920928955078125e-07, "words": [{"start": 907.8100000000001, "end": 908.49, "word": " Their", "probability": 0.3955078125}, {"start": 908.49, "end": 909.05, "word": " parents", "probability": 0.84033203125}, {"start": 909.05, "end": 909.33, "word": " do", "probability": 0.64453125}, {"start": 909.33, "end": 909.67, "word": " not", "probability": 0.94970703125}, {"start": 909.67, "end": 910.19, "word": " pay,", "probability": 0.87158203125}, {"start": 910.41, "end": 910.63, "word": " do", "probability": 0.88671875}, {"start": 910.63, "end": 910.83, "word": " not", "probability": 0.94677734375}, {"start": 910.83, "end": 911.73, "word": " supervise", "probability": 0.950927734375}, {"start": 911.73, "end": 912.39, "word": " what", "probability": 0.529296875}, {"start": 912.39, "end": 912.71, "word": " they", "probability": 0.908203125}, {"start": 912.71, "end": 912.99, "word": " are", "probability": 0.88916015625}, {"start": 912.99, "end": 913.35, "word": " eating.", "probability": 0.9072265625}, {"start": 913.47, "end": 913.65, "word": " Their", "probability": 0.80908203125}, {"start": 913.65, "end": 914.07, "word": " parents", "probability": 0.83837890625}, {"start": 914.07, "end": 914.35, "word": " are", "probability": 0.947265625}, {"start": 914.35, "end": 914.79, "word": " busy.", "probability": 0.71044921875}, {"start": 915.29, "end": 915.45, "word": " Yes,", "probability": 0.8544921875}, {"start": 915.51, "end": 915.69, "word": " please.", "probability": 0.80908203125}, {"start": 915.79, "end": 916.21, "word": " Because", "probability": 0.451416015625}, {"start": 916.21, "end": 917.89, "word": " their", "probability": 0.8203125}, {"start": 917.89, "end": 918.39, "word": " parents", "probability": 0.85009765625}, {"start": 918.39, "end": 918.67, "word": " are", "probability": 0.94775390625}, {"start": 918.67, "end": 918.89, "word": " too", "probability": 0.896484375}, {"start": 918.89, "end": 919.21, "word": " busy", "probability": 0.93310546875}, {"start": 919.21, "end": 919.53, "word": " to", "probability": 0.91748046875}, {"start": 919.53, "end": 919.89, "word": " survive", "probability": 0.76708984375}, {"start": 919.89, "end": 920.17, "word": " their", "probability": 0.9306640625}, {"start": 920.17, "end": 920.51, "word": " eating", "probability": 0.9345703125}, {"start": 920.51, "end": 920.91, "word": " habits", "probability": 0.76904296875}, {"start": 920.91, "end": 921.27, "word": " because", "probability": 0.76513671875}, {"start": 921.27, "end": 921.55, "word": " of", "probability": 0.85693359375}, {"start": 921.55, "end": 921.61, "word": " their", "probability": 0.78759765625}, {"start": 921.61, "end": 921.61, "word": " own", "probability": 0.416015625}, {"start": 921.61, "end": 921.61, "word": " busy", "probability": 0.72509765625}, {"start": 921.61, "end": 921.61, "word": " lifestyles.", "probability": 0.7910970052083334}, {"start": 921.61, "end": 921.85, "word": " Because", "probability": 0.75048828125}, {"start": 921.85, "end": 924.19, "word": " of", "probability": 0.9599609375}, {"start": 924.19, "end": 927.51, "word": " their", "probability": 0.7802734375}, {"start": 927.51, "end": 928.37, "word": " busy", "probability": 0.73876953125}, {"start": 928.37, "end": 928.89, "word": " or", "probability": 0.80029296875}, {"start": 928.89, "end": 929.19, "word": " own", "probability": 0.8125}, {"start": 929.19, "end": 929.53, "word": " busy", "probability": 0.91845703125}, {"start": 929.53, "end": 930.39, "word": " lifestyles.", "probability": 0.9161783854166666}, {"start": 930.57, "end": 931.05, "word": " Another", "probability": 0.75537109375}, {"start": 931.05, "end": 931.91, "word": " cause.", "probability": 0.183349609375}, {"start": 932.13, "end": 932.81, "word": " Yes,", "probability": 0.74462890625}, {"start": 932.93, "end": 933.33, "word": " another", "probability": 0.93017578125}, {"start": 933.33, "end": 934.43, "word": " cause.", "probability": 0.796875}], "temperature": 1.0}, {"id": 34, "seek": 96450, "start": 935.3, "end": 964.5, "text": " of the childhood basically is lack of exercise okay so what we see here are some transitions some are again adjectives some are nouns some are verbs and so on because they help connect the ideas together okay now let's also do some more exercise on this and this time we're going to use the prepositions to use the appropriate or suitable preposition in", "tokens": [295, 264, 9278, 1936, 307, 5011, 295, 5380, 1392, 370, 437, 321, 536, 510, 366, 512, 23767, 512, 366, 797, 29378, 1539, 512, 366, 48184, 512, 366, 30051, 293, 370, 322, 570, 436, 854, 1745, 264, 3487, 1214, 1392, 586, 718, 311, 611, 360, 512, 544, 5380, 322, 341, 293, 341, 565, 321, 434, 516, 281, 764, 264, 2666, 329, 2451, 281, 764, 264, 6854, 420, 12873, 2666, 5830, 294], "avg_logprob": -0.17693661468129762, "compression_ratio": 1.7878787878787878, "no_speech_prob": 5.960464477539063e-08, "words": [{"start": 935.3, "end": 935.76, "word": " of", "probability": 0.5400390625}, {"start": 935.76, "end": 936.22, "word": " the", "probability": 0.417724609375}, {"start": 936.22, "end": 937.48, "word": " childhood", "probability": 0.8193359375}, {"start": 937.48, "end": 938.18, "word": " basically", "probability": 0.496826171875}, {"start": 938.18, "end": 938.72, "word": " is", "probability": 0.89111328125}, {"start": 938.72, "end": 939.32, "word": " lack", "probability": 0.83837890625}, {"start": 939.32, "end": 939.74, "word": " of", "probability": 0.9658203125}, {"start": 939.74, "end": 940.88, "word": " exercise", "probability": 0.8603515625}, {"start": 940.88, "end": 941.46, "word": " okay", "probability": 0.2398681640625}, {"start": 941.46, "end": 941.66, "word": " so", "probability": 0.572265625}, {"start": 941.66, "end": 941.8, "word": " what", "probability": 0.82373046875}, {"start": 941.8, "end": 941.92, "word": " we", "probability": 0.95703125}, {"start": 941.92, "end": 942.08, "word": " see", "probability": 0.92431640625}, {"start": 942.08, "end": 942.34, "word": " here", "probability": 0.85498046875}, {"start": 942.34, "end": 942.56, "word": " are", "probability": 0.92578125}, {"start": 942.56, "end": 942.82, "word": " some", "probability": 0.900390625}, {"start": 942.82, "end": 943.5, "word": " transitions", "probability": 0.869140625}, {"start": 943.5, "end": 943.98, "word": " some", "probability": 0.74853515625}, {"start": 943.98, "end": 944.34, "word": " are", "probability": 0.9345703125}, {"start": 944.34, "end": 945.58, "word": " again", "probability": 0.84423828125}, {"start": 945.58, "end": 946.44, "word": " adjectives", "probability": 0.950439453125}, {"start": 946.44, "end": 946.66, "word": " some", "probability": 0.7197265625}, {"start": 946.66, "end": 946.82, "word": " are", "probability": 0.92236328125}, {"start": 946.82, "end": 947.12, "word": " nouns", "probability": 0.9482421875}, {"start": 947.12, "end": 947.42, "word": " some", "probability": 0.8408203125}, {"start": 947.42, "end": 947.6, "word": " are", "probability": 0.92919921875}, {"start": 947.6, "end": 948.0, "word": " verbs", "probability": 0.93359375}, {"start": 948.0, "end": 948.24, "word": " and", "probability": 0.94189453125}, {"start": 948.24, "end": 948.48, "word": " so", "probability": 0.95263671875}, {"start": 948.48, "end": 948.66, "word": " on", "probability": 0.9482421875}, {"start": 948.66, "end": 949.02, "word": " because", "probability": 0.90087890625}, {"start": 949.02, "end": 949.24, "word": " they", "probability": 0.888671875}, {"start": 949.24, "end": 949.54, "word": " help", "probability": 0.83349609375}, {"start": 949.54, "end": 950.24, "word": " connect", "probability": 0.90283203125}, {"start": 950.24, "end": 950.54, "word": " the", "probability": 0.80322265625}, {"start": 950.54, "end": 950.9, "word": " ideas", "probability": 0.89697265625}, {"start": 950.9, "end": 951.72, "word": " together", "probability": 0.86328125}, {"start": 951.72, "end": 952.34, "word": " okay", "probability": 0.87158203125}, {"start": 952.34, "end": 953.12, "word": " now", "probability": 0.85498046875}, {"start": 953.12, "end": 953.78, "word": " let's", "probability": 0.966064453125}, {"start": 953.78, "end": 954.18, "word": " also", "probability": 0.88427734375}, {"start": 954.18, "end": 954.46, "word": " do", "probability": 0.95849609375}, {"start": 954.46, "end": 954.84, "word": " some", "probability": 0.89404296875}, {"start": 954.84, "end": 955.32, "word": " more", "probability": 0.93603515625}, {"start": 955.32, "end": 955.8, "word": " exercise", "probability": 0.912109375}, {"start": 955.8, "end": 956.22, "word": " on", "probability": 0.95263671875}, {"start": 956.22, "end": 956.48, "word": " this", "probability": 0.94677734375}, {"start": 956.48, "end": 956.7, "word": " and", "probability": 0.92724609375}, {"start": 956.7, "end": 956.96, "word": " this", "probability": 0.94677734375}, {"start": 956.96, "end": 957.18, "word": " time", "probability": 0.88037109375}, {"start": 957.18, "end": 957.4, "word": " we're", "probability": 0.95068359375}, {"start": 957.4, "end": 957.7, "word": " going", "probability": 0.9443359375}, {"start": 957.7, "end": 957.9, "word": " to", "probability": 0.96923828125}, {"start": 957.9, "end": 958.32, "word": " use", "probability": 0.89697265625}, {"start": 958.32, "end": 958.78, "word": " the", "probability": 0.48681640625}, {"start": 958.78, "end": 960.1, "word": " prepositions", "probability": 0.9680989583333334}, {"start": 960.1, "end": 960.46, "word": " to", "probability": 0.94970703125}, {"start": 960.46, "end": 960.76, "word": " use", "probability": 0.8779296875}, {"start": 960.76, "end": 961.1, "word": " the", "probability": 0.88037109375}, {"start": 961.1, "end": 962.42, "word": " appropriate", "probability": 0.73583984375}, {"start": 962.42, "end": 962.82, "word": " or", "probability": 0.96923828125}, {"start": 962.82, "end": 963.28, "word": " suitable", "probability": 0.96826171875}, {"start": 963.28, "end": 964.04, "word": " preposition", "probability": 0.864990234375}, {"start": 964.04, "end": 964.5, "word": " in", "probability": 0.5849609375}], "temperature": 1.0}, {"id": 35, "seek": 98076, "start": 965.48, "end": 980.76, "text": " the in the suitable place of course. So we have two of in of of by and for fill in the blanks with a suitable transition in this respect.", "tokens": [264, 294, 264, 12873, 1081, 295, 1164, 13, 407, 321, 362, 732, 295, 294, 295, 295, 538, 293, 337, 2836, 294, 264, 8247, 82, 365, 257, 12873, 6034, 294, 341, 3104, 13], "avg_logprob": -0.2980587121212121, "compression_ratio": 1.3398058252427185, "no_speech_prob": 4.172325134277344e-07, "words": [{"start": 965.48, "end": 965.88, "word": " the", "probability": 0.09332275390625}, {"start": 965.88, "end": 967.62, "word": " in", "probability": 0.44482421875}, {"start": 967.62, "end": 967.8, "word": " the", "probability": 0.8564453125}, {"start": 967.8, "end": 968.18, "word": " suitable", "probability": 0.94287109375}, {"start": 968.18, "end": 968.58, "word": " place", "probability": 0.8603515625}, {"start": 968.58, "end": 968.8, "word": " of", "probability": 0.76318359375}, {"start": 968.8, "end": 969.12, "word": " course.", "probability": 0.93603515625}, {"start": 971.12, "end": 971.84, "word": " So", "probability": 0.8740234375}, {"start": 971.84, "end": 971.98, "word": " we", "probability": 0.68603515625}, {"start": 971.98, "end": 972.2, "word": " have", "probability": 0.9462890625}, {"start": 972.2, "end": 972.42, "word": " two", "probability": 0.35791015625}, {"start": 972.42, "end": 972.96, "word": " of", "probability": 0.6533203125}, {"start": 972.96, "end": 973.34, "word": " in", "probability": 0.5751953125}, {"start": 973.34, "end": 973.64, "word": " of", "probability": 0.76171875}, {"start": 973.64, "end": 974.04, "word": " of", "probability": 0.93701171875}, {"start": 974.04, "end": 974.78, "word": " by", "probability": 0.38720703125}, {"start": 974.78, "end": 975.04, "word": " and", "probability": 0.94189453125}, {"start": 975.04, "end": 975.46, "word": " for", "probability": 0.9541015625}, {"start": 975.46, "end": 975.94, "word": " fill", "probability": 0.76416015625}, {"start": 975.94, "end": 976.2, "word": " in", "probability": 0.935546875}, {"start": 976.2, "end": 976.34, "word": " the", "probability": 0.89501953125}, {"start": 976.34, "end": 976.94, "word": " blanks", "probability": 0.87060546875}, {"start": 976.94, "end": 977.22, "word": " with", "probability": 0.77197265625}, {"start": 977.22, "end": 977.9, "word": " a", "probability": 0.97119140625}, {"start": 977.9, "end": 978.38, "word": " suitable", "probability": 0.96337890625}, {"start": 978.38, "end": 979.68, "word": " transition", "probability": 0.9541015625}, {"start": 979.68, "end": 979.96, "word": " in", "probability": 0.93994140625}, {"start": 979.96, "end": 980.14, "word": " this", "probability": 0.947265625}, {"start": 980.14, "end": 980.76, "word": " respect.", "probability": 0.9013671875}], "temperature": 1.0}, {"id": 36, "seek": 102498, "start": 1000.08, "end": 1024.98, "text": " I don't know what I want to do because I don't have a job. I want to work. I want to study. I want to work. I want to study. I want to work. I want to study. I want to work. I want to study. I want to work. I want to study. I want to work. I want to study. I want to work. I want to study. I want to study. I want to work. I want to study. I want to study. I want to study. I want to study. I want to study. I want to study. I want to study. I want to study. I want to study. I want to study. I want to study. I want to study. I want to study. I want to study. I want to study. I want to study. I want to study. I want to study. I want to study. I want to study. I want to study. I want to study. I want to study. I want to study. I want to study. I want", "tokens": [286, 500, 380, 458, 437, 286, 528, 281, 360, 570, 286, 500, 380, 362, 257, 1691, 13, 286, 528, 281, 589, 13, 286, 528, 281, 2979, 13, 286, 528, 281, 589, 13, 286, 528, 281, 2979, 13, 286, 528, 281, 589, 13, 286, 528, 281, 2979, 13, 286, 528, 281, 589, 13, 286, 528, 281, 2979, 13, 286, 528, 281, 589, 13, 286, 528, 281, 2979, 13, 286, 528, 281, 589, 13, 286, 528, 281, 2979, 13, 286, 528, 281, 589, 13, 286, 528, 281, 2979, 13, 286, 528, 281, 2979, 13, 286, 528, 281, 589, 13, 286, 528, 281, 2979, 13, 286, 528, 281, 2979, 13, 286, 528, 281, 2979, 13, 286, 528, 281, 2979, 13, 286, 528, 281, 2979, 13, 286, 528, 281, 2979, 13, 286, 528, 281, 2979, 13, 286, 528, 281, 2979, 13, 286, 528, 281, 2979, 13, 286, 528, 281, 2979, 13, 286, 528, 281, 2979, 13, 286, 528, 281, 2979, 13, 286, 528, 281, 2979, 13, 286, 528, 281, 2979, 13, 286, 528, 281, 2979, 13, 286, 528, 281, 2979, 13, 286, 528, 281, 2979, 13, 286, 528, 281, 2979, 13, 286, 528, 281, 2979, 13, 286, 528, 281, 2979, 13, 286, 528, 281, 2979, 13, 286, 528, 281, 2979, 13, 286, 528, 281, 2979, 13, 286, 528, 281, 2979, 13, 286, 528, 281, 2979, 13, 286, 528], "avg_logprob": -0.2733333290947808, "compression_ratio": 9.207317073170731, "no_speech_prob": 7.808208465576172e-06, "words": [{"start": 1000.08, "end": 1000.26, "word": " I", "probability": 0.141845703125}, {"start": 1000.26, "end": 1000.4, "word": " don't", "probability": 0.59326171875}, {"start": 1000.4, "end": 1000.56, "word": " know", "probability": 0.6259765625}, {"start": 1000.56, "end": 1000.86, "word": " what", "probability": 0.287841796875}, {"start": 1000.86, "end": 1001.08, "word": " I", "probability": 0.50439453125}, {"start": 1001.08, "end": 1001.28, "word": " want", "probability": 0.5498046875}, {"start": 1001.28, "end": 1001.66, "word": " to", "probability": 0.5068359375}, {"start": 1001.66, "end": 1001.66, "word": " do", "probability": 0.587890625}, {"start": 1001.66, "end": 1001.86, "word": " because", "probability": 0.2430419921875}, {"start": 1001.86, "end": 1002.08, "word": " I", "probability": 0.7392578125}, {"start": 1002.08, "end": 1002.14, "word": " don't", "probability": 0.759521484375}, {"start": 1002.14, "end": 1002.28, "word": " have", "probability": 0.83935546875}, {"start": 1002.28, "end": 1002.46, "word": " a", "probability": 0.4580078125}, {"start": 1002.46, "end": 1002.56, "word": " job.", "probability": 0.86083984375}, {"start": 1004.56, "end": 1005.12, "word": " I", "probability": 0.328857421875}, {"start": 1005.12, "end": 1005.84, "word": " want", "probability": 0.207763671875}, {"start": 1005.84, "end": 1006.02, "word": " to", "probability": 0.9130859375}, {"start": 1006.02, "end": 1006.38, "word": " work.", "probability": 0.18896484375}, {"start": 1007.38, "end": 1007.88, "word": " I", "probability": 0.4287109375}, {"start": 1007.88, "end": 1008.42, "word": " want", "probability": 0.62841796875}, {"start": 1008.42, "end": 1008.42, "word": " to", "probability": 0.896484375}, {"start": 1008.42, "end": 1008.96, "word": " study.", "probability": 0.059326171875}, {"start": 1010.94, "end": 1010.94, "word": " I", "probability": 0.6015625}, {"start": 1010.94, "end": 1010.94, "word": " want", "probability": 0.71142578125}, {"start": 1010.94, "end": 1011.62, "word": " to", "probability": 0.94384765625}, {"start": 1011.62, "end": 1011.62, "word": " work.", "probability": 0.197265625}, {"start": 1011.62, "end": 1011.62, "word": " I", "probability": 0.5625}, {"start": 1011.62, "end": 1011.62, "word": " want", "probability": 0.61572265625}, {"start": 1011.62, "end": 1011.62, "word": " to", "probability": 0.93212890625}, {"start": 1011.62, "end": 1011.62, "word": " study.", "probability": 0.257080078125}, {"start": 1011.62, "end": 1011.96, "word": " I", "probability": 0.55615234375}, {"start": 1011.96, "end": 1012.1, "word": " want", "probability": 0.57373046875}, {"start": 1012.1, "end": 1012.1, "word": " to", "probability": 0.93701171875}, {"start": 1012.1, "end": 1012.1, "word": " work.", "probability": 0.2509765625}, {"start": 1012.1, "end": 1012.1, "word": " I", "probability": 0.62841796875}, {"start": 1012.1, "end": 1012.1, "word": " want", "probability": 0.6298828125}, {"start": 1012.1, "end": 1012.1, "word": " to", "probability": 0.9453125}, {"start": 1012.1, "end": 1012.1, "word": " study.", "probability": 0.431640625}, {"start": 1013.5, "end": 1014.06, "word": " I", "probability": 0.64208984375}, {"start": 1014.06, "end": 1014.34, "word": " want", "probability": 0.60888671875}, {"start": 1014.34, "end": 1014.5, "word": " to", "probability": 0.9482421875}, {"start": 1014.5, "end": 1014.64, "word": " work.", "probability": 0.419189453125}, {"start": 1014.64, "end": 1014.64, "word": " I", "probability": 0.7236328125}, {"start": 1014.64, "end": 1014.64, "word": " want", "probability": 0.697265625}, {"start": 1014.64, "end": 1014.64, "word": " to", "probability": 0.9560546875}, {"start": 1014.64, "end": 1014.64, "word": " study.", "probability": 0.53466796875}, {"start": 1015.22, "end": 1015.76, "word": " I", "probability": 0.71826171875}, {"start": 1015.76, "end": 1015.78, "word": " want", "probability": 0.68701171875}, {"start": 1015.78, "end": 1016.2, "word": " to", "probability": 0.95703125}, {"start": 1016.2, "end": 1017.08, "word": " work.", "probability": 0.468017578125}, {"start": 1017.08, "end": 1017.42, "word": " I", "probability": 0.78271484375}, {"start": 1017.42, "end": 1017.76, "word": " want", "probability": 0.75146484375}, {"start": 1017.76, "end": 1017.76, "word": " to", "probability": 0.9619140625}, {"start": 1017.76, "end": 1017.76, "word": " study.", "probability": 0.59375}, {"start": 1018.12, "end": 1018.12, "word": " I", "probability": 0.7802734375}, {"start": 1018.12, "end": 1018.12, "word": " want", "probability": 0.7578125}, {"start": 1018.12, "end": 1018.12, "word": " to", "probability": 0.96240234375}, {"start": 1018.12, "end": 1018.24, "word": " work.", "probability": 0.459716796875}, {"start": 1018.56, "end": 1018.58, "word": " I", "probability": 0.83056640625}, {"start": 1018.58, "end": 1018.96, "word": " want", "probability": 0.796875}, {"start": 1018.96, "end": 1018.96, "word": " to", "probability": 0.96484375}, {"start": 1018.96, "end": 1019.44, "word": " study.", "probability": 0.6455078125}, {"start": 1019.44, "end": 1019.44, "word": " I", "probability": 0.82568359375}, {"start": 1019.44, "end": 1019.44, "word": " want", "probability": 0.806640625}, {"start": 1019.44, "end": 1019.44, "word": " to", "probability": 0.96484375}, {"start": 1019.44, "end": 1019.44, "word": " work.", "probability": 0.447998046875}, {"start": 1019.54, "end": 1019.78, "word": " I", "probability": 0.865234375}, {"start": 1019.78, "end": 1019.8, "word": " want", "probability": 0.826171875}, {"start": 1019.8, "end": 1019.82, "word": " to", "probability": 0.966796875}, {"start": 1019.82, "end": 1020.1, "word": " study.", "probability": 0.6845703125}, {"start": 1020.1, "end": 1020.1, "word": " I", "probability": 0.8564453125}, {"start": 1020.1, "end": 1020.1, "word": " want", "probability": 0.8349609375}, {"start": 1020.1, "end": 1020.1, "word": " to", "probability": 0.96728515625}, {"start": 1020.1, "end": 1020.1, "word": " study.", "probability": 0.46923828125}, {"start": 1020.1, "end": 1020.1, "word": " I", "probability": 0.85498046875}, {"start": 1020.1, "end": 1020.1, "word": " want", "probability": 0.83154296875}, {"start": 1020.1, "end": 1020.1, "word": " to", "probability": 0.9677734375}, {"start": 1020.1, "end": 1020.14, "word": " work.", "probability": 0.462890625}, {"start": 1020.36, "end": 1020.48, "word": " I", "probability": 0.90185546875}, {"start": 1020.48, "end": 1020.66, "word": " want", "probability": 0.8525390625}, {"start": 1020.66, "end": 1020.66, "word": " to", "probability": 0.97021484375}, {"start": 1020.66, "end": 1020.84, "word": " study.", "probability": 0.6708984375}, {"start": 1020.84, "end": 1020.84, "word": " I", "probability": 0.88671875}, {"start": 1020.84, "end": 1020.84, "word": " want", "probability": 0.8564453125}, {"start": 1020.84, "end": 1020.84, "word": " to", "probability": 0.97021484375}, {"start": 1020.84, "end": 1020.84, "word": " study.", "probability": 0.51171875}, {"start": 1020.84, "end": 1020.84, "word": " I", "probability": 0.8857421875}, {"start": 1020.84, "end": 1020.84, "word": " want", "probability": 0.85498046875}, {"start": 1020.84, "end": 1020.84, "word": " to", "probability": 0.97021484375}, {"start": 1020.84, "end": 1020.84, "word": " study.", "probability": 0.501953125}, {"start": 1020.84, "end": 1020.84, "word": " I", "probability": 0.8857421875}, {"start": 1020.84, "end": 1020.84, "word": " want", "probability": 0.85498046875}, {"start": 1020.84, "end": 1020.84, "word": " to", "probability": 0.970703125}, {"start": 1020.84, "end": 1020.84, "word": " study.", "probability": 0.5703125}, {"start": 1020.84, "end": 1020.84, "word": " I", "probability": 0.88818359375}, {"start": 1020.84, "end": 1020.84, "word": " want", "probability": 0.8564453125}, {"start": 1020.84, "end": 1020.84, "word": " to", "probability": 0.97119140625}, {"start": 1020.84, "end": 1020.84, "word": " study.", "probability": 0.6689453125}, {"start": 1020.84, "end": 1020.84, "word": " I", "probability": 0.8916015625}, {"start": 1020.84, "end": 1020.84, "word": " want", "probability": 0.85888671875}, {"start": 1020.84, "end": 1020.84, "word": " to", "probability": 0.97119140625}, {"start": 1020.84, "end": 1020.84, "word": " study.", "probability": 0.7626953125}, {"start": 1020.84, "end": 1020.84, "word": " I", "probability": 0.89697265625}, {"start": 1020.84, "end": 1020.84, "word": " want", "probability": 0.86181640625}, {"start": 1020.84, "end": 1020.84, "word": " to", "probability": 0.97119140625}, {"start": 1020.84, "end": 1020.84, "word": " study.", "probability": 0.8330078125}, {"start": 1020.84, "end": 1020.84, "word": " I", "probability": 0.90283203125}, {"start": 1020.84, "end": 1020.84, "word": " want", "probability": 0.86328125}, {"start": 1020.84, "end": 1020.84, "word": " to", "probability": 0.97216796875}, {"start": 1020.84, "end": 1020.84, "word": " study.", "probability": 0.8798828125}, {"start": 1020.84, "end": 1020.84, "word": " I", "probability": 0.90966796875}, {"start": 1020.84, "end": 1020.84, "word": " want", "probability": 0.8662109375}, {"start": 1020.84, "end": 1020.84, "word": " to", "probability": 0.97265625}, {"start": 1020.84, "end": 1020.84, "word": " study.", "probability": 0.90966796875}, {"start": 1020.84, "end": 1020.84, "word": " I", "probability": 0.91552734375}, {"start": 1020.84, "end": 1020.84, "word": " want", "probability": 0.86767578125}, {"start": 1020.84, "end": 1020.84, "word": " to", "probability": 0.97265625}, {"start": 1020.84, "end": 1020.84, "word": " study.", "probability": 0.92626953125}, {"start": 1020.84, "end": 1020.84, "word": " I", "probability": 0.919921875}, {"start": 1020.84, "end": 1020.84, "word": " want", "probability": 0.86865234375}, {"start": 1020.84, "end": 1020.84, "word": " to", "probability": 0.97265625}, {"start": 1020.84, "end": 1020.84, "word": " study.", "probability": 0.93603515625}, {"start": 1020.84, "end": 1020.84, "word": " I", "probability": 0.92431640625}, {"start": 1020.84, "end": 1020.84, "word": " want", "probability": 0.87060546875}, {"start": 1020.84, "end": 1020.84, "word": " to", "probability": 0.97314453125}, {"start": 1020.84, "end": 1020.84, "word": " study.", "probability": 0.94140625}, {"start": 1020.84, "end": 1020.84, "word": " I", "probability": 0.92822265625}, {"start": 1020.84, "end": 1020.84, "word": " want", "probability": 0.8720703125}, {"start": 1020.84, "end": 1020.84, "word": " to", "probability": 0.97314453125}, {"start": 1020.84, "end": 1020.84, "word": " study.", "probability": 0.9453125}, {"start": 1020.84, "end": 1020.84, "word": " I", "probability": 0.93017578125}, {"start": 1020.84, "end": 1020.84, "word": " want", "probability": 0.873046875}, {"start": 1020.84, "end": 1020.84, "word": " to", "probability": 0.97314453125}, {"start": 1020.84, "end": 1020.84, "word": " study.", "probability": 0.94775390625}, {"start": 1020.84, "end": 1020.84, "word": " I", "probability": 0.931640625}, {"start": 1020.84, "end": 1020.84, "word": " want", "probability": 0.87109375}, {"start": 1020.84, "end": 1020.84, "word": " to", "probability": 0.97412109375}, {"start": 1020.84, "end": 1020.84, "word": " study.", "probability": 0.94970703125}, {"start": 1020.84, "end": 1020.84, "word": " I", "probability": 0.93359375}, {"start": 1020.84, "end": 1020.84, "word": " want", "probability": 0.87255859375}, {"start": 1020.84, "end": 1020.84, "word": " to", "probability": 0.97412109375}, {"start": 1020.84, "end": 1020.84, "word": " study.", "probability": 0.951171875}, {"start": 1020.84, "end": 1020.84, "word": " I", "probability": 0.93408203125}, {"start": 1020.84, "end": 1020.84, "word": " want", "probability": 0.87255859375}, {"start": 1020.84, "end": 1020.84, "word": " to", "probability": 0.97412109375}, {"start": 1020.84, "end": 1020.84, "word": " study.", "probability": 0.953125}, {"start": 1020.84, "end": 1020.84, "word": " I", "probability": 0.93310546875}, {"start": 1020.84, "end": 1020.84, "word": " want", "probability": 0.87353515625}, {"start": 1020.84, "end": 1020.84, "word": " to", "probability": 0.97412109375}, {"start": 1020.84, "end": 1020.84, "word": " study.", "probability": 0.9541015625}, {"start": 1020.84, "end": 1020.84, "word": " I", "probability": 0.93408203125}, {"start": 1020.84, "end": 1020.84, "word": " want", "probability": 0.873046875}, {"start": 1020.84, "end": 1020.84, "word": " to", "probability": 0.974609375}, {"start": 1020.84, "end": 1020.84, "word": " study.", "probability": 0.95458984375}, {"start": 1020.84, "end": 1020.84, "word": " I", "probability": 0.9326171875}, {"start": 1020.84, "end": 1020.84, "word": " want", "probability": 0.87353515625}, {"start": 1020.84, "end": 1020.84, "word": " to", "probability": 0.974609375}, {"start": 1020.84, "end": 1020.84, "word": " study.", "probability": 0.95458984375}, {"start": 1020.84, "end": 1020.84, "word": " I", "probability": 0.93212890625}, {"start": 1020.84, "end": 1020.84, "word": " want", "probability": 0.87255859375}, {"start": 1020.84, "end": 1020.84, "word": " to", "probability": 0.974609375}, {"start": 1020.84, "end": 1020.84, "word": " study.", "probability": 0.955078125}, {"start": 1020.84, "end": 1020.84, "word": " I", "probability": 0.93115234375}, {"start": 1020.84, "end": 1020.84, "word": " want", "probability": 0.87353515625}, {"start": 1020.84, "end": 1020.84, "word": " to", "probability": 0.974609375}, {"start": 1020.84, "end": 1020.84, "word": " study.", "probability": 0.955078125}, {"start": 1020.84, "end": 1020.84, "word": " I", "probability": 0.93017578125}, {"start": 1020.84, "end": 1020.84, "word": " want", "probability": 0.87353515625}, {"start": 1020.84, "end": 1020.84, "word": " to", "probability": 0.9755859375}, {"start": 1020.84, "end": 1020.92, "word": " study.", "probability": 0.955078125}, {"start": 1020.92, "end": 1020.92, "word": " I", "probability": 0.92822265625}, {"start": 1020.92, "end": 1021.14, "word": " want", "probability": 0.87353515625}, {"start": 1021.14, "end": 1021.14, "word": " to", "probability": 0.97607421875}, {"start": 1021.14, "end": 1021.42, "word": " study.", "probability": 0.955078125}, {"start": 1021.98, "end": 1022.1, "word": " I", "probability": 0.9228515625}, {"start": 1022.1, "end": 1024.04, "word": " want", "probability": 0.87255859375}, {"start": 1024.04, "end": 1024.04, "word": " to", "probability": 0.97607421875}, {"start": 1024.04, "end": 1024.98, "word": " study.", "probability": 0.9541015625}, {"start": 1024.98, "end": 1024.98, "word": " I", "probability": 0.923828125}, {"start": 1024.98, "end": 1024.98, "word": " want", "probability": 0.87548828125}], "temperature": 1.0}, {"id": 37, "seek": 107176, "start": 1043.7, "end": 1071.76, "text": " I'm going to write a long short and then I'm going to jumble it up. I'm going to write a long short and then I'm going to jumble it up. I'm going to write a long short and then I'm going to jumble it up. I'm going to write a long short and then I'm going to jumble it up. I'm going to write a long short and then I'm going to jumble it up. I'm going to write a long short and then I'm going to jumble it up. I'm going to write a long short and then I'm going to jumble it up. I'm going to write a long short and then I'm going to jumble it up. I'm going to write a long short and then I'm going to jumble it up. I'm going to write a long short and then I'm going to jumble it up. I'm going to write a long short and then I'm going to jumble it up. I'm going to write a long short and then I'm going to j", "tokens": [286, 478, 516, 281, 2464, 257, 938, 2099, 293, 550, 286, 478, 516, 281, 361, 16473, 309, 493, 13, 286, 478, 516, 281, 2464, 257, 938, 2099, 293, 550, 286, 478, 516, 281, 361, 16473, 309, 493, 13, 286, 478, 516, 281, 2464, 257, 938, 2099, 293, 550, 286, 478, 516, 281, 361, 16473, 309, 493, 13, 286, 478, 516, 281, 2464, 257, 938, 2099, 293, 550, 286, 478, 516, 281, 361, 16473, 309, 493, 13, 286, 478, 516, 281, 2464, 257, 938, 2099, 293, 550, 286, 478, 516, 281, 361, 16473, 309, 493, 13, 286, 478, 516, 281, 2464, 257, 938, 2099, 293, 550, 286, 478, 516, 281, 361, 16473, 309, 493, 13, 286, 478, 516, 281, 2464, 257, 938, 2099, 293, 550, 286, 478, 516, 281, 361, 16473, 309, 493, 13, 286, 478, 516, 281, 2464, 257, 938, 2099, 293, 550, 286, 478, 516, 281, 361, 16473, 309, 493, 13, 286, 478, 516, 281, 2464, 257, 938, 2099, 293, 550, 286, 478, 516, 281, 361, 16473, 309, 493, 13, 286, 478, 516, 281, 2464, 257, 938, 2099, 293, 550, 286, 478, 516, 281, 361, 16473, 309, 493, 13, 286, 478, 516, 281, 2464, 257, 938, 2099, 293, 550, 286, 478, 516, 281, 361, 16473, 309, 493, 13, 286, 478, 516, 281, 2464, 257, 938, 2099, 293, 550, 286, 478, 516, 281, 361], "avg_logprob": -0.18611111323038737, "compression_ratio": 11.166666666666666, "no_speech_prob": 3.039836883544922e-06, "words": [{"start": 1043.7, "end": 1044.04, "word": " I'm", "probability": 0.228179931640625}, {"start": 1044.04, "end": 1044.16, "word": " going", "probability": 0.125732421875}, {"start": 1044.16, "end": 1044.16, "word": " to", "probability": 0.91162109375}, {"start": 1044.16, "end": 1044.34, "word": " write", "probability": 0.14404296875}, {"start": 1044.34, "end": 1044.56, "word": " a", "probability": 0.37744140625}, {"start": 1044.56, "end": 1044.68, "word": " long", "probability": 0.29248046875}, {"start": 1044.68, "end": 1045.08, "word": " short", "probability": 0.38623046875}, {"start": 1045.08, "end": 1045.46, "word": " and", "probability": 0.1646728515625}, {"start": 1045.46, "end": 1045.58, "word": " then", "probability": 0.55078125}, {"start": 1045.58, "end": 1045.62, "word": " I'm", "probability": 0.723876953125}, {"start": 1045.62, "end": 1045.62, "word": " going", "probability": 0.89599609375}, {"start": 1045.62, "end": 1045.62, "word": " to", "probability": 0.96435546875}, {"start": 1045.62, "end": 1045.82, "word": " jumble", "probability": 0.3399505615234375}, {"start": 1045.82, "end": 1046.02, "word": " it", "probability": 0.6455078125}, {"start": 1046.02, "end": 1046.3, "word": " up.", "probability": 0.339599609375}, {"start": 1046.68, "end": 1046.86, "word": " I'm", "probability": 0.4622802734375}, {"start": 1046.86, "end": 1046.9, "word": " going", "probability": 0.83203125}, {"start": 1046.9, "end": 1046.9, "word": " to", "probability": 0.962890625}, {"start": 1046.9, "end": 1047.08, "word": " write", "probability": 0.397705078125}, {"start": 1047.08, "end": 1047.16, "word": " a", "probability": 0.270263671875}, {"start": 1047.16, "end": 1047.48, "word": " long", "probability": 0.472900390625}, {"start": 1047.48, "end": 1048.02, "word": " short", "probability": 0.4833984375}, {"start": 1048.02, "end": 1049.04, "word": " and", "probability": 0.400390625}, {"start": 1049.04, "end": 1049.14, "word": " then", "probability": 0.83837890625}, {"start": 1049.14, "end": 1049.48, "word": " I'm", "probability": 0.918212890625}, {"start": 1049.48, "end": 1049.48, "word": " going", "probability": 0.94384765625}, {"start": 1049.48, "end": 1049.48, "word": " to", "probability": 0.96875}, {"start": 1049.48, "end": 1049.84, "word": " jumble", "probability": 0.78515625}, {"start": 1049.84, "end": 1050.22, "word": " it", "probability": 0.87060546875}, {"start": 1050.22, "end": 1050.22, "word": " up.", "probability": 0.958984375}, {"start": 1050.84, "end": 1051.24, "word": " I'm", "probability": 0.63720703125}, {"start": 1051.24, "end": 1051.24, "word": " going", "probability": 0.9052734375}, {"start": 1051.24, "end": 1051.24, "word": " to", "probability": 0.9677734375}, {"start": 1051.24, "end": 1051.52, "word": " write", "probability": 0.8037109375}, {"start": 1051.52, "end": 1051.52, "word": " a", "probability": 0.94140625}, {"start": 1051.52, "end": 1051.52, "word": " long", "probability": 0.7958984375}, {"start": 1051.52, "end": 1051.68, "word": " short", "probability": 0.89794921875}, {"start": 1051.68, "end": 1053.24, "word": " and", "probability": 0.884765625}, {"start": 1053.24, "end": 1053.54, "word": " then", "probability": 0.87158203125}, {"start": 1053.54, "end": 1053.62, "word": " I'm", "probability": 0.994384765625}, {"start": 1053.62, "end": 1053.62, "word": " going", "probability": 0.94580078125}, {"start": 1053.62, "end": 1053.62, "word": " to", "probability": 0.970703125}, {"start": 1053.62, "end": 1053.62, "word": " jumble", "probability": 0.94921875}, {"start": 1053.62, "end": 1054.56, "word": " it", "probability": 0.931640625}, {"start": 1054.56, "end": 1054.56, "word": " up.", "probability": 0.96728515625}, {"start": 1054.56, "end": 1055.06, "word": " I'm", "probability": 0.677001953125}, {"start": 1055.06, "end": 1055.06, "word": " going", "probability": 0.90283203125}, {"start": 1055.06, "end": 1055.06, "word": " to", "probability": 0.9677734375}, {"start": 1055.06, "end": 1055.06, "word": " write", "probability": 0.82958984375}, {"start": 1055.06, "end": 1055.18, "word": " a", "probability": 0.9658203125}, {"start": 1055.18, "end": 1055.28, "word": " long", "probability": 0.77783203125}, {"start": 1055.28, "end": 1055.28, "word": " short", "probability": 0.90380859375}, {"start": 1055.28, "end": 1055.28, "word": " and", "probability": 0.8994140625}, {"start": 1055.28, "end": 1055.28, "word": " then", "probability": 0.87451171875}, {"start": 1055.28, "end": 1055.28, "word": " I'm", "probability": 0.99560546875}, {"start": 1055.28, "end": 1055.28, "word": " going", "probability": 0.94580078125}, {"start": 1055.28, "end": 1055.28, "word": " to", "probability": 0.97021484375}, {"start": 1055.28, "end": 1055.28, "word": " jumble", "probability": 0.95458984375}, {"start": 1055.28, "end": 1055.94, "word": " it", "probability": 0.9462890625}, {"start": 1055.94, "end": 1055.94, "word": " up.", "probability": 0.96875}, {"start": 1056.18, "end": 1056.7, "word": " I'm", "probability": 0.738525390625}, {"start": 1056.7, "end": 1056.88, "word": " going", "probability": 0.91650390625}, {"start": 1056.88, "end": 1056.88, "word": " to", "probability": 0.96728515625}, {"start": 1056.88, "end": 1056.88, "word": " write", "probability": 0.8603515625}, {"start": 1056.88, "end": 1056.88, "word": " a", "probability": 0.98046875}, {"start": 1056.88, "end": 1056.9, "word": " long", "probability": 0.86279296875}, {"start": 1056.9, "end": 1057.0, "word": " short", "probability": 0.91015625}, {"start": 1057.0, "end": 1057.0, "word": " and", "probability": 0.91015625}, {"start": 1057.0, "end": 1057.0, "word": " then", "probability": 0.875}, {"start": 1057.0, "end": 1057.0, "word": " I'm", "probability": 0.9970703125}, {"start": 1057.0, "end": 1057.0, "word": " going", "probability": 0.94580078125}, {"start": 1057.0, "end": 1057.0, "word": " to", "probability": 0.970703125}, {"start": 1057.0, "end": 1057.0, "word": " jumble", "probability": 0.959228515625}, {"start": 1057.0, "end": 1057.0, "word": " it", "probability": 0.95068359375}, {"start": 1057.0, "end": 1057.0, "word": " up.", "probability": 0.96923828125}, {"start": 1057.0, "end": 1057.0, "word": " I'm", "probability": 0.824462890625}, {"start": 1057.0, "end": 1057.0, "word": " going", "probability": 0.93017578125}, {"start": 1057.0, "end": 1057.0, "word": " to", "probability": 0.96826171875}, {"start": 1057.0, "end": 1057.0, "word": " write", "probability": 0.89306640625}, {"start": 1057.0, "end": 1057.0, "word": " a", "probability": 0.98779296875}, {"start": 1057.0, "end": 1057.0, "word": " long", "probability": 0.90625}, {"start": 1057.0, "end": 1057.26, "word": " short", "probability": 0.91259765625}, {"start": 1057.26, "end": 1058.3, "word": " and", "probability": 0.91845703125}, {"start": 1058.3, "end": 1058.34, "word": " then", "probability": 0.8720703125}, {"start": 1058.34, "end": 1058.8, "word": " I'm", "probability": 0.99755859375}, {"start": 1058.8, "end": 1058.8, "word": " going", "probability": 0.9462890625}, {"start": 1058.8, "end": 1058.8, "word": " to", "probability": 0.9716796875}, {"start": 1058.8, "end": 1059.04, "word": " jumble", "probability": 0.9609375}, {"start": 1059.04, "end": 1059.5, "word": " it", "probability": 0.953125}, {"start": 1059.5, "end": 1059.84, "word": " up.", "probability": 0.9697265625}, {"start": 1060.62, "end": 1061.14, "word": " I'm", "probability": 0.8818359375}, {"start": 1061.14, "end": 1061.14, "word": " going", "probability": 0.9384765625}, {"start": 1061.14, "end": 1061.18, "word": " to", "probability": 0.9697265625}, {"start": 1061.18, "end": 1061.18, "word": " write", "probability": 0.9140625}, {"start": 1061.18, "end": 1061.18, "word": " a", "probability": 0.99169921875}, {"start": 1061.18, "end": 1061.18, "word": " long", "probability": 0.9228515625}, {"start": 1061.18, "end": 1061.18, "word": " short", "probability": 0.9140625}, {"start": 1061.18, "end": 1061.18, "word": " and", "probability": 0.9228515625}, {"start": 1061.18, "end": 1061.18, "word": " then", "probability": 0.869140625}, {"start": 1061.18, "end": 1061.18, "word": " I'm", "probability": 0.998046875}, {"start": 1061.18, "end": 1061.18, "word": " going", "probability": 0.94775390625}, {"start": 1061.18, "end": 1061.18, "word": " to", "probability": 0.9716796875}, {"start": 1061.18, "end": 1061.38, "word": " jumble", "probability": 0.9609375}, {"start": 1061.38, "end": 1061.38, "word": " it", "probability": 0.95458984375}, {"start": 1061.38, "end": 1061.4, "word": " up.", "probability": 0.97021484375}, {"start": 1062.2, "end": 1062.72, "word": " I'm", "probability": 0.904296875}, {"start": 1062.72, "end": 1062.72, "word": " going", "probability": 0.94091796875}, {"start": 1062.72, "end": 1062.72, "word": " to", "probability": 0.970703125}, {"start": 1062.72, "end": 1062.72, "word": " write", "probability": 0.9248046875}, {"start": 1062.72, "end": 1062.72, "word": " a", "probability": 0.99365234375}, {"start": 1062.72, "end": 1062.86, "word": " long", "probability": 0.92822265625}, {"start": 1062.86, "end": 1063.22, "word": " short", "probability": 0.91552734375}, {"start": 1063.22, "end": 1063.22, "word": " and", "probability": 0.9267578125}, {"start": 1063.22, "end": 1063.22, "word": " then", "probability": 0.86865234375}, {"start": 1063.22, "end": 1063.22, "word": " I'm", "probability": 0.99853515625}, {"start": 1063.22, "end": 1063.22, "word": " going", "probability": 0.9482421875}, {"start": 1063.22, "end": 1063.22, "word": " to", "probability": 0.97265625}, {"start": 1063.22, "end": 1063.22, "word": " jumble", "probability": 0.96044921875}, {"start": 1063.22, "end": 1063.22, "word": " it", "probability": 0.95654296875}, {"start": 1063.22, "end": 1063.22, "word": " up.", "probability": 0.9716796875}, {"start": 1063.22, "end": 1063.22, "word": " I'm", "probability": 0.909912109375}, {"start": 1063.22, "end": 1063.22, "word": " going", "probability": 0.94287109375}, {"start": 1063.22, "end": 1063.22, "word": " to", "probability": 0.9716796875}, {"start": 1063.22, "end": 1063.22, "word": " write", "probability": 0.93017578125}, {"start": 1063.22, "end": 1063.22, "word": " a", "probability": 0.99365234375}, {"start": 1063.22, "end": 1063.22, "word": " long", "probability": 0.9287109375}, {"start": 1063.22, "end": 1063.78, "word": " short", "probability": 0.9140625}, {"start": 1063.78, "end": 1064.08, "word": " and", "probability": 0.92724609375}, {"start": 1064.08, "end": 1064.34, "word": " then", "probability": 0.86572265625}, {"start": 1064.34, "end": 1064.88, "word": " I'm", "probability": 0.99853515625}, {"start": 1064.88, "end": 1064.88, "word": " going", "probability": 0.94873046875}, {"start": 1064.88, "end": 1064.88, "word": " to", "probability": 0.9736328125}, {"start": 1064.88, "end": 1064.88, "word": " jumble", "probability": 0.960205078125}, {"start": 1064.88, "end": 1064.88, "word": " it", "probability": 0.95654296875}, {"start": 1064.88, "end": 1064.88, "word": " up.", "probability": 0.97265625}, {"start": 1065.08, "end": 1065.6, "word": " I'm", "probability": 0.910888671875}, {"start": 1065.6, "end": 1065.66, "word": " going", "probability": 0.943359375}, {"start": 1065.66, "end": 1065.66, "word": " to", "probability": 0.9716796875}, {"start": 1065.66, "end": 1065.66, "word": " write", "probability": 0.9326171875}, {"start": 1065.66, "end": 1065.96, "word": " a", "probability": 0.99365234375}, {"start": 1065.96, "end": 1065.96, "word": " long", "probability": 0.9296875}, {"start": 1065.96, "end": 1066.16, "word": " short", "probability": 0.9150390625}, {"start": 1066.16, "end": 1069.08, "word": " and", "probability": 0.927734375}, {"start": 1069.08, "end": 1069.14, "word": " then", "probability": 0.865234375}, {"start": 1069.14, "end": 1069.46, "word": " I'm", "probability": 0.99853515625}, {"start": 1069.46, "end": 1069.46, "word": " going", "probability": 0.95068359375}, {"start": 1069.46, "end": 1069.46, "word": " to", "probability": 0.97265625}, {"start": 1069.46, "end": 1069.46, "word": " jumble", "probability": 0.959716796875}, {"start": 1069.46, "end": 1069.46, "word": " it", "probability": 0.9560546875}, {"start": 1069.46, "end": 1069.46, "word": " up.", "probability": 0.9736328125}, {"start": 1069.46, "end": 1069.46, "word": " I'm", "probability": 0.911376953125}, {"start": 1069.46, "end": 1069.46, "word": " going", "probability": 0.94482421875}, {"start": 1069.46, "end": 1069.46, "word": " to", "probability": 0.9716796875}, {"start": 1069.46, "end": 1069.46, "word": " write", "probability": 0.93212890625}, {"start": 1069.46, "end": 1069.54, "word": " a", "probability": 0.9931640625}, {"start": 1069.54, "end": 1069.54, "word": " long", "probability": 0.927734375}, {"start": 1069.54, "end": 1069.88, "word": " short", "probability": 0.912109375}, {"start": 1069.88, "end": 1070.3, "word": " and", "probability": 0.92431640625}, {"start": 1070.3, "end": 1070.32, "word": " then", "probability": 0.86474609375}, {"start": 1070.32, "end": 1070.54, "word": " I'm", "probability": 0.99853515625}, {"start": 1070.54, "end": 1070.54, "word": " going", "probability": 0.951171875}, {"start": 1070.54, "end": 1070.54, "word": " to", "probability": 0.97265625}, {"start": 1070.54, "end": 1070.84, "word": " jumble", "probability": 0.957763671875}, {"start": 1070.84, "end": 1071.1, "word": " it", "probability": 0.9560546875}, {"start": 1071.1, "end": 1071.34, "word": " up.", "probability": 0.97412109375}, {"start": 1071.34, "end": 1071.34, "word": " I'm", "probability": 0.91162109375}, {"start": 1071.34, "end": 1071.34, "word": " going", "probability": 0.94482421875}, {"start": 1071.34, "end": 1071.34, "word": " to", "probability": 0.97265625}, {"start": 1071.34, "end": 1071.34, "word": " write", "probability": 0.93115234375}, {"start": 1071.34, "end": 1071.34, "word": " a", "probability": 0.99169921875}, {"start": 1071.34, "end": 1071.34, "word": " long", "probability": 0.9248046875}, {"start": 1071.34, "end": 1071.6, "word": " short", "probability": 0.9130859375}, {"start": 1071.6, "end": 1071.76, "word": " and", "probability": 0.919921875}, {"start": 1071.76, "end": 1071.76, "word": " then", "probability": 0.8671875}, {"start": 1071.76, "end": 1071.76, "word": " I'm", "probability": 0.998046875}, {"start": 1071.76, "end": 1071.76, "word": " going", "probability": 0.95166015625}, {"start": 1071.76, "end": 1071.76, "word": " to", "probability": 0.9736328125}, {"start": 1071.76, "end": 1071.76, "word": " j", "probability": 0.931640625}], "temperature": 1.0}, {"id": 38, "seek": 112740, "start": 1126.08, "end": 1127.4, "text": " I don't know if I should do it.", "tokens": [286, 500, 380, 458, 498, 286, 820, 360, 309, 13], "avg_logprob": -1.1044034090909092, "compression_ratio": 0.8205128205128205, "no_speech_prob": 1.5437602996826172e-05, "words": [{"start": 1126.0800000000002, "end": 1126.3600000000001, "word": " I", "probability": 0.06597900390625}, {"start": 1126.3600000000001, "end": 1126.64, "word": " don't", "probability": 0.60223388671875}, {"start": 1126.64, "end": 1126.76, "word": " know", "probability": 0.390380859375}, {"start": 1126.76, "end": 1126.86, "word": " if", "probability": 0.364501953125}, {"start": 1126.86, "end": 1126.92, "word": " I", "probability": 0.266357421875}, {"start": 1126.92, "end": 1127.06, "word": " should", "probability": 0.82666015625}, {"start": 1127.06, "end": 1127.28, "word": " do", "probability": 0.14501953125}, {"start": 1127.28, "end": 1127.4, "word": " it.", "probability": 0.436767578125}], "temperature": 1.0}, {"id": 39, "seek": 117457, "start": 1146.91, "end": 1174.57, "text": " I don't know. I don't know how to write. I don't know how to write. I don't know how to write. I don't know how to write. I don't know how to write. I don't know how to write. I don't know how to write. I don't know how to write. I don't know how to write. I don't know how to write. I don't know how to write. I don't know how to write. I don't know how to write. I don't know how to write. I don't know how to write. I don't know how to write. I don't know how to write. I don't know how to write. I don't know how to write. I don't know how to write. I don't know how to write. I don't know how to write. I don't know how to write. I don't know how to write. I don't know how to write. I don't know how to write. I don't know how to write. I don't", "tokens": [286, 500, 380, 458, 13, 286, 500, 380, 458, 577, 281, 2464, 13, 286, 500, 380, 458, 577, 281, 2464, 13, 286, 500, 380, 458, 577, 281, 2464, 13, 286, 500, 380, 458, 577, 281, 2464, 13, 286, 500, 380, 458, 577, 281, 2464, 13, 286, 500, 380, 458, 577, 281, 2464, 13, 286, 500, 380, 458, 577, 281, 2464, 13, 286, 500, 380, 458, 577, 281, 2464, 13, 286, 500, 380, 458, 577, 281, 2464, 13, 286, 500, 380, 458, 577, 281, 2464, 13, 286, 500, 380, 458, 577, 281, 2464, 13, 286, 500, 380, 458, 577, 281, 2464, 13, 286, 500, 380, 458, 577, 281, 2464, 13, 286, 500, 380, 458, 577, 281, 2464, 13, 286, 500, 380, 458, 577, 281, 2464, 13, 286, 500, 380, 458, 577, 281, 2464, 13, 286, 500, 380, 458, 577, 281, 2464, 13, 286, 500, 380, 458, 577, 281, 2464, 13, 286, 500, 380, 458, 577, 281, 2464, 13, 286, 500, 380, 458, 577, 281, 2464, 13, 286, 500, 380, 458, 577, 281, 2464, 13, 286, 500, 380, 458, 577, 281, 2464, 13, 286, 500, 380, 458, 577, 281, 2464, 13, 286, 500, 380, 458, 577, 281, 2464, 13, 286, 500, 380, 458, 577, 281, 2464, 13, 286, 500, 380, 458, 577, 281, 2464, 13, 286, 500, 380, 458, 577, 281, 2464, 13, 286, 500, 380], "avg_logprob": -0.1427777820163303, "compression_ratio": 17.46511627906977, "no_speech_prob": 1.1920928955078125e-07, "words": [{"start": 1146.91, "end": 1147.17, "word": " I", "probability": 0.09405517578125}, {"start": 1147.17, "end": 1147.17, "word": " don't", "probability": 0.55987548828125}, {"start": 1147.17, "end": 1147.19, "word": " know.", "probability": 0.59033203125}, {"start": 1148.89, "end": 1149.29, "word": " I", "probability": 0.62158203125}, {"start": 1149.29, "end": 1149.37, "word": " don't", "probability": 0.804443359375}, {"start": 1149.37, "end": 1149.49, "word": " know", "probability": 0.69140625}, {"start": 1149.49, "end": 1149.65, "word": " how", "probability": 0.11663818359375}, {"start": 1149.65, "end": 1149.85, "word": " to", "probability": 0.469482421875}, {"start": 1149.85, "end": 1149.91, "word": " write.", "probability": 0.300537109375}, {"start": 1151.29, "end": 1151.69, "word": " I", "probability": 0.50927734375}, {"start": 1151.69, "end": 1151.69, "word": " don't", "probability": 0.84130859375}, {"start": 1151.69, "end": 1153.39, "word": " know", "probability": 0.81591796875}, {"start": 1153.39, "end": 1153.51, "word": " how", "probability": 0.72314453125}, {"start": 1153.51, "end": 1153.51, "word": " to", "probability": 0.86572265625}, {"start": 1153.51, "end": 1153.69, "word": " write.", "probability": 0.63818359375}, {"start": 1155.69, "end": 1155.89, "word": " I", "probability": 0.55224609375}, {"start": 1155.89, "end": 1155.89, "word": " don't", "probability": 0.8681640625}, {"start": 1155.89, "end": 1156.99, "word": " know", "probability": 0.86083984375}, {"start": 1156.99, "end": 1156.99, "word": " how", "probability": 0.79541015625}, {"start": 1156.99, "end": 1156.99, "word": " to", "probability": 0.9326171875}, {"start": 1156.99, "end": 1157.27, "word": " write.", "probability": 0.8251953125}, {"start": 1157.43, "end": 1157.57, "word": " I", "probability": 0.673828125}, {"start": 1157.57, "end": 1157.57, "word": " don't", "probability": 0.9052734375}, {"start": 1157.57, "end": 1157.91, "word": " know", "probability": 0.87841796875}, {"start": 1157.91, "end": 1158.09, "word": " how", "probability": 0.8466796875}, {"start": 1158.09, "end": 1158.09, "word": " to", "probability": 0.95263671875}, {"start": 1158.09, "end": 1158.09, "word": " write.", "probability": 0.89208984375}, {"start": 1158.47, "end": 1158.47, "word": " I", "probability": 0.73046875}, {"start": 1158.47, "end": 1158.47, "word": " don't", "probability": 0.923583984375}, {"start": 1158.47, "end": 1158.47, "word": " know", "probability": 0.888671875}, {"start": 1158.47, "end": 1158.47, "word": " how", "probability": 0.873046875}, {"start": 1158.47, "end": 1158.47, "word": " to", "probability": 0.9599609375}, {"start": 1158.47, "end": 1158.61, "word": " write.", "probability": 0.90966796875}, {"start": 1159.09, "end": 1159.09, "word": " I", "probability": 0.7587890625}, {"start": 1159.09, "end": 1159.09, "word": " don't", "probability": 0.93359375}, {"start": 1159.09, "end": 1159.55, "word": " know", "probability": 0.89404296875}, {"start": 1159.55, "end": 1159.55, "word": " how", "probability": 0.88623046875}, {"start": 1159.55, "end": 1159.55, "word": " to", "probability": 0.96240234375}, {"start": 1159.55, "end": 1159.55, "word": " write.", "probability": 0.91552734375}, {"start": 1159.63, "end": 1159.71, "word": " I", "probability": 0.77587890625}, {"start": 1159.71, "end": 1159.75, "word": " don't", "probability": 0.940185546875}, {"start": 1159.75, "end": 1160.61, "word": " know", "probability": 0.8955078125}, {"start": 1160.61, "end": 1160.61, "word": " how", "probability": 0.8935546875}, {"start": 1160.61, "end": 1160.61, "word": " to", "probability": 0.96435546875}, {"start": 1160.61, "end": 1160.61, "word": " write.", "probability": 0.91650390625}, {"start": 1160.61, "end": 1160.61, "word": " I", "probability": 0.79150390625}, {"start": 1160.61, "end": 1160.61, "word": " don't", "probability": 0.94482421875}, {"start": 1160.61, "end": 1160.83, "word": " know", "probability": 0.8994140625}, {"start": 1160.83, "end": 1160.83, "word": " how", "probability": 0.89794921875}, {"start": 1160.83, "end": 1160.83, "word": " to", "probability": 0.96533203125}, {"start": 1160.83, "end": 1160.83, "word": " write.", "probability": 0.91845703125}, {"start": 1160.83, "end": 1160.83, "word": " I", "probability": 0.80517578125}, {"start": 1160.83, "end": 1160.83, "word": " don't", "probability": 0.948486328125}, {"start": 1160.83, "end": 1162.11, "word": " know", "probability": 0.900390625}, {"start": 1162.11, "end": 1162.11, "word": " how", "probability": 0.90380859375}, {"start": 1162.11, "end": 1162.11, "word": " to", "probability": 0.96728515625}, {"start": 1162.11, "end": 1162.11, "word": " write.", "probability": 0.9189453125}, {"start": 1162.11, "end": 1162.25, "word": " I", "probability": 0.818359375}, {"start": 1162.25, "end": 1162.25, "word": " don't", "probability": 0.951904296875}, {"start": 1162.25, "end": 1162.63, "word": " know", "probability": 0.90087890625}, {"start": 1162.63, "end": 1162.67, "word": " how", "probability": 0.9052734375}, {"start": 1162.67, "end": 1162.67, "word": " to", "probability": 0.966796875}, {"start": 1162.67, "end": 1162.67, "word": " write.", "probability": 0.9208984375}, {"start": 1162.67, "end": 1162.67, "word": " I", "probability": 0.82958984375}, {"start": 1162.67, "end": 1162.67, "word": " don't", "probability": 0.955322265625}, {"start": 1162.67, "end": 1162.67, "word": " know", "probability": 0.900390625}, {"start": 1162.67, "end": 1162.67, "word": " how", "probability": 0.90869140625}, {"start": 1162.67, "end": 1162.67, "word": " to", "probability": 0.96728515625}, {"start": 1162.67, "end": 1162.67, "word": " write.", "probability": 0.9228515625}, {"start": 1162.67, "end": 1162.67, "word": " I", "probability": 0.83935546875}, {"start": 1162.67, "end": 1162.67, "word": " don't", "probability": 0.957763671875}, {"start": 1162.67, "end": 1162.67, "word": " know", "probability": 0.90283203125}, {"start": 1162.67, "end": 1162.75, "word": " how", "probability": 0.91357421875}, {"start": 1162.75, "end": 1162.75, "word": " to", "probability": 0.96875}, {"start": 1162.75, "end": 1162.75, "word": " write.", "probability": 0.92529296875}, {"start": 1162.75, "end": 1162.75, "word": " I", "probability": 0.8525390625}, {"start": 1162.75, "end": 1162.75, "word": " don't", "probability": 0.960205078125}, {"start": 1162.75, "end": 1162.91, "word": " know", "probability": 0.9052734375}, {"start": 1162.91, "end": 1162.91, "word": " how", "probability": 0.916015625}, {"start": 1162.91, "end": 1162.91, "word": " to", "probability": 0.96923828125}, {"start": 1162.91, "end": 1162.93, "word": " write.", "probability": 0.92626953125}, {"start": 1162.93, "end": 1162.93, "word": " I", "probability": 0.8603515625}, {"start": 1162.93, "end": 1162.95, "word": " don't", "probability": 0.96240234375}, {"start": 1162.95, "end": 1162.95, "word": " know", "probability": 0.9033203125}, {"start": 1162.95, "end": 1162.95, "word": " how", "probability": 0.91845703125}, {"start": 1162.95, "end": 1162.95, "word": " to", "probability": 0.9697265625}, {"start": 1162.95, "end": 1162.95, "word": " write.", "probability": 0.92724609375}, {"start": 1162.95, "end": 1162.95, "word": " I", "probability": 0.8671875}, {"start": 1162.95, "end": 1162.95, "word": " don't", "probability": 0.965087890625}, {"start": 1162.95, "end": 1162.95, "word": " know", "probability": 0.9052734375}, {"start": 1162.95, "end": 1162.95, "word": " how", "probability": 0.919921875}, {"start": 1162.95, "end": 1162.95, "word": " to", "probability": 0.970703125}, {"start": 1162.95, "end": 1162.95, "word": " write.", "probability": 0.92822265625}, {"start": 1162.95, "end": 1162.95, "word": " I", "probability": 0.873046875}, {"start": 1162.95, "end": 1162.95, "word": " don't", "probability": 0.966552734375}, {"start": 1162.95, "end": 1162.95, "word": " know", "probability": 0.908203125}, {"start": 1162.95, "end": 1162.95, "word": " how", "probability": 0.921875}, {"start": 1162.95, "end": 1162.95, "word": " to", "probability": 0.97021484375}, {"start": 1162.95, "end": 1162.95, "word": " write.", "probability": 0.93017578125}, {"start": 1162.95, "end": 1162.95, "word": " I", "probability": 0.880859375}, {"start": 1162.95, "end": 1162.95, "word": " don't", "probability": 0.968017578125}, {"start": 1162.95, "end": 1162.95, "word": " know", "probability": 0.90625}, {"start": 1162.95, "end": 1162.95, "word": " how", "probability": 0.9228515625}, {"start": 1162.95, "end": 1162.95, "word": " to", "probability": 0.970703125}, {"start": 1162.95, "end": 1162.95, "word": " write.", "probability": 0.931640625}, {"start": 1162.95, "end": 1162.95, "word": " I", "probability": 0.88623046875}, {"start": 1162.95, "end": 1162.95, "word": " don't", "probability": 0.969482421875}, {"start": 1162.95, "end": 1162.95, "word": " know", "probability": 0.90673828125}, {"start": 1162.95, "end": 1162.95, "word": " how", "probability": 0.92578125}, {"start": 1162.95, "end": 1162.95, "word": " to", "probability": 0.9716796875}, {"start": 1162.95, "end": 1162.95, "word": " write.", "probability": 0.931640625}, {"start": 1162.95, "end": 1162.95, "word": " I", "probability": 0.890625}, {"start": 1162.95, "end": 1162.95, "word": " don't", "probability": 0.970947265625}, {"start": 1162.95, "end": 1162.95, "word": " know", "probability": 0.90966796875}, {"start": 1162.95, "end": 1162.95, "word": " how", "probability": 0.9248046875}, {"start": 1162.95, "end": 1162.95, "word": " to", "probability": 0.9716796875}, {"start": 1162.95, "end": 1162.95, "word": " write.", "probability": 0.931640625}, {"start": 1162.95, "end": 1162.95, "word": " I", "probability": 0.89453125}, {"start": 1162.95, "end": 1162.95, "word": " don't", "probability": 0.971923828125}, {"start": 1162.95, "end": 1162.95, "word": " know", "probability": 0.90966796875}, {"start": 1162.95, "end": 1162.95, "word": " how", "probability": 0.92578125}, {"start": 1162.95, "end": 1162.95, "word": " to", "probability": 0.97216796875}, {"start": 1162.95, "end": 1162.95, "word": " write.", "probability": 0.93212890625}, {"start": 1162.95, "end": 1162.95, "word": " I", "probability": 0.89599609375}, {"start": 1162.95, "end": 1162.95, "word": " don't", "probability": 0.972900390625}, {"start": 1162.95, "end": 1162.95, "word": " know", "probability": 0.90966796875}, {"start": 1162.95, "end": 1162.95, "word": " how", "probability": 0.92822265625}, {"start": 1162.95, "end": 1162.95, "word": " to", "probability": 0.97216796875}, {"start": 1162.95, "end": 1162.95, "word": " write.", "probability": 0.93212890625}, {"start": 1162.95, "end": 1162.95, "word": " I", "probability": 0.89697265625}, {"start": 1162.95, "end": 1162.95, "word": " don't", "probability": 0.973388671875}, {"start": 1162.95, "end": 1162.95, "word": " know", "probability": 0.90966796875}, {"start": 1162.95, "end": 1162.95, "word": " how", "probability": 0.92822265625}, {"start": 1162.95, "end": 1162.95, "word": " to", "probability": 0.97216796875}, {"start": 1162.95, "end": 1162.95, "word": " write.", "probability": 0.93115234375}, {"start": 1162.95, "end": 1162.95, "word": " I", "probability": 0.8994140625}, {"start": 1162.95, "end": 1163.01, "word": " don't", "probability": 0.97412109375}, {"start": 1163.01, "end": 1163.99, "word": " know", "probability": 0.91015625}, {"start": 1163.99, "end": 1163.99, "word": " how", "probability": 0.9287109375}, {"start": 1163.99, "end": 1163.99, "word": " to", "probability": 0.97216796875}, {"start": 1163.99, "end": 1164.41, "word": " write.", "probability": 0.93115234375}, {"start": 1164.41, "end": 1164.41, "word": " I", "probability": 0.9013671875}, {"start": 1164.41, "end": 1164.57, "word": " don't", "probability": 0.974365234375}, {"start": 1164.57, "end": 1164.57, "word": " know", "probability": 0.91259765625}, {"start": 1164.57, "end": 1164.57, "word": " how", "probability": 0.92919921875}, {"start": 1164.57, "end": 1164.67, "word": " to", "probability": 0.97216796875}, {"start": 1164.67, "end": 1164.73, "word": " write.", "probability": 0.93115234375}, {"start": 1166.31, "end": 1166.71, "word": " I", "probability": 0.90234375}, {"start": 1166.71, "end": 1166.83, "word": " don't", "probability": 0.974609375}, {"start": 1166.83, "end": 1166.83, "word": " know", "probability": 0.91015625}, {"start": 1166.83, "end": 1166.83, "word": " how", "probability": 0.9306640625}, {"start": 1166.83, "end": 1166.83, "word": " to", "probability": 0.97314453125}, {"start": 1166.83, "end": 1167.19, "word": " write.", "probability": 0.9296875}, {"start": 1167.41, "end": 1167.81, "word": " I", "probability": 0.9013671875}, {"start": 1167.81, "end": 1169.41, "word": " don't", "probability": 0.974609375}, {"start": 1169.41, "end": 1169.49, "word": " know", "probability": 0.91015625}, {"start": 1169.49, "end": 1171.39, "word": " how", "probability": 0.93115234375}, {"start": 1171.39, "end": 1171.39, "word": " to", "probability": 0.97314453125}, {"start": 1171.39, "end": 1171.39, "word": " write.", "probability": 0.9296875}, {"start": 1172.41, "end": 1172.81, "word": " I", "probability": 0.89990234375}, {"start": 1172.81, "end": 1172.93, "word": " don't", "probability": 0.974609375}, {"start": 1172.93, "end": 1173.25, "word": " know", "probability": 0.912109375}, {"start": 1173.25, "end": 1173.65, "word": " how", "probability": 0.93115234375}, {"start": 1173.65, "end": 1173.73, "word": " to", "probability": 0.97314453125}, {"start": 1173.73, "end": 1174.15, "word": " write.", "probability": 0.92822265625}, {"start": 1174.57, "end": 1174.57, "word": " I", "probability": 0.89599609375}, {"start": 1174.57, "end": 1174.57, "word": " don't", "probability": 0.974365234375}], "temperature": 1.0}, {"id": 40, "seek": 120238, "start": 1197.56, "end": 1202.38, "text": " All right, let's see. Yes, let's start with this. Yes.", "tokens": [1057, 558, 11, 718, 311, 536, 13, 1079, 11, 718, 311, 722, 365, 341, 13, 1079, 13], "avg_logprob": -0.3771701256434123, "compression_ratio": 1.0576923076923077, "no_speech_prob": 2.980232238769531e-07, "words": [{"start": 1197.56, "end": 1198.0, "word": " All", "probability": 0.27294921875}, {"start": 1198.0, "end": 1198.44, "word": " right,", "probability": 0.90966796875}, {"start": 1198.6, "end": 1198.86, "word": " let's", "probability": 0.955810546875}, {"start": 1198.86, "end": 1199.12, "word": " see.", "probability": 0.7158203125}, {"start": 1200.46, "end": 1200.9, "word": " Yes,", "probability": 0.78125}, {"start": 1201.06, "end": 1201.26, "word": " let's", "probability": 0.5833740234375}, {"start": 1201.26, "end": 1201.48, "word": " start", "probability": 0.92919921875}, {"start": 1201.48, "end": 1201.64, "word": " with", "probability": 0.89599609375}, {"start": 1201.64, "end": 1201.86, "word": " this.", "probability": 0.58544921875}, {"start": 1202.22, "end": 1202.38, "word": " Yes.", "probability": 0.7841796875}], "temperature": 1.0}, {"id": 41, "seek": 124196, "start": 1212.8, "end": 1241.96, "text": " of fossil fuels. This has led to a big debate about what we should do to reduce the negative effects of our action and how we can make the planet safe for our children to live in. One result of this", "tokens": [295, 18737, 24616, 13, 639, 575, 4684, 281, 257, 955, 7958, 466, 437, 321, 820, 360, 281, 5407, 264, 3671, 5065, 295, 527, 3069, 293, 577, 321, 393, 652, 264, 5054, 3273, 337, 527, 2227, 281, 1621, 294, 13, 1485, 1874, 295, 341], "avg_logprob": -0.2160866524685513, "compression_ratio": 1.4316546762589928, "no_speech_prob": 4.172325134277344e-07, "words": [{"start": 1212.8, "end": 1213.12, "word": " of", "probability": 0.6376953125}, {"start": 1213.12, "end": 1214.0, "word": " fossil", "probability": 0.90625}, {"start": 1214.0, "end": 1214.66, "word": " fuels.", "probability": 0.775390625}, {"start": 1214.8, "end": 1215.04, "word": " This", "probability": 0.83642578125}, {"start": 1215.04, "end": 1215.36, "word": " has", "probability": 0.92529296875}, {"start": 1215.36, "end": 1215.74, "word": " led", "probability": 0.88671875}, {"start": 1215.74, "end": 1216.5, "word": " to", "probability": 0.91162109375}, {"start": 1216.5, "end": 1219.5, "word": " a", "probability": 0.50341796875}, {"start": 1219.5, "end": 1219.86, "word": " big", "probability": 0.74072265625}, {"start": 1219.86, "end": 1220.3, "word": " debate", "probability": 0.95654296875}, {"start": 1220.3, "end": 1221.46, "word": " about", "probability": 0.88427734375}, {"start": 1221.46, "end": 1221.9, "word": " what", "probability": 0.9404296875}, {"start": 1221.9, "end": 1222.08, "word": " we", "probability": 0.9033203125}, {"start": 1222.08, "end": 1222.3, "word": " should", "probability": 0.9697265625}, {"start": 1222.3, "end": 1222.46, "word": " do", "probability": 0.95263671875}, {"start": 1222.46, "end": 1222.6, "word": " to", "probability": 0.95751953125}, {"start": 1222.6, "end": 1222.9, "word": " reduce", "probability": 0.841796875}, {"start": 1222.9, "end": 1223.08, "word": " the", "probability": 0.8974609375}, {"start": 1223.08, "end": 1223.42, "word": " negative", "probability": 0.95166015625}, {"start": 1223.42, "end": 1224.02, "word": " effects", "probability": 0.89013671875}, {"start": 1224.02, "end": 1227.16, "word": " of", "probability": 0.68603515625}, {"start": 1227.16, "end": 1230.54, "word": " our", "probability": 0.19677734375}, {"start": 1230.54, "end": 1233.24, "word": " action", "probability": 0.49755859375}, {"start": 1233.24, "end": 1233.54, "word": " and", "probability": 0.5390625}, {"start": 1233.54, "end": 1233.94, "word": " how", "probability": 0.93212890625}, {"start": 1233.94, "end": 1234.2, "word": " we", "probability": 0.94189453125}, {"start": 1234.2, "end": 1234.46, "word": " can", "probability": 0.91064453125}, {"start": 1234.46, "end": 1234.68, "word": " make", "probability": 0.93505859375}, {"start": 1234.68, "end": 1234.86, "word": " the", "probability": 0.86328125}, {"start": 1234.86, "end": 1235.1, "word": " planet", "probability": 0.95654296875}, {"start": 1235.1, "end": 1235.42, "word": " safe", "probability": 0.7724609375}, {"start": 1235.42, "end": 1235.62, "word": " for", "probability": 0.9521484375}, {"start": 1235.62, "end": 1235.82, "word": " our", "probability": 0.888671875}, {"start": 1235.82, "end": 1236.22, "word": " children", "probability": 0.84765625}, {"start": 1236.22, "end": 1237.56, "word": " to", "probability": 0.6064453125}, {"start": 1237.56, "end": 1237.82, "word": " live", "probability": 0.93701171875}, {"start": 1237.82, "end": 1238.02, "word": " in.", "probability": 0.9306640625}, {"start": 1238.04, "end": 1238.3, "word": " One", "probability": 0.8896484375}, {"start": 1238.3, "end": 1238.86, "word": " result", "probability": 0.94287109375}, {"start": 1238.86, "end": 1240.2, "word": " of", "probability": 0.9296875}, {"start": 1240.2, "end": 1241.96, "word": " this", "probability": 0.71826171875}], "temperature": 1.0}, {"id": 42, "seek": 124894, "start": 1243.4, "end": 1248.94, "text": " of this debate has been to improve the level of grain education. What does grain education mean?", "tokens": [295, 341, 7958, 575, 668, 281, 3470, 264, 1496, 295, 12837, 3309, 13, 708, 775, 12837, 3309, 914, 30], "avg_logprob": -0.14111328795552253, "compression_ratio": 1.2435897435897436, "no_speech_prob": 5.960464477539063e-08, "words": [{"start": 1243.4, "end": 1243.74, "word": " of", "probability": 0.50390625}, {"start": 1243.74, "end": 1244.0, "word": " this", "probability": 0.91943359375}, {"start": 1244.0, "end": 1244.54, "word": " debate", "probability": 0.9833984375}, {"start": 1244.54, "end": 1244.88, "word": " has", "probability": 0.87548828125}, {"start": 1244.88, "end": 1245.1, "word": " been", "probability": 0.90673828125}, {"start": 1245.1, "end": 1245.22, "word": " to", "probability": 0.947265625}, {"start": 1245.22, "end": 1245.5, "word": " improve", "probability": 0.91015625}, {"start": 1245.5, "end": 1245.66, "word": " the", "probability": 0.9140625}, {"start": 1245.66, "end": 1245.9, "word": " level", "probability": 0.80712890625}, {"start": 1245.9, "end": 1246.08, "word": " of", "probability": 0.97021484375}, {"start": 1246.08, "end": 1246.58, "word": " grain", "probability": 0.5908203125}, {"start": 1246.58, "end": 1247.14, "word": " education.", "probability": 0.9453125}, {"start": 1247.4, "end": 1247.6, "word": " What", "probability": 0.87255859375}, {"start": 1247.6, "end": 1247.78, "word": " does", "probability": 0.96826171875}, {"start": 1247.78, "end": 1248.06, "word": " grain", "probability": 0.818359375}, {"start": 1248.06, "end": 1248.6, "word": " education", "probability": 0.94482421875}, {"start": 1248.6, "end": 1248.94, "word": " mean?", "probability": 0.96142578125}], "temperature": 1.0}, {"id": 43, "seek": 127315, "start": 1250.39, "end": 1273.15, "text": " Raising awareness about the importance of protecting the environment. So it's about protecting the environment by doing a lot of actions that make our environment safe. One result of this debate has been to improve the level of Korean education, which should result", "tokens": [43374, 278, 8888, 466, 264, 7379, 295, 12316, 264, 2823, 13, 407, 309, 311, 466, 12316, 264, 2823, 538, 884, 257, 688, 295, 5909, 300, 652, 527, 2823, 3273, 13, 1485, 1874, 295, 341, 7958, 575, 668, 281, 3470, 264, 1496, 295, 6933, 3309, 11, 597, 820, 1874], "avg_logprob": -0.2370854543179882, "compression_ratio": 1.6521739130434783, "no_speech_prob": 1.1920928955078125e-06, "words": [{"start": 1250.3899999999999, "end": 1251.05, "word": " Raising", "probability": 0.532989501953125}, {"start": 1251.05, "end": 1251.71, "word": " awareness", "probability": 0.79833984375}, {"start": 1251.71, "end": 1253.85, "word": " about", "probability": 0.7421875}, {"start": 1253.85, "end": 1254.89, "word": " the", "probability": 0.8076171875}, {"start": 1254.89, "end": 1255.87, "word": " importance", "probability": 0.97265625}, {"start": 1255.87, "end": 1256.33, "word": " of", "probability": 0.96044921875}, {"start": 1256.33, "end": 1256.85, "word": " protecting", "probability": 0.89111328125}, {"start": 1256.85, "end": 1257.11, "word": " the", "probability": 0.87109375}, {"start": 1257.11, "end": 1257.73, "word": " environment.", "probability": 0.92724609375}, {"start": 1258.01, "end": 1258.11, "word": " So", "probability": 0.74658203125}, {"start": 1258.11, "end": 1258.29, "word": " it's", "probability": 0.84521484375}, {"start": 1258.29, "end": 1258.59, "word": " about", "probability": 0.90380859375}, {"start": 1258.59, "end": 1259.27, "word": " protecting", "probability": 0.83837890625}, {"start": 1259.27, "end": 1259.57, "word": " the", "probability": 0.8955078125}, {"start": 1259.57, "end": 1259.99, "word": " environment", "probability": 0.919921875}, {"start": 1259.99, "end": 1260.31, "word": " by", "probability": 0.94189453125}, {"start": 1260.31, "end": 1260.65, "word": " doing", "probability": 0.95947265625}, {"start": 1260.65, "end": 1260.81, "word": " a", "probability": 0.95849609375}, {"start": 1260.81, "end": 1260.93, "word": " lot", "probability": 0.953125}, {"start": 1260.93, "end": 1261.07, "word": " of", "probability": 0.9619140625}, {"start": 1261.07, "end": 1261.49, "word": " actions", "probability": 0.90283203125}, {"start": 1261.49, "end": 1261.89, "word": " that", "probability": 0.9267578125}, {"start": 1261.89, "end": 1262.75, "word": " make", "probability": 0.8896484375}, {"start": 1262.75, "end": 1263.87, "word": " our", "probability": 0.884765625}, {"start": 1263.87, "end": 1264.39, "word": " environment", "probability": 0.8916015625}, {"start": 1264.39, "end": 1264.91, "word": " safe.", "probability": 0.90771484375}, {"start": 1266.03, "end": 1266.69, "word": " One", "probability": 0.273193359375}, {"start": 1266.69, "end": 1269.03, "word": " result", "probability": 0.931640625}, {"start": 1269.03, "end": 1269.23, "word": " of", "probability": 0.95361328125}, {"start": 1269.23, "end": 1269.41, "word": " this", "probability": 0.92333984375}, {"start": 1269.41, "end": 1269.67, "word": " debate", "probability": 0.96923828125}, {"start": 1269.67, "end": 1269.87, "word": " has", "probability": 0.87255859375}, {"start": 1269.87, "end": 1270.03, "word": " been", "probability": 0.90576171875}, {"start": 1270.03, "end": 1270.15, "word": " to", "probability": 0.81103515625}, {"start": 1270.15, "end": 1270.43, "word": " improve", "probability": 0.85986328125}, {"start": 1270.43, "end": 1270.55, "word": " the", "probability": 0.68310546875}, {"start": 1270.55, "end": 1270.67, "word": " level", "probability": 0.7666015625}, {"start": 1270.67, "end": 1270.81, "word": " of", "probability": 0.951171875}, {"start": 1270.81, "end": 1270.93, "word": " Korean", "probability": 0.5205078125}, {"start": 1270.93, "end": 1271.53, "word": " education,", "probability": 0.951171875}, {"start": 1272.13, "end": 1272.31, "word": " which", "probability": 0.94287109375}, {"start": 1272.31, "end": 1272.59, "word": " should", "probability": 0.9296875}, {"start": 1272.59, "end": 1273.15, "word": " result", "probability": 0.95068359375}], "temperature": 1.0}, {"id": 44, "seek": 130213, "start": 1280.93, "end": 1302.13, "text": " Result here is a verb and whenever we use result as a verb it is followed by in which should result in a greater awareness of this difficult issue so the result of the war because result is now is followed by a preposition of if it is a verb it is followed by in okay", "tokens": [5015, 723, 510, 307, 257, 9595, 293, 5699, 321, 764, 1874, 382, 257, 9595, 309, 307, 6263, 538, 294, 597, 820, 1874, 294, 257, 5044, 8888, 295, 341, 2252, 2734, 370, 264, 1874, 295, 264, 1516, 570, 1874, 307, 586, 307, 6263, 538, 257, 2666, 5830, 295, 498, 309, 307, 257, 9595, 309, 307, 6263, 538, 294, 1392], "avg_logprob": -0.17995232747772993, "compression_ratio": 1.8611111111111112, "no_speech_prob": 1.7881393432617188e-07, "words": [{"start": 1280.93, "end": 1281.63, "word": " Result", "probability": 0.7216796875}, {"start": 1281.63, "end": 1281.79, "word": " here", "probability": 0.646484375}, {"start": 1281.79, "end": 1281.95, "word": " is", "probability": 0.94189453125}, {"start": 1281.95, "end": 1282.11, "word": " a", "probability": 0.98583984375}, {"start": 1282.11, "end": 1282.41, "word": " verb", "probability": 0.86279296875}, {"start": 1282.41, "end": 1282.63, "word": " and", "probability": 0.6787109375}, {"start": 1282.63, "end": 1282.95, "word": " whenever", "probability": 0.90869140625}, {"start": 1282.95, "end": 1283.19, "word": " we", "probability": 0.94775390625}, {"start": 1283.19, "end": 1283.43, "word": " use", "probability": 0.87939453125}, {"start": 1283.43, "end": 1283.85, "word": " result", "probability": 0.90185546875}, {"start": 1283.85, "end": 1284.15, "word": " as", "probability": 0.93603515625}, {"start": 1284.15, "end": 1284.27, "word": " a", "probability": 0.98779296875}, {"start": 1284.27, "end": 1284.57, "word": " verb", "probability": 0.8828125}, {"start": 1284.57, "end": 1284.95, "word": " it", "probability": 0.64501953125}, {"start": 1284.95, "end": 1285.11, "word": " is", "probability": 0.92041015625}, {"start": 1285.11, "end": 1285.33, "word": " followed", "probability": 0.9130859375}, {"start": 1285.33, "end": 1285.97, "word": " by", "probability": 0.97265625}, {"start": 1285.97, "end": 1286.41, "word": " in", "probability": 0.270263671875}, {"start": 1286.41, "end": 1286.93, "word": " which", "probability": 0.806640625}, {"start": 1286.93, "end": 1287.21, "word": " should", "probability": 0.95556640625}, {"start": 1287.21, "end": 1287.77, "word": " result", "probability": 0.94873046875}, {"start": 1287.77, "end": 1288.31, "word": " in", "probability": 0.95458984375}, {"start": 1288.31, "end": 1288.71, "word": " a", "probability": 0.94775390625}, {"start": 1288.71, "end": 1290.59, "word": " greater", "probability": 0.9033203125}, {"start": 1290.59, "end": 1291.39, "word": " awareness", "probability": 0.8173828125}, {"start": 1291.39, "end": 1291.97, "word": " of", "probability": 0.96142578125}, {"start": 1291.97, "end": 1292.25, "word": " this", "probability": 0.9482421875}, {"start": 1292.25, "end": 1292.83, "word": " difficult", "probability": 0.92578125}, {"start": 1292.83, "end": 1293.37, "word": " issue", "probability": 0.94921875}, {"start": 1293.37, "end": 1293.81, "word": " so", "probability": 0.306884765625}, {"start": 1293.81, "end": 1294.01, "word": " the", "probability": 0.8798828125}, {"start": 1294.01, "end": 1294.41, "word": " result", "probability": 0.94287109375}, {"start": 1294.41, "end": 1294.79, "word": " of", "probability": 0.9677734375}, {"start": 1294.79, "end": 1295.21, "word": " the", "probability": 0.876953125}, {"start": 1295.21, "end": 1295.61, "word": " war", "probability": 0.9228515625}, {"start": 1295.61, "end": 1296.21, "word": " because", "probability": 0.80126953125}, {"start": 1296.21, "end": 1296.55, "word": " result", "probability": 0.89404296875}, {"start": 1296.55, "end": 1296.77, "word": " is", "probability": 0.5419921875}, {"start": 1296.77, "end": 1297.19, "word": " now", "probability": 0.77099609375}, {"start": 1297.19, "end": 1297.89, "word": " is", "probability": 0.7919921875}, {"start": 1297.89, "end": 1298.09, "word": " followed", "probability": 0.90380859375}, {"start": 1298.09, "end": 1298.31, "word": " by", "probability": 0.96875}, {"start": 1298.31, "end": 1298.45, "word": " a", "probability": 0.72802734375}, {"start": 1298.45, "end": 1298.91, "word": " preposition", "probability": 0.9716796875}, {"start": 1298.91, "end": 1299.27, "word": " of", "probability": 0.95458984375}, {"start": 1299.27, "end": 1299.75, "word": " if", "probability": 0.8427734375}, {"start": 1299.75, "end": 1299.87, "word": " it", "probability": 0.947265625}, {"start": 1299.87, "end": 1299.99, "word": " is", "probability": 0.9384765625}, {"start": 1299.99, "end": 1300.11, "word": " a", "probability": 0.9912109375}, {"start": 1300.11, "end": 1300.33, "word": " verb", "probability": 0.890625}, {"start": 1300.33, "end": 1300.51, "word": " it", "probability": 0.88232421875}, {"start": 1300.51, "end": 1300.65, "word": " is", "probability": 0.93115234375}, {"start": 1300.65, "end": 1300.85, "word": " followed", "probability": 0.9052734375}, {"start": 1300.85, "end": 1301.23, "word": " by", "probability": 0.96728515625}, {"start": 1301.23, "end": 1301.59, "word": " in", "probability": 0.8994140625}, {"start": 1301.59, "end": 1302.13, "word": " okay", "probability": 0.66162109375}], "temperature": 1.0}, {"id": 45, "seek": 131739, "start": 1306.93, "end": 1317.39, "text": "However, in the short term there still remains much to be done. The reason of this is for this.", "tokens": [6462, 1054, 11, 294, 264, 2099, 1433, 456, 920, 7023, 709, 281, 312, 1096, 13, 440, 1778, 295, 341, 307, 337, 341, 13], "avg_logprob": -0.3398437475164731, "compression_ratio": 1.1176470588235294, "no_speech_prob": 5.960464477539063e-08, "words": [{"start": 1306.93, "end": 1307.49, "word": "However,", "probability": 0.71337890625}, {"start": 1307.59, "end": 1307.75, "word": " in", "probability": 0.9111328125}, {"start": 1307.75, "end": 1307.91, "word": " the", "probability": 0.89208984375}, {"start": 1307.91, "end": 1308.27, "word": " short", "probability": 0.94189453125}, {"start": 1308.27, "end": 1309.97, "word": " term", "probability": 0.6416015625}, {"start": 1309.97, "end": 1310.25, "word": " there", "probability": 0.1475830078125}, {"start": 1310.25, "end": 1310.67, "word": " still", "probability": 0.7353515625}, {"start": 1310.67, "end": 1311.15, "word": " remains", "probability": 0.87158203125}, {"start": 1311.15, "end": 1311.43, "word": " much", "probability": 0.9072265625}, {"start": 1311.43, "end": 1311.63, "word": " to", "probability": 0.966796875}, {"start": 1311.63, "end": 1311.83, "word": " be", "probability": 0.94677734375}, {"start": 1311.83, "end": 1312.03, "word": " done.", "probability": 0.9296875}, {"start": 1312.43, "end": 1312.69, "word": " The", "probability": 0.7568359375}, {"start": 1312.69, "end": 1312.85, "word": " reason", "probability": 0.96875}, {"start": 1312.85, "end": 1313.05, "word": " of", "probability": 0.62646484375}, {"start": 1313.05, "end": 1314.89, "word": " this", "probability": 0.9443359375}, {"start": 1314.89, "end": 1315.91, "word": " is", "probability": 0.74365234375}, {"start": 1315.91, "end": 1316.13, "word": " for", "probability": 0.241943359375}, {"start": 1316.13, "end": 1317.39, "word": " this.", "probability": 0.92041015625}], "temperature": 1.0}, {"id": 46, "seek": 134669, "start": 1318.59, "end": 1346.69, "text": " The reason for this is that we need to address the causes of the. The causes of. Okay? So we have the reason for something, the cause of something. Remember this. The reason for something and the causes of the something. So again, I'd like you to pay attention to the use of the prepositions. Okay? All right? Is this clear? So the reason for this is that we need to address the causes of something.", "tokens": [440, 1778, 337, 341, 307, 300, 321, 643, 281, 2985, 264, 7700, 295, 264, 13, 440, 7700, 295, 13, 1033, 30, 407, 321, 362, 264, 1778, 337, 746, 11, 264, 3082, 295, 746, 13, 5459, 341, 13, 440, 1778, 337, 746, 293, 264, 7700, 295, 264, 746, 13, 407, 797, 11, 286, 1116, 411, 291, 281, 1689, 3202, 281, 264, 764, 295, 264, 2666, 329, 2451, 13, 1033, 30, 1057, 558, 30, 1119, 341, 1850, 30, 407, 264, 1778, 337, 341, 307, 300, 321, 643, 281, 2985, 264, 7700, 295, 746, 13], "avg_logprob": -0.18430779505801456, "compression_ratio": 2.1164021164021163, "no_speech_prob": 5.960464477539063e-08, "words": [{"start": 1318.59, "end": 1318.83, "word": " The", "probability": 0.58544921875}, {"start": 1318.83, "end": 1319.17, "word": " reason", "probability": 0.9697265625}, {"start": 1319.17, "end": 1319.61, "word": " for", "probability": 0.935546875}, {"start": 1319.61, "end": 1320.13, "word": " this", "probability": 0.943359375}, {"start": 1320.13, "end": 1320.85, "word": " is", "probability": 0.88232421875}, {"start": 1320.85, "end": 1321.05, "word": " that", "probability": 0.92724609375}, {"start": 1321.05, "end": 1321.21, "word": " we", "probability": 0.947265625}, {"start": 1321.21, "end": 1321.41, "word": " need", "probability": 0.9208984375}, {"start": 1321.41, "end": 1321.53, "word": " to", "probability": 0.96533203125}, {"start": 1321.53, "end": 1321.81, "word": " address", "probability": 0.95361328125}, {"start": 1321.81, "end": 1322.05, "word": " the", "probability": 0.9150390625}, {"start": 1322.05, "end": 1322.57, "word": " causes", "probability": 0.8720703125}, {"start": 1322.57, "end": 1323.53, "word": " of", "probability": 0.9365234375}, {"start": 1323.53, "end": 1323.77, "word": " the.", "probability": 0.58642578125}, {"start": 1324.27, "end": 1324.75, "word": " The", "probability": 0.48291015625}, {"start": 1324.75, "end": 1325.23, "word": " causes", "probability": 0.8271484375}, {"start": 1325.23, "end": 1325.67, "word": " of.", "probability": 0.95751953125}, {"start": 1325.81, "end": 1326.07, "word": " Okay?", "probability": 0.609375}, {"start": 1326.43, "end": 1326.61, "word": " So", "probability": 0.93017578125}, {"start": 1326.61, "end": 1327.01, "word": " we", "probability": 0.6064453125}, {"start": 1327.01, "end": 1327.21, "word": " have", "probability": 0.94775390625}, {"start": 1327.21, "end": 1327.35, "word": " the", "probability": 0.89306640625}, {"start": 1327.35, "end": 1327.65, "word": " reason", "probability": 0.97265625}, {"start": 1327.65, "end": 1327.97, "word": " for", "probability": 0.95068359375}, {"start": 1327.97, "end": 1328.49, "word": " something,", "probability": 0.869140625}, {"start": 1328.73, "end": 1328.89, "word": " the", "probability": 0.8974609375}, {"start": 1328.89, "end": 1329.25, "word": " cause", "probability": 0.83203125}, {"start": 1329.25, "end": 1329.59, "word": " of", "probability": 0.96875}, {"start": 1329.59, "end": 1330.07, "word": " something.", "probability": 0.86328125}, {"start": 1330.29, "end": 1330.47, "word": " Remember", "probability": 0.9169921875}, {"start": 1330.47, "end": 1330.77, "word": " this.", "probability": 0.93359375}, {"start": 1331.11, "end": 1331.25, "word": " The", "probability": 0.876953125}, {"start": 1331.25, "end": 1331.81, "word": " reason", "probability": 0.92529296875}, {"start": 1331.81, "end": 1332.17, "word": " for", "probability": 0.953125}, {"start": 1332.17, "end": 1332.55, "word": " something", "probability": 0.86376953125}, {"start": 1332.55, "end": 1332.77, "word": " and", "probability": 0.85498046875}, {"start": 1332.77, "end": 1332.93, "word": " the", "probability": 0.9130859375}, {"start": 1332.93, "end": 1333.29, "word": " causes", "probability": 0.853515625}, {"start": 1333.29, "end": 1333.81, "word": " of", "probability": 0.9677734375}, {"start": 1333.81, "end": 1334.07, "word": " the", "probability": 0.564453125}, {"start": 1334.07, "end": 1334.93, "word": " something.", "probability": 0.8271484375}, {"start": 1335.09, "end": 1335.19, "word": " So", "probability": 0.93408203125}, {"start": 1335.19, "end": 1335.53, "word": " again,", "probability": 0.8642578125}, {"start": 1335.59, "end": 1335.79, "word": " I'd", "probability": 0.966796875}, {"start": 1335.79, "end": 1336.03, "word": " like", "probability": 0.943359375}, {"start": 1336.03, "end": 1336.23, "word": " you", "probability": 0.958984375}, {"start": 1336.23, "end": 1336.69, "word": " to", "probability": 0.9697265625}, {"start": 1336.69, "end": 1337.71, "word": " pay", "probability": 0.849609375}, {"start": 1337.71, "end": 1338.15, "word": " attention", "probability": 0.93212890625}, {"start": 1338.15, "end": 1338.51, "word": " to", "probability": 0.96484375}, {"start": 1338.51, "end": 1338.73, "word": " the", "probability": 0.91064453125}, {"start": 1338.73, "end": 1339.01, "word": " use", "probability": 0.91015625}, {"start": 1339.01, "end": 1339.37, "word": " of", "probability": 0.96728515625}, {"start": 1339.37, "end": 1339.61, "word": " the", "probability": 0.8466796875}, {"start": 1339.61, "end": 1340.89, "word": " prepositions.", "probability": 0.95751953125}, {"start": 1341.13, "end": 1341.37, "word": " Okay?", "probability": 0.86181640625}, {"start": 1341.91, "end": 1342.11, "word": " All", "probability": 0.42822265625}, {"start": 1342.11, "end": 1342.25, "word": " right?", "probability": 0.90234375}, {"start": 1342.35, "end": 1342.47, "word": " Is", "probability": 0.87939453125}, {"start": 1342.47, "end": 1342.63, "word": " this", "probability": 0.94482421875}, {"start": 1342.63, "end": 1342.93, "word": " clear?", "probability": 0.86181640625}, {"start": 1343.25, "end": 1343.43, "word": " So", "probability": 0.904296875}, {"start": 1343.43, "end": 1343.63, "word": " the", "probability": 0.84814453125}, {"start": 1343.63, "end": 1343.89, "word": " reason", "probability": 0.9736328125}, {"start": 1343.89, "end": 1344.11, "word": " for", "probability": 0.9482421875}, {"start": 1344.11, "end": 1344.31, "word": " this", "probability": 0.947265625}, {"start": 1344.31, "end": 1344.43, "word": " is", "probability": 0.9443359375}, {"start": 1344.43, "end": 1344.57, "word": " that", "probability": 0.93701171875}, {"start": 1344.57, "end": 1344.73, "word": " we", "probability": 0.95751953125}, {"start": 1344.73, "end": 1344.89, "word": " need", "probability": 0.9248046875}, {"start": 1344.89, "end": 1344.97, "word": " to", "probability": 0.9677734375}, {"start": 1344.97, "end": 1345.21, "word": " address", "probability": 0.955078125}, {"start": 1345.21, "end": 1345.43, "word": " the", "probability": 0.91259765625}, {"start": 1345.43, "end": 1345.73, "word": " causes", "probability": 0.87939453125}, {"start": 1345.73, "end": 1346.19, "word": " of", "probability": 0.97021484375}, {"start": 1346.19, "end": 1346.69, "word": " something.", "probability": 0.87109375}], "temperature": 1.0}, {"id": 47, "seek": 135253, "start": 1347.59, "end": 1352.53, "text": "The immediate problem. Okay? Alright. Now, let us", "tokens": [2278, 11629, 1154, 13, 1033, 30, 2798, 13, 823, 11, 718, 505], "avg_logprob": -0.46003606686225307, "compression_ratio": 0.8596491228070176, "no_speech_prob": 0.0, "words": [{"start": 1347.59, "end": 1347.89, "word": "The", "probability": 0.388427734375}, {"start": 1347.89, "end": 1348.67, "word": " immediate", "probability": 0.8095703125}, {"start": 1348.67, "end": 1350.01, "word": " problem.", "probability": 0.8828125}, {"start": 1350.55, "end": 1350.59, "word": " Okay?", "probability": 0.6103515625}, {"start": 1351.07, "end": 1351.25, "word": " Alright.", "probability": 0.51904296875}, {"start": 1351.49, "end": 1351.69, "word": " Now,", "probability": 0.95166015625}, {"start": 1352.07, "end": 1352.23, "word": " let", "probability": 0.82861328125}, {"start": 1352.23, "end": 1352.53, "word": " us", "probability": 0.79248046875}], "temperature": 1.0}, {"id": 48, "seek": 137989, "start": 1353.05, "end": 1379.89, "text": " Just conclude with this last thing, point about, last point about transitions using, used with cause and effect writing. Just remember these things. We talked about this, but it is important to always highlight these things. Whenever I use because, it is always followed by a complete sentence, okay? And the same thing also applies to as a result.", "tokens": [1449, 16886, 365, 341, 1036, 551, 11, 935, 466, 11, 1036, 935, 466, 23767, 1228, 11, 1143, 365, 3082, 293, 1802, 3579, 13, 1449, 1604, 613, 721, 13, 492, 2825, 466, 341, 11, 457, 309, 307, 1021, 281, 1009, 5078, 613, 721, 13, 14159, 286, 764, 570, 11, 309, 307, 1009, 6263, 538, 257, 3566, 8174, 11, 1392, 30, 400, 264, 912, 551, 611, 13165, 281, 382, 257, 1874, 13], "avg_logprob": -0.19542254192728392, "compression_ratio": 1.6384976525821595, "no_speech_prob": 0.0, "words": [{"start": 1353.05, "end": 1353.45, "word": " Just", "probability": 0.625}, {"start": 1353.45, "end": 1354.09, "word": " conclude", "probability": 0.58447265625}, {"start": 1354.09, "end": 1354.35, "word": " with", "probability": 0.869140625}, {"start": 1354.35, "end": 1354.61, "word": " this", "probability": 0.921875}, {"start": 1354.61, "end": 1355.17, "word": " last", "probability": 0.85595703125}, {"start": 1355.17, "end": 1355.51, "word": " thing,", "probability": 0.63525390625}, {"start": 1356.03, "end": 1356.03, "word": " point", "probability": 0.5029296875}, {"start": 1356.03, "end": 1356.45, "word": " about,", "probability": 0.87353515625}, {"start": 1356.55, "end": 1356.77, "word": " last", "probability": 0.841796875}, {"start": 1356.77, "end": 1357.07, "word": " point", "probability": 0.9677734375}, {"start": 1357.07, "end": 1357.51, "word": " about", "probability": 0.900390625}, {"start": 1357.51, "end": 1358.53, "word": " transitions", "probability": 0.890625}, {"start": 1358.53, "end": 1359.29, "word": " using,", "probability": 0.90185546875}, {"start": 1360.13, "end": 1360.73, "word": " used", "probability": 0.87255859375}, {"start": 1360.73, "end": 1361.13, "word": " with", "probability": 0.86474609375}, {"start": 1361.13, "end": 1362.63, "word": " cause", "probability": 0.302978515625}, {"start": 1362.63, "end": 1363.01, "word": " and", "probability": 0.943359375}, {"start": 1363.01, "end": 1363.47, "word": " effect", "probability": 0.91357421875}, {"start": 1363.47, "end": 1364.39, "word": " writing.", "probability": 0.8203125}, {"start": 1364.91, "end": 1365.19, "word": " Just", "probability": 0.87060546875}, {"start": 1365.19, "end": 1365.55, "word": " remember", "probability": 0.8740234375}, {"start": 1365.55, "end": 1365.89, "word": " these", "probability": 0.84619140625}, {"start": 1365.89, "end": 1366.13, "word": " things.", "probability": 0.8603515625}, {"start": 1366.19, "end": 1366.27, "word": " We", "probability": 0.9580078125}, {"start": 1366.27, "end": 1366.47, "word": " talked", "probability": 0.8515625}, {"start": 1366.47, "end": 1366.69, "word": " about", "probability": 0.90869140625}, {"start": 1366.69, "end": 1366.91, "word": " this,", "probability": 0.927734375}, {"start": 1367.01, "end": 1367.11, "word": " but", "probability": 0.91796875}, {"start": 1367.11, "end": 1367.31, "word": " it", "probability": 0.9443359375}, {"start": 1367.31, "end": 1367.43, "word": " is", "probability": 0.90869140625}, {"start": 1367.43, "end": 1367.89, "word": " important", "probability": 0.8369140625}, {"start": 1367.89, "end": 1368.13, "word": " to", "probability": 0.9580078125}, {"start": 1368.13, "end": 1368.49, "word": " always", "probability": 0.88427734375}, {"start": 1368.49, "end": 1368.83, "word": " highlight", "probability": 0.87939453125}, {"start": 1368.83, "end": 1369.17, "word": " these", "probability": 0.84814453125}, {"start": 1369.17, "end": 1369.51, "word": " things.", "probability": 0.85546875}, {"start": 1369.95, "end": 1370.23, "word": " Whenever", "probability": 0.90673828125}, {"start": 1370.23, "end": 1370.47, "word": " I", "probability": 0.9912109375}, {"start": 1370.47, "end": 1370.69, "word": " use", "probability": 0.8779296875}, {"start": 1370.69, "end": 1371.19, "word": " because,", "probability": 0.79296875}, {"start": 1372.09, "end": 1372.31, "word": " it", "probability": 0.953125}, {"start": 1372.31, "end": 1372.49, "word": " is", "probability": 0.9326171875}, {"start": 1372.49, "end": 1372.95, "word": " always", "probability": 0.90234375}, {"start": 1372.95, "end": 1373.25, "word": " followed", "probability": 0.919921875}, {"start": 1373.25, "end": 1373.85, "word": " by", "probability": 0.966796875}, {"start": 1373.85, "end": 1374.35, "word": " a", "probability": 0.9384765625}, {"start": 1374.35, "end": 1374.79, "word": " complete", "probability": 0.814453125}, {"start": 1374.79, "end": 1376.05, "word": " sentence,", "probability": 0.9482421875}, {"start": 1376.23, "end": 1376.47, "word": " okay?", "probability": 0.82861328125}, {"start": 1376.85, "end": 1377.01, "word": " And", "probability": 0.94677734375}, {"start": 1377.01, "end": 1377.17, "word": " the", "probability": 0.89599609375}, {"start": 1377.17, "end": 1377.37, "word": " same", "probability": 0.91845703125}, {"start": 1377.37, "end": 1377.57, "word": " thing", "probability": 0.91064453125}, {"start": 1377.57, "end": 1377.91, "word": " also", "probability": 0.8671875}, {"start": 1377.91, "end": 1378.45, "word": " applies", "probability": 0.8818359375}, {"start": 1378.45, "end": 1378.79, "word": " to", "probability": 0.93505859375}, {"start": 1378.79, "end": 1379.37, "word": " as", "probability": 0.796875}, {"start": 1379.37, "end": 1379.51, "word": " a", "probability": 0.98095703125}, {"start": 1379.51, "end": 1379.89, "word": " result.", "probability": 0.96435546875}], "temperature": 1.0}, {"id": 49, "seek": 139199, "start": 1380.31, "end": 1391.99, "text": " And the same thing also as a consequence and therefore and so on. So whenever we see these transitions, they are always followed by a complete sentence. For instance,", "tokens": [400, 264, 912, 551, 611, 382, 257, 18326, 293, 4412, 293, 370, 322, 13, 407, 5699, 321, 536, 613, 23767, 11, 436, 366, 1009, 6263, 538, 257, 3566, 8174, 13, 1171, 5197, 11], "avg_logprob": -0.22001379027086146, "compression_ratio": 1.336, "no_speech_prob": 5.960464477539063e-08, "words": [{"start": 1380.31, "end": 1380.55, "word": " And", "probability": 0.411865234375}, {"start": 1380.55, "end": 1380.67, "word": " the", "probability": 0.8251953125}, {"start": 1380.67, "end": 1380.87, "word": " same", "probability": 0.92041015625}, {"start": 1380.87, "end": 1381.09, "word": " thing", "probability": 0.91748046875}, {"start": 1381.09, "end": 1381.43, "word": " also", "probability": 0.81396484375}, {"start": 1381.43, "end": 1381.81, "word": " as", "probability": 0.73388671875}, {"start": 1381.81, "end": 1381.99, "word": " a", "probability": 0.86669921875}, {"start": 1381.99, "end": 1382.55, "word": " consequence", "probability": 0.5634765625}, {"start": 1382.55, "end": 1383.33, "word": " and", "probability": 0.7568359375}, {"start": 1383.33, "end": 1384.27, "word": " therefore", "probability": 0.82666015625}, {"start": 1384.27, "end": 1384.69, "word": " and", "probability": 0.9091796875}, {"start": 1384.69, "end": 1385.11, "word": " so", "probability": 0.9521484375}, {"start": 1385.11, "end": 1385.43, "word": " on.", "probability": 0.94775390625}, {"start": 1385.53, "end": 1385.61, "word": " So", "probability": 0.83447265625}, {"start": 1385.61, "end": 1385.89, "word": " whenever", "probability": 0.77490234375}, {"start": 1385.89, "end": 1386.15, "word": " we", "probability": 0.95458984375}, {"start": 1386.15, "end": 1386.33, "word": " see", "probability": 0.93017578125}, {"start": 1386.33, "end": 1386.61, "word": " these", "probability": 0.818359375}, {"start": 1386.61, "end": 1387.25, "word": " transitions,", "probability": 0.89111328125}, {"start": 1387.83, "end": 1387.89, "word": " they", "probability": 0.580078125}, {"start": 1387.89, "end": 1388.07, "word": " are", "probability": 0.93017578125}, {"start": 1388.07, "end": 1388.47, "word": " always", "probability": 0.9013671875}, {"start": 1388.47, "end": 1388.75, "word": " followed", "probability": 0.9072265625}, {"start": 1388.75, "end": 1389.35, "word": " by", "probability": 0.970703125}, {"start": 1389.35, "end": 1389.77, "word": " a", "probability": 0.98388671875}, {"start": 1389.77, "end": 1390.85, "word": " complete", "probability": 0.67626953125}, {"start": 1390.85, "end": 1391.35, "word": " sentence.", "probability": 0.96630859375}, {"start": 1391.47, "end": 1391.55, "word": " For", "probability": 0.95263671875}, {"start": 1391.55, "end": 1391.99, "word": " instance,", "probability": 0.91162109375}], "temperature": 1.0}, {"id": 50, "seek": 142070, "start": 1393.38, "end": 1420.7, "text": " Crime rates are increasing because there is much violence on television. And the same thing, the government is building more walls. As a result, the traffic congestion makes or has, the problem has increased. So what we have here is a complaint centers. And finally, the economy is improving as a consequence. The unemployment rates has or have gone", "tokens": [26140, 6846, 366, 5662, 570, 456, 307, 709, 6270, 322, 8815, 13, 400, 264, 912, 551, 11, 264, 2463, 307, 2390, 544, 7920, 13, 1018, 257, 1874, 11, 264, 6419, 40816, 1669, 420, 575, 11, 264, 1154, 575, 6505, 13, 407, 437, 321, 362, 510, 307, 257, 20100, 10898, 13, 400, 2721, 11, 264, 5010, 307, 11470, 382, 257, 18326, 13, 440, 17438, 6846, 575, 420, 362, 2780], "avg_logprob": -0.18149910024974658, "compression_ratio": 1.6203703703703705, "no_speech_prob": 1.7881393432617188e-07, "words": [{"start": 1393.38, "end": 1393.76, "word": " Crime", "probability": 0.873046875}, {"start": 1393.76, "end": 1394.08, "word": " rates", "probability": 0.947265625}, {"start": 1394.08, "end": 1394.3, "word": " are", "probability": 0.93994140625}, {"start": 1394.3, "end": 1394.8, "word": " increasing", "probability": 0.95361328125}, {"start": 1394.8, "end": 1395.58, "word": " because", "probability": 0.869140625}, {"start": 1395.58, "end": 1396.82, "word": " there", "probability": 0.89453125}, {"start": 1396.82, "end": 1397.32, "word": " is", "probability": 0.93505859375}, {"start": 1397.32, "end": 1398.38, "word": " much", "probability": 0.92626953125}, {"start": 1398.38, "end": 1398.96, "word": " violence", "probability": 0.91650390625}, {"start": 1398.96, "end": 1399.42, "word": " on", "probability": 0.94287109375}, {"start": 1399.42, "end": 1400.4, "word": " television.", "probability": 0.87744140625}, {"start": 1400.56, "end": 1400.64, "word": " And", "probability": 0.89111328125}, {"start": 1400.64, "end": 1400.76, "word": " the", "probability": 0.75732421875}, {"start": 1400.76, "end": 1400.9, "word": " same", "probability": 0.90283203125}, {"start": 1400.9, "end": 1401.12, "word": " thing,", "probability": 0.91796875}, {"start": 1401.38, "end": 1401.48, "word": " the", "probability": 0.91650390625}, {"start": 1401.48, "end": 1401.82, "word": " government", "probability": 0.91748046875}, {"start": 1401.82, "end": 1402.16, "word": " is", "probability": 0.9423828125}, {"start": 1402.16, "end": 1402.56, "word": " building", "probability": 0.89599609375}, {"start": 1402.56, "end": 1403.04, "word": " more", "probability": 0.60693359375}, {"start": 1403.04, "end": 1403.44, "word": " walls.", "probability": 0.53857421875}, {"start": 1403.98, "end": 1404.32, "word": " As", "probability": 0.970703125}, {"start": 1404.32, "end": 1404.46, "word": " a", "probability": 0.99658203125}, {"start": 1404.46, "end": 1404.92, "word": " result,", "probability": 0.95166015625}, {"start": 1405.3, "end": 1405.46, "word": " the", "probability": 0.87939453125}, {"start": 1405.46, "end": 1405.76, "word": " traffic", "probability": 0.8916015625}, {"start": 1405.76, "end": 1406.44, "word": " congestion", "probability": 0.9775390625}, {"start": 1406.44, "end": 1407.3, "word": " makes", "probability": 0.861328125}, {"start": 1407.3, "end": 1407.54, "word": " or", "probability": 0.79931640625}, {"start": 1407.54, "end": 1407.94, "word": " has,", "probability": 0.9267578125}, {"start": 1408.62, "end": 1408.92, "word": " the", "probability": 0.5439453125}, {"start": 1408.92, "end": 1409.3, "word": " problem", "probability": 0.8984375}, {"start": 1409.3, "end": 1409.8, "word": " has", "probability": 0.931640625}, {"start": 1409.8, "end": 1410.3, "word": " increased.", "probability": 0.92236328125}, {"start": 1410.44, "end": 1410.52, "word": " So", "probability": 0.8232421875}, {"start": 1410.52, "end": 1410.62, "word": " what", "probability": 0.494384765625}, {"start": 1410.62, "end": 1410.74, "word": " we", "probability": 0.958984375}, {"start": 1410.74, "end": 1410.9, "word": " have", "probability": 0.9443359375}, {"start": 1410.9, "end": 1411.04, "word": " here", "probability": 0.84716796875}, {"start": 1411.04, "end": 1411.18, "word": " is", "probability": 0.93896484375}, {"start": 1411.18, "end": 1411.26, "word": " a", "probability": 0.8203125}, {"start": 1411.26, "end": 1411.62, "word": " complaint", "probability": 0.5634765625}, {"start": 1411.62, "end": 1412.02, "word": " centers.", "probability": 0.5185546875}, {"start": 1412.42, "end": 1412.56, "word": " And", "probability": 0.94873046875}, {"start": 1412.56, "end": 1412.86, "word": " finally,", "probability": 0.86572265625}, {"start": 1412.96, "end": 1413.06, "word": " the", "probability": 0.92236328125}, {"start": 1413.06, "end": 1413.42, "word": " economy", "probability": 0.8740234375}, {"start": 1413.42, "end": 1413.64, "word": " is", "probability": 0.7685546875}, {"start": 1413.64, "end": 1414.24, "word": " improving", "probability": 0.94482421875}, {"start": 1414.24, "end": 1414.78, "word": " as", "probability": 0.91943359375}, {"start": 1414.78, "end": 1414.94, "word": " a", "probability": 0.93017578125}, {"start": 1414.94, "end": 1415.48, "word": " consequence.", "probability": 0.89013671875}, {"start": 1416.92, "end": 1417.12, "word": " The", "probability": 0.8740234375}, {"start": 1417.12, "end": 1417.72, "word": " unemployment", "probability": 0.82177734375}, {"start": 1417.72, "end": 1418.46, "word": " rates", "probability": 0.9111328125}, {"start": 1418.46, "end": 1419.02, "word": " has", "probability": 0.7255859375}, {"start": 1419.02, "end": 1419.98, "word": " or", "probability": 0.677734375}, {"start": 1419.98, "end": 1420.34, "word": " have", "probability": 0.9306640625}, {"start": 1420.34, "end": 1420.7, "word": " gone", "probability": 0.9033203125}], "temperature": 1.0}, {"id": 51, "seek": 145254, "start": 1423.88, "end": 1452.54, "text": " All right, so we see here is that these transitions are generally or always followed by a complete sentence. However, when we see words like transitions such as because of, due to, and thanks to, it is always followed by a noun, not a sentence. It's followed by a noun or a noun phrase or a pronoun, but never a complete sentence, okay? For instance, crime rates are increasing", "tokens": [1057, 558, 11, 370, 321, 536, 510, 307, 300, 613, 23767, 366, 5101, 420, 1009, 6263, 538, 257, 3566, 8174, 13, 2908, 11, 562, 321, 536, 2283, 411, 23767, 1270, 382, 570, 295, 11, 3462, 281, 11, 293, 3231, 281, 11, 309, 307, 1009, 6263, 538, 257, 23307, 11, 406, 257, 8174, 13, 467, 311, 6263, 538, 257, 23307, 420, 257, 23307, 9535, 420, 257, 14144, 11, 457, 1128, 257, 3566, 8174, 11, 1392, 30, 1171, 5197, 11, 7206, 6846, 366, 5662], "avg_logprob": -0.21347891817609949, "compression_ratio": 1.8, "no_speech_prob": 5.960464477539063e-08, "words": [{"start": 1423.88, "end": 1424.12, "word": " All", "probability": 0.19873046875}, {"start": 1424.12, "end": 1424.32, "word": " right,", "probability": 0.8828125}, {"start": 1424.56, "end": 1424.78, "word": " so", "probability": 0.8359375}, {"start": 1424.78, "end": 1424.96, "word": " we", "probability": 0.490234375}, {"start": 1424.96, "end": 1425.14, "word": " see", "probability": 0.892578125}, {"start": 1425.14, "end": 1425.36, "word": " here", "probability": 0.744140625}, {"start": 1425.36, "end": 1425.48, "word": " is", "probability": 0.7587890625}, {"start": 1425.48, "end": 1425.72, "word": " that", "probability": 0.916015625}, {"start": 1425.72, "end": 1425.98, "word": " these", "probability": 0.85205078125}, {"start": 1425.98, "end": 1426.44, "word": " transitions", "probability": 0.91552734375}, {"start": 1426.44, "end": 1426.84, "word": " are", "probability": 0.9384765625}, {"start": 1426.84, "end": 1427.3, "word": " generally", "probability": 0.888671875}, {"start": 1427.3, "end": 1427.52, "word": " or", "probability": 0.583984375}, {"start": 1427.52, "end": 1427.94, "word": " always", "probability": 0.82958984375}, {"start": 1427.94, "end": 1428.16, "word": " followed", "probability": 0.91845703125}, {"start": 1428.16, "end": 1428.52, "word": " by", "probability": 0.9658203125}, {"start": 1428.52, "end": 1428.74, "word": " a", "probability": 0.9892578125}, {"start": 1428.74, "end": 1429.08, "word": " complete", "probability": 0.787109375}, {"start": 1429.08, "end": 1429.56, "word": " sentence.", "probability": 0.95458984375}, {"start": 1429.94, "end": 1430.44, "word": " However,", "probability": 0.8896484375}, {"start": 1431.74, "end": 1431.98, "word": " when", "probability": 0.7470703125}, {"start": 1431.98, "end": 1432.1, "word": " we", "probability": 0.83935546875}, {"start": 1432.1, "end": 1432.26, "word": " see", "probability": 0.8974609375}, {"start": 1432.26, "end": 1432.72, "word": " words", "probability": 0.552734375}, {"start": 1432.72, "end": 1433.04, "word": " like", "probability": 0.84814453125}, {"start": 1433.04, "end": 1433.56, "word": " transitions", "probability": 0.446533203125}, {"start": 1433.56, "end": 1433.92, "word": " such", "probability": 0.87060546875}, {"start": 1433.92, "end": 1434.2, "word": " as", "probability": 0.9697265625}, {"start": 1434.2, "end": 1434.84, "word": " because", "probability": 0.60888671875}, {"start": 1434.84, "end": 1435.46, "word": " of,", "probability": 0.97509765625}, {"start": 1436.0, "end": 1436.48, "word": " due", "probability": 0.96142578125}, {"start": 1436.48, "end": 1436.96, "word": " to,", "probability": 0.97216796875}, {"start": 1437.4, "end": 1437.58, "word": " and", "probability": 0.92236328125}, {"start": 1437.58, "end": 1438.06, "word": " thanks", "probability": 0.80029296875}, {"start": 1438.06, "end": 1438.44, "word": " to,", "probability": 0.9716796875}, {"start": 1438.94, "end": 1439.18, "word": " it", "probability": 0.9501953125}, {"start": 1439.18, "end": 1439.32, "word": " is", "probability": 0.93408203125}, {"start": 1439.32, "end": 1439.66, "word": " always", "probability": 0.89306640625}, {"start": 1439.66, "end": 1439.92, "word": " followed", "probability": 0.91455078125}, {"start": 1439.92, "end": 1440.42, "word": " by", "probability": 0.966796875}, {"start": 1440.42, "end": 1441.1, "word": " a", "probability": 0.96142578125}, {"start": 1441.1, "end": 1441.8, "word": " noun,", "probability": 0.94189453125}, {"start": 1441.98, "end": 1442.28, "word": " not", "probability": 0.947265625}, {"start": 1442.28, "end": 1442.46, "word": " a", "probability": 0.9921875}, {"start": 1442.46, "end": 1442.78, "word": " sentence.", "probability": 0.935546875}, {"start": 1442.96, "end": 1443.08, "word": " It's", "probability": 0.8935546875}, {"start": 1443.08, "end": 1443.24, "word": " followed", "probability": 0.9150390625}, {"start": 1443.24, "end": 1443.5, "word": " by", "probability": 0.96630859375}, {"start": 1443.5, "end": 1443.64, "word": " a", "probability": 0.9697265625}, {"start": 1443.64, "end": 1443.94, "word": " noun", "probability": 0.955078125}, {"start": 1443.94, "end": 1444.42, "word": " or", "probability": 0.7685546875}, {"start": 1444.42, "end": 1444.54, "word": " a", "probability": 0.84814453125}, {"start": 1444.54, "end": 1444.72, "word": " noun", "probability": 0.845703125}, {"start": 1444.72, "end": 1445.1, "word": " phrase", "probability": 0.46533203125}, {"start": 1445.1, "end": 1446.12, "word": " or", "probability": 0.701171875}, {"start": 1446.12, "end": 1446.74, "word": " a", "probability": 0.982421875}, {"start": 1446.74, "end": 1446.98, "word": " pronoun,", "probability": 0.8544921875}, {"start": 1447.2, "end": 1447.32, "word": " but", "probability": 0.93359375}, {"start": 1447.32, "end": 1447.64, "word": " never", "probability": 0.92919921875}, {"start": 1447.64, "end": 1447.84, "word": " a", "probability": 0.9755859375}, {"start": 1447.84, "end": 1448.34, "word": " complete", "probability": 0.77197265625}, {"start": 1448.34, "end": 1449.52, "word": " sentence,", "probability": 0.9677734375}, {"start": 1449.78, "end": 1450.0, "word": " okay?", "probability": 0.8935546875}, {"start": 1450.22, "end": 1450.42, "word": " For", "probability": 0.966796875}, {"start": 1450.42, "end": 1450.8, "word": " instance,", "probability": 0.94873046875}, {"start": 1450.98, "end": 1451.26, "word": " crime", "probability": 0.72314453125}, {"start": 1451.26, "end": 1451.58, "word": " rates", "probability": 0.9501953125}, {"start": 1451.58, "end": 1451.9, "word": " are", "probability": 0.94091796875}, {"start": 1451.9, "end": 1452.54, "word": " increasing", "probability": 0.94970703125}], "temperature": 1.0}, {"id": 52, "seek": 147361, "start": 1453.39, "end": 1473.61, "text": " Because of violence, this is a noun phrase, okay? And the same thing, the government is building more roads due to the problem of traffic conditions, another noun phrase. And the same thing, the economy is improving thanks to an increase in investment projects, same thing.", "tokens": [1436, 295, 6270, 11, 341, 307, 257, 23307, 9535, 11, 1392, 30, 400, 264, 912, 551, 11, 264, 2463, 307, 2390, 544, 11344, 3462, 281, 264, 1154, 295, 6419, 4487, 11, 1071, 23307, 9535, 13, 400, 264, 912, 551, 11, 264, 5010, 307, 11470, 3231, 281, 364, 3488, 294, 6078, 4455, 11, 912, 551, 13], "avg_logprob": -0.25892855865614756, "compression_ratio": 1.6407185628742516, "no_speech_prob": 4.172325134277344e-07, "words": [{"start": 1453.39, "end": 1453.75, "word": " Because", "probability": 0.37841796875}, {"start": 1453.75, "end": 1454.35, "word": " of", "probability": 0.96630859375}, {"start": 1454.35, "end": 1455.87, "word": " violence,", "probability": 0.5908203125}, {"start": 1456.41, "end": 1456.65, "word": " this", "probability": 0.5859375}, {"start": 1456.65, "end": 1456.87, "word": " is", "probability": 0.94091796875}, {"start": 1456.87, "end": 1457.03, "word": " a", "probability": 0.9013671875}, {"start": 1457.03, "end": 1457.23, "word": " noun", "probability": 0.88671875}, {"start": 1457.23, "end": 1457.67, "word": " phrase,", "probability": 0.865234375}, {"start": 1457.85, "end": 1458.09, "word": " okay?", "probability": 0.5341796875}, {"start": 1458.47, "end": 1458.57, "word": " And", "probability": 0.85302734375}, {"start": 1458.57, "end": 1458.71, "word": " the", "probability": 0.787109375}, {"start": 1458.71, "end": 1458.85, "word": " same", "probability": 0.88720703125}, {"start": 1458.85, "end": 1459.07, "word": " thing,", "probability": 0.9111328125}, {"start": 1459.15, "end": 1459.25, "word": " the", "probability": 0.8447265625}, {"start": 1459.25, "end": 1459.57, "word": " government", "probability": 0.8896484375}, {"start": 1459.57, "end": 1459.83, "word": " is", "probability": 0.923828125}, {"start": 1459.83, "end": 1460.15, "word": " building", "probability": 0.88818359375}, {"start": 1460.15, "end": 1460.47, "word": " more", "probability": 0.7626953125}, {"start": 1460.47, "end": 1460.87, "word": " roads", "probability": 0.91943359375}, {"start": 1460.87, "end": 1461.91, "word": " due", "probability": 0.869140625}, {"start": 1461.91, "end": 1462.47, "word": " to", "probability": 0.96875}, {"start": 1462.47, "end": 1463.19, "word": " the", "probability": 0.900390625}, {"start": 1463.19, "end": 1463.61, "word": " problem", "probability": 0.8134765625}, {"start": 1463.61, "end": 1463.83, "word": " of", "probability": 0.9560546875}, {"start": 1463.83, "end": 1464.17, "word": " traffic", "probability": 0.673828125}, {"start": 1464.17, "end": 1464.67, "word": " conditions,", "probability": 0.85400390625}, {"start": 1464.83, "end": 1465.09, "word": " another", "probability": 0.89306640625}, {"start": 1465.09, "end": 1465.49, "word": " noun", "probability": 0.96337890625}, {"start": 1465.49, "end": 1465.85, "word": " phrase.", "probability": 0.87646484375}, {"start": 1466.09, "end": 1466.21, "word": " And", "probability": 0.84716796875}, {"start": 1466.21, "end": 1466.41, "word": " the", "probability": 0.83056640625}, {"start": 1466.41, "end": 1466.61, "word": " same", "probability": 0.88818359375}, {"start": 1466.61, "end": 1466.85, "word": " thing,", "probability": 0.90771484375}, {"start": 1466.97, "end": 1467.03, "word": " the", "probability": 0.904296875}, {"start": 1467.03, "end": 1467.49, "word": " economy", "probability": 0.87451171875}, {"start": 1467.49, "end": 1467.81, "word": " is", "probability": 0.9443359375}, {"start": 1467.81, "end": 1468.53, "word": " improving", "probability": 0.9609375}, {"start": 1468.53, "end": 1469.75, "word": " thanks", "probability": 0.6357421875}, {"start": 1469.75, "end": 1470.25, "word": " to", "probability": 0.96826171875}, {"start": 1470.25, "end": 1471.45, "word": " an", "probability": 0.67578125}, {"start": 1471.45, "end": 1471.87, "word": " increase", "probability": 0.85693359375}, {"start": 1471.87, "end": 1472.07, "word": " in", "probability": 0.9169921875}, {"start": 1472.07, "end": 1472.55, "word": " investment", "probability": 0.90576171875}, {"start": 1472.55, "end": 1472.97, "word": " projects,", "probability": 0.84814453125}, {"start": 1473.13, "end": 1473.31, "word": " same", "probability": 0.46630859375}, {"start": 1473.31, "end": 1473.61, "word": " thing.", "probability": 0.91796875}], "temperature": 1.0}, {"id": 53, "seek": 150093, "start": 1473.91, "end": 1500.93, "text": " It is a noun, a phrase, not a sentence, okay? Now, let's read these sentences and decide which one has a mistake, which one of these sentences contains a mistake, and which one is correct, okay? And try to correct it, and try to correct the sentence, of course, which has a mistake in it.", "tokens": [467, 307, 257, 23307, 11, 257, 9535, 11, 406, 257, 8174, 11, 1392, 30, 823, 11, 718, 311, 1401, 613, 16579, 293, 4536, 597, 472, 575, 257, 6146, 11, 597, 472, 295, 613, 16579, 8306, 257, 6146, 11, 293, 597, 472, 307, 3006, 11, 1392, 30, 400, 853, 281, 3006, 309, 11, 293, 853, 281, 3006, 264, 8174, 11, 295, 1164, 11, 597, 575, 257, 6146, 294, 309, 13], "avg_logprob": -0.20167410863297328, "compression_ratio": 1.8888888888888888, "no_speech_prob": 1.1920928955078125e-07, "words": [{"start": 1473.91, "end": 1474.19, "word": " It", "probability": 0.497802734375}, {"start": 1474.19, "end": 1474.45, "word": " is", "probability": 0.82861328125}, {"start": 1474.45, "end": 1474.99, "word": " a", "probability": 0.77978515625}, {"start": 1474.99, "end": 1475.17, "word": " noun,", "probability": 0.83203125}, {"start": 1475.27, "end": 1475.37, "word": " a", "probability": 0.87109375}, {"start": 1475.37, "end": 1475.59, "word": " phrase,", "probability": 0.8662109375}, {"start": 1475.81, "end": 1476.05, "word": " not", "probability": 0.91796875}, {"start": 1476.05, "end": 1476.39, "word": " a", "probability": 0.990234375}, {"start": 1476.39, "end": 1476.85, "word": " sentence,", "probability": 0.95458984375}, {"start": 1477.05, "end": 1477.29, "word": " okay?", "probability": 0.59521484375}, {"start": 1477.93, "end": 1478.43, "word": " Now,", "probability": 0.21044921875}, {"start": 1478.73, "end": 1479.13, "word": " let's", "probability": 0.95703125}, {"start": 1479.13, "end": 1479.65, "word": " read", "probability": 0.955078125}, {"start": 1479.65, "end": 1479.91, "word": " these", "probability": 0.810546875}, {"start": 1479.91, "end": 1480.37, "word": " sentences", "probability": 0.94970703125}, {"start": 1480.37, "end": 1480.71, "word": " and", "probability": 0.89892578125}, {"start": 1480.71, "end": 1481.11, "word": " decide", "probability": 0.93896484375}, {"start": 1481.11, "end": 1481.37, "word": " which", "probability": 0.94287109375}, {"start": 1481.37, "end": 1481.67, "word": " one", "probability": 0.93798828125}, {"start": 1481.67, "end": 1482.29, "word": " has", "probability": 0.90576171875}, {"start": 1482.29, "end": 1482.97, "word": " a", "probability": 0.98486328125}, {"start": 1482.97, "end": 1483.33, "word": " mistake,", "probability": 0.94189453125}, {"start": 1483.51, "end": 1483.63, "word": " which", "probability": 0.93896484375}, {"start": 1483.63, "end": 1483.91, "word": " one", "probability": 0.9375}, {"start": 1483.91, "end": 1484.13, "word": " of", "probability": 0.9521484375}, {"start": 1484.13, "end": 1484.53, "word": " these", "probability": 0.83935546875}, {"start": 1484.53, "end": 1485.47, "word": " sentences", "probability": 0.93603515625}, {"start": 1485.47, "end": 1486.43, "word": " contains", "probability": 0.8896484375}, {"start": 1486.43, "end": 1486.81, "word": " a", "probability": 0.99462890625}, {"start": 1486.81, "end": 1487.41, "word": " mistake,", "probability": 0.955078125}, {"start": 1487.77, "end": 1488.11, "word": " and", "probability": 0.9306640625}, {"start": 1488.11, "end": 1488.27, "word": " which", "probability": 0.94970703125}, {"start": 1488.27, "end": 1488.51, "word": " one", "probability": 0.931640625}, {"start": 1488.51, "end": 1488.79, "word": " is", "probability": 0.9296875}, {"start": 1488.79, "end": 1489.57, "word": " correct,", "probability": 0.88720703125}, {"start": 1489.85, "end": 1490.17, "word": " okay?", "probability": 0.884765625}, {"start": 1494.83, "end": 1495.13, "word": " And", "probability": 0.88818359375}, {"start": 1495.13, "end": 1495.39, "word": " try", "probability": 0.91064453125}, {"start": 1495.39, "end": 1495.61, "word": " to", "probability": 0.96923828125}, {"start": 1495.61, "end": 1496.03, "word": " correct", "probability": 0.9287109375}, {"start": 1496.03, "end": 1496.19, "word": " it,", "probability": 0.9267578125}, {"start": 1496.31, "end": 1496.49, "word": " and", "probability": 0.87060546875}, {"start": 1496.49, "end": 1496.69, "word": " try", "probability": 0.9365234375}, {"start": 1496.69, "end": 1496.91, "word": " to", "probability": 0.96875}, {"start": 1496.91, "end": 1497.25, "word": " correct", "probability": 0.919921875}, {"start": 1497.25, "end": 1497.51, "word": " the", "probability": 0.91015625}, {"start": 1497.51, "end": 1497.89, "word": " sentence,", "probability": 0.94482421875}, {"start": 1498.05, "end": 1498.17, "word": " of", "probability": 0.943359375}, {"start": 1498.17, "end": 1498.51, "word": " course,", "probability": 0.95458984375}, {"start": 1498.71, "end": 1499.81, "word": " which", "probability": 0.6640625}, {"start": 1499.81, "end": 1500.05, "word": " has", "probability": 0.9501953125}, {"start": 1500.05, "end": 1500.19, "word": " a", "probability": 0.99169921875}, {"start": 1500.19, "end": 1500.59, "word": " mistake", "probability": 0.95947265625}, {"start": 1500.59, "end": 1500.75, "word": " in", "probability": 0.9052734375}, {"start": 1500.75, "end": 1500.93, "word": " it.", "probability": 0.94775390625}], "temperature": 1.0}, {"id": 54, "seek": 151466, "start": 1509.74, "end": 1514.66, "text": " Okay. Okay. Okay.", "tokens": [1033, 13, 1033, 13, 1033, 13], "avg_logprob": -1.3169643197740828, "compression_ratio": 1.125, "no_speech_prob": 0.0001678466796875, "words": [{"start": 1509.74, "end": 1511.14, "word": " Okay.", "probability": 0.0212249755859375}, {"start": 1513.52, "end": 1513.64, "word": " Okay.", "probability": 0.2164306640625}, {"start": 1514.66, "end": 1514.66, "word": " Okay.", "probability": 0.4140625}], "temperature": 1.0}, {"id": 55, "seek": 155965, "start": 1546.91, "end": 1559.65, "text": " It's not true. It's not true. It's not true. It's not true. It's not true.", "tokens": [467, 311, 406, 2074, 13, 467, 311, 406, 2074, 13, 467, 311, 406, 2074, 13, 467, 311, 406, 2074, 13, 467, 311, 406, 2074, 13], "avg_logprob": -0.6484374977075137, "compression_ratio": 2.8846153846153846, "no_speech_prob": 1.6093254089355469e-06, "words": [{"start": 1546.91, "end": 1547.09, "word": " It's", "probability": 0.3682403564453125}, {"start": 1547.09, "end": 1547.27, "word": " not", "probability": 0.4814453125}, {"start": 1547.27, "end": 1547.45, "word": " true.", "probability": 0.1368408203125}, {"start": 1548.23, "end": 1549.35, "word": " It's", "probability": 0.5975341796875}, {"start": 1549.35, "end": 1549.55, "word": " not", "probability": 0.8203125}, {"start": 1549.55, "end": 1550.65, "word": " true.", "probability": 0.475341796875}, {"start": 1551.51, "end": 1552.35, "word": " It's", "probability": 0.591064453125}, {"start": 1552.35, "end": 1552.59, "word": " not", "probability": 0.64501953125}, {"start": 1552.59, "end": 1552.69, "word": " true.", "probability": 0.6953125}, {"start": 1553.51, "end": 1554.49, "word": " It's", "probability": 0.6446533203125}, {"start": 1554.49, "end": 1554.71, "word": " not", "probability": 0.708984375}, {"start": 1554.71, "end": 1554.79, "word": " true.", "probability": 0.8935546875}, {"start": 1558.09, "end": 1559.49, "word": " It's", "probability": 0.68896484375}, {"start": 1559.49, "end": 1559.49, "word": " not", "probability": 0.81591796875}, {"start": 1559.49, "end": 1559.65, "word": " true.", "probability": 0.94677734375}], "temperature": 1.0}, {"id": 56, "seek": 161240, "start": 1593.0, "end": 1612.4, "text": " All right, let's see number one. Yes, please. I was led to war because of. Okay, so this is correct or not correct? Yes, it's not correct because of the heavy traffic. So it is followed by a noun phrase. Okay, Abbie, please.", "tokens": [1057, 558, 11, 718, 311, 536, 1230, 472, 13, 1079, 11, 1767, 13, 286, 390, 4684, 281, 1516, 570, 295, 13, 1033, 11, 370, 341, 307, 3006, 420, 406, 3006, 30, 1079, 11, 309, 311, 406, 3006, 570, 295, 264, 4676, 6419, 13, 407, 309, 307, 6263, 538, 257, 23307, 9535, 13, 1033, 11, 2847, 7392, 11, 1767, 13], "avg_logprob": -0.3052083303531011, "compression_ratio": 1.4705882352941178, "no_speech_prob": 5.364418029785156e-07, "words": [{"start": 1593.0000000000002, "end": 1593.6000000000001, "word": " All", "probability": 0.226318359375}, {"start": 1593.6000000000001, "end": 1594.2, "word": " right,", "probability": 0.8974609375}, {"start": 1594.24, "end": 1594.52, "word": " let's", "probability": 0.94384765625}, {"start": 1594.52, "end": 1594.76, "word": " see", "probability": 0.9189453125}, {"start": 1594.76, "end": 1595.14, "word": " number", "probability": 0.8623046875}, {"start": 1595.14, "end": 1595.58, "word": " one.", "probability": 0.78271484375}, {"start": 1595.74, "end": 1595.88, "word": " Yes,", "probability": 0.8759765625}, {"start": 1595.94, "end": 1596.2, "word": " please.", "probability": 0.8095703125}, {"start": 1597.16, "end": 1597.76, "word": " I", "probability": 0.482177734375}, {"start": 1597.76, "end": 1598.06, "word": " was", "probability": 0.95458984375}, {"start": 1598.06, "end": 1598.38, "word": " led", "probability": 0.88818359375}, {"start": 1598.38, "end": 1598.66, "word": " to", "probability": 0.96533203125}, {"start": 1598.66, "end": 1598.96, "word": " war", "probability": 0.93505859375}, {"start": 1598.96, "end": 1599.5, "word": " because", "probability": 0.890625}, {"start": 1599.5, "end": 1599.88, "word": " of.", "probability": 0.97314453125}, {"start": 1600.22, "end": 1600.66, "word": " Okay,", "probability": 0.76025390625}, {"start": 1600.74, "end": 1600.84, "word": " so", "probability": 0.92529296875}, {"start": 1600.84, "end": 1601.04, "word": " this", "probability": 0.9013671875}, {"start": 1601.04, "end": 1601.3, "word": " is", "probability": 0.93212890625}, {"start": 1601.3, "end": 1601.72, "word": " correct", "probability": 0.69921875}, {"start": 1601.72, "end": 1601.98, "word": " or", "probability": 0.93408203125}, {"start": 1601.98, "end": 1602.28, "word": " not", "probability": 0.8935546875}, {"start": 1602.28, "end": 1602.54, "word": " correct?", "probability": 0.77099609375}, {"start": 1602.88, "end": 1603.48, "word": " Yes,", "probability": 0.381103515625}, {"start": 1603.52, "end": 1603.78, "word": " it's", "probability": 0.747314453125}, {"start": 1603.78, "end": 1603.94, "word": " not", "probability": 0.9345703125}, {"start": 1603.94, "end": 1604.28, "word": " correct", "probability": 0.93310546875}, {"start": 1604.28, "end": 1604.8, "word": " because", "probability": 0.43017578125}, {"start": 1604.8, "end": 1605.32, "word": " of", "probability": 0.962890625}, {"start": 1605.32, "end": 1605.64, "word": " the", "probability": 0.783203125}, {"start": 1605.64, "end": 1607.68, "word": " heavy", "probability": 0.52978515625}, {"start": 1607.68, "end": 1608.52, "word": " traffic.", "probability": 0.90966796875}, {"start": 1608.66, "end": 1608.7, "word": " So", "probability": 0.822265625}, {"start": 1608.7, "end": 1608.82, "word": " it", "probability": 0.7109375}, {"start": 1608.82, "end": 1608.94, "word": " is", "probability": 0.64599609375}, {"start": 1608.94, "end": 1609.16, "word": " followed", "probability": 0.88671875}, {"start": 1609.16, "end": 1609.62, "word": " by", "probability": 0.97119140625}, {"start": 1609.62, "end": 1609.92, "word": " a", "probability": 0.97705078125}, {"start": 1609.92, "end": 1610.4, "word": " noun", "probability": 0.9599609375}, {"start": 1610.4, "end": 1610.9, "word": " phrase.", "probability": 0.7802734375}, {"start": 1611.42, "end": 1611.52, "word": " Okay,", "probability": 0.55859375}, {"start": 1611.82, "end": 1612.02, "word": " Abbie,", "probability": 0.339599609375}, {"start": 1612.14, "end": 1612.4, "word": " please.", "probability": 0.8203125}], "temperature": 1.0}, {"id": 57, "seek": 164198, "start": 1613.84, "end": 1641.98, "text": " The global population. The global population has increased because of much better levels of nutrition. Correct or not correct? Correct. Correct, yes. It is a correct sentence. Very good. Because after because of much better levels of nutrition. Yes, please. It's raining today. As a result, we are not going to the beach, correct? Yes, it is correct because what we have is a sentence. Alright, number four. Yes.", "tokens": [440, 4338, 4415, 13, 440, 4338, 4415, 575, 6505, 570, 295, 709, 1101, 4358, 295, 14718, 13, 12753, 420, 406, 3006, 30, 12753, 13, 12753, 11, 2086, 13, 467, 307, 257, 3006, 8174, 13, 4372, 665, 13, 1436, 934, 570, 295, 709, 1101, 4358, 295, 14718, 13, 1079, 11, 1767, 13, 467, 311, 18441, 965, 13, 1018, 257, 1874, 11, 321, 366, 406, 516, 281, 264, 7534, 11, 3006, 30, 1079, 11, 309, 307, 3006, 570, 437, 321, 362, 307, 257, 8174, 13, 2798, 11, 1230, 1451, 13, 1079, 13], "avg_logprob": -0.2311126429301042, "compression_ratio": 1.903225806451613, "no_speech_prob": 1.7881393432617188e-07, "words": [{"start": 1613.84, "end": 1614.02, "word": " The", "probability": 0.56494140625}, {"start": 1614.02, "end": 1614.34, "word": " global", "probability": 0.90771484375}, {"start": 1614.34, "end": 1615.0, "word": " population.", "probability": 0.9296875}, {"start": 1615.06, "end": 1615.32, "word": " The", "probability": 0.275146484375}, {"start": 1615.32, "end": 1615.38, "word": " global", "probability": 0.89404296875}, {"start": 1615.38, "end": 1615.9, "word": " population", "probability": 0.92138671875}, {"start": 1615.9, "end": 1616.2, "word": " has", "probability": 0.91357421875}, {"start": 1616.2, "end": 1616.64, "word": " increased", "probability": 0.93994140625}, {"start": 1616.64, "end": 1617.2, "word": " because", "probability": 0.880859375}, {"start": 1617.2, "end": 1617.58, "word": " of", "probability": 0.9580078125}, {"start": 1617.58, "end": 1617.86, "word": " much", "probability": 0.87744140625}, {"start": 1617.86, "end": 1618.12, "word": " better", "probability": 0.470458984375}, {"start": 1618.12, "end": 1618.52, "word": " levels", "probability": 0.8583984375}, {"start": 1618.52, "end": 1618.9, "word": " of", "probability": 0.96435546875}, {"start": 1618.9, "end": 1620.08, "word": " nutrition.", "probability": 0.56982421875}, {"start": 1620.36, "end": 1620.66, "word": " Correct", "probability": 0.9267578125}, {"start": 1620.66, "end": 1620.8, "word": " or", "probability": 0.9365234375}, {"start": 1620.8, "end": 1620.96, "word": " not", "probability": 0.845703125}, {"start": 1620.96, "end": 1621.32, "word": " correct?", "probability": 0.90185546875}, {"start": 1621.52, "end": 1621.94, "word": " Correct.", "probability": 0.89208984375}, {"start": 1622.06, "end": 1622.46, "word": " Correct,", "probability": 0.7705078125}, {"start": 1622.58, "end": 1622.82, "word": " yes.", "probability": 0.92578125}, {"start": 1623.02, "end": 1623.16, "word": " It", "probability": 0.931640625}, {"start": 1623.16, "end": 1623.32, "word": " is", "probability": 0.92431640625}, {"start": 1623.32, "end": 1623.46, "word": " a", "probability": 0.984375}, {"start": 1623.46, "end": 1623.76, "word": " correct", "probability": 0.9130859375}, {"start": 1623.76, "end": 1624.3, "word": " sentence.", "probability": 0.9462890625}, {"start": 1624.76, "end": 1624.76, "word": " Very", "probability": 0.509765625}, {"start": 1624.76, "end": 1625.02, "word": " good.", "probability": 0.919921875}, {"start": 1625.38, "end": 1625.56, "word": " Because", "probability": 0.81689453125}, {"start": 1625.56, "end": 1625.94, "word": " after", "probability": 0.56689453125}, {"start": 1625.94, "end": 1626.38, "word": " because", "probability": 0.376953125}, {"start": 1626.38, "end": 1626.92, "word": " of", "probability": 0.93896484375}, {"start": 1626.92, "end": 1627.88, "word": " much", "probability": 0.38916015625}, {"start": 1627.88, "end": 1628.18, "word": " better", "probability": 0.86083984375}, {"start": 1628.18, "end": 1628.62, "word": " levels", "probability": 0.8935546875}, {"start": 1628.62, "end": 1628.92, "word": " of", "probability": 0.96826171875}, {"start": 1628.92, "end": 1629.56, "word": " nutrition.", "probability": 0.81103515625}, {"start": 1630.0, "end": 1630.1, "word": " Yes,", "probability": 0.94873046875}, {"start": 1630.18, "end": 1630.36, "word": " please.", "probability": 0.79052734375}, {"start": 1630.84, "end": 1631.16, "word": " It's", "probability": 0.916015625}, {"start": 1631.16, "end": 1631.44, "word": " raining", "probability": 0.587890625}, {"start": 1631.44, "end": 1631.9, "word": " today.", "probability": 0.83056640625}, {"start": 1632.02, "end": 1632.22, "word": " As", "probability": 0.96142578125}, {"start": 1632.22, "end": 1632.34, "word": " a", "probability": 0.98388671875}, {"start": 1632.34, "end": 1632.62, "word": " result,", "probability": 0.953125}, {"start": 1632.74, "end": 1632.9, "word": " we", "probability": 0.96240234375}, {"start": 1632.9, "end": 1633.1, "word": " are", "probability": 0.9267578125}, {"start": 1633.1, "end": 1633.36, "word": " not", "probability": 0.9453125}, {"start": 1633.36, "end": 1633.64, "word": " going", "probability": 0.94677734375}, {"start": 1633.64, "end": 1633.84, "word": " to", "probability": 0.9609375}, {"start": 1633.84, "end": 1634.1, "word": " the", "probability": 0.900390625}, {"start": 1634.1, "end": 1634.64, "word": " beach,", "probability": 0.9697265625}, {"start": 1634.78, "end": 1635.02, "word": " correct?", "probability": 0.9013671875}, {"start": 1635.28, "end": 1635.6, "word": " Yes,", "probability": 0.962890625}, {"start": 1635.72, "end": 1635.86, "word": " it", "probability": 0.94384765625}, {"start": 1635.86, "end": 1636.18, "word": " is", "probability": 0.94873046875}, {"start": 1636.18, "end": 1636.78, "word": " correct", "probability": 0.75927734375}, {"start": 1636.78, "end": 1637.06, "word": " because", "probability": 0.44287109375}, {"start": 1637.06, "end": 1637.2, "word": " what", "probability": 0.9326171875}, {"start": 1637.2, "end": 1637.36, "word": " we", "probability": 0.9638671875}, {"start": 1637.36, "end": 1637.6, "word": " have", "probability": 0.9482421875}, {"start": 1637.6, "end": 1638.0, "word": " is", "probability": 0.94677734375}, {"start": 1638.0, "end": 1638.48, "word": " a", "probability": 0.994140625}, {"start": 1638.48, "end": 1639.62, "word": " sentence.", "probability": 0.95703125}, {"start": 1640.3, "end": 1640.36, "word": " Alright,", "probability": 0.49560546875}, {"start": 1640.74, "end": 1641.04, "word": " number", "probability": 0.91748046875}, {"start": 1641.04, "end": 1641.54, "word": " four.", "probability": 0.8330078125}, {"start": 1641.72, "end": 1641.98, "word": " Yes.", "probability": 0.96337890625}], "temperature": 1.0}, {"id": 58, "seek": 166391, "start": 1644.87, "end": 1663.91, "text": " Yes, because there are many causes of pollution, force. Force? Because we have to create a complete sentence. Okay, because it's followed by a complete sentence. Very nice. And number five? Number five? Yes, please, over there. Yes, you, please. Because there is a temperature that causes", "tokens": [1079, 11, 570, 456, 366, 867, 7700, 295, 16727, 11, 3464, 13, 10580, 30, 1436, 321, 362, 281, 1884, 257, 3566, 8174, 13, 1033, 11, 570, 309, 311, 6263, 538, 257, 3566, 8174, 13, 4372, 1481, 13, 400, 1230, 1732, 30, 5118, 1732, 30, 1079, 11, 1767, 11, 670, 456, 13, 1079, 11, 291, 11, 1767, 13, 1436, 456, 307, 257, 4292, 300, 7700], "avg_logprob": -0.44014423076923076, "compression_ratio": 1.6327683615819208, "no_speech_prob": 5.364418029785156e-06, "words": [{"start": 1644.87, "end": 1644.99, "word": " Yes,", "probability": 0.296142578125}, {"start": 1644.99, "end": 1645.29, "word": " because", "probability": 0.79541015625}, {"start": 1645.29, "end": 1645.65, "word": " there", "probability": 0.435302734375}, {"start": 1645.65, "end": 1645.81, "word": " are", "probability": 0.7890625}, {"start": 1645.81, "end": 1646.07, "word": " many", "probability": 0.787109375}, {"start": 1646.07, "end": 1646.51, "word": " causes", "probability": 0.67919921875}, {"start": 1646.51, "end": 1646.81, "word": " of", "probability": 0.95703125}, {"start": 1646.81, "end": 1647.75, "word": " pollution,", "probability": 0.93115234375}, {"start": 1648.09, "end": 1648.33, "word": " force.", "probability": 0.1866455078125}, {"start": 1648.47, "end": 1648.83, "word": " Force?", "probability": 0.61181640625}, {"start": 1649.07, "end": 1649.43, "word": " Because", "probability": 0.79833984375}, {"start": 1649.43, "end": 1650.41, "word": " we", "probability": 0.35302734375}, {"start": 1650.41, "end": 1650.65, "word": " have", "probability": 0.91650390625}, {"start": 1650.65, "end": 1650.83, "word": " to", "probability": 0.90283203125}, {"start": 1650.83, "end": 1651.17, "word": " create", "probability": 0.255126953125}, {"start": 1651.17, "end": 1651.49, "word": " a", "probability": 0.60693359375}, {"start": 1651.49, "end": 1651.83, "word": " complete", "probability": 0.53466796875}, {"start": 1651.83, "end": 1652.33, "word": " sentence.", "probability": 0.9638671875}, {"start": 1652.91, "end": 1653.41, "word": " Okay,", "probability": 0.2252197265625}, {"start": 1653.55, "end": 1653.73, "word": " because", "probability": 0.693359375}, {"start": 1653.73, "end": 1653.89, "word": " it's", "probability": 0.79736328125}, {"start": 1653.89, "end": 1654.09, "word": " followed", "probability": 0.83642578125}, {"start": 1654.09, "end": 1654.37, "word": " by", "probability": 0.96826171875}, {"start": 1654.37, "end": 1654.51, "word": " a", "probability": 0.93408203125}, {"start": 1654.51, "end": 1654.81, "word": " complete", "probability": 0.80224609375}, {"start": 1654.81, "end": 1655.19, "word": " sentence.", "probability": 0.95166015625}, {"start": 1655.29, "end": 1655.47, "word": " Very", "probability": 0.38818359375}, {"start": 1655.47, "end": 1655.65, "word": " nice.", "probability": 0.8779296875}, {"start": 1655.71, "end": 1655.79, "word": " And", "probability": 0.437255859375}, {"start": 1655.79, "end": 1656.01, "word": " number", "probability": 0.9013671875}, {"start": 1656.01, "end": 1656.65, "word": " five?", "probability": 0.64990234375}, {"start": 1656.91, "end": 1657.41, "word": " Number", "probability": 0.50537109375}, {"start": 1657.41, "end": 1657.99, "word": " five?", "probability": 0.90283203125}, {"start": 1658.45, "end": 1658.63, "word": " Yes,", "probability": 0.95751953125}, {"start": 1658.71, "end": 1658.85, "word": " please,", "probability": 0.80517578125}, {"start": 1658.95, "end": 1659.07, "word": " over", "probability": 0.9208984375}, {"start": 1659.07, "end": 1659.33, "word": " there.", "probability": 0.919921875}, {"start": 1660.13, "end": 1660.33, "word": " Yes,", "probability": 0.87744140625}, {"start": 1660.37, "end": 1660.57, "word": " you,", "probability": 0.9677734375}, {"start": 1660.67, "end": 1660.97, "word": " please.", "probability": 0.8076171875}, {"start": 1661.49, "end": 1661.99, "word": " Because", "probability": 0.912109375}, {"start": 1661.99, "end": 1662.31, "word": " there", "probability": 0.890625}, {"start": 1662.31, "end": 1662.47, "word": " is", "probability": 0.85693359375}, {"start": 1662.47, "end": 1662.59, "word": " a", "probability": 0.79052734375}, {"start": 1662.59, "end": 1662.99, "word": " temperature", "probability": 0.61328125}, {"start": 1662.99, "end": 1663.57, "word": " that", "probability": 0.56591796875}, {"start": 1663.57, "end": 1663.91, "word": " causes", "probability": 0.337646484375}], "temperature": 1.0}, {"id": 59, "seek": 168026, "start": 1666.0, "end": 1680.26, "text": " Correct? It's false. Okay, so we can fix it by because of the rise in temperature, the climate in many countries is changing. Let's continue the remaining sentences.", "tokens": [12753, 30, 467, 311, 7908, 13, 1033, 11, 370, 321, 393, 3191, 309, 538, 570, 295, 264, 6272, 294, 4292, 11, 264, 5659, 294, 867, 3517, 307, 4473, 13, 961, 311, 2354, 264, 8877, 16579, 13], "avg_logprob": -0.24641048263859106, "compression_ratio": 1.2769230769230768, "no_speech_prob": 3.635883331298828e-05, "words": [{"start": 1666.0, "end": 1666.58, "word": " Correct?", "probability": 0.35009765625}, {"start": 1666.98, "end": 1667.28, "word": " It's", "probability": 0.8310546875}, {"start": 1667.28, "end": 1667.64, "word": " false.", "probability": 0.8408203125}, {"start": 1668.0, "end": 1668.28, "word": " Okay,", "probability": 0.484619140625}, {"start": 1668.46, "end": 1668.54, "word": " so", "probability": 0.8671875}, {"start": 1668.54, "end": 1668.82, "word": " we", "probability": 0.896484375}, {"start": 1668.82, "end": 1669.2, "word": " can", "probability": 0.93310546875}, {"start": 1669.2, "end": 1669.42, "word": " fix", "probability": 0.92041015625}, {"start": 1669.42, "end": 1669.58, "word": " it", "probability": 0.94775390625}, {"start": 1669.58, "end": 1669.78, "word": " by", "probability": 0.79248046875}, {"start": 1669.78, "end": 1670.42, "word": " because", "probability": 0.70947265625}, {"start": 1670.42, "end": 1671.08, "word": " of", "probability": 0.92138671875}, {"start": 1671.08, "end": 1672.4, "word": " the", "probability": 0.87158203125}, {"start": 1672.4, "end": 1672.7, "word": " rise", "probability": 0.7373046875}, {"start": 1672.7, "end": 1672.88, "word": " in", "probability": 0.89013671875}, {"start": 1672.88, "end": 1673.38, "word": " temperature,", "probability": 0.87939453125}, {"start": 1674.2, "end": 1674.36, "word": " the", "probability": 0.8828125}, {"start": 1674.36, "end": 1674.9, "word": " climate", "probability": 0.939453125}, {"start": 1674.9, "end": 1675.1, "word": " in", "probability": 0.89501953125}, {"start": 1675.1, "end": 1675.28, "word": " many", "probability": 0.89453125}, {"start": 1675.28, "end": 1675.64, "word": " countries", "probability": 0.7861328125}, {"start": 1675.64, "end": 1676.06, "word": " is", "probability": 0.919921875}, {"start": 1676.06, "end": 1677.32, "word": " changing.", "probability": 0.87646484375}, {"start": 1677.54, "end": 1677.72, "word": " Let's", "probability": 0.930419921875}, {"start": 1677.72, "end": 1678.2, "word": " continue", "probability": 0.900390625}, {"start": 1678.2, "end": 1678.72, "word": " the", "probability": 0.4716796875}, {"start": 1678.72, "end": 1679.18, "word": " remaining", "probability": 0.8828125}, {"start": 1679.18, "end": 1680.26, "word": " sentences.", "probability": 0.94091796875}], "temperature": 1.0}, {"id": 60, "seek": 172772, "start": 1702.48, "end": 1727.72, "text": " What's your name? What's your name? What's your name? What's your name? What's your name? What's your name? What's your name? What's your name? What's your name? What's your name? What's your name? What's your name? What's your name? What's your name? What's your name? What's your name? What's your name? What's your name? What's your name? What's your name? What's your name? What's your name? What's your name? What's your name? What's your name? What's your name? What's your name? What's your name? What's your name? What's your name? What's your name? What's your name? What's your name? What's your name? What's your name? What's your name? What's your name? What's your name? What's your name? What's your name? What's your name? What's your name? What's your name? What's your name? What's your name", "tokens": [708, 311, 428, 1315, 30, 708, 311, 428, 1315, 30, 708, 311, 428, 1315, 30, 708, 311, 428, 1315, 30, 708, 311, 428, 1315, 30, 708, 311, 428, 1315, 30, 708, 311, 428, 1315, 30, 708, 311, 428, 1315, 30, 708, 311, 428, 1315, 30, 708, 311, 428, 1315, 30, 708, 311, 428, 1315, 30, 708, 311, 428, 1315, 30, 708, 311, 428, 1315, 30, 708, 311, 428, 1315, 30, 708, 311, 428, 1315, 30, 708, 311, 428, 1315, 30, 708, 311, 428, 1315, 30, 708, 311, 428, 1315, 30, 708, 311, 428, 1315, 30, 708, 311, 428, 1315, 30, 708, 311, 428, 1315, 30, 708, 311, 428, 1315, 30, 708, 311, 428, 1315, 30, 708, 311, 428, 1315, 30, 708, 311, 428, 1315, 30, 708, 311, 428, 1315, 30, 708, 311, 428, 1315, 30, 708, 311, 428, 1315, 30, 708, 311, 428, 1315, 30, 708, 311, 428, 1315, 30, 708, 311, 428, 1315, 30, 708, 311, 428, 1315, 30, 708, 311, 428, 1315, 30, 708, 311, 428, 1315, 30, 708, 311, 428, 1315, 30, 708, 311, 428, 1315, 30, 708, 311, 428, 1315, 30, 708, 311, 428, 1315, 30, 708, 311, 428, 1315, 30, 708, 311, 428, 1315, 30, 708, 311, 428, 1315, 30, 708, 311, 428, 1315, 30, 708, 311, 428, 1315, 30, 708, 311, 428, 1315, 30, 708, 311, 428, 1315], "avg_logprob": -0.1688888825310601, "compression_ratio": 23.114285714285714, "no_speech_prob": 5.900859832763672e-06, "words": [{"start": 1702.48, "end": 1702.58, "word": " What's", "probability": 0.2283935546875}, {"start": 1702.58, "end": 1702.58, "word": " your", "probability": 0.1976318359375}, {"start": 1702.58, "end": 1702.58, "word": " name?", "probability": 0.80908203125}, {"start": 1707.26, "end": 1707.7, "word": " What's", "probability": 0.27423095703125}, {"start": 1707.7, "end": 1707.9, "word": " your", "probability": 0.51318359375}, {"start": 1707.9, "end": 1708.04, "word": " name?", "probability": 0.77392578125}, {"start": 1709.18, "end": 1709.62, "word": " What's", "probability": 0.404266357421875}, {"start": 1709.62, "end": 1709.62, "word": " your", "probability": 0.8232421875}, {"start": 1709.62, "end": 1709.62, "word": " name?", "probability": 0.81689453125}, {"start": 1711.74, "end": 1712.18, "word": " What's", "probability": 0.52740478515625}, {"start": 1712.18, "end": 1712.18, "word": " your", "probability": 0.87255859375}, {"start": 1712.18, "end": 1712.18, "word": " name?", "probability": 0.8564453125}, {"start": 1712.54, "end": 1712.54, "word": " What's", "probability": 0.61962890625}, {"start": 1712.54, "end": 1712.54, "word": " your", "probability": 0.8837890625}, {"start": 1712.54, "end": 1712.54, "word": " name?", "probability": 0.87451171875}, {"start": 1712.7, "end": 1712.96, "word": " What's", "probability": 0.69970703125}, {"start": 1712.96, "end": 1713.02, "word": " your", "probability": 0.88818359375}, {"start": 1713.02, "end": 1713.02, "word": " name?", "probability": 0.88232421875}, {"start": 1713.18, "end": 1713.18, "word": " What's", "probability": 0.75439453125}, {"start": 1713.18, "end": 1713.3, "word": " your", "probability": 0.890625}, {"start": 1713.3, "end": 1713.34, "word": " name?", "probability": 0.88232421875}, {"start": 1713.54, "end": 1713.78, "word": " What's", "probability": 0.785888671875}, {"start": 1713.78, "end": 1713.8, "word": " your", "probability": 0.890625}, {"start": 1713.8, "end": 1713.8, "word": " name?", "probability": 0.88330078125}, {"start": 1714.04, "end": 1714.04, "word": " What's", "probability": 0.802734375}, {"start": 1714.04, "end": 1714.04, "word": " your", "probability": 0.89111328125}, {"start": 1714.04, "end": 1714.04, "word": " name?", "probability": 0.88525390625}, {"start": 1715.46, "end": 1715.9, "word": " What's", "probability": 0.813720703125}, {"start": 1715.9, "end": 1716.12, "word": " your", "probability": 0.892578125}, {"start": 1716.12, "end": 1716.12, "word": " name?", "probability": 0.88720703125}, {"start": 1716.68, "end": 1717.12, "word": " What's", "probability": 0.823486328125}, {"start": 1717.12, "end": 1717.12, "word": " your", "probability": 0.892578125}, {"start": 1717.12, "end": 1717.12, "word": " name?", "probability": 0.88720703125}, {"start": 1717.16, "end": 1717.6, "word": " What's", "probability": 0.83251953125}, {"start": 1717.6, "end": 1717.6, "word": " your", "probability": 0.89306640625}, {"start": 1717.6, "end": 1717.6, "word": " name?", "probability": 0.88720703125}, {"start": 1717.6, "end": 1717.66, "word": " What's", "probability": 0.841796875}, {"start": 1717.66, "end": 1717.68, "word": " your", "probability": 0.89306640625}, {"start": 1717.68, "end": 1717.68, "word": " name?", "probability": 0.88818359375}, {"start": 1717.68, "end": 1717.68, "word": " What's", "probability": 0.851318359375}, {"start": 1717.68, "end": 1717.72, "word": " your", "probability": 0.89208984375}, {"start": 1717.72, "end": 1717.72, "word": " name?", "probability": 0.88916015625}, {"start": 1718.14, "end": 1718.58, "word": " What's", "probability": 0.8603515625}, {"start": 1718.58, "end": 1718.58, "word": " your", "probability": 0.892578125}, {"start": 1718.58, "end": 1718.58, "word": " name?", "probability": 0.89111328125}, {"start": 1720.3, "end": 1720.74, "word": " What's", "probability": 0.8671875}, {"start": 1720.74, "end": 1720.74, "word": " your", "probability": 0.89306640625}, {"start": 1720.74, "end": 1720.74, "word": " name?", "probability": 0.89208984375}, {"start": 1720.74, "end": 1720.74, "word": " What's", "probability": 0.8740234375}, {"start": 1720.74, "end": 1720.74, "word": " your", "probability": 0.8935546875}, {"start": 1720.74, "end": 1720.74, "word": " name?", "probability": 0.89306640625}, {"start": 1720.74, "end": 1720.74, "word": " What's", "probability": 0.880615234375}, {"start": 1720.74, "end": 1720.74, "word": " your", "probability": 0.89404296875}, {"start": 1720.74, "end": 1720.74, "word": " name?", "probability": 0.8935546875}, {"start": 1720.74, "end": 1720.74, "word": " What's", "probability": 0.885498046875}, {"start": 1720.74, "end": 1720.74, "word": " your", "probability": 0.89404296875}, {"start": 1720.74, "end": 1720.74, "word": " name?", "probability": 0.89453125}, {"start": 1720.74, "end": 1720.82, "word": " What's", "probability": 0.89013671875}, {"start": 1720.82, "end": 1720.82, "word": " your", "probability": 0.89404296875}, {"start": 1720.82, "end": 1720.82, "word": " name?", "probability": 0.89501953125}, {"start": 1720.82, "end": 1720.82, "word": " What's", "probability": 0.89306640625}, {"start": 1720.82, "end": 1720.82, "word": " your", "probability": 0.89453125}, {"start": 1720.82, "end": 1720.82, "word": " name?", "probability": 0.8955078125}, {"start": 1720.82, "end": 1720.82, "word": " What's", "probability": 0.89599609375}, {"start": 1720.82, "end": 1720.82, "word": " your", "probability": 0.89453125}, {"start": 1720.82, "end": 1720.82, "word": " name?", "probability": 0.89697265625}, {"start": 1720.82, "end": 1720.82, "word": " What's", "probability": 0.89794921875}, {"start": 1720.82, "end": 1720.82, "word": " your", "probability": 0.89453125}, {"start": 1720.82, "end": 1720.82, "word": " name?", "probability": 0.8974609375}, {"start": 1720.82, "end": 1720.82, "word": " What's", "probability": 0.8994140625}, {"start": 1720.82, "end": 1720.82, "word": " your", "probability": 0.8974609375}, {"start": 1720.82, "end": 1720.82, "word": " name?", "probability": 0.89794921875}, {"start": 1720.82, "end": 1720.82, "word": " What's", "probability": 0.900634765625}, {"start": 1720.82, "end": 1720.82, "word": " your", "probability": 0.89794921875}, {"start": 1720.82, "end": 1720.82, "word": " name?", "probability": 0.900390625}, {"start": 1720.82, "end": 1720.82, "word": " What's", "probability": 0.901123046875}, {"start": 1720.82, "end": 1720.82, "word": " your", "probability": 0.89501953125}, {"start": 1720.82, "end": 1720.82, "word": " name?", "probability": 0.89892578125}, {"start": 1720.82, "end": 1720.82, "word": " What's", "probability": 0.9013671875}, {"start": 1720.82, "end": 1720.82, "word": " your", "probability": 0.89794921875}, {"start": 1720.82, "end": 1720.82, "word": " name?", "probability": 0.90087890625}, {"start": 1720.82, "end": 1720.82, "word": " What's", "probability": 0.902099609375}, {"start": 1720.82, "end": 1720.82, "word": " your", "probability": 0.8955078125}, {"start": 1720.82, "end": 1720.82, "word": " name?", "probability": 0.90234375}, {"start": 1720.82, "end": 1720.82, "word": " What's", "probability": 0.901611328125}, {"start": 1720.82, "end": 1720.82, "word": " your", "probability": 0.89794921875}, {"start": 1720.82, "end": 1720.82, "word": " name?", "probability": 0.9033203125}, {"start": 1720.82, "end": 1720.82, "word": " What's", "probability": 0.901611328125}, {"start": 1720.82, "end": 1720.82, "word": " your", "probability": 0.89794921875}, {"start": 1720.82, "end": 1720.82, "word": " name?", "probability": 0.90234375}, {"start": 1720.82, "end": 1720.82, "word": " What's", "probability": 0.90087890625}, {"start": 1720.82, "end": 1720.82, "word": " your", "probability": 0.89794921875}, {"start": 1720.82, "end": 1720.82, "word": " name?", "probability": 0.9033203125}, {"start": 1720.82, "end": 1720.82, "word": " What's", "probability": 0.900634765625}, {"start": 1720.82, "end": 1720.82, "word": " your", "probability": 0.89794921875}, {"start": 1720.82, "end": 1720.82, "word": " name?", "probability": 0.9052734375}, {"start": 1720.82, "end": 1720.82, "word": " What's", "probability": 0.899169921875}, {"start": 1720.82, "end": 1720.82, "word": " your", "probability": 0.90087890625}, {"start": 1720.82, "end": 1720.82, "word": " name?", "probability": 0.90576171875}, {"start": 1720.82, "end": 1720.82, "word": " What's", "probability": 0.898681640625}, {"start": 1720.82, "end": 1720.82, "word": " your", "probability": 0.89794921875}, {"start": 1720.82, "end": 1720.82, "word": " name?", "probability": 0.904296875}, {"start": 1720.82, "end": 1720.82, "word": " What's", "probability": 0.89794921875}, {"start": 1720.82, "end": 1720.82, "word": " your", "probability": 0.900390625}, {"start": 1720.82, "end": 1720.82, "word": " name?", "probability": 0.90625}, {"start": 1720.82, "end": 1721.08, "word": " What's", "probability": 0.896728515625}, {"start": 1721.08, "end": 1721.08, "word": " your", "probability": 0.89794921875}, {"start": 1721.08, "end": 1721.12, "word": " name?", "probability": 0.90771484375}, {"start": 1721.28, "end": 1721.28, "word": " What's", "probability": 0.89697265625}, {"start": 1721.28, "end": 1721.28, "word": " your", "probability": 0.900390625}, {"start": 1721.28, "end": 1721.28, "word": " name?", "probability": 0.90625}, {"start": 1721.28, "end": 1721.28, "word": " What's", "probability": 0.896240234375}, {"start": 1721.28, "end": 1721.28, "word": " your", "probability": 0.900390625}, {"start": 1721.28, "end": 1721.28, "word": " name?", "probability": 0.90625}, {"start": 1721.28, "end": 1721.28, "word": " What's", "probability": 0.896484375}, {"start": 1721.28, "end": 1721.28, "word": " your", "probability": 0.900390625}, {"start": 1721.28, "end": 1721.28, "word": " name?", "probability": 0.9072265625}, {"start": 1721.3, "end": 1721.3, "word": " What's", "probability": 0.89599609375}, {"start": 1721.3, "end": 1721.3, "word": " your", "probability": 0.900390625}, {"start": 1721.3, "end": 1721.3, "word": " name?", "probability": 0.9091796875}, {"start": 1721.3, "end": 1721.3, "word": " What's", "probability": 0.896484375}, {"start": 1721.3, "end": 1721.3, "word": " your", "probability": 0.89990234375}, {"start": 1721.3, "end": 1721.3, "word": " name?", "probability": 0.90869140625}, {"start": 1721.3, "end": 1721.3, "word": " What's", "probability": 0.896484375}, {"start": 1721.3, "end": 1721.3, "word": " your", "probability": 0.89990234375}, {"start": 1721.3, "end": 1721.3, "word": " name?", "probability": 0.9091796875}, {"start": 1722.36, "end": 1722.8, "word": " What's", "probability": 0.89599609375}, {"start": 1722.8, "end": 1723.06, "word": " your", "probability": 0.89990234375}, {"start": 1723.06, "end": 1723.1, "word": " name?", "probability": 0.91015625}, {"start": 1723.48, "end": 1723.92, "word": " What's", "probability": 0.893798828125}, {"start": 1723.92, "end": 1723.92, "word": " your", "probability": 0.90234375}, {"start": 1723.92, "end": 1724.12, "word": " name?", "probability": 0.91015625}, {"start": 1727.28, "end": 1727.72, "word": " What's", "probability": 0.89208984375}, {"start": 1727.72, "end": 1727.72, "word": " your", "probability": 0.90185546875}, {"start": 1727.72, "end": 1727.72, "word": " name", "probability": 0.90966796875}], "temperature": 1.0}, {"id": 61, "seek": 173212, "start": 1728.4, "end": 1732.12, "text": " I don't know. I don't know.", "tokens": [286, 500, 380, 458, 13, 286, 500, 380, 458, 13], "avg_logprob": -1.0639204762198708, "compression_ratio": 1.12, "no_speech_prob": 2.753734588623047e-05, "words": [{"start": 1728.4, "end": 1728.54, "word": " I", "probability": 0.037811279296875}, {"start": 1728.54, "end": 1729.0, "word": " don't", "probability": 0.539764404296875}, {"start": 1729.0, "end": 1729.0, "word": " know.", "probability": 0.47216796875}, {"start": 1731.52, "end": 1731.76, "word": " I", "probability": 0.290771484375}, {"start": 1731.76, "end": 1731.96, "word": " don't", "probability": 0.6558837890625}, {"start": 1731.96, "end": 1732.12, "word": " know.", "probability": 0.59375}], "temperature": 1.0}, {"id": 62, "seek": 177545, "start": 1770.99, "end": 1775.45, "text": " All right, let's see number, the next one. Yes, number six.", "tokens": [1057, 558, 11, 718, 311, 536, 1230, 11, 264, 958, 472, 13, 1079, 11, 1230, 2309, 13], "avg_logprob": -0.21365017857816485, "compression_ratio": 0.9836065573770492, "no_speech_prob": 5.960464477539063e-08, "words": [{"start": 1770.99, "end": 1771.55, "word": " All", "probability": 0.336669921875}, {"start": 1771.55, "end": 1772.11, "word": " right,", "probability": 0.9150390625}, {"start": 1772.17, "end": 1772.45, "word": " let's", "probability": 0.956787109375}, {"start": 1772.45, "end": 1772.65, "word": " see", "probability": 0.92626953125}, {"start": 1772.65, "end": 1773.11, "word": " number,", "probability": 0.701171875}, {"start": 1773.47, "end": 1773.73, "word": " the", "probability": 0.9140625}, {"start": 1773.73, "end": 1773.97, "word": " next", "probability": 0.9384765625}, {"start": 1773.97, "end": 1774.25, "word": " one.", "probability": 0.92919921875}, {"start": 1774.61, "end": 1774.79, "word": " Yes,", "probability": 0.9482421875}, {"start": 1774.89, "end": 1775.07, "word": " number", "probability": 0.9306640625}, {"start": 1775.07, "end": 1775.45, "word": " six.", "probability": 0.92626953125}], "temperature": 1.0}, {"id": 63, "seek": 180705, "start": 1777.27, "end": 1807.05, "text": " It's due to poverty reason, it's correct. It's correct, is that right? Yes. Yes, due to, and then we have, yes, it is correct, number six. All right, number seven. Yes, please. We succeeded in getting God, God's reality thanks to. Thanks to your hard work. It's a correct sentence. It's a correct sentence, of course. All right, and number eight, it is raining. It was raining heavily as a consequence, we had to stay at home.", "tokens": [467, 311, 3462, 281, 10958, 1778, 11, 309, 311, 3006, 13, 467, 311, 3006, 11, 307, 300, 558, 30, 1079, 13, 1079, 11, 3462, 281, 11, 293, 550, 321, 362, 11, 2086, 11, 309, 307, 3006, 11, 1230, 2309, 13, 1057, 558, 11, 1230, 3407, 13, 1079, 11, 1767, 13, 492, 20263, 294, 1242, 1265, 11, 1265, 311, 4103, 3231, 281, 13, 2561, 281, 428, 1152, 589, 13, 467, 311, 257, 3006, 8174, 13, 467, 311, 257, 3006, 8174, 11, 295, 1164, 13, 1057, 558, 11, 293, 1230, 3180, 11, 309, 307, 18441, 13, 467, 390, 18441, 10950, 382, 257, 18326, 11, 321, 632, 281, 1754, 412, 1280, 13], "avg_logprob": -0.3022727286273783, "compression_ratio": 1.8170212765957447, "no_speech_prob": 3.0994415283203125e-06, "words": [{"start": 1777.27, "end": 1777.53, "word": " It's", "probability": 0.4879150390625}, {"start": 1777.53, "end": 1778.03, "word": " due", "probability": 0.8125}, {"start": 1778.03, "end": 1778.33, "word": " to", "probability": 0.9599609375}, {"start": 1778.33, "end": 1779.29, "word": " poverty", "probability": 0.197021484375}, {"start": 1779.29, "end": 1779.93, "word": " reason,", "probability": 0.57275390625}, {"start": 1780.05, "end": 1780.27, "word": " it's", "probability": 0.83642578125}, {"start": 1780.27, "end": 1780.49, "word": " correct.", "probability": 0.8095703125}, {"start": 1780.69, "end": 1780.97, "word": " It's", "probability": 0.57440185546875}, {"start": 1780.97, "end": 1781.21, "word": " correct,", "probability": 0.8994140625}, {"start": 1781.39, "end": 1781.51, "word": " is", "probability": 0.89404296875}, {"start": 1781.51, "end": 1781.61, "word": " that", "probability": 0.9306640625}, {"start": 1781.61, "end": 1781.89, "word": " right?", "probability": 0.91064453125}, {"start": 1781.99, "end": 1782.29, "word": " Yes.", "probability": 0.9208984375}, {"start": 1782.37, "end": 1782.63, "word": " Yes,", "probability": 0.88818359375}, {"start": 1782.73, "end": 1782.97, "word": " due", "probability": 0.7861328125}, {"start": 1782.97, "end": 1783.45, "word": " to,", "probability": 0.97119140625}, {"start": 1783.59, "end": 1783.79, "word": " and", "probability": 0.9267578125}, {"start": 1783.79, "end": 1783.97, "word": " then", "probability": 0.85546875}, {"start": 1783.97, "end": 1784.17, "word": " we", "probability": 0.7958984375}, {"start": 1784.17, "end": 1784.77, "word": " have,", "probability": 0.951171875}, {"start": 1785.21, "end": 1785.93, "word": " yes,", "probability": 0.916015625}, {"start": 1786.13, "end": 1786.25, "word": " it", "probability": 0.9423828125}, {"start": 1786.25, "end": 1786.43, "word": " is", "probability": 0.91650390625}, {"start": 1786.43, "end": 1786.81, "word": " correct,", "probability": 0.92529296875}, {"start": 1787.03, "end": 1787.23, "word": " number", "probability": 0.912109375}, {"start": 1787.23, "end": 1787.59, "word": " six.", "probability": 0.759765625}, {"start": 1787.85, "end": 1787.87, "word": " All", "probability": 0.315673828125}, {"start": 1787.87, "end": 1787.99, "word": " right,", "probability": 0.90869140625}, {"start": 1788.03, "end": 1788.29, "word": " number", "probability": 0.9208984375}, {"start": 1788.29, "end": 1788.79, "word": " seven.", "probability": 0.92724609375}, {"start": 1789.19, "end": 1789.37, "word": " Yes,", "probability": 0.955078125}, {"start": 1789.43, "end": 1789.67, "word": " please.", "probability": 0.79931640625}, {"start": 1790.17, "end": 1790.37, "word": " We", "probability": 0.88818359375}, {"start": 1790.37, "end": 1791.01, "word": " succeeded", "probability": 0.87744140625}, {"start": 1791.01, "end": 1791.47, "word": " in", "probability": 0.822265625}, {"start": 1791.47, "end": 1792.21, "word": " getting", "probability": 0.9140625}, {"start": 1792.21, "end": 1792.83, "word": " God,", "probability": 0.319580078125}, {"start": 1793.01, "end": 1794.17, "word": " God's", "probability": 0.46881103515625}, {"start": 1794.17, "end": 1794.27, "word": " reality", "probability": 0.29296875}, {"start": 1794.27, "end": 1794.79, "word": " thanks", "probability": 0.53662109375}, {"start": 1794.79, "end": 1795.15, "word": " to.", "probability": 0.9677734375}, {"start": 1795.31, "end": 1795.83, "word": " Thanks", "probability": 0.7099609375}, {"start": 1795.83, "end": 1796.17, "word": " to", "probability": 0.96630859375}, {"start": 1796.17, "end": 1796.51, "word": " your", "probability": 0.7529296875}, {"start": 1796.51, "end": 1796.89, "word": " hard", "probability": 0.72216796875}, {"start": 1796.89, "end": 1797.21, "word": " work.", "probability": 0.92919921875}, {"start": 1797.43, "end": 1797.93, "word": " It's", "probability": 0.85595703125}, {"start": 1797.93, "end": 1798.09, "word": " a", "probability": 0.92529296875}, {"start": 1798.09, "end": 1798.35, "word": " correct", "probability": 0.61767578125}, {"start": 1798.35, "end": 1798.35, "word": " sentence.", "probability": 0.98046875}, {"start": 1798.41, "end": 1798.77, "word": " It's", "probability": 0.97314453125}, {"start": 1798.77, "end": 1798.89, "word": " a", "probability": 0.96875}, {"start": 1798.89, "end": 1799.23, "word": " correct", "probability": 0.9052734375}, {"start": 1799.23, "end": 1799.61, "word": " sentence,", "probability": 0.94677734375}, {"start": 1799.61, "end": 1800.01, "word": " of", "probability": 0.970703125}, {"start": 1800.01, "end": 1800.29, "word": " course.", "probability": 0.95751953125}, {"start": 1800.57, "end": 1800.81, "word": " All", "probability": 0.93994140625}, {"start": 1800.81, "end": 1800.97, "word": " right,", "probability": 0.91259765625}, {"start": 1801.05, "end": 1801.49, "word": " and", "probability": 0.9384765625}, {"start": 1801.49, "end": 1801.87, "word": " number", "probability": 0.93017578125}, {"start": 1801.87, "end": 1802.29, "word": " eight,", "probability": 0.89501953125}, {"start": 1802.43, "end": 1802.61, "word": " it", "probability": 0.93505859375}, {"start": 1802.61, "end": 1802.79, "word": " is", "probability": 0.89453125}, {"start": 1802.79, "end": 1803.05, "word": " raining.", "probability": 0.82080078125}, {"start": 1803.15, "end": 1803.19, "word": " It", "probability": 0.96875}, {"start": 1803.19, "end": 1803.33, "word": " was", "probability": 0.9462890625}, {"start": 1803.33, "end": 1803.63, "word": " raining", "probability": 0.802734375}, {"start": 1803.63, "end": 1804.07, "word": " heavily", "probability": 0.86865234375}, {"start": 1804.07, "end": 1804.39, "word": " as", "probability": 0.603515625}, {"start": 1804.39, "end": 1804.55, "word": " a", "probability": 0.98681640625}, {"start": 1804.55, "end": 1805.27, "word": " consequence,", "probability": 0.923828125}, {"start": 1805.65, "end": 1805.83, "word": " we", "probability": 0.9560546875}, {"start": 1805.83, "end": 1806.17, "word": " had", "probability": 0.9033203125}, {"start": 1806.17, "end": 1806.49, "word": " to", "probability": 0.96728515625}, {"start": 1806.49, "end": 1806.65, "word": " stay", "probability": 0.97412109375}, {"start": 1806.65, "end": 1806.83, "word": " at", "probability": 0.97021484375}, {"start": 1806.83, "end": 1807.05, "word": " home.", "probability": 0.888671875}], "temperature": 1.0}, {"id": 64, "seek": 183239, "start": 1808.49, "end": 1832.39, "text": " True? Yes. Okay, what we have is a sentence, alright? And number, the next one please. We had to cancel the match because of the bad weather. Is it true? Yes. Because of the bad weather. Very nice. And finally, number ten. Yes, at the back.", "tokens": [13587, 30, 1079, 13, 1033, 11, 437, 321, 362, 307, 257, 8174, 11, 5845, 30, 400, 1230, 11, 264, 958, 472, 1767, 13, 492, 632, 281, 10373, 264, 2995, 570, 295, 264, 1578, 5503, 13, 1119, 309, 2074, 30, 1079, 13, 1436, 295, 264, 1578, 5503, 13, 4372, 1481, 13, 400, 2721, 11, 1230, 2064, 13, 1079, 11, 412, 264, 646, 13], "avg_logprob": -0.37425594008158125, "compression_ratio": 1.5157232704402517, "no_speech_prob": 2.980232238769531e-07, "words": [{"start": 1808.49, "end": 1808.79, "word": " True?", "probability": 0.379638671875}, {"start": 1809.21, "end": 1809.51, "word": " Yes.", "probability": 0.7880859375}, {"start": 1810.51, "end": 1810.77, "word": " Okay,", "probability": 0.330078125}, {"start": 1810.87, "end": 1810.97, "word": " what", "probability": 0.90966796875}, {"start": 1810.97, "end": 1811.09, "word": " we", "probability": 0.9619140625}, {"start": 1811.09, "end": 1811.33, "word": " have", "probability": 0.94970703125}, {"start": 1811.33, "end": 1811.63, "word": " is", "probability": 0.81005859375}, {"start": 1811.63, "end": 1812.03, "word": " a", "probability": 0.92724609375}, {"start": 1812.03, "end": 1812.89, "word": " sentence,", "probability": 0.982421875}, {"start": 1813.19, "end": 1813.45, "word": " alright?", "probability": 0.76953125}, {"start": 1813.85, "end": 1814.19, "word": " And", "probability": 0.80419921875}, {"start": 1814.19, "end": 1814.51, "word": " number,", "probability": 0.411865234375}, {"start": 1814.69, "end": 1814.87, "word": " the", "probability": 0.90576171875}, {"start": 1814.87, "end": 1815.07, "word": " next", "probability": 0.94091796875}, {"start": 1815.07, "end": 1815.27, "word": " one", "probability": 0.93408203125}, {"start": 1815.27, "end": 1815.57, "word": " please.", "probability": 0.6025390625}, {"start": 1815.65, "end": 1815.67, "word": " We", "probability": 0.302001953125}, {"start": 1815.67, "end": 1815.91, "word": " had", "probability": 0.73779296875}, {"start": 1815.91, "end": 1817.13, "word": " to", "probability": 0.9482421875}, {"start": 1817.13, "end": 1817.55, "word": " cancel", "probability": 0.9609375}, {"start": 1817.55, "end": 1817.79, "word": " the", "probability": 0.90966796875}, {"start": 1817.79, "end": 1818.01, "word": " match", "probability": 0.91015625}, {"start": 1818.01, "end": 1818.35, "word": " because", "probability": 0.88037109375}, {"start": 1818.35, "end": 1818.61, "word": " of", "probability": 0.1427001953125}, {"start": 1818.61, "end": 1818.61, "word": " the", "probability": 0.80224609375}, {"start": 1818.61, "end": 1818.77, "word": " bad", "probability": 0.80419921875}, {"start": 1818.77, "end": 1819.05, "word": " weather.", "probability": 0.303955078125}, {"start": 1819.87, "end": 1820.23, "word": " Is", "probability": 0.64599609375}, {"start": 1820.23, "end": 1820.37, "word": " it", "probability": 0.9169921875}, {"start": 1820.37, "end": 1820.61, "word": " true?", "probability": 0.955078125}, {"start": 1820.93, "end": 1821.49, "word": " Yes.", "probability": 0.509765625}, {"start": 1822.17, "end": 1822.73, "word": " Because", "probability": 0.24609375}, {"start": 1822.73, "end": 1826.41, "word": " of", "probability": 0.828125}, {"start": 1826.41, "end": 1826.63, "word": " the", "probability": 0.72705078125}, {"start": 1826.63, "end": 1827.77, "word": " bad", "probability": 0.8291015625}, {"start": 1827.77, "end": 1828.09, "word": " weather.", "probability": 0.94970703125}, {"start": 1828.79, "end": 1828.79, "word": " Very", "probability": 0.517578125}, {"start": 1828.79, "end": 1828.99, "word": " nice.", "probability": 0.90966796875}, {"start": 1829.23, "end": 1829.47, "word": " And", "probability": 0.93017578125}, {"start": 1829.47, "end": 1830.01, "word": " finally,", "probability": 0.86572265625}, {"start": 1830.43, "end": 1830.71, "word": " number", "probability": 0.91162109375}, {"start": 1830.71, "end": 1831.11, "word": " ten.", "probability": 0.63720703125}, {"start": 1831.31, "end": 1831.59, "word": " Yes,", "probability": 0.86376953125}, {"start": 1831.79, "end": 1831.97, "word": " at", "probability": 0.62255859375}, {"start": 1831.97, "end": 1832.07, "word": " the", "probability": 0.92529296875}, {"start": 1832.07, "end": 1832.39, "word": " back.", "probability": 0.8642578125}], "temperature": 1.0}, {"id": 65, "seek": 185026, "start": 1835.8, "end": 1850.26, "text": "Due to her carelessness. Yes, because she was careful. So after due to, this is not a correct choice of transitions. Yes please. Due to her carelessness.", "tokens": [35, 622, 281, 720, 1127, 26663, 13, 1079, 11, 570, 750, 390, 5026, 13, 407, 934, 3462, 281, 11, 341, 307, 406, 257, 3006, 3922, 295, 23767, 13, 1079, 1767, 13, 18980, 281, 720, 1127, 26663, 13], "avg_logprob": -0.38651315240483536, "compression_ratio": 1.4299065420560748, "no_speech_prob": 5.960464477539062e-07, "words": [{"start": 1835.8000000000002, "end": 1836.4, "word": "Due", "probability": 0.5293731689453125}, {"start": 1836.4, "end": 1836.56, "word": " to", "probability": 0.97021484375}, {"start": 1836.56, "end": 1836.7, "word": " her", "probability": 0.7939453125}, {"start": 1836.7, "end": 1837.54, "word": " carelessness.", "probability": 0.600341796875}, {"start": 1838.86, "end": 1839.12, "word": " Yes,", "probability": 0.314697265625}, {"start": 1840.4, "end": 1840.7, "word": " because", "probability": 0.5595703125}, {"start": 1840.7, "end": 1840.98, "word": " she", "probability": 0.85400390625}, {"start": 1840.98, "end": 1841.56, "word": " was", "probability": 0.89404296875}, {"start": 1841.56, "end": 1841.98, "word": " careful.", "probability": 0.7685546875}, {"start": 1842.36, "end": 1842.44, "word": " So", "probability": 0.689453125}, {"start": 1842.44, "end": 1842.84, "word": " after", "probability": 0.6337890625}, {"start": 1842.84, "end": 1843.04, "word": " due", "probability": 0.9150390625}, {"start": 1843.04, "end": 1843.4, "word": " to,", "probability": 0.970703125}, {"start": 1843.5, "end": 1843.8, "word": " this", "probability": 0.85546875}, {"start": 1843.8, "end": 1843.96, "word": " is", "probability": 0.93701171875}, {"start": 1843.96, "end": 1844.18, "word": " not", "probability": 0.943359375}, {"start": 1844.18, "end": 1844.36, "word": " a", "probability": 0.83056640625}, {"start": 1844.36, "end": 1844.68, "word": " correct", "probability": 0.92138671875}, {"start": 1844.68, "end": 1845.22, "word": " choice", "probability": 0.93408203125}, {"start": 1845.22, "end": 1845.64, "word": " of", "probability": 0.93359375}, {"start": 1845.64, "end": 1846.58, "word": " transitions.", "probability": 0.5126953125}, {"start": 1846.74, "end": 1846.8, "word": " Yes", "probability": 0.779296875}, {"start": 1846.8, "end": 1847.06, "word": " please.", "probability": 0.48828125}, {"start": 1847.2, "end": 1847.34, "word": " Due", "probability": 0.66650390625}, {"start": 1847.34, "end": 1849.4, "word": " to", "probability": 0.97119140625}, {"start": 1849.4, "end": 1849.62, "word": " her", "probability": 0.95458984375}, {"start": 1849.62, "end": 1850.26, "word": " carelessness.", "probability": 0.76953125}], "temperature": 1.0}, {"id": 66, "seek": 188000, "start": 1850.86, "end": 1880.0, "text": " Okay, so all we have here is actually not to, to, to, but it has to be because she was not careful. All right? All right? So what we've done so far is looking at different transitions that we can use and we have to be careful about them. Let's finish with this exercise. What I'd like you to do is to write one or two more supporting sentences for this paragraph. Let's see. The rise of the internet.", "tokens": [1033, 11, 370, 439, 321, 362, 510, 307, 767, 406, 281, 11, 281, 11, 281, 11, 457, 309, 575, 281, 312, 570, 750, 390, 406, 5026, 13, 1057, 558, 30, 1057, 558, 30, 407, 437, 321, 600, 1096, 370, 1400, 307, 1237, 412, 819, 23767, 300, 321, 393, 764, 293, 321, 362, 281, 312, 5026, 466, 552, 13, 961, 311, 2413, 365, 341, 5380, 13, 708, 286, 1116, 411, 291, 281, 360, 307, 281, 2464, 472, 420, 732, 544, 7231, 16579, 337, 341, 18865, 13, 961, 311, 536, 13, 440, 6272, 295, 264, 4705, 13], "avg_logprob": -0.18457031032691398, "compression_ratio": 1.604, "no_speech_prob": 1.1920928955078125e-07, "words": [{"start": 1850.86, "end": 1851.34, "word": " Okay,", "probability": 0.496826171875}, {"start": 1851.66, "end": 1851.94, "word": " so", "probability": 0.91455078125}, {"start": 1851.94, "end": 1852.12, "word": " all", "probability": 0.38818359375}, {"start": 1852.12, "end": 1852.24, "word": " we", "probability": 0.8642578125}, {"start": 1852.24, "end": 1852.46, "word": " have", "probability": 0.94921875}, {"start": 1852.46, "end": 1852.72, "word": " here", "probability": 0.8603515625}, {"start": 1852.72, "end": 1853.08, "word": " is", "probability": 0.935546875}, {"start": 1853.08, "end": 1853.64, "word": " actually", "probability": 0.87841796875}, {"start": 1853.64, "end": 1854.22, "word": " not", "probability": 0.74560546875}, {"start": 1854.22, "end": 1854.56, "word": " to,", "probability": 0.438720703125}, {"start": 1854.74, "end": 1855.02, "word": " to,", "probability": 0.77294921875}, {"start": 1855.12, "end": 1855.34, "word": " to,", "probability": 0.88671875}, {"start": 1855.56, "end": 1855.58, "word": " but", "probability": 0.8955078125}, {"start": 1855.58, "end": 1855.78, "word": " it", "probability": 0.76220703125}, {"start": 1855.78, "end": 1855.96, "word": " has", "probability": 0.94970703125}, {"start": 1855.96, "end": 1856.1, "word": " to", "probability": 0.97314453125}, {"start": 1856.1, "end": 1856.32, "word": " be", "probability": 0.93896484375}, {"start": 1856.32, "end": 1856.9, "word": " because", "probability": 0.884765625}, {"start": 1856.9, "end": 1857.7, "word": " she", "probability": 0.87109375}, {"start": 1857.7, "end": 1857.98, "word": " was", "probability": 0.95361328125}, {"start": 1857.98, "end": 1858.34, "word": " not", "probability": 0.9482421875}, {"start": 1858.34, "end": 1859.14, "word": " careful.", "probability": 0.9609375}, {"start": 1859.18, "end": 1859.52, "word": " All", "probability": 0.52392578125}, {"start": 1859.52, "end": 1859.74, "word": " right?", "probability": 0.9111328125}, {"start": 1860.04, "end": 1860.18, "word": " All", "probability": 0.6279296875}, {"start": 1860.18, "end": 1860.3, "word": " right?", "probability": 0.9140625}, {"start": 1860.42, "end": 1860.6, "word": " So", "probability": 0.95361328125}, {"start": 1860.6, "end": 1860.82, "word": " what", "probability": 0.787109375}, {"start": 1860.82, "end": 1860.98, "word": " we've", "probability": 0.955078125}, {"start": 1860.98, "end": 1861.2, "word": " done", "probability": 0.908203125}, {"start": 1861.2, "end": 1861.44, "word": " so", "probability": 0.95361328125}, {"start": 1861.44, "end": 1861.66, "word": " far", "probability": 0.9443359375}, {"start": 1861.66, "end": 1861.82, "word": " is", "probability": 0.90673828125}, {"start": 1861.82, "end": 1862.12, "word": " looking", "probability": 0.923828125}, {"start": 1862.12, "end": 1862.44, "word": " at", "probability": 0.9677734375}, {"start": 1862.44, "end": 1863.08, "word": " different", "probability": 0.86328125}, {"start": 1863.08, "end": 1863.64, "word": " transitions", "probability": 0.89599609375}, {"start": 1863.64, "end": 1863.98, "word": " that", "probability": 0.9150390625}, {"start": 1863.98, "end": 1864.16, "word": " we", "probability": 0.962890625}, {"start": 1864.16, "end": 1864.54, "word": " can", "probability": 0.94384765625}, {"start": 1864.54, "end": 1865.6, "word": " use", "probability": 0.86767578125}, {"start": 1865.6, "end": 1865.88, "word": " and", "probability": 0.59912109375}, {"start": 1865.88, "end": 1866.04, "word": " we", "probability": 0.951171875}, {"start": 1866.04, "end": 1866.22, "word": " have", "probability": 0.94775390625}, {"start": 1866.22, "end": 1866.32, "word": " to", "probability": 0.97119140625}, {"start": 1866.32, "end": 1866.5, "word": " be", "probability": 0.95947265625}, {"start": 1866.5, "end": 1866.84, "word": " careful", "probability": 0.96826171875}, {"start": 1866.84, "end": 1867.76, "word": " about", "probability": 0.89404296875}, {"start": 1867.76, "end": 1868.08, "word": " them.", "probability": 0.83984375}, {"start": 1868.28, "end": 1868.5, "word": " Let's", "probability": 0.96630859375}, {"start": 1868.5, "end": 1868.74, "word": " finish", "probability": 0.9599609375}, {"start": 1868.74, "end": 1868.96, "word": " with", "probability": 0.884765625}, {"start": 1868.96, "end": 1869.22, "word": " this", "probability": 0.9443359375}, {"start": 1869.22, "end": 1870.1, "word": " exercise.", "probability": 0.95654296875}, {"start": 1870.64, "end": 1870.72, "word": " What", "probability": 0.8408203125}, {"start": 1870.72, "end": 1870.86, "word": " I'd", "probability": 0.958740234375}, {"start": 1870.86, "end": 1871.06, "word": " like", "probability": 0.93359375}, {"start": 1871.06, "end": 1871.18, "word": " you", "probability": 0.95703125}, {"start": 1871.18, "end": 1871.3, "word": " to", "probability": 0.96826171875}, {"start": 1871.3, "end": 1871.5, "word": " do", "probability": 0.9609375}, {"start": 1871.5, "end": 1871.8, "word": " is", "probability": 0.939453125}, {"start": 1871.8, "end": 1872.1, "word": " to", "probability": 0.90771484375}, {"start": 1872.1, "end": 1872.34, "word": " write", "probability": 0.91259765625}, {"start": 1872.34, "end": 1872.62, "word": " one", "probability": 0.923828125}, {"start": 1872.62, "end": 1872.92, "word": " or", "probability": 0.95849609375}, {"start": 1872.92, "end": 1873.14, "word": " two", "probability": 0.93701171875}, {"start": 1873.14, "end": 1873.52, "word": " more", "probability": 0.93994140625}, {"start": 1873.52, "end": 1874.08, "word": " supporting", "probability": 0.8388671875}, {"start": 1874.08, "end": 1874.72, "word": " sentences", "probability": 0.9501953125}, {"start": 1874.72, "end": 1875.8, "word": " for", "probability": 0.92919921875}, {"start": 1875.8, "end": 1876.68, "word": " this", "probability": 0.9501953125}, {"start": 1876.68, "end": 1877.62, "word": " paragraph.", "probability": 0.92578125}, {"start": 1877.96, "end": 1878.24, "word": " Let's", "probability": 0.971923828125}, {"start": 1878.24, "end": 1878.48, "word": " see.", "probability": 0.9248046875}, {"start": 1878.72, "end": 1878.84, "word": " The", "probability": 0.76318359375}, {"start": 1878.84, "end": 1879.12, "word": " rise", "probability": 0.85546875}, {"start": 1879.12, "end": 1879.28, "word": " of", "probability": 0.966796875}, {"start": 1879.28, "end": 1879.42, "word": " the", "probability": 0.91845703125}, {"start": 1879.42, "end": 1880.0, "word": " internet.", "probability": 0.71630859375}], "temperature": 1.0}, {"id": 67, "seek": 190107, "start": 1880.87, "end": 1901.07, "text": " has had profound, deep, very deep effects on our lives. First, email is now very familiar to us. For example, for instance, many of us can communicate with their friends, relatives, blah, blah, blah, blah. Now we're going to write about the second effect of the internet on our", "tokens": [575, 632, 14382, 11, 2452, 11, 588, 2452, 5065, 322, 527, 2909, 13, 2386, 11, 3796, 307, 586, 588, 4963, 281, 505, 13, 1171, 1365, 11, 337, 5197, 11, 867, 295, 505, 393, 7890, 365, 641, 1855, 11, 18201, 11, 12288, 11, 12288, 11, 12288, 11, 12288, 13, 823, 321, 434, 516, 281, 2464, 466, 264, 1150, 1802, 295, 264, 4705, 322, 527], "avg_logprob": -0.22412108955904841, "compression_ratio": 1.553072625698324, "no_speech_prob": 1.1324882507324219e-06, "words": [{"start": 1880.87, "end": 1881.21, "word": " has", "probability": 0.50390625}, {"start": 1881.21, "end": 1881.55, "word": " had", "probability": 0.525390625}, {"start": 1881.55, "end": 1882.27, "word": " profound,", "probability": 0.95166015625}, {"start": 1882.49, "end": 1882.71, "word": " deep,", "probability": 0.77978515625}, {"start": 1882.83, "end": 1883.17, "word": " very", "probability": 0.82861328125}, {"start": 1883.17, "end": 1883.55, "word": " deep", "probability": 0.970703125}, {"start": 1883.55, "end": 1884.07, "word": " effects", "probability": 0.7958984375}, {"start": 1884.07, "end": 1884.49, "word": " on", "probability": 0.94287109375}, {"start": 1884.49, "end": 1885.45, "word": " our", "probability": 0.89599609375}, {"start": 1885.45, "end": 1885.97, "word": " lives.", "probability": 0.849609375}, {"start": 1886.29, "end": 1886.71, "word": " First,", "probability": 0.873046875}, {"start": 1887.11, "end": 1887.41, "word": " email", "probability": 0.90771484375}, {"start": 1887.41, "end": 1887.83, "word": " is", "probability": 0.94482421875}, {"start": 1887.83, "end": 1888.05, "word": " now", "probability": 0.8896484375}, {"start": 1888.05, "end": 1888.33, "word": " very", "probability": 0.83642578125}, {"start": 1888.33, "end": 1888.83, "word": " familiar", "probability": 0.8369140625}, {"start": 1888.83, "end": 1889.09, "word": " to", "probability": 0.9658203125}, {"start": 1889.09, "end": 1889.41, "word": " us.", "probability": 0.93505859375}, {"start": 1889.59, "end": 1889.65, "word": " For", "probability": 0.9462890625}, {"start": 1889.65, "end": 1890.23, "word": " example,", "probability": 0.95947265625}, {"start": 1890.41, "end": 1890.55, "word": " for", "probability": 0.5322265625}, {"start": 1890.55, "end": 1891.01, "word": " instance,", "probability": 0.93359375}, {"start": 1891.21, "end": 1891.35, "word": " many", "probability": 0.90869140625}, {"start": 1891.35, "end": 1891.55, "word": " of", "probability": 0.96630859375}, {"start": 1891.55, "end": 1891.77, "word": " us", "probability": 0.93896484375}, {"start": 1891.77, "end": 1891.97, "word": " can", "probability": 0.93359375}, {"start": 1891.97, "end": 1892.51, "word": " communicate", "probability": 0.8203125}, {"start": 1892.51, "end": 1892.73, "word": " with", "probability": 0.90966796875}, {"start": 1892.73, "end": 1892.87, "word": " their", "probability": 0.81591796875}, {"start": 1892.87, "end": 1893.21, "word": " friends,", "probability": 0.82080078125}, {"start": 1893.33, "end": 1893.63, "word": " relatives,", "probability": 0.86279296875}, {"start": 1893.77, "end": 1893.87, "word": " blah,", "probability": 0.7880859375}, {"start": 1893.95, "end": 1894.03, "word": " blah,", "probability": 0.91845703125}, {"start": 1894.13, "end": 1894.23, "word": " blah,", "probability": 0.9287109375}, {"start": 1894.31, "end": 1894.47, "word": " blah.", "probability": 0.93505859375}, {"start": 1894.89, "end": 1895.15, "word": " Now", "probability": 0.95654296875}, {"start": 1895.15, "end": 1895.41, "word": " we're", "probability": 0.58251953125}, {"start": 1895.41, "end": 1895.53, "word": " going", "probability": 0.951171875}, {"start": 1895.53, "end": 1895.75, "word": " to", "probability": 0.966796875}, {"start": 1895.75, "end": 1895.97, "word": " write", "probability": 0.927734375}, {"start": 1895.97, "end": 1896.23, "word": " about", "probability": 0.91552734375}, {"start": 1896.23, "end": 1896.45, "word": " the", "probability": 0.896484375}, {"start": 1896.45, "end": 1896.81, "word": " second", "probability": 0.89501953125}, {"start": 1896.81, "end": 1897.37, "word": " effect", "probability": 0.90673828125}, {"start": 1897.37, "end": 1897.73, "word": " of", "probability": 0.9423828125}, {"start": 1897.73, "end": 1897.99, "word": " the", "probability": 0.8720703125}, {"start": 1897.99, "end": 1899.77, "word": " internet", "probability": 0.59375}, {"start": 1899.77, "end": 1900.55, "word": " on", "probability": 0.93212890625}, {"start": 1900.55, "end": 1901.07, "word": " our", "probability": 0.89404296875}], "temperature": 1.0}, {"id": 68, "seek": 191142, "start": 1902.02, "end": 1911.42, "text": " So what I'd like you to do is just write one more effect and give me one sentence as an example of this effect. Alright? Yes please.", "tokens": [407, 437, 286, 1116, 411, 291, 281, 360, 307, 445, 2464, 472, 544, 1802, 293, 976, 385, 472, 8174, 382, 364, 1365, 295, 341, 1802, 13, 2798, 30, 1079, 1767, 13], "avg_logprob": -0.3073730496689677, "compression_ratio": 1.209090909090909, "no_speech_prob": 4.76837158203125e-07, "words": [{"start": 1902.02, "end": 1902.54, "word": " So", "probability": 0.10675048828125}, {"start": 1902.54, "end": 1903.06, "word": " what", "probability": 0.7568359375}, {"start": 1903.06, "end": 1903.14, "word": " I'd", "probability": 0.724853515625}, {"start": 1903.14, "end": 1903.28, "word": " like", "probability": 0.86572265625}, {"start": 1903.28, "end": 1903.4, "word": " you", "probability": 0.55859375}, {"start": 1903.4, "end": 1903.4, "word": " to", "probability": 0.9208984375}, {"start": 1903.4, "end": 1903.56, "word": " do", "probability": 0.96044921875}, {"start": 1903.56, "end": 1903.68, "word": " is", "probability": 0.93017578125}, {"start": 1903.68, "end": 1903.88, "word": " just", "probability": 0.51904296875}, {"start": 1903.88, "end": 1904.2, "word": " write", "probability": 0.6103515625}, {"start": 1904.2, "end": 1904.46, "word": " one", "probability": 0.90478515625}, {"start": 1904.46, "end": 1904.72, "word": " more", "probability": 0.9404296875}, {"start": 1904.72, "end": 1905.14, "word": " effect", "probability": 0.939453125}, {"start": 1905.14, "end": 1905.58, "word": " and", "probability": 0.84375}, {"start": 1905.58, "end": 1905.76, "word": " give", "probability": 0.87939453125}, {"start": 1905.76, "end": 1905.92, "word": " me", "probability": 0.95166015625}, {"start": 1905.92, "end": 1906.18, "word": " one", "probability": 0.9228515625}, {"start": 1906.18, "end": 1906.72, "word": " sentence", "probability": 0.9482421875}, {"start": 1906.72, "end": 1906.96, "word": " as", "probability": 0.9521484375}, {"start": 1906.96, "end": 1907.1, "word": " an", "probability": 0.93359375}, {"start": 1907.1, "end": 1907.6, "word": " example", "probability": 0.97998046875}, {"start": 1907.6, "end": 1907.88, "word": " of", "probability": 0.95361328125}, {"start": 1907.88, "end": 1908.26, "word": " this", "probability": 0.7158203125}, {"start": 1908.26, "end": 1910.14, "word": " effect.", "probability": 0.90380859375}, {"start": 1910.4, "end": 1910.68, "word": " Alright?", "probability": 0.537109375}, {"start": 1910.94, "end": 1911.14, "word": " Yes", "probability": 0.9501953125}, {"start": 1911.14, "end": 1911.42, "word": " please.", "probability": 0.54248046875}], "temperature": 1.0}, {"id": 69, "seek": 195903, "start": 1933.91, "end": 1959.03, "text": " I'm going to ask you about your experience.", "tokens": [286, 478, 516, 281, 1029, 291, 466, 428, 1752, 13], "avg_logprob": -1.3792613419619473, "compression_ratio": 0.8979591836734694, "no_speech_prob": 6.979703903198242e-05, "words": [{"start": 1933.91, "end": 1934.17, "word": " I'm", "probability": 0.1195068359375}, {"start": 1934.17, "end": 1934.17, "word": " going", "probability": 0.10491943359375}, {"start": 1934.17, "end": 1953.33, "word": " to", "probability": 0.9033203125}, {"start": 1953.33, "end": 1953.71, "word": " ask", "probability": 0.06640625}, {"start": 1953.71, "end": 1958.11, "word": " you", "probability": 0.460205078125}, {"start": 1958.11, "end": 1958.29, "word": " about", "probability": 0.289306640625}, {"start": 1958.29, "end": 1958.57, "word": " your", "probability": 0.1646728515625}, {"start": 1958.57, "end": 1959.03, "word": " experience.", "probability": 0.31494140625}], "temperature": 1.0}, {"id": 70, "seek": 198143, "start": 1968.25, "end": 1981.43, "text": " So it could be about education, it could be about research, it could be about communication, it could be about different things. I'm just giving you some ideas to enlighten your thinking about this topic.", "tokens": [407, 309, 727, 312, 466, 3309, 11, 309, 727, 312, 466, 2132, 11, 309, 727, 312, 466, 6101, 11, 309, 727, 312, 466, 819, 721, 13, 286, 478, 445, 2902, 291, 512, 3487, 281, 18690, 268, 428, 1953, 466, 341, 4829, 13], "avg_logprob": -0.1630632232787997, "compression_ratio": 1.7083333333333333, "no_speech_prob": 4.2557716369628906e-05, "words": [{"start": 1968.25, "end": 1968.77, "word": " So", "probability": 0.333251953125}, {"start": 1968.77, "end": 1968.93, "word": " it", "probability": 0.7158203125}, {"start": 1968.93, "end": 1969.07, "word": " could", "probability": 0.8759765625}, {"start": 1969.07, "end": 1969.25, "word": " be", "probability": 0.94287109375}, {"start": 1969.25, "end": 1969.53, "word": " about", "probability": 0.90185546875}, {"start": 1969.53, "end": 1970.19, "word": " education,", "probability": 0.9423828125}, {"start": 1970.87, "end": 1970.95, "word": " it", "probability": 0.900390625}, {"start": 1970.95, "end": 1971.11, "word": " could", "probability": 0.888671875}, {"start": 1971.11, "end": 1971.29, "word": " be", "probability": 0.94140625}, {"start": 1971.29, "end": 1971.57, "word": " about", "probability": 0.90576171875}, {"start": 1971.57, "end": 1972.03, "word": " research,", "probability": 0.94921875}, {"start": 1972.61, "end": 1972.77, "word": " it", "probability": 0.82861328125}, {"start": 1972.77, "end": 1972.89, "word": " could", "probability": 0.8876953125}, {"start": 1972.89, "end": 1973.03, "word": " be", "probability": 0.935546875}, {"start": 1973.03, "end": 1973.31, "word": " about", "probability": 0.89697265625}, {"start": 1973.31, "end": 1974.13, "word": " communication,", "probability": 0.8466796875}, {"start": 1974.65, "end": 1974.83, "word": " it", "probability": 0.78125}, {"start": 1974.83, "end": 1974.85, "word": " could", "probability": 0.8916015625}, {"start": 1974.85, "end": 1974.97, "word": " be", "probability": 0.947265625}, {"start": 1974.97, "end": 1975.19, "word": " about", "probability": 0.88623046875}, {"start": 1975.19, "end": 1975.55, "word": " different", "probability": 0.86181640625}, {"start": 1975.55, "end": 1975.93, "word": " things.", "probability": 0.8662109375}, {"start": 1976.03, "end": 1976.37, "word": " I'm", "probability": 0.780517578125}, {"start": 1976.37, "end": 1976.55, "word": " just", "probability": 0.9072265625}, {"start": 1976.55, "end": 1976.79, "word": " giving", "probability": 0.8857421875}, {"start": 1976.79, "end": 1976.97, "word": " you", "probability": 0.96044921875}, {"start": 1976.97, "end": 1977.17, "word": " some", "probability": 0.8896484375}, {"start": 1977.17, "end": 1977.61, "word": " ideas", "probability": 0.892578125}, {"start": 1977.61, "end": 1978.55, "word": " to", "probability": 0.95068359375}, {"start": 1978.55, "end": 1980.07, "word": " enlighten", "probability": 0.946044921875}, {"start": 1980.07, "end": 1980.23, "word": " your", "probability": 0.72412109375}, {"start": 1980.23, "end": 1980.57, "word": " thinking", "probability": 0.88720703125}, {"start": 1980.57, "end": 1980.91, "word": " about", "probability": 0.888671875}, {"start": 1980.91, "end": 1981.11, "word": " this", "probability": 0.92138671875}, {"start": 1981.11, "end": 1981.43, "word": " topic.", "probability": 0.9453125}], "temperature": 1.0}, {"id": 71, "seek": 203858, "start": 2028.76, "end": 2038.58, "text": " You just go for information. It's not so easy. Internet has such things that you just go for public information.", "tokens": [509, 445, 352, 337, 1589, 13, 467, 311, 406, 370, 1858, 13, 7703, 575, 1270, 721, 300, 291, 445, 352, 337, 1908, 1589, 13], "avg_logprob": -0.7399999809265136, "compression_ratio": 1.313953488372093, "no_speech_prob": 0.0, "words": [{"start": 2028.76, "end": 2029.32, "word": " You", "probability": 0.11297607421875}, {"start": 2029.32, "end": 2029.6, "word": " just", "probability": 0.599609375}, {"start": 2029.6, "end": 2029.82, "word": " go", "probability": 0.401611328125}, {"start": 2029.82, "end": 2030.04, "word": " for", "probability": 0.68359375}, {"start": 2030.04, "end": 2030.72, "word": " information.", "probability": 0.64111328125}, {"start": 2032.1, "end": 2032.24, "word": " It's", "probability": 0.55718994140625}, {"start": 2032.24, "end": 2032.38, "word": " not", "probability": 0.263671875}, {"start": 2032.38, "end": 2032.54, "word": " so", "probability": 0.34521484375}, {"start": 2032.54, "end": 2032.7, "word": " easy.", "probability": 0.465087890625}, {"start": 2032.9, "end": 2033.22, "word": " Internet", "probability": 0.1474609375}, {"start": 2033.22, "end": 2033.66, "word": " has", "probability": 0.904296875}, {"start": 2033.66, "end": 2035.06, "word": " such", "probability": 0.305419921875}, {"start": 2035.06, "end": 2035.34, "word": " things", "probability": 0.211669921875}, {"start": 2035.34, "end": 2035.64, "word": " that", "probability": 0.5771484375}, {"start": 2035.64, "end": 2035.86, "word": " you", "probability": 0.6357421875}, {"start": 2035.86, "end": 2036.66, "word": " just", "probability": 0.552734375}, {"start": 2036.66, "end": 2036.94, "word": " go", "probability": 0.8974609375}, {"start": 2036.94, "end": 2037.4, "word": " for", "probability": 0.8759765625}, {"start": 2037.4, "end": 2038.02, "word": " public", "probability": 0.358642578125}, {"start": 2038.02, "end": 2038.58, "word": " information.", "probability": 0.90673828125}], "temperature": 1.0}, {"id": 72, "seek": 204698, "start": 2038.9, "end": 2046.98, "text": " For example, students can look for information in any subject.", "tokens": [1171, 1365, 11, 1731, 393, 574, 337, 1589, 294, 604, 3983, 13], "avg_logprob": -0.5480769230769231, "compression_ratio": 0.9402985074626866, "no_speech_prob": 1.1920928955078125e-07, "words": [{"start": 2038.9, "end": 2039.18, "word": " For", "probability": 0.319580078125}, {"start": 2039.18, "end": 2039.56, "word": " example,", "probability": 0.916015625}, {"start": 2039.92, "end": 2044.12, "word": " students", "probability": 0.67431640625}, {"start": 2044.12, "end": 2044.64, "word": " can", "probability": 0.88134765625}, {"start": 2044.64, "end": 2044.86, "word": " look", "probability": 0.2237548828125}, {"start": 2044.86, "end": 2045.3, "word": " for", "probability": 0.80712890625}, {"start": 2045.3, "end": 2045.96, "word": " information", "probability": 0.7451171875}, {"start": 2045.96, "end": 2046.3, "word": " in", "probability": 0.31640625}, {"start": 2046.3, "end": 2046.64, "word": " any", "probability": 0.39990234375}, {"start": 2046.64, "end": 2046.98, "word": " subject.", "probability": 0.900390625}], "temperature": 1.0}, {"id": 73, "seek": 208919, "start": 2079.49, "end": 2089.19, "text": " That is where there are many websites for learning, speaking, listening, and doing research.", "tokens": [663, 307, 689, 456, 366, 867, 12891, 337, 2539, 11, 4124, 11, 4764, 11, 293, 884, 2132, 13], "avg_logprob": -0.5398848558727064, "compression_ratio": 1.1481481481481481, "no_speech_prob": 3.5762786865234375e-07, "words": [{"start": 2079.49, "end": 2079.87, "word": " That", "probability": 0.5390625}, {"start": 2079.87, "end": 2080.29, "word": " is", "probability": 0.9111328125}, {"start": 2080.29, "end": 2082.73, "word": " where", "probability": 0.521484375}, {"start": 2082.73, "end": 2082.99, "word": " there", "probability": 0.71337890625}, {"start": 2082.99, "end": 2083.23, "word": " are", "probability": 0.93701171875}, {"start": 2083.23, "end": 2083.51, "word": " many", "probability": 0.1429443359375}, {"start": 2083.51, "end": 2084.03, "word": " websites", "probability": 0.8642578125}, {"start": 2084.03, "end": 2085.67, "word": " for", "probability": 0.88134765625}, {"start": 2085.67, "end": 2086.05, "word": " learning,", "probability": 0.15087890625}, {"start": 2086.57, "end": 2087.11, "word": " speaking,", "probability": 0.7548828125}, {"start": 2087.61, "end": 2087.87, "word": " listening,", "probability": 0.7529296875}, {"start": 2088.21, "end": 2088.55, "word": " and", "probability": 0.470458984375}, {"start": 2088.55, "end": 2088.75, "word": " doing", "probability": 0.39306640625}, {"start": 2088.75, "end": 2089.19, "word": " research.", "probability": 0.369873046875}], "temperature": 1.0}, {"id": 74, "seek": 213707, "start": 2110.81, "end": 2137.07, "text": " Who can explain this? Who can explain this? Who can explain this? Who can explain this? Who can explain this?", "tokens": [2102, 393, 2903, 341, 30, 2102, 393, 2903, 341, 30, 2102, 393, 2903, 341, 30, 2102, 393, 2903, 341, 30, 2102, 393, 2903, 341, 30], "avg_logprob": -0.6219952152325556, "compression_ratio": 3.3333333333333335, "no_speech_prob": 1.9669532775878906e-06, "words": [{"start": 2110.81, "end": 2111.77, "word": " Who", "probability": 0.036651611328125}, {"start": 2111.77, "end": 2111.95, "word": " can", "probability": 0.76416015625}, {"start": 2111.95, "end": 2112.11, "word": " explain", "probability": 0.09478759765625}, {"start": 2112.11, "end": 2112.87, "word": " this?", "probability": 0.423828125}, {"start": 2113.93, "end": 2114.89, "word": " Who", "probability": 0.14697265625}, {"start": 2114.89, "end": 2114.99, "word": " can", "probability": 0.7041015625}, {"start": 2114.99, "end": 2115.17, "word": " explain", "probability": 0.9052734375}, {"start": 2115.17, "end": 2115.79, "word": " this?", "probability": 0.7421875}, {"start": 2116.25, "end": 2116.25, "word": " Who", "probability": 0.30419921875}, {"start": 2116.25, "end": 2119.75, "word": " can", "probability": 0.76416015625}, {"start": 2119.75, "end": 2119.75, "word": " explain", "probability": 0.927734375}, {"start": 2119.75, "end": 2119.97, "word": " this?", "probability": 0.88720703125}, {"start": 2120.15, "end": 2120.27, "word": " Who", "probability": 0.406494140625}, {"start": 2120.27, "end": 2121.59, "word": " can", "probability": 0.87109375}, {"start": 2121.59, "end": 2122.03, "word": " explain", "probability": 0.935546875}, {"start": 2122.03, "end": 2122.53, "word": " this?", "probability": 0.921875}, {"start": 2122.85, "end": 2122.85, "word": " Who", "probability": 0.51025390625}, {"start": 2122.85, "end": 2123.17, "word": " can", "probability": 0.904296875}, {"start": 2123.17, "end": 2124.33, "word": " explain", "probability": 0.9375}, {"start": 2124.33, "end": 2137.07, "word": " this?", "probability": 0.92919921875}], "temperature": 1.0}, {"id": 75, "seek": 214444, "start": 2138.08, "end": 2144.44, "text": " When you search for something, you look for something. And when you search something, you stand it.", "tokens": [1133, 291, 3164, 337, 746, 11, 291, 574, 337, 746, 13, 400, 562, 291, 3164, 746, 11, 291, 1463, 309, 13], "avg_logprob": -0.5383522673086687, "compression_ratio": 1.5151515151515151, "no_speech_prob": 5.960464477539063e-08, "words": [{"start": 2138.08, "end": 2138.56, "word": " When", "probability": 0.04443359375}, {"start": 2138.56, "end": 2138.7, "word": " you", "probability": 0.83984375}, {"start": 2138.7, "end": 2139.02, "word": " search", "probability": 0.96142578125}, {"start": 2139.02, "end": 2139.28, "word": " for", "probability": 0.94482421875}, {"start": 2139.28, "end": 2139.62, "word": " something,", "probability": 0.85302734375}, {"start": 2140.02, "end": 2140.3, "word": " you", "probability": 0.85595703125}, {"start": 2140.3, "end": 2140.68, "word": " look", "probability": 0.9267578125}, {"start": 2140.68, "end": 2141.0, "word": " for", "probability": 0.8818359375}, {"start": 2141.0, "end": 2141.36, "word": " something.", "probability": 0.7138671875}, {"start": 2141.74, "end": 2141.9, "word": " And", "probability": 0.35498046875}, {"start": 2141.9, "end": 2142.1, "word": " when", "probability": 0.7919921875}, {"start": 2142.1, "end": 2142.28, "word": " you", "probability": 0.9287109375}, {"start": 2142.28, "end": 2142.5, "word": " search", "probability": 0.96533203125}, {"start": 2142.5, "end": 2142.88, "word": " something,", "probability": 0.73974609375}, {"start": 2143.28, "end": 2143.5, "word": " you", "probability": 0.9599609375}, {"start": 2143.5, "end": 2143.86, "word": " stand", "probability": 0.217041015625}, {"start": 2143.86, "end": 2144.44, "word": " it.", "probability": 0.342041015625}], "temperature": 1.0}, {"id": 76, "seek": 217767, "start": 2166.34, "end": 2177.68, "text": " I don't know what you're talking about. I don't know what you're talking about. I don't know what you're talking about. I don't know what you're talking about. I don't know what you're talking about. I don't know what you're talking about. I don't know what you're talking about. I don't know what you're talking about.", "tokens": [286, 500, 380, 458, 437, 291, 434, 1417, 466, 13, 286, 500, 380, 458, 437, 291, 434, 1417, 466, 13, 286, 500, 380, 458, 437, 291, 434, 1417, 466, 13, 286, 500, 380, 458, 437, 291, 434, 1417, 466, 13, 286, 500, 380, 458, 437, 291, 434, 1417, 466, 13, 286, 500, 380, 458, 437, 291, 434, 1417, 466, 13, 286, 500, 380, 458, 437, 291, 434, 1417, 466, 13, 286, 500, 380, 458, 437, 291, 434, 1417, 466, 13], "avg_logprob": -0.4070216049382716, "compression_ratio": 6.037735849056604, "no_speech_prob": 6.556510925292969e-07, "words": [{"start": 2166.34, "end": 2166.34, "word": " I", "probability": 0.1280517578125}, {"start": 2166.34, "end": 2166.42, "word": " don't", "probability": 0.53912353515625}, {"start": 2166.42, "end": 2166.42, "word": " know", "probability": 0.261474609375}, {"start": 2166.42, "end": 2166.66, "word": " what", "probability": 0.2027587890625}, {"start": 2166.66, "end": 2166.82, "word": " you're", "probability": 0.32708740234375}, {"start": 2166.82, "end": 2167.1, "word": " talking", "probability": 0.354248046875}, {"start": 2167.1, "end": 2167.1, "word": " about.", "probability": 0.912109375}, {"start": 2167.12, "end": 2167.24, "word": " I", "probability": 0.387939453125}, {"start": 2167.24, "end": 2167.54, "word": " don't", "probability": 0.5850830078125}, {"start": 2167.54, "end": 2167.54, "word": " know", "probability": 0.3623046875}, {"start": 2167.54, "end": 2168.3, "word": " what", "probability": 0.48876953125}, {"start": 2168.3, "end": 2169.08, "word": " you're", "probability": 0.824462890625}, {"start": 2169.08, "end": 2169.54, "word": " talking", "probability": 0.6044921875}, {"start": 2169.54, "end": 2169.78, "word": " about.", "probability": 0.9130859375}, {"start": 2169.84, "end": 2169.96, "word": " I", "probability": 0.449462890625}, {"start": 2169.96, "end": 2169.98, "word": " don't", "probability": 0.66064453125}, {"start": 2169.98, "end": 2170.2, "word": " know", "probability": 0.65771484375}, {"start": 2170.2, "end": 2170.3, "word": " what", "probability": 0.76611328125}, {"start": 2170.3, "end": 2170.34, "word": " you're", "probability": 0.90576171875}, {"start": 2170.34, "end": 2170.44, "word": " talking", "probability": 0.7392578125}, {"start": 2170.44, "end": 2170.54, "word": " about.", "probability": 0.9111328125}, {"start": 2170.76, "end": 2170.76, "word": " I", "probability": 0.50341796875}, {"start": 2170.76, "end": 2170.78, "word": " don't", "probability": 0.6947021484375}, {"start": 2170.78, "end": 2171.04, "word": " know", "probability": 0.6943359375}, {"start": 2171.04, "end": 2171.04, "word": " what", "probability": 0.82568359375}, {"start": 2171.04, "end": 2171.04, "word": " you're", "probability": 0.9306640625}, {"start": 2171.04, "end": 2171.08, "word": " talking", "probability": 0.7939453125}, {"start": 2171.08, "end": 2171.76, "word": " about.", "probability": 0.9111328125}, {"start": 2172.08, "end": 2172.5, "word": " I", "probability": 0.481689453125}, {"start": 2172.5, "end": 2172.68, "word": " don't", "probability": 0.769775390625}, {"start": 2172.68, "end": 2172.68, "word": " know", "probability": 0.81640625}, {"start": 2172.68, "end": 2172.78, "word": " what", "probability": 0.85888671875}, {"start": 2172.78, "end": 2173.04, "word": " you're", "probability": 0.945556640625}, {"start": 2173.04, "end": 2173.24, "word": " talking", "probability": 0.822265625}, {"start": 2173.24, "end": 2173.24, "word": " about.", "probability": 0.912109375}, {"start": 2173.46, "end": 2173.46, "word": " I", "probability": 0.51513671875}, {"start": 2173.46, "end": 2173.46, "word": " don't", "probability": 0.8310546875}, {"start": 2173.46, "end": 2173.46, "word": " know", "probability": 0.853515625}, {"start": 2173.46, "end": 2173.46, "word": " what", "probability": 0.8720703125}, {"start": 2173.46, "end": 2174.0, "word": " you're", "probability": 0.953369140625}, {"start": 2174.0, "end": 2174.08, "word": " talking", "probability": 0.83642578125}, {"start": 2174.08, "end": 2174.08, "word": " about.", "probability": 0.90869140625}, {"start": 2174.88, "end": 2175.18, "word": " I", "probability": 0.58544921875}, {"start": 2175.18, "end": 2175.18, "word": " don't", "probability": 0.870361328125}, {"start": 2175.18, "end": 2175.18, "word": " know", "probability": 0.869140625}, {"start": 2175.18, "end": 2175.18, "word": " what", "probability": 0.88330078125}, {"start": 2175.18, "end": 2175.46, "word": " you're", "probability": 0.959716796875}, {"start": 2175.46, "end": 2175.64, "word": " talking", "probability": 0.845703125}, {"start": 2175.64, "end": 2175.9, "word": " about.", "probability": 0.91064453125}, {"start": 2176.2, "end": 2176.62, "word": " I", "probability": 0.6591796875}, {"start": 2176.62, "end": 2176.72, "word": " don't", "probability": 0.896728515625}, {"start": 2176.72, "end": 2176.72, "word": " know", "probability": 0.8818359375}, {"start": 2176.72, "end": 2176.72, "word": " what", "probability": 0.89501953125}, {"start": 2176.72, "end": 2177.5, "word": " you're", "probability": 0.964111328125}, {"start": 2177.5, "end": 2177.56, "word": " talking", "probability": 0.85205078125}, {"start": 2177.56, "end": 2177.68, "word": " about.", "probability": 0.908203125}], "temperature": 1.0}, {"id": 77, "seek": 219358, "start": 2190.32, "end": 2193.58, "text": " I'm sorry. I'm sorry.", "tokens": [286, 478, 2597, 13, 286, 478, 2597, 13], "avg_logprob": -1.3298611111111112, "compression_ratio": 1.0476190476190477, "no_speech_prob": 8.940696716308594e-07, "words": [{"start": 2190.32, "end": 2191.18, "word": " I'm", "probability": 0.0914306640625}, {"start": 2191.18, "end": 2191.18, "word": " sorry.", "probability": 0.13037109375}, {"start": 2191.68, "end": 2192.12, "word": " I'm", "probability": 0.4154052734375}, {"start": 2192.12, "end": 2193.58, "word": " sorry.", "probability": 0.56201171875}], "temperature": 1.0}, {"id": 78, "seek": 223879, "start": 2237.11, "end": 2238.79, "text": " It's chicken curry.", "tokens": [467, 311, 4662, 18123, 13], "avg_logprob": -0.9511719147364298, "compression_ratio": 0.7142857142857143, "no_speech_prob": 4.76837158203125e-07, "words": [{"start": 2237.11, "end": 2238.01, "word": " It's", "probability": 0.441741943359375}, {"start": 2238.01, "end": 2238.33, "word": " chicken", "probability": 0.462646484375}, {"start": 2238.33, "end": 2238.79, "word": " curry.", "probability": 0.297607421875}], "temperature": 1.0}, {"id": 79, "seek": 226325, "start": 2248.67, "end": 2263.25, "text": " Okay. Okay. Okay.", "tokens": [1033, 13, 1033, 13, 1033, 13], "avg_logprob": -1.3348213945116316, "compression_ratio": 1.125, "no_speech_prob": 0.00011432170867919922, "words": [{"start": 2248.67, "end": 2250.07, "word": " Okay.", "probability": 0.018890380859375}, {"start": 2250.79, "end": 2251.99, "word": " Okay.", "probability": 0.2069091796875}, {"start": 2261.85, "end": 2263.25, "word": " Okay.", "probability": 0.310546875}], "temperature": 1.0}, {"id": 80, "seek": 230073, "start": 2275.66, "end": 2300.74, "text": " Alright, let's see. Just very quickly. Yes, please. Students can solve their homework if students can solve their homework in symmetry with each other and have their grades and inverse their next semester grades. Okay, very nice. But this is an example. I would like to see the effect in general. Okay, very good, very good. Anyway, yes, I would like. Yes, please.", "tokens": [2798, 11, 718, 311, 536, 13, 1449, 588, 2661, 13, 1079, 11, 1767, 13, 17244, 393, 5039, 641, 14578, 498, 1731, 393, 5039, 641, 14578, 294, 25440, 365, 1184, 661, 293, 362, 641, 18041, 293, 17340, 641, 958, 11894, 18041, 13, 1033, 11, 588, 1481, 13, 583, 341, 307, 364, 1365, 13, 286, 576, 411, 281, 536, 264, 1802, 294, 2674, 13, 1033, 11, 588, 665, 11, 588, 665, 13, 5684, 11, 2086, 11, 286, 576, 411, 13, 1079, 11, 1767, 13], "avg_logprob": -0.3525978865393673, "compression_ratio": 1.7548076923076923, "no_speech_prob": 1.1920928955078125e-07, "words": [{"start": 2275.66, "end": 2276.18, "word": " Alright,", "probability": 0.36572265625}, {"start": 2276.84, "end": 2277.1, "word": " let's", "probability": 0.910400390625}, {"start": 2277.1, "end": 2277.32, "word": " see.", "probability": 0.9130859375}, {"start": 2277.66, "end": 2278.04, "word": " Just", "probability": 0.337890625}, {"start": 2278.04, "end": 2278.28, "word": " very", "probability": 0.79248046875}, {"start": 2278.28, "end": 2278.64, "word": " quickly.", "probability": 0.93017578125}, {"start": 2279.6, "end": 2279.86, "word": " Yes,", "probability": 0.8447265625}, {"start": 2279.96, "end": 2280.16, "word": " please.", "probability": 0.810546875}, {"start": 2281.82, "end": 2282.34, "word": " Students", "probability": 0.552734375}, {"start": 2282.34, "end": 2282.64, "word": " can", "probability": 0.87890625}, {"start": 2282.64, "end": 2282.9, "word": " solve", "probability": 0.91650390625}, {"start": 2282.9, "end": 2283.14, "word": " their", "probability": 0.943359375}, {"start": 2283.14, "end": 2283.5, "word": " homework", "probability": 0.830078125}, {"start": 2283.5, "end": 2284.0, "word": " if", "probability": 0.15185546875}, {"start": 2284.0, "end": 2284.88, "word": " students", "probability": 0.373779296875}, {"start": 2284.88, "end": 2285.36, "word": " can", "probability": 0.7900390625}, {"start": 2285.36, "end": 2286.12, "word": " solve", "probability": 0.8916015625}, {"start": 2286.12, "end": 2286.34, "word": " their", "probability": 0.93701171875}, {"start": 2286.34, "end": 2286.8, "word": " homework", "probability": 0.84814453125}, {"start": 2286.8, "end": 2287.08, "word": " in", "probability": 0.810546875}, {"start": 2287.08, "end": 2287.46, "word": " symmetry", "probability": 0.163330078125}, {"start": 2287.46, "end": 2287.76, "word": " with", "probability": 0.396240234375}, {"start": 2287.76, "end": 2287.96, "word": " each", "probability": 0.80322265625}, {"start": 2287.96, "end": 2288.38, "word": " other", "probability": 0.8681640625}, {"start": 2288.38, "end": 2288.8, "word": " and", "probability": 0.7578125}, {"start": 2288.8, "end": 2289.14, "word": " have", "probability": 0.72314453125}, {"start": 2289.14, "end": 2289.36, "word": " their", "probability": 0.55517578125}, {"start": 2289.36, "end": 2289.74, "word": " grades", "probability": 0.9375}, {"start": 2289.74, "end": 2290.08, "word": " and", "probability": 0.71923828125}, {"start": 2290.08, "end": 2290.74, "word": " inverse", "probability": 0.2744140625}, {"start": 2290.74, "end": 2291.06, "word": " their", "probability": 0.50927734375}, {"start": 2291.06, "end": 2291.4, "word": " next", "probability": 0.7021484375}, {"start": 2291.4, "end": 2291.76, "word": " semester", "probability": 0.92236328125}, {"start": 2291.76, "end": 2292.16, "word": " grades.", "probability": 0.132568359375}, {"start": 2292.44, "end": 2292.86, "word": " Okay,", "probability": 0.626953125}, {"start": 2292.98, "end": 2293.22, "word": " very", "probability": 0.8388671875}, {"start": 2293.22, "end": 2293.44, "word": " nice.", "probability": 0.8994140625}, {"start": 2293.5, "end": 2293.62, "word": " But", "probability": 0.84765625}, {"start": 2293.62, "end": 2293.8, "word": " this", "probability": 0.912109375}, {"start": 2293.8, "end": 2293.9, "word": " is", "probability": 0.9384765625}, {"start": 2293.9, "end": 2294.06, "word": " an", "probability": 0.9150390625}, {"start": 2294.06, "end": 2294.46, "word": " example.", "probability": 0.97509765625}, {"start": 2294.56, "end": 2294.68, "word": " I", "probability": 0.994140625}, {"start": 2294.68, "end": 2294.84, "word": " would", "probability": 0.92236328125}, {"start": 2294.84, "end": 2295.02, "word": " like", "probability": 0.47509765625}, {"start": 2295.02, "end": 2295.14, "word": " to", "probability": 0.9658203125}, {"start": 2295.14, "end": 2295.3, "word": " see", "probability": 0.9267578125}, {"start": 2295.3, "end": 2295.48, "word": " the", "probability": 0.908203125}, {"start": 2295.48, "end": 2295.86, "word": " effect", "probability": 0.90478515625}, {"start": 2295.86, "end": 2296.1, "word": " in", "probability": 0.90478515625}, {"start": 2296.1, "end": 2296.46, "word": " general.", "probability": 0.91162109375}, {"start": 2296.88, "end": 2297.12, "word": " Okay,", "probability": 0.83349609375}, {"start": 2297.5, "end": 2297.66, "word": " very", "probability": 0.84375}, {"start": 2297.66, "end": 2297.86, "word": " good,", "probability": 0.92138671875}, {"start": 2297.98, "end": 2298.1, "word": " very", "probability": 0.83642578125}, {"start": 2298.1, "end": 2298.3, "word": " good.", "probability": 0.921875}, {"start": 2298.38, "end": 2298.64, "word": " Anyway,", "probability": 0.771484375}, {"start": 2299.06, "end": 2299.34, "word": " yes,", "probability": 0.927734375}, {"start": 2299.66, "end": 2299.76, "word": " I", "probability": 0.9326171875}, {"start": 2299.76, "end": 2299.9, "word": " would", "probability": 0.93212890625}, {"start": 2299.9, "end": 2300.12, "word": " like.", "probability": 0.8857421875}, {"start": 2300.28, "end": 2300.52, "word": " Yes,", "probability": 0.95751953125}, {"start": 2300.56, "end": 2300.74, "word": " please.", "probability": 0.81494140625}], "temperature": 1.0}, {"id": 81, "seek": 232755, "start": 2308.01, "end": 2327.55, "text": " Very nice. Very nice. Excellent. Okay, very nice. Very nice literature. Yes, please.", "tokens": [4372, 1481, 13, 4372, 1481, 13, 16723, 13, 1033, 11, 588, 1481, 13, 4372, 1481, 10394, 13, 1079, 11, 1767, 13], "avg_logprob": -0.4676846672188152, "compression_ratio": 1.2878787878787878, "no_speech_prob": 1.3709068298339844e-06, "words": [{"start": 2308.01, "end": 2308.57, "word": " Very", "probability": 0.139404296875}, {"start": 2308.57, "end": 2309.13, "word": " nice.", "probability": 0.84716796875}, {"start": 2314.91, "end": 2315.05, "word": " Very", "probability": 0.278564453125}, {"start": 2315.05, "end": 2318.23, "word": " nice.", "probability": 0.890625}, {"start": 2321.93, "end": 2322.33, "word": " Excellent.", "probability": 0.822265625}, {"start": 2324.89, "end": 2325.31, "word": " Okay,", "probability": 0.427978515625}, {"start": 2325.51, "end": 2325.71, "word": " very", "probability": 0.84765625}, {"start": 2325.71, "end": 2325.97, "word": " nice.", "probability": 0.90283203125}, {"start": 2326.05, "end": 2326.27, "word": " Very", "probability": 0.7578125}, {"start": 2326.27, "end": 2326.53, "word": " nice", "probability": 0.91552734375}, {"start": 2326.53, "end": 2326.81, "word": " literature.", "probability": 0.26904296875}, {"start": 2327.13, "end": 2327.35, "word": " Yes,", "probability": 0.955078125}, {"start": 2327.39, "end": 2327.55, "word": " please.", "probability": 0.7978515625}], "temperature": 1.0}, {"id": 82, "seek": 235794, "start": 2328.7, "end": 2357.94, "text": " Second, the internet developed a way of communication. For example, Skype nowadays can connect with other people in any place in the world. We can exchange information. For instance, students in university can do conference with other students and listen to each other. Very nice. Very, very nice. Very good example that you've written. Second, the internet has", "tokens": [5736, 11, 264, 4705, 4743, 257, 636, 295, 6101, 13, 1171, 1365, 11, 31743, 13434, 393, 1745, 365, 661, 561, 294, 604, 1081, 294, 264, 1002, 13, 492, 393, 7742, 1589, 13, 1171, 5197, 11, 1731, 294, 5454, 393, 360, 7586, 365, 661, 1731, 293, 2140, 281, 1184, 661, 13, 4372, 1481, 13, 4372, 11, 588, 1481, 13, 4372, 665, 1365, 300, 291, 600, 3720, 13, 5736, 11, 264, 4705, 575], "avg_logprob": -0.23307291542490324, "compression_ratio": 1.699530516431925, "no_speech_prob": 0.0, "words": [{"start": 2328.7000000000003, "end": 2329.26, "word": " Second,", "probability": 0.51611328125}, {"start": 2329.46, "end": 2329.56, "word": " the", "probability": 0.78564453125}, {"start": 2329.56, "end": 2329.8, "word": " internet", "probability": 0.658203125}, {"start": 2329.8, "end": 2330.24, "word": " developed", "probability": 0.495361328125}, {"start": 2330.24, "end": 2330.58, "word": " a", "probability": 0.521484375}, {"start": 2330.58, "end": 2330.92, "word": " way", "probability": 0.947265625}, {"start": 2330.92, "end": 2331.28, "word": " of", "probability": 0.95947265625}, {"start": 2331.28, "end": 2332.26, "word": " communication.", "probability": 0.83349609375}, {"start": 2332.6, "end": 2332.7, "word": " For", "probability": 0.94921875}, {"start": 2332.7, "end": 2333.26, "word": " example,", "probability": 0.96875}, {"start": 2333.88, "end": 2334.32, "word": " Skype", "probability": 0.46533203125}, {"start": 2334.32, "end": 2335.24, "word": " nowadays", "probability": 0.6787109375}, {"start": 2335.24, "end": 2335.6, "word": " can", "probability": 0.3681640625}, {"start": 2335.6, "end": 2337.04, "word": " connect", "probability": 0.82177734375}, {"start": 2337.04, "end": 2337.2, "word": " with", "probability": 0.70751953125}, {"start": 2337.2, "end": 2337.42, "word": " other", "probability": 0.787109375}, {"start": 2337.42, "end": 2337.74, "word": " people", "probability": 0.94482421875}, {"start": 2337.74, "end": 2337.94, "word": " in", "probability": 0.65185546875}, {"start": 2337.94, "end": 2338.1, "word": " any", "probability": 0.673828125}, {"start": 2338.1, "end": 2338.38, "word": " place", "probability": 0.88427734375}, {"start": 2338.38, "end": 2338.56, "word": " in", "probability": 0.9384765625}, {"start": 2338.56, "end": 2338.66, "word": " the", "probability": 0.92041015625}, {"start": 2338.66, "end": 2338.98, "word": " world.", "probability": 0.95751953125}, {"start": 2339.5, "end": 2339.72, "word": " We", "probability": 0.75537109375}, {"start": 2339.72, "end": 2339.92, "word": " can", "probability": 0.9375}, {"start": 2339.92, "end": 2340.8, "word": " exchange", "probability": 0.9326171875}, {"start": 2340.8, "end": 2341.86, "word": " information.", "probability": 0.82666015625}, {"start": 2342.52, "end": 2342.7, "word": " For", "probability": 0.9404296875}, {"start": 2342.7, "end": 2343.08, "word": " instance,", "probability": 0.9453125}, {"start": 2343.38, "end": 2343.72, "word": " students", "probability": 0.94775390625}, {"start": 2343.72, "end": 2344.06, "word": " in", "probability": 0.857421875}, {"start": 2344.06, "end": 2344.46, "word": " university", "probability": 0.60595703125}, {"start": 2344.46, "end": 2344.86, "word": " can", "probability": 0.9462890625}, {"start": 2344.86, "end": 2345.06, "word": " do", "probability": 0.8779296875}, {"start": 2345.06, "end": 2345.56, "word": " conference", "probability": 0.4541015625}, {"start": 2345.56, "end": 2345.84, "word": " with", "probability": 0.83447265625}, {"start": 2345.84, "end": 2346.14, "word": " other", "probability": 0.87353515625}, {"start": 2346.14, "end": 2346.64, "word": " students", "probability": 0.7822265625}, {"start": 2346.64, "end": 2347.3, "word": " and", "probability": 0.84716796875}, {"start": 2347.3, "end": 2347.54, "word": " listen", "probability": 0.91845703125}, {"start": 2347.54, "end": 2347.76, "word": " to", "probability": 0.9541015625}, {"start": 2347.76, "end": 2347.9, "word": " each", "probability": 0.94140625}, {"start": 2347.9, "end": 2348.18, "word": " other.", "probability": 0.8603515625}, {"start": 2348.46, "end": 2348.74, "word": " Very", "probability": 0.640625}, {"start": 2348.74, "end": 2349.0, "word": " nice.", "probability": 0.8447265625}, {"start": 2349.14, "end": 2349.42, "word": " Very,", "probability": 0.8515625}, {"start": 2349.52, "end": 2349.72, "word": " very", "probability": 0.8603515625}, {"start": 2349.72, "end": 2349.92, "word": " nice.", "probability": 0.89794921875}, {"start": 2349.98, "end": 2350.16, "word": " Very", "probability": 0.81396484375}, {"start": 2350.16, "end": 2350.36, "word": " good", "probability": 0.91796875}, {"start": 2350.36, "end": 2350.84, "word": " example", "probability": 0.95556640625}, {"start": 2350.84, "end": 2351.12, "word": " that", "probability": 0.9140625}, {"start": 2351.12, "end": 2351.3, "word": " you've", "probability": 0.911865234375}, {"start": 2351.3, "end": 2351.46, "word": " written.", "probability": 0.9130859375}, {"start": 2351.58, "end": 2351.88, "word": " Second,", "probability": 0.8212890625}, {"start": 2352.64, "end": 2352.86, "word": " the", "probability": 0.916015625}, {"start": 2352.86, "end": 2353.3, "word": " internet", "probability": 0.8974609375}, {"start": 2353.3, "end": 2357.94, "word": " has", "probability": 0.89794921875}], "temperature": 1.0}, {"id": 83, "seek": 238563, "start": 2358.77, "end": 2385.63, "text": " had greater benefits for students alright or the internet has benefited has immensely benefited the students okay in different ways okay for example this is the second reason okay the importance of the internet for learning purposes okay for instance", "tokens": [632, 5044, 5311, 337, 1731, 5845, 420, 264, 4705, 575, 33605, 575, 38674, 33605, 264, 1731, 1392, 294, 819, 2098, 1392, 337, 1365, 341, 307, 264, 1150, 1778, 1392, 264, 7379, 295, 264, 4705, 337, 2539, 9932, 1392, 337, 5197], "avg_logprob": -0.2780106591015327, "compression_ratio": 1.767605633802817, "no_speech_prob": 0.0, "words": [{"start": 2358.77, "end": 2359.45, "word": " had", "probability": 0.139892578125}, {"start": 2359.45, "end": 2361.17, "word": " greater", "probability": 0.74658203125}, {"start": 2361.17, "end": 2363.43, "word": " benefits", "probability": 0.869140625}, {"start": 2363.43, "end": 2365.71, "word": " for", "probability": 0.96435546875}, {"start": 2365.71, "end": 2367.91, "word": " students", "probability": 0.96337890625}, {"start": 2367.91, "end": 2371.35, "word": " alright", "probability": 0.288818359375}, {"start": 2371.35, "end": 2371.89, "word": " or", "probability": 0.2398681640625}, {"start": 2371.89, "end": 2372.05, "word": " the", "probability": 0.87109375}, {"start": 2372.05, "end": 2372.33, "word": " internet", "probability": 0.8671875}, {"start": 2372.33, "end": 2372.71, "word": " has", "probability": 0.94775390625}, {"start": 2372.71, "end": 2373.33, "word": " benefited", "probability": 0.70068359375}, {"start": 2373.33, "end": 2374.61, "word": " has", "probability": 0.374267578125}, {"start": 2374.61, "end": 2375.23, "word": " immensely", "probability": 0.84228515625}, {"start": 2375.23, "end": 2375.85, "word": " benefited", "probability": 0.83984375}, {"start": 2375.85, "end": 2376.27, "word": " the", "probability": 0.475830078125}, {"start": 2376.27, "end": 2377.07, "word": " students", "probability": 0.96337890625}, {"start": 2377.07, "end": 2377.49, "word": " okay", "probability": 0.499755859375}, {"start": 2377.49, "end": 2377.77, "word": " in", "probability": 0.853515625}, {"start": 2377.77, "end": 2378.17, "word": " different", "probability": 0.892578125}, {"start": 2378.17, "end": 2378.57, "word": " ways", "probability": 0.896484375}, {"start": 2378.57, "end": 2378.91, "word": " okay", "probability": 0.8271484375}, {"start": 2378.91, "end": 2379.29, "word": " for", "probability": 0.8193359375}, {"start": 2379.29, "end": 2379.71, "word": " example", "probability": 0.931640625}, {"start": 2379.71, "end": 2379.95, "word": " this", "probability": 0.9033203125}, {"start": 2379.95, "end": 2380.03, "word": " is", "probability": 0.955078125}, {"start": 2380.03, "end": 2380.17, "word": " the", "probability": 0.58837890625}, {"start": 2380.17, "end": 2380.45, "word": " second", "probability": 0.875}, {"start": 2380.45, "end": 2380.87, "word": " reason", "probability": 0.9794921875}, {"start": 2380.87, "end": 2381.19, "word": " okay", "probability": 0.89208984375}, {"start": 2381.19, "end": 2381.39, "word": " the", "probability": 0.89404296875}, {"start": 2381.39, "end": 2381.85, "word": " importance", "probability": 0.96484375}, {"start": 2381.85, "end": 2382.29, "word": " of", "probability": 0.966796875}, {"start": 2382.29, "end": 2382.71, "word": " the", "probability": 0.845703125}, {"start": 2382.71, "end": 2382.95, "word": " internet", "probability": 0.9208984375}, {"start": 2382.95, "end": 2383.21, "word": " for", "probability": 0.955078125}, {"start": 2383.21, "end": 2383.61, "word": " learning", "probability": 0.955078125}, {"start": 2383.61, "end": 2384.11, "word": " purposes", "probability": 0.9384765625}, {"start": 2384.11, "end": 2384.55, "word": " okay", "probability": 0.8984375}, {"start": 2384.55, "end": 2385.07, "word": " for", "probability": 0.92578125}, {"start": 2385.07, "end": 2385.63, "word": " instance", "probability": 0.95458984375}], "temperature": 1.0}, {"id": 84, "seek": 241827, "start": 2389.95, "end": 2418.27, "text": "Students can use the internet to search for information, to look for information, to search for learning materials. Okay?", "tokens": [42665, 791, 393, 764, 264, 4705, 281, 3164, 337, 1589, 11, 281, 574, 337, 1589, 11, 281, 3164, 337, 2539, 5319, 13, 1033, 30], "avg_logprob": -0.335625, "compression_ratio": 1.3296703296703296, "no_speech_prob": 0.0, "words": [{"start": 2389.95, "end": 2391.35, "word": "Students", "probability": 0.79248046875}, {"start": 2391.35, "end": 2392.75, "word": " can", "probability": 0.921875}, {"start": 2392.75, "end": 2394.45, "word": " use", "probability": 0.89306640625}, {"start": 2394.45, "end": 2396.85, "word": " the", "probability": 0.43896484375}, {"start": 2396.85, "end": 2397.53, "word": " internet", "probability": 0.81787109375}, {"start": 2397.53, "end": 2400.47, "word": " to", "probability": 0.59619140625}, {"start": 2400.47, "end": 2404.71, "word": " search", "probability": 0.31787109375}, {"start": 2404.71, "end": 2406.15, "word": " for", "probability": 0.93212890625}, {"start": 2406.15, "end": 2406.65, "word": " information,", "probability": 0.70458984375}, {"start": 2406.71, "end": 2406.87, "word": " to", "probability": 0.9267578125}, {"start": 2406.87, "end": 2407.03, "word": " look", "probability": 0.71923828125}, {"start": 2407.03, "end": 2407.27, "word": " for", "probability": 0.9521484375}, {"start": 2407.27, "end": 2407.87, "word": " information,", "probability": 0.8408203125}, {"start": 2407.97, "end": 2408.17, "word": " to", "probability": 0.9501953125}, {"start": 2408.17, "end": 2408.63, "word": " search", "probability": 0.97900390625}, {"start": 2408.63, "end": 2410.51, "word": " for", "probability": 0.943359375}, {"start": 2410.51, "end": 2412.37, "word": " learning", "probability": 0.939453125}, {"start": 2412.37, "end": 2413.13, "word": " materials.", "probability": 0.7978515625}, {"start": 2416.87, "end": 2418.27, "word": " Okay?", "probability": 0.4697265625}], "temperature": 1.0}, {"id": 85, "seek": 244615, "start": 2418.83, "end": 2446.15, "text": "download lectures or lecture materials okay communicate and finally just because of short of time and communicate with other students and teachers", "tokens": [5093, 2907, 16564, 420, 7991, 5319, 1392, 7890, 293, 2721, 445, 570, 295, 2099, 295, 565, 293, 7890, 365, 661, 1731, 293, 6023], "avg_logprob": -0.2985025954743226, "compression_ratio": 1.4313725490196079, "no_speech_prob": 0.0, "words": [{"start": 2418.83, "end": 2420.55, "word": "download", "probability": 0.5838623046875}, {"start": 2420.55, "end": 2425.45, "word": " lectures", "probability": 0.68603515625}, {"start": 2425.45, "end": 2426.43, "word": " or", "probability": 0.52734375}, {"start": 2426.43, "end": 2426.83, "word": " lecture", "probability": 0.92431640625}, {"start": 2426.83, "end": 2427.59, "word": " materials", "probability": 0.7880859375}, {"start": 2427.59, "end": 2431.21, "word": " okay", "probability": 0.367431640625}, {"start": 2431.21, "end": 2433.15, "word": " communicate", "probability": 0.66796875}, {"start": 2433.15, "end": 2433.81, "word": " and", "probability": 0.78515625}, {"start": 2433.81, "end": 2434.39, "word": " finally", "probability": 0.8056640625}, {"start": 2434.39, "end": 2434.81, "word": " just", "probability": 0.71875}, {"start": 2434.81, "end": 2435.09, "word": " because", "probability": 0.904296875}, {"start": 2435.09, "end": 2435.23, "word": " of", "probability": 0.91357421875}, {"start": 2435.23, "end": 2435.47, "word": " short", "probability": 0.779296875}, {"start": 2435.47, "end": 2435.61, "word": " of", "probability": 0.90966796875}, {"start": 2435.61, "end": 2435.89, "word": " time", "probability": 0.90625}, {"start": 2435.89, "end": 2436.37, "word": " and", "probability": 0.75634765625}, {"start": 2436.37, "end": 2437.23, "word": " communicate", "probability": 0.884765625}, {"start": 2437.23, "end": 2438.93, "word": " with", "probability": 0.85791015625}, {"start": 2438.93, "end": 2439.27, "word": " other", "probability": 0.85498046875}, {"start": 2439.27, "end": 2441.33, "word": " students", "probability": 0.93310546875}, {"start": 2441.33, "end": 2445.77, "word": " and", "probability": 0.78369140625}, {"start": 2445.77, "end": 2446.15, "word": " teachers", "probability": 0.736328125}], "temperature": 1.0}, {"id": 86, "seek": 247246, "start": 2447.41, "end": 2472.47, "text": " And teaches. Okay, very nice. Okay, so we have here the benefits of the internet has had profound benefits, especially to students or to learners. For example, students can now use the internet to download important information, search for learning resources, and finally, and to communicate with other students.", "tokens": [400, 16876, 13, 1033, 11, 588, 1481, 13, 1033, 11, 370, 321, 362, 510, 264, 5311, 295, 264, 4705, 575, 632, 14382, 5311, 11, 2318, 281, 1731, 420, 281, 23655, 13, 1171, 1365, 11, 1731, 393, 586, 764, 264, 4705, 281, 5484, 1021, 1589, 11, 3164, 337, 2539, 3593, 11, 293, 2721, 11, 293, 281, 7890, 365, 661, 1731, 13], "avg_logprob": -0.2295081976984368, "compression_ratio": 1.6134020618556701, "no_speech_prob": 4.76837158203125e-07, "words": [{"start": 2447.4100000000003, "end": 2448.07, "word": " And", "probability": 0.281494140625}, {"start": 2448.07, "end": 2448.73, "word": " teaches.", "probability": 0.35595703125}, {"start": 2451.09, "end": 2451.41, "word": " Okay,", "probability": 0.64404296875}, {"start": 2452.19, "end": 2452.43, "word": " very", "probability": 0.73681640625}, {"start": 2452.43, "end": 2452.69, "word": " nice.", "probability": 0.9033203125}, {"start": 2453.01, "end": 2453.11, "word": " Okay,", "probability": 0.5068359375}, {"start": 2453.31, "end": 2453.45, "word": " so", "probability": 0.9453125}, {"start": 2453.45, "end": 2453.71, "word": " we", "probability": 0.75146484375}, {"start": 2453.71, "end": 2453.93, "word": " have", "probability": 0.9501953125}, {"start": 2453.93, "end": 2454.17, "word": " here", "probability": 0.86572265625}, {"start": 2454.17, "end": 2454.63, "word": " the", "probability": 0.6640625}, {"start": 2454.63, "end": 2455.13, "word": " benefits", "probability": 0.8369140625}, {"start": 2455.13, "end": 2455.39, "word": " of", "probability": 0.94921875}, {"start": 2455.39, "end": 2455.57, "word": " the", "probability": 0.8544921875}, {"start": 2455.57, "end": 2455.87, "word": " internet", "probability": 0.7001953125}, {"start": 2455.87, "end": 2456.25, "word": " has", "probability": 0.8388671875}, {"start": 2456.25, "end": 2456.69, "word": " had", "probability": 0.8984375}, {"start": 2456.69, "end": 2457.37, "word": " profound", "probability": 0.96435546875}, {"start": 2457.37, "end": 2457.95, "word": " benefits,", "probability": 0.8447265625}, {"start": 2458.31, "end": 2458.55, "word": " especially", "probability": 0.83837890625}, {"start": 2458.55, "end": 2458.95, "word": " to", "probability": 0.96435546875}, {"start": 2458.95, "end": 2459.59, "word": " students", "probability": 0.97216796875}, {"start": 2459.59, "end": 2459.85, "word": " or", "probability": 0.79443359375}, {"start": 2459.85, "end": 2460.05, "word": " to", "probability": 0.94775390625}, {"start": 2460.05, "end": 2460.47, "word": " learners.", "probability": 0.9638671875}, {"start": 2460.97, "end": 2461.17, "word": " For", "probability": 0.96875}, {"start": 2461.17, "end": 2461.85, "word": " example,", "probability": 0.9716796875}, {"start": 2462.33, "end": 2462.71, "word": " students", "probability": 0.97412109375}, {"start": 2462.71, "end": 2463.05, "word": " can", "probability": 0.9501953125}, {"start": 2463.05, "end": 2463.35, "word": " now", "probability": 0.94140625}, {"start": 2463.35, "end": 2463.57, "word": " use", "probability": 0.876953125}, {"start": 2463.57, "end": 2463.71, "word": " the", "probability": 0.9140625}, {"start": 2463.71, "end": 2464.07, "word": " internet", "probability": 0.8935546875}, {"start": 2464.07, "end": 2464.37, "word": " to", "probability": 0.96484375}, {"start": 2464.37, "end": 2464.81, "word": " download", "probability": 0.95361328125}, {"start": 2464.81, "end": 2465.89, "word": " important", "probability": 0.880859375}, {"start": 2465.89, "end": 2466.65, "word": " information,", "probability": 0.837890625}, {"start": 2466.89, "end": 2467.15, "word": " search", "probability": 0.97509765625}, {"start": 2467.15, "end": 2467.43, "word": " for", "probability": 0.9462890625}, {"start": 2467.43, "end": 2467.85, "word": " learning", "probability": 0.9306640625}, {"start": 2467.85, "end": 2468.49, "word": " resources,", "probability": 0.9267578125}, {"start": 2468.91, "end": 2469.07, "word": " and", "probability": 0.93115234375}, {"start": 2469.07, "end": 2470.47, "word": " finally,", "probability": 0.72265625}, {"start": 2470.75, "end": 2470.95, "word": " and", "probability": 0.767578125}, {"start": 2470.95, "end": 2471.07, "word": " to", "probability": 0.95849609375}, {"start": 2471.07, "end": 2471.47, "word": " communicate", "probability": 0.8623046875}, {"start": 2471.47, "end": 2471.79, "word": " with", "probability": 0.89599609375}, {"start": 2471.79, "end": 2472.01, "word": " other", "probability": 0.88427734375}, {"start": 2472.01, "end": 2472.47, "word": " students.", "probability": 0.974609375}], "temperature": 1.0}, {"id": 87, "seek": 249511, "start": 2473.43, "end": 2495.11, "text": " learners okay so what we see here again is a kind of very good writing of course in effect paragraph writing and here in this case we are looking at the effects of something okay the effects of the internet on generally on our lives okay we'll stop right here thank you very much and see you next time thank you", "tokens": [23655, 1392, 370, 437, 321, 536, 510, 797, 307, 257, 733, 295, 588, 665, 3579, 295, 1164, 294, 1802, 18865, 3579, 293, 510, 294, 341, 1389, 321, 366, 1237, 412, 264, 5065, 295, 746, 1392, 264, 5065, 295, 264, 4705, 322, 5101, 322, 527, 2909, 1392, 321, 603, 1590, 558, 510, 1309, 291, 588, 709, 293, 536, 291, 958, 565, 1309, 291], "avg_logprob": -0.2011408791655586, "compression_ratio": 1.723756906077348, "no_speech_prob": 1.8298625946044922e-05, "words": [{"start": 2473.4300000000003, "end": 2474.03, "word": " learners", "probability": 0.8505859375}, {"start": 2474.03, "end": 2474.39, "word": " okay", "probability": 0.244384765625}, {"start": 2474.39, "end": 2474.73, "word": " so", "probability": 0.429931640625}, {"start": 2474.73, "end": 2474.85, "word": " what", "probability": 0.63037109375}, {"start": 2474.85, "end": 2474.97, "word": " we", "probability": 0.9384765625}, {"start": 2474.97, "end": 2475.11, "word": " see", "probability": 0.93505859375}, {"start": 2475.11, "end": 2475.31, "word": " here", "probability": 0.8544921875}, {"start": 2475.31, "end": 2475.67, "word": " again", "probability": 0.91357421875}, {"start": 2475.67, "end": 2476.33, "word": " is", "probability": 0.93505859375}, {"start": 2476.33, "end": 2476.75, "word": " a", "probability": 0.9453125}, {"start": 2476.75, "end": 2477.11, "word": " kind", "probability": 0.85693359375}, {"start": 2477.11, "end": 2477.29, "word": " of", "probability": 0.97021484375}, {"start": 2477.29, "end": 2477.51, "word": " very", "probability": 0.8193359375}, {"start": 2477.51, "end": 2477.77, "word": " good", "probability": 0.93505859375}, {"start": 2477.77, "end": 2478.31, "word": " writing", "probability": 0.91259765625}, {"start": 2478.31, "end": 2478.63, "word": " of", "probability": 0.548828125}, {"start": 2478.63, "end": 2478.89, "word": " course", "probability": 0.81396484375}, {"start": 2478.89, "end": 2479.01, "word": " in", "probability": 0.6728515625}, {"start": 2479.01, "end": 2479.35, "word": " effect", "probability": 0.83056640625}, {"start": 2479.35, "end": 2480.43, "word": " paragraph", "probability": 0.880859375}, {"start": 2480.43, "end": 2481.29, "word": " writing", "probability": 0.9111328125}, {"start": 2481.29, "end": 2481.53, "word": " and", "probability": 0.9052734375}, {"start": 2481.53, "end": 2481.79, "word": " here", "probability": 0.8525390625}, {"start": 2481.79, "end": 2481.97, "word": " in", "probability": 0.93798828125}, {"start": 2481.97, "end": 2482.17, "word": " this", "probability": 0.9501953125}, {"start": 2482.17, "end": 2482.41, "word": " case", "probability": 0.91162109375}, {"start": 2482.41, "end": 2482.55, "word": " we", "probability": 0.88671875}, {"start": 2482.55, "end": 2482.63, "word": " are", "probability": 0.62744140625}, {"start": 2482.63, "end": 2482.93, "word": " looking", "probability": 0.9130859375}, {"start": 2482.93, "end": 2483.29, "word": " at", "probability": 0.966796875}, {"start": 2483.29, "end": 2484.03, "word": " the", "probability": 0.912109375}, {"start": 2484.03, "end": 2484.47, "word": " effects", "probability": 0.8642578125}, {"start": 2484.47, "end": 2484.89, "word": " of", "probability": 0.9599609375}, {"start": 2484.89, "end": 2485.93, "word": " something", "probability": 0.497802734375}, {"start": 2485.93, "end": 2486.39, "word": " okay", "probability": 0.8603515625}, {"start": 2486.39, "end": 2486.57, "word": " the", "probability": 0.8369140625}, {"start": 2486.57, "end": 2486.87, "word": " effects", "probability": 0.87109375}, {"start": 2486.87, "end": 2487.05, "word": " of", "probability": 0.95458984375}, {"start": 2487.05, "end": 2487.19, "word": " the", "probability": 0.89697265625}, {"start": 2487.19, "end": 2487.49, "word": " internet", "probability": 0.86865234375}, {"start": 2487.49, "end": 2487.93, "word": " on", "probability": 0.935546875}, {"start": 2487.93, "end": 2489.13, "word": " generally", "probability": 0.783203125}, {"start": 2489.13, "end": 2489.43, "word": " on", "probability": 0.87548828125}, {"start": 2489.43, "end": 2489.75, "word": " our", "probability": 0.89892578125}, {"start": 2489.75, "end": 2490.55, "word": " lives", "probability": 0.85791015625}, {"start": 2490.55, "end": 2490.83, "word": " okay", "probability": 0.87255859375}, {"start": 2490.83, "end": 2491.37, "word": " we'll", "probability": 0.7314453125}, {"start": 2491.37, "end": 2491.57, "word": " stop", "probability": 0.92724609375}, {"start": 2491.57, "end": 2491.79, "word": " right", "probability": 0.9228515625}, {"start": 2491.79, "end": 2492.15, "word": " here", "probability": 0.85009765625}, {"start": 2492.15, "end": 2492.67, "word": " thank", "probability": 0.779296875}, {"start": 2492.67, "end": 2492.79, "word": " you", "probability": 0.9638671875}, {"start": 2492.79, "end": 2492.95, "word": " very", "probability": 0.84423828125}, {"start": 2492.95, "end": 2493.19, "word": " much", "probability": 0.91162109375}, {"start": 2493.19, "end": 2493.37, "word": " and", "probability": 0.9287109375}, {"start": 2493.37, "end": 2493.61, "word": " see", "probability": 0.86474609375}, {"start": 2493.61, "end": 2493.75, "word": " you", "probability": 0.9677734375}, {"start": 2493.75, "end": 2493.99, "word": " next", "probability": 0.93798828125}, {"start": 2493.99, "end": 2494.31, "word": " time", "probability": 0.88671875}, {"start": 2494.31, "end": 2494.81, "word": " thank", "probability": 0.310302734375}, {"start": 2494.81, "end": 2495.11, "word": " you", "probability": 0.96240234375}], "temperature": 1.0}], "language": "en", "language_probability": 1.0, "duration": 2496.05225, "duration_after_vad": 2013.8918749999905} \ No newline at end of file diff --git a/PL9fwy3NUQKwbknFHzECJkgNOSFOth6GiS/tpkOVQqvAGM_raw.srt b/PL9fwy3NUQKwbknFHzECJkgNOSFOth6GiS/tpkOVQqvAGM_raw.srt new file mode 100644 index 0000000000000000000000000000000000000000..d6627060b510e63d3d7248eb46a7c3471645817c --- /dev/null +++ b/PL9fwy3NUQKwbknFHzECJkgNOSFOth6GiS/tpkOVQqvAGM_raw.srt @@ -0,0 +1,1932 @@ +1 +00:00:22,020 --> 00:00:25,040 +Good morning, how are you today? Very good, very + +2 +00:00:25,040 --> 00:00:29,160 +good. Today we will continue talking about cause + +3 +00:00:29,160 --> 00:00:32,500 +and effect paragraph. Last time we discussed a few + +4 +00:00:32,500 --> 00:00:35,360 +points regarding cause and effect and we said that + +5 +00:00:35,360 --> 00:00:37,880 +cause and effect are very much interdependent, + +6 +00:00:38,200 --> 00:00:40,520 +that is to say we cannot think of a cause without + +7 +00:00:40,520 --> 00:00:44,410 +thinking of its effects or its consequences and + +8 +00:00:44,410 --> 00:00:47,250 +vice versa. So we cannot think of effects without + +9 +00:00:47,250 --> 00:00:51,090 +actually discussing or examining the causes of + +10 +00:00:51,090 --> 00:00:54,970 +such, of this effect. Today, we'll continue doing + +11 +00:00:54,970 --> 00:00:59,130 +some more practice in this. So generally, whenever + +12 +00:00:59,130 --> 00:01:01,750 +we want to write a cause and effect paragraph, we + +13 +00:01:01,750 --> 00:01:06,010 +have to actually support this paragraph or this + +14 +00:01:06,010 --> 00:01:09,330 +topic that addresses a cause and or an effect. + +15 +00:01:09,640 --> 00:01:14,120 +with a number of things. For example, we should + +16 +00:01:14,120 --> 00:01:18,580 +give good examples for a cause or for an effect. + +17 +00:01:18,660 --> 00:01:21,960 +We should provide definitions, descriptions, + +18 +00:01:22,720 --> 00:01:26,080 +narrations, and or comparisons. That is to say, + +19 +00:01:26,380 --> 00:01:29,020 +the more you provide support to your idea, to your + +20 +00:01:29,020 --> 00:01:32,560 +topic sentence, the better and the clearer it + +21 +00:01:32,560 --> 00:01:37,600 +gets. Whenever we write, we have some causal + +22 +00:01:37,600 --> 00:01:40,380 +patterns, alright? So, we have to have some kind + +23 +00:01:40,380 --> 00:01:44,900 +of organization for how we want to organize the + +24 +00:01:44,900 --> 00:01:48,240 +writing of our paragraph or about causes and + +25 +00:01:48,240 --> 00:01:53,420 +effects. Generally, you might be given an effect + +26 +00:01:53,420 --> 00:01:58,640 +and you are asked The causes, or the other way + +27 +00:01:58,640 --> 00:02:02,000 +around. You have a cause, for example, and you + +28 +00:02:02,000 --> 00:02:05,760 +want to think about or write about the effects of + +29 +00:02:05,760 --> 00:02:08,620 +this. For example, air pollution, and you want to + +30 +00:02:08,620 --> 00:02:10,960 +talk about the effects of air pollution, the + +31 +00:02:10,960 --> 00:02:13,420 +negative of course, effects of air pollution. And + +32 +00:02:13,420 --> 00:02:17,520 +sometimes we have something called causal or chain + +33 +00:02:17,520 --> 00:02:20,420 +reasoning. That is to say, there is a cause that + +34 +00:02:20,420 --> 00:02:23,140 +leads to an effect, and this effect leads to + +35 +00:02:23,140 --> 00:02:26,780 +another effect, and so on. kind of a chain order. + +36 +00:02:27,020 --> 00:02:29,780 +Let's just quickly look at these examples just to + +37 +00:02:29,780 --> 00:02:33,360 +illustrate the idea better. So we have a cause + +38 +00:02:33,360 --> 00:02:37,260 +here or we have an effect here, car accidents for + +39 +00:02:37,260 --> 00:02:40,420 +example. It's an effect. What are the causes or + +40 +00:02:40,420 --> 00:02:44,860 +the possible causes of car accidents? A cause + +41 +00:02:44,860 --> 00:02:48,420 +might be bad road infrastructure for example or + +42 +00:02:48,700 --> 00:02:53,200 +driving, or lack of law enforcements and so on. So + +43 +00:02:53,200 --> 00:02:56,660 +these are the causes that we can possibly write + +44 +00:02:56,660 --> 00:03:00,820 +about in order to examine the effects or the issue + +45 +00:03:00,820 --> 00:03:04,220 +of car accidents. We have the other way around. + +46 +00:03:04,340 --> 00:03:07,640 +For instance, we have greenhouse emissions, which + +47 +00:03:07,640 --> 00:03:12,390 +is for example that leads to a number of + +48 +00:03:12,390 --> 00:03:14,990 +consequences that leads to a number of effects for + +49 +00:03:14,990 --> 00:03:18,630 +instance climatic changes as we see here and + +50 +00:03:18,630 --> 00:03:22,430 +everywhere else in this world or another effect is + +51 +00:03:22,430 --> 00:03:26,390 +danger to coastal regions for example or a third + +52 +00:03:26,390 --> 00:03:30,010 +effect might be a change in weather patterns as we + +53 +00:03:30,010 --> 00:03:34,810 +see today today is a cold day in Gaza here all + +54 +00:03:34,810 --> 00:03:37,710 +right so and sometimes we have the third type or + +55 +00:03:37,710 --> 00:03:41,530 +the third pattern which is Chain reasoning. So we + +56 +00:03:41,530 --> 00:03:46,410 +have greenhouse emission that causes global + +57 +00:03:46,410 --> 00:03:49,930 +warming. This causes an effect and this effect + +58 +00:03:49,930 --> 00:03:52,410 +leads to another effect. Let's just say it becomes + +59 +00:03:52,410 --> 00:03:55,270 +a cause for other effects, okay? For negative + +60 +00:03:55,270 --> 00:03:58,640 +effects on natural resources. Changes to + +61 +00:03:58,640 --> 00:04:03,160 +agriculture or endangering wildlife, animals or + +62 +00:04:03,160 --> 00:04:06,860 +species. So again, we have a kind of a chain, an + +63 +00:04:06,860 --> 00:04:09,020 +effect or a cause leads to an effect and this + +64 +00:04:09,020 --> 00:04:13,280 +leads also to another effect. Is this clear? So + +65 +00:04:13,280 --> 00:04:15,680 +have this kind of understanding of this conception + +66 +00:04:15,680 --> 00:04:19,640 +whenever you want to write about chain, about + +67 +00:04:19,640 --> 00:04:24,260 +causal effect writing patterns, okay? This is an + +68 +00:04:24,260 --> 00:04:26,820 +example, for instance. We have a topic sentence + +69 +00:04:26,820 --> 00:04:31,330 +here. Nowadays smoking has increased in many + +70 +00:04:31,330 --> 00:04:35,510 +different ways because of several causes. What are + +71 +00:04:35,510 --> 00:04:39,570 +these possible causes of the increase in people + +72 +00:04:39,570 --> 00:04:42,530 +smoking cigars for example? So we have the + +73 +00:04:42,530 --> 00:04:44,750 +supporting points, in other words we have the + +74 +00:04:44,750 --> 00:04:49,450 +causes here. One of them is some people have a lot + +75 +00:04:49,450 --> 00:04:52,630 +of free time and therefore they sort of try to + +76 +00:04:52,630 --> 00:04:55,680 +just waste their time smoking and so on. Another + +77 +00:04:55,680 --> 00:05:00,380 +course could be being surrounded by smokers and + +78 +00:05:00,380 --> 00:05:05,400 +this actually leads people to sort of leads them + +79 +00:05:05,400 --> 00:05:07,980 +to smoke for example especially with people at + +80 +00:05:07,980 --> 00:05:12,360 +younger ages okay and then we have commercials or + +81 +00:05:12,360 --> 00:05:15,400 +big advertisements which is another course for + +82 +00:05:15,400 --> 00:05:19,920 +tempting people into the habit or the bad habit of + +83 +00:05:20,350 --> 00:05:23,870 +So these are three possible causes for why there + +84 +00:05:23,870 --> 00:05:27,790 +is more and more people are smoking, for instance. + +85 +00:05:27,950 --> 00:05:30,610 +And then we have the conclusion. In conclusion, + +86 +00:05:30,810 --> 00:05:34,470 +smoking is a very bad phenomenon and the + +87 +00:05:34,470 --> 00:05:37,110 +government must enforce laws that should or that + +88 +00:05:37,110 --> 00:05:41,290 +eliminate it. So we have, this is an outline for a + +89 +00:05:41,290 --> 00:05:44,330 +cause and effect paragraph here. We are addressing + +90 +00:05:44,330 --> 00:05:48,950 +the causes. Another example is when we discuss the + +91 +00:05:48,950 --> 00:05:49,250 +effect + +92 +00:05:52,690 --> 00:05:56,950 +Watching too much TV has many effects on the + +93 +00:05:56,950 --> 00:06:00,890 +physiology and the psychology of people. What are + +94 +00:06:00,890 --> 00:06:03,850 +the effects of watching too much TV? One effect is + +95 +00:06:03,850 --> 00:06:08,630 +it leads people or it leads to eating disorders. + +96 +00:06:08,770 --> 00:06:11,790 +For example, we have something called TV meals. + +97 +00:06:11,890 --> 00:06:14,810 +People who are sitting in front of the TV and they + +98 +00:06:14,810 --> 00:06:17,970 +just consume larger quantities of food without + +99 +00:06:17,970 --> 00:06:22,870 +actually recognizing the possible harmful effects + +100 +00:06:22,870 --> 00:06:25,690 +of this sort of large consumption of food. And + +101 +00:06:25,690 --> 00:06:30,050 +also we have obesity as another effect of eating + +102 +00:06:30,050 --> 00:06:34,110 +disorder. We can also have communication problems + +103 +00:06:34,110 --> 00:06:37,630 +for people who watch too much TV. For example, + +104 +00:06:38,330 --> 00:06:44,230 +this might lead to more violence. and also there + +105 +00:06:44,230 --> 00:06:49,450 +is no or there is little social interactions. + +106 +00:06:49,710 --> 00:06:53,170 +Okay? So again, the idea here is always have this + +107 +00:06:53,170 --> 00:06:56,330 +kind of understanding of this order of how you + +108 +00:06:56,330 --> 00:06:59,170 +want to organize your ideas. You have a cause and + +109 +00:06:59,170 --> 00:07:02,670 +you discuss the effects and your and or you have + +110 +00:07:02,670 --> 00:07:06,030 +an effect and you want to discuss the causes. Is + +111 +00:07:06,030 --> 00:07:08,830 +this clear? Yes. All right. Last time we talked + +112 +00:07:08,830 --> 00:07:12,270 +about transitions, some transitions that can be + +113 +00:07:12,270 --> 00:07:15,410 +used in a cause and effect paragraph let's just + +114 +00:07:15,410 --> 00:07:18,330 +consider this paragraph and notice the words that + +115 +00:07:18,330 --> 00:07:22,550 +we can actually use in cause and effect writing + +116 +00:07:22,550 --> 00:07:27,050 +for example let's just quickly read it okay there + +117 +00:07:27,050 --> 00:07:30,150 +are various reasons why more people there are + +118 +00:07:30,150 --> 00:07:32,990 +various reasons there are various causes why more + +119 +00:07:32,990 --> 00:07:38,580 +people are suffering from One reason or the first + +120 +00:07:38,580 --> 00:07:42,740 +reason is that the fast pace of life nowadays + +121 +00:07:42,740 --> 00:07:47,880 +means cruises, that we do not always find time to + +122 +00:07:47,880 --> 00:07:52,900 +relax. Likewise, similarly, it is difficult to + +123 +00:07:52,900 --> 00:07:59,200 +find a good work-life balance due to the pressure + +124 +00:07:59,200 --> 00:08:03,020 +to produce results at work. Another related cause + +125 +00:08:03,020 --> 00:08:06,400 +of stress is the need to earn money to survive in + +126 +00:08:06,400 --> 00:08:11,140 +our commercial and material world. Indeed, life + +127 +00:08:11,140 --> 00:08:14,720 +today is very stressful and complex. So what we + +128 +00:08:14,720 --> 00:08:17,880 +have here are some wordsSome verbs, some + +129 +00:08:17,880 --> 00:08:20,500 +adjectives, some adverbs that help us in + +130 +00:08:20,500 --> 00:08:24,800 +connecting our causes and connecting our effects + +131 +00:08:24,800 --> 00:08:29,360 +in a nice and logical way, okay? Let's focus today + +132 +00:08:29,360 --> 00:08:33,930 +on using transitions in cause and effect Okay, + +133 +00:08:34,010 --> 00:08:36,370 +what I'd like you to do now is to read this + +134 +00:08:36,370 --> 00:08:40,370 +paragraph very quickly and fill in the blanks with + +135 +00:08:40,370 --> 00:08:43,970 +the possible, with the transitions that can be + +136 +00:08:43,970 --> 00:08:50,150 +used suitably in this paragraph, okay? All right, + +137 +00:08:50,270 --> 00:08:54,590 +so we have means, similarly, cause, due to, one + +138 +00:08:54,590 --> 00:08:57,730 +reason, and reasons. Fill in the blanks with the + +139 +00:08:57,730 --> 00:08:59,370 +suitable word in this respect. + +140 +00:09:23,200 --> 00:09:24,520 +Please, please, please. + +141 +00:09:35,040 --> 00:09:40,820 +It's okay, it's + +142 +00:09:40,820 --> 00:09:41,020 +okay. + +143 +00:10:22,010 --> 00:10:23,210 +I don't know what this thing is. + +144 +00:11:08,990 --> 00:11:16,230 +Alright, are we finished? Yes, please. There are a + +145 +00:11:16,230 --> 00:11:22,110 +number of different reasons why young people from + +146 +00:11:22,110 --> 00:11:25,770 +different or from developing countries choose to + +147 +00:11:25,770 --> 00:11:30,380 +immigrate. Yes, please, here.One reason is that. + +148 +00:11:30,380 --> 00:11:32,780 +Yes, why is that? Because we have the verb is, so + +149 +00:11:32,780 --> 00:11:36,140 +we have always the grammar helps us in choosing + +150 +00:11:36,140 --> 00:11:39,120 +the right word if it is a word or a phrase, an + +151 +00:11:39,120 --> 00:11:42,340 +adjective, a noun, an adverb and so on. The second + +152 +00:11:42,340 --> 00:11:47,240 +reason is that + +153 +00:11:47,990 --> 00:11:52,990 +The poor economic situation where they live means + +154 +00:11:52,990 --> 00:11:57,730 +that. Very nice. Means that they do not have many + +155 +00:11:57,730 --> 00:12:02,910 +jobs, job opportunities. Okay, after that. After + +156 +00:12:02,910 --> 00:12:07,550 +that. So we have what? Similarly. Very nice. + +157 +00:12:07,950 --> 00:12:12,940 +Because I need an adverb here. Similarly.It is + +158 +00:12:12,940 --> 00:12:19,900 +difficult to earn enough to survive due to. Okay, + +159 +00:12:20,160 --> 00:12:22,360 +due to. And remember this, we'll talk about this + +160 +00:12:22,360 --> 00:12:26,700 +later in 10 minutes or so. Due to, exactly, due to + +161 +00:12:26,700 --> 00:12:30,220 +the low level of salaries compared to wealthier + +162 +00:12:30,220 --> 00:12:34,380 +countries. And finally, another problem. Okay, + +163 +00:12:35,760 --> 00:12:38,780 +because an adjective and then we have an adverb of + +164 +00:12:38,780 --> 00:12:39,280 +immigration. + +165 +00:12:44,370 --> 00:12:46,670 +All right, let's see another example of a + +166 +00:12:46,670 --> 00:12:50,130 +paragraph and what we need to do is to complete + +167 +00:12:50,130 --> 00:12:55,850 +this paragraph with a suitable transition word or + +168 +00:12:55,850 --> 00:12:56,430 +phrase. + +169 +00:13:02,530 --> 00:13:07,230 +What does the word obese mean? Overweight, + +170 +00:13:07,390 --> 00:13:13,570 +overweight, yes. White. White shirt. + +171 +00:13:19,610 --> 00:13:22,910 +White shirt. White shirt. So. + +172 +00:13:45,520 --> 00:13:49,120 +My goals tomorrow. I'm happy. + +173 +00:14:20,660 --> 00:14:26,560 +Alright? Okay, we're done? Yes, please. Yes, there + +174 +00:14:26,560 --> 00:14:31,880 +are a number of reasons. There are a number of + +175 +00:14:31,880 --> 00:14:36,860 +reasons why children are more obese nowadays. Yes, + +176 +00:14:36,900 --> 00:14:42,980 +please. Yes, one reason. One reason is that they + +177 +00:14:42,980 --> 00:14:46,120 +eat too much pasta. Food. Yes, continue please. + +178 +00:14:47,940 --> 00:14:55,700 +This unhealthy means yes means that they put on + +179 +00:14:55,700 --> 00:15:01,400 +weight unnecessarily and then we have likewise yes + +180 +00:15:01,400 --> 00:15:03,640 +very much like similarly likewise + +181 +00:15:07,810 --> 00:15:12,390 +Their parents do not pay, do not supervise what + +182 +00:15:12,390 --> 00:15:15,450 +they are eating. Their parents are busy. Yes, + +183 +00:15:15,510 --> 00:15:19,530 +please. Because their parents are too busy to + +184 +00:15:19,530 --> 00:15:21,610 +survive their eating habits because of their own + +185 +00:15:21,610 --> 00:15:27,510 +busy lifestyles. Because of their + +186 +00:15:27,510 --> 00:15:32,810 +busy or own busy lifestyles. Another cause. Yes, + +187 +00:15:32,930 --> 00:15:39,320 +another cause. of the childhood basically is lack + +188 +00:15:39,320 --> 00:15:42,820 +of exercise okay so what we see here are some + +189 +00:15:42,820 --> 00:15:46,820 +transitions some are again adjectives some are + +190 +00:15:46,820 --> 00:15:49,540 +nouns some are verbs and so on because they help + +191 +00:15:49,540 --> 00:15:54,460 +connect the ideas together okay now let's also do + +192 +00:15:54,460 --> 00:15:57,400 +some more exercise on this and this time we're + +193 +00:15:57,400 --> 00:16:01,100 +going to use the prepositions to use the + +194 +00:16:01,100 --> 00:16:07,800 +appropriate or suitable preposition in the in the + +195 +00:16:07,800 --> 00:16:13,640 +suitable place of course. So we have two of in of + +196 +00:16:13,640 --> 00:16:18,380 +of by and for fill in the blanks with a suitable + +197 +00:16:18,380 --> 00:16:20,760 +transition in this respect. + +198 +00:16:40,080 --> 00:16:42,140 +I don't know what I want to do because I don't + +199 +00:16:42,140 --> 00:16:50,940 +have a job. I want to work. I want to study. I + +200 +00:16:50,940 --> 00:16:52,100 +want to work. I want to study. I want to work. I + +201 +00:16:52,100 --> 00:16:55,760 +want to study. I want to work. I want to study. I + +202 +00:16:55,760 --> 00:16:58,580 +want to work. I want to study. I want to work. I + +203 +00:16:58,580 --> 00:17:00,100 +want to study. I want to work. I want to study. I + +204 +00:17:00,100 --> 00:17:00,840 +want to study. I want to work. I want to study. I + +205 +00:17:00,840 --> 00:17:00,840 +want to study. I want to study. I want to study. I + +206 +00:17:00,840 --> 00:17:00,840 +want to study. I want to study. I want to study. I + +207 +00:17:00,840 --> 00:17:00,840 +want to study. I want to study. I want to study. I + +208 +00:17:00,840 --> 00:17:00,840 +want to study. I want to study. I want to study. I + +209 +00:17:00,840 --> 00:17:00,840 +want to study. I want to study. I want to study. I + +210 +00:17:00,840 --> 00:17:00,840 +want to study. I want to study. I want to study. I + +211 +00:17:00,840 --> 00:17:00,840 +want to study. I want to study. I want to study. I + +212 +00:17:00,840 --> 00:17:04,980 +want to study. I want to study. I want to study. I + +213 +00:17:04,980 --> 00:17:04,980 +want + +214 +00:17:23,700 --> 00:17:25,620 +I'm going to write a long short and then I'm going + +215 +00:17:25,620 --> 00:17:28,020 +to jumble it up. I'm going to write a long short + +216 +00:17:28,020 --> 00:17:31,240 +and then I'm going to jumble it up. I'm going to + +217 +00:17:31,240 --> 00:17:34,560 +write a long short and then I'm going to jumble it + +218 +00:17:34,560 --> 00:17:35,280 +up. I'm going to write a long short and then I'm + +219 +00:17:35,280 --> 00:17:36,900 +going to jumble it up. I'm going to write a long + +220 +00:17:36,900 --> 00:17:37,000 +short and then I'm going to jumble it up. I'm + +221 +00:17:37,000 --> 00:17:38,800 +going to write a long short and then I'm going to + +222 +00:17:38,800 --> 00:17:41,180 +jumble it up. I'm going to write a long short and + +223 +00:17:41,180 --> 00:17:42,720 +then I'm going to jumble it up. I'm going to write + +224 +00:17:42,720 --> 00:17:43,220 +a long short and then I'm going to jumble it up. + +225 +00:17:43,220 --> 00:17:44,880 +I'm going to write a long short and then I'm going + +226 +00:17:44,880 --> 00:17:46,160 +to jumble it up. I'm going to write a long short + +227 +00:17:46,160 --> 00:17:49,460 +and then I'm going to jumble it up. I'm going to + +228 +00:17:49,460 --> 00:17:51,100 +write a long short and then I'm going to jumble it + +229 +00:17:51,100 --> 00:17:51,760 +up. I'm going to write a long short and then I'm + +230 +00:17:51,760 --> 00:17:51,760 +going to j + +231 +00:18:46,080 --> 00:18:47,400 +I don't know if I should do it. + +232 +00:19:06,910 --> 00:19:11,690 +I don't know. I don't know how to write. I don't + +233 +00:19:11,690 --> 00:19:17,570 +know how to write. I don't know how to write. I + +234 +00:19:17,570 --> 00:19:18,470 +don't know how to write. I don't know how to + +235 +00:19:18,470 --> 00:19:20,610 +write. I don't know how to write. I don't know how + +236 +00:19:20,610 --> 00:19:22,110 +to write. I don't know how to write. I don't know + +237 +00:19:22,110 --> 00:19:22,670 +how to write. I don't know how to write. I don't + +238 +00:19:22,670 --> 00:19:22,750 +know how to write. I don't know how to write. I + +239 +00:19:22,750 --> 00:19:22,950 +don't know how to write. I don't know how to + +240 +00:19:22,950 --> 00:19:22,950 +write. I don't know how to write. I don't know how + +241 +00:19:22,950 --> 00:19:22,950 +to write. I don't know how to write. I don't know + +242 +00:19:22,950 --> 00:19:22,950 +how to write. I don't know how to write. I don't + +243 +00:19:22,950 --> 00:19:22,950 +know how to write. I don't know how to write. I + +244 +00:19:22,950 --> 00:19:23,990 +don't know how to write. I don't know how to + +245 +00:19:23,990 --> 00:19:26,830 +write. I don't know how to write. I don't know how + +246 +00:19:26,830 --> 00:19:33,250 +to write. I don't know how to write. I don't know + +247 +00:19:33,250 --> 00:19:34,570 +how to write. I don't + +248 +00:19:57,560 --> 00:20:01,860 +All right, let's see. Yes, let's start with this. + +249 +00:20:02,220 --> 00:20:02,380 +Yes. + +250 +00:20:12,800 --> 00:20:20,300 +of fossil fuels. This has led to a big debate + +251 +00:20:20,300 --> 00:20:23,420 +about what we should do to reduce the negative + +252 +00:20:23,420 --> 00:20:27,160 +effects of + +253 +00:20:27,160 --> 00:20:30,540 +our + +254 +00:20:30,540 --> 00:20:35,820 +action and how we can make the planet safe for our + +255 +00:20:35,820 --> 00:20:41,960 +children to live in. One result of this + +256 +00:20:43,400 --> 00:20:46,080 +of this debate has been to improve the level of + +257 +00:20:46,080 --> 00:20:48,940 +grain education. What does grain education mean? + +258 +00:20:50,390 --> 00:20:56,330 +Raising awareness about the importance of + +259 +00:20:56,330 --> 00:20:58,590 +protecting the environment. So it's about + +260 +00:20:58,590 --> 00:21:01,070 +protecting the environment by doing a lot of + +261 +00:21:01,070 --> 00:21:09,030 +actions that make our environment safe. One result + +262 +00:21:09,030 --> 00:21:10,810 +of this debate has been to improve the level of + +263 +00:21:10,810 --> 00:21:13,150 +Korean education, which should result + +264 +00:21:20,930 --> 00:21:23,850 +Result here is a verb and whenever we use result + +265 +00:21:23,850 --> 00:21:27,770 +as a verb it is followed by in which should result + +266 +00:21:27,770 --> 00:21:33,810 +in a greater awareness of this difficult issue so + +267 +00:21:33,810 --> 00:21:37,890 +the result of the war because result is now is + +268 +00:21:37,890 --> 00:21:40,650 +followed by a preposition of if it is a verb it is + +269 +00:21:40,650 --> 00:21:42,130 +followed by in okay + +270 +00:21:46,930 --> 00:21:51,150 +However, in the short term there still remains + +271 +00:21:51,150 --> 00:21:57,390 +much to be done. The reason of this is for this. + +272 +00:21:58,590 --> 00:22:02,050 +The reason for this is that we need to address the + +273 +00:22:02,050 --> 00:22:07,350 +causes of the. The causes of. Okay? So we have the + +274 +00:22:07,350 --> 00:22:10,070 +reason for something, the cause of something. + +275 +00:22:10,290 --> 00:22:12,930 +Remember this. The reason for something and the + +276 +00:22:12,930 --> 00:22:16,690 +causes of the something. So again, I'd like you to + +277 +00:22:16,690 --> 00:22:20,890 +pay attention to the use of the prepositions. + +278 +00:22:21,130 --> 00:22:24,110 +Okay? All right? Is this clear? So the reason for + +279 +00:22:24,110 --> 00:22:26,190 +this is that we need to address the causes of + +280 +00:22:26,190 --> 00:22:31,250 +something.The immediate problem. Okay? Alright. + +281 +00:22:31,490 --> 00:22:35,510 +Now, let us Just conclude with this last thing, + +282 +00:22:36,030 --> 00:22:39,290 +point about, last point about transitions using, + +283 +00:22:40,130 --> 00:22:45,550 +used with cause and effect writing. Just remember + +284 +00:22:45,550 --> 00:22:47,430 +these things. We talked about this, but it is + +285 +00:22:47,430 --> 00:22:49,510 +important to always highlight these things. + +286 +00:22:49,950 --> 00:22:54,350 +Whenever I use because, it is always followed by a + +287 +00:22:54,350 --> 00:22:57,910 +complete sentence, okay? And the same thing also + +288 +00:22:57,910 --> 00:23:01,810 +applies to as a result. And the same thing also as + +289 +00:23:01,810 --> 00:23:05,890 +a consequence and therefore and so on. So whenever + +290 +00:23:05,890 --> 00:23:08,750 +we see these transitions, they are always followed + +291 +00:23:08,750 --> 00:23:14,080 +by a complete sentence. For instance, Crime rates + +292 +00:23:14,080 --> 00:23:19,420 +are increasing because there is much violence on + +293 +00:23:19,420 --> 00:23:22,160 +television. And the same thing, the government is + +294 +00:23:22,160 --> 00:23:25,760 +building more walls. As a result, the traffic + +295 +00:23:25,760 --> 00:23:29,800 +congestion makes or has, the problem has + +296 +00:23:29,800 --> 00:23:31,620 +increased. So what we have here is a complaint + +297 +00:23:31,620 --> 00:23:34,780 +centers. And finally, the economy is improving as + +298 +00:23:34,780 --> 00:23:40,340 +a consequence. The unemployment rates has or have + +299 +00:23:40,340 --> 00:23:40,700 +gone + +300 +00:23:43,880 --> 00:23:45,980 +All right, so we see here is that these + +301 +00:23:45,980 --> 00:23:48,740 +transitions are generally or always followed by a + +302 +00:23:48,740 --> 00:23:53,040 +complete sentence. However, when we see words like + +303 +00:23:53,040 --> 00:23:58,060 +transitions such as because of, due to, and thanks + +304 +00:23:58,060 --> 00:24:02,460 +to, it is always followed by a noun, not a + +305 +00:24:02,460 --> 00:24:05,100 +sentence. It's followed by a noun or a noun phrase + +306 +00:24:05,100 --> 00:24:10,000 +or a pronoun, but never a complete sentence, okay? + +307 +00:24:10,220 --> 00:24:13,750 +For instance, crime rates are increasing Because + +308 +00:24:13,750 --> 00:24:18,710 +of violence, this is a noun phrase, okay? And the + +309 +00:24:18,710 --> 00:24:20,870 +same thing, the government is building more roads + +310 +00:24:20,870 --> 00:24:25,090 +due to the problem of traffic conditions, another + +311 +00:24:25,090 --> 00:24:27,810 +noun phrase. And the same thing, the economy is + +312 +00:24:27,810 --> 00:24:32,550 +improving thanks to an increase in investment + +313 +00:24:32,550 --> 00:24:36,050 +projects, same thing. It is a noun, a phrase, not + +314 +00:24:36,050 --> 00:24:40,370 +a sentence, okay? Now, let's read these sentences + +315 +00:24:40,370 --> 00:24:44,130 +and decide which one has a mistake, which one of + +316 +00:24:44,130 --> 00:24:48,510 +these sentences contains a mistake, and which one + +317 +00:24:48,510 --> 00:24:50,170 +is correct, okay? + +318 +00:24:54,830 --> 00:24:57,510 +And try to correct it, and try to correct the + +319 +00:24:57,510 --> 00:25:00,930 +sentence, of course, which has a mistake in it. + +320 +00:25:09,740 --> 00:25:11,140 +Okay. + +321 +00:25:13,520 --> 00:25:14,660 +Okay. Okay. + +322 +00:25:46,910 --> 00:25:54,490 +It's not true. It's not true. It's not true. It's + +323 +00:25:54,490 --> 00:25:54,790 +not true. + +324 +00:25:58,090 --> 00:25:59,650 +It's not true. + +325 +00:26:33,000 --> 00:26:37,760 +All right, let's see number one. Yes, please. I + +326 +00:26:37,760 --> 00:26:41,300 +was led to war because of. Okay, so this is + +327 +00:26:41,300 --> 00:26:44,280 +correct or not correct? Yes, it's not correct + +328 +00:26:44,280 --> 00:26:49,620 +because of the heavy traffic. So it is followed by + +329 +00:26:49,620 --> 00:26:54,340 +a noun phrase. Okay, Abbie, please. The global + +330 +00:26:54,340 --> 00:26:56,640 +population. The global population has increased + +331 +00:26:56,640 --> 00:27:00,080 +because of much better levels of nutrition. + +332 +00:27:00,360 --> 00:27:03,160 +Correct or not correct? Correct. Correct, yes. It + +333 +00:27:03,160 --> 00:27:05,940 +is a correct sentence. Very good. Because after + +334 +00:27:05,940 --> 00:27:10,100 +because of much better levels of nutrition. Yes, + +335 +00:27:10,180 --> 00:27:13,100 +please. It's raining today. As a result, we are + +336 +00:27:13,100 --> 00:27:16,180 +not going to the beach, correct? Yes, it is + +337 +00:27:16,180 --> 00:27:19,620 +correct because what we have is a sentence. + +338 +00:27:20,300 --> 00:27:21,980 +Alright, number four. Yes. + +339 +00:27:24,870 --> 00:27:27,750 +Yes, because there are many causes of pollution, + +340 +00:27:28,090 --> 00:27:31,830 +force. Force? Because we have to create a complete + +341 +00:27:31,830 --> 00:27:34,510 +sentence. Okay, because it's followed by a + +342 +00:27:34,510 --> 00:27:36,650 +complete sentence. Very nice. And number five? + +343 +00:27:36,910 --> 00:27:40,570 +Number five? Yes, please, over there. Yes, you, + +344 +00:27:40,670 --> 00:27:43,910 +please. Because there is a temperature that causes + +345 +00:27:46,000 --> 00:27:49,780 +Correct? It's false. Okay, so we can fix it by + +346 +00:27:49,780 --> 00:27:55,100 +because of the rise in temperature, the climate in + +347 +00:27:55,100 --> 00:27:58,720 +many countries is changing. Let's continue the + +348 +00:27:58,720 --> 00:28:00,260 +remaining sentences. + +349 +00:28:22,480 --> 00:28:22,580 +What's your name? + +350 +00:28:27,260 --> 00:28:32,180 +What's your name? What's your name? What's your + +351 +00:28:32,180 --> 00:28:33,180 +name? What's your name? What's your name? What's + +352 +00:28:33,180 --> 00:28:34,040 +your name? What's your name? What's your name? + +353 +00:28:35,460 --> 00:28:37,600 +What's your name? What's your name? What's your + +354 +00:28:37,600 --> 00:28:38,580 +name? What's your name? What's your name? What's + +355 +00:28:38,580 --> 00:28:40,740 +your name? What's your name? What's your name? + +356 +00:28:40,740 --> 00:28:40,820 +What's your name? What's your name? What's your + +357 +00:28:40,820 --> 00:28:40,820 +name? What's your name? What's your name? What's + +358 +00:28:40,820 --> 00:28:40,820 +your name? What's your name? What's your name? + +359 +00:28:40,820 --> 00:28:40,820 +What's your name? What's your name? What's your + +360 +00:28:40,820 --> 00:28:40,820 +name? What's your name? What's your name? What's + +361 +00:28:40,820 --> 00:28:40,820 +your name? What's your name? What's your name? + +362 +00:28:40,820 --> 00:28:41,080 +What's your name? What's your name? What's your + +363 +00:28:41,080 --> 00:28:41,280 +name? What's your name? What's your name? What's + +364 +00:28:41,280 --> 00:28:41,300 +your name? What's your name? What's your name? + +365 +00:28:41,300 --> 00:28:43,920 +What's your name? What's your name? What's your + +366 +00:28:43,920 --> 00:28:44,120 +name? + +367 +00:28:47,280 --> 00:28:52,120 +What's your name I don't know. I don't know. + +368 +00:29:30,990 --> 00:29:34,790 +All right, let's see number, the next one. Yes, + +369 +00:29:34,890 --> 00:29:40,270 +number six. It's due to poverty reason, it's + +370 +00:29:40,270 --> 00:29:42,630 +correct. It's correct, is that right? Yes. Yes, + +371 +00:29:42,730 --> 00:29:46,810 +due to, and then we have, yes, it is correct, + +372 +00:29:47,030 --> 00:29:49,670 +number six. All right, number seven. Yes, please. + +373 +00:29:50,170 --> 00:29:54,790 +We succeeded in getting God, God's reality thanks + +374 +00:29:54,790 --> 00:29:58,350 +to. Thanks to your hard work. It's a correct + +375 +00:29:58,350 --> 00:30:00,810 +sentence. It's a correct sentence, of course. All + +376 +00:30:00,810 --> 00:30:03,330 +right, and number eight, it is raining. It was + +377 +00:30:03,330 --> 00:30:06,650 +raining heavily as a consequence, we had to stay + +378 +00:30:06,650 --> 00:30:12,030 +at home. True? Yes. Okay, what we have is a + +379 +00:30:12,030 --> 00:30:15,270 +sentence, alright? And number, the next one + +380 +00:30:15,270 --> 00:30:18,610 +please. We had to cancel the match because of the + +381 +00:30:18,610 --> 00:30:26,410 +bad weather. Is it true? Yes. Because of + +382 +00:30:26,410 --> 00:30:30,710 +the bad weather. Very nice. And finally, number + +383 +00:30:30,710 --> 00:30:32,390 +ten. Yes, at the back. + +384 +00:30:35,800 --> 00:30:41,560 +Due to her carelessness. Yes, because she was + +385 +00:30:41,560 --> 00:30:44,680 +careful. So after due to, this is not a correct + +386 +00:30:44,680 --> 00:30:49,620 +choice of transitions. Yes please. Due to her + +387 +00:30:49,620 --> 00:30:53,080 +carelessness. Okay, so all we have here is + +388 +00:30:53,080 --> 00:30:56,900 +actually not to, to, to, but it has to be because + +389 +00:30:56,900 --> 00:31:00,820 +she was not careful. All right? All right? So what + +390 +00:31:00,820 --> 00:31:03,080 +we've done so far is looking at different + +391 +00:31:03,080 --> 00:31:06,500 +transitions that we can use and we have to be + +392 +00:31:06,500 --> 00:31:09,220 +careful about them. Let's finish with this + +393 +00:31:09,220 --> 00:31:12,620 +exercise. What I'd like you to do is to write one + +394 +00:31:12,620 --> 00:31:16,680 +or two more supporting sentences for this + +395 +00:31:16,680 --> 00:31:20,000 +paragraph. Let's see. The rise of the internet. + +396 +00:31:20,870 --> 00:31:25,450 +has had profound, deep, very deep effects on our + +397 +00:31:25,450 --> 00:31:29,410 +lives. First, email is now very familiar to us. + +398 +00:31:29,590 --> 00:31:31,970 +For example, for instance, many of us can + +399 +00:31:31,970 --> 00:31:33,870 +communicate with their friends, relatives, blah, + +400 +00:31:33,950 --> 00:31:36,230 +blah, blah, blah. Now we're going to write about + +401 +00:31:36,230 --> 00:31:43,060 +the second effect of the internet on our So what + +402 +00:31:43,060 --> 00:31:45,140 +I'd like you to do is just write one more effect + +403 +00:31:45,140 --> 00:31:48,260 +and give me one sentence as an example of this + +404 +00:31:48,260 --> 00:31:51,420 +effect. Alright? Yes please. + +405 +00:32:13,910 --> 00:32:33,330 +I'm going to + +406 +00:32:33,330 --> 00:32:38,110 +ask you + +407 +00:32:38,110 --> 00:32:39,030 +about your experience. + +408 +00:32:48,250 --> 00:32:51,570 +So it could be about education, it could be about + +409 +00:32:51,570 --> 00:32:54,830 +research, it could be about communication, it + +410 +00:32:54,830 --> 00:32:56,790 +could be about different things. I'm just giving + +411 +00:32:56,790 --> 00:33:00,910 +you some ideas to enlighten your thinking about + +412 +00:33:00,910 --> 00:33:01,430 +this topic. + +413 +00:33:48,760 --> 00:33:52,700 +You just go for information. It's not so easy. + +414 +00:33:52,900 --> 00:33:57,400 +Internet has such things that you just go for + +415 +00:33:57,400 --> 00:34:04,120 +public information. For example, students + +416 +00:34:04,120 --> 00:34:06,980 +can look for information in any subject. + +417 +00:34:39,490 --> 00:34:45,670 +That is where there are many websites for + +418 +00:34:45,670 --> 00:34:49,190 +learning, speaking, listening, and doing research. + +419 +00:35:10,810 --> 00:35:16,250 +Who can explain this? Who can explain this? Who + +420 +00:35:16,250 --> 00:35:19,750 +can + +421 +00:35:19,750 --> 00:35:23,170 +explain this? Who can explain this? Who can + +422 +00:35:23,170 --> 00:35:37,070 +explain this? + +423 +00:35:38,080 --> 00:35:41,000 +When you search for something, you look for + +424 +00:35:41,000 --> 00:35:43,500 +something. And when you search something, you + +425 +00:35:43,500 --> 00:35:44,440 +stand it. + +426 +00:36:06,340 --> 00:36:07,540 +I don't know what you're talking about. I don't + +427 +00:36:07,540 --> 00:36:10,300 +know what you're talking about. I don't know what + +428 +00:36:10,300 --> 00:36:11,040 +you're talking about. I don't know what you're + +429 +00:36:11,040 --> 00:36:13,240 +talking about. I don't know what you're talking + +430 +00:36:13,240 --> 00:36:15,180 +about. I don't know what you're talking about. I + +431 +00:36:15,180 --> 00:36:16,720 +don't know what you're talking about. I don't know + +432 +00:36:16,720 --> 00:36:17,680 +what you're talking about. + +433 +00:36:30,320 --> 00:36:33,580 +I'm sorry. I'm sorry. + +434 +00:37:17,110 --> 00:37:18,790 +It's chicken curry. + +435 +00:37:28,670 --> 00:37:31,990 +Okay. Okay. + +436 +00:37:41,850 --> 00:37:43,250 +Okay. + +437 +00:37:55,660 --> 00:37:59,860 +Alright, let's see. Just very quickly. Yes, + +438 +00:37:59,960 --> 00:38:04,000 +please. Students can solve their homework if + +439 +00:38:04,000 --> 00:38:07,760 +students can solve their homework in symmetry with + +440 +00:38:07,760 --> 00:38:11,060 +each other and have their grades and inverse their + +441 +00:38:11,060 --> 00:38:13,900 +next semester grades. Okay, very nice. But this is + +442 +00:38:13,900 --> 00:38:16,100 +an example. I would like to see the effect in + +443 +00:38:16,100 --> 00:38:19,340 +general. Okay, very good, very good. Anyway, yes, + +444 +00:38:19,660 --> 00:38:20,740 +I would like. Yes, please. + +445 +00:38:28,010 --> 00:38:29,130 +Very nice. + +446 +00:38:34,910 --> 00:38:38,230 +Very nice. + +447 +00:38:41,930 --> 00:38:46,810 +Excellent. Okay, very nice. Very nice literature. + +448 +00:38:47,130 --> 00:38:50,920 +Yes, please. Second, the internet developed a way + +449 +00:38:50,920 --> 00:38:55,600 +of communication. For example, Skype nowadays can + +450 +00:38:55,600 --> 00:38:58,660 +connect with other people in any place in the + +451 +00:38:58,660 --> 00:39:03,080 +world. We can exchange information. For instance, + +452 +00:39:03,380 --> 00:39:05,840 +students in university can do conference with + +453 +00:39:05,840 --> 00:39:08,740 +other students and listen to each other. Very + +454 +00:39:08,740 --> 00:39:11,120 +nice. Very, very nice. Very good example that + +455 +00:39:11,120 --> 00:39:17,940 +you've written. Second, the internet has + +456 +00:39:18,770 --> 00:39:31,350 +had greater benefits for students alright + +457 +00:39:31,350 --> 00:39:35,230 +or the internet has benefited has immensely + +458 +00:39:35,230 --> 00:39:38,910 +benefited the students okay in different ways okay + +459 +00:39:38,910 --> 00:39:41,390 +for example this is the second reason okay the + +460 +00:39:41,390 --> 00:39:44,110 +importance of the internet for learning purposes + +461 +00:39:44,110 --> 00:39:45,630 +okay for instance + +462 +00:39:49,950 --> 00:40:04,710 +Students can use the internet to search + +463 +00:40:04,710 --> 00:40:08,170 +for information, to look for information, to + +464 +00:40:08,170 --> 00:40:13,130 +search for learning materials. + +465 +00:40:16,870 --> 00:40:25,450 +Okay?download lectures + +466 +00:40:25,450 --> 00:40:31,210 +or lecture materials okay + +467 +00:40:31,210 --> 00:40:35,610 +communicate and finally just because of short of + +468 +00:40:35,610 --> 00:40:45,770 +time and communicate with other students and + +469 +00:40:45,770 --> 00:40:48,730 +teachers And teaches. + +470 +00:40:51,090 --> 00:40:54,630 +Okay, very nice. Okay, so we have here the + +471 +00:40:54,630 --> 00:40:57,370 +benefits of the internet has had profound + +472 +00:40:57,370 --> 00:41:00,470 +benefits, especially to students or to learners. + +473 +00:41:00,970 --> 00:41:04,370 +For example, students can now use the internet to + +474 +00:41:04,370 --> 00:41:07,430 +download important information, search for + +475 +00:41:07,430 --> 00:41:11,070 +learning resources, and finally, and to + +476 +00:41:11,070 --> 00:41:14,730 +communicate with other students. learners okay so + +477 +00:41:14,730 --> 00:41:17,770 +what we see here again is a kind of very good + +478 +00:41:17,770 --> 00:41:21,530 +writing of course in effect paragraph writing and + +479 +00:41:21,530 --> 00:41:24,890 +here in this case we are looking at the effects of + +480 +00:41:24,890 --> 00:41:27,930 +something okay the effects of the internet on + +481 +00:41:27,930 --> 00:41:32,150 +generally on our lives okay we'll stop right here + +482 +00:41:32,150 --> 00:41:34,810 +thank you very much and see you next time thank + +483 +00:41:34,810 --> 00:41:35,110 +you + diff --git a/PL9fwy3NUQKwbvX-idZnsXAzsMZTojRWzu/EMUXSW40QkI.srt b/PL9fwy3NUQKwbvX-idZnsXAzsMZTojRWzu/EMUXSW40QkI.srt new file mode 100644 index 0000000000000000000000000000000000000000..8e6163f0f388a42fe5b60b47f2003a951c162f6b --- /dev/null +++ b/PL9fwy3NUQKwbvX-idZnsXAzsMZTojRWzu/EMUXSW40QkI.srt @@ -0,0 +1,1695 @@ +1 +00:00:21,020 --> 00:00:23,600 +أعوذ بالله من الشيطان الرجيم بسم الله الرحمن + +2 +00:00:23,600 --> 00:00:26,980 +الرحيم الحمد لله والصلاة والسلام على رسول الله + +3 +00:00:26,980 --> 00:00:34,260 +وبعد، المحاضرة الماضية تحدثنا ووقفنا عند تحليل + +4 +00:00:34,260 --> 00:00:41,220 +مسرحية مارون النقاش أبو الحسن المغفل أو هارون + +5 +00:00:41,220 --> 00:00:48,950 +الرشيد، وتكونت لدينا صورة ذهنية حول هارون الرشيد، أصل + +6 +00:00:48,950 --> 00:00:54,210 +هذه الصورة الذهنية جاء من حكايات ألف ليلة وليلة + +7 +00:00:54,210 --> 00:01:00,170 +أو من حكايات كتاب الأغاني أو ما سطره المستشرقون في + +8 +00:01:00,170 --> 00:01:05,870 +حديثهم عن الخليفة العباسي هارون الرشيد في هذه + +9 +00:01:05,870 --> 00:01:12,340 +العجالة من الدقائق في مفتتح المحاضرة، نود أن نقف + +10 +00:01:12,340 --> 00:01:19,200 +قليلا عند الصورة الحقيقية والسيرة الحقيقية للخليفة + +11 +00:01:19,200 --> 00:01:26,620 +هارون الرشيد، نأخذ ملامح وأمارات وعلامات ومفاتيح + +12 +00:01:26,620 --> 00:01:32,920 +لنُفهم هذه الصورة، صورة هارون الرشيد، لنخرج بعد ذلك + +13 +00:01:32,920 --> 00:01:40,480 +بمقارنة بين صورة هارون الرشيد وسيرته الحقيقية في + +14 +00:01:40,480 --> 00:01:44,860 +التاريخ العربي والإسلامي، وبين الصورة الذهنية التي + +15 +00:01:44,860 --> 00:01:50,320 +رسمت للخليفة هارون الرشيد في كتاب الأغاني أو في + +16 +00:01:50,320 --> 00:01:55,120 +كتابات المستشرقين أو جورجي زيدان أو ألف ليلة و + +17 +00:01:55,120 --> 00:02:02,360 +ليلة أو مسرحيات مارون النقاش، نسبه + +18 +00:02:02,360 --> 00:02:09,630 +ومولده، فضل يا علاء، نسبه ومولده هو أبو جعفر + +19 +00:02:09,630 --> 00:02:14,010 +هارون بن المهدي محمد بن المنصور أبي جعفر عبد + +20 +00:02:14,010 --> 00:02:18,910 +الله بن عبد... بن عبد... بن محمد بن علي بن + +21 +00:02:18,910 --> 00:02:23,430 +عبد الله بن عباس الهاشمي العباسي، إذا ينتمي إلى + +22 +00:02:23,430 --> 00:02:30,280 +من؟ هارون الرشيد، إلى عبد الله بن عباس ابن عم النبي + +23 +00:02:30,280 --> 00:02:35,980 +صلى الله عليه وسلم، وماذا كان يطلق على ابن عباس رضي + +24 +00:02:35,980 --> 00:02:42,520 +الله عنهما؟ ترجمان القرآن، ترجمان القرآن، إذا يلتقي + +25 +00:02:42,520 --> 00:02:47,940 +هو والنبي صلى الله عليه وسلم في جدهم هاشم، يلتقيان + +26 +00:02:47,940 --> 00:02:53,360 +في جدهم هاشم، نعم، كان مولده بالري حيث كان حين... + +27 +00:02:53,360 --> 00:02:57,200 +الري في بلاد فارس...الري في بلاد فارس حين كان + +28 +00:02:57,200 --> 00:03:01,340 +أبوه أميرا عليها، أبوه المهدي... أبوه المهدي وعلى + +29 +00:03:01,340 --> 00:03:05,480 +خرسان في سنة ثمان... خرسان في سنة ثمان وأبناء... + +30 +00:03:05,480 --> 00:03:11,240 +خرسان اللي هي الآن تعد المنطقة الغربية في + +31 +00:03:11,240 --> 00:03:16,500 +أفغانستان اللي مسمى هيرات وما حولها اللي هي خرسان + +32 +00:03:16,500 --> 00:03:23,270 +نعم، في سنة ثمان وأربعين ومائة، يبقى قولي ده سنة كام؟ + +33 +00:03:23,270 --> 00:03:29,890 +مية وثمان وأربعين هجرة، احفظوا هذا التاريخ، عرف + +34 +00:03:29,890 --> 00:03:34,550 +بالشجاعة والقوة وقاد الحملات في عهد أبيه ولم + +35 +00:03:34,550 --> 00:03:40,070 +يتجاوز العشرين، لم يتجاوز العشرين، هتعلمون أن أسامة + +36 +00:03:40,070 --> 00:03:45,930 +بن زيد عندما تولى جيش المسلمين كم كان عمره؟ + +37 +00:03:45,930 --> 00:03:52,900 +سبعة عشر، سبعة عشر سنة، سبع عشرة سنة عندما تولى + +38 +00:03:52,900 --> 00:03:57,520 +جيشا فيه الخليفة أبو بكر الصديق وعمرو بن الخطاب + +39 +00:03:57,520 --> 00:04:03,520 +وأكابر الصحابة، الرسول عليه الصلاة والسلام لما وقعت + +40 +00:04:03,520 --> 00:04:08,940 +حادثة الـلّفح، وأراد أن يشاور أحدا من أصحابه شاور + +41 +00:04:08,940 --> 00:04:13,080 +أسامة بن زيد، كم كان عمره عندما شاوره النبي صلى + +42 +00:04:13,080 --> 00:04:21,400 +الله عليه وسلم؟ كان عمره اثنتي عشرة سنة، اثنتي عشرة + +43 +00:04:21,400 --> 00:04:27,220 +سنة، وكان + +44 +00:04:27,220 --> 00:04:32,480 +محلا مشهورا من النبي صلى الله عليه وسلم في أمر يخص + +45 +00:04:32,480 --> 00:04:40,050 +أهله، سمعتم بقصة معاذ ومعوذ، قصة معاذ ومعوذ الذين + +46 +00:04:40,050 --> 00:04:48,390 +قتلا أبا جهل، كم كان عمر معاذ بن الجموح؟ كان عمره 13 + +47 +00:04:48,390 --> 00:04:59,910 +سنة، 13 سنة، وكان عمر معوذ 12 سنة، هذان + +48 +00:04:59,910 --> 00:05:06,810 +الشبلان الذين قتلا فرعون هذه الأمة، كان في هذه + +49 +00:05:06,810 --> 00:05:11,420 +السنة، لم يتجاوز العشرين، كان يقود المعارك والحملات + +50 +00:05:11,420 --> 00:05:16,900 +هارون الرشيد لم يتجاوز العشرين، متى تولى الخلافة؟ + +51 +00:05:16,900 --> 00:05:23,080 +أيوة، كم ليه؟ + +52 +00:05:23,080 --> 00:05:28,160 +توليه الخلافة، ولي الخلافة بعد الهادي، الهادي أخوه، + +53 +00:05:28,160 --> 00:05:33,460 +ليلة السبت السادس عشر من ربيع الأول سنة سبعين ومئة + +54 +00:05:33,460 --> 00:05:38,450 +بعد الهادي، ومية وسبعين للهجرة، كم كان عمره عندما تولى + +55 +00:05:38,450 --> 00:05:48,150 +الخلافة هارون الرشيد رحمه الله؟ ثنين وعشرين سنة، + +56 +00:05:48,150 --> 00:05:54,130 +تولى الخلافة وعمره ثنين وعشرين سنة، ماذا يعني ذلك؟ + +57 +00:05:54,130 --> 00:06:04,850 +ماذا يعني ذلك لنا؟ صغر عمره، الله كان رجلا كان جديرا + +58 +00:06:04,850 --> 00:06:08,770 +بالخلافة، كان ممتلئا بالرجولة والفروسية والمروءة + +59 +00:06:08,770 --> 00:06:14,110 +والمسئولية، عندما يتولى خلافة المسلمين في ظل الثورات + +60 +00:06:14,110 --> 00:06:18,550 +والأعداء، واتساع مساحة الدولة الإسلامية، يتولى هذا + +61 +00:06:18,550 --> 00:06:24,170 +الشاب الذي لم يكمل الثانية والعشرين من عمره، انظروا + +62 +00:06:24,170 --> 00:06:29,920 +اليوم إلى شبابنا، اليوم لو قلت لابن زوج ابنك يقول + +63 +00:06:29,920 --> 00:06:33,340 +والله عمره صغير يعني خمسة وعشرين سنة، لا...لا + +64 +00:06:33,340 --> 00:06:39,120 +يعتمد على نفسه، خمسة وعشرين سنة وهذا عمره في سن + +65 +00:06:39,120 --> 00:06:45,660 +الثانية والعشرين، يقود دولة...دولة الإسلامية كلها + +66 +00:06:45,660 --> 00:06:52,070 +...نعم، وكان يُكنّ بأبي موسى، يُكنّ بأبي جعفر، وكان ذا + +67 +00:06:52,070 --> 00:06:59,730 +ساحة وعلم وبصر بأعباء الخلافة وله نظر جيد في الأدب + +68 +00:06:59,730 --> 00:07:03,810 +والفقه، عبادته + +69 +00:07:04,190 --> 00:07:09,110 +ذكر الخطيب البغدادي في تاريخ بغداد حكى بعض أصحابه + +70 +00:07:09,110 --> 00:07:14,370 +أنه كان يصلي في كل يوم مائة ركعة، مائة ركعة، هل يعقل + +71 +00:07:14,370 --> 00:07:19,230 +من يصلي مائة ركعة أن يشتغل بالقيان ويشتغل + +72 +00:07:19,230 --> 00:07:25,890 +بالجواري ويشتغل بسفاسف الأمور يركض خلف أبي + +73 +00:07:25,890 --> 00:07:33,140 +الحسن المغفل، هل يعقل ذلك؟ لا يعقل أبدا، نعم، إلى أن + +74 +00:07:33,140 --> 00:07:38,360 +فرقت الدنيا وكان يتصدق في كل يوم من ثلث ماله بألف + +75 +00:07:38,360 --> 00:07:43,520 +درهم، وكان إذا حج حج معه مائة من الفقهاء وأبنائه + +76 +00:07:43,520 --> 00:07:51,060 +حج معه مائة من الفقهاء، لم...ما حاشية هارون + +77 +00:07:51,060 --> 00:08:00,600 +الرشيد؟ علماء وفقهاء، لا ممثلين ولا ممثلات ولا تجار + +78 +00:08:00,600 --> 00:08:06,340 +هذه حاشية وهذه بطانة هارون الرشيد رحمه الله ورضي + +79 +00:08:06,340 --> 00:08:11,160 +الله عنه، نعم، وإذا لم يحج أحج في كل... وإذا لم يحج + +80 +00:08:11,160 --> 00:08:16,740 +وإذا لم يحج أحج في كل سنة ثلاثمائة رجل بالنفقات + +81 +00:08:16,740 --> 00:08:20,760 +السابقة والكثوة والضالة على نفقته الخاصة، نعم، + +82 +00:08:25,150 --> 00:08:30,190 +قد أحصى المسعودي سنوات حجّه... حجّه بالناس فكانت + +83 +00:08:30,190 --> 00:08:36,910 +مائة وسبعين... كام... كام حجة؟ كام حجة؟ إحدى عشرة + +84 +00:08:36,910 --> 00:08:47,980 +حجة...إحدى عشرة حجة...نعم، 173، 174، 175، 176، هو كان + +85 +00:08:47,980 --> 00:08:52,160 +إمام الناس لذلك كان يجب عليه أن يحج بهم، وإذا لم + +86 +00:08:52,160 --> 00:08:59,560 +يحج ماذا كان يفعل؟ كان يغزو، ما يشغله عن الحج إلا + +87 +00:08:59,560 --> 00:09:05,400 +الغزو، وما يشغله عن الغزو إلا الحج، بين غزو وبين + +88 +00:09:05,400 --> 00:09:13,100 +عبادة، نعم، قال الذهبي سنة تسع وسبعين ومئة، تسع وسبعين + +89 +00:09:13,100 --> 00:09:18,100 +وتسع وسبعين ومئة، وفيها اعتمر الرشيد في رمضان ودام + +90 +00:09:18,100 --> 00:09:22,920 +على إحرامه إلى أن حج ومشى من بيوته إلى عرفات، يعني + +91 +00:09:22,920 --> 00:09:29,820 +ظل محرما من رمضان حتى جاء الحج، حتى جاء موقته أو + +92 +00:09:29,820 --> 00:09:36,680 +معاد الحج، قال الغزالي في فضائح الباطنية قد حكى عن + +93 +00:09:36,680 --> 00:09:42,220 +إبراهيم بن عبد الله الخراساني أنه قال: حججت مع أبي + +94 +00:09:42,220 --> 00:09:48,000 +...مع أبي، فسنحج الرشيد، فإذا نحن بالرشيد وهو واقف + +95 +00:09:48,000 --> 00:09:53,520 +حاسر حاف على الحصباء وقد رفع يديه وهو يرتعد و + +96 +00:09:53,520 --> 00:09:59,480 +يبكي ويقول: يا رب، أنت أنت وأنا أنا، أنا العواد إلى + +97 +00:09:59,480 --> 00:10:04,020 +الذنب وأنت العواد إلى المغفرة، اغفر لي، ماذا يعني + +98 +00:10:04,020 --> 00:10:07,680 +هذا؟ يطلب الغفران من الله سبحانه وتعالى على تقوى و + +99 +00:10:07,680 --> 00:10:14,340 +خشوعه وتواضعه وحسن إخباته إلى ربه سبحانه وتعالى + +100 +00:10:14,340 --> 00:10:20,040 +ليس متكبرا وليس فاسقا، إنما يدل على تقوى ويدل على + +101 +00:10:20,040 --> 00:10:20,680 +إيمانه، + +102 +00:10:25,760 --> 00:10:31,200 +غزرت دمعه عند الموعظة، قال منصور بن عمار: ما رأيت + +103 +00:10:31,200 --> 00:10:35,700 +أغزر دمعا عند الذكر من ثلاثة، من ثلاثة، الفضيل من + +104 +00:10:35,700 --> 00:10:40,760 +ثلاثة، من ثلاثة، الفضيل بن عياد، من هو الفضيل بن عياد؟ + +105 +00:10:40,760 --> 00:10:48,440 +ماذا كان يسمى الفضيل بن عياد؟ القاضي، كان يسمى إمام + +106 +00:10:49,690 --> 00:10:55,010 +الحرمين، إمام الحرمين، إذا منصور بن عمار يضع + +107 +00:10:55,010 --> 00:10:59,910 +الفضيل بن عياد والرشيد في منزلة واحدة في غزارة + +108 +00:10:59,910 --> 00:11:03,830 +الدمع وفي التقوى والخشوع والإخبات إلى الله سبحانه + +109 +00:11:03,830 --> 00:11:09,830 +وتعالى، نعم، وقال ابن الجوزي: قال الرشيد لشيبان: عظني + +110 +00:11:09,830 --> 00:11:15,290 +قال: لأن تصحب من يخوف، لأن تصحب، لأن تصحب من يخوف... + +111 +00:11:15,290 --> 00:11:20,630 +من يخوفك...من يخوفك، حتى يدركك الأمن خير لك من أن + +112 +00:11:20,630 --> 00:11:24,330 +تصحب من يؤمنك حتى...من يؤمنك...من يؤمنك حتى + +113 +00:11:24,330 --> 00:11:29,650 +يدركك الخوف، قال الرشيد: فسر لي هذا...فاسرلي... + +114 +00:11:29,650 --> 00:11:35,570 +فسر لي هذا، قال: من يقول لك: أنت مسؤول عن الرعية، فاتق + +115 +00:11:35,570 --> 00:11:42,230 +الله، أنصحك، ماما عن، أنصحك أفضل لك، أفضل لك، خير لك + +116 +00:11:43,100 --> 00:11:49,240 +الذي يذكرك بالله ويذكرك بمسئوليتك اتجاه الرعية، خير + +117 +00:11:49,240 --> 00:11:56,340 +لك من الذي...من الذي، يعني يستغفرك أو يحاول يعني + +118 +00:11:56,340 --> 00:12:05,240 +أن ينسيك مسئوليتك أو ينسيك الأمان التي وضعت في + +119 +00:12:05,240 --> 00:12:10,620 +عنقك يا أمير المؤمنين، فاتق الله خير، أنصح لك ممن + +120 +00:12:10,620 --> 00:12:19,360 +يقول أنتم أهل بيت مغفور لكم وأنتم قرابة نبيكم + +121 +00:12:19,360 --> 00:12:24,960 +صلى الله عليه وآله وسلم، فبكى الرشيد حتى رحمه من + +122 +00:12:24,960 --> 00:12:29,680 +حوله، يعني مش هدة الوعاء يعني أشفق عليه من حوله من + +123 +00:12:29,680 --> 00:12:37,620 +أصحابه ومن الناس، تقديره للعلماء، تقديره للعلماء كان + +124 +00:12:37,620 --> 00:12:42,960 +الرشيد يحب العلماء ويعظم حرمات الدين ويبغض + +125 +00:12:42,960 --> 00:12:48,980 +الجدال والكلام، وقال القاضي الفاضل في بعض رسائله ما + +126 +00:12:48,980 --> 00:12:54,400 +أعلم أن لملك رحلة قط في طلب العلم إلا للرشيد فإنه + +127 +00:12:54,400 --> 00:12:59,520 +رحل بولديه الأمين والمأمون لسماع مالك + +128 +00:12:59,520 --> 00:13:09,330 +رحمه الله، راحل من أجل العلم، وأخذ معه ولديه الأمين + +129 +00:13:09,330 --> 00:13:16,470 +والمأمون، ولما بلغه موت عبد الله بن المبارك حزن + +130 +00:13:16,470 --> 00:13:22,010 +عليه وجلس للعزاء فعزاه الأكابر، عبد الله المبارك + +131 +00:13:22,010 --> 00:13:27,090 +كان أحد فقهاء وزهاد العراق، عبد الله المبارك كان + +132 +00:13:27,090 --> 00:13:32,380 +أحد زهاد وفقهاء العراق، وهو صاحب الأبيات المشهورة يا + +133 +00:13:32,380 --> 00:13:38,580 +عابد الحرمين لو أبصرتنا لعلمت أنك بالعبادة تلعبون، + +134 +00:13:38,580 --> 00:13:45,580 +وكان رجل جهاد ورجل دعوة ورجل عبادة ورجل علم، رحمه + +135 +00:13:45,580 --> 00:13:49,020 +الله ورضي الله عنه، لذلك حزن عليه حزنا شديدا هارون + +136 +00:13:49,020 --> 00:13:55,160 +الرشيد لأنه يعرف قيمة العلماء في الأمة، يعرف + +137 +00:13:55,160 --> 00:13:59,100 +قيمتهم ومنزلتهم في الأمة، لذلك بكى عليه وحزن عليه + +138 +00:13:59,100 --> 00:14:08,780 +حزنا شديدا، وعن + +139 +00:14:08,780 --> 00:14:14,240 +خرزاد العابد قال: حدث أبو معاوية الرشيد بحديث، احتجت + +140 +00:14:14,240 --> 00:14:17,880 +أبو معاوية، هو أبو معاوية الضرير سيأتي معنا الآن إن + +141 +00:14:17,880 --> 00:14:23,950 +شاء الله بالحديث احتج آدم وموسى فقال رجل شريف فأين + +142 +00:14:23,950 --> 00:14:28,870 +لقيه؟ آه يعني أين لقيه؟ يعني أين لقي آدم موسى؟ + +143 +00:14:28,870 --> 00:14:33,030 +ماذا يحمل هذا السؤال؟ ماذا يحمل هذا السؤال؟ + +144 +00:14:33,030 --> 00:14:39,970 +التشكيك التشكيك في الرواية فماذا كان رد هارون + +145 +00:14:39,970 --> 00:14:44,950 +الرشيد؟ هو غضب أيوه فغضب الرشيد وقال النطع والسيد + +146 +00:14:44,950 --> 00:14:51,500 +ما هو النطع؟ النطع هي قطع من الجلد التي توضع تحت لو + +147 +00:14:51,500 --> 00:14:57,300 +القتيل حتى لا ينزل الدم على الفراش نعم زنديق يطعن + +148 +00:14:57,300 --> 00:15:04,360 +في الحديث فما زال أبو معاوية يسكنه ويقول بادرة منه + +149 +00:15:04,360 --> 00:15:08,520 +يا أمير المؤمنين بادرة .. إيه يعني بادرة؟ يعني + +150 +00:15:08,520 --> 00:15:17,480 +ممكن يكون تسرع، يفكر في الأمر أو زلة فلذلك يعني + +151 +00:15:17,480 --> 00:15:24,460 +كان يسكن له هارون الرشيد حتى لا يضرب عنق هذا له أو + +152 +00:15:24,460 --> 00:15:29,580 +ما نطلق عليه الزنديق هذا يدل على حمية هارون الرشيد + +153 +00:15:29,580 --> 00:15:38,040 +حمية هارون الرشيد حاول أن يشكك في حديث فكان هذا + +154 +00:15:38,040 --> 00:15:45,040 +الرد من أمير المؤمنين فكيف وحرمات الله تنتهك ليلة + +155 +00:15:45,040 --> 00:15:49,580 +نهار وإن كان للدين وإن كان للشريعة وهجوم على أهل + +156 +00:15:49,580 --> 00:15:56,140 +العلم وأهل الدين ولا وجه يتمعر لله سبحانه وتعالى + +157 +00:15:56,140 --> 00:16:01,320 +غضبا لحرمات الله التي تنتهك صباح ومساء وعن أبي + +158 +00:16:01,320 --> 00:16:04,000 +معاوية الدرير لماذا سمي بالدرير؟ + +159 +00:16:07,830 --> 00:16:13,870 +لأنه كان خبازا كان يعمل من .. من تعب يديه أو من + +160 +00:16:13,870 --> 00:16:20,910 +جهد يديه فعمي بسبب النار لأنه كان خبازا وكان رجلا + +161 +00:16:20,910 --> 00:16:26,410 +عالما لا يأكل إلا من عمل .. من كد يديه وكان يأمر + +162 +00:16:26,410 --> 00:16:32,790 +المعروف وينهى عن المنكر وكان يقول لا يتبعنا إلا رجل + +163 +00:16:32,790 --> 00:16:39,310 +يأكل حلالا إلا يا رجل هي يأكله حلالا، نعم قال صب + +164 +00:16:39,310 --> 00:16:44,570 +على يدي بعد الأكل شخص لا أعرفه فقال الرشيد أتدري + +165 +00:16:44,570 --> 00:16:50,910 +من يصب عليك؟ قلت لا قال أنا إجلالا للعلم إذا هذا + +166 +00:16:50,910 --> 00:16:58,170 +تكريم وتوقير للعلماء أن يقوم الخليفة بنفسه أن يصب + +167 +00:16:58,170 --> 00:17:06,200 +على يدي العالم ما حال علمائنا اليوم؟ ما حال علمائنا + +168 +00:17:06,200 --> 00:17:16,780 +اليوم؟ أين ما كانوا هم؟ السجون أو القبور أو مشردون + +169 +00:17:16,780 --> 00:17:22,780 +أو في ذيل الناس أو في ذيل الناس لا يستطيعون أن + +170 +00:17:22,780 --> 00:17:28,940 +يقولوا كلمة الحق وكان العلماء يبادلونه التقدير روي + +171 +00:17:28,940 --> 00:17:31,660 +عن الفضيل لماذا يبادلونه التقدير؟ + +172 +00:17:33,840 --> 00:17:39,760 +لأنهم يجدون فيه .. يجدون فيه ماذا؟ الخليفة + +173 +00:17:39,760 --> 00:17:45,400 +المسلمين الحريص على الدين والحريص على العلم + +174 +00:17:45,400 --> 00:17:49,440 +والحريص على حرمات الله سبحانه وتعالى نعم روي عن + +175 +00:17:49,440 --> 00:17:54,140 +الفضيل بن عياض أنه قال ما من نفس تموت أشد علي + +176 +00:17:54,140 --> 00:17:58,980 +موتا من أمير المؤمنين هارون ولو ددت أن الله زاد من + +177 +00:17:58,980 --> 00:18:04,420 +عمري في عمره قال سبحان الله الفضيل بن عياض إمام + +178 +00:18:04,420 --> 00:18:09,900 +الحرمين يتمنى أن يأخذ الله من عمره ويزيد في عمر + +179 +00:18:09,900 --> 00:18:17,240 +هارون الرشيد لصلاح هارون الرشيد ومنزلته يعني في + +180 +00:18:17,240 --> 00:18:22,300 +الخلافة ومنزلته في الدين قال فكبر ذلك علينا كبر + +181 +00:18:22,300 --> 00:18:28,840 +يعني توقع أن يكون الإمام الحرمين قد بلغ في كلامه + +182 +00:18:28,840 --> 00:18:34,400 +أو في قوله فلما مات هارون ودهرت الفتن وكان من + +183 +00:18:34,400 --> 00:18:39,240 +المؤمن ما حمل الناس على القول بخلق القرآن قلنا + +184 +00:18:39,240 --> 00:18:43,180 +الشيخ كان أعلم بما تكلم أيوه العلماء أصحاب بصيرة + +185 +00:18:43,180 --> 00:18:51,160 +ويرون بنور الله العلماء أصحاب بصيرة ليسوا أصحاب + +186 +00:18:51,160 --> 00:18:53,840 +بصر فقط بل أصحاب بصيرة + +187 +00:18:56,460 --> 00:19:02,160 +انظر صفحة من الصفحات المطوية من عزة المسلمين مع + +188 +00:19:02,160 --> 00:19:06,580 +هارون الرشيد نعم بين هارون ونقفور في سنة سبع + +189 +00:19:06,580 --> 00:19:11,320 +وثمانين ومئة جاء للرشيد كتاب من ملك الروم نقفور + +190 +00:19:11,320 --> 00:19:15,900 +بنقض الهدنة التي كانت عقدت بين المسلمين وبين الملك + +191 +00:19:15,900 --> 00:19:21,200 +إيريني ملكة الروم من نقفور ملك الروم إلى هارون ملك + +192 +00:19:21,200 --> 00:19:26,000 +العرب أما بعد فإن الملكة التي كانت قبلي أقامت + +193 +00:19:26,000 --> 00:19:32,520 +مقام الرخ ما هو الرخ؟ طائر طائر كبير يعني مقام + +194 +00:19:32,520 --> 00:19:37,230 +الملك نعم وأقامت نفسها مقام البيضة بيضة كان الجند + +195 +00:19:37,230 --> 00:19:43,910 +فحملت إليك من أموالها ما كنت حقيقا بحمل أضعافه + +196 +00:19:43,910 --> 00:19:50,270 +إليها وذلك لضعف النساء وحمقهن وحمقهن يعني كأنه + +197 +00:19:50,270 --> 00:19:56,380 +يقول له أنت استضعفت امرأة وطلبت إليها أن تدفع + +198 +00:19:56,380 --> 00:20:02,840 +الجزية أما أنا فرجل ولن أدفع إليك الجزية ما رد + +199 +00:20:02,840 --> 00:20:08,130 +الخليفة على ذلك فإذا قرأت كتابي فاردد ما حصل قبلك + +200 +00:20:08,130 --> 00:20:14,910 +من أموالها وإلا فالسيف بيننا وبينه هذا تهديد هذا + +201 +00:20:14,910 --> 00:20:19,490 +تهديد لهارون الرشيد خليفة المسلمين هل ارتعد خوفا + +202 +00:20:19,490 --> 00:20:24,630 +هارون الرشيد وعاد الأموال وقال سنرد عليه في المكان + +203 +00:20:24,630 --> 00:20:30,310 +والزمان المناسبين ولا ماذا فعل رحمه الله نعم فلما + +204 +00:20:30,310 --> 00:20:35,670 +قرأ الرشيد الكتاب استشاط غضبا حتى ما تمكن أحد أن + +205 +00:20:35,670 --> 00:20:41,230 +ينظر إلى وجهه فضلا أن يخاطبه وتفرق جلساؤه من الخوف + +206 +00:20:41,230 --> 00:20:49,630 +عزى ويبقى حمية استشاط غضبا لدي حمية نعم فدعا + +207 +00:20:49,630 --> 00:20:55,850 +الرشيد بدواتا بدواة بدواة الحبر فدعا الرشيد بدواة + +208 +00:20:55,850 --> 00:21:02,460 +وكتب على بدواة بدواة وكتب، كتب على ظهر كتابه ليه ما + +209 +00:21:02,460 --> 00:21:08,320 +كتب على ظهر الرسالة أو ظهر الكتاب نفسها حتى ترى + +210 +00:21:08,320 --> 00:21:11,600 +نوع + +211 +00:21:11,600 --> 00:21:15,680 +من التحقير والاهانة هو نوع من التحقير والاهانة + +212 +00:21:15,680 --> 00:21:21,020 +لنقفور ملك الروم بسم الله الرحمن الرحيم من هارون + +213 +00:21:21,020 --> 00:21:25,820 +أمير المؤمنين إلى نقفور كلب الروم قد قرأت كتابك يا + +214 +00:21:25,820 --> 00:21:31,060 +ابن الكافرة يا ابن الكافرة ما هذا العزة والغزة قالت + +215 +00:21:31,060 --> 00:21:36,460 +يا ابن اليهودية هذا يذكرناه يعني من باب التناص + +216 +00:21:36,460 --> 00:21:41,260 +التناص التاريخي غزة الوحيدة التي قالت اليهود يا + +217 +00:21:41,260 --> 00:21:45,640 +ابن اليهودية نحن تملنا على الزعماء العرب أن يهددوا + +218 +00:21:45,640 --> 00:21:51,080 +إسرائيل ولو كذبا ولو كذبا وليس حقيقة غزة الوحيدة + +219 +00:21:51,080 --> 00:21:55,160 +التي استطاعت أن تقول اليهود يا ابن اليهودية كما + +220 +00:21:55,160 --> 00:22:00,280 +قال هارون الرشيد رحمه الله يا ابن الكافرة والجواب + +221 +00:22:00,280 --> 00:22:05,660 +ما تراه لما تسمعه ثم صار ليومه فلم يزل حتى نزل + +222 +00:22:05,660 --> 00:22:11,220 +مدينة هراقل وكانت غزوة مشهورة وفتحة مبينة فطلب + +223 +00:22:11,220 --> 00:22:17,300 +نقفور الموادع والتزم بخراج يحمله كل سنة ثم صار + +224 +00:22:17,300 --> 00:22:26,720 +ليومه ليومه ماذا يعني ليومه فورا لا تأجيل ولا + +225 +00:22:26,720 --> 00:22:34,010 +تسويف فورا هؤلاء هم المسلمون وهؤلاء هم أمراء + +226 +00:22:34,010 --> 00:22:42,290 +المسلمين وفاتوا .. نعم أيوه وفاتهم .. ضال عهدهم + +227 +00:22:42,290 --> 00:22:47,390 +مزاوجة بين جهاد وحج وتعمير حتى إذا جاء عام مائة + +228 +00:22:47,390 --> 00:22:53,260 +واتنين وتسعين .. مائة واتنين وتسعين هجرة اللي + +229 +00:22:53,260 --> 00:22:58,120 +توفى سنة 193 نعم فخرج إلى خراسان لإخماد بعض الفتن + +230 +00:22:58,120 --> 00:23:03,000 +والثورات اللي اشتعلت ضد الدولة فلما بلغ مدينة طوس + +231 +00:23:03,000 --> 00:23:07,620 +اشتدت به العلة وتوفى في تلاتة جمادى الأولى عام + +232 +00:23:07,620 --> 00:23:15,380 +193 كم سنة كان عمره عندما توفى رحمه الله؟ خمسة + +233 +00:23:15,380 --> 00:23:21,260 +وأربعين سنة شباب يعني مازال كان شابا تولى الخلافة + +234 +00:23:21,260 --> 00:23:26,920 +ومات شابا وصنع كل ذلك المجد صنع كل ذلك المجد كم + +235 +00:23:26,920 --> 00:23:31,880 +سنة تولى الخلافة؟ كم سنة تقريبا حوالي تلاتة + +236 +00:23:31,880 --> 00:23:36,160 +وعشرين سنة رحمه الله ورضي الله عنه لذلك هنا يأتي + +237 +00:23:36,160 --> 00:23:41,650 +السؤال لماذا التشويه لهارون الرشيد؟ ليه ما التشويه + +238 +00:23:41,650 --> 00:23:47,470 +في حكايات ألف ليلة وليلة وكتاب الأغاني كتابات + +239 +00:23:47,470 --> 00:23:55,470 +المستشرقين مسرحيات المحدثين وتاريخ جرجي زيدان و + +240 +00:23:55,470 --> 00:24:01,010 +ليه ما هذا النسج الكذوب على هارون الرشيد؟ + +241 +00:24:06,730 --> 00:24:10,730 +هل هناك علاقة بين هارون الرشيد في أبو الحسن المغفل + +242 +00:24:10,730 --> 00:24:15,370 +وهارون الرشيد في التاريخ؟ هل هناك علاقة؟ لا يوجد + +243 +00:24:15,370 --> 00:24:25,130 +أي علاقة بين الرجلين وبين الصورتين ننتقل + +244 +00:24:25,130 --> 00:24:31,770 +الآن إلى مسرح .. مسرح جديد ومسرح توفيق الحكيم + +245 +00:24:31,770 --> 00:24:35,430 +المسرحي المصري + +246 +00:24:42,480 --> 00:24:46,920 +هل هناك سؤال حول الخليفة + +247 +00:24:46,920 --> 00:24:53,040 +هارون الرشيد؟ حول + +248 +00:24:53,040 --> 00:25:03,080 +هارون الرشيد، تفضلي أريد + +249 +00:25:03,080 --> 00:25:10,580 +جوابا منكم، من كلنا، أريد جوابا منكم ما لديها جواب؟ + +250 +00:25:11,610 --> 00:25:18,470 +مالها لديها جواب لما هجوم المستشريقين وحكايات ألف + +251 +00:25:18,470 --> 00:25:22,170 +ليلة وليلة على هارون الرشيد تفضلي كثير من + +252 +00:25:22,170 --> 00:25:26,110 +المستشريقين انتقلوا وانتخلصوا من طريق الإسلام و + +253 +00:25:26,110 --> 00:25:32,470 +يعني قلة استخارة العرب بحكمائهم و اخبارهم بأن + +254 +00:25:32,470 --> 00:25:36,490 +حكمائهم يعني أصحاب النساء وزيرهم وكذا يعني هم دا + +255 +00:25:36,490 --> 00:25:39,210 +يدانهم the people يعني تقريبا يعني السلالمان + +256 +00:25:39,210 --> 00:25:42,690 +القانوني أيضا مبوثقوه بنفس السبب هو كلمة أعظم يعني + +257 +00:25:42,690 --> 00:25:46,570 +أن الحكمات .. يعني هو تقريب يعني تشويه .. تشويه + +258 +00:25:46,570 --> 00:25:49,030 +الوطني نعم تشويه كل صورة المسلمين طب ليه ما + +259 +00:25:49,030 --> 00:25:52,270 +التركيز على هارون؟ هو أنا السؤال ليه ما التركيز + +260 +00:25:52,270 --> 00:25:56,530 +على هارون الرشيد بالذات؟ ممكن لأنه في سن صغير تولى + +261 +00:25:56,530 --> 00:26:00,470 +الخلافة يعني 22 سنة مش كأي حد في هذا السن بتولى + +262 +00:26:00,470 --> 00:26:05,420 +أشياء عظيمة مع المسلمين ممكن التشويه كان من قبل + +263 +00:26:05,420 --> 00:26:11,090 +أشخاص يلون بعضهم أولى في الخلافة لا طبعا الشيعة شارك + +264 +00:26:11,090 --> 00:26:17,430 +في التشويه الشيعة شاركوا في تشويه اللي هو الخليفة + +265 +00:26:17,430 --> 00:26:22,730 +والأصفهان كانوا يتشيع الأصفهان كانوا دور كذلك في + +266 +00:26:22,730 --> 00:26:30,410 +تشويه اللي هو الأمويين وكذلك العباسيين هارون الرشيد + +267 +00:26:30,410 --> 00:26:36,090 +يمثل تاريخ الناس عنه تاريخ الناس عن الأمة و + +268 +00:26:36,090 --> 00:26:37,810 +للأجيال وللشباب + +269 +00:26:40,930 --> 00:26:47,090 +في عهده كانت عزة المسلمين وكانت حضارة المسلمين + +270 +00:26:47,090 --> 00:26:50,510 +وكان + +271 +00:26:50,510 --> 00:26:59,050 +رخاء المسلمين وكان علو راية الإسلام لذلك + +272 +00:26:59,050 --> 00:27:04,310 +كان لابد من تشويه هذا التاريخ الذي يمثله هارون + +273 +00:27:04,310 --> 00:27:09,270 +الرشيد رحمه الله والذي أسهم بشكل كبير في صناعة هذا + +274 +00:27:09,270 --> 00:27:14,770 +التاريخ لا يريدون نموذجا مضيئا ومشرقا كهارون الرشيد + +275 +00:27:14,770 --> 00:27:20,230 +لا يريدون لذلك + +276 +00:27:20,230 --> 00:27:25,450 +كان هذا العبث بشخصية هارون الرشيد وهذا التشويه + +277 +00:27:25,450 --> 00:27:31,030 +والتزوير والتزييف لهارون الرشيد رحمه الله ورضي + +278 +00:27:31,030 --> 00:27:35,090 +الله عنه نأتي + +279 +00:27:35,090 --> 00:27:43,590 +لتوفيق الحكيم معزميلاتكم تحدثونا في دقائق موجزة عن + +280 +00:27:43,590 --> 00:27:48,180 +مسرح توفيق الحكيم بسم الله الرحمن الرحيم سأتحدث + +281 +00:27:48,180 --> 00:27:53,600 +اليوم عن الكاتب المصري الأديب توفيق إسماعيل الحكيم + +282 +00:27:53,600 --> 00:27:58,440 +هو كاتب و أديب مصري جالس من موليد الإسكندرية ولد + +283 +00:27:58,440 --> 00:28:02,560 +في أكتوبر عام ألف و ثمانمائة و ثمانة وتسعون لقب + +284 +00:28:02,560 --> 00:28:07,200 +برائد المسرح الذهني وهو قضى كثيرا من عمره في كتابة + +285 +00:28:07,200 --> 00:28:11,870 +المسرحيات وهو أحد أعلام المسرحيين العرب وقد ارتبط + +286 +00:28:11,870 --> 00:28:16,710 +اسمه ارتباطا وثيقا بالثقافة المسرحية وحاز ... حاز على + +287 +00:28:16,710 --> 00:28:21,230 +العديد من المناصب و + +288 +00:28:21,230 --> 00:28:28,290 +الجوائز له يقارب مائة مسرحية و 62 كتابًا توفي عام + +289 +00:28:28,290 --> 00:28:37,310 +1987 أيّ خمسة و تسعين عاما عاشها + +290 +00:28:39,410 --> 00:28:43,690 +مرت المسرحية عند الكاتب توفيق الحكيم بأربع مراحل + +291 +00:28:43,690 --> 00:28:47,670 +المرحلة الأولى كانت المسرحية الفكاهية تمثل هذه + +292 +00:28:47,670 --> 00:28:52,870 +المسرحية بداية ... بداية الحكيم وكتابته المسرحية + +293 +00:28:52,870 --> 00:28:57,490 +تنتمي هذه المرحلة ... تنتمي إلى هذه المرحلة مسرحيته + +294 +00:28:57,490 --> 00:29:02,650 +الضيف الثقيل كتبت عام 1919 وهي تنديد رمزي + +295 +00:29:02,650 --> 00:29:08,090 +بالمستعمر البريطاني وإنها كانت رمزًا إلى إقامة ذلك + +296 +00:29:08,090 --> 00:29:12,710 +الضيف الثقيل في بلادنا بدون دعوة منه وقد ذكرها + +297 +00:29:12,710 --> 00:29:17,290 +الحكيم في مقدمة مجلده "مسرح المجتمع" تدور أحداثها + +298 +00:29:17,290 --> 00:29:22,650 +حول محامٍ هو ... توفيق الحكيم كان محامياً، هبط عليه + +299 +00:29:22,650 --> 00:29:27,710 +ذات يوم ضيف ليقيم عنده يومًا فمكث هذا الضيف شهرًا + +300 +00:29:27,710 --> 00:29:36,290 +بأكمله وحاول الحكيم شهرًا بأكمله حاول الحكيم كلّ + +301 +00:29:36,290 --> 00:29:40,210 +الحيل والوسائل للتخلص من هذا الضيف الثقيل لكن دون + +302 +00:29:40,210 --> 00:29:45,910 +جدوى كان يتخذ المحامي بيته مكتبًا لعمله فكان هذا + +303 +00:29:45,910 --> 00:29:50,250 +الضيف يستغل ذلك فما ... فما أن يقفل المحامي حتى يخرج + +304 +00:29:50,250 --> 00:29:54,840 +خارج البيت لحظة أو يتغيب عنه حتى يستقبل في الضيوف + +305 +00:29:54,840 --> 00:29:59,420 +الوافدين الجدد فيقومهم بأنه هو صاحب المنزل ويقبض + +306 +00:29:59,420 --> 00:30:02,920 +منهم ما يترسم من أمور، يعني كان هذا الضيف ثقيلًا جدًا + +307 +00:30:02,920 --> 00:30:08,780 +إلى درجة أنه كان يأخذ أتعاب راتب الحكيم يأخذها له، + +308 +00:30:08,780 --> 00:30:12,900 +قد حاول الحكيم في كتبه ورسائله ومقابلاته ودراساته + +309 +00:30:12,900 --> 00:30:16,300 +عنه وعن أدبه المصري أن يتجاهل هذه المرحلة الأولى + +310 +00:30:16,300 --> 00:30:17,420 +وهي مرحلة البداية + +311 +00:30:22,350 --> 00:30:26,890 +المرحلة الثانية هي المسرحية الاجتماعية الواقعية، + +312 +00:30:26,890 --> 00:30:31,070 +أثر الحكيم في هذه المرحلة مجلدين ضخمين، المسرح + +313 +00:30:31,070 --> 00:30:35,690 +المنوع ومسرح المجتمع، جمع في كل منهما إحدى وعشرين، + +314 +00:30:35,690 --> 00:30:40,310 +واحدة وعشرين مسرحية في كل مجلد، يضم المسرح المنوع + +315 +00:30:40,310 --> 00:30:43,950 +مسرحيات لا يجمعها قاسم مشترك أو صفة مشتركة واحدة، + +316 +00:30:43,950 --> 00:30:48,000 +سوى أن مؤلفها هو واحد، لا يجمعها أي موضوع تختلف + +317 +00:30:48,000 --> 00:30:51,340 +موضوعاتها، أهم مسرحياتها المكتوبة باللغة الفصحى في + +318 +00:30:51,340 --> 00:30:54,560 +هذا المجلة، سرق المنتحرة، الأيدي الناعمة، الخروج + +319 +00:30:54,560 --> 00:30:58,540 +من الجنة وصاحبة الجلالة ونهر الجنون تدور مسرحياته + +320 +00:30:58,540 --> 00:31:01,340 +حول المشاكل الاجتماعية التي كانت تؤرق المجتمع + +321 +00:31:01,340 --> 00:31:06,040 +المصري وفي مسرحيتي أغنية الموت، علشة مشكلة متأصلة + +322 +00:31:06,040 --> 00:31:09,320 +في المجتمع المصري، هي مشكلة الثقر وبين أن الثقر لا + +323 +00:31:09,320 --> 00:31:10,400 +يأكل إلا صاحبه + +324 +00:31:20,790 --> 00:31:24,130 +مسرحية الأيد الناعمة من المسرحيات الاجتماعية، + +325 +00:31:24,130 --> 00:31:28,050 +مسرحية تمثل المنحنى الاشتراكي للثورة وتبين أن لما + +326 +00:31:28,050 --> 00:31:31,090 +كان في المجتمع لما لا يعمل أو العاطلين عن العمل + +327 +00:31:31,090 --> 00:31:35,890 +لأنهم جمعوا أموالهم من عرقة سابقة في الدنيا، أما في + +328 +00:31:35,890 --> 00:31:41,870 +مسرحيته أريد الآن أن أقتل، مسرحية في مسرحيته أريد أن + +329 +00:31:41,870 --> 00:31:46,570 +أقتل بس يعالج الحكيم فيها سطوة الغرائز البشرية + +330 +00:31:46,570 --> 00:31:51,050 +بواسطة الفكاهة في مسرحيته الكوميديا الاجتماعية تحكي + +331 +00:31:51,050 --> 00:31:55,050 +المسرحية عن رجل وامرأة يتبادلان عبارات الوفاء + +332 +00:31:55,050 --> 00:32:00,570 +والإخلاص والإيثار يعلن كل منهما عن رغبته للآخر عن + +333 +00:32:00,570 --> 00:32:04,790 +رغبته في أن يسقي رفيقه إلى الموت حتى لا يفجعوا بعز + +334 +00:32:04,790 --> 00:32:12,100 +مخلوق عندهم فتشاء المصادفة أن تأتي إلى بيتهما فتاة + +335 +00:32:12,100 --> 00:32:17,740 +مجنونة تحمل مسدسًا وتخيرهما عليها أن تقتل شخصًا + +336 +00:32:17,740 --> 00:32:23,480 +واحد فقط يا إما الرجل أو امرأته فيتضرع كل منهما + +337 +00:32:23,480 --> 00:32:27,520 +يتوسل كل منهما إلى هذه الفتاة بأن تقتله و تقتل + +338 +00:32:27,520 --> 00:32:31,630 +الآخر يعني هو يقول اقتلها هي و هي تقول اقتله هو + +339 +00:32:31,630 --> 00:32:36,110 +وذالك تستيقظ هنا غريزة حب الحياة أمام خطر الموت و + +340 +00:32:36,110 --> 00:32:40,170 +تطلق هذه الفتاة في نهاية اللعب نارًا من مسدسها فإذا + +341 +00:32:40,170 --> 00:32:45,030 +بهو محشو بالقطن أي لا يقتلوا ينجو الزوجان بعد أن + +342 +00:32:45,030 --> 00:32:48,290 +يكتشفوا حقيقة هذه الغرائز الإنسانية + +343 +00:32:52,700 --> 00:32:57,400 +المرحلة الثالثة هي مرحلة المسرحية الذهنية سميت هذه + +344 +00:32:57,400 --> 00:33:01,700 +المرحلة ب... بالمسرح الذهني ... الذهني لسوء + +345 +00:33:01,700 --> 00:33:07,000 +تسيّده ... تسيّده ... تسيّده ... تسيّده في عام + +346 +00:33:07,000 --> 00:33:12,180 +المسرح فكان الحكيم يدرك ذلك جيدًا لم يكتب إلا عددًا + +347 +00:33:12,180 --> 00:33:15,420 +قليلًا من المسرحيات التي يمكن تمثيلها على خشبة + +348 +00:33:15,420 --> 00:33:19,360 +المسرح وكانت معظم مسرحياته من النوع الذي كتب ليقرأ + +349 +00:33:19,360 --> 00:33:22,720 +ليقرأ فيكتشف القارئ من خلاله عالمًا من الدلالات + +350 +00:33:22,720 --> 00:33:25,820 +والرموز التي يمكن إسقاطها على الواقع بسهولة + +351 +00:33:25,820 --> 00:33:30,340 +لتسهم في تقديم رؤية نقدية للحياة والمجتمع فتتسم + +352 +00:33:30,340 --> 00:33:35,180 +بقدر عالٍ من الوعي، تعالج المسرحية الذهنية قضية + +353 +00:33:35,180 --> 00:33:38,740 +عامة أو فرضية أو نظرية بحتة يتأملها الكاتب + +354 +00:33:38,740 --> 00:33:42,100 +ويعالجها بعيدًا ... بعيدًا عن الواقع ثم يعالج نتائج + +355 +00:33:42,100 --> 00:33:46,280 +هذه ال ... الفرضية لينتهي بخ ... بخلاصة أن الإنسان + +356 +00:33:46,280 --> 00:33:50,840 +شبكة من العلاقات ... العلاقات استمرارية أي أن يسير + +357 +00:33:50,840 --> 00:33:54,320 +الإنسان بين ... أن الإنسان أُثير بين الزمان والمكان + +358 +00:33:54,320 --> 00:33:58,340 +الذي يمكن تجاهله هو الذي لا يمكن الخروج منه من ال + +359 +00:33:58,340 --> 00:34:02,300 +... من الأمثلة عن المسرحيات الذهنية مسرحية أهل + +360 +00:34:02,300 --> 00:34:08,080 +الكهف كتبت عام 1933 مسرحية ذهنية من أشهر مسرحيات + +361 +00:34:08,080 --> 00:34:11,920 +الحكيم يفترض فيها أن الله أقام قومًا ثم بعثهم بعد + +362 +00:34:11,920 --> 00:34:15,420 +ثلاث قرون ثم يدرس حياتهم بعد ما ... بعد بعثتهم و + +363 +00:34:15,420 --> 00:34:19,040 +كيف يتصرفون في الحياة الجديدة فقد لقيت المسرحية نجاحًا + +364 +00:34:19,040 --> 00:34:23,690 +كبيرًا اُترجمت عربياً مرتين في عامها الأول كما ترجمت إلى + +365 +00:34:23,690 --> 00:34:27,450 +اللغة الفرنسية والإنجليزية وهذا أكبر دليل على + +366 +00:34:27,450 --> 00:34:31,210 +شهرتها ومحور هذه المسرحية هو دور حول صراع الإنسان مع + +367 +00:34:31,210 --> 00:34:31,550 +الزمن + +368 +00:34:35,050 --> 00:34:38,350 +أما الأسباب التي دفعت الحكيم إلى هجران خشبة المسرح + +369 +00:34:38,350 --> 00:34:42,370 +والانتقال إلى مسرحية الكتاب أو ما يسمى بالمسرحية + +370 +00:34:42,370 --> 00:34:46,950 +الذهنية هي ظروف خاصة بأسرتة ووظيفته والقضاء لم + +371 +00:34:46,950 --> 00:34:51,530 +يُصرّح الحكيم عن هذه الظروف أما السبب الآخر هو حالة + +372 +00:34:51,530 --> 00:34:56,290 +التّمثيل المتدنّية في مصر المتدنية في مصر ذلك الوقت + +373 +00:34:56,400 --> 00:35:00,500 +فالعمل في المسرح ... فالعمل ال ... في المسرح المصري + +374 +00:35:00,500 --> 00:35:03,620 +الذي لم يكن محترمًا مما دفعه إلى ترك خشبة المسرح + +375 +00:35:03,620 --> 00:35:07,120 +واللجوء إلى المسرحية ليُتمثل كتابًا الذي يُقرأ + +376 +00:35:08,790 --> 00:35:12,930 +المرحلة الرابعة هي مرحلة المسرح اللامعقول يقول + +377 +00:35:12,930 --> 00:35:16,450 +توفيق الحكيم في هذا ال ... ال ... هذه المرحلة أن + +378 +00:35:16,450 --> 00:35:19,150 +اللامعقول عندي هو ما يسمى بالعبث في المذاهب + +379 +00:35:19,150 --> 00:35:23,630 +الأوروبية ولكنه استكشاف لما في فنانة وتفكيرنا + +380 +00:35:23,630 --> 00:35:27,210 +الشعبي من تلحيم المعقول في اللامعقول حاول توفيق + +381 +00:35:27,210 --> 00:35:30,570 +الحكيم مواكبة تقنيات المسرح الجديد في العالم فكتب + +382 +00:35:30,570 --> 00:35:34,680 +مسرحيته الوحيدة له في في هذه المرحلة اللامعقول وهي + +383 +00:35:34,680 --> 00:35:38,540 +مسرحية يطلع الشجرة مستقاة من الموال الشعبي يطلع + +384 +00:35:38,540 --> 00:35:42,120 +الشجرة والموال يستنكر ما أصاب بعض الناس من ثراء + +385 +00:35:42,120 --> 00:35:48,770 +فحش في فترات وجيزة أما عن مميزات المسرح عند الحكيم، + +386 +00:35:48,770 --> 00:35:51,550 +نجد أن مسرحيات الحكيم تنوعت في الشكل + +387 +00:35:51,550 --> 00:35:56,030 +المسرحي، في مسرحياته الدراما الحديثة وفيها + +388 +00:35:56,030 --> 00:35:58,670 +الكوميديا والـtrash كوميديا والكوميديا + +389 +00:35:58,670 --> 00:36:02,590 +الاجتماعية، جمع الحكيم بين المذاهب الأدبية + +390 +00:36:02,590 --> 00:36:06,590 +المسرحية في كتباته، فيها الرمزي والواقعي و + +391 +00:36:06,590 --> 00:36:11,010 +المسرحية الطبيعية والرومانسية، ثقافة الحكيم كانت + +392 +00:36:11,010 --> 00:36:17,630 +واسعة دليلًا على اطلاعه على الثقافات الأجنبية ومما + +393 +00:36:17,630 --> 00:36:22,570 +عندما أقام في فرنسا تعلم أكثر من لغة وثقافة تميزت + +394 +00:36:22,570 --> 00:36:26,710 +مسرحيات الحكيم بالحوار المشوق والحبكة الواسعة وجمال + +395 +00:36:26,710 --> 00:36:31,450 +التعبير وحيوية موضوعاته المسرحية تظهر البيئة + +396 +00:36:31,450 --> 00:36:36,160 +المسرحية بوضوح في المسرحيات الاجتماعية إلى هنا + +397 +00:36:36,160 --> 00:36:42,080 +السلام عليكم نشكر زميلتكم على هذا التقديم الرائع + +398 +00:36:42,080 --> 00:36:47,680 +والجميل حول مسرح توفيق الحكيم توفيق الحكيم أيضًا + +399 +00:36:47,680 --> 00:36:54,020 +يعد رائدًا للمسرح السياسي المسرح السياسي الذي فرض + +400 +00:36:54,020 --> 00:37:01,750 +نفسه بقوة على المسرح العربي ومسرحيته السلطان الحائر + +401 +00:37:01,750 --> 00:37:08,270 +تتحدث عن الصراع بين السيف وبين الحق صاحب السيف لا + +402 +00:37:08,270 --> 00:37:15,310 +حق معه وصاحب الحق لا سيف معه الصراع بين السيف وبين + +403 +00:37:15,310 --> 00:37:21,270 +الحق أيضًا يعد رائدًا للمسرح الذهني هو أول من كتب + +404 +00:37:21,270 --> 00:37:26,840 +المسرح الذهني وتوسع فيه وكان دائمًا والمسرح الذهني + +405 +00:37:26,840 --> 00:37:30,700 +الصراع يدور في الذهن ... في ذهن الشخصيات ولا يدور + +406 +00:37:30,700 --> 00:37:35,740 +في أرض الواقع مثل مسرحية أهل الكهف الصراع بين + +407 +00:37:35,740 --> 00:37:41,150 +الزمن الجديد أو المعاصر والإنسان القديم الإنسان + +408 +00:37:41,150 --> 00:37:46,190 +القديم الذي يمثل أهل الكهف والإنسان والزمن الجديد + +409 +00:37:46,190 --> 00:37:52,070 +الذي يمثله الجيل الحاضر وفي النهاية ينتصر الزمن + +410 +00:37:52,070 --> 00:37:56,270 +الجديد على الإنسان القديم بصراحية بيجماليون كذلك + +411 +00:37:56,270 --> 00:38:01,530 +التي استوحاها من الأدب اليوناني التي تدور حول + +412 +00:38:01,530 --> 00:38:06,970 +الصراع بين الفن والواقع من ينتصر في النهاية ينتصر + +413 +00:38:06,970 --> 00:38:10,050 +الفن على الواقع + +414 +00:38:11,830 --> 00:38:17,370 +مسرح اللامعقول أيضًا له رسالة مسرح العبثي أو + +415 +00:38:17,370 --> 00:38:21,790 +السريالي ومسرح اللامعقول أيضًا له رسالة أنه يعكس + +416 +00:38:21,790 --> 00:38:23,970 +الفوضى + +417 +00:38:25,970 --> 00:38:31,390 +وغياب المنطق وغياب العدالة في الحياة الإنسانية فما + +418 +00:38:31,390 --> 00:38:36,370 +هو إلا انعكاس لحياة الإنسان أو حياة البشر وفوضى + +419 +00:38:36,370 --> 00:38:43,730 +العلاقات وعبثية القيم في المجتمع الإنساني نحن بإذن + +420 +00:38:43,730 --> 00:38:52,250 +الله سندرس مسرحية مصير سلسار لتوفيق الحكيم وهي + +421 +00:38:52,250 --> 00:38:57,470 +تنتمي إلى المسرح الوجداني أو مسرح لمعقول لكنها محملة + +422 +00:38:57,470 --> 00:39:04,030 +بالدلالات السياسية والدلالات الاجتماعية ما الذي + +423 +00:39:04,030 --> 00:39:08,530 +لديها سؤال؟ هل من سؤال؟ ما الذي لديها سؤال؟ + +424 +00:39:08,530 --> 00:39:11,530 +والسلام عليكم ورحمة الله وبركاته diff --git a/PL9fwy3NUQKwbvX-idZnsXAzsMZTojRWzu/FGVi_UnmEkU_raw.srt b/PL9fwy3NUQKwbvX-idZnsXAzsMZTojRWzu/FGVi_UnmEkU_raw.srt new file mode 100644 index 0000000000000000000000000000000000000000..1bd4df38b031049764d94c80e59d0d25a7511d7b --- /dev/null +++ b/PL9fwy3NUQKwbvX-idZnsXAzsMZTojRWzu/FGVi_UnmEkU_raw.srt @@ -0,0 +1,1664 @@ +1 +00:00:21,410 --> 00:00:24,090 +أعوذ بالله من الشيطان الرجيم بسم الله الرحمن + +2 +00:00:24,090 --> 00:00:27,790 +الرحيم الحمد لله والصلاة والسلام على رسول الله + +3 +00:00:27,790 --> 00:00:36,210 +وبعد السلام عليكم ورحمة الله وبركاته انتهينا فيما + +4 +00:00:36,210 --> 00:00:45,510 +مضى من محاضرات من الحديث عن نصوص شعرية في الأدب + +5 +00:00:45,510 --> 00:00:56,260 +الحديثوانتهينا من تحليل جملة من هذه النصوص كذلك و + +6 +00:00:56,260 --> 00:01:02,000 +بعد ذلك انتقلنا إلى الفن القصصي تعريفا و تأريخا و + +7 +00:01:02,000 --> 00:01:11,890 +تمثيلا عليه اليوم ندلفه إلى فن جديدوهو الفن + +8 +00:01:11,890 --> 00:01:16,450 +المسرحي مفرقين + +9 +00:01:16,450 --> 00:01:25,430 +بين مصطلحين بين المسرح والمسرحية المسرح والمسرحية + +10 +00:01:25,430 --> 00:01:28,650 +المسرح + +11 +00:01:28,650 --> 00:01:34,250 +هو ذلك الفن الدرامي الذي يتناول + +12 +00:01:36,420 --> 00:01:42,920 +العناصر مجتمعة كل العناصر مجتمعة يتناولوا نصا + +13 +00:01:42,920 --> 00:01:52,560 +مسرحيا ممثلين مخرجين متفرجين + +14 +00:01:52,560 --> 00:02:00,140 +قضواء مكان مسرح إلى غير ذلك هذا نطلق عليه المسرح + +15 +00:02:00,140 --> 00:02:09,580 +نطلق عليه المسرح أما المسرحيةفهي النص المكتوب النص + +16 +00:02:09,580 --> 00:02:15,000 +المكتوب الذي يشتغل عليه أو الذي على ضوءه يكون + +17 +00:02:15,000 --> 00:02:22,380 +التمثيل لذلك نسميه نصا مسرحيا أو نسميه المسرحيا + +18 +00:02:22,380 --> 00:02:29,720 +المسرح أقرب إلى الفنون الدرامية تمثيله ودراسته + +19 +00:02:29,720 --> 00:02:33,780 +تكون في أقسام الدراما + +20 +00:02:37,710 --> 00:02:44,910 +أما النصوص المسرحية و المسرحية يكون دراستها في + +21 +00:02:44,910 --> 00:02:51,630 +كليات الأداب و أقسام اللغة العربية ما + +22 +00:02:51,630 --> 00:02:56,930 +ندرسه المسرحية ما ندرسه نحن المسرحية + +23 +00:03:02,300 --> 00:03:06,680 +أما المسرح بأبعاده وعناصره واختلافاته وامتداداته + +24 +00:03:06,680 --> 00:03:14,660 +فهذا شأن الأقسام الدرامية الفن + +25 +00:03:14,660 --> 00:03:22,040 +المسرحي هو الفن الدرامي الذي يقوم على الصراع + +26 +00:03:22,040 --> 00:03:28,280 +والفرجة الفن الدرامي الذي يقوم على الصراع ويقوم + +27 +00:03:28,280 --> 00:03:36,080 +على الفرجةالدرامي يعني تمثيلي ده + +28 +00:03:36,080 --> 00:03:42,260 +ما نقول درامي يعني تمثيلي ودرامي كلمة يونانية + +29 +00:03:42,260 --> 00:03:48,580 +أصلها أصلها الدراما بالذلك كما يقول سليمان + +30 +00:03:48,580 --> 00:03:52,870 +البستاني في مقدمة لليالةلأن اللغة اليونانية لم + +31 +00:03:52,870 --> 00:03:56,350 +يوجد فيها حرف الدال لكن عندما عُرّبت وحولت + +32 +00:03:56,350 --> 00:04:00,210 +للإنجليزية أصبحت ال drama ثم انتقلت إلينا نحن + +33 +00:04:00,210 --> 00:04:04,490 +العرب لمصطلح ال drama يعني التمثيل التمثيل فهو + +34 +00:04:04,490 --> 00:04:08,690 +الفن التمثيلي القائم على الصراع و القائم على + +35 +00:04:08,690 --> 00:04:15,810 +الفرجة ويجب أن نفرق بين نوعين من الصراع نوعين من + +36 +00:04:15,810 --> 00:04:18,330 +الصراع الصراع العمودي + +37 +00:04:21,000 --> 00:04:27,600 +الرأسي والصراعي الأفقي ما يختص به المسرح هو + +38 +00:04:27,600 --> 00:04:31,520 +الصراعي العمودي ما يختص به المسرح هو الصراعي + +39 +00:04:31,520 --> 00:04:36,080 +العمودي ما الفرق بين الصراعي العمودي و الصراعي + +40 +00:04:36,080 --> 00:04:45,320 +الأفقي في زمن قصير + +41 +00:04:45,320 --> 00:04:56,620 +اجابة أخرى ما لديها اجابة أخرىخلود، اه تفضلي ما + +42 +00:04:56,620 --> 00:05:02,360 +الفرق بين الصراع العمودي والصراع الأفقي؟ + +43 +00:05:02,360 --> 00:05:07,560 +لما نقول أن المسرح يختص بالصراع العمودي الصراع + +44 +00:05:07,560 --> 00:05:12,800 +العمودي ممكن هو اللذي يتطور إلى ابعاد أعلى للمجتمع + +45 +00:05:14,850 --> 00:05:17,950 +والذي يستمر في الصراع العمود الصراع العمود هو الذي + +46 +00:05:17,950 --> 00:05:23,790 +يتناوله البنية الأساسية للشخصية والمجتمع والحياة + +47 +00:05:23,790 --> 00:05:29,970 +يتناول قضايا الأساسية مثل + +48 +00:05:29,970 --> 00:05:39,730 +قضية الوجود المصير ما ورا الحياة أكون أو لا أكون + +49 +00:05:39,730 --> 00:05:42,850 +هذه قضايا مصيرية + +50 +00:05:45,180 --> 00:05:52,420 +لذلك الصراع حولها يكون صراعا حادا ومشتعلا أما + +51 +00:05:52,420 --> 00:05:58,460 +الصراع الأفقي فهو الصراع على ما يمكن أن نطلق عليه + +52 +00:05:58,460 --> 00:06:04,500 +سفاسي في الحياة أو شواغل الحياة الصراع حول وظيفة، + +53 +00:06:04,500 --> 00:06:11,400 +صراع حول إمرأةالزوجة مبلغ من المال حول بيت هذا + +54 +00:06:11,400 --> 00:06:17,420 +نسميه صراعا أفقيا ولاحظوا أن الرواية أحيان تتناول + +55 +00:06:17,420 --> 00:06:21,160 +الصراع الأفقي و أحيان تتناول الصراع العمودي + +56 +00:06:21,160 --> 00:06:25,860 +الرواية الفلسطينية تتناول أي نوع من الصراع العمودي + +57 +00:06:27,480 --> 00:06:34,520 +قضية محورية وقضية وجودية وهي قضية الأرض والوطن + +58 +00:06:34,520 --> 00:06:40,180 +ليست قضية هامشية في حياة الإنسان الفلسطيني إذا + +59 +00:06:40,180 --> 00:06:47,860 +المسرح يتناول الصراع اللي هو العمودي المعقد عند + +60 +00:06:47,860 --> 00:06:52,420 +الإنسان أو في الواقع أو في الحياة الفرجة + +61 +00:06:54,720 --> 00:07:00,400 +أساسية في المسرح الفرجة أساسية في المسرح وليس + +62 +00:07:00,400 --> 00:07:06,240 +المقصود بالفرجة أن يكون هناك بناء وفيه مقاعد + +63 +00:07:06,240 --> 00:07:13,580 +كالمسرح يمكن أن تكون الفرجة في الشارع اليوم يوجد + +64 +00:07:13,580 --> 00:07:20,160 +في الهند مثلا مسرح الشارع يوجد مسرح الشارع الفرجة + +65 +00:07:20,160 --> 00:07:22,160 +في الشارع مقوفة + +66 +00:07:27,340 --> 00:07:30,620 +والمقصود بالفرجة الفرجة المباشرة الفرجة بالعين + +67 +00:07:30,620 --> 00:07:36,920 +الفرجة بالعين أن ترى الممثلين أو أن ترى العرض + +68 +00:07:36,920 --> 00:07:48,500 +المسرحي هذا المقصود بالفرجة لو + +69 +00:07:48,500 --> 00:07:56,070 +تحدثنا عن الشعر الحديث نتذكر دائماالشعري الجاهلي و + +70 +00:07:56,070 --> 00:07:59,330 +الإسلامي و العباسي و الأموال لو تحدثنا عن القصة + +71 +00:07:59,330 --> 00:08:04,790 +الحديثة نتحدث عن القصص القرآني و القصة النبوية و + +72 +00:08:04,790 --> 00:08:12,150 +كليلا و دمنا و المقامات و غير ذلك لكن عندما نتحدث + +73 +00:08:12,150 --> 00:08:17,810 +عن المسرح العربي الحديث و المعاصر لا يرتبط في + +74 +00:08:17,810 --> 00:08:25,440 +أذهاننا ب .. بمسرح عربي قديميكاد الموروث العربي + +75 +00:08:25,440 --> 00:08:31,140 +القديم يخلو تماما من فن المسرح يكاد هنقول يكاد + +76 +00:08:31,140 --> 00:08:39,560 +يجمع الدارسون على ذلك وهذه + +77 +00:08:39,560 --> 00:08:47,220 +الظاهرة الفنية حيرت الدارسين هذه الظاهرة الفنية + +78 +00:08:47,220 --> 00:08:55,170 +حيرت الدارسين وتناول هؤلاء الدارسون بشيء من + +79 +00:08:55,170 --> 00:09:02,710 +التحليل والتفصيل لنبدأ بالكاتب النصري الكبير + +80 +00:09:02,710 --> 00:09:10,050 +العقاد وما رأيه حول خلوة التراث العربي القديم من + +81 +00:09:10,050 --> 00:09:17,090 +فن المسرح من تقرأ اتفضلي او لاتعددت مقولات + +82 +00:09:17,090 --> 00:09:20,950 +الدارسين العربي حول خلوة تراث الأدبي عند العرب من + +83 +00:09:20,950 --> 00:09:25,910 +فن المسرح فلاقاده يعزو السبب في ذلك إلى أن بيئة + +84 +00:09:25,910 --> 00:09:29,810 +العرب لم تتعدد فيها أدوار الحياة الإجتماعية على + +85 +00:09:29,810 --> 00:09:34,450 +حسب اختلاف الأعمال والصناعات والطبقاتلأن التمثيل + +86 +00:09:34,450 --> 00:09:38,790 +من الناحية الاجتماعية لا يقوم إلا على التجاوب بين + +87 +00:09:38,790 --> 00:09:43,490 +الأفراد وتعقد العلاقات وتنوع المطامع والنزاعات بين + +88 +00:09:43,490 --> 00:09:50,630 +فئات المجتمع و هذا .. انت .. انتبهوا العقاد حاك في + +89 +00:09:50,630 --> 00:09:56,960 +كلامه الأدب الأوروبي الأدب الأوروبيلأن رواية + +90 +00:09:56,960 --> 00:10:02,740 +والمسرح في المجتمع الأوروبي كان تعبيرا عن حاجة + +91 +00:10:02,740 --> 00:10:10,700 +طبقية، لذلك قالوا إن رواية الأوروبية كانت تعبيرة + +92 +00:10:10,700 --> 00:10:13,380 +عن المجتمع البروجوازة أو الطبقة البروجوازية + +93 +00:10:13,380 --> 00:10:19,300 +المتوسطةالرواية ثم كان بعد ذلك المسرح تعبيرا عن + +94 +00:10:19,300 --> 00:10:23,220 +هذه الطبقة بعد أن كان حكرا على النبلاء تعبير عن + +95 +00:10:23,220 --> 00:10:27,000 +طبقة النبلاء العقاد يقول أن المجتمع العربي لم + +96 +00:10:27,000 --> 00:10:32,660 +يتطور إلى طبقات طبقة نبلاء طبقة برجوازيين طبقة + +97 +00:10:32,660 --> 00:10:40,000 +عامة ولكل طبقة من الطبقات فن خاص بها المجتمع + +98 +00:10:40,000 --> 00:10:45,630 +العربي يعني أكاد أن يكون طبقةواحدة أو طبقات + +99 +00:10:45,630 --> 00:10:51,750 +متقاربة لذلك فنونه كانت فنونا متشابه او متشاكله لا + +100 +00:10:51,750 --> 00:10:58,350 +يوجد هناك طبقة ما لها فن خاص انما جميع طبقات + +101 +00:10:58,350 --> 00:11:05,890 +المجتمع العربي تكاد تشتغل بكل فنون الأدب العربي من + +102 +00:11:05,890 --> 00:11:13,460 +شعر و من قصة و من مقامة نعمويرى ذاكي ناجح وهذا .. + +103 +00:11:13,460 --> 00:11:17,160 +أيوة ما افتقدته وهذا ما افتقدته الحياة العربية + +104 +00:11:17,160 --> 00:11:23,440 +البدوية نعم ربما يعني إذا أراد العقاد أن يمثل على + +105 +00:11:23,440 --> 00:11:29,260 +الحياة البدوية صحيح لكن بعد ذلك حدث تطور وحدث تحضر + +106 +00:11:30,540 --> 00:11:36,140 +للعرب البادية ووجدت حواضر في العالم الإسلامي على + +107 +00:11:36,140 --> 00:11:42,560 +طول وعرض العالم الإسلامي لكن هذه الحواضر لم تنسي + +108 +00:11:42,560 --> 00:11:48,000 +العرب مبادئهم وقيامهم وظلوا محتفظين بهذه القيم + +109 +00:11:48,000 --> 00:11:54,780 +العربية الأصيلة نعم ايوة ويرى ذاك نجيب محمود عدم + +110 +00:11:54,780 --> 00:11:58,160 +نشوء مشاكل .. ذاك نجيب محمود هو في الحقيقة فيلسوف + +111 +00:11:59,170 --> 00:12:04,930 +والحقيقة فيلسوف المصري لكنه اشتغل كذلك بالأدب وله + +112 +00:12:04,930 --> 00:12:09,730 +دراسات في الأدب ماذا يقول ذاك نجيب عدم نشوء مسرح + +113 +00:12:09,730 --> 00:12:14,630 +عربي قديما إلى أن العرب لن يتفت إلى تميز الشخصيات + +114 +00:12:14,630 --> 00:12:20,210 +الفردية ويرى أن شرق كله قد طمس الفرد طمسا ولم يترك + +115 +00:12:20,210 --> 00:12:25,570 +له مجال يتنفس به فهو جزء من القبيلة لوزن له إلى + +116 +00:12:25,570 --> 00:12:31,560 +جانبهاأما عند اليوناني فالفرد هو محور التفكير كلام + +117 +00:12:31,560 --> 00:12:40,020 +ذاك نجيب محمود يحتاج إلى مراجعته يقول أن القبيلة + +118 +00:12:40,020 --> 00:12:45,540 +العربية طبست الفرد طب ظاهرة الصعاليك تعبروا عن + +119 +00:12:45,540 --> 00:12:50,620 +ماذا؟ التمرد على ماذا؟ع القبيلة العربية و التمرد + +120 +00:12:50,620 --> 00:12:54,220 +على المجتمع العربي ع تقاليد المجتمع العربي ظهر + +121 +00:12:54,220 --> 00:12:59,680 +الصعلقة والصعلوك الشريف هو تمرد على القبيلة + +122 +00:12:59,680 --> 00:13:04,600 +العربية وتمرد على المجتمع العربي وإمعان في الفردية + +123 +00:13:04,600 --> 00:13:11,740 +إذا هذا الكلام غير دقيق الكلام هذا غير دقيق + +124 +00:13:11,740 --> 00:13:13,980 +الإسلام + +125 +00:13:15,170 --> 00:13:19,890 +في إحدى تجلياته تمرض على المجتمع العربي وتمرض على + +126 +00:13:19,890 --> 00:13:23,870 +القبيلة العربية محمد صلى الله عليه وسلم كان فردا و + +127 +00:13:23,870 --> 00:13:27,810 +بلال كان فردا و أبو بكر كان فردا و عمر كان فردا + +128 +00:13:27,810 --> 00:13:32,530 +هؤلاء كانوا أفرادا وواجهوا المجتمع القرشي والمجتمع + +129 +00:13:32,530 --> 00:13:39,870 +اللي هو العربي لو كان المجتمع العربيمجتمعا جمعيا + +130 +00:13:39,870 --> 00:13:46,010 +يطمسوا البعد الفردي لما وجدنا هناك الإبداع في هذا + +131 +00:13:46,010 --> 00:13:53,530 +المجتمع الإبداع العلمي و الإبداع الأدبي و كل أنواع + +132 +00:13:53,530 --> 00:13:57,530 +الإبداعات لما وجدنا المقامة لما وجدنا كريلا و دمنا + +133 +00:13:57,530 --> 00:14:02,020 +لما وجدنا أبو نؤاسلما وجدنا التنوع في أغراض الشعر + +134 +00:14:02,020 --> 00:14:08,100 +العربي والتنوع في الفنون العربية لو حقا أن المجتمع + +135 +00:14:08,100 --> 00:14:14,540 +العربي طمسى الفردية كلام الذكي نجيب محمود من ناحية + +136 +00:14:14,540 --> 00:14:21,200 +النظرية أن الفردية مهمة وهي مظنة الإبداع هذا كلام + +137 +00:14:21,200 --> 00:14:27,190 +حق وكلام صحيح الفردية وتعزيز الفردية في المجتمعهي + +138 +00:14:27,190 --> 00:14:31,790 +مظنة الإبداع والتميز والإنتاج إذا طمست الفردية طمس + +139 +00:14:31,790 --> 00:14:38,010 +الإنتاج وطمس التطور لكن + +140 +00:14:38,010 --> 00:14:41,610 +المجتمع العربي الذي كان يشتعل بالإنتاج العلمي + +141 +00:14:41,610 --> 00:14:46,970 +والتطور الحضاري والتطور الأدمي لا أعتقد أنه طمس + +142 +00:14:46,970 --> 00:14:55,290 +شخصية الفرد كما يقول زكي نجيب محمود أيوةو يهزو + +143 +00:14:55,290 --> 00:14:59,590 +توفيق الحكيم خلوة توراة العربي من فن المسرح إلى + +144 +00:14:59,590 --> 00:15:03,750 +طبيعة الحياة العربية التي كانت تقوم على الرحلة + +145 +00:15:03,750 --> 00:15:08,370 +والتنقل من مكان إلى مكان والمسرح يتطلب الاستقلال + +146 +00:15:08,370 --> 00:15:13,570 +هذا الكلام يصح في العصر الجاهلي لكن بعد العصر + +147 +00:15:13,570 --> 00:15:22,970 +الإسلامي نشت حواضر دمشق و بغداد و القيروانوطوليطلة + +148 +00:15:22,970 --> 00:15:27,730 +ومليلة وسبتة وقرطبة وإلى غير ذلك والقاهرة + +149 +00:15:27,730 --> 00:15:31,810 +والاسكندرية والفستات والحواضر العربية الإسلامية + +150 +00:15:31,810 --> 00:15:40,150 +الممتدة من المحيط إلى الخليجحواضر كثيرة فالحديث عن + +151 +00:15:40,150 --> 00:15:45,970 +أن بداوة العرب و ترحل العرب و تنقل العرب حالة دون + +152 +00:15:45,970 --> 00:15:51,770 +وجود المسرع أعتقد أن هذا يعني تفسير أقرب إلى + +153 +00:15:51,770 --> 00:15:59,010 +البساطة منه إلى الصواب و إلى الصحة اللاحظوا أن + +154 +00:15:59,010 --> 00:16:04,930 +الآن يبدو أن تفريق الحكيم استدرك أن هناك حواضر + +155 +00:16:04,930 --> 00:16:12,610 +فقال حتىعندما عرف العرب والحواضر، ظلوا مشدودين إلى + +156 +00:16:12,610 --> 00:16:16,910 +نموذج الشعر الجاهل وهذا كلام جرد تقيق، لم يبقى + +157 +00:16:16,910 --> 00:16:20,630 +العرب مشدودين إلى نموذج الشعر الأولجالي، لذلك + +158 +00:16:20,630 --> 00:16:24,590 +وجدنا من يخرج عن الشعر الجالي مثل الشاعر أبو نواس + +159 +00:16:25,990 --> 00:16:30,750 +وجدنا أغراض لم تكن في الشعر الجالي أنتون درستون + +160 +00:16:30,750 --> 00:16:36,350 +الأدب العباسي وجد فيه تيارات عقلية وسياسية + +161 +00:16:36,350 --> 00:16:41,810 +واجتماعية لم تكن موجودة في العصر الجاهد شعر + +162 +00:16:41,810 --> 00:16:45,570 +المتنبي هل هو كشعر الجاهي؟ شعر أبي علاء المعري هو + +163 +00:16:45,570 --> 00:16:49,490 +كشعر الجالي؟ شعر أبي تمام؟ شعر البحتري؟ شعر + +164 +00:16:49,490 --> 00:16:57,140 +المملوكي؟إذا لم يبقى الشعراء العرب مشدودين إلى + +165 +00:16:57,140 --> 00:17:03,400 +الشعر الجهلي نعم والمسرح يتطلب الاستقرار وحين + +166 +00:17:03,400 --> 00:17:07,360 +عرفوا الاستقرار ظلوا متماسكين بنعرة قومية أو + +167 +00:17:07,360 --> 00:17:11,880 +تاريخية تمجد ماضيهم الأدبي والفكري لاحظ كلمة نعرة + +168 +00:17:11,880 --> 00:17:19,140 +يعني ماقدر يعني يعني هل يعابوا الإنسان عندما يتمجد + +169 +00:17:19,140 --> 00:17:25,570 +بتاريخهويتمجدوا بمواضيع؟ هل هذه نعرة؟ لأ هذا يعني + +170 +00:17:25,570 --> 00:17:31,290 +حق من حقوق الإنسانية وحقوقه القومية أين الإشكال في + +171 +00:17:31,290 --> 00:17:36,910 +ذلك؟ أنا أعتقد أن هناك إشكال أن نتمجد وأن نتمسك + +172 +00:17:36,910 --> 00:17:43,590 +بمواضين الأدب و بتاريخنا المجيدفكان الشعر الجاهلي + +173 +00:17:43,590 --> 00:17:47,870 +هو المثل الأعلى لم يحاول أحد أن يغير هذا المثل + +174 +00:17:47,870 --> 00:17:53,930 +الأعلى لم يحاول أحد هذا حكم قطعي صعب يعني أن هو في + +175 +00:17:53,930 --> 00:17:58,770 +التوفيق الحكيم عليه والشوايط كثيرة بأن الكثير من + +176 +00:17:58,770 --> 00:18:05,970 +الشعراء خالفوا الشعر الجاهلي نعم أما محمد حسن + +177 +00:18:05,970 --> 00:18:12,310 +الزمن وإلا أسأل سؤالا الموشحاتأليست مخالفة صريحة + +178 +00:18:12,310 --> 00:18:17,830 +للشعر الجاهلي مضمونا وموسيقى و أغراضا إذا كيف لم + +179 +00:18:17,830 --> 00:18:24,910 +يحاول أحدهم أن يغير هذا المثل الأعلى المشحات أكبر + +180 +00:18:24,910 --> 00:18:30,590 +تطور موسيقى حدث للشعر العربي هو فن المشحان موسيقى + +181 +00:18:30,590 --> 00:18:35,000 +المشحانوما أدخل عليها من الخارجة العامية + +182 +00:18:35,000 --> 00:18:40,160 +والموضوعات والألحان والتقسمات والغصن لا صلة له + +183 +00:18:40,160 --> 00:18:46,000 +بالشعر الجالي وليس على نمط الشعر الجالي أما محمد + +184 +00:18:46,000 --> 00:18:50,660 +حسن الزياد فيعزو ذلك إلى بدوة المجتمع لاحظوا + +185 +00:18:50,660 --> 00:18:55,860 +التكرار والاجترار في التأكيد على موضوع البداوة + +186 +00:18:55,860 --> 00:19:01,080 +يعني في نوع من التكرار ونوع من الاجتراركأن هؤلاء + +187 +00:19:01,080 --> 00:19:06,800 +الدارسين يقلدون بعضهم بعضا وبساطة الوثنية العربية + +188 +00:19:06,800 --> 00:19:10,340 +.. اه جميل البساطة الوثنية العربية الوثنية العربية + +189 +00:19:10,340 --> 00:19:15,380 +كانت وثنية بسيطة ليست مركبة ولا معقدة لو جينا + +190 +00:19:15,380 --> 00:19:22,620 +للوثنية اليونانية وثنية معقدة العشرات من الآلهة + +191 +00:19:22,620 --> 00:19:28,920 +وهذه الآلهةلها أباء و لها أمهات و لها أقارب و بين + +192 +00:19:28,920 --> 00:19:34,120 +هذه الآلهة صراع ثم + +193 +00:19:34,120 --> 00:19:38,980 +هناك صراع بين الآلهة و بين الطبيعة و هناك صراع بين + +194 +00:19:38,980 --> 00:19:44,840 +الآلهة و بين الإنسان إذا حياة هذه الوثنيةحياة + +195 +00:19:44,840 --> 00:19:50,000 +معقدة وحياة كلها صراعات مع بعضها أو مع الطبيعة أو + +196 +00:19:50,000 --> 00:19:57,160 +مع الإنسان لكن الوثنية العربية أو العرب الجاهليون + +197 +00:19:57,160 --> 00:20:03,860 +كان لديهم بقية من الحنفية السمحة وعندما كانوا + +198 +00:20:03,860 --> 00:20:08,680 +يسألون عن عبادتهم للأصنام ماذا كانوا يجيبون + +199 +00:20:08,680 --> 00:20:14,240 +ليقربونا إلى الله ذلفالأن هم يؤمنون بوجود الله + +200 +00:20:14,240 --> 00:20:18,880 +سبحانه و تعالى و هم يعتقدون أنهم كانوا على دين + +201 +00:20:18,880 --> 00:20:24,780 +إبراهيم عليه السلام لو ذهبنا إلى الفرس الفرس + +202 +00:20:24,780 --> 00:20:30,120 +عقائدهم و أخلاقهم و مجتمعهم غرقة في الفساد الفساد + +203 +00:20:30,120 --> 00:20:34,900 +العقدي و الفساد الإخلاقي و الفساد الاجتماعي عندما + +204 +00:20:34,900 --> 00:20:40,480 +يتزوج الرجل أمه و أخته و عمته و خالته فساد .. فسدة + +205 +00:20:40,480 --> 00:20:45,890 +الفطرة عندهمأما العرب ما زالت الفطرة عندهم سليمة + +206 +00:20:45,890 --> 00:20:50,330 +وحدث بها شيء من الاختلال لكن الفطرة أساسه سليم + +207 +00:20:50,330 --> 00:20:52,790 +لذلك النبي صلى الله عليه و سلم عندما قال انما + +208 +00:20:52,790 --> 00:20:59,480 +بعثته لوتممة إذا العرب كان لديهممكارم الأخلاق إنما + +209 +00:20:59,480 --> 00:21:03,700 +بُعث النبي صلى الله عليه وسلم ليتمّم هذه المكارم + +210 +00:21:03,700 --> 00:21:08,660 +فالفطرة العربية كانت فطرة سليمة والوثنية العربية + +211 +00:21:08,660 --> 00:21:14,620 +كانت وثنية بسيطة لم تكن وثنية معقدة لذلك شاء الله + +212 +00:21:14,620 --> 00:21:18,760 +سبحانه وتعالى أن يكون مهد الرسالة الخاتمة هي + +213 +00:21:18,760 --> 00:21:24,060 +الجزيرة العربيةوطبيعة الأرض وضيق الخيال اه ضيق + +214 +00:21:24,060 --> 00:21:30,480 +الخيال دي كلمة أخذها الزيات من أصحاب المنهج + +215 +00:21:30,480 --> 00:21:39,120 +الاجتماعي والتاريخي الذين قسموا الناس والشعوب إلى + +216 +00:21:39,120 --> 00:21:44,720 +طبقات أو إلى أقسام قالك الجنس الآري هو الجنس + +217 +00:21:44,720 --> 00:21:50,230 +الأوروبي يمتاز بساعة الخيالأما الجنس العربي + +218 +00:21:50,230 --> 00:21:56,070 +والشرقي يمتازوا بضيغ الخيال تين وامثال تين الأصحاب + +219 +00:21:56,070 --> 00:22:01,110 +نظرية التفسير التاريخ حسب والأدب حسب اللي هو + +220 +00:22:01,110 --> 00:22:07,530 +البيئة والجنس والزمان والمكان وهذا تفسير عنصري + +221 +00:22:07,530 --> 00:22:12,390 +الأوروبيون حشروا بين الماء وبين الجبال يعني + +222 +00:22:12,390 --> 00:22:17,750 +المفروض هم يكونوا أصحاب الخيال الضيقأما العرب + +223 +00:22:17,750 --> 00:22:23,290 +فبلادهم فسيحة واسعة ممتدة و هم أصحاب الخيال لذلك + +224 +00:22:23,290 --> 00:22:27,070 +الإنسان العرب يؤمن باليوم الآخر و يؤمن بالجنة + +225 +00:22:27,070 --> 00:22:29,310 +الإنسان الأوروبي لا يستطيع أن يؤمن باليوم الآخر + +226 +00:22:29,310 --> 00:22:34,370 +الإنسان الأوروبي اليوم إنسان مدين لا خيال عليدي لا + +227 +00:22:34,370 --> 00:22:39,480 +خيال إيماني ولا خيالفني فالحقيقة أن العرب هم أهل + +228 +00:22:39,480 --> 00:22:48,240 +الخيال الواسع أما الأدب الأوروبي فأدب خياله ضيق + +229 +00:22:48,240 --> 00:22:55,780 +لأن بلادهم بلاد ضيقة بلاد ضيقة والوثنية ضيقت خيال + +230 +00:22:55,780 --> 00:23:01,960 +أولئك الأوروبيين نعم وقلة الأسفار وعدم وجود أساطير + +231 +00:23:01,960 --> 00:23:07,370 +ولأن العرب أهل بديهة وارتجالأهل و بديع و ارتجال + +232 +00:23:07,370 --> 00:23:13,830 +يعني .. هذا كله يصدق على من؟ على العرب الجاهليين + +233 +00:23:13,830 --> 00:23:18,590 +يعني هذا في العصر الجالي طب لو سألنا و قال انه طب + +234 +00:23:18,590 --> 00:23:21,770 +و المقام لماذا لم توجد؟ طب و القصة لماذا لم توجد؟ + +235 +00:23:22,750 --> 00:23:28,090 +الأمر يعني هذا التفسير تفسير يكاد يكون تفسيرا عاما + +236 +00:23:28,090 --> 00:23:34,050 +يعني لا يضع يده على اللي هو الحقيقة ولا يضع يده + +237 +00:23:34,050 --> 00:23:39,470 +على اللي هو سبب الإشكال أو سبب خلول التراث الكلمة + +238 +00:23:39,470 --> 00:23:46,270 +التي يمكن أن أخذها من الزياد فقر قوله بساطة + +239 +00:23:46,270 --> 00:23:52,760 +الوثنية العربية نعمأما محمود تيمور فيعذب في قارة + +240 +00:23:52,760 --> 00:23:56,320 +الفن المسرحي إلى غزوف العربي عن ترجمة الأعمال + +241 +00:23:56,320 --> 00:24:01,160 +المسرحية ربما يكون هذا سبب أن العرب لم يترجموا + +242 +00:24:01,160 --> 00:24:09,300 +الأعمال المسرحية أتعرفون لماذا؟ لأن العرب كانوا + +243 +00:24:09,300 --> 00:24:15,020 +مشغولين بترجمة العلوم علوم الهندسة والطب والفيزيا + +244 +00:24:15,020 --> 00:24:24,080 +والكيمياهارون الرشيد كان إذا غزى بلدة رومانية بحث + +245 +00:24:24,080 --> 00:24:29,740 +عن كنوزها العلمية عن كتب اليونان وجدها مدفونة تحت + +246 +00:24:29,740 --> 00:24:35,760 +الأرض فيأخذ هذه الكتب وينشرها في الشمس ثم بعد ذلك + +247 +00:24:35,760 --> 00:24:40,760 +يدفع بها إلى المترجمين ليقوموا بترجمة هذه الكتب + +248 +00:24:40,760 --> 00:24:42,840 +ويبدو أن المترجمين + +249 +00:24:44,900 --> 00:24:49,140 +يوحنى بن مساويه وأمثاله من المترجمين اليونان لم + +250 +00:24:49,140 --> 00:24:53,420 +يكنوا يهتموا كثيرا بترجمة المسرحيات اليونانية لم + +251 +00:24:53,420 --> 00:24:55,920 +يكنوا يهتموا لو ترجموا هذه المسرحيات اليونانية + +252 +00:24:55,920 --> 00:25:00,140 +ربما اطلع العرب عليها وربما قلدوا شيئا من هذه + +253 +00:25:00,140 --> 00:25:05,660 +الترجمات وارتباط المسرح بالعقائد الوثانية أه صحيح + +254 +00:25:05,660 --> 00:25:11,110 +نشأة المسرح عند اليونان نشأة وثانيةارتبطت بالعقيدة + +255 +00:25:11,110 --> 00:25:14,370 +أو المعتقد الوثني عند اليوناني لأن في البداية + +256 +00:25:14,370 --> 00:25:22,210 +المسرح اليوناني كان تعذيرا عن ما يسمى بالوعظ يعني + +257 +00:25:22,210 --> 00:25:28,940 +أداة من أدوات الوعظيقف الراهب او الممثل يلبسه على + +258 +00:25:28,940 --> 00:25:32,680 +وجه قناع الفضيلة يتحدث عن الفضيلة حتى يرقب الناس + +259 +00:25:32,680 --> 00:25:37,300 +في الفضيلة يلبسوا قناع الرذيلة ويتحدثوا عن الرذيلة + +260 +00:25:37,300 --> 00:25:42,440 +منافرا الناس من الرذيلة فهكذا بدأ المسرح بداية + +261 +00:25:42,440 --> 00:25:47,020 +يعني وثنية لأ نهتف المسرحية عند المنامين أن تقوموا + +262 +00:25:47,020 --> 00:25:51,880 +بعملية التطير التطير ال ..لأ هذا بعد ذلك التطهير + +263 +00:25:51,880 --> 00:25:57,840 +لكن هي في البداية كان هدفها اللي هو قمع النفس عند + +264 +00:25:57,840 --> 00:26:05,380 +اليونانيين وكان هدفها اللي هو ربط الإنسان اليوناني + +265 +00:26:05,380 --> 00:26:13,220 +بالمعبد الوثني أو بالكهان الوثنيين ويبقى خاضعا + +266 +00:26:13,220 --> 00:26:18,580 +لهولاء اللي هو الكهان لذلك مثلا مصرحية أوديبصحية + +267 +00:26:18,580 --> 00:26:22,720 +أوديب هي تعبير عن الصراع بين الآلهة وبين الإنسان + +268 +00:26:22,720 --> 00:26:28,860 +في النهاية من ينتصر؟ الآلهة بالتأكيد الآلهة القدر + +269 +00:26:28,860 --> 00:26:34,080 +القدر أو الإنسان سينتصر في النهاية القدر فيقتل + +270 +00:26:34,080 --> 00:26:39,640 +أوديب يعني أباه وتزوج أمه كما تقول الأسطورة أو كما + +271 +00:26:39,640 --> 00:26:46,800 +تنبأله الكونهذا يدفع الإنسان اليوناني لين يخضع ل + +272 +00:26:46,800 --> 00:26:50,320 +.. اللي هو الكاهن و للمعبد اللي هو اليوناني فكان + +273 +00:26:50,320 --> 00:26:55,260 +الهدف في البداية هدف و غاية اللي هو دينية وثانية + +274 +00:26:55,260 --> 00:27:00,100 +عند اليونانية نعم واعتزاز العربي بأدبهم لا أدري + +275 +00:27:00,100 --> 00:27:07,280 +لماذا يعني انا الحديث عن .. تكرار الحديث عن اعتزاز + +276 +00:27:07,280 --> 00:27:11,470 +العرب بأدب كأن .. كأنها سُبّةكان اعتزاز العرب + +277 +00:27:11,470 --> 00:27:19,210 +بأدابهم صُبّة وهل + +278 +00:27:19,210 --> 00:27:28,790 +اعتزاز العرب بأدابهم مانعا للتطور ومانع للتقدم + +279 +00:27:28,790 --> 00:27:37,760 +وحاجزا للعرب على أن ينقلوا معارف الآخرين؟ لابالعكس + +280 +00:27:37,760 --> 00:27:42,620 +اعتزاز العربي بماضيهم و أدبهم و حاضرهم و أمتهم + +281 +00:27:42,620 --> 00:27:50,320 +دافع قوي للتطور والتقدم والتأثر بالاخر والإنتاج كل + +282 +00:27:50,320 --> 00:27:58,320 +ما زاد الانتماء لهوية زاد الإنتاج و + +283 +00:27:58,320 --> 00:28:06,280 +زاد العمل و زاد التفاعل عندما كان العربيعتزون + +284 +00:28:06,280 --> 00:28:10,020 +بهويتهم و يعتزون بانتماء أمتهم أنتجوا هذه الحضارة + +285 +00:28:10,020 --> 00:28:14,960 +العربية الإسلامية الرائعة لكن عندما وهت العلاقة + +286 +00:28:14,960 --> 00:28:20,120 +بين المسلمين وبين هويتهم رأينا هذا الانحطاط و هذا + +287 +00:28:20,120 --> 00:28:25,060 +التخلف و هذا التراجع الديني و الحضاري و الاقتصادي + +288 +00:28:25,060 --> 00:28:29,970 +و السياسي و الاجتماعي و العلميإذا لماذا دائما نكرر + +289 +00:28:29,970 --> 00:28:34,070 +كأن الاعتزاز العرب بيدبهم وماضيهم وشعرهم الجاني + +290 +00:28:34,070 --> 00:28:41,170 +كأنه عائق أمام تقدمه العرب هذا كلام غير دقيق وكلام + +291 +00:28:41,170 --> 00:28:45,310 +يعني غير صحيح البتة غير صحيح بأي حامح والبتة احنا + +292 +00:28:45,310 --> 00:28:50,230 +تمنا أن يعتز العرب اليوم بماضيهم لو اعتز العرب + +293 +00:28:50,230 --> 00:28:56,020 +بماضيهم لما وجدنا اليوم القدستباح وتستباح ولمّا + +294 +00:28:56,020 --> 00:29:02,360 +وجدنا نساء القدس تستباحوا أعراضهم ولمّا وجدنا هذا + +295 +00:29:02,360 --> 00:29:09,120 +الطفل أحمد أحمد مناصرة يبكي أمام حقيقين اليهود + +296 +00:29:09,120 --> 00:29:12,860 +والصهاينة لو كان الحجاج على قيد الحياة والله + +297 +00:29:12,860 --> 00:29:19,150 +الحجاج ماقبل بهذه المهانة وهذه المذلةلو اعتز العرب + +298 +00:29:19,150 --> 00:29:23,870 +بماضيهم لما سُمح للطائرات الروسية أن تقصف أهلنا في + +299 +00:29:23,870 --> 00:29:29,170 +سوريا ولا أهلنا في ليبيا ولا أهلنا في مصر ولا + +300 +00:29:29,170 --> 00:29:34,590 +أهلنا في اليمن ولا أهلنا في بورما ولا في أي مكان + +301 +00:29:34,590 --> 00:29:41,610 +إذن نحن نيد الاعتزاز حبذا أن يعتز العرب بماضيهم + +302 +00:29:41,610 --> 00:29:47,620 +وأن يعتزوا بتاريخهم نعمويقول الدكتور عز الدين + +303 +00:29:47,620 --> 00:29:51,580 +إسماعيل إن المسرح اليوناني القديم قد ارتبط + +304 +00:29:51,580 --> 00:29:56,680 +بالأسطورة إلى حد بعيد وهذه نزعة وطنية لا يقبلها + +305 +00:29:56,680 --> 00:30:00,800 +الإسلام هذا على افتراض .. هذا على افتراض أن العرب + +306 +00:30:00,800 --> 00:30:06,750 +عرفوا المسرح وعرفوا مضمون المسرح لكن للأسفالعرب لم + +307 +00:30:06,750 --> 00:30:11,010 +تترجم لهم المسرحيات اليونانية يعني المترجمون + +308 +00:30:11,010 --> 00:30:15,270 +اليونانيون لم يترجموا المسرحيات اليونانية لم + +309 +00:30:15,270 --> 00:30:19,510 +يترجموا لو انهم ترجموا واطلوا على المضمون بعد ذلك + +310 +00:30:19,510 --> 00:30:25,230 +نقول المضمون الوثني جعلهم لا يتقبلون هذه المسرحيات + +311 +00:30:25,230 --> 00:30:29,840 +اليونانية لكن العرب لم يطلعوا الحقيقةأما نجيب + +312 +00:30:29,840 --> 00:30:34,180 +محفوظ فيهزوا عدم وجود المسرح إلى اعتزاز العرب بما + +313 +00:30:34,180 --> 00:30:39,020 +عندهم من شعر خصوصا و هم الفاتحون المنتصرون رجعنا + +314 +00:30:39,020 --> 00:30:43,380 +إلى نفس القضية لعظم الموضوع في اعتقادي هو تكرار + +315 +00:30:43,380 --> 00:30:49,860 +تكرار عند الدارسين .. هؤلاء الدارسين دون تمحيص و + +316 +00:30:49,860 --> 00:30:57,600 +دون انتباه لما يقولون للأسف أيوة + +317 +00:30:58,540 --> 00:31:03,600 +والمتأمل لما ذهب إليه هؤلاء الباحثون يدرك أغفالهم + +318 +00:31:03,600 --> 00:31:08,300 +لحقائق تابتة في تاريخنا لا يستقيم قولهم معها + +319 +00:31:08,300 --> 00:31:13,040 +فالحضارة العربية امتدت من الأندلس إلى الصين انسهرت + +320 +00:31:13,040 --> 00:31:17,860 +فيها خلاصات الثقافات والحضارات وأنشأت حضارة عرفت + +321 +00:31:17,860 --> 00:31:23,830 +بالإيجابية والبناء وانشأت حضارةوأنشأت حضارة عرفت + +322 +00:31:23,830 --> 00:31:28,590 +بالإيجابية والبناء الآن الحضارة العربية الإسلامية + +323 +00:31:28,590 --> 00:31:35,470 +لم تاخذ عن اليونان وعن الفرس وعن الهند وعن الصين + +324 +00:31:35,470 --> 00:31:41,970 +إذا هذه حضارة ليس منغلقة على نفسها هي حضارة + +325 +00:31:41,970 --> 00:31:49,550 +إيجابية إنسانية منفتحة على نفسها وعلى أبنائها وعلى + +326 +00:31:49,550 --> 00:31:54,660 +الآخرينليست حضارة منغلقة ومثال من أمثلة الانفتاح + +327 +00:31:54,660 --> 00:32:00,040 +إذا نظرنا إلى التفاسير ناجي التعدد التفاسير حتى + +328 +00:32:00,040 --> 00:32:04,240 +للقرآن الكريم للنص المقدس على ماذا يدل ذلك على + +329 +00:32:04,240 --> 00:32:08,880 +الانفتاح والتعدد حتى المذاهب النحوية مذاهب متعددة + +330 +00:32:08,880 --> 00:32:13,400 +عند المدرسة الكوفية والمدرسة البصرية والبغدادية + +331 +00:32:13,400 --> 00:32:19,370 +والأندلوسيةوالمصرية وغير ذلك من المدى خدوا الحديث + +332 +00:32:19,370 --> 00:32:24,210 +الشريف كذلك حتى خدوا القراءات القرانيةتعدد كذلك + +333 +00:32:24,210 --> 00:32:28,990 +القراية والروايات القرانية، هذا يدل على انفتاح هذه + +334 +00:32:28,990 --> 00:32:32,590 +الحضارة على نفسها، على ذاتها، على ثقافتها وكذلك + +335 +00:32:32,590 --> 00:32:37,330 +انفتاحها على حضارة وثقافة الآخرين، لا توجد اليوم + +336 +00:32:37,330 --> 00:32:42,410 +حضارة حقيقية أو حضارة انفتحت كما انفتحت الحضارة + +337 +00:32:42,410 --> 00:32:48,480 +العربية والإسلاميةوربما كان عدم معرفة العربي + +338 +00:32:48,480 --> 00:32:53,020 +للمسرح اليوناني ناجما عن أن الأدب اليوناني الأدب + +339 +00:32:53,020 --> 00:32:56,220 +اليونانية كان قد بدأ يضعف لأ لأن الأدب اليوناني + +340 +00:32:56,220 --> 00:32:59,380 +كان قبل الميلاد قبل ميلاد المسيحي عندما جاء + +341 +00:32:59,380 --> 00:33:03,160 +الميلاد وانتشرت المسيحية والمسيحية في بدايتها قامت + +342 +00:33:03,160 --> 00:33:09,240 +على التوحيد قبل أن تدخلها الوثنية وتدخلها التعدد + +343 +00:33:09,240 --> 00:33:12,920 +والأب والابن وروح القدس كانت تقوم على التوحيد + +344 +00:33:14,250 --> 00:33:19,770 +والتوحيد يضاد عقائد أو اعتقالات الوثانيين + +345 +00:33:19,770 --> 00:33:24,810 +اليونانيين اللي بيعتقدوا بتعدد الآله الشمس لا اله + +346 +00:33:24,810 --> 00:33:28,910 +والشعن ياله يلاه و القمر ياله يلاه غير يلاله نعم + +347 +00:33:28,910 --> 00:33:37,320 +فالمسيحية قمعك كل شيء يتعلق بالوثانية اليونانيةحدث + +348 +00:33:37,320 --> 00:33:41,420 +نوع من القمع لهذه الوثنية اليونانية حتى الفلسفة + +349 +00:33:41,420 --> 00:33:45,280 +اليونانية والعلم اليوناني كان يتعرض القمع لذلك + +350 +00:33:45,280 --> 00:33:49,420 +قلنا لكم إن هارون الرشيد كان إذا ذهب إلى بلد وجد + +351 +00:33:49,420 --> 00:33:54,540 +علوم اليونان مدفونة في الأرض في صناديق في الأرض + +352 +00:33:54,540 --> 00:33:59,700 +لأن المسيحية في ذلك الوقت كانت تراه مغرقا في + +353 +00:33:59,700 --> 00:34:04,230 +الوثنية مغرقا نعم صحيحوالمسرح اليوناني في القرنين + +354 +00:34:04,230 --> 00:34:12,190 +التاسع والعاشر الميلاديين كان قد كف عن الحياة + +355 +00:34:12,190 --> 00:34:16,410 +كان قد كف عن الحياة بعد أن هاجمته الكنيسة بدراوة + +356 +00:34:18,900 --> 00:34:23,580 +والمسرح تعبير عن إشكالات المجتمع المعقدة وصراع + +357 +00:34:23,580 --> 00:34:26,620 +الحاد في بنيته الإجتماعية أو الفكرة؟ أيوة، احنا + +358 +00:34:26,620 --> 00:34:31,720 +قلنا المسرح يقوم على الصراع العمودي، الصراع الحاد، + +359 +00:34:31,720 --> 00:34:37,320 +الإشكالات المعقدة، إشكالات الوجود وما + +360 +00:34:37,320 --> 00:34:44,280 +وراء الوجود وليس الإشكالات البسيطة، يعني ماذا كانت + +361 +00:34:44,280 --> 00:34:48,020 +إشكالات الشاعر الجاهلي أو الإنسان الجاهلي؟ إشكالات + +362 +00:34:48,020 --> 00:34:54,740 +بسيطةأو الشعر العربي للمسلم مشكلة بسيطة حتى + +363 +00:34:54,740 --> 00:35:00,020 +المتنبي الذي ملأ الدنيا ضجيجا وسخبا ماذا كان يعني + +364 +00:35:00,020 --> 00:35:06,860 +أرقى أمنياته أن يحظى بولاية في مصر وعده بها كفور + +365 +00:35:06,860 --> 00:35:11,860 +الاخشيدي لو حظى بهذه الولاية ربما كفى عن هذا + +366 +00:35:11,860 --> 00:35:16,970 +الصراخ وهذا اللي هو يعني الضجيج نعموهذا ما برقت + +367 +00:35:16,970 --> 00:35:19,910 +منه المجتمعات العربية المسلمة لا .. لا يوجد .. + +368 +00:35:19,910 --> 00:35:24,750 +الدين الإسلامي حل إشكال .. إشكالات الحياة المعقدة + +369 +00:35:24,750 --> 00:35:29,510 +وإشكالات الكونية من أنا ومن أين أتيت وإلى أين أذهب + +370 +00:35:29,510 --> 00:35:35,590 +وموضوع القدر والصراع بين الخير والشر والقسم + +371 +00:35:35,590 --> 00:35:40,250 +والنصيب ونهاية الإنسان وإلى أين يذهب الإنسان بعد + +372 +00:35:40,250 --> 00:35:47,030 +الموتكل ذلك حلها الدين الإسلامي والفكر الإسلامي لم + +373 +00:35:47,030 --> 00:35:53,680 +يعد الإنسان المسلم حائرلكن هذا الوثنية اليونانية + +374 +00:35:53,680 --> 00:35:59,200 +وجاءت بعد كذلك المسيحية الوثنية لم تستطع أن تقنع + +375 +00:35:59,200 --> 00:36:04,600 +الإنسان ولم تشبع روح الإنسان من هذه التساؤلات لذلك + +376 +00:36:04,600 --> 00:36:09,300 +اليوم مثلا في السويس و السويسرا أعلى معدلات + +377 +00:36:09,300 --> 00:36:14,080 +الرفاهية في تلك البلاد لكنها في ذات الوقت أعلى + +378 +00:36:14,080 --> 00:36:18,100 +معدلات الانتحار لماذا؟ + +379 +00:36:19,800 --> 00:36:24,180 +الفراغ الروحي و الفراغ الوجودي و القلق الوجودي لأ + +380 +00:36:24,180 --> 00:36:28,460 +هو شبع من المال و شبع من الشهوات و شبع من الجنس و + +381 +00:36:28,460 --> 00:36:34,580 +الطعام و الشراب لكن هذا الشبع لم يسعد روحه و لم + +382 +00:36:34,580 --> 00:36:39,900 +يسعد حياته فوجد الحياة مملة و ضجرة فعجل نفسه له + +383 +00:36:39,900 --> 00:36:46,220 +بالمرض لكن نحن في غزة رغم الحصار و رغم هذا الوضع + +384 +00:36:46,220 --> 00:36:53,650 +البائسورغم شقاء الحياة ما زلنا متمسكين جدا بالحياة + +385 +00:36:53,650 --> 00:36:59,090 +لماذا؟ لأن أرواحنا بفضل الله تعالى يعني متصلة + +386 +00:36:59,090 --> 00:37:04,290 +بالله سبحانه وتعالى وقلوبنا مطمئنة بأن بعد هذا + +387 +00:37:04,290 --> 00:37:11,110 +العسر سيكونوا فرجا ويسرا بإذن الله تعالىإضافة إلى + +388 +00:37:11,110 --> 00:37:15,750 +ارتباط المسرح عند اليونان بالوطنية المعقدة ووطنية + +389 +00:37:15,750 --> 00:37:19,890 +العرب كانت وطنية بسيطة تخلو من التعقيد والدقوس + +390 +00:37:19,890 --> 00:37:26,050 +المركبة وكانت الشخصية العربية تنفر بسجيتها من + +391 +00:37:26,050 --> 00:37:31,550 +التمثيل والتكلف والمحاكات والصراع وهذه أدوات مهمة + +392 +00:37:31,550 --> 00:37:38,910 +في نشوء فن المسرح أيضا الشخصية العربية شخصية + +393 +00:37:38,910 --> 00:37:47,800 +الصينةتقبى التمثيل والتمثيل في شيء من الإسفاف لذلك + +394 +00:37:47,800 --> 00:37:54,140 +أغلب الممثلين والحكائين الذين وجدوا في تراث العربي + +395 +00:37:54,140 --> 00:38:00,200 +لم يكنوا عربا كانوا من الموالي كانوا من السماجة + +396 +00:38:00,200 --> 00:38:05,040 +والحكاين كانوا من الموالي لذلك النفس العربية + +397 +00:38:05,040 --> 00:38:11,300 +والذات العربية والشخصية العربية تكره التمثيلوتحب + +398 +00:38:11,300 --> 00:38:18,060 +ان تكون جادة وتقرأ الاسفاب والتمثيل والمسرح يحتاج + +399 +00:38:18,060 --> 00:38:24,900 +ان يتنازل الإنسان عن شيء من وقاره ورصانتهإلى الآن + +400 +00:38:24,900 --> 00:38:29,480 +بعض العائلات لو سئلة بعض العائلات هل تقبل أن ابنها + +401 +00:38:29,480 --> 00:38:35,040 +يكون ممثلا لا تقبل لأنه أقولك لا يناسب يعني وضعنا + +402 +00:38:35,040 --> 00:38:39,640 +اللي هو الاجتماعي أو حتى مغنيا ربما بعض العائلات + +403 +00:38:39,640 --> 00:38:43,440 +الأولى تقبل أنه يجب أن يتنازل الإنسان عن شيء من + +404 +00:38:43,440 --> 00:38:49,360 +وقاره وعن شيء من رصانته ونفسه العربية يعني أبيته + +405 +00:38:49,360 --> 00:38:56,190 +لا تقبل شيء من هذا نعموعرف العرب منذ .. نعم، إذا + +406 +00:38:56,190 --> 00:39:04,530 +هذه هي أهم الأسباب .. هذه هي أهم الأسباب التي جعلت + +407 +00:39:04,530 --> 00:39:10,670 +تراثنا العربي يخلو من لو فن المسرح .. من فن المسرح + +408 +00:39:10,670 --> 00:39:17,050 +لكن خلوة تراث العربي من فن المسرح لا يعني أنه خلى + +409 +00:39:17,050 --> 00:39:23,140 +من الأشكال المسرحيةوجدت هناك أشكال المسرحية في + +410 +00:39:23,140 --> 00:39:29,440 +موروثنا العربي القديم سنفصل ونتحدث عنها بإذن الله + +411 +00:39:29,440 --> 00:39:37,540 +في المرة القادمة إن شاء الله هل من سؤال؟ ما اللي + +412 +00:39:37,540 --> 00:39:44,180 +لديها سؤال؟ ما اللي لديها سؤال في موضوع المسرح + +413 +00:39:44,180 --> 00:39:46,420 +وخلوة تراث العربي المسرح + +414 +00:39:50,900 --> 00:39:53,900 +كلام الدارسين مهم والتعليق عليه مهم جدا ارجو ان + +415 +00:39:53,900 --> 00:39:58,120 +تكونوا قد وعيتهم يعني الكلام ووعيتهم التعليق على + +416 +00:39:58,120 --> 00:40:01,280 +هذا الكلام والسلام عليكم ورحمة الله + diff --git a/PL9fwy3NUQKwbvX-idZnsXAzsMZTojRWzu/PTtZsr8O9eE.srt b/PL9fwy3NUQKwbvX-idZnsXAzsMZTojRWzu/PTtZsr8O9eE.srt new file mode 100644 index 0000000000000000000000000000000000000000..4a586af0deb5eba66e5504991c4a93ea40c4ae49 --- /dev/null +++ b/PL9fwy3NUQKwbvX-idZnsXAzsMZTojRWzu/PTtZsr8O9eE.srt @@ -0,0 +1,1635 @@ +1 +00:00:21,430 --> 00:00:24,030 +أعوذ بالله من الشيطان الرجيم بسم الله الرحمن + +2 +00:00:24,030 --> 00:00:28,870 +الرحيم الحمد لله والصلاة والسلام على رسول الله + +3 +00:00:28,870 --> 00:00:38,850 +وبعد أهلا وسهلا بالجميع أين استوت سفينتنا المرة + +4 +00:00:38,850 --> 00:00:45,340 +الماضية؟ في أي ميناء استوت ووقفت عند .. عند أي + +5 +00:00:45,340 --> 00:00:51,700 +ميناء عند اللي هو المسرحية اليوم نتوقف .. تتوقف + +6 +00:00:51,700 --> 00:00:58,600 +هذه السفينة سفينة المصاق لنعود مرة أخرى إلى الوراء + +7 +00:00:58,600 --> 00:01:07,920 +نستذكره ونتذكره ونراجعه جملة مما درسنا من موضوعات + +8 +00:01:07,920 --> 00:01:14,960 +هذا المصاق وهذا يسمى بالمصطلح الديني التذكير والله + +9 +00:01:14,960 --> 00:01:20,060 +سبحانه وتعالى قال وذكر فإن الذكرى تنفع المؤمنين + +10 +00:01:20,060 --> 00:01:25,380 +وهذا يسمى في الاصطلاح العلمي أو قبل العلم في + +11 +00:01:25,380 --> 00:01:30,200 +الاصطلاح الأكاديمي المراجعة في الاصطلاح العلمي يسمى + +12 +00:01:30,200 --> 00:01:37,420 +مدارسة ما هي المدارسة؟ المدارسة هي مراجعة الدروس ما + +13 +00:01:37,420 --> 00:01:43,350 +تم دراسته و ما درس قبل ذلك يتم مراجعته بشكل أوسع + +14 +00:01:43,350 --> 00:01:49,150 +وبشكل أعمق مع الأستاذ مع الطلاب مع الشيخ مع + +15 +00:01:49,150 --> 00:01:54,650 +المريدين فهذا يسمى في المصطلح العلمي المدارسة يسمى + +16 +00:01:54,650 --> 00:01:58,930 +إيه المدارسة؟ وكنا في المصطلح الديني يسمى اللي هو + +17 +00:01:58,930 --> 00:02:05,510 +الذكر أو التذكير ولاحظوا أن من أسماء القرآن الكريم + +18 +00:02:05,510 --> 00:02:12,290 +الذكر .. الذكر إن نحن نزلنا الذكر وإن .. لماذا + +19 +00:02:12,290 --> 00:02:20,250 +سمي القرآن ذكرا؟ لأنه رسالته التذكير .. رسالته + +20 +00:02:20,250 --> 00:02:27,870 +إيه؟ التذكير ودائما القرآن الكريم ذاكرا ومذكرا .. + +21 +00:02:27,870 --> 00:02:34,640 +ذاكرا ومذكرا ومذكورا على ألسنة الناس وفي قلوب الناس + +22 +00:02:34,640 --> 00:02:42,280 +وفي حياة الناس لذلك نبدأ إن شاء الله بهذه المحاضرة + +23 +00:02:42,280 --> 00:02:52,220 +المدارسة مع زميلتكم أسماء ومذاكر ومدارسة حول + +24 +00:02:52,220 --> 00:02:57,860 +التقدمة التاريخية للمدرسة المحافظة تفضل يا أسماء + +25 +00:02:58,130 --> 00:03:01,170 +السلام عليكم ورحمة الله تعالى وبركاته أهلا وسهلا + +26 +00:03:01,170 --> 00:03:04,630 +بكم في لقاء من لقاءات محاضرة أدب حديث مع الدكتور + +27 +00:03:04,630 --> 00:03:07,770 +وليل أبو ندا في سياق المراجعة إن شاء الله تعالى + +28 +00:03:07,770 --> 00:03:11,890 +سأتناول ثلاث محاور المحور الأول التقدمة والمحور + +29 +00:03:11,890 --> 00:03:14,810 +الثاني أدب ما قبل النهضة والمحور الثالث المدرسة + +30 +00:03:14,810 --> 00:03:18,230 +المحافظة في المقدمة تعرّفنا على إشكالية المصطلح + +31 +00:03:18,230 --> 00:03:22,430 +قلنا أن المصطلح لهذا المساق أربع تسميات أدب حديث + +32 +00:03:22,430 --> 00:03:26,240 +أدب القرن العشرين وأدب النهضة والأدب المعاصر في + +33 +00:03:26,240 --> 00:03:30,540 +الحديث عن أدب حديث يتضمن إشكاليتين، إشكاليتين + +34 +00:03:30,540 --> 00:03:35,860 +الأولى ذات دلالة فنية أي يعني الحديث بعكس القديم + +35 +00:03:35,860 --> 00:03:39,200 +فيما أورده من جديد من فن المسرح والقصة والرواية + +36 +00:03:39,200 --> 00:03:43,760 +والثانية أنه يتضمن دلالة زمنية الحديث بخلاف القديم + +37 +00:03:44,160 --> 00:03:47,600 +وقلنا أيضًا أن أدب القرن العشرين مثل ما سماهه + +38 +00:03:47,600 --> 00:03:51,840 +الدكتور فاوزي الحاج في كتابه الشعر العربي المعاصر + +39 +00:03:51,840 --> 00:03:57,760 +في القرن العشرين تحدث عن وجود في الأدب الحديث عن + +40 +00:03:57,760 --> 00:04:01,280 +تسمية القرن العشرين الإشكالية الأولى هناك خلط بين + +41 +00:04:01,280 --> 00:04:04,440 +الأدب المعاصر والأدب الحديث والإشكالية الثانية + +42 +00:04:04,440 --> 00:04:08,560 +تضمن نسيان فترة مهمة من فترات الأدب الحديث وهي + +43 +00:04:08,560 --> 00:04:12,570 +نهايات القرن التاسع عشر مع البارودي وشوقي في أدب + +44 +00:04:12,570 --> 00:04:15,870 +معاصر منهم من يطلق هذه التسمية لدلالة على أدب أو + +45 +00:04:15,870 --> 00:04:19,410 +شعر التفعيلة مثل نازك الملائكة في كتابها قضايا + +46 +00:04:19,410 --> 00:04:24,790 +الشعر العربي المعاصر عام 1962 والكاتب عزيزي دين + +47 +00:04:24,790 --> 00:04:27,990 +إسماعيل في كتابه الشعر العربي المعاصر يقصدّان شعر + +48 +00:04:27,990 --> 00:04:31,750 +التفعيلة في الحديث عن تسمية أدب النهضة تضمن لنا + +49 +00:04:31,750 --> 00:04:35,350 +التخلص من عُطالة الزمن وضمان استقرار لهذه التسمية + +50 +00:04:35,350 --> 00:04:39,400 +على مر العصور القادمة هذا بالخصوص المقدمة، أما في + +51 +00:04:39,400 --> 00:04:42,360 +الحديث عن أدب النهضة، تحدّثنا أن أدب النهضة كان + +52 +00:04:42,360 --> 00:04:48,080 +ألفاظه تافهة، ألفاظه مبتدلة، أدب ما قبل النهضة، + +53 +00:04:48,080 --> 00:04:52,140 +ألفاظه مبتدلة وأغراضه تافهة وأساليبه رقيقة، + +54 +00:04:52,140 --> 00:04:56,290 +الدليل على ذلك ثلاث أقوال، القول الأول للعقاد يقول + +55 +00:04:56,290 --> 00:05:00,090 +وكان آية الآيات على نبوغ الكاتب أو الشاعر أن يوفق + +56 +00:05:00,090 --> 00:05:04,830 +إلى جملة مستوية النسق أو بيت شعر سائغ الجرس فيسير + +57 +00:05:04,830 --> 00:05:08,810 +سير الأمثال على الألسن فتستعدبه الأفواه وكان سبق + +58 +00:05:08,810 --> 00:05:12,990 +الحروف وترصف الكلمات ومرونة الألفاظ أكثر ما يعاني + +59 +00:05:12,990 --> 00:05:18,650 +أدباء هذه الحقبة أي حقبة ما قبل النهضة والدليل + +60 +00:05:18,650 --> 00:05:22,630 +الثاني لقول ميخائيل نعيمة فشعرهم من إذا نضم لم يخل + +61 +00:05:22,630 --> 00:05:26,450 +بتفصيل ولم يتعدّ الروي الواحد ولم يختر من اللفظ + +62 +00:05:26,450 --> 00:05:29,990 +إلا ما أشكل فهمه دليل على اهتمامهم بالألفاظ وعدم + +63 +00:05:29,990 --> 00:05:33,550 +اهتمامهم بالمشاعر والاحاسيس التي تعتبر ركنًا أساسيًا + +64 +00:05:33,550 --> 00:05:37,770 +في إنتاج الشعر وقول سامي الكيالي وحين تقرؤوا الأدب + +65 +00:05:37,770 --> 00:05:41,870 +الذي تركه أدباء العصر المنصرم تقرؤوا أدبا ضعيفًا + +66 +00:05:41,870 --> 00:05:45,240 +مهلهلا يتسم بالمحاكاة لا يخرج في مضمونه عن + +67 +00:05:45,240 --> 00:05:49,020 +الرسائل والمجح والتهاني، لا شيء غير ذلك، يدل على + +68 +00:05:49,020 --> 00:05:54,160 +كفاهة الأغراض التي ستناولوها وأنها أغراض مبتدلة، + +69 +00:05:54,160 --> 00:05:57,220 +هذا بالخصوص أدب ما قبل النهضة أما في الحديث عن + +70 +00:05:57,220 --> 00:06:01,400 +مدرسة المحافظة، المدرسة المحافظة تبدأ برائد الأدب + +71 +00:06:01,400 --> 00:06:05,600 +الحديث وهو الشاعر محمود سامي البارودي، فمدرسته حد + +72 +00:06:05,600 --> 00:06:10,160 +ّفاصل بين عهدين فنيين وتاريخيين وليست امتدادا لأخرى + +73 +00:06:10,830 --> 00:06:14,970 +أو لغيرهما في حديثنا عن محمود سامي البارودي ولد + +74 +00:06:14,970 --> 00:06:17,710 +الشاعر محمود سامي البارودي في منتصف القرن التاسع + +75 +00:06:17,710 --> 00:06:21,990 +عشر عام ألف وثمانمائة وأربعين كان صاحب موهبة فذة + +76 +00:06:21,990 --> 00:06:25,410 +كان لديه اطلاع على عديد من كتب الشعراء ودواوينهم + +77 +00:06:25,410 --> 00:06:28,810 +من العصور الماضية اطلع على التراث وأخذ منه فلم + +78 +00:06:28,810 --> 00:06:33,930 +يقلّد مثل ما فعل شعراء عصره من يعني مثل ما صاروا + +79 +00:06:33,930 --> 00:06:37,610 +على نهج البصر وما شبه ذلك إنما عدا إلى التراث + +80 +00:06:37,610 --> 00:06:42,010 +والدليل قول العقّاد عنه وثب بالشعري وثبتا واحدا من + +81 +00:06:42,010 --> 00:06:45,610 +طريق الضعف والركاكا إلى طريق القوة والصحة والمتانة + +82 +00:06:45,610 --> 00:06:50,890 +دليل على قوة شعر حافظ محمود سامي البارودي محمود سامي + +83 +00:06:50,890 --> 00:06:54,070 +البارودي له عديد من التجديدات نختصرها في أربع نقاط + +84 +00:06:54,070 --> 00:06:58,410 +برزت ذات البارودي بشكل واضح في شعره أعاد إلى الشعر + +85 +00:06:58,410 --> 00:07:02,970 +العربي روحه لحدث عن مطامح الشعر والأمر الرابع خلّص + +86 +00:07:02,970 --> 00:07:06,750 +الشعر العربي من عثرة الأساليب التي انتشرت فيما سبق + +87 +00:07:06,950 --> 00:07:11,190 +البارودي، تابع البارودي جملة من الشعراء، منهم أحمد + +88 +00:07:11,190 --> 00:07:14,510 +شوقي، خليل مطران، إسماعيل صبري، عمر أبو ريشة، + +89 +00:07:14,510 --> 00:07:18,570 +الرافعي الجوهري حافظ إبراهيم، ما المسوّغات قيام + +90 +00:07:18,570 --> 00:07:24,570 +مدرسة المحافظة، مسوّغاتها؟ أولاً اللغة العربية لغة + +91 +00:07:24,570 --> 00:07:27,910 +قوية لأنها لغة القرآن الكريم، ثانيًا أهمية التقاط + +92 +00:07:27,910 --> 00:07:32,170 +العربية وعودة الناس إليها، ثالثًا تشجيع القراء + +93 +00:07:32,170 --> 00:07:37,050 +وإقبالهم وإقبالهم على ما أنتج أدباء هذه المدرسة + +94 +00:07:37,050 --> 00:07:41,050 +أدى إلى زيادة الإقبال عليها، في المقابل نرى أن + +95 +00:07:41,050 --> 00:07:45,130 +الإنجليز لم يُقِلّوا جهدا ولم يتركوا أمرا ما ليطفئوا اللغة + +96 +00:07:45,130 --> 00:07:49,150 +العربية ويبعدوا أهلها عنها عملوا إلى جعل لغة التعليم + +97 +00:07:49,150 --> 00:07:53,090 +لغة أجنبية، افتتحوا مدارس لتعليم اللغة الأجنبية، جعلوا + +98 +00:07:53,090 --> 00:07:57,210 +معلمي اللغة العربية من كبار السن وجعلوا رواتب وأجور + +99 +00:07:57,210 --> 00:08:00,250 +مدرسي اللغة العربية أقل من غيرهم، فهذا أدى إلى + +100 +00:08:00,250 --> 00:08:05,370 +إضعاف اللغة العربية وقام كما تعرّفنا بارودي وأنصاره + +101 +00:08:05,370 --> 00:08:08,990 +على تقوية اللغة، تحدّثنا عن البداية قبل النهضة، + +102 +00:08:08,990 --> 00:08:14,140 +المدرسة المحافظة بسم الله الرحمن الرحيم سأتناول + +103 +00:08:14,140 --> 00:08:18,160 +اليوم موضوعين هما مدرسة الديوان وجماعة أبولو أولاً + +104 +00:08:18,160 --> 00:08:25,620 +سأبدأ بمدرسة الديوان هي مدرستهم لها بداية ونهاية فهو + +105 +00:08:25,620 --> 00:08:29,980 +ظهرت في بدايات القرن العشرين أعلامها ثلاثة هم عباس + +106 +00:08:29,980 --> 00:08:35,660 +محمود العقاد والمازني وعبد الرحمن شكري طب نبدأ + +107 +00:08:35,660 --> 00:08:40,660 +قصيرة عن كل منهم العقّاد لم يكمل دراسته حيث انفصل + +108 +00:08:40,660 --> 00:08:45,950 +عن المدرسة في الصف الخامس الابتدائي ولم يتزوج وبنى + +109 +00:08:45,950 --> 00:08:50,530 +ثقافته اعتمادًا على نفسه أما المازني فهو شخصيته + +110 +00:08:50,530 --> 00:08:57,310 +ساخرة اشتهر بالسخريّة ولسانه صليت درس أدب لغة + +111 +00:08:57,310 --> 00:09:03,530 +إنجليزية أما عبد الرحمن شكري فتميّزت شخصيته بالجدية + +112 +00:09:03,530 --> 00:09:08,010 +ودرس في بريطانيا أيضًا درس أدب لغة إنجليزية + +113 +00:09:08,010 --> 00:09:13,350 +ولكن هو كان أقوى من الاثنين في اللغة الإنجليزية وامتلك + +114 +00:09:13,350 --> 00:09:19,370 +موهبة شعرية وكان أقرب إلى الشعريّة من الناس هناك حدث + +115 +00:09:19,370 --> 00:09:24,890 +إشكال في هذه المدرسة حيث اتهم شكري المازني بأنه + +116 +00:09:24,890 --> 00:09:30,590 +سارق للشعر الإنجليزي مما أثار غضب المازني وهجاه + +117 +00:09:30,590 --> 00:09:35,470 +وشَن هجوم عليه في هذه الأجواء المشحونة التزم + +118 +00:09:35,470 --> 00:09:41,270 +العقاد الصمت رغم أنه كان يعرف أن المازني سارق ذلك + +119 +00:09:41,270 --> 00:09:47,310 +لسببين اثنين، الأول رغبة العقّاد في التخلّص من رموز + +120 +00:09:47,310 --> 00:09:50,750 +هذه المدرسة اللي يخلوا .. اللي يخلوا له الجو بأن + +121 +00:09:50,750 --> 00:09:55,190 +يكون هو الرمز الأول لهذه المدرسة والثاني خوفًا من + +122 +00:09:55,190 --> 00:10:00,070 +سلاطة لسان المازني حيث في ذلك الوقت كان في صراع مع + +123 +00:10:00,070 --> 00:10:07,220 +شوقي وطه حسين وأول ديوان انْشَر لهذه المدرسة هو ديوان + +124 +00:10:07,220 --> 00:10:13,320 +الفجر لعبد الرحمن شكري سنة ألف وتسعمائة وتسعة ثم + +125 +00:10:13,320 --> 00:10:18,020 +تبعه بعد ذلك المازني ألف وتسعمائة واثنا عشر ثم العقد + +126 +00:10:18,020 --> 00:10:25,140 +ألف وتسعمائة وستة عشر اعتبروا شوقي والبارودي تقليديين + +127 +00:10:25,140 --> 00:10:30,650 +وذهبوا إلى الرومانسية وأيضا لما سأقوله هنا أنهم + +128 +00:10:30,650 --> 00:10:35,070 +هاجموا المدرسة المحافظة وكان هجومهم عنيفًا جدًا + +129 +00:10:35,070 --> 00:10:39,150 +اتخذ اتجاهين الاتجاه الأول هو النقدي والاتجاه + +130 +00:10:39,150 --> 00:10:44,410 +الثاني كان الاتجاه الأدبي كان اتجاههم النقدي ضد + +131 +00:10:44,410 --> 00:10:47,770 +المدرسة المحافظة أنها مدرسة تقليدية حتى أنهم + +132 +00:10:47,770 --> 00:10:53,190 +أطلقوا عليها مدرسة المذهب القديم ومن ناحية أخرى + +133 +00:10:53,190 --> 00:10:57,690 +اهتموا بتوضيح مفهوم جديد للشعر أما الاتجاه الأدبي + +134 +00:10:57,690 --> 00:11:02,110 +فتمثّل في التزامهم بأرائهم حول أشعارهم وطريقة + +135 +00:11:02,110 --> 00:11:07,670 +نشرهم لتلك الأشعار في دواوينهم أما عن السؤال الذي + +136 +00:11:07,670 --> 00:11:12,590 +يترحّ نفسه ماذا قدمت هذه المدرسة للأدب العربي؟ قدمت + +137 +00:11:12,590 --> 00:11:18,110 +هذه المدرسة الكثير من المميزات أولها قدمت أفكارًا + +138 +00:11:18,110 --> 00:11:22,670 +جديدة وكان للقصيدة لديهم معياران المعيار الأول هو + +139 +00:11:22,670 --> 00:11:26,770 +الوحدة الموضوعية والمعيار الثاني الوحدة العضوية + +140 +00:11:26,770 --> 00:11:31,590 +ماذا نقصد بالوحدة العضوية؟ الوحدة العضوية اعتبر + +141 +00:11:31,590 --> 00:11:36,810 +القصيدة كالكائن الحي البشري له أعضاء مرتبطة جميعا + +142 +00:11:36,810 --> 00:11:40,970 +ببعضها فلا نستطيع تقديم أو تأخير بيت عن آخر أما + +143 +00:11:40,970 --> 00:11:45,350 +الوحدة الموضوعية فالقصيدة تحتوي موضوع واحد وجوه + +144 +00:11:45,350 --> 00:11:50,270 +النفسية واحد أيضا دعوا إلى الشعر الوجداني وهذا ما + +145 +00:11:50,270 --> 00:11:54,990 +رأيناه في كتاب عبد الرحمن شكري كتاب يا طائر + +146 +00:11:54,990 --> 00:12:00,380 +الفردوسي إن الشعر وجداني وأيضا هيأت الأمور للتجديد + +147 +00:12:00,380 --> 00:12:05,160 +حيث أطلقوا على نفسهم المذهب الجديد وأطلقوا على + +148 +00:12:05,160 --> 00:12:09,600 +المدرسة المحافظة المذهب القديم تميز شعرهم بالتجديد + +149 +00:12:09,600 --> 00:12:15,540 +في بعض الموضوعات شملت موضوعاتهم الجو النفسي + +150 +00:12:15,540 --> 00:12:20,360 +للشاعر وما يتصلوا به من تأملات فلسفية وفكرية + +151 +00:12:20,360 --> 00:12:26,580 +فتكلموا في شعرهم عن المعرفة والوجود وأسرار الكون + +152 +00:12:26,580 --> 00:12:30,920 +وهذا ما رأيناه في شعرهم وأيضا كثيرة الموضوعات + +153 +00:12:30,920 --> 00:12:37,520 +الحسية في أشعارهم وذلك كوصف الطبيعة وهذا دليل + +154 +00:12:37,520 --> 00:12:41,220 +على أنهم تأثروا بالرومانسية ودليل على أنهم تأثروا + +155 +00:12:41,220 --> 00:12:44,980 +بالأدب الإنجليزي لأن ما كان عندهم طبيعة يوصفوها + +156 +00:12:46,380 --> 00:12:54,290 +السبقية وأيضا ابتعدوا عن شعر المناسبات فلم يشاركوا + +157 +00:12:54,290 --> 00:12:57,350 +شعبهم كالمدرسة المحافظة لم يشاركوا شعبهم في + +158 +00:12:57,350 --> 00:13:01,670 +المناسبات كالمناسبات الوطنية أو المناسبات السياسية + +159 +00:13:01,670 --> 00:13:06,470 +هناك مأخذ على هذه المدرسة منها أنها أحدثت نوعا من + +160 +00:13:06,470 --> 00:13:09,270 +التشويش في الأدب العربي لأنهم اتجهوا إلى الأدب + +161 +00:13:09,270 --> 00:13:14,270 +الإنجليزي وهناك أيضا أنها شنت هجوما غير نزيه على + +162 +00:13:14,270 --> 00:13:18,850 +المدرسة المحافظة ومن ثم أصبح هذا الهجوم هجوما + +163 +00:13:18,850 --> 00:13:25,650 +شخصيا ضد شكري وانفض عقد هذه المدرسة بهذا الصراع + +164 +00:13:25,650 --> 00:13:31,650 +وكان من المفترض أن ينشروا ديوانا كتاب الديوان من + +165 +00:13:31,650 --> 00:13:36,730 +عشرة أجزاء لكن صدر عن هذا الكتاب فقط جزئين اثنين + +166 +00:13:36,730 --> 00:13:43,590 +وانتهت هذه المدرسة زمنيا بموت ثلاثة وأيضا بهذا + +167 +00:13:43,590 --> 00:13:47,910 +الصراع الذي فضهم من البداية الآن انتقل إلى جماعة + +168 +00:13:47,910 --> 00:13:52,590 +أبولوهذه الجماعة تشبه مدرسة الديوان في أنها لها + +169 +00:13:52,590 --> 00:14:01,490 +بداية ونهاية بدأت 1932 انتهت 1944 أو بهجرة رائدها + +170 +00:14:01,490 --> 00:14:09,290 +أحمد ذكي وبموت أعضائها نبدأ عوضا عن بدسنناقش + +171 +00:14:09,290 --> 00:14:13,730 +عنوان هذه الجماعة لماذا سميت جماعة وليس مدرسة + +172 +00:14:13,730 --> 00:14:18,350 +كسبقتها كالمحافظة ومدرسة الديوان جماعة لأن أعضاء + +173 +00:14:18,350 --> 00:14:22,630 +هذه الجماعة تمثلت في تيارات واتجاهات عدة فلم + +174 +00:14:22,630 --> 00:14:26,050 +يكونوا على تيار واحد أو اتجاه أو فكر واحد لذلك + +175 +00:14:26,050 --> 00:14:31,750 +سميت بالجماعة أما عن أبولو فيقول أنه هو إله الشعر + +176 +00:14:31,750 --> 00:14:36,080 +أو إله الأدب عند اليونان لكن العقاد ناقد ذلك فقال + +177 +00:14:36,080 --> 00:14:40,160 +ذلك لم يقتصر على إله الشعر والأدب بل له دخل في + +178 +00:14:40,160 --> 00:14:44,840 +الزراعة أو الماشية أو شيء قبيح يعني ليه ناس + +179 +00:14:44,840 --> 00:14:48,880 +بالأدب؟ والمفروض انتقدوا فقالوا الأحسن أن يكون + +180 +00:14:48,880 --> 00:14:53,360 +اسما عربيا له دخل بالعرب وليس باليونان هذه عن + +181 +00:14:53,360 --> 00:14:57,600 +التسمية رائد هذه المدرسة هو أحمد ذكي أبو شادي أول + +182 +00:14:57,600 --> 00:15:02,480 +رئيس لهذه المدرسة هو أحمد شوقي ومن أعلام هذه + +183 +00:15:02,480 --> 00:15:08,260 +المدرسة إبراهيم الناجي، أبو القاسم الشابي، علم + +184 +00:15:08,260 --> 00:15:13,520 +أحمد طه والكثير من هؤلاء الشعراء مادة قدمت + +185 +00:15:13,520 --> 00:15:18,210 +لنا أو للأدب العربي جماعة أبولو طبعا خدمت الكثير + +186 +00:15:18,210 --> 00:15:22,130 +فدفعت التجديد خطوات إلى الأمام أطلعتنا على الأدب + +187 +00:15:22,130 --> 00:15:26,210 +العالمي لأن أعضاء هذه المدرسة درسوا الفنون الغربية + +188 +00:15:26,210 --> 00:15:31,670 +كالفن الإيطالي والفن الألماني وأيضا كان لهم النصيب + +189 +00:15:31,670 --> 00:15:36,190 +الأكبر في اتجاههم إلى الـ رومانسية أثروا.. + +190 +00:15:36,190 --> 00:15:39,890 +أثروا الأدب العربي بالنزعة الرومانسية.. ال + +191 +00:15:39,890 --> 00:15:44,650 +رومانسية أكثر من غيرهم وأيضا كانت هذه المدرسة.. + +192 +00:15:44,650 --> 00:15:49,830 +هذه الجماعة عفوا متزنة في تجديدها فلم تعدي القديم + +193 +00:15:49,830 --> 00:15:53,730 +مثل المدرسة المحافظة.. مدرسة الديوان عادت المدرسة + +194 +00:15:53,730 --> 00:15:58,500 +المحافظة لأ هذه الجماعة أخذت أيضا بالقديم ودليل على + +195 +00:15:58,500 --> 00:16:03,900 +ذلك نرى اللون المحافظ في شعر علي محمود طه وال.. + +196 +00:16:03,900 --> 00:16:08,720 +والدليل الأكبر أن كان رئيس هذه الجماعة هو أحمد + +197 +00:16:08,720 --> 00:16:13,040 +شوقي وهو هذا الشاعر نعرف أنه من المدرسة المحافظة + +198 +00:16:13,040 --> 00:16:17,140 +وأخذ بالقديم أيضًا امتاز شعرهم بالشكوى والحنين + +199 +00:16:17,140 --> 00:16:22,080 +إلى الماضي والهروب إلى الطبيعة والهيام بالمرأة إلى + +200 +00:16:22,080 --> 00:16:26,180 +غير ذلك أما المؤاخذ التي أخذت على هذه الجماعة فهي + +201 +00:16:26,180 --> 00:16:31,580 +تعدل صفر لا مؤاخذ عليها لأن هذه الجماعة عندما + +202 +00:16:31,580 --> 00:16:35,720 +جددت لم تعد قديم أخذت بالجديد وأخذت بالقديم + +203 +00:16:35,720 --> 00:16:41,320 +انتهت هذه المدرسة بهجرة أحمد زكي سنة ألف وتسعمائة + +204 +00:16:41,320 --> 00:16:47,730 +وأربع وأربعين إلى أمريكا وبموت أعضائها جميعا بسم + +205 +00:16:47,730 --> 00:16:51,750 +الله الرحمن الرحيم سنكمل سنتعرف الآن على مدرسة + +206 +00:16:51,750 --> 00:16:57,850 +المهجر وقصيدة.. ومدرسة التفعيلة أو مدرسة شعر + +207 +00:16:57,850 --> 00:17:02,910 +التفعيلة وقصيدة النثر مدرسة المهجر.. مدرسة المهجر + +208 +00:17:02,910 --> 00:17:07,430 +تنقسم إلى قسمين مهجر شمالي ومهجر جنوبي الشمالي + +209 +00:17:07,430 --> 00:17:11,930 +أطلق عليها الرابطة القلمية أنشئت عام ألف وتسعمية + +210 +00:17:11,930 --> 00:17:17,990 +وعشرين رائد المدرسة جبران خليل جبران أعضاءها كانت.. + +211 +00:17:17,990 --> 00:17:22,430 +كان ميخائيل نعيمة، إليا أبو ماضي، نسيب عريضة، + +212 +00:17:22,430 --> 00:17:27,470 +عبد المسيح حداد ورشيد أيوب وغيرهم من الشعراء خصائص + +213 +00:17:27,470 --> 00:17:31,730 +المدرسة امتازت بأنها اعتزلت الواقع.. الواقع + +214 +00:17:31,730 --> 00:17:36,110 +واتمردت عليه وعلى قيمه ومعاييره وأيضا جنحت نحو + +215 +00:17:36,110 --> 00:17:42,410 +الخيال والحلم أيضا أكثر نتاجهم كان النثر وامتزجت + +216 +00:17:42,410 --> 00:17:47,450 +أيضا بالطبيعة وابتعدت عن المادية تمسكت بـ الوحدة + +217 +00:17:47,450 --> 00:17:52,110 +العضوية والموضوعية واهتم واهتم شعرائها بالصور + +218 +00:17:52,110 --> 00:17:58,610 +الشعرية وخططوا الصور الفنية الجميلة لأشعارهم أيضا + +219 +00:17:58,610 --> 00:18:04,440 +تحرروا من الوزن والقافية وجددوا فيه قوالب القصيدة و + +220 +00:18:04,440 --> 00:18:08,600 +أيضا تأثروا بالأدب الأمريكي والتجديد الشامل في + +221 +00:18:08,600 --> 00:18:14,640 +الشعر وأيضا استخدموا الرمز والحنين إلى الوطن في + +222 +00:18:14,640 --> 00:18:18,380 +شعرهم شاكوا الغربة ودعوا أيضا إلى أي التفاؤل + +223 +00:18:18,380 --> 00:18:24,960 +انتهت الـ.. المدرسة المهجرة انتهت بموت جبران خليل + +224 +00:18:24,960 --> 00:18:29,580 +جبران في عندنا ملاحظة أن أمين الريحاني لم ينضم إلى + +225 +00:18:29,580 --> 00:18:34,720 +هذه المدرسة لعدة أسباب السبب الأول اللي هو خلاف + +226 +00:18:34,720 --> 00:18:41,300 +شخصي بين مع رئيس الرابطة جبران خليل جبران وأيضا + +227 +00:18:41,300 --> 00:18:46,480 +أمين ريحان أمين الريحاني أديب واقعي أراد أن يكون + +228 +00:18:46,480 --> 00:18:49,920 +الأدب أن يكون الأدب أداة إصلاح مجتمع وبناء شخصية + +229 +00:18:49,920 --> 00:18:53,960 +صحية وهذا يتنافى مع اللي هو جبران خليل جبران + +230 +00:18:53,960 --> 00:18:55,640 +ومدرسته + +231 +00:18:57,320 --> 00:19:02,160 +ننتقل الآن إلى اللي هو مدرسة المهجر في الجنوب أطلق + +232 +00:19:02,160 --> 00:19:08,000 +عليها العصبة الأندلوسية بدأت عام 1932 كان من + +233 +00:19:08,000 --> 00:19:14,180 +أعضائها الشاعر القراوي جورج صيدح وشكر الله.. شكر + +234 +00:19:14,180 --> 00:19:19,790 +الله الجار إلياس.. إلياس فرحات وشفيق معلوف وفوزي + +235 +00:19:19,790 --> 00:19:24,210 +معلوف وغيرهم من الشعراء خصائص المدرسة حافظت على + +236 +00:19:24,210 --> 00:19:28,630 +تقاليد الأدب العربي من حيث المعنى والأسلوب + +237 +00:19:30,900 --> 00:19:35,860 +إنتاجهم كان جله من الشعر وعبروا.. عبر شعراء هذه + +238 +00:19:35,860 --> 00:19:39,580 +.. هذه المدرسة عن القضايا القومية والهموم العربية + +239 +00:19:39,580 --> 00:19:43,780 +للمجتمع العربي والهموم الاجتماعية أيضا ننتقل الآن + +240 +00:19:43,780 --> 00:19:48,290 +إلى شعر التفعيلة أو شعر مدرسة التفعيلة بدأت في + +241 +00:19:48,290 --> 00:19:52,450 +خمسينيات القرن التاسع عشر تطورت حركة التجديد في + +242 +00:19:52,450 --> 00:19:57,510 +الأدب العربي وأطلق عليها شعر التفعيلة اختلفوا في + +243 +00:19:57,510 --> 00:20:00,210 +ريا.. في رياضتها فقالوا نازك الملائكة.. + +244 +00:20:00,210 --> 00:20:05,510 +الملائكة وقيل غيرها شعرهم كان على نظام التفعيلة + +245 +00:20:05,510 --> 00:20:09,810 +وليس على نظام الشطرين أول قصيدة نشرت لهذه المدرسة + +246 +00:20:09,810 --> 00:20:15,320 +عام ألف وتسعمائة وسبعة وأربعين وهي الكلرة خصائص هذه + +247 +00:20:15,320 --> 00:20:20,060 +المدرسة أنها تحررت من نظام الشطرين تناولت قضايا + +248 +00:20:20,060 --> 00:20:24,140 +الإنسان العربي وشاركته همومه أسباب نجاح هذه + +249 +00:20:24,140 --> 00:20:29,420 +المدرسة هناك كان وجود للجذور الأصيلة في العروض + +250 +00:20:29,420 --> 00:20:35,400 +العربي القديم أيضا وجود كبار الشعراء فيها أكسبها + +251 +00:20:35,400 --> 00:20:40,260 +فعالية واستمرارية مثل محمود درويش وعبدالصبور + +252 +00:20:40,260 --> 00:20:47,410 +الزرقاني وغيرهم تحدثوا باسم الإنسان العربي أيضا هناك + +253 +00:20:47,410 --> 00:20:52,410 +في مدرسة شعر التفعيلة أصدرت كتاب أصدرته نازك + +254 +00:20:52,410 --> 00:20:57,810 +الملائكة تحدث عن قضايا الشعر المعاصر عام 1962 أبرز + +255 +00:20:57,810 --> 00:21:01,650 +ما تناولته في الكتاب أنها رأت أن الشعر الجديد من + +256 +00:21:01,650 --> 00:21:05,370 +ناحية الموسيقى واللغة والأسلوب والمعنى وأيضا أن + +257 +00:21:05,370 --> 00:21:09,530 +الشعر شعر التفعيلة امتد للأوزان الخليلية أيضا قالت + +258 +00:21:09,530 --> 00:21:14,230 +أنه لا يصح إطلاق لفظ الشعر الحر على مدرسة.. على + +259 +00:21:14,230 --> 00:21:20,030 +شعر مدرسة تفعيلة وهذا يعني الشعر الحر يقول أن + +260 +00:21:20,030 --> 00:21:26,310 +الشعر ليس له وزن ولا قافية هو شعر تفعيلة ليس كذلك و + +261 +00:21:26,310 --> 00:21:29,990 +مدرسة التفعيلة أيضا اعتبرت قفزة نوعية في التجديد + +262 +00:21:29,990 --> 00:21:35,530 +في الشعر العربي ننتقل الآن إلى قصيدة النثر ظهرت عام + +263 +00:21:35,530 --> 00:21:40,950 +1955 في الستينيات أو أواخر الخمسينيات من القرن + +264 +00:21:40,950 --> 00:21:46,590 +الماضي ظهرت أبرز ما سنتناوله عنها أن رموزها كانوا + +265 +00:21:46,590 --> 00:21:51,510 +غربيين كانت رموزها غربية ابتعدت عن التراث القديم أو + +266 +00:21:51,510 --> 00:21:56,250 +التراث العربي أيضا وانقطعت عنه أعضاءها أدونيس + +267 +00:21:56,250 --> 00:22:04,630 +نسيب الحاج أنيس الحاج يوسف الخال وشوقي أبو شقرة + +268 +00:22:04,630 --> 00:22:08,830 +وغيرهم خصائصها تحررت من الوزن والقافية انقطعت عن + +269 +00:22:08,830 --> 00:22:14,970 +الواقع قلدت الأدب الغربي تسميتها شاذة قصيدة النثر + +270 +00:22:14,970 --> 00:22:21,890 +فيها أيضا فيها ركاكة في قصائدهم فيها ركاكة الشكل + +271 +00:22:21,890 --> 00:22:28,550 +الفني لنتاجاتهم أشار محمود مهدي إلى أن اعتماد منطق + +272 +00:22:28,550 --> 00:22:33,930 +أو اعتماد منظر القصيدة قصيدة الـ Mather كان اقتداء + +273 +00:22:33,930 --> 00:22:39,650 +البيئة أدونيس وإنيس وإنيس الحاج أسباب فشل هذه المدرسة + +274 +00:22:39,650 --> 00:22:44,570 +عدم اقتناع الجمهور العربي والنقاد بدورها و + +275 +00:22:44,570 --> 00:22:50,470 +بوجودها أيضا وبوجهتها وفعاليتها أيضا أهدافها غير + +276 +00:22:50,470 --> 00:22:55,990 +واضحة وغير أمينة على اللي هو القضايا العربية + +277 +00:22:55,990 --> 00:23:00,590 +نماذجهم ونتاجاتهم كانت رديئة ومضحكة وركيكة + +278 +00:23:00,590 --> 00:23:07,870 +وسيئة والشكل شكرا لكم لكن أكيد بس يعني توضيح لكلام + +279 +00:23:07,870 --> 00:23:15,850 +.. توضيح لكلام زميلتكم عن عدم + +280 +00:23:15,850 --> 00:23:22,890 +انضمام أمين الريحاني ميخائيل وعيمة قال أنه خلاف شخصي مع + +281 +00:23:22,890 --> 00:23:26,050 +جبران خليل جبران لكن الحقيقة لم يكن خلافا شخصيا + +282 +00:23:26,050 --> 00:23:32,110 +مع جبران خليل جبران كان خلافا فكريا وأدبيا مع كل + +283 +00:23:32,110 --> 00:23:35,510 +أعضاء المدرسة مدرسة الرابطة القلمية أو أعضاء + +284 +00:23:35,510 --> 00:23:41,040 +الرابطة القلمية يعني هذا نقوله literally الأمر + +285 +00:23:41,040 --> 00:23:44,680 +الثاني أن قصيدة الناس اللي لم يكونوا جاربيين هم + +286 +00:23:44,680 --> 00:23:52,540 +حقيقة كانوا عربا جلهم من لبنان لكنهم + +287 +00:23:52,540 --> 00:23:59,560 +انقطعوا أو قطعوا صلاتهم بالتراث العربي أدونيس وأنس + +288 +00:23:59,560 --> 00:24:06,690 +الحاج وشوقي وشقرا وسعيد عقلويوسف الخال ومحمد + +289 +00:24:06,690 --> 00:24:10,290 +المغوط ومن بعد ذلك ابتعد عنهم اللي هو الكاتب + +290 +00:24:10,290 --> 00:24:16,030 +المصري محمد المغوط جميل وراعي جدا ننتقل الآن إلى + +291 +00:24:16,030 --> 00:24:23,050 +الشاعر أحمد شوقي وقصيدته في رسائل الخلافة + +292 +00:24:23,050 --> 00:24:28,050 +الإسلامية نرجو أن نقفز عن حياة الشاعر نبدأ بالحديث + +293 +00:24:28,050 --> 00:24:34,500 +عن اللي هو النصب بطريقة مباشرة سنتحدث عن اللي هو + +294 +00:24:34,500 --> 00:24:39,500 +قصيدة .. قصيدة أحمد شوقي في رثاء الخلافة الإسلامية + +295 +00:24:39,500 --> 00:24:44,540 +سبب كتابة الشاعر أحمد شوقي ليه القصيدة كانت بسبب + +296 +00:24:44,540 --> 00:24:49,080 +إلغاء الخلافة أو إصدار اللي هو مصطفى كمال أتاتورك + +297 +00:24:49,080 --> 00:24:53,520 +إلغاء الخلافة الإسلامية وانتهائها طبعا الشاعر أحمد + +298 +00:24:53,520 --> 00:24:58,600 +شوقي استخدم في قصيدته الانزياح وهذا له دليل + +299 +00:24:58,600 --> 00:25:03,400 +الانزياح كانت في قصيدة اللي هو أحمد شوقي في قوله إن + +300 +00:25:03,400 --> 00:25:08,280 +الذين أسدوا جراحك حربهم قتلتك سلمهم وبغير جراح + +301 +00:25:08,280 --> 00:25:14,100 +فجعل الشاعر السلام هي التي تقتل وجعل الحرب هي التي + +302 +00:25:14,100 --> 00:25:18,820 +تضمد الجراح والأصل أن السلام هي التي تضمد الجراح + +303 +00:25:18,820 --> 00:25:23,150 +والحرب هي التي تقتل في البيت الثاني يقول الشاعر + +304 +00:25:23,150 --> 00:25:29,450 +شيعت من هلع بعبرة ضاحك في كل ناحية وسكرة صاحي قال + +305 +00:25:29,450 --> 00:25:35,190 +بعبرة ضاحك والأصل أن يقول بعبرة باك وهذا فيه + +306 +00:25:35,190 --> 00:25:39,130 +انزياح طبعا لجوء الشاعر أحمد شوقي إلى الانزياح كان + +307 +00:25:39,130 --> 00:25:44,890 +دليل على شدة الذهول التي أصابت الشاعر وشدة القاصمة + +308 +00:25:44,890 --> 00:25:49,030 +التي وقعت عليه وحلت به نتيجة سقوط الخلافة + +309 +00:25:49,030 --> 00:25:55,670 +الإسلامية طبعا الشعر يقول الهند والهة ومصر حزينة + +310 +00:25:55,670 --> 00:26:01,210 +قال بدأ بالهند وذلك ليدل على أن سقوط الخلافة + +311 +00:26:01,210 --> 00:26:05,170 +أمر لا يتعلق فقط بالدول العربية بل هو أمر يتعلق + +312 +00:26:05,170 --> 00:26:07,990 +بالدول الإسلامية بشكل عام + +313 +00:26:10,540 --> 00:26:14,080 +للمسلمين بشكل عام، ذلالة استخدام الشاعر لكلمة + +314 +00:26:14,080 --> 00:26:19,720 +فقعدنا فيه قعدنا تدل على قلة الحيلة وتدل على + +315 +00:26:19,720 --> 00:26:24,320 +تشبيها لهم بأولئك اللساء اللواتي يقعدن للنظبي + +316 +00:26:24,320 --> 00:26:32,340 +وأنواع طبعا النص يحمي رسالة نبيلة خالدة وهي تتضمن + +317 +00:26:32,340 --> 00:26:37,040 +.. يعني في ضوء ذلك تحدثي عن رسالة النص رسالة النص + +318 +00:26:37,040 --> 00:26:41,840 +طبعا قولنا الرسالة هو أول معيار للحكم على النص + +319 +00:26:41,840 --> 00:26:46,680 +طبعا الرسالة .. رسالة القصيدة كانت نبيلة وذلك + +320 +00:26:46,680 --> 00:26:51,480 +لأنها تتحدث عن وحدة الأمة الإسلامية وهي الخلافة + +321 +00:26:51,480 --> 00:26:57,250 +الإسلامية وكيانها الدين طبعا أحمد شوغي كان له السبق + +322 +00:26:57,250 --> 00:27:02,850 +وكان .. وتفرد في أنه حق .. في أنه نظم شعرا يتحدث + +323 +00:27:02,850 --> 00:27:05,970 +عن إلغاء الخلافة الإسلامية وسقوط الخلافة الإسلامية + +324 +00:27:05,970 --> 00:27:12,310 +وهذا لم يكن لأي شاعر غيره طبعا وظف الشاعر الأسلوب + +325 +00:27:12,310 --> 00:27:16,710 +الخبري ولم يكترث بالأسلوب الإنشائي وذلك لأنه أراد + +326 +00:27:16,710 --> 00:27:22,050 +الاستغراق في وصف مشاعره الفردية الداخلية الأمر + +327 +00:27:22,050 --> 00:27:27,470 +الثاني أراد أن يعبر عن مدى الحزن والفزع الذي أصابه + +328 +00:27:27,470 --> 00:27:31,290 +إثر سقوط الخلافة الإسلامية طبعا لم يكن غايته أن + +329 +00:27:31,290 --> 00:27:34,730 +يتواصل مع المتلقي لو أن غايته كانت التواصل مع + +330 +00:27:34,730 --> 00:27:39,360 +المتلقي لأكثر من الأساليب الإنشائية لكن كان غرضه أن + +331 +00:27:39,360 --> 00:27:45,140 +يعبّر عن مشاعر الحزن والفزع الذي أصابته نتيجة سقوط + +332 +00:27:45,140 --> 00:27:49,660 +الخلافة الإسلامية طبعا تمثيل الأسلوب الخبري كترآفي + +333 +00:27:49,660 --> 00:27:53,240 +اللي هو القصيدة الأسلوب الخبري مثال على ذلك عادة + +334 +00:27:53,240 --> 00:27:58,730 +أغاني العرس رجعن واحيونعيت بين معالم الأفراح كفمت + +335 +00:27:58,730 --> 00:28:04,050 +في ليلة الزفاف بتوبة ودفمت عند تبلج الإصباح شيعت + +336 +00:28:04,050 --> 00:28:09,130 +منها لعن بعبرة ضاحك في كل ناحية وسكرة صاحي كثيرا + +337 +00:28:09,130 --> 00:28:13,530 +ما كانت يرد الأسلوب الخبري في القصيدة استقصاء أحمد + +338 +00:28:13,530 --> 00:28:17,530 +شوقي للمعاني أحمد شوقي لم يترك معنى من هذه المعاني + +339 +00:28:17,530 --> 00:28:23,450 +إلا ووصفه وصفا دقيقا وإلا وحشة دا له موهبته واللي + +340 +00:28:23,450 --> 00:28:27,010 +هو وصفاه وصفا دقيقا من جميع المعاني مثال على + +341 +00:28:27,010 --> 00:28:29,530 +الاستقصاء طبعا الاستقصاء هو عكسه والإيجاز + +342 +00:28:29,530 --> 00:28:34,210 +الاستقصاء أن يذكر هذه المعاني وأن يوصفها وصفا اللي + +343 +00:28:34,210 --> 00:28:38,310 +هو دقيقا مثال على ذلك وصف الشاعر للحزن اللي انتبه + +344 +00:28:38,310 --> 00:28:42,580 +الدول الشعوب الإسلامية والمسلمين بشكل عام كان يقول + +345 +00:28:42,580 --> 00:28:48,640 +الهند واليهة ومصر حزينة تبكي عليكي بمدمع سحاحي + +346 +00:28:48,640 --> 00:28:53,420 +والشام تسأل والعراق فارس أمحى من الأرض الخلافة + +347 +00:28:53,420 --> 00:28:59,200 +ماحي وقتتلكي الجمع الجلائل مأتما فقعدنا فيه مقاعدا + +348 +00:28:59,200 --> 00:29:04,440 +نزاحي وأيضا في وصف حالة الأنواع عفوا وأيضا في وصف + +349 +00:29:04,440 --> 00:29:07,660 +حالة اللي هو الحزن وكيف أن الفرح كان في الدول + +350 +00:29:07,660 --> 00:29:10,480 +الإسلامية تحول إلى حزن إثر سقوط الخلافة الإسلامية + +351 +00:29:11,180 --> 00:29:15,340 +عادت أغاني العرسة راجعن واحيونعيتي بين معالم + +352 +00:29:15,340 --> 00:29:20,920 +الأفراح كفنت في ليلة الزفاف بتوبة ودفنت عند تبلج + +353 +00:29:20,920 --> 00:29:26,480 +الإصباح شيعت منها لعن بعبرة ضاحك في كل ناحية وسكرة + +354 +00:29:26,480 --> 00:29:31,280 +صاحي هذا على عن الاستقصاء أما عن خبرة أحمد شوقي + +355 +00:29:31,280 --> 00:29:35,580 +التاريخية والهو الدينية أحمد شوقي جمع بين العلم + +356 +00:29:35,580 --> 00:29:40,660 +وجمع بين الشعب فإذا رد أن يتحدث عن أي حادثة من + +357 +00:29:40,660 --> 00:29:46,880 +الحوادث التي تحصل فإنه يلم بها علما ومعرفة المثال + +358 +00:29:46,880 --> 00:29:51,500 +على ذلك طبعا خبرته التاريخية يقول يفتى على ذهب + +359 +00:29:51,500 --> 00:29:56,660 +المعز وسيفه وهو النفوس وحقدها الملحاح قال المعز + +360 +00:29:56,660 --> 00:30:01,000 +والمعز هو خليفة وأيضا قال دليل على خبرتي السياسية + +361 +00:30:01,000 --> 00:30:06,750 +وحنكته قال بالأنس أوهى المسلمين جراحة واليوم مد لهم + +362 +00:30:06,750 --> 00:30:11,610 +يد الجراحي أيضا الدليل على خبرة الدينية جمعت على + +363 +00:30:11,610 --> 00:30:17,350 +البر الحضور وربما جمعت عليه سرائر النزاحي نظمت + +364 +00:30:17,350 --> 00:30:22,810 +صفوف المسلمين وصفوهم في كل غدوة جمعة ورواحي يتحدث + +365 +00:30:22,810 --> 00:30:25,570 +عن يوم اللي هو الجمعة وكيف أن المسلمين يجتمعون في + +366 +00:30:25,570 --> 00:30:30,620 +يوم الجمعة اختيار الشاعر أحمد شوقي للموسيقى الشاعر + +367 +00:30:30,620 --> 00:30:36,960 +اختار بحر الكامل وهو بحر يتكون من ثلاثين مقطعا وهو + +368 +00:30:36,960 --> 00:30:43,740 +بحر يصلح لمن أكثر البحور جلجلة وحركات تفعيلاته من + +369 +00:30:43,740 --> 00:30:48,360 +النوع الجهير ولذلك نسبت هذا الغرض الذي جاء به أحمد + +370 +00:30:48,360 --> 00:30:52,620 +شوقي فهي من النوع الجهير الذي يهجم على السامع + +371 +00:30:52,620 --> 00:30:59,310 +بالمعنى والعواطف طبعا القوافي اختار أحمد شوقي + +372 +00:30:59,310 --> 00:31:03,410 +قوافي الحق وذلك لأنها من القوافي التي تصلح + +373 +00:31:03,410 --> 00:31:08,390 +للعواطف الآسية والعواطف العميقة وتصلح أيضا للحزن + +374 +00:31:08,390 --> 00:31:13,330 +وتصلح أيضا للغزل فيتصلح للي هو الأرق المشاعر + +375 +00:31:13,330 --> 00:31:16,610 +سواء كانت في الحزن كما جاء بها الشاعر أحمد شوقي في + +376 +00:31:16,610 --> 00:31:19,630 +قصيدته أو عن اللي هو الغزل + +377 +00:31:23,740 --> 00:31:29,540 +طبعا التناسق التاريخي والديني الموضوع الذي جاء به + +378 +00:31:29,540 --> 00:31:32,920 +أحمد شوقي في قصيدته يتحدث عن إلغاء الخلافة + +379 +00:31:32,920 --> 00:31:37,960 +الإسلامية وهذا موضوع تاريخي وإسلامي ولذلك تضمنت + +380 +00:31:37,960 --> 00:31:42,040 +قصيدته عددا + +381 +00:31:42,040 --> 00:31:47,920 +من التناسق الديني والتاريخي أمثل على التناسق الديني + +382 +00:31:48,850 --> 00:31:52,470 +أنفلت على التناسق الديني بكت الصلاة وتلك فتنة + +383 +00:31:52,470 --> 00:31:57,270 +عابث بالشرعي عربي دي القضاء وقاحي فقال الصلاة وال + +384 +00:31:57,270 --> 00:32:02,130 +فتنة والشرع فهذه مفردات دينية وأيضا أفتى + +385 +00:32:02,130 --> 00:32:07,430 +خزعبلة وقال ضلالة وأتى بكفر في البلاد بواحي فقال + +386 +00:32:07,430 --> 00:32:12,590 +أفتى وقال ضلالة وقال الكفر البواح وهذه مصطلحات + +387 +00:32:12,590 --> 00:32:17,720 +دينية أيضا تحدث عن التناسق الديني حديثنا عن التناسق + +388 +00:32:17,720 --> 00:32:25,100 +الديني مثال لا تبدل برد النبي لعاجزا عزل يدافع + +389 +00:32:25,100 --> 00:32:31,720 +دونهن بالراحى فالعاجز هو الشريف حسين أيضا رصانة + +390 +00:32:31,720 --> 00:32:36,900 +اللغة أحمد .. قصيدة أحمد شوقي هي قصيدة رسينة لا + +391 +00:32:36,900 --> 00:32:40,860 +تناسب فقط أن نقول عنها فصيحة فهي ترقى إلى مستوى + +392 +00:32:40,860 --> 00:32:46,020 +الرصانة ففيها براعة القول مثال براعة القول كفلت في + +393 +00:32:46,020 --> 00:32:51,160 +ليل الزفاف بتوبة ودفنت عند تبلج الإصباح فقال ليل + +394 +00:32:51,160 --> 00:32:56,840 +وهذا دليل على الغدر والخسيسة وقوله أيضًا هتكوا + +395 +00:32:56,840 --> 00:33:03,040 +بأيديهم ملاءة فخرهم موشية بمواهب الفتاح فقال هتكوا + +396 +00:33:03,040 --> 00:33:07,100 +والهتك يكون للأعراض وذلك دليل على أن سقوط وإلغاء + +397 +00:33:07,100 --> 00:33:10,780 +الخلافة الإسلامية كان سقوطًا للكرامة الإسلامية + +398 +00:33:10,780 --> 00:33:18,080 +والإنسانية أيضًا حديث يالى رجال لحرة موقودة قال + +399 +00:33:18,080 --> 00:33:24,760 +موقودة وذلك لأن من يأد هذه الخلافة هم أهلها هذا ما + +400 +00:33:24,760 --> 00:33:31,580 +بتقول الله طبعا أقول لكم يا خلود نقول + +401 +00:33:31,580 --> 00:33:41,020 +إنه .. إن الشاعر أحمد شوقي قد استفرغ الكثير من + +402 +00:33:41,020 --> 00:33:46,120 +المواهب والأدوات الشعرية وعناصر التشكيل الجمالي في + +403 +00:33:46,120 --> 00:33:52,700 +هذه القصيدة الرائعة وما ذكرناه وما ذكرته زميلتكم + +404 +00:33:52,700 --> 00:34:00,000 +خلود هو عبارة عن تمثيل لهذه الأدوات الشعرية أو + +405 +00:34:00,000 --> 00:34:05,940 +عناصر التشكيل الشعري وهناك جملة من العناصر تحتاج + +406 +00:34:05,940 --> 00:34:10,780 +إلى شيء من الدرس وشيء من التحليل نقف إلى هذا الحد + +407 +00:34:10,780 --> 00:34:13,680 +في هذه المحاضرة ونكمل إن شاء الله المحاضرة القادمة + +408 +00:34:13,680 --> 00:34:21,820 +أيضا في مدارسة ما سبق من النص إن شاء الله والسلام + +409 +00:34:21,820 --> 00:34:24,320 +عليكم ورحمة الله وبركاته diff --git a/PL9fwy3NUQKwbvX-idZnsXAzsMZTojRWzu/VTjSfCy1l8s_raw.json b/PL9fwy3NUQKwbvX-idZnsXAzsMZTojRWzu/VTjSfCy1l8s_raw.json new file mode 100644 index 0000000000000000000000000000000000000000..a306264683d06d635e359a3feac630e2213b4fab --- /dev/null +++ b/PL9fwy3NUQKwbvX-idZnsXAzsMZTojRWzu/VTjSfCy1l8s_raw.json @@ -0,0 +1 @@ +{"segments": [{"id": 1, "seek": 3381, "start": 20.91, "end": 33.81, "text": "أعوذ بالله من الشيطان الرجيم بسم الله الرحمن الرحيم الحمد لله والصلاة والسلام على رسول الله وبعد السلام عليكم ورحمة الله وبركاته أهلا وسهلا بالجميع", "tokens": [10721, 3615, 2407, 8848, 20666, 43761, 9154, 25124, 1829, 9566, 7649, 34892, 7435, 32640, 4724, 38251, 21984, 34892, 5016, 27842, 34892, 5016, 32640, 21542, 2304, 3215, 24976, 3224, 16070, 9381, 15040, 3660, 16070, 3794, 37440, 15844, 12602, 3794, 12610, 21984, 46599, 22488, 21136, 37440, 25894, 24793, 4032, 2288, 35571, 3660, 21984, 4032, 26890, 4117, 9307, 3224, 5551, 3224, 15040, 46952, 3224, 15040, 20666, 7435, 2304, 40228], "avg_logprob": -0.09759794642676169, "compression_ratio": 1.9424460431654675, "no_speech_prob": 6.616115570068359e-06, "words": [{"start": 20.91, "end": 21.27, "word": "أعوذ", "probability": 0.8172607421875}, {"start": 21.27, "end": 21.51, "word": " بالله", "probability": 0.97314453125}, {"start": 21.51, "end": 21.63, "word": " من", "probability": 0.96533203125}, {"start": 21.63, "end": 22.09, "word": " الشيطان", "probability": 0.85736083984375}, {"start": 22.09, "end": 22.45, "word": " الرجيم", "probability": 0.9658203125}, {"start": 22.45, "end": 22.69, "word": " بسم", "probability": 0.76123046875}, {"start": 22.69, "end": 22.85, "word": " الله", "probability": 0.966796875}, {"start": 22.85, "end": 23.27, "word": " الرحمن", "probability": 0.970703125}, {"start": 23.27, "end": 23.79, "word": " الرحيم", "probability": 0.99609375}, {"start": 23.79, "end": 24.21, "word": " الحمد", "probability": 0.8883463541666666}, {"start": 24.21, "end": 24.49, "word": " لله", "probability": 0.931884765625}, {"start": 24.49, "end": 24.95, "word": " والصلاة", "probability": 0.8826904296875}, {"start": 24.95, "end": 25.43, "word": " والسلام", "probability": 0.9772135416666666}, {"start": 25.43, "end": 25.73, "word": " على", "probability": 0.8525390625}, {"start": 25.73, "end": 26.21, "word": " رسول", "probability": 0.99462890625}, {"start": 26.21, "end": 26.43, "word": " الله", "probability": 0.9638671875}, {"start": 26.43, "end": 26.99, "word": " وبعد", "probability": 0.685791015625}, {"start": 26.99, "end": 28.43, "word": " السلام", "probability": 0.973876953125}, {"start": 28.43, "end": 28.97, "word": " عليكم", "probability": 0.6600341796875}, {"start": 28.97, "end": 29.71, "word": " ورحمة", "probability": 0.9786376953125}, {"start": 29.71, "end": 30.15, "word": " الله", "probability": 0.97412109375}, {"start": 30.15, "end": 31.83, "word": " وبركاته", "probability": 0.96953125}, {"start": 31.83, "end": 32.51, "word": " أهلا", "probability": 0.9695638020833334}, {"start": 32.51, "end": 33.11, "word": " وسهلا", "probability": 0.9171549479166666}, {"start": 33.11, "end": 33.81, "word": " بالجميع", "probability": 0.98046875}], "temperature": 1.0}, {"id": 2, "seek": 5909, "start": 35.23, "end": 59.09, "text": "في المحاضرة الماضية توقفنا عند مآخذ على سيرة الأيام للكاتب المصري طوا حسين سنتحدث عن نوعين من المآخر مآخر تتعلق بالمضمون مضمونية ومآخر تتعلق بالشكل الفني بشروط كتابة السيرة الذاتية", "tokens": [41185, 9673, 5016, 46958, 25720, 9673, 46958, 10632, 6055, 30543, 5172, 8315, 43242, 3714, 148, 95, 9778, 8848, 15844, 8608, 48923, 16247, 1829, 10943, 5296, 23275, 9307, 3555, 9673, 9381, 16572, 23032, 14407, 11331, 3794, 9957, 8608, 29399, 24401, 12984, 18871, 8717, 45367, 9957, 9154, 9673, 148, 95, 34740, 3714, 148, 95, 34740, 6055, 2655, 30241, 4587, 20666, 2304, 11242, 2304, 11536, 3714, 11242, 2304, 11536, 10632, 4032, 2304, 148, 95, 34740, 6055, 2655, 30241, 4587, 20666, 8592, 28820, 27188, 22653, 4724, 8592, 32887, 9566, 9122, 2655, 16758, 3660, 21136, 48923, 32545, 9307, 10632], "avg_logprob": -0.08741776425587504, "compression_ratio": 1.935672514619883, "no_speech_prob": 2.6226043701171875e-06, "words": [{"start": 35.23, "end": 35.77, "word": "في", "probability": 0.955078125}, {"start": 35.77, "end": 36.61, "word": " المحاضرة", "probability": 0.9840087890625}, {"start": 36.61, "end": 37.21, "word": " الماضية", "probability": 0.9925130208333334}, {"start": 37.21, "end": 37.95, "word": " توقفنا", "probability": 0.87139892578125}, {"start": 37.95, "end": 38.31, "word": " عند", "probability": 0.99267578125}, {"start": 38.31, "end": 39.47, "word": " مآخذ", "probability": 0.8990234375}, {"start": 39.47, "end": 40.19, "word": " على", "probability": 0.8818359375}, {"start": 40.19, "end": 41.47, "word": " سيرة", "probability": 0.94091796875}, {"start": 41.47, "end": 42.41, "word": " الأيام", "probability": 0.9278971354166666}, {"start": 42.41, "end": 43.81, "word": " للكاتب", "probability": 0.906494140625}, {"start": 43.81, "end": 44.37, "word": " المصري", "probability": 0.9768880208333334}, {"start": 44.37, "end": 44.71, "word": " طوا", "probability": 0.5582275390625}, {"start": 44.71, "end": 45.23, "word": " حسين", "probability": 0.83447265625}, {"start": 45.23, "end": 46.87, "word": " سنتحدث", "probability": 0.97509765625}, {"start": 46.87, "end": 47.29, "word": " عن", "probability": 0.49560546875}, {"start": 47.29, "end": 47.79, "word": " نوعين", "probability": 0.9881184895833334}, {"start": 47.79, "end": 47.97, "word": " من", "probability": 0.98095703125}, {"start": 47.97, "end": 48.67, "word": " المآخر", "probability": 0.9613037109375}, {"start": 48.67, "end": 49.95, "word": " مآخر", "probability": 0.8184814453125}, {"start": 49.95, "end": 50.59, "word": " تتعلق", "probability": 0.986572265625}, {"start": 50.59, "end": 51.45, "word": " بالمضمون", "probability": 0.98134765625}, {"start": 51.45, "end": 52.57, "word": " مضمونية", "probability": 0.92158203125}, {"start": 52.57, "end": 53.65, "word": " ومآخر", "probability": 0.96572265625}, {"start": 53.65, "end": 54.51, "word": " تتعلق", "probability": 0.9852294921875}, {"start": 54.51, "end": 55.05, "word": " بالشكل", "probability": 0.9816080729166666}, {"start": 55.05, "end": 55.61, "word": " الفني", "probability": 0.92333984375}, {"start": 55.61, "end": 56.99, "word": " بشروط", "probability": 0.79620361328125}, {"start": 56.99, "end": 57.63, "word": " كتابة", "probability": 0.998046875}, {"start": 57.63, "end": 58.17, "word": " السيرة", "probability": 0.954345703125}, {"start": 58.17, "end": 59.09, "word": " الذاتية", "probability": 0.9959309895833334}], "temperature": 1.0}, {"id": 3, "seek": 8796, "start": 61.56, "end": 87.96, "text": "ولنبدأ أولا بما نطلق عليه مآخذ فنية الملاحظ نطاه حسين في كتابه الأيام استخدم أكثر من مرآة للأنى في السيرة الذاتية يجب أن نستخدم مرآة واحدة يعني مرآة الأنا", "tokens": [12610, 1863, 44510, 10721, 5551, 12610, 995, 4724, 15042, 8717, 9566, 1211, 4587, 47356, 3714, 148, 95, 9778, 8848, 6156, 1863, 10632, 9673, 15040, 5016, 19913, 8717, 9566, 40294, 11331, 3794, 9957, 8978, 9122, 2655, 16758, 3224, 16247, 1829, 10943, 44713, 9778, 40448, 5551, 4117, 49115, 9154, 3714, 2288, 148, 95, 3660, 24976, 33456, 7578, 8978, 21136, 48923, 32545, 9307, 10632, 7251, 7435, 3555, 14739, 8717, 14851, 9778, 40448, 3714, 2288, 148, 95, 3660, 36764, 24401, 3660, 37495, 22653, 3714, 2288, 148, 95, 3660, 16247, 8315], "avg_logprob": -0.12652657634910497, "compression_ratio": 1.7610062893081762, "no_speech_prob": 1.0728836059570312e-06, "words": [{"start": 61.56, "end": 62.42, "word": "ولنبدأ", "probability": 0.8980712890625}, {"start": 62.42, "end": 63.02, "word": " أولا", "probability": 0.9153645833333334}, {"start": 63.02, "end": 63.66, "word": " بما", "probability": 0.907958984375}, {"start": 63.66, "end": 64.44, "word": " نطلق", "probability": 0.982177734375}, {"start": 64.44, "end": 64.9, "word": " عليه", "probability": 0.986328125}, {"start": 64.9, "end": 65.7, "word": " مآخذ", "probability": 0.8939453125}, {"start": 65.7, "end": 66.32, "word": " فنية", "probability": 0.8279622395833334}, {"start": 66.32, "end": 71.36, "word": " الملاحظ", "probability": 0.9766845703125}, {"start": 71.36, "end": 71.82, "word": " نطاه", "probability": 0.7263997395833334}, {"start": 71.82, "end": 72.32, "word": " حسين", "probability": 0.9869791666666666}, {"start": 72.32, "end": 72.62, "word": " في", "probability": 0.91015625}, {"start": 72.62, "end": 73.44, "word": " كتابه", "probability": 0.995849609375}, {"start": 73.44, "end": 74.38, "word": " الأيام", "probability": 0.7897135416666666}, {"start": 74.38, "end": 76.08, "word": " استخدم", "probability": 0.94580078125}, {"start": 76.08, "end": 76.9, "word": " أكثر", "probability": 0.94091796875}, {"start": 76.9, "end": 77.16, "word": " من", "probability": 0.99462890625}, {"start": 77.16, "end": 77.94, "word": " مرآة", "probability": 0.8517578125}, {"start": 77.94, "end": 78.7, "word": " للأنى", "probability": 0.583984375}, {"start": 78.7, "end": 79.4, "word": " في", "probability": 0.7724609375}, {"start": 79.4, "end": 79.74, "word": " السيرة", "probability": 0.86669921875}, {"start": 79.74, "end": 80.46, "word": " الذاتية", "probability": 0.9908854166666666}, {"start": 80.46, "end": 81.82, "word": " يجب", "probability": 0.9052734375}, {"start": 81.82, "end": 81.96, "word": " أن", "probability": 0.86962890625}, {"start": 81.96, "end": 82.7, "word": " نستخدم", "probability": 0.9908447265625}, {"start": 82.7, "end": 84.14, "word": " مرآة", "probability": 0.97802734375}, {"start": 84.14, "end": 84.68, "word": " واحدة", "probability": 0.9869791666666666}, {"start": 84.68, "end": 84.82, "word": " يعني", "probability": 0.693115234375}, {"start": 84.82, "end": 85.62, "word": " مرآة", "probability": 0.97451171875}, {"start": 85.62, "end": 87.96, "word": " الأنا", "probability": 0.5008544921875}], "temperature": 1.0}, {"id": 4, "seek": 11818, "start": 90.94, "end": 118.18, "text": "صوت الأنا هو الصوت الذي يجب أن يتحرك في سد السيرة الذاتية ويجب أن تكون الأنا واضحة وجالية لا تتخفى ولا تتسطر ورا مرايا أخرى أو تعرض نفسها بطرق احتيالية أو طرق أخرى طاع حسين استخدم أكثر من مرآة للحديث عن الذات", "tokens": [9381, 35473, 16247, 8315, 31439, 31767, 35473, 43527, 7251, 7435, 3555, 14739, 7251, 2655, 5016, 31747, 8978, 8608, 3215, 21136, 48923, 32545, 9307, 10632, 4032, 1829, 7435, 3555, 14739, 6055, 30544, 16247, 8315, 4032, 46958, 5016, 3660, 49610, 6027, 10632, 20193, 6055, 2655, 9778, 5172, 7578, 49429, 6055, 2655, 3794, 9566, 2288, 4032, 23557, 3714, 23557, 25528, 5551, 34740, 7578, 34051, 37279, 43042, 8717, 36178, 11296, 4724, 9566, 2288, 4587, 1975, 33753, 1829, 6027, 10632, 34051, 23032, 2288, 4587, 5551, 34740, 7578, 23032, 45761, 11331, 3794, 9957, 44713, 9778, 40448, 5551, 4117, 49115, 9154, 3714, 2288, 148, 95, 3660, 24976, 5016, 16254, 12984, 18871, 32545, 9307], "avg_logprob": -0.12156834126075852, "compression_ratio": 1.9230769230769231, "no_speech_prob": 8.52346420288086e-06, "words": [{"start": 90.94, "end": 91.5, "word": "صوت", "probability": 0.946044921875}, {"start": 91.5, "end": 91.96, "word": " الأنا", "probability": 0.66552734375}, {"start": 91.96, "end": 92.24, "word": " هو", "probability": 0.9814453125}, {"start": 92.24, "end": 92.66, "word": " الصوت", "probability": 0.9619140625}, {"start": 92.66, "end": 92.94, "word": " الذي", "probability": 0.7763671875}, {"start": 92.94, "end": 93.56, "word": " يجب", "probability": 0.99169921875}, {"start": 93.56, "end": 94.82, "word": " أن", "probability": 0.8310546875}, {"start": 94.82, "end": 95.68, "word": " يتحرك", "probability": 0.992431640625}, {"start": 95.68, "end": 96.78, "word": " في", "probability": 0.9755859375}, {"start": 96.78, "end": 97.14, "word": " سد", "probability": 0.6015625}, {"start": 97.14, "end": 97.52, "word": " السيرة", "probability": 0.7978515625}, {"start": 97.52, "end": 98.12, "word": " الذاتية", "probability": 0.994140625}, {"start": 98.12, "end": 99.12, "word": " ويجب", "probability": 0.9288330078125}, {"start": 99.12, "end": 99.24, "word": " أن", "probability": 0.9189453125}, {"start": 99.24, "end": 99.54, "word": " تكون", "probability": 0.98681640625}, {"start": 99.54, "end": 100.0, "word": " الأنا", "probability": 0.91259765625}, {"start": 100.0, "end": 101.02, "word": " واضحة", "probability": 0.9833984375}, {"start": 101.02, "end": 101.82, "word": " وجالية", "probability": 0.90673828125}, {"start": 101.82, "end": 102.52, "word": " لا", "probability": 0.693359375}, {"start": 102.52, "end": 103.4, "word": " تتخفى", "probability": 0.94345703125}, {"start": 103.4, "end": 103.58, "word": " ولا", "probability": 0.91552734375}, {"start": 103.58, "end": 104.58, "word": " تتسطر", "probability": 0.921484375}, {"start": 104.58, "end": 105.78, "word": " ورا", "probability": 0.96337890625}, {"start": 105.78, "end": 106.76, "word": " مرايا", "probability": 0.9391276041666666}, {"start": 106.76, "end": 107.44, "word": " أخرى", "probability": 0.96728515625}, {"start": 107.44, "end": 107.66, "word": " أو", "probability": 0.89111328125}, {"start": 107.66, "end": 108.14, "word": " تعرض", "probability": 0.966064453125}, {"start": 108.14, "end": 109.58, "word": " نفسها", "probability": 0.7918294270833334}, {"start": 109.58, "end": 110.58, "word": " بطرق", "probability": 0.9630126953125}, {"start": 110.58, "end": 112.96, "word": " احتيالية", "probability": 0.86982421875}, {"start": 112.96, "end": 113.24, "word": " أو", "probability": 0.734375}, {"start": 113.24, "end": 113.66, "word": " طرق", "probability": 0.9705403645833334}, {"start": 113.66, "end": 114.6, "word": " أخرى", "probability": 0.9568684895833334}, {"start": 114.6, "end": 114.9, "word": " طاع", "probability": 0.515869140625}, {"start": 114.9, "end": 115.18, "word": " حسين", "probability": 0.9228515625}, {"start": 115.18, "end": 115.66, "word": " استخدم", "probability": 0.94970703125}, {"start": 115.66, "end": 115.94, "word": " أكثر", "probability": 0.8819986979166666}, {"start": 115.94, "end": 116.12, "word": " من", "probability": 0.990234375}, {"start": 116.12, "end": 116.76, "word": " مرآة", "probability": 0.727392578125}, {"start": 116.76, "end": 117.48, "word": " للحديث", "probability": 0.9571533203125}, {"start": 117.48, "end": 117.68, "word": " عن", "probability": 0.99658203125}, {"start": 117.68, "end": 118.18, "word": " الذات", "probability": 0.9951171875}], "temperature": 1.0}, {"id": 5, "seek": 14615, "start": 119.47, "end": 146.15, "text": "مرة استخدم مفردة الصبي ومرة الغلام ومرة الفتى ومرة صاحبنا هذه المرايا جميعها للذات تشتت ذهن القارئ وتتحايل على المتلقي وتلقي شيئا من المسئولية السردية والمسئولية التاريخية عن الأنا اتجاه", "tokens": [2304, 25720, 44713, 9778, 40448, 3714, 5172, 2288, 41891, 31767, 21292, 4032, 2304, 25720, 6024, 118, 37440, 4032, 2304, 25720, 27188, 49975, 4032, 2304, 25720, 20328, 39319, 3555, 8315, 29538, 9673, 23557, 25528, 10874, 2304, 40228, 11296, 24976, 8848, 9307, 6055, 8592, 2655, 2655, 29910, 3224, 1863, 25062, 9640, 19986, 34683, 2655, 5016, 995, 26895, 15844, 9673, 2655, 1211, 38436, 34683, 1211, 38436, 44049, 19986, 995, 9154, 9673, 3794, 19986, 12610, 10632, 21136, 2288, 3215, 10632, 16070, 2304, 3794, 19986, 12610, 10632, 16712, 9640, 1829, 9778, 10632, 18871, 16247, 8315, 1975, 2655, 7435, 40294], "avg_logprob": -0.10197368311254602, "compression_ratio": 1.9488636363636365, "no_speech_prob": 7.271766662597656e-06, "words": [{"start": 119.47, "end": 120.05, "word": "مرة", "probability": 0.71484375}, {"start": 120.05, "end": 121.17, "word": " استخدم", "probability": 0.8963216145833334}, {"start": 121.17, "end": 122.11, "word": " مفردة", "probability": 0.80584716796875}, {"start": 122.11, "end": 122.63, "word": " الصبي", "probability": 0.86962890625}, {"start": 122.63, "end": 123.75, "word": " ومرة", "probability": 0.8014322916666666}, {"start": 123.75, "end": 124.39, "word": " الغلام", "probability": 0.8937174479166666}, {"start": 124.39, "end": 125.11, "word": " ومرة", "probability": 0.9236653645833334}, {"start": 125.11, "end": 125.67, "word": " الفتى", "probability": 0.9423828125}, {"start": 125.67, "end": 126.43, "word": " ومرة", "probability": 0.9593098958333334}, {"start": 126.43, "end": 127.21, "word": " صاحبنا", "probability": 0.99072265625}, {"start": 127.21, "end": 128.79, "word": " هذه", "probability": 0.92138671875}, {"start": 128.79, "end": 129.61, "word": " المرايا", "probability": 0.8958333333333334}, {"start": 129.61, "end": 130.95, "word": " جميعها", "probability": 0.990966796875}, {"start": 130.95, "end": 131.61, "word": " للذات", "probability": 0.9274088541666666}, {"start": 131.61, "end": 132.89, "word": " تشتت", "probability": 0.950927734375}, {"start": 132.89, "end": 133.43, "word": " ذهن", "probability": 0.9837239583333334}, {"start": 133.43, "end": 134.11, "word": " القارئ", "probability": 0.9646809895833334}, {"start": 134.11, "end": 135.75, "word": " وتتحايل", "probability": 0.8701171875}, {"start": 135.75, "end": 136.27, "word": " على", "probability": 0.8916015625}, {"start": 136.27, "end": 137.15, "word": " المتلقي", "probability": 0.9124755859375}, {"start": 137.15, "end": 139.15, "word": " وتلقي", "probability": 0.8717447916666666}, {"start": 139.15, "end": 139.81, "word": " شيئا", "probability": 0.8562825520833334}, {"start": 139.81, "end": 140.01, "word": " من", "probability": 0.966796875}, {"start": 140.01, "end": 140.83, "word": " المسئولية", "probability": 0.8970703125}, {"start": 140.83, "end": 141.65, "word": " السردية", "probability": 0.9727783203125}, {"start": 141.65, "end": 142.69, "word": " والمسئولية", "probability": 0.9197591145833334}, {"start": 142.69, "end": 143.75, "word": " التاريخية", "probability": 0.99765625}, {"start": 143.75, "end": 144.65, "word": " عن", "probability": 0.98388671875}, {"start": 144.65, "end": 145.11, "word": " الأنا", "probability": 0.7744140625}, {"start": 145.11, "end": 146.15, "word": " اتجاه", "probability": 0.970458984375}], "temperature": 1.0}, {"id": 6, "seek": 16915, "start": 146.49, "end": 169.15, "text": "هذه المرآة الوهمية وهي مرآة وهمية لم تعود موجودة الصبي لم يعود موجودا والغلام لم يعود موجودا والفتى لم يعود موجودا وصاحبنا لم يعود موجودا من الآن الموجود والباقي هو الأنا التي يجب أن تتحدث وتتحمل مسئولية الفنية والمسئولية التاريخية كذلك عن أفعالها", "tokens": [3224, 24192, 9673, 2288, 148, 95, 3660, 2423, 2407, 16095, 10632, 37037, 1829, 3714, 2288, 148, 95, 3660, 4032, 16095, 10632, 32767, 37279, 23328, 3714, 29245, 23328, 3660, 31767, 21292, 32767, 37495, 23328, 3714, 29245, 23328, 995, 16070, 17082, 37440, 32767, 37495, 23328, 3714, 29245, 23328, 995, 16070, 5172, 49975, 32767, 37495, 23328, 3714, 29245, 23328, 995, 4032, 9381, 39319, 3555, 8315, 32767, 37495, 23328, 3714, 29245, 23328, 995, 9154, 6024, 48506, 9673, 29245, 23328, 16070, 3555, 995, 38436, 31439, 16247, 8315, 38392, 7251, 7435, 3555, 14739, 6055, 2655, 24401, 12984, 34683, 2655, 35571, 1211, 47524, 19986, 12610, 10632, 27188, 1863, 10632, 16070, 2304, 3794, 19986, 12610, 10632, 16712, 9640, 1829, 9778, 10632, 9122, 8848, 23275, 18871, 5551, 5172, 3615, 6027, 11296], "avg_logprob": -0.09787855569909258, "compression_ratio": 2.3664921465968587, "no_speech_prob": 5.334615707397461e-05, "words": [{"start": 146.49, "end": 147.13, "word": "هذه", "probability": 0.962158203125}, {"start": 147.13, "end": 147.73, "word": " المرآة", "probability": 0.815478515625}, {"start": 147.73, "end": 148.39, "word": " الوهمية", "probability": 0.96630859375}, {"start": 148.39, "end": 148.63, "word": " وهي", "probability": 0.6358642578125}, {"start": 148.63, "end": 148.91, "word": " مرآة", "probability": 0.95283203125}, {"start": 148.91, "end": 149.25, "word": " وهمية", "probability": 0.9873046875}, {"start": 149.25, "end": 149.37, "word": " لم", "probability": 0.9248046875}, {"start": 149.37, "end": 149.67, "word": " تعود", "probability": 0.75146484375}, {"start": 149.67, "end": 150.23, "word": " موجودة", "probability": 0.9892578125}, {"start": 150.23, "end": 151.01, "word": " الصبي", "probability": 0.825927734375}, {"start": 151.01, "end": 151.15, "word": " لم", "probability": 0.96533203125}, {"start": 151.15, "end": 151.43, "word": " يعود", "probability": 0.71337890625}, {"start": 151.43, "end": 152.11, "word": " موجودا", "probability": 0.968017578125}, {"start": 152.11, "end": 153.37, "word": " والغلام", "probability": 0.8269856770833334}, {"start": 153.37, "end": 153.57, "word": " لم", "probability": 0.9765625}, {"start": 153.57, "end": 153.87, "word": " يعود", "probability": 0.87451171875}, {"start": 153.87, "end": 154.45, "word": " موجودا", "probability": 0.98974609375}, {"start": 154.45, "end": 154.93, "word": " والفتى", "probability": 0.8680013020833334}, {"start": 154.93, "end": 155.09, "word": " لم", "probability": 0.97705078125}, {"start": 155.09, "end": 155.39, "word": " يعود", "probability": 0.893310546875}, {"start": 155.39, "end": 155.93, "word": " موجودا", "probability": 0.9876708984375}, {"start": 155.93, "end": 156.59, "word": " وصاحبنا", "probability": 0.9720703125}, {"start": 156.59, "end": 156.73, "word": " لم", "probability": 0.98046875}, {"start": 156.73, "end": 157.01, "word": " يعود", "probability": 0.92578125}, {"start": 157.01, "end": 157.83, "word": " موجودا", "probability": 0.9700927734375}, {"start": 157.83, "end": 158.15, "word": " من", "probability": 0.73974609375}, {"start": 158.15, "end": 158.43, "word": " الآن", "probability": 0.6341552734375}, {"start": 158.43, "end": 159.01, "word": " الموجود", "probability": 0.9871419270833334}, {"start": 159.01, "end": 159.75, "word": " والباقي", "probability": 0.9549560546875}, {"start": 159.75, "end": 160.43, "word": " هو", "probability": 0.7001953125}, {"start": 160.43, "end": 160.85, "word": " الأنا", "probability": 0.74609375}, {"start": 160.85, "end": 161.19, "word": " التي", "probability": 0.857421875}, {"start": 161.19, "end": 161.43, "word": " يجب", "probability": 0.9908854166666666}, {"start": 161.43, "end": 161.53, "word": " أن", "probability": 0.76806640625}, {"start": 161.53, "end": 162.11, "word": " تتحدث", "probability": 0.994873046875}, {"start": 162.11, "end": 162.77, "word": " وتتحمل", "probability": 0.9171142578125}, {"start": 162.77, "end": 163.55, "word": " مسئولية", "probability": 0.8765869140625}, {"start": 163.55, "end": 164.99, "word": " الفنية", "probability": 0.9757486979166666}, {"start": 164.99, "end": 166.09, "word": " والمسئولية", "probability": 0.9252115885416666}, {"start": 166.09, "end": 166.73, "word": " التاريخية", "probability": 0.99267578125}, {"start": 166.73, "end": 167.31, "word": " كذلك", "probability": 0.9947916666666666}, {"start": 167.31, "end": 168.25, "word": " عن", "probability": 0.99462890625}, {"start": 168.25, "end": 169.15, "word": " أفعالها", "probability": 0.98388671875}], "temperature": 1.0}, {"id": 7, "seek": 19489, "start": 169.49, "end": 194.89, "text": "أو عن ما قامت به في ماضيها الصبر لماذا لجأ طاه حسين إلى لعبة الضمائع؟ لماذا لجأ إلى هذه اللعبة أو الحيلة السردية في رايو كونه؟ لماذا لجأ طاه حسين إلى ذلك؟ ايوة تفضل يا أخوتي لفت الانتباه لنفسه يعني ولا لفت الانتباه عن نفسه؟", "tokens": [10721, 2407, 18871, 19446, 12174, 10943, 2655, 39627, 8978, 3714, 46958, 1829, 11296, 31767, 26890, 32767, 45636, 995, 5296, 7435, 10721, 23032, 40294, 11331, 3794, 9957, 30731, 5296, 3615, 49401, 6024, 114, 2304, 16373, 3615, 22807, 32767, 45636, 995, 5296, 7435, 10721, 30731, 29538, 13672, 3615, 49401, 34051, 21542, 26895, 3660, 21136, 2288, 3215, 10632, 8978, 12602, 47302, 2407, 9122, 11536, 3224, 22807, 32767, 45636, 995, 5296, 7435, 10721, 23032, 40294, 11331, 3794, 9957, 30731, 29910, 23275, 22807, 1975, 1829, 2407, 3660, 6055, 5172, 11242, 1211, 35186, 5551, 9778, 2407, 31371, 5296, 5172, 2655, 2423, 7649, 2655, 3555, 40294, 5296, 1863, 36178, 3224, 37495, 22653, 49429, 5296, 5172, 2655, 2423, 7649, 2655, 3555, 40294, 18871, 8717, 36178, 3224, 22807], "avg_logprob": -0.17070312313735486, "compression_ratio": 2.082901554404145, "no_speech_prob": 1.3470649719238281e-05, "words": [{"start": 169.49, "end": 169.93, "word": "أو", "probability": 0.9482421875}, {"start": 169.93, "end": 170.23, "word": " عن", "probability": 0.95263671875}, {"start": 170.23, "end": 170.61, "word": " ما", "probability": 0.921875}, {"start": 170.61, "end": 171.19, "word": " قامت", "probability": 0.99462890625}, {"start": 171.19, "end": 171.49, "word": " به", "probability": 0.9052734375}, {"start": 171.49, "end": 172.21, "word": " في", "probability": 0.94677734375}, {"start": 172.21, "end": 172.91, "word": " ماضيها", "probability": 0.932373046875}, {"start": 172.91, "end": 173.95, "word": " الصبر", "probability": 0.755615234375}, {"start": 173.95, "end": 174.57, "word": " لماذا", "probability": 0.8048502604166666}, {"start": 174.57, "end": 174.91, "word": " لجأ", "probability": 0.9544270833333334}, {"start": 174.91, "end": 175.27, "word": " طاه", "probability": 0.4508056640625}, {"start": 175.27, "end": 175.75, "word": " حسين", "probability": 0.9744466145833334}, {"start": 175.75, "end": 176.13, "word": " إلى", "probability": 0.90869140625}, {"start": 176.13, "end": 177.23, "word": " لعبة", "probability": 0.9814453125}, {"start": 177.23, "end": 178.15, "word": " الضمائع؟", "probability": 0.7828776041666666}, {"start": 178.15, "end": 178.37, "word": " لماذا", "probability": 0.95458984375}, {"start": 178.37, "end": 178.69, "word": " لجأ", "probability": 0.9807942708333334}, {"start": 178.69, "end": 178.83, "word": " إلى", "probability": 0.77978515625}, {"start": 178.83, "end": 179.15, "word": " هذه", "probability": 0.98681640625}, {"start": 179.15, "end": 179.57, "word": " اللعبة", "probability": 0.9900716145833334}, {"start": 179.57, "end": 179.75, "word": " أو", "probability": 0.83447265625}, {"start": 179.75, "end": 180.15, "word": " الحيلة", "probability": 0.8580729166666666}, {"start": 180.15, "end": 180.83, "word": " السردية", "probability": 0.9739990234375}, {"start": 180.83, "end": 181.65, "word": " في", "probability": 0.73974609375}, {"start": 181.65, "end": 182.05, "word": " رايو", "probability": 0.629638671875}, {"start": 182.05, "end": 182.61, "word": " كونه؟", "probability": 0.7607421875}, {"start": 182.61, "end": 182.87, "word": " لماذا", "probability": 0.9513346354166666}, {"start": 182.87, "end": 183.13, "word": " لجأ", "probability": 0.9884440104166666}, {"start": 183.13, "end": 183.29, "word": " طاه", "probability": 0.940185546875}, {"start": 183.29, "end": 183.59, "word": " حسين", "probability": 0.99658203125}, {"start": 183.59, "end": 183.77, "word": " إلى", "probability": 0.96337890625}, {"start": 183.77, "end": 187.37, "word": " ذلك؟", "probability": 0.9856770833333334}, {"start": 187.37, "end": 188.15, "word": " ايوة", "probability": 0.62030029296875}, {"start": 188.15, "end": 188.57, "word": " تفضل", "probability": 0.7252197265625}, {"start": 188.57, "end": 188.67, "word": " يا", "probability": 0.94775390625}, {"start": 188.67, "end": 188.87, "word": " أخوتي", "probability": 0.641387939453125}, {"start": 188.87, "end": 191.59, "word": " لفت", "probability": 0.7344156901041666}, {"start": 191.59, "end": 192.19, "word": " الانتباه", "probability": 0.94658203125}, {"start": 192.19, "end": 193.07, "word": " لنفسه", "probability": 0.958740234375}, {"start": 193.07, "end": 193.33, "word": " يعني", "probability": 0.947021484375}, {"start": 193.33, "end": 193.51, "word": " ولا", "probability": 0.5068359375}, {"start": 193.51, "end": 193.83, "word": " لفت", "probability": 0.98046875}, {"start": 193.83, "end": 194.17, "word": " الانتباه", "probability": 0.9701171875}, {"start": 194.17, "end": 194.33, "word": " عن", "probability": 0.8447265625}, {"start": 194.33, "end": 194.89, "word": " نفسه؟", "probability": 0.888671875}], "temperature": 1.0}, {"id": 8, "seek": 22256, "start": 196.04, "end": 222.56, "text": "لافة الانتباه للقارة تشغيل فكر القارة تشغيل فكر القارة تشغيل فكر القارة تشغيل فكر القارة تشغيل فكر القارة تشغيل فكر القارة تشغيل فكر القارة تشغيل فكر القارة تشغيل فكر القارة تشغيل فكر القارة تشغيل فكر القارة تشغيل فكر القارة تشغيل فكر القارة تشغيل فكر القارة تشغيل فكر القارة تشغيل فكر القارة تشغيل فكر القارة تشغيل فكر القارة تشغيل فكر القارة تشغيل فكر القارة تشغيل فكر القارة تشغيل فكر القارة تشغيل فكر القارة تشغيل ف", "tokens": [15040, 5172, 3660, 2423, 7649, 2655, 3555, 40294, 24976, 4587, 9640, 3660, 6055, 8592, 17082, 26895, 6156, 37983, 25062, 9640, 3660, 6055, 8592, 17082, 26895, 6156, 37983, 25062, 9640, 3660, 6055, 8592, 17082, 26895, 6156, 37983, 25062, 9640, 3660, 6055, 8592, 17082, 26895, 6156, 37983, 25062, 9640, 3660, 6055, 8592, 17082, 26895, 6156, 37983, 25062, 9640, 3660, 6055, 8592, 17082, 26895, 6156, 37983, 25062, 9640, 3660, 6055, 8592, 17082, 26895, 6156, 37983, 25062, 9640, 3660, 6055, 8592, 17082, 26895, 6156, 37983, 25062, 9640, 3660, 6055, 8592, 17082, 26895, 6156, 37983, 25062, 9640, 3660, 6055, 8592, 17082, 26895, 6156, 37983, 25062, 9640, 3660, 6055, 8592, 17082, 26895, 6156, 37983, 25062, 9640, 3660, 6055, 8592, 17082, 26895, 6156, 37983, 25062, 9640, 3660, 6055, 8592, 17082, 26895, 6156, 37983, 25062, 9640, 3660, 6055, 8592, 17082, 26895, 6156, 37983, 25062, 9640, 3660, 6055, 8592, 17082, 26895, 6156, 37983, 25062, 9640, 3660, 6055, 8592, 17082, 26895, 6156, 37983, 25062, 9640, 3660, 6055, 8592, 17082, 26895, 6156, 37983, 25062, 9640, 3660, 6055, 8592, 17082, 26895, 6156, 37983, 25062, 9640, 3660, 6055, 8592, 17082, 26895, 6156, 37983, 25062, 9640, 3660, 6055, 8592, 17082, 26895, 6156, 37983, 25062, 9640, 3660, 6055, 8592, 17082, 26895, 6156, 37983, 25062, 9640, 3660, 6055, 8592, 17082, 26895, 6156, 37983, 25062, 9640, 3660, 6055, 8592, 17082, 26895, 6156, 37983, 25062, 9640, 3660, 6055, 8592, 17082, 26895, 6156], "avg_logprob": -0.0738194465637207, "compression_ratio": 11.417910447761194, "no_speech_prob": 5.960464477539063e-08, "words": [{"start": 196.04, "end": 196.4, "word": "لافة", "probability": 0.4465738932291667}, {"start": 196.4, "end": 197.4, "word": " الانتباه", "probability": 0.883984375}, {"start": 197.4, "end": 197.98, "word": " للقارة", "probability": 0.96923828125}, {"start": 197.98, "end": 199.08, "word": " تشغيل", "probability": 0.8577880859375}, {"start": 199.08, "end": 199.36, "word": " فكر", "probability": 0.5931396484375}, {"start": 199.36, "end": 199.94, "word": " القارة", "probability": 0.9728190104166666}, {"start": 199.94, "end": 200.98, "word": " تشغيل", "probability": 0.80841064453125}, {"start": 200.98, "end": 201.28, "word": " فكر", "probability": 0.74755859375}, {"start": 201.28, "end": 201.8, "word": " القارة", "probability": 0.9925130208333334}, {"start": 201.8, "end": 203.92, "word": " تشغيل", "probability": 0.90869140625}, {"start": 203.92, "end": 204.76, "word": " فكر", "probability": 0.685302734375}, {"start": 204.76, "end": 205.44, "word": " القارة", "probability": 0.9895833333333334}, {"start": 205.44, "end": 205.76, "word": " تشغيل", "probability": 0.9613037109375}, {"start": 205.76, "end": 205.76, "word": " فكر", "probability": 0.78076171875}, {"start": 205.76, "end": 205.76, "word": " القارة", "probability": 0.9921875}, {"start": 205.76, "end": 206.18, "word": " تشغيل", "probability": 0.97119140625}, {"start": 206.18, "end": 206.18, "word": " فكر", "probability": 0.826416015625}, {"start": 206.18, "end": 206.18, "word": " القارة", "probability": 0.9939778645833334}, {"start": 206.18, "end": 206.18, "word": " تشغيل", "probability": 0.97705078125}, {"start": 206.18, "end": 206.18, "word": " فكر", "probability": 0.847900390625}, {"start": 206.18, "end": 206.18, "word": " القارة", "probability": 0.9947916666666666}, {"start": 206.18, "end": 206.24, "word": " تشغيل", "probability": 0.9764404296875}, {"start": 206.24, "end": 206.72, "word": " فكر", "probability": 0.86474609375}, {"start": 206.72, "end": 206.72, "word": " القارة", "probability": 0.99462890625}, {"start": 206.72, "end": 207.7, "word": " تشغيل", "probability": 0.974609375}, {"start": 207.7, "end": 207.88, "word": " فكر", "probability": 0.876708984375}, {"start": 207.88, "end": 207.88, "word": " القارة", "probability": 0.99365234375}, {"start": 207.88, "end": 208.5, "word": " تشغيل", "probability": 0.9747314453125}, {"start": 208.5, "end": 208.5, "word": " فكر", "probability": 0.884033203125}, {"start": 208.5, "end": 208.5, "word": " القارة", "probability": 0.9921875}, {"start": 208.5, "end": 209.56, "word": " تشغيل", "probability": 0.976806640625}, {"start": 209.56, "end": 209.7, "word": " فكر", "probability": 0.88720703125}, {"start": 209.7, "end": 209.7, "word": " القارة", "probability": 0.9913736979166666}, {"start": 209.7, "end": 210.12, "word": " تشغيل", "probability": 0.979736328125}, {"start": 210.12, "end": 210.18, "word": " فكر", "probability": 0.886962890625}, {"start": 210.18, "end": 210.18, "word": " القارة", "probability": 0.99169921875}, {"start": 210.18, "end": 210.76, "word": " تشغيل", "probability": 0.982421875}, {"start": 210.76, "end": 211.14, "word": " فكر", "probability": 0.890380859375}, {"start": 211.14, "end": 211.14, "word": " القارة", "probability": 0.9920247395833334}, {"start": 211.14, "end": 211.8, "word": " تشغيل", "probability": 0.984619140625}, {"start": 211.8, "end": 212.2, "word": " فكر", "probability": 0.895751953125}, {"start": 212.2, "end": 212.34, "word": " القارة", "probability": 0.9928385416666666}, {"start": 212.34, "end": 212.66, "word": " تشغيل", "probability": 0.986572265625}, {"start": 212.66, "end": 212.76, "word": " فكر", "probability": 0.90576171875}, {"start": 212.76, "end": 212.76, "word": " القارة", "probability": 0.9931640625}, {"start": 212.76, "end": 213.2, "word": " تشغيل", "probability": 0.9879150390625}, {"start": 213.2, "end": 213.22, "word": " فكر", "probability": 0.917236328125}, {"start": 213.22, "end": 213.22, "word": " القارة", "probability": 0.99365234375}, {"start": 213.22, "end": 213.78, "word": " تشغيل", "probability": 0.98876953125}, {"start": 213.78, "end": 213.78, "word": " فكر", "probability": 0.927001953125}, {"start": 213.78, "end": 214.14, "word": " القارة", "probability": 0.9931640625}, {"start": 214.14, "end": 214.26, "word": " تشغيل", "probability": 0.9898681640625}, {"start": 214.26, "end": 214.26, "word": " فكر", "probability": 0.9365234375}, {"start": 214.26, "end": 214.26, "word": " القارة", "probability": 0.9931640625}, {"start": 214.26, "end": 214.3, "word": " تشغيل", "probability": 0.9908447265625}, {"start": 214.3, "end": 214.3, "word": " فكر", "probability": 0.94091796875}, {"start": 214.3, "end": 214.46, "word": " القارة", "probability": 0.9928385416666666}, {"start": 214.46, "end": 214.46, "word": " تشغيل", "probability": 0.9915771484375}, {"start": 214.46, "end": 214.46, "word": " فكر", "probability": 0.944091796875}, {"start": 214.46, "end": 214.5, "word": " القارة", "probability": 0.9921875}, {"start": 214.5, "end": 214.5, "word": " تشغيل", "probability": 0.99267578125}, {"start": 214.5, "end": 214.5, "word": " فكر", "probability": 0.9453125}, {"start": 214.5, "end": 214.72, "word": " القارة", "probability": 0.9915364583333334}, {"start": 214.72, "end": 215.76, "word": " تشغيل", "probability": 0.9931640625}, {"start": 215.76, "end": 215.76, "word": " فكر", "probability": 0.947021484375}, {"start": 215.76, "end": 216.5, "word": " القارة", "probability": 0.9910481770833334}, {"start": 216.5, "end": 217.5, "word": " تشغيل", "probability": 0.9940185546875}, {"start": 217.5, "end": 218.56, "word": " فكر", "probability": 0.947998046875}, {"start": 218.56, "end": 219.0, "word": " القارة", "probability": 0.9903971354166666}, {"start": 219.0, "end": 219.84, "word": " تشغيل", "probability": 0.9947509765625}, {"start": 219.84, "end": 220.68, "word": " فكر", "probability": 0.94775390625}, {"start": 220.68, "end": 220.96, "word": " القارة", "probability": 0.98974609375}, {"start": 220.96, "end": 222.3, "word": " تشغيل", "probability": 0.994873046875}, {"start": 222.3, "end": 222.56, "word": " ف", "probability": 0.88720703125}], "temperature": 1.0}, {"id": 9, "seek": 23863, "start": 222.77, "end": 238.63, "text": "تحريك .. تشغيل .. تحريك .. تشغيل .. تحريك .. تشغيل .. تشغيل .. تشغيل .. تشغيل .. تشغيل .. تشغيل .. تشغيل .. تشغيل .. تشغيل .. تشغيل .. تشغيل .. تشغيل .. تشغيل .. تشغيل .. تشغيل .. تشغيل .. تشغيل .. تشغيل .. تشغيل .. تشغيل .. تشغيل .. تشغيل .. تشغيل .. تشغيل .. تشغيل .. تشغيل .. تشغيل .. تشغيل .. تشغيل .. تشغيل .. تشغيل .. تشغيل .. تشغيل .. تشغيل .. تشغيل .. تشغيل .. تشغيل .. تشغيل .. تشغيل .. تشغيل", "tokens": [2655, 5016, 16572, 4117, 4386, 6055, 8592, 17082, 26895, 4386, 6055, 5016, 16572, 4117, 4386, 6055, 8592, 17082, 26895, 4386, 6055, 5016, 16572, 4117, 4386, 6055, 8592, 17082, 26895, 4386, 6055, 8592, 17082, 26895, 4386, 6055, 8592, 17082, 26895, 4386, 6055, 8592, 17082, 26895, 4386, 6055, 8592, 17082, 26895, 4386, 6055, 8592, 17082, 26895, 4386, 6055, 8592, 17082, 26895, 4386, 6055, 8592, 17082, 26895, 4386, 6055, 8592, 17082, 26895, 4386, 6055, 8592, 17082, 26895, 4386, 6055, 8592, 17082, 26895, 4386, 6055, 8592, 17082, 26895, 4386, 6055, 8592, 17082, 26895, 4386, 6055, 8592, 17082, 26895, 4386, 6055, 8592, 17082, 26895, 4386, 6055, 8592, 17082, 26895, 4386, 6055, 8592, 17082, 26895, 4386, 6055, 8592, 17082, 26895, 4386, 6055, 8592, 17082, 26895, 4386, 6055, 8592, 17082, 26895, 4386, 6055, 8592, 17082, 26895, 4386, 6055, 8592, 17082, 26895, 4386, 6055, 8592, 17082, 26895, 4386, 6055, 8592, 17082, 26895, 4386, 6055, 8592, 17082, 26895, 4386, 6055, 8592, 17082, 26895, 4386, 6055, 8592, 17082, 26895, 4386, 6055, 8592, 17082, 26895, 4386, 6055, 8592, 17082, 26895, 4386, 6055, 8592, 17082, 26895, 4386, 6055, 8592, 17082, 26895, 4386, 6055, 8592, 17082, 26895, 4386, 6055, 8592, 17082, 26895, 4386, 6055, 8592, 17082, 26895, 4386, 6055, 8592, 17082, 26895, 4386, 6055, 8592, 17082, 26895, 4386, 6055, 8592, 17082, 26895, 4386, 6055, 8592, 17082, 26895, 4386, 6055, 8592, 17082, 26895, 4386, 6055, 8592, 17082, 26895], "avg_logprob": -0.06583333439297147, "compression_ratio": 14.904761904761905, "no_speech_prob": 5.960464477539063e-08, "words": [{"start": 222.77, "end": 223.23, "word": "تحريك", "probability": 0.8585205078125}, {"start": 223.23, "end": 223.51, "word": " ..", "probability": 0.54248046875}, {"start": 223.51, "end": 224.39, "word": " تشغيل", "probability": 0.8714599609375}, {"start": 224.39, "end": 224.39, "word": " ..", "probability": 0.49267578125}, {"start": 224.39, "end": 224.81, "word": " تحريك", "probability": 0.7164306640625}, {"start": 224.81, "end": 224.89, "word": " ..", "probability": 0.7197265625}, {"start": 224.89, "end": 225.49, "word": " تشغيل", "probability": 0.9339599609375}, {"start": 225.49, "end": 225.49, "word": " ..", "probability": 0.525390625}, {"start": 225.49, "end": 225.77, "word": " تحريك", "probability": 0.668548583984375}, {"start": 225.77, "end": 226.29, "word": " ..", "probability": 0.75}, {"start": 226.29, "end": 226.95, "word": " تشغيل", "probability": 0.952880859375}, {"start": 226.95, "end": 227.29, "word": " ..", "probability": 0.716796875}, {"start": 227.29, "end": 227.41, "word": " تشغيل", "probability": 0.76678466796875}, {"start": 227.41, "end": 227.41, "word": " ..", "probability": 0.7587890625}, {"start": 227.41, "end": 227.79, "word": " تشغيل", "probability": 0.8331298828125}, {"start": 227.79, "end": 227.85, "word": " ..", "probability": 0.81884765625}, {"start": 227.85, "end": 227.85, "word": " تشغيل", "probability": 0.9234619140625}, {"start": 227.85, "end": 227.89, "word": " ..", "probability": 0.8515625}, {"start": 227.89, "end": 227.89, "word": " تشغيل", "probability": 0.9552001953125}, {"start": 227.89, "end": 227.91, "word": " ..", "probability": 0.88037109375}, {"start": 227.91, "end": 227.95, "word": " تشغيل", "probability": 0.9666748046875}, {"start": 227.95, "end": 227.95, "word": " ..", "probability": 0.89990234375}, {"start": 227.95, "end": 227.95, "word": " تشغيل", "probability": 0.972412109375}, {"start": 227.95, "end": 227.95, "word": " ..", "probability": 0.9130859375}, {"start": 227.95, "end": 228.45, "word": " تشغيل", "probability": 0.9759521484375}, {"start": 228.45, "end": 229.21, "word": " ..", "probability": 0.919921875}, {"start": 229.21, "end": 229.37, "word": " تشغيل", "probability": 0.979248046875}, {"start": 229.37, "end": 229.49, "word": " ..", "probability": 0.92529296875}, {"start": 229.49, "end": 229.99, "word": " تشغيل", "probability": 0.981689453125}, {"start": 229.99, "end": 230.23, "word": " ..", "probability": 0.9296875}, {"start": 230.23, "end": 232.49, "word": " تشغيل", "probability": 0.9833984375}, {"start": 232.49, "end": 232.53, "word": " ..", "probability": 0.93359375}, {"start": 232.53, "end": 232.73, "word": " تشغيل", "probability": 0.9852294921875}, {"start": 232.73, "end": 232.73, "word": " ..", "probability": 0.93896484375}, {"start": 232.73, "end": 232.73, "word": " تشغيل", "probability": 0.9864501953125}, {"start": 232.73, "end": 232.73, "word": " ..", "probability": 0.94384765625}, {"start": 232.73, "end": 233.39, "word": " تشغيل", "probability": 0.9871826171875}, {"start": 233.39, "end": 233.39, "word": " ..", "probability": 0.94677734375}, {"start": 233.39, "end": 233.39, "word": " تشغيل", "probability": 0.988037109375}, {"start": 233.39, "end": 233.39, "word": " ..", "probability": 0.95068359375}, {"start": 233.39, "end": 233.39, "word": " تشغيل", "probability": 0.989013671875}, {"start": 233.39, "end": 233.39, "word": " ..", "probability": 0.95361328125}, {"start": 233.39, "end": 233.41, "word": " تشغيل", "probability": 0.98974609375}, {"start": 233.41, "end": 233.41, "word": " ..", "probability": 0.95703125}, {"start": 233.41, "end": 233.41, "word": " تشغيل", "probability": 0.9901123046875}, {"start": 233.41, "end": 233.41, "word": " ..", "probability": 0.96044921875}, {"start": 233.41, "end": 233.41, "word": " تشغيل", "probability": 0.9908447265625}, {"start": 233.41, "end": 233.41, "word": " ..", "probability": 0.96337890625}, {"start": 233.41, "end": 233.41, "word": " تشغيل", "probability": 0.9910888671875}, {"start": 233.41, "end": 233.41, "word": " ..", "probability": 0.9658203125}, {"start": 233.41, "end": 233.41, "word": " تشغيل", "probability": 0.99169921875}, {"start": 233.41, "end": 233.41, "word": " ..", "probability": 0.9677734375}, {"start": 233.41, "end": 233.41, "word": " تشغيل", "probability": 0.9920654296875}, {"start": 233.41, "end": 233.41, "word": " ..", "probability": 0.97119140625}, {"start": 233.41, "end": 233.41, "word": " تشغيل", "probability": 0.9925537109375}, {"start": 233.41, "end": 233.41, "word": " ..", "probability": 0.97314453125}, {"start": 233.41, "end": 233.41, "word": " تشغيل", "probability": 0.9927978515625}, {"start": 233.41, "end": 233.41, "word": " ..", "probability": 0.97509765625}, {"start": 233.41, "end": 233.41, "word": " تشغيل", "probability": 0.9930419921875}, {"start": 233.41, "end": 233.41, "word": " ..", "probability": 0.9765625}, {"start": 233.41, "end": 233.41, "word": " تشغيل", "probability": 0.993408203125}, {"start": 233.41, "end": 233.41, "word": " ..", "probability": 0.97802734375}, {"start": 233.41, "end": 233.41, "word": " تشغيل", "probability": 0.99365234375}, {"start": 233.41, "end": 233.41, "word": " ..", "probability": 0.9794921875}, {"start": 233.41, "end": 233.41, "word": " تشغيل", "probability": 0.993896484375}, {"start": 233.41, "end": 233.41, "word": " ..", "probability": 0.9814453125}, {"start": 233.41, "end": 233.41, "word": " تشغيل", "probability": 0.993896484375}, {"start": 233.41, "end": 233.41, "word": " ..", "probability": 0.982421875}, {"start": 233.41, "end": 233.41, "word": " تشغيل", "probability": 0.993896484375}, {"start": 233.41, "end": 233.41, "word": " ..", "probability": 0.9833984375}, {"start": 233.41, "end": 233.41, "word": " تشغيل", "probability": 0.993896484375}, {"start": 233.41, "end": 233.41, "word": " ..", "probability": 0.984375}, {"start": 233.41, "end": 233.41, "word": " تشغيل", "probability": 0.9940185546875}, {"start": 233.41, "end": 233.41, "word": " ..", "probability": 0.9853515625}, {"start": 233.41, "end": 233.41, "word": " تشغيل", "probability": 0.9940185546875}, {"start": 233.41, "end": 233.41, "word": " ..", "probability": 0.986328125}, {"start": 233.41, "end": 233.41, "word": " تشغيل", "probability": 0.9940185546875}, {"start": 233.41, "end": 233.41, "word": " ..", "probability": 0.986328125}, {"start": 233.41, "end": 233.41, "word": " تشغيل", "probability": 0.993896484375}, {"start": 233.41, "end": 233.55, "word": " ..", "probability": 0.98681640625}, {"start": 233.55, "end": 233.91, "word": " تشغيل", "probability": 0.993896484375}, {"start": 233.91, "end": 234.05, "word": " ..", "probability": 0.986328125}, {"start": 234.05, "end": 234.63, "word": " تشغيل", "probability": 0.99365234375}, {"start": 234.63, "end": 234.63, "word": " ..", "probability": 0.98681640625}, {"start": 234.63, "end": 234.71, "word": " تشغيل", "probability": 0.9935302734375}, {"start": 234.71, "end": 234.71, "word": " ..", "probability": 0.9873046875}, {"start": 234.71, "end": 234.99, "word": " تشغيل", "probability": 0.9935302734375}, {"start": 234.99, "end": 235.21, "word": " ..", "probability": 0.98779296875}, {"start": 235.21, "end": 238.63, "word": " تشغيل", "probability": 0.9931640625}], "temperature": 1.0}, {"id": 10, "seek": 25751, "start": 239.49, "end": 257.51, "text": "ان يبحث في هذه الطباعة .. ممكن تقولي تحريك دهن كلمة أرقى فصاحة من تشغيل انا استغربت هذه الكلمة تستخدمها صحفية كبيرة مثلك يعني ايه هو يقول ربما قد يكون تشغيل ربما قد يكون تشغيل", "tokens": [7649, 7251, 49628, 12984, 8978, 29538, 41950, 3555, 995, 27884, 4386, 3714, 43020, 6055, 39648, 1829, 6055, 5016, 16572, 4117, 11778, 3224, 1863, 9122, 19528, 3660, 5551, 2288, 4587, 7578, 6156, 9381, 39319, 3660, 9154, 6055, 8592, 17082, 26895, 1975, 8315, 44713, 17082, 25513, 2655, 29538, 33251, 19528, 3660, 6055, 14851, 9778, 40448, 11296, 20328, 5016, 5172, 10632, 9122, 3555, 48923, 50113, 23275, 37495, 22653, 1975, 1829, 3224, 31439, 7251, 39648, 12602, 3555, 15042, 12174, 3215, 7251, 30544, 6055, 8592, 17082, 26895, 12602, 3555, 15042, 12174, 3215, 7251, 30544, 6055, 8592, 17082, 26895], "avg_logprob": -0.20262632820200413, "compression_ratio": 1.8470588235294119, "no_speech_prob": 6.139278411865234e-06, "words": [{"start": 239.49, "end": 239.73, "word": "ان", "probability": 0.70166015625}, {"start": 239.73, "end": 240.31, "word": " يبحث", "probability": 0.93603515625}, {"start": 240.31, "end": 240.45, "word": " في", "probability": 0.94873046875}, {"start": 240.45, "end": 240.65, "word": " هذه", "probability": 0.77783203125}, {"start": 240.65, "end": 240.79, "word": " الطباعة", "probability": 0.63922119140625}, {"start": 240.79, "end": 240.81, "word": " ..", "probability": 0.50927734375}, {"start": 240.81, "end": 241.05, "word": " ممكن", "probability": 0.542388916015625}, {"start": 241.05, "end": 241.31, "word": " تقولي", "probability": 0.9386393229166666}, {"start": 241.31, "end": 241.83, "word": " تحريك", "probability": 0.975830078125}, {"start": 241.83, "end": 242.37, "word": " دهن", "probability": 0.6407877604166666}, {"start": 242.37, "end": 244.03, "word": " كلمة", "probability": 0.7552897135416666}, {"start": 244.03, "end": 244.83, "word": " أرقى", "probability": 0.9034423828125}, {"start": 244.83, "end": 245.45, "word": " فصاحة", "probability": 0.96728515625}, {"start": 245.45, "end": 245.71, "word": " من", "probability": 0.98876953125}, {"start": 245.71, "end": 246.27, "word": " تشغيل", "probability": 0.9576416015625}, {"start": 246.27, "end": 246.41, "word": " انا", "probability": 0.56085205078125}, {"start": 246.41, "end": 246.95, "word": " استغربت", "probability": 0.892822265625}, {"start": 246.95, "end": 247.13, "word": " هذه", "probability": 0.96240234375}, {"start": 247.13, "end": 248.55, "word": " الكلمة", "probability": 0.9158528645833334}, {"start": 248.55, "end": 249.35, "word": " تستخدمها", "probability": 0.9345703125}, {"start": 249.35, "end": 249.87, "word": " صحفية", "probability": 0.9259033203125}, {"start": 249.87, "end": 250.27, "word": " كبيرة", "probability": 0.98779296875}, {"start": 250.27, "end": 250.67, "word": " مثلك", "probability": 0.987548828125}, {"start": 250.67, "end": 250.99, "word": " يعني", "probability": 0.92822265625}, {"start": 250.99, "end": 252.79, "word": " ايه", "probability": 0.4717610677083333}, {"start": 252.79, "end": 252.81, "word": " هو", "probability": 0.50732421875}, {"start": 252.81, "end": 253.25, "word": " يقول", "probability": 0.571044921875}, {"start": 253.25, "end": 253.81, "word": " ربما", "probability": 0.9158528645833334}, {"start": 253.81, "end": 254.11, "word": " قد", "probability": 0.963623046875}, {"start": 254.11, "end": 254.37, "word": " يكون", "probability": 0.987548828125}, {"start": 254.37, "end": 254.99, "word": " تشغيل", "probability": 0.984130859375}, {"start": 254.99, "end": 256.43, "word": " ربما", "probability": 0.85400390625}, {"start": 256.43, "end": 256.67, "word": " قد", "probability": 0.98388671875}, {"start": 256.67, "end": 256.93, "word": " يكون", "probability": 0.990966796875}, {"start": 256.93, "end": 257.51, "word": " تشغيل", "probability": 0.9925537109375}], "temperature": 1.0}, {"id": 11, "seek": 27802, "start": 260.13, "end": 278.03, "text": "تجديد ولا تشتيت؟ لأ هي مش تشتيت انه .. انا سمع تشغيل و .. تشديد و .. اه الحقيقة ربما ولعله طاه حسين قصد ان يبتعد بالمسئولية التاريخية", "tokens": [2655, 7435, 16254, 3215, 49429, 6055, 8592, 31371, 2655, 22807, 5296, 10721, 39896, 37893, 6055, 8592, 31371, 2655, 16472, 3224, 4386, 1975, 8315, 8608, 2304, 3615, 6055, 8592, 17082, 26895, 4032, 4386, 6055, 8592, 16254, 3215, 4032, 4386, 1975, 3224, 21542, 38436, 28671, 12602, 3555, 15042, 35525, 30241, 3224, 23032, 40294, 11331, 3794, 9957, 12174, 9381, 3215, 16472, 7251, 3555, 2655, 22488, 20666, 2304, 3794, 19986, 12610, 10632, 16712, 9640, 1829, 9778, 10632], "avg_logprob": -0.19415117679415522, "compression_ratio": 1.595890410958904, "no_speech_prob": 5.364418029785156e-07, "words": [{"start": 260.13, "end": 260.73, "word": "تجديد", "probability": 0.8629150390625}, {"start": 260.73, "end": 261.85, "word": " ولا", "probability": 0.457275390625}, {"start": 261.85, "end": 263.27, "word": " تشتيت؟", "probability": 0.846875}, {"start": 263.27, "end": 263.49, "word": " لأ", "probability": 0.6318359375}, {"start": 263.49, "end": 263.67, "word": " هي", "probability": 0.64990234375}, {"start": 263.67, "end": 263.89, "word": " مش", "probability": 0.99072265625}, {"start": 263.89, "end": 264.43, "word": " تشتيت", "probability": 0.9615478515625}, {"start": 264.43, "end": 264.81, "word": " انه", "probability": 0.66455078125}, {"start": 264.81, "end": 265.05, "word": " ..", "probability": 0.65283203125}, {"start": 265.05, "end": 265.23, "word": " انا", "probability": 0.80322265625}, {"start": 265.23, "end": 265.45, "word": " سمع", "probability": 0.7400716145833334}, {"start": 265.45, "end": 266.27, "word": " تشغيل", "probability": 0.94091796875}, {"start": 266.27, "end": 267.05, "word": " و", "probability": 0.7314453125}, {"start": 267.05, "end": 267.21, "word": " ..", "probability": 0.311767578125}, {"start": 267.21, "end": 268.01, "word": " تشديد", "probability": 0.886474609375}, {"start": 268.01, "end": 268.19, "word": " و", "probability": 0.494873046875}, {"start": 268.19, "end": 268.87, "word": " ..", "probability": 0.95556640625}, {"start": 268.87, "end": 269.23, "word": " اه", "probability": 0.835693359375}, {"start": 269.23, "end": 271.13, "word": " الحقيقة", "probability": 0.9493815104166666}, {"start": 271.13, "end": 271.99, "word": " ربما", "probability": 0.9812825520833334}, {"start": 271.99, "end": 273.11, "word": " ولعله", "probability": 0.6756184895833334}, {"start": 273.11, "end": 273.49, "word": " طاه", "probability": 0.6409912109375}, {"start": 273.49, "end": 273.87, "word": " حسين", "probability": 0.93798828125}, {"start": 273.87, "end": 274.51, "word": " قصد", "probability": 0.984375}, {"start": 274.51, "end": 275.57, "word": " ان", "probability": 0.69775390625}, {"start": 275.57, "end": 276.25, "word": " يبتعد", "probability": 0.986572265625}, {"start": 276.25, "end": 277.15, "word": " بالمسئولية", "probability": 0.9324544270833334}, {"start": 277.15, "end": 278.03, "word": " التاريخية", "probability": 0.9953125}], "temperature": 1.0}, {"id": 12, "seek": 29662, "start": 279.68, "end": 296.62, "text": "عن جزء من أحداث حياته أن يبتعد بالمسئولية التاريخية ووجد أن هذه الأحداث أو وجد نفسه مخطئا وغير مصيف في هذه الأحداث أو متورطا فيها بشكل أو بشكل أو بآخر", "tokens": [3615, 1863, 10874, 11622, 38207, 9154, 5551, 24401, 5718, 104, 11331, 1829, 9307, 3224, 14739, 7251, 3555, 2655, 22488, 20666, 2304, 3794, 19986, 12610, 10632, 16712, 9640, 1829, 9778, 10632, 4032, 29245, 3215, 14739, 29538, 16247, 24401, 5718, 104, 34051, 49610, 3215, 8717, 36178, 3224, 3714, 9778, 9566, 19986, 995, 4032, 17082, 13546, 3714, 9381, 33911, 8978, 29538, 16247, 24401, 5718, 104, 34051, 44650, 13063, 9566, 995, 8978, 11296, 4724, 8592, 28820, 34051, 4724, 8592, 28820, 34051, 4724, 148, 95, 34740], "avg_logprob": -0.10746951437577969, "compression_ratio": 1.8066666666666666, "no_speech_prob": 6.902217864990234e-05, "words": [{"start": 279.68, "end": 280.2, "word": "عن", "probability": 0.96484375}, {"start": 280.2, "end": 280.68, "word": " جزء", "probability": 0.9964192708333334}, {"start": 280.68, "end": 280.88, "word": " من", "probability": 0.99755859375}, {"start": 280.88, "end": 281.32, "word": " أحداث", "probability": 0.92431640625}, {"start": 281.32, "end": 281.94, "word": " حياته", "probability": 0.9932861328125}, {"start": 281.94, "end": 282.26, "word": " أن", "probability": 0.61669921875}, {"start": 282.26, "end": 282.7, "word": " يبتعد", "probability": 0.988525390625}, {"start": 282.7, "end": 283.44, "word": " بالمسئولية", "probability": 0.918701171875}, {"start": 283.44, "end": 284.24, "word": " التاريخية", "probability": 0.9970703125}, {"start": 284.24, "end": 285.68, "word": " ووجد", "probability": 0.8802083333333334}, {"start": 285.68, "end": 285.94, "word": " أن", "probability": 0.8359375}, {"start": 285.94, "end": 286.62, "word": " هذه", "probability": 0.9638671875}, {"start": 286.62, "end": 287.84, "word": " الأحداث", "probability": 0.982177734375}, {"start": 287.84, "end": 289.02, "word": " أو", "probability": 0.39794921875}, {"start": 289.02, "end": 289.34, "word": " وجد", "probability": 0.967041015625}, {"start": 289.34, "end": 290.06, "word": " نفسه", "probability": 0.9967447916666666}, {"start": 290.06, "end": 291.44, "word": " مخطئا", "probability": 0.8857421875}, {"start": 291.44, "end": 292.04, "word": " وغير", "probability": 0.87646484375}, {"start": 292.04, "end": 292.5, "word": " مصيف", "probability": 0.7937825520833334}, {"start": 292.5, "end": 292.64, "word": " في", "probability": 0.89697265625}, {"start": 292.64, "end": 292.82, "word": " هذه", "probability": 0.97607421875}, {"start": 292.82, "end": 293.2, "word": " الأحداث", "probability": 0.9847412109375}, {"start": 293.2, "end": 293.38, "word": " أو", "probability": 0.81494140625}, {"start": 293.38, "end": 294.04, "word": " متورطا", "probability": 0.918212890625}, {"start": 294.04, "end": 294.28, "word": " فيها", "probability": 0.96728515625}, {"start": 294.28, "end": 294.7, "word": " بشكل", "probability": 0.9900716145833334}, {"start": 294.7, "end": 295.0, "word": " أو", "probability": 0.52685546875}, {"start": 295.0, "end": 295.92, "word": " بشكل", "probability": 0.7724609375}, {"start": 295.92, "end": 296.1, "word": " أو", "probability": 0.7734375}, {"start": 296.1, "end": 296.62, "word": " بآخر", "probability": 0.886962890625}], "temperature": 1.0}, {"id": 13, "seek": 32643, "start": 296.95, "end": 326.43, "text": "فأراد أن يتخلص من المسئولية الأدمية والتاريخية فنسبها مرة إلى الغلام مرة إلى الصبي مرة إلى صاحبنا إلى غير ذلك حتى يبرئ الذات وتبقى صورة الذات أمام المتلقى صورة مشرقة صورة مضيئة لا يلحقها شيء من العتاب أو شيء من اللوم وهذا يمكن أحيانا سناتي اليه نطلق عليه ما نسميه هندسة أو عادة هندسة", "tokens": [5172, 10721, 2288, 18513, 14739, 7251, 2655, 9778, 1211, 9381, 9154, 9673, 3794, 19986, 12610, 10632, 16247, 40448, 10632, 16070, 2655, 9640, 1829, 9778, 10632, 6156, 1863, 35457, 11296, 3714, 25720, 30731, 6024, 118, 37440, 3714, 25720, 30731, 31767, 21292, 3714, 25720, 30731, 20328, 39319, 3555, 8315, 30731, 32771, 13546, 29910, 23275, 11331, 49975, 7251, 26890, 19986, 32545, 9307, 34683, 3555, 4587, 7578, 20328, 13063, 3660, 32545, 9307, 5551, 2304, 10943, 9673, 2655, 1211, 4587, 7578, 20328, 13063, 3660, 37893, 2288, 28671, 20328, 13063, 3660, 3714, 11242, 1829, 19986, 3660, 20193, 7251, 1211, 5016, 4587, 11296, 44049, 38207, 9154, 18863, 2655, 16758, 34051, 44049, 38207, 9154, 13672, 20498, 37037, 15730, 7251, 43020, 5551, 5016, 1829, 7649, 995, 8608, 8315, 31371, 45595, 3224, 8717, 9566, 1211, 4587, 47356, 19446, 8717, 38251, 1829, 3224, 8032, 41260, 3794, 3660, 34051, 6225, 18513, 3660, 8032, 41260, 3794, 3660], "avg_logprob": -0.11918103119422649, "compression_ratio": 2.068548387096774, "no_speech_prob": 1.430511474609375e-05, "words": [{"start": 296.95, "end": 297.57, "word": "فأراد", "probability": 0.901123046875}, {"start": 297.57, "end": 297.73, "word": " أن", "probability": 0.88427734375}, {"start": 297.73, "end": 298.43, "word": " يتخلص", "probability": 0.9888671875}, {"start": 298.43, "end": 298.59, "word": " من", "probability": 0.98828125}, {"start": 298.59, "end": 299.19, "word": " المسئولية", "probability": 0.9306640625}, {"start": 299.19, "end": 299.73, "word": " الأدمية", "probability": 0.86669921875}, {"start": 299.73, "end": 300.67, "word": " والتاريخية", "probability": 0.969970703125}, {"start": 300.67, "end": 301.71, "word": " فنسبها", "probability": 0.9637451171875}, {"start": 301.71, "end": 302.13, "word": " مرة", "probability": 0.94970703125}, {"start": 302.13, "end": 302.39, "word": " إلى", "probability": 0.67578125}, {"start": 302.39, "end": 302.81, "word": " الغلام", "probability": 0.6122233072916666}, {"start": 302.81, "end": 303.19, "word": " مرة", "probability": 0.716796875}, {"start": 303.19, "end": 303.45, "word": " إلى", "probability": 0.97998046875}, {"start": 303.45, "end": 303.91, "word": " الصبي", "probability": 0.705322265625}, {"start": 303.91, "end": 304.25, "word": " مرة", "probability": 0.8720703125}, {"start": 304.25, "end": 304.53, "word": " إلى", "probability": 0.986328125}, {"start": 304.53, "end": 305.31, "word": " صاحبنا", "probability": 0.99169921875}, {"start": 305.31, "end": 305.89, "word": " إلى", "probability": 0.9423828125}, {"start": 305.89, "end": 306.17, "word": " غير", "probability": 0.996337890625}, {"start": 306.17, "end": 306.55, "word": " ذلك", "probability": 0.996337890625}, {"start": 306.55, "end": 306.97, "word": " حتى", "probability": 0.93408203125}, {"start": 306.97, "end": 307.47, "word": " يبرئ", "probability": 0.84326171875}, {"start": 307.47, "end": 307.99, "word": " الذات", "probability": 0.9970703125}, {"start": 307.99, "end": 308.97, "word": " وتبقى", "probability": 0.9083251953125}, {"start": 308.97, "end": 309.35, "word": " صورة", "probability": 0.994140625}, {"start": 309.35, "end": 309.75, "word": " الذات", "probability": 0.992919921875}, {"start": 309.75, "end": 310.13, "word": " أمام", "probability": 0.947265625}, {"start": 310.13, "end": 310.97, "word": " المتلقى", "probability": 0.86416015625}, {"start": 310.97, "end": 311.83, "word": " صورة", "probability": 0.9952799479166666}, {"start": 311.83, "end": 312.53, "word": " مشرقة", "probability": 0.93017578125}, {"start": 312.53, "end": 313.29, "word": " صورة", "probability": 0.94580078125}, {"start": 313.29, "end": 314.11, "word": " مضيئة", "probability": 0.8796875}, {"start": 314.11, "end": 314.61, "word": " لا", "probability": 0.83349609375}, {"start": 314.61, "end": 315.51, "word": " يلحقها", "probability": 0.962890625}, {"start": 315.51, "end": 316.89, "word": " شيء", "probability": 0.951171875}, {"start": 316.89, "end": 317.09, "word": " من", "probability": 0.99462890625}, {"start": 317.09, "end": 317.75, "word": " العتاب", "probability": 0.7939453125}, {"start": 317.75, "end": 317.99, "word": " أو", "probability": 0.931640625}, {"start": 317.99, "end": 318.41, "word": " شيء", "probability": 0.938232421875}, {"start": 318.41, "end": 318.65, "word": " من", "probability": 0.99658203125}, {"start": 318.65, "end": 319.07, "word": " اللوم", "probability": 0.994873046875}, {"start": 319.07, "end": 320.15, "word": " وهذا", "probability": 0.875}, {"start": 320.15, "end": 320.79, "word": " يمكن", "probability": 0.9619140625}, {"start": 320.79, "end": 321.59, "word": " أحيانا", "probability": 0.96650390625}, {"start": 321.59, "end": 322.83, "word": " سناتي", "probability": 0.7916666666666666}, {"start": 322.83, "end": 323.17, "word": " اليه", "probability": 0.889404296875}, {"start": 323.17, "end": 323.53, "word": " نطلق", "probability": 0.9530029296875}, {"start": 323.53, "end": 323.77, "word": " عليه", "probability": 0.697265625}, {"start": 323.77, "end": 323.87, "word": " ما", "probability": 0.9111328125}, {"start": 323.87, "end": 324.41, "word": " نسميه", "probability": 0.963623046875}, {"start": 324.41, "end": 325.13, "word": " هندسة", "probability": 0.624603271484375}, {"start": 325.13, "end": 325.45, "word": " أو", "probability": 0.81591796875}, {"start": 325.45, "end": 325.85, "word": " عادة", "probability": 0.85107421875}, {"start": 325.85, "end": 326.43, "word": " هندسة", "probability": 0.9796142578125}], "temperature": 1.0}, {"id": 14, "seek": 34653, "start": 326.85, "end": 346.53, "text": "الحياة يعني عادى تندسة الحياة إذا طاه حسين خالف شرطا مهما من شروط الصيرة الذاتية و هي تطابق الأناوات الثلاث الأنا المؤلف والأنا الساردة", "tokens": [6027, 5016, 25528, 3660, 37495, 22653, 6225, 18513, 7578, 6055, 41260, 3794, 3660, 21542, 25528, 3660, 11933, 15730, 23032, 40294, 11331, 3794, 9957, 16490, 6027, 5172, 13412, 2288, 9566, 995, 3714, 16095, 995, 9154, 13412, 32887, 9566, 31767, 48923, 32545, 9307, 10632, 4032, 39896, 6055, 9566, 16758, 4587, 16247, 8315, 2407, 9307, 6024, 104, 1211, 5718, 104, 16247, 8315, 9673, 33604, 46538, 16070, 10721, 8315, 21136, 9640, 41891], "avg_logprob": -0.1919157548227172, "compression_ratio": 1.7152777777777777, "no_speech_prob": 1.150369644165039e-05, "words": [{"start": 326.85, "end": 327.55, "word": "الحياة", "probability": 0.943359375}, {"start": 327.55, "end": 327.87, "word": " يعني", "probability": 0.808349609375}, {"start": 327.87, "end": 328.11, "word": " عادى", "probability": 0.7516276041666666}, {"start": 328.11, "end": 328.61, "word": " تندسة", "probability": 0.8798828125}, {"start": 328.61, "end": 329.85, "word": " الحياة", "probability": 0.7919108072916666}, {"start": 329.85, "end": 330.21, "word": " إذا", "probability": 0.7841796875}, {"start": 330.21, "end": 330.55, "word": " طاه", "probability": 0.53021240234375}, {"start": 330.55, "end": 331.03, "word": " حسين", "probability": 0.9222005208333334}, {"start": 331.03, "end": 333.05, "word": " خالف", "probability": 0.7884114583333334}, {"start": 333.05, "end": 333.57, "word": " شرطا", "probability": 0.8822021484375}, {"start": 333.57, "end": 334.09, "word": " مهما", "probability": 0.9150390625}, {"start": 334.09, "end": 334.25, "word": " من", "probability": 0.974609375}, {"start": 334.25, "end": 334.69, "word": " شروط", "probability": 0.9654947916666666}, {"start": 334.69, "end": 335.15, "word": " الصيرة", "probability": 0.62451171875}, {"start": 335.15, "end": 335.89, "word": " الذاتية", "probability": 0.99365234375}, {"start": 335.89, "end": 336.81, "word": " و", "probability": 0.5107421875}, {"start": 336.81, "end": 336.97, "word": " هي", "probability": 0.77880859375}, {"start": 336.97, "end": 337.83, "word": " تطابق", "probability": 0.982421875}, {"start": 337.83, "end": 340.27, "word": " الأناوات", "probability": 0.74853515625}, {"start": 340.27, "end": 341.51, "word": " الثلاث", "probability": 0.9109375}, {"start": 341.51, "end": 342.93, "word": " الأنا", "probability": 0.79638671875}, {"start": 342.93, "end": 343.65, "word": " المؤلف", "probability": 0.99365234375}, {"start": 343.65, "end": 345.83, "word": " والأنا", "probability": 0.7972005208333334}, {"start": 345.83, "end": 346.53, "word": " الساردة", "probability": 0.8143717447916666}], "temperature": 1.0}, {"id": 15, "seek": 37555, "start": 348.23, "end": 375.55, "text": "والأنا المسرود عنها يجب أن تتطابق هنا حدث نوع من المخالفة وهنا طاقر حسين استعانى بشيء من تقانات السرد أو تقانات الرواية حيث ينفصل السرد عن المسرود عنهم ينفصل السرد عن المسرود عنهم هنا انفصل السرد عن المسرود عنهم ودائما ضمير الأنا يعطى الحرية", "tokens": [2407, 6027, 10721, 8315, 9673, 3794, 2288, 23328, 18871, 11296, 7251, 7435, 3555, 14739, 6055, 2655, 9566, 16758, 4587, 34105, 11331, 3215, 12984, 8717, 45367, 9154, 9673, 9778, 6027, 5172, 3660, 37037, 8315, 23032, 995, 4587, 2288, 11331, 3794, 9957, 44713, 3615, 7649, 7578, 4724, 8592, 1829, 38207, 9154, 6055, 4587, 7649, 9307, 21136, 2288, 3215, 34051, 6055, 4587, 7649, 9307, 34892, 14407, 10632, 11331, 1829, 12984, 7251, 1863, 5172, 36520, 21136, 2288, 3215, 18871, 9673, 3794, 2288, 23328, 18871, 16095, 7251, 1863, 5172, 36520, 21136, 2288, 3215, 18871, 9673, 3794, 2288, 23328, 18871, 16095, 34105, 16472, 5172, 36520, 21136, 2288, 3215, 18871, 9673, 3794, 2288, 23328, 18871, 16095, 4032, 3215, 16373, 15042, 48812, 2304, 13546, 16247, 8315, 37495, 9566, 7578, 21542, 2288, 10632], "avg_logprob": -0.15000000476837158, "compression_ratio": 2.3351063829787235, "no_speech_prob": 8.58306884765625e-06, "words": [{"start": 348.23, "end": 348.73, "word": "والأنا", "probability": 0.7152099609375}, {"start": 348.73, "end": 349.49, "word": " المسرود", "probability": 0.9609375}, {"start": 349.49, "end": 350.57, "word": " عنها", "probability": 0.985107421875}, {"start": 350.57, "end": 351.63, "word": " يجب", "probability": 0.94384765625}, {"start": 351.63, "end": 351.79, "word": " أن", "probability": 0.8994140625}, {"start": 351.79, "end": 352.45, "word": " تتطابق", "probability": 0.99189453125}, {"start": 352.45, "end": 352.75, "word": " هنا", "probability": 0.90380859375}, {"start": 352.75, "end": 353.55, "word": " حدث", "probability": 0.9669596354166666}, {"start": 353.55, "end": 353.81, "word": " نوع", "probability": 0.9765625}, {"start": 353.81, "end": 353.95, "word": " من", "probability": 0.92431640625}, {"start": 353.95, "end": 354.83, "word": " المخالفة", "probability": 0.98955078125}, {"start": 354.83, "end": 355.57, "word": " وهنا", "probability": 0.7220458984375}, {"start": 355.57, "end": 356.01, "word": " طاقر", "probability": 0.39080810546875}, {"start": 356.01, "end": 356.37, "word": " حسين", "probability": 0.9215494791666666}, {"start": 356.37, "end": 356.99, "word": " استعانى", "probability": 0.861083984375}, {"start": 356.99, "end": 357.83, "word": " بشيء", "probability": 0.8701171875}, {"start": 357.83, "end": 358.71, "word": " من", "probability": 0.97412109375}, {"start": 358.71, "end": 359.41, "word": " تقانات", "probability": 0.9718017578125}, {"start": 359.41, "end": 359.81, "word": " السرد", "probability": 0.8448893229166666}, {"start": 359.81, "end": 359.89, "word": " أو", "probability": 0.65673828125}, {"start": 359.89, "end": 360.41, "word": " تقانات", "probability": 0.9842529296875}, {"start": 360.41, "end": 361.03, "word": " الرواية", "probability": 0.7850748697916666}, {"start": 361.03, "end": 362.31, "word": " حيث", "probability": 0.9676106770833334}, {"start": 362.31, "end": 362.83, "word": " ينفصل", "probability": 0.8389892578125}, {"start": 362.83, "end": 363.59, "word": " السرد", "probability": 0.85498046875}, {"start": 363.59, "end": 364.07, "word": " عن", "probability": 0.87353515625}, {"start": 364.07, "end": 364.59, "word": " المسرود", "probability": 0.9678955078125}, {"start": 364.59, "end": 365.01, "word": " عنهم", "probability": 0.79296875}, {"start": 365.01, "end": 365.97, "word": " ينفصل", "probability": 0.916259765625}, {"start": 365.97, "end": 366.39, "word": " السرد", "probability": 0.98974609375}, {"start": 366.39, "end": 366.51, "word": " عن", "probability": 0.94140625}, {"start": 366.51, "end": 367.03, "word": " المسرود", "probability": 0.975341796875}, {"start": 367.03, "end": 367.59, "word": " عنهم", "probability": 0.97265625}, {"start": 367.59, "end": 367.99, "word": " هنا", "probability": 0.45068359375}, {"start": 367.99, "end": 368.39, "word": " انفصل", "probability": 0.8271484375}, {"start": 368.39, "end": 368.77, "word": " السرد", "probability": 0.9864908854166666}, {"start": 368.77, "end": 368.89, "word": " عن", "probability": 0.95068359375}, {"start": 368.89, "end": 369.35, "word": " المسرود", "probability": 0.9710693359375}, {"start": 369.35, "end": 370.03, "word": " عنهم", "probability": 0.913330078125}, {"start": 370.03, "end": 373.57, "word": " ودائما", "probability": 0.80322265625}, {"start": 373.57, "end": 373.99, "word": " ضمير", "probability": 0.87353515625}, {"start": 373.99, "end": 374.37, "word": " الأنا", "probability": 0.83740234375}, {"start": 374.37, "end": 374.83, "word": " يعطى", "probability": 0.8006184895833334}, {"start": 374.83, "end": 375.55, "word": " الحرية", "probability": 0.97265625}], "temperature": 1.0}, {"id": 16, "seek": 40448, "start": 376.38, "end": 404.48, "text": "لكاتب السيرة الذاتية أن يتحرك وأن يتحدث وأن يقص وأن يحكي ويحدث لها كالتزام أدبي من ضمير الأنا اتجاه المتلقي وما تبرزه من أحداث أو من سيرة أو من حكايات واحيانا طوا حسين كان يحاول", "tokens": [23275, 9307, 3555, 21136, 48923, 32545, 9307, 10632, 14739, 7251, 2655, 5016, 31747, 4032, 33456, 7251, 2655, 24401, 12984, 4032, 33456, 7251, 4587, 9381, 4032, 33456, 7251, 5016, 4117, 1829, 4032, 1829, 24401, 12984, 5296, 11296, 9122, 6027, 2655, 11622, 10943, 5551, 3215, 21292, 9154, 48812, 2304, 13546, 16247, 8315, 1975, 2655, 7435, 40294, 9673, 2655, 1211, 38436, 4032, 15042, 6055, 26890, 11622, 3224, 9154, 5551, 24401, 5718, 104, 34051, 9154, 8608, 48923, 34051, 9154, 11331, 4117, 47302, 9307, 4032, 39319, 1829, 7649, 995, 23032, 14407, 11331, 3794, 9957, 25961, 7251, 5016, 995, 12610], "avg_logprob": -0.10912829166964481, "compression_ratio": 1.951219512195122, "no_speech_prob": 2.682209014892578e-06, "words": [{"start": 376.38, "end": 377.58, "word": "لكاتب", "probability": 0.8649088541666666}, {"start": 377.58, "end": 377.9, "word": " السيرة", "probability": 0.85888671875}, {"start": 377.9, "end": 378.38, "word": " الذاتية", "probability": 0.9944661458333334}, {"start": 378.38, "end": 378.56, "word": " أن", "probability": 0.81640625}, {"start": 378.56, "end": 379.28, "word": " يتحرك", "probability": 0.9893798828125}, {"start": 379.28, "end": 379.54, "word": " وأن", "probability": 0.726806640625}, {"start": 379.54, "end": 380.22, "word": " يتحدث", "probability": 0.9937744140625}, {"start": 380.22, "end": 380.42, "word": " وأن", "probability": 0.918212890625}, {"start": 380.42, "end": 380.98, "word": " يقص", "probability": 0.98486328125}, {"start": 380.98, "end": 382.0, "word": " وأن", "probability": 0.958251953125}, {"start": 382.0, "end": 382.52, "word": " يحكي", "probability": 0.9935302734375}, {"start": 382.52, "end": 386.1, "word": " ويحدث", "probability": 0.9344482421875}, {"start": 386.1, "end": 386.36, "word": " لها", "probability": 0.54229736328125}, {"start": 386.36, "end": 386.92, "word": " كالتزام", "probability": 0.98125}, {"start": 386.92, "end": 387.54, "word": " أدبي", "probability": 0.94873046875}, {"start": 387.54, "end": 390.06, "word": " من", "probability": 0.96435546875}, {"start": 390.06, "end": 390.44, "word": " ضمير", "probability": 0.9783528645833334}, {"start": 390.44, "end": 390.78, "word": " الأنا", "probability": 0.685791015625}, {"start": 390.78, "end": 391.34, "word": " اتجاه", "probability": 0.91064453125}, {"start": 391.34, "end": 392.08, "word": " المتلقي", "probability": 0.9080810546875}, {"start": 392.08, "end": 392.92, "word": " وما", "probability": 0.938720703125}, {"start": 392.92, "end": 394.28, "word": " تبرزه", "probability": 0.982666015625}, {"start": 394.28, "end": 394.56, "word": " من", "probability": 0.99462890625}, {"start": 394.56, "end": 395.18, "word": " أحداث", "probability": 0.9730224609375}, {"start": 395.18, "end": 395.76, "word": " أو", "probability": 0.9189453125}, {"start": 395.76, "end": 396.02, "word": " من", "probability": 0.97119140625}, {"start": 396.02, "end": 396.36, "word": " سيرة", "probability": 0.978515625}, {"start": 396.36, "end": 396.7, "word": " أو", "probability": 0.9296875}, {"start": 396.7, "end": 396.9, "word": " من", "probability": 0.9453125}, {"start": 396.9, "end": 397.68, "word": " حكايات", "probability": 0.9378662109375}, {"start": 397.68, "end": 402.88, "word": " واحيانا", "probability": 0.780078125}, {"start": 402.88, "end": 403.08, "word": " طوا", "probability": 0.517822265625}, {"start": 403.08, "end": 403.42, "word": " حسين", "probability": 0.9361979166666666}, {"start": 403.42, "end": 403.7, "word": " كان", "probability": 0.97314453125}, {"start": 403.7, "end": 404.48, "word": " يحاول", "probability": 0.9974365234375}], "temperature": 1.0}, {"id": 17, "seek": 42246, "start": 405.94, "end": 422.46, "text": "عن ينسب السخرية إلى هذه المرايا المتعددة للذات ويحيلة سردية ذكية من طه حسين لكنه يؤاخذ عليها", "tokens": [3615, 1863, 7251, 1863, 35457, 21136, 34740, 10632, 30731, 29538, 9673, 23557, 25528, 9673, 2655, 22488, 41891, 24976, 8848, 9307, 4032, 1829, 5016, 26895, 3660, 8608, 2288, 3215, 10632, 29910, 4117, 10632, 9154, 23032, 3224, 11331, 3794, 9957, 44381, 3224, 7251, 33604, 47283, 8848, 25894, 11296], "avg_logprob": -0.11261635733411667, "compression_ratio": 1.4482758620689655, "no_speech_prob": 8.940696716308594e-07, "words": [{"start": 405.94, "end": 406.24, "word": "عن", "probability": 0.923583984375}, {"start": 406.24, "end": 406.76, "word": " ينسب", "probability": 0.9220377604166666}, {"start": 406.76, "end": 407.78, "word": " السخرية", "probability": 0.8092447916666666}, {"start": 407.78, "end": 410.38, "word": " إلى", "probability": 0.83984375}, {"start": 410.38, "end": 410.8, "word": " هذه", "probability": 0.98974609375}, {"start": 410.8, "end": 411.52, "word": " المرايا", "probability": 0.9329427083333334}, {"start": 411.52, "end": 412.64, "word": " المتعددة", "probability": 0.9888916015625}, {"start": 412.64, "end": 414.28, "word": " للذات", "probability": 0.9651692708333334}, {"start": 414.28, "end": 417.0, "word": " ويحيلة", "probability": 0.79599609375}, {"start": 417.0, "end": 417.74, "word": " سردية", "probability": 0.96923828125}, {"start": 417.74, "end": 418.42, "word": " ذكية", "probability": 0.9889322916666666}, {"start": 418.42, "end": 418.64, "word": " من", "probability": 0.99072265625}, {"start": 418.64, "end": 418.86, "word": " طه", "probability": 0.5609130859375}, {"start": 418.86, "end": 419.28, "word": " حسين", "probability": 0.9651692708333334}, {"start": 419.28, "end": 420.94, "word": " لكنه", "probability": 0.86181640625}, {"start": 420.94, "end": 421.68, "word": " يؤاخذ", "probability": 0.8924560546875}, {"start": 421.68, "end": 422.46, "word": " عليها", "probability": 0.992431640625}], "temperature": 1.0}, {"id": 18, "seek": 45405, "start": 428.99, "end": 454.05, "text": "أيضا الجانب المضموني في الجانب المضموني تراجعت جرعة الصدق والبوح في سير طا حسين قفز طا حسين على معالم مهمة في حياته موضوع كتابه في الشعري جاهلي الذي حدث ضجة في مصر والعالم العربي وبعض علماء الأزهر قام بتكفيط طا حسين", "tokens": [10721, 1829, 11242, 995, 25724, 7649, 3555, 9673, 11242, 2304, 11536, 1829, 8978, 25724, 7649, 3555, 9673, 11242, 2304, 11536, 1829, 6055, 2288, 26108, 34268, 10874, 2288, 27884, 31767, 3215, 4587, 16070, 3555, 2407, 5016, 8978, 8608, 13546, 23032, 995, 11331, 3794, 9957, 12174, 5172, 11622, 23032, 995, 11331, 3794, 9957, 15844, 20449, 45340, 3714, 16095, 3660, 8978, 11331, 1829, 9307, 3224, 3714, 2407, 11242, 45367, 9122, 2655, 16758, 3224, 8978, 25124, 3615, 16572, 10874, 40294, 20292, 43527, 11331, 3215, 12984, 48812, 7435, 3660, 8978, 3714, 9381, 2288, 16070, 3615, 45340, 18863, 2288, 21292, 46599, 3615, 11242, 11203, 2304, 16606, 16247, 11622, 3224, 2288, 12174, 10943, 39894, 4117, 41185, 9566, 23032, 995, 11331, 3794, 9957], "avg_logprob": -0.12257543135562847, "compression_ratio": 1.989795918367347, "no_speech_prob": 3.635883331298828e-06, "words": [{"start": 428.99, "end": 429.49, "word": "أيضا", "probability": 0.78753662109375}, {"start": 429.49, "end": 429.93, "word": " الجانب", "probability": 0.7329508463541666}, {"start": 429.93, "end": 430.81, "word": " المضموني", "probability": 0.923046875}, {"start": 430.81, "end": 430.91, "word": " في", "probability": 0.7900390625}, {"start": 430.91, "end": 431.31, "word": " الجانب", "probability": 0.97607421875}, {"start": 431.31, "end": 432.29, "word": " المضموني", "probability": 0.9828125}, {"start": 432.29, "end": 433.11, "word": " تراجعت", "probability": 0.934326171875}, {"start": 433.11, "end": 433.57, "word": " جرعة", "probability": 0.86181640625}, {"start": 433.57, "end": 434.07, "word": " الصدق", "probability": 0.98974609375}, {"start": 434.07, "end": 434.57, "word": " والبوح", "probability": 0.921875}, {"start": 434.57, "end": 434.79, "word": " في", "probability": 0.9775390625}, {"start": 434.79, "end": 435.01, "word": " سير", "probability": 0.828125}, {"start": 435.01, "end": 435.27, "word": " طا", "probability": 0.5145263671875}, {"start": 435.27, "end": 435.73, "word": " حسين", "probability": 0.861328125}, {"start": 435.73, "end": 437.05, "word": " قفز", "probability": 0.9825846354166666}, {"start": 437.05, "end": 437.35, "word": " طا", "probability": 0.982177734375}, {"start": 437.35, "end": 437.79, "word": " حسين", "probability": 0.9978841145833334}, {"start": 437.79, "end": 437.99, "word": " على", "probability": 0.399658203125}, {"start": 437.99, "end": 438.57, "word": " معالم", "probability": 0.951171875}, {"start": 438.57, "end": 439.21, "word": " مهمة", "probability": 0.9827473958333334}, {"start": 439.21, "end": 439.37, "word": " في", "probability": 0.97607421875}, {"start": 439.37, "end": 440.01, "word": " حياته", "probability": 0.9962158203125}, {"start": 440.01, "end": 442.55, "word": " موضوع", "probability": 0.98828125}, {"start": 442.55, "end": 443.29, "word": " كتابه", "probability": 0.9912109375}, {"start": 443.29, "end": 443.49, "word": " في", "probability": 0.97998046875}, {"start": 443.49, "end": 443.91, "word": " الشعري", "probability": 0.939453125}, {"start": 443.91, "end": 444.47, "word": " جاهلي", "probability": 0.88232421875}, {"start": 444.47, "end": 444.83, "word": " الذي", "probability": 0.5908203125}, {"start": 444.83, "end": 445.17, "word": " حدث", "probability": 0.8518880208333334}, {"start": 445.17, "end": 445.77, "word": " ضجة", "probability": 0.9322916666666666}, {"start": 445.77, "end": 446.59, "word": " في", "probability": 0.97021484375}, {"start": 446.59, "end": 446.97, "word": " مصر", "probability": 0.9957682291666666}, {"start": 446.97, "end": 447.43, "word": " والعالم", "probability": 0.8362630208333334}, {"start": 447.43, "end": 447.99, "word": " العربي", "probability": 0.9410807291666666}, {"start": 447.99, "end": 450.55, "word": " وبعض", "probability": 0.8717447916666666}, {"start": 450.55, "end": 450.95, "word": " علماء", "probability": 0.95703125}, {"start": 450.95, "end": 451.43, "word": " الأزهر", "probability": 0.7889404296875}, {"start": 451.43, "end": 451.79, "word": " قام", "probability": 0.992431640625}, {"start": 451.79, "end": 453.31, "word": " بتكفيط", "probability": 0.7196044921875}, {"start": 453.31, "end": 453.49, "word": " طا", "probability": 0.9697265625}, {"start": 453.49, "end": 454.05, "word": " حسين", "probability": 0.9970703125}], "temperature": 1.0}, {"id": 19, "seek": 48041, "start": 455.15, "end": 480.41, "text": "وبعضهم طالب بفصله من الجامعة و بعضهم طالب محاكمته لماذا سكت وصمت طبعا حسين عن budget في الشعر الجالي كتابه المشهور في الشعر الجالي معاركه النقدية معاركه مع مصطفى صادق الرافعى الشيخ مصطفى صادق الرافعى مع العقاد مع زميل محمد حسين هيكن", "tokens": [37746, 3615, 11242, 16095, 23032, 6027, 3555, 4724, 5172, 36520, 3224, 9154, 25724, 10943, 27884, 4032, 45030, 11242, 16095, 23032, 6027, 3555, 3714, 5016, 995, 24793, 47395, 32767, 45636, 995, 8608, 4117, 2655, 4032, 9381, 2304, 2655, 23032, 3555, 3615, 995, 11331, 3794, 9957, 18871, 4706, 8978, 25124, 3615, 2288, 25724, 6027, 1829, 9122, 2655, 16758, 3224, 9673, 8592, 3224, 13063, 8978, 25124, 3615, 2288, 25724, 6027, 1829, 20449, 9640, 4117, 3224, 28239, 28543, 10632, 20449, 9640, 4117, 3224, 20449, 3714, 9381, 9566, 5172, 7578, 20328, 18513, 4587, 2423, 23557, 5172, 3615, 7578, 25124, 1829, 9778, 3714, 9381, 9566, 5172, 7578, 20328, 18513, 4587, 2423, 23557, 5172, 3615, 7578, 20449, 18863, 4587, 18513, 20449, 30767, 2304, 26895, 3714, 35571, 3215, 11331, 3794, 9957, 39896, 19452], "avg_logprob": -0.10980902949259394, "compression_ratio": 2.0643564356435644, "no_speech_prob": 1.430511474609375e-06, "words": [{"start": 455.15, "end": 455.83, "word": "وبعضهم", "probability": 0.9002685546875}, {"start": 455.83, "end": 456.41, "word": " طالب", "probability": 0.9046223958333334}, {"start": 456.41, "end": 457.39, "word": " بفصله", "probability": 0.9248046875}, {"start": 457.39, "end": 457.53, "word": " من", "probability": 0.98681640625}, {"start": 457.53, "end": 458.21, "word": " الجامعة", "probability": 0.98486328125}, {"start": 458.21, "end": 458.43, "word": " و", "probability": 0.662109375}, {"start": 458.43, "end": 459.01, "word": " بعضهم", "probability": 0.9055989583333334}, {"start": 459.01, "end": 459.31, "word": " طالب", "probability": 0.9658203125}, {"start": 459.31, "end": 460.25, "word": " محاكمته", "probability": 0.8728515625}, {"start": 460.25, "end": 462.53, "word": " لماذا", "probability": 0.9646809895833334}, {"start": 462.53, "end": 462.97, "word": " سكت", "probability": 0.9402669270833334}, {"start": 462.97, "end": 463.45, "word": " وصمت", "probability": 0.7945556640625}, {"start": 463.45, "end": 463.75, "word": " طبعا", "probability": 0.59564208984375}, {"start": 463.75, "end": 464.05, "word": " حسين", "probability": 0.9724934895833334}, {"start": 464.05, "end": 464.37, "word": " عن", "probability": 0.990234375}, {"start": 464.37, "end": 465.11, "word": " budget", "probability": 0.64501953125}, {"start": 465.11, "end": 465.85, "word": " في", "probability": 0.853515625}, {"start": 465.85, "end": 466.17, "word": " الشعر", "probability": 0.96533203125}, {"start": 466.17, "end": 466.59, "word": " الجالي", "probability": 0.7713216145833334}, {"start": 466.59, "end": 467.03, "word": " كتابه", "probability": 0.969970703125}, {"start": 467.03, "end": 467.49, "word": " المشهور", "probability": 0.990234375}, {"start": 467.49, "end": 467.63, "word": " في", "probability": 0.97314453125}, {"start": 467.63, "end": 468.07, "word": " الشعر", "probability": 0.9895833333333334}, {"start": 468.07, "end": 469.01, "word": " الجالي", "probability": 0.9866536458333334}, {"start": 469.01, "end": 470.31, "word": " معاركه", "probability": 0.9732666015625}, {"start": 470.31, "end": 471.05, "word": " النقدية", "probability": 0.9178059895833334}, {"start": 471.05, "end": 472.85, "word": " معاركه", "probability": 0.9854736328125}, {"start": 472.85, "end": 473.21, "word": " مع", "probability": 0.9794921875}, {"start": 473.21, "end": 474.37, "word": " مصطفى", "probability": 0.96376953125}, {"start": 474.37, "end": 474.77, "word": " صادق", "probability": 0.9658203125}, {"start": 474.77, "end": 475.35, "word": " الرافعى", "probability": 0.816015625}, {"start": 475.35, "end": 475.57, "word": " الشيخ", "probability": 0.8326822916666666}, {"start": 475.57, "end": 475.91, "word": " مصطفى", "probability": 0.9931640625}, {"start": 475.91, "end": 476.27, "word": " صادق", "probability": 0.9742838541666666}, {"start": 476.27, "end": 476.77, "word": " الرافعى", "probability": 0.9515625}, {"start": 476.77, "end": 477.25, "word": " مع", "probability": 0.97802734375}, {"start": 477.25, "end": 478.01, "word": " العقاد", "probability": 0.9484049479166666}, {"start": 478.01, "end": 478.87, "word": " مع", "probability": 0.94921875}, {"start": 478.87, "end": 479.21, "word": " زميل", "probability": 0.9474283854166666}, {"start": 479.21, "end": 479.59, "word": " محمد", "probability": 0.9513346354166666}, {"start": 479.59, "end": 479.93, "word": " حسين", "probability": 0.99658203125}, {"start": 479.93, "end": 480.41, "word": " هيكن", "probability": 0.4041748046875}], "temperature": 1.0}, {"id": 20, "seek": 51301, "start": 483.37, "end": 513.01, "text": "مع تلميذه محمد مندور مع حميد الذكى لماذا صمت طا حسين عن هذه المعارك النخضية؟ و هناك كتاب اسمه المعارك الأدبية يفرد بابا و فصلا كاملا لمعارك طا حسين الأدبية مع أدباء عصري أو مع بعض تلميذه حديثه او حياته في فرنسا لم يفصل فيها كثيرا", "tokens": [2304, 3615, 6055, 19528, 1829, 24192, 3714, 35571, 3215, 9154, 3215, 13063, 20449, 11331, 2304, 25708, 32545, 4117, 7578, 32767, 45636, 995, 20328, 2304, 2655, 23032, 995, 11331, 3794, 9957, 18871, 29538, 9673, 3615, 9640, 4117, 28239, 9778, 11242, 10632, 22807, 4032, 34105, 4117, 9122, 2655, 16758, 24525, 2304, 3224, 9673, 3615, 9640, 4117, 16247, 3215, 3555, 10632, 7251, 5172, 2288, 3215, 4724, 16758, 995, 4032, 6156, 9381, 15040, 9122, 10943, 15040, 32767, 3615, 9640, 4117, 23032, 995, 11331, 3794, 9957, 16247, 3215, 3555, 10632, 20449, 5551, 3215, 3555, 16606, 6225, 9381, 16572, 34051, 20449, 45030, 11242, 6055, 19528, 1829, 24192, 11331, 16254, 12984, 3224, 1975, 2407, 11331, 1829, 9307, 3224, 8978, 6156, 2288, 1863, 3794, 995, 32767, 7251, 5172, 36520, 8978, 11296, 9122, 12984, 13546, 995], "avg_logprob": -0.11730957351392135, "compression_ratio": 1.9855769230769231, "no_speech_prob": 0.0001766681671142578, "words": [{"start": 483.37, "end": 483.75, "word": "مع", "probability": 0.9794921875}, {"start": 483.75, "end": 484.29, "word": " تلميذه", "probability": 0.8568115234375}, {"start": 484.29, "end": 484.75, "word": " محمد", "probability": 0.888671875}, {"start": 484.75, "end": 485.31, "word": " مندور", "probability": 0.8357747395833334}, {"start": 485.31, "end": 489.85, "word": " مع", "probability": 0.6103515625}, {"start": 489.85, "end": 490.13, "word": " حميد", "probability": 0.79150390625}, {"start": 490.13, "end": 490.55, "word": " الذكى", "probability": 0.6155598958333334}, {"start": 490.55, "end": 491.47, "word": " لماذا", "probability": 0.9178059895833334}, {"start": 491.47, "end": 492.01, "word": " صمت", "probability": 0.9295247395833334}, {"start": 492.01, "end": 492.23, "word": " طا", "probability": 0.703125}, {"start": 492.23, "end": 492.49, "word": " حسين", "probability": 0.764892578125}, {"start": 492.49, "end": 492.67, "word": " عن", "probability": 0.97265625}, {"start": 492.67, "end": 492.89, "word": " هذه", "probability": 0.9453125}, {"start": 492.89, "end": 493.33, "word": " المعارك", "probability": 0.9884033203125}, {"start": 493.33, "end": 493.85, "word": " النخضية؟", "probability": 0.75078125}, {"start": 493.85, "end": 493.87, "word": " و", "probability": 0.4111328125}, {"start": 493.87, "end": 494.11, "word": " هناك", "probability": 0.930419921875}, {"start": 494.11, "end": 494.39, "word": " كتاب", "probability": 0.9977213541666666}, {"start": 494.39, "end": 494.65, "word": " اسمه", "probability": 0.8424479166666666}, {"start": 494.65, "end": 495.01, "word": " المعارك", "probability": 0.8936767578125}, {"start": 495.01, "end": 495.55, "word": " الأدبية", "probability": 0.947021484375}, {"start": 495.55, "end": 496.55, "word": " يفرد", "probability": 0.9102783203125}, {"start": 496.55, "end": 497.11, "word": " بابا", "probability": 0.994140625}, {"start": 497.11, "end": 497.25, "word": " و", "probability": 0.9697265625}, {"start": 497.25, "end": 497.71, "word": " فصلا", "probability": 0.6783040364583334}, {"start": 497.71, "end": 498.45, "word": " كاملا", "probability": 0.99072265625}, {"start": 498.45, "end": 499.51, "word": " لمعارك", "probability": 0.9666748046875}, {"start": 499.51, "end": 499.73, "word": " طا", "probability": 0.9677734375}, {"start": 499.73, "end": 500.15, "word": " حسين", "probability": 0.9964192708333334}, {"start": 500.15, "end": 500.85, "word": " الأدبية", "probability": 0.9898681640625}, {"start": 500.85, "end": 501.63, "word": " مع", "probability": 0.98486328125}, {"start": 501.63, "end": 502.51, "word": " أدباء", "probability": 0.9468994140625}, {"start": 502.51, "end": 503.03, "word": " عصري", "probability": 0.9703776041666666}, {"start": 503.03, "end": 503.29, "word": " أو", "probability": 0.68994140625}, {"start": 503.29, "end": 503.47, "word": " مع", "probability": 0.9736328125}, {"start": 503.47, "end": 503.81, "word": " بعض", "probability": 0.9951171875}, {"start": 503.81, "end": 504.45, "word": " تلميذه", "probability": 0.9083251953125}, {"start": 504.45, "end": 508.91, "word": " حديثه", "probability": 0.943359375}, {"start": 508.91, "end": 509.19, "word": " او", "probability": 0.745361328125}, {"start": 509.19, "end": 509.63, "word": " حياته", "probability": 0.9901123046875}, {"start": 509.63, "end": 509.81, "word": " في", "probability": 0.94482421875}, {"start": 509.81, "end": 511.37, "word": " فرنسا", "probability": 0.9921875}, {"start": 511.37, "end": 511.65, "word": " لم", "probability": 0.90380859375}, {"start": 511.65, "end": 512.11, "word": " يفصل", "probability": 0.966796875}, {"start": 512.11, "end": 512.37, "word": " فيها", "probability": 0.988525390625}, {"start": 512.37, "end": 513.01, "word": " كثيرا", "probability": 0.98876953125}], "temperature": 1.0}, {"id": 21, "seek": 54361, "start": 514.53, "end": 543.61, "text": "بركز على بعض الجوانب المشرقة والمهمة في سيرته في فرنسا الطا حسين كان متحفظا في الحديث عن بعض الألغاز في حياته أو بعض الأسرار في حياته بقى متكتما عليها وسردها سردا سريعا مثل علاقتي بالأحزاب السياسية الأحزاب السياسية المصرية وتقلبه بين هذه الأحزاب", "tokens": [26890, 4117, 11622, 15844, 45030, 11242, 25724, 2407, 7649, 3555, 9673, 46309, 28671, 16070, 2304, 16095, 3660, 8978, 8608, 13546, 47395, 8978, 6156, 2288, 1863, 3794, 995, 41950, 995, 11331, 3794, 9957, 25961, 44650, 5016, 5172, 19913, 995, 8978, 21542, 16254, 12984, 18871, 45030, 11242, 16247, 1211, 17082, 31377, 8978, 11331, 1829, 9307, 3224, 34051, 45030, 11242, 16247, 3794, 2288, 9640, 8978, 11331, 1829, 9307, 3224, 4724, 4587, 7578, 44650, 4117, 39237, 995, 25894, 11296, 46952, 2288, 3215, 11296, 8608, 2288, 28259, 8608, 16572, 3615, 995, 50113, 1211, 11203, 995, 4587, 31371, 20666, 10721, 5016, 11622, 16758, 21136, 25528, 3794, 10632, 16247, 5016, 11622, 16758, 21136, 25528, 3794, 10632, 9673, 9381, 2288, 10632, 4032, 2655, 4587, 46152, 3224, 49374, 29538, 16247, 5016, 11622, 16758], "avg_logprob": -0.09056250047683716, "compression_ratio": 2.1333333333333333, "no_speech_prob": 5.0067901611328125e-06, "words": [{"start": 514.53, "end": 515.21, "word": "بركز", "probability": 0.6942545572916666}, {"start": 515.21, "end": 515.47, "word": " على", "probability": 0.92822265625}, {"start": 515.47, "end": 515.81, "word": " بعض", "probability": 0.989501953125}, {"start": 515.81, "end": 516.37, "word": " الجوانب", "probability": 0.9744873046875}, {"start": 516.37, "end": 516.93, "word": " المشرقة", "probability": 0.8614908854166666}, {"start": 516.93, "end": 517.81, "word": " والمهمة", "probability": 0.86810302734375}, {"start": 517.81, "end": 518.41, "word": " في", "probability": 0.9208984375}, {"start": 518.41, "end": 519.71, "word": " سيرته", "probability": 0.8955078125}, {"start": 519.71, "end": 520.49, "word": " في", "probability": 0.939453125}, {"start": 520.49, "end": 521.25, "word": " فرنسا", "probability": 0.937890625}, {"start": 521.25, "end": 524.97, "word": " الطا", "probability": 0.55615234375}, {"start": 524.97, "end": 525.23, "word": " حسين", "probability": 0.92529296875}, {"start": 525.23, "end": 525.43, "word": " كان", "probability": 0.978515625}, {"start": 525.43, "end": 526.39, "word": " متحفظا", "probability": 0.97158203125}, {"start": 526.39, "end": 527.41, "word": " في", "probability": 0.853515625}, {"start": 527.41, "end": 527.81, "word": " الحديث", "probability": 0.9861653645833334}, {"start": 527.81, "end": 527.99, "word": " عن", "probability": 0.98779296875}, {"start": 527.99, "end": 528.27, "word": " بعض", "probability": 0.98876953125}, {"start": 528.27, "end": 528.95, "word": " الألغاز", "probability": 0.9736328125}, {"start": 528.95, "end": 529.13, "word": " في", "probability": 0.95654296875}, {"start": 529.13, "end": 529.71, "word": " حياته", "probability": 0.9925537109375}, {"start": 529.71, "end": 529.87, "word": " أو", "probability": 0.8779296875}, {"start": 529.87, "end": 530.13, "word": " بعض", "probability": 0.97802734375}, {"start": 530.13, "end": 530.63, "word": " الأسرار", "probability": 0.9696044921875}, {"start": 530.63, "end": 530.79, "word": " في", "probability": 0.984375}, {"start": 530.79, "end": 531.39, "word": " حياته", "probability": 0.9942626953125}, {"start": 531.39, "end": 532.77, "word": " بقى", "probability": 0.9495442708333334}, {"start": 532.77, "end": 533.51, "word": " متكتما", "probability": 0.895263671875}, {"start": 533.51, "end": 533.95, "word": " عليها", "probability": 0.987060546875}, {"start": 533.95, "end": 535.35, "word": " وسردها", "probability": 0.7049560546875}, {"start": 535.35, "end": 535.81, "word": " سردا", "probability": 0.9485677083333334}, {"start": 535.81, "end": 536.33, "word": " سريعا", "probability": 0.9942626953125}, {"start": 536.33, "end": 536.63, "word": " مثل", "probability": 0.9873046875}, {"start": 536.63, "end": 537.09, "word": " علاقتي", "probability": 0.85089111328125}, {"start": 537.09, "end": 537.63, "word": " بالأحزاب", "probability": 0.94912109375}, {"start": 537.63, "end": 538.35, "word": " السياسية", "probability": 0.9766845703125}, {"start": 538.35, "end": 540.35, "word": " الأحزاب", "probability": 0.883056640625}, {"start": 540.35, "end": 540.79, "word": " السياسية", "probability": 0.9820556640625}, {"start": 540.79, "end": 541.43, "word": " المصرية", "probability": 0.9505615234375}, {"start": 541.43, "end": 542.55, "word": " وتقلبه", "probability": 0.85546875}, {"start": 542.55, "end": 542.81, "word": " بين", "probability": 0.994140625}, {"start": 542.81, "end": 543.07, "word": " هذه", "probability": 0.92919921875}, {"start": 543.07, "end": 543.61, "word": " الأحزاب", "probability": 0.9898681640625}], "temperature": 1.0}, {"id": 22, "seek": 57284, "start": 545.5, "end": 572.84, "text": "وما هو مذهبه السياسي أدأ الغاز يعني بقيت أقفالا مقفلة لم يشهى طوا حسين يتحدث عنها أو يتكلم فيها أيضا ما ياخد على طوا حسين هذه السخرية التي يطفح بيها كتابه", "tokens": [2407, 15042, 31439, 3714, 24192, 3555, 3224, 21136, 25528, 3794, 1829, 5551, 3215, 10721, 6024, 118, 31377, 37495, 22653, 4724, 4587, 36081, 5551, 4587, 5172, 6027, 995, 3714, 4587, 5172, 37977, 32767, 7251, 8592, 3224, 7578, 23032, 14407, 11331, 3794, 9957, 7251, 2655, 24401, 12984, 18871, 11296, 34051, 7251, 2655, 4117, 19528, 8978, 11296, 36632, 11242, 995, 19446, 7251, 47283, 3215, 15844, 23032, 14407, 11331, 3794, 9957, 29538, 21136, 34740, 10632, 38392, 7251, 9566, 5172, 5016, 4724, 1829, 11296, 9122, 2655, 16758, 3224], "avg_logprob": -0.14546131537783713, "compression_ratio": 1.7707006369426752, "no_speech_prob": 1.1920928955078125e-07, "words": [{"start": 545.5, "end": 545.86, "word": "وما", "probability": 0.795654296875}, {"start": 545.86, "end": 546.08, "word": " هو", "probability": 0.96240234375}, {"start": 546.08, "end": 546.64, "word": " مذهبه", "probability": 0.9697265625}, {"start": 546.64, "end": 547.34, "word": " السياسي", "probability": 0.957763671875}, {"start": 547.34, "end": 548.74, "word": " أدأ", "probability": 0.462158203125}, {"start": 548.74, "end": 549.28, "word": " الغاز", "probability": 0.98486328125}, {"start": 549.28, "end": 551.5, "word": " يعني", "probability": 0.715087890625}, {"start": 551.5, "end": 552.26, "word": " بقيت", "probability": 0.9261067708333334}, {"start": 552.26, "end": 553.78, "word": " أقفالا", "probability": 0.95419921875}, {"start": 553.78, "end": 554.82, "word": " مقفلة", "probability": 0.96728515625}, {"start": 554.82, "end": 555.9, "word": " لم", "probability": 0.9697265625}, {"start": 555.9, "end": 556.34, "word": " يشهى", "probability": 0.8011474609375}, {"start": 556.34, "end": 556.5, "word": " طوا", "probability": 0.58203125}, {"start": 556.5, "end": 556.78, "word": " حسين", "probability": 0.9733072916666666}, {"start": 556.78, "end": 557.44, "word": " يتحدث", "probability": 0.9906005859375}, {"start": 557.44, "end": 557.92, "word": " عنها", "probability": 0.997802734375}, {"start": 557.92, "end": 558.44, "word": " أو", "probability": 0.92138671875}, {"start": 558.44, "end": 559.02, "word": " يتكلم", "probability": 0.99072265625}, {"start": 559.02, "end": 560.54, "word": " فيها", "probability": 0.99365234375}, {"start": 560.54, "end": 566.02, "word": " أيضا", "probability": 0.9007161458333334}, {"start": 566.02, "end": 566.16, "word": " ما", "probability": 0.354736328125}, {"start": 566.16, "end": 566.44, "word": " ياخد", "probability": 0.736328125}, {"start": 566.44, "end": 566.64, "word": " على", "probability": 0.89453125}, {"start": 566.64, "end": 566.96, "word": " طوا", "probability": 0.957275390625}, {"start": 566.96, "end": 567.36, "word": " حسين", "probability": 0.9952799479166666}, {"start": 567.36, "end": 567.74, "word": " هذه", "probability": 0.88720703125}, {"start": 567.74, "end": 568.54, "word": " السخرية", "probability": 0.7970377604166666}, {"start": 568.54, "end": 570.46, "word": " التي", "probability": 0.8779296875}, {"start": 570.46, "end": 571.24, "word": " يطفح", "probability": 0.90283203125}, {"start": 571.24, "end": 572.06, "word": " بيها", "probability": 0.9000651041666666}, {"start": 572.06, "end": 572.84, "word": " كتابه", "probability": 0.997314453125}], "temperature": 1.0}, {"id": 23, "seek": 60397, "start": 574.37, "end": 603.97, "text": "في الأيام السخرية من كل شيء مصري من كل شيء عربي السخرية من قريته و من تقاليد قريته و من علماء قريته السخرية من سيدنا من هو سيدنا؟ شيخ .. شيخه في الكتاب في حلقة تحفيظ القرآن الكريم ماذا قال طه حسين عن شيخه في الكتاب؟", "tokens": [41185, 16247, 1829, 10943, 21136, 34740, 10632, 9154, 28242, 44049, 38207, 3714, 9381, 16572, 9154, 28242, 44049, 38207, 6225, 2288, 21292, 21136, 34740, 10632, 9154, 12174, 16572, 47395, 4032, 9154, 6055, 4587, 6027, 25708, 12174, 16572, 47395, 4032, 9154, 11203, 2304, 16606, 12174, 16572, 47395, 21136, 34740, 10632, 9154, 8608, 25708, 8315, 9154, 31439, 8608, 25708, 8315, 22807, 44049, 9778, 4386, 44049, 9778, 3224, 8978, 33251, 2655, 16758, 8978, 11331, 1211, 28671, 6055, 5016, 41185, 19913, 25062, 2288, 148, 48506, 33251, 16572, 2304, 3714, 45636, 995, 50239, 23032, 3224, 11331, 3794, 9957, 18871, 44049, 9778, 3224, 8978, 33251, 2655, 16758, 22807], "avg_logprob": -0.11060048858909045, "compression_ratio": 2.2267441860465116, "no_speech_prob": 2.282857894897461e-05, "words": [{"start": 574.37, "end": 574.59, "word": "في", "probability": 0.3681640625}, {"start": 574.59, "end": 575.59, "word": " الأيام", "probability": 0.92041015625}, {"start": 575.59, "end": 576.53, "word": " السخرية", "probability": 0.6381022135416666}, {"start": 576.53, "end": 576.67, "word": " من", "probability": 0.98291015625}, {"start": 576.67, "end": 576.89, "word": " كل", "probability": 0.98779296875}, {"start": 576.89, "end": 577.09, "word": " شيء", "probability": 0.624267578125}, {"start": 577.09, "end": 577.49, "word": " مصري", "probability": 0.962890625}, {"start": 577.49, "end": 578.51, "word": " من", "probability": 0.65673828125}, {"start": 578.51, "end": 578.69, "word": " كل", "probability": 0.9873046875}, {"start": 578.69, "end": 578.89, "word": " شيء", "probability": 0.962646484375}, {"start": 578.89, "end": 579.29, "word": " عربي", "probability": 0.9765625}, {"start": 579.29, "end": 582.03, "word": " السخرية", "probability": 0.97998046875}, {"start": 582.03, "end": 582.85, "word": " من", "probability": 0.99169921875}, {"start": 582.85, "end": 583.71, "word": " قريته", "probability": 0.9436848958333334}, {"start": 583.71, "end": 584.03, "word": " و", "probability": 0.71923828125}, {"start": 584.03, "end": 584.21, "word": " من", "probability": 0.51123046875}, {"start": 584.21, "end": 584.81, "word": " تقاليد", "probability": 0.9920654296875}, {"start": 584.81, "end": 585.49, "word": " قريته", "probability": 0.98681640625}, {"start": 585.49, "end": 585.69, "word": " و", "probability": 0.99365234375}, {"start": 585.69, "end": 585.83, "word": " من", "probability": 0.9111328125}, {"start": 585.83, "end": 586.29, "word": " علماء", "probability": 0.951171875}, {"start": 586.29, "end": 586.93, "word": " قريته", "probability": 0.9845377604166666}, {"start": 586.93, "end": 588.73, "word": " السخرية", "probability": 0.98681640625}, {"start": 588.73, "end": 588.91, "word": " من", "probability": 0.990234375}, {"start": 588.91, "end": 589.63, "word": " سيدنا", "probability": 0.9928385416666666}, {"start": 589.63, "end": 590.69, "word": " من", "probability": 0.68212890625}, {"start": 590.69, "end": 590.87, "word": " هو", "probability": 0.9892578125}, {"start": 590.87, "end": 591.83, "word": " سيدنا؟", "probability": 0.9017333984375}, {"start": 591.83, "end": 593.83, "word": " شيخ", "probability": 0.7890625}, {"start": 593.83, "end": 593.85, "word": " ..", "probability": 0.544921875}, {"start": 593.85, "end": 594.51, "word": " شيخه", "probability": 0.9464518229166666}, {"start": 594.51, "end": 594.71, "word": " في", "probability": 0.94189453125}, {"start": 594.71, "end": 595.39, "word": " الكتاب", "probability": 0.9718424479166666}, {"start": 595.39, "end": 595.95, "word": " في", "probability": 0.59619140625}, {"start": 595.95, "end": 596.29, "word": " حلقة", "probability": 0.9866536458333334}, {"start": 596.29, "end": 596.71, "word": " تحفيظ", "probability": 0.9107666015625}, {"start": 596.71, "end": 597.01, "word": " القرآن", "probability": 0.8770751953125}, {"start": 597.01, "end": 597.51, "word": " الكريم", "probability": 0.9599609375}, {"start": 597.51, "end": 599.21, "word": " ماذا", "probability": 0.94140625}, {"start": 599.21, "end": 599.51, "word": " قال", "probability": 0.982421875}, {"start": 599.51, "end": 600.01, "word": " طه", "probability": 0.747314453125}, {"start": 600.01, "end": 600.67, "word": " حسين", "probability": 0.9666341145833334}, {"start": 600.67, "end": 601.19, "word": " عن", "probability": 0.99072265625}, {"start": 601.19, "end": 602.01, "word": " شيخه", "probability": 0.99267578125}, {"start": 602.01, "end": 602.81, "word": " في", "probability": 0.9833984375}, {"start": 602.81, "end": 603.97, "word": " الكتاب؟", "probability": 0.9775390625}], "temperature": 1.0}, {"id": 24, "seek": 63115, "start": 607.99, "end": 631.15, "text": "لنستمع إلى طاه حسين يحدثنا بنفسه عن شيخه افتحوا الكتاب عندكم صفحه كام في الكتاب عندكم؟", "tokens": [1211, 1863, 14851, 2304, 3615, 30731, 23032, 40294, 11331, 3794, 9957, 7251, 24401, 12984, 8315, 44945, 36178, 3224, 18871, 44049, 9778, 3224, 1975, 5172, 2655, 5016, 14407, 33251, 2655, 16758, 43242, 24793, 20328, 5172, 5016, 3224, 9122, 10943, 8978, 33251, 2655, 16758, 43242, 24793, 22807], "avg_logprob": -0.16440216775821603, "compression_ratio": 1.5096153846153846, "no_speech_prob": 2.682209014892578e-06, "words": [{"start": 607.99, "end": 608.93, "word": "لنستمع", "probability": 0.94150390625}, {"start": 608.93, "end": 609.29, "word": " إلى", "probability": 0.7626953125}, {"start": 609.29, "end": 609.79, "word": " طاه", "probability": 0.6746826171875}, {"start": 609.79, "end": 610.39, "word": " حسين", "probability": 0.9650065104166666}, {"start": 610.39, "end": 611.65, "word": " يحدثنا", "probability": 0.959716796875}, {"start": 611.65, "end": 612.87, "word": " بنفسه", "probability": 0.9816080729166666}, {"start": 612.87, "end": 614.63, "word": " عن", "probability": 0.98681640625}, {"start": 614.63, "end": 616.91, "word": " شيخه", "probability": 0.95556640625}, {"start": 616.91, "end": 628.63, "word": " افتحوا", "probability": 0.96474609375}, {"start": 628.63, "end": 628.91, "word": " الكتاب", "probability": 0.9365234375}, {"start": 628.91, "end": 629.21, "word": " عندكم", "probability": 0.862060546875}, {"start": 629.21, "end": 629.55, "word": " صفحه", "probability": 0.81500244140625}, {"start": 629.55, "end": 629.73, "word": " كام", "probability": 0.6099853515625}, {"start": 629.73, "end": 629.83, "word": " في", "probability": 0.78759765625}, {"start": 629.83, "end": 630.17, "word": " الكتاب", "probability": 0.982421875}, {"start": 630.17, "end": 631.15, "word": " عندكم؟", "probability": 0.773681640625}], "temperature": 1.0}, {"id": 25, "seek": 66969, "start": 642.51, "end": 669.69, "text": "أنا طيب انظرولي كام في الكتاب كام مكتوب الرقم في الهامش في الهامش كانت كام تسعة واربعين اه نعم قراينا الصفحة وكان العريفه يبغض سيدنا", "tokens": [10721, 8315, 23032, 1829, 3555, 16472, 19913, 2288, 12610, 1829, 9122, 10943, 8978, 33251, 2655, 16758, 9122, 10943, 3714, 4117, 2655, 37746, 34892, 4587, 2304, 8978, 2423, 3224, 10943, 8592, 8978, 2423, 3224, 10943, 8592, 25961, 2655, 9122, 10943, 6055, 3794, 27884, 4032, 9640, 3555, 3615, 9957, 1975, 3224, 8717, 25957, 12174, 23557, 1829, 8315, 31767, 5172, 5016, 3660, 4032, 41361, 18863, 16572, 5172, 3224, 7251, 3555, 17082, 11242, 8608, 25708, 8315], "avg_logprob": -0.15710616764956958, "compression_ratio": 1.7518248175182483, "no_speech_prob": 5.960464477539063e-08, "words": [{"start": 642.51, "end": 642.87, "word": "أنا", "probability": 0.7078857421875}, {"start": 642.87, "end": 643.29, "word": " طيب", "probability": 0.9244791666666666}, {"start": 643.29, "end": 644.27, "word": " انظرولي", "probability": 0.82421875}, {"start": 644.27, "end": 644.49, "word": " كام", "probability": 0.88818359375}, {"start": 644.49, "end": 644.61, "word": " في", "probability": 0.75048828125}, {"start": 644.61, "end": 644.99, "word": " الكتاب", "probability": 0.9905598958333334}, {"start": 644.99, "end": 645.27, "word": " كام", "probability": 0.6636962890625}, {"start": 645.27, "end": 645.59, "word": " مكتوب", "probability": 0.9814453125}, {"start": 645.59, "end": 646.07, "word": " الرقم", "probability": 0.8528645833333334}, {"start": 646.07, "end": 646.21, "word": " في", "probability": 0.9501953125}, {"start": 646.21, "end": 646.57, "word": " الهامش", "probability": 0.8963623046875}, {"start": 646.57, "end": 646.69, "word": " في", "probability": 0.63427734375}, {"start": 646.69, "end": 647.27, "word": " الهامش", "probability": 0.952392578125}, {"start": 647.27, "end": 651.27, "word": " كانت", "probability": 0.72802734375}, {"start": 651.27, "end": 651.63, "word": " كام", "probability": 0.953125}, {"start": 651.63, "end": 653.37, "word": " تسعة", "probability": 0.7841796875}, {"start": 653.37, "end": 653.93, "word": " واربعين", "probability": 0.851220703125}, {"start": 653.93, "end": 658.03, "word": " اه", "probability": 0.790771484375}, {"start": 658.03, "end": 658.71, "word": " نعم", "probability": 0.99169921875}, {"start": 658.71, "end": 663.87, "word": " قراينا", "probability": 0.722900390625}, {"start": 663.87, "end": 665.17, "word": " الصفحة", "probability": 0.9259033203125}, {"start": 665.17, "end": 666.03, "word": " وكان", "probability": 0.903076171875}, {"start": 666.03, "end": 666.97, "word": " العريفه", "probability": 0.91796875}, {"start": 666.97, "end": 669.13, "word": " يبغض", "probability": 0.9830322265625}, {"start": 669.13, "end": 669.69, "word": " سيدنا", "probability": 0.9866536458333334}], "temperature": 1.0}, {"id": 26, "seek": 68926, "start": 672.86, "end": 689.26, "text": "لنرى ماذا يقول طوا حسين عن شيخه الذي حفظه القرآن الكريم في الكتاب نعم وكان العريف يبغض سيدا نعم بغضب شديدا العريف المقصود بالعريف هو مساعد الشيخ نعم", "tokens": [1211, 1863, 2288, 7578, 3714, 45636, 995, 7251, 39648, 23032, 14407, 11331, 3794, 9957, 18871, 44049, 9778, 3224, 43527, 11331, 5172, 19913, 3224, 25062, 2288, 148, 48506, 33251, 16572, 2304, 8978, 33251, 2655, 16758, 8717, 25957, 4032, 41361, 18863, 16572, 5172, 7251, 3555, 17082, 11242, 8608, 25708, 995, 8717, 25957, 4724, 17082, 11242, 3555, 13412, 16254, 28259, 18863, 16572, 5172, 9673, 4587, 9381, 23328, 20666, 3615, 16572, 5172, 31439, 47524, 995, 22488, 25124, 1829, 9778, 8717, 25957], "avg_logprob": -0.1470352611862696, "compression_ratio": 1.7581699346405228, "no_speech_prob": 1.1920928955078125e-07, "words": [{"start": 672.86, "end": 673.62, "word": "لنرى", "probability": 0.8785400390625}, {"start": 673.62, "end": 674.2, "word": " ماذا", "probability": 0.9832356770833334}, {"start": 674.2, "end": 674.5, "word": " يقول", "probability": 0.992431640625}, {"start": 674.5, "end": 674.74, "word": " طوا", "probability": 0.5946044921875}, {"start": 674.74, "end": 675.3, "word": " حسين", "probability": 0.91064453125}, {"start": 675.3, "end": 675.68, "word": " عن", "probability": 0.99560546875}, {"start": 675.68, "end": 676.46, "word": " شيخه", "probability": 0.9568684895833334}, {"start": 676.46, "end": 679.64, "word": " الذي", "probability": 0.32568359375}, {"start": 679.64, "end": 680.76, "word": " حفظه", "probability": 0.9847412109375}, {"start": 680.76, "end": 681.12, "word": " القرآن", "probability": 0.836669921875}, {"start": 681.12, "end": 681.5, "word": " الكريم", "probability": 0.9567057291666666}, {"start": 681.5, "end": 681.6, "word": " في", "probability": 0.8232421875}, {"start": 681.6, "end": 682.04, "word": " الكتاب", "probability": 0.9560546875}, {"start": 682.04, "end": 682.4, "word": " نعم", "probability": 0.6878662109375}, {"start": 682.4, "end": 683.3, "word": " وكان", "probability": 0.5345458984375}, {"start": 683.3, "end": 683.72, "word": " العريف", "probability": 0.97802734375}, {"start": 683.72, "end": 684.04, "word": " يبغض", "probability": 0.8646240234375}, {"start": 684.04, "end": 684.5, "word": " سيدا", "probability": 0.8048502604166666}, {"start": 684.5, "end": 684.62, "word": " نعم", "probability": 0.76025390625}, {"start": 684.62, "end": 685.02, "word": " بغضب", "probability": 0.84716796875}, {"start": 685.02, "end": 685.46, "word": " شديدا", "probability": 0.89453125}, {"start": 685.46, "end": 686.0, "word": " العريف", "probability": 0.9290364583333334}, {"start": 686.0, "end": 686.36, "word": " المقصود", "probability": 0.9781494140625}, {"start": 686.36, "end": 686.76, "word": " بالعريف", "probability": 0.9696044921875}, {"start": 686.76, "end": 686.88, "word": " هو", "probability": 0.98876953125}, {"start": 686.88, "end": 687.58, "word": " مساعد", "probability": 0.9778645833333334}, {"start": 687.58, "end": 688.4, "word": " الشيخ", "probability": 0.9827473958333334}, {"start": 688.4, "end": 689.26, "word": " نعم", "probability": 0.95458984375}], "temperature": 1.0}, {"id": 27, "seek": 71737, "start": 689.63, "end": 717.37, "text": "ولكنه يصانعه وكان سيدنا يكره العليف كرها عنيفا ويحتقره ولكنه يتملقه فأما العليف فكان يكره سيدنا لأنه أثر غشاش كذب أثرون أيه يعني أثرون؟ يؤثر نفسه يعني كمان أقول بالعملي أناني أثرون يعني يحب نفسه أكتر من الآخرين أثرون غشاش كذب هذه صفات من؟ صفات من؟", "tokens": [12610, 19452, 3224, 7251, 9381, 7649, 3615, 3224, 4032, 41361, 8608, 25708, 8315, 7251, 37983, 3224, 18863, 20292, 5172, 9122, 2288, 3224, 995, 18871, 33911, 995, 4032, 1829, 33753, 4587, 2288, 3224, 35525, 19452, 3224, 7251, 39237, 1211, 4587, 3224, 6156, 10721, 15042, 18863, 20292, 5172, 6156, 41361, 7251, 37983, 3224, 8608, 25708, 8315, 5296, 33456, 3224, 5551, 49115, 32771, 8592, 33599, 9122, 8848, 3555, 5551, 49115, 11536, 36632, 3224, 37495, 22653, 5551, 49115, 11536, 22807, 7251, 33604, 49115, 8717, 36178, 3224, 37495, 22653, 9122, 2304, 7649, 5551, 39648, 20666, 25957, 20292, 14739, 7649, 1829, 5551, 49115, 11536, 37495, 22653, 7251, 5016, 3555, 8717, 36178, 3224, 5551, 4117, 2655, 2288, 9154, 6024, 95, 34740, 9957, 5551, 49115, 11536, 32771, 8592, 33599, 9122, 8848, 3555, 29538, 20328, 5172, 9307, 9154, 22807, 20328, 5172, 9307, 9154, 22807], "avg_logprob": -0.15096507747383678, "compression_ratio": 2.2338308457711444, "no_speech_prob": 9.59634780883789e-06, "words": [{"start": 689.63, "end": 690.31, "word": "ولكنه", "probability": 0.9464518229166666}, {"start": 690.31, "end": 691.11, "word": " يصانعه", "probability": 0.96484375}, {"start": 691.11, "end": 691.87, "word": " وكان", "probability": 0.886474609375}, {"start": 691.87, "end": 692.37, "word": " سيدنا", "probability": 0.9886067708333334}, {"start": 692.37, "end": 692.79, "word": " يكره", "probability": 0.9879557291666666}, {"start": 692.79, "end": 693.17, "word": " العليف", "probability": 0.88330078125}, {"start": 693.17, "end": 693.53, "word": " كرها", "probability": 0.8309326171875}, {"start": 693.53, "end": 694.03, "word": " عنيفا", "probability": 0.93798828125}, {"start": 694.03, "end": 695.03, "word": " ويحتقره", "probability": 0.9120279947916666}, {"start": 695.03, "end": 695.71, "word": " ولكنه", "probability": 0.8899739583333334}, {"start": 695.71, "end": 696.63, "word": " يتملقه", "probability": 0.92578125}, {"start": 696.63, "end": 697.57, "word": " فأما", "probability": 0.9305013020833334}, {"start": 697.57, "end": 697.95, "word": " العليف", "probability": 0.99072265625}, {"start": 697.95, "end": 698.27, "word": " فكان", "probability": 0.696533203125}, {"start": 698.27, "end": 698.65, "word": " يكره", "probability": 0.994140625}, {"start": 698.65, "end": 699.19, "word": " سيدنا", "probability": 0.9920247395833334}, {"start": 699.19, "end": 700.03, "word": " لأنه", "probability": 0.9580078125}, {"start": 700.03, "end": 700.31, "word": " أثر", "probability": 0.80419921875}, {"start": 700.31, "end": 701.11, "word": " غشاش", "probability": 0.9708658854166666}, {"start": 701.11, "end": 701.27, "word": " كذب", "probability": 0.5847981770833334}, {"start": 701.27, "end": 701.91, "word": " أثرون", "probability": 0.656005859375}, {"start": 701.91, "end": 702.13, "word": " أيه", "probability": 0.6947021484375}, {"start": 702.13, "end": 702.31, "word": " يعني", "probability": 0.944580078125}, {"start": 702.31, "end": 703.59, "word": " أثرون؟", "probability": 0.84417724609375}, {"start": 703.59, "end": 704.47, "word": " يؤثر", "probability": 0.9378255208333334}, {"start": 704.47, "end": 704.83, "word": " نفسه", "probability": 0.9923502604166666}, {"start": 704.83, "end": 705.73, "word": " يعني", "probability": 0.79736328125}, {"start": 705.73, "end": 705.99, "word": " كمان", "probability": 0.7632649739583334}, {"start": 705.99, "end": 706.19, "word": " أقول", "probability": 0.884033203125}, {"start": 706.19, "end": 706.51, "word": " بالعملي", "probability": 0.6339518229166666}, {"start": 706.51, "end": 707.07, "word": " أناني", "probability": 0.8336588541666666}, {"start": 707.07, "end": 707.79, "word": " أثرون", "probability": 0.9669596354166666}, {"start": 707.79, "end": 707.99, "word": " يعني", "probability": 0.990966796875}, {"start": 707.99, "end": 708.75, "word": " يحب", "probability": 0.8258463541666666}, {"start": 708.75, "end": 709.45, "word": " نفسه", "probability": 0.9256184895833334}, {"start": 709.45, "end": 709.83, "word": " أكتر", "probability": 0.872802734375}, {"start": 709.83, "end": 709.99, "word": " من", "probability": 0.9951171875}, {"start": 709.99, "end": 710.77, "word": " الآخرين", "probability": 0.917724609375}, {"start": 710.77, "end": 712.01, "word": " أثرون", "probability": 0.9305013020833334}, {"start": 712.01, "end": 712.71, "word": " غشاش", "probability": 0.9300130208333334}, {"start": 712.71, "end": 713.37, "word": " كذب", "probability": 0.9376627604166666}, {"start": 713.37, "end": 714.25, "word": " هذه", "probability": 0.7041015625}, {"start": 714.25, "end": 714.69, "word": " صفات", "probability": 0.9923502604166666}, {"start": 714.69, "end": 715.55, "word": " من؟", "probability": 0.85302734375}, {"start": 715.55, "end": 716.87, "word": " صفات", "probability": 0.8787434895833334}, {"start": 716.87, "end": 717.37, "word": " من؟", "probability": 0.852294921875}], "temperature": 1.0}, {"id": 28, "seek": 73864, "start": 718.96, "end": 738.64, "text": "صفات من الشيخ هذه صفات من صفات الشيخ صفات من صفات الشيخ يخفي عليه بعض موارد الكتاب و يسافر بخير ما يقصه يعني الشيخ عنده .. فيه .. لاحظوا .. لاحظوا كيف يعني ذكاء طواحسين", "tokens": [9381, 5172, 9307, 9154, 25124, 1829, 9778, 29538, 20328, 5172, 9307, 9154, 20328, 5172, 9307, 25124, 1829, 9778, 20328, 5172, 9307, 9154, 20328, 5172, 9307, 25124, 1829, 9778, 7251, 9778, 41185, 47356, 45030, 11242, 3714, 2407, 9640, 3215, 33251, 2655, 16758, 4032, 7251, 3794, 31845, 2288, 4724, 9778, 13546, 19446, 7251, 4587, 9381, 3224, 37495, 22653, 25124, 1829, 9778, 43242, 3224, 4386, 8978, 3224, 4386, 20193, 5016, 19913, 14407, 4386, 20193, 5016, 19913, 14407, 9122, 33911, 37495, 22653, 29910, 4117, 16606, 23032, 14407, 5016, 3794, 9957], "avg_logprob": -0.19019396414701967, "compression_ratio": 1.9733333333333334, "no_speech_prob": 1.1920928955078125e-07, "words": [{"start": 718.96, "end": 719.56, "word": "صفات", "probability": 0.9158528645833334}, {"start": 719.56, "end": 719.86, "word": " من", "probability": 0.81591796875}, {"start": 719.86, "end": 721.98, "word": " الشيخ", "probability": 0.90771484375}, {"start": 721.98, "end": 722.42, "word": " هذه", "probability": 0.3916015625}, {"start": 722.42, "end": 722.9, "word": " صفات", "probability": 0.9934895833333334}, {"start": 722.9, "end": 723.18, "word": " من", "probability": 0.98388671875}, {"start": 723.18, "end": 724.4, "word": " صفات", "probability": 0.9342447916666666}, {"start": 724.4, "end": 724.94, "word": " الشيخ", "probability": 0.9832356770833334}, {"start": 724.94, "end": 725.64, "word": " صفات", "probability": 0.912109375}, {"start": 725.64, "end": 725.92, "word": " من", "probability": 0.99462890625}, {"start": 725.92, "end": 727.32, "word": " صفات", "probability": 0.9793294270833334}, {"start": 727.32, "end": 727.92, "word": " الشيخ", "probability": 0.982421875}, {"start": 727.92, "end": 728.94, "word": " يخفي", "probability": 0.7564290364583334}, {"start": 728.94, "end": 729.3, "word": " عليه", "probability": 0.93896484375}, {"start": 729.3, "end": 729.64, "word": " بعض", "probability": 0.97705078125}, {"start": 729.64, "end": 730.06, "word": " موارد", "probability": 0.9913330078125}, {"start": 730.06, "end": 730.68, "word": " الكتاب", "probability": 0.9903971354166666}, {"start": 730.68, "end": 731.08, "word": " و", "probability": 0.966796875}, {"start": 731.08, "end": 731.6, "word": " يسافر", "probability": 0.9200439453125}, {"start": 731.6, "end": 731.98, "word": " بخير", "probability": 0.9910481770833334}, {"start": 731.98, "end": 732.16, "word": " ما", "probability": 0.67041015625}, {"start": 732.16, "end": 732.9, "word": " يقصه", "probability": 0.527191162109375}, {"start": 732.9, "end": 732.92, "word": " يعني", "probability": 0.81640625}, {"start": 732.92, "end": 733.22, "word": " الشيخ", "probability": 0.9806315104166666}, {"start": 733.22, "end": 734.04, "word": " عنده", "probability": 0.749755859375}, {"start": 734.04, "end": 734.08, "word": " ..", "probability": 0.2744140625}, {"start": 734.08, "end": 734.3, "word": " فيه", "probability": 0.3665771484375}, {"start": 734.3, "end": 734.48, "word": " ..", "probability": 0.40283203125}, {"start": 734.48, "end": 735.2, "word": " لاحظوا", "probability": 0.8831787109375}, {"start": 735.2, "end": 735.44, "word": " ..", "probability": 0.72998046875}, {"start": 735.44, "end": 735.82, "word": " لاحظوا", "probability": 0.967529296875}, {"start": 735.82, "end": 736.06, "word": " كيف", "probability": 0.9833984375}, {"start": 736.06, "end": 736.48, "word": " يعني", "probability": 0.9345703125}, {"start": 736.48, "end": 738.0, "word": " ذكاء", "probability": 0.9215494791666666}, {"start": 738.0, "end": 738.64, "word": " طواحسين", "probability": 0.76787109375}], "temperature": 1.0}, {"id": 29, "seek": 75424, "start": 739.98, "end": 754.24, "text": "هو لا يريد أن يقول أن الشيخ كاذب و أثر و غشاش، يقول أن العريف يكره سيدنا لأنه و كده، كأن هذا الموقف و موقف من العريف، لكن في حقيقة موقف من مقطع حسين", "tokens": [3224, 2407, 20193, 7251, 16572, 3215, 14739, 7251, 39648, 14739, 25124, 1829, 9778, 9122, 45636, 3555, 4032, 5551, 49115, 4032, 32771, 8592, 33599, 12399, 7251, 39648, 14739, 18863, 16572, 5172, 7251, 37983, 3224, 8608, 25708, 8315, 5296, 33456, 3224, 4032, 9122, 3215, 3224, 12399, 9122, 33456, 23758, 9673, 30543, 5172, 4032, 3714, 30543, 5172, 9154, 18863, 16572, 5172, 12399, 44381, 8978, 11331, 38436, 28671, 3714, 30543, 5172, 9154, 3714, 47432, 3615, 11331, 3794, 9957], "avg_logprob": -0.15010416587193806, "compression_ratio": 1.8013698630136987, "no_speech_prob": 2.980232238769531e-07, "words": [{"start": 739.98, "end": 740.26, "word": "هو", "probability": 0.886962890625}, {"start": 740.26, "end": 740.38, "word": " لا", "probability": 0.92822265625}, {"start": 740.38, "end": 740.7, "word": " يريد", "probability": 0.9573567708333334}, {"start": 740.7, "end": 740.78, "word": " أن", "probability": 0.43359375}, {"start": 740.78, "end": 741.24, "word": " يقول", "probability": 0.992919921875}, {"start": 741.24, "end": 741.88, "word": " أن", "probability": 0.78662109375}, {"start": 741.88, "end": 742.52, "word": " الشيخ", "probability": 0.9744466145833334}, {"start": 742.52, "end": 743.5, "word": " كاذب", "probability": 0.9806315104166666}, {"start": 743.5, "end": 743.78, "word": " و", "probability": 0.83251953125}, {"start": 743.78, "end": 744.18, "word": " أثر", "probability": 0.8720703125}, {"start": 744.18, "end": 744.36, "word": " و", "probability": 0.99560546875}, {"start": 744.36, "end": 744.9, "word": " غشاش،", "probability": 0.7874755859375}, {"start": 744.9, "end": 745.18, "word": " يقول", "probability": 0.973388671875}, {"start": 745.18, "end": 745.44, "word": " أن", "probability": 0.87109375}, {"start": 745.44, "end": 745.92, "word": " العريف", "probability": 0.98583984375}, {"start": 745.92, "end": 746.28, "word": " يكره", "probability": 0.9796549479166666}, {"start": 746.28, "end": 746.62, "word": " سيدنا", "probability": 0.98681640625}, {"start": 746.62, "end": 747.1, "word": " لأنه", "probability": 0.9737955729166666}, {"start": 747.1, "end": 747.16, "word": " و", "probability": 0.3740234375}, {"start": 747.16, "end": 748.02, "word": " كده،", "probability": 0.713623046875}, {"start": 748.02, "end": 748.24, "word": " كأن", "probability": 0.92041015625}, {"start": 748.24, "end": 748.5, "word": " هذا", "probability": 0.93701171875}, {"start": 748.5, "end": 748.92, "word": " الموقف", "probability": 0.9189453125}, {"start": 748.92, "end": 749.04, "word": " و", "probability": 0.91552734375}, {"start": 749.04, "end": 749.44, "word": " موقف", "probability": 0.9801432291666666}, {"start": 749.44, "end": 749.7, "word": " من", "probability": 0.60107421875}, {"start": 749.7, "end": 751.38, "word": " العريف،", "probability": 0.8963623046875}, {"start": 751.38, "end": 751.6, "word": " لكن", "probability": 0.97607421875}, {"start": 751.6, "end": 751.72, "word": " في", "probability": 0.8681640625}, {"start": 751.72, "end": 752.06, "word": " حقيقة", "probability": 0.9208984375}, {"start": 752.06, "end": 752.42, "word": " موقف", "probability": 0.9871419270833334}, {"start": 752.42, "end": 752.7, "word": " من", "probability": 0.98095703125}, {"start": 752.7, "end": 753.9, "word": " مقطع", "probability": 0.4716796875}, {"start": 753.9, "end": 754.24, "word": " حسين", "probability": 0.8318684895833334}], "temperature": 1.0}, {"id": 30, "seek": 77823, "start": 755.39, "end": 778.23, "text": "إذا صورة سيدنا في .. في الأيام كاذب غشاش أثر صوته أيوة يستأثر بخير ما يحمل الصبيان معهم من طعام ويزدري لأنه كان في الماضي .. في الماضي البعيد طبعا وحتى القريب كان أجرة الشيوخ ليست بالمال", "tokens": [28814, 15730, 20328, 13063, 3660, 8608, 25708, 8315, 8978, 4386, 8978, 16247, 1829, 10943, 9122, 45636, 3555, 32771, 8592, 33599, 5551, 49115, 20328, 35473, 3224, 36632, 2407, 3660, 7251, 14851, 10721, 49115, 4724, 9778, 13546, 19446, 7251, 35571, 1211, 31767, 21292, 7649, 20449, 16095, 9154, 23032, 3615, 10943, 4032, 1829, 11622, 3215, 16572, 5296, 33456, 3224, 25961, 8978, 9673, 46958, 1829, 4386, 8978, 9673, 46958, 1829, 29739, 3615, 25708, 23032, 3555, 3615, 995, 4032, 33753, 7578, 25062, 16572, 3555, 25961, 5551, 7435, 25720, 25124, 1829, 2407, 9778, 32239, 14851, 20666, 2304, 6027], "avg_logprob": -0.14532930235708913, "compression_ratio": 1.7849462365591398, "no_speech_prob": 0.0, "words": [{"start": 755.39, "end": 755.73, "word": "إذا", "probability": 0.672119140625}, {"start": 755.73, "end": 756.55, "word": " صورة", "probability": 0.9181315104166666}, {"start": 756.55, "end": 757.21, "word": " سيدنا", "probability": 0.9874674479166666}, {"start": 757.21, "end": 757.87, "word": " في", "probability": 0.9775390625}, {"start": 757.87, "end": 758.31, "word": " ..", "probability": 0.50048828125}, {"start": 758.31, "end": 758.89, "word": " في", "probability": 0.95166015625}, {"start": 758.89, "end": 759.53, "word": " الأيام", "probability": 0.9251302083333334}, {"start": 759.53, "end": 760.29, "word": " كاذب", "probability": 0.95556640625}, {"start": 760.29, "end": 761.07, "word": " غشاش", "probability": 0.8414713541666666}, {"start": 761.07, "end": 761.77, "word": " أثر", "probability": 0.865234375}, {"start": 761.77, "end": 762.89, "word": " صوته", "probability": 0.9689127604166666}, {"start": 762.89, "end": 763.47, "word": " أيوة", "probability": 0.673583984375}, {"start": 763.47, "end": 764.33, "word": " يستأثر", "probability": 0.9327392578125}, {"start": 764.33, "end": 764.71, "word": " بخير", "probability": 0.9959309895833334}, {"start": 764.71, "end": 764.87, "word": " ما", "probability": 0.9521484375}, {"start": 764.87, "end": 765.27, "word": " يحمل", "probability": 0.990234375}, {"start": 765.27, "end": 765.71, "word": " الصبيان", "probability": 0.9031575520833334}, {"start": 765.71, "end": 766.07, "word": " معهم", "probability": 0.84228515625}, {"start": 766.07, "end": 766.25, "word": " من", "probability": 0.99609375}, {"start": 766.25, "end": 766.67, "word": " طعام", "probability": 0.9059244791666666}, {"start": 766.67, "end": 767.47, "word": " ويزدري", "probability": 0.6550537109375}, {"start": 767.47, "end": 768.21, "word": " لأنه", "probability": 0.732421875}, {"start": 768.21, "end": 768.37, "word": " كان", "probability": 0.8564453125}, {"start": 768.37, "end": 768.69, "word": " في", "probability": 0.48046875}, {"start": 768.69, "end": 769.61, "word": " الماضي", "probability": 0.9918619791666666}, {"start": 769.61, "end": 770.33, "word": " ..", "probability": 0.57958984375}, {"start": 770.33, "end": 772.07, "word": " في", "probability": 0.94189453125}, {"start": 772.07, "end": 772.33, "word": " الماضي", "probability": 0.9967447916666666}, {"start": 772.33, "end": 772.67, "word": " البعيد", "probability": 0.8733723958333334}, {"start": 772.67, "end": 773.07, "word": " طبعا", "probability": 0.9935302734375}, {"start": 773.07, "end": 773.81, "word": " وحتى", "probability": 0.890625}, {"start": 773.81, "end": 774.53, "word": " القريب", "probability": 0.9690755208333334}, {"start": 774.53, "end": 775.41, "word": " كان", "probability": 0.96240234375}, {"start": 775.41, "end": 775.91, "word": " أجرة", "probability": 0.82470703125}, {"start": 775.91, "end": 777.05, "word": " الشيوخ", "probability": 0.9427490234375}, {"start": 777.05, "end": 777.75, "word": " ليست", "probability": 0.93798828125}, {"start": 777.75, "end": 778.23, "word": " بالمال", "probability": 0.97607421875}], "temperature": 1.0}, {"id": 31, "seek": 80272, "start": 780.28, "end": 802.72, "text": "كان بالطعام يعني ممكن سكر ممكن قصر سكر ممكن عسل ممكن فاكهة ممكن بيض اه و هذه يعني طريقة من طرقله التعليم لأن الناس لم تكن تملكوا مالا كافيا لتدفع لأبنائها للكتاب او للمحفظين او للمعلمين فكانوا يستعينون بما لديهم", "tokens": [41361, 20666, 9566, 3615, 10943, 37495, 22653, 3714, 43020, 8608, 37983, 3714, 43020, 12174, 9381, 2288, 8608, 37983, 3714, 43020, 6225, 3794, 1211, 3714, 43020, 6156, 995, 4117, 3224, 3660, 3714, 43020, 4724, 1829, 11242, 1975, 3224, 4032, 29538, 37495, 22653, 23032, 16572, 28671, 9154, 23032, 2288, 4587, 43761, 16712, 3615, 20292, 2304, 5296, 33456, 2423, 8315, 3794, 32767, 6055, 19452, 46811, 23275, 14407, 3714, 6027, 995, 9122, 31845, 25528, 5296, 2655, 3215, 5172, 3615, 5296, 10721, 3555, 1863, 16373, 11296, 5296, 23275, 2655, 16758, 1975, 2407, 5296, 19528, 5016, 5172, 19913, 9957, 1975, 2407, 5296, 19528, 3615, 19528, 9957, 6156, 41361, 14407, 7251, 14851, 3615, 9957, 11536, 4724, 15042, 5296, 16254, 16095], "avg_logprob": -0.08388158071197961, "compression_ratio": 1.964102564102564, "no_speech_prob": 3.814697265625e-06, "words": [{"start": 780.28, "end": 780.84, "word": "كان", "probability": 0.98828125}, {"start": 780.84, "end": 781.76, "word": " بالطعام", "probability": 0.9891357421875}, {"start": 781.76, "end": 782.16, "word": " يعني", "probability": 0.771484375}, {"start": 782.16, "end": 782.58, "word": " ممكن", "probability": 0.98095703125}, {"start": 782.58, "end": 783.36, "word": " سكر", "probability": 0.932861328125}, {"start": 783.36, "end": 783.62, "word": " ممكن", "probability": 0.824951171875}, {"start": 783.62, "end": 783.98, "word": " قصر", "probability": 0.7886555989583334}, {"start": 783.98, "end": 784.38, "word": " سكر", "probability": 0.9580078125}, {"start": 784.38, "end": 784.72, "word": " ممكن", "probability": 0.92626953125}, {"start": 784.72, "end": 785.22, "word": " عسل", "probability": 0.9742838541666666}, {"start": 785.22, "end": 785.62, "word": " ممكن", "probability": 0.978515625}, {"start": 785.62, "end": 786.3, "word": " فاكهة", "probability": 0.98974609375}, {"start": 786.3, "end": 786.68, "word": " ممكن", "probability": 0.9755859375}, {"start": 786.68, "end": 787.34, "word": " بيض", "probability": 0.96044921875}, {"start": 787.34, "end": 788.12, "word": " اه", "probability": 0.767333984375}, {"start": 788.12, "end": 788.56, "word": " و", "probability": 0.454833984375}, {"start": 788.56, "end": 788.9, "word": " هذه", "probability": 0.83251953125}, {"start": 788.9, "end": 789.58, "word": " يعني", "probability": 0.951904296875}, {"start": 789.58, "end": 790.04, "word": " طريقة", "probability": 0.9892578125}, {"start": 790.04, "end": 790.2, "word": " من", "probability": 0.947265625}, {"start": 790.2, "end": 790.74, "word": " طرقله", "probability": 0.8900146484375}, {"start": 790.74, "end": 791.44, "word": " التعليم", "probability": 0.943359375}, {"start": 791.44, "end": 791.6, "word": " لأن", "probability": 0.719970703125}, {"start": 791.6, "end": 791.8, "word": " الناس", "probability": 0.88330078125}, {"start": 791.8, "end": 791.96, "word": " لم", "probability": 0.9345703125}, {"start": 791.96, "end": 792.24, "word": " تكن", "probability": 0.978515625}, {"start": 792.24, "end": 792.96, "word": " تملكوا", "probability": 0.9962565104166666}, {"start": 792.96, "end": 793.44, "word": " مالا", "probability": 0.9765625}, {"start": 793.44, "end": 794.12, "word": " كافيا", "probability": 0.9874674479166666}, {"start": 794.12, "end": 796.28, "word": " لتدفع", "probability": 0.99189453125}, {"start": 796.28, "end": 797.46, "word": " لأبنائها", "probability": 0.94677734375}, {"start": 797.46, "end": 799.06, "word": " للكتاب", "probability": 0.9302978515625}, {"start": 799.06, "end": 799.22, "word": " او", "probability": 0.808837890625}, {"start": 799.22, "end": 800.06, "word": " للمحفظين", "probability": 0.9073079427083334}, {"start": 800.06, "end": 800.22, "word": " او", "probability": 0.9853515625}, {"start": 800.22, "end": 800.8, "word": " للمعلمين", "probability": 0.9390625}, {"start": 800.8, "end": 801.22, "word": " فكانوا", "probability": 0.9783528645833334}, {"start": 801.22, "end": 801.82, "word": " يستعينون", "probability": 0.945703125}, {"start": 801.82, "end": 802.14, "word": " بما", "probability": 0.917724609375}, {"start": 802.14, "end": 802.72, "word": " لديهم", "probability": 0.9856770833333334}], "temperature": 1.0}, {"id": 32, "seek": 82158, "start": 803.18, "end": 821.58, "text": "من خيارات او ما تنتج مزارعهم من خيارات يهدونها الى ذلك الشيخ او ذلك الأستاذ نعم وكان يزريه لأنه كان ضريرا يتكلف الإبصار وكان قبيح الصوت يتكلف حصن الصوت قبيح الصوت سيدنا ما له قبيح الصوت", "tokens": [27842, 16490, 1829, 9640, 9307, 1975, 2407, 19446, 6055, 29399, 7435, 3714, 11622, 9640, 3615, 16095, 9154, 16490, 1829, 9640, 9307, 7251, 3224, 3215, 11536, 11296, 2423, 7578, 29910, 23275, 25124, 1829, 9778, 1975, 2407, 29910, 23275, 16247, 14851, 45636, 8717, 25957, 4032, 41361, 7251, 11622, 16572, 3224, 5296, 33456, 3224, 25961, 48812, 2288, 13546, 995, 7251, 2655, 28820, 5172, 33688, 3555, 9381, 9640, 4032, 41361, 12174, 21292, 5016, 31767, 35473, 7251, 2655, 28820, 5172, 11331, 9381, 1863, 31767, 35473, 12174, 21292, 5016, 31767, 35473, 8608, 25708, 8315, 19446, 46740, 12174, 21292, 5016, 31767, 35473], "avg_logprob": -0.12052408885210752, "compression_ratio": 2.0303030303030303, "no_speech_prob": 2.5391578674316406e-05, "words": [{"start": 803.18, "end": 803.54, "word": "من", "probability": 0.912109375}, {"start": 803.54, "end": 804.38, "word": " خيارات", "probability": 0.8226318359375}, {"start": 804.38, "end": 804.58, "word": " او", "probability": 0.76806640625}, {"start": 804.58, "end": 804.7, "word": " ما", "probability": 0.94091796875}, {"start": 804.7, "end": 805.16, "word": " تنتج", "probability": 0.9674479166666666}, {"start": 805.16, "end": 806.04, "word": " مزارعهم", "probability": 0.98349609375}, {"start": 806.04, "end": 807.06, "word": " من", "probability": 0.95361328125}, {"start": 807.06, "end": 807.74, "word": " خيارات", "probability": 0.990478515625}, {"start": 807.74, "end": 808.42, "word": " يهدونها", "probability": 0.96611328125}, {"start": 808.42, "end": 808.74, "word": " الى", "probability": 0.7685546875}, {"start": 808.74, "end": 809.08, "word": " ذلك", "probability": 0.984130859375}, {"start": 809.08, "end": 809.6, "word": " الشيخ", "probability": 0.9718424479166666}, {"start": 809.6, "end": 809.74, "word": " او", "probability": 0.88916015625}, {"start": 809.74, "end": 810.1, "word": " ذلك", "probability": 0.987060546875}, {"start": 810.1, "end": 810.9, "word": " الأستاذ", "probability": 0.85107421875}, {"start": 810.9, "end": 811.62, "word": " نعم", "probability": 0.79248046875}, {"start": 811.62, "end": 812.16, "word": " وكان", "probability": 0.88818359375}, {"start": 812.16, "end": 812.66, "word": " يزريه", "probability": 0.65557861328125}, {"start": 812.66, "end": 813.06, "word": " لأنه", "probability": 0.8531901041666666}, {"start": 813.06, "end": 813.32, "word": " كان", "probability": 0.9921875}, {"start": 813.32, "end": 813.8, "word": " ضريرا", "probability": 0.83935546875}, {"start": 813.8, "end": 814.34, "word": " يتكلف", "probability": 0.9554443359375}, {"start": 814.34, "end": 814.9, "word": " الإبصار", "probability": 0.77392578125}, {"start": 814.9, "end": 815.76, "word": " وكان", "probability": 0.94873046875}, {"start": 815.76, "end": 816.12, "word": " قبيح", "probability": 0.9866536458333334}, {"start": 816.12, "end": 816.5, "word": " الصوت", "probability": 0.96435546875}, {"start": 816.5, "end": 817.1, "word": " يتكلف", "probability": 0.9759521484375}, {"start": 817.1, "end": 817.4, "word": " حصن", "probability": 0.8216145833333334}, {"start": 817.4, "end": 817.56, "word": " الصوت", "probability": 0.95458984375}, {"start": 817.56, "end": 817.86, "word": " قبيح", "probability": 0.9415690104166666}, {"start": 817.86, "end": 818.26, "word": " الصوت", "probability": 0.9794921875}, {"start": 818.26, "end": 818.96, "word": " سيدنا", "probability": 0.919921875}, {"start": 818.96, "end": 819.38, "word": " ما", "probability": 0.88623046875}, {"start": 819.38, "end": 819.64, "word": " له", "probability": 0.5419921875}, {"start": 819.64, "end": 820.68, "word": " قبيح", "probability": 0.98486328125}, {"start": 820.68, "end": 821.58, "word": " الصوت", "probability": 0.984619140625}], "temperature": 1.0}, {"id": 33, "seek": 85085, "start": 822.65, "end": 850.85, "text": "وأما سيدنا فكان يكره العريف لأنه مكار داهية و لأنه يخفي عليه كثير من ما ينبغي أن يعلمه و لأنه سارق يسرق ما يوضع بين يديهما من الطعام وقت الغداء و يختلص أطيبه لأنه يأتمر مع كبار الصبيان في الكتاب و يعبث معهم في غفلة منه فإذا صلي .. لحظة صورة .. صورة قاتمة و تقاليدنا و قيامنا العربية", "tokens": [2407, 10721, 15042, 8608, 25708, 8315, 6156, 41361, 7251, 37983, 3224, 18863, 16572, 5172, 5296, 33456, 3224, 3714, 4117, 9640, 11778, 40294, 10632, 4032, 5296, 33456, 3224, 7251, 9778, 41185, 47356, 9122, 12984, 13546, 9154, 19446, 7251, 1863, 3555, 17082, 1829, 14739, 37495, 19528, 3224, 4032, 5296, 33456, 3224, 8608, 9640, 4587, 7251, 3794, 2288, 4587, 19446, 7251, 2407, 11242, 3615, 49374, 7251, 16254, 3224, 15042, 9154, 41950, 3615, 10943, 4032, 38149, 6024, 118, 3215, 16606, 4032, 7251, 46456, 1211, 9381, 5551, 9566, 1829, 3555, 3224, 5296, 33456, 3224, 7251, 10721, 2655, 29973, 20449, 9122, 3555, 9640, 31767, 21292, 7649, 8978, 33251, 2655, 16758, 4032, 37495, 3555, 12984, 20449, 16095, 8978, 32771, 5172, 37977, 9154, 3224, 6156, 28814, 15730, 20328, 20292, 4386, 5296, 5016, 19913, 3660, 20328, 13063, 3660, 4386, 20328, 13063, 3660, 12174, 9307, 46007, 4032, 6055, 4587, 6027, 25708, 8315, 4032, 12174, 1829, 10943, 8315, 18863, 25513, 10632], "avg_logprob": -0.12748344055074728, "compression_ratio": 1.968627450980392, "no_speech_prob": 2.682209014892578e-06, "words": [{"start": 822.65, "end": 823.09, "word": "وأما", "probability": 0.9269205729166666}, {"start": 823.09, "end": 823.55, "word": " سيدنا", "probability": 0.96044921875}, {"start": 823.55, "end": 823.95, "word": " فكان", "probability": 0.95068359375}, {"start": 823.95, "end": 824.33, "word": " يكره", "probability": 0.9871419270833334}, {"start": 824.33, "end": 824.79, "word": " العريف", "probability": 0.9825846354166666}, {"start": 824.79, "end": 825.29, "word": " لأنه", "probability": 0.9309895833333334}, {"start": 825.29, "end": 825.73, "word": " مكار", "probability": 0.8956705729166666}, {"start": 825.73, "end": 826.33, "word": " داهية", "probability": 0.8499348958333334}, {"start": 826.33, "end": 826.85, "word": " و", "probability": 0.66259765625}, {"start": 826.85, "end": 827.25, "word": " لأنه", "probability": 0.8151041666666666}, {"start": 827.25, "end": 827.57, "word": " يخفي", "probability": 0.9744466145833334}, {"start": 827.57, "end": 827.87, "word": " عليه", "probability": 0.96142578125}, {"start": 827.87, "end": 828.21, "word": " كثير", "probability": 0.9202473958333334}, {"start": 828.21, "end": 828.35, "word": " من", "probability": 0.69970703125}, {"start": 828.35, "end": 828.53, "word": " ما", "probability": 0.82861328125}, {"start": 828.53, "end": 828.93, "word": " ينبغي", "probability": 0.97314453125}, {"start": 828.93, "end": 829.11, "word": " أن", "probability": 0.90673828125}, {"start": 829.11, "end": 829.63, "word": " يعلمه", "probability": 0.9646809895833334}, {"start": 829.63, "end": 830.03, "word": " و", "probability": 0.806640625}, {"start": 830.03, "end": 830.43, "word": " لأنه", "probability": 0.9625651041666666}, {"start": 830.43, "end": 830.91, "word": " سارق", "probability": 0.8916015625}, {"start": 830.91, "end": 831.63, "word": " يسرق", "probability": 0.9742431640625}, {"start": 831.63, "end": 832.31, "word": " ما", "probability": 0.62158203125}, {"start": 832.31, "end": 832.65, "word": " يوضع", "probability": 0.966552734375}, {"start": 832.65, "end": 832.93, "word": " بين", "probability": 0.9921875}, {"start": 832.93, "end": 833.43, "word": " يديهما", "probability": 0.80743408203125}, {"start": 833.43, "end": 833.57, "word": " من", "probability": 0.9921875}, {"start": 833.57, "end": 833.99, "word": " الطعام", "probability": 0.9899088541666666}, {"start": 833.99, "end": 834.33, "word": " وقت", "probability": 0.857421875}, {"start": 834.33, "end": 834.81, "word": " الغداء", "probability": 0.975341796875}, {"start": 834.81, "end": 835.23, "word": " و", "probability": 0.97314453125}, {"start": 835.23, "end": 835.69, "word": " يختلص", "probability": 0.87841796875}, {"start": 835.69, "end": 836.21, "word": " أطيبه", "probability": 0.82275390625}, {"start": 836.21, "end": 836.77, "word": " لأنه", "probability": 0.9542643229166666}, {"start": 836.77, "end": 837.39, "word": " يأتمر", "probability": 0.7958984375}, {"start": 837.39, "end": 837.57, "word": " مع", "probability": 0.9951171875}, {"start": 837.57, "end": 837.91, "word": " كبار", "probability": 0.9944661458333334}, {"start": 837.91, "end": 838.39, "word": " الصبيان", "probability": 0.93359375}, {"start": 838.39, "end": 838.51, "word": " في", "probability": 0.98193359375}, {"start": 838.51, "end": 839.03, "word": " الكتاب", "probability": 0.9601236979166666}, {"start": 839.03, "end": 839.45, "word": " و", "probability": 0.98486328125}, {"start": 839.45, "end": 839.81, "word": " يعبث", "probability": 0.75732421875}, {"start": 839.81, "end": 840.15, "word": " معهم", "probability": 0.9365234375}, {"start": 840.15, "end": 840.33, "word": " في", "probability": 0.95849609375}, {"start": 840.33, "end": 840.67, "word": " غفلة", "probability": 0.99169921875}, {"start": 840.67, "end": 841.19, "word": " منه", "probability": 0.934326171875}, {"start": 841.19, "end": 841.65, "word": " فإذا", "probability": 0.86376953125}, {"start": 841.65, "end": 841.95, "word": " صلي", "probability": 0.57568359375}, {"start": 841.95, "end": 842.03, "word": " ..", "probability": 0.14990234375}, {"start": 842.03, "end": 842.39, "word": " لحظة", "probability": 0.74615478515625}, {"start": 842.39, "end": 843.45, "word": " صورة", "probability": 0.9820963541666666}, {"start": 843.45, "end": 843.47, "word": " ..", "probability": 0.50537109375}, {"start": 843.47, "end": 845.01, "word": " صورة", "probability": 0.9728190104166666}, {"start": 845.01, "end": 845.63, "word": " قاتمة", "probability": 0.9510091145833334}, {"start": 845.63, "end": 848.33, "word": " و", "probability": 0.450927734375}, {"start": 848.33, "end": 849.39, "word": " تقاليدنا", "probability": 0.995703125}, {"start": 849.39, "end": 849.69, "word": " و", "probability": 0.994140625}, {"start": 849.69, "end": 850.17, "word": " قيامنا", "probability": 0.8253173828125}, {"start": 850.17, "end": 850.85, "word": " العربية", "probability": 0.9700520833333334}], "temperature": 1.0}, {"id": 34, "seek": 87951, "start": 851.61, "end": 879.51, "text": "تأبى ذلك يعني هل من المرؤة و الإنصاف و العدل إذا علمنا من شيخنا و أستادنا حسنة أن نكتمها و إذا علمنا سيئة أن ننشرها هل هذا من الإنصاف؟ ماذا يسمى ذلك؟ ماذا يسمى ذلك؟ إذا علمنا حسنة من الأستاد و الشيخ نكتمها و إذا علمنا سيئة أن ننشرها ماذا يسمى هذا؟ و لؤم", "tokens": [2655, 10721, 3555, 7578, 29910, 23275, 37495, 22653, 8032, 1211, 9154, 9673, 2288, 33604, 3660, 4032, 33688, 1863, 9381, 31845, 4032, 18863, 3215, 1211, 11933, 15730, 11203, 2304, 8315, 9154, 44049, 9778, 8315, 4032, 5551, 14851, 18513, 8315, 11331, 3794, 1863, 3660, 14739, 8717, 4117, 39237, 11296, 4032, 11933, 15730, 11203, 2304, 8315, 8608, 1829, 19986, 3660, 14739, 8717, 1863, 46309, 11296, 8032, 1211, 23758, 9154, 33688, 1863, 9381, 31845, 22807, 3714, 45636, 995, 7251, 38251, 7578, 29910, 23275, 22807, 3714, 45636, 995, 7251, 38251, 7578, 29910, 23275, 22807, 11933, 15730, 11203, 2304, 8315, 11331, 3794, 1863, 3660, 9154, 16247, 14851, 18513, 4032, 25124, 1829, 9778, 8717, 4117, 39237, 11296, 4032, 11933, 15730, 11203, 2304, 8315, 8608, 1829, 19986, 3660, 14739, 8717, 1863, 46309, 11296, 3714, 45636, 995, 7251, 38251, 7578, 23758, 22807, 4032, 5296, 33604, 2304], "avg_logprob": -0.10671421880091446, "compression_ratio": 2.5738636363636362, "no_speech_prob": 1.239776611328125e-05, "words": [{"start": 851.61, "end": 852.21, "word": "تأبى", "probability": 0.9150390625}, {"start": 852.21, "end": 852.67, "word": " ذلك", "probability": 0.9921875}, {"start": 852.67, "end": 854.19, "word": " يعني", "probability": 0.701171875}, {"start": 854.19, "end": 854.69, "word": " هل", "probability": 0.89111328125}, {"start": 854.69, "end": 854.91, "word": " من", "probability": 0.9921875}, {"start": 854.91, "end": 855.61, "word": " المرؤة", "probability": 0.838623046875}, {"start": 855.61, "end": 855.79, "word": " و", "probability": 0.5322265625}, {"start": 855.79, "end": 856.37, "word": " الإنصاف", "probability": 0.82293701171875}, {"start": 856.37, "end": 856.55, "word": " و", "probability": 0.88916015625}, {"start": 856.55, "end": 857.09, "word": " العدل", "probability": 0.9435221354166666}, {"start": 857.09, "end": 858.29, "word": " إذا", "probability": 0.924072265625}, {"start": 858.29, "end": 859.13, "word": " علمنا", "probability": 0.8956705729166666}, {"start": 859.13, "end": 859.31, "word": " من", "probability": 0.98681640625}, {"start": 859.31, "end": 859.83, "word": " شيخنا", "probability": 0.9676106770833334}, {"start": 859.83, "end": 859.95, "word": " و", "probability": 0.896484375}, {"start": 859.95, "end": 860.57, "word": " أستادنا", "probability": 0.90283203125}, {"start": 860.57, "end": 861.19, "word": " حسنة", "probability": 0.96826171875}, {"start": 861.19, "end": 861.43, "word": " أن", "probability": 0.92333984375}, {"start": 861.43, "end": 861.99, "word": " نكتمها", "probability": 0.97607421875}, {"start": 861.99, "end": 862.13, "word": " و", "probability": 0.921875}, {"start": 862.13, "end": 862.27, "word": " إذا", "probability": 0.8017578125}, {"start": 862.27, "end": 862.67, "word": " علمنا", "probability": 0.9228515625}, {"start": 862.67, "end": 863.13, "word": " سيئة", "probability": 0.8818359375}, {"start": 863.13, "end": 863.29, "word": " أن", "probability": 0.8935546875}, {"start": 863.29, "end": 863.95, "word": " ننشرها", "probability": 0.973876953125}, {"start": 863.95, "end": 865.29, "word": " هل", "probability": 0.79296875}, {"start": 865.29, "end": 865.41, "word": " هذا", "probability": 0.9833984375}, {"start": 865.41, "end": 865.53, "word": " من", "probability": 0.9892578125}, {"start": 865.53, "end": 866.75, "word": " الإنصاف؟", "probability": 0.864892578125}, {"start": 866.75, "end": 867.03, "word": " ماذا", "probability": 0.97412109375}, {"start": 867.03, "end": 867.57, "word": " يسمى", "probability": 0.9334309895833334}, {"start": 867.57, "end": 869.11, "word": " ذلك؟", "probability": 0.908203125}, {"start": 869.11, "end": 869.31, "word": " ماذا", "probability": 0.9664713541666666}, {"start": 869.31, "end": 869.77, "word": " يسمى", "probability": 0.9951171875}, {"start": 869.77, "end": 870.39, "word": " ذلك؟", "probability": 0.9641927083333334}, {"start": 870.39, "end": 870.69, "word": " إذا", "probability": 0.9736328125}, {"start": 870.69, "end": 871.07, "word": " علمنا", "probability": 0.9153645833333334}, {"start": 871.07, "end": 871.47, "word": " حسنة", "probability": 0.98193359375}, {"start": 871.47, "end": 871.57, "word": " من", "probability": 0.990234375}, {"start": 871.57, "end": 872.03, "word": " الأستاد", "probability": 0.9228515625}, {"start": 872.03, "end": 872.17, "word": " و", "probability": 0.6943359375}, {"start": 872.17, "end": 872.65, "word": " الشيخ", "probability": 0.9630533854166666}, {"start": 872.65, "end": 873.75, "word": " نكتمها", "probability": 0.9537353515625}, {"start": 873.75, "end": 874.13, "word": " و", "probability": 0.943359375}, {"start": 874.13, "end": 874.27, "word": " إذا", "probability": 0.865966796875}, {"start": 874.27, "end": 874.63, "word": " علمنا", "probability": 0.9173177083333334}, {"start": 874.63, "end": 875.13, "word": " سيئة", "probability": 0.994384765625}, {"start": 875.13, "end": 875.29, "word": " أن", "probability": 0.91259765625}, {"start": 875.29, "end": 875.93, "word": " ننشرها", "probability": 0.9884033203125}, {"start": 875.93, "end": 876.59, "word": " ماذا", "probability": 0.9261067708333334}, {"start": 876.59, "end": 877.05, "word": " يسمى", "probability": 0.99072265625}, {"start": 877.05, "end": 878.97, "word": " هذا؟", "probability": 0.96826171875}, {"start": 878.97, "end": 879.19, "word": " و", "probability": 0.51708984375}, {"start": 879.19, "end": 879.51, "word": " لؤم", "probability": 0.7659505208333334}], "temperature": 1.0}, {"id": 35, "seek": 89376, "start": 880.08, "end": 893.76, "text": "لؤم وندالة هذا هو اللؤم وهذا هو اللون العكس إذا علمنا حسنة من أستاذنا وشيخنا ننشرها وإذا علمنا غير ذلك نكتمها هكذا نتعلم و هكذا نتعلم أما أن ننشرها", "tokens": [1211, 33604, 2304, 4032, 41260, 6027, 3660, 23758, 31439, 13672, 33604, 2304, 37037, 15730, 31439, 13672, 11536, 18863, 4117, 3794, 11933, 15730, 11203, 2304, 8315, 11331, 3794, 1863, 3660, 9154, 5551, 14851, 45636, 8315, 4032, 8592, 1829, 9778, 8315, 8717, 1863, 46309, 11296, 4032, 28814, 15730, 11203, 2304, 8315, 32771, 13546, 29910, 23275, 8717, 4117, 39237, 11296, 8032, 4117, 15730, 8717, 2655, 3615, 19528, 4032, 8032, 4117, 15730, 8717, 2655, 3615, 19528, 5551, 15042, 14739, 8717, 1863, 46309, 11296], "avg_logprob": -0.137011712603271, "compression_ratio": 1.9703703703703703, "no_speech_prob": 9.894371032714844e-06, "words": [{"start": 880.08, "end": 880.52, "word": "لؤم", "probability": 0.8522135416666666}, {"start": 880.52, "end": 881.26, "word": " وندالة", "probability": 0.748016357421875}, {"start": 881.26, "end": 881.82, "word": " هذا", "probability": 0.59619140625}, {"start": 881.82, "end": 881.98, "word": " هو", "probability": 0.84521484375}, {"start": 881.98, "end": 882.32, "word": " اللؤم", "probability": 0.9794921875}, {"start": 882.32, "end": 882.64, "word": " وهذا", "probability": 0.705078125}, {"start": 882.64, "end": 882.86, "word": " هو", "probability": 0.86962890625}, {"start": 882.86, "end": 883.24, "word": " اللون", "probability": 0.678955078125}, {"start": 883.24, "end": 883.84, "word": " العكس", "probability": 0.9207356770833334}, {"start": 883.84, "end": 884.38, "word": " إذا", "probability": 0.91845703125}, {"start": 884.38, "end": 884.78, "word": " علمنا", "probability": 0.93701171875}, {"start": 884.78, "end": 885.42, "word": " حسنة", "probability": 0.8955078125}, {"start": 885.42, "end": 885.62, "word": " من", "probability": 0.966796875}, {"start": 885.62, "end": 886.14, "word": " أستاذنا", "probability": 0.9591064453125}, {"start": 886.14, "end": 886.58, "word": " وشيخنا", "probability": 0.9498046875}, {"start": 886.58, "end": 887.1, "word": " ننشرها", "probability": 0.9254150390625}, {"start": 887.1, "end": 887.7, "word": " وإذا", "probability": 0.93505859375}, {"start": 887.7, "end": 888.02, "word": " علمنا", "probability": 0.92236328125}, {"start": 888.02, "end": 888.26, "word": " غير", "probability": 0.9921875}, {"start": 888.26, "end": 888.74, "word": " ذلك", "probability": 0.993896484375}, {"start": 888.74, "end": 889.98, "word": " نكتمها", "probability": 0.9398193359375}, {"start": 889.98, "end": 890.46, "word": " هكذا", "probability": 0.90673828125}, {"start": 890.46, "end": 891.06, "word": " نتعلم", "probability": 0.9830322265625}, {"start": 891.06, "end": 891.62, "word": " و", "probability": 0.33154296875}, {"start": 891.62, "end": 892.08, "word": " هكذا", "probability": 0.8445638020833334}, {"start": 892.08, "end": 892.48, "word": " نتعلم", "probability": 0.8619384765625}, {"start": 892.48, "end": 892.96, "word": " أما", "probability": 0.895751953125}, {"start": 892.96, "end": 893.16, "word": " أن", "probability": 0.9033203125}, {"start": 893.16, "end": 893.76, "word": " ننشرها", "probability": 0.9559326171875}], "temperature": 1.0}, {"id": 36, "seek": 91477, "start": 896.55, "end": 914.77, "text": "هذه الصفات تكتب وتقرأ عن سيدنا دون مراعاة لظروف البيئة ودون مراعاة لحال البيئة في ذلك الزمان انشرة بهذه القصوى و بهذه الصفور ولم يذكر حسنة واحدة لسيدنا ولا للشيخ ولا للكتاب ولا للقرار", "tokens": [3224, 24192, 31767, 5172, 9307, 6055, 4117, 2655, 3555, 34683, 4587, 2288, 10721, 18871, 8608, 25708, 8315, 11778, 11536, 3714, 23557, 3615, 995, 3660, 5296, 19913, 32887, 5172, 2423, 21292, 19986, 3660, 4032, 3215, 11536, 3714, 23557, 3615, 995, 3660, 5296, 5016, 6027, 2423, 21292, 19986, 3660, 8978, 29910, 23275, 6024, 110, 2304, 7649, 16472, 8592, 25720, 39627, 24192, 25062, 9381, 2407, 7578, 4032, 39627, 24192, 31767, 5172, 13063, 4032, 19528, 7251, 8848, 37983, 11331, 3794, 1863, 3660, 36764, 24401, 3660, 5296, 3794, 25708, 8315, 49429, 24976, 8592, 1829, 9778, 49429, 5296, 23275, 2655, 16758, 49429, 24976, 4587, 2288, 9640], "avg_logprob": -0.10937500265565249, "compression_ratio": 1.936046511627907, "no_speech_prob": 5.751848220825195e-05, "words": [{"start": 896.5500000000001, "end": 897.61, "word": "هذه", "probability": 0.878662109375}, {"start": 897.61, "end": 898.31, "word": " الصفات", "probability": 0.9866536458333334}, {"start": 898.31, "end": 899.05, "word": " تكتب", "probability": 0.9041748046875}, {"start": 899.05, "end": 899.73, "word": " وتقرأ", "probability": 0.8353271484375}, {"start": 899.73, "end": 899.91, "word": " عن", "probability": 0.6357421875}, {"start": 899.91, "end": 900.41, "word": " سيدنا", "probability": 0.99267578125}, {"start": 900.41, "end": 900.71, "word": " دون", "probability": 0.962890625}, {"start": 900.71, "end": 901.25, "word": " مراعاة", "probability": 0.90087890625}, {"start": 901.25, "end": 901.63, "word": " لظروف", "probability": 0.9609375}, {"start": 901.63, "end": 902.65, "word": " البيئة", "probability": 0.9530029296875}, {"start": 902.65, "end": 903.13, "word": " ودون", "probability": 0.9150390625}, {"start": 903.13, "end": 904.07, "word": " مراعاة", "probability": 0.97724609375}, {"start": 904.07, "end": 904.91, "word": " لحال", "probability": 0.9938151041666666}, {"start": 904.91, "end": 905.29, "word": " البيئة", "probability": 0.9674072265625}, {"start": 905.29, "end": 905.49, "word": " في", "probability": 0.92236328125}, {"start": 905.49, "end": 905.81, "word": " ذلك", "probability": 0.992919921875}, {"start": 905.81, "end": 906.33, "word": " الزمان", "probability": 0.9261474609375}, {"start": 906.33, "end": 906.79, "word": " انشرة", "probability": 0.48828125}, {"start": 906.79, "end": 907.23, "word": " بهذه", "probability": 0.981689453125}, {"start": 907.23, "end": 907.89, "word": " القصوى", "probability": 0.852294921875}, {"start": 907.89, "end": 908.31, "word": " و", "probability": 0.5810546875}, {"start": 908.31, "end": 908.69, "word": " بهذه", "probability": 0.9013671875}, {"start": 908.69, "end": 909.23, "word": " الصفور", "probability": 0.970703125}, {"start": 909.23, "end": 909.79, "word": " ولم", "probability": 0.861328125}, {"start": 909.79, "end": 910.19, "word": " يذكر", "probability": 0.96044921875}, {"start": 910.19, "end": 910.75, "word": " حسنة", "probability": 0.9100341796875}, {"start": 910.75, "end": 911.59, "word": " واحدة", "probability": 0.9734700520833334}, {"start": 911.59, "end": 912.47, "word": " لسيدنا", "probability": 0.9879150390625}, {"start": 912.47, "end": 912.65, "word": " ولا", "probability": 0.8349609375}, {"start": 912.65, "end": 913.23, "word": " للشيخ", "probability": 0.9346923828125}, {"start": 913.23, "end": 913.39, "word": " ولا", "probability": 0.97119140625}, {"start": 913.39, "end": 913.99, "word": " للكتاب", "probability": 0.876953125}, {"start": 913.99, "end": 914.15, "word": " ولا", "probability": 0.97216796875}, {"start": 914.15, "end": 914.77, "word": " للقرار", "probability": 0.7647705078125}], "temperature": 1.0}, {"id": 37, "seek": 94439, "start": 915.21, "end": 944.39, "text": "يعني هذا مما يُخل على طه حسين أنه لم يكن منصفا في حديث عن الشيخ ولا عن الكتاب ولا عن سيدنا ولاحظ السخريا يعني بادية وروح السخريا جالية جدا في كتاب الأيام لطه حسين السخريا أدى وظفها واستعملها أعداءنا لهدم قيمنا وديننا", "tokens": [40228, 22653, 23758, 3714, 15042, 7251, 10859, 9778, 1211, 15844, 23032, 3224, 11331, 3794, 9957, 14739, 3224, 32767, 7251, 19452, 9154, 9381, 5172, 995, 8978, 11331, 16254, 12984, 18871, 25124, 1829, 9778, 49429, 18871, 33251, 2655, 16758, 49429, 18871, 8608, 25708, 8315, 4032, 15040, 5016, 19913, 21136, 9778, 16572, 995, 37495, 22653, 4724, 18513, 10632, 4032, 32887, 5016, 21136, 9778, 16572, 995, 10874, 6027, 10632, 10874, 28259, 8978, 9122, 2655, 16758, 16247, 1829, 10943, 5296, 9566, 3224, 11331, 3794, 9957, 21136, 9778, 16572, 995, 5551, 3215, 7578, 4032, 19913, 5172, 11296, 36764, 14851, 25957, 1211, 11296, 5551, 22488, 16606, 8315, 46740, 40448, 12174, 32640, 8315, 4032, 3215, 9957, 8315], "avg_logprob": -0.1388494299216704, "compression_ratio": 1.955, "no_speech_prob": 9.5367431640625e-07, "words": [{"start": 915.21, "end": 915.47, "word": "يعني", "probability": 0.943359375}, {"start": 915.47, "end": 915.81, "word": " هذا", "probability": 0.958984375}, {"start": 915.81, "end": 916.17, "word": " مما", "probability": 0.951904296875}, {"start": 916.17, "end": 916.65, "word": " يُخل", "probability": 0.6912841796875}, {"start": 916.65, "end": 917.41, "word": " على", "probability": 0.9267578125}, {"start": 917.41, "end": 917.73, "word": " طه", "probability": 0.759521484375}, {"start": 917.73, "end": 918.11, "word": " حسين", "probability": 0.9635416666666666}, {"start": 918.11, "end": 918.41, "word": " أنه", "probability": 0.91552734375}, {"start": 918.41, "end": 918.59, "word": " لم", "probability": 0.93505859375}, {"start": 918.59, "end": 918.89, "word": " يكن", "probability": 0.9931640625}, {"start": 918.89, "end": 919.45, "word": " منصفا", "probability": 0.8951416015625}, {"start": 919.45, "end": 919.59, "word": " في", "probability": 0.94970703125}, {"start": 919.59, "end": 919.99, "word": " حديث", "probability": 0.9736328125}, {"start": 919.99, "end": 920.21, "word": " عن", "probability": 0.6240234375}, {"start": 920.21, "end": 920.77, "word": " الشيخ", "probability": 0.97705078125}, {"start": 920.77, "end": 921.29, "word": " ولا", "probability": 0.7587890625}, {"start": 921.29, "end": 921.49, "word": " عن", "probability": 0.99462890625}, {"start": 921.49, "end": 922.15, "word": " الكتاب", "probability": 0.9905598958333334}, {"start": 922.15, "end": 922.85, "word": " ولا", "probability": 0.861328125}, {"start": 922.85, "end": 923.67, "word": " عن", "probability": 0.9931640625}, {"start": 923.67, "end": 925.23, "word": " سيدنا", "probability": 0.9508463541666666}, {"start": 925.23, "end": 925.49, "word": " ولاحظ", "probability": 0.70947265625}, {"start": 925.49, "end": 926.09, "word": " السخريا", "probability": 0.51324462890625}, {"start": 926.09, "end": 926.83, "word": " يعني", "probability": 0.917724609375}, {"start": 926.83, "end": 927.51, "word": " بادية", "probability": 0.8473307291666666}, {"start": 927.51, "end": 928.13, "word": " وروح", "probability": 0.9588216145833334}, {"start": 928.13, "end": 928.81, "word": " السخريا", "probability": 0.9490966796875}, {"start": 928.81, "end": 929.57, "word": " جالية", "probability": 0.8909505208333334}, {"start": 929.57, "end": 930.03, "word": " جدا", "probability": 0.983642578125}, {"start": 930.03, "end": 930.65, "word": " في", "probability": 0.93310546875}, {"start": 930.65, "end": 931.17, "word": " كتاب", "probability": 0.9895833333333334}, {"start": 931.17, "end": 932.23, "word": " الأيام", "probability": 0.7764485677083334}, {"start": 932.23, "end": 932.99, "word": " لطه", "probability": 0.97412109375}, {"start": 932.99, "end": 933.97, "word": " حسين", "probability": 0.9944661458333334}, {"start": 933.97, "end": 935.79, "word": " السخريا", "probability": 0.8677978515625}, {"start": 935.79, "end": 937.45, "word": " أدى", "probability": 0.8553059895833334}, {"start": 937.45, "end": 939.01, "word": " وظفها", "probability": 0.939453125}, {"start": 939.01, "end": 939.91, "word": " واستعملها", "probability": 0.89931640625}, {"start": 939.91, "end": 940.97, "word": " أعداءنا", "probability": 0.8709716796875}, {"start": 940.97, "end": 943.05, "word": " لهدم", "probability": 0.89111328125}, {"start": 943.05, "end": 943.85, "word": " قيمنا", "probability": 0.93212890625}, {"start": 943.85, "end": 944.39, "word": " وديننا", "probability": 0.9237060546875}], "temperature": 1.0}, {"id": 38, "seek": 97320, "start": 946.38, "end": 973.2, "text": "نوح عليه السلام ماذا فعل قومه به سخروا بهم السلاح اللي سخدموا للتشهير و تجذيب نوح عليه السلام ما هو السخرية السخرية و الاستهزاء و كذلك قوم عاد و قوم ثمود و قوم محمد قريش كذلك اللي هو السخرية و الاستهزاء و ماذا فعل المنافقون واذا أخلوا إلى شياطينهم", "tokens": [1863, 2407, 5016, 47356, 21136, 37440, 3714, 45636, 995, 6156, 30241, 12174, 20498, 3224, 39627, 8608, 34740, 14407, 4724, 16095, 21136, 15040, 5016, 13672, 1829, 8608, 9778, 40448, 14407, 24976, 2655, 8592, 3224, 13546, 4032, 6055, 7435, 8848, 1829, 3555, 8717, 2407, 5016, 47356, 21136, 37440, 19446, 31439, 21136, 34740, 10632, 21136, 34740, 10632, 4032, 42963, 14851, 3224, 11622, 16606, 4032, 9122, 8848, 23275, 12174, 20498, 6225, 18513, 4032, 12174, 20498, 38637, 2304, 23328, 4032, 12174, 20498, 3714, 35571, 3215, 12174, 16572, 8592, 9122, 8848, 23275, 13672, 1829, 31439, 21136, 34740, 10632, 4032, 42963, 14851, 3224, 11622, 16606, 4032, 3714, 45636, 995, 6156, 30241, 9673, 8315, 5172, 4587, 11536, 4032, 45636, 995, 5551, 9778, 1211, 14407, 30731, 13412, 1829, 41193, 9957, 16095], "avg_logprob": -0.11528201425463204, "compression_ratio": 2.287179487179487, "no_speech_prob": 7.152557373046875e-07, "words": [{"start": 946.38, "end": 946.8, "word": "نوح", "probability": 0.8834635416666666}, {"start": 946.8, "end": 947.1, "word": " عليه", "probability": 0.88330078125}, {"start": 947.1, "end": 947.82, "word": " السلام", "probability": 0.953857421875}, {"start": 947.82, "end": 949.2, "word": " ماذا", "probability": 0.93896484375}, {"start": 949.2, "end": 949.6, "word": " فعل", "probability": 0.990478515625}, {"start": 949.6, "end": 950.18, "word": " قومه", "probability": 0.9939778645833334}, {"start": 950.18, "end": 950.54, "word": " به", "probability": 0.9189453125}, {"start": 950.54, "end": 952.16, "word": " سخروا", "probability": 0.640869140625}, {"start": 952.16, "end": 952.64, "word": " بهم", "probability": 0.65380859375}, {"start": 952.64, "end": 953.32, "word": " السلاح", "probability": 0.9012044270833334}, {"start": 953.32, "end": 953.58, "word": " اللي", "probability": 0.81201171875}, {"start": 953.58, "end": 954.24, "word": " سخدموا", "probability": 0.9097900390625}, {"start": 954.24, "end": 955.08, "word": " للتشهير", "probability": 0.9689453125}, {"start": 955.08, "end": 955.56, "word": " و", "probability": 0.69189453125}, {"start": 955.56, "end": 955.96, "word": " تجذيب", "probability": 0.89501953125}, {"start": 955.96, "end": 956.12, "word": " نوح", "probability": 0.9762369791666666}, {"start": 956.12, "end": 956.3, "word": " عليه", "probability": 0.96875}, {"start": 956.3, "end": 956.7, "word": " السلام", "probability": 0.9599609375}, {"start": 956.7, "end": 956.88, "word": " ما", "probability": 0.81591796875}, {"start": 956.88, "end": 957.28, "word": " هو", "probability": 0.92919921875}, {"start": 957.28, "end": 958.8, "word": " السخرية", "probability": 0.8668619791666666}, {"start": 958.8, "end": 959.64, "word": " السخرية", "probability": 0.9127604166666666}, {"start": 959.64, "end": 959.78, "word": " و", "probability": 0.55615234375}, {"start": 959.78, "end": 960.46, "word": " الاستهزاء", "probability": 0.91884765625}, {"start": 960.46, "end": 961.02, "word": " و", "probability": 0.93896484375}, {"start": 961.02, "end": 961.44, "word": " كذلك", "probability": 0.9777018229166666}, {"start": 961.44, "end": 961.78, "word": " قوم", "probability": 0.99462890625}, {"start": 961.78, "end": 962.16, "word": " عاد", "probability": 0.97119140625}, {"start": 962.16, "end": 962.28, "word": " و", "probability": 0.8984375}, {"start": 962.28, "end": 962.5, "word": " قوم", "probability": 0.907958984375}, {"start": 962.5, "end": 963.1, "word": " ثمود", "probability": 0.95068359375}, {"start": 963.1, "end": 963.72, "word": " و", "probability": 0.98876953125}, {"start": 963.72, "end": 963.98, "word": " قوم", "probability": 0.948974609375}, {"start": 963.98, "end": 964.66, "word": " محمد", "probability": 0.9892578125}, {"start": 964.66, "end": 965.16, "word": " قريش", "probability": 0.8072102864583334}, {"start": 965.16, "end": 965.7, "word": " كذلك", "probability": 0.9884440104166666}, {"start": 965.7, "end": 966.36, "word": " اللي", "probability": 0.81689453125}, {"start": 966.36, "end": 966.46, "word": " هو", "probability": 0.76953125}, {"start": 966.46, "end": 966.96, "word": " السخرية", "probability": 0.984375}, {"start": 966.96, "end": 967.12, "word": " و", "probability": 0.91015625}, {"start": 967.12, "end": 967.46, "word": " الاستهزاء", "probability": 0.9572265625}, {"start": 967.46, "end": 967.76, "word": " و", "probability": 0.82861328125}, {"start": 967.76, "end": 968.44, "word": " ماذا", "probability": 0.8194986979166666}, {"start": 968.44, "end": 968.66, "word": " فعل", "probability": 0.991455078125}, {"start": 968.66, "end": 969.72, "word": " المنافقون", "probability": 0.983984375}, {"start": 969.72, "end": 971.06, "word": " واذا", "probability": 0.6527506510416666}, {"start": 971.06, "end": 971.5, "word": " أخلوا", "probability": 0.938720703125}, {"start": 971.5, "end": 971.76, "word": " إلى", "probability": 0.74267578125}, {"start": 971.76, "end": 973.2, "word": " شياطينهم", "probability": 0.90341796875}], "temperature": 1.0}, {"id": 39, "seek": 99741, "start": 973.87, "end": 997.41, "text": "قالوا إن إيه معكم إنما نحن ماذا مستهزلون هذا ديدانهم و هذا برنامجهم و هذا طريقتهم لهدم دعوة الحق و لهدم فكرة اللي هو الحق و الله سبحانه و تعالى تحدث في صورة التوبة", "tokens": [4587, 6027, 14407, 36145, 11933, 1829, 3224, 20449, 24793, 36145, 15042, 8717, 5016, 1863, 3714, 45636, 995, 3714, 14851, 3224, 11622, 1211, 11536, 23758, 11778, 25708, 7649, 16095, 4032, 23758, 4724, 2288, 8315, 2304, 7435, 16095, 4032, 23758, 23032, 16572, 38149, 16095, 46740, 40448, 11778, 3615, 2407, 3660, 21542, 4587, 4032, 46740, 40448, 6156, 4117, 25720, 13672, 1829, 31439, 21542, 4587, 4032, 21984, 8608, 49628, 7649, 3224, 4032, 37279, 6027, 7578, 6055, 24401, 12984, 8978, 20328, 13063, 3660, 16712, 37746, 3660], "avg_logprob": -0.15882240126772626, "compression_ratio": 1.8544303797468353, "no_speech_prob": 2.7418136596679688e-06, "words": [{"start": 973.87, "end": 975.23, "word": "قالوا", "probability": 0.9562174479166666}, {"start": 975.23, "end": 975.89, "word": " إن", "probability": 0.52001953125}, {"start": 975.89, "end": 976.71, "word": " إيه", "probability": 0.6383870442708334}, {"start": 976.71, "end": 977.85, "word": " معكم", "probability": 0.60498046875}, {"start": 977.85, "end": 979.63, "word": " إنما", "probability": 0.75048828125}, {"start": 979.63, "end": 980.05, "word": " نحن", "probability": 0.9651692708333334}, {"start": 980.05, "end": 980.61, "word": " ماذا", "probability": 0.9630533854166666}, {"start": 980.61, "end": 982.41, "word": " مستهزلون", "probability": 0.9182942708333334}, {"start": 982.41, "end": 984.51, "word": " هذا", "probability": 0.54931640625}, {"start": 984.51, "end": 985.27, "word": " ديدانهم", "probability": 0.72601318359375}, {"start": 985.27, "end": 985.49, "word": " و", "probability": 0.515625}, {"start": 985.49, "end": 985.81, "word": " هذا", "probability": 0.90771484375}, {"start": 985.81, "end": 986.83, "word": " برنامجهم", "probability": 0.9905598958333334}, {"start": 986.83, "end": 987.91, "word": " و", "probability": 0.59521484375}, {"start": 987.91, "end": 988.13, "word": " هذا", "probability": 0.93115234375}, {"start": 988.13, "end": 988.99, "word": " طريقتهم", "probability": 0.99072265625}, {"start": 988.99, "end": 989.63, "word": " لهدم", "probability": 0.818115234375}, {"start": 989.63, "end": 990.91, "word": " دعوة", "probability": 0.992919921875}, {"start": 990.91, "end": 991.47, "word": " الحق", "probability": 0.99169921875}, {"start": 991.47, "end": 991.87, "word": " و", "probability": 0.82861328125}, {"start": 991.87, "end": 992.27, "word": " لهدم", "probability": 0.81494140625}, {"start": 992.27, "end": 992.73, "word": " فكرة", "probability": 0.98193359375}, {"start": 992.73, "end": 992.93, "word": " اللي", "probability": 0.6549072265625}, {"start": 992.93, "end": 993.21, "word": " هو", "probability": 0.9755859375}, {"start": 993.21, "end": 994.21, "word": " الحق", "probability": 0.99169921875}, {"start": 994.21, "end": 994.35, "word": " و", "probability": 0.72607421875}, {"start": 994.35, "end": 994.47, "word": " الله", "probability": 0.9228515625}, {"start": 994.47, "end": 994.97, "word": " سبحانه", "probability": 0.95947265625}, {"start": 994.97, "end": 995.05, "word": " و", "probability": 0.794921875}, {"start": 995.05, "end": 995.55, "word": " تعالى", "probability": 0.9855143229166666}, {"start": 995.55, "end": 996.37, "word": " تحدث", "probability": 0.9612630208333334}, {"start": 996.37, "end": 996.53, "word": " في", "probability": 0.9580078125}, {"start": 996.53, "end": 996.91, "word": " صورة", "probability": 0.71728515625}, {"start": 996.91, "end": 997.41, "word": " التوبة", "probability": 0.9772135416666666}], "temperature": 1.0}, {"id": 40, "seek": 102806, "start": 998.98, "end": 1028.06, "text": "عن بعض المنافقين اللي تحدثوا عن الصحابة بكلام أشبه بالعادى كما نقولهم أن بطولهم كبار يحبون الأكل ويحبون الطعام فنزل قوله تعالى إنما كنا نخوضه ونلعب قل أبى الله وآياته ورسوله كنتم تستهزأ قد كفرتم بعد إيمانكم", "tokens": [3615, 1863, 45030, 11242, 9673, 8315, 5172, 4587, 9957, 13672, 1829, 6055, 24401, 12984, 14407, 18871, 31767, 5016, 16758, 3660, 4724, 28820, 10943, 5551, 8592, 3555, 3224, 20666, 3615, 18513, 7578, 9122, 15042, 8717, 39648, 16095, 14739, 4724, 9566, 12610, 16095, 9122, 3555, 9640, 7251, 5016, 3555, 11536, 16247, 28820, 4032, 1829, 5016, 3555, 11536, 41950, 3615, 10943, 6156, 1863, 11622, 1211, 12174, 12610, 3224, 37279, 6027, 7578, 36145, 15042, 9122, 8315, 8717, 9778, 2407, 11242, 3224, 4032, 1863, 1211, 3615, 3555, 12174, 1211, 5551, 3555, 7578, 21984, 4032, 148, 95, 1829, 9307, 3224, 4032, 2288, 3794, 12610, 3224, 9122, 29399, 2304, 6055, 14851, 3224, 11622, 10721, 12174, 3215, 9122, 5172, 2288, 39237, 39182, 11933, 32640, 7649, 24793], "avg_logprob": -0.13241858792906047, "compression_ratio": 1.88, "no_speech_prob": 5.125999450683594e-06, "words": [{"start": 998.98, "end": 999.28, "word": "عن", "probability": 0.95556640625}, {"start": 999.28, "end": 999.56, "word": " بعض", "probability": 0.986328125}, {"start": 999.56, "end": 1000.4, "word": " المنافقين", "probability": 0.98359375}, {"start": 1000.4, "end": 1000.92, "word": " اللي", "probability": 0.844970703125}, {"start": 1000.92, "end": 1001.58, "word": " تحدثوا", "probability": 0.85595703125}, {"start": 1001.58, "end": 1001.72, "word": " عن", "probability": 0.99072265625}, {"start": 1001.72, "end": 1002.28, "word": " الصحابة", "probability": 0.9749755859375}, {"start": 1002.28, "end": 1002.8, "word": " بكلام", "probability": 0.9599609375}, {"start": 1002.8, "end": 1003.84, "word": " أشبه", "probability": 0.91357421875}, {"start": 1003.84, "end": 1004.38, "word": " بالعادى", "probability": 0.8863525390625}, {"start": 1004.38, "end": 1004.68, "word": " كما", "probability": 0.927734375}, {"start": 1004.68, "end": 1005.2, "word": " نقولهم", "probability": 0.8230794270833334}, {"start": 1005.2, "end": 1005.96, "word": " أن", "probability": 0.391357421875}, {"start": 1005.96, "end": 1006.5, "word": " بطولهم", "probability": 0.9486083984375}, {"start": 1006.5, "end": 1007.04, "word": " كبار", "probability": 0.9920247395833334}, {"start": 1007.04, "end": 1008.32, "word": " يحبون", "probability": 0.9375}, {"start": 1008.32, "end": 1008.7, "word": " الأكل", "probability": 0.951904296875}, {"start": 1008.7, "end": 1009.28, "word": " ويحبون", "probability": 0.876708984375}, {"start": 1009.28, "end": 1009.94, "word": " الطعام", "probability": 0.994140625}, {"start": 1009.94, "end": 1011.26, "word": " فنزل", "probability": 0.9776611328125}, {"start": 1011.26, "end": 1011.84, "word": " قوله", "probability": 0.9847005208333334}, {"start": 1011.84, "end": 1013.02, "word": " تعالى", "probability": 0.99072265625}, {"start": 1013.02, "end": 1015.04, "word": " إنما", "probability": 0.77294921875}, {"start": 1015.04, "end": 1015.46, "word": " كنا", "probability": 0.96337890625}, {"start": 1015.46, "end": 1016.32, "word": " نخوضه", "probability": 0.9109375}, {"start": 1016.32, "end": 1017.76, "word": " ونلعب", "probability": 0.95380859375}, {"start": 1017.76, "end": 1018.16, "word": " قل", "probability": 0.76025390625}, {"start": 1018.16, "end": 1018.54, "word": " أبى", "probability": 0.5998942057291666}, {"start": 1018.54, "end": 1019.0, "word": " الله", "probability": 0.96484375}, {"start": 1019.0, "end": 1021.32, "word": " وآياته", "probability": 0.947021484375}, {"start": 1021.32, "end": 1022.66, "word": " ورسوله", "probability": 0.9681640625}, {"start": 1022.66, "end": 1023.66, "word": " كنتم", "probability": 0.95849609375}, {"start": 1023.66, "end": 1024.58, "word": " تستهزأ", "probability": 0.61533203125}, {"start": 1024.58, "end": 1025.14, "word": " قد", "probability": 0.718994140625}, {"start": 1025.14, "end": 1025.88, "word": " كفرتم", "probability": 0.86468505859375}, {"start": 1025.88, "end": 1027.24, "word": " بعد", "probability": 0.480224609375}, {"start": 1027.24, "end": 1028.06, "word": " إيمانكم", "probability": 0.8734130859375}], "temperature": 1.0}, {"id": 41, "seek": 104779, "start": 1029.07, "end": 1047.79, "text": "إذا السخرية تقود إلى الكفر والله سبحانه وتعالى اتحدث عن اليهود بقوله وإذا نديتم إلى الصلاة اتخذوا هزوان ولعبا فهذا السلاح اليهود والسلاح أعداء", "tokens": [28814, 15730, 21136, 34740, 10632, 6055, 4587, 23328, 30731, 33251, 5172, 2288, 16070, 43761, 8608, 49628, 7649, 3224, 34683, 3615, 6027, 7578, 1975, 2655, 24401, 12984, 18871, 45595, 3224, 23328, 4724, 39648, 3224, 4032, 28814, 15730, 8717, 16254, 39237, 30731, 31767, 15040, 3660, 1975, 2655, 9778, 8848, 14407, 8032, 11622, 2407, 7649, 4032, 1211, 3615, 3555, 995, 6156, 3224, 15730, 21136, 15040, 5016, 45595, 3224, 23328, 16070, 3794, 15040, 5016, 5551, 22488, 16606], "avg_logprob": -0.20914273245914564, "compression_ratio": 1.7755102040816326, "no_speech_prob": 2.9206275939941406e-06, "words": [{"start": 1029.07, "end": 1029.33, "word": "إذا", "probability": 0.54638671875}, {"start": 1029.33, "end": 1029.99, "word": " السخرية", "probability": 0.8063151041666666}, {"start": 1029.99, "end": 1030.77, "word": " تقود", "probability": 0.9856770833333334}, {"start": 1030.77, "end": 1030.99, "word": " إلى", "probability": 0.467041015625}, {"start": 1030.99, "end": 1033.57, "word": " الكفر", "probability": 0.81689453125}, {"start": 1033.57, "end": 1034.19, "word": " والله", "probability": 0.7088623046875}, {"start": 1034.19, "end": 1034.57, "word": " سبحانه", "probability": 0.9278564453125}, {"start": 1034.57, "end": 1034.65, "word": " وتعالى", "probability": 0.94873046875}, {"start": 1034.65, "end": 1035.17, "word": " اتحدث", "probability": 0.842041015625}, {"start": 1035.17, "end": 1035.33, "word": " عن", "probability": 0.99365234375}, {"start": 1035.33, "end": 1035.81, "word": " اليهود", "probability": 0.9933268229166666}, {"start": 1035.81, "end": 1036.65, "word": " بقوله", "probability": 0.9866536458333334}, {"start": 1036.65, "end": 1037.59, "word": " وإذا", "probability": 0.7999674479166666}, {"start": 1037.59, "end": 1038.21, "word": " نديتم", "probability": 0.77880859375}, {"start": 1038.21, "end": 1038.39, "word": " إلى", "probability": 0.89404296875}, {"start": 1038.39, "end": 1039.05, "word": " الصلاة", "probability": 0.9658203125}, {"start": 1039.05, "end": 1039.81, "word": " اتخذوا", "probability": 0.7423583984375}, {"start": 1039.81, "end": 1041.23, "word": " هزوان", "probability": 0.791015625}, {"start": 1041.23, "end": 1042.49, "word": " ولعبا", "probability": 0.75322265625}, {"start": 1042.49, "end": 1045.97, "word": " فهذا", "probability": 0.76123046875}, {"start": 1045.97, "end": 1046.33, "word": " السلاح", "probability": 0.8782552083333334}, {"start": 1046.33, "end": 1046.77, "word": " اليهود", "probability": 0.9908854166666666}, {"start": 1046.77, "end": 1047.25, "word": " والسلاح", "probability": 0.82940673828125}, {"start": 1047.25, "end": 1047.79, "word": " أعداء", "probability": 0.8782552083333334}], "temperature": 1.0}, {"id": 42, "seek": 107386, "start": 1048.39, "end": 1073.87, "text": "الدعوات الصالحة والدعوات البناء وهي السخرية وشاعة عندنا ونفس في مجتمعنا في يوم الأيام أن يسخر من الشاب المتدير والملتزم ومن لحيته ومن زيه ومن مشيته ومن طعامه ومن شرابه وكان يسخر من الفتاة الملتزمة من حجابها من جلبابها من حيائها من أخلاقها", "tokens": [6027, 3215, 3615, 2407, 9307, 31767, 6027, 5016, 3660, 16070, 3215, 3615, 2407, 9307, 29739, 1863, 16606, 37037, 1829, 21136, 34740, 10632, 4032, 8592, 995, 27884, 43242, 8315, 4032, 1863, 36178, 8978, 3714, 7435, 39237, 3615, 8315, 8978, 7251, 20498, 16247, 1829, 10943, 14739, 7251, 3794, 34740, 9154, 25124, 16758, 9673, 2655, 3215, 13546, 4032, 45340, 1211, 2655, 11622, 2304, 4032, 27842, 5296, 5016, 36081, 3224, 4032, 27842, 30767, 1829, 3224, 4032, 27842, 37893, 36081, 3224, 4032, 27842, 23032, 3615, 10943, 3224, 4032, 27842, 13412, 2288, 16758, 3224, 4032, 41361, 7251, 3794, 34740, 9154, 27188, 2655, 995, 3660, 9673, 1211, 2655, 11622, 46007, 9154, 11331, 7435, 16758, 11296, 9154, 10874, 46152, 16758, 11296, 9154, 11331, 1829, 16373, 11296, 9154, 5551, 9778, 15040, 4587, 11296], "avg_logprob": -0.0856250033378601, "compression_ratio": 2.2142857142857144, "no_speech_prob": 2.485513687133789e-05, "words": [{"start": 1048.39, "end": 1049.21, "word": "الدعوات", "probability": 0.9744140625}, {"start": 1049.21, "end": 1049.95, "word": " الصالحة", "probability": 0.9915771484375}, {"start": 1049.95, "end": 1050.65, "word": " والدعوات", "probability": 0.91875}, {"start": 1050.65, "end": 1051.23, "word": " البناء", "probability": 0.8955078125}, {"start": 1051.23, "end": 1052.03, "word": " وهي", "probability": 0.745849609375}, {"start": 1052.03, "end": 1052.69, "word": " السخرية", "probability": 0.7957356770833334}, {"start": 1052.69, "end": 1054.31, "word": " وشاعة", "probability": 0.65606689453125}, {"start": 1054.31, "end": 1054.81, "word": " عندنا", "probability": 0.997802734375}, {"start": 1054.81, "end": 1055.35, "word": " ونفس", "probability": 0.9788411458333334}, {"start": 1055.35, "end": 1056.37, "word": " في", "probability": 0.88427734375}, {"start": 1056.37, "end": 1056.97, "word": " مجتمعنا", "probability": 0.99248046875}, {"start": 1056.97, "end": 1057.11, "word": " في", "probability": 0.98681640625}, {"start": 1057.11, "end": 1057.25, "word": " يوم", "probability": 0.990478515625}, {"start": 1057.25, "end": 1057.69, "word": " الأيام", "probability": 0.9466145833333334}, {"start": 1057.69, "end": 1057.97, "word": " أن", "probability": 0.763671875}, {"start": 1057.97, "end": 1058.41, "word": " يسخر", "probability": 0.8125}, {"start": 1058.41, "end": 1059.13, "word": " من", "probability": 0.98095703125}, {"start": 1059.13, "end": 1059.55, "word": " الشاب", "probability": 0.98583984375}, {"start": 1059.55, "end": 1060.09, "word": " المتدير", "probability": 0.805908203125}, {"start": 1060.09, "end": 1060.89, "word": " والملتزم", "probability": 0.9182942708333334}, {"start": 1060.89, "end": 1061.71, "word": " ومن", "probability": 0.927001953125}, {"start": 1061.71, "end": 1062.31, "word": " لحيته", "probability": 0.9281005859375}, {"start": 1062.31, "end": 1064.11, "word": " ومن", "probability": 0.92333984375}, {"start": 1064.11, "end": 1064.57, "word": " زيه", "probability": 0.9254557291666666}, {"start": 1064.57, "end": 1065.01, "word": " ومن", "probability": 0.941162109375}, {"start": 1065.01, "end": 1065.55, "word": " مشيته", "probability": 0.8748372395833334}, {"start": 1065.55, "end": 1065.79, "word": " ومن", "probability": 0.982666015625}, {"start": 1065.79, "end": 1066.33, "word": " طعامه", "probability": 0.9505615234375}, {"start": 1066.33, "end": 1066.53, "word": " ومن", "probability": 0.9765625}, {"start": 1066.53, "end": 1067.19, "word": " شرابه", "probability": 0.947265625}, {"start": 1067.19, "end": 1068.23, "word": " وكان", "probability": 0.963623046875}, {"start": 1068.23, "end": 1068.49, "word": " يسخر", "probability": 0.9845377604166666}, {"start": 1068.49, "end": 1068.63, "word": " من", "probability": 0.9951171875}, {"start": 1068.63, "end": 1069.03, "word": " الفتاة", "probability": 0.929443359375}, {"start": 1069.03, "end": 1069.67, "word": " الملتزمة", "probability": 0.9921875}, {"start": 1069.67, "end": 1070.19, "word": " من", "probability": 0.97509765625}, {"start": 1070.19, "end": 1070.83, "word": " حجابها", "probability": 0.9832763671875}, {"start": 1070.83, "end": 1071.03, "word": " من", "probability": 0.72705078125}, {"start": 1071.03, "end": 1071.89, "word": " جلبابها", "probability": 0.9808349609375}, {"start": 1071.89, "end": 1072.43, "word": " من", "probability": 0.98828125}, {"start": 1072.43, "end": 1072.99, "word": " حيائها", "probability": 0.968017578125}, {"start": 1072.99, "end": 1073.19, "word": " من", "probability": 0.955078125}, {"start": 1073.19, "end": 1073.87, "word": " أخلاقها", "probability": 0.98955078125}], "temperature": 1.0}, {"id": 43, "seek": 109645, "start": 1074.21, "end": 1096.45, "text": "وكل ذلك حرب لغو القيم أينما تجدوا نفسا ساخرا من الدين ومن القيم فاعلموا أن خلف هذا النفس ووراء هذا النفس شيطان يهودي شيطان يهودي لأن هذه استراتيجية اليهود يعني لهدم القيم الصالحة وقيم الخير يعني في مجتمعنا وفي أمتنا", "tokens": [2407, 28820, 29910, 23275, 11331, 25513, 5296, 17082, 2407, 25062, 32640, 5551, 9957, 15042, 6055, 7435, 3215, 14407, 8717, 36178, 995, 8608, 47283, 23557, 9154, 32748, 9957, 4032, 27842, 25062, 32640, 6156, 45761, 19528, 14407, 14739, 16490, 46538, 23758, 28239, 36178, 4032, 13063, 16606, 23758, 28239, 36178, 44049, 9566, 7649, 7251, 3224, 2407, 16254, 44049, 9566, 7649, 7251, 3224, 2407, 16254, 5296, 33456, 29538, 44713, 2288, 9307, 1829, 7435, 10632, 45595, 3224, 23328, 37495, 22653, 46740, 40448, 25062, 32640, 31767, 6027, 5016, 3660, 4032, 4587, 32640, 33962, 13546, 37495, 22653, 8978, 3714, 7435, 39237, 3615, 8315, 4032, 41185, 5551, 2304, 2655, 8315], "avg_logprob": -0.0878337404681641, "compression_ratio": 1.9948979591836735, "no_speech_prob": 5.561113357543945e-05, "words": [{"start": 1074.21, "end": 1074.69, "word": "وكل", "probability": 0.953857421875}, {"start": 1074.69, "end": 1075.19, "word": " ذلك", "probability": 0.99609375}, {"start": 1075.19, "end": 1076.13, "word": " حرب", "probability": 0.99072265625}, {"start": 1076.13, "end": 1076.61, "word": " لغو", "probability": 0.6722005208333334}, {"start": 1076.61, "end": 1076.95, "word": " القيم", "probability": 0.94091796875}, {"start": 1076.95, "end": 1077.37, "word": " أينما", "probability": 0.783935546875}, {"start": 1077.37, "end": 1078.03, "word": " تجدوا", "probability": 0.97998046875}, {"start": 1078.03, "end": 1078.49, "word": " نفسا", "probability": 0.9386393229166666}, {"start": 1078.49, "end": 1079.09, "word": " ساخرا", "probability": 0.8736979166666666}, {"start": 1079.09, "end": 1079.29, "word": " من", "probability": 0.99072265625}, {"start": 1079.29, "end": 1079.81, "word": " الدين", "probability": 0.884033203125}, {"start": 1079.81, "end": 1080.67, "word": " ومن", "probability": 0.845703125}, {"start": 1080.67, "end": 1081.17, "word": " القيم", "probability": 0.926025390625}, {"start": 1081.17, "end": 1082.11, "word": " فاعلموا", "probability": 0.93603515625}, {"start": 1082.11, "end": 1082.27, "word": " أن", "probability": 0.85546875}, {"start": 1082.27, "end": 1082.73, "word": " خلف", "probability": 0.975341796875}, {"start": 1082.73, "end": 1083.15, "word": " هذا", "probability": 0.958984375}, {"start": 1083.15, "end": 1083.57, "word": " النفس", "probability": 0.919921875}, {"start": 1083.57, "end": 1084.03, "word": " ووراء", "probability": 0.92431640625}, {"start": 1084.03, "end": 1084.23, "word": " هذا", "probability": 0.98681640625}, {"start": 1084.23, "end": 1084.71, "word": " النفس", "probability": 0.944580078125}, {"start": 1084.71, "end": 1085.89, "word": " شيطان", "probability": 0.8546549479166666}, {"start": 1085.89, "end": 1086.41, "word": " يهودي", "probability": 0.9779052734375}, {"start": 1086.41, "end": 1087.33, "word": " شيطان", "probability": 0.83544921875}, {"start": 1087.33, "end": 1088.33, "word": " يهودي", "probability": 0.9921875}, {"start": 1088.33, "end": 1088.55, "word": " لأن", "probability": 0.845458984375}, {"start": 1088.55, "end": 1088.79, "word": " هذه", "probability": 0.9072265625}, {"start": 1088.79, "end": 1089.49, "word": " استراتيجية", "probability": 0.93359375}, {"start": 1089.49, "end": 1090.03, "word": " اليهود", "probability": 0.9876302083333334}, {"start": 1090.03, "end": 1090.65, "word": " يعني", "probability": 0.876220703125}, {"start": 1090.65, "end": 1091.11, "word": " لهدم", "probability": 0.862548828125}, {"start": 1091.11, "end": 1091.51, "word": " القيم", "probability": 0.962646484375}, {"start": 1091.51, "end": 1092.37, "word": " الصالحة", "probability": 0.989501953125}, {"start": 1092.37, "end": 1093.03, "word": " وقيم", "probability": 0.9256184895833334}, {"start": 1093.03, "end": 1093.59, "word": " الخير", "probability": 0.99072265625}, {"start": 1093.59, "end": 1094.11, "word": " يعني", "probability": 0.853271484375}, {"start": 1094.11, "end": 1094.27, "word": " في", "probability": 0.98388671875}, {"start": 1094.27, "end": 1095.07, "word": " مجتمعنا", "probability": 0.99013671875}, {"start": 1095.07, "end": 1095.71, "word": " وفي", "probability": 0.88623046875}, {"start": 1095.71, "end": 1096.45, "word": " أمتنا", "probability": 0.978271484375}], "temperature": 1.0}, {"id": 44, "seek": 112424, "start": 1096.72, "end": 1124.24, "text": "فقيم ديننا وقيم أمتنا خط أحمى لا يجوز السخرية أو الاستهزاء بها بأي حال من الأحوال لأن ذلك ربما قادن إلى شيء من النفاق أو شيء من الردة أو شيء من الكفر والعياذ بالله في مقابل السخرية القسوة القسوة على الشخصيات قسوة وسخرية", "tokens": [5172, 4587, 32640, 11778, 9957, 8315, 4032, 4587, 32640, 5551, 2304, 2655, 8315, 16490, 9566, 5551, 35571, 7578, 20193, 7251, 7435, 2407, 11622, 21136, 34740, 10632, 34051, 42963, 14851, 3224, 11622, 16606, 4724, 11296, 4724, 10721, 1829, 11331, 6027, 9154, 16247, 5016, 2407, 6027, 5296, 33456, 29910, 23275, 12602, 3555, 15042, 12174, 18513, 1863, 30731, 44049, 38207, 9154, 28239, 5172, 995, 4587, 34051, 44049, 38207, 9154, 34892, 41891, 34051, 44049, 38207, 9154, 33251, 5172, 2288, 16070, 3615, 1829, 45636, 20666, 43761, 8978, 3714, 4587, 16758, 1211, 21136, 34740, 10632, 25062, 3794, 2407, 3660, 25062, 3794, 2407, 3660, 15844, 25124, 9778, 9381, 1829, 9307, 12174, 3794, 2407, 3660, 46952, 34740, 10632], "avg_logprob": -0.10867117090268177, "compression_ratio": 2.0412371134020617, "no_speech_prob": 6.556510925292969e-07, "words": [{"start": 1096.72, "end": 1097.6, "word": "فقيم", "probability": 0.9108072916666666}, {"start": 1097.6, "end": 1097.98, "word": " ديننا", "probability": 0.9737955729166666}, {"start": 1097.98, "end": 1098.26, "word": " وقيم", "probability": 0.8916015625}, {"start": 1098.26, "end": 1098.72, "word": " أمتنا", "probability": 0.8856201171875}, {"start": 1098.72, "end": 1099.06, "word": " خط", "probability": 0.865966796875}, {"start": 1099.06, "end": 1099.4, "word": " أحمى", "probability": 0.7216796875}, {"start": 1099.4, "end": 1099.54, "word": " لا", "probability": 0.56787109375}, {"start": 1099.54, "end": 1099.82, "word": " يجوز", "probability": 0.8408203125}, {"start": 1099.82, "end": 1100.22, "word": " السخرية", "probability": 0.8600260416666666}, {"start": 1100.22, "end": 1100.32, "word": " أو", "probability": 0.689453125}, {"start": 1100.32, "end": 1100.96, "word": " الاستهزاء", "probability": 0.9392578125}, {"start": 1100.96, "end": 1101.56, "word": " بها", "probability": 0.966064453125}, {"start": 1101.56, "end": 1101.86, "word": " بأي", "probability": 0.9368489583333334}, {"start": 1101.86, "end": 1102.26, "word": " حال", "probability": 0.99755859375}, {"start": 1102.26, "end": 1102.42, "word": " من", "probability": 0.98876953125}, {"start": 1102.42, "end": 1102.98, "word": " الأحوال", "probability": 0.966064453125}, {"start": 1102.98, "end": 1103.62, "word": " لأن", "probability": 0.94775390625}, {"start": 1103.62, "end": 1104.16, "word": " ذلك", "probability": 0.996826171875}, {"start": 1104.16, "end": 1104.98, "word": " ربما", "probability": 0.9361979166666666}, {"start": 1104.98, "end": 1105.92, "word": " قادن", "probability": 0.78369140625}, {"start": 1105.92, "end": 1106.26, "word": " إلى", "probability": 0.87841796875}, {"start": 1106.26, "end": 1106.74, "word": " شيء", "probability": 0.87060546875}, {"start": 1106.74, "end": 1106.88, "word": " من", "probability": 0.994140625}, {"start": 1106.88, "end": 1107.54, "word": " النفاق", "probability": 0.9644775390625}, {"start": 1107.54, "end": 1108.02, "word": " أو", "probability": 0.9326171875}, {"start": 1108.02, "end": 1108.36, "word": " شيء", "probability": 0.970703125}, {"start": 1108.36, "end": 1108.48, "word": " من", "probability": 0.9951171875}, {"start": 1108.48, "end": 1108.92, "word": " الردة", "probability": 0.765625}, {"start": 1108.92, "end": 1109.46, "word": " أو", "probability": 0.923828125}, {"start": 1109.46, "end": 1109.94, "word": " شيء", "probability": 0.972900390625}, {"start": 1109.94, "end": 1110.48, "word": " من", "probability": 0.990234375}, {"start": 1110.48, "end": 1110.92, "word": " الكفر", "probability": 0.9773763020833334}, {"start": 1110.92, "end": 1111.5, "word": " والعياذ", "probability": 0.8409423828125}, {"start": 1111.5, "end": 1113.14, "word": " بالله", "probability": 0.888427734375}, {"start": 1113.14, "end": 1114.28, "word": " في", "probability": 0.83642578125}, {"start": 1114.28, "end": 1114.76, "word": " مقابل", "probability": 0.9473876953125}, {"start": 1114.76, "end": 1115.38, "word": " السخرية", "probability": 0.9884440104166666}, {"start": 1115.38, "end": 1119.32, "word": " القسوة", "probability": 0.85504150390625}, {"start": 1119.32, "end": 1120.58, "word": " القسوة", "probability": 0.879638671875}, {"start": 1120.58, "end": 1120.7, "word": " على", "probability": 0.8466796875}, {"start": 1120.7, "end": 1121.5, "word": " الشخصيات", "probability": 0.99345703125}, {"start": 1121.5, "end": 1123.44, "word": " قسوة", "probability": 0.967529296875}, {"start": 1123.44, "end": 1124.24, "word": " وسخرية", "probability": 0.817626953125}], "temperature": 1.0}, {"id": 45, "seek": 115669, "start": 1127.23, "end": 1156.69, "text": "و كما قال أحد الدارسين أن طه حسين اتخذ موقفا موحدا من كل هذه الشخصيات عدم التعاطف معها و إهمالها و دائما كان يركز على الجانب السيء من هذه الشخصيات لو تحدثنا عن شخصياته أو جيرانه الذين جوروه في الأظهر كلهم فاشلون", "tokens": [2407, 9122, 15042, 50239, 5551, 24401, 32748, 9640, 3794, 9957, 14739, 23032, 3224, 11331, 3794, 9957, 1975, 2655, 9778, 8848, 3714, 30543, 5172, 995, 3714, 2407, 24401, 995, 9154, 28242, 29538, 25124, 9778, 9381, 1829, 9307, 6225, 40448, 16712, 3615, 41193, 5172, 20449, 11296, 4032, 11933, 16095, 6027, 11296, 4032, 11778, 16373, 15042, 25961, 7251, 31747, 11622, 15844, 25724, 7649, 3555, 21136, 1829, 38207, 9154, 29538, 25124, 9778, 9381, 1829, 9307, 45164, 6055, 24401, 12984, 8315, 18871, 13412, 9778, 9381, 1829, 9307, 3224, 34051, 10874, 13546, 7649, 3224, 32545, 9957, 10874, 13063, 2407, 3224, 8978, 16247, 19913, 3224, 2288, 28242, 16095, 6156, 33599, 1211, 11536], "avg_logprob": -0.10664799584532683, "compression_ratio": 1.8768472906403941, "no_speech_prob": 1.9311904907226562e-05, "words": [{"start": 1127.23, "end": 1127.47, "word": "و", "probability": 0.88818359375}, {"start": 1127.47, "end": 1127.73, "word": " كما", "probability": 0.5899658203125}, {"start": 1127.73, "end": 1127.97, "word": " قال", "probability": 0.9521484375}, {"start": 1127.97, "end": 1128.15, "word": " أحد", "probability": 0.6575927734375}, {"start": 1128.15, "end": 1128.77, "word": " الدارسين", "probability": 0.9776611328125}, {"start": 1128.77, "end": 1128.97, "word": " أن", "probability": 0.6923828125}, {"start": 1128.97, "end": 1129.25, "word": " طه", "probability": 0.692138671875}, {"start": 1129.25, "end": 1129.73, "word": " حسين", "probability": 0.9684244791666666}, {"start": 1129.73, "end": 1130.45, "word": " اتخذ", "probability": 0.9454345703125}, {"start": 1130.45, "end": 1131.35, "word": " موقفا", "probability": 0.97314453125}, {"start": 1131.35, "end": 1132.25, "word": " موحدا", "probability": 0.9007568359375}, {"start": 1132.25, "end": 1132.97, "word": " من", "probability": 0.97509765625}, {"start": 1132.97, "end": 1133.19, "word": " كل", "probability": 0.91552734375}, {"start": 1133.19, "end": 1133.45, "word": " هذه", "probability": 0.95849609375}, {"start": 1133.45, "end": 1134.13, "word": " الشخصيات", "probability": 0.9931640625}, {"start": 1134.13, "end": 1135.13, "word": " عدم", "probability": 0.9609375}, {"start": 1135.13, "end": 1135.99, "word": " التعاطف", "probability": 0.88037109375}, {"start": 1135.99, "end": 1136.47, "word": " معها", "probability": 0.943603515625}, {"start": 1136.47, "end": 1136.67, "word": " و", "probability": 0.7900390625}, {"start": 1136.67, "end": 1137.41, "word": " إهمالها", "probability": 0.8546142578125}, {"start": 1137.41, "end": 1142.43, "word": " و", "probability": 0.89013671875}, {"start": 1142.43, "end": 1142.83, "word": " دائما", "probability": 0.90576171875}, {"start": 1142.83, "end": 1143.17, "word": " كان", "probability": 0.97607421875}, {"start": 1143.17, "end": 1143.83, "word": " يركز", "probability": 0.9860026041666666}, {"start": 1143.83, "end": 1144.01, "word": " على", "probability": 0.87255859375}, {"start": 1144.01, "end": 1144.53, "word": " الجانب", "probability": 0.9833984375}, {"start": 1144.53, "end": 1145.15, "word": " السيء", "probability": 0.9493815104166666}, {"start": 1145.15, "end": 1145.33, "word": " من", "probability": 0.97998046875}, {"start": 1145.33, "end": 1145.55, "word": " هذه", "probability": 0.97412109375}, {"start": 1145.55, "end": 1146.15, "word": " الشخصيات", "probability": 0.980078125}, {"start": 1146.15, "end": 1146.51, "word": " لو", "probability": 0.8984375}, {"start": 1146.51, "end": 1147.21, "word": " تحدثنا", "probability": 0.9832763671875}, {"start": 1147.21, "end": 1147.75, "word": " عن", "probability": 0.98779296875}, {"start": 1147.75, "end": 1149.93, "word": " شخصياته", "probability": 0.9296875}, {"start": 1149.93, "end": 1150.15, "word": " أو", "probability": 0.83349609375}, {"start": 1150.15, "end": 1150.93, "word": " جيرانه", "probability": 0.9769287109375}, {"start": 1150.93, "end": 1151.33, "word": " الذين", "probability": 0.975341796875}, {"start": 1151.33, "end": 1151.99, "word": " جوروه", "probability": 0.81744384765625}, {"start": 1151.99, "end": 1152.15, "word": " في", "probability": 0.970703125}, {"start": 1152.15, "end": 1152.79, "word": " الأظهر", "probability": 0.79608154296875}, {"start": 1152.79, "end": 1155.93, "word": " كلهم", "probability": 0.9365234375}, {"start": 1155.93, "end": 1156.69, "word": " فاشلون", "probability": 0.985107421875}], "temperature": 1.0}, {"id": 46, "seek": 117828, "start": 1157.56, "end": 1178.28, "text": "أغبياء ضيقوا الأفق إما نجحوا بالحيلة وإما نجحوا بعد أن قضوا نصف عمارهم في الجامع الأصلي فهو يركز على الصفات السلبية والجانب السلبي من شخصيته", "tokens": [10721, 17082, 21292, 16606, 48812, 1829, 4587, 14407, 16247, 5172, 4587, 11933, 15042, 8717, 7435, 5016, 14407, 20666, 5016, 26895, 3660, 4032, 28814, 15042, 8717, 7435, 5016, 14407, 39182, 14739, 12174, 11242, 14407, 8717, 9381, 5172, 6225, 2304, 9640, 16095, 8978, 25724, 10943, 3615, 16247, 9381, 20292, 6156, 3224, 2407, 7251, 31747, 11622, 15844, 31767, 5172, 9307, 21136, 46152, 10632, 16070, 7435, 7649, 3555, 21136, 46152, 1829, 9154, 13412, 9778, 9381, 36081, 3224], "avg_logprob": -0.08862964527027027, "compression_ratio": 1.6842105263157894, "no_speech_prob": 4.589557647705078e-06, "words": [{"start": 1157.56, "end": 1158.44, "word": "أغبياء", "probability": 0.95654296875}, {"start": 1158.44, "end": 1159.64, "word": " ضيقوا", "probability": 0.9078369140625}, {"start": 1159.64, "end": 1160.2, "word": " الأفق", "probability": 0.93212890625}, {"start": 1160.2, "end": 1161.84, "word": " إما", "probability": 0.8427734375}, {"start": 1161.84, "end": 1163.5, "word": " نجحوا", "probability": 0.99267578125}, {"start": 1163.5, "end": 1164.3, "word": " بالحيلة", "probability": 0.9417724609375}, {"start": 1164.3, "end": 1165.14, "word": " وإما", "probability": 0.76318359375}, {"start": 1165.14, "end": 1165.68, "word": " نجحوا", "probability": 0.9935302734375}, {"start": 1165.68, "end": 1166.0, "word": " بعد", "probability": 0.93212890625}, {"start": 1166.0, "end": 1167.62, "word": " أن", "probability": 0.77099609375}, {"start": 1167.62, "end": 1168.2, "word": " قضوا", "probability": 0.93896484375}, {"start": 1168.2, "end": 1168.96, "word": " نصف", "probability": 0.9938151041666666}, {"start": 1168.96, "end": 1169.76, "word": " عمارهم", "probability": 0.9781494140625}, {"start": 1169.76, "end": 1170.36, "word": " في", "probability": 0.9814453125}, {"start": 1170.36, "end": 1170.98, "word": " الجامع", "probability": 0.97314453125}, {"start": 1170.98, "end": 1171.84, "word": " الأصلي", "probability": 0.6851399739583334}, {"start": 1171.84, "end": 1172.8, "word": " فهو", "probability": 0.9620768229166666}, {"start": 1172.8, "end": 1173.24, "word": " يركز", "probability": 0.9895833333333334}, {"start": 1173.24, "end": 1173.4, "word": " على", "probability": 0.94873046875}, {"start": 1173.4, "end": 1173.96, "word": " الصفات", "probability": 0.98681640625}, {"start": 1173.96, "end": 1175.06, "word": " السلبية", "probability": 0.970703125}, {"start": 1175.06, "end": 1175.6, "word": " والجانب", "probability": 0.87298583984375}, {"start": 1175.6, "end": 1176.46, "word": " السلبي", "probability": 0.8551432291666666}, {"start": 1176.46, "end": 1176.88, "word": " من", "probability": 0.98779296875}, {"start": 1176.88, "end": 1178.28, "word": " شخصيته", "probability": 0.915234375}], "temperature": 1.0}, {"id": 47, "seek": 120170, "start": 1180.88, "end": 1201.7, "text": "حتى اتحدث عن والديه وقال ان الأبوة لا تمنع من الظلم طبعا طه حسين عانى قسوة من البيه وحرمان فبادل القسوة بالقسوة فرد على هذا المجتمع قسوته وحرمانه", "tokens": [33753, 7578, 1975, 2655, 24401, 12984, 18871, 16070, 16254, 3224, 4032, 4587, 6027, 16472, 16247, 3555, 2407, 3660, 20193, 46811, 1863, 3615, 9154, 6024, 116, 19528, 23032, 3555, 3615, 995, 23032, 3224, 11331, 3794, 9957, 6225, 7649, 7578, 12174, 3794, 2407, 3660, 9154, 2423, 21292, 3224, 4032, 5016, 2288, 2304, 7649, 6156, 3555, 18513, 1211, 25062, 3794, 2407, 3660, 20666, 4587, 3794, 2407, 3660, 6156, 2288, 3215, 15844, 23758, 9673, 7435, 39237, 3615, 12174, 3794, 35473, 3224, 4032, 5016, 2288, 2304, 7649, 3224], "avg_logprob": -0.12834822031713666, "compression_ratio": 1.7891156462585034, "no_speech_prob": 7.271766662597656e-06, "words": [{"start": 1180.88, "end": 1181.22, "word": "حتى", "probability": 0.96044921875}, {"start": 1181.22, "end": 1181.7, "word": " اتحدث", "probability": 0.924072265625}, {"start": 1181.7, "end": 1181.92, "word": " عن", "probability": 0.99169921875}, {"start": 1181.92, "end": 1182.58, "word": " والديه", "probability": 0.82763671875}, {"start": 1182.58, "end": 1183.3, "word": " وقال", "probability": 0.8253580729166666}, {"start": 1183.3, "end": 1183.5, "word": " ان", "probability": 0.43603515625}, {"start": 1183.5, "end": 1184.26, "word": " الأبوة", "probability": 0.8585205078125}, {"start": 1184.26, "end": 1187.42, "word": " لا", "probability": 0.86669921875}, {"start": 1187.42, "end": 1188.02, "word": " تمنع", "probability": 0.8572591145833334}, {"start": 1188.02, "end": 1188.72, "word": " من", "probability": 0.57958984375}, {"start": 1188.72, "end": 1189.24, "word": " الظلم", "probability": 0.9508463541666666}, {"start": 1189.24, "end": 1190.12, "word": " طبعا", "probability": 0.888671875}, {"start": 1190.12, "end": 1190.34, "word": " طه", "probability": 0.89404296875}, {"start": 1190.34, "end": 1190.68, "word": " حسين", "probability": 0.9505208333333334}, {"start": 1190.68, "end": 1191.04, "word": " عانى", "probability": 0.6468098958333334}, {"start": 1191.04, "end": 1191.5, "word": " قسوة", "probability": 0.902099609375}, {"start": 1191.5, "end": 1191.68, "word": " من", "probability": 0.9853515625}, {"start": 1191.68, "end": 1192.0, "word": " البيه", "probability": 0.70703125}, {"start": 1192.0, "end": 1192.64, "word": " وحرمان", "probability": 0.901953125}, {"start": 1192.64, "end": 1193.34, "word": " فبادل", "probability": 0.884765625}, {"start": 1193.34, "end": 1193.88, "word": " القسوة", "probability": 0.97412109375}, {"start": 1193.88, "end": 1194.74, "word": " بالقسوة", "probability": 0.98046875}, {"start": 1194.74, "end": 1197.78, "word": " فرد", "probability": 0.9122721354166666}, {"start": 1197.78, "end": 1198.0, "word": " على", "probability": 0.9033203125}, {"start": 1198.0, "end": 1198.22, "word": " هذا", "probability": 0.91748046875}, {"start": 1198.22, "end": 1199.3, "word": " المجتمع", "probability": 0.9921875}, {"start": 1199.3, "end": 1200.6, "word": " قسوته", "probability": 0.9599609375}, {"start": 1200.6, "end": 1201.7, "word": " وحرمانه", "probability": 0.9734700520833334}], "temperature": 1.0}, {"id": 48, "seek": 123261, "start": 1209.4, "end": 1232.62, "text": "وكان على طا حسين أن يتفهم ظروف مجتمعه وظروف بيئته التي ولد فيها ووجد فيها وهي بيئة متخلفة جاهلة لا ذنب لها يعني فيما وصلت اليه أحوال طا حسين أو جيل طا حسين في ذلك الوقت", "tokens": [2407, 41361, 15844, 23032, 995, 11331, 3794, 9957, 14739, 7251, 2655, 5172, 16095, 1357, 116, 32887, 5172, 3714, 7435, 39237, 3615, 3224, 4032, 19913, 32887, 5172, 4724, 1829, 19986, 47395, 38392, 35525, 3215, 8978, 11296, 4032, 29245, 3215, 8978, 11296, 37037, 1829, 4724, 1829, 19986, 3660, 44650, 9778, 46538, 3660, 10874, 40294, 37977, 20193, 29910, 1863, 3555, 5296, 11296, 37495, 22653, 8978, 15042, 4032, 36520, 2655, 45595, 3224, 5551, 5016, 2407, 6027, 23032, 995, 11331, 3794, 9957, 34051, 10874, 26895, 23032, 995, 11331, 3794, 9957, 8978, 29910, 23275, 2423, 30543, 2655], "avg_logprob": -0.07167119322263676, "compression_ratio": 1.8242424242424242, "no_speech_prob": 3.933906555175781e-06, "words": [{"start": 1209.4, "end": 1209.82, "word": "وكان", "probability": 0.880126953125}, {"start": 1209.82, "end": 1210.06, "word": " على", "probability": 0.8046875}, {"start": 1210.06, "end": 1210.28, "word": " طا", "probability": 0.767333984375}, {"start": 1210.28, "end": 1210.52, "word": " حسين", "probability": 0.9451497395833334}, {"start": 1210.52, "end": 1210.6, "word": " أن", "probability": 0.833984375}, {"start": 1210.6, "end": 1211.28, "word": " يتفهم", "probability": 0.964599609375}, {"start": 1211.28, "end": 1213.84, "word": " ظروف", "probability": 0.84857177734375}, {"start": 1213.84, "end": 1214.68, "word": " مجتمعه", "probability": 0.98818359375}, {"start": 1214.68, "end": 1217.02, "word": " وظروف", "probability": 0.9764404296875}, {"start": 1217.02, "end": 1218.52, "word": " بيئته", "probability": 0.972412109375}, {"start": 1218.52, "end": 1219.24, "word": " التي", "probability": 0.810546875}, {"start": 1219.24, "end": 1220.42, "word": " ولد", "probability": 0.892822265625}, {"start": 1220.42, "end": 1220.74, "word": " فيها", "probability": 0.986572265625}, {"start": 1220.74, "end": 1221.16, "word": " ووجد", "probability": 0.92529296875}, {"start": 1221.16, "end": 1221.5, "word": " فيها", "probability": 0.977294921875}, {"start": 1221.5, "end": 1221.8, "word": " وهي", "probability": 0.80322265625}, {"start": 1221.8, "end": 1222.18, "word": " بيئة", "probability": 0.98974609375}, {"start": 1222.18, "end": 1222.98, "word": " متخلفة", "probability": 0.97900390625}, {"start": 1222.98, "end": 1223.52, "word": " جاهلة", "probability": 0.9368489583333334}, {"start": 1223.52, "end": 1224.38, "word": " لا", "probability": 0.71240234375}, {"start": 1224.38, "end": 1224.86, "word": " ذنب", "probability": 0.966796875}, {"start": 1224.86, "end": 1225.28, "word": " لها", "probability": 0.97900390625}, {"start": 1225.28, "end": 1226.1, "word": " يعني", "probability": 0.83447265625}, {"start": 1226.1, "end": 1226.74, "word": " فيما", "probability": 0.85986328125}, {"start": 1226.74, "end": 1227.32, "word": " وصلت", "probability": 0.984375}, {"start": 1227.32, "end": 1227.84, "word": " اليه", "probability": 0.7724609375}, {"start": 1227.84, "end": 1228.7, "word": " أحوال", "probability": 0.9669189453125}, {"start": 1228.7, "end": 1228.96, "word": " طا", "probability": 0.963623046875}, {"start": 1228.96, "end": 1229.38, "word": " حسين", "probability": 0.9967447916666666}, {"start": 1229.38, "end": 1229.64, "word": " أو", "probability": 0.873046875}, {"start": 1229.64, "end": 1230.02, "word": " جيل", "probability": 0.986572265625}, {"start": 1230.02, "end": 1230.34, "word": " طا", "probability": 0.991455078125}, {"start": 1230.34, "end": 1230.78, "word": " حسين", "probability": 0.9982096354166666}, {"start": 1230.78, "end": 1231.34, "word": " في", "probability": 0.94873046875}, {"start": 1231.34, "end": 1231.76, "word": " ذلك", "probability": 0.99658203125}, {"start": 1231.76, "end": 1232.62, "word": " الوقت", "probability": 0.9913736979166666}], "temperature": 1.0}, {"id": 49, "seek": 126663, "start": 1238.81, "end": 1266.63, "text": "مصر و هو حسين كاد ان يطوي الحديث عن مصر و عن مشكلات و إشكالات مصر بشكل رئيس احنا قلنا الشخصيات العامة دائما ترتبط بماذا؟ ترتبط بمجتمعها و بلادها و تاريخ بلادها و حياتها جزء كبير من حياتها و حياة", "tokens": [2304, 9381, 2288, 4032, 31439, 11331, 3794, 9957, 9122, 18513, 16472, 7251, 9566, 45865, 21542, 16254, 12984, 18871, 3714, 9381, 2288, 4032, 18871, 37893, 28820, 9307, 4032, 11933, 8592, 4117, 6027, 9307, 3714, 9381, 2288, 4724, 8592, 28820, 12602, 19986, 1829, 3794, 1975, 5016, 8315, 12174, 1211, 8315, 25124, 9778, 9381, 1829, 9307, 18863, 10943, 3660, 11778, 16373, 15042, 6055, 43500, 3555, 9566, 4724, 2304, 45636, 995, 22807, 6055, 43500, 3555, 9566, 4724, 2304, 7435, 39237, 3615, 11296, 4032, 4724, 15040, 3215, 11296, 4032, 6055, 9640, 1829, 9778, 4724, 15040, 3215, 11296, 4032, 11331, 1829, 9307, 11296, 10874, 11622, 38207, 9122, 3555, 13546, 9154, 11331, 1829, 9307, 11296, 4032, 11331, 25528, 3660], "avg_logprob": -0.08607577644618211, "compression_ratio": 1.9606741573033708, "no_speech_prob": 2.384185791015625e-06, "words": [{"start": 1238.81, "end": 1240.05, "word": "مصر", "probability": 0.9900716145833334}, {"start": 1240.05, "end": 1241.29, "word": " و", "probability": 0.468505859375}, {"start": 1241.29, "end": 1241.41, "word": " هو", "probability": 0.09283447265625}, {"start": 1241.41, "end": 1241.93, "word": " حسين", "probability": 0.9537760416666666}, {"start": 1241.93, "end": 1243.99, "word": " كاد", "probability": 0.885986328125}, {"start": 1243.99, "end": 1245.13, "word": " ان", "probability": 0.62646484375}, {"start": 1245.13, "end": 1245.57, "word": " يطوي", "probability": 0.9783528645833334}, {"start": 1245.57, "end": 1246.55, "word": " الحديث", "probability": 0.9949544270833334}, {"start": 1246.55, "end": 1247.51, "word": " عن", "probability": 0.99267578125}, {"start": 1247.51, "end": 1247.95, "word": " مصر", "probability": 0.94970703125}, {"start": 1247.95, "end": 1248.73, "word": " و", "probability": 0.91259765625}, {"start": 1248.73, "end": 1248.91, "word": " عن", "probability": 0.91943359375}, {"start": 1248.91, "end": 1249.61, "word": " مشكلات", "probability": 0.9493815104166666}, {"start": 1249.61, "end": 1249.77, "word": " و", "probability": 0.98876953125}, {"start": 1249.77, "end": 1250.43, "word": " إشكالات", "probability": 0.90361328125}, {"start": 1250.43, "end": 1250.95, "word": " مصر", "probability": 0.9938151041666666}, {"start": 1250.95, "end": 1251.99, "word": " بشكل", "probability": 0.99169921875}, {"start": 1251.99, "end": 1252.67, "word": " رئيس", "probability": 0.9974365234375}, {"start": 1252.67, "end": 1254.19, "word": " احنا", "probability": 0.8829752604166666}, {"start": 1254.19, "end": 1254.49, "word": " قلنا", "probability": 0.8600260416666666}, {"start": 1254.49, "end": 1255.09, "word": " الشخصيات", "probability": 0.96474609375}, {"start": 1255.09, "end": 1255.61, "word": " العامة", "probability": 0.99169921875}, {"start": 1255.61, "end": 1255.93, "word": " دائما", "probability": 0.7620442708333334}, {"start": 1255.93, "end": 1256.49, "word": " ترتبط", "probability": 0.9912109375}, {"start": 1256.49, "end": 1257.25, "word": " بماذا؟", "probability": 0.87783203125}, {"start": 1257.25, "end": 1258.33, "word": " ترتبط", "probability": 0.9671630859375}, {"start": 1258.33, "end": 1259.11, "word": " بمجتمعها", "probability": 0.9906412760416666}, {"start": 1259.11, "end": 1259.31, "word": " و", "probability": 0.97265625}, {"start": 1259.31, "end": 1259.87, "word": " بلادها", "probability": 0.9505615234375}, {"start": 1259.87, "end": 1260.05, "word": " و", "probability": 0.90185546875}, {"start": 1260.05, "end": 1260.45, "word": " تاريخ", "probability": 0.9959716796875}, {"start": 1260.45, "end": 1261.09, "word": " بلادها", "probability": 0.980224609375}, {"start": 1261.09, "end": 1262.69, "word": " و", "probability": 0.97412109375}, {"start": 1262.69, "end": 1263.67, "word": " حياتها", "probability": 0.9853515625}, {"start": 1263.67, "end": 1264.57, "word": " جزء", "probability": 0.9949544270833334}, {"start": 1264.57, "end": 1264.95, "word": " كبير", "probability": 0.99560546875}, {"start": 1264.95, "end": 1265.11, "word": " من", "probability": 0.99560546875}, {"start": 1265.11, "end": 1265.81, "word": " حياتها", "probability": 0.9940185546875}, {"start": 1265.81, "end": 1265.99, "word": " و", "probability": 0.68408203125}, {"start": 1265.99, "end": 1266.63, "word": " حياة", "probability": 0.9005533854166666}], "temperature": 1.0}, {"id": 50, "seek": 128674, "start": 1266.84, "end": 1286.74, "text": "مجتمعها وحياة شعبها فالحديث عن السيرة الذاتية اختضي حديثا في المجاورة عن مجتمعه وماذا قدم لهذا المجتمع طبعا حسين كان تركيزه على ذاته وعلى الأنا تركيزا شديدا", "tokens": [2304, 7435, 39237, 3615, 11296, 4032, 5016, 25528, 3660, 13412, 3615, 3555, 11296, 6156, 6027, 5016, 16254, 12984, 18871, 21136, 48923, 32545, 9307, 10632, 1975, 46456, 11242, 1829, 11331, 16254, 12984, 995, 8978, 9673, 7435, 995, 13063, 3660, 18871, 3714, 7435, 39237, 3615, 3224, 4032, 2304, 45636, 995, 12174, 40448, 46740, 15730, 9673, 7435, 39237, 3615, 23032, 3555, 3615, 995, 11331, 3794, 9957, 25961, 6055, 31747, 1829, 11622, 3224, 15844, 29910, 9307, 3224, 4032, 3615, 23942, 16247, 8315, 6055, 31747, 1829, 11622, 995, 13412, 16254, 28259], "avg_logprob": -0.07799029932624993, "compression_ratio": 1.821656050955414, "no_speech_prob": 1.049041748046875e-05, "words": [{"start": 1266.84, "end": 1267.7, "word": "مجتمعها", "probability": 0.98408203125}, {"start": 1267.7, "end": 1268.48, "word": " وحياة", "probability": 0.87158203125}, {"start": 1268.48, "end": 1269.32, "word": " شعبها", "probability": 0.9925537109375}, {"start": 1269.32, "end": 1271.34, "word": " فالحديث", "probability": 0.95283203125}, {"start": 1271.34, "end": 1271.5, "word": " عن", "probability": 0.9951171875}, {"start": 1271.5, "end": 1271.82, "word": " السيرة", "probability": 0.833740234375}, {"start": 1271.82, "end": 1272.26, "word": " الذاتية", "probability": 0.9920247395833334}, {"start": 1272.26, "end": 1272.64, "word": " اختضي", "probability": 0.6412353515625}, {"start": 1272.64, "end": 1273.26, "word": " حديثا", "probability": 0.9730224609375}, {"start": 1273.26, "end": 1273.4, "word": " في", "probability": 0.85107421875}, {"start": 1273.4, "end": 1275.18, "word": " المجاورة", "probability": 0.9623046875}, {"start": 1275.18, "end": 1275.92, "word": " عن", "probability": 0.98583984375}, {"start": 1275.92, "end": 1276.94, "word": " مجتمعه", "probability": 0.970703125}, {"start": 1276.94, "end": 1277.4, "word": " وماذا", "probability": 0.97998046875}, {"start": 1277.4, "end": 1277.78, "word": " قدم", "probability": 0.951171875}, {"start": 1277.78, "end": 1278.26, "word": " لهذا", "probability": 0.975830078125}, {"start": 1278.26, "end": 1279.06, "word": " المجتمع", "probability": 0.9935302734375}, {"start": 1279.06, "end": 1280.8, "word": " طبعا", "probability": 0.9501953125}, {"start": 1280.8, "end": 1281.12, "word": " حسين", "probability": 0.89013671875}, {"start": 1281.12, "end": 1281.34, "word": " كان", "probability": 0.98681640625}, {"start": 1281.34, "end": 1282.28, "word": " تركيزه", "probability": 0.98037109375}, {"start": 1282.28, "end": 1283.64, "word": " على", "probability": 0.9150390625}, {"start": 1283.64, "end": 1284.96, "word": " ذاته", "probability": 0.9254557291666666}, {"start": 1284.96, "end": 1285.38, "word": " وعلى", "probability": 0.9275716145833334}, {"start": 1285.38, "end": 1285.68, "word": " الأنا", "probability": 0.6409912109375}, {"start": 1285.68, "end": 1286.26, "word": " تركيزا", "probability": 0.98642578125}, {"start": 1286.26, "end": 1286.74, "word": " شديدا", "probability": 0.8699544270833334}], "temperature": 1.0}, {"id": 51, "seek": 131033, "start": 1287.83, "end": 1310.33, "text": "فطغط شيء من النارجسية في سيرته وهي ليست خاصة بطه حسين هي أيضا تكاد تكون سما تنتظم الكثير من كتابات ومن سير الكتاب المعاصرين وهي طغيان نارجسية وتبدو ذات الكاتب", "tokens": [5172, 9566, 17082, 9566, 44049, 38207, 9154, 2423, 8315, 47341, 3794, 10632, 8978, 8608, 13546, 47395, 37037, 1829, 32239, 14851, 16490, 33546, 3660, 4724, 9566, 3224, 11331, 3794, 9957, 39896, 36632, 11242, 995, 6055, 4117, 18513, 6055, 30544, 8608, 15042, 6055, 1863, 2655, 19913, 2304, 33251, 12984, 13546, 9154, 9122, 2655, 16758, 9307, 4032, 27842, 8608, 13546, 33251, 2655, 16758, 9673, 3615, 33546, 2288, 9957, 37037, 1829, 23032, 17082, 1829, 7649, 8717, 9640, 7435, 3794, 10632, 34683, 44510, 2407, 29910, 9307, 33251, 9307, 3555], "avg_logprob": -0.17545955952476053, "compression_ratio": 1.75, "no_speech_prob": 2.384185791015625e-07, "words": [{"start": 1287.83, "end": 1288.51, "word": "فطغط", "probability": 0.708251953125}, {"start": 1288.51, "end": 1289.29, "word": " شيء", "probability": 0.822021484375}, {"start": 1289.29, "end": 1289.41, "word": " من", "probability": 0.87158203125}, {"start": 1289.41, "end": 1290.57, "word": " النارجسية", "probability": 0.72353515625}, {"start": 1290.57, "end": 1291.37, "word": " في", "probability": 0.87841796875}, {"start": 1291.37, "end": 1291.95, "word": " سيرته", "probability": 0.8123372395833334}, {"start": 1291.95, "end": 1292.95, "word": " وهي", "probability": 0.7978515625}, {"start": 1292.95, "end": 1293.25, "word": " ليست", "probability": 0.966552734375}, {"start": 1293.25, "end": 1293.63, "word": " خاصة", "probability": 0.9703776041666666}, {"start": 1293.63, "end": 1293.91, "word": " بطه", "probability": 0.7040201822916666}, {"start": 1293.91, "end": 1294.41, "word": " حسين", "probability": 0.82275390625}, {"start": 1294.41, "end": 1295.61, "word": " هي", "probability": 0.72509765625}, {"start": 1295.61, "end": 1296.39, "word": " أيضا", "probability": 0.8603515625}, {"start": 1296.39, "end": 1297.13, "word": " تكاد", "probability": 0.9505208333333334}, {"start": 1297.13, "end": 1297.87, "word": " تكون", "probability": 0.98291015625}, {"start": 1297.87, "end": 1299.97, "word": " سما", "probability": 0.652587890625}, {"start": 1299.97, "end": 1301.37, "word": " تنتظم", "probability": 0.767578125}, {"start": 1301.37, "end": 1302.21, "word": " الكثير", "probability": 0.9816080729166666}, {"start": 1302.21, "end": 1302.41, "word": " من", "probability": 0.98779296875}, {"start": 1302.41, "end": 1303.27, "word": " كتابات", "probability": 0.968017578125}, {"start": 1303.27, "end": 1303.77, "word": " ومن", "probability": 0.787353515625}, {"start": 1303.77, "end": 1304.19, "word": " سير", "probability": 0.740478515625}, {"start": 1304.19, "end": 1304.87, "word": " الكتاب", "probability": 0.9933268229166666}, {"start": 1304.87, "end": 1305.79, "word": " المعاصرين", "probability": 0.96923828125}, {"start": 1305.79, "end": 1306.45, "word": " وهي", "probability": 0.7724609375}, {"start": 1306.45, "end": 1306.85, "word": " طغيان", "probability": 0.9532470703125}, {"start": 1306.85, "end": 1307.61, "word": " نارجسية", "probability": 0.8927734375}, {"start": 1307.61, "end": 1309.41, "word": " وتبدو", "probability": 0.802001953125}, {"start": 1309.41, "end": 1309.69, "word": " ذات", "probability": 0.98583984375}, {"start": 1309.69, "end": 1310.33, "word": " الكاتب", "probability": 0.9951171875}], "temperature": 1.0}, {"id": 52, "seek": 133984, "start": 1310.58, "end": 1339.84, "text": "كأنها قطب العالم كأنها قطب العالم إذا صلحت صلح العالم وإذا فسدت فسده العالم فهو لا يرى يعني العالم إلا من خلال هذه الأنا المتضخمة أو المتورمة أو المنتفقة جدا حتى أنه لا يرى شيء غير هذه الأنا نريد الآن أن نقارن بين", "tokens": [4117, 33456, 11296, 12174, 9566, 3555, 18863, 45340, 9122, 33456, 11296, 12174, 9566, 3555, 18863, 45340, 11933, 15730, 20328, 1211, 33753, 20328, 1211, 5016, 18863, 45340, 4032, 28814, 15730, 6156, 3794, 3215, 2655, 6156, 3794, 3215, 3224, 18863, 45340, 6156, 3224, 2407, 20193, 7251, 2288, 7578, 37495, 22653, 18863, 45340, 11933, 15040, 9154, 16490, 1211, 6027, 29538, 16247, 8315, 9673, 2655, 11242, 9778, 46007, 34051, 9673, 2655, 13063, 46007, 34051, 9673, 29399, 5172, 28671, 10874, 28259, 11331, 49975, 14739, 3224, 20193, 7251, 2288, 7578, 44049, 38207, 32771, 13546, 29538, 16247, 8315, 8717, 16572, 3215, 6024, 48506, 14739, 8717, 4587, 9640, 1863, 49374], "avg_logprob": -0.10649271671054433, "compression_ratio": 2.1942857142857144, "no_speech_prob": 6.29425048828125e-05, "words": [{"start": 1310.58, "end": 1311.42, "word": "كأنها", "probability": 0.9275716145833334}, {"start": 1311.42, "end": 1311.84, "word": " قطب", "probability": 0.9423828125}, {"start": 1311.84, "end": 1312.3, "word": " العالم", "probability": 0.988525390625}, {"start": 1312.3, "end": 1312.82, "word": " كأنها", "probability": 0.7793782552083334}, {"start": 1312.82, "end": 1313.28, "word": " قطب", "probability": 0.9889322916666666}, {"start": 1313.28, "end": 1313.76, "word": " العالم", "probability": 0.9912109375}, {"start": 1313.76, "end": 1314.36, "word": " إذا", "probability": 0.904052734375}, {"start": 1314.36, "end": 1315.04, "word": " صلحت", "probability": 0.9265950520833334}, {"start": 1315.04, "end": 1316.06, "word": " صلح", "probability": 0.9337565104166666}, {"start": 1316.06, "end": 1316.54, "word": " العالم", "probability": 0.968994140625}, {"start": 1316.54, "end": 1316.82, "word": " وإذا", "probability": 0.7958984375}, {"start": 1316.82, "end": 1317.5, "word": " فسدت", "probability": 0.9437255859375}, {"start": 1317.5, "end": 1318.54, "word": " فسده", "probability": 0.78125}, {"start": 1318.54, "end": 1319.42, "word": " العالم", "probability": 0.86376953125}, {"start": 1319.42, "end": 1320.14, "word": " فهو", "probability": 0.978515625}, {"start": 1320.14, "end": 1320.26, "word": " لا", "probability": 0.951171875}, {"start": 1320.26, "end": 1320.72, "word": " يرى", "probability": 0.859375}, {"start": 1320.72, "end": 1321.32, "word": " يعني", "probability": 0.7034912109375}, {"start": 1321.32, "end": 1321.84, "word": " العالم", "probability": 0.981689453125}, {"start": 1321.84, "end": 1322.16, "word": " إلا", "probability": 0.974853515625}, {"start": 1322.16, "end": 1322.3, "word": " من", "probability": 0.99609375}, {"start": 1322.3, "end": 1322.74, "word": " خلال", "probability": 0.9949544270833334}, {"start": 1322.74, "end": 1323.04, "word": " هذه", "probability": 0.82666015625}, {"start": 1323.04, "end": 1323.38, "word": " الأنا", "probability": 0.706298828125}, {"start": 1323.38, "end": 1324.8, "word": " المتضخمة", "probability": 0.9685546875}, {"start": 1324.8, "end": 1325.42, "word": " أو", "probability": 0.9228515625}, {"start": 1325.42, "end": 1326.26, "word": " المتورمة", "probability": 0.9775390625}, {"start": 1326.26, "end": 1326.98, "word": " أو", "probability": 0.95361328125}, {"start": 1326.98, "end": 1328.62, "word": " المنتفقة", "probability": 0.9114990234375}, {"start": 1328.62, "end": 1329.48, "word": " جدا", "probability": 0.97265625}, {"start": 1329.48, "end": 1330.0, "word": " حتى", "probability": 0.900390625}, {"start": 1330.0, "end": 1330.38, "word": " أنه", "probability": 0.87939453125}, {"start": 1330.38, "end": 1330.58, "word": " لا", "probability": 0.94873046875}, {"start": 1330.58, "end": 1330.92, "word": " يرى", "probability": 0.9443359375}, {"start": 1330.92, "end": 1331.72, "word": " شيء", "probability": 0.6763916015625}, {"start": 1331.72, "end": 1332.08, "word": " غير", "probability": 0.98095703125}, {"start": 1332.08, "end": 1332.62, "word": " هذه", "probability": 0.94384765625}, {"start": 1332.62, "end": 1334.0, "word": " الأنا", "probability": 0.931396484375}, {"start": 1334.0, "end": 1337.84, "word": " نريد", "probability": 0.94384765625}, {"start": 1337.84, "end": 1338.12, "word": " الآن", "probability": 0.840576171875}, {"start": 1338.12, "end": 1338.3, "word": " أن", "probability": 0.849609375}, {"start": 1338.3, "end": 1338.94, "word": " نقارن", "probability": 0.9967041015625}, {"start": 1338.94, "end": 1339.84, "word": " بين", "probability": 0.98388671875}], "temperature": 1.0}, {"id": 53, "seek": 136707, "start": 1343.99, "end": 1367.07, "text": "سيرتين نقارن بين سيرتين بين سيرة طه حسين وسيرة الكاتبة الفلسطينية فدوة وقان شقيقة من فدوة وقان ابراهيم وقان", "tokens": [3794, 13546, 2655, 9957, 8717, 4587, 9640, 1863, 49374, 8608, 13546, 2655, 9957, 49374, 8608, 48923, 23032, 3224, 11331, 3794, 9957, 46952, 48923, 33251, 9307, 49401, 27188, 1211, 3794, 9566, 9957, 10632, 6156, 3215, 2407, 3660, 4032, 4587, 7649, 13412, 38436, 28671, 9154, 6156, 3215, 2407, 3660, 4032, 4587, 7649, 48127, 23557, 3224, 32640, 4032, 4587, 7649], "avg_logprob": -0.14816810935735703, "compression_ratio": 1.849056603773585, "no_speech_prob": 1.1920928955078125e-07, "words": [{"start": 1343.9899999999998, "end": 1345.3899999999999, "word": "سيرتين", "probability": 0.8692626953125}, {"start": 1345.3899999999999, "end": 1346.79, "word": " نقارن", "probability": 0.8416748046875}, {"start": 1346.79, "end": 1347.21, "word": " بين", "probability": 0.9658203125}, {"start": 1347.21, "end": 1348.89, "word": " سيرتين", "probability": 0.9610595703125}, {"start": 1348.89, "end": 1352.87, "word": " بين", "probability": 0.8408203125}, {"start": 1352.87, "end": 1353.27, "word": " سيرة", "probability": 0.965087890625}, {"start": 1353.27, "end": 1353.57, "word": " طه", "probability": 0.5638427734375}, {"start": 1353.57, "end": 1354.01, "word": " حسين", "probability": 0.9669596354166666}, {"start": 1354.01, "end": 1354.67, "word": " وسيرة", "probability": 0.836669921875}, {"start": 1354.67, "end": 1356.87, "word": " الكاتبة", "probability": 0.966796875}, {"start": 1356.87, "end": 1358.37, "word": " الفلسطينية", "probability": 0.992919921875}, {"start": 1358.37, "end": 1359.89, "word": " فدوة", "probability": 0.904541015625}, {"start": 1359.89, "end": 1360.59, "word": " وقان", "probability": 0.7173665364583334}, {"start": 1360.59, "end": 1362.65, "word": " شقيقة", "probability": 0.7913411458333334}, {"start": 1362.65, "end": 1362.85, "word": " من", "probability": 0.93603515625}, {"start": 1362.85, "end": 1363.19, "word": " فدوة", "probability": 0.9783935546875}, {"start": 1363.19, "end": 1363.67, "word": " وقان", "probability": 0.9462890625}, {"start": 1363.67, "end": 1366.33, "word": " ابراهيم", "probability": 0.78643798828125}, {"start": 1366.33, "end": 1367.07, "word": " وقان", "probability": 0.875}], "temperature": 1.0}, {"id": 54, "seek": 139727, "start": 1368.61, "end": 1397.27, "text": "الى اي بلد تنتمي هذه العائلة ؟ اي مدينة ؟ الى مدينة ندلس نعم فى البداية طاه حسين عنوان سيرته الأيام صحيح وفدوة وقان عنوان سيرتها رحلة جبالية", "tokens": [6027, 7578, 1975, 1829, 4724, 1211, 3215, 6055, 29399, 2304, 1829, 29538, 18863, 16373, 37977, 45520, 1975, 1829, 3714, 3215, 9957, 3660, 45520, 2423, 7578, 3714, 3215, 9957, 3660, 8717, 3215, 1211, 3794, 8717, 25957, 6156, 7578, 29739, 28259, 10632, 23032, 40294, 11331, 3794, 9957, 18871, 2407, 7649, 8608, 13546, 47395, 16247, 1829, 10943, 20328, 5016, 1829, 5016, 4032, 5172, 3215, 2407, 3660, 4032, 4587, 7649, 18871, 2407, 7649, 8608, 13546, 2655, 11296, 12602, 5016, 37977, 10874, 3555, 6027, 10632], "avg_logprob": -0.2359182157634217, "compression_ratio": 1.7328767123287672, "no_speech_prob": 0.0, "words": [{"start": 1368.61, "end": 1368.99, "word": "الى", "probability": 0.7352294921875}, {"start": 1368.99, "end": 1369.33, "word": " اي", "probability": 0.501220703125}, {"start": 1369.33, "end": 1370.71, "word": " بلد", "probability": 0.9775390625}, {"start": 1370.71, "end": 1371.13, "word": " تنتمي", "probability": 0.9141845703125}, {"start": 1371.13, "end": 1371.37, "word": " هذه", "probability": 0.92138671875}, {"start": 1371.37, "end": 1371.85, "word": " العائلة", "probability": 0.9308268229166666}, {"start": 1371.85, "end": 1372.61, "word": " ؟", "probability": 0.215576171875}, {"start": 1372.61, "end": 1372.81, "word": " اي", "probability": 0.49822998046875}, {"start": 1372.81, "end": 1373.43, "word": " مدينة", "probability": 0.9842529296875}, {"start": 1373.43, "end": 1374.37, "word": " ؟", "probability": 0.397705078125}, {"start": 1374.37, "end": 1374.47, "word": " الى", "probability": 0.626953125}, {"start": 1374.47, "end": 1374.93, "word": " مدينة", "probability": 0.9923095703125}, {"start": 1374.93, "end": 1376.03, "word": " ندلس", "probability": 0.636383056640625}, {"start": 1376.03, "end": 1376.41, "word": " نعم", "probability": 0.905029296875}, {"start": 1376.41, "end": 1380.17, "word": " فى", "probability": 0.7388916015625}, {"start": 1380.17, "end": 1381.15, "word": " البداية", "probability": 0.9103190104166666}, {"start": 1381.15, "end": 1384.43, "word": " طاه", "probability": 0.6624755859375}, {"start": 1384.43, "end": 1384.77, "word": " حسين", "probability": 0.8818359375}, {"start": 1384.77, "end": 1385.35, "word": " عنوان", "probability": 0.9451497395833334}, {"start": 1385.35, "end": 1386.69, "word": " سيرته", "probability": 0.7945149739583334}, {"start": 1386.69, "end": 1388.45, "word": " الأيام", "probability": 0.8370768229166666}, {"start": 1388.45, "end": 1389.59, "word": " صحيح", "probability": 0.849609375}, {"start": 1389.59, "end": 1391.95, "word": " وفدوة", "probability": 0.74765625}, {"start": 1391.95, "end": 1392.65, "word": " وقان", "probability": 0.9296875}, {"start": 1392.65, "end": 1394.01, "word": " عنوان", "probability": 0.9679361979166666}, {"start": 1394.01, "end": 1395.41, "word": " سيرتها", "probability": 0.9617919921875}, {"start": 1395.41, "end": 1396.55, "word": " رحلة", "probability": 0.9698893229166666}, {"start": 1396.55, "end": 1397.27, "word": " جبالية", "probability": 0.8543701171875}], "temperature": 1.0}, {"id": 55, "seek": 142420, "start": 1397.84, "end": 1424.2, "text": "رحلة صعبة ماذا يثير العنوانان عندكم من دلالات أو من مقارنات أو استنتاجات؟ لما نقول الأيام ونقول رحلة جبلية صعبة الأيام هو رحلة جبلية رحلة صعبة", "tokens": [2288, 5016, 37977, 20328, 3615, 49401, 3714, 45636, 995, 7251, 12984, 13546, 18863, 1863, 2407, 7649, 7649, 43242, 24793, 9154, 11778, 1211, 6027, 9307, 34051, 9154, 3714, 4587, 9640, 8315, 2655, 34051, 44713, 29399, 26108, 9307, 22807, 5296, 15042, 8717, 39648, 16247, 1829, 10943, 4032, 1863, 39648, 12602, 5016, 37977, 10874, 36150, 10632, 20328, 3615, 49401, 16247, 1829, 10943, 31439, 12602, 5016, 37977, 10874, 36150, 10632, 12602, 5016, 37977, 20328, 3615, 49401], "avg_logprob": -0.08283390410958905, "compression_ratio": 1.8905109489051095, "no_speech_prob": 1.6093254089355469e-06, "words": [{"start": 1397.84, "end": 1398.54, "word": "رحلة", "probability": 0.8795572916666666}, {"start": 1398.54, "end": 1399.56, "word": " صعبة", "probability": 0.9928385416666666}, {"start": 1399.56, "end": 1403.16, "word": " ماذا", "probability": 0.9361979166666666}, {"start": 1403.16, "end": 1404.22, "word": " يثير", "probability": 0.9840494791666666}, {"start": 1404.22, "end": 1405.66, "word": " العنوانان", "probability": 0.9611328125}, {"start": 1405.66, "end": 1406.9, "word": " عندكم", "probability": 0.97802734375}, {"start": 1406.9, "end": 1408.1, "word": " من", "probability": 0.9931640625}, {"start": 1408.1, "end": 1409.08, "word": " دلالات", "probability": 0.983154296875}, {"start": 1409.08, "end": 1409.36, "word": " أو", "probability": 0.7197265625}, {"start": 1409.36, "end": 1409.62, "word": " من", "probability": 0.9697265625}, {"start": 1409.62, "end": 1410.72, "word": " مقارنات", "probability": 0.940234375}, {"start": 1410.72, "end": 1410.94, "word": " أو", "probability": 0.8427734375}, {"start": 1410.94, "end": 1412.52, "word": " استنتاجات؟", "probability": 0.8328125}, {"start": 1412.52, "end": 1412.84, "word": " لما", "probability": 0.967529296875}, {"start": 1412.84, "end": 1413.24, "word": " نقول", "probability": 0.97705078125}, {"start": 1413.24, "end": 1414.02, "word": " الأيام", "probability": 0.90185546875}, {"start": 1414.02, "end": 1415.16, "word": " ونقول", "probability": 0.80126953125}, {"start": 1415.16, "end": 1415.56, "word": " رحلة", "probability": 0.9915364583333334}, {"start": 1415.56, "end": 1416.22, "word": " جبلية", "probability": 0.9544270833333334}, {"start": 1416.22, "end": 1417.16, "word": " صعبة", "probability": 0.9954427083333334}, {"start": 1417.16, "end": 1418.16, "word": " الأيام", "probability": 0.8795572916666666}, {"start": 1418.16, "end": 1419.26, "word": " هو", "probability": 0.54443359375}, {"start": 1419.26, "end": 1419.76, "word": " رحلة", "probability": 0.9903971354166666}, {"start": 1419.76, "end": 1421.44, "word": " جبلية", "probability": 0.9899088541666666}, {"start": 1421.44, "end": 1422.84, "word": " رحلة", "probability": 0.8513997395833334}, {"start": 1422.84, "end": 1424.2, "word": " صعبة", "probability": 0.9962565104166666}], "temperature": 1.0}, {"id": 56, "seek": 145622, "start": 1426.88, "end": 1456.22, "text": "ماذا يصير العنوانان ايوة اتفضلي الكلام هنا مضط في مسيرة صعبة او حياة صعبة كيف؟ كيف الأيام مضط في حياة صعبة؟ قولي لي كيف استنتجتي هذا الكلام؟ كيف؟ نريد كلام علميا لا نريد كلام انشائيا دراستنا بسرعة الأيام؟ لأ انا لا اريد .. لا اريد من الدراسة اريد من الكلمة نفسها من العنوان نفسي", "tokens": [2304, 45636, 995, 7251, 9381, 13546, 18863, 1863, 2407, 7649, 7649, 1975, 1829, 2407, 3660, 1975, 2655, 5172, 11242, 20292, 2423, 28820, 10943, 34105, 3714, 11242, 9566, 8978, 47524, 48923, 20328, 3615, 49401, 1975, 2407, 11331, 25528, 3660, 20328, 3615, 49401, 9122, 33911, 22807, 9122, 33911, 16247, 1829, 10943, 3714, 11242, 9566, 8978, 11331, 25528, 3660, 20328, 3615, 49401, 22807, 12174, 12610, 1829, 32239, 9122, 33911, 44713, 29399, 7435, 31371, 23758, 2423, 28820, 10943, 22807, 9122, 33911, 22807, 8717, 16572, 3215, 28242, 10943, 11203, 2304, 25528, 20193, 8717, 16572, 3215, 28242, 10943, 16472, 8592, 16373, 25528, 11778, 23557, 14851, 8315, 4724, 3794, 2288, 27884, 16247, 1829, 10943, 22807, 5296, 10721, 1975, 8315, 20193, 1975, 16572, 3215, 4386, 20193, 1975, 16572, 3215, 9154, 32748, 23557, 3794, 3660, 1975, 16572, 3215, 9154, 33251, 19528, 3660, 8717, 36178, 11296, 9154, 18863, 1863, 2407, 7649, 8717, 36178, 1829], "avg_logprob": -0.21346983087473903, "compression_ratio": 2.2772727272727273, "no_speech_prob": 2.6226043701171875e-06, "words": [{"start": 1426.88, "end": 1427.48, "word": "ماذا", "probability": 0.96923828125}, {"start": 1427.48, "end": 1428.1, "word": " يصير", "probability": 0.9318033854166666}, {"start": 1428.1, "end": 1429.18, "word": " العنوانان", "probability": 0.9748046875}, {"start": 1429.18, "end": 1430.5, "word": " ايوة", "probability": 0.648956298828125}, {"start": 1430.5, "end": 1431.04, "word": " اتفضلي", "probability": 0.78642578125}, {"start": 1431.04, "end": 1434.68, "word": " الكلام", "probability": 0.731689453125}, {"start": 1434.68, "end": 1434.92, "word": " هنا", "probability": 0.58837890625}, {"start": 1434.92, "end": 1435.48, "word": " مضط", "probability": 0.745849609375}, {"start": 1435.48, "end": 1435.66, "word": " في", "probability": 0.93115234375}, {"start": 1435.66, "end": 1436.06, "word": " مسيرة", "probability": 0.9375}, {"start": 1436.06, "end": 1436.68, "word": " صعبة", "probability": 0.9806315104166666}, {"start": 1436.68, "end": 1436.96, "word": " او", "probability": 0.875732421875}, {"start": 1436.96, "end": 1437.24, "word": " حياة", "probability": 0.8585611979166666}, {"start": 1437.24, "end": 1437.7, "word": " صعبة", "probability": 0.986328125}, {"start": 1437.7, "end": 1438.14, "word": " كيف؟", "probability": 0.6753336588541666}, {"start": 1438.14, "end": 1438.48, "word": " كيف", "probability": 0.966552734375}, {"start": 1438.48, "end": 1438.9, "word": " الأيام", "probability": 0.8307291666666666}, {"start": 1438.9, "end": 1439.44, "word": " مضط", "probability": 0.9659830729166666}, {"start": 1439.44, "end": 1439.58, "word": " في", "probability": 0.90625}, {"start": 1439.58, "end": 1440.02, "word": " حياة", "probability": 0.9646809895833334}, {"start": 1440.02, "end": 1440.78, "word": " صعبة؟", "probability": 0.8975830078125}, {"start": 1440.78, "end": 1441.26, "word": " قولي", "probability": 0.7736002604166666}, {"start": 1441.26, "end": 1441.34, "word": " لي", "probability": 0.51708984375}, {"start": 1441.34, "end": 1441.56, "word": " كيف", "probability": 0.980224609375}, {"start": 1441.56, "end": 1442.18, "word": " استنتجتي", "probability": 0.85040283203125}, {"start": 1442.18, "end": 1442.4, "word": " هذا", "probability": 0.96484375}, {"start": 1442.4, "end": 1443.9, "word": " الكلام؟", "probability": 0.8773193359375}, {"start": 1443.9, "end": 1444.42, "word": " كيف؟", "probability": 0.8824869791666666}, {"start": 1444.42, "end": 1445.1, "word": " نريد", "probability": 0.83935546875}, {"start": 1445.1, "end": 1445.42, "word": " كلام", "probability": 0.91748046875}, {"start": 1445.42, "end": 1446.0, "word": " علميا", "probability": 0.857421875}, {"start": 1446.0, "end": 1447.36, "word": " لا", "probability": 0.642578125}, {"start": 1447.36, "end": 1447.74, "word": " نريد", "probability": 0.9869791666666666}, {"start": 1447.74, "end": 1448.12, "word": " كلام", "probability": 0.958740234375}, {"start": 1448.12, "end": 1448.98, "word": " انشائيا", "probability": 0.76025390625}, {"start": 1448.98, "end": 1450.02, "word": " دراستنا", "probability": 0.728271484375}, {"start": 1450.02, "end": 1450.46, "word": " بسرعة", "probability": 0.435699462890625}, {"start": 1450.46, "end": 1451.1, "word": " الأيام؟", "probability": 0.77813720703125}, {"start": 1451.1, "end": 1451.36, "word": " لأ", "probability": 0.769775390625}, {"start": 1451.36, "end": 1451.58, "word": " انا", "probability": 0.783935546875}, {"start": 1451.58, "end": 1451.76, "word": " لا", "probability": 0.6318359375}, {"start": 1451.76, "end": 1452.12, "word": " اريد", "probability": 0.873046875}, {"start": 1452.12, "end": 1452.14, "word": " ..", "probability": 0.402587890625}, {"start": 1452.14, "end": 1452.28, "word": " لا", "probability": 0.69287109375}, {"start": 1452.28, "end": 1452.56, "word": " اريد", "probability": 0.9248046875}, {"start": 1452.56, "end": 1452.68, "word": " من", "probability": 0.99267578125}, {"start": 1452.68, "end": 1453.1, "word": " الدراسة", "probability": 0.94970703125}, {"start": 1453.1, "end": 1453.44, "word": " اريد", "probability": 0.9422200520833334}, {"start": 1453.44, "end": 1453.6, "word": " من", "probability": 0.98681640625}, {"start": 1453.6, "end": 1454.02, "word": " الكلمة", "probability": 0.89794921875}, {"start": 1454.02, "end": 1454.5, "word": " نفسها", "probability": 0.99462890625}, {"start": 1454.5, "end": 1455.18, "word": " من", "probability": 0.884765625}, {"start": 1455.18, "end": 1455.66, "word": " العنوان", "probability": 0.9666748046875}, {"start": 1455.66, "end": 1456.22, "word": " نفسي", "probability": 0.9453125}], "temperature": 1.0}, {"id": 57, "seek": 148448, "start": 1456.92, "end": 1484.48, "text": "بغض النظر عن .. عن رجعيات هذه العنوان يبدو أن في داخل العالم الصعوبات أكتر مننا ما أدراكي نسأل .. اه تفضلي كيف؟ رحلة جبلية معنادالك أنها وعرة و حياتها مليئة بالصعوبات مثلا جميل رحلة صعبة مليئة بالعراقي مليئة بالعراقي الكلام جميل طيب الأيه؟ اللي يبدو أن ..", "tokens": [3555, 17082, 11242, 28239, 19913, 2288, 18871, 4386, 18871, 12602, 7435, 3615, 1829, 9307, 29538, 18863, 1863, 2407, 7649, 7251, 44510, 2407, 14739, 8978, 11778, 47283, 1211, 18863, 45340, 31767, 3615, 37746, 9307, 5551, 4117, 2655, 2288, 9154, 8315, 19446, 5551, 3215, 23557, 4117, 1829, 8717, 3794, 10721, 1211, 4386, 1975, 3224, 6055, 5172, 11242, 20292, 9122, 33911, 22807, 12602, 5016, 37977, 10874, 36150, 10632, 20449, 8315, 3215, 6027, 4117, 14739, 11296, 4032, 3615, 25720, 4032, 11331, 1829, 9307, 11296, 3714, 20292, 19986, 3660, 20666, 9381, 3615, 37746, 9307, 50113, 15040, 10874, 2304, 26895, 12602, 5016, 37977, 20328, 3615, 49401, 3714, 20292, 19986, 3660, 20666, 3615, 23557, 38436, 3714, 20292, 19986, 3660, 20666, 3615, 23557, 38436, 2423, 28820, 10943, 10874, 2304, 26895, 23032, 1829, 3555, 16247, 1829, 3224, 22807, 13672, 1829, 7251, 44510, 2407, 14739, 4386], "avg_logprob": -0.2218293821724662, "compression_ratio": 2.004385964912281, "no_speech_prob": 8.940696716308594e-07, "words": [{"start": 1456.92, "end": 1457.38, "word": "بغض", "probability": 0.9866536458333334}, {"start": 1457.38, "end": 1457.86, "word": " النظر", "probability": 0.9627278645833334}, {"start": 1457.86, "end": 1458.22, "word": " عن", "probability": 0.97021484375}, {"start": 1458.22, "end": 1458.36, "word": " ..", "probability": 0.40966796875}, {"start": 1458.36, "end": 1458.62, "word": " عن", "probability": 0.9775390625}, {"start": 1458.62, "end": 1459.24, "word": " رجعيات", "probability": 0.837890625}, {"start": 1459.24, "end": 1459.4, "word": " هذه", "probability": 0.492919921875}, {"start": 1459.4, "end": 1459.86, "word": " العنوان", "probability": 0.9437255859375}, {"start": 1459.86, "end": 1461.24, "word": " يبدو", "probability": 0.91943359375}, {"start": 1461.24, "end": 1461.4, "word": " أن", "probability": 0.6103515625}, {"start": 1461.4, "end": 1461.6, "word": " في", "probability": 0.32177734375}, {"start": 1461.6, "end": 1461.92, "word": " داخل", "probability": 0.4779256184895833}, {"start": 1461.92, "end": 1462.32, "word": " العالم", "probability": 0.861083984375}, {"start": 1462.32, "end": 1463.26, "word": " الصعوبات", "probability": 0.9310302734375}, {"start": 1463.26, "end": 1463.78, "word": " أكتر", "probability": 0.9713134765625}, {"start": 1463.78, "end": 1464.34, "word": " مننا", "probability": 0.61328125}, {"start": 1464.34, "end": 1465.04, "word": " ما", "probability": 0.90625}, {"start": 1465.04, "end": 1466.14, "word": " أدراكي", "probability": 0.95234375}, {"start": 1466.14, "end": 1468.76, "word": " نسأل", "probability": 0.534271240234375}, {"start": 1468.76, "end": 1469.5, "word": " ..", "probability": 0.63134765625}, {"start": 1469.5, "end": 1470.24, "word": " اه", "probability": 0.79638671875}, {"start": 1470.24, "end": 1470.84, "word": " تفضلي", "probability": 0.84893798828125}, {"start": 1470.84, "end": 1472.24, "word": " كيف؟", "probability": 0.70654296875}, {"start": 1472.24, "end": 1472.56, "word": " رحلة", "probability": 0.9248046875}, {"start": 1472.56, "end": 1473.08, "word": " جبلية", "probability": 0.9016927083333334}, {"start": 1473.08, "end": 1473.68, "word": " معنادالك", "probability": 0.518212890625}, {"start": 1473.68, "end": 1474.02, "word": " أنها", "probability": 0.890380859375}, {"start": 1474.02, "end": 1474.42, "word": " وعرة", "probability": 0.8499348958333334}, {"start": 1474.42, "end": 1474.66, "word": " و", "probability": 0.9775390625}, {"start": 1474.66, "end": 1475.18, "word": " حياتها", "probability": 0.9261474609375}, {"start": 1475.18, "end": 1475.46, "word": " مليئة", "probability": 0.9588623046875}, {"start": 1475.46, "end": 1476.02, "word": " بالصعوبات", "probability": 0.98369140625}, {"start": 1476.02, "end": 1476.56, "word": " مثلا", "probability": 0.96044921875}, {"start": 1476.56, "end": 1477.14, "word": " جميل", "probability": 0.9235026041666666}, {"start": 1477.14, "end": 1477.52, "word": " رحلة", "probability": 0.8011067708333334}, {"start": 1477.52, "end": 1477.94, "word": " صعبة", "probability": 0.9881184895833334}, {"start": 1477.94, "end": 1478.42, "word": " مليئة", "probability": 0.984375}, {"start": 1478.42, "end": 1479.58, "word": " بالعراقي", "probability": 0.89013671875}, {"start": 1479.58, "end": 1480.32, "word": " مليئة", "probability": 0.892578125}, {"start": 1480.32, "end": 1481.04, "word": " بالعراقي", "probability": 0.990478515625}, {"start": 1481.04, "end": 1481.38, "word": " الكلام", "probability": 0.7728678385416666}, {"start": 1481.38, "end": 1481.76, "word": " جميل", "probability": 0.9930013020833334}, {"start": 1481.76, "end": 1482.2, "word": " طيب", "probability": 0.8818359375}, {"start": 1482.2, "end": 1483.24, "word": " الأيه؟", "probability": 0.56829833984375}, {"start": 1483.24, "end": 1483.54, "word": " اللي", "probability": 0.7255859375}, {"start": 1483.54, "end": 1483.98, "word": " يبدو", "probability": 0.9152018229166666}, {"start": 1483.98, "end": 1484.22, "word": " أن", "probability": 0.939453125}, {"start": 1484.22, "end": 1484.48, "word": " ..", "probability": 0.87353515625}], "temperature": 1.0}, {"id": 58, "seek": 151238, "start": 1484.8, "end": 1512.38, "text": "قطع حسين عامة صغيرة من المظهر من مظهر الأيام من مظهر الأيام طب الأيام ماذا تفيد تراكم ماذا الأيام تراكم ماذا تراكم زمني الأيام تفيد ماذا تراكم زمني تفيدوا تراكما زمنيا جمع مدلول الأيام", "tokens": [47432, 3615, 11331, 3794, 9957, 6225, 10943, 3660, 20328, 17082, 48923, 9154, 9673, 19913, 3224, 2288, 9154, 3714, 19913, 3224, 2288, 16247, 1829, 10943, 9154, 3714, 19913, 3224, 2288, 16247, 1829, 10943, 23032, 3555, 16247, 1829, 10943, 3714, 45636, 995, 6055, 5172, 25708, 6055, 23557, 24793, 3714, 45636, 995, 16247, 1829, 10943, 6055, 23557, 24793, 3714, 45636, 995, 6055, 23557, 24793, 30767, 2304, 22653, 16247, 1829, 10943, 6055, 5172, 25708, 3714, 45636, 995, 6055, 23557, 24793, 30767, 2304, 22653, 6055, 5172, 25708, 14407, 6055, 23557, 24793, 995, 30767, 2304, 22653, 995, 10874, 2304, 3615, 3714, 3215, 1211, 12610, 16247, 1829, 10943], "avg_logprob": -0.17585784605905122, "compression_ratio": 2.5572519083969465, "no_speech_prob": 2.980232238769531e-07, "words": [{"start": 1484.8, "end": 1485.14, "word": "قطع", "probability": 0.44635009765625}, {"start": 1485.14, "end": 1485.42, "word": " حسين", "probability": 0.6053873697916666}, {"start": 1485.42, "end": 1485.76, "word": " عامة", "probability": 0.5977376302083334}, {"start": 1485.76, "end": 1486.1, "word": " صغيرة", "probability": 0.4961751302083333}, {"start": 1486.1, "end": 1486.7, "word": " من", "probability": 0.449462890625}, {"start": 1486.7, "end": 1487.52, "word": " المظهر", "probability": 0.9361572265625}, {"start": 1487.52, "end": 1487.64, "word": " من", "probability": 0.308349609375}, {"start": 1487.64, "end": 1488.06, "word": " مظهر", "probability": 0.97607421875}, {"start": 1488.06, "end": 1488.5, "word": " الأيام", "probability": 0.8994140625}, {"start": 1488.5, "end": 1488.74, "word": " من", "probability": 0.287353515625}, {"start": 1488.74, "end": 1489.16, "word": " مظهر", "probability": 0.9981689453125}, {"start": 1489.16, "end": 1489.68, "word": " الأيام", "probability": 0.9523111979166666}, {"start": 1489.68, "end": 1490.52, "word": " طب", "probability": 0.870849609375}, {"start": 1490.52, "end": 1490.86, "word": " الأيام", "probability": 0.9044596354166666}, {"start": 1490.86, "end": 1491.12, "word": " ماذا", "probability": 0.97509765625}, {"start": 1491.12, "end": 1491.7, "word": " تفيد", "probability": 0.9850260416666666}, {"start": 1491.7, "end": 1493.56, "word": " تراكم", "probability": 0.9129231770833334}, {"start": 1493.56, "end": 1494.04, "word": " ماذا", "probability": 0.9654947916666666}, {"start": 1494.04, "end": 1494.56, "word": " الأيام", "probability": 0.88427734375}, {"start": 1494.56, "end": 1495.9, "word": " تراكم", "probability": 0.84814453125}, {"start": 1495.9, "end": 1496.52, "word": " ماذا", "probability": 0.931640625}, {"start": 1496.52, "end": 1497.66, "word": " تراكم", "probability": 0.8943684895833334}, {"start": 1497.66, "end": 1498.14, "word": " زمني", "probability": 0.9742838541666666}, {"start": 1498.14, "end": 1498.78, "word": " الأيام", "probability": 0.88818359375}, {"start": 1498.78, "end": 1499.08, "word": " تفيد", "probability": 0.9910481770833334}, {"start": 1499.08, "end": 1499.8, "word": " ماذا", "probability": 0.9749348958333334}, {"start": 1499.8, "end": 1501.26, "word": " تراكم", "probability": 0.9689127604166666}, {"start": 1501.26, "end": 1503.0, "word": " زمني", "probability": 0.97998046875}, {"start": 1503.0, "end": 1504.1, "word": " تفيدوا", "probability": 0.9024658203125}, {"start": 1504.1, "end": 1504.7, "word": " تراكما", "probability": 0.8902587890625}, {"start": 1504.7, "end": 1505.76, "word": " زمنيا", "probability": 0.9752197265625}, {"start": 1505.76, "end": 1510.7, "word": " جمع", "probability": 0.7443033854166666}, {"start": 1510.7, "end": 1511.74, "word": " مدلول", "probability": 0.9405517578125}, {"start": 1511.74, "end": 1512.38, "word": " الأيام", "probability": 0.9728190104166666}], "temperature": 1.0}, {"id": 59, "seek": 152507, "start": 1513.43, "end": 1525.07, "text": "غالبا عندنا يشير بدول الأيام إلى شيء من المعاناة، من الكدح", "tokens": [17082, 6027, 3555, 995, 43242, 8315, 7251, 8592, 13546, 47525, 12610, 16247, 1829, 10943, 30731, 44049, 38207, 9154, 9673, 3615, 7649, 995, 3660, 12399, 9154, 33251, 3215, 5016], "avg_logprob": -0.10614223932397776, "compression_ratio": 1.2619047619047619, "no_speech_prob": 0.0, "words": [{"start": 1513.43, "end": 1514.19, "word": "غالبا", "probability": 0.9903564453125}, {"start": 1514.19, "end": 1514.61, "word": " عندنا", "probability": 0.99462890625}, {"start": 1514.61, "end": 1515.19, "word": " يشير", "probability": 0.9820963541666666}, {"start": 1515.19, "end": 1515.81, "word": " بدول", "probability": 0.6766357421875}, {"start": 1515.81, "end": 1516.51, "word": " الأيام", "probability": 0.9441731770833334}, {"start": 1516.51, "end": 1518.65, "word": " إلى", "probability": 0.74609375}, {"start": 1518.65, "end": 1519.39, "word": " شيء", "probability": 0.853271484375}, {"start": 1519.39, "end": 1521.83, "word": " من", "probability": 0.970703125}, {"start": 1521.83, "end": 1524.25, "word": " المعاناة،", "probability": 0.9007975260416666}, {"start": 1524.25, "end": 1524.43, "word": " من", "probability": 0.9912109375}, {"start": 1524.43, "end": 1525.07, "word": " الكدح", "probability": 0.9060872395833334}], "temperature": 1.0}, {"id": 60, "seek": 155819, "start": 1529.65, "end": 1558.19, "text": "و دائما أقول يوم لك و يوم عليك و الأيام هي الظرف الزماني الذي يأتي بالأحداث الأيام هي الظرف الزماني الذي يأتي بالأحداث ماذا قال طرفة ابن العبد ماذا قال طرفة ابن العبد البيت اللي كان يتمثل بيه النبي صلى الله عليه وسلم ستبدي لك من الأيام", "tokens": [2407, 11778, 16373, 15042, 5551, 39648, 7251, 20498, 5296, 4117, 4032, 7251, 20498, 25894, 4117, 4032, 16247, 1829, 10943, 39896, 6024, 116, 28480, 6024, 110, 2304, 7649, 1829, 43527, 7251, 10721, 31371, 20666, 10721, 24401, 5718, 104, 16247, 1829, 10943, 39896, 6024, 116, 28480, 6024, 110, 2304, 7649, 1829, 43527, 7251, 10721, 31371, 20666, 10721, 24401, 5718, 104, 3714, 45636, 995, 50239, 23032, 28480, 3660, 48127, 1863, 18863, 44510, 3714, 45636, 995, 50239, 23032, 28480, 3660, 48127, 1863, 18863, 44510, 2423, 21292, 2655, 13672, 1829, 25961, 7251, 39237, 12984, 1211, 4724, 1829, 3224, 28239, 21292, 20328, 23942, 21984, 47356, 46952, 19528, 8608, 2655, 3555, 16254, 5296, 4117, 9154, 16247, 1829, 10943], "avg_logprob": -0.11411830570016589, "compression_ratio": 2.4651162790697674, "no_speech_prob": 2.086162567138672e-06, "words": [{"start": 1529.65, "end": 1529.87, "word": "و", "probability": 0.369873046875}, {"start": 1529.87, "end": 1530.17, "word": " دائما", "probability": 0.7291666666666666}, {"start": 1530.17, "end": 1530.59, "word": " أقول", "probability": 0.751953125}, {"start": 1530.59, "end": 1530.89, "word": " يوم", "probability": 0.961669921875}, {"start": 1530.89, "end": 1531.37, "word": " لك", "probability": 0.945068359375}, {"start": 1531.37, "end": 1532.43, "word": " و", "probability": 0.947265625}, {"start": 1532.43, "end": 1532.69, "word": " يوم", "probability": 0.90771484375}, {"start": 1532.69, "end": 1533.29, "word": " عليك", "probability": 0.9619140625}, {"start": 1533.29, "end": 1535.53, "word": " و", "probability": 0.361572265625}, {"start": 1535.53, "end": 1536.17, "word": " الأيام", "probability": 0.9309895833333334}, {"start": 1536.17, "end": 1536.41, "word": " هي", "probability": 0.90673828125}, {"start": 1536.41, "end": 1536.83, "word": " الظرف", "probability": 0.9586588541666666}, {"start": 1536.83, "end": 1537.77, "word": " الزماني", "probability": 0.9447265625}, {"start": 1537.77, "end": 1538.07, "word": " الذي", "probability": 0.67529296875}, {"start": 1538.07, "end": 1538.47, "word": " يأتي", "probability": 0.9713541666666666}, {"start": 1538.47, "end": 1539.33, "word": " بالأحداث", "probability": 0.95224609375}, {"start": 1539.33, "end": 1540.39, "word": " الأيام", "probability": 0.8606770833333334}, {"start": 1540.39, "end": 1540.95, "word": " هي", "probability": 0.9169921875}, {"start": 1540.95, "end": 1541.41, "word": " الظرف", "probability": 0.9765625}, {"start": 1541.41, "end": 1542.19, "word": " الزماني", "probability": 0.98994140625}, {"start": 1542.19, "end": 1542.49, "word": " الذي", "probability": 0.701171875}, {"start": 1542.49, "end": 1542.99, "word": " يأتي", "probability": 0.97705078125}, {"start": 1542.99, "end": 1544.15, "word": " بالأحداث", "probability": 0.97626953125}, {"start": 1544.15, "end": 1544.91, "word": " ماذا", "probability": 0.9539388020833334}, {"start": 1544.91, "end": 1545.09, "word": " قال", "probability": 0.97412109375}, {"start": 1545.09, "end": 1545.49, "word": " طرفة", "probability": 0.8037923177083334}, {"start": 1545.49, "end": 1545.61, "word": " ابن", "probability": 0.803466796875}, {"start": 1545.61, "end": 1546.09, "word": " العبد", "probability": 0.98974609375}, {"start": 1546.09, "end": 1547.59, "word": " ماذا", "probability": 0.8250325520833334}, {"start": 1547.59, "end": 1547.77, "word": " قال", "probability": 0.98095703125}, {"start": 1547.77, "end": 1548.13, "word": " طرفة", "probability": 0.9957682291666666}, {"start": 1548.13, "end": 1548.27, "word": " ابن", "probability": 0.9873046875}, {"start": 1548.27, "end": 1548.67, "word": " العبد", "probability": 0.99072265625}, {"start": 1548.67, "end": 1549.81, "word": " البيت", "probability": 0.8458658854166666}, {"start": 1549.81, "end": 1549.93, "word": " اللي", "probability": 0.861572265625}, {"start": 1549.93, "end": 1550.07, "word": " كان", "probability": 0.9677734375}, {"start": 1550.07, "end": 1550.55, "word": " يتمثل", "probability": 0.9559326171875}, {"start": 1550.55, "end": 1550.71, "word": " بيه", "probability": 0.8154296875}, {"start": 1550.71, "end": 1551.01, "word": " النبي", "probability": 0.965087890625}, {"start": 1551.01, "end": 1551.37, "word": " صلى", "probability": 0.966796875}, {"start": 1551.37, "end": 1551.57, "word": " الله", "probability": 0.96923828125}, {"start": 1551.57, "end": 1551.89, "word": " عليه", "probability": 0.80029296875}, {"start": 1551.89, "end": 1552.59, "word": " وسلم", "probability": 0.7783203125}, {"start": 1552.59, "end": 1554.89, "word": " ستبدي", "probability": 0.946044921875}, {"start": 1554.89, "end": 1555.49, "word": " لك", "probability": 0.927490234375}, {"start": 1555.49, "end": 1556.27, "word": " من", "probability": 0.81103515625}, {"start": 1556.27, "end": 1558.19, "word": " الأيام", "probability": 0.9207356770833334}], "temperature": 1.0}, {"id": 61, "seek": 158900, "start": 1560.02, "end": 1589.0, "text": "ما كنت جاهلا الأيام بتبدأ ولا الناس اللي بتقول الأحداث هتبتدأ الأحداث لكن هنا ظرف الزمان نسبله الإبداء والفعل اللي منقل الأيام وهذا مجاز عقلي كما درسته في البلغة علاقته اللي هو الزمانية فهنا قوله الأيام ماذا صارع في الأيام وماذا بكى في الأيام وماذا حزن في الأيام وماذا فرح في الأيام أيام طويلة", "tokens": [15042, 9122, 29399, 10874, 40294, 15040, 2423, 10721, 1829, 10943, 39894, 44510, 10721, 49429, 2423, 8315, 3794, 13672, 1829, 39894, 39648, 16247, 24401, 5718, 104, 8032, 2655, 3555, 2655, 3215, 10721, 16247, 24401, 5718, 104, 44381, 34105, 1357, 116, 28480, 6024, 110, 2304, 7649, 8717, 35457, 43761, 33688, 44510, 16606, 16070, 5172, 30241, 13672, 1829, 9154, 4587, 1211, 16247, 1829, 10943, 37037, 15730, 3714, 7435, 31377, 6225, 4587, 20292, 9122, 15042, 11778, 2288, 14851, 3224, 8978, 29739, 1211, 17082, 3660, 11203, 995, 38149, 3224, 13672, 1829, 31439, 6024, 110, 2304, 7649, 10632, 6156, 3224, 8315, 12174, 12610, 3224, 16247, 1829, 10943, 3714, 45636, 995, 20328, 9640, 3615, 8978, 16247, 1829, 10943, 4032, 2304, 45636, 995, 4724, 4117, 7578, 8978, 16247, 1829, 10943, 4032, 2304, 45636, 995, 11331, 11622, 1863, 8978, 16247, 1829, 10943, 4032, 2304, 45636, 995, 6156, 2288, 5016, 8978, 16247, 1829, 10943, 36632, 10943, 23032, 2407, 26895, 3660], "avg_logprob": -0.15242135287910108, "compression_ratio": 2.3275109170305677, "no_speech_prob": 2.1457672119140625e-06, "words": [{"start": 1560.02, "end": 1560.32, "word": "ما", "probability": 0.89013671875}, {"start": 1560.32, "end": 1560.8, "word": " كنت", "probability": 0.901123046875}, {"start": 1560.8, "end": 1562.58, "word": " جاهلا", "probability": 0.8785807291666666}, {"start": 1562.58, "end": 1563.8, "word": " الأيام", "probability": 0.672760009765625}, {"start": 1563.8, "end": 1564.28, "word": " بتبدأ", "probability": 0.7620442708333334}, {"start": 1564.28, "end": 1564.52, "word": " ولا", "probability": 0.53515625}, {"start": 1564.52, "end": 1564.9, "word": " الناس", "probability": 0.9625651041666666}, {"start": 1564.9, "end": 1565.0, "word": " اللي", "probability": 0.912841796875}, {"start": 1565.0, "end": 1565.26, "word": " بتقول", "probability": 0.73046875}, {"start": 1565.26, "end": 1565.52, "word": " الأحداث", "probability": 0.9295654296875}, {"start": 1565.52, "end": 1566.16, "word": " هتبتدأ", "probability": 0.6659749348958334}, {"start": 1566.16, "end": 1567.48, "word": " الأحداث", "probability": 0.9012451171875}, {"start": 1567.48, "end": 1567.68, "word": " لكن", "probability": 0.7431640625}, {"start": 1567.68, "end": 1567.92, "word": " هنا", "probability": 0.755859375}, {"start": 1567.92, "end": 1568.24, "word": " ظرف", "probability": 0.73876953125}, {"start": 1568.24, "end": 1568.78, "word": " الزمان", "probability": 0.95166015625}, {"start": 1568.78, "end": 1569.38, "word": " نسبله", "probability": 0.93701171875}, {"start": 1569.38, "end": 1570.64, "word": " الإبداء", "probability": 0.7906901041666666}, {"start": 1570.64, "end": 1571.16, "word": " والفعل", "probability": 0.8307291666666666}, {"start": 1571.16, "end": 1571.4, "word": " اللي", "probability": 0.7034912109375}, {"start": 1571.4, "end": 1571.8, "word": " منقل", "probability": 0.6118977864583334}, {"start": 1571.8, "end": 1572.2, "word": " الأيام", "probability": 0.90283203125}, {"start": 1572.2, "end": 1572.46, "word": " وهذا", "probability": 0.818603515625}, {"start": 1572.46, "end": 1572.9, "word": " مجاز", "probability": 0.9934895833333334}, {"start": 1572.9, "end": 1573.36, "word": " عقلي", "probability": 0.9892578125}, {"start": 1573.36, "end": 1574.08, "word": " كما", "probability": 0.962890625}, {"start": 1574.08, "end": 1574.46, "word": " درسته", "probability": 0.84423828125}, {"start": 1574.46, "end": 1574.58, "word": " في", "probability": 0.9501953125}, {"start": 1574.58, "end": 1575.0, "word": " البلغة", "probability": 0.78472900390625}, {"start": 1575.0, "end": 1575.78, "word": " علاقته", "probability": 0.9703369140625}, {"start": 1575.78, "end": 1576.36, "word": " اللي", "probability": 0.58502197265625}, {"start": 1576.36, "end": 1576.7, "word": " هو", "probability": 0.81005859375}, {"start": 1576.7, "end": 1578.02, "word": " الزمانية", "probability": 0.95244140625}, {"start": 1578.02, "end": 1578.66, "word": " فهنا", "probability": 0.96337890625}, {"start": 1578.66, "end": 1579.26, "word": " قوله", "probability": 0.9436848958333334}, {"start": 1579.26, "end": 1580.22, "word": " الأيام", "probability": 0.9794921875}, {"start": 1580.22, "end": 1581.12, "word": " ماذا", "probability": 0.95166015625}, {"start": 1581.12, "end": 1581.6, "word": " صارع", "probability": 0.9474283854166666}, {"start": 1581.6, "end": 1581.76, "word": " في", "probability": 0.98095703125}, {"start": 1581.76, "end": 1582.36, "word": " الأيام", "probability": 0.9811197916666666}, {"start": 1582.36, "end": 1583.02, "word": " وماذا", "probability": 0.8746337890625}, {"start": 1583.02, "end": 1583.38, "word": " بكى", "probability": 0.9153645833333334}, {"start": 1583.38, "end": 1583.5, "word": " في", "probability": 0.9892578125}, {"start": 1583.5, "end": 1584.04, "word": " الأيام", "probability": 0.9788411458333334}, {"start": 1584.04, "end": 1584.48, "word": " وماذا", "probability": 0.9793701171875}, {"start": 1584.48, "end": 1584.84, "word": " حزن", "probability": 0.9835611979166666}, {"start": 1584.84, "end": 1585.0, "word": " في", "probability": 0.9892578125}, {"start": 1585.0, "end": 1585.58, "word": " الأيام", "probability": 0.9847005208333334}, {"start": 1585.58, "end": 1586.42, "word": " وماذا", "probability": 0.9857177734375}, {"start": 1586.42, "end": 1586.76, "word": " فرح", "probability": 0.9796549479166666}, {"start": 1586.76, "end": 1586.92, "word": " في", "probability": 0.9765625}, {"start": 1586.92, "end": 1587.92, "word": " الأيام", "probability": 0.9860026041666666}, {"start": 1587.92, "end": 1588.4, "word": " أيام", "probability": 0.780029296875}, {"start": 1588.4, "end": 1589.0, "word": " طويلة", "probability": 0.9644775390625}], "temperature": 1.0}, {"id": 62, "seek": 161516, "start": 1589.94, "end": 1615.16, "text": "عمر والعمر عبارة عن ماذا عبارة عن أيام العمر عبارة عن اللي هو أيام فسيرة حسين هي وصف لتلك الأيام كأنه يفصل فيها يوما يوما ولحظة لحظة وماذا فعلت به الأيام ودائما سلطة الزمن وسطوة الزمن", "tokens": [25957, 2288, 16070, 25957, 2288, 6225, 3555, 9640, 3660, 18871, 3714, 45636, 995, 6225, 3555, 9640, 3660, 18871, 36632, 10943, 18863, 29973, 6225, 3555, 9640, 3660, 18871, 13672, 1829, 31439, 36632, 10943, 6156, 3794, 48923, 11331, 3794, 9957, 39896, 4032, 9381, 5172, 5296, 2655, 23275, 16247, 1829, 10943, 9122, 33456, 3224, 7251, 5172, 36520, 8978, 11296, 7251, 2407, 15042, 7251, 2407, 15042, 4032, 1211, 5016, 19913, 3660, 5296, 5016, 19913, 3660, 4032, 2304, 45636, 995, 6156, 30241, 2655, 39627, 16247, 1829, 10943, 4032, 3215, 16373, 15042, 8608, 1211, 9566, 3660, 6024, 110, 27842, 4032, 3794, 9566, 2407, 3660, 6024, 110, 27842], "avg_logprob": -0.12461703913468941, "compression_ratio": 2.0949367088607596, "no_speech_prob": 5.185604095458984e-06, "words": [{"start": 1589.94, "end": 1590.48, "word": "عمر", "probability": 0.781005859375}, {"start": 1590.48, "end": 1591.32, "word": " والعمر", "probability": 0.7224934895833334}, {"start": 1591.32, "end": 1591.62, "word": " عبارة", "probability": 0.9959716796875}, {"start": 1591.62, "end": 1591.76, "word": " عن", "probability": 0.9853515625}, {"start": 1591.76, "end": 1592.16, "word": " ماذا", "probability": 0.9488932291666666}, {"start": 1592.16, "end": 1593.36, "word": " عبارة", "probability": 0.81829833984375}, {"start": 1593.36, "end": 1593.52, "word": " عن", "probability": 0.97802734375}, {"start": 1593.52, "end": 1593.9, "word": " أيام", "probability": 0.961181640625}, {"start": 1593.9, "end": 1594.4, "word": " العمر", "probability": 0.7314453125}, {"start": 1594.4, "end": 1594.8, "word": " عبارة", "probability": 0.996337890625}, {"start": 1594.8, "end": 1594.96, "word": " عن", "probability": 0.9912109375}, {"start": 1594.96, "end": 1595.14, "word": " اللي", "probability": 0.646240234375}, {"start": 1595.14, "end": 1595.34, "word": " هو", "probability": 0.91943359375}, {"start": 1595.34, "end": 1596.26, "word": " أيام", "probability": 0.943115234375}, {"start": 1596.26, "end": 1597.04, "word": " فسيرة", "probability": 0.8798828125}, {"start": 1597.04, "end": 1597.6, "word": " حسين", "probability": 0.85009765625}, {"start": 1597.6, "end": 1597.76, "word": " هي", "probability": 0.9443359375}, {"start": 1597.76, "end": 1598.18, "word": " وصف", "probability": 0.9959309895833334}, {"start": 1598.18, "end": 1598.58, "word": " لتلك", "probability": 0.97265625}, {"start": 1598.58, "end": 1599.22, "word": " الأيام", "probability": 0.9334309895833334}, {"start": 1599.22, "end": 1599.96, "word": " كأنه", "probability": 0.9794921875}, {"start": 1599.96, "end": 1600.48, "word": " يفصل", "probability": 0.8951822916666666}, {"start": 1600.48, "end": 1600.9, "word": " فيها", "probability": 0.99755859375}, {"start": 1600.9, "end": 1601.34, "word": " يوما", "probability": 0.9156901041666666}, {"start": 1601.34, "end": 1601.88, "word": " يوما", "probability": 0.89404296875}, {"start": 1601.88, "end": 1603.42, "word": " ولحظة", "probability": 0.81484375}, {"start": 1603.42, "end": 1604.3, "word": " لحظة", "probability": 0.846923828125}, {"start": 1604.3, "end": 1609.8, "word": " وماذا", "probability": 0.9793701171875}, {"start": 1609.8, "end": 1610.3, "word": " فعلت", "probability": 0.9938151041666666}, {"start": 1610.3, "end": 1610.48, "word": " به", "probability": 0.8583984375}, {"start": 1610.48, "end": 1611.08, "word": " الأيام", "probability": 0.9723307291666666}, {"start": 1611.08, "end": 1613.3, "word": " ودائما", "probability": 0.70513916015625}, {"start": 1613.3, "end": 1613.76, "word": " سلطة", "probability": 0.9713134765625}, {"start": 1613.76, "end": 1614.12, "word": " الزمن", "probability": 0.96923828125}, {"start": 1614.12, "end": 1614.66, "word": " وسطوة", "probability": 0.9}, {"start": 1614.66, "end": 1615.16, "word": " الزمن", "probability": 0.9772135416666666}], "temperature": 1.0}, {"id": 63, "seek": 164223, "start": 1616.29, "end": 1642.23, "text": "أقوى من سلطة الإنسان وسطوة الإنسان لأن الزمن له سطوة على الإنسان وله سلطة لا تقاوة رحلة جبلية هنا العنوان يشير إلى مكان سيميائي رحلة وجبلية", "tokens": [10721, 4587, 2407, 7578, 9154, 8608, 1211, 9566, 3660, 33688, 1863, 3794, 7649, 4032, 3794, 9566, 2407, 3660, 33688, 1863, 3794, 7649, 5296, 33456, 6024, 110, 27842, 46740, 8608, 9566, 2407, 3660, 15844, 33688, 1863, 3794, 7649, 4032, 43761, 8608, 1211, 9566, 3660, 20193, 6055, 4587, 995, 2407, 3660, 12602, 5016, 37977, 10874, 36150, 10632, 34105, 18863, 1863, 2407, 7649, 7251, 8592, 13546, 30731, 3714, 41361, 8608, 32640, 1829, 16373, 1829, 12602, 5016, 37977, 49610, 36150, 10632], "avg_logprob": -0.11007611978894626, "compression_ratio": 1.874074074074074, "no_speech_prob": 3.5762786865234375e-07, "words": [{"start": 1616.29, "end": 1616.75, "word": "أقوى", "probability": 0.960205078125}, {"start": 1616.75, "end": 1616.89, "word": " من", "probability": 0.98291015625}, {"start": 1616.89, "end": 1617.23, "word": " سلطة", "probability": 0.968505859375}, {"start": 1617.23, "end": 1617.67, "word": " الإنسان", "probability": 0.9847412109375}, {"start": 1617.67, "end": 1618.23, "word": " وسطوة", "probability": 0.819921875}, {"start": 1618.23, "end": 1619.65, "word": " الإنسان", "probability": 0.9923095703125}, {"start": 1619.65, "end": 1620.69, "word": " لأن", "probability": 0.875244140625}, {"start": 1620.69, "end": 1621.13, "word": " الزمن", "probability": 0.89697265625}, {"start": 1621.13, "end": 1621.35, "word": " له", "probability": 0.951171875}, {"start": 1621.35, "end": 1621.83, "word": " سطوة", "probability": 0.8984375}, {"start": 1621.83, "end": 1621.95, "word": " على", "probability": 0.81201171875}, {"start": 1621.95, "end": 1622.77, "word": " الإنسان", "probability": 0.9967041015625}, {"start": 1622.77, "end": 1626.35, "word": " وله", "probability": 0.673583984375}, {"start": 1626.35, "end": 1627.03, "word": " سلطة", "probability": 0.9842529296875}, {"start": 1627.03, "end": 1627.29, "word": " لا", "probability": 0.69287109375}, {"start": 1627.29, "end": 1628.29, "word": " تقاوة", "probability": 0.837744140625}, {"start": 1628.29, "end": 1631.09, "word": " رحلة", "probability": 0.95166015625}, {"start": 1631.09, "end": 1631.85, "word": " جبلية", "probability": 0.85986328125}, {"start": 1631.85, "end": 1634.53, "word": " هنا", "probability": 0.77294921875}, {"start": 1634.53, "end": 1635.99, "word": " العنوان", "probability": 0.9736328125}, {"start": 1635.99, "end": 1636.51, "word": " يشير", "probability": 0.9894205729166666}, {"start": 1636.51, "end": 1637.19, "word": " إلى", "probability": 0.87109375}, {"start": 1637.19, "end": 1638.31, "word": " مكان", "probability": 0.977294921875}, {"start": 1638.31, "end": 1639.21, "word": " سيميائي", "probability": 0.87060546875}, {"start": 1639.21, "end": 1640.65, "word": " رحلة", "probability": 0.958984375}, {"start": 1640.65, "end": 1642.23, "word": " وجبلية", "probability": 0.8240559895833334}], "temperature": 1.0}, {"id": 64, "seek": 167257, "start": 1645.77, "end": 1672.57, "text": "والجبل دلالته الصعود و الوعورة كأن حياتها عبارة عن رحلة تصعد فيها في جبل صخري و نابلس تحيط بها الجبال نابلس الجبل اللي فيه الجبل عبال أظنه ولا جبل عبال", "tokens": [2407, 6027, 7435, 36150, 11778, 1211, 6027, 47395, 31767, 3615, 23328, 4032, 2423, 45367, 13063, 3660, 9122, 33456, 11331, 1829, 9307, 11296, 6225, 3555, 9640, 3660, 18871, 12602, 5016, 37977, 6055, 9381, 22488, 8978, 11296, 8978, 10874, 36150, 20328, 9778, 16572, 4032, 8717, 16758, 1211, 3794, 6055, 5016, 1829, 9566, 4724, 11296, 25724, 3555, 6027, 8717, 16758, 1211, 3794, 25724, 36150, 13672, 1829, 8978, 3224, 25724, 36150, 6225, 3555, 6027, 5551, 19913, 1863, 3224, 49429, 10874, 36150, 6225, 3555, 6027], "avg_logprob": -0.14814815403502665, "compression_ratio": 1.9225352112676057, "no_speech_prob": 1.1920928955078125e-07, "words": [{"start": 1645.7700000000002, "end": 1647.13, "word": "والجبل", "probability": 0.9417724609375}, {"start": 1647.13, "end": 1648.49, "word": " دلالته", "probability": 0.9501953125}, {"start": 1648.49, "end": 1650.15, "word": " الصعود", "probability": 0.9314778645833334}, {"start": 1650.15, "end": 1651.23, "word": " و", "probability": 0.41943359375}, {"start": 1651.23, "end": 1651.99, "word": " الوعورة", "probability": 0.8699951171875}, {"start": 1651.99, "end": 1654.81, "word": " كأن", "probability": 0.956298828125}, {"start": 1654.81, "end": 1655.95, "word": " حياتها", "probability": 0.9932861328125}, {"start": 1655.95, "end": 1658.91, "word": " عبارة", "probability": 0.9949951171875}, {"start": 1658.91, "end": 1659.15, "word": " عن", "probability": 0.99609375}, {"start": 1659.15, "end": 1659.73, "word": " رحلة", "probability": 0.9964192708333334}, {"start": 1659.73, "end": 1660.43, "word": " تصعد", "probability": 0.9305013020833334}, {"start": 1660.43, "end": 1660.77, "word": " فيها", "probability": 0.984130859375}, {"start": 1660.77, "end": 1660.99, "word": " في", "probability": 0.9638671875}, {"start": 1660.99, "end": 1661.33, "word": " جبل", "probability": 0.991455078125}, {"start": 1661.33, "end": 1661.99, "word": " صخري", "probability": 0.7263997395833334}, {"start": 1661.99, "end": 1663.07, "word": " و", "probability": 0.9287109375}, {"start": 1663.07, "end": 1663.63, "word": " نابلس", "probability": 0.7197265625}, {"start": 1663.63, "end": 1664.11, "word": " تحيط", "probability": 0.9793701171875}, {"start": 1664.11, "end": 1664.59, "word": " بها", "probability": 0.86279296875}, {"start": 1664.59, "end": 1666.29, "word": " الجبال", "probability": 0.96923828125}, {"start": 1666.29, "end": 1667.37, "word": " نابلس", "probability": 0.8948974609375}, {"start": 1667.37, "end": 1668.17, "word": " الجبل", "probability": 0.867431640625}, {"start": 1668.17, "end": 1668.31, "word": " اللي", "probability": 0.874755859375}, {"start": 1668.31, "end": 1668.71, "word": " فيه", "probability": 0.95263671875}, {"start": 1668.71, "end": 1669.27, "word": " الجبل", "probability": 0.7222900390625}, {"start": 1669.27, "end": 1670.13, "word": " عبال", "probability": 0.94140625}, {"start": 1670.13, "end": 1670.55, "word": " أظنه", "probability": 0.65106201171875}, {"start": 1670.55, "end": 1670.75, "word": " ولا", "probability": 0.64453125}, {"start": 1670.75, "end": 1672.05, "word": " جبل", "probability": 0.7008056640625}, {"start": 1672.05, "end": 1672.57, "word": " عبال", "probability": 0.9920247395833334}], "temperature": 1.0}, {"id": 65, "seek": 169815, "start": 1673.29, "end": 1698.15, "text": "وجرزيم اللي على قمةه الطايفة الساميرية اللي يسمون أنفسهم الطايفة الساميرية تلاحظوا عنوان فدوة وقان فيه تكرار وفيه إطالة عنوان فدوة وقان فيه تكرار وفيه إطالة رحلة جملية كان يكفي أن تقول رحلة جملية", "tokens": [2407, 7435, 2288, 11622, 32640, 13672, 1829, 15844, 12174, 46007, 3224, 41950, 995, 33911, 3660, 21136, 10943, 13546, 10632, 13672, 1829, 7251, 38251, 11536, 14739, 36178, 16095, 41950, 995, 33911, 3660, 21136, 10943, 13546, 10632, 6055, 15040, 5016, 19913, 14407, 18871, 2407, 7649, 6156, 3215, 2407, 3660, 4032, 4587, 7649, 8978, 3224, 6055, 37983, 9640, 4032, 41185, 3224, 11933, 9566, 6027, 3660, 18871, 2407, 7649, 6156, 3215, 2407, 3660, 4032, 4587, 7649, 8978, 3224, 6055, 37983, 9640, 4032, 41185, 3224, 11933, 9566, 6027, 3660, 12602, 5016, 37977, 10874, 42213, 10632, 25961, 7251, 4117, 41185, 14739, 6055, 39648, 12602, 5016, 37977, 10874, 42213, 10632], "avg_logprob": -0.13288761804310176, "compression_ratio": 2.2884615384615383, "no_speech_prob": 1.430511474609375e-06, "words": [{"start": 1673.29, "end": 1674.41, "word": "وجرزيم", "probability": 0.667724609375}, {"start": 1674.41, "end": 1676.01, "word": " اللي", "probability": 0.776123046875}, {"start": 1676.01, "end": 1676.45, "word": " على", "probability": 0.787109375}, {"start": 1676.45, "end": 1678.27, "word": " قمةه", "probability": 0.75}, {"start": 1678.27, "end": 1679.01, "word": " الطايفة", "probability": 0.8529052734375}, {"start": 1679.01, "end": 1679.83, "word": " الساميرية", "probability": 0.9044189453125}, {"start": 1679.83, "end": 1680.39, "word": " اللي", "probability": 0.6558837890625}, {"start": 1680.39, "end": 1680.85, "word": " يسمون", "probability": 0.7882486979166666}, {"start": 1680.85, "end": 1681.65, "word": " أنفسهم", "probability": 0.9285481770833334}, {"start": 1681.65, "end": 1682.73, "word": " الطايفة", "probability": 0.9776611328125}, {"start": 1682.73, "end": 1683.47, "word": " الساميرية", "probability": 0.9940185546875}, {"start": 1683.47, "end": 1685.27, "word": " تلاحظوا", "probability": 0.87412109375}, {"start": 1685.27, "end": 1685.83, "word": " عنوان", "probability": 0.9728190104166666}, {"start": 1685.83, "end": 1686.77, "word": " فدوة", "probability": 0.89990234375}, {"start": 1686.77, "end": 1687.13, "word": " وقان", "probability": 0.88330078125}, {"start": 1687.13, "end": 1687.39, "word": " فيه", "probability": 0.9794921875}, {"start": 1687.39, "end": 1687.93, "word": " تكرار", "probability": 0.9541015625}, {"start": 1687.93, "end": 1689.63, "word": " وفيه", "probability": 0.9122721354166666}, {"start": 1689.63, "end": 1690.13, "word": " إطالة", "probability": 0.866455078125}, {"start": 1690.13, "end": 1691.37, "word": " عنوان", "probability": 0.89404296875}, {"start": 1691.37, "end": 1691.71, "word": " فدوة", "probability": 0.9925537109375}, {"start": 1691.71, "end": 1692.31, "word": " وقان", "probability": 0.9943033854166666}, {"start": 1692.31, "end": 1692.95, "word": " فيه", "probability": 0.992431640625}, {"start": 1692.95, "end": 1693.87, "word": " تكرار", "probability": 0.9918619791666666}, {"start": 1693.87, "end": 1694.23, "word": " وفيه", "probability": 0.9666341145833334}, {"start": 1694.23, "end": 1694.93, "word": " إطالة", "probability": 0.9974365234375}, {"start": 1694.93, "end": 1696.17, "word": " رحلة", "probability": 0.9524739583333334}, {"start": 1696.17, "end": 1696.55, "word": " جملية", "probability": 0.8450520833333334}, {"start": 1696.55, "end": 1696.77, "word": " كان", "probability": 0.6103515625}, {"start": 1696.77, "end": 1697.01, "word": " يكفي", "probability": 0.8717447916666666}, {"start": 1697.01, "end": 1697.11, "word": " أن", "probability": 0.74853515625}, {"start": 1697.11, "end": 1697.37, "word": " تقول", "probability": 0.9775390625}, {"start": 1697.37, "end": 1697.63, "word": " رحلة", "probability": 0.9921875}, {"start": 1697.63, "end": 1698.15, "word": " جملية", "probability": 0.9578450520833334}], "temperature": 1.0}, {"id": 66, "seek": 173042, "start": 1701.08, "end": 1730.42, "text": "ما هي رحلة الجبلية معناها رحلة صعبة لكن عمّدت اليها إلى الشرح والتوضيح والبيان والتكرار مع أنها شاعرة والشاعرة يجب أن تميل إلى التكثيف والتركيز وطا حسين كاتب كان يميل إلى الشرح والتوضيح والبيان لكن عندما اختار عنوانا لسيرتي اختار عنوان مركزا مكثفا يتكون مفردة واحدة", "tokens": [15042, 39896, 12602, 5016, 37977, 25724, 36150, 10632, 20449, 8315, 11296, 12602, 5016, 37977, 20328, 3615, 49401, 44381, 6225, 2304, 11703, 3215, 2655, 45595, 11296, 30731, 25124, 2288, 5016, 16070, 2655, 2407, 11242, 1829, 5016, 16070, 21292, 7649, 16070, 2655, 37983, 9640, 20449, 14739, 11296, 13412, 45761, 25720, 16070, 8592, 45761, 25720, 7251, 7435, 3555, 14739, 46811, 26895, 30731, 16712, 4117, 12984, 33911, 16070, 2655, 31747, 1829, 11622, 4032, 9566, 995, 11331, 3794, 9957, 9122, 9307, 3555, 25961, 7251, 2304, 26895, 30731, 25124, 2288, 5016, 16070, 2655, 2407, 11242, 1829, 5016, 16070, 21292, 7649, 44381, 43242, 15042, 1975, 46456, 9640, 18871, 2407, 7649, 995, 5296, 3794, 13546, 31371, 1975, 46456, 9640, 18871, 2407, 7649, 3714, 31747, 11622, 995, 3714, 4117, 12984, 5172, 995, 7251, 2655, 30544, 3714, 5172, 2288, 41891, 36764, 24401, 3660], "avg_logprob": -0.10482742481712085, "compression_ratio": 2.1945701357466065, "no_speech_prob": 8.52346420288086e-06, "words": [{"start": 1701.08, "end": 1701.46, "word": "ما", "probability": 0.91455078125}, {"start": 1701.46, "end": 1701.6, "word": " هي", "probability": 0.9609375}, {"start": 1701.6, "end": 1701.88, "word": " رحلة", "probability": 0.9431966145833334}, {"start": 1701.88, "end": 1702.34, "word": " الجبلية", "probability": 0.9127604166666666}, {"start": 1702.34, "end": 1702.72, "word": " معناها", "probability": 0.95458984375}, {"start": 1702.72, "end": 1703.28, "word": " رحلة", "probability": 0.9869791666666666}, {"start": 1703.28, "end": 1704.48, "word": " صعبة", "probability": 0.9899088541666666}, {"start": 1704.48, "end": 1705.78, "word": " لكن", "probability": 0.7763671875}, {"start": 1705.78, "end": 1706.46, "word": " عمّدت", "probability": 0.78671875}, {"start": 1706.46, "end": 1706.78, "word": " اليها", "probability": 0.3397216796875}, {"start": 1706.78, "end": 1706.94, "word": " إلى", "probability": 0.427978515625}, {"start": 1706.94, "end": 1707.4, "word": " الشرح", "probability": 0.98828125}, {"start": 1707.4, "end": 1708.12, "word": " والتوضيح", "probability": 0.9620768229166666}, {"start": 1708.12, "end": 1708.7, "word": " والبيان", "probability": 0.92138671875}, {"start": 1708.7, "end": 1709.38, "word": " والتكرار", "probability": 0.9293212890625}, {"start": 1709.38, "end": 1710.58, "word": " مع", "probability": 0.9140625}, {"start": 1710.58, "end": 1711.04, "word": " أنها", "probability": 0.972900390625}, {"start": 1711.04, "end": 1711.72, "word": " شاعرة", "probability": 0.921875}, {"start": 1711.72, "end": 1713.86, "word": " والشاعرة", "probability": 0.870849609375}, {"start": 1713.86, "end": 1714.2, "word": " يجب", "probability": 0.98828125}, {"start": 1714.2, "end": 1714.34, "word": " أن", "probability": 0.89892578125}, {"start": 1714.34, "end": 1714.74, "word": " تميل", "probability": 0.952880859375}, {"start": 1714.74, "end": 1714.94, "word": " إلى", "probability": 0.51171875}, {"start": 1714.94, "end": 1715.56, "word": " التكثيف", "probability": 0.9871826171875}, {"start": 1715.56, "end": 1716.52, "word": " والتركيز", "probability": 0.95791015625}, {"start": 1716.52, "end": 1718.04, "word": " وطا", "probability": 0.82080078125}, {"start": 1718.04, "end": 1718.46, "word": " حسين", "probability": 0.8961588541666666}, {"start": 1718.46, "end": 1719.06, "word": " كاتب", "probability": 0.9803059895833334}, {"start": 1719.06, "end": 1720.84, "word": " كان", "probability": 0.97705078125}, {"start": 1720.84, "end": 1721.18, "word": " يميل", "probability": 0.97119140625}, {"start": 1721.18, "end": 1721.36, "word": " إلى", "probability": 0.94189453125}, {"start": 1721.36, "end": 1721.78, "word": " الشرح", "probability": 0.9886067708333334}, {"start": 1721.78, "end": 1722.42, "word": " والتوضيح", "probability": 0.9881998697916666}, {"start": 1722.42, "end": 1723.08, "word": " والبيان", "probability": 0.9601236979166666}, {"start": 1723.08, "end": 1723.72, "word": " لكن", "probability": 0.87451171875}, {"start": 1723.72, "end": 1724.12, "word": " عندما", "probability": 0.9462890625}, {"start": 1724.12, "end": 1724.66, "word": " اختار", "probability": 0.9373372395833334}, {"start": 1724.66, "end": 1725.98, "word": " عنوانا", "probability": 0.88671875}, {"start": 1725.98, "end": 1726.58, "word": " لسيرتي", "probability": 0.7559814453125}, {"start": 1726.58, "end": 1726.92, "word": " اختار", "probability": 0.91455078125}, {"start": 1726.92, "end": 1727.34, "word": " عنوان", "probability": 0.9773763020833334}, {"start": 1727.34, "end": 1728.1, "word": " مركزا", "probability": 0.940673828125}, {"start": 1728.1, "end": 1728.74, "word": " مكثفا", "probability": 0.9798828125}, {"start": 1728.74, "end": 1729.26, "word": " يتكون", "probability": 0.8810221354166666}, {"start": 1729.26, "end": 1729.82, "word": " مفردة", "probability": 0.826416015625}, {"start": 1729.82, "end": 1730.42, "word": " واحدة", "probability": 0.984375}], "temperature": 1.0}, {"id": 67, "seek": 175815, "start": 1731.63, "end": 1758.15, "text": "على خلاف الشاعرة الفلسطينية فدوة توقان ويبدو أن فدوة توقان عندما تحدثت عن رحلة جبلية رحلة صعبة لم تكن تتحدث عن نفسها أو عن سيراتها فقط ربما كانت تتحدث عن المرأة الفلسطينية", "tokens": [3615, 23942, 16490, 15040, 5172, 25124, 45761, 25720, 27188, 1211, 3794, 9566, 9957, 10632, 6156, 3215, 2407, 3660, 6055, 30543, 7649, 4032, 1829, 44510, 2407, 14739, 6156, 3215, 2407, 3660, 6055, 30543, 7649, 43242, 15042, 6055, 24401, 12984, 2655, 18871, 12602, 5016, 37977, 10874, 36150, 10632, 12602, 5016, 37977, 20328, 3615, 49401, 32767, 6055, 19452, 6055, 2655, 24401, 12984, 18871, 8717, 36178, 11296, 34051, 18871, 8608, 13546, 9307, 11296, 6156, 47432, 12602, 3555, 15042, 25961, 2655, 6055, 2655, 24401, 12984, 18871, 9673, 2288, 10721, 3660, 27188, 1211, 3794, 9566, 9957, 10632], "avg_logprob": -0.09256113855087239, "compression_ratio": 1.8734939759036144, "no_speech_prob": 4.76837158203125e-07, "words": [{"start": 1731.63, "end": 1731.97, "word": "على", "probability": 0.936767578125}, {"start": 1731.97, "end": 1732.69, "word": " خلاف", "probability": 0.9583333333333334}, {"start": 1732.69, "end": 1733.87, "word": " الشاعرة", "probability": 0.9619140625}, {"start": 1733.87, "end": 1735.27, "word": " الفلسطينية", "probability": 0.99365234375}, {"start": 1735.27, "end": 1736.27, "word": " فدوة", "probability": 0.62139892578125}, {"start": 1736.27, "end": 1736.89, "word": " توقان", "probability": 0.7471516927083334}, {"start": 1736.89, "end": 1743.27, "word": " ويبدو", "probability": 0.83935546875}, {"start": 1743.27, "end": 1743.55, "word": " أن", "probability": 0.779296875}, {"start": 1743.55, "end": 1744.33, "word": " فدوة", "probability": 0.978271484375}, {"start": 1744.33, "end": 1744.69, "word": " توقان", "probability": 0.9723307291666666}, {"start": 1744.69, "end": 1745.05, "word": " عندما", "probability": 0.958251953125}, {"start": 1745.05, "end": 1745.73, "word": " تحدثت", "probability": 0.9625244140625}, {"start": 1745.73, "end": 1745.89, "word": " عن", "probability": 0.97998046875}, {"start": 1745.89, "end": 1746.17, "word": " رحلة", "probability": 0.9913736979166666}, {"start": 1746.17, "end": 1746.79, "word": " جبلية", "probability": 0.9583333333333334}, {"start": 1746.79, "end": 1747.17, "word": " رحلة", "probability": 0.8439127604166666}, {"start": 1747.17, "end": 1747.69, "word": " صعبة", "probability": 0.9944661458333334}, {"start": 1747.69, "end": 1749.43, "word": " لم", "probability": 0.95458984375}, {"start": 1749.43, "end": 1750.13, "word": " تكن", "probability": 0.9453125}, {"start": 1750.13, "end": 1751.01, "word": " تتحدث", "probability": 0.9771728515625}, {"start": 1751.01, "end": 1752.41, "word": " عن", "probability": 0.87060546875}, {"start": 1752.41, "end": 1753.15, "word": " نفسها", "probability": 0.9972330729166666}, {"start": 1753.15, "end": 1753.97, "word": " أو", "probability": 0.783203125}, {"start": 1753.97, "end": 1754.15, "word": " عن", "probability": 0.9873046875}, {"start": 1754.15, "end": 1754.67, "word": " سيراتها", "probability": 0.65234375}, {"start": 1754.67, "end": 1755.13, "word": " فقط", "probability": 0.98974609375}, {"start": 1755.13, "end": 1756.07, "word": " ربما", "probability": 0.9803059895833334}, {"start": 1756.07, "end": 1756.35, "word": " كانت", "probability": 0.97802734375}, {"start": 1756.35, "end": 1756.83, "word": " تتحدث", "probability": 0.9742431640625}, {"start": 1756.83, "end": 1756.97, "word": " عن", "probability": 0.9951171875}, {"start": 1756.97, "end": 1757.27, "word": " المرأة", "probability": 0.9891357421875}, {"start": 1757.27, "end": 1758.15, "word": " الفلسطينية", "probability": 0.9973958333333334}], "temperature": 1.0}, {"id": 68, "seek": 177533, "start": 1759.05, "end": 1775.33, "text": "هي نموذج المرأة الفلسطينية أو المرأة العربية التي عانت الحرمان والقسوة واهمال المجتمع وضيع الحقوق أو ربما كانت تحدث عن شعبي الفلسطيني الذي شر دا في منافع الأرض", "tokens": [3224, 1829, 8717, 2304, 2407, 8848, 7435, 9673, 2288, 10721, 3660, 27188, 1211, 3794, 9566, 9957, 10632, 34051, 9673, 2288, 10721, 3660, 18863, 25513, 10632, 38392, 6225, 7649, 2655, 21542, 2288, 2304, 7649, 16070, 4587, 3794, 2407, 3660, 36764, 16095, 6027, 9673, 7435, 39237, 3615, 4032, 11242, 40228, 21542, 4587, 30543, 34051, 12602, 3555, 15042, 25961, 2655, 6055, 24401, 12984, 18871, 13412, 3615, 21292, 27188, 1211, 3794, 9566, 9957, 1829, 43527, 13412, 2288, 11778, 995, 8978, 3714, 8315, 5172, 3615, 16247, 43042], "avg_logprob": -0.12057605331920716, "compression_ratio": 1.8535031847133758, "no_speech_prob": 1.817941665649414e-05, "words": [{"start": 1759.05, "end": 1759.35, "word": "هي", "probability": 0.870361328125}, {"start": 1759.35, "end": 1759.75, "word": " نموذج", "probability": 0.871728515625}, {"start": 1759.75, "end": 1760.05, "word": " المرأة", "probability": 0.9896240234375}, {"start": 1760.05, "end": 1760.91, "word": " الفلسطينية", "probability": 0.9913736979166666}, {"start": 1760.91, "end": 1761.61, "word": " أو", "probability": 0.82421875}, {"start": 1761.61, "end": 1762.07, "word": " المرأة", "probability": 0.9862060546875}, {"start": 1762.07, "end": 1762.83, "word": " العربية", "probability": 0.9765625}, {"start": 1762.83, "end": 1764.09, "word": " التي", "probability": 0.89794921875}, {"start": 1764.09, "end": 1764.69, "word": " عانت", "probability": 0.9664713541666666}, {"start": 1764.69, "end": 1765.39, "word": " الحرمان", "probability": 0.9534912109375}, {"start": 1765.39, "end": 1766.13, "word": " والقسوة", "probability": 0.87138671875}, {"start": 1766.13, "end": 1766.55, "word": " واهمال", "probability": 0.7410481770833334}, {"start": 1766.55, "end": 1767.17, "word": " المجتمع", "probability": 0.99267578125}, {"start": 1767.17, "end": 1767.57, "word": " وضيع", "probability": 0.8133138020833334}, {"start": 1767.57, "end": 1768.19, "word": " الحقوق", "probability": 0.9905598958333334}, {"start": 1768.19, "end": 1769.05, "word": " أو", "probability": 0.6640625}, {"start": 1769.05, "end": 1769.37, "word": " ربما", "probability": 0.9856770833333334}, {"start": 1769.37, "end": 1769.63, "word": " كانت", "probability": 0.9404296875}, {"start": 1769.63, "end": 1770.03, "word": " تحدث", "probability": 0.923828125}, {"start": 1770.03, "end": 1770.17, "word": " عن", "probability": 0.9814453125}, {"start": 1770.17, "end": 1770.53, "word": " شعبي", "probability": 0.9713541666666666}, {"start": 1770.53, "end": 1771.53, "word": " الفلسطيني", "probability": 0.9805501302083334}, {"start": 1771.53, "end": 1772.87, "word": " الذي", "probability": 0.5263671875}, {"start": 1772.87, "end": 1773.29, "word": " شر", "probability": 0.821044921875}, {"start": 1773.29, "end": 1774.13, "word": " دا", "probability": 0.529541015625}, {"start": 1774.13, "end": 1774.47, "word": " في", "probability": 0.93896484375}, {"start": 1774.47, "end": 1774.91, "word": " منافع", "probability": 0.71661376953125}, {"start": 1774.91, "end": 1775.33, "word": " الأرض", "probability": 0.98095703125}], "temperature": 1.0}, {"id": 69, "seek": 180561, "start": 1778.49, "end": 1805.61, "text": "ولم تنتهي بعد رحلته لم تنتهي رحلة هذا الشعب ما زال يسيروا في جبال الأيام وفي جبال الزمان طا حسين سيرته كانت أسبق من فدوة توقان طا حسين في سيرته كان أسبق من فدوة توقان", "tokens": [12610, 2304, 6055, 29399, 3224, 1829, 39182, 12602, 5016, 1211, 47395, 32767, 6055, 29399, 3224, 1829, 12602, 5016, 37977, 23758, 25124, 3615, 3555, 19446, 30767, 6027, 7251, 3794, 13546, 14407, 8978, 10874, 3555, 6027, 16247, 1829, 10943, 4032, 41185, 10874, 3555, 6027, 6024, 110, 2304, 7649, 23032, 995, 11331, 3794, 9957, 8608, 13546, 47395, 25961, 2655, 5551, 35457, 4587, 9154, 6156, 3215, 2407, 3660, 6055, 30543, 7649, 23032, 995, 11331, 3794, 9957, 8978, 8608, 13546, 47395, 25961, 5551, 35457, 4587, 9154, 6156, 3215, 2407, 3660, 6055, 30543, 7649], "avg_logprob": -0.10797050762712286, "compression_ratio": 2.1285714285714286, "no_speech_prob": 1.7881393432617188e-07, "words": [{"start": 1778.49, "end": 1779.01, "word": "ولم", "probability": 0.707275390625}, {"start": 1779.01, "end": 1780.53, "word": " تنتهي", "probability": 0.957275390625}, {"start": 1780.53, "end": 1780.81, "word": " بعد", "probability": 0.55126953125}, {"start": 1780.81, "end": 1781.87, "word": " رحلته", "probability": 0.894775390625}, {"start": 1781.87, "end": 1782.01, "word": " لم", "probability": 0.3447265625}, {"start": 1782.01, "end": 1782.43, "word": " تنتهي", "probability": 0.976806640625}, {"start": 1782.43, "end": 1782.81, "word": " رحلة", "probability": 0.97265625}, {"start": 1782.81, "end": 1783.33, "word": " هذا", "probability": 0.94677734375}, {"start": 1783.33, "end": 1783.71, "word": " الشعب", "probability": 0.9930013020833334}, {"start": 1783.71, "end": 1783.95, "word": " ما", "probability": 0.49169921875}, {"start": 1783.95, "end": 1784.29, "word": " زال", "probability": 0.983642578125}, {"start": 1784.29, "end": 1785.57, "word": " يسيروا", "probability": 0.9383544921875}, {"start": 1785.57, "end": 1785.85, "word": " في", "probability": 0.9609375}, {"start": 1785.85, "end": 1786.23, "word": " جبال", "probability": 0.9921875}, {"start": 1786.23, "end": 1786.95, "word": " الأيام", "probability": 0.9462890625}, {"start": 1786.95, "end": 1787.69, "word": " وفي", "probability": 0.8564453125}, {"start": 1787.69, "end": 1788.25, "word": " جبال", "probability": 0.9931640625}, {"start": 1788.25, "end": 1789.63, "word": " الزمان", "probability": 0.9453125}, {"start": 1789.63, "end": 1795.35, "word": " طا", "probability": 0.6011962890625}, {"start": 1795.35, "end": 1795.87, "word": " حسين", "probability": 0.9407552083333334}, {"start": 1795.87, "end": 1796.95, "word": " سيرته", "probability": 0.7882486979166666}, {"start": 1796.95, "end": 1797.37, "word": " كانت", "probability": 0.98095703125}, {"start": 1797.37, "end": 1797.77, "word": " أسبق", "probability": 0.9049479166666666}, {"start": 1797.77, "end": 1797.91, "word": " من", "probability": 0.990234375}, {"start": 1797.91, "end": 1798.23, "word": " فدوة", "probability": 0.9390869140625}, {"start": 1798.23, "end": 1798.67, "word": " توقان", "probability": 0.7508138020833334}, {"start": 1798.67, "end": 1799.99, "word": " طا", "probability": 0.966552734375}, {"start": 1799.99, "end": 1800.49, "word": " حسين", "probability": 0.9977213541666666}, {"start": 1800.49, "end": 1801.23, "word": " في", "probability": 0.93603515625}, {"start": 1801.23, "end": 1801.83, "word": " سيرته", "probability": 0.9690755208333334}, {"start": 1801.83, "end": 1802.75, "word": " كان", "probability": 0.9697265625}, {"start": 1802.75, "end": 1803.43, "word": " أسبق", "probability": 0.9881184895833334}, {"start": 1803.43, "end": 1804.21, "word": " من", "probability": 0.99560546875}, {"start": 1804.21, "end": 1804.77, "word": " فدوة", "probability": 0.9923095703125}, {"start": 1804.77, "end": 1805.61, "word": " توقان", "probability": 0.90087890625}], "temperature": 1.0}, {"id": 70, "seek": 184429, "start": 1815.87, "end": 1844.29, "text": "متى كتب طوحسين سيرته الذاتية أول مرة؟ ألف سن عمية تقريبا و سبعة و عشرين الكاتبة الفلسطينية تقريبا في الستينيات كتبت لي سيرته الذاتية طوحسين كاتب مصري كاتب وناقد مصري ولد في قرية بيئته الأولى عبارة عن ماذا؟ قرية قرية مغاغة في الصعيد الغارقة", "tokens": [2304, 49975, 9122, 2655, 3555, 23032, 2407, 5016, 3794, 9957, 8608, 13546, 47395, 32545, 9307, 10632, 5551, 12610, 3714, 25720, 22807, 5551, 46538, 8608, 1863, 6225, 2304, 10632, 6055, 4587, 16572, 3555, 995, 4032, 8608, 3555, 27884, 4032, 6225, 46309, 9957, 33251, 9307, 49401, 27188, 1211, 3794, 9566, 9957, 10632, 6055, 4587, 16572, 3555, 995, 8978, 21136, 2655, 9957, 1829, 9307, 9122, 2655, 3555, 2655, 32239, 8608, 13546, 47395, 32545, 9307, 10632, 23032, 2407, 5016, 3794, 9957, 9122, 9307, 3555, 3714, 9381, 16572, 9122, 9307, 3555, 4032, 8315, 28543, 3714, 9381, 16572, 35525, 3215, 8978, 12174, 2288, 10632, 4724, 1829, 19986, 47395, 16247, 12610, 7578, 6225, 3555, 9640, 3660, 18871, 3714, 45636, 995, 22807, 12174, 2288, 10632, 12174, 2288, 10632, 3714, 17082, 5718, 118, 3660, 8978, 31767, 3615, 25708, 6024, 118, 9640, 28671], "avg_logprob": -0.13957555970149255, "compression_ratio": 2.1323529411764706, "no_speech_prob": 3.5762786865234375e-07, "words": [{"start": 1815.87, "end": 1816.31, "word": "متى", "probability": 0.955322265625}, {"start": 1816.31, "end": 1816.65, "word": " كتب", "probability": 0.9949544270833334}, {"start": 1816.65, "end": 1817.21, "word": " طوحسين", "probability": 0.74892578125}, {"start": 1817.21, "end": 1817.87, "word": " سيرته", "probability": 0.822265625}, {"start": 1817.87, "end": 1818.45, "word": " الذاتية", "probability": 0.98095703125}, {"start": 1818.45, "end": 1818.73, "word": " أول", "probability": 0.77685546875}, {"start": 1818.73, "end": 1819.03, "word": " مرة؟", "probability": 0.8177083333333334}, {"start": 1819.03, "end": 1819.09, "word": " ألف", "probability": 0.528594970703125}, {"start": 1819.09, "end": 1819.27, "word": " سن", "probability": 0.67333984375}, {"start": 1819.27, "end": 1819.43, "word": " عمية", "probability": 0.6407877604166666}, {"start": 1819.43, "end": 1819.79, "word": " تقريبا", "probability": 0.96875}, {"start": 1819.79, "end": 1819.91, "word": " و", "probability": 0.73779296875}, {"start": 1819.91, "end": 1820.17, "word": " سبعة", "probability": 0.8204752604166666}, {"start": 1820.17, "end": 1820.25, "word": " و", "probability": 0.96484375}, {"start": 1820.25, "end": 1820.79, "word": " عشرين", "probability": 0.9275716145833334}, {"start": 1820.79, "end": 1822.47, "word": " الكاتبة", "probability": 0.9444986979166666}, {"start": 1822.47, "end": 1823.73, "word": " الفلسطينية", "probability": 0.9900716145833334}, {"start": 1823.73, "end": 1824.25, "word": " تقريبا", "probability": 0.99375}, {"start": 1824.25, "end": 1824.37, "word": " في", "probability": 0.84619140625}, {"start": 1824.37, "end": 1825.17, "word": " الستينيات", "probability": 0.85283203125}, {"start": 1825.17, "end": 1825.71, "word": " كتبت", "probability": 0.978759765625}, {"start": 1825.71, "end": 1825.87, "word": " لي", "probability": 0.58642578125}, {"start": 1825.87, "end": 1826.39, "word": " سيرته", "probability": 0.7517903645833334}, {"start": 1826.39, "end": 1827.35, "word": " الذاتية", "probability": 0.98486328125}, {"start": 1827.35, "end": 1828.27, "word": " طوحسين", "probability": 0.9837890625}, {"start": 1828.27, "end": 1828.89, "word": " كاتب", "probability": 0.97607421875}, {"start": 1828.89, "end": 1829.55, "word": " مصري", "probability": 0.95556640625}, {"start": 1829.55, "end": 1830.13, "word": " كاتب", "probability": 0.8507486979166666}, {"start": 1830.13, "end": 1830.63, "word": " وناقد", "probability": 0.7259114583333334}, {"start": 1830.63, "end": 1831.31, "word": " مصري", "probability": 0.9773763020833334}, {"start": 1831.31, "end": 1835.53, "word": " ولد", "probability": 0.935791015625}, {"start": 1835.53, "end": 1835.77, "word": " في", "probability": 0.95849609375}, {"start": 1835.77, "end": 1836.35, "word": " قرية", "probability": 0.9493815104166666}, {"start": 1836.35, "end": 1837.53, "word": " بيئته", "probability": 0.96142578125}, {"start": 1837.53, "end": 1838.09, "word": " الأولى", "probability": 0.99267578125}, {"start": 1838.09, "end": 1838.51, "word": " عبارة", "probability": 0.9951171875}, {"start": 1838.51, "end": 1838.69, "word": " عن", "probability": 0.97705078125}, {"start": 1838.69, "end": 1839.69, "word": " ماذا؟", "probability": 0.902587890625}, {"start": 1839.69, "end": 1840.27, "word": " قرية", "probability": 0.9729817708333334}, {"start": 1840.27, "end": 1841.43, "word": " قرية", "probability": 0.7684733072916666}, {"start": 1841.43, "end": 1842.03, "word": " مغاغة", "probability": 0.8111328125}, {"start": 1842.03, "end": 1842.19, "word": " في", "probability": 0.92578125}, {"start": 1842.19, "end": 1842.71, "word": " الصعيد", "probability": 0.9189453125}, {"start": 1842.71, "end": 1844.29, "word": " الغارقة", "probability": 0.9805908203125}], "temperature": 1.0}, {"id": 71, "seek": 187395, "start": 1844.89, "end": 1873.95, "text": "في الفقر والحرمان والجهل والتخلف أين أولدت فدوة قان؟ في مدينة نابولس فبيئتها أرقى من بيئة طاحسين بيئة فدوة قان أرقى من بيئة طاحسين ومدينة نابولس حاضرة من حواضر التمدن والحضارة في فلسطين وإلى الآن الكنافة النابولسية", "tokens": [41185, 27188, 4587, 2288, 16070, 5016, 2288, 2304, 7649, 16070, 7435, 3224, 1211, 16070, 2655, 9778, 46538, 5551, 9957, 5551, 12610, 3215, 2655, 6156, 3215, 2407, 3660, 12174, 7649, 22807, 8978, 3714, 3215, 9957, 3660, 8717, 16758, 12610, 3794, 6156, 21292, 19986, 2655, 11296, 5551, 2288, 4587, 7578, 9154, 4724, 1829, 19986, 3660, 23032, 39319, 3794, 9957, 4724, 1829, 19986, 3660, 6156, 3215, 2407, 3660, 12174, 7649, 5551, 2288, 4587, 7578, 9154, 4724, 1829, 19986, 3660, 23032, 39319, 3794, 9957, 4032, 2304, 3215, 9957, 3660, 8717, 16758, 12610, 3794, 11331, 46958, 25720, 9154, 11331, 2407, 46958, 2288, 16712, 2304, 3215, 1863, 16070, 5016, 11242, 9640, 3660, 8978, 6156, 1211, 3794, 9566, 9957, 4032, 28814, 23942, 6024, 48506, 33251, 8315, 5172, 3660, 28239, 16758, 12610, 3794, 10632], "avg_logprob": -0.10740649289502872, "compression_ratio": 2.1420765027322406, "no_speech_prob": 4.947185516357422e-06, "words": [{"start": 1844.89, "end": 1845.15, "word": "في", "probability": 0.79833984375}, {"start": 1845.15, "end": 1845.57, "word": " الفقر", "probability": 0.9871419270833334}, {"start": 1845.57, "end": 1846.27, "word": " والحرمان", "probability": 0.923046875}, {"start": 1846.27, "end": 1846.79, "word": " والجهل", "probability": 0.86328125}, {"start": 1846.79, "end": 1847.53, "word": " والتخلف", "probability": 0.919677734375}, {"start": 1847.53, "end": 1848.71, "word": " أين", "probability": 0.8173828125}, {"start": 1848.71, "end": 1849.15, "word": " أولدت", "probability": 0.8504638671875}, {"start": 1849.15, "end": 1849.45, "word": " فدوة", "probability": 0.8701171875}, {"start": 1849.45, "end": 1850.69, "word": " قان؟", "probability": 0.5585123697916666}, {"start": 1850.69, "end": 1850.83, "word": " في", "probability": 0.8154296875}, {"start": 1850.83, "end": 1852.21, "word": " مدينة", "probability": 0.991455078125}, {"start": 1852.21, "end": 1852.81, "word": " نابولس", "probability": 0.8946533203125}, {"start": 1852.81, "end": 1853.61, "word": " فبيئتها", "probability": 0.858154296875}, {"start": 1853.61, "end": 1854.17, "word": " أرقى", "probability": 0.9752197265625}, {"start": 1854.17, "end": 1854.33, "word": " من", "probability": 0.99560546875}, {"start": 1854.33, "end": 1854.75, "word": " بيئة", "probability": 0.9627685546875}, {"start": 1854.75, "end": 1855.39, "word": " طاحسين", "probability": 0.84228515625}, {"start": 1855.39, "end": 1856.39, "word": " بيئة", "probability": 0.833740234375}, {"start": 1856.39, "end": 1856.69, "word": " فدوة", "probability": 0.9869384765625}, {"start": 1856.69, "end": 1857.25, "word": " قان", "probability": 0.9892578125}, {"start": 1857.25, "end": 1858.35, "word": " أرقى", "probability": 0.9935302734375}, {"start": 1858.35, "end": 1858.49, "word": " من", "probability": 0.998046875}, {"start": 1858.49, "end": 1858.89, "word": " بيئة", "probability": 0.9896240234375}, {"start": 1858.89, "end": 1859.57, "word": " طاحسين", "probability": 0.9932861328125}, {"start": 1859.57, "end": 1864.43, "word": " ومدينة", "probability": 0.95751953125}, {"start": 1864.43, "end": 1864.87, "word": " نابولس", "probability": 0.9827880859375}, {"start": 1864.87, "end": 1865.51, "word": " حاضرة", "probability": 0.9715169270833334}, {"start": 1865.51, "end": 1865.71, "word": " من", "probability": 0.99609375}, {"start": 1865.71, "end": 1866.41, "word": " حواضر", "probability": 0.8865966796875}, {"start": 1866.41, "end": 1867.19, "word": " التمدن", "probability": 0.849853515625}, {"start": 1867.19, "end": 1868.09, "word": " والحضارة", "probability": 0.919140625}, {"start": 1868.09, "end": 1869.31, "word": " في", "probability": 0.95068359375}, {"start": 1869.31, "end": 1870.11, "word": " فلسطين", "probability": 0.96484375}, {"start": 1870.11, "end": 1871.19, "word": " وإلى", "probability": 0.88671875}, {"start": 1871.19, "end": 1871.65, "word": " الآن", "probability": 0.906005859375}, {"start": 1871.65, "end": 1873.23, "word": " الكنافة", "probability": 0.799774169921875}, {"start": 1873.23, "end": 1873.95, "word": " النابولسية", "probability": 0.94208984375}], "temperature": 1.0}, {"id": 72, "seek": 190348, "start": 1875.38, "end": 1903.48, "text": "كل فلسطين تأكل من الكنافة النابلسية ولا لأ؟ بتحبوها ولا ما بتحبوها انتم؟ بتحب اي حد ما بتحب الكنافة النابلسية؟ اه اللي موجود لدينا الآن بعض الإخوة النابلسيين افتتحوا محل لهم الكنافة اللي هي النابلسية فاهل النابلس يعني بلد متحضر", "tokens": [28820, 6156, 1211, 3794, 9566, 9957, 6055, 10721, 28820, 9154, 33251, 8315, 5172, 3660, 28239, 16758, 1211, 3794, 10632, 49429, 5296, 10721, 22807, 39894, 5016, 3555, 2407, 11296, 49429, 19446, 39894, 5016, 3555, 2407, 11296, 16472, 39237, 22807, 39894, 5016, 3555, 1975, 1829, 11331, 3215, 19446, 39894, 5016, 3555, 33251, 8315, 5172, 3660, 28239, 16758, 1211, 3794, 10632, 22807, 1975, 3224, 13672, 1829, 3714, 29245, 23328, 5296, 16254, 8315, 6024, 48506, 45030, 11242, 33688, 9778, 2407, 3660, 28239, 16758, 1211, 3794, 1829, 9957, 1975, 5172, 2655, 2655, 5016, 14407, 3714, 5016, 1211, 5296, 16095, 2423, 19452, 31845, 3660, 13672, 1829, 39896, 28239, 16758, 1211, 3794, 10632, 6156, 40294, 1211, 28239, 16758, 1211, 3794, 37495, 22653, 4724, 1211, 3215, 44650, 5016, 11242, 2288], "avg_logprob": -0.18546747289052823, "compression_ratio": 2.292817679558011, "no_speech_prob": 2.9206275939941406e-06, "words": [{"start": 1875.38, "end": 1875.94, "word": "كل", "probability": 0.9677734375}, {"start": 1875.94, "end": 1876.6, "word": " فلسطين", "probability": 0.98466796875}, {"start": 1876.6, "end": 1877.06, "word": " تأكل", "probability": 0.849609375}, {"start": 1877.06, "end": 1877.22, "word": " من", "probability": 0.9912109375}, {"start": 1877.22, "end": 1877.86, "word": " الكنافة", "probability": 0.905517578125}, {"start": 1877.86, "end": 1879.38, "word": " النابلسية", "probability": 0.8939453125}, {"start": 1879.38, "end": 1879.54, "word": " ولا", "probability": 0.41796875}, {"start": 1879.54, "end": 1880.08, "word": " لأ؟", "probability": 0.767578125}, {"start": 1880.08, "end": 1880.6, "word": " بتحبوها", "probability": 0.9734375}, {"start": 1880.6, "end": 1880.7, "word": " ولا", "probability": 0.4140625}, {"start": 1880.7, "end": 1880.76, "word": " ما", "probability": 0.7490234375}, {"start": 1880.76, "end": 1881.28, "word": " بتحبوها", "probability": 0.89794921875}, {"start": 1881.28, "end": 1881.7, "word": " انتم؟", "probability": 0.73046875}, {"start": 1881.7, "end": 1882.04, "word": " بتحب", "probability": 0.6924641927083334}, {"start": 1882.04, "end": 1882.26, "word": " اي", "probability": 0.30712890625}, {"start": 1882.26, "end": 1883.86, "word": " حد", "probability": 0.6322021484375}, {"start": 1883.86, "end": 1883.96, "word": " ما", "probability": 0.63525390625}, {"start": 1883.96, "end": 1884.3, "word": " بتحب", "probability": 0.9119466145833334}, {"start": 1884.3, "end": 1884.66, "word": " الكنافة", "probability": 0.9422607421875}, {"start": 1884.66, "end": 1885.52, "word": " النابلسية؟", "probability": 0.9510904947916666}, {"start": 1885.52, "end": 1886.2, "word": " اه", "probability": 0.726806640625}, {"start": 1886.2, "end": 1886.52, "word": " اللي", "probability": 0.84716796875}, {"start": 1886.52, "end": 1887.16, "word": " موجود", "probability": 0.92529296875}, {"start": 1887.16, "end": 1887.62, "word": " لدينا", "probability": 0.8740234375}, {"start": 1887.62, "end": 1888.04, "word": " الآن", "probability": 0.6700439453125}, {"start": 1888.04, "end": 1889.92, "word": " بعض", "probability": 0.8544921875}, {"start": 1889.92, "end": 1891.12, "word": " الإخوة", "probability": 0.85015869140625}, {"start": 1891.12, "end": 1892.36, "word": " النابلسيين", "probability": 0.9818522135416666}, {"start": 1892.36, "end": 1893.64, "word": " افتتحوا", "probability": 0.9488118489583334}, {"start": 1893.64, "end": 1894.06, "word": " محل", "probability": 0.9466145833333334}, {"start": 1894.06, "end": 1894.48, "word": " لهم", "probability": 0.797607421875}, {"start": 1894.48, "end": 1895.98, "word": " الكنافة", "probability": 0.7720947265625}, {"start": 1895.98, "end": 1896.18, "word": " اللي", "probability": 0.9794921875}, {"start": 1896.18, "end": 1896.66, "word": " هي", "probability": 0.90576171875}, {"start": 1896.66, "end": 1897.96, "word": " النابلسية", "probability": 0.97275390625}, {"start": 1897.96, "end": 1899.9, "word": " فاهل", "probability": 0.7045084635416666}, {"start": 1899.9, "end": 1900.76, "word": " النابلس", "probability": 0.9188232421875}, {"start": 1900.76, "end": 1901.1, "word": " يعني", "probability": 0.953369140625}, {"start": 1901.1, "end": 1901.66, "word": " بلد", "probability": 0.9861653645833334}, {"start": 1901.66, "end": 1903.48, "word": " متحضر", "probability": 0.9056396484375}], "temperature": 1.0}, {"id": 73, "seek": 193134, "start": 1904.16, "end": 1931.34, "text": "أهلها متحضرون مثقفون متعلمون لديهم تقاليد حضارية يعني راسخة فبيئة الشعر فدوة وقال أرقى من بيئة اللي هو الكاتب المصري طه حسين العائلة التي ولد فيها طه حسين عائلة متعلمة عائلة متعلمة", "tokens": [10721, 3224, 1211, 11296, 44650, 5016, 11242, 2288, 11536, 3714, 12984, 4587, 5172, 11536, 44650, 3615, 19528, 11536, 5296, 16254, 16095, 6055, 4587, 6027, 25708, 11331, 11242, 9640, 10632, 37495, 22653, 12602, 32277, 9778, 3660, 6156, 21292, 19986, 3660, 25124, 3615, 2288, 6156, 3215, 2407, 3660, 4032, 4587, 6027, 5551, 2288, 4587, 7578, 9154, 4724, 1829, 19986, 3660, 13672, 1829, 31439, 33251, 9307, 3555, 9673, 9381, 16572, 23032, 3224, 11331, 3794, 9957, 18863, 16373, 37977, 38392, 35525, 3215, 8978, 11296, 23032, 3224, 11331, 3794, 9957, 6225, 16373, 37977, 44650, 3615, 19528, 3660, 6225, 16373, 37977, 44650, 3615, 19528, 3660], "avg_logprob": -0.1250781212747097, "compression_ratio": 1.9352941176470588, "no_speech_prob": 1.2516975402832031e-06, "words": [{"start": 1904.16, "end": 1905.0, "word": "أهلها", "probability": 0.937255859375}, {"start": 1905.0, "end": 1906.56, "word": " متحضرون", "probability": 0.95546875}, {"start": 1906.56, "end": 1907.66, "word": " مثقفون", "probability": 0.8216552734375}, {"start": 1907.66, "end": 1908.64, "word": " متعلمون", "probability": 0.9337158203125}, {"start": 1908.64, "end": 1909.68, "word": " لديهم", "probability": 0.9557291666666666}, {"start": 1909.68, "end": 1910.48, "word": " تقاليد", "probability": 0.99072265625}, {"start": 1910.48, "end": 1911.7, "word": " حضارية", "probability": 0.9827880859375}, {"start": 1911.7, "end": 1912.52, "word": " يعني", "probability": 0.885986328125}, {"start": 1912.52, "end": 1913.78, "word": " راسخة", "probability": 0.965576171875}, {"start": 1913.78, "end": 1914.54, "word": " فبيئة", "probability": 0.8011474609375}, {"start": 1914.54, "end": 1914.94, "word": " الشعر", "probability": 0.88330078125}, {"start": 1914.94, "end": 1915.38, "word": " فدوة", "probability": 0.714599609375}, {"start": 1915.38, "end": 1915.88, "word": " وقال", "probability": 0.550537109375}, {"start": 1915.88, "end": 1916.62, "word": " أرقى", "probability": 0.9078369140625}, {"start": 1916.62, "end": 1916.72, "word": " من", "probability": 0.994140625}, {"start": 1916.72, "end": 1917.34, "word": " بيئة", "probability": 0.89794921875}, {"start": 1917.34, "end": 1917.8, "word": " اللي", "probability": 0.9052734375}, {"start": 1917.8, "end": 1917.96, "word": " هو", "probability": 0.9443359375}, {"start": 1917.96, "end": 1918.6, "word": " الكاتب", "probability": 0.9871419270833334}, {"start": 1918.6, "end": 1919.14, "word": " المصري", "probability": 0.9783528645833334}, {"start": 1919.14, "end": 1919.94, "word": " طه", "probability": 0.57373046875}, {"start": 1919.94, "end": 1920.54, "word": " حسين", "probability": 0.982421875}, {"start": 1920.54, "end": 1923.78, "word": " العائلة", "probability": 0.9733072916666666}, {"start": 1923.78, "end": 1924.06, "word": " التي", "probability": 0.650390625}, {"start": 1924.06, "end": 1924.34, "word": " ولد", "probability": 0.939453125}, {"start": 1924.34, "end": 1924.62, "word": " فيها", "probability": 0.986328125}, {"start": 1924.62, "end": 1924.88, "word": " طه", "probability": 0.990234375}, {"start": 1924.88, "end": 1925.44, "word": " حسين", "probability": 0.9969075520833334}, {"start": 1925.44, "end": 1929.36, "word": " عائلة", "probability": 0.9777018229166666}, {"start": 1929.36, "end": 1930.12, "word": " متعلمة", "probability": 0.919677734375}, {"start": 1930.12, "end": 1930.7, "word": " عائلة", "probability": 0.82568359375}, {"start": 1930.7, "end": 1931.34, "word": " متعلمة", "probability": 0.9735107421875}], "temperature": 1.0}, {"id": 74, "seek": 194582, "start": 1932.12, "end": 1945.82, "text": "يعني أخوه درس الطب و أخوه درس في الأزهار والده كان له إلمام واهتمام بعلوم الدين كان محب للعلم", "tokens": [40228, 22653, 5551, 9778, 2407, 3224, 11778, 2288, 3794, 41950, 3555, 4032, 5551, 9778, 2407, 3224, 11778, 2288, 3794, 8978, 16247, 11622, 3224, 9640, 4032, 6027, 3215, 3224, 25961, 46740, 11933, 19528, 10943, 36764, 3224, 39237, 10943, 4724, 30241, 20498, 32748, 9957, 25961, 3714, 5016, 3555, 24976, 3615, 19528], "avg_logprob": -0.17171875208616258, "compression_ratio": 1.5849056603773586, "no_speech_prob": 5.960464477539063e-08, "words": [{"start": 1932.12, "end": 1932.4, "word": "يعني", "probability": 0.935302734375}, {"start": 1932.4, "end": 1932.76, "word": " أخوه", "probability": 0.9453125}, {"start": 1932.76, "end": 1933.0, "word": " درس", "probability": 0.91015625}, {"start": 1933.0, "end": 1933.42, "word": " الطب", "probability": 0.733642578125}, {"start": 1933.42, "end": 1933.58, "word": " و", "probability": 0.41064453125}, {"start": 1933.58, "end": 1933.8, "word": " أخوه", "probability": 0.9755859375}, {"start": 1933.8, "end": 1934.04, "word": " درس", "probability": 0.9832356770833334}, {"start": 1934.04, "end": 1934.16, "word": " في", "probability": 0.489990234375}, {"start": 1934.16, "end": 1934.82, "word": " الأزهار", "probability": 0.908203125}, {"start": 1934.82, "end": 1937.84, "word": " والده", "probability": 0.838623046875}, {"start": 1937.84, "end": 1938.34, "word": " كان", "probability": 0.8818359375}, {"start": 1938.34, "end": 1939.4, "word": " له", "probability": 0.8837890625}, {"start": 1939.4, "end": 1939.98, "word": " إلمام", "probability": 0.79443359375}, {"start": 1939.98, "end": 1940.8, "word": " واهتمام", "probability": 0.936767578125}, {"start": 1940.8, "end": 1943.4, "word": " بعلوم", "probability": 0.694580078125}, {"start": 1943.4, "end": 1943.92, "word": " الدين", "probability": 0.968017578125}, {"start": 1943.92, "end": 1944.86, "word": " كان", "probability": 0.603515625}, {"start": 1944.86, "end": 1945.28, "word": " محب", "probability": 0.96728515625}, {"start": 1945.28, "end": 1945.82, "word": " للعلم", "probability": 0.7386067708333334}], "temperature": 1.0}, {"id": 75, "seek": 197596, "start": 1947.44, "end": 1975.96, "text": "كذلك الكاتب الشعرة فدوة تقان ولدت في عائلة أدبية أخوها وشقيقها إبراهيم تقان شاعر وعلم منعلام الثورة الفلسطينية وعلم منعلام الشعر الفلسطيني كلتا السيرتين اتفقتا على نقد البيئة المحلية فدوة تقان وطوا حسين", "tokens": [4117, 8848, 23275, 33251, 9307, 3555, 25124, 3615, 25720, 6156, 3215, 2407, 3660, 6055, 4587, 7649, 35525, 3215, 2655, 8978, 6225, 16373, 37977, 5551, 3215, 3555, 10632, 5551, 9778, 2407, 11296, 4032, 8592, 38436, 4587, 11296, 11933, 3555, 23557, 3224, 32640, 6055, 4587, 7649, 13412, 45761, 2288, 4032, 30241, 2304, 9154, 30241, 10943, 6024, 104, 13063, 3660, 27188, 1211, 3794, 9566, 9957, 10632, 4032, 30241, 2304, 9154, 30241, 10943, 25124, 3615, 2288, 27188, 1211, 3794, 9566, 9957, 1829, 9122, 1211, 2655, 995, 21136, 13546, 2655, 9957, 1975, 2655, 5172, 38149, 995, 15844, 8717, 28543, 2423, 21292, 19986, 3660, 9673, 5016, 1211, 10632, 6156, 3215, 2407, 3660, 6055, 4587, 7649, 4032, 9566, 14407, 11331, 3794, 9957], "avg_logprob": -0.12324891888119023, "compression_ratio": 1.9893048128342246, "no_speech_prob": 2.384185791015625e-07, "words": [{"start": 1947.44, "end": 1947.96, "word": "كذلك", "probability": 0.9366861979166666}, {"start": 1947.96, "end": 1948.48, "word": " الكاتب", "probability": 0.7443033854166666}, {"start": 1948.48, "end": 1950.2, "word": " الشعرة", "probability": 0.5732421875}, {"start": 1950.2, "end": 1950.5, "word": " فدوة", "probability": 0.825439453125}, {"start": 1950.5, "end": 1951.0, "word": " تقان", "probability": 0.7698567708333334}, {"start": 1951.0, "end": 1951.86, "word": " ولدت", "probability": 0.8678385416666666}, {"start": 1951.86, "end": 1951.96, "word": " في", "probability": 0.97021484375}, {"start": 1951.96, "end": 1952.28, "word": " عائلة", "probability": 0.9833984375}, {"start": 1952.28, "end": 1952.84, "word": " أدبية", "probability": 0.95751953125}, {"start": 1952.84, "end": 1953.8, "word": " أخوها", "probability": 0.8626708984375}, {"start": 1953.8, "end": 1954.68, "word": " وشقيقها", "probability": 0.95478515625}, {"start": 1954.68, "end": 1955.74, "word": " إبراهيم", "probability": 0.9291015625}, {"start": 1955.74, "end": 1956.32, "word": " تقان", "probability": 0.9881184895833334}, {"start": 1956.32, "end": 1957.88, "word": " شاعر", "probability": 0.9728190104166666}, {"start": 1957.88, "end": 1958.92, "word": " وعلم", "probability": 0.7638346354166666}, {"start": 1958.92, "end": 1959.66, "word": " منعلام", "probability": 0.8076171875}, {"start": 1959.66, "end": 1960.24, "word": " الثورة", "probability": 0.9443359375}, {"start": 1960.24, "end": 1961.02, "word": " الفلسطينية", "probability": 0.9928385416666666}, {"start": 1961.02, "end": 1961.52, "word": " وعلم", "probability": 0.88818359375}, {"start": 1961.52, "end": 1961.98, "word": " منعلام", "probability": 0.9500325520833334}, {"start": 1961.98, "end": 1962.48, "word": " الشعر", "probability": 0.9798177083333334}, {"start": 1962.48, "end": 1963.66, "word": " الفلسطيني", "probability": 0.9933268229166666}, {"start": 1963.66, "end": 1968.26, "word": " كلتا", "probability": 0.67352294921875}, {"start": 1968.26, "end": 1969.06, "word": " السيرتين", "probability": 0.8736572265625}, {"start": 1969.06, "end": 1970.06, "word": " اتفقتا", "probability": 0.94599609375}, {"start": 1970.06, "end": 1970.46, "word": " على", "probability": 0.88818359375}, {"start": 1970.46, "end": 1970.94, "word": " نقد", "probability": 0.84619140625}, {"start": 1970.94, "end": 1971.46, "word": " البيئة", "probability": 0.96875}, {"start": 1971.46, "end": 1972.3, "word": " المحلية", "probability": 0.97998046875}, {"start": 1972.3, "end": 1974.54, "word": " فدوة", "probability": 0.9765625}, {"start": 1974.54, "end": 1975.1, "word": " تقان", "probability": 0.99365234375}, {"start": 1975.1, "end": 1975.44, "word": " وطوا", "probability": 0.7239583333333334}, {"start": 1975.44, "end": 1975.96, "word": " حسين", "probability": 0.8665364583333334}], "temperature": 1.0}, {"id": 76, "seek": 199362, "start": 1976.82, "end": 1993.62, "text": "كلاهما نقد بيئته المحلية لكن كيف كان النقد .. كيف كان النقد .. نقد طه حسين اتكى على السخرية في نقد ثقافته والمرار والقصوى", "tokens": [4117, 15040, 3224, 15042, 8717, 28543, 4724, 1829, 19986, 47395, 9673, 5016, 1211, 10632, 44381, 9122, 33911, 25961, 28239, 28543, 4386, 9122, 33911, 25961, 28239, 28543, 4386, 8717, 28543, 23032, 3224, 11331, 3794, 9957, 1975, 2655, 4117, 7578, 15844, 21136, 34740, 10632, 8978, 8717, 28543, 38637, 4587, 31845, 47395, 16070, 29973, 9640, 16070, 4587, 9381, 2407, 7578], "avg_logprob": -0.1652747837120089, "compression_ratio": 1.7479674796747968, "no_speech_prob": 1.7881393432617188e-07, "words": [{"start": 1976.82, "end": 1977.76, "word": "كلاهما", "probability": 0.8897705078125}, {"start": 1977.76, "end": 1978.5, "word": " نقد", "probability": 0.886474609375}, {"start": 1978.5, "end": 1979.48, "word": " بيئته", "probability": 0.9166259765625}, {"start": 1979.48, "end": 1980.26, "word": " المحلية", "probability": 0.9869384765625}, {"start": 1980.26, "end": 1981.88, "word": " لكن", "probability": 0.87939453125}, {"start": 1981.88, "end": 1982.22, "word": " كيف", "probability": 0.978759765625}, {"start": 1982.22, "end": 1982.52, "word": " كان", "probability": 0.99658203125}, {"start": 1982.52, "end": 1982.96, "word": " النقد", "probability": 0.934326171875}, {"start": 1982.96, "end": 1983.34, "word": " ..", "probability": 0.61865234375}, {"start": 1983.34, "end": 1984.06, "word": " كيف", "probability": 0.7958984375}, {"start": 1984.06, "end": 1984.32, "word": " كان", "probability": 0.9970703125}, {"start": 1984.32, "end": 1984.74, "word": " النقد", "probability": 0.97119140625}, {"start": 1984.74, "end": 1985.32, "word": " ..", "probability": 0.52783203125}, {"start": 1985.32, "end": 1985.76, "word": " نقد", "probability": 0.90283203125}, {"start": 1985.76, "end": 1987.06, "word": " طه", "probability": 0.67822265625}, {"start": 1987.06, "end": 1987.66, "word": " حسين", "probability": 0.9632161458333334}, {"start": 1987.66, "end": 1988.92, "word": " اتكى", "probability": 0.72222900390625}, {"start": 1988.92, "end": 1989.06, "word": " على", "probability": 0.81982421875}, {"start": 1989.06, "end": 1989.76, "word": " السخرية", "probability": 0.8277994791666666}, {"start": 1989.76, "end": 1991.04, "word": " في", "probability": 0.759765625}, {"start": 1991.04, "end": 1991.36, "word": " نقد", "probability": 0.84033203125}, {"start": 1991.36, "end": 1992.1, "word": " ثقافته", "probability": 0.9879150390625}, {"start": 1992.1, "end": 1992.92, "word": " والمرار", "probability": 0.91357421875}, {"start": 1992.92, "end": 1993.62, "word": " والقصوى", "probability": 0.728125}], "temperature": 1.0}, {"id": 77, "seek": 202286, "start": 1994.56, "end": 2022.86, "text": "ولم يجد مسوغا مبررا لبيئته لم يعتذر لها نقد فدوة وقان كان فيه شيء من نقد علمي الخالي من السخرية والازدراع لا نجد روح السخرية والازدراع موجودة في كتابات او في سيرة فدوة وقان كانت جادة", "tokens": [12610, 2304, 7251, 7435, 3215, 47524, 2407, 17082, 995, 3714, 26890, 23557, 5296, 21292, 19986, 47395, 32767, 7251, 34268, 8848, 2288, 5296, 11296, 8717, 28543, 6156, 3215, 2407, 3660, 4032, 4587, 7649, 25961, 8978, 3224, 44049, 38207, 9154, 8717, 28543, 11203, 2304, 1829, 33962, 6027, 1829, 9154, 21136, 34740, 10632, 16070, 31377, 3215, 23557, 3615, 20193, 8717, 7435, 3215, 12602, 2407, 5016, 21136, 34740, 10632, 16070, 31377, 3215, 23557, 3615, 3714, 29245, 23328, 3660, 8978, 9122, 2655, 16758, 9307, 1975, 2407, 8978, 8608, 48923, 6156, 3215, 2407, 3660, 4032, 4587, 7649, 25961, 2655, 10874, 18513, 3660], "avg_logprob": -0.11726804369503689, "compression_ratio": 1.9467455621301775, "no_speech_prob": 7.152557373046875e-07, "words": [{"start": 1994.56, "end": 1994.98, "word": "ولم", "probability": 0.88916015625}, {"start": 1994.98, "end": 1995.22, "word": " يجد", "probability": 0.9915364583333334}, {"start": 1995.22, "end": 1995.84, "word": " مسوغا", "probability": 0.8421630859375}, {"start": 1995.84, "end": 1996.64, "word": " مبررا", "probability": 0.82958984375}, {"start": 1996.64, "end": 2001.62, "word": " لبيئته", "probability": 0.8914794921875}, {"start": 2001.62, "end": 2001.9, "word": " لم", "probability": 0.80322265625}, {"start": 2001.9, "end": 2003.12, "word": " يعتذر", "probability": 0.967041015625}, {"start": 2003.12, "end": 2003.8, "word": " لها", "probability": 0.97802734375}, {"start": 2003.8, "end": 2005.56, "word": " نقد", "probability": 0.781005859375}, {"start": 2005.56, "end": 2006.34, "word": " فدوة", "probability": 0.87890625}, {"start": 2006.34, "end": 2006.82, "word": " وقان", "probability": 0.8956705729166666}, {"start": 2006.82, "end": 2007.56, "word": " كان", "probability": 0.951171875}, {"start": 2007.56, "end": 2007.92, "word": " فيه", "probability": 0.976806640625}, {"start": 2007.92, "end": 2008.4, "word": " شيء", "probability": 0.8056640625}, {"start": 2008.4, "end": 2009.34, "word": " من", "probability": 0.9814453125}, {"start": 2009.34, "end": 2010.34, "word": " نقد", "probability": 0.928466796875}, {"start": 2010.34, "end": 2011.02, "word": " علمي", "probability": 0.8170572916666666}, {"start": 2011.02, "end": 2012.16, "word": " الخالي", "probability": 0.9611002604166666}, {"start": 2012.16, "end": 2012.32, "word": " من", "probability": 0.96337890625}, {"start": 2012.32, "end": 2012.82, "word": " السخرية", "probability": 0.7986653645833334}, {"start": 2012.82, "end": 2013.42, "word": " والازدراع", "probability": 0.63984375}, {"start": 2013.42, "end": 2013.74, "word": " لا", "probability": 0.492919921875}, {"start": 2013.74, "end": 2014.12, "word": " نجد", "probability": 0.9716796875}, {"start": 2014.12, "end": 2014.38, "word": " روح", "probability": 0.9744466145833334}, {"start": 2014.38, "end": 2014.98, "word": " السخرية", "probability": 0.9798177083333334}, {"start": 2014.98, "end": 2016.38, "word": " والازدراع", "probability": 0.9404296875}, {"start": 2016.38, "end": 2018.0, "word": " موجودة", "probability": 0.9876708984375}, {"start": 2018.0, "end": 2018.32, "word": " في", "probability": 0.94677734375}, {"start": 2018.32, "end": 2019.04, "word": " كتابات", "probability": 0.9818115234375}, {"start": 2019.04, "end": 2019.18, "word": " او", "probability": 0.741455078125}, {"start": 2019.18, "end": 2019.42, "word": " في", "probability": 0.9697265625}, {"start": 2019.42, "end": 2020.52, "word": " سيرة", "probability": 0.892578125}, {"start": 2020.52, "end": 2021.56, "word": " فدوة", "probability": 0.9771728515625}, {"start": 2021.56, "end": 2021.92, "word": " وقان", "probability": 0.9930013020833334}, {"start": 2021.92, "end": 2022.38, "word": " كانت", "probability": 0.97216796875}, {"start": 2022.38, "end": 2022.86, "word": " جادة", "probability": 0.9791666666666666}], "temperature": 1.0}, {"id": 78, "seek": 204624, "start": 2023.82, "end": 2046.24, "text": "ولم تكن ساخرة ولم تكن مزدارية لبيئاته بل كانت متفاهمة ومعظمة لهذه البيئة وكان اعتراضها على بعض أعراف هذه البيئة اعتراض فدوة و توقان على بعض أعراف هذه البيئة مثل معاملة له هذه البيئة مع المرأة أو مع الفتاة", "tokens": [12610, 2304, 6055, 19452, 8608, 47283, 25720, 4032, 19528, 6055, 19452, 3714, 11622, 3215, 9640, 10632, 5296, 21292, 19986, 9307, 3224, 4724, 1211, 25961, 2655, 44650, 5172, 995, 16095, 3660, 4032, 2304, 3615, 19913, 46007, 46740, 24192, 2423, 21292, 19986, 3660, 4032, 41361, 1975, 34268, 2288, 46958, 11296, 15844, 45030, 11242, 5551, 3615, 23557, 5172, 29538, 2423, 21292, 19986, 3660, 1975, 34268, 2288, 46958, 6156, 3215, 2407, 3660, 4032, 6055, 30543, 7649, 15844, 45030, 11242, 5551, 3615, 23557, 5172, 29538, 2423, 21292, 19986, 3660, 50113, 1211, 20449, 10943, 37977, 46740, 29538, 2423, 21292, 19986, 3660, 20449, 9673, 2288, 10721, 3660, 34051, 20449, 27188, 2655, 995, 3660], "avg_logprob": -0.10557826810351043, "compression_ratio": 2.1893491124260356, "no_speech_prob": 2.855062484741211e-05, "words": [{"start": 2023.82, "end": 2024.5, "word": "ولم", "probability": 0.895751953125}, {"start": 2024.5, "end": 2024.86, "word": " تكن", "probability": 0.990234375}, {"start": 2024.86, "end": 2025.48, "word": " ساخرة", "probability": 0.98095703125}, {"start": 2025.48, "end": 2026.3, "word": " ولم", "probability": 0.903564453125}, {"start": 2026.3, "end": 2026.62, "word": " تكن", "probability": 0.994873046875}, {"start": 2026.62, "end": 2027.32, "word": " مزدارية", "probability": 0.82939453125}, {"start": 2027.32, "end": 2028.24, "word": " لبيئاته", "probability": 0.7748046875}, {"start": 2028.24, "end": 2028.38, "word": " بل", "probability": 0.808837890625}, {"start": 2028.38, "end": 2028.62, "word": " كانت", "probability": 0.990966796875}, {"start": 2028.62, "end": 2029.36, "word": " متفاهمة", "probability": 0.87275390625}, {"start": 2029.36, "end": 2030.16, "word": " ومعظمة", "probability": 0.9625}, {"start": 2030.16, "end": 2030.96, "word": " لهذه", "probability": 0.93994140625}, {"start": 2030.96, "end": 2031.24, "word": " البيئة", "probability": 0.980224609375}, {"start": 2031.24, "end": 2031.6, "word": " وكان", "probability": 0.970458984375}, {"start": 2031.6, "end": 2032.62, "word": " اعتراضها", "probability": 0.94677734375}, {"start": 2032.62, "end": 2033.56, "word": " على", "probability": 0.92724609375}, {"start": 2033.56, "end": 2033.98, "word": " بعض", "probability": 0.996826171875}, {"start": 2033.98, "end": 2034.3, "word": " أعراف", "probability": 0.9627685546875}, {"start": 2034.3, "end": 2034.56, "word": " هذه", "probability": 0.98583984375}, {"start": 2034.56, "end": 2035.02, "word": " البيئة", "probability": 0.983642578125}, {"start": 2035.02, "end": 2035.96, "word": " اعتراض", "probability": 0.9168701171875}, {"start": 2035.96, "end": 2036.32, "word": " فدوة", "probability": 0.7611083984375}, {"start": 2036.32, "end": 2036.32, "word": " و", "probability": 0.94482421875}, {"start": 2036.32, "end": 2036.88, "word": " توقان", "probability": 0.6602783203125}, {"start": 2036.88, "end": 2037.52, "word": " على", "probability": 0.90625}, {"start": 2037.52, "end": 2038.04, "word": " بعض", "probability": 0.9970703125}, {"start": 2038.04, "end": 2038.76, "word": " أعراف", "probability": 0.98876953125}, {"start": 2038.76, "end": 2039.54, "word": " هذه", "probability": 0.98974609375}, {"start": 2039.54, "end": 2040.28, "word": " البيئة", "probability": 0.988037109375}, {"start": 2040.28, "end": 2041.24, "word": " مثل", "probability": 0.992431640625}, {"start": 2041.24, "end": 2042.68, "word": " معاملة", "probability": 0.8478190104166666}, {"start": 2042.68, "end": 2043.02, "word": " له", "probability": 0.9248046875}, {"start": 2043.02, "end": 2043.74, "word": " هذه", "probability": 0.86962890625}, {"start": 2043.74, "end": 2044.12, "word": " البيئة", "probability": 0.9925537109375}, {"start": 2044.12, "end": 2044.3, "word": " مع", "probability": 0.99072265625}, {"start": 2044.3, "end": 2045.02, "word": " المرأة", "probability": 0.9918212890625}, {"start": 2045.02, "end": 2045.38, "word": " أو", "probability": 0.60791015625}, {"start": 2045.38, "end": 2045.64, "word": " مع", "probability": 0.970703125}, {"start": 2045.64, "end": 2046.24, "word": " الفتاة", "probability": 0.884033203125}], "temperature": 1.0}, {"id": 79, "seek": 206171, "start": 2055.56, "end": 2061.72, "text": "سنقف إلى هنا و نكمل ان شاء الله المرة القادمة والسلام عليكم ورحمة الله", "tokens": [3794, 1863, 4587, 5172, 30731, 34105, 4032, 8717, 24793, 1211, 16472, 13412, 16606, 21984, 9673, 25720, 25062, 18513, 46007, 16070, 3794, 37440, 25894, 24793, 4032, 2288, 35571, 3660, 21984], "avg_logprob": -0.1391927053531011, "compression_ratio": 1.351063829787234, "no_speech_prob": 4.172325134277344e-07, "words": [{"start": 2055.56, "end": 2056.2, "word": "سنقف", "probability": 0.9581298828125}, {"start": 2056.2, "end": 2056.4, "word": " إلى", "probability": 0.72216796875}, {"start": 2056.4, "end": 2056.74, "word": " هنا", "probability": 0.99267578125}, {"start": 2056.74, "end": 2057.06, "word": " و", "probability": 0.98486328125}, {"start": 2057.06, "end": 2057.48, "word": " نكمل", "probability": 0.94775390625}, {"start": 2057.48, "end": 2057.6, "word": " ان", "probability": 0.67919921875}, {"start": 2057.6, "end": 2057.86, "word": " شاء", "probability": 0.98876953125}, {"start": 2057.86, "end": 2058.02, "word": " الله", "probability": 0.95361328125}, {"start": 2058.02, "end": 2058.42, "word": " المرة", "probability": 0.951416015625}, {"start": 2058.42, "end": 2059.12, "word": " القادمة", "probability": 0.99169921875}, {"start": 2059.12, "end": 2060.34, "word": " والسلام", "probability": 0.8380533854166666}, {"start": 2060.34, "end": 2060.86, "word": " عليكم", "probability": 0.6295166015625}, {"start": 2060.86, "end": 2061.56, "word": " ورحمة", "probability": 0.8592529296875}, {"start": 2061.56, "end": 2061.72, "word": " الله", "probability": 0.9228515625}], "temperature": 1.0}], "language": "ar", "language_probability": 1.0, "duration": 2062.210625, "duration_after_vad": 1923.4112499999947} \ No newline at end of file diff --git a/PL9fwy3NUQKwbvX-idZnsXAzsMZTojRWzu/_Tddqk6673M_raw.srt b/PL9fwy3NUQKwbvX-idZnsXAzsMZTojRWzu/_Tddqk6673M_raw.srt new file mode 100644 index 0000000000000000000000000000000000000000..1318a3ea929168cb309ee2a324b94f4fa7876059 --- /dev/null +++ b/PL9fwy3NUQKwbvX-idZnsXAzsMZTojRWzu/_Tddqk6673M_raw.srt @@ -0,0 +1,1488 @@ +1 +00:00:20,840 --> 00:00:23,300 +أعوذ بالله من الشيطان الرجيم بسم الله الرحمن + +2 +00:00:23,300 --> 00:00:26,600 +الرحيم الحمد لله والصلاة والسلام على رسول الله + +3 +00:00:26,600 --> 00:00:31,960 +وبعد السلام عليكم ورحمة الله وبركاته نواصل بإذنه + +4 +00:00:31,960 --> 00:00:37,960 +تعالى في مساق الأدب العربي الحديث ومدارسه واليوم + +5 +00:00:39,270 --> 00:00:46,150 +نقف وندرس شاعرًا من شعراء المدرسة المحافظة وهو أحد + +6 +00:00:46,150 --> 00:00:52,490 +أعلام هذه المدرسة وأمير الشعراء في عصره هو الشاعر + +7 +00:00:52,490 --> 00:01:02,270 +أحمد شوقي صاحب القصائد الرائعة وصاحبالنفائس من + +8 +00:01:02,270 --> 00:01:08,110 +الشعر أنفس مسابقى كذاب وصاحب المقلدات وصاحب + +9 +00:01:08,110 --> 00:01:13,730 +الأمثال التي صارت بيها الركبان هو أحمد شوقي رحم + +10 +00:01:13,730 --> 00:01:19,650 +الله أحمد شوقي ولد في القاهرة في السادس عشر من + +11 +00:01:19,650 --> 00:01:25,280 +أكتوبر في القرن التاسع عشر، آخر قرن التاسع عشرفي + +12 +00:01:25,280 --> 00:01:31,260 +عام سبعين من القرن التاسع عشر لأب شركسي وأم من + +13 +00:01:31,260 --> 00:01:38,420 +أصول يونانية وكانت جدته تعمل وصيفة في قصر الخداوي + +14 +00:01:38,420 --> 00:01:44,720 +إسماعيل في ذلك الوقت فتكفلت بتربية هذا الولد وهذا + +15 +00:01:44,720 --> 00:01:52,120 +الولد كان ذكيا وكان فطنا وكان نابذا فالتحق بالكتاب + +16 +00:01:52,880 --> 00:01:57,040 +المقصود بالكتاب هي حلقات تحفيظ القرآن الكريم وهذه + +17 +00:01:57,040 --> 00:02:01,580 +عادة حسنة كانت منتشرة في البلاد العربية وفي مصر أن + +18 +00:02:01,580 --> 00:02:06,590 +يدرعوا بالطفل أو الفتىإلى الكتار ليحفظ القرآن + +19 +00:02:06,590 --> 00:02:11,130 +الكريم قبل .. قبل أن يلتحق بالمدرسة ولكن للأسف + +20 +00:02:11,130 --> 00:02:16,590 +المدرسة الحديثة اليوم والروضة والتمهيدي قضت على + +21 +00:02:16,590 --> 00:02:21,190 +هذا التقليد الحسن أصبح اليوم الطفل يتعلم انجليزي + +22 +00:02:21,190 --> 00:02:26,490 +يتعلم الماني يتعلم فرنسي في الروضة ويتعلم في + +23 +00:02:26,490 --> 00:02:30,790 +التمهيدي لللغات الأجنبية قبل يتعلم اللغة العربية + +24 +00:02:31,100 --> 00:02:35,400 +ويتعلم ويحفظ اللي هو القرآن الكريم لذلك عندما يشرب + +25 +00:02:35,400 --> 00:02:41,580 +ويكبر هذا الشاب العربي تجد هو يعني يتلعثم لساره في + +26 +00:02:41,580 --> 00:02:46,940 +قراءته لكتاب الله سبحانه وتعالى بعد ذلك دخل + +27 +00:02:46,940 --> 00:02:54,680 +المدرسة أحمد شوقي وأنهىالتعليم في المدرسة في السنة + +28 +00:02:54,680 --> 00:02:58,780 +من الخمسة عشر أكتر من عمره ثم التحقق دراسة الحقوق + +29 +00:02:58,780 --> 00:03:04,000 +سنة ألف تانية وخمسة و تمانين وهناك كان تقليد عند + +30 +00:03:04,000 --> 00:03:08,240 +المثقفين في ذلك الوقت أنهم كانوا يتجهون إلى تخصص + +31 +00:03:08,240 --> 00:03:12,560 +الحقوق أو مدرسة اللي هو الحقوق لأن الحقوق في ذلك + +32 +00:03:12,560 --> 00:03:16,820 +الوقت كان المفتاح والباب اللي يدخل من أولاه الشباب + +33 +00:03:16,820 --> 00:03:22,740 +للحكومة أو للوزاراتأو للسياسة لتنفيذ طموحهم كمان + +34 +00:03:22,740 --> 00:03:25,480 +يوجد اليوم عند ناطق والهندسة اليوم عند ناطق + +35 +00:03:25,480 --> 00:03:29,480 +والهندسة في الماضي كان اللي هو آل حقوق فدخل مدرسة + +36 +00:03:29,480 --> 00:03:33,640 +اللي هو الحقوق وانتسب لقسم اللي هو الترجمة وبدأت + +37 +00:03:33,640 --> 00:03:37,900 +في قسم .. في هذه المحهد أو هذه المدرسة فظهر موهبة + +38 +00:03:37,900 --> 00:03:42,560 +الشعر دليه وكان شيخه و أستاذه الشيخ محمد البسيوني + +39 +00:03:42,560 --> 00:03:47,680 +عالم كان عالم علماء القزا عندما استمعإلى أحمد شوقي + +40 +00:03:47,680 --> 00:03:54,280 +شعرة بأنه وقع على كنز النفيس وأن هنا منجم المناجم + +41 +00:03:54,280 --> 00:04:00,340 +الشعر ومصطع المصانع الشعر العربي فوجه أحمد شوقي + +42 +00:04:00,340 --> 00:04:05,060 +إلى الشعر ووجهه إلى اللوم اللي كان سيدا في ذلك + +43 +00:04:05,060 --> 00:04:11,560 +الواقع وهو مدح له الخداوي فقال لبعضالاشعار في مدح + +44 +00:04:11,560 --> 00:04:16,260 +اللغة الخداوي توفيق خاصة أن أحمد شوقي قد نشأ في ظل + +45 +00:04:16,260 --> 00:04:21,800 +القصر وفي حياة اللغة القصر فهنا بدأت البدايات في + +46 +00:04:21,800 --> 00:04:26,400 +هذا الأمر بعد ذلك تخرج في المدرسة واتحق القصر + +47 +00:04:26,400 --> 00:04:32,380 +الخداوي توفيق ثم أرسل بعد ذلك إلى فرنسا ليدرس تخصص + +48 +00:04:32,380 --> 00:04:37,120 +اللغة الحقوف أو القانون ثم عاد بعد ذلك إلى مصر + +49 +00:04:37,120 --> 00:04:43,660 +فوجدالو الخداوي عباس حلم يجلس على عرش مصر فعينه في + +50 +00:04:43,660 --> 00:04:49,400 +قسم الترجمة و بقى مع الخداوي عباس حلم حتى غضب عليه + +51 +00:04:49,400 --> 00:04:58,200 +الإنجليز فنفيا أحمد شوقي في العام 1914 إلى أسبانيا + +52 +00:04:58,200 --> 00:05:01,500 +و هو اختار أسبانيا اختار أسبانيا لها دلالة ثيار + +53 +00:05:01,500 --> 00:05:06,170 +أسبانياهو اختار طلبا ليه ال English ان يختار ملفا + +54 +00:05:06,170 --> 00:05:09,610 +فاختار أسبانيا لماذا اختار أسبانيا في رأيكم؟ لما + +55 +00:05:09,610 --> 00:05:14,910 +كان يختار لندن او يختار واشنطن كانها مركز الخلافة + +56 +00:05:14,910 --> 00:05:19,670 +الإسلامية .. مركز .. الخلافة الإسلامية .. خيار + +57 +00:05:19,670 --> 00:05:22,130 +حضارة الأنظمة الإسلامية الحضارة .. أيوة تذكروا + +58 +00:05:22,130 --> 00:05:26,730 +بأنجاز المسلمين الضائعة والباعدةحضرة الاندلس لذلك + +59 +00:05:26,730 --> 00:05:32,250 +اختار اللي هو الاندلس وقال فيها اعذب قصائده ومنها + +60 +00:05:32,250 --> 00:05:36,830 +الصينية المشهورة اختلاف النهار والليل ينسي اذكرا + +61 +00:05:36,830 --> 00:05:42,770 +للصباب وايام أنسي وسلا مصر هلسل القلب عنها او أسى + +62 +00:05:42,770 --> 00:05:48,510 +جروحاه الزمان المؤسسي أحرام على بنابله الدوحو حلال + +63 +00:05:48,510 --> 00:05:54,110 +للطير من كل جنسيوطني لو شغلت بالخلد عنه نازعتني + +64 +00:05:54,110 --> 00:05:58,590 +إليه في الخلد نفسي يعني حتى في الجنة ربما يتذكر + +65 +00:05:58,590 --> 00:06:03,390 +الإنسان لوطنه هذا ما كان يقصده الشاعر أحمد شوقر + +66 +00:06:03,390 --> 00:06:10,790 +بعد ذلك عاد عام 1920 إلى مصروبعد أن عاد يالي مثلا + +67 +00:06:10,790 --> 00:06:16,690 +قطع صلته بالقصر وانقطع صلته بالخدوي واسترد هذا + +68 +00:06:16,690 --> 00:06:22,090 +الطائر المغرض حريته واصبح هو لسان المجتمعو لسان + +69 +00:06:22,090 --> 00:06:28,170 +الشعب و لسان الأمة و التفت حوله الجماهير و بدأ + +70 +00:06:28,170 --> 00:06:32,690 +يقول الشعر بعيدا عن ما يسمى بالشعر الرسمي أو الشعر + +71 +00:06:32,690 --> 00:06:39,750 +في مدحله الخداوي عباس أو الخداوي التوفيق و قال في + +72 +00:06:39,750 --> 00:06:45,690 +ذلك من خير قصيده وهي قصيده اللي هو نهج البردة التي + +73 +00:06:45,690 --> 00:06:53,620 +يعارض فيهاالإمام الوصيري فمن تذكري جيران بذي سلم + +74 +00:06:53,620 --> 00:07:00,880 +مزجت دمع جرى من مقلة بدمي أم هبت ريحه؟من تلقائك + +75 +00:07:00,880 --> 00:07:07,640 +وظمة وأومض البرك في الظلماء من إضامي فما لعينيك إن + +76 +00:07:07,640 --> 00:07:13,740 +قلت أقفه فهمت وما لقلبك إن قلت استفق يهمي هيحسب + +77 +00:07:13,740 --> 00:07:20,990 +الصب أن الحب منكتم بمين منسجممنه ومضطرمي قال أحمد + +78 +00:07:20,990 --> 00:07:25,390 +شوقي معارض أن هذه القصيدة ريم على القاع بين الباني + +79 +00:07:25,390 --> 00:07:30,730 +والعالمي أحلس في كدمي في الأشهر الحرمي رمى القضاء + +80 +00:07:30,730 --> 00:07:36,970 +بعيني ذرن أسدا يا ساكن القاعي أدرك ساكن الأجمي لما + +81 +00:07:36,970 --> 00:07:41,970 +رمى حدثتني النفس قائلة يا ويح جنبك بالسهم المصيب + +82 +00:07:41,970 --> 00:07:48,090 +رمى جحتها وكتمت السهم في كبديجرح الأحبة عندى غير + +83 +00:07:48,090 --> 00:07:53,370 +ذى ألمى، يا لأمى في هواهو الهوى قدر لو شفك الوجد + +84 +00:07:53,370 --> 00:08:00,010 +لم تعذل ولم تلومى حتى قال رحمه الله محمد صفة + +85 +00:08:00,010 --> 00:08:06,830 +البارى ورحمته وبغيط الله من خلق ومن نسمى يا أحمد + +86 +00:08:06,830 --> 00:08:12,070 +الخير لي جاهم بتسمية وكيف لا يتسامى بالرسول سمى + +87 +00:08:12,070 --> 00:08:17,360 +أحمد وأحمدأحمد شوقي هو أحمد رسول الله فهو يفتخر + +88 +00:08:17,360 --> 00:08:21,980 +بإن هو تسمية النبي صلى الله عليه وسلم وما قاله + +89 +00:08:21,980 --> 00:08:27,720 +أحمد شوقي رحمه الله هو أصفى وأنبل وأروع ما قيل + +90 +00:08:27,720 --> 00:08:31,840 +مدحا في حق النبي صلى الله عليه وسلم قصيدة أحمد + +91 +00:08:31,840 --> 00:08:38,100 +شوقي حوالي 180 بيتقصيدة البوصيري حوالي 160 أو 161 + +92 +00:08:38,100 --> 00:08:44,740 +بيتا فقصيدة أحمد شوقي أطول هو من قصيدة البوصيري + +93 +00:08:44,740 --> 00:08:49,420 +كان + +94 +00:08:49,420 --> 00:08:54,160 +وقون القطر عصرته بالقصر وبدأ يتحدث عن هم اللي هو + +95 +00:08:54,160 --> 00:09:00,580 +البمة ومن خلق قصادي في ذلك قصيدته في الحديث عن لقب + +96 +00:09:00,580 --> 00:09:06,430 +الدمشقفي أيام الاحتلال الفرنسي لما قال سلامه انه + +97 +00:09:06,430 --> 00:09:13,450 +صبر برد أرقه ودمع لا يكفكف يا دمشقه ومعذرة اليراعي + +98 +00:09:13,450 --> 00:09:21,010 +والقوافي أجالان الرزق عن وصف يضبقه وللأوطان في دم + +99 +00:09:21,010 --> 00:09:28,450 +كل حر يده السلفات ودينهم مستحقه نعم والحديث عن + +100 +00:09:28,450 --> 00:09:33,890 +دمشق قبل مائة عام تقريباهو اليوم الحديث عن دمشق + +101 +00:09:33,890 --> 00:09:38,110 +بعد مائة عام أحمد شوقي قال تلك القصيدة في وصف + +102 +00:09:38,110 --> 00:09:42,930 +ناكبت دمشق ونحن اليوم بحاجة لأحمد شوقي جديد لأن + +103 +00:09:42,930 --> 00:09:47,810 +يصف لنا ناكبت دمشق و ناكبت حلب و ناكبت حمام و + +104 +00:09:47,810 --> 00:09:52,830 +ناكبت مخيم اليارموك و ناكبت الشام + +105 +00:09:57,200 --> 00:10:01,200 +أحمد شوقي بعد عودة شاعر الأمة المعبر عن قضاياها + +106 +00:10:01,200 --> 00:10:05,820 +ولا تفوته المناسبة العربية إلا شارك فيها بشعري كان + +107 +00:10:05,820 --> 00:10:10,620 +القصيدة يقول أحمد شوقي في القاهرة فتصدح بها الألسن + +108 +00:10:10,620 --> 00:10:15,500 +العربية في بغداد وفي دمشق وفي فلسطين وفي السودان + +109 +00:10:15,500 --> 00:10:20,680 +وفي مصر الكل يغرب بصوت اللي هو أحمد شوقي رحمه الله + +110 +00:10:22,140 --> 00:10:29,700 +1927 اجتمع ثلث من الشعراء العرب ونصبوه أميرا عليهم + +111 +00:10:29,700 --> 00:10:37,160 +وقال الشاعر المصري حافظ إقراهيم معلن البيعة لأحمد + +112 +00:10:37,160 --> 00:10:44,270 +شوقي أميرة القوافي قد أتيت مبايعاوهذه مفوض الشرقي + +113 +00:10:44,270 --> 00:10:50,970 +قد باعت معاه أي باعتك أميرا للقوافي وأميرا للشعري + +114 +00:10:50,970 --> 00:10:55,470 +وأميرا للشعراء وهنيئا لأحمد شوقي بهذه الإمارة أحمد + +115 +00:10:55,470 --> 00:11:01,590 +شوقي يذكر أنه كان يكره أن يقال له أمير الشعر كان + +116 +00:11:01,590 --> 00:11:07,090 +يحب أن يسمى شاعر الشرق الإسلامي كان يحب أن يسمى + +117 +00:11:07,090 --> 00:11:13,130 +شاعرالشعق الإسلامي أن ينتسب بهذا الإسم وليس أمير + +118 +00:11:13,130 --> 00:11:19,970 +الشعق هناك ظاهرة من يقرأ شعق أحمد شوقي يجد تجاور + +119 +00:11:19,970 --> 00:11:24,630 +الدين والدنيا في شعقه أحمد شوقي اللذي قال ريمون + +120 +00:11:24,630 --> 00:11:28,070 +على القاع بين الباني والهلمي أحلى سف كدمي في + +121 +00:11:28,070 --> 00:11:31,530 +الأشهر الحرمي أحمد شوقي اللذي قال صلاحه أمرك + +122 +00:11:31,530 --> 00:11:36,630 +للأخلاقي مرجعه فقوم النفس بالأخلاقي تستقمي أحمد + +123 +00:11:36,630 --> 00:11:43,040 +شوقي اللذي قالولد الهدى فالكائناته ضياءه وفم + +124 +00:11:43,040 --> 00:11:49,000 +الزماني تبسم وثناءه هو الذي قال في وصف اللي هو + +125 +00:11:49,000 --> 00:11:57,040 +الخمر حف كأسها الحبب فهي فضة ذهب الحبب فقاقيع + +126 +00:11:57,040 --> 00:12:04,510 +المال التي تكون عليه على الوجه اللي هو الخمرفهي + +127 +00:12:04,510 --> 00:12:11,070 +فضة ذهب تلك صفراء وهذه بيضاء وهو الذي قال رمضان + +128 +00:12:11,070 --> 00:12:17,850 +ولا فهاتها يا ساقي مشتاقة تسعى إلى مشتاقي المقصود + +129 +00:12:17,850 --> 00:12:21,830 +بالله ليه الخمر يعني انتهى رمضان فهاتها يا ساقي + +130 +00:12:21,830 --> 00:12:28,130 +الخمر مشتاقة تسعى إلى مشتاقي فنجد في شعره تجاور + +131 +00:12:28,130 --> 00:12:33,600 +الدينهو الدنيا وهذا عمر طبيعي يعني لا يوجد فيه نوع + +132 +00:12:33,600 --> 00:12:37,120 +من اللي هو التناقض أحمد شوقي قال في وصف الخمر + +133 +00:12:37,120 --> 00:12:42,820 +تقليدا للشعراء المتقدمين ليس أكثر لا يعني أنه كغشر + +134 +00:12:42,820 --> 00:12:46,060 +بالخمر أو يدب الخمر من باب التقليد الفني ليس أكتر + +135 +00:12:46,060 --> 00:12:50,940 +من ذلك يعني كان تقليدا فنيا قوله اللي هو الخمر لكن + +136 +00:12:50,940 --> 00:12:56,420 +التيار الإسلامي والشعر الإسلامي كان تيار أصيلا عند + +137 +00:12:56,420 --> 00:13:04,710 +أحمد شوقي وفي شعر لهأحمد شوقي أحمد شوقي مصنع مصانع + +138 +00:13:04,710 --> 00:13:14,950 +الشعر العربي ربما لا تجد أكثر شعب غزارة ونظمة وعدد + +139 +00:13:14,950 --> 00:13:19,310 +أبيات على سعيد التاريخ الشعر العربي أكثر من أحمد + +140 +00:13:19,310 --> 00:13:25,010 +شوقي لأن الله سبحانه وتعالى منع أحمد شوقي موهقة + +141 +00:13:25,010 --> 00:13:30,740 +ضخمة فهو مصنع مصانع الشعريستطيع أن يحيل كل شيء إلى + +142 +00:13:30,740 --> 00:13:37,040 +شعر الدين والسلف والفلسفة والسباسة والتاريخ + +143 +00:13:37,040 --> 00:13:41,400 +والكيميا والفيز أي شيء يستطيع أن يحيله إلى شعر + +144 +00:13:41,400 --> 00:13:46,280 +فالخلاط الشعري عند أحمد شاوف قوي جدا الشفر الشعري + +145 +00:13:46,280 --> 00:13:52,620 +عنده حادة يستطيع أن يخضم أي شعر في ناس الخلاط + +146 +00:13:52,620 --> 00:13:59,880 +الشعري عندهم ضعيفزدت قليلا اه بتقف عنده مكينة + +147 +00:13:59,880 --> 00:14:04,140 +الشعر اللي هتعمل لكن أحمد شوقي اه مصنع .. مصانع + +148 +00:14:04,140 --> 00:14:08,080 +الشعر لا يستطيع شيء اللي هو أن يعيقله أحمد شوقي عن + +149 +00:14:08,080 --> 00:14:12,580 +قوله شعر بذلك الموهبة السيالة فكان يقول شعرا + +150 +00:14:12,580 --> 00:14:18,180 +ويتنفس شعرا ويتكلم شعرا ويمزح شعرا ويجد شعرا لأن + +151 +00:14:18,180 --> 00:14:22,180 +يكون عنده مشكلة في الشعر رحمه الله فلذلك الرقم + +152 +00:14:22,180 --> 00:14:29,080 +اللي ذكر عن أحمد شوقيشعره فعلا رقم صحيح 23500 بيت + +153 +00:14:29,080 --> 00:14:32,860 +ولعله هذا الرقم لم يبلغه شعر عربي قديم أو محدد + +154 +00:14:32,860 --> 00:14:38,100 +وهذا ما يجعله على رأس الشعراء العرب اللي هو نظمة + +155 +00:14:41,720 --> 00:14:47,300 +كان أيضا يدخل الفرنسية لذلك و أدخل إلينا المسرحية + +156 +00:14:47,300 --> 00:14:50,940 +فالمسرحية الشعرية أول ما كتبها الشعر أحمد شوقي و + +157 +00:14:50,940 --> 00:14:56,000 +أدخل لنا كذلك ما يسمى الشعر الرمزي على ألسنة الطير + +158 +00:14:56,000 --> 00:15:02,340 +و الحيوان و احنا مرنا معانا في تاريخنا العربي و + +159 +00:15:02,340 --> 00:15:05,680 +تراتنا العربي كليلة أو دمة + +160 +00:15:10,440 --> 00:15:14,900 +هو اللي هو شهرا، كان له شهرا أدخل هذا الفن تأثرا + +161 +00:15:14,900 --> 00:15:21,240 +بالودماء اللي هو يعني الفرنسية ويمكن دراستهم انتوا + +162 +00:15:21,240 --> 00:15:29,320 +برزة ثالث ويظهر في ثياب الوعياضيناودرستوا الفقر و + +163 +00:15:29,320 --> 00:15:33,900 +القط و الفقر ودرستوا شريعة الغاب وبعض اللي هو + +164 +00:15:33,900 --> 00:15:39,020 +القصص و الحكايات الرمزية وكل قصة و حكاية بتحمي + +165 +00:15:39,020 --> 00:15:43,540 +رسالة للإنسان العربي و للأمة العربية كل قصة فيها + +166 +00:15:43,540 --> 00:15:47,480 +رسالة .. كل قصة فيها .. فيها .. فيها رسالة إما + +167 +00:15:47,480 --> 00:15:52,000 +تكون سياسية أو دينية أو أدبية طبعا و جمع بعد ذلك + +168 +00:15:52,000 --> 00:15:58,340 +شعره في ديوان واحد و أطلق عليه الشوقيةأيضا أحمد + +169 +00:15:58,340 --> 00:16:04,680 +شوقي كان له مساهمة في النثر، كان عنده أسواق الذهب، + +170 +00:16:04,680 --> 00:16:08,360 +لكنها لم تنتشر كانتشار الشعر، كتب بعض روايات، + +171 +00:16:08,360 --> 00:16:14,120 +لكنها كذلك لم تكن ذائعة الصير، ولكنه عرف شاعرا ولم + +172 +00:16:14,120 --> 00:16:16,060 +يعرف كاتبا أو ناثرة + +173 +00:16:19,120 --> 00:16:25,860 +توفي أحمد شوقي رحمه الله في أكتوبر ألف تسعمائة و + +174 +00:16:25,860 --> 00:16:31,320 +اتنين و تلاتين، يعني بكون عاش كام سنة تقريبا، يعني + +175 +00:16:31,320 --> 00:16:35,750 +في حدود أربع و ستين أو خمسة و ستين يعنييعني سنة + +176 +00:16:35,750 --> 00:16:39,370 +وكان يكتب مشروع اسمه مشروع القرش كان مكتوب رحم + +177 +00:16:39,370 --> 00:16:43,550 +الله أنه عندما توفي مشروع اسمه مشروع اللي هو يعني + +178 +00:16:43,550 --> 00:16:49,150 +القرش وكان عصر ذلك اليوم في اللي هو جريدة أو مجلة + +179 +00:16:49,150 --> 00:16:52,970 +اللي هو ابولو في مكتب مجلة اللي هو ابولو وكان يكتب + +180 +00:16:52,970 --> 00:16:56,210 +هذا المشروع اللي هو طخم مشروع قام عليه مجموع من + +181 +00:16:56,210 --> 00:17:00,350 +الشباب المصري يعني يجمعوا قرش من كل مقدر حتى + +182 +00:17:00,350 --> 00:17:04,800 +يستطيعوا أن يغنوا فقراء اللي هومصر أو فقراء اللي + +183 +00:17:04,800 --> 00:17:11,180 +هو المصري القصيدة التي أو النص اللي دي بين أيدينا + +184 +00:17:11,180 --> 00:17:17,540 +نصه نفيس من أنفسي و أنبلي و أروع ما كتب الشعر أحمد + +185 +00:17:17,540 --> 00:17:25,550 +شوقي وهي قصيدته في رثاء اتلافة المسلمينالزائرة + +186 +00:17:25,550 --> 00:17:32,230 +التي تأمر عليها المتعمرون فسقطت في العام الرابع + +187 +00:17:32,230 --> 00:17:38,190 +والعشرين من القرن العشرين افتحوا الكتاب و تابوا + +188 +00:17:38,190 --> 00:17:42,870 +معنا سنستمع إلى النص ان شاء الله بعد ذلك نخلق لكم + +189 +00:17:42,870 --> 00:17:45,710 +أن نقرأ هذا النص + +190 +00:18:11,780 --> 00:18:18,900 +عن العرس راجع نواحي ونهيت بين معالم الأفراحي قفنت + +191 +00:18:18,900 --> 00:18:25,580 +في ليلة الزفاف بتغبيحي ودغنت عند تبلج الأصباحي + +192 +00:18:25,580 --> 00:18:33,950 +شيئت منها لهم بأبرت ضاحك في كل ناحية وسكرتبجت عليك + +193 +00:18:33,950 --> 00:18:41,390 +ماذن ومنابر وبجت عليك ممالك ونواحي الهند والهة + +194 +00:18:41,390 --> 00:18:48,570 +ومصر حزينة تبكي عليك بمدمع سحاحي والشام تسال + +195 +00:18:48,570 --> 00:18:55,660 +والعراق مفارس قمحا من الأرض الخلافة مافيوأتت لكي + +196 +00:18:55,660 --> 00:19:02,520 +جراح جلاح وماتما فقعدنا فيهم قاعدا أنواحي يادى + +197 +00:19:02,520 --> 00:19:10,180 +الرجال لحرة مؤودة قتلت بغير جريرة وجناحي أن الذين + +198 +00:19:10,180 --> 00:19:17,100 +أسف جراحك حربهم قتلت قسمهم وبغير جراحي قدقوا + +199 +00:19:17,100 --> 00:19:24,600 +بأيديهم ملاقة بخرهم موشية بمواعب الفتاحنزعوها + +200 +00:19:24,600 --> 00:19:32,260 +للهنا بخير قلادة ونضعوها للأرض بخير وشاح حسب أنها + +201 +00:19:32,260 --> 00:19:39,760 +طول الليالي دونه قد طلح بين أشية وصباح وهذا قتل + +202 +00:19:39,760 --> 00:19:47,060 +فصمة عرا أسبابها كانت أقرها لاق الأرواح جمعت على + +203 +00:19:47,060 --> 00:19:54,750 +البر الحضور وربماعليه سرائر النزاحي نغلط صفاق + +204 +00:19:54,750 --> 00:20:02,070 +المسلمين وغطواهم في كل غطوة جمعة وراحي بكت الصلاة + +205 +00:20:02,070 --> 00:20:10,460 +و تلك المطبع بذنب الشهر بهد الققاه وقاحيخزابلة + +206 +00:20:10,460 --> 00:20:17,920 +وقال قرهلة واتى بكهر فى البلاد براحى إن الذين جرى + +207 +00:20:17,920 --> 00:20:25,080 +عليهم فقهه خلقوا لفقه كتيبة وسلاحى انحدثوا ونقفوا + +208 +00:20:25,080 --> 00:20:32,400 +بخرس كتائب أو خاطبوا سمعوا بصم رماحىأغفر الأخلاق، + +209 +00:20:32,400 --> 00:20:39,280 +لست بجاحد، من كنت أدفع دونه، هو ألاحي ما لي أطوبه + +210 +00:20:39,280 --> 00:20:46,180 +الملامة طالما قلدت علم أزور من عمداحي أوركن مملكة + +211 +00:20:46,180 --> 00:20:53,410 +وحارب دولة وقريع شهباه وكبش نطاحيأقول من أحيى + +212 +00:20:53,410 --> 00:21:00,570 +الجماعة ملحد، وأقول من رد الحقوق إباحى، الحق أولى + +213 +00:21:00,570 --> 00:21:07,790 +من وليك حرمة، وأحق منك بنصرة وكفاحى، فانت على الحق + +214 +00:21:07,790 --> 00:21:15,190 +الرجال ولمهمهأو خلانك مواقفا مصاحي ومن الرجال إذا + +215 +00:21:15,190 --> 00:21:22,610 +بريت لهدمهم حرم غريب مناكد الصفاحي فإذا قدرت الحق + +216 +00:21:22,610 --> 00:21:29,610 +في أجلاده ترك الصراحة مضحكة للهأدوا إلى الغاز + +217 +00:21:29,610 --> 00:21:36,850 +النصيحة ينتصح إن الجواد يثوب بعد جماحي إن غرورك + +218 +00:21:36,850 --> 00:21:43,270 +الرئيس براحه كيف احتيالك في صريح الراحي نقل + +219 +00:21:43,270 --> 00:21:51,450 +الشرائع والعقائد والقراءأبن في الساحة تركته كالشبح + +220 +00:21:51,450 --> 00:21:58,730 +المغلى أمة لم تسل بعد عبادة الأشباح هم أطلقوا يده + +221 +00:21:58,730 --> 00:22:06,530 +كقيصر في همر حتى تنهى لكل غير مباحيوطيارات الجموع + +222 +00:22:06,530 --> 00:22:13,390 +ودولة وجدت السواد لها هو المرتاحي وإذا أخدت المجد + +223 +00:22:13,390 --> 00:22:21,430 +من أمية لم تغير سرابه اللماحيموقع نزل المسلمين + +224 +00:22:21,430 --> 00:22:28,990 +مقالة لم يحققه النصيحة واحد عهد الخلافة هي أول + +225 +00:22:28,990 --> 00:22:37,550 +ذائد أنحضها ببراءة نضاح حق لذات الله كان ولم يزل + +226 +00:22:37,550 --> 00:22:44,090 +مخول لذات الحق والإصلاح أني أنا المصباح لست بضاع + +227 +00:22:45,510 --> 00:22:53,370 +أكون براشة المصباح غزوات أدهام كللت بطابل وفتوحان + +228 +00:22:53,370 --> 00:23:01,470 +ورقصت بصباح ولت سيوفهما وبانقناهما وشباه راه غير + +229 +00:23:01,470 --> 00:23:09,370 +ذات براحلا تبذلوا مرض النبي لعجز عزل يدافع دون غوب + +230 +00:23:09,370 --> 00:23:16,550 +الراحي بالأمس أوهى المسلمين جراحة واليوم مدّلهم يد + +231 +00:23:16,550 --> 00:23:22,950 +الجراحي فلا تسمعوا النبي كل أرض داعيا يبقى قبله + +232 +00:23:22,950 --> 00:23:25,250 +كذب أو سجاحي + +233 +00:23:40,150 --> 00:23:46,990 +هذا يسمى الإنشات العرب كانت تنشد الشعب بهذه + +234 +00:23:46,990 --> 00:23:54,550 +الطريقة فهذا يسمى الإنشات يعني بنوع من النجمة + +235 +00:23:55,250 --> 00:24:02,510 +العذبة الجميلة مع التأثر والفهم والتذوق لمعنى + +236 +00:24:02,510 --> 00:24:07,990 +الشعر مهم جدا الشعر ليس صوت الشعر ليس مجرد أصوات + +237 +00:24:08,460 --> 00:24:13,180 +الشعر تذوق للمعانى، إذا تذوقت المعانى هذا ينعكس في + +238 +00:24:13,180 --> 00:24:16,960 +الصوت، تذوق المعانى الشعر ينعكس اللي هو في الصوت، + +239 +00:24:16,960 --> 00:24:20,960 +فإذلك هذا يسمى انشادا وكانت العرب تُبتقى للعاشر + +240 +00:24:20,960 --> 00:24:28,420 +الكبير صناجة العرب، لأن شعره كان يغنى على اللي هو + +241 +00:24:28,420 --> 00:24:35,330 +الصناجةهل ممكن يعني نجد طالب تمشي لنا الشعر كما + +242 +00:24:35,330 --> 00:24:42,710 +انشده هذا الشيخ؟ مين عنده استعداد؟ نسمع منها حتى + +243 +00:24:42,710 --> 00:24:49,930 +نحدد ما هو المطلوب منه دراسته والمطلوب منه حفظه؟ + +244 +00:24:49,930 --> 00:24:59,290 +اه من عنده استعداد؟ اه تفضلي استمري يا زميلكواعادت + +245 +00:24:59,290 --> 00:25:04,970 +أغاني العرس راجع نواحي ونعيدت بين معالم الأفراح + +246 +00:25:04,970 --> 00:25:11,690 +دُفنت في ليلة الزفاف بثوبه ودُفنت عند تبلج الإصباح + +247 +00:25:11,690 --> 00:25:18,970 +شيعت منها لعين بيعبّر في ضاحك في كل ناحية وسكرة + +248 +00:25:18,970 --> 00:25:28,630 +صاحي ضجت عليك مقادر ومنابر ضجت ضجت عليكقفجت عليك + +249 +00:25:28,630 --> 00:25:34,770 +مقالن و منابر و بكت عليك ممالك و نواحي الهند و + +250 +00:25:34,770 --> 00:25:42,810 +الهد و مصر حزينة تبكي عليك بمجمعين سحاحي و الشام + +251 +00:25:42,810 --> 00:25:49,610 +تسأل و العراق فارس أمحى من الأرض خلافة ماحي + +252 +00:25:58,460 --> 00:26:06,700 +أو من يكمل؟ + +253 +00:26:06,700 --> 00:26:14,600 +جراحك + +254 +00:26:14,600 --> 00:26:21,520 +جراحك حربهم قتلتك سلمهم و بغير جراحي هتقوا بأيديهم + +255 +00:26:21,520 --> 00:26:28,340 +و لا أتفخرهمموشية بمواهب الفتاح نزعوا عن الأعناق + +256 +00:26:28,340 --> 00:26:34,980 +خير قلادة ونضوا عن الأعطاف خير وشاح حسب أتى طول + +257 +00:26:34,980 --> 00:26:45,700 +الليالي دونه قطاح بين عشية وصباح وعلاقة + +258 +00:26:45,700 --> 00:26:52,760 +نفس متعرة أسبابها كانت أبرع علائق الأرواحجمعت على + +259 +00:26:52,760 --> 00:27:00,120 +البر الحضور وربما جمعت عليه سرائر النزاح نظمت صفوف + +260 +00:27:00,120 --> 00:27:06,720 +المسلمين وخطوه في كل غدوة جمعة و رواحي فكت الصلاة + +261 +00:27:06,720 --> 00:27:12,880 +و تلك فتنة عابف بالشرع عربي القضاء وقاحي أفتخ + +262 +00:27:12,880 --> 00:27:21,100 +زعبلة وقال ضلالة وقت بكفر في البلاد بواحيلا تبذلو + +263 +00:27:21,100 --> 00:27:25,440 +برد + +264 +00:27:25,440 --> 00:27:29,820 +النبي العاجز برده + +265 +00:27:29,820 --> 00:27:37,020 +نخليها برده لا تبذلو برد النبي العاجز عصرك ذات + +266 +00:27:37,020 --> 00:27:43,720 +ردونه بالراحي بالأم في أولى المسلمين براحة واليوم + +267 +00:27:43,720 --> 00:27:51,220 +لدّه مفيد الجراحيفتسمعون بكل أرض لاعيا يدعو إلى + +268 +00:27:51,220 --> 00:27:58,820 +الكتاب أو السجاح وتشهدون بكل أرض فتنة فيها يبيع + +269 +00:27:58,820 --> 00:28:05,880 +الدين وبيع سماحي يبتع على ذهب المنز وسيفه وهوى + +270 +00:28:05,880 --> 00:28:10,940 +النفوس وحبها الملحاة أحسنتون يا عزيزي معظم الأبيات + +271 +00:28:10,940 --> 00:28:17,700 +الثلاثة الأخيرة هي نبوءةمن أحمد شوقي ماذا سيحدث + +272 +00:28:17,700 --> 00:28:24,700 +للمسلمين عند سقوط خلافتهم دعونا نعيد لبيات الثلاثة + +273 +00:28:24,700 --> 00:28:31,280 +مرة أخر طالب للقراية اقرأ لبيات الثلاثة لتأمل هذه + +274 +00:28:31,280 --> 00:28:38,370 +النبوعةفلتسمعن بكل أرض داعيا يدروا إلى الكذابي أو + +275 +00:28:38,370 --> 00:28:45,550 +لسجاحي و لتشهدن بكل أرض فتنة فيها يباع الدين و + +276 +00:28:45,550 --> 00:28:52,310 +يبيع سماحي يبتع على ذهبي و عزي و سيفهي و هو النفوس + +277 +00:28:52,310 --> 00:28:59,810 +و حبها المتاحي طب لما قال أحمد شوقي فلتسمعنمين + +278 +00:28:59,810 --> 00:29:06,610 +يعرف بليه؟ تسمع فلتسمعونه ما يعرف لتسمعونه فعل + +279 +00:29:06,610 --> 00:29:11,610 +مضارع مرساة بثبوت النون المحدوثة و واو الجماعة + +280 +00:29:11,610 --> 00:29:16,450 +المحدوثة في محرك الفاعل محدوثة؟ اه في محرك الفاعل + +281 +00:29:16,450 --> 00:29:23,150 +و مين في محرك الفاعل؟ النون الواو الواو ايه اللي + +282 +00:29:23,150 --> 00:29:27,290 +هي الواو؟ المحدوثة هذا المحدوثة بالان فلتسمعونه هي + +283 +00:29:27,290 --> 00:29:33,310 +صرف فلتسمعونفعل مضارب عرفوك بثبوت إيه؟ النون، لما + +284 +00:29:33,310 --> 00:29:38,490 +نضيف لنون التوكيد الثقيلة، لعبارة عن إيه؟ نونين، + +285 +00:29:38,490 --> 00:29:39,970 +نونين، نونين، نونين، نونين، نونين، نونين، نونين، + +286 +00:29:39,970 --> 00:29:39,990 +نونين، نونين، نونين، نونين، نونين، نونين، نونين، + +287 +00:29:39,990 --> 00:29:42,710 +نونين، نونين، نونين، نونين، نونين، نونين، نونين، + +288 +00:29:42,710 --> 00:29:43,890 +نونين، نونين، نونين، نونين، نونين، نونين، نونين، + +289 +00:29:43,890 --> 00:29:43,910 +نونين، نونين، نونين، نونين، نونين، نونين، نونين، + +290 +00:29:43,910 --> 00:29:48,150 +نونين، نونين، نونين، نونين، نونين، نونين، نونين، + +291 +00:29:48,150 --> 00:29:53,560 +نونينلا يحبون ثقة الألفاظ وثقة الكلام، يحبون أن + +292 +00:29:53,560 --> 00:29:59,740 +يكون الكلام جاريا على اللسان وسهلا في السماء، + +293 +00:29:59,740 --> 00:30:05,500 +فحلفوا نون الفعل المضارع وبقيت عنده نون مشددة، + +294 +00:30:05,500 --> 00:30:09,100 +اجتماع النون المشددة مع الواو ساكنة + +295 +00:30:13,270 --> 00:30:18,770 +فحدثوا ماذا؟ حدث حرف الواو وضموا حرف العين فقال + +296 +00:30:18,770 --> 00:30:23,730 +فلا تسمعوننا فأصبح فعل مضارع مرفوع بثبوت النون + +297 +00:30:23,730 --> 00:30:25,110 +المحلوفة + +298 +00:30:54,100 --> 00:30:59,940 +الشاعر يدخل إلى النص بغير مقدمات مافي مقدمات ولا + +299 +00:30:59,940 --> 00:31:11,350 +تمهيم يدخل بنا إلى قلب الحدثوإلى قلب الحكاية وهذا + +300 +00:31:11,350 --> 00:31:18,050 +النص كما قلنا مناسبته قاله الشاعر عندما قام كمال + +301 +00:31:18,050 --> 00:31:23,970 +أتاتورك بإلغاء الخلافة الإسلامية التي كانت تجمع + +302 +00:31:23,970 --> 00:31:29,470 +المسلمين وكان + +303 +00:31:29,470 --> 00:31:31,910 +قبل عام الـ 923 + +304 +00:31:34,520 --> 00:31:40,280 +انتصر أتاترك على اليونان فاستبشر المسلمون خيرا + +305 +00:31:40,280 --> 00:31:43,400 +وقالوا + +306 +00:31:43,400 --> 00:31:49,880 +هذا أتاترك جاء ليعيد للخلافة مجدها وللمسلمين قوته + +307 +00:31:49,880 --> 00:31:55,140 +وعزته حتى أحمد شوقي قال قصيدته المشهورة البنيه + +308 +00:31:55,140 --> 00:32:02,340 +المشهورة قال الله أكبره كان في الفتح من عجب يا + +309 +00:32:02,340 --> 00:32:10,690 +خالد التركي جدأخذ الـ Turk من كمال أتى ترك حسبه + +310 +00:32:10,690 --> 00:32:18,330 +الناس خالدا جديدا وإذا بيه ابن سلول جديد وإذا بيه + +311 +00:32:18,330 --> 00:32:23,230 +ابن سلول جديد لذلك هو في القصيدة نفسها يعتذر من + +312 +00:32:23,230 --> 00:32:27,870 +المدح اللي هو كمال أتى ترك أستغفر الأخلاقة لست + +313 +00:32:27,870 --> 00:32:33,930 +جاحدا لما قال في هذه القصيدةالشعر يقول هنا عادت + +314 +00:32:33,930 --> 00:32:39,690 +أغاني العرص بعد أن استبشر المسلمون وفرحوا + +315 +00:32:39,690 --> 00:32:47,570 +وظنوا أن ضبرة المجد والعزة بدأت تدور لهم فعادت هذه + +316 +00:32:47,570 --> 00:32:53,250 +الأغاني وصدا هذه الأغاني عادا واحا وعادا بكاء + +317 +00:32:59,290 --> 00:33:04,970 +مكاء وعروستنا الجميلة الخلافة الإسلامية قد جاء من + +318 +00:33:04,970 --> 00:33:09,770 +ينعي هذه الخلافة والناعي هو من يحمل خضر الموت + +319 +00:33:09,770 --> 00:33:16,810 +الناعي من هو يحمل خضر الموت كما قال أبو العلاء + +320 +00:33:16,810 --> 00:33:23,670 +المعري غير مجد في ملة واعتقادي نوح باكنولا ترنموا + +321 +00:33:23,670 --> 00:33:28,690 +شادي وشبيه صوته النعي كذا قيصة بصوت البشيري في كل + +322 +00:33:28,690 --> 00:33:35,790 +نالي فالنعي هو الذي يحمله خبر الموت فهذه العروس + +323 +00:33:35,790 --> 00:33:41,950 +الجميلة عروسة المسلمين الخلافة قد نُعيتبين معالم + +324 +00:33:41,950 --> 00:33:47,590 +الأفراح، ما زالت أفراحنا في ذروتها، في بدايتها، في + +325 +00:33:47,590 --> 00:33:52,930 +قمةها، حتى جاء لنا من ينعي هذه العروس، وانظروا + +326 +00:33:52,930 --> 00:34:00,550 +لهذا الوجع الذي أصاب المسلمين، والنوح أو النواح أو + +327 +00:34:00,550 --> 00:34:07,750 +الملاحة هو البكاء النبيل أو البكاء بحرقةكما قال + +328 +00:34:07,750 --> 00:34:15,930 +أبو ذؤيب فهن عكوف كنوح الكريم قد شفّأ كبادهن الهوى + +329 +00:34:15,930 --> 00:34:22,210 +يعني شفّأ كبادهن الهوى فالنوح هو البكاء النبيل ليس + +330 +00:34:22,210 --> 00:34:27,710 +النوح البكاء على شيء حقيرأو أخيص والشاعر هنا لا + +331 +00:34:27,710 --> 00:34:33,070 +يبكي مالا ولا يبكي عرضا ولا يبكي لواءة من لواءات + +332 +00:34:33,070 --> 00:34:37,650 +الدنيا إنما يبكي عز المسلمين ومجد المسلمين ووحدة + +333 +00:34:37,650 --> 00:34:44,650 +المسلمين لذلك كان هذا هو يعني النوع البيت التاني + +334 +00:34:44,650 --> 00:34:48,970 +أقراه لنا ياه أيه هو البيت التاني؟ كنت في ليلة + +335 +00:34:48,970 --> 00:34:53,910 +زفاف بتوجيه ودُفنت عند تبلج الإسباح + +336 +00:34:57,780 --> 00:35:06,000 +لما قال كفنت في ليل، لماذا في ليل؟ على ماذا يدل في + +337 +00:35:06,000 --> 00:35:13,640 +ليل؟ كلمة ليل، الغدر، أنه + +338 +00:35:13,640 --> 00:35:21,730 +كان في دسيسة من الليل، في الظلام، في ليل الزفافلم + +339 +00:35:21,730 --> 00:35:26,730 +ينتظروا حتى تخلع ثوب الزفاف، بل قتلوها في ثوب + +340 +00:35:26,730 --> 00:35:30,510 +الزفاف، انظروا لهذه الجريمة، اتركوها حتى تخلع ثوب + +341 +00:35:30,510 --> 00:35:35,650 +الزفاف، قتلوها في ثوب الزفاف، ودُفنت عند تبلج + +342 +00:35:35,650 --> 00:35:43,390 +الإصباحالتملج والبلجة قيل هي آخر الليل عند صداع + +343 +00:35:43,390 --> 00:35:50,350 +الفجر آخر الليل عند صداع الفجر يقال رأيت بلجة + +344 +00:35:50,350 --> 00:35:58,750 +الصبح إذا رأيت ضوءه وبلجة الصبح بالفتحي + +345 +00:35:58,750 --> 00:36:06,070 +و بالضم أي ضوء الصبح ويقال رجل أبلج ما معنى رجل + +346 +00:36:06,070 --> 00:36:06,670 +أبلج + +347 +00:36:11,690 --> 00:36:17,950 +ومعة بلجاء الابلج + +348 +00:36:17,950 --> 00:36:24,070 +هو الرجل الذي لا + +349 +00:36:24,070 --> 00:36:30,170 +اتصال بين شعر حاجبين فيسمى ابلج وكان النبي صلى + +350 +00:36:30,170 --> 00:36:36,370 +الله عليه وسلم كان ابلج الشعر + +351 +00:36:36,370 --> 00:36:43,390 +يفصل في هذا في مشهد القتل والغدرقنعيتي، كفنتي، + +352 +00:36:43,390 --> 00:36:49,010 +ودفنتي عند تبلج الإصباحي لماذا هذه الصراع في القتل + +353 +00:36:49,010 --> 00:36:53,910 +والتكفير والموت؟ + +354 +00:36:53,910 --> 00:37:05,630 +لماذا هذه الصراع؟ لا يريدون + +355 +00:37:05,630 --> 00:37:09,130 +المسلمين أن يستيقظوايقولون انتهوا من الجريمة بسرعة + +356 +00:37:09,130 --> 00:37:14,830 +حتى لا يستيقظ المسلمون ويتخلصوا من الجريمة واثار + +357 +00:37:14,830 --> 00:37:21,890 +الجريمة وهذا يدل على شدة حقدهم على خلافة المسلمين + +358 +00:37:21,890 --> 00:37:29,050 +وعلى عروسله المسلمين فلم ينتظروا النهار حتى يصطع + +359 +00:37:29,050 --> 00:37:36,250 +او حتى ينبلج ففي اخر الليل دفنوا هذه القتيلةوهذه + +360 +00:37:36,250 --> 00:37:42,910 +الحرة الموقودة أيوة شيئتي شيئت منها العلم عبرت + +361 +00:37:42,910 --> 00:37:49,710 +ضاحق في كل ناحية وسكرت صاحب التشييع والمشايعة + +362 +00:37:49,710 --> 00:37:57,350 +شيئته وشايعتهأي ودعته، أي ودعته حتى بلغ المنزل أو + +363 +00:37:57,350 --> 00:38:03,630 +بلغ ما يريد، ولذلك سمى توديع الميت تشريعا، من + +364 +00:38:03,630 --> 00:38:11,610 +شريعه إلى آخر منازل الدنيا، ولذلك نتركه وعمله + +365 +00:38:11,610 --> 00:38:14,150 +الصالح، نعم، + +366 +00:38:19,320 --> 00:38:26,340 +الهلق هو الفزع والخوف + +367 +00:38:26,340 --> 00:38:33,540 +الشديد انظروا + +368 +00:38:33,540 --> 00:38:41,220 +إلى تصميم الشاعر لشعره قال بعبرة ضاحك لم يقول + +369 +00:38:41,220 --> 00:38:42,580 +بعبرة باكن + +370 +00:38:45,690 --> 00:38:51,610 +وقال سكرتي صاحي ولم يكن سكرتي سكراني مثلا، قال + +371 +00:38:51,610 --> 00:38:59,710 +سكرتي صاحي، ماذا يسمى هذا في النقد؟ + +372 +00:38:59,710 --> 00:39:01,850 +استخدام هذه المطلوبة + diff --git a/PL9fwy3NUQKwbvX-idZnsXAzsMZTojRWzu/_lRNdNTAY70.srt b/PL9fwy3NUQKwbvX-idZnsXAzsMZTojRWzu/_lRNdNTAY70.srt new file mode 100644 index 0000000000000000000000000000000000000000..c289fc1e5a1cf7d9e2d4244d97b80596bcdf17a3 --- /dev/null +++ b/PL9fwy3NUQKwbvX-idZnsXAzsMZTojRWzu/_lRNdNTAY70.srt @@ -0,0 +1,1830 @@ +1 +00:00:20,650 --> 00:00:23,230 +أعوذ بالله من الشيطان الرجيم بسم الله الرحمن + +2 +00:00:23,230 --> 00:00:26,390 +الرحيم الحمد لله والصلاة والسلام على رسول الله + +3 +00:00:26,390 --> 00:00:34,450 +وبعد السلام عليكم ورحمة الله وبركاته اليوم نواصل + +4 +00:00:34,450 --> 00:00:42,110 +حديثنا عن قصيدة النسر للشاعر عمر أبي ريشة وكنا + +5 +00:00:42,110 --> 00:00:51,470 +سألنا سؤالا حول سبب توظيف أو اختيار الشاعر عمر أبي + +6 +00:00:51,470 --> 00:00:58,690 +ريشة لرمز النسر ليدل على الكرامة العربية المجروحة + +7 +00:00:58,690 --> 00:01:04,570 +أو المسلوبة بينما استخدم غيره من الشعراء مثل + +8 +00:01:04,570 --> 00:01:11,790 +العقاب في قصيدته المشهورة العقاب الهرم فما + +9 +00:01:11,790 --> 00:01:20,520 +دلالة النسر عند العرب وما دلالة العقاب عند العرب؟ + +10 +00:01:20,520 --> 00:01:24,740 +إن كانت الوضيعة للنسر عند العرب أصبحنا نراه يرمز + +11 +00:01:24,740 --> 00:01:29,060 +إلى الطموح والكبرياء والإقدام والصمود فالنصر هو من + +12 +00:01:29,060 --> 00:01:33,580 +الطيور الجارحة الخسيسة التي تعيش على الجيف لكنه + +13 +00:01:33,580 --> 00:01:37,760 +يتميز بالإرادة والطموح فهو لم يرضى بحياة الذل + +14 +00:01:37,760 --> 00:01:42,800 +والهوان التي كان يحياها في السفاسفقد اختلط الألم + +15 +00:01:42,800 --> 00:01:48,280 +بالكبرياء ورفض حياة الذل والهوان وحلق في علياء + +16 +00:01:48,280 --> 00:01:51,880 +السماء ليصل إلى المجد والدرة الشماء التي كان + +17 +00:01:51,880 --> 00:01:56,840 +يحياها أجداده على درء الجبال فالشاعر اختار النسر + +18 +00:01:56,840 --> 00:02:02,420 +لأنه صاحب إرادة وطموح وكبرياء ورفعة وهذا ما دفعه + +19 +00:02:02,420 --> 00:02:05,000 +إلى رفض الذل والهوان والتمرد على حياة الذل + +20 +00:02:05,000 --> 00:02:09,220 +والهوان العقاب، ماذا عن العقاب؟ العقاب يرمز إلى + +21 +00:02:09,220 --> 00:02:14,870 +القوة وهو من الطيور الجارحة التي لها مكانة رفيعة + +22 +00:02:14,870 --> 00:02:19,710 +عند العرب بخلاف النسر أيهما مكانته أرفع عند العرب + +23 +00:02:19,710 --> 00:02:25,510 +النسر أم العقاب؟ العقاب، لكن العقاب يدل على التوحش + +24 +00:02:25,510 --> 00:02:32,090 +والهجوم العقاب من دلالات التوحش والهجوم والعقاب + +25 +00:02:32,090 --> 00:02:36,630 +عند العرب أكرم من النسر، العقاب عند العرب أكرم من + +26 +00:02:36,630 --> 00:02:41,270 +النسر، النسر يمكن أن يأكل من الجيف، العقاب لا يأكل + +27 +00:02:41,270 --> 00:02:50,450 +من الجيف إلا ما استياده مخالبه، العقاب أخف وزنه من + +28 +00:02:50,450 --> 00:02:59,550 +النسر وجناحه + +29 +00:02:59,550 --> 00:03:02,370 +أقصر من جناحي النسر + +30 +00:03:10,770 --> 00:03:15,310 +لذلك كانت راية النبي صلى الله عليه وسلم العقاب، + +31 +00:03:15,310 --> 00:03:23,230 +العقاب، ماذا + +32 +00:03:23,230 --> 00:03:30,230 +أيضا عندكون عن النسر؟ من كتبت عن النسر؟ أيوة، +33 +00:03:30,230 --> 00:03:30,750 +تفضلي + +34 +00:03:37,590 --> 00:03:42,650 +في رأي كان يقول أنه سؤال رحيم مباردة مرجع فقال + +35 +00:03:42,650 --> 00:03:46,550 +أتنضج لبدويت فقال نعم أنا بدويت وأتنزج لبدوتي و + +36 +00:03:46,550 --> 00:03:50,150 +لعني برأي دي نفسي بس بس بديت في القرية و ده دي + +37 +00:03:50,150 --> 00:03:53,510 +عشان أشهد ببرأي أشهد ببرأي دي برأيتي على تومة أنها + +38 +00:03:53,510 --> 00:03:57,310 +سكوري نصفة وكان أحد القولات ببرأي دي نصفة نصفة + +39 +00:03:57,310 --> 00:04:01,190 +فقال عجيب هذا النصف متى بدأت زياراته متدورة إلى + +40 +00:04:01,190 --> 00:04:06,880 +قريتيفقال لم نفق أن صادروا بدون إذن منك، إن هم هم + +41 +00:04:06,880 --> 00:04:10,660 +مضغوطي أسابيع، عيشوا مع أجابتهم وطيب، لم يكونوا + +42 +00:04:10,660 --> 00:04:13,720 +يريدوا أنهم طلعوا، فقالوا إنهم طلعوا، ولكن ذلك + +43 +00:04:13,720 --> 00:04:17,780 +الناس اختفوا، فاقتصاده فهذا الحلم أنقلت حكومته في + +44 +00:04:17,780 --> 00:04:21,360 +خلق تركيات تذكير وبقية من أكثر ما يُقال بربط القرن + +45 +00:04:21,360 --> 00:04:24,800 +خلال السوريا، بربط التحليل، كذا فبعد مدينة ما كتب + +46 +00:04:24,800 --> 00:04:25,100 +عنه + +47 +00:04:27,920 --> 00:04:31,660 +يعني ممكن هذا يزق وممكن يعني .. يعني كلام غير موثق + +48 +00:04:31,660 --> 00:04:34,360 +.. هنريد دالة للناس اللي هو الوقاف من دلوقت .. نعم + +49 +00:04:34,360 --> 00:04:38,000 +الوقاف هو طائر ونعففه في أيام بيدرب به مثلا في + +50 +00:04:38,000 --> 00:04:41,100 +الهفة ولا يأكل يجيه ولا يأكل .. ولا يأكل إلا من + +51 +00:04:41,100 --> 00:04:44,940 +سيده، أما الناس اللي لا يأكل من سيده ويبترس ما .. + +52 +00:04:44,940 --> 00:04:48,760 +مابترس عليه غيره ويأكل أحيانا من جهة .. من جهة .. + +53 +00:04:48,760 --> 00:04:52,240 +مع ذلك يخلق مصر .. المصر من رمضان وكان الرسول صلى + +54 +00:04:52,240 --> 00:04:57,000 +الله عليه وسلم يأخذ الرقاب رمزا للشجاعة والتضحية + +55 +00:04:57,000 --> 00:05:01,080 +وبدل الشهد، أما الشاعر فلم يحصل أداء تفريق بين + +56 +00:05:01,080 --> 00:05:05,400 +الرقاب والنسر وهو لم يرد النسر على الدصوص وإنما + +57 +00:05:05,400 --> 00:05:09,860 +أراد طائرا كريما وقصد بالنسر والرقاب وقد أخطأ + +58 +00:05:09,860 --> 00:05:14,320 +في توضيح الرقاب وكان أخطأ في توضيح الرقاب ومستحيل + +59 +00:05:14,320 --> 00:05:14,840 +من النسر + +60 +00:05:19,430 --> 00:05:23,710 +الـ .. يبدو أن الشاعر .. يعني هناك .. هناك + +61 +00:05:23,710 --> 00:05:30,230 +احتمالات عدة يبدو أن الشاعر أراد بالنسر الرمز + +62 +00:05:30,230 --> 00:05:33,170 +العام .. الدلالة العامة وليست الدلالة الحرفية + +63 +00:05:33,170 --> 00:05:40,050 +لطائر الذي له بعض الصفات غير الحميدة عند العرب، هو + +64 +00:05:40,050 --> 00:05:45,570 +أراد الطائر الكريم سواء كان صقرا أو كان بازيا أو + +65 +00:05:45,570 --> 00:05:54,780 +كان شاهينا أو كان نسرا فهو أراد طائرا كريما لم يرد + +66 +00:05:54,780 --> 00:06:01,160 +النسر بدلالته الحرفية، فيصح أن نطلق على + +67 +00:06:01,160 --> 00:06:06,460 +البازي على الصقر على الشاهين وغيرها من الطيور + +68 +00:06:06,460 --> 00:06:14,140 +الكريمة، هذا أولا، ثانيا الشاعر مدني الشاعر مدني + +69 +00:06:14,140 --> 00:06:20,580 +من أهل المدينة ويبدو أنه لم يحصل التفريق بين النسر + +70 +00:06:20,580 --> 00:06:25,400 +وبين العقاب وقد + +71 +00:06:25,400 --> 00:06:31,820 +جرى على ما جرى عليه الناس في أنهم يرون في النسر + +72 +00:06:31,820 --> 00:06:38,560 +رمزا للطائر الكريم أو رمزا للإنسان الكريم فجاروا + +73 +00:06:38,560 --> 00:06:45,100 +العامة في ذلك، تلاتة + +74 +00:06:53,000 --> 00:07:00,900 +الذي ذاع وشاع عند الشعراء المحدثين أنهم توسعوا في + +75 +00:07:00,900 --> 00:07:05,440 +استعمال النسر ليدل + +76 +00:07:05,440 --> 00:07:10,320 +على المعنى الذي أراده الشاعر في القصيدة + +77 +00:07:18,120 --> 00:07:23,720 +فهذه تأويلات وتفسير استخدام الشاعر أو اختيار الشاعر + +78 +00:07:23,720 --> 00:07:31,540 +لرمز النسر في القصيدة، ننتقل + +79 +00:07:31,540 --> 00:07:39,360 +الآن إلى مدرسة جديدة وإلى شاعر جديد وإلى تجربة + +80 +00:07:39,360 --> 00:07:45,660 +جديدة وإلى نص جديد إلى مدرسة الديوان وإلى الشاعر + +81 +00:07:45,660 --> 00:07:53,360 +عباس محمود العقاد وقصيدته نفسها أو غمقانه، غمقان + +82 +00:07:53,360 --> 00:07:59,440 +كما أطلقت أو كما أطلق عليها في بعض المصارد من هو + +83 +00:07:59,440 --> 00:08:01,720 +الشاعر عباس محمود + +84 +00:08:05,680 --> 00:08:12,320 +شعرائنا ودلائنا وكتابنا المشهورين في الأدب العربي + +85 +00:08:12,320 --> 00:08:19,120 +الحديث وهو أحد أعلام الحركة الأدبية الحديثة، ولد في + +86 +00:08:19,120 --> 00:08:26,340 +أسوان بمصر، مشارف القرن التاسع عشر أو آخر + +87 +00:08:26,340 --> 00:08:32,080 +قرن التاسع عشر 1889 كان أبوه + +88 +00:08:32,080 --> 00:08:39,400 +موظفا بسيطا، ذهب إلى المدرسة ودرس إلى الصف الخامس + +89 +00:08:39,400 --> 00:08:49,000 +الابتدائي، ولكن الشاعر والعقاد لم يكن أو لم يعتمد + +90 +00:08:49,000 --> 00:08:53,660 +على المدرسة في ثقافته أو في تثقيفه أو في تدريسه + +91 +00:08:53,660 --> 00:09:00,080 +بشخصيته المتمردة المتفردة ملة الدراسة وملّة المدرسة + +92 +00:09:00,940 --> 00:09:06,140 +فانصرف عن المدرسة وعن الدراسة الرسمية إلى الدراسة + +93 +00:09:06,140 --> 00:09:15,080 +الخاصة والمطالعة الحرة وكان يمتلك ذكاء وموهبة ولم + +94 +00:09:15,080 --> 00:09:21,100 +يكمل في المدرسة، 1903 قطع علاقته بالمدرسة، تعرف بعد + +95 +00:09:21,100 --> 00:09:26,400 +ذلك على الدكتور يعقوب صروف صاحب المقتطف وحاوره + +96 +00:09:26,400 --> 00:09:31,770 +وتأثر به وكب على القراءة، كتبوا الفلسفة ومن هنا بدأ + +97 +00:09:31,770 --> 00:09:37,230 +العقاد يشق طريقه ثم انخالط في الحياة السياسية و + +98 +00:09:37,230 --> 00:09:40,450 +الحياة الأدبية وفي وقته كانت الحياة السياسية و + +99 +00:09:40,450 --> 00:09:46,930 +الأدبية فوارة تتحرك، فسقلت شخصية العقاد، وجد العقاد + +100 +00:09:46,930 --> 00:09:54,390 +فيها نهمه ولذته، فانخالط في هذه الحياة وبدأ يكتبوا + +101 +00:09:54,390 --> 00:09:58,950 +في الصحف الأدبية والصحف السياسية وينتقل من صحيفة + +102 +00:09:58,950 --> 00:10:06,690 +إلى صحيفة ثم بعد ذلك أول نشاط أدبي ومشروع أدبي + +103 +00:10:06,690 --> 00:10:12,370 +منتظم للعقاد هو مشروع تأسيس مدرسة الديوان أو كتابة + +104 +00:10:12,370 --> 00:10:17,250 +كتابة الديوان مع زميليه وصديقيه المازني وعبد + +105 +00:10:17,250 --> 00:10:24,300 +الرحمن شكري وبعد ذلك بدأ يعمل كاتبا ومحررا في جملة + +106 +00:10:24,300 --> 00:10:30,000 +من المجلات، النصرية العقاد بشخصيته الخلطة في + +107 +00:10:30,000 --> 00:10:36,040 +السياسة في أعماقها فكان محزب الوفد وكان أحد اعلام + +108 +00:10:36,040 --> 00:10:39,980 +حزب الوفد لأن الأحزاب المصرية في ذلك الوقت وإلى + +109 +00:10:39,980 --> 00:10:44,620 +الآن كانت تمسك مفاتيح الحياة العامة، من أراد أن + +110 +00:10:44,620 --> 00:10:49,000 +يبرع، ومن أراد أن يكون له مكان ومنزل عليا أن ينضوي + +111 +00:10:49,000 --> 00:10:54,340 +تحت لواء أحد الأحزاب السياسية، ودخل العقاد في معارك + +112 +00:10:54,340 --> 00:11:01,960 +وخصومات مع طه حسين مع الرافعي مع الشوقي مع + +113 +00:11:01,960 --> 00:11:05,920 +غيره مع محمد حسين هيكل مع أحمد أمين وغيره من اللي + +114 +00:11:05,920 --> 00:11:13,250 +هم الأدباء وهناك كتاب كامل يعني يتحدث عن شاعر عن + +115 +00:11:13,250 --> 00:11:18,850 +عباس العقاد وعن معاركه النقدية والأدبية، العقاد + +116 +00:11:18,850 --> 00:11:24,130 +الحقيقة إذا أردنا نقول عنه شاعر فهو شاعر لو عشر + +117 +00:11:24,130 --> 00:11:30,850 +دوية، ناقد فهو ناقد، أديب فهو أديب، مفكر فهو مفكر + +118 +00:11:30,850 --> 00:11:35,070 +مؤرخ فهو مؤرخ، باحث اجتماعي فهو باحث اجتماعي + +119 +00:11:35,070 --> 00:11:41,160 +موسوعته التي كتبها العقاد، موسوعة شاملة فيها كل + +120 +00:11:41,160 --> 00:11:46,780 +المعارف الأدبية والفكرية فهو عبارة عن موسوعة أدبية + +121 +00:11:46,780 --> 00:11:52,920 +وموسوعة فكرية، من دواوينه .. من دواوينه، غضاضة الصباح + +122 +00:11:52,920 --> 00:11:57,780 +وهج الظهيرة، أشواق الأصيل، أشجال الليل وغيرها من + +123 +00:11:57,780 --> 00:12:01,660 +الدواوين، لاحظوا الأسماء .. أسماء الدواوين تدل على + +124 +00:12:01,660 --> 00:12:07,000 +دورة الزمان هدول على دورة الزمان ودورة الأيام + +125 +00:12:07,000 --> 00:12:13,120 +العقاد جمع كل هذه الدواوين في ديوان واحد وأطلق + +126 +00:12:13,120 --> 00:12:24,740 +عليه ديوان العقاد الذي + +127 +00:12:24,740 --> 00:12:31,360 +الملاحظ على شعر العقاد كما يقول النقاد أن شعره + +128 +00:12:31,360 --> 00:12:40,700 +يمتاز بالترتيب والتنظيم وأنه لا يكاد هذا الشعر يخضع + +129 +00:12:40,700 --> 00:12:45,320 +إلى انثيالات شعرية أو انثيالات مشاعر، العقاد حاول + +130 +00:12:45,320 --> 00:12:49,580 +العقاد أن يكتب شعرا جديدا وأن يبتعد عن شعر + +131 +00:12:49,580 --> 00:12:55,560 +المناسبة لكن لم يبتعد تماما بل بقى مشدودا إلى شعر + +132 +00:12:55,560 --> 00:13:02,380 +المناسبة، أخطر عيوب شعره غلبت النزعة العقلية أو + +133 +00:13:02,380 --> 00:13:07,700 +الفلسفية عليه، وسيطرة المفكر على الشاعر، سيطرة المفكر + +134 +00:13:07,700 --> 00:13:15,000 +على الشاعر فانصبغ شعره بصبغة عقله أو بطبيعة عقله + +135 +00:13:15,000 --> 00:13:20,240 +ودائما كانت تخضع عنده القصيدة إلى هندسة عقلية تخضع + +136 +00:13:20,240 --> 00:13:25,740 +إلى هندسة عقلية وهذه الهندسة العقلية ربما تنزل + +137 +00:13:25,740 --> 00:13:32,840 +بعفوية وشعرية القصيدة عند العقاد وربما أحيانا تخرج + +138 +00:13:32,840 --> 00:13:39,360 +من الماء أو تخرج من الوجدان متى + +139 +00:13:39,360 --> 00:13:50,060 +توفي العقاد؟ العقاد تقريبا توفي في باريس 1964، هو + +140 +00:13:50,060 --> 00:13:58,410 +أكثر مدرسة الديوان عمرا، المازني 1944 تقريبا، توفي عبد + +141 +00:13:58,410 --> 00:14:04,170 +الرحمن شكرا تسعمية وثمانية وخمسين هو تسعمية + +142 +00:14:04,170 --> 00:14:09,190 +وأربعة وستين فهو كان أكثرهم القصيدة اللي بين + +143 +00:14:09,190 --> 00:14:14,610 +أيدينا يطلق عليها قصيدة نفسه أو قصيدة ضمءان ضمءان + +144 +00:14:14,610 --> 00:14:21,330 +يعني لها اسمها اللي موجود في ديوانه نفسه لكن أيضا + +145 +00:14:21,330 --> 00:14:26,670 +موجود قصيدة أخرى بذات العنوان نفسه يعني موجود + +146 +00:14:26,670 --> 00:14:31,710 +كذلك هناك قصيدة أخرى بذات العنوان اللي هو نفسه + +147 +00:14:31,710 --> 00:14:39,370 +دعونا نقرأ هذه القصيدة و نقف على بعض معالم التجربة + +148 +00:14:39,370 --> 00:14:46,850 +الجديدة عند مدرسة الديوان من + +149 +00:14:46,850 --> 00:14:54,810 +يقرأ لنا؟ من تقرأ لنا؟ افتحوا القصيدة ضمءان + +150 +00:14:54,810 --> 00:15:00,930 +وضمءان غمقانه غمقانه لا صوب الغمام ولا عذب المدام + +151 +00:15:00,930 --> 00:15:07,230 +ولا الأنداء ترويني حيرانه حيرانه لا نجم السماء ولا + +152 +00:15:07,230 --> 00:15:11,290 +معالم الأرض في الغماء تهديني في الغماء .. في + +153 +00:15:11,290 --> 00:15:19,570 +الغماء تهديني يقضانه يقضانه لا طيب الرقاد يداويني + +154 +00:15:19,570 --> 00:15:22,890 +يدانيني صلح ال .. يعني يدانيني + +155 +00:15:26,740 --> 00:15:32,260 +يقضانوا يقضانوا لا طيب الرقادي يدانيني ولا سمر + +156 +00:15:32,260 --> 00:15:39,620 +السماري يلهيني يلهيني غصانوا غصانوا لا الأوجه + +157 +00:15:39,620 --> 00:15:47,660 +تبليني ولا الكوارث والأشجان تبكي تبكيني شعري دموعي + +158 +00:15:47,660 --> 00:15:55,210 +وما بالشعري من عوض عدي الدموع نفاها جفن محزونييا + +159 +00:15:55,210 --> 00:16:00,550 +سوء ما أبقت الدنيا لمغتبط على المدامع أجفان + +160 +00:16:00,550 --> 00:16:07,430 +المساكين هم أطلقوا الحزن فارتاحت جوانحهم وما + +161 +00:16:07,430 --> 00:16:14,690 +استراحت بحزن فيه مدفون أسوان أسوان لا طب الأثات + +162 +00:16:14,690 --> 00:16:22,030 +ولا سحر الرقات من اللأواء يشفينيسأمان سأمان لا صبو + +163 +00:16:22,030 --> 00:16:29,210 +الحياة ولا عجائب القدر المكنون تعنيني أصاحب الدهر + +164 +00:16:29,210 --> 00:16:37,710 +لا قلب فيسعدني على الزمان ولا خل فيأسوني يديك تمحو + +165 +00:16:37,710 --> 00:16:44,770 +ضنا يا موت في كبري فلست تمحوه إلا حين تمحونيقصيدة + +166 +00:16:44,770 --> 00:16:52,010 +قصيرة و نفس الشاعر فيها قصير و قصير جدا و كانها + +167 +00:16:52,010 --> 00:16:59,710 +مقطوعة من تقرا أيضا نريد من تقرا القصيدة نعم أفهى + +168 +00:16:59,710 --> 00:17:06,350 +صوتك قمقان قمقان يا صوب الغمامي ولا عقل مدابي ولا + +169 +00:17:06,350 --> 00:17:12,710 +الأنداء في التربيتحيران حيران لا نجم السماء ولا + +170 +00:17:12,710 --> 00:17:19,010 +معاني الأرض في الغماء تحكمه في الغماء في الغماء + +171 +00:17:19,010 --> 00:17:24,730 +تحكمه يقدان يقدان لا طيب الرقم لا طيب الرقم ولا + +172 +00:17:24,730 --> 00:17:27,890 +سمر + +173 +00:17:27,890 --> 00:17:34,970 +السمار يلممه غصان غصان ولا الأوجاع تبلنه ولا + +174 +00:17:34,970 --> 00:17:41,940 +الكوارث والأجزان تبطنه شغلي دموعي وما الشغل .. وما + +175 +00:17:41,940 --> 00:17:49,060 +.. وما بالشغل من عوض .. من عيوض .. شغلي دموعي وما + +176 +00:17:49,060 --> 00:17:57,240 +بالشغل من عوض عن الدموع يفالها جفن وحزون يا سوء ما + +177 +00:17:57,240 --> 00:18:04,760 +أفقد الدنيا لمفقد على الأدامي أشفان المساكين هم + +178 +00:18:04,760 --> 00:18:11,360 +أطلقوا الحسن فارتاحت جوانهم وما استرحت بحزن فيه فيا + +179 +00:18:11,360 --> 00:18:18,920 +مدفوني أسوان أسوان لا طبق الأساد ولا سفر أقاد من + +180 +00:18:18,920 --> 00:18:25,740 +الأقواء يشفيني سأمان سأمان لا سطر الحياة ولا عجائب + +181 +00:18:25,740 --> 00:18:32,460 +القدر المكنون تعتنيني أصاحب الدهب لا قلب فيسرق + +182 +00:18:32,460 --> 00:18:51,070 +فيفردني على الزمان ولا كل فيأسوني في كبدي + +183 +00:18:51,070 --> 00:18:59,710 +.. في كبدي في + +184 +00:18:59,710 --> 00:19:04,730 +كبدي + +185 +00:19:05,900 --> 00:19:12,700 +فلست تنحوه فلست تنحوه إلا حين + +186 +00:19:12,700 --> 00:19:20,380 +تنحوه طالبة ثالثة ايوة اتفضلي غمقانه غمقانه لا صوب + +187 +00:19:20,380 --> 00:19:26,320 +لغمامي ولا عذب المداني ولا الأنداء تروحيني حيرانه + +188 +00:19:26,320 --> 00:19:31,080 +حيرانه لا نجم السماء ولا معالم الأرض في الغماء + +189 +00:19:31,080 --> 00:19:38,480 +تهديني تهديني أفضامي أفضامي ولا رطيب روغادي مدانيني + +190 +00:19:38,480 --> 00:19:43,480 +ولا سار السومالي مديني غصان وغصان ولا الأوجار + +191 +00:19:43,480 --> 00:19:49,120 +تبنيني ولا التوارث ولا الأشجار تبكيني شاري دموعي + +192 +00:19:49,120 --> 00:19:53,320 +وما مش شاري من عوابنا أنا الدموعي نفاحة جفن + +193 +00:19:53,320 --> 00:19:59,420 +ومحزونة يا سوء ما أبقى الدنيا لمطبطا على المدامي + +194 +00:19:59,420 --> 00:20:05,270 +أشفان المساكنة هم أطلقوا الحزن فاتاحت جمالهمها وما + +195 +00:20:05,270 --> 00:20:10,070 +استرحتوا بحزن هي ما تقولوا أسوانه أسوانه لا وطحو + +196 +00:20:10,070 --> 00:20:18,090 +الأسات ولا سحر الرغاة من اللأوه من اللأواء يا + +197 +00:20:18,090 --> 00:20:24,170 +شفيني من اللأواء يا شفيني سأمانه سأمانه لا صفو + +198 +00:20:24,170 --> 00:20:30,480 +الهيات ولا عجائب القدر مقنون لتعانينيو صاحب الدهر + +199 +00:20:30,480 --> 00:20:37,200 +لقيتني فيسعدني فيسعدني فيسعدني على الزمان ولا غلط + +200 +00:20:37,200 --> 00:20:43,800 +فيوقف يأسوني يداي جفانه ضنن يموت في كبدي فلست + +201 +00:20:43,800 --> 00:20:48,840 +تمكنه إلا حين تمكني يقرأ ولا بيقرأ صامتة حتى نحلل + +202 +00:20:48,840 --> 00:20:50,620 +مضمون القصير + +203 +00:22:21,170 --> 00:22:34,790 +الشاعر أطلق على قصيدته نفثة نفثة + +204 +00:22:34,790 --> 00:22:40,790 +نفثة ونحن + +205 +00:22:40,790 --> 00:22:45,630 +نقرأ في القرآن الكريم قل + +206 +00:22:45,630 --> 00:22:53,230 +أعوذ برب الفلق من شرهو من شره .. و من شره النفاذة + +207 +00:22:53,230 --> 00:23:05,570 +النفذ قيل هو التفل أو هو النفخ بقوة التفل + +208 +00:23:05,570 --> 00:23:08,330 +أن تنفخ معريق مع بصاق + +209 +00:23:10,820 --> 00:23:16,800 +بعض من أراد أو من يريد أن يرقي أحدا فإنه يدفل عليه + +210 +00:23:16,800 --> 00:23:23,780 +هذا يسمى تفل إذا كان فيه ريق وقيل إذا كان بدون ريق + +211 +00:23:23,780 --> 00:23:29,520 +يعني نفخ بدون ريق يسمى نفسه يسمى نفسه لكن بشرط أن + +212 +00:23:29,520 --> 00:23:38,660 +يكون بقوة فإما أن يكون النفس تفل وإما أن يكون نفخ + +213 +00:23:38,660 --> 00:23:39,720 +بقوة + +214 +00:23:43,570 --> 00:23:51,090 +وعند العرب يسم الشعرة نفسا + +215 +00:23:51,090 --> 00:23:57,530 +لأنه + +216 +00:23:57,530 --> 00:24:01,050 +كشيء ينفذه الإنسان من فيه + +217 +00:24:08,330 --> 00:24:13,050 +لذلك يقولوا نفثة المصدور المصدور أيه يعني المصدور + +218 +00:24:13,050 --> 00:24:20,530 +من صدري فنفثة + +219 +00:24:20,530 --> 00:24:26,250 +اسم عام يعني لا يخص قصيدة معينة أي شي تقوله يمكن + +220 +00:24:26,250 --> 00:24:30,670 +أن يكون نفثة يعني أي شي تقوله شعرا أو نثرا يمكن أن + +221 +00:24:30,670 --> 00:24:32,330 +يكون نفثة + +222 +00:24:35,010 --> 00:24:41,450 +لذلك البعض أطلق عليها ضمقان و ضمقان باعتبار + +223 +00:24:41,450 --> 00:24:50,250 +الأبيات أو البيت الأول من القصيدة نقرأ + +224 +00:24:50,250 --> 00:24:54,290 +الآن البيت الأول ضمقان + +225 +00:24:54,290 --> 00:24:59,150 +و ضمقان ولا صوب الغمام ولا عذب المدام ولا الأنداء + +226 +00:24:59,150 --> 00:25:04,070 +ترويني الغمام السحابة + +227 +00:25:09,330 --> 00:25:15,450 +الغمامة هي السحابة والغمام جمعه غمامة وغمائم كذلك + +228 +00:25:15,450 --> 00:25:28,170 +والصوب ماهو الصوب المصب يعني الصيب كصيب من السماء + +229 +00:25:28,170 --> 00:25:35,670 +يعني الماء المصب السحابة المصبة ولا + +230 +00:25:35,670 --> 00:25:43,600 +عذب المدام المدام المطر والمدام + +231 +00:25:43,600 --> 00:25:48,360 +كذلك الخمر والمدامة + +232 +00:25:48,360 --> 00:25:58,480 +الخمر والمدام والخمر الأنداء جمع النداء قطرات + +233 +00:25:58,480 --> 00:25:59,580 +الصباح + +234 +00:26:10,170 --> 00:26:16,130 +ماذا يبدو حال الشاعر في البيت الأول؟ ماذا يبدو حال + +235 +00:26:16,130 --> 00:26:28,670 +الشاعر من البيت الأول؟ نريد + +236 +00:26:28,670 --> 00:26:32,170 +كلاما دقيقة، بقول ضمءان، مقال ياسان + +237 +00:27:01,870 --> 00:27:10,190 +هنا الضمأ هل هو ضمء مادي؟ هو ضمء إلى الماء؟ أو هو + +238 +00:27:10,190 --> 00:27:17,050 +ضمء إلى شيء غير الماء؟ لا صوب الغمام ولا عذب المدام + +239 +00:27:17,050 --> 00:27:21,970 +ولا الأنداء ما ينوي شيء من هذا إذن الضمأ هنا ضمأ + +240 +00:27:21,970 --> 00:27:29,170 +روحي ضاد التكرار عند الشعب ضمءان و ضمءان كرر + +241 +00:27:29,170 --> 00:27:38,370 +المفردة مرتين واستخدم اسم الفاعل ضمءان على وزن + +242 +00:27:38,370 --> 00:27:42,090 +فعلا الذي يفيد المبالغة والحرارة + +243 +00:27:48,560 --> 00:27:57,300 +لو كان الشاعر ضمئا .. ضمئا ماديا لكفاهه كأس ماء و + +244 +00:27:57,300 --> 00:28:03,800 +شربة ماء لكنسان لا يكفي صوب الغمام ولا عذب المدام + +245 +00:28:03,800 --> 00:28:10,340 +ولا الأنداء، إذا هناك هذا ضمء من نوع خاص طب تأملوا + +246 +00:28:10,340 --> 00:28:11,640 +البيت .. تأملوا البيت الأول + +247 +00:28:15,800 --> 00:28:25,280 +لأ لأ ما أخذونه على الشاعر في البيت الأول، أين هو؟ + +248 +00:28:25,280 --> 00:28:29,760 +طالب + +249 +00:28:29,760 --> 00:28:34,580 +فقط، والبقية أيه؟ + +250 +00:28:34,580 --> 00:28:41,180 +تأملوا البيت الأول، تفضلي + +251 +00:28:54,550 --> 00:28:59,830 +لأ حشو في القيام .. أين الحشو؟ صوب الغمام بتاع + +252 +00:28:59,830 --> 00:29:06,150 +الأنْدُق و عذب المدام .. عذب .. عذب المدام .. المدام + +253 +00:29:06,150 --> 00:29:13,110 +.. المدام بتاع المدار والأندق بتاع المدار اه انتبه + +254 +00:29:13,110 --> 00:29:19,770 +معنا إذا كان صوب الغمام ولا عذب المدام يروي الشاعر + +255 +00:29:19,770 --> 00:29:26,870 +فهل ترويه الأندق؟ من أكثر صوب + +256 +00:29:26,870 --> 00:29:30,090 +الغمام وعدم المدام ولا الأنداء؟ صوب الغمام وعدم + +257 +00:29:30,090 --> 00:29:33,670 +المدام إذا كان صوب الغمام لا يرويه فهل ترويه + +258 +00:29:33,670 --> 00:29:38,370 +الأنداء؟ أخطأ بالترتيب أخطأ بالترتيب ولو قدم + +259 +00:29:38,370 --> 00:29:43,850 +القليل ثم بعد ذلك الكثير لكان أبلغ لو قدم القليل + +260 +00:29:43,850 --> 00:29:49,410 +ثم بعد ذلك الكثير لكان أولى إذا الكثير لا يروي + +261 +00:29:49,410 --> 00:29:52,010 +ضمأهم فكيف بالقليل؟ + +262 +00:29:55,540 --> 00:30:03,800 +الشطر الثاني يدخل في باب الحشد لاحظوا + +263 +00:30:03,800 --> 00:30:10,580 +الشاعر لا يحدثنا عن سبب ضمأه مافي سبب هو يقول أنا + +264 +00:30:10,580 --> 00:30:19,760 +ضمءان و ضمأي شديد و عميق لا ترويه ماء السحاب ولا + +265 +00:30:19,760 --> 00:30:26,570 +المطر الشديد ولا الأنداء وهذه حالة نفسية تحتاج إلى + +266 +00:30:26,570 --> 00:30:33,770 +قصيدة لوحدها تحتاج إلى قصيدة فينتقل إلى حالة نفسية + +267 +00:30:33,770 --> 00:30:41,170 +جديدة دون أن يسترسل أو يفصل لنا في الحالة الأولى + +268 +00:30:41,170 --> 00:30:46,690 +البيت الثاني حيران حيران لا نجم السماء ولا معالم + +269 +00:30:46,690 --> 00:30:49,730 +الأرض في الغماء تهديني + +270 +00:30:52,030 --> 00:31:01,530 +إذا الأول كان إيه؟ كان ضمءان يكون + +271 +00:31:01,530 --> 00:31:13,230 +ليلة غماء .. ليلة غماء أي لا يظهر فيها القمر ولا + +272 +00:31:13,230 --> 00:31:15,130 +تبدو فيها معالم الأشياء + +273 +00:31:25,510 --> 00:31:29,190 +والرسول عليه الصلاة والسلام قال إذا غم عليكم + +274 +00:31:29,190 --> 00:31:32,230 +الهلال + +275 +00:31:32,230 --> 00:31:45,470 +إذا غم عليكم الهلال فيتموا الشهرة ثلاثين يوما أظن + +276 +00:31:45,470 --> 00:31:50,690 +المعنى واضح المعنى واضح يتحدث عن حيرة و أيضا حيرة + +277 +00:31:51,210 --> 00:31:57,010 +روحية وحيرة نفسية حيرة روحية وحيرة نفسية لا تستطيع + +278 +00:31:57,010 --> 00:32:04,470 +نجوم السماء ولا معالم الأرض ولا أنوار الأرض أن + +279 +00:32:04,470 --> 00:32:13,390 +تهدي الشاعر في ليلته الغمام أيضا + +280 +00:32:13,390 --> 00:32:15,950 +استخدم الوزن فعلا + +281 +00:32:20,520 --> 00:32:27,100 +البيت الثالث يقظان يقظان لا طيب الرقاد يدانيني ولا + +282 +00:32:27,100 --> 00:32:35,240 +سمر السماري يلهيني يقظان اليقظة فعل إيجابي أم فعل + +283 +00:32:35,240 --> 00:32:44,820 +سلبي؟ ماذا كانت تستخدم العرب للدلالة على السهر في + +284 +00:32:44,820 --> 00:32:45,560 +الليل؟ + +285 +00:32:55,490 --> 00:33:01,310 +أي نعم السهر بتعب لكن يقظان ربما يقظان في شيء سعيد + +286 +00:33:01,310 --> 00:33:05,470 +ربما اليقظان يكونا .. يكونا سعيدين لكن الأرق يدل + +287 +00:33:05,470 --> 00:33:10,810 +على السهر مع التعب النفسي أو التعب الروحي يقظان و + +288 +00:33:10,810 --> 00:33:18,610 +يقظان و لا .. الرقاد يعني النوم الرقاد النوم يعني + +289 +00:33:18,610 --> 00:33:24,190 +هو يقظان يدانيه + +290 +00:33:24,190 --> 00:33:25,050 +يعني أقاربه + +291 +00:33:28,260 --> 00:33:36,520 +لا طيب النوم ولا سمر السماري يلهيني حالة عجيبة لا + +292 +00:33:36,520 --> 00:33:42,580 +يستطيع أن يسمر فيطيب ليله ولا يستطيع أن ينام فيطيب + +293 +00:33:42,580 --> 00:33:46,800 +نومه كلّت + +294 +00:33:46,800 --> 00:33:47,400 +حالتين + +295 +00:33:50,920 --> 00:33:57,460 +ولاحظوا أن الشاعر يتحدث عن حالات نفسية بصورة مجملة + +296 +00:33:57,460 --> 00:34:04,520 +دون أن يسترسل ودون أن يفصل الشاعر متحفظ إلى الآن + +297 +00:34:04,520 --> 00:34:11,320 +الشاعر متحفظ لا يريد أن يدخلنا في خيام قلبه ما + +298 +00:34:11,320 --> 00:34:18,600 +زلنا على عتبة باطنه ما زلنا على عتبة الباطن ما .. + +299 +00:34:18,600 --> 00:34:23,680 +ما .. ما يعطينا افتتاحًا حتى ندخل في أعماقه وإلى + +300 +00:34:23,680 --> 00:34:28,640 +اللاوعي وإلى خيام قلبه أيوة البيت الذي يليها؟ + +301 +00:34:28,640 --> 00:34:34,660 +غصان وغصان ولا الأوجاع تبليني ولا الكوارث والأشجان + +302 +00:34:34,660 --> 00:34:44,740 +تبكيني قالت العرب غص بالطعام أو بالماء اعترض في + +303 +00:34:44,740 --> 00:34:49,620 +حلقه فمنعه التنفس والبلع + +304 +00:34:55,200 --> 00:35:00,860 +الشعر يقول فساقى لي الشراب وكنت قبلا أكاد أغص + +305 +00:35:00,860 --> 00:35:06,160 +بالماء الفراتي فساقى لي الشراب وكنت قبلا أكاد أغص + +306 +00:35:06,160 --> 00:35:11,360 +بالماء الفراتي غصان غصان + +307 +00:35:11,360 --> 00:35:17,500 +قريبة من ضمآن غصان قريبة من ضمآن لكن غصان فيها + +308 +00:35:17,500 --> 00:35:24,690 +حرقة غصان فيها حرقة لأ الغصة .. لأ الغصة إما بالماء + +309 +00:35:24,690 --> 00:35:31,930 +كما نقول بالعامية إشرق .. شرق إما بالماء أو بلقمة + +310 +00:35:31,930 --> 00:35:37,850 +من الطعام لا الأوجاع تبليني ولا الكوارث ولا أشجانه + +311 +00:35:37,850 --> 00:35:44,930 +طوكيه طب لفظ الكوارث هل هو لفظ شعري أو شاعر؟ + +312 +00:35:44,930 --> 00:35:48,530 +الكوارث ممكن استخدامها .. استخدامها شعري + +313 +00:35:51,310 --> 00:35:59,150 +ما رأيكم في هذا اللفظ؟ الكوارث أنا + +314 +00:35:59,150 --> 00:36:11,530 +نلاحظ أنه كلمة ركيكة كلمة غير شعرية للأوجاع + +315 +00:36:11,530 --> 00:36:17,270 +تبليني هتأتي على حياتي + +316 +00:36:20,380 --> 00:36:28,640 +فهو يغص بالألم والهموم والأوجاع فهذه الأوجاع لا + +317 +00:36:28,640 --> 00:36:33,120 +تُبليه .. لا تفني حياته ولا الكوارث ولا الشجاعة + +318 +00:36:33,120 --> 00:36:37,840 +طوكيه الأشجاع + +319 +00:36:37,840 --> 00:36:41,060 +يعني الأحزان .. الأشجان يعني الأحزان + +320 +00:36:46,910 --> 00:36:50,930 +طب ما علاقة الغصص بالأوجاع والكوارث والأشجان؟ ما + +321 +00:36:50,930 --> 00:36:58,190 +علاقة الغصص والغصة بالكوارث والأشجان والأوجاع؟ + +322 +00:36:58,190 --> 00:37:02,430 +ما العلاقة بينهم؟ + +323 +00:37:02,430 --> 00:37:05,990 +مع + +324 +00:37:05,990 --> 00:37:10,830 +كثرة الأشجان والأحزان والأوجاع تزيد الحرقة + +325 +00:37:10,830 --> 00:37:15,110 +للأشجان؟ تزيد الحرقة؟ + +326 +00:37:17,320 --> 00:37:24,760 +عند الشاعر اه فضلي جميل + +327 +00:37:24,760 --> 00:37:31,120 +أصابه نوع من البلادة ونوع من عدم الإحساس والله + +328 +00:37:31,120 --> 00:37:41,320 +مبالغ هل + +329 +00:37:41,320 --> 00:37:45,490 +هذا وصفه المحمود للإنسان؟ هل هذا وصف المحمود + +330 +00:37:45,490 --> 00:37:51,190 +للإنسان أن يصاب بالتبلد؟ لكن هنا من باب المجاز، + +331 +00:37:51,190 --> 00:37:55,810 +يمكن أن يكون من باب المجاز وإظهار الأحزان + +332 +00:37:55,810 --> 00:38:02,190 +المتراكمة في حلق الشاعر وفي روح الشاعر التي يغص + +333 +00:38:02,190 --> 00:38:08,530 +بها وتملأ حلقه فتمنعه من الضحك وتمنعه من الكلام + +334 +00:38:08,530 --> 00:38:10,310 +والتنفس والتبسم + +335 +00:38:14,690 --> 00:38:26,210 +البيت التالي للشعر + +336 +00:38:26,210 --> 00:38:34,850 +إذا أراد أن يبكي فيبكي شعرا فيبكي شعرا دموعي هي + +337 +00:38:34,850 --> 00:38:42,560 +شعري وشعري هي دموعي أُما بالشعر من عوض عن الدموع + +338 +00:38:42,560 --> 00:38:50,260 +نفاه جفنه محزون الشعر + +339 +00:38:50,260 --> 00:38:58,860 +يتجلد يحاول يتجلد ولكن يقول هذا الشعر المحزون هي + +340 +00:38:58,860 --> 00:39:06,960 +عبارة عن الدموع التي ينثرها جفنه المحزون الدموع + +341 +00:39:06,960 --> 00:39:14,260 +التي ينثرها جفن المحزون وكان + +342 +00:39:14,260 --> 00:39:21,320 +الشاعر يعني يعلّل ويستدرك + +343 +00:39:21,320 --> 00:39:30,540 +على سؤال السائل لم هو غصان ولم هو سأمان ولم هو ضمآن + +344 +00:39:30,540 --> 00:39:31,860 +وحيران ويقظان + +345 +00:39:36,270 --> 00:39:42,110 +البيت السابع؟ ما + +346 +00:39:42,110 --> 00:39:45,830 +هي + +347 +00:39:45,830 --> 00:39:53,110 +الغبطة؟ ما هي الغبطة؟ + +348 +00:39:53,110 --> 00:39:57,190 +الغبطة؟ + +349 +00:39:57,190 --> 00:40:00,630 +ما الغبطة؟ + +350 +00:40:00,630 --> 00:40:04,230 +الفرح أو حسن الحال أو المسرة + +351 +00:40:06,930 --> 00:40:13,550 +وفلان مغطبط أو مغطّب، يجوز بكسر الباء وفتح الباء، + +352 +00:40:13,550 --> 00:40:21,830 +مغطّب ومغطّب، + +353 +00:40:21,830 --> 00:40:27,830 +وهي تدل على الفرح وعلى حسن الحال + +354 +00:40:34,220 --> 00:40:39,120 +لاحظوا تكرار الدموع لاحظوا في البيت السابق كرر + +355 +00:40:39,120 --> 00:40:44,060 +الدموع مرتين وكرر + +356 +00:40:44,060 --> 00:40:50,560 +الجفن مرتين أجفان نفاه جفن محزوني ونقال أجفان + +357 +00:40:50,560 --> 00:40:56,080 +المساكين لاحظوا هذا التكرار نحتاج هذا التكرار في + +358 +00:40:56,080 --> 00:41:01,280 +حديث عن لغة العقاد وعن معجم العقاد نحتاج هذا + +359 +00:41:01,280 --> 00:41:07,880 +التكرار ما معنى البيت هنا؟ يا سوء ما أبقى في الدنيا + +360 +00:41:07,880 --> 00:41:16,060 +لمُغتبطة، يا سوء النداء هنا، نداء ما + +361 +00:41:16,060 --> 00:41:26,700 +معنى البيت هنا؟ يبكي + +362 +00:41:26,700 --> 00:41:30,320 +على حالي؟ كيف يبكي على حالي؟ + +363 +00:41:39,930 --> 00:41:48,270 +شاعر كأنه يقول ما أغتبط إنسان إلا بدمع من دموع + +364 +00:41:48,270 --> 00:41:57,370 +المساكين إلا قبله ونظره دموع مساكين كما أن هناك + +365 +00:41:57,370 --> 00:42:00,730 +اغتباط هناك دموع المساكين + +366 +00:42:03,740 --> 00:42:11,420 +أيوة فإذا اغتبطت أنت اهتم بغيرك وإذا ضحكت أنت بكى + +367 +00:42:11,420 --> 00:42:19,600 +غيرك هم + +368 +00:42:19,600 --> 00:42:25,700 +أطلقوا الحزن هم أطلقوا الحزن كأرتاحت جوانحهم وما + +369 +00:42:25,700 --> 00:42:32,880 +استراحت بحزن فيه مدفون اه الجوانح جمع جانحة + +370 +00:42:36,160 --> 00:42:45,420 +وهي أضلعه الإنسان القصير اللي في الصدر الجوانح هم + +371 +00:42:45,420 --> 00:42:52,420 +من مقصود بهم تعود على من؟ على من هم؟ على المساكين + +372 +00:42:52,420 --> 00:42:55,560 +فارتاحت + +373 +00:42:55,560 --> 00:43:03,320 +جوانحه وما استراحت بحزن فيه مدفون طب + +374 +00:43:03,320 --> 00:43:10,940 +وقال قبل بيتين شعري دموعي كيف + +375 +00:43:10,940 --> 00:43:17,400 +قال شعري دموعي وهنا قال وما استراحت بحزن في مدفوني + +376 +00:43:17,400 --> 00:43:27,840 +لم تكن قصيدته دمعا ودموعا كما قال لنا فلماذا لم + +377 +00:43:27,840 --> 00:43:33,660 +يسترح؟ لكن هو عنده مقابلة الشعري من أجله اه يعني + +378 +00:43:34,430 --> 00:43:41,690 +شعر ربما أضاف له مزيدا من الأوجاع ربما أضاف له + +379 +00:43:41,690 --> 00:43:48,770 +مزيدا من الأوجاع وأيضا هذا البيت يدل على تحفظ + +380 +00:43:48,770 --> 00:43:56,650 +العقاد قال هم أطلقوا الحزن لكن هو لم يطلق الحزن هو + +381 +00:43:56,650 --> 00:44:01,710 +شعر متحفظ لم يطلق الحزن لو أطلق الحزن لتغيرت + +382 +00:44:01,710 --> 00:44:09,860 +قصيدته وتغير شعره لكن العقاد ما زال على سجيته وعلى + +383 +00:44:09,860 --> 00:44:15,500 +طبيعته في التحفظ وعدم الاسترسال وما زال يتحكم في + +384 +00:44:15,500 --> 00:44:20,360 +عواطفه لذلك لم يطلق الحزن قال هم أطلقوا الحزن + +385 +00:44:20,360 --> 00:44:29,420 +مفهوم المخالفة هو لم يطلق الحزن لغة + +386 +00:44:29,420 --> 00:44:39,580 +مقال فيه مدفون الدفن يدلوا على ماذا؟ الكتمان عدم + +387 +00:44:39,580 --> 00:44:47,200 +البوح ما في بوح عند العقاد فيه كتمان وتحفظ في هذا + +388 +00:44:47,200 --> 00:44:55,680 +القصيدة البيت الذي يليه أسوان وأسوان ولا أطباء + +389 +00:44:55,680 --> 00:45:01,220 +ولا سحر الرقاة من الألواء يا شفيني أسوان من الأسل + +390 +00:45:01,220 --> 00:45:02,300 +حظر يعني شديد + +391 +00:45:05,310 --> 00:45:09,690 +طب الأطباء يعني الأطباء، القاسي، الحاجبون القاسي + +392 +00:45:09,690 --> 00:45:20,530 +والطبيب سحر الرقاة من + +393 +00:45:20,530 --> 00:45:26,510 +الرقى والراقي والرقى هي العوذة التي يقرأها + +394 +00:45:26,510 --> 00:45:33,670 +الإنسان على المريض والمهموم والرقى نوعان رقيا + +395 +00:45:33,670 --> 00:45:39,800 +شرعية إذا كانت من الكتاب والسنة ورقيا غير شرعية + +396 +00:45:39,800 --> 00:45:45,140 +إذا كانت من كلام الكهان والسحرة والذين يتبعون الجن + +397 +00:45:45,140 --> 00:45:50,820 +الألواء + +398 +00:45:59,450 --> 00:46:02,690 +النبي صلى الله عليه وسلم في حديث الله يقول من كان + +399 +00:46:02,690 --> 00:46:10,210 +له ثلاث بنات فصبر على ألوائهن كنّ له حجابا من + +400 +00:46:10,210 --> 00:46:16,330 +النار ألوائهن يعني شدة هنّ يعني وضيق العيش العيش + +401 +00:46:16,330 --> 00:46:21,590 +لاحظوا + +402 +00:46:21,590 --> 00:46:27,660 +أن الشاعر في البيت السابع لما قالوا أطلقوا الحزن كنا + +403 +00:46:27,660 --> 00:46:33,080 +نتوقع أن يكون هذا البيت نهاية القصيدة نتوقع أن + +404 +00:46:33,080 --> 00:46:39,100 +يكون هذا البيت نهاية خاتمة القصيدة وإذ به يعود + +405 +00:46:39,100 --> 00:46:45,240 +مرة ثانية إلى الحديث عن حالته النفسية أسوان و + +406 +00:46:45,240 --> 00:46:45,660 +أسوان + +407 +00:46:55,510 --> 00:47:04,270 +لا أطباء لا أطباء ولا سحر الرقا ثم يتحدث بعد ذلك عن + +408 +00:47:04,270 --> 00:47:11,750 +السأم والملل الذي أصابه سأمان سأمان لا صفو الحياة + +409 +00:47:11,750 --> 00:47:16,930 +ولا عجائب القدر المكنون تعميني القدر المكنون + +410 +00:47:16,930 --> 00:47:25,060 +المكنون يعني المخبأ غير المعلوم المحفوظ أي لا تثير + +411 +00:47:25,060 --> 00:47:30,400 +وعجائب القدر وصل إلى حالة من السأم والملل والضجر + +412 +00:47:30,400 --> 00:47:38,620 +لا تثير وعجائب القدر ولا عجائب الأحداث فهو + +413 +00:47:38,620 --> 00:47:49,560 +كخشبة جامدة محطمة ويحاول + +414 +00:47:49,560 --> 00:47:51,160 +الشعر يفتش عن + +415 +00:47:57,490 --> 00:48:04,250 +ولا صديقا يأسو جراحه ويواسيه في مصابه فهو وحيد + +416 +00:48:04,250 --> 00:48:08,850 +يشعر بالوحدة العميقة رغم كثرة الناس من حوله يشعر + +417 +00:48:08,850 --> 00:48:15,250 +بالوحدة العميقة وصاحب الدهر وصاحب الدهر لا قلب + +418 +00:48:15,250 --> 00:48:21,230 +فيهسعدني على الزمان ولا خِلّ فيأسوني اه وصاحب الناس + +419 +00:48:21,230 --> 00:48:28,800 +مدى الدهر لا قلبهم فيسعدني ولا خلهم الخل هو الصديق + +420 +00:48:28,800 --> 00:48:39,760 +اللصيق لصديقي الذي يخاليه يدخل في حاجاته فيأسوني + +421 +00:48:39,760 --> 00:48:47,040 +يأس جراحي ويواسيني هو يشعر بالانفراد والعزلة و + +422 +00:48:47,040 --> 00:48:51,960 +الوحدة رغم كثرة الناس من حوله عزلة نفسية + +423 +00:48:57,190 --> 00:49:04,330 +ما الحل عند الشاعر من الخروج من كل هذه الأحوال + +424 +00:49:04,330 --> 00:49:08,850 +النفسية المتراكبة والمتراكبة ما الحل عند الشاعر + +425 +00:49:08,850 --> 00:49:15,950 +في البيت الآخر يعني الحل أيوا يديك يديك فمس ضنن + +426 +00:49:15,950 --> 00:49:22,350 +يموت في كبريفلسة تنفوه إلا حين تنفوني الضنى هو + +427 +00:49:22,350 --> 00:49:28,070 +المرض الشديد الذي يثقل الإنسان أو الهم الشديد أقول + +428 +00:49:28,070 --> 00:49:39,010 +أضناه المرض أو أضناه الهم يعني أمرضه وقعده والضنى + +429 +00:49:39,010 --> 00:49:44,290 +كذلك سوء الحال هذا هو الولد الولد الضنى يسموه + +430 +00:49:44,290 --> 00:49:45,090 +يومان الضنى + +431 +00:49:53,590 --> 00:50:01,110 +من أعرض عن ذكري ماشية ضنكة فالضنك كذلك يحمل معنى + +432 +00:50:01,110 --> 00:50:07,470 +لوضيق الحياة يديك سرح يديك أطلق يديك أيها الموت + +433 +00:50:07,470 --> 00:50:13,330 +فامحوا هذا + +434 +00:50:13,330 --> 00:50:19,730 +الهم الذي أفقلني وأضناني والذي سكن كبدي + +435 +00:50:22,360 --> 00:50:29,740 +ولكن عندما تمحوا هذا الهم ستمحونه هنا نوع من + +436 +00:50:29,740 --> 00:50:34,720 +التلاحم مع هذا الهم وهذا الضنب يعني العقادة + +437 +00:50:34,720 --> 00:50:43,320 +نسميها عقادة أصبح كتلة من الهم والضنب كتلة من + +438 +00:50:43,320 --> 00:50:49,360 +الأمراض والأوجاع النفسي لماذا نستخدم الكبد قال في + +439 +00:50:49,360 --> 00:50:51,940 +كبدي لماذا نستخدم الكبد + +440 +00:50:59,420 --> 00:51:06,760 +شاعر أحمد شوقي قال كتمت السهمة في كبدي، والعرب + +441 +00:51:06,760 --> 00:51:11,380 +تقول نضرب اليهم أكباد القبل في كبدي السماء، ليه ما + +442 +00:51:11,380 --> 00:51:14,720 +الكبل؟ + +443 +00:51:14,720 --> 00:51:20,760 +لأن عند العرب الكبد هو خزان المشاعر، وقطعة عزيزة + +444 +00:51:20,760 --> 00:51:28,540 +في الجسم حتى الأبناء يطلق عليهم فلذات أكبادهم أو قطعة + +445 +00:51:28,540 --> 00:51:35,040 +عزيزة عند العرب وعند الإنسان الشاعر في البيت + +446 +00:51:35,040 --> 00:51:40,180 +الأخير على طريقة الرومانسيين الذين إذا ضاقت بهم + +447 +00:51:40,180 --> 00:51:47,540 +الحياة يطلبون الموت فياموتوا ذر إن الحياة ذميمة + +448 +00:51:47,540 --> 00:51:52,640 +قال أبو العلاء المعري ويا نفسي جدي إن دهرك يهازلوا + +449 +00:51:58,460 --> 00:52:02,560 +والشاعر أولاديه باللبناني جبران خليل جبران كان + +450 +00:52:02,560 --> 00:52:10,060 +يقول تعالى يا موت فخلصني من ما أنا فيه وخذني إلى + +451 +00:52:10,060 --> 00:52:17,240 +الأبدية وخذني للأبدية كأن الموت باب إلى الخلود + +452 +00:52:17,240 --> 00:52:21,060 +وإلى الأبدية وهذا نمط أو هذا تقليد عند الشعراء + +453 +00:52:21,060 --> 00:52:25,240 +الرومانسيين كان إذا نزل بهم الهم أو ضاقت بهم + +454 +00:52:25,240 --> 00:52:32,880 +الحياة يعني ينادون ويصرخون على صديقهم المقرب + +455 +00:52:32,880 --> 00:52:37,380 +والقريب وهو الموت أن يأتي فيقلصهم مما هم + +456 +00:52:48,250 --> 00:52:53,270 +المرة القادمة إن شاء الله نكمل في قصيدة العقاد في + +457 +00:52:53,270 --> 00:53:01,770 +قراءة نقدية لهذا النص العقاد ومن خلاله نحلل + +458 +00:53:01,770 --> 00:53:07,510 +أساليب الأسلوبية والمعنوية لشعر مدرسة الديوان diff --git a/PL9fwy3NUQKwbvX-idZnsXAzsMZTojRWzu/nmsImplN6bo_postprocess.srt b/PL9fwy3NUQKwbvX-idZnsXAzsMZTojRWzu/nmsImplN6bo_postprocess.srt new file mode 100644 index 0000000000000000000000000000000000000000..dfb5a64d95e8ce6067eafcded2fafdcf7d743a45 --- /dev/null +++ b/PL9fwy3NUQKwbvX-idZnsXAzsMZTojRWzu/nmsImplN6bo_postprocess.srt @@ -0,0 +1,1404 @@ +1 +00:00:20,720 --> 00:00:22,740 +أعوذ بالله من الشيطان الرجيم بسم الله الرحمن + +2 +00:00:22,740 --> 00:00:25,720 +الرحيم الحمد لله والصلاة والسلام على رسول الله + +3 +00:00:25,720 --> 00:00:30,380 +نواصل ان شاء الله في محاضرات الأدب العربي الحديث + +4 +00:00:30,380 --> 00:00:36,780 +واليوم مع نص جديد وشاعر جديد وهو شاعر السوري + +5 +00:00:36,780 --> 00:00:47,020 +الفلسطيني شاعر عمر شافع أبو ريشان وهذا شاعركُتب له + +6 +00:00:47,020 --> 00:00:56,260 +وكُتب لشعره شيء من الخلود وهذا شاعر عاش عمرا مديدا + +7 +00:00:56,260 --> 00:01:03,700 +وأنتج شعرا وانتج أدبا ومجموعات ومسرحيات لذلك عندما + +8 +00:01:03,700 --> 00:01:09,500 +ندرس هذا الشاعر فإنما ندرسه مخزونا من الأدب + +9 +00:01:09,500 --> 00:01:15,590 +ومخزونا من الشعر قبل أن نشرعفي الحديث أو في تشريح + +10 +00:01:15,590 --> 00:01:23,510 +النص وتحليل النص نودّه نقف قليلا ترجمة و جمع عند + +11 +00:01:23,510 --> 00:01:27,370 +جامعة علم الأخبار حول الشاعر عمر أبي ريشا مع + +12 +00:01:27,370 --> 00:01:34,840 +زميلتكم منة الله العكلوك فتتفضل على بركة اللهاسمي + +13 +00:01:34,840 --> 00:01:38,000 +الله الرحمن الرحيم Yousef أنا بتحدث عن شاعر من + +14 +00:01:38,000 --> 00:01:41,000 +شارع المدرسة المحافظة و هو الشاعر عمر قابوريشا + +15 +00:01:41,000 --> 00:01:45,220 +الشاعر عمر قابوريشا طبعا والده سوري و أمه فلسطينية + +16 +00:01:45,220 --> 00:01:49,540 +من عكا و ده شاعرنا عمر قابوريشا في منبش عام ألف + +17 +00:01:49,540 --> 00:01:54,760 +تسعمائة و تمانية في منبش .. منبش .. منبش اه .. + +18 +00:01:54,760 --> 00:02:03,460 +منبش نذكركم بمن .. منبش .. بلد الشاعرالحمداني الذي + +19 +00:02:03,460 --> 00:02:11,220 +كان أمير على ملبج طبعا قال صاحب المعجب من الولدان + +20 +00:02:11,220 --> 00:02:18,160 +اليابوت الحماوي قال ملبج اسمه رومي اسمه ايه؟ رومي + +21 +00:02:18,160 --> 00:02:22,960 +ويجوز ان يكون اسمه عربي يعني في احتمال ان يكون + +22 +00:02:22,960 --> 00:02:28,510 +اسمه عربيوانتقل بيه وارده بعد ذلك إلى حلب ليدرس في + +23 +00:02:28,510 --> 00:02:31,690 +المدرسة الابتدائية نموذجية فيها بعد المرحلة + +24 +00:02:31,690 --> 00:02:35,950 +الابتدائية طبعا خده أبوه للجامعة الأمريكية في + +25 +00:02:35,950 --> 00:02:39,590 +بيروت ليتم دراسته الثانوية في هذه الجامعة وكان + +26 +00:02:39,590 --> 00:02:43,270 +يعرف طبعا عمر هو تلميذ بالخطيب والشاعر والمؤلف + +27 +00:02:43,270 --> 00:02:47,390 +المساحي قبل أن يبلغ الثامن عشرة من عضيةوهو من + +28 +00:02:47,390 --> 00:02:51,150 +شعراء طبعا الشعراء المدرسة المحافظة و هو مجدد في + +29 +00:02:51,150 --> 00:02:54,310 +ال .. في الألفاد والصور لكن بدون التجديد بالبحور + +30 +00:02:54,310 --> 00:02:57,670 +والأوزان الشارية فحافظ على البحور الخليلية وجاء + +31 +00:02:57,670 --> 00:02:59,830 +شعره رائع في تصويره معناه + +32 +00:03:03,040 --> 00:03:08,080 +سافر بعد ذلك إلى إنجلترا عام 1930 ليدرس كيمياء + +33 +00:03:08,080 --> 00:03:11,480 +الأسباب في جامعة مانشستر و هناك في بريطانيا زادت + +34 +00:03:11,480 --> 00:03:16,020 +عدلقه بالدين عملت لدعاية في لندن للدين و اتردد على + +35 +00:03:16,020 --> 00:03:19,420 +جامع لندن كتب مقالات كتيرة في هذا الميدان و بعد + +36 +00:03:19,420 --> 00:03:24,840 +ذلك انقلب إلى باريس و عاد إلى حلب عام 1932 بعد ذلك + +37 +00:03:24,840 --> 00:03:27,800 +طبعا نرجع إلى إنجلترا واشتركت في الحركة الوطنية في + +38 +00:03:27,800 --> 00:03:32,350 +سوريا أيام الاحتلال الفرنسي و سجن عدة مرةعرف أن + +39 +00:03:32,350 --> 00:03:35,630 +أهله من طيق وأن عمجد العرب والمسلمين تستقل فيه + +40 +00:03:35,630 --> 00:03:41,950 +دينه؟ طيق وذكركم بمن؟ حاتم من؟ طايق، حاتم الطايق + +41 +00:03:41,950 --> 00:03:48,450 +وابنه من؟ عديق، عديق، عديق ابن حاتم الطاق، اللذي + +42 +00:03:48,450 --> 00:03:53,530 +أسلم طبعا، وحصل أسلامثقافة الشعر هنا عمر أجوليشا + +43 +00:03:53,530 --> 00:03:57,470 +أول شعر اتأثر بوالده في طفولته فكان والده طبعا + +44 +00:03:57,470 --> 00:04:02,190 +يعني يتلوين الشعر الصوفي وكانوا صوفيين فأول ما نهل + +45 +00:04:02,190 --> 00:04:10,210 +منهم اتقطته من وارده ووالده بعد ذلك بدأ ينهل من .. + +46 +00:04:10,210 --> 00:04:16,470 +جده لأمه كان صوفيا يعني جده الفلسطيني لأمه كان .. + +47 +00:04:16,470 --> 00:04:24,660 +كان صوفيا وكان شاعرابعد ذلك طبعا تأثر في العلوم في + +48 +00:04:24,660 --> 00:04:28,940 +بريطانيا و بدأ ينهل من علوم بريطانيا و قال خلال + +49 +00:04:28,940 --> 00:04:32,340 +إقامته في بريطانيا و تيحى لمجال التعمق في دراسة في + +50 +00:04:32,340 --> 00:04:35,260 +الشعر الإنجليزي بصورة خاصة و الشعر العالمي بصورة + +51 +00:04:35,260 --> 00:04:39,880 +عامة المصدر الأخر اللي بنهل منه تجربته وثقافته هو + +52 +00:04:39,880 --> 00:04:44,620 +تجربته الدبلوماسية حيث عمل سفيرا لبكاتير للدول + +53 +00:04:44,620 --> 00:04:47,920 +سفيرة لسوريا طبعا في البرازيل و غيرها من الدول + +54 +00:04:52,760 --> 00:04:57,220 +هنا ذاكركم بمن ايضا شاعر عندنا سفيرة دول مصرية، + +55 +00:04:57,220 --> 00:05:02,320 +شاعر سوريا، نصر + +56 +00:05:02,320 --> 00:05:07,810 +قباني عندنا سفيرة ودول مصريةمن البدايات المتاشرة + +57 +00:05:07,810 --> 00:05:10,530 +طبعا اللي بتدل على أنه كان متعلق بأمته العربية + +58 +00:05:10,530 --> 00:05:15,150 +والإسلامية وكان يسخر شعره لوصف ألامها وأمالها + +59 +00:05:15,150 --> 00:05:19,070 +مسرحياته الشعرية رياض بيقار مسرحية شعرية رياض + +60 +00:05:19,070 --> 00:05:22,010 +بيقار كتبها سنة ألف تسعمائة وتسعة وعشرين وكانت على + +61 +00:05:22,010 --> 00:05:26,830 +أربع فصول ومناظر سقح وراها طبعا على شكل شعري يعني + +62 +00:05:26,830 --> 00:05:31,830 +مسرحية شعرية معركة بيقار بين من ومن كان في + +63 +00:05:31,830 --> 00:05:33,770 +الجاهلية بين من ومن + +64 +00:05:36,570 --> 00:05:41,390 +اللي كان الرسول عليه الصلاة والسلام فيها يعاون + +65 +00:05:41,390 --> 00:05:49,950 +ويناول أعمامه رماحا واسهاما بس هم وعن كده قار كانت + +66 +00:05:49,950 --> 00:05:54,610 +بين العربي والفرس وكانت الغالب اللي مناللي غلب + +67 +00:05:54,610 --> 00:05:58,210 +الألعاب وكان يسلم صغيرا وكان يساعد في هذه المعركة + +68 +00:05:58,210 --> 00:06:02,970 +ويساعد أمامه شاعر طبعا في هذه المسرحية الفاطل + +69 +00:06:02,970 --> 00:06:07,830 +اعتزاز والفخر هو يقول على لسان جساس لعطف انجرف + +70 +00:06:07,830 --> 00:06:12,130 +عليك يا رعتي ومراك شعري قمر في شيطان فالشعر طوعي + +71 +00:06:12,130 --> 00:06:16,930 +ما غمزت عصيا ما غمزت عصيا هو ان جرد الماء في + +72 +00:06:16,930 --> 00:06:17,570 +جرياني + +73 +00:06:22,590 --> 00:06:26,250 +طبعا أمل شاعرنا عمر أبوريشا له ديوان باسم بيت و + +74 +00:06:26,250 --> 00:06:29,830 +بيتان، ديوان باسم نساء، له عدة مسرحيات، يا لأ علي + +75 +00:06:29,830 --> 00:06:34,470 +و الحسين و تاج محل و الطوفان، وله عدة قصائد باسم + +76 +00:06:34,470 --> 00:06:37,250 +حب و مجموعة شرية باسم غنيته في مهتمي + +77 +00:06:40,430 --> 00:06:44,950 +طبعا أثر في شععنا كارثة فلسطين وكتب في ذلك إشارة + +78 +00:06:44,950 --> 00:06:49,010 +في نفلة فلسطينيا السفير الحماسة لإنقاضها وينعى على + +79 +00:06:49,010 --> 00:06:52,510 +حُجام الأمة عزهم عن نصرة أهل فلسطين من ذلك هو + +80 +00:06:52,510 --> 00:06:56,650 +قصيدة أمتي اللي بيكون فيها أمتي التي بين الأمم من + +81 +00:06:56,650 --> 00:07:03,030 +برنسايت أو للقلم أتلقاكي وطرفي مفرقا حجلا من أمسك + +82 +00:07:03,030 --> 00:07:07,590 +المنصرينالإسرائيلة تعلوا راية في حمى المهدي وبل + +83 +00:07:07,590 --> 00:07:10,930 +الحرمى اسمها يناوح الحزانة واطربي وانظري دم + +84 +00:07:10,930 --> 00:07:15,130 +الياتانة وابسكت ولغة هذه القصيدة طبعا بعد هزيمة + +85 +00:07:15,130 --> 00:07:18,410 +التمانية واربعين واترسفل في مخيراتي موطيات كانت + +86 +00:07:18,410 --> 00:07:23,230 +تأخذ شكل تتباع وفاتي توفي شاعر بن عمر أبوريشة في + +87 +00:07:23,230 --> 00:07:27,450 +خمس عشر يوليو ألف تسعمائة وتسعين وقد أصل بجلطة + +88 +00:07:27,450 --> 00:07:34,380 +ديمانية كام سنة عاش؟ كام سنة تم؟حوالي تمانين سنة + +89 +00:07:34,380 --> 00:07:43,160 +تمانين سنة يعني عمران عمران طويل شكرا + +90 +00:07:43,160 --> 00:07:47,980 +لطالبة ماناط الله العكلوك والان افتحوا الكتاب + +91 +00:07:47,980 --> 00:07:52,680 +لنستمع إلى النص بصوت الشهر عمران أبي ريشان صوته + +92 +00:07:52,680 --> 00:08:01,960 +صوت الشهر عمران أبي ريشان اللي عمل من سوريافالضبي + +93 +00:08:01,960 --> 00:08:09,300 +يانر الجبال وسوقي إن الجراح صيحة تبعتيها إن سماء + +94 +00:08:09,300 --> 00:08:17,580 +عندنا فحيح سعيري واطح الكبريا شلوا مدم تحت أقدام + +95 +00:08:17,580 --> 00:08:18,260 +تهرجس + +96 +00:08:30,600 --> 00:08:38,300 +لو لم يعود يكحّل جفنا النلم قيئا مريشي البنزوري + +97 +00:08:38,300 --> 00:08:49,380 +هاجر الوكرة ذاهرا وعلى عينيه شيء من الوداع الأخير + +98 +00:08:49,380 --> 00:08:58,380 +لما قلنا هو هاجر الوكرة ذاهرا وعلى عينيه شيء من + +99 +00:08:58,380 --> 00:09:07,450 +الوداع الأخيرتاركت خلفه مواكب سحب تتهاوى من أفطها + +100 +00:09:07,450 --> 00:09:13,570 +المسحورى كم أكبّت عليه و هي تنبّى فوقه كل فتح + +101 +00:09:13,570 --> 00:09:22,510 +المخورى قبط السفر طاويا من جناحه على كل مطمع مخورى + +102 +00:09:22,510 --> 00:09:31,160 +فتبارك عطائب الطير ما بين شرور من الأذى ونهورىلا + +103 +00:09:31,160 --> 00:09:40,760 +تطيري جوابة الناس جوابة السفر فالنسر اذا ما خبرتيه + +104 +00:09:40,760 --> 00:09:48,880 +لن تطيري نسل الوقم بخلافه وألمت من كبيه عواصف + +105 +00:09:48,880 --> 00:09:58,000 +المقدور والوقار الذي يشير عليه قوة الارث من سعيق + +106 +00:09:58,000 --> 00:10:06,600 +الدروسوقف النسو جائعا يتلوى فوق شوبل على رمال + +107 +00:10:06,600 --> 00:10:12,900 +نثيرى وعجاب المغاد تنفعه بالنخلب الغطى والجناح + +108 +00:10:12,900 --> 00:10:13,840 +القطيرى + +109 +00:10:24,150 --> 00:10:30,630 +على الأحوال الأغبري أنقار حيكل منخوري وإذا مات + +110 +00:10:30,630 --> 00:10:39,870 +الغياهبة واجتاز مرضا من ضمير الأثيري جلجل منه زعقة + +111 +00:10:39,870 --> 00:10:42,970 +نشة الآفة خرّا + +112 +00:10:52,200 --> 00:11:02,200 +وقري المحجوري أيها المسروق هل أعود كما عدت للسحر + +113 +00:11:02,200 --> 00:11:09,380 +قد انا تشعروني اقرا انت ايه انا انا انا انا انا + +114 +00:11:09,380 --> 00:11:11,840 +انا انا انا انا انا انا انا انا انا انا انا انا + +115 +00:11:11,840 --> 00:11:12,280 +انا انا انا انا انا انا انا انا انا انا انا انا + +116 +00:11:12,280 --> 00:11:14,420 +انا انا انا انا انا انا انا انا انا انا انا انا + +117 +00:11:14,420 --> 00:11:14,480 +انا انا انا انا انا انا انا انا انا انا انا انا + +118 +00:11:14,480 --> 00:11:17,260 +انا انا انا انا انا انا انا انا انا انا انا انا ا + +119 +00:11:17,430 --> 00:11:25,150 +إن للجُرح صيحة فابعتيها في + +120 +00:11:25,150 --> 00:11:30,530 +سماع الدُنَف صحيحة بالسعيري واطرحي للكبرياء .. + +121 +00:11:30,530 --> 00:11:42,090 +واطرحي .. واطرحي .. واطرحي .. واطرحي + +122 +00:11:42,090 --> 00:11:43,950 +.. واطرحي .. واطرحي .. + +123 +00:12:06,090 --> 00:12:11,050 +أصبح السفح و ملعب الهنسوري فوضى بيه يادور الجبال و + +124 +00:12:11,050 --> 00:12:11,430 +توري + +125 +00:12:22,180 --> 00:12:26,520 +القراءة و تقفي مافي في العربية سواكن العربية لا + +126 +00:12:26,520 --> 00:12:31,600 +سواكن فيها نعم فاضبي يا ذُر الجبال و توري إن + +127 +00:12:31,600 --> 00:12:37,040 +للجُرح صيحة فبعتيها في سماء الدُنى فحيحة ساعيري + +128 +00:12:37,040 --> 00:12:43,760 +وطرح الكبرياء شُلوًا مُدمّا مُدمّا مُدمّا + +129 +00:12:43,760 --> 00:12:49,780 +مُدمّا وطرح الكبرياء شُلوًا مُدمّا مُدمّا انا قلت + +130 +00:12:49,780 --> 00:12:50,280 +عليها + +131 +00:12:52,820 --> 00:12:56,440 +تحت أقدام دهري كسكيري حتى لو وقفتي على .. لما يكون + +132 +00:12:56,440 --> 00:13:02,740 +ال .. ال .. الاسم هناك راه يجب أن ينول أضرح + +133 +00:13:02,740 --> 00:13:08,120 +الكبرياء شوبا مدمن تحت أقدام دهري كسكيري لم لم + +134 +00:13:08,120 --> 00:13:13,000 +يدور الجبال بقايا النصر ولم لي بيها صدور العصوري + +135 +00:13:13,000 --> 00:13:19,560 +إنه لم يعد يكحل جفنا نجمي تيها بريشه المنطوري حجر + +136 +00:13:19,560 --> 00:13:25,470 +الوكر ذاهلا وعلى عينيهشيء من الوداع الأخير تاركا + +137 +00:13:25,470 --> 00:13:31,650 +خلفه مواكبة سُحبت مواكبة سُحبت مواكبة سُحبت فدهاوة + +138 +00:13:31,650 --> 00:13:37,290 +من أفقها المسحوري كم أجبت علي و هي تندى فوقه قبلة + +139 +00:13:37,290 --> 00:13:45,030 +الضحا المخموعة ماذا و أكم هنا الخبرية الخبرية كيف + +140 +00:13:45,030 --> 00:13:46,470 +عرفتم أنها الخبرية؟ + +141 +00:13:56,540 --> 00:14:03,940 +هبط السفحة طاويا من جناحي على كل مطمح مقبوري + +142 +00:14:03,940 --> 00:14:10,630 +فتبارت عصائب الطير ما بين شرود من الأدى و نفوريلا + +143 +00:14:10,630 --> 00:14:19,130 +تطيري شوابة الصفح فانسروا إذا ما خبرته + +144 +00:14:19,130 --> 00:14:24,170 +لم تطيري + +145 +00:14:24,170 --> 00:14:30,410 +نسل الوهن مخلبيه وأدمت من كبيه عواصف المقدوري + +146 +00:14:30,410 --> 00:14:36,810 +والوقار الذي يشيع عليه قضلة الإرث من سحيق الدهوري + +147 +00:14:38,380 --> 00:14:44,120 +وقف النسر جائعا + +148 +00:14:44,120 --> 00:14:52,060 +يتلوى فوق شلون على الرمال نثيرى وعجاف البغافى + +149 +00:14:52,060 --> 00:15:01,640 +تدفعه بالمخلى بالغض والجناح القصيرى فسرت فيه رعشة + +150 +00:15:01,640 --> 00:15:05,400 +من جنون الكبرى واهتز هزة المقرورى + +151 +00:15:07,770 --> 00:15:13,770 +الذي أصابه ماذا؟ البرز، والقر هو ايه؟ البرز، نعم + +152 +00:15:13,770 --> 00:15:26,590 +صحيح + +153 +00:15:26,590 --> 00:15:30,670 +زعقته + +154 +00:15:34,540 --> 00:15:41,840 +نشة الأفاق حرة من وهجها المستطيري وهو جثة على + +155 +00:15:41,840 --> 00:15:45,040 +الذروة + +156 +00:15:45,040 --> 00:15:51,520 +الشمائية في حضن وكره المهجوري أيها النسر هل أعود + +157 +00:15:51,520 --> 00:15:59,710 +كما عدت؟ أم السفح قد قمت؟يقول لنا انه في كل قصيدة + +158 +00:15:59,710 --> 00:16:05,190 +يكون هناك بيت يطلق عليه البيت المفاجأة اين هو + +159 +00:16:05,190 --> 00:16:09,570 +البيت المفاجأة في هذه القصيدة البيت الأخير صحيح + +160 +00:16:09,570 --> 00:16:14,970 +البيت اللي هو الاخير اسمه البيت اللي هو المفاجأة + +161 +00:16:14,970 --> 00:16:19,130 +القصيدة + +162 +00:16:19,130 --> 00:16:22,790 +عبارة عن حكاية القصيدة حكاية نسرن + +163 +00:16:26,670 --> 00:16:34,930 +والشاعر بدأ لنا الحكاية من .. او ادخلنا .. ادخلنا + +164 +00:16:34,930 --> 00:16:41,290 +في الحكاية من في قلبها و من قلبها بدون تمهيد او + +165 +00:16:41,290 --> 00:16:50,460 +مقدمة انما كفاحافقال أصبح السفحو ملعب للنسوري + +166 +00:16:50,460 --> 00:16:56,340 +واستخدم الفعل الماضي الناقص أصبح ولم يستخدم فعلا + +167 +00:16:56,340 --> 00:17:02,660 +تاما استخدم فعلا ناقصا والسفحو قيل هو عرض الجبلي + +168 +00:17:02,660 --> 00:17:06,200 +حيث + +169 +00:17:06,200 --> 00:17:14,330 +يسفح فيه الماء وقيل السفحو أصل الجبلإيه يعني أصل + +170 +00:17:14,330 --> 00:17:21,170 +الجبال؟ يعني المكان المنخفض فيه أصل اللي هو الجبل، + +171 +00:17:21,170 --> 00:17:25,090 +أدنى اللي هو الجبل وقيل هو الحديد، حديد الجبل، + +172 +00:17:25,090 --> 00:17:34,090 +أسفل الجبل عكسه عكس السفحة الذروة، الذروة مكسر + +173 +00:17:34,090 --> 00:17:42,710 +الذات وجمعها ذرا بضم الذات يبقى لدينا سفح و لدينا + +174 +00:17:42,710 --> 00:17:48,420 +ذروةبدأنا صفحة وبدأنا ذروة كما قال النبي صلى الله + +175 +00:17:48,420 --> 00:17:54,240 +عليه وسلم هو ذروة سلام الإسلام الجهاد يعني أعلى + +176 +00:17:54,240 --> 00:18:00,700 +منزلة في الإسلام هو الجهاد في سبيل الله فغضبي يا + +177 +00:18:00,700 --> 00:18:08,080 +ذر الجبالي وثوري لماذا استخدم الشاعر الفعلي الماضي + +178 +00:18:08,080 --> 00:18:16,180 +الناقص أصبح ولم يستخدم فعلا تامااحنا أحيانا نقول + +179 +00:18:16,180 --> 00:18:24,360 +مريضة الولد أو الطفل وكان الولد مريضا كان الولد + +180 +00:18:24,360 --> 00:18:30,400 +مريضا هل هناك فرق بين الفعل التام و الفعل الناقص؟ + +181 +00:18:30,400 --> 00:18:34,360 +هل هناك فرق بين الفعل التام و الفعل الناقص؟ ممكن + +182 +00:18:34,360 --> 00:18:38,540 +هنا تقنه بيحكي أنه كان الحال شكله تغير ل .. أيوة + +183 +00:18:38,540 --> 00:18:42,020 +يعني بده يخبرنا أنه صحيح أن الحال تغير + +184 +00:18:48,300 --> 00:18:51,900 +تغيير الأحوال مما كانت عليه و .. و .. و .. و .. و + +185 +00:18:51,900 --> 00:18:53,100 +.. و .. و .. و .. و .. و .. و .. و .. و .. و .. و + +186 +00:18:53,100 --> 00:18:53,920 +.. و .. و .. و .. و .. و .. و .. و .. و .. و .. و + +187 +00:18:53,920 --> 00:18:53,940 +.. و .. و .. و .. و .. و .. و .. و .. و .. و .. و + +188 +00:18:53,940 --> 00:18:56,680 +.. و .. و .. و .. و .. و .. و .. و .. و .. و .. و + +189 +00:18:56,680 --> 00:18:58,860 +.. و .. و .. و .. و .. و .. و .. و .. و .. و .. و + +190 +00:18:58,860 --> 00:18:58,880 +.. و .. و .. و .. و .. و .. و .. و .. و .. و .. و + +191 +00:18:58,880 --> 00:18:59,540 +.. و .. و .. و .. و .. و .. و .. و .. و .. و .. و + +192 +00:18:59,540 --> 00:19:00,800 +.. و .. و .. و .. و .. و .. و .. و .. و .. و .. و + +193 +00:19:00,800 --> 00:19:07,540 +.. و .. و .. و .. و .. و .. و .. و .. و .. و .. و + +194 +00:19:07,540 --> 00:19:13,560 +.. و + +195 +00:19:17,180 --> 00:19:24,120 +قوة الأيام هي التي جعلت الصفحة ملعبا للنصور ليس هو + +196 +00:19:24,120 --> 00:19:29,820 +بإرادته وليس هو باختياره إنما قوة قاهرة هي التي + +197 +00:19:29,820 --> 00:19:34,940 +أجبرته أن يكون ملعبا للنصور طب لم يقول أمس مثلا + +198 +00:19:34,940 --> 00:19:41,060 +قال أصبح ولم يقول بات الصفحة بل قال أصبح ماذا تفيد + +199 +00:19:41,060 --> 00:19:44,120 +أصبح تفيد ماذا أصبح + +200 +00:19:48,990 --> 00:19:54,550 +تفيد ماذا أصبح؟ الوضوح + +201 +00:19:54,550 --> 00:19:58,130 +.. أما يبقى تبقى تفيد التغيير و أمس تفيد التغيير + +202 +00:19:58,130 --> 00:20:05,490 +لكن هو أصبح تفيد الوضوح والبيان الشديد وكأن الشاعر + +203 +00:20:05,490 --> 00:20:11,770 +يريد أن يقص علينا القصة والحكاية من أولها من أولها + +204 +00:20:11,770 --> 00:20:20,750 +ملعبًا لنه سوريوهذا مخالف لصنع الكون والحياة أن + +205 +00:20:20,750 --> 00:20:26,030 +يكون السفح ملعبا للنسور السفح ملعبا لمن؟ لبغاث + +206 +00:20:26,030 --> 00:20:32,810 +الطير ولكن الأن أصبح ملعبا للنسور وأي نسور هذه + +207 +00:20:32,810 --> 00:20:38,350 +التي أصبح السفح ملعبا لها فلذلك الشعر يقول فاغضبي + +208 +00:20:38,350 --> 00:20:43,270 +يا ذر الجبالي وثوري لماذا على ذر الجبالي أن تغضب و + +209 +00:20:43,270 --> 00:20:46,050 +أن تثور؟ لأن غادرتها + +210 +00:20:49,170 --> 00:20:54,850 +غادرتها النسور .. غادرتها النسور التي لازمتها + +211 +00:20:54,850 --> 00:21:00,090 +طويلا سنأتي إلى الرمزية في هذه الأبيات هنا في + +212 +00:21:00,090 --> 00:21:04,210 +رمزية و في اقنعة سنأتي اليها ان شاء الله بعد تحليل + +213 +00:21:04,210 --> 00:21:04,910 +القصيدة + +214 +00:21:16,290 --> 00:21:21,850 +إما الجُرح صيحة، أي جُرح هذا الذي له صيحة؟ أي + +215 +00:21:21,850 --> 00:21:29,610 +جُرح؟ الجُرح العميق الذي يترك في النفس الأطار أي + +216 +00:21:29,610 --> 00:21:41,850 +جُرح؟ جُرح الكرامة وجُرح الروح وجُرح الشعور صيحة، + +217 +00:21:41,850 --> 00:21:44,770 +شهقة، صرخة + +218 +00:21:47,510 --> 00:21:54,130 +فابعثيها، لا تكتمي هذا الصراخ في + +219 +00:21:54,130 --> 00:21:58,450 +سماع الدُنا، الدُنا جمعوا ماذا؟ الدنيا، صحيح + +220 +00:21:58,450 --> 00:22:04,370 +الفحيح و صوت من الفحيح؟ الفحع طب ما الفرق بين + +221 +00:22:04,370 --> 00:22:14,910 +الفحيح و الكشيش؟ الكشيش، كلاهما صوتوا لفعةالفحيح + +222 +00:22:14,910 --> 00:22:22,310 +والكشيش الفحيح صوت الأفع من فيه .. من فمه أما + +223 +00:22:22,310 --> 00:22:29,830 +الكشيش فصوت الأفع من جلدها صوت جلدها يسمى كشيش + +224 +00:22:29,830 --> 00:22:35,570 +وصوت الأفع من فيه يسمى فحيحا + +225 +00:22:37,950 --> 00:22:44,710 +والعبض يكون من أين؟ من الفم عبض الزمان وانا أشبه + +226 +00:22:44,710 --> 00:22:51,730 +الزمان بماذا؟ بالأفعى فحيح سعيرى السعير ما هو + +227 +00:22:51,730 --> 00:22:58,210 +السعير؟ النار الملتهبة سعر النار أي لهبها وسعرها + +228 +00:22:58,210 --> 00:23:02,970 +أي أوقدها حديث النبي صلى الله عليه وسلم عن + +229 +00:23:06,670 --> 00:23:10,030 +حديث النبي صلى الله عليه وسلم عندما تحدث عن أبي + +230 +00:23:10,030 --> 00:23:15,690 +بصير فقال ويل .. ويل .. ويل أمه مسعرة حرب، مسعرة + +231 +00:23:15,690 --> 00:23:20,030 +إيه؟ في رواية مساعر حرب، إيه يعني مساعر حرب؟ يعني + +232 +00:23:20,030 --> 00:23:24,830 +ممكن اللي هو .. يعني الحرب لو كان له أصحاب، لو كان + +233 +00:23:24,830 --> 00:23:32,230 +له أصحاب فالجرح يشتعل كنار و أفع الزمان و أفع + +234 +00:23:32,230 --> 00:23:36,310 +الناس جرحها أصعب من .. وأوجع + +235 +00:23:43,250 --> 00:23:49,130 +تأسوا جراحه ولكن أفعى الزمان و أفعى الأيام و أفعى + +236 +00:23:49,130 --> 00:23:57,330 +الناس ربما سموا هذه الجروح يعني يدوموا في دمك و في + +237 +00:23:57,330 --> 00:24:04,110 +قلبك و في شرينك حتى الممات فهنا الشاعر يدعو هذه + +238 +00:24:04,110 --> 00:24:07,170 +الذرة للثورة و يدعوها للغضب + +239 +00:24:10,620 --> 00:24:16,960 +مبرد وعدم الاستكانة وان لا تموت صامتا هذه الأضواء + +240 +00:24:16,960 --> 00:24:27,040 +واطرح الكبرياء شلوا مدمن ما هو الشلو الشلو هو عضو + +241 +00:24:27,040 --> 00:24:32,920 +الإنسان اللذي يفصل عنه الشلو بكسر الشين عضو + +242 +00:24:32,920 --> 00:24:37,680 +الإنسان عضو الإنسان وجمعها أشلة صحيح + +243 +00:24:44,210 --> 00:24:50,510 +مشيلوا المدمن ما هو المدمن يقال سهم المدمن مضمخ + +244 +00:24:50,510 --> 00:25:00,930 +بالدمان صحيح مضمخ بالدمان أوقيل + +245 +00:25:00,930 --> 00:25:08,030 +وشديد الحمرة تحت أقدام دهرك السكير لماذا وصف الدهر + +246 +00:25:08,030 --> 00:25:16,260 +بأنه سكير؟ ماذا دلت أنه سكير؟من أنه السكينة ترنح، + +247 +00:25:16,260 --> 00:25:23,020 +يعني تتبدل من حال إلى حال سكين، الدهر والأقدام، هذ + +248 +00:25:23,020 --> 00:25:28,160 +استعارة ولا الدهر والأقدام؟ شبه الدهر بماذا؟ + +249 +00:25:28,160 --> 00:25:33,520 +السكينة دي لو أقدام ضخمة يدوس بيها الناس + +250 +00:25:37,280 --> 00:25:41,080 +ولا يعبى بالناس ولا يعبى بالقيم ولا يعبى بالكرام + +251 +00:25:41,080 --> 00:25:44,920 +ولا يعبى بالاشراف ولا يعبى بذر الجبال ولا بنصور + +252 +00:25:44,920 --> 00:25:49,680 +الرجال ولا نصور الناس يدوس كل شيء أمامه لاحظوا وصف + +253 +00:25:49,680 --> 00:25:56,300 +السكير للدهر فيه إشكال عقدي في حديث للنبي صلى الله + +254 +00:25:56,300 --> 00:25:58,060 +عليه وسلم عن رب العزى قال فيه + +255 +00:26:25,430 --> 00:26:32,750 +لم لم ياذر الجبال بقايا النسري النسر لم يموت ما + +256 +00:26:32,750 --> 00:26:39,940 +الذي مات في النسري؟ما الذي مات في النسر؟ علوه + +257 +00:26:39,940 --> 00:26:46,300 +و قوته و كرامته لملم هذه البقايا و لحظ الفعل + +258 +00:26:46,300 --> 00:26:52,140 +اللاملمة يدل على ماذا؟ يوحي بعدم المبالاة بهذا + +259 +00:26:52,140 --> 00:26:56,680 +النسر المحطم الذي تحول إلى إشناء و إلى بقايا + +260 +00:27:02,870 --> 00:27:09,790 +وارمي بيها صدور العصوري هذا الزمان ليس زمانه .. + +261 +00:27:09,790 --> 00:27:17,670 +زمانه هومضى وانصرما وهذا الزمان ليس زمان النسر، + +262 +00:27:17,670 --> 00:27:23,690 +ليس زمان النسر، فارمى بقايا كرامته وشموخه صدور + +263 +00:27:23,690 --> 00:27:27,730 +العصور، العصور الماضية والأزمان الماضية، الغابر، + +264 +00:27:27,730 --> 00:27:32,550 +هذا الزمان ليس زمان النسر أو زمان النسور، انما + +265 +00:27:32,550 --> 00:27:38,050 +زمان المغاث من الطير والمغاث من الناس + +266 +00:27:44,060 --> 00:27:51,260 +إنه لم يعد يكحّل وجفنا النجمة وهذا + +267 +00:27:51,260 --> 00:27:57,720 +اللون الشاعر يبدأ يتحدث ويقارن بين حالين كان + +268 +00:27:57,720 --> 00:28:08,040 +يعيشهم النصر حال المجد والعلو الشموخ وحال الانكسار + +269 +00:28:08,040 --> 00:28:24,020 +والطموح المقبوروحطام الكرامة وحطام العلوق إنه + +270 +00:28:24,020 --> 00:28:31,680 +لم يعد يكحل جفنا نجبي كان بطيرانه وأجنحته يصل إلى + +271 +00:28:31,680 --> 00:28:38,960 +ماذا؟ إلى النجوم، إلى نجوم السماء هلاك مكانه تيها، + +272 +00:28:38,960 --> 00:28:47,650 +ما معنات تيها؟ فخرا وزهواوكبرياء بريشه المنثوري + +273 +00:28:47,650 --> 00:28:55,090 +المبدود يدل على ماذا ريش المنثور؟ يدل على ماذا؟ + +274 +00:28:55,090 --> 00:29:03,390 +على الشباب والفتوبة والعظمة ما + +275 +00:29:03,390 --> 00:29:06,570 +يعرف تيهان لم يقعد يكحر جفن النجمة تيهان + +276 +00:29:12,060 --> 00:29:20,720 +مفعول لأجله .. هي مفعول لأجله هجر الوكرى ذاهلًا + +277 +00:29:20,720 --> 00:29:28,380 +أخدنا قبل ذلك الذهول قُلنا ما هو الذهول ذهاب العقل + +278 +00:29:28,380 --> 00:29:32,200 +ذاهلًا + +279 +00:29:32,200 --> 00:29:39,560 +غير مصدق أنه يتركوا وكرهوا الذي عاش فيه طويلا + +280 +00:29:52,350 --> 00:29:58,010 +هجر الوكر ذاهلا وعلى عينيه شيء من الوداع الأخير + +281 +00:29:58,010 --> 00:30:03,690 +يعني ألقى على هذا الوكر ماذا نظرة الوداع، الوداع + +282 +00:30:03,690 --> 00:30:09,430 +الأخير على عينيه شيء من الوداع الأخير + +283 +00:30:12,640 --> 00:30:17,940 +والهجرة والهجران أمر + +284 +00:30:17,940 --> 00:30:24,360 +يشق على الإنسان الأصيل عندما يهجر موطنه الأول + +285 +00:30:24,360 --> 00:30:34,840 +ويهجر مكانه يصب عليه ذلك لذلك قالوا الهجرة أخت + +286 +00:30:34,840 --> 00:30:39,880 +الموت الهجرة أخت الموت والإبعاد أخ الموت + +287 +00:30:48,060 --> 00:30:57,820 +تاركا خلفه مواكب صحبن مواكب من السحاب خلفه تتهاوى + +288 +00:30:57,820 --> 00:31:08,340 +تتساقط حزدا على هذا النسر من أفقها المسحور الرائع + +289 +00:31:08,340 --> 00:31:12,120 +الجميل هذا الأفق الساحر الجميل + +290 +00:31:16,770 --> 00:31:21,130 +وهذا في نوع من المبالغة المقبولة والرائعة إنه كأنه + +291 +00:31:21,130 --> 00:31:28,230 +مواكب السحاب حملت من الحزن والغضب الكثير حتى كدت + +292 +00:31:28,230 --> 00:31:34,730 +أن تسقط من أفقها المرتفع والعالي حزنا وتضامنا مع + +293 +00:31:34,730 --> 00:31:40,650 +هذا النسر أو بقايا الكرامة في هذا النسر ثم الشعر + +294 +00:31:40,650 --> 00:31:47,720 +يتحدث عن قصته عن قصة عشقهوحب بين هذه الصحاب وبين + +295 +00:31:47,720 --> 00:31:53,500 +النسل كم أكبت عليه ما معنى أكبت عليه يعني أقبلت + +296 +00:31:53,500 --> 00:31:56,900 +عليه أكب على الشيء يعني أقبل عليه وقولنا كم هنا + +297 +00:31:56,900 --> 00:32:07,900 +خبرية بتفيد التكثير وهي تندى ما معنى تندى تنزلوا + +298 +00:32:07,900 --> 00:32:10,900 +ايه حبات ال body والندى عليها + +299 +00:32:13,450 --> 00:32:19,970 +لا تمطر طب لماذا لم يقول تمطر و هي تمطروا قال تندى + +300 +00:32:19,970 --> 00:32:27,730 +لأن المطر يدل على الكثرة و الغزارة و + +301 +00:32:27,730 --> 00:32:32,230 +ربما يؤذى أنه النسر لكن تندى بتدل على المداعبة في + +302 +00:32:32,230 --> 00:32:37,990 +شيء من المداعبة و الملاعبة كأنهم حبيبان أو عاشقان + +303 +00:32:40,370 --> 00:32:47,590 +كبلة الضوحى المخمورى وصف القبلة بأنها ايه؟ بأنها + +304 +00:32:47,590 --> 00:32:52,690 +بتعملى كطعم الخمر في الفم دائما العرب كانت تشبه + +305 +00:32:52,690 --> 00:32:59,330 +أثر القبلة بأثر وشفة الخمر باللذاتها ونكاتها هو + +306 +00:32:59,330 --> 00:33:06,020 +يتحدث هنا عن وكر النصول ولا عنلأ لأ هو يتحدث هنا + +307 +00:33:06,020 --> 00:33:12,320 +عن مواكب الصحب مواكب الصحب لأ من اللي بتندى الصحب + +308 +00:33:12,320 --> 00:33:15,980 +ولا ال worker ولا ع الجبل الصحب اللي اللي تندى + +309 +00:33:15,980 --> 00:33:23,000 +الواحد هنا في جمال في العالم دقيقة بدأ أصبح و + +310 +00:33:23,000 --> 00:33:26,640 +بعدها تندى هنا في الصراحة و بعدها تقبّى في الدخل + +311 +00:33:26,640 --> 00:33:31,690 +يعني هناالراعى اللى هو الترتيب اللى هو الزمنى سنة + +312 +00:33:31,690 --> 00:33:34,390 +ان شاء الله اللي هي في الموضوع اللى هو استخدام + +313 +00:33:34,390 --> 00:33:37,410 +الأفعال واحصاء الأفعال غلالة الأفعال الماضية + +314 +00:33:37,410 --> 00:33:43,890 +والمضايقة هفط السفحة طاويًا لحظة هنا قال طاويًا + +315 +00:33:43,890 --> 00:33:51,730 +مرة اتكلمت معانا عكس طاويًا بريشي + +316 +00:33:51,730 --> 00:33:55,150 +المنثوري اه بريشي المنثوري يبقى هناك ريش منثور + +317 +00:33:55,150 --> 00:33:57,770 +وهنا طاويًا + +318 +00:34:07,440 --> 00:34:13,040 +من جناحيه يدلوا على الانكماش أن الناس اللي قد دخل + +319 +00:34:13,040 --> 00:34:20,120 +في مرحلة الانكماش بعد أن كان .. اه بعد أن كان + +320 +00:34:20,120 --> 00:34:26,580 +يطيروا جناحيه يعني متباهيًا بجناحيه المنثوري على + +321 +00:34:26,580 --> 00:34:35,200 +كل مطمح مكبوري وصف المطامح والطموح بأنها .. بأنها + +322 +00:34:35,200 --> 00:34:41,960 +قبراتكأنها بنات وكأنها أحياء قد دُفنت لقبرة فلم + +323 +00:34:41,960 --> 00:34:54,760 +تعد موجودة ماتت هذه الأماني و هذا الطموح لاحظوا + +324 +00:34:54,760 --> 00:35:00,150 +الشعر بيستخدم الحروف استخدامادلاليًا دقيقة قال + +325 +00:35:00,150 --> 00:35:04,810 +فتبارت عصائب الطيري اللي هو لما هبط إلى السفح مان + +326 +00:35:04,810 --> 00:35:12,650 +ما موجود في السفح بغاف الطير وليس عادة اللي هو + +327 +00:35:12,650 --> 00:35:19,870 +النسر أن يهبط إلى السفح وسفح مكان البغاف فلما هبط + +328 +00:35:19,870 --> 00:35:26,340 +النسرمن الذي هربت ونفرت، فتبارت عصاد مطيري، ما بين + +329 +00:35:26,340 --> 00:35:32,120 +شرود من الأدى، مقصود بالأدى يعني قوة النسر، قوته + +330 +00:35:32,120 --> 00:35:35,180 +وبطشه، + +331 +00:35:35,180 --> 00:35:36,520 +ونفوري + +332 +00:35:42,580 --> 00:35:48,440 +الذي يشرد والذي ينفر من هذا النسبة، لكن الشاعر + +333 +00:35:48,440 --> 00:35:55,220 +السارد هنا يتدخل، السارد هو الشاعر يتدخل ويخاطب + +334 +00:35:55,220 --> 00:36:01,120 +جوابة السفحي، لا تطيري جوابة السفحي، من هي جوابة + +335 +00:36:01,120 --> 00:36:07,500 +السفحي؟ بغات الطيركناية علمان جوابة الصفحة عن + +336 +00:36:07,500 --> 00:36:11,660 +البُقات هذا بيسمى كناية عن صفة ولا عن نسبة ولا عن + +337 +00:36:11,660 --> 00:36:17,420 +الموصوف هنا عن الموصوف كناية عن الموصوف فالنسر إذا + +338 +00:36:17,420 --> 00:36:25,320 +ما خبرته لن تطيري لو عرفتي حقيقة النسر وما جرى + +339 +00:36:25,320 --> 00:36:34,130 +للنسر وكيف تبدلت قوته وكيف نسل الألوان واخلاباهلما + +340 +00:36:34,130 --> 00:36:40,790 +طرت .. لما نفرتي ولا نشرتي يعني أياتها الجوابات + +341 +00:36:40,790 --> 00:36:46,690 +للصفحة أستاذ مين يقصد النسر؟ مين قصد النسر؟ النسر + +342 +00:36:46,690 --> 00:36:50,570 +النسر، نعم، النسر .. لأ إلى الآن احنا بقول النسر + +343 +00:36:50,570 --> 00:36:55,210 +النسرالنسر والطائر، دعونا من الرمز، ليس لا تحليل + +344 +00:36:55,210 --> 00:36:59,230 +للرمز، الرمز يكون بعد شرح المعاني والأبياد نعود + +345 +00:36:59,230 --> 00:37:02,270 +اللي هو إلى الرمز، الآن النسر والنسرة، وحكيات + +346 +00:37:02,270 --> 00:37:03,250 +الحدث عن النسر + +347 +00:37:07,270 --> 00:37:10,790 +طيب، هل متحدث بعد ذلك عن نسر، عن أمته العربية أو + +348 +00:37:10,790 --> 00:37:15,170 +الإسلامية؟ ولا متحدث عن نسر، عن نفسه و ذاته؟ هذا + +349 +00:37:15,170 --> 00:37:18,670 +سيكون بعد ان شاء الله الانتهاء اللي هو من شرح اللي + +350 +00:37:18,670 --> 00:37:22,270 +هو الابيان نقف إلى هنا ان شاء الله و نكمل المرة + +351 +00:37:22,270 --> 00:37:26,790 +اللي هو القادمة والسلام عليكم ورحمة الله وبركاته + diff --git a/PL9fwy3NUQKwbvX-idZnsXAzsMZTojRWzu/o3OAjdDqO1k.srt b/PL9fwy3NUQKwbvX-idZnsXAzsMZTojRWzu/o3OAjdDqO1k.srt new file mode 100644 index 0000000000000000000000000000000000000000..6393fe8d3798c71da1acd42d8cb29bc2536b2c6e --- /dev/null +++ b/PL9fwy3NUQKwbvX-idZnsXAzsMZTojRWzu/o3OAjdDqO1k.srt @@ -0,0 +1,1432 @@ +1 +00:00:20,820 --> 00:00:23,260 +أعوذ بالله من الشيطان الرجيم بسم الله الرحمن + +2 +00:00:23,260 --> 00:00:27,840 +الرحيم الحمد لله والصلاة والسلام على رسول الله + +3 +00:00:27,840 --> 00:00:34,400 +وبعد السلام عليكم ورحمة الله وبركاته بإذن الله + +4 +00:00:34,400 --> 00:00:41,120 +نواصل في محاضرات الأدب العربي الحديث وتحدثنا في + +5 +00:00:41,120 --> 00:00:47,430 +المرة السابقة عن قصيدة النسر وعن شاعرها الشاعر + +6 +00:00:47,430 --> 00:00:53,870 +العربي السوري الفلسطيني عمر أبي ريشة، ترجمة لحياته + +7 +00:00:53,870 --> 00:01:01,090 +وتحدثنا شيئًا عن جو النص وعن شرحه أو التعليق على + +8 +00:01:01,090 --> 00:01:05,740 +بعض الأبيات، في هذه المحاضرة نكمل بإذن الله تعالى + +9 +00:01:05,740 --> 00:01:11,340 +القلبيات شرحًا وتحليلًا، ثم بعد ذلك إذا كان لدينا وقت + +10 +00:01:11,340 --> 00:01:19,820 +نعلق أو نحلل بعض الظواهر الأسلوبية واللغوية لنص + +11 +00:01:19,820 --> 00:01:23,760 +الشاعر عمر أبي ريشة، دي ناس تابعة القصيدة من + +12 +00:01:23,760 --> 00:01:32,190 +زميلاتكم، تفضلي: أصبح السفحُ مُنْعَبًا للنسور، فاغضبي يا + +13 +00:01:32,190 --> 00:01:38,410 +ذور الجبال، و توري إنّ للجرح صيحة، فابعثيها في سماع + +14 +00:01:38,410 --> 00:01:45,490 +الدنا، فحيح سعيري، واطرح الكبرياء شنوان مدمن تحت + +15 +00:01:45,490 --> 00:01:52,670 +أقدام دهرك السكيري، لملمي يا ذور الجبال بقعًا نسري + +16 +00:01:52,670 --> 00:02:00,260 +وارمي بها صدور العصوري، إنه لم يعديكحل جفنا + +17 +00:02:00,260 --> 00:02:08,360 +نجمتيها بريشه المنثور، هجر الوكرى داهلا، وعلى عينيه + +18 +00:02:08,360 --> 00:02:17,220 +شيئًا من الوداع الأخير، تارك الخلطهم واكبة صحب تتهاوى + +19 +00:02:17,220 --> 00:02:23,860 +من أفطها المسحورى، كان أتبت عليه وهي تندى فوقه قبلة + +20 +00:02:23,860 --> 00:02:29,320 +الضحى المخمورى، هبطت سفحه طاويا من جناحيه على كل + +21 +00:02:29,320 --> 00:02:36,180 +مطمح مكبورى، فتبارت عصائب الطير ما بين شرود من + +22 +00:02:36,180 --> 00:02:43,160 +الأبى ونفورى، لا تطيري جوابة السفحي، فالنسر إذا ما + +23 +00:02:43,160 --> 00:02:49,220 +خبرته لن تطيري، نسل الوهن مخلبيه، وأدمت من كبيه + +24 +00:02:49,220 --> 00:02:56,580 +عواصق المقدوري، من كبيه عواصق المقدوري، والوقار الذي + +25 +00:02:56,580 --> 00:03:02,460 +يشير عليه، فضلة الإرث من سحيق الدبوري، ووقف النسر + +26 +00:03:02,460 --> 00:03:09,320 +جائعًا يتلوى فوق شلون على الرمال نثيري، وعجاف البغاة + +27 +00:03:09,320 --> 00:03:16,680 +تدفعه بالمخلب الغضى، والجناح القصيرى، بالمخلب الغضى + +28 +00:03:16,680 --> 00:03:18,780 +والجناح القصيرى + +29 +00:03:30,700 --> 00:03:37,890 +فسبت فيه رعشة من جنون الكبرياء، اهتز هزة المكروري، + +30 +00:03:37,890 --> 00:03:44,510 +ومضى ساحبا على الأفق الأكبر، أنقاض هيكل المنخوري، + +31 +00:03:44,510 --> 00:03:50,210 +وإذا ما أتى الغياهب واجتاز مدى الظن من ضمير + +32 +00:03:50,210 --> 00:03:57,250 +الأثيري، جنجنت منه زعقة نشت الآفاق حرا من وهجها + +33 +00:03:57,250 --> 00:04:03,810 +المستطيري، وهوى جثة على دروة الشماء في حضن وكره + +34 +00:04:03,810 --> 00:04:10,050 +المهجوري، أيها النسر هل أعود كما قُدت أم السفح قد + +35 +00:04:10,050 --> 00:04:15,210 +أَمَات شعوري؟ ماذا أطلقنا على البيت الأخر، البيت + +36 +00:04:15,210 --> 00:04:18,190 +المفاجأة، البيت المفاجأة، إلى أين انتهينا المرة + +37 +00:04:18,190 --> 00:04:26,650 +الماضية؟ هبطا لا تطيري جوابة السفح فالنسر إذا ما + +38 +00:04:26,650 --> 00:04:33,490 +خبرته لا تطيري، لاحظوا هذا الوجع الذي + +39 +00:04:37,220 --> 00:04:41,420 +وكما قلنا السّالِد هنا يتدخل بشخصه وبصوته في + +40 +00:04:41,420 --> 00:04:47,060 +الحكاية، من أول الحكاية السّالِد لا ينهَر، لم ينهَر + +41 +00:04:47,060 --> 00:04:52,000 +لنا السّالِد، السّالِد يتكفى ورا السّالِد، هنا السّالِد + +42 +00:04:52,000 --> 00:04:57,860 +ينهَر بشخصيته عندما يخاطب جوابة السفح وهي الطيور + +43 +00:04:57,860 --> 00:05:03,800 +الضعيفة أو مغاف الطير أو عجاف الطير، طيور السفح + +44 +00:05:04,560 --> 00:05:10,420 +فالنسر إذا ما خبرته لن تطيري، طب لماذا؟ لماذا؟ + +45 +00:05:10,420 --> 00:05:15,240 +لماذا لو عرفت حقيقة النسر لن تطير؟ الإجابة أين؟ في + +46 +00:05:15,240 --> 00:05:23,460 +البيت الذي يليه، نسل الوهن مخلبيه، نسل الوهن، الطّعف + +47 +00:05:23,460 --> 00:05:26,580 +والنّسل + +48 +00:05:26,580 --> 00:05:31,580 +يقول أنسل ريش الطائر إذا سقط، أنسل ريش الطائر إذا + +49 +00:05:31,580 --> 00:05:31,960 +سقط + +50 +00:05:40,160 --> 00:05:49,160 +هو خيطًا خيطًا، يُسمّى النّسْلُ، أي أن الضعف حلّ بقوة النسرى + +51 +00:05:49,160 --> 00:05:55,080 +شيئًا فشيئًا، طب ليه قال مخلبيه؟ لماذا أركز على + +52 +00:05:55,080 --> 00:05:55,780 +المخلبيه؟ + +53 +00:06:01,700 --> 00:06:09,500 +وأدمت منكبيه، لماذا المنكبان؟ يطيروا بهما بقوة النسر + +54 +00:06:09,500 --> 00:06:21,680 +في الطيران وفي مخلبيه، أدمت، أصابها الدم، عواصف، وصف + +55 +00:06:21,680 --> 00:06:29,820 +القدر بأنها عواصف لا تبالي بأحد، عواصف المقدوري + +56 +00:06:34,960 --> 00:06:41,260 +والوقار الذي يشعُّ عليه، بقية الوقار، لاحظوا أن + +57 +00:06:41,260 --> 00:06:48,260 +الكريم أو النبيل حتى لو ضعف أو قوى، يبقى عليه + +58 +00:06:48,260 --> 00:06:51,800 +بقية من نبل وبقية من كرام + +59 +00:06:56,340 --> 00:07:01,320 +لو اعتلى، حتى لو أصبح رئيسًا فإنه يبقى عليه ذلّ + +60 +00:07:01,320 --> 00:07:07,660 +المهانة، وذل الأصل، وذل المنظر، أما الكريم لو أصابه + +61 +00:07:07,660 --> 00:07:11,820 +الفقر وأصابته الحاجة يشعُّ عليه النبل والوقار، + +62 +00:07:11,820 --> 00:07:19,370 +فالشعر يقول رغم ضعف وهن النسر إلا أن الوقار، إلا + +63 +00:07:19,370 --> 00:07:25,930 +أن النبل ما زال يشعُّ من وجه النسب، من أين ورثها + +64 +00:07:25,930 --> 00:07:31,670 +هذا الوقار وهذا النبل؟ فضلة الإرث، بقية، التي + +65 +00:07:31,670 --> 00:07:39,710 +ورثها أجداده من النسور العليا والنسور الكريمة، + +66 +00:07:39,710 --> 00:07:48,560 +اكتبوا كلام جبران، قريب من معنى بيت أبي ريشة، جبران + +67 +00:07:48,560 --> 00:07:57,080 +قال: وفي الزرازير وفي الزرازير جبن وهي طائرة، وفي + +68 +00:07:57,080 --> 00:08:07,920 +الزرازير جبن وهي طائرة، وفي البزّات وفي البزّات شموخ + +69 +00:08:07,920 --> 00:08:16,140 +وهي تحتضر، وفي البزّات شموخ + +70 +00:08:23,530 --> 00:08:32,030 +الزرازير هو طائر ضعيف، طيور صغيرة، هو طائر + +71 +00:08:32,030 --> 00:08:40,090 +جبان، هو خفّار، أما البزّات والذكور هي زهور شارفة، حتى + +72 +00:08:40,090 --> 00:08:44,670 +هذه الزرازير وصغار الطير ودرعات الطير وهي طائرة + +73 +00:08:44,670 --> 00:08:51,610 +في جو تحوم الجبن سملها، لا اجعلها كلمة، ولكن الصقور + +74 +00:08:51,610 --> 00:08:57,430 +الجارحة وهي تحتضر، وهي تموت، تموت شامخة، تموت + +75 +00:08:57,430 --> 00:09:00,710 +وشموخها معها + +76 +00:09:01,920 --> 00:09:08,020 +قريب من بيته، ولا لا قريب من بيته هو عمر بشهر وشهر + +77 +00:09:08,020 --> 00:09:12,700 +آخر، يقول سلام على الدنيا سلام على الورى إذا + +78 +00:09:12,700 --> 00:09:18,180 +ارتفع الأصفور وانخفض النسر، سلام على الدنيا سلام + +79 +00:09:18,180 --> 00:09:23,340 +على الورى إذا ارتفع الأصفور وانخفض النسر، وبالعلاقة + +80 +00:09:23,340 --> 00:09:29,200 +المعبرة يقول: يا موت زرع إن الحياة ذميمة ويا نفس جدّي + +81 +00:09:29,200 --> 00:09:31,660 +إن دهرك هازل + +82 +00:09:34,980 --> 00:09:41,820 +ما زال يواصل الشاعر رسم الصورة التراجيدية والمأساوية + +83 +00:09:41,820 --> 00:09:49,820 +لهذا النسر، وقف النسر جائعًا يتلوى، وقف، الوقوف يدل + +84 +00:09:49,820 --> 00:09:56,900 +على التعاسة، جائعًا + +85 +00:09:56,900 --> 00:10:07,040 +يتلوى، قضّه الجوع، قضّه الجوع، فوق شلون البقايا ما + +86 +00:10:07,040 --> 00:10:11,020 +تتركه الطيور، الشّلون هي البقايا، كما قلنا البقايا + +87 +00:10:11,020 --> 00:10:16,020 +الأعضاء، الناس اللي عندما كان يصطادوا فريسة كان + +88 +00:10:16,020 --> 00:10:21,480 +يترك البقايا للزرازير ويتركها لبغاة الطير + +89 +00:10:26,360 --> 00:10:32,940 +عن هذه البقايا أو شلون على الرمال نثيري، لقيت + +90 +00:10:32,940 --> 00:10:38,120 +الحكاية والتراجيدية والمأساة عند هذا الحد كان يمكن + +91 +00:10:38,120 --> 00:10:44,920 +أن يُحتمل، لكن وعجاف البغاثي، البغاثي الطيور أرادل + +92 +00:10:44,920 --> 00:10:48,960 +الطير أو الطيور الضعيفة، وعجافي يعني النحيفة + +93 +00:10:48,960 --> 00:10:52,300 +العجافي يعني النحيفة + +94 +00:10:55,910 --> 00:11:08,250 +والعجف في اللغة ذهاب السمن والهزال، عجاف + +95 +00:11:08,250 --> 00:11:15,030 +البغاة، حتى ليست السمينة، العجاف، النحيفة، تدفعه + +96 +00:11:15,030 --> 00:11:21,850 +تصارعه معركة غير متكافرة، بين نصر، كانت البغاة تخاف + +97 +00:11:21,850 --> 00:11:22,310 +ظله + +98 +00:11:27,310 --> 00:11:35,170 +تُصارعه وتدفعه بالمخلب الغضب الطريق الضعيف والجناح + +99 +00:11:35,170 --> 00:11:41,130 +القصيرى، أين جناح هذه الطيور من جناح النسل؟ معركة + +100 +00:11:41,130 --> 00:11:45,490 +غير متكافئة، النبي لو تقاتل وتصارع مع نبيه لومات + +101 +00:11:45,490 --> 00:11:51,190 +يكون فخر له، لكن إذا تسارع مع وضيع وقتله الوضيع + +102 +00:11:51,190 --> 00:11:52,590 +هذا عار عليه + +103 +00:11:56,340 --> 00:12:02,860 +هل رضي الناس بهذا الواقع؟ هل سسما لواقع السفحي؟ هل + +104 +00:12:02,860 --> 00:12:08,440 +أقنع نفسه أنه هذه الحياة ولا حياته سواها؟ هل قبل + +105 +00:12:08,440 --> 00:12:16,560 +بهذه الحياة الدون؟ هل تعاشى معها؟ فصرت فيه رعشة، + +106 +00:12:16,560 --> 00:12:23,200 +صرت، دفعة واحدة، لعظم فابد فيه ماذا؟ سرعة، لن يفكر + +107 +00:12:23,200 --> 00:12:31,030 +مرتين، مرة واحدة، فصرت فيه رعشة، ارتعش حتى ينفذ عنه + +108 +00:12:31,030 --> 00:12:36,210 +الضعف من جنون الكبرياء، لماذا سمو الكبرة جنونا؟ + +109 +00:12:36,210 --> 00:12:42,630 +الكبر، الكبرياء، سماها الشاعر جنونا، لماذا عده من + +110 +00:12:42,630 --> 00:12:45,690 +الجنون؟ لأن من كثر الفخر أحيانًا يصاب الإنسان + +111 +00:12:45,690 --> 00:12:49,670 +بالجنون، من كثر القوة والبطش يصاب أحيانًا بالجنون، لأن + +112 +00:12:49,670 --> 00:12:55,180 +في منطق الجبناء ومنطق أهل الصفوح هذا جنون، منطق + +113 +00:12:55,180 --> 00:13:02,560 +الجبناء ومنطق أهل الصفوح هذا جنون، لكنه + +114 +00:13:02,560 --> 00:13:07,680 +جنون الكبر وليس جنون المادة ولا الهلع ولا الفزع + +115 +00:13:07,680 --> 00:13:14,340 +وأنعم به من جنون وأكرم به من جنون، جنون الكرامة + +116 +00:13:14,340 --> 00:13:17,620 +واحتزّ + +117 +00:13:17,620 --> 00:13:25,340 +هزة المقروري، الذي أصاب وكان أصابه برد شديد، والقرّ هو + +118 +00:13:25,340 --> 00:13:33,320 +البرد، القرّ هو البرد، كما ورد في حديث المزرع في قول + +119 +00:13:33,320 --> 00:13:40,860 +المرأة الثامنة: زوجي كليلتي هامة لا حر ولا قرّ ولا + +120 +00:13:40,860 --> 00:13:48,540 +مخافة ولا سامة، هي قالت قرو، والأصل تقول قرن، حتى توازن + +121 +00:13:48,540 --> 00:13:54,840 +بين حر وبين قرن، ويجوز هذا في اللغة، المدحكة على + +122 +00:13:54,840 --> 00:13:59,540 +التنغيم، على التنغيم، كشهد النحو اللي بين أيديكم + +123 +00:13:59,540 --> 00:14:06,740 +تدرسونه، هذا جحر ضبّ خَرْب، لماذا التنوين بالكسرة؟ + +124 +00:14:06,740 --> 00:14:12,920 +والأصل أقول هذا جحر ضبّ خرب، لأن خرب صفة لِجَحْرِ الضّبّ + +125 +00:14:12,920 --> 00:14:22,920 +وليس ضبّ، هتاكلون الضّبّ؟ هتاكلون الضّبّ؟ لا + +126 +00:14:22,920 --> 00:14:29,300 +هتاكلون الضّبّ؟ لم يأكله النبي، عفته نفسه صلى الله + +127 +00:14:29,300 --> 00:14:38,760 +عليه وسلم، اهتزّ هزة المقروري لينفض عنه مراحل الضعف + +128 +00:14:38,760 --> 00:14:46,110 +والوهم، ويبدأ مرحلة جديدة، ومضى ساحبًا على الأفق + +129 +00:14:46,110 --> 00:14:55,210 +الأخضري، ساحبًا تفيد أنه يسير ببطء لأن + +130 +00:14:55,210 --> 00:15:02,630 +قوته تراجعت وانحلت، وقال + +131 +00:15:02,630 --> 00:15:11,090 +الأخضر أي المخبر بالقريب، يعني لأنه لَـا إلى الآن لم + +132 +00:15:11,090 --> 00:15:15,270 +يَبْعُد في الآفاق، يعني لم يبعد في الأفق، ما زال يسير + +133 +00:15:15,270 --> 00:15:19,470 +في الأفق القريب، الأكبر، المليء بالغبار، ساحب + +134 +00:15:19,470 --> 00:15:25,770 +الماذا؟ أنقاض هيكل المنخوري، منخوري يعني نخره + +135 +00:15:25,770 --> 00:15:34,310 +الضعف والوهن، في + +136 +00:15:34,310 --> 00:15:39,970 +القرآن الكريم، يقول: القرآن: عظامًا نخرا، أي يعني + +137 +00:15:39,970 --> 00:15:49,820 +نخيران، ماليَةٌ، نخر العظم فهو نخر، إذا بليَ ورمى، إذا + +138 +00:15:49,820 --> 00:15:55,620 +بليَ ورمى، فلما نقول أنقاض هيكل منخوري، هيكل يعني + +139 +00:15:55,620 --> 00:16:02,340 +كأن الجسد تحول إلى هيكل بلا روح، هيكل منخور نخره + +140 +00:16:02,340 --> 00:16:11,140 +الآفات، وإذا ما أتى الغياهب، الغياهب جمع غيهب وليل + + + +141 +00:16:11,140 --> 00:16:12,540 +غياب يعني مظلم + +142 +00:16:15,880 --> 00:16:20,440 +أي حتى وصل الغياب بالبعيدة التي لا يراها الإنسان + +143 +00:16:20,440 --> 00:16:25,540 +تغيب عنه واجتاز + +144 +00:16:25,540 --> 00:16:31,120 +مدى الظن من ضمير الأثيري يعني اجتاز مكانًا متوقعًا + +145 +00:16:31,120 --> 00:16:34,560 +منهم + +146 +00:16:34,560 --> 00:16:38,900 +تجاوز مكانًا متوقعًا منهم في فضاء الأثير + +147 +00:16:42,090 --> 00:16:52,330 +لأنه لم يكن متوقعًا منه أن يفعل ما فعل جلجلة + +148 +00:16:52,330 --> 00:16:59,130 +منه زعقة الجلجلة الصوت الشديد الجلجلة + +149 +00:16:59,130 --> 00:17:04,670 +شدة الصوت أو الصوت الشديد الزعق الصياح هو كلمة + +150 +00:17:04,670 --> 00:17:05,170 +فصيحة + +151 +00:17:07,720 --> 00:17:12,320 +فلان بزعج ع فلان بالعامية، فالكلمة فصيحة، فالزأق هو + +152 +00:17:12,320 --> 00:17:17,040 +الصياح، وما الزعج عليك، نقول في العامية ما الزعج + +153 +00:17:17,040 --> 00:17:19,800 +عليك، يعني لا تصيح أو لا ترفع صوتك + +154 +00:17:33,710 --> 00:17:39,130 +وهو .. وهنا كأنه يحاكي هذه الجلجلة التي امتدت إلى + +155 +00:17:39,130 --> 00:17:45,590 +ثق بحرف الشيء وقولنا لكم ما هو النشو والنششو ما + +156 +00:17:45,590 --> 00:17:52,430 +هو النشو والنششو نش الماء ينش نشًا ونشيشار وهو + +157 +00:17:52,430 --> 00:17:57,070 +صوت الماء عند الغليان أو صوت اللحم إذا وضع على + +158 +00:17:57,070 --> 00:18:03,040 +الحديد المحمى، لما نضع لحمة على الحديد المحمى ونسمع + +159 +00:18:03,040 --> 00:18:08,060 +له صوت حتى احنا بالعامية بنقول إيه؟ وين الذهب؟ أين + +160 +00:18:08,060 --> 00:18:14,300 +ذهب؟ في الـ .. ورايا حنش، فهي كلمة أيضًا كذلك فصيحة + +161 +00:18:14,300 --> 00:18:19,800 +كلمة إيه؟ كلمة فصيحة نشرة الآفاق أي صمع عليها صوت + +162 +00:18:19,800 --> 00:18:23,960 +كصوت الماء المغلي أو صوت اللحمة وقال هنا الآفاق + +163 +00:18:23,960 --> 00:18:28,080 +يدل على قوة هذا الصوت حرًا + +164 +00:18:31,410 --> 00:18:37,570 +حامية وهيجوها يعني شراريها المستطير المتناثر + +165 +00:18:37,570 --> 00:18:44,810 +المستطير يعني إيه؟ المتناثر كأنه + +166 +00:18:44,810 --> 00:18:52,210 +كتلة من اللهب، لأن وصفها بوصفية كأنها الراعد وكأنها + +167 +00:18:52,210 --> 00:18:56,150 +كتلة من اللهب كأنها الراعد في صوتها + +168 +00:19:03,900 --> 00:19:09,060 +ما هذه الزعقة؟ الزعقة هذه ما هي الزعقة؟ زعقة + +169 +00:19:09,060 --> 00:19:20,800 +الكرامة، أحسن فكرة زعقة الكرامة والكِبرِاء وهو + +170 +00:19:20,800 --> 00:19:25,020 +جثة فضل + +171 +00:19:25,020 --> 00:19:25,680 +الكرامة + +172 +00:19:33,720 --> 00:19:38,700 +الحياة في السفوح على + +173 +00:19:38,700 --> 00:19:47,320 +ذروة الشماء العالية في حضن وكره المهجور، الوكر حضن + +174 +00:19:47,320 --> 00:19:54,780 +تلاحظ التعبير الجميل والنفسي والرائع حضن الوطن حضن + +175 +00:19:54,780 --> 00:20:04,120 +كحضن الأم الوطن حضن كحضن الأم، والذي جرب الغربة، أما + +176 +00:20:04,120 --> 00:20:11,300 +من كنا جربت الغربة؟ هل جربنا الغربة؟ + +177 +00:20:11,300 --> 00:20:19,440 +ما حد خرج من غزة؟ كنا من برا، كيف + +178 +00:20:19,440 --> 00:20:27,780 +الغربة؟ صعب، أكيد الوطن حضن كحضن الأم، والذي جرب + +179 +00:20:27,780 --> 00:20:31,720 +الغربة فيعرف قيمة هذا الكلام، أنا واحد من الناس + +180 +00:20:31,720 --> 00:20:37,940 +جربت الغربة اثنتي عشرة سنة، وإنما عدتُ إلى غزة + +181 +00:20:37,940 --> 00:20:41,140 +عدتُ + +182 +00:20:41,140 --> 00:20:46,580 +وكنتُ أو كانت أمي تنتظرني على الباب، فوجدتُ بها + +183 +00:20:46,580 --> 00:20:52,630 +عواطفه،الوطن الكبير والوطن .. يعني الإنسان وكان + +184 +00:20:52,630 --> 00:20:59,650 +أسعى لحظات حياتي عندما قعدت يعني إلى غزة ففعلاً + +185 +00:20:59,650 --> 00:21:07,090 +حضنه وكره، حضنه أين أنت؟ أين كنت أيها الناس؟ حضنه + +186 +00:21:07,090 --> 00:21:11,690 +عندما رأى، حتى وإن كان جثته، حتى وإن كان إيه؟ جثته + +187 +00:21:11,690 --> 00:21:14,990 +حضنه وكره المهجور + +188 +00:21:17,940 --> 00:21:25,820 +ما أروع هذه الميتة وما أنبلها أيها + +189 +00:21:25,820 --> 00:21:31,340 +الناس،رو الاتهام مع الناسرون، هنا تظهر شخصية السارد + +190 +00:21:31,340 --> 00:21:39,700 +واضحة جلية، أيها الناسرو هل أعود كما عدت؟ هل أعود + +191 +00:21:39,700 --> 00:21:48,140 +للذرة كما عدت؟ هل أعود للكرامة كما عدت؟ أمس صفحة قد + +192 +00:21:48,140 --> 00:21:55,160 +أَمات شعوري بالكرامة وبالعزة، ملاحظ خاتمة رائعة جدًا + +193 +00:21:55,160 --> 00:22:02,960 +خاتمة سؤال واستفهام، خاتمة مفتوحة، خاتمة الحكاية خاتمة + +194 +00:22:02,960 --> 00:22:09,800 +مفتوحة ومغلقة نسبة للنسر، خاتمة مغلقة وبالنسبة + +195 +00:22:09,800 --> 00:22:12,260 +للسارد خاتمة مفتوحة + +196 +00:22:18,520 --> 00:22:22,960 +في أحد عنده سؤال في مضمون الأبيات قبل أن ننتقل إلى + +197 +00:22:22,960 --> 00:22:38,540 +التحليل النصي + +198 +00:22:38,540 --> 00:22:47,800 +الحكاية، نحن بين أيدينا نص عبارة عن حكاية، حكاية + +199 +00:22:47,800 --> 00:22:55,840 +درامية، حكاية نسر تُقَصُّ عن ذراه يعيش دون السفوح + +200 +00:22:55,840 --> 00:23:04,200 +تصارع، وصراع الطير فينهض دامي الكرامة ويحلق في + +201 +00:23:04,200 --> 00:23:14,860 +السماء ثم يهوي جثة كريمة في حضن وكره المهجور، وهذه + +202 +00:23:33,630 --> 00:23:39,650 +أو رسالة للأمة العربية، ما هي الرسالة؟ هنا في + +203 +00:23:39,650 --> 00:23:41,790 +رسالة للإنسان العربي وللأمة العربية. + +204 +00:23:46,540 --> 00:23:50,140 +أن تعيدِ كرامتها التي ذهبت، جميل الإنسان الذي يعيش + +205 +00:23:50,140 --> 00:23:54,020 +بكرامته، يحيا كريمًا، والإنسان الذي تضيع كرامته أهون + +206 +00:23:54,020 --> 00:24:00,480 +عليه الموت، لا تكن وقل عزة من النسر، لا تكن وقل + +207 +00:24:00,480 --> 00:24:05,380 +عزة وكرامة من النسر الذي ضحى بحياته من أجل كرامته + +208 +00:24:05,380 --> 00:24:13,300 +فإما أن تحيوا كرامًا وإما أن تموتوا كرامًا، كذلك رسالة + +209 +00:24:13,300 --> 00:24:16,860 +للإنسان العربي وللأمة العربية، القصيدة كُتِبَتْ تقريبًا + +210 +00:24:16,860 --> 00:24:24,420 +عام 1933، فسنرى هل النسر هو رمزها أم كده، 1933 تقريبًا + +211 +00:24:24,420 --> 00:24:30,720 +ثلاثة ثلاثين، بهذا النص وهذا نموذج جديد في الشعب + +212 +00:24:30,720 --> 00:24:39,940 +العربي الحديث، أن النص ليس مشاعر ساطعة، النص ليس + +213 +00:24:39,940 --> 00:24:51,210 +عواطف، هو عبارة عن حكاية درامية، نريد + +214 +00:24:51,210 --> 00:24:56,310 +أن نفرّق بين شيئين، بين الرمز والقناع + +215 +00:24:56,310 --> 00:25:00,850 +الرمز + +216 +00:25:00,850 --> 00:25:07,050 +يُحيل إلى شيئين، يُحيل إلى الموضوع والذات + +217 +00:25:08,690 --> 00:25:14,950 +أما القناع فلا يُحيل إلا إلى الذات، يعني الرمز يجوز + +218 +00:25:14,950 --> 00:25:21,050 +للشعر أن يستعمل، أن يُوظّف الرمز عن موضوع ما لا + +219 +00:25:21,050 --> 00:25:25,050 +علاقة له بذاته، هذه معناه موضوع، يعني خارج ذاته أو + +220 +00:25:25,050 --> 00:25:30,530 +أن يوظف الرمز تعبيرًا عن ذاته، الرمز يَسَعُ الموضوع + +221 +00:25:30,530 --> 00:25:36,150 +ويَسَعُ الذات، لكن القناع لا يَسَعُ إلا من؟ إلا الذات، + +222 +00:25:36,150 --> 00:25:40,820 +لا يَسَعُ إلا الذات فقط، هذا هو الـ Walk Now، فالشاعر + +223 +00:25:40,820 --> 00:25:46,540 +هنا في أحد التأويلات أو في أحد التأويلات النسر ربما + +224 +00:25:46,540 --> 00:25:52,120 +كان يقصد به بهذا النسر هو الحق العربي والكرامة + +225 +00:25:52,120 --> 00:25:57,620 +العربية والأمة العربية التي نزلت من ذروة التاريخ + +226 +00:25:57,620 --> 00:26:04,240 +إلى سفوح الحياة، من ذروة التاريخ إلى سفوح الحياة + +227 +00:26:04,240 --> 00:26:06,180 +فيُدعوها إلى المحاولة + +228 +00:26:08,410 --> 00:26:15,110 +ويُدعوها إلى أن تمد جناحيها لعلها تعود لها عزتها + +229 +00:26:15,110 --> 00:26:20,510 +وكرامتها، وأن لا ترضى بهذا الواقع واقع السفوح وواقع + +230 +00:26:20,510 --> 00:26:26,190 +الدول، والأمة العربية لديها فضلة من الإرث النبيل + +231 +00:26:26,190 --> 00:26:31,450 +والكريم، إنما كانت ملء سمع العالم وبصره هذه الأمة + +232 +00:26:31,450 --> 00:26:36,530 +فعليها أن تحاول، فالنسر في أحد تأويلاته يشير إلى + +233 +00:26:36,530 --> 00:26:41,300 +ماذا؟ إلى الأمة العربية وإلى الحق العربي السليم + +234 +00:26:41,300 --> 00:26:48,340 +كأحد اللي هي الرموز، ما تعريف الرمز؟ الرمز هو عبارة + +235 +00:26:48,340 --> 00:26:54,200 +عن مفردة مجازية، مفردة مجازية يشحنها الشاعر بطاقات + +236 +00:26:54,200 --> 00:26:59,820 +إيحائية ذات دلالات متعددة، تتيح لنا أن نتأمل شيئًا + +237 +00:26:59,820 --> 00:27:04,260 +آخر وراء النص، يعني هو ذكر ابن النسر لكنه لم يكن + +238 +00:27:04,260 --> 00:27:10,010 +يريد النسر الطير، أراد النسر رمزًا لِمَان؟ رمزًا للأمة + +239 +00:27:10,010 --> 00:27:13,870 +العربية، فهو أراد شيئًا وراء النص ووراء اللفظ الرمز + +240 +00:27:13,870 --> 00:27:19,530 +وهذا من انتقادات الشعر الحديثة والجميلة، استخدام + +241 +00:27:19,530 --> 00:27:22,690 +الرمز واستخدام القناع، هو توظيف الرمز وتوظيف + +242 +00:27:22,690 --> 00:27:28,830 +كذلك القناع، طيب ما هو القناع؟ يُحيل الرمز كما قلنا + +243 +00:27:28,830 --> 00:27:31,870 +إلى الذاتي والموضوعي، ممكن عبّر فيه عن الذات وعن + +244 +00:27:31,870 --> 00:27:35,370 +الموضوع، القناع + +245 +00:27:36,550 --> 00:27:41,630 +القناع شخصية ظاهرة تتلبّس ورقها ذات الشاعر، يعني + +246 +00:27:41,630 --> 00:27:47,170 +ممكن نستخدم المتنبي كما استخدموا البياتي والسياب، + +247 +00:27:47,170 --> 00:27:51,190 +ممكن نستخدم زرقاء اليمامة كما استخدمها ملدونجون، + +248 +00:27:51,190 --> 00:27:55,670 +ممكن نستخدم أمير أندلسي كما استخدم نزار قباني، + +249 +00:27:55,670 --> 00:28:00,270 +ممكن نستخدم هذه الشخصية كقناع لشخصية الشاعر، وما + +250 +00:28:00,270 --> 00:28:03,470 +.. ما غرض القناع، ما .. ما .. يعني الغرض اللي .. + +251 +00:28:03,470 --> 00:28:08,200 +دي .. إخفاء الشخصية الحقيقية، والقناع الأدبي والقناع + +252 +00:28:08,200 --> 00:28:14,840 +الفني ذات الشيء، يحاول أن يخفي شخصية الشاعر طبعًا + +253 +00:28:14,840 --> 00:28:19,700 +القناع لا يُستعمل ولا يُوظّف كما هو، بل يقوم الشاعر + +254 +00:28:19,700 --> 00:28:24,300 +بتفكيكه ويعيد تصميمه من جديد، يعني لو أخذ المتنبي + +255 +00:28:24,300 --> 00:28:29,700 +شخصية المتنبي لا يُستعمل ويُوظّف الشاعر كما كانت في + +256 +00:28:29,700 --> 00:28:34,040 +التاريخ، لأ، ممكن يضيف إليها أشياء، ممكن ينقص منها + +257 +00:28:34,040 --> 00:28:39,280 +أشياء، ممكن يزيد لها بعض اللمحات، فلا تبقى الشخصية + +258 +00:28:39,280 --> 00:28:44,840 +جامدة كما كانت في التاريخ، لماذا؟ حتى يناسب هذا + +259 +00:28:44,840 --> 00:28:51,700 +التصميم الجديد، التجارب الغاضة للشاعر، إذا القصيدة + +260 +00:28:51,700 --> 00:28:55,380 +إما أن تكون رمزًا للأمة العربية أو ممكن أن تكون + +261 +00:28:55,380 --> 00:28:59,440 +القصيدة أو النسر ممكن يكون رمزًا للأمة العربية أو + +262 +00:28:59,440 --> 00:29:06,200 +أن يكون قناعًا للشاعر، قناعًا للشاعر، لاسيما أنه في البيت + +263 +00:29:06,200 --> 00:29:11,320 +الأخير، البيت المفاجأة كان يخاطب النسر ويقول له هل + +264 +00:29:11,320 --> 00:29:16,760 +أعود كما عدت أم السفوح قد مات شعوري، يعني فيه نوع من + +265 +00:29:16,760 --> 00:29:20,180 +الاتهام، يعني يمكن أن يكون قناعًا ويمكن أن يكون + +266 +00:29:20,180 --> 00:29:30,040 +رمزًا، النسر + +267 +00:29:30,040 --> 00:29:34,430 +قناعًا، إذا كان قناعًا فهو يتحدث عن الشعب، يتحدث عن + +268 +00:29:34,430 --> 00:29:39,990 +اللي هو الشاعر عمر أبي ريشة، وربما كما قلنا اللي + +269 +00:29:39,990 --> 00:29:44,020 +يُصوره ذلك أن الشاعر خاطب هذا النسر في نهاية اللغة + +270 +00:29:44,020 --> 00:29:48,940 +القصيدة، كذلك اللغة في وصف النسر، ألسق بحال اللي هو + +271 +00:29:48,940 --> 00:29:53,420 +الشاعر، يعني وصفه للنسر يعني فيه كثير من صفات + +272 +00:29:53,420 --> 00:29:57,660 +الشاعر عمر أبي ريشة، وفي نوع من القرب النفسي ونوع + +273 +00:29:57,660 --> 00:30:01,940 +من التناسل واضح بين الشاعر وبين النسر، نحن نلاحظ أن + +274 +00:30:01,940 --> 00:30:06,100 +الشاعر كان متعاطفًا جدًا مع هذا النسر، واضح جدًا، ولا لأ؟ واضح جدًا أنه كان متعاطفًا مع هذا النسر + +275 +00:30:06,100 --> 00:30:10,460 +كدرامية النص كافة + +276 +00:30:13,100 --> 00:30:19,000 +الأفعال في النص، احصوا لنا الأفعال في النص، احصونا + +277 +00:30:19,000 --> 00:30:23,900 +يعني بسرعة، كان فعلاً في النص الأبيات حوالي .. + +278 +00:30:23,900 --> 00:30:29,000 +اشيلونا بيتًا، احصوا لنا الأفعال، كان فعلاً في النص اه + +279 +00:30:29,000 --> 00:30:41,560 +ما انتهى؟ +280 +00:30:41,560 --> 00:30:42,260 +ما انتهى؟ + +281 +00:31:09,240 --> 00:31:20,320 +أه كام فعلا؟ خمسة وثلاثين ستة وثلاثين نعتبرهم + +282 +00:31:20,320 --> 00:31:22,860 +خمسة وثلاثين أو ستة وثلاثين يعني معناته العدد + +283 +00:31:22,860 --> 00:31:27,780 +عدد كبير ولا غير كبير عدد كبير في عشرين بيت يكون + +284 +00:31:27,780 --> 00:31:34,760 +عنده خمسة وثلاثين فعلا هل يدل على ماذا؟ على + +285 +00:31:34,760 --> 00:31:39,640 +درامية وعلى الحركة إن في القصيدة فيه درامية في + +286 +00:31:39,640 --> 00:31:44,220 +حركة ليست + +287 +00:31:44,220 --> 00:31:49,820 +أسماء أو أسماء مشتقة الاسم يدل على الثبوت أو الصفة + +288 +00:31:49,820 --> 00:31:53,360 +يدل على الثبوت لكن الفعل يدل على ماذا؟ الحركة + +289 +00:31:53,360 --> 00:31:58,080 +والتغيير طيب، + +290 +00:31:58,080 --> 00:32:02,980 +كام فعلا ماضيا في القصيدة؟ هقولها خمسة وثلاثين نريد + +291 +00:32:02,980 --> 00:32:03,820 +نعرف الماضي + +292 +00:32:13,350 --> 00:32:33,270 +الماضي والمضارع والأمر الماضي + +293 +00:32:33,270 --> 00:32:33,750 +كام؟ + +294 +00:32:38,380 --> 00:32:48,780 +تسعة عشر والعشرين إنه + +295 +00:32:48,780 --> 00:32:52,440 +لم يعد لم يعد رتابة الفعل الماضي تبقى معه لما + +296 +00:32:52,440 --> 00:32:57,340 +لم تدخل على الفعل المضارع تقلب المضارع إلى الماضي + +297 +00:32:57,340 --> 00:33:03,280 +هذا بيصير كام فعل؟ عشرين طيب بالمضارع + +298 +00:33:13,430 --> 00:33:17,490 +ناس تبحث عن المضارع وناس تبحث عن الأمر ناس تبحث عن + +299 +00:33:17,490 --> 00:33:27,090 +المضارع وناس تبحث عن الأمر مضارع + +300 +00:33:27,090 --> 00:33:34,630 +كام؟ مضارع تسعة مضارع عشرة ستة الأمر ستة الأمر، + +301 +00:33:34,630 --> 00:33:38,490 +ستة الأمر، ستة الأمر، ستة الأمر، ستة الأمر، ستة + +302 +00:33:38,490 --> 00:33:43,330 +الأمر، ستة الأمر، ستة الأمر، ستة الأمر، ستة الأمر، + +303 +00:33:43,330 --> 00:33:47,550 +الأمر، ستة الأمر، ستة الأمر، ستة غلبت ماذا؟ الصيغة + +304 +00:33:47,550 --> 00:33:52,130 +الماضوية فلماذا غلبت صيغة الماضي على أفعال + +305 +00:33:52,130 --> 00:33:59,270 +القصيدة؟ لماذا غلبت صيغة الماضي على أفعال القصيدة؟ + +306 +00:33:59,270 --> 00:34:04,950 +لماذا غلبت صيغة الماضي؟ الإجابة لها قلنا أماركم + +307 +00:34:04,950 --> 00:34:07,970 +أنه ممكن كانت تتبت عن أنجاب العرب + +308 +00:34:15,860 --> 00:34:26,960 +الجواب بسيط جدا، الجواب بسيط، فضلي ماذا يعني ذلك؟ + +309 +00:34:35,270 --> 00:34:38,290 +النص حكاية لأن النص حكاية هو الحكاية تقوم على + +310 +00:34:38,290 --> 00:34:42,910 +ماذا؟ على الفعل الماضي، على استحضار الأفعال لذلك + +311 +00:34:42,910 --> 00:34:45,810 +غلبت الأفعال الماضية تدل على البنية الحكاية اللي + +312 +00:34:45,810 --> 00:34:50,870 +اتميز بها اللي هو نص البنية الحكاية غلبت الصيغة + +313 +00:34:50,870 --> 00:34:57,230 +الماضوية على أفعال القصيدة فهذا واحد غلبت الصيغة + +314 +00:34:57,230 --> 00:35:00,670 +الماضوية على أفعال القصيدة اثنين عن نص الحكاية + +315 +00:35:00,670 --> 00:35:07,620 +موجودة في القصيدة الشخصية النسب للحدث الفعل الزمان + +316 +00:35:07,620 --> 00:35:11,480 +الماضي المكان موجود الصفوع وعالي وجوه المقدمات + +317 +00:35:11,480 --> 00:35:15,340 +العقدة موجودة من أول بيت العقدة أصبح السفر ملعبة + +318 +00:35:15,340 --> 00:35:22,660 +لنصف النهاية والحلب وهوى جثة على ذروة الشمال إذا + +319 +00:35:22,660 --> 00:35:26,760 +هذه الحكاية توفر فيها كل عناصر القصة وكل عناصر + +320 +00:35:26,760 --> 00:35:31,320 +الحكاية وغلبة الفعل الماضي يدل على أن فعل اللي + +321 +00:35:31,320 --> 00:35:37,710 +يعني الحكاية طب المضارع لماذا المضارع تسعى؟ تسعى + +322 +00:35:37,710 --> 00:35:42,290 +لاستمراج، استمراج الأحداث، حتى يضع القارئ في جو + +323 +00:35:42,290 --> 00:35:46,310 +القصيدة جميل جدا، حتى يعني يضع القارئ في جو + +324 +00:35:46,310 --> 00:35:50,550 +القصيدة، الفعل المضارع يدل على الحضور، حضور الفعل، + +325 +00:35:50,550 --> 00:35:57,070 +حتى يضع القارئ في جو القصيدة، ففعل الأمر، فالأمر + +326 +00:35:57,070 --> 00:36:05,720 +على ماذا يدل؟ ما هي دلالته؟ استنهاض للهمم كلمة كلمة + +327 +00:36:05,720 --> 00:36:23,540 +التواصل التواصل مع المتلقي لعب + +328 +00:36:23,540 --> 00:36:30,940 +اللغة اللغة مكتفة ورصيدة ومشبعة بالحركة والظلال كل + +329 +00:36:30,940 --> 00:36:37,110 +فعل له ظلال عندما نقول هضب السفح مثلا أصبح السّفك + +330 +00:36:37,110 --> 00:36:41,630 +ملعب للمسؤول تحت أقدام دهرك السّكّيل لما تستخدم + +331 +00:36:41,630 --> 00:36:47,250 +السّكّيل فكل فعل أو كل كلمة من الكلمات لها ضلال ومش + +332 +00:36:47,250 --> 00:36:51,890 +بعنوان بالحركة دلالة وضيفة للأمر كما نقول التواصل + +333 +00:36:51,890 --> 00:36:58,850 +المطلق من الناس يحمل رسالة للمجتمع العربي وللإنسان + +334 +00:36:58,850 --> 00:37:08,850 +العربي أن ينهض مرة ثانية وثالثة ورابعة النص + +335 +00:37:08,850 --> 00:37:15,210 +جمع بين صدق التجربة ونبل الرسالة رسالة جميلة كذلك + +336 +00:37:15,210 --> 00:37:19,570 +وجديد التعبير الشعري لدراما والحكاية والرمز و + +337 +00:37:19,570 --> 00:37:25,050 +القناعة والوحدة العضوية لماذا توافرت في هذه + +338 +00:37:25,050 --> 00:37:27,950 +القصيدة الوحدة العضوية؟ لماذا توافرت في هذه + +339 +00:37:27,950 --> 00:37:32,430 +القصيدة الوحدة العضوية؟ لأنه أنها حكاية والحكاية + +340 +00:37:32,430 --> 00:37:36,810 +لو اتمنى التسلسل والتربط فيها ولاحظوا الشعر كان + +341 +00:37:36,810 --> 00:37:40,730 +باستخدام الاسترجاع ثم تأملنا الشعر باستخدام + +342 +00:37:40,730 --> 00:37:47,130 +الاسترجاع أول مقال قال أسبوع السفح وملعبان للنسوري + +343 +00:37:47,130 --> 00:37:52,430 +ثم عاد يتحدثوا عن مجد النسر إنه لم يعد يكحل جفن + +344 +00:37:52,430 --> 00:37:56,630 +الليلّين T. Hanbury شهيرمان ثوري ثم يتحدث عن مجده + +345 +00:37:56,630 --> 00:38:00,830 +الصادق استخدم إن هو الاسترجاع واستخدم كذلك + +346 +00:38:00,830 --> 00:38:06,810 +الاستباق يعني في هذه الحكاية لما قال فصرت فيه + +347 +00:38:06,810 --> 00:38:13,130 +رعشاته معناه ذلك أن نهاية ستكون نهاية نبيلة ونهاية + +348 +00:38:13,130 --> 00:38:19,530 +كريمة الجوجلية التعبير الشعري ووحدة المضبوط آخر + +349 +00:38:19,530 --> 00:38:24,210 +شيء ختام التساؤل تبقون عندكم تساؤلكتبنا التساؤل + +350 +00:38:24,210 --> 00:38:32,530 +ناقش ميري اضطراب + +351 +00:38:32,530 --> 00:38:35,970 +امريشا + +352 +00:38:35,970 --> 00:38:43,610 +بين النسر والعقاب بين النسر والعقاب العقاب طائر + +353 +00:38:43,610 --> 00:38:46,470 +كريم والنسر + +354 +00:38:48,260 --> 00:38:54,100 +المهم أن نعرف لماذا استخدم الشاعر النسر ولم يستخدم + +355 +00:38:54,100 --> 00:38:59,860 +العقاب وعليه النسر هو طائر كريم أما أنه ليس بكريم + +356 +00:38:59,860 --> 00:39:06,700 +عند العقاب العقاب استخدم العقاب العقاب لما تحدث عن + +357 +00:39:06,700 --> 00:39:13,800 +ذات القصة استخدم العقاب ولم يستخدم النسر والسلام + +358 +00:39:13,800 --> 00:39:16,860 +عليكم ورحمة الله وبركاته diff --git a/PL9fwy3NUQKwbvX-idZnsXAzsMZTojRWzu/v3loI3OIOMg_postprocess.srt b/PL9fwy3NUQKwbvX-idZnsXAzsMZTojRWzu/v3loI3OIOMg_postprocess.srt new file mode 100644 index 0000000000000000000000000000000000000000..3dbb4426b6f7305f39fd650f47c22e8924abafbf --- /dev/null +++ b/PL9fwy3NUQKwbvX-idZnsXAzsMZTojRWzu/v3loI3OIOMg_postprocess.srt @@ -0,0 +1,1696 @@ +1 +00:00:20,870 --> 00:00:23,370 +أعوذ بالله من الشيطان الرجيم بسم الله الرحمن + +2 +00:00:23,370 --> 00:00:26,810 +الرحيم الحمد لله والصلاة والسلام على رسول الله + +3 +00:00:26,810 --> 00:00:35,790 +وبعد السلام عليكم ورحمة الله وبركاته اليوم نحن مع + +4 +00:00:35,790 --> 00:00:44,570 +جنس أدبي جديد وهو السيرة الذاتية والسيرة جنس أدبي + +5 +00:00:44,570 --> 00:00:49,790 +كسائر الأجناس الأدبية الأخرى كجنس الشعروالقصة + +6 +00:00:49,790 --> 00:00:56,610 +والمقالة والمقامة والمسرحية والاقصوص والحكاية جنس + +7 +00:00:56,610 --> 00:01:05,640 +ندبي سواء بسواق السيرة الذاتية المصطلح والشروطقبل + +8 +00:01:05,640 --> 00:01:11,620 +أن نتحدث أو ندخل في الحديث أو في التفصيل شروط + +9 +00:01:11,620 --> 00:01:17,860 +وتعريف السيرة الذاتية نود أن نقف على إشارات بسيطة + +10 +00:01:17,860 --> 00:01:24,320 +حول السيرة الذاتية أو الغيرية في تراثنا العربي + +11 +00:01:24,320 --> 00:01:30,940 +القديم هل تقدم في تراثنا العربي القديم سيرة غيرية + +12 +00:01:30,940 --> 00:01:38,890 +أو سيرة ذاتيةولا تراثنا خلق من هذا الجنس الأدبي + +13 +00:01:38,890 --> 00:01:43,190 +فضل يا أخوان فقط دوّن كتير من شعارين جالين عن + +14 +00:01:43,190 --> 00:01:47,810 +اللوم شعرهم وعن سيرة حياتهم كذلك ابن هشام دوّن في + +15 +00:01:47,810 --> 00:01:54,350 +سيرته كذلك سليمان الفارس دوّن في سيرته سليمان + +16 +00:01:54,350 --> 00:02:00,120 +الفارس الجميل ايوةوأتحدث عنه كيف أنه سرقة اللي هو + +17 +00:02:00,120 --> 00:02:03,980 +الدين المجروس وانتقل إلى الديانة النصرانية وأتحدث + +18 +00:02:03,980 --> 00:02:08,540 +عن حياتي وسيرتي أيضا وردنا كثير من السيرة اللي هو + +19 +00:02:08,540 --> 00:02:12,040 +قدما لكن الكتابة كانت قليلة في العصر الجاهلي ولذلك + +20 +00:02:12,040 --> 00:02:16,500 +لم نيصلنا منها أحسنتي، حب ليه؟ كانت هناك الكثير من + +21 +00:02:16,500 --> 00:02:19,420 +السيرة الغيرية وخير دليل عادى كثير في رسول صلى + +22 +00:02:19,420 --> 00:02:23,060 +الله عليه وسلم أعظم سيرة غيري هي سيرة النبي صلى + +23 +00:02:23,060 --> 00:02:27,350 +الله عليه وسلم كان عندنا سيرةطب اعطوني أمثلة + +24 +00:02:27,350 --> 00:02:31,390 +لأشكال السيرة الغيرية غير سيرة النبي صلى الله عليه + +25 +00:02:31,390 --> 00:02:34,370 +وسلم غير سيرة النبي اللي كتبها ابن أصحاق أو ابن + +26 +00:02:34,370 --> 00:02:41,380 +هشام اعطوني أمثلة على السيرة الغيريةمثلا كتاب + +27 +00:02:41,380 --> 00:02:45,940 +الأغاني لأبي فرج من أصفاني ماسميه كتب التراجم كتب + +28 +00:02:45,940 --> 00:02:50,540 +التراجم كتب سيرة إبراهيم الموصلي صحيح هي لم تكن + +29 +00:02:50,540 --> 00:02:54,460 +سيرة كاملة ولكن ذاكرة فيها ببعض السماء النفسية + +30 +00:02:54,460 --> 00:02:57,680 +لإبراهيم الموصلي أيوة إذا نطلق عليها كتاب أو كتب + +31 +00:02:57,680 --> 00:03:05,260 +الطباقات هم أقول طبقات الزهاد طبقات الرجال طبقات + +32 +00:03:05,260 --> 00:03:09,940 +الشفعية الحنادق الأطباءأيضا معاجم لما نقرأ مثلا + +33 +00:03:09,940 --> 00:03:14,480 +معاجم الودابا ليقوت الحماية هذه الأشكال اللي هي + +34 +00:03:14,480 --> 00:03:20,000 +نسميها السيارة الغيرية السيارة الذاتية وجدت ملامح + +35 +00:03:20,000 --> 00:03:24,410 +منها في الشعر العربي في العصر الجاهليكذلك الأموي + +36 +00:03:24,410 --> 00:03:29,410 +وجدت كذلك يعني عند سلمان الفارسي أو حديث الصحابة + +37 +00:03:29,410 --> 00:03:36,570 +رضي الله عنهم عن غزواتهم عن حيواتهم عن جاهليتهم عن + +38 +00:03:36,570 --> 00:03:41,230 +إسلامهم كل ذلك يدخل في باب اللي هو السيرة الذاتية + +39 +00:03:41,230 --> 00:03:46,650 +من أعظم السيرة الذاتية القديمةالتي يمكن أن ترتقي + +40 +00:03:46,650 --> 00:03:51,550 +إلى مستوى السيرة الذاتية العالمية ما كتبه الإمام + +41 +00:03:51,550 --> 00:03:55,750 +أبو حامد الغزالي رحمه الله في سيرته الذاتية + +42 +00:03:55,750 --> 00:04:03,230 +المشهورة المنقذ من الضلال وتحدث فيها عن تحوله من + +43 +00:04:03,230 --> 00:04:08,350 +عالم الفلسفة إلى عالم الصوفية وعالم الروحانية + +44 +00:04:08,650 --> 00:04:12,710 +بعبارات دقيقة وعبارات جميلة وعبارات رائعة من أرقى + +45 +00:04:12,710 --> 00:04:18,490 +أنواع السيرة الذاتية كذلك كتب وسامة بن منقذ + +46 +00:04:18,490 --> 00:04:24,410 +الاعتبار يتحدث فيه عن سيرته الذاتية وآخر ما وصلنا + +47 +00:04:24,410 --> 00:04:27,850 +من السيرة الذاتية سيرة ابن خلدون اللي هو عبد + +48 +00:04:27,850 --> 00:04:32,550 +الرحمن اللي هو ابن خلدون صاحب المقدمة المشهورة إذا + +49 +00:04:32,550 --> 00:04:39,820 +السيرة الذاتية والسيرة الغيريةجنس أدبي وجد في + +50 +00:04:39,820 --> 00:04:50,360 +تراثنا العربي القديم السيرة + +51 +00:04:50,360 --> 00:04:59,740 +في اللغة على وزن فعلة وهي اسم هي .. اسم هي وتعني + +52 +00:04:59,740 --> 00:05:06,420 +من معانيها ومن دلالاتها الطريقةوالسنة والهيئة + +53 +00:05:06,420 --> 00:05:14,460 +والحالة التي يكون عليها الإنسان يقال صار الوالي في + +54 +00:05:14,460 --> 00:05:23,020 +الرعية سيرة حسنة ماذا يعني هنا سيرة؟يعني طريقة + +55 +00:05:23,020 --> 00:05:30,620 +يعني رعاهم أو صار فيهم أو حكمهم بطريقة حسنة أو + +56 +00:05:30,620 --> 00:05:39,000 +بحالة حسنة و أحسن السير وهذا في سير الأولين ماذا + +57 +00:05:39,000 --> 00:05:44,340 +يعني سير الأولين؟ يعني قصص و حكايات و تاريخ + +58 +00:05:44,340 --> 00:05:46,160 +الأولين هذا يعني سير الأولين + +59 +00:05:48,700 --> 00:05:54,900 +والسيرة كما جاء في المعجم الوسيط الحالة التي يكون + +60 +00:05:54,900 --> 00:06:01,020 +عليها الإنسان يكون عليها الإنسان يسميه سيرة ويقال + +61 +00:06:01,020 --> 00:06:07,800 +قرأت سيرة فلان قرأت سيرة العقاد قرأت سيرة طه حسين + +62 +00:06:07,800 --> 00:06:13,880 +قرأت سيرة الصديق المقصود بالسيرة تاريخ الحياة + +63 +00:06:13,880 --> 00:06:18,000 +المقصود بالسيرة تاريخ الحياة أو الترجم وهذا الذي + +64 +00:06:18,990 --> 00:06:23,050 +يدور حوله معناه اللي هو السيرة ودالة السيرة في + +65 +00:06:23,050 --> 00:06:26,410 +الاصطلاح الفني يبقى السيرة معناها اللي هو تاريخ + +66 +00:06:26,410 --> 00:06:31,230 +الحياة أو ترجمة اللي هو الحياة لذا السيرة تنقسم + +67 +00:06:31,230 --> 00:06:39,990 +إلى قسمين لثالثة لهما سيرة ذاتيةعندما يكتب الإنسان + +68 +00:06:39,990 --> 00:06:49,210 +سيرته بنفسه وسيرة غيرية عندما يكتب إنسان عن إنسان + +69 +00:06:49,210 --> 00:06:53,790 +سيرته أو سيرة حياته ترجمة له حياته + +70 +00:06:57,300 --> 00:07:03,080 +تعريف السيرة الذاتية في الاصطلاح هناك عدة تعريفات + +71 +00:07:03,080 --> 00:07:09,320 +وكلها تدور حول دلالة واحدة أو معنى واحد نأخذ + +72 +00:07:09,320 --> 00:07:15,420 +التعريف الأول فهو من حياة أو من حياة شخصية إنسانية + +73 +00:07:15,420 --> 00:07:21,000 +ذات تميز معين دعونا نبدأ من الآخر من آخر التعريف + +74 +00:07:21,000 --> 00:07:24,440 +ذات تميز مايع + +75 +00:07:26,360 --> 00:07:33,340 +ماذا يعني ذلك؟ ذاته تميز معين وليست أي شخصية ممكن + +76 +00:07:33,340 --> 00:07:38,760 +تكتب ذاته مكانها معين معناه ذلك أن الشخصيات العامة + +77 +00:07:38,760 --> 00:07:47,320 +هي التي تكتب سيرتها الذاتية وليست أي شخصية يعني + +78 +00:07:47,320 --> 00:07:52,850 +لا يكتب إنسان عاديلم يشارك في صنع التاريخ أو + +79 +00:07:52,850 --> 00:07:56,930 +الأحداث العامة ولم يكن سياسيا مرموقا أو أديبا أو + +80 +00:07:56,930 --> 00:08:00,270 +شخصية اجتماعية لا يكتب سواته الذاتية لأنه لن يكون + +81 +00:08:00,270 --> 00:08:05,710 +فيها الكثير من الفوائد يعني للمتلقي أو للقارن ولا + +82 +00:08:05,710 --> 00:08:09,330 +علاقة لا بالتاريخ العام للناسدا من يكتب سيرته + +83 +00:08:09,330 --> 00:08:13,550 +الذاتية ما نطلق عليهم الشخصيات العامة الشخصيات + +84 +00:08:13,550 --> 00:08:19,490 +العامة ده أصحاب التاريخ اللي هو الممين ترجم لحياة + +85 +00:08:19,490 --> 00:08:23,850 +أو جزء من حياة لماذا يقولنا جزء من حياة؟ لماذا + +86 +00:08:23,850 --> 00:08:27,850 +يقولنا جزء من حياة؟ + +87 +00:08:27,850 --> 00:08:31,390 +يعني هل كاتب السيرة الذاتية يكتب كل شيء في حياته؟ + +88 +00:08:31,390 --> 00:08:38,470 +الآن عندنا الخفز الحافيلمحمد شكري كاتب مغربي هل + +89 +00:08:38,470 --> 00:08:46,170 +يكتبوا كل تفاصيل حياته؟ عندنا البئر الأولى لجبرا + +90 +00:08:46,170 --> 00:08:52,170 +إبراهيم جبرا سيرة ذاتية هل يكتبوا كل شيء في حياته؟ + +91 +00:08:52,170 --> 00:09:01,070 +لأ عندنا رحلة جبلية فدوة وقان عندنا غربة الراعي + +92 +00:09:01,070 --> 00:09:08,650 +الدكتور إحسان عباسعندنا كتاب الأيام لطاه حسين + +93 +00:09:08,650 --> 00:09:16,270 +وعندنا سيرة ذاتية لا يُقَل أنه في ثلاثة أجزاء في + +94 +00:09:16,270 --> 00:09:21,170 +ما يُقارب من مائتي وخمسين صفحة يستطيع أن يكتب كل + +95 +00:09:21,170 --> 00:09:26,670 +تفاصيل حياته فإما هي ترجمة لحياة الخطوط العريضة أو + +96 +00:09:26,670 --> 00:09:32,040 +صراع اللي هو الحياة التعريف الثانيرواية حياتي + +97 +00:09:32,040 --> 00:09:36,280 +المؤلفة القلم هي تحكي ما يسرد .. يسرد المتواصفأه + +98 +00:09:36,280 --> 00:09:40,480 +رواية حياتي المؤلف بقلمه يبقى شرطه أن تكون ايه + +99 +00:09:40,480 --> 00:09:45,700 +بقلمه عن حياتي وليس حياتي اللي أقرأ يحكي .. يبقى + +100 +00:09:45,700 --> 00:09:52,060 +هي عبارة عن حاجة استعادة حاجة استعادة يحكي ماضيا + +101 +00:09:52,060 --> 00:09:58,060 +بسرد المتواصل يعني في كتاب واحد في حيز كتابيا واحد + +102 +00:09:58,060 --> 00:10:02,320 +هذه معناه سرد اللي هو متواصل لا انقطاع يعني فيه + +103 +00:10:02,320 --> 00:10:08,370 +التالت أيوةتصف لحياة شخص بواسطة الشخص نفسه بواسطة + +104 +00:10:08,370 --> 00:10:13,590 +الشخص نفسه بواسطة الشخص اللي هو نفسه بيسد حياته + +105 +00:10:13,590 --> 00:10:18,450 +حدث عن حياته لكن ما الذي يتحدث عن حياته هو صاحب + +106 +00:10:18,450 --> 00:10:24,110 +الحياة هو صاحب الحياة التعريف الرابع وهو أطول + +107 +00:10:24,110 --> 00:10:24,810 +التعريف + +108 +00:10:27,330 --> 00:10:30,970 +حكي استعادي نثري أيه يعني استعادي؟ الماضي أيوة + +109 +00:10:30,970 --> 00:10:36,270 +يسترجع الماضي نثري ليس شعرا يعني يقوم بيه واقعي + +110 +00:10:36,270 --> 00:10:41,110 +ليس خياليا يعني طاه حسين موجود ولا غير موجود إحسان + +111 +00:10:41,110 --> 00:10:48,310 +عباس فدوة وقان كل هؤلاء شخص حقيقيون حقيقيون نعم + +112 +00:10:48,310 --> 00:10:51,850 +وذلك عندما يركب على حياتي الفردية وعلى تاريخ + +113 +00:10:51,850 --> 00:10:56,840 +شخصيته بالصفة القادةعلى حياة الفردية وعلى تاريخ + +114 +00:10:56,840 --> 00:11:00,860 +شخصيته بصفة خاصة يعني لا يركز كثيرا على البيئة + +115 +00:11:00,860 --> 00:11:05,980 +والمحيط التركيز يعني عدسة السر تكون مركزة أيه + +116 +00:11:05,980 --> 00:11:12,180 +ومسلطة أيه على الذات وعلى حركة الذات وتفاعلها مع + +117 +00:11:12,180 --> 00:11:18,810 +المحيط لأن الذات تتكون من خلال صراع الذات معالمحيط + +118 +00:11:18,810 --> 00:11:24,930 +أحيانا العدسة تنتقل للمحيط لكن انتقالها للمحيط + +119 +00:11:24,930 --> 00:11:31,350 +يقول بقدر ماذا اتصالها بالذات اتصالها بالذاتلو + +120 +00:11:31,350 --> 00:11:36,270 +تحدث لنا عن حياتي مثلا أيام الملك فاروق أو أيام + +121 +00:11:36,270 --> 00:11:40,450 +الاحتلال الإنجليزي مثلا فدوة وقان لا تتحدث عن + +122 +00:11:40,450 --> 00:11:43,910 +الاحتلال الإنجليزي يعني بعيدا عن ذاتي انما تحدث عن + +123 +00:11:43,910 --> 00:11:47,330 +الاحتلال الإنجليزي لفلسطين أو الانتداب البريطاني + +124 +00:11:47,330 --> 00:11:53,590 +لفلسطينو علاقته بذاتها أو بتاريخ حياتها أو تاريخ + +125 +00:11:53,590 --> 00:11:57,530 +عائلتها أو تاريخ اللي هو مديرتها لا تتحدث بشكل + +126 +00:11:57,530 --> 00:12:02,270 +يعني عام صاحب التاريخ عندما يريد أن يقص حكاية + +127 +00:12:02,270 --> 00:12:07,490 +التاريخ أو حدث التاريخ يخرج ذاته من التاريخالمؤرخ + +128 +00:12:07,490 --> 00:12:11,470 +عندما يريد أن يتحدث عن التاريخ يخرج ذاته من + +129 +00:12:11,470 --> 00:12:16,470 +التاريخ لكن صاحب السيرة الذاتية بتكون الذات في + +130 +00:12:16,470 --> 00:12:21,610 +بؤرة القص والسارق العدسة مركزة على الذات اللي هي + +131 +00:12:21,610 --> 00:12:28,270 +السارق إذا لا تخرج السيرة الذاتية في دلالتها عن + +132 +00:12:28,270 --> 00:12:36,590 +كونها قصة حياة المؤلف التي يسردها بنفسهمثقلة + +133 +00:12:36,590 --> 00:12:42,210 +بإكرهات الصدق والحقيقة ليه ما أقولنا إكرهات الصدق + +134 +00:12:42,210 --> 00:12:47,230 +والحقيقة؟ ليه ما أضفنا كلمة إكرهات؟ لأن المؤلف يجب + +135 +00:12:47,230 --> 00:12:50,750 +عليه أن يقول حياته حتى لو كان فيها أشياء سيئة يجب + +136 +00:12:50,750 --> 00:12:55,490 +أن يذكرها فهذه إكرهات الصدق الأشياء التي لا يحب + +137 +00:12:55,490 --> 00:13:00,590 +المؤلف أن يذكرها في روايته لأن الصدق ثقيل على + +138 +00:13:00,590 --> 00:13:07,880 +النفوسأيهما أسهل على النفس الصدقة من الكذب الكذب + +139 +00:13:07,880 --> 00:13:16,740 +سهل الغشة من الإتقانأسهل لذا يقولنا إكراهات الصدق + +140 +00:13:16,740 --> 00:13:21,840 +والحقيقة احنا بنبحث في السيرة الذاتية ليست عن + +141 +00:13:21,840 --> 00:13:27,300 +خيالات ولا أوهام نبحث عن ماذا عن حقائق نبحث عن صدق + +142 +00:13:27,300 --> 00:13:31,180 +وهذه شرط من الشروط اللي هو السيرة الذاتية وكشف + +143 +00:13:31,180 --> 00:13:38,270 +دخاء للنفس ونضوجها وتطورهالا يتحدث لنا عن حياته + +144 +00:13:38,270 --> 00:13:42,410 +العامة أنه درست في المدرسة الإبتدائية ثم الإعدادية + +145 +00:13:42,410 --> 00:13:46,590 +ثم الثانوية ثم الجامعة وحصل في الجامعة على شهادة + +146 +00:13:46,590 --> 00:13:51,030 +كذا هذا لا يعنينا كثيرا الذي يعنينا هو التطور + +147 +00:13:51,030 --> 00:13:58,430 +الباطن الداخلي كيف حدث وكيف تطور وما هي نتائج + +148 +00:13:58,430 --> 00:14:04,700 +احتكاكهذه الذات مع المجتمع أو مع المحيط الإنساني + +149 +00:14:04,700 --> 00:14:08,460 +أو المحيط السياسي أو الجغرافي أو الاجتماعي وكيف + +150 +00:14:08,460 --> 00:14:13,360 +أثر ذلك على تطور وتشكل الذات الفردية أو الأنا + +151 +00:14:13,360 --> 00:14:17,940 +الفردية لماذا أقول الكراهات الصدق والحقيقة حتى لا + +152 +00:14:17,940 --> 00:14:24,520 +تنقلب السيرة الذاتية إلى مدائح للذات المنتفخة + +153 +00:14:24,520 --> 00:14:28,000 +المنتفخة + +154 +00:14:28,000 --> 00:14:34,460 +أو المهزومة في الحاضرتفتشوا في حاضرها وفي ماضيها + +155 +00:14:34,460 --> 00:14:41,200 +فلا تجدوا إيه؟ فلا تجدوا شيء ذابان فتتوحم انتصارات + +156 +00:14:41,970 --> 00:14:47,570 +وتزيف التاريخ وتزور التاريخ وتنسب أمجادا لم تصنحها + +157 +00:14:47,570 --> 00:14:53,130 +هذه الذات المنتفخة أو الذات اللي هو المهزومة فتبحث + +158 +00:14:53,130 --> 00:14:59,010 +عن انتصار وهمي خيالي غير له حقيقي في إنه التاريخ + +159 +00:14:59,010 --> 00:15:04,650 +اللي هو الماضي السيرة + +160 +00:15:04,650 --> 00:15:09,570 +الداتية في الأدب الحديث يكاد + +161 +00:15:09,570 --> 00:15:15,540 +يجمع الدارسونأن كتاب الصاق على الصاق للأديب + +162 +00:15:15,540 --> 00:15:21,380 +اللبناني أحمد فارس الشذياق هو السيرة الذاتية أو هي + +163 +00:15:21,380 --> 00:15:25,060 +السيرة الذاتية الأولى في أدبنا العربي الحديث + +164 +00:15:25,060 --> 00:15:28,440 +والصاق + +165 +00:15:28,440 --> 00:15:33,640 +على الصاق لأحمد فارس الشذياق لم يكن سيرة ذاتية + +166 +00:15:33,640 --> 00:15:41,000 +بحتربل داخلها الحديث عن نفسه الحديث عن اللغة عن + +167 +00:15:41,000 --> 00:15:45,320 +أوروبا التي زرها عن زوجته عن أرائه في الحياة أرائه + +168 +00:15:45,320 --> 00:15:50,700 +في اللغة أرائه في الأدب وكان جزء + +169 +00:15:50,700 --> 00:15:58,040 +من هذا الكتاب كان مسجوعا وجزء الآخر كان مرسلا غير + +170 +00:15:58,040 --> 00:16:02,480 +مسجوع ماذا يقول عماد الصلح عن هذا الكتاب يقول هي + +171 +00:16:02,480 --> 00:16:09,930 +هوسيرة فنية مكتملة البناء سيرة فنية مكتملة البناء + +172 +00:16:09,930 --> 00:16:17,850 +البناء تحمل ملامح السيرة الذاتية الحديثة وسيماتية + +173 +00:16:17,850 --> 00:16:22,510 +تحمل ملامح السيرة الذاتية الحديثة وسيماتية ما هي + +174 +00:16:22,510 --> 00:16:29,390 +هذه الملامح الصدق والبوح وجمالية الأسلوب الصدق + +175 +00:16:29,390 --> 00:16:37,990 +والبوح وجمالية الأسلوبحتى عدى بعضهم الشذياءهو + +176 +00:16:37,990 --> 00:16:41,650 +الرائد الحقيقي للأدب العربي الحديث وليس محمود سامي + +177 +00:16:41,650 --> 00:16:47,370 +البارودي بعض الدارسين عد الشضياق هو الرائد الحقيقي + +178 +00:16:47,370 --> 00:16:52,230 +للأدب العربي الحديث وليس سامي البارودي لغزارة ما + +179 +00:16:52,230 --> 00:16:57,210 +كتب و لتنوع إنتاجه الأدبي كتب القصة و الحكاية و + +180 +00:16:57,210 --> 00:17:00,350 +السيرة الذاتية و الشعر و إلى غير ذلك من أنواع + +181 +00:17:00,350 --> 00:17:04,870 +الأجناس الأبدية وهذا حكم علمي يحتاج لتدقيقو هذا + +182 +00:17:04,870 --> 00:17:12,670 +حكم علمي يحتاج منها إلى دراسة و إلى تدقيق ماذا + +183 +00:17:12,670 --> 00:17:17,910 +يقول طه السندوبي عن هذا الكتاب وصفا لهذا الكتاب + +184 +00:17:17,910 --> 00:17:24,590 +اقرا يا خلود كتاب من أجل الكتب وأمتعها من أجل + +185 +00:17:24,590 --> 00:17:30,420 +الكتب وأمتعها يبقى أجمع بين ماذاالفائدة والمتعة + +186 +00:17:30,420 --> 00:17:34,960 +يجمع بين الفائدة والمتعة نعم وقف في أحواله الخاصة + +187 +00:17:34,960 --> 00:17:39,680 +في حركاتي وسكنتي ومعاناه في عراق أيامي في عراقنا + +188 +00:17:39,680 --> 00:17:45,880 +السيرة الذاتية تركز على كفاح الذات في محيطه العام + +189 +00:17:46,620 --> 00:17:52,900 +السيرة الذاتية تركز على كفاح الذات مع محيطها العام + +190 +00:17:52,900 --> 00:17:57,820 +كما فعل طاه حسين وكما فعل إحسان عباس وفعلت فدوة + +191 +00:17:57,820 --> 00:18:02,180 +وقان وجبرا برهم جبرا ومحمد شكري وكل الذين كتبوا + +192 +00:18:02,180 --> 00:18:07,760 +سيرهم الذاتية كانوا يركزون على كفاحهم وقصة صراعهم + +193 +00:18:07,760 --> 00:18:12,900 +مع المحيط الصلب أو المحيط الصعب وكيف استطاعوا أن + +194 +00:18:12,900 --> 00:18:19,240 +يتغلبوا على عقباتوعلى عقابيل الحياة نعم وزيادة + +195 +00:18:19,240 --> 00:18:24,740 +ليالي سبقوا في قالب المقامات أو على شكل الروايات + +196 +00:18:24,740 --> 00:18:32,580 +غير أن أكتره ماشي مرسلون صاغه بلباقة فأدقه وأجله + +197 +00:18:32,580 --> 00:18:38,470 +وأعرب فيه وأطربوذهب في إبداع كل مذهب كل مذهب كل + +198 +00:18:38,470 --> 00:18:42,910 +مذهب لم يتبع فيه سابق اه لم .. لم ي .. لم يسبق + +199 +00:18:42,910 --> 00:18:47,610 +يعني الشدياق في الأدب العربي الحديث لم يسبق لهذا + +200 +00:18:47,610 --> 00:18:50,870 +اللي هو الفن او هذا اللي هو ال genes نعم طبع في + +201 +00:18:50,870 --> 00:18:55,590 +باريس سنة الف تمانية خمسة خمسة جامعة صدر الكتاب في + +202 +00:18:55,590 --> 00:18:59,070 +أواصف القرن التاسع عشان الان سنرى طبع حسين كتب + +203 +00:18:59,070 --> 00:19:04,080 +كتابه الف سمعانية وسبعة وعشرينفرق حوالي ما يقارب + +204 +00:19:04,080 --> 00:19:08,700 +سبعين سنة أو تمانين سنة بين طاحسين وبين الشدياق + +205 +00:19:08,700 --> 00:19:14,180 +إذا ما يردد وما يقول بعض الدارسين بأن الشدياق هو + +206 +00:19:14,180 --> 00:19:20,120 +صاحب السيرة الذاتية الفنية الأولى في أدبين العربي + +207 +00:19:20,120 --> 00:19:29,200 +الحديث والأسبق زمنا الثاني والأشهر هو كتاب الأيام + +208 +00:19:29,840 --> 00:19:35,320 +للكاتب المصري طاه حسين كتاب الأيام لكاتب المصري + +209 +00:19:35,320 --> 00:19:39,840 +طاه حسين أصدر اليزر الأول الف سمية و سبعة و عشرين + +210 +00:19:39,840 --> 00:19:47,280 +يرى بعض الدارسين بأن كتاب طاه حسين كان النص + +211 +00:19:47,280 --> 00:19:54,040 +التأسيسي العربي لجنس السيرة الذاتية النص التأسيسي + +212 +00:19:55,420 --> 00:20:01,460 +هو حجر الأساس لهذا .. يعني لهذا الجنس من الأدب في + +213 +00:20:01,460 --> 00:20:06,360 +الأدب العربي الحديب وأن أثره يضارع ما كتبه «جان + +214 +00:20:06,360 --> 00:20:13,020 +جاك روسو» الأديب الفرنسي «جان جاك روسو» في كتابه + +215 +00:20:13,020 --> 00:20:19,100 +الذي يسمى «اعترافات» «اعترافات روسو» لاعظم كلمة + +216 +00:20:19,100 --> 00:20:21,360 +اعترافات تذكرون بماذا؟ + +217 +00:20:25,550 --> 00:20:32,250 +اعترافات تذكرنا بماذا؟ + +218 +00:20:32,250 --> 00:20:41,790 +اعترافات اعترافات اعترافات مصطلح كنسي الاعتراف + +219 +00:20:41,790 --> 00:20:49,370 +مصطلح كنسي عندما يذهب النصراني إلى الكائن أو + +220 +00:20:49,370 --> 00:20:58,680 +القسيس فيعترف له بكل ما فعلمن آثام و من جرائم و من + +221 +00:20:58,680 --> 00:21:05,700 +ذنوب و يطلب إليه أن يغفر له ذنبه لا يخفي عنه شيئا + +222 +00:21:05,700 --> 00:21:12,940 +فهذا يقول اعترافات رسو معناه ذلك أنه لن يخفي شيئا + +223 +00:21:12,940 --> 00:21:14,280 +من حياته + +224 +00:21:16,610 --> 00:21:22,750 +و طه حسين درس في فرنسا فربما يكون طه حسين تأثر بما + +225 +00:21:22,750 --> 00:21:27,830 +كتب اللي هو الأديب الفرنسي Jean-Jacques Rosson إذ + +226 +00:21:27,830 --> 00:21:32,190 +وضع حجر الزاوية لجنس أدبي جديد هو ما يسمى اصطلاحا + +227 +00:21:32,190 --> 00:21:37,110 +اليوم بالصيرة الذاتية بالصيرة إذا لدينا رأيان + +228 +00:21:37,110 --> 00:21:42,730 +الرأي الأول يقول الشدياق والرأي الثاني يقول طه + +229 +00:21:42,730 --> 00:21:43,530 +حسين + +230 +00:21:47,390 --> 00:21:54,210 +ما رأيكوا ان انا + +231 +00:21:54,210 --> 00:22:01,310 +احمد ثالث الشدياق هو الوحوز الرزاوية و هو الأساس + +232 +00:22:01,310 --> 00:22:06,130 +في كتابة السيرة و ذلك لغزارة مع كتب اما طه حسين + +233 +00:22:06,130 --> 00:22:14,800 +فجأة بعضه عام 1939نعم، إذا الآن أنت تمتي على الصدق + +234 +00:22:14,800 --> 00:22:20,760 +الزمني، نعم، فضلي كتاب أحمد أشتياط كان متكامل، أما + +235 +00:22:20,760 --> 00:22:26,320 +طه حسين كان نص تأسيسي فقط ما هو .. ما هو قصده بنص + +236 +00:22:26,320 --> 00:22:29,540 +تأسيسي؟ ما معنى نص تأسيسي؟ مش كامل، متكامل لا + +237 +00:22:29,540 --> 00:22:32,960 +كامل، نص .. ما معنى نص تأسيسي؟ عم يقول نص تأسيسي؟ + +238 +00:22:32,960 --> 00:22:39,950 +نصأيوة نعم يعني هذا النص أسس لهذا الجنس الأدبي هي + +239 +00:22:39,950 --> 00:22:44,030 +ما نص تأسيسي هي أنه كان حجر الزاوية زمانيا جاء + +240 +00:22:44,030 --> 00:22:50,990 +بعده جاء بعده نعم ربما ما كتبه طوا حسين الأقرب إلى + +241 +00:22:50,990 --> 00:22:55,890 +صيغة السيرة الذاتية الفنية في أدبين المعاصر الأقرب + +242 +00:22:55,890 --> 00:22:59,130 +لكن + +243 +00:22:59,130 --> 00:23:04,570 +ما كتبه الشدياقرحمه الله الشدياق كان .. كان + +244 +00:23:04,570 --> 00:23:09,310 +نصرانيا مارونيا و أسلم وسمى نفسه أحمد فالس كان + +245 +00:23:09,310 --> 00:23:18,050 +اسمه فالس الشدياق أسلم فيه تونس ما + +246 +00:23:18,050 --> 00:23:26,110 +كتبه الشدياق لم يكن سيرة ذاتية فحسب كتابه + +247 +00:23:27,050 --> 00:23:31,530 +الصاق على الصاق احتوى السيرة الذاتية واحتوى المقام + +248 +00:23:31,530 --> 00:23:42,050 +واحتوى القصة واحتوى أراءه في اللغة لذلك + +249 +00:23:42,050 --> 00:23:47,750 +كان يحتوي جملة من الأجناس الأدبية منها وعلى رأسها + +250 +00:23:47,750 --> 00:23:50,070 +السيرة الذاتية + +251 +00:23:55,440 --> 00:23:59,260 +ما أهم شروط السيرة الذاتية لكتابة السيرة الذاتية + +252 +00:23:59,260 --> 00:24:07,900 +شروط الشرط الأول هو تطابق المؤلف والسارد والشخصية + +253 +00:24:07,900 --> 00:24:11,480 +يطلق + +254 +00:24:11,480 --> 00:24:20,240 +عليه الميثاق ال autobiography يعني + +255 +00:24:20,240 --> 00:24:28,800 +أن المؤلف إحسان عباسوالسارد إحسان عباس والمسرود + +256 +00:24:28,800 --> 00:24:35,900 +عنه إحسان عباس هذا يعني تطابق الأنوات الثلاثة أنا + +257 +00:24:35,900 --> 00:24:42,980 +المؤلف و أنا السارد و أنا المسرود عنه هذا أول شرط + +258 +00:24:42,980 --> 00:24:47,500 +من شروط الصيرة الذاتية أن الأنوات الثلاثة تتطابق + +259 +00:24:47,500 --> 00:24:52,740 +مع بعضها البعض قبل واختلفات + +260 +00:24:55,980 --> 00:24:59,380 +ممكن تكون سيرة غيرية ممكن تكون رواية ممكن تكون + +261 +00:24:59,380 --> 00:25:01,840 +سيرة ذاتية ممكن تكون .. انا مصير .. عفوا سيرة + +262 +00:25:01,840 --> 00:25:05,100 +غيرية ممكن تكون رواية إذا لابد من تطابق الأنوات + +263 +00:25:05,100 --> 00:25:13,080 +الثلاثة هذا الشرط الأولو الشرط الثاني الصدق الصدق + +264 +00:25:13,080 --> 00:25:16,620 +طب + +265 +00:25:16,620 --> 00:25:23,160 +إذا لم يكن صدق في سيرة الذاتية إلى + +266 +00:25:23,160 --> 00:25:28,710 +ماذا تنقل بالسيرة الذاتيةإلى رواية رواية خيالية + +267 +00:25:28,710 --> 00:25:36,830 +لذلك بعض الدارسين مثل الدكتور عبدالمحسن طه بدر نظر + +268 +00:25:36,830 --> 00:25:42,290 +إلى كتاب الأيام لطه حسين في جزء الأول والثاني على + +269 +00:25:42,290 --> 00:25:48,330 +أنه رواية وليس سيرة ذاتية لأن عنصر الخيال أكثر من + +270 +00:25:48,330 --> 00:25:53,390 +عنصر الحقيقة والصدرلذلك كان هناك إشكال عند + +271 +00:25:53,390 --> 00:25:59,130 +الدارسين في تجنيس كتاب الأيام هل نجنسه رواية أم + +272 +00:25:59,130 --> 00:26:04,770 +نجنسه سيرة ذاتية فأن عنصر الخيال في الجزء الأول + +273 +00:26:04,770 --> 00:26:09,810 +والثاني كان طاغيا على عنصر الصدق والحقيقة الشرط + +274 +00:26:09,810 --> 00:26:17,510 +الثالث وهو البوح ما معنى البوح يا تمام أن يعبر على + +275 +00:26:17,510 --> 00:26:26,550 +الجمهورعليه اكشفها الخبايا و يغوص في الأسرار و + +276 +00:26:26,550 --> 00:26:32,930 +الأبار السوداء و الأعماق و الخلجات و أن يعري النفس + +277 +00:26:32,930 --> 00:26:39,570 +ألم نقل اعتراف ماما عن اعتراف السيارة الذاتية + +278 +00:26:39,570 --> 00:26:45,190 +الغربية هي عبارة عن اعترافات يقول + +279 +00:26:45,190 --> 00:26:53,140 +ميخايل عيماءعلى كاتب الصيرة الذاتية أن يتعرى أمام + +280 +00:26:53,140 --> 00:26:58,800 +قارئيه أن يتعرى أمام قارئيه طبعا المعنى المجازي + +281 +00:26:58,800 --> 00:27:04,580 +المعنى اللي هو المجازي اللي لا يستر أو يخبّي شيئا + +282 +00:27:04,580 --> 00:27:09,700 +عنه ان يقوس داخل الشخصية اه نعم طبعا داخل الشخصية + +283 +00:27:09,700 --> 00:27:18,230 +واصرارها وخلاجاتها فالسؤال المهم الآن نحنالشرقيون + +284 +00:27:18,230 --> 00:27:25,890 +ونحن العرب كتاب السيرة الذاتية إلى أي حد يمكن أن + +285 +00:27:25,890 --> 00:27:35,190 +نلتزم بشرط البوح هل هناك حدود لبوحنا أم أن الأمر + +286 +00:27:35,190 --> 00:27:44,790 +يعني مفتوح ومطلق لا حدود لاأعطيكم أنثلة على بوح + +287 +00:27:44,790 --> 00:27:51,270 +مثلا فدوة القان فدوة + +288 +00:27:51,270 --> 00:27:57,510 +القان تقول في بوحها في صفاتها الذاتية أن أمنيتها + +289 +00:27:57,510 --> 00:28:05,510 +كانت عندما تكبر أن تكون راقصة أن تكون راقصة هذا + +290 +00:28:05,510 --> 00:28:16,590 +بوح ومن بوحهاتقول أنها كانت تكره والدها وتحب + +291 +00:28:16,590 --> 00:28:23,430 +والدتها وعنها طبعا وتحب أخاها إبراهيم تقال هذا من + +292 +00:28:23,430 --> 00:28:32,850 +بوح مثلا طاه حسين أنه كان ينقط جده ولا يحب أن يسمع + +293 +00:28:32,850 --> 00:28:40,860 +صوتهوكان يرى أباه كاذبا + +294 +00:28:40,860 --> 00:28:45,780 +كما يكذب سيدنا أو شيخ القرية لا فرق بينهم مافي + +295 +00:28:45,780 --> 00:28:52,980 +الكذب وأن الأب والأم يظلمان الولد والأبوه ولا + +296 +00:28:52,980 --> 00:28:59,360 +تمنعوا من الظلم هذا بوحمان راحسين بوح غربة الراعي + +297 +00:28:59,360 --> 00:29:05,370 +كان يقول أنه لم يحب زوجته ولم تكن مناسب لهولو عادت + +298 +00:29:05,370 --> 00:29:11,350 +بيه الأيام لما تزوجة يعني هذه تزوجة هذا بوح ما + +299 +00:29:11,350 --> 00:29:18,810 +رأيكم في هذا البوح هذا مثال للبوح العربي فكيف + +300 +00:29:18,810 --> 00:29:25,870 +البوح الغربي هذا بوح عربي يعني ما زال داخل هووله + +301 +00:29:25,870 --> 00:29:31,950 +خطوط الخمراء فكيف بالبوح اللي هو الأوروبي و + +302 +00:29:31,950 --> 00:29:37,990 +الغربي؟ وريد أن أذكر شيئا ما البوح الغربي له علاقة + +303 +00:29:37,990 --> 00:29:43,510 +بالمال والتجارة كل ما كانت السيرة الذاتية عند + +304 +00:29:43,510 --> 00:29:48,550 +الكاتب الغربي أكثر بوحا كل ما راجت أكثر وضرت عليه + +305 +00:29:48,550 --> 00:29:55,280 +مالا أكثرلذلك قيمة الصدق و البوح مرتبطة عندهم + +306 +00:29:55,280 --> 00:30:01,060 +بقيمة تجارية مرتبطة بقيمة تجارية طب إلى أي درجة + +307 +00:30:01,060 --> 00:30:06,140 +نلتزم بالبوح؟ إلى أي درجة يمكننا نلتزم بالبوح؟ في + +308 +00:30:06,140 --> 00:30:12,500 +سيارينا الذاتية، نحن العرب أو نحن الشرقيين؟ اتفضلي + +309 +00:30:12,500 --> 00:30:17,880 +ممكن إلى حد ما لا يختشنا عن عددنا أو دينناعن + +310 +00:30:17,880 --> 00:30:25,400 +عداتنا وعن تقاليدنا وديننا جميل ماذا أيضا؟ طب هل + +311 +00:30:25,400 --> 00:30:28,400 +ما سمعتم يخرجنا عن عاداتنا و تقاليدنا؟ هل كلام + +312 +00:30:28,400 --> 00:30:35,220 +فادواطقان في خروج عن ال .. في أي + +313 +00:30:35,220 --> 00:30:40,580 +الخروج؟ هذه أمي الطفلة عندما كان صغير كنت أقول + +314 +00:30:40,580 --> 00:30:46,710 +أتمنى أكون ناقصة وعندما كبرت ..ذهبت الامن ياسادي + +315 +00:30:46,710 --> 00:30:51,530 +جوا الطفولية ما المشكلة فيها؟ لماذا ذكرتها يعني؟ + +316 +00:30:51,530 --> 00:30:57,310 +لماذا ذكرتها بالكتابة؟ احنا بقول بوح تريد ان تكون + +317 +00:30:57,310 --> 00:31:00,970 +.. يعني تكون صداقة حميمية مع المطلق و مع القارة + +318 +00:31:01,800 --> 00:31:06,140 +وانتبوح بهذا الشيء إذا ذكر الكاتب أشياء عامة عن + +319 +00:31:06,140 --> 00:31:11,580 +حياته أين الخصوصية في ذلك؟ تصبح حياته مشابهة لحياة + +320 +00:31:11,580 --> 00:31:16,680 +الآخرين لا خصوصية في حياته لأن هو يتحدث عن ذات + +321 +00:31:16,680 --> 00:31:22,580 +بطريقة خصوصية بشكل خصوصي إذا فقدنا هذه الخصوصية + +322 +00:31:22,580 --> 00:31:27,980 +فقدنا صفة السيرة الذاتية لذلك أحد الكتاب المغاربة + +323 +00:31:27,980 --> 00:31:36,220 +يقول لا يمكنأن نكتب سيرة ذاتية جوانية يعني داخلية + +324 +00:31:36,220 --> 00:31:44,220 +في ثقافة لا تميل ولا تعريض الذات والاعتراف بأفعال + +325 +00:31:44,220 --> 00:31:48,800 +غير المستحبة الاجتماعية طبعا قيود المجتمع وتقاليد + +326 +00:31:48,800 --> 00:31:56,600 +المجتمع تمثل أكبر قامع للإنسان و أكبر محدد يعني و + +327 +00:31:56,600 --> 00:32:02,810 +أقوى سلطة لسلوك الإنسانأكبر قامع السلطة لسلوك + +328 +00:32:02,810 --> 00:32:07,310 +الفرد في المجتمعات الشرقية هي السلطة الاجتماعية أو + +329 +00:32:07,310 --> 00:32:11,290 +السلطة التقاليد الاجتماعية أو الدينية أو القيامية + +330 +00:32:11,290 --> 00:32:16,850 +لكن + +331 +00:32:16,850 --> 00:32:21,710 +السؤال هنا لماذا لا نلجأه إلى سيرة ذاتية عربية + +332 +00:32:21,710 --> 00:32:27,870 +تراعي خصوصية الثقافة العربية والبيئة العربيةلماذا + +333 +00:32:27,870 --> 00:32:33,390 +يجب أن نكتب سيرة ذاتية على نمط السيرة الذاتية + +334 +00:32:33,390 --> 00:32:38,850 +الغربية السيرة الذاتية الغربية كُتبت تأثرا بمحيطها + +335 +00:32:38,850 --> 00:32:44,110 +الغربي والأوروبي المجرد من القيم الأخلاقية والقيم + +336 +00:32:44,110 --> 00:32:51,530 +الدينية لماذا لا نكتب نحن سيرة ذاتية تراعي ثقافتنا + +337 +00:32:51,530 --> 00:32:56,520 +وتراعي قيمنا وتراعي تقاليدنايكون فيها بوح .. لكن + +338 +00:32:56,520 --> 00:33:02,680 +.. لكن هذا البوح لا يخرج .. لا يكون صادما للمتلقى + +339 +00:33:02,680 --> 00:33:09,220 +العربي أو لا يكون صادما للذات العربية أو قيم + +340 +00:33:09,220 --> 00:33:14,810 +المجتمع على نحو صريح أو نحو مناقد مائة بالمائةممكن + +341 +00:33:14,810 --> 00:33:20,670 +الكاتب أن يتناقض مع تقاليد مجتمعه التقاليد ليست + +342 +00:33:20,670 --> 00:33:26,690 +مقدسة لكن لا يستساق و لا يسمح لو أن يتناقض مع قيم + +343 +00:33:26,690 --> 00:33:32,470 +أمته القيم لا يسمح لو أن يتناقض معها بالأمس يوسف + +344 +00:33:32,470 --> 00:33:37,530 +زيدان صاحب الكاتب المصر المشهور صاحب رواية عزازيل + +345 +00:33:37,530 --> 00:33:45,570 +و رواية النبطييقول بأن المزيد الأقصى الذي ذُكر في + +346 +00:33:45,570 --> 00:33:50,760 +القرآن الكريم ليس هو المزيد الأقصىالموجود في القدس + +347 +00:33:50,760 --> 00:33:58,000 +والذي يحتلهه اليهود طب أين مسجدنا الأقصى؟ ابحثوا + +348 +00:33:58,000 --> 00:34:05,680 +عنه ويبرئ اليهود من مسئوليتهم عن مجازر سابرا + +349 +00:34:05,680 --> 00:34:11,400 +وشيتلا يقول أن اليهود بارئون من هذه المجزرة هذا + +350 +00:34:11,400 --> 00:34:17,140 +تناقض صارخ وهذه تعرية أخلاقية أسوأ من التعرية + +351 +00:34:17,140 --> 00:34:24,170 +الحقيقيةوتناقض صارخ مع قيم الأمة وانتصار للظالم + +352 +00:34:24,170 --> 00:34:30,930 +للظالم الغربي اليهوني على المظلوم العربي الإسلامي + +353 +00:34:30,930 --> 00:34:39,070 +في لحظة من اللحظات يحتاج الشعب الفلسطيني للمساندة + +354 +00:34:39,070 --> 00:34:45,510 +و تثبيت حقوقهوالذي بدأ العالم اليوم يعترف للشعب + +355 +00:34:45,510 --> 00:34:49,310 +الفلسطيني بحقه في الحياة وفي الدولة وفي الاستقلال + +356 +00:34:49,310 --> 00:34:54,830 +يأتي روائي عربي يعني يجرد هذا الشعب الفلسطيني من + +357 +00:34:54,830 --> 00:35:01,070 +حقه ومن مزده ومن حقوقه الدينية والتعبدية هذا تناقض + +358 +00:35:01,070 --> 00:35:09,920 +صار مع قيم يعني أمتنا وقيم مجتمعناالشروط ربما تكون + +359 +00:35:09,920 --> 00:35:13,980 +كثيرة لكن احنا مركز على أهم الشروط هذه أهم الشروط + +360 +00:35:13,980 --> 00:35:22,480 +لكتابة السيرة الذاتية أهم ثلاثة شروط التطابق + +361 +00:35:22,480 --> 00:35:25,680 +الصدق + +362 +00:35:25,680 --> 00:35:31,040 +والبوح إذا + +363 +00:35:31,040 --> 00:35:35,720 +خالف كاتب السيرة الذاتية أحد هذه الشروطفإن السيرة + +364 +00:35:35,720 --> 00:35:40,920 +تنقلب إلى سيرة غيرية أو تنقلب إلى رواية فنية + +365 +00:35:40,920 --> 00:35:47,720 +كيالية لا علاقة لها بالحقيقة ولا بأحداث الحياة ولب + +366 +00:35:47,720 --> 00:35:56,380 +تاريخ الشخصية الإنسانية الأشكال + +367 +00:35:56,380 --> 00:36:00,400 +الكتابية للسيرة الذاتية، هناك أشكال لكتابة السيرة + +368 +00:36:00,400 --> 00:36:00,900 +الذاتية + +369 +00:36:04,710 --> 00:36:15,990 +من هذه الأشكال ما نطلق عليه المذكرات والمقصود + +370 +00:36:15,990 --> 00:36:23,050 +بالمذكرات هي حكي سردي استرجاعي يقوم + +371 +00:36:23,050 --> 00:36:31,510 +الكاتب بوصف أحداث معينة حدثت معه مجرد + +372 +00:36:33,650 --> 00:36:38,150 +من الصيغة الفنية مجرد من الصيغة الفنية يعني في + +373 +00:36:38,150 --> 00:36:46,210 +المذكرات كاتب مذكرات مجرد سالد أحداث تاريخية تتعلق + +374 +00:36:46,210 --> 00:36:55,350 +بشخصيته أو تتعلق بالأحداث العامة كاتب + +375 +00:36:55,350 --> 00:36:59,910 +المذكرات له علاقة وثيقة بالتاريخ + +376 +00:37:03,740 --> 00:37:10,100 +إما أن يكون هو أحد الذين صنعوا هذا التاريخ يعني + +377 +00:37:10,100 --> 00:37:15,580 +أحد صناع التاريخ أو + +378 +00:37:15,580 --> 00:37:21,180 +أن يكون شارك في صناع التاريخ أحداث التاريخ أو أن + +379 +00:37:21,180 --> 00:37:31,100 +يكون شاهد بعينه أحداث التاريخ لذلك + +380 +00:37:31,100 --> 00:37:33,160 +لاعظم أن يكتب في المذكراته + +381 +00:37:36,470 --> 00:37:42,190 +مثلا عندنا الإمام حمد عبده أحد + +382 +00:37:42,190 --> 00:37:47,450 +الذين شاركوا في صناعة تاريخ مصر حمد عبده، أحمد + +383 +00:37:47,450 --> 00:37:56,390 +عرابي، أحمد شفيق باشا، سياسي، حمد كرد علي الأديب + +384 +00:37:56,390 --> 00:38:04,750 +والسياسي والقومي السوري عبد الله إبن حسين الأردني + +385 +00:38:07,620 --> 00:38:12,220 +لماذا نحرص على قراية المذكرات؟ لماذا نحرص على + +386 +00:38:12,220 --> 00:38:17,480 +قراية المذكرات؟ فيها الكثير من الفوائد التاريخية + +387 +00:38:17,480 --> 00:38:22,760 +والحياتية والاجتماعية والسياسية المذكرات هي صورة + +388 +00:38:22,760 --> 00:38:27,220 +من صور السيرة الذاتية المذكرات شكل وصورة من صور + +389 +00:38:27,220 --> 00:38:32,440 +السيرة الذاتية لكنها تتقاطع فيها الحياة الخاصة + +390 +00:38:32,440 --> 00:38:35,920 +بالحياة العامة تتقاطع فيها الحياة الخاصة بالحياة + +391 +00:38:35,920 --> 00:38:36,680 +العامة + +392 +00:38:44,440 --> 00:38:51,760 +اليوميات اليوميات عبارة عن سجل يومي لأحداث الحياة + +393 +00:38:51,760 --> 00:39:03,440 +سجل يومي لأحداث الحياة تمتاز بسرعة التدوين هذه + +394 +00:39:03,440 --> 00:39:09,480 +السرعة لا تتيح لكاتب اليوميات أن يتأملها + +395 +00:39:11,870 --> 00:39:17,710 +يعني سرعة التدوين والتزيير لا تتيح له أنه التأمل + +396 +00:39:17,710 --> 00:39:22,210 +ويركز + +397 +00:39:22,210 --> 00:39:26,810 +فيها الكاتب على + +398 +00:39:26,810 --> 00:39:31,450 +الأحداث اليومية ويؤرخها + +399 +00:39:31,450 --> 00:39:36,170 +بتأريخ أو ساعة أحياناً يستخدم التاريخ اليوم والشهر + +400 +00:39:36,170 --> 00:39:39,790 +والسنة والساعة يقولك الساعة تسعة ونص ذهبنا إلى + +401 +00:39:39,790 --> 00:39:44,060 +محاضرة كذاخرجنا من الساعة العشرة و النصف ثم توجعنا + +402 +00:39:44,060 --> 00:39:52,320 +إلى كذا يستخدم الساعة واليوم والشهر والسنة يقال عن + +403 +00:39:52,320 --> 00:40:00,300 +بنجريون أنه كان يكتب مذكراته على ورق السجاء على + +404 +00:40:00,300 --> 00:40:05,520 +ورق .. لما لا يجد ورق يكتب اليوميات على ورق السجاء + +405 +00:40:07,250 --> 00:40:11,130 +و سجل كل شيء كان يحدث اللي هو يعني معاه هانه + +406 +00:40:11,130 --> 00:40:16,670 +اليوميات هي المادة الخام لكتابة السيرة الذاتية + +407 +00:40:16,670 --> 00:40:21,890 +المادة الخام اللي ممكن منها بعد ذلك تنشأ سيرة + +408 +00:40:21,890 --> 00:40:29,010 +ذاتية حقيقية العجينة فدوة + +409 +00:40:29,010 --> 00:40:32,910 +وقال استعالت بشيء من هذا في سيرتها الذاتية ان هي + +410 +00:40:32,910 --> 00:40:41,560 +كانت تدور بعض الرسائل واليوميةقيمة اليوميات قيمتها + +411 +00:40:41,560 --> 00:40:49,700 +في أنها تكشف عن شخصية مدونها مليئة بالتفاصيل حيث + +412 +00:40:49,700 --> 00:40:56,000 +تكتسب الصدق والصراحة والحقيقة لأنه لا مجال الكذب + +413 +00:40:56,000 --> 00:40:57,940 +ولا مجال التزوير والتزيير + +414 +00:41:05,350 --> 00:41:10,810 +الشكل الحكائي أو الشكل التاريخي هو قريب من + +415 +00:41:10,810 --> 00:41:16,750 +المذكرات .. من كتاب المذكرات لكن تُكتب على شكل قصة + +416 +00:41:16,750 --> 00:41:23,610 +أو حكاية و تسلسل تسلسلا زمنيا لكن هذا الشكل + +417 +00:41:23,610 --> 00:41:29,310 +الحكائي يكون مجردا من فنية القص أو تقانات السرد + +418 +00:41:29,990 --> 00:41:36,910 +يعني يسرد واحدة فقط يسرد واحدة مثالها غربة الراعي + +419 +00:41:36,910 --> 00:41:47,790 +للدكتور حسين عباس تبارع الشكل اللي هو يعني الشكل + +420 +00:41:47,790 --> 00:41:51,670 +الأخير الذي سنتكلم عنه ان شاء الله بشيء من التفصيل + +421 +00:41:51,670 --> 00:41:59,550 +المرة القادمة وهو الشكل الروائيو هذا الشكل هو أرقى + +422 +00:41:59,550 --> 00:42:07,990 +أنواع أشكال كتابة السيرة الذاتية مال + +423 +00:42:07,990 --> 00:42:12,910 +لديها سؤال؟ هل من سؤال؟ + +424 +00:42:12,910 --> 00:42:16,430 +طيب والسلام عليكم ورحمة الله وبركاته +